@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.
Files changed (2) hide show
  1. package/openapi.ts +2 -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 d53c1733-346b-4e5a-9a97-d966959f2f64
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 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.658",
3
+ "version": "1.0.659",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],