@wix/table-reservations 1.0.125 → 1.0.126
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/table-reservations",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.126",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"type-bundles"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@wix/table-reservations_reservation-locations": "1.0.
|
|
21
|
+
"@wix/table-reservations_reservation-locations": "1.0.46",
|
|
22
22
|
"@wix/table-reservations_reservations": "1.0.41",
|
|
23
23
|
"@wix/table-reservations_time-slots": "1.0.42"
|
|
24
24
|
},
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"fqdn": ""
|
|
46
46
|
}
|
|
47
47
|
},
|
|
48
|
-
"falconPackageHash": "
|
|
48
|
+
"falconPackageHash": "05425c25696213cce7de3f4f179f3f3faff9be818bb8a61c74376b8e"
|
|
49
49
|
}
|
|
@@ -2864,7 +2864,12 @@ declare enum Namespace {
|
|
|
2864
2864
|
*/
|
|
2865
2865
|
BRANDED_FIRST = "BRANDED_FIRST",
|
|
2866
2866
|
/** Nownia.com Siteless account management for Ai Scheduling Assistant. */
|
|
2867
|
-
NOWNIA = "NOWNIA"
|
|
2867
|
+
NOWNIA = "NOWNIA",
|
|
2868
|
+
/**
|
|
2869
|
+
* UGC Templates are templates that are created by users for personal use and to sale to other users.
|
|
2870
|
+
* The Partners company owns this namespace.
|
|
2871
|
+
*/
|
|
2872
|
+
UGC_TEMPLATE = "UGC_TEMPLATE"
|
|
2868
2873
|
}
|
|
2869
2874
|
/** Site transferred to another user. */
|
|
2870
2875
|
interface SiteTransferred {
|
|
@@ -2864,7 +2864,12 @@ declare enum Namespace {
|
|
|
2864
2864
|
*/
|
|
2865
2865
|
BRANDED_FIRST = "BRANDED_FIRST",
|
|
2866
2866
|
/** Nownia.com Siteless account management for Ai Scheduling Assistant. */
|
|
2867
|
-
NOWNIA = "NOWNIA"
|
|
2867
|
+
NOWNIA = "NOWNIA",
|
|
2868
|
+
/**
|
|
2869
|
+
* UGC Templates are templates that are created by users for personal use and to sale to other users.
|
|
2870
|
+
* The Partners company owns this namespace.
|
|
2871
|
+
*/
|
|
2872
|
+
UGC_TEMPLATE = "UGC_TEMPLATE"
|
|
2868
2873
|
}
|
|
2869
2874
|
/** Site transferred to another user. */
|
|
2870
2875
|
interface SiteTransferred {
|