@erp-galoper/types 1.0.658 → 1.0.659
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
|
@@ -27535,7 +27535,7 @@ export interface components {
|
|
|
27535
27535
|
/**
|
|
27536
27536
|
* Id
|
|
27537
27537
|
* Format: uuid
|
|
27538
|
-
* @example
|
|
27538
|
+
* @example cee5cb31-3fe4-46d6-ad47-bab182be57fa
|
|
27539
27539
|
*/
|
|
27540
27540
|
id: string;
|
|
27541
27541
|
/**
|
|
@@ -39766,7 +39766,7 @@ export interface components {
|
|
|
39766
39766
|
customer: number;
|
|
39767
39767
|
/**
|
|
39768
39768
|
* Customerbranch
|
|
39769
|
-
* @description This field is required when the customer is a company,
|
|
39769
|
+
* @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
|
|
39770
39770
|
*/
|
|
39771
39771
|
customerBranch?: number;
|
|
39772
39772
|
/** Password */
|