arky-sdk 0.3.60 → 0.3.61

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
@@ -30,7 +30,6 @@ interface EshopItem {
30
30
  }
31
31
  interface GetQuoteParams {
32
32
  items: EshopItem[];
33
- currency: string;
34
33
  paymentMethod: string;
35
34
  shippingMethodId?: string;
36
35
  promoCode?: string;
@@ -120,7 +119,6 @@ interface ReservationCheckoutParams {
120
119
  }
121
120
  interface GetReservationQuoteParams {
122
121
  items: any[];
123
- currency: string;
124
122
  paymentMethod: string;
125
123
  promoCode?: string;
126
124
  location?: any;
package/dist/types.d.ts CHANGED
@@ -30,7 +30,6 @@ interface EshopItem {
30
30
  }
31
31
  interface GetQuoteParams {
32
32
  items: EshopItem[];
33
- currency: string;
34
33
  paymentMethod: string;
35
34
  shippingMethodId?: string;
36
35
  promoCode?: string;
@@ -120,7 +119,6 @@ interface ReservationCheckoutParams {
120
119
  }
121
120
  interface GetReservationQuoteParams {
122
121
  items: any[];
123
- currency: string;
124
122
  paymentMethod: string;
125
123
  promoCode?: string;
126
124
  location?: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "arky-sdk",
3
- "version": "0.3.60",
3
+ "version": "0.3.61",
4
4
  "description": "Official TypeScript SDK for Arky - All-in-one business platform",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",