@wix/auto_sdk_ecom_payment-settings 1.0.130 → 1.0.131

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.
@@ -4655,13 +4655,7 @@ interface Membership {
4655
4655
  * @maxLength 100
4656
4656
  */
4657
4657
  lineItemIds?: string[];
4658
- /**
4659
- * Deprecated. The new flow no longer exposes raw balances on a membership; what a membership can pay
4660
- * for is conveyed by `ExistingMembership.covered_line_items` (per-item redemption cost).
4661
- * @deprecated
4662
- * @replacedBy ExistingMembership.covered_line_items.redemption_cost
4663
- * @targetRemovalDate 2026-07-30
4664
- */
4658
+ /** Membership's payment credits (balance information). */
4665
4659
  credits?: MembershipPaymentCredits;
4666
4660
  /**
4667
4661
  * Deprecated. Use `offering_description`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/auto_sdk_ecom_payment-settings",
3
- "version": "1.0.130",
3
+ "version": "1.0.131",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",
@@ -51,5 +51,5 @@
51
51
  "fqdn": "wix.interfaces.ecommerce.v1.payment_settings_provider"
52
52
  }
53
53
  },
54
- "falconPackageHash": "f5812534c1ba05723ea8e467c2d50ef7f45c7839cf30aaf8dbda3da0"
54
+ "falconPackageHash": "d099c0a2b3a4713d56549eb27453e35f30fa5be4e5b36f30ed01e00d"
55
55
  }