@wix/referral 1.0.24 → 1.0.25
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.25",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@wix/referral_customers": "1.0.10",
|
|
22
22
|
"@wix/referral_friends": "1.0.7",
|
|
23
|
-
"@wix/referral_programs": "1.0.
|
|
23
|
+
"@wix/referral_programs": "1.0.13",
|
|
24
24
|
"@wix/referral_rewards": "1.0.10",
|
|
25
25
|
"@wix/referral_tracker": "1.0.12"
|
|
26
26
|
},
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"fqdn": ""
|
|
48
48
|
}
|
|
49
49
|
},
|
|
50
|
-
"falconPackageHash": "
|
|
50
|
+
"falconPackageHash": "71b7a7dff88862d524b17dc23bd7398d9af6d71eac87f21c7bf17291"
|
|
51
51
|
}
|
|
@@ -757,6 +757,8 @@ interface ServiceProvisioned {
|
|
|
757
757
|
originInstanceId?: string;
|
|
758
758
|
/** A version. */
|
|
759
759
|
version?: string | null;
|
|
760
|
+
/** The origin meta site id */
|
|
761
|
+
originMetaSiteId?: string | null;
|
|
760
762
|
}
|
|
761
763
|
interface ServiceRemoved {
|
|
762
764
|
/** Either UUID or EmbeddedServiceType. */
|
|
@@ -757,6 +757,8 @@ interface ServiceProvisioned {
|
|
|
757
757
|
originInstanceId?: string;
|
|
758
758
|
/** A version. */
|
|
759
759
|
version?: string | null;
|
|
760
|
+
/** The origin meta site id */
|
|
761
|
+
originMetaSiteId?: string | null;
|
|
760
762
|
}
|
|
761
763
|
interface ServiceRemoved {
|
|
762
764
|
/** Either UUID or EmbeddedServiceType. */
|