reach-api-sdk 1.0.179 → 1.0.180
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 +190 -28
- package/dist/reach-sdk.js +88 -8
- package/package.json +1 -1
- package/src/definition/swagger.yaml +212 -8
- package/src/models/CourseCreate.ts +2 -0
- package/src/models/SessionCreate.ts +2 -0
- package/src/services/BookingService.ts +72 -0
- package/src/services/DealActivitiesService.ts +2 -2
- package/src/services/LeasingService.ts +48 -0
- package/src/services/OrdersService.ts +48 -0
- package/src/services/PublicBookingService.ts +24 -0
- package/src/services/PublicLeasingService.ts +24 -0
- package/src/services/PublicOrdersService.ts +24 -0
- package/src/services/UserProgrammesService.ts +2 -2
- package/src/services/UserProvidersService.ts +2 -2
- package/src/services/VenueManagersService.ts +2 -2
package/dist/reach-sdk.d.ts
CHANGED
|
@@ -5897,7 +5897,7 @@ declare class BookingService {
|
|
|
5897
5897
|
* @returns any OK
|
|
5898
5898
|
* @throws ApiError
|
|
5899
5899
|
*/
|
|
5900
|
-
exportToCsv({ userId, wildcard, accessCode, providerId, venueId, programmeId, customerId, orderIds, sessionId, facilityId, courseId, orderStage, isBookedOrPendingPayment, orderStages, orderDateGte, orderDateLte, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, formData, }: {
|
|
5900
|
+
exportToCsv({ userId, wildcard, accessCode, customerName, email, providerId, venueId, programmeId, customerId, orderIds, sessionId, facilityId, courseId, orderStage, isBookedOrPendingPayment, orderStages, orderDateGte, orderDateLte, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, formData, }: {
|
|
5901
5901
|
/**
|
|
5902
5902
|
* Gets or sets the queryable User Id.
|
|
5903
5903
|
*/
|
|
@@ -5910,6 +5910,14 @@ declare class BookingService {
|
|
|
5910
5910
|
* Gets or sets the access code for use in a query search.
|
|
5911
5911
|
*/
|
|
5912
5912
|
accessCode?: string;
|
|
5913
|
+
/**
|
|
5914
|
+
* Gets or sets the customer name for use in a query search.
|
|
5915
|
+
*/
|
|
5916
|
+
customerName?: string;
|
|
5917
|
+
/**
|
|
5918
|
+
* Gets or sets the email for use in a query search.
|
|
5919
|
+
*/
|
|
5920
|
+
email?: string;
|
|
5913
5921
|
/**
|
|
5914
5922
|
* Gets or sets the provider Id for use in a query search.
|
|
5915
5923
|
*/
|
|
@@ -6019,7 +6027,7 @@ declare class BookingService {
|
|
|
6019
6027
|
* @returns any OK
|
|
6020
6028
|
* @throws ApiError
|
|
6021
6029
|
*/
|
|
6022
|
-
exportToXlsx({ userId, wildcard, accessCode, providerId, venueId, programmeId, customerId, orderIds, sessionId, facilityId, courseId, orderStage, isBookedOrPendingPayment, orderStages, orderDateGte, orderDateLte, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, formData, }: {
|
|
6030
|
+
exportToXlsx({ userId, wildcard, accessCode, customerName, email, providerId, venueId, programmeId, customerId, orderIds, sessionId, facilityId, courseId, orderStage, isBookedOrPendingPayment, orderStages, orderDateGte, orderDateLte, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, formData, }: {
|
|
6023
6031
|
/**
|
|
6024
6032
|
* Gets or sets the queryable User Id.
|
|
6025
6033
|
*/
|
|
@@ -6032,6 +6040,14 @@ declare class BookingService {
|
|
|
6032
6040
|
* Gets or sets the access code for use in a query search.
|
|
6033
6041
|
*/
|
|
6034
6042
|
accessCode?: string;
|
|
6043
|
+
/**
|
|
6044
|
+
* Gets or sets the customer name for use in a query search.
|
|
6045
|
+
*/
|
|
6046
|
+
customerName?: string;
|
|
6047
|
+
/**
|
|
6048
|
+
* Gets or sets the email for use in a query search.
|
|
6049
|
+
*/
|
|
6050
|
+
email?: string;
|
|
6035
6051
|
/**
|
|
6036
6052
|
* Gets or sets the provider Id for use in a query search.
|
|
6037
6053
|
*/
|
|
@@ -6195,7 +6211,7 @@ declare class BookingService {
|
|
|
6195
6211
|
* @returns OrderPage OK
|
|
6196
6212
|
* @throws ApiError
|
|
6197
6213
|
*/
|
|
6198
|
-
getPage({ userId, wildcard, accessCode, providerId, venueId, programmeId, customerId, orderIds, sessionId, facilityId, courseId, orderStage, isBookedOrPendingPayment, orderStages, orderDateGte, orderDateLte, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
6214
|
+
getPage({ userId, wildcard, accessCode, customerName, email, providerId, venueId, programmeId, customerId, orderIds, sessionId, facilityId, courseId, orderStage, isBookedOrPendingPayment, orderStages, orderDateGte, orderDateLte, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
6199
6215
|
/**
|
|
6200
6216
|
* Gets or sets the queryable User Id.
|
|
6201
6217
|
*/
|
|
@@ -6208,6 +6224,14 @@ declare class BookingService {
|
|
|
6208
6224
|
* Gets or sets the access code for use in a query search.
|
|
6209
6225
|
*/
|
|
6210
6226
|
accessCode?: string;
|
|
6227
|
+
/**
|
|
6228
|
+
* Gets or sets the customer name for use in a query search.
|
|
6229
|
+
*/
|
|
6230
|
+
customerName?: string;
|
|
6231
|
+
/**
|
|
6232
|
+
* Gets or sets the email for use in a query search.
|
|
6233
|
+
*/
|
|
6234
|
+
email?: string;
|
|
6211
6235
|
/**
|
|
6212
6236
|
* Gets or sets the provider Id for use in a query search.
|
|
6213
6237
|
*/
|
|
@@ -6343,7 +6367,7 @@ declare class BookingService {
|
|
|
6343
6367
|
* @returns boolean OK
|
|
6344
6368
|
* @throws ApiError
|
|
6345
6369
|
*/
|
|
6346
|
-
exists({ userId, wildcard, accessCode, providerId, venueId, programmeId, customerId, orderIds, sessionId, facilityId, courseId, orderStage, isBookedOrPendingPayment, orderStages, orderDateGte, orderDateLte, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
6370
|
+
exists({ userId, wildcard, accessCode, customerName, email, providerId, venueId, programmeId, customerId, orderIds, sessionId, facilityId, courseId, orderStage, isBookedOrPendingPayment, orderStages, orderDateGte, orderDateLte, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
6347
6371
|
/**
|
|
6348
6372
|
* Gets or sets the queryable User Id.
|
|
6349
6373
|
*/
|
|
@@ -6356,6 +6380,14 @@ declare class BookingService {
|
|
|
6356
6380
|
* Gets or sets the access code for use in a query search.
|
|
6357
6381
|
*/
|
|
6358
6382
|
accessCode?: string;
|
|
6383
|
+
/**
|
|
6384
|
+
* Gets or sets the customer name for use in a query search.
|
|
6385
|
+
*/
|
|
6386
|
+
customerName?: string;
|
|
6387
|
+
/**
|
|
6388
|
+
* Gets or sets the email for use in a query search.
|
|
6389
|
+
*/
|
|
6390
|
+
email?: string;
|
|
6359
6391
|
/**
|
|
6360
6392
|
* Gets or sets the provider Id for use in a query search.
|
|
6361
6393
|
*/
|
|
@@ -6458,7 +6490,7 @@ declare class BookingService {
|
|
|
6458
6490
|
* @returns Order OK
|
|
6459
6491
|
* @throws ApiError
|
|
6460
6492
|
*/
|
|
6461
|
-
getListWithoutReferences({ userId, wildcard, accessCode, providerId, venueId, programmeId, customerId, orderIds, sessionId, facilityId, courseId, orderStage, isBookedOrPendingPayment, orderStages, orderDateGte, orderDateLte, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
6493
|
+
getListWithoutReferences({ userId, wildcard, accessCode, customerName, email, providerId, venueId, programmeId, customerId, orderIds, sessionId, facilityId, courseId, orderStage, isBookedOrPendingPayment, orderStages, orderDateGte, orderDateLte, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
6462
6494
|
/**
|
|
6463
6495
|
* Gets or sets the queryable User Id.
|
|
6464
6496
|
*/
|
|
@@ -6471,6 +6503,14 @@ declare class BookingService {
|
|
|
6471
6503
|
* Gets or sets the access code for use in a query search.
|
|
6472
6504
|
*/
|
|
6473
6505
|
accessCode?: string;
|
|
6506
|
+
/**
|
|
6507
|
+
* Gets or sets the customer name for use in a query search.
|
|
6508
|
+
*/
|
|
6509
|
+
customerName?: string;
|
|
6510
|
+
/**
|
|
6511
|
+
* Gets or sets the email for use in a query search.
|
|
6512
|
+
*/
|
|
6513
|
+
email?: string;
|
|
6474
6514
|
/**
|
|
6475
6515
|
* Gets or sets the provider Id for use in a query search.
|
|
6476
6516
|
*/
|
|
@@ -6573,7 +6613,7 @@ declare class BookingService {
|
|
|
6573
6613
|
* @returns Order OK
|
|
6574
6614
|
* @throws ApiError
|
|
6575
6615
|
*/
|
|
6576
|
-
getListIdName({ userId, wildcard, accessCode, providerId, venueId, programmeId, customerId, orderIds, sessionId, facilityId, courseId, orderStage, isBookedOrPendingPayment, orderStages, orderDateGte, orderDateLte, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
6616
|
+
getListIdName({ userId, wildcard, accessCode, customerName, email, providerId, venueId, programmeId, customerId, orderIds, sessionId, facilityId, courseId, orderStage, isBookedOrPendingPayment, orderStages, orderDateGte, orderDateLte, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
6577
6617
|
/**
|
|
6578
6618
|
* Gets or sets the queryable User Id.
|
|
6579
6619
|
*/
|
|
@@ -6586,6 +6626,14 @@ declare class BookingService {
|
|
|
6586
6626
|
* Gets or sets the access code for use in a query search.
|
|
6587
6627
|
*/
|
|
6588
6628
|
accessCode?: string;
|
|
6629
|
+
/**
|
|
6630
|
+
* Gets or sets the customer name for use in a query search.
|
|
6631
|
+
*/
|
|
6632
|
+
customerName?: string;
|
|
6633
|
+
/**
|
|
6634
|
+
* Gets or sets the email for use in a query search.
|
|
6635
|
+
*/
|
|
6636
|
+
email?: string;
|
|
6589
6637
|
/**
|
|
6590
6638
|
* Gets or sets the provider Id for use in a query search.
|
|
6591
6639
|
*/
|
|
@@ -7530,6 +7578,7 @@ type CourseCreate = {
|
|
|
7530
7578
|
* Gets or sets the admin contact email.
|
|
7531
7579
|
*/
|
|
7532
7580
|
adminContactEmail?: string | null;
|
|
7581
|
+
checkoutPlatform?: CheckoutPlatform;
|
|
7533
7582
|
/**
|
|
7534
7583
|
* Gets or sets the booking link override if checkout will occur externally.
|
|
7535
7584
|
*/
|
|
@@ -10620,7 +10669,7 @@ declare class DealActivitiesService {
|
|
|
10620
10669
|
readonly httpRequest: BaseHttpRequest;
|
|
10621
10670
|
constructor(httpRequest: BaseHttpRequest);
|
|
10622
10671
|
/**
|
|
10623
|
-
* Updates the assigned
|
|
10672
|
+
* Updates the activities assigned to the deal.
|
|
10624
10673
|
* @returns any OK
|
|
10625
10674
|
* @throws ApiError
|
|
10626
10675
|
*/
|
|
@@ -10635,7 +10684,7 @@ declare class DealActivitiesService {
|
|
|
10635
10684
|
requestBody?: Array<DealActivityPost>;
|
|
10636
10685
|
}): CancelablePromise<any>;
|
|
10637
10686
|
/**
|
|
10638
|
-
* Updates the assigned
|
|
10687
|
+
* Updates the deals assigned to the activity.
|
|
10639
10688
|
* @returns any OK
|
|
10640
10689
|
* @throws ApiError
|
|
10641
10690
|
*/
|
|
@@ -16011,7 +16060,7 @@ declare class LeasingService {
|
|
|
16011
16060
|
* @returns OrderPage OK
|
|
16012
16061
|
* @throws ApiError
|
|
16013
16062
|
*/
|
|
16014
|
-
getPage({ wildcard, accessCode, providerId, venueId, programmeId, customerId, orderIds, sessionId, facilityId, courseId, orderStage, isBookedOrPendingPayment, orderStages, orderDateGte, orderDateLte, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
16063
|
+
getPage({ wildcard, accessCode, customerName, email, providerId, venueId, programmeId, customerId, orderIds, sessionId, facilityId, courseId, orderStage, isBookedOrPendingPayment, orderStages, orderDateGte, orderDateLte, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
16015
16064
|
/**
|
|
16016
16065
|
* Gets or sets the wildcard for use in a query search.
|
|
16017
16066
|
*/
|
|
@@ -16020,6 +16069,14 @@ declare class LeasingService {
|
|
|
16020
16069
|
* Gets or sets the access code for use in a query search.
|
|
16021
16070
|
*/
|
|
16022
16071
|
accessCode?: string;
|
|
16072
|
+
/**
|
|
16073
|
+
* Gets or sets the customer name for use in a query search.
|
|
16074
|
+
*/
|
|
16075
|
+
customerName?: string;
|
|
16076
|
+
/**
|
|
16077
|
+
* Gets or sets the email for use in a query search.
|
|
16078
|
+
*/
|
|
16079
|
+
email?: string;
|
|
16023
16080
|
/**
|
|
16024
16081
|
* Gets or sets the provider Id for use in a query search.
|
|
16025
16082
|
*/
|
|
@@ -16155,7 +16212,7 @@ declare class LeasingService {
|
|
|
16155
16212
|
* @returns boolean OK
|
|
16156
16213
|
* @throws ApiError
|
|
16157
16214
|
*/
|
|
16158
|
-
exists({ wildcard, accessCode, providerId, venueId, programmeId, customerId, orderIds, sessionId, facilityId, courseId, orderStage, isBookedOrPendingPayment, orderStages, orderDateGte, orderDateLte, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
16215
|
+
exists({ wildcard, accessCode, customerName, email, providerId, venueId, programmeId, customerId, orderIds, sessionId, facilityId, courseId, orderStage, isBookedOrPendingPayment, orderStages, orderDateGte, orderDateLte, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
16159
16216
|
/**
|
|
16160
16217
|
* Gets or sets the wildcard for use in a query search.
|
|
16161
16218
|
*/
|
|
@@ -16164,6 +16221,14 @@ declare class LeasingService {
|
|
|
16164
16221
|
* Gets or sets the access code for use in a query search.
|
|
16165
16222
|
*/
|
|
16166
16223
|
accessCode?: string;
|
|
16224
|
+
/**
|
|
16225
|
+
* Gets or sets the customer name for use in a query search.
|
|
16226
|
+
*/
|
|
16227
|
+
customerName?: string;
|
|
16228
|
+
/**
|
|
16229
|
+
* Gets or sets the email for use in a query search.
|
|
16230
|
+
*/
|
|
16231
|
+
email?: string;
|
|
16167
16232
|
/**
|
|
16168
16233
|
* Gets or sets the provider Id for use in a query search.
|
|
16169
16234
|
*/
|
|
@@ -16266,7 +16331,7 @@ declare class LeasingService {
|
|
|
16266
16331
|
* @returns Order OK
|
|
16267
16332
|
* @throws ApiError
|
|
16268
16333
|
*/
|
|
16269
|
-
getListWithoutReferences({ wildcard, accessCode, providerId, venueId, programmeId, customerId, orderIds, sessionId, facilityId, courseId, orderStage, isBookedOrPendingPayment, orderStages, orderDateGte, orderDateLte, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
16334
|
+
getListWithoutReferences({ wildcard, accessCode, customerName, email, providerId, venueId, programmeId, customerId, orderIds, sessionId, facilityId, courseId, orderStage, isBookedOrPendingPayment, orderStages, orderDateGte, orderDateLte, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
16270
16335
|
/**
|
|
16271
16336
|
* Gets or sets the wildcard for use in a query search.
|
|
16272
16337
|
*/
|
|
@@ -16275,6 +16340,14 @@ declare class LeasingService {
|
|
|
16275
16340
|
* Gets or sets the access code for use in a query search.
|
|
16276
16341
|
*/
|
|
16277
16342
|
accessCode?: string;
|
|
16343
|
+
/**
|
|
16344
|
+
* Gets or sets the customer name for use in a query search.
|
|
16345
|
+
*/
|
|
16346
|
+
customerName?: string;
|
|
16347
|
+
/**
|
|
16348
|
+
* Gets or sets the email for use in a query search.
|
|
16349
|
+
*/
|
|
16350
|
+
email?: string;
|
|
16278
16351
|
/**
|
|
16279
16352
|
* Gets or sets the provider Id for use in a query search.
|
|
16280
16353
|
*/
|
|
@@ -16377,7 +16450,7 @@ declare class LeasingService {
|
|
|
16377
16450
|
* @returns Order OK
|
|
16378
16451
|
* @throws ApiError
|
|
16379
16452
|
*/
|
|
16380
|
-
getListIdName({ wildcard, accessCode, providerId, venueId, programmeId, customerId, orderIds, sessionId, facilityId, courseId, orderStage, isBookedOrPendingPayment, orderStages, orderDateGte, orderDateLte, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
16453
|
+
getListIdName({ wildcard, accessCode, customerName, email, providerId, venueId, programmeId, customerId, orderIds, sessionId, facilityId, courseId, orderStage, isBookedOrPendingPayment, orderStages, orderDateGte, orderDateLte, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
16381
16454
|
/**
|
|
16382
16455
|
* Gets or sets the wildcard for use in a query search.
|
|
16383
16456
|
*/
|
|
@@ -16386,6 +16459,14 @@ declare class LeasingService {
|
|
|
16386
16459
|
* Gets or sets the access code for use in a query search.
|
|
16387
16460
|
*/
|
|
16388
16461
|
accessCode?: string;
|
|
16462
|
+
/**
|
|
16463
|
+
* Gets or sets the customer name for use in a query search.
|
|
16464
|
+
*/
|
|
16465
|
+
customerName?: string;
|
|
16466
|
+
/**
|
|
16467
|
+
* Gets or sets the email for use in a query search.
|
|
16468
|
+
*/
|
|
16469
|
+
email?: string;
|
|
16389
16470
|
/**
|
|
16390
16471
|
* Gets or sets the provider Id for use in a query search.
|
|
16391
16472
|
*/
|
|
@@ -21797,7 +21878,7 @@ declare class OrdersService {
|
|
|
21797
21878
|
* @returns OrderPage OK
|
|
21798
21879
|
* @throws ApiError
|
|
21799
21880
|
*/
|
|
21800
|
-
getPage({ wildcard, accessCode, providerId, venueId, programmeId, customerId, orderIds, sessionId, facilityId, courseId, orderStage, isBookedOrPendingPayment, orderStages, orderDateGte, orderDateLte, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
21881
|
+
getPage({ wildcard, accessCode, customerName, email, providerId, venueId, programmeId, customerId, orderIds, sessionId, facilityId, courseId, orderStage, isBookedOrPendingPayment, orderStages, orderDateGte, orderDateLte, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
21801
21882
|
/**
|
|
21802
21883
|
* Gets or sets the wildcard for use in a query search.
|
|
21803
21884
|
*/
|
|
@@ -21806,6 +21887,14 @@ declare class OrdersService {
|
|
|
21806
21887
|
* Gets or sets the access code for use in a query search.
|
|
21807
21888
|
*/
|
|
21808
21889
|
accessCode?: string;
|
|
21890
|
+
/**
|
|
21891
|
+
* Gets or sets the customer name for use in a query search.
|
|
21892
|
+
*/
|
|
21893
|
+
customerName?: string;
|
|
21894
|
+
/**
|
|
21895
|
+
* Gets or sets the email for use in a query search.
|
|
21896
|
+
*/
|
|
21897
|
+
email?: string;
|
|
21809
21898
|
/**
|
|
21810
21899
|
* Gets or sets the provider Id for use in a query search.
|
|
21811
21900
|
*/
|
|
@@ -21941,7 +22030,7 @@ declare class OrdersService {
|
|
|
21941
22030
|
* @returns boolean OK
|
|
21942
22031
|
* @throws ApiError
|
|
21943
22032
|
*/
|
|
21944
|
-
exists({ wildcard, accessCode, providerId, venueId, programmeId, customerId, orderIds, sessionId, facilityId, courseId, orderStage, isBookedOrPendingPayment, orderStages, orderDateGte, orderDateLte, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
22033
|
+
exists({ wildcard, accessCode, customerName, email, providerId, venueId, programmeId, customerId, orderIds, sessionId, facilityId, courseId, orderStage, isBookedOrPendingPayment, orderStages, orderDateGte, orderDateLte, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
21945
22034
|
/**
|
|
21946
22035
|
* Gets or sets the wildcard for use in a query search.
|
|
21947
22036
|
*/
|
|
@@ -21950,6 +22039,14 @@ declare class OrdersService {
|
|
|
21950
22039
|
* Gets or sets the access code for use in a query search.
|
|
21951
22040
|
*/
|
|
21952
22041
|
accessCode?: string;
|
|
22042
|
+
/**
|
|
22043
|
+
* Gets or sets the customer name for use in a query search.
|
|
22044
|
+
*/
|
|
22045
|
+
customerName?: string;
|
|
22046
|
+
/**
|
|
22047
|
+
* Gets or sets the email for use in a query search.
|
|
22048
|
+
*/
|
|
22049
|
+
email?: string;
|
|
21953
22050
|
/**
|
|
21954
22051
|
* Gets or sets the provider Id for use in a query search.
|
|
21955
22052
|
*/
|
|
@@ -22052,7 +22149,7 @@ declare class OrdersService {
|
|
|
22052
22149
|
* @returns Order OK
|
|
22053
22150
|
* @throws ApiError
|
|
22054
22151
|
*/
|
|
22055
|
-
getListWithoutReferences({ wildcard, accessCode, providerId, venueId, programmeId, customerId, orderIds, sessionId, facilityId, courseId, orderStage, isBookedOrPendingPayment, orderStages, orderDateGte, orderDateLte, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
22152
|
+
getListWithoutReferences({ wildcard, accessCode, customerName, email, providerId, venueId, programmeId, customerId, orderIds, sessionId, facilityId, courseId, orderStage, isBookedOrPendingPayment, orderStages, orderDateGte, orderDateLte, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
22056
22153
|
/**
|
|
22057
22154
|
* Gets or sets the wildcard for use in a query search.
|
|
22058
22155
|
*/
|
|
@@ -22061,6 +22158,14 @@ declare class OrdersService {
|
|
|
22061
22158
|
* Gets or sets the access code for use in a query search.
|
|
22062
22159
|
*/
|
|
22063
22160
|
accessCode?: string;
|
|
22161
|
+
/**
|
|
22162
|
+
* Gets or sets the customer name for use in a query search.
|
|
22163
|
+
*/
|
|
22164
|
+
customerName?: string;
|
|
22165
|
+
/**
|
|
22166
|
+
* Gets or sets the email for use in a query search.
|
|
22167
|
+
*/
|
|
22168
|
+
email?: string;
|
|
22064
22169
|
/**
|
|
22065
22170
|
* Gets or sets the provider Id for use in a query search.
|
|
22066
22171
|
*/
|
|
@@ -22163,7 +22268,7 @@ declare class OrdersService {
|
|
|
22163
22268
|
* @returns Order OK
|
|
22164
22269
|
* @throws ApiError
|
|
22165
22270
|
*/
|
|
22166
|
-
getListIdName({ wildcard, accessCode, providerId, venueId, programmeId, customerId, orderIds, sessionId, facilityId, courseId, orderStage, isBookedOrPendingPayment, orderStages, orderDateGte, orderDateLte, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
22271
|
+
getListIdName({ wildcard, accessCode, customerName, email, providerId, venueId, programmeId, customerId, orderIds, sessionId, facilityId, courseId, orderStage, isBookedOrPendingPayment, orderStages, orderDateGte, orderDateLte, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
22167
22272
|
/**
|
|
22168
22273
|
* Gets or sets the wildcard for use in a query search.
|
|
22169
22274
|
*/
|
|
@@ -22172,6 +22277,14 @@ declare class OrdersService {
|
|
|
22172
22277
|
* Gets or sets the access code for use in a query search.
|
|
22173
22278
|
*/
|
|
22174
22279
|
accessCode?: string;
|
|
22280
|
+
/**
|
|
22281
|
+
* Gets or sets the customer name for use in a query search.
|
|
22282
|
+
*/
|
|
22283
|
+
customerName?: string;
|
|
22284
|
+
/**
|
|
22285
|
+
* Gets or sets the email for use in a query search.
|
|
22286
|
+
*/
|
|
22287
|
+
email?: string;
|
|
22175
22288
|
/**
|
|
22176
22289
|
* Gets or sets the provider Id for use in a query search.
|
|
22177
22290
|
*/
|
|
@@ -26193,7 +26306,7 @@ declare class PublicBookingService {
|
|
|
26193
26306
|
* @returns OrderPage OK
|
|
26194
26307
|
* @throws ApiError
|
|
26195
26308
|
*/
|
|
26196
|
-
getPage({ xTenantSubdomain, userId, wildcard, accessCode, providerId, venueId, programmeId, customerId, orderIds, sessionId, facilityId, courseId, orderStage, isBookedOrPendingPayment, orderStages, orderDateGte, orderDateLte, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
26309
|
+
getPage({ xTenantSubdomain, userId, wildcard, accessCode, customerName, email, providerId, venueId, programmeId, customerId, orderIds, sessionId, facilityId, courseId, orderStage, isBookedOrPendingPayment, orderStages, orderDateGte, orderDateLte, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
26197
26310
|
/**
|
|
26198
26311
|
* The tenants subdomain.
|
|
26199
26312
|
*/
|
|
@@ -26210,6 +26323,14 @@ declare class PublicBookingService {
|
|
|
26210
26323
|
* Gets or sets the access code for use in a query search.
|
|
26211
26324
|
*/
|
|
26212
26325
|
accessCode?: string;
|
|
26326
|
+
/**
|
|
26327
|
+
* Gets or sets the customer name for use in a query search.
|
|
26328
|
+
*/
|
|
26329
|
+
customerName?: string;
|
|
26330
|
+
/**
|
|
26331
|
+
* Gets or sets the email for use in a query search.
|
|
26332
|
+
*/
|
|
26333
|
+
email?: string;
|
|
26213
26334
|
/**
|
|
26214
26335
|
* Gets or sets the provider Id for use in a query search.
|
|
26215
26336
|
*/
|
|
@@ -26342,7 +26463,7 @@ declare class PublicBookingService {
|
|
|
26342
26463
|
* @returns boolean OK
|
|
26343
26464
|
* @throws ApiError
|
|
26344
26465
|
*/
|
|
26345
|
-
exists({ xTenantSubdomain, userId, wildcard, accessCode, providerId, venueId, programmeId, customerId, orderIds, sessionId, facilityId, courseId, orderStage, isBookedOrPendingPayment, orderStages, orderDateGte, orderDateLte, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
26466
|
+
exists({ xTenantSubdomain, userId, wildcard, accessCode, customerName, email, providerId, venueId, programmeId, customerId, orderIds, sessionId, facilityId, courseId, orderStage, isBookedOrPendingPayment, orderStages, orderDateGte, orderDateLte, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
26346
26467
|
/**
|
|
26347
26468
|
* The tenants subdomain.
|
|
26348
26469
|
*/
|
|
@@ -26359,6 +26480,14 @@ declare class PublicBookingService {
|
|
|
26359
26480
|
* Gets or sets the access code for use in a query search.
|
|
26360
26481
|
*/
|
|
26361
26482
|
accessCode?: string;
|
|
26483
|
+
/**
|
|
26484
|
+
* Gets or sets the customer name for use in a query search.
|
|
26485
|
+
*/
|
|
26486
|
+
customerName?: string;
|
|
26487
|
+
/**
|
|
26488
|
+
* Gets or sets the email for use in a query search.
|
|
26489
|
+
*/
|
|
26490
|
+
email?: string;
|
|
26362
26491
|
/**
|
|
26363
26492
|
* Gets or sets the provider Id for use in a query search.
|
|
26364
26493
|
*/
|
|
@@ -28272,7 +28401,7 @@ declare class PublicLeasingService {
|
|
|
28272
28401
|
* @returns OrderPage OK
|
|
28273
28402
|
* @throws ApiError
|
|
28274
28403
|
*/
|
|
28275
|
-
getPage({ xTenantSubdomain, wildcard, accessCode, providerId, venueId, programmeId, customerId, orderIds, sessionId, facilityId, courseId, orderStage, isBookedOrPendingPayment, orderStages, orderDateGte, orderDateLte, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
28404
|
+
getPage({ xTenantSubdomain, wildcard, accessCode, customerName, email, providerId, venueId, programmeId, customerId, orderIds, sessionId, facilityId, courseId, orderStage, isBookedOrPendingPayment, orderStages, orderDateGte, orderDateLte, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
28276
28405
|
/**
|
|
28277
28406
|
* The tenants subdomain.
|
|
28278
28407
|
*/
|
|
@@ -28285,6 +28414,14 @@ declare class PublicLeasingService {
|
|
|
28285
28414
|
* Gets or sets the access code for use in a query search.
|
|
28286
28415
|
*/
|
|
28287
28416
|
accessCode?: string;
|
|
28417
|
+
/**
|
|
28418
|
+
* Gets or sets the customer name for use in a query search.
|
|
28419
|
+
*/
|
|
28420
|
+
customerName?: string;
|
|
28421
|
+
/**
|
|
28422
|
+
* Gets or sets the email for use in a query search.
|
|
28423
|
+
*/
|
|
28424
|
+
email?: string;
|
|
28288
28425
|
/**
|
|
28289
28426
|
* Gets or sets the provider Id for use in a query search.
|
|
28290
28427
|
*/
|
|
@@ -28387,7 +28524,7 @@ declare class PublicLeasingService {
|
|
|
28387
28524
|
* @returns boolean OK
|
|
28388
28525
|
* @throws ApiError
|
|
28389
28526
|
*/
|
|
28390
|
-
exists({ xTenantSubdomain, wildcard, accessCode, providerId, venueId, programmeId, customerId, orderIds, sessionId, facilityId, courseId, orderStage, isBookedOrPendingPayment, orderStages, orderDateGte, orderDateLte, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
28527
|
+
exists({ xTenantSubdomain, wildcard, accessCode, customerName, email, providerId, venueId, programmeId, customerId, orderIds, sessionId, facilityId, courseId, orderStage, isBookedOrPendingPayment, orderStages, orderDateGte, orderDateLte, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
28391
28528
|
/**
|
|
28392
28529
|
* The tenants subdomain.
|
|
28393
28530
|
*/
|
|
@@ -28400,6 +28537,14 @@ declare class PublicLeasingService {
|
|
|
28400
28537
|
* Gets or sets the access code for use in a query search.
|
|
28401
28538
|
*/
|
|
28402
28539
|
accessCode?: string;
|
|
28540
|
+
/**
|
|
28541
|
+
* Gets or sets the customer name for use in a query search.
|
|
28542
|
+
*/
|
|
28543
|
+
customerName?: string;
|
|
28544
|
+
/**
|
|
28545
|
+
* Gets or sets the email for use in a query search.
|
|
28546
|
+
*/
|
|
28547
|
+
email?: string;
|
|
28403
28548
|
/**
|
|
28404
28549
|
* Gets or sets the provider Id for use in a query search.
|
|
28405
28550
|
*/
|
|
@@ -29438,7 +29583,7 @@ declare class PublicOrdersService {
|
|
|
29438
29583
|
* @returns OrderPage OK
|
|
29439
29584
|
* @throws ApiError
|
|
29440
29585
|
*/
|
|
29441
|
-
getPage({ xTenantSubdomain, wildcard, accessCode, providerId, venueId, programmeId, customerId, orderIds, sessionId, facilityId, courseId, orderStage, isBookedOrPendingPayment, orderStages, orderDateGte, orderDateLte, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
29586
|
+
getPage({ xTenantSubdomain, wildcard, accessCode, customerName, email, providerId, venueId, programmeId, customerId, orderIds, sessionId, facilityId, courseId, orderStage, isBookedOrPendingPayment, orderStages, orderDateGte, orderDateLte, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
29442
29587
|
/**
|
|
29443
29588
|
* The tenants subdomain.
|
|
29444
29589
|
*/
|
|
@@ -29451,6 +29596,14 @@ declare class PublicOrdersService {
|
|
|
29451
29596
|
* Gets or sets the access code for use in a query search.
|
|
29452
29597
|
*/
|
|
29453
29598
|
accessCode?: string;
|
|
29599
|
+
/**
|
|
29600
|
+
* Gets or sets the customer name for use in a query search.
|
|
29601
|
+
*/
|
|
29602
|
+
customerName?: string;
|
|
29603
|
+
/**
|
|
29604
|
+
* Gets or sets the email for use in a query search.
|
|
29605
|
+
*/
|
|
29606
|
+
email?: string;
|
|
29454
29607
|
/**
|
|
29455
29608
|
* Gets or sets the provider Id for use in a query search.
|
|
29456
29609
|
*/
|
|
@@ -29553,7 +29706,7 @@ declare class PublicOrdersService {
|
|
|
29553
29706
|
* @returns boolean OK
|
|
29554
29707
|
* @throws ApiError
|
|
29555
29708
|
*/
|
|
29556
|
-
exists({ xTenantSubdomain, wildcard, accessCode, providerId, venueId, programmeId, customerId, orderIds, sessionId, facilityId, courseId, orderStage, isBookedOrPendingPayment, orderStages, orderDateGte, orderDateLte, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
29709
|
+
exists({ xTenantSubdomain, wildcard, accessCode, customerName, email, providerId, venueId, programmeId, customerId, orderIds, sessionId, facilityId, courseId, orderStage, isBookedOrPendingPayment, orderStages, orderDateGte, orderDateLte, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
|
|
29557
29710
|
/**
|
|
29558
29711
|
* The tenants subdomain.
|
|
29559
29712
|
*/
|
|
@@ -29566,6 +29719,14 @@ declare class PublicOrdersService {
|
|
|
29566
29719
|
* Gets or sets the access code for use in a query search.
|
|
29567
29720
|
*/
|
|
29568
29721
|
accessCode?: string;
|
|
29722
|
+
/**
|
|
29723
|
+
* Gets or sets the customer name for use in a query search.
|
|
29724
|
+
*/
|
|
29725
|
+
customerName?: string;
|
|
29726
|
+
/**
|
|
29727
|
+
* Gets or sets the email for use in a query search.
|
|
29728
|
+
*/
|
|
29729
|
+
email?: string;
|
|
29569
29730
|
/**
|
|
29570
29731
|
* Gets or sets the provider Id for use in a query search.
|
|
29571
29732
|
*/
|
|
@@ -38194,6 +38355,7 @@ type SessionCreate = {
|
|
|
38194
38355
|
* Gets or sets the admin contact email.
|
|
38195
38356
|
*/
|
|
38196
38357
|
adminContactEmail?: string | null;
|
|
38358
|
+
checkoutPlatform?: CheckoutPlatform;
|
|
38197
38359
|
/**
|
|
38198
38360
|
* Gets or sets the booking link override if checkout will occur externally.
|
|
38199
38361
|
*/
|
|
@@ -48379,7 +48541,7 @@ declare class UserProgrammesService {
|
|
|
48379
48541
|
readonly httpRequest: BaseHttpRequest;
|
|
48380
48542
|
constructor(httpRequest: BaseHttpRequest);
|
|
48381
48543
|
/**
|
|
48382
|
-
* Updates the assigned
|
|
48544
|
+
* Updates the programmes assigned to the user.
|
|
48383
48545
|
* @returns any OK
|
|
48384
48546
|
* @throws ApiError
|
|
48385
48547
|
*/
|
|
@@ -48394,7 +48556,7 @@ declare class UserProgrammesService {
|
|
|
48394
48556
|
requestBody?: Array<UserProgrammePost>;
|
|
48395
48557
|
}): CancelablePromise<any>;
|
|
48396
48558
|
/**
|
|
48397
|
-
* Updates the assigned
|
|
48559
|
+
* Updates the users assigned to the programme.
|
|
48398
48560
|
* @returns any OK
|
|
48399
48561
|
* @throws ApiError
|
|
48400
48562
|
*/
|
|
@@ -48853,7 +49015,7 @@ declare class UserProvidersService {
|
|
|
48853
49015
|
readonly httpRequest: BaseHttpRequest;
|
|
48854
49016
|
constructor(httpRequest: BaseHttpRequest);
|
|
48855
49017
|
/**
|
|
48856
|
-
* Updates the assigned
|
|
49018
|
+
* Updates the providers assigned to the user.
|
|
48857
49019
|
* @returns any OK
|
|
48858
49020
|
* @throws ApiError
|
|
48859
49021
|
*/
|
|
@@ -48868,7 +49030,7 @@ declare class UserProvidersService {
|
|
|
48868
49030
|
requestBody?: Array<UserProviderPost>;
|
|
48869
49031
|
}): CancelablePromise<any>;
|
|
48870
49032
|
/**
|
|
48871
|
-
* Updates the assigned
|
|
49033
|
+
* Updates the users assigned to the provider.
|
|
48872
49034
|
* @returns any OK
|
|
48873
49035
|
* @throws ApiError
|
|
48874
49036
|
*/
|
|
@@ -49878,7 +50040,7 @@ declare class VenueManagersService {
|
|
|
49878
50040
|
readonly httpRequest: BaseHttpRequest;
|
|
49879
50041
|
constructor(httpRequest: BaseHttpRequest);
|
|
49880
50042
|
/**
|
|
49881
|
-
* Updates the assigned
|
|
50043
|
+
* Updates the venues assigned to the user.
|
|
49882
50044
|
* @returns any OK
|
|
49883
50045
|
* @throws ApiError
|
|
49884
50046
|
*/
|
|
@@ -49893,7 +50055,7 @@ declare class VenueManagersService {
|
|
|
49893
50055
|
requestBody?: Array<VenueManagerPost>;
|
|
49894
50056
|
}): CancelablePromise<any>;
|
|
49895
50057
|
/**
|
|
49896
|
-
* Updates the assigned
|
|
50058
|
+
* Updates the users assigned to the venue.
|
|
49897
50059
|
* @returns any OK
|
|
49898
50060
|
* @throws ApiError
|
|
49899
50061
|
*/
|