reach-api-sdk 1.0.199 → 1.0.201

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.
@@ -5671,6 +5671,18 @@ type OrderItem = {
5671
5671
  * Gets or sets a value indicating whether the order item is rescheduleable.
5672
5672
  */
5673
5673
  rescheduleable?: boolean | null;
5674
+ /**
5675
+ * Gets or sets the unit price before discount.
5676
+ */
5677
+ unitPriceBeforeDiscount?: number | null;
5678
+ /**
5679
+ * Gets or sets the unit price after discount.
5680
+ */
5681
+ unitPriceAfterDiscount?: number | null;
5682
+ /**
5683
+ * Gets or sets the effective item price.
5684
+ */
5685
+ effectiveItemPrice?: number | null;
5674
5686
  };
5675
5687
 
5676
5688
  /**
@@ -9684,7 +9696,7 @@ declare class CourseSessionsService {
9684
9696
  * @returns CourseSessionPage OK
9685
9697
  * @throws ApiError
9686
9698
  */
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, }: {
9699
+ 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
9700
  /**
9689
9701
  * Gets or sets the queryable course session ids.
9690
9702
  */
@@ -9753,6 +9765,10 @@ declare class CourseSessionsService {
9753
9765
  * Gets or sets a value indicating whether to exclude course sessions whose courses have been archived.
9754
9766
  */
9755
9767
  excludeArchived?: boolean;
9768
+ /**
9769
+ * Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
9770
+ */
9771
+ excludePrivate?: boolean;
9756
9772
  /**
9757
9773
  * Gets or sets the page number for paged queries.
9758
9774
  */
@@ -9836,7 +9852,7 @@ declare class CourseSessionsService {
9836
9852
  * @returns boolean OK
9837
9853
  * @throws ApiError
9838
9854
  */
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, }: {
9855
+ 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
9856
  /**
9841
9857
  * Gets or sets the queryable course session ids.
9842
9858
  */
@@ -9905,6 +9921,10 @@ declare class CourseSessionsService {
9905
9921
  * Gets or sets a value indicating whether to exclude course sessions whose courses have been archived.
9906
9922
  */
9907
9923
  excludeArchived?: boolean;
9924
+ /**
9925
+ * Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
9926
+ */
9927
+ excludePrivate?: boolean;
9908
9928
  /**
9909
9929
  * Gets or sets the page number for paged queries.
9910
9930
  */
@@ -9955,7 +9975,7 @@ declare class CourseSessionsService {
9955
9975
  * @returns number OK
9956
9976
  * @throws ApiError
9957
9977
  */
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, }: {
9978
+ 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
9979
  /**
9960
9980
  * Gets or sets the queryable course session ids.
9961
9981
  */
@@ -10024,6 +10044,10 @@ declare class CourseSessionsService {
10024
10044
  * Gets or sets a value indicating whether to exclude course sessions whose courses have been archived.
10025
10045
  */
10026
10046
  excludeArchived?: boolean;
10047
+ /**
10048
+ * Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
10049
+ */
10050
+ excludePrivate?: boolean;
10027
10051
  /**
10028
10052
  * Gets or sets the page number for paged queries.
10029
10053
  */
@@ -10074,7 +10098,7 @@ declare class CourseSessionsService {
10074
10098
  * @returns CourseSession OK
10075
10099
  * @throws ApiError
10076
10100
  */
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, }: {
10101
+ 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
10102
  /**
10079
10103
  * Gets or sets the queryable course session ids.
10080
10104
  */
@@ -10143,6 +10167,10 @@ declare class CourseSessionsService {
10143
10167
  * Gets or sets a value indicating whether to exclude course sessions whose courses have been archived.
10144
10168
  */
10145
10169
  excludeArchived?: boolean;
10170
+ /**
10171
+ * Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
10172
+ */
10173
+ excludePrivate?: boolean;
10146
10174
  /**
10147
10175
  * Gets or sets the page number for paged queries.
10148
10176
  */
@@ -10193,7 +10221,7 @@ declare class CourseSessionsService {
10193
10221
  * @returns CourseSession OK
10194
10222
  * @throws ApiError
10195
10223
  */
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, }: {
10224
+ 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
10225
  /**
10198
10226
  * Gets or sets the queryable course session ids.
10199
10227
  */
@@ -10262,6 +10290,10 @@ declare class CourseSessionsService {
10262
10290
  * Gets or sets a value indicating whether to exclude course sessions whose courses have been archived.
10263
10291
  */
10264
10292
  excludeArchived?: boolean;
10293
+ /**
10294
+ * Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
10295
+ */
10296
+ excludePrivate?: boolean;
10265
10297
  /**
10266
10298
  * Gets or sets the page number for paged queries.
10267
10299
  */
@@ -27870,6 +27902,10 @@ type Permission = {
27870
27902
  * Gets or sets a value indicating whether a venue manager has add provider permissions.
27871
27903
  */
27872
27904
  venueManagerAddProvider?: boolean;
27905
+ /**
27906
+ * Gets or sets a value indicating whether a venue manager has send emails permissions.
27907
+ */
27908
+ venueManagerSendEmails?: boolean;
27873
27909
  };
27874
27910
 
27875
27911
  type PermissionPage = {
@@ -27949,6 +27985,10 @@ type PermissionPatch = {
27949
27985
  * Gets or sets a value indicating whether a venue manager has add provider permissions.
27950
27986
  */
27951
27987
  venueManagerAddProvider?: boolean;
27988
+ /**
27989
+ * Gets or sets a value indicating whether a venue manager has send emails permissions.
27990
+ */
27991
+ venueManagerSendEmails?: boolean;
27952
27992
  };
27953
27993
 
27954
27994
  /**
@@ -35419,7 +35459,7 @@ declare class PublicScheduledSessionsService {
35419
35459
  * @returns ScheduledSessionPage OK
35420
35460
  * @throws ApiError
35421
35461
  */
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, }: {
35462
+ 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
35463
  xTenantSubdomain?: string;
35424
35464
  /**
35425
35465
  * Gets or sets the queryable scheduled session ids.
@@ -35513,6 +35553,10 @@ declare class PublicScheduledSessionsService {
35513
35553
  * Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
35514
35554
  */
35515
35555
  excludeArchived?: boolean;
35556
+ /**
35557
+ * Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
35558
+ */
35559
+ excludePrivate?: boolean;
35516
35560
  /**
35517
35561
  * Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
35518
35562
  */
@@ -35639,7 +35683,7 @@ declare class PublicScheduledSessionsService {
35639
35683
  * @returns boolean OK
35640
35684
  * @throws ApiError
35641
35685
  */
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, }: {
35686
+ 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
35687
  /**
35644
35688
  * The tenants subdomain.
35645
35689
  */
@@ -35736,6 +35780,10 @@ declare class PublicScheduledSessionsService {
35736
35780
  * Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
35737
35781
  */
35738
35782
  excludeArchived?: boolean;
35783
+ /**
35784
+ * Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
35785
+ */
35786
+ excludePrivate?: boolean;
35739
35787
  /**
35740
35788
  * Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
35741
35789
  */
@@ -36203,7 +36251,7 @@ declare class PublicSessionsService {
36203
36251
  * @returns any OK
36204
36252
  * @throws ApiError
36205
36253
  */
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, }: {
36254
+ 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
36255
  /**
36208
36256
  * The tenants subdomain.
36209
36257
  */
@@ -36300,6 +36348,10 @@ declare class PublicSessionsService {
36300
36348
  * Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
36301
36349
  */
36302
36350
  excludeArchived?: boolean;
36351
+ /**
36352
+ * Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
36353
+ */
36354
+ excludePrivate?: boolean;
36303
36355
  /**
36304
36356
  * Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
36305
36357
  */
@@ -42014,7 +42066,7 @@ declare class ScheduledSessionsService {
42014
42066
  * @returns ScheduledSessionPage OK
42015
42067
  * @throws ApiError
42016
42068
  */
42017
- 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, }: {
42069
+ 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, }: {
42018
42070
  /**
42019
42071
  * Gets or sets the queryable scheduled session ids.
42020
42072
  */
@@ -42107,6 +42159,10 @@ declare class ScheduledSessionsService {
42107
42159
  * Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
42108
42160
  */
42109
42161
  excludeArchived?: boolean;
42162
+ /**
42163
+ * Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
42164
+ */
42165
+ excludePrivate?: boolean;
42110
42166
  /**
42111
42167
  * Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
42112
42168
  */
@@ -42206,7 +42262,7 @@ declare class ScheduledSessionsService {
42206
42262
  * @returns boolean OK
42207
42263
  * @throws ApiError
42208
42264
  */
42209
- 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, }: {
42265
+ 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, }: {
42210
42266
  /**
42211
42267
  * Gets or sets the queryable scheduled session ids.
42212
42268
  */
@@ -42299,6 +42355,10 @@ declare class ScheduledSessionsService {
42299
42355
  * Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
42300
42356
  */
42301
42357
  excludeArchived?: boolean;
42358
+ /**
42359
+ * Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
42360
+ */
42361
+ excludePrivate?: boolean;
42302
42362
  /**
42303
42363
  * Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
42304
42364
  */
@@ -42365,7 +42425,7 @@ declare class ScheduledSessionsService {
42365
42425
  * @returns number OK
42366
42426
  * @throws ApiError
42367
42427
  */
42368
- 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, }: {
42428
+ 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, }: {
42369
42429
  /**
42370
42430
  * Gets or sets the queryable scheduled session ids.
42371
42431
  */
@@ -42458,6 +42518,10 @@ declare class ScheduledSessionsService {
42458
42518
  * Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
42459
42519
  */
42460
42520
  excludeArchived?: boolean;
42521
+ /**
42522
+ * Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
42523
+ */
42524
+ excludePrivate?: boolean;
42461
42525
  /**
42462
42526
  * Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
42463
42527
  */
@@ -42524,7 +42588,7 @@ declare class ScheduledSessionsService {
42524
42588
  * @returns ScheduledSession OK
42525
42589
  * @throws ApiError
42526
42590
  */
42527
- 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, }: {
42591
+ 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, }: {
42528
42592
  /**
42529
42593
  * Gets or sets the queryable scheduled session ids.
42530
42594
  */
@@ -42617,6 +42681,10 @@ declare class ScheduledSessionsService {
42617
42681
  * Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
42618
42682
  */
42619
42683
  excludeArchived?: boolean;
42684
+ /**
42685
+ * Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
42686
+ */
42687
+ excludePrivate?: boolean;
42620
42688
  /**
42621
42689
  * Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
42622
42690
  */
@@ -42683,7 +42751,7 @@ declare class ScheduledSessionsService {
42683
42751
  * @returns ScheduledSession OK
42684
42752
  * @throws ApiError
42685
42753
  */
42686
- 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, }: {
42754
+ 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, }: {
42687
42755
  /**
42688
42756
  * Gets or sets the queryable scheduled session ids.
42689
42757
  */
@@ -42776,6 +42844,10 @@ declare class ScheduledSessionsService {
42776
42844
  * Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
42777
42845
  */
42778
42846
  excludeArchived?: boolean;
42847
+ /**
42848
+ * Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
42849
+ */
42850
+ excludePrivate?: boolean;
42779
42851
  /**
42780
42852
  * Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
42781
42853
  */
@@ -54555,6 +54627,10 @@ type UserPermission = {
54555
54627
  * Gets or sets a value indicating whether a venue manager has add provider permissions.
54556
54628
  */
54557
54629
  addProvider?: boolean;
54630
+ /**
54631
+ * Gets or sets a value indicating whether a venue manager has send emails permissions.
54632
+ */
54633
+ sendEmails?: boolean;
54558
54634
  };
54559
54635
 
54560
54636
  type UserPermissionPage = {
@@ -54634,6 +54710,10 @@ type UserPermissionPatch = {
54634
54710
  * Gets or sets a value indicating whether a venue manager has add provider permissions.
54635
54711
  */
54636
54712
  addProvider?: boolean;
54713
+ /**
54714
+ * Gets or sets a value indicating whether a venue manager has send emails permissions.
54715
+ */
54716
+ sendEmails?: boolean;
54637
54717
  };
54638
54718
 
54639
54719
  /**
package/dist/reach-sdk.js CHANGED
@@ -4359,6 +4359,7 @@ const request = (config, options, axiosClient = axios) => {
4359
4359
  includeVenue,
4360
4360
  includeOffers,
4361
4361
  excludeArchived,
4362
+ excludePrivate,
4362
4363
  pageNumber,
4363
4364
  take,
4364
4365
  skip,
@@ -4392,6 +4393,7 @@ const request = (config, options, axiosClient = axios) => {
4392
4393
  IncludeVenue: includeVenue,
4393
4394
  IncludeOffers: includeOffers,
4394
4395
  ExcludeArchived: excludeArchived,
4396
+ ExcludePrivate: excludePrivate,
4395
4397
  PageNumber: pageNumber,
4396
4398
  Take: take,
4397
4399
  Skip: skip,
@@ -4497,6 +4499,7 @@ const request = (config, options, axiosClient = axios) => {
4497
4499
  includeVenue,
4498
4500
  includeOffers,
4499
4501
  excludeArchived,
4502
+ excludePrivate,
4500
4503
  pageNumber,
4501
4504
  take,
4502
4505
  skip,
@@ -4530,6 +4533,7 @@ const request = (config, options, axiosClient = axios) => {
4530
4533
  IncludeVenue: includeVenue,
4531
4534
  IncludeOffers: includeOffers,
4532
4535
  ExcludeArchived: excludeArchived,
4536
+ ExcludePrivate: excludePrivate,
4533
4537
  PageNumber: pageNumber,
4534
4538
  Take: take,
4535
4539
  Skip: skip,
@@ -4572,6 +4576,7 @@ const request = (config, options, axiosClient = axios) => {
4572
4576
  includeVenue,
4573
4577
  includeOffers,
4574
4578
  excludeArchived,
4579
+ excludePrivate,
4575
4580
  pageNumber,
4576
4581
  take,
4577
4582
  skip,
@@ -4605,6 +4610,7 @@ const request = (config, options, axiosClient = axios) => {
4605
4610
  IncludeVenue: includeVenue,
4606
4611
  IncludeOffers: includeOffers,
4607
4612
  ExcludeArchived: excludeArchived,
4613
+ ExcludePrivate: excludePrivate,
4608
4614
  PageNumber: pageNumber,
4609
4615
  Take: take,
4610
4616
  Skip: skip,
@@ -4647,6 +4653,7 @@ const request = (config, options, axiosClient = axios) => {
4647
4653
  includeVenue,
4648
4654
  includeOffers,
4649
4655
  excludeArchived,
4656
+ excludePrivate,
4650
4657
  pageNumber,
4651
4658
  take,
4652
4659
  skip,
@@ -4680,6 +4687,7 @@ const request = (config, options, axiosClient = axios) => {
4680
4687
  IncludeVenue: includeVenue,
4681
4688
  IncludeOffers: includeOffers,
4682
4689
  ExcludeArchived: excludeArchived,
4690
+ ExcludePrivate: excludePrivate,
4683
4691
  PageNumber: pageNumber,
4684
4692
  Take: take,
4685
4693
  Skip: skip,
@@ -4722,6 +4730,7 @@ const request = (config, options, axiosClient = axios) => {
4722
4730
  includeVenue,
4723
4731
  includeOffers,
4724
4732
  excludeArchived,
4733
+ excludePrivate,
4725
4734
  pageNumber,
4726
4735
  take,
4727
4736
  skip,
@@ -4755,6 +4764,7 @@ const request = (config, options, axiosClient = axios) => {
4755
4764
  IncludeVenue: includeVenue,
4756
4765
  IncludeOffers: includeOffers,
4757
4766
  ExcludeArchived: excludeArchived,
4767
+ ExcludePrivate: excludePrivate,
4758
4768
  PageNumber: pageNumber,
4759
4769
  Take: take,
4760
4770
  Skip: skip,
@@ -24572,6 +24582,7 @@ const request = (config, options, axiosClient = axios) => {
24572
24582
  includeOrders,
24573
24583
  hasAvailability,
24574
24584
  excludeArchived,
24585
+ excludePrivate,
24575
24586
  orderFirstNameContains,
24576
24587
  orderLastNameContains,
24577
24588
  sortBy,
@@ -24618,6 +24629,7 @@ const request = (config, options, axiosClient = axios) => {
24618
24629
  IncludeOrders: includeOrders,
24619
24630
  HasAvailability: hasAvailability,
24620
24631
  ExcludeArchived: excludeArchived,
24632
+ ExcludePrivate: excludePrivate,
24621
24633
  OrderFirstNameContains: orderFirstNameContains,
24622
24634
  OrderLastNameContains: orderLastNameContains,
24623
24635
  SortBy: sortBy,
@@ -24767,6 +24779,7 @@ const request = (config, options, axiosClient = axios) => {
24767
24779
  includeOrders,
24768
24780
  hasAvailability,
24769
24781
  excludeArchived,
24782
+ excludePrivate,
24770
24783
  orderFirstNameContains,
24771
24784
  orderLastNameContains,
24772
24785
  sortBy,
@@ -24813,6 +24826,7 @@ const request = (config, options, axiosClient = axios) => {
24813
24826
  IncludeOrders: includeOrders,
24814
24827
  HasAvailability: hasAvailability,
24815
24828
  ExcludeArchived: excludeArchived,
24829
+ ExcludePrivate: excludePrivate,
24816
24830
  OrderFirstNameContains: orderFirstNameContains,
24817
24831
  OrderLastNameContains: orderLastNameContains,
24818
24832
  SortBy: sortBy,
@@ -25078,6 +25092,7 @@ const request = (config, options, axiosClient = axios) => {
25078
25092
  includeOrders,
25079
25093
  hasAvailability,
25080
25094
  excludeArchived,
25095
+ excludePrivate,
25081
25096
  orderFirstNameContains,
25082
25097
  orderLastNameContains,
25083
25098
  sortBy,
@@ -25124,6 +25139,7 @@ const request = (config, options, axiosClient = axios) => {
25124
25139
  IncludeOrders: includeOrders,
25125
25140
  HasAvailability: hasAvailability,
25126
25141
  ExcludeArchived: excludeArchived,
25142
+ ExcludePrivate: excludePrivate,
25127
25143
  OrderFirstNameContains: orderFirstNameContains,
25128
25144
  OrderLastNameContains: orderLastNameContains,
25129
25145
  SortBy: sortBy,
@@ -29450,6 +29466,7 @@ const request = (config, options, axiosClient = axios) => {
29450
29466
  includeOrders,
29451
29467
  hasAvailability,
29452
29468
  excludeArchived,
29469
+ excludePrivate,
29453
29470
  orderFirstNameContains,
29454
29471
  orderLastNameContains,
29455
29472
  sortBy,
@@ -29493,6 +29510,7 @@ const request = (config, options, axiosClient = axios) => {
29493
29510
  IncludeOrders: includeOrders,
29494
29511
  HasAvailability: hasAvailability,
29495
29512
  ExcludeArchived: excludeArchived,
29513
+ ExcludePrivate: excludePrivate,
29496
29514
  OrderFirstNameContains: orderFirstNameContains,
29497
29515
  OrderLastNameContains: orderLastNameContains,
29498
29516
  SortBy: sortBy,
@@ -29608,6 +29626,7 @@ const request = (config, options, axiosClient = axios) => {
29608
29626
  includeOrders,
29609
29627
  hasAvailability,
29610
29628
  excludeArchived,
29629
+ excludePrivate,
29611
29630
  orderFirstNameContains,
29612
29631
  orderLastNameContains,
29613
29632
  sortBy,
@@ -29651,6 +29670,7 @@ const request = (config, options, axiosClient = axios) => {
29651
29670
  IncludeOrders: includeOrders,
29652
29671
  HasAvailability: hasAvailability,
29653
29672
  ExcludeArchived: excludeArchived,
29673
+ ExcludePrivate: excludePrivate,
29654
29674
  OrderFirstNameContains: orderFirstNameContains,
29655
29675
  OrderLastNameContains: orderLastNameContains,
29656
29676
  SortBy: sortBy,
@@ -29703,6 +29723,7 @@ const request = (config, options, axiosClient = axios) => {
29703
29723
  includeOrders,
29704
29724
  hasAvailability,
29705
29725
  excludeArchived,
29726
+ excludePrivate,
29706
29727
  orderFirstNameContains,
29707
29728
  orderLastNameContains,
29708
29729
  sortBy,
@@ -29746,6 +29767,7 @@ const request = (config, options, axiosClient = axios) => {
29746
29767
  IncludeOrders: includeOrders,
29747
29768
  HasAvailability: hasAvailability,
29748
29769
  ExcludeArchived: excludeArchived,
29770
+ ExcludePrivate: excludePrivate,
29749
29771
  OrderFirstNameContains: orderFirstNameContains,
29750
29772
  OrderLastNameContains: orderLastNameContains,
29751
29773
  SortBy: sortBy,
@@ -29798,6 +29820,7 @@ const request = (config, options, axiosClient = axios) => {
29798
29820
  includeOrders,
29799
29821
  hasAvailability,
29800
29822
  excludeArchived,
29823
+ excludePrivate,
29801
29824
  orderFirstNameContains,
29802
29825
  orderLastNameContains,
29803
29826
  sortBy,
@@ -29841,6 +29864,7 @@ const request = (config, options, axiosClient = axios) => {
29841
29864
  IncludeOrders: includeOrders,
29842
29865
  HasAvailability: hasAvailability,
29843
29866
  ExcludeArchived: excludeArchived,
29867
+ ExcludePrivate: excludePrivate,
29844
29868
  OrderFirstNameContains: orderFirstNameContains,
29845
29869
  OrderLastNameContains: orderLastNameContains,
29846
29870
  SortBy: sortBy,
@@ -29893,6 +29917,7 @@ const request = (config, options, axiosClient = axios) => {
29893
29917
  includeOrders,
29894
29918
  hasAvailability,
29895
29919
  excludeArchived,
29920
+ excludePrivate,
29896
29921
  orderFirstNameContains,
29897
29922
  orderLastNameContains,
29898
29923
  sortBy,
@@ -29936,6 +29961,7 @@ const request = (config, options, axiosClient = axios) => {
29936
29961
  IncludeOrders: includeOrders,
29937
29962
  HasAvailability: hasAvailability,
29938
29963
  ExcludeArchived: excludeArchived,
29964
+ ExcludePrivate: excludePrivate,
29939
29965
  OrderFirstNameContains: orderFirstNameContains,
29940
29966
  OrderLastNameContains: orderLastNameContains,
29941
29967
  SortBy: sortBy,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "reach-api-sdk",
3
- "version": "1.0.199",
3
+ "version": "1.0.201",
4
4
  "description": "sdk for reach api",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -11984,6 +11984,11 @@ paths:
11984
11984
  description: Gets or sets a value indicating whether to exclude course sessions whose courses have been archived.
11985
11985
  schema:
11986
11986
  type: boolean
11987
+ - name: ExcludePrivate
11988
+ in: query
11989
+ description: Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
11990
+ schema:
11991
+ type: boolean
11987
11992
  - name: PageNumber
11988
11993
  in: query
11989
11994
  description: Gets or sets the page number for paged queries.
@@ -12384,6 +12389,11 @@ paths:
12384
12389
  description: Gets or sets a value indicating whether to exclude course sessions whose courses have been archived.
12385
12390
  schema:
12386
12391
  type: boolean
12392
+ - name: ExcludePrivate
12393
+ in: query
12394
+ description: Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
12395
+ schema:
12396
+ type: boolean
12387
12397
  - name: PageNumber
12388
12398
  in: query
12389
12399
  description: Gets or sets the page number for paged queries.
@@ -12606,6 +12616,11 @@ paths:
12606
12616
  description: Gets or sets a value indicating whether to exclude course sessions whose courses have been archived.
12607
12617
  schema:
12608
12618
  type: boolean
12619
+ - name: ExcludePrivate
12620
+ in: query
12621
+ description: Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
12622
+ schema:
12623
+ type: boolean
12609
12624
  - name: PageNumber
12610
12625
  in: query
12611
12626
  description: Gets or sets the page number for paged queries.
@@ -12831,6 +12846,11 @@ paths:
12831
12846
  description: Gets or sets a value indicating whether to exclude course sessions whose courses have been archived.
12832
12847
  schema:
12833
12848
  type: boolean
12849
+ - name: ExcludePrivate
12850
+ in: query
12851
+ description: Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
12852
+ schema:
12853
+ type: boolean
12834
12854
  - name: PageNumber
12835
12855
  in: query
12836
12856
  description: Gets or sets the page number for paged queries.
@@ -13059,6 +13079,11 @@ paths:
13059
13079
  description: Gets or sets a value indicating whether to exclude course sessions whose courses have been archived.
13060
13080
  schema:
13061
13081
  type: boolean
13082
+ - name: ExcludePrivate
13083
+ in: query
13084
+ description: Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
13085
+ schema:
13086
+ type: boolean
13062
13087
  - name: PageNumber
13063
13088
  in: query
13064
13089
  description: Gets or sets the page number for paged queries.
@@ -71851,6 +71876,11 @@ paths:
71851
71876
  description: Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
71852
71877
  schema:
71853
71878
  type: boolean
71879
+ - name: ExcludePrivate
71880
+ in: query
71881
+ description: Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
71882
+ schema:
71883
+ type: boolean
71854
71884
  - name: OrderFirstNameContains
71855
71885
  in: query
71856
71886
  description: Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
@@ -72422,6 +72452,11 @@ paths:
72422
72452
  description: Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
72423
72453
  schema:
72424
72454
  type: boolean
72455
+ - name: ExcludePrivate
72456
+ in: query
72457
+ description: Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
72458
+ schema:
72459
+ type: boolean
72425
72460
  - name: OrderFirstNameContains
72426
72461
  in: query
72427
72462
  description: Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
@@ -73265,6 +73300,11 @@ paths:
73265
73300
  description: Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
73266
73301
  schema:
73267
73302
  type: boolean
73303
+ - name: ExcludePrivate
73304
+ in: query
73305
+ description: Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
73306
+ schema:
73307
+ type: boolean
73268
73308
  - name: OrderFirstNameContains
73269
73309
  in: query
73270
73310
  description: Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
@@ -85893,6 +85933,11 @@ paths:
85893
85933
  description: Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
85894
85934
  schema:
85895
85935
  type: boolean
85936
+ - name: ExcludePrivate
85937
+ in: query
85938
+ description: Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
85939
+ schema:
85940
+ type: boolean
85896
85941
  - name: OrderFirstNameContains
85897
85942
  in: query
85898
85943
  description: Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
@@ -86345,6 +86390,11 @@ paths:
86345
86390
  description: Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
86346
86391
  schema:
86347
86392
  type: boolean
86393
+ - name: ExcludePrivate
86394
+ in: query
86395
+ description: Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
86396
+ schema:
86397
+ type: boolean
86348
86398
  - name: OrderFirstNameContains
86349
86399
  in: query
86350
86400
  description: Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
@@ -86619,6 +86669,11 @@ paths:
86619
86669
  description: Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
86620
86670
  schema:
86621
86671
  type: boolean
86672
+ - name: ExcludePrivate
86673
+ in: query
86674
+ description: Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
86675
+ schema:
86676
+ type: boolean
86622
86677
  - name: OrderFirstNameContains
86623
86678
  in: query
86624
86679
  description: Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
@@ -86896,6 +86951,11 @@ paths:
86896
86951
  description: Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
86897
86952
  schema:
86898
86953
  type: boolean
86954
+ - name: ExcludePrivate
86955
+ in: query
86956
+ description: Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
86957
+ schema:
86958
+ type: boolean
86899
86959
  - name: OrderFirstNameContains
86900
86960
  in: query
86901
86961
  description: Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
@@ -87176,6 +87236,11 @@ paths:
87176
87236
  description: Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
87177
87237
  schema:
87178
87238
  type: boolean
87239
+ - name: ExcludePrivate
87240
+ in: query
87241
+ description: Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
87242
+ schema:
87243
+ type: boolean
87179
87244
  - name: OrderFirstNameContains
87180
87245
  in: query
87181
87246
  description: Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
@@ -140256,6 +140321,21 @@ components:
140256
140321
  type: boolean
140257
140322
  description: Gets or sets a value indicating whether the order item is rescheduleable.
140258
140323
  nullable: true
140324
+ unitPriceBeforeDiscount:
140325
+ type: number
140326
+ description: Gets or sets the unit price before discount.
140327
+ format: double
140328
+ nullable: true
140329
+ unitPriceAfterDiscount:
140330
+ type: number
140331
+ description: Gets or sets the unit price after discount.
140332
+ format: double
140333
+ nullable: true
140334
+ effectiveItemPrice:
140335
+ type: number
140336
+ description: Gets or sets the effective item price.
140337
+ format: double
140338
+ nullable: true
140259
140339
  additionalProperties: false
140260
140340
  description: Represents an Order of a currently available bookable Reach.Models.OrderItem.Slot within the Reach application.
140261
140341
  OrderItemDeal:
@@ -141423,6 +141503,10 @@ components:
141423
141503
  type: boolean
141424
141504
  description: Gets or sets a value indicating whether a venue manager has add provider permissions.
141425
141505
  default: false
141506
+ venueManagerSendEmails:
141507
+ type: boolean
141508
+ description: Gets or sets a value indicating whether a venue manager has send emails permissions.
141509
+ default: false
141426
141510
  additionalProperties: false
141427
141511
  description: Represents permissions within the Reach application.
141428
141512
  PermissionPage:
@@ -141513,6 +141597,10 @@ components:
141513
141597
  type: boolean
141514
141598
  description: Gets or sets a value indicating whether a venue manager has add provider permissions.
141515
141599
  default: false
141600
+ venueManagerSendEmails:
141601
+ type: boolean
141602
+ description: Gets or sets a value indicating whether a venue manager has send emails permissions.
141603
+ default: false
141516
141604
  additionalProperties: false
141517
141605
  description: Post model for permission updates.
141518
141606
  PermissionPost:
@@ -148031,6 +148119,10 @@ components:
148031
148119
  type: boolean
148032
148120
  description: Gets or sets a value indicating whether a venue manager has add provider permissions.
148033
148121
  default: false
148122
+ sendEmails:
148123
+ type: boolean
148124
+ description: Gets or sets a value indicating whether a venue manager has send emails permissions.
148125
+ default: false
148034
148126
  additionalProperties: false
148035
148127
  description: Represents permissions within the Reach application.
148036
148128
  UserPermissionPage:
@@ -148121,6 +148213,10 @@ components:
148121
148213
  type: boolean
148122
148214
  description: Gets or sets a value indicating whether a venue manager has add provider permissions.
148123
148215
  default: false
148216
+ sendEmails:
148217
+ type: boolean
148218
+ description: Gets or sets a value indicating whether a venue manager has send emails permissions.
148219
+ default: false
148124
148220
  additionalProperties: false
148125
148221
  description: Post model for user permission updates.
148126
148222
  UserPermissionPost:
@@ -123,4 +123,16 @@ export type OrderItem = {
123
123
  * Gets or sets a value indicating whether the order item is rescheduleable.
124
124
  */
125
125
  rescheduleable?: boolean | null;
126
+ /**
127
+ * Gets or sets the unit price before discount.
128
+ */
129
+ unitPriceBeforeDiscount?: number | null;
130
+ /**
131
+ * Gets or sets the unit price after discount.
132
+ */
133
+ unitPriceAfterDiscount?: number | null;
134
+ /**
135
+ * Gets or sets the effective item price.
136
+ */
137
+ effectiveItemPrice?: number | null;
126
138
  };
@@ -91,4 +91,8 @@ export type Permission = {
91
91
  * Gets or sets a value indicating whether a venue manager has add provider permissions.
92
92
  */
93
93
  venueManagerAddProvider?: boolean;
94
+ /**
95
+ * Gets or sets a value indicating whether a venue manager has send emails permissions.
96
+ */
97
+ venueManagerSendEmails?: boolean;
94
98
  };
@@ -75,4 +75,8 @@ export type PermissionPatch = {
75
75
  * Gets or sets a value indicating whether a venue manager has add provider permissions.
76
76
  */
77
77
  venueManagerAddProvider?: boolean;
78
+ /**
79
+ * Gets or sets a value indicating whether a venue manager has send emails permissions.
80
+ */
81
+ venueManagerSendEmails?: boolean;
78
82
  };
@@ -95,4 +95,8 @@ export type UserPermission = {
95
95
  * Gets or sets a value indicating whether a venue manager has add provider permissions.
96
96
  */
97
97
  addProvider?: boolean;
98
+ /**
99
+ * Gets or sets a value indicating whether a venue manager has send emails permissions.
100
+ */
101
+ sendEmails?: boolean;
98
102
  };
@@ -75,4 +75,8 @@ export type UserPermissionPatch = {
75
75
  * Gets or sets a value indicating whether a venue manager has add provider permissions.
76
76
  */
77
77
  addProvider?: boolean;
78
+ /**
79
+ * Gets or sets a value indicating whether a venue manager has send emails permissions.
80
+ */
81
+ sendEmails?: boolean;
78
82
  };
@@ -247,6 +247,7 @@ export class CourseSessionsService {
247
247
  includeVenue,
248
248
  includeOffers,
249
249
  excludeArchived,
250
+ excludePrivate,
250
251
  pageNumber,
251
252
  take,
252
253
  skip,
@@ -327,6 +328,10 @@ export class CourseSessionsService {
327
328
  * Gets or sets a value indicating whether to exclude course sessions whose courses have been archived.
328
329
  */
329
330
  excludeArchived?: boolean;
331
+ /**
332
+ * Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
333
+ */
334
+ excludePrivate?: boolean;
330
335
  /**
331
336
  * Gets or sets the page number for paged queries.
332
337
  */
@@ -393,6 +398,7 @@ export class CourseSessionsService {
393
398
  IncludeVenue: includeVenue,
394
399
  IncludeOffers: includeOffers,
395
400
  ExcludeArchived: excludeArchived,
401
+ ExcludePrivate: excludePrivate,
396
402
  PageNumber: pageNumber,
397
403
  Take: take,
398
404
  Skip: skip,
@@ -517,6 +523,7 @@ export class CourseSessionsService {
517
523
  includeVenue,
518
524
  includeOffers,
519
525
  excludeArchived,
526
+ excludePrivate,
520
527
  pageNumber,
521
528
  take,
522
529
  skip,
@@ -597,6 +604,10 @@ export class CourseSessionsService {
597
604
  * Gets or sets a value indicating whether to exclude course sessions whose courses have been archived.
598
605
  */
599
606
  excludeArchived?: boolean;
607
+ /**
608
+ * Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
609
+ */
610
+ excludePrivate?: boolean;
600
611
  /**
601
612
  * Gets or sets the page number for paged queries.
602
613
  */
@@ -663,6 +674,7 @@ export class CourseSessionsService {
663
674
  IncludeVenue: includeVenue,
664
675
  IncludeOffers: includeOffers,
665
676
  ExcludeArchived: excludeArchived,
677
+ ExcludePrivate: excludePrivate,
666
678
  PageNumber: pageNumber,
667
679
  Take: take,
668
680
  Skip: skip,
@@ -706,6 +718,7 @@ export class CourseSessionsService {
706
718
  includeVenue,
707
719
  includeOffers,
708
720
  excludeArchived,
721
+ excludePrivate,
709
722
  pageNumber,
710
723
  take,
711
724
  skip,
@@ -786,6 +799,10 @@ export class CourseSessionsService {
786
799
  * Gets or sets a value indicating whether to exclude course sessions whose courses have been archived.
787
800
  */
788
801
  excludeArchived?: boolean;
802
+ /**
803
+ * Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
804
+ */
805
+ excludePrivate?: boolean;
789
806
  /**
790
807
  * Gets or sets the page number for paged queries.
791
808
  */
@@ -852,6 +869,7 @@ export class CourseSessionsService {
852
869
  IncludeVenue: includeVenue,
853
870
  IncludeOffers: includeOffers,
854
871
  ExcludeArchived: excludeArchived,
872
+ ExcludePrivate: excludePrivate,
855
873
  PageNumber: pageNumber,
856
874
  Take: take,
857
875
  Skip: skip,
@@ -895,6 +913,7 @@ export class CourseSessionsService {
895
913
  includeVenue,
896
914
  includeOffers,
897
915
  excludeArchived,
916
+ excludePrivate,
898
917
  pageNumber,
899
918
  take,
900
919
  skip,
@@ -975,6 +994,10 @@ export class CourseSessionsService {
975
994
  * Gets or sets a value indicating whether to exclude course sessions whose courses have been archived.
976
995
  */
977
996
  excludeArchived?: boolean;
997
+ /**
998
+ * Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
999
+ */
1000
+ excludePrivate?: boolean;
978
1001
  /**
979
1002
  * Gets or sets the page number for paged queries.
980
1003
  */
@@ -1041,6 +1064,7 @@ export class CourseSessionsService {
1041
1064
  IncludeVenue: includeVenue,
1042
1065
  IncludeOffers: includeOffers,
1043
1066
  ExcludeArchived: excludeArchived,
1067
+ ExcludePrivate: excludePrivate,
1044
1068
  PageNumber: pageNumber,
1045
1069
  Take: take,
1046
1070
  Skip: skip,
@@ -1084,6 +1108,7 @@ export class CourseSessionsService {
1084
1108
  includeVenue,
1085
1109
  includeOffers,
1086
1110
  excludeArchived,
1111
+ excludePrivate,
1087
1112
  pageNumber,
1088
1113
  take,
1089
1114
  skip,
@@ -1164,6 +1189,10 @@ export class CourseSessionsService {
1164
1189
  * Gets or sets a value indicating whether to exclude course sessions whose courses have been archived.
1165
1190
  */
1166
1191
  excludeArchived?: boolean;
1192
+ /**
1193
+ * Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
1194
+ */
1195
+ excludePrivate?: boolean;
1167
1196
  /**
1168
1197
  * Gets or sets the page number for paged queries.
1169
1198
  */
@@ -1230,6 +1259,7 @@ export class CourseSessionsService {
1230
1259
  IncludeVenue: includeVenue,
1231
1260
  IncludeOffers: includeOffers,
1232
1261
  ExcludeArchived: excludeArchived,
1262
+ ExcludePrivate: excludePrivate,
1233
1263
  PageNumber: pageNumber,
1234
1264
  Take: take,
1235
1265
  Skip: skip,
@@ -109,6 +109,7 @@ export class PublicScheduledSessionsService {
109
109
  includeOrders,
110
110
  hasAvailability,
111
111
  excludeArchived,
112
+ excludePrivate,
112
113
  orderFirstNameContains,
113
114
  orderLastNameContains,
114
115
  sortBy,
@@ -218,6 +219,10 @@ export class PublicScheduledSessionsService {
218
219
  * Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
219
220
  */
220
221
  excludeArchived?: boolean;
222
+ /**
223
+ * Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
224
+ */
225
+ excludePrivate?: boolean;
221
226
  /**
222
227
  * Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
223
228
  */
@@ -309,6 +314,7 @@ export class PublicScheduledSessionsService {
309
314
  IncludeOrders: includeOrders,
310
315
  HasAvailability: hasAvailability,
311
316
  ExcludeArchived: excludeArchived,
317
+ ExcludePrivate: excludePrivate,
312
318
  OrderFirstNameContains: orderFirstNameContains,
313
319
  OrderLastNameContains: orderLastNameContains,
314
320
  SortBy: sortBy,
@@ -499,6 +505,7 @@ export class PublicScheduledSessionsService {
499
505
  includeOrders,
500
506
  hasAvailability,
501
507
  excludeArchived,
508
+ excludePrivate,
502
509
  orderFirstNameContains,
503
510
  orderLastNameContains,
504
511
  sortBy,
@@ -611,6 +618,10 @@ export class PublicScheduledSessionsService {
611
618
  * Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
612
619
  */
613
620
  excludeArchived?: boolean;
621
+ /**
622
+ * Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
623
+ */
624
+ excludePrivate?: boolean;
614
625
  /**
615
626
  * Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
616
627
  */
@@ -702,6 +713,7 @@ export class PublicScheduledSessionsService {
702
713
  IncludeOrders: includeOrders,
703
714
  HasAvailability: hasAvailability,
704
715
  ExcludeArchived: excludeArchived,
716
+ ExcludePrivate: excludePrivate,
705
717
  OrderFirstNameContains: orderFirstNameContains,
706
718
  OrderLastNameContains: orderLastNameContains,
707
719
  SortBy: sortBy,
@@ -471,6 +471,7 @@ export class PublicSessionsService {
471
471
  includeOrders,
472
472
  hasAvailability,
473
473
  excludeArchived,
474
+ excludePrivate,
474
475
  orderFirstNameContains,
475
476
  orderLastNameContains,
476
477
  sortBy,
@@ -583,6 +584,10 @@ export class PublicSessionsService {
583
584
  * Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
584
585
  */
585
586
  excludeArchived?: boolean;
587
+ /**
588
+ * Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
589
+ */
590
+ excludePrivate?: boolean;
586
591
  /**
587
592
  * Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
588
593
  */
@@ -674,6 +679,7 @@ export class PublicSessionsService {
674
679
  IncludeOrders: includeOrders,
675
680
  HasAvailability: hasAvailability,
676
681
  ExcludeArchived: excludeArchived,
682
+ ExcludePrivate: excludePrivate,
677
683
  OrderFirstNameContains: orderFirstNameContains,
678
684
  OrderLastNameContains: orderLastNameContains,
679
685
  SortBy: sortBy,
@@ -394,6 +394,7 @@ export class ScheduledSessionsService {
394
394
  includeOrders,
395
395
  hasAvailability,
396
396
  excludeArchived,
397
+ excludePrivate,
397
398
  orderFirstNameContains,
398
399
  orderLastNameContains,
399
400
  sortBy,
@@ -502,6 +503,10 @@ export class ScheduledSessionsService {
502
503
  * Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
503
504
  */
504
505
  excludeArchived?: boolean;
506
+ /**
507
+ * Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
508
+ */
509
+ excludePrivate?: boolean;
505
510
  /**
506
511
  * Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
507
512
  */
@@ -590,6 +595,7 @@ export class ScheduledSessionsService {
590
595
  IncludeOrders: includeOrders,
591
596
  HasAvailability: hasAvailability,
592
597
  ExcludeArchived: excludeArchived,
598
+ ExcludePrivate: excludePrivate,
593
599
  OrderFirstNameContains: orderFirstNameContains,
594
600
  OrderLastNameContains: orderLastNameContains,
595
601
  SortBy: sortBy,
@@ -724,6 +730,7 @@ export class ScheduledSessionsService {
724
730
  includeOrders,
725
731
  hasAvailability,
726
732
  excludeArchived,
733
+ excludePrivate,
727
734
  orderFirstNameContains,
728
735
  orderLastNameContains,
729
736
  sortBy,
@@ -832,6 +839,10 @@ export class ScheduledSessionsService {
832
839
  * Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
833
840
  */
834
841
  excludeArchived?: boolean;
842
+ /**
843
+ * Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
844
+ */
845
+ excludePrivate?: boolean;
835
846
  /**
836
847
  * Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
837
848
  */
@@ -920,6 +931,7 @@ export class ScheduledSessionsService {
920
931
  IncludeOrders: includeOrders,
921
932
  HasAvailability: hasAvailability,
922
933
  ExcludeArchived: excludeArchived,
934
+ ExcludePrivate: excludePrivate,
923
935
  OrderFirstNameContains: orderFirstNameContains,
924
936
  OrderLastNameContains: orderLastNameContains,
925
937
  SortBy: sortBy,
@@ -973,6 +985,7 @@ export class ScheduledSessionsService {
973
985
  includeOrders,
974
986
  hasAvailability,
975
987
  excludeArchived,
988
+ excludePrivate,
976
989
  orderFirstNameContains,
977
990
  orderLastNameContains,
978
991
  sortBy,
@@ -1081,6 +1094,10 @@ export class ScheduledSessionsService {
1081
1094
  * Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
1082
1095
  */
1083
1096
  excludeArchived?: boolean;
1097
+ /**
1098
+ * Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
1099
+ */
1100
+ excludePrivate?: boolean;
1084
1101
  /**
1085
1102
  * Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
1086
1103
  */
@@ -1169,6 +1186,7 @@ export class ScheduledSessionsService {
1169
1186
  IncludeOrders: includeOrders,
1170
1187
  HasAvailability: hasAvailability,
1171
1188
  ExcludeArchived: excludeArchived,
1189
+ ExcludePrivate: excludePrivate,
1172
1190
  OrderFirstNameContains: orderFirstNameContains,
1173
1191
  OrderLastNameContains: orderLastNameContains,
1174
1192
  SortBy: sortBy,
@@ -1222,6 +1240,7 @@ export class ScheduledSessionsService {
1222
1240
  includeOrders,
1223
1241
  hasAvailability,
1224
1242
  excludeArchived,
1243
+ excludePrivate,
1225
1244
  orderFirstNameContains,
1226
1245
  orderLastNameContains,
1227
1246
  sortBy,
@@ -1330,6 +1349,10 @@ export class ScheduledSessionsService {
1330
1349
  * Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
1331
1350
  */
1332
1351
  excludeArchived?: boolean;
1352
+ /**
1353
+ * Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
1354
+ */
1355
+ excludePrivate?: boolean;
1333
1356
  /**
1334
1357
  * Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
1335
1358
  */
@@ -1418,6 +1441,7 @@ export class ScheduledSessionsService {
1418
1441
  IncludeOrders: includeOrders,
1419
1442
  HasAvailability: hasAvailability,
1420
1443
  ExcludeArchived: excludeArchived,
1444
+ ExcludePrivate: excludePrivate,
1421
1445
  OrderFirstNameContains: orderFirstNameContains,
1422
1446
  OrderLastNameContains: orderLastNameContains,
1423
1447
  SortBy: sortBy,
@@ -1471,6 +1495,7 @@ export class ScheduledSessionsService {
1471
1495
  includeOrders,
1472
1496
  hasAvailability,
1473
1497
  excludeArchived,
1498
+ excludePrivate,
1474
1499
  orderFirstNameContains,
1475
1500
  orderLastNameContains,
1476
1501
  sortBy,
@@ -1579,6 +1604,10 @@ export class ScheduledSessionsService {
1579
1604
  * Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
1580
1605
  */
1581
1606
  excludeArchived?: boolean;
1607
+ /**
1608
+ * Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
1609
+ */
1610
+ excludePrivate?: boolean;
1582
1611
  /**
1583
1612
  * Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
1584
1613
  */
@@ -1667,6 +1696,7 @@ export class ScheduledSessionsService {
1667
1696
  IncludeOrders: includeOrders,
1668
1697
  HasAvailability: hasAvailability,
1669
1698
  ExcludeArchived: excludeArchived,
1699
+ ExcludePrivate: excludePrivate,
1670
1700
  OrderFirstNameContains: orderFirstNameContains,
1671
1701
  OrderLastNameContains: orderLastNameContains,
1672
1702
  SortBy: sortBy,