@erp-galoper/types 1.0.1132 → 1.0.1134
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 -0
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -21075,6 +21075,12 @@ export interface components {
|
|
|
21075
21075
|
* @default []
|
|
21076
21076
|
*/
|
|
21077
21077
|
branch: components["schemas"]["BasePermissionsSchema_Settings_Miscellaneous_BranchEnum"][];
|
|
21078
|
+
/**
|
|
21079
|
+
* Branchsettings
|
|
21080
|
+
* @description branchsettings actions
|
|
21081
|
+
* @default []
|
|
21082
|
+
*/
|
|
21083
|
+
branchsettings: components["schemas"]["BasePermissionsSchema_Settings_Miscellaneous_BranchsettingsEnum"][];
|
|
21078
21084
|
/**
|
|
21079
21085
|
* Company
|
|
21080
21086
|
* @description company actions
|
|
@@ -21111,6 +21117,11 @@ export interface components {
|
|
|
21111
21117
|
* @enum {string}
|
|
21112
21118
|
*/
|
|
21113
21119
|
BasePermissionsSchema_Settings_Miscellaneous_BranchEnum: "add" | "change" | "delete" | "view";
|
|
21120
|
+
/**
|
|
21121
|
+
* BasePermissionsSchema_Settings_Miscellaneous_BranchsettingsEnum
|
|
21122
|
+
* @enum {string}
|
|
21123
|
+
*/
|
|
21124
|
+
BasePermissionsSchema_Settings_Miscellaneous_BranchsettingsEnum: "add" | "change" | "view";
|
|
21114
21125
|
/**
|
|
21115
21126
|
* BasePermissionsSchema_Settings_Miscellaneous_CityEnum
|
|
21116
21127
|
* @enum {string}
|