@ikas/api-client 1.0.64 → 1.0.66

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.
@@ -20,6 +20,7 @@ export declare const QueryDefaultGQLs: {
20
20
  listCoupon: string;
21
21
  listCustomer: string;
22
22
  listCustomerAttribute: string;
23
+ listCustomerGroup: string;
23
24
  listDistrict: string;
24
25
  listGlobalTaxSettings: string;
25
26
  listLanguage: string;
@@ -64,12 +65,14 @@ export declare const MutationDefaultGQLs: {
64
65
  campaignAddCoupons: string;
65
66
  cancelFulfillment: string;
66
67
  cancelOrderLine: string;
68
+ changeStockLocation: string;
67
69
  createMerchantAppPayment: string;
68
70
  createMerchantAppPaymentWithSubscription: string;
69
71
  createOrderWithTransactions: string;
70
72
  deleteCampaignList: string;
71
73
  deleteCategoryList: string;
72
74
  deleteCouponList: string;
75
+ deleteCustomerGroupList: string;
73
76
  deleteCustomerList: string;
74
77
  deleteGlobalTaxSettingsList: string;
75
78
  deleteOrderTagList: string;
@@ -87,6 +90,7 @@ export declare const MutationDefaultGQLs: {
87
90
  deleteVendorList: string;
88
91
  deleteWebhook: string;
89
92
  fulfillOrder: string;
93
+ generateOrderPaymentLink: string;
90
94
  getAppDemoDay: string;
91
95
  getOrderInvoicePdfUrl: string;
92
96
  refundOrderLine: string;
@@ -94,6 +98,7 @@ export declare const MutationDefaultGQLs: {
94
98
  saveCampaign: string;
95
99
  saveCategory: string;
96
100
  saveCustomer: string;
101
+ saveCustomerGroup: string;
97
102
  saveGlobalTaxSettings: string;
98
103
  saveOrderTag: string;
99
104
  saveProduct: string;