@erp-galoper/types 1.0.1512 → 1.0.1514

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 +30 -0
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -23699,6 +23699,11 @@ export interface components {
23699
23699
  * @default []
23700
23700
  */
23701
23701
  inventory: components["schemas"]["BasePermissionsSchema_Report_Inventory"];
23702
+ /**
23703
+ * @description pos actions
23704
+ * @default []
23705
+ */
23706
+ pos: components["schemas"]["BasePermissionsSchema_Report_Pos"];
23702
23707
  /**
23703
23708
  * @description supplier actions
23704
23709
  * @default []
@@ -23889,6 +23894,31 @@ export interface components {
23889
23894
  * @constant
23890
23895
  */
23891
23896
  BasePermissionsSchema_Report_Inventory_StockreportEnum: "view";
23897
+ /** BasePermissionsSchema_Report_Pos */
23898
+ BasePermissionsSchema_Report_Pos: {
23899
+ /**
23900
+ * Xreport
23901
+ * @description xreport actions
23902
+ * @default []
23903
+ */
23904
+ xreport: components["schemas"]["BasePermissionsSchema_Report_Pos_XreportEnum"][];
23905
+ /**
23906
+ * Zreport
23907
+ * @description zreport actions
23908
+ * @default []
23909
+ */
23910
+ zreport: components["schemas"]["BasePermissionsSchema_Report_Pos_ZreportEnum"][];
23911
+ };
23912
+ /**
23913
+ * BasePermissionsSchema_Report_Pos_XreportEnum
23914
+ * @constant
23915
+ */
23916
+ BasePermissionsSchema_Report_Pos_XreportEnum: "view";
23917
+ /**
23918
+ * BasePermissionsSchema_Report_Pos_ZreportEnum
23919
+ * @constant
23920
+ */
23921
+ BasePermissionsSchema_Report_Pos_ZreportEnum: "view";
23892
23922
  /** BasePermissionsSchema_Report_Project */
23893
23923
  BasePermissionsSchema_Report_Project: {
23894
23924
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.1512",
3
+ "version": "1.0.1514",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],