@wix/ecom 1.0.814 → 1.0.816
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/build/cjs/context.d.ts +2 -0
- package/build/cjs/context.js +3 -1
- package/build/cjs/context.js.map +1 -1
- package/build/cjs/index.d.ts +3 -1
- package/build/cjs/index.js +5 -1
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/meta.d.ts +2 -0
- package/build/cjs/meta.js +3 -1
- package/build/cjs/meta.js.map +1 -1
- package/build/es/context.d.ts +2 -0
- package/build/es/context.js +2 -0
- package/build/es/context.js.map +1 -1
- package/build/es/index.d.ts +3 -1
- package/build/es/index.js +3 -1
- package/build/es/index.js.map +1 -1
- package/build/es/meta.d.ts +2 -0
- package/build/es/meta.js +2 -0
- package/build/es/meta.js.map +1 -1
- package/package.json +10 -8
- package/type-bundles/context.bundle.d.ts +3352 -2584
- package/type-bundles/index.bundle.d.ts +3352 -2584
- package/type-bundles/meta.bundle.d.ts +1758 -736
- package/type-bundles/service-plugins-context.bundle.d.ts +4 -0
- package/type-bundles/service-plugins.bundle.d.ts +4 -0
|
@@ -4645,6 +4645,10 @@ interface CatalogOverrideFields {
|
|
|
4645
4645
|
physicalProperties?: PhysicalProperties$1;
|
|
4646
4646
|
/** Item image. */
|
|
4647
4647
|
image?: string;
|
|
4648
|
+
/** Payment method selected for the item. */
|
|
4649
|
+
paymentOption?: PaymentOption;
|
|
4650
|
+
/** Partial payment to be paid upfront during the checkout. */
|
|
4651
|
+
depositAmount?: string | null;
|
|
4648
4652
|
/**
|
|
4649
4653
|
* Whether to save the payment method on the order.
|
|
4650
4654
|
*
|
|
@@ -4645,6 +4645,10 @@ interface CatalogOverrideFields {
|
|
|
4645
4645
|
physicalProperties?: PhysicalProperties$1;
|
|
4646
4646
|
/** Item image. */
|
|
4647
4647
|
image?: string;
|
|
4648
|
+
/** Payment method selected for the item. */
|
|
4649
|
+
paymentOption?: PaymentOption;
|
|
4650
|
+
/** Partial payment to be paid upfront during the checkout. */
|
|
4651
|
+
depositAmount?: string | null;
|
|
4648
4652
|
/**
|
|
4649
4653
|
* Whether to save the payment method on the order.
|
|
4650
4654
|
*
|