feat: deal group and stuff
This commit is contained in:
		@@ -8,6 +8,5 @@ export type DealProductSchema = {
 | 
			
		||||
    product: ProductSchema;
 | 
			
		||||
    services: Array<DealProductServiceSchema>;
 | 
			
		||||
    quantity: number;
 | 
			
		||||
    comment?: string;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -53,7 +53,7 @@ export class BillingService {
 | 
			
		||||
        });
 | 
			
		||||
    }
 | 
			
		||||
    /**
 | 
			
		||||
     * Create Deal Bill
 | 
			
		||||
     * Cancel Deal Billing
 | 
			
		||||
     * @returns CancelDealBillResponse Successful Response
 | 
			
		||||
     * @throws ApiError
 | 
			
		||||
     */
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user