@wix/table-reservations 1.0.169 → 1.0.170
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.170",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"type-bundles"
|
|
22
22
|
],
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@wix/table-reservations_reservation-locations": "1.0.
|
|
24
|
+
"@wix/table-reservations_reservation-locations": "1.0.77",
|
|
25
25
|
"@wix/table-reservations_reservations": "1.0.60",
|
|
26
26
|
"@wix/table-reservations_time-slots": "1.0.52"
|
|
27
27
|
},
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"fqdn": ""
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
|
-
"falconPackageHash": "
|
|
51
|
+
"falconPackageHash": "37abe644f9692d216bb9ae1b76ffe6d74ca95abd8031c2b2a00b2e50"
|
|
52
52
|
}
|
|
@@ -3674,7 +3674,9 @@ declare enum Namespace {
|
|
|
3674
3674
|
*/
|
|
3675
3675
|
UGC_TEMPLATE = "UGC_TEMPLATE",
|
|
3676
3676
|
/** Codux Headless Sites */
|
|
3677
|
-
CODUX = "CODUX"
|
|
3677
|
+
CODUX = "CODUX",
|
|
3678
|
+
/** Bobb - AI Design Creator. */
|
|
3679
|
+
MEDIA_DESIGN_CREATOR = "MEDIA_DESIGN_CREATOR"
|
|
3678
3680
|
}
|
|
3679
3681
|
/** Site transferred to another user. */
|
|
3680
3682
|
interface SiteTransferred {
|
|
@@ -3674,7 +3674,9 @@ declare enum Namespace {
|
|
|
3674
3674
|
*/
|
|
3675
3675
|
UGC_TEMPLATE = "UGC_TEMPLATE",
|
|
3676
3676
|
/** Codux Headless Sites */
|
|
3677
|
-
CODUX = "CODUX"
|
|
3677
|
+
CODUX = "CODUX",
|
|
3678
|
+
/** Bobb - AI Design Creator. */
|
|
3679
|
+
MEDIA_DESIGN_CREATOR = "MEDIA_DESIGN_CREATOR"
|
|
3678
3680
|
}
|
|
3679
3681
|
/** Site transferred to another user. */
|
|
3680
3682
|
interface SiteTransferred {
|