@wix/auto_sdk_ecom_cart 1.0.86 → 1.0.87

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.
@@ -98,6 +98,8 @@ interface Cart {
98
98
  purchaseFlowId?: string | null;
99
99
  /** Selected shipping option. */
100
100
  selectedShippingOption?: SelectedShippingOption;
101
+ /** Fields extended by data extensions */
102
+ extendedFields?: ExtendedFields;
101
103
  /**
102
104
  * The business location ID associated with the cart.
103
105
  *
@@ -3280,6 +3282,8 @@ interface UpdateCartOptions {
3280
3282
  purchaseFlowId?: string | null;
3281
3283
  /** Selected shipping option. */
3282
3284
  selectedShippingOption?: SelectedShippingOption;
3285
+ /** Fields extended by data extensions */
3286
+ extendedFields?: ExtendedFields;
3283
3287
  /**
3284
3288
  * The business location ID associated with the cart.
3285
3289
  *