@wix/auto_sdk_ecom_draft-orders 1.0.43 → 1.0.44

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.
@@ -645,7 +645,7 @@ interface SubscriptionSettings {
645
645
  /**
646
646
  * Interval of recurring payment.
647
647
  * @min 1
648
- * @max 50
648
+ * @max 3650
649
649
  */
650
650
  interval?: number | null;
651
651
  /** Whether subscription is renewed automatically at the end of each period. */
@@ -676,7 +676,7 @@ interface FreeTrialPeriod {
676
676
  /**
677
677
  * interval of period
678
678
  * @min 1
679
- * @max 999
679
+ * @max 3650
680
680
  */
681
681
  interval?: number;
682
682
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/auto_sdk_ecom_draft-orders",
3
- "version": "1.0.43",
3
+ "version": "1.0.44",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -49,5 +49,5 @@
49
49
  "fqdn": "wix.ecom.v1.draft_order"
50
50
  }
51
51
  },
52
- "falconPackageHash": "3df06877d9750026f16881a81ec835d4a91758be1ad2c8734935e4ca"
52
+ "falconPackageHash": "12268cf82be55dee44bf1fe62589712a84ad7cb012f405d8aaba6a75"
53
53
  }