@wix/auto_sdk_ecom_checkout 1.0.114 → 1.0.115

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.
@@ -2418,9 +2418,15 @@ interface LineItemAdded {
2418
2418
  * @minLength 1
2419
2419
  * @maxLength 36
2420
2420
  */
2421
- appId?: string | null;
2421
+ catalogAppId?: string | null;
2422
2422
  /** Whether the line item is a custom line item. */
2423
2423
  customLineItem?: boolean;
2424
+ /**
2425
+ * ID of the app that added the line item to the cart (from the identity context).
2426
+ * @minLength 1
2427
+ * @maxLength 36
2428
+ */
2429
+ appDefId?: string | null;
2424
2430
  }
2425
2431
  interface CouponAdded {
2426
2432
  /**