@erp-galoper/types 1.0.1953 → 1.0.1954
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 +3 -0
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -61527,6 +61527,7 @@ export interface components {
|
|
|
61527
61527
|
/** Phone1 */
|
|
61528
61528
|
phone1?: string | null;
|
|
61529
61529
|
customerType: components["schemas"]["CustomerClassificationTypeEnum"];
|
|
61530
|
+
type: components["schemas"]["TypeOfCustomerValue"];
|
|
61530
61531
|
currency?: components["schemas"]["CommonCurrency"] | null;
|
|
61531
61532
|
};
|
|
61532
61533
|
/** SalesByCustomerListSchema */
|
|
@@ -63337,6 +63338,8 @@ export interface components {
|
|
|
63337
63338
|
*/
|
|
63338
63339
|
date: string;
|
|
63339
63340
|
customer: components["schemas"]["CustomerSummarySchema"];
|
|
63341
|
+
/** @description The customer's first branch, when available. */
|
|
63342
|
+
customerBranch?: components["schemas"]["CustomerBranchSharedSchema"] | null;
|
|
63340
63343
|
item: components["schemas"]["ItemSummarySchema"];
|
|
63341
63344
|
/** Productidentification */
|
|
63342
63345
|
productIdentification?: string | null;
|