@wix/auto_sdk_bookings_multi-service-availability-time-slots 1.0.7 → 1.0.8
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/build/cjs/src/bookings-availability-v2-time-slot-multi-service-availability-time-slots.types.d.ts +9 -21
- package/build/cjs/src/bookings-availability-v2-time-slot-multi-service-availability-time-slots.universal.d.ts +9 -25
- package/build/cjs/src/bookings-availability-v2-time-slot-multi-service-availability-time-slots.universal.js +0 -4
- package/build/cjs/src/bookings-availability-v2-time-slot-multi-service-availability-time-slots.universal.js.map +1 -1
- package/build/es/src/bookings-availability-v2-time-slot-multi-service-availability-time-slots.types.d.ts +9 -21
- package/build/es/src/bookings-availability-v2-time-slot-multi-service-availability-time-slots.universal.d.ts +9 -25
- package/build/es/src/bookings-availability-v2-time-slot-multi-service-availability-time-slots.universal.js +0 -4
- package/build/es/src/bookings-availability-v2-time-slot-multi-service-availability-time-slots.universal.js.map +1 -1
- package/build/internal/cjs/src/bookings-availability-v2-time-slot-multi-service-availability-time-slots.types.d.ts +9 -21
- package/build/internal/cjs/src/bookings-availability-v2-time-slot-multi-service-availability-time-slots.universal.d.ts +9 -25
- package/build/internal/cjs/src/bookings-availability-v2-time-slot-multi-service-availability-time-slots.universal.js +0 -4
- package/build/internal/cjs/src/bookings-availability-v2-time-slot-multi-service-availability-time-slots.universal.js.map +1 -1
- package/build/internal/es/src/bookings-availability-v2-time-slot-multi-service-availability-time-slots.types.d.ts +9 -21
- package/build/internal/es/src/bookings-availability-v2-time-slot-multi-service-availability-time-slots.universal.d.ts +9 -25
- package/build/internal/es/src/bookings-availability-v2-time-slot-multi-service-availability-time-slots.universal.js +0 -4
- package/build/internal/es/src/bookings-availability-v2-time-slot-multi-service-availability-time-slots.universal.js.map +1 -1
- package/package.json +2 -2
@@ -772,13 +772,6 @@ export interface GetAvailabilityTimeSlotResponse {
|
|
772
772
|
timeZone?: string | null;
|
773
773
|
}
|
774
774
|
export interface ListEventTimeSlotsRequest {
|
775
|
-
/**
|
776
|
-
* The ID of the provider providing the events and booking policies.
|
777
|
-
*
|
778
|
-
* Default: Bookings app ID.
|
779
|
-
* @format GUID
|
780
|
-
*/
|
781
|
-
providerId?: string | null;
|
782
775
|
/**
|
783
776
|
* Local start date for which event time slots are returned, in ISO-8601 format.
|
784
777
|
* E.g., "2024-01-30T13:30:00".
|
@@ -811,11 +804,13 @@ export interface ListEventTimeSlotsRequest {
|
|
811
804
|
/**
|
812
805
|
* Whether to filter bookable slots only.
|
813
806
|
* A bookable slot is a slot that has remaining capacity and also satisfies the booking policy.
|
814
|
-
*
|
815
|
-
|
807
|
+
* Default false: Only bookable slots are returned.
|
808
|
+
*/
|
809
|
+
includeNonBookable?: boolean | null;
|
810
|
+
/**
|
811
|
+
* Filter event time slots by the minimum bookable capacity.
|
812
|
+
* @min 1
|
816
813
|
*/
|
817
|
-
bookable?: boolean | null;
|
818
|
-
/** Filter event time slots by the minimum bookable capacity. */
|
819
814
|
minBookableCapacity?: number | null;
|
820
815
|
/**
|
821
816
|
* Optional filter to apply to the events. E.g., resource, location, etc.
|
@@ -824,13 +819,13 @@ export interface ListEventTimeSlotsRequest {
|
|
824
819
|
eventFilter?: Record<string, any> | null;
|
825
820
|
/**
|
826
821
|
* The maximum number of time slots to return for each day.
|
827
|
-
* For example, if `
|
822
|
+
* For example, if `maxSlotsPerDay` is set to `1`, at most 1 available slot is returned for each day.
|
828
823
|
* When a day has both bookable and non-bookable slots, bookable slots are returned first.
|
829
|
-
* If `
|
824
|
+
* If `maxSlotsPerDay` is provided, `toLocalDate` must also be provided and must be at most 1 month after `fromLocalDate`.
|
830
825
|
* @min 1
|
831
826
|
* @max 1
|
832
827
|
*/
|
833
|
-
|
828
|
+
maxSlotsPerDay?: number | null;
|
834
829
|
/** Cursor to retrieve the next page of results. */
|
835
830
|
cursorPaging?: CursorPaging;
|
836
831
|
}
|
@@ -848,13 +843,6 @@ export interface ListEventTimeSlotsResponse {
|
|
848
843
|
pagingMetadata?: CursorPagingMetadata;
|
849
844
|
}
|
850
845
|
export interface GetEventTimeSlotRequest {
|
851
|
-
/**
|
852
|
-
* The ID of the provider providing the events and the bookings policy.
|
853
|
-
*
|
854
|
-
* Default: Bookings app ID.
|
855
|
-
* @format GUID
|
856
|
-
*/
|
857
|
-
providerId?: string | null;
|
858
846
|
/**
|
859
847
|
* The event ID.
|
860
848
|
* @minLength 36
|
@@ -772,13 +772,6 @@ export interface GetAvailabilityTimeSlotResponse {
|
|
772
772
|
timeZone?: string | null;
|
773
773
|
}
|
774
774
|
export interface ListEventTimeSlotsRequest {
|
775
|
-
/**
|
776
|
-
* The ID of the provider providing the events and booking policies.
|
777
|
-
*
|
778
|
-
* Default: Bookings app ID.
|
779
|
-
* @format GUID
|
780
|
-
*/
|
781
|
-
providerId?: string | null;
|
782
775
|
/**
|
783
776
|
* Local start date for which event time slots are returned, in ISO-8601 format.
|
784
777
|
* E.g., "2024-01-30T13:30:00".
|
@@ -811,11 +804,13 @@ export interface ListEventTimeSlotsRequest {
|
|
811
804
|
/**
|
812
805
|
* Whether to filter bookable slots only.
|
813
806
|
* A bookable slot is a slot that has remaining capacity and also satisfies the booking policy.
|
814
|
-
*
|
815
|
-
|
807
|
+
* Default false: Only bookable slots are returned.
|
808
|
+
*/
|
809
|
+
includeNonBookable?: boolean | null;
|
810
|
+
/**
|
811
|
+
* Filter event time slots by the minimum bookable capacity.
|
812
|
+
* @min 1
|
816
813
|
*/
|
817
|
-
bookable?: boolean | null;
|
818
|
-
/** Filter event time slots by the minimum bookable capacity. */
|
819
814
|
minBookableCapacity?: number | null;
|
820
815
|
/**
|
821
816
|
* Optional filter to apply to the events. E.g., resource, location, etc.
|
@@ -824,13 +819,13 @@ export interface ListEventTimeSlotsRequest {
|
|
824
819
|
eventFilter?: Record<string, any> | null;
|
825
820
|
/**
|
826
821
|
* The maximum number of time slots to return for each day.
|
827
|
-
* For example, if `
|
822
|
+
* For example, if `maxSlotsPerDay` is set to `1`, at most 1 available slot is returned for each day.
|
828
823
|
* When a day has both bookable and non-bookable slots, bookable slots are returned first.
|
829
|
-
* If `
|
824
|
+
* If `maxSlotsPerDay` is provided, `toLocalDate` must also be provided and must be at most 1 month after `fromLocalDate`.
|
830
825
|
* @min 1
|
831
826
|
* @max 1
|
832
827
|
*/
|
833
|
-
|
828
|
+
maxSlotsPerDay?: number | null;
|
834
829
|
/** Cursor to retrieve the next page of results. */
|
835
830
|
cursorPaging?: CursorPaging;
|
836
831
|
}
|
@@ -848,13 +843,6 @@ export interface ListEventTimeSlotsResponse {
|
|
848
843
|
pagingMetadata?: CursorPagingMetadata;
|
849
844
|
}
|
850
845
|
export interface GetEventTimeSlotRequest {
|
851
|
-
/**
|
852
|
-
* The ID of the provider providing the events and the bookings policy.
|
853
|
-
*
|
854
|
-
* Default: Bookings app ID.
|
855
|
-
* @format GUID
|
856
|
-
*/
|
857
|
-
providerId?: string | null;
|
858
846
|
/**
|
859
847
|
* The event ID.
|
860
848
|
* @minLength 36
|
@@ -992,8 +980,6 @@ export interface GetMultiServiceAvailabilityTimeSlotResponseNonNullableFields {
|
|
992
980
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
|
993
981
|
* @permissionScope Manage Bookings Services and Settings
|
994
982
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
995
|
-
* @permissionScope Manage Bookings
|
996
|
-
* @permissionScopeId SCOPE.DC-BOOKINGS.MANAGE-BOOKINGS
|
997
983
|
* @permissionScope Read Bookings - Including Participants
|
998
984
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-SENSITIVE
|
999
985
|
* @permissionScope Read Bookings - all read permissions
|
@@ -1187,8 +1173,6 @@ export interface ListMultiServiceAvailabilityTimeSlotsOptions {
|
|
1187
1173
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
|
1188
1174
|
* @permissionScope Manage Bookings Services and Settings
|
1189
1175
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
1190
|
-
* @permissionScope Manage Bookings
|
1191
|
-
* @permissionScopeId SCOPE.DC-BOOKINGS.MANAGE-BOOKINGS
|
1192
1176
|
* @permissionScope Read Bookings - Including Participants
|
1193
1177
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-SENSITIVE
|
1194
1178
|
* @permissionScope Read Bookings - all read permissions
|
@@ -122,8 +122,6 @@ var LocationType;
|
|
122
122
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
|
123
123
|
* @permissionScope Manage Bookings Services and Settings
|
124
124
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
125
|
-
* @permissionScope Manage Bookings
|
126
|
-
* @permissionScopeId SCOPE.DC-BOOKINGS.MANAGE-BOOKINGS
|
127
125
|
* @permissionScope Read Bookings - Including Participants
|
128
126
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-SENSITIVE
|
129
127
|
* @permissionScope Read Bookings - all read permissions
|
@@ -239,8 +237,6 @@ exports.listMultiServiceAvailabilityTimeSlots = listMultiServiceAvailabilityTime
|
|
239
237
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
|
240
238
|
* @permissionScope Manage Bookings Services and Settings
|
241
239
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
242
|
-
* @permissionScope Manage Bookings
|
243
|
-
* @permissionScopeId SCOPE.DC-BOOKINGS.MANAGE-BOOKINGS
|
244
240
|
* @permissionScope Read Bookings - Including Participants
|
245
241
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-SENSITIVE
|
246
242
|
* @permissionScope Read Bookings - all read permissions
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"bookings-availability-v2-time-slot-multi-service-availability-time-slots.universal.js","sourceRoot":"","sources":["../../../src/bookings-availability-v2-time-slot-multi-service-availability-time-slots.universal.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,sEAAuF;AACvF,oFAGiD;AAEjD,gKAAkJ;AAiHlJ,IAAY,YAQX;AARD,WAAY,YAAY;IACtB,+DAA+C,CAAA;IAC/C,4HAA4H;IAC5H,qCAAqB,CAAA;IACrB,iGAAiG;IACjG,iCAAiB,CAAA;IACjB,mFAAmF;IACnF,qCAAqB,CAAA;AACvB,CAAC,EARW,YAAY,4BAAZ,YAAY,QAQvB;
|
1
|
+
{"version":3,"file":"bookings-availability-v2-time-slot-multi-service-availability-time-slots.universal.js","sourceRoot":"","sources":["../../../src/bookings-availability-v2-time-slot-multi-service-availability-time-slots.universal.ts"],"names":[],"mappings":"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"}
|
@@ -772,13 +772,6 @@ export interface GetAvailabilityTimeSlotResponse {
|
|
772
772
|
timeZone?: string | null;
|
773
773
|
}
|
774
774
|
export interface ListEventTimeSlotsRequest {
|
775
|
-
/**
|
776
|
-
* The ID of the provider providing the events and booking policies.
|
777
|
-
*
|
778
|
-
* Default: Bookings app ID.
|
779
|
-
* @format GUID
|
780
|
-
*/
|
781
|
-
providerId?: string | null;
|
782
775
|
/**
|
783
776
|
* Local start date for which event time slots are returned, in ISO-8601 format.
|
784
777
|
* E.g., "2024-01-30T13:30:00".
|
@@ -811,11 +804,13 @@ export interface ListEventTimeSlotsRequest {
|
|
811
804
|
/**
|
812
805
|
* Whether to filter bookable slots only.
|
813
806
|
* A bookable slot is a slot that has remaining capacity and also satisfies the booking policy.
|
814
|
-
*
|
815
|
-
|
807
|
+
* Default false: Only bookable slots are returned.
|
808
|
+
*/
|
809
|
+
includeNonBookable?: boolean | null;
|
810
|
+
/**
|
811
|
+
* Filter event time slots by the minimum bookable capacity.
|
812
|
+
* @min 1
|
816
813
|
*/
|
817
|
-
bookable?: boolean | null;
|
818
|
-
/** Filter event time slots by the minimum bookable capacity. */
|
819
814
|
minBookableCapacity?: number | null;
|
820
815
|
/**
|
821
816
|
* Optional filter to apply to the events. E.g., resource, location, etc.
|
@@ -824,13 +819,13 @@ export interface ListEventTimeSlotsRequest {
|
|
824
819
|
eventFilter?: Record<string, any> | null;
|
825
820
|
/**
|
826
821
|
* The maximum number of time slots to return for each day.
|
827
|
-
* For example, if `
|
822
|
+
* For example, if `maxSlotsPerDay` is set to `1`, at most 1 available slot is returned for each day.
|
828
823
|
* When a day has both bookable and non-bookable slots, bookable slots are returned first.
|
829
|
-
* If `
|
824
|
+
* If `maxSlotsPerDay` is provided, `toLocalDate` must also be provided and must be at most 1 month after `fromLocalDate`.
|
830
825
|
* @min 1
|
831
826
|
* @max 1
|
832
827
|
*/
|
833
|
-
|
828
|
+
maxSlotsPerDay?: number | null;
|
834
829
|
/** Cursor to retrieve the next page of results. */
|
835
830
|
cursorPaging?: CursorPaging;
|
836
831
|
}
|
@@ -848,13 +843,6 @@ export interface ListEventTimeSlotsResponse {
|
|
848
843
|
pagingMetadata?: CursorPagingMetadata;
|
849
844
|
}
|
850
845
|
export interface GetEventTimeSlotRequest {
|
851
|
-
/**
|
852
|
-
* The ID of the provider providing the events and the bookings policy.
|
853
|
-
*
|
854
|
-
* Default: Bookings app ID.
|
855
|
-
* @format GUID
|
856
|
-
*/
|
857
|
-
providerId?: string | null;
|
858
846
|
/**
|
859
847
|
* The event ID.
|
860
848
|
* @minLength 36
|
@@ -772,13 +772,6 @@ export interface GetAvailabilityTimeSlotResponse {
|
|
772
772
|
timeZone?: string | null;
|
773
773
|
}
|
774
774
|
export interface ListEventTimeSlotsRequest {
|
775
|
-
/**
|
776
|
-
* The ID of the provider providing the events and booking policies.
|
777
|
-
*
|
778
|
-
* Default: Bookings app ID.
|
779
|
-
* @format GUID
|
780
|
-
*/
|
781
|
-
providerId?: string | null;
|
782
775
|
/**
|
783
776
|
* Local start date for which event time slots are returned, in ISO-8601 format.
|
784
777
|
* E.g., "2024-01-30T13:30:00".
|
@@ -811,11 +804,13 @@ export interface ListEventTimeSlotsRequest {
|
|
811
804
|
/**
|
812
805
|
* Whether to filter bookable slots only.
|
813
806
|
* A bookable slot is a slot that has remaining capacity and also satisfies the booking policy.
|
814
|
-
*
|
815
|
-
|
807
|
+
* Default false: Only bookable slots are returned.
|
808
|
+
*/
|
809
|
+
includeNonBookable?: boolean | null;
|
810
|
+
/**
|
811
|
+
* Filter event time slots by the minimum bookable capacity.
|
812
|
+
* @min 1
|
816
813
|
*/
|
817
|
-
bookable?: boolean | null;
|
818
|
-
/** Filter event time slots by the minimum bookable capacity. */
|
819
814
|
minBookableCapacity?: number | null;
|
820
815
|
/**
|
821
816
|
* Optional filter to apply to the events. E.g., resource, location, etc.
|
@@ -824,13 +819,13 @@ export interface ListEventTimeSlotsRequest {
|
|
824
819
|
eventFilter?: Record<string, any> | null;
|
825
820
|
/**
|
826
821
|
* The maximum number of time slots to return for each day.
|
827
|
-
* For example, if `
|
822
|
+
* For example, if `maxSlotsPerDay` is set to `1`, at most 1 available slot is returned for each day.
|
828
823
|
* When a day has both bookable and non-bookable slots, bookable slots are returned first.
|
829
|
-
* If `
|
824
|
+
* If `maxSlotsPerDay` is provided, `toLocalDate` must also be provided and must be at most 1 month after `fromLocalDate`.
|
830
825
|
* @min 1
|
831
826
|
* @max 1
|
832
827
|
*/
|
833
|
-
|
828
|
+
maxSlotsPerDay?: number | null;
|
834
829
|
/** Cursor to retrieve the next page of results. */
|
835
830
|
cursorPaging?: CursorPaging;
|
836
831
|
}
|
@@ -848,13 +843,6 @@ export interface ListEventTimeSlotsResponse {
|
|
848
843
|
pagingMetadata?: CursorPagingMetadata;
|
849
844
|
}
|
850
845
|
export interface GetEventTimeSlotRequest {
|
851
|
-
/**
|
852
|
-
* The ID of the provider providing the events and the bookings policy.
|
853
|
-
*
|
854
|
-
* Default: Bookings app ID.
|
855
|
-
* @format GUID
|
856
|
-
*/
|
857
|
-
providerId?: string | null;
|
858
846
|
/**
|
859
847
|
* The event ID.
|
860
848
|
* @minLength 36
|
@@ -992,8 +980,6 @@ export interface GetMultiServiceAvailabilityTimeSlotResponseNonNullableFields {
|
|
992
980
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
|
993
981
|
* @permissionScope Manage Bookings Services and Settings
|
994
982
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
995
|
-
* @permissionScope Manage Bookings
|
996
|
-
* @permissionScopeId SCOPE.DC-BOOKINGS.MANAGE-BOOKINGS
|
997
983
|
* @permissionScope Read Bookings - Including Participants
|
998
984
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-SENSITIVE
|
999
985
|
* @permissionScope Read Bookings - all read permissions
|
@@ -1187,8 +1173,6 @@ export interface ListMultiServiceAvailabilityTimeSlotsOptions {
|
|
1187
1173
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
|
1188
1174
|
* @permissionScope Manage Bookings Services and Settings
|
1189
1175
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
1190
|
-
* @permissionScope Manage Bookings
|
1191
|
-
* @permissionScopeId SCOPE.DC-BOOKINGS.MANAGE-BOOKINGS
|
1192
1176
|
* @permissionScope Read Bookings - Including Participants
|
1193
1177
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-SENSITIVE
|
1194
1178
|
* @permissionScope Read Bookings - all read permissions
|
@@ -96,8 +96,6 @@ export var LocationType;
|
|
96
96
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
|
97
97
|
* @permissionScope Manage Bookings Services and Settings
|
98
98
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
99
|
-
* @permissionScope Manage Bookings
|
100
|
-
* @permissionScopeId SCOPE.DC-BOOKINGS.MANAGE-BOOKINGS
|
101
99
|
* @permissionScope Read Bookings - Including Participants
|
102
100
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-SENSITIVE
|
103
101
|
* @permissionScope Read Bookings - all read permissions
|
@@ -212,8 +210,6 @@ export async function listMultiServiceAvailabilityTimeSlots(options) {
|
|
212
210
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
|
213
211
|
* @permissionScope Manage Bookings Services and Settings
|
214
212
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
215
|
-
* @permissionScope Manage Bookings
|
216
|
-
* @permissionScopeId SCOPE.DC-BOOKINGS.MANAGE-BOOKINGS
|
217
213
|
* @permissionScope Read Bookings - Including Participants
|
218
214
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-SENSITIVE
|
219
215
|
* @permissionScope Read Bookings - all read permissions
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"bookings-availability-v2-time-slot-multi-service-availability-time-slots.universal.js","sourceRoot":"","sources":["../../../src/bookings-availability-v2-time-slot-multi-service-availability-time-slots.universal.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,IAAI,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AACvF,OAAO,EACL,qCAAqC,EACrC,uCAAuC,GACxC,MAAM,yCAAyC,CAAC;AAEjD,OAAO,KAAK,2CAA2C,MAAM,oFAAoF,CAAC;AAiHlJ,MAAM,CAAN,IAAY,YAQX;AARD,WAAY,YAAY;IACtB,+DAA+C,CAAA;IAC/C,4HAA4H;IAC5H,qCAAqB,CAAA;IACrB,iGAAiG;IACjG,iCAAiB,CAAA;IACjB,mFAAmF;IACnF,qCAAqB,CAAA;AACvB,CAAC,EARW,YAAY,KAAZ,YAAY,QAQvB;
|
1
|
+
{"version":3,"file":"bookings-availability-v2-time-slot-multi-service-availability-time-slots.universal.js","sourceRoot":"","sources":["../../../src/bookings-availability-v2-time-slot-multi-service-availability-time-slots.universal.ts"],"names":[],"mappings":"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"}
|
@@ -772,13 +772,6 @@ export interface GetAvailabilityTimeSlotResponse {
|
|
772
772
|
timeZone?: string | null;
|
773
773
|
}
|
774
774
|
export interface ListEventTimeSlotsRequest {
|
775
|
-
/**
|
776
|
-
* The ID of the provider providing the events and booking policies.
|
777
|
-
*
|
778
|
-
* Default: Bookings app ID.
|
779
|
-
* @format GUID
|
780
|
-
*/
|
781
|
-
providerId?: string | null;
|
782
775
|
/**
|
783
776
|
* Local start date for which event time slots are returned, in ISO-8601 format.
|
784
777
|
* E.g., "2024-01-30T13:30:00".
|
@@ -811,11 +804,13 @@ export interface ListEventTimeSlotsRequest {
|
|
811
804
|
/**
|
812
805
|
* Whether to filter bookable slots only.
|
813
806
|
* A bookable slot is a slot that has remaining capacity and also satisfies the booking policy.
|
814
|
-
*
|
815
|
-
|
807
|
+
* Default false: Only bookable slots are returned.
|
808
|
+
*/
|
809
|
+
includeNonBookable?: boolean | null;
|
810
|
+
/**
|
811
|
+
* Filter event time slots by the minimum bookable capacity.
|
812
|
+
* @min 1
|
816
813
|
*/
|
817
|
-
bookable?: boolean | null;
|
818
|
-
/** Filter event time slots by the minimum bookable capacity. */
|
819
814
|
minBookableCapacity?: number | null;
|
820
815
|
/**
|
821
816
|
* Optional filter to apply to the events. E.g., resource, location, etc.
|
@@ -824,13 +819,13 @@ export interface ListEventTimeSlotsRequest {
|
|
824
819
|
eventFilter?: Record<string, any> | null;
|
825
820
|
/**
|
826
821
|
* The maximum number of time slots to return for each day.
|
827
|
-
* For example, if `
|
822
|
+
* For example, if `maxSlotsPerDay` is set to `1`, at most 1 available slot is returned for each day.
|
828
823
|
* When a day has both bookable and non-bookable slots, bookable slots are returned first.
|
829
|
-
* If `
|
824
|
+
* If `maxSlotsPerDay` is provided, `toLocalDate` must also be provided and must be at most 1 month after `fromLocalDate`.
|
830
825
|
* @min 1
|
831
826
|
* @max 1
|
832
827
|
*/
|
833
|
-
|
828
|
+
maxSlotsPerDay?: number | null;
|
834
829
|
/** Cursor to retrieve the next page of results. */
|
835
830
|
cursorPaging?: CursorPaging;
|
836
831
|
}
|
@@ -848,13 +843,6 @@ export interface ListEventTimeSlotsResponse {
|
|
848
843
|
pagingMetadata?: CursorPagingMetadata;
|
849
844
|
}
|
850
845
|
export interface GetEventTimeSlotRequest {
|
851
|
-
/**
|
852
|
-
* The ID of the provider providing the events and the bookings policy.
|
853
|
-
*
|
854
|
-
* Default: Bookings app ID.
|
855
|
-
* @format GUID
|
856
|
-
*/
|
857
|
-
providerId?: string | null;
|
858
846
|
/**
|
859
847
|
* The event ID.
|
860
848
|
* @minLength 36
|
@@ -772,13 +772,6 @@ export interface GetAvailabilityTimeSlotResponse {
|
|
772
772
|
timeZone?: string | null;
|
773
773
|
}
|
774
774
|
export interface ListEventTimeSlotsRequest {
|
775
|
-
/**
|
776
|
-
* The ID of the provider providing the events and booking policies.
|
777
|
-
*
|
778
|
-
* Default: Bookings app ID.
|
779
|
-
* @format GUID
|
780
|
-
*/
|
781
|
-
providerId?: string | null;
|
782
775
|
/**
|
783
776
|
* Local start date for which event time slots are returned, in ISO-8601 format.
|
784
777
|
* E.g., "2024-01-30T13:30:00".
|
@@ -811,11 +804,13 @@ export interface ListEventTimeSlotsRequest {
|
|
811
804
|
/**
|
812
805
|
* Whether to filter bookable slots only.
|
813
806
|
* A bookable slot is a slot that has remaining capacity and also satisfies the booking policy.
|
814
|
-
*
|
815
|
-
|
807
|
+
* Default false: Only bookable slots are returned.
|
808
|
+
*/
|
809
|
+
includeNonBookable?: boolean | null;
|
810
|
+
/**
|
811
|
+
* Filter event time slots by the minimum bookable capacity.
|
812
|
+
* @min 1
|
816
813
|
*/
|
817
|
-
bookable?: boolean | null;
|
818
|
-
/** Filter event time slots by the minimum bookable capacity. */
|
819
814
|
minBookableCapacity?: number | null;
|
820
815
|
/**
|
821
816
|
* Optional filter to apply to the events. E.g., resource, location, etc.
|
@@ -824,13 +819,13 @@ export interface ListEventTimeSlotsRequest {
|
|
824
819
|
eventFilter?: Record<string, any> | null;
|
825
820
|
/**
|
826
821
|
* The maximum number of time slots to return for each day.
|
827
|
-
* For example, if `
|
822
|
+
* For example, if `maxSlotsPerDay` is set to `1`, at most 1 available slot is returned for each day.
|
828
823
|
* When a day has both bookable and non-bookable slots, bookable slots are returned first.
|
829
|
-
* If `
|
824
|
+
* If `maxSlotsPerDay` is provided, `toLocalDate` must also be provided and must be at most 1 month after `fromLocalDate`.
|
830
825
|
* @min 1
|
831
826
|
* @max 1
|
832
827
|
*/
|
833
|
-
|
828
|
+
maxSlotsPerDay?: number | null;
|
834
829
|
/** Cursor to retrieve the next page of results. */
|
835
830
|
cursorPaging?: CursorPaging;
|
836
831
|
}
|
@@ -848,13 +843,6 @@ export interface ListEventTimeSlotsResponse {
|
|
848
843
|
pagingMetadata?: CursorPagingMetadata;
|
849
844
|
}
|
850
845
|
export interface GetEventTimeSlotRequest {
|
851
|
-
/**
|
852
|
-
* The ID of the provider providing the events and the bookings policy.
|
853
|
-
*
|
854
|
-
* Default: Bookings app ID.
|
855
|
-
* @format GUID
|
856
|
-
*/
|
857
|
-
providerId?: string | null;
|
858
846
|
/**
|
859
847
|
* The event ID.
|
860
848
|
* @minLength 36
|
@@ -992,8 +980,6 @@ export interface GetMultiServiceAvailabilityTimeSlotResponseNonNullableFields {
|
|
992
980
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
|
993
981
|
* @permissionScope Manage Bookings Services and Settings
|
994
982
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
995
|
-
* @permissionScope Manage Bookings
|
996
|
-
* @permissionScopeId SCOPE.DC-BOOKINGS.MANAGE-BOOKINGS
|
997
983
|
* @permissionScope Read Bookings - Including Participants
|
998
984
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-SENSITIVE
|
999
985
|
* @permissionScope Read Bookings - all read permissions
|
@@ -1187,8 +1173,6 @@ export interface ListMultiServiceAvailabilityTimeSlotsOptions {
|
|
1187
1173
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
|
1188
1174
|
* @permissionScope Manage Bookings Services and Settings
|
1189
1175
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
1190
|
-
* @permissionScope Manage Bookings
|
1191
|
-
* @permissionScopeId SCOPE.DC-BOOKINGS.MANAGE-BOOKINGS
|
1192
1176
|
* @permissionScope Read Bookings - Including Participants
|
1193
1177
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-SENSITIVE
|
1194
1178
|
* @permissionScope Read Bookings - all read permissions
|
@@ -122,8 +122,6 @@ var LocationType;
|
|
122
122
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
|
123
123
|
* @permissionScope Manage Bookings Services and Settings
|
124
124
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
125
|
-
* @permissionScope Manage Bookings
|
126
|
-
* @permissionScopeId SCOPE.DC-BOOKINGS.MANAGE-BOOKINGS
|
127
125
|
* @permissionScope Read Bookings - Including Participants
|
128
126
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-SENSITIVE
|
129
127
|
* @permissionScope Read Bookings - all read permissions
|
@@ -239,8 +237,6 @@ exports.listMultiServiceAvailabilityTimeSlots = listMultiServiceAvailabilityTime
|
|
239
237
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
|
240
238
|
* @permissionScope Manage Bookings Services and Settings
|
241
239
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
242
|
-
* @permissionScope Manage Bookings
|
243
|
-
* @permissionScopeId SCOPE.DC-BOOKINGS.MANAGE-BOOKINGS
|
244
240
|
* @permissionScope Read Bookings - Including Participants
|
245
241
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-SENSITIVE
|
246
242
|
* @permissionScope Read Bookings - all read permissions
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"bookings-availability-v2-time-slot-multi-service-availability-time-slots.universal.js","sourceRoot":"","sources":["../../../../src/bookings-availability-v2-time-slot-multi-service-availability-time-slots.universal.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,sEAAuF;AACvF,oFAGiD;AAEjD,gKAAkJ;AAiHlJ,IAAY,YAQX;AARD,WAAY,YAAY;IACtB,+DAA+C,CAAA;IAC/C,4HAA4H;IAC5H,qCAAqB,CAAA;IACrB,iGAAiG;IACjG,iCAAiB,CAAA;IACjB,mFAAmF;IACnF,qCAAqB,CAAA;AACvB,CAAC,EARW,YAAY,4BAAZ,YAAY,QAQvB;
|
1
|
+
{"version":3,"file":"bookings-availability-v2-time-slot-multi-service-availability-time-slots.universal.js","sourceRoot":"","sources":["../../../../src/bookings-availability-v2-time-slot-multi-service-availability-time-slots.universal.ts"],"names":[],"mappings":"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"}
|
@@ -772,13 +772,6 @@ export interface GetAvailabilityTimeSlotResponse {
|
|
772
772
|
timeZone?: string | null;
|
773
773
|
}
|
774
774
|
export interface ListEventTimeSlotsRequest {
|
775
|
-
/**
|
776
|
-
* The ID of the provider providing the events and booking policies.
|
777
|
-
*
|
778
|
-
* Default: Bookings app ID.
|
779
|
-
* @format GUID
|
780
|
-
*/
|
781
|
-
providerId?: string | null;
|
782
775
|
/**
|
783
776
|
* Local start date for which event time slots are returned, in ISO-8601 format.
|
784
777
|
* E.g., "2024-01-30T13:30:00".
|
@@ -811,11 +804,13 @@ export interface ListEventTimeSlotsRequest {
|
|
811
804
|
/**
|
812
805
|
* Whether to filter bookable slots only.
|
813
806
|
* A bookable slot is a slot that has remaining capacity and also satisfies the booking policy.
|
814
|
-
*
|
815
|
-
|
807
|
+
* Default false: Only bookable slots are returned.
|
808
|
+
*/
|
809
|
+
includeNonBookable?: boolean | null;
|
810
|
+
/**
|
811
|
+
* Filter event time slots by the minimum bookable capacity.
|
812
|
+
* @min 1
|
816
813
|
*/
|
817
|
-
bookable?: boolean | null;
|
818
|
-
/** Filter event time slots by the minimum bookable capacity. */
|
819
814
|
minBookableCapacity?: number | null;
|
820
815
|
/**
|
821
816
|
* Optional filter to apply to the events. E.g., resource, location, etc.
|
@@ -824,13 +819,13 @@ export interface ListEventTimeSlotsRequest {
|
|
824
819
|
eventFilter?: Record<string, any> | null;
|
825
820
|
/**
|
826
821
|
* The maximum number of time slots to return for each day.
|
827
|
-
* For example, if `
|
822
|
+
* For example, if `maxSlotsPerDay` is set to `1`, at most 1 available slot is returned for each day.
|
828
823
|
* When a day has both bookable and non-bookable slots, bookable slots are returned first.
|
829
|
-
* If `
|
824
|
+
* If `maxSlotsPerDay` is provided, `toLocalDate` must also be provided and must be at most 1 month after `fromLocalDate`.
|
830
825
|
* @min 1
|
831
826
|
* @max 1
|
832
827
|
*/
|
833
|
-
|
828
|
+
maxSlotsPerDay?: number | null;
|
834
829
|
/** Cursor to retrieve the next page of results. */
|
835
830
|
cursorPaging?: CursorPaging;
|
836
831
|
}
|
@@ -848,13 +843,6 @@ export interface ListEventTimeSlotsResponse {
|
|
848
843
|
pagingMetadata?: CursorPagingMetadata;
|
849
844
|
}
|
850
845
|
export interface GetEventTimeSlotRequest {
|
851
|
-
/**
|
852
|
-
* The ID of the provider providing the events and the bookings policy.
|
853
|
-
*
|
854
|
-
* Default: Bookings app ID.
|
855
|
-
* @format GUID
|
856
|
-
*/
|
857
|
-
providerId?: string | null;
|
858
846
|
/**
|
859
847
|
* The event ID.
|
860
848
|
* @minLength 36
|
@@ -772,13 +772,6 @@ export interface GetAvailabilityTimeSlotResponse {
|
|
772
772
|
timeZone?: string | null;
|
773
773
|
}
|
774
774
|
export interface ListEventTimeSlotsRequest {
|
775
|
-
/**
|
776
|
-
* The ID of the provider providing the events and booking policies.
|
777
|
-
*
|
778
|
-
* Default: Bookings app ID.
|
779
|
-
* @format GUID
|
780
|
-
*/
|
781
|
-
providerId?: string | null;
|
782
775
|
/**
|
783
776
|
* Local start date for which event time slots are returned, in ISO-8601 format.
|
784
777
|
* E.g., "2024-01-30T13:30:00".
|
@@ -811,11 +804,13 @@ export interface ListEventTimeSlotsRequest {
|
|
811
804
|
/**
|
812
805
|
* Whether to filter bookable slots only.
|
813
806
|
* A bookable slot is a slot that has remaining capacity and also satisfies the booking policy.
|
814
|
-
*
|
815
|
-
|
807
|
+
* Default false: Only bookable slots are returned.
|
808
|
+
*/
|
809
|
+
includeNonBookable?: boolean | null;
|
810
|
+
/**
|
811
|
+
* Filter event time slots by the minimum bookable capacity.
|
812
|
+
* @min 1
|
816
813
|
*/
|
817
|
-
bookable?: boolean | null;
|
818
|
-
/** Filter event time slots by the minimum bookable capacity. */
|
819
814
|
minBookableCapacity?: number | null;
|
820
815
|
/**
|
821
816
|
* Optional filter to apply to the events. E.g., resource, location, etc.
|
@@ -824,13 +819,13 @@ export interface ListEventTimeSlotsRequest {
|
|
824
819
|
eventFilter?: Record<string, any> | null;
|
825
820
|
/**
|
826
821
|
* The maximum number of time slots to return for each day.
|
827
|
-
* For example, if `
|
822
|
+
* For example, if `maxSlotsPerDay` is set to `1`, at most 1 available slot is returned for each day.
|
828
823
|
* When a day has both bookable and non-bookable slots, bookable slots are returned first.
|
829
|
-
* If `
|
824
|
+
* If `maxSlotsPerDay` is provided, `toLocalDate` must also be provided and must be at most 1 month after `fromLocalDate`.
|
830
825
|
* @min 1
|
831
826
|
* @max 1
|
832
827
|
*/
|
833
|
-
|
828
|
+
maxSlotsPerDay?: number | null;
|
834
829
|
/** Cursor to retrieve the next page of results. */
|
835
830
|
cursorPaging?: CursorPaging;
|
836
831
|
}
|
@@ -848,13 +843,6 @@ export interface ListEventTimeSlotsResponse {
|
|
848
843
|
pagingMetadata?: CursorPagingMetadata;
|
849
844
|
}
|
850
845
|
export interface GetEventTimeSlotRequest {
|
851
|
-
/**
|
852
|
-
* The ID of the provider providing the events and the bookings policy.
|
853
|
-
*
|
854
|
-
* Default: Bookings app ID.
|
855
|
-
* @format GUID
|
856
|
-
*/
|
857
|
-
providerId?: string | null;
|
858
846
|
/**
|
859
847
|
* The event ID.
|
860
848
|
* @minLength 36
|
@@ -992,8 +980,6 @@ export interface GetMultiServiceAvailabilityTimeSlotResponseNonNullableFields {
|
|
992
980
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
|
993
981
|
* @permissionScope Manage Bookings Services and Settings
|
994
982
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
995
|
-
* @permissionScope Manage Bookings
|
996
|
-
* @permissionScopeId SCOPE.DC-BOOKINGS.MANAGE-BOOKINGS
|
997
983
|
* @permissionScope Read Bookings - Including Participants
|
998
984
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-SENSITIVE
|
999
985
|
* @permissionScope Read Bookings - all read permissions
|
@@ -1187,8 +1173,6 @@ export interface ListMultiServiceAvailabilityTimeSlotsOptions {
|
|
1187
1173
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
|
1188
1174
|
* @permissionScope Manage Bookings Services and Settings
|
1189
1175
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
1190
|
-
* @permissionScope Manage Bookings
|
1191
|
-
* @permissionScopeId SCOPE.DC-BOOKINGS.MANAGE-BOOKINGS
|
1192
1176
|
* @permissionScope Read Bookings - Including Participants
|
1193
1177
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-SENSITIVE
|
1194
1178
|
* @permissionScope Read Bookings - all read permissions
|
@@ -96,8 +96,6 @@ export var LocationType;
|
|
96
96
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
|
97
97
|
* @permissionScope Manage Bookings Services and Settings
|
98
98
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
99
|
-
* @permissionScope Manage Bookings
|
100
|
-
* @permissionScopeId SCOPE.DC-BOOKINGS.MANAGE-BOOKINGS
|
101
99
|
* @permissionScope Read Bookings - Including Participants
|
102
100
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-SENSITIVE
|
103
101
|
* @permissionScope Read Bookings - all read permissions
|
@@ -212,8 +210,6 @@ export async function listMultiServiceAvailabilityTimeSlots(options) {
|
|
212
210
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
|
213
211
|
* @permissionScope Manage Bookings Services and Settings
|
214
212
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
215
|
-
* @permissionScope Manage Bookings
|
216
|
-
* @permissionScopeId SCOPE.DC-BOOKINGS.MANAGE-BOOKINGS
|
217
213
|
* @permissionScope Read Bookings - Including Participants
|
218
214
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-SENSITIVE
|
219
215
|
* @permissionScope Read Bookings - all read permissions
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"bookings-availability-v2-time-slot-multi-service-availability-time-slots.universal.js","sourceRoot":"","sources":["../../../../src/bookings-availability-v2-time-slot-multi-service-availability-time-slots.universal.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,IAAI,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AACvF,OAAO,EACL,qCAAqC,EACrC,uCAAuC,GACxC,MAAM,yCAAyC,CAAC;AAEjD,OAAO,KAAK,2CAA2C,MAAM,oFAAoF,CAAC;AAiHlJ,MAAM,CAAN,IAAY,YAQX;AARD,WAAY,YAAY;IACtB,+DAA+C,CAAA;IAC/C,4HAA4H;IAC5H,qCAAqB,CAAA;IACrB,iGAAiG;IACjG,iCAAiB,CAAA;IACjB,mFAAmF;IACnF,qCAAqB,CAAA;AACvB,CAAC,EARW,YAAY,KAAZ,YAAY,QAQvB;
|
1
|
+
{"version":3,"file":"bookings-availability-v2-time-slot-multi-service-availability-time-slots.universal.js","sourceRoot":"","sources":["../../../../src/bookings-availability-v2-time-slot-multi-service-availability-time-slots.universal.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@wix/auto_sdk_bookings_multi-service-availability-time-slots",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.8",
|
4
4
|
"publishConfig": {
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
6
6
|
"access": "public"
|
@@ -48,5 +48,5 @@
|
|
48
48
|
"fqdn": "wix.bookings.availability.v2.time_slot"
|
49
49
|
}
|
50
50
|
},
|
51
|
-
"falconPackageHash": "
|
51
|
+
"falconPackageHash": "06664591bb16654648cd28be2b87af7a10a9f24a869602320b031212"
|
52
52
|
}
|