reach-api-sdk 1.0.196 → 1.0.197

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.
@@ -3057,6 +3057,7 @@ type Programme = {
3057
3057
  * Gets or sets the programmes sort order with 0 as base.
3058
3058
  */
3059
3059
  sortOrder?: number | null;
3060
+ upcomingLayout?: UpcomingLayout;
3060
3061
  tenant?: Tenant;
3061
3062
  /**
3062
3063
  * Gets or sets the programmes referenced sessions.
@@ -4031,6 +4032,10 @@ type Session = {
4031
4032
  * Gets or sets a value indicating whether there is an age restriction.
4032
4033
  */
4033
4034
  noAgeRestriction?: boolean;
4035
+ /**
4036
+ * Gets or sets a value indicating whether activity is private or no.
4037
+ */
4038
+ private?: boolean;
4034
4039
  /**
4035
4040
  * Gets or sets additional support options.
4036
4041
  */
@@ -5224,6 +5229,10 @@ type Course = {
5224
5229
  * Gets or sets a value indicating whether there is an age restriction.
5225
5230
  */
5226
5231
  noAgeRestriction?: boolean;
5232
+ /**
5233
+ * Gets or sets a value indicating whether activity is private or no.
5234
+ */
5235
+ private?: boolean;
5227
5236
  /**
5228
5237
  * Gets or sets additional support options.
5229
5238
  */
@@ -8260,6 +8269,10 @@ type CoursePatch = {
8260
8269
  * Gets or sets a value indicating whether there is an age restriction.
8261
8270
  */
8262
8271
  noAgeRestriction?: boolean | null;
8272
+ /**
8273
+ * Gets or sets a value indicating whether course is private or no.
8274
+ */
8275
+ private?: boolean | null;
8263
8276
  /**
8264
8277
  * Gets or sets a value indicating whether the course is online and can take bookings.
8265
8278
  */
@@ -8567,7 +8580,7 @@ declare class CoursesService {
8567
8580
  * @returns CoursePage OK
8568
8581
  * @throws ApiError
8569
8582
  */
8570
- getPage({ id, ids, venueId, programmeId, surveyId, cancellationPolicyId, paymentPolicyId, allowTemplating, archived, deleted, openActiveUpdate, dashboardRequest, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, online, featured, hasAvailability, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, searchGeoCenter, distance, templateFieldPermissionsId, templateFieldPermissionsIds, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
8583
+ getPage({ id, ids, venueId, programmeId, surveyId, cancellationPolicyId, paymentPolicyId, allowTemplating, archived, deleted, openActiveUpdate, dashboardRequest, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, online, featured, _private, hasAvailability, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, searchGeoCenter, distance, templateFieldPermissionsId, templateFieldPermissionsIds, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
8571
8584
  /**
8572
8585
  * Gets or sets the queryable Course Id.
8573
8586
  */
@@ -8656,6 +8669,10 @@ declare class CoursesService {
8656
8669
  * Gets or sets a value indicating whether the course is featured on the storefront.
8657
8670
  */
8658
8671
  featured?: boolean;
8672
+ /**
8673
+ * Gets or sets a value indicating whether the session is private or no.
8674
+ */
8675
+ _private?: boolean;
8659
8676
  /**
8660
8677
  * Gets or sets a value indicating whether the scheduled session has availability.
8661
8678
  */
@@ -8775,7 +8792,7 @@ declare class CoursesService {
8775
8792
  * @returns boolean OK
8776
8793
  * @throws ApiError
8777
8794
  */
8778
- exists({ id, ids, venueId, programmeId, surveyId, cancellationPolicyId, paymentPolicyId, allowTemplating, archived, deleted, openActiveUpdate, dashboardRequest, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, online, featured, hasAvailability, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, searchGeoCenter, distance, templateFieldPermissionsId, templateFieldPermissionsIds, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
8795
+ exists({ id, ids, venueId, programmeId, surveyId, cancellationPolicyId, paymentPolicyId, allowTemplating, archived, deleted, openActiveUpdate, dashboardRequest, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, online, featured, _private, hasAvailability, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, searchGeoCenter, distance, templateFieldPermissionsId, templateFieldPermissionsIds, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
8779
8796
  /**
8780
8797
  * Gets or sets the queryable Course Id.
8781
8798
  */
@@ -8864,6 +8881,10 @@ declare class CoursesService {
8864
8881
  * Gets or sets a value indicating whether the course is featured on the storefront.
8865
8882
  */
8866
8883
  featured?: boolean;
8884
+ /**
8885
+ * Gets or sets a value indicating whether the session is private or no.
8886
+ */
8887
+ _private?: boolean;
8867
8888
  /**
8868
8889
  * Gets or sets a value indicating whether the scheduled session has availability.
8869
8890
  */
@@ -8950,7 +8971,7 @@ declare class CoursesService {
8950
8971
  * @returns number OK
8951
8972
  * @throws ApiError
8952
8973
  */
8953
- count({ id, ids, venueId, programmeId, surveyId, cancellationPolicyId, paymentPolicyId, allowTemplating, archived, deleted, openActiveUpdate, dashboardRequest, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, online, featured, hasAvailability, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, searchGeoCenter, distance, templateFieldPermissionsId, templateFieldPermissionsIds, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
8974
+ count({ id, ids, venueId, programmeId, surveyId, cancellationPolicyId, paymentPolicyId, allowTemplating, archived, deleted, openActiveUpdate, dashboardRequest, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, online, featured, _private, hasAvailability, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, searchGeoCenter, distance, templateFieldPermissionsId, templateFieldPermissionsIds, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
8954
8975
  /**
8955
8976
  * Gets or sets the queryable Course Id.
8956
8977
  */
@@ -9039,6 +9060,10 @@ declare class CoursesService {
9039
9060
  * Gets or sets a value indicating whether the course is featured on the storefront.
9040
9061
  */
9041
9062
  featured?: boolean;
9063
+ /**
9064
+ * Gets or sets a value indicating whether the session is private or no.
9065
+ */
9066
+ _private?: boolean;
9042
9067
  /**
9043
9068
  * Gets or sets a value indicating whether the scheduled session has availability.
9044
9069
  */
@@ -9125,7 +9150,7 @@ declare class CoursesService {
9125
9150
  * @returns Course OK
9126
9151
  * @throws ApiError
9127
9152
  */
9128
- getListWithoutReferences({ id, ids, venueId, programmeId, surveyId, cancellationPolicyId, paymentPolicyId, allowTemplating, archived, deleted, openActiveUpdate, dashboardRequest, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, online, featured, hasAvailability, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, searchGeoCenter, distance, templateFieldPermissionsId, templateFieldPermissionsIds, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
9153
+ getListWithoutReferences({ id, ids, venueId, programmeId, surveyId, cancellationPolicyId, paymentPolicyId, allowTemplating, archived, deleted, openActiveUpdate, dashboardRequest, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, online, featured, _private, hasAvailability, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, searchGeoCenter, distance, templateFieldPermissionsId, templateFieldPermissionsIds, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
9129
9154
  /**
9130
9155
  * Gets or sets the queryable Course Id.
9131
9156
  */
@@ -9214,6 +9239,10 @@ declare class CoursesService {
9214
9239
  * Gets or sets a value indicating whether the course is featured on the storefront.
9215
9240
  */
9216
9241
  featured?: boolean;
9242
+ /**
9243
+ * Gets or sets a value indicating whether the session is private or no.
9244
+ */
9245
+ _private?: boolean;
9217
9246
  /**
9218
9247
  * Gets or sets a value indicating whether the scheduled session has availability.
9219
9248
  */
@@ -9300,7 +9329,7 @@ declare class CoursesService {
9300
9329
  * @returns Course OK
9301
9330
  * @throws ApiError
9302
9331
  */
9303
- getListIdName({ id, ids, venueId, programmeId, surveyId, cancellationPolicyId, paymentPolicyId, allowTemplating, archived, deleted, openActiveUpdate, dashboardRequest, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, online, featured, hasAvailability, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, searchGeoCenter, distance, templateFieldPermissionsId, templateFieldPermissionsIds, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
9332
+ getListIdName({ id, ids, venueId, programmeId, surveyId, cancellationPolicyId, paymentPolicyId, allowTemplating, archived, deleted, openActiveUpdate, dashboardRequest, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, online, featured, _private, hasAvailability, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, searchGeoCenter, distance, templateFieldPermissionsId, templateFieldPermissionsIds, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
9304
9333
  /**
9305
9334
  * Gets or sets the queryable Course Id.
9306
9335
  */
@@ -9389,6 +9418,10 @@ declare class CoursesService {
9389
9418
  * Gets or sets a value indicating whether the course is featured on the storefront.
9390
9419
  */
9391
9420
  featured?: boolean;
9421
+ /**
9422
+ * Gets or sets a value indicating whether the session is private or no.
9423
+ */
9424
+ _private?: boolean;
9392
9425
  /**
9393
9426
  * Gets or sets a value indicating whether the scheduled session has availability.
9394
9427
  */
@@ -15734,6 +15767,10 @@ type GenericActivity = {
15734
15767
  * Gets or sets a value indicating whether there is an age restriction.
15735
15768
  */
15736
15769
  noAgeRestriction?: boolean;
15770
+ /**
15771
+ * Gets or sets a value indicating whether activity is private or not.
15772
+ */
15773
+ private?: boolean;
15737
15774
  /**
15738
15775
  * Gets or sets a value indicating whether the activity should be featured on the storefront.
15739
15776
  */
@@ -15856,7 +15893,7 @@ declare class GenericActivityService {
15856
15893
  * @returns GenericActivity OK
15857
15894
  * @throws ApiError
15858
15895
  */
15859
- getUpcoming({ wildcard, venueId, providerId, programmeId, online, archived, deleted, activityType, includeNextOpportunity, featured, searchGeoCenter, openactiveActivityId, activityId, activityIds, networkId, tenantStatus, lat, lng, distance, minAgeLte, minAgeGte, maxAgeLte, maxAgeGte, priceTotalGte, priceTotalLte, timeOfDay, dateFrom, dateTo, gender, periodsOfWeek, additionalSupport, amenity, programmeIds, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
15896
+ getUpcoming({ wildcard, venueId, providerId, programmeId, online, archived, deleted, activityType, includeNextOpportunity, featured, _private, searchGeoCenter, openactiveActivityId, activityId, activityIds, networkId, tenantStatus, lat, lng, distance, minAgeLte, minAgeGte, maxAgeLte, maxAgeGte, priceTotalGte, priceTotalLte, timeOfDay, startDateTimeGte, endDateTimeLte, gender, periodsOfWeek, additionalSupport, amenity, programmeIds, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
15860
15897
  /**
15861
15898
  * Gets or sets the wildcard for use in a query search.
15862
15899
  */
@@ -15897,6 +15934,10 @@ declare class GenericActivityService {
15897
15934
  * Gets or sets a value indicating whether to filter on whether the activity is featured.
15898
15935
  */
15899
15936
  featured?: boolean;
15937
+ /**
15938
+ * Gets or sets a value indicating does session is private or no.
15939
+ */
15940
+ _private?: boolean;
15900
15941
  /**
15901
15942
  * Gets or sets SearchGeoCenter.
15902
15943
  */
@@ -15962,13 +16003,13 @@ declare class GenericActivityService {
15962
16003
  */
15963
16004
  timeOfDay?: string;
15964
16005
  /**
15965
- * Gets or sets DateFrom.
16006
+ * Gets or sets StartDateTimeGTE.
15966
16007
  */
15967
- dateFrom?: string;
16008
+ startDateTimeGte?: string;
15968
16009
  /**
15969
- * Gets or sets DateTo.
16010
+ * Gets or sets EndDateTimeLTE.
15970
16011
  */
15971
- dateTo?: string;
16012
+ endDateTimeLte?: string;
15972
16013
  /**
15973
16014
  * Gets or sets Gender.
15974
16015
  */
@@ -16050,7 +16091,7 @@ declare class GenericActivityService {
16050
16091
  * @returns boolean OK
16051
16092
  * @throws ApiError
16052
16093
  */
16053
- exists({ wildcard, venueId, providerId, programmeId, online, archived, deleted, activityType, includeNextOpportunity, featured, searchGeoCenter, openactiveActivityId, activityId, activityIds, networkId, tenantStatus, lat, lng, distance, minAgeLte, minAgeGte, maxAgeLte, maxAgeGte, priceTotalGte, priceTotalLte, timeOfDay, dateFrom, dateTo, gender, periodsOfWeek, additionalSupport, amenity, programmeIds, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
16094
+ exists({ wildcard, venueId, providerId, programmeId, online, archived, deleted, activityType, includeNextOpportunity, featured, _private, searchGeoCenter, openactiveActivityId, activityId, activityIds, networkId, tenantStatus, lat, lng, distance, minAgeLte, minAgeGte, maxAgeLte, maxAgeGte, priceTotalGte, priceTotalLte, timeOfDay, startDateTimeGte, endDateTimeLte, gender, periodsOfWeek, additionalSupport, amenity, programmeIds, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
16054
16095
  /**
16055
16096
  * Gets or sets the wildcard for use in a query search.
16056
16097
  */
@@ -16091,6 +16132,10 @@ declare class GenericActivityService {
16091
16132
  * Gets or sets a value indicating whether to filter on whether the activity is featured.
16092
16133
  */
16093
16134
  featured?: boolean;
16135
+ /**
16136
+ * Gets or sets a value indicating does session is private or no.
16137
+ */
16138
+ _private?: boolean;
16094
16139
  /**
16095
16140
  * Gets or sets SearchGeoCenter.
16096
16141
  */
@@ -16156,13 +16201,13 @@ declare class GenericActivityService {
16156
16201
  */
16157
16202
  timeOfDay?: string;
16158
16203
  /**
16159
- * Gets or sets DateFrom.
16204
+ * Gets or sets StartDateTimeGTE.
16160
16205
  */
16161
- dateFrom?: string;
16206
+ startDateTimeGte?: string;
16162
16207
  /**
16163
- * Gets or sets DateTo.
16208
+ * Gets or sets EndDateTimeLTE.
16164
16209
  */
16165
- dateTo?: string;
16210
+ endDateTimeLte?: string;
16166
16211
  /**
16167
16212
  * Gets or sets Gender.
16168
16213
  */
@@ -16233,7 +16278,7 @@ declare class GenericActivityService {
16233
16278
  * @returns number OK
16234
16279
  * @throws ApiError
16235
16280
  */
16236
- count({ wildcard, venueId, providerId, programmeId, online, archived, deleted, activityType, includeNextOpportunity, featured, searchGeoCenter, openactiveActivityId, activityId, activityIds, networkId, tenantStatus, lat, lng, distance, minAgeLte, minAgeGte, maxAgeLte, maxAgeGte, priceTotalGte, priceTotalLte, timeOfDay, dateFrom, dateTo, gender, periodsOfWeek, additionalSupport, amenity, programmeIds, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
16281
+ count({ wildcard, venueId, providerId, programmeId, online, archived, deleted, activityType, includeNextOpportunity, featured, _private, searchGeoCenter, openactiveActivityId, activityId, activityIds, networkId, tenantStatus, lat, lng, distance, minAgeLte, minAgeGte, maxAgeLte, maxAgeGte, priceTotalGte, priceTotalLte, timeOfDay, startDateTimeGte, endDateTimeLte, gender, periodsOfWeek, additionalSupport, amenity, programmeIds, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
16237
16282
  /**
16238
16283
  * Gets or sets the wildcard for use in a query search.
16239
16284
  */
@@ -16274,6 +16319,10 @@ declare class GenericActivityService {
16274
16319
  * Gets or sets a value indicating whether to filter on whether the activity is featured.
16275
16320
  */
16276
16321
  featured?: boolean;
16322
+ /**
16323
+ * Gets or sets a value indicating does session is private or no.
16324
+ */
16325
+ _private?: boolean;
16277
16326
  /**
16278
16327
  * Gets or sets SearchGeoCenter.
16279
16328
  */
@@ -16339,13 +16388,13 @@ declare class GenericActivityService {
16339
16388
  */
16340
16389
  timeOfDay?: string;
16341
16390
  /**
16342
- * Gets or sets DateFrom.
16391
+ * Gets or sets StartDateTimeGTE.
16343
16392
  */
16344
- dateFrom?: string;
16393
+ startDateTimeGte?: string;
16345
16394
  /**
16346
- * Gets or sets DateTo.
16395
+ * Gets or sets EndDateTimeLTE.
16347
16396
  */
16348
- dateTo?: string;
16397
+ endDateTimeLte?: string;
16349
16398
  /**
16350
16399
  * Gets or sets Gender.
16351
16400
  */
@@ -16416,7 +16465,7 @@ declare class GenericActivityService {
16416
16465
  * @returns GenericActivityPage OK
16417
16466
  * @throws ApiError
16418
16467
  */
16419
- getPage({ wildcard, venueId, providerId, programmeId, online, archived, deleted, activityType, includeNextOpportunity, featured, searchGeoCenter, openactiveActivityId, activityId, activityIds, networkId, tenantStatus, lat, lng, distance, minAgeLte, minAgeGte, maxAgeLte, maxAgeGte, priceTotalGte, priceTotalLte, timeOfDay, dateFrom, dateTo, gender, periodsOfWeek, additionalSupport, amenity, programmeIds, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
16468
+ getPage({ wildcard, venueId, providerId, programmeId, online, archived, deleted, activityType, includeNextOpportunity, featured, _private, searchGeoCenter, openactiveActivityId, activityId, activityIds, networkId, tenantStatus, lat, lng, distance, minAgeLte, minAgeGte, maxAgeLte, maxAgeGte, priceTotalGte, priceTotalLte, timeOfDay, startDateTimeGte, endDateTimeLte, gender, periodsOfWeek, additionalSupport, amenity, programmeIds, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
16420
16469
  /**
16421
16470
  * Gets or sets the wildcard for use in a query search.
16422
16471
  */
@@ -16457,6 +16506,10 @@ declare class GenericActivityService {
16457
16506
  * Gets or sets a value indicating whether to filter on whether the activity is featured.
16458
16507
  */
16459
16508
  featured?: boolean;
16509
+ /**
16510
+ * Gets or sets a value indicating does session is private or no.
16511
+ */
16512
+ _private?: boolean;
16460
16513
  /**
16461
16514
  * Gets or sets SearchGeoCenter.
16462
16515
  */
@@ -16522,13 +16575,13 @@ declare class GenericActivityService {
16522
16575
  */
16523
16576
  timeOfDay?: string;
16524
16577
  /**
16525
- * Gets or sets DateFrom.
16578
+ * Gets or sets StartDateTimeGTE.
16526
16579
  */
16527
- dateFrom?: string;
16580
+ startDateTimeGte?: string;
16528
16581
  /**
16529
- * Gets or sets DateTo.
16582
+ * Gets or sets EndDateTimeLTE.
16530
16583
  */
16531
- dateTo?: string;
16584
+ endDateTimeLte?: string;
16532
16585
  /**
16533
16586
  * Gets or sets Gender.
16534
16587
  */
@@ -16599,7 +16652,7 @@ declare class GenericActivityService {
16599
16652
  * @returns GenericActivity OK
16600
16653
  * @throws ApiError
16601
16654
  */
16602
- getListWithoutReferences({ wildcard, venueId, providerId, programmeId, online, archived, deleted, activityType, includeNextOpportunity, featured, searchGeoCenter, openactiveActivityId, activityId, activityIds, networkId, tenantStatus, lat, lng, distance, minAgeLte, minAgeGte, maxAgeLte, maxAgeGte, priceTotalGte, priceTotalLte, timeOfDay, dateFrom, dateTo, gender, periodsOfWeek, additionalSupport, amenity, programmeIds, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
16655
+ getListWithoutReferences({ wildcard, venueId, providerId, programmeId, online, archived, deleted, activityType, includeNextOpportunity, featured, _private, searchGeoCenter, openactiveActivityId, activityId, activityIds, networkId, tenantStatus, lat, lng, distance, minAgeLte, minAgeGte, maxAgeLte, maxAgeGte, priceTotalGte, priceTotalLte, timeOfDay, startDateTimeGte, endDateTimeLte, gender, periodsOfWeek, additionalSupport, amenity, programmeIds, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
16603
16656
  /**
16604
16657
  * Gets or sets the wildcard for use in a query search.
16605
16658
  */
@@ -16640,6 +16693,10 @@ declare class GenericActivityService {
16640
16693
  * Gets or sets a value indicating whether to filter on whether the activity is featured.
16641
16694
  */
16642
16695
  featured?: boolean;
16696
+ /**
16697
+ * Gets or sets a value indicating does session is private or no.
16698
+ */
16699
+ _private?: boolean;
16643
16700
  /**
16644
16701
  * Gets or sets SearchGeoCenter.
16645
16702
  */
@@ -16705,13 +16762,13 @@ declare class GenericActivityService {
16705
16762
  */
16706
16763
  timeOfDay?: string;
16707
16764
  /**
16708
- * Gets or sets DateFrom.
16765
+ * Gets or sets StartDateTimeGTE.
16709
16766
  */
16710
- dateFrom?: string;
16767
+ startDateTimeGte?: string;
16711
16768
  /**
16712
- * Gets or sets DateTo.
16769
+ * Gets or sets EndDateTimeLTE.
16713
16770
  */
16714
- dateTo?: string;
16771
+ endDateTimeLte?: string;
16715
16772
  /**
16716
16773
  * Gets or sets Gender.
16717
16774
  */
@@ -16782,7 +16839,7 @@ declare class GenericActivityService {
16782
16839
  * @returns GenericActivity OK
16783
16840
  * @throws ApiError
16784
16841
  */
16785
- getListIdName({ wildcard, venueId, providerId, programmeId, online, archived, deleted, activityType, includeNextOpportunity, featured, searchGeoCenter, openactiveActivityId, activityId, activityIds, networkId, tenantStatus, lat, lng, distance, minAgeLte, minAgeGte, maxAgeLte, maxAgeGte, priceTotalGte, priceTotalLte, timeOfDay, dateFrom, dateTo, gender, periodsOfWeek, additionalSupport, amenity, programmeIds, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
16842
+ getListIdName({ wildcard, venueId, providerId, programmeId, online, archived, deleted, activityType, includeNextOpportunity, featured, _private, searchGeoCenter, openactiveActivityId, activityId, activityIds, networkId, tenantStatus, lat, lng, distance, minAgeLte, minAgeGte, maxAgeLte, maxAgeGte, priceTotalGte, priceTotalLte, timeOfDay, startDateTimeGte, endDateTimeLte, gender, periodsOfWeek, additionalSupport, amenity, programmeIds, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
16786
16843
  /**
16787
16844
  * Gets or sets the wildcard for use in a query search.
16788
16845
  */
@@ -16823,6 +16880,10 @@ declare class GenericActivityService {
16823
16880
  * Gets or sets a value indicating whether to filter on whether the activity is featured.
16824
16881
  */
16825
16882
  featured?: boolean;
16883
+ /**
16884
+ * Gets or sets a value indicating does session is private or no.
16885
+ */
16886
+ _private?: boolean;
16826
16887
  /**
16827
16888
  * Gets or sets SearchGeoCenter.
16828
16889
  */
@@ -16888,13 +16949,13 @@ declare class GenericActivityService {
16888
16949
  */
16889
16950
  timeOfDay?: string;
16890
16951
  /**
16891
- * Gets or sets DateFrom.
16952
+ * Gets or sets StartDateTimeGTE.
16892
16953
  */
16893
- dateFrom?: string;
16954
+ startDateTimeGte?: string;
16894
16955
  /**
16895
- * Gets or sets DateTo.
16956
+ * Gets or sets EndDateTimeLTE.
16896
16957
  */
16897
- dateTo?: string;
16958
+ endDateTimeLte?: string;
16898
16959
  /**
16899
16960
  * Gets or sets Gender.
16900
16961
  */
@@ -28840,6 +28901,7 @@ type ProgrammePatch = {
28840
28901
  * Gets or sets the programme image url.
28841
28902
  */
28842
28903
  imageUrl?: string | null;
28904
+ upcomingLayout: UpcomingLayout;
28843
28905
  };
28844
28906
 
28845
28907
  /**
@@ -30878,7 +30940,7 @@ declare class PublicCoursesService {
30878
30940
  * @returns CoursePage OK
30879
30941
  * @throws ApiError
30880
30942
  */
30881
- getPage({ xTenantSubdomain, id, ids, venueId, programmeId, surveyId, cancellationPolicyId, paymentPolicyId, allowTemplating, archived, deleted, openActiveUpdate, dashboardRequest, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, online, featured, hasAvailability, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, searchGeoCenter, distance, templateFieldPermissionsId, templateFieldPermissionsIds, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
30943
+ getPage({ xTenantSubdomain, id, ids, venueId, programmeId, surveyId, cancellationPolicyId, paymentPolicyId, allowTemplating, archived, deleted, openActiveUpdate, dashboardRequest, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, online, featured, _private, hasAvailability, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, searchGeoCenter, distance, templateFieldPermissionsId, templateFieldPermissionsIds, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
30882
30944
  xTenantSubdomain?: string;
30883
30945
  /**
30884
30946
  * Gets or sets the queryable Course Id.
@@ -30968,6 +31030,10 @@ declare class PublicCoursesService {
30968
31030
  * Gets or sets a value indicating whether the course is featured on the storefront.
30969
31031
  */
30970
31032
  featured?: boolean;
31033
+ /**
31034
+ * Gets or sets a value indicating whether the session is private or no.
31035
+ */
31036
+ _private?: boolean;
30971
31037
  /**
30972
31038
  * Gets or sets a value indicating whether the scheduled session has availability.
30973
31039
  */
@@ -31114,7 +31180,7 @@ declare class PublicCoursesService {
31114
31180
  * @returns boolean OK
31115
31181
  * @throws ApiError
31116
31182
  */
31117
- exists({ xTenantSubdomain, id, ids, venueId, programmeId, surveyId, cancellationPolicyId, paymentPolicyId, allowTemplating, archived, deleted, openActiveUpdate, dashboardRequest, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, online, featured, hasAvailability, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, searchGeoCenter, distance, templateFieldPermissionsId, templateFieldPermissionsIds, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
31183
+ exists({ xTenantSubdomain, id, ids, venueId, programmeId, surveyId, cancellationPolicyId, paymentPolicyId, allowTemplating, archived, deleted, openActiveUpdate, dashboardRequest, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, online, featured, _private, hasAvailability, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, searchGeoCenter, distance, templateFieldPermissionsId, templateFieldPermissionsIds, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
31118
31184
  /**
31119
31185
  * The tenants subdomain.
31120
31186
  */
@@ -31207,6 +31273,10 @@ declare class PublicCoursesService {
31207
31273
  * Gets or sets a value indicating whether the course is featured on the storefront.
31208
31274
  */
31209
31275
  featured?: boolean;
31276
+ /**
31277
+ * Gets or sets a value indicating whether the session is private or no.
31278
+ */
31279
+ _private?: boolean;
31210
31280
  /**
31211
31281
  * Gets or sets a value indicating whether the scheduled session has availability.
31212
31282
  */
@@ -31848,7 +31918,7 @@ declare class PublicGenericActivityService {
31848
31918
  * @returns GenericActivityPage OK
31849
31919
  * @throws ApiError
31850
31920
  */
31851
- getPage({ xTenantSubdomain, wildcard, venueId, providerId, programmeId, online, archived, deleted, activityType, includeNextOpportunity, featured, searchGeoCenter, openactiveActivityId, activityId, activityIds, networkId, tenantStatus, lat, lng, distance, minAgeLte, minAgeGte, maxAgeLte, maxAgeGte, priceTotalGte, priceTotalLte, timeOfDay, dateFrom, dateTo, gender, periodsOfWeek, additionalSupport, amenity, programmeIds, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
31921
+ getPage({ xTenantSubdomain, wildcard, venueId, providerId, programmeId, online, archived, deleted, activityType, includeNextOpportunity, featured, _private, searchGeoCenter, openactiveActivityId, activityId, activityIds, networkId, tenantStatus, lat, lng, distance, minAgeLte, minAgeGte, maxAgeLte, maxAgeGte, priceTotalGte, priceTotalLte, timeOfDay, startDateTimeGte, endDateTimeLte, gender, periodsOfWeek, additionalSupport, amenity, programmeIds, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
31852
31922
  xTenantSubdomain?: string;
31853
31923
  /**
31854
31924
  * Gets or sets the wildcard for use in a query search.
@@ -31890,6 +31960,10 @@ declare class PublicGenericActivityService {
31890
31960
  * Gets or sets a value indicating whether to filter on whether the activity is featured.
31891
31961
  */
31892
31962
  featured?: boolean;
31963
+ /**
31964
+ * Gets or sets a value indicating does session is private or no.
31965
+ */
31966
+ _private?: boolean;
31893
31967
  /**
31894
31968
  * Gets or sets SearchGeoCenter.
31895
31969
  */
@@ -31955,13 +32029,13 @@ declare class PublicGenericActivityService {
31955
32029
  */
31956
32030
  timeOfDay?: string;
31957
32031
  /**
31958
- * Gets or sets DateFrom.
32032
+ * Gets or sets StartDateTimeGTE.
31959
32033
  */
31960
- dateFrom?: string;
32034
+ startDateTimeGte?: string;
31961
32035
  /**
31962
- * Gets or sets DateTo.
32036
+ * Gets or sets EndDateTimeLTE.
31963
32037
  */
31964
- dateTo?: string;
32038
+ endDateTimeLte?: string;
31965
32039
  /**
31966
32040
  * Gets or sets Gender.
31967
32041
  */
@@ -32032,7 +32106,7 @@ declare class PublicGenericActivityService {
32032
32106
  * @returns GenericActivityPage OK
32033
32107
  * @throws ApiError
32034
32108
  */
32035
- getPage1({ wildcard, venueId, providerId, programmeId, online, archived, deleted, activityType, includeNextOpportunity, featured, searchGeoCenter, openactiveActivityId, activityId, activityIds, networkId, tenantStatus, lat, lng, distance, minAgeLte, minAgeGte, maxAgeLte, maxAgeGte, priceTotalGte, priceTotalLte, timeOfDay, dateFrom, dateTo, gender, periodsOfWeek, additionalSupport, amenity, programmeIds, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
32109
+ getPage1({ wildcard, venueId, providerId, programmeId, online, archived, deleted, activityType, includeNextOpportunity, featured, _private, searchGeoCenter, openactiveActivityId, activityId, activityIds, networkId, tenantStatus, lat, lng, distance, minAgeLte, minAgeGte, maxAgeLte, maxAgeGte, priceTotalGte, priceTotalLte, timeOfDay, startDateTimeGte, endDateTimeLte, gender, periodsOfWeek, additionalSupport, amenity, programmeIds, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
32036
32110
  /**
32037
32111
  * Gets or sets the wildcard for use in a query search.
32038
32112
  */
@@ -32073,6 +32147,10 @@ declare class PublicGenericActivityService {
32073
32147
  * Gets or sets a value indicating whether to filter on whether the activity is featured.
32074
32148
  */
32075
32149
  featured?: boolean;
32150
+ /**
32151
+ * Gets or sets a value indicating does session is private or no.
32152
+ */
32153
+ _private?: boolean;
32076
32154
  /**
32077
32155
  * Gets or sets SearchGeoCenter.
32078
32156
  */
@@ -32138,13 +32216,13 @@ declare class PublicGenericActivityService {
32138
32216
  */
32139
32217
  timeOfDay?: string;
32140
32218
  /**
32141
- * Gets or sets DateFrom.
32219
+ * Gets or sets StartDateTimeGTE.
32142
32220
  */
32143
- dateFrom?: string;
32221
+ startDateTimeGte?: string;
32144
32222
  /**
32145
- * Gets or sets DateTo.
32223
+ * Gets or sets EndDateTimeLTE.
32146
32224
  */
32147
- dateTo?: string;
32225
+ endDateTimeLte?: string;
32148
32226
  /**
32149
32227
  * Gets or sets Gender.
32150
32228
  */
@@ -32215,7 +32293,7 @@ declare class PublicGenericActivityService {
32215
32293
  * @returns GenericActivity OK
32216
32294
  * @throws ApiError
32217
32295
  */
32218
- getUpcoming({ xTenantSubdomain, wildcard, venueId, providerId, programmeId, online, archived, deleted, activityType, includeNextOpportunity, featured, searchGeoCenter, openactiveActivityId, activityId, activityIds, networkId, tenantStatus, lat, lng, distance, minAgeLte, minAgeGte, maxAgeLte, maxAgeGte, priceTotalGte, priceTotalLte, timeOfDay, dateFrom, dateTo, gender, periodsOfWeek, additionalSupport, amenity, programmeIds, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
32296
+ getUpcoming({ xTenantSubdomain, wildcard, venueId, providerId, programmeId, online, archived, deleted, activityType, includeNextOpportunity, featured, _private, searchGeoCenter, openactiveActivityId, activityId, activityIds, networkId, tenantStatus, lat, lng, distance, minAgeLte, minAgeGte, maxAgeLte, maxAgeGte, priceTotalGte, priceTotalLte, timeOfDay, startDateTimeGte, endDateTimeLte, gender, periodsOfWeek, additionalSupport, amenity, programmeIds, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
32219
32297
  /**
32220
32298
  * The tenants subdomain.
32221
32299
  */
@@ -32260,6 +32338,10 @@ declare class PublicGenericActivityService {
32260
32338
  * Gets or sets a value indicating whether to filter on whether the activity is featured.
32261
32339
  */
32262
32340
  featured?: boolean;
32341
+ /**
32342
+ * Gets or sets a value indicating does session is private or no.
32343
+ */
32344
+ _private?: boolean;
32263
32345
  /**
32264
32346
  * Gets or sets SearchGeoCenter.
32265
32347
  */
@@ -32325,13 +32407,13 @@ declare class PublicGenericActivityService {
32325
32407
  */
32326
32408
  timeOfDay?: string;
32327
32409
  /**
32328
- * Gets or sets DateFrom.
32410
+ * Gets or sets StartDateTimeGTE.
32329
32411
  */
32330
- dateFrom?: string;
32412
+ startDateTimeGte?: string;
32331
32413
  /**
32332
- * Gets or sets DateTo.
32414
+ * Gets or sets EndDateTimeLTE.
32333
32415
  */
32334
- dateTo?: string;
32416
+ endDateTimeLte?: string;
32335
32417
  /**
32336
32418
  * Gets or sets Gender.
32337
32419
  */
@@ -32425,7 +32507,7 @@ declare class PublicGenericActivityService {
32425
32507
  * @returns boolean OK
32426
32508
  * @throws ApiError
32427
32509
  */
32428
- exists({ xTenantSubdomain, wildcard, venueId, providerId, programmeId, online, archived, deleted, activityType, includeNextOpportunity, featured, searchGeoCenter, openactiveActivityId, activityId, activityIds, networkId, tenantStatus, lat, lng, distance, minAgeLte, minAgeGte, maxAgeLte, maxAgeGte, priceTotalGte, priceTotalLte, timeOfDay, dateFrom, dateTo, gender, periodsOfWeek, additionalSupport, amenity, programmeIds, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
32510
+ exists({ xTenantSubdomain, wildcard, venueId, providerId, programmeId, online, archived, deleted, activityType, includeNextOpportunity, featured, _private, searchGeoCenter, openactiveActivityId, activityId, activityIds, networkId, tenantStatus, lat, lng, distance, minAgeLte, minAgeGte, maxAgeLte, maxAgeGte, priceTotalGte, priceTotalLte, timeOfDay, startDateTimeGte, endDateTimeLte, gender, periodsOfWeek, additionalSupport, amenity, programmeIds, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
32429
32511
  /**
32430
32512
  * The tenants subdomain.
32431
32513
  */
@@ -32470,6 +32552,10 @@ declare class PublicGenericActivityService {
32470
32552
  * Gets or sets a value indicating whether to filter on whether the activity is featured.
32471
32553
  */
32472
32554
  featured?: boolean;
32555
+ /**
32556
+ * Gets or sets a value indicating does session is private or no.
32557
+ */
32558
+ _private?: boolean;
32473
32559
  /**
32474
32560
  * Gets or sets SearchGeoCenter.
32475
32561
  */
@@ -32535,13 +32621,13 @@ declare class PublicGenericActivityService {
32535
32621
  */
32536
32622
  timeOfDay?: string;
32537
32623
  /**
32538
- * Gets or sets DateFrom.
32624
+ * Gets or sets StartDateTimeGTE.
32539
32625
  */
32540
- dateFrom?: string;
32626
+ startDateTimeGte?: string;
32541
32627
  /**
32542
- * Gets or sets DateTo.
32628
+ * Gets or sets EndDateTimeLTE.
32543
32629
  */
32544
- dateTo?: string;
32630
+ endDateTimeLte?: string;
32545
32631
  /**
32546
32632
  * Gets or sets Gender.
32547
32633
  */
@@ -33050,7 +33136,7 @@ declare class PublicNetworksService {
33050
33136
  * @returns SessionPage OK
33051
33137
  * @throws ApiError
33052
33138
  */
33053
- getSessions({ ids, venueId, surveyId, cancellationPolicyId, paymentPolicyId, futureOnly, online, featured, programmeId, includeNextOpportunity, allowTemplating, archived, deleted, openActiveUpdate, dashboardRequest, networkId, distance, minAgeLte, minAgeGte, maxAgeLte, maxAgeGte, priceTotalGte, priceTotalLte, timeOfDay, dateFrom, dateTo, gender, periodsOfWeek, searchGeoCenter, templateFieldPermissionsId, templateFieldPermissionsIds, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
33139
+ getSessions({ ids, venueId, surveyId, cancellationPolicyId, paymentPolicyId, futureOnly, online, featured, _private, programmeId, includeNextOpportunity, allowTemplating, archived, deleted, openActiveUpdate, dashboardRequest, networkId, distance, minAgeLte, minAgeGte, maxAgeLte, maxAgeGte, priceTotalGte, priceTotalLte, timeOfDay, startDateTimeGte, endDateTimeLte, gender, periodsOfWeek, searchGeoCenter, templateFieldPermissionsId, templateFieldPermissionsIds, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
33054
33140
  /**
33055
33141
  * Gets or sets the queryable session ids.
33056
33142
  */
@@ -33083,6 +33169,10 @@ declare class PublicNetworksService {
33083
33169
  * Gets or sets a value indicating whether the session is featured on the storefront.
33084
33170
  */
33085
33171
  featured?: boolean;
33172
+ /**
33173
+ * Gets or sets a value indicating whether the session is private or open.
33174
+ */
33175
+ _private?: boolean;
33086
33176
  /**
33087
33177
  * Gets or sets the queryable Programme Id.
33088
33178
  */
@@ -33148,13 +33238,13 @@ declare class PublicNetworksService {
33148
33238
  */
33149
33239
  timeOfDay?: string;
33150
33240
  /**
33151
- * Gets or sets DateFrom.
33241
+ * Gets or sets StartDateTimeGTE.
33152
33242
  */
33153
- dateFrom?: string;
33243
+ startDateTimeGte?: string;
33154
33244
  /**
33155
- * Gets or sets DateTo.
33245
+ * Gets or sets EndDateTimeLTE.
33156
33246
  */
33157
- dateTo?: string;
33247
+ endDateTimeLte?: string;
33158
33248
  /**
33159
33249
  * Gets or sets Gender.
33160
33250
  */
@@ -35789,6 +35879,10 @@ type SessionPatch = {
35789
35879
  * Gets or sets a value indicating whether there is an age restriction.
35790
35880
  */
35791
35881
  noAgeRestriction?: boolean | null;
35882
+ /**
35883
+ * Gets or sets a value indicating whether session is private or no.
35884
+ */
35885
+ private?: boolean | null;
35792
35886
  /**
35793
35887
  * Gets or sets a value indicating whether the session is online and can take bookings.
35794
35888
  */
@@ -35894,7 +35988,7 @@ declare class PublicSessionsService {
35894
35988
  * @returns SessionPage OK
35895
35989
  * @throws ApiError
35896
35990
  */
35897
- getPage({ xTenantSubdomain, ids, venueId, surveyId, cancellationPolicyId, paymentPolicyId, futureOnly, online, featured, programmeId, includeNextOpportunity, allowTemplating, archived, deleted, openActiveUpdate, dashboardRequest, networkId, distance, minAgeLte, minAgeGte, maxAgeLte, maxAgeGte, priceTotalGte, priceTotalLte, timeOfDay, dateFrom, dateTo, gender, periodsOfWeek, searchGeoCenter, templateFieldPermissionsId, templateFieldPermissionsIds, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
35991
+ getPage({ xTenantSubdomain, ids, venueId, surveyId, cancellationPolicyId, paymentPolicyId, futureOnly, online, featured, _private, programmeId, includeNextOpportunity, allowTemplating, archived, deleted, openActiveUpdate, dashboardRequest, networkId, distance, minAgeLte, minAgeGte, maxAgeLte, maxAgeGte, priceTotalGte, priceTotalLte, timeOfDay, startDateTimeGte, endDateTimeLte, gender, periodsOfWeek, searchGeoCenter, templateFieldPermissionsId, templateFieldPermissionsIds, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
35898
35992
  xTenantSubdomain?: string;
35899
35993
  /**
35900
35994
  * Gets or sets the queryable session ids.
@@ -35928,6 +36022,10 @@ declare class PublicSessionsService {
35928
36022
  * Gets or sets a value indicating whether the session is featured on the storefront.
35929
36023
  */
35930
36024
  featured?: boolean;
36025
+ /**
36026
+ * Gets or sets a value indicating whether the session is private or open.
36027
+ */
36028
+ _private?: boolean;
35931
36029
  /**
35932
36030
  * Gets or sets the queryable Programme Id.
35933
36031
  */
@@ -35993,13 +36091,13 @@ declare class PublicSessionsService {
35993
36091
  */
35994
36092
  timeOfDay?: string;
35995
36093
  /**
35996
- * Gets or sets DateFrom.
36094
+ * Gets or sets StartDateTimeGTE.
35997
36095
  */
35998
- dateFrom?: string;
36096
+ startDateTimeGte?: string;
35999
36097
  /**
36000
- * Gets or sets DateTo.
36098
+ * Gets or sets EndDateTimeLTE.
36001
36099
  */
36002
- dateTo?: string;
36100
+ endDateTimeLte?: string;
36003
36101
  /**
36004
36102
  * Gets or sets Gender.
36005
36103
  */
@@ -36312,7 +36410,7 @@ declare class PublicSessionsService {
36312
36410
  * @returns boolean OK
36313
36411
  * @throws ApiError
36314
36412
  */
36315
- exists({ xTenantSubdomain, ids, venueId, surveyId, cancellationPolicyId, paymentPolicyId, futureOnly, online, featured, programmeId, includeNextOpportunity, allowTemplating, archived, deleted, openActiveUpdate, dashboardRequest, networkId, distance, minAgeLte, minAgeGte, maxAgeLte, maxAgeGte, priceTotalGte, priceTotalLte, timeOfDay, dateFrom, dateTo, gender, periodsOfWeek, searchGeoCenter, templateFieldPermissionsId, templateFieldPermissionsIds, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
36413
+ exists({ xTenantSubdomain, ids, venueId, surveyId, cancellationPolicyId, paymentPolicyId, futureOnly, online, featured, _private, programmeId, includeNextOpportunity, allowTemplating, archived, deleted, openActiveUpdate, dashboardRequest, networkId, distance, minAgeLte, minAgeGte, maxAgeLte, maxAgeGte, priceTotalGte, priceTotalLte, timeOfDay, startDateTimeGte, endDateTimeLte, gender, periodsOfWeek, searchGeoCenter, templateFieldPermissionsId, templateFieldPermissionsIds, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
36316
36414
  /**
36317
36415
  * The tenants subdomain.
36318
36416
  */
@@ -36349,6 +36447,10 @@ declare class PublicSessionsService {
36349
36447
  * Gets or sets a value indicating whether the session is featured on the storefront.
36350
36448
  */
36351
36449
  featured?: boolean;
36450
+ /**
36451
+ * Gets or sets a value indicating whether the session is private or open.
36452
+ */
36453
+ _private?: boolean;
36352
36454
  /**
36353
36455
  * Gets or sets the queryable Programme Id.
36354
36456
  */
@@ -36414,13 +36516,13 @@ declare class PublicSessionsService {
36414
36516
  */
36415
36517
  timeOfDay?: string;
36416
36518
  /**
36417
- * Gets or sets DateFrom.
36519
+ * Gets or sets StartDateTimeGTE.
36418
36520
  */
36419
- dateFrom?: string;
36521
+ startDateTimeGte?: string;
36420
36522
  /**
36421
- * Gets or sets DateTo.
36523
+ * Gets or sets EndDateTimeLTE.
36422
36524
  */
36423
- dateTo?: string;
36525
+ endDateTimeLte?: string;
36424
36526
  /**
36425
36527
  * Gets or sets Gender.
36426
36528
  */
@@ -43620,7 +43722,7 @@ declare class SessionsService {
43620
43722
  * @returns SessionPage OK
43621
43723
  * @throws ApiError
43622
43724
  */
43623
- getPage({ ids, venueId, surveyId, cancellationPolicyId, paymentPolicyId, futureOnly, online, featured, programmeId, includeNextOpportunity, allowTemplating, archived, deleted, openActiveUpdate, dashboardRequest, networkId, distance, minAgeLte, minAgeGte, maxAgeLte, maxAgeGte, priceTotalGte, priceTotalLte, timeOfDay, dateFrom, dateTo, gender, periodsOfWeek, searchGeoCenter, templateFieldPermissionsId, templateFieldPermissionsIds, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
43725
+ getPage({ ids, venueId, surveyId, cancellationPolicyId, paymentPolicyId, futureOnly, online, featured, _private, programmeId, includeNextOpportunity, allowTemplating, archived, deleted, openActiveUpdate, dashboardRequest, networkId, distance, minAgeLte, minAgeGte, maxAgeLte, maxAgeGte, priceTotalGte, priceTotalLte, timeOfDay, startDateTimeGte, endDateTimeLte, gender, periodsOfWeek, searchGeoCenter, templateFieldPermissionsId, templateFieldPermissionsIds, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
43624
43726
  /**
43625
43727
  * Gets or sets the queryable session ids.
43626
43728
  */
@@ -43653,6 +43755,10 @@ declare class SessionsService {
43653
43755
  * Gets or sets a value indicating whether the session is featured on the storefront.
43654
43756
  */
43655
43757
  featured?: boolean;
43758
+ /**
43759
+ * Gets or sets a value indicating whether the session is private or open.
43760
+ */
43761
+ _private?: boolean;
43656
43762
  /**
43657
43763
  * Gets or sets the queryable Programme Id.
43658
43764
  */
@@ -43718,13 +43824,13 @@ declare class SessionsService {
43718
43824
  */
43719
43825
  timeOfDay?: string;
43720
43826
  /**
43721
- * Gets or sets DateFrom.
43827
+ * Gets or sets StartDateTimeGTE.
43722
43828
  */
43723
- dateFrom?: string;
43829
+ startDateTimeGte?: string;
43724
43830
  /**
43725
- * Gets or sets DateTo.
43831
+ * Gets or sets EndDateTimeLTE.
43726
43832
  */
43727
- dateTo?: string;
43833
+ endDateTimeLte?: string;
43728
43834
  /**
43729
43835
  * Gets or sets Gender.
43730
43836
  */
@@ -43828,7 +43934,7 @@ declare class SessionsService {
43828
43934
  * @returns boolean OK
43829
43935
  * @throws ApiError
43830
43936
  */
43831
- exists({ ids, venueId, surveyId, cancellationPolicyId, paymentPolicyId, futureOnly, online, featured, programmeId, includeNextOpportunity, allowTemplating, archived, deleted, openActiveUpdate, dashboardRequest, networkId, distance, minAgeLte, minAgeGte, maxAgeLte, maxAgeGte, priceTotalGte, priceTotalLte, timeOfDay, dateFrom, dateTo, gender, periodsOfWeek, searchGeoCenter, templateFieldPermissionsId, templateFieldPermissionsIds, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
43937
+ exists({ ids, venueId, surveyId, cancellationPolicyId, paymentPolicyId, futureOnly, online, featured, _private, programmeId, includeNextOpportunity, allowTemplating, archived, deleted, openActiveUpdate, dashboardRequest, networkId, distance, minAgeLte, minAgeGte, maxAgeLte, maxAgeGte, priceTotalGte, priceTotalLte, timeOfDay, startDateTimeGte, endDateTimeLte, gender, periodsOfWeek, searchGeoCenter, templateFieldPermissionsId, templateFieldPermissionsIds, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
43832
43938
  /**
43833
43939
  * Gets or sets the queryable session ids.
43834
43940
  */
@@ -43861,6 +43967,10 @@ declare class SessionsService {
43861
43967
  * Gets or sets a value indicating whether the session is featured on the storefront.
43862
43968
  */
43863
43969
  featured?: boolean;
43970
+ /**
43971
+ * Gets or sets a value indicating whether the session is private or open.
43972
+ */
43973
+ _private?: boolean;
43864
43974
  /**
43865
43975
  * Gets or sets the queryable Programme Id.
43866
43976
  */
@@ -43926,13 +44036,13 @@ declare class SessionsService {
43926
44036
  */
43927
44037
  timeOfDay?: string;
43928
44038
  /**
43929
- * Gets or sets DateFrom.
44039
+ * Gets or sets StartDateTimeGTE.
43930
44040
  */
43931
- dateFrom?: string;
44041
+ startDateTimeGte?: string;
43932
44042
  /**
43933
- * Gets or sets DateTo.
44043
+ * Gets or sets EndDateTimeLTE.
43934
44044
  */
43935
- dateTo?: string;
44045
+ endDateTimeLte?: string;
43936
44046
  /**
43937
44047
  * Gets or sets Gender.
43938
44048
  */
@@ -44003,7 +44113,7 @@ declare class SessionsService {
44003
44113
  * @returns number OK
44004
44114
  * @throws ApiError
44005
44115
  */
44006
- count({ ids, venueId, surveyId, cancellationPolicyId, paymentPolicyId, futureOnly, online, featured, programmeId, includeNextOpportunity, allowTemplating, archived, deleted, openActiveUpdate, dashboardRequest, networkId, distance, minAgeLte, minAgeGte, maxAgeLte, maxAgeGte, priceTotalGte, priceTotalLte, timeOfDay, dateFrom, dateTo, gender, periodsOfWeek, searchGeoCenter, templateFieldPermissionsId, templateFieldPermissionsIds, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
44116
+ count({ ids, venueId, surveyId, cancellationPolicyId, paymentPolicyId, futureOnly, online, featured, _private, programmeId, includeNextOpportunity, allowTemplating, archived, deleted, openActiveUpdate, dashboardRequest, networkId, distance, minAgeLte, minAgeGte, maxAgeLte, maxAgeGte, priceTotalGte, priceTotalLte, timeOfDay, startDateTimeGte, endDateTimeLte, gender, periodsOfWeek, searchGeoCenter, templateFieldPermissionsId, templateFieldPermissionsIds, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
44007
44117
  /**
44008
44118
  * Gets or sets the queryable session ids.
44009
44119
  */
@@ -44036,6 +44146,10 @@ declare class SessionsService {
44036
44146
  * Gets or sets a value indicating whether the session is featured on the storefront.
44037
44147
  */
44038
44148
  featured?: boolean;
44149
+ /**
44150
+ * Gets or sets a value indicating whether the session is private or open.
44151
+ */
44152
+ _private?: boolean;
44039
44153
  /**
44040
44154
  * Gets or sets the queryable Programme Id.
44041
44155
  */
@@ -44101,13 +44215,13 @@ declare class SessionsService {
44101
44215
  */
44102
44216
  timeOfDay?: string;
44103
44217
  /**
44104
- * Gets or sets DateFrom.
44218
+ * Gets or sets StartDateTimeGTE.
44105
44219
  */
44106
- dateFrom?: string;
44220
+ startDateTimeGte?: string;
44107
44221
  /**
44108
- * Gets or sets DateTo.
44222
+ * Gets or sets EndDateTimeLTE.
44109
44223
  */
44110
- dateTo?: string;
44224
+ endDateTimeLte?: string;
44111
44225
  /**
44112
44226
  * Gets or sets Gender.
44113
44227
  */
@@ -44178,7 +44292,7 @@ declare class SessionsService {
44178
44292
  * @returns Session OK
44179
44293
  * @throws ApiError
44180
44294
  */
44181
- getListWithoutReferences({ ids, venueId, surveyId, cancellationPolicyId, paymentPolicyId, futureOnly, online, featured, programmeId, includeNextOpportunity, allowTemplating, archived, deleted, openActiveUpdate, dashboardRequest, networkId, distance, minAgeLte, minAgeGte, maxAgeLte, maxAgeGte, priceTotalGte, priceTotalLte, timeOfDay, dateFrom, dateTo, gender, periodsOfWeek, searchGeoCenter, templateFieldPermissionsId, templateFieldPermissionsIds, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
44295
+ getListWithoutReferences({ ids, venueId, surveyId, cancellationPolicyId, paymentPolicyId, futureOnly, online, featured, _private, programmeId, includeNextOpportunity, allowTemplating, archived, deleted, openActiveUpdate, dashboardRequest, networkId, distance, minAgeLte, minAgeGte, maxAgeLte, maxAgeGte, priceTotalGte, priceTotalLte, timeOfDay, startDateTimeGte, endDateTimeLte, gender, periodsOfWeek, searchGeoCenter, templateFieldPermissionsId, templateFieldPermissionsIds, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
44182
44296
  /**
44183
44297
  * Gets or sets the queryable session ids.
44184
44298
  */
@@ -44211,6 +44325,10 @@ declare class SessionsService {
44211
44325
  * Gets or sets a value indicating whether the session is featured on the storefront.
44212
44326
  */
44213
44327
  featured?: boolean;
44328
+ /**
44329
+ * Gets or sets a value indicating whether the session is private or open.
44330
+ */
44331
+ _private?: boolean;
44214
44332
  /**
44215
44333
  * Gets or sets the queryable Programme Id.
44216
44334
  */
@@ -44276,13 +44394,13 @@ declare class SessionsService {
44276
44394
  */
44277
44395
  timeOfDay?: string;
44278
44396
  /**
44279
- * Gets or sets DateFrom.
44397
+ * Gets or sets StartDateTimeGTE.
44280
44398
  */
44281
- dateFrom?: string;
44399
+ startDateTimeGte?: string;
44282
44400
  /**
44283
- * Gets or sets DateTo.
44401
+ * Gets or sets EndDateTimeLTE.
44284
44402
  */
44285
- dateTo?: string;
44403
+ endDateTimeLte?: string;
44286
44404
  /**
44287
44405
  * Gets or sets Gender.
44288
44406
  */
@@ -44353,7 +44471,7 @@ declare class SessionsService {
44353
44471
  * @returns Session OK
44354
44472
  * @throws ApiError
44355
44473
  */
44356
- getListIdName({ ids, venueId, surveyId, cancellationPolicyId, paymentPolicyId, futureOnly, online, featured, programmeId, includeNextOpportunity, allowTemplating, archived, deleted, openActiveUpdate, dashboardRequest, networkId, distance, minAgeLte, minAgeGte, maxAgeLte, maxAgeGte, priceTotalGte, priceTotalLte, timeOfDay, dateFrom, dateTo, gender, periodsOfWeek, searchGeoCenter, templateFieldPermissionsId, templateFieldPermissionsIds, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
44474
+ getListIdName({ ids, venueId, surveyId, cancellationPolicyId, paymentPolicyId, futureOnly, online, featured, _private, programmeId, includeNextOpportunity, allowTemplating, archived, deleted, openActiveUpdate, dashboardRequest, networkId, distance, minAgeLte, minAgeGte, maxAgeLte, maxAgeGte, priceTotalGte, priceTotalLte, timeOfDay, startDateTimeGte, endDateTimeLte, gender, periodsOfWeek, searchGeoCenter, templateFieldPermissionsId, templateFieldPermissionsIds, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
44357
44475
  /**
44358
44476
  * Gets or sets the queryable session ids.
44359
44477
  */
@@ -44386,6 +44504,10 @@ declare class SessionsService {
44386
44504
  * Gets or sets a value indicating whether the session is featured on the storefront.
44387
44505
  */
44388
44506
  featured?: boolean;
44507
+ /**
44508
+ * Gets or sets a value indicating whether the session is private or open.
44509
+ */
44510
+ _private?: boolean;
44389
44511
  /**
44390
44512
  * Gets or sets the queryable Programme Id.
44391
44513
  */
@@ -44451,13 +44573,13 @@ declare class SessionsService {
44451
44573
  */
44452
44574
  timeOfDay?: string;
44453
44575
  /**
44454
- * Gets or sets DateFrom.
44576
+ * Gets or sets StartDateTimeGTE.
44455
44577
  */
44456
- dateFrom?: string;
44578
+ startDateTimeGte?: string;
44457
44579
  /**
44458
- * Gets or sets DateTo.
44580
+ * Gets or sets EndDateTimeLTE.
44459
44581
  */
44460
- dateTo?: string;
44582
+ endDateTimeLte?: string;
44461
44583
  /**
44462
44584
  * Gets or sets Gender.
44463
44585
  */
@@ -50165,6 +50287,7 @@ type TemplateFieldPermission = {
50165
50287
  minAge?: FieldPermission;
50166
50288
  maxAge?: FieldPermission;
50167
50289
  noAgeRestriction?: FieldPermission;
50290
+ private?: FieldPermission;
50168
50291
  additionalSupport?: FieldPermission;
50169
50292
  contactName?: FieldPermission;
50170
50293
  contactPhone?: FieldPermission;
@@ -50347,6 +50470,10 @@ type TemplateDetail = {
50347
50470
  * Gets or sets a value indicating whether there is an age restriction.
50348
50471
  */
50349
50472
  noAgeRestriction?: boolean;
50473
+ /**
50474
+ * Gets or sets a value indicating whether the activity is private.
50475
+ */
50476
+ private?: boolean;
50350
50477
  /**
50351
50478
  * Gets or sets the templates additional support options.
50352
50479
  */
@@ -50540,6 +50667,10 @@ type TemplateDetailPatch = {
50540
50667
  * Gets or sets a value indicating whether there is an age restriction.
50541
50668
  */
50542
50669
  noAgeRestriction?: boolean;
50670
+ /**
50671
+ * Gets or sets a value indicating whether activity is private or no.
50672
+ */
50673
+ private?: boolean;
50543
50674
  /**
50544
50675
  * Gets or sets the templates additional support options.
50545
50676
  */
@@ -51031,6 +51162,7 @@ type TemplateFieldPermissionPatch = {
51031
51162
  minAge?: FieldPermission;
51032
51163
  maxAge?: FieldPermission;
51033
51164
  noAgeRestriction?: FieldPermission;
51165
+ private?: FieldPermission;
51034
51166
  additionalSupport?: FieldPermission;
51035
51167
  contactName?: FieldPermission;
51036
51168
  contactPhone?: FieldPermission;
@@ -51920,6 +52052,7 @@ type CreateTemplateFieldPermission = {
51920
52052
  minAge?: FieldPermission;
51921
52053
  maxAge?: FieldPermission;
51922
52054
  noAgeRestriction?: FieldPermission;
52055
+ private?: FieldPermission;
51923
52056
  additionalSupport?: FieldPermission;
51924
52057
  contactName?: FieldPermission;
51925
52058
  contactPhone?: FieldPermission;
@@ -52016,6 +52149,10 @@ type CreateTemplateDetail = {
52016
52149
  * Gets or sets a value indicating whether there is an age restriction.
52017
52150
  */
52018
52151
  noAgeRestriction?: boolean;
52152
+ /**
52153
+ * Gets or sets a value indicating whether activity is private or no.
52154
+ */
52155
+ private?: boolean;
52019
52156
  /**
52020
52157
  * Gets or sets the templates additional support options.
52021
52158
  */
@@ -60866,6 +61003,12 @@ declare class WaitlistOpportunityService {
60866
61003
  }): CancelablePromise<Array<WaitlistOpportunity>>;
60867
61004
  }
60868
61005
 
61006
+ type WaitlistConversionStatsResponseDto = {
61007
+ totalWaitlistCount?: number;
61008
+ totalUpcomingWaitlistCount?: number;
61009
+ conversionPercentage?: number;
61010
+ };
61011
+
60869
61012
  /**
60870
61013
  * Represents the waitlist opportunity report model.
60871
61014
  */
@@ -61012,10 +61155,10 @@ declare class WaitlistOpportunityReportService {
61012
61155
  }): CancelablePromise<any>;
61013
61156
  /**
61014
61157
  * Gets waitlist conversion statistics.
61015
- * @returns any OK
61158
+ * @returns WaitlistConversionStatsResponseDto OK
61016
61159
  * @throws ApiError
61017
61160
  */
61018
- getConversionStats(): CancelablePromise<any>;
61161
+ getConversionStats(): CancelablePromise<WaitlistConversionStatsResponseDto>;
61019
61162
  /**
61020
61163
  * Inserts a new resource. The Id will be automatically generated and will be ignored if provided.
61021
61164
  * @returns WaitlistOpportunityReport OK
@@ -61731,4 +61874,4 @@ type ValidationResultModel = {
61731
61874
  readonly errors?: Array<ValidationError> | null;
61732
61875
  };
61733
61876
 
61734
- export { Activity, ActivityPerformance, ActivityPerformancePage, ActivityPerformancePatch, ActivityPerformancePost, ActivityPerformanceService, ActivityService, ActivityType, AddressComponent, AdvanceBooking, Amenity, AmenityService, AmenityType, ApiClient, ApiError, AppUserRole, ApplicationRole, Attendee, AttendeePage, AttendeePatch, AttendeePost, AttendeesService, AutoCompleteResponseModel, AvailabilityIndicator, BadEnglandReportService, BaseHttpRequest, BookingService, BookingStatus, CancelError, CancelablePromise, CancellationPoliciesService, CancellationPolicy, CancellationPolicyPage, CancellationPolicyPatch, CancellationPolicyPost, ChatService, CheckoutPlatform, ChoiceMessage, CompletionChoice, ContactOnConfirmation, Country, CountryService, Course, CourseBookingCutoff, CourseCreate, CourseEmailAttendeesPatch, CoursePage, CoursePatch, CoursePost, CourseSearchSortBy, CourseSession, CourseSessionPage, CourseSessionPatch, CourseSessionPost, CourseSessionReschedulePatch, CourseSessionSchedule, CourseSessionSchedulePage, CourseSessionSchedulePatch, CourseSessionSchedulePost, CourseSessionSchedulesService, CourseSessionsService, CourseStatus, CoursesService, CreateDeal, CreateEmailSettings, CreateOffer, CreateQuestion, CreateQuestionOption, CreateTemplateDetail, CreateTemplateFieldPermission, CreateVenue, CustomDateRange, CustomDateRangeOption, Customer, CustomerCancellationOption, CustomerEmailPatch, CustomerPage, CustomerPatch, CustomerPost, CustomerStats, CustomerType, CustomersService, DatabaseState, DayOfWeek, Deal, DealActivitiesService, DealActivity, DealActivityPage, DealActivityPatch, DealActivityPost, DealCreate, DealDiscountType, DealPage, DealPatch, DealPost, DealTarget, DealType, DealsService, DescriptionCompletionResponse, DiscountCodeUse, DiscountCodeUsePage, DiscountCodeUsePatch, DiscountCodeUsePost, DiscountCodeUsesService, EmailReminderSchedule, EmailReminderSchedulePage, EmailReminderSchedulePatch, EmailReminderSchedulePost, EmailReminderSchedulesService, EmailSetting, EmailSettingPage, EmailSettingPatch, EmailSettingPost, EmailSettingsService, EndUserIdentity, EndUserIdentitySecureToken, EndUserIdentitySecureTokenService, EnglandGolfReportService, EventTiming, FacilitiesService, Facility, FacilityIndividual, FacilityIndividualPage, FacilityIndividualPatch, FacilityIndividualPost, FacilityIndividualsService, FacilityIndividualsType, FacilityPage, FacilityPatch, FacilityPost, FieldPermission, FilestackImageMetaResponseModel, FilestackService, Gender, GenericActivity, GenericActivityPage, GenericActivityService, GeocodeResponseModel, GeocodeService, GooglePrediction, HelpersService, HereAddressDetails, HereAutoComplete, HereAutocompleteLookupService, HereLookupResults, HereMapDetails, HerePositionDetails, HttpStatusCode, IOpportunity, Image, ImageLibraryCategory, ImageLibraryCategoryService, ImageLibraryImage, ImageLibraryImageService, ImagePage, ImagePatch, ImagePost, ImageUploadHistory, ImageUploadHistoryPage, ImageUploadHistoryPatch, ImageUploadHistoryPost, ImageUploadHistoryService, ImagesService, InviteStatus, LeasingService, LocationReport, LocationReportPage, LocationReportPatch, LocationReportPost, LocationReportSummary, LocationsReportService, LoqateGeocode, LoqatePlaceResult, LoqatePlacesService, LoqatePrediction, Northeast, NotificationQueue, NotificationQueuePage, NotificationQueuePatch, NotificationQueuePost, NotificationQueueService, NotificationSetting, NotificationSettingPage, NotificationSettingPatch, NotificationSettingPost, NotificationSettingsService, NotificationType, Offer, OfferPage, OfferPatch, OfferPost, OffersService, OpenAPI, OpenAPIConfig, OpenactiveFeedIntermediate, OpenactiveFeedIntermediatePage, OpenactiveFeedIntermediatePatch, OpenactiveFeedIntermediatePost, OpenactiveFeedIntermediateService, OpenactiveFeedItem, OpenactiveFeedItemPage, OpenactiveFeedItemPatch, OpenactiveFeedItemPost, OpenactiveFeedItemService, OpportunityRegister, OpportunityRegisterPage, OpportunityRegisterPatch, OpportunityRegisterPost, OpportunityRegisterService, OpportunityRegisterStatus, OpportunityType, Order, OrderApplyDiscountCode, OrderDeal, OrderEmailCustomerPatch, OrderItem, OrderItemDeal, OrderItemPage, OrderItemPatch, OrderItemPost, OrderItemReport, OrderItemReportPage, OrderItemReportPatch, OrderItemReportPost, OrderItemReportService, OrderItemStatus, OrderItemsService, OrderPage, OrderPatch, OrderPatchItem, OrderPost, OrderPostItem, OrderRefresh, OrderSource, OrderStage, OrderToken, OrderTokenPage, OrderTokenPatch, OrderTokenPost, OrderUpdateContact, OrdersService, OrgCourseUtilisation, OrgCourseUtilisationPage, OrgCourseUtilisationPatch, OrgCourseUtilisationPost, OrgCourseUtilisationService, OrganisationApplicationFeeHandling, OrganisationAvailableChannel, OrganisationRefundPolicy, OrganisationTaxMode, OrganisationType, Pagination, Payment, PaymentMethod, PaymentPage, PaymentPatch, PaymentPoliciesService, PaymentPolicy, PaymentPolicyPage, PaymentPolicyPatch, PaymentPolicyPost, PaymentPolicySplitType, PaymentPost, PaymentsService, PeriodsOfWeek, Permission, PermissionPage, PermissionPatch, PermissionPost, PermissionsService, PlaceAddress, PlaceDetailsResponseModel, PlaceGeometry, PlaceLocation, PlaceResult, PlaceViewport, PlacesService, PlatformPayout, PlatformPayoutPage, PlatformPayoutPatch, PlatformPayoutPost, PlatformPayoutsService, PlusCode, Prepayment, Programme, ProgrammePage, ProgrammePatch, ProgrammePost, ProgrammesService, Provider, ProviderCreate, ProviderPage, ProviderPatch, ProviderPost, ProviderType, ProviderTypesService, ProvidersService, PublicBookingService, PublicCalendarService, PublicCoursesService, PublicCustomersService, PublicFacilitiesService, PublicFilestackWebhookService, PublicGenericActivityService, PublicHealthCheckService, PublicLeasingService, PublicNetworksService, PublicOpportunityRegisterService, PublicOrderItemsService, PublicOrderTokensService, PublicOrdersService, PublicProgrammesService, PublicProvidersService, PublicScheduledSessionsService, PublicSessionsService, PublicSlotsService, PublicStripeWebhookService, PublicSurveyCompletionLogsService, PublicSurveyQuestionsService, PublicSurveysService, PublicTenantsService, PublicVenuesService, PublicWaitlistActivityService, PublicWaitlistOpportunityService, QuestionIndex, ReachEntity, ReachError, ReachOperation, RecentOrderActivityReport, RecentOrderActivityReportPage, RecentOrderActivityReportPatch, RecentOrderActivityReportPost, RecentOrderActivityReportService, RefundSource, RefundStatus, RegisterReport, RegisterReportPage, RegisterReportPatch, RegisterReportPost, RegisterReportService, RegisterReportSummary, RescheduleLog, RescheduleLogPage, RescheduleLogPatch, RescheduleLogPost, RescheduleLogService, ResolveSecureAccessTokenRequest, ScheduleStatus, ScheduledSession, ScheduledSessionEmailAttendeesPatch, ScheduledSessionPage, ScheduledSessionPatch, ScheduledSessionPost, ScheduledSessionReschedulePatch, ScheduledSessionSchedule, ScheduledSessionSchedulePage, ScheduledSessionSchedulePatch, ScheduledSessionSchedulePost, ScheduledSessionSearchSortBy, ScheduledSessionsSchedulesService, ScheduledSessionsService, SearchSortOrderDirection, Session, SessionCreate, SessionPage, SessionPatch, SessionPost, SessionType, SessionsService, Slot, SlotAvailabilityStatus, SlotOffer, SlotOfferPage, SlotOfferPatch, SlotOfferPost, SlotOffersService, SlotPage, SlotPatch, SlotPost, SlotSchedule, SlotScheduleOffer, SlotScheduleOfferPage, SlotScheduleOfferPatch, SlotScheduleOfferPost, SlotScheduleOffersService, SlotSchedulePage, SlotSchedulePatch, SlotSchedulePost, SlotSchedulesService, SlotStatus, SlotsService, Southwest, StripeAccount, StripeAccountLinkedEntityType, StripeAccountPage, StripeAccountPatch, StripeAccountPost, StripeAccountService, StripeSetupRequirement, StripeStatus, StructuredFormatting, Surface, SurfacesService, Survey, SurveyAnswer, SurveyAnswerPage, SurveyAnswerPatch, SurveyAnswerPost, SurveyAnswersService, SurveyCompletionLog, SurveyCompletionLogPage, SurveyCompletionLogPatch, SurveyCompletionLogPost, SurveyCompletionLogService, SurveyCreate, SurveyDuplicatePost, SurveyPage, SurveyPatch, SurveyPost, SurveyQuestion, SurveyQuestionOption, SurveyQuestionPage, SurveyQuestionPatch, SurveyQuestionPatchOption, SurveyQuestionPost, SurveyQuestionPostOption, SurveyQuestionType, SurveyQuestionsService, SurveyQuestionsTarget, SurveyReportExtended, SurveyReportExtendedPage, SurveyReportExtendedPatch, SurveyReportExtendedPost, SurveyReportExtendedService, SurveyResponseMode, SurveySubmissionModel, SurveySubmit, SurveySubmitAttendee, SurveySubmitQuestions, SurveyType, SurveysService, Tax, Template, TemplateCreate, TemplateDeal, TemplateDetail, TemplateDetailPage, TemplateDetailPatch, TemplateDetailPost, TemplateDetailsService, TemplateDuplicatePost, TemplateFieldPermission, TemplateFieldPermissionPage, TemplateFieldPermissionPatch, TemplateFieldPermissionPost, TemplateFieldPermissionsService, TemplateFromPost, TemplateOffer, TemplateOfferPage, TemplateOfferPatch, TemplateOfferPost, TemplateOffersService, TemplatePage, TemplatePatch, TemplatePost, TemplateUseResponse, TemplatesService, Tenant, TenantPage, TenantPatch, TenantPost, TenantSetting, TenantStatus, TenantTier, TenantWebsiteSetting, TenantWebsiteSettingPage, TenantWebsiteSettingPatch, TenantWebsiteSettingPost, TenantWebsiteSettingsService, TenantsService, Timezone, TimezoneService, TotalRevenueReport, TotalRevenueReportPage, TotalRevenueReportPatch, TotalRevenueReportPost, TotalRevenueReportService, UnsplashSearchResponse, UnsplashService, UpcomingLayout, UpdateEmailSettings, UpdateOffer, User, UserPage, UserPatch, UserPermission, UserPermissionPage, UserPermissionPatch, UserPermissionPost, UserPermissionsService, UserPost, UserProgramme, UserProgrammePage, UserProgrammePatch, UserProgrammePost, UserProgrammesService, UserProvider, UserProviderPage, UserProviderPatch, UserProviderPost, UserProvidersService, UserRole, UsersService, ValidationError, ValidationResultModel, Venue, VenueBadmintonEnglandReport, VenueBadmintonEnglandReportPage, VenueBadmintonEnglandReportPatch, VenueBadmintonEnglandReportPost, VenueCreate, VenueManager, VenueManagerPage, VenueManagerPatch, VenueManagerPost, VenueManagersService, VenueOpeningHourUpdate, VenueOpeningHours, VenuePage, VenuePatch, VenuePerformance, VenuePerformancePage, VenuePerformancePatch, VenuePerformancePost, VenuePerformanceService, VenuePost, VenuesReport, VenuesReportPage, VenuesReportPatch, VenuesReportPost, VenuesReportService, VenuesService, WaitlistActivity, WaitlistActivityPage, WaitlistActivityPatch, WaitlistActivityPost, WaitlistActivityReport, WaitlistActivityReportPage, WaitlistActivityReportPatch, WaitlistActivityReportPost, WaitlistActivityReportService, WaitlistActivityService, WaitlistOpportunity, WaitlistOpportunityPage, WaitlistOpportunityPatch, WaitlistOpportunityPost, WaitlistOpportunityReport, WaitlistOpportunityReportPage, WaitlistOpportunityReportPatch, WaitlistOpportunityReportPost, WaitlistOpportunityReportService, WaitlistOpportunityService };
61877
+ export { Activity, ActivityPerformance, ActivityPerformancePage, ActivityPerformancePatch, ActivityPerformancePost, ActivityPerformanceService, ActivityService, ActivityType, AddressComponent, AdvanceBooking, Amenity, AmenityService, AmenityType, ApiClient, ApiError, AppUserRole, ApplicationRole, Attendee, AttendeePage, AttendeePatch, AttendeePost, AttendeesService, AutoCompleteResponseModel, AvailabilityIndicator, BadEnglandReportService, BaseHttpRequest, BookingService, BookingStatus, CancelError, CancelablePromise, CancellationPoliciesService, CancellationPolicy, CancellationPolicyPage, CancellationPolicyPatch, CancellationPolicyPost, ChatService, CheckoutPlatform, ChoiceMessage, CompletionChoice, ContactOnConfirmation, Country, CountryService, Course, CourseBookingCutoff, CourseCreate, CourseEmailAttendeesPatch, CoursePage, CoursePatch, CoursePost, CourseSearchSortBy, CourseSession, CourseSessionPage, CourseSessionPatch, CourseSessionPost, CourseSessionReschedulePatch, CourseSessionSchedule, CourseSessionSchedulePage, CourseSessionSchedulePatch, CourseSessionSchedulePost, CourseSessionSchedulesService, CourseSessionsService, CourseStatus, CoursesService, CreateDeal, CreateEmailSettings, CreateOffer, CreateQuestion, CreateQuestionOption, CreateTemplateDetail, CreateTemplateFieldPermission, CreateVenue, CustomDateRange, CustomDateRangeOption, Customer, CustomerCancellationOption, CustomerEmailPatch, CustomerPage, CustomerPatch, CustomerPost, CustomerStats, CustomerType, CustomersService, DatabaseState, DayOfWeek, Deal, DealActivitiesService, DealActivity, DealActivityPage, DealActivityPatch, DealActivityPost, DealCreate, DealDiscountType, DealPage, DealPatch, DealPost, DealTarget, DealType, DealsService, DescriptionCompletionResponse, DiscountCodeUse, DiscountCodeUsePage, DiscountCodeUsePatch, DiscountCodeUsePost, DiscountCodeUsesService, EmailReminderSchedule, EmailReminderSchedulePage, EmailReminderSchedulePatch, EmailReminderSchedulePost, EmailReminderSchedulesService, EmailSetting, EmailSettingPage, EmailSettingPatch, EmailSettingPost, EmailSettingsService, EndUserIdentity, EndUserIdentitySecureToken, EndUserIdentitySecureTokenService, EnglandGolfReportService, EventTiming, FacilitiesService, Facility, FacilityIndividual, FacilityIndividualPage, FacilityIndividualPatch, FacilityIndividualPost, FacilityIndividualsService, FacilityIndividualsType, FacilityPage, FacilityPatch, FacilityPost, FieldPermission, FilestackImageMetaResponseModel, FilestackService, Gender, GenericActivity, GenericActivityPage, GenericActivityService, GeocodeResponseModel, GeocodeService, GooglePrediction, HelpersService, HereAddressDetails, HereAutoComplete, HereAutocompleteLookupService, HereLookupResults, HereMapDetails, HerePositionDetails, HttpStatusCode, IOpportunity, Image, ImageLibraryCategory, ImageLibraryCategoryService, ImageLibraryImage, ImageLibraryImageService, ImagePage, ImagePatch, ImagePost, ImageUploadHistory, ImageUploadHistoryPage, ImageUploadHistoryPatch, ImageUploadHistoryPost, ImageUploadHistoryService, ImagesService, InviteStatus, LeasingService, LocationReport, LocationReportPage, LocationReportPatch, LocationReportPost, LocationReportSummary, LocationsReportService, LoqateGeocode, LoqatePlaceResult, LoqatePlacesService, LoqatePrediction, Northeast, NotificationQueue, NotificationQueuePage, NotificationQueuePatch, NotificationQueuePost, NotificationQueueService, NotificationSetting, NotificationSettingPage, NotificationSettingPatch, NotificationSettingPost, NotificationSettingsService, NotificationType, Offer, OfferPage, OfferPatch, OfferPost, OffersService, OpenAPI, OpenAPIConfig, OpenactiveFeedIntermediate, OpenactiveFeedIntermediatePage, OpenactiveFeedIntermediatePatch, OpenactiveFeedIntermediatePost, OpenactiveFeedIntermediateService, OpenactiveFeedItem, OpenactiveFeedItemPage, OpenactiveFeedItemPatch, OpenactiveFeedItemPost, OpenactiveFeedItemService, OpportunityRegister, OpportunityRegisterPage, OpportunityRegisterPatch, OpportunityRegisterPost, OpportunityRegisterService, OpportunityRegisterStatus, OpportunityType, Order, OrderApplyDiscountCode, OrderDeal, OrderEmailCustomerPatch, OrderItem, OrderItemDeal, OrderItemPage, OrderItemPatch, OrderItemPost, OrderItemReport, OrderItemReportPage, OrderItemReportPatch, OrderItemReportPost, OrderItemReportService, OrderItemStatus, OrderItemsService, OrderPage, OrderPatch, OrderPatchItem, OrderPost, OrderPostItem, OrderRefresh, OrderSource, OrderStage, OrderToken, OrderTokenPage, OrderTokenPatch, OrderTokenPost, OrderUpdateContact, OrdersService, OrgCourseUtilisation, OrgCourseUtilisationPage, OrgCourseUtilisationPatch, OrgCourseUtilisationPost, OrgCourseUtilisationService, OrganisationApplicationFeeHandling, OrganisationAvailableChannel, OrganisationRefundPolicy, OrganisationTaxMode, OrganisationType, Pagination, Payment, PaymentMethod, PaymentPage, PaymentPatch, PaymentPoliciesService, PaymentPolicy, PaymentPolicyPage, PaymentPolicyPatch, PaymentPolicyPost, PaymentPolicySplitType, PaymentPost, PaymentsService, PeriodsOfWeek, Permission, PermissionPage, PermissionPatch, PermissionPost, PermissionsService, PlaceAddress, PlaceDetailsResponseModel, PlaceGeometry, PlaceLocation, PlaceResult, PlaceViewport, PlacesService, PlatformPayout, PlatformPayoutPage, PlatformPayoutPatch, PlatformPayoutPost, PlatformPayoutsService, PlusCode, Prepayment, Programme, ProgrammePage, ProgrammePatch, ProgrammePost, ProgrammesService, Provider, ProviderCreate, ProviderPage, ProviderPatch, ProviderPost, ProviderType, ProviderTypesService, ProvidersService, PublicBookingService, PublicCalendarService, PublicCoursesService, PublicCustomersService, PublicFacilitiesService, PublicFilestackWebhookService, PublicGenericActivityService, PublicHealthCheckService, PublicLeasingService, PublicNetworksService, PublicOpportunityRegisterService, PublicOrderItemsService, PublicOrderTokensService, PublicOrdersService, PublicProgrammesService, PublicProvidersService, PublicScheduledSessionsService, PublicSessionsService, PublicSlotsService, PublicStripeWebhookService, PublicSurveyCompletionLogsService, PublicSurveyQuestionsService, PublicSurveysService, PublicTenantsService, PublicVenuesService, PublicWaitlistActivityService, PublicWaitlistOpportunityService, QuestionIndex, ReachEntity, ReachError, ReachOperation, RecentOrderActivityReport, RecentOrderActivityReportPage, RecentOrderActivityReportPatch, RecentOrderActivityReportPost, RecentOrderActivityReportService, RefundSource, RefundStatus, RegisterReport, RegisterReportPage, RegisterReportPatch, RegisterReportPost, RegisterReportService, RegisterReportSummary, RescheduleLog, RescheduleLogPage, RescheduleLogPatch, RescheduleLogPost, RescheduleLogService, ResolveSecureAccessTokenRequest, ScheduleStatus, ScheduledSession, ScheduledSessionEmailAttendeesPatch, ScheduledSessionPage, ScheduledSessionPatch, ScheduledSessionPost, ScheduledSessionReschedulePatch, ScheduledSessionSchedule, ScheduledSessionSchedulePage, ScheduledSessionSchedulePatch, ScheduledSessionSchedulePost, ScheduledSessionSearchSortBy, ScheduledSessionsSchedulesService, ScheduledSessionsService, SearchSortOrderDirection, Session, SessionCreate, SessionPage, SessionPatch, SessionPost, SessionType, SessionsService, Slot, SlotAvailabilityStatus, SlotOffer, SlotOfferPage, SlotOfferPatch, SlotOfferPost, SlotOffersService, SlotPage, SlotPatch, SlotPost, SlotSchedule, SlotScheduleOffer, SlotScheduleOfferPage, SlotScheduleOfferPatch, SlotScheduleOfferPost, SlotScheduleOffersService, SlotSchedulePage, SlotSchedulePatch, SlotSchedulePost, SlotSchedulesService, SlotStatus, SlotsService, Southwest, StripeAccount, StripeAccountLinkedEntityType, StripeAccountPage, StripeAccountPatch, StripeAccountPost, StripeAccountService, StripeSetupRequirement, StripeStatus, StructuredFormatting, Surface, SurfacesService, Survey, SurveyAnswer, SurveyAnswerPage, SurveyAnswerPatch, SurveyAnswerPost, SurveyAnswersService, SurveyCompletionLog, SurveyCompletionLogPage, SurveyCompletionLogPatch, SurveyCompletionLogPost, SurveyCompletionLogService, SurveyCreate, SurveyDuplicatePost, SurveyPage, SurveyPatch, SurveyPost, SurveyQuestion, SurveyQuestionOption, SurveyQuestionPage, SurveyQuestionPatch, SurveyQuestionPatchOption, SurveyQuestionPost, SurveyQuestionPostOption, SurveyQuestionType, SurveyQuestionsService, SurveyQuestionsTarget, SurveyReportExtended, SurveyReportExtendedPage, SurveyReportExtendedPatch, SurveyReportExtendedPost, SurveyReportExtendedService, SurveyResponseMode, SurveySubmissionModel, SurveySubmit, SurveySubmitAttendee, SurveySubmitQuestions, SurveyType, SurveysService, Tax, Template, TemplateCreate, TemplateDeal, TemplateDetail, TemplateDetailPage, TemplateDetailPatch, TemplateDetailPost, TemplateDetailsService, TemplateDuplicatePost, TemplateFieldPermission, TemplateFieldPermissionPage, TemplateFieldPermissionPatch, TemplateFieldPermissionPost, TemplateFieldPermissionsService, TemplateFromPost, TemplateOffer, TemplateOfferPage, TemplateOfferPatch, TemplateOfferPost, TemplateOffersService, TemplatePage, TemplatePatch, TemplatePost, TemplateUseResponse, TemplatesService, Tenant, TenantPage, TenantPatch, TenantPost, TenantSetting, TenantStatus, TenantTier, TenantWebsiteSetting, TenantWebsiteSettingPage, TenantWebsiteSettingPatch, TenantWebsiteSettingPost, TenantWebsiteSettingsService, TenantsService, Timezone, TimezoneService, TotalRevenueReport, TotalRevenueReportPage, TotalRevenueReportPatch, TotalRevenueReportPost, TotalRevenueReportService, UnsplashSearchResponse, UnsplashService, UpcomingLayout, UpdateEmailSettings, UpdateOffer, User, UserPage, UserPatch, UserPermission, UserPermissionPage, UserPermissionPatch, UserPermissionPost, UserPermissionsService, UserPost, UserProgramme, UserProgrammePage, UserProgrammePatch, UserProgrammePost, UserProgrammesService, UserProvider, UserProviderPage, UserProviderPatch, UserProviderPost, UserProvidersService, UserRole, UsersService, ValidationError, ValidationResultModel, Venue, VenueBadmintonEnglandReport, VenueBadmintonEnglandReportPage, VenueBadmintonEnglandReportPatch, VenueBadmintonEnglandReportPost, VenueCreate, VenueManager, VenueManagerPage, VenueManagerPatch, VenueManagerPost, VenueManagersService, VenueOpeningHourUpdate, VenueOpeningHours, VenuePage, VenuePatch, VenuePerformance, VenuePerformancePage, VenuePerformancePatch, VenuePerformancePost, VenuePerformanceService, VenuePost, VenuesReport, VenuesReportPage, VenuesReportPatch, VenuesReportPost, VenuesReportService, VenuesService, WaitlistActivity, WaitlistActivityPage, WaitlistActivityPatch, WaitlistActivityPost, WaitlistActivityReport, WaitlistActivityReportPage, WaitlistActivityReportPatch, WaitlistActivityReportPost, WaitlistActivityReportService, WaitlistActivityService, WaitlistConversionStatsResponseDto, WaitlistOpportunity, WaitlistOpportunityPage, WaitlistOpportunityPatch, WaitlistOpportunityPost, WaitlistOpportunityReport, WaitlistOpportunityReportPage, WaitlistOpportunityReportPatch, WaitlistOpportunityReportPost, WaitlistOpportunityReportService, WaitlistOpportunityService };