@wix/bookings 1.0.448 → 1.0.450
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.450",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"@wix/bookings_booking-fees": "1.0.1",
|
|
25
25
|
"@wix/bookings_booking-policies": "1.0.3",
|
|
26
26
|
"@wix/bookings_booking-policy-snapshots": "1.0.1",
|
|
27
|
-
"@wix/bookings_bookings": "1.0.
|
|
27
|
+
"@wix/bookings_bookings": "1.0.56",
|
|
28
28
|
"@wix/bookings_categories": "1.0.37",
|
|
29
29
|
"@wix/bookings_extended-bookings": "1.0.47",
|
|
30
30
|
"@wix/bookings_external-calendars": "1.0.34",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@wix/bookings_resources": "1.0.41",
|
|
35
35
|
"@wix/bookings_service-options-and-variants": "1.0.46",
|
|
36
36
|
"@wix/bookings_services": "1.0.70",
|
|
37
|
-
"@wix/bookings_staff-members": "1.0.
|
|
37
|
+
"@wix/bookings_staff-members": "1.0.7"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"glob": "^10.4.1",
|
|
@@ -59,5 +59,5 @@
|
|
|
59
59
|
"fqdn": ""
|
|
60
60
|
}
|
|
61
61
|
},
|
|
62
|
-
"falconPackageHash": "
|
|
62
|
+
"falconPackageHash": "85a41bdd4a12680ce75f73082ee58521f47550faef90915d5f8bf758"
|
|
63
63
|
}
|
|
@@ -18214,7 +18214,10 @@ interface MetaSiteSpecialEvent extends MetaSiteSpecialEventPayloadOneOf {
|
|
|
18214
18214
|
version?: string;
|
|
18215
18215
|
/** A timestamp of the event. */
|
|
18216
18216
|
timestamp?: string;
|
|
18217
|
-
/**
|
|
18217
|
+
/**
|
|
18218
|
+
* TODO(meta-site): Change validation once validations are disabled for consumers
|
|
18219
|
+
* More context: https://wix.slack.com/archives/C0UHEBPFT/p1720957844413149 and https://wix.slack.com/archives/CFWKX325T/p1728892152855659
|
|
18220
|
+
*/
|
|
18218
18221
|
assets?: Asset[];
|
|
18219
18222
|
}
|
|
18220
18223
|
/** @oneof */
|
|
@@ -24914,6 +24917,7 @@ interface BookingsGatewayCreateBookingSignature {
|
|
|
24914
24917
|
* for the [checkout](https://bo.wix.com/wix-docs/rest/ecommerce/checkout/create-checkout)
|
|
24915
24918
|
* and [order](https://bo.wix.com/wix-docs/rest/ecommerce/checkout/create-order-from-checkout)
|
|
24916
24919
|
* steps of the payment flow.
|
|
24920
|
+
* @deprecated
|
|
24917
24921
|
*/
|
|
24918
24922
|
(options?: BookingsGatewayCreateBookingOptions | undefined): Promise<V2CreateBookingResponse & V2CreateBookingResponseNonNullableFields>;
|
|
24919
24923
|
}
|
|
@@ -24955,6 +24959,7 @@ interface BookingsGatewayRescheduleBookingSignature {
|
|
|
24955
24959
|
* policy.
|
|
24956
24960
|
* @param - Id of the booking to reschedule.
|
|
24957
24961
|
* @param - Information about the new slot.
|
|
24962
|
+
* @deprecated
|
|
24958
24963
|
*/
|
|
24959
24964
|
(bookingId: string, slot: Slot, options?: BookingsGatewayRescheduleBookingOptions | undefined): Promise<V2RescheduleBookingResponse & V2RescheduleBookingResponseNonNullableFields>;
|
|
24960
24965
|
}
|
|
@@ -18214,7 +18214,10 @@ interface MetaSiteSpecialEvent extends MetaSiteSpecialEventPayloadOneOf {
|
|
|
18214
18214
|
version?: string;
|
|
18215
18215
|
/** A timestamp of the event. */
|
|
18216
18216
|
timestamp?: string;
|
|
18217
|
-
/**
|
|
18217
|
+
/**
|
|
18218
|
+
* TODO(meta-site): Change validation once validations are disabled for consumers
|
|
18219
|
+
* More context: https://wix.slack.com/archives/C0UHEBPFT/p1720957844413149 and https://wix.slack.com/archives/CFWKX325T/p1728892152855659
|
|
18220
|
+
*/
|
|
18218
18221
|
assets?: Asset[];
|
|
18219
18222
|
}
|
|
18220
18223
|
/** @oneof */
|
|
@@ -24914,6 +24917,7 @@ interface BookingsGatewayCreateBookingSignature {
|
|
|
24914
24917
|
* for the [checkout](https://bo.wix.com/wix-docs/rest/ecommerce/checkout/create-checkout)
|
|
24915
24918
|
* and [order](https://bo.wix.com/wix-docs/rest/ecommerce/checkout/create-order-from-checkout)
|
|
24916
24919
|
* steps of the payment flow.
|
|
24920
|
+
* @deprecated
|
|
24917
24921
|
*/
|
|
24918
24922
|
(options?: BookingsGatewayCreateBookingOptions | undefined): Promise<V2CreateBookingResponse & V2CreateBookingResponseNonNullableFields>;
|
|
24919
24923
|
}
|
|
@@ -24955,6 +24959,7 @@ interface BookingsGatewayRescheduleBookingSignature {
|
|
|
24955
24959
|
* policy.
|
|
24956
24960
|
* @param - Id of the booking to reschedule.
|
|
24957
24961
|
* @param - Information about the new slot.
|
|
24962
|
+
* @deprecated
|
|
24958
24963
|
*/
|
|
24959
24964
|
(bookingId: string, slot: Slot, options?: BookingsGatewayRescheduleBookingOptions | undefined): Promise<V2RescheduleBookingResponse & V2RescheduleBookingResponseNonNullableFields>;
|
|
24960
24965
|
}
|