@wix/bookings 1.0.435 → 1.0.436
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.436",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -29,7 +29,7 @@
|
|
|
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.35",
|
|
33
33
|
"@wix/bookings_service-options-and-variants": "1.0.43",
|
|
34
34
|
"@wix/bookings_services": "1.0.66",
|
|
35
35
|
"@wix/bookings_staff-members": "1.0.1"
|
|
@@ -57,5 +57,5 @@
|
|
|
57
57
|
"fqdn": ""
|
|
58
58
|
}
|
|
59
59
|
},
|
|
60
|
-
"falconPackageHash": "
|
|
60
|
+
"falconPackageHash": "0cf9565e3817ceee2eb5651da2e12894972258d7bf91233dec6bfa42"
|
|
61
61
|
}
|
|
@@ -8861,7 +8861,12 @@ 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"
|
|
8865
8870
|
}
|
|
8866
8871
|
/** Site transferred to another user. */
|
|
8867
8872
|
interface SiteTransferred$1 {
|
|
@@ -8861,7 +8861,12 @@ 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"
|
|
8865
8870
|
}
|
|
8866
8871
|
/** Site transferred to another user. */
|
|
8867
8872
|
interface SiteTransferred$1 {
|