@erp-galoper/types 1.0.1884 → 1.0.1885
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 +1 -1
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -25666,7 +25666,7 @@ export interface components {
|
|
|
25666
25666
|
* InvoicePermissionAction
|
|
25667
25667
|
* @enum {string}
|
|
25668
25668
|
*/
|
|
25669
|
-
InvoicePermissionAction: "delete" | "hold" | "void" | "return" | "exchange" | "discount" | "changePrice";
|
|
25669
|
+
InvoicePermissionAction: "delete" | "hold" | "void" | "return" | "exchange" | "discount" | "changePrice" | "overrideItemDiscount";
|
|
25670
25670
|
/** ModulePermissions */
|
|
25671
25671
|
ModulePermissions: {
|
|
25672
25672
|
/**
|