@wix/referral 1.0.21 → 1.0.22
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.22",
|
|
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.11",
|
|
24
24
|
"@wix/referral_rewards": "1.0.9",
|
|
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": "28896ffca80e0f980ededfd93279d4cb284f81cd39c74d66ba7a6838"
|
|
51
51
|
}
|
|
@@ -697,7 +697,12 @@ declare enum Namespace {
|
|
|
697
697
|
*/
|
|
698
698
|
BRANDED_FIRST = "BRANDED_FIRST",
|
|
699
699
|
/** Nownia.com Siteless account management for Ai Scheduling Assistant. */
|
|
700
|
-
NOWNIA = "NOWNIA"
|
|
700
|
+
NOWNIA = "NOWNIA",
|
|
701
|
+
/**
|
|
702
|
+
* UGC Templates are templates that are created by users for personal use and to sale to other users.
|
|
703
|
+
* The Partners company owns this namespace.
|
|
704
|
+
*/
|
|
705
|
+
UGC_TEMPLATE = "UGC_TEMPLATE"
|
|
701
706
|
}
|
|
702
707
|
/** Site transferred to another user. */
|
|
703
708
|
interface SiteTransferred {
|
|
@@ -697,7 +697,12 @@ declare enum Namespace {
|
|
|
697
697
|
*/
|
|
698
698
|
BRANDED_FIRST = "BRANDED_FIRST",
|
|
699
699
|
/** Nownia.com Siteless account management for Ai Scheduling Assistant. */
|
|
700
|
-
NOWNIA = "NOWNIA"
|
|
700
|
+
NOWNIA = "NOWNIA",
|
|
701
|
+
/**
|
|
702
|
+
* UGC Templates are templates that are created by users for personal use and to sale to other users.
|
|
703
|
+
* The Partners company owns this namespace.
|
|
704
|
+
*/
|
|
705
|
+
UGC_TEMPLATE = "UGC_TEMPLATE"
|
|
701
706
|
}
|
|
702
707
|
/** Site transferred to another user. */
|
|
703
708
|
interface SiteTransferred {
|