@wix/calendar 1.0.8 → 1.0.10
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/calendar",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.10",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@wix/calendar_events": "1.0.6",
|
|
22
22
|
"@wix/calendar_schedule-time-frames": "1.0.5",
|
|
23
|
-
"@wix/calendar_schedules": "1.0.
|
|
23
|
+
"@wix/calendar_schedules": "1.0.7"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"glob": "^10.4.1",
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"fqdn": ""
|
|
46
46
|
}
|
|
47
47
|
},
|
|
48
|
-
"falconPackageHash": "
|
|
48
|
+
"falconPackageHash": "e65cb7707da3070bb3c2f725b94a36c909773b4ea08223a8299fb148"
|
|
49
49
|
}
|
|
@@ -2836,7 +2836,14 @@ declare enum Namespace {
|
|
|
2836
2836
|
*/
|
|
2837
2837
|
BRANDED_FIRST = "BRANDED_FIRST",
|
|
2838
2838
|
/** Nownia.com Siteless account management for Ai Scheduling Assistant. */
|
|
2839
|
-
NOWNIA = "NOWNIA"
|
|
2839
|
+
NOWNIA = "NOWNIA",
|
|
2840
|
+
/**
|
|
2841
|
+
* UGC Templates are templates that are created by users for personal use and to sale to other users.
|
|
2842
|
+
* The Partners company owns this namespace.
|
|
2843
|
+
*/
|
|
2844
|
+
UGC_TEMPLATE = "UGC_TEMPLATE",
|
|
2845
|
+
/** Codux Headless Sites */
|
|
2846
|
+
CODUX = "CODUX"
|
|
2840
2847
|
}
|
|
2841
2848
|
/** Site transferred to another user. */
|
|
2842
2849
|
interface SiteTransferred {
|
|
@@ -2836,7 +2836,14 @@ declare enum Namespace {
|
|
|
2836
2836
|
*/
|
|
2837
2837
|
BRANDED_FIRST = "BRANDED_FIRST",
|
|
2838
2838
|
/** Nownia.com Siteless account management for Ai Scheduling Assistant. */
|
|
2839
|
-
NOWNIA = "NOWNIA"
|
|
2839
|
+
NOWNIA = "NOWNIA",
|
|
2840
|
+
/**
|
|
2841
|
+
* UGC Templates are templates that are created by users for personal use and to sale to other users.
|
|
2842
|
+
* The Partners company owns this namespace.
|
|
2843
|
+
*/
|
|
2844
|
+
UGC_TEMPLATE = "UGC_TEMPLATE",
|
|
2845
|
+
/** Codux Headless Sites */
|
|
2846
|
+
CODUX = "CODUX"
|
|
2840
2847
|
}
|
|
2841
2848
|
/** Site transferred to another user. */
|
|
2842
2849
|
interface SiteTransferred {
|