@erp-galoper/types 1.0.1871 → 1.0.1872
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 +6 -5
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -50519,8 +50519,8 @@ export interface components {
|
|
|
50519
50519
|
/**
|
|
50520
50520
|
* Pricelist
|
|
50521
50521
|
* Format: uuid
|
|
50522
|
-
* @description -
|
|
50523
|
-
* -
|
|
50522
|
+
* @description - Required when the price list feature is enabled in sales settings and the user does not have permission to change price (permissionKey: price : [ change ]). Otherwise optional.
|
|
50523
|
+
* - Visible when inventory module is on.
|
|
50524
50524
|
* - get price lists from /api/v1/sales/price-list/ and filter by
|
|
50525
50525
|
* status equals to submitted
|
|
50526
50526
|
* & document date is greater than or equal start date
|
|
@@ -52924,7 +52924,8 @@ export interface components {
|
|
|
52924
52924
|
/**
|
|
52925
52925
|
* Pricelist
|
|
52926
52926
|
* Format: uuid
|
|
52927
|
-
* @description -
|
|
52927
|
+
* @description - Required when the price list feature is enabled in sales settings and the user does not have permission to change price (permissionKey: price : [ change ]). Otherwise optional.
|
|
52928
|
+
* - Visible when inventory module is on.
|
|
52928
52929
|
* - get price lists from /api/v1/sales/price-list/ and filter by
|
|
52929
52930
|
* status equals to submitted
|
|
52930
52931
|
* & document date is greater than or equal start date
|
|
@@ -55027,8 +55028,8 @@ export interface components {
|
|
|
55027
55028
|
/**
|
|
55028
55029
|
* Pricelist
|
|
55029
55030
|
* Format: uuid
|
|
55030
|
-
* @description -
|
|
55031
|
-
* -
|
|
55031
|
+
* @description - Required when the price list feature is enabled in sales settings and the user does not have permission to change price (permissionKey: price : [ change ]). Otherwise optional.
|
|
55032
|
+
* - Visible when inventory module is on.
|
|
55032
55033
|
* - get price lists from /api/v1/sales/price-list/ and filter by
|
|
55033
55034
|
* status equals to submitted
|
|
55034
55035
|
* & document date is greater than or equal start date
|