repzo 1.0.183 → 1.0.185
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.d.ts +8 -2
- package/lib/index.js +9 -0
- package/lib/types/index.d.ts +94 -0
- package/lib/types/index.js +31 -0
- package/package.json +1 -1
- package/src/index.ts +16 -0
- package/src/types/index.ts +125 -0
package/lib/index.d.ts
CHANGED
|
@@ -93,6 +93,7 @@ export declare const end_points: {
|
|
|
93
93
|
readonly RESET_COMPANY_NAMESPACE: "reset-company-namespace";
|
|
94
94
|
readonly TEST_RESET_COMPANY_NAMESPACE: "test-reset-company-namespace";
|
|
95
95
|
readonly TIMELINE_TIME_LIST: "timeline-time-list";
|
|
96
|
+
readonly SALES_ANALYTICS_REPORT: "sales-analytics-report";
|
|
96
97
|
readonly WORKORDER_AGENDA: "workorder-agenda";
|
|
97
98
|
readonly MODULE_CUSTOM_VALIDATOR: "module-custom-validator";
|
|
98
99
|
readonly NOTIFICATIONS_CENTER: "notifications-center";
|
|
@@ -102,7 +103,7 @@ export declare const end_points: {
|
|
|
102
103
|
readonly REPORT_FILTER: "report-filter";
|
|
103
104
|
};
|
|
104
105
|
export type EndPoints = (typeof end_points)[keyof typeof end_points];
|
|
105
|
-
export declare const availableService: readonly ["client", "product", "variant", "category", "sub_category", "brand", "product_group", "tax", "measureunit", "measureunitFamily", "media", "priceList", "priceListItem", "team", "returnReason", "rep", "tag", "warehouse", "route", "productModifiersGroup", "channel", "speciality", "clientContact", "paymentTerm", "bank", "bank_list", "customStatus", "customList", "customListItem", "inventoryAdjustmentReason", "workorder", "workorderRequest", "supplier", "quickConvertToPdf", "visit", "activityFeedback", "activityFeedbackV2", "feedbackOption", "invoice", "proforma", "payment", "refund", "settlement", "check", "day", "receivingMaterial", "adjustAccount", "transfer", "msl", "mslProduct", "mediaStorage", "storecheckTemplate", "activityStorecheck", "adjustInventory", "inventory", "integrationApp", "joinActionsWebHook", "patchAction", "updateIntegrationMeta", "assetPartType", "assetPart", "assetPartUnit", "assetPartReceival", "assetPartTransfer", "returnAssetPartUnit", "storeAssetPartUnit", "ocrInvoiceJobTemplate", "ocrInvoiceJobGroup", "activityAiSalesOrder", "ocrInvoiceJob", "ocrInvoiceJobPage", "settings", "mailUnsubscribe", "approvalRequest", "safeInvoiceSerialCounter", "clientLocation", "assetType", "asset", "assetUnit", "workorderPortal", "approval", "workorderCategory", "contract", "contractInstallment", "repBalanceSummary", "workorderPortalLink", "customField"];
|
|
106
|
+
export declare const availableService: readonly ["client", "product", "variant", "category", "sub_category", "brand", "product_group", "tax", "measureunit", "measureunitFamily", "media", "priceList", "priceListItem", "team", "returnReason", "rep", "tag", "warehouse", "route", "productModifiersGroup", "channel", "speciality", "clientContact", "paymentTerm", "bank", "bank_list", "customStatus", "customList", "customListItem", "inventoryAdjustmentReason", "workorder", "workorderRequest", "supplier", "quickConvertToPdf", "visit", "activityFeedback", "activityFeedbackV2", "feedbackOption", "invoice", "proforma", "payment", "refund", "settlement", "check", "day", "receivingMaterial", "adjustAccount", "transfer", "msl", "mslProduct", "mediaStorage", "storecheckTemplate", "activityStorecheck", "adjustInventory", "inventory", "integrationApp", "joinActionsWebHook", "patchAction", "updateIntegrationMeta", "assetPartType", "assetPart", "assetPartUnit", "assetPartReceival", "assetPartTransfer", "returnAssetPartUnit", "storeAssetPartUnit", "ocrInvoiceJobTemplate", "ocrInvoiceJobGroup", "activityAiSalesOrder", "ocrInvoiceJob", "ocrInvoiceJobPage", "settings", "mailUnsubscribe", "approvalRequest", "safeInvoiceSerialCounter", "clientLocation", "assetType", "asset", "assetUnit", "workorderPortal", "approval", "workorderCategory", "contract", "contractInstallment", "repBalanceSummary", "workorderPortalLink", "customField", "salesAnalyticsReport"];
|
|
106
107
|
export type AvailableService = (typeof availableService)[number];
|
|
107
108
|
export default class Repzo {
|
|
108
109
|
private svAPIEndpoint;
|
|
@@ -204,6 +205,7 @@ export default class Repzo {
|
|
|
204
205
|
readonly RESET_COMPANY_NAMESPACE: "reset-company-namespace";
|
|
205
206
|
readonly TEST_RESET_COMPANY_NAMESPACE: "test-reset-company-namespace";
|
|
206
207
|
readonly TIMELINE_TIME_LIST: "timeline-time-list";
|
|
208
|
+
readonly SALES_ANALYTICS_REPORT: "sales-analytics-report";
|
|
207
209
|
readonly WORKORDER_AGENDA: "workorder-agenda";
|
|
208
210
|
readonly MODULE_CUSTOM_VALIDATOR: "module-custom-validator";
|
|
209
211
|
readonly NOTIFICATIONS_CENTER: "notifications-center";
|
|
@@ -217,7 +219,7 @@ export default class Repzo {
|
|
|
217
219
|
private _update;
|
|
218
220
|
private _patch;
|
|
219
221
|
private _delete;
|
|
220
|
-
available_services: readonly ["client", "product", "variant", "category", "sub_category", "brand", "product_group", "tax", "measureunit", "measureunitFamily", "media", "priceList", "priceListItem", "team", "returnReason", "rep", "tag", "warehouse", "route", "productModifiersGroup", "channel", "speciality", "clientContact", "paymentTerm", "bank", "bank_list", "customStatus", "customList", "customListItem", "inventoryAdjustmentReason", "workorder", "workorderRequest", "supplier", "quickConvertToPdf", "visit", "activityFeedback", "activityFeedbackV2", "feedbackOption", "invoice", "proforma", "payment", "refund", "settlement", "check", "day", "receivingMaterial", "adjustAccount", "transfer", "msl", "mslProduct", "mediaStorage", "storecheckTemplate", "activityStorecheck", "adjustInventory", "inventory", "integrationApp", "joinActionsWebHook", "patchAction", "updateIntegrationMeta", "assetPartType", "assetPart", "assetPartUnit", "assetPartReceival", "assetPartTransfer", "returnAssetPartUnit", "storeAssetPartUnit", "ocrInvoiceJobTemplate", "ocrInvoiceJobGroup", "activityAiSalesOrder", "ocrInvoiceJob", "ocrInvoiceJobPage", "settings", "mailUnsubscribe", "approvalRequest", "safeInvoiceSerialCounter", "clientLocation", "assetType", "asset", "assetUnit", "workorderPortal", "approval", "workorderCategory", "contract", "contractInstallment", "repBalanceSummary", "workorderPortalLink", "customField"];
|
|
222
|
+
available_services: readonly ["client", "product", "variant", "category", "sub_category", "brand", "product_group", "tax", "measureunit", "measureunitFamily", "media", "priceList", "priceListItem", "team", "returnReason", "rep", "tag", "warehouse", "route", "productModifiersGroup", "channel", "speciality", "clientContact", "paymentTerm", "bank", "bank_list", "customStatus", "customList", "customListItem", "inventoryAdjustmentReason", "workorder", "workorderRequest", "supplier", "quickConvertToPdf", "visit", "activityFeedback", "activityFeedbackV2", "feedbackOption", "invoice", "proforma", "payment", "refund", "settlement", "check", "day", "receivingMaterial", "adjustAccount", "transfer", "msl", "mslProduct", "mediaStorage", "storecheckTemplate", "activityStorecheck", "adjustInventory", "inventory", "integrationApp", "joinActionsWebHook", "patchAction", "updateIntegrationMeta", "assetPartType", "assetPart", "assetPartUnit", "assetPartReceival", "assetPartTransfer", "returnAssetPartUnit", "storeAssetPartUnit", "ocrInvoiceJobTemplate", "ocrInvoiceJobGroup", "activityAiSalesOrder", "ocrInvoiceJob", "ocrInvoiceJobPage", "settings", "mailUnsubscribe", "approvalRequest", "safeInvoiceSerialCounter", "clientLocation", "assetType", "asset", "assetUnit", "workorderPortal", "approval", "workorderCategory", "contract", "contractInstallment", "repBalanceSummary", "workorderPortalLink", "customField", "salesAnalyticsReport"];
|
|
221
223
|
client: {
|
|
222
224
|
_path: "client";
|
|
223
225
|
find: (params?: Service.Client.Find.Params) => Promise<Service.Client.Find.Result>;
|
|
@@ -958,6 +960,10 @@ export default class Repzo {
|
|
|
958
960
|
_path: "timeline-time-list";
|
|
959
961
|
find: (params?: Service.TimelineTimeList.Find.Params) => Promise<Service.TimelineTimeList.Find.Result>;
|
|
960
962
|
};
|
|
963
|
+
salesAnalyticsReport: {
|
|
964
|
+
_path: "sales-analytics-report";
|
|
965
|
+
find: (params?: Service.SalesAnalyticsReport.Find.Params) => Promise<Service.SalesAnalyticsReport.Find.Result>;
|
|
966
|
+
};
|
|
961
967
|
workorderAgenda: {
|
|
962
968
|
_path: "workorder-agenda";
|
|
963
969
|
find: (params: Service.WorkorderAgenda.Find.Params) => Promise<Service.WorkorderAgenda.Find.Result>;
|
package/lib/index.js
CHANGED
|
@@ -94,6 +94,7 @@ export const end_points = {
|
|
|
94
94
|
RESET_COMPANY_NAMESPACE: "reset-company-namespace",
|
|
95
95
|
TEST_RESET_COMPANY_NAMESPACE: "test-reset-company-namespace",
|
|
96
96
|
TIMELINE_TIME_LIST: "timeline-time-list",
|
|
97
|
+
SALES_ANALYTICS_REPORT: "sales-analytics-report",
|
|
97
98
|
WORKORDER_AGENDA: "workorder-agenda",
|
|
98
99
|
MODULE_CUSTOM_VALIDATOR: "module-custom-validator",
|
|
99
100
|
NOTIFICATIONS_CENTER: "notifications-center",
|
|
@@ -190,6 +191,7 @@ export const availableService = [
|
|
|
190
191
|
"repBalanceSummary",
|
|
191
192
|
"workorderPortalLink",
|
|
192
193
|
"customField",
|
|
194
|
+
"salesAnalyticsReport",
|
|
193
195
|
];
|
|
194
196
|
class Repzo {
|
|
195
197
|
constructor(apiKey, options) {
|
|
@@ -1940,6 +1942,13 @@ class Repzo {
|
|
|
1940
1942
|
return res;
|
|
1941
1943
|
},
|
|
1942
1944
|
};
|
|
1945
|
+
this.salesAnalyticsReport = {
|
|
1946
|
+
_path: Repzo._end_points.SALES_ANALYTICS_REPORT,
|
|
1947
|
+
find: async (params) => {
|
|
1948
|
+
let res = await this._fetch(this.svAPIEndpoint, this.salesAnalyticsReport._path, params);
|
|
1949
|
+
return res;
|
|
1950
|
+
},
|
|
1951
|
+
};
|
|
1943
1952
|
this.workorderAgenda = {
|
|
1944
1953
|
_path: Repzo._end_points.WORKORDER_AGENDA,
|
|
1945
1954
|
find: async (params) => {
|
package/lib/types/index.d.ts
CHANGED
|
@@ -2728,6 +2728,9 @@ export declare namespace Service {
|
|
|
2728
2728
|
name: string;
|
|
2729
2729
|
username: string;
|
|
2730
2730
|
password: string;
|
|
2731
|
+
[key: `integration_meta.${string}`]: any;
|
|
2732
|
+
[key: `customFields.${string}`]: any;
|
|
2733
|
+
[key: `settings.${string}`]: any;
|
|
2731
2734
|
}
|
|
2732
2735
|
type Result = RepSchema;
|
|
2733
2736
|
}
|
|
@@ -2738,6 +2741,9 @@ export declare namespace Service {
|
|
|
2738
2741
|
createdAt?: string;
|
|
2739
2742
|
updatedAt?: string;
|
|
2740
2743
|
__v?: number;
|
|
2744
|
+
[key: `integration_meta.${string}`]: any;
|
|
2745
|
+
[key: `customFields.${string}`]: any;
|
|
2746
|
+
[key: `settings.${string}`]: any;
|
|
2741
2747
|
}
|
|
2742
2748
|
type Result = RepSchema;
|
|
2743
2749
|
}
|
|
@@ -15648,6 +15654,94 @@ export declare namespace Service {
|
|
|
15648
15654
|
}
|
|
15649
15655
|
export {};
|
|
15650
15656
|
}
|
|
15657
|
+
namespace SalesAnalyticsReport {
|
|
15658
|
+
const groupBy_options: readonly ["client", "rep", "issue_date", "due_date", "serial_number", "product", "variant", "brand", "category", "status", "promotion_type", "class", "measureunit", "promotion", "chain", "channel", "city", "region", "country", "route", "teams"];
|
|
15659
|
+
type GroupByOption = (typeof groupBy_options)[number];
|
|
15660
|
+
const promotion_type_options: readonly ["get", "buy"];
|
|
15661
|
+
type PromotionTypeOption = (typeof promotion_type_options)[number];
|
|
15662
|
+
const class_options: readonly ["invoice", "return"];
|
|
15663
|
+
type ClassOption = (typeof class_options)[number];
|
|
15664
|
+
const status_options: readonly ["unpaid", "partially_paid", "paid"];
|
|
15665
|
+
type StatusOption = (typeof status_options)[number];
|
|
15666
|
+
const sortBy_field_options: readonly ["_id", "time"];
|
|
15667
|
+
type SortByFieldOption = (typeof sortBy_field_options)[number];
|
|
15668
|
+
const sortBy_type_options: readonly ["asc", "desc"];
|
|
15669
|
+
type SortByTypeOption = (typeof sortBy_type_options)[number];
|
|
15670
|
+
interface SortByOption {
|
|
15671
|
+
field: SortByFieldOption;
|
|
15672
|
+
type: SortByTypeOption;
|
|
15673
|
+
}
|
|
15674
|
+
interface Data {
|
|
15675
|
+
_id?: string;
|
|
15676
|
+
[key: string]: any;
|
|
15677
|
+
}
|
|
15678
|
+
namespace Find {
|
|
15679
|
+
type Params = DefaultPaginationQueryParams & {
|
|
15680
|
+
from_issue_date?: string;
|
|
15681
|
+
to_issue_date?: string;
|
|
15682
|
+
from_due_date?: string;
|
|
15683
|
+
to_due_date?: string;
|
|
15684
|
+
from_createdAt?: string;
|
|
15685
|
+
to_createdAt?: string;
|
|
15686
|
+
from_updatedAt?: string;
|
|
15687
|
+
to_updatedAt?: string;
|
|
15688
|
+
client?: StringId | StringId[];
|
|
15689
|
+
rep?: StringId | StringId[];
|
|
15690
|
+
creator?: StringId | StringId[];
|
|
15691
|
+
teams?: StringId | StringId[];
|
|
15692
|
+
status?: StatusOption | StatusOption[];
|
|
15693
|
+
promotion?: StringId | StringId[];
|
|
15694
|
+
product?: StringId | StringId[];
|
|
15695
|
+
variant?: StringId | StringId[];
|
|
15696
|
+
category?: StringId | StringId[];
|
|
15697
|
+
sub_category?: StringId | StringId[];
|
|
15698
|
+
brand?: StringId | StringId[];
|
|
15699
|
+
product_groups?: StringId | StringId[];
|
|
15700
|
+
class?: ClassOption | ClassOption[];
|
|
15701
|
+
with_brand?: boolean;
|
|
15702
|
+
with_category?: boolean;
|
|
15703
|
+
with_product_groups?: boolean;
|
|
15704
|
+
with_sub_category?: boolean;
|
|
15705
|
+
with_product_details?: boolean;
|
|
15706
|
+
with_variant_details?: boolean;
|
|
15707
|
+
with_teams?: boolean;
|
|
15708
|
+
with_promotions?: boolean;
|
|
15709
|
+
promotion_type?: PromotionTypeOption;
|
|
15710
|
+
with_balance?: boolean;
|
|
15711
|
+
groupBy?: GroupByOption | GroupByOption[];
|
|
15712
|
+
from_price?: number;
|
|
15713
|
+
to_price?: number;
|
|
15714
|
+
export?: string;
|
|
15715
|
+
chain?: StringId | StringId[];
|
|
15716
|
+
channel?: StringId | StringId[];
|
|
15717
|
+
CLIENT_TAGS?: StringId | StringId[];
|
|
15718
|
+
AREA_TAGS?: StringId | StringId[];
|
|
15719
|
+
tags?: StringId | StringId[];
|
|
15720
|
+
country?: string | string[];
|
|
15721
|
+
state?: string | string[];
|
|
15722
|
+
city?: string | string[];
|
|
15723
|
+
with_chain?: boolean;
|
|
15724
|
+
with_channel?: boolean;
|
|
15725
|
+
with_tags?: boolean;
|
|
15726
|
+
with_client_details?: boolean;
|
|
15727
|
+
admin?: StringId | StringId[];
|
|
15728
|
+
tax?: StringId | StringId[];
|
|
15729
|
+
with_original_price?: boolean;
|
|
15730
|
+
with_route?: boolean;
|
|
15731
|
+
route?: StringId | StringId[];
|
|
15732
|
+
with_external_serial_number?: boolean;
|
|
15733
|
+
with_workorder?: boolean;
|
|
15734
|
+
with_client_customFields?: boolean;
|
|
15735
|
+
with_rep_details?: boolean;
|
|
15736
|
+
with_rep_customFields?: boolean;
|
|
15737
|
+
sortBy?: SortByOption[];
|
|
15738
|
+
includeDocumentsCount?: boolean;
|
|
15739
|
+
};
|
|
15740
|
+
interface Result extends DefaultPaginationResult {
|
|
15741
|
+
data: Data[];
|
|
15742
|
+
}
|
|
15743
|
+
}
|
|
15744
|
+
}
|
|
15651
15745
|
namespace WorkorderAgenda {
|
|
15652
15746
|
interface Workorder {
|
|
15653
15747
|
name: string;
|
package/lib/types/index.js
CHANGED
|
@@ -133,4 +133,35 @@ export var Service;
|
|
|
133
133
|
"cycle",
|
|
134
134
|
];
|
|
135
135
|
})(TimelineTimeList = Service.TimelineTimeList || (Service.TimelineTimeList = {}));
|
|
136
|
+
let SalesAnalyticsReport;
|
|
137
|
+
(function (SalesAnalyticsReport) {
|
|
138
|
+
SalesAnalyticsReport.groupBy_options = [
|
|
139
|
+
"client",
|
|
140
|
+
"rep",
|
|
141
|
+
"issue_date",
|
|
142
|
+
"due_date",
|
|
143
|
+
"serial_number",
|
|
144
|
+
"product",
|
|
145
|
+
"variant",
|
|
146
|
+
"brand",
|
|
147
|
+
"category",
|
|
148
|
+
"status",
|
|
149
|
+
"promotion_type",
|
|
150
|
+
"class",
|
|
151
|
+
"measureunit",
|
|
152
|
+
"promotion",
|
|
153
|
+
"chain",
|
|
154
|
+
"channel",
|
|
155
|
+
"city",
|
|
156
|
+
"region",
|
|
157
|
+
"country",
|
|
158
|
+
"route",
|
|
159
|
+
"teams",
|
|
160
|
+
];
|
|
161
|
+
SalesAnalyticsReport.promotion_type_options = ["get", "buy"];
|
|
162
|
+
SalesAnalyticsReport.class_options = ["invoice", "return"];
|
|
163
|
+
SalesAnalyticsReport.status_options = ["unpaid", "partially_paid", "paid"];
|
|
164
|
+
SalesAnalyticsReport.sortBy_field_options = ["_id", "time"];
|
|
165
|
+
SalesAnalyticsReport.sortBy_type_options = ["asc", "desc"];
|
|
166
|
+
})(SalesAnalyticsReport = Service.SalesAnalyticsReport || (Service.SalesAnalyticsReport = {}));
|
|
136
167
|
})(Service || (Service = {}));
|
package/package.json
CHANGED
package/src/index.ts
CHANGED
|
@@ -104,6 +104,7 @@ export const end_points = {
|
|
|
104
104
|
RESET_COMPANY_NAMESPACE: "reset-company-namespace",
|
|
105
105
|
TEST_RESET_COMPANY_NAMESPACE: "test-reset-company-namespace",
|
|
106
106
|
TIMELINE_TIME_LIST: "timeline-time-list",
|
|
107
|
+
SALES_ANALYTICS_REPORT: "sales-analytics-report",
|
|
107
108
|
WORKORDER_AGENDA: "workorder-agenda",
|
|
108
109
|
MODULE_CUSTOM_VALIDATOR: "module-custom-validator",
|
|
109
110
|
NOTIFICATIONS_CENTER: "notifications-center",
|
|
@@ -202,6 +203,7 @@ export const availableService = [
|
|
|
202
203
|
"repBalanceSummary",
|
|
203
204
|
"workorderPortalLink",
|
|
204
205
|
"customField",
|
|
206
|
+
"salesAnalyticsReport",
|
|
205
207
|
] as const;
|
|
206
208
|
export type AvailableService = (typeof availableService)[number];
|
|
207
209
|
|
|
@@ -4943,6 +4945,20 @@ export default class Repzo {
|
|
|
4943
4945
|
},
|
|
4944
4946
|
};
|
|
4945
4947
|
|
|
4948
|
+
salesAnalyticsReport = {
|
|
4949
|
+
_path: Repzo._end_points.SALES_ANALYTICS_REPORT,
|
|
4950
|
+
find: async (
|
|
4951
|
+
params?: Service.SalesAnalyticsReport.Find.Params,
|
|
4952
|
+
): Promise<Service.SalesAnalyticsReport.Find.Result> => {
|
|
4953
|
+
let res: Service.SalesAnalyticsReport.Find.Result = await this._fetch(
|
|
4954
|
+
this.svAPIEndpoint,
|
|
4955
|
+
this.salesAnalyticsReport._path,
|
|
4956
|
+
params,
|
|
4957
|
+
);
|
|
4958
|
+
return res;
|
|
4959
|
+
},
|
|
4960
|
+
};
|
|
4961
|
+
|
|
4946
4962
|
workorderAgenda = {
|
|
4947
4963
|
_path: Repzo._end_points.WORKORDER_AGENDA,
|
|
4948
4964
|
find: async (
|
package/src/types/index.ts
CHANGED
|
@@ -3148,6 +3148,9 @@ export namespace Service {
|
|
|
3148
3148
|
name: string;
|
|
3149
3149
|
username: string;
|
|
3150
3150
|
password: string;
|
|
3151
|
+
[key: `integration_meta.${string}`]: any;
|
|
3152
|
+
[key: `customFields.${string}`]: any;
|
|
3153
|
+
[key: `settings.${string}`]: any;
|
|
3151
3154
|
}
|
|
3152
3155
|
export type Result = RepSchema;
|
|
3153
3156
|
}
|
|
@@ -3159,6 +3162,9 @@ export namespace Service {
|
|
|
3159
3162
|
createdAt?: string;
|
|
3160
3163
|
updatedAt?: string;
|
|
3161
3164
|
__v?: number;
|
|
3165
|
+
[key: `integration_meta.${string}`]: any;
|
|
3166
|
+
[key: `customFields.${string}`]: any;
|
|
3167
|
+
[key: `settings.${string}`]: any;
|
|
3162
3168
|
}
|
|
3163
3169
|
export type Result = RepSchema;
|
|
3164
3170
|
}
|
|
@@ -17668,6 +17674,125 @@ export namespace Service {
|
|
|
17668
17674
|
}
|
|
17669
17675
|
}
|
|
17670
17676
|
|
|
17677
|
+
export namespace SalesAnalyticsReport {
|
|
17678
|
+
export const groupBy_options = [
|
|
17679
|
+
"client",
|
|
17680
|
+
"rep",
|
|
17681
|
+
"issue_date",
|
|
17682
|
+
"due_date",
|
|
17683
|
+
"serial_number",
|
|
17684
|
+
"product",
|
|
17685
|
+
"variant",
|
|
17686
|
+
"brand",
|
|
17687
|
+
"category",
|
|
17688
|
+
"status",
|
|
17689
|
+
"promotion_type",
|
|
17690
|
+
"class",
|
|
17691
|
+
"measureunit",
|
|
17692
|
+
"promotion",
|
|
17693
|
+
"chain",
|
|
17694
|
+
"channel",
|
|
17695
|
+
"city",
|
|
17696
|
+
"region",
|
|
17697
|
+
"country",
|
|
17698
|
+
"route",
|
|
17699
|
+
"teams",
|
|
17700
|
+
] as const;
|
|
17701
|
+
export type GroupByOption = (typeof groupBy_options)[number];
|
|
17702
|
+
|
|
17703
|
+
export const promotion_type_options = ["get", "buy"] as const;
|
|
17704
|
+
export type PromotionTypeOption = (typeof promotion_type_options)[number];
|
|
17705
|
+
|
|
17706
|
+
export const class_options = ["invoice", "return"] as const;
|
|
17707
|
+
export type ClassOption = (typeof class_options)[number];
|
|
17708
|
+
|
|
17709
|
+
export const status_options = ["unpaid", "partially_paid", "paid"] as const;
|
|
17710
|
+
export type StatusOption = (typeof status_options)[number];
|
|
17711
|
+
|
|
17712
|
+
export const sortBy_field_options = ["_id", "time"] as const;
|
|
17713
|
+
export type SortByFieldOption = (typeof sortBy_field_options)[number];
|
|
17714
|
+
|
|
17715
|
+
export const sortBy_type_options = ["asc", "desc"] as const;
|
|
17716
|
+
export type SortByTypeOption = (typeof sortBy_type_options)[number];
|
|
17717
|
+
|
|
17718
|
+
export interface SortByOption {
|
|
17719
|
+
field: SortByFieldOption;
|
|
17720
|
+
type: SortByTypeOption;
|
|
17721
|
+
}
|
|
17722
|
+
|
|
17723
|
+
export interface Data {
|
|
17724
|
+
_id?: string;
|
|
17725
|
+
[key: string]: any;
|
|
17726
|
+
}
|
|
17727
|
+
|
|
17728
|
+
export namespace Find {
|
|
17729
|
+
export type Params = DefaultPaginationQueryParams & {
|
|
17730
|
+
from_issue_date?: string;
|
|
17731
|
+
to_issue_date?: string;
|
|
17732
|
+
from_due_date?: string;
|
|
17733
|
+
to_due_date?: string;
|
|
17734
|
+
from_createdAt?: string;
|
|
17735
|
+
to_createdAt?: string;
|
|
17736
|
+
from_updatedAt?: string;
|
|
17737
|
+
to_updatedAt?: string;
|
|
17738
|
+
client?: StringId | StringId[];
|
|
17739
|
+
rep?: StringId | StringId[];
|
|
17740
|
+
creator?: StringId | StringId[];
|
|
17741
|
+
teams?: StringId | StringId[];
|
|
17742
|
+
status?: StatusOption | StatusOption[];
|
|
17743
|
+
promotion?: StringId | StringId[];
|
|
17744
|
+
product?: StringId | StringId[];
|
|
17745
|
+
variant?: StringId | StringId[];
|
|
17746
|
+
category?: StringId | StringId[];
|
|
17747
|
+
sub_category?: StringId | StringId[];
|
|
17748
|
+
brand?: StringId | StringId[];
|
|
17749
|
+
product_groups?: StringId | StringId[];
|
|
17750
|
+
class?: ClassOption | ClassOption[];
|
|
17751
|
+
with_brand?: boolean;
|
|
17752
|
+
with_category?: boolean;
|
|
17753
|
+
with_product_groups?: boolean;
|
|
17754
|
+
with_sub_category?: boolean;
|
|
17755
|
+
with_product_details?: boolean;
|
|
17756
|
+
with_variant_details?: boolean;
|
|
17757
|
+
with_teams?: boolean;
|
|
17758
|
+
with_promotions?: boolean;
|
|
17759
|
+
promotion_type?: PromotionTypeOption;
|
|
17760
|
+
with_balance?: boolean;
|
|
17761
|
+
groupBy?: GroupByOption | GroupByOption[];
|
|
17762
|
+
from_price?: number;
|
|
17763
|
+
to_price?: number;
|
|
17764
|
+
export?: string;
|
|
17765
|
+
chain?: StringId | StringId[];
|
|
17766
|
+
channel?: StringId | StringId[];
|
|
17767
|
+
CLIENT_TAGS?: StringId | StringId[];
|
|
17768
|
+
AREA_TAGS?: StringId | StringId[];
|
|
17769
|
+
tags?: StringId | StringId[];
|
|
17770
|
+
country?: string | string[];
|
|
17771
|
+
state?: string | string[];
|
|
17772
|
+
city?: string | string[];
|
|
17773
|
+
with_chain?: boolean;
|
|
17774
|
+
with_channel?: boolean;
|
|
17775
|
+
with_tags?: boolean;
|
|
17776
|
+
with_client_details?: boolean;
|
|
17777
|
+
admin?: StringId | StringId[];
|
|
17778
|
+
tax?: StringId | StringId[];
|
|
17779
|
+
with_original_price?: boolean;
|
|
17780
|
+
with_route?: boolean;
|
|
17781
|
+
route?: StringId | StringId[];
|
|
17782
|
+
with_external_serial_number?: boolean;
|
|
17783
|
+
with_workorder?: boolean;
|
|
17784
|
+
with_client_customFields?: boolean;
|
|
17785
|
+
with_rep_details?: boolean;
|
|
17786
|
+
with_rep_customFields?: boolean;
|
|
17787
|
+
sortBy?: SortByOption[];
|
|
17788
|
+
includeDocumentsCount?: boolean;
|
|
17789
|
+
};
|
|
17790
|
+
export interface Result extends DefaultPaginationResult {
|
|
17791
|
+
data: Data[];
|
|
17792
|
+
}
|
|
17793
|
+
}
|
|
17794
|
+
}
|
|
17795
|
+
|
|
17671
17796
|
export namespace WorkorderAgenda {
|
|
17672
17797
|
export interface Workorder {
|
|
17673
17798
|
name: string;
|