@erp-galoper/types 1.0.766 → 1.0.767
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 +8 -8
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -18973,7 +18973,7 @@ export interface components {
|
|
|
18973
18973
|
* BasePermissionsSchema_Inventory_ItemEnum
|
|
18974
18974
|
* @enum {string}
|
|
18975
18975
|
*/
|
|
18976
|
-
BasePermissionsSchema_Inventory_ItemEnum: "add" | "change" | "delete" | "view";
|
|
18976
|
+
BasePermissionsSchema_Inventory_ItemEnum: "add" | "change" | "delete" | "import" | "view";
|
|
18977
18977
|
/**
|
|
18978
18978
|
* BasePermissionsSchema_Inventory_ItemcategoryEnum
|
|
18979
18979
|
* @enum {string}
|
|
@@ -20118,22 +20118,22 @@ export interface components {
|
|
|
20118
20118
|
*/
|
|
20119
20119
|
possettings: components["schemas"]["BasePermissionsSchema_Settings_Pos_PossettingsEnum"][];
|
|
20120
20120
|
/**
|
|
20121
|
-
*
|
|
20122
|
-
* @description
|
|
20121
|
+
* Role
|
|
20122
|
+
* @description role actions
|
|
20123
20123
|
* @default []
|
|
20124
20124
|
*/
|
|
20125
|
-
|
|
20125
|
+
role: components["schemas"]["BasePermissionsSchema_Settings_Pos_RoleEnum"][];
|
|
20126
20126
|
};
|
|
20127
20127
|
/**
|
|
20128
|
-
*
|
|
20128
|
+
* BasePermissionsSchema_Settings_Pos_PossettingsEnum
|
|
20129
20129
|
* @enum {string}
|
|
20130
20130
|
*/
|
|
20131
|
-
|
|
20131
|
+
BasePermissionsSchema_Settings_Pos_PossettingsEnum: "add" | "change" | "delete" | "view";
|
|
20132
20132
|
/**
|
|
20133
|
-
*
|
|
20133
|
+
* BasePermissionsSchema_Settings_Pos_RoleEnum
|
|
20134
20134
|
* @enum {string}
|
|
20135
20135
|
*/
|
|
20136
|
-
|
|
20136
|
+
BasePermissionsSchema_Settings_Pos_RoleEnum: "add" | "change" | "delete" | "view";
|
|
20137
20137
|
/** BasePermissionsSchema_Settings_Purchase */
|
|
20138
20138
|
BasePermissionsSchema_Settings_Purchase: {
|
|
20139
20139
|
/**
|