@ikas/api-client 1.0.36 → 1.0.39

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.
@@ -7,6 +7,7 @@ export declare const QueryDefaultGQLs: {
7
7
  getMerchant: string;
8
8
  getMerchantLicence: string;
9
9
  getSalesChannel: string;
10
+ getTimelineEntry: string;
10
11
  getVideoUploadUrl: string;
11
12
  listAbandonedCheckouts: string;
12
13
  listBranch: string;
@@ -19,6 +20,7 @@ export declare const QueryDefaultGQLs: {
19
20
  listCustomer: string;
20
21
  listCustomerAttribute: string;
21
22
  listDistrict: string;
23
+ listGlobalTaxSettings: string;
22
24
  listLanguage: string;
23
25
  listMerchantAppPayment: string;
24
26
  listOrder: string;
@@ -29,6 +31,7 @@ export declare const QueryDefaultGQLs: {
29
31
  listProductAttribute: string;
30
32
  listProductBrand: string;
31
33
  listProductOptionSet: string;
34
+ listProductOrder: string;
32
35
  listProductStockLocation: string;
33
36
  listProductTag: string;
34
37
  listProductUnit: string;
@@ -46,9 +49,7 @@ export declare const QueryDefaultGQLs: {
46
49
  listVendor: string;
47
50
  listWebhook: string;
48
51
  me: string;
49
- productAttributeExport: string;
50
52
  searchProducts: string;
51
- variantAttributeExport: string;
52
53
  };
53
54
  export declare const MutationDefaultGQLs: {
54
55
  addCustomTimelineEntry: string;
@@ -65,35 +66,40 @@ export declare const MutationDefaultGQLs: {
65
66
  deleteCampaignList: string;
66
67
  deleteCategoryList: string;
67
68
  deleteCouponList: string;
69
+ deleteGlobalTaxSettingsList: string;
68
70
  deleteOrderTagList: string;
69
71
  deleteProductAttributeList: string;
70
72
  deleteProductBrandList: string;
71
73
  deleteProductList: string;
74
+ deleteProductOrderList: string;
72
75
  deleteProductTagList: string;
73
76
  deleteProductUnitList: string;
74
77
  deleteProductVolumeDiscountList: string;
75
78
  deleteStorefrontJSScript: string;
79
+ deleteTaxSettingsList: string;
76
80
  deleteVariantTypeList: string;
77
81
  deleteVendorList: string;
78
82
  deleteWebhook: string;
79
83
  fulfillOrder: string;
80
84
  getAppDemoDay: string;
81
85
  getOrderInvoicePdfUrl: string;
82
- productAttributeImport: string;
83
86
  refundOrderLine: string;
84
87
  removeOrderTag: string;
85
88
  saveCampaign: string;
86
89
  saveCategory: string;
90
+ saveGlobalTaxSettings: string;
87
91
  saveOrderTag: string;
88
92
  saveProduct: string;
89
93
  saveProductAttribute: string;
90
94
  saveProductBrand: string;
95
+ saveProductOrder: string;
91
96
  saveProductStockLocations: string;
92
97
  saveProductTag: string;
93
98
  saveProductUnit: string;
94
99
  saveProductVolumeDiscount: string;
95
100
  saveSalesChannel: string;
96
101
  saveStorefrontJSScript: string;
102
+ saveTaxSettings: string;
97
103
  saveVariantPrices: string;
98
104
  saveVariantType: string;
99
105
  saveVendor: string;
@@ -103,5 +109,4 @@ export declare const MutationDefaultGQLs: {
103
109
  updateOrderPackageStatus: string;
104
110
  updateProductSalesChannelStatus: string;
105
111
  updateSubscriptionStatus: string;
106
- variantAttributeImport: string;
107
112
  };