@ikas/api-client 1.0.40-alpha.1 → 1.0.40-alpha.13

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.
@@ -3,6 +3,7 @@ export declare const QueryDefaultGQLs: {
3
3
  getGlobalTaxSettings: string;
4
4
  getImageUploadUrl: string;
5
5
  getImportJobData: string;
6
+ getImportJobDataList: string;
6
7
  getLastImportJobData: string;
7
8
  getMerchant: string;
8
9
  getMerchantLicence: string;
@@ -19,13 +20,16 @@ export declare const QueryDefaultGQLs: {
19
20
  listCoupon: string;
20
21
  listCustomer: string;
21
22
  listCustomerAttribute: string;
23
+ listCustomerGroup: string;
22
24
  listDistrict: string;
23
25
  listGlobalTaxSettings: string;
24
26
  listLanguage: string;
25
27
  listMerchantAppPayment: string;
28
+ listMerchantSettings: string;
26
29
  listOrder: string;
27
30
  listOrderTag: string;
28
31
  listOrderTransactions: string;
32
+ listPaymentGateway: string;
29
33
  listPriceList: string;
30
34
  listProduct: string;
31
35
  listProductAttribute: string;
@@ -42,6 +46,7 @@ export declare const QueryDefaultGQLs: {
42
46
  listStockLocation: string;
43
47
  listStorefront: string;
44
48
  listStorefrontJSScript: string;
49
+ listStorefrontPolicy: string;
45
50
  listTaxSettings: string;
46
51
  listTerminal: string;
47
52
  listTown: string;
@@ -66,6 +71,8 @@ export declare const MutationDefaultGQLs: {
66
71
  deleteCampaignList: string;
67
72
  deleteCategoryList: string;
68
73
  deleteCouponList: string;
74
+ deleteCustomerGroupList: string;
75
+ deleteCustomerList: string;
69
76
  deleteGlobalTaxSettingsList: string;
70
77
  deleteOrderTagList: string;
71
78
  deleteProductAttributeList: string;
@@ -76,6 +83,7 @@ export declare const MutationDefaultGQLs: {
76
83
  deleteProductUnitList: string;
77
84
  deleteProductVolumeDiscountList: string;
78
85
  deleteStorefrontJSScript: string;
86
+ deleteStorefrontPolicyList: string;
79
87
  deleteTaxSettingsList: string;
80
88
  deleteVariantTypeList: string;
81
89
  deleteVendorList: string;
@@ -87,6 +95,8 @@ export declare const MutationDefaultGQLs: {
87
95
  removeOrderTag: string;
88
96
  saveCampaign: string;
89
97
  saveCategory: string;
98
+ saveCustomer: string;
99
+ saveCustomerGroup: string;
90
100
  saveGlobalTaxSettings: string;
91
101
  saveOrderTag: string;
92
102
  saveProduct: string;
@@ -99,11 +109,13 @@ export declare const MutationDefaultGQLs: {
99
109
  saveProductVolumeDiscount: string;
100
110
  saveSalesChannel: string;
101
111
  saveStorefrontJSScript: string;
112
+ saveStorefrontPolicy: string;
102
113
  saveTaxSettings: string;
103
114
  saveVariantPrices: string;
104
115
  saveVariantType: string;
105
116
  saveVendor: string;
106
117
  saveWebhook: string;
118
+ updateCustomerB2BStatus: string;
107
119
  updateOrderAddresses: string;
108
120
  updateOrderLine: string;
109
121
  updateOrderPackageStatus: string;