reach-api-sdk 1.0.198 → 1.0.200
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 +146 -26
- package/dist/reach-sdk.js +52 -0
- package/package.json +1 -1
- package/src/definition/swagger.yaml +146 -0
- package/src/models/Permission.ts +4 -0
- package/src/models/PermissionPatch.ts +4 -0
- package/src/models/UserPermission.ts +4 -0
- package/src/models/UserPermissionPatch.ts +4 -0
- package/src/services/CourseSessionsService.ts +30 -0
- package/src/services/PublicScheduledSessionsService.ts +12 -0
- package/src/services/PublicSessionsService.ts +6 -0
- package/src/services/PublicWaitlistOpportunityService.ts +12 -0
- package/src/services/ScheduledSessionsService.ts +30 -0
- package/src/services/WaitlistOpportunityReportService.ts +36 -0
- package/src/services/WaitlistOpportunityService.ts +30 -0
package/dist/reach-sdk.js
CHANGED
|
@@ -4359,6 +4359,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
4359
4359
|
includeVenue,
|
|
4360
4360
|
includeOffers,
|
|
4361
4361
|
excludeArchived,
|
|
4362
|
+
excludePrivate,
|
|
4362
4363
|
pageNumber,
|
|
4363
4364
|
take,
|
|
4364
4365
|
skip,
|
|
@@ -4392,6 +4393,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
4392
4393
|
IncludeVenue: includeVenue,
|
|
4393
4394
|
IncludeOffers: includeOffers,
|
|
4394
4395
|
ExcludeArchived: excludeArchived,
|
|
4396
|
+
ExcludePrivate: excludePrivate,
|
|
4395
4397
|
PageNumber: pageNumber,
|
|
4396
4398
|
Take: take,
|
|
4397
4399
|
Skip: skip,
|
|
@@ -4497,6 +4499,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
4497
4499
|
includeVenue,
|
|
4498
4500
|
includeOffers,
|
|
4499
4501
|
excludeArchived,
|
|
4502
|
+
excludePrivate,
|
|
4500
4503
|
pageNumber,
|
|
4501
4504
|
take,
|
|
4502
4505
|
skip,
|
|
@@ -4530,6 +4533,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
4530
4533
|
IncludeVenue: includeVenue,
|
|
4531
4534
|
IncludeOffers: includeOffers,
|
|
4532
4535
|
ExcludeArchived: excludeArchived,
|
|
4536
|
+
ExcludePrivate: excludePrivate,
|
|
4533
4537
|
PageNumber: pageNumber,
|
|
4534
4538
|
Take: take,
|
|
4535
4539
|
Skip: skip,
|
|
@@ -4572,6 +4576,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
4572
4576
|
includeVenue,
|
|
4573
4577
|
includeOffers,
|
|
4574
4578
|
excludeArchived,
|
|
4579
|
+
excludePrivate,
|
|
4575
4580
|
pageNumber,
|
|
4576
4581
|
take,
|
|
4577
4582
|
skip,
|
|
@@ -4605,6 +4610,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
4605
4610
|
IncludeVenue: includeVenue,
|
|
4606
4611
|
IncludeOffers: includeOffers,
|
|
4607
4612
|
ExcludeArchived: excludeArchived,
|
|
4613
|
+
ExcludePrivate: excludePrivate,
|
|
4608
4614
|
PageNumber: pageNumber,
|
|
4609
4615
|
Take: take,
|
|
4610
4616
|
Skip: skip,
|
|
@@ -4647,6 +4653,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
4647
4653
|
includeVenue,
|
|
4648
4654
|
includeOffers,
|
|
4649
4655
|
excludeArchived,
|
|
4656
|
+
excludePrivate,
|
|
4650
4657
|
pageNumber,
|
|
4651
4658
|
take,
|
|
4652
4659
|
skip,
|
|
@@ -4680,6 +4687,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
4680
4687
|
IncludeVenue: includeVenue,
|
|
4681
4688
|
IncludeOffers: includeOffers,
|
|
4682
4689
|
ExcludeArchived: excludeArchived,
|
|
4690
|
+
ExcludePrivate: excludePrivate,
|
|
4683
4691
|
PageNumber: pageNumber,
|
|
4684
4692
|
Take: take,
|
|
4685
4693
|
Skip: skip,
|
|
@@ -4722,6 +4730,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
4722
4730
|
includeVenue,
|
|
4723
4731
|
includeOffers,
|
|
4724
4732
|
excludeArchived,
|
|
4733
|
+
excludePrivate,
|
|
4725
4734
|
pageNumber,
|
|
4726
4735
|
take,
|
|
4727
4736
|
skip,
|
|
@@ -4755,6 +4764,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
4755
4764
|
IncludeVenue: includeVenue,
|
|
4756
4765
|
IncludeOffers: includeOffers,
|
|
4757
4766
|
ExcludeArchived: excludeArchived,
|
|
4767
|
+
ExcludePrivate: excludePrivate,
|
|
4758
4768
|
PageNumber: pageNumber,
|
|
4759
4769
|
Take: take,
|
|
4760
4770
|
Skip: skip,
|
|
@@ -24572,6 +24582,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
24572
24582
|
includeOrders,
|
|
24573
24583
|
hasAvailability,
|
|
24574
24584
|
excludeArchived,
|
|
24585
|
+
excludePrivate,
|
|
24575
24586
|
orderFirstNameContains,
|
|
24576
24587
|
orderLastNameContains,
|
|
24577
24588
|
sortBy,
|
|
@@ -24618,6 +24629,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
24618
24629
|
IncludeOrders: includeOrders,
|
|
24619
24630
|
HasAvailability: hasAvailability,
|
|
24620
24631
|
ExcludeArchived: excludeArchived,
|
|
24632
|
+
ExcludePrivate: excludePrivate,
|
|
24621
24633
|
OrderFirstNameContains: orderFirstNameContains,
|
|
24622
24634
|
OrderLastNameContains: orderLastNameContains,
|
|
24623
24635
|
SortBy: sortBy,
|
|
@@ -24767,6 +24779,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
24767
24779
|
includeOrders,
|
|
24768
24780
|
hasAvailability,
|
|
24769
24781
|
excludeArchived,
|
|
24782
|
+
excludePrivate,
|
|
24770
24783
|
orderFirstNameContains,
|
|
24771
24784
|
orderLastNameContains,
|
|
24772
24785
|
sortBy,
|
|
@@ -24813,6 +24826,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
24813
24826
|
IncludeOrders: includeOrders,
|
|
24814
24827
|
HasAvailability: hasAvailability,
|
|
24815
24828
|
ExcludeArchived: excludeArchived,
|
|
24829
|
+
ExcludePrivate: excludePrivate,
|
|
24816
24830
|
OrderFirstNameContains: orderFirstNameContains,
|
|
24817
24831
|
OrderLastNameContains: orderLastNameContains,
|
|
24818
24832
|
SortBy: sortBy,
|
|
@@ -25078,6 +25092,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
25078
25092
|
includeOrders,
|
|
25079
25093
|
hasAvailability,
|
|
25080
25094
|
excludeArchived,
|
|
25095
|
+
excludePrivate,
|
|
25081
25096
|
orderFirstNameContains,
|
|
25082
25097
|
orderLastNameContains,
|
|
25083
25098
|
sortBy,
|
|
@@ -25124,6 +25139,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
25124
25139
|
IncludeOrders: includeOrders,
|
|
25125
25140
|
HasAvailability: hasAvailability,
|
|
25126
25141
|
ExcludeArchived: excludeArchived,
|
|
25142
|
+
ExcludePrivate: excludePrivate,
|
|
25127
25143
|
OrderFirstNameContains: orderFirstNameContains,
|
|
25128
25144
|
OrderLastNameContains: orderLastNameContains,
|
|
25129
25145
|
SortBy: sortBy,
|
|
@@ -27659,6 +27675,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
27659
27675
|
courseId,
|
|
27660
27676
|
email,
|
|
27661
27677
|
futureOnly,
|
|
27678
|
+
converted,
|
|
27662
27679
|
pageNumber,
|
|
27663
27680
|
take,
|
|
27664
27681
|
skip,
|
|
@@ -27684,6 +27701,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
27684
27701
|
CourseId: courseId,
|
|
27685
27702
|
Email: email,
|
|
27686
27703
|
FutureOnly: futureOnly,
|
|
27704
|
+
Converted: converted,
|
|
27687
27705
|
PageNumber: pageNumber,
|
|
27688
27706
|
Take: take,
|
|
27689
27707
|
Skip: skip,
|
|
@@ -27766,6 +27784,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
27766
27784
|
courseId,
|
|
27767
27785
|
email,
|
|
27768
27786
|
futureOnly,
|
|
27787
|
+
converted,
|
|
27769
27788
|
pageNumber,
|
|
27770
27789
|
take,
|
|
27771
27790
|
skip,
|
|
@@ -27791,6 +27810,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
27791
27810
|
CourseId: courseId,
|
|
27792
27811
|
Email: email,
|
|
27793
27812
|
FutureOnly: futureOnly,
|
|
27813
|
+
Converted: converted,
|
|
27794
27814
|
PageNumber: pageNumber,
|
|
27795
27815
|
Take: take,
|
|
27796
27816
|
Skip: skip,
|
|
@@ -29446,6 +29466,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
29446
29466
|
includeOrders,
|
|
29447
29467
|
hasAvailability,
|
|
29448
29468
|
excludeArchived,
|
|
29469
|
+
excludePrivate,
|
|
29449
29470
|
orderFirstNameContains,
|
|
29450
29471
|
orderLastNameContains,
|
|
29451
29472
|
sortBy,
|
|
@@ -29489,6 +29510,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
29489
29510
|
IncludeOrders: includeOrders,
|
|
29490
29511
|
HasAvailability: hasAvailability,
|
|
29491
29512
|
ExcludeArchived: excludeArchived,
|
|
29513
|
+
ExcludePrivate: excludePrivate,
|
|
29492
29514
|
OrderFirstNameContains: orderFirstNameContains,
|
|
29493
29515
|
OrderLastNameContains: orderLastNameContains,
|
|
29494
29516
|
SortBy: sortBy,
|
|
@@ -29604,6 +29626,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
29604
29626
|
includeOrders,
|
|
29605
29627
|
hasAvailability,
|
|
29606
29628
|
excludeArchived,
|
|
29629
|
+
excludePrivate,
|
|
29607
29630
|
orderFirstNameContains,
|
|
29608
29631
|
orderLastNameContains,
|
|
29609
29632
|
sortBy,
|
|
@@ -29647,6 +29670,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
29647
29670
|
IncludeOrders: includeOrders,
|
|
29648
29671
|
HasAvailability: hasAvailability,
|
|
29649
29672
|
ExcludeArchived: excludeArchived,
|
|
29673
|
+
ExcludePrivate: excludePrivate,
|
|
29650
29674
|
OrderFirstNameContains: orderFirstNameContains,
|
|
29651
29675
|
OrderLastNameContains: orderLastNameContains,
|
|
29652
29676
|
SortBy: sortBy,
|
|
@@ -29699,6 +29723,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
29699
29723
|
includeOrders,
|
|
29700
29724
|
hasAvailability,
|
|
29701
29725
|
excludeArchived,
|
|
29726
|
+
excludePrivate,
|
|
29702
29727
|
orderFirstNameContains,
|
|
29703
29728
|
orderLastNameContains,
|
|
29704
29729
|
sortBy,
|
|
@@ -29742,6 +29767,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
29742
29767
|
IncludeOrders: includeOrders,
|
|
29743
29768
|
HasAvailability: hasAvailability,
|
|
29744
29769
|
ExcludeArchived: excludeArchived,
|
|
29770
|
+
ExcludePrivate: excludePrivate,
|
|
29745
29771
|
OrderFirstNameContains: orderFirstNameContains,
|
|
29746
29772
|
OrderLastNameContains: orderLastNameContains,
|
|
29747
29773
|
SortBy: sortBy,
|
|
@@ -29794,6 +29820,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
29794
29820
|
includeOrders,
|
|
29795
29821
|
hasAvailability,
|
|
29796
29822
|
excludeArchived,
|
|
29823
|
+
excludePrivate,
|
|
29797
29824
|
orderFirstNameContains,
|
|
29798
29825
|
orderLastNameContains,
|
|
29799
29826
|
sortBy,
|
|
@@ -29837,6 +29864,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
29837
29864
|
IncludeOrders: includeOrders,
|
|
29838
29865
|
HasAvailability: hasAvailability,
|
|
29839
29866
|
ExcludeArchived: excludeArchived,
|
|
29867
|
+
ExcludePrivate: excludePrivate,
|
|
29840
29868
|
OrderFirstNameContains: orderFirstNameContains,
|
|
29841
29869
|
OrderLastNameContains: orderLastNameContains,
|
|
29842
29870
|
SortBy: sortBy,
|
|
@@ -29889,6 +29917,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
29889
29917
|
includeOrders,
|
|
29890
29918
|
hasAvailability,
|
|
29891
29919
|
excludeArchived,
|
|
29920
|
+
excludePrivate,
|
|
29892
29921
|
orderFirstNameContains,
|
|
29893
29922
|
orderLastNameContains,
|
|
29894
29923
|
sortBy,
|
|
@@ -29932,6 +29961,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
29932
29961
|
IncludeOrders: includeOrders,
|
|
29933
29962
|
HasAvailability: hasAvailability,
|
|
29934
29963
|
ExcludeArchived: excludeArchived,
|
|
29964
|
+
ExcludePrivate: excludePrivate,
|
|
29935
29965
|
OrderFirstNameContains: orderFirstNameContains,
|
|
29936
29966
|
OrderLastNameContains: orderLastNameContains,
|
|
29937
29967
|
SortBy: sortBy,
|
|
@@ -44459,6 +44489,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
44459
44489
|
courseId,
|
|
44460
44490
|
email,
|
|
44461
44491
|
futureOnly,
|
|
44492
|
+
converted,
|
|
44462
44493
|
pageNumber,
|
|
44463
44494
|
take,
|
|
44464
44495
|
skip,
|
|
@@ -44481,6 +44512,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
44481
44512
|
CourseId: courseId,
|
|
44482
44513
|
Email: email,
|
|
44483
44514
|
FutureOnly: futureOnly,
|
|
44515
|
+
Converted: converted,
|
|
44484
44516
|
PageNumber: pageNumber,
|
|
44485
44517
|
Take: take,
|
|
44486
44518
|
Skip: skip,
|
|
@@ -44575,6 +44607,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
44575
44607
|
courseId,
|
|
44576
44608
|
email,
|
|
44577
44609
|
futureOnly,
|
|
44610
|
+
converted,
|
|
44578
44611
|
pageNumber,
|
|
44579
44612
|
take,
|
|
44580
44613
|
skip,
|
|
@@ -44597,6 +44630,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
44597
44630
|
CourseId: courseId,
|
|
44598
44631
|
Email: email,
|
|
44599
44632
|
FutureOnly: futureOnly,
|
|
44633
|
+
Converted: converted,
|
|
44600
44634
|
PageNumber: pageNumber,
|
|
44601
44635
|
Take: take,
|
|
44602
44636
|
Skip: skip,
|
|
@@ -44628,6 +44662,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
44628
44662
|
courseId,
|
|
44629
44663
|
email,
|
|
44630
44664
|
futureOnly,
|
|
44665
|
+
converted,
|
|
44631
44666
|
pageNumber,
|
|
44632
44667
|
take,
|
|
44633
44668
|
skip,
|
|
@@ -44650,6 +44685,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
44650
44685
|
CourseId: courseId,
|
|
44651
44686
|
Email: email,
|
|
44652
44687
|
FutureOnly: futureOnly,
|
|
44688
|
+
Converted: converted,
|
|
44653
44689
|
PageNumber: pageNumber,
|
|
44654
44690
|
Take: take,
|
|
44655
44691
|
Skip: skip,
|
|
@@ -44681,6 +44717,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
44681
44717
|
courseId,
|
|
44682
44718
|
email,
|
|
44683
44719
|
futureOnly,
|
|
44720
|
+
converted,
|
|
44684
44721
|
pageNumber,
|
|
44685
44722
|
take,
|
|
44686
44723
|
skip,
|
|
@@ -44703,6 +44740,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
44703
44740
|
CourseId: courseId,
|
|
44704
44741
|
Email: email,
|
|
44705
44742
|
FutureOnly: futureOnly,
|
|
44743
|
+
Converted: converted,
|
|
44706
44744
|
PageNumber: pageNumber,
|
|
44707
44745
|
Take: take,
|
|
44708
44746
|
Skip: skip,
|
|
@@ -44734,6 +44772,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
44734
44772
|
courseId,
|
|
44735
44773
|
email,
|
|
44736
44774
|
futureOnly,
|
|
44775
|
+
converted,
|
|
44737
44776
|
pageNumber,
|
|
44738
44777
|
take,
|
|
44739
44778
|
skip,
|
|
@@ -44756,6 +44795,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
44756
44795
|
CourseId: courseId,
|
|
44757
44796
|
Email: email,
|
|
44758
44797
|
FutureOnly: futureOnly,
|
|
44798
|
+
Converted: converted,
|
|
44759
44799
|
PageNumber: pageNumber,
|
|
44760
44800
|
Take: take,
|
|
44761
44801
|
Skip: skip,
|
|
@@ -44792,6 +44832,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
44792
44832
|
courseId,
|
|
44793
44833
|
email,
|
|
44794
44834
|
futureOnly,
|
|
44835
|
+
converted,
|
|
44795
44836
|
pageNumber,
|
|
44796
44837
|
take,
|
|
44797
44838
|
skip,
|
|
@@ -44815,6 +44856,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
44815
44856
|
CourseId: courseId,
|
|
44816
44857
|
Email: email,
|
|
44817
44858
|
FutureOnly: futureOnly,
|
|
44859
|
+
Converted: converted,
|
|
44818
44860
|
PageNumber: pageNumber,
|
|
44819
44861
|
Take: take,
|
|
44820
44862
|
Skip: skip,
|
|
@@ -44964,6 +45006,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
44964
45006
|
courseId,
|
|
44965
45007
|
email,
|
|
44966
45008
|
futureOnly,
|
|
45009
|
+
converted,
|
|
44967
45010
|
pageNumber,
|
|
44968
45011
|
take,
|
|
44969
45012
|
skip,
|
|
@@ -44986,6 +45029,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
44986
45029
|
CourseId: courseId,
|
|
44987
45030
|
Email: email,
|
|
44988
45031
|
FutureOnly: futureOnly,
|
|
45032
|
+
Converted: converted,
|
|
44989
45033
|
PageNumber: pageNumber,
|
|
44990
45034
|
Take: take,
|
|
44991
45035
|
Skip: skip,
|
|
@@ -45080,6 +45124,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
45080
45124
|
courseId,
|
|
45081
45125
|
email,
|
|
45082
45126
|
futureOnly,
|
|
45127
|
+
converted,
|
|
45083
45128
|
pageNumber,
|
|
45084
45129
|
take,
|
|
45085
45130
|
skip,
|
|
@@ -45102,6 +45147,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
45102
45147
|
CourseId: courseId,
|
|
45103
45148
|
Email: email,
|
|
45104
45149
|
FutureOnly: futureOnly,
|
|
45150
|
+
Converted: converted,
|
|
45105
45151
|
PageNumber: pageNumber,
|
|
45106
45152
|
Take: take,
|
|
45107
45153
|
Skip: skip,
|
|
@@ -45133,6 +45179,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
45133
45179
|
courseId,
|
|
45134
45180
|
email,
|
|
45135
45181
|
futureOnly,
|
|
45182
|
+
converted,
|
|
45136
45183
|
pageNumber,
|
|
45137
45184
|
take,
|
|
45138
45185
|
skip,
|
|
@@ -45155,6 +45202,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
45155
45202
|
CourseId: courseId,
|
|
45156
45203
|
Email: email,
|
|
45157
45204
|
FutureOnly: futureOnly,
|
|
45205
|
+
Converted: converted,
|
|
45158
45206
|
PageNumber: pageNumber,
|
|
45159
45207
|
Take: take,
|
|
45160
45208
|
Skip: skip,
|
|
@@ -45186,6 +45234,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
45186
45234
|
courseId,
|
|
45187
45235
|
email,
|
|
45188
45236
|
futureOnly,
|
|
45237
|
+
converted,
|
|
45189
45238
|
pageNumber,
|
|
45190
45239
|
take,
|
|
45191
45240
|
skip,
|
|
@@ -45208,6 +45257,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
45208
45257
|
CourseId: courseId,
|
|
45209
45258
|
Email: email,
|
|
45210
45259
|
FutureOnly: futureOnly,
|
|
45260
|
+
Converted: converted,
|
|
45211
45261
|
PageNumber: pageNumber,
|
|
45212
45262
|
Take: take,
|
|
45213
45263
|
Skip: skip,
|
|
@@ -45239,6 +45289,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
45239
45289
|
courseId,
|
|
45240
45290
|
email,
|
|
45241
45291
|
futureOnly,
|
|
45292
|
+
converted,
|
|
45242
45293
|
pageNumber,
|
|
45243
45294
|
take,
|
|
45244
45295
|
skip,
|
|
@@ -45261,6 +45312,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
45261
45312
|
CourseId: courseId,
|
|
45262
45313
|
Email: email,
|
|
45263
45314
|
FutureOnly: futureOnly,
|
|
45315
|
+
Converted: converted,
|
|
45264
45316
|
PageNumber: pageNumber,
|
|
45265
45317
|
Take: take,
|
|
45266
45318
|
Skip: skip,
|