reach-api-sdk 1.0.78 → 1.0.79
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
CHANGED
|
@@ -18611,7 +18611,7 @@ declare class PublicSessionsService {
|
|
|
18611
18611
|
* @returns SessionPage Success
|
|
18612
18612
|
* @throws ApiError
|
|
18613
18613
|
*/
|
|
18614
|
-
getPage({ xTenantSubdomain, ids, venueId, surveyId, futureOnly, online, programmeId, includeNextOpportunity, allowTemplating, archived, deleted, openActiveUpdate, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
18614
|
+
getPage({ xTenantSubdomain, ids, venueId, surveyId, futureOnly, online, programmeId, includeNextOpportunity, allowTemplating, archived, deleted, openActiveUpdate, networkId, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
18615
18615
|
xTenantSubdomain?: string;
|
|
18616
18616
|
/**
|
|
18617
18617
|
* Gets or sets the queryable session ids.
|
|
@@ -18657,6 +18657,10 @@ declare class PublicSessionsService {
|
|
|
18657
18657
|
* Gets or sets a value indicating this an openactive reaquest.
|
|
18658
18658
|
*/
|
|
18659
18659
|
openActiveUpdate?: boolean;
|
|
18660
|
+
/**
|
|
18661
|
+
* Gets or sets the queryable Survey Id.
|
|
18662
|
+
*/
|
|
18663
|
+
networkId?: string;
|
|
18660
18664
|
/**
|
|
18661
18665
|
* Gets or sets the page number for paged queries.
|
|
18662
18666
|
*/
|
|
@@ -18853,7 +18857,7 @@ declare class PublicSessionsService {
|
|
|
18853
18857
|
* @returns boolean Success
|
|
18854
18858
|
* @throws ApiError
|
|
18855
18859
|
*/
|
|
18856
|
-
exists({ xTenantSubdomain, ids, venueId, surveyId, futureOnly, online, programmeId, includeNextOpportunity, allowTemplating, archived, deleted, openActiveUpdate, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
18860
|
+
exists({ xTenantSubdomain, ids, venueId, surveyId, futureOnly, online, programmeId, includeNextOpportunity, allowTemplating, archived, deleted, openActiveUpdate, networkId, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
18857
18861
|
/**
|
|
18858
18862
|
* The tenants subdomain.
|
|
18859
18863
|
*/
|
|
@@ -18902,6 +18906,10 @@ declare class PublicSessionsService {
|
|
|
18902
18906
|
* Gets or sets a value indicating this an openactive reaquest.
|
|
18903
18907
|
*/
|
|
18904
18908
|
openActiveUpdate?: boolean;
|
|
18909
|
+
/**
|
|
18910
|
+
* Gets or sets the queryable Survey Id.
|
|
18911
|
+
*/
|
|
18912
|
+
networkId?: string;
|
|
18905
18913
|
/**
|
|
18906
18914
|
* Gets or sets the page number for paged queries.
|
|
18907
18915
|
*/
|
|
@@ -23976,7 +23984,7 @@ declare class SessionsService {
|
|
|
23976
23984
|
* @returns boolean Success
|
|
23977
23985
|
* @throws ApiError
|
|
23978
23986
|
*/
|
|
23979
|
-
exists({ ids, venueId, surveyId, futureOnly, online, programmeId, includeNextOpportunity, allowTemplating, archived, deleted, openActiveUpdate, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
23987
|
+
exists({ ids, venueId, surveyId, futureOnly, online, programmeId, includeNextOpportunity, allowTemplating, archived, deleted, openActiveUpdate, networkId, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
23980
23988
|
/**
|
|
23981
23989
|
* Gets or sets the queryable session ids.
|
|
23982
23990
|
*/
|
|
@@ -24021,6 +24029,10 @@ declare class SessionsService {
|
|
|
24021
24029
|
* Gets or sets a value indicating this an openactive reaquest.
|
|
24022
24030
|
*/
|
|
24023
24031
|
openActiveUpdate?: boolean;
|
|
24032
|
+
/**
|
|
24033
|
+
* Gets or sets the queryable Survey Id.
|
|
24034
|
+
*/
|
|
24035
|
+
networkId?: string;
|
|
24024
24036
|
/**
|
|
24025
24037
|
* Gets or sets the page number for paged queries.
|
|
24026
24038
|
*/
|
|
@@ -24067,7 +24079,7 @@ declare class SessionsService {
|
|
|
24067
24079
|
* @returns SessionPage Success
|
|
24068
24080
|
* @throws ApiError
|
|
24069
24081
|
*/
|
|
24070
|
-
getPage({ ids, venueId, surveyId, futureOnly, online, programmeId, includeNextOpportunity, allowTemplating, archived, deleted, openActiveUpdate, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
24082
|
+
getPage({ ids, venueId, surveyId, futureOnly, online, programmeId, includeNextOpportunity, allowTemplating, archived, deleted, openActiveUpdate, networkId, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
24071
24083
|
/**
|
|
24072
24084
|
* Gets or sets the queryable session ids.
|
|
24073
24085
|
*/
|
|
@@ -24112,6 +24124,10 @@ declare class SessionsService {
|
|
|
24112
24124
|
* Gets or sets a value indicating this an openactive reaquest.
|
|
24113
24125
|
*/
|
|
24114
24126
|
openActiveUpdate?: boolean;
|
|
24127
|
+
/**
|
|
24128
|
+
* Gets or sets the queryable Survey Id.
|
|
24129
|
+
*/
|
|
24130
|
+
networkId?: string;
|
|
24115
24131
|
/**
|
|
24116
24132
|
* Gets or sets the page number for paged queries.
|
|
24117
24133
|
*/
|
|
@@ -24169,7 +24185,7 @@ declare class SessionsService {
|
|
|
24169
24185
|
* @returns Session Success
|
|
24170
24186
|
* @throws ApiError
|
|
24171
24187
|
*/
|
|
24172
|
-
getListIdName({ ids, venueId, surveyId, futureOnly, online, programmeId, includeNextOpportunity, allowTemplating, archived, deleted, openActiveUpdate, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
24188
|
+
getListIdName({ ids, venueId, surveyId, futureOnly, online, programmeId, includeNextOpportunity, allowTemplating, archived, deleted, openActiveUpdate, networkId, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
24173
24189
|
/**
|
|
24174
24190
|
* Gets or sets the queryable session ids.
|
|
24175
24191
|
*/
|
|
@@ -24214,6 +24230,10 @@ declare class SessionsService {
|
|
|
24214
24230
|
* Gets or sets a value indicating this an openactive reaquest.
|
|
24215
24231
|
*/
|
|
24216
24232
|
openActiveUpdate?: boolean;
|
|
24233
|
+
/**
|
|
24234
|
+
* Gets or sets the queryable Survey Id.
|
|
24235
|
+
*/
|
|
24236
|
+
networkId?: string;
|
|
24217
24237
|
/**
|
|
24218
24238
|
* Gets or sets the page number for paged queries.
|
|
24219
24239
|
*/
|
|
@@ -25915,6 +25935,10 @@ type StripeAccountPost = {
|
|
|
25915
25935
|
* Gets or sets the organisations tax amount as a percentage.
|
|
25916
25936
|
*/
|
|
25917
25937
|
taxAmount?: number | null;
|
|
25938
|
+
/**
|
|
25939
|
+
* Gets or sets the venueId.
|
|
25940
|
+
*/
|
|
25941
|
+
venueId?: string | null;
|
|
25918
25942
|
};
|
|
25919
25943
|
|
|
25920
25944
|
declare class StripeAccountService {
|
package/dist/reach-sdk.js
CHANGED
|
@@ -13217,6 +13217,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
13217
13217
|
archived,
|
|
13218
13218
|
deleted,
|
|
13219
13219
|
openActiveUpdate,
|
|
13220
|
+
networkId,
|
|
13220
13221
|
pageNumber,
|
|
13221
13222
|
take,
|
|
13222
13223
|
limitListRequests,
|
|
@@ -13246,6 +13247,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
13246
13247
|
Archived: archived,
|
|
13247
13248
|
Deleted: deleted,
|
|
13248
13249
|
OpenActiveUpdate: openActiveUpdate,
|
|
13250
|
+
NetworkId: networkId,
|
|
13249
13251
|
PageNumber: pageNumber,
|
|
13250
13252
|
Take: take,
|
|
13251
13253
|
LimitListRequests: limitListRequests,
|
|
@@ -13391,6 +13393,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
13391
13393
|
archived,
|
|
13392
13394
|
deleted,
|
|
13393
13395
|
openActiveUpdate,
|
|
13396
|
+
networkId,
|
|
13394
13397
|
pageNumber,
|
|
13395
13398
|
take,
|
|
13396
13399
|
limitListRequests,
|
|
@@ -13420,6 +13423,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
13420
13423
|
Archived: archived,
|
|
13421
13424
|
Deleted: deleted,
|
|
13422
13425
|
OpenActiveUpdate: openActiveUpdate,
|
|
13426
|
+
NetworkId: networkId,
|
|
13423
13427
|
PageNumber: pageNumber,
|
|
13424
13428
|
Take: take,
|
|
13425
13429
|
LimitListRequests: limitListRequests,
|
|
@@ -17509,6 +17513,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
17509
17513
|
archived,
|
|
17510
17514
|
deleted,
|
|
17511
17515
|
openActiveUpdate,
|
|
17516
|
+
networkId,
|
|
17512
17517
|
pageNumber,
|
|
17513
17518
|
take,
|
|
17514
17519
|
limitListRequests,
|
|
@@ -17535,6 +17540,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
17535
17540
|
Archived: archived,
|
|
17536
17541
|
Deleted: deleted,
|
|
17537
17542
|
OpenActiveUpdate: openActiveUpdate,
|
|
17543
|
+
NetworkId: networkId,
|
|
17538
17544
|
PageNumber: pageNumber,
|
|
17539
17545
|
Take: take,
|
|
17540
17546
|
LimitListRequests: limitListRequests,
|
|
@@ -17570,6 +17576,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
17570
17576
|
archived,
|
|
17571
17577
|
deleted,
|
|
17572
17578
|
openActiveUpdate,
|
|
17579
|
+
networkId,
|
|
17573
17580
|
pageNumber,
|
|
17574
17581
|
take,
|
|
17575
17582
|
limitListRequests,
|
|
@@ -17596,6 +17603,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
17596
17603
|
Archived: archived,
|
|
17597
17604
|
Deleted: deleted,
|
|
17598
17605
|
OpenActiveUpdate: openActiveUpdate,
|
|
17606
|
+
NetworkId: networkId,
|
|
17599
17607
|
PageNumber: pageNumber,
|
|
17600
17608
|
Take: take,
|
|
17601
17609
|
LimitListRequests: limitListRequests,
|
|
@@ -17651,6 +17659,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
17651
17659
|
archived,
|
|
17652
17660
|
deleted,
|
|
17653
17661
|
openActiveUpdate,
|
|
17662
|
+
networkId,
|
|
17654
17663
|
pageNumber,
|
|
17655
17664
|
take,
|
|
17656
17665
|
limitListRequests,
|
|
@@ -17677,6 +17686,7 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
17677
17686
|
Archived: archived,
|
|
17678
17687
|
Deleted: deleted,
|
|
17679
17688
|
OpenActiveUpdate: openActiveUpdate,
|
|
17689
|
+
NetworkId: networkId,
|
|
17680
17690
|
PageNumber: pageNumber,
|
|
17681
17691
|
Take: take,
|
|
17682
17692
|
LimitListRequests: limitListRequests,
|
package/package.json
CHANGED
|
@@ -38037,6 +38037,12 @@ paths:
|
|
|
38037
38037
|
description: Gets or sets a value indicating this an openactive reaquest.
|
|
38038
38038
|
schema:
|
|
38039
38039
|
type: boolean
|
|
38040
|
+
- name: NetworkId
|
|
38041
|
+
in: query
|
|
38042
|
+
description: Gets or sets the queryable Survey Id.
|
|
38043
|
+
schema:
|
|
38044
|
+
type: string
|
|
38045
|
+
format: uuid
|
|
38040
38046
|
- name: PageNumber
|
|
38041
38047
|
in: query
|
|
38042
38048
|
description: Gets or sets the page number for paged queries.
|
|
@@ -38512,6 +38518,12 @@ paths:
|
|
|
38512
38518
|
description: Gets or sets a value indicating this an openactive reaquest.
|
|
38513
38519
|
schema:
|
|
38514
38520
|
type: boolean
|
|
38521
|
+
- name: NetworkId
|
|
38522
|
+
in: query
|
|
38523
|
+
description: Gets or sets the queryable Survey Id.
|
|
38524
|
+
schema:
|
|
38525
|
+
type: string
|
|
38526
|
+
format: uuid
|
|
38515
38527
|
- name: PageNumber
|
|
38516
38528
|
in: query
|
|
38517
38529
|
description: Gets or sets the page number for paged queries.
|
|
@@ -50420,6 +50432,12 @@ paths:
|
|
|
50420
50432
|
description: Gets or sets a value indicating this an openactive reaquest.
|
|
50421
50433
|
schema:
|
|
50422
50434
|
type: boolean
|
|
50435
|
+
- name: NetworkId
|
|
50436
|
+
in: query
|
|
50437
|
+
description: Gets or sets the queryable Survey Id.
|
|
50438
|
+
schema:
|
|
50439
|
+
type: string
|
|
50440
|
+
format: uuid
|
|
50423
50441
|
- name: PageNumber
|
|
50424
50442
|
in: query
|
|
50425
50443
|
description: Gets or sets the page number for paged queries.
|
|
@@ -50596,6 +50614,12 @@ paths:
|
|
|
50596
50614
|
description: Gets or sets a value indicating this an openactive reaquest.
|
|
50597
50615
|
schema:
|
|
50598
50616
|
type: boolean
|
|
50617
|
+
- name: NetworkId
|
|
50618
|
+
in: query
|
|
50619
|
+
description: Gets or sets the queryable Survey Id.
|
|
50620
|
+
schema:
|
|
50621
|
+
type: string
|
|
50622
|
+
format: uuid
|
|
50599
50623
|
- name: PageNumber
|
|
50600
50624
|
in: query
|
|
50601
50625
|
description: Gets or sets the page number for paged queries.
|
|
@@ -50828,6 +50852,12 @@ paths:
|
|
|
50828
50852
|
description: Gets or sets a value indicating this an openactive reaquest.
|
|
50829
50853
|
schema:
|
|
50830
50854
|
type: boolean
|
|
50855
|
+
- name: NetworkId
|
|
50856
|
+
in: query
|
|
50857
|
+
description: Gets or sets the queryable Survey Id.
|
|
50858
|
+
schema:
|
|
50859
|
+
type: string
|
|
50860
|
+
format: uuid
|
|
50831
50861
|
- name: PageNumber
|
|
50832
50862
|
in: query
|
|
50833
50863
|
description: Gets or sets the page number for paged queries.
|
|
@@ -81766,6 +81796,11 @@ components:
|
|
|
81766
81796
|
description: Gets or sets the organisations tax amount as a percentage.
|
|
81767
81797
|
format: double
|
|
81768
81798
|
nullable: true
|
|
81799
|
+
venueId:
|
|
81800
|
+
type: string
|
|
81801
|
+
description: Gets or sets the venueId.
|
|
81802
|
+
format: uuid
|
|
81803
|
+
nullable: true
|
|
81769
81804
|
additionalProperties: false
|
|
81770
81805
|
description: Post model for stripe account inserts.
|
|
81771
81806
|
StructuredFormatting:
|
|
@@ -97,6 +97,7 @@ export class PublicSessionsService {
|
|
|
97
97
|
archived,
|
|
98
98
|
deleted,
|
|
99
99
|
openActiveUpdate,
|
|
100
|
+
networkId,
|
|
100
101
|
pageNumber,
|
|
101
102
|
take,
|
|
102
103
|
limitListRequests,
|
|
@@ -153,6 +154,10 @@ export class PublicSessionsService {
|
|
|
153
154
|
* Gets or sets a value indicating this an openactive reaquest.
|
|
154
155
|
*/
|
|
155
156
|
openActiveUpdate?: boolean;
|
|
157
|
+
/**
|
|
158
|
+
* Gets or sets the queryable Survey Id.
|
|
159
|
+
*/
|
|
160
|
+
networkId?: string;
|
|
156
161
|
/**
|
|
157
162
|
* Gets or sets the page number for paged queries.
|
|
158
163
|
*/
|
|
@@ -212,6 +217,7 @@ export class PublicSessionsService {
|
|
|
212
217
|
Archived: archived,
|
|
213
218
|
Deleted: deleted,
|
|
214
219
|
OpenActiveUpdate: openActiveUpdate,
|
|
220
|
+
NetworkId: networkId,
|
|
215
221
|
PageNumber: pageNumber,
|
|
216
222
|
Take: take,
|
|
217
223
|
LimitListRequests: limitListRequests,
|
|
@@ -498,6 +504,7 @@ export class PublicSessionsService {
|
|
|
498
504
|
archived,
|
|
499
505
|
deleted,
|
|
500
506
|
openActiveUpdate,
|
|
507
|
+
networkId,
|
|
501
508
|
pageNumber,
|
|
502
509
|
take,
|
|
503
510
|
limitListRequests,
|
|
@@ -557,6 +564,10 @@ export class PublicSessionsService {
|
|
|
557
564
|
* Gets or sets a value indicating this an openactive reaquest.
|
|
558
565
|
*/
|
|
559
566
|
openActiveUpdate?: boolean;
|
|
567
|
+
/**
|
|
568
|
+
* Gets or sets the queryable Survey Id.
|
|
569
|
+
*/
|
|
570
|
+
networkId?: string;
|
|
560
571
|
/**
|
|
561
572
|
* Gets or sets the page number for paged queries.
|
|
562
573
|
*/
|
|
@@ -616,6 +627,7 @@ export class PublicSessionsService {
|
|
|
616
627
|
Archived: archived,
|
|
617
628
|
Deleted: deleted,
|
|
618
629
|
OpenActiveUpdate: openActiveUpdate,
|
|
630
|
+
NetworkId: networkId,
|
|
619
631
|
PageNumber: pageNumber,
|
|
620
632
|
Take: take,
|
|
621
633
|
LimitListRequests: limitListRequests,
|
|
@@ -210,6 +210,7 @@ export class SessionsService {
|
|
|
210
210
|
archived,
|
|
211
211
|
deleted,
|
|
212
212
|
openActiveUpdate,
|
|
213
|
+
networkId,
|
|
213
214
|
pageNumber,
|
|
214
215
|
take,
|
|
215
216
|
limitListRequests,
|
|
@@ -265,6 +266,10 @@ export class SessionsService {
|
|
|
265
266
|
* Gets or sets a value indicating this an openactive reaquest.
|
|
266
267
|
*/
|
|
267
268
|
openActiveUpdate?: boolean;
|
|
269
|
+
/**
|
|
270
|
+
* Gets or sets the queryable Survey Id.
|
|
271
|
+
*/
|
|
272
|
+
networkId?: string;
|
|
268
273
|
/**
|
|
269
274
|
* Gets or sets the page number for paged queries.
|
|
270
275
|
*/
|
|
@@ -321,6 +326,7 @@ export class SessionsService {
|
|
|
321
326
|
Archived: archived,
|
|
322
327
|
Deleted: deleted,
|
|
323
328
|
OpenActiveUpdate: openActiveUpdate,
|
|
329
|
+
NetworkId: networkId,
|
|
324
330
|
PageNumber: pageNumber,
|
|
325
331
|
Take: take,
|
|
326
332
|
LimitListRequests: limitListRequests,
|
|
@@ -357,6 +363,7 @@ export class SessionsService {
|
|
|
357
363
|
archived,
|
|
358
364
|
deleted,
|
|
359
365
|
openActiveUpdate,
|
|
366
|
+
networkId,
|
|
360
367
|
pageNumber,
|
|
361
368
|
take,
|
|
362
369
|
limitListRequests,
|
|
@@ -412,6 +419,10 @@ export class SessionsService {
|
|
|
412
419
|
* Gets or sets a value indicating this an openactive reaquest.
|
|
413
420
|
*/
|
|
414
421
|
openActiveUpdate?: boolean;
|
|
422
|
+
/**
|
|
423
|
+
* Gets or sets the queryable Survey Id.
|
|
424
|
+
*/
|
|
425
|
+
networkId?: string;
|
|
415
426
|
/**
|
|
416
427
|
* Gets or sets the page number for paged queries.
|
|
417
428
|
*/
|
|
@@ -468,6 +479,7 @@ export class SessionsService {
|
|
|
468
479
|
Archived: archived,
|
|
469
480
|
Deleted: deleted,
|
|
470
481
|
OpenActiveUpdate: openActiveUpdate,
|
|
482
|
+
NetworkId: networkId,
|
|
471
483
|
PageNumber: pageNumber,
|
|
472
484
|
Take: take,
|
|
473
485
|
LimitListRequests: limitListRequests,
|
|
@@ -530,6 +542,7 @@ export class SessionsService {
|
|
|
530
542
|
archived,
|
|
531
543
|
deleted,
|
|
532
544
|
openActiveUpdate,
|
|
545
|
+
networkId,
|
|
533
546
|
pageNumber,
|
|
534
547
|
take,
|
|
535
548
|
limitListRequests,
|
|
@@ -585,6 +598,10 @@ export class SessionsService {
|
|
|
585
598
|
* Gets or sets a value indicating this an openactive reaquest.
|
|
586
599
|
*/
|
|
587
600
|
openActiveUpdate?: boolean;
|
|
601
|
+
/**
|
|
602
|
+
* Gets or sets the queryable Survey Id.
|
|
603
|
+
*/
|
|
604
|
+
networkId?: string;
|
|
588
605
|
/**
|
|
589
606
|
* Gets or sets the page number for paged queries.
|
|
590
607
|
*/
|
|
@@ -641,6 +658,7 @@ export class SessionsService {
|
|
|
641
658
|
Archived: archived,
|
|
642
659
|
Deleted: deleted,
|
|
643
660
|
OpenActiveUpdate: openActiveUpdate,
|
|
661
|
+
NetworkId: networkId,
|
|
644
662
|
PageNumber: pageNumber,
|
|
645
663
|
Take: take,
|
|
646
664
|
LimitListRequests: limitListRequests,
|