@wix/ecom 1.0.797 → 1.0.799

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.
@@ -4394,6 +4394,11 @@ interface LineItem$1 {
4394
4394
  * @readonly
4395
4395
  */
4396
4396
  itemType?: ItemType$1;
4397
+ /**
4398
+ * Subscription option information.
4399
+ * @readonly
4400
+ */
4401
+ subscriptionOptionInfo?: SubscriptionOptionInfo$1;
4397
4402
  /**
4398
4403
  * Type of selected payment option for current item. Defaults to `FULL_PAYMENT_ONLINE`.
4399
4404
  * + `FULL_PAYMENT_ONLINE`: The entire payment for this item happens as part of the checkout.
@@ -4394,6 +4394,11 @@ interface LineItem$1 {
4394
4394
  * @readonly
4395
4395
  */
4396
4396
  itemType?: ItemType$1;
4397
+ /**
4398
+ * Subscription option information.
4399
+ * @readonly
4400
+ */
4401
+ subscriptionOptionInfo?: SubscriptionOptionInfo$1;
4397
4402
  /**
4398
4403
  * Type of selected payment option for current item. Defaults to `FULL_PAYMENT_ONLINE`.
4399
4404
  * + `FULL_PAYMENT_ONLINE`: The entire payment for this item happens as part of the checkout.