@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.
@@ -2335,9 +2335,15 @@ interface LineItemAdded {
2335
2335
  * @minLength 1
2336
2336
  * @maxLength 36
2337
2337
  */
2338
- appId?: string | null;
2338
+ catalogAppId?: string | null;
2339
2339
  /** Whether the line item is a custom line item. */
2340
2340
  customLineItem?: boolean;
2341
+ /**
2342
+ * ID of the app that added the line item to the cart (from the identity context).
2343
+ * @minLength 1
2344
+ * @maxLength 36
2345
+ */
2346
+ appDefId?: string | null;
2341
2347
  }
2342
2348
  interface CouponAdded {
2343
2349
  /**