@erp-galoper/types 1.0.616 → 1.0.618

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 1ded7d2f-2441-4059-9cf1-147bc7c3e2d7
27573
+ * @example 95c59e48-b125-4a5d-b4b1-0ce4ad7f21bf
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.616",
3
+ "version": "1.0.618",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],