@ikas/api-client 1.0.40-alpha.1 → 1.0.40-alpha.11
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.
- package/dist/api/admin/generated/default-gqls.d.ts +7 -0
- package/dist/api/admin/generated/default-gqls.js +31 -24
- package/dist/api/admin/generated/default-gqls.js.map +1 -1
- package/dist/api/admin/generated/index.d.ts +342 -11
- package/dist/api/admin/generated/index.js +63 -2
- package/dist/api/admin/generated/index.js.map +1 -1
- package/dist/api/admin/generated/mutation.d.ts +4 -1
- package/dist/api/admin/generated/mutation.js +21 -0
- package/dist/api/admin/generated/mutation.js.map +1 -1
- package/dist/api/admin/generated/query.d.ts +5 -1
- package/dist/api/admin/generated/query.js +28 -0
- package/dist/api/admin/generated/query.js.map +1 -1
- package/package.json +1 -1
|
@@ -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;
|
|
@@ -23,9 +24,11 @@ export declare const QueryDefaultGQLs: {
|
|
|
23
24
|
listGlobalTaxSettings: string;
|
|
24
25
|
listLanguage: string;
|
|
25
26
|
listMerchantAppPayment: string;
|
|
27
|
+
listMerchantSettings: string;
|
|
26
28
|
listOrder: string;
|
|
27
29
|
listOrderTag: string;
|
|
28
30
|
listOrderTransactions: string;
|
|
31
|
+
listPaymentGateway: string;
|
|
29
32
|
listPriceList: string;
|
|
30
33
|
listProduct: string;
|
|
31
34
|
listProductAttribute: string;
|
|
@@ -42,6 +45,7 @@ export declare const QueryDefaultGQLs: {
|
|
|
42
45
|
listStockLocation: string;
|
|
43
46
|
listStorefront: string;
|
|
44
47
|
listStorefrontJSScript: string;
|
|
48
|
+
listStorefrontPolicy: string;
|
|
45
49
|
listTaxSettings: string;
|
|
46
50
|
listTerminal: string;
|
|
47
51
|
listTown: string;
|
|
@@ -76,6 +80,7 @@ export declare const MutationDefaultGQLs: {
|
|
|
76
80
|
deleteProductUnitList: string;
|
|
77
81
|
deleteProductVolumeDiscountList: string;
|
|
78
82
|
deleteStorefrontJSScript: string;
|
|
83
|
+
deleteStorefrontPolicyList: string;
|
|
79
84
|
deleteTaxSettingsList: string;
|
|
80
85
|
deleteVariantTypeList: string;
|
|
81
86
|
deleteVendorList: string;
|
|
@@ -99,11 +104,13 @@ export declare const MutationDefaultGQLs: {
|
|
|
99
104
|
saveProductVolumeDiscount: string;
|
|
100
105
|
saveSalesChannel: string;
|
|
101
106
|
saveStorefrontJSScript: string;
|
|
107
|
+
saveStorefrontPolicy: string;
|
|
102
108
|
saveTaxSettings: string;
|
|
103
109
|
saveVariantPrices: string;
|
|
104
110
|
saveVariantType: string;
|
|
105
111
|
saveVendor: string;
|
|
106
112
|
saveWebhook: string;
|
|
113
|
+
updateCustomerB2BStatus: string;
|
|
107
114
|
updateOrderAddresses: string;
|
|
108
115
|
updateOrderLine: string;
|
|
109
116
|
updateOrderPackageStatus: string;
|