@erp-galoper/types 1.0.659 → 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.
- package/openapi.ts +4 -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
|
|
27540
|
+
* @example 6c2a08ab-2c26-4626-98c5-55b4abc967b9
|
|
27539
27541
|
*/
|
|
27540
27542
|
id: string;
|
|
27541
27543
|
/**
|
|
@@ -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
|
/**
|