reach-api-sdk 1.0.196 → 1.0.197
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/reach-sdk.d.ts +243 -100
- package/dist/reach-sdk.js +123 -73
- package/package.json +1 -1
- package/src/definition/swagger.yaml +265 -72
- package/src/index.ts +1 -0
- package/src/models/Course.ts +4 -0
- package/src/models/CoursePatch.ts +4 -0
- package/src/models/CreateTemplateDetail.ts +4 -0
- package/src/models/CreateTemplateFieldPermission.ts +1 -0
- package/src/models/GenericActivity.ts +4 -0
- package/src/models/Programme.ts +2 -0
- package/src/models/ProgrammePatch.ts +3 -0
- package/src/models/Session.ts +4 -0
- package/src/models/SessionPatch.ts +4 -0
- package/src/models/TemplateDetail.ts +4 -0
- package/src/models/TemplateDetailPatch.ts +4 -0
- package/src/models/TemplateFieldPermission.ts +1 -0
- package/src/models/TemplateFieldPermissionPatch.ts +1 -0
- package/src/models/WaitlistConversionStatsResponseDto.ts +10 -0
- package/src/services/CoursesService.ts +30 -0
- package/src/services/GenericActivityService.ts +84 -48
- package/src/services/PublicCoursesService.ts +12 -0
- package/src/services/PublicGenericActivityService.ts +56 -32
- package/src/services/PublicNetworksService.ts +14 -8
- package/src/services/PublicSessionsService.ts +28 -16
- package/src/services/SessionsService.ts +70 -40
- package/src/services/WaitlistOpportunityReportService.ts +3 -2
|
@@ -9779,6 +9779,11 @@ paths:
|
|
|
9779
9779
|
description: Gets or sets a value indicating whether the course is featured on the storefront.
|
|
9780
9780
|
schema:
|
|
9781
9781
|
type: boolean
|
|
9782
|
+
- name: Private
|
|
9783
|
+
in: query
|
|
9784
|
+
description: Gets or sets a value indicating whether the session is private or no.
|
|
9785
|
+
schema:
|
|
9786
|
+
type: boolean
|
|
9782
9787
|
- name: HasAvailability
|
|
9783
9788
|
in: query
|
|
9784
9789
|
description: Gets or sets a value indicating whether the scheduled session has availability.
|
|
@@ -10253,6 +10258,11 @@ paths:
|
|
|
10253
10258
|
description: Gets or sets a value indicating whether the course is featured on the storefront.
|
|
10254
10259
|
schema:
|
|
10255
10260
|
type: boolean
|
|
10261
|
+
- name: Private
|
|
10262
|
+
in: query
|
|
10263
|
+
description: Gets or sets a value indicating whether the session is private or no.
|
|
10264
|
+
schema:
|
|
10265
|
+
type: boolean
|
|
10256
10266
|
- name: HasAvailability
|
|
10257
10267
|
in: query
|
|
10258
10268
|
description: Gets or sets a value indicating whether the scheduled session has availability.
|
|
@@ -10549,6 +10559,11 @@ paths:
|
|
|
10549
10559
|
description: Gets or sets a value indicating whether the course is featured on the storefront.
|
|
10550
10560
|
schema:
|
|
10551
10561
|
type: boolean
|
|
10562
|
+
- name: Private
|
|
10563
|
+
in: query
|
|
10564
|
+
description: Gets or sets a value indicating whether the session is private or no.
|
|
10565
|
+
schema:
|
|
10566
|
+
type: boolean
|
|
10552
10567
|
- name: HasAvailability
|
|
10553
10568
|
in: query
|
|
10554
10569
|
description: Gets or sets a value indicating whether the scheduled session has availability.
|
|
@@ -10848,6 +10863,11 @@ paths:
|
|
|
10848
10863
|
description: Gets or sets a value indicating whether the course is featured on the storefront.
|
|
10849
10864
|
schema:
|
|
10850
10865
|
type: boolean
|
|
10866
|
+
- name: Private
|
|
10867
|
+
in: query
|
|
10868
|
+
description: Gets or sets a value indicating whether the session is private or no.
|
|
10869
|
+
schema:
|
|
10870
|
+
type: boolean
|
|
10851
10871
|
- name: HasAvailability
|
|
10852
10872
|
in: query
|
|
10853
10873
|
description: Gets or sets a value indicating whether the scheduled session has availability.
|
|
@@ -11150,6 +11170,11 @@ paths:
|
|
|
11150
11170
|
description: Gets or sets a value indicating whether the course is featured on the storefront.
|
|
11151
11171
|
schema:
|
|
11152
11172
|
type: boolean
|
|
11173
|
+
- name: Private
|
|
11174
|
+
in: query
|
|
11175
|
+
description: Gets or sets a value indicating whether the session is private or no.
|
|
11176
|
+
schema:
|
|
11177
|
+
type: boolean
|
|
11153
11178
|
- name: HasAvailability
|
|
11154
11179
|
in: query
|
|
11155
11180
|
description: Gets or sets a value indicating whether the scheduled session has availability.
|
|
@@ -26637,6 +26662,11 @@ paths:
|
|
|
26637
26662
|
description: Gets or sets a value indicating whether to filter on whether the activity is featured.
|
|
26638
26663
|
schema:
|
|
26639
26664
|
type: boolean
|
|
26665
|
+
- name: Private
|
|
26666
|
+
in: query
|
|
26667
|
+
description: Gets or sets a value indicating does session is private or no.
|
|
26668
|
+
schema:
|
|
26669
|
+
type: boolean
|
|
26640
26670
|
- name: SearchGeoCenter
|
|
26641
26671
|
in: query
|
|
26642
26672
|
description: Gets or sets SearchGeoCenter.
|
|
@@ -26731,15 +26761,15 @@ paths:
|
|
|
26731
26761
|
description: Gets or sets TimeOfDay.
|
|
26732
26762
|
schema:
|
|
26733
26763
|
type: string
|
|
26734
|
-
- name:
|
|
26764
|
+
- name: StartDateTimeGTE
|
|
26735
26765
|
in: query
|
|
26736
|
-
description: Gets or sets
|
|
26766
|
+
description: Gets or sets StartDateTimeGTE.
|
|
26737
26767
|
schema:
|
|
26738
26768
|
type: string
|
|
26739
26769
|
format: date-time
|
|
26740
|
-
- name:
|
|
26770
|
+
- name: EndDateTimeLTE
|
|
26741
26771
|
in: query
|
|
26742
|
-
description: Gets or sets
|
|
26772
|
+
description: Gets or sets EndDateTimeLTE.
|
|
26743
26773
|
schema:
|
|
26744
26774
|
type: string
|
|
26745
26775
|
format: date-time
|
|
@@ -27019,6 +27049,11 @@ paths:
|
|
|
27019
27049
|
description: Gets or sets a value indicating whether to filter on whether the activity is featured.
|
|
27020
27050
|
schema:
|
|
27021
27051
|
type: boolean
|
|
27052
|
+
- name: Private
|
|
27053
|
+
in: query
|
|
27054
|
+
description: Gets or sets a value indicating does session is private or no.
|
|
27055
|
+
schema:
|
|
27056
|
+
type: boolean
|
|
27022
27057
|
- name: SearchGeoCenter
|
|
27023
27058
|
in: query
|
|
27024
27059
|
description: Gets or sets SearchGeoCenter.
|
|
@@ -27113,15 +27148,15 @@ paths:
|
|
|
27113
27148
|
description: Gets or sets TimeOfDay.
|
|
27114
27149
|
schema:
|
|
27115
27150
|
type: string
|
|
27116
|
-
- name:
|
|
27151
|
+
- name: StartDateTimeGTE
|
|
27117
27152
|
in: query
|
|
27118
|
-
description: Gets or sets
|
|
27153
|
+
description: Gets or sets StartDateTimeGTE.
|
|
27119
27154
|
schema:
|
|
27120
27155
|
type: string
|
|
27121
27156
|
format: date-time
|
|
27122
|
-
- name:
|
|
27157
|
+
- name: EndDateTimeLTE
|
|
27123
27158
|
in: query
|
|
27124
|
-
description: Gets or sets
|
|
27159
|
+
description: Gets or sets EndDateTimeLTE.
|
|
27125
27160
|
schema:
|
|
27126
27161
|
type: string
|
|
27127
27162
|
format: date-time
|
|
@@ -27332,6 +27367,11 @@ paths:
|
|
|
27332
27367
|
description: Gets or sets a value indicating whether to filter on whether the activity is featured.
|
|
27333
27368
|
schema:
|
|
27334
27369
|
type: boolean
|
|
27370
|
+
- name: Private
|
|
27371
|
+
in: query
|
|
27372
|
+
description: Gets or sets a value indicating does session is private or no.
|
|
27373
|
+
schema:
|
|
27374
|
+
type: boolean
|
|
27335
27375
|
- name: SearchGeoCenter
|
|
27336
27376
|
in: query
|
|
27337
27377
|
description: Gets or sets SearchGeoCenter.
|
|
@@ -27426,15 +27466,15 @@ paths:
|
|
|
27426
27466
|
description: Gets or sets TimeOfDay.
|
|
27427
27467
|
schema:
|
|
27428
27468
|
type: string
|
|
27429
|
-
- name:
|
|
27469
|
+
- name: StartDateTimeGTE
|
|
27430
27470
|
in: query
|
|
27431
|
-
description: Gets or sets
|
|
27471
|
+
description: Gets or sets StartDateTimeGTE.
|
|
27432
27472
|
schema:
|
|
27433
27473
|
type: string
|
|
27434
27474
|
format: date-time
|
|
27435
|
-
- name:
|
|
27475
|
+
- name: EndDateTimeLTE
|
|
27436
27476
|
in: query
|
|
27437
|
-
description: Gets or sets
|
|
27477
|
+
description: Gets or sets EndDateTimeLTE.
|
|
27438
27478
|
schema:
|
|
27439
27479
|
type: string
|
|
27440
27480
|
format: date-time
|
|
@@ -27648,6 +27688,11 @@ paths:
|
|
|
27648
27688
|
description: Gets or sets a value indicating whether to filter on whether the activity is featured.
|
|
27649
27689
|
schema:
|
|
27650
27690
|
type: boolean
|
|
27691
|
+
- name: Private
|
|
27692
|
+
in: query
|
|
27693
|
+
description: Gets or sets a value indicating does session is private or no.
|
|
27694
|
+
schema:
|
|
27695
|
+
type: boolean
|
|
27651
27696
|
- name: SearchGeoCenter
|
|
27652
27697
|
in: query
|
|
27653
27698
|
description: Gets or sets SearchGeoCenter.
|
|
@@ -27742,15 +27787,15 @@ paths:
|
|
|
27742
27787
|
description: Gets or sets TimeOfDay.
|
|
27743
27788
|
schema:
|
|
27744
27789
|
type: string
|
|
27745
|
-
- name:
|
|
27790
|
+
- name: StartDateTimeGTE
|
|
27746
27791
|
in: query
|
|
27747
|
-
description: Gets or sets
|
|
27792
|
+
description: Gets or sets StartDateTimeGTE.
|
|
27748
27793
|
schema:
|
|
27749
27794
|
type: string
|
|
27750
27795
|
format: date-time
|
|
27751
|
-
- name:
|
|
27796
|
+
- name: EndDateTimeLTE
|
|
27752
27797
|
in: query
|
|
27753
|
-
description: Gets or sets
|
|
27798
|
+
description: Gets or sets EndDateTimeLTE.
|
|
27754
27799
|
schema:
|
|
27755
27800
|
type: string
|
|
27756
27801
|
format: date-time
|
|
@@ -27961,6 +28006,11 @@ paths:
|
|
|
27961
28006
|
description: Gets or sets a value indicating whether to filter on whether the activity is featured.
|
|
27962
28007
|
schema:
|
|
27963
28008
|
type: boolean
|
|
28009
|
+
- name: Private
|
|
28010
|
+
in: query
|
|
28011
|
+
description: Gets or sets a value indicating does session is private or no.
|
|
28012
|
+
schema:
|
|
28013
|
+
type: boolean
|
|
27964
28014
|
- name: SearchGeoCenter
|
|
27965
28015
|
in: query
|
|
27966
28016
|
description: Gets or sets SearchGeoCenter.
|
|
@@ -28055,15 +28105,15 @@ paths:
|
|
|
28055
28105
|
description: Gets or sets TimeOfDay.
|
|
28056
28106
|
schema:
|
|
28057
28107
|
type: string
|
|
28058
|
-
- name:
|
|
28108
|
+
- name: StartDateTimeGTE
|
|
28059
28109
|
in: query
|
|
28060
|
-
description: Gets or sets
|
|
28110
|
+
description: Gets or sets StartDateTimeGTE.
|
|
28061
28111
|
schema:
|
|
28062
28112
|
type: string
|
|
28063
28113
|
format: date-time
|
|
28064
|
-
- name:
|
|
28114
|
+
- name: EndDateTimeLTE
|
|
28065
28115
|
in: query
|
|
28066
|
-
description: Gets or sets
|
|
28116
|
+
description: Gets or sets EndDateTimeLTE.
|
|
28067
28117
|
schema:
|
|
28068
28118
|
type: string
|
|
28069
28119
|
format: date-time
|
|
@@ -28280,6 +28330,11 @@ paths:
|
|
|
28280
28330
|
description: Gets or sets a value indicating whether to filter on whether the activity is featured.
|
|
28281
28331
|
schema:
|
|
28282
28332
|
type: boolean
|
|
28333
|
+
- name: Private
|
|
28334
|
+
in: query
|
|
28335
|
+
description: Gets or sets a value indicating does session is private or no.
|
|
28336
|
+
schema:
|
|
28337
|
+
type: boolean
|
|
28283
28338
|
- name: SearchGeoCenter
|
|
28284
28339
|
in: query
|
|
28285
28340
|
description: Gets or sets SearchGeoCenter.
|
|
@@ -28374,15 +28429,15 @@ paths:
|
|
|
28374
28429
|
description: Gets or sets TimeOfDay.
|
|
28375
28430
|
schema:
|
|
28376
28431
|
type: string
|
|
28377
|
-
- name:
|
|
28432
|
+
- name: StartDateTimeGTE
|
|
28378
28433
|
in: query
|
|
28379
|
-
description: Gets or sets
|
|
28434
|
+
description: Gets or sets StartDateTimeGTE.
|
|
28380
28435
|
schema:
|
|
28381
28436
|
type: string
|
|
28382
28437
|
format: date-time
|
|
28383
|
-
- name:
|
|
28438
|
+
- name: EndDateTimeLTE
|
|
28384
28439
|
in: query
|
|
28385
|
-
description: Gets or sets
|
|
28440
|
+
description: Gets or sets EndDateTimeLTE.
|
|
28386
28441
|
schema:
|
|
28387
28442
|
type: string
|
|
28388
28443
|
format: date-time
|
|
@@ -60714,6 +60769,11 @@ paths:
|
|
|
60714
60769
|
description: Gets or sets a value indicating whether the course is featured on the storefront.
|
|
60715
60770
|
schema:
|
|
60716
60771
|
type: boolean
|
|
60772
|
+
- name: Private
|
|
60773
|
+
in: query
|
|
60774
|
+
description: Gets or sets a value indicating whether the session is private or no.
|
|
60775
|
+
schema:
|
|
60776
|
+
type: boolean
|
|
60717
60777
|
- name: HasAvailability
|
|
60718
60778
|
in: query
|
|
60719
60779
|
description: Gets or sets a value indicating whether the scheduled session has availability.
|
|
@@ -61307,6 +61367,11 @@ paths:
|
|
|
61307
61367
|
description: Gets or sets a value indicating whether the course is featured on the storefront.
|
|
61308
61368
|
schema:
|
|
61309
61369
|
type: boolean
|
|
61370
|
+
- name: Private
|
|
61371
|
+
in: query
|
|
61372
|
+
description: Gets or sets a value indicating whether the session is private or no.
|
|
61373
|
+
schema:
|
|
61374
|
+
type: boolean
|
|
61310
61375
|
- name: HasAvailability
|
|
61311
61376
|
in: query
|
|
61312
61377
|
description: Gets or sets a value indicating whether the scheduled session has availability.
|
|
@@ -63202,6 +63267,11 @@ paths:
|
|
|
63202
63267
|
description: Gets or sets a value indicating whether to filter on whether the activity is featured.
|
|
63203
63268
|
schema:
|
|
63204
63269
|
type: boolean
|
|
63270
|
+
- name: Private
|
|
63271
|
+
in: query
|
|
63272
|
+
description: Gets or sets a value indicating does session is private or no.
|
|
63273
|
+
schema:
|
|
63274
|
+
type: boolean
|
|
63205
63275
|
- name: SearchGeoCenter
|
|
63206
63276
|
in: query
|
|
63207
63277
|
description: Gets or sets SearchGeoCenter.
|
|
@@ -63296,15 +63366,15 @@ paths:
|
|
|
63296
63366
|
description: Gets or sets TimeOfDay.
|
|
63297
63367
|
schema:
|
|
63298
63368
|
type: string
|
|
63299
|
-
- name:
|
|
63369
|
+
- name: StartDateTimeGTE
|
|
63300
63370
|
in: query
|
|
63301
|
-
description: Gets or sets
|
|
63371
|
+
description: Gets or sets StartDateTimeGTE.
|
|
63302
63372
|
schema:
|
|
63303
63373
|
type: string
|
|
63304
63374
|
format: date-time
|
|
63305
|
-
- name:
|
|
63375
|
+
- name: EndDateTimeLTE
|
|
63306
63376
|
in: query
|
|
63307
|
-
description: Gets or sets
|
|
63377
|
+
description: Gets or sets EndDateTimeLTE.
|
|
63308
63378
|
schema:
|
|
63309
63379
|
type: string
|
|
63310
63380
|
format: date-time
|
|
@@ -63515,6 +63585,11 @@ paths:
|
|
|
63515
63585
|
description: Gets or sets a value indicating whether to filter on whether the activity is featured.
|
|
63516
63586
|
schema:
|
|
63517
63587
|
type: boolean
|
|
63588
|
+
- name: Private
|
|
63589
|
+
in: query
|
|
63590
|
+
description: Gets or sets a value indicating does session is private or no.
|
|
63591
|
+
schema:
|
|
63592
|
+
type: boolean
|
|
63518
63593
|
- name: SearchGeoCenter
|
|
63519
63594
|
in: query
|
|
63520
63595
|
description: Gets or sets SearchGeoCenter.
|
|
@@ -63609,15 +63684,15 @@ paths:
|
|
|
63609
63684
|
description: Gets or sets TimeOfDay.
|
|
63610
63685
|
schema:
|
|
63611
63686
|
type: string
|
|
63612
|
-
- name:
|
|
63687
|
+
- name: StartDateTimeGTE
|
|
63613
63688
|
in: query
|
|
63614
|
-
description: Gets or sets
|
|
63689
|
+
description: Gets or sets StartDateTimeGTE.
|
|
63615
63690
|
schema:
|
|
63616
63691
|
type: string
|
|
63617
63692
|
format: date-time
|
|
63618
|
-
- name:
|
|
63693
|
+
- name: EndDateTimeLTE
|
|
63619
63694
|
in: query
|
|
63620
|
-
description: Gets or sets
|
|
63695
|
+
description: Gets or sets EndDateTimeLTE.
|
|
63621
63696
|
schema:
|
|
63622
63697
|
type: string
|
|
63623
63698
|
format: date-time
|
|
@@ -63833,6 +63908,11 @@ paths:
|
|
|
63833
63908
|
description: Gets or sets a value indicating whether to filter on whether the activity is featured.
|
|
63834
63909
|
schema:
|
|
63835
63910
|
type: boolean
|
|
63911
|
+
- name: Private
|
|
63912
|
+
in: query
|
|
63913
|
+
description: Gets or sets a value indicating does session is private or no.
|
|
63914
|
+
schema:
|
|
63915
|
+
type: boolean
|
|
63836
63916
|
- name: SearchGeoCenter
|
|
63837
63917
|
in: query
|
|
63838
63918
|
description: Gets or sets SearchGeoCenter.
|
|
@@ -63927,15 +64007,15 @@ paths:
|
|
|
63927
64007
|
description: Gets or sets TimeOfDay.
|
|
63928
64008
|
schema:
|
|
63929
64009
|
type: string
|
|
63930
|
-
- name:
|
|
64010
|
+
- name: StartDateTimeGTE
|
|
63931
64011
|
in: query
|
|
63932
|
-
description: Gets or sets
|
|
64012
|
+
description: Gets or sets StartDateTimeGTE.
|
|
63933
64013
|
schema:
|
|
63934
64014
|
type: string
|
|
63935
64015
|
format: date-time
|
|
63936
|
-
- name:
|
|
64016
|
+
- name: EndDateTimeLTE
|
|
63937
64017
|
in: query
|
|
63938
|
-
description: Gets or sets
|
|
64018
|
+
description: Gets or sets EndDateTimeLTE.
|
|
63939
64019
|
schema:
|
|
63940
64020
|
type: string
|
|
63941
64021
|
format: date-time
|
|
@@ -64243,6 +64323,11 @@ paths:
|
|
|
64243
64323
|
description: Gets or sets a value indicating whether to filter on whether the activity is featured.
|
|
64244
64324
|
schema:
|
|
64245
64325
|
type: boolean
|
|
64326
|
+
- name: Private
|
|
64327
|
+
in: query
|
|
64328
|
+
description: Gets or sets a value indicating does session is private or no.
|
|
64329
|
+
schema:
|
|
64330
|
+
type: boolean
|
|
64246
64331
|
- name: SearchGeoCenter
|
|
64247
64332
|
in: query
|
|
64248
64333
|
description: Gets or sets SearchGeoCenter.
|
|
@@ -64337,15 +64422,15 @@ paths:
|
|
|
64337
64422
|
description: Gets or sets TimeOfDay.
|
|
64338
64423
|
schema:
|
|
64339
64424
|
type: string
|
|
64340
|
-
- name:
|
|
64425
|
+
- name: StartDateTimeGTE
|
|
64341
64426
|
in: query
|
|
64342
|
-
description: Gets or sets
|
|
64427
|
+
description: Gets or sets StartDateTimeGTE.
|
|
64343
64428
|
schema:
|
|
64344
64429
|
type: string
|
|
64345
64430
|
format: date-time
|
|
64346
|
-
- name:
|
|
64431
|
+
- name: EndDateTimeLTE
|
|
64347
64432
|
in: query
|
|
64348
|
-
description: Gets or sets
|
|
64433
|
+
description: Gets or sets EndDateTimeLTE.
|
|
64349
64434
|
schema:
|
|
64350
64435
|
type: string
|
|
64351
64436
|
format: date-time
|
|
@@ -65680,6 +65765,11 @@ paths:
|
|
|
65680
65765
|
description: Gets or sets a value indicating whether the session is featured on the storefront.
|
|
65681
65766
|
schema:
|
|
65682
65767
|
type: boolean
|
|
65768
|
+
- name: Private
|
|
65769
|
+
in: query
|
|
65770
|
+
description: Gets or sets a value indicating whether the session is private or open.
|
|
65771
|
+
schema:
|
|
65772
|
+
type: boolean
|
|
65683
65773
|
- name: ProgrammeId
|
|
65684
65774
|
in: query
|
|
65685
65775
|
description: Gets or sets the queryable Programme Id.
|
|
@@ -65769,15 +65859,15 @@ paths:
|
|
|
65769
65859
|
description: Gets or sets TimeOfDay.
|
|
65770
65860
|
schema:
|
|
65771
65861
|
type: string
|
|
65772
|
-
- name:
|
|
65862
|
+
- name: StartDateTimeGTE
|
|
65773
65863
|
in: query
|
|
65774
|
-
description: Gets or sets
|
|
65864
|
+
description: Gets or sets StartDateTimeGTE.
|
|
65775
65865
|
schema:
|
|
65776
65866
|
type: string
|
|
65777
65867
|
format: date-time
|
|
65778
|
-
- name:
|
|
65868
|
+
- name: EndDateTimeLTE
|
|
65779
65869
|
in: query
|
|
65780
|
-
description: Gets or sets
|
|
65870
|
+
description: Gets or sets EndDateTimeLTE.
|
|
65781
65871
|
schema:
|
|
65782
65872
|
type: string
|
|
65783
65873
|
format: date-time
|
|
@@ -72644,6 +72734,11 @@ paths:
|
|
|
72644
72734
|
description: Gets or sets a value indicating whether the session is featured on the storefront.
|
|
72645
72735
|
schema:
|
|
72646
72736
|
type: boolean
|
|
72737
|
+
- name: Private
|
|
72738
|
+
in: query
|
|
72739
|
+
description: Gets or sets a value indicating whether the session is private or open.
|
|
72740
|
+
schema:
|
|
72741
|
+
type: boolean
|
|
72647
72742
|
- name: ProgrammeId
|
|
72648
72743
|
in: query
|
|
72649
72744
|
description: Gets or sets the queryable Programme Id.
|
|
@@ -72733,15 +72828,15 @@ paths:
|
|
|
72733
72828
|
description: Gets or sets TimeOfDay.
|
|
72734
72829
|
schema:
|
|
72735
72830
|
type: string
|
|
72736
|
-
- name:
|
|
72831
|
+
- name: StartDateTimeGTE
|
|
72737
72832
|
in: query
|
|
72738
|
-
description: Gets or sets
|
|
72833
|
+
description: Gets or sets StartDateTimeGTE.
|
|
72739
72834
|
schema:
|
|
72740
72835
|
type: string
|
|
72741
72836
|
format: date-time
|
|
72742
|
-
- name:
|
|
72837
|
+
- name: EndDateTimeLTE
|
|
72743
72838
|
in: query
|
|
72744
|
-
description: Gets or sets
|
|
72839
|
+
description: Gets or sets EndDateTimeLTE.
|
|
72745
72840
|
schema:
|
|
72746
72841
|
type: string
|
|
72747
72842
|
format: date-time
|
|
@@ -73583,6 +73678,11 @@ paths:
|
|
|
73583
73678
|
description: Gets or sets a value indicating whether the session is featured on the storefront.
|
|
73584
73679
|
schema:
|
|
73585
73680
|
type: boolean
|
|
73681
|
+
- name: Private
|
|
73682
|
+
in: query
|
|
73683
|
+
description: Gets or sets a value indicating whether the session is private or open.
|
|
73684
|
+
schema:
|
|
73685
|
+
type: boolean
|
|
73586
73686
|
- name: ProgrammeId
|
|
73587
73687
|
in: query
|
|
73588
73688
|
description: Gets or sets the queryable Programme Id.
|
|
@@ -73672,15 +73772,15 @@ paths:
|
|
|
73672
73772
|
description: Gets or sets TimeOfDay.
|
|
73673
73773
|
schema:
|
|
73674
73774
|
type: string
|
|
73675
|
-
- name:
|
|
73775
|
+
- name: StartDateTimeGTE
|
|
73676
73776
|
in: query
|
|
73677
|
-
description: Gets or sets
|
|
73777
|
+
description: Gets or sets StartDateTimeGTE.
|
|
73678
73778
|
schema:
|
|
73679
73779
|
type: string
|
|
73680
73780
|
format: date-time
|
|
73681
|
-
- name:
|
|
73781
|
+
- name: EndDateTimeLTE
|
|
73682
73782
|
in: query
|
|
73683
|
-
description: Gets or sets
|
|
73783
|
+
description: Gets or sets EndDateTimeLTE.
|
|
73684
73784
|
schema:
|
|
73685
73785
|
type: string
|
|
73686
73786
|
format: date-time
|
|
@@ -89802,6 +89902,11 @@ paths:
|
|
|
89802
89902
|
description: Gets or sets a value indicating whether the session is featured on the storefront.
|
|
89803
89903
|
schema:
|
|
89804
89904
|
type: boolean
|
|
89905
|
+
- name: Private
|
|
89906
|
+
in: query
|
|
89907
|
+
description: Gets or sets a value indicating whether the session is private or open.
|
|
89908
|
+
schema:
|
|
89909
|
+
type: boolean
|
|
89805
89910
|
- name: ProgrammeId
|
|
89806
89911
|
in: query
|
|
89807
89912
|
description: Gets or sets the queryable Programme Id.
|
|
@@ -89891,15 +89996,15 @@ paths:
|
|
|
89891
89996
|
description: Gets or sets TimeOfDay.
|
|
89892
89997
|
schema:
|
|
89893
89998
|
type: string
|
|
89894
|
-
- name:
|
|
89999
|
+
- name: StartDateTimeGTE
|
|
89895
90000
|
in: query
|
|
89896
|
-
description: Gets or sets
|
|
90001
|
+
description: Gets or sets StartDateTimeGTE.
|
|
89897
90002
|
schema:
|
|
89898
90003
|
type: string
|
|
89899
90004
|
format: date-time
|
|
89900
|
-
- name:
|
|
90005
|
+
- name: EndDateTimeLTE
|
|
89901
90006
|
in: query
|
|
89902
|
-
description: Gets or sets
|
|
90007
|
+
description: Gets or sets EndDateTimeLTE.
|
|
89903
90008
|
schema:
|
|
89904
90009
|
type: string
|
|
89905
90010
|
format: date-time
|
|
@@ -90278,6 +90383,11 @@ paths:
|
|
|
90278
90383
|
description: Gets or sets a value indicating whether the session is featured on the storefront.
|
|
90279
90384
|
schema:
|
|
90280
90385
|
type: boolean
|
|
90386
|
+
- name: Private
|
|
90387
|
+
in: query
|
|
90388
|
+
description: Gets or sets a value indicating whether the session is private or open.
|
|
90389
|
+
schema:
|
|
90390
|
+
type: boolean
|
|
90281
90391
|
- name: ProgrammeId
|
|
90282
90392
|
in: query
|
|
90283
90393
|
description: Gets or sets the queryable Programme Id.
|
|
@@ -90367,15 +90477,15 @@ paths:
|
|
|
90367
90477
|
description: Gets or sets TimeOfDay.
|
|
90368
90478
|
schema:
|
|
90369
90479
|
type: string
|
|
90370
|
-
- name:
|
|
90480
|
+
- name: StartDateTimeGTE
|
|
90371
90481
|
in: query
|
|
90372
|
-
description: Gets or sets
|
|
90482
|
+
description: Gets or sets StartDateTimeGTE.
|
|
90373
90483
|
schema:
|
|
90374
90484
|
type: string
|
|
90375
90485
|
format: date-time
|
|
90376
|
-
- name:
|
|
90486
|
+
- name: EndDateTimeLTE
|
|
90377
90487
|
in: query
|
|
90378
|
-
description: Gets or sets
|
|
90488
|
+
description: Gets or sets EndDateTimeLTE.
|
|
90379
90489
|
schema:
|
|
90380
90490
|
type: string
|
|
90381
90491
|
format: date-time
|
|
@@ -90576,6 +90686,11 @@ paths:
|
|
|
90576
90686
|
description: Gets or sets a value indicating whether the session is featured on the storefront.
|
|
90577
90687
|
schema:
|
|
90578
90688
|
type: boolean
|
|
90689
|
+
- name: Private
|
|
90690
|
+
in: query
|
|
90691
|
+
description: Gets or sets a value indicating whether the session is private or open.
|
|
90692
|
+
schema:
|
|
90693
|
+
type: boolean
|
|
90579
90694
|
- name: ProgrammeId
|
|
90580
90695
|
in: query
|
|
90581
90696
|
description: Gets or sets the queryable Programme Id.
|
|
@@ -90665,15 +90780,15 @@ paths:
|
|
|
90665
90780
|
description: Gets or sets TimeOfDay.
|
|
90666
90781
|
schema:
|
|
90667
90782
|
type: string
|
|
90668
|
-
- name:
|
|
90783
|
+
- name: StartDateTimeGTE
|
|
90669
90784
|
in: query
|
|
90670
|
-
description: Gets or sets
|
|
90785
|
+
description: Gets or sets StartDateTimeGTE.
|
|
90671
90786
|
schema:
|
|
90672
90787
|
type: string
|
|
90673
90788
|
format: date-time
|
|
90674
|
-
- name:
|
|
90789
|
+
- name: EndDateTimeLTE
|
|
90675
90790
|
in: query
|
|
90676
|
-
description: Gets or sets
|
|
90791
|
+
description: Gets or sets EndDateTimeLTE.
|
|
90677
90792
|
schema:
|
|
90678
90793
|
type: string
|
|
90679
90794
|
format: date-time
|
|
@@ -90877,6 +90992,11 @@ paths:
|
|
|
90877
90992
|
description: Gets or sets a value indicating whether the session is featured on the storefront.
|
|
90878
90993
|
schema:
|
|
90879
90994
|
type: boolean
|
|
90995
|
+
- name: Private
|
|
90996
|
+
in: query
|
|
90997
|
+
description: Gets or sets a value indicating whether the session is private or open.
|
|
90998
|
+
schema:
|
|
90999
|
+
type: boolean
|
|
90880
91000
|
- name: ProgrammeId
|
|
90881
91001
|
in: query
|
|
90882
91002
|
description: Gets or sets the queryable Programme Id.
|
|
@@ -90966,15 +91086,15 @@ paths:
|
|
|
90966
91086
|
description: Gets or sets TimeOfDay.
|
|
90967
91087
|
schema:
|
|
90968
91088
|
type: string
|
|
90969
|
-
- name:
|
|
91089
|
+
- name: StartDateTimeGTE
|
|
90970
91090
|
in: query
|
|
90971
|
-
description: Gets or sets
|
|
91091
|
+
description: Gets or sets StartDateTimeGTE.
|
|
90972
91092
|
schema:
|
|
90973
91093
|
type: string
|
|
90974
91094
|
format: date-time
|
|
90975
|
-
- name:
|
|
91095
|
+
- name: EndDateTimeLTE
|
|
90976
91096
|
in: query
|
|
90977
|
-
description: Gets or sets
|
|
91097
|
+
description: Gets or sets EndDateTimeLTE.
|
|
90978
91098
|
schema:
|
|
90979
91099
|
type: string
|
|
90980
91100
|
format: date-time
|
|
@@ -91181,6 +91301,11 @@ paths:
|
|
|
91181
91301
|
description: Gets or sets a value indicating whether the session is featured on the storefront.
|
|
91182
91302
|
schema:
|
|
91183
91303
|
type: boolean
|
|
91304
|
+
- name: Private
|
|
91305
|
+
in: query
|
|
91306
|
+
description: Gets or sets a value indicating whether the session is private or open.
|
|
91307
|
+
schema:
|
|
91308
|
+
type: boolean
|
|
91184
91309
|
- name: ProgrammeId
|
|
91185
91310
|
in: query
|
|
91186
91311
|
description: Gets or sets the queryable Programme Id.
|
|
@@ -91270,15 +91395,15 @@ paths:
|
|
|
91270
91395
|
description: Gets or sets TimeOfDay.
|
|
91271
91396
|
schema:
|
|
91272
91397
|
type: string
|
|
91273
|
-
- name:
|
|
91398
|
+
- name: StartDateTimeGTE
|
|
91274
91399
|
in: query
|
|
91275
|
-
description: Gets or sets
|
|
91400
|
+
description: Gets or sets StartDateTimeGTE.
|
|
91276
91401
|
schema:
|
|
91277
91402
|
type: string
|
|
91278
91403
|
format: date-time
|
|
91279
|
-
- name:
|
|
91404
|
+
- name: EndDateTimeLTE
|
|
91280
91405
|
in: query
|
|
91281
|
-
description: Gets or sets
|
|
91406
|
+
description: Gets or sets EndDateTimeLTE.
|
|
91282
91407
|
schema:
|
|
91283
91408
|
type: string
|
|
91284
91409
|
format: date-time
|
|
@@ -132347,6 +132472,16 @@ paths:
|
|
|
132347
132472
|
responses:
|
|
132348
132473
|
'200':
|
|
132349
132474
|
description: OK
|
|
132475
|
+
content:
|
|
132476
|
+
text/plain:
|
|
132477
|
+
schema:
|
|
132478
|
+
$ref: '#/components/schemas/WaitlistConversionStatsResponseDto'
|
|
132479
|
+
application/json:
|
|
132480
|
+
schema:
|
|
132481
|
+
$ref: '#/components/schemas/WaitlistConversionStatsResponseDto'
|
|
132482
|
+
text/json:
|
|
132483
|
+
schema:
|
|
132484
|
+
$ref: '#/components/schemas/WaitlistConversionStatsResponseDto'
|
|
132350
132485
|
'400':
|
|
132351
132486
|
description: Bad Request
|
|
132352
132487
|
content:
|
|
@@ -134491,6 +134626,10 @@ components:
|
|
|
134491
134626
|
type: boolean
|
|
134492
134627
|
description: Gets or sets a value indicating whether there is an age restriction.
|
|
134493
134628
|
default: false
|
|
134629
|
+
private:
|
|
134630
|
+
type: boolean
|
|
134631
|
+
description: Gets or sets a value indicating whether activity is private or no.
|
|
134632
|
+
default: false
|
|
134494
134633
|
additionalSupport:
|
|
134495
134634
|
type: array
|
|
134496
134635
|
items:
|
|
@@ -135065,6 +135204,10 @@ components:
|
|
|
135065
135204
|
type: boolean
|
|
135066
135205
|
description: Gets or sets a value indicating whether there is an age restriction.
|
|
135067
135206
|
nullable: true
|
|
135207
|
+
private:
|
|
135208
|
+
type: boolean
|
|
135209
|
+
description: Gets or sets a value indicating whether course is private or no.
|
|
135210
|
+
nullable: true
|
|
135068
135211
|
online:
|
|
135069
135212
|
type: boolean
|
|
135070
135213
|
description: Gets or sets a value indicating whether the course is online and can take bookings.
|
|
@@ -135796,6 +135939,10 @@ components:
|
|
|
135796
135939
|
type: boolean
|
|
135797
135940
|
description: Gets or sets a value indicating whether there is an age restriction.
|
|
135798
135941
|
default: false
|
|
135942
|
+
private:
|
|
135943
|
+
type: boolean
|
|
135944
|
+
description: Gets or sets a value indicating whether activity is private or no.
|
|
135945
|
+
default: false
|
|
135799
135946
|
additionalSupport:
|
|
135800
135947
|
type: array
|
|
135801
135948
|
items:
|
|
@@ -135946,6 +136093,8 @@ components:
|
|
|
135946
136093
|
$ref: '#/components/schemas/FieldPermission'
|
|
135947
136094
|
noAgeRestriction:
|
|
135948
136095
|
$ref: '#/components/schemas/FieldPermission'
|
|
136096
|
+
private:
|
|
136097
|
+
$ref: '#/components/schemas/FieldPermission'
|
|
135949
136098
|
additionalSupport:
|
|
135950
136099
|
$ref: '#/components/schemas/FieldPermission'
|
|
135951
136100
|
contactName:
|
|
@@ -137788,6 +137937,10 @@ components:
|
|
|
137788
137937
|
type: boolean
|
|
137789
137938
|
description: Gets or sets a value indicating whether there is an age restriction.
|
|
137790
137939
|
default: false
|
|
137940
|
+
private:
|
|
137941
|
+
type: boolean
|
|
137942
|
+
description: Gets or sets a value indicating whether activity is private or not.
|
|
137943
|
+
default: false
|
|
137791
137944
|
featured:
|
|
137792
137945
|
type: boolean
|
|
137793
137946
|
description: Gets or sets a value indicating whether the activity should be featured on the storefront.
|
|
@@ -141581,6 +141734,8 @@ components:
|
|
|
141581
141734
|
description: Gets or sets the programmes sort order with 0 as base.
|
|
141582
141735
|
format: int32
|
|
141583
141736
|
nullable: true
|
|
141737
|
+
upcomingLayout:
|
|
141738
|
+
$ref: '#/components/schemas/UpcomingLayout'
|
|
141584
141739
|
tenant:
|
|
141585
141740
|
$ref: '#/components/schemas/Tenant'
|
|
141586
141741
|
sessions:
|
|
@@ -141623,6 +141778,7 @@ components:
|
|
|
141623
141778
|
- id
|
|
141624
141779
|
- name
|
|
141625
141780
|
- tenantId
|
|
141781
|
+
- upcomingLayout
|
|
141626
141782
|
type: object
|
|
141627
141783
|
properties:
|
|
141628
141784
|
tenantId:
|
|
@@ -141646,6 +141802,8 @@ components:
|
|
|
141646
141802
|
description: Gets or sets the programme image url.
|
|
141647
141803
|
format: uri
|
|
141648
141804
|
nullable: true
|
|
141805
|
+
upcomingLayout:
|
|
141806
|
+
$ref: '#/components/schemas/UpcomingLayout'
|
|
141649
141807
|
additionalProperties: false
|
|
141650
141808
|
description: Post model for programme updates.
|
|
141651
141809
|
ProgrammePost:
|
|
@@ -143391,6 +143549,10 @@ components:
|
|
|
143391
143549
|
type: boolean
|
|
143392
143550
|
description: Gets or sets a value indicating whether there is an age restriction.
|
|
143393
143551
|
default: false
|
|
143552
|
+
private:
|
|
143553
|
+
type: boolean
|
|
143554
|
+
description: Gets or sets a value indicating whether activity is private or no.
|
|
143555
|
+
default: false
|
|
143394
143556
|
additionalSupport:
|
|
143395
143557
|
type: array
|
|
143396
143558
|
items:
|
|
@@ -143845,6 +144007,10 @@ components:
|
|
|
143845
144007
|
type: boolean
|
|
143846
144008
|
description: Gets or sets a value indicating whether there is an age restriction.
|
|
143847
144009
|
nullable: true
|
|
144010
|
+
private:
|
|
144011
|
+
type: boolean
|
|
144012
|
+
description: Gets or sets a value indicating whether session is private or no.
|
|
144013
|
+
nullable: true
|
|
143848
144014
|
online:
|
|
143849
144015
|
type: boolean
|
|
143850
144016
|
description: Gets or sets a value indicating whether the session is online and can take bookings.
|
|
@@ -145928,6 +146094,10 @@ components:
|
|
|
145928
146094
|
type: boolean
|
|
145929
146095
|
description: Gets or sets a value indicating whether there is an age restriction.
|
|
145930
146096
|
default: false
|
|
146097
|
+
private:
|
|
146098
|
+
type: boolean
|
|
146099
|
+
description: Gets or sets a value indicating whether the activity is private.
|
|
146100
|
+
default: false
|
|
145931
146101
|
additionalSupport:
|
|
145932
146102
|
type: array
|
|
145933
146103
|
items:
|
|
@@ -146115,6 +146285,10 @@ components:
|
|
|
146115
146285
|
type: boolean
|
|
146116
146286
|
description: Gets or sets a value indicating whether there is an age restriction.
|
|
146117
146287
|
default: false
|
|
146288
|
+
private:
|
|
146289
|
+
type: boolean
|
|
146290
|
+
description: Gets or sets a value indicating whether activity is private or no.
|
|
146291
|
+
default: false
|
|
146118
146292
|
additionalSupport:
|
|
146119
146293
|
type: array
|
|
146120
146294
|
items:
|
|
@@ -146307,6 +146481,8 @@ components:
|
|
|
146307
146481
|
$ref: '#/components/schemas/FieldPermission'
|
|
146308
146482
|
noAgeRestriction:
|
|
146309
146483
|
$ref: '#/components/schemas/FieldPermission'
|
|
146484
|
+
private:
|
|
146485
|
+
$ref: '#/components/schemas/FieldPermission'
|
|
146310
146486
|
additionalSupport:
|
|
146311
146487
|
$ref: '#/components/schemas/FieldPermission'
|
|
146312
146488
|
contactName:
|
|
@@ -146409,6 +146585,8 @@ components:
|
|
|
146409
146585
|
$ref: '#/components/schemas/FieldPermission'
|
|
146410
146586
|
noAgeRestriction:
|
|
146411
146587
|
$ref: '#/components/schemas/FieldPermission'
|
|
146588
|
+
private:
|
|
146589
|
+
$ref: '#/components/schemas/FieldPermission'
|
|
146412
146590
|
additionalSupport:
|
|
146413
146591
|
$ref: '#/components/schemas/FieldPermission'
|
|
146414
146592
|
contactName:
|
|
@@ -149453,6 +149631,21 @@ components:
|
|
|
149453
149631
|
format: uuid
|
|
149454
149632
|
additionalProperties: false
|
|
149455
149633
|
description: Post model for WaitlistActivityReport inserts.
|
|
149634
|
+
WaitlistConversionStatsResponseDto:
|
|
149635
|
+
type: object
|
|
149636
|
+
properties:
|
|
149637
|
+
totalWaitlistCount:
|
|
149638
|
+
type: integer
|
|
149639
|
+
format: int32
|
|
149640
|
+
default: 0
|
|
149641
|
+
totalUpcomingWaitlistCount:
|
|
149642
|
+
type: integer
|
|
149643
|
+
format: int32
|
|
149644
|
+
default: 0
|
|
149645
|
+
conversionPercentage:
|
|
149646
|
+
type: number
|
|
149647
|
+
format: float
|
|
149648
|
+
additionalProperties: false
|
|
149456
149649
|
WaitlistOpportunity:
|
|
149457
149650
|
required:
|
|
149458
149651
|
- dateCreated
|