@ikas/api-client 1.0.89 → 1.0.91

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