@wix/auto_sdk_ecom_checkout 1.0.49 → 1.0.50

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.
@@ -660,7 +660,7 @@ interface SubscriptionSettings {
660
660
  * Default: `1`.
661
661
  * If SubscriptionFrequency is Day the minimum interval is 7
662
662
  * @min 1
663
- * @max 50
663
+ * @max 3650
664
664
  */
665
665
  interval?: number | null;
666
666
  /** Whether subscription is renewed automatically at the end of each period. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/auto_sdk_ecom_checkout",
3
- "version": "1.0.49",
3
+ "version": "1.0.50",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",
@@ -50,5 +50,5 @@
50
50
  "fqdn": "wix.ecom.v1.checkout"
51
51
  }
52
52
  },
53
- "falconPackageHash": "bef546e35eaf54f206ab62d052fd403b0257c71860ce1eeb4c08e71f"
53
+ "falconPackageHash": "eb877355d3e719601d1b8aa5c6d00bc20f3db869dddd43f5c9c139c0"
54
54
  }