arky-sdk 0.3.140 → 0.3.142

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
@@ -504,7 +504,6 @@ interface GetQuoteParams {
504
504
  paymentMethodId?: string;
505
505
  shippingMethodId?: string;
506
506
  promoCode?: string;
507
- location?: Location;
508
507
  blocks?: any[];
509
508
  }
510
509
  interface OrderCheckoutParams {
@@ -513,9 +512,6 @@ interface OrderCheckoutParams {
513
512
  blocks?: any[];
514
513
  shippingMethodId: string;
515
514
  promoCodeId?: string;
516
- address?: Location;
517
- email?: string;
518
- phone?: string;
519
515
  }
520
516
  interface GetProductsParams {
521
517
  ids?: string[];
package/dist/types.d.ts CHANGED
@@ -504,7 +504,6 @@ interface GetQuoteParams {
504
504
  paymentMethodId?: string;
505
505
  shippingMethodId?: string;
506
506
  promoCode?: string;
507
- location?: Location;
508
507
  blocks?: any[];
509
508
  }
510
509
  interface OrderCheckoutParams {
@@ -513,9 +512,6 @@ interface OrderCheckoutParams {
513
512
  blocks?: any[];
514
513
  shippingMethodId: string;
515
514
  promoCodeId?: string;
516
- address?: Location;
517
- email?: string;
518
- phone?: string;
519
515
  }
520
516
  interface GetProductsParams {
521
517
  ids?: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "arky-sdk",
3
- "version": "0.3.140",
3
+ "version": "0.3.142",
4
4
  "description": "Official TypeScript SDK for Arky - All-in-one business platform",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",