reach-api-sdk 1.0.109 → 1.0.111

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.
@@ -5763,6 +5763,10 @@ type CoursePatch = {
5763
5763
  * Gets or sets the contact email.
5764
5764
  */
5765
5765
  contactEmail?: string | null;
5766
+ /**
5767
+ * Gets or sets the booking link override if checkout will occur externally.
5768
+ */
5769
+ bookingLinkOverride?: string | null;
5766
5770
  /**
5767
5771
  * Gets or sets the course that this course was originally copied from.
5768
5772
  */
@@ -23050,7 +23054,7 @@ declare class PublicScheduledSessionsService {
23050
23054
  * @returns ScheduledSessionPage Success
23051
23055
  * @throws ApiError
23052
23056
  */
23053
- getPage({ xTenantSubdomain, ids, venueId, sessionId, sessionIds, scheduleId, status, statuses, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, includeVenue, hasAvailability, excludeArchived, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
23057
+ getPage({ xTenantSubdomain, ids, venueId, sessionId, sessionIds, scheduleId, status, statuses, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, includeImages, includeVenue, includeOrders, hasAvailability, excludeArchived, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
23054
23058
  xTenantSubdomain?: string;
23055
23059
  /**
23056
23060
  * Gets or sets the queryable scheduled session ids.
@@ -23112,10 +23116,18 @@ declare class PublicScheduledSessionsService {
23112
23116
  * Gets or sets a value indicating whether to only return future scheduled session.
23113
23117
  */
23114
23118
  futureOnly?: boolean;
23119
+ /**
23120
+ * Gets or sets a value indicating whether to include image detail in the results.
23121
+ */
23122
+ includeImages?: boolean;
23115
23123
  /**
23116
23124
  * Gets or sets a value indicating whether to include venue detail in the results.
23117
23125
  */
23118
23126
  includeVenue?: boolean;
23127
+ /**
23128
+ * Gets or sets a value indicating whether to include order detail in the results.
23129
+ */
23130
+ includeOrders?: boolean;
23119
23131
  /**
23120
23132
  * Gets or sets a value indicating whether the scheduled session has availability.
23121
23133
  */
@@ -23246,7 +23258,7 @@ declare class PublicScheduledSessionsService {
23246
23258
  * @returns boolean Success
23247
23259
  * @throws ApiError
23248
23260
  */
23249
- exists({ xTenantSubdomain, ids, venueId, sessionId, sessionIds, scheduleId, status, statuses, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, includeVenue, hasAvailability, excludeArchived, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
23261
+ exists({ xTenantSubdomain, ids, venueId, sessionId, sessionIds, scheduleId, status, statuses, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, includeImages, includeVenue, includeOrders, hasAvailability, excludeArchived, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
23250
23262
  /**
23251
23263
  * The tenants subdomain.
23252
23264
  */
@@ -23311,10 +23323,18 @@ declare class PublicScheduledSessionsService {
23311
23323
  * Gets or sets a value indicating whether to only return future scheduled session.
23312
23324
  */
23313
23325
  futureOnly?: boolean;
23326
+ /**
23327
+ * Gets or sets a value indicating whether to include image detail in the results.
23328
+ */
23329
+ includeImages?: boolean;
23314
23330
  /**
23315
23331
  * Gets or sets a value indicating whether to include venue detail in the results.
23316
23332
  */
23317
23333
  includeVenue?: boolean;
23334
+ /**
23335
+ * Gets or sets a value indicating whether to include order detail in the results.
23336
+ */
23337
+ includeOrders?: boolean;
23318
23338
  /**
23319
23339
  * Gets or sets a value indicating whether the scheduled session has availability.
23320
23340
  */
@@ -23471,6 +23491,10 @@ type SessionPatch = {
23471
23491
  * Gets or sets the contact email.
23472
23492
  */
23473
23493
  contactEmail?: string | null;
23494
+ /**
23495
+ * Gets or sets the booking link override if checkout will occur externally.
23496
+ */
23497
+ bookingLinkOverride?: string | null;
23474
23498
  /**
23475
23499
  * Gets or sets the session that this course was originally copied from.
23476
23500
  */
@@ -23714,7 +23738,7 @@ declare class PublicSessionsService {
23714
23738
  * @returns any Success
23715
23739
  * @throws ApiError
23716
23740
  */
23717
- getDistinctSlotDates({ xTenantSubdomain, ids, venueId, sessionId, sessionIds, scheduleId, status, statuses, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, includeVenue, hasAvailability, excludeArchived, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
23741
+ getDistinctSlotDates({ xTenantSubdomain, ids, venueId, sessionId, sessionIds, scheduleId, status, statuses, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, includeImages, includeVenue, includeOrders, hasAvailability, excludeArchived, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
23718
23742
  /**
23719
23743
  * The tenants subdomain.
23720
23744
  */
@@ -23779,10 +23803,18 @@ declare class PublicSessionsService {
23779
23803
  * Gets or sets a value indicating whether to only return future scheduled session.
23780
23804
  */
23781
23805
  futureOnly?: boolean;
23806
+ /**
23807
+ * Gets or sets a value indicating whether to include image detail in the results.
23808
+ */
23809
+ includeImages?: boolean;
23782
23810
  /**
23783
23811
  * Gets or sets a value indicating whether to include venue detail in the results.
23784
23812
  */
23785
23813
  includeVenue?: boolean;
23814
+ /**
23815
+ * Gets or sets a value indicating whether to include order detail in the results.
23816
+ */
23817
+ includeOrders?: boolean;
23786
23818
  /**
23787
23819
  * Gets or sets a value indicating whether the scheduled session has availability.
23788
23820
  */
@@ -28339,7 +28371,7 @@ declare class ScheduledSessionsService {
28339
28371
  * @returns ScheduledSessionPage Success
28340
28372
  * @throws ApiError
28341
28373
  */
28342
- getPage({ ids, venueId, sessionId, sessionIds, scheduleId, status, statuses, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, includeVenue, hasAvailability, excludeArchived, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
28374
+ getPage({ ids, venueId, sessionId, sessionIds, scheduleId, status, statuses, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, includeImages, includeVenue, includeOrders, hasAvailability, excludeArchived, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
28343
28375
  /**
28344
28376
  * Gets or sets the queryable scheduled session ids.
28345
28377
  */
@@ -28400,10 +28432,18 @@ declare class ScheduledSessionsService {
28400
28432
  * Gets or sets a value indicating whether to only return future scheduled session.
28401
28433
  */
28402
28434
  futureOnly?: boolean;
28435
+ /**
28436
+ * Gets or sets a value indicating whether to include image detail in the results.
28437
+ */
28438
+ includeImages?: boolean;
28403
28439
  /**
28404
28440
  * Gets or sets a value indicating whether to include venue detail in the results.
28405
28441
  */
28406
28442
  includeVenue?: boolean;
28443
+ /**
28444
+ * Gets or sets a value indicating whether to include order detail in the results.
28445
+ */
28446
+ includeOrders?: boolean;
28407
28447
  /**
28408
28448
  * Gets or sets a value indicating whether the scheduled session has availability.
28409
28449
  */
@@ -28507,7 +28547,7 @@ declare class ScheduledSessionsService {
28507
28547
  * @returns boolean Success
28508
28548
  * @throws ApiError
28509
28549
  */
28510
- exists({ ids, venueId, sessionId, sessionIds, scheduleId, status, statuses, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, includeVenue, hasAvailability, excludeArchived, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
28550
+ exists({ ids, venueId, sessionId, sessionIds, scheduleId, status, statuses, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, includeImages, includeVenue, includeOrders, hasAvailability, excludeArchived, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
28511
28551
  /**
28512
28552
  * Gets or sets the queryable scheduled session ids.
28513
28553
  */
@@ -28568,10 +28608,18 @@ declare class ScheduledSessionsService {
28568
28608
  * Gets or sets a value indicating whether to only return future scheduled session.
28569
28609
  */
28570
28610
  futureOnly?: boolean;
28611
+ /**
28612
+ * Gets or sets a value indicating whether to include image detail in the results.
28613
+ */
28614
+ includeImages?: boolean;
28571
28615
  /**
28572
28616
  * Gets or sets a value indicating whether to include venue detail in the results.
28573
28617
  */
28574
28618
  includeVenue?: boolean;
28619
+ /**
28620
+ * Gets or sets a value indicating whether to include order detail in the results.
28621
+ */
28622
+ includeOrders?: boolean;
28575
28623
  /**
28576
28624
  * Gets or sets a value indicating whether the scheduled session has availability.
28577
28625
  */
@@ -28642,7 +28690,7 @@ declare class ScheduledSessionsService {
28642
28690
  * @returns ScheduledSession Success
28643
28691
  * @throws ApiError
28644
28692
  */
28645
- getListWithoutReferences({ ids, venueId, sessionId, sessionIds, scheduleId, status, statuses, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, includeVenue, hasAvailability, excludeArchived, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
28693
+ getListWithoutReferences({ ids, venueId, sessionId, sessionIds, scheduleId, status, statuses, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, includeImages, includeVenue, includeOrders, hasAvailability, excludeArchived, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
28646
28694
  /**
28647
28695
  * Gets or sets the queryable scheduled session ids.
28648
28696
  */
@@ -28703,10 +28751,18 @@ declare class ScheduledSessionsService {
28703
28751
  * Gets or sets a value indicating whether to only return future scheduled session.
28704
28752
  */
28705
28753
  futureOnly?: boolean;
28754
+ /**
28755
+ * Gets or sets a value indicating whether to include image detail in the results.
28756
+ */
28757
+ includeImages?: boolean;
28706
28758
  /**
28707
28759
  * Gets or sets a value indicating whether to include venue detail in the results.
28708
28760
  */
28709
28761
  includeVenue?: boolean;
28762
+ /**
28763
+ * Gets or sets a value indicating whether to include order detail in the results.
28764
+ */
28765
+ includeOrders?: boolean;
28710
28766
  /**
28711
28767
  * Gets or sets a value indicating whether the scheduled session has availability.
28712
28768
  */
@@ -28777,7 +28833,7 @@ declare class ScheduledSessionsService {
28777
28833
  * @returns ScheduledSession Success
28778
28834
  * @throws ApiError
28779
28835
  */
28780
- getListIdName({ ids, venueId, sessionId, sessionIds, scheduleId, status, statuses, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, includeVenue, hasAvailability, excludeArchived, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
28836
+ getListIdName({ ids, venueId, sessionId, sessionIds, scheduleId, status, statuses, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, includeImages, includeVenue, includeOrders, hasAvailability, excludeArchived, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
28781
28837
  /**
28782
28838
  * Gets or sets the queryable scheduled session ids.
28783
28839
  */
@@ -28838,10 +28894,18 @@ declare class ScheduledSessionsService {
28838
28894
  * Gets or sets a value indicating whether to only return future scheduled session.
28839
28895
  */
28840
28896
  futureOnly?: boolean;
28897
+ /**
28898
+ * Gets or sets a value indicating whether to include image detail in the results.
28899
+ */
28900
+ includeImages?: boolean;
28841
28901
  /**
28842
28902
  * Gets or sets a value indicating whether to include venue detail in the results.
28843
28903
  */
28844
28904
  includeVenue?: boolean;
28905
+ /**
28906
+ * Gets or sets a value indicating whether to include order detail in the results.
28907
+ */
28908
+ includeOrders?: boolean;
28845
28909
  /**
28846
28910
  * Gets or sets a value indicating whether the scheduled session has availability.
28847
28911
  */
package/dist/reach-sdk.js CHANGED
@@ -16143,7 +16143,9 @@ const request = (config, options, axiosClient = axios) => {
16143
16143
  remainingUsesLte,
16144
16144
  remainingUsesGte,
16145
16145
  futureOnly,
16146
+ includeImages,
16146
16147
  includeVenue,
16148
+ includeOrders,
16147
16149
  hasAvailability,
16148
16150
  excludeArchived,
16149
16151
  orderFirstNameContains,
@@ -16183,7 +16185,9 @@ const request = (config, options, axiosClient = axios) => {
16183
16185
  RemainingUsesLTE: remainingUsesLte,
16184
16186
  RemainingUsesGTE: remainingUsesGte,
16185
16187
  FutureOnly: futureOnly,
16188
+ IncludeImages: includeImages,
16186
16189
  IncludeVenue: includeVenue,
16190
+ IncludeOrders: includeOrders,
16187
16191
  HasAvailability: hasAvailability,
16188
16192
  ExcludeArchived: excludeArchived,
16189
16193
  OrderFirstNameContains: orderFirstNameContains,
@@ -16326,7 +16330,9 @@ const request = (config, options, axiosClient = axios) => {
16326
16330
  remainingUsesLte,
16327
16331
  remainingUsesGte,
16328
16332
  futureOnly,
16333
+ includeImages,
16329
16334
  includeVenue,
16335
+ includeOrders,
16330
16336
  hasAvailability,
16331
16337
  excludeArchived,
16332
16338
  orderFirstNameContains,
@@ -16366,7 +16372,9 @@ const request = (config, options, axiosClient = axios) => {
16366
16372
  RemainingUsesLTE: remainingUsesLte,
16367
16373
  RemainingUsesGTE: remainingUsesGte,
16368
16374
  FutureOnly: futureOnly,
16375
+ IncludeImages: includeImages,
16369
16376
  IncludeVenue: includeVenue,
16377
+ IncludeOrders: includeOrders,
16370
16378
  HasAvailability: hasAvailability,
16371
16379
  ExcludeArchived: excludeArchived,
16372
16380
  OrderFirstNameContains: orderFirstNameContains,
@@ -16588,7 +16596,9 @@ const request = (config, options, axiosClient = axios) => {
16588
16596
  remainingUsesLte,
16589
16597
  remainingUsesGte,
16590
16598
  futureOnly,
16599
+ includeImages,
16591
16600
  includeVenue,
16601
+ includeOrders,
16592
16602
  hasAvailability,
16593
16603
  excludeArchived,
16594
16604
  orderFirstNameContains,
@@ -16628,7 +16638,9 @@ const request = (config, options, axiosClient = axios) => {
16628
16638
  RemainingUsesLTE: remainingUsesLte,
16629
16639
  RemainingUsesGTE: remainingUsesGte,
16630
16640
  FutureOnly: futureOnly,
16641
+ IncludeImages: includeImages,
16631
16642
  IncludeVenue: includeVenue,
16643
+ IncludeOrders: includeOrders,
16632
16644
  HasAvailability: hasAvailability,
16633
16645
  ExcludeArchived: excludeArchived,
16634
16646
  OrderFirstNameContains: orderFirstNameContains,
@@ -20205,7 +20217,9 @@ const request = (config, options, axiosClient = axios) => {
20205
20217
  remainingUsesLte,
20206
20218
  remainingUsesGte,
20207
20219
  futureOnly,
20220
+ includeImages,
20208
20221
  includeVenue,
20222
+ includeOrders,
20209
20223
  hasAvailability,
20210
20224
  excludeArchived,
20211
20225
  orderFirstNameContains,
@@ -20242,7 +20256,9 @@ const request = (config, options, axiosClient = axios) => {
20242
20256
  RemainingUsesLTE: remainingUsesLte,
20243
20257
  RemainingUsesGTE: remainingUsesGte,
20244
20258
  FutureOnly: futureOnly,
20259
+ IncludeImages: includeImages,
20245
20260
  IncludeVenue: includeVenue,
20261
+ IncludeOrders: includeOrders,
20246
20262
  HasAvailability: hasAvailability,
20247
20263
  ExcludeArchived: excludeArchived,
20248
20264
  OrderFirstNameContains: orderFirstNameContains,
@@ -20351,7 +20367,9 @@ const request = (config, options, axiosClient = axios) => {
20351
20367
  remainingUsesLte,
20352
20368
  remainingUsesGte,
20353
20369
  futureOnly,
20370
+ includeImages,
20354
20371
  includeVenue,
20372
+ includeOrders,
20355
20373
  hasAvailability,
20356
20374
  excludeArchived,
20357
20375
  orderFirstNameContains,
@@ -20388,7 +20406,9 @@ const request = (config, options, axiosClient = axios) => {
20388
20406
  RemainingUsesLTE: remainingUsesLte,
20389
20407
  RemainingUsesGTE: remainingUsesGte,
20390
20408
  FutureOnly: futureOnly,
20409
+ IncludeImages: includeImages,
20391
20410
  IncludeVenue: includeVenue,
20411
+ IncludeOrders: includeOrders,
20392
20412
  HasAvailability: hasAvailability,
20393
20413
  ExcludeArchived: excludeArchived,
20394
20414
  OrderFirstNameContains: orderFirstNameContains,
@@ -20434,7 +20454,9 @@ const request = (config, options, axiosClient = axios) => {
20434
20454
  remainingUsesLte,
20435
20455
  remainingUsesGte,
20436
20456
  futureOnly,
20457
+ includeImages,
20437
20458
  includeVenue,
20459
+ includeOrders,
20438
20460
  hasAvailability,
20439
20461
  excludeArchived,
20440
20462
  orderFirstNameContains,
@@ -20471,7 +20493,9 @@ const request = (config, options, axiosClient = axios) => {
20471
20493
  RemainingUsesLTE: remainingUsesLte,
20472
20494
  RemainingUsesGTE: remainingUsesGte,
20473
20495
  FutureOnly: futureOnly,
20496
+ IncludeImages: includeImages,
20474
20497
  IncludeVenue: includeVenue,
20498
+ IncludeOrders: includeOrders,
20475
20499
  HasAvailability: hasAvailability,
20476
20500
  ExcludeArchived: excludeArchived,
20477
20501
  OrderFirstNameContains: orderFirstNameContains,
@@ -20517,7 +20541,9 @@ const request = (config, options, axiosClient = axios) => {
20517
20541
  remainingUsesLte,
20518
20542
  remainingUsesGte,
20519
20543
  futureOnly,
20544
+ includeImages,
20520
20545
  includeVenue,
20546
+ includeOrders,
20521
20547
  hasAvailability,
20522
20548
  excludeArchived,
20523
20549
  orderFirstNameContains,
@@ -20554,7 +20580,9 @@ const request = (config, options, axiosClient = axios) => {
20554
20580
  RemainingUsesLTE: remainingUsesLte,
20555
20581
  RemainingUsesGTE: remainingUsesGte,
20556
20582
  FutureOnly: futureOnly,
20583
+ IncludeImages: includeImages,
20557
20584
  IncludeVenue: includeVenue,
20585
+ IncludeOrders: includeOrders,
20558
20586
  HasAvailability: hasAvailability,
20559
20587
  ExcludeArchived: excludeArchived,
20560
20588
  OrderFirstNameContains: orderFirstNameContains,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "reach-api-sdk",
3
- "version": "1.0.109",
3
+ "version": "1.0.111",
4
4
  "description": "sdk for reach api",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -46705,11 +46705,21 @@ paths:
46705
46705
  description: Gets or sets a value indicating whether to only return future scheduled session.
46706
46706
  schema:
46707
46707
  type: boolean
46708
+ - name: IncludeImages
46709
+ in: query
46710
+ description: Gets or sets a value indicating whether to include image detail in the results.
46711
+ schema:
46712
+ type: boolean
46708
46713
  - name: IncludeVenue
46709
46714
  in: query
46710
46715
  description: Gets or sets a value indicating whether to include venue detail in the results.
46711
46716
  schema:
46712
46717
  type: boolean
46718
+ - name: IncludeOrders
46719
+ in: query
46720
+ description: Gets or sets a value indicating whether to include order detail in the results.
46721
+ schema:
46722
+ type: boolean
46713
46723
  - name: HasAvailability
46714
46724
  in: query
46715
46725
  description: Gets or sets a value indicating whether the scheduled session has availability.
@@ -47244,11 +47254,21 @@ paths:
47244
47254
  description: Gets or sets a value indicating whether to only return future scheduled session.
47245
47255
  schema:
47246
47256
  type: boolean
47257
+ - name: IncludeImages
47258
+ in: query
47259
+ description: Gets or sets a value indicating whether to include image detail in the results.
47260
+ schema:
47261
+ type: boolean
47247
47262
  - name: IncludeVenue
47248
47263
  in: query
47249
47264
  description: Gets or sets a value indicating whether to include venue detail in the results.
47250
47265
  schema:
47251
47266
  type: boolean
47267
+ - name: IncludeOrders
47268
+ in: query
47269
+ description: Gets or sets a value indicating whether to include order detail in the results.
47270
+ schema:
47271
+ type: boolean
47252
47272
  - name: HasAvailability
47253
47273
  in: query
47254
47274
  description: Gets or sets a value indicating whether the scheduled session has availability.
@@ -47950,11 +47970,21 @@ paths:
47950
47970
  description: Gets or sets a value indicating whether to only return future scheduled session.
47951
47971
  schema:
47952
47972
  type: boolean
47973
+ - name: IncludeImages
47974
+ in: query
47975
+ description: Gets or sets a value indicating whether to include image detail in the results.
47976
+ schema:
47977
+ type: boolean
47953
47978
  - name: IncludeVenue
47954
47979
  in: query
47955
47980
  description: Gets or sets a value indicating whether to include venue detail in the results.
47956
47981
  schema:
47957
47982
  type: boolean
47983
+ - name: IncludeOrders
47984
+ in: query
47985
+ description: Gets or sets a value indicating whether to include order detail in the results.
47986
+ schema:
47987
+ type: boolean
47958
47988
  - name: HasAvailability
47959
47989
  in: query
47960
47990
  description: Gets or sets a value indicating whether the scheduled session has availability.
@@ -58322,11 +58352,21 @@ paths:
58322
58352
  description: Gets or sets a value indicating whether to only return future scheduled session.
58323
58353
  schema:
58324
58354
  type: boolean
58355
+ - name: IncludeImages
58356
+ in: query
58357
+ description: Gets or sets a value indicating whether to include image detail in the results.
58358
+ schema:
58359
+ type: boolean
58325
58360
  - name: IncludeVenue
58326
58361
  in: query
58327
58362
  description: Gets or sets a value indicating whether to include venue detail in the results.
58328
58363
  schema:
58329
58364
  type: boolean
58365
+ - name: IncludeOrders
58366
+ in: query
58367
+ description: Gets or sets a value indicating whether to include order detail in the results.
58368
+ schema:
58369
+ type: boolean
58330
58370
  - name: HasAvailability
58331
58371
  in: query
58332
58372
  description: Gets or sets a value indicating whether the scheduled session has availability.
@@ -58742,11 +58782,21 @@ paths:
58742
58782
  description: Gets or sets a value indicating whether to only return future scheduled session.
58743
58783
  schema:
58744
58784
  type: boolean
58785
+ - name: IncludeImages
58786
+ in: query
58787
+ description: Gets or sets a value indicating whether to include image detail in the results.
58788
+ schema:
58789
+ type: boolean
58745
58790
  - name: IncludeVenue
58746
58791
  in: query
58747
58792
  description: Gets or sets a value indicating whether to include venue detail in the results.
58748
58793
  schema:
58749
58794
  type: boolean
58795
+ - name: IncludeOrders
58796
+ in: query
58797
+ description: Gets or sets a value indicating whether to include order detail in the results.
58798
+ schema:
58799
+ type: boolean
58750
58800
  - name: HasAvailability
58751
58801
  in: query
58752
58802
  description: Gets or sets a value indicating whether the scheduled session has availability.
@@ -58984,11 +59034,21 @@ paths:
58984
59034
  description: Gets or sets a value indicating whether to only return future scheduled session.
58985
59035
  schema:
58986
59036
  type: boolean
59037
+ - name: IncludeImages
59038
+ in: query
59039
+ description: Gets or sets a value indicating whether to include image detail in the results.
59040
+ schema:
59041
+ type: boolean
58987
59042
  - name: IncludeVenue
58988
59043
  in: query
58989
59044
  description: Gets or sets a value indicating whether to include venue detail in the results.
58990
59045
  schema:
58991
59046
  type: boolean
59047
+ - name: IncludeOrders
59048
+ in: query
59049
+ description: Gets or sets a value indicating whether to include order detail in the results.
59050
+ schema:
59051
+ type: boolean
58992
59052
  - name: HasAvailability
58993
59053
  in: query
58994
59054
  description: Gets or sets a value indicating whether the scheduled session has availability.
@@ -59232,11 +59292,21 @@ paths:
59232
59292
  description: Gets or sets a value indicating whether to only return future scheduled session.
59233
59293
  schema:
59234
59294
  type: boolean
59295
+ - name: IncludeImages
59296
+ in: query
59297
+ description: Gets or sets a value indicating whether to include image detail in the results.
59298
+ schema:
59299
+ type: boolean
59235
59300
  - name: IncludeVenue
59236
59301
  in: query
59237
59302
  description: Gets or sets a value indicating whether to include venue detail in the results.
59238
59303
  schema:
59239
59304
  type: boolean
59305
+ - name: IncludeOrders
59306
+ in: query
59307
+ description: Gets or sets a value indicating whether to include order detail in the results.
59308
+ schema:
59309
+ type: boolean
59240
59310
  - name: HasAvailability
59241
59311
  in: query
59242
59312
  description: Gets or sets a value indicating whether the scheduled session has availability.
@@ -93919,6 +93989,10 @@ components:
93919
93989
  type: string
93920
93990
  description: Gets or sets the contact email.
93921
93991
  nullable: true
93992
+ bookingLinkOverride:
93993
+ type: string
93994
+ description: Gets or sets the booking link override if checkout will occur externally.
93995
+ nullable: true
93922
93996
  copiedFrom:
93923
93997
  type: string
93924
93998
  description: Gets or sets the course that this course was originally copied from.
@@ -100273,6 +100347,10 @@ components:
100273
100347
  type: string
100274
100348
  description: Gets or sets the contact email.
100275
100349
  nullable: true
100350
+ bookingLinkOverride:
100351
+ type: string
100352
+ description: Gets or sets the booking link override if checkout will occur externally.
100353
+ nullable: true
100276
100354
  copiedFrom:
100277
100355
  type: string
100278
100356
  description: Gets or sets the session that this course was originally copied from.
@@ -97,6 +97,10 @@ export type CoursePatch = {
97
97
  * Gets or sets the contact email.
98
98
  */
99
99
  contactEmail?: string | null;
100
+ /**
101
+ * Gets or sets the booking link override if checkout will occur externally.
102
+ */
103
+ bookingLinkOverride?: string | null;
100
104
  /**
101
105
  * Gets or sets the course that this course was originally copied from.
102
106
  */
@@ -96,6 +96,10 @@ export type SessionPatch = {
96
96
  * Gets or sets the contact email.
97
97
  */
98
98
  contactEmail?: string | null;
99
+ /**
100
+ * Gets or sets the booking link override if checkout will occur externally.
101
+ */
102
+ bookingLinkOverride?: string | null;
99
103
  /**
100
104
  * Gets or sets the session that this course was originally copied from.
101
105
  */
@@ -101,7 +101,9 @@ export class PublicScheduledSessionsService {
101
101
  remainingUsesLte,
102
102
  remainingUsesGte,
103
103
  futureOnly,
104
+ includeImages,
104
105
  includeVenue,
106
+ includeOrders,
105
107
  hasAvailability,
106
108
  excludeArchived,
107
109
  orderFirstNameContains,
@@ -180,10 +182,18 @@ export class PublicScheduledSessionsService {
180
182
  * Gets or sets a value indicating whether to only return future scheduled session.
181
183
  */
182
184
  futureOnly?: boolean;
185
+ /**
186
+ * Gets or sets a value indicating whether to include image detail in the results.
187
+ */
188
+ includeImages?: boolean;
183
189
  /**
184
190
  * Gets or sets a value indicating whether to include venue detail in the results.
185
191
  */
186
192
  includeVenue?: boolean;
193
+ /**
194
+ * Gets or sets a value indicating whether to include order detail in the results.
195
+ */
196
+ includeOrders?: boolean;
187
197
  /**
188
198
  * Gets or sets a value indicating whether the scheduled session has availability.
189
199
  */
@@ -271,7 +281,9 @@ export class PublicScheduledSessionsService {
271
281
  RemainingUsesLTE: remainingUsesLte,
272
282
  RemainingUsesGTE: remainingUsesGte,
273
283
  FutureOnly: futureOnly,
284
+ IncludeImages: includeImages,
274
285
  IncludeVenue: includeVenue,
286
+ IncludeOrders: includeOrders,
275
287
  HasAvailability: hasAvailability,
276
288
  ExcludeArchived: excludeArchived,
277
289
  OrderFirstNameContains: orderFirstNameContains,
@@ -455,7 +467,9 @@ export class PublicScheduledSessionsService {
455
467
  remainingUsesLte,
456
468
  remainingUsesGte,
457
469
  futureOnly,
470
+ includeImages,
458
471
  includeVenue,
472
+ includeOrders,
459
473
  hasAvailability,
460
474
  excludeArchived,
461
475
  orderFirstNameContains,
@@ -537,10 +551,18 @@ export class PublicScheduledSessionsService {
537
551
  * Gets or sets a value indicating whether to only return future scheduled session.
538
552
  */
539
553
  futureOnly?: boolean;
554
+ /**
555
+ * Gets or sets a value indicating whether to include image detail in the results.
556
+ */
557
+ includeImages?: boolean;
540
558
  /**
541
559
  * Gets or sets a value indicating whether to include venue detail in the results.
542
560
  */
543
561
  includeVenue?: boolean;
562
+ /**
563
+ * Gets or sets a value indicating whether to include order detail in the results.
564
+ */
565
+ includeOrders?: boolean;
544
566
  /**
545
567
  * Gets or sets a value indicating whether the scheduled session has availability.
546
568
  */
@@ -628,7 +650,9 @@ export class PublicScheduledSessionsService {
628
650
  RemainingUsesLTE: remainingUsesLte,
629
651
  RemainingUsesGTE: remainingUsesGte,
630
652
  FutureOnly: futureOnly,
653
+ IncludeImages: includeImages,
631
654
  IncludeVenue: includeVenue,
655
+ IncludeOrders: includeOrders,
632
656
  HasAvailability: hasAvailability,
633
657
  ExcludeArchived: excludeArchived,
634
658
  OrderFirstNameContains: orderFirstNameContains,
@@ -391,7 +391,9 @@ export class PublicSessionsService {
391
391
  remainingUsesLte,
392
392
  remainingUsesGte,
393
393
  futureOnly,
394
+ includeImages,
394
395
  includeVenue,
396
+ includeOrders,
395
397
  hasAvailability,
396
398
  excludeArchived,
397
399
  orderFirstNameContains,
@@ -473,10 +475,18 @@ export class PublicSessionsService {
473
475
  * Gets or sets a value indicating whether to only return future scheduled session.
474
476
  */
475
477
  futureOnly?: boolean;
478
+ /**
479
+ * Gets or sets a value indicating whether to include image detail in the results.
480
+ */
481
+ includeImages?: boolean;
476
482
  /**
477
483
  * Gets or sets a value indicating whether to include venue detail in the results.
478
484
  */
479
485
  includeVenue?: boolean;
486
+ /**
487
+ * Gets or sets a value indicating whether to include order detail in the results.
488
+ */
489
+ includeOrders?: boolean;
480
490
  /**
481
491
  * Gets or sets a value indicating whether the scheduled session has availability.
482
492
  */
@@ -564,7 +574,9 @@ export class PublicSessionsService {
564
574
  RemainingUsesLTE: remainingUsesLte,
565
575
  RemainingUsesGTE: remainingUsesGte,
566
576
  FutureOnly: futureOnly,
577
+ IncludeImages: includeImages,
567
578
  IncludeVenue: includeVenue,
579
+ IncludeOrders: includeOrders,
568
580
  HasAvailability: hasAvailability,
569
581
  ExcludeArchived: excludeArchived,
570
582
  OrderFirstNameContains: orderFirstNameContains,
@@ -386,7 +386,9 @@ export class ScheduledSessionsService {
386
386
  remainingUsesLte,
387
387
  remainingUsesGte,
388
388
  futureOnly,
389
+ includeImages,
389
390
  includeVenue,
391
+ includeOrders,
390
392
  hasAvailability,
391
393
  excludeArchived,
392
394
  orderFirstNameContains,
@@ -464,10 +466,18 @@ export class ScheduledSessionsService {
464
466
  * Gets or sets a value indicating whether to only return future scheduled session.
465
467
  */
466
468
  futureOnly?: boolean;
469
+ /**
470
+ * Gets or sets a value indicating whether to include image detail in the results.
471
+ */
472
+ includeImages?: boolean;
467
473
  /**
468
474
  * Gets or sets a value indicating whether to include venue detail in the results.
469
475
  */
470
476
  includeVenue?: boolean;
477
+ /**
478
+ * Gets or sets a value indicating whether to include order detail in the results.
479
+ */
480
+ includeOrders?: boolean;
471
481
  /**
472
482
  * Gets or sets a value indicating whether the scheduled session has availability.
473
483
  */
@@ -552,7 +562,9 @@ export class ScheduledSessionsService {
552
562
  RemainingUsesLTE: remainingUsesLte,
553
563
  RemainingUsesGTE: remainingUsesGte,
554
564
  FutureOnly: futureOnly,
565
+ IncludeImages: includeImages,
555
566
  IncludeVenue: includeVenue,
567
+ IncludeOrders: includeOrders,
556
568
  HasAvailability: hasAvailability,
557
569
  ExcludeArchived: excludeArchived,
558
570
  OrderFirstNameContains: orderFirstNameContains,
@@ -680,7 +692,9 @@ export class ScheduledSessionsService {
680
692
  remainingUsesLte,
681
693
  remainingUsesGte,
682
694
  futureOnly,
695
+ includeImages,
683
696
  includeVenue,
697
+ includeOrders,
684
698
  hasAvailability,
685
699
  excludeArchived,
686
700
  orderFirstNameContains,
@@ -758,10 +772,18 @@ export class ScheduledSessionsService {
758
772
  * Gets or sets a value indicating whether to only return future scheduled session.
759
773
  */
760
774
  futureOnly?: boolean;
775
+ /**
776
+ * Gets or sets a value indicating whether to include image detail in the results.
777
+ */
778
+ includeImages?: boolean;
761
779
  /**
762
780
  * Gets or sets a value indicating whether to include venue detail in the results.
763
781
  */
764
782
  includeVenue?: boolean;
783
+ /**
784
+ * Gets or sets a value indicating whether to include order detail in the results.
785
+ */
786
+ includeOrders?: boolean;
765
787
  /**
766
788
  * Gets or sets a value indicating whether the scheduled session has availability.
767
789
  */
@@ -846,7 +868,9 @@ export class ScheduledSessionsService {
846
868
  RemainingUsesLTE: remainingUsesLte,
847
869
  RemainingUsesGTE: remainingUsesGte,
848
870
  FutureOnly: futureOnly,
871
+ IncludeImages: includeImages,
849
872
  IncludeVenue: includeVenue,
873
+ IncludeOrders: includeOrders,
850
874
  HasAvailability: hasAvailability,
851
875
  ExcludeArchived: excludeArchived,
852
876
  OrderFirstNameContains: orderFirstNameContains,
@@ -893,7 +917,9 @@ export class ScheduledSessionsService {
893
917
  remainingUsesLte,
894
918
  remainingUsesGte,
895
919
  futureOnly,
920
+ includeImages,
896
921
  includeVenue,
922
+ includeOrders,
897
923
  hasAvailability,
898
924
  excludeArchived,
899
925
  orderFirstNameContains,
@@ -971,10 +997,18 @@ export class ScheduledSessionsService {
971
997
  * Gets or sets a value indicating whether to only return future scheduled session.
972
998
  */
973
999
  futureOnly?: boolean;
1000
+ /**
1001
+ * Gets or sets a value indicating whether to include image detail in the results.
1002
+ */
1003
+ includeImages?: boolean;
974
1004
  /**
975
1005
  * Gets or sets a value indicating whether to include venue detail in the results.
976
1006
  */
977
1007
  includeVenue?: boolean;
1008
+ /**
1009
+ * Gets or sets a value indicating whether to include order detail in the results.
1010
+ */
1011
+ includeOrders?: boolean;
978
1012
  /**
979
1013
  * Gets or sets a value indicating whether the scheduled session has availability.
980
1014
  */
@@ -1059,7 +1093,9 @@ export class ScheduledSessionsService {
1059
1093
  RemainingUsesLTE: remainingUsesLte,
1060
1094
  RemainingUsesGTE: remainingUsesGte,
1061
1095
  FutureOnly: futureOnly,
1096
+ IncludeImages: includeImages,
1062
1097
  IncludeVenue: includeVenue,
1098
+ IncludeOrders: includeOrders,
1063
1099
  HasAvailability: hasAvailability,
1064
1100
  ExcludeArchived: excludeArchived,
1065
1101
  OrderFirstNameContains: orderFirstNameContains,
@@ -1106,7 +1142,9 @@ export class ScheduledSessionsService {
1106
1142
  remainingUsesLte,
1107
1143
  remainingUsesGte,
1108
1144
  futureOnly,
1145
+ includeImages,
1109
1146
  includeVenue,
1147
+ includeOrders,
1110
1148
  hasAvailability,
1111
1149
  excludeArchived,
1112
1150
  orderFirstNameContains,
@@ -1184,10 +1222,18 @@ export class ScheduledSessionsService {
1184
1222
  * Gets or sets a value indicating whether to only return future scheduled session.
1185
1223
  */
1186
1224
  futureOnly?: boolean;
1225
+ /**
1226
+ * Gets or sets a value indicating whether to include image detail in the results.
1227
+ */
1228
+ includeImages?: boolean;
1187
1229
  /**
1188
1230
  * Gets or sets a value indicating whether to include venue detail in the results.
1189
1231
  */
1190
1232
  includeVenue?: boolean;
1233
+ /**
1234
+ * Gets or sets a value indicating whether to include order detail in the results.
1235
+ */
1236
+ includeOrders?: boolean;
1191
1237
  /**
1192
1238
  * Gets or sets a value indicating whether the scheduled session has availability.
1193
1239
  */
@@ -1272,7 +1318,9 @@ export class ScheduledSessionsService {
1272
1318
  RemainingUsesLTE: remainingUsesLte,
1273
1319
  RemainingUsesGTE: remainingUsesGte,
1274
1320
  FutureOnly: futureOnly,
1321
+ IncludeImages: includeImages,
1275
1322
  IncludeVenue: includeVenue,
1323
+ IncludeOrders: includeOrders,
1276
1324
  HasAvailability: hasAvailability,
1277
1325
  ExcludeArchived: excludeArchived,
1278
1326
  OrderFirstNameContains: orderFirstNameContains,