@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.
@@ -2374,13 +2374,7 @@ interface Membership {
2374
2374
  * @maxLength 100
2375
2375
  */
2376
2376
  lineItemIds?: string[];
2377
- /**
2378
- * Deprecated. The new flow no longer exposes raw balances on a membership; what a membership can pay
2379
- * for is conveyed by `ExistingMembership.covered_line_items` (per-item redemption cost).
2380
- * @deprecated
2381
- * @replacedBy ExistingMembership.covered_line_items.redemption_cost
2382
- * @targetRemovalDate 2026-07-30
2383
- */
2377
+ /** Membership's payment credits (balance information). */
2384
2378
  credits?: MembershipPaymentCredits;
2385
2379
  /**
2386
2380
  * Deprecated. Use `offering_description`.