reach-api-sdk 1.0.198 → 1.0.200

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.
@@ -9684,7 +9684,7 @@ declare class CourseSessionsService {
9684
9684
  * @returns CourseSessionPage OK
9685
9685
  * @throws ApiError
9686
9686
  */
9687
- getPage({ ids, venueId, programmeId, courseId, courseIds, scheduleId, status, statuses, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, futureOnly, bookableOnly, includeVenue, includeOffers, excludeArchived, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
9687
+ getPage({ ids, venueId, programmeId, courseId, courseIds, scheduleId, status, statuses, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, futureOnly, bookableOnly, includeVenue, includeOffers, excludeArchived, excludePrivate, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
9688
9688
  /**
9689
9689
  * Gets or sets the queryable course session ids.
9690
9690
  */
@@ -9753,6 +9753,10 @@ declare class CourseSessionsService {
9753
9753
  * Gets or sets a value indicating whether to exclude course sessions whose courses have been archived.
9754
9754
  */
9755
9755
  excludeArchived?: boolean;
9756
+ /**
9757
+ * Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
9758
+ */
9759
+ excludePrivate?: boolean;
9756
9760
  /**
9757
9761
  * Gets or sets the page number for paged queries.
9758
9762
  */
@@ -9836,7 +9840,7 @@ declare class CourseSessionsService {
9836
9840
  * @returns boolean OK
9837
9841
  * @throws ApiError
9838
9842
  */
9839
- exists({ ids, venueId, programmeId, courseId, courseIds, scheduleId, status, statuses, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, futureOnly, bookableOnly, includeVenue, includeOffers, excludeArchived, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
9843
+ exists({ ids, venueId, programmeId, courseId, courseIds, scheduleId, status, statuses, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, futureOnly, bookableOnly, includeVenue, includeOffers, excludeArchived, excludePrivate, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
9840
9844
  /**
9841
9845
  * Gets or sets the queryable course session ids.
9842
9846
  */
@@ -9905,6 +9909,10 @@ declare class CourseSessionsService {
9905
9909
  * Gets or sets a value indicating whether to exclude course sessions whose courses have been archived.
9906
9910
  */
9907
9911
  excludeArchived?: boolean;
9912
+ /**
9913
+ * Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
9914
+ */
9915
+ excludePrivate?: boolean;
9908
9916
  /**
9909
9917
  * Gets or sets the page number for paged queries.
9910
9918
  */
@@ -9955,7 +9963,7 @@ declare class CourseSessionsService {
9955
9963
  * @returns number OK
9956
9964
  * @throws ApiError
9957
9965
  */
9958
- count({ ids, venueId, programmeId, courseId, courseIds, scheduleId, status, statuses, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, futureOnly, bookableOnly, includeVenue, includeOffers, excludeArchived, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
9966
+ count({ ids, venueId, programmeId, courseId, courseIds, scheduleId, status, statuses, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, futureOnly, bookableOnly, includeVenue, includeOffers, excludeArchived, excludePrivate, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
9959
9967
  /**
9960
9968
  * Gets or sets the queryable course session ids.
9961
9969
  */
@@ -10024,6 +10032,10 @@ declare class CourseSessionsService {
10024
10032
  * Gets or sets a value indicating whether to exclude course sessions whose courses have been archived.
10025
10033
  */
10026
10034
  excludeArchived?: boolean;
10035
+ /**
10036
+ * Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
10037
+ */
10038
+ excludePrivate?: boolean;
10027
10039
  /**
10028
10040
  * Gets or sets the page number for paged queries.
10029
10041
  */
@@ -10074,7 +10086,7 @@ declare class CourseSessionsService {
10074
10086
  * @returns CourseSession OK
10075
10087
  * @throws ApiError
10076
10088
  */
10077
- getListWithoutReferences({ ids, venueId, programmeId, courseId, courseIds, scheduleId, status, statuses, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, futureOnly, bookableOnly, includeVenue, includeOffers, excludeArchived, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
10089
+ getListWithoutReferences({ ids, venueId, programmeId, courseId, courseIds, scheduleId, status, statuses, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, futureOnly, bookableOnly, includeVenue, includeOffers, excludeArchived, excludePrivate, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
10078
10090
  /**
10079
10091
  * Gets or sets the queryable course session ids.
10080
10092
  */
@@ -10143,6 +10155,10 @@ declare class CourseSessionsService {
10143
10155
  * Gets or sets a value indicating whether to exclude course sessions whose courses have been archived.
10144
10156
  */
10145
10157
  excludeArchived?: boolean;
10158
+ /**
10159
+ * Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
10160
+ */
10161
+ excludePrivate?: boolean;
10146
10162
  /**
10147
10163
  * Gets or sets the page number for paged queries.
10148
10164
  */
@@ -10193,7 +10209,7 @@ declare class CourseSessionsService {
10193
10209
  * @returns CourseSession OK
10194
10210
  * @throws ApiError
10195
10211
  */
10196
- getListIdName({ ids, venueId, programmeId, courseId, courseIds, scheduleId, status, statuses, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, futureOnly, bookableOnly, includeVenue, includeOffers, excludeArchived, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
10212
+ getListIdName({ ids, venueId, programmeId, courseId, courseIds, scheduleId, status, statuses, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, futureOnly, bookableOnly, includeVenue, includeOffers, excludeArchived, excludePrivate, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
10197
10213
  /**
10198
10214
  * Gets or sets the queryable course session ids.
10199
10215
  */
@@ -10262,6 +10278,10 @@ declare class CourseSessionsService {
10262
10278
  * Gets or sets a value indicating whether to exclude course sessions whose courses have been archived.
10263
10279
  */
10264
10280
  excludeArchived?: boolean;
10281
+ /**
10282
+ * Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
10283
+ */
10284
+ excludePrivate?: boolean;
10265
10285
  /**
10266
10286
  * Gets or sets the page number for paged queries.
10267
10287
  */
@@ -27870,6 +27890,10 @@ type Permission = {
27870
27890
  * Gets or sets a value indicating whether a venue manager has add provider permissions.
27871
27891
  */
27872
27892
  venueManagerAddProvider?: boolean;
27893
+ /**
27894
+ * Gets or sets a value indicating whether a venue manager has send emails permissions.
27895
+ */
27896
+ venueManagerSendEmails?: boolean;
27873
27897
  };
27874
27898
 
27875
27899
  type PermissionPage = {
@@ -27949,6 +27973,10 @@ type PermissionPatch = {
27949
27973
  * Gets or sets a value indicating whether a venue manager has add provider permissions.
27950
27974
  */
27951
27975
  venueManagerAddProvider?: boolean;
27976
+ /**
27977
+ * Gets or sets a value indicating whether a venue manager has send emails permissions.
27978
+ */
27979
+ venueManagerSendEmails?: boolean;
27952
27980
  };
27953
27981
 
27954
27982
  /**
@@ -35419,7 +35447,7 @@ declare class PublicScheduledSessionsService {
35419
35447
  * @returns ScheduledSessionPage OK
35420
35448
  * @throws ApiError
35421
35449
  */
35422
- getPage({ xTenantSubdomain, ids, venueId, programmeId, sessionId, sessionIds, scheduleId, status, statuses, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, bookableOnly, includeImages, includeVenue, includeOffers, includeOrders, hasAvailability, excludeArchived, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
35450
+ getPage({ xTenantSubdomain, ids, venueId, programmeId, sessionId, sessionIds, scheduleId, status, statuses, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, bookableOnly, includeImages, includeVenue, includeOffers, includeOrders, hasAvailability, excludeArchived, excludePrivate, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
35423
35451
  xTenantSubdomain?: string;
35424
35452
  /**
35425
35453
  * Gets or sets the queryable scheduled session ids.
@@ -35513,6 +35541,10 @@ declare class PublicScheduledSessionsService {
35513
35541
  * Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
35514
35542
  */
35515
35543
  excludeArchived?: boolean;
35544
+ /**
35545
+ * Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
35546
+ */
35547
+ excludePrivate?: boolean;
35516
35548
  /**
35517
35549
  * Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
35518
35550
  */
@@ -35639,7 +35671,7 @@ declare class PublicScheduledSessionsService {
35639
35671
  * @returns boolean OK
35640
35672
  * @throws ApiError
35641
35673
  */
35642
- exists({ xTenantSubdomain, ids, venueId, programmeId, sessionId, sessionIds, scheduleId, status, statuses, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, bookableOnly, includeImages, includeVenue, includeOffers, includeOrders, hasAvailability, excludeArchived, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
35674
+ exists({ xTenantSubdomain, ids, venueId, programmeId, sessionId, sessionIds, scheduleId, status, statuses, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, bookableOnly, includeImages, includeVenue, includeOffers, includeOrders, hasAvailability, excludeArchived, excludePrivate, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
35643
35675
  /**
35644
35676
  * The tenants subdomain.
35645
35677
  */
@@ -35736,6 +35768,10 @@ declare class PublicScheduledSessionsService {
35736
35768
  * Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
35737
35769
  */
35738
35770
  excludeArchived?: boolean;
35771
+ /**
35772
+ * Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
35773
+ */
35774
+ excludePrivate?: boolean;
35739
35775
  /**
35740
35776
  * Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
35741
35777
  */
@@ -36203,7 +36239,7 @@ declare class PublicSessionsService {
36203
36239
  * @returns any OK
36204
36240
  * @throws ApiError
36205
36241
  */
36206
- getDistinctSlotDates({ xTenantSubdomain, ids, venueId, programmeId, sessionId, sessionIds, scheduleId, status, statuses, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, bookableOnly, includeImages, includeVenue, includeOffers, includeOrders, hasAvailability, excludeArchived, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
36242
+ getDistinctSlotDates({ xTenantSubdomain, ids, venueId, programmeId, sessionId, sessionIds, scheduleId, status, statuses, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, bookableOnly, includeImages, includeVenue, includeOffers, includeOrders, hasAvailability, excludeArchived, excludePrivate, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
36207
36243
  /**
36208
36244
  * The tenants subdomain.
36209
36245
  */
@@ -36300,6 +36336,10 @@ declare class PublicSessionsService {
36300
36336
  * Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
36301
36337
  */
36302
36338
  excludeArchived?: boolean;
36339
+ /**
36340
+ * Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
36341
+ */
36342
+ excludePrivate?: boolean;
36303
36343
  /**
36304
36344
  * Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
36305
36345
  */
@@ -39852,7 +39892,7 @@ declare class PublicWaitlistOpportunityService {
39852
39892
  * @returns WaitlistOpportunityPage OK
39853
39893
  * @throws ApiError
39854
39894
  */
39855
- getPage({ xTenantSubdomain, userId, slotId, scheduledSessionId, courseId, email, futureOnly, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
39895
+ getPage({ xTenantSubdomain, userId, slotId, scheduledSessionId, courseId, email, futureOnly, converted, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
39856
39896
  /**
39857
39897
  * The tenants subdomain.
39858
39898
  */
@@ -39881,6 +39921,10 @@ declare class PublicWaitlistOpportunityService {
39881
39921
  * Gets or sets a value indicating whether to filter for future opportunities only.
39882
39922
  */
39883
39923
  futureOnly?: boolean;
39924
+ /**
39925
+ * Gets or sets a value indicating whether the waitlist opportunity is converted..
39926
+ */
39927
+ converted?: boolean;
39884
39928
  /**
39885
39929
  * Gets or sets the page number for paged queries.
39886
39930
  */
@@ -39961,7 +40005,7 @@ declare class PublicWaitlistOpportunityService {
39961
40005
  * @returns boolean OK
39962
40006
  * @throws ApiError
39963
40007
  */
39964
- exists({ xTenantSubdomain, userId, slotId, scheduledSessionId, courseId, email, futureOnly, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
40008
+ exists({ xTenantSubdomain, userId, slotId, scheduledSessionId, courseId, email, futureOnly, converted, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
39965
40009
  /**
39966
40010
  * The tenants subdomain.
39967
40011
  */
@@ -39990,6 +40034,10 @@ declare class PublicWaitlistOpportunityService {
39990
40034
  * Gets or sets a value indicating whether to filter for future opportunities only.
39991
40035
  */
39992
40036
  futureOnly?: boolean;
40037
+ /**
40038
+ * Gets or sets a value indicating whether the waitlist opportunity is converted..
40039
+ */
40040
+ converted?: boolean;
39993
40041
  /**
39994
40042
  * Gets or sets the page number for paged queries.
39995
40043
  */
@@ -42006,7 +42054,7 @@ declare class ScheduledSessionsService {
42006
42054
  * @returns ScheduledSessionPage OK
42007
42055
  * @throws ApiError
42008
42056
  */
42009
- getPage({ ids, venueId, programmeId, sessionId, sessionIds, scheduleId, status, statuses, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, bookableOnly, includeImages, includeVenue, includeOffers, includeOrders, hasAvailability, excludeArchived, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
42057
+ getPage({ ids, venueId, programmeId, sessionId, sessionIds, scheduleId, status, statuses, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, bookableOnly, includeImages, includeVenue, includeOffers, includeOrders, hasAvailability, excludeArchived, excludePrivate, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
42010
42058
  /**
42011
42059
  * Gets or sets the queryable scheduled session ids.
42012
42060
  */
@@ -42099,6 +42147,10 @@ declare class ScheduledSessionsService {
42099
42147
  * Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
42100
42148
  */
42101
42149
  excludeArchived?: boolean;
42150
+ /**
42151
+ * Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
42152
+ */
42153
+ excludePrivate?: boolean;
42102
42154
  /**
42103
42155
  * Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
42104
42156
  */
@@ -42198,7 +42250,7 @@ declare class ScheduledSessionsService {
42198
42250
  * @returns boolean OK
42199
42251
  * @throws ApiError
42200
42252
  */
42201
- exists({ ids, venueId, programmeId, sessionId, sessionIds, scheduleId, status, statuses, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, bookableOnly, includeImages, includeVenue, includeOffers, includeOrders, hasAvailability, excludeArchived, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
42253
+ exists({ ids, venueId, programmeId, sessionId, sessionIds, scheduleId, status, statuses, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, bookableOnly, includeImages, includeVenue, includeOffers, includeOrders, hasAvailability, excludeArchived, excludePrivate, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
42202
42254
  /**
42203
42255
  * Gets or sets the queryable scheduled session ids.
42204
42256
  */
@@ -42291,6 +42343,10 @@ declare class ScheduledSessionsService {
42291
42343
  * Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
42292
42344
  */
42293
42345
  excludeArchived?: boolean;
42346
+ /**
42347
+ * Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
42348
+ */
42349
+ excludePrivate?: boolean;
42294
42350
  /**
42295
42351
  * Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
42296
42352
  */
@@ -42357,7 +42413,7 @@ declare class ScheduledSessionsService {
42357
42413
  * @returns number OK
42358
42414
  * @throws ApiError
42359
42415
  */
42360
- count({ ids, venueId, programmeId, sessionId, sessionIds, scheduleId, status, statuses, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, bookableOnly, includeImages, includeVenue, includeOffers, includeOrders, hasAvailability, excludeArchived, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
42416
+ count({ ids, venueId, programmeId, sessionId, sessionIds, scheduleId, status, statuses, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, bookableOnly, includeImages, includeVenue, includeOffers, includeOrders, hasAvailability, excludeArchived, excludePrivate, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
42361
42417
  /**
42362
42418
  * Gets or sets the queryable scheduled session ids.
42363
42419
  */
@@ -42450,6 +42506,10 @@ declare class ScheduledSessionsService {
42450
42506
  * Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
42451
42507
  */
42452
42508
  excludeArchived?: boolean;
42509
+ /**
42510
+ * Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
42511
+ */
42512
+ excludePrivate?: boolean;
42453
42513
  /**
42454
42514
  * Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
42455
42515
  */
@@ -42516,7 +42576,7 @@ declare class ScheduledSessionsService {
42516
42576
  * @returns ScheduledSession OK
42517
42577
  * @throws ApiError
42518
42578
  */
42519
- getListWithoutReferences({ ids, venueId, programmeId, sessionId, sessionIds, scheduleId, status, statuses, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, bookableOnly, includeImages, includeVenue, includeOffers, includeOrders, hasAvailability, excludeArchived, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
42579
+ getListWithoutReferences({ ids, venueId, programmeId, sessionId, sessionIds, scheduleId, status, statuses, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, bookableOnly, includeImages, includeVenue, includeOffers, includeOrders, hasAvailability, excludeArchived, excludePrivate, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
42520
42580
  /**
42521
42581
  * Gets or sets the queryable scheduled session ids.
42522
42582
  */
@@ -42609,6 +42669,10 @@ declare class ScheduledSessionsService {
42609
42669
  * Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
42610
42670
  */
42611
42671
  excludeArchived?: boolean;
42672
+ /**
42673
+ * Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
42674
+ */
42675
+ excludePrivate?: boolean;
42612
42676
  /**
42613
42677
  * Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
42614
42678
  */
@@ -42675,7 +42739,7 @@ declare class ScheduledSessionsService {
42675
42739
  * @returns ScheduledSession OK
42676
42740
  * @throws ApiError
42677
42741
  */
42678
- getListIdName({ ids, venueId, programmeId, sessionId, sessionIds, scheduleId, status, statuses, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, bookableOnly, includeImages, includeVenue, includeOffers, includeOrders, hasAvailability, excludeArchived, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
42742
+ getListIdName({ ids, venueId, programmeId, sessionId, sessionIds, scheduleId, status, statuses, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, bookableOnly, includeImages, includeVenue, includeOffers, includeOrders, hasAvailability, excludeArchived, excludePrivate, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
42679
42743
  /**
42680
42744
  * Gets or sets the queryable scheduled session ids.
42681
42745
  */
@@ -42768,6 +42832,10 @@ declare class ScheduledSessionsService {
42768
42832
  * Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
42769
42833
  */
42770
42834
  excludeArchived?: boolean;
42835
+ /**
42836
+ * Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
42837
+ */
42838
+ excludePrivate?: boolean;
42771
42839
  /**
42772
42840
  * Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
42773
42841
  */
@@ -54547,6 +54615,10 @@ type UserPermission = {
54547
54615
  * Gets or sets a value indicating whether a venue manager has add provider permissions.
54548
54616
  */
54549
54617
  addProvider?: boolean;
54618
+ /**
54619
+ * Gets or sets a value indicating whether a venue manager has send emails permissions.
54620
+ */
54621
+ sendEmails?: boolean;
54550
54622
  };
54551
54623
 
54552
54624
  type UserPermissionPage = {
@@ -54626,6 +54698,10 @@ type UserPermissionPatch = {
54626
54698
  * Gets or sets a value indicating whether a venue manager has add provider permissions.
54627
54699
  */
54628
54700
  addProvider?: boolean;
54701
+ /**
54702
+ * Gets or sets a value indicating whether a venue manager has send emails permissions.
54703
+ */
54704
+ sendEmails?: boolean;
54629
54705
  };
54630
54706
 
54631
54707
  /**
@@ -60600,7 +60676,7 @@ declare class WaitlistOpportunityService {
60600
60676
  * @returns WaitlistOpportunityPage OK
60601
60677
  * @throws ApiError
60602
60678
  */
60603
- getPage({ userId, slotId, scheduledSessionId, courseId, email, futureOnly, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
60679
+ getPage({ userId, slotId, scheduledSessionId, courseId, email, futureOnly, converted, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
60604
60680
  /**
60605
60681
  * Gets or sets the queryable User Id.
60606
60682
  */
@@ -60625,6 +60701,10 @@ declare class WaitlistOpportunityService {
60625
60701
  * Gets or sets a value indicating whether to filter for future opportunities only.
60626
60702
  */
60627
60703
  futureOnly?: boolean;
60704
+ /**
60705
+ * Gets or sets a value indicating whether the waitlist opportunity is converted..
60706
+ */
60707
+ converted?: boolean;
60628
60708
  /**
60629
60709
  * Gets or sets the page number for paged queries.
60630
60710
  */
@@ -60708,7 +60788,7 @@ declare class WaitlistOpportunityService {
60708
60788
  * @returns boolean OK
60709
60789
  * @throws ApiError
60710
60790
  */
60711
- exists({ userId, slotId, scheduledSessionId, courseId, email, futureOnly, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
60791
+ exists({ userId, slotId, scheduledSessionId, courseId, email, futureOnly, converted, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
60712
60792
  /**
60713
60793
  * Gets or sets the queryable User Id.
60714
60794
  */
@@ -60733,6 +60813,10 @@ declare class WaitlistOpportunityService {
60733
60813
  * Gets or sets a value indicating whether to filter for future opportunities only.
60734
60814
  */
60735
60815
  futureOnly?: boolean;
60816
+ /**
60817
+ * Gets or sets a value indicating whether the waitlist opportunity is converted..
60818
+ */
60819
+ converted?: boolean;
60736
60820
  /**
60737
60821
  * Gets or sets the page number for paged queries.
60738
60822
  */
@@ -60783,7 +60867,7 @@ declare class WaitlistOpportunityService {
60783
60867
  * @returns number OK
60784
60868
  * @throws ApiError
60785
60869
  */
60786
- count({ userId, slotId, scheduledSessionId, courseId, email, futureOnly, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
60870
+ count({ userId, slotId, scheduledSessionId, courseId, email, futureOnly, converted, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
60787
60871
  /**
60788
60872
  * Gets or sets the queryable User Id.
60789
60873
  */
@@ -60808,6 +60892,10 @@ declare class WaitlistOpportunityService {
60808
60892
  * Gets or sets a value indicating whether to filter for future opportunities only.
60809
60893
  */
60810
60894
  futureOnly?: boolean;
60895
+ /**
60896
+ * Gets or sets a value indicating whether the waitlist opportunity is converted..
60897
+ */
60898
+ converted?: boolean;
60811
60899
  /**
60812
60900
  * Gets or sets the page number for paged queries.
60813
60901
  */
@@ -60858,7 +60946,7 @@ declare class WaitlistOpportunityService {
60858
60946
  * @returns WaitlistOpportunity OK
60859
60947
  * @throws ApiError
60860
60948
  */
60861
- getListWithoutReferences({ userId, slotId, scheduledSessionId, courseId, email, futureOnly, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
60949
+ getListWithoutReferences({ userId, slotId, scheduledSessionId, courseId, email, futureOnly, converted, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
60862
60950
  /**
60863
60951
  * Gets or sets the queryable User Id.
60864
60952
  */
@@ -60883,6 +60971,10 @@ declare class WaitlistOpportunityService {
60883
60971
  * Gets or sets a value indicating whether to filter for future opportunities only.
60884
60972
  */
60885
60973
  futureOnly?: boolean;
60974
+ /**
60975
+ * Gets or sets a value indicating whether the waitlist opportunity is converted..
60976
+ */
60977
+ converted?: boolean;
60886
60978
  /**
60887
60979
  * Gets or sets the page number for paged queries.
60888
60980
  */
@@ -60933,7 +61025,7 @@ declare class WaitlistOpportunityService {
60933
61025
  * @returns WaitlistOpportunity OK
60934
61026
  * @throws ApiError
60935
61027
  */
60936
- getListIdName({ userId, slotId, scheduledSessionId, courseId, email, futureOnly, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
61028
+ getListIdName({ userId, slotId, scheduledSessionId, courseId, email, futureOnly, converted, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
60937
61029
  /**
60938
61030
  * Gets or sets the queryable User Id.
60939
61031
  */
@@ -60958,6 +61050,10 @@ declare class WaitlistOpportunityService {
60958
61050
  * Gets or sets a value indicating whether to filter for future opportunities only.
60959
61051
  */
60960
61052
  futureOnly?: boolean;
61053
+ /**
61054
+ * Gets or sets a value indicating whether the waitlist opportunity is converted..
61055
+ */
61056
+ converted?: boolean;
60961
61057
  /**
60962
61058
  * Gets or sets the page number for paged queries.
60963
61059
  */
@@ -61079,7 +61175,7 @@ declare class WaitlistOpportunityReportService {
61079
61175
  * @returns any OK
61080
61176
  * @throws ApiError
61081
61177
  */
61082
- exportToCsv({ userId, slotId, scheduledSessionId, courseId, email, futureOnly, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, formData, }: {
61178
+ exportToCsv({ userId, slotId, scheduledSessionId, courseId, email, futureOnly, converted, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, formData, }: {
61083
61179
  /**
61084
61180
  * Gets or sets the queryable User Id.
61085
61181
  */
@@ -61104,6 +61200,10 @@ declare class WaitlistOpportunityReportService {
61104
61200
  * Gets or sets a value indicating whether to filter for future opportunities only.
61105
61201
  */
61106
61202
  futureOnly?: boolean;
61203
+ /**
61204
+ * Gets or sets a value indicating whether the waitlist opportunity is converted..
61205
+ */
61206
+ converted?: boolean;
61107
61207
  /**
61108
61208
  * Gets or sets the page number for paged queries.
61109
61209
  */
@@ -61221,7 +61321,7 @@ declare class WaitlistOpportunityReportService {
61221
61321
  * @returns WaitlistOpportunityReportPage OK
61222
61322
  * @throws ApiError
61223
61323
  */
61224
- getPage({ userId, slotId, scheduledSessionId, courseId, email, futureOnly, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
61324
+ getPage({ userId, slotId, scheduledSessionId, courseId, email, futureOnly, converted, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
61225
61325
  /**
61226
61326
  * Gets or sets the queryable User Id.
61227
61327
  */
@@ -61246,6 +61346,10 @@ declare class WaitlistOpportunityReportService {
61246
61346
  * Gets or sets a value indicating whether to filter for future opportunities only.
61247
61347
  */
61248
61348
  futureOnly?: boolean;
61349
+ /**
61350
+ * Gets or sets a value indicating whether the waitlist opportunity is converted..
61351
+ */
61352
+ converted?: boolean;
61249
61353
  /**
61250
61354
  * Gets or sets the page number for paged queries.
61251
61355
  */
@@ -61329,7 +61433,7 @@ declare class WaitlistOpportunityReportService {
61329
61433
  * @returns boolean OK
61330
61434
  * @throws ApiError
61331
61435
  */
61332
- exists({ userId, slotId, scheduledSessionId, courseId, email, futureOnly, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
61436
+ exists({ userId, slotId, scheduledSessionId, courseId, email, futureOnly, converted, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
61333
61437
  /**
61334
61438
  * Gets or sets the queryable User Id.
61335
61439
  */
@@ -61354,6 +61458,10 @@ declare class WaitlistOpportunityReportService {
61354
61458
  * Gets or sets a value indicating whether to filter for future opportunities only.
61355
61459
  */
61356
61460
  futureOnly?: boolean;
61461
+ /**
61462
+ * Gets or sets a value indicating whether the waitlist opportunity is converted..
61463
+ */
61464
+ converted?: boolean;
61357
61465
  /**
61358
61466
  * Gets or sets the page number for paged queries.
61359
61467
  */
@@ -61404,7 +61512,7 @@ declare class WaitlistOpportunityReportService {
61404
61512
  * @returns number OK
61405
61513
  * @throws ApiError
61406
61514
  */
61407
- count({ userId, slotId, scheduledSessionId, courseId, email, futureOnly, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
61515
+ count({ userId, slotId, scheduledSessionId, courseId, email, futureOnly, converted, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
61408
61516
  /**
61409
61517
  * Gets or sets the queryable User Id.
61410
61518
  */
@@ -61429,6 +61537,10 @@ declare class WaitlistOpportunityReportService {
61429
61537
  * Gets or sets a value indicating whether to filter for future opportunities only.
61430
61538
  */
61431
61539
  futureOnly?: boolean;
61540
+ /**
61541
+ * Gets or sets a value indicating whether the waitlist opportunity is converted..
61542
+ */
61543
+ converted?: boolean;
61432
61544
  /**
61433
61545
  * Gets or sets the page number for paged queries.
61434
61546
  */
@@ -61479,7 +61591,7 @@ declare class WaitlistOpportunityReportService {
61479
61591
  * @returns WaitlistOpportunityReport OK
61480
61592
  * @throws ApiError
61481
61593
  */
61482
- getListWithoutReferences({ userId, slotId, scheduledSessionId, courseId, email, futureOnly, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
61594
+ getListWithoutReferences({ userId, slotId, scheduledSessionId, courseId, email, futureOnly, converted, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
61483
61595
  /**
61484
61596
  * Gets or sets the queryable User Id.
61485
61597
  */
@@ -61504,6 +61616,10 @@ declare class WaitlistOpportunityReportService {
61504
61616
  * Gets or sets a value indicating whether to filter for future opportunities only.
61505
61617
  */
61506
61618
  futureOnly?: boolean;
61619
+ /**
61620
+ * Gets or sets a value indicating whether the waitlist opportunity is converted..
61621
+ */
61622
+ converted?: boolean;
61507
61623
  /**
61508
61624
  * Gets or sets the page number for paged queries.
61509
61625
  */
@@ -61554,7 +61670,7 @@ declare class WaitlistOpportunityReportService {
61554
61670
  * @returns WaitlistOpportunityReport OK
61555
61671
  * @throws ApiError
61556
61672
  */
61557
- getListIdName({ userId, slotId, scheduledSessionId, courseId, email, futureOnly, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
61673
+ getListIdName({ userId, slotId, scheduledSessionId, courseId, email, futureOnly, converted, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
61558
61674
  /**
61559
61675
  * Gets or sets the queryable User Id.
61560
61676
  */
@@ -61579,6 +61695,10 @@ declare class WaitlistOpportunityReportService {
61579
61695
  * Gets or sets a value indicating whether to filter for future opportunities only.
61580
61696
  */
61581
61697
  futureOnly?: boolean;
61698
+ /**
61699
+ * Gets or sets a value indicating whether the waitlist opportunity is converted..
61700
+ */
61701
+ converted?: boolean;
61582
61702
  /**
61583
61703
  * Gets or sets the page number for paged queries.
61584
61704
  */