@wix/auto_sdk_ecom_current-cart 1.0.173 → 1.0.174

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.
@@ -2413,13 +2413,7 @@ interface Membership {
2413
2413
  * @maxLength 100
2414
2414
  */
2415
2415
  lineItemIds?: string[];
2416
- /**
2417
- * Deprecated. The new flow no longer exposes raw balances on a membership; what a membership can pay
2418
- * for is conveyed by `ExistingMembership.covered_line_items` (per-item redemption cost).
2419
- * @deprecated
2420
- * @replacedBy ExistingMembership.covered_line_items.redemption_cost
2421
- * @targetRemovalDate 2026-07-30
2422
- */
2416
+ /** Membership's payment credits (balance information). */
2423
2417
  credits?: MembershipPaymentCredits;
2424
2418
  /**
2425
2419
  * Deprecated. Use `offering_description`.