arky-sdk 0.4.41 → 0.4.42
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 +1 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -3
- package/dist/index.js.map +1 -1
- package/dist/types.d.cts +0 -2
- package/dist/types.d.ts +0 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1381,9 +1381,7 @@ var createShippingApi = (apiConfig) => {
|
|
|
1381
1381
|
return apiConfig.httpClient.post(
|
|
1382
1382
|
`/v1/businesses/${apiConfig.businessId}/orders/${params.orderId}/shipping/rates`,
|
|
1383
1383
|
{
|
|
1384
|
-
parcel: params.parcel
|
|
1385
|
-
toAddress: params.toAddress,
|
|
1386
|
-
fromAddress: params.fromAddress
|
|
1384
|
+
parcel: params.parcel
|
|
1387
1385
|
},
|
|
1388
1386
|
options
|
|
1389
1387
|
);
|