@wix/auto_sdk_ecom_abandoned-checkouts 1.0.2 → 1.0.4
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/build/cjs/src/ecom-v1-abandoned-checkout-abandoned-checkouts.types.d.ts +3 -3
- package/build/cjs/src/ecom-v1-abandoned-checkout-abandoned-checkouts.universal.d.ts +2 -2
- package/build/es/src/ecom-v1-abandoned-checkout-abandoned-checkouts.types.d.ts +3 -3
- package/build/es/src/ecom-v1-abandoned-checkout-abandoned-checkouts.universal.d.ts +2 -2
- package/build/internal/cjs/src/ecom-v1-abandoned-checkout-abandoned-checkouts.types.d.ts +3 -3
- package/build/internal/cjs/src/ecom-v1-abandoned-checkout-abandoned-checkouts.universal.d.ts +2 -2
- package/build/internal/es/src/ecom-v1-abandoned-checkout-abandoned-checkouts.types.d.ts +3 -3
- package/build/internal/es/src/ecom-v1-abandoned-checkout-abandoned-checkouts.universal.d.ts +2 -2
- package/package.json +2 -2
|
@@ -42,10 +42,10 @@ export interface AbandonedCheckout {
|
|
|
42
42
|
/** Total price after discounts, gift cards, and tax. */
|
|
43
43
|
totalPrice?: MultiCurrencyPrice;
|
|
44
44
|
/**
|
|
45
|
-
* List of all automation activities performed by
|
|
45
|
+
* List of all automation activities performed by Wix Automations ([SDK](https://dev.wix.com/docs/sdk/backend-modules/automations/) | [REST](https://dev.wix.com/docs/rest/business-management/automations/introduction)) regarding the abandoned checkout.
|
|
46
46
|
* Wix Automations updates the `activities` field for each activity in the automation flow. Only relevant if the site owner set up
|
|
47
47
|
* [automations in the Dashboard](https://support.wix.com/en/article/wix-automations-creating-an-automation-with-the-new-builder#step-1-create-a-new-automation). Read more about `activities` in
|
|
48
|
-
* the
|
|
48
|
+
* the Abandoned Checkouts introduction.
|
|
49
49
|
*/
|
|
50
50
|
activities?: Activity[];
|
|
51
51
|
/** Date and time the abandoned checkout was recovered. */
|
|
@@ -97,7 +97,7 @@ export interface V1BuyerInfo extends V1BuyerInfoIdOneOf {
|
|
|
97
97
|
*/
|
|
98
98
|
userId?: string;
|
|
99
99
|
/**
|
|
100
|
-
* Contact ID. For more information, see the
|
|
100
|
+
* Contact ID. For more information, see the Contacts API.
|
|
101
101
|
* @format GUID
|
|
102
102
|
* @readonly
|
|
103
103
|
*/
|
|
@@ -42,8 +42,8 @@ export interface AbandonedCheckout {
|
|
|
42
42
|
/** Total price after discounts, gift cards, and tax. */
|
|
43
43
|
totalPrice?: MultiCurrencyPrice;
|
|
44
44
|
/**
|
|
45
|
-
* List of all automation activities performed by [Wix Automations](https://
|
|
46
|
-
* Wix Automations updates the `activities` field for each
|
|
45
|
+
* List of all automation activities performed by [Wix Automations](https://dev.wix.com/docs/rest/business-management/automations/introduction) regarding the abandoned checkout.
|
|
46
|
+
* Wix Automations updates the `activities` field for each activity in the automation flow. Only relevant if you've set up [automations in the Dashboard](https://support.wix.com/en/article/wix-automations-creating-a-new-automation). Read more about `activities` in the [introduction](https://www.wix.com/velo/reference/wix-ecom-backend/abandonedcheckout/introduction).
|
|
47
47
|
*/
|
|
48
48
|
activities?: Activity[];
|
|
49
49
|
/** Date and time the abandoned checkout was recovered. */
|
|
@@ -42,10 +42,10 @@ export interface AbandonedCheckout {
|
|
|
42
42
|
/** Total price after discounts, gift cards, and tax. */
|
|
43
43
|
totalPrice?: MultiCurrencyPrice;
|
|
44
44
|
/**
|
|
45
|
-
* List of all automation activities performed by
|
|
45
|
+
* List of all automation activities performed by Wix Automations ([SDK](https://dev.wix.com/docs/sdk/backend-modules/automations/) | [REST](https://dev.wix.com/docs/rest/business-management/automations/introduction)) regarding the abandoned checkout.
|
|
46
46
|
* Wix Automations updates the `activities` field for each activity in the automation flow. Only relevant if the site owner set up
|
|
47
47
|
* [automations in the Dashboard](https://support.wix.com/en/article/wix-automations-creating-an-automation-with-the-new-builder#step-1-create-a-new-automation). Read more about `activities` in
|
|
48
|
-
* the
|
|
48
|
+
* the Abandoned Checkouts introduction.
|
|
49
49
|
*/
|
|
50
50
|
activities?: Activity[];
|
|
51
51
|
/** Date and time the abandoned checkout was recovered. */
|
|
@@ -97,7 +97,7 @@ export interface V1BuyerInfo extends V1BuyerInfoIdOneOf {
|
|
|
97
97
|
*/
|
|
98
98
|
userId?: string;
|
|
99
99
|
/**
|
|
100
|
-
* Contact ID. For more information, see the
|
|
100
|
+
* Contact ID. For more information, see the Contacts API.
|
|
101
101
|
* @format GUID
|
|
102
102
|
* @readonly
|
|
103
103
|
*/
|
|
@@ -42,8 +42,8 @@ export interface AbandonedCheckout {
|
|
|
42
42
|
/** Total price after discounts, gift cards, and tax. */
|
|
43
43
|
totalPrice?: MultiCurrencyPrice;
|
|
44
44
|
/**
|
|
45
|
-
* List of all automation activities performed by [Wix Automations](https://
|
|
46
|
-
* Wix Automations updates the `activities` field for each
|
|
45
|
+
* List of all automation activities performed by [Wix Automations](https://dev.wix.com/docs/rest/business-management/automations/introduction) regarding the abandoned checkout.
|
|
46
|
+
* Wix Automations updates the `activities` field for each activity in the automation flow. Only relevant if you've set up [automations in the Dashboard](https://support.wix.com/en/article/wix-automations-creating-a-new-automation). Read more about `activities` in the [introduction](https://www.wix.com/velo/reference/wix-ecom-backend/abandonedcheckout/introduction).
|
|
47
47
|
*/
|
|
48
48
|
activities?: Activity[];
|
|
49
49
|
/** Date and time the abandoned checkout was recovered. */
|
|
@@ -42,10 +42,10 @@ export interface AbandonedCheckout {
|
|
|
42
42
|
/** Total price after discounts, gift cards, and tax. */
|
|
43
43
|
totalPrice?: MultiCurrencyPrice;
|
|
44
44
|
/**
|
|
45
|
-
* List of all automation activities performed by
|
|
45
|
+
* List of all automation activities performed by Wix Automations ([SDK](https://dev.wix.com/docs/sdk/backend-modules/automations/) | [REST](https://dev.wix.com/docs/rest/business-management/automations/introduction)) regarding the abandoned checkout.
|
|
46
46
|
* Wix Automations updates the `activities` field for each activity in the automation flow. Only relevant if the site owner set up
|
|
47
47
|
* [automations in the Dashboard](https://support.wix.com/en/article/wix-automations-creating-an-automation-with-the-new-builder#step-1-create-a-new-automation). Read more about `activities` in
|
|
48
|
-
* the
|
|
48
|
+
* the Abandoned Checkouts introduction.
|
|
49
49
|
*/
|
|
50
50
|
activities?: Activity[];
|
|
51
51
|
/** Date and time the abandoned checkout was recovered. */
|
|
@@ -97,7 +97,7 @@ export interface V1BuyerInfo extends V1BuyerInfoIdOneOf {
|
|
|
97
97
|
*/
|
|
98
98
|
userId?: string;
|
|
99
99
|
/**
|
|
100
|
-
* Contact ID. For more information, see the
|
|
100
|
+
* Contact ID. For more information, see the Contacts API.
|
|
101
101
|
* @format GUID
|
|
102
102
|
* @readonly
|
|
103
103
|
*/
|
package/build/internal/cjs/src/ecom-v1-abandoned-checkout-abandoned-checkouts.universal.d.ts
CHANGED
|
@@ -42,8 +42,8 @@ export interface AbandonedCheckout {
|
|
|
42
42
|
/** Total price after discounts, gift cards, and tax. */
|
|
43
43
|
totalPrice?: MultiCurrencyPrice;
|
|
44
44
|
/**
|
|
45
|
-
* List of all automation activities performed by [Wix Automations](https://
|
|
46
|
-
* Wix Automations updates the `activities` field for each
|
|
45
|
+
* List of all automation activities performed by [Wix Automations](https://dev.wix.com/docs/rest/business-management/automations/introduction) regarding the abandoned checkout.
|
|
46
|
+
* Wix Automations updates the `activities` field for each activity in the automation flow. Only relevant if you've set up [automations in the Dashboard](https://support.wix.com/en/article/wix-automations-creating-a-new-automation). Read more about `activities` in the [introduction](https://www.wix.com/velo/reference/wix-ecom-backend/abandonedcheckout/introduction).
|
|
47
47
|
*/
|
|
48
48
|
activities?: Activity[];
|
|
49
49
|
/** Date and time the abandoned checkout was recovered. */
|
|
@@ -42,10 +42,10 @@ export interface AbandonedCheckout {
|
|
|
42
42
|
/** Total price after discounts, gift cards, and tax. */
|
|
43
43
|
totalPrice?: MultiCurrencyPrice;
|
|
44
44
|
/**
|
|
45
|
-
* List of all automation activities performed by
|
|
45
|
+
* List of all automation activities performed by Wix Automations ([SDK](https://dev.wix.com/docs/sdk/backend-modules/automations/) | [REST](https://dev.wix.com/docs/rest/business-management/automations/introduction)) regarding the abandoned checkout.
|
|
46
46
|
* Wix Automations updates the `activities` field for each activity in the automation flow. Only relevant if the site owner set up
|
|
47
47
|
* [automations in the Dashboard](https://support.wix.com/en/article/wix-automations-creating-an-automation-with-the-new-builder#step-1-create-a-new-automation). Read more about `activities` in
|
|
48
|
-
* the
|
|
48
|
+
* the Abandoned Checkouts introduction.
|
|
49
49
|
*/
|
|
50
50
|
activities?: Activity[];
|
|
51
51
|
/** Date and time the abandoned checkout was recovered. */
|
|
@@ -97,7 +97,7 @@ export interface V1BuyerInfo extends V1BuyerInfoIdOneOf {
|
|
|
97
97
|
*/
|
|
98
98
|
userId?: string;
|
|
99
99
|
/**
|
|
100
|
-
* Contact ID. For more information, see the
|
|
100
|
+
* Contact ID. For more information, see the Contacts API.
|
|
101
101
|
* @format GUID
|
|
102
102
|
* @readonly
|
|
103
103
|
*/
|
|
@@ -42,8 +42,8 @@ export interface AbandonedCheckout {
|
|
|
42
42
|
/** Total price after discounts, gift cards, and tax. */
|
|
43
43
|
totalPrice?: MultiCurrencyPrice;
|
|
44
44
|
/**
|
|
45
|
-
* List of all automation activities performed by [Wix Automations](https://
|
|
46
|
-
* Wix Automations updates the `activities` field for each
|
|
45
|
+
* List of all automation activities performed by [Wix Automations](https://dev.wix.com/docs/rest/business-management/automations/introduction) regarding the abandoned checkout.
|
|
46
|
+
* Wix Automations updates the `activities` field for each activity in the automation flow. Only relevant if you've set up [automations in the Dashboard](https://support.wix.com/en/article/wix-automations-creating-a-new-automation). Read more about `activities` in the [introduction](https://www.wix.com/velo/reference/wix-ecom-backend/abandonedcheckout/introduction).
|
|
47
47
|
*/
|
|
48
48
|
activities?: Activity[];
|
|
49
49
|
/** Date and time the abandoned checkout was recovered. */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/auto_sdk_ecom_abandoned-checkouts",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"fqdn": "wix.ecom.v1.abandoned_checkout"
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
|
-
"falconPackageHash": "
|
|
51
|
+
"falconPackageHash": "91dd1aaff7d78528160df4f0e58a561a70af5399424fa281bb89407f"
|
|
52
52
|
}
|