@erp-galoper/types 1.0.1135 → 1.0.1136

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 -2
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -20347,13 +20347,18 @@ export interface components {
20347
20347
  * @description topcustomers actions
20348
20348
  * @default []
20349
20349
  */
20350
- topcustomers: string[];
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
+ * BasePermissionsSchema_Report_Customer_TopcustomersEnum
20359
+ * @constant
20360
+ */
20361
+ BasePermissionsSchema_Report_Customer_TopcustomersEnum: "view";
20357
20362
  /** BasePermissionsSchema_Report_Employee */
20358
20363
  BasePermissionsSchema_Report_Employee: {
20359
20364
  /**
@@ -20426,13 +20431,18 @@ export interface components {
20426
20431
  * @description topsuppliers actions
20427
20432
  * @default []
20428
20433
  */
20429
- topsuppliers: string[];
20434
+ topsuppliers: components["schemas"]["BasePermissionsSchema_Report_Supplier_TopsuppliersEnum"][];
20430
20435
  };
20431
20436
  /**
20432
20437
  * BasePermissionsSchema_Report_Supplier_SupplierstatementEnum
20433
20438
  * @enum {string}
20434
20439
  */
20435
20440
  BasePermissionsSchema_Report_Supplier_SupplierstatementEnum: "export" | "view";
20441
+ /**
20442
+ * BasePermissionsSchema_Report_Supplier_TopsuppliersEnum
20443
+ * @constant
20444
+ */
20445
+ BasePermissionsSchema_Report_Supplier_TopsuppliersEnum: "view";
20436
20446
  /** BasePermissionsSchema_Sales */
20437
20447
  BasePermissionsSchema_Sales: {
20438
20448
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.1135",
3
+ "version": "1.0.1136",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],