@wix/bookings 1.0.440 → 1.0.441
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.441",
|
|
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.33",
|
|
31
31
|
"@wix/bookings_resource-types": "1.0.0",
|
|
32
|
-
"@wix/bookings_resources": "1.0.
|
|
32
|
+
"@wix/bookings_resources": "1.0.38",
|
|
33
33
|
"@wix/bookings_service-options-and-variants": "1.0.43",
|
|
34
34
|
"@wix/bookings_services": "1.0.67",
|
|
35
|
-
"@wix/bookings_staff-members": "1.0.
|
|
35
|
+
"@wix/bookings_staff-members": "1.0.3"
|
|
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": "1992fc70eacedfdcbbf25eea530f1f862214b02a3b542246a180e4e9"
|
|
61
61
|
}
|
|
@@ -8921,6 +8921,8 @@ interface ServiceProvisioned$1 {
|
|
|
8921
8921
|
originInstanceId?: string;
|
|
8922
8922
|
/** A version. */
|
|
8923
8923
|
version?: string | null;
|
|
8924
|
+
/** The origin meta site id */
|
|
8925
|
+
originMetaSiteId?: string | null;
|
|
8924
8926
|
}
|
|
8925
8927
|
interface ServiceRemoved$1 {
|
|
8926
8928
|
/** Either UUID or EmbeddedServiceType. */
|
|
@@ -17068,6 +17070,8 @@ interface ServiceProvisioned {
|
|
|
17068
17070
|
originInstanceId?: string;
|
|
17069
17071
|
/** A version. */
|
|
17070
17072
|
version?: string | null;
|
|
17073
|
+
/** The origin meta site id */
|
|
17074
|
+
originMetaSiteId?: string | null;
|
|
17071
17075
|
}
|
|
17072
17076
|
interface ServiceRemoved {
|
|
17073
17077
|
/** Either UUID or EmbeddedServiceType. */
|
|
@@ -8921,6 +8921,8 @@ interface ServiceProvisioned$1 {
|
|
|
8921
8921
|
originInstanceId?: string;
|
|
8922
8922
|
/** A version. */
|
|
8923
8923
|
version?: string | null;
|
|
8924
|
+
/** The origin meta site id */
|
|
8925
|
+
originMetaSiteId?: string | null;
|
|
8924
8926
|
}
|
|
8925
8927
|
interface ServiceRemoved$1 {
|
|
8926
8928
|
/** Either UUID or EmbeddedServiceType. */
|
|
@@ -17068,6 +17070,8 @@ interface ServiceProvisioned {
|
|
|
17068
17070
|
originInstanceId?: string;
|
|
17069
17071
|
/** A version. */
|
|
17070
17072
|
version?: string | null;
|
|
17073
|
+
/** The origin meta site id */
|
|
17074
|
+
originMetaSiteId?: string | null;
|
|
17071
17075
|
}
|
|
17072
17076
|
interface ServiceRemoved {
|
|
17073
17077
|
/** Either UUID or EmbeddedServiceType. */
|