reach-api-sdk 1.0.179 → 1.0.181
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 +277 -82
- package/dist/reach-sdk.js +151 -8
- package/package.json +1 -1
- package/src/definition/swagger.yaml +399 -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/ProvidersService.ts +54 -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/PublicTenantsService.ts +28 -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
|
*/
|
|
@@ -25434,6 +25547,28 @@ declare class ProvidersService {
|
|
|
25434
25547
|
*/
|
|
25435
25548
|
id: string;
|
|
25436
25549
|
}): CancelablePromise<Provider>;
|
|
25550
|
+
/**
|
|
25551
|
+
* Unpublishes the provider (results in the provider and its associated activities no longer being publicly bookable).
|
|
25552
|
+
* @returns Provider OK
|
|
25553
|
+
* @throws ApiError
|
|
25554
|
+
*/
|
|
25555
|
+
unpublish({ providerId, }: {
|
|
25556
|
+
/**
|
|
25557
|
+
* The provider Id.
|
|
25558
|
+
*/
|
|
25559
|
+
providerId: string;
|
|
25560
|
+
}): CancelablePromise<Provider>;
|
|
25561
|
+
/**
|
|
25562
|
+
* Publishes the provider (results in the provider and its associated activities becoming publicly bookable).
|
|
25563
|
+
* @returns Provider OK
|
|
25564
|
+
* @throws ApiError
|
|
25565
|
+
*/
|
|
25566
|
+
publish({ providerId, }: {
|
|
25567
|
+
/**
|
|
25568
|
+
* The provider Id.
|
|
25569
|
+
*/
|
|
25570
|
+
providerId: string;
|
|
25571
|
+
}): CancelablePromise<Provider>;
|
|
25437
25572
|
/**
|
|
25438
25573
|
* Creates a provider.
|
|
25439
25574
|
* @returns Provider OK
|
|
@@ -26193,7 +26328,7 @@ declare class PublicBookingService {
|
|
|
26193
26328
|
* @returns OrderPage OK
|
|
26194
26329
|
* @throws ApiError
|
|
26195
26330
|
*/
|
|
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, }: {
|
|
26331
|
+
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
26332
|
/**
|
|
26198
26333
|
* The tenants subdomain.
|
|
26199
26334
|
*/
|
|
@@ -26210,6 +26345,14 @@ declare class PublicBookingService {
|
|
|
26210
26345
|
* Gets or sets the access code for use in a query search.
|
|
26211
26346
|
*/
|
|
26212
26347
|
accessCode?: string;
|
|
26348
|
+
/**
|
|
26349
|
+
* Gets or sets the customer name for use in a query search.
|
|
26350
|
+
*/
|
|
26351
|
+
customerName?: string;
|
|
26352
|
+
/**
|
|
26353
|
+
* Gets or sets the email for use in a query search.
|
|
26354
|
+
*/
|
|
26355
|
+
email?: string;
|
|
26213
26356
|
/**
|
|
26214
26357
|
* Gets or sets the provider Id for use in a query search.
|
|
26215
26358
|
*/
|
|
@@ -26342,7 +26485,7 @@ declare class PublicBookingService {
|
|
|
26342
26485
|
* @returns boolean OK
|
|
26343
26486
|
* @throws ApiError
|
|
26344
26487
|
*/
|
|
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, }: {
|
|
26488
|
+
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
26489
|
/**
|
|
26347
26490
|
* The tenants subdomain.
|
|
26348
26491
|
*/
|
|
@@ -26359,6 +26502,14 @@ declare class PublicBookingService {
|
|
|
26359
26502
|
* Gets or sets the access code for use in a query search.
|
|
26360
26503
|
*/
|
|
26361
26504
|
accessCode?: string;
|
|
26505
|
+
/**
|
|
26506
|
+
* Gets or sets the customer name for use in a query search.
|
|
26507
|
+
*/
|
|
26508
|
+
customerName?: string;
|
|
26509
|
+
/**
|
|
26510
|
+
* Gets or sets the email for use in a query search.
|
|
26511
|
+
*/
|
|
26512
|
+
email?: string;
|
|
26362
26513
|
/**
|
|
26363
26514
|
* Gets or sets the provider Id for use in a query search.
|
|
26364
26515
|
*/
|
|
@@ -28272,7 +28423,7 @@ declare class PublicLeasingService {
|
|
|
28272
28423
|
* @returns OrderPage OK
|
|
28273
28424
|
* @throws ApiError
|
|
28274
28425
|
*/
|
|
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, }: {
|
|
28426
|
+
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
28427
|
/**
|
|
28277
28428
|
* The tenants subdomain.
|
|
28278
28429
|
*/
|
|
@@ -28285,6 +28436,14 @@ declare class PublicLeasingService {
|
|
|
28285
28436
|
* Gets or sets the access code for use in a query search.
|
|
28286
28437
|
*/
|
|
28287
28438
|
accessCode?: string;
|
|
28439
|
+
/**
|
|
28440
|
+
* Gets or sets the customer name for use in a query search.
|
|
28441
|
+
*/
|
|
28442
|
+
customerName?: string;
|
|
28443
|
+
/**
|
|
28444
|
+
* Gets or sets the email for use in a query search.
|
|
28445
|
+
*/
|
|
28446
|
+
email?: string;
|
|
28288
28447
|
/**
|
|
28289
28448
|
* Gets or sets the provider Id for use in a query search.
|
|
28290
28449
|
*/
|
|
@@ -28387,7 +28546,7 @@ declare class PublicLeasingService {
|
|
|
28387
28546
|
* @returns boolean OK
|
|
28388
28547
|
* @throws ApiError
|
|
28389
28548
|
*/
|
|
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, }: {
|
|
28549
|
+
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
28550
|
/**
|
|
28392
28551
|
* The tenants subdomain.
|
|
28393
28552
|
*/
|
|
@@ -28400,6 +28559,14 @@ declare class PublicLeasingService {
|
|
|
28400
28559
|
* Gets or sets the access code for use in a query search.
|
|
28401
28560
|
*/
|
|
28402
28561
|
accessCode?: string;
|
|
28562
|
+
/**
|
|
28563
|
+
* Gets or sets the customer name for use in a query search.
|
|
28564
|
+
*/
|
|
28565
|
+
customerName?: string;
|
|
28566
|
+
/**
|
|
28567
|
+
* Gets or sets the email for use in a query search.
|
|
28568
|
+
*/
|
|
28569
|
+
email?: string;
|
|
28403
28570
|
/**
|
|
28404
28571
|
* Gets or sets the provider Id for use in a query search.
|
|
28405
28572
|
*/
|
|
@@ -29438,7 +29605,7 @@ declare class PublicOrdersService {
|
|
|
29438
29605
|
* @returns OrderPage OK
|
|
29439
29606
|
* @throws ApiError
|
|
29440
29607
|
*/
|
|
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, }: {
|
|
29608
|
+
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
29609
|
/**
|
|
29443
29610
|
* The tenants subdomain.
|
|
29444
29611
|
*/
|
|
@@ -29451,6 +29618,14 @@ declare class PublicOrdersService {
|
|
|
29451
29618
|
* Gets or sets the access code for use in a query search.
|
|
29452
29619
|
*/
|
|
29453
29620
|
accessCode?: string;
|
|
29621
|
+
/**
|
|
29622
|
+
* Gets or sets the customer name for use in a query search.
|
|
29623
|
+
*/
|
|
29624
|
+
customerName?: string;
|
|
29625
|
+
/**
|
|
29626
|
+
* Gets or sets the email for use in a query search.
|
|
29627
|
+
*/
|
|
29628
|
+
email?: string;
|
|
29454
29629
|
/**
|
|
29455
29630
|
* Gets or sets the provider Id for use in a query search.
|
|
29456
29631
|
*/
|
|
@@ -29553,7 +29728,7 @@ declare class PublicOrdersService {
|
|
|
29553
29728
|
* @returns boolean OK
|
|
29554
29729
|
* @throws ApiError
|
|
29555
29730
|
*/
|
|
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, }: {
|
|
29731
|
+
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
29732
|
/**
|
|
29558
29733
|
* The tenants subdomain.
|
|
29559
29734
|
*/
|
|
@@ -29566,6 +29741,14 @@ declare class PublicOrdersService {
|
|
|
29566
29741
|
* Gets or sets the access code for use in a query search.
|
|
29567
29742
|
*/
|
|
29568
29743
|
accessCode?: string;
|
|
29744
|
+
/**
|
|
29745
|
+
* Gets or sets the customer name for use in a query search.
|
|
29746
|
+
*/
|
|
29747
|
+
customerName?: string;
|
|
29748
|
+
/**
|
|
29749
|
+
* Gets or sets the email for use in a query search.
|
|
29750
|
+
*/
|
|
29751
|
+
email?: string;
|
|
29569
29752
|
/**
|
|
29570
29753
|
* Gets or sets the provider Id for use in a query search.
|
|
29571
29754
|
*/
|
|
@@ -33758,6 +33941,60 @@ type TenantPost = {
|
|
|
33758
33941
|
timeZoneTz: string;
|
|
33759
33942
|
};
|
|
33760
33943
|
|
|
33944
|
+
/**
|
|
33945
|
+
* Represents an organisation within the Reach application.
|
|
33946
|
+
*/
|
|
33947
|
+
type TenantSetting = {
|
|
33948
|
+
/**
|
|
33949
|
+
* Gets or sets the entities Id.
|
|
33950
|
+
*/
|
|
33951
|
+
id?: string;
|
|
33952
|
+
/**
|
|
33953
|
+
* Gets or sets the tenant Id.
|
|
33954
|
+
*/
|
|
33955
|
+
tenantId: string;
|
|
33956
|
+
/**
|
|
33957
|
+
* Gets or sets the created date of this entity.
|
|
33958
|
+
*/
|
|
33959
|
+
dateCreated: string;
|
|
33960
|
+
/**
|
|
33961
|
+
* Gets or sets the last modified date of this entity.
|
|
33962
|
+
*/
|
|
33963
|
+
dateModified: string;
|
|
33964
|
+
/**
|
|
33965
|
+
* Gets or sets the modified by Id.
|
|
33966
|
+
*/
|
|
33967
|
+
modifiedById?: string | null;
|
|
33968
|
+
/**
|
|
33969
|
+
* Gets or sets a value indicating whether the record is live and available for use within the application.
|
|
33970
|
+
*/
|
|
33971
|
+
isLive: boolean;
|
|
33972
|
+
/**
|
|
33973
|
+
* Gets or sets the order number prefix.
|
|
33974
|
+
*/
|
|
33975
|
+
orderNumberPrefix?: string | null;
|
|
33976
|
+
/**
|
|
33977
|
+
* Gets or sets the next order number in the sequence.
|
|
33978
|
+
*/
|
|
33979
|
+
orderNumberValue?: number;
|
|
33980
|
+
/**
|
|
33981
|
+
* Gets or sets the Played platforms application fee percentage per transaction.
|
|
33982
|
+
*/
|
|
33983
|
+
applicationFee?: number | null;
|
|
33984
|
+
/**
|
|
33985
|
+
* Gets or sets a value indicating whether payment policies are enabled for the tenant (only applicable to enterprise tenants).
|
|
33986
|
+
*/
|
|
33987
|
+
enablePaymentPolicies?: boolean;
|
|
33988
|
+
/**
|
|
33989
|
+
* Gets or sets a value indicating whether providers are enabled for the tenant (only applicable to enterprise tenants).
|
|
33990
|
+
*/
|
|
33991
|
+
enableProviders?: boolean;
|
|
33992
|
+
/**
|
|
33993
|
+
* Gets the next order number in the sequence.
|
|
33994
|
+
*/
|
|
33995
|
+
readonly orderNumber?: string | null;
|
|
33996
|
+
};
|
|
33997
|
+
|
|
33761
33998
|
declare class PublicTenantsService {
|
|
33762
33999
|
readonly httpRequest: BaseHttpRequest;
|
|
33763
34000
|
constructor(httpRequest: BaseHttpRequest);
|
|
@@ -33783,6 +34020,17 @@ declare class PublicTenantsService {
|
|
|
33783
34020
|
*/
|
|
33784
34021
|
id: string;
|
|
33785
34022
|
}): CancelablePromise<Tenant>;
|
|
34023
|
+
/**
|
|
34024
|
+
* Gets the tenants settings.
|
|
34025
|
+
* @returns TenantSetting OK
|
|
34026
|
+
* @throws ApiError
|
|
34027
|
+
*/
|
|
34028
|
+
getSettings({ xTenantSubdomain, }: {
|
|
34029
|
+
/**
|
|
34030
|
+
* The tenants subdomain.
|
|
34031
|
+
*/
|
|
34032
|
+
xTenantSubdomain?: string;
|
|
34033
|
+
}): CancelablePromise<TenantSetting>;
|
|
33786
34034
|
/**
|
|
33787
34035
|
* Inserts a new resource. The Id will be automatically generated and will be ignored if provided.
|
|
33788
34036
|
* @returns Tenant OK
|
|
@@ -38194,6 +38442,7 @@ type SessionCreate = {
|
|
|
38194
38442
|
* Gets or sets the admin contact email.
|
|
38195
38443
|
*/
|
|
38196
38444
|
adminContactEmail?: string | null;
|
|
38445
|
+
checkoutPlatform?: CheckoutPlatform;
|
|
38197
38446
|
/**
|
|
38198
38447
|
* Gets or sets the booking link override if checkout will occur externally.
|
|
38199
38448
|
*/
|
|
@@ -46289,60 +46538,6 @@ type DatabaseState = {
|
|
|
46289
46538
|
stripeSetupRequirements?: Array<StripeSetupRequirement> | null;
|
|
46290
46539
|
};
|
|
46291
46540
|
|
|
46292
|
-
/**
|
|
46293
|
-
* Represents an organisation within the Reach application.
|
|
46294
|
-
*/
|
|
46295
|
-
type TenantSetting = {
|
|
46296
|
-
/**
|
|
46297
|
-
* Gets or sets the entities Id.
|
|
46298
|
-
*/
|
|
46299
|
-
id?: string;
|
|
46300
|
-
/**
|
|
46301
|
-
* Gets or sets the tenant Id.
|
|
46302
|
-
*/
|
|
46303
|
-
tenantId: string;
|
|
46304
|
-
/**
|
|
46305
|
-
* Gets or sets the created date of this entity.
|
|
46306
|
-
*/
|
|
46307
|
-
dateCreated: string;
|
|
46308
|
-
/**
|
|
46309
|
-
* Gets or sets the last modified date of this entity.
|
|
46310
|
-
*/
|
|
46311
|
-
dateModified: string;
|
|
46312
|
-
/**
|
|
46313
|
-
* Gets or sets the modified by Id.
|
|
46314
|
-
*/
|
|
46315
|
-
modifiedById?: string | null;
|
|
46316
|
-
/**
|
|
46317
|
-
* Gets or sets a value indicating whether the record is live and available for use within the application.
|
|
46318
|
-
*/
|
|
46319
|
-
isLive: boolean;
|
|
46320
|
-
/**
|
|
46321
|
-
* Gets or sets the order number prefix.
|
|
46322
|
-
*/
|
|
46323
|
-
orderNumberPrefix?: string | null;
|
|
46324
|
-
/**
|
|
46325
|
-
* Gets or sets the next order number in the sequence.
|
|
46326
|
-
*/
|
|
46327
|
-
orderNumberValue?: number;
|
|
46328
|
-
/**
|
|
46329
|
-
* Gets or sets the Played platforms application fee percentage per transaction.
|
|
46330
|
-
*/
|
|
46331
|
-
applicationFee?: number | null;
|
|
46332
|
-
/**
|
|
46333
|
-
* Gets or sets a value indicating whether payment policies are enabled for the tenant (only applicable to enterprise tenants).
|
|
46334
|
-
*/
|
|
46335
|
-
enablePaymentPolicies?: boolean;
|
|
46336
|
-
/**
|
|
46337
|
-
* Gets or sets a value indicating whether providers are enabled for the tenant (only applicable to enterprise tenants).
|
|
46338
|
-
*/
|
|
46339
|
-
enableProviders?: boolean;
|
|
46340
|
-
/**
|
|
46341
|
-
* Gets the next order number in the sequence.
|
|
46342
|
-
*/
|
|
46343
|
-
readonly orderNumber?: string | null;
|
|
46344
|
-
};
|
|
46345
|
-
|
|
46346
46541
|
declare class TenantsService {
|
|
46347
46542
|
readonly httpRequest: BaseHttpRequest;
|
|
46348
46543
|
constructor(httpRequest: BaseHttpRequest);
|
|
@@ -48379,7 +48574,7 @@ declare class UserProgrammesService {
|
|
|
48379
48574
|
readonly httpRequest: BaseHttpRequest;
|
|
48380
48575
|
constructor(httpRequest: BaseHttpRequest);
|
|
48381
48576
|
/**
|
|
48382
|
-
* Updates the assigned
|
|
48577
|
+
* Updates the programmes assigned to the user.
|
|
48383
48578
|
* @returns any OK
|
|
48384
48579
|
* @throws ApiError
|
|
48385
48580
|
*/
|
|
@@ -48394,7 +48589,7 @@ declare class UserProgrammesService {
|
|
|
48394
48589
|
requestBody?: Array<UserProgrammePost>;
|
|
48395
48590
|
}): CancelablePromise<any>;
|
|
48396
48591
|
/**
|
|
48397
|
-
* Updates the assigned
|
|
48592
|
+
* Updates the users assigned to the programme.
|
|
48398
48593
|
* @returns any OK
|
|
48399
48594
|
* @throws ApiError
|
|
48400
48595
|
*/
|
|
@@ -48853,7 +49048,7 @@ declare class UserProvidersService {
|
|
|
48853
49048
|
readonly httpRequest: BaseHttpRequest;
|
|
48854
49049
|
constructor(httpRequest: BaseHttpRequest);
|
|
48855
49050
|
/**
|
|
48856
|
-
* Updates the assigned
|
|
49051
|
+
* Updates the providers assigned to the user.
|
|
48857
49052
|
* @returns any OK
|
|
48858
49053
|
* @throws ApiError
|
|
48859
49054
|
*/
|
|
@@ -48868,7 +49063,7 @@ declare class UserProvidersService {
|
|
|
48868
49063
|
requestBody?: Array<UserProviderPost>;
|
|
48869
49064
|
}): CancelablePromise<any>;
|
|
48870
49065
|
/**
|
|
48871
|
-
* Updates the assigned
|
|
49066
|
+
* Updates the users assigned to the provider.
|
|
48872
49067
|
* @returns any OK
|
|
48873
49068
|
* @throws ApiError
|
|
48874
49069
|
*/
|
|
@@ -49878,7 +50073,7 @@ declare class VenueManagersService {
|
|
|
49878
50073
|
readonly httpRequest: BaseHttpRequest;
|
|
49879
50074
|
constructor(httpRequest: BaseHttpRequest);
|
|
49880
50075
|
/**
|
|
49881
|
-
* Updates the assigned
|
|
50076
|
+
* Updates the venues assigned to the user.
|
|
49882
50077
|
* @returns any OK
|
|
49883
50078
|
* @throws ApiError
|
|
49884
50079
|
*/
|
|
@@ -49893,7 +50088,7 @@ declare class VenueManagersService {
|
|
|
49893
50088
|
requestBody?: Array<VenueManagerPost>;
|
|
49894
50089
|
}): CancelablePromise<any>;
|
|
49895
50090
|
/**
|
|
49896
|
-
* Updates the assigned
|
|
50091
|
+
* Updates the users assigned to the venue.
|
|
49897
50092
|
* @returns any OK
|
|
49898
50093
|
* @throws ApiError
|
|
49899
50094
|
*/
|