@wix/referral 1.0.50 → 1.0.52
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/referral",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.52",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
],
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@wix/referral_customers": "1.0.18",
|
|
25
|
-
"@wix/referral_friends": "1.0.
|
|
26
|
-
"@wix/referral_programs": "1.0.
|
|
25
|
+
"@wix/referral_friends": "1.0.22",
|
|
26
|
+
"@wix/referral_programs": "1.0.27",
|
|
27
27
|
"@wix/referral_rewards": "1.0.17",
|
|
28
28
|
"@wix/referral_tracker": "1.0.22"
|
|
29
29
|
},
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"fqdn": ""
|
|
51
51
|
}
|
|
52
52
|
},
|
|
53
|
-
"falconPackageHash": "
|
|
53
|
+
"falconPackageHash": "8baefe8593b4a8023b748b4db9968551aeae591509d3e5c181986ae6"
|
|
54
54
|
}
|
|
@@ -644,7 +644,9 @@ declare enum Action {
|
|
|
644
644
|
/** Referred friend booked and paid for a session. */
|
|
645
645
|
SESSION_BOOKED = "SESSION_BOOKED",
|
|
646
646
|
/** Referred friend placed and paid for a restaurant order. */
|
|
647
|
-
RESTAURANT_ORDER_PLACED = "RESTAURANT_ORDER_PLACED"
|
|
647
|
+
RESTAURANT_ORDER_PLACED = "RESTAURANT_ORDER_PLACED",
|
|
648
|
+
/** Referred friend joined an online program. */
|
|
649
|
+
ONLINE_PROGRAM_JOINED = "ONLINE_PROGRAM_JOINED"
|
|
648
650
|
}
|
|
649
651
|
interface Emails {
|
|
650
652
|
/** Configures email invitations to encourage customers to refer their friends. Select the apps for which this feature is enabled. */
|
|
@@ -644,7 +644,9 @@ declare enum Action {
|
|
|
644
644
|
/** Referred friend booked and paid for a session. */
|
|
645
645
|
SESSION_BOOKED = "SESSION_BOOKED",
|
|
646
646
|
/** Referred friend placed and paid for a restaurant order. */
|
|
647
|
-
RESTAURANT_ORDER_PLACED = "RESTAURANT_ORDER_PLACED"
|
|
647
|
+
RESTAURANT_ORDER_PLACED = "RESTAURANT_ORDER_PLACED",
|
|
648
|
+
/** Referred friend joined an online program. */
|
|
649
|
+
ONLINE_PROGRAM_JOINED = "ONLINE_PROGRAM_JOINED"
|
|
648
650
|
}
|
|
649
651
|
interface Emails {
|
|
650
652
|
/** Configures email invitations to encourage customers to refer their friends. Select the apps for which this feature is enabled. */
|
|
@@ -166,7 +166,9 @@ declare enum Action$1 {
|
|
|
166
166
|
/** Referred friend booked and paid for a session. */
|
|
167
167
|
SESSION_BOOKED = "SESSION_BOOKED",
|
|
168
168
|
/** Referred friend placed and paid for a restaurant order. */
|
|
169
|
-
RESTAURANT_ORDER_PLACED = "RESTAURANT_ORDER_PLACED"
|
|
169
|
+
RESTAURANT_ORDER_PLACED = "RESTAURANT_ORDER_PLACED",
|
|
170
|
+
/** Referred friend joined an online program. */
|
|
171
|
+
ONLINE_PROGRAM_JOINED = "ONLINE_PROGRAM_JOINED"
|
|
170
172
|
}
|
|
171
173
|
interface Emails$1 {
|
|
172
174
|
/** Configures email invitations to encourage customers to refer their friends. Select the apps for which this feature is enabled. */
|
|
@@ -497,7 +499,9 @@ declare enum Action {
|
|
|
497
499
|
/** Referred friend booked and paid for a session. */
|
|
498
500
|
SESSION_BOOKED = "SESSION_BOOKED",
|
|
499
501
|
/** Referred friend placed and paid for a restaurant order. */
|
|
500
|
-
RESTAURANT_ORDER_PLACED = "RESTAURANT_ORDER_PLACED"
|
|
502
|
+
RESTAURANT_ORDER_PLACED = "RESTAURANT_ORDER_PLACED",
|
|
503
|
+
/** Referred friend joined an online program. */
|
|
504
|
+
ONLINE_PROGRAM_JOINED = "ONLINE_PROGRAM_JOINED"
|
|
501
505
|
}
|
|
502
506
|
interface Emails {
|
|
503
507
|
/** Configures email invitations to encourage customers to refer their friends. Select the apps for which this feature is enabled. */
|