@wix/auto_sdk_ecom_checkout-templates 1.0.141 → 1.0.142

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