@erp-galoper/types 1.0.756 → 1.0.757

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 +41 -6
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -18628,6 +18628,11 @@ export interface components {
18628
18628
  * @default []
18629
18629
  */
18630
18630
  hr: components["schemas"]["BasePermissionsSchema_Hr"];
18631
+ /**
18632
+ * @description pos actions
18633
+ * @default []
18634
+ */
18635
+ pos: components["schemas"]["BasePermissionsSchema_Pos"];
18631
18636
  /**
18632
18637
  * @description project actions
18633
18638
  * @default []
@@ -18650,12 +18655,6 @@ export interface components {
18650
18655
  * @default []
18651
18656
  */
18652
18657
  calendar: Record<string, never>;
18653
- /**
18654
- * Pos
18655
- * @description pos actions
18656
- * @default []
18657
- */
18658
- pos: Record<string, never>;
18659
18658
  /**
18660
18659
  * Approval
18661
18660
  * @description approval actions
@@ -18956,6 +18955,42 @@ export interface components {
18956
18955
  * @enum {string}
18957
18956
  */
18958
18957
  BasePermissionsSchema_Inventory_WarehouseEnum: "add" | "change" | "delete" | "view";
18958
+ /** BasePermissionsSchema_Pos */
18959
+ BasePermissionsSchema_Pos: {
18960
+ /**
18961
+ * Giftreceipt
18962
+ * @description giftreceipt actions
18963
+ * @default []
18964
+ */
18965
+ giftreceipt: components["schemas"]["BasePermissionsSchema_Pos_GiftreceiptEnum"][];
18966
+ /**
18967
+ * Invoice
18968
+ * @description invoice actions
18969
+ * @default []
18970
+ */
18971
+ invoice: components["schemas"]["BasePermissionsSchema_Pos_InvoiceEnum"][];
18972
+ /**
18973
+ * Session
18974
+ * @description session actions
18975
+ * @default []
18976
+ */
18977
+ session: components["schemas"]["BasePermissionsSchema_Pos_SessionEnum"][];
18978
+ };
18979
+ /**
18980
+ * BasePermissionsSchema_Pos_GiftreceiptEnum
18981
+ * @constant
18982
+ */
18983
+ BasePermissionsSchema_Pos_GiftreceiptEnum: "view";
18984
+ /**
18985
+ * BasePermissionsSchema_Pos_InvoiceEnum
18986
+ * @constant
18987
+ */
18988
+ BasePermissionsSchema_Pos_InvoiceEnum: "view";
18989
+ /**
18990
+ * BasePermissionsSchema_Pos_SessionEnum
18991
+ * @constant
18992
+ */
18993
+ BasePermissionsSchema_Pos_SessionEnum: "view";
18959
18994
  /** BasePermissionsSchema_Project */
18960
18995
  BasePermissionsSchema_Project: {
18961
18996
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.756",
3
+ "version": "1.0.757",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],