reach-api-sdk 1.0.193 → 1.0.194
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 +155 -27
- package/dist/reach-sdk.js +55 -1
- package/package.json +1 -1
- package/src/definition/swagger.yaml +210 -1
- package/src/models/Course.ts +4 -0
- package/src/models/CreateDeal.ts +8 -0
- package/src/models/Deal.ts +8 -0
- package/src/services/CourseSessionsService.ts +24 -0
- package/src/services/GenericActivityService.ts +30 -0
- package/src/services/PublicCalendarService.ts +1 -1
- package/src/services/PublicGenericActivityService.ts +24 -0
- package/src/services/PublicScheduledSessionsService.ts +12 -0
- package/src/services/PublicSessionsService.ts +6 -0
- package/src/services/PublicVenuesService.ts +18 -0
- package/src/services/ScheduledSessionsService.ts +24 -0
- package/src/services/VenuesService.ts +24 -0
package/dist/reach-sdk.js
CHANGED
|
@@ -3970,6 +3970,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
3970
3970
|
endDateTimeGte,
|
|
3971
3971
|
futureOnly,
|
|
3972
3972
|
includeVenue,
|
|
3973
|
+
includeOffers,
|
|
3973
3974
|
excludeArchived,
|
|
3974
3975
|
pageNumber,
|
|
3975
3976
|
take,
|
|
@@ -4001,6 +4002,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
4001
4002
|
EndDateTimeGTE: endDateTimeGte,
|
|
4002
4003
|
FutureOnly: futureOnly,
|
|
4003
4004
|
IncludeVenue: includeVenue,
|
|
4005
|
+
IncludeOffers: includeOffers,
|
|
4004
4006
|
ExcludeArchived: excludeArchived,
|
|
4005
4007
|
PageNumber: pageNumber,
|
|
4006
4008
|
Take: take,
|
|
@@ -4104,6 +4106,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
4104
4106
|
endDateTimeGte,
|
|
4105
4107
|
futureOnly,
|
|
4106
4108
|
includeVenue,
|
|
4109
|
+
includeOffers,
|
|
4107
4110
|
excludeArchived,
|
|
4108
4111
|
pageNumber,
|
|
4109
4112
|
take,
|
|
@@ -4135,6 +4138,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
4135
4138
|
EndDateTimeGTE: endDateTimeGte,
|
|
4136
4139
|
FutureOnly: futureOnly,
|
|
4137
4140
|
IncludeVenue: includeVenue,
|
|
4141
|
+
IncludeOffers: includeOffers,
|
|
4138
4142
|
ExcludeArchived: excludeArchived,
|
|
4139
4143
|
PageNumber: pageNumber,
|
|
4140
4144
|
Take: take,
|
|
@@ -4175,6 +4179,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
4175
4179
|
endDateTimeGte,
|
|
4176
4180
|
futureOnly,
|
|
4177
4181
|
includeVenue,
|
|
4182
|
+
includeOffers,
|
|
4178
4183
|
excludeArchived,
|
|
4179
4184
|
pageNumber,
|
|
4180
4185
|
take,
|
|
@@ -4206,6 +4211,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
4206
4211
|
EndDateTimeGTE: endDateTimeGte,
|
|
4207
4212
|
FutureOnly: futureOnly,
|
|
4208
4213
|
IncludeVenue: includeVenue,
|
|
4214
|
+
IncludeOffers: includeOffers,
|
|
4209
4215
|
ExcludeArchived: excludeArchived,
|
|
4210
4216
|
PageNumber: pageNumber,
|
|
4211
4217
|
Take: take,
|
|
@@ -4246,6 +4252,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
4246
4252
|
endDateTimeGte,
|
|
4247
4253
|
futureOnly,
|
|
4248
4254
|
includeVenue,
|
|
4255
|
+
includeOffers,
|
|
4249
4256
|
excludeArchived,
|
|
4250
4257
|
pageNumber,
|
|
4251
4258
|
take,
|
|
@@ -4277,6 +4284,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
4277
4284
|
EndDateTimeGTE: endDateTimeGte,
|
|
4278
4285
|
FutureOnly: futureOnly,
|
|
4279
4286
|
IncludeVenue: includeVenue,
|
|
4287
|
+
IncludeOffers: includeOffers,
|
|
4280
4288
|
ExcludeArchived: excludeArchived,
|
|
4281
4289
|
PageNumber: pageNumber,
|
|
4282
4290
|
Take: take,
|
|
@@ -8306,6 +8314,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
8306
8314
|
periodsOfWeek,
|
|
8307
8315
|
additionalSupport,
|
|
8308
8316
|
amenity,
|
|
8317
|
+
programmeIds,
|
|
8309
8318
|
pageNumber,
|
|
8310
8319
|
take,
|
|
8311
8320
|
skip,
|
|
@@ -8353,6 +8362,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
8353
8362
|
PeriodsOfWeek: periodsOfWeek,
|
|
8354
8363
|
AdditionalSupport: additionalSupport,
|
|
8355
8364
|
Amenity: amenity,
|
|
8365
|
+
ProgrammeIds: programmeIds,
|
|
8356
8366
|
PageNumber: pageNumber,
|
|
8357
8367
|
Take: take,
|
|
8358
8368
|
Skip: skip,
|
|
@@ -8430,6 +8440,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
8430
8440
|
periodsOfWeek,
|
|
8431
8441
|
additionalSupport,
|
|
8432
8442
|
amenity,
|
|
8443
|
+
programmeIds,
|
|
8433
8444
|
pageNumber,
|
|
8434
8445
|
take,
|
|
8435
8446
|
skip,
|
|
@@ -8477,6 +8488,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
8477
8488
|
PeriodsOfWeek: periodsOfWeek,
|
|
8478
8489
|
AdditionalSupport: additionalSupport,
|
|
8479
8490
|
Amenity: amenity,
|
|
8491
|
+
ProgrammeIds: programmeIds,
|
|
8480
8492
|
PageNumber: pageNumber,
|
|
8481
8493
|
Take: take,
|
|
8482
8494
|
Skip: skip,
|
|
@@ -8533,6 +8545,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
8533
8545
|
periodsOfWeek,
|
|
8534
8546
|
additionalSupport,
|
|
8535
8547
|
amenity,
|
|
8548
|
+
programmeIds,
|
|
8536
8549
|
pageNumber,
|
|
8537
8550
|
take,
|
|
8538
8551
|
skip,
|
|
@@ -8580,6 +8593,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
8580
8593
|
PeriodsOfWeek: periodsOfWeek,
|
|
8581
8594
|
AdditionalSupport: additionalSupport,
|
|
8582
8595
|
Amenity: amenity,
|
|
8596
|
+
ProgrammeIds: programmeIds,
|
|
8583
8597
|
PageNumber: pageNumber,
|
|
8584
8598
|
Take: take,
|
|
8585
8599
|
Skip: skip,
|
|
@@ -8636,6 +8650,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
8636
8650
|
periodsOfWeek,
|
|
8637
8651
|
additionalSupport,
|
|
8638
8652
|
amenity,
|
|
8653
|
+
programmeIds,
|
|
8639
8654
|
pageNumber,
|
|
8640
8655
|
take,
|
|
8641
8656
|
skip,
|
|
@@ -8683,6 +8698,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
8683
8698
|
PeriodsOfWeek: periodsOfWeek,
|
|
8684
8699
|
AdditionalSupport: additionalSupport,
|
|
8685
8700
|
Amenity: amenity,
|
|
8701
|
+
ProgrammeIds: programmeIds,
|
|
8686
8702
|
PageNumber: pageNumber,
|
|
8687
8703
|
Take: take,
|
|
8688
8704
|
Skip: skip,
|
|
@@ -8739,6 +8755,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
8739
8755
|
periodsOfWeek,
|
|
8740
8756
|
additionalSupport,
|
|
8741
8757
|
amenity,
|
|
8758
|
+
programmeIds,
|
|
8742
8759
|
pageNumber,
|
|
8743
8760
|
take,
|
|
8744
8761
|
skip,
|
|
@@ -8786,6 +8803,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
8786
8803
|
PeriodsOfWeek: periodsOfWeek,
|
|
8787
8804
|
AdditionalSupport: additionalSupport,
|
|
8788
8805
|
Amenity: amenity,
|
|
8806
|
+
ProgrammeIds: programmeIds,
|
|
8789
8807
|
PageNumber: pageNumber,
|
|
8790
8808
|
Take: take,
|
|
8791
8809
|
Skip: skip,
|
|
@@ -18308,7 +18326,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
18308
18326
|
method: "GET",
|
|
18309
18327
|
url: "/api/public/calendar",
|
|
18310
18328
|
headers: {
|
|
18311
|
-
|
|
18329
|
+
x_tenant_subdomain: xTenantSubdomain
|
|
18312
18330
|
},
|
|
18313
18331
|
query: {
|
|
18314
18332
|
StartDateTimeGTE: startDateTimeGte,
|
|
@@ -19337,6 +19355,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
19337
19355
|
periodsOfWeek,
|
|
19338
19356
|
additionalSupport,
|
|
19339
19357
|
amenity,
|
|
19358
|
+
programmeIds,
|
|
19340
19359
|
pageNumber,
|
|
19341
19360
|
take,
|
|
19342
19361
|
skip,
|
|
@@ -19387,6 +19406,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
19387
19406
|
PeriodsOfWeek: periodsOfWeek,
|
|
19388
19407
|
AdditionalSupport: additionalSupport,
|
|
19389
19408
|
Amenity: amenity,
|
|
19409
|
+
ProgrammeIds: programmeIds,
|
|
19390
19410
|
PageNumber: pageNumber,
|
|
19391
19411
|
Take: take,
|
|
19392
19412
|
Skip: skip,
|
|
@@ -19443,6 +19463,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
19443
19463
|
periodsOfWeek,
|
|
19444
19464
|
additionalSupport,
|
|
19445
19465
|
amenity,
|
|
19466
|
+
programmeIds,
|
|
19446
19467
|
pageNumber,
|
|
19447
19468
|
take,
|
|
19448
19469
|
skip,
|
|
@@ -19490,6 +19511,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
19490
19511
|
PeriodsOfWeek: periodsOfWeek,
|
|
19491
19512
|
AdditionalSupport: additionalSupport,
|
|
19492
19513
|
Amenity: amenity,
|
|
19514
|
+
ProgrammeIds: programmeIds,
|
|
19493
19515
|
PageNumber: pageNumber,
|
|
19494
19516
|
Take: take,
|
|
19495
19517
|
Skip: skip,
|
|
@@ -19547,6 +19569,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
19547
19569
|
periodsOfWeek,
|
|
19548
19570
|
additionalSupport,
|
|
19549
19571
|
amenity,
|
|
19572
|
+
programmeIds,
|
|
19550
19573
|
pageNumber,
|
|
19551
19574
|
take,
|
|
19552
19575
|
skip,
|
|
@@ -19597,6 +19620,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
19597
19620
|
PeriodsOfWeek: periodsOfWeek,
|
|
19598
19621
|
AdditionalSupport: additionalSupport,
|
|
19599
19622
|
Amenity: amenity,
|
|
19623
|
+
ProgrammeIds: programmeIds,
|
|
19600
19624
|
PageNumber: pageNumber,
|
|
19601
19625
|
Take: take,
|
|
19602
19626
|
Skip: skip,
|
|
@@ -19681,6 +19705,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
19681
19705
|
periodsOfWeek,
|
|
19682
19706
|
additionalSupport,
|
|
19683
19707
|
amenity,
|
|
19708
|
+
programmeIds,
|
|
19684
19709
|
pageNumber,
|
|
19685
19710
|
take,
|
|
19686
19711
|
skip,
|
|
@@ -19731,6 +19756,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
19731
19756
|
PeriodsOfWeek: periodsOfWeek,
|
|
19732
19757
|
AdditionalSupport: additionalSupport,
|
|
19733
19758
|
Amenity: amenity,
|
|
19759
|
+
ProgrammeIds: programmeIds,
|
|
19734
19760
|
PageNumber: pageNumber,
|
|
19735
19761
|
Take: take,
|
|
19736
19762
|
Skip: skip,
|
|
@@ -22343,6 +22369,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
22343
22369
|
bookableOnly,
|
|
22344
22370
|
includeImages,
|
|
22345
22371
|
includeVenue,
|
|
22372
|
+
includeOffers,
|
|
22346
22373
|
includeOrders,
|
|
22347
22374
|
hasAvailability,
|
|
22348
22375
|
excludeArchived,
|
|
@@ -22388,6 +22415,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
22388
22415
|
BookableOnly: bookableOnly,
|
|
22389
22416
|
IncludeImages: includeImages,
|
|
22390
22417
|
IncludeVenue: includeVenue,
|
|
22418
|
+
IncludeOffers: includeOffers,
|
|
22391
22419
|
IncludeOrders: includeOrders,
|
|
22392
22420
|
HasAvailability: hasAvailability,
|
|
22393
22421
|
ExcludeArchived: excludeArchived,
|
|
@@ -22536,6 +22564,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
22536
22564
|
bookableOnly,
|
|
22537
22565
|
includeImages,
|
|
22538
22566
|
includeVenue,
|
|
22567
|
+
includeOffers,
|
|
22539
22568
|
includeOrders,
|
|
22540
22569
|
hasAvailability,
|
|
22541
22570
|
excludeArchived,
|
|
@@ -22581,6 +22610,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
22581
22610
|
BookableOnly: bookableOnly,
|
|
22582
22611
|
IncludeImages: includeImages,
|
|
22583
22612
|
IncludeVenue: includeVenue,
|
|
22613
|
+
IncludeOffers: includeOffers,
|
|
22584
22614
|
IncludeOrders: includeOrders,
|
|
22585
22615
|
HasAvailability: hasAvailability,
|
|
22586
22616
|
ExcludeArchived: excludeArchived,
|
|
@@ -22843,6 +22873,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
22843
22873
|
bookableOnly,
|
|
22844
22874
|
includeImages,
|
|
22845
22875
|
includeVenue,
|
|
22876
|
+
includeOffers,
|
|
22846
22877
|
includeOrders,
|
|
22847
22878
|
hasAvailability,
|
|
22848
22879
|
excludeArchived,
|
|
@@ -22888,6 +22919,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
22888
22919
|
BookableOnly: bookableOnly,
|
|
22889
22920
|
IncludeImages: includeImages,
|
|
22890
22921
|
IncludeVenue: includeVenue,
|
|
22922
|
+
IncludeOffers: includeOffers,
|
|
22891
22923
|
IncludeOrders: includeOrders,
|
|
22892
22924
|
HasAvailability: hasAvailability,
|
|
22893
22925
|
ExcludeArchived: excludeArchived,
|
|
@@ -24720,6 +24752,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
24720
24752
|
includeNextOpportunity,
|
|
24721
24753
|
distance,
|
|
24722
24754
|
dashboardRequest,
|
|
24755
|
+
programmeIds,
|
|
24723
24756
|
pageNumber,
|
|
24724
24757
|
take,
|
|
24725
24758
|
skip,
|
|
@@ -24758,6 +24791,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
24758
24791
|
IncludeNextOpportunity: includeNextOpportunity,
|
|
24759
24792
|
Distance: distance,
|
|
24760
24793
|
DashboardRequest: dashboardRequest,
|
|
24794
|
+
ProgrammeIds: programmeIds,
|
|
24761
24795
|
PageNumber: pageNumber,
|
|
24762
24796
|
Take: take,
|
|
24763
24797
|
Skip: skip,
|
|
@@ -24826,6 +24860,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
24826
24860
|
includeNextOpportunity,
|
|
24827
24861
|
distance,
|
|
24828
24862
|
dashboardRequest,
|
|
24863
|
+
programmeIds,
|
|
24829
24864
|
pageNumber,
|
|
24830
24865
|
take,
|
|
24831
24866
|
skip,
|
|
@@ -24861,6 +24896,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
24861
24896
|
IncludeNextOpportunity: includeNextOpportunity,
|
|
24862
24897
|
Distance: distance,
|
|
24863
24898
|
DashboardRequest: dashboardRequest,
|
|
24899
|
+
ProgrammeIds: programmeIds,
|
|
24864
24900
|
PageNumber: pageNumber,
|
|
24865
24901
|
Take: take,
|
|
24866
24902
|
Skip: skip,
|
|
@@ -24978,6 +25014,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
24978
25014
|
includeNextOpportunity,
|
|
24979
25015
|
distance,
|
|
24980
25016
|
dashboardRequest,
|
|
25017
|
+
programmeIds,
|
|
24981
25018
|
pageNumber,
|
|
24982
25019
|
take,
|
|
24983
25020
|
skip,
|
|
@@ -25016,6 +25053,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
25016
25053
|
IncludeNextOpportunity: includeNextOpportunity,
|
|
25017
25054
|
Distance: distance,
|
|
25018
25055
|
DashboardRequest: dashboardRequest,
|
|
25056
|
+
ProgrammeIds: programmeIds,
|
|
25019
25057
|
PageNumber: pageNumber,
|
|
25020
25058
|
Take: take,
|
|
25021
25059
|
Skip: skip,
|
|
@@ -27054,6 +27092,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
27054
27092
|
bookableOnly,
|
|
27055
27093
|
includeImages,
|
|
27056
27094
|
includeVenue,
|
|
27095
|
+
includeOffers,
|
|
27057
27096
|
includeOrders,
|
|
27058
27097
|
hasAvailability,
|
|
27059
27098
|
excludeArchived,
|
|
@@ -27096,6 +27135,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
27096
27135
|
BookableOnly: bookableOnly,
|
|
27097
27136
|
IncludeImages: includeImages,
|
|
27098
27137
|
IncludeVenue: includeVenue,
|
|
27138
|
+
IncludeOffers: includeOffers,
|
|
27099
27139
|
IncludeOrders: includeOrders,
|
|
27100
27140
|
HasAvailability: hasAvailability,
|
|
27101
27141
|
ExcludeArchived: excludeArchived,
|
|
@@ -27210,6 +27250,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
27210
27250
|
bookableOnly,
|
|
27211
27251
|
includeImages,
|
|
27212
27252
|
includeVenue,
|
|
27253
|
+
includeOffers,
|
|
27213
27254
|
includeOrders,
|
|
27214
27255
|
hasAvailability,
|
|
27215
27256
|
excludeArchived,
|
|
@@ -27252,6 +27293,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
27252
27293
|
BookableOnly: bookableOnly,
|
|
27253
27294
|
IncludeImages: includeImages,
|
|
27254
27295
|
IncludeVenue: includeVenue,
|
|
27296
|
+
IncludeOffers: includeOffers,
|
|
27255
27297
|
IncludeOrders: includeOrders,
|
|
27256
27298
|
HasAvailability: hasAvailability,
|
|
27257
27299
|
ExcludeArchived: excludeArchived,
|
|
@@ -27303,6 +27345,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
27303
27345
|
bookableOnly,
|
|
27304
27346
|
includeImages,
|
|
27305
27347
|
includeVenue,
|
|
27348
|
+
includeOffers,
|
|
27306
27349
|
includeOrders,
|
|
27307
27350
|
hasAvailability,
|
|
27308
27351
|
excludeArchived,
|
|
@@ -27345,6 +27388,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
27345
27388
|
BookableOnly: bookableOnly,
|
|
27346
27389
|
IncludeImages: includeImages,
|
|
27347
27390
|
IncludeVenue: includeVenue,
|
|
27391
|
+
IncludeOffers: includeOffers,
|
|
27348
27392
|
IncludeOrders: includeOrders,
|
|
27349
27393
|
HasAvailability: hasAvailability,
|
|
27350
27394
|
ExcludeArchived: excludeArchived,
|
|
@@ -27396,6 +27440,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
27396
27440
|
bookableOnly,
|
|
27397
27441
|
includeImages,
|
|
27398
27442
|
includeVenue,
|
|
27443
|
+
includeOffers,
|
|
27399
27444
|
includeOrders,
|
|
27400
27445
|
hasAvailability,
|
|
27401
27446
|
excludeArchived,
|
|
@@ -27438,6 +27483,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
27438
27483
|
BookableOnly: bookableOnly,
|
|
27439
27484
|
IncludeImages: includeImages,
|
|
27440
27485
|
IncludeVenue: includeVenue,
|
|
27486
|
+
IncludeOffers: includeOffers,
|
|
27441
27487
|
IncludeOrders: includeOrders,
|
|
27442
27488
|
HasAvailability: hasAvailability,
|
|
27443
27489
|
ExcludeArchived: excludeArchived,
|
|
@@ -38711,6 +38757,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
38711
38757
|
includeNextOpportunity,
|
|
38712
38758
|
distance,
|
|
38713
38759
|
dashboardRequest,
|
|
38760
|
+
programmeIds,
|
|
38714
38761
|
pageNumber,
|
|
38715
38762
|
take,
|
|
38716
38763
|
skip,
|
|
@@ -38746,6 +38793,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
38746
38793
|
IncludeNextOpportunity: includeNextOpportunity,
|
|
38747
38794
|
Distance: distance,
|
|
38748
38795
|
DashboardRequest: dashboardRequest,
|
|
38796
|
+
ProgrammeIds: programmeIds,
|
|
38749
38797
|
PageNumber: pageNumber,
|
|
38750
38798
|
Take: take,
|
|
38751
38799
|
Skip: skip,
|
|
@@ -38853,6 +38901,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
38853
38901
|
includeNextOpportunity,
|
|
38854
38902
|
distance,
|
|
38855
38903
|
dashboardRequest,
|
|
38904
|
+
programmeIds,
|
|
38856
38905
|
pageNumber,
|
|
38857
38906
|
take,
|
|
38858
38907
|
skip,
|
|
@@ -38888,6 +38937,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
38888
38937
|
IncludeNextOpportunity: includeNextOpportunity,
|
|
38889
38938
|
Distance: distance,
|
|
38890
38939
|
DashboardRequest: dashboardRequest,
|
|
38940
|
+
ProgrammeIds: programmeIds,
|
|
38891
38941
|
PageNumber: pageNumber,
|
|
38892
38942
|
Take: take,
|
|
38893
38943
|
Skip: skip,
|
|
@@ -38932,6 +38982,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
38932
38982
|
includeNextOpportunity,
|
|
38933
38983
|
distance,
|
|
38934
38984
|
dashboardRequest,
|
|
38985
|
+
programmeIds,
|
|
38935
38986
|
pageNumber,
|
|
38936
38987
|
take,
|
|
38937
38988
|
skip,
|
|
@@ -38967,6 +39018,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
38967
39018
|
IncludeNextOpportunity: includeNextOpportunity,
|
|
38968
39019
|
Distance: distance,
|
|
38969
39020
|
DashboardRequest: dashboardRequest,
|
|
39021
|
+
ProgrammeIds: programmeIds,
|
|
38970
39022
|
PageNumber: pageNumber,
|
|
38971
39023
|
Take: take,
|
|
38972
39024
|
Skip: skip,
|
|
@@ -39011,6 +39063,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
39011
39063
|
includeNextOpportunity,
|
|
39012
39064
|
distance,
|
|
39013
39065
|
dashboardRequest,
|
|
39066
|
+
programmeIds,
|
|
39014
39067
|
pageNumber,
|
|
39015
39068
|
take,
|
|
39016
39069
|
skip,
|
|
@@ -39046,6 +39099,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
39046
39099
|
IncludeNextOpportunity: includeNextOpportunity,
|
|
39047
39100
|
Distance: distance,
|
|
39048
39101
|
DashboardRequest: dashboardRequest,
|
|
39102
|
+
ProgrammeIds: programmeIds,
|
|
39049
39103
|
PageNumber: pageNumber,
|
|
39050
39104
|
Take: take,
|
|
39051
39105
|
Skip: skip,
|