@erp-galoper/types 1.0.1549 → 1.0.1550
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 +2 -2
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -23565,7 +23565,7 @@ export interface components {
|
|
|
23565
23565
|
* BasePermissionsSchema_Inventory_OpeningquantityEnum
|
|
23566
23566
|
* @enum {string}
|
|
23567
23567
|
*/
|
|
23568
|
-
BasePermissionsSchema_Inventory_OpeningquantityEnum: "add" | "approve" | "change" | "delete" | "resettodraft" | "view";
|
|
23568
|
+
BasePermissionsSchema_Inventory_OpeningquantityEnum: "add" | "approve" | "change" | "delete" | "export" | "print" | "resettodraft" | "view";
|
|
23569
23569
|
/**
|
|
23570
23570
|
* BasePermissionsSchema_Inventory_PackageEnum
|
|
23571
23571
|
* @enum {string}
|
|
@@ -23590,7 +23590,7 @@ export interface components {
|
|
|
23590
23590
|
* BasePermissionsSchema_Inventory_StockadjustmentEnum
|
|
23591
23591
|
* @enum {string}
|
|
23592
23592
|
*/
|
|
23593
|
-
BasePermissionsSchema_Inventory_StockadjustmentEnum: "add" | "approve" | "change" | "delete" | "resettodraft" | "view";
|
|
23593
|
+
BasePermissionsSchema_Inventory_StockadjustmentEnum: "add" | "approve" | "change" | "delete" | "export" | "print" | "resettodraft" | "view";
|
|
23594
23594
|
/**
|
|
23595
23595
|
* BasePermissionsSchema_Inventory_TransferrequestEnum
|
|
23596
23596
|
* @enum {string}
|