reach-api-sdk 1.0.199 → 1.0.200
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/reach-sdk.d.ts +81 -13
- package/dist/reach-sdk.js +26 -0
- package/package.json +1 -1
- package/src/definition/swagger.yaml +81 -0
- package/src/models/Permission.ts +4 -0
- package/src/models/PermissionPatch.ts +4 -0
- package/src/models/UserPermission.ts +4 -0
- package/src/models/UserPermissionPatch.ts +4 -0
- package/src/services/CourseSessionsService.ts +30 -0
- package/src/services/PublicScheduledSessionsService.ts +12 -0
- package/src/services/PublicSessionsService.ts +6 -0
- package/src/services/ScheduledSessionsService.ts +30 -0
package/dist/reach-sdk.d.ts
CHANGED
|
@@ -9684,7 +9684,7 @@ declare class CourseSessionsService {
|
|
|
9684
9684
|
* @returns CourseSessionPage OK
|
|
9685
9685
|
* @throws ApiError
|
|
9686
9686
|
*/
|
|
9687
|
-
getPage({ ids, venueId, programmeId, courseId, courseIds, scheduleId, status, statuses, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, futureOnly, bookableOnly, includeVenue, includeOffers, excludeArchived, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
9687
|
+
getPage({ ids, venueId, programmeId, courseId, courseIds, scheduleId, status, statuses, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, futureOnly, bookableOnly, includeVenue, includeOffers, excludeArchived, excludePrivate, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
9688
9688
|
/**
|
|
9689
9689
|
* Gets or sets the queryable course session ids.
|
|
9690
9690
|
*/
|
|
@@ -9753,6 +9753,10 @@ declare class CourseSessionsService {
|
|
|
9753
9753
|
* Gets or sets a value indicating whether to exclude course sessions whose courses have been archived.
|
|
9754
9754
|
*/
|
|
9755
9755
|
excludeArchived?: boolean;
|
|
9756
|
+
/**
|
|
9757
|
+
* Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
|
|
9758
|
+
*/
|
|
9759
|
+
excludePrivate?: boolean;
|
|
9756
9760
|
/**
|
|
9757
9761
|
* Gets or sets the page number for paged queries.
|
|
9758
9762
|
*/
|
|
@@ -9836,7 +9840,7 @@ declare class CourseSessionsService {
|
|
|
9836
9840
|
* @returns boolean OK
|
|
9837
9841
|
* @throws ApiError
|
|
9838
9842
|
*/
|
|
9839
|
-
exists({ ids, venueId, programmeId, courseId, courseIds, scheduleId, status, statuses, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, futureOnly, bookableOnly, includeVenue, includeOffers, excludeArchived, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
9843
|
+
exists({ ids, venueId, programmeId, courseId, courseIds, scheduleId, status, statuses, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, futureOnly, bookableOnly, includeVenue, includeOffers, excludeArchived, excludePrivate, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
9840
9844
|
/**
|
|
9841
9845
|
* Gets or sets the queryable course session ids.
|
|
9842
9846
|
*/
|
|
@@ -9905,6 +9909,10 @@ declare class CourseSessionsService {
|
|
|
9905
9909
|
* Gets or sets a value indicating whether to exclude course sessions whose courses have been archived.
|
|
9906
9910
|
*/
|
|
9907
9911
|
excludeArchived?: boolean;
|
|
9912
|
+
/**
|
|
9913
|
+
* Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
|
|
9914
|
+
*/
|
|
9915
|
+
excludePrivate?: boolean;
|
|
9908
9916
|
/**
|
|
9909
9917
|
* Gets or sets the page number for paged queries.
|
|
9910
9918
|
*/
|
|
@@ -9955,7 +9963,7 @@ declare class CourseSessionsService {
|
|
|
9955
9963
|
* @returns number OK
|
|
9956
9964
|
* @throws ApiError
|
|
9957
9965
|
*/
|
|
9958
|
-
count({ ids, venueId, programmeId, courseId, courseIds, scheduleId, status, statuses, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, futureOnly, bookableOnly, includeVenue, includeOffers, excludeArchived, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
9966
|
+
count({ ids, venueId, programmeId, courseId, courseIds, scheduleId, status, statuses, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, futureOnly, bookableOnly, includeVenue, includeOffers, excludeArchived, excludePrivate, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
9959
9967
|
/**
|
|
9960
9968
|
* Gets or sets the queryable course session ids.
|
|
9961
9969
|
*/
|
|
@@ -10024,6 +10032,10 @@ declare class CourseSessionsService {
|
|
|
10024
10032
|
* Gets or sets a value indicating whether to exclude course sessions whose courses have been archived.
|
|
10025
10033
|
*/
|
|
10026
10034
|
excludeArchived?: boolean;
|
|
10035
|
+
/**
|
|
10036
|
+
* Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
|
|
10037
|
+
*/
|
|
10038
|
+
excludePrivate?: boolean;
|
|
10027
10039
|
/**
|
|
10028
10040
|
* Gets or sets the page number for paged queries.
|
|
10029
10041
|
*/
|
|
@@ -10074,7 +10086,7 @@ declare class CourseSessionsService {
|
|
|
10074
10086
|
* @returns CourseSession OK
|
|
10075
10087
|
* @throws ApiError
|
|
10076
10088
|
*/
|
|
10077
|
-
getListWithoutReferences({ ids, venueId, programmeId, courseId, courseIds, scheduleId, status, statuses, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, futureOnly, bookableOnly, includeVenue, includeOffers, excludeArchived, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
10089
|
+
getListWithoutReferences({ ids, venueId, programmeId, courseId, courseIds, scheduleId, status, statuses, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, futureOnly, bookableOnly, includeVenue, includeOffers, excludeArchived, excludePrivate, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
10078
10090
|
/**
|
|
10079
10091
|
* Gets or sets the queryable course session ids.
|
|
10080
10092
|
*/
|
|
@@ -10143,6 +10155,10 @@ declare class CourseSessionsService {
|
|
|
10143
10155
|
* Gets or sets a value indicating whether to exclude course sessions whose courses have been archived.
|
|
10144
10156
|
*/
|
|
10145
10157
|
excludeArchived?: boolean;
|
|
10158
|
+
/**
|
|
10159
|
+
* Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
|
|
10160
|
+
*/
|
|
10161
|
+
excludePrivate?: boolean;
|
|
10146
10162
|
/**
|
|
10147
10163
|
* Gets or sets the page number for paged queries.
|
|
10148
10164
|
*/
|
|
@@ -10193,7 +10209,7 @@ declare class CourseSessionsService {
|
|
|
10193
10209
|
* @returns CourseSession OK
|
|
10194
10210
|
* @throws ApiError
|
|
10195
10211
|
*/
|
|
10196
|
-
getListIdName({ ids, venueId, programmeId, courseId, courseIds, scheduleId, status, statuses, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, futureOnly, bookableOnly, includeVenue, includeOffers, excludeArchived, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
10212
|
+
getListIdName({ ids, venueId, programmeId, courseId, courseIds, scheduleId, status, statuses, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, futureOnly, bookableOnly, includeVenue, includeOffers, excludeArchived, excludePrivate, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
10197
10213
|
/**
|
|
10198
10214
|
* Gets or sets the queryable course session ids.
|
|
10199
10215
|
*/
|
|
@@ -10262,6 +10278,10 @@ declare class CourseSessionsService {
|
|
|
10262
10278
|
* Gets or sets a value indicating whether to exclude course sessions whose courses have been archived.
|
|
10263
10279
|
*/
|
|
10264
10280
|
excludeArchived?: boolean;
|
|
10281
|
+
/**
|
|
10282
|
+
* Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
|
|
10283
|
+
*/
|
|
10284
|
+
excludePrivate?: boolean;
|
|
10265
10285
|
/**
|
|
10266
10286
|
* Gets or sets the page number for paged queries.
|
|
10267
10287
|
*/
|
|
@@ -27870,6 +27890,10 @@ type Permission = {
|
|
|
27870
27890
|
* Gets or sets a value indicating whether a venue manager has add provider permissions.
|
|
27871
27891
|
*/
|
|
27872
27892
|
venueManagerAddProvider?: boolean;
|
|
27893
|
+
/**
|
|
27894
|
+
* Gets or sets a value indicating whether a venue manager has send emails permissions.
|
|
27895
|
+
*/
|
|
27896
|
+
venueManagerSendEmails?: boolean;
|
|
27873
27897
|
};
|
|
27874
27898
|
|
|
27875
27899
|
type PermissionPage = {
|
|
@@ -27949,6 +27973,10 @@ type PermissionPatch = {
|
|
|
27949
27973
|
* Gets or sets a value indicating whether a venue manager has add provider permissions.
|
|
27950
27974
|
*/
|
|
27951
27975
|
venueManagerAddProvider?: boolean;
|
|
27976
|
+
/**
|
|
27977
|
+
* Gets or sets a value indicating whether a venue manager has send emails permissions.
|
|
27978
|
+
*/
|
|
27979
|
+
venueManagerSendEmails?: boolean;
|
|
27952
27980
|
};
|
|
27953
27981
|
|
|
27954
27982
|
/**
|
|
@@ -35419,7 +35447,7 @@ declare class PublicScheduledSessionsService {
|
|
|
35419
35447
|
* @returns ScheduledSessionPage OK
|
|
35420
35448
|
* @throws ApiError
|
|
35421
35449
|
*/
|
|
35422
|
-
getPage({ xTenantSubdomain, ids, venueId, programmeId, sessionId, sessionIds, scheduleId, status, statuses, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, bookableOnly, includeImages, includeVenue, includeOffers, includeOrders, hasAvailability, excludeArchived, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
35450
|
+
getPage({ xTenantSubdomain, ids, venueId, programmeId, sessionId, sessionIds, scheduleId, status, statuses, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, bookableOnly, includeImages, includeVenue, includeOffers, includeOrders, hasAvailability, excludeArchived, excludePrivate, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
35423
35451
|
xTenantSubdomain?: string;
|
|
35424
35452
|
/**
|
|
35425
35453
|
* Gets or sets the queryable scheduled session ids.
|
|
@@ -35513,6 +35541,10 @@ declare class PublicScheduledSessionsService {
|
|
|
35513
35541
|
* Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
|
|
35514
35542
|
*/
|
|
35515
35543
|
excludeArchived?: boolean;
|
|
35544
|
+
/**
|
|
35545
|
+
* Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
|
|
35546
|
+
*/
|
|
35547
|
+
excludePrivate?: boolean;
|
|
35516
35548
|
/**
|
|
35517
35549
|
* Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
|
|
35518
35550
|
*/
|
|
@@ -35639,7 +35671,7 @@ declare class PublicScheduledSessionsService {
|
|
|
35639
35671
|
* @returns boolean OK
|
|
35640
35672
|
* @throws ApiError
|
|
35641
35673
|
*/
|
|
35642
|
-
exists({ xTenantSubdomain, ids, venueId, programmeId, sessionId, sessionIds, scheduleId, status, statuses, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, bookableOnly, includeImages, includeVenue, includeOffers, includeOrders, hasAvailability, excludeArchived, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
35674
|
+
exists({ xTenantSubdomain, ids, venueId, programmeId, sessionId, sessionIds, scheduleId, status, statuses, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, bookableOnly, includeImages, includeVenue, includeOffers, includeOrders, hasAvailability, excludeArchived, excludePrivate, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
35643
35675
|
/**
|
|
35644
35676
|
* The tenants subdomain.
|
|
35645
35677
|
*/
|
|
@@ -35736,6 +35768,10 @@ declare class PublicScheduledSessionsService {
|
|
|
35736
35768
|
* Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
|
|
35737
35769
|
*/
|
|
35738
35770
|
excludeArchived?: boolean;
|
|
35771
|
+
/**
|
|
35772
|
+
* Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
|
|
35773
|
+
*/
|
|
35774
|
+
excludePrivate?: boolean;
|
|
35739
35775
|
/**
|
|
35740
35776
|
* Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
|
|
35741
35777
|
*/
|
|
@@ -36203,7 +36239,7 @@ declare class PublicSessionsService {
|
|
|
36203
36239
|
* @returns any OK
|
|
36204
36240
|
* @throws ApiError
|
|
36205
36241
|
*/
|
|
36206
|
-
getDistinctSlotDates({ xTenantSubdomain, ids, venueId, programmeId, sessionId, sessionIds, scheduleId, status, statuses, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, bookableOnly, includeImages, includeVenue, includeOffers, includeOrders, hasAvailability, excludeArchived, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
36242
|
+
getDistinctSlotDates({ xTenantSubdomain, ids, venueId, programmeId, sessionId, sessionIds, scheduleId, status, statuses, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, bookableOnly, includeImages, includeVenue, includeOffers, includeOrders, hasAvailability, excludeArchived, excludePrivate, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
36207
36243
|
/**
|
|
36208
36244
|
* The tenants subdomain.
|
|
36209
36245
|
*/
|
|
@@ -36300,6 +36336,10 @@ declare class PublicSessionsService {
|
|
|
36300
36336
|
* Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
|
|
36301
36337
|
*/
|
|
36302
36338
|
excludeArchived?: boolean;
|
|
36339
|
+
/**
|
|
36340
|
+
* Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
|
|
36341
|
+
*/
|
|
36342
|
+
excludePrivate?: boolean;
|
|
36303
36343
|
/**
|
|
36304
36344
|
* Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
|
|
36305
36345
|
*/
|
|
@@ -42014,7 +42054,7 @@ declare class ScheduledSessionsService {
|
|
|
42014
42054
|
* @returns ScheduledSessionPage OK
|
|
42015
42055
|
* @throws ApiError
|
|
42016
42056
|
*/
|
|
42017
|
-
getPage({ ids, venueId, programmeId, sessionId, sessionIds, scheduleId, status, statuses, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, bookableOnly, includeImages, includeVenue, includeOffers, includeOrders, hasAvailability, excludeArchived, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
42057
|
+
getPage({ ids, venueId, programmeId, sessionId, sessionIds, scheduleId, status, statuses, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, bookableOnly, includeImages, includeVenue, includeOffers, includeOrders, hasAvailability, excludeArchived, excludePrivate, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
42018
42058
|
/**
|
|
42019
42059
|
* Gets or sets the queryable scheduled session ids.
|
|
42020
42060
|
*/
|
|
@@ -42107,6 +42147,10 @@ declare class ScheduledSessionsService {
|
|
|
42107
42147
|
* Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
|
|
42108
42148
|
*/
|
|
42109
42149
|
excludeArchived?: boolean;
|
|
42150
|
+
/**
|
|
42151
|
+
* Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
|
|
42152
|
+
*/
|
|
42153
|
+
excludePrivate?: boolean;
|
|
42110
42154
|
/**
|
|
42111
42155
|
* Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
|
|
42112
42156
|
*/
|
|
@@ -42206,7 +42250,7 @@ declare class ScheduledSessionsService {
|
|
|
42206
42250
|
* @returns boolean OK
|
|
42207
42251
|
* @throws ApiError
|
|
42208
42252
|
*/
|
|
42209
|
-
exists({ ids, venueId, programmeId, sessionId, sessionIds, scheduleId, status, statuses, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, bookableOnly, includeImages, includeVenue, includeOffers, includeOrders, hasAvailability, excludeArchived, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
42253
|
+
exists({ ids, venueId, programmeId, sessionId, sessionIds, scheduleId, status, statuses, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, bookableOnly, includeImages, includeVenue, includeOffers, includeOrders, hasAvailability, excludeArchived, excludePrivate, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
42210
42254
|
/**
|
|
42211
42255
|
* Gets or sets the queryable scheduled session ids.
|
|
42212
42256
|
*/
|
|
@@ -42299,6 +42343,10 @@ declare class ScheduledSessionsService {
|
|
|
42299
42343
|
* Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
|
|
42300
42344
|
*/
|
|
42301
42345
|
excludeArchived?: boolean;
|
|
42346
|
+
/**
|
|
42347
|
+
* Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
|
|
42348
|
+
*/
|
|
42349
|
+
excludePrivate?: boolean;
|
|
42302
42350
|
/**
|
|
42303
42351
|
* Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
|
|
42304
42352
|
*/
|
|
@@ -42365,7 +42413,7 @@ declare class ScheduledSessionsService {
|
|
|
42365
42413
|
* @returns number OK
|
|
42366
42414
|
* @throws ApiError
|
|
42367
42415
|
*/
|
|
42368
|
-
count({ ids, venueId, programmeId, sessionId, sessionIds, scheduleId, status, statuses, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, bookableOnly, includeImages, includeVenue, includeOffers, includeOrders, hasAvailability, excludeArchived, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
42416
|
+
count({ ids, venueId, programmeId, sessionId, sessionIds, scheduleId, status, statuses, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, bookableOnly, includeImages, includeVenue, includeOffers, includeOrders, hasAvailability, excludeArchived, excludePrivate, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
42369
42417
|
/**
|
|
42370
42418
|
* Gets or sets the queryable scheduled session ids.
|
|
42371
42419
|
*/
|
|
@@ -42458,6 +42506,10 @@ declare class ScheduledSessionsService {
|
|
|
42458
42506
|
* Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
|
|
42459
42507
|
*/
|
|
42460
42508
|
excludeArchived?: boolean;
|
|
42509
|
+
/**
|
|
42510
|
+
* Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
|
|
42511
|
+
*/
|
|
42512
|
+
excludePrivate?: boolean;
|
|
42461
42513
|
/**
|
|
42462
42514
|
* Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
|
|
42463
42515
|
*/
|
|
@@ -42524,7 +42576,7 @@ declare class ScheduledSessionsService {
|
|
|
42524
42576
|
* @returns ScheduledSession OK
|
|
42525
42577
|
* @throws ApiError
|
|
42526
42578
|
*/
|
|
42527
|
-
getListWithoutReferences({ ids, venueId, programmeId, sessionId, sessionIds, scheduleId, status, statuses, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, bookableOnly, includeImages, includeVenue, includeOffers, includeOrders, hasAvailability, excludeArchived, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
42579
|
+
getListWithoutReferences({ ids, venueId, programmeId, sessionId, sessionIds, scheduleId, status, statuses, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, bookableOnly, includeImages, includeVenue, includeOffers, includeOrders, hasAvailability, excludeArchived, excludePrivate, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
42528
42580
|
/**
|
|
42529
42581
|
* Gets or sets the queryable scheduled session ids.
|
|
42530
42582
|
*/
|
|
@@ -42617,6 +42669,10 @@ declare class ScheduledSessionsService {
|
|
|
42617
42669
|
* Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
|
|
42618
42670
|
*/
|
|
42619
42671
|
excludeArchived?: boolean;
|
|
42672
|
+
/**
|
|
42673
|
+
* Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
|
|
42674
|
+
*/
|
|
42675
|
+
excludePrivate?: boolean;
|
|
42620
42676
|
/**
|
|
42621
42677
|
* Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
|
|
42622
42678
|
*/
|
|
@@ -42683,7 +42739,7 @@ declare class ScheduledSessionsService {
|
|
|
42683
42739
|
* @returns ScheduledSession OK
|
|
42684
42740
|
* @throws ApiError
|
|
42685
42741
|
*/
|
|
42686
|
-
getListIdName({ ids, venueId, programmeId, sessionId, sessionIds, scheduleId, status, statuses, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, bookableOnly, includeImages, includeVenue, includeOffers, includeOrders, hasAvailability, excludeArchived, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
42742
|
+
getListIdName({ ids, venueId, programmeId, sessionId, sessionIds, scheduleId, status, statuses, bookingStatus, startDateTimeLte, startDateTimeGte, endDateTimeLte, endDateTimeGte, remainingUsesLte, remainingUsesGte, futureOnly, bookableOnly, includeImages, includeVenue, includeOffers, includeOrders, hasAvailability, excludeArchived, excludePrivate, orderFirstNameContains, orderLastNameContains, sortBy, postCompletionEmailSent, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
42687
42743
|
/**
|
|
42688
42744
|
* Gets or sets the queryable scheduled session ids.
|
|
42689
42745
|
*/
|
|
@@ -42776,6 +42832,10 @@ declare class ScheduledSessionsService {
|
|
|
42776
42832
|
* Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
|
|
42777
42833
|
*/
|
|
42778
42834
|
excludeArchived?: boolean;
|
|
42835
|
+
/**
|
|
42836
|
+
* Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
|
|
42837
|
+
*/
|
|
42838
|
+
excludePrivate?: boolean;
|
|
42779
42839
|
/**
|
|
42780
42840
|
* Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
|
|
42781
42841
|
*/
|
|
@@ -54555,6 +54615,10 @@ type UserPermission = {
|
|
|
54555
54615
|
* Gets or sets a value indicating whether a venue manager has add provider permissions.
|
|
54556
54616
|
*/
|
|
54557
54617
|
addProvider?: boolean;
|
|
54618
|
+
/**
|
|
54619
|
+
* Gets or sets a value indicating whether a venue manager has send emails permissions.
|
|
54620
|
+
*/
|
|
54621
|
+
sendEmails?: boolean;
|
|
54558
54622
|
};
|
|
54559
54623
|
|
|
54560
54624
|
type UserPermissionPage = {
|
|
@@ -54634,6 +54698,10 @@ type UserPermissionPatch = {
|
|
|
54634
54698
|
* Gets or sets a value indicating whether a venue manager has add provider permissions.
|
|
54635
54699
|
*/
|
|
54636
54700
|
addProvider?: boolean;
|
|
54701
|
+
/**
|
|
54702
|
+
* Gets or sets a value indicating whether a venue manager has send emails permissions.
|
|
54703
|
+
*/
|
|
54704
|
+
sendEmails?: boolean;
|
|
54637
54705
|
};
|
|
54638
54706
|
|
|
54639
54707
|
/**
|
package/dist/reach-sdk.js
CHANGED
|
@@ -4359,6 +4359,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
4359
4359
|
includeVenue,
|
|
4360
4360
|
includeOffers,
|
|
4361
4361
|
excludeArchived,
|
|
4362
|
+
excludePrivate,
|
|
4362
4363
|
pageNumber,
|
|
4363
4364
|
take,
|
|
4364
4365
|
skip,
|
|
@@ -4392,6 +4393,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
4392
4393
|
IncludeVenue: includeVenue,
|
|
4393
4394
|
IncludeOffers: includeOffers,
|
|
4394
4395
|
ExcludeArchived: excludeArchived,
|
|
4396
|
+
ExcludePrivate: excludePrivate,
|
|
4395
4397
|
PageNumber: pageNumber,
|
|
4396
4398
|
Take: take,
|
|
4397
4399
|
Skip: skip,
|
|
@@ -4497,6 +4499,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
4497
4499
|
includeVenue,
|
|
4498
4500
|
includeOffers,
|
|
4499
4501
|
excludeArchived,
|
|
4502
|
+
excludePrivate,
|
|
4500
4503
|
pageNumber,
|
|
4501
4504
|
take,
|
|
4502
4505
|
skip,
|
|
@@ -4530,6 +4533,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
4530
4533
|
IncludeVenue: includeVenue,
|
|
4531
4534
|
IncludeOffers: includeOffers,
|
|
4532
4535
|
ExcludeArchived: excludeArchived,
|
|
4536
|
+
ExcludePrivate: excludePrivate,
|
|
4533
4537
|
PageNumber: pageNumber,
|
|
4534
4538
|
Take: take,
|
|
4535
4539
|
Skip: skip,
|
|
@@ -4572,6 +4576,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
4572
4576
|
includeVenue,
|
|
4573
4577
|
includeOffers,
|
|
4574
4578
|
excludeArchived,
|
|
4579
|
+
excludePrivate,
|
|
4575
4580
|
pageNumber,
|
|
4576
4581
|
take,
|
|
4577
4582
|
skip,
|
|
@@ -4605,6 +4610,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
4605
4610
|
IncludeVenue: includeVenue,
|
|
4606
4611
|
IncludeOffers: includeOffers,
|
|
4607
4612
|
ExcludeArchived: excludeArchived,
|
|
4613
|
+
ExcludePrivate: excludePrivate,
|
|
4608
4614
|
PageNumber: pageNumber,
|
|
4609
4615
|
Take: take,
|
|
4610
4616
|
Skip: skip,
|
|
@@ -4647,6 +4653,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
4647
4653
|
includeVenue,
|
|
4648
4654
|
includeOffers,
|
|
4649
4655
|
excludeArchived,
|
|
4656
|
+
excludePrivate,
|
|
4650
4657
|
pageNumber,
|
|
4651
4658
|
take,
|
|
4652
4659
|
skip,
|
|
@@ -4680,6 +4687,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
4680
4687
|
IncludeVenue: includeVenue,
|
|
4681
4688
|
IncludeOffers: includeOffers,
|
|
4682
4689
|
ExcludeArchived: excludeArchived,
|
|
4690
|
+
ExcludePrivate: excludePrivate,
|
|
4683
4691
|
PageNumber: pageNumber,
|
|
4684
4692
|
Take: take,
|
|
4685
4693
|
Skip: skip,
|
|
@@ -4722,6 +4730,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
4722
4730
|
includeVenue,
|
|
4723
4731
|
includeOffers,
|
|
4724
4732
|
excludeArchived,
|
|
4733
|
+
excludePrivate,
|
|
4725
4734
|
pageNumber,
|
|
4726
4735
|
take,
|
|
4727
4736
|
skip,
|
|
@@ -4755,6 +4764,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
4755
4764
|
IncludeVenue: includeVenue,
|
|
4756
4765
|
IncludeOffers: includeOffers,
|
|
4757
4766
|
ExcludeArchived: excludeArchived,
|
|
4767
|
+
ExcludePrivate: excludePrivate,
|
|
4758
4768
|
PageNumber: pageNumber,
|
|
4759
4769
|
Take: take,
|
|
4760
4770
|
Skip: skip,
|
|
@@ -24572,6 +24582,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
24572
24582
|
includeOrders,
|
|
24573
24583
|
hasAvailability,
|
|
24574
24584
|
excludeArchived,
|
|
24585
|
+
excludePrivate,
|
|
24575
24586
|
orderFirstNameContains,
|
|
24576
24587
|
orderLastNameContains,
|
|
24577
24588
|
sortBy,
|
|
@@ -24618,6 +24629,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
24618
24629
|
IncludeOrders: includeOrders,
|
|
24619
24630
|
HasAvailability: hasAvailability,
|
|
24620
24631
|
ExcludeArchived: excludeArchived,
|
|
24632
|
+
ExcludePrivate: excludePrivate,
|
|
24621
24633
|
OrderFirstNameContains: orderFirstNameContains,
|
|
24622
24634
|
OrderLastNameContains: orderLastNameContains,
|
|
24623
24635
|
SortBy: sortBy,
|
|
@@ -24767,6 +24779,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
24767
24779
|
includeOrders,
|
|
24768
24780
|
hasAvailability,
|
|
24769
24781
|
excludeArchived,
|
|
24782
|
+
excludePrivate,
|
|
24770
24783
|
orderFirstNameContains,
|
|
24771
24784
|
orderLastNameContains,
|
|
24772
24785
|
sortBy,
|
|
@@ -24813,6 +24826,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
24813
24826
|
IncludeOrders: includeOrders,
|
|
24814
24827
|
HasAvailability: hasAvailability,
|
|
24815
24828
|
ExcludeArchived: excludeArchived,
|
|
24829
|
+
ExcludePrivate: excludePrivate,
|
|
24816
24830
|
OrderFirstNameContains: orderFirstNameContains,
|
|
24817
24831
|
OrderLastNameContains: orderLastNameContains,
|
|
24818
24832
|
SortBy: sortBy,
|
|
@@ -25078,6 +25092,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
25078
25092
|
includeOrders,
|
|
25079
25093
|
hasAvailability,
|
|
25080
25094
|
excludeArchived,
|
|
25095
|
+
excludePrivate,
|
|
25081
25096
|
orderFirstNameContains,
|
|
25082
25097
|
orderLastNameContains,
|
|
25083
25098
|
sortBy,
|
|
@@ -25124,6 +25139,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
25124
25139
|
IncludeOrders: includeOrders,
|
|
25125
25140
|
HasAvailability: hasAvailability,
|
|
25126
25141
|
ExcludeArchived: excludeArchived,
|
|
25142
|
+
ExcludePrivate: excludePrivate,
|
|
25127
25143
|
OrderFirstNameContains: orderFirstNameContains,
|
|
25128
25144
|
OrderLastNameContains: orderLastNameContains,
|
|
25129
25145
|
SortBy: sortBy,
|
|
@@ -29450,6 +29466,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
29450
29466
|
includeOrders,
|
|
29451
29467
|
hasAvailability,
|
|
29452
29468
|
excludeArchived,
|
|
29469
|
+
excludePrivate,
|
|
29453
29470
|
orderFirstNameContains,
|
|
29454
29471
|
orderLastNameContains,
|
|
29455
29472
|
sortBy,
|
|
@@ -29493,6 +29510,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
29493
29510
|
IncludeOrders: includeOrders,
|
|
29494
29511
|
HasAvailability: hasAvailability,
|
|
29495
29512
|
ExcludeArchived: excludeArchived,
|
|
29513
|
+
ExcludePrivate: excludePrivate,
|
|
29496
29514
|
OrderFirstNameContains: orderFirstNameContains,
|
|
29497
29515
|
OrderLastNameContains: orderLastNameContains,
|
|
29498
29516
|
SortBy: sortBy,
|
|
@@ -29608,6 +29626,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
29608
29626
|
includeOrders,
|
|
29609
29627
|
hasAvailability,
|
|
29610
29628
|
excludeArchived,
|
|
29629
|
+
excludePrivate,
|
|
29611
29630
|
orderFirstNameContains,
|
|
29612
29631
|
orderLastNameContains,
|
|
29613
29632
|
sortBy,
|
|
@@ -29651,6 +29670,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
29651
29670
|
IncludeOrders: includeOrders,
|
|
29652
29671
|
HasAvailability: hasAvailability,
|
|
29653
29672
|
ExcludeArchived: excludeArchived,
|
|
29673
|
+
ExcludePrivate: excludePrivate,
|
|
29654
29674
|
OrderFirstNameContains: orderFirstNameContains,
|
|
29655
29675
|
OrderLastNameContains: orderLastNameContains,
|
|
29656
29676
|
SortBy: sortBy,
|
|
@@ -29703,6 +29723,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
29703
29723
|
includeOrders,
|
|
29704
29724
|
hasAvailability,
|
|
29705
29725
|
excludeArchived,
|
|
29726
|
+
excludePrivate,
|
|
29706
29727
|
orderFirstNameContains,
|
|
29707
29728
|
orderLastNameContains,
|
|
29708
29729
|
sortBy,
|
|
@@ -29746,6 +29767,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
29746
29767
|
IncludeOrders: includeOrders,
|
|
29747
29768
|
HasAvailability: hasAvailability,
|
|
29748
29769
|
ExcludeArchived: excludeArchived,
|
|
29770
|
+
ExcludePrivate: excludePrivate,
|
|
29749
29771
|
OrderFirstNameContains: orderFirstNameContains,
|
|
29750
29772
|
OrderLastNameContains: orderLastNameContains,
|
|
29751
29773
|
SortBy: sortBy,
|
|
@@ -29798,6 +29820,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
29798
29820
|
includeOrders,
|
|
29799
29821
|
hasAvailability,
|
|
29800
29822
|
excludeArchived,
|
|
29823
|
+
excludePrivate,
|
|
29801
29824
|
orderFirstNameContains,
|
|
29802
29825
|
orderLastNameContains,
|
|
29803
29826
|
sortBy,
|
|
@@ -29841,6 +29864,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
29841
29864
|
IncludeOrders: includeOrders,
|
|
29842
29865
|
HasAvailability: hasAvailability,
|
|
29843
29866
|
ExcludeArchived: excludeArchived,
|
|
29867
|
+
ExcludePrivate: excludePrivate,
|
|
29844
29868
|
OrderFirstNameContains: orderFirstNameContains,
|
|
29845
29869
|
OrderLastNameContains: orderLastNameContains,
|
|
29846
29870
|
SortBy: sortBy,
|
|
@@ -29893,6 +29917,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
29893
29917
|
includeOrders,
|
|
29894
29918
|
hasAvailability,
|
|
29895
29919
|
excludeArchived,
|
|
29920
|
+
excludePrivate,
|
|
29896
29921
|
orderFirstNameContains,
|
|
29897
29922
|
orderLastNameContains,
|
|
29898
29923
|
sortBy,
|
|
@@ -29936,6 +29961,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
29936
29961
|
IncludeOrders: includeOrders,
|
|
29937
29962
|
HasAvailability: hasAvailability,
|
|
29938
29963
|
ExcludeArchived: excludeArchived,
|
|
29964
|
+
ExcludePrivate: excludePrivate,
|
|
29939
29965
|
OrderFirstNameContains: orderFirstNameContains,
|
|
29940
29966
|
OrderLastNameContains: orderLastNameContains,
|
|
29941
29967
|
SortBy: sortBy,
|
package/package.json
CHANGED
|
@@ -11984,6 +11984,11 @@ paths:
|
|
|
11984
11984
|
description: Gets or sets a value indicating whether to exclude course sessions whose courses have been archived.
|
|
11985
11985
|
schema:
|
|
11986
11986
|
type: boolean
|
|
11987
|
+
- name: ExcludePrivate
|
|
11988
|
+
in: query
|
|
11989
|
+
description: Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
|
|
11990
|
+
schema:
|
|
11991
|
+
type: boolean
|
|
11987
11992
|
- name: PageNumber
|
|
11988
11993
|
in: query
|
|
11989
11994
|
description: Gets or sets the page number for paged queries.
|
|
@@ -12384,6 +12389,11 @@ paths:
|
|
|
12384
12389
|
description: Gets or sets a value indicating whether to exclude course sessions whose courses have been archived.
|
|
12385
12390
|
schema:
|
|
12386
12391
|
type: boolean
|
|
12392
|
+
- name: ExcludePrivate
|
|
12393
|
+
in: query
|
|
12394
|
+
description: Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
|
|
12395
|
+
schema:
|
|
12396
|
+
type: boolean
|
|
12387
12397
|
- name: PageNumber
|
|
12388
12398
|
in: query
|
|
12389
12399
|
description: Gets or sets the page number for paged queries.
|
|
@@ -12606,6 +12616,11 @@ paths:
|
|
|
12606
12616
|
description: Gets or sets a value indicating whether to exclude course sessions whose courses have been archived.
|
|
12607
12617
|
schema:
|
|
12608
12618
|
type: boolean
|
|
12619
|
+
- name: ExcludePrivate
|
|
12620
|
+
in: query
|
|
12621
|
+
description: Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
|
|
12622
|
+
schema:
|
|
12623
|
+
type: boolean
|
|
12609
12624
|
- name: PageNumber
|
|
12610
12625
|
in: query
|
|
12611
12626
|
description: Gets or sets the page number for paged queries.
|
|
@@ -12831,6 +12846,11 @@ paths:
|
|
|
12831
12846
|
description: Gets or sets a value indicating whether to exclude course sessions whose courses have been archived.
|
|
12832
12847
|
schema:
|
|
12833
12848
|
type: boolean
|
|
12849
|
+
- name: ExcludePrivate
|
|
12850
|
+
in: query
|
|
12851
|
+
description: Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
|
|
12852
|
+
schema:
|
|
12853
|
+
type: boolean
|
|
12834
12854
|
- name: PageNumber
|
|
12835
12855
|
in: query
|
|
12836
12856
|
description: Gets or sets the page number for paged queries.
|
|
@@ -13059,6 +13079,11 @@ paths:
|
|
|
13059
13079
|
description: Gets or sets a value indicating whether to exclude course sessions whose courses have been archived.
|
|
13060
13080
|
schema:
|
|
13061
13081
|
type: boolean
|
|
13082
|
+
- name: ExcludePrivate
|
|
13083
|
+
in: query
|
|
13084
|
+
description: Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
|
|
13085
|
+
schema:
|
|
13086
|
+
type: boolean
|
|
13062
13087
|
- name: PageNumber
|
|
13063
13088
|
in: query
|
|
13064
13089
|
description: Gets or sets the page number for paged queries.
|
|
@@ -71851,6 +71876,11 @@ paths:
|
|
|
71851
71876
|
description: Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
|
|
71852
71877
|
schema:
|
|
71853
71878
|
type: boolean
|
|
71879
|
+
- name: ExcludePrivate
|
|
71880
|
+
in: query
|
|
71881
|
+
description: Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
|
|
71882
|
+
schema:
|
|
71883
|
+
type: boolean
|
|
71854
71884
|
- name: OrderFirstNameContains
|
|
71855
71885
|
in: query
|
|
71856
71886
|
description: Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
|
|
@@ -72422,6 +72452,11 @@ paths:
|
|
|
72422
72452
|
description: Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
|
|
72423
72453
|
schema:
|
|
72424
72454
|
type: boolean
|
|
72455
|
+
- name: ExcludePrivate
|
|
72456
|
+
in: query
|
|
72457
|
+
description: Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
|
|
72458
|
+
schema:
|
|
72459
|
+
type: boolean
|
|
72425
72460
|
- name: OrderFirstNameContains
|
|
72426
72461
|
in: query
|
|
72427
72462
|
description: Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
|
|
@@ -73265,6 +73300,11 @@ paths:
|
|
|
73265
73300
|
description: Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
|
|
73266
73301
|
schema:
|
|
73267
73302
|
type: boolean
|
|
73303
|
+
- name: ExcludePrivate
|
|
73304
|
+
in: query
|
|
73305
|
+
description: Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
|
|
73306
|
+
schema:
|
|
73307
|
+
type: boolean
|
|
73268
73308
|
- name: OrderFirstNameContains
|
|
73269
73309
|
in: query
|
|
73270
73310
|
description: Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
|
|
@@ -85893,6 +85933,11 @@ paths:
|
|
|
85893
85933
|
description: Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
|
|
85894
85934
|
schema:
|
|
85895
85935
|
type: boolean
|
|
85936
|
+
- name: ExcludePrivate
|
|
85937
|
+
in: query
|
|
85938
|
+
description: Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
|
|
85939
|
+
schema:
|
|
85940
|
+
type: boolean
|
|
85896
85941
|
- name: OrderFirstNameContains
|
|
85897
85942
|
in: query
|
|
85898
85943
|
description: Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
|
|
@@ -86345,6 +86390,11 @@ paths:
|
|
|
86345
86390
|
description: Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
|
|
86346
86391
|
schema:
|
|
86347
86392
|
type: boolean
|
|
86393
|
+
- name: ExcludePrivate
|
|
86394
|
+
in: query
|
|
86395
|
+
description: Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
|
|
86396
|
+
schema:
|
|
86397
|
+
type: boolean
|
|
86348
86398
|
- name: OrderFirstNameContains
|
|
86349
86399
|
in: query
|
|
86350
86400
|
description: Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
|
|
@@ -86619,6 +86669,11 @@ paths:
|
|
|
86619
86669
|
description: Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
|
|
86620
86670
|
schema:
|
|
86621
86671
|
type: boolean
|
|
86672
|
+
- name: ExcludePrivate
|
|
86673
|
+
in: query
|
|
86674
|
+
description: Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
|
|
86675
|
+
schema:
|
|
86676
|
+
type: boolean
|
|
86622
86677
|
- name: OrderFirstNameContains
|
|
86623
86678
|
in: query
|
|
86624
86679
|
description: Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
|
|
@@ -86896,6 +86951,11 @@ paths:
|
|
|
86896
86951
|
description: Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
|
|
86897
86952
|
schema:
|
|
86898
86953
|
type: boolean
|
|
86954
|
+
- name: ExcludePrivate
|
|
86955
|
+
in: query
|
|
86956
|
+
description: Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
|
|
86957
|
+
schema:
|
|
86958
|
+
type: boolean
|
|
86899
86959
|
- name: OrderFirstNameContains
|
|
86900
86960
|
in: query
|
|
86901
86961
|
description: Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
|
|
@@ -87176,6 +87236,11 @@ paths:
|
|
|
87176
87236
|
description: Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
|
|
87177
87237
|
schema:
|
|
87178
87238
|
type: boolean
|
|
87239
|
+
- name: ExcludePrivate
|
|
87240
|
+
in: query
|
|
87241
|
+
description: Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
|
|
87242
|
+
schema:
|
|
87243
|
+
type: boolean
|
|
87179
87244
|
- name: OrderFirstNameContains
|
|
87180
87245
|
in: query
|
|
87181
87246
|
description: Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
|
|
@@ -141423,6 +141488,10 @@ components:
|
|
|
141423
141488
|
type: boolean
|
|
141424
141489
|
description: Gets or sets a value indicating whether a venue manager has add provider permissions.
|
|
141425
141490
|
default: false
|
|
141491
|
+
venueManagerSendEmails:
|
|
141492
|
+
type: boolean
|
|
141493
|
+
description: Gets or sets a value indicating whether a venue manager has send emails permissions.
|
|
141494
|
+
default: false
|
|
141426
141495
|
additionalProperties: false
|
|
141427
141496
|
description: Represents permissions within the Reach application.
|
|
141428
141497
|
PermissionPage:
|
|
@@ -141513,6 +141582,10 @@ components:
|
|
|
141513
141582
|
type: boolean
|
|
141514
141583
|
description: Gets or sets a value indicating whether a venue manager has add provider permissions.
|
|
141515
141584
|
default: false
|
|
141585
|
+
venueManagerSendEmails:
|
|
141586
|
+
type: boolean
|
|
141587
|
+
description: Gets or sets a value indicating whether a venue manager has send emails permissions.
|
|
141588
|
+
default: false
|
|
141516
141589
|
additionalProperties: false
|
|
141517
141590
|
description: Post model for permission updates.
|
|
141518
141591
|
PermissionPost:
|
|
@@ -148031,6 +148104,10 @@ components:
|
|
|
148031
148104
|
type: boolean
|
|
148032
148105
|
description: Gets or sets a value indicating whether a venue manager has add provider permissions.
|
|
148033
148106
|
default: false
|
|
148107
|
+
sendEmails:
|
|
148108
|
+
type: boolean
|
|
148109
|
+
description: Gets or sets a value indicating whether a venue manager has send emails permissions.
|
|
148110
|
+
default: false
|
|
148034
148111
|
additionalProperties: false
|
|
148035
148112
|
description: Represents permissions within the Reach application.
|
|
148036
148113
|
UserPermissionPage:
|
|
@@ -148121,6 +148198,10 @@ components:
|
|
|
148121
148198
|
type: boolean
|
|
148122
148199
|
description: Gets or sets a value indicating whether a venue manager has add provider permissions.
|
|
148123
148200
|
default: false
|
|
148201
|
+
sendEmails:
|
|
148202
|
+
type: boolean
|
|
148203
|
+
description: Gets or sets a value indicating whether a venue manager has send emails permissions.
|
|
148204
|
+
default: false
|
|
148124
148205
|
additionalProperties: false
|
|
148125
148206
|
description: Post model for user permission updates.
|
|
148126
148207
|
UserPermissionPost:
|
package/src/models/Permission.ts
CHANGED
|
@@ -91,4 +91,8 @@ export type Permission = {
|
|
|
91
91
|
* Gets or sets a value indicating whether a venue manager has add provider permissions.
|
|
92
92
|
*/
|
|
93
93
|
venueManagerAddProvider?: boolean;
|
|
94
|
+
/**
|
|
95
|
+
* Gets or sets a value indicating whether a venue manager has send emails permissions.
|
|
96
|
+
*/
|
|
97
|
+
venueManagerSendEmails?: boolean;
|
|
94
98
|
};
|
|
@@ -75,4 +75,8 @@ export type PermissionPatch = {
|
|
|
75
75
|
* Gets or sets a value indicating whether a venue manager has add provider permissions.
|
|
76
76
|
*/
|
|
77
77
|
venueManagerAddProvider?: boolean;
|
|
78
|
+
/**
|
|
79
|
+
* Gets or sets a value indicating whether a venue manager has send emails permissions.
|
|
80
|
+
*/
|
|
81
|
+
venueManagerSendEmails?: boolean;
|
|
78
82
|
};
|
|
@@ -95,4 +95,8 @@ export type UserPermission = {
|
|
|
95
95
|
* Gets or sets a value indicating whether a venue manager has add provider permissions.
|
|
96
96
|
*/
|
|
97
97
|
addProvider?: boolean;
|
|
98
|
+
/**
|
|
99
|
+
* Gets or sets a value indicating whether a venue manager has send emails permissions.
|
|
100
|
+
*/
|
|
101
|
+
sendEmails?: boolean;
|
|
98
102
|
};
|
|
@@ -75,4 +75,8 @@ export type UserPermissionPatch = {
|
|
|
75
75
|
* Gets or sets a value indicating whether a venue manager has add provider permissions.
|
|
76
76
|
*/
|
|
77
77
|
addProvider?: boolean;
|
|
78
|
+
/**
|
|
79
|
+
* Gets or sets a value indicating whether a venue manager has send emails permissions.
|
|
80
|
+
*/
|
|
81
|
+
sendEmails?: boolean;
|
|
78
82
|
};
|
|
@@ -247,6 +247,7 @@ export class CourseSessionsService {
|
|
|
247
247
|
includeVenue,
|
|
248
248
|
includeOffers,
|
|
249
249
|
excludeArchived,
|
|
250
|
+
excludePrivate,
|
|
250
251
|
pageNumber,
|
|
251
252
|
take,
|
|
252
253
|
skip,
|
|
@@ -327,6 +328,10 @@ export class CourseSessionsService {
|
|
|
327
328
|
* Gets or sets a value indicating whether to exclude course sessions whose courses have been archived.
|
|
328
329
|
*/
|
|
329
330
|
excludeArchived?: boolean;
|
|
331
|
+
/**
|
|
332
|
+
* Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
|
|
333
|
+
*/
|
|
334
|
+
excludePrivate?: boolean;
|
|
330
335
|
/**
|
|
331
336
|
* Gets or sets the page number for paged queries.
|
|
332
337
|
*/
|
|
@@ -393,6 +398,7 @@ export class CourseSessionsService {
|
|
|
393
398
|
IncludeVenue: includeVenue,
|
|
394
399
|
IncludeOffers: includeOffers,
|
|
395
400
|
ExcludeArchived: excludeArchived,
|
|
401
|
+
ExcludePrivate: excludePrivate,
|
|
396
402
|
PageNumber: pageNumber,
|
|
397
403
|
Take: take,
|
|
398
404
|
Skip: skip,
|
|
@@ -517,6 +523,7 @@ export class CourseSessionsService {
|
|
|
517
523
|
includeVenue,
|
|
518
524
|
includeOffers,
|
|
519
525
|
excludeArchived,
|
|
526
|
+
excludePrivate,
|
|
520
527
|
pageNumber,
|
|
521
528
|
take,
|
|
522
529
|
skip,
|
|
@@ -597,6 +604,10 @@ export class CourseSessionsService {
|
|
|
597
604
|
* Gets or sets a value indicating whether to exclude course sessions whose courses have been archived.
|
|
598
605
|
*/
|
|
599
606
|
excludeArchived?: boolean;
|
|
607
|
+
/**
|
|
608
|
+
* Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
|
|
609
|
+
*/
|
|
610
|
+
excludePrivate?: boolean;
|
|
600
611
|
/**
|
|
601
612
|
* Gets or sets the page number for paged queries.
|
|
602
613
|
*/
|
|
@@ -663,6 +674,7 @@ export class CourseSessionsService {
|
|
|
663
674
|
IncludeVenue: includeVenue,
|
|
664
675
|
IncludeOffers: includeOffers,
|
|
665
676
|
ExcludeArchived: excludeArchived,
|
|
677
|
+
ExcludePrivate: excludePrivate,
|
|
666
678
|
PageNumber: pageNumber,
|
|
667
679
|
Take: take,
|
|
668
680
|
Skip: skip,
|
|
@@ -706,6 +718,7 @@ export class CourseSessionsService {
|
|
|
706
718
|
includeVenue,
|
|
707
719
|
includeOffers,
|
|
708
720
|
excludeArchived,
|
|
721
|
+
excludePrivate,
|
|
709
722
|
pageNumber,
|
|
710
723
|
take,
|
|
711
724
|
skip,
|
|
@@ -786,6 +799,10 @@ export class CourseSessionsService {
|
|
|
786
799
|
* Gets or sets a value indicating whether to exclude course sessions whose courses have been archived.
|
|
787
800
|
*/
|
|
788
801
|
excludeArchived?: boolean;
|
|
802
|
+
/**
|
|
803
|
+
* Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
|
|
804
|
+
*/
|
|
805
|
+
excludePrivate?: boolean;
|
|
789
806
|
/**
|
|
790
807
|
* Gets or sets the page number for paged queries.
|
|
791
808
|
*/
|
|
@@ -852,6 +869,7 @@ export class CourseSessionsService {
|
|
|
852
869
|
IncludeVenue: includeVenue,
|
|
853
870
|
IncludeOffers: includeOffers,
|
|
854
871
|
ExcludeArchived: excludeArchived,
|
|
872
|
+
ExcludePrivate: excludePrivate,
|
|
855
873
|
PageNumber: pageNumber,
|
|
856
874
|
Take: take,
|
|
857
875
|
Skip: skip,
|
|
@@ -895,6 +913,7 @@ export class CourseSessionsService {
|
|
|
895
913
|
includeVenue,
|
|
896
914
|
includeOffers,
|
|
897
915
|
excludeArchived,
|
|
916
|
+
excludePrivate,
|
|
898
917
|
pageNumber,
|
|
899
918
|
take,
|
|
900
919
|
skip,
|
|
@@ -975,6 +994,10 @@ export class CourseSessionsService {
|
|
|
975
994
|
* Gets or sets a value indicating whether to exclude course sessions whose courses have been archived.
|
|
976
995
|
*/
|
|
977
996
|
excludeArchived?: boolean;
|
|
997
|
+
/**
|
|
998
|
+
* Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
|
|
999
|
+
*/
|
|
1000
|
+
excludePrivate?: boolean;
|
|
978
1001
|
/**
|
|
979
1002
|
* Gets or sets the page number for paged queries.
|
|
980
1003
|
*/
|
|
@@ -1041,6 +1064,7 @@ export class CourseSessionsService {
|
|
|
1041
1064
|
IncludeVenue: includeVenue,
|
|
1042
1065
|
IncludeOffers: includeOffers,
|
|
1043
1066
|
ExcludeArchived: excludeArchived,
|
|
1067
|
+
ExcludePrivate: excludePrivate,
|
|
1044
1068
|
PageNumber: pageNumber,
|
|
1045
1069
|
Take: take,
|
|
1046
1070
|
Skip: skip,
|
|
@@ -1084,6 +1108,7 @@ export class CourseSessionsService {
|
|
|
1084
1108
|
includeVenue,
|
|
1085
1109
|
includeOffers,
|
|
1086
1110
|
excludeArchived,
|
|
1111
|
+
excludePrivate,
|
|
1087
1112
|
pageNumber,
|
|
1088
1113
|
take,
|
|
1089
1114
|
skip,
|
|
@@ -1164,6 +1189,10 @@ export class CourseSessionsService {
|
|
|
1164
1189
|
* Gets or sets a value indicating whether to exclude course sessions whose courses have been archived.
|
|
1165
1190
|
*/
|
|
1166
1191
|
excludeArchived?: boolean;
|
|
1192
|
+
/**
|
|
1193
|
+
* Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
|
|
1194
|
+
*/
|
|
1195
|
+
excludePrivate?: boolean;
|
|
1167
1196
|
/**
|
|
1168
1197
|
* Gets or sets the page number for paged queries.
|
|
1169
1198
|
*/
|
|
@@ -1230,6 +1259,7 @@ export class CourseSessionsService {
|
|
|
1230
1259
|
IncludeVenue: includeVenue,
|
|
1231
1260
|
IncludeOffers: includeOffers,
|
|
1232
1261
|
ExcludeArchived: excludeArchived,
|
|
1262
|
+
ExcludePrivate: excludePrivate,
|
|
1233
1263
|
PageNumber: pageNumber,
|
|
1234
1264
|
Take: take,
|
|
1235
1265
|
Skip: skip,
|
|
@@ -109,6 +109,7 @@ export class PublicScheduledSessionsService {
|
|
|
109
109
|
includeOrders,
|
|
110
110
|
hasAvailability,
|
|
111
111
|
excludeArchived,
|
|
112
|
+
excludePrivate,
|
|
112
113
|
orderFirstNameContains,
|
|
113
114
|
orderLastNameContains,
|
|
114
115
|
sortBy,
|
|
@@ -218,6 +219,10 @@ export class PublicScheduledSessionsService {
|
|
|
218
219
|
* Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
|
|
219
220
|
*/
|
|
220
221
|
excludeArchived?: boolean;
|
|
222
|
+
/**
|
|
223
|
+
* Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
|
|
224
|
+
*/
|
|
225
|
+
excludePrivate?: boolean;
|
|
221
226
|
/**
|
|
222
227
|
* Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
|
|
223
228
|
*/
|
|
@@ -309,6 +314,7 @@ export class PublicScheduledSessionsService {
|
|
|
309
314
|
IncludeOrders: includeOrders,
|
|
310
315
|
HasAvailability: hasAvailability,
|
|
311
316
|
ExcludeArchived: excludeArchived,
|
|
317
|
+
ExcludePrivate: excludePrivate,
|
|
312
318
|
OrderFirstNameContains: orderFirstNameContains,
|
|
313
319
|
OrderLastNameContains: orderLastNameContains,
|
|
314
320
|
SortBy: sortBy,
|
|
@@ -499,6 +505,7 @@ export class PublicScheduledSessionsService {
|
|
|
499
505
|
includeOrders,
|
|
500
506
|
hasAvailability,
|
|
501
507
|
excludeArchived,
|
|
508
|
+
excludePrivate,
|
|
502
509
|
orderFirstNameContains,
|
|
503
510
|
orderLastNameContains,
|
|
504
511
|
sortBy,
|
|
@@ -611,6 +618,10 @@ export class PublicScheduledSessionsService {
|
|
|
611
618
|
* Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
|
|
612
619
|
*/
|
|
613
620
|
excludeArchived?: boolean;
|
|
621
|
+
/**
|
|
622
|
+
* Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
|
|
623
|
+
*/
|
|
624
|
+
excludePrivate?: boolean;
|
|
614
625
|
/**
|
|
615
626
|
* Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
|
|
616
627
|
*/
|
|
@@ -702,6 +713,7 @@ export class PublicScheduledSessionsService {
|
|
|
702
713
|
IncludeOrders: includeOrders,
|
|
703
714
|
HasAvailability: hasAvailability,
|
|
704
715
|
ExcludeArchived: excludeArchived,
|
|
716
|
+
ExcludePrivate: excludePrivate,
|
|
705
717
|
OrderFirstNameContains: orderFirstNameContains,
|
|
706
718
|
OrderLastNameContains: orderLastNameContains,
|
|
707
719
|
SortBy: sortBy,
|
|
@@ -471,6 +471,7 @@ export class PublicSessionsService {
|
|
|
471
471
|
includeOrders,
|
|
472
472
|
hasAvailability,
|
|
473
473
|
excludeArchived,
|
|
474
|
+
excludePrivate,
|
|
474
475
|
orderFirstNameContains,
|
|
475
476
|
orderLastNameContains,
|
|
476
477
|
sortBy,
|
|
@@ -583,6 +584,10 @@ export class PublicSessionsService {
|
|
|
583
584
|
* Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
|
|
584
585
|
*/
|
|
585
586
|
excludeArchived?: boolean;
|
|
587
|
+
/**
|
|
588
|
+
* Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
|
|
589
|
+
*/
|
|
590
|
+
excludePrivate?: boolean;
|
|
586
591
|
/**
|
|
587
592
|
* Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
|
|
588
593
|
*/
|
|
@@ -674,6 +679,7 @@ export class PublicSessionsService {
|
|
|
674
679
|
IncludeOrders: includeOrders,
|
|
675
680
|
HasAvailability: hasAvailability,
|
|
676
681
|
ExcludeArchived: excludeArchived,
|
|
682
|
+
ExcludePrivate: excludePrivate,
|
|
677
683
|
OrderFirstNameContains: orderFirstNameContains,
|
|
678
684
|
OrderLastNameContains: orderLastNameContains,
|
|
679
685
|
SortBy: sortBy,
|
|
@@ -394,6 +394,7 @@ export class ScheduledSessionsService {
|
|
|
394
394
|
includeOrders,
|
|
395
395
|
hasAvailability,
|
|
396
396
|
excludeArchived,
|
|
397
|
+
excludePrivate,
|
|
397
398
|
orderFirstNameContains,
|
|
398
399
|
orderLastNameContains,
|
|
399
400
|
sortBy,
|
|
@@ -502,6 +503,10 @@ export class ScheduledSessionsService {
|
|
|
502
503
|
* Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
|
|
503
504
|
*/
|
|
504
505
|
excludeArchived?: boolean;
|
|
506
|
+
/**
|
|
507
|
+
* Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
|
|
508
|
+
*/
|
|
509
|
+
excludePrivate?: boolean;
|
|
505
510
|
/**
|
|
506
511
|
* Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
|
|
507
512
|
*/
|
|
@@ -590,6 +595,7 @@ export class ScheduledSessionsService {
|
|
|
590
595
|
IncludeOrders: includeOrders,
|
|
591
596
|
HasAvailability: hasAvailability,
|
|
592
597
|
ExcludeArchived: excludeArchived,
|
|
598
|
+
ExcludePrivate: excludePrivate,
|
|
593
599
|
OrderFirstNameContains: orderFirstNameContains,
|
|
594
600
|
OrderLastNameContains: orderLastNameContains,
|
|
595
601
|
SortBy: sortBy,
|
|
@@ -724,6 +730,7 @@ export class ScheduledSessionsService {
|
|
|
724
730
|
includeOrders,
|
|
725
731
|
hasAvailability,
|
|
726
732
|
excludeArchived,
|
|
733
|
+
excludePrivate,
|
|
727
734
|
orderFirstNameContains,
|
|
728
735
|
orderLastNameContains,
|
|
729
736
|
sortBy,
|
|
@@ -832,6 +839,10 @@ export class ScheduledSessionsService {
|
|
|
832
839
|
* Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
|
|
833
840
|
*/
|
|
834
841
|
excludeArchived?: boolean;
|
|
842
|
+
/**
|
|
843
|
+
* Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
|
|
844
|
+
*/
|
|
845
|
+
excludePrivate?: boolean;
|
|
835
846
|
/**
|
|
836
847
|
* Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
|
|
837
848
|
*/
|
|
@@ -920,6 +931,7 @@ export class ScheduledSessionsService {
|
|
|
920
931
|
IncludeOrders: includeOrders,
|
|
921
932
|
HasAvailability: hasAvailability,
|
|
922
933
|
ExcludeArchived: excludeArchived,
|
|
934
|
+
ExcludePrivate: excludePrivate,
|
|
923
935
|
OrderFirstNameContains: orderFirstNameContains,
|
|
924
936
|
OrderLastNameContains: orderLastNameContains,
|
|
925
937
|
SortBy: sortBy,
|
|
@@ -973,6 +985,7 @@ export class ScheduledSessionsService {
|
|
|
973
985
|
includeOrders,
|
|
974
986
|
hasAvailability,
|
|
975
987
|
excludeArchived,
|
|
988
|
+
excludePrivate,
|
|
976
989
|
orderFirstNameContains,
|
|
977
990
|
orderLastNameContains,
|
|
978
991
|
sortBy,
|
|
@@ -1081,6 +1094,10 @@ export class ScheduledSessionsService {
|
|
|
1081
1094
|
* Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
|
|
1082
1095
|
*/
|
|
1083
1096
|
excludeArchived?: boolean;
|
|
1097
|
+
/**
|
|
1098
|
+
* Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
|
|
1099
|
+
*/
|
|
1100
|
+
excludePrivate?: boolean;
|
|
1084
1101
|
/**
|
|
1085
1102
|
* Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
|
|
1086
1103
|
*/
|
|
@@ -1169,6 +1186,7 @@ export class ScheduledSessionsService {
|
|
|
1169
1186
|
IncludeOrders: includeOrders,
|
|
1170
1187
|
HasAvailability: hasAvailability,
|
|
1171
1188
|
ExcludeArchived: excludeArchived,
|
|
1189
|
+
ExcludePrivate: excludePrivate,
|
|
1172
1190
|
OrderFirstNameContains: orderFirstNameContains,
|
|
1173
1191
|
OrderLastNameContains: orderLastNameContains,
|
|
1174
1192
|
SortBy: sortBy,
|
|
@@ -1222,6 +1240,7 @@ export class ScheduledSessionsService {
|
|
|
1222
1240
|
includeOrders,
|
|
1223
1241
|
hasAvailability,
|
|
1224
1242
|
excludeArchived,
|
|
1243
|
+
excludePrivate,
|
|
1225
1244
|
orderFirstNameContains,
|
|
1226
1245
|
orderLastNameContains,
|
|
1227
1246
|
sortBy,
|
|
@@ -1330,6 +1349,10 @@ export class ScheduledSessionsService {
|
|
|
1330
1349
|
* Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
|
|
1331
1350
|
*/
|
|
1332
1351
|
excludeArchived?: boolean;
|
|
1352
|
+
/**
|
|
1353
|
+
* Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
|
|
1354
|
+
*/
|
|
1355
|
+
excludePrivate?: boolean;
|
|
1333
1356
|
/**
|
|
1334
1357
|
* Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
|
|
1335
1358
|
*/
|
|
@@ -1418,6 +1441,7 @@ export class ScheduledSessionsService {
|
|
|
1418
1441
|
IncludeOrders: includeOrders,
|
|
1419
1442
|
HasAvailability: hasAvailability,
|
|
1420
1443
|
ExcludeArchived: excludeArchived,
|
|
1444
|
+
ExcludePrivate: excludePrivate,
|
|
1421
1445
|
OrderFirstNameContains: orderFirstNameContains,
|
|
1422
1446
|
OrderLastNameContains: orderLastNameContains,
|
|
1423
1447
|
SortBy: sortBy,
|
|
@@ -1471,6 +1495,7 @@ export class ScheduledSessionsService {
|
|
|
1471
1495
|
includeOrders,
|
|
1472
1496
|
hasAvailability,
|
|
1473
1497
|
excludeArchived,
|
|
1498
|
+
excludePrivate,
|
|
1474
1499
|
orderFirstNameContains,
|
|
1475
1500
|
orderLastNameContains,
|
|
1476
1501
|
sortBy,
|
|
@@ -1579,6 +1604,10 @@ export class ScheduledSessionsService {
|
|
|
1579
1604
|
* Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
|
|
1580
1605
|
*/
|
|
1581
1606
|
excludeArchived?: boolean;
|
|
1607
|
+
/**
|
|
1608
|
+
* Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
|
|
1609
|
+
*/
|
|
1610
|
+
excludePrivate?: boolean;
|
|
1582
1611
|
/**
|
|
1583
1612
|
* Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
|
|
1584
1613
|
*/
|
|
@@ -1667,6 +1696,7 @@ export class ScheduledSessionsService {
|
|
|
1667
1696
|
IncludeOrders: includeOrders,
|
|
1668
1697
|
HasAvailability: hasAvailability,
|
|
1669
1698
|
ExcludeArchived: excludeArchived,
|
|
1699
|
+
ExcludePrivate: excludePrivate,
|
|
1670
1700
|
OrderFirstNameContains: orderFirstNameContains,
|
|
1671
1701
|
OrderLastNameContains: orderLastNameContains,
|
|
1672
1702
|
SortBy: sortBy,
|