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
package/dist/reach-sdk.js
CHANGED
|
@@ -3611,6 +3611,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
3611
3611
|
futureOnly,
|
|
3612
3612
|
online,
|
|
3613
3613
|
featured,
|
|
3614
|
+
_private,
|
|
3614
3615
|
hasAvailability,
|
|
3615
3616
|
orderFirstNameContains,
|
|
3616
3617
|
orderLastNameContains,
|
|
@@ -3658,6 +3659,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
3658
3659
|
FutureOnly: futureOnly,
|
|
3659
3660
|
Online: online,
|
|
3660
3661
|
Featured: featured,
|
|
3662
|
+
Private: _private,
|
|
3661
3663
|
HasAvailability: hasAvailability,
|
|
3662
3664
|
OrderFirstNameContains: orderFirstNameContains,
|
|
3663
3665
|
OrderLastNameContains: orderLastNameContains,
|
|
@@ -3777,6 +3779,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
3777
3779
|
futureOnly,
|
|
3778
3780
|
online,
|
|
3779
3781
|
featured,
|
|
3782
|
+
_private,
|
|
3780
3783
|
hasAvailability,
|
|
3781
3784
|
orderFirstNameContains,
|
|
3782
3785
|
orderLastNameContains,
|
|
@@ -3824,6 +3827,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
3824
3827
|
FutureOnly: futureOnly,
|
|
3825
3828
|
Online: online,
|
|
3826
3829
|
Featured: featured,
|
|
3830
|
+
Private: _private,
|
|
3827
3831
|
HasAvailability: hasAvailability,
|
|
3828
3832
|
OrderFirstNameContains: orderFirstNameContains,
|
|
3829
3833
|
OrderLastNameContains: orderLastNameContains,
|
|
@@ -3880,6 +3884,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
3880
3884
|
futureOnly,
|
|
3881
3885
|
online,
|
|
3882
3886
|
featured,
|
|
3887
|
+
_private,
|
|
3883
3888
|
hasAvailability,
|
|
3884
3889
|
orderFirstNameContains,
|
|
3885
3890
|
orderLastNameContains,
|
|
@@ -3927,6 +3932,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
3927
3932
|
FutureOnly: futureOnly,
|
|
3928
3933
|
Online: online,
|
|
3929
3934
|
Featured: featured,
|
|
3935
|
+
Private: _private,
|
|
3930
3936
|
HasAvailability: hasAvailability,
|
|
3931
3937
|
OrderFirstNameContains: orderFirstNameContains,
|
|
3932
3938
|
OrderLastNameContains: orderLastNameContains,
|
|
@@ -3983,6 +3989,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
3983
3989
|
futureOnly,
|
|
3984
3990
|
online,
|
|
3985
3991
|
featured,
|
|
3992
|
+
_private,
|
|
3986
3993
|
hasAvailability,
|
|
3987
3994
|
orderFirstNameContains,
|
|
3988
3995
|
orderLastNameContains,
|
|
@@ -4030,6 +4037,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
4030
4037
|
FutureOnly: futureOnly,
|
|
4031
4038
|
Online: online,
|
|
4032
4039
|
Featured: featured,
|
|
4040
|
+
Private: _private,
|
|
4033
4041
|
HasAvailability: hasAvailability,
|
|
4034
4042
|
OrderFirstNameContains: orderFirstNameContains,
|
|
4035
4043
|
OrderLastNameContains: orderLastNameContains,
|
|
@@ -4086,6 +4094,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
4086
4094
|
futureOnly,
|
|
4087
4095
|
online,
|
|
4088
4096
|
featured,
|
|
4097
|
+
_private,
|
|
4089
4098
|
hasAvailability,
|
|
4090
4099
|
orderFirstNameContains,
|
|
4091
4100
|
orderLastNameContains,
|
|
@@ -4133,6 +4142,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
4133
4142
|
FutureOnly: futureOnly,
|
|
4134
4143
|
Online: online,
|
|
4135
4144
|
Featured: featured,
|
|
4145
|
+
Private: _private,
|
|
4136
4146
|
HasAvailability: hasAvailability,
|
|
4137
4147
|
OrderFirstNameContains: orderFirstNameContains,
|
|
4138
4148
|
OrderLastNameContains: orderLastNameContains,
|
|
@@ -9223,6 +9233,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
9223
9233
|
activityType,
|
|
9224
9234
|
includeNextOpportunity,
|
|
9225
9235
|
featured,
|
|
9236
|
+
_private,
|
|
9226
9237
|
searchGeoCenter,
|
|
9227
9238
|
openactiveActivityId,
|
|
9228
9239
|
activityId,
|
|
@@ -9239,8 +9250,8 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
9239
9250
|
priceTotalGte,
|
|
9240
9251
|
priceTotalLte,
|
|
9241
9252
|
timeOfDay,
|
|
9242
|
-
|
|
9243
|
-
|
|
9253
|
+
startDateTimeGte,
|
|
9254
|
+
endDateTimeLte,
|
|
9244
9255
|
gender,
|
|
9245
9256
|
periodsOfWeek,
|
|
9246
9257
|
additionalSupport,
|
|
@@ -9272,6 +9283,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
9272
9283
|
ActivityType: activityType,
|
|
9273
9284
|
IncludeNextOpportunity: includeNextOpportunity,
|
|
9274
9285
|
Featured: featured,
|
|
9286
|
+
Private: _private,
|
|
9275
9287
|
SearchGeoCenter: searchGeoCenter,
|
|
9276
9288
|
OpenactiveActivityId: openactiveActivityId,
|
|
9277
9289
|
ActivityId: activityId,
|
|
@@ -9288,8 +9300,8 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
9288
9300
|
PriceTotalGTE: priceTotalGte,
|
|
9289
9301
|
PriceTotalLTE: priceTotalLte,
|
|
9290
9302
|
TimeOfDay: timeOfDay,
|
|
9291
|
-
|
|
9292
|
-
|
|
9303
|
+
StartDateTimeGTE: startDateTimeGte,
|
|
9304
|
+
EndDateTimeLTE: endDateTimeLte,
|
|
9293
9305
|
Gender: gender,
|
|
9294
9306
|
PeriodsOfWeek: periodsOfWeek,
|
|
9295
9307
|
AdditionalSupport: additionalSupport,
|
|
@@ -9351,6 +9363,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
9351
9363
|
activityType,
|
|
9352
9364
|
includeNextOpportunity,
|
|
9353
9365
|
featured,
|
|
9366
|
+
_private,
|
|
9354
9367
|
searchGeoCenter,
|
|
9355
9368
|
openactiveActivityId,
|
|
9356
9369
|
activityId,
|
|
@@ -9367,8 +9380,8 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
9367
9380
|
priceTotalGte,
|
|
9368
9381
|
priceTotalLte,
|
|
9369
9382
|
timeOfDay,
|
|
9370
|
-
|
|
9371
|
-
|
|
9383
|
+
startDateTimeGte,
|
|
9384
|
+
endDateTimeLte,
|
|
9372
9385
|
gender,
|
|
9373
9386
|
periodsOfWeek,
|
|
9374
9387
|
additionalSupport,
|
|
@@ -9400,6 +9413,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
9400
9413
|
ActivityType: activityType,
|
|
9401
9414
|
IncludeNextOpportunity: includeNextOpportunity,
|
|
9402
9415
|
Featured: featured,
|
|
9416
|
+
Private: _private,
|
|
9403
9417
|
SearchGeoCenter: searchGeoCenter,
|
|
9404
9418
|
OpenactiveActivityId: openactiveActivityId,
|
|
9405
9419
|
ActivityId: activityId,
|
|
@@ -9416,8 +9430,8 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
9416
9430
|
PriceTotalGTE: priceTotalGte,
|
|
9417
9431
|
PriceTotalLTE: priceTotalLte,
|
|
9418
9432
|
TimeOfDay: timeOfDay,
|
|
9419
|
-
|
|
9420
|
-
|
|
9433
|
+
StartDateTimeGTE: startDateTimeGte,
|
|
9434
|
+
EndDateTimeLTE: endDateTimeLte,
|
|
9421
9435
|
Gender: gender,
|
|
9422
9436
|
PeriodsOfWeek: periodsOfWeek,
|
|
9423
9437
|
AdditionalSupport: additionalSupport,
|
|
@@ -9458,6 +9472,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
9458
9472
|
activityType,
|
|
9459
9473
|
includeNextOpportunity,
|
|
9460
9474
|
featured,
|
|
9475
|
+
_private,
|
|
9461
9476
|
searchGeoCenter,
|
|
9462
9477
|
openactiveActivityId,
|
|
9463
9478
|
activityId,
|
|
@@ -9474,8 +9489,8 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
9474
9489
|
priceTotalGte,
|
|
9475
9490
|
priceTotalLte,
|
|
9476
9491
|
timeOfDay,
|
|
9477
|
-
|
|
9478
|
-
|
|
9492
|
+
startDateTimeGte,
|
|
9493
|
+
endDateTimeLte,
|
|
9479
9494
|
gender,
|
|
9480
9495
|
periodsOfWeek,
|
|
9481
9496
|
additionalSupport,
|
|
@@ -9507,6 +9522,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
9507
9522
|
ActivityType: activityType,
|
|
9508
9523
|
IncludeNextOpportunity: includeNextOpportunity,
|
|
9509
9524
|
Featured: featured,
|
|
9525
|
+
Private: _private,
|
|
9510
9526
|
SearchGeoCenter: searchGeoCenter,
|
|
9511
9527
|
OpenactiveActivityId: openactiveActivityId,
|
|
9512
9528
|
ActivityId: activityId,
|
|
@@ -9523,8 +9539,8 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
9523
9539
|
PriceTotalGTE: priceTotalGte,
|
|
9524
9540
|
PriceTotalLTE: priceTotalLte,
|
|
9525
9541
|
TimeOfDay: timeOfDay,
|
|
9526
|
-
|
|
9527
|
-
|
|
9542
|
+
StartDateTimeGTE: startDateTimeGte,
|
|
9543
|
+
EndDateTimeLTE: endDateTimeLte,
|
|
9528
9544
|
Gender: gender,
|
|
9529
9545
|
PeriodsOfWeek: periodsOfWeek,
|
|
9530
9546
|
AdditionalSupport: additionalSupport,
|
|
@@ -9565,6 +9581,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
9565
9581
|
activityType,
|
|
9566
9582
|
includeNextOpportunity,
|
|
9567
9583
|
featured,
|
|
9584
|
+
_private,
|
|
9568
9585
|
searchGeoCenter,
|
|
9569
9586
|
openactiveActivityId,
|
|
9570
9587
|
activityId,
|
|
@@ -9581,8 +9598,8 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
9581
9598
|
priceTotalGte,
|
|
9582
9599
|
priceTotalLte,
|
|
9583
9600
|
timeOfDay,
|
|
9584
|
-
|
|
9585
|
-
|
|
9601
|
+
startDateTimeGte,
|
|
9602
|
+
endDateTimeLte,
|
|
9586
9603
|
gender,
|
|
9587
9604
|
periodsOfWeek,
|
|
9588
9605
|
additionalSupport,
|
|
@@ -9614,6 +9631,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
9614
9631
|
ActivityType: activityType,
|
|
9615
9632
|
IncludeNextOpportunity: includeNextOpportunity,
|
|
9616
9633
|
Featured: featured,
|
|
9634
|
+
Private: _private,
|
|
9617
9635
|
SearchGeoCenter: searchGeoCenter,
|
|
9618
9636
|
OpenactiveActivityId: openactiveActivityId,
|
|
9619
9637
|
ActivityId: activityId,
|
|
@@ -9630,8 +9648,8 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
9630
9648
|
PriceTotalGTE: priceTotalGte,
|
|
9631
9649
|
PriceTotalLTE: priceTotalLte,
|
|
9632
9650
|
TimeOfDay: timeOfDay,
|
|
9633
|
-
|
|
9634
|
-
|
|
9651
|
+
StartDateTimeGTE: startDateTimeGte,
|
|
9652
|
+
EndDateTimeLTE: endDateTimeLte,
|
|
9635
9653
|
Gender: gender,
|
|
9636
9654
|
PeriodsOfWeek: periodsOfWeek,
|
|
9637
9655
|
AdditionalSupport: additionalSupport,
|
|
@@ -9672,6 +9690,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
9672
9690
|
activityType,
|
|
9673
9691
|
includeNextOpportunity,
|
|
9674
9692
|
featured,
|
|
9693
|
+
_private,
|
|
9675
9694
|
searchGeoCenter,
|
|
9676
9695
|
openactiveActivityId,
|
|
9677
9696
|
activityId,
|
|
@@ -9688,8 +9707,8 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
9688
9707
|
priceTotalGte,
|
|
9689
9708
|
priceTotalLte,
|
|
9690
9709
|
timeOfDay,
|
|
9691
|
-
|
|
9692
|
-
|
|
9710
|
+
startDateTimeGte,
|
|
9711
|
+
endDateTimeLte,
|
|
9693
9712
|
gender,
|
|
9694
9713
|
periodsOfWeek,
|
|
9695
9714
|
additionalSupport,
|
|
@@ -9721,6 +9740,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
9721
9740
|
ActivityType: activityType,
|
|
9722
9741
|
IncludeNextOpportunity: includeNextOpportunity,
|
|
9723
9742
|
Featured: featured,
|
|
9743
|
+
Private: _private,
|
|
9724
9744
|
SearchGeoCenter: searchGeoCenter,
|
|
9725
9745
|
OpenactiveActivityId: openactiveActivityId,
|
|
9726
9746
|
ActivityId: activityId,
|
|
@@ -9737,8 +9757,8 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
9737
9757
|
PriceTotalGTE: priceTotalGte,
|
|
9738
9758
|
PriceTotalLTE: priceTotalLte,
|
|
9739
9759
|
TimeOfDay: timeOfDay,
|
|
9740
|
-
|
|
9741
|
-
|
|
9760
|
+
StartDateTimeGTE: startDateTimeGte,
|
|
9761
|
+
EndDateTimeLTE: endDateTimeLte,
|
|
9742
9762
|
Gender: gender,
|
|
9743
9763
|
PeriodsOfWeek: periodsOfWeek,
|
|
9744
9764
|
AdditionalSupport: additionalSupport,
|
|
@@ -9779,6 +9799,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
9779
9799
|
activityType,
|
|
9780
9800
|
includeNextOpportunity,
|
|
9781
9801
|
featured,
|
|
9802
|
+
_private,
|
|
9782
9803
|
searchGeoCenter,
|
|
9783
9804
|
openactiveActivityId,
|
|
9784
9805
|
activityId,
|
|
@@ -9795,8 +9816,8 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
9795
9816
|
priceTotalGte,
|
|
9796
9817
|
priceTotalLte,
|
|
9797
9818
|
timeOfDay,
|
|
9798
|
-
|
|
9799
|
-
|
|
9819
|
+
startDateTimeGte,
|
|
9820
|
+
endDateTimeLte,
|
|
9800
9821
|
gender,
|
|
9801
9822
|
periodsOfWeek,
|
|
9802
9823
|
additionalSupport,
|
|
@@ -9828,6 +9849,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
9828
9849
|
ActivityType: activityType,
|
|
9829
9850
|
IncludeNextOpportunity: includeNextOpportunity,
|
|
9830
9851
|
Featured: featured,
|
|
9852
|
+
Private: _private,
|
|
9831
9853
|
SearchGeoCenter: searchGeoCenter,
|
|
9832
9854
|
OpenactiveActivityId: openactiveActivityId,
|
|
9833
9855
|
ActivityId: activityId,
|
|
@@ -9844,8 +9866,8 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
9844
9866
|
PriceTotalGTE: priceTotalGte,
|
|
9845
9867
|
PriceTotalLTE: priceTotalLte,
|
|
9846
9868
|
TimeOfDay: timeOfDay,
|
|
9847
|
-
|
|
9848
|
-
|
|
9869
|
+
StartDateTimeGTE: startDateTimeGte,
|
|
9870
|
+
EndDateTimeLTE: endDateTimeLte,
|
|
9849
9871
|
Gender: gender,
|
|
9850
9872
|
PeriodsOfWeek: periodsOfWeek,
|
|
9851
9873
|
AdditionalSupport: additionalSupport,
|
|
@@ -20580,6 +20602,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
20580
20602
|
futureOnly,
|
|
20581
20603
|
online,
|
|
20582
20604
|
featured,
|
|
20605
|
+
_private,
|
|
20583
20606
|
hasAvailability,
|
|
20584
20607
|
orderFirstNameContains,
|
|
20585
20608
|
orderLastNameContains,
|
|
@@ -20630,6 +20653,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
20630
20653
|
FutureOnly: futureOnly,
|
|
20631
20654
|
Online: online,
|
|
20632
20655
|
Featured: featured,
|
|
20656
|
+
Private: _private,
|
|
20633
20657
|
HasAvailability: hasAvailability,
|
|
20634
20658
|
OrderFirstNameContains: orderFirstNameContains,
|
|
20635
20659
|
OrderLastNameContains: orderLastNameContains,
|
|
@@ -20783,6 +20807,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
20783
20807
|
futureOnly,
|
|
20784
20808
|
online,
|
|
20785
20809
|
featured,
|
|
20810
|
+
_private,
|
|
20786
20811
|
hasAvailability,
|
|
20787
20812
|
orderFirstNameContains,
|
|
20788
20813
|
orderLastNameContains,
|
|
@@ -20833,6 +20858,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
20833
20858
|
FutureOnly: futureOnly,
|
|
20834
20859
|
Online: online,
|
|
20835
20860
|
Featured: featured,
|
|
20861
|
+
Private: _private,
|
|
20836
20862
|
HasAvailability: hasAvailability,
|
|
20837
20863
|
OrderFirstNameContains: orderFirstNameContains,
|
|
20838
20864
|
OrderLastNameContains: orderLastNameContains,
|
|
@@ -21493,6 +21519,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
21493
21519
|
activityType,
|
|
21494
21520
|
includeNextOpportunity,
|
|
21495
21521
|
featured,
|
|
21522
|
+
_private,
|
|
21496
21523
|
searchGeoCenter,
|
|
21497
21524
|
openactiveActivityId,
|
|
21498
21525
|
activityId,
|
|
@@ -21509,8 +21536,8 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
21509
21536
|
priceTotalGte,
|
|
21510
21537
|
priceTotalLte,
|
|
21511
21538
|
timeOfDay,
|
|
21512
|
-
|
|
21513
|
-
|
|
21539
|
+
startDateTimeGte,
|
|
21540
|
+
endDateTimeLte,
|
|
21514
21541
|
gender,
|
|
21515
21542
|
periodsOfWeek,
|
|
21516
21543
|
additionalSupport,
|
|
@@ -21545,6 +21572,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
21545
21572
|
ActivityType: activityType,
|
|
21546
21573
|
IncludeNextOpportunity: includeNextOpportunity,
|
|
21547
21574
|
Featured: featured,
|
|
21575
|
+
Private: _private,
|
|
21548
21576
|
SearchGeoCenter: searchGeoCenter,
|
|
21549
21577
|
OpenactiveActivityId: openactiveActivityId,
|
|
21550
21578
|
ActivityId: activityId,
|
|
@@ -21561,8 +21589,8 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
21561
21589
|
PriceTotalGTE: priceTotalGte,
|
|
21562
21590
|
PriceTotalLTE: priceTotalLte,
|
|
21563
21591
|
TimeOfDay: timeOfDay,
|
|
21564
|
-
|
|
21565
|
-
|
|
21592
|
+
StartDateTimeGTE: startDateTimeGte,
|
|
21593
|
+
EndDateTimeLTE: endDateTimeLte,
|
|
21566
21594
|
Gender: gender,
|
|
21567
21595
|
PeriodsOfWeek: periodsOfWeek,
|
|
21568
21596
|
AdditionalSupport: additionalSupport,
|
|
@@ -21603,6 +21631,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
21603
21631
|
activityType,
|
|
21604
21632
|
includeNextOpportunity,
|
|
21605
21633
|
featured,
|
|
21634
|
+
_private,
|
|
21606
21635
|
searchGeoCenter,
|
|
21607
21636
|
openactiveActivityId,
|
|
21608
21637
|
activityId,
|
|
@@ -21619,8 +21648,8 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
21619
21648
|
priceTotalGte,
|
|
21620
21649
|
priceTotalLte,
|
|
21621
21650
|
timeOfDay,
|
|
21622
|
-
|
|
21623
|
-
|
|
21651
|
+
startDateTimeGte,
|
|
21652
|
+
endDateTimeLte,
|
|
21624
21653
|
gender,
|
|
21625
21654
|
periodsOfWeek,
|
|
21626
21655
|
additionalSupport,
|
|
@@ -21652,6 +21681,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
21652
21681
|
ActivityType: activityType,
|
|
21653
21682
|
IncludeNextOpportunity: includeNextOpportunity,
|
|
21654
21683
|
Featured: featured,
|
|
21684
|
+
Private: _private,
|
|
21655
21685
|
SearchGeoCenter: searchGeoCenter,
|
|
21656
21686
|
OpenactiveActivityId: openactiveActivityId,
|
|
21657
21687
|
ActivityId: activityId,
|
|
@@ -21668,8 +21698,8 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
21668
21698
|
PriceTotalGTE: priceTotalGte,
|
|
21669
21699
|
PriceTotalLTE: priceTotalLte,
|
|
21670
21700
|
TimeOfDay: timeOfDay,
|
|
21671
|
-
|
|
21672
|
-
|
|
21701
|
+
StartDateTimeGTE: startDateTimeGte,
|
|
21702
|
+
EndDateTimeLTE: endDateTimeLte,
|
|
21673
21703
|
Gender: gender,
|
|
21674
21704
|
PeriodsOfWeek: periodsOfWeek,
|
|
21675
21705
|
AdditionalSupport: additionalSupport,
|
|
@@ -21711,6 +21741,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
21711
21741
|
activityType,
|
|
21712
21742
|
includeNextOpportunity,
|
|
21713
21743
|
featured,
|
|
21744
|
+
_private,
|
|
21714
21745
|
searchGeoCenter,
|
|
21715
21746
|
openactiveActivityId,
|
|
21716
21747
|
activityId,
|
|
@@ -21727,8 +21758,8 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
21727
21758
|
priceTotalGte,
|
|
21728
21759
|
priceTotalLte,
|
|
21729
21760
|
timeOfDay,
|
|
21730
|
-
|
|
21731
|
-
|
|
21761
|
+
startDateTimeGte,
|
|
21762
|
+
endDateTimeLte,
|
|
21732
21763
|
gender,
|
|
21733
21764
|
periodsOfWeek,
|
|
21734
21765
|
additionalSupport,
|
|
@@ -21763,6 +21794,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
21763
21794
|
ActivityType: activityType,
|
|
21764
21795
|
IncludeNextOpportunity: includeNextOpportunity,
|
|
21765
21796
|
Featured: featured,
|
|
21797
|
+
Private: _private,
|
|
21766
21798
|
SearchGeoCenter: searchGeoCenter,
|
|
21767
21799
|
OpenactiveActivityId: openactiveActivityId,
|
|
21768
21800
|
ActivityId: activityId,
|
|
@@ -21779,8 +21811,8 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
21779
21811
|
PriceTotalGTE: priceTotalGte,
|
|
21780
21812
|
PriceTotalLTE: priceTotalLte,
|
|
21781
21813
|
TimeOfDay: timeOfDay,
|
|
21782
|
-
|
|
21783
|
-
|
|
21814
|
+
StartDateTimeGTE: startDateTimeGte,
|
|
21815
|
+
EndDateTimeLTE: endDateTimeLte,
|
|
21784
21816
|
Gender: gender,
|
|
21785
21817
|
PeriodsOfWeek: periodsOfWeek,
|
|
21786
21818
|
AdditionalSupport: additionalSupport,
|
|
@@ -21849,6 +21881,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
21849
21881
|
activityType,
|
|
21850
21882
|
includeNextOpportunity,
|
|
21851
21883
|
featured,
|
|
21884
|
+
_private,
|
|
21852
21885
|
searchGeoCenter,
|
|
21853
21886
|
openactiveActivityId,
|
|
21854
21887
|
activityId,
|
|
@@ -21865,8 +21898,8 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
21865
21898
|
priceTotalGte,
|
|
21866
21899
|
priceTotalLte,
|
|
21867
21900
|
timeOfDay,
|
|
21868
|
-
|
|
21869
|
-
|
|
21901
|
+
startDateTimeGte,
|
|
21902
|
+
endDateTimeLte,
|
|
21870
21903
|
gender,
|
|
21871
21904
|
periodsOfWeek,
|
|
21872
21905
|
additionalSupport,
|
|
@@ -21901,6 +21934,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
21901
21934
|
ActivityType: activityType,
|
|
21902
21935
|
IncludeNextOpportunity: includeNextOpportunity,
|
|
21903
21936
|
Featured: featured,
|
|
21937
|
+
Private: _private,
|
|
21904
21938
|
SearchGeoCenter: searchGeoCenter,
|
|
21905
21939
|
OpenactiveActivityId: openactiveActivityId,
|
|
21906
21940
|
ActivityId: activityId,
|
|
@@ -21917,8 +21951,8 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
21917
21951
|
PriceTotalGTE: priceTotalGte,
|
|
21918
21952
|
PriceTotalLTE: priceTotalLte,
|
|
21919
21953
|
TimeOfDay: timeOfDay,
|
|
21920
|
-
|
|
21921
|
-
|
|
21954
|
+
StartDateTimeGTE: startDateTimeGte,
|
|
21955
|
+
EndDateTimeLTE: endDateTimeLte,
|
|
21922
21956
|
Gender: gender,
|
|
21923
21957
|
PeriodsOfWeek: periodsOfWeek,
|
|
21924
21958
|
AdditionalSupport: additionalSupport,
|
|
@@ -22376,6 +22410,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
22376
22410
|
futureOnly,
|
|
22377
22411
|
online,
|
|
22378
22412
|
featured,
|
|
22413
|
+
_private,
|
|
22379
22414
|
programmeId,
|
|
22380
22415
|
includeNextOpportunity,
|
|
22381
22416
|
allowTemplating,
|
|
@@ -22392,8 +22427,8 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
22392
22427
|
priceTotalGte,
|
|
22393
22428
|
priceTotalLte,
|
|
22394
22429
|
timeOfDay,
|
|
22395
|
-
|
|
22396
|
-
|
|
22430
|
+
startDateTimeGte,
|
|
22431
|
+
endDateTimeLte,
|
|
22397
22432
|
gender,
|
|
22398
22433
|
periodsOfWeek,
|
|
22399
22434
|
searchGeoCenter,
|
|
@@ -22423,6 +22458,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
22423
22458
|
FutureOnly: futureOnly,
|
|
22424
22459
|
Online: online,
|
|
22425
22460
|
Featured: featured,
|
|
22461
|
+
Private: _private,
|
|
22426
22462
|
ProgrammeId: programmeId,
|
|
22427
22463
|
IncludeNextOpportunity: includeNextOpportunity,
|
|
22428
22464
|
AllowTemplating: allowTemplating,
|
|
@@ -22439,8 +22475,8 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
22439
22475
|
PriceTotalGTE: priceTotalGte,
|
|
22440
22476
|
PriceTotalLTE: priceTotalLte,
|
|
22441
22477
|
TimeOfDay: timeOfDay,
|
|
22442
|
-
|
|
22443
|
-
|
|
22478
|
+
StartDateTimeGTE: startDateTimeGte,
|
|
22479
|
+
EndDateTimeLTE: endDateTimeLte,
|
|
22444
22480
|
Gender: gender,
|
|
22445
22481
|
PeriodsOfWeek: periodsOfWeek,
|
|
22446
22482
|
SearchGeoCenter: searchGeoCenter,
|
|
@@ -24867,6 +24903,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
24867
24903
|
futureOnly,
|
|
24868
24904
|
online,
|
|
24869
24905
|
featured,
|
|
24906
|
+
_private,
|
|
24870
24907
|
programmeId,
|
|
24871
24908
|
includeNextOpportunity,
|
|
24872
24909
|
allowTemplating,
|
|
@@ -24883,8 +24920,8 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
24883
24920
|
priceTotalGte,
|
|
24884
24921
|
priceTotalLte,
|
|
24885
24922
|
timeOfDay,
|
|
24886
|
-
|
|
24887
|
-
|
|
24923
|
+
startDateTimeGte,
|
|
24924
|
+
endDateTimeLte,
|
|
24888
24925
|
gender,
|
|
24889
24926
|
periodsOfWeek,
|
|
24890
24927
|
searchGeoCenter,
|
|
@@ -24917,6 +24954,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
24917
24954
|
FutureOnly: futureOnly,
|
|
24918
24955
|
Online: online,
|
|
24919
24956
|
Featured: featured,
|
|
24957
|
+
Private: _private,
|
|
24920
24958
|
ProgrammeId: programmeId,
|
|
24921
24959
|
IncludeNextOpportunity: includeNextOpportunity,
|
|
24922
24960
|
AllowTemplating: allowTemplating,
|
|
@@ -24933,8 +24971,8 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
24933
24971
|
PriceTotalGTE: priceTotalGte,
|
|
24934
24972
|
PriceTotalLTE: priceTotalLte,
|
|
24935
24973
|
TimeOfDay: timeOfDay,
|
|
24936
|
-
|
|
24937
|
-
|
|
24974
|
+
StartDateTimeGTE: startDateTimeGte,
|
|
24975
|
+
EndDateTimeLTE: endDateTimeLte,
|
|
24938
24976
|
Gender: gender,
|
|
24939
24977
|
PeriodsOfWeek: periodsOfWeek,
|
|
24940
24978
|
SearchGeoCenter: searchGeoCenter,
|
|
@@ -25196,6 +25234,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
25196
25234
|
futureOnly,
|
|
25197
25235
|
online,
|
|
25198
25236
|
featured,
|
|
25237
|
+
_private,
|
|
25199
25238
|
programmeId,
|
|
25200
25239
|
includeNextOpportunity,
|
|
25201
25240
|
allowTemplating,
|
|
@@ -25212,8 +25251,8 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
25212
25251
|
priceTotalGte,
|
|
25213
25252
|
priceTotalLte,
|
|
25214
25253
|
timeOfDay,
|
|
25215
|
-
|
|
25216
|
-
|
|
25254
|
+
startDateTimeGte,
|
|
25255
|
+
endDateTimeLte,
|
|
25217
25256
|
gender,
|
|
25218
25257
|
periodsOfWeek,
|
|
25219
25258
|
searchGeoCenter,
|
|
@@ -25246,6 +25285,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
25246
25285
|
FutureOnly: futureOnly,
|
|
25247
25286
|
Online: online,
|
|
25248
25287
|
Featured: featured,
|
|
25288
|
+
Private: _private,
|
|
25249
25289
|
ProgrammeId: programmeId,
|
|
25250
25290
|
IncludeNextOpportunity: includeNextOpportunity,
|
|
25251
25291
|
AllowTemplating: allowTemplating,
|
|
@@ -25262,8 +25302,8 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
25262
25302
|
PriceTotalGTE: priceTotalGte,
|
|
25263
25303
|
PriceTotalLTE: priceTotalLte,
|
|
25264
25304
|
TimeOfDay: timeOfDay,
|
|
25265
|
-
|
|
25266
|
-
|
|
25305
|
+
StartDateTimeGTE: startDateTimeGte,
|
|
25306
|
+
EndDateTimeLTE: endDateTimeLte,
|
|
25267
25307
|
Gender: gender,
|
|
25268
25308
|
PeriodsOfWeek: periodsOfWeek,
|
|
25269
25309
|
SearchGeoCenter: searchGeoCenter,
|
|
@@ -30751,6 +30791,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
30751
30791
|
futureOnly,
|
|
30752
30792
|
online,
|
|
30753
30793
|
featured,
|
|
30794
|
+
_private,
|
|
30754
30795
|
programmeId,
|
|
30755
30796
|
includeNextOpportunity,
|
|
30756
30797
|
allowTemplating,
|
|
@@ -30767,8 +30808,8 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
30767
30808
|
priceTotalGte,
|
|
30768
30809
|
priceTotalLte,
|
|
30769
30810
|
timeOfDay,
|
|
30770
|
-
|
|
30771
|
-
|
|
30811
|
+
startDateTimeGte,
|
|
30812
|
+
endDateTimeLte,
|
|
30772
30813
|
gender,
|
|
30773
30814
|
periodsOfWeek,
|
|
30774
30815
|
searchGeoCenter,
|
|
@@ -30798,6 +30839,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
30798
30839
|
FutureOnly: futureOnly,
|
|
30799
30840
|
Online: online,
|
|
30800
30841
|
Featured: featured,
|
|
30842
|
+
Private: _private,
|
|
30801
30843
|
ProgrammeId: programmeId,
|
|
30802
30844
|
IncludeNextOpportunity: includeNextOpportunity,
|
|
30803
30845
|
AllowTemplating: allowTemplating,
|
|
@@ -30814,8 +30856,8 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
30814
30856
|
PriceTotalGTE: priceTotalGte,
|
|
30815
30857
|
PriceTotalLTE: priceTotalLte,
|
|
30816
30858
|
TimeOfDay: timeOfDay,
|
|
30817
|
-
|
|
30818
|
-
|
|
30859
|
+
StartDateTimeGTE: startDateTimeGte,
|
|
30860
|
+
EndDateTimeLTE: endDateTimeLte,
|
|
30819
30861
|
Gender: gender,
|
|
30820
30862
|
PeriodsOfWeek: periodsOfWeek,
|
|
30821
30863
|
SearchGeoCenter: searchGeoCenter,
|
|
@@ -30917,6 +30959,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
30917
30959
|
futureOnly,
|
|
30918
30960
|
online,
|
|
30919
30961
|
featured,
|
|
30962
|
+
_private,
|
|
30920
30963
|
programmeId,
|
|
30921
30964
|
includeNextOpportunity,
|
|
30922
30965
|
allowTemplating,
|
|
@@ -30933,8 +30976,8 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
30933
30976
|
priceTotalGte,
|
|
30934
30977
|
priceTotalLte,
|
|
30935
30978
|
timeOfDay,
|
|
30936
|
-
|
|
30937
|
-
|
|
30979
|
+
startDateTimeGte,
|
|
30980
|
+
endDateTimeLte,
|
|
30938
30981
|
gender,
|
|
30939
30982
|
periodsOfWeek,
|
|
30940
30983
|
searchGeoCenter,
|
|
@@ -30964,6 +31007,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
30964
31007
|
FutureOnly: futureOnly,
|
|
30965
31008
|
Online: online,
|
|
30966
31009
|
Featured: featured,
|
|
31010
|
+
Private: _private,
|
|
30967
31011
|
ProgrammeId: programmeId,
|
|
30968
31012
|
IncludeNextOpportunity: includeNextOpportunity,
|
|
30969
31013
|
AllowTemplating: allowTemplating,
|
|
@@ -30980,8 +31024,8 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
30980
31024
|
PriceTotalGTE: priceTotalGte,
|
|
30981
31025
|
PriceTotalLTE: priceTotalLte,
|
|
30982
31026
|
TimeOfDay: timeOfDay,
|
|
30983
|
-
|
|
30984
|
-
|
|
31027
|
+
StartDateTimeGTE: startDateTimeGte,
|
|
31028
|
+
EndDateTimeLTE: endDateTimeLte,
|
|
30985
31029
|
Gender: gender,
|
|
30986
31030
|
PeriodsOfWeek: periodsOfWeek,
|
|
30987
31031
|
SearchGeoCenter: searchGeoCenter,
|
|
@@ -31020,6 +31064,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
31020
31064
|
futureOnly,
|
|
31021
31065
|
online,
|
|
31022
31066
|
featured,
|
|
31067
|
+
_private,
|
|
31023
31068
|
programmeId,
|
|
31024
31069
|
includeNextOpportunity,
|
|
31025
31070
|
allowTemplating,
|
|
@@ -31036,8 +31081,8 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
31036
31081
|
priceTotalGte,
|
|
31037
31082
|
priceTotalLte,
|
|
31038
31083
|
timeOfDay,
|
|
31039
|
-
|
|
31040
|
-
|
|
31084
|
+
startDateTimeGte,
|
|
31085
|
+
endDateTimeLte,
|
|
31041
31086
|
gender,
|
|
31042
31087
|
periodsOfWeek,
|
|
31043
31088
|
searchGeoCenter,
|
|
@@ -31067,6 +31112,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
31067
31112
|
FutureOnly: futureOnly,
|
|
31068
31113
|
Online: online,
|
|
31069
31114
|
Featured: featured,
|
|
31115
|
+
Private: _private,
|
|
31070
31116
|
ProgrammeId: programmeId,
|
|
31071
31117
|
IncludeNextOpportunity: includeNextOpportunity,
|
|
31072
31118
|
AllowTemplating: allowTemplating,
|
|
@@ -31083,8 +31129,8 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
31083
31129
|
PriceTotalGTE: priceTotalGte,
|
|
31084
31130
|
PriceTotalLTE: priceTotalLte,
|
|
31085
31131
|
TimeOfDay: timeOfDay,
|
|
31086
|
-
|
|
31087
|
-
|
|
31132
|
+
StartDateTimeGTE: startDateTimeGte,
|
|
31133
|
+
EndDateTimeLTE: endDateTimeLte,
|
|
31088
31134
|
Gender: gender,
|
|
31089
31135
|
PeriodsOfWeek: periodsOfWeek,
|
|
31090
31136
|
SearchGeoCenter: searchGeoCenter,
|
|
@@ -31123,6 +31169,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
31123
31169
|
futureOnly,
|
|
31124
31170
|
online,
|
|
31125
31171
|
featured,
|
|
31172
|
+
_private,
|
|
31126
31173
|
programmeId,
|
|
31127
31174
|
includeNextOpportunity,
|
|
31128
31175
|
allowTemplating,
|
|
@@ -31139,8 +31186,8 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
31139
31186
|
priceTotalGte,
|
|
31140
31187
|
priceTotalLte,
|
|
31141
31188
|
timeOfDay,
|
|
31142
|
-
|
|
31143
|
-
|
|
31189
|
+
startDateTimeGte,
|
|
31190
|
+
endDateTimeLte,
|
|
31144
31191
|
gender,
|
|
31145
31192
|
periodsOfWeek,
|
|
31146
31193
|
searchGeoCenter,
|
|
@@ -31170,6 +31217,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
31170
31217
|
FutureOnly: futureOnly,
|
|
31171
31218
|
Online: online,
|
|
31172
31219
|
Featured: featured,
|
|
31220
|
+
Private: _private,
|
|
31173
31221
|
ProgrammeId: programmeId,
|
|
31174
31222
|
IncludeNextOpportunity: includeNextOpportunity,
|
|
31175
31223
|
AllowTemplating: allowTemplating,
|
|
@@ -31186,8 +31234,8 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
31186
31234
|
PriceTotalGTE: priceTotalGte,
|
|
31187
31235
|
PriceTotalLTE: priceTotalLte,
|
|
31188
31236
|
TimeOfDay: timeOfDay,
|
|
31189
|
-
|
|
31190
|
-
|
|
31237
|
+
StartDateTimeGTE: startDateTimeGte,
|
|
31238
|
+
EndDateTimeLTE: endDateTimeLte,
|
|
31191
31239
|
Gender: gender,
|
|
31192
31240
|
PeriodsOfWeek: periodsOfWeek,
|
|
31193
31241
|
SearchGeoCenter: searchGeoCenter,
|
|
@@ -31226,6 +31274,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
31226
31274
|
futureOnly,
|
|
31227
31275
|
online,
|
|
31228
31276
|
featured,
|
|
31277
|
+
_private,
|
|
31229
31278
|
programmeId,
|
|
31230
31279
|
includeNextOpportunity,
|
|
31231
31280
|
allowTemplating,
|
|
@@ -31242,8 +31291,8 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
31242
31291
|
priceTotalGte,
|
|
31243
31292
|
priceTotalLte,
|
|
31244
31293
|
timeOfDay,
|
|
31245
|
-
|
|
31246
|
-
|
|
31294
|
+
startDateTimeGte,
|
|
31295
|
+
endDateTimeLte,
|
|
31247
31296
|
gender,
|
|
31248
31297
|
periodsOfWeek,
|
|
31249
31298
|
searchGeoCenter,
|
|
@@ -31273,6 +31322,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
31273
31322
|
FutureOnly: futureOnly,
|
|
31274
31323
|
Online: online,
|
|
31275
31324
|
Featured: featured,
|
|
31325
|
+
Private: _private,
|
|
31276
31326
|
ProgrammeId: programmeId,
|
|
31277
31327
|
IncludeNextOpportunity: includeNextOpportunity,
|
|
31278
31328
|
AllowTemplating: allowTemplating,
|
|
@@ -31289,8 +31339,8 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
31289
31339
|
PriceTotalGTE: priceTotalGte,
|
|
31290
31340
|
PriceTotalLTE: priceTotalLte,
|
|
31291
31341
|
TimeOfDay: timeOfDay,
|
|
31292
|
-
|
|
31293
|
-
|
|
31342
|
+
StartDateTimeGTE: startDateTimeGte,
|
|
31343
|
+
EndDateTimeLTE: endDateTimeLte,
|
|
31294
31344
|
Gender: gender,
|
|
31295
31345
|
PeriodsOfWeek: periodsOfWeek,
|
|
31296
31346
|
SearchGeoCenter: searchGeoCenter,
|
|
@@ -44788,7 +44838,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
44788
44838
|
}
|
|
44789
44839
|
/**
|
|
44790
44840
|
* Gets waitlist conversion statistics.
|
|
44791
|
-
* @returns
|
|
44841
|
+
* @returns WaitlistConversionStatsResponseDto OK
|
|
44792
44842
|
* @throws ApiError
|
|
44793
44843
|
*/
|
|
44794
44844
|
getConversionStats() {
|