@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.
- package/openapi.ts +12 -1
- 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
|
|
27573
|
+
* @example 95c59e48-b125-4a5d-b4b1-0ce4ad7f21bf
|
|
27563
27574
|
*/
|
|
27564
27575
|
id: string;
|
|
27565
27576
|
/**
|