reach-api-sdk 1.0.198 → 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 +146 -26
- package/dist/reach-sdk.js +52 -0
- package/package.json +1 -1
- package/src/definition/swagger.yaml +146 -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/PublicWaitlistOpportunityService.ts +12 -0
- package/src/services/ScheduledSessionsService.ts +30 -0
- package/src/services/WaitlistOpportunityReportService.ts +36 -0
- package/src/services/WaitlistOpportunityService.ts +30 -0
|
@@ -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.
|
|
@@ -80470,6 +80510,11 @@ paths:
|
|
|
80470
80510
|
description: Gets or sets a value indicating whether to filter for future opportunities only.
|
|
80471
80511
|
schema:
|
|
80472
80512
|
type: boolean
|
|
80513
|
+
- name: Converted
|
|
80514
|
+
in: query
|
|
80515
|
+
description: Gets or sets a value indicating whether the waitlist opportunity is converted..
|
|
80516
|
+
schema:
|
|
80517
|
+
type: boolean
|
|
80473
80518
|
- name: PageNumber
|
|
80474
80519
|
in: query
|
|
80475
80520
|
description: Gets or sets the page number for paged queries.
|
|
@@ -80754,6 +80799,11 @@ paths:
|
|
|
80754
80799
|
description: Gets or sets a value indicating whether to filter for future opportunities only.
|
|
80755
80800
|
schema:
|
|
80756
80801
|
type: boolean
|
|
80802
|
+
- name: Converted
|
|
80803
|
+
in: query
|
|
80804
|
+
description: Gets or sets a value indicating whether the waitlist opportunity is converted..
|
|
80805
|
+
schema:
|
|
80806
|
+
type: boolean
|
|
80757
80807
|
- name: PageNumber
|
|
80758
80808
|
in: query
|
|
80759
80809
|
description: Gets or sets the page number for paged queries.
|
|
@@ -85883,6 +85933,11 @@ paths:
|
|
|
85883
85933
|
description: Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
|
|
85884
85934
|
schema:
|
|
85885
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
|
|
85886
85941
|
- name: OrderFirstNameContains
|
|
85887
85942
|
in: query
|
|
85888
85943
|
description: Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
|
|
@@ -86335,6 +86390,11 @@ paths:
|
|
|
86335
86390
|
description: Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
|
|
86336
86391
|
schema:
|
|
86337
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
|
|
86338
86398
|
- name: OrderFirstNameContains
|
|
86339
86399
|
in: query
|
|
86340
86400
|
description: Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
|
|
@@ -86609,6 +86669,11 @@ paths:
|
|
|
86609
86669
|
description: Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
|
|
86610
86670
|
schema:
|
|
86611
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
|
|
86612
86677
|
- name: OrderFirstNameContains
|
|
86613
86678
|
in: query
|
|
86614
86679
|
description: Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
|
|
@@ -86886,6 +86951,11 @@ paths:
|
|
|
86886
86951
|
description: Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
|
|
86887
86952
|
schema:
|
|
86888
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
|
|
86889
86959
|
- name: OrderFirstNameContains
|
|
86890
86960
|
in: query
|
|
86891
86961
|
description: Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
|
|
@@ -87166,6 +87236,11 @@ paths:
|
|
|
87166
87236
|
description: Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
|
|
87167
87237
|
schema:
|
|
87168
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
|
|
87169
87244
|
- name: OrderFirstNameContains
|
|
87170
87245
|
in: query
|
|
87171
87246
|
description: Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
|
|
@@ -131378,6 +131453,11 @@ paths:
|
|
|
131378
131453
|
description: Gets or sets a value indicating whether to filter for future opportunities only.
|
|
131379
131454
|
schema:
|
|
131380
131455
|
type: boolean
|
|
131456
|
+
- name: Converted
|
|
131457
|
+
in: query
|
|
131458
|
+
description: Gets or sets a value indicating whether the waitlist opportunity is converted..
|
|
131459
|
+
schema:
|
|
131460
|
+
type: boolean
|
|
131381
131461
|
- name: PageNumber
|
|
131382
131462
|
in: query
|
|
131383
131463
|
description: Gets or sets the page number for paged queries.
|
|
@@ -131711,6 +131791,11 @@ paths:
|
|
|
131711
131791
|
description: Gets or sets a value indicating whether to filter for future opportunities only.
|
|
131712
131792
|
schema:
|
|
131713
131793
|
type: boolean
|
|
131794
|
+
- name: Converted
|
|
131795
|
+
in: query
|
|
131796
|
+
description: Gets or sets a value indicating whether the waitlist opportunity is converted..
|
|
131797
|
+
schema:
|
|
131798
|
+
type: boolean
|
|
131714
131799
|
- name: PageNumber
|
|
131715
131800
|
in: query
|
|
131716
131801
|
description: Gets or sets the page number for paged queries.
|
|
@@ -131866,6 +131951,11 @@ paths:
|
|
|
131866
131951
|
description: Gets or sets a value indicating whether to filter for future opportunities only.
|
|
131867
131952
|
schema:
|
|
131868
131953
|
type: boolean
|
|
131954
|
+
- name: Converted
|
|
131955
|
+
in: query
|
|
131956
|
+
description: Gets or sets a value indicating whether the waitlist opportunity is converted..
|
|
131957
|
+
schema:
|
|
131958
|
+
type: boolean
|
|
131869
131959
|
- name: PageNumber
|
|
131870
131960
|
in: query
|
|
131871
131961
|
description: Gets or sets the page number for paged queries.
|
|
@@ -132024,6 +132114,11 @@ paths:
|
|
|
132024
132114
|
description: Gets or sets a value indicating whether to filter for future opportunities only.
|
|
132025
132115
|
schema:
|
|
132026
132116
|
type: boolean
|
|
132117
|
+
- name: Converted
|
|
132118
|
+
in: query
|
|
132119
|
+
description: Gets or sets a value indicating whether the waitlist opportunity is converted..
|
|
132120
|
+
schema:
|
|
132121
|
+
type: boolean
|
|
132027
132122
|
- name: PageNumber
|
|
132028
132123
|
in: query
|
|
132029
132124
|
description: Gets or sets the page number for paged queries.
|
|
@@ -132185,6 +132280,11 @@ paths:
|
|
|
132185
132280
|
description: Gets or sets a value indicating whether to filter for future opportunities only.
|
|
132186
132281
|
schema:
|
|
132187
132282
|
type: boolean
|
|
132283
|
+
- name: Converted
|
|
132284
|
+
in: query
|
|
132285
|
+
description: Gets or sets a value indicating whether the waitlist opportunity is converted..
|
|
132286
|
+
schema:
|
|
132287
|
+
type: boolean
|
|
132188
132288
|
- name: PageNumber
|
|
132189
132289
|
in: query
|
|
132190
132290
|
description: Gets or sets the page number for paged queries.
|
|
@@ -132347,6 +132447,11 @@ paths:
|
|
|
132347
132447
|
description: Gets or sets a value indicating whether to filter for future opportunities only.
|
|
132348
132448
|
schema:
|
|
132349
132449
|
type: boolean
|
|
132450
|
+
- name: Converted
|
|
132451
|
+
in: query
|
|
132452
|
+
description: Gets or sets a value indicating whether the waitlist opportunity is converted..
|
|
132453
|
+
schema:
|
|
132454
|
+
type: boolean
|
|
132350
132455
|
- name: PageNumber
|
|
132351
132456
|
in: query
|
|
132352
132457
|
description: Gets or sets the page number for paged queries.
|
|
@@ -132894,6 +132999,11 @@ paths:
|
|
|
132894
132999
|
description: Gets or sets a value indicating whether to filter for future opportunities only.
|
|
132895
133000
|
schema:
|
|
132896
133001
|
type: boolean
|
|
133002
|
+
- name: Converted
|
|
133003
|
+
in: query
|
|
133004
|
+
description: Gets or sets a value indicating whether the waitlist opportunity is converted..
|
|
133005
|
+
schema:
|
|
133006
|
+
type: boolean
|
|
132897
133007
|
- name: PageNumber
|
|
132898
133008
|
in: query
|
|
132899
133009
|
description: Gets or sets the page number for paged queries.
|
|
@@ -133227,6 +133337,11 @@ paths:
|
|
|
133227
133337
|
description: Gets or sets a value indicating whether to filter for future opportunities only.
|
|
133228
133338
|
schema:
|
|
133229
133339
|
type: boolean
|
|
133340
|
+
- name: Converted
|
|
133341
|
+
in: query
|
|
133342
|
+
description: Gets or sets a value indicating whether the waitlist opportunity is converted..
|
|
133343
|
+
schema:
|
|
133344
|
+
type: boolean
|
|
133230
133345
|
- name: PageNumber
|
|
133231
133346
|
in: query
|
|
133232
133347
|
description: Gets or sets the page number for paged queries.
|
|
@@ -133382,6 +133497,11 @@ paths:
|
|
|
133382
133497
|
description: Gets or sets a value indicating whether to filter for future opportunities only.
|
|
133383
133498
|
schema:
|
|
133384
133499
|
type: boolean
|
|
133500
|
+
- name: Converted
|
|
133501
|
+
in: query
|
|
133502
|
+
description: Gets or sets a value indicating whether the waitlist opportunity is converted..
|
|
133503
|
+
schema:
|
|
133504
|
+
type: boolean
|
|
133385
133505
|
- name: PageNumber
|
|
133386
133506
|
in: query
|
|
133387
133507
|
description: Gets or sets the page number for paged queries.
|
|
@@ -133540,6 +133660,11 @@ paths:
|
|
|
133540
133660
|
description: Gets or sets a value indicating whether to filter for future opportunities only.
|
|
133541
133661
|
schema:
|
|
133542
133662
|
type: boolean
|
|
133663
|
+
- name: Converted
|
|
133664
|
+
in: query
|
|
133665
|
+
description: Gets or sets a value indicating whether the waitlist opportunity is converted..
|
|
133666
|
+
schema:
|
|
133667
|
+
type: boolean
|
|
133543
133668
|
- name: PageNumber
|
|
133544
133669
|
in: query
|
|
133545
133670
|
description: Gets or sets the page number for paged queries.
|
|
@@ -133701,6 +133826,11 @@ paths:
|
|
|
133701
133826
|
description: Gets or sets a value indicating whether to filter for future opportunities only.
|
|
133702
133827
|
schema:
|
|
133703
133828
|
type: boolean
|
|
133829
|
+
- name: Converted
|
|
133830
|
+
in: query
|
|
133831
|
+
description: Gets or sets a value indicating whether the waitlist opportunity is converted..
|
|
133832
|
+
schema:
|
|
133833
|
+
type: boolean
|
|
133704
133834
|
- name: PageNumber
|
|
133705
133835
|
in: query
|
|
133706
133836
|
description: Gets or sets the page number for paged queries.
|
|
@@ -141358,6 +141488,10 @@ components:
|
|
|
141358
141488
|
type: boolean
|
|
141359
141489
|
description: Gets or sets a value indicating whether a venue manager has add provider permissions.
|
|
141360
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
|
|
141361
141495
|
additionalProperties: false
|
|
141362
141496
|
description: Represents permissions within the Reach application.
|
|
141363
141497
|
PermissionPage:
|
|
@@ -141448,6 +141582,10 @@ components:
|
|
|
141448
141582
|
type: boolean
|
|
141449
141583
|
description: Gets or sets a value indicating whether a venue manager has add provider permissions.
|
|
141450
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
|
|
141451
141589
|
additionalProperties: false
|
|
141452
141590
|
description: Post model for permission updates.
|
|
141453
141591
|
PermissionPost:
|
|
@@ -147966,6 +148104,10 @@ components:
|
|
|
147966
148104
|
type: boolean
|
|
147967
148105
|
description: Gets or sets a value indicating whether a venue manager has add provider permissions.
|
|
147968
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
|
|
147969
148111
|
additionalProperties: false
|
|
147970
148112
|
description: Represents permissions within the Reach application.
|
|
147971
148113
|
UserPermissionPage:
|
|
@@ -148056,6 +148198,10 @@ components:
|
|
|
148056
148198
|
type: boolean
|
|
148057
148199
|
description: Gets or sets a value indicating whether a venue manager has add provider permissions.
|
|
148058
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
|
|
148059
148205
|
additionalProperties: false
|
|
148060
148206
|
description: Post model for user permission updates.
|
|
148061
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,
|
|
@@ -163,6 +163,7 @@ export class PublicWaitlistOpportunityService {
|
|
|
163
163
|
courseId,
|
|
164
164
|
email,
|
|
165
165
|
futureOnly,
|
|
166
|
+
converted,
|
|
166
167
|
pageNumber,
|
|
167
168
|
take,
|
|
168
169
|
skip,
|
|
@@ -203,6 +204,10 @@ export class PublicWaitlistOpportunityService {
|
|
|
203
204
|
* Gets or sets a value indicating whether to filter for future opportunities only.
|
|
204
205
|
*/
|
|
205
206
|
futureOnly?: boolean;
|
|
207
|
+
/**
|
|
208
|
+
* Gets or sets a value indicating whether the waitlist opportunity is converted..
|
|
209
|
+
*/
|
|
210
|
+
converted?: boolean;
|
|
206
211
|
/**
|
|
207
212
|
* Gets or sets the page number for paged queries.
|
|
208
213
|
*/
|
|
@@ -261,6 +266,7 @@ export class PublicWaitlistOpportunityService {
|
|
|
261
266
|
CourseId: courseId,
|
|
262
267
|
Email: email,
|
|
263
268
|
FutureOnly: futureOnly,
|
|
269
|
+
Converted: converted,
|
|
264
270
|
PageNumber: pageNumber,
|
|
265
271
|
Take: take,
|
|
266
272
|
Skip: skip,
|
|
@@ -364,6 +370,7 @@ export class PublicWaitlistOpportunityService {
|
|
|
364
370
|
courseId,
|
|
365
371
|
email,
|
|
366
372
|
futureOnly,
|
|
373
|
+
converted,
|
|
367
374
|
pageNumber,
|
|
368
375
|
take,
|
|
369
376
|
skip,
|
|
@@ -404,6 +411,10 @@ export class PublicWaitlistOpportunityService {
|
|
|
404
411
|
* Gets or sets a value indicating whether to filter for future opportunities only.
|
|
405
412
|
*/
|
|
406
413
|
futureOnly?: boolean;
|
|
414
|
+
/**
|
|
415
|
+
* Gets or sets a value indicating whether the waitlist opportunity is converted..
|
|
416
|
+
*/
|
|
417
|
+
converted?: boolean;
|
|
407
418
|
/**
|
|
408
419
|
* Gets or sets the page number for paged queries.
|
|
409
420
|
*/
|
|
@@ -462,6 +473,7 @@ export class PublicWaitlistOpportunityService {
|
|
|
462
473
|
CourseId: courseId,
|
|
463
474
|
Email: email,
|
|
464
475
|
FutureOnly: futureOnly,
|
|
476
|
+
Converted: converted,
|
|
465
477
|
PageNumber: pageNumber,
|
|
466
478
|
Take: take,
|
|
467
479
|
Skip: skip,
|