@erp-galoper/types 1.0.727 → 1.0.729
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 +12 -7
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -19132,6 +19132,11 @@ export interface components {
|
|
|
19132
19132
|
* @default []
|
|
19133
19133
|
*/
|
|
19134
19134
|
accounting: components["schemas"]["BasePermissionsSchema_Report_Accounting"];
|
|
19135
|
+
/**
|
|
19136
|
+
* @description inventory actions
|
|
19137
|
+
* @default []
|
|
19138
|
+
*/
|
|
19139
|
+
inventory: components["schemas"]["BasePermissionsSchema_Report_Inventory"];
|
|
19135
19140
|
/**
|
|
19136
19141
|
* @description supplier actions
|
|
19137
19142
|
* @default []
|
|
@@ -19152,11 +19157,6 @@ export interface components {
|
|
|
19152
19157
|
* @default []
|
|
19153
19158
|
*/
|
|
19154
19159
|
project: components["schemas"]["BasePermissionsSchema_Report_Project"];
|
|
19155
|
-
/**
|
|
19156
|
-
* @description inventory actions
|
|
19157
|
-
* @default []
|
|
19158
|
-
*/
|
|
19159
|
-
inventory: components["schemas"]["BasePermissionsSchema_Report_Inventory"];
|
|
19160
19160
|
};
|
|
19161
19161
|
/** BasePermissionsSchema_Report_Accounting */
|
|
19162
19162
|
BasePermissionsSchema_Report_Accounting: {
|
|
@@ -19268,8 +19268,13 @@ export interface components {
|
|
|
19268
19268
|
* @description stockreport actions
|
|
19269
19269
|
* @default []
|
|
19270
19270
|
*/
|
|
19271
|
-
stockreport:
|
|
19271
|
+
stockreport: components["schemas"]["BasePermissionsSchema_Report_Inventory_StockreportEnum"][];
|
|
19272
19272
|
};
|
|
19273
|
+
/**
|
|
19274
|
+
* BasePermissionsSchema_Report_Inventory_StockreportEnum
|
|
19275
|
+
* @constant
|
|
19276
|
+
*/
|
|
19277
|
+
BasePermissionsSchema_Report_Inventory_StockreportEnum: "view";
|
|
19273
19278
|
/** BasePermissionsSchema_Report_Project */
|
|
19274
19279
|
BasePermissionsSchema_Report_Project: {
|
|
19275
19280
|
/**
|
|
@@ -27559,7 +27564,7 @@ export interface components {
|
|
|
27559
27564
|
/**
|
|
27560
27565
|
* Id
|
|
27561
27566
|
* Format: uuid
|
|
27562
|
-
* @example
|
|
27567
|
+
* @example bb7795ae-65f0-4698-a4e8-9d59bbe4dd1d
|
|
27563
27568
|
*/
|
|
27564
27569
|
id: string;
|
|
27565
27570
|
/**
|