@erp-galoper/types 1.0.1844 → 1.0.1846
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 +4 -4
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -34082,9 +34082,9 @@ export interface components {
|
|
|
34082
34082
|
accountClassification: number;
|
|
34083
34083
|
/**
|
|
34084
34084
|
* Classificationtypes
|
|
34085
|
-
* @description
|
|
34085
|
+
* @description Defaults to debtor when omitted (e.g. POS/online store). Optionally include paymentInAdvance.
|
|
34086
34086
|
*/
|
|
34087
|
-
classificationTypes
|
|
34087
|
+
classificationTypes?: components["schemas"]["CustomerClassificationTypeEnum"][];
|
|
34088
34088
|
/**
|
|
34089
34089
|
* Isresident
|
|
34090
34090
|
* @description field should has default true and always disabled
|
|
@@ -34159,9 +34159,9 @@ export interface components {
|
|
|
34159
34159
|
accountClassification: number;
|
|
34160
34160
|
/**
|
|
34161
34161
|
* Classificationtypes
|
|
34162
|
-
* @description
|
|
34162
|
+
* @description Defaults to debtor when omitted (e.g. POS/online store). Optionally include paymentInAdvance.
|
|
34163
34163
|
*/
|
|
34164
|
-
classificationTypes
|
|
34164
|
+
classificationTypes?: components["schemas"]["CustomerClassificationTypeEnum"][];
|
|
34165
34165
|
/**
|
|
34166
34166
|
* Group
|
|
34167
34167
|
* Format: uuid
|