@wix/bookings 1.0.398 → 1.0.399

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.398",
3
+ "version": "1.0.399",
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.24",
24
24
  "@wix/bookings_bookings": "1.0.39",
25
25
  "@wix/bookings_categories": "1.0.29",
26
- "@wix/bookings_extended-bookings": "1.0.31",
26
+ "@wix/bookings_extended-bookings": "1.0.32",
27
27
  "@wix/bookings_external-calendars": "1.0.26",
28
28
  "@wix/bookings_multi-service-availability-time-slots": "1.0.23",
29
29
  "@wix/bookings_pricing": "1.0.25",
@@ -54,5 +54,5 @@
54
54
  "fqdn": ""
55
55
  }
56
56
  },
57
- "falconPackageHash": "a9015e7c803b85f2f94ef4575a68eb666800c4a9c8318f6e221ee709"
57
+ "falconPackageHash": "a734c09d5578a33c6169f3de6ef46e4cad0bb1c17be09fb6f9ad8d03"
58
58
  }
@@ -8941,12 +8941,6 @@ interface BookingPolicySettings$1 {
8941
8941
  /** Whether the cancellation fee is enabled. */
8942
8942
  cancellationFeeEnabled?: boolean | null;
8943
8943
  }
8944
- interface BookingFeeDetails {
8945
- /** The cancellation fee status. */
8946
- cancellationFeeStatus?: BookingFeeStatus;
8947
- /** The rescheduling fee status. */
8948
- reschedulingFeeStatus?: BookingFeeStatus;
8949
- }
8950
8944
  interface QueryExtendedBookingRequest {
8951
8945
  /** Information about filters, paging, and sorting. */
8952
8946
  query?: QueryV2$3;
@@ -9193,7 +9187,6 @@ declare const __metadata$5: {
9193
9187
  };
9194
9188
  declare function queryExtendedBookings(httpClient: HttpClient): (query: CommonQueryV2, options?: QueryExtendedBookingsOptions) => Promise<QueryExtendedBookingsResponse & QueryExtendedBookingsResponseNonNullableFields>;
9195
9189
 
9196
- type index_d$5_BookingFeeDetails = BookingFeeDetails;
9197
9190
  type index_d$5_BookingFeeStatus = BookingFeeStatus;
9198
9191
  declare const index_d$5_BookingFeeStatus: typeof BookingFeeStatus;
9199
9192
  type index_d$5_CommonPaging = CommonPaging;
@@ -9210,7 +9203,7 @@ type index_d$5_QueryExtendedBookingsResponse = QueryExtendedBookingsResponse;
9210
9203
  type index_d$5_QueryExtendedBookingsResponseNonNullableFields = QueryExtendedBookingsResponseNonNullableFields;
9211
9204
  declare const index_d$5_queryExtendedBookings: typeof queryExtendedBookings;
9212
9205
  declare namespace index_d$5 {
9213
- 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 index_d$5_FeeDetails as FeeDetails, 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 };
9206
+ 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, 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 index_d$5_FeeDetails as FeeDetails, 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 };
9214
9207
  }
9215
9208
 
9216
9209
  /** The `Service` object represents the business offering that a business provides to its customers. */
@@ -7799,10 +7799,6 @@ interface QueryExtendedBookingsResponseNonNullableFields$1 {
7799
7799
  cancellationFeeDetails?: {
7800
7800
  status: BookingFeeStatus;
7801
7801
  };
7802
- bookingFeeDetails?: {
7803
- cancellationFeeStatus: BookingFeeStatus;
7804
- reschedulingFeeStatus: BookingFeeStatus;
7805
- };
7806
7802
  }[];
7807
7803
  }
7808
7804