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/types.d.cts CHANGED
@@ -1412,8 +1412,6 @@ interface DisconnectStripeParams {
1412
1412
  interface GetShippingRatesParams {
1413
1413
  orderId: string;
1414
1414
  parcel: Parcel;
1415
- toAddress: ShippingAddress;
1416
- fromAddress?: ShippingAddress;
1417
1415
  }
1418
1416
  /** Purchase a shipping label */
1419
1417
  interface PurchaseLabelParams {
package/dist/types.d.ts CHANGED
@@ -1412,8 +1412,6 @@ interface DisconnectStripeParams {
1412
1412
  interface GetShippingRatesParams {
1413
1413
  orderId: string;
1414
1414
  parcel: Parcel;
1415
- toAddress: ShippingAddress;
1416
- fromAddress?: ShippingAddress;
1417
1415
  }
1418
1416
  /** Purchase a shipping label */
1419
1417
  interface PurchaseLabelParams {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "arky-sdk",
3
- "version": "0.4.41",
3
+ "version": "0.4.42",
4
4
  "description": "Official TypeScript SDK for Arky - All-in-one business platform",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",