arky-sdk 0.3.59 → 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/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- 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/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;
|