arky-sdk 0.3.89 → 0.3.91
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/index.cjs +0 -14
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -3
- package/dist/index.d.ts +1 -3
- package/dist/index.js +0 -14
- package/dist/index.js.map +1 -1
- package/dist/types.d.cts +8 -13
- package/dist/types.d.ts +8 -13
- package/package.json +7 -7
package/dist/index.cjs
CHANGED
|
@@ -932,20 +932,6 @@ var createEshopApi = (apiConfig) => {
|
|
|
932
932
|
}
|
|
933
933
|
);
|
|
934
934
|
},
|
|
935
|
-
async updateOrderStatus(params, options) {
|
|
936
|
-
return apiConfig.httpClient.put(
|
|
937
|
-
`/v1/businesses/${apiConfig.businessId}/orders/${params.id}/status`,
|
|
938
|
-
params,
|
|
939
|
-
options
|
|
940
|
-
);
|
|
941
|
-
},
|
|
942
|
-
async updateOrderPaymentStatus(params, options) {
|
|
943
|
-
return apiConfig.httpClient.put(
|
|
944
|
-
`/v1/businesses/${apiConfig.businessId}/orders/${params.id}/payment-status`,
|
|
945
|
-
params,
|
|
946
|
-
options
|
|
947
|
-
);
|
|
948
|
-
},
|
|
949
935
|
// ===== PAYMENTS =====
|
|
950
936
|
async getQuote(params, options) {
|
|
951
937
|
const lines = params.items.map((item) => ({
|