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
|
@@ -394,6 +394,7 @@ export class ScheduledSessionsService {
|
|
|
394
394
|
includeOrders,
|
|
395
395
|
hasAvailability,
|
|
396
396
|
excludeArchived,
|
|
397
|
+
excludePrivate,
|
|
397
398
|
orderFirstNameContains,
|
|
398
399
|
orderLastNameContains,
|
|
399
400
|
sortBy,
|
|
@@ -502,6 +503,10 @@ export class ScheduledSessionsService {
|
|
|
502
503
|
* Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
|
|
503
504
|
*/
|
|
504
505
|
excludeArchived?: boolean;
|
|
506
|
+
/**
|
|
507
|
+
* Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
|
|
508
|
+
*/
|
|
509
|
+
excludePrivate?: boolean;
|
|
505
510
|
/**
|
|
506
511
|
* Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
|
|
507
512
|
*/
|
|
@@ -590,6 +595,7 @@ export class ScheduledSessionsService {
|
|
|
590
595
|
IncludeOrders: includeOrders,
|
|
591
596
|
HasAvailability: hasAvailability,
|
|
592
597
|
ExcludeArchived: excludeArchived,
|
|
598
|
+
ExcludePrivate: excludePrivate,
|
|
593
599
|
OrderFirstNameContains: orderFirstNameContains,
|
|
594
600
|
OrderLastNameContains: orderLastNameContains,
|
|
595
601
|
SortBy: sortBy,
|
|
@@ -724,6 +730,7 @@ export class ScheduledSessionsService {
|
|
|
724
730
|
includeOrders,
|
|
725
731
|
hasAvailability,
|
|
726
732
|
excludeArchived,
|
|
733
|
+
excludePrivate,
|
|
727
734
|
orderFirstNameContains,
|
|
728
735
|
orderLastNameContains,
|
|
729
736
|
sortBy,
|
|
@@ -832,6 +839,10 @@ export class ScheduledSessionsService {
|
|
|
832
839
|
* Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
|
|
833
840
|
*/
|
|
834
841
|
excludeArchived?: boolean;
|
|
842
|
+
/**
|
|
843
|
+
* Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
|
|
844
|
+
*/
|
|
845
|
+
excludePrivate?: boolean;
|
|
835
846
|
/**
|
|
836
847
|
* Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
|
|
837
848
|
*/
|
|
@@ -920,6 +931,7 @@ export class ScheduledSessionsService {
|
|
|
920
931
|
IncludeOrders: includeOrders,
|
|
921
932
|
HasAvailability: hasAvailability,
|
|
922
933
|
ExcludeArchived: excludeArchived,
|
|
934
|
+
ExcludePrivate: excludePrivate,
|
|
923
935
|
OrderFirstNameContains: orderFirstNameContains,
|
|
924
936
|
OrderLastNameContains: orderLastNameContains,
|
|
925
937
|
SortBy: sortBy,
|
|
@@ -973,6 +985,7 @@ export class ScheduledSessionsService {
|
|
|
973
985
|
includeOrders,
|
|
974
986
|
hasAvailability,
|
|
975
987
|
excludeArchived,
|
|
988
|
+
excludePrivate,
|
|
976
989
|
orderFirstNameContains,
|
|
977
990
|
orderLastNameContains,
|
|
978
991
|
sortBy,
|
|
@@ -1081,6 +1094,10 @@ export class ScheduledSessionsService {
|
|
|
1081
1094
|
* Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
|
|
1082
1095
|
*/
|
|
1083
1096
|
excludeArchived?: boolean;
|
|
1097
|
+
/**
|
|
1098
|
+
* Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
|
|
1099
|
+
*/
|
|
1100
|
+
excludePrivate?: boolean;
|
|
1084
1101
|
/**
|
|
1085
1102
|
* Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
|
|
1086
1103
|
*/
|
|
@@ -1169,6 +1186,7 @@ export class ScheduledSessionsService {
|
|
|
1169
1186
|
IncludeOrders: includeOrders,
|
|
1170
1187
|
HasAvailability: hasAvailability,
|
|
1171
1188
|
ExcludeArchived: excludeArchived,
|
|
1189
|
+
ExcludePrivate: excludePrivate,
|
|
1172
1190
|
OrderFirstNameContains: orderFirstNameContains,
|
|
1173
1191
|
OrderLastNameContains: orderLastNameContains,
|
|
1174
1192
|
SortBy: sortBy,
|
|
@@ -1222,6 +1240,7 @@ export class ScheduledSessionsService {
|
|
|
1222
1240
|
includeOrders,
|
|
1223
1241
|
hasAvailability,
|
|
1224
1242
|
excludeArchived,
|
|
1243
|
+
excludePrivate,
|
|
1225
1244
|
orderFirstNameContains,
|
|
1226
1245
|
orderLastNameContains,
|
|
1227
1246
|
sortBy,
|
|
@@ -1330,6 +1349,10 @@ export class ScheduledSessionsService {
|
|
|
1330
1349
|
* Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
|
|
1331
1350
|
*/
|
|
1332
1351
|
excludeArchived?: boolean;
|
|
1352
|
+
/**
|
|
1353
|
+
* Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
|
|
1354
|
+
*/
|
|
1355
|
+
excludePrivate?: boolean;
|
|
1333
1356
|
/**
|
|
1334
1357
|
* Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
|
|
1335
1358
|
*/
|
|
@@ -1418,6 +1441,7 @@ export class ScheduledSessionsService {
|
|
|
1418
1441
|
IncludeOrders: includeOrders,
|
|
1419
1442
|
HasAvailability: hasAvailability,
|
|
1420
1443
|
ExcludeArchived: excludeArchived,
|
|
1444
|
+
ExcludePrivate: excludePrivate,
|
|
1421
1445
|
OrderFirstNameContains: orderFirstNameContains,
|
|
1422
1446
|
OrderLastNameContains: orderLastNameContains,
|
|
1423
1447
|
SortBy: sortBy,
|
|
@@ -1471,6 +1495,7 @@ export class ScheduledSessionsService {
|
|
|
1471
1495
|
includeOrders,
|
|
1472
1496
|
hasAvailability,
|
|
1473
1497
|
excludeArchived,
|
|
1498
|
+
excludePrivate,
|
|
1474
1499
|
orderFirstNameContains,
|
|
1475
1500
|
orderLastNameContains,
|
|
1476
1501
|
sortBy,
|
|
@@ -1579,6 +1604,10 @@ export class ScheduledSessionsService {
|
|
|
1579
1604
|
* Gets or sets a value indicating whether to include scheduled sessions whose sessions have been archived.
|
|
1580
1605
|
*/
|
|
1581
1606
|
excludeArchived?: boolean;
|
|
1607
|
+
/**
|
|
1608
|
+
* Gets or sets a value indicating whether to exclude scheduled sessions whose sessions have been set to private.
|
|
1609
|
+
*/
|
|
1610
|
+
excludePrivate?: boolean;
|
|
1582
1611
|
/**
|
|
1583
1612
|
* Gets or sets a value indicating whether the scheduled session has an order where the orders first name contains the given value.
|
|
1584
1613
|
*/
|
|
@@ -1667,6 +1696,7 @@ export class ScheduledSessionsService {
|
|
|
1667
1696
|
IncludeOrders: includeOrders,
|
|
1668
1697
|
HasAvailability: hasAvailability,
|
|
1669
1698
|
ExcludeArchived: excludeArchived,
|
|
1699
|
+
ExcludePrivate: excludePrivate,
|
|
1670
1700
|
OrderFirstNameContains: orderFirstNameContains,
|
|
1671
1701
|
OrderLastNameContains: orderLastNameContains,
|
|
1672
1702
|
SortBy: sortBy,
|
|
@@ -28,6 +28,7 @@ export class WaitlistOpportunityReportService {
|
|
|
28
28
|
courseId,
|
|
29
29
|
email,
|
|
30
30
|
futureOnly,
|
|
31
|
+
converted,
|
|
31
32
|
pageNumber,
|
|
32
33
|
take,
|
|
33
34
|
skip,
|
|
@@ -65,6 +66,10 @@ export class WaitlistOpportunityReportService {
|
|
|
65
66
|
* Gets or sets a value indicating whether to filter for future opportunities only.
|
|
66
67
|
*/
|
|
67
68
|
futureOnly?: boolean;
|
|
69
|
+
/**
|
|
70
|
+
* Gets or sets a value indicating whether the waitlist opportunity is converted..
|
|
71
|
+
*/
|
|
72
|
+
converted?: boolean;
|
|
68
73
|
/**
|
|
69
74
|
* Gets or sets the page number for paged queries.
|
|
70
75
|
*/
|
|
@@ -126,6 +131,7 @@ export class WaitlistOpportunityReportService {
|
|
|
126
131
|
CourseId: courseId,
|
|
127
132
|
Email: email,
|
|
128
133
|
FutureOnly: futureOnly,
|
|
134
|
+
Converted: converted,
|
|
129
135
|
PageNumber: pageNumber,
|
|
130
136
|
Take: take,
|
|
131
137
|
Skip: skip,
|
|
@@ -307,6 +313,7 @@ export class WaitlistOpportunityReportService {
|
|
|
307
313
|
courseId,
|
|
308
314
|
email,
|
|
309
315
|
futureOnly,
|
|
316
|
+
converted,
|
|
310
317
|
pageNumber,
|
|
311
318
|
take,
|
|
312
319
|
skip,
|
|
@@ -343,6 +350,10 @@ export class WaitlistOpportunityReportService {
|
|
|
343
350
|
* Gets or sets a value indicating whether to filter for future opportunities only.
|
|
344
351
|
*/
|
|
345
352
|
futureOnly?: boolean;
|
|
353
|
+
/**
|
|
354
|
+
* Gets or sets a value indicating whether the waitlist opportunity is converted..
|
|
355
|
+
*/
|
|
356
|
+
converted?: boolean;
|
|
346
357
|
/**
|
|
347
358
|
* Gets or sets the page number for paged queries.
|
|
348
359
|
*/
|
|
@@ -398,6 +409,7 @@ export class WaitlistOpportunityReportService {
|
|
|
398
409
|
CourseId: courseId,
|
|
399
410
|
Email: email,
|
|
400
411
|
FutureOnly: futureOnly,
|
|
412
|
+
Converted: converted,
|
|
401
413
|
PageNumber: pageNumber,
|
|
402
414
|
Take: take,
|
|
403
415
|
Skip: skip,
|
|
@@ -511,6 +523,7 @@ export class WaitlistOpportunityReportService {
|
|
|
511
523
|
courseId,
|
|
512
524
|
email,
|
|
513
525
|
futureOnly,
|
|
526
|
+
converted,
|
|
514
527
|
pageNumber,
|
|
515
528
|
take,
|
|
516
529
|
skip,
|
|
@@ -547,6 +560,10 @@ export class WaitlistOpportunityReportService {
|
|
|
547
560
|
* Gets or sets a value indicating whether to filter for future opportunities only.
|
|
548
561
|
*/
|
|
549
562
|
futureOnly?: boolean;
|
|
563
|
+
/**
|
|
564
|
+
* Gets or sets a value indicating whether the waitlist opportunity is converted..
|
|
565
|
+
*/
|
|
566
|
+
converted?: boolean;
|
|
550
567
|
/**
|
|
551
568
|
* Gets or sets the page number for paged queries.
|
|
552
569
|
*/
|
|
@@ -602,6 +619,7 @@ export class WaitlistOpportunityReportService {
|
|
|
602
619
|
CourseId: courseId,
|
|
603
620
|
Email: email,
|
|
604
621
|
FutureOnly: futureOnly,
|
|
622
|
+
Converted: converted,
|
|
605
623
|
PageNumber: pageNumber,
|
|
606
624
|
Take: take,
|
|
607
625
|
Skip: skip,
|
|
@@ -634,6 +652,7 @@ export class WaitlistOpportunityReportService {
|
|
|
634
652
|
courseId,
|
|
635
653
|
email,
|
|
636
654
|
futureOnly,
|
|
655
|
+
converted,
|
|
637
656
|
pageNumber,
|
|
638
657
|
take,
|
|
639
658
|
skip,
|
|
@@ -670,6 +689,10 @@ export class WaitlistOpportunityReportService {
|
|
|
670
689
|
* Gets or sets a value indicating whether to filter for future opportunities only.
|
|
671
690
|
*/
|
|
672
691
|
futureOnly?: boolean;
|
|
692
|
+
/**
|
|
693
|
+
* Gets or sets a value indicating whether the waitlist opportunity is converted..
|
|
694
|
+
*/
|
|
695
|
+
converted?: boolean;
|
|
673
696
|
/**
|
|
674
697
|
* Gets or sets the page number for paged queries.
|
|
675
698
|
*/
|
|
@@ -725,6 +748,7 @@ export class WaitlistOpportunityReportService {
|
|
|
725
748
|
CourseId: courseId,
|
|
726
749
|
Email: email,
|
|
727
750
|
FutureOnly: futureOnly,
|
|
751
|
+
Converted: converted,
|
|
728
752
|
PageNumber: pageNumber,
|
|
729
753
|
Take: take,
|
|
730
754
|
Skip: skip,
|
|
@@ -757,6 +781,7 @@ export class WaitlistOpportunityReportService {
|
|
|
757
781
|
courseId,
|
|
758
782
|
email,
|
|
759
783
|
futureOnly,
|
|
784
|
+
converted,
|
|
760
785
|
pageNumber,
|
|
761
786
|
take,
|
|
762
787
|
skip,
|
|
@@ -793,6 +818,10 @@ export class WaitlistOpportunityReportService {
|
|
|
793
818
|
* Gets or sets a value indicating whether to filter for future opportunities only.
|
|
794
819
|
*/
|
|
795
820
|
futureOnly?: boolean;
|
|
821
|
+
/**
|
|
822
|
+
* Gets or sets a value indicating whether the waitlist opportunity is converted..
|
|
823
|
+
*/
|
|
824
|
+
converted?: boolean;
|
|
796
825
|
/**
|
|
797
826
|
* Gets or sets the page number for paged queries.
|
|
798
827
|
*/
|
|
@@ -848,6 +877,7 @@ export class WaitlistOpportunityReportService {
|
|
|
848
877
|
CourseId: courseId,
|
|
849
878
|
Email: email,
|
|
850
879
|
FutureOnly: futureOnly,
|
|
880
|
+
Converted: converted,
|
|
851
881
|
PageNumber: pageNumber,
|
|
852
882
|
Take: take,
|
|
853
883
|
Skip: skip,
|
|
@@ -880,6 +910,7 @@ export class WaitlistOpportunityReportService {
|
|
|
880
910
|
courseId,
|
|
881
911
|
email,
|
|
882
912
|
futureOnly,
|
|
913
|
+
converted,
|
|
883
914
|
pageNumber,
|
|
884
915
|
take,
|
|
885
916
|
skip,
|
|
@@ -916,6 +947,10 @@ export class WaitlistOpportunityReportService {
|
|
|
916
947
|
* Gets or sets a value indicating whether to filter for future opportunities only.
|
|
917
948
|
*/
|
|
918
949
|
futureOnly?: boolean;
|
|
950
|
+
/**
|
|
951
|
+
* Gets or sets a value indicating whether the waitlist opportunity is converted..
|
|
952
|
+
*/
|
|
953
|
+
converted?: boolean;
|
|
919
954
|
/**
|
|
920
955
|
* Gets or sets the page number for paged queries.
|
|
921
956
|
*/
|
|
@@ -971,6 +1006,7 @@ export class WaitlistOpportunityReportService {
|
|
|
971
1006
|
CourseId: courseId,
|
|
972
1007
|
Email: email,
|
|
973
1008
|
FutureOnly: futureOnly,
|
|
1009
|
+
Converted: converted,
|
|
974
1010
|
PageNumber: pageNumber,
|
|
975
1011
|
Take: take,
|
|
976
1012
|
Skip: skip,
|
|
@@ -156,6 +156,7 @@ export class WaitlistOpportunityService {
|
|
|
156
156
|
courseId,
|
|
157
157
|
email,
|
|
158
158
|
futureOnly,
|
|
159
|
+
converted,
|
|
159
160
|
pageNumber,
|
|
160
161
|
take,
|
|
161
162
|
skip,
|
|
@@ -192,6 +193,10 @@ export class WaitlistOpportunityService {
|
|
|
192
193
|
* Gets or sets a value indicating whether to filter for future opportunities only.
|
|
193
194
|
*/
|
|
194
195
|
futureOnly?: boolean;
|
|
196
|
+
/**
|
|
197
|
+
* Gets or sets a value indicating whether the waitlist opportunity is converted..
|
|
198
|
+
*/
|
|
199
|
+
converted?: boolean;
|
|
195
200
|
/**
|
|
196
201
|
* Gets or sets the page number for paged queries.
|
|
197
202
|
*/
|
|
@@ -247,6 +252,7 @@ export class WaitlistOpportunityService {
|
|
|
247
252
|
CourseId: courseId,
|
|
248
253
|
Email: email,
|
|
249
254
|
FutureOnly: futureOnly,
|
|
255
|
+
Converted: converted,
|
|
250
256
|
PageNumber: pageNumber,
|
|
251
257
|
Take: take,
|
|
252
258
|
Skip: skip,
|
|
@@ -360,6 +366,7 @@ export class WaitlistOpportunityService {
|
|
|
360
366
|
courseId,
|
|
361
367
|
email,
|
|
362
368
|
futureOnly,
|
|
369
|
+
converted,
|
|
363
370
|
pageNumber,
|
|
364
371
|
take,
|
|
365
372
|
skip,
|
|
@@ -396,6 +403,10 @@ export class WaitlistOpportunityService {
|
|
|
396
403
|
* Gets or sets a value indicating whether to filter for future opportunities only.
|
|
397
404
|
*/
|
|
398
405
|
futureOnly?: boolean;
|
|
406
|
+
/**
|
|
407
|
+
* Gets or sets a value indicating whether the waitlist opportunity is converted..
|
|
408
|
+
*/
|
|
409
|
+
converted?: boolean;
|
|
399
410
|
/**
|
|
400
411
|
* Gets or sets the page number for paged queries.
|
|
401
412
|
*/
|
|
@@ -451,6 +462,7 @@ export class WaitlistOpportunityService {
|
|
|
451
462
|
CourseId: courseId,
|
|
452
463
|
Email: email,
|
|
453
464
|
FutureOnly: futureOnly,
|
|
465
|
+
Converted: converted,
|
|
454
466
|
PageNumber: pageNumber,
|
|
455
467
|
Take: take,
|
|
456
468
|
Skip: skip,
|
|
@@ -483,6 +495,7 @@ export class WaitlistOpportunityService {
|
|
|
483
495
|
courseId,
|
|
484
496
|
email,
|
|
485
497
|
futureOnly,
|
|
498
|
+
converted,
|
|
486
499
|
pageNumber,
|
|
487
500
|
take,
|
|
488
501
|
skip,
|
|
@@ -519,6 +532,10 @@ export class WaitlistOpportunityService {
|
|
|
519
532
|
* Gets or sets a value indicating whether to filter for future opportunities only.
|
|
520
533
|
*/
|
|
521
534
|
futureOnly?: boolean;
|
|
535
|
+
/**
|
|
536
|
+
* Gets or sets a value indicating whether the waitlist opportunity is converted..
|
|
537
|
+
*/
|
|
538
|
+
converted?: boolean;
|
|
522
539
|
/**
|
|
523
540
|
* Gets or sets the page number for paged queries.
|
|
524
541
|
*/
|
|
@@ -574,6 +591,7 @@ export class WaitlistOpportunityService {
|
|
|
574
591
|
CourseId: courseId,
|
|
575
592
|
Email: email,
|
|
576
593
|
FutureOnly: futureOnly,
|
|
594
|
+
Converted: converted,
|
|
577
595
|
PageNumber: pageNumber,
|
|
578
596
|
Take: take,
|
|
579
597
|
Skip: skip,
|
|
@@ -606,6 +624,7 @@ export class WaitlistOpportunityService {
|
|
|
606
624
|
courseId,
|
|
607
625
|
email,
|
|
608
626
|
futureOnly,
|
|
627
|
+
converted,
|
|
609
628
|
pageNumber,
|
|
610
629
|
take,
|
|
611
630
|
skip,
|
|
@@ -642,6 +661,10 @@ export class WaitlistOpportunityService {
|
|
|
642
661
|
* Gets or sets a value indicating whether to filter for future opportunities only.
|
|
643
662
|
*/
|
|
644
663
|
futureOnly?: boolean;
|
|
664
|
+
/**
|
|
665
|
+
* Gets or sets a value indicating whether the waitlist opportunity is converted..
|
|
666
|
+
*/
|
|
667
|
+
converted?: boolean;
|
|
645
668
|
/**
|
|
646
669
|
* Gets or sets the page number for paged queries.
|
|
647
670
|
*/
|
|
@@ -697,6 +720,7 @@ export class WaitlistOpportunityService {
|
|
|
697
720
|
CourseId: courseId,
|
|
698
721
|
Email: email,
|
|
699
722
|
FutureOnly: futureOnly,
|
|
723
|
+
Converted: converted,
|
|
700
724
|
PageNumber: pageNumber,
|
|
701
725
|
Take: take,
|
|
702
726
|
Skip: skip,
|
|
@@ -729,6 +753,7 @@ export class WaitlistOpportunityService {
|
|
|
729
753
|
courseId,
|
|
730
754
|
email,
|
|
731
755
|
futureOnly,
|
|
756
|
+
converted,
|
|
732
757
|
pageNumber,
|
|
733
758
|
take,
|
|
734
759
|
skip,
|
|
@@ -765,6 +790,10 @@ export class WaitlistOpportunityService {
|
|
|
765
790
|
* Gets or sets a value indicating whether to filter for future opportunities only.
|
|
766
791
|
*/
|
|
767
792
|
futureOnly?: boolean;
|
|
793
|
+
/**
|
|
794
|
+
* Gets or sets a value indicating whether the waitlist opportunity is converted..
|
|
795
|
+
*/
|
|
796
|
+
converted?: boolean;
|
|
768
797
|
/**
|
|
769
798
|
* Gets or sets the page number for paged queries.
|
|
770
799
|
*/
|
|
@@ -820,6 +849,7 @@ export class WaitlistOpportunityService {
|
|
|
820
849
|
CourseId: courseId,
|
|
821
850
|
Email: email,
|
|
822
851
|
FutureOnly: futureOnly,
|
|
852
|
+
Converted: converted,
|
|
823
853
|
PageNumber: pageNumber,
|
|
824
854
|
Take: take,
|
|
825
855
|
Skip: skip,
|