reach-api-sdk 1.0.166 → 1.0.167

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.
@@ -3650,6 +3650,10 @@ type Session = {
3650
3650
  * Gets or sets a value indicating whether the session is deleted and should be ignored under normal operation.
3651
3651
  */
3652
3652
  deleted?: boolean | null;
3653
+ /**
3654
+ * Gets or sets the template_field_permissions_id.
3655
+ */
3656
+ templateFieldPermissionsId?: string | null;
3653
3657
  /**
3654
3658
  * Gets or sets the storefront url.
3655
3659
  */
@@ -4896,6 +4900,10 @@ type Course = {
4896
4900
  * Gets or sets a value indicating whether the course is deleted and should be ignored under normal operation.
4897
4901
  */
4898
4902
  deleted?: boolean | null;
4903
+ /**
4904
+ * Gets or sets the template_field_permissions_id.
4905
+ */
4906
+ templateFieldPermissionsId?: string | null;
4899
4907
  /**
4900
4908
  * Gets or sets the storefront url.
4901
4909
  */
@@ -7077,7 +7085,7 @@ declare class CountryService {
7077
7085
  }
7078
7086
 
7079
7087
  /**
7080
- * Post model for session offers.
7088
+ * Post model for session deals.
7081
7089
  */
7082
7090
  type CreateDeal = {
7083
7091
  /**
@@ -7310,6 +7318,10 @@ type CourseCreate = {
7310
7318
  * Gets or sets the schedule ids to be made active.
7311
7319
  */
7312
7320
  scheduledCourseSessionIds?: Array<string> | null;
7321
+ /**
7322
+ * Gets or sets the teamplate field permissions used for creating this course.
7323
+ */
7324
+ templateFieldPermissionsId?: string;
7313
7325
  /**
7314
7326
  * Gets or sets the course offers.
7315
7327
  */
@@ -7737,7 +7749,7 @@ declare class CoursesService {
7737
7749
  * @returns CoursePage Success
7738
7750
  * @throws ApiError
7739
7751
  */
7740
- getPage({ id, ids, venueId, programmeId, surveyId, cancellationPolicyId, paymentPolicyId, allowTemplating, archived, deleted, openActiveUpdate, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, online, hasAvailability, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, searchGeoCenter, distance, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
7752
+ getPage({ id, ids, venueId, programmeId, surveyId, cancellationPolicyId, paymentPolicyId, allowTemplating, archived, deleted, openActiveUpdate, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, online, hasAvailability, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, searchGeoCenter, distance, templateFieldPermissionsId, templateFieldPermissionsIds, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
7741
7753
  /**
7742
7754
  * Gets or sets the queryable Course Id.
7743
7755
  */
@@ -7846,6 +7858,14 @@ declare class CoursesService {
7846
7858
  * Gets or sets Distance.
7847
7859
  */
7848
7860
  distance?: number;
7861
+ /**
7862
+ * Gets or sets the queryable course template field permissions Id.
7863
+ */
7864
+ templateFieldPermissionsId?: string;
7865
+ /**
7866
+ * Gets or sets the queryable course template field permission ids.
7867
+ */
7868
+ templateFieldPermissionsIds?: Array<string>;
7849
7869
  /**
7850
7870
  * Gets or sets the page number for paged queries.
7851
7871
  */
@@ -7929,7 +7949,7 @@ declare class CoursesService {
7929
7949
  * @returns boolean Success
7930
7950
  * @throws ApiError
7931
7951
  */
7932
- exists({ id, ids, venueId, programmeId, surveyId, cancellationPolicyId, paymentPolicyId, allowTemplating, archived, deleted, openActiveUpdate, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, online, hasAvailability, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, searchGeoCenter, distance, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
7952
+ exists({ id, ids, venueId, programmeId, surveyId, cancellationPolicyId, paymentPolicyId, allowTemplating, archived, deleted, openActiveUpdate, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, online, hasAvailability, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, searchGeoCenter, distance, templateFieldPermissionsId, templateFieldPermissionsIds, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
7933
7953
  /**
7934
7954
  * Gets or sets the queryable Course Id.
7935
7955
  */
@@ -8038,6 +8058,14 @@ declare class CoursesService {
8038
8058
  * Gets or sets Distance.
8039
8059
  */
8040
8060
  distance?: number;
8061
+ /**
8062
+ * Gets or sets the queryable course template field permissions Id.
8063
+ */
8064
+ templateFieldPermissionsId?: string;
8065
+ /**
8066
+ * Gets or sets the queryable course template field permission ids.
8067
+ */
8068
+ templateFieldPermissionsIds?: Array<string>;
8041
8069
  /**
8042
8070
  * Gets or sets the page number for paged queries.
8043
8071
  */
@@ -8088,7 +8116,7 @@ declare class CoursesService {
8088
8116
  * @returns Course Success
8089
8117
  * @throws ApiError
8090
8118
  */
8091
- getListWithoutReferences({ id, ids, venueId, programmeId, surveyId, cancellationPolicyId, paymentPolicyId, allowTemplating, archived, deleted, openActiveUpdate, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, online, hasAvailability, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, searchGeoCenter, distance, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
8119
+ getListWithoutReferences({ id, ids, venueId, programmeId, surveyId, cancellationPolicyId, paymentPolicyId, allowTemplating, archived, deleted, openActiveUpdate, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, online, hasAvailability, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, searchGeoCenter, distance, templateFieldPermissionsId, templateFieldPermissionsIds, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
8092
8120
  /**
8093
8121
  * Gets or sets the queryable Course Id.
8094
8122
  */
@@ -8197,6 +8225,14 @@ declare class CoursesService {
8197
8225
  * Gets or sets Distance.
8198
8226
  */
8199
8227
  distance?: number;
8228
+ /**
8229
+ * Gets or sets the queryable course template field permissions Id.
8230
+ */
8231
+ templateFieldPermissionsId?: string;
8232
+ /**
8233
+ * Gets or sets the queryable course template field permission ids.
8234
+ */
8235
+ templateFieldPermissionsIds?: Array<string>;
8200
8236
  /**
8201
8237
  * Gets or sets the page number for paged queries.
8202
8238
  */
@@ -8247,7 +8283,7 @@ declare class CoursesService {
8247
8283
  * @returns Course Success
8248
8284
  * @throws ApiError
8249
8285
  */
8250
- getListIdName({ id, ids, venueId, programmeId, surveyId, cancellationPolicyId, paymentPolicyId, allowTemplating, archived, deleted, openActiveUpdate, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, online, hasAvailability, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, searchGeoCenter, distance, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
8286
+ getListIdName({ id, ids, venueId, programmeId, surveyId, cancellationPolicyId, paymentPolicyId, allowTemplating, archived, deleted, openActiveUpdate, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, online, hasAvailability, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, searchGeoCenter, distance, templateFieldPermissionsId, templateFieldPermissionsIds, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
8251
8287
  /**
8252
8288
  * Gets or sets the queryable Course Id.
8253
8289
  */
@@ -8356,6 +8392,14 @@ declare class CoursesService {
8356
8392
  * Gets or sets Distance.
8357
8393
  */
8358
8394
  distance?: number;
8395
+ /**
8396
+ * Gets or sets the queryable course template field permissions Id.
8397
+ */
8398
+ templateFieldPermissionsId?: string;
8399
+ /**
8400
+ * Gets or sets the queryable course template field permission ids.
8401
+ */
8402
+ templateFieldPermissionsIds?: Array<string>;
8359
8403
  /**
8360
8404
  * Gets or sets the page number for paged queries.
8361
8405
  */
@@ -26234,7 +26278,7 @@ declare class PublicCoursesService {
26234
26278
  * @returns CoursePage Success
26235
26279
  * @throws ApiError
26236
26280
  */
26237
- getPage({ xTenantSubdomain, id, ids, venueId, programmeId, surveyId, cancellationPolicyId, paymentPolicyId, allowTemplating, archived, deleted, openActiveUpdate, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, online, hasAvailability, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, searchGeoCenter, distance, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
26281
+ getPage({ xTenantSubdomain, id, ids, venueId, programmeId, surveyId, cancellationPolicyId, paymentPolicyId, allowTemplating, archived, deleted, openActiveUpdate, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, online, hasAvailability, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, searchGeoCenter, distance, templateFieldPermissionsId, templateFieldPermissionsIds, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
26238
26282
  xTenantSubdomain?: string;
26239
26283
  /**
26240
26284
  * Gets or sets the queryable Course Id.
@@ -26344,6 +26388,14 @@ declare class PublicCoursesService {
26344
26388
  * Gets or sets Distance.
26345
26389
  */
26346
26390
  distance?: number;
26391
+ /**
26392
+ * Gets or sets the queryable course template field permissions Id.
26393
+ */
26394
+ templateFieldPermissionsId?: string;
26395
+ /**
26396
+ * Gets or sets the queryable course template field permission ids.
26397
+ */
26398
+ templateFieldPermissionsIds?: Array<string>;
26347
26399
  /**
26348
26400
  * Gets or sets the page number for paged queries.
26349
26401
  */
@@ -26454,7 +26506,7 @@ declare class PublicCoursesService {
26454
26506
  * @returns boolean Success
26455
26507
  * @throws ApiError
26456
26508
  */
26457
- exists({ xTenantSubdomain, id, ids, venueId, programmeId, surveyId, cancellationPolicyId, paymentPolicyId, allowTemplating, archived, deleted, openActiveUpdate, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, online, hasAvailability, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, searchGeoCenter, distance, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
26509
+ exists({ xTenantSubdomain, id, ids, venueId, programmeId, surveyId, cancellationPolicyId, paymentPolicyId, allowTemplating, archived, deleted, openActiveUpdate, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, online, hasAvailability, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, searchGeoCenter, distance, templateFieldPermissionsId, templateFieldPermissionsIds, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
26458
26510
  /**
26459
26511
  * The tenants subdomain.
26460
26512
  */
@@ -26567,6 +26619,14 @@ declare class PublicCoursesService {
26567
26619
  * Gets or sets Distance.
26568
26620
  */
26569
26621
  distance?: number;
26622
+ /**
26623
+ * Gets or sets the queryable course template field permissions Id.
26624
+ */
26625
+ templateFieldPermissionsId?: string;
26626
+ /**
26627
+ * Gets or sets the queryable course template field permission ids.
26628
+ */
26629
+ templateFieldPermissionsIds?: Array<string>;
26570
26630
  /**
26571
26631
  * Gets or sets the page number for paged queries.
26572
26632
  */
@@ -28242,7 +28302,7 @@ declare class PublicNetworksService {
28242
28302
  * @returns SessionPage Success
28243
28303
  * @throws ApiError
28244
28304
  */
28245
- getSessions({ ids, venueId, surveyId, cancellationPolicyId, paymentPolicyId, futureOnly, online, programmeId, includeNextOpportunity, allowTemplating, archived, deleted, openActiveUpdate, networkId, distance, minAgeLte, minAgeGte, maxAgeLte, maxAgeGte, priceTotalGte, priceTotalLte, timeOfDay, dateFrom, dateTo, gender, periodsOfWeek, searchGeoCenter, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
28305
+ getSessions({ ids, venueId, surveyId, cancellationPolicyId, paymentPolicyId, futureOnly, online, programmeId, includeNextOpportunity, allowTemplating, archived, deleted, openActiveUpdate, 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, }: {
28246
28306
  /**
28247
28307
  * Gets or sets the queryable session ids.
28248
28308
  */
@@ -28351,6 +28411,14 @@ declare class PublicNetworksService {
28351
28411
  * Gets or sets SearchGeoCenter.
28352
28412
  */
28353
28413
  searchGeoCenter?: string;
28414
+ /**
28415
+ * Gets or sets the queryable session template field permissions Id.
28416
+ */
28417
+ templateFieldPermissionsId?: string;
28418
+ /**
28419
+ * Gets or sets the queryable session template field permission ids.
28420
+ */
28421
+ templateFieldPermissionsIds?: Array<string>;
28354
28422
  /**
28355
28423
  * Gets or sets the page number for paged queries.
28356
28424
  */
@@ -31001,7 +31069,7 @@ declare class PublicSessionsService {
31001
31069
  * @returns SessionPage Success
31002
31070
  * @throws ApiError
31003
31071
  */
31004
- getPage({ xTenantSubdomain, ids, venueId, surveyId, cancellationPolicyId, paymentPolicyId, futureOnly, online, programmeId, includeNextOpportunity, allowTemplating, archived, deleted, openActiveUpdate, networkId, distance, minAgeLte, minAgeGte, maxAgeLte, maxAgeGte, priceTotalGte, priceTotalLte, timeOfDay, dateFrom, dateTo, gender, periodsOfWeek, searchGeoCenter, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
31072
+ getPage({ xTenantSubdomain, ids, venueId, surveyId, cancellationPolicyId, paymentPolicyId, futureOnly, online, programmeId, includeNextOpportunity, allowTemplating, archived, deleted, openActiveUpdate, 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, }: {
31005
31073
  xTenantSubdomain?: string;
31006
31074
  /**
31007
31075
  * Gets or sets the queryable session ids.
@@ -31111,6 +31179,14 @@ declare class PublicSessionsService {
31111
31179
  * Gets or sets SearchGeoCenter.
31112
31180
  */
31113
31181
  searchGeoCenter?: string;
31182
+ /**
31183
+ * Gets or sets the queryable session template field permissions Id.
31184
+ */
31185
+ templateFieldPermissionsId?: string;
31186
+ /**
31187
+ * Gets or sets the queryable session template field permission ids.
31188
+ */
31189
+ templateFieldPermissionsIds?: Array<string>;
31114
31190
  /**
31115
31191
  * Gets or sets the page number for paged queries.
31116
31192
  */
@@ -31395,7 +31471,7 @@ declare class PublicSessionsService {
31395
31471
  * @returns boolean Success
31396
31472
  * @throws ApiError
31397
31473
  */
31398
- exists({ xTenantSubdomain, ids, venueId, surveyId, cancellationPolicyId, paymentPolicyId, futureOnly, online, programmeId, includeNextOpportunity, allowTemplating, archived, deleted, openActiveUpdate, networkId, distance, minAgeLte, minAgeGte, maxAgeLte, maxAgeGte, priceTotalGte, priceTotalLte, timeOfDay, dateFrom, dateTo, gender, periodsOfWeek, searchGeoCenter, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
31474
+ exists({ xTenantSubdomain, ids, venueId, surveyId, cancellationPolicyId, paymentPolicyId, futureOnly, online, programmeId, includeNextOpportunity, allowTemplating, archived, deleted, openActiveUpdate, 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, }: {
31399
31475
  /**
31400
31476
  * The tenants subdomain.
31401
31477
  */
@@ -31508,6 +31584,14 @@ declare class PublicSessionsService {
31508
31584
  * Gets or sets SearchGeoCenter.
31509
31585
  */
31510
31586
  searchGeoCenter?: string;
31587
+ /**
31588
+ * Gets or sets the queryable session template field permissions Id.
31589
+ */
31590
+ templateFieldPermissionsId?: string;
31591
+ /**
31592
+ * Gets or sets the queryable session template field permission ids.
31593
+ */
31594
+ templateFieldPermissionsIds?: Array<string>;
31511
31595
  /**
31512
31596
  * Gets or sets the page number for paged queries.
31513
31597
  */
@@ -37867,6 +37951,10 @@ type SessionCreate = {
37867
37951
  * Gets or sets the contact email.
37868
37952
  */
37869
37953
  contactEmail?: string | null;
37954
+ /**
37955
+ * Gets or sets the teamplate field permissions used for creating this course.
37956
+ */
37957
+ templateFieldPermissionsId?: string;
37870
37958
  venue?: CreateVenue;
37871
37959
  /**
37872
37960
  * Gets or sets the the schedule ids to be made active.
@@ -38045,7 +38133,7 @@ declare class SessionsService {
38045
38133
  * @returns SessionPage Success
38046
38134
  * @throws ApiError
38047
38135
  */
38048
- getPage({ ids, venueId, surveyId, cancellationPolicyId, paymentPolicyId, futureOnly, online, programmeId, includeNextOpportunity, allowTemplating, archived, deleted, openActiveUpdate, networkId, distance, minAgeLte, minAgeGte, maxAgeLte, maxAgeGte, priceTotalGte, priceTotalLte, timeOfDay, dateFrom, dateTo, gender, periodsOfWeek, searchGeoCenter, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
38136
+ getPage({ ids, venueId, surveyId, cancellationPolicyId, paymentPolicyId, futureOnly, online, programmeId, includeNextOpportunity, allowTemplating, archived, deleted, openActiveUpdate, 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, }: {
38049
38137
  /**
38050
38138
  * Gets or sets the queryable session ids.
38051
38139
  */
@@ -38154,6 +38242,14 @@ declare class SessionsService {
38154
38242
  * Gets or sets SearchGeoCenter.
38155
38243
  */
38156
38244
  searchGeoCenter?: string;
38245
+ /**
38246
+ * Gets or sets the queryable session template field permissions Id.
38247
+ */
38248
+ templateFieldPermissionsId?: string;
38249
+ /**
38250
+ * Gets or sets the queryable session template field permission ids.
38251
+ */
38252
+ templateFieldPermissionsIds?: Array<string>;
38157
38253
  /**
38158
38254
  * Gets or sets the page number for paged queries.
38159
38255
  */
@@ -38237,7 +38333,7 @@ declare class SessionsService {
38237
38333
  * @returns boolean Success
38238
38334
  * @throws ApiError
38239
38335
  */
38240
- exists({ ids, venueId, surveyId, cancellationPolicyId, paymentPolicyId, futureOnly, online, programmeId, includeNextOpportunity, allowTemplating, archived, deleted, openActiveUpdate, networkId, distance, minAgeLte, minAgeGte, maxAgeLte, maxAgeGte, priceTotalGte, priceTotalLte, timeOfDay, dateFrom, dateTo, gender, periodsOfWeek, searchGeoCenter, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
38336
+ exists({ ids, venueId, surveyId, cancellationPolicyId, paymentPolicyId, futureOnly, online, programmeId, includeNextOpportunity, allowTemplating, archived, deleted, openActiveUpdate, 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, }: {
38241
38337
  /**
38242
38338
  * Gets or sets the queryable session ids.
38243
38339
  */
@@ -38346,6 +38442,14 @@ declare class SessionsService {
38346
38442
  * Gets or sets SearchGeoCenter.
38347
38443
  */
38348
38444
  searchGeoCenter?: string;
38445
+ /**
38446
+ * Gets or sets the queryable session template field permissions Id.
38447
+ */
38448
+ templateFieldPermissionsId?: string;
38449
+ /**
38450
+ * Gets or sets the queryable session template field permission ids.
38451
+ */
38452
+ templateFieldPermissionsIds?: Array<string>;
38349
38453
  /**
38350
38454
  * Gets or sets the page number for paged queries.
38351
38455
  */
@@ -38396,7 +38500,7 @@ declare class SessionsService {
38396
38500
  * @returns Session Success
38397
38501
  * @throws ApiError
38398
38502
  */
38399
- getListWithoutReferences({ ids, venueId, surveyId, cancellationPolicyId, paymentPolicyId, futureOnly, online, programmeId, includeNextOpportunity, allowTemplating, archived, deleted, openActiveUpdate, networkId, distance, minAgeLte, minAgeGte, maxAgeLte, maxAgeGte, priceTotalGte, priceTotalLte, timeOfDay, dateFrom, dateTo, gender, periodsOfWeek, searchGeoCenter, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
38503
+ getListWithoutReferences({ ids, venueId, surveyId, cancellationPolicyId, paymentPolicyId, futureOnly, online, programmeId, includeNextOpportunity, allowTemplating, archived, deleted, openActiveUpdate, 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, }: {
38400
38504
  /**
38401
38505
  * Gets or sets the queryable session ids.
38402
38506
  */
@@ -38505,6 +38609,14 @@ declare class SessionsService {
38505
38609
  * Gets or sets SearchGeoCenter.
38506
38610
  */
38507
38611
  searchGeoCenter?: string;
38612
+ /**
38613
+ * Gets or sets the queryable session template field permissions Id.
38614
+ */
38615
+ templateFieldPermissionsId?: string;
38616
+ /**
38617
+ * Gets or sets the queryable session template field permission ids.
38618
+ */
38619
+ templateFieldPermissionsIds?: Array<string>;
38508
38620
  /**
38509
38621
  * Gets or sets the page number for paged queries.
38510
38622
  */
@@ -38555,7 +38667,7 @@ declare class SessionsService {
38555
38667
  * @returns Session Success
38556
38668
  * @throws ApiError
38557
38669
  */
38558
- getListIdName({ ids, venueId, surveyId, cancellationPolicyId, paymentPolicyId, futureOnly, online, programmeId, includeNextOpportunity, allowTemplating, archived, deleted, openActiveUpdate, networkId, distance, minAgeLte, minAgeGte, maxAgeLte, maxAgeGte, priceTotalGte, priceTotalLte, timeOfDay, dateFrom, dateTo, gender, periodsOfWeek, searchGeoCenter, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
38670
+ getListIdName({ ids, venueId, surveyId, cancellationPolicyId, paymentPolicyId, futureOnly, online, programmeId, includeNextOpportunity, allowTemplating, archived, deleted, openActiveUpdate, 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, }: {
38559
38671
  /**
38560
38672
  * Gets or sets the queryable session ids.
38561
38673
  */
@@ -38664,6 +38776,14 @@ declare class SessionsService {
38664
38776
  * Gets or sets SearchGeoCenter.
38665
38777
  */
38666
38778
  searchGeoCenter?: string;
38779
+ /**
38780
+ * Gets or sets the queryable session template field permissions Id.
38781
+ */
38782
+ templateFieldPermissionsId?: string;
38783
+ /**
38784
+ * Gets or sets the queryable session template field permission ids.
38785
+ */
38786
+ templateFieldPermissionsIds?: Array<string>;
38667
38787
  /**
38668
38788
  * Gets or sets the page number for paged queries.
38669
38789
  */
@@ -43540,9 +43660,18 @@ declare class SurveysService {
43540
43660
  }
43541
43661
 
43542
43662
  /**
43543
- * Represents a Template Offers within the Reach application.
43663
+ * The field permission type.
43544
43664
  */
43545
- type TemplateDeal = {
43665
+ declare enum FieldPermission {
43666
+ DISABLED = "Disabled",
43667
+ REQUIRED = "Required",
43668
+ OPTIONAL = "Optional"
43669
+ }
43670
+
43671
+ /**
43672
+ * Represents a Template Detail within the Reach application.
43673
+ */
43674
+ type TemplateFieldPermission = {
43546
43675
  /**
43547
43676
  * Gets or sets the entities Id.
43548
43677
  */
@@ -43568,13 +43697,40 @@ type TemplateDeal = {
43568
43697
  */
43569
43698
  isLive: boolean;
43570
43699
  /**
43571
- * Gets or sets the template detail id.
43700
+ * Gets or sets the field permissions template detail id.
43572
43701
  */
43573
43702
  templateDetailId?: string;
43574
- /**
43575
- * Gets or sets the template deal id.
43576
- */
43577
- dealId?: string;
43703
+ providerId?: FieldPermission;
43704
+ venueId?: FieldPermission;
43705
+ activityId?: FieldPermission;
43706
+ programmeId?: FieldPermission;
43707
+ postCompletionSurveyId?: FieldPermission;
43708
+ surveyId?: FieldPermission;
43709
+ cancellationPolicyId?: FieldPermission;
43710
+ paymentPolicyId?: FieldPermission;
43711
+ name?: FieldPermission;
43712
+ description?: FieldPermission;
43713
+ imageUrl?: FieldPermission;
43714
+ meetingInstructions?: FieldPermission;
43715
+ equipmentRequired?: FieldPermission;
43716
+ capacity?: FieldPermission;
43717
+ capacityUnlimited?: FieldPermission;
43718
+ gender?: FieldPermission;
43719
+ minAge?: FieldPermission;
43720
+ maxAge?: FieldPermission;
43721
+ noAgeRestriction?: FieldPermission;
43722
+ additionalSupport?: FieldPermission;
43723
+ contactName?: FieldPermission;
43724
+ contactPhone?: FieldPermission;
43725
+ contactEmail?: FieldPermission;
43726
+ orderConfimationText?: FieldPermission;
43727
+ postCompletionSubject?: FieldPermission;
43728
+ postCompletionText?: FieldPermission;
43729
+ reminderEmailText?: FieldPermission;
43730
+ reminderHoursBeforeStart?: FieldPermission;
43731
+ bookingCutoff?: FieldPermission;
43732
+ deals?: FieldPermission;
43733
+ offers?: FieldPermission;
43578
43734
  };
43579
43735
 
43580
43736
  /**
@@ -43781,14 +43937,11 @@ type TemplateDetail = {
43781
43937
  * Gets or sets the templates referenced offers.
43782
43938
  */
43783
43939
  offers?: Array<TemplateOffer> | null;
43784
- /**
43785
- * Gets or sets the templates referenced template deals.
43786
- */
43787
- templateDeals?: Array<TemplateDeal> | null;
43788
43940
  /**
43789
43941
  * Gets or sets the templates referenced deals.
43790
43942
  */
43791
43943
  deals?: Array<Deal> | null;
43944
+ fieldPermissions?: TemplateFieldPermission;
43792
43945
  };
43793
43946
 
43794
43947
  type TemplateDetailPage = {
@@ -43796,6 +43949,44 @@ type TemplateDetailPage = {
43796
43949
  readonly items: Array<TemplateDetail>;
43797
43950
  };
43798
43951
 
43952
+ /**
43953
+ * Represents a Template Offers within the Reach application.
43954
+ */
43955
+ type TemplateDeal = {
43956
+ /**
43957
+ * Gets or sets the entities Id.
43958
+ */
43959
+ id?: string;
43960
+ /**
43961
+ * Gets or sets the tenant Id.
43962
+ */
43963
+ tenantId: string;
43964
+ /**
43965
+ * Gets or sets the created date of this entity.
43966
+ */
43967
+ dateCreated: string;
43968
+ /**
43969
+ * Gets or sets the last modified date of this entity.
43970
+ */
43971
+ dateModified: string;
43972
+ /**
43973
+ * Gets or sets the modified by Id.
43974
+ */
43975
+ modifiedById?: string | null;
43976
+ /**
43977
+ * Gets or sets a value indicating whether the record is live and available for use within the application.
43978
+ */
43979
+ isLive: boolean;
43980
+ /**
43981
+ * Gets or sets the template detail id.
43982
+ */
43983
+ templateDetailId?: string;
43984
+ /**
43985
+ * Gets or sets the template deal id.
43986
+ */
43987
+ dealId?: string;
43988
+ };
43989
+
43799
43990
  /**
43800
43991
  * Post model for template detail updates.
43801
43992
  */
@@ -43926,6 +44117,7 @@ type TemplateDetailPatch = {
43926
44117
  * Gets or sets the templates referenced deals.
43927
44118
  */
43928
44119
  deals?: Array<TemplateDeal> | null;
44120
+ fieldPermissions?: TemplateFieldPermission;
43929
44121
  };
43930
44122
 
43931
44123
  /**
@@ -44263,6 +44455,379 @@ declare class TemplateDetailsService {
44263
44455
  }): CancelablePromise<Array<TemplateDetail>>;
44264
44456
  }
44265
44457
 
44458
+ type TemplateFieldPermissionPage = {
44459
+ pagination: Pagination;
44460
+ readonly items: Array<TemplateFieldPermission>;
44461
+ };
44462
+
44463
+ /**
44464
+ * Post model for template detail updates.
44465
+ */
44466
+ type TemplateFieldPermissionPatch = {
44467
+ /**
44468
+ * Gets or sets the tenant Id.
44469
+ */
44470
+ tenantId: string;
44471
+ /**
44472
+ * Gets or sets the Id.
44473
+ */
44474
+ id: string;
44475
+ providerId?: FieldPermission;
44476
+ venueId?: FieldPermission;
44477
+ activityId?: FieldPermission;
44478
+ programmeId?: FieldPermission;
44479
+ postCompletionSurveyId?: FieldPermission;
44480
+ surveyId?: FieldPermission;
44481
+ cancellationPolicyId?: FieldPermission;
44482
+ paymentPolicyId?: FieldPermission;
44483
+ name?: FieldPermission;
44484
+ description?: FieldPermission;
44485
+ imageUrl?: FieldPermission;
44486
+ meetingInstructions?: FieldPermission;
44487
+ equipmentRequired?: FieldPermission;
44488
+ capacity?: FieldPermission;
44489
+ capacityUnlimited?: FieldPermission;
44490
+ gender?: FieldPermission;
44491
+ minAge?: FieldPermission;
44492
+ maxAge?: FieldPermission;
44493
+ noAgeRestriction?: FieldPermission;
44494
+ additionalSupport?: FieldPermission;
44495
+ contactName?: FieldPermission;
44496
+ contactPhone?: FieldPermission;
44497
+ contactEmail?: FieldPermission;
44498
+ orderConfimationText?: FieldPermission;
44499
+ postCompletionSubject?: FieldPermission;
44500
+ postCompletionText?: FieldPermission;
44501
+ reminderEmailText?: FieldPermission;
44502
+ reminderHoursBeforeStart?: FieldPermission;
44503
+ bookingCutoff?: FieldPermission;
44504
+ deals?: FieldPermission;
44505
+ offers?: FieldPermission;
44506
+ };
44507
+
44508
+ /**
44509
+ * Post model for template detail inserts.
44510
+ */
44511
+ type TemplateFieldPermissionPost = {
44512
+ /**
44513
+ * Gets or sets the tenant Id.
44514
+ */
44515
+ tenantId: string;
44516
+ };
44517
+
44518
+ declare class TemplateFieldPermissionsService {
44519
+ readonly httpRequest: BaseHttpRequest;
44520
+ constructor(httpRequest: BaseHttpRequest);
44521
+ /**
44522
+ * Inserts a new resource. The Id will be automatically generated and will be ignored if provided.
44523
+ * @returns TemplateFieldPermission Success
44524
+ * @throws ApiError
44525
+ */
44526
+ post({ requestBody, }: {
44527
+ /**
44528
+ * The <typeparamref name="TObject" /> model.
44529
+ */
44530
+ requestBody?: TemplateFieldPermissionPost;
44531
+ }): CancelablePromise<TemplateFieldPermission>;
44532
+ /**
44533
+ * Patches the resource.
44534
+ * @returns TemplateFieldPermission Success
44535
+ * @throws ApiError
44536
+ */
44537
+ patch({ requestBody, }: {
44538
+ /**
44539
+ * The <typeparamref name="TObject" /> model.
44540
+ */
44541
+ requestBody?: TemplateFieldPermissionPatch;
44542
+ }): CancelablePromise<TemplateFieldPermission>;
44543
+ /**
44544
+ * Inserts a list of resources.
44545
+ * @returns TemplateFieldPermission Success
44546
+ * @throws ApiError
44547
+ */
44548
+ postList({ requestBody, }: {
44549
+ /**
44550
+ * The list of <typeparamref name="TObject" />.
44551
+ */
44552
+ requestBody?: Array<TemplateFieldPermissionPost>;
44553
+ }): CancelablePromise<Array<TemplateFieldPermission>>;
44554
+ /**
44555
+ * Patches the resource.
44556
+ * @returns TemplateFieldPermission Success
44557
+ * @throws ApiError
44558
+ */
44559
+ patchWithReferences({ requestBody, }: {
44560
+ /**
44561
+ * The <typeparamref name="TObject" /> model.
44562
+ */
44563
+ requestBody?: TemplateFieldPermissionPatch;
44564
+ }): CancelablePromise<TemplateFieldPermission>;
44565
+ /**
44566
+ * Deletes the resource.
44567
+ * @returns any Success
44568
+ * @throws ApiError
44569
+ */
44570
+ deleteByObject({ requestBody, }: {
44571
+ /**
44572
+ * The <typeparamref name="TObject" /> model.
44573
+ */
44574
+ requestBody?: TemplateFieldPermission;
44575
+ }): CancelablePromise<any>;
44576
+ /**
44577
+ * Gets a list of resources.
44578
+ * @returns TemplateFieldPermissionPage Success
44579
+ * @throws ApiError
44580
+ */
44581
+ getPage({ templateDetailId, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
44582
+ /**
44583
+ * Gets or sets the queryable template detail id.
44584
+ */
44585
+ templateDetailId?: string;
44586
+ /**
44587
+ * Gets or sets the page number for paged queries.
44588
+ */
44589
+ pageNumber?: number;
44590
+ /**
44591
+ * Gets or sets the result count limit, always applicable Paged queries, only applicable to List queries if LimitListRequests is set to true.
44592
+ */
44593
+ take?: number;
44594
+ /**
44595
+ * Gets or sets how much items to skip from begining of db table, when this is set page is always 1.
44596
+ */
44597
+ skip?: number;
44598
+ /**
44599
+ * Gets or sets a value indicating whether to apply a limit to the number of results returned in a GetList request.
44600
+ */
44601
+ limitListRequests?: boolean;
44602
+ /**
44603
+ * Gets or sets the Tenant Id.
44604
+ */
44605
+ tenantId?: string;
44606
+ /**
44607
+ * Gets or sets the Modifed By Id.
44608
+ */
44609
+ modifiedById?: string;
44610
+ /**
44611
+ * Gets or sets the Modifed By Ids.
44612
+ */
44613
+ modifiedByIds?: Array<string>;
44614
+ /**
44615
+ * Gets or sets the Date Created greater than equal to.
44616
+ */
44617
+ dateCreatedGte?: string;
44618
+ /**
44619
+ * Gets or sets the Date Created less than equal to.
44620
+ */
44621
+ dateCreatedLte?: string;
44622
+ /**
44623
+ * Gets or sets the queryable only is live status.
44624
+ */
44625
+ isLive?: boolean;
44626
+ /**
44627
+ * Gets or sets the sort order direction.
44628
+ */
44629
+ sortOrderDirection?: SearchSortOrderDirection;
44630
+ }): CancelablePromise<TemplateFieldPermissionPage>;
44631
+ /**
44632
+ * Deletes the resource.
44633
+ * @returns any Success
44634
+ * @throws ApiError
44635
+ */
44636
+ deleteById({ id, }: {
44637
+ /**
44638
+ * The <typeparamref name="TObject" /> id.
44639
+ */
44640
+ id: string;
44641
+ }): CancelablePromise<any>;
44642
+ /**
44643
+ * Gets the resource by its Id.
44644
+ * @returns TemplateFieldPermission Success
44645
+ * @throws ApiError
44646
+ */
44647
+ getObject({ id, }: {
44648
+ /**
44649
+ * The <typeparamref name="TObject" /> id.
44650
+ */
44651
+ id: string;
44652
+ }): CancelablePromise<TemplateFieldPermission>;
44653
+ /**
44654
+ * Returns a value indicating whether the resource is deletable.
44655
+ * @returns boolean Success
44656
+ * @throws ApiError
44657
+ */
44658
+ canDelete({ id, }: {
44659
+ /**
44660
+ * The <typeparamref name="TObject" /> id.
44661
+ */
44662
+ id: string;
44663
+ }): CancelablePromise<boolean>;
44664
+ /**
44665
+ * Returns a value indicating whether the resource exists in the database given the provided search params.
44666
+ * @returns boolean Success
44667
+ * @throws ApiError
44668
+ */
44669
+ exists({ templateDetailId, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
44670
+ /**
44671
+ * Gets or sets the queryable template detail id.
44672
+ */
44673
+ templateDetailId?: string;
44674
+ /**
44675
+ * Gets or sets the page number for paged queries.
44676
+ */
44677
+ pageNumber?: number;
44678
+ /**
44679
+ * Gets or sets the result count limit, always applicable Paged queries, only applicable to List queries if LimitListRequests is set to true.
44680
+ */
44681
+ take?: number;
44682
+ /**
44683
+ * Gets or sets how much items to skip from begining of db table, when this is set page is always 1.
44684
+ */
44685
+ skip?: number;
44686
+ /**
44687
+ * Gets or sets a value indicating whether to apply a limit to the number of results returned in a GetList request.
44688
+ */
44689
+ limitListRequests?: boolean;
44690
+ /**
44691
+ * Gets or sets the Tenant Id.
44692
+ */
44693
+ tenantId?: string;
44694
+ /**
44695
+ * Gets or sets the Modifed By Id.
44696
+ */
44697
+ modifiedById?: string;
44698
+ /**
44699
+ * Gets or sets the Modifed By Ids.
44700
+ */
44701
+ modifiedByIds?: Array<string>;
44702
+ /**
44703
+ * Gets or sets the Date Created greater than equal to.
44704
+ */
44705
+ dateCreatedGte?: string;
44706
+ /**
44707
+ * Gets or sets the Date Created less than equal to.
44708
+ */
44709
+ dateCreatedLte?: string;
44710
+ /**
44711
+ * Gets or sets the queryable only is live status.
44712
+ */
44713
+ isLive?: boolean;
44714
+ /**
44715
+ * Gets or sets the sort order direction.
44716
+ */
44717
+ sortOrderDirection?: SearchSortOrderDirection;
44718
+ }): CancelablePromise<boolean>;
44719
+ /**
44720
+ * Gets a list of resources unpaged and without references.
44721
+ * @returns TemplateFieldPermission Success
44722
+ * @throws ApiError
44723
+ */
44724
+ getListWithoutReferences({ templateDetailId, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
44725
+ /**
44726
+ * Gets or sets the queryable template detail id.
44727
+ */
44728
+ templateDetailId?: string;
44729
+ /**
44730
+ * Gets or sets the page number for paged queries.
44731
+ */
44732
+ pageNumber?: number;
44733
+ /**
44734
+ * Gets or sets the result count limit, always applicable Paged queries, only applicable to List queries if LimitListRequests is set to true.
44735
+ */
44736
+ take?: number;
44737
+ /**
44738
+ * Gets or sets how much items to skip from begining of db table, when this is set page is always 1.
44739
+ */
44740
+ skip?: number;
44741
+ /**
44742
+ * Gets or sets a value indicating whether to apply a limit to the number of results returned in a GetList request.
44743
+ */
44744
+ limitListRequests?: boolean;
44745
+ /**
44746
+ * Gets or sets the Tenant Id.
44747
+ */
44748
+ tenantId?: string;
44749
+ /**
44750
+ * Gets or sets the Modifed By Id.
44751
+ */
44752
+ modifiedById?: string;
44753
+ /**
44754
+ * Gets or sets the Modifed By Ids.
44755
+ */
44756
+ modifiedByIds?: Array<string>;
44757
+ /**
44758
+ * Gets or sets the Date Created greater than equal to.
44759
+ */
44760
+ dateCreatedGte?: string;
44761
+ /**
44762
+ * Gets or sets the Date Created less than equal to.
44763
+ */
44764
+ dateCreatedLte?: string;
44765
+ /**
44766
+ * Gets or sets the queryable only is live status.
44767
+ */
44768
+ isLive?: boolean;
44769
+ /**
44770
+ * Gets or sets the sort order direction.
44771
+ */
44772
+ sortOrderDirection?: SearchSortOrderDirection;
44773
+ }): CancelablePromise<Array<TemplateFieldPermission>>;
44774
+ /**
44775
+ * Gets a list of resources.
44776
+ * @returns TemplateFieldPermission Success
44777
+ * @throws ApiError
44778
+ */
44779
+ getListIdName({ templateDetailId, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
44780
+ /**
44781
+ * Gets or sets the queryable template detail id.
44782
+ */
44783
+ templateDetailId?: string;
44784
+ /**
44785
+ * Gets or sets the page number for paged queries.
44786
+ */
44787
+ pageNumber?: number;
44788
+ /**
44789
+ * Gets or sets the result count limit, always applicable Paged queries, only applicable to List queries if LimitListRequests is set to true.
44790
+ */
44791
+ take?: number;
44792
+ /**
44793
+ * Gets or sets how much items to skip from begining of db table, when this is set page is always 1.
44794
+ */
44795
+ skip?: number;
44796
+ /**
44797
+ * Gets or sets a value indicating whether to apply a limit to the number of results returned in a GetList request.
44798
+ */
44799
+ limitListRequests?: boolean;
44800
+ /**
44801
+ * Gets or sets the Tenant Id.
44802
+ */
44803
+ tenantId?: string;
44804
+ /**
44805
+ * Gets or sets the Modifed By Id.
44806
+ */
44807
+ modifiedById?: string;
44808
+ /**
44809
+ * Gets or sets the Modifed By Ids.
44810
+ */
44811
+ modifiedByIds?: Array<string>;
44812
+ /**
44813
+ * Gets or sets the Date Created greater than equal to.
44814
+ */
44815
+ dateCreatedGte?: string;
44816
+ /**
44817
+ * Gets or sets the Date Created less than equal to.
44818
+ */
44819
+ dateCreatedLte?: string;
44820
+ /**
44821
+ * Gets or sets the queryable only is live status.
44822
+ */
44823
+ isLive?: boolean;
44824
+ /**
44825
+ * Gets or sets the sort order direction.
44826
+ */
44827
+ sortOrderDirection?: SearchSortOrderDirection;
44828
+ }): CancelablePromise<Array<TemplateFieldPermission>>;
44829
+ }
44830
+
44266
44831
  type TemplateOfferPage = {
44267
44832
  pagination: Pagination;
44268
44833
  readonly items: Array<TemplateOffer>;
@@ -44649,6 +45214,71 @@ type Template = {
44649
45214
  details: TemplateDetail;
44650
45215
  };
44651
45216
 
45217
+ /**
45218
+ * Post model for template field permissions.
45219
+ */
45220
+ type CreateTemplateFieldPermission = {
45221
+ /**
45222
+ * Gets or sets the entities Id.
45223
+ */
45224
+ id?: string;
45225
+ /**
45226
+ * Gets or sets the tenant Id.
45227
+ */
45228
+ tenantId: string;
45229
+ /**
45230
+ * Gets or sets the created date of this entity.
45231
+ */
45232
+ dateCreated: string;
45233
+ /**
45234
+ * Gets or sets the last modified date of this entity.
45235
+ */
45236
+ dateModified: string;
45237
+ /**
45238
+ * Gets or sets the modified by Id.
45239
+ */
45240
+ modifiedById?: string | null;
45241
+ /**
45242
+ * Gets or sets a value indicating whether the record is live and available for use within the application.
45243
+ */
45244
+ isLive: boolean;
45245
+ /**
45246
+ * Gets or sets the field permissions template detail id.
45247
+ */
45248
+ templateDetailId?: string;
45249
+ providerId?: FieldPermission;
45250
+ venueId?: FieldPermission;
45251
+ activityId?: FieldPermission;
45252
+ programmeId?: FieldPermission;
45253
+ postCompletionSurveyId?: FieldPermission;
45254
+ surveyId?: FieldPermission;
45255
+ cancellationPolicyId?: FieldPermission;
45256
+ paymentPolicyId?: FieldPermission;
45257
+ name?: FieldPermission;
45258
+ description?: FieldPermission;
45259
+ imageUrl?: FieldPermission;
45260
+ meetingInstructions?: FieldPermission;
45261
+ equipmentRequired?: FieldPermission;
45262
+ capacity?: FieldPermission;
45263
+ capacityUnlimited?: FieldPermission;
45264
+ gender?: FieldPermission;
45265
+ minAge?: FieldPermission;
45266
+ maxAge?: FieldPermission;
45267
+ noAgeRestriction?: FieldPermission;
45268
+ additionalSupport?: FieldPermission;
45269
+ contactName?: FieldPermission;
45270
+ contactPhone?: FieldPermission;
45271
+ contactEmail?: FieldPermission;
45272
+ orderConfimationText?: FieldPermission;
45273
+ postCompletionSubject?: FieldPermission;
45274
+ postCompletionText?: FieldPermission;
45275
+ reminderEmailText?: FieldPermission;
45276
+ reminderHoursBeforeStart?: FieldPermission;
45277
+ bookingCutoff?: FieldPermission;
45278
+ deals?: FieldPermission;
45279
+ offers?: FieldPermission;
45280
+ };
45281
+
44652
45282
  /**
44653
45283
  * Post model for session offers.
44654
45284
  */
@@ -44771,6 +45401,7 @@ type CreateTemplateDetail = {
44771
45401
  * Gets or sets the templates referenced deals.
44772
45402
  */
44773
45403
  deals?: Array<CreateDeal> | null;
45404
+ fieldPermissions?: CreateTemplateFieldPermission;
44774
45405
  };
44775
45406
 
44776
45407
  /**
@@ -53065,6 +53696,7 @@ declare class ApiClient {
53065
53696
  readonly surveyReportExtended: SurveyReportExtendedService;
53066
53697
  readonly surveys: SurveysService;
53067
53698
  readonly templateDetails: TemplateDetailsService;
53699
+ readonly templateFieldPermissions: TemplateFieldPermissionsService;
53068
53700
  readonly templateOffers: TemplateOffersService;
53069
53701
  readonly templates: TemplatesService;
53070
53702
  readonly tenants: TenantsService;
@@ -53215,4 +53847,4 @@ type ValidationResultModel = {
53215
53847
  readonly errors?: Array<ValidationError> | null;
53216
53848
  };
53217
53849
 
53218
- 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, 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, 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, EmailReminderSchedule, EmailReminderSchedulePage, EmailReminderSchedulePatch, EmailReminderSchedulePost, EmailReminderSchedulesService, EmailSetting, EmailSettingPage, EmailSettingPatch, EmailSettingPost, EmailSettingsService, EnglandGolfReportService, FacilitiesService, Facility, FacilityIndividual, FacilityIndividualPage, FacilityIndividualPatch, FacilityIndividualPost, FacilityIndividualsService, FacilityIndividualsType, FacilityPage, FacilityPatch, FacilityPost, 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, 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, ProvidersService, PublicBookingService, 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, 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, StripeAccountPage, StripeAccountPatch, StripeAccountPost, StripeAccountService, 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, TemplateFromPost, TemplateOffer, TemplateOfferPage, TemplateOfferPatch, TemplateOfferPost, TemplateOffersService, TemplatePage, TemplatePatch, TemplatePost, TemplateUseResponse, TemplatesService, Tenant, TenantPage, TenantPatch, TenantPost, TenantSetting, TenantTier, TenantWebsiteSetting, TenantWebsiteSettingPage, TenantWebsiteSettingPatch, TenantWebsiteSettingPost, TenantWebsiteSettingsService, TenantsService, Timezone, TimezoneService, TotalRevenueReport, TotalRevenueReportPage, TotalRevenueReportPatch, TotalRevenueReportPost, TotalRevenueReportService, UnsplashSearchResponse, UnsplashService, 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 };
53850
+ 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, 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, EmailReminderSchedule, EmailReminderSchedulePage, EmailReminderSchedulePatch, EmailReminderSchedulePost, EmailReminderSchedulesService, EmailSetting, EmailSettingPage, EmailSettingPatch, EmailSettingPost, EmailSettingsService, EnglandGolfReportService, 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, 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, ProvidersService, PublicBookingService, 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, 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, StripeAccountPage, StripeAccountPatch, StripeAccountPost, StripeAccountService, 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, TenantTier, TenantWebsiteSetting, TenantWebsiteSettingPage, TenantWebsiteSettingPatch, TenantWebsiteSettingPost, TenantWebsiteSettingsService, TenantsService, Timezone, TimezoneService, TotalRevenueReport, TotalRevenueReportPage, TotalRevenueReportPatch, TotalRevenueReportPost, TotalRevenueReportService, UnsplashSearchResponse, UnsplashService, 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 };