@erp-galoper/types 1.0.195 → 1.0.196
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/openapi.ts +2 -7
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -26544,7 +26544,7 @@ export interface components {
|
|
|
26544
26544
|
/**
|
|
26545
26545
|
* Id
|
|
26546
26546
|
* Format: uuid
|
|
26547
|
-
* @example
|
|
26547
|
+
* @example ba14bfb9-a7ee-44f5-ae8f-23930f65e8c9
|
|
26548
26548
|
*/
|
|
26549
26549
|
id: string;
|
|
26550
26550
|
/**
|
|
@@ -36004,7 +36004,7 @@ export interface components {
|
|
|
36004
36004
|
/** Categories */
|
|
36005
36005
|
categories: components["schemas"]["ItemCategorySummaryInfo"][];
|
|
36006
36006
|
/** Customer Groups */
|
|
36007
|
-
customer_groups: components["schemas"]["
|
|
36007
|
+
customer_groups: components["schemas"]["ContactSegmentationSharedSchema"][];
|
|
36008
36008
|
/** Customers */
|
|
36009
36009
|
customers: components["schemas"]["AccountSummaryInfo"][];
|
|
36010
36010
|
paymentMethod: components["schemas"]["PaymentMethodSharedSchema"] | null;
|
|
@@ -36037,11 +36037,6 @@ export interface components {
|
|
|
36037
36037
|
* @enum {string}
|
|
36038
36038
|
*/
|
|
36039
36039
|
CommissionValueTypes: "percentage" | "amount";
|
|
36040
|
-
/** ContactSegmentationSummaryInfo */
|
|
36041
|
-
ContactSegmentationSummaryInfo: {
|
|
36042
|
-
/** Id */
|
|
36043
|
-
id: number;
|
|
36044
|
-
};
|
|
36045
36040
|
/** ItemCategorySummaryInfo */
|
|
36046
36041
|
ItemCategorySummaryInfo: {
|
|
36047
36042
|
/** Id */
|