reach-api-sdk 1.0.195 → 1.0.196
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 +96 -18
- package/dist/reach-sdk.js +52 -0
- package/package.json +1 -1
- package/src/definition/swagger.yaml +145 -0
- package/src/services/DiscountCodeUsesService.ts +31 -0
- package/src/services/PublicWaitlistOpportunityService.ts +12 -0
- package/src/services/WaitlistOpportunityReportService.ts +53 -0
- package/src/services/WaitlistOpportunityService.ts +30 -0
|
@@ -19626,6 +19626,13 @@ paths:
|
|
|
19626
19626
|
schema:
|
|
19627
19627
|
type: string
|
|
19628
19628
|
format: uuid
|
|
19629
|
+
- name: OrderStages
|
|
19630
|
+
in: query
|
|
19631
|
+
description: Gets or sets the queryable order stages.
|
|
19632
|
+
schema:
|
|
19633
|
+
type: array
|
|
19634
|
+
items:
|
|
19635
|
+
$ref: '#/components/schemas/OrderStage'
|
|
19629
19636
|
- name: PageNumber
|
|
19630
19637
|
in: query
|
|
19631
19638
|
description: Gets or sets the page number for paged queries.
|
|
@@ -19943,6 +19950,13 @@ paths:
|
|
|
19943
19950
|
schema:
|
|
19944
19951
|
type: string
|
|
19945
19952
|
format: uuid
|
|
19953
|
+
- name: OrderStages
|
|
19954
|
+
in: query
|
|
19955
|
+
description: Gets or sets the queryable order stages.
|
|
19956
|
+
schema:
|
|
19957
|
+
type: array
|
|
19958
|
+
items:
|
|
19959
|
+
$ref: '#/components/schemas/OrderStage'
|
|
19946
19960
|
- name: PageNumber
|
|
19947
19961
|
in: query
|
|
19948
19962
|
description: Gets or sets the page number for paged queries.
|
|
@@ -20082,6 +20096,13 @@ paths:
|
|
|
20082
20096
|
schema:
|
|
20083
20097
|
type: string
|
|
20084
20098
|
format: uuid
|
|
20099
|
+
- name: OrderStages
|
|
20100
|
+
in: query
|
|
20101
|
+
description: Gets or sets the queryable order stages.
|
|
20102
|
+
schema:
|
|
20103
|
+
type: array
|
|
20104
|
+
items:
|
|
20105
|
+
$ref: '#/components/schemas/OrderStage'
|
|
20085
20106
|
- name: PageNumber
|
|
20086
20107
|
in: query
|
|
20087
20108
|
description: Gets or sets the page number for paged queries.
|
|
@@ -20224,6 +20245,13 @@ paths:
|
|
|
20224
20245
|
schema:
|
|
20225
20246
|
type: string
|
|
20226
20247
|
format: uuid
|
|
20248
|
+
- name: OrderStages
|
|
20249
|
+
in: query
|
|
20250
|
+
description: Gets or sets the queryable order stages.
|
|
20251
|
+
schema:
|
|
20252
|
+
type: array
|
|
20253
|
+
items:
|
|
20254
|
+
$ref: '#/components/schemas/OrderStage'
|
|
20227
20255
|
- name: PageNumber
|
|
20228
20256
|
in: query
|
|
20229
20257
|
description: Gets or sets the page number for paged queries.
|
|
@@ -20369,6 +20397,13 @@ paths:
|
|
|
20369
20397
|
schema:
|
|
20370
20398
|
type: string
|
|
20371
20399
|
format: uuid
|
|
20400
|
+
- name: OrderStages
|
|
20401
|
+
in: query
|
|
20402
|
+
description: Gets or sets the queryable order stages.
|
|
20403
|
+
schema:
|
|
20404
|
+
type: array
|
|
20405
|
+
items:
|
|
20406
|
+
$ref: '#/components/schemas/OrderStage'
|
|
20372
20407
|
- name: PageNumber
|
|
20373
20408
|
in: query
|
|
20374
20409
|
description: Gets or sets the page number for paged queries.
|
|
@@ -80330,6 +80365,11 @@ paths:
|
|
|
80330
80365
|
description: Gets or sets the queryable Email.
|
|
80331
80366
|
schema:
|
|
80332
80367
|
type: string
|
|
80368
|
+
- name: FutureOnly
|
|
80369
|
+
in: query
|
|
80370
|
+
description: Gets or sets a value indicating whether to filter for future opportunities only.
|
|
80371
|
+
schema:
|
|
80372
|
+
type: boolean
|
|
80333
80373
|
- name: PageNumber
|
|
80334
80374
|
in: query
|
|
80335
80375
|
description: Gets or sets the page number for paged queries.
|
|
@@ -80609,6 +80649,11 @@ paths:
|
|
|
80609
80649
|
description: Gets or sets the queryable Email.
|
|
80610
80650
|
schema:
|
|
80611
80651
|
type: string
|
|
80652
|
+
- name: FutureOnly
|
|
80653
|
+
in: query
|
|
80654
|
+
description: Gets or sets a value indicating whether to filter for future opportunities only.
|
|
80655
|
+
schema:
|
|
80656
|
+
type: boolean
|
|
80612
80657
|
- name: PageNumber
|
|
80613
80658
|
in: query
|
|
80614
80659
|
description: Gets or sets the page number for paged queries.
|
|
@@ -131203,6 +131248,11 @@ paths:
|
|
|
131203
131248
|
description: Gets or sets the queryable Email.
|
|
131204
131249
|
schema:
|
|
131205
131250
|
type: string
|
|
131251
|
+
- name: FutureOnly
|
|
131252
|
+
in: query
|
|
131253
|
+
description: Gets or sets a value indicating whether to filter for future opportunities only.
|
|
131254
|
+
schema:
|
|
131255
|
+
type: boolean
|
|
131206
131256
|
- name: PageNumber
|
|
131207
131257
|
in: query
|
|
131208
131258
|
description: Gets or sets the page number for paged queries.
|
|
@@ -131531,6 +131581,11 @@ paths:
|
|
|
131531
131581
|
description: Gets or sets the queryable Email.
|
|
131532
131582
|
schema:
|
|
131533
131583
|
type: string
|
|
131584
|
+
- name: FutureOnly
|
|
131585
|
+
in: query
|
|
131586
|
+
description: Gets or sets a value indicating whether to filter for future opportunities only.
|
|
131587
|
+
schema:
|
|
131588
|
+
type: boolean
|
|
131534
131589
|
- name: PageNumber
|
|
131535
131590
|
in: query
|
|
131536
131591
|
description: Gets or sets the page number for paged queries.
|
|
@@ -131681,6 +131736,11 @@ paths:
|
|
|
131681
131736
|
description: Gets or sets the queryable Email.
|
|
131682
131737
|
schema:
|
|
131683
131738
|
type: string
|
|
131739
|
+
- name: FutureOnly
|
|
131740
|
+
in: query
|
|
131741
|
+
description: Gets or sets a value indicating whether to filter for future opportunities only.
|
|
131742
|
+
schema:
|
|
131743
|
+
type: boolean
|
|
131684
131744
|
- name: PageNumber
|
|
131685
131745
|
in: query
|
|
131686
131746
|
description: Gets or sets the page number for paged queries.
|
|
@@ -131834,6 +131894,11 @@ paths:
|
|
|
131834
131894
|
description: Gets or sets the queryable Email.
|
|
131835
131895
|
schema:
|
|
131836
131896
|
type: string
|
|
131897
|
+
- name: FutureOnly
|
|
131898
|
+
in: query
|
|
131899
|
+
description: Gets or sets a value indicating whether to filter for future opportunities only.
|
|
131900
|
+
schema:
|
|
131901
|
+
type: boolean
|
|
131837
131902
|
- name: PageNumber
|
|
131838
131903
|
in: query
|
|
131839
131904
|
description: Gets or sets the page number for paged queries.
|
|
@@ -131990,6 +132055,11 @@ paths:
|
|
|
131990
132055
|
description: Gets or sets the queryable Email.
|
|
131991
132056
|
schema:
|
|
131992
132057
|
type: string
|
|
132058
|
+
- name: FutureOnly
|
|
132059
|
+
in: query
|
|
132060
|
+
description: Gets or sets a value indicating whether to filter for future opportunities only.
|
|
132061
|
+
schema:
|
|
132062
|
+
type: boolean
|
|
131993
132063
|
- name: PageNumber
|
|
131994
132064
|
in: query
|
|
131995
132065
|
description: Gets or sets the page number for paged queries.
|
|
@@ -132147,6 +132217,11 @@ paths:
|
|
|
132147
132217
|
description: Gets or sets the queryable Email.
|
|
132148
132218
|
schema:
|
|
132149
132219
|
type: string
|
|
132220
|
+
- name: FutureOnly
|
|
132221
|
+
in: query
|
|
132222
|
+
description: Gets or sets a value indicating whether to filter for future opportunities only.
|
|
132223
|
+
schema:
|
|
132224
|
+
type: boolean
|
|
132150
132225
|
- name: PageNumber
|
|
132151
132226
|
in: query
|
|
132152
132227
|
description: Gets or sets the page number for paged queries.
|
|
@@ -132263,6 +132338,51 @@ paths:
|
|
|
132263
132338
|
text/json:
|
|
132264
132339
|
schema:
|
|
132265
132340
|
$ref: '#/components/schemas/ValidationResultModel'
|
|
132341
|
+
/api/waitlist-opportunity-report/conversion-stats:
|
|
132342
|
+
get:
|
|
132343
|
+
tags:
|
|
132344
|
+
- WaitlistOpportunityReport
|
|
132345
|
+
summary: Gets waitlist conversion statistics.
|
|
132346
|
+
operationId: GetConversionStats
|
|
132347
|
+
responses:
|
|
132348
|
+
'200':
|
|
132349
|
+
description: OK
|
|
132350
|
+
'400':
|
|
132351
|
+
description: Bad Request
|
|
132352
|
+
content:
|
|
132353
|
+
text/plain:
|
|
132354
|
+
schema:
|
|
132355
|
+
$ref: '#/components/schemas/ReachError'
|
|
132356
|
+
application/json:
|
|
132357
|
+
schema:
|
|
132358
|
+
$ref: '#/components/schemas/ReachError'
|
|
132359
|
+
text/json:
|
|
132360
|
+
schema:
|
|
132361
|
+
$ref: '#/components/schemas/ReachError'
|
|
132362
|
+
'500':
|
|
132363
|
+
description: Internal Server Error
|
|
132364
|
+
content:
|
|
132365
|
+
text/plain:
|
|
132366
|
+
schema:
|
|
132367
|
+
$ref: '#/components/schemas/ReachError'
|
|
132368
|
+
application/json:
|
|
132369
|
+
schema:
|
|
132370
|
+
$ref: '#/components/schemas/ReachError'
|
|
132371
|
+
text/json:
|
|
132372
|
+
schema:
|
|
132373
|
+
$ref: '#/components/schemas/ReachError'
|
|
132374
|
+
'422':
|
|
132375
|
+
description: Unprocessable Content
|
|
132376
|
+
content:
|
|
132377
|
+
text/plain:
|
|
132378
|
+
schema:
|
|
132379
|
+
$ref: '#/components/schemas/ValidationResultModel'
|
|
132380
|
+
application/json:
|
|
132381
|
+
schema:
|
|
132382
|
+
$ref: '#/components/schemas/ValidationResultModel'
|
|
132383
|
+
text/json:
|
|
132384
|
+
schema:
|
|
132385
|
+
$ref: '#/components/schemas/ValidationResultModel'
|
|
132266
132386
|
/api/waitlist-opportunity-report/v2-temporary-route:
|
|
132267
132387
|
post:
|
|
132268
132388
|
tags:
|
|
@@ -132634,6 +132754,11 @@ paths:
|
|
|
132634
132754
|
description: Gets or sets the queryable Email.
|
|
132635
132755
|
schema:
|
|
132636
132756
|
type: string
|
|
132757
|
+
- name: FutureOnly
|
|
132758
|
+
in: query
|
|
132759
|
+
description: Gets or sets a value indicating whether to filter for future opportunities only.
|
|
132760
|
+
schema:
|
|
132761
|
+
type: boolean
|
|
132637
132762
|
- name: PageNumber
|
|
132638
132763
|
in: query
|
|
132639
132764
|
description: Gets or sets the page number for paged queries.
|
|
@@ -132962,6 +133087,11 @@ paths:
|
|
|
132962
133087
|
description: Gets or sets the queryable Email.
|
|
132963
133088
|
schema:
|
|
132964
133089
|
type: string
|
|
133090
|
+
- name: FutureOnly
|
|
133091
|
+
in: query
|
|
133092
|
+
description: Gets or sets a value indicating whether to filter for future opportunities only.
|
|
133093
|
+
schema:
|
|
133094
|
+
type: boolean
|
|
132965
133095
|
- name: PageNumber
|
|
132966
133096
|
in: query
|
|
132967
133097
|
description: Gets or sets the page number for paged queries.
|
|
@@ -133112,6 +133242,11 @@ paths:
|
|
|
133112
133242
|
description: Gets or sets the queryable Email.
|
|
133113
133243
|
schema:
|
|
133114
133244
|
type: string
|
|
133245
|
+
- name: FutureOnly
|
|
133246
|
+
in: query
|
|
133247
|
+
description: Gets or sets a value indicating whether to filter for future opportunities only.
|
|
133248
|
+
schema:
|
|
133249
|
+
type: boolean
|
|
133115
133250
|
- name: PageNumber
|
|
133116
133251
|
in: query
|
|
133117
133252
|
description: Gets or sets the page number for paged queries.
|
|
@@ -133265,6 +133400,11 @@ paths:
|
|
|
133265
133400
|
description: Gets or sets the queryable Email.
|
|
133266
133401
|
schema:
|
|
133267
133402
|
type: string
|
|
133403
|
+
- name: FutureOnly
|
|
133404
|
+
in: query
|
|
133405
|
+
description: Gets or sets a value indicating whether to filter for future opportunities only.
|
|
133406
|
+
schema:
|
|
133407
|
+
type: boolean
|
|
133268
133408
|
- name: PageNumber
|
|
133269
133409
|
in: query
|
|
133270
133410
|
description: Gets or sets the page number for paged queries.
|
|
@@ -133421,6 +133561,11 @@ paths:
|
|
|
133421
133561
|
description: Gets or sets the queryable Email.
|
|
133422
133562
|
schema:
|
|
133423
133563
|
type: string
|
|
133564
|
+
- name: FutureOnly
|
|
133565
|
+
in: query
|
|
133566
|
+
description: Gets or sets a value indicating whether to filter for future opportunities only.
|
|
133567
|
+
schema:
|
|
133568
|
+
type: boolean
|
|
133424
133569
|
- name: PageNumber
|
|
133425
133570
|
in: query
|
|
133426
133571
|
description: Gets or sets the page number for paged queries.
|
|
@@ -6,6 +6,7 @@ import type { DiscountCodeUse } from '../models/DiscountCodeUse';
|
|
|
6
6
|
import type { DiscountCodeUsePage } from '../models/DiscountCodeUsePage';
|
|
7
7
|
import type { DiscountCodeUsePatch } from '../models/DiscountCodeUsePatch';
|
|
8
8
|
import type { DiscountCodeUsePost } from '../models/DiscountCodeUsePost';
|
|
9
|
+
import type { OrderStage } from '../models/OrderStage';
|
|
9
10
|
import type { SearchSortOrderDirection } from '../models/SearchSortOrderDirection';
|
|
10
11
|
|
|
11
12
|
import type { CancelablePromise } from '../core/CancelablePromise';
|
|
@@ -153,6 +154,7 @@ export class DiscountCodeUsesService {
|
|
|
153
154
|
dealId,
|
|
154
155
|
orderId,
|
|
155
156
|
customerId,
|
|
157
|
+
orderStages,
|
|
156
158
|
pageNumber,
|
|
157
159
|
take,
|
|
158
160
|
skip,
|
|
@@ -177,6 +179,10 @@ export class DiscountCodeUsesService {
|
|
|
177
179
|
* Gets or sets the customer id.
|
|
178
180
|
*/
|
|
179
181
|
customerId?: string;
|
|
182
|
+
/**
|
|
183
|
+
* Gets or sets the queryable order stages.
|
|
184
|
+
*/
|
|
185
|
+
orderStages?: Array<OrderStage>;
|
|
180
186
|
/**
|
|
181
187
|
* Gets or sets the page number for paged queries.
|
|
182
188
|
*/
|
|
@@ -229,6 +235,7 @@ export class DiscountCodeUsesService {
|
|
|
229
235
|
DealId: dealId,
|
|
230
236
|
OrderId: orderId,
|
|
231
237
|
CustomerId: customerId,
|
|
238
|
+
OrderStages: orderStages,
|
|
232
239
|
PageNumber: pageNumber,
|
|
233
240
|
Take: take,
|
|
234
241
|
Skip: skip,
|
|
@@ -339,6 +346,7 @@ export class DiscountCodeUsesService {
|
|
|
339
346
|
dealId,
|
|
340
347
|
orderId,
|
|
341
348
|
customerId,
|
|
349
|
+
orderStages,
|
|
342
350
|
pageNumber,
|
|
343
351
|
take,
|
|
344
352
|
skip,
|
|
@@ -363,6 +371,10 @@ export class DiscountCodeUsesService {
|
|
|
363
371
|
* Gets or sets the customer id.
|
|
364
372
|
*/
|
|
365
373
|
customerId?: string;
|
|
374
|
+
/**
|
|
375
|
+
* Gets or sets the queryable order stages.
|
|
376
|
+
*/
|
|
377
|
+
orderStages?: Array<OrderStage>;
|
|
366
378
|
/**
|
|
367
379
|
* Gets or sets the page number for paged queries.
|
|
368
380
|
*/
|
|
@@ -415,6 +427,7 @@ export class DiscountCodeUsesService {
|
|
|
415
427
|
DealId: dealId,
|
|
416
428
|
OrderId: orderId,
|
|
417
429
|
CustomerId: customerId,
|
|
430
|
+
OrderStages: orderStages,
|
|
418
431
|
PageNumber: pageNumber,
|
|
419
432
|
Take: take,
|
|
420
433
|
Skip: skip,
|
|
@@ -444,6 +457,7 @@ export class DiscountCodeUsesService {
|
|
|
444
457
|
dealId,
|
|
445
458
|
orderId,
|
|
446
459
|
customerId,
|
|
460
|
+
orderStages,
|
|
447
461
|
pageNumber,
|
|
448
462
|
take,
|
|
449
463
|
skip,
|
|
@@ -468,6 +482,10 @@ export class DiscountCodeUsesService {
|
|
|
468
482
|
* Gets or sets the customer id.
|
|
469
483
|
*/
|
|
470
484
|
customerId?: string;
|
|
485
|
+
/**
|
|
486
|
+
* Gets or sets the queryable order stages.
|
|
487
|
+
*/
|
|
488
|
+
orderStages?: Array<OrderStage>;
|
|
471
489
|
/**
|
|
472
490
|
* Gets or sets the page number for paged queries.
|
|
473
491
|
*/
|
|
@@ -520,6 +538,7 @@ export class DiscountCodeUsesService {
|
|
|
520
538
|
DealId: dealId,
|
|
521
539
|
OrderId: orderId,
|
|
522
540
|
CustomerId: customerId,
|
|
541
|
+
OrderStages: orderStages,
|
|
523
542
|
PageNumber: pageNumber,
|
|
524
543
|
Take: take,
|
|
525
544
|
Skip: skip,
|
|
@@ -549,6 +568,7 @@ export class DiscountCodeUsesService {
|
|
|
549
568
|
dealId,
|
|
550
569
|
orderId,
|
|
551
570
|
customerId,
|
|
571
|
+
orderStages,
|
|
552
572
|
pageNumber,
|
|
553
573
|
take,
|
|
554
574
|
skip,
|
|
@@ -573,6 +593,10 @@ export class DiscountCodeUsesService {
|
|
|
573
593
|
* Gets or sets the customer id.
|
|
574
594
|
*/
|
|
575
595
|
customerId?: string;
|
|
596
|
+
/**
|
|
597
|
+
* Gets or sets the queryable order stages.
|
|
598
|
+
*/
|
|
599
|
+
orderStages?: Array<OrderStage>;
|
|
576
600
|
/**
|
|
577
601
|
* Gets or sets the page number for paged queries.
|
|
578
602
|
*/
|
|
@@ -625,6 +649,7 @@ export class DiscountCodeUsesService {
|
|
|
625
649
|
DealId: dealId,
|
|
626
650
|
OrderId: orderId,
|
|
627
651
|
CustomerId: customerId,
|
|
652
|
+
OrderStages: orderStages,
|
|
628
653
|
PageNumber: pageNumber,
|
|
629
654
|
Take: take,
|
|
630
655
|
Skip: skip,
|
|
@@ -654,6 +679,7 @@ export class DiscountCodeUsesService {
|
|
|
654
679
|
dealId,
|
|
655
680
|
orderId,
|
|
656
681
|
customerId,
|
|
682
|
+
orderStages,
|
|
657
683
|
pageNumber,
|
|
658
684
|
take,
|
|
659
685
|
skip,
|
|
@@ -678,6 +704,10 @@ export class DiscountCodeUsesService {
|
|
|
678
704
|
* Gets or sets the customer id.
|
|
679
705
|
*/
|
|
680
706
|
customerId?: string;
|
|
707
|
+
/**
|
|
708
|
+
* Gets or sets the queryable order stages.
|
|
709
|
+
*/
|
|
710
|
+
orderStages?: Array<OrderStage>;
|
|
681
711
|
/**
|
|
682
712
|
* Gets or sets the page number for paged queries.
|
|
683
713
|
*/
|
|
@@ -730,6 +760,7 @@ export class DiscountCodeUsesService {
|
|
|
730
760
|
DealId: dealId,
|
|
731
761
|
OrderId: orderId,
|
|
732
762
|
CustomerId: customerId,
|
|
763
|
+
OrderStages: orderStages,
|
|
733
764
|
PageNumber: pageNumber,
|
|
734
765
|
Take: take,
|
|
735
766
|
Skip: skip,
|
|
@@ -162,6 +162,7 @@ export class PublicWaitlistOpportunityService {
|
|
|
162
162
|
scheduledSessionId,
|
|
163
163
|
courseId,
|
|
164
164
|
email,
|
|
165
|
+
futureOnly,
|
|
165
166
|
pageNumber,
|
|
166
167
|
take,
|
|
167
168
|
skip,
|
|
@@ -198,6 +199,10 @@ export class PublicWaitlistOpportunityService {
|
|
|
198
199
|
* Gets or sets the queryable Email.
|
|
199
200
|
*/
|
|
200
201
|
email?: string;
|
|
202
|
+
/**
|
|
203
|
+
* Gets or sets a value indicating whether to filter for future opportunities only.
|
|
204
|
+
*/
|
|
205
|
+
futureOnly?: boolean;
|
|
201
206
|
/**
|
|
202
207
|
* Gets or sets the page number for paged queries.
|
|
203
208
|
*/
|
|
@@ -255,6 +260,7 @@ export class PublicWaitlistOpportunityService {
|
|
|
255
260
|
ScheduledSessionId: scheduledSessionId,
|
|
256
261
|
CourseId: courseId,
|
|
257
262
|
Email: email,
|
|
263
|
+
FutureOnly: futureOnly,
|
|
258
264
|
PageNumber: pageNumber,
|
|
259
265
|
Take: take,
|
|
260
266
|
Skip: skip,
|
|
@@ -357,6 +363,7 @@ export class PublicWaitlistOpportunityService {
|
|
|
357
363
|
scheduledSessionId,
|
|
358
364
|
courseId,
|
|
359
365
|
email,
|
|
366
|
+
futureOnly,
|
|
360
367
|
pageNumber,
|
|
361
368
|
take,
|
|
362
369
|
skip,
|
|
@@ -393,6 +400,10 @@ export class PublicWaitlistOpportunityService {
|
|
|
393
400
|
* Gets or sets the queryable Email.
|
|
394
401
|
*/
|
|
395
402
|
email?: string;
|
|
403
|
+
/**
|
|
404
|
+
* Gets or sets a value indicating whether to filter for future opportunities only.
|
|
405
|
+
*/
|
|
406
|
+
futureOnly?: boolean;
|
|
396
407
|
/**
|
|
397
408
|
* Gets or sets the page number for paged queries.
|
|
398
409
|
*/
|
|
@@ -450,6 +461,7 @@ export class PublicWaitlistOpportunityService {
|
|
|
450
461
|
ScheduledSessionId: scheduledSessionId,
|
|
451
462
|
CourseId: courseId,
|
|
452
463
|
Email: email,
|
|
464
|
+
FutureOnly: futureOnly,
|
|
453
465
|
PageNumber: pageNumber,
|
|
454
466
|
Take: take,
|
|
455
467
|
Skip: skip,
|
|
@@ -26,6 +26,7 @@ export class WaitlistOpportunityReportService {
|
|
|
26
26
|
scheduledSessionId,
|
|
27
27
|
courseId,
|
|
28
28
|
email,
|
|
29
|
+
futureOnly,
|
|
29
30
|
pageNumber,
|
|
30
31
|
take,
|
|
31
32
|
skip,
|
|
@@ -59,6 +60,10 @@ export class WaitlistOpportunityReportService {
|
|
|
59
60
|
* Gets or sets the queryable Email.
|
|
60
61
|
*/
|
|
61
62
|
email?: string;
|
|
63
|
+
/**
|
|
64
|
+
* Gets or sets a value indicating whether to filter for future opportunities only.
|
|
65
|
+
*/
|
|
66
|
+
futureOnly?: boolean;
|
|
62
67
|
/**
|
|
63
68
|
* Gets or sets the page number for paged queries.
|
|
64
69
|
*/
|
|
@@ -119,6 +124,7 @@ export class WaitlistOpportunityReportService {
|
|
|
119
124
|
ScheduledSessionId: scheduledSessionId,
|
|
120
125
|
CourseId: courseId,
|
|
121
126
|
Email: email,
|
|
127
|
+
FutureOnly: futureOnly,
|
|
122
128
|
PageNumber: pageNumber,
|
|
123
129
|
Take: take,
|
|
124
130
|
Skip: skip,
|
|
@@ -141,6 +147,23 @@ export class WaitlistOpportunityReportService {
|
|
|
141
147
|
});
|
|
142
148
|
}
|
|
143
149
|
|
|
150
|
+
/**
|
|
151
|
+
* Gets waitlist conversion statistics.
|
|
152
|
+
* @returns any OK
|
|
153
|
+
* @throws ApiError
|
|
154
|
+
*/
|
|
155
|
+
public getConversionStats(): CancelablePromise<any> {
|
|
156
|
+
return this.httpRequest.request({
|
|
157
|
+
method: 'GET',
|
|
158
|
+
url: '/api/waitlist-opportunity-report/conversion-stats',
|
|
159
|
+
errors: {
|
|
160
|
+
400: `Bad Request`,
|
|
161
|
+
422: `Unprocessable Content`,
|
|
162
|
+
500: `Internal Server Error`,
|
|
163
|
+
},
|
|
164
|
+
});
|
|
165
|
+
}
|
|
166
|
+
|
|
144
167
|
/**
|
|
145
168
|
* Inserts a new resource. The Id will be automatically generated and will be ignored if provided.
|
|
146
169
|
* @returns WaitlistOpportunityReport OK
|
|
@@ -282,6 +305,7 @@ export class WaitlistOpportunityReportService {
|
|
|
282
305
|
scheduledSessionId,
|
|
283
306
|
courseId,
|
|
284
307
|
email,
|
|
308
|
+
futureOnly,
|
|
285
309
|
pageNumber,
|
|
286
310
|
take,
|
|
287
311
|
skip,
|
|
@@ -314,6 +338,10 @@ export class WaitlistOpportunityReportService {
|
|
|
314
338
|
* Gets or sets the queryable Email.
|
|
315
339
|
*/
|
|
316
340
|
email?: string;
|
|
341
|
+
/**
|
|
342
|
+
* Gets or sets a value indicating whether to filter for future opportunities only.
|
|
343
|
+
*/
|
|
344
|
+
futureOnly?: boolean;
|
|
317
345
|
/**
|
|
318
346
|
* Gets or sets the page number for paged queries.
|
|
319
347
|
*/
|
|
@@ -368,6 +396,7 @@ export class WaitlistOpportunityReportService {
|
|
|
368
396
|
ScheduledSessionId: scheduledSessionId,
|
|
369
397
|
CourseId: courseId,
|
|
370
398
|
Email: email,
|
|
399
|
+
FutureOnly: futureOnly,
|
|
371
400
|
PageNumber: pageNumber,
|
|
372
401
|
Take: take,
|
|
373
402
|
Skip: skip,
|
|
@@ -480,6 +509,7 @@ export class WaitlistOpportunityReportService {
|
|
|
480
509
|
scheduledSessionId,
|
|
481
510
|
courseId,
|
|
482
511
|
email,
|
|
512
|
+
futureOnly,
|
|
483
513
|
pageNumber,
|
|
484
514
|
take,
|
|
485
515
|
skip,
|
|
@@ -512,6 +542,10 @@ export class WaitlistOpportunityReportService {
|
|
|
512
542
|
* Gets or sets the queryable Email.
|
|
513
543
|
*/
|
|
514
544
|
email?: string;
|
|
545
|
+
/**
|
|
546
|
+
* Gets or sets a value indicating whether to filter for future opportunities only.
|
|
547
|
+
*/
|
|
548
|
+
futureOnly?: boolean;
|
|
515
549
|
/**
|
|
516
550
|
* Gets or sets the page number for paged queries.
|
|
517
551
|
*/
|
|
@@ -566,6 +600,7 @@ export class WaitlistOpportunityReportService {
|
|
|
566
600
|
ScheduledSessionId: scheduledSessionId,
|
|
567
601
|
CourseId: courseId,
|
|
568
602
|
Email: email,
|
|
603
|
+
FutureOnly: futureOnly,
|
|
569
604
|
PageNumber: pageNumber,
|
|
570
605
|
Take: take,
|
|
571
606
|
Skip: skip,
|
|
@@ -597,6 +632,7 @@ export class WaitlistOpportunityReportService {
|
|
|
597
632
|
scheduledSessionId,
|
|
598
633
|
courseId,
|
|
599
634
|
email,
|
|
635
|
+
futureOnly,
|
|
600
636
|
pageNumber,
|
|
601
637
|
take,
|
|
602
638
|
skip,
|
|
@@ -629,6 +665,10 @@ export class WaitlistOpportunityReportService {
|
|
|
629
665
|
* Gets or sets the queryable Email.
|
|
630
666
|
*/
|
|
631
667
|
email?: string;
|
|
668
|
+
/**
|
|
669
|
+
* Gets or sets a value indicating whether to filter for future opportunities only.
|
|
670
|
+
*/
|
|
671
|
+
futureOnly?: boolean;
|
|
632
672
|
/**
|
|
633
673
|
* Gets or sets the page number for paged queries.
|
|
634
674
|
*/
|
|
@@ -683,6 +723,7 @@ export class WaitlistOpportunityReportService {
|
|
|
683
723
|
ScheduledSessionId: scheduledSessionId,
|
|
684
724
|
CourseId: courseId,
|
|
685
725
|
Email: email,
|
|
726
|
+
FutureOnly: futureOnly,
|
|
686
727
|
PageNumber: pageNumber,
|
|
687
728
|
Take: take,
|
|
688
729
|
Skip: skip,
|
|
@@ -714,6 +755,7 @@ export class WaitlistOpportunityReportService {
|
|
|
714
755
|
scheduledSessionId,
|
|
715
756
|
courseId,
|
|
716
757
|
email,
|
|
758
|
+
futureOnly,
|
|
717
759
|
pageNumber,
|
|
718
760
|
take,
|
|
719
761
|
skip,
|
|
@@ -746,6 +788,10 @@ export class WaitlistOpportunityReportService {
|
|
|
746
788
|
* Gets or sets the queryable Email.
|
|
747
789
|
*/
|
|
748
790
|
email?: string;
|
|
791
|
+
/**
|
|
792
|
+
* Gets or sets a value indicating whether to filter for future opportunities only.
|
|
793
|
+
*/
|
|
794
|
+
futureOnly?: boolean;
|
|
749
795
|
/**
|
|
750
796
|
* Gets or sets the page number for paged queries.
|
|
751
797
|
*/
|
|
@@ -800,6 +846,7 @@ export class WaitlistOpportunityReportService {
|
|
|
800
846
|
ScheduledSessionId: scheduledSessionId,
|
|
801
847
|
CourseId: courseId,
|
|
802
848
|
Email: email,
|
|
849
|
+
FutureOnly: futureOnly,
|
|
803
850
|
PageNumber: pageNumber,
|
|
804
851
|
Take: take,
|
|
805
852
|
Skip: skip,
|
|
@@ -831,6 +878,7 @@ export class WaitlistOpportunityReportService {
|
|
|
831
878
|
scheduledSessionId,
|
|
832
879
|
courseId,
|
|
833
880
|
email,
|
|
881
|
+
futureOnly,
|
|
834
882
|
pageNumber,
|
|
835
883
|
take,
|
|
836
884
|
skip,
|
|
@@ -863,6 +911,10 @@ export class WaitlistOpportunityReportService {
|
|
|
863
911
|
* Gets or sets the queryable Email.
|
|
864
912
|
*/
|
|
865
913
|
email?: string;
|
|
914
|
+
/**
|
|
915
|
+
* Gets or sets a value indicating whether to filter for future opportunities only.
|
|
916
|
+
*/
|
|
917
|
+
futureOnly?: boolean;
|
|
866
918
|
/**
|
|
867
919
|
* Gets or sets the page number for paged queries.
|
|
868
920
|
*/
|
|
@@ -917,6 +969,7 @@ export class WaitlistOpportunityReportService {
|
|
|
917
969
|
ScheduledSessionId: scheduledSessionId,
|
|
918
970
|
CourseId: courseId,
|
|
919
971
|
Email: email,
|
|
972
|
+
FutureOnly: futureOnly,
|
|
920
973
|
PageNumber: pageNumber,
|
|
921
974
|
Take: take,
|
|
922
975
|
Skip: skip,
|