@tennac-booking/sdk 1.0.111 → 1.0.112
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/.openapi-generator/FILES +13 -16
- package/README.md +20 -30
- package/api.ts +1047 -1975
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +654 -1214
- package/dist/api.js +480 -1109
- package/dist/base.d.ts +1 -1
- package/dist/base.js +1 -1
- package/dist/common.d.ts +1 -1
- package/dist/common.js +1 -1
- package/dist/configuration.d.ts +1 -1
- package/dist/configuration.js +1 -1
- package/dist/esm/api.d.ts +654 -1214
- package/dist/esm/api.js +494 -1119
- package/dist/esm/base.d.ts +1 -1
- package/dist/esm/base.js +1 -1
- package/dist/esm/common.d.ts +1 -1
- package/dist/esm/common.js +1 -1
- package/dist/esm/configuration.d.ts +1 -1
- package/dist/esm/configuration.js +1 -1
- package/dist/esm/index.d.ts +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/docs/BookingsWithTimeBoundsResponse.md +1 -1
- package/docs/CheckInEventParticipants200Response.md +22 -0
- package/docs/CheckInEventParticipants200ResponseInvoicesInner.md +28 -0
- package/docs/{ClientRegisterResponse.md → CheckInEventParticipantsRequest.md} +5 -7
- package/docs/ClientApi.md +58 -3
- package/docs/{ClientAccountOnboardingResponse.md → ClientFullOnboardingResponse.md} +7 -11
- package/docs/ClientFullOnboardingResponseClub.md +24 -0
- package/docs/ClientRegister201Response.md +26 -0
- package/docs/{ClientRegisterRequestBody.md → ClientRegisterRequest.md} +7 -7
- package/docs/ClubPlayerDetailResponse.md +0 -2
- package/docs/ClubSummary.md +2 -8
- package/docs/ClubsManagerApi.md +0 -56
- package/docs/ClubsStaffApi.md +59 -55
- package/docs/CreateEventRequest.md +1 -3
- package/docs/CreateOnsiteInvoiceRequest.md +28 -0
- package/docs/CreateOnsiteInvoiceResponse.md +22 -0
- package/docs/CreateOnsiteInvoiceResponseInvoice.md +31 -0
- package/docs/EventConflictCheckRequest.md +28 -0
- package/docs/EventConflictCheckResponse.md +26 -0
- package/docs/EventsManagerApi.md +114 -0
- package/docs/EventsStaffApi.md +20 -159
- package/docs/JoinEventRequest.md +8 -0
- package/docs/{AgendaBookingPlayer.md → JoinEventRequestPlayersPaymentMethodsInner.md} +5 -9
- package/docs/PaymentMethod.md +4 -0
- package/docs/PublishEventResponse.md +2 -0
- package/index.ts +1 -1
- package/package.json +1 -1
- package/docs/ActiveSubscriptionResponse.md +0 -22
- package/docs/AgendaBooking.md +0 -30
- package/docs/AgendaBookingSlot.md +0 -30
- package/docs/AgendaPaymentStatus.md +0 -12
- package/docs/ClientAccountOnboardingRequest.md +0 -29
- package/docs/ClientAccountResponse.md +0 -44
- package/docs/ClientAccountsApi.md +0 -408
- package/docs/ClientMeResponse.md +0 -28
- package/docs/ClientOnboardingResponse.md +0 -27
- package/docs/ClientSubscriptionResponse.md +0 -34
- package/docs/GetSubscriptionsHistory200Response.md +0 -22
- package/docs/UpdateUserCreditsRequest.md +0 -20
package/dist/esm/api.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* openapi.json
|
|
3
3
|
* Pandook API Documentation
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0.
|
|
5
|
+
* The version of the OpenAPI document: 1.0.110
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -13,25 +13,6 @@ import type { Configuration } from './configuration';
|
|
|
13
13
|
import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
14
14
|
import type { RequestArgs } from './base';
|
|
15
15
|
import { BaseAPI } from './base';
|
|
16
|
-
/**
|
|
17
|
-
*
|
|
18
|
-
* @export
|
|
19
|
-
* @interface ActiveSubscriptionResponse
|
|
20
|
-
*/
|
|
21
|
-
export interface ActiveSubscriptionResponse {
|
|
22
|
-
/**
|
|
23
|
-
*
|
|
24
|
-
* @type {string}
|
|
25
|
-
* @memberof ActiveSubscriptionResponse
|
|
26
|
-
*/
|
|
27
|
-
'clientAccountId': string;
|
|
28
|
-
/**
|
|
29
|
-
*
|
|
30
|
-
* @type {ClientSubscriptionResponse}
|
|
31
|
-
* @memberof ActiveSubscriptionResponse
|
|
32
|
-
*/
|
|
33
|
-
'subscription': ClientSubscriptionResponse | null;
|
|
34
|
-
}
|
|
35
16
|
/**
|
|
36
17
|
*
|
|
37
18
|
* @export
|
|
@@ -119,134 +100,6 @@ export interface AddOrganizationRequest {
|
|
|
119
100
|
*/
|
|
120
101
|
'organizationId'?: string;
|
|
121
102
|
}
|
|
122
|
-
/**
|
|
123
|
-
*
|
|
124
|
-
* @export
|
|
125
|
-
* @interface AgendaBooking
|
|
126
|
-
*/
|
|
127
|
-
export interface AgendaBooking {
|
|
128
|
-
/**
|
|
129
|
-
*
|
|
130
|
-
* @type {string}
|
|
131
|
-
* @memberof AgendaBooking
|
|
132
|
-
*/
|
|
133
|
-
'id': string;
|
|
134
|
-
/**
|
|
135
|
-
*
|
|
136
|
-
* @type {BookingStatus}
|
|
137
|
-
* @memberof AgendaBooking
|
|
138
|
-
*/
|
|
139
|
-
'status': BookingStatus;
|
|
140
|
-
/**
|
|
141
|
-
*
|
|
142
|
-
* @type {string}
|
|
143
|
-
* @memberof AgendaBooking
|
|
144
|
-
*/
|
|
145
|
-
'creatorName': string;
|
|
146
|
-
/**
|
|
147
|
-
*
|
|
148
|
-
* @type {Array<AgendaBookingPlayer>}
|
|
149
|
-
* @memberof AgendaBooking
|
|
150
|
-
*/
|
|
151
|
-
'players': Array<AgendaBookingPlayer>;
|
|
152
|
-
/**
|
|
153
|
-
*
|
|
154
|
-
* @type {AgendaPaymentStatus}
|
|
155
|
-
* @memberof AgendaBooking
|
|
156
|
-
*/
|
|
157
|
-
'paymentStatus': AgendaPaymentStatus;
|
|
158
|
-
/**
|
|
159
|
-
*
|
|
160
|
-
* @type {Array<AgendaBookingSlot>}
|
|
161
|
-
* @memberof AgendaBooking
|
|
162
|
-
*/
|
|
163
|
-
'slots': Array<AgendaBookingSlot>;
|
|
164
|
-
}
|
|
165
|
-
/**
|
|
166
|
-
*
|
|
167
|
-
* @export
|
|
168
|
-
* @interface AgendaBookingPlayer
|
|
169
|
-
*/
|
|
170
|
-
export interface AgendaBookingPlayer {
|
|
171
|
-
/**
|
|
172
|
-
*
|
|
173
|
-
* @type {string}
|
|
174
|
-
* @memberof AgendaBookingPlayer
|
|
175
|
-
*/
|
|
176
|
-
'id': string;
|
|
177
|
-
/**
|
|
178
|
-
*
|
|
179
|
-
* @type {string}
|
|
180
|
-
* @memberof AgendaBookingPlayer
|
|
181
|
-
*/
|
|
182
|
-
'firstName': string;
|
|
183
|
-
/**
|
|
184
|
-
*
|
|
185
|
-
* @type {string}
|
|
186
|
-
* @memberof AgendaBookingPlayer
|
|
187
|
-
*/
|
|
188
|
-
'lastName': string;
|
|
189
|
-
/**
|
|
190
|
-
*
|
|
191
|
-
* @type {string}
|
|
192
|
-
* @memberof AgendaBookingPlayer
|
|
193
|
-
*/
|
|
194
|
-
'profilePictureUrl'?: string;
|
|
195
|
-
}
|
|
196
|
-
/**
|
|
197
|
-
*
|
|
198
|
-
* @export
|
|
199
|
-
* @interface AgendaBookingSlot
|
|
200
|
-
*/
|
|
201
|
-
export interface AgendaBookingSlot {
|
|
202
|
-
/**
|
|
203
|
-
*
|
|
204
|
-
* @type {string}
|
|
205
|
-
* @memberof AgendaBookingSlot
|
|
206
|
-
*/
|
|
207
|
-
'start': string;
|
|
208
|
-
/**
|
|
209
|
-
*
|
|
210
|
-
* @type {string}
|
|
211
|
-
* @memberof AgendaBookingSlot
|
|
212
|
-
*/
|
|
213
|
-
'end': string;
|
|
214
|
-
/**
|
|
215
|
-
*
|
|
216
|
-
* @type {string}
|
|
217
|
-
* @memberof AgendaBookingSlot
|
|
218
|
-
*/
|
|
219
|
-
'courtName': string;
|
|
220
|
-
/**
|
|
221
|
-
*
|
|
222
|
-
* @type {string}
|
|
223
|
-
* @memberof AgendaBookingSlot
|
|
224
|
-
*/
|
|
225
|
-
'sportKey': string;
|
|
226
|
-
/**
|
|
227
|
-
*
|
|
228
|
-
* @type {string}
|
|
229
|
-
* @memberof AgendaBookingSlot
|
|
230
|
-
*/
|
|
231
|
-
'surface'?: string;
|
|
232
|
-
/**
|
|
233
|
-
*
|
|
234
|
-
* @type {boolean}
|
|
235
|
-
* @memberof AgendaBookingSlot
|
|
236
|
-
*/
|
|
237
|
-
'isIndoor'?: boolean;
|
|
238
|
-
}
|
|
239
|
-
/**
|
|
240
|
-
*
|
|
241
|
-
* @export
|
|
242
|
-
* @enum {string}
|
|
243
|
-
*/
|
|
244
|
-
export declare const AgendaPaymentStatus: {
|
|
245
|
-
readonly Pay: "payé";
|
|
246
|
-
readonly NonPay: "non payé";
|
|
247
|
-
readonly EnAttente: "en attente";
|
|
248
|
-
};
|
|
249
|
-
export type AgendaPaymentStatus = typeof AgendaPaymentStatus[keyof typeof AgendaPaymentStatus];
|
|
250
103
|
/**
|
|
251
104
|
*
|
|
252
105
|
* @export
|
|
@@ -1253,10 +1106,10 @@ export interface BookingSummaryClubAddress {
|
|
|
1253
1106
|
export interface BookingsWithTimeBoundsResponse {
|
|
1254
1107
|
/**
|
|
1255
1108
|
*
|
|
1256
|
-
* @type {Array<
|
|
1109
|
+
* @type {Array<BookingPopulated>}
|
|
1257
1110
|
* @memberof BookingsWithTimeBoundsResponse
|
|
1258
1111
|
*/
|
|
1259
|
-
'bookings': Array<
|
|
1112
|
+
'bookings': Array<BookingPopulated>;
|
|
1260
1113
|
/**
|
|
1261
1114
|
*
|
|
1262
1115
|
* @type {TimeBounds}
|
|
@@ -1368,6 +1221,75 @@ export interface ChangePasswordResponse {
|
|
|
1368
1221
|
*/
|
|
1369
1222
|
'message': string;
|
|
1370
1223
|
}
|
|
1224
|
+
/**
|
|
1225
|
+
*
|
|
1226
|
+
* @export
|
|
1227
|
+
* @interface CheckInEventParticipants200Response
|
|
1228
|
+
*/
|
|
1229
|
+
export interface CheckInEventParticipants200Response {
|
|
1230
|
+
/**
|
|
1231
|
+
*
|
|
1232
|
+
* @type {Array<CheckInEventParticipants200ResponseInvoicesInner>}
|
|
1233
|
+
* @memberof CheckInEventParticipants200Response
|
|
1234
|
+
*/
|
|
1235
|
+
'invoices': Array<CheckInEventParticipants200ResponseInvoicesInner>;
|
|
1236
|
+
/**
|
|
1237
|
+
*
|
|
1238
|
+
* @type {string}
|
|
1239
|
+
* @memberof CheckInEventParticipants200Response
|
|
1240
|
+
*/
|
|
1241
|
+
'message': string;
|
|
1242
|
+
}
|
|
1243
|
+
/**
|
|
1244
|
+
*
|
|
1245
|
+
* @export
|
|
1246
|
+
* @interface CheckInEventParticipants200ResponseInvoicesInner
|
|
1247
|
+
*/
|
|
1248
|
+
export interface CheckInEventParticipants200ResponseInvoicesInner {
|
|
1249
|
+
/**
|
|
1250
|
+
*
|
|
1251
|
+
* @type {PaymentMethod}
|
|
1252
|
+
* @memberof CheckInEventParticipants200ResponseInvoicesInner
|
|
1253
|
+
*/
|
|
1254
|
+
'paymentMethod': PaymentMethod;
|
|
1255
|
+
/**
|
|
1256
|
+
*
|
|
1257
|
+
* @type {string}
|
|
1258
|
+
* @memberof CheckInEventParticipants200ResponseInvoicesInner
|
|
1259
|
+
*/
|
|
1260
|
+
'status': string;
|
|
1261
|
+
/**
|
|
1262
|
+
*
|
|
1263
|
+
* @type {number}
|
|
1264
|
+
* @memberof CheckInEventParticipants200ResponseInvoicesInner
|
|
1265
|
+
*/
|
|
1266
|
+
'amount': number;
|
|
1267
|
+
/**
|
|
1268
|
+
*
|
|
1269
|
+
* @type {string}
|
|
1270
|
+
* @memberof CheckInEventParticipants200ResponseInvoicesInner
|
|
1271
|
+
*/
|
|
1272
|
+
'invoiceId': string;
|
|
1273
|
+
/**
|
|
1274
|
+
*
|
|
1275
|
+
* @type {string}
|
|
1276
|
+
* @memberof CheckInEventParticipants200ResponseInvoicesInner
|
|
1277
|
+
*/
|
|
1278
|
+
'playerId': string;
|
|
1279
|
+
}
|
|
1280
|
+
/**
|
|
1281
|
+
*
|
|
1282
|
+
* @export
|
|
1283
|
+
* @interface CheckInEventParticipantsRequest
|
|
1284
|
+
*/
|
|
1285
|
+
export interface CheckInEventParticipantsRequest {
|
|
1286
|
+
/**
|
|
1287
|
+
*
|
|
1288
|
+
* @type {Array<string>}
|
|
1289
|
+
* @memberof CheckInEventParticipantsRequest
|
|
1290
|
+
*/
|
|
1291
|
+
'playerIds': Array<string>;
|
|
1292
|
+
}
|
|
1371
1293
|
/**
|
|
1372
1294
|
*
|
|
1373
1295
|
* @export
|
|
@@ -1456,430 +1378,200 @@ export interface CheckedInPlayer {
|
|
|
1456
1378
|
'note'?: string;
|
|
1457
1379
|
}
|
|
1458
1380
|
/**
|
|
1459
|
-
*
|
|
1381
|
+
*
|
|
1460
1382
|
* @export
|
|
1461
|
-
* @interface
|
|
1383
|
+
* @interface ClientFullOnboardingResponse
|
|
1462
1384
|
*/
|
|
1463
|
-
export interface
|
|
1385
|
+
export interface ClientFullOnboardingResponse {
|
|
1386
|
+
/**
|
|
1387
|
+
*
|
|
1388
|
+
* @type {string}
|
|
1389
|
+
* @memberof ClientFullOnboardingResponse
|
|
1390
|
+
*/
|
|
1391
|
+
'clientAccountId': string;
|
|
1464
1392
|
/**
|
|
1465
1393
|
*
|
|
1466
1394
|
* @type {string}
|
|
1467
|
-
* @memberof
|
|
1395
|
+
* @memberof ClientFullOnboardingResponse
|
|
1468
1396
|
*/
|
|
1469
|
-
'
|
|
1397
|
+
'stripeCustomerId': string;
|
|
1470
1398
|
/**
|
|
1471
1399
|
*
|
|
1472
1400
|
* @type {string}
|
|
1473
|
-
* @memberof
|
|
1401
|
+
* @memberof ClientFullOnboardingResponse
|
|
1474
1402
|
*/
|
|
1475
|
-
'
|
|
1403
|
+
'stripeConnectedAccountId'?: string;
|
|
1476
1404
|
/**
|
|
1477
1405
|
*
|
|
1478
1406
|
* @type {string}
|
|
1479
|
-
* @memberof
|
|
1407
|
+
* @memberof ClientFullOnboardingResponse
|
|
1480
1408
|
*/
|
|
1481
|
-
'
|
|
1409
|
+
'clientOnboardingLink'?: string;
|
|
1482
1410
|
/**
|
|
1483
1411
|
*
|
|
1484
|
-
* @type {
|
|
1485
|
-
* @memberof
|
|
1412
|
+
* @type {ClientFullOnboardingResponseClub}
|
|
1413
|
+
* @memberof ClientFullOnboardingResponse
|
|
1486
1414
|
*/
|
|
1487
|
-
'
|
|
1415
|
+
'club': ClientFullOnboardingResponseClub;
|
|
1488
1416
|
/**
|
|
1489
1417
|
*
|
|
1490
1418
|
* @type {string}
|
|
1491
|
-
* @memberof
|
|
1419
|
+
* @memberof ClientFullOnboardingResponse
|
|
1492
1420
|
*/
|
|
1493
|
-
'
|
|
1421
|
+
'message': string;
|
|
1494
1422
|
}
|
|
1495
|
-
export declare const ClientAccountOnboardingRequestBusinessTypeEnum: {
|
|
1496
|
-
readonly Individual: "individual";
|
|
1497
|
-
readonly Company: "company";
|
|
1498
|
-
};
|
|
1499
|
-
export type ClientAccountOnboardingRequestBusinessTypeEnum = typeof ClientAccountOnboardingRequestBusinessTypeEnum[keyof typeof ClientAccountOnboardingRequestBusinessTypeEnum];
|
|
1500
|
-
export declare const ClientAccountOnboardingRequestSubscriptionTypeEnum: {
|
|
1501
|
-
readonly Basic: "basic";
|
|
1502
|
-
readonly PlatformWithConnect: "platform_with_connect";
|
|
1503
|
-
};
|
|
1504
|
-
export type ClientAccountOnboardingRequestSubscriptionTypeEnum = typeof ClientAccountOnboardingRequestSubscriptionTypeEnum[keyof typeof ClientAccountOnboardingRequestSubscriptionTypeEnum];
|
|
1505
1423
|
/**
|
|
1506
1424
|
*
|
|
1507
1425
|
* @export
|
|
1508
|
-
* @interface
|
|
1426
|
+
* @interface ClientFullOnboardingResponseClub
|
|
1509
1427
|
*/
|
|
1510
|
-
export interface
|
|
1428
|
+
export interface ClientFullOnboardingResponseClub {
|
|
1511
1429
|
/**
|
|
1512
1430
|
*
|
|
1513
1431
|
* @type {string}
|
|
1514
|
-
* @memberof
|
|
1432
|
+
* @memberof ClientFullOnboardingResponseClub
|
|
1515
1433
|
*/
|
|
1516
|
-
'
|
|
1434
|
+
'clubOnboardingLink'?: string;
|
|
1517
1435
|
/**
|
|
1518
1436
|
*
|
|
1519
1437
|
* @type {string}
|
|
1520
|
-
* @memberof
|
|
1438
|
+
* @memberof ClientFullOnboardingResponseClub
|
|
1521
1439
|
*/
|
|
1522
|
-
'
|
|
1440
|
+
'stripeAccountId': string;
|
|
1523
1441
|
/**
|
|
1524
1442
|
*
|
|
1525
1443
|
* @type {string}
|
|
1526
|
-
* @memberof
|
|
1444
|
+
* @memberof ClientFullOnboardingResponseClub
|
|
1527
1445
|
*/
|
|
1528
|
-
'
|
|
1446
|
+
'clubId': string;
|
|
1447
|
+
}
|
|
1448
|
+
/**
|
|
1449
|
+
* Requête pour l\'onboarding d\'un club
|
|
1450
|
+
* @export
|
|
1451
|
+
* @interface ClientOnboardingRequestBody
|
|
1452
|
+
*/
|
|
1453
|
+
export interface ClientOnboardingRequestBody {
|
|
1529
1454
|
/**
|
|
1530
|
-
*
|
|
1455
|
+
* Nom du club
|
|
1531
1456
|
* @type {string}
|
|
1532
|
-
* @memberof
|
|
1457
|
+
* @memberof ClientOnboardingRequestBody
|
|
1533
1458
|
*/
|
|
1534
|
-
'
|
|
1459
|
+
'clubName': string;
|
|
1535
1460
|
/**
|
|
1536
|
-
*
|
|
1461
|
+
* Email du club pour le compte Stripe
|
|
1537
1462
|
* @type {string}
|
|
1538
|
-
* @memberof
|
|
1463
|
+
* @memberof ClientOnboardingRequestBody
|
|
1539
1464
|
*/
|
|
1540
|
-
'
|
|
1465
|
+
'email': string;
|
|
1541
1466
|
/**
|
|
1542
|
-
*
|
|
1467
|
+
* Numéro de téléphone du club (optionnel)
|
|
1543
1468
|
* @type {string}
|
|
1544
|
-
* @memberof
|
|
1469
|
+
* @memberof ClientOnboardingRequestBody
|
|
1545
1470
|
*/
|
|
1546
|
-
'
|
|
1471
|
+
'phone'?: string;
|
|
1547
1472
|
/**
|
|
1548
|
-
*
|
|
1549
|
-
* @type {
|
|
1550
|
-
* @memberof
|
|
1473
|
+
* Adresse du club (optionnel)
|
|
1474
|
+
* @type {string}
|
|
1475
|
+
* @memberof ClientOnboardingRequestBody
|
|
1551
1476
|
*/
|
|
1552
|
-
'
|
|
1477
|
+
'address'?: string;
|
|
1553
1478
|
/**
|
|
1554
|
-
*
|
|
1555
|
-
* @type {
|
|
1556
|
-
* @memberof
|
|
1479
|
+
* Ville du club (optionnel)
|
|
1480
|
+
* @type {string}
|
|
1481
|
+
* @memberof ClientOnboardingRequestBody
|
|
1557
1482
|
*/
|
|
1558
|
-
'
|
|
1483
|
+
'city'?: string;
|
|
1484
|
+
/**
|
|
1485
|
+
* Code postal du club (optionnel)
|
|
1486
|
+
* @type {string}
|
|
1487
|
+
* @memberof ClientOnboardingRequestBody
|
|
1488
|
+
*/
|
|
1489
|
+
'postalCode'?: string;
|
|
1490
|
+
/**
|
|
1491
|
+
* Pays du club (optionnel)
|
|
1492
|
+
* @type {string}
|
|
1493
|
+
* @memberof ClientOnboardingRequestBody
|
|
1494
|
+
*/
|
|
1495
|
+
'country'?: string;
|
|
1559
1496
|
}
|
|
1560
1497
|
/**
|
|
1561
1498
|
*
|
|
1562
1499
|
* @export
|
|
1563
|
-
* @interface
|
|
1500
|
+
* @interface ClientRegister201Response
|
|
1564
1501
|
*/
|
|
1565
|
-
export interface
|
|
1502
|
+
export interface ClientRegister201Response {
|
|
1566
1503
|
/**
|
|
1567
1504
|
*
|
|
1568
1505
|
* @type {string}
|
|
1569
|
-
* @memberof
|
|
1506
|
+
* @memberof ClientRegister201Response
|
|
1570
1507
|
*/
|
|
1571
|
-
'
|
|
1508
|
+
'message': string;
|
|
1572
1509
|
/**
|
|
1573
1510
|
*
|
|
1574
1511
|
* @type {string}
|
|
1575
|
-
* @memberof
|
|
1512
|
+
* @memberof ClientRegister201Response
|
|
1576
1513
|
*/
|
|
1577
|
-
'
|
|
1514
|
+
'stripeCustomerId': string;
|
|
1578
1515
|
/**
|
|
1579
1516
|
*
|
|
1580
1517
|
* @type {string}
|
|
1581
|
-
* @memberof
|
|
1518
|
+
* @memberof ClientRegister201Response
|
|
1582
1519
|
*/
|
|
1583
|
-
'
|
|
1520
|
+
'email': string;
|
|
1584
1521
|
/**
|
|
1585
1522
|
*
|
|
1586
1523
|
* @type {string}
|
|
1587
|
-
* @memberof
|
|
1524
|
+
* @memberof ClientRegister201Response
|
|
1588
1525
|
*/
|
|
1589
|
-
'
|
|
1526
|
+
'userId': string;
|
|
1527
|
+
}
|
|
1528
|
+
/**
|
|
1529
|
+
*
|
|
1530
|
+
* @export
|
|
1531
|
+
* @interface ClientRegisterRequest
|
|
1532
|
+
*/
|
|
1533
|
+
export interface ClientRegisterRequest {
|
|
1590
1534
|
/**
|
|
1591
1535
|
*
|
|
1592
1536
|
* @type {string}
|
|
1593
|
-
* @memberof
|
|
1537
|
+
* @memberof ClientRegisterRequest
|
|
1594
1538
|
*/
|
|
1595
|
-
'
|
|
1539
|
+
'password': string;
|
|
1596
1540
|
/**
|
|
1597
1541
|
*
|
|
1598
1542
|
* @type {string}
|
|
1599
|
-
* @memberof
|
|
1543
|
+
* @memberof ClientRegisterRequest
|
|
1600
1544
|
*/
|
|
1601
|
-
'
|
|
1545
|
+
'email': string;
|
|
1602
1546
|
/**
|
|
1603
1547
|
*
|
|
1604
|
-
* @type {
|
|
1605
|
-
* @memberof
|
|
1548
|
+
* @type {string}
|
|
1549
|
+
* @memberof ClientRegisterRequest
|
|
1606
1550
|
*/
|
|
1607
|
-
'
|
|
1551
|
+
'lastName': string;
|
|
1608
1552
|
/**
|
|
1609
1553
|
*
|
|
1610
1554
|
* @type {string}
|
|
1611
|
-
* @memberof
|
|
1555
|
+
* @memberof ClientRegisterRequest
|
|
1612
1556
|
*/
|
|
1613
|
-
'
|
|
1557
|
+
'firstName': string;
|
|
1558
|
+
}
|
|
1559
|
+
/**
|
|
1560
|
+
*
|
|
1561
|
+
* @export
|
|
1562
|
+
* @interface ClubDaySchedule
|
|
1563
|
+
*/
|
|
1564
|
+
export interface ClubDaySchedule {
|
|
1614
1565
|
/**
|
|
1615
1566
|
*
|
|
1616
|
-
* @type {
|
|
1617
|
-
* @memberof
|
|
1567
|
+
* @type {string}
|
|
1568
|
+
* @memberof ClubDaySchedule
|
|
1618
1569
|
*/
|
|
1619
|
-
'
|
|
1570
|
+
'open': string;
|
|
1620
1571
|
/**
|
|
1621
1572
|
*
|
|
1622
|
-
* @type {
|
|
1623
|
-
* @memberof
|
|
1624
|
-
*/
|
|
1625
|
-
'isPublicOrganization': boolean;
|
|
1626
|
-
/**
|
|
1627
|
-
*
|
|
1628
|
-
* @type {boolean}
|
|
1629
|
-
* @memberof ClientAccountResponse
|
|
1630
|
-
*/
|
|
1631
|
-
'manualInvoiceRequired'?: boolean;
|
|
1632
|
-
/**
|
|
1633
|
-
*
|
|
1634
|
-
* @type {string}
|
|
1635
|
-
* @memberof ClientAccountResponse
|
|
1636
|
-
*/
|
|
1637
|
-
'createdAt': string;
|
|
1638
|
-
/**
|
|
1639
|
-
*
|
|
1640
|
-
* @type {string}
|
|
1641
|
-
* @memberof ClientAccountResponse
|
|
1642
|
-
*/
|
|
1643
|
-
'updatedAt': string;
|
|
1644
|
-
}
|
|
1645
|
-
/**
|
|
1646
|
-
*
|
|
1647
|
-
* @export
|
|
1648
|
-
* @interface ClientMeResponse
|
|
1649
|
-
*/
|
|
1650
|
-
export interface ClientMeResponse {
|
|
1651
|
-
/**
|
|
1652
|
-
*
|
|
1653
|
-
* @type {string}
|
|
1654
|
-
* @memberof ClientMeResponse
|
|
1655
|
-
*/
|
|
1656
|
-
'id': string;
|
|
1657
|
-
/**
|
|
1658
|
-
*
|
|
1659
|
-
* @type {string}
|
|
1660
|
-
* @memberof ClientMeResponse
|
|
1661
|
-
*/
|
|
1662
|
-
'email': string;
|
|
1663
|
-
/**
|
|
1664
|
-
*
|
|
1665
|
-
* @type {string}
|
|
1666
|
-
* @memberof ClientMeResponse
|
|
1667
|
-
*/
|
|
1668
|
-
'firstName': string;
|
|
1669
|
-
/**
|
|
1670
|
-
*
|
|
1671
|
-
* @type {string}
|
|
1672
|
-
* @memberof ClientMeResponse
|
|
1673
|
-
*/
|
|
1674
|
-
'lastName': string;
|
|
1675
|
-
/**
|
|
1676
|
-
*
|
|
1677
|
-
* @type {boolean}
|
|
1678
|
-
* @memberof ClientMeResponse
|
|
1679
|
-
*/
|
|
1680
|
-
'isClient': boolean;
|
|
1681
|
-
}
|
|
1682
|
-
/**
|
|
1683
|
-
* Requête pour l\'onboarding d\'un club
|
|
1684
|
-
* @export
|
|
1685
|
-
* @interface ClientOnboardingRequestBody
|
|
1686
|
-
*/
|
|
1687
|
-
export interface ClientOnboardingRequestBody {
|
|
1688
|
-
/**
|
|
1689
|
-
* Nom du club
|
|
1690
|
-
* @type {string}
|
|
1691
|
-
* @memberof ClientOnboardingRequestBody
|
|
1692
|
-
*/
|
|
1693
|
-
'clubName': string;
|
|
1694
|
-
/**
|
|
1695
|
-
* Email du club pour le compte Stripe
|
|
1696
|
-
* @type {string}
|
|
1697
|
-
* @memberof ClientOnboardingRequestBody
|
|
1698
|
-
*/
|
|
1699
|
-
'email': string;
|
|
1700
|
-
/**
|
|
1701
|
-
* Numéro de téléphone du club (optionnel)
|
|
1702
|
-
* @type {string}
|
|
1703
|
-
* @memberof ClientOnboardingRequestBody
|
|
1704
|
-
*/
|
|
1705
|
-
'phone'?: string;
|
|
1706
|
-
/**
|
|
1707
|
-
* Adresse du club (optionnel)
|
|
1708
|
-
* @type {string}
|
|
1709
|
-
* @memberof ClientOnboardingRequestBody
|
|
1710
|
-
*/
|
|
1711
|
-
'address'?: string;
|
|
1712
|
-
/**
|
|
1713
|
-
* Ville du club (optionnel)
|
|
1714
|
-
* @type {string}
|
|
1715
|
-
* @memberof ClientOnboardingRequestBody
|
|
1716
|
-
*/
|
|
1717
|
-
'city'?: string;
|
|
1718
|
-
/**
|
|
1719
|
-
* Code postal du club (optionnel)
|
|
1720
|
-
* @type {string}
|
|
1721
|
-
* @memberof ClientOnboardingRequestBody
|
|
1722
|
-
*/
|
|
1723
|
-
'postalCode'?: string;
|
|
1724
|
-
/**
|
|
1725
|
-
* Pays du club (optionnel)
|
|
1726
|
-
* @type {string}
|
|
1727
|
-
* @memberof ClientOnboardingRequestBody
|
|
1728
|
-
*/
|
|
1729
|
-
'country'?: string;
|
|
1730
|
-
}
|
|
1731
|
-
/**
|
|
1732
|
-
* Réponse pour l\'onboarding d\'un club
|
|
1733
|
-
* @export
|
|
1734
|
-
* @interface ClientOnboardingResponse
|
|
1735
|
-
*/
|
|
1736
|
-
export interface ClientOnboardingResponse {
|
|
1737
|
-
/**
|
|
1738
|
-
* ID unique du club créé
|
|
1739
|
-
* @type {string}
|
|
1740
|
-
* @memberof ClientOnboardingResponse
|
|
1741
|
-
*/
|
|
1742
|
-
'clubId': string;
|
|
1743
|
-
/**
|
|
1744
|
-
* ID du compte Stripe Connect du club
|
|
1745
|
-
* @type {string}
|
|
1746
|
-
* @memberof ClientOnboardingResponse
|
|
1747
|
-
*/
|
|
1748
|
-
'stripeAccountId': string;
|
|
1749
|
-
/**
|
|
1750
|
-
* Lien d\'onboarding Stripe pour configurer le compte
|
|
1751
|
-
* @type {string}
|
|
1752
|
-
* @memberof ClientOnboardingResponse
|
|
1753
|
-
*/
|
|
1754
|
-
'onboardingLink': string;
|
|
1755
|
-
/**
|
|
1756
|
-
* Message de confirmation
|
|
1757
|
-
* @type {string}
|
|
1758
|
-
* @memberof ClientOnboardingResponse
|
|
1759
|
-
*/
|
|
1760
|
-
'message': string;
|
|
1761
|
-
}
|
|
1762
|
-
/**
|
|
1763
|
-
*
|
|
1764
|
-
* @export
|
|
1765
|
-
* @interface ClientRegisterRequestBody
|
|
1766
|
-
*/
|
|
1767
|
-
export interface ClientRegisterRequestBody {
|
|
1768
|
-
/**
|
|
1769
|
-
*
|
|
1770
|
-
* @type {string}
|
|
1771
|
-
* @memberof ClientRegisterRequestBody
|
|
1772
|
-
*/
|
|
1773
|
-
'email': string;
|
|
1774
|
-
/**
|
|
1775
|
-
*
|
|
1776
|
-
* @type {string}
|
|
1777
|
-
* @memberof ClientRegisterRequestBody
|
|
1778
|
-
*/
|
|
1779
|
-
'password': string;
|
|
1780
|
-
/**
|
|
1781
|
-
*
|
|
1782
|
-
* @type {string}
|
|
1783
|
-
* @memberof ClientRegisterRequestBody
|
|
1784
|
-
*/
|
|
1785
|
-
'firstName': string;
|
|
1786
|
-
/**
|
|
1787
|
-
*
|
|
1788
|
-
* @type {string}
|
|
1789
|
-
* @memberof ClientRegisterRequestBody
|
|
1790
|
-
*/
|
|
1791
|
-
'lastName': string;
|
|
1792
|
-
}
|
|
1793
|
-
/**
|
|
1794
|
-
*
|
|
1795
|
-
* @export
|
|
1796
|
-
* @interface ClientRegisterResponse
|
|
1797
|
-
*/
|
|
1798
|
-
export interface ClientRegisterResponse {
|
|
1799
|
-
/**
|
|
1800
|
-
*
|
|
1801
|
-
* @type {string}
|
|
1802
|
-
* @memberof ClientRegisterResponse
|
|
1803
|
-
*/
|
|
1804
|
-
'id': string;
|
|
1805
|
-
/**
|
|
1806
|
-
*
|
|
1807
|
-
* @type {string}
|
|
1808
|
-
* @memberof ClientRegisterResponse
|
|
1809
|
-
*/
|
|
1810
|
-
'token': string;
|
|
1811
|
-
}
|
|
1812
|
-
/**
|
|
1813
|
-
*
|
|
1814
|
-
* @export
|
|
1815
|
-
* @interface ClientSubscriptionResponse
|
|
1816
|
-
*/
|
|
1817
|
-
export interface ClientSubscriptionResponse {
|
|
1818
|
-
/**
|
|
1819
|
-
*
|
|
1820
|
-
* @type {string}
|
|
1821
|
-
* @memberof ClientSubscriptionResponse
|
|
1822
|
-
*/
|
|
1823
|
-
'id': string;
|
|
1824
|
-
/**
|
|
1825
|
-
*
|
|
1826
|
-
* @type {string}
|
|
1827
|
-
* @memberof ClientSubscriptionResponse
|
|
1828
|
-
*/
|
|
1829
|
-
'subscriptionType': string;
|
|
1830
|
-
/**
|
|
1831
|
-
*
|
|
1832
|
-
* @type {string}
|
|
1833
|
-
* @memberof ClientSubscriptionResponse
|
|
1834
|
-
*/
|
|
1835
|
-
'status': string;
|
|
1836
|
-
/**
|
|
1837
|
-
*
|
|
1838
|
-
* @type {string}
|
|
1839
|
-
* @memberof ClientSubscriptionResponse
|
|
1840
|
-
*/
|
|
1841
|
-
'startDate': string;
|
|
1842
|
-
/**
|
|
1843
|
-
*
|
|
1844
|
-
* @type {string}
|
|
1845
|
-
* @memberof ClientSubscriptionResponse
|
|
1846
|
-
*/
|
|
1847
|
-
'endDate'?: string;
|
|
1848
|
-
/**
|
|
1849
|
-
*
|
|
1850
|
-
* @type {number}
|
|
1851
|
-
* @memberof ClientSubscriptionResponse
|
|
1852
|
-
*/
|
|
1853
|
-
'priceAmountInCents': number;
|
|
1854
|
-
/**
|
|
1855
|
-
*
|
|
1856
|
-
* @type {string}
|
|
1857
|
-
* @memberof ClientSubscriptionResponse
|
|
1858
|
-
*/
|
|
1859
|
-
'currency': string;
|
|
1860
|
-
/**
|
|
1861
|
-
*
|
|
1862
|
-
* @type {string}
|
|
1863
|
-
* @memberof ClientSubscriptionResponse
|
|
1864
|
-
*/
|
|
1865
|
-
'billingCycle': string;
|
|
1866
|
-
}
|
|
1867
|
-
/**
|
|
1868
|
-
*
|
|
1869
|
-
* @export
|
|
1870
|
-
* @interface ClubDaySchedule
|
|
1871
|
-
*/
|
|
1872
|
-
export interface ClubDaySchedule {
|
|
1873
|
-
/**
|
|
1874
|
-
*
|
|
1875
|
-
* @type {string}
|
|
1876
|
-
* @memberof ClubDaySchedule
|
|
1877
|
-
*/
|
|
1878
|
-
'open': string;
|
|
1879
|
-
/**
|
|
1880
|
-
*
|
|
1881
|
-
* @type {string}
|
|
1882
|
-
* @memberof ClubDaySchedule
|
|
1573
|
+
* @type {string}
|
|
1574
|
+
* @memberof ClubDaySchedule
|
|
1883
1575
|
*/
|
|
1884
1576
|
'close': string;
|
|
1885
1577
|
}
|
|
@@ -2421,12 +2113,6 @@ export interface ClubPlayerDetailResponse {
|
|
|
2421
2113
|
* @memberof ClubPlayerDetailResponse
|
|
2422
2114
|
*/
|
|
2423
2115
|
'birthDate': string | null;
|
|
2424
|
-
/**
|
|
2425
|
-
*
|
|
2426
|
-
* @type {number}
|
|
2427
|
-
* @memberof ClubPlayerDetailResponse
|
|
2428
|
-
*/
|
|
2429
|
-
'credits': number | null;
|
|
2430
2116
|
}
|
|
2431
2117
|
/**
|
|
2432
2118
|
*
|
|
@@ -3166,19 +2852,7 @@ export interface ClubSummary {
|
|
|
3166
2852
|
* @type {string}
|
|
3167
2853
|
* @memberof ClubSummary
|
|
3168
2854
|
*/
|
|
3169
|
-
'
|
|
3170
|
-
/**
|
|
3171
|
-
*
|
|
3172
|
-
* @type {Array<string>}
|
|
3173
|
-
* @memberof ClubSummary
|
|
3174
|
-
*/
|
|
3175
|
-
'bannerPictures'?: Array<string>;
|
|
3176
|
-
/**
|
|
3177
|
-
*
|
|
3178
|
-
* @type {Array<string>}
|
|
3179
|
-
* @memberof ClubSummary
|
|
3180
|
-
*/
|
|
3181
|
-
'galleryPictures'?: Array<string>;
|
|
2855
|
+
'address'?: string | null;
|
|
3182
2856
|
/**
|
|
3183
2857
|
*
|
|
3184
2858
|
* @type {UserLocationSummary}
|
|
@@ -3191,12 +2865,6 @@ export interface ClubSummary {
|
|
|
3191
2865
|
* @memberof ClubSummary
|
|
3192
2866
|
*/
|
|
3193
2867
|
'visitCount'?: number;
|
|
3194
|
-
/**
|
|
3195
|
-
*
|
|
3196
|
-
* @type {Array<string>}
|
|
3197
|
-
* @memberof ClubSummary
|
|
3198
|
-
*/
|
|
3199
|
-
'tags'?: Array<string>;
|
|
3200
2868
|
}
|
|
3201
2869
|
/**
|
|
3202
2870
|
*
|
|
@@ -3661,19 +3329,13 @@ export interface CreateEventRequest {
|
|
|
3661
3329
|
* @type {string}
|
|
3662
3330
|
* @memberof CreateEventRequest
|
|
3663
3331
|
*/
|
|
3664
|
-
'recurringType'
|
|
3332
|
+
'recurringType': CreateEventRequestRecurringTypeEnum;
|
|
3665
3333
|
/**
|
|
3666
3334
|
*
|
|
3667
3335
|
* @type {string}
|
|
3668
3336
|
* @memberof CreateEventRequest
|
|
3669
3337
|
*/
|
|
3670
3338
|
'recurrenceEndDate'?: string;
|
|
3671
|
-
/**
|
|
3672
|
-
*
|
|
3673
|
-
* @type {number}
|
|
3674
|
-
* @memberof CreateEventRequest
|
|
3675
|
-
*/
|
|
3676
|
-
'occurrences'?: number;
|
|
3677
3339
|
/**
|
|
3678
3340
|
*
|
|
3679
3341
|
* @type {string}
|
|
@@ -3755,23 +3417,122 @@ export type CreateEventRequestVisibilityTypeEnum = typeof CreateEventRequestVisi
|
|
|
3755
3417
|
/**
|
|
3756
3418
|
*
|
|
3757
3419
|
* @export
|
|
3758
|
-
* @interface
|
|
3420
|
+
* @interface CreateOnsiteInvoiceRequest
|
|
3759
3421
|
*/
|
|
3760
|
-
export interface
|
|
3422
|
+
export interface CreateOnsiteInvoiceRequest {
|
|
3761
3423
|
/**
|
|
3762
|
-
*
|
|
3424
|
+
* Payer user id (creator or player)
|
|
3763
3425
|
* @type {string}
|
|
3764
|
-
* @memberof
|
|
3426
|
+
* @memberof CreateOnsiteInvoiceRequest
|
|
3765
3427
|
*/
|
|
3766
|
-
'
|
|
3428
|
+
'userId': string;
|
|
3429
|
+
/**
|
|
3430
|
+
* Amount in cents
|
|
3431
|
+
* @type {number}
|
|
3432
|
+
* @memberof CreateOnsiteInvoiceRequest
|
|
3433
|
+
*/
|
|
3434
|
+
'amount': number;
|
|
3767
3435
|
/**
|
|
3768
3436
|
*
|
|
3769
|
-
* @type {
|
|
3770
|
-
* @memberof
|
|
3437
|
+
* @type {PaymentMethod}
|
|
3438
|
+
* @memberof CreateOnsiteInvoiceRequest
|
|
3771
3439
|
*/
|
|
3772
|
-
'
|
|
3773
|
-
|
|
3774
|
-
|
|
3440
|
+
'paymentMethod': PaymentMethod;
|
|
3441
|
+
/**
|
|
3442
|
+
*
|
|
3443
|
+
* @type {InvoiceStatus}
|
|
3444
|
+
* @memberof CreateOnsiteInvoiceRequest
|
|
3445
|
+
*/
|
|
3446
|
+
'status': InvoiceStatus;
|
|
3447
|
+
/**
|
|
3448
|
+
* Optional note/reason about the invoice
|
|
3449
|
+
* @type {string}
|
|
3450
|
+
* @memberof CreateOnsiteInvoiceRequest
|
|
3451
|
+
*/
|
|
3452
|
+
'reason'?: string;
|
|
3453
|
+
}
|
|
3454
|
+
/**
|
|
3455
|
+
*
|
|
3456
|
+
* @export
|
|
3457
|
+
* @interface CreateOnsiteInvoiceResponse
|
|
3458
|
+
*/
|
|
3459
|
+
export interface CreateOnsiteInvoiceResponse {
|
|
3460
|
+
/**
|
|
3461
|
+
* Confirmation message
|
|
3462
|
+
* @type {string}
|
|
3463
|
+
* @memberof CreateOnsiteInvoiceResponse
|
|
3464
|
+
*/
|
|
3465
|
+
'message': string;
|
|
3466
|
+
/**
|
|
3467
|
+
*
|
|
3468
|
+
* @type {CreateOnsiteInvoiceResponseInvoice}
|
|
3469
|
+
* @memberof CreateOnsiteInvoiceResponse
|
|
3470
|
+
*/
|
|
3471
|
+
'invoice': CreateOnsiteInvoiceResponseInvoice;
|
|
3472
|
+
}
|
|
3473
|
+
/**
|
|
3474
|
+
* Created invoice summary
|
|
3475
|
+
* @export
|
|
3476
|
+
* @interface CreateOnsiteInvoiceResponseInvoice
|
|
3477
|
+
*/
|
|
3478
|
+
export interface CreateOnsiteInvoiceResponseInvoice {
|
|
3479
|
+
/**
|
|
3480
|
+
*
|
|
3481
|
+
* @type {string}
|
|
3482
|
+
* @memberof CreateOnsiteInvoiceResponseInvoice
|
|
3483
|
+
*/
|
|
3484
|
+
'reason'?: string;
|
|
3485
|
+
/**
|
|
3486
|
+
*
|
|
3487
|
+
* @type {PaymentMethod}
|
|
3488
|
+
* @memberof CreateOnsiteInvoiceResponseInvoice
|
|
3489
|
+
*/
|
|
3490
|
+
'paymentMethod': PaymentMethod;
|
|
3491
|
+
/**
|
|
3492
|
+
*
|
|
3493
|
+
* @type {InvoiceStatus}
|
|
3494
|
+
* @memberof CreateOnsiteInvoiceResponseInvoice
|
|
3495
|
+
*/
|
|
3496
|
+
'status': InvoiceStatus;
|
|
3497
|
+
/**
|
|
3498
|
+
*
|
|
3499
|
+
* @type {number}
|
|
3500
|
+
* @memberof CreateOnsiteInvoiceResponseInvoice
|
|
3501
|
+
*/
|
|
3502
|
+
'amount': number;
|
|
3503
|
+
/**
|
|
3504
|
+
*
|
|
3505
|
+
* @type {string}
|
|
3506
|
+
* @memberof CreateOnsiteInvoiceResponseInvoice
|
|
3507
|
+
*/
|
|
3508
|
+
'userId': string;
|
|
3509
|
+
/**
|
|
3510
|
+
*
|
|
3511
|
+
* @type {string}
|
|
3512
|
+
* @memberof CreateOnsiteInvoiceResponseInvoice
|
|
3513
|
+
*/
|
|
3514
|
+
'id': string;
|
|
3515
|
+
}
|
|
3516
|
+
/**
|
|
3517
|
+
*
|
|
3518
|
+
* @export
|
|
3519
|
+
* @interface CreatePlan201Response
|
|
3520
|
+
*/
|
|
3521
|
+
export interface CreatePlan201Response {
|
|
3522
|
+
/**
|
|
3523
|
+
*
|
|
3524
|
+
* @type {string}
|
|
3525
|
+
* @memberof CreatePlan201Response
|
|
3526
|
+
*/
|
|
3527
|
+
'priceId': string;
|
|
3528
|
+
/**
|
|
3529
|
+
*
|
|
3530
|
+
* @type {string}
|
|
3531
|
+
* @memberof CreatePlan201Response
|
|
3532
|
+
*/
|
|
3533
|
+
'productId': string;
|
|
3534
|
+
}
|
|
3535
|
+
/**
|
|
3775
3536
|
*
|
|
3776
3537
|
* @export
|
|
3777
3538
|
* @interface CreateSportForClub201Response
|
|
@@ -4077,6 +3838,74 @@ export declare const DiscountType: {
|
|
|
4077
3838
|
readonly OffPeak: "off_peak";
|
|
4078
3839
|
};
|
|
4079
3840
|
export type DiscountType = typeof DiscountType[keyof typeof DiscountType];
|
|
3841
|
+
/**
|
|
3842
|
+
*
|
|
3843
|
+
* @export
|
|
3844
|
+
* @interface EventConflictCheckRequest
|
|
3845
|
+
*/
|
|
3846
|
+
export interface EventConflictCheckRequest {
|
|
3847
|
+
/**
|
|
3848
|
+
*
|
|
3849
|
+
* @type {string}
|
|
3850
|
+
* @memberof EventConflictCheckRequest
|
|
3851
|
+
*/
|
|
3852
|
+
'eventId'?: string;
|
|
3853
|
+
/**
|
|
3854
|
+
*
|
|
3855
|
+
* @type {string}
|
|
3856
|
+
* @memberof EventConflictCheckRequest
|
|
3857
|
+
*/
|
|
3858
|
+
'clubId'?: string;
|
|
3859
|
+
/**
|
|
3860
|
+
*
|
|
3861
|
+
* @type {string}
|
|
3862
|
+
* @memberof EventConflictCheckRequest
|
|
3863
|
+
*/
|
|
3864
|
+
'startDate'?: string;
|
|
3865
|
+
/**
|
|
3866
|
+
*
|
|
3867
|
+
* @type {string}
|
|
3868
|
+
* @memberof EventConflictCheckRequest
|
|
3869
|
+
*/
|
|
3870
|
+
'endDate'?: string;
|
|
3871
|
+
/**
|
|
3872
|
+
*
|
|
3873
|
+
* @type {Array<string>}
|
|
3874
|
+
* @memberof EventConflictCheckRequest
|
|
3875
|
+
*/
|
|
3876
|
+
'courts'?: Array<string>;
|
|
3877
|
+
}
|
|
3878
|
+
/**
|
|
3879
|
+
*
|
|
3880
|
+
* @export
|
|
3881
|
+
* @interface EventConflictCheckResponse
|
|
3882
|
+
*/
|
|
3883
|
+
export interface EventConflictCheckResponse {
|
|
3884
|
+
/**
|
|
3885
|
+
*
|
|
3886
|
+
* @type {boolean}
|
|
3887
|
+
* @memberof EventConflictCheckResponse
|
|
3888
|
+
*/
|
|
3889
|
+
'hasRegularBookings': boolean;
|
|
3890
|
+
/**
|
|
3891
|
+
*
|
|
3892
|
+
* @type {number}
|
|
3893
|
+
* @memberof EventConflictCheckResponse
|
|
3894
|
+
*/
|
|
3895
|
+
'regularBookingsCount': number;
|
|
3896
|
+
/**
|
|
3897
|
+
*
|
|
3898
|
+
* @type {boolean}
|
|
3899
|
+
* @memberof EventConflictCheckResponse
|
|
3900
|
+
*/
|
|
3901
|
+
'hasEventBookings': boolean;
|
|
3902
|
+
/**
|
|
3903
|
+
*
|
|
3904
|
+
* @type {number}
|
|
3905
|
+
* @memberof EventConflictCheckResponse
|
|
3906
|
+
*/
|
|
3907
|
+
'eventBookingsCount': number;
|
|
3908
|
+
}
|
|
4080
3909
|
/**
|
|
4081
3910
|
*
|
|
4082
3911
|
* @export
|
|
@@ -4573,25 +4402,6 @@ export interface GetSlotsByClubById200Response {
|
|
|
4573
4402
|
*/
|
|
4574
4403
|
'slots': Array<any>;
|
|
4575
4404
|
}
|
|
4576
|
-
/**
|
|
4577
|
-
*
|
|
4578
|
-
* @export
|
|
4579
|
-
* @interface GetSubscriptionsHistory200Response
|
|
4580
|
-
*/
|
|
4581
|
-
export interface GetSubscriptionsHistory200Response {
|
|
4582
|
-
/**
|
|
4583
|
-
*
|
|
4584
|
-
* @type {Array<ClientSubscriptionResponse>}
|
|
4585
|
-
* @memberof GetSubscriptionsHistory200Response
|
|
4586
|
-
*/
|
|
4587
|
-
'subscriptions': Array<ClientSubscriptionResponse>;
|
|
4588
|
-
/**
|
|
4589
|
-
*
|
|
4590
|
-
* @type {string}
|
|
4591
|
-
* @memberof GetSubscriptionsHistory200Response
|
|
4592
|
-
*/
|
|
4593
|
-
'clientAccountId': string;
|
|
4594
|
-
}
|
|
4595
4405
|
/**
|
|
4596
4406
|
*
|
|
4597
4407
|
* @export
|
|
@@ -5149,6 +4959,49 @@ export interface JoinEventRequest {
|
|
|
5149
4959
|
* @memberof JoinEventRequest
|
|
5150
4960
|
*/
|
|
5151
4961
|
'players'?: Array<string>;
|
|
4962
|
+
/**
|
|
4963
|
+
*
|
|
4964
|
+
* @type {boolean}
|
|
4965
|
+
* @memberof JoinEventRequest
|
|
4966
|
+
*/
|
|
4967
|
+
'isCreatorPayingAll'?: boolean;
|
|
4968
|
+
/**
|
|
4969
|
+
*
|
|
4970
|
+
* @type {PaymentMethod}
|
|
4971
|
+
* @memberof JoinEventRequest
|
|
4972
|
+
*/
|
|
4973
|
+
'paymentMethod'?: PaymentMethod;
|
|
4974
|
+
/**
|
|
4975
|
+
*
|
|
4976
|
+
* @type {Array<JoinEventRequestPlayersPaymentMethodsInner>}
|
|
4977
|
+
* @memberof JoinEventRequest
|
|
4978
|
+
*/
|
|
4979
|
+
'playersPaymentMethods'?: Array<JoinEventRequestPlayersPaymentMethodsInner>;
|
|
4980
|
+
/**
|
|
4981
|
+
*
|
|
4982
|
+
* @type {boolean}
|
|
4983
|
+
* @memberof JoinEventRequest
|
|
4984
|
+
*/
|
|
4985
|
+
'useDefaultPaymentMethod'?: boolean;
|
|
4986
|
+
}
|
|
4987
|
+
/**
|
|
4988
|
+
*
|
|
4989
|
+
* @export
|
|
4990
|
+
* @interface JoinEventRequestPlayersPaymentMethodsInner
|
|
4991
|
+
*/
|
|
4992
|
+
export interface JoinEventRequestPlayersPaymentMethodsInner {
|
|
4993
|
+
/**
|
|
4994
|
+
*
|
|
4995
|
+
* @type {PaymentMethod}
|
|
4996
|
+
* @memberof JoinEventRequestPlayersPaymentMethodsInner
|
|
4997
|
+
*/
|
|
4998
|
+
'paymentMethod': PaymentMethod;
|
|
4999
|
+
/**
|
|
5000
|
+
*
|
|
5001
|
+
* @type {string}
|
|
5002
|
+
* @memberof JoinEventRequestPlayersPaymentMethodsInner
|
|
5003
|
+
*/
|
|
5004
|
+
'id': string;
|
|
5152
5005
|
}
|
|
5153
5006
|
/**
|
|
5154
5007
|
*
|
|
@@ -5674,6 +5527,8 @@ export interface PaymentByPlayerInfo {
|
|
|
5674
5527
|
export declare const PaymentMethod: {
|
|
5675
5528
|
readonly Online: "online";
|
|
5676
5529
|
readonly Onsite: "onsite";
|
|
5530
|
+
readonly OnsiteCard: "onsite_card";
|
|
5531
|
+
readonly OnsiteCash: "onsite_cash";
|
|
5677
5532
|
readonly Free: "free";
|
|
5678
5533
|
};
|
|
5679
5534
|
export type PaymentMethod = typeof PaymentMethod[keyof typeof PaymentMethod];
|
|
@@ -6259,6 +6114,12 @@ export interface PublishEventResponse {
|
|
|
6259
6114
|
* @memberof PublishEventResponse
|
|
6260
6115
|
*/
|
|
6261
6116
|
'event': EventResponse;
|
|
6117
|
+
/**
|
|
6118
|
+
*
|
|
6119
|
+
* @type {Array<string>}
|
|
6120
|
+
* @memberof PublishEventResponse
|
|
6121
|
+
*/
|
|
6122
|
+
'refundedBookingIds'?: Array<string>;
|
|
6262
6123
|
}
|
|
6263
6124
|
/**
|
|
6264
6125
|
*
|
|
@@ -9142,19 +9003,6 @@ export interface UpdateSubscriptionPlanForClub200Response {
|
|
|
9142
9003
|
*/
|
|
9143
9004
|
'price': any;
|
|
9144
9005
|
}
|
|
9145
|
-
/**
|
|
9146
|
-
*
|
|
9147
|
-
* @export
|
|
9148
|
-
* @interface UpdateUserCreditsRequest
|
|
9149
|
-
*/
|
|
9150
|
-
export interface UpdateUserCreditsRequest {
|
|
9151
|
-
/**
|
|
9152
|
-
* Variation du crédit à appliquer, exprimée en centimes. Peut être négative pour retirer du crédit.
|
|
9153
|
-
* @type {number}
|
|
9154
|
-
* @memberof UpdateUserCreditsRequest
|
|
9155
|
-
*/
|
|
9156
|
-
'deltaInCents': number;
|
|
9157
|
-
}
|
|
9158
9006
|
/**
|
|
9159
9007
|
*
|
|
9160
9008
|
* @export
|
|
@@ -10623,6 +10471,13 @@ export declare class BookingsUserApi extends BaseAPI {
|
|
|
10623
10471
|
* @export
|
|
10624
10472
|
*/
|
|
10625
10473
|
export declare const ClientApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
10474
|
+
/**
|
|
10475
|
+
* Enregistre un nouvel utilisateur client - Crée l\'utilisateur avec un Stripe Customer
|
|
10476
|
+
* @param {ClientRegisterRequest} clientRegisterRequest
|
|
10477
|
+
* @param {*} [options] Override http request option.
|
|
10478
|
+
* @throws {RequiredError}
|
|
10479
|
+
*/
|
|
10480
|
+
clientRegister: (clientRegisterRequest: ClientRegisterRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
10626
10481
|
/**
|
|
10627
10482
|
* Récupère la liste des clubs gérés par l\'utilisateur authentifié
|
|
10628
10483
|
* @param {*} [options] Override http request option.
|
|
@@ -10642,6 +10497,13 @@ export declare const ClientApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
10642
10497
|
* @export
|
|
10643
10498
|
*/
|
|
10644
10499
|
export declare const ClientApiFp: (configuration?: Configuration) => {
|
|
10500
|
+
/**
|
|
10501
|
+
* Enregistre un nouvel utilisateur client - Crée l\'utilisateur avec un Stripe Customer
|
|
10502
|
+
* @param {ClientRegisterRequest} clientRegisterRequest
|
|
10503
|
+
* @param {*} [options] Override http request option.
|
|
10504
|
+
* @throws {RequiredError}
|
|
10505
|
+
*/
|
|
10506
|
+
clientRegister(clientRegisterRequest: ClientRegisterRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClientRegister201Response>>;
|
|
10645
10507
|
/**
|
|
10646
10508
|
* Récupère la liste des clubs gérés par l\'utilisateur authentifié
|
|
10647
10509
|
* @param {*} [options] Override http request option.
|
|
@@ -10654,13 +10516,20 @@ export declare const ClientApiFp: (configuration?: Configuration) => {
|
|
|
10654
10516
|
* @param {*} [options] Override http request option.
|
|
10655
10517
|
* @throws {RequiredError}
|
|
10656
10518
|
*/
|
|
10657
|
-
onboardClub(clientOnboardingRequestBody: ClientOnboardingRequestBody, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
10519
|
+
onboardClub(clientOnboardingRequestBody: ClientOnboardingRequestBody, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClientFullOnboardingResponse>>;
|
|
10658
10520
|
};
|
|
10659
10521
|
/**
|
|
10660
10522
|
* ClientApi - factory interface
|
|
10661
10523
|
* @export
|
|
10662
10524
|
*/
|
|
10663
10525
|
export declare const ClientApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
10526
|
+
/**
|
|
10527
|
+
* Enregistre un nouvel utilisateur client - Crée l\'utilisateur avec un Stripe Customer
|
|
10528
|
+
* @param {ClientApiClientRegisterRequest} requestParameters Request parameters.
|
|
10529
|
+
* @param {*} [options] Override http request option.
|
|
10530
|
+
* @throws {RequiredError}
|
|
10531
|
+
*/
|
|
10532
|
+
clientRegister(requestParameters: ClientApiClientRegisterRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClientRegister201Response>;
|
|
10664
10533
|
/**
|
|
10665
10534
|
* Récupère la liste des clubs gérés par l\'utilisateur authentifié
|
|
10666
10535
|
* @param {*} [options] Override http request option.
|
|
@@ -10673,8 +10542,21 @@ export declare const ClientApiFactory: (configuration?: Configuration, basePath?
|
|
|
10673
10542
|
* @param {*} [options] Override http request option.
|
|
10674
10543
|
* @throws {RequiredError}
|
|
10675
10544
|
*/
|
|
10676
|
-
onboardClub(requestParameters: ClientApiOnboardClubRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
10545
|
+
onboardClub(requestParameters: ClientApiOnboardClubRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClientFullOnboardingResponse>;
|
|
10677
10546
|
};
|
|
10547
|
+
/**
|
|
10548
|
+
* Request parameters for clientRegister operation in ClientApi.
|
|
10549
|
+
* @export
|
|
10550
|
+
* @interface ClientApiClientRegisterRequest
|
|
10551
|
+
*/
|
|
10552
|
+
export interface ClientApiClientRegisterRequest {
|
|
10553
|
+
/**
|
|
10554
|
+
*
|
|
10555
|
+
* @type {ClientRegisterRequest}
|
|
10556
|
+
* @memberof ClientApiClientRegister
|
|
10557
|
+
*/
|
|
10558
|
+
readonly clientRegisterRequest: ClientRegisterRequest;
|
|
10559
|
+
}
|
|
10678
10560
|
/**
|
|
10679
10561
|
* Request parameters for onboardClub operation in ClientApi.
|
|
10680
10562
|
* @export
|
|
@@ -10695,6 +10577,14 @@ export interface ClientApiOnboardClubRequest {
|
|
|
10695
10577
|
* @extends {BaseAPI}
|
|
10696
10578
|
*/
|
|
10697
10579
|
export declare class ClientApi extends BaseAPI {
|
|
10580
|
+
/**
|
|
10581
|
+
* Enregistre un nouvel utilisateur client - Crée l\'utilisateur avec un Stripe Customer
|
|
10582
|
+
* @param {ClientApiClientRegisterRequest} requestParameters Request parameters.
|
|
10583
|
+
* @param {*} [options] Override http request option.
|
|
10584
|
+
* @throws {RequiredError}
|
|
10585
|
+
* @memberof ClientApi
|
|
10586
|
+
*/
|
|
10587
|
+
clientRegister(requestParameters: ClientApiClientRegisterRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ClientRegister201Response, any, {}>>;
|
|
10698
10588
|
/**
|
|
10699
10589
|
* Récupère la liste des clubs gérés par l\'utilisateur authentifié
|
|
10700
10590
|
* @param {*} [options] Override http request option.
|
|
@@ -10709,369 +10599,92 @@ export declare class ClientApi extends BaseAPI {
|
|
|
10709
10599
|
* @throws {RequiredError}
|
|
10710
10600
|
* @memberof ClientApi
|
|
10711
10601
|
*/
|
|
10712
|
-
onboardClub(requestParameters: ClientApiOnboardClubRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
10602
|
+
onboardClub(requestParameters: ClientApiOnboardClubRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ClientFullOnboardingResponse, any, {}>>;
|
|
10713
10603
|
}
|
|
10714
10604
|
/**
|
|
10715
|
-
*
|
|
10605
|
+
* ClubAnalyticsApi - axios parameter creator
|
|
10716
10606
|
* @export
|
|
10717
10607
|
*/
|
|
10718
|
-
export declare const
|
|
10608
|
+
export declare const ClubAnalyticsApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
10719
10609
|
/**
|
|
10720
|
-
*
|
|
10610
|
+
* Récupère les clubs les plus aimés
|
|
10721
10611
|
* @param {*} [options] Override http request option.
|
|
10722
10612
|
* @throws {RequiredError}
|
|
10723
10613
|
*/
|
|
10724
|
-
|
|
10614
|
+
getMostLikedClub: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
10725
10615
|
/**
|
|
10726
|
-
* Récupère
|
|
10727
|
-
* @param {string} accountId L\'ID du compte client
|
|
10616
|
+
* Récupère les clubs populaires
|
|
10728
10617
|
* @param {*} [options] Override http request option.
|
|
10729
10618
|
* @throws {RequiredError}
|
|
10730
10619
|
*/
|
|
10731
|
-
|
|
10620
|
+
getPopularClubs: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
10621
|
+
};
|
|
10622
|
+
/**
|
|
10623
|
+
* ClubAnalyticsApi - functional programming interface
|
|
10624
|
+
* @export
|
|
10625
|
+
*/
|
|
10626
|
+
export declare const ClubAnalyticsApiFp: (configuration?: Configuration) => {
|
|
10732
10627
|
/**
|
|
10733
|
-
* Récupère
|
|
10628
|
+
* Récupère les clubs les plus aimés
|
|
10734
10629
|
* @param {*} [options] Override http request option.
|
|
10735
10630
|
* @throws {RequiredError}
|
|
10736
10631
|
*/
|
|
10737
|
-
|
|
10632
|
+
getMostLikedClub(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<any>>>;
|
|
10738
10633
|
/**
|
|
10739
|
-
* Récupère
|
|
10634
|
+
* Récupère les clubs populaires
|
|
10740
10635
|
* @param {*} [options] Override http request option.
|
|
10741
10636
|
* @throws {RequiredError}
|
|
10742
10637
|
*/
|
|
10743
|
-
|
|
10638
|
+
getPopularClubs(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<any>>>;
|
|
10639
|
+
};
|
|
10640
|
+
/**
|
|
10641
|
+
* ClubAnalyticsApi - factory interface
|
|
10642
|
+
* @export
|
|
10643
|
+
*/
|
|
10644
|
+
export declare const ClubAnalyticsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
10744
10645
|
/**
|
|
10745
|
-
* Récupère
|
|
10646
|
+
* Récupère les clubs les plus aimés
|
|
10746
10647
|
* @param {*} [options] Override http request option.
|
|
10747
10648
|
* @throws {RequiredError}
|
|
10748
10649
|
*/
|
|
10749
|
-
|
|
10650
|
+
getMostLikedClub(options?: RawAxiosRequestConfig): AxiosPromise<Array<any>>;
|
|
10750
10651
|
/**
|
|
10751
|
-
*
|
|
10652
|
+
* Récupère les clubs populaires
|
|
10752
10653
|
* @param {*} [options] Override http request option.
|
|
10753
10654
|
* @throws {RequiredError}
|
|
10754
10655
|
*/
|
|
10755
|
-
|
|
10656
|
+
getPopularClubs(options?: RawAxiosRequestConfig): AxiosPromise<Array<any>>;
|
|
10657
|
+
};
|
|
10658
|
+
/**
|
|
10659
|
+
* ClubAnalyticsApi - object-oriented interface
|
|
10660
|
+
* @export
|
|
10661
|
+
* @class ClubAnalyticsApi
|
|
10662
|
+
* @extends {BaseAPI}
|
|
10663
|
+
*/
|
|
10664
|
+
export declare class ClubAnalyticsApi extends BaseAPI {
|
|
10756
10665
|
/**
|
|
10757
|
-
*
|
|
10758
|
-
* @param {ClientAccountOnboardingRequest} clientAccountOnboardingRequest Les données du compte à créer
|
|
10666
|
+
* Récupère les clubs les plus aimés
|
|
10759
10667
|
* @param {*} [options] Override http request option.
|
|
10760
10668
|
* @throws {RequiredError}
|
|
10669
|
+
* @memberof ClubAnalyticsApi
|
|
10761
10670
|
*/
|
|
10762
|
-
|
|
10671
|
+
getMostLikedClub(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<any[], any, {}>>;
|
|
10763
10672
|
/**
|
|
10764
|
-
*
|
|
10765
|
-
* @param {ClientRegisterRequestBody} clientRegisterRequestBody
|
|
10673
|
+
* Récupère les clubs populaires
|
|
10766
10674
|
* @param {*} [options] Override http request option.
|
|
10767
10675
|
* @throws {RequiredError}
|
|
10676
|
+
* @memberof ClubAnalyticsApi
|
|
10768
10677
|
*/
|
|
10769
|
-
|
|
10770
|
-
}
|
|
10678
|
+
getPopularClubs(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<any[], any, {}>>;
|
|
10679
|
+
}
|
|
10771
10680
|
/**
|
|
10772
|
-
*
|
|
10681
|
+
* ClubAnalyticsStaffApi - axios parameter creator
|
|
10773
10682
|
* @export
|
|
10774
10683
|
*/
|
|
10775
|
-
export declare const
|
|
10684
|
+
export declare const ClubAnalyticsStaffApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
10776
10685
|
/**
|
|
10777
|
-
*
|
|
10778
|
-
* @param {
|
|
10779
|
-
* @throws {RequiredError}
|
|
10780
|
-
*/
|
|
10781
|
-
clientAuthMe(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClientMeResponse>>;
|
|
10782
|
-
/**
|
|
10783
|
-
* Récupère le compte client par son ID
|
|
10784
|
-
* @param {string} accountId L\'ID du compte client
|
|
10785
|
-
* @param {*} [options] Override http request option.
|
|
10786
|
-
* @throws {RequiredError}
|
|
10787
|
-
*/
|
|
10788
|
-
getClientAccountById(accountId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClientAccountResponse>>;
|
|
10789
|
-
/**
|
|
10790
|
-
* Récupère l\'abonnement actif du compte client authentifié
|
|
10791
|
-
* @param {*} [options] Override http request option.
|
|
10792
|
-
* @throws {RequiredError}
|
|
10793
|
-
*/
|
|
10794
|
-
getMyActiveSubscription(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ActiveSubscriptionResponse>>;
|
|
10795
|
-
/**
|
|
10796
|
-
* Récupère le compte client de l\'utilisateur authentifié
|
|
10797
|
-
* @param {*} [options] Override http request option.
|
|
10798
|
-
* @throws {RequiredError}
|
|
10799
|
-
*/
|
|
10800
|
-
getMyClientAccount(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClientAccountResponse>>;
|
|
10801
|
-
/**
|
|
10802
|
-
* Récupère l\'historique des abonnements du compte client authentifié
|
|
10803
|
-
* @param {*} [options] Override http request option.
|
|
10804
|
-
* @throws {RequiredError}
|
|
10805
|
-
*/
|
|
10806
|
-
getSubscriptionsHistory(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetSubscriptionsHistory200Response>>;
|
|
10807
|
-
/**
|
|
10808
|
-
* Liste les prix Stripe disponibles pour les abonnements client
|
|
10809
|
-
* @param {*} [options] Override http request option.
|
|
10810
|
-
* @throws {RequiredError}
|
|
10811
|
-
*/
|
|
10812
|
-
listAvailablePrices(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<any>>>;
|
|
10813
|
-
/**
|
|
10814
|
-
* Crée un nouveau compte client avec onboarding Stripe
|
|
10815
|
-
* @param {ClientAccountOnboardingRequest} clientAccountOnboardingRequest Les données du compte à créer
|
|
10816
|
-
* @param {*} [options] Override http request option.
|
|
10817
|
-
* @throws {RequiredError}
|
|
10818
|
-
*/
|
|
10819
|
-
onboardClientAccount(clientAccountOnboardingRequest: ClientAccountOnboardingRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClientAccountOnboardingResponse>>;
|
|
10820
|
-
/**
|
|
10821
|
-
* Route d\'inscription d\'un utilisateur client (publique)
|
|
10822
|
-
* @param {ClientRegisterRequestBody} clientRegisterRequestBody
|
|
10823
|
-
* @param {*} [options] Override http request option.
|
|
10824
|
-
* @throws {RequiredError}
|
|
10825
|
-
*/
|
|
10826
|
-
registerClientUser(clientRegisterRequestBody: ClientRegisterRequestBody, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClientRegisterResponse>>;
|
|
10827
|
-
};
|
|
10828
|
-
/**
|
|
10829
|
-
* ClientAccountsApi - factory interface
|
|
10830
|
-
* @export
|
|
10831
|
-
*/
|
|
10832
|
-
export declare const ClientAccountsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
10833
|
-
/**
|
|
10834
|
-
* Informations de l\'utilisateur client authentifié (token clientAuth)
|
|
10835
|
-
* @param {*} [options] Override http request option.
|
|
10836
|
-
* @throws {RequiredError}
|
|
10837
|
-
*/
|
|
10838
|
-
clientAuthMe(options?: RawAxiosRequestConfig): AxiosPromise<ClientMeResponse>;
|
|
10839
|
-
/**
|
|
10840
|
-
* Récupère le compte client par son ID
|
|
10841
|
-
* @param {ClientAccountsApiGetClientAccountByIdRequest} requestParameters Request parameters.
|
|
10842
|
-
* @param {*} [options] Override http request option.
|
|
10843
|
-
* @throws {RequiredError}
|
|
10844
|
-
*/
|
|
10845
|
-
getClientAccountById(requestParameters: ClientAccountsApiGetClientAccountByIdRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClientAccountResponse>;
|
|
10846
|
-
/**
|
|
10847
|
-
* Récupère l\'abonnement actif du compte client authentifié
|
|
10848
|
-
* @param {*} [options] Override http request option.
|
|
10849
|
-
* @throws {RequiredError}
|
|
10850
|
-
*/
|
|
10851
|
-
getMyActiveSubscription(options?: RawAxiosRequestConfig): AxiosPromise<ActiveSubscriptionResponse>;
|
|
10852
|
-
/**
|
|
10853
|
-
* Récupère le compte client de l\'utilisateur authentifié
|
|
10854
|
-
* @param {*} [options] Override http request option.
|
|
10855
|
-
* @throws {RequiredError}
|
|
10856
|
-
*/
|
|
10857
|
-
getMyClientAccount(options?: RawAxiosRequestConfig): AxiosPromise<ClientAccountResponse>;
|
|
10858
|
-
/**
|
|
10859
|
-
* Récupère l\'historique des abonnements du compte client authentifié
|
|
10860
|
-
* @param {*} [options] Override http request option.
|
|
10861
|
-
* @throws {RequiredError}
|
|
10862
|
-
*/
|
|
10863
|
-
getSubscriptionsHistory(options?: RawAxiosRequestConfig): AxiosPromise<GetSubscriptionsHistory200Response>;
|
|
10864
|
-
/**
|
|
10865
|
-
* Liste les prix Stripe disponibles pour les abonnements client
|
|
10866
|
-
* @param {*} [options] Override http request option.
|
|
10867
|
-
* @throws {RequiredError}
|
|
10868
|
-
*/
|
|
10869
|
-
listAvailablePrices(options?: RawAxiosRequestConfig): AxiosPromise<Array<any>>;
|
|
10870
|
-
/**
|
|
10871
|
-
* Crée un nouveau compte client avec onboarding Stripe
|
|
10872
|
-
* @param {ClientAccountsApiOnboardClientAccountRequest} requestParameters Request parameters.
|
|
10873
|
-
* @param {*} [options] Override http request option.
|
|
10874
|
-
* @throws {RequiredError}
|
|
10875
|
-
*/
|
|
10876
|
-
onboardClientAccount(requestParameters: ClientAccountsApiOnboardClientAccountRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClientAccountOnboardingResponse>;
|
|
10877
|
-
/**
|
|
10878
|
-
* Route d\'inscription d\'un utilisateur client (publique)
|
|
10879
|
-
* @param {ClientAccountsApiRegisterClientUserRequest} requestParameters Request parameters.
|
|
10880
|
-
* @param {*} [options] Override http request option.
|
|
10881
|
-
* @throws {RequiredError}
|
|
10882
|
-
*/
|
|
10883
|
-
registerClientUser(requestParameters: ClientAccountsApiRegisterClientUserRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClientRegisterResponse>;
|
|
10884
|
-
};
|
|
10885
|
-
/**
|
|
10886
|
-
* Request parameters for getClientAccountById operation in ClientAccountsApi.
|
|
10887
|
-
* @export
|
|
10888
|
-
* @interface ClientAccountsApiGetClientAccountByIdRequest
|
|
10889
|
-
*/
|
|
10890
|
-
export interface ClientAccountsApiGetClientAccountByIdRequest {
|
|
10891
|
-
/**
|
|
10892
|
-
* L\'ID du compte client
|
|
10893
|
-
* @type {string}
|
|
10894
|
-
* @memberof ClientAccountsApiGetClientAccountById
|
|
10895
|
-
*/
|
|
10896
|
-
readonly accountId: string;
|
|
10897
|
-
}
|
|
10898
|
-
/**
|
|
10899
|
-
* Request parameters for onboardClientAccount operation in ClientAccountsApi.
|
|
10900
|
-
* @export
|
|
10901
|
-
* @interface ClientAccountsApiOnboardClientAccountRequest
|
|
10902
|
-
*/
|
|
10903
|
-
export interface ClientAccountsApiOnboardClientAccountRequest {
|
|
10904
|
-
/**
|
|
10905
|
-
* Les données du compte à créer
|
|
10906
|
-
* @type {ClientAccountOnboardingRequest}
|
|
10907
|
-
* @memberof ClientAccountsApiOnboardClientAccount
|
|
10908
|
-
*/
|
|
10909
|
-
readonly clientAccountOnboardingRequest: ClientAccountOnboardingRequest;
|
|
10910
|
-
}
|
|
10911
|
-
/**
|
|
10912
|
-
* Request parameters for registerClientUser operation in ClientAccountsApi.
|
|
10913
|
-
* @export
|
|
10914
|
-
* @interface ClientAccountsApiRegisterClientUserRequest
|
|
10915
|
-
*/
|
|
10916
|
-
export interface ClientAccountsApiRegisterClientUserRequest {
|
|
10917
|
-
/**
|
|
10918
|
-
*
|
|
10919
|
-
* @type {ClientRegisterRequestBody}
|
|
10920
|
-
* @memberof ClientAccountsApiRegisterClientUser
|
|
10921
|
-
*/
|
|
10922
|
-
readonly clientRegisterRequestBody: ClientRegisterRequestBody;
|
|
10923
|
-
}
|
|
10924
|
-
/**
|
|
10925
|
-
* ClientAccountsApi - object-oriented interface
|
|
10926
|
-
* @export
|
|
10927
|
-
* @class ClientAccountsApi
|
|
10928
|
-
* @extends {BaseAPI}
|
|
10929
|
-
*/
|
|
10930
|
-
export declare class ClientAccountsApi extends BaseAPI {
|
|
10931
|
-
/**
|
|
10932
|
-
* Informations de l\'utilisateur client authentifié (token clientAuth)
|
|
10933
|
-
* @param {*} [options] Override http request option.
|
|
10934
|
-
* @throws {RequiredError}
|
|
10935
|
-
* @memberof ClientAccountsApi
|
|
10936
|
-
*/
|
|
10937
|
-
clientAuthMe(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ClientMeResponse, any, {}>>;
|
|
10938
|
-
/**
|
|
10939
|
-
* Récupère le compte client par son ID
|
|
10940
|
-
* @param {ClientAccountsApiGetClientAccountByIdRequest} requestParameters Request parameters.
|
|
10941
|
-
* @param {*} [options] Override http request option.
|
|
10942
|
-
* @throws {RequiredError}
|
|
10943
|
-
* @memberof ClientAccountsApi
|
|
10944
|
-
*/
|
|
10945
|
-
getClientAccountById(requestParameters: ClientAccountsApiGetClientAccountByIdRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ClientAccountResponse, any, {}>>;
|
|
10946
|
-
/**
|
|
10947
|
-
* Récupère l\'abonnement actif du compte client authentifié
|
|
10948
|
-
* @param {*} [options] Override http request option.
|
|
10949
|
-
* @throws {RequiredError}
|
|
10950
|
-
* @memberof ClientAccountsApi
|
|
10951
|
-
*/
|
|
10952
|
-
getMyActiveSubscription(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ActiveSubscriptionResponse, any, {}>>;
|
|
10953
|
-
/**
|
|
10954
|
-
* Récupère le compte client de l\'utilisateur authentifié
|
|
10955
|
-
* @param {*} [options] Override http request option.
|
|
10956
|
-
* @throws {RequiredError}
|
|
10957
|
-
* @memberof ClientAccountsApi
|
|
10958
|
-
*/
|
|
10959
|
-
getMyClientAccount(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ClientAccountResponse, any, {}>>;
|
|
10960
|
-
/**
|
|
10961
|
-
* Récupère l\'historique des abonnements du compte client authentifié
|
|
10962
|
-
* @param {*} [options] Override http request option.
|
|
10963
|
-
* @throws {RequiredError}
|
|
10964
|
-
* @memberof ClientAccountsApi
|
|
10965
|
-
*/
|
|
10966
|
-
getSubscriptionsHistory(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetSubscriptionsHistory200Response, any, {}>>;
|
|
10967
|
-
/**
|
|
10968
|
-
* Liste les prix Stripe disponibles pour les abonnements client
|
|
10969
|
-
* @param {*} [options] Override http request option.
|
|
10970
|
-
* @throws {RequiredError}
|
|
10971
|
-
* @memberof ClientAccountsApi
|
|
10972
|
-
*/
|
|
10973
|
-
listAvailablePrices(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<any[], any, {}>>;
|
|
10974
|
-
/**
|
|
10975
|
-
* Crée un nouveau compte client avec onboarding Stripe
|
|
10976
|
-
* @param {ClientAccountsApiOnboardClientAccountRequest} requestParameters Request parameters.
|
|
10977
|
-
* @param {*} [options] Override http request option.
|
|
10978
|
-
* @throws {RequiredError}
|
|
10979
|
-
* @memberof ClientAccountsApi
|
|
10980
|
-
*/
|
|
10981
|
-
onboardClientAccount(requestParameters: ClientAccountsApiOnboardClientAccountRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ClientAccountOnboardingResponse, any, {}>>;
|
|
10982
|
-
/**
|
|
10983
|
-
* Route d\'inscription d\'un utilisateur client (publique)
|
|
10984
|
-
* @param {ClientAccountsApiRegisterClientUserRequest} requestParameters Request parameters.
|
|
10985
|
-
* @param {*} [options] Override http request option.
|
|
10986
|
-
* @throws {RequiredError}
|
|
10987
|
-
* @memberof ClientAccountsApi
|
|
10988
|
-
*/
|
|
10989
|
-
registerClientUser(requestParameters: ClientAccountsApiRegisterClientUserRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ClientRegisterResponse, any, {}>>;
|
|
10990
|
-
}
|
|
10991
|
-
/**
|
|
10992
|
-
* ClubAnalyticsApi - axios parameter creator
|
|
10993
|
-
* @export
|
|
10994
|
-
*/
|
|
10995
|
-
export declare const ClubAnalyticsApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
10996
|
-
/**
|
|
10997
|
-
* Récupère les clubs les plus aimés
|
|
10998
|
-
* @param {*} [options] Override http request option.
|
|
10999
|
-
* @throws {RequiredError}
|
|
11000
|
-
*/
|
|
11001
|
-
getMostLikedClub: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11002
|
-
/**
|
|
11003
|
-
* Récupère les clubs populaires
|
|
11004
|
-
* @param {*} [options] Override http request option.
|
|
11005
|
-
* @throws {RequiredError}
|
|
11006
|
-
*/
|
|
11007
|
-
getPopularClubs: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11008
|
-
};
|
|
11009
|
-
/**
|
|
11010
|
-
* ClubAnalyticsApi - functional programming interface
|
|
11011
|
-
* @export
|
|
11012
|
-
*/
|
|
11013
|
-
export declare const ClubAnalyticsApiFp: (configuration?: Configuration) => {
|
|
11014
|
-
/**
|
|
11015
|
-
* Récupère les clubs les plus aimés
|
|
11016
|
-
* @param {*} [options] Override http request option.
|
|
11017
|
-
* @throws {RequiredError}
|
|
11018
|
-
*/
|
|
11019
|
-
getMostLikedClub(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<any>>>;
|
|
11020
|
-
/**
|
|
11021
|
-
* Récupère les clubs populaires
|
|
11022
|
-
* @param {*} [options] Override http request option.
|
|
11023
|
-
* @throws {RequiredError}
|
|
11024
|
-
*/
|
|
11025
|
-
getPopularClubs(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<any>>>;
|
|
11026
|
-
};
|
|
11027
|
-
/**
|
|
11028
|
-
* ClubAnalyticsApi - factory interface
|
|
11029
|
-
* @export
|
|
11030
|
-
*/
|
|
11031
|
-
export declare const ClubAnalyticsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
11032
|
-
/**
|
|
11033
|
-
* Récupère les clubs les plus aimés
|
|
11034
|
-
* @param {*} [options] Override http request option.
|
|
11035
|
-
* @throws {RequiredError}
|
|
11036
|
-
*/
|
|
11037
|
-
getMostLikedClub(options?: RawAxiosRequestConfig): AxiosPromise<Array<any>>;
|
|
11038
|
-
/**
|
|
11039
|
-
* Récupère les clubs populaires
|
|
11040
|
-
* @param {*} [options] Override http request option.
|
|
11041
|
-
* @throws {RequiredError}
|
|
11042
|
-
*/
|
|
11043
|
-
getPopularClubs(options?: RawAxiosRequestConfig): AxiosPromise<Array<any>>;
|
|
11044
|
-
};
|
|
11045
|
-
/**
|
|
11046
|
-
* ClubAnalyticsApi - object-oriented interface
|
|
11047
|
-
* @export
|
|
11048
|
-
* @class ClubAnalyticsApi
|
|
11049
|
-
* @extends {BaseAPI}
|
|
11050
|
-
*/
|
|
11051
|
-
export declare class ClubAnalyticsApi extends BaseAPI {
|
|
11052
|
-
/**
|
|
11053
|
-
* Récupère les clubs les plus aimés
|
|
11054
|
-
* @param {*} [options] Override http request option.
|
|
11055
|
-
* @throws {RequiredError}
|
|
11056
|
-
* @memberof ClubAnalyticsApi
|
|
11057
|
-
*/
|
|
11058
|
-
getMostLikedClub(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<any[], any, {}>>;
|
|
11059
|
-
/**
|
|
11060
|
-
* Récupère les clubs populaires
|
|
11061
|
-
* @param {*} [options] Override http request option.
|
|
11062
|
-
* @throws {RequiredError}
|
|
11063
|
-
* @memberof ClubAnalyticsApi
|
|
11064
|
-
*/
|
|
11065
|
-
getPopularClubs(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<any[], any, {}>>;
|
|
11066
|
-
}
|
|
11067
|
-
/**
|
|
11068
|
-
* ClubAnalyticsStaffApi - axios parameter creator
|
|
11069
|
-
* @export
|
|
11070
|
-
*/
|
|
11071
|
-
export declare const ClubAnalyticsStaffApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
11072
|
-
/**
|
|
11073
|
-
* Récupère les analytics par sport
|
|
11074
|
-
* @param {string} sportId
|
|
10686
|
+
* Récupère les analytics par sport
|
|
10687
|
+
* @param {string} sportId
|
|
11075
10688
|
* @param {*} [options] Override http request option.
|
|
11076
10689
|
* @throws {RequiredError}
|
|
11077
10690
|
*/
|
|
@@ -12847,13 +12460,6 @@ export declare const ClubsManagerApiAxiosParamCreator: (configuration?: Configur
|
|
|
12847
12460
|
* @throws {RequiredError}
|
|
12848
12461
|
*/
|
|
12849
12462
|
deleteActuality: (actualityId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
12850
|
-
/**
|
|
12851
|
-
* Supprime un membre d\'un club
|
|
12852
|
-
* @param {string} userId
|
|
12853
|
-
* @param {*} [options] Override http request option.
|
|
12854
|
-
* @throws {RequiredError}
|
|
12855
|
-
*/
|
|
12856
|
-
deleteClubMember: (userId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
12857
12463
|
/**
|
|
12858
12464
|
* Supprime un terrain et ses créneaux futurs
|
|
12859
12465
|
* @param {string} courtId
|
|
@@ -13004,13 +12610,6 @@ export declare const ClubsManagerApiFp: (configuration?: Configuration) => {
|
|
|
13004
12610
|
* @throws {RequiredError}
|
|
13005
12611
|
*/
|
|
13006
12612
|
deleteActuality(actualityId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<RequestPasswordReset200Response>>;
|
|
13007
|
-
/**
|
|
13008
|
-
* Supprime un membre d\'un club
|
|
13009
|
-
* @param {string} userId
|
|
13010
|
-
* @param {*} [options] Override http request option.
|
|
13011
|
-
* @throws {RequiredError}
|
|
13012
|
-
*/
|
|
13013
|
-
deleteClubMember(userId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AddClubMember201Response>>;
|
|
13014
12613
|
/**
|
|
13015
12614
|
* Supprime un terrain et ses créneaux futurs
|
|
13016
12615
|
* @param {string} courtId
|
|
@@ -13160,13 +12759,6 @@ export declare const ClubsManagerApiFactory: (configuration?: Configuration, bas
|
|
|
13160
12759
|
* @throws {RequiredError}
|
|
13161
12760
|
*/
|
|
13162
12761
|
deleteActuality(requestParameters: ClubsManagerApiDeleteActualityRequest, options?: RawAxiosRequestConfig): AxiosPromise<RequestPasswordReset200Response>;
|
|
13163
|
-
/**
|
|
13164
|
-
* Supprime un membre d\'un club
|
|
13165
|
-
* @param {ClubsManagerApiDeleteClubMemberRequest} requestParameters Request parameters.
|
|
13166
|
-
* @param {*} [options] Override http request option.
|
|
13167
|
-
* @throws {RequiredError}
|
|
13168
|
-
*/
|
|
13169
|
-
deleteClubMember(requestParameters: ClubsManagerApiDeleteClubMemberRequest, options?: RawAxiosRequestConfig): AxiosPromise<AddClubMember201Response>;
|
|
13170
12762
|
/**
|
|
13171
12763
|
* Supprime un terrain et ses créneaux futurs
|
|
13172
12764
|
* @param {ClubsManagerApiDeleteCourtRequest} requestParameters Request parameters.
|
|
@@ -13355,19 +12947,6 @@ export interface ClubsManagerApiDeleteActualityRequest {
|
|
|
13355
12947
|
*/
|
|
13356
12948
|
readonly actualityId: string;
|
|
13357
12949
|
}
|
|
13358
|
-
/**
|
|
13359
|
-
* Request parameters for deleteClubMember operation in ClubsManagerApi.
|
|
13360
|
-
* @export
|
|
13361
|
-
* @interface ClubsManagerApiDeleteClubMemberRequest
|
|
13362
|
-
*/
|
|
13363
|
-
export interface ClubsManagerApiDeleteClubMemberRequest {
|
|
13364
|
-
/**
|
|
13365
|
-
*
|
|
13366
|
-
* @type {string}
|
|
13367
|
-
* @memberof ClubsManagerApiDeleteClubMember
|
|
13368
|
-
*/
|
|
13369
|
-
readonly userId: string;
|
|
13370
|
-
}
|
|
13371
12950
|
/**
|
|
13372
12951
|
* Request parameters for deleteCourt operation in ClubsManagerApi.
|
|
13373
12952
|
* @export
|
|
@@ -13611,14 +13190,6 @@ export declare class ClubsManagerApi extends BaseAPI {
|
|
|
13611
13190
|
* @memberof ClubsManagerApi
|
|
13612
13191
|
*/
|
|
13613
13192
|
deleteActuality(requestParameters: ClubsManagerApiDeleteActualityRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<RequestPasswordReset200Response, any, {}>>;
|
|
13614
|
-
/**
|
|
13615
|
-
* Supprime un membre d\'un club
|
|
13616
|
-
* @param {ClubsManagerApiDeleteClubMemberRequest} requestParameters Request parameters.
|
|
13617
|
-
* @param {*} [options] Override http request option.
|
|
13618
|
-
* @throws {RequiredError}
|
|
13619
|
-
* @memberof ClubsManagerApi
|
|
13620
|
-
*/
|
|
13621
|
-
deleteClubMember(requestParameters: ClubsManagerApiDeleteClubMemberRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AddClubMember201Response, any, {}>>;
|
|
13622
13193
|
/**
|
|
13623
13194
|
* Supprime un terrain et ses créneaux futurs
|
|
13624
13195
|
* @param {ClubsManagerApiDeleteCourtRequest} requestParameters Request parameters.
|
|
@@ -13728,6 +13299,14 @@ export declare class ClubsManagerApi extends BaseAPI {
|
|
|
13728
13299
|
* @export
|
|
13729
13300
|
*/
|
|
13730
13301
|
export declare const ClubsStaffApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
13302
|
+
/**
|
|
13303
|
+
* Crée une facture manuelle (on-site) et l\'associe à une réservation
|
|
13304
|
+
* @param {string} bookingId
|
|
13305
|
+
* @param {CreateOnsiteInvoiceRequest} createOnsiteInvoiceRequest
|
|
13306
|
+
* @param {*} [options] Override http request option.
|
|
13307
|
+
* @throws {RequiredError}
|
|
13308
|
+
*/
|
|
13309
|
+
createOnsiteInvoiceForBooking: (bookingId: string, createOnsiteInvoiceRequest: CreateOnsiteInvoiceRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
13731
13310
|
/**
|
|
13732
13311
|
*
|
|
13733
13312
|
* @param {*} [options] Override http request option.
|
|
@@ -13777,20 +13356,20 @@ export declare const ClubsStaffApiAxiosParamCreator: (configuration?: Configurat
|
|
|
13777
13356
|
* @throws {RequiredError}
|
|
13778
13357
|
*/
|
|
13779
13358
|
getUserProfileStaff: (id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
13780
|
-
/**
|
|
13781
|
-
*
|
|
13782
|
-
* @param {string} id
|
|
13783
|
-
* @param {UpdateUserCreditsRequest} updateUserCreditsRequest
|
|
13784
|
-
* @param {*} [options] Override http request option.
|
|
13785
|
-
* @throws {RequiredError}
|
|
13786
|
-
*/
|
|
13787
|
-
updateUserCreditsStaff: (id: string, updateUserCreditsRequest: UpdateUserCreditsRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
13788
13359
|
};
|
|
13789
13360
|
/**
|
|
13790
13361
|
* ClubsStaffApi - functional programming interface
|
|
13791
13362
|
* @export
|
|
13792
13363
|
*/
|
|
13793
13364
|
export declare const ClubsStaffApiFp: (configuration?: Configuration) => {
|
|
13365
|
+
/**
|
|
13366
|
+
* Crée une facture manuelle (on-site) et l\'associe à une réservation
|
|
13367
|
+
* @param {string} bookingId
|
|
13368
|
+
* @param {CreateOnsiteInvoiceRequest} createOnsiteInvoiceRequest
|
|
13369
|
+
* @param {*} [options] Override http request option.
|
|
13370
|
+
* @throws {RequiredError}
|
|
13371
|
+
*/
|
|
13372
|
+
createOnsiteInvoiceForBooking(bookingId: string, createOnsiteInvoiceRequest: CreateOnsiteInvoiceRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateOnsiteInvoiceResponse>>;
|
|
13794
13373
|
/**
|
|
13795
13374
|
*
|
|
13796
13375
|
* @param {*} [options] Override http request option.
|
|
@@ -13840,20 +13419,19 @@ export declare const ClubsStaffApiFp: (configuration?: Configuration) => {
|
|
|
13840
13419
|
* @throws {RequiredError}
|
|
13841
13420
|
*/
|
|
13842
13421
|
getUserProfileStaff(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<StaffUserProfileResponse>>;
|
|
13843
|
-
/**
|
|
13844
|
-
*
|
|
13845
|
-
* @param {string} id
|
|
13846
|
-
* @param {UpdateUserCreditsRequest} updateUserCreditsRequest
|
|
13847
|
-
* @param {*} [options] Override http request option.
|
|
13848
|
-
* @throws {RequiredError}
|
|
13849
|
-
*/
|
|
13850
|
-
updateUserCreditsStaff(id: string, updateUserCreditsRequest: UpdateUserCreditsRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<StaffUserProfileResponse>>;
|
|
13851
13422
|
};
|
|
13852
13423
|
/**
|
|
13853
13424
|
* ClubsStaffApi - factory interface
|
|
13854
13425
|
* @export
|
|
13855
13426
|
*/
|
|
13856
13427
|
export declare const ClubsStaffApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
13428
|
+
/**
|
|
13429
|
+
* Crée une facture manuelle (on-site) et l\'associe à une réservation
|
|
13430
|
+
* @param {ClubsStaffApiCreateOnsiteInvoiceForBookingRequest} requestParameters Request parameters.
|
|
13431
|
+
* @param {*} [options] Override http request option.
|
|
13432
|
+
* @throws {RequiredError}
|
|
13433
|
+
*/
|
|
13434
|
+
createOnsiteInvoiceForBooking(requestParameters: ClubsStaffApiCreateOnsiteInvoiceForBookingRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateOnsiteInvoiceResponse>;
|
|
13857
13435
|
/**
|
|
13858
13436
|
*
|
|
13859
13437
|
* @param {*} [options] Override http request option.
|
|
@@ -13903,45 +13481,38 @@ export declare const ClubsStaffApiFactory: (configuration?: Configuration, baseP
|
|
|
13903
13481
|
* @throws {RequiredError}
|
|
13904
13482
|
*/
|
|
13905
13483
|
getUserProfileStaff(requestParameters: ClubsStaffApiGetUserProfileStaffRequest, options?: RawAxiosRequestConfig): AxiosPromise<StaffUserProfileResponse>;
|
|
13906
|
-
/**
|
|
13907
|
-
*
|
|
13908
|
-
* @param {ClubsStaffApiUpdateUserCreditsStaffRequest} requestParameters Request parameters.
|
|
13909
|
-
* @param {*} [options] Override http request option.
|
|
13910
|
-
* @throws {RequiredError}
|
|
13911
|
-
*/
|
|
13912
|
-
updateUserCreditsStaff(requestParameters: ClubsStaffApiUpdateUserCreditsStaffRequest, options?: RawAxiosRequestConfig): AxiosPromise<StaffUserProfileResponse>;
|
|
13913
13484
|
};
|
|
13914
13485
|
/**
|
|
13915
|
-
* Request parameters for
|
|
13486
|
+
* Request parameters for createOnsiteInvoiceForBooking operation in ClubsStaffApi.
|
|
13916
13487
|
* @export
|
|
13917
|
-
* @interface
|
|
13488
|
+
* @interface ClubsStaffApiCreateOnsiteInvoiceForBookingRequest
|
|
13918
13489
|
*/
|
|
13919
|
-
export interface
|
|
13490
|
+
export interface ClubsStaffApiCreateOnsiteInvoiceForBookingRequest {
|
|
13920
13491
|
/**
|
|
13921
13492
|
*
|
|
13922
13493
|
* @type {string}
|
|
13923
|
-
* @memberof
|
|
13494
|
+
* @memberof ClubsStaffApiCreateOnsiteInvoiceForBooking
|
|
13924
13495
|
*/
|
|
13925
|
-
readonly
|
|
13496
|
+
readonly bookingId: string;
|
|
13497
|
+
/**
|
|
13498
|
+
*
|
|
13499
|
+
* @type {CreateOnsiteInvoiceRequest}
|
|
13500
|
+
* @memberof ClubsStaffApiCreateOnsiteInvoiceForBooking
|
|
13501
|
+
*/
|
|
13502
|
+
readonly createOnsiteInvoiceRequest: CreateOnsiteInvoiceRequest;
|
|
13926
13503
|
}
|
|
13927
13504
|
/**
|
|
13928
|
-
* Request parameters for
|
|
13505
|
+
* Request parameters for getUserProfileStaff operation in ClubsStaffApi.
|
|
13929
13506
|
* @export
|
|
13930
|
-
* @interface
|
|
13507
|
+
* @interface ClubsStaffApiGetUserProfileStaffRequest
|
|
13931
13508
|
*/
|
|
13932
|
-
export interface
|
|
13509
|
+
export interface ClubsStaffApiGetUserProfileStaffRequest {
|
|
13933
13510
|
/**
|
|
13934
13511
|
*
|
|
13935
13512
|
* @type {string}
|
|
13936
|
-
* @memberof
|
|
13513
|
+
* @memberof ClubsStaffApiGetUserProfileStaff
|
|
13937
13514
|
*/
|
|
13938
13515
|
readonly id: string;
|
|
13939
|
-
/**
|
|
13940
|
-
*
|
|
13941
|
-
* @type {UpdateUserCreditsRequest}
|
|
13942
|
-
* @memberof ClubsStaffApiUpdateUserCreditsStaff
|
|
13943
|
-
*/
|
|
13944
|
-
readonly updateUserCreditsRequest: UpdateUserCreditsRequest;
|
|
13945
13516
|
}
|
|
13946
13517
|
/**
|
|
13947
13518
|
* ClubsStaffApi - object-oriented interface
|
|
@@ -13950,6 +13521,14 @@ export interface ClubsStaffApiUpdateUserCreditsStaffRequest {
|
|
|
13950
13521
|
* @extends {BaseAPI}
|
|
13951
13522
|
*/
|
|
13952
13523
|
export declare class ClubsStaffApi extends BaseAPI {
|
|
13524
|
+
/**
|
|
13525
|
+
* Crée une facture manuelle (on-site) et l\'associe à une réservation
|
|
13526
|
+
* @param {ClubsStaffApiCreateOnsiteInvoiceForBookingRequest} requestParameters Request parameters.
|
|
13527
|
+
* @param {*} [options] Override http request option.
|
|
13528
|
+
* @throws {RequiredError}
|
|
13529
|
+
* @memberof ClubsStaffApi
|
|
13530
|
+
*/
|
|
13531
|
+
createOnsiteInvoiceForBooking(requestParameters: ClubsStaffApiCreateOnsiteInvoiceForBookingRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateOnsiteInvoiceResponse, any, {}>>;
|
|
13953
13532
|
/**
|
|
13954
13533
|
*
|
|
13955
13534
|
* @param {*} [options] Override http request option.
|
|
@@ -14007,14 +13586,6 @@ export declare class ClubsStaffApi extends BaseAPI {
|
|
|
14007
13586
|
* @memberof ClubsStaffApi
|
|
14008
13587
|
*/
|
|
14009
13588
|
getUserProfileStaff(requestParameters: ClubsStaffApiGetUserProfileStaffRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<StaffUserProfileResponse, any, {}>>;
|
|
14010
|
-
/**
|
|
14011
|
-
*
|
|
14012
|
-
* @param {ClubsStaffApiUpdateUserCreditsStaffRequest} requestParameters Request parameters.
|
|
14013
|
-
* @param {*} [options] Override http request option.
|
|
14014
|
-
* @throws {RequiredError}
|
|
14015
|
-
* @memberof ClubsStaffApi
|
|
14016
|
-
*/
|
|
14017
|
-
updateUserCreditsStaff(requestParameters: ClubsStaffApiUpdateUserCreditsStaffRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<StaffUserProfileResponse, any, {}>>;
|
|
14018
13589
|
}
|
|
14019
13590
|
/**
|
|
14020
13591
|
* DefaultApi - axios parameter creator
|
|
@@ -14332,6 +13903,13 @@ export type GetPublishedEventsByClubIdTypeEnum = typeof GetPublishedEventsByClub
|
|
|
14332
13903
|
* @export
|
|
14333
13904
|
*/
|
|
14334
13905
|
export declare const EventsManagerApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
13906
|
+
/**
|
|
13907
|
+
* Check if there are bookings overlapping an event window (for create/update/delete)
|
|
13908
|
+
* @param {EventConflictCheckRequest} eventConflictCheckRequest
|
|
13909
|
+
* @param {*} [options] Override http request option.
|
|
13910
|
+
* @throws {RequiredError}
|
|
13911
|
+
*/
|
|
13912
|
+
checkEventConflicts: (eventConflictCheckRequest: EventConflictCheckRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
14335
13913
|
/**
|
|
14336
13914
|
* Create a new event (manager)
|
|
14337
13915
|
* @param {CreateEventRequest} createEventRequest
|
|
@@ -14368,12 +13946,27 @@ export declare const EventsManagerApiAxiosParamCreator: (configuration?: Configu
|
|
|
14368
13946
|
* @throws {RequiredError}
|
|
14369
13947
|
*/
|
|
14370
13948
|
updateEvent: (eventId: string, updateEventRequest: UpdateEventRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
13949
|
+
/**
|
|
13950
|
+
* Update a published event (manager) and propagate slot changes and conflicts
|
|
13951
|
+
* @param {string} eventId
|
|
13952
|
+
* @param {UpdateEventRequest} updateEventRequest
|
|
13953
|
+
* @param {*} [options] Override http request option.
|
|
13954
|
+
* @throws {RequiredError}
|
|
13955
|
+
*/
|
|
13956
|
+
updatePublishedEvent: (eventId: string, updateEventRequest: UpdateEventRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
14371
13957
|
};
|
|
14372
13958
|
/**
|
|
14373
13959
|
* EventsManagerApi - functional programming interface
|
|
14374
13960
|
* @export
|
|
14375
13961
|
*/
|
|
14376
13962
|
export declare const EventsManagerApiFp: (configuration?: Configuration) => {
|
|
13963
|
+
/**
|
|
13964
|
+
* Check if there are bookings overlapping an event window (for create/update/delete)
|
|
13965
|
+
* @param {EventConflictCheckRequest} eventConflictCheckRequest
|
|
13966
|
+
* @param {*} [options] Override http request option.
|
|
13967
|
+
* @throws {RequiredError}
|
|
13968
|
+
*/
|
|
13969
|
+
checkEventConflicts(eventConflictCheckRequest: EventConflictCheckRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<EventConflictCheckResponse>>;
|
|
14377
13970
|
/**
|
|
14378
13971
|
* Create a new event (manager)
|
|
14379
13972
|
* @param {CreateEventRequest} createEventRequest
|
|
@@ -14410,12 +14003,27 @@ export declare const EventsManagerApiFp: (configuration?: Configuration) => {
|
|
|
14410
14003
|
* @throws {RequiredError}
|
|
14411
14004
|
*/
|
|
14412
14005
|
updateEvent(eventId: string, updateEventRequest: UpdateEventRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PublishEventResponse>>;
|
|
14006
|
+
/**
|
|
14007
|
+
* Update a published event (manager) and propagate slot changes and conflicts
|
|
14008
|
+
* @param {string} eventId
|
|
14009
|
+
* @param {UpdateEventRequest} updateEventRequest
|
|
14010
|
+
* @param {*} [options] Override http request option.
|
|
14011
|
+
* @throws {RequiredError}
|
|
14012
|
+
*/
|
|
14013
|
+
updatePublishedEvent(eventId: string, updateEventRequest: UpdateEventRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PublishEventResponse>>;
|
|
14413
14014
|
};
|
|
14414
14015
|
/**
|
|
14415
14016
|
* EventsManagerApi - factory interface
|
|
14416
14017
|
* @export
|
|
14417
14018
|
*/
|
|
14418
14019
|
export declare const EventsManagerApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
14020
|
+
/**
|
|
14021
|
+
* Check if there are bookings overlapping an event window (for create/update/delete)
|
|
14022
|
+
* @param {EventsManagerApiCheckEventConflictsRequest} requestParameters Request parameters.
|
|
14023
|
+
* @param {*} [options] Override http request option.
|
|
14024
|
+
* @throws {RequiredError}
|
|
14025
|
+
*/
|
|
14026
|
+
checkEventConflicts(requestParameters: EventsManagerApiCheckEventConflictsRequest, options?: RawAxiosRequestConfig): AxiosPromise<EventConflictCheckResponse>;
|
|
14419
14027
|
/**
|
|
14420
14028
|
* Create a new event (manager)
|
|
14421
14029
|
* @param {EventsManagerApiCreateEventRequest} requestParameters Request parameters.
|
|
@@ -14451,7 +14059,27 @@ export declare const EventsManagerApiFactory: (configuration?: Configuration, ba
|
|
|
14451
14059
|
* @throws {RequiredError}
|
|
14452
14060
|
*/
|
|
14453
14061
|
updateEvent(requestParameters: EventsManagerApiUpdateEventRequest, options?: RawAxiosRequestConfig): AxiosPromise<PublishEventResponse>;
|
|
14062
|
+
/**
|
|
14063
|
+
* Update a published event (manager) and propagate slot changes and conflicts
|
|
14064
|
+
* @param {EventsManagerApiUpdatePublishedEventRequest} requestParameters Request parameters.
|
|
14065
|
+
* @param {*} [options] Override http request option.
|
|
14066
|
+
* @throws {RequiredError}
|
|
14067
|
+
*/
|
|
14068
|
+
updatePublishedEvent(requestParameters: EventsManagerApiUpdatePublishedEventRequest, options?: RawAxiosRequestConfig): AxiosPromise<PublishEventResponse>;
|
|
14454
14069
|
};
|
|
14070
|
+
/**
|
|
14071
|
+
* Request parameters for checkEventConflicts operation in EventsManagerApi.
|
|
14072
|
+
* @export
|
|
14073
|
+
* @interface EventsManagerApiCheckEventConflictsRequest
|
|
14074
|
+
*/
|
|
14075
|
+
export interface EventsManagerApiCheckEventConflictsRequest {
|
|
14076
|
+
/**
|
|
14077
|
+
*
|
|
14078
|
+
* @type {EventConflictCheckRequest}
|
|
14079
|
+
* @memberof EventsManagerApiCheckEventConflicts
|
|
14080
|
+
*/
|
|
14081
|
+
readonly eventConflictCheckRequest: EventConflictCheckRequest;
|
|
14082
|
+
}
|
|
14455
14083
|
/**
|
|
14456
14084
|
* Request parameters for createEvent operation in EventsManagerApi.
|
|
14457
14085
|
* @export
|
|
@@ -14523,6 +14151,25 @@ export interface EventsManagerApiUpdateEventRequest {
|
|
|
14523
14151
|
*/
|
|
14524
14152
|
readonly updateEventRequest: UpdateEventRequest;
|
|
14525
14153
|
}
|
|
14154
|
+
/**
|
|
14155
|
+
* Request parameters for updatePublishedEvent operation in EventsManagerApi.
|
|
14156
|
+
* @export
|
|
14157
|
+
* @interface EventsManagerApiUpdatePublishedEventRequest
|
|
14158
|
+
*/
|
|
14159
|
+
export interface EventsManagerApiUpdatePublishedEventRequest {
|
|
14160
|
+
/**
|
|
14161
|
+
*
|
|
14162
|
+
* @type {string}
|
|
14163
|
+
* @memberof EventsManagerApiUpdatePublishedEvent
|
|
14164
|
+
*/
|
|
14165
|
+
readonly eventId: string;
|
|
14166
|
+
/**
|
|
14167
|
+
*
|
|
14168
|
+
* @type {UpdateEventRequest}
|
|
14169
|
+
* @memberof EventsManagerApiUpdatePublishedEvent
|
|
14170
|
+
*/
|
|
14171
|
+
readonly updateEventRequest: UpdateEventRequest;
|
|
14172
|
+
}
|
|
14526
14173
|
/**
|
|
14527
14174
|
* EventsManagerApi - object-oriented interface
|
|
14528
14175
|
* @export
|
|
@@ -14530,6 +14177,14 @@ export interface EventsManagerApiUpdateEventRequest {
|
|
|
14530
14177
|
* @extends {BaseAPI}
|
|
14531
14178
|
*/
|
|
14532
14179
|
export declare class EventsManagerApi extends BaseAPI {
|
|
14180
|
+
/**
|
|
14181
|
+
* Check if there are bookings overlapping an event window (for create/update/delete)
|
|
14182
|
+
* @param {EventsManagerApiCheckEventConflictsRequest} requestParameters Request parameters.
|
|
14183
|
+
* @param {*} [options] Override http request option.
|
|
14184
|
+
* @throws {RequiredError}
|
|
14185
|
+
* @memberof EventsManagerApi
|
|
14186
|
+
*/
|
|
14187
|
+
checkEventConflicts(requestParameters: EventsManagerApiCheckEventConflictsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<EventConflictCheckResponse, any, {}>>;
|
|
14533
14188
|
/**
|
|
14534
14189
|
* Create a new event (manager)
|
|
14535
14190
|
* @param {EventsManagerApiCreateEventRequest} requestParameters Request parameters.
|
|
@@ -14570,6 +14225,14 @@ export declare class EventsManagerApi extends BaseAPI {
|
|
|
14570
14225
|
* @memberof EventsManagerApi
|
|
14571
14226
|
*/
|
|
14572
14227
|
updateEvent(requestParameters: EventsManagerApiUpdateEventRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PublishEventResponse, any, {}>>;
|
|
14228
|
+
/**
|
|
14229
|
+
* Update a published event (manager) and propagate slot changes and conflicts
|
|
14230
|
+
* @param {EventsManagerApiUpdatePublishedEventRequest} requestParameters Request parameters.
|
|
14231
|
+
* @param {*} [options] Override http request option.
|
|
14232
|
+
* @throws {RequiredError}
|
|
14233
|
+
* @memberof EventsManagerApi
|
|
14234
|
+
*/
|
|
14235
|
+
updatePublishedEvent(requestParameters: EventsManagerApiUpdatePublishedEventRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PublishEventResponse, any, {}>>;
|
|
14573
14236
|
}
|
|
14574
14237
|
/**
|
|
14575
14238
|
* EventsStaffApi - axios parameter creator
|
|
@@ -14577,44 +14240,19 @@ export declare class EventsManagerApi extends BaseAPI {
|
|
|
14577
14240
|
*/
|
|
14578
14241
|
export declare const EventsStaffApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
14579
14242
|
/**
|
|
14580
|
-
*
|
|
14581
|
-
* @param {string}
|
|
14582
|
-
* @param {
|
|
14583
|
-
* @param {GetDailyEventsVisibilityTypeEnum} [visibilityType]
|
|
14584
|
-
* @param {GetDailyEventsTypeEnum} [type]
|
|
14585
|
-
* @param {string} [sportId]
|
|
14243
|
+
* Check-in des participants d\'un EventBooking (clubs avec paiements)
|
|
14244
|
+
* @param {string} eventBookingId
|
|
14245
|
+
* @param {CheckInEventParticipantsRequest} checkInEventParticipantsRequest
|
|
14586
14246
|
* @param {*} [options] Override http request option.
|
|
14587
14247
|
* @throws {RequiredError}
|
|
14588
14248
|
*/
|
|
14589
|
-
|
|
14249
|
+
checkInEventParticipants: (eventBookingId: string, checkInEventParticipantsRequest: CheckInEventParticipantsRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
14590
14250
|
/**
|
|
14591
14251
|
* Get all events for a club (staff only)
|
|
14592
14252
|
* @param {*} [options] Override http request option.
|
|
14593
14253
|
* @throws {RequiredError}
|
|
14594
14254
|
*/
|
|
14595
14255
|
getEventsByClub: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
14596
|
-
/**
|
|
14597
|
-
* Get events for the entire month view (including recurring occurrences)
|
|
14598
|
-
* @param {string} [clubId]
|
|
14599
|
-
* @param {string} [date]
|
|
14600
|
-
* @param {GetMonthlyEventsVisibilityTypeEnum} [visibilityType]
|
|
14601
|
-
* @param {GetMonthlyEventsTypeEnum} [type]
|
|
14602
|
-
* @param {string} [sportId]
|
|
14603
|
-
* @param {*} [options] Override http request option.
|
|
14604
|
-
* @throws {RequiredError}
|
|
14605
|
-
*/
|
|
14606
|
-
getMonthlyEvents: (clubId?: string, date?: string, visibilityType?: GetMonthlyEventsVisibilityTypeEnum, type?: GetMonthlyEventsTypeEnum, sportId?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
14607
|
-
/**
|
|
14608
|
-
* Get events for the week view (30 day sliding window)
|
|
14609
|
-
* @param {string} [clubId]
|
|
14610
|
-
* @param {string} [date]
|
|
14611
|
-
* @param {GetWeeklyEventsVisibilityTypeEnum} [visibilityType]
|
|
14612
|
-
* @param {GetWeeklyEventsTypeEnum} [type]
|
|
14613
|
-
* @param {string} [sportId]
|
|
14614
|
-
* @param {*} [options] Override http request option.
|
|
14615
|
-
* @throws {RequiredError}
|
|
14616
|
-
*/
|
|
14617
|
-
getWeeklyEvents: (clubId?: string, date?: string, visibilityType?: GetWeeklyEventsVisibilityTypeEnum, type?: GetWeeklyEventsTypeEnum, sportId?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
14618
14256
|
};
|
|
14619
14257
|
/**
|
|
14620
14258
|
* EventsStaffApi - functional programming interface
|
|
@@ -14622,44 +14260,19 @@ export declare const EventsStaffApiAxiosParamCreator: (configuration?: Configura
|
|
|
14622
14260
|
*/
|
|
14623
14261
|
export declare const EventsStaffApiFp: (configuration?: Configuration) => {
|
|
14624
14262
|
/**
|
|
14625
|
-
*
|
|
14626
|
-
* @param {string}
|
|
14627
|
-
* @param {
|
|
14628
|
-
* @param {GetDailyEventsVisibilityTypeEnum} [visibilityType]
|
|
14629
|
-
* @param {GetDailyEventsTypeEnum} [type]
|
|
14630
|
-
* @param {string} [sportId]
|
|
14263
|
+
* Check-in des participants d\'un EventBooking (clubs avec paiements)
|
|
14264
|
+
* @param {string} eventBookingId
|
|
14265
|
+
* @param {CheckInEventParticipantsRequest} checkInEventParticipantsRequest
|
|
14631
14266
|
* @param {*} [options] Override http request option.
|
|
14632
14267
|
* @throws {RequiredError}
|
|
14633
14268
|
*/
|
|
14634
|
-
|
|
14269
|
+
checkInEventParticipants(eventBookingId: string, checkInEventParticipantsRequest: CheckInEventParticipantsRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CheckInEventParticipants200Response>>;
|
|
14635
14270
|
/**
|
|
14636
14271
|
* Get all events for a club (staff only)
|
|
14637
14272
|
* @param {*} [options] Override http request option.
|
|
14638
14273
|
* @throws {RequiredError}
|
|
14639
14274
|
*/
|
|
14640
14275
|
getEventsByClub(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<EventsListResponse>>;
|
|
14641
|
-
/**
|
|
14642
|
-
* Get events for the entire month view (including recurring occurrences)
|
|
14643
|
-
* @param {string} [clubId]
|
|
14644
|
-
* @param {string} [date]
|
|
14645
|
-
* @param {GetMonthlyEventsVisibilityTypeEnum} [visibilityType]
|
|
14646
|
-
* @param {GetMonthlyEventsTypeEnum} [type]
|
|
14647
|
-
* @param {string} [sportId]
|
|
14648
|
-
* @param {*} [options] Override http request option.
|
|
14649
|
-
* @throws {RequiredError}
|
|
14650
|
-
*/
|
|
14651
|
-
getMonthlyEvents(clubId?: string, date?: string, visibilityType?: GetMonthlyEventsVisibilityTypeEnum, type?: GetMonthlyEventsTypeEnum, sportId?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<EventsListResponse>>;
|
|
14652
|
-
/**
|
|
14653
|
-
* Get events for the week view (30 day sliding window)
|
|
14654
|
-
* @param {string} [clubId]
|
|
14655
|
-
* @param {string} [date]
|
|
14656
|
-
* @param {GetWeeklyEventsVisibilityTypeEnum} [visibilityType]
|
|
14657
|
-
* @param {GetWeeklyEventsTypeEnum} [type]
|
|
14658
|
-
* @param {string} [sportId]
|
|
14659
|
-
* @param {*} [options] Override http request option.
|
|
14660
|
-
* @throws {RequiredError}
|
|
14661
|
-
*/
|
|
14662
|
-
getWeeklyEvents(clubId?: string, date?: string, visibilityType?: GetWeeklyEventsVisibilityTypeEnum, type?: GetWeeklyEventsTypeEnum, sportId?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<EventsListResponse>>;
|
|
14663
14276
|
};
|
|
14664
14277
|
/**
|
|
14665
14278
|
* EventsStaffApi - factory interface
|
|
@@ -14667,143 +14280,37 @@ export declare const EventsStaffApiFp: (configuration?: Configuration) => {
|
|
|
14667
14280
|
*/
|
|
14668
14281
|
export declare const EventsStaffApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
14669
14282
|
/**
|
|
14670
|
-
*
|
|
14671
|
-
* @param {
|
|
14283
|
+
* Check-in des participants d\'un EventBooking (clubs avec paiements)
|
|
14284
|
+
* @param {EventsStaffApiCheckInEventParticipantsRequest} requestParameters Request parameters.
|
|
14672
14285
|
* @param {*} [options] Override http request option.
|
|
14673
14286
|
* @throws {RequiredError}
|
|
14674
14287
|
*/
|
|
14675
|
-
|
|
14288
|
+
checkInEventParticipants(requestParameters: EventsStaffApiCheckInEventParticipantsRequest, options?: RawAxiosRequestConfig): AxiosPromise<CheckInEventParticipants200Response>;
|
|
14676
14289
|
/**
|
|
14677
14290
|
* Get all events for a club (staff only)
|
|
14678
14291
|
* @param {*} [options] Override http request option.
|
|
14679
14292
|
* @throws {RequiredError}
|
|
14680
14293
|
*/
|
|
14681
14294
|
getEventsByClub(options?: RawAxiosRequestConfig): AxiosPromise<EventsListResponse>;
|
|
14682
|
-
/**
|
|
14683
|
-
* Get events for the entire month view (including recurring occurrences)
|
|
14684
|
-
* @param {EventsStaffApiGetMonthlyEventsRequest} requestParameters Request parameters.
|
|
14685
|
-
* @param {*} [options] Override http request option.
|
|
14686
|
-
* @throws {RequiredError}
|
|
14687
|
-
*/
|
|
14688
|
-
getMonthlyEvents(requestParameters?: EventsStaffApiGetMonthlyEventsRequest, options?: RawAxiosRequestConfig): AxiosPromise<EventsListResponse>;
|
|
14689
|
-
/**
|
|
14690
|
-
* Get events for the week view (30 day sliding window)
|
|
14691
|
-
* @param {EventsStaffApiGetWeeklyEventsRequest} requestParameters Request parameters.
|
|
14692
|
-
* @param {*} [options] Override http request option.
|
|
14693
|
-
* @throws {RequiredError}
|
|
14694
|
-
*/
|
|
14695
|
-
getWeeklyEvents(requestParameters?: EventsStaffApiGetWeeklyEventsRequest, options?: RawAxiosRequestConfig): AxiosPromise<EventsListResponse>;
|
|
14696
14295
|
};
|
|
14697
14296
|
/**
|
|
14698
|
-
* Request parameters for
|
|
14297
|
+
* Request parameters for checkInEventParticipants operation in EventsStaffApi.
|
|
14699
14298
|
* @export
|
|
14700
|
-
* @interface
|
|
14299
|
+
* @interface EventsStaffApiCheckInEventParticipantsRequest
|
|
14701
14300
|
*/
|
|
14702
|
-
export interface
|
|
14703
|
-
/**
|
|
14704
|
-
*
|
|
14705
|
-
* @type {string}
|
|
14706
|
-
* @memberof EventsStaffApiGetDailyEvents
|
|
14707
|
-
*/
|
|
14708
|
-
readonly clubId?: string;
|
|
14301
|
+
export interface EventsStaffApiCheckInEventParticipantsRequest {
|
|
14709
14302
|
/**
|
|
14710
14303
|
*
|
|
14711
14304
|
* @type {string}
|
|
14712
|
-
* @memberof
|
|
14305
|
+
* @memberof EventsStaffApiCheckInEventParticipants
|
|
14713
14306
|
*/
|
|
14714
|
-
readonly
|
|
14307
|
+
readonly eventBookingId: string;
|
|
14715
14308
|
/**
|
|
14716
14309
|
*
|
|
14717
|
-
* @type {
|
|
14718
|
-
* @memberof
|
|
14310
|
+
* @type {CheckInEventParticipantsRequest}
|
|
14311
|
+
* @memberof EventsStaffApiCheckInEventParticipants
|
|
14719
14312
|
*/
|
|
14720
|
-
readonly
|
|
14721
|
-
/**
|
|
14722
|
-
*
|
|
14723
|
-
* @type {'event' | 'closure'}
|
|
14724
|
-
* @memberof EventsStaffApiGetDailyEvents
|
|
14725
|
-
*/
|
|
14726
|
-
readonly type?: GetDailyEventsTypeEnum;
|
|
14727
|
-
/**
|
|
14728
|
-
*
|
|
14729
|
-
* @type {string}
|
|
14730
|
-
* @memberof EventsStaffApiGetDailyEvents
|
|
14731
|
-
*/
|
|
14732
|
-
readonly sportId?: string;
|
|
14733
|
-
}
|
|
14734
|
-
/**
|
|
14735
|
-
* Request parameters for getMonthlyEvents operation in EventsStaffApi.
|
|
14736
|
-
* @export
|
|
14737
|
-
* @interface EventsStaffApiGetMonthlyEventsRequest
|
|
14738
|
-
*/
|
|
14739
|
-
export interface EventsStaffApiGetMonthlyEventsRequest {
|
|
14740
|
-
/**
|
|
14741
|
-
*
|
|
14742
|
-
* @type {string}
|
|
14743
|
-
* @memberof EventsStaffApiGetMonthlyEvents
|
|
14744
|
-
*/
|
|
14745
|
-
readonly clubId?: string;
|
|
14746
|
-
/**
|
|
14747
|
-
*
|
|
14748
|
-
* @type {string}
|
|
14749
|
-
* @memberof EventsStaffApiGetMonthlyEvents
|
|
14750
|
-
*/
|
|
14751
|
-
readonly date?: string;
|
|
14752
|
-
/**
|
|
14753
|
-
*
|
|
14754
|
-
* @type {'public' | 'private' | 'invitation'}
|
|
14755
|
-
* @memberof EventsStaffApiGetMonthlyEvents
|
|
14756
|
-
*/
|
|
14757
|
-
readonly visibilityType?: GetMonthlyEventsVisibilityTypeEnum;
|
|
14758
|
-
/**
|
|
14759
|
-
*
|
|
14760
|
-
* @type {'event' | 'closure'}
|
|
14761
|
-
* @memberof EventsStaffApiGetMonthlyEvents
|
|
14762
|
-
*/
|
|
14763
|
-
readonly type?: GetMonthlyEventsTypeEnum;
|
|
14764
|
-
/**
|
|
14765
|
-
*
|
|
14766
|
-
* @type {string}
|
|
14767
|
-
* @memberof EventsStaffApiGetMonthlyEvents
|
|
14768
|
-
*/
|
|
14769
|
-
readonly sportId?: string;
|
|
14770
|
-
}
|
|
14771
|
-
/**
|
|
14772
|
-
* Request parameters for getWeeklyEvents operation in EventsStaffApi.
|
|
14773
|
-
* @export
|
|
14774
|
-
* @interface EventsStaffApiGetWeeklyEventsRequest
|
|
14775
|
-
*/
|
|
14776
|
-
export interface EventsStaffApiGetWeeklyEventsRequest {
|
|
14777
|
-
/**
|
|
14778
|
-
*
|
|
14779
|
-
* @type {string}
|
|
14780
|
-
* @memberof EventsStaffApiGetWeeklyEvents
|
|
14781
|
-
*/
|
|
14782
|
-
readonly clubId?: string;
|
|
14783
|
-
/**
|
|
14784
|
-
*
|
|
14785
|
-
* @type {string}
|
|
14786
|
-
* @memberof EventsStaffApiGetWeeklyEvents
|
|
14787
|
-
*/
|
|
14788
|
-
readonly date?: string;
|
|
14789
|
-
/**
|
|
14790
|
-
*
|
|
14791
|
-
* @type {'public' | 'private' | 'invitation'}
|
|
14792
|
-
* @memberof EventsStaffApiGetWeeklyEvents
|
|
14793
|
-
*/
|
|
14794
|
-
readonly visibilityType?: GetWeeklyEventsVisibilityTypeEnum;
|
|
14795
|
-
/**
|
|
14796
|
-
*
|
|
14797
|
-
* @type {'event' | 'closure'}
|
|
14798
|
-
* @memberof EventsStaffApiGetWeeklyEvents
|
|
14799
|
-
*/
|
|
14800
|
-
readonly type?: GetWeeklyEventsTypeEnum;
|
|
14801
|
-
/**
|
|
14802
|
-
*
|
|
14803
|
-
* @type {string}
|
|
14804
|
-
* @memberof EventsStaffApiGetWeeklyEvents
|
|
14805
|
-
*/
|
|
14806
|
-
readonly sportId?: string;
|
|
14313
|
+
readonly checkInEventParticipantsRequest: CheckInEventParticipantsRequest;
|
|
14807
14314
|
}
|
|
14808
14315
|
/**
|
|
14809
14316
|
* EventsStaffApi - object-oriented interface
|
|
@@ -14813,13 +14320,13 @@ export interface EventsStaffApiGetWeeklyEventsRequest {
|
|
|
14813
14320
|
*/
|
|
14814
14321
|
export declare class EventsStaffApi extends BaseAPI {
|
|
14815
14322
|
/**
|
|
14816
|
-
*
|
|
14817
|
-
* @param {
|
|
14323
|
+
* Check-in des participants d\'un EventBooking (clubs avec paiements)
|
|
14324
|
+
* @param {EventsStaffApiCheckInEventParticipantsRequest} requestParameters Request parameters.
|
|
14818
14325
|
* @param {*} [options] Override http request option.
|
|
14819
14326
|
* @throws {RequiredError}
|
|
14820
14327
|
* @memberof EventsStaffApi
|
|
14821
14328
|
*/
|
|
14822
|
-
|
|
14329
|
+
checkInEventParticipants(requestParameters: EventsStaffApiCheckInEventParticipantsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CheckInEventParticipants200Response, any, {}>>;
|
|
14823
14330
|
/**
|
|
14824
14331
|
* Get all events for a club (staff only)
|
|
14825
14332
|
* @param {*} [options] Override http request option.
|
|
@@ -14827,74 +14334,7 @@ export declare class EventsStaffApi extends BaseAPI {
|
|
|
14827
14334
|
* @memberof EventsStaffApi
|
|
14828
14335
|
*/
|
|
14829
14336
|
getEventsByClub(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<EventsListResponse, any, {}>>;
|
|
14830
|
-
/**
|
|
14831
|
-
* Get events for the entire month view (including recurring occurrences)
|
|
14832
|
-
* @param {EventsStaffApiGetMonthlyEventsRequest} requestParameters Request parameters.
|
|
14833
|
-
* @param {*} [options] Override http request option.
|
|
14834
|
-
* @throws {RequiredError}
|
|
14835
|
-
* @memberof EventsStaffApi
|
|
14836
|
-
*/
|
|
14837
|
-
getMonthlyEvents(requestParameters?: EventsStaffApiGetMonthlyEventsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<EventsListResponse, any, {}>>;
|
|
14838
|
-
/**
|
|
14839
|
-
* Get events for the week view (30 day sliding window)
|
|
14840
|
-
* @param {EventsStaffApiGetWeeklyEventsRequest} requestParameters Request parameters.
|
|
14841
|
-
* @param {*} [options] Override http request option.
|
|
14842
|
-
* @throws {RequiredError}
|
|
14843
|
-
* @memberof EventsStaffApi
|
|
14844
|
-
*/
|
|
14845
|
-
getWeeklyEvents(requestParameters?: EventsStaffApiGetWeeklyEventsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<EventsListResponse, any, {}>>;
|
|
14846
14337
|
}
|
|
14847
|
-
/**
|
|
14848
|
-
* @export
|
|
14849
|
-
*/
|
|
14850
|
-
export declare const GetDailyEventsVisibilityTypeEnum: {
|
|
14851
|
-
readonly Public: "public";
|
|
14852
|
-
readonly Private: "private";
|
|
14853
|
-
readonly Invitation: "invitation";
|
|
14854
|
-
};
|
|
14855
|
-
export type GetDailyEventsVisibilityTypeEnum = typeof GetDailyEventsVisibilityTypeEnum[keyof typeof GetDailyEventsVisibilityTypeEnum];
|
|
14856
|
-
/**
|
|
14857
|
-
* @export
|
|
14858
|
-
*/
|
|
14859
|
-
export declare const GetDailyEventsTypeEnum: {
|
|
14860
|
-
readonly Event: "event";
|
|
14861
|
-
readonly Closure: "closure";
|
|
14862
|
-
};
|
|
14863
|
-
export type GetDailyEventsTypeEnum = typeof GetDailyEventsTypeEnum[keyof typeof GetDailyEventsTypeEnum];
|
|
14864
|
-
/**
|
|
14865
|
-
* @export
|
|
14866
|
-
*/
|
|
14867
|
-
export declare const GetMonthlyEventsVisibilityTypeEnum: {
|
|
14868
|
-
readonly Public: "public";
|
|
14869
|
-
readonly Private: "private";
|
|
14870
|
-
readonly Invitation: "invitation";
|
|
14871
|
-
};
|
|
14872
|
-
export type GetMonthlyEventsVisibilityTypeEnum = typeof GetMonthlyEventsVisibilityTypeEnum[keyof typeof GetMonthlyEventsVisibilityTypeEnum];
|
|
14873
|
-
/**
|
|
14874
|
-
* @export
|
|
14875
|
-
*/
|
|
14876
|
-
export declare const GetMonthlyEventsTypeEnum: {
|
|
14877
|
-
readonly Event: "event";
|
|
14878
|
-
readonly Closure: "closure";
|
|
14879
|
-
};
|
|
14880
|
-
export type GetMonthlyEventsTypeEnum = typeof GetMonthlyEventsTypeEnum[keyof typeof GetMonthlyEventsTypeEnum];
|
|
14881
|
-
/**
|
|
14882
|
-
* @export
|
|
14883
|
-
*/
|
|
14884
|
-
export declare const GetWeeklyEventsVisibilityTypeEnum: {
|
|
14885
|
-
readonly Public: "public";
|
|
14886
|
-
readonly Private: "private";
|
|
14887
|
-
readonly Invitation: "invitation";
|
|
14888
|
-
};
|
|
14889
|
-
export type GetWeeklyEventsVisibilityTypeEnum = typeof GetWeeklyEventsVisibilityTypeEnum[keyof typeof GetWeeklyEventsVisibilityTypeEnum];
|
|
14890
|
-
/**
|
|
14891
|
-
* @export
|
|
14892
|
-
*/
|
|
14893
|
-
export declare const GetWeeklyEventsTypeEnum: {
|
|
14894
|
-
readonly Event: "event";
|
|
14895
|
-
readonly Closure: "closure";
|
|
14896
|
-
};
|
|
14897
|
-
export type GetWeeklyEventsTypeEnum = typeof GetWeeklyEventsTypeEnum[keyof typeof GetWeeklyEventsTypeEnum];
|
|
14898
14338
|
/**
|
|
14899
14339
|
* SportsManagerApi - axios parameter creator
|
|
14900
14340
|
* @export
|