reach-api-sdk 1.0.81 → 1.0.83

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
  */
@@ -11672,31 +11688,47 @@ type LoqatePlaceResult = {
11672
11688
  */
11673
11689
  domesticId?: string | null;
11674
11690
  /**
11675
- * Gets or sets id.
11691
+ * Gets or sets the building name.
11692
+ */
11693
+ buildingName?: string | null;
11694
+ /**
11695
+ * Gets or sets the company.
11696
+ */
11697
+ company?: string | null;
11698
+ /**
11699
+ * Gets or sets line 1 of the address.
11676
11700
  */
11677
11701
  line1?: string | null;
11678
11702
  /**
11679
- * Gets or sets id.
11703
+ * Gets or sets line 1 of the address.
11704
+ */
11705
+ line2?: string | null;
11706
+ /**
11707
+ * Gets or sets the admin area name.
11708
+ */
11709
+ adminAreaName?: string | null;
11710
+ /**
11711
+ * Gets or sets the district.
11680
11712
  */
11681
11713
  district?: string | null;
11682
11714
  /**
11683
- * Gets or sets id.
11715
+ * Gets or sets the city.
11684
11716
  */
11685
11717
  city?: string | null;
11686
11718
  /**
11687
- * Gets or sets id.
11719
+ * Gets or sets the province.
11688
11720
  */
11689
11721
  province?: string | null;
11690
11722
  /**
11691
- * Gets or sets id.
11723
+ * Gets or sets the postal code.
11692
11724
  */
11693
11725
  postalCode?: string | null;
11694
11726
  /**
11695
- * Gets or sets id.
11727
+ * Gets or sets the country iso 2 code.
11696
11728
  */
11697
11729
  countryIso2?: string | null;
11698
11730
  /**
11699
- * Gets or sets id.
11731
+ * Gets or sets the country iso 3 code.
11700
11732
  */
11701
11733
  countryIso3?: string | null;
11702
11734
  geocode?: LoqateGeocode;
@@ -20091,7 +20123,7 @@ declare class PublicScheduledSessionsService {
20091
20123
  * @returns ScheduledSessionPage Success
20092
20124
  * @throws ApiError
20093
20125
  */
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, }: {
20126
+ 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
20127
  xTenantSubdomain?: string;
20096
20128
  /**
20097
20129
  * Gets or sets the queryable scheduled session ids.
@@ -20161,6 +20193,10 @@ declare class PublicScheduledSessionsService {
20161
20193
  * Gets or sets a value indicating whether the scheduled session has availability.
20162
20194
  */
20163
20195
  hasAvailability?: boolean;
20196
+ /**
20197
+ * Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
20198
+ */
20199
+ excludeArchived?: boolean;
20164
20200
  /**
20165
20201
  * Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
20166
20202
  */
@@ -20238,7 +20274,7 @@ declare class PublicScheduledSessionsService {
20238
20274
  * @returns boolean Success
20239
20275
  * @throws ApiError
20240
20276
  */
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, }: {
20277
+ 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
20278
  /**
20243
20279
  * The tenants subdomain.
20244
20280
  */
@@ -20311,6 +20347,10 @@ declare class PublicScheduledSessionsService {
20311
20347
  * Gets or sets a value indicating whether the scheduled session has availability.
20312
20348
  */
20313
20349
  hasAvailability?: boolean;
20350
+ /**
20351
+ * Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
20352
+ */
20353
+ excludeArchived?: boolean;
20314
20354
  /**
20315
20355
  * Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
20316
20356
  */
@@ -20680,7 +20720,7 @@ declare class PublicSessionsService {
20680
20720
  * @returns any Success
20681
20721
  * @throws ApiError
20682
20722
  */
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, }: {
20723
+ 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
20724
  /**
20685
20725
  * The tenants subdomain.
20686
20726
  */
@@ -20753,6 +20793,10 @@ declare class PublicSessionsService {
20753
20793
  * Gets or sets a value indicating whether the scheduled session has availability.
20754
20794
  */
20755
20795
  hasAvailability?: boolean;
20796
+ /**
20797
+ * Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
20798
+ */
20799
+ excludeArchived?: boolean;
20756
20800
  /**
20757
20801
  * Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
20758
20802
  */
@@ -25026,7 +25070,7 @@ declare class ScheduledSessionsService {
25026
25070
  * @returns boolean Success
25027
25071
  * @throws ApiError
25028
25072
  */
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, }: {
25073
+ 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
25074
  /**
25031
25075
  * Gets or sets the queryable scheduled session ids.
25032
25076
  */
@@ -25095,6 +25139,10 @@ declare class ScheduledSessionsService {
25095
25139
  * Gets or sets a value indicating whether the scheduled session has availability.
25096
25140
  */
25097
25141
  hasAvailability?: boolean;
25142
+ /**
25143
+ * Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
25144
+ */
25145
+ excludeArchived?: boolean;
25098
25146
  /**
25099
25147
  * Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
25100
25148
  */
@@ -25157,7 +25205,7 @@ declare class ScheduledSessionsService {
25157
25205
  * @returns ScheduledSessionPage Success
25158
25206
  * @throws ApiError
25159
25207
  */
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, }: {
25208
+ 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
25209
  /**
25162
25210
  * Gets or sets the queryable scheduled session ids.
25163
25211
  */
@@ -25226,6 +25274,10 @@ declare class ScheduledSessionsService {
25226
25274
  * Gets or sets a value indicating whether the scheduled session has availability.
25227
25275
  */
25228
25276
  hasAvailability?: boolean;
25277
+ /**
25278
+ * Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
25279
+ */
25280
+ excludeArchived?: boolean;
25229
25281
  /**
25230
25282
  * Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
25231
25283
  */
@@ -25299,7 +25351,7 @@ declare class ScheduledSessionsService {
25299
25351
  * @returns ScheduledSession Success
25300
25352
  * @throws ApiError
25301
25353
  */
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, }: {
25354
+ 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
25355
  /**
25304
25356
  * Gets or sets the queryable scheduled session ids.
25305
25357
  */
@@ -25368,6 +25420,10 @@ declare class ScheduledSessionsService {
25368
25420
  * Gets or sets a value indicating whether the scheduled session has availability.
25369
25421
  */
25370
25422
  hasAvailability?: boolean;
25423
+ /**
25424
+ * Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
25425
+ */
25426
+ excludeArchived?: boolean;
25371
25427
  /**
25372
25428
  * Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
25373
25429
  */
@@ -25430,7 +25486,7 @@ declare class ScheduledSessionsService {
25430
25486
  * @returns ScheduledSession Success
25431
25487
  * @throws ApiError
25432
25488
  */
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, }: {
25489
+ 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
25490
  /**
25435
25491
  * Gets or sets the queryable scheduled session ids.
25436
25492
  */
@@ -25499,6 +25555,10 @@ declare class ScheduledSessionsService {
25499
25555
  * Gets or sets a value indicating whether the scheduled session has availability.
25500
25556
  */
25501
25557
  hasAvailability?: boolean;
25558
+ /**
25559
+ * Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
25560
+ */
25561
+ excludeArchived?: boolean;
25502
25562
  /**
25503
25563
  * Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
25504
25564
  */
@@ -34345,6 +34405,36 @@ type VenueManagerPost = {
34345
34405
  declare class VenueManagersService {
34346
34406
  readonly httpRequest: BaseHttpRequest;
34347
34407
  constructor(httpRequest: BaseHttpRequest);
34408
+ /**
34409
+ * Updates the assigned venues for the user />.
34410
+ * @returns any Success
34411
+ * @throws ApiError
34412
+ */
34413
+ updateUserVenueAssignments({ userId, requestBody, }: {
34414
+ /**
34415
+ * The user Id.
34416
+ */
34417
+ userId: string;
34418
+ /**
34419
+ * The post model.
34420
+ */
34421
+ requestBody?: Array<VenueManagerPost>;
34422
+ }): CancelablePromise<any>;
34423
+ /**
34424
+ * Updates the assigned users for the venue />.
34425
+ * @returns any Success
34426
+ * @throws ApiError
34427
+ */
34428
+ updateVenueUserAssignments({ venueId, requestBody, }: {
34429
+ /**
34430
+ * The venue Id.
34431
+ */
34432
+ venueId: string;
34433
+ /**
34434
+ * The post model.
34435
+ */
34436
+ requestBody?: Array<VenueManagerPost>;
34437
+ }): CancelablePromise<any>;
34348
34438
  /**
34349
34439
  * Gets the resource by its Id.
34350
34440
  * @returns VenueManager Success
package/dist/reach-sdk.js CHANGED
@@ -2701,6 +2701,7 @@ const request = (config, options, axiosClient = axios) => {
2701
2701
  endDateTimeGte,
2702
2702
  futureOnly,
2703
2703
  includeVenue,
2704
+ excludeArchived,
2704
2705
  pageNumber,
2705
2706
  take,
2706
2707
  limitListRequests,
@@ -2729,6 +2730,7 @@ const request = (config, options, axiosClient = axios) => {
2729
2730
  EndDateTimeGTE: endDateTimeGte,
2730
2731
  FutureOnly: futureOnly,
2731
2732
  IncludeVenue: includeVenue,
2733
+ ExcludeArchived: excludeArchived,
2732
2734
  PageNumber: pageNumber,
2733
2735
  Take: take,
2734
2736
  LimitListRequests: limitListRequests,
@@ -2766,6 +2768,7 @@ const request = (config, options, axiosClient = axios) => {
2766
2768
  endDateTimeGte,
2767
2769
  futureOnly,
2768
2770
  includeVenue,
2771
+ excludeArchived,
2769
2772
  pageNumber,
2770
2773
  take,
2771
2774
  limitListRequests,
@@ -2794,6 +2797,7 @@ const request = (config, options, axiosClient = axios) => {
2794
2797
  EndDateTimeGTE: endDateTimeGte,
2795
2798
  FutureOnly: futureOnly,
2796
2799
  IncludeVenue: includeVenue,
2800
+ ExcludeArchived: excludeArchived,
2797
2801
  PageNumber: pageNumber,
2798
2802
  Take: take,
2799
2803
  LimitListRequests: limitListRequests,
@@ -2851,6 +2855,7 @@ const request = (config, options, axiosClient = axios) => {
2851
2855
  endDateTimeGte,
2852
2856
  futureOnly,
2853
2857
  includeVenue,
2858
+ excludeArchived,
2854
2859
  pageNumber,
2855
2860
  take,
2856
2861
  limitListRequests,
@@ -2879,6 +2884,7 @@ const request = (config, options, axiosClient = axios) => {
2879
2884
  EndDateTimeGTE: endDateTimeGte,
2880
2885
  FutureOnly: futureOnly,
2881
2886
  IncludeVenue: includeVenue,
2887
+ ExcludeArchived: excludeArchived,
2882
2888
  PageNumber: pageNumber,
2883
2889
  Take: take,
2884
2890
  LimitListRequests: limitListRequests,
@@ -2916,6 +2922,7 @@ const request = (config, options, axiosClient = axios) => {
2916
2922
  endDateTimeGte,
2917
2923
  futureOnly,
2918
2924
  includeVenue,
2925
+ excludeArchived,
2919
2926
  pageNumber,
2920
2927
  take,
2921
2928
  limitListRequests,
@@ -2944,6 +2951,7 @@ const request = (config, options, axiosClient = axios) => {
2944
2951
  EndDateTimeGTE: endDateTimeGte,
2945
2952
  FutureOnly: futureOnly,
2946
2953
  IncludeVenue: includeVenue,
2954
+ ExcludeArchived: excludeArchived,
2947
2955
  PageNumber: pageNumber,
2948
2956
  Take: take,
2949
2957
  LimitListRequests: limitListRequests,
@@ -14285,6 +14293,7 @@ const request = (config, options, axiosClient = axios) => {
14285
14293
  futureOnly,
14286
14294
  includeVenue,
14287
14295
  hasAvailability,
14296
+ excludeArchived,
14288
14297
  orderFirstNameContains,
14289
14298
  orderLastNameContains,
14290
14299
  sortBy,
@@ -14324,6 +14333,7 @@ const request = (config, options, axiosClient = axios) => {
14324
14333
  FutureOnly: futureOnly,
14325
14334
  IncludeVenue: includeVenue,
14326
14335
  HasAvailability: hasAvailability,
14336
+ ExcludeArchived: excludeArchived,
14327
14337
  OrderFirstNameContains: orderFirstNameContains,
14328
14338
  OrderLastNameContains: orderLastNameContains,
14329
14339
  SortBy: sortBy,
@@ -14394,6 +14404,7 @@ const request = (config, options, axiosClient = axios) => {
14394
14404
  futureOnly,
14395
14405
  includeVenue,
14396
14406
  hasAvailability,
14407
+ excludeArchived,
14397
14408
  orderFirstNameContains,
14398
14409
  orderLastNameContains,
14399
14410
  sortBy,
@@ -14433,6 +14444,7 @@ const request = (config, options, axiosClient = axios) => {
14433
14444
  FutureOnly: futureOnly,
14434
14445
  IncludeVenue: includeVenue,
14435
14446
  HasAvailability: hasAvailability,
14447
+ ExcludeArchived: excludeArchived,
14436
14448
  OrderFirstNameContains: orderFirstNameContains,
14437
14449
  OrderLastNameContains: orderLastNameContains,
14438
14450
  SortBy: sortBy,
@@ -14692,6 +14704,7 @@ const request = (config, options, axiosClient = axios) => {
14692
14704
  futureOnly,
14693
14705
  includeVenue,
14694
14706
  hasAvailability,
14707
+ excludeArchived,
14695
14708
  orderFirstNameContains,
14696
14709
  orderLastNameContains,
14697
14710
  sortBy,
@@ -14731,6 +14744,7 @@ const request = (config, options, axiosClient = axios) => {
14731
14744
  FutureOnly: futureOnly,
14732
14745
  IncludeVenue: includeVenue,
14733
14746
  HasAvailability: hasAvailability,
14747
+ ExcludeArchived: excludeArchived,
14734
14748
  OrderFirstNameContains: orderFirstNameContains,
14735
14749
  OrderLastNameContains: orderLastNameContains,
14736
14750
  SortBy: sortBy,
@@ -18101,6 +18115,7 @@ const request = (config, options, axiosClient = axios) => {
18101
18115
  futureOnly,
18102
18116
  includeVenue,
18103
18117
  hasAvailability,
18118
+ excludeArchived,
18104
18119
  orderFirstNameContains,
18105
18120
  orderLastNameContains,
18106
18121
  sortBy,
@@ -18137,6 +18152,7 @@ const request = (config, options, axiosClient = axios) => {
18137
18152
  FutureOnly: futureOnly,
18138
18153
  IncludeVenue: includeVenue,
18139
18154
  HasAvailability: hasAvailability,
18155
+ ExcludeArchived: excludeArchived,
18140
18156
  OrderFirstNameContains: orderFirstNameContains,
18141
18157
  OrderLastNameContains: orderLastNameContains,
18142
18158
  SortBy: sortBy,
@@ -18182,6 +18198,7 @@ const request = (config, options, axiosClient = axios) => {
18182
18198
  futureOnly,
18183
18199
  includeVenue,
18184
18200
  hasAvailability,
18201
+ excludeArchived,
18185
18202
  orderFirstNameContains,
18186
18203
  orderLastNameContains,
18187
18204
  sortBy,
@@ -18218,6 +18235,7 @@ const request = (config, options, axiosClient = axios) => {
18218
18235
  FutureOnly: futureOnly,
18219
18236
  IncludeVenue: includeVenue,
18220
18237
  HasAvailability: hasAvailability,
18238
+ ExcludeArchived: excludeArchived,
18221
18239
  OrderFirstNameContains: orderFirstNameContains,
18222
18240
  OrderLastNameContains: orderLastNameContains,
18223
18241
  SortBy: sortBy,
@@ -18283,6 +18301,7 @@ const request = (config, options, axiosClient = axios) => {
18283
18301
  futureOnly,
18284
18302
  includeVenue,
18285
18303
  hasAvailability,
18304
+ excludeArchived,
18286
18305
  orderFirstNameContains,
18287
18306
  orderLastNameContains,
18288
18307
  sortBy,
@@ -18319,6 +18338,7 @@ const request = (config, options, axiosClient = axios) => {
18319
18338
  FutureOnly: futureOnly,
18320
18339
  IncludeVenue: includeVenue,
18321
18340
  HasAvailability: hasAvailability,
18341
+ ExcludeArchived: excludeArchived,
18322
18342
  OrderFirstNameContains: orderFirstNameContains,
18323
18343
  OrderLastNameContains: orderLastNameContains,
18324
18344
  SortBy: sortBy,
@@ -18364,6 +18384,7 @@ const request = (config, options, axiosClient = axios) => {
18364
18384
  futureOnly,
18365
18385
  includeVenue,
18366
18386
  hasAvailability,
18387
+ excludeArchived,
18367
18388
  orderFirstNameContains,
18368
18389
  orderLastNameContains,
18369
18390
  sortBy,
@@ -18400,6 +18421,7 @@ const request = (config, options, axiosClient = axios) => {
18400
18421
  FutureOnly: futureOnly,
18401
18422
  IncludeVenue: includeVenue,
18402
18423
  HasAvailability: hasAvailability,
18424
+ ExcludeArchived: excludeArchived,
18403
18425
  OrderFirstNameContains: orderFirstNameContains,
18404
18426
  OrderLastNameContains: orderLastNameContains,
18405
18427
  SortBy: sortBy,
@@ -26362,6 +26384,54 @@ const request = (config, options, axiosClient = axios) => {
26362
26384
  constructor(httpRequest) {
26363
26385
  this.httpRequest = httpRequest;
26364
26386
  }
26387
+ /**
26388
+ * Updates the assigned venues for the user />.
26389
+ * @returns any Success
26390
+ * @throws ApiError
26391
+ */
26392
+ updateUserVenueAssignments({
26393
+ userId,
26394
+ requestBody
26395
+ }) {
26396
+ return this.httpRequest.request({
26397
+ method: "PATCH",
26398
+ url: "/api/venue-managers/{userId}/update-venues",
26399
+ path: {
26400
+ userId
26401
+ },
26402
+ body: requestBody,
26403
+ mediaType: "application/json",
26404
+ errors: {
26405
+ 400: `Bad Request`,
26406
+ 422: `Client Error`,
26407
+ 500: `Server Error`
26408
+ }
26409
+ });
26410
+ }
26411
+ /**
26412
+ * Updates the assigned users for the venue />.
26413
+ * @returns any Success
26414
+ * @throws ApiError
26415
+ */
26416
+ updateVenueUserAssignments({
26417
+ venueId,
26418
+ requestBody
26419
+ }) {
26420
+ return this.httpRequest.request({
26421
+ method: "PATCH",
26422
+ url: "/api/venue-managers/{venueId}/update-users",
26423
+ path: {
26424
+ venueId
26425
+ },
26426
+ body: requestBody,
26427
+ mediaType: "application/json",
26428
+ errors: {
26429
+ 400: `Bad Request`,
26430
+ 422: `Client Error`,
26431
+ 500: `Server Error`
26432
+ }
26433
+ });
26434
+ }
26365
26435
  /**
26366
26436
  * Gets the resource by its Id.
26367
26437
  * @returns VenueManager Success
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "reach-api-sdk",
3
- "version": "1.0.81",
3
+ "version": "1.0.83",
4
4
  "description": "sdk for reach api",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -6967,6 +6967,11 @@ paths:
6967
6967
  description: Gets or sets a value indicating whether to include venue detail in the results.
6968
6968
  schema:
6969
6969
  type: boolean
6970
+ - name: ExcludeArchived
6971
+ in: query
6972
+ description: Gets or sets a value indicating whether to exclude course sessions whose courses have been archived.
6973
+ schema:
6974
+ type: boolean
6970
6975
  - name: PageNumber
6971
6976
  in: query
6972
6977
  description: Gets or sets the page number for paged queries.
@@ -7162,6 +7167,11 @@ paths:
7162
7167
  description: Gets or sets a value indicating whether to include venue detail in the results.
7163
7168
  schema:
7164
7169
  type: boolean
7170
+ - name: ExcludeArchived
7171
+ in: query
7172
+ description: Gets or sets a value indicating whether to exclude course sessions whose courses have been archived.
7173
+ schema:
7174
+ type: boolean
7165
7175
  - name: PageNumber
7166
7176
  in: query
7167
7177
  description: Gets or sets the page number for paged queries.
@@ -7413,6 +7423,11 @@ paths:
7413
7423
  description: Gets or sets a value indicating whether to include venue detail in the results.
7414
7424
  schema:
7415
7425
  type: boolean
7426
+ - name: ExcludeArchived
7427
+ in: query
7428
+ description: Gets or sets a value indicating whether to exclude course sessions whose courses have been archived.
7429
+ schema:
7430
+ type: boolean
7416
7431
  - name: PageNumber
7417
7432
  in: query
7418
7433
  description: Gets or sets the page number for paged queries.
@@ -7614,6 +7629,11 @@ paths:
7614
7629
  description: Gets or sets a value indicating whether to include venue detail in the results.
7615
7630
  schema:
7616
7631
  type: boolean
7632
+ - name: ExcludeArchived
7633
+ in: query
7634
+ description: Gets or sets a value indicating whether to exclude course sessions whose courses have been archived.
7635
+ schema:
7636
+ type: boolean
7617
7637
  - name: PageNumber
7618
7638
  in: query
7619
7639
  description: Gets or sets the page number for paged queries.
@@ -41400,6 +41420,11 @@ paths:
41400
41420
  description: Gets or sets a value indicating whether the scheduled session has availability.
41401
41421
  schema:
41402
41422
  type: boolean
41423
+ - name: ExcludeArchived
41424
+ in: query
41425
+ description: Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
41426
+ schema:
41427
+ type: boolean
41403
41428
  - name: OrderFirstNameContains
41404
41429
  in: query
41405
41430
  description: Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
@@ -41704,6 +41729,11 @@ paths:
41704
41729
  description: Gets or sets a value indicating whether the scheduled session has availability.
41705
41730
  schema:
41706
41731
  type: boolean
41732
+ - name: ExcludeArchived
41733
+ in: query
41734
+ description: Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
41735
+ schema:
41736
+ type: boolean
41707
41737
  - name: OrderFirstNameContains
41708
41738
  in: query
41709
41739
  description: Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
@@ -42538,6 +42568,11 @@ paths:
42538
42568
  description: Gets or sets a value indicating whether the scheduled session has availability.
42539
42569
  schema:
42540
42570
  type: boolean
42571
+ - name: ExcludeArchived
42572
+ in: query
42573
+ description: Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
42574
+ schema:
42575
+ type: boolean
42541
42576
  - name: OrderFirstNameContains
42542
42577
  in: query
42543
42578
  description: Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
@@ -52259,6 +52294,11 @@ paths:
52259
52294
  description: Gets or sets a value indicating whether the scheduled session has availability.
52260
52295
  schema:
52261
52296
  type: boolean
52297
+ - name: ExcludeArchived
52298
+ in: query
52299
+ description: Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
52300
+ schema:
52301
+ type: boolean
52262
52302
  - name: OrderFirstNameContains
52263
52303
  in: query
52264
52304
  description: Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
@@ -52496,6 +52536,11 @@ paths:
52496
52536
  description: Gets or sets a value indicating whether the scheduled session has availability.
52497
52537
  schema:
52498
52538
  type: boolean
52539
+ - name: ExcludeArchived
52540
+ in: query
52541
+ description: Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
52542
+ schema:
52543
+ type: boolean
52499
52544
  - name: OrderFirstNameContains
52500
52545
  in: query
52501
52546
  description: Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
@@ -52789,6 +52834,11 @@ paths:
52789
52834
  description: Gets or sets a value indicating whether the scheduled session has availability.
52790
52835
  schema:
52791
52836
  type: boolean
52837
+ - name: ExcludeArchived
52838
+ in: query
52839
+ description: Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
52840
+ schema:
52841
+ type: boolean
52792
52842
  - name: OrderFirstNameContains
52793
52843
  in: query
52794
52844
  description: Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
@@ -53032,6 +53082,11 @@ paths:
53032
53082
  description: Gets or sets a value indicating whether the scheduled session has availability.
53033
53083
  schema:
53034
53084
  type: boolean
53085
+ - name: ExcludeArchived
53086
+ in: query
53087
+ description: Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
53088
+ schema:
53089
+ type: boolean
53035
53090
  - name: OrderFirstNameContains
53036
53091
  in: query
53037
53092
  description: Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
@@ -77396,6 +77451,148 @@ paths:
77396
77451
  text/json:
77397
77452
  schema:
77398
77453
  $ref: '#/components/schemas/ValidationResultModel'
77454
+ '/api/venue-managers/{userId}/update-venues':
77455
+ patch:
77456
+ tags:
77457
+ - VenueManagers
77458
+ summary: Updates the assigned venues for the user />.
77459
+ operationId: UpdateUserVenueAssignments
77460
+ parameters:
77461
+ - name: userId
77462
+ in: path
77463
+ description: The user Id.
77464
+ required: true
77465
+ schema:
77466
+ type: string
77467
+ format: uuid
77468
+ requestBody:
77469
+ description: The post model.
77470
+ content:
77471
+ application/json:
77472
+ schema:
77473
+ type: array
77474
+ items:
77475
+ $ref: '#/components/schemas/VenueManagerPost'
77476
+ text/json:
77477
+ schema:
77478
+ type: array
77479
+ items:
77480
+ $ref: '#/components/schemas/VenueManagerPost'
77481
+ application/*+json:
77482
+ schema:
77483
+ type: array
77484
+ items:
77485
+ $ref: '#/components/schemas/VenueManagerPost'
77486
+ responses:
77487
+ '200':
77488
+ description: Success
77489
+ '400':
77490
+ description: Bad Request
77491
+ content:
77492
+ text/plain:
77493
+ schema:
77494
+ $ref: '#/components/schemas/ReachError'
77495
+ application/json:
77496
+ schema:
77497
+ $ref: '#/components/schemas/ReachError'
77498
+ text/json:
77499
+ schema:
77500
+ $ref: '#/components/schemas/ReachError'
77501
+ '500':
77502
+ description: Server Error
77503
+ content:
77504
+ text/plain:
77505
+ schema:
77506
+ $ref: '#/components/schemas/ReachError'
77507
+ application/json:
77508
+ schema:
77509
+ $ref: '#/components/schemas/ReachError'
77510
+ text/json:
77511
+ schema:
77512
+ $ref: '#/components/schemas/ReachError'
77513
+ '422':
77514
+ description: Client Error
77515
+ content:
77516
+ text/plain:
77517
+ schema:
77518
+ $ref: '#/components/schemas/ValidationResultModel'
77519
+ application/json:
77520
+ schema:
77521
+ $ref: '#/components/schemas/ValidationResultModel'
77522
+ text/json:
77523
+ schema:
77524
+ $ref: '#/components/schemas/ValidationResultModel'
77525
+ '/api/venue-managers/{venueId}/update-users':
77526
+ patch:
77527
+ tags:
77528
+ - VenueManagers
77529
+ summary: Updates the assigned users for the venue />.
77530
+ operationId: UpdateVenueUserAssignments
77531
+ parameters:
77532
+ - name: venueId
77533
+ in: path
77534
+ description: The venue Id.
77535
+ required: true
77536
+ schema:
77537
+ type: string
77538
+ format: uuid
77539
+ requestBody:
77540
+ description: The post model.
77541
+ content:
77542
+ application/json:
77543
+ schema:
77544
+ type: array
77545
+ items:
77546
+ $ref: '#/components/schemas/VenueManagerPost'
77547
+ text/json:
77548
+ schema:
77549
+ type: array
77550
+ items:
77551
+ $ref: '#/components/schemas/VenueManagerPost'
77552
+ application/*+json:
77553
+ schema:
77554
+ type: array
77555
+ items:
77556
+ $ref: '#/components/schemas/VenueManagerPost'
77557
+ responses:
77558
+ '200':
77559
+ description: Success
77560
+ '400':
77561
+ description: Bad Request
77562
+ content:
77563
+ text/plain:
77564
+ schema:
77565
+ $ref: '#/components/schemas/ReachError'
77566
+ application/json:
77567
+ schema:
77568
+ $ref: '#/components/schemas/ReachError'
77569
+ text/json:
77570
+ schema:
77571
+ $ref: '#/components/schemas/ReachError'
77572
+ '500':
77573
+ description: Server Error
77574
+ content:
77575
+ text/plain:
77576
+ schema:
77577
+ $ref: '#/components/schemas/ReachError'
77578
+ application/json:
77579
+ schema:
77580
+ $ref: '#/components/schemas/ReachError'
77581
+ text/json:
77582
+ schema:
77583
+ $ref: '#/components/schemas/ReachError'
77584
+ '422':
77585
+ description: Client Error
77586
+ content:
77587
+ text/plain:
77588
+ schema:
77589
+ $ref: '#/components/schemas/ValidationResultModel'
77590
+ application/json:
77591
+ schema:
77592
+ $ref: '#/components/schemas/ValidationResultModel'
77593
+ text/json:
77594
+ schema:
77595
+ $ref: '#/components/schemas/ValidationResultModel'
77399
77596
  '/api/venue-managers/{id}':
77400
77597
  get:
77401
77598
  tags:
@@ -86463,33 +86660,49 @@ components:
86463
86660
  type: string
86464
86661
  description: Gets or sets id.
86465
86662
  nullable: true
86663
+ buildingName:
86664
+ type: string
86665
+ description: Gets or sets the building name.
86666
+ nullable: true
86667
+ company:
86668
+ type: string
86669
+ description: Gets or sets the company.
86670
+ nullable: true
86466
86671
  line1:
86467
86672
  type: string
86468
- description: Gets or sets id.
86673
+ description: Gets or sets line 1 of the address.
86674
+ nullable: true
86675
+ line2:
86676
+ type: string
86677
+ description: Gets or sets line 1 of the address.
86678
+ nullable: true
86679
+ adminAreaName:
86680
+ type: string
86681
+ description: Gets or sets the admin area name.
86469
86682
  nullable: true
86470
86683
  district:
86471
86684
  type: string
86472
- description: Gets or sets id.
86685
+ description: Gets or sets the district.
86473
86686
  nullable: true
86474
86687
  city:
86475
86688
  type: string
86476
- description: Gets or sets id.
86689
+ description: Gets or sets the city.
86477
86690
  nullable: true
86478
86691
  province:
86479
86692
  type: string
86480
- description: Gets or sets id.
86693
+ description: Gets or sets the province.
86481
86694
  nullable: true
86482
86695
  postalCode:
86483
86696
  type: string
86484
- description: Gets or sets id.
86697
+ description: Gets or sets the postal code.
86485
86698
  nullable: true
86486
86699
  countryIso2:
86487
86700
  type: string
86488
- description: Gets or sets id.
86701
+ description: Gets or sets the country iso 2 code.
86489
86702
  nullable: true
86490
86703
  countryIso3:
86491
86704
  type: string
86492
- description: Gets or sets id.
86705
+ description: Gets or sets the country iso 3 code.
86493
86706
  nullable: true
86494
86707
  geocode:
86495
86708
  $ref: '#/components/schemas/LoqateGeocode'
@@ -18,31 +18,47 @@ export type LoqatePlaceResult = {
18
18
  */
19
19
  domesticId?: string | null;
20
20
  /**
21
- * Gets or sets id.
21
+ * Gets or sets the building name.
22
+ */
23
+ buildingName?: string | null;
24
+ /**
25
+ * Gets or sets the company.
26
+ */
27
+ company?: string | null;
28
+ /**
29
+ * Gets or sets line 1 of the address.
22
30
  */
23
31
  line1?: string | null;
24
32
  /**
25
- * Gets or sets id.
33
+ * Gets or sets line 1 of the address.
34
+ */
35
+ line2?: string | null;
36
+ /**
37
+ * Gets or sets the admin area name.
38
+ */
39
+ adminAreaName?: string | null;
40
+ /**
41
+ * Gets or sets the district.
26
42
  */
27
43
  district?: string | null;
28
44
  /**
29
- * Gets or sets id.
45
+ * Gets or sets the city.
30
46
  */
31
47
  city?: string | null;
32
48
  /**
33
- * Gets or sets id.
49
+ * Gets or sets the province.
34
50
  */
35
51
  province?: string | null;
36
52
  /**
37
- * Gets or sets id.
53
+ * Gets or sets the postal code.
38
54
  */
39
55
  postalCode?: string | null;
40
56
  /**
41
- * Gets or sets id.
57
+ * Gets or sets the country iso 2 code.
42
58
  */
43
59
  countryIso2?: string | null;
44
60
  /**
45
- * Gets or sets id.
61
+ * Gets or sets the country iso 3 code.
46
62
  */
47
63
  countryIso3?: string | null;
48
64
  geocode?: LoqateGeocode;
@@ -132,6 +132,7 @@ export class CourseSessionsService {
132
132
  endDateTimeGte,
133
133
  futureOnly,
134
134
  includeVenue,
135
+ excludeArchived,
135
136
  pageNumber,
136
137
  take,
137
138
  limitListRequests,
@@ -195,6 +196,10 @@ export class CourseSessionsService {
195
196
  * Gets or sets a value indicating whether to include venue detail in the results.
196
197
  */
197
198
  includeVenue?: boolean;
199
+ /**
200
+ * Gets or sets a value indicating whether to exclude course sessions whose courses have been archived.
201
+ */
202
+ excludeArchived?: boolean;
198
203
  /**
199
204
  * Gets or sets the page number for paged queries.
200
205
  */
@@ -253,6 +258,7 @@ export class CourseSessionsService {
253
258
  EndDateTimeGTE: endDateTimeGte,
254
259
  FutureOnly: futureOnly,
255
260
  IncludeVenue: includeVenue,
261
+ ExcludeArchived: excludeArchived,
256
262
  PageNumber: pageNumber,
257
263
  Take: take,
258
264
  LimitListRequests: limitListRequests,
@@ -291,6 +297,7 @@ export class CourseSessionsService {
291
297
  endDateTimeGte,
292
298
  futureOnly,
293
299
  includeVenue,
300
+ excludeArchived,
294
301
  pageNumber,
295
302
  take,
296
303
  limitListRequests,
@@ -354,6 +361,10 @@ export class CourseSessionsService {
354
361
  * Gets or sets a value indicating whether to include venue detail in the results.
355
362
  */
356
363
  includeVenue?: boolean;
364
+ /**
365
+ * Gets or sets a value indicating whether to exclude course sessions whose courses have been archived.
366
+ */
367
+ excludeArchived?: boolean;
357
368
  /**
358
369
  * Gets or sets the page number for paged queries.
359
370
  */
@@ -412,6 +423,7 @@ export class CourseSessionsService {
412
423
  EndDateTimeGTE: endDateTimeGte,
413
424
  FutureOnly: futureOnly,
414
425
  IncludeVenue: includeVenue,
426
+ ExcludeArchived: excludeArchived,
415
427
  PageNumber: pageNumber,
416
428
  Take: take,
417
429
  LimitListRequests: limitListRequests,
@@ -476,6 +488,7 @@ export class CourseSessionsService {
476
488
  endDateTimeGte,
477
489
  futureOnly,
478
490
  includeVenue,
491
+ excludeArchived,
479
492
  pageNumber,
480
493
  take,
481
494
  limitListRequests,
@@ -539,6 +552,10 @@ export class CourseSessionsService {
539
552
  * Gets or sets a value indicating whether to include venue detail in the results.
540
553
  */
541
554
  includeVenue?: boolean;
555
+ /**
556
+ * Gets or sets a value indicating whether to exclude course sessions whose courses have been archived.
557
+ */
558
+ excludeArchived?: boolean;
542
559
  /**
543
560
  * Gets or sets the page number for paged queries.
544
561
  */
@@ -597,6 +614,7 @@ export class CourseSessionsService {
597
614
  EndDateTimeGTE: endDateTimeGte,
598
615
  FutureOnly: futureOnly,
599
616
  IncludeVenue: includeVenue,
617
+ ExcludeArchived: excludeArchived,
600
618
  PageNumber: pageNumber,
601
619
  Take: take,
602
620
  LimitListRequests: limitListRequests,
@@ -635,6 +653,7 @@ export class CourseSessionsService {
635
653
  endDateTimeGte,
636
654
  futureOnly,
637
655
  includeVenue,
656
+ excludeArchived,
638
657
  pageNumber,
639
658
  take,
640
659
  limitListRequests,
@@ -698,6 +717,10 @@ export class CourseSessionsService {
698
717
  * Gets or sets a value indicating whether to include venue detail in the results.
699
718
  */
700
719
  includeVenue?: boolean;
720
+ /**
721
+ * Gets or sets a value indicating whether to exclude course sessions whose courses have been archived.
722
+ */
723
+ excludeArchived?: boolean;
701
724
  /**
702
725
  * Gets or sets the page number for paged queries.
703
726
  */
@@ -756,6 +779,7 @@ export class CourseSessionsService {
756
779
  EndDateTimeGTE: endDateTimeGte,
757
780
  FutureOnly: futureOnly,
758
781
  IncludeVenue: includeVenue,
782
+ ExcludeArchived: excludeArchived,
759
783
  PageNumber: pageNumber,
760
784
  Take: take,
761
785
  LimitListRequests: limitListRequests,
@@ -103,6 +103,7 @@ export class PublicScheduledSessionsService {
103
103
  futureOnly,
104
104
  includeVenue,
105
105
  hasAvailability,
106
+ excludeArchived,
106
107
  orderFirstNameContains,
107
108
  orderLastNameContains,
108
109
  sortBy,
@@ -187,6 +188,10 @@ export class PublicScheduledSessionsService {
187
188
  * Gets or sets a value indicating whether the scheduled session has availability.
188
189
  */
189
190
  hasAvailability?: boolean;
191
+ /**
192
+ * Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
193
+ */
194
+ excludeArchived?: boolean;
190
195
  /**
191
196
  * Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
192
197
  */
@@ -268,6 +273,7 @@ export class PublicScheduledSessionsService {
268
273
  FutureOnly: futureOnly,
269
274
  IncludeVenue: includeVenue,
270
275
  HasAvailability: hasAvailability,
276
+ ExcludeArchived: excludeArchived,
271
277
  OrderFirstNameContains: orderFirstNameContains,
272
278
  OrderLastNameContains: orderLastNameContains,
273
279
  SortBy: sortBy,
@@ -349,6 +355,7 @@ export class PublicScheduledSessionsService {
349
355
  futureOnly,
350
356
  includeVenue,
351
357
  hasAvailability,
358
+ excludeArchived,
352
359
  orderFirstNameContains,
353
360
  orderLastNameContains,
354
361
  sortBy,
@@ -436,6 +443,10 @@ export class PublicScheduledSessionsService {
436
443
  * Gets or sets a value indicating whether the scheduled session has availability.
437
444
  */
438
445
  hasAvailability?: boolean;
446
+ /**
447
+ * Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
448
+ */
449
+ excludeArchived?: boolean;
439
450
  /**
440
451
  * Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
441
452
  */
@@ -517,6 +528,7 @@ export class PublicScheduledSessionsService {
517
528
  FutureOnly: futureOnly,
518
529
  IncludeVenue: includeVenue,
519
530
  HasAvailability: hasAvailability,
531
+ ExcludeArchived: excludeArchived,
520
532
  OrderFirstNameContains: orderFirstNameContains,
521
533
  OrderLastNameContains: orderLastNameContains,
522
534
  SortBy: sortBy,
@@ -289,6 +289,7 @@ export class PublicSessionsService {
289
289
  futureOnly,
290
290
  includeVenue,
291
291
  hasAvailability,
292
+ excludeArchived,
292
293
  orderFirstNameContains,
293
294
  orderLastNameContains,
294
295
  sortBy,
@@ -376,6 +377,10 @@ export class PublicSessionsService {
376
377
  * Gets or sets a value indicating whether the scheduled session has availability.
377
378
  */
378
379
  hasAvailability?: boolean;
380
+ /**
381
+ * Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
382
+ */
383
+ excludeArchived?: boolean;
379
384
  /**
380
385
  * Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
381
386
  */
@@ -457,6 +462,7 @@ export class PublicSessionsService {
457
462
  FutureOnly: futureOnly,
458
463
  IncludeVenue: includeVenue,
459
464
  HasAvailability: hasAvailability,
465
+ ExcludeArchived: excludeArchived,
460
466
  OrderFirstNameContains: orderFirstNameContains,
461
467
  OrderLastNameContains: orderLastNameContains,
462
468
  SortBy: sortBy,
@@ -312,6 +312,7 @@ export class ScheduledSessionsService {
312
312
  futureOnly,
313
313
  includeVenue,
314
314
  hasAvailability,
315
+ excludeArchived,
315
316
  orderFirstNameContains,
316
317
  orderLastNameContains,
317
318
  sortBy,
@@ -395,6 +396,10 @@ export class ScheduledSessionsService {
395
396
  * Gets or sets a value indicating whether the scheduled session has availability.
396
397
  */
397
398
  hasAvailability?: boolean;
399
+ /**
400
+ * Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
401
+ */
402
+ excludeArchived?: boolean;
398
403
  /**
399
404
  * Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
400
405
  */
@@ -473,6 +478,7 @@ export class ScheduledSessionsService {
473
478
  FutureOnly: futureOnly,
474
479
  IncludeVenue: includeVenue,
475
480
  HasAvailability: hasAvailability,
481
+ ExcludeArchived: excludeArchived,
476
482
  OrderFirstNameContains: orderFirstNameContains,
477
483
  OrderLastNameContains: orderLastNameContains,
478
484
  SortBy: sortBy,
@@ -519,6 +525,7 @@ export class ScheduledSessionsService {
519
525
  futureOnly,
520
526
  includeVenue,
521
527
  hasAvailability,
528
+ excludeArchived,
522
529
  orderFirstNameContains,
523
530
  orderLastNameContains,
524
531
  sortBy,
@@ -602,6 +609,10 @@ export class ScheduledSessionsService {
602
609
  * Gets or sets a value indicating whether the scheduled session has availability.
603
610
  */
604
611
  hasAvailability?: boolean;
612
+ /**
613
+ * Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
614
+ */
615
+ excludeArchived?: boolean;
605
616
  /**
606
617
  * Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
607
618
  */
@@ -680,6 +691,7 @@ export class ScheduledSessionsService {
680
691
  FutureOnly: futureOnly,
681
692
  IncludeVenue: includeVenue,
682
693
  HasAvailability: hasAvailability,
694
+ ExcludeArchived: excludeArchived,
683
695
  OrderFirstNameContains: orderFirstNameContains,
684
696
  OrderLastNameContains: orderLastNameContains,
685
697
  SortBy: sortBy,
@@ -752,6 +764,7 @@ export class ScheduledSessionsService {
752
764
  futureOnly,
753
765
  includeVenue,
754
766
  hasAvailability,
767
+ excludeArchived,
755
768
  orderFirstNameContains,
756
769
  orderLastNameContains,
757
770
  sortBy,
@@ -835,6 +848,10 @@ export class ScheduledSessionsService {
835
848
  * Gets or sets a value indicating whether the scheduled session has availability.
836
849
  */
837
850
  hasAvailability?: boolean;
851
+ /**
852
+ * Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
853
+ */
854
+ excludeArchived?: boolean;
838
855
  /**
839
856
  * Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
840
857
  */
@@ -913,6 +930,7 @@ export class ScheduledSessionsService {
913
930
  FutureOnly: futureOnly,
914
931
  IncludeVenue: includeVenue,
915
932
  HasAvailability: hasAvailability,
933
+ ExcludeArchived: excludeArchived,
916
934
  OrderFirstNameContains: orderFirstNameContains,
917
935
  OrderLastNameContains: orderLastNameContains,
918
936
  SortBy: sortBy,
@@ -959,6 +977,7 @@ export class ScheduledSessionsService {
959
977
  futureOnly,
960
978
  includeVenue,
961
979
  hasAvailability,
980
+ excludeArchived,
962
981
  orderFirstNameContains,
963
982
  orderLastNameContains,
964
983
  sortBy,
@@ -1042,6 +1061,10 @@ export class ScheduledSessionsService {
1042
1061
  * Gets or sets a value indicating whether the scheduled session has availability.
1043
1062
  */
1044
1063
  hasAvailability?: boolean;
1064
+ /**
1065
+ * Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
1066
+ */
1067
+ excludeArchived?: boolean;
1045
1068
  /**
1046
1069
  * Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
1047
1070
  */
@@ -1120,6 +1143,7 @@ export class ScheduledSessionsService {
1120
1143
  FutureOnly: futureOnly,
1121
1144
  IncludeVenue: includeVenue,
1122
1145
  HasAvailability: hasAvailability,
1146
+ ExcludeArchived: excludeArchived,
1123
1147
  OrderFirstNameContains: orderFirstNameContains,
1124
1148
  OrderLastNameContains: orderLastNameContains,
1125
1149
  SortBy: sortBy,
@@ -14,6 +14,74 @@ import type { BaseHttpRequest } from '../core/BaseHttpRequest';
14
14
  export class VenueManagersService {
15
15
  constructor(public readonly httpRequest: BaseHttpRequest) {}
16
16
 
17
+ /**
18
+ * Updates the assigned venues for the user />.
19
+ * @returns any Success
20
+ * @throws ApiError
21
+ */
22
+ public updateUserVenueAssignments({
23
+ userId,
24
+ requestBody,
25
+ }: {
26
+ /**
27
+ * The user Id.
28
+ */
29
+ userId: string;
30
+ /**
31
+ * The post model.
32
+ */
33
+ requestBody?: Array<VenueManagerPost>;
34
+ }): CancelablePromise<any> {
35
+ return this.httpRequest.request({
36
+ method: 'PATCH',
37
+ url: '/api/venue-managers/{userId}/update-venues',
38
+ path: {
39
+ userId: userId,
40
+ },
41
+ body: requestBody,
42
+ mediaType: 'application/json',
43
+ errors: {
44
+ 400: `Bad Request`,
45
+ 422: `Client Error`,
46
+ 500: `Server Error`,
47
+ },
48
+ });
49
+ }
50
+
51
+ /**
52
+ * Updates the assigned users for the venue />.
53
+ * @returns any Success
54
+ * @throws ApiError
55
+ */
56
+ public updateVenueUserAssignments({
57
+ venueId,
58
+ requestBody,
59
+ }: {
60
+ /**
61
+ * The venue Id.
62
+ */
63
+ venueId: string;
64
+ /**
65
+ * The post model.
66
+ */
67
+ requestBody?: Array<VenueManagerPost>;
68
+ }): CancelablePromise<any> {
69
+ return this.httpRequest.request({
70
+ method: 'PATCH',
71
+ url: '/api/venue-managers/{venueId}/update-users',
72
+ path: {
73
+ venueId: venueId,
74
+ },
75
+ body: requestBody,
76
+ mediaType: 'application/json',
77
+ errors: {
78
+ 400: `Bad Request`,
79
+ 422: `Client Error`,
80
+ 500: `Server Error`,
81
+ },
82
+ });
83
+ }
84
+
17
85
  /**
18
86
  * Gets the resource by its Id.
19
87
  * @returns VenueManager Success