@wix/ecom 1.0.708 → 1.0.709
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.709",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -24,10 +24,10 @@
|
|
|
24
24
|
"@wix/ecom_back-in-stock-notifications": "1.0.44",
|
|
25
25
|
"@wix/ecom_back-in-stock-settings": "1.0.30",
|
|
26
26
|
"@wix/ecom_cart": "1.0.63",
|
|
27
|
-
"@wix/ecom_checkout": "1.0.
|
|
27
|
+
"@wix/ecom_checkout": "1.0.73",
|
|
28
28
|
"@wix/ecom_checkout-content": "1.0.1",
|
|
29
29
|
"@wix/ecom_checkout-settings": "1.0.44",
|
|
30
|
-
"@wix/ecom_checkout-templates": "1.0.
|
|
30
|
+
"@wix/ecom_checkout-templates": "1.0.73",
|
|
31
31
|
"@wix/ecom_currencies": "1.0.31",
|
|
32
32
|
"@wix/ecom_current-cart": "1.0.63",
|
|
33
33
|
"@wix/ecom_custom-triggers": "1.0.20",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"@wix/ecom_shipping-rates": "1.0.38",
|
|
50
50
|
"@wix/ecom_shippo-configurations": "1.0.9",
|
|
51
51
|
"@wix/ecom_totals-calculator": "1.0.2",
|
|
52
|
-
"@wix/ecom_validations": "1.0.
|
|
52
|
+
"@wix/ecom_validations": "1.0.27"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"glob": "^10.4.1",
|
|
@@ -73,5 +73,5 @@
|
|
|
73
73
|
"fqdn": ""
|
|
74
74
|
}
|
|
75
75
|
},
|
|
76
|
-
"falconPackageHash": "
|
|
76
|
+
"falconPackageHash": "2989ef1c07d72519cd112d8b32dec2fa957be7576d00924a8bf23f17"
|
|
77
77
|
}
|
|
@@ -8057,11 +8057,6 @@ interface Checkout$1 {
|
|
|
8057
8057
|
* Includes IDs for the app and the component providing the content
|
|
8058
8058
|
*/
|
|
8059
8059
|
customContentReference?: CustomContentReference$1;
|
|
8060
|
-
/**
|
|
8061
|
-
* Used for integration and tracking across different platforms.
|
|
8062
|
-
* Contains external system IDs (e.g., app ID, external ID) to link the checkout with other systems.
|
|
8063
|
-
*/
|
|
8064
|
-
externalReference?: ExternalReference$1;
|
|
8065
8060
|
}
|
|
8066
8061
|
interface LineItem$4 {
|
|
8067
8062
|
/**
|
|
@@ -10883,11 +10878,6 @@ interface UpdateCheckout {
|
|
|
10883
10878
|
* Includes IDs for the app and the component providing the content
|
|
10884
10879
|
*/
|
|
10885
10880
|
customContentReference?: CustomContentReference$1;
|
|
10886
|
-
/**
|
|
10887
|
-
* Used for integration and tracking across different platforms.
|
|
10888
|
-
* Contains external system IDs (e.g., app ID, external ID) to link the checkout with other systems.
|
|
10889
|
-
*/
|
|
10890
|
-
externalReference?: ExternalReference$1;
|
|
10891
10881
|
}
|
|
10892
10882
|
interface UpdateCheckoutOptions {
|
|
10893
10883
|
/** The code of an existing coupon to apply to checkout. For more information, see the [Coupons API](https://www.wix.com/velo/reference/wix-marketing-backend/coupons). */
|
|
@@ -12166,11 +12156,6 @@ interface Checkout {
|
|
|
12166
12156
|
* Includes IDs for the app and the component providing the content
|
|
12167
12157
|
*/
|
|
12168
12158
|
customContentReference?: CustomContentReference;
|
|
12169
|
-
/**
|
|
12170
|
-
* Used for integration and tracking across different platforms.
|
|
12171
|
-
* Contains external system IDs (e.g., app ID, external ID) to link the checkout with other systems.
|
|
12172
|
-
*/
|
|
12173
|
-
externalReference?: ExternalReference;
|
|
12174
12159
|
}
|
|
12175
12160
|
interface LineItem$3 {
|
|
12176
12161
|
/**
|
|
@@ -8057,11 +8057,6 @@ interface Checkout$1 {
|
|
|
8057
8057
|
* Includes IDs for the app and the component providing the content
|
|
8058
8058
|
*/
|
|
8059
8059
|
customContentReference?: CustomContentReference$1;
|
|
8060
|
-
/**
|
|
8061
|
-
* Used for integration and tracking across different platforms.
|
|
8062
|
-
* Contains external system IDs (e.g., app ID, external ID) to link the checkout with other systems.
|
|
8063
|
-
*/
|
|
8064
|
-
externalReference?: ExternalReference$1;
|
|
8065
8060
|
}
|
|
8066
8061
|
interface LineItem$4 {
|
|
8067
8062
|
/**
|
|
@@ -10883,11 +10878,6 @@ interface UpdateCheckout {
|
|
|
10883
10878
|
* Includes IDs for the app and the component providing the content
|
|
10884
10879
|
*/
|
|
10885
10880
|
customContentReference?: CustomContentReference$1;
|
|
10886
|
-
/**
|
|
10887
|
-
* Used for integration and tracking across different platforms.
|
|
10888
|
-
* Contains external system IDs (e.g., app ID, external ID) to link the checkout with other systems.
|
|
10889
|
-
*/
|
|
10890
|
-
externalReference?: ExternalReference$1;
|
|
10891
10881
|
}
|
|
10892
10882
|
interface UpdateCheckoutOptions {
|
|
10893
10883
|
/** The code of an existing coupon to apply to checkout. For more information, see the [Coupons API](https://www.wix.com/velo/reference/wix-marketing-backend/coupons). */
|
|
@@ -12166,11 +12156,6 @@ interface Checkout {
|
|
|
12166
12156
|
* Includes IDs for the app and the component providing the content
|
|
12167
12157
|
*/
|
|
12168
12158
|
customContentReference?: CustomContentReference;
|
|
12169
|
-
/**
|
|
12170
|
-
* Used for integration and tracking across different platforms.
|
|
12171
|
-
* Contains external system IDs (e.g., app ID, external ID) to link the checkout with other systems.
|
|
12172
|
-
*/
|
|
12173
|
-
externalReference?: ExternalReference;
|
|
12174
12159
|
}
|
|
12175
12160
|
interface LineItem$3 {
|
|
12176
12161
|
/**
|
|
@@ -10557,11 +10557,6 @@ interface Checkout$1 {
|
|
|
10557
10557
|
* Includes IDs for the app and the component providing the content
|
|
10558
10558
|
*/
|
|
10559
10559
|
customContentReference?: CustomContentReference$3;
|
|
10560
|
-
/**
|
|
10561
|
-
* Used for integration and tracking across different platforms.
|
|
10562
|
-
* Contains external system IDs (e.g., app ID, external ID) to link the checkout with other systems.
|
|
10563
|
-
*/
|
|
10564
|
-
externalReference?: ExternalReference$3;
|
|
10565
10560
|
}
|
|
10566
10561
|
interface LineItem$3 {
|
|
10567
10562
|
/**
|
|
@@ -11747,12 +11742,6 @@ interface CustomContentReference$3 {
|
|
|
11747
11742
|
*/
|
|
11748
11743
|
componentId?: string;
|
|
11749
11744
|
}
|
|
11750
|
-
interface ExternalReference$3 {
|
|
11751
|
-
/** ID of the app that associated with the purchase flow. */
|
|
11752
|
-
appId?: string;
|
|
11753
|
-
/** Reference to an external system ID, used to link the purchase flow to a specific ID in another system */
|
|
11754
|
-
resourceId?: string | null;
|
|
11755
|
-
}
|
|
11756
11745
|
interface CreateCheckoutRequest$1 {
|
|
11757
11746
|
/** Checkout information. */
|
|
11758
11747
|
checkoutInfo?: Checkout$1;
|
|
@@ -12659,11 +12648,6 @@ interface Checkout {
|
|
|
12659
12648
|
* Includes IDs for the app and the component providing the content
|
|
12660
12649
|
*/
|
|
12661
12650
|
customContentReference?: CustomContentReference$2;
|
|
12662
|
-
/**
|
|
12663
|
-
* Used for integration and tracking across different platforms.
|
|
12664
|
-
* Contains external system IDs (e.g., app ID, external ID) to link the checkout with other systems.
|
|
12665
|
-
*/
|
|
12666
|
-
externalReference?: ExternalReference$2;
|
|
12667
12651
|
}
|
|
12668
12652
|
interface LineItem$2 {
|
|
12669
12653
|
/**
|
|
@@ -13799,12 +13783,6 @@ interface CustomContentReference$2 {
|
|
|
13799
13783
|
*/
|
|
13800
13784
|
componentId?: string;
|
|
13801
13785
|
}
|
|
13802
|
-
interface ExternalReference$2 {
|
|
13803
|
-
/** ID of the app that associated with the purchase flow. */
|
|
13804
|
-
appId?: string;
|
|
13805
|
-
/** Reference to an external system ID, used to link the purchase flow to a specific ID in another system */
|
|
13806
|
-
resourceId?: string | null;
|
|
13807
|
-
}
|
|
13808
13786
|
interface CreateCheckoutRequest {
|
|
13809
13787
|
/** Checkout information. */
|
|
13810
13788
|
checkoutInfo?: Checkout;
|
|
@@ -2637,8 +2637,6 @@ interface SourceInfo {
|
|
|
2637
2637
|
source?: Source;
|
|
2638
2638
|
/** Persistent ID that correlates between the various eCommerce elements: cart, checkout, and order. */
|
|
2639
2639
|
purchaseFlowId?: string | null;
|
|
2640
|
-
/** The stage at which the service plugin is called. */
|
|
2641
|
-
stage?: Stage;
|
|
2642
2640
|
}
|
|
2643
2641
|
declare enum Source {
|
|
2644
2642
|
/** Context cannot be recognized */
|
|
@@ -2702,11 +2700,6 @@ interface ValidationInfo {
|
|
|
2702
2700
|
customFields?: CustomFields;
|
|
2703
2701
|
/** Applied discounts. */
|
|
2704
2702
|
appliedDiscounts?: AppliedDiscount[];
|
|
2705
|
-
/**
|
|
2706
|
-
* Used for integration and tracking across different platforms.
|
|
2707
|
-
* Contains external system IDs (e.g., app ID, external ID) to link the purchase flow with other systems.
|
|
2708
|
-
*/
|
|
2709
|
-
externalReference?: ExternalReference;
|
|
2710
2703
|
}
|
|
2711
2704
|
interface BuyerDetails {
|
|
2712
2705
|
/** Buyer's email address. */
|
|
@@ -2662,8 +2662,6 @@ interface SourceInfo {
|
|
|
2662
2662
|
source?: Source;
|
|
2663
2663
|
/** Persistent ID that correlates between the various eCommerce elements: cart, checkout, and order. */
|
|
2664
2664
|
purchaseFlowId?: string | null;
|
|
2665
|
-
/** The stage at which the service plugin is called. */
|
|
2666
|
-
stage?: Stage;
|
|
2667
2665
|
}
|
|
2668
2666
|
declare enum Source {
|
|
2669
2667
|
/** Context cannot be recognized */
|
|
@@ -2727,11 +2725,6 @@ interface ValidationInfo {
|
|
|
2727
2725
|
customFields?: CustomFields;
|
|
2728
2726
|
/** Applied discounts. */
|
|
2729
2727
|
appliedDiscounts?: AppliedDiscount[];
|
|
2730
|
-
/**
|
|
2731
|
-
* Used for integration and tracking across different platforms.
|
|
2732
|
-
* Contains external system IDs (e.g., app ID, external ID) to link the purchase flow with other systems.
|
|
2733
|
-
*/
|
|
2734
|
-
externalReference?: ExternalReference;
|
|
2735
2728
|
}
|
|
2736
2729
|
interface BuyerDetails {
|
|
2737
2730
|
/** Buyer's email address. */
|