@wix/auto_sdk_ecom_checkout-templates 1.0.145 → 1.0.146

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.
@@ -2386,14 +2386,14 @@ interface Membership {
2386
2386
  * Deprecated. Use `offering_description`.
2387
2387
  * @deprecated
2388
2388
  * @replacedBy offering_description
2389
- * @targetRemovalDate 2026-07-30
2389
+ * @targetRemovalDate 2026-08-30
2390
2390
  */
2391
2391
  expirationDate?: Date | null;
2392
2392
  /**
2393
2393
  * Deprecated. Use `offering_description`.
2394
2394
  * @deprecated
2395
2395
  * @replacedBy offering_description
2396
- * @targetRemovalDate 2026-07-30
2396
+ * @targetRemovalDate 2026-08-30
2397
2397
  */
2398
2398
  additionalData?: Record<string, any> | null;
2399
2399
  }