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/index.cjs +6 -15
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +6 -15
- package/dist/index.js.map +1 -1
- package/dist/types.d.cts +0 -4
- package/dist/types.d.ts +0 -4
- package/package.json +1 -1
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[];
|