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
|
@@ -10829,6 +10829,11 @@ paths:
|
|
|
10829
10829
|
description: Gets or sets a value indicating whether to include venue detail in the results.
|
|
10830
10830
|
schema:
|
|
10831
10831
|
type: boolean
|
|
10832
|
+
- name: IncludeOffers
|
|
10833
|
+
in: query
|
|
10834
|
+
description: Gets or sets a value indicating whether to include offer detail in the results.
|
|
10835
|
+
schema:
|
|
10836
|
+
type: boolean
|
|
10832
10837
|
- name: ExcludeArchived
|
|
10833
10838
|
in: query
|
|
10834
10839
|
description: Gets or sets a value indicating whether to exclude course sessions whose courses have been archived.
|
|
@@ -11219,6 +11224,11 @@ paths:
|
|
|
11219
11224
|
description: Gets or sets a value indicating whether to include venue detail in the results.
|
|
11220
11225
|
schema:
|
|
11221
11226
|
type: boolean
|
|
11227
|
+
- name: IncludeOffers
|
|
11228
|
+
in: query
|
|
11229
|
+
description: Gets or sets a value indicating whether to include offer detail in the results.
|
|
11230
|
+
schema:
|
|
11231
|
+
type: boolean
|
|
11222
11232
|
- name: ExcludeArchived
|
|
11223
11233
|
in: query
|
|
11224
11234
|
description: Gets or sets a value indicating whether to exclude course sessions whose courses have been archived.
|
|
@@ -11431,6 +11441,11 @@ paths:
|
|
|
11431
11441
|
description: Gets or sets a value indicating whether to include venue detail in the results.
|
|
11432
11442
|
schema:
|
|
11433
11443
|
type: boolean
|
|
11444
|
+
- name: IncludeOffers
|
|
11445
|
+
in: query
|
|
11446
|
+
description: Gets or sets a value indicating whether to include offer detail in the results.
|
|
11447
|
+
schema:
|
|
11448
|
+
type: boolean
|
|
11434
11449
|
- name: ExcludeArchived
|
|
11435
11450
|
in: query
|
|
11436
11451
|
description: Gets or sets a value indicating whether to exclude course sessions whose courses have been archived.
|
|
@@ -11649,6 +11664,11 @@ paths:
|
|
|
11649
11664
|
description: Gets or sets a value indicating whether to include venue detail in the results.
|
|
11650
11665
|
schema:
|
|
11651
11666
|
type: boolean
|
|
11667
|
+
- name: IncludeOffers
|
|
11668
|
+
in: query
|
|
11669
|
+
description: Gets or sets a value indicating whether to include offer detail in the results.
|
|
11670
|
+
schema:
|
|
11671
|
+
type: boolean
|
|
11652
11672
|
- name: ExcludeArchived
|
|
11653
11673
|
in: query
|
|
11654
11674
|
description: Gets or sets a value indicating whether to exclude course sessions whose courses have been archived.
|
|
@@ -23957,6 +23977,14 @@ paths:
|
|
|
23957
23977
|
items:
|
|
23958
23978
|
type: integer
|
|
23959
23979
|
format: int32
|
|
23980
|
+
- name: ProgrammeIds
|
|
23981
|
+
in: query
|
|
23982
|
+
description: Gets or sets the Programme ids.
|
|
23983
|
+
schema:
|
|
23984
|
+
type: array
|
|
23985
|
+
items:
|
|
23986
|
+
type: string
|
|
23987
|
+
format: uuid
|
|
23960
23988
|
- name: PageNumber
|
|
23961
23989
|
in: query
|
|
23962
23990
|
description: Gets or sets the page number for paged queries.
|
|
@@ -24326,6 +24354,14 @@ paths:
|
|
|
24326
24354
|
items:
|
|
24327
24355
|
type: integer
|
|
24328
24356
|
format: int32
|
|
24357
|
+
- name: ProgrammeIds
|
|
24358
|
+
in: query
|
|
24359
|
+
description: Gets or sets the Programme ids.
|
|
24360
|
+
schema:
|
|
24361
|
+
type: array
|
|
24362
|
+
items:
|
|
24363
|
+
type: string
|
|
24364
|
+
format: uuid
|
|
24329
24365
|
- name: PageNumber
|
|
24330
24366
|
in: query
|
|
24331
24367
|
description: Gets or sets the page number for paged queries.
|
|
@@ -24626,6 +24662,14 @@ paths:
|
|
|
24626
24662
|
items:
|
|
24627
24663
|
type: integer
|
|
24628
24664
|
format: int32
|
|
24665
|
+
- name: ProgrammeIds
|
|
24666
|
+
in: query
|
|
24667
|
+
description: Gets or sets the Programme ids.
|
|
24668
|
+
schema:
|
|
24669
|
+
type: array
|
|
24670
|
+
items:
|
|
24671
|
+
type: string
|
|
24672
|
+
format: uuid
|
|
24629
24673
|
- name: PageNumber
|
|
24630
24674
|
in: query
|
|
24631
24675
|
description: Gets or sets the page number for paged queries.
|
|
@@ -24926,6 +24970,14 @@ paths:
|
|
|
24926
24970
|
items:
|
|
24927
24971
|
type: integer
|
|
24928
24972
|
format: int32
|
|
24973
|
+
- name: ProgrammeIds
|
|
24974
|
+
in: query
|
|
24975
|
+
description: Gets or sets the Programme ids.
|
|
24976
|
+
schema:
|
|
24977
|
+
type: array
|
|
24978
|
+
items:
|
|
24979
|
+
type: string
|
|
24980
|
+
format: uuid
|
|
24929
24981
|
- name: PageNumber
|
|
24930
24982
|
in: query
|
|
24931
24983
|
description: Gets or sets the page number for paged queries.
|
|
@@ -25232,6 +25284,14 @@ paths:
|
|
|
25232
25284
|
items:
|
|
25233
25285
|
type: integer
|
|
25234
25286
|
format: int32
|
|
25287
|
+
- name: ProgrammeIds
|
|
25288
|
+
in: query
|
|
25289
|
+
description: Gets or sets the Programme ids.
|
|
25290
|
+
schema:
|
|
25291
|
+
type: array
|
|
25292
|
+
items:
|
|
25293
|
+
type: string
|
|
25294
|
+
format: uuid
|
|
25235
25295
|
- name: PageNumber
|
|
25236
25296
|
in: query
|
|
25237
25297
|
description: Gets or sets the page number for paged queries.
|
|
@@ -53878,7 +53938,7 @@ paths:
|
|
|
53878
53938
|
summary: Gets calendar data.
|
|
53879
53939
|
operationId: GetCalendarView
|
|
53880
53940
|
parameters:
|
|
53881
|
-
- name:
|
|
53941
|
+
- name: x_tenant_subdomain
|
|
53882
53942
|
in: header
|
|
53883
53943
|
description: The tenants subdomain.
|
|
53884
53944
|
schema:
|
|
@@ -56810,6 +56870,14 @@ paths:
|
|
|
56810
56870
|
items:
|
|
56811
56871
|
type: integer
|
|
56812
56872
|
format: int32
|
|
56873
|
+
- name: ProgrammeIds
|
|
56874
|
+
in: query
|
|
56875
|
+
description: Gets or sets the Programme ids.
|
|
56876
|
+
schema:
|
|
56877
|
+
type: array
|
|
56878
|
+
items:
|
|
56879
|
+
type: string
|
|
56880
|
+
format: uuid
|
|
56813
56881
|
- name: PageNumber
|
|
56814
56882
|
in: query
|
|
56815
56883
|
description: Gets or sets the page number for paged queries.
|
|
@@ -57110,6 +57178,14 @@ paths:
|
|
|
57110
57178
|
items:
|
|
57111
57179
|
type: integer
|
|
57112
57180
|
format: int32
|
|
57181
|
+
- name: ProgrammeIds
|
|
57182
|
+
in: query
|
|
57183
|
+
description: Gets or sets the Programme ids.
|
|
57184
|
+
schema:
|
|
57185
|
+
type: array
|
|
57186
|
+
items:
|
|
57187
|
+
type: string
|
|
57188
|
+
format: uuid
|
|
57113
57189
|
- name: PageNumber
|
|
57114
57190
|
in: query
|
|
57115
57191
|
description: Gets or sets the page number for paged queries.
|
|
@@ -57415,6 +57491,14 @@ paths:
|
|
|
57415
57491
|
items:
|
|
57416
57492
|
type: integer
|
|
57417
57493
|
format: int32
|
|
57494
|
+
- name: ProgrammeIds
|
|
57495
|
+
in: query
|
|
57496
|
+
description: Gets or sets the Programme ids.
|
|
57497
|
+
schema:
|
|
57498
|
+
type: array
|
|
57499
|
+
items:
|
|
57500
|
+
type: string
|
|
57501
|
+
format: uuid
|
|
57418
57502
|
- name: PageNumber
|
|
57419
57503
|
in: query
|
|
57420
57504
|
description: Gets or sets the page number for paged queries.
|
|
@@ -57812,6 +57896,14 @@ paths:
|
|
|
57812
57896
|
items:
|
|
57813
57897
|
type: integer
|
|
57814
57898
|
format: int32
|
|
57899
|
+
- name: ProgrammeIds
|
|
57900
|
+
in: query
|
|
57901
|
+
description: Gets or sets the Programme ids.
|
|
57902
|
+
schema:
|
|
57903
|
+
type: array
|
|
57904
|
+
items:
|
|
57905
|
+
type: string
|
|
57906
|
+
format: uuid
|
|
57815
57907
|
- name: PageNumber
|
|
57816
57908
|
in: query
|
|
57817
57909
|
description: Gets or sets the page number for paged queries.
|
|
@@ -65181,6 +65273,11 @@ paths:
|
|
|
65181
65273
|
description: Gets or sets a value indicating whether to include venue detail in the results.
|
|
65182
65274
|
schema:
|
|
65183
65275
|
type: boolean
|
|
65276
|
+
- name: IncludeOffers
|
|
65277
|
+
in: query
|
|
65278
|
+
description: Gets or sets a value indicating whether to include offer detail in the results.
|
|
65279
|
+
schema:
|
|
65280
|
+
type: boolean
|
|
65184
65281
|
- name: IncludeOrders
|
|
65185
65282
|
in: query
|
|
65186
65283
|
description: Gets or sets a value indicating whether to include order detail in the results.
|
|
@@ -65747,6 +65844,11 @@ paths:
|
|
|
65747
65844
|
description: Gets or sets a value indicating whether to include venue detail in the results.
|
|
65748
65845
|
schema:
|
|
65749
65846
|
type: boolean
|
|
65847
|
+
- name: IncludeOffers
|
|
65848
|
+
in: query
|
|
65849
|
+
description: Gets or sets a value indicating whether to include offer detail in the results.
|
|
65850
|
+
schema:
|
|
65851
|
+
type: boolean
|
|
65750
65852
|
- name: IncludeOrders
|
|
65751
65853
|
in: query
|
|
65752
65854
|
description: Gets or sets a value indicating whether to include order detail in the results.
|
|
@@ -66580,6 +66682,11 @@ paths:
|
|
|
66580
66682
|
description: Gets or sets a value indicating whether to include venue detail in the results.
|
|
66581
66683
|
schema:
|
|
66582
66684
|
type: boolean
|
|
66685
|
+
- name: IncludeOffers
|
|
66686
|
+
in: query
|
|
66687
|
+
description: Gets or sets a value indicating whether to include offer detail in the results.
|
|
66688
|
+
schema:
|
|
66689
|
+
type: boolean
|
|
66583
66690
|
- name: IncludeOrders
|
|
66584
66691
|
in: query
|
|
66585
66692
|
description: Gets or sets a value indicating whether to include order detail in the results.
|
|
@@ -71813,6 +71920,14 @@ paths:
|
|
|
71813
71920
|
description: Gets or sets a value indicating this a request from the storefront dashboard.Needs replacing with token middleware and DI.
|
|
71814
71921
|
schema:
|
|
71815
71922
|
type: boolean
|
|
71923
|
+
- name: ProgrammeIds
|
|
71924
|
+
in: query
|
|
71925
|
+
description: Gets or sets the programme ids.
|
|
71926
|
+
schema:
|
|
71927
|
+
type: array
|
|
71928
|
+
items:
|
|
71929
|
+
type: string
|
|
71930
|
+
format: uuid
|
|
71816
71931
|
- name: PageNumber
|
|
71817
71932
|
in: query
|
|
71818
71933
|
description: Gets or sets the page number for paged queries.
|
|
@@ -72099,6 +72214,14 @@ paths:
|
|
|
72099
72214
|
description: Gets or sets a value indicating this a request from the storefront dashboard.Needs replacing with token middleware and DI.
|
|
72100
72215
|
schema:
|
|
72101
72216
|
type: boolean
|
|
72217
|
+
- name: ProgrammeIds
|
|
72218
|
+
in: query
|
|
72219
|
+
description: Gets or sets the programme ids.
|
|
72220
|
+
schema:
|
|
72221
|
+
type: array
|
|
72222
|
+
items:
|
|
72223
|
+
type: string
|
|
72224
|
+
format: uuid
|
|
72102
72225
|
- name: PageNumber
|
|
72103
72226
|
in: query
|
|
72104
72227
|
description: Gets or sets the page number for paged queries.
|
|
@@ -72558,6 +72681,14 @@ paths:
|
|
|
72558
72681
|
description: Gets or sets a value indicating this a request from the storefront dashboard.Needs replacing with token middleware and DI.
|
|
72559
72682
|
schema:
|
|
72560
72683
|
type: boolean
|
|
72684
|
+
- name: ProgrammeIds
|
|
72685
|
+
in: query
|
|
72686
|
+
description: Gets or sets the programme ids.
|
|
72687
|
+
schema:
|
|
72688
|
+
type: array
|
|
72689
|
+
items:
|
|
72690
|
+
type: string
|
|
72691
|
+
format: uuid
|
|
72561
72692
|
- name: PageNumber
|
|
72562
72693
|
in: query
|
|
72563
72694
|
description: Gets or sets the page number for paged queries.
|
|
@@ -78725,6 +78856,11 @@ paths:
|
|
|
78725
78856
|
description: Gets or sets a value indicating whether to include venue detail in the results.
|
|
78726
78857
|
schema:
|
|
78727
78858
|
type: boolean
|
|
78859
|
+
- name: IncludeOffers
|
|
78860
|
+
in: query
|
|
78861
|
+
description: Gets or sets a value indicating whether to include offer detail in the results.
|
|
78862
|
+
schema:
|
|
78863
|
+
type: boolean
|
|
78728
78864
|
- name: IncludeOrders
|
|
78729
78865
|
in: query
|
|
78730
78866
|
description: Gets or sets a value indicating whether to include order detail in the results.
|
|
@@ -79172,6 +79308,11 @@ paths:
|
|
|
79172
79308
|
description: Gets or sets a value indicating whether to include venue detail in the results.
|
|
79173
79309
|
schema:
|
|
79174
79310
|
type: boolean
|
|
79311
|
+
- name: IncludeOffers
|
|
79312
|
+
in: query
|
|
79313
|
+
description: Gets or sets a value indicating whether to include offer detail in the results.
|
|
79314
|
+
schema:
|
|
79315
|
+
type: boolean
|
|
79175
79316
|
- name: IncludeOrders
|
|
79176
79317
|
in: query
|
|
79177
79318
|
description: Gets or sets a value indicating whether to include order detail in the results.
|
|
@@ -79441,6 +79582,11 @@ paths:
|
|
|
79441
79582
|
description: Gets or sets a value indicating whether to include venue detail in the results.
|
|
79442
79583
|
schema:
|
|
79443
79584
|
type: boolean
|
|
79585
|
+
- name: IncludeOffers
|
|
79586
|
+
in: query
|
|
79587
|
+
description: Gets or sets a value indicating whether to include offer detail in the results.
|
|
79588
|
+
schema:
|
|
79589
|
+
type: boolean
|
|
79444
79590
|
- name: IncludeOrders
|
|
79445
79591
|
in: query
|
|
79446
79592
|
description: Gets or sets a value indicating whether to include order detail in the results.
|
|
@@ -79716,6 +79862,11 @@ paths:
|
|
|
79716
79862
|
description: Gets or sets a value indicating whether to include venue detail in the results.
|
|
79717
79863
|
schema:
|
|
79718
79864
|
type: boolean
|
|
79865
|
+
- name: IncludeOffers
|
|
79866
|
+
in: query
|
|
79867
|
+
description: Gets or sets a value indicating whether to include offer detail in the results.
|
|
79868
|
+
schema:
|
|
79869
|
+
type: boolean
|
|
79719
79870
|
- name: IncludeOrders
|
|
79720
79871
|
in: query
|
|
79721
79872
|
description: Gets or sets a value indicating whether to include order detail in the results.
|
|
@@ -114162,6 +114313,14 @@ paths:
|
|
|
114162
114313
|
description: Gets or sets a value indicating this a request from the storefront dashboard.Needs replacing with token middleware and DI.
|
|
114163
114314
|
schema:
|
|
114164
114315
|
type: boolean
|
|
114316
|
+
- name: ProgrammeIds
|
|
114317
|
+
in: query
|
|
114318
|
+
description: Gets or sets the programme ids.
|
|
114319
|
+
schema:
|
|
114320
|
+
type: array
|
|
114321
|
+
items:
|
|
114322
|
+
type: string
|
|
114323
|
+
format: uuid
|
|
114165
114324
|
- name: PageNumber
|
|
114166
114325
|
in: query
|
|
114167
114326
|
description: Gets or sets the page number for paged queries.
|
|
@@ -114564,6 +114723,14 @@ paths:
|
|
|
114564
114723
|
description: Gets or sets a value indicating this a request from the storefront dashboard.Needs replacing with token middleware and DI.
|
|
114565
114724
|
schema:
|
|
114566
114725
|
type: boolean
|
|
114726
|
+
- name: ProgrammeIds
|
|
114727
|
+
in: query
|
|
114728
|
+
description: Gets or sets the programme ids.
|
|
114729
|
+
schema:
|
|
114730
|
+
type: array
|
|
114731
|
+
items:
|
|
114732
|
+
type: string
|
|
114733
|
+
format: uuid
|
|
114567
114734
|
- name: PageNumber
|
|
114568
114735
|
in: query
|
|
114569
114736
|
description: Gets or sets the page number for paged queries.
|
|
@@ -114788,6 +114955,14 @@ paths:
|
|
|
114788
114955
|
description: Gets or sets a value indicating this a request from the storefront dashboard.Needs replacing with token middleware and DI.
|
|
114789
114956
|
schema:
|
|
114790
114957
|
type: boolean
|
|
114958
|
+
- name: ProgrammeIds
|
|
114959
|
+
in: query
|
|
114960
|
+
description: Gets or sets the programme ids.
|
|
114961
|
+
schema:
|
|
114962
|
+
type: array
|
|
114963
|
+
items:
|
|
114964
|
+
type: string
|
|
114965
|
+
format: uuid
|
|
114791
114966
|
- name: PageNumber
|
|
114792
114967
|
in: query
|
|
114793
114968
|
description: Gets or sets the page number for paged queries.
|
|
@@ -115018,6 +115193,14 @@ paths:
|
|
|
115018
115193
|
description: Gets or sets a value indicating this a request from the storefront dashboard.Needs replacing with token middleware and DI.
|
|
115019
115194
|
schema:
|
|
115020
115195
|
type: boolean
|
|
115196
|
+
- name: ProgrammeIds
|
|
115197
|
+
in: query
|
|
115198
|
+
description: Gets or sets the programme ids.
|
|
115199
|
+
schema:
|
|
115200
|
+
type: array
|
|
115201
|
+
items:
|
|
115202
|
+
type: string
|
|
115203
|
+
format: uuid
|
|
115021
115204
|
- name: PageNumber
|
|
115022
115205
|
in: query
|
|
115023
115206
|
description: Gets or sets the page number for paged queries.
|
|
@@ -122315,6 +122498,12 @@ components:
|
|
|
122315
122498
|
format: int32
|
|
122316
122499
|
nullable: true
|
|
122317
122500
|
readOnly: true
|
|
122501
|
+
totalSessions:
|
|
122502
|
+
type: integer
|
|
122503
|
+
description: Gets the courses total number of sessions.
|
|
122504
|
+
format: int32
|
|
122505
|
+
default: 0
|
|
122506
|
+
readOnly: true
|
|
122318
122507
|
timePeriodLabel:
|
|
122319
122508
|
type: string
|
|
122320
122509
|
description: Gets the courses period label.
|
|
@@ -123253,6 +123442,16 @@ components:
|
|
|
123253
123442
|
description: Gets the venues shortened formatted address.
|
|
123254
123443
|
nullable: true
|
|
123255
123444
|
readOnly: true
|
|
123445
|
+
isPromotional:
|
|
123446
|
+
type: boolean
|
|
123447
|
+
description: Gets a value indicating whether the deal is a promotional deal (manually entered by the user).
|
|
123448
|
+
default: false
|
|
123449
|
+
readOnly: true
|
|
123450
|
+
typeDisplayName:
|
|
123451
|
+
type: string
|
|
123452
|
+
description: Gets the user-friendly label for the deal type.
|
|
123453
|
+
nullable: true
|
|
123454
|
+
readOnly: true
|
|
123256
123455
|
additionalProperties: false
|
|
123257
123456
|
description: Post model for session deals.
|
|
123258
123457
|
CreateEmailSettings:
|
|
@@ -124202,6 +124401,16 @@ components:
|
|
|
124202
124401
|
description: Gets the venues shortened formatted address.
|
|
124203
124402
|
nullable: true
|
|
124204
124403
|
readOnly: true
|
|
124404
|
+
isPromotional:
|
|
124405
|
+
type: boolean
|
|
124406
|
+
description: Gets a value indicating whether the deal is a promotional deal (manually entered by the user).
|
|
124407
|
+
default: false
|
|
124408
|
+
readOnly: true
|
|
124409
|
+
typeDisplayName:
|
|
124410
|
+
type: string
|
|
124411
|
+
description: Gets the user-friendly label for the deal type.
|
|
124412
|
+
nullable: true
|
|
124413
|
+
readOnly: true
|
|
124205
124414
|
additionalProperties: false
|
|
124206
124415
|
description: Represents a deal within the Reach application.
|
|
124207
124416
|
DealActivity:
|
package/src/models/Course.ts
CHANGED
|
@@ -292,6 +292,10 @@ export type Course = {
|
|
|
292
292
|
* Gets the slots remaining uses when also considering Order leases. This is computed at runtime since order leases expire silently, that is, there is no process that recalculates remaining uses when an Order lease expiry is reached.
|
|
293
293
|
*/
|
|
294
294
|
readonly actualRemainingUses?: number | null;
|
|
295
|
+
/**
|
|
296
|
+
* Gets the courses total number of sessions.
|
|
297
|
+
*/
|
|
298
|
+
readonly totalSessions?: number;
|
|
295
299
|
/**
|
|
296
300
|
* Gets the courses period label.
|
|
297
301
|
*/
|
package/src/models/CreateDeal.ts
CHANGED
|
@@ -71,4 +71,12 @@ export type CreateDeal = {
|
|
|
71
71
|
* Gets the venues shortened formatted address.
|
|
72
72
|
*/
|
|
73
73
|
readonly typeLabel?: string | null;
|
|
74
|
+
/**
|
|
75
|
+
* Gets a value indicating whether the deal is a promotional deal (manually entered by the user).
|
|
76
|
+
*/
|
|
77
|
+
readonly isPromotional?: boolean;
|
|
78
|
+
/**
|
|
79
|
+
* Gets the user-friendly label for the deal type.
|
|
80
|
+
*/
|
|
81
|
+
readonly typeDisplayName?: string | null;
|
|
74
82
|
};
|
package/src/models/Deal.ts
CHANGED
|
@@ -71,4 +71,12 @@ export type Deal = {
|
|
|
71
71
|
* Gets the venues shortened formatted address.
|
|
72
72
|
*/
|
|
73
73
|
readonly typeLabel?: string | null;
|
|
74
|
+
/**
|
|
75
|
+
* Gets a value indicating whether the deal is a promotional deal (manually entered by the user).
|
|
76
|
+
*/
|
|
77
|
+
readonly isPromotional?: boolean;
|
|
78
|
+
/**
|
|
79
|
+
* Gets the user-friendly label for the deal type.
|
|
80
|
+
*/
|
|
81
|
+
readonly typeDisplayName?: string | null;
|
|
74
82
|
};
|
|
@@ -244,6 +244,7 @@ export class CourseSessionsService {
|
|
|
244
244
|
endDateTimeGte,
|
|
245
245
|
futureOnly,
|
|
246
246
|
includeVenue,
|
|
247
|
+
includeOffers,
|
|
247
248
|
excludeArchived,
|
|
248
249
|
pageNumber,
|
|
249
250
|
take,
|
|
@@ -313,6 +314,10 @@ export class CourseSessionsService {
|
|
|
313
314
|
* Gets or sets a value indicating whether to include venue detail in the results.
|
|
314
315
|
*/
|
|
315
316
|
includeVenue?: boolean;
|
|
317
|
+
/**
|
|
318
|
+
* Gets or sets a value indicating whether to include offer detail in the results.
|
|
319
|
+
*/
|
|
320
|
+
includeOffers?: boolean;
|
|
316
321
|
/**
|
|
317
322
|
* Gets or sets a value indicating whether to exclude course sessions whose courses have been archived.
|
|
318
323
|
*/
|
|
@@ -380,6 +385,7 @@ export class CourseSessionsService {
|
|
|
380
385
|
EndDateTimeGTE: endDateTimeGte,
|
|
381
386
|
FutureOnly: futureOnly,
|
|
382
387
|
IncludeVenue: includeVenue,
|
|
388
|
+
IncludeOffers: includeOffers,
|
|
383
389
|
ExcludeArchived: excludeArchived,
|
|
384
390
|
PageNumber: pageNumber,
|
|
385
391
|
Take: take,
|
|
@@ -502,6 +508,7 @@ export class CourseSessionsService {
|
|
|
502
508
|
endDateTimeGte,
|
|
503
509
|
futureOnly,
|
|
504
510
|
includeVenue,
|
|
511
|
+
includeOffers,
|
|
505
512
|
excludeArchived,
|
|
506
513
|
pageNumber,
|
|
507
514
|
take,
|
|
@@ -571,6 +578,10 @@ export class CourseSessionsService {
|
|
|
571
578
|
* Gets or sets a value indicating whether to include venue detail in the results.
|
|
572
579
|
*/
|
|
573
580
|
includeVenue?: boolean;
|
|
581
|
+
/**
|
|
582
|
+
* Gets or sets a value indicating whether to include offer detail in the results.
|
|
583
|
+
*/
|
|
584
|
+
includeOffers?: boolean;
|
|
574
585
|
/**
|
|
575
586
|
* Gets or sets a value indicating whether to exclude course sessions whose courses have been archived.
|
|
576
587
|
*/
|
|
@@ -638,6 +649,7 @@ export class CourseSessionsService {
|
|
|
638
649
|
EndDateTimeGTE: endDateTimeGte,
|
|
639
650
|
FutureOnly: futureOnly,
|
|
640
651
|
IncludeVenue: includeVenue,
|
|
652
|
+
IncludeOffers: includeOffers,
|
|
641
653
|
ExcludeArchived: excludeArchived,
|
|
642
654
|
PageNumber: pageNumber,
|
|
643
655
|
Take: take,
|
|
@@ -679,6 +691,7 @@ export class CourseSessionsService {
|
|
|
679
691
|
endDateTimeGte,
|
|
680
692
|
futureOnly,
|
|
681
693
|
includeVenue,
|
|
694
|
+
includeOffers,
|
|
682
695
|
excludeArchived,
|
|
683
696
|
pageNumber,
|
|
684
697
|
take,
|
|
@@ -748,6 +761,10 @@ export class CourseSessionsService {
|
|
|
748
761
|
* Gets or sets a value indicating whether to include venue detail in the results.
|
|
749
762
|
*/
|
|
750
763
|
includeVenue?: boolean;
|
|
764
|
+
/**
|
|
765
|
+
* Gets or sets a value indicating whether to include offer detail in the results.
|
|
766
|
+
*/
|
|
767
|
+
includeOffers?: boolean;
|
|
751
768
|
/**
|
|
752
769
|
* Gets or sets a value indicating whether to exclude course sessions whose courses have been archived.
|
|
753
770
|
*/
|
|
@@ -815,6 +832,7 @@ export class CourseSessionsService {
|
|
|
815
832
|
EndDateTimeGTE: endDateTimeGte,
|
|
816
833
|
FutureOnly: futureOnly,
|
|
817
834
|
IncludeVenue: includeVenue,
|
|
835
|
+
IncludeOffers: includeOffers,
|
|
818
836
|
ExcludeArchived: excludeArchived,
|
|
819
837
|
PageNumber: pageNumber,
|
|
820
838
|
Take: take,
|
|
@@ -856,6 +874,7 @@ export class CourseSessionsService {
|
|
|
856
874
|
endDateTimeGte,
|
|
857
875
|
futureOnly,
|
|
858
876
|
includeVenue,
|
|
877
|
+
includeOffers,
|
|
859
878
|
excludeArchived,
|
|
860
879
|
pageNumber,
|
|
861
880
|
take,
|
|
@@ -925,6 +944,10 @@ export class CourseSessionsService {
|
|
|
925
944
|
* Gets or sets a value indicating whether to include venue detail in the results.
|
|
926
945
|
*/
|
|
927
946
|
includeVenue?: boolean;
|
|
947
|
+
/**
|
|
948
|
+
* Gets or sets a value indicating whether to include offer detail in the results.
|
|
949
|
+
*/
|
|
950
|
+
includeOffers?: boolean;
|
|
928
951
|
/**
|
|
929
952
|
* Gets or sets a value indicating whether to exclude course sessions whose courses have been archived.
|
|
930
953
|
*/
|
|
@@ -992,6 +1015,7 @@ export class CourseSessionsService {
|
|
|
992
1015
|
EndDateTimeGTE: endDateTimeGte,
|
|
993
1016
|
FutureOnly: futureOnly,
|
|
994
1017
|
IncludeVenue: includeVenue,
|
|
1018
|
+
IncludeOffers: includeOffers,
|
|
995
1019
|
ExcludeArchived: excludeArchived,
|
|
996
1020
|
PageNumber: pageNumber,
|
|
997
1021
|
Take: take,
|
|
@@ -168,6 +168,7 @@ export class GenericActivityService {
|
|
|
168
168
|
periodsOfWeek,
|
|
169
169
|
additionalSupport,
|
|
170
170
|
amenity,
|
|
171
|
+
programmeIds,
|
|
171
172
|
pageNumber,
|
|
172
173
|
take,
|
|
173
174
|
skip,
|
|
@@ -304,6 +305,10 @@ export class GenericActivityService {
|
|
|
304
305
|
* Gets or sets AmenityId.
|
|
305
306
|
*/
|
|
306
307
|
amenity?: Array<number>;
|
|
308
|
+
/**
|
|
309
|
+
* Gets or sets the Programme ids.
|
|
310
|
+
*/
|
|
311
|
+
programmeIds?: Array<string>;
|
|
307
312
|
/**
|
|
308
313
|
* Gets or sets the page number for paged queries.
|
|
309
314
|
*/
|
|
@@ -384,6 +389,7 @@ export class GenericActivityService {
|
|
|
384
389
|
PeriodsOfWeek: periodsOfWeek,
|
|
385
390
|
AdditionalSupport: additionalSupport,
|
|
386
391
|
Amenity: amenity,
|
|
392
|
+
ProgrammeIds: programmeIds,
|
|
387
393
|
PageNumber: pageNumber,
|
|
388
394
|
Take: take,
|
|
389
395
|
Skip: skip,
|
|
@@ -468,6 +474,7 @@ export class GenericActivityService {
|
|
|
468
474
|
periodsOfWeek,
|
|
469
475
|
additionalSupport,
|
|
470
476
|
amenity,
|
|
477
|
+
programmeIds,
|
|
471
478
|
pageNumber,
|
|
472
479
|
take,
|
|
473
480
|
skip,
|
|
@@ -604,6 +611,10 @@ export class GenericActivityService {
|
|
|
604
611
|
* Gets or sets AmenityId.
|
|
605
612
|
*/
|
|
606
613
|
amenity?: Array<number>;
|
|
614
|
+
/**
|
|
615
|
+
* Gets or sets the Programme ids.
|
|
616
|
+
*/
|
|
617
|
+
programmeIds?: Array<string>;
|
|
607
618
|
/**
|
|
608
619
|
* Gets or sets the page number for paged queries.
|
|
609
620
|
*/
|
|
@@ -684,6 +695,7 @@ export class GenericActivityService {
|
|
|
684
695
|
PeriodsOfWeek: periodsOfWeek,
|
|
685
696
|
AdditionalSupport: additionalSupport,
|
|
686
697
|
Amenity: amenity,
|
|
698
|
+
ProgrammeIds: programmeIds,
|
|
687
699
|
PageNumber: pageNumber,
|
|
688
700
|
Take: take,
|
|
689
701
|
Skip: skip,
|
|
@@ -741,6 +753,7 @@ export class GenericActivityService {
|
|
|
741
753
|
periodsOfWeek,
|
|
742
754
|
additionalSupport,
|
|
743
755
|
amenity,
|
|
756
|
+
programmeIds,
|
|
744
757
|
pageNumber,
|
|
745
758
|
take,
|
|
746
759
|
skip,
|
|
@@ -877,6 +890,10 @@ export class GenericActivityService {
|
|
|
877
890
|
* Gets or sets AmenityId.
|
|
878
891
|
*/
|
|
879
892
|
amenity?: Array<number>;
|
|
893
|
+
/**
|
|
894
|
+
* Gets or sets the Programme ids.
|
|
895
|
+
*/
|
|
896
|
+
programmeIds?: Array<string>;
|
|
880
897
|
/**
|
|
881
898
|
* Gets or sets the page number for paged queries.
|
|
882
899
|
*/
|
|
@@ -957,6 +974,7 @@ export class GenericActivityService {
|
|
|
957
974
|
PeriodsOfWeek: periodsOfWeek,
|
|
958
975
|
AdditionalSupport: additionalSupport,
|
|
959
976
|
Amenity: amenity,
|
|
977
|
+
ProgrammeIds: programmeIds,
|
|
960
978
|
PageNumber: pageNumber,
|
|
961
979
|
Take: take,
|
|
962
980
|
Skip: skip,
|
|
@@ -1014,6 +1032,7 @@ export class GenericActivityService {
|
|
|
1014
1032
|
periodsOfWeek,
|
|
1015
1033
|
additionalSupport,
|
|
1016
1034
|
amenity,
|
|
1035
|
+
programmeIds,
|
|
1017
1036
|
pageNumber,
|
|
1018
1037
|
take,
|
|
1019
1038
|
skip,
|
|
@@ -1150,6 +1169,10 @@ export class GenericActivityService {
|
|
|
1150
1169
|
* Gets or sets AmenityId.
|
|
1151
1170
|
*/
|
|
1152
1171
|
amenity?: Array<number>;
|
|
1172
|
+
/**
|
|
1173
|
+
* Gets or sets the Programme ids.
|
|
1174
|
+
*/
|
|
1175
|
+
programmeIds?: Array<string>;
|
|
1153
1176
|
/**
|
|
1154
1177
|
* Gets or sets the page number for paged queries.
|
|
1155
1178
|
*/
|
|
@@ -1230,6 +1253,7 @@ export class GenericActivityService {
|
|
|
1230
1253
|
PeriodsOfWeek: periodsOfWeek,
|
|
1231
1254
|
AdditionalSupport: additionalSupport,
|
|
1232
1255
|
Amenity: amenity,
|
|
1256
|
+
ProgrammeIds: programmeIds,
|
|
1233
1257
|
PageNumber: pageNumber,
|
|
1234
1258
|
Take: take,
|
|
1235
1259
|
Skip: skip,
|
|
@@ -1287,6 +1311,7 @@ export class GenericActivityService {
|
|
|
1287
1311
|
periodsOfWeek,
|
|
1288
1312
|
additionalSupport,
|
|
1289
1313
|
amenity,
|
|
1314
|
+
programmeIds,
|
|
1290
1315
|
pageNumber,
|
|
1291
1316
|
take,
|
|
1292
1317
|
skip,
|
|
@@ -1423,6 +1448,10 @@ export class GenericActivityService {
|
|
|
1423
1448
|
* Gets or sets AmenityId.
|
|
1424
1449
|
*/
|
|
1425
1450
|
amenity?: Array<number>;
|
|
1451
|
+
/**
|
|
1452
|
+
* Gets or sets the Programme ids.
|
|
1453
|
+
*/
|
|
1454
|
+
programmeIds?: Array<string>;
|
|
1426
1455
|
/**
|
|
1427
1456
|
* Gets or sets the page number for paged queries.
|
|
1428
1457
|
*/
|
|
@@ -1503,6 +1532,7 @@ export class GenericActivityService {
|
|
|
1503
1532
|
PeriodsOfWeek: periodsOfWeek,
|
|
1504
1533
|
AdditionalSupport: additionalSupport,
|
|
1505
1534
|
Amenity: amenity,
|
|
1535
|
+
ProgrammeIds: programmeIds,
|
|
1506
1536
|
PageNumber: pageNumber,
|
|
1507
1537
|
Take: take,
|
|
1508
1538
|
Skip: skip,
|