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
|
@@ -81,6 +81,7 @@ export class PublicGenericActivityService {
|
|
|
81
81
|
periodsOfWeek,
|
|
82
82
|
additionalSupport,
|
|
83
83
|
amenity,
|
|
84
|
+
programmeIds,
|
|
84
85
|
pageNumber,
|
|
85
86
|
take,
|
|
86
87
|
skip,
|
|
@@ -218,6 +219,10 @@ export class PublicGenericActivityService {
|
|
|
218
219
|
* Gets or sets AmenityId.
|
|
219
220
|
*/
|
|
220
221
|
amenity?: Array<number>;
|
|
222
|
+
/**
|
|
223
|
+
* Gets or sets the Programme ids.
|
|
224
|
+
*/
|
|
225
|
+
programmeIds?: Array<string>;
|
|
221
226
|
/**
|
|
222
227
|
* Gets or sets the page number for paged queries.
|
|
223
228
|
*/
|
|
@@ -301,6 +306,7 @@ export class PublicGenericActivityService {
|
|
|
301
306
|
PeriodsOfWeek: periodsOfWeek,
|
|
302
307
|
AdditionalSupport: additionalSupport,
|
|
303
308
|
Amenity: amenity,
|
|
309
|
+
ProgrammeIds: programmeIds,
|
|
304
310
|
PageNumber: pageNumber,
|
|
305
311
|
Take: take,
|
|
306
312
|
Skip: skip,
|
|
@@ -358,6 +364,7 @@ export class PublicGenericActivityService {
|
|
|
358
364
|
periodsOfWeek,
|
|
359
365
|
additionalSupport,
|
|
360
366
|
amenity,
|
|
367
|
+
programmeIds,
|
|
361
368
|
pageNumber,
|
|
362
369
|
take,
|
|
363
370
|
skip,
|
|
@@ -494,6 +501,10 @@ export class PublicGenericActivityService {
|
|
|
494
501
|
* Gets or sets AmenityId.
|
|
495
502
|
*/
|
|
496
503
|
amenity?: Array<number>;
|
|
504
|
+
/**
|
|
505
|
+
* Gets or sets the Programme ids.
|
|
506
|
+
*/
|
|
507
|
+
programmeIds?: Array<string>;
|
|
497
508
|
/**
|
|
498
509
|
* Gets or sets the page number for paged queries.
|
|
499
510
|
*/
|
|
@@ -574,6 +585,7 @@ export class PublicGenericActivityService {
|
|
|
574
585
|
PeriodsOfWeek: periodsOfWeek,
|
|
575
586
|
AdditionalSupport: additionalSupport,
|
|
576
587
|
Amenity: amenity,
|
|
588
|
+
ProgrammeIds: programmeIds,
|
|
577
589
|
PageNumber: pageNumber,
|
|
578
590
|
Take: take,
|
|
579
591
|
Skip: skip,
|
|
@@ -632,6 +644,7 @@ export class PublicGenericActivityService {
|
|
|
632
644
|
periodsOfWeek,
|
|
633
645
|
additionalSupport,
|
|
634
646
|
amenity,
|
|
647
|
+
programmeIds,
|
|
635
648
|
pageNumber,
|
|
636
649
|
take,
|
|
637
650
|
skip,
|
|
@@ -772,6 +785,10 @@ export class PublicGenericActivityService {
|
|
|
772
785
|
* Gets or sets AmenityId.
|
|
773
786
|
*/
|
|
774
787
|
amenity?: Array<number>;
|
|
788
|
+
/**
|
|
789
|
+
* Gets or sets the Programme ids.
|
|
790
|
+
*/
|
|
791
|
+
programmeIds?: Array<string>;
|
|
775
792
|
/**
|
|
776
793
|
* Gets or sets the page number for paged queries.
|
|
777
794
|
*/
|
|
@@ -855,6 +872,7 @@ export class PublicGenericActivityService {
|
|
|
855
872
|
PeriodsOfWeek: periodsOfWeek,
|
|
856
873
|
AdditionalSupport: additionalSupport,
|
|
857
874
|
Amenity: amenity,
|
|
875
|
+
ProgrammeIds: programmeIds,
|
|
858
876
|
PageNumber: pageNumber,
|
|
859
877
|
Take: take,
|
|
860
878
|
Skip: skip,
|
|
@@ -958,6 +976,7 @@ export class PublicGenericActivityService {
|
|
|
958
976
|
periodsOfWeek,
|
|
959
977
|
additionalSupport,
|
|
960
978
|
amenity,
|
|
979
|
+
programmeIds,
|
|
961
980
|
pageNumber,
|
|
962
981
|
take,
|
|
963
982
|
skip,
|
|
@@ -1098,6 +1117,10 @@ export class PublicGenericActivityService {
|
|
|
1098
1117
|
* Gets or sets AmenityId.
|
|
1099
1118
|
*/
|
|
1100
1119
|
amenity?: Array<number>;
|
|
1120
|
+
/**
|
|
1121
|
+
* Gets or sets the Programme ids.
|
|
1122
|
+
*/
|
|
1123
|
+
programmeIds?: Array<string>;
|
|
1101
1124
|
/**
|
|
1102
1125
|
* Gets or sets the page number for paged queries.
|
|
1103
1126
|
*/
|
|
@@ -1181,6 +1204,7 @@ export class PublicGenericActivityService {
|
|
|
1181
1204
|
PeriodsOfWeek: periodsOfWeek,
|
|
1182
1205
|
AdditionalSupport: additionalSupport,
|
|
1183
1206
|
Amenity: amenity,
|
|
1207
|
+
ProgrammeIds: programmeIds,
|
|
1184
1208
|
PageNumber: pageNumber,
|
|
1185
1209
|
Take: take,
|
|
1186
1210
|
Skip: skip,
|
|
@@ -105,6 +105,7 @@ export class PublicScheduledSessionsService {
|
|
|
105
105
|
bookableOnly,
|
|
106
106
|
includeImages,
|
|
107
107
|
includeVenue,
|
|
108
|
+
includeOffers,
|
|
108
109
|
includeOrders,
|
|
109
110
|
hasAvailability,
|
|
110
111
|
excludeArchived,
|
|
@@ -201,6 +202,10 @@ export class PublicScheduledSessionsService {
|
|
|
201
202
|
* Gets or sets a value indicating whether to include venue detail in the results.
|
|
202
203
|
*/
|
|
203
204
|
includeVenue?: boolean;
|
|
205
|
+
/**
|
|
206
|
+
* Gets or sets a value indicating whether to include offer detail in the results.
|
|
207
|
+
*/
|
|
208
|
+
includeOffers?: boolean;
|
|
204
209
|
/**
|
|
205
210
|
* Gets or sets a value indicating whether to include order detail in the results.
|
|
206
211
|
*/
|
|
@@ -300,6 +305,7 @@ export class PublicScheduledSessionsService {
|
|
|
300
305
|
BookableOnly: bookableOnly,
|
|
301
306
|
IncludeImages: includeImages,
|
|
302
307
|
IncludeVenue: includeVenue,
|
|
308
|
+
IncludeOffers: includeOffers,
|
|
303
309
|
IncludeOrders: includeOrders,
|
|
304
310
|
HasAvailability: hasAvailability,
|
|
305
311
|
ExcludeArchived: excludeArchived,
|
|
@@ -489,6 +495,7 @@ export class PublicScheduledSessionsService {
|
|
|
489
495
|
bookableOnly,
|
|
490
496
|
includeImages,
|
|
491
497
|
includeVenue,
|
|
498
|
+
includeOffers,
|
|
492
499
|
includeOrders,
|
|
493
500
|
hasAvailability,
|
|
494
501
|
excludeArchived,
|
|
@@ -588,6 +595,10 @@ export class PublicScheduledSessionsService {
|
|
|
588
595
|
* Gets or sets a value indicating whether to include venue detail in the results.
|
|
589
596
|
*/
|
|
590
597
|
includeVenue?: boolean;
|
|
598
|
+
/**
|
|
599
|
+
* Gets or sets a value indicating whether to include offer detail in the results.
|
|
600
|
+
*/
|
|
601
|
+
includeOffers?: boolean;
|
|
591
602
|
/**
|
|
592
603
|
* Gets or sets a value indicating whether to include order detail in the results.
|
|
593
604
|
*/
|
|
@@ -687,6 +698,7 @@ export class PublicScheduledSessionsService {
|
|
|
687
698
|
BookableOnly: bookableOnly,
|
|
688
699
|
IncludeImages: includeImages,
|
|
689
700
|
IncludeVenue: includeVenue,
|
|
701
|
+
IncludeOffers: includeOffers,
|
|
690
702
|
IncludeOrders: includeOrders,
|
|
691
703
|
HasAvailability: hasAvailability,
|
|
692
704
|
ExcludeArchived: excludeArchived,
|
|
@@ -461,6 +461,7 @@ export class PublicSessionsService {
|
|
|
461
461
|
bookableOnly,
|
|
462
462
|
includeImages,
|
|
463
463
|
includeVenue,
|
|
464
|
+
includeOffers,
|
|
464
465
|
includeOrders,
|
|
465
466
|
hasAvailability,
|
|
466
467
|
excludeArchived,
|
|
@@ -560,6 +561,10 @@ export class PublicSessionsService {
|
|
|
560
561
|
* Gets or sets a value indicating whether to include venue detail in the results.
|
|
561
562
|
*/
|
|
562
563
|
includeVenue?: boolean;
|
|
564
|
+
/**
|
|
565
|
+
* Gets or sets a value indicating whether to include offer detail in the results.
|
|
566
|
+
*/
|
|
567
|
+
includeOffers?: boolean;
|
|
563
568
|
/**
|
|
564
569
|
* Gets or sets a value indicating whether to include order detail in the results.
|
|
565
570
|
*/
|
|
@@ -659,6 +664,7 @@ export class PublicSessionsService {
|
|
|
659
664
|
BookableOnly: bookableOnly,
|
|
660
665
|
IncludeImages: includeImages,
|
|
661
666
|
IncludeVenue: includeVenue,
|
|
667
|
+
IncludeOffers: includeOffers,
|
|
662
668
|
IncludeOrders: includeOrders,
|
|
663
669
|
HasAvailability: hasAvailability,
|
|
664
670
|
ExcludeArchived: excludeArchived,
|
|
@@ -102,6 +102,7 @@ export class PublicVenuesService {
|
|
|
102
102
|
includeNextOpportunity,
|
|
103
103
|
distance,
|
|
104
104
|
dashboardRequest,
|
|
105
|
+
programmeIds,
|
|
105
106
|
pageNumber,
|
|
106
107
|
take,
|
|
107
108
|
skip,
|
|
@@ -191,6 +192,10 @@ export class PublicVenuesService {
|
|
|
191
192
|
* Gets or sets a value indicating this a request from the storefront dashboard.Needs replacing with token middleware and DI.
|
|
192
193
|
*/
|
|
193
194
|
dashboardRequest?: boolean;
|
|
195
|
+
/**
|
|
196
|
+
* Gets or sets the programme ids.
|
|
197
|
+
*/
|
|
198
|
+
programmeIds?: Array<string>;
|
|
194
199
|
/**
|
|
195
200
|
* Gets or sets the page number for paged queries.
|
|
196
201
|
*/
|
|
@@ -262,6 +267,7 @@ export class PublicVenuesService {
|
|
|
262
267
|
IncludeNextOpportunity: includeNextOpportunity,
|
|
263
268
|
Distance: distance,
|
|
264
269
|
DashboardRequest: dashboardRequest,
|
|
270
|
+
ProgrammeIds: programmeIds,
|
|
265
271
|
PageNumber: pageNumber,
|
|
266
272
|
Take: take,
|
|
267
273
|
Skip: skip,
|
|
@@ -341,6 +347,7 @@ export class PublicVenuesService {
|
|
|
341
347
|
includeNextOpportunity,
|
|
342
348
|
distance,
|
|
343
349
|
dashboardRequest,
|
|
350
|
+
programmeIds,
|
|
344
351
|
pageNumber,
|
|
345
352
|
take,
|
|
346
353
|
skip,
|
|
@@ -429,6 +436,10 @@ export class PublicVenuesService {
|
|
|
429
436
|
* Gets or sets a value indicating this a request from the storefront dashboard.Needs replacing with token middleware and DI.
|
|
430
437
|
*/
|
|
431
438
|
dashboardRequest?: boolean;
|
|
439
|
+
/**
|
|
440
|
+
* Gets or sets the programme ids.
|
|
441
|
+
*/
|
|
442
|
+
programmeIds?: Array<string>;
|
|
432
443
|
/**
|
|
433
444
|
* Gets or sets the page number for paged queries.
|
|
434
445
|
*/
|
|
@@ -497,6 +508,7 @@ export class PublicVenuesService {
|
|
|
497
508
|
IncludeNextOpportunity: includeNextOpportunity,
|
|
498
509
|
Distance: distance,
|
|
499
510
|
DashboardRequest: dashboardRequest,
|
|
511
|
+
ProgrammeIds: programmeIds,
|
|
500
512
|
PageNumber: pageNumber,
|
|
501
513
|
Take: take,
|
|
502
514
|
Skip: skip,
|
|
@@ -645,6 +657,7 @@ export class PublicVenuesService {
|
|
|
645
657
|
includeNextOpportunity,
|
|
646
658
|
distance,
|
|
647
659
|
dashboardRequest,
|
|
660
|
+
programmeIds,
|
|
648
661
|
pageNumber,
|
|
649
662
|
take,
|
|
650
663
|
skip,
|
|
@@ -737,6 +750,10 @@ export class PublicVenuesService {
|
|
|
737
750
|
* Gets or sets a value indicating this a request from the storefront dashboard.Needs replacing with token middleware and DI.
|
|
738
751
|
*/
|
|
739
752
|
dashboardRequest?: boolean;
|
|
753
|
+
/**
|
|
754
|
+
* Gets or sets the programme ids.
|
|
755
|
+
*/
|
|
756
|
+
programmeIds?: Array<string>;
|
|
740
757
|
/**
|
|
741
758
|
* Gets or sets the page number for paged queries.
|
|
742
759
|
*/
|
|
@@ -808,6 +825,7 @@ export class PublicVenuesService {
|
|
|
808
825
|
IncludeNextOpportunity: includeNextOpportunity,
|
|
809
826
|
Distance: distance,
|
|
810
827
|
DashboardRequest: dashboardRequest,
|
|
828
|
+
ProgrammeIds: programmeIds,
|
|
811
829
|
PageNumber: pageNumber,
|
|
812
830
|
Take: take,
|
|
813
831
|
Skip: skip,
|
|
@@ -390,6 +390,7 @@ export class ScheduledSessionsService {
|
|
|
390
390
|
bookableOnly,
|
|
391
391
|
includeImages,
|
|
392
392
|
includeVenue,
|
|
393
|
+
includeOffers,
|
|
393
394
|
includeOrders,
|
|
394
395
|
hasAvailability,
|
|
395
396
|
excludeArchived,
|
|
@@ -485,6 +486,10 @@ export class ScheduledSessionsService {
|
|
|
485
486
|
* Gets or sets a value indicating whether to include venue detail in the results.
|
|
486
487
|
*/
|
|
487
488
|
includeVenue?: boolean;
|
|
489
|
+
/**
|
|
490
|
+
* Gets or sets a value indicating whether to include offer detail in the results.
|
|
491
|
+
*/
|
|
492
|
+
includeOffers?: boolean;
|
|
488
493
|
/**
|
|
489
494
|
* Gets or sets a value indicating whether to include order detail in the results.
|
|
490
495
|
*/
|
|
@@ -581,6 +586,7 @@ export class ScheduledSessionsService {
|
|
|
581
586
|
BookableOnly: bookableOnly,
|
|
582
587
|
IncludeImages: includeImages,
|
|
583
588
|
IncludeVenue: includeVenue,
|
|
589
|
+
IncludeOffers: includeOffers,
|
|
584
590
|
IncludeOrders: includeOrders,
|
|
585
591
|
HasAvailability: hasAvailability,
|
|
586
592
|
ExcludeArchived: excludeArchived,
|
|
@@ -714,6 +720,7 @@ export class ScheduledSessionsService {
|
|
|
714
720
|
bookableOnly,
|
|
715
721
|
includeImages,
|
|
716
722
|
includeVenue,
|
|
723
|
+
includeOffers,
|
|
717
724
|
includeOrders,
|
|
718
725
|
hasAvailability,
|
|
719
726
|
excludeArchived,
|
|
@@ -809,6 +816,10 @@ export class ScheduledSessionsService {
|
|
|
809
816
|
* Gets or sets a value indicating whether to include venue detail in the results.
|
|
810
817
|
*/
|
|
811
818
|
includeVenue?: boolean;
|
|
819
|
+
/**
|
|
820
|
+
* Gets or sets a value indicating whether to include offer detail in the results.
|
|
821
|
+
*/
|
|
822
|
+
includeOffers?: boolean;
|
|
812
823
|
/**
|
|
813
824
|
* Gets or sets a value indicating whether to include order detail in the results.
|
|
814
825
|
*/
|
|
@@ -905,6 +916,7 @@ export class ScheduledSessionsService {
|
|
|
905
916
|
BookableOnly: bookableOnly,
|
|
906
917
|
IncludeImages: includeImages,
|
|
907
918
|
IncludeVenue: includeVenue,
|
|
919
|
+
IncludeOffers: includeOffers,
|
|
908
920
|
IncludeOrders: includeOrders,
|
|
909
921
|
HasAvailability: hasAvailability,
|
|
910
922
|
ExcludeArchived: excludeArchived,
|
|
@@ -957,6 +969,7 @@ export class ScheduledSessionsService {
|
|
|
957
969
|
bookableOnly,
|
|
958
970
|
includeImages,
|
|
959
971
|
includeVenue,
|
|
972
|
+
includeOffers,
|
|
960
973
|
includeOrders,
|
|
961
974
|
hasAvailability,
|
|
962
975
|
excludeArchived,
|
|
@@ -1052,6 +1065,10 @@ export class ScheduledSessionsService {
|
|
|
1052
1065
|
* Gets or sets a value indicating whether to include venue detail in the results.
|
|
1053
1066
|
*/
|
|
1054
1067
|
includeVenue?: boolean;
|
|
1068
|
+
/**
|
|
1069
|
+
* Gets or sets a value indicating whether to include offer detail in the results.
|
|
1070
|
+
*/
|
|
1071
|
+
includeOffers?: boolean;
|
|
1055
1072
|
/**
|
|
1056
1073
|
* Gets or sets a value indicating whether to include order detail in the results.
|
|
1057
1074
|
*/
|
|
@@ -1148,6 +1165,7 @@ export class ScheduledSessionsService {
|
|
|
1148
1165
|
BookableOnly: bookableOnly,
|
|
1149
1166
|
IncludeImages: includeImages,
|
|
1150
1167
|
IncludeVenue: includeVenue,
|
|
1168
|
+
IncludeOffers: includeOffers,
|
|
1151
1169
|
IncludeOrders: includeOrders,
|
|
1152
1170
|
HasAvailability: hasAvailability,
|
|
1153
1171
|
ExcludeArchived: excludeArchived,
|
|
@@ -1200,6 +1218,7 @@ export class ScheduledSessionsService {
|
|
|
1200
1218
|
bookableOnly,
|
|
1201
1219
|
includeImages,
|
|
1202
1220
|
includeVenue,
|
|
1221
|
+
includeOffers,
|
|
1203
1222
|
includeOrders,
|
|
1204
1223
|
hasAvailability,
|
|
1205
1224
|
excludeArchived,
|
|
@@ -1295,6 +1314,10 @@ export class ScheduledSessionsService {
|
|
|
1295
1314
|
* Gets or sets a value indicating whether to include venue detail in the results.
|
|
1296
1315
|
*/
|
|
1297
1316
|
includeVenue?: boolean;
|
|
1317
|
+
/**
|
|
1318
|
+
* Gets or sets a value indicating whether to include offer detail in the results.
|
|
1319
|
+
*/
|
|
1320
|
+
includeOffers?: boolean;
|
|
1298
1321
|
/**
|
|
1299
1322
|
* Gets or sets a value indicating whether to include order detail in the results.
|
|
1300
1323
|
*/
|
|
@@ -1391,6 +1414,7 @@ export class ScheduledSessionsService {
|
|
|
1391
1414
|
BookableOnly: bookableOnly,
|
|
1392
1415
|
IncludeImages: includeImages,
|
|
1393
1416
|
IncludeVenue: includeVenue,
|
|
1417
|
+
IncludeOffers: includeOffers,
|
|
1394
1418
|
IncludeOrders: includeOrders,
|
|
1395
1419
|
HasAvailability: hasAvailability,
|
|
1396
1420
|
ExcludeArchived: excludeArchived,
|
|
@@ -381,6 +381,7 @@ export class VenuesService {
|
|
|
381
381
|
includeNextOpportunity,
|
|
382
382
|
distance,
|
|
383
383
|
dashboardRequest,
|
|
384
|
+
programmeIds,
|
|
384
385
|
pageNumber,
|
|
385
386
|
take,
|
|
386
387
|
skip,
|
|
@@ -469,6 +470,10 @@ export class VenuesService {
|
|
|
469
470
|
* Gets or sets a value indicating this a request from the storefront dashboard.Needs replacing with token middleware and DI.
|
|
470
471
|
*/
|
|
471
472
|
dashboardRequest?: boolean;
|
|
473
|
+
/**
|
|
474
|
+
* Gets or sets the programme ids.
|
|
475
|
+
*/
|
|
476
|
+
programmeIds?: Array<string>;
|
|
472
477
|
/**
|
|
473
478
|
* Gets or sets the page number for paged queries.
|
|
474
479
|
*/
|
|
@@ -537,6 +542,7 @@ export class VenuesService {
|
|
|
537
542
|
IncludeNextOpportunity: includeNextOpportunity,
|
|
538
543
|
Distance: distance,
|
|
539
544
|
DashboardRequest: dashboardRequest,
|
|
545
|
+
ProgrammeIds: programmeIds,
|
|
540
546
|
PageNumber: pageNumber,
|
|
541
547
|
Take: take,
|
|
542
548
|
Skip: skip,
|
|
@@ -663,6 +669,7 @@ export class VenuesService {
|
|
|
663
669
|
includeNextOpportunity,
|
|
664
670
|
distance,
|
|
665
671
|
dashboardRequest,
|
|
672
|
+
programmeIds,
|
|
666
673
|
pageNumber,
|
|
667
674
|
take,
|
|
668
675
|
skip,
|
|
@@ -751,6 +758,10 @@ export class VenuesService {
|
|
|
751
758
|
* Gets or sets a value indicating this a request from the storefront dashboard.Needs replacing with token middleware and DI.
|
|
752
759
|
*/
|
|
753
760
|
dashboardRequest?: boolean;
|
|
761
|
+
/**
|
|
762
|
+
* Gets or sets the programme ids.
|
|
763
|
+
*/
|
|
764
|
+
programmeIds?: Array<string>;
|
|
754
765
|
/**
|
|
755
766
|
* Gets or sets the page number for paged queries.
|
|
756
767
|
*/
|
|
@@ -819,6 +830,7 @@ export class VenuesService {
|
|
|
819
830
|
IncludeNextOpportunity: includeNextOpportunity,
|
|
820
831
|
Distance: distance,
|
|
821
832
|
DashboardRequest: dashboardRequest,
|
|
833
|
+
ProgrammeIds: programmeIds,
|
|
822
834
|
PageNumber: pageNumber,
|
|
823
835
|
Take: take,
|
|
824
836
|
Skip: skip,
|
|
@@ -864,6 +876,7 @@ export class VenuesService {
|
|
|
864
876
|
includeNextOpportunity,
|
|
865
877
|
distance,
|
|
866
878
|
dashboardRequest,
|
|
879
|
+
programmeIds,
|
|
867
880
|
pageNumber,
|
|
868
881
|
take,
|
|
869
882
|
skip,
|
|
@@ -952,6 +965,10 @@ export class VenuesService {
|
|
|
952
965
|
* Gets or sets a value indicating this a request from the storefront dashboard.Needs replacing with token middleware and DI.
|
|
953
966
|
*/
|
|
954
967
|
dashboardRequest?: boolean;
|
|
968
|
+
/**
|
|
969
|
+
* Gets or sets the programme ids.
|
|
970
|
+
*/
|
|
971
|
+
programmeIds?: Array<string>;
|
|
955
972
|
/**
|
|
956
973
|
* Gets or sets the page number for paged queries.
|
|
957
974
|
*/
|
|
@@ -1020,6 +1037,7 @@ export class VenuesService {
|
|
|
1020
1037
|
IncludeNextOpportunity: includeNextOpportunity,
|
|
1021
1038
|
Distance: distance,
|
|
1022
1039
|
DashboardRequest: dashboardRequest,
|
|
1040
|
+
ProgrammeIds: programmeIds,
|
|
1023
1041
|
PageNumber: pageNumber,
|
|
1024
1042
|
Take: take,
|
|
1025
1043
|
Skip: skip,
|
|
@@ -1065,6 +1083,7 @@ export class VenuesService {
|
|
|
1065
1083
|
includeNextOpportunity,
|
|
1066
1084
|
distance,
|
|
1067
1085
|
dashboardRequest,
|
|
1086
|
+
programmeIds,
|
|
1068
1087
|
pageNumber,
|
|
1069
1088
|
take,
|
|
1070
1089
|
skip,
|
|
@@ -1153,6 +1172,10 @@ export class VenuesService {
|
|
|
1153
1172
|
* Gets or sets a value indicating this a request from the storefront dashboard.Needs replacing with token middleware and DI.
|
|
1154
1173
|
*/
|
|
1155
1174
|
dashboardRequest?: boolean;
|
|
1175
|
+
/**
|
|
1176
|
+
* Gets or sets the programme ids.
|
|
1177
|
+
*/
|
|
1178
|
+
programmeIds?: Array<string>;
|
|
1156
1179
|
/**
|
|
1157
1180
|
* Gets or sets the page number for paged queries.
|
|
1158
1181
|
*/
|
|
@@ -1221,6 +1244,7 @@ export class VenuesService {
|
|
|
1221
1244
|
IncludeNextOpportunity: includeNextOpportunity,
|
|
1222
1245
|
Distance: distance,
|
|
1223
1246
|
DashboardRequest: dashboardRequest,
|
|
1247
|
+
ProgrammeIds: programmeIds,
|
|
1224
1248
|
PageNumber: pageNumber,
|
|
1225
1249
|
Take: take,
|
|
1226
1250
|
Skip: skip,
|