@wix/bookings 1.0.435 → 1.0.437
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/bookings",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.437",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -29,10 +29,10 @@
|
|
|
29
29
|
"@wix/bookings_multi-service-availability-time-slots": "1.0.28",
|
|
30
30
|
"@wix/bookings_pricing": "1.0.32",
|
|
31
31
|
"@wix/bookings_resource-types": "1.0.0",
|
|
32
|
-
"@wix/bookings_resources": "1.0.
|
|
32
|
+
"@wix/bookings_resources": "1.0.36",
|
|
33
33
|
"@wix/bookings_service-options-and-variants": "1.0.43",
|
|
34
34
|
"@wix/bookings_services": "1.0.66",
|
|
35
|
-
"@wix/bookings_staff-members": "1.0.
|
|
35
|
+
"@wix/bookings_staff-members": "1.0.2"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"glob": "^10.4.1",
|
|
@@ -57,5 +57,5 @@
|
|
|
57
57
|
"fqdn": ""
|
|
58
58
|
}
|
|
59
59
|
},
|
|
60
|
-
"falconPackageHash": "
|
|
60
|
+
"falconPackageHash": "a6ad81a0627a2dab79aaeeb47955bf6fe6df82a392a1cf919ec5dd3f"
|
|
61
61
|
}
|
|
@@ -8861,7 +8861,14 @@ declare enum Namespace$1 {
|
|
|
8861
8861
|
*/
|
|
8862
8862
|
BRANDED_FIRST = "BRANDED_FIRST",
|
|
8863
8863
|
/** Nownia.com Siteless account management for Ai Scheduling Assistant. */
|
|
8864
|
-
NOWNIA = "NOWNIA"
|
|
8864
|
+
NOWNIA = "NOWNIA",
|
|
8865
|
+
/**
|
|
8866
|
+
* UGC Templates are templates that are created by users for personal use and to sale to other users.
|
|
8867
|
+
* The Partners company owns this namespace.
|
|
8868
|
+
*/
|
|
8869
|
+
UGC_TEMPLATE = "UGC_TEMPLATE",
|
|
8870
|
+
/** Codux Headless Sites */
|
|
8871
|
+
CODUX = "CODUX"
|
|
8865
8872
|
}
|
|
8866
8873
|
/** Site transferred to another user. */
|
|
8867
8874
|
interface SiteTransferred$1 {
|
|
@@ -16952,7 +16959,9 @@ declare enum Namespace {
|
|
|
16952
16959
|
* UGC Templates are templates that are created by users for personal use and to sale to other users.
|
|
16953
16960
|
* The Partners company owns this namespace.
|
|
16954
16961
|
*/
|
|
16955
|
-
UGC_TEMPLATE = "UGC_TEMPLATE"
|
|
16962
|
+
UGC_TEMPLATE = "UGC_TEMPLATE",
|
|
16963
|
+
/** Codux Headless Sites */
|
|
16964
|
+
CODUX = "CODUX"
|
|
16956
16965
|
}
|
|
16957
16966
|
/** Site transferred to another user. */
|
|
16958
16967
|
interface SiteTransferred {
|
|
@@ -8861,7 +8861,14 @@ declare enum Namespace$1 {
|
|
|
8861
8861
|
*/
|
|
8862
8862
|
BRANDED_FIRST = "BRANDED_FIRST",
|
|
8863
8863
|
/** Nownia.com Siteless account management for Ai Scheduling Assistant. */
|
|
8864
|
-
NOWNIA = "NOWNIA"
|
|
8864
|
+
NOWNIA = "NOWNIA",
|
|
8865
|
+
/**
|
|
8866
|
+
* UGC Templates are templates that are created by users for personal use and to sale to other users.
|
|
8867
|
+
* The Partners company owns this namespace.
|
|
8868
|
+
*/
|
|
8869
|
+
UGC_TEMPLATE = "UGC_TEMPLATE",
|
|
8870
|
+
/** Codux Headless Sites */
|
|
8871
|
+
CODUX = "CODUX"
|
|
8865
8872
|
}
|
|
8866
8873
|
/** Site transferred to another user. */
|
|
8867
8874
|
interface SiteTransferred$1 {
|
|
@@ -16952,7 +16959,9 @@ declare enum Namespace {
|
|
|
16952
16959
|
* UGC Templates are templates that are created by users for personal use and to sale to other users.
|
|
16953
16960
|
* The Partners company owns this namespace.
|
|
16954
16961
|
*/
|
|
16955
|
-
UGC_TEMPLATE = "UGC_TEMPLATE"
|
|
16962
|
+
UGC_TEMPLATE = "UGC_TEMPLATE",
|
|
16963
|
+
/** Codux Headless Sites */
|
|
16964
|
+
CODUX = "CODUX"
|
|
16956
16965
|
}
|
|
16957
16966
|
/** Site transferred to another user. */
|
|
16958
16967
|
interface SiteTransferred {
|