@erp-galoper/types 1.0.615 → 1.0.617

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 -1
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -19099,7 +19099,18 @@ export interface components {
19099
19099
  * @default []
19100
19100
  */
19101
19101
  session: components["schemas"]["BasePermissionsSchema_Pos_SessionEnum"][];
19102
+ /**
19103
+ * Posrole
19104
+ * @description posrole actions
19105
+ * @default []
19106
+ */
19107
+ posrole: components["schemas"]["BasePermissionsSchema_Pos_PosroleEnum"][];
19102
19108
  };
19109
+ /**
19110
+ * BasePermissionsSchema_Pos_PosroleEnum
19111
+ * @enum {string}
19112
+ */
19113
+ BasePermissionsSchema_Pos_PosroleEnum: "add" | "change" | "delete" | "view";
19103
19114
  /**
19104
19115
  * BasePermissionsSchema_Pos_SessionEnum
19105
19116
  * @enum {string}
@@ -27559,7 +27570,7 @@ export interface components {
27559
27570
  /**
27560
27571
  * Id
27561
27572
  * Format: uuid
27562
- * @example fe95b1cb-9921-4463-8738-ff753ad6ac49
27573
+ * @example fbcda41d-880d-478b-9017-bc09e22f4cbe
27563
27574
  */
27564
27575
  id: string;
27565
27576
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.615",
3
+ "version": "1.0.617",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],