@erp-galoper/types 1.0.658 → 1.0.660

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 +5 -3
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -15206,6 +15206,7 @@ export interface paths {
15206
15206
  * - depositChargeChangeNotAllowed
15207
15207
  * - unitPackageIsRequired
15208
15208
  * - salesQuotationDoesNotExist
15209
+ * - salesQuotationCustomerDoesNotMatchWithSalesOrderCustomer
15209
15210
  *
15210
15211
  * - 403: "noModuleAccess"
15211
15212
  * - "permissionDenied"
@@ -15272,6 +15273,7 @@ export interface paths {
15272
15273
  * - unitPackageIsRequired
15273
15274
  * - salesQuotationDoesNotExist
15274
15275
  * - customerChangeNotAllowed
15276
+ * - salesQuotationCustomerDoesNotMatchWithSalesOrderCustomer
15275
15277
  *
15276
15278
  * - 403: "noModuleAccess"
15277
15279
  * - "permissionDenied"
@@ -27535,7 +27537,7 @@ export interface components {
27535
27537
  /**
27536
27538
  * Id
27537
27539
  * Format: uuid
27538
- * @example d53c1733-346b-4e5a-9a97-d966959f2f64
27540
+ * @example 6c2a08ab-2c26-4626-98c5-55b4abc967b9
27539
27541
  */
27540
27542
  id: string;
27541
27543
  /**
@@ -39766,7 +39768,7 @@ export interface components {
39766
39768
  customer: number;
39767
39769
  /**
39768
39770
  * Customerbranch
39769
- * @description This field is required when the customer is a company,
39771
+ * @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
39772
  */
39771
39773
  customerBranch?: number;
39772
39774
  /** Password */
@@ -41971,7 +41973,7 @@ export interface components {
41971
41973
  customer: number;
41972
41974
  /**
41973
41975
  * Customerbranch
41974
- * @description This field is required when the customer is a company.
41976
+ * @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
41975
41977
  */
41976
41978
  customerBranch?: number;
41977
41979
  /**
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.660",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],