@erp-galoper/types 1.0.1119 → 1.0.1120
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 +22 -0
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -20899,12 +20899,34 @@ export interface components {
|
|
|
20899
20899
|
* @default []
|
|
20900
20900
|
*/
|
|
20901
20901
|
emailsetting: components["schemas"]["BasePermissionsSchema_Settings_Integrations_EmailsettingEnum"][];
|
|
20902
|
+
/**
|
|
20903
|
+
* Onlinestoresetting
|
|
20904
|
+
* @description onlinestoresetting actions
|
|
20905
|
+
* @default []
|
|
20906
|
+
*/
|
|
20907
|
+
onlinestoresetting: components["schemas"]["BasePermissionsSchema_Settings_Integrations_OnlinestoresettingEnum"][];
|
|
20908
|
+
/**
|
|
20909
|
+
* Shopifyintegration
|
|
20910
|
+
* @description shopifyintegration actions
|
|
20911
|
+
* @default []
|
|
20912
|
+
*/
|
|
20913
|
+
shopifyintegration: components["schemas"]["BasePermissionsSchema_Settings_Integrations_ShopifyintegrationEnum"][];
|
|
20902
20914
|
};
|
|
20903
20915
|
/**
|
|
20904
20916
|
* BasePermissionsSchema_Settings_Integrations_EmailsettingEnum
|
|
20905
20917
|
* @enum {string}
|
|
20906
20918
|
*/
|
|
20907
20919
|
BasePermissionsSchema_Settings_Integrations_EmailsettingEnum: "add" | "change" | "view";
|
|
20920
|
+
/**
|
|
20921
|
+
* BasePermissionsSchema_Settings_Integrations_OnlinestoresettingEnum
|
|
20922
|
+
* @enum {string}
|
|
20923
|
+
*/
|
|
20924
|
+
BasePermissionsSchema_Settings_Integrations_OnlinestoresettingEnum: "add" | "change" | "view";
|
|
20925
|
+
/**
|
|
20926
|
+
* BasePermissionsSchema_Settings_Integrations_ShopifyintegrationEnum
|
|
20927
|
+
* @enum {string}
|
|
20928
|
+
*/
|
|
20929
|
+
BasePermissionsSchema_Settings_Integrations_ShopifyintegrationEnum: "add" | "change" | "delete" | "view";
|
|
20908
20930
|
/** BasePermissionsSchema_Settings_Inventory */
|
|
20909
20931
|
BasePermissionsSchema_Settings_Inventory: {
|
|
20910
20932
|
/**
|