@erp-galoper/main-package 1.0.267 → 1.0.268
Sign up to get free protection for your applications and to get access to all the features.
- package/openapi.ts +12 -7
- package/package.json +1 -1
package/openapi.ts
CHANGED
@@ -9100,6 +9100,11 @@ export interface components {
|
|
9100
9100
|
* @default []
|
9101
9101
|
*/
|
9102
9102
|
accounting: components["schemas"]["BasePermissionsSchema_Report_Accounting"];
|
9103
|
+
/**
|
9104
|
+
* @description inventory actions
|
9105
|
+
* @default []
|
9106
|
+
*/
|
9107
|
+
inventory: components["schemas"]["BasePermissionsSchema_Report_Inventory"];
|
9103
9108
|
/**
|
9104
9109
|
* @description supplier actions
|
9105
9110
|
* @default []
|
@@ -9120,11 +9125,6 @@ export interface components {
|
|
9120
9125
|
* @default []
|
9121
9126
|
*/
|
9122
9127
|
project: components["schemas"]["BasePermissionsSchema_Report_Project"];
|
9123
|
-
/**
|
9124
|
-
* @description inventory actions
|
9125
|
-
* @default []
|
9126
|
-
*/
|
9127
|
-
inventory: components["schemas"]["BasePermissionsSchema_Report_Inventory"];
|
9128
9128
|
};
|
9129
9129
|
/** BasePermissionsSchema_Report_Accounting */
|
9130
9130
|
BasePermissionsSchema_Report_Accounting: {
|
@@ -9236,8 +9236,13 @@ export interface components {
|
|
9236
9236
|
* @description stockreport actions
|
9237
9237
|
* @default []
|
9238
9238
|
*/
|
9239
|
-
stockreport:
|
9239
|
+
stockreport: components["schemas"]["BasePermissionsSchema_Report_Inventory_StockreportEnum"][];
|
9240
9240
|
};
|
9241
|
+
/**
|
9242
|
+
* BasePermissionsSchema_Report_Inventory_StockreportEnum
|
9243
|
+
* @constant
|
9244
|
+
*/
|
9245
|
+
BasePermissionsSchema_Report_Inventory_StockreportEnum: "view";
|
9241
9246
|
/** BasePermissionsSchema_Report_Project */
|
9242
9247
|
BasePermissionsSchema_Report_Project: {
|
9243
9248
|
/**
|
@@ -15958,7 +15963,7 @@ export interface components {
|
|
15958
15963
|
/**
|
15959
15964
|
* Id
|
15960
15965
|
* Format: uuid
|
15961
|
-
* @example
|
15966
|
+
* @example 3e32551a-53a5-4b4b-a68a-54b4f52871b7
|
15962
15967
|
*/
|
15963
15968
|
id: string;
|
15964
15969
|
/**
|
package/package.json
CHANGED