@erp-galoper/types 1.0.1135 → 1.0.1137
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 +24 -9
- 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
|
|
20238
|
+
* @description hr actions
|
|
20239
20239
|
* @default []
|
|
20240
20240
|
*/
|
|
20241
|
-
|
|
20241
|
+
hr: components["schemas"]["BasePermissionsSchema_Report_Hr"];
|
|
20242
20242
|
/**
|
|
20243
|
-
* @description
|
|
20243
|
+
* @description project actions
|
|
20244
20244
|
* @default []
|
|
20245
20245
|
*/
|
|
20246
|
-
|
|
20246
|
+
project: components["schemas"]["BasePermissionsSchema_Report_Project"];
|
|
20247
20247
|
};
|
|
20248
20248
|
/** BasePermissionsSchema_Report_Accounting */
|
|
20249
20249
|
BasePermissionsSchema_Report_Accounting: {
|
|
@@ -20347,22 +20347,32 @@ export interface components {
|
|
|
20347
20347
|
* @description topcustomers actions
|
|
20348
20348
|
* @default []
|
|
20349
20349
|
*/
|
|
20350
|
-
topcustomers:
|
|
20350
|
+
topcustomers: components["schemas"]["BasePermissionsSchema_Report_Customer_TopcustomersEnum"][];
|
|
20351
20351
|
};
|
|
20352
20352
|
/**
|
|
20353
20353
|
* BasePermissionsSchema_Report_Customer_CustomerstatementEnum
|
|
20354
20354
|
* @enum {string}
|
|
20355
20355
|
*/
|
|
20356
20356
|
BasePermissionsSchema_Report_Customer_CustomerstatementEnum: "export" | "view";
|
|
20357
|
-
/**
|
|
20358
|
-
|
|
20357
|
+
/**
|
|
20358
|
+
* BasePermissionsSchema_Report_Customer_TopcustomersEnum
|
|
20359
|
+
* @constant
|
|
20360
|
+
*/
|
|
20361
|
+
BasePermissionsSchema_Report_Customer_TopcustomersEnum: "view";
|
|
20362
|
+
/** BasePermissionsSchema_Report_Hr */
|
|
20363
|
+
BasePermissionsSchema_Report_Hr: {
|
|
20359
20364
|
/**
|
|
20360
20365
|
* Employeestatement
|
|
20361
20366
|
* @description employeestatement actions
|
|
20362
20367
|
* @default []
|
|
20363
20368
|
*/
|
|
20364
|
-
employeestatement:
|
|
20369
|
+
employeestatement: components["schemas"]["BasePermissionsSchema_Report_Hr_EmployeestatementEnum"][];
|
|
20365
20370
|
};
|
|
20371
|
+
/**
|
|
20372
|
+
* BasePermissionsSchema_Report_Hr_EmployeestatementEnum
|
|
20373
|
+
* @enum {string}
|
|
20374
|
+
*/
|
|
20375
|
+
BasePermissionsSchema_Report_Hr_EmployeestatementEnum: "export" | "view";
|
|
20366
20376
|
/** BasePermissionsSchema_Report_Inventory */
|
|
20367
20377
|
BasePermissionsSchema_Report_Inventory: {
|
|
20368
20378
|
/**
|
|
@@ -20426,13 +20436,18 @@ export interface components {
|
|
|
20426
20436
|
* @description topsuppliers actions
|
|
20427
20437
|
* @default []
|
|
20428
20438
|
*/
|
|
20429
|
-
topsuppliers:
|
|
20439
|
+
topsuppliers: components["schemas"]["BasePermissionsSchema_Report_Supplier_TopsuppliersEnum"][];
|
|
20430
20440
|
};
|
|
20431
20441
|
/**
|
|
20432
20442
|
* BasePermissionsSchema_Report_Supplier_SupplierstatementEnum
|
|
20433
20443
|
* @enum {string}
|
|
20434
20444
|
*/
|
|
20435
20445
|
BasePermissionsSchema_Report_Supplier_SupplierstatementEnum: "export" | "view";
|
|
20446
|
+
/**
|
|
20447
|
+
* BasePermissionsSchema_Report_Supplier_TopsuppliersEnum
|
|
20448
|
+
* @constant
|
|
20449
|
+
*/
|
|
20450
|
+
BasePermissionsSchema_Report_Supplier_TopsuppliersEnum: "view";
|
|
20436
20451
|
/** BasePermissionsSchema_Sales */
|
|
20437
20452
|
BasePermissionsSchema_Sales: {
|
|
20438
20453
|
/**
|