reach-api-sdk 1.0.18 → 1.0.20
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/dist/reach-sdk.d.ts +62 -12
- package/dist/reach-sdk.js +24 -0
- package/package.json +1 -1
- package/src/definition/swagger.yaml +64 -0
- package/src/models/Payment.ts +5 -0
- package/src/services/PublicScheduledSessionsService.ts +12 -0
- package/src/services/PublicSessionsService.ts +6 -0
- package/src/services/PublicSlotsService.ts +18 -0
- package/src/services/ScheduledSessionsService.ts +18 -0
- package/src/services/SlotsService.ts +18 -0
package/dist/reach-sdk.d.ts
CHANGED
|
@@ -3529,6 +3529,8 @@ type Payment = {
|
|
|
3529
3529
|
* Gets or sets the stripe payment status.
|
|
3530
3530
|
*/
|
|
3531
3531
|
status?: string | null;
|
|
3532
|
+
order?: Order;
|
|
3533
|
+
tenant?: Tenant;
|
|
3532
3534
|
};
|
|
3533
3535
|
|
|
3534
3536
|
/**
|
|
@@ -15915,7 +15917,7 @@ declare class PublicScheduledSessionsService {
|
|
|
15915
15917
|
* @returns ScheduledSessionPage Success
|
|
15916
15918
|
* @throws ApiError
|
|
15917
15919
|
*/
|
|
15918
|
-
getPage({ xTenantSubdomain, ids, venueId, sessionId, sessionIds, scheduleId, status, statuses, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, hasAvailability, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
15920
|
+
getPage({ xTenantSubdomain, ids, venueId, sessionId, sessionIds, scheduleId, status, statuses, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, includeVenue, hasAvailability, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
15919
15921
|
xTenantSubdomain?: string;
|
|
15920
15922
|
/**
|
|
15921
15923
|
* Gets or sets the queryable scheduled session ids.
|
|
@@ -15977,6 +15979,10 @@ declare class PublicScheduledSessionsService {
|
|
|
15977
15979
|
* Gets or sets a value indicating whether to only return future scheduled session.
|
|
15978
15980
|
*/
|
|
15979
15981
|
futureOnly?: boolean;
|
|
15982
|
+
/**
|
|
15983
|
+
* Gets or sets a value indicating whether to include venue detail in the results.
|
|
15984
|
+
*/
|
|
15985
|
+
includeVenue?: boolean;
|
|
15980
15986
|
/**
|
|
15981
15987
|
* Gets or sets a value indicating whether the scheduled session has availability.
|
|
15982
15988
|
*/
|
|
@@ -16058,7 +16064,7 @@ declare class PublicScheduledSessionsService {
|
|
|
16058
16064
|
* @returns boolean Success
|
|
16059
16065
|
* @throws ApiError
|
|
16060
16066
|
*/
|
|
16061
|
-
exists({ xTenantSubdomain, ids, venueId, sessionId, sessionIds, scheduleId, status, statuses, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, hasAvailability, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
16067
|
+
exists({ xTenantSubdomain, ids, venueId, sessionId, sessionIds, scheduleId, status, statuses, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, includeVenue, hasAvailability, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
16062
16068
|
/**
|
|
16063
16069
|
* The tenants subdomain.
|
|
16064
16070
|
*/
|
|
@@ -16123,6 +16129,10 @@ declare class PublicScheduledSessionsService {
|
|
|
16123
16129
|
* Gets or sets a value indicating whether to only return future scheduled session.
|
|
16124
16130
|
*/
|
|
16125
16131
|
futureOnly?: boolean;
|
|
16132
|
+
/**
|
|
16133
|
+
* Gets or sets a value indicating whether to include venue detail in the results.
|
|
16134
|
+
*/
|
|
16135
|
+
includeVenue?: boolean;
|
|
16126
16136
|
/**
|
|
16127
16137
|
* Gets or sets a value indicating whether the scheduled session has availability.
|
|
16128
16138
|
*/
|
|
@@ -16498,7 +16508,7 @@ declare class PublicSessionsService {
|
|
|
16498
16508
|
* @returns any Success
|
|
16499
16509
|
* @throws ApiError
|
|
16500
16510
|
*/
|
|
16501
|
-
getDistinctSlotDates({ xTenantSubdomain, ids, venueId, sessionId, sessionIds, scheduleId, status, statuses, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, hasAvailability, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
16511
|
+
getDistinctSlotDates({ xTenantSubdomain, ids, venueId, sessionId, sessionIds, scheduleId, status, statuses, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, includeVenue, hasAvailability, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
16502
16512
|
/**
|
|
16503
16513
|
* The tenants subdomain.
|
|
16504
16514
|
*/
|
|
@@ -16563,6 +16573,10 @@ declare class PublicSessionsService {
|
|
|
16563
16573
|
* Gets or sets a value indicating whether to only return future scheduled session.
|
|
16564
16574
|
*/
|
|
16565
16575
|
futureOnly?: boolean;
|
|
16576
|
+
/**
|
|
16577
|
+
* Gets or sets a value indicating whether to include venue detail in the results.
|
|
16578
|
+
*/
|
|
16579
|
+
includeVenue?: boolean;
|
|
16566
16580
|
/**
|
|
16567
16581
|
* Gets or sets a value indicating whether the scheduled session has availability.
|
|
16568
16582
|
*/
|
|
@@ -16817,7 +16831,7 @@ declare class PublicSlotsService {
|
|
|
16817
16831
|
* @returns SlotPage Success
|
|
16818
16832
|
* @throws ApiError
|
|
16819
16833
|
*/
|
|
16820
|
-
getPage({ xTenantSubdomain, ids, venueId, facilityId, facilityIds, facilityIndividualId, facilityIndividualIds, scheduleId, status, statuses, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, includeOffers, hasAvailability, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
16834
|
+
getPage({ xTenantSubdomain, ids, venueId, facilityId, facilityIds, facilityIndividualId, facilityIndividualIds, scheduleId, status, statuses, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, includeOffers, includeVenue, hasAvailability, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
16821
16835
|
xTenantSubdomain?: string;
|
|
16822
16836
|
/**
|
|
16823
16837
|
* Gets or sets the queryable slot ids.
|
|
@@ -16891,6 +16905,10 @@ declare class PublicSlotsService {
|
|
|
16891
16905
|
* Gets or sets a value indicating whether to include offers in the results.
|
|
16892
16906
|
*/
|
|
16893
16907
|
includeOffers?: boolean;
|
|
16908
|
+
/**
|
|
16909
|
+
* Gets or sets a value indicating whether to include venue detail in the results.
|
|
16910
|
+
*/
|
|
16911
|
+
includeVenue?: boolean;
|
|
16894
16912
|
/**
|
|
16895
16913
|
* Gets or sets a value indicating whether the slot has availability.
|
|
16896
16914
|
*/
|
|
@@ -16956,7 +16974,7 @@ declare class PublicSlotsService {
|
|
|
16956
16974
|
* @returns any Success
|
|
16957
16975
|
* @throws ApiError
|
|
16958
16976
|
*/
|
|
16959
|
-
getDistinctSlotDates({ xTenantSubdomain, ids, venueId, facilityId, facilityIds, facilityIndividualId, facilityIndividualIds, scheduleId, status, statuses, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, includeOffers, hasAvailability, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
16977
|
+
getDistinctSlotDates({ xTenantSubdomain, ids, venueId, facilityId, facilityIds, facilityIndividualId, facilityIndividualIds, scheduleId, status, statuses, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, includeOffers, includeVenue, hasAvailability, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
16960
16978
|
/**
|
|
16961
16979
|
* The tenants subdomain.
|
|
16962
16980
|
*/
|
|
@@ -17033,6 +17051,10 @@ declare class PublicSlotsService {
|
|
|
17033
17051
|
* Gets or sets a value indicating whether to include offers in the results.
|
|
17034
17052
|
*/
|
|
17035
17053
|
includeOffers?: boolean;
|
|
17054
|
+
/**
|
|
17055
|
+
* Gets or sets a value indicating whether to include venue detail in the results.
|
|
17056
|
+
*/
|
|
17057
|
+
includeVenue?: boolean;
|
|
17036
17058
|
/**
|
|
17037
17059
|
* Gets or sets a value indicating whether the slot has availability.
|
|
17038
17060
|
*/
|
|
@@ -17083,7 +17105,7 @@ declare class PublicSlotsService {
|
|
|
17083
17105
|
* @returns boolean Success
|
|
17084
17106
|
* @throws ApiError
|
|
17085
17107
|
*/
|
|
17086
|
-
exists({ xTenantSubdomain, ids, venueId, facilityId, facilityIds, facilityIndividualId, facilityIndividualIds, scheduleId, status, statuses, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, includeOffers, hasAvailability, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
17108
|
+
exists({ xTenantSubdomain, ids, venueId, facilityId, facilityIds, facilityIndividualId, facilityIndividualIds, scheduleId, status, statuses, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, includeOffers, includeVenue, hasAvailability, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
17087
17109
|
/**
|
|
17088
17110
|
* The tenants subdomain.
|
|
17089
17111
|
*/
|
|
@@ -17160,6 +17182,10 @@ declare class PublicSlotsService {
|
|
|
17160
17182
|
* Gets or sets a value indicating whether to include offers in the results.
|
|
17161
17183
|
*/
|
|
17162
17184
|
includeOffers?: boolean;
|
|
17185
|
+
/**
|
|
17186
|
+
* Gets or sets a value indicating whether to include venue detail in the results.
|
|
17187
|
+
*/
|
|
17188
|
+
includeVenue?: boolean;
|
|
17163
17189
|
/**
|
|
17164
17190
|
* Gets or sets a value indicating whether the slot has availability.
|
|
17165
17191
|
*/
|
|
@@ -19699,7 +19725,7 @@ declare class ScheduledSessionsService {
|
|
|
19699
19725
|
* @returns boolean Success
|
|
19700
19726
|
* @throws ApiError
|
|
19701
19727
|
*/
|
|
19702
|
-
exists({ ids, venueId, sessionId, sessionIds, scheduleId, status, statuses, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, hasAvailability, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
19728
|
+
exists({ ids, venueId, sessionId, sessionIds, scheduleId, status, statuses, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, includeVenue, hasAvailability, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
19703
19729
|
/**
|
|
19704
19730
|
* Gets or sets the queryable scheduled session ids.
|
|
19705
19731
|
*/
|
|
@@ -19760,6 +19786,10 @@ declare class ScheduledSessionsService {
|
|
|
19760
19786
|
* Gets or sets a value indicating whether to only return future scheduled session.
|
|
19761
19787
|
*/
|
|
19762
19788
|
futureOnly?: boolean;
|
|
19789
|
+
/**
|
|
19790
|
+
* Gets or sets a value indicating whether to include venue detail in the results.
|
|
19791
|
+
*/
|
|
19792
|
+
includeVenue?: boolean;
|
|
19763
19793
|
/**
|
|
19764
19794
|
* Gets or sets a value indicating whether the scheduled session has availability.
|
|
19765
19795
|
*/
|
|
@@ -19826,7 +19856,7 @@ declare class ScheduledSessionsService {
|
|
|
19826
19856
|
* @returns ScheduledSessionPage Success
|
|
19827
19857
|
* @throws ApiError
|
|
19828
19858
|
*/
|
|
19829
|
-
getPage({ ids, venueId, sessionId, sessionIds, scheduleId, status, statuses, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, hasAvailability, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
19859
|
+
getPage({ ids, venueId, sessionId, sessionIds, scheduleId, status, statuses, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, includeVenue, hasAvailability, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
19830
19860
|
/**
|
|
19831
19861
|
* Gets or sets the queryable scheduled session ids.
|
|
19832
19862
|
*/
|
|
@@ -19887,6 +19917,10 @@ declare class ScheduledSessionsService {
|
|
|
19887
19917
|
* Gets or sets a value indicating whether to only return future scheduled session.
|
|
19888
19918
|
*/
|
|
19889
19919
|
futureOnly?: boolean;
|
|
19920
|
+
/**
|
|
19921
|
+
* Gets or sets a value indicating whether to include venue detail in the results.
|
|
19922
|
+
*/
|
|
19923
|
+
includeVenue?: boolean;
|
|
19890
19924
|
/**
|
|
19891
19925
|
* Gets or sets a value indicating whether the scheduled session has availability.
|
|
19892
19926
|
*/
|
|
@@ -19964,7 +19998,7 @@ declare class ScheduledSessionsService {
|
|
|
19964
19998
|
* @returns ScheduledSession Success
|
|
19965
19999
|
* @throws ApiError
|
|
19966
20000
|
*/
|
|
19967
|
-
getListIdName({ ids, venueId, sessionId, sessionIds, scheduleId, status, statuses, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, hasAvailability, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
20001
|
+
getListIdName({ ids, venueId, sessionId, sessionIds, scheduleId, status, statuses, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, includeVenue, hasAvailability, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
19968
20002
|
/**
|
|
19969
20003
|
* Gets or sets the queryable scheduled session ids.
|
|
19970
20004
|
*/
|
|
@@ -20025,6 +20059,10 @@ declare class ScheduledSessionsService {
|
|
|
20025
20059
|
* Gets or sets a value indicating whether to only return future scheduled session.
|
|
20026
20060
|
*/
|
|
20027
20061
|
futureOnly?: boolean;
|
|
20062
|
+
/**
|
|
20063
|
+
* Gets or sets a value indicating whether to include venue detail in the results.
|
|
20064
|
+
*/
|
|
20065
|
+
includeVenue?: boolean;
|
|
20028
20066
|
/**
|
|
20029
20067
|
* Gets or sets a value indicating whether the scheduled session has availability.
|
|
20030
20068
|
*/
|
|
@@ -21442,7 +21480,7 @@ declare class SlotsService {
|
|
|
21442
21480
|
* @returns boolean Success
|
|
21443
21481
|
* @throws ApiError
|
|
21444
21482
|
*/
|
|
21445
|
-
exists({ ids, venueId, facilityId, facilityIds, facilityIndividualId, facilityIndividualIds, scheduleId, status, statuses, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, includeOffers, hasAvailability, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
21483
|
+
exists({ ids, venueId, facilityId, facilityIds, facilityIndividualId, facilityIndividualIds, scheduleId, status, statuses, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, includeOffers, includeVenue, hasAvailability, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
21446
21484
|
/**
|
|
21447
21485
|
* Gets or sets the queryable slot ids.
|
|
21448
21486
|
*/
|
|
@@ -21515,6 +21553,10 @@ declare class SlotsService {
|
|
|
21515
21553
|
* Gets or sets a value indicating whether to include offers in the results.
|
|
21516
21554
|
*/
|
|
21517
21555
|
includeOffers?: boolean;
|
|
21556
|
+
/**
|
|
21557
|
+
* Gets or sets a value indicating whether to include venue detail in the results.
|
|
21558
|
+
*/
|
|
21559
|
+
includeVenue?: boolean;
|
|
21518
21560
|
/**
|
|
21519
21561
|
* Gets or sets a value indicating whether the slot has availability.
|
|
21520
21562
|
*/
|
|
@@ -21565,7 +21607,7 @@ declare class SlotsService {
|
|
|
21565
21607
|
* @returns SlotPage Success
|
|
21566
21608
|
* @throws ApiError
|
|
21567
21609
|
*/
|
|
21568
|
-
getPage({ ids, venueId, facilityId, facilityIds, facilityIndividualId, facilityIndividualIds, scheduleId, status, statuses, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, includeOffers, hasAvailability, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
21610
|
+
getPage({ ids, venueId, facilityId, facilityIds, facilityIndividualId, facilityIndividualIds, scheduleId, status, statuses, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, includeOffers, includeVenue, hasAvailability, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
21569
21611
|
/**
|
|
21570
21612
|
* Gets or sets the queryable slot ids.
|
|
21571
21613
|
*/
|
|
@@ -21638,6 +21680,10 @@ declare class SlotsService {
|
|
|
21638
21680
|
* Gets or sets a value indicating whether to include offers in the results.
|
|
21639
21681
|
*/
|
|
21640
21682
|
includeOffers?: boolean;
|
|
21683
|
+
/**
|
|
21684
|
+
* Gets or sets a value indicating whether to include venue detail in the results.
|
|
21685
|
+
*/
|
|
21686
|
+
includeVenue?: boolean;
|
|
21641
21687
|
/**
|
|
21642
21688
|
* Gets or sets a value indicating whether the slot has availability.
|
|
21643
21689
|
*/
|
|
@@ -21699,7 +21745,7 @@ declare class SlotsService {
|
|
|
21699
21745
|
* @returns Slot Success
|
|
21700
21746
|
* @throws ApiError
|
|
21701
21747
|
*/
|
|
21702
|
-
getListIdName({ ids, venueId, facilityId, facilityIds, facilityIndividualId, facilityIndividualIds, scheduleId, status, statuses, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, includeOffers, hasAvailability, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
21748
|
+
getListIdName({ ids, venueId, facilityId, facilityIds, facilityIndividualId, facilityIndividualIds, scheduleId, status, statuses, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, includeOffers, includeVenue, hasAvailability, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
21703
21749
|
/**
|
|
21704
21750
|
* Gets or sets the queryable slot ids.
|
|
21705
21751
|
*/
|
|
@@ -21772,6 +21818,10 @@ declare class SlotsService {
|
|
|
21772
21818
|
* Gets or sets a value indicating whether to include offers in the results.
|
|
21773
21819
|
*/
|
|
21774
21820
|
includeOffers?: boolean;
|
|
21821
|
+
/**
|
|
21822
|
+
* Gets or sets a value indicating whether to include venue detail in the results.
|
|
21823
|
+
*/
|
|
21824
|
+
includeVenue?: boolean;
|
|
21775
21825
|
/**
|
|
21776
21826
|
* Gets or sets a value indicating whether the slot has availability.
|
|
21777
21827
|
*/
|
package/dist/reach-sdk.js
CHANGED
|
@@ -11564,6 +11564,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
11564
11564
|
remainingUsesLte,
|
|
11565
11565
|
remainingUsesGte,
|
|
11566
11566
|
futureOnly,
|
|
11567
|
+
includeVenue,
|
|
11567
11568
|
hasAvailability,
|
|
11568
11569
|
orderFirstNameContains,
|
|
11569
11570
|
orderLastNameContains,
|
|
@@ -11602,6 +11603,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
11602
11603
|
RemainingUsesLTE: remainingUsesLte,
|
|
11603
11604
|
RemainingUsesGTE: remainingUsesGte,
|
|
11604
11605
|
FutureOnly: futureOnly,
|
|
11606
|
+
IncludeVenue: includeVenue,
|
|
11605
11607
|
HasAvailability: hasAvailability,
|
|
11606
11608
|
OrderFirstNameContains: orderFirstNameContains,
|
|
11607
11609
|
OrderLastNameContains: orderLastNameContains,
|
|
@@ -11671,6 +11673,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
11671
11673
|
remainingUsesLte,
|
|
11672
11674
|
remainingUsesGte,
|
|
11673
11675
|
futureOnly,
|
|
11676
|
+
includeVenue,
|
|
11674
11677
|
hasAvailability,
|
|
11675
11678
|
orderFirstNameContains,
|
|
11676
11679
|
orderLastNameContains,
|
|
@@ -11709,6 +11712,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
11709
11712
|
RemainingUsesLTE: remainingUsesLte,
|
|
11710
11713
|
RemainingUsesGTE: remainingUsesGte,
|
|
11711
11714
|
FutureOnly: futureOnly,
|
|
11715
|
+
IncludeVenue: includeVenue,
|
|
11712
11716
|
HasAvailability: hasAvailability,
|
|
11713
11717
|
OrderFirstNameContains: orderFirstNameContains,
|
|
11714
11718
|
OrderLastNameContains: orderLastNameContains,
|
|
@@ -11963,6 +11967,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
11963
11967
|
remainingUsesLte,
|
|
11964
11968
|
remainingUsesGte,
|
|
11965
11969
|
futureOnly,
|
|
11970
|
+
includeVenue,
|
|
11966
11971
|
hasAvailability,
|
|
11967
11972
|
orderFirstNameContains,
|
|
11968
11973
|
orderLastNameContains,
|
|
@@ -12001,6 +12006,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
12001
12006
|
RemainingUsesLTE: remainingUsesLte,
|
|
12002
12007
|
RemainingUsesGTE: remainingUsesGte,
|
|
12003
12008
|
FutureOnly: futureOnly,
|
|
12009
|
+
IncludeVenue: includeVenue,
|
|
12004
12010
|
HasAvailability: hasAvailability,
|
|
12005
12011
|
OrderFirstNameContains: orderFirstNameContains,
|
|
12006
12012
|
OrderLastNameContains: orderLastNameContains,
|
|
@@ -12234,6 +12240,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
12234
12240
|
remainingUsesGte,
|
|
12235
12241
|
futureOnly,
|
|
12236
12242
|
includeOffers,
|
|
12243
|
+
includeVenue,
|
|
12237
12244
|
hasAvailability,
|
|
12238
12245
|
pageNumber,
|
|
12239
12246
|
take,
|
|
@@ -12271,6 +12278,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
12271
12278
|
RemainingUsesGTE: remainingUsesGte,
|
|
12272
12279
|
FutureOnly: futureOnly,
|
|
12273
12280
|
IncludeOffers: includeOffers,
|
|
12281
|
+
IncludeVenue: includeVenue,
|
|
12274
12282
|
HasAvailability: hasAvailability,
|
|
12275
12283
|
PageNumber: pageNumber,
|
|
12276
12284
|
Take: take,
|
|
@@ -12339,6 +12347,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
12339
12347
|
remainingUsesGte,
|
|
12340
12348
|
futureOnly,
|
|
12341
12349
|
includeOffers,
|
|
12350
|
+
includeVenue,
|
|
12342
12351
|
hasAvailability,
|
|
12343
12352
|
pageNumber,
|
|
12344
12353
|
take,
|
|
@@ -12376,6 +12385,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
12376
12385
|
RemainingUsesGTE: remainingUsesGte,
|
|
12377
12386
|
FutureOnly: futureOnly,
|
|
12378
12387
|
IncludeOffers: includeOffers,
|
|
12388
|
+
IncludeVenue: includeVenue,
|
|
12379
12389
|
HasAvailability: hasAvailability,
|
|
12380
12390
|
PageNumber: pageNumber,
|
|
12381
12391
|
Take: take,
|
|
@@ -12420,6 +12430,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
12420
12430
|
remainingUsesGte,
|
|
12421
12431
|
futureOnly,
|
|
12422
12432
|
includeOffers,
|
|
12433
|
+
includeVenue,
|
|
12423
12434
|
hasAvailability,
|
|
12424
12435
|
pageNumber,
|
|
12425
12436
|
take,
|
|
@@ -12457,6 +12468,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
12457
12468
|
RemainingUsesGTE: remainingUsesGte,
|
|
12458
12469
|
FutureOnly: futureOnly,
|
|
12459
12470
|
IncludeOffers: includeOffers,
|
|
12471
|
+
IncludeVenue: includeVenue,
|
|
12460
12472
|
HasAvailability: hasAvailability,
|
|
12461
12473
|
PageNumber: pageNumber,
|
|
12462
12474
|
Take: take,
|
|
@@ -14596,6 +14608,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
14596
14608
|
remainingUsesLte,
|
|
14597
14609
|
remainingUsesGte,
|
|
14598
14610
|
futureOnly,
|
|
14611
|
+
includeVenue,
|
|
14599
14612
|
hasAvailability,
|
|
14600
14613
|
orderFirstNameContains,
|
|
14601
14614
|
orderLastNameContains,
|
|
@@ -14631,6 +14644,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
14631
14644
|
RemainingUsesLTE: remainingUsesLte,
|
|
14632
14645
|
RemainingUsesGTE: remainingUsesGte,
|
|
14633
14646
|
FutureOnly: futureOnly,
|
|
14647
|
+
IncludeVenue: includeVenue,
|
|
14634
14648
|
HasAvailability: hasAvailability,
|
|
14635
14649
|
OrderFirstNameContains: orderFirstNameContains,
|
|
14636
14650
|
OrderLastNameContains: orderLastNameContains,
|
|
@@ -14675,6 +14689,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
14675
14689
|
remainingUsesLte,
|
|
14676
14690
|
remainingUsesGte,
|
|
14677
14691
|
futureOnly,
|
|
14692
|
+
includeVenue,
|
|
14678
14693
|
hasAvailability,
|
|
14679
14694
|
orderFirstNameContains,
|
|
14680
14695
|
orderLastNameContains,
|
|
@@ -14710,6 +14725,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
14710
14725
|
RemainingUsesLTE: remainingUsesLte,
|
|
14711
14726
|
RemainingUsesGTE: remainingUsesGte,
|
|
14712
14727
|
FutureOnly: futureOnly,
|
|
14728
|
+
IncludeVenue: includeVenue,
|
|
14713
14729
|
HasAvailability: hasAvailability,
|
|
14714
14730
|
OrderFirstNameContains: orderFirstNameContains,
|
|
14715
14731
|
OrderLastNameContains: orderLastNameContains,
|
|
@@ -14774,6 +14790,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
14774
14790
|
remainingUsesLte,
|
|
14775
14791
|
remainingUsesGte,
|
|
14776
14792
|
futureOnly,
|
|
14793
|
+
includeVenue,
|
|
14777
14794
|
hasAvailability,
|
|
14778
14795
|
orderFirstNameContains,
|
|
14779
14796
|
orderLastNameContains,
|
|
@@ -14809,6 +14826,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
14809
14826
|
RemainingUsesLTE: remainingUsesLte,
|
|
14810
14827
|
RemainingUsesGTE: remainingUsesGte,
|
|
14811
14828
|
FutureOnly: futureOnly,
|
|
14829
|
+
IncludeVenue: includeVenue,
|
|
14812
14830
|
HasAvailability: hasAvailability,
|
|
14813
14831
|
OrderFirstNameContains: orderFirstNameContains,
|
|
14814
14832
|
OrderLastNameContains: orderLastNameContains,
|
|
@@ -16119,6 +16137,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
16119
16137
|
remainingUsesGte,
|
|
16120
16138
|
futureOnly,
|
|
16121
16139
|
includeOffers,
|
|
16140
|
+
includeVenue,
|
|
16122
16141
|
hasAvailability,
|
|
16123
16142
|
pageNumber,
|
|
16124
16143
|
take,
|
|
@@ -16153,6 +16172,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
16153
16172
|
RemainingUsesGTE: remainingUsesGte,
|
|
16154
16173
|
FutureOnly: futureOnly,
|
|
16155
16174
|
IncludeOffers: includeOffers,
|
|
16175
|
+
IncludeVenue: includeVenue,
|
|
16156
16176
|
HasAvailability: hasAvailability,
|
|
16157
16177
|
PageNumber: pageNumber,
|
|
16158
16178
|
Take: take,
|
|
@@ -16196,6 +16216,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
16196
16216
|
remainingUsesGte,
|
|
16197
16217
|
futureOnly,
|
|
16198
16218
|
includeOffers,
|
|
16219
|
+
includeVenue,
|
|
16199
16220
|
hasAvailability,
|
|
16200
16221
|
pageNumber,
|
|
16201
16222
|
take,
|
|
@@ -16230,6 +16251,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
16230
16251
|
RemainingUsesGTE: remainingUsesGte,
|
|
16231
16252
|
FutureOnly: futureOnly,
|
|
16232
16253
|
IncludeOffers: includeOffers,
|
|
16254
|
+
IncludeVenue: includeVenue,
|
|
16233
16255
|
HasAvailability: hasAvailability,
|
|
16234
16256
|
PageNumber: pageNumber,
|
|
16235
16257
|
Take: take,
|
|
@@ -16293,6 +16315,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
16293
16315
|
remainingUsesGte,
|
|
16294
16316
|
futureOnly,
|
|
16295
16317
|
includeOffers,
|
|
16318
|
+
includeVenue,
|
|
16296
16319
|
hasAvailability,
|
|
16297
16320
|
pageNumber,
|
|
16298
16321
|
take,
|
|
@@ -16327,6 +16350,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
16327
16350
|
RemainingUsesGTE: remainingUsesGte,
|
|
16328
16351
|
FutureOnly: futureOnly,
|
|
16329
16352
|
IncludeOffers: includeOffers,
|
|
16353
|
+
IncludeVenue: includeVenue,
|
|
16330
16354
|
HasAvailability: hasAvailability,
|
|
16331
16355
|
PageNumber: pageNumber,
|
|
16332
16356
|
Take: take,
|
package/package.json
CHANGED
|
@@ -33223,6 +33223,11 @@ paths:
|
|
|
33223
33223
|
description: Gets or sets a value indicating whether to only return future scheduled session.
|
|
33224
33224
|
schema:
|
|
33225
33225
|
type: boolean
|
|
33226
|
+
- name: IncludeVenue
|
|
33227
|
+
in: query
|
|
33228
|
+
description: Gets or sets a value indicating whether to include venue detail in the results.
|
|
33229
|
+
schema:
|
|
33230
|
+
type: boolean
|
|
33226
33231
|
- name: HasAvailability
|
|
33227
33232
|
in: query
|
|
33228
33233
|
description: Gets or sets a value indicating whether the scheduled session has availability.
|
|
@@ -33522,6 +33527,11 @@ paths:
|
|
|
33522
33527
|
description: Gets or sets a value indicating whether to only return future scheduled session.
|
|
33523
33528
|
schema:
|
|
33524
33529
|
type: boolean
|
|
33530
|
+
- name: IncludeVenue
|
|
33531
|
+
in: query
|
|
33532
|
+
description: Gets or sets a value indicating whether to include venue detail in the results.
|
|
33533
|
+
schema:
|
|
33534
|
+
type: boolean
|
|
33525
33535
|
- name: HasAvailability
|
|
33526
33536
|
in: query
|
|
33527
33537
|
description: Gets or sets a value indicating whether the scheduled session has availability.
|
|
@@ -34340,6 +34350,11 @@ paths:
|
|
|
34340
34350
|
description: Gets or sets a value indicating whether to only return future scheduled session.
|
|
34341
34351
|
schema:
|
|
34342
34352
|
type: boolean
|
|
34353
|
+
- name: IncludeVenue
|
|
34354
|
+
in: query
|
|
34355
|
+
description: Gets or sets a value indicating whether to include venue detail in the results.
|
|
34356
|
+
schema:
|
|
34357
|
+
type: boolean
|
|
34343
34358
|
- name: HasAvailability
|
|
34344
34359
|
in: query
|
|
34345
34360
|
description: Gets or sets a value indicating whether the scheduled session has availability.
|
|
@@ -35105,6 +35120,11 @@ paths:
|
|
|
35105
35120
|
description: Gets or sets a value indicating whether to include offers in the results.
|
|
35106
35121
|
schema:
|
|
35107
35122
|
type: boolean
|
|
35123
|
+
- name: IncludeVenue
|
|
35124
|
+
in: query
|
|
35125
|
+
description: Gets or sets a value indicating whether to include venue detail in the results.
|
|
35126
|
+
schema:
|
|
35127
|
+
type: boolean
|
|
35108
35128
|
- name: HasAvailability
|
|
35109
35129
|
in: query
|
|
35110
35130
|
description: Gets or sets a value indicating whether the slot has availability.
|
|
@@ -35403,6 +35423,11 @@ paths:
|
|
|
35403
35423
|
description: Gets or sets a value indicating whether to include offers in the results.
|
|
35404
35424
|
schema:
|
|
35405
35425
|
type: boolean
|
|
35426
|
+
- name: IncludeVenue
|
|
35427
|
+
in: query
|
|
35428
|
+
description: Gets or sets a value indicating whether to include venue detail in the results.
|
|
35429
|
+
schema:
|
|
35430
|
+
type: boolean
|
|
35406
35431
|
- name: HasAvailability
|
|
35407
35432
|
in: query
|
|
35408
35433
|
description: Gets or sets a value indicating whether the slot has availability.
|
|
@@ -35629,6 +35654,11 @@ paths:
|
|
|
35629
35654
|
description: Gets or sets a value indicating whether to include offers in the results.
|
|
35630
35655
|
schema:
|
|
35631
35656
|
type: boolean
|
|
35657
|
+
- name: IncludeVenue
|
|
35658
|
+
in: query
|
|
35659
|
+
description: Gets or sets a value indicating whether to include venue detail in the results.
|
|
35660
|
+
schema:
|
|
35661
|
+
type: boolean
|
|
35632
35662
|
- name: HasAvailability
|
|
35633
35663
|
in: query
|
|
35634
35664
|
description: Gets or sets a value indicating whether the slot has availability.
|
|
@@ -41775,6 +41805,11 @@ paths:
|
|
|
41775
41805
|
description: Gets or sets a value indicating whether to only return future scheduled session.
|
|
41776
41806
|
schema:
|
|
41777
41807
|
type: boolean
|
|
41808
|
+
- name: IncludeVenue
|
|
41809
|
+
in: query
|
|
41810
|
+
description: Gets or sets a value indicating whether to include venue detail in the results.
|
|
41811
|
+
schema:
|
|
41812
|
+
type: boolean
|
|
41778
41813
|
- name: HasAvailability
|
|
41779
41814
|
in: query
|
|
41780
41815
|
description: Gets or sets a value indicating whether the scheduled session has availability.
|
|
@@ -42007,6 +42042,11 @@ paths:
|
|
|
42007
42042
|
description: Gets or sets a value indicating whether to only return future scheduled session.
|
|
42008
42043
|
schema:
|
|
42009
42044
|
type: boolean
|
|
42045
|
+
- name: IncludeVenue
|
|
42046
|
+
in: query
|
|
42047
|
+
description: Gets or sets a value indicating whether to include venue detail in the results.
|
|
42048
|
+
schema:
|
|
42049
|
+
type: boolean
|
|
42010
42050
|
- name: HasAvailability
|
|
42011
42051
|
in: query
|
|
42012
42052
|
description: Gets or sets a value indicating whether the scheduled session has availability.
|
|
@@ -42295,6 +42335,11 @@ paths:
|
|
|
42295
42335
|
description: Gets or sets a value indicating whether to only return future scheduled session.
|
|
42296
42336
|
schema:
|
|
42297
42337
|
type: boolean
|
|
42338
|
+
- name: IncludeVenue
|
|
42339
|
+
in: query
|
|
42340
|
+
description: Gets or sets a value indicating whether to include venue detail in the results.
|
|
42341
|
+
schema:
|
|
42342
|
+
type: boolean
|
|
42298
42343
|
- name: HasAvailability
|
|
42299
42344
|
in: query
|
|
42300
42345
|
description: Gets or sets a value indicating whether the scheduled session has availability.
|
|
@@ -46434,6 +46479,11 @@ paths:
|
|
|
46434
46479
|
description: Gets or sets a value indicating whether to include offers in the results.
|
|
46435
46480
|
schema:
|
|
46436
46481
|
type: boolean
|
|
46482
|
+
- name: IncludeVenue
|
|
46483
|
+
in: query
|
|
46484
|
+
description: Gets or sets a value indicating whether to include venue detail in the results.
|
|
46485
|
+
schema:
|
|
46486
|
+
type: boolean
|
|
46437
46487
|
- name: HasAvailability
|
|
46438
46488
|
in: query
|
|
46439
46489
|
description: Gets or sets a value indicating whether the slot has availability.
|
|
@@ -46665,6 +46715,11 @@ paths:
|
|
|
46665
46715
|
description: Gets or sets a value indicating whether to include offers in the results.
|
|
46666
46716
|
schema:
|
|
46667
46717
|
type: boolean
|
|
46718
|
+
- name: IncludeVenue
|
|
46719
|
+
in: query
|
|
46720
|
+
description: Gets or sets a value indicating whether to include venue detail in the results.
|
|
46721
|
+
schema:
|
|
46722
|
+
type: boolean
|
|
46668
46723
|
- name: HasAvailability
|
|
46669
46724
|
in: query
|
|
46670
46725
|
description: Gets or sets a value indicating whether the slot has availability.
|
|
@@ -46952,6 +47007,11 @@ paths:
|
|
|
46952
47007
|
description: Gets or sets a value indicating whether to include offers in the results.
|
|
46953
47008
|
schema:
|
|
46954
47009
|
type: boolean
|
|
47010
|
+
- name: IncludeVenue
|
|
47011
|
+
in: query
|
|
47012
|
+
description: Gets or sets a value indicating whether to include venue detail in the results.
|
|
47013
|
+
schema:
|
|
47014
|
+
type: boolean
|
|
46955
47015
|
- name: HasAvailability
|
|
46956
47016
|
in: query
|
|
46957
47017
|
description: Gets or sets a value indicating whether the slot has availability.
|
|
@@ -67428,6 +67488,10 @@ components:
|
|
|
67428
67488
|
type: string
|
|
67429
67489
|
description: Gets or sets the stripe payment status.
|
|
67430
67490
|
nullable: true
|
|
67491
|
+
order:
|
|
67492
|
+
$ref: '#/components/schemas/Order'
|
|
67493
|
+
tenant:
|
|
67494
|
+
$ref: '#/components/schemas/Tenant'
|
|
67431
67495
|
additionalProperties: false
|
|
67432
67496
|
description: Represents an organisation within the Reach application.
|
|
67433
67497
|
PaymentMethod:
|
package/src/models/Payment.ts
CHANGED
|
@@ -3,6 +3,9 @@
|
|
|
3
3
|
/* tslint:disable */
|
|
4
4
|
/* eslint-disable */
|
|
5
5
|
|
|
6
|
+
import type { Order } from './Order';
|
|
7
|
+
import type { Tenant } from './Tenant';
|
|
8
|
+
|
|
6
9
|
/**
|
|
7
10
|
* Represents an organisation within the Reach application.
|
|
8
11
|
*/
|
|
@@ -63,4 +66,6 @@ export type Payment = {
|
|
|
63
66
|
* Gets or sets the stripe payment status.
|
|
64
67
|
*/
|
|
65
68
|
status?: string | null;
|
|
69
|
+
order?: Order;
|
|
70
|
+
tenant?: Tenant;
|
|
66
71
|
};
|
|
@@ -101,6 +101,7 @@ export class PublicScheduledSessionsService {
|
|
|
101
101
|
remainingUsesLte,
|
|
102
102
|
remainingUsesGte,
|
|
103
103
|
futureOnly,
|
|
104
|
+
includeVenue,
|
|
104
105
|
hasAvailability,
|
|
105
106
|
orderFirstNameContains,
|
|
106
107
|
orderLastNameContains,
|
|
@@ -178,6 +179,10 @@ export class PublicScheduledSessionsService {
|
|
|
178
179
|
* Gets or sets a value indicating whether to only return future scheduled session.
|
|
179
180
|
*/
|
|
180
181
|
futureOnly?: boolean;
|
|
182
|
+
/**
|
|
183
|
+
* Gets or sets a value indicating whether to include venue detail in the results.
|
|
184
|
+
*/
|
|
185
|
+
includeVenue?: boolean;
|
|
181
186
|
/**
|
|
182
187
|
* Gets or sets a value indicating whether the scheduled session has availability.
|
|
183
188
|
*/
|
|
@@ -261,6 +266,7 @@ export class PublicScheduledSessionsService {
|
|
|
261
266
|
RemainingUsesLTE: remainingUsesLte,
|
|
262
267
|
RemainingUsesGTE: remainingUsesGte,
|
|
263
268
|
FutureOnly: futureOnly,
|
|
269
|
+
IncludeVenue: includeVenue,
|
|
264
270
|
HasAvailability: hasAvailability,
|
|
265
271
|
OrderFirstNameContains: orderFirstNameContains,
|
|
266
272
|
OrderLastNameContains: orderLastNameContains,
|
|
@@ -341,6 +347,7 @@ export class PublicScheduledSessionsService {
|
|
|
341
347
|
remainingUsesLte,
|
|
342
348
|
remainingUsesGte,
|
|
343
349
|
futureOnly,
|
|
350
|
+
includeVenue,
|
|
344
351
|
hasAvailability,
|
|
345
352
|
orderFirstNameContains,
|
|
346
353
|
orderLastNameContains,
|
|
@@ -421,6 +428,10 @@ export class PublicScheduledSessionsService {
|
|
|
421
428
|
* Gets or sets a value indicating whether to only return future scheduled session.
|
|
422
429
|
*/
|
|
423
430
|
futureOnly?: boolean;
|
|
431
|
+
/**
|
|
432
|
+
* Gets or sets a value indicating whether to include venue detail in the results.
|
|
433
|
+
*/
|
|
434
|
+
includeVenue?: boolean;
|
|
424
435
|
/**
|
|
425
436
|
* Gets or sets a value indicating whether the scheduled session has availability.
|
|
426
437
|
*/
|
|
@@ -504,6 +515,7 @@ export class PublicScheduledSessionsService {
|
|
|
504
515
|
RemainingUsesLTE: remainingUsesLte,
|
|
505
516
|
RemainingUsesGTE: remainingUsesGte,
|
|
506
517
|
FutureOnly: futureOnly,
|
|
518
|
+
IncludeVenue: includeVenue,
|
|
507
519
|
HasAvailability: hasAvailability,
|
|
508
520
|
OrderFirstNameContains: orderFirstNameContains,
|
|
509
521
|
OrderLastNameContains: orderLastNameContains,
|
|
@@ -275,6 +275,7 @@ export class PublicSessionsService {
|
|
|
275
275
|
remainingUsesLte,
|
|
276
276
|
remainingUsesGte,
|
|
277
277
|
futureOnly,
|
|
278
|
+
includeVenue,
|
|
278
279
|
hasAvailability,
|
|
279
280
|
orderFirstNameContains,
|
|
280
281
|
orderLastNameContains,
|
|
@@ -355,6 +356,10 @@ export class PublicSessionsService {
|
|
|
355
356
|
* Gets or sets a value indicating whether to only return future scheduled session.
|
|
356
357
|
*/
|
|
357
358
|
futureOnly?: boolean;
|
|
359
|
+
/**
|
|
360
|
+
* Gets or sets a value indicating whether to include venue detail in the results.
|
|
361
|
+
*/
|
|
362
|
+
includeVenue?: boolean;
|
|
358
363
|
/**
|
|
359
364
|
* Gets or sets a value indicating whether the scheduled session has availability.
|
|
360
365
|
*/
|
|
@@ -438,6 +443,7 @@ export class PublicSessionsService {
|
|
|
438
443
|
RemainingUsesLTE: remainingUsesLte,
|
|
439
444
|
RemainingUsesGTE: remainingUsesGte,
|
|
440
445
|
FutureOnly: futureOnly,
|
|
446
|
+
IncludeVenue: includeVenue,
|
|
441
447
|
HasAvailability: hasAvailability,
|
|
442
448
|
OrderFirstNameContains: orderFirstNameContains,
|
|
443
449
|
OrderLastNameContains: orderLastNameContains,
|
|
@@ -103,6 +103,7 @@ export class PublicSlotsService {
|
|
|
103
103
|
remainingUsesGte,
|
|
104
104
|
futureOnly,
|
|
105
105
|
includeOffers,
|
|
106
|
+
includeVenue,
|
|
106
107
|
hasAvailability,
|
|
107
108
|
pageNumber,
|
|
108
109
|
take,
|
|
@@ -188,6 +189,10 @@ export class PublicSlotsService {
|
|
|
188
189
|
* Gets or sets a value indicating whether to include offers in the results.
|
|
189
190
|
*/
|
|
190
191
|
includeOffers?: boolean;
|
|
192
|
+
/**
|
|
193
|
+
* Gets or sets a value indicating whether to include venue detail in the results.
|
|
194
|
+
*/
|
|
195
|
+
includeVenue?: boolean;
|
|
191
196
|
/**
|
|
192
197
|
* Gets or sets a value indicating whether the slot has availability.
|
|
193
198
|
*/
|
|
@@ -258,6 +263,7 @@ export class PublicSlotsService {
|
|
|
258
263
|
RemainingUsesGTE: remainingUsesGte,
|
|
259
264
|
FutureOnly: futureOnly,
|
|
260
265
|
IncludeOffers: includeOffers,
|
|
266
|
+
IncludeVenue: includeVenue,
|
|
261
267
|
HasAvailability: hasAvailability,
|
|
262
268
|
PageNumber: pageNumber,
|
|
263
269
|
Take: take,
|
|
@@ -337,6 +343,7 @@ export class PublicSlotsService {
|
|
|
337
343
|
remainingUsesGte,
|
|
338
344
|
futureOnly,
|
|
339
345
|
includeOffers,
|
|
346
|
+
includeVenue,
|
|
340
347
|
hasAvailability,
|
|
341
348
|
pageNumber,
|
|
342
349
|
take,
|
|
@@ -425,6 +432,10 @@ export class PublicSlotsService {
|
|
|
425
432
|
* Gets or sets a value indicating whether to include offers in the results.
|
|
426
433
|
*/
|
|
427
434
|
includeOffers?: boolean;
|
|
435
|
+
/**
|
|
436
|
+
* Gets or sets a value indicating whether to include venue detail in the results.
|
|
437
|
+
*/
|
|
438
|
+
includeVenue?: boolean;
|
|
428
439
|
/**
|
|
429
440
|
* Gets or sets a value indicating whether the slot has availability.
|
|
430
441
|
*/
|
|
@@ -495,6 +506,7 @@ export class PublicSlotsService {
|
|
|
495
506
|
RemainingUsesGTE: remainingUsesGte,
|
|
496
507
|
FutureOnly: futureOnly,
|
|
497
508
|
IncludeOffers: includeOffers,
|
|
509
|
+
IncludeVenue: includeVenue,
|
|
498
510
|
HasAvailability: hasAvailability,
|
|
499
511
|
PageNumber: pageNumber,
|
|
500
512
|
Take: take,
|
|
@@ -540,6 +552,7 @@ export class PublicSlotsService {
|
|
|
540
552
|
remainingUsesGte,
|
|
541
553
|
futureOnly,
|
|
542
554
|
includeOffers,
|
|
555
|
+
includeVenue,
|
|
543
556
|
hasAvailability,
|
|
544
557
|
pageNumber,
|
|
545
558
|
take,
|
|
@@ -628,6 +641,10 @@ export class PublicSlotsService {
|
|
|
628
641
|
* Gets or sets a value indicating whether to include offers in the results.
|
|
629
642
|
*/
|
|
630
643
|
includeOffers?: boolean;
|
|
644
|
+
/**
|
|
645
|
+
* Gets or sets a value indicating whether to include venue detail in the results.
|
|
646
|
+
*/
|
|
647
|
+
includeVenue?: boolean;
|
|
631
648
|
/**
|
|
632
649
|
* Gets or sets a value indicating whether the slot has availability.
|
|
633
650
|
*/
|
|
@@ -698,6 +715,7 @@ export class PublicSlotsService {
|
|
|
698
715
|
RemainingUsesGTE: remainingUsesGte,
|
|
699
716
|
FutureOnly: futureOnly,
|
|
700
717
|
IncludeOffers: includeOffers,
|
|
718
|
+
IncludeVenue: includeVenue,
|
|
701
719
|
HasAvailability: hasAvailability,
|
|
702
720
|
PageNumber: pageNumber,
|
|
703
721
|
Take: take,
|
|
@@ -180,6 +180,7 @@ export class ScheduledSessionsService {
|
|
|
180
180
|
remainingUsesLte,
|
|
181
181
|
remainingUsesGte,
|
|
182
182
|
futureOnly,
|
|
183
|
+
includeVenue,
|
|
183
184
|
hasAvailability,
|
|
184
185
|
orderFirstNameContains,
|
|
185
186
|
orderLastNameContains,
|
|
@@ -256,6 +257,10 @@ export class ScheduledSessionsService {
|
|
|
256
257
|
* Gets or sets a value indicating whether to only return future scheduled session.
|
|
257
258
|
*/
|
|
258
259
|
futureOnly?: boolean;
|
|
260
|
+
/**
|
|
261
|
+
* Gets or sets a value indicating whether to include venue detail in the results.
|
|
262
|
+
*/
|
|
263
|
+
includeVenue?: boolean;
|
|
259
264
|
/**
|
|
260
265
|
* Gets or sets a value indicating whether the scheduled session has availability.
|
|
261
266
|
*/
|
|
@@ -336,6 +341,7 @@ export class ScheduledSessionsService {
|
|
|
336
341
|
RemainingUsesLTE: remainingUsesLte,
|
|
337
342
|
RemainingUsesGTE: remainingUsesGte,
|
|
338
343
|
FutureOnly: futureOnly,
|
|
344
|
+
IncludeVenue: includeVenue,
|
|
339
345
|
HasAvailability: hasAvailability,
|
|
340
346
|
OrderFirstNameContains: orderFirstNameContains,
|
|
341
347
|
OrderLastNameContains: orderLastNameContains,
|
|
@@ -381,6 +387,7 @@ export class ScheduledSessionsService {
|
|
|
381
387
|
remainingUsesLte,
|
|
382
388
|
remainingUsesGte,
|
|
383
389
|
futureOnly,
|
|
390
|
+
includeVenue,
|
|
384
391
|
hasAvailability,
|
|
385
392
|
orderFirstNameContains,
|
|
386
393
|
orderLastNameContains,
|
|
@@ -457,6 +464,10 @@ export class ScheduledSessionsService {
|
|
|
457
464
|
* Gets or sets a value indicating whether to only return future scheduled session.
|
|
458
465
|
*/
|
|
459
466
|
futureOnly?: boolean;
|
|
467
|
+
/**
|
|
468
|
+
* Gets or sets a value indicating whether to include venue detail in the results.
|
|
469
|
+
*/
|
|
470
|
+
includeVenue?: boolean;
|
|
460
471
|
/**
|
|
461
472
|
* Gets or sets a value indicating whether the scheduled session has availability.
|
|
462
473
|
*/
|
|
@@ -537,6 +548,7 @@ export class ScheduledSessionsService {
|
|
|
537
548
|
RemainingUsesLTE: remainingUsesLte,
|
|
538
549
|
RemainingUsesGTE: remainingUsesGte,
|
|
539
550
|
FutureOnly: futureOnly,
|
|
551
|
+
IncludeVenue: includeVenue,
|
|
540
552
|
HasAvailability: hasAvailability,
|
|
541
553
|
OrderFirstNameContains: orderFirstNameContains,
|
|
542
554
|
OrderLastNameContains: orderLastNameContains,
|
|
@@ -608,6 +620,7 @@ export class ScheduledSessionsService {
|
|
|
608
620
|
remainingUsesLte,
|
|
609
621
|
remainingUsesGte,
|
|
610
622
|
futureOnly,
|
|
623
|
+
includeVenue,
|
|
611
624
|
hasAvailability,
|
|
612
625
|
orderFirstNameContains,
|
|
613
626
|
orderLastNameContains,
|
|
@@ -684,6 +697,10 @@ export class ScheduledSessionsService {
|
|
|
684
697
|
* Gets or sets a value indicating whether to only return future scheduled session.
|
|
685
698
|
*/
|
|
686
699
|
futureOnly?: boolean;
|
|
700
|
+
/**
|
|
701
|
+
* Gets or sets a value indicating whether to include venue detail in the results.
|
|
702
|
+
*/
|
|
703
|
+
includeVenue?: boolean;
|
|
687
704
|
/**
|
|
688
705
|
* Gets or sets a value indicating whether the scheduled session has availability.
|
|
689
706
|
*/
|
|
@@ -764,6 +781,7 @@ export class ScheduledSessionsService {
|
|
|
764
781
|
RemainingUsesLTE: remainingUsesLte,
|
|
765
782
|
RemainingUsesGTE: remainingUsesGte,
|
|
766
783
|
FutureOnly: futureOnly,
|
|
784
|
+
IncludeVenue: includeVenue,
|
|
767
785
|
HasAvailability: hasAvailability,
|
|
768
786
|
OrderFirstNameContains: orderFirstNameContains,
|
|
769
787
|
OrderLastNameContains: orderLastNameContains,
|
|
@@ -138,6 +138,7 @@ export class SlotsService {
|
|
|
138
138
|
remainingUsesGte,
|
|
139
139
|
futureOnly,
|
|
140
140
|
includeOffers,
|
|
141
|
+
includeVenue,
|
|
141
142
|
hasAvailability,
|
|
142
143
|
pageNumber,
|
|
143
144
|
take,
|
|
@@ -222,6 +223,10 @@ export class SlotsService {
|
|
|
222
223
|
* Gets or sets a value indicating whether to include offers in the results.
|
|
223
224
|
*/
|
|
224
225
|
includeOffers?: boolean;
|
|
226
|
+
/**
|
|
227
|
+
* Gets or sets a value indicating whether to include venue detail in the results.
|
|
228
|
+
*/
|
|
229
|
+
includeVenue?: boolean;
|
|
225
230
|
/**
|
|
226
231
|
* Gets or sets a value indicating whether the slot has availability.
|
|
227
232
|
*/
|
|
@@ -289,6 +294,7 @@ export class SlotsService {
|
|
|
289
294
|
RemainingUsesGTE: remainingUsesGte,
|
|
290
295
|
FutureOnly: futureOnly,
|
|
291
296
|
IncludeOffers: includeOffers,
|
|
297
|
+
IncludeVenue: includeVenue,
|
|
292
298
|
HasAvailability: hasAvailability,
|
|
293
299
|
PageNumber: pageNumber,
|
|
294
300
|
Take: take,
|
|
@@ -333,6 +339,7 @@ export class SlotsService {
|
|
|
333
339
|
remainingUsesGte,
|
|
334
340
|
futureOnly,
|
|
335
341
|
includeOffers,
|
|
342
|
+
includeVenue,
|
|
336
343
|
hasAvailability,
|
|
337
344
|
pageNumber,
|
|
338
345
|
take,
|
|
@@ -417,6 +424,10 @@ export class SlotsService {
|
|
|
417
424
|
* Gets or sets a value indicating whether to include offers in the results.
|
|
418
425
|
*/
|
|
419
426
|
includeOffers?: boolean;
|
|
427
|
+
/**
|
|
428
|
+
* Gets or sets a value indicating whether to include venue detail in the results.
|
|
429
|
+
*/
|
|
430
|
+
includeVenue?: boolean;
|
|
420
431
|
/**
|
|
421
432
|
* Gets or sets a value indicating whether the slot has availability.
|
|
422
433
|
*/
|
|
@@ -484,6 +495,7 @@ export class SlotsService {
|
|
|
484
495
|
RemainingUsesGTE: remainingUsesGte,
|
|
485
496
|
FutureOnly: futureOnly,
|
|
486
497
|
IncludeOffers: includeOffers,
|
|
498
|
+
IncludeVenue: includeVenue,
|
|
487
499
|
HasAvailability: hasAvailability,
|
|
488
500
|
PageNumber: pageNumber,
|
|
489
501
|
Take: take,
|
|
@@ -554,6 +566,7 @@ export class SlotsService {
|
|
|
554
566
|
remainingUsesGte,
|
|
555
567
|
futureOnly,
|
|
556
568
|
includeOffers,
|
|
569
|
+
includeVenue,
|
|
557
570
|
hasAvailability,
|
|
558
571
|
pageNumber,
|
|
559
572
|
take,
|
|
@@ -638,6 +651,10 @@ export class SlotsService {
|
|
|
638
651
|
* Gets or sets a value indicating whether to include offers in the results.
|
|
639
652
|
*/
|
|
640
653
|
includeOffers?: boolean;
|
|
654
|
+
/**
|
|
655
|
+
* Gets or sets a value indicating whether to include venue detail in the results.
|
|
656
|
+
*/
|
|
657
|
+
includeVenue?: boolean;
|
|
641
658
|
/**
|
|
642
659
|
* Gets or sets a value indicating whether the slot has availability.
|
|
643
660
|
*/
|
|
@@ -705,6 +722,7 @@ export class SlotsService {
|
|
|
705
722
|
RemainingUsesGTE: remainingUsesGte,
|
|
706
723
|
FutureOnly: futureOnly,
|
|
707
724
|
IncludeOffers: includeOffers,
|
|
725
|
+
IncludeVenue: includeVenue,
|
|
708
726
|
HasAvailability: hasAvailability,
|
|
709
727
|
PageNumber: pageNumber,
|
|
710
728
|
Take: take,
|