@ikas/api-client 1.0.89 → 1.0.90

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.
@@ -19,9 +19,11 @@ export declare const QueryDefaultGQLs: {
19
19
  listCity: string;
20
20
  listCountry: string;
21
21
  listCoupon: string;
22
+ listCurrency: string;
22
23
  listCustomer: string;
23
24
  listCustomerAttribute: string;
24
25
  listCustomerGroup: string;
26
+ listCustomerTag: string;
25
27
  listDistrict: string;
26
28
  listGlobalTaxSettings: string;
27
29
  listIkasWallet: string;
@@ -79,6 +81,7 @@ export declare const MutationDefaultGQLs: {
79
81
  deleteCouponList: string;
80
82
  deleteCustomerGroupList: string;
81
83
  deleteCustomerList: string;
84
+ deleteCustomerTagList: string;
82
85
  deleteGlobalTaxSettingsList: string;
83
86
  deleteOrderTagList: string;
84
87
  deleteProductAttributeList: string;
@@ -104,6 +107,7 @@ export declare const MutationDefaultGQLs: {
104
107
  saveCategory: string;
105
108
  saveCustomer: string;
106
109
  saveCustomerGroup: string;
110
+ saveCustomerTag: string;
107
111
  saveGlobalTaxSettings: string;
108
112
  saveOrderTag: string;
109
113
  saveProduct: string;