@wix/referral 1.0.30 → 1.0.31
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.31",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -18,11 +18,11 @@
|
|
|
18
18
|
"type-bundles"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@wix/referral_customers": "1.0.
|
|
22
|
-
"@wix/referral_friends": "1.0.
|
|
23
|
-
"@wix/referral_programs": "1.0.
|
|
24
|
-
"@wix/referral_rewards": "1.0.
|
|
25
|
-
"@wix/referral_tracker": "1.0.
|
|
21
|
+
"@wix/referral_customers": "1.0.13",
|
|
22
|
+
"@wix/referral_friends": "1.0.10",
|
|
23
|
+
"@wix/referral_programs": "1.0.18",
|
|
24
|
+
"@wix/referral_rewards": "1.0.13",
|
|
25
|
+
"@wix/referral_tracker": "1.0.15"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"glob": "^10.4.1",
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"fqdn": ""
|
|
48
48
|
}
|
|
49
49
|
},
|
|
50
|
-
"falconPackageHash": "
|
|
50
|
+
"falconPackageHash": "1b8665aae270d0132f239fd9950b1ddf08d7651ea5bd03f198c6e78b"
|
|
51
51
|
}
|
|
@@ -840,7 +840,10 @@ interface MetaSiteSpecialEvent extends MetaSiteSpecialEventPayloadOneOf {
|
|
|
840
840
|
version?: string;
|
|
841
841
|
/** A timestamp of the event. */
|
|
842
842
|
timestamp?: string;
|
|
843
|
-
/**
|
|
843
|
+
/**
|
|
844
|
+
* TODO(meta-site): Change validation once validations are disabled for consumers
|
|
845
|
+
* More context: https://wix.slack.com/archives/C0UHEBPFT/p1720957844413149 and https://wix.slack.com/archives/CFWKX325T/p1728892152855659
|
|
846
|
+
*/
|
|
844
847
|
assets?: Asset[];
|
|
845
848
|
}
|
|
846
849
|
/** @oneof */
|
|
@@ -840,7 +840,10 @@ interface MetaSiteSpecialEvent extends MetaSiteSpecialEventPayloadOneOf {
|
|
|
840
840
|
version?: string;
|
|
841
841
|
/** A timestamp of the event. */
|
|
842
842
|
timestamp?: string;
|
|
843
|
-
/**
|
|
843
|
+
/**
|
|
844
|
+
* TODO(meta-site): Change validation once validations are disabled for consumers
|
|
845
|
+
* More context: https://wix.slack.com/archives/C0UHEBPFT/p1720957844413149 and https://wix.slack.com/archives/CFWKX325T/p1728892152855659
|
|
846
|
+
*/
|
|
844
847
|
assets?: Asset[];
|
|
845
848
|
}
|
|
846
849
|
/** @oneof */
|