@wix/auto_sdk_bookings_multi-service-availability-time-slots 1.0.7 → 1.0.9
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 -21
- 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 -21
- 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 -21
- 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 -21
- 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
|
@@ -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":";;;;;;;;;;;;;;;;;;;;;;;;;;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;AA8yBD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkGG;AACI,KAAK,UAAU,qCAAqC,CACzD,OAAsD;IAKtD,aAAa;IACb,MAAM,EAAE,UAAU,EAAE,WAAW,EAAE,GAAG,SAAS,CAAC,CAAC,CAG9C,CAAC;IAEF,MAAM,OAAO,GAAG,IAAA,8DAAqC,EAAC;QACpD,QAAQ,EAAE,OAAO,EAAE,QAAQ;QAC3B,aAAa,EAAE,OAAO,EAAE,aAAa;QACrC,WAAW,EAAE,OAAO,EAAE,WAAW;QACjC,QAAQ,EAAE,OAAO,EAAE,QAAQ;QAC3B,QAAQ,EAAE,OAAO,EAAE,QAAQ;QAC3B,QAAQ,EAAE,OAAO,EAAE,QAAQ;QAC3B,uBAAuB,EAAE,OAAO,EAAE,uBAAuB;QACzD,eAAe,EAAE,OAAO,EAAE,eAAe;QACzC,YAAY,EAAE,OAAO,EAAE,YAAY;KACpC,CAAC,CAAC;IAEH,MAAM,OAAO,GACX,2CAA2C,CAAC,qCAAqC,CAC/E,OAAO,CACR,CAAC;IAEJ,WAAW,EAAE,UAAU,EAAE,EAAE,CAAC;IAC5B,IAAI,CAAC;QACH,MAAM,MAAM,GAAG,MAAM,UAAU,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;QACjD,WAAW,EAAE,SAAS,EAAE,CAAC,MAAM,CAAC,CAAC;QAEjC,OAAO,IAAA,gEAAuC,EAAC,MAAM,CAAC,IAAI,CAAE,CAAC;IAC/D,CAAC;IAAC,OAAO,GAAQ,EAAE,CAAC;QAClB,MAAM,gBAAgB,GAAG,IAAA,gCAAiB,EACxC,GAAG,EACH;YACE,sBAAsB,EAAE,EAAE;YAC1B,wBAAwB,EAAE;gBACxB,QAAQ,EAAE,eAAe;gBACzB,aAAa,EAAE,oBAAoB;gBACnC,WAAW,EAAE,kBAAkB;gBAC/B,QAAQ,EAAE,eAAe;gBACzB,QAAQ,EAAE,eAAe;gBACzB,QAAQ,EAAE,eAAe;gBACzB,uBAAuB,EAAE,8BAA8B;gBACvD,eAAe,EAAE,sBAAsB;gBACvC,YAAY,EAAE,mBAAmB;aAClC;YACD,uBAAuB,EAAE,KAAK;SAC/B,EACD,CAAC,SAAS,CAAC,CACZ,CAAC;QACF,WAAW,EAAE,OAAO,EAAE,CAAC,GAAG,CAAC,CAAC;QAE5B,MAAM,gBAAgB,CAAC;IACzB,CAAC;AACH,CAAC;AA3DD,sFA2DC;AA0HD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA0EG;AACI,KAAK,UAAU,mCAAmC,CACvD,QAAmB,EACnB,cAAsB,EACtB,YAAoB,EACpB,QAAuB,EACvB,QAAkB;IAKlB,aAAa;IACb,MAAM,EAAE,UAAU,EAAE,WAAW,EAAE,GAAG,SAAS,CAAC,CAAC,CAG9C,CAAC;IAEF,MAAM,OAAO,GAAG,IAAA,8DAAqC,EAAC;QACpD,QAAQ,EAAE,QAAQ;QAClB,cAAc,EAAE,cAAc;QAC9B,YAAY,EAAE,YAAY;QAC1B,QAAQ,EAAE,QAAQ;QAClB,QAAQ,EAAE,QAAQ;KACnB,CAAC,CAAC;IAEH,MAAM,OAAO,GACX,2CAA2C,CAAC,mCAAmC,CAC7E,OAAO,CACR,CAAC;IAEJ,WAAW,EAAE,UAAU,EAAE,EAAE,CAAC;IAC5B,IAAI,CAAC;QACH,MAAM,MAAM,GAAG,MAAM,UAAU,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;QACjD,WAAW,EAAE,SAAS,EAAE,CAAC,MAAM,CAAC,CAAC;QAEjC,OAAO,IAAA,gEAAuC,EAAC,MAAM,CAAC,IAAI,CAAE,CAAC;IAC/D,CAAC;IAAC,OAAO,GAAQ,EAAE,CAAC;QAClB,MAAM,gBAAgB,GAAG,IAAA,gCAAiB,EACxC,GAAG,EACH;YACE,sBAAsB,EAAE,EAAE;YAC1B,wBAAwB,EAAE;gBACxB,QAAQ,EAAE,MAAM;gBAChB,cAAc,EAAE,MAAM;gBACtB,YAAY,EAAE,MAAM;gBACpB,QAAQ,EAAE,MAAM;gBAChB,QAAQ,EAAE,MAAM;aACjB;YACD,uBAAuB,EAAE,KAAK;SAC/B,EACD,CAAC,UAAU,EAAE,gBAAgB,EAAE,cAAc,EAAE,UAAU,EAAE,UAAU,CAAC,CACvE,CAAC;QACF,WAAW,EAAE,OAAO,EAAE,CAAC,GAAG,CAAC,CAAC;QAE5B,MAAM,gBAAgB,CAAC;IACzB,CAAC;AACH,CAAC;AAvDD,kFAuDC"}
|
@@ -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
|
@@ -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
|
@@ -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
|
@@ -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.9",
|
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": "02b1404fe9c0e92135c2bc02a3cc0ec5ae7051dcd39e71f13e46178e"
|
52
52
|
}
|