@wix/bookings 1.0.396 → 1.0.398
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.398",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -22,14 +22,14 @@
|
|
|
22
22
|
"@wix/bookings_availability-calendar": "1.0.28",
|
|
23
23
|
"@wix/bookings_availability-time-slots": "1.0.24",
|
|
24
24
|
"@wix/bookings_bookings": "1.0.39",
|
|
25
|
-
"@wix/bookings_categories": "1.0.
|
|
26
|
-
"@wix/bookings_extended-bookings": "1.0.
|
|
25
|
+
"@wix/bookings_categories": "1.0.29",
|
|
26
|
+
"@wix/bookings_extended-bookings": "1.0.31",
|
|
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",
|
|
30
30
|
"@wix/bookings_resources": "1.0.29",
|
|
31
31
|
"@wix/bookings_service-options-and-variants": "1.0.35",
|
|
32
|
-
"@wix/bookings_services": "1.0.
|
|
32
|
+
"@wix/bookings_services": "1.0.45"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@wix/sdk": "https://cdn.dev.wixpress.com/@wix/sdk/02e8069ab2fd783e0e6a080fc7d590e76cb26ab93c8389574286305b.tar.gz",
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
"fqdn": ""
|
|
55
55
|
}
|
|
56
56
|
},
|
|
57
|
-
"falconPackageHash": "
|
|
57
|
+
"falconPackageHash": "a9015e7c803b85f2f94ef4575a68eb666800c4a9c8318f6e221ee709"
|
|
58
58
|
}
|
|
@@ -5188,9 +5188,9 @@ interface Category {
|
|
|
5188
5188
|
sortOrder?: number | null;
|
|
5189
5189
|
}
|
|
5190
5190
|
declare enum Status {
|
|
5191
|
-
/**
|
|
5191
|
+
/** The category is created. */
|
|
5192
5192
|
CREATED = "CREATED",
|
|
5193
|
-
/**
|
|
5193
|
+
/** The category is deleted. */
|
|
5194
5194
|
DELETED = "DELETED"
|
|
5195
5195
|
}
|
|
5196
5196
|
interface ListCategoryResponse {
|
|
@@ -8941,6 +8941,12 @@ 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
|
+
}
|
|
8944
8950
|
interface QueryExtendedBookingRequest {
|
|
8945
8951
|
/** Information about filters, paging, and sorting. */
|
|
8946
8952
|
query?: QueryV2$3;
|
|
@@ -9187,6 +9193,7 @@ declare const __metadata$5: {
|
|
|
9187
9193
|
};
|
|
9188
9194
|
declare function queryExtendedBookings(httpClient: HttpClient): (query: CommonQueryV2, options?: QueryExtendedBookingsOptions) => Promise<QueryExtendedBookingsResponse & QueryExtendedBookingsResponseNonNullableFields>;
|
|
9189
9195
|
|
|
9196
|
+
type index_d$5_BookingFeeDetails = BookingFeeDetails;
|
|
9190
9197
|
type index_d$5_BookingFeeStatus = BookingFeeStatus;
|
|
9191
9198
|
declare const index_d$5_BookingFeeStatus: typeof BookingFeeStatus;
|
|
9192
9199
|
type index_d$5_CommonPaging = CommonPaging;
|
|
@@ -9203,7 +9210,7 @@ type index_d$5_QueryExtendedBookingsResponse = QueryExtendedBookingsResponse;
|
|
|
9203
9210
|
type index_d$5_QueryExtendedBookingsResponseNonNullableFields = QueryExtendedBookingsResponseNonNullableFields;
|
|
9204
9211
|
declare const index_d$5_queryExtendedBookings: typeof queryExtendedBookings;
|
|
9205
9212
|
declare namespace index_d$5 {
|
|
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 };
|
|
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 };
|
|
9207
9214
|
}
|
|
9208
9215
|
|
|
9209
9216
|
/** The `Service` object represents the business offering that a business provides to its customers. */
|
|
@@ -10814,10 +10821,12 @@ interface Category$1 {
|
|
|
10814
10821
|
name?: string | null;
|
|
10815
10822
|
/**
|
|
10816
10823
|
* Category status.
|
|
10824
|
+
*
|
|
10817
10825
|
* Supported values:
|
|
10818
|
-
* - "CREATED"
|
|
10819
|
-
* - "DELETED"
|
|
10820
|
-
*
|
|
10826
|
+
* - `"CREATED"`: The category is created.
|
|
10827
|
+
* - `"DELETED"`: The category is deleted.
|
|
10828
|
+
*
|
|
10829
|
+
* Default: `"CREATED"`
|
|
10821
10830
|
* @readonly
|
|
10822
10831
|
*/
|
|
10823
10832
|
status?: CategoryStatus;
|
|
@@ -10825,9 +10834,9 @@ interface Category$1 {
|
|
|
10825
10834
|
sortOrder?: number | null;
|
|
10826
10835
|
}
|
|
10827
10836
|
declare enum CategoryStatus {
|
|
10828
|
-
/**
|
|
10837
|
+
/** The category is created. */
|
|
10829
10838
|
CREATED = "CREATED",
|
|
10830
|
-
/**
|
|
10839
|
+
/** The category is deleted. */
|
|
10831
10840
|
DELETED = "DELETED"
|
|
10832
10841
|
}
|
|
10833
10842
|
declare enum CategoryNotificationEvent {
|
|
@@ -13993,9 +14002,9 @@ interface Category {
|
|
|
13993
14002
|
sortOrder?: number | null;
|
|
13994
14003
|
}
|
|
13995
14004
|
declare enum Status {
|
|
13996
|
-
/**
|
|
14005
|
+
/** The category is created. */
|
|
13997
14006
|
CREATED = "CREATED",
|
|
13998
|
-
/**
|
|
14007
|
+
/** The category is deleted. */
|
|
13999
14008
|
DELETED = "DELETED"
|
|
14000
14009
|
}
|
|
14001
14010
|
interface ListCategoryRequest {
|
|
@@ -7799,6 +7799,10 @@ interface QueryExtendedBookingsResponseNonNullableFields$1 {
|
|
|
7799
7799
|
cancellationFeeDetails?: {
|
|
7800
7800
|
status: BookingFeeStatus;
|
|
7801
7801
|
};
|
|
7802
|
+
bookingFeeDetails?: {
|
|
7803
|
+
cancellationFeeStatus: BookingFeeStatus;
|
|
7804
|
+
reschedulingFeeStatus: BookingFeeStatus;
|
|
7805
|
+
};
|
|
7802
7806
|
}[];
|
|
7803
7807
|
}
|
|
7804
7808
|
|
|
@@ -11850,10 +11854,12 @@ interface Category$1 {
|
|
|
11850
11854
|
name?: string | null;
|
|
11851
11855
|
/**
|
|
11852
11856
|
* Category status.
|
|
11857
|
+
*
|
|
11853
11858
|
* Supported values:
|
|
11854
|
-
* - "CREATED"
|
|
11855
|
-
* - "DELETED"
|
|
11856
|
-
*
|
|
11859
|
+
* - `"CREATED"`: The category is created.
|
|
11860
|
+
* - `"DELETED"`: The category is deleted.
|
|
11861
|
+
*
|
|
11862
|
+
* Default: `"CREATED"`
|
|
11857
11863
|
* @readonly
|
|
11858
11864
|
*/
|
|
11859
11865
|
status?: Status$1;
|
|
@@ -11861,15 +11867,19 @@ interface Category$1 {
|
|
|
11861
11867
|
sortOrder?: number | null;
|
|
11862
11868
|
}
|
|
11863
11869
|
declare enum Status$1 {
|
|
11864
|
-
/**
|
|
11870
|
+
/** The category is created. */
|
|
11865
11871
|
CREATED = "CREATED",
|
|
11866
|
-
/**
|
|
11872
|
+
/** The category is deleted. */
|
|
11867
11873
|
DELETED = "DELETED"
|
|
11868
11874
|
}
|
|
11869
11875
|
interface ListCategoryRequest$1 {
|
|
11870
11876
|
/** Category IDs. */
|
|
11871
11877
|
categoryIds?: string[];
|
|
11872
|
-
/**
|
|
11878
|
+
/**
|
|
11879
|
+
* Whether to include deleted categories in the list.
|
|
11880
|
+
*
|
|
11881
|
+
* Default: `false`
|
|
11882
|
+
*/
|
|
11873
11883
|
includeDeleted?: boolean | null;
|
|
11874
11884
|
}
|
|
11875
11885
|
interface ListCategoryResponse$1 {
|
|
@@ -11938,9 +11948,9 @@ interface Category {
|
|
|
11938
11948
|
sortOrder?: number | null;
|
|
11939
11949
|
}
|
|
11940
11950
|
declare enum Status {
|
|
11941
|
-
/**
|
|
11951
|
+
/** The category is created. */
|
|
11942
11952
|
CREATED = "CREATED",
|
|
11943
|
-
/**
|
|
11953
|
+
/** The category is deleted. */
|
|
11944
11954
|
DELETED = "DELETED"
|
|
11945
11955
|
}
|
|
11946
11956
|
interface ListCategoryRequest {
|