@tennac-booking/sdk 1.0.109 → 1.0.110
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 +292 -292
- package/README.md +20 -25
- package/api.ts +952 -1663
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +563 -953
- package/dist/api.js +509 -1063
- 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 +563 -953
- package/dist/esm/api.js +501 -1051
- 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/CheckInEventParticipants200Response.md +22 -0
- package/docs/CheckInEventParticipants200ResponseInvoicesInner.md +28 -0
- package/docs/{ClientRegisterResponse.md → CheckInEventParticipantsRequest.md} +5 -7
- package/docs/ClientApi.md +59 -4
- 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/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/JoinEventRequestPlayersPaymentMethodsInner.md +22 -0
- 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/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/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
|
|
@@ -1240,6 +1221,75 @@ export interface ChangePasswordResponse {
|
|
|
1240
1221
|
*/
|
|
1241
1222
|
'message': string;
|
|
1242
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
|
+
}
|
|
1243
1293
|
/**
|
|
1244
1294
|
*
|
|
1245
1295
|
* @export
|
|
@@ -1327,229 +1377,73 @@ export interface CheckedInPlayer {
|
|
|
1327
1377
|
*/
|
|
1328
1378
|
'note'?: string;
|
|
1329
1379
|
}
|
|
1330
|
-
/**
|
|
1331
|
-
* Types pour les requêtes/réponses
|
|
1332
|
-
* @export
|
|
1333
|
-
* @interface ClientAccountOnboardingRequest
|
|
1334
|
-
*/
|
|
1335
|
-
export interface ClientAccountOnboardingRequest {
|
|
1336
|
-
/**
|
|
1337
|
-
*
|
|
1338
|
-
* @type {string}
|
|
1339
|
-
* @memberof ClientAccountOnboardingRequest
|
|
1340
|
-
*/
|
|
1341
|
-
'businessName': string;
|
|
1342
|
-
/**
|
|
1343
|
-
*
|
|
1344
|
-
* @type {string}
|
|
1345
|
-
* @memberof ClientAccountOnboardingRequest
|
|
1346
|
-
*/
|
|
1347
|
-
'businessType'?: ClientAccountOnboardingRequestBusinessTypeEnum;
|
|
1348
|
-
/**
|
|
1349
|
-
*
|
|
1350
|
-
* @type {string}
|
|
1351
|
-
* @memberof ClientAccountOnboardingRequest
|
|
1352
|
-
*/
|
|
1353
|
-
'subscriptionType'?: ClientAccountOnboardingRequestSubscriptionTypeEnum;
|
|
1354
|
-
/**
|
|
1355
|
-
*
|
|
1356
|
-
* @type {boolean}
|
|
1357
|
-
* @memberof ClientAccountOnboardingRequest
|
|
1358
|
-
*/
|
|
1359
|
-
'isPublicOrganization'?: boolean;
|
|
1360
|
-
/**
|
|
1361
|
-
*
|
|
1362
|
-
* @type {string}
|
|
1363
|
-
* @memberof ClientAccountOnboardingRequest
|
|
1364
|
-
*/
|
|
1365
|
-
'priceId': string;
|
|
1366
|
-
}
|
|
1367
|
-
export declare const ClientAccountOnboardingRequestBusinessTypeEnum: {
|
|
1368
|
-
readonly Individual: "individual";
|
|
1369
|
-
readonly Company: "company";
|
|
1370
|
-
};
|
|
1371
|
-
export type ClientAccountOnboardingRequestBusinessTypeEnum = typeof ClientAccountOnboardingRequestBusinessTypeEnum[keyof typeof ClientAccountOnboardingRequestBusinessTypeEnum];
|
|
1372
|
-
export declare const ClientAccountOnboardingRequestSubscriptionTypeEnum: {
|
|
1373
|
-
readonly Basic: "basic";
|
|
1374
|
-
readonly PlatformWithConnect: "platform_with_connect";
|
|
1375
|
-
};
|
|
1376
|
-
export type ClientAccountOnboardingRequestSubscriptionTypeEnum = typeof ClientAccountOnboardingRequestSubscriptionTypeEnum[keyof typeof ClientAccountOnboardingRequestSubscriptionTypeEnum];
|
|
1377
1380
|
/**
|
|
1378
1381
|
*
|
|
1379
1382
|
* @export
|
|
1380
|
-
* @interface
|
|
1383
|
+
* @interface ClientFullOnboardingResponse
|
|
1381
1384
|
*/
|
|
1382
|
-
export interface
|
|
1385
|
+
export interface ClientFullOnboardingResponse {
|
|
1383
1386
|
/**
|
|
1384
1387
|
*
|
|
1385
1388
|
* @type {string}
|
|
1386
|
-
* @memberof
|
|
1389
|
+
* @memberof ClientFullOnboardingResponse
|
|
1387
1390
|
*/
|
|
1388
1391
|
'clientAccountId': string;
|
|
1389
1392
|
/**
|
|
1390
1393
|
*
|
|
1391
1394
|
* @type {string}
|
|
1392
|
-
* @memberof
|
|
1395
|
+
* @memberof ClientFullOnboardingResponse
|
|
1393
1396
|
*/
|
|
1394
1397
|
'stripeCustomerId': string;
|
|
1395
1398
|
/**
|
|
1396
1399
|
*
|
|
1397
1400
|
* @type {string}
|
|
1398
|
-
* @memberof
|
|
1401
|
+
* @memberof ClientFullOnboardingResponse
|
|
1399
1402
|
*/
|
|
1400
1403
|
'stripeConnectedAccountId'?: string;
|
|
1401
1404
|
/**
|
|
1402
1405
|
*
|
|
1403
1406
|
* @type {string}
|
|
1404
|
-
* @memberof
|
|
1407
|
+
* @memberof ClientFullOnboardingResponse
|
|
1405
1408
|
*/
|
|
1406
|
-
'
|
|
1409
|
+
'clientOnboardingLink'?: string;
|
|
1407
1410
|
/**
|
|
1408
1411
|
*
|
|
1409
|
-
* @type {
|
|
1410
|
-
* @memberof
|
|
1412
|
+
* @type {ClientFullOnboardingResponseClub}
|
|
1413
|
+
* @memberof ClientFullOnboardingResponse
|
|
1411
1414
|
*/
|
|
1412
|
-
'
|
|
1415
|
+
'club': ClientFullOnboardingResponseClub;
|
|
1413
1416
|
/**
|
|
1414
1417
|
*
|
|
1415
1418
|
* @type {string}
|
|
1416
|
-
* @memberof
|
|
1419
|
+
* @memberof ClientFullOnboardingResponse
|
|
1417
1420
|
*/
|
|
1418
1421
|
'message': string;
|
|
1419
|
-
/**
|
|
1420
|
-
*
|
|
1421
|
-
* @type {boolean}
|
|
1422
|
-
* @memberof ClientAccountOnboardingResponse
|
|
1423
|
-
*/
|
|
1424
|
-
'isPublicOrganization': boolean;
|
|
1425
|
-
/**
|
|
1426
|
-
*
|
|
1427
|
-
* @type {boolean}
|
|
1428
|
-
* @memberof ClientAccountOnboardingResponse
|
|
1429
|
-
*/
|
|
1430
|
-
'manualInvoiceRequired'?: boolean;
|
|
1431
|
-
}
|
|
1432
|
-
/**
|
|
1433
|
-
*
|
|
1434
|
-
* @export
|
|
1435
|
-
* @interface ClientAccountResponse
|
|
1436
|
-
*/
|
|
1437
|
-
export interface ClientAccountResponse {
|
|
1438
|
-
/**
|
|
1439
|
-
*
|
|
1440
|
-
* @type {string}
|
|
1441
|
-
* @memberof ClientAccountResponse
|
|
1442
|
-
*/
|
|
1443
|
-
'id': string;
|
|
1444
|
-
/**
|
|
1445
|
-
*
|
|
1446
|
-
* @type {string}
|
|
1447
|
-
* @memberof ClientAccountResponse
|
|
1448
|
-
*/
|
|
1449
|
-
'email': string;
|
|
1450
|
-
/**
|
|
1451
|
-
*
|
|
1452
|
-
* @type {string}
|
|
1453
|
-
* @memberof ClientAccountResponse
|
|
1454
|
-
*/
|
|
1455
|
-
'businessName': string;
|
|
1456
|
-
/**
|
|
1457
|
-
*
|
|
1458
|
-
* @type {string}
|
|
1459
|
-
* @memberof ClientAccountResponse
|
|
1460
|
-
*/
|
|
1461
|
-
'businessType': string;
|
|
1462
|
-
/**
|
|
1463
|
-
*
|
|
1464
|
-
* @type {string}
|
|
1465
|
-
* @memberof ClientAccountResponse
|
|
1466
|
-
*/
|
|
1467
|
-
'subscriptionType': string;
|
|
1468
|
-
/**
|
|
1469
|
-
*
|
|
1470
|
-
* @type {string}
|
|
1471
|
-
* @memberof ClientAccountResponse
|
|
1472
|
-
*/
|
|
1473
|
-
'status': string;
|
|
1474
|
-
/**
|
|
1475
|
-
*
|
|
1476
|
-
* @type {boolean}
|
|
1477
|
-
* @memberof ClientAccountResponse
|
|
1478
|
-
*/
|
|
1479
|
-
'platformPaymentMethodSetup': boolean;
|
|
1480
|
-
/**
|
|
1481
|
-
*
|
|
1482
|
-
* @type {string}
|
|
1483
|
-
* @memberof ClientAccountResponse
|
|
1484
|
-
*/
|
|
1485
|
-
'stripeConnectedAccountId'?: string;
|
|
1486
|
-
/**
|
|
1487
|
-
*
|
|
1488
|
-
* @type {boolean}
|
|
1489
|
-
* @memberof ClientAccountResponse
|
|
1490
|
-
*/
|
|
1491
|
-
'connectedAccountOnboardingRequired'?: boolean;
|
|
1492
|
-
/**
|
|
1493
|
-
*
|
|
1494
|
-
* @type {boolean}
|
|
1495
|
-
* @memberof ClientAccountResponse
|
|
1496
|
-
*/
|
|
1497
|
-
'isPublicOrganization': boolean;
|
|
1498
|
-
/**
|
|
1499
|
-
*
|
|
1500
|
-
* @type {boolean}
|
|
1501
|
-
* @memberof ClientAccountResponse
|
|
1502
|
-
*/
|
|
1503
|
-
'manualInvoiceRequired'?: boolean;
|
|
1504
|
-
/**
|
|
1505
|
-
*
|
|
1506
|
-
* @type {string}
|
|
1507
|
-
* @memberof ClientAccountResponse
|
|
1508
|
-
*/
|
|
1509
|
-
'createdAt': string;
|
|
1510
|
-
/**
|
|
1511
|
-
*
|
|
1512
|
-
* @type {string}
|
|
1513
|
-
* @memberof ClientAccountResponse
|
|
1514
|
-
*/
|
|
1515
|
-
'updatedAt': string;
|
|
1516
1422
|
}
|
|
1517
1423
|
/**
|
|
1518
1424
|
*
|
|
1519
1425
|
* @export
|
|
1520
|
-
* @interface
|
|
1426
|
+
* @interface ClientFullOnboardingResponseClub
|
|
1521
1427
|
*/
|
|
1522
|
-
export interface
|
|
1523
|
-
/**
|
|
1524
|
-
*
|
|
1525
|
-
* @type {string}
|
|
1526
|
-
* @memberof ClientMeResponse
|
|
1527
|
-
*/
|
|
1528
|
-
'id': string;
|
|
1428
|
+
export interface ClientFullOnboardingResponseClub {
|
|
1529
1429
|
/**
|
|
1530
1430
|
*
|
|
1531
1431
|
* @type {string}
|
|
1532
|
-
* @memberof
|
|
1432
|
+
* @memberof ClientFullOnboardingResponseClub
|
|
1533
1433
|
*/
|
|
1534
|
-
'
|
|
1434
|
+
'clubOnboardingLink'?: string;
|
|
1535
1435
|
/**
|
|
1536
1436
|
*
|
|
1537
1437
|
* @type {string}
|
|
1538
|
-
* @memberof
|
|
1438
|
+
* @memberof ClientFullOnboardingResponseClub
|
|
1539
1439
|
*/
|
|
1540
|
-
'
|
|
1440
|
+
'stripeAccountId': string;
|
|
1541
1441
|
/**
|
|
1542
1442
|
*
|
|
1543
1443
|
* @type {string}
|
|
1544
|
-
* @memberof
|
|
1545
|
-
*/
|
|
1546
|
-
'lastName': string;
|
|
1547
|
-
/**
|
|
1548
|
-
*
|
|
1549
|
-
* @type {boolean}
|
|
1550
|
-
* @memberof ClientMeResponse
|
|
1444
|
+
* @memberof ClientFullOnboardingResponseClub
|
|
1551
1445
|
*/
|
|
1552
|
-
'
|
|
1446
|
+
'clubId': string;
|
|
1553
1447
|
}
|
|
1554
1448
|
/**
|
|
1555
1449
|
* Requête pour l\'onboarding d\'un club
|
|
@@ -1600,141 +1494,67 @@ export interface ClientOnboardingRequestBody {
|
|
|
1600
1494
|
*/
|
|
1601
1495
|
'country'?: string;
|
|
1602
1496
|
}
|
|
1603
|
-
/**
|
|
1604
|
-
* Réponse pour l\'onboarding d\'un club
|
|
1605
|
-
* @export
|
|
1606
|
-
* @interface ClientOnboardingResponse
|
|
1607
|
-
*/
|
|
1608
|
-
export interface ClientOnboardingResponse {
|
|
1609
|
-
/**
|
|
1610
|
-
* ID unique du club créé
|
|
1611
|
-
* @type {string}
|
|
1612
|
-
* @memberof ClientOnboardingResponse
|
|
1613
|
-
*/
|
|
1614
|
-
'clubId': string;
|
|
1615
|
-
/**
|
|
1616
|
-
* ID du compte Stripe Connect du club
|
|
1617
|
-
* @type {string}
|
|
1618
|
-
* @memberof ClientOnboardingResponse
|
|
1619
|
-
*/
|
|
1620
|
-
'stripeAccountId': string;
|
|
1621
|
-
/**
|
|
1622
|
-
* Lien d\'onboarding Stripe pour configurer le compte
|
|
1623
|
-
* @type {string}
|
|
1624
|
-
* @memberof ClientOnboardingResponse
|
|
1625
|
-
*/
|
|
1626
|
-
'onboardingLink': string;
|
|
1627
|
-
/**
|
|
1628
|
-
* Message de confirmation
|
|
1629
|
-
* @type {string}
|
|
1630
|
-
* @memberof ClientOnboardingResponse
|
|
1631
|
-
*/
|
|
1632
|
-
'message': string;
|
|
1633
|
-
}
|
|
1634
1497
|
/**
|
|
1635
1498
|
*
|
|
1636
1499
|
* @export
|
|
1637
|
-
* @interface
|
|
1500
|
+
* @interface ClientRegister201Response
|
|
1638
1501
|
*/
|
|
1639
|
-
export interface
|
|
1640
|
-
/**
|
|
1641
|
-
*
|
|
1642
|
-
* @type {string}
|
|
1643
|
-
* @memberof ClientRegisterRequestBody
|
|
1644
|
-
*/
|
|
1645
|
-
'email': string;
|
|
1646
|
-
/**
|
|
1647
|
-
*
|
|
1648
|
-
* @type {string}
|
|
1649
|
-
* @memberof ClientRegisterRequestBody
|
|
1650
|
-
*/
|
|
1651
|
-
'password': string;
|
|
1502
|
+
export interface ClientRegister201Response {
|
|
1652
1503
|
/**
|
|
1653
1504
|
*
|
|
1654
1505
|
* @type {string}
|
|
1655
|
-
* @memberof
|
|
1506
|
+
* @memberof ClientRegister201Response
|
|
1656
1507
|
*/
|
|
1657
|
-
'
|
|
1508
|
+
'message': string;
|
|
1658
1509
|
/**
|
|
1659
1510
|
*
|
|
1660
1511
|
* @type {string}
|
|
1661
|
-
* @memberof
|
|
1512
|
+
* @memberof ClientRegister201Response
|
|
1662
1513
|
*/
|
|
1663
|
-
'
|
|
1664
|
-
}
|
|
1665
|
-
/**
|
|
1666
|
-
*
|
|
1667
|
-
* @export
|
|
1668
|
-
* @interface ClientRegisterResponse
|
|
1669
|
-
*/
|
|
1670
|
-
export interface ClientRegisterResponse {
|
|
1514
|
+
'stripeCustomerId': string;
|
|
1671
1515
|
/**
|
|
1672
1516
|
*
|
|
1673
1517
|
* @type {string}
|
|
1674
|
-
* @memberof
|
|
1518
|
+
* @memberof ClientRegister201Response
|
|
1675
1519
|
*/
|
|
1676
|
-
'
|
|
1520
|
+
'email': string;
|
|
1677
1521
|
/**
|
|
1678
1522
|
*
|
|
1679
1523
|
* @type {string}
|
|
1680
|
-
* @memberof
|
|
1524
|
+
* @memberof ClientRegister201Response
|
|
1681
1525
|
*/
|
|
1682
|
-
'
|
|
1526
|
+
'userId': string;
|
|
1683
1527
|
}
|
|
1684
1528
|
/**
|
|
1685
1529
|
*
|
|
1686
1530
|
* @export
|
|
1687
|
-
* @interface
|
|
1531
|
+
* @interface ClientRegisterRequest
|
|
1688
1532
|
*/
|
|
1689
|
-
export interface
|
|
1690
|
-
/**
|
|
1691
|
-
*
|
|
1692
|
-
* @type {string}
|
|
1693
|
-
* @memberof ClientSubscriptionResponse
|
|
1694
|
-
*/
|
|
1695
|
-
'id': string;
|
|
1696
|
-
/**
|
|
1697
|
-
*
|
|
1698
|
-
* @type {string}
|
|
1699
|
-
* @memberof ClientSubscriptionResponse
|
|
1700
|
-
*/
|
|
1701
|
-
'subscriptionType': string;
|
|
1533
|
+
export interface ClientRegisterRequest {
|
|
1702
1534
|
/**
|
|
1703
1535
|
*
|
|
1704
1536
|
* @type {string}
|
|
1705
|
-
* @memberof
|
|
1537
|
+
* @memberof ClientRegisterRequest
|
|
1706
1538
|
*/
|
|
1707
|
-
'
|
|
1708
|
-
/**
|
|
1709
|
-
*
|
|
1710
|
-
* @type {string}
|
|
1711
|
-
* @memberof ClientSubscriptionResponse
|
|
1712
|
-
*/
|
|
1713
|
-
'startDate': string;
|
|
1539
|
+
'password': string;
|
|
1714
1540
|
/**
|
|
1715
1541
|
*
|
|
1716
1542
|
* @type {string}
|
|
1717
|
-
* @memberof
|
|
1718
|
-
*/
|
|
1719
|
-
'endDate'?: string;
|
|
1720
|
-
/**
|
|
1721
|
-
*
|
|
1722
|
-
* @type {number}
|
|
1723
|
-
* @memberof ClientSubscriptionResponse
|
|
1543
|
+
* @memberof ClientRegisterRequest
|
|
1724
1544
|
*/
|
|
1725
|
-
'
|
|
1545
|
+
'email': string;
|
|
1726
1546
|
/**
|
|
1727
1547
|
*
|
|
1728
1548
|
* @type {string}
|
|
1729
|
-
* @memberof
|
|
1549
|
+
* @memberof ClientRegisterRequest
|
|
1730
1550
|
*/
|
|
1731
|
-
'
|
|
1551
|
+
'lastName': string;
|
|
1732
1552
|
/**
|
|
1733
1553
|
*
|
|
1734
1554
|
* @type {string}
|
|
1735
|
-
* @memberof
|
|
1555
|
+
* @memberof ClientRegisterRequest
|
|
1736
1556
|
*/
|
|
1737
|
-
'
|
|
1557
|
+
'firstName': string;
|
|
1738
1558
|
}
|
|
1739
1559
|
/**
|
|
1740
1560
|
*
|
|
@@ -2293,12 +2113,6 @@ export interface ClubPlayerDetailResponse {
|
|
|
2293
2113
|
* @memberof ClubPlayerDetailResponse
|
|
2294
2114
|
*/
|
|
2295
2115
|
'birthDate': string | null;
|
|
2296
|
-
/**
|
|
2297
|
-
*
|
|
2298
|
-
* @type {number}
|
|
2299
|
-
* @memberof ClubPlayerDetailResponse
|
|
2300
|
-
*/
|
|
2301
|
-
'credits': number | null;
|
|
2302
2116
|
}
|
|
2303
2117
|
/**
|
|
2304
2118
|
*
|
|
@@ -3038,19 +2852,7 @@ export interface ClubSummary {
|
|
|
3038
2852
|
* @type {string}
|
|
3039
2853
|
* @memberof ClubSummary
|
|
3040
2854
|
*/
|
|
3041
|
-
'
|
|
3042
|
-
/**
|
|
3043
|
-
*
|
|
3044
|
-
* @type {Array<string>}
|
|
3045
|
-
* @memberof ClubSummary
|
|
3046
|
-
*/
|
|
3047
|
-
'bannerPictures'?: Array<string>;
|
|
3048
|
-
/**
|
|
3049
|
-
*
|
|
3050
|
-
* @type {Array<string>}
|
|
3051
|
-
* @memberof ClubSummary
|
|
3052
|
-
*/
|
|
3053
|
-
'galleryPictures'?: Array<string>;
|
|
2855
|
+
'address'?: string | null;
|
|
3054
2856
|
/**
|
|
3055
2857
|
*
|
|
3056
2858
|
* @type {UserLocationSummary}
|
|
@@ -3063,12 +2865,6 @@ export interface ClubSummary {
|
|
|
3063
2865
|
* @memberof ClubSummary
|
|
3064
2866
|
*/
|
|
3065
2867
|
'visitCount'?: number;
|
|
3066
|
-
/**
|
|
3067
|
-
*
|
|
3068
|
-
* @type {Array<string>}
|
|
3069
|
-
* @memberof ClubSummary
|
|
3070
|
-
*/
|
|
3071
|
-
'tags'?: Array<string>;
|
|
3072
2868
|
}
|
|
3073
2869
|
/**
|
|
3074
2870
|
*
|
|
@@ -3533,19 +3329,13 @@ export interface CreateEventRequest {
|
|
|
3533
3329
|
* @type {string}
|
|
3534
3330
|
* @memberof CreateEventRequest
|
|
3535
3331
|
*/
|
|
3536
|
-
'recurringType'
|
|
3332
|
+
'recurringType': CreateEventRequestRecurringTypeEnum;
|
|
3537
3333
|
/**
|
|
3538
3334
|
*
|
|
3539
3335
|
* @type {string}
|
|
3540
3336
|
* @memberof CreateEventRequest
|
|
3541
3337
|
*/
|
|
3542
3338
|
'recurrenceEndDate'?: string;
|
|
3543
|
-
/**
|
|
3544
|
-
*
|
|
3545
|
-
* @type {number}
|
|
3546
|
-
* @memberof CreateEventRequest
|
|
3547
|
-
*/
|
|
3548
|
-
'occurrences'?: number;
|
|
3549
3339
|
/**
|
|
3550
3340
|
*
|
|
3551
3341
|
* @type {string}
|
|
@@ -3624,6 +3414,105 @@ export declare const CreateEventRequestVisibilityTypeEnum: {
|
|
|
3624
3414
|
readonly Invitation: "invitation";
|
|
3625
3415
|
};
|
|
3626
3416
|
export type CreateEventRequestVisibilityTypeEnum = typeof CreateEventRequestVisibilityTypeEnum[keyof typeof CreateEventRequestVisibilityTypeEnum];
|
|
3417
|
+
/**
|
|
3418
|
+
*
|
|
3419
|
+
* @export
|
|
3420
|
+
* @interface CreateOnsiteInvoiceRequest
|
|
3421
|
+
*/
|
|
3422
|
+
export interface CreateOnsiteInvoiceRequest {
|
|
3423
|
+
/**
|
|
3424
|
+
* Payer user id (creator or player)
|
|
3425
|
+
* @type {string}
|
|
3426
|
+
* @memberof CreateOnsiteInvoiceRequest
|
|
3427
|
+
*/
|
|
3428
|
+
'userId': string;
|
|
3429
|
+
/**
|
|
3430
|
+
* Amount in cents
|
|
3431
|
+
* @type {number}
|
|
3432
|
+
* @memberof CreateOnsiteInvoiceRequest
|
|
3433
|
+
*/
|
|
3434
|
+
'amount': number;
|
|
3435
|
+
/**
|
|
3436
|
+
*
|
|
3437
|
+
* @type {PaymentMethod}
|
|
3438
|
+
* @memberof CreateOnsiteInvoiceRequest
|
|
3439
|
+
*/
|
|
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
|
+
}
|
|
3627
3516
|
/**
|
|
3628
3517
|
*
|
|
3629
3518
|
* @export
|
|
@@ -3949,6 +3838,74 @@ export declare const DiscountType: {
|
|
|
3949
3838
|
readonly OffPeak: "off_peak";
|
|
3950
3839
|
};
|
|
3951
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
|
+
}
|
|
3952
3909
|
/**
|
|
3953
3910
|
*
|
|
3954
3911
|
* @export
|
|
@@ -4445,25 +4402,6 @@ export interface GetSlotsByClubById200Response {
|
|
|
4445
4402
|
*/
|
|
4446
4403
|
'slots': Array<any>;
|
|
4447
4404
|
}
|
|
4448
|
-
/**
|
|
4449
|
-
*
|
|
4450
|
-
* @export
|
|
4451
|
-
* @interface GetSubscriptionsHistory200Response
|
|
4452
|
-
*/
|
|
4453
|
-
export interface GetSubscriptionsHistory200Response {
|
|
4454
|
-
/**
|
|
4455
|
-
*
|
|
4456
|
-
* @type {Array<ClientSubscriptionResponse>}
|
|
4457
|
-
* @memberof GetSubscriptionsHistory200Response
|
|
4458
|
-
*/
|
|
4459
|
-
'subscriptions': Array<ClientSubscriptionResponse>;
|
|
4460
|
-
/**
|
|
4461
|
-
*
|
|
4462
|
-
* @type {string}
|
|
4463
|
-
* @memberof GetSubscriptionsHistory200Response
|
|
4464
|
-
*/
|
|
4465
|
-
'clientAccountId': string;
|
|
4466
|
-
}
|
|
4467
4405
|
/**
|
|
4468
4406
|
*
|
|
4469
4407
|
* @export
|
|
@@ -5021,6 +4959,49 @@ export interface JoinEventRequest {
|
|
|
5021
4959
|
* @memberof JoinEventRequest
|
|
5022
4960
|
*/
|
|
5023
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;
|
|
5024
5005
|
}
|
|
5025
5006
|
/**
|
|
5026
5007
|
*
|
|
@@ -5546,6 +5527,8 @@ export interface PaymentByPlayerInfo {
|
|
|
5546
5527
|
export declare const PaymentMethod: {
|
|
5547
5528
|
readonly Online: "online";
|
|
5548
5529
|
readonly Onsite: "onsite";
|
|
5530
|
+
readonly OnsiteCard: "onsite_card";
|
|
5531
|
+
readonly OnsiteCash: "onsite_cash";
|
|
5549
5532
|
readonly Free: "free";
|
|
5550
5533
|
};
|
|
5551
5534
|
export type PaymentMethod = typeof PaymentMethod[keyof typeof PaymentMethod];
|
|
@@ -6131,6 +6114,12 @@ export interface PublishEventResponse {
|
|
|
6131
6114
|
* @memberof PublishEventResponse
|
|
6132
6115
|
*/
|
|
6133
6116
|
'event': EventResponse;
|
|
6117
|
+
/**
|
|
6118
|
+
*
|
|
6119
|
+
* @type {Array<string>}
|
|
6120
|
+
* @memberof PublishEventResponse
|
|
6121
|
+
*/
|
|
6122
|
+
'refundedBookingIds'?: Array<string>;
|
|
6134
6123
|
}
|
|
6135
6124
|
/**
|
|
6136
6125
|
*
|
|
@@ -9014,19 +9003,6 @@ export interface UpdateSubscriptionPlanForClub200Response {
|
|
|
9014
9003
|
*/
|
|
9015
9004
|
'price': any;
|
|
9016
9005
|
}
|
|
9017
|
-
/**
|
|
9018
|
-
*
|
|
9019
|
-
* @export
|
|
9020
|
-
* @interface UpdateUserCreditsRequest
|
|
9021
|
-
*/
|
|
9022
|
-
export interface UpdateUserCreditsRequest {
|
|
9023
|
-
/**
|
|
9024
|
-
* Variation du crédit à appliquer, exprimée en centimes. Peut être négative pour retirer du crédit.
|
|
9025
|
-
* @type {number}
|
|
9026
|
-
* @memberof UpdateUserCreditsRequest
|
|
9027
|
-
*/
|
|
9028
|
-
'deltaInCents': number;
|
|
9029
|
-
}
|
|
9030
9006
|
/**
|
|
9031
9007
|
*
|
|
9032
9008
|
* @export
|
|
@@ -10495,6 +10471,13 @@ export declare class BookingsUserApi extends BaseAPI {
|
|
|
10495
10471
|
* @export
|
|
10496
10472
|
*/
|
|
10497
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>;
|
|
10498
10481
|
/**
|
|
10499
10482
|
* Récupère la liste des clubs gérés par l\'utilisateur authentifié
|
|
10500
10483
|
* @param {*} [options] Override http request option.
|
|
@@ -10502,7 +10485,7 @@ export declare const ClientApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
10502
10485
|
*/
|
|
10503
10486
|
getManagedClubs: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
10504
10487
|
/**
|
|
10505
|
-
* Enregistre un nouveau club pour la plateforme
|
|
10488
|
+
* Enregistre un nouveau club pour la plateforme - Crée un compte Stripe Connect Express - Crée le club dans la base de données - Assigne l\'utilisateur comme manager du club - Crée les paramètres par défaut du club - Envoie le lien d\'onboarding Stripe par email
|
|
10506
10489
|
* @param {ClientOnboardingRequestBody} clientOnboardingRequestBody Les données du club à créer
|
|
10507
10490
|
* @param {*} [options] Override http request option.
|
|
10508
10491
|
* @throws {RequiredError}
|
|
@@ -10514,6 +10497,13 @@ export declare const ClientApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
10514
10497
|
* @export
|
|
10515
10498
|
*/
|
|
10516
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>>;
|
|
10517
10507
|
/**
|
|
10518
10508
|
* Récupère la liste des clubs gérés par l\'utilisateur authentifié
|
|
10519
10509
|
* @param {*} [options] Override http request option.
|
|
@@ -10521,18 +10511,25 @@ export declare const ClientApiFp: (configuration?: Configuration) => {
|
|
|
10521
10511
|
*/
|
|
10522
10512
|
getManagedClubs(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ManagedClubsResponse>>;
|
|
10523
10513
|
/**
|
|
10524
|
-
* Enregistre un nouveau club pour la plateforme
|
|
10514
|
+
* Enregistre un nouveau club pour la plateforme - Crée un compte Stripe Connect Express - Crée le club dans la base de données - Assigne l\'utilisateur comme manager du club - Crée les paramètres par défaut du club - Envoie le lien d\'onboarding Stripe par email
|
|
10525
10515
|
* @param {ClientOnboardingRequestBody} clientOnboardingRequestBody Les données du club à créer
|
|
10526
10516
|
* @param {*} [options] Override http request option.
|
|
10527
10517
|
* @throws {RequiredError}
|
|
10528
10518
|
*/
|
|
10529
|
-
onboardClub(clientOnboardingRequestBody: ClientOnboardingRequestBody, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
10519
|
+
onboardClub(clientOnboardingRequestBody: ClientOnboardingRequestBody, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClientFullOnboardingResponse>>;
|
|
10530
10520
|
};
|
|
10531
10521
|
/**
|
|
10532
10522
|
* ClientApi - factory interface
|
|
10533
10523
|
* @export
|
|
10534
10524
|
*/
|
|
10535
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>;
|
|
10536
10533
|
/**
|
|
10537
10534
|
* Récupère la liste des clubs gérés par l\'utilisateur authentifié
|
|
10538
10535
|
* @param {*} [options] Override http request option.
|
|
@@ -10540,13 +10537,26 @@ export declare const ClientApiFactory: (configuration?: Configuration, basePath?
|
|
|
10540
10537
|
*/
|
|
10541
10538
|
getManagedClubs(options?: RawAxiosRequestConfig): AxiosPromise<ManagedClubsResponse>;
|
|
10542
10539
|
/**
|
|
10543
|
-
* Enregistre un nouveau club pour la plateforme
|
|
10540
|
+
* Enregistre un nouveau club pour la plateforme - Crée un compte Stripe Connect Express - Crée le club dans la base de données - Assigne l\'utilisateur comme manager du club - Crée les paramètres par défaut du club - Envoie le lien d\'onboarding Stripe par email
|
|
10544
10541
|
* @param {ClientApiOnboardClubRequest} requestParameters Request parameters.
|
|
10545
10542
|
* @param {*} [options] Override http request option.
|
|
10546
10543
|
* @throws {RequiredError}
|
|
10547
10544
|
*/
|
|
10548
|
-
onboardClub(requestParameters: ClientApiOnboardClubRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
10545
|
+
onboardClub(requestParameters: ClientApiOnboardClubRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClientFullOnboardingResponse>;
|
|
10549
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
|
+
}
|
|
10550
10560
|
/**
|
|
10551
10561
|
* Request parameters for onboardClub operation in ClientApi.
|
|
10552
10562
|
* @export
|
|
@@ -10567,6 +10577,14 @@ export interface ClientApiOnboardClubRequest {
|
|
|
10567
10577
|
* @extends {BaseAPI}
|
|
10568
10578
|
*/
|
|
10569
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, {}>>;
|
|
10570
10588
|
/**
|
|
10571
10589
|
* Récupère la liste des clubs gérés par l\'utilisateur authentifié
|
|
10572
10590
|
* @param {*} [options] Override http request option.
|
|
@@ -10575,340 +10593,63 @@ export declare class ClientApi extends BaseAPI {
|
|
|
10575
10593
|
*/
|
|
10576
10594
|
getManagedClubs(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ManagedClubsResponse, any, {}>>;
|
|
10577
10595
|
/**
|
|
10578
|
-
* Enregistre un nouveau club pour la plateforme
|
|
10596
|
+
* Enregistre un nouveau club pour la plateforme - Crée un compte Stripe Connect Express - Crée le club dans la base de données - Assigne l\'utilisateur comme manager du club - Crée les paramètres par défaut du club - Envoie le lien d\'onboarding Stripe par email
|
|
10579
10597
|
* @param {ClientApiOnboardClubRequest} requestParameters Request parameters.
|
|
10580
10598
|
* @param {*} [options] Override http request option.
|
|
10581
10599
|
* @throws {RequiredError}
|
|
10582
10600
|
* @memberof ClientApi
|
|
10583
10601
|
*/
|
|
10584
|
-
onboardClub(requestParameters: ClientApiOnboardClubRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
10602
|
+
onboardClub(requestParameters: ClientApiOnboardClubRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ClientFullOnboardingResponse, any, {}>>;
|
|
10585
10603
|
}
|
|
10586
10604
|
/**
|
|
10587
|
-
*
|
|
10605
|
+
* ClubAnalyticsApi - axios parameter creator
|
|
10588
10606
|
* @export
|
|
10589
10607
|
*/
|
|
10590
|
-
export declare const
|
|
10608
|
+
export declare const ClubAnalyticsApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
10591
10609
|
/**
|
|
10592
|
-
*
|
|
10610
|
+
* Récupère les clubs les plus aimés
|
|
10593
10611
|
* @param {*} [options] Override http request option.
|
|
10594
10612
|
* @throws {RequiredError}
|
|
10595
10613
|
*/
|
|
10596
|
-
|
|
10614
|
+
getMostLikedClub: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
10597
10615
|
/**
|
|
10598
|
-
* Récupère
|
|
10599
|
-
* @param {string} accountId L\'ID du compte client
|
|
10616
|
+
* Récupère les clubs populaires
|
|
10600
10617
|
* @param {*} [options] Override http request option.
|
|
10601
10618
|
* @throws {RequiredError}
|
|
10602
10619
|
*/
|
|
10603
|
-
|
|
10620
|
+
getPopularClubs: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
10621
|
+
};
|
|
10622
|
+
/**
|
|
10623
|
+
* ClubAnalyticsApi - functional programming interface
|
|
10624
|
+
* @export
|
|
10625
|
+
*/
|
|
10626
|
+
export declare const ClubAnalyticsApiFp: (configuration?: Configuration) => {
|
|
10604
10627
|
/**
|
|
10605
|
-
* Récupère
|
|
10628
|
+
* Récupère les clubs les plus aimés
|
|
10606
10629
|
* @param {*} [options] Override http request option.
|
|
10607
10630
|
* @throws {RequiredError}
|
|
10608
10631
|
*/
|
|
10609
|
-
|
|
10632
|
+
getMostLikedClub(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<any>>>;
|
|
10610
10633
|
/**
|
|
10611
|
-
* Récupère
|
|
10634
|
+
* Récupère les clubs populaires
|
|
10612
10635
|
* @param {*} [options] Override http request option.
|
|
10613
10636
|
* @throws {RequiredError}
|
|
10614
10637
|
*/
|
|
10615
|
-
|
|
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) => {
|
|
10616
10645
|
/**
|
|
10617
|
-
* Récupère
|
|
10646
|
+
* Récupère les clubs les plus aimés
|
|
10618
10647
|
* @param {*} [options] Override http request option.
|
|
10619
10648
|
* @throws {RequiredError}
|
|
10620
10649
|
*/
|
|
10621
|
-
|
|
10650
|
+
getMostLikedClub(options?: RawAxiosRequestConfig): AxiosPromise<Array<any>>;
|
|
10622
10651
|
/**
|
|
10623
|
-
*
|
|
10624
|
-
* @param {*} [options] Override http request option.
|
|
10625
|
-
* @throws {RequiredError}
|
|
10626
|
-
*/
|
|
10627
|
-
listAvailablePrices: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
10628
|
-
/**
|
|
10629
|
-
* Crée un nouveau compte client avec onboarding Stripe
|
|
10630
|
-
* @param {ClientAccountOnboardingRequest} clientAccountOnboardingRequest Les données du compte à créer
|
|
10631
|
-
* @param {*} [options] Override http request option.
|
|
10632
|
-
* @throws {RequiredError}
|
|
10633
|
-
*/
|
|
10634
|
-
onboardClientAccount: (clientAccountOnboardingRequest: ClientAccountOnboardingRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
10635
|
-
/**
|
|
10636
|
-
* Route d\'inscription d\'un utilisateur client (publique)
|
|
10637
|
-
* @param {ClientRegisterRequestBody} clientRegisterRequestBody
|
|
10638
|
-
* @param {*} [options] Override http request option.
|
|
10639
|
-
* @throws {RequiredError}
|
|
10640
|
-
*/
|
|
10641
|
-
registerClientUser: (clientRegisterRequestBody: ClientRegisterRequestBody, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
10642
|
-
};
|
|
10643
|
-
/**
|
|
10644
|
-
* ClientAccountsApi - functional programming interface
|
|
10645
|
-
* @export
|
|
10646
|
-
*/
|
|
10647
|
-
export declare const ClientAccountsApiFp: (configuration?: Configuration) => {
|
|
10648
|
-
/**
|
|
10649
|
-
* Informations de l\'utilisateur client authentifié (token clientAuth)
|
|
10650
|
-
* @param {*} [options] Override http request option.
|
|
10651
|
-
* @throws {RequiredError}
|
|
10652
|
-
*/
|
|
10653
|
-
clientAuthMe(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClientMeResponse>>;
|
|
10654
|
-
/**
|
|
10655
|
-
* Récupère le compte client par son ID
|
|
10656
|
-
* @param {string} accountId L\'ID du compte client
|
|
10657
|
-
* @param {*} [options] Override http request option.
|
|
10658
|
-
* @throws {RequiredError}
|
|
10659
|
-
*/
|
|
10660
|
-
getClientAccountById(accountId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClientAccountResponse>>;
|
|
10661
|
-
/**
|
|
10662
|
-
* Récupère l\'abonnement actif du compte client authentifié
|
|
10663
|
-
* @param {*} [options] Override http request option.
|
|
10664
|
-
* @throws {RequiredError}
|
|
10665
|
-
*/
|
|
10666
|
-
getMyActiveSubscription(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ActiveSubscriptionResponse>>;
|
|
10667
|
-
/**
|
|
10668
|
-
* Récupère le compte client de l\'utilisateur authentifié
|
|
10669
|
-
* @param {*} [options] Override http request option.
|
|
10670
|
-
* @throws {RequiredError}
|
|
10671
|
-
*/
|
|
10672
|
-
getMyClientAccount(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClientAccountResponse>>;
|
|
10673
|
-
/**
|
|
10674
|
-
* Récupère l\'historique des abonnements du compte client authentifié
|
|
10675
|
-
* @param {*} [options] Override http request option.
|
|
10676
|
-
* @throws {RequiredError}
|
|
10677
|
-
*/
|
|
10678
|
-
getSubscriptionsHistory(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetSubscriptionsHistory200Response>>;
|
|
10679
|
-
/**
|
|
10680
|
-
* Liste les prix Stripe disponibles pour les abonnements client
|
|
10681
|
-
* @param {*} [options] Override http request option.
|
|
10682
|
-
* @throws {RequiredError}
|
|
10683
|
-
*/
|
|
10684
|
-
listAvailablePrices(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<any>>>;
|
|
10685
|
-
/**
|
|
10686
|
-
* Crée un nouveau compte client avec onboarding Stripe
|
|
10687
|
-
* @param {ClientAccountOnboardingRequest} clientAccountOnboardingRequest Les données du compte à créer
|
|
10688
|
-
* @param {*} [options] Override http request option.
|
|
10689
|
-
* @throws {RequiredError}
|
|
10690
|
-
*/
|
|
10691
|
-
onboardClientAccount(clientAccountOnboardingRequest: ClientAccountOnboardingRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClientAccountOnboardingResponse>>;
|
|
10692
|
-
/**
|
|
10693
|
-
* Route d\'inscription d\'un utilisateur client (publique)
|
|
10694
|
-
* @param {ClientRegisterRequestBody} clientRegisterRequestBody
|
|
10695
|
-
* @param {*} [options] Override http request option.
|
|
10696
|
-
* @throws {RequiredError}
|
|
10697
|
-
*/
|
|
10698
|
-
registerClientUser(clientRegisterRequestBody: ClientRegisterRequestBody, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClientRegisterResponse>>;
|
|
10699
|
-
};
|
|
10700
|
-
/**
|
|
10701
|
-
* ClientAccountsApi - factory interface
|
|
10702
|
-
* @export
|
|
10703
|
-
*/
|
|
10704
|
-
export declare const ClientAccountsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
10705
|
-
/**
|
|
10706
|
-
* Informations de l\'utilisateur client authentifié (token clientAuth)
|
|
10707
|
-
* @param {*} [options] Override http request option.
|
|
10708
|
-
* @throws {RequiredError}
|
|
10709
|
-
*/
|
|
10710
|
-
clientAuthMe(options?: RawAxiosRequestConfig): AxiosPromise<ClientMeResponse>;
|
|
10711
|
-
/**
|
|
10712
|
-
* Récupère le compte client par son ID
|
|
10713
|
-
* @param {ClientAccountsApiGetClientAccountByIdRequest} requestParameters Request parameters.
|
|
10714
|
-
* @param {*} [options] Override http request option.
|
|
10715
|
-
* @throws {RequiredError}
|
|
10716
|
-
*/
|
|
10717
|
-
getClientAccountById(requestParameters: ClientAccountsApiGetClientAccountByIdRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClientAccountResponse>;
|
|
10718
|
-
/**
|
|
10719
|
-
* Récupère l\'abonnement actif du compte client authentifié
|
|
10720
|
-
* @param {*} [options] Override http request option.
|
|
10721
|
-
* @throws {RequiredError}
|
|
10722
|
-
*/
|
|
10723
|
-
getMyActiveSubscription(options?: RawAxiosRequestConfig): AxiosPromise<ActiveSubscriptionResponse>;
|
|
10724
|
-
/**
|
|
10725
|
-
* Récupère le compte client de l\'utilisateur authentifié
|
|
10726
|
-
* @param {*} [options] Override http request option.
|
|
10727
|
-
* @throws {RequiredError}
|
|
10728
|
-
*/
|
|
10729
|
-
getMyClientAccount(options?: RawAxiosRequestConfig): AxiosPromise<ClientAccountResponse>;
|
|
10730
|
-
/**
|
|
10731
|
-
* Récupère l\'historique des abonnements du compte client authentifié
|
|
10732
|
-
* @param {*} [options] Override http request option.
|
|
10733
|
-
* @throws {RequiredError}
|
|
10734
|
-
*/
|
|
10735
|
-
getSubscriptionsHistory(options?: RawAxiosRequestConfig): AxiosPromise<GetSubscriptionsHistory200Response>;
|
|
10736
|
-
/**
|
|
10737
|
-
* Liste les prix Stripe disponibles pour les abonnements client
|
|
10738
|
-
* @param {*} [options] Override http request option.
|
|
10739
|
-
* @throws {RequiredError}
|
|
10740
|
-
*/
|
|
10741
|
-
listAvailablePrices(options?: RawAxiosRequestConfig): AxiosPromise<Array<any>>;
|
|
10742
|
-
/**
|
|
10743
|
-
* Crée un nouveau compte client avec onboarding Stripe
|
|
10744
|
-
* @param {ClientAccountsApiOnboardClientAccountRequest} requestParameters Request parameters.
|
|
10745
|
-
* @param {*} [options] Override http request option.
|
|
10746
|
-
* @throws {RequiredError}
|
|
10747
|
-
*/
|
|
10748
|
-
onboardClientAccount(requestParameters: ClientAccountsApiOnboardClientAccountRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClientAccountOnboardingResponse>;
|
|
10749
|
-
/**
|
|
10750
|
-
* Route d\'inscription d\'un utilisateur client (publique)
|
|
10751
|
-
* @param {ClientAccountsApiRegisterClientUserRequest} requestParameters Request parameters.
|
|
10752
|
-
* @param {*} [options] Override http request option.
|
|
10753
|
-
* @throws {RequiredError}
|
|
10754
|
-
*/
|
|
10755
|
-
registerClientUser(requestParameters: ClientAccountsApiRegisterClientUserRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClientRegisterResponse>;
|
|
10756
|
-
};
|
|
10757
|
-
/**
|
|
10758
|
-
* Request parameters for getClientAccountById operation in ClientAccountsApi.
|
|
10759
|
-
* @export
|
|
10760
|
-
* @interface ClientAccountsApiGetClientAccountByIdRequest
|
|
10761
|
-
*/
|
|
10762
|
-
export interface ClientAccountsApiGetClientAccountByIdRequest {
|
|
10763
|
-
/**
|
|
10764
|
-
* L\'ID du compte client
|
|
10765
|
-
* @type {string}
|
|
10766
|
-
* @memberof ClientAccountsApiGetClientAccountById
|
|
10767
|
-
*/
|
|
10768
|
-
readonly accountId: string;
|
|
10769
|
-
}
|
|
10770
|
-
/**
|
|
10771
|
-
* Request parameters for onboardClientAccount operation in ClientAccountsApi.
|
|
10772
|
-
* @export
|
|
10773
|
-
* @interface ClientAccountsApiOnboardClientAccountRequest
|
|
10774
|
-
*/
|
|
10775
|
-
export interface ClientAccountsApiOnboardClientAccountRequest {
|
|
10776
|
-
/**
|
|
10777
|
-
* Les données du compte à créer
|
|
10778
|
-
* @type {ClientAccountOnboardingRequest}
|
|
10779
|
-
* @memberof ClientAccountsApiOnboardClientAccount
|
|
10780
|
-
*/
|
|
10781
|
-
readonly clientAccountOnboardingRequest: ClientAccountOnboardingRequest;
|
|
10782
|
-
}
|
|
10783
|
-
/**
|
|
10784
|
-
* Request parameters for registerClientUser operation in ClientAccountsApi.
|
|
10785
|
-
* @export
|
|
10786
|
-
* @interface ClientAccountsApiRegisterClientUserRequest
|
|
10787
|
-
*/
|
|
10788
|
-
export interface ClientAccountsApiRegisterClientUserRequest {
|
|
10789
|
-
/**
|
|
10790
|
-
*
|
|
10791
|
-
* @type {ClientRegisterRequestBody}
|
|
10792
|
-
* @memberof ClientAccountsApiRegisterClientUser
|
|
10793
|
-
*/
|
|
10794
|
-
readonly clientRegisterRequestBody: ClientRegisterRequestBody;
|
|
10795
|
-
}
|
|
10796
|
-
/**
|
|
10797
|
-
* ClientAccountsApi - object-oriented interface
|
|
10798
|
-
* @export
|
|
10799
|
-
* @class ClientAccountsApi
|
|
10800
|
-
* @extends {BaseAPI}
|
|
10801
|
-
*/
|
|
10802
|
-
export declare class ClientAccountsApi extends BaseAPI {
|
|
10803
|
-
/**
|
|
10804
|
-
* Informations de l\'utilisateur client authentifié (token clientAuth)
|
|
10805
|
-
* @param {*} [options] Override http request option.
|
|
10806
|
-
* @throws {RequiredError}
|
|
10807
|
-
* @memberof ClientAccountsApi
|
|
10808
|
-
*/
|
|
10809
|
-
clientAuthMe(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ClientMeResponse, any, {}>>;
|
|
10810
|
-
/**
|
|
10811
|
-
* Récupère le compte client par son ID
|
|
10812
|
-
* @param {ClientAccountsApiGetClientAccountByIdRequest} requestParameters Request parameters.
|
|
10813
|
-
* @param {*} [options] Override http request option.
|
|
10814
|
-
* @throws {RequiredError}
|
|
10815
|
-
* @memberof ClientAccountsApi
|
|
10816
|
-
*/
|
|
10817
|
-
getClientAccountById(requestParameters: ClientAccountsApiGetClientAccountByIdRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ClientAccountResponse, any, {}>>;
|
|
10818
|
-
/**
|
|
10819
|
-
* Récupère l\'abonnement actif du compte client authentifié
|
|
10820
|
-
* @param {*} [options] Override http request option.
|
|
10821
|
-
* @throws {RequiredError}
|
|
10822
|
-
* @memberof ClientAccountsApi
|
|
10823
|
-
*/
|
|
10824
|
-
getMyActiveSubscription(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ActiveSubscriptionResponse, any, {}>>;
|
|
10825
|
-
/**
|
|
10826
|
-
* Récupère le compte client de l\'utilisateur authentifié
|
|
10827
|
-
* @param {*} [options] Override http request option.
|
|
10828
|
-
* @throws {RequiredError}
|
|
10829
|
-
* @memberof ClientAccountsApi
|
|
10830
|
-
*/
|
|
10831
|
-
getMyClientAccount(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ClientAccountResponse, any, {}>>;
|
|
10832
|
-
/**
|
|
10833
|
-
* Récupère l\'historique des abonnements du compte client authentifié
|
|
10834
|
-
* @param {*} [options] Override http request option.
|
|
10835
|
-
* @throws {RequiredError}
|
|
10836
|
-
* @memberof ClientAccountsApi
|
|
10837
|
-
*/
|
|
10838
|
-
getSubscriptionsHistory(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetSubscriptionsHistory200Response, any, {}>>;
|
|
10839
|
-
/**
|
|
10840
|
-
* Liste les prix Stripe disponibles pour les abonnements client
|
|
10841
|
-
* @param {*} [options] Override http request option.
|
|
10842
|
-
* @throws {RequiredError}
|
|
10843
|
-
* @memberof ClientAccountsApi
|
|
10844
|
-
*/
|
|
10845
|
-
listAvailablePrices(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<any[], any, {}>>;
|
|
10846
|
-
/**
|
|
10847
|
-
* Crée un nouveau compte client avec onboarding Stripe
|
|
10848
|
-
* @param {ClientAccountsApiOnboardClientAccountRequest} requestParameters Request parameters.
|
|
10849
|
-
* @param {*} [options] Override http request option.
|
|
10850
|
-
* @throws {RequiredError}
|
|
10851
|
-
* @memberof ClientAccountsApi
|
|
10852
|
-
*/
|
|
10853
|
-
onboardClientAccount(requestParameters: ClientAccountsApiOnboardClientAccountRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ClientAccountOnboardingResponse, any, {}>>;
|
|
10854
|
-
/**
|
|
10855
|
-
* Route d\'inscription d\'un utilisateur client (publique)
|
|
10856
|
-
* @param {ClientAccountsApiRegisterClientUserRequest} requestParameters Request parameters.
|
|
10857
|
-
* @param {*} [options] Override http request option.
|
|
10858
|
-
* @throws {RequiredError}
|
|
10859
|
-
* @memberof ClientAccountsApi
|
|
10860
|
-
*/
|
|
10861
|
-
registerClientUser(requestParameters: ClientAccountsApiRegisterClientUserRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ClientRegisterResponse, any, {}>>;
|
|
10862
|
-
}
|
|
10863
|
-
/**
|
|
10864
|
-
* ClubAnalyticsApi - axios parameter creator
|
|
10865
|
-
* @export
|
|
10866
|
-
*/
|
|
10867
|
-
export declare const ClubAnalyticsApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
10868
|
-
/**
|
|
10869
|
-
* Récupère les clubs les plus aimés
|
|
10870
|
-
* @param {*} [options] Override http request option.
|
|
10871
|
-
* @throws {RequiredError}
|
|
10872
|
-
*/
|
|
10873
|
-
getMostLikedClub: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
10874
|
-
/**
|
|
10875
|
-
* Récupère les clubs populaires
|
|
10876
|
-
* @param {*} [options] Override http request option.
|
|
10877
|
-
* @throws {RequiredError}
|
|
10878
|
-
*/
|
|
10879
|
-
getPopularClubs: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
10880
|
-
};
|
|
10881
|
-
/**
|
|
10882
|
-
* ClubAnalyticsApi - functional programming interface
|
|
10883
|
-
* @export
|
|
10884
|
-
*/
|
|
10885
|
-
export declare const ClubAnalyticsApiFp: (configuration?: Configuration) => {
|
|
10886
|
-
/**
|
|
10887
|
-
* Récupère les clubs les plus aimés
|
|
10888
|
-
* @param {*} [options] Override http request option.
|
|
10889
|
-
* @throws {RequiredError}
|
|
10890
|
-
*/
|
|
10891
|
-
getMostLikedClub(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<any>>>;
|
|
10892
|
-
/**
|
|
10893
|
-
* Récupère les clubs populaires
|
|
10894
|
-
* @param {*} [options] Override http request option.
|
|
10895
|
-
* @throws {RequiredError}
|
|
10896
|
-
*/
|
|
10897
|
-
getPopularClubs(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<any>>>;
|
|
10898
|
-
};
|
|
10899
|
-
/**
|
|
10900
|
-
* ClubAnalyticsApi - factory interface
|
|
10901
|
-
* @export
|
|
10902
|
-
*/
|
|
10903
|
-
export declare const ClubAnalyticsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
10904
|
-
/**
|
|
10905
|
-
* Récupère les clubs les plus aimés
|
|
10906
|
-
* @param {*} [options] Override http request option.
|
|
10907
|
-
* @throws {RequiredError}
|
|
10908
|
-
*/
|
|
10909
|
-
getMostLikedClub(options?: RawAxiosRequestConfig): AxiosPromise<Array<any>>;
|
|
10910
|
-
/**
|
|
10911
|
-
* Récupère les clubs populaires
|
|
10652
|
+
* Récupère les clubs populaires
|
|
10912
10653
|
* @param {*} [options] Override http request option.
|
|
10913
10654
|
* @throws {RequiredError}
|
|
10914
10655
|
*/
|
|
@@ -13558,6 +13299,14 @@ export declare class ClubsManagerApi extends BaseAPI {
|
|
|
13558
13299
|
* @export
|
|
13559
13300
|
*/
|
|
13560
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>;
|
|
13561
13310
|
/**
|
|
13562
13311
|
*
|
|
13563
13312
|
* @param {*} [options] Override http request option.
|
|
@@ -13607,20 +13356,20 @@ export declare const ClubsStaffApiAxiosParamCreator: (configuration?: Configurat
|
|
|
13607
13356
|
* @throws {RequiredError}
|
|
13608
13357
|
*/
|
|
13609
13358
|
getUserProfileStaff: (id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
13610
|
-
/**
|
|
13611
|
-
*
|
|
13612
|
-
* @param {string} id
|
|
13613
|
-
* @param {UpdateUserCreditsRequest} updateUserCreditsRequest
|
|
13614
|
-
* @param {*} [options] Override http request option.
|
|
13615
|
-
* @throws {RequiredError}
|
|
13616
|
-
*/
|
|
13617
|
-
updateUserCreditsStaff: (id: string, updateUserCreditsRequest: UpdateUserCreditsRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
13618
13359
|
};
|
|
13619
13360
|
/**
|
|
13620
13361
|
* ClubsStaffApi - functional programming interface
|
|
13621
13362
|
* @export
|
|
13622
13363
|
*/
|
|
13623
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>>;
|
|
13624
13373
|
/**
|
|
13625
13374
|
*
|
|
13626
13375
|
* @param {*} [options] Override http request option.
|
|
@@ -13670,20 +13419,19 @@ export declare const ClubsStaffApiFp: (configuration?: Configuration) => {
|
|
|
13670
13419
|
* @throws {RequiredError}
|
|
13671
13420
|
*/
|
|
13672
13421
|
getUserProfileStaff(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<StaffUserProfileResponse>>;
|
|
13673
|
-
/**
|
|
13674
|
-
*
|
|
13675
|
-
* @param {string} id
|
|
13676
|
-
* @param {UpdateUserCreditsRequest} updateUserCreditsRequest
|
|
13677
|
-
* @param {*} [options] Override http request option.
|
|
13678
|
-
* @throws {RequiredError}
|
|
13679
|
-
*/
|
|
13680
|
-
updateUserCreditsStaff(id: string, updateUserCreditsRequest: UpdateUserCreditsRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<StaffUserProfileResponse>>;
|
|
13681
13422
|
};
|
|
13682
13423
|
/**
|
|
13683
13424
|
* ClubsStaffApi - factory interface
|
|
13684
13425
|
* @export
|
|
13685
13426
|
*/
|
|
13686
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>;
|
|
13687
13435
|
/**
|
|
13688
13436
|
*
|
|
13689
13437
|
* @param {*} [options] Override http request option.
|
|
@@ -13733,45 +13481,38 @@ export declare const ClubsStaffApiFactory: (configuration?: Configuration, baseP
|
|
|
13733
13481
|
* @throws {RequiredError}
|
|
13734
13482
|
*/
|
|
13735
13483
|
getUserProfileStaff(requestParameters: ClubsStaffApiGetUserProfileStaffRequest, options?: RawAxiosRequestConfig): AxiosPromise<StaffUserProfileResponse>;
|
|
13736
|
-
/**
|
|
13737
|
-
*
|
|
13738
|
-
* @param {ClubsStaffApiUpdateUserCreditsStaffRequest} requestParameters Request parameters.
|
|
13739
|
-
* @param {*} [options] Override http request option.
|
|
13740
|
-
* @throws {RequiredError}
|
|
13741
|
-
*/
|
|
13742
|
-
updateUserCreditsStaff(requestParameters: ClubsStaffApiUpdateUserCreditsStaffRequest, options?: RawAxiosRequestConfig): AxiosPromise<StaffUserProfileResponse>;
|
|
13743
13484
|
};
|
|
13744
13485
|
/**
|
|
13745
|
-
* Request parameters for
|
|
13486
|
+
* Request parameters for createOnsiteInvoiceForBooking operation in ClubsStaffApi.
|
|
13746
13487
|
* @export
|
|
13747
|
-
* @interface
|
|
13488
|
+
* @interface ClubsStaffApiCreateOnsiteInvoiceForBookingRequest
|
|
13748
13489
|
*/
|
|
13749
|
-
export interface
|
|
13490
|
+
export interface ClubsStaffApiCreateOnsiteInvoiceForBookingRequest {
|
|
13750
13491
|
/**
|
|
13751
13492
|
*
|
|
13752
13493
|
* @type {string}
|
|
13753
|
-
* @memberof
|
|
13494
|
+
* @memberof ClubsStaffApiCreateOnsiteInvoiceForBooking
|
|
13754
13495
|
*/
|
|
13755
|
-
readonly
|
|
13496
|
+
readonly bookingId: string;
|
|
13497
|
+
/**
|
|
13498
|
+
*
|
|
13499
|
+
* @type {CreateOnsiteInvoiceRequest}
|
|
13500
|
+
* @memberof ClubsStaffApiCreateOnsiteInvoiceForBooking
|
|
13501
|
+
*/
|
|
13502
|
+
readonly createOnsiteInvoiceRequest: CreateOnsiteInvoiceRequest;
|
|
13756
13503
|
}
|
|
13757
13504
|
/**
|
|
13758
|
-
* Request parameters for
|
|
13505
|
+
* Request parameters for getUserProfileStaff operation in ClubsStaffApi.
|
|
13759
13506
|
* @export
|
|
13760
|
-
* @interface
|
|
13507
|
+
* @interface ClubsStaffApiGetUserProfileStaffRequest
|
|
13761
13508
|
*/
|
|
13762
|
-
export interface
|
|
13509
|
+
export interface ClubsStaffApiGetUserProfileStaffRequest {
|
|
13763
13510
|
/**
|
|
13764
13511
|
*
|
|
13765
13512
|
* @type {string}
|
|
13766
|
-
* @memberof
|
|
13513
|
+
* @memberof ClubsStaffApiGetUserProfileStaff
|
|
13767
13514
|
*/
|
|
13768
13515
|
readonly id: string;
|
|
13769
|
-
/**
|
|
13770
|
-
*
|
|
13771
|
-
* @type {UpdateUserCreditsRequest}
|
|
13772
|
-
* @memberof ClubsStaffApiUpdateUserCreditsStaff
|
|
13773
|
-
*/
|
|
13774
|
-
readonly updateUserCreditsRequest: UpdateUserCreditsRequest;
|
|
13775
13516
|
}
|
|
13776
13517
|
/**
|
|
13777
13518
|
* ClubsStaffApi - object-oriented interface
|
|
@@ -13780,6 +13521,14 @@ export interface ClubsStaffApiUpdateUserCreditsStaffRequest {
|
|
|
13780
13521
|
* @extends {BaseAPI}
|
|
13781
13522
|
*/
|
|
13782
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, {}>>;
|
|
13783
13532
|
/**
|
|
13784
13533
|
*
|
|
13785
13534
|
* @param {*} [options] Override http request option.
|
|
@@ -13837,14 +13586,6 @@ export declare class ClubsStaffApi extends BaseAPI {
|
|
|
13837
13586
|
* @memberof ClubsStaffApi
|
|
13838
13587
|
*/
|
|
13839
13588
|
getUserProfileStaff(requestParameters: ClubsStaffApiGetUserProfileStaffRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<StaffUserProfileResponse, any, {}>>;
|
|
13840
|
-
/**
|
|
13841
|
-
*
|
|
13842
|
-
* @param {ClubsStaffApiUpdateUserCreditsStaffRequest} requestParameters Request parameters.
|
|
13843
|
-
* @param {*} [options] Override http request option.
|
|
13844
|
-
* @throws {RequiredError}
|
|
13845
|
-
* @memberof ClubsStaffApi
|
|
13846
|
-
*/
|
|
13847
|
-
updateUserCreditsStaff(requestParameters: ClubsStaffApiUpdateUserCreditsStaffRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<StaffUserProfileResponse, any, {}>>;
|
|
13848
13589
|
}
|
|
13849
13590
|
/**
|
|
13850
13591
|
* DefaultApi - axios parameter creator
|
|
@@ -14162,6 +13903,13 @@ export type GetPublishedEventsByClubIdTypeEnum = typeof GetPublishedEventsByClub
|
|
|
14162
13903
|
* @export
|
|
14163
13904
|
*/
|
|
14164
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>;
|
|
14165
13913
|
/**
|
|
14166
13914
|
* Create a new event (manager)
|
|
14167
13915
|
* @param {CreateEventRequest} createEventRequest
|
|
@@ -14198,12 +13946,27 @@ export declare const EventsManagerApiAxiosParamCreator: (configuration?: Configu
|
|
|
14198
13946
|
* @throws {RequiredError}
|
|
14199
13947
|
*/
|
|
14200
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>;
|
|
14201
13957
|
};
|
|
14202
13958
|
/**
|
|
14203
13959
|
* EventsManagerApi - functional programming interface
|
|
14204
13960
|
* @export
|
|
14205
13961
|
*/
|
|
14206
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>>;
|
|
14207
13970
|
/**
|
|
14208
13971
|
* Create a new event (manager)
|
|
14209
13972
|
* @param {CreateEventRequest} createEventRequest
|
|
@@ -14240,12 +14003,27 @@ export declare const EventsManagerApiFp: (configuration?: Configuration) => {
|
|
|
14240
14003
|
* @throws {RequiredError}
|
|
14241
14004
|
*/
|
|
14242
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>>;
|
|
14243
14014
|
};
|
|
14244
14015
|
/**
|
|
14245
14016
|
* EventsManagerApi - factory interface
|
|
14246
14017
|
* @export
|
|
14247
14018
|
*/
|
|
14248
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>;
|
|
14249
14027
|
/**
|
|
14250
14028
|
* Create a new event (manager)
|
|
14251
14029
|
* @param {EventsManagerApiCreateEventRequest} requestParameters Request parameters.
|
|
@@ -14281,7 +14059,27 @@ export declare const EventsManagerApiFactory: (configuration?: Configuration, ba
|
|
|
14281
14059
|
* @throws {RequiredError}
|
|
14282
14060
|
*/
|
|
14283
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>;
|
|
14284
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
|
+
}
|
|
14285
14083
|
/**
|
|
14286
14084
|
* Request parameters for createEvent operation in EventsManagerApi.
|
|
14287
14085
|
* @export
|
|
@@ -14353,6 +14151,25 @@ export interface EventsManagerApiUpdateEventRequest {
|
|
|
14353
14151
|
*/
|
|
14354
14152
|
readonly updateEventRequest: UpdateEventRequest;
|
|
14355
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
|
+
}
|
|
14356
14173
|
/**
|
|
14357
14174
|
* EventsManagerApi - object-oriented interface
|
|
14358
14175
|
* @export
|
|
@@ -14360,6 +14177,14 @@ export interface EventsManagerApiUpdateEventRequest {
|
|
|
14360
14177
|
* @extends {BaseAPI}
|
|
14361
14178
|
*/
|
|
14362
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, {}>>;
|
|
14363
14188
|
/**
|
|
14364
14189
|
* Create a new event (manager)
|
|
14365
14190
|
* @param {EventsManagerApiCreateEventRequest} requestParameters Request parameters.
|
|
@@ -14400,6 +14225,14 @@ export declare class EventsManagerApi extends BaseAPI {
|
|
|
14400
14225
|
* @memberof EventsManagerApi
|
|
14401
14226
|
*/
|
|
14402
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, {}>>;
|
|
14403
14236
|
}
|
|
14404
14237
|
/**
|
|
14405
14238
|
* EventsStaffApi - axios parameter creator
|
|
@@ -14407,44 +14240,19 @@ export declare class EventsManagerApi extends BaseAPI {
|
|
|
14407
14240
|
*/
|
|
14408
14241
|
export declare const EventsStaffApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
14409
14242
|
/**
|
|
14410
|
-
*
|
|
14411
|
-
* @param {string}
|
|
14412
|
-
* @param {
|
|
14413
|
-
* @param {GetDailyEventsVisibilityTypeEnum} [visibilityType]
|
|
14414
|
-
* @param {GetDailyEventsTypeEnum} [type]
|
|
14415
|
-
* @param {string} [sportId]
|
|
14243
|
+
* Check-in des participants d\'un EventBooking (clubs avec paiements)
|
|
14244
|
+
* @param {string} eventBookingId
|
|
14245
|
+
* @param {CheckInEventParticipantsRequest} checkInEventParticipantsRequest
|
|
14416
14246
|
* @param {*} [options] Override http request option.
|
|
14417
14247
|
* @throws {RequiredError}
|
|
14418
14248
|
*/
|
|
14419
|
-
|
|
14249
|
+
checkInEventParticipants: (eventBookingId: string, checkInEventParticipantsRequest: CheckInEventParticipantsRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
14420
14250
|
/**
|
|
14421
14251
|
* Get all events for a club (staff only)
|
|
14422
14252
|
* @param {*} [options] Override http request option.
|
|
14423
14253
|
* @throws {RequiredError}
|
|
14424
14254
|
*/
|
|
14425
14255
|
getEventsByClub: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
14426
|
-
/**
|
|
14427
|
-
* Get events for the entire month view (including recurring occurrences)
|
|
14428
|
-
* @param {string} [clubId]
|
|
14429
|
-
* @param {string} [date]
|
|
14430
|
-
* @param {GetMonthlyEventsVisibilityTypeEnum} [visibilityType]
|
|
14431
|
-
* @param {GetMonthlyEventsTypeEnum} [type]
|
|
14432
|
-
* @param {string} [sportId]
|
|
14433
|
-
* @param {*} [options] Override http request option.
|
|
14434
|
-
* @throws {RequiredError}
|
|
14435
|
-
*/
|
|
14436
|
-
getMonthlyEvents: (clubId?: string, date?: string, visibilityType?: GetMonthlyEventsVisibilityTypeEnum, type?: GetMonthlyEventsTypeEnum, sportId?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
14437
|
-
/**
|
|
14438
|
-
* Get events for the week view (30 day sliding window)
|
|
14439
|
-
* @param {string} [clubId]
|
|
14440
|
-
* @param {string} [date]
|
|
14441
|
-
* @param {GetWeeklyEventsVisibilityTypeEnum} [visibilityType]
|
|
14442
|
-
* @param {GetWeeklyEventsTypeEnum} [type]
|
|
14443
|
-
* @param {string} [sportId]
|
|
14444
|
-
* @param {*} [options] Override http request option.
|
|
14445
|
-
* @throws {RequiredError}
|
|
14446
|
-
*/
|
|
14447
|
-
getWeeklyEvents: (clubId?: string, date?: string, visibilityType?: GetWeeklyEventsVisibilityTypeEnum, type?: GetWeeklyEventsTypeEnum, sportId?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
14448
14256
|
};
|
|
14449
14257
|
/**
|
|
14450
14258
|
* EventsStaffApi - functional programming interface
|
|
@@ -14452,44 +14260,19 @@ export declare const EventsStaffApiAxiosParamCreator: (configuration?: Configura
|
|
|
14452
14260
|
*/
|
|
14453
14261
|
export declare const EventsStaffApiFp: (configuration?: Configuration) => {
|
|
14454
14262
|
/**
|
|
14455
|
-
*
|
|
14456
|
-
* @param {string}
|
|
14457
|
-
* @param {
|
|
14458
|
-
* @param {GetDailyEventsVisibilityTypeEnum} [visibilityType]
|
|
14459
|
-
* @param {GetDailyEventsTypeEnum} [type]
|
|
14460
|
-
* @param {string} [sportId]
|
|
14263
|
+
* Check-in des participants d\'un EventBooking (clubs avec paiements)
|
|
14264
|
+
* @param {string} eventBookingId
|
|
14265
|
+
* @param {CheckInEventParticipantsRequest} checkInEventParticipantsRequest
|
|
14461
14266
|
* @param {*} [options] Override http request option.
|
|
14462
14267
|
* @throws {RequiredError}
|
|
14463
14268
|
*/
|
|
14464
|
-
|
|
14269
|
+
checkInEventParticipants(eventBookingId: string, checkInEventParticipantsRequest: CheckInEventParticipantsRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CheckInEventParticipants200Response>>;
|
|
14465
14270
|
/**
|
|
14466
14271
|
* Get all events for a club (staff only)
|
|
14467
14272
|
* @param {*} [options] Override http request option.
|
|
14468
14273
|
* @throws {RequiredError}
|
|
14469
14274
|
*/
|
|
14470
14275
|
getEventsByClub(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<EventsListResponse>>;
|
|
14471
|
-
/**
|
|
14472
|
-
* Get events for the entire month view (including recurring occurrences)
|
|
14473
|
-
* @param {string} [clubId]
|
|
14474
|
-
* @param {string} [date]
|
|
14475
|
-
* @param {GetMonthlyEventsVisibilityTypeEnum} [visibilityType]
|
|
14476
|
-
* @param {GetMonthlyEventsTypeEnum} [type]
|
|
14477
|
-
* @param {string} [sportId]
|
|
14478
|
-
* @param {*} [options] Override http request option.
|
|
14479
|
-
* @throws {RequiredError}
|
|
14480
|
-
*/
|
|
14481
|
-
getMonthlyEvents(clubId?: string, date?: string, visibilityType?: GetMonthlyEventsVisibilityTypeEnum, type?: GetMonthlyEventsTypeEnum, sportId?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<EventsListResponse>>;
|
|
14482
|
-
/**
|
|
14483
|
-
* Get events for the week view (30 day sliding window)
|
|
14484
|
-
* @param {string} [clubId]
|
|
14485
|
-
* @param {string} [date]
|
|
14486
|
-
* @param {GetWeeklyEventsVisibilityTypeEnum} [visibilityType]
|
|
14487
|
-
* @param {GetWeeklyEventsTypeEnum} [type]
|
|
14488
|
-
* @param {string} [sportId]
|
|
14489
|
-
* @param {*} [options] Override http request option.
|
|
14490
|
-
* @throws {RequiredError}
|
|
14491
|
-
*/
|
|
14492
|
-
getWeeklyEvents(clubId?: string, date?: string, visibilityType?: GetWeeklyEventsVisibilityTypeEnum, type?: GetWeeklyEventsTypeEnum, sportId?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<EventsListResponse>>;
|
|
14493
14276
|
};
|
|
14494
14277
|
/**
|
|
14495
14278
|
* EventsStaffApi - factory interface
|
|
@@ -14497,143 +14280,37 @@ export declare const EventsStaffApiFp: (configuration?: Configuration) => {
|
|
|
14497
14280
|
*/
|
|
14498
14281
|
export declare const EventsStaffApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
14499
14282
|
/**
|
|
14500
|
-
*
|
|
14501
|
-
* @param {
|
|
14283
|
+
* Check-in des participants d\'un EventBooking (clubs avec paiements)
|
|
14284
|
+
* @param {EventsStaffApiCheckInEventParticipantsRequest} requestParameters Request parameters.
|
|
14502
14285
|
* @param {*} [options] Override http request option.
|
|
14503
14286
|
* @throws {RequiredError}
|
|
14504
14287
|
*/
|
|
14505
|
-
|
|
14288
|
+
checkInEventParticipants(requestParameters: EventsStaffApiCheckInEventParticipantsRequest, options?: RawAxiosRequestConfig): AxiosPromise<CheckInEventParticipants200Response>;
|
|
14506
14289
|
/**
|
|
14507
14290
|
* Get all events for a club (staff only)
|
|
14508
14291
|
* @param {*} [options] Override http request option.
|
|
14509
14292
|
* @throws {RequiredError}
|
|
14510
14293
|
*/
|
|
14511
14294
|
getEventsByClub(options?: RawAxiosRequestConfig): AxiosPromise<EventsListResponse>;
|
|
14512
|
-
/**
|
|
14513
|
-
* Get events for the entire month view (including recurring occurrences)
|
|
14514
|
-
* @param {EventsStaffApiGetMonthlyEventsRequest} requestParameters Request parameters.
|
|
14515
|
-
* @param {*} [options] Override http request option.
|
|
14516
|
-
* @throws {RequiredError}
|
|
14517
|
-
*/
|
|
14518
|
-
getMonthlyEvents(requestParameters?: EventsStaffApiGetMonthlyEventsRequest, options?: RawAxiosRequestConfig): AxiosPromise<EventsListResponse>;
|
|
14519
|
-
/**
|
|
14520
|
-
* Get events for the week view (30 day sliding window)
|
|
14521
|
-
* @param {EventsStaffApiGetWeeklyEventsRequest} requestParameters Request parameters.
|
|
14522
|
-
* @param {*} [options] Override http request option.
|
|
14523
|
-
* @throws {RequiredError}
|
|
14524
|
-
*/
|
|
14525
|
-
getWeeklyEvents(requestParameters?: EventsStaffApiGetWeeklyEventsRequest, options?: RawAxiosRequestConfig): AxiosPromise<EventsListResponse>;
|
|
14526
14295
|
};
|
|
14527
14296
|
/**
|
|
14528
|
-
* Request parameters for
|
|
14529
|
-
* @export
|
|
14530
|
-
* @interface EventsStaffApiGetDailyEventsRequest
|
|
14531
|
-
*/
|
|
14532
|
-
export interface EventsStaffApiGetDailyEventsRequest {
|
|
14533
|
-
/**
|
|
14534
|
-
*
|
|
14535
|
-
* @type {string}
|
|
14536
|
-
* @memberof EventsStaffApiGetDailyEvents
|
|
14537
|
-
*/
|
|
14538
|
-
readonly clubId?: string;
|
|
14539
|
-
/**
|
|
14540
|
-
*
|
|
14541
|
-
* @type {string}
|
|
14542
|
-
* @memberof EventsStaffApiGetDailyEvents
|
|
14543
|
-
*/
|
|
14544
|
-
readonly date?: string;
|
|
14545
|
-
/**
|
|
14546
|
-
*
|
|
14547
|
-
* @type {'public' | 'private' | 'invitation'}
|
|
14548
|
-
* @memberof EventsStaffApiGetDailyEvents
|
|
14549
|
-
*/
|
|
14550
|
-
readonly visibilityType?: GetDailyEventsVisibilityTypeEnum;
|
|
14551
|
-
/**
|
|
14552
|
-
*
|
|
14553
|
-
* @type {'event' | 'closure'}
|
|
14554
|
-
* @memberof EventsStaffApiGetDailyEvents
|
|
14555
|
-
*/
|
|
14556
|
-
readonly type?: GetDailyEventsTypeEnum;
|
|
14557
|
-
/**
|
|
14558
|
-
*
|
|
14559
|
-
* @type {string}
|
|
14560
|
-
* @memberof EventsStaffApiGetDailyEvents
|
|
14561
|
-
*/
|
|
14562
|
-
readonly sportId?: string;
|
|
14563
|
-
}
|
|
14564
|
-
/**
|
|
14565
|
-
* Request parameters for getMonthlyEvents operation in EventsStaffApi.
|
|
14566
|
-
* @export
|
|
14567
|
-
* @interface EventsStaffApiGetMonthlyEventsRequest
|
|
14568
|
-
*/
|
|
14569
|
-
export interface EventsStaffApiGetMonthlyEventsRequest {
|
|
14570
|
-
/**
|
|
14571
|
-
*
|
|
14572
|
-
* @type {string}
|
|
14573
|
-
* @memberof EventsStaffApiGetMonthlyEvents
|
|
14574
|
-
*/
|
|
14575
|
-
readonly clubId?: string;
|
|
14576
|
-
/**
|
|
14577
|
-
*
|
|
14578
|
-
* @type {string}
|
|
14579
|
-
* @memberof EventsStaffApiGetMonthlyEvents
|
|
14580
|
-
*/
|
|
14581
|
-
readonly date?: string;
|
|
14582
|
-
/**
|
|
14583
|
-
*
|
|
14584
|
-
* @type {'public' | 'private' | 'invitation'}
|
|
14585
|
-
* @memberof EventsStaffApiGetMonthlyEvents
|
|
14586
|
-
*/
|
|
14587
|
-
readonly visibilityType?: GetMonthlyEventsVisibilityTypeEnum;
|
|
14588
|
-
/**
|
|
14589
|
-
*
|
|
14590
|
-
* @type {'event' | 'closure'}
|
|
14591
|
-
* @memberof EventsStaffApiGetMonthlyEvents
|
|
14592
|
-
*/
|
|
14593
|
-
readonly type?: GetMonthlyEventsTypeEnum;
|
|
14594
|
-
/**
|
|
14595
|
-
*
|
|
14596
|
-
* @type {string}
|
|
14597
|
-
* @memberof EventsStaffApiGetMonthlyEvents
|
|
14598
|
-
*/
|
|
14599
|
-
readonly sportId?: string;
|
|
14600
|
-
}
|
|
14601
|
-
/**
|
|
14602
|
-
* Request parameters for getWeeklyEvents operation in EventsStaffApi.
|
|
14297
|
+
* Request parameters for checkInEventParticipants operation in EventsStaffApi.
|
|
14603
14298
|
* @export
|
|
14604
|
-
* @interface
|
|
14299
|
+
* @interface EventsStaffApiCheckInEventParticipantsRequest
|
|
14605
14300
|
*/
|
|
14606
|
-
export interface
|
|
14301
|
+
export interface EventsStaffApiCheckInEventParticipantsRequest {
|
|
14607
14302
|
/**
|
|
14608
14303
|
*
|
|
14609
14304
|
* @type {string}
|
|
14610
|
-
* @memberof
|
|
14611
|
-
*/
|
|
14612
|
-
readonly clubId?: string;
|
|
14613
|
-
/**
|
|
14614
|
-
*
|
|
14615
|
-
* @type {string}
|
|
14616
|
-
* @memberof EventsStaffApiGetWeeklyEvents
|
|
14617
|
-
*/
|
|
14618
|
-
readonly date?: string;
|
|
14619
|
-
/**
|
|
14620
|
-
*
|
|
14621
|
-
* @type {'public' | 'private' | 'invitation'}
|
|
14622
|
-
* @memberof EventsStaffApiGetWeeklyEvents
|
|
14623
|
-
*/
|
|
14624
|
-
readonly visibilityType?: GetWeeklyEventsVisibilityTypeEnum;
|
|
14625
|
-
/**
|
|
14626
|
-
*
|
|
14627
|
-
* @type {'event' | 'closure'}
|
|
14628
|
-
* @memberof EventsStaffApiGetWeeklyEvents
|
|
14305
|
+
* @memberof EventsStaffApiCheckInEventParticipants
|
|
14629
14306
|
*/
|
|
14630
|
-
readonly
|
|
14307
|
+
readonly eventBookingId: string;
|
|
14631
14308
|
/**
|
|
14632
14309
|
*
|
|
14633
|
-
* @type {
|
|
14634
|
-
* @memberof
|
|
14310
|
+
* @type {CheckInEventParticipantsRequest}
|
|
14311
|
+
* @memberof EventsStaffApiCheckInEventParticipants
|
|
14635
14312
|
*/
|
|
14636
|
-
readonly
|
|
14313
|
+
readonly checkInEventParticipantsRequest: CheckInEventParticipantsRequest;
|
|
14637
14314
|
}
|
|
14638
14315
|
/**
|
|
14639
14316
|
* EventsStaffApi - object-oriented interface
|
|
@@ -14643,13 +14320,13 @@ export interface EventsStaffApiGetWeeklyEventsRequest {
|
|
|
14643
14320
|
*/
|
|
14644
14321
|
export declare class EventsStaffApi extends BaseAPI {
|
|
14645
14322
|
/**
|
|
14646
|
-
*
|
|
14647
|
-
* @param {
|
|
14323
|
+
* Check-in des participants d\'un EventBooking (clubs avec paiements)
|
|
14324
|
+
* @param {EventsStaffApiCheckInEventParticipantsRequest} requestParameters Request parameters.
|
|
14648
14325
|
* @param {*} [options] Override http request option.
|
|
14649
14326
|
* @throws {RequiredError}
|
|
14650
14327
|
* @memberof EventsStaffApi
|
|
14651
14328
|
*/
|
|
14652
|
-
|
|
14329
|
+
checkInEventParticipants(requestParameters: EventsStaffApiCheckInEventParticipantsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CheckInEventParticipants200Response, any, {}>>;
|
|
14653
14330
|
/**
|
|
14654
14331
|
* Get all events for a club (staff only)
|
|
14655
14332
|
* @param {*} [options] Override http request option.
|
|
@@ -14657,74 +14334,7 @@ export declare class EventsStaffApi extends BaseAPI {
|
|
|
14657
14334
|
* @memberof EventsStaffApi
|
|
14658
14335
|
*/
|
|
14659
14336
|
getEventsByClub(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<EventsListResponse, any, {}>>;
|
|
14660
|
-
/**
|
|
14661
|
-
* Get events for the entire month view (including recurring occurrences)
|
|
14662
|
-
* @param {EventsStaffApiGetMonthlyEventsRequest} requestParameters Request parameters.
|
|
14663
|
-
* @param {*} [options] Override http request option.
|
|
14664
|
-
* @throws {RequiredError}
|
|
14665
|
-
* @memberof EventsStaffApi
|
|
14666
|
-
*/
|
|
14667
|
-
getMonthlyEvents(requestParameters?: EventsStaffApiGetMonthlyEventsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<EventsListResponse, any, {}>>;
|
|
14668
|
-
/**
|
|
14669
|
-
* Get events for the week view (30 day sliding window)
|
|
14670
|
-
* @param {EventsStaffApiGetWeeklyEventsRequest} requestParameters Request parameters.
|
|
14671
|
-
* @param {*} [options] Override http request option.
|
|
14672
|
-
* @throws {RequiredError}
|
|
14673
|
-
* @memberof EventsStaffApi
|
|
14674
|
-
*/
|
|
14675
|
-
getWeeklyEvents(requestParameters?: EventsStaffApiGetWeeklyEventsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<EventsListResponse, any, {}>>;
|
|
14676
14337
|
}
|
|
14677
|
-
/**
|
|
14678
|
-
* @export
|
|
14679
|
-
*/
|
|
14680
|
-
export declare const GetDailyEventsVisibilityTypeEnum: {
|
|
14681
|
-
readonly Public: "public";
|
|
14682
|
-
readonly Private: "private";
|
|
14683
|
-
readonly Invitation: "invitation";
|
|
14684
|
-
};
|
|
14685
|
-
export type GetDailyEventsVisibilityTypeEnum = typeof GetDailyEventsVisibilityTypeEnum[keyof typeof GetDailyEventsVisibilityTypeEnum];
|
|
14686
|
-
/**
|
|
14687
|
-
* @export
|
|
14688
|
-
*/
|
|
14689
|
-
export declare const GetDailyEventsTypeEnum: {
|
|
14690
|
-
readonly Event: "event";
|
|
14691
|
-
readonly Closure: "closure";
|
|
14692
|
-
};
|
|
14693
|
-
export type GetDailyEventsTypeEnum = typeof GetDailyEventsTypeEnum[keyof typeof GetDailyEventsTypeEnum];
|
|
14694
|
-
/**
|
|
14695
|
-
* @export
|
|
14696
|
-
*/
|
|
14697
|
-
export declare const GetMonthlyEventsVisibilityTypeEnum: {
|
|
14698
|
-
readonly Public: "public";
|
|
14699
|
-
readonly Private: "private";
|
|
14700
|
-
readonly Invitation: "invitation";
|
|
14701
|
-
};
|
|
14702
|
-
export type GetMonthlyEventsVisibilityTypeEnum = typeof GetMonthlyEventsVisibilityTypeEnum[keyof typeof GetMonthlyEventsVisibilityTypeEnum];
|
|
14703
|
-
/**
|
|
14704
|
-
* @export
|
|
14705
|
-
*/
|
|
14706
|
-
export declare const GetMonthlyEventsTypeEnum: {
|
|
14707
|
-
readonly Event: "event";
|
|
14708
|
-
readonly Closure: "closure";
|
|
14709
|
-
};
|
|
14710
|
-
export type GetMonthlyEventsTypeEnum = typeof GetMonthlyEventsTypeEnum[keyof typeof GetMonthlyEventsTypeEnum];
|
|
14711
|
-
/**
|
|
14712
|
-
* @export
|
|
14713
|
-
*/
|
|
14714
|
-
export declare const GetWeeklyEventsVisibilityTypeEnum: {
|
|
14715
|
-
readonly Public: "public";
|
|
14716
|
-
readonly Private: "private";
|
|
14717
|
-
readonly Invitation: "invitation";
|
|
14718
|
-
};
|
|
14719
|
-
export type GetWeeklyEventsVisibilityTypeEnum = typeof GetWeeklyEventsVisibilityTypeEnum[keyof typeof GetWeeklyEventsVisibilityTypeEnum];
|
|
14720
|
-
/**
|
|
14721
|
-
* @export
|
|
14722
|
-
*/
|
|
14723
|
-
export declare const GetWeeklyEventsTypeEnum: {
|
|
14724
|
-
readonly Event: "event";
|
|
14725
|
-
readonly Closure: "closure";
|
|
14726
|
-
};
|
|
14727
|
-
export type GetWeeklyEventsTypeEnum = typeof GetWeeklyEventsTypeEnum[keyof typeof GetWeeklyEventsTypeEnum];
|
|
14728
14338
|
/**
|
|
14729
14339
|
* SportsManagerApi - axios parameter creator
|
|
14730
14340
|
* @export
|