@wix/ecom 1.0.796 → 1.0.797
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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/ecom",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.797",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -23,13 +23,13 @@
|
|
|
23
23
|
"@wix/ecom_additional-fees": "1.0.29",
|
|
24
24
|
"@wix/ecom_back-in-stock-notifications": "1.0.54",
|
|
25
25
|
"@wix/ecom_back-in-stock-settings": "1.0.39",
|
|
26
|
-
"@wix/ecom_cart": "1.0.
|
|
27
|
-
"@wix/ecom_checkout": "1.0.
|
|
26
|
+
"@wix/ecom_cart": "1.0.86",
|
|
27
|
+
"@wix/ecom_checkout": "1.0.95",
|
|
28
28
|
"@wix/ecom_checkout-content": "1.0.10",
|
|
29
29
|
"@wix/ecom_checkout-settings": "1.0.55",
|
|
30
|
-
"@wix/ecom_checkout-templates": "1.0.
|
|
30
|
+
"@wix/ecom_checkout-templates": "1.0.94",
|
|
31
31
|
"@wix/ecom_currencies": "1.0.40",
|
|
32
|
-
"@wix/ecom_current-cart": "1.0.
|
|
32
|
+
"@wix/ecom_current-cart": "1.0.86",
|
|
33
33
|
"@wix/ecom_custom-triggers": "1.0.26",
|
|
34
34
|
"@wix/ecom_delivery-profile": "1.0.23",
|
|
35
35
|
"@wix/ecom_delivery-solutions": "1.0.4",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"@wix/ecom_order-transactions": "1.0.71",
|
|
48
48
|
"@wix/ecom_orders": "1.0.133",
|
|
49
49
|
"@wix/ecom_orders-settings": "1.0.49",
|
|
50
|
-
"@wix/ecom_payment-settings": "1.0.
|
|
50
|
+
"@wix/ecom_payment-settings": "1.0.56",
|
|
51
51
|
"@wix/ecom_pickup-locations": "1.0.13",
|
|
52
52
|
"@wix/ecom_recommendations": "1.0.46",
|
|
53
53
|
"@wix/ecom_recommendations-provider": "1.0.4",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"@wix/ecom_shippo-configurations": "1.0.18",
|
|
57
57
|
"@wix/ecom_subscription-contracts": "1.0.0",
|
|
58
58
|
"@wix/ecom_totals-calculator": "1.0.15",
|
|
59
|
-
"@wix/ecom_validations": "1.0.
|
|
59
|
+
"@wix/ecom_validations": "1.0.36"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
62
|
"glob": "^10.4.1",
|
|
@@ -81,5 +81,5 @@
|
|
|
81
81
|
"fqdn": ""
|
|
82
82
|
}
|
|
83
83
|
},
|
|
84
|
-
"falconPackageHash": "
|
|
84
|
+
"falconPackageHash": "4a0f38dcf5380e1a27f727c3db756da63749a4b43233d5aa11924279"
|
|
85
85
|
}
|
|
@@ -5844,6 +5844,7 @@ interface SubscriptionSettings$7 {
|
|
|
5844
5844
|
* Interval of recurring payment.
|
|
5845
5845
|
*
|
|
5846
5846
|
* Default: `1`.
|
|
5847
|
+
* If SubscriptionFrequency is Day the minimum interval is 7
|
|
5847
5848
|
*/
|
|
5848
5849
|
interval?: number | null;
|
|
5849
5850
|
/** Whether subscription is renewed automatically at the end of each period. */
|
|
@@ -8530,6 +8531,7 @@ interface SubscriptionSettings$6 {
|
|
|
8530
8531
|
* Interval of recurring payment.
|
|
8531
8532
|
*
|
|
8532
8533
|
* Default: `1`.
|
|
8534
|
+
* If SubscriptionFrequency is Day the minimum interval is 7
|
|
8533
8535
|
*/
|
|
8534
8536
|
interval?: number | null;
|
|
8535
8537
|
/** Whether subscription is renewed automatically at the end of each period. */
|
|
@@ -11326,6 +11328,7 @@ interface SubscriptionSettings$5 {
|
|
|
11326
11328
|
* Interval of recurring payment.
|
|
11327
11329
|
*
|
|
11328
11330
|
* Default: `1`.
|
|
11331
|
+
* If SubscriptionFrequency is Day the minimum interval is 7
|
|
11329
11332
|
*/
|
|
11330
11333
|
interval?: number | null;
|
|
11331
11334
|
/** Whether subscription is renewed automatically at the end of each period. */
|
|
@@ -15047,6 +15050,7 @@ interface SubscriptionSettings$4 {
|
|
|
15047
15050
|
* Interval of recurring payment.
|
|
15048
15051
|
*
|
|
15049
15052
|
* Default: `1`.
|
|
15053
|
+
* If SubscriptionFrequency is Day the minimum interval is 7
|
|
15050
15054
|
*/
|
|
15051
15055
|
interval?: number | null;
|
|
15052
15056
|
/** Whether subscription is renewed automatically at the end of each period. */
|
|
@@ -5844,6 +5844,7 @@ interface SubscriptionSettings$7 {
|
|
|
5844
5844
|
* Interval of recurring payment.
|
|
5845
5845
|
*
|
|
5846
5846
|
* Default: `1`.
|
|
5847
|
+
* If SubscriptionFrequency is Day the minimum interval is 7
|
|
5847
5848
|
*/
|
|
5848
5849
|
interval?: number | null;
|
|
5849
5850
|
/** Whether subscription is renewed automatically at the end of each period. */
|
|
@@ -8530,6 +8531,7 @@ interface SubscriptionSettings$6 {
|
|
|
8530
8531
|
* Interval of recurring payment.
|
|
8531
8532
|
*
|
|
8532
8533
|
* Default: `1`.
|
|
8534
|
+
* If SubscriptionFrequency is Day the minimum interval is 7
|
|
8533
8535
|
*/
|
|
8534
8536
|
interval?: number | null;
|
|
8535
8537
|
/** Whether subscription is renewed automatically at the end of each period. */
|
|
@@ -11326,6 +11328,7 @@ interface SubscriptionSettings$5 {
|
|
|
11326
11328
|
* Interval of recurring payment.
|
|
11327
11329
|
*
|
|
11328
11330
|
* Default: `1`.
|
|
11331
|
+
* If SubscriptionFrequency is Day the minimum interval is 7
|
|
11329
11332
|
*/
|
|
11330
11333
|
interval?: number | null;
|
|
11331
11334
|
/** Whether subscription is renewed automatically at the end of each period. */
|
|
@@ -15047,6 +15050,7 @@ interface SubscriptionSettings$4 {
|
|
|
15047
15050
|
* Interval of recurring payment.
|
|
15048
15051
|
*
|
|
15049
15052
|
* Default: `1`.
|
|
15053
|
+
* If SubscriptionFrequency is Day the minimum interval is 7
|
|
15050
15054
|
*/
|
|
15051
15055
|
interval?: number | null;
|
|
15052
15056
|
/** Whether subscription is renewed automatically at the end of each period. */
|
|
@@ -4573,6 +4573,7 @@ interface V1SubscriptionSettings {
|
|
|
4573
4573
|
* Interval of recurring payment.
|
|
4574
4574
|
*
|
|
4575
4575
|
* Default: `1`.
|
|
4576
|
+
* If SubscriptionFrequency is Day the minimum interval is 7
|
|
4576
4577
|
*/
|
|
4577
4578
|
interval?: number | null;
|
|
4578
4579
|
/** Whether subscription is renewed automatically at the end of each period. */
|
|
@@ -5876,6 +5877,7 @@ interface SubscriptionSettings {
|
|
|
5876
5877
|
* Interval of recurring payment.
|
|
5877
5878
|
*
|
|
5878
5879
|
* Default: `1`.
|
|
5880
|
+
* If SubscriptionFrequency is Day the minimum interval is 7
|
|
5879
5881
|
*/
|
|
5880
5882
|
interval?: number | null;
|
|
5881
5883
|
/** Whether subscription is renewed automatically at the end of each period. */
|
|
@@ -4573,6 +4573,7 @@ interface V1SubscriptionSettings {
|
|
|
4573
4573
|
* Interval of recurring payment.
|
|
4574
4574
|
*
|
|
4575
4575
|
* Default: `1`.
|
|
4576
|
+
* If SubscriptionFrequency is Day the minimum interval is 7
|
|
4576
4577
|
*/
|
|
4577
4578
|
interval?: number | null;
|
|
4578
4579
|
/** Whether subscription is renewed automatically at the end of each period. */
|
|
@@ -5876,6 +5877,7 @@ interface SubscriptionSettings {
|
|
|
5876
5877
|
* Interval of recurring payment.
|
|
5877
5878
|
*
|
|
5878
5879
|
* Default: `1`.
|
|
5880
|
+
* If SubscriptionFrequency is Day the minimum interval is 7
|
|
5879
5881
|
*/
|
|
5880
5882
|
interval?: number | null;
|
|
5881
5883
|
/** Whether subscription is renewed automatically at the end of each period. */
|