feat: filtering and grouping by manager
This commit is contained in:
		@@ -7,5 +7,6 @@ export type GetProfitChartDataRequest = {
 | 
			
		||||
    clientId: number;
 | 
			
		||||
    baseMarketplaceKey: string;
 | 
			
		||||
    dealStatusId: number;
 | 
			
		||||
    managerId: number;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -8,6 +8,7 @@ export type GetProfitTableDataRequest = {
 | 
			
		||||
    clientId: number;
 | 
			
		||||
    baseMarketplaceKey: string;
 | 
			
		||||
    dealStatusId: number;
 | 
			
		||||
    managerId: number;
 | 
			
		||||
    groupTableBy: ProfitTableGroupBy;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -2,4 +2,4 @@
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
export type ProfitTableGroupBy = 0 | 1 | 2 | 3 | 4;
 | 
			
		||||
export type ProfitTableGroupBy = 0 | 1 | 2 | 3 | 4 | 5;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user