@wix/auto_sdk_ecom_checkout 1.0.48 → 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.
@@ -752,7 +752,7 @@ interface SubscriptionSettings {
752
752
  * Default: `1`.
753
753
  * If SubscriptionFrequency is Day the minimum interval is 7
754
754
  * @min 1
755
- * @max 50
755
+ * @max 3650
756
756
  */
757
757
  interval?: number | null;
758
758
  /** Whether subscription is renewed automatically at the end of each period. */
@@ -134,6 +134,12 @@ function resolveComWixEcomCheckoutApiV1CheckoutServiceUrl(opts) {
134
134
  srcPath: "/ecom/v1/checkouts",
135
135
  destPath: "/v1/checkouts"
136
136
  }
137
+ ],
138
+ "*.dev.wix-code.com": [
139
+ {
140
+ srcPath: "/ecom/v1/checkouts",
141
+ destPath: "/v1/checkouts"
142
+ }
137
143
  ]
138
144
  };
139
145
  return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));