@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.
Files changed (2) hide show
  1. package/openapi.ts +4 -4
  2. 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 debtor is always required. Optionally include paymentInAdvance (e.g. ["debtor", "paymentInAdvance"]).
34085
+ * @description Defaults to debtor when omitted (e.g. POS/online store). Optionally include paymentInAdvance.
34086
34086
  */
34087
- classificationTypes: components["schemas"]["CustomerClassificationTypeEnum"][];
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 debtor is always required. Optionally include paymentInAdvance (e.g. ["debtor", "paymentInAdvance"]).
34162
+ * @description Defaults to debtor when omitted (e.g. POS/online store). Optionally include paymentInAdvance.
34163
34163
  */
34164
- classificationTypes: components["schemas"]["CustomerClassificationTypeEnum"][];
34164
+ classificationTypes?: components["schemas"]["CustomerClassificationTypeEnum"][];
34165
34165
  /**
34166
34166
  * Group
34167
34167
  * Format: uuid
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.1844",
3
+ "version": "1.0.1846",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],