@erp-galoper/types 1.0.1090 → 1.0.1092
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 +11 -7
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -19245,6 +19245,8 @@ export interface components {
|
|
|
19245
19245
|
* @default []
|
|
19246
19246
|
*/
|
|
19247
19247
|
assignedBranches: components["schemas"]["UserBranchSchema"][];
|
|
19248
|
+
/** Isowner */
|
|
19249
|
+
isOwner: boolean;
|
|
19248
19250
|
};
|
|
19249
19251
|
/** RolesSchema */
|
|
19250
19252
|
RolesSchema: {
|
|
@@ -19270,6 +19272,8 @@ export interface components {
|
|
|
19270
19272
|
number: number;
|
|
19271
19273
|
/** Code */
|
|
19272
19274
|
code?: string | null;
|
|
19275
|
+
/** Islocal */
|
|
19276
|
+
isLocal: boolean;
|
|
19273
19277
|
};
|
|
19274
19278
|
/** WarehouseSummaryInfo */
|
|
19275
19279
|
WarehouseSummaryInfo: {
|
|
@@ -20940,22 +20944,22 @@ export interface components {
|
|
|
20940
20944
|
*/
|
|
20941
20945
|
possettings: components["schemas"]["BasePermissionsSchema_Settings_Pos_PossettingsEnum"][];
|
|
20942
20946
|
/**
|
|
20943
|
-
*
|
|
20944
|
-
* @description
|
|
20947
|
+
* Posrole
|
|
20948
|
+
* @description posrole actions
|
|
20945
20949
|
* @default []
|
|
20946
20950
|
*/
|
|
20947
|
-
|
|
20951
|
+
posrole: components["schemas"]["BasePermissionsSchema_Settings_Pos_PosroleEnum"][];
|
|
20948
20952
|
};
|
|
20949
20953
|
/**
|
|
20950
|
-
*
|
|
20954
|
+
* BasePermissionsSchema_Settings_Pos_PosroleEnum
|
|
20951
20955
|
* @enum {string}
|
|
20952
20956
|
*/
|
|
20953
|
-
|
|
20957
|
+
BasePermissionsSchema_Settings_Pos_PosroleEnum: "add" | "change" | "delete" | "view";
|
|
20954
20958
|
/**
|
|
20955
|
-
*
|
|
20959
|
+
* BasePermissionsSchema_Settings_Pos_PossettingsEnum
|
|
20956
20960
|
* @enum {string}
|
|
20957
20961
|
*/
|
|
20958
|
-
|
|
20962
|
+
BasePermissionsSchema_Settings_Pos_PossettingsEnum: "add" | "change" | "delete" | "view";
|
|
20959
20963
|
/** BasePermissionsSchema_Settings_Purchase */
|
|
20960
20964
|
BasePermissionsSchema_Settings_Purchase: {
|
|
20961
20965
|
/**
|