reach-api-sdk 1.0.191 → 1.0.192
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 +297 -51
- package/dist/reach-sdk.js +140 -1
- package/package.json +1 -1
- package/src/apiClient.ts +3 -0
- package/src/definition/swagger.yaml +361 -0
- package/src/index.ts +2 -0
- package/src/models/Course.ts +4 -0
- package/src/models/Session.ts +4 -0
- package/src/models/TenantWebsiteSetting.ts +3 -0
- package/src/models/UpcomingLayout.ts +12 -0
- package/src/services/BookingService.ts +36 -0
- package/src/services/CoursesService.ts +24 -0
- package/src/services/LeasingService.ts +24 -0
- package/src/services/OrderItemsService.ts +24 -0
- package/src/services/OrdersService.ts +24 -0
- package/src/services/PublicBookingService.ts +12 -0
- package/src/services/PublicCalendarService.ts +57 -0
- package/src/services/PublicCoursesService.ts +12 -0
- package/src/services/PublicLeasingService.ts +12 -0
- package/src/services/PublicNetworksService.ts +6 -0
- package/src/services/PublicOrderItemsService.ts +12 -0
- package/src/services/PublicOrdersService.ts +12 -0
- package/src/services/PublicScheduledSessionsService.ts +12 -0
- package/src/services/PublicSessionsService.ts +18 -0
- package/src/services/ScheduledSessionsSchedulesService.ts +24 -0
- package/src/services/ScheduledSessionsService.ts +24 -0
- package/src/services/SessionsService.ts +24 -0
package/dist/reach-sdk.js
CHANGED
|
@@ -1797,6 +1797,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
1797
1797
|
orderStages,
|
|
1798
1798
|
orderDateGte,
|
|
1799
1799
|
orderDateLte,
|
|
1800
|
+
endUserIdentityId,
|
|
1800
1801
|
pageNumber,
|
|
1801
1802
|
take,
|
|
1802
1803
|
skip,
|
|
@@ -1832,6 +1833,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
1832
1833
|
OrderStages: orderStages,
|
|
1833
1834
|
OrderDateGTE: orderDateGte,
|
|
1834
1835
|
OrderDateLTE: orderDateLte,
|
|
1836
|
+
EndUserIdentityId: endUserIdentityId,
|
|
1835
1837
|
PageNumber: pageNumber,
|
|
1836
1838
|
Take: take,
|
|
1837
1839
|
Skip: skip,
|
|
@@ -1878,6 +1880,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
1878
1880
|
orderStages,
|
|
1879
1881
|
orderDateGte,
|
|
1880
1882
|
orderDateLte,
|
|
1883
|
+
endUserIdentityId,
|
|
1881
1884
|
pageNumber,
|
|
1882
1885
|
take,
|
|
1883
1886
|
skip,
|
|
@@ -1913,6 +1916,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
1913
1916
|
OrderStages: orderStages,
|
|
1914
1917
|
OrderDateGTE: orderDateGte,
|
|
1915
1918
|
OrderDateLTE: orderDateLte,
|
|
1919
|
+
EndUserIdentityId: endUserIdentityId,
|
|
1916
1920
|
PageNumber: pageNumber,
|
|
1917
1921
|
Take: take,
|
|
1918
1922
|
Skip: skip,
|
|
@@ -2058,6 +2062,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
2058
2062
|
orderStages,
|
|
2059
2063
|
orderDateGte,
|
|
2060
2064
|
orderDateLte,
|
|
2065
|
+
endUserIdentityId,
|
|
2061
2066
|
pageNumber,
|
|
2062
2067
|
take,
|
|
2063
2068
|
skip,
|
|
@@ -2092,6 +2097,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
2092
2097
|
OrderStages: orderStages,
|
|
2093
2098
|
OrderDateGTE: orderDateGte,
|
|
2094
2099
|
OrderDateLTE: orderDateLte,
|
|
2100
|
+
EndUserIdentityId: endUserIdentityId,
|
|
2095
2101
|
PageNumber: pageNumber,
|
|
2096
2102
|
Take: take,
|
|
2097
2103
|
Skip: skip,
|
|
@@ -2198,6 +2204,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
2198
2204
|
orderStages,
|
|
2199
2205
|
orderDateGte,
|
|
2200
2206
|
orderDateLte,
|
|
2207
|
+
endUserIdentityId,
|
|
2201
2208
|
pageNumber,
|
|
2202
2209
|
take,
|
|
2203
2210
|
skip,
|
|
@@ -2232,6 +2239,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
2232
2239
|
OrderStages: orderStages,
|
|
2233
2240
|
OrderDateGTE: orderDateGte,
|
|
2234
2241
|
OrderDateLTE: orderDateLte,
|
|
2242
|
+
EndUserIdentityId: endUserIdentityId,
|
|
2235
2243
|
PageNumber: pageNumber,
|
|
2236
2244
|
Take: take,
|
|
2237
2245
|
Skip: skip,
|
|
@@ -2275,6 +2283,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
2275
2283
|
orderStages,
|
|
2276
2284
|
orderDateGte,
|
|
2277
2285
|
orderDateLte,
|
|
2286
|
+
endUserIdentityId,
|
|
2278
2287
|
pageNumber,
|
|
2279
2288
|
take,
|
|
2280
2289
|
skip,
|
|
@@ -2309,6 +2318,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
2309
2318
|
OrderStages: orderStages,
|
|
2310
2319
|
OrderDateGTE: orderDateGte,
|
|
2311
2320
|
OrderDateLTE: orderDateLte,
|
|
2321
|
+
EndUserIdentityId: endUserIdentityId,
|
|
2312
2322
|
PageNumber: pageNumber,
|
|
2313
2323
|
Take: take,
|
|
2314
2324
|
Skip: skip,
|
|
@@ -2352,6 +2362,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
2352
2362
|
orderStages,
|
|
2353
2363
|
orderDateGte,
|
|
2354
2364
|
orderDateLte,
|
|
2365
|
+
endUserIdentityId,
|
|
2355
2366
|
pageNumber,
|
|
2356
2367
|
take,
|
|
2357
2368
|
skip,
|
|
@@ -2386,6 +2397,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
2386
2397
|
OrderStages: orderStages,
|
|
2387
2398
|
OrderDateGTE: orderDateGte,
|
|
2388
2399
|
OrderDateLTE: orderDateLte,
|
|
2400
|
+
EndUserIdentityId: endUserIdentityId,
|
|
2389
2401
|
PageNumber: pageNumber,
|
|
2390
2402
|
Take: take,
|
|
2391
2403
|
Skip: skip,
|
|
@@ -3282,6 +3294,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
3282
3294
|
remainingUsesGte,
|
|
3283
3295
|
futureOnly,
|
|
3284
3296
|
online,
|
|
3297
|
+
featured,
|
|
3285
3298
|
hasAvailability,
|
|
3286
3299
|
orderFirstNameContains,
|
|
3287
3300
|
orderLastNameContains,
|
|
@@ -3327,6 +3340,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
3327
3340
|
RemainingUsesGTE: remainingUsesGte,
|
|
3328
3341
|
FutureOnly: futureOnly,
|
|
3329
3342
|
Online: online,
|
|
3343
|
+
Featured: featured,
|
|
3330
3344
|
HasAvailability: hasAvailability,
|
|
3331
3345
|
OrderFirstNameContains: orderFirstNameContains,
|
|
3332
3346
|
OrderLastNameContains: orderLastNameContains,
|
|
@@ -3444,6 +3458,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
3444
3458
|
remainingUsesGte,
|
|
3445
3459
|
futureOnly,
|
|
3446
3460
|
online,
|
|
3461
|
+
featured,
|
|
3447
3462
|
hasAvailability,
|
|
3448
3463
|
orderFirstNameContains,
|
|
3449
3464
|
orderLastNameContains,
|
|
@@ -3489,6 +3504,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
3489
3504
|
RemainingUsesGTE: remainingUsesGte,
|
|
3490
3505
|
FutureOnly: futureOnly,
|
|
3491
3506
|
Online: online,
|
|
3507
|
+
Featured: featured,
|
|
3492
3508
|
HasAvailability: hasAvailability,
|
|
3493
3509
|
OrderFirstNameContains: orderFirstNameContains,
|
|
3494
3510
|
OrderLastNameContains: orderLastNameContains,
|
|
@@ -3543,6 +3559,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
3543
3559
|
remainingUsesGte,
|
|
3544
3560
|
futureOnly,
|
|
3545
3561
|
online,
|
|
3562
|
+
featured,
|
|
3546
3563
|
hasAvailability,
|
|
3547
3564
|
orderFirstNameContains,
|
|
3548
3565
|
orderLastNameContains,
|
|
@@ -3588,6 +3605,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
3588
3605
|
RemainingUsesGTE: remainingUsesGte,
|
|
3589
3606
|
FutureOnly: futureOnly,
|
|
3590
3607
|
Online: online,
|
|
3608
|
+
Featured: featured,
|
|
3591
3609
|
HasAvailability: hasAvailability,
|
|
3592
3610
|
OrderFirstNameContains: orderFirstNameContains,
|
|
3593
3611
|
OrderLastNameContains: orderLastNameContains,
|
|
@@ -3642,6 +3660,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
3642
3660
|
remainingUsesGte,
|
|
3643
3661
|
futureOnly,
|
|
3644
3662
|
online,
|
|
3663
|
+
featured,
|
|
3645
3664
|
hasAvailability,
|
|
3646
3665
|
orderFirstNameContains,
|
|
3647
3666
|
orderLastNameContains,
|
|
@@ -3687,6 +3706,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
3687
3706
|
RemainingUsesGTE: remainingUsesGte,
|
|
3688
3707
|
FutureOnly: futureOnly,
|
|
3689
3708
|
Online: online,
|
|
3709
|
+
Featured: featured,
|
|
3690
3710
|
HasAvailability: hasAvailability,
|
|
3691
3711
|
OrderFirstNameContains: orderFirstNameContains,
|
|
3692
3712
|
OrderLastNameContains: orderLastNameContains,
|
|
@@ -9909,6 +9929,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
9909
9929
|
orderStages,
|
|
9910
9930
|
orderDateGte,
|
|
9911
9931
|
orderDateLte,
|
|
9932
|
+
endUserIdentityId,
|
|
9912
9933
|
pageNumber,
|
|
9913
9934
|
take,
|
|
9914
9935
|
skip,
|
|
@@ -9942,6 +9963,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
9942
9963
|
OrderStages: orderStages,
|
|
9943
9964
|
OrderDateGTE: orderDateGte,
|
|
9944
9965
|
OrderDateLTE: orderDateLte,
|
|
9966
|
+
EndUserIdentityId: endUserIdentityId,
|
|
9945
9967
|
PageNumber: pageNumber,
|
|
9946
9968
|
Take: take,
|
|
9947
9969
|
Skip: skip,
|
|
@@ -10047,6 +10069,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
10047
10069
|
orderStages,
|
|
10048
10070
|
orderDateGte,
|
|
10049
10071
|
orderDateLte,
|
|
10072
|
+
endUserIdentityId,
|
|
10050
10073
|
pageNumber,
|
|
10051
10074
|
take,
|
|
10052
10075
|
skip,
|
|
@@ -10080,6 +10103,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
10080
10103
|
OrderStages: orderStages,
|
|
10081
10104
|
OrderDateGTE: orderDateGte,
|
|
10082
10105
|
OrderDateLTE: orderDateLte,
|
|
10106
|
+
EndUserIdentityId: endUserIdentityId,
|
|
10083
10107
|
PageNumber: pageNumber,
|
|
10084
10108
|
Take: take,
|
|
10085
10109
|
Skip: skip,
|
|
@@ -10122,6 +10146,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
10122
10146
|
orderStages,
|
|
10123
10147
|
orderDateGte,
|
|
10124
10148
|
orderDateLte,
|
|
10149
|
+
endUserIdentityId,
|
|
10125
10150
|
pageNumber,
|
|
10126
10151
|
take,
|
|
10127
10152
|
skip,
|
|
@@ -10155,6 +10180,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
10155
10180
|
OrderStages: orderStages,
|
|
10156
10181
|
OrderDateGTE: orderDateGte,
|
|
10157
10182
|
OrderDateLTE: orderDateLte,
|
|
10183
|
+
EndUserIdentityId: endUserIdentityId,
|
|
10158
10184
|
PageNumber: pageNumber,
|
|
10159
10185
|
Take: take,
|
|
10160
10186
|
Skip: skip,
|
|
@@ -10197,6 +10223,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
10197
10223
|
orderStages,
|
|
10198
10224
|
orderDateGte,
|
|
10199
10225
|
orderDateLte,
|
|
10226
|
+
endUserIdentityId,
|
|
10200
10227
|
pageNumber,
|
|
10201
10228
|
take,
|
|
10202
10229
|
skip,
|
|
@@ -10230,6 +10257,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
10230
10257
|
OrderStages: orderStages,
|
|
10231
10258
|
OrderDateGTE: orderDateGte,
|
|
10232
10259
|
OrderDateLTE: orderDateLte,
|
|
10260
|
+
EndUserIdentityId: endUserIdentityId,
|
|
10233
10261
|
PageNumber: pageNumber,
|
|
10234
10262
|
Take: take,
|
|
10235
10263
|
Skip: skip,
|
|
@@ -13785,6 +13813,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
13785
13813
|
parentOrderItemId,
|
|
13786
13814
|
orderByOpportunityStartdate,
|
|
13787
13815
|
eventTiming,
|
|
13816
|
+
endUserIdentityId,
|
|
13788
13817
|
pageNumber,
|
|
13789
13818
|
take,
|
|
13790
13819
|
skip,
|
|
@@ -13811,6 +13840,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
13811
13840
|
ParentOrderItemId: parentOrderItemId,
|
|
13812
13841
|
OrderByOpportunityStartdate: orderByOpportunityStartdate,
|
|
13813
13842
|
EventTiming: eventTiming,
|
|
13843
|
+
EndUserIdentityId: endUserIdentityId,
|
|
13814
13844
|
PageNumber: pageNumber,
|
|
13815
13845
|
Take: take,
|
|
13816
13846
|
Skip: skip,
|
|
@@ -13909,6 +13939,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
13909
13939
|
parentOrderItemId,
|
|
13910
13940
|
orderByOpportunityStartdate,
|
|
13911
13941
|
eventTiming,
|
|
13942
|
+
endUserIdentityId,
|
|
13912
13943
|
pageNumber,
|
|
13913
13944
|
take,
|
|
13914
13945
|
skip,
|
|
@@ -13935,6 +13966,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
13935
13966
|
ParentOrderItemId: parentOrderItemId,
|
|
13936
13967
|
OrderByOpportunityStartdate: orderByOpportunityStartdate,
|
|
13937
13968
|
EventTiming: eventTiming,
|
|
13969
|
+
EndUserIdentityId: endUserIdentityId,
|
|
13938
13970
|
PageNumber: pageNumber,
|
|
13939
13971
|
Take: take,
|
|
13940
13972
|
Skip: skip,
|
|
@@ -13970,6 +14002,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
13970
14002
|
parentOrderItemId,
|
|
13971
14003
|
orderByOpportunityStartdate,
|
|
13972
14004
|
eventTiming,
|
|
14005
|
+
endUserIdentityId,
|
|
13973
14006
|
pageNumber,
|
|
13974
14007
|
take,
|
|
13975
14008
|
skip,
|
|
@@ -13996,6 +14029,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
13996
14029
|
ParentOrderItemId: parentOrderItemId,
|
|
13997
14030
|
OrderByOpportunityStartdate: orderByOpportunityStartdate,
|
|
13998
14031
|
EventTiming: eventTiming,
|
|
14032
|
+
EndUserIdentityId: endUserIdentityId,
|
|
13999
14033
|
PageNumber: pageNumber,
|
|
14000
14034
|
Take: take,
|
|
14001
14035
|
Skip: skip,
|
|
@@ -14031,6 +14065,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
14031
14065
|
parentOrderItemId,
|
|
14032
14066
|
orderByOpportunityStartdate,
|
|
14033
14067
|
eventTiming,
|
|
14068
|
+
endUserIdentityId,
|
|
14034
14069
|
pageNumber,
|
|
14035
14070
|
take,
|
|
14036
14071
|
skip,
|
|
@@ -14057,6 +14092,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
14057
14092
|
ParentOrderItemId: parentOrderItemId,
|
|
14058
14093
|
OrderByOpportunityStartdate: orderByOpportunityStartdate,
|
|
14059
14094
|
EventTiming: eventTiming,
|
|
14095
|
+
EndUserIdentityId: endUserIdentityId,
|
|
14060
14096
|
PageNumber: pageNumber,
|
|
14061
14097
|
Take: take,
|
|
14062
14098
|
Skip: skip,
|
|
@@ -14429,6 +14465,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
14429
14465
|
orderStages,
|
|
14430
14466
|
orderDateGte,
|
|
14431
14467
|
orderDateLte,
|
|
14468
|
+
endUserIdentityId,
|
|
14432
14469
|
pageNumber,
|
|
14433
14470
|
take,
|
|
14434
14471
|
skip,
|
|
@@ -14462,6 +14499,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
14462
14499
|
OrderStages: orderStages,
|
|
14463
14500
|
OrderDateGTE: orderDateGte,
|
|
14464
14501
|
OrderDateLTE: orderDateLte,
|
|
14502
|
+
EndUserIdentityId: endUserIdentityId,
|
|
14465
14503
|
PageNumber: pageNumber,
|
|
14466
14504
|
Take: take,
|
|
14467
14505
|
Skip: skip,
|
|
@@ -14567,6 +14605,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
14567
14605
|
orderStages,
|
|
14568
14606
|
orderDateGte,
|
|
14569
14607
|
orderDateLte,
|
|
14608
|
+
endUserIdentityId,
|
|
14570
14609
|
pageNumber,
|
|
14571
14610
|
take,
|
|
14572
14611
|
skip,
|
|
@@ -14600,6 +14639,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
14600
14639
|
OrderStages: orderStages,
|
|
14601
14640
|
OrderDateGTE: orderDateGte,
|
|
14602
14641
|
OrderDateLTE: orderDateLte,
|
|
14642
|
+
EndUserIdentityId: endUserIdentityId,
|
|
14603
14643
|
PageNumber: pageNumber,
|
|
14604
14644
|
Take: take,
|
|
14605
14645
|
Skip: skip,
|
|
@@ -14642,6 +14682,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
14642
14682
|
orderStages,
|
|
14643
14683
|
orderDateGte,
|
|
14644
14684
|
orderDateLte,
|
|
14685
|
+
endUserIdentityId,
|
|
14645
14686
|
pageNumber,
|
|
14646
14687
|
take,
|
|
14647
14688
|
skip,
|
|
@@ -14675,6 +14716,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
14675
14716
|
OrderStages: orderStages,
|
|
14676
14717
|
OrderDateGTE: orderDateGte,
|
|
14677
14718
|
OrderDateLTE: orderDateLte,
|
|
14719
|
+
EndUserIdentityId: endUserIdentityId,
|
|
14678
14720
|
PageNumber: pageNumber,
|
|
14679
14721
|
Take: take,
|
|
14680
14722
|
Skip: skip,
|
|
@@ -14717,6 +14759,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
14717
14759
|
orderStages,
|
|
14718
14760
|
orderDateGte,
|
|
14719
14761
|
orderDateLte,
|
|
14762
|
+
endUserIdentityId,
|
|
14720
14763
|
pageNumber,
|
|
14721
14764
|
take,
|
|
14722
14765
|
skip,
|
|
@@ -14750,6 +14793,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
14750
14793
|
OrderStages: orderStages,
|
|
14751
14794
|
OrderDateGTE: orderDateGte,
|
|
14752
14795
|
OrderDateLTE: orderDateLte,
|
|
14796
|
+
EndUserIdentityId: endUserIdentityId,
|
|
14753
14797
|
PageNumber: pageNumber,
|
|
14754
14798
|
Take: take,
|
|
14755
14799
|
Skip: skip,
|
|
@@ -17986,6 +18030,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
17986
18030
|
orderStages,
|
|
17987
18031
|
orderDateGte,
|
|
17988
18032
|
orderDateLte,
|
|
18033
|
+
endUserIdentityId,
|
|
17989
18034
|
pageNumber,
|
|
17990
18035
|
take,
|
|
17991
18036
|
skip,
|
|
@@ -18023,6 +18068,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
18023
18068
|
OrderStages: orderStages,
|
|
18024
18069
|
OrderDateGTE: orderDateGte,
|
|
18025
18070
|
OrderDateLTE: orderDateLte,
|
|
18071
|
+
EndUserIdentityId: endUserIdentityId,
|
|
18026
18072
|
PageNumber: pageNumber,
|
|
18027
18073
|
Take: take,
|
|
18028
18074
|
Skip: skip,
|
|
@@ -18117,6 +18163,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
18117
18163
|
orderStages,
|
|
18118
18164
|
orderDateGte,
|
|
18119
18165
|
orderDateLte,
|
|
18166
|
+
endUserIdentityId,
|
|
18120
18167
|
pageNumber,
|
|
18121
18168
|
take,
|
|
18122
18169
|
skip,
|
|
@@ -18154,6 +18201,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
18154
18201
|
OrderStages: orderStages,
|
|
18155
18202
|
OrderDateGTE: orderDateGte,
|
|
18156
18203
|
OrderDateLTE: orderDateLte,
|
|
18204
|
+
EndUserIdentityId: endUserIdentityId,
|
|
18157
18205
|
PageNumber: pageNumber,
|
|
18158
18206
|
Take: take,
|
|
18159
18207
|
Skip: skip,
|
|
@@ -18173,6 +18221,39 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
18173
18221
|
}
|
|
18174
18222
|
});
|
|
18175
18223
|
}
|
|
18224
|
+
}class PublicCalendarService {
|
|
18225
|
+
constructor(httpRequest) {
|
|
18226
|
+
this.httpRequest = httpRequest;
|
|
18227
|
+
}
|
|
18228
|
+
/**
|
|
18229
|
+
* Gets calendar data.
|
|
18230
|
+
* @returns any OK
|
|
18231
|
+
* @throws ApiError
|
|
18232
|
+
*/
|
|
18233
|
+
getCalendarView({
|
|
18234
|
+
xTenantSubdomain,
|
|
18235
|
+
startDateTimeGte,
|
|
18236
|
+
venueId,
|
|
18237
|
+
programmeId
|
|
18238
|
+
}) {
|
|
18239
|
+
return this.httpRequest.request({
|
|
18240
|
+
method: "GET",
|
|
18241
|
+
url: "/api/public/calendar",
|
|
18242
|
+
headers: {
|
|
18243
|
+
"x-tenant-subdomain": xTenantSubdomain
|
|
18244
|
+
},
|
|
18245
|
+
query: {
|
|
18246
|
+
StartDateTimeGTE: startDateTimeGte,
|
|
18247
|
+
VenueId: venueId,
|
|
18248
|
+
ProgrammeId: programmeId
|
|
18249
|
+
},
|
|
18250
|
+
errors: {
|
|
18251
|
+
400: `Bad Request`,
|
|
18252
|
+
422: `Unprocessable Content`,
|
|
18253
|
+
500: `Internal Server Error`
|
|
18254
|
+
}
|
|
18255
|
+
});
|
|
18256
|
+
}
|
|
18176
18257
|
}class PublicCoursesService {
|
|
18177
18258
|
constructor(httpRequest) {
|
|
18178
18259
|
this.httpRequest = httpRequest;
|
|
@@ -18252,6 +18333,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
18252
18333
|
remainingUsesGte,
|
|
18253
18334
|
futureOnly,
|
|
18254
18335
|
online,
|
|
18336
|
+
featured,
|
|
18255
18337
|
hasAvailability,
|
|
18256
18338
|
orderFirstNameContains,
|
|
18257
18339
|
orderLastNameContains,
|
|
@@ -18300,6 +18382,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
18300
18382
|
RemainingUsesGTE: remainingUsesGte,
|
|
18301
18383
|
FutureOnly: futureOnly,
|
|
18302
18384
|
Online: online,
|
|
18385
|
+
Featured: featured,
|
|
18303
18386
|
HasAvailability: hasAvailability,
|
|
18304
18387
|
OrderFirstNameContains: orderFirstNameContains,
|
|
18305
18388
|
OrderLastNameContains: orderLastNameContains,
|
|
@@ -18451,6 +18534,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
18451
18534
|
remainingUsesGte,
|
|
18452
18535
|
futureOnly,
|
|
18453
18536
|
online,
|
|
18537
|
+
featured,
|
|
18454
18538
|
hasAvailability,
|
|
18455
18539
|
orderFirstNameContains,
|
|
18456
18540
|
orderLastNameContains,
|
|
@@ -18499,6 +18583,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
18499
18583
|
RemainingUsesGTE: remainingUsesGte,
|
|
18500
18584
|
FutureOnly: futureOnly,
|
|
18501
18585
|
Online: online,
|
|
18586
|
+
Featured: featured,
|
|
18502
18587
|
HasAvailability: hasAvailability,
|
|
18503
18588
|
OrderFirstNameContains: orderFirstNameContains,
|
|
18504
18589
|
OrderLastNameContains: orderLastNameContains,
|
|
@@ -19862,6 +19947,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
19862
19947
|
orderStages,
|
|
19863
19948
|
orderDateGte,
|
|
19864
19949
|
orderDateLte,
|
|
19950
|
+
endUserIdentityId,
|
|
19865
19951
|
pageNumber,
|
|
19866
19952
|
take,
|
|
19867
19953
|
skip,
|
|
@@ -19898,6 +19984,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
19898
19984
|
OrderStages: orderStages,
|
|
19899
19985
|
OrderDateGTE: orderDateGte,
|
|
19900
19986
|
OrderDateLTE: orderDateLte,
|
|
19987
|
+
EndUserIdentityId: endUserIdentityId,
|
|
19901
19988
|
PageNumber: pageNumber,
|
|
19902
19989
|
Take: take,
|
|
19903
19990
|
Skip: skip,
|
|
@@ -19941,6 +20028,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
19941
20028
|
orderStages,
|
|
19942
20029
|
orderDateGte,
|
|
19943
20030
|
orderDateLte,
|
|
20031
|
+
endUserIdentityId,
|
|
19944
20032
|
pageNumber,
|
|
19945
20033
|
take,
|
|
19946
20034
|
skip,
|
|
@@ -19977,6 +20065,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
19977
20065
|
OrderStages: orderStages,
|
|
19978
20066
|
OrderDateGTE: orderDateGte,
|
|
19979
20067
|
OrderDateLTE: orderDateLte,
|
|
20068
|
+
EndUserIdentityId: endUserIdentityId,
|
|
19980
20069
|
PageNumber: pageNumber,
|
|
19981
20070
|
Take: take,
|
|
19982
20071
|
Skip: skip,
|
|
@@ -20013,6 +20102,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
20013
20102
|
paymentPolicyId,
|
|
20014
20103
|
futureOnly,
|
|
20015
20104
|
online,
|
|
20105
|
+
featured,
|
|
20016
20106
|
programmeId,
|
|
20017
20107
|
includeNextOpportunity,
|
|
20018
20108
|
allowTemplating,
|
|
@@ -20058,6 +20148,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
20058
20148
|
PaymentPolicyId: paymentPolicyId,
|
|
20059
20149
|
FutureOnly: futureOnly,
|
|
20060
20150
|
Online: online,
|
|
20151
|
+
Featured: featured,
|
|
20061
20152
|
ProgrammeId: programmeId,
|
|
20062
20153
|
IncludeNextOpportunity: includeNextOpportunity,
|
|
20063
20154
|
AllowTemplating: allowTemplating,
|
|
@@ -20447,6 +20538,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
20447
20538
|
parentOrderItemId,
|
|
20448
20539
|
orderByOpportunityStartdate,
|
|
20449
20540
|
eventTiming,
|
|
20541
|
+
endUserIdentityId,
|
|
20450
20542
|
pageNumber,
|
|
20451
20543
|
take,
|
|
20452
20544
|
skip,
|
|
@@ -20476,6 +20568,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
20476
20568
|
ParentOrderItemId: parentOrderItemId,
|
|
20477
20569
|
OrderByOpportunityStartdate: orderByOpportunityStartdate,
|
|
20478
20570
|
EventTiming: eventTiming,
|
|
20571
|
+
EndUserIdentityId: endUserIdentityId,
|
|
20479
20572
|
PageNumber: pageNumber,
|
|
20480
20573
|
Take: take,
|
|
20481
20574
|
Skip: skip,
|
|
@@ -20685,6 +20778,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
20685
20778
|
parentOrderItemId,
|
|
20686
20779
|
orderByOpportunityStartdate,
|
|
20687
20780
|
eventTiming,
|
|
20781
|
+
endUserIdentityId,
|
|
20688
20782
|
pageNumber,
|
|
20689
20783
|
take,
|
|
20690
20784
|
skip,
|
|
@@ -20714,6 +20808,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
20714
20808
|
ParentOrderItemId: parentOrderItemId,
|
|
20715
20809
|
OrderByOpportunityStartdate: orderByOpportunityStartdate,
|
|
20716
20810
|
EventTiming: eventTiming,
|
|
20811
|
+
EndUserIdentityId: endUserIdentityId,
|
|
20717
20812
|
PageNumber: pageNumber,
|
|
20718
20813
|
Take: take,
|
|
20719
20814
|
Skip: skip,
|
|
@@ -20809,6 +20904,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
20809
20904
|
orderStages,
|
|
20810
20905
|
orderDateGte,
|
|
20811
20906
|
orderDateLte,
|
|
20907
|
+
endUserIdentityId,
|
|
20812
20908
|
pageNumber,
|
|
20813
20909
|
take,
|
|
20814
20910
|
skip,
|
|
@@ -20845,6 +20941,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
20845
20941
|
OrderStages: orderStages,
|
|
20846
20942
|
OrderDateGTE: orderDateGte,
|
|
20847
20943
|
OrderDateLTE: orderDateLte,
|
|
20944
|
+
EndUserIdentityId: endUserIdentityId,
|
|
20848
20945
|
PageNumber: pageNumber,
|
|
20849
20946
|
Take: take,
|
|
20850
20947
|
Skip: skip,
|
|
@@ -21089,6 +21186,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
21089
21186
|
orderStages,
|
|
21090
21187
|
orderDateGte,
|
|
21091
21188
|
orderDateLte,
|
|
21189
|
+
endUserIdentityId,
|
|
21092
21190
|
pageNumber,
|
|
21093
21191
|
take,
|
|
21094
21192
|
skip,
|
|
@@ -21125,6 +21223,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
21125
21223
|
OrderStages: orderStages,
|
|
21126
21224
|
OrderDateGTE: orderDateGte,
|
|
21127
21225
|
OrderDateLTE: orderDateLte,
|
|
21226
|
+
EndUserIdentityId: endUserIdentityId,
|
|
21128
21227
|
PageNumber: pageNumber,
|
|
21129
21228
|
Take: take,
|
|
21130
21229
|
Skip: skip,
|
|
@@ -22155,6 +22254,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
22155
22254
|
remainingUsesLte,
|
|
22156
22255
|
remainingUsesGte,
|
|
22157
22256
|
futureOnly,
|
|
22257
|
+
bookableOnly,
|
|
22158
22258
|
includeImages,
|
|
22159
22259
|
includeVenue,
|
|
22160
22260
|
includeOrders,
|
|
@@ -22199,6 +22299,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
22199
22299
|
RemainingUsesLTE: remainingUsesLte,
|
|
22200
22300
|
RemainingUsesGTE: remainingUsesGte,
|
|
22201
22301
|
FutureOnly: futureOnly,
|
|
22302
|
+
BookableOnly: bookableOnly,
|
|
22202
22303
|
IncludeImages: includeImages,
|
|
22203
22304
|
IncludeVenue: includeVenue,
|
|
22204
22305
|
IncludeOrders: includeOrders,
|
|
@@ -22346,6 +22447,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
22346
22447
|
remainingUsesLte,
|
|
22347
22448
|
remainingUsesGte,
|
|
22348
22449
|
futureOnly,
|
|
22450
|
+
bookableOnly,
|
|
22349
22451
|
includeImages,
|
|
22350
22452
|
includeVenue,
|
|
22351
22453
|
includeOrders,
|
|
@@ -22390,6 +22492,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
22390
22492
|
RemainingUsesLTE: remainingUsesLte,
|
|
22391
22493
|
RemainingUsesGTE: remainingUsesGte,
|
|
22392
22494
|
FutureOnly: futureOnly,
|
|
22495
|
+
BookableOnly: bookableOnly,
|
|
22393
22496
|
IncludeImages: includeImages,
|
|
22394
22497
|
IncludeVenue: includeVenue,
|
|
22395
22498
|
IncludeOrders: includeOrders,
|
|
@@ -22484,6 +22587,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
22484
22587
|
paymentPolicyId,
|
|
22485
22588
|
futureOnly,
|
|
22486
22589
|
online,
|
|
22590
|
+
featured,
|
|
22487
22591
|
programmeId,
|
|
22488
22592
|
includeNextOpportunity,
|
|
22489
22593
|
allowTemplating,
|
|
@@ -22532,6 +22636,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
22532
22636
|
PaymentPolicyId: paymentPolicyId,
|
|
22533
22637
|
FutureOnly: futureOnly,
|
|
22534
22638
|
Online: online,
|
|
22639
|
+
Featured: featured,
|
|
22535
22640
|
ProgrammeId: programmeId,
|
|
22536
22641
|
IncludeNextOpportunity: includeNextOpportunity,
|
|
22537
22642
|
AllowTemplating: allowTemplating,
|
|
@@ -22647,6 +22752,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
22647
22752
|
remainingUsesLte,
|
|
22648
22753
|
remainingUsesGte,
|
|
22649
22754
|
futureOnly,
|
|
22755
|
+
bookableOnly,
|
|
22650
22756
|
includeImages,
|
|
22651
22757
|
includeVenue,
|
|
22652
22758
|
includeOrders,
|
|
@@ -22691,6 +22797,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
22691
22797
|
RemainingUsesLTE: remainingUsesLte,
|
|
22692
22798
|
RemainingUsesGTE: remainingUsesGte,
|
|
22693
22799
|
FutureOnly: futureOnly,
|
|
22800
|
+
BookableOnly: bookableOnly,
|
|
22694
22801
|
IncludeImages: includeImages,
|
|
22695
22802
|
IncludeVenue: includeVenue,
|
|
22696
22803
|
IncludeOrders: includeOrders,
|
|
@@ -22805,6 +22912,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
22805
22912
|
paymentPolicyId,
|
|
22806
22913
|
futureOnly,
|
|
22807
22914
|
online,
|
|
22915
|
+
featured,
|
|
22808
22916
|
programmeId,
|
|
22809
22917
|
includeNextOpportunity,
|
|
22810
22918
|
allowTemplating,
|
|
@@ -22853,6 +22961,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
22853
22961
|
PaymentPolicyId: paymentPolicyId,
|
|
22854
22962
|
FutureOnly: futureOnly,
|
|
22855
22963
|
Online: online,
|
|
22964
|
+
Featured: featured,
|
|
22856
22965
|
ProgrammeId: programmeId,
|
|
22857
22966
|
IncludeNextOpportunity: includeNextOpportunity,
|
|
22858
22967
|
AllowTemplating: allowTemplating,
|
|
@@ -26846,6 +26955,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
26846
26955
|
remainingUsesLte,
|
|
26847
26956
|
remainingUsesGte,
|
|
26848
26957
|
futureOnly,
|
|
26958
|
+
bookableOnly,
|
|
26849
26959
|
includeImages,
|
|
26850
26960
|
includeVenue,
|
|
26851
26961
|
includeOrders,
|
|
@@ -26887,6 +26997,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
26887
26997
|
RemainingUsesLTE: remainingUsesLte,
|
|
26888
26998
|
RemainingUsesGTE: remainingUsesGte,
|
|
26889
26999
|
FutureOnly: futureOnly,
|
|
27000
|
+
BookableOnly: bookableOnly,
|
|
26890
27001
|
IncludeImages: includeImages,
|
|
26891
27002
|
IncludeVenue: includeVenue,
|
|
26892
27003
|
IncludeOrders: includeOrders,
|
|
@@ -27000,6 +27111,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
27000
27111
|
remainingUsesLte,
|
|
27001
27112
|
remainingUsesGte,
|
|
27002
27113
|
futureOnly,
|
|
27114
|
+
bookableOnly,
|
|
27003
27115
|
includeImages,
|
|
27004
27116
|
includeVenue,
|
|
27005
27117
|
includeOrders,
|
|
@@ -27041,6 +27153,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
27041
27153
|
RemainingUsesLTE: remainingUsesLte,
|
|
27042
27154
|
RemainingUsesGTE: remainingUsesGte,
|
|
27043
27155
|
FutureOnly: futureOnly,
|
|
27156
|
+
BookableOnly: bookableOnly,
|
|
27044
27157
|
IncludeImages: includeImages,
|
|
27045
27158
|
IncludeVenue: includeVenue,
|
|
27046
27159
|
IncludeOrders: includeOrders,
|
|
@@ -27091,6 +27204,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
27091
27204
|
remainingUsesLte,
|
|
27092
27205
|
remainingUsesGte,
|
|
27093
27206
|
futureOnly,
|
|
27207
|
+
bookableOnly,
|
|
27094
27208
|
includeImages,
|
|
27095
27209
|
includeVenue,
|
|
27096
27210
|
includeOrders,
|
|
@@ -27132,6 +27246,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
27132
27246
|
RemainingUsesLTE: remainingUsesLte,
|
|
27133
27247
|
RemainingUsesGTE: remainingUsesGte,
|
|
27134
27248
|
FutureOnly: futureOnly,
|
|
27249
|
+
BookableOnly: bookableOnly,
|
|
27135
27250
|
IncludeImages: includeImages,
|
|
27136
27251
|
IncludeVenue: includeVenue,
|
|
27137
27252
|
IncludeOrders: includeOrders,
|
|
@@ -27182,6 +27297,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
27182
27297
|
remainingUsesLte,
|
|
27183
27298
|
remainingUsesGte,
|
|
27184
27299
|
futureOnly,
|
|
27300
|
+
bookableOnly,
|
|
27185
27301
|
includeImages,
|
|
27186
27302
|
includeVenue,
|
|
27187
27303
|
includeOrders,
|
|
@@ -27223,6 +27339,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
27223
27339
|
RemainingUsesLTE: remainingUsesLte,
|
|
27224
27340
|
RemainingUsesGTE: remainingUsesGte,
|
|
27225
27341
|
FutureOnly: futureOnly,
|
|
27342
|
+
BookableOnly: bookableOnly,
|
|
27226
27343
|
IncludeImages: includeImages,
|
|
27227
27344
|
IncludeVenue: includeVenue,
|
|
27228
27345
|
IncludeOrders: includeOrders,
|
|
@@ -27419,6 +27536,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
27419
27536
|
lastRunDateTimeLte,
|
|
27420
27537
|
status,
|
|
27421
27538
|
statuses,
|
|
27539
|
+
bookableOnly,
|
|
27422
27540
|
pageNumber,
|
|
27423
27541
|
take,
|
|
27424
27542
|
skip,
|
|
@@ -27440,6 +27558,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
27440
27558
|
LastRunDateTimeLTE: lastRunDateTimeLte,
|
|
27441
27559
|
Status: status,
|
|
27442
27560
|
Statuses: statuses,
|
|
27561
|
+
BookableOnly: bookableOnly,
|
|
27443
27562
|
PageNumber: pageNumber,
|
|
27444
27563
|
Take: take,
|
|
27445
27564
|
Skip: skip,
|
|
@@ -27533,6 +27652,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
27533
27652
|
lastRunDateTimeLte,
|
|
27534
27653
|
status,
|
|
27535
27654
|
statuses,
|
|
27655
|
+
bookableOnly,
|
|
27536
27656
|
pageNumber,
|
|
27537
27657
|
take,
|
|
27538
27658
|
skip,
|
|
@@ -27554,6 +27674,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
27554
27674
|
LastRunDateTimeLTE: lastRunDateTimeLte,
|
|
27555
27675
|
Status: status,
|
|
27556
27676
|
Statuses: statuses,
|
|
27677
|
+
BookableOnly: bookableOnly,
|
|
27557
27678
|
PageNumber: pageNumber,
|
|
27558
27679
|
Take: take,
|
|
27559
27680
|
Skip: skip,
|
|
@@ -27584,6 +27705,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
27584
27705
|
lastRunDateTimeLte,
|
|
27585
27706
|
status,
|
|
27586
27707
|
statuses,
|
|
27708
|
+
bookableOnly,
|
|
27587
27709
|
pageNumber,
|
|
27588
27710
|
take,
|
|
27589
27711
|
skip,
|
|
@@ -27605,6 +27727,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
27605
27727
|
LastRunDateTimeLTE: lastRunDateTimeLte,
|
|
27606
27728
|
Status: status,
|
|
27607
27729
|
Statuses: statuses,
|
|
27730
|
+
BookableOnly: bookableOnly,
|
|
27608
27731
|
PageNumber: pageNumber,
|
|
27609
27732
|
Take: take,
|
|
27610
27733
|
Skip: skip,
|
|
@@ -27635,6 +27758,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
27635
27758
|
lastRunDateTimeLte,
|
|
27636
27759
|
status,
|
|
27637
27760
|
statuses,
|
|
27761
|
+
bookableOnly,
|
|
27638
27762
|
pageNumber,
|
|
27639
27763
|
take,
|
|
27640
27764
|
skip,
|
|
@@ -27656,6 +27780,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
27656
27780
|
LastRunDateTimeLTE: lastRunDateTimeLte,
|
|
27657
27781
|
Status: status,
|
|
27658
27782
|
Statuses: statuses,
|
|
27783
|
+
BookableOnly: bookableOnly,
|
|
27659
27784
|
PageNumber: pageNumber,
|
|
27660
27785
|
Take: take,
|
|
27661
27786
|
Skip: skip,
|
|
@@ -27983,6 +28108,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
27983
28108
|
paymentPolicyId,
|
|
27984
28109
|
futureOnly,
|
|
27985
28110
|
online,
|
|
28111
|
+
featured,
|
|
27986
28112
|
programmeId,
|
|
27987
28113
|
includeNextOpportunity,
|
|
27988
28114
|
allowTemplating,
|
|
@@ -28028,6 +28154,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
28028
28154
|
PaymentPolicyId: paymentPolicyId,
|
|
28029
28155
|
FutureOnly: futureOnly,
|
|
28030
28156
|
Online: online,
|
|
28157
|
+
Featured: featured,
|
|
28031
28158
|
ProgrammeId: programmeId,
|
|
28032
28159
|
IncludeNextOpportunity: includeNextOpportunity,
|
|
28033
28160
|
AllowTemplating: allowTemplating,
|
|
@@ -28145,6 +28272,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
28145
28272
|
paymentPolicyId,
|
|
28146
28273
|
futureOnly,
|
|
28147
28274
|
online,
|
|
28275
|
+
featured,
|
|
28148
28276
|
programmeId,
|
|
28149
28277
|
includeNextOpportunity,
|
|
28150
28278
|
allowTemplating,
|
|
@@ -28190,6 +28318,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
28190
28318
|
PaymentPolicyId: paymentPolicyId,
|
|
28191
28319
|
FutureOnly: futureOnly,
|
|
28192
28320
|
Online: online,
|
|
28321
|
+
Featured: featured,
|
|
28193
28322
|
ProgrammeId: programmeId,
|
|
28194
28323
|
IncludeNextOpportunity: includeNextOpportunity,
|
|
28195
28324
|
AllowTemplating: allowTemplating,
|
|
@@ -28244,6 +28373,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
28244
28373
|
paymentPolicyId,
|
|
28245
28374
|
futureOnly,
|
|
28246
28375
|
online,
|
|
28376
|
+
featured,
|
|
28247
28377
|
programmeId,
|
|
28248
28378
|
includeNextOpportunity,
|
|
28249
28379
|
allowTemplating,
|
|
@@ -28289,6 +28419,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
28289
28419
|
PaymentPolicyId: paymentPolicyId,
|
|
28290
28420
|
FutureOnly: futureOnly,
|
|
28291
28421
|
Online: online,
|
|
28422
|
+
Featured: featured,
|
|
28292
28423
|
ProgrammeId: programmeId,
|
|
28293
28424
|
IncludeNextOpportunity: includeNextOpportunity,
|
|
28294
28425
|
AllowTemplating: allowTemplating,
|
|
@@ -28343,6 +28474,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
28343
28474
|
paymentPolicyId,
|
|
28344
28475
|
futureOnly,
|
|
28345
28476
|
online,
|
|
28477
|
+
featured,
|
|
28346
28478
|
programmeId,
|
|
28347
28479
|
includeNextOpportunity,
|
|
28348
28480
|
allowTemplating,
|
|
@@ -28388,6 +28520,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
28388
28520
|
PaymentPolicyId: paymentPolicyId,
|
|
28389
28521
|
FutureOnly: futureOnly,
|
|
28390
28522
|
Online: online,
|
|
28523
|
+
Featured: featured,
|
|
28391
28524
|
ProgrammeId: programmeId,
|
|
28392
28525
|
IncludeNextOpportunity: includeNextOpportunity,
|
|
28393
28526
|
AllowTemplating: allowTemplating,
|
|
@@ -40877,6 +41010,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
40877
41010
|
providers;
|
|
40878
41011
|
providerTypes;
|
|
40879
41012
|
publicBooking;
|
|
41013
|
+
publicCalendar;
|
|
40880
41014
|
publicCourses;
|
|
40881
41015
|
publicCustomers;
|
|
40882
41016
|
publicFacilities;
|
|
@@ -41006,6 +41140,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
41006
41140
|
this.providers = new ProvidersService(this.request);
|
|
41007
41141
|
this.providerTypes = new ProviderTypesService(this.request);
|
|
41008
41142
|
this.publicBooking = new PublicBookingService(this.request);
|
|
41143
|
+
this.publicCalendar = new PublicCalendarService(this.request);
|
|
41009
41144
|
this.publicCourses = new PublicCoursesService(this.request);
|
|
41010
41145
|
this.publicCustomers = new PublicCustomersService(this.request);
|
|
41011
41146
|
this.publicFacilities = new PublicFacilitiesService(this.request);
|
|
@@ -41461,4 +41596,8 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
41461
41596
|
TenantTier2["ENTERPRISE"] = "Enterprise";
|
|
41462
41597
|
TenantTier2["PRO"] = "Pro";
|
|
41463
41598
|
return TenantTier2;
|
|
41464
|
-
})(TenantTier || {});
|
|
41599
|
+
})(TenantTier || {});var UpcomingLayout = /* @__PURE__ */ ((UpcomingLayout2) => {
|
|
41600
|
+
UpcomingLayout2["GRID"] = "Grid";
|
|
41601
|
+
UpcomingLayout2["CALENDAR"] = "Calendar";
|
|
41602
|
+
return UpcomingLayout2;
|
|
41603
|
+
})(UpcomingLayout || {});export{ActivityPerformanceService,ActivityService,ActivityType,AdvanceBooking,AmenityService,AmenityType,ApiClient,ApiError,AppUserRole,ApplicationRole,AttendeesService,AvailabilityIndicator,BadEnglandReportService,BaseHttpRequest,BookingService,BookingStatus,CancelError,CancelablePromise,CancellationPoliciesService,ChatService,CheckoutPlatform,ContactOnConfirmation,CountryService,CourseBookingCutoff,CourseSearchSortBy,CourseSessionSchedulesService,CourseSessionsService,CourseStatus,CoursesService,CustomDateRange,CustomerCancellationOption,CustomerType,CustomersService,DayOfWeek,DealActivitiesService,DealDiscountType,DealTarget,DealType,DealsService,DiscountCodeUsesService,EmailReminderSchedulesService,EmailSettingsService,EndUserIdentitySecureTokenService,EnglandGolfReportService,EventTiming,FacilitiesService,FacilityIndividualsService,FacilityIndividualsType,FieldPermission,FilestackService,Gender,GenericActivityService,GeocodeService,HelpersService,HereAutocompleteLookupService,HttpStatusCode,ImageLibraryCategoryService,ImageLibraryImageService,ImageUploadHistoryService,ImagesService,InviteStatus,LeasingService,LocationsReportService,LoqatePlacesService,NotificationQueueService,NotificationSettingsService,NotificationType,OffersService,OpenAPI,OpenactiveFeedIntermediateService,OpenactiveFeedItemService,OpportunityRegisterService,OpportunityRegisterStatus,OpportunityType,OrderItemReportService,OrderItemStatus,OrderItemsService,OrderSource,OrderStage,OrdersService,OrgCourseUtilisationService,OrganisationApplicationFeeHandling,OrganisationAvailableChannel,OrganisationRefundPolicy,OrganisationTaxMode,OrganisationType,PaymentMethod,PaymentPoliciesService,PaymentPolicySplitType,PaymentsService,PeriodsOfWeek,PermissionsService,PlacesService,PlatformPayoutsService,Prepayment,ProgrammesService,ProviderTypesService,ProvidersService,PublicBookingService,PublicCalendarService,PublicCoursesService,PublicCustomersService,PublicFacilitiesService,PublicFilestackWebhookService,PublicGenericActivityService,PublicHealthCheckService,PublicLeasingService,PublicNetworksService,PublicOpportunityRegisterService,PublicOrderItemsService,PublicOrderTokensService,PublicOrdersService,PublicProgrammesService,PublicProvidersService,PublicScheduledSessionsService,PublicSessionsService,PublicSlotsService,PublicStripeWebhookService,PublicSurveyCompletionLogsService,PublicSurveyQuestionsService,PublicSurveysService,PublicTenantsService,PublicVenuesService,PublicWaitlistActivityService,PublicWaitlistOpportunityService,ReachEntity,ReachOperation,RecentOrderActivityReportService,RefundSource,RefundStatus,RegisterReportService,RescheduleLogService,ScheduleStatus,ScheduledSessionSearchSortBy,ScheduledSessionsSchedulesService,ScheduledSessionsService,SearchSortOrderDirection,SessionType,SessionsService,SlotAvailabilityStatus,SlotOffersService,SlotScheduleOffersService,SlotSchedulesService,SlotStatus,SlotsService,StripeAccountLinkedEntityType,StripeAccountService,StripeStatus,SurfacesService,SurveyAnswersService,SurveyCompletionLogService,SurveyQuestionType,SurveyQuestionsService,SurveyQuestionsTarget,SurveyReportExtendedService,SurveyResponseMode,SurveyType,SurveysService,TemplateDetailsService,TemplateFieldPermissionsService,TemplateOffersService,TemplatesService,TenantTier,TenantWebsiteSettingsService,TenantsService,TimezoneService,TotalRevenueReportService,UnsplashService,UpcomingLayout,UserPermissionsService,UserProgrammesService,UserProvidersService,UsersService,VenueManagersService,VenuePerformanceService,VenuesReportService,VenuesService,WaitlistActivityReportService,WaitlistActivityService,WaitlistOpportunityReportService,WaitlistOpportunityService};
|