@erp-galoper/types 1.0.1988 → 1.0.1990

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 +3 -0
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -34462,6 +34462,7 @@ export interface components {
34462
34462
  */
34463
34463
  attachments: string[];
34464
34464
  paymentTerm: components["schemas"]["PaymentTermsEnumSchema"];
34465
+ parent?: components["schemas"]["CustomerParentSchema"] | null;
34465
34466
  };
34466
34467
  /** ChangeContactShipmentInformationSchema */
34467
34468
  ChangeContactShipmentInformationSchema: {
@@ -34708,6 +34709,7 @@ export interface components {
34708
34709
  */
34709
34710
  attachments: string[];
34710
34711
  paymentTerm: components["schemas"]["PaymentTermsEnumSchema"];
34712
+ parent?: components["schemas"]["CustomerParentSchema"] | null;
34711
34713
  };
34712
34714
  /** ChangeCustomerBranchSchema */
34713
34715
  ChangeCustomerBranchSchema: {
@@ -35157,6 +35159,7 @@ export interface components {
35157
35159
  */
35158
35160
  financialNumber?: string | null;
35159
35161
  paymentTerm: components["schemas"]["PaymentTermsEnumSchema"];
35162
+ parent?: components["schemas"]["CustomerParentSchema"] | null;
35160
35163
  };
35161
35164
  /**
35162
35165
  * TypeOfCustomerValue
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.1988",
3
+ "version": "1.0.1990",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],