@erp-galoper/types 1.0.661 → 1.0.662
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 -2
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -27544,7 +27544,7 @@ export interface components {
|
|
|
27544
27544
|
/**
|
|
27545
27545
|
* Id
|
|
27546
27546
|
* Format: uuid
|
|
27547
|
-
* @example
|
|
27547
|
+
* @example c77aa39f-86b2-4202-82c7-580476d1db2c
|
|
27548
27548
|
*/
|
|
27549
27549
|
id: string;
|
|
27550
27550
|
/**
|
|
@@ -43663,7 +43663,7 @@ export interface components {
|
|
|
43663
43663
|
customer?: number;
|
|
43664
43664
|
/**
|
|
43665
43665
|
* Customerbranch
|
|
43666
|
-
* @description This field is required when the customer is a company
|
|
43666
|
+
* @description This field is required when the customer is a company, set default value from the data of selected customer and filter branches by default=True
|
|
43667
43667
|
*/
|
|
43668
43668
|
customerBranch?: number;
|
|
43669
43669
|
/**
|