@erp-galoper/types 1.0.701 → 1.0.703

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 +9 -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
  /**
@@ -26274,6 +26269,8 @@ export interface components {
26274
26269
  modifiedBy: components["schemas"]["RecordUserSchema"] | null;
26275
26270
  /** Id */
26276
26271
  id: number;
26272
+ /** Name */
26273
+ name: string;
26277
26274
  /** Firstname */
26278
26275
  firstName?: string | null;
26279
26276
  /** Lastname */
@@ -27558,7 +27555,7 @@ export interface components {
27558
27555
  /**
27559
27556
  * Id
27560
27557
  * Format: uuid
27561
- * @example 69670dd4-b6d4-4f2c-a926-ccd71f878cc5
27558
+ * @example 4d71749d-cfa2-4190-8f12-e3dede271c62
27562
27559
  */
27563
27560
  id: string;
27564
27561
  /**
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.703",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],