@erp-galoper/types 1.0.1136 → 1.0.1138

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 +12 -7
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -20235,15 +20235,15 @@ export interface components {
20235
20235
  */
20236
20236
  bank: components["schemas"]["BasePermissionsSchema_Report_Bank"];
20237
20237
  /**
20238
- * @description project actions
20238
+ * @description hr actions
20239
20239
  * @default []
20240
20240
  */
20241
- project: components["schemas"]["BasePermissionsSchema_Report_Project"];
20241
+ hr: components["schemas"]["BasePermissionsSchema_Report_Hr"];
20242
20242
  /**
20243
- * @description employee actions
20243
+ * @description project actions
20244
20244
  * @default []
20245
20245
  */
20246
- employee: components["schemas"]["BasePermissionsSchema_Report_Employee"];
20246
+ project: components["schemas"]["BasePermissionsSchema_Report_Project"];
20247
20247
  };
20248
20248
  /** BasePermissionsSchema_Report_Accounting */
20249
20249
  BasePermissionsSchema_Report_Accounting: {
@@ -20359,15 +20359,20 @@ export interface components {
20359
20359
  * @constant
20360
20360
  */
20361
20361
  BasePermissionsSchema_Report_Customer_TopcustomersEnum: "view";
20362
- /** BasePermissionsSchema_Report_Employee */
20363
- BasePermissionsSchema_Report_Employee: {
20362
+ /** BasePermissionsSchema_Report_Hr */
20363
+ BasePermissionsSchema_Report_Hr: {
20364
20364
  /**
20365
20365
  * Employeestatement
20366
20366
  * @description employeestatement actions
20367
20367
  * @default []
20368
20368
  */
20369
- employeestatement: string[];
20369
+ employeestatement: components["schemas"]["BasePermissionsSchema_Report_Hr_EmployeestatementEnum"][];
20370
20370
  };
20371
+ /**
20372
+ * BasePermissionsSchema_Report_Hr_EmployeestatementEnum
20373
+ * @enum {string}
20374
+ */
20375
+ BasePermissionsSchema_Report_Hr_EmployeestatementEnum: "export" | "view";
20371
20376
  /** BasePermissionsSchema_Report_Inventory */
20372
20377
  BasePermissionsSchema_Report_Inventory: {
20373
20378
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.1136",
3
+ "version": "1.0.1138",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],