reach-api-sdk 1.0.80 → 1.0.82

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.
@@ -6508,7 +6508,7 @@ declare class CourseSessionsService {
6508
6508
  * @returns boolean Success
6509
6509
  * @throws ApiError
6510
6510
  */
6511
- exists({ ids, venueId, courseId, courseIds, scheduleId, status, statuses, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, futureOnly, includeVenue, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
6511
+ exists({ ids, venueId, courseId, courseIds, scheduleId, status, statuses, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, futureOnly, includeVenue, excludeArchived, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
6512
6512
  /**
6513
6513
  * Gets or sets the queryable scheduled session ids.
6514
6514
  */
@@ -6561,6 +6561,10 @@ declare class CourseSessionsService {
6561
6561
  * Gets or sets a value indicating whether to include venue detail in the results.
6562
6562
  */
6563
6563
  includeVenue?: boolean;
6564
+ /**
6565
+ * Gets or sets a value indicating whether to exclude course sessions whose courses have been archived.
6566
+ */
6567
+ excludeArchived?: boolean;
6564
6568
  /**
6565
6569
  * Gets or sets the page number for paged queries.
6566
6570
  */
@@ -6607,7 +6611,7 @@ declare class CourseSessionsService {
6607
6611
  * @returns CourseSessionPage Success
6608
6612
  * @throws ApiError
6609
6613
  */
6610
- getPage({ ids, venueId, courseId, courseIds, scheduleId, status, statuses, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, futureOnly, includeVenue, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
6614
+ getPage({ ids, venueId, courseId, courseIds, scheduleId, status, statuses, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, futureOnly, includeVenue, excludeArchived, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
6611
6615
  /**
6612
6616
  * Gets or sets the queryable scheduled session ids.
6613
6617
  */
@@ -6660,6 +6664,10 @@ declare class CourseSessionsService {
6660
6664
  * Gets or sets a value indicating whether to include venue detail in the results.
6661
6665
  */
6662
6666
  includeVenue?: boolean;
6667
+ /**
6668
+ * Gets or sets a value indicating whether to exclude course sessions whose courses have been archived.
6669
+ */
6670
+ excludeArchived?: boolean;
6663
6671
  /**
6664
6672
  * Gets or sets the page number for paged queries.
6665
6673
  */
@@ -6717,7 +6725,7 @@ declare class CourseSessionsService {
6717
6725
  * @returns CourseSession Success
6718
6726
  * @throws ApiError
6719
6727
  */
6720
- getListWithoutReferences({ ids, venueId, courseId, courseIds, scheduleId, status, statuses, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, futureOnly, includeVenue, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
6728
+ getListWithoutReferences({ ids, venueId, courseId, courseIds, scheduleId, status, statuses, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, futureOnly, includeVenue, excludeArchived, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
6721
6729
  /**
6722
6730
  * Gets or sets the queryable scheduled session ids.
6723
6731
  */
@@ -6770,6 +6778,10 @@ declare class CourseSessionsService {
6770
6778
  * Gets or sets a value indicating whether to include venue detail in the results.
6771
6779
  */
6772
6780
  includeVenue?: boolean;
6781
+ /**
6782
+ * Gets or sets a value indicating whether to exclude course sessions whose courses have been archived.
6783
+ */
6784
+ excludeArchived?: boolean;
6773
6785
  /**
6774
6786
  * Gets or sets the page number for paged queries.
6775
6787
  */
@@ -6816,7 +6828,7 @@ declare class CourseSessionsService {
6816
6828
  * @returns CourseSession Success
6817
6829
  * @throws ApiError
6818
6830
  */
6819
- getListIdName({ ids, venueId, courseId, courseIds, scheduleId, status, statuses, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, futureOnly, includeVenue, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
6831
+ getListIdName({ ids, venueId, courseId, courseIds, scheduleId, status, statuses, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, futureOnly, includeVenue, excludeArchived, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
6820
6832
  /**
6821
6833
  * Gets or sets the queryable scheduled session ids.
6822
6834
  */
@@ -6869,6 +6881,10 @@ declare class CourseSessionsService {
6869
6881
  * Gets or sets a value indicating whether to include venue detail in the results.
6870
6882
  */
6871
6883
  includeVenue?: boolean;
6884
+ /**
6885
+ * Gets or sets a value indicating whether to exclude course sessions whose courses have been archived.
6886
+ */
6887
+ excludeArchived?: boolean;
6872
6888
  /**
6873
6889
  * Gets or sets the page number for paged queries.
6874
6890
  */
@@ -20091,7 +20107,7 @@ declare class PublicScheduledSessionsService {
20091
20107
  * @returns ScheduledSessionPage Success
20092
20108
  * @throws ApiError
20093
20109
  */
20094
- 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, }: {
20110
+ getPage({ xTenantSubdomain, ids, venueId, sessionId, sessionIds, scheduleId, status, statuses, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, includeVenue, hasAvailability, excludeArchived, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
20095
20111
  xTenantSubdomain?: string;
20096
20112
  /**
20097
20113
  * Gets or sets the queryable scheduled session ids.
@@ -20161,6 +20177,10 @@ declare class PublicScheduledSessionsService {
20161
20177
  * Gets or sets a value indicating whether the scheduled session has availability.
20162
20178
  */
20163
20179
  hasAvailability?: boolean;
20180
+ /**
20181
+ * Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
20182
+ */
20183
+ excludeArchived?: boolean;
20164
20184
  /**
20165
20185
  * Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
20166
20186
  */
@@ -20238,7 +20258,7 @@ declare class PublicScheduledSessionsService {
20238
20258
  * @returns boolean Success
20239
20259
  * @throws ApiError
20240
20260
  */
20241
- 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, }: {
20261
+ exists({ xTenantSubdomain, ids, venueId, sessionId, sessionIds, scheduleId, status, statuses, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, includeVenue, hasAvailability, excludeArchived, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
20242
20262
  /**
20243
20263
  * The tenants subdomain.
20244
20264
  */
@@ -20311,6 +20331,10 @@ declare class PublicScheduledSessionsService {
20311
20331
  * Gets or sets a value indicating whether the scheduled session has availability.
20312
20332
  */
20313
20333
  hasAvailability?: boolean;
20334
+ /**
20335
+ * Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
20336
+ */
20337
+ excludeArchived?: boolean;
20314
20338
  /**
20315
20339
  * Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
20316
20340
  */
@@ -20680,7 +20704,7 @@ declare class PublicSessionsService {
20680
20704
  * @returns any Success
20681
20705
  * @throws ApiError
20682
20706
  */
20683
- 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, }: {
20707
+ getDistinctSlotDates({ xTenantSubdomain, ids, venueId, sessionId, sessionIds, scheduleId, status, statuses, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, includeVenue, hasAvailability, excludeArchived, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
20684
20708
  /**
20685
20709
  * The tenants subdomain.
20686
20710
  */
@@ -20753,6 +20777,10 @@ declare class PublicSessionsService {
20753
20777
  * Gets or sets a value indicating whether the scheduled session has availability.
20754
20778
  */
20755
20779
  hasAvailability?: boolean;
20780
+ /**
20781
+ * Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
20782
+ */
20783
+ excludeArchived?: boolean;
20756
20784
  /**
20757
20785
  * Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
20758
20786
  */
@@ -25026,7 +25054,7 @@ declare class ScheduledSessionsService {
25026
25054
  * @returns boolean Success
25027
25055
  * @throws ApiError
25028
25056
  */
25029
- 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, }: {
25057
+ exists({ ids, venueId, sessionId, sessionIds, scheduleId, status, statuses, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, includeVenue, hasAvailability, excludeArchived, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
25030
25058
  /**
25031
25059
  * Gets or sets the queryable scheduled session ids.
25032
25060
  */
@@ -25095,6 +25123,10 @@ declare class ScheduledSessionsService {
25095
25123
  * Gets or sets a value indicating whether the scheduled session has availability.
25096
25124
  */
25097
25125
  hasAvailability?: boolean;
25126
+ /**
25127
+ * Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
25128
+ */
25129
+ excludeArchived?: boolean;
25098
25130
  /**
25099
25131
  * Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
25100
25132
  */
@@ -25157,7 +25189,7 @@ declare class ScheduledSessionsService {
25157
25189
  * @returns ScheduledSessionPage Success
25158
25190
  * @throws ApiError
25159
25191
  */
25160
- 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, }: {
25192
+ getPage({ ids, venueId, sessionId, sessionIds, scheduleId, status, statuses, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, includeVenue, hasAvailability, excludeArchived, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
25161
25193
  /**
25162
25194
  * Gets or sets the queryable scheduled session ids.
25163
25195
  */
@@ -25226,6 +25258,10 @@ declare class ScheduledSessionsService {
25226
25258
  * Gets or sets a value indicating whether the scheduled session has availability.
25227
25259
  */
25228
25260
  hasAvailability?: boolean;
25261
+ /**
25262
+ * Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
25263
+ */
25264
+ excludeArchived?: boolean;
25229
25265
  /**
25230
25266
  * Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
25231
25267
  */
@@ -25299,7 +25335,7 @@ declare class ScheduledSessionsService {
25299
25335
  * @returns ScheduledSession Success
25300
25336
  * @throws ApiError
25301
25337
  */
25302
- getListWithoutReferences({ 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, }: {
25338
+ getListWithoutReferences({ ids, venueId, sessionId, sessionIds, scheduleId, status, statuses, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, includeVenue, hasAvailability, excludeArchived, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
25303
25339
  /**
25304
25340
  * Gets or sets the queryable scheduled session ids.
25305
25341
  */
@@ -25368,6 +25404,10 @@ declare class ScheduledSessionsService {
25368
25404
  * Gets or sets a value indicating whether the scheduled session has availability.
25369
25405
  */
25370
25406
  hasAvailability?: boolean;
25407
+ /**
25408
+ * Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
25409
+ */
25410
+ excludeArchived?: boolean;
25371
25411
  /**
25372
25412
  * Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
25373
25413
  */
@@ -25430,7 +25470,7 @@ declare class ScheduledSessionsService {
25430
25470
  * @returns ScheduledSession Success
25431
25471
  * @throws ApiError
25432
25472
  */
25433
- 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, }: {
25473
+ getListIdName({ ids, venueId, sessionId, sessionIds, scheduleId, status, statuses, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, includeVenue, hasAvailability, excludeArchived, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
25434
25474
  /**
25435
25475
  * Gets or sets the queryable scheduled session ids.
25436
25476
  */
@@ -25499,6 +25539,10 @@ declare class ScheduledSessionsService {
25499
25539
  * Gets or sets a value indicating whether the scheduled session has availability.
25500
25540
  */
25501
25541
  hasAvailability?: boolean;
25542
+ /**
25543
+ * Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
25544
+ */
25545
+ excludeArchived?: boolean;
25502
25546
  /**
25503
25547
  * Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
25504
25548
  */
@@ -34259,6 +34303,464 @@ declare class UsersService {
34259
34303
  }): CancelablePromise<boolean>;
34260
34304
  }
34261
34305
 
34306
+ /**
34307
+ * Represents a relationship between a venue and a user.
34308
+ */
34309
+ type VenueManager = {
34310
+ /**
34311
+ * Gets or sets the entities Id.
34312
+ */
34313
+ id?: string;
34314
+ /**
34315
+ * Gets or sets the tenant Id.
34316
+ */
34317
+ tenantId: string;
34318
+ /**
34319
+ * Gets or sets the created date of this entity.
34320
+ */
34321
+ dateCreated: string;
34322
+ /**
34323
+ * Gets or sets the last modified date of this entity.
34324
+ */
34325
+ dateModified: string;
34326
+ /**
34327
+ * Gets or sets the modified by Id.
34328
+ */
34329
+ modifiedById?: string | null;
34330
+ /**
34331
+ * Gets or sets a value indicating whether the record is live and available for use within the application.
34332
+ */
34333
+ isLive: boolean;
34334
+ /**
34335
+ * Gets or sets the user id.
34336
+ */
34337
+ userId?: string | null;
34338
+ /**
34339
+ * Gets or sets the venue id.
34340
+ */
34341
+ venueId?: string | null;
34342
+ };
34343
+
34344
+ type VenueManagerPage = {
34345
+ pagination: Pagination;
34346
+ readonly items: Array<VenueManager>;
34347
+ };
34348
+
34349
+ /**
34350
+ * Post model for venue manager updates.
34351
+ */
34352
+ type VenueManagerPatch = {
34353
+ /**
34354
+ * Gets or sets the tenant Id.
34355
+ */
34356
+ tenantId: string;
34357
+ /**
34358
+ * Gets or sets the Id.
34359
+ */
34360
+ id: string;
34361
+ /**
34362
+ * Gets or sets the user id.
34363
+ */
34364
+ userId?: string | null;
34365
+ /**
34366
+ * Gets or sets the venue id.
34367
+ */
34368
+ venueId?: string | null;
34369
+ };
34370
+
34371
+ /**
34372
+ * Post model for venue manager inserts.
34373
+ */
34374
+ type VenueManagerPost = {
34375
+ /**
34376
+ * Gets or sets the tenant Id.
34377
+ */
34378
+ tenantId: string;
34379
+ /**
34380
+ * Gets or sets the user id.
34381
+ */
34382
+ userId?: string | null;
34383
+ /**
34384
+ * Gets or sets the venue id.
34385
+ */
34386
+ venueId?: string | null;
34387
+ };
34388
+
34389
+ declare class VenueManagersService {
34390
+ readonly httpRequest: BaseHttpRequest;
34391
+ constructor(httpRequest: BaseHttpRequest);
34392
+ /**
34393
+ * Updates the assigned venues for the user />.
34394
+ * @returns any Success
34395
+ * @throws ApiError
34396
+ */
34397
+ updateUserVenueAssignments({ userId, requestBody, }: {
34398
+ /**
34399
+ * The user Id.
34400
+ */
34401
+ userId: string;
34402
+ /**
34403
+ * The post model.
34404
+ */
34405
+ requestBody?: Array<VenueManagerPost>;
34406
+ }): CancelablePromise<any>;
34407
+ /**
34408
+ * Updates the assigned users for the venue />.
34409
+ * @returns any Success
34410
+ * @throws ApiError
34411
+ */
34412
+ updateVenueUserAssignments({ venueId, requestBody, }: {
34413
+ /**
34414
+ * The venue Id.
34415
+ */
34416
+ venueId: string;
34417
+ /**
34418
+ * The post model.
34419
+ */
34420
+ requestBody?: Array<VenueManagerPost>;
34421
+ }): CancelablePromise<any>;
34422
+ /**
34423
+ * Gets the resource by its Id.
34424
+ * @returns VenueManager Success
34425
+ * @throws ApiError
34426
+ */
34427
+ getObject({ id, }: {
34428
+ /**
34429
+ * The <typeparamref name="TObject" /> id.
34430
+ */
34431
+ id: string;
34432
+ }): CancelablePromise<VenueManager>;
34433
+ /**
34434
+ * Deletes the resource.
34435
+ * @returns any Success
34436
+ * @throws ApiError
34437
+ */
34438
+ deleteById({ id, }: {
34439
+ /**
34440
+ * The <typeparamref name="TObject" /> id.
34441
+ */
34442
+ id: string;
34443
+ }): CancelablePromise<any>;
34444
+ /**
34445
+ * Returns a value indicating whether the resource exists in the database given the provided search params.
34446
+ * @returns boolean Success
34447
+ * @throws ApiError
34448
+ */
34449
+ exists({ venueId, venueIds, userId, userIds, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
34450
+ /**
34451
+ * Gets or sets the queryable venue id.
34452
+ */
34453
+ venueId?: string;
34454
+ /**
34455
+ * Gets or sets the queryable venueids.
34456
+ */
34457
+ venueIds?: Array<string>;
34458
+ /**
34459
+ * Gets or sets the queryable user id.
34460
+ */
34461
+ userId?: string;
34462
+ /**
34463
+ * Gets or sets the queryable user ids.
34464
+ */
34465
+ userIds?: Array<string>;
34466
+ /**
34467
+ * Gets or sets the page number for paged queries.
34468
+ */
34469
+ pageNumber?: number;
34470
+ /**
34471
+ * Gets or sets the result count limit, always applicable Paged queries, only applicable to List queries if LimitListRequests is set to true.
34472
+ */
34473
+ take?: number;
34474
+ /**
34475
+ * Gets or sets a value indicating whether to apply a limit to the number of results returned in a GetList request.
34476
+ */
34477
+ limitListRequests?: boolean;
34478
+ /**
34479
+ * Gets or sets the Tenant Id.
34480
+ */
34481
+ tenantId?: string;
34482
+ /**
34483
+ * Gets or sets the Modifed By Id.
34484
+ */
34485
+ modifiedById?: string;
34486
+ /**
34487
+ * Gets or sets the Modifed By Ids.
34488
+ */
34489
+ modifiedByIds?: Array<string>;
34490
+ /**
34491
+ * Gets or sets the Date Created greater than equal to.
34492
+ */
34493
+ dateCreatedGte?: string;
34494
+ /**
34495
+ * Gets or sets the Date Created less than equal to.
34496
+ */
34497
+ dateCreatedLte?: string;
34498
+ /**
34499
+ * Gets or sets the queryable only is live status.
34500
+ */
34501
+ isLive?: boolean;
34502
+ /**
34503
+ * Gets or sets the sort order direction.
34504
+ */
34505
+ sortOrderDirection?: SearchSortOrderDirection;
34506
+ }): CancelablePromise<boolean>;
34507
+ /**
34508
+ * Gets a list of resources.
34509
+ * @returns VenueManagerPage Success
34510
+ * @throws ApiError
34511
+ */
34512
+ getPage({ venueId, venueIds, userId, userIds, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
34513
+ /**
34514
+ * Gets or sets the queryable venue id.
34515
+ */
34516
+ venueId?: string;
34517
+ /**
34518
+ * Gets or sets the queryable venueids.
34519
+ */
34520
+ venueIds?: Array<string>;
34521
+ /**
34522
+ * Gets or sets the queryable user id.
34523
+ */
34524
+ userId?: string;
34525
+ /**
34526
+ * Gets or sets the queryable user ids.
34527
+ */
34528
+ userIds?: Array<string>;
34529
+ /**
34530
+ * Gets or sets the page number for paged queries.
34531
+ */
34532
+ pageNumber?: number;
34533
+ /**
34534
+ * Gets or sets the result count limit, always applicable Paged queries, only applicable to List queries if LimitListRequests is set to true.
34535
+ */
34536
+ take?: number;
34537
+ /**
34538
+ * Gets or sets a value indicating whether to apply a limit to the number of results returned in a GetList request.
34539
+ */
34540
+ limitListRequests?: boolean;
34541
+ /**
34542
+ * Gets or sets the Tenant Id.
34543
+ */
34544
+ tenantId?: string;
34545
+ /**
34546
+ * Gets or sets the Modifed By Id.
34547
+ */
34548
+ modifiedById?: string;
34549
+ /**
34550
+ * Gets or sets the Modifed By Ids.
34551
+ */
34552
+ modifiedByIds?: Array<string>;
34553
+ /**
34554
+ * Gets or sets the Date Created greater than equal to.
34555
+ */
34556
+ dateCreatedGte?: string;
34557
+ /**
34558
+ * Gets or sets the Date Created less than equal to.
34559
+ */
34560
+ dateCreatedLte?: string;
34561
+ /**
34562
+ * Gets or sets the queryable only is live status.
34563
+ */
34564
+ isLive?: boolean;
34565
+ /**
34566
+ * Gets or sets the sort order direction.
34567
+ */
34568
+ sortOrderDirection?: SearchSortOrderDirection;
34569
+ }): CancelablePromise<VenueManagerPage>;
34570
+ /**
34571
+ * Deletes the resource.
34572
+ * @returns any Success
34573
+ * @throws ApiError
34574
+ */
34575
+ deleteByObject({ requestBody, }: {
34576
+ /**
34577
+ * The <typeparamref name="TObject" /> model.
34578
+ */
34579
+ requestBody?: VenueManager;
34580
+ }): CancelablePromise<any>;
34581
+ /**
34582
+ * Gets a list of resources unpaged and without references.
34583
+ * @returns VenueManager Success
34584
+ * @throws ApiError
34585
+ */
34586
+ getListWithoutReferences({ venueId, venueIds, userId, userIds, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
34587
+ /**
34588
+ * Gets or sets the queryable venue id.
34589
+ */
34590
+ venueId?: string;
34591
+ /**
34592
+ * Gets or sets the queryable venueids.
34593
+ */
34594
+ venueIds?: Array<string>;
34595
+ /**
34596
+ * Gets or sets the queryable user id.
34597
+ */
34598
+ userId?: string;
34599
+ /**
34600
+ * Gets or sets the queryable user ids.
34601
+ */
34602
+ userIds?: Array<string>;
34603
+ /**
34604
+ * Gets or sets the page number for paged queries.
34605
+ */
34606
+ pageNumber?: number;
34607
+ /**
34608
+ * Gets or sets the result count limit, always applicable Paged queries, only applicable to List queries if LimitListRequests is set to true.
34609
+ */
34610
+ take?: number;
34611
+ /**
34612
+ * Gets or sets a value indicating whether to apply a limit to the number of results returned in a GetList request.
34613
+ */
34614
+ limitListRequests?: boolean;
34615
+ /**
34616
+ * Gets or sets the Tenant Id.
34617
+ */
34618
+ tenantId?: string;
34619
+ /**
34620
+ * Gets or sets the Modifed By Id.
34621
+ */
34622
+ modifiedById?: string;
34623
+ /**
34624
+ * Gets or sets the Modifed By Ids.
34625
+ */
34626
+ modifiedByIds?: Array<string>;
34627
+ /**
34628
+ * Gets or sets the Date Created greater than equal to.
34629
+ */
34630
+ dateCreatedGte?: string;
34631
+ /**
34632
+ * Gets or sets the Date Created less than equal to.
34633
+ */
34634
+ dateCreatedLte?: string;
34635
+ /**
34636
+ * Gets or sets the queryable only is live status.
34637
+ */
34638
+ isLive?: boolean;
34639
+ /**
34640
+ * Gets or sets the sort order direction.
34641
+ */
34642
+ sortOrderDirection?: SearchSortOrderDirection;
34643
+ }): CancelablePromise<Array<VenueManager>>;
34644
+ /**
34645
+ * Gets a list of resources.
34646
+ * @returns VenueManager Success
34647
+ * @throws ApiError
34648
+ */
34649
+ getListIdName({ venueId, venueIds, userId, userIds, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
34650
+ /**
34651
+ * Gets or sets the queryable venue id.
34652
+ */
34653
+ venueId?: string;
34654
+ /**
34655
+ * Gets or sets the queryable venueids.
34656
+ */
34657
+ venueIds?: Array<string>;
34658
+ /**
34659
+ * Gets or sets the queryable user id.
34660
+ */
34661
+ userId?: string;
34662
+ /**
34663
+ * Gets or sets the queryable user ids.
34664
+ */
34665
+ userIds?: Array<string>;
34666
+ /**
34667
+ * Gets or sets the page number for paged queries.
34668
+ */
34669
+ pageNumber?: number;
34670
+ /**
34671
+ * Gets or sets the result count limit, always applicable Paged queries, only applicable to List queries if LimitListRequests is set to true.
34672
+ */
34673
+ take?: number;
34674
+ /**
34675
+ * Gets or sets a value indicating whether to apply a limit to the number of results returned in a GetList request.
34676
+ */
34677
+ limitListRequests?: boolean;
34678
+ /**
34679
+ * Gets or sets the Tenant Id.
34680
+ */
34681
+ tenantId?: string;
34682
+ /**
34683
+ * Gets or sets the Modifed By Id.
34684
+ */
34685
+ modifiedById?: string;
34686
+ /**
34687
+ * Gets or sets the Modifed By Ids.
34688
+ */
34689
+ modifiedByIds?: Array<string>;
34690
+ /**
34691
+ * Gets or sets the Date Created greater than equal to.
34692
+ */
34693
+ dateCreatedGte?: string;
34694
+ /**
34695
+ * Gets or sets the Date Created less than equal to.
34696
+ */
34697
+ dateCreatedLte?: string;
34698
+ /**
34699
+ * Gets or sets the queryable only is live status.
34700
+ */
34701
+ isLive?: boolean;
34702
+ /**
34703
+ * Gets or sets the sort order direction.
34704
+ */
34705
+ sortOrderDirection?: SearchSortOrderDirection;
34706
+ }): CancelablePromise<Array<VenueManager>>;
34707
+ /**
34708
+ * Inserts a new resource. The Id will be automatically generated and will be ignored if provided.
34709
+ * @returns VenueManager Success
34710
+ * @throws ApiError
34711
+ */
34712
+ post({ requestBody, }: {
34713
+ /**
34714
+ * The <typeparamref name="TObject" /> model.
34715
+ */
34716
+ requestBody?: VenueManagerPost;
34717
+ }): CancelablePromise<VenueManager>;
34718
+ /**
34719
+ * Patches the resource.
34720
+ * @returns VenueManager Success
34721
+ * @throws ApiError
34722
+ */
34723
+ patch({ requestBody, }: {
34724
+ /**
34725
+ * The <typeparamref name="TObject" /> model.
34726
+ */
34727
+ requestBody?: VenueManagerPatch;
34728
+ }): CancelablePromise<VenueManager>;
34729
+ /**
34730
+ * Inserts a list of resources.
34731
+ * @returns VenueManager Success
34732
+ * @throws ApiError
34733
+ */
34734
+ postList({ requestBody, }: {
34735
+ /**
34736
+ * The list of <typeparamref name="TObject" />.
34737
+ */
34738
+ requestBody?: Array<VenueManagerPost>;
34739
+ }): CancelablePromise<Array<VenueManager>>;
34740
+ /**
34741
+ * Patches the resource.
34742
+ * @returns VenueManager Success
34743
+ * @throws ApiError
34744
+ */
34745
+ patchWithReferences({ requestBody, }: {
34746
+ /**
34747
+ * The <typeparamref name="TObject" /> model.
34748
+ */
34749
+ requestBody?: VenueManagerPatch;
34750
+ }): CancelablePromise<VenueManager>;
34751
+ /**
34752
+ * Returns a value indicating whether the resource is deletable.
34753
+ * @returns boolean Success
34754
+ * @throws ApiError
34755
+ */
34756
+ canDelete({ id, }: {
34757
+ /**
34758
+ * The <typeparamref name="TObject" /> id.
34759
+ */
34760
+ id: string;
34761
+ }): CancelablePromise<boolean>;
34762
+ }
34763
+
34262
34764
  /**
34263
34765
  * Post model for venue inserts.
34264
34766
  */
@@ -36196,6 +36698,7 @@ declare class ApiClient {
36196
36698
  readonly timezone: TimezoneService;
36197
36699
  readonly totalRevenueReport: TotalRevenueReportService;
36198
36700
  readonly users: UsersService;
36701
+ readonly venueManagers: VenueManagersService;
36199
36702
  readonly venues: VenuesService;
36200
36703
  readonly venuesReport: VenuesReportService;
36201
36704
  readonly waitlistActivity: WaitlistActivityService;
@@ -36330,4 +36833,4 @@ type ValidationResultModel = {
36330
36833
  readonly errors?: Array<ValidationError> | null;
36331
36834
  };
36332
36835
 
36333
- export { Activity, ActivityService, ActivityType, AdvanceBooking, Amenity, AmenityService, ApiClient, ApiError, AppUserRole, ApplicationRole, Attendee, AttendeePage, AttendeePatch, AttendeePost, AttendeesService, AutoCompleteResponseModel, BadEnglandReportService, BaseHttpRequest, BookingService, BookingStatus, CancelError, CancelablePromise, ChatService, ChoiceMessage, CompletionChoice, ContactOnConfirmation, Country, CountryService, Course, CourseBookingCutoff, CourseCreate, CoursePage, CoursePatch, CoursePost, CourseSearchSortBy, CourseSession, CourseSessionPage, CourseSessionPatch, CourseSessionPost, CourseSessionSchedule, CourseSessionSchedulePage, CourseSessionSchedulePatch, CourseSessionSchedulePost, CourseSessionSchedulesService, CourseSessionsService, CourseStatus, CoursesService, CreateOffer, CreateQuestion, CreateQuestionOption, CreateVenue, Customer, CustomerCancellationOption, CustomerEmailPatch, CustomerPage, CustomerPatch, CustomerPost, CustomerStats, CustomerType, CustomersService, DatabaseState, DayOfWeek, DescriptionCompletionResponse, EmailReminderSchedule, EmailReminderSchedulePage, EmailReminderSchedulePatch, EmailReminderSchedulePost, EmailReminderSchedulesService, EmailSetting, EmailSettingPage, EmailSettingPatch, EmailSettingPost, EmailSettingsService, FacilitiesService, Facility, FacilityIndividual, FacilityIndividualPage, FacilityIndividualPatch, FacilityIndividualPost, FacilityIndividualsService, FacilityIndividualsType, FacilityPage, FacilityPatch, FacilityPost, FilestackImageMetaResponseModel, FilestackService, Gender, GenericActivity, GenericActivityPage, GenericActivityPatch, GenericActivityPost, GenericActivityService, GeocodeResponseModel, GeocodeService, GooglePrediction, HereAddressDetails, HereAutoComplete, HereAutocompleteLookupService, HereLookupResults, HereMapDetails, HerePositionDetails, HttpStatusCode, IOpportunity, Image, ImagePage, ImagePatch, ImagePost, ImagesService, InviteStatus, LeasingService, LoqateGeocode, LoqatePlaceResult, LoqatePlacesService, LoqatePrediction, Northeast, NotificationQueue, NotificationQueuePage, NotificationQueuePatch, NotificationQueuePost, NotificationQueueService, NotificationSetting, NotificationSettingPage, NotificationSettingPatch, NotificationSettingPost, NotificationSettingsService, NotificationType, Offer, OfferPage, OfferPatch, OfferPost, OffersService, OpenAPI, OpenAPIConfig, OpenactiveFeedIntermediate, OpenactiveFeedIntermediatePage, OpenactiveFeedIntermediatePatch, OpenactiveFeedIntermediatePost, OpenactiveFeedIntermediateService, OpenactiveFeedItem, OpenactiveFeedItemPage, OpenactiveFeedItemPatch, OpenactiveFeedItemPost, OpenactiveFeedItemService, OpportunityRegister, OpportunityRegisterPage, OpportunityRegisterPatch, OpportunityRegisterPost, OpportunityRegisterService, OpportunityType, Order, OrderEmailCustomerPatch, OrderItem, OrderItemPage, OrderItemPatch, OrderItemPost, OrderItemStatus, OrderItemsService, OrderPage, OrderPatch, OrderPost, OrderPostItem, OrderRefresh, OrderSource, OrderStage, OrderToken, OrderTokenPage, OrderTokenPatch, OrderTokenPost, OrderUpdateContact, OrdersService, OrgCourseUtilisation, OrgCourseUtilisationPage, OrgCourseUtilisationPatch, OrgCourseUtilisationPost, OrgCourseUtilisationService, OrganisationApplicationFeeHandling, OrganisationAvailableChannel, OrganisationRefundPolicy, OrganisationTaxMode, OrganisationType, Pagination, Payment, PaymentMethod, PaymentPage, PaymentPatch, PaymentPost, PaymentsService, Permission, PermissionPage, PermissionPatch, PermissionPost, PermissionsService, PlaceDetailsResponseModel, PlaceGeometry, PlaceLocation, PlaceResult, PlaceViewport, PlacesService, PlusCode, Prepayment, Programme, ProgrammePage, ProgrammePatch, ProgrammePost, ProgrammesService, PublicBookingService, PublicCoursesService, PublicCustomersService, PublicFacilitiesService, PublicHealthCheckService, PublicLeasingService, PublicOrderTokensService, PublicOrdersService, PublicProgrammesService, PublicScheduledSessionsService, PublicSessionsService, PublicSlotsService, PublicStripeWebhookService, PublicSurveyCompletionLogsService, PublicSurveyQuestionsService, PublicSurveysService, PublicTenantsService, PublicVenuesService, PublicWaitlistActivityService, PublicWaitlistOpportunityService, QuestionIndex, ReachEntity, ReachError, ReachOperation, RecentOrderActivityReport, RecentOrderActivityReportPage, RecentOrderActivityReportPatch, RecentOrderActivityReportPost, RecentOrderActivityReportService, RefundStatus, RescheduleLog, RescheduleLogPage, RescheduleLogPatch, RescheduleLogPost, RescheduleLogService, ScheduleStatus, ScheduledSession, ScheduledSessionEmailAttendeesPatch, ScheduledSessionPage, ScheduledSessionPatch, ScheduledSessionPost, ScheduledSessionReschedulePatch, ScheduledSessionSchedule, ScheduledSessionSchedulePage, ScheduledSessionSchedulePatch, ScheduledSessionSchedulePost, ScheduledSessionSearchSortBy, ScheduledSessionsSchedulesService, ScheduledSessionsService, SearchSortOrderDirection, Session, SessionCreate, SessionPage, SessionPatch, SessionPost, SessionType, SessionsService, Slot, SlotAvailabilityStatus, SlotOffer, SlotOfferPage, SlotOfferPatch, SlotOfferPost, SlotOffersService, SlotPage, SlotPatch, SlotPost, SlotSchedule, SlotScheduleOffer, SlotScheduleOfferPage, SlotScheduleOfferPatch, SlotScheduleOfferPost, SlotScheduleOffersService, SlotSchedulePage, SlotSchedulePatch, SlotSchedulePost, SlotSchedulesService, SlotStatus, SlotsService, Southwest, StripeAccount, StripeAccountPage, StripeAccountPatch, StripeAccountPost, StripeAccountService, StructuredFormatting, Surface, SurfacesService, Survey, SurveyAnswer, SurveyAnswerPage, SurveyAnswerPatch, SurveyAnswerPost, SurveyAnswersService, SurveyCompletionLog, SurveyCompletionLogPage, SurveyCompletionLogPatch, SurveyCompletionLogPost, SurveyCompletionLogService, SurveyCreate, SurveyPage, SurveyPatch, SurveyPost, SurveyQuestion, SurveyQuestionOption, SurveyQuestionPage, SurveyQuestionPatch, SurveyQuestionPatchOption, SurveyQuestionPost, SurveyQuestionPostOption, SurveyQuestionType, SurveyQuestionsService, SurveyQuestionsTarget, SurveyReportExtended, SurveyReportExtendedPage, SurveyReportExtendedPatch, SurveyReportExtendedPost, SurveyReportExtendedService, SurveyResponseMode, SurveySubmissionModel, SurveySubmit, SurveySubmitAttendee, SurveySubmitQuestions, SurveyType, SurveysService, Tax, Template, TemplateDetail, TemplateDetailPage, TemplateDetailPatch, TemplateDetailPost, TemplateDetailsService, TemplateDuplicatePost, TemplateFromPost, TemplateOffer, TemplateOfferPage, TemplateOfferPatch, TemplateOfferPost, TemplateOffersService, TemplatePage, TemplatePatch, TemplatePost, TemplateUseResponse, TemplatesService, Tenant, TenantPage, TenantPatch, TenantPost, TenantTier, TenantWebsiteSetting, TenantWebsiteSettingPage, TenantWebsiteSettingPatch, TenantWebsiteSettingPost, TenantWebsiteSettingsService, TenantsService, Timezone, TimezoneService, TotalRevenueReport, TotalRevenueReportPage, TotalRevenueReportPatch, TotalRevenueReportPost, TotalRevenueReportService, UpdateEmailSettings, UpdateOffer, User, UserPage, UserPatch, UserPost, UserRole, UsersService, ValidationError, ValidationResultModel, Venue, VenueBadmintonEnglandReport, VenueBadmintonEnglandReportPage, VenueBadmintonEnglandReportPatch, VenueBadmintonEnglandReportPost, VenueCreate, VenueOpeningHourUpdate, VenueOpeningHours, VenuePage, VenuePatch, VenuePost, VenuesReport, VenuesReportPage, VenuesReportPatch, VenuesReportPost, VenuesReportService, VenuesService, WaitlistActivity, WaitlistActivityPage, WaitlistActivityPatch, WaitlistActivityPost, WaitlistActivityService, WaitlistOpportunity, WaitlistOpportunityPage, WaitlistOpportunityPatch, WaitlistOpportunityPost, WaitlistOpportunityService };
36836
+ export { Activity, ActivityService, ActivityType, AdvanceBooking, Amenity, AmenityService, ApiClient, ApiError, AppUserRole, ApplicationRole, Attendee, AttendeePage, AttendeePatch, AttendeePost, AttendeesService, AutoCompleteResponseModel, BadEnglandReportService, BaseHttpRequest, BookingService, BookingStatus, CancelError, CancelablePromise, ChatService, ChoiceMessage, CompletionChoice, ContactOnConfirmation, Country, CountryService, Course, CourseBookingCutoff, CourseCreate, CoursePage, CoursePatch, CoursePost, CourseSearchSortBy, CourseSession, CourseSessionPage, CourseSessionPatch, CourseSessionPost, CourseSessionSchedule, CourseSessionSchedulePage, CourseSessionSchedulePatch, CourseSessionSchedulePost, CourseSessionSchedulesService, CourseSessionsService, CourseStatus, CoursesService, CreateOffer, CreateQuestion, CreateQuestionOption, CreateVenue, Customer, CustomerCancellationOption, CustomerEmailPatch, CustomerPage, CustomerPatch, CustomerPost, CustomerStats, CustomerType, CustomersService, DatabaseState, DayOfWeek, DescriptionCompletionResponse, EmailReminderSchedule, EmailReminderSchedulePage, EmailReminderSchedulePatch, EmailReminderSchedulePost, EmailReminderSchedulesService, EmailSetting, EmailSettingPage, EmailSettingPatch, EmailSettingPost, EmailSettingsService, FacilitiesService, Facility, FacilityIndividual, FacilityIndividualPage, FacilityIndividualPatch, FacilityIndividualPost, FacilityIndividualsService, FacilityIndividualsType, FacilityPage, FacilityPatch, FacilityPost, FilestackImageMetaResponseModel, FilestackService, Gender, GenericActivity, GenericActivityPage, GenericActivityPatch, GenericActivityPost, GenericActivityService, GeocodeResponseModel, GeocodeService, GooglePrediction, HereAddressDetails, HereAutoComplete, HereAutocompleteLookupService, HereLookupResults, HereMapDetails, HerePositionDetails, HttpStatusCode, IOpportunity, Image, ImagePage, ImagePatch, ImagePost, ImagesService, InviteStatus, LeasingService, LoqateGeocode, LoqatePlaceResult, LoqatePlacesService, LoqatePrediction, Northeast, NotificationQueue, NotificationQueuePage, NotificationQueuePatch, NotificationQueuePost, NotificationQueueService, NotificationSetting, NotificationSettingPage, NotificationSettingPatch, NotificationSettingPost, NotificationSettingsService, NotificationType, Offer, OfferPage, OfferPatch, OfferPost, OffersService, OpenAPI, OpenAPIConfig, OpenactiveFeedIntermediate, OpenactiveFeedIntermediatePage, OpenactiveFeedIntermediatePatch, OpenactiveFeedIntermediatePost, OpenactiveFeedIntermediateService, OpenactiveFeedItem, OpenactiveFeedItemPage, OpenactiveFeedItemPatch, OpenactiveFeedItemPost, OpenactiveFeedItemService, OpportunityRegister, OpportunityRegisterPage, OpportunityRegisterPatch, OpportunityRegisterPost, OpportunityRegisterService, OpportunityType, Order, OrderEmailCustomerPatch, OrderItem, OrderItemPage, OrderItemPatch, OrderItemPost, OrderItemStatus, OrderItemsService, OrderPage, OrderPatch, OrderPost, OrderPostItem, OrderRefresh, OrderSource, OrderStage, OrderToken, OrderTokenPage, OrderTokenPatch, OrderTokenPost, OrderUpdateContact, OrdersService, OrgCourseUtilisation, OrgCourseUtilisationPage, OrgCourseUtilisationPatch, OrgCourseUtilisationPost, OrgCourseUtilisationService, OrganisationApplicationFeeHandling, OrganisationAvailableChannel, OrganisationRefundPolicy, OrganisationTaxMode, OrganisationType, Pagination, Payment, PaymentMethod, PaymentPage, PaymentPatch, PaymentPost, PaymentsService, Permission, PermissionPage, PermissionPatch, PermissionPost, PermissionsService, PlaceDetailsResponseModel, PlaceGeometry, PlaceLocation, PlaceResult, PlaceViewport, PlacesService, PlusCode, Prepayment, Programme, ProgrammePage, ProgrammePatch, ProgrammePost, ProgrammesService, PublicBookingService, PublicCoursesService, PublicCustomersService, PublicFacilitiesService, PublicHealthCheckService, PublicLeasingService, PublicOrderTokensService, PublicOrdersService, PublicProgrammesService, PublicScheduledSessionsService, PublicSessionsService, PublicSlotsService, PublicStripeWebhookService, PublicSurveyCompletionLogsService, PublicSurveyQuestionsService, PublicSurveysService, PublicTenantsService, PublicVenuesService, PublicWaitlistActivityService, PublicWaitlistOpportunityService, QuestionIndex, ReachEntity, ReachError, ReachOperation, RecentOrderActivityReport, RecentOrderActivityReportPage, RecentOrderActivityReportPatch, RecentOrderActivityReportPost, RecentOrderActivityReportService, RefundStatus, RescheduleLog, RescheduleLogPage, RescheduleLogPatch, RescheduleLogPost, RescheduleLogService, ScheduleStatus, ScheduledSession, ScheduledSessionEmailAttendeesPatch, ScheduledSessionPage, ScheduledSessionPatch, ScheduledSessionPost, ScheduledSessionReschedulePatch, ScheduledSessionSchedule, ScheduledSessionSchedulePage, ScheduledSessionSchedulePatch, ScheduledSessionSchedulePost, ScheduledSessionSearchSortBy, ScheduledSessionsSchedulesService, ScheduledSessionsService, SearchSortOrderDirection, Session, SessionCreate, SessionPage, SessionPatch, SessionPost, SessionType, SessionsService, Slot, SlotAvailabilityStatus, SlotOffer, SlotOfferPage, SlotOfferPatch, SlotOfferPost, SlotOffersService, SlotPage, SlotPatch, SlotPost, SlotSchedule, SlotScheduleOffer, SlotScheduleOfferPage, SlotScheduleOfferPatch, SlotScheduleOfferPost, SlotScheduleOffersService, SlotSchedulePage, SlotSchedulePatch, SlotSchedulePost, SlotSchedulesService, SlotStatus, SlotsService, Southwest, StripeAccount, StripeAccountPage, StripeAccountPatch, StripeAccountPost, StripeAccountService, StructuredFormatting, Surface, SurfacesService, Survey, SurveyAnswer, SurveyAnswerPage, SurveyAnswerPatch, SurveyAnswerPost, SurveyAnswersService, SurveyCompletionLog, SurveyCompletionLogPage, SurveyCompletionLogPatch, SurveyCompletionLogPost, SurveyCompletionLogService, SurveyCreate, SurveyPage, SurveyPatch, SurveyPost, SurveyQuestion, SurveyQuestionOption, SurveyQuestionPage, SurveyQuestionPatch, SurveyQuestionPatchOption, SurveyQuestionPost, SurveyQuestionPostOption, SurveyQuestionType, SurveyQuestionsService, SurveyQuestionsTarget, SurveyReportExtended, SurveyReportExtendedPage, SurveyReportExtendedPatch, SurveyReportExtendedPost, SurveyReportExtendedService, SurveyResponseMode, SurveySubmissionModel, SurveySubmit, SurveySubmitAttendee, SurveySubmitQuestions, SurveyType, SurveysService, Tax, Template, TemplateDetail, TemplateDetailPage, TemplateDetailPatch, TemplateDetailPost, TemplateDetailsService, TemplateDuplicatePost, TemplateFromPost, TemplateOffer, TemplateOfferPage, TemplateOfferPatch, TemplateOfferPost, TemplateOffersService, TemplatePage, TemplatePatch, TemplatePost, TemplateUseResponse, TemplatesService, Tenant, TenantPage, TenantPatch, TenantPost, TenantTier, TenantWebsiteSetting, TenantWebsiteSettingPage, TenantWebsiteSettingPatch, TenantWebsiteSettingPost, TenantWebsiteSettingsService, TenantsService, Timezone, TimezoneService, TotalRevenueReport, TotalRevenueReportPage, TotalRevenueReportPatch, TotalRevenueReportPost, TotalRevenueReportService, UpdateEmailSettings, UpdateOffer, User, UserPage, UserPatch, UserPost, UserRole, UsersService, ValidationError, ValidationResultModel, Venue, VenueBadmintonEnglandReport, VenueBadmintonEnglandReportPage, VenueBadmintonEnglandReportPatch, VenueBadmintonEnglandReportPost, VenueCreate, VenueManager, VenueManagerPage, VenueManagerPatch, VenueManagerPost, VenueManagersService, VenueOpeningHourUpdate, VenueOpeningHours, VenuePage, VenuePatch, VenuePost, VenuesReport, VenuesReportPage, VenuesReportPatch, VenuesReportPost, VenuesReportService, VenuesService, WaitlistActivity, WaitlistActivityPage, WaitlistActivityPatch, WaitlistActivityPost, WaitlistActivityService, WaitlistOpportunity, WaitlistOpportunityPage, WaitlistOpportunityPatch, WaitlistOpportunityPost, WaitlistOpportunityService };