@ikas/api-client 1.0.40-alpha.6 → 1.0.40-alpha.9

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;
@@ -27,6 +28,7 @@ export declare const QueryDefaultGQLs: {
27
28
  listOrder: string;
28
29
  listOrderTag: string;
29
30
  listOrderTransactions: string;
31
+ listPaymentGateway: string;
30
32
  listPriceList: string;
31
33
  listProduct: string;
32
34
  listProductAttribute: string;
@@ -43,6 +45,7 @@ export declare const QueryDefaultGQLs: {
43
45
  listStockLocation: string;
44
46
  listStorefront: string;
45
47
  listStorefrontJSScript: string;
48
+ listStorefrontPolicy: string;
46
49
  listTaxSettings: string;
47
50
  listTerminal: string;
48
51
  listTown: string;
@@ -77,6 +80,7 @@ export declare const MutationDefaultGQLs: {
77
80
  deleteProductUnitList: string;
78
81
  deleteProductVolumeDiscountList: string;
79
82
  deleteStorefrontJSScript: string;
83
+ deleteStorefrontPolicyList: string;
80
84
  deleteTaxSettingsList: string;
81
85
  deleteVariantTypeList: string;
82
86
  deleteVendorList: string;
@@ -100,11 +104,13 @@ export declare const MutationDefaultGQLs: {
100
104
  saveProductVolumeDiscount: string;
101
105
  saveSalesChannel: string;
102
106
  saveStorefrontJSScript: string;
107
+ saveStorefrontPolicy: string;
103
108
  saveTaxSettings: string;
104
109
  saveVariantPrices: string;
105
110
  saveVariantType: string;
106
111
  saveVendor: string;
107
112
  saveWebhook: string;
113
+ updateCustomerB2BStatus: string;
108
114
  updateOrderAddresses: string;
109
115
  updateOrderLine: string;
110
116
  updateOrderPackageStatus: string;