@wix/bookings 1.0.444 → 1.0.445
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.445",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -22,12 +22,12 @@
|
|
|
22
22
|
"@wix/bookings_availability-calendar": "1.0.35",
|
|
23
23
|
"@wix/bookings_availability-time-slots": "1.0.31",
|
|
24
24
|
"@wix/bookings_booking-policies": "1.0.2",
|
|
25
|
-
"@wix/bookings_bookings": "1.0.
|
|
25
|
+
"@wix/bookings_bookings": "1.0.54",
|
|
26
26
|
"@wix/bookings_categories": "1.0.36",
|
|
27
|
-
"@wix/bookings_extended-bookings": "1.0.
|
|
27
|
+
"@wix/bookings_extended-bookings": "1.0.46",
|
|
28
28
|
"@wix/bookings_external-calendars": "1.0.33",
|
|
29
29
|
"@wix/bookings_multi-service-availability-time-slots": "1.0.30",
|
|
30
|
-
"@wix/bookings_pricing": "1.0.
|
|
30
|
+
"@wix/bookings_pricing": "1.0.36",
|
|
31
31
|
"@wix/bookings_resource-types": "1.0.2",
|
|
32
32
|
"@wix/bookings_resources": "1.0.40",
|
|
33
33
|
"@wix/bookings_service-options-and-variants": "1.0.45",
|
|
@@ -57,5 +57,5 @@
|
|
|
57
57
|
"fqdn": ""
|
|
58
58
|
}
|
|
59
59
|
},
|
|
60
|
-
"falconPackageHash": "
|
|
60
|
+
"falconPackageHash": "ebad2efd6f23fd9573702fab741f5552c0f6d5a962e5da750c923587"
|
|
61
61
|
}
|
|
@@ -9451,7 +9451,6 @@ interface Booking$2 extends BookingParticipantsInfoOneOf$2 {
|
|
|
9451
9451
|
* - `"PARTIALLY_PAID"` The booking is partially paid.
|
|
9452
9452
|
* - `"REFUNDED"` The booking is refunded.
|
|
9453
9453
|
* - `"EXEMPT"` The booking is free of charge.
|
|
9454
|
-
* @readonly
|
|
9455
9454
|
*/
|
|
9456
9455
|
paymentStatus?: PaymentStatus$2;
|
|
9457
9456
|
/**
|
|
@@ -25980,7 +25979,6 @@ interface Booking$1 extends BookingParticipantsInfoOneOf$1 {
|
|
|
25980
25979
|
* - `"PARTIALLY_PAID"` The booking is partially paid.
|
|
25981
25980
|
* - `"REFUNDED"` The booking is refunded.
|
|
25982
25981
|
* - `"EXEMPT"` The booking is free of charge.
|
|
25983
|
-
* @readonly
|
|
25984
25982
|
*/
|
|
25985
25983
|
paymentStatus?: PaymentStatus$1;
|
|
25986
25984
|
/**
|
|
@@ -29762,7 +29760,6 @@ interface Booking extends BookingParticipantsInfoOneOf {
|
|
|
29762
29760
|
* - `"PARTIALLY_PAID"` The booking is partially paid.
|
|
29763
29761
|
* - `"REFUNDED"` The booking is refunded.
|
|
29764
29762
|
* - `"EXEMPT"` The booking is free of charge.
|
|
29765
|
-
* @readonly
|
|
29766
29763
|
*/
|
|
29767
29764
|
paymentStatus?: PaymentStatus;
|
|
29768
29765
|
/**
|
|
@@ -9451,7 +9451,6 @@ interface Booking$2 extends BookingParticipantsInfoOneOf$2 {
|
|
|
9451
9451
|
* - `"PARTIALLY_PAID"` The booking is partially paid.
|
|
9452
9452
|
* - `"REFUNDED"` The booking is refunded.
|
|
9453
9453
|
* - `"EXEMPT"` The booking is free of charge.
|
|
9454
|
-
* @readonly
|
|
9455
9454
|
*/
|
|
9456
9455
|
paymentStatus?: PaymentStatus$2;
|
|
9457
9456
|
/**
|
|
@@ -25980,7 +25979,6 @@ interface Booking$1 extends BookingParticipantsInfoOneOf$1 {
|
|
|
25980
25979
|
* - `"PARTIALLY_PAID"` The booking is partially paid.
|
|
25981
25980
|
* - `"REFUNDED"` The booking is refunded.
|
|
25982
25981
|
* - `"EXEMPT"` The booking is free of charge.
|
|
25983
|
-
* @readonly
|
|
25984
25982
|
*/
|
|
25985
25983
|
paymentStatus?: PaymentStatus$1;
|
|
25986
25984
|
/**
|
|
@@ -29762,7 +29760,6 @@ interface Booking extends BookingParticipantsInfoOneOf {
|
|
|
29762
29760
|
* - `"PARTIALLY_PAID"` The booking is partially paid.
|
|
29763
29761
|
* - `"REFUNDED"` The booking is refunded.
|
|
29764
29762
|
* - `"EXEMPT"` The booking is free of charge.
|
|
29765
|
-
* @readonly
|
|
29766
29763
|
*/
|
|
29767
29764
|
paymentStatus?: PaymentStatus;
|
|
29768
29765
|
/**
|
|
@@ -4138,7 +4138,6 @@ interface Booking$5 extends BookingParticipantsInfoOneOf$5 {
|
|
|
4138
4138
|
* - `"PARTIALLY_PAID"` The booking is partially paid.
|
|
4139
4139
|
* - `"REFUNDED"` The booking is refunded.
|
|
4140
4140
|
* - `"EXEMPT"` The booking is free of charge.
|
|
4141
|
-
* @readonly
|
|
4142
4141
|
*/
|
|
4143
4142
|
paymentStatus?: PaymentStatus$5;
|
|
4144
4143
|
/**
|
|
@@ -4877,7 +4876,6 @@ interface Booking$4 extends BookingParticipantsInfoOneOf$4 {
|
|
|
4877
4876
|
* - `"PARTIALLY_PAID"` The booking is partially paid.
|
|
4878
4877
|
* - `"REFUNDED"` The booking is refunded.
|
|
4879
4878
|
* - `"EXEMPT"` The booking is free of charge.
|
|
4880
|
-
* @readonly
|
|
4881
4879
|
*/
|
|
4882
4880
|
paymentStatus?: PaymentStatus$4;
|
|
4883
4881
|
/**
|
|
@@ -15078,7 +15076,6 @@ interface Booking$3 extends BookingParticipantsInfoOneOf$3 {
|
|
|
15078
15076
|
* - `"PARTIALLY_PAID"` The booking is partially paid.
|
|
15079
15077
|
* - `"REFUNDED"` The booking is refunded.
|
|
15080
15078
|
* - `"EXEMPT"` The booking is free of charge.
|
|
15081
|
-
* @readonly
|
|
15082
15079
|
*/
|
|
15083
15080
|
paymentStatus?: PaymentStatus$3;
|
|
15084
15081
|
/**
|
|
@@ -16141,7 +16138,6 @@ interface Booking$2 extends BookingParticipantsInfoOneOf$2 {
|
|
|
16141
16138
|
* - `"PARTIALLY_PAID"` The booking is partially paid.
|
|
16142
16139
|
* - `"REFUNDED"` The booking is refunded.
|
|
16143
16140
|
* - `"EXEMPT"` The booking is free of charge.
|
|
16144
|
-
* @readonly
|
|
16145
16141
|
*/
|
|
16146
16142
|
paymentStatus?: PaymentStatus$2;
|
|
16147
16143
|
/**
|
|
@@ -17384,7 +17380,6 @@ interface Booking$1 extends BookingParticipantsInfoOneOf$1 {
|
|
|
17384
17380
|
* - `"PARTIALLY_PAID"` The booking is partially paid.
|
|
17385
17381
|
* - `"REFUNDED"` The booking is refunded.
|
|
17386
17382
|
* - `"EXEMPT"` The booking is free of charge.
|
|
17387
|
-
* @readonly
|
|
17388
17383
|
*/
|
|
17389
17384
|
paymentStatus?: PaymentStatus$1;
|
|
17390
17385
|
/**
|
|
@@ -17946,7 +17941,6 @@ interface Booking extends BookingParticipantsInfoOneOf {
|
|
|
17946
17941
|
* - `"PARTIALLY_PAID"` The booking is partially paid.
|
|
17947
17942
|
* - `"REFUNDED"` The booking is refunded.
|
|
17948
17943
|
* - `"EXEMPT"` The booking is free of charge.
|
|
17949
|
-
* @readonly
|
|
17950
17944
|
*/
|
|
17951
17945
|
paymentStatus?: PaymentStatus;
|
|
17952
17946
|
/**
|