@wix/bookings 1.0.425 → 1.0.426
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.426",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"@wix/bookings_availability-time-slots": "1.0.27",
|
|
24
24
|
"@wix/bookings_bookings": "1.0.46",
|
|
25
25
|
"@wix/bookings_categories": "1.0.32",
|
|
26
|
-
"@wix/bookings_extended-bookings": "1.0.
|
|
26
|
+
"@wix/bookings_extended-bookings": "1.0.38",
|
|
27
27
|
"@wix/bookings_external-calendars": "1.0.29",
|
|
28
28
|
"@wix/bookings_multi-service-availability-time-slots": "1.0.26",
|
|
29
29
|
"@wix/bookings_pricing": "1.0.29",
|
|
@@ -53,5 +53,5 @@
|
|
|
53
53
|
"fqdn": ""
|
|
54
54
|
}
|
|
55
55
|
},
|
|
56
|
-
"falconPackageHash": "
|
|
56
|
+
"falconPackageHash": "af8c248ca55af0ac547797c90013ad215057905ffdc03cd29e66a03a"
|
|
57
57
|
}
|
|
@@ -8955,15 +8955,6 @@ interface ConferencingDetails {
|
|
|
8955
8955
|
/** Optional conference password. */
|
|
8956
8956
|
password?: string | null;
|
|
8957
8957
|
}
|
|
8958
|
-
interface FeeDetails {
|
|
8959
|
-
/** The fee Status */
|
|
8960
|
-
status?: BookingFeeStatus;
|
|
8961
|
-
}
|
|
8962
|
-
declare enum BookingFeeStatus {
|
|
8963
|
-
UNKNOWN_STATUS = "UNKNOWN_STATUS",
|
|
8964
|
-
NOT_YET_APPLIED_TO_ORDER = "NOT_YET_APPLIED_TO_ORDER",
|
|
8965
|
-
APPLIED_TO_ORDER = "APPLIED_TO_ORDER"
|
|
8966
|
-
}
|
|
8967
8958
|
interface BookingPolicySettings$1 {
|
|
8968
8959
|
/** Whether the cancellation fee is enabled. */
|
|
8969
8960
|
cancellationFeeEnabled?: boolean | null;
|
|
@@ -8971,8 +8962,11 @@ interface BookingPolicySettings$1 {
|
|
|
8971
8962
|
interface BookingFeeDetails {
|
|
8972
8963
|
/** The cancellation fee status. */
|
|
8973
8964
|
cancellationFeeStatus?: BookingFeeStatus;
|
|
8974
|
-
|
|
8975
|
-
|
|
8965
|
+
}
|
|
8966
|
+
declare enum BookingFeeStatus {
|
|
8967
|
+
UNKNOWN_STATUS = "UNKNOWN_STATUS",
|
|
8968
|
+
NOT_YET_APPLIED_TO_ORDER = "NOT_YET_APPLIED_TO_ORDER",
|
|
8969
|
+
APPLIED_TO_ORDER = "APPLIED_TO_ORDER"
|
|
8976
8970
|
}
|
|
8977
8971
|
interface QueryExtendedBookingRequest {
|
|
8978
8972
|
/** Information about filters, paging, and sorting. */
|
|
@@ -9228,7 +9222,6 @@ type index_d$5_CommonQueryV2 = CommonQueryV2;
|
|
|
9228
9222
|
type index_d$5_CommonQueryV2PagingMethodOneOf = CommonQueryV2PagingMethodOneOf;
|
|
9229
9223
|
type index_d$5_ConferencingDetails = ConferencingDetails;
|
|
9230
9224
|
type index_d$5_ExtendedBooking = ExtendedBooking;
|
|
9231
|
-
type index_d$5_FeeDetails = FeeDetails;
|
|
9232
9225
|
type index_d$5_QueryExtendedBookingRequest = QueryExtendedBookingRequest;
|
|
9233
9226
|
type index_d$5_QueryExtendedBookingResponse = QueryExtendedBookingResponse;
|
|
9234
9227
|
type index_d$5_QueryExtendedBookingsOptions = QueryExtendedBookingsOptions;
|
|
@@ -9237,7 +9230,7 @@ type index_d$5_QueryExtendedBookingsResponse = QueryExtendedBookingsResponse;
|
|
|
9237
9230
|
type index_d$5_QueryExtendedBookingsResponseNonNullableFields = QueryExtendedBookingsResponseNonNullableFields;
|
|
9238
9231
|
declare const index_d$5_queryExtendedBookings: typeof queryExtendedBookings;
|
|
9239
9232
|
declare namespace index_d$5 {
|
|
9240
|
-
export { Actor$2 as Actor, type Address$3 as Address, type AddressLocation$3 as AddressLocation, type AddressStreetOneOf$3 as AddressStreetOneOf, type AllowedActions$1 as AllowedActions, type Attendance$1 as Attendance, AttendanceStatus$1 as AttendanceStatus, type BookedEntity$2 as BookedEntity, type BookedEntityItemOneOf$2 as BookedEntityItemOneOf, type BookedResource$2 as BookedResource, type BookedSchedule$2 as BookedSchedule, type BookedSlot$2 as BookedSlot, type Booking$2 as Booking, type index_d$5_BookingFeeDetails as BookingFeeDetails, index_d$5_BookingFeeStatus as BookingFeeStatus, type BookingParticipantsInfoOneOf$2 as BookingParticipantsInfoOneOf, type BookingPolicySettings$1 as BookingPolicySettings, type BookingSource$2 as BookingSource, BookingStatus$2 as BookingStatus, type index_d$5_CommonPaging as CommonPaging, type index_d$5_CommonQueryV2 as CommonQueryV2, type index_d$5_CommonQueryV2PagingMethodOneOf as CommonQueryV2PagingMethodOneOf, type index_d$5_ConferencingDetails as ConferencingDetails, type ContactDetails$2 as ContactDetails, type CursorPaging$3 as CursorPaging, type Cursors$3 as Cursors, type CustomFormField$2 as CustomFormField, type index_d$5_ExtendedBooking as ExtendedBooking, type ExtendedFields$3 as ExtendedFields, type
|
|
9233
|
+
export { Actor$2 as Actor, type Address$3 as Address, type AddressLocation$3 as AddressLocation, type AddressStreetOneOf$3 as AddressStreetOneOf, type AllowedActions$1 as AllowedActions, type Attendance$1 as Attendance, AttendanceStatus$1 as AttendanceStatus, type BookedEntity$2 as BookedEntity, type BookedEntityItemOneOf$2 as BookedEntityItemOneOf, type BookedResource$2 as BookedResource, type BookedSchedule$2 as BookedSchedule, type BookedSlot$2 as BookedSlot, type Booking$2 as Booking, type index_d$5_BookingFeeDetails as BookingFeeDetails, index_d$5_BookingFeeStatus as BookingFeeStatus, type BookingParticipantsInfoOneOf$2 as BookingParticipantsInfoOneOf, type BookingPolicySettings$1 as BookingPolicySettings, type BookingSource$2 as BookingSource, BookingStatus$2 as BookingStatus, type index_d$5_CommonPaging as CommonPaging, type index_d$5_CommonQueryV2 as CommonQueryV2, type index_d$5_CommonQueryV2PagingMethodOneOf as CommonQueryV2PagingMethodOneOf, type index_d$5_ConferencingDetails as ConferencingDetails, type ContactDetails$2 as ContactDetails, type CursorPaging$3 as CursorPaging, type Cursors$3 as Cursors, type CustomFormField$2 as CustomFormField, type index_d$5_ExtendedBooking as ExtendedBooking, type ExtendedFields$3 as ExtendedFields, type FlowControlSettings$2 as FlowControlSettings, type IdentificationData$5 as IdentificationData, type IdentificationDataIdOneOf$5 as IdentificationDataIdOneOf, IdentityType$2 as IdentityType, type Location$3 as Location, LocationType$3 as LocationType, type MultiServiceBookingInfo$2 as MultiServiceBookingInfo, MultiServiceBookingType$2 as MultiServiceBookingType, type Paging$3 as Paging, type PagingMetadataV2$2 as PagingMetadataV2, type ParticipantChoices$2 as ParticipantChoices, type ParticipantNotification$4 as ParticipantNotification, PaymentStatus$2 as PaymentStatus, Platform$2 as Platform, type index_d$5_QueryExtendedBookingRequest as QueryExtendedBookingRequest, type index_d$5_QueryExtendedBookingResponse as QueryExtendedBookingResponse, type index_d$5_QueryExtendedBookingsOptions as QueryExtendedBookingsOptions, type index_d$5_QueryExtendedBookingsRequest as QueryExtendedBookingsRequest, type index_d$5_QueryExtendedBookingsResponse as QueryExtendedBookingsResponse, type index_d$5_QueryExtendedBookingsResponseNonNullableFields as QueryExtendedBookingsResponseNonNullableFields, type QueryV2$3 as QueryV2, type QueryV2PagingMethodOneOf$3 as QueryV2PagingMethodOneOf, SelectedPaymentOption$2 as SelectedPaymentOption, type ServiceChoice$2 as ServiceChoice, type ServiceChoiceChoiceOneOf$2 as ServiceChoiceChoiceOneOf, type ServiceChoices$2 as ServiceChoices, SortOrder$3 as SortOrder, type Sorting$3 as Sorting, type StreetAddress$3 as StreetAddress, type Subdivision$3 as Subdivision, ValueType$2 as ValueType, __metadata$5 as __metadata, index_d$5_queryExtendedBookings as queryExtendedBookings };
|
|
9241
9234
|
}
|
|
9242
9235
|
|
|
9243
9236
|
/** The `Service` object represents the business offering that a business provides to its customers. */
|
|
@@ -7784,9 +7784,6 @@ interface QueryExtendedBookingsResponseNonNullableFields$1 {
|
|
|
7784
7784
|
status: AttendanceStatus$3;
|
|
7785
7785
|
numberOfAttendees: number;
|
|
7786
7786
|
};
|
|
7787
|
-
cancellationFeeDetails?: {
|
|
7788
|
-
status: BookingFeeStatus;
|
|
7789
|
-
};
|
|
7790
7787
|
bookingFeeDetails?: {
|
|
7791
7788
|
cancellationFeeStatus: BookingFeeStatus;
|
|
7792
7789
|
reschedulingFeeStatus: BookingFeeStatus;
|