@wix/table-reservations 1.0.130 → 1.0.131
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.131",
|
|
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.48",
|
|
22
22
|
"@wix/table-reservations_reservations": "1.0.44",
|
|
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": "3e958931c768788a2c2d5d4982000b80e70e9a6b783dae0b72b343c5"
|
|
49
49
|
}
|
|
@@ -2944,6 +2944,8 @@ interface ServiceProvisioned {
|
|
|
2944
2944
|
originInstanceId?: string;
|
|
2945
2945
|
/** A version. */
|
|
2946
2946
|
version?: string | null;
|
|
2947
|
+
/** The origin meta site id */
|
|
2948
|
+
originMetaSiteId?: string | null;
|
|
2947
2949
|
}
|
|
2948
2950
|
interface ServiceRemoved {
|
|
2949
2951
|
/** Either UUID or EmbeddedServiceType. */
|
|
@@ -2944,6 +2944,8 @@ interface ServiceProvisioned {
|
|
|
2944
2944
|
originInstanceId?: string;
|
|
2945
2945
|
/** A version. */
|
|
2946
2946
|
version?: string | null;
|
|
2947
|
+
/** The origin meta site id */
|
|
2948
|
+
originMetaSiteId?: string | null;
|
|
2947
2949
|
}
|
|
2948
2950
|
interface ServiceRemoved {
|
|
2949
2951
|
/** Either UUID or EmbeddedServiceType. */
|