@erp-galoper/types 1.0.1724 → 1.0.1726
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 +11 -0
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -24365,6 +24365,12 @@ export interface components {
|
|
|
24365
24365
|
* @default []
|
|
24366
24366
|
*/
|
|
24367
24367
|
discount: components["schemas"]["BasePermissionsSchema_Sales_DiscountEnum"][];
|
|
24368
|
+
/**
|
|
24369
|
+
* Item Discount
|
|
24370
|
+
* @description item_discount actions
|
|
24371
|
+
* @default []
|
|
24372
|
+
*/
|
|
24373
|
+
item_discount: components["schemas"]["BasePermissionsSchema_Sales_Item_discountEnum"][];
|
|
24368
24374
|
/**
|
|
24369
24375
|
* Price
|
|
24370
24376
|
* @description price actions
|
|
@@ -24393,6 +24399,11 @@ export interface components {
|
|
|
24393
24399
|
* @enum {string}
|
|
24394
24400
|
*/
|
|
24395
24401
|
BasePermissionsSchema_Sales_DownpaymentEnum: "add" | "approve" | "cancel" | "change" | "delete" | "export" | "resettodraft" | "send" | "view";
|
|
24402
|
+
/**
|
|
24403
|
+
* BasePermissionsSchema_Sales_Item_discountEnum
|
|
24404
|
+
* @constant
|
|
24405
|
+
*/
|
|
24406
|
+
BasePermissionsSchema_Sales_Item_discountEnum: "override";
|
|
24396
24407
|
/**
|
|
24397
24408
|
* BasePermissionsSchema_Sales_OfferandpromotionEnum
|
|
24398
24409
|
* @enum {string}
|