@erp-galoper/types 1.0.701 → 1.0.702

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.
Files changed (2) hide show
  1. package/openapi.ts +7 -12
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -19132,11 +19132,6 @@ 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"];
19140
19135
  /**
19141
19136
  * @description supplier actions
19142
19137
  * @default []
@@ -19157,6 +19152,11 @@ export interface components {
19157
19152
  * @default []
19158
19153
  */
19159
19154
  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,13 +19268,8 @@ export interface components {
19268
19268
  * @description stockreport actions
19269
19269
  * @default []
19270
19270
  */
19271
- stockreport: components["schemas"]["BasePermissionsSchema_Report_Inventory_StockreportEnum"][];
19271
+ stockreport: string[];
19272
19272
  };
19273
- /**
19274
- * BasePermissionsSchema_Report_Inventory_StockreportEnum
19275
- * @constant
19276
- */
19277
- BasePermissionsSchema_Report_Inventory_StockreportEnum: "view";
19278
19273
  /** BasePermissionsSchema_Report_Project */
19279
19274
  BasePermissionsSchema_Report_Project: {
19280
19275
  /**
@@ -27558,7 +27553,7 @@ export interface components {
27558
27553
  /**
27559
27554
  * Id
27560
27555
  * Format: uuid
27561
- * @example 69670dd4-b6d4-4f2c-a926-ccd71f878cc5
27556
+ * @example ef3d0bc6-dd1d-46d1-b328-312dd0d35264
27562
27557
  */
27563
27558
  id: string;
27564
27559
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.701",
3
+ "version": "1.0.702",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],