@tennac-booking/sdk 1.0.221 → 1.0.223
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 +452 -429
- package/README.md +72 -38
- package/api.ts +3468 -1857
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +2910 -1594
- package/dist/api.js +15682 -9514
- package/dist/base.d.ts +1 -1
- package/dist/base.js +32 -11
- package/dist/common.d.ts +1 -1
- package/dist/common.js +133 -41
- package/dist/configuration.d.ts +1 -1
- package/dist/configuration.js +21 -8
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/docs/AgendaBooking.md +2 -0
- package/docs/AuthApi.md +113 -0
- package/docs/BookingPopulated.md +9 -1
- package/docs/BookingSummary.md +4 -4
- package/docs/BookingsApi.md +25 -79
- package/docs/BookingsStaffApi.md +1 -57
- package/docs/BookingsUserApi.md +58 -6
- package/docs/{CheckInPlayerSumupResponse.md → CloseOpenBookingResponse.md} +5 -7
- package/docs/ClubPageResponse.md +14 -0
- package/docs/ClubPageResponseClubCustomerStatus.md +27 -0
- package/docs/ClubPricingPeriodPayload.md +32 -0
- package/docs/ClubPricingPeriodResponse.md +6 -6
- package/docs/ClubReservationSettingsResponse.md +2 -2
- package/docs/ClubResponse.md +12 -2
- package/docs/ClubSummary.md +6 -0
- package/docs/ComingEventsPageResponse.md +22 -0
- package/docs/CourtEnvironment.md +10 -0
- package/docs/CreateBookingRequest.md +0 -2
- package/docs/CreateOpenBookingRequest.md +6 -4
- package/docs/CreateSubscriptionPlanRequestDiscount.md +4 -0
- package/docs/EstimateOpenBookingJoinRequest.md +24 -0
- package/docs/EventBookingDetailSummary.md +2 -0
- package/docs/EventBookingResponse.md +2 -0
- package/docs/EventResponse.md +2 -0
- package/docs/EventsApi.md +58 -0
- package/docs/EventsStaffApi.md +119 -25
- package/docs/GetClubsWithVerificationDomains200ResponseInner.md +2 -0
- package/docs/{SumupReadersResponse.md → Health200Response.md} +7 -5
- package/docs/IUserAttributes.md +4 -0
- package/docs/JobResult.md +24 -0
- package/docs/JobsApi.md +367 -0
- package/docs/JoinOpenBookingRequest.md +28 -0
- package/docs/MarkNotificationsReadRequest.md +22 -0
- package/docs/{SumupPairReaderResponse.md → MarkNotificationsReadResponse.md} +5 -5
- package/docs/MyClubInfosResponse.md +0 -2
- package/docs/{PaymentStatus.md → NotificationActorType.md} +4 -6
- package/docs/NotificationData.md +22 -0
- package/docs/NotificationInitiator.md +28 -0
- package/docs/NotificationParticipantPreview.md +24 -0
- package/docs/NotificationPreview.md +78 -0
- package/docs/NotificationResponse.md +46 -0
- package/docs/NotificationResponseClub.md +24 -0
- package/docs/NotificationSlotPreview.md +24 -0
- package/docs/NotificationSportPreview.md +24 -0
- package/docs/{SumupPairReaderRequest.md → NotificationTargetPreview.md} +7 -7
- package/docs/NotificationType.md +26 -0
- package/docs/OpenBookingBasePriceResponse.md +24 -0
- package/docs/OpenBookingInfo.md +7 -5
- package/docs/OpenBookingJoinEstimateResponse.md +26 -0
- package/docs/OpenBookingPriceBody.md +26 -0
- package/docs/PartnerSearchItem.md +28 -0
- package/docs/PartnerSearchResponse.md +22 -0
- package/docs/PartnerSearchResponseMeta.md +26 -0
- package/docs/PlayerPrice.md +3 -1
- package/docs/PricingPeriodDiscount.md +24 -0
- package/docs/PublicEmailApi.md +4 -4
- package/docs/QuickReservationClubSummary.md +12 -0
- package/docs/QuickReservationCourtType.md +10 -0
- package/docs/RequestOrganizationEmailCodeBody.md +22 -0
- package/docs/RequestOrganizationEmailCodeResponse.md +22 -0
- package/docs/RequestVerificationCodeBody.md +26 -0
- package/docs/{SumupConnectUrlResponse.md → RequestVerificationCodeResponse.md} +5 -5
- package/docs/SportResponse.md +2 -0
- package/docs/StaffEventBookingResponse.md +2 -0
- package/docs/StaffEventsPageResponse.md +22 -0
- package/docs/StaffUserProfileResponse.md +4 -0
- package/docs/SubscriptionPlanDiscountResponse.md +2 -0
- package/docs/SubscriptionPlanDiscountUpdateRequest.md +2 -0
- package/docs/{PaymentProviderType.md → SupportedLanguage.md} +3 -3
- package/docs/UpdateClubHoursSettingsRequest.md +1 -1
- package/docs/UpdateClubReservationSettingsRequest.md +2 -2
- package/docs/UserClubMembership.md +2 -0
- package/docs/UserNextBookingSummary.md +26 -0
- package/docs/UserNotificationsResponse.md +22 -0
- package/docs/UserNotificationsResponseMeta.md +28 -0
- package/docs/UserProfileResponse.md +12 -0
- package/docs/UsersApi.md +273 -0
- package/docs/VerifyOrganizationEmailCodeBody.md +24 -0
- package/docs/VerifyOrganizationEmailCodeResponse.md +22 -0
- package/docs/VerifyVerificationCodeBody.md +24 -0
- package/docs/{SumupCancelPaymentRequest.md → VerifyVerificationCodeResponse.md} +5 -5
- package/docs/WaitListEntryWithPlayer.md +44 -0
- package/docs/WaitListPlayer.md +28 -0
- package/docs/WaitListPlayersListResponse.md +22 -0
- package/docs/WaitListStaffApi.md +55 -0
- package/index.ts +1 -1
- package/package.json +2 -4
- package/tsconfig.json +5 -2
- package/dist/esm/api.d.ts +0 -25210
- package/dist/esm/api.js +0 -17399
- package/dist/esm/base.d.ts +0 -66
- package/dist/esm/base.js +0 -60
- package/dist/esm/common.d.ts +0 -65
- package/dist/esm/common.js +0 -149
- package/dist/esm/configuration.d.ts +0 -91
- package/dist/esm/configuration.js +0 -40
- package/dist/esm/index.d.ts +0 -13
- package/dist/esm/index.js +0 -15
- package/docs/CheckInPlayerSumupRequest.md +0 -22
- package/docs/CheckInSumupPaymentInfo.md +0 -26
- package/docs/GetOpenBookingPrice200Response.md +0 -24
- package/docs/GetOpenBookingPriceRequest.md +0 -26
- package/docs/JoinPriceEstimateResponse.md +0 -38
- package/docs/JoinPriceEstimateResponseSubscriptionInfo.md +0 -25
- package/docs/OpenBookingSlotInfo.md +0 -24
- package/docs/PaymentIntentResult.md +0 -28
- package/docs/PaymentsStaffApi.md +0 -124
- package/docs/StaffEventsPaginatedResponse.md +0 -26
- package/docs/SumUpApi.md +0 -63
- package/docs/SumUpManagerApi.md +0 -332
- package/docs/SumupAccountStatusResponse.md +0 -32
- package/docs/SumupCreatePaymentRequest.md +0 -32
- package/docs/SumupOAuthCallbackResponse.md +0 -24
- package/docs/SumupReaderInfo.md +0 -34
- package/tsconfig.esm.json +0 -7
package/docs/BookingsApi.md
CHANGED
|
@@ -5,12 +5,11 @@ All URIs are relative to *http://localhost*
|
|
|
5
5
|
|Method | HTTP request | Description|
|
|
6
6
|
|------------- | ------------- | -------------|
|
|
7
7
|
|[**createGuestBooking**](#createguestbooking) | **POST** /api/bookings/guest | |
|
|
8
|
-
|[**
|
|
8
|
+
|[**estimateOpenBookingJoin**](#estimateopenbookingjoin) | **POST** /api/bookings/{bookingId}/open/estimate-join | |
|
|
9
9
|
|[**getBookingHistory**](#getbookinghistory) | **GET** /api/bookings/history/{bookingId} | |
|
|
10
10
|
|[**getBookingPrice**](#getbookingprice) | **POST** /api/bookings/booking-price | |
|
|
11
11
|
|[**getGuestBookingPrice**](#getguestbookingprice) | **POST** /api/bookings/guest/booking-price | |
|
|
12
|
-
|[**
|
|
13
|
-
|[**getOpenBookingJoinPrice**](#getopenbookingjoinprice) | **GET** /api/bookings/{bookingId}/open/join-price | |
|
|
12
|
+
|[**getOpenBookingBasePrice**](#getopenbookingbaseprice) | **GET** /api/bookings/{bookingId}/open/base-price | |
|
|
14
13
|
|[**getOpenBookings**](#getopenbookings) | **GET** /api/bookings/open | |
|
|
15
14
|
|[**getQuickReservationSlots**](#getquickreservationslots) | **GET** /api/bookings/quick-reservations | |
|
|
16
15
|
|[**joinOpenBooking**](#joinopenbooking) | **POST** /api/bookings/{bookingId}/open/join | |
|
|
@@ -68,28 +67,29 @@ No authorization required
|
|
|
68
67
|
|
|
69
68
|
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
70
69
|
|
|
71
|
-
# **
|
|
72
|
-
>
|
|
70
|
+
# **estimateOpenBookingJoin**
|
|
71
|
+
> OpenBookingJoinEstimateResponse estimateOpenBookingJoin(estimateOpenBookingJoinRequest)
|
|
73
72
|
|
|
74
|
-
|
|
73
|
+
Estime le prix pour rejoindre une réservation ouverte avec détails de paiement. Supporte soit isCreatorPayingAll, soit playerShares pour répartir les coûts.
|
|
75
74
|
|
|
76
75
|
### Example
|
|
77
76
|
|
|
78
77
|
```typescript
|
|
79
78
|
import {
|
|
80
79
|
BookingsApi,
|
|
81
|
-
Configuration
|
|
80
|
+
Configuration,
|
|
81
|
+
EstimateOpenBookingJoinRequest
|
|
82
82
|
} from '@tennac-booking/sdk';
|
|
83
83
|
|
|
84
84
|
const configuration = new Configuration();
|
|
85
85
|
const apiInstance = new BookingsApi(configuration);
|
|
86
86
|
|
|
87
87
|
let bookingId: string; // (default to undefined)
|
|
88
|
-
let
|
|
88
|
+
let estimateOpenBookingJoinRequest: EstimateOpenBookingJoinRequest; //
|
|
89
89
|
|
|
90
|
-
const { status, data } = await apiInstance.
|
|
90
|
+
const { status, data } = await apiInstance.estimateOpenBookingJoin(
|
|
91
91
|
bookingId,
|
|
92
|
-
|
|
92
|
+
estimateOpenBookingJoinRequest
|
|
93
93
|
);
|
|
94
94
|
```
|
|
95
95
|
|
|
@@ -97,13 +97,13 @@ const { status, data } = await apiInstance.estimateOpenBookingJoinPrice(
|
|
|
97
97
|
|
|
98
98
|
|Name | Type | Description | Notes|
|
|
99
99
|
|------------- | ------------- | ------------- | -------------|
|
|
100
|
+
| **estimateOpenBookingJoinRequest** | **EstimateOpenBookingJoinRequest**| | |
|
|
100
101
|
| **bookingId** | [**string**] | | defaults to undefined|
|
|
101
|
-
| **creditToUseInCents** | [**number**] | | (optional) defaults to undefined|
|
|
102
102
|
|
|
103
103
|
|
|
104
104
|
### Return type
|
|
105
105
|
|
|
106
|
-
**
|
|
106
|
+
**OpenBookingJoinEstimateResponse**
|
|
107
107
|
|
|
108
108
|
### Authorization
|
|
109
109
|
|
|
@@ -111,14 +111,14 @@ const { status, data } = await apiInstance.estimateOpenBookingJoinPrice(
|
|
|
111
111
|
|
|
112
112
|
### HTTP request headers
|
|
113
113
|
|
|
114
|
-
- **Content-Type**:
|
|
114
|
+
- **Content-Type**: application/json
|
|
115
115
|
- **Accept**: application/json
|
|
116
116
|
|
|
117
117
|
|
|
118
118
|
### HTTP response details
|
|
119
119
|
| Status code | Description | Response headers |
|
|
120
120
|
|-------------|-------------|------------------|
|
|
121
|
-
|**200** |
|
|
121
|
+
|**200** | Prix à payer calculé | - |
|
|
122
122
|
|
|
123
123
|
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
124
124
|
|
|
@@ -276,10 +276,10 @@ No authorization required
|
|
|
276
276
|
|
|
277
277
|
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
278
278
|
|
|
279
|
-
# **
|
|
280
|
-
>
|
|
279
|
+
# **getOpenBookingBasePrice**
|
|
280
|
+
> OpenBookingBasePriceResponse getOpenBookingBasePrice()
|
|
281
281
|
|
|
282
|
-
|
|
282
|
+
Obtient le prix de base pour rejoindre une réservation ouverte. Cette route ne prend pas en compte un utilisateur spécifique, elle retourne simplement le prix de base par joueur stocké lors de la création.
|
|
283
283
|
|
|
284
284
|
### Example
|
|
285
285
|
|
|
@@ -293,62 +293,8 @@ const configuration = new Configuration();
|
|
|
293
293
|
const apiInstance = new BookingsApi(configuration);
|
|
294
294
|
|
|
295
295
|
let bookingId: string; // (default to undefined)
|
|
296
|
-
let creditToUseInCents: number; // (optional) (default to undefined)
|
|
297
|
-
|
|
298
|
-
const { status, data } = await apiInstance.getJoinPriceEstimate(
|
|
299
|
-
bookingId,
|
|
300
|
-
creditToUseInCents
|
|
301
|
-
);
|
|
302
|
-
```
|
|
303
|
-
|
|
304
|
-
### Parameters
|
|
305
|
-
|
|
306
|
-
|Name | Type | Description | Notes|
|
|
307
|
-
|------------- | ------------- | ------------- | -------------|
|
|
308
|
-
| **bookingId** | [**string**] | | defaults to undefined|
|
|
309
|
-
| **creditToUseInCents** | [**number**] | | (optional) defaults to undefined|
|
|
310
296
|
|
|
311
|
-
|
|
312
|
-
### Return type
|
|
313
|
-
|
|
314
|
-
**JoinPriceEstimateResponse**
|
|
315
|
-
|
|
316
|
-
### Authorization
|
|
317
|
-
|
|
318
|
-
[bearerAuth](../README.md#bearerAuth)
|
|
319
|
-
|
|
320
|
-
### HTTP request headers
|
|
321
|
-
|
|
322
|
-
- **Content-Type**: Not defined
|
|
323
|
-
- **Accept**: application/json
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
### HTTP response details
|
|
327
|
-
| Status code | Description | Response headers |
|
|
328
|
-
|-------------|-------------|------------------|
|
|
329
|
-
|**200** | Estimation complète du prix calculée | - |
|
|
330
|
-
|
|
331
|
-
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
332
|
-
|
|
333
|
-
# **getOpenBookingJoinPrice**
|
|
334
|
-
> GetOpenEventBookingJoinPrice200Response getOpenBookingJoinPrice()
|
|
335
|
-
|
|
336
|
-
Estimer simplement le prix à payer pour rejoindre une réservation ouverte
|
|
337
|
-
|
|
338
|
-
### Example
|
|
339
|
-
|
|
340
|
-
```typescript
|
|
341
|
-
import {
|
|
342
|
-
BookingsApi,
|
|
343
|
-
Configuration
|
|
344
|
-
} from '@tennac-booking/sdk';
|
|
345
|
-
|
|
346
|
-
const configuration = new Configuration();
|
|
347
|
-
const apiInstance = new BookingsApi(configuration);
|
|
348
|
-
|
|
349
|
-
let bookingId: string; // (default to undefined)
|
|
350
|
-
|
|
351
|
-
const { status, data } = await apiInstance.getOpenBookingJoinPrice(
|
|
297
|
+
const { status, data } = await apiInstance.getOpenBookingBasePrice(
|
|
352
298
|
bookingId
|
|
353
299
|
);
|
|
354
300
|
```
|
|
@@ -362,7 +308,7 @@ const { status, data } = await apiInstance.getOpenBookingJoinPrice(
|
|
|
362
308
|
|
|
363
309
|
### Return type
|
|
364
310
|
|
|
365
|
-
**
|
|
311
|
+
**OpenBookingBasePriceResponse**
|
|
366
312
|
|
|
367
313
|
### Authorization
|
|
368
314
|
|
|
@@ -377,7 +323,7 @@ const { status, data } = await apiInstance.getOpenBookingJoinPrice(
|
|
|
377
323
|
### HTTP response details
|
|
378
324
|
| Status code | Description | Response headers |
|
|
379
325
|
|-------------|-------------|------------------|
|
|
380
|
-
|**200** | Prix
|
|
326
|
+
|**200** | Prix de base calculé | - |
|
|
381
327
|
|
|
382
328
|
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
383
329
|
|
|
@@ -513,7 +459,7 @@ No authorization required
|
|
|
513
459
|
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
514
460
|
|
|
515
461
|
# **joinOpenBooking**
|
|
516
|
-
> JoinOpenBookingResponse joinOpenBooking(
|
|
462
|
+
> JoinOpenBookingResponse joinOpenBooking(joinOpenBookingRequest)
|
|
517
463
|
|
|
518
464
|
|
|
519
465
|
### Example
|
|
@@ -522,18 +468,18 @@ No authorization required
|
|
|
522
468
|
import {
|
|
523
469
|
BookingsApi,
|
|
524
470
|
Configuration,
|
|
525
|
-
|
|
471
|
+
JoinOpenBookingRequest
|
|
526
472
|
} from '@tennac-booking/sdk';
|
|
527
473
|
|
|
528
474
|
const configuration = new Configuration();
|
|
529
475
|
const apiInstance = new BookingsApi(configuration);
|
|
530
476
|
|
|
531
477
|
let bookingId: string; // (default to undefined)
|
|
532
|
-
let
|
|
478
|
+
let joinOpenBookingRequest: JoinOpenBookingRequest; //
|
|
533
479
|
|
|
534
480
|
const { status, data } = await apiInstance.joinOpenBooking(
|
|
535
481
|
bookingId,
|
|
536
|
-
|
|
482
|
+
joinOpenBookingRequest
|
|
537
483
|
);
|
|
538
484
|
```
|
|
539
485
|
|
|
@@ -541,7 +487,7 @@ const { status, data } = await apiInstance.joinOpenBooking(
|
|
|
541
487
|
|
|
542
488
|
|Name | Type | Description | Notes|
|
|
543
489
|
|------------- | ------------- | ------------- | -------------|
|
|
544
|
-
| **
|
|
490
|
+
| **joinOpenBookingRequest** | **JoinOpenBookingRequest**| | |
|
|
545
491
|
| **bookingId** | [**string**] | | defaults to undefined|
|
|
546
492
|
|
|
547
493
|
|
package/docs/BookingsStaffApi.md
CHANGED
|
@@ -5,7 +5,6 @@ All URIs are relative to *http://localhost*
|
|
|
5
5
|
|Method | HTTP request | Description|
|
|
6
6
|
|------------- | ------------- | -------------|
|
|
7
7
|
|[**checkInPlayer**](#checkinplayer) | **POST** /api/bookings/{bookingId}/check-in | |
|
|
8
|
-
|[**checkInPlayerWithSumup**](#checkinplayerwithsumup) | **POST** /api/bookings/{bookingId}/check-in/sumup | |
|
|
9
8
|
|[**createStaffBooking**](#createstaffbooking) | **POST** /api/bookings/staff | |
|
|
10
9
|
|[**getBookingById**](#getbookingbyid) | **GET** /api/bookings/{bookingId} | |
|
|
11
10
|
|[**getBookingHistoryStaff**](#getbookinghistorystaff) | **GET** /api/bookings/staff/history{bookingId} | |
|
|
@@ -17,7 +16,7 @@ All URIs are relative to *http://localhost*
|
|
|
17
16
|
# **checkInPlayer**
|
|
18
17
|
> CheckInPlayerResponse checkInPlayer(checkInPlayerRequest)
|
|
19
18
|
|
|
20
|
-
Check-in d\'un joueur
|
|
19
|
+
Check-in d\'un joueur (paiement en ligne ou sur place)
|
|
21
20
|
|
|
22
21
|
### Example
|
|
23
22
|
|
|
@@ -69,61 +68,6 @@ const { status, data } = await apiInstance.checkInPlayer(
|
|
|
69
68
|
|
|
70
69
|
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
71
70
|
|
|
72
|
-
# **checkInPlayerWithSumup**
|
|
73
|
-
> CheckInPlayerSumupResponse checkInPlayerWithSumup(checkInPlayerSumupRequest)
|
|
74
|
-
|
|
75
|
-
Check-in d\'un joueur avec création d\'un checkout SumUp
|
|
76
|
-
|
|
77
|
-
### Example
|
|
78
|
-
|
|
79
|
-
```typescript
|
|
80
|
-
import {
|
|
81
|
-
BookingsStaffApi,
|
|
82
|
-
Configuration,
|
|
83
|
-
CheckInPlayerSumupRequest
|
|
84
|
-
} from '@tennac-booking/sdk';
|
|
85
|
-
|
|
86
|
-
const configuration = new Configuration();
|
|
87
|
-
const apiInstance = new BookingsStaffApi(configuration);
|
|
88
|
-
|
|
89
|
-
let bookingId: string; // (default to undefined)
|
|
90
|
-
let checkInPlayerSumupRequest: CheckInPlayerSumupRequest; //
|
|
91
|
-
|
|
92
|
-
const { status, data } = await apiInstance.checkInPlayerWithSumup(
|
|
93
|
-
bookingId,
|
|
94
|
-
checkInPlayerSumupRequest
|
|
95
|
-
);
|
|
96
|
-
```
|
|
97
|
-
|
|
98
|
-
### Parameters
|
|
99
|
-
|
|
100
|
-
|Name | Type | Description | Notes|
|
|
101
|
-
|------------- | ------------- | ------------- | -------------|
|
|
102
|
-
| **checkInPlayerSumupRequest** | **CheckInPlayerSumupRequest**| | |
|
|
103
|
-
| **bookingId** | [**string**] | | defaults to undefined|
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
### Return type
|
|
107
|
-
|
|
108
|
-
**CheckInPlayerSumupResponse**
|
|
109
|
-
|
|
110
|
-
### Authorization
|
|
111
|
-
|
|
112
|
-
[bearerAuth](../README.md#bearerAuth)
|
|
113
|
-
|
|
114
|
-
### HTTP request headers
|
|
115
|
-
|
|
116
|
-
- **Content-Type**: application/json
|
|
117
|
-
- **Accept**: application/json
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
### HTTP response details
|
|
121
|
-
| Status code | Description | Response headers |
|
|
122
|
-
|-------------|-------------|------------------|
|
|
123
|
-
|**200** | Checkout SumUp déclenché | - |
|
|
124
|
-
|
|
125
|
-
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
126
|
-
|
|
127
71
|
# **createStaffBooking**
|
|
128
72
|
> BookingResponse createStaffBooking(staffCreateBookingRequest)
|
|
129
73
|
|
package/docs/BookingsUserApi.md
CHANGED
|
@@ -5,6 +5,7 @@ All URIs are relative to *http://localhost*
|
|
|
5
5
|
|Method | HTTP request | Description|
|
|
6
6
|
|------------- | ------------- | -------------|
|
|
7
7
|
|[**cancelBooking**](#cancelbooking) | **DELETE** /api/bookings/{bookingId} | |
|
|
8
|
+
|[**closeOpenBooking**](#closeopenbooking) | **POST** /api/bookings/{bookingId}/close | |
|
|
8
9
|
|[**createBooking**](#createbooking) | **POST** /api/bookings | |
|
|
9
10
|
|[**createOpenBooking**](#createopenbooking) | **POST** /api/bookings/open | |
|
|
10
11
|
|[**getOpenBookingPrice**](#getopenbookingprice) | **POST** /api/bookings/open/booking-price | |
|
|
@@ -61,6 +62,57 @@ const { status, data } = await apiInstance.cancelBooking(
|
|
|
61
62
|
|
|
62
63
|
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
63
64
|
|
|
65
|
+
# **closeOpenBooking**
|
|
66
|
+
> CloseOpenBookingResponse closeOpenBooking()
|
|
67
|
+
|
|
68
|
+
Fermer une réservation ouverte et la passer en ACTIVE Accessible uniquement au créateur de la réservation
|
|
69
|
+
|
|
70
|
+
### Example
|
|
71
|
+
|
|
72
|
+
```typescript
|
|
73
|
+
import {
|
|
74
|
+
BookingsUserApi,
|
|
75
|
+
Configuration
|
|
76
|
+
} from '@tennac-booking/sdk';
|
|
77
|
+
|
|
78
|
+
const configuration = new Configuration();
|
|
79
|
+
const apiInstance = new BookingsUserApi(configuration);
|
|
80
|
+
|
|
81
|
+
let bookingId: string; // (default to undefined)
|
|
82
|
+
|
|
83
|
+
const { status, data } = await apiInstance.closeOpenBooking(
|
|
84
|
+
bookingId
|
|
85
|
+
);
|
|
86
|
+
```
|
|
87
|
+
|
|
88
|
+
### Parameters
|
|
89
|
+
|
|
90
|
+
|Name | Type | Description | Notes|
|
|
91
|
+
|------------- | ------------- | ------------- | -------------|
|
|
92
|
+
| **bookingId** | [**string**] | | defaults to undefined|
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
### Return type
|
|
96
|
+
|
|
97
|
+
**CloseOpenBookingResponse**
|
|
98
|
+
|
|
99
|
+
### Authorization
|
|
100
|
+
|
|
101
|
+
[bearerAuth](../README.md#bearerAuth)
|
|
102
|
+
|
|
103
|
+
### HTTP request headers
|
|
104
|
+
|
|
105
|
+
- **Content-Type**: Not defined
|
|
106
|
+
- **Accept**: application/json
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
### HTTP response details
|
|
110
|
+
| Status code | Description | Response headers |
|
|
111
|
+
|-------------|-------------|------------------|
|
|
112
|
+
|**200** | Réservation fermée et activée avec succès | - |
|
|
113
|
+
|
|
114
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
115
|
+
|
|
64
116
|
# **createBooking**
|
|
65
117
|
> BookingResponse createBooking(createBookingRequest)
|
|
66
118
|
|
|
@@ -166,7 +218,7 @@ const { status, data } = await apiInstance.createOpenBooking(
|
|
|
166
218
|
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
167
219
|
|
|
168
220
|
# **getOpenBookingPrice**
|
|
169
|
-
>
|
|
221
|
+
> BookingPriceResponse getOpenBookingPrice(openBookingPriceBody)
|
|
170
222
|
|
|
171
223
|
Calculer le prix d\'une réservation ouverte avec joueurs initiaux
|
|
172
224
|
|
|
@@ -176,16 +228,16 @@ Calculer le prix d\'une réservation ouverte avec joueurs initiaux
|
|
|
176
228
|
import {
|
|
177
229
|
BookingsUserApi,
|
|
178
230
|
Configuration,
|
|
179
|
-
|
|
231
|
+
OpenBookingPriceBody
|
|
180
232
|
} from '@tennac-booking/sdk';
|
|
181
233
|
|
|
182
234
|
const configuration = new Configuration();
|
|
183
235
|
const apiInstance = new BookingsUserApi(configuration);
|
|
184
236
|
|
|
185
|
-
let
|
|
237
|
+
let openBookingPriceBody: OpenBookingPriceBody; //
|
|
186
238
|
|
|
187
239
|
const { status, data } = await apiInstance.getOpenBookingPrice(
|
|
188
|
-
|
|
240
|
+
openBookingPriceBody
|
|
189
241
|
);
|
|
190
242
|
```
|
|
191
243
|
|
|
@@ -193,12 +245,12 @@ const { status, data } = await apiInstance.getOpenBookingPrice(
|
|
|
193
245
|
|
|
194
246
|
|Name | Type | Description | Notes|
|
|
195
247
|
|------------- | ------------- | ------------- | -------------|
|
|
196
|
-
| **
|
|
248
|
+
| **openBookingPriceBody** | **OpenBookingPriceBody**| | |
|
|
197
249
|
|
|
198
250
|
|
|
199
251
|
### Return type
|
|
200
252
|
|
|
201
|
-
**
|
|
253
|
+
**BookingPriceResponse**
|
|
202
254
|
|
|
203
255
|
### Authorization
|
|
204
256
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# CloseOpenBookingResponse
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
## Properties
|
|
@@ -6,18 +6,16 @@
|
|
|
6
6
|
Name | Type | Description | Notes
|
|
7
7
|
------------ | ------------- | ------------- | -------------
|
|
8
8
|
**message** | **string** | Message de confirmation | [default to undefined]
|
|
9
|
-
**
|
|
10
|
-
**sumupPayment** | [**CheckInSumupPaymentInfo**](CheckInSumupPaymentInfo.md) | | [optional] [default to undefined]
|
|
9
|
+
**booking** | [**BookingInfo**](BookingInfo.md) | | [default to undefined]
|
|
11
10
|
|
|
12
11
|
## Example
|
|
13
12
|
|
|
14
13
|
```typescript
|
|
15
|
-
import {
|
|
14
|
+
import { CloseOpenBookingResponse } from '@tennac-booking/sdk';
|
|
16
15
|
|
|
17
|
-
const instance:
|
|
16
|
+
const instance: CloseOpenBookingResponse = {
|
|
18
17
|
message,
|
|
19
|
-
|
|
20
|
-
sumupPayment,
|
|
18
|
+
booking,
|
|
21
19
|
};
|
|
22
20
|
```
|
|
23
21
|
|
package/docs/ClubPageResponse.md
CHANGED
|
@@ -16,7 +16,14 @@ Name | Type | Description | Notes
|
|
|
16
16
|
**isActive** | **boolean** | Statut d\'activation du club | [default to undefined]
|
|
17
17
|
**paymentFeature** | **boolean** | Indique si le club utilise la fonctionnalité de paiement | [optional] [default to undefined]
|
|
18
18
|
**isNoShowEnabled** | **boolean** | Indique si la fonctionnalité \"no show\" est activée | [optional] [default to undefined]
|
|
19
|
+
**clubCustomerStatus** | [**ClubPageResponseClubCustomerStatus**](ClubPageResponseClubCustomerStatus.md) | | [optional] [default to undefined]
|
|
19
20
|
**sports** | **Array<string>** | Liste des sports proposés par le club (identifiés par leur clé) | [optional] [default to undefined]
|
|
21
|
+
**courtsCount** | **number** | Nombre total de terrains du club | [optional] [default to undefined]
|
|
22
|
+
**courtsCountBySport** | **{ [key: string]: number; }** | Construct a type with a set of properties K of type T | [optional] [default to undefined]
|
|
23
|
+
**surfacesBySport** | **{ [key: string]: Array<SurfaceType>; }** | Construct a type with a set of properties K of type T | [optional] [default to undefined]
|
|
24
|
+
**indoorOutdoorBySport** | **{ [key: string]: Array<CourtEnvironment>; }** | Construct a type with a set of properties K of type T | [optional] [default to undefined]
|
|
25
|
+
**slotDurationsBySport** | **{ [key: string]: Array<number>; }** | Construct a type with a set of properties K of type T | [optional] [default to undefined]
|
|
26
|
+
**bookingPeriodInDays** | **number** | Période de réservation en jours | [optional] [default to undefined]
|
|
20
27
|
**clubPresentation** | [**ClubPresentation**](ClubPresentation.md) | | [default to undefined]
|
|
21
28
|
**comingEvents** | [**Array<ClubEvent>**](ClubEvent.md) | | [default to undefined]
|
|
22
29
|
**comingClosures** | [**Array<ClubEvent>**](ClubEvent.md) | | [default to undefined]
|
|
@@ -42,7 +49,14 @@ const instance: ClubPageResponse = {
|
|
|
42
49
|
isActive,
|
|
43
50
|
paymentFeature,
|
|
44
51
|
isNoShowEnabled,
|
|
52
|
+
clubCustomerStatus,
|
|
45
53
|
sports,
|
|
54
|
+
courtsCount,
|
|
55
|
+
courtsCountBySport,
|
|
56
|
+
surfacesBySport,
|
|
57
|
+
indoorOutdoorBySport,
|
|
58
|
+
slotDurationsBySport,
|
|
59
|
+
bookingPeriodInDays,
|
|
46
60
|
clubPresentation,
|
|
47
61
|
comingEvents,
|
|
48
62
|
comingClosures,
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# ClubPageResponseClubCustomerStatus
|
|
2
|
+
|
|
3
|
+
Statut du client dans le club (si l\'utilisateur est connecte)
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**isNoShowForced** | **boolean** | | [default to undefined]
|
|
10
|
+
**isFree** | **boolean** | | [default to undefined]
|
|
11
|
+
**isIllimited** | **boolean** | | [default to undefined]
|
|
12
|
+
**isBanned** | **boolean** | | [default to undefined]
|
|
13
|
+
|
|
14
|
+
## Example
|
|
15
|
+
|
|
16
|
+
```typescript
|
|
17
|
+
import { ClubPageResponseClubCustomerStatus } from '@tennac-booking/sdk';
|
|
18
|
+
|
|
19
|
+
const instance: ClubPageResponseClubCustomerStatus = {
|
|
20
|
+
isNoShowForced,
|
|
21
|
+
isFree,
|
|
22
|
+
isIllimited,
|
|
23
|
+
isBanned,
|
|
24
|
+
};
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
# ClubPricingPeriodPayload
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**_id** | **string** | | [optional] [default to undefined]
|
|
9
|
+
**id** | **string** | | [optional] [default to undefined]
|
|
10
|
+
**name** | **string** | | [default to undefined]
|
|
11
|
+
**weekDays** | [**Array<WeekdayKey>**](WeekdayKey.md) | | [default to undefined]
|
|
12
|
+
**startTime** | **number** | | [default to undefined]
|
|
13
|
+
**endTime** | **number** | | [default to undefined]
|
|
14
|
+
**priceVariation** | **number** | | [optional] [default to undefined]
|
|
15
|
+
|
|
16
|
+
## Example
|
|
17
|
+
|
|
18
|
+
```typescript
|
|
19
|
+
import { ClubPricingPeriodPayload } from '@tennac-booking/sdk';
|
|
20
|
+
|
|
21
|
+
const instance: ClubPricingPeriodPayload = {
|
|
22
|
+
_id,
|
|
23
|
+
id,
|
|
24
|
+
name,
|
|
25
|
+
weekDays,
|
|
26
|
+
startTime,
|
|
27
|
+
endTime,
|
|
28
|
+
priceVariation,
|
|
29
|
+
};
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
|
|
6
6
|
Name | Type | Description | Notes
|
|
7
7
|
------------ | ------------- | ------------- | -------------
|
|
8
|
-
**
|
|
8
|
+
**_id** | **string** | | [default to undefined]
|
|
9
9
|
**name** | **string** | | [default to undefined]
|
|
10
|
-
**
|
|
10
|
+
**weekDays** | [**Array<WeekdayKey>**](WeekdayKey.md) | | [default to undefined]
|
|
11
11
|
**startTime** | **number** | | [default to undefined]
|
|
12
12
|
**endTime** | **number** | | [default to undefined]
|
|
13
|
-
**
|
|
13
|
+
**priceVariation** | **number** | | [default to undefined]
|
|
14
14
|
|
|
15
15
|
## Example
|
|
16
16
|
|
|
@@ -18,12 +18,12 @@ Name | Type | Description | Notes
|
|
|
18
18
|
import { ClubPricingPeriodResponse } from '@tennac-booking/sdk';
|
|
19
19
|
|
|
20
20
|
const instance: ClubPricingPeriodResponse = {
|
|
21
|
-
|
|
21
|
+
_id,
|
|
22
22
|
name,
|
|
23
|
-
|
|
23
|
+
weekDays,
|
|
24
24
|
startTime,
|
|
25
25
|
endTime,
|
|
26
|
-
|
|
26
|
+
priceVariation,
|
|
27
27
|
};
|
|
28
28
|
```
|
|
29
29
|
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
Name | Type | Description | Notes
|
|
7
7
|
------------ | ------------- | ------------- | -------------
|
|
8
8
|
**maxWeeklyBookings** | **number** | | [default to undefined]
|
|
9
|
-
**
|
|
9
|
+
**maxSlotsPerBooking** | **number** | | [default to undefined]
|
|
10
10
|
**cancellationDelayInHours** | **number** | | [default to undefined]
|
|
11
11
|
**bookingPeriodInDays** | **number** | | [default to undefined]
|
|
12
12
|
|
|
@@ -17,7 +17,7 @@ import { ClubReservationSettingsResponse } from '@tennac-booking/sdk';
|
|
|
17
17
|
|
|
18
18
|
const instance: ClubReservationSettingsResponse = {
|
|
19
19
|
maxWeeklyBookings,
|
|
20
|
-
|
|
20
|
+
maxSlotsPerBooking,
|
|
21
21
|
cancellationDelayInHours,
|
|
22
22
|
bookingPeriodInDays,
|
|
23
23
|
};
|
package/docs/ClubResponse.md
CHANGED
|
@@ -12,6 +12,7 @@ Name | Type | Description | Notes
|
|
|
12
12
|
**email** | **string** | Email du club | [optional] [default to undefined]
|
|
13
13
|
**phone** | **string** | Téléphone du club | [optional] [default to undefined]
|
|
14
14
|
**picture** | **string** | URL de l\'image du club | [optional] [default to undefined]
|
|
15
|
+
**logo** | **string** | URL du logo du club (alias de picture) | [optional] [default to undefined]
|
|
15
16
|
**location** | [**ClubResponseLocation**](ClubResponseLocation.md) | | [optional] [default to undefined]
|
|
16
17
|
**isActive** | **boolean** | Statut d\'activation du club | [default to undefined]
|
|
17
18
|
**paymentFeature** | **boolean** | Indique si le club utilise la fonctionnalité de paiement | [optional] [default to undefined]
|
|
@@ -19,8 +20,12 @@ Name | Type | Description | Notes
|
|
|
19
20
|
**clubDashBoardUrl** | **string** | URL du dashboard Stripe du club | [optional] [default to undefined]
|
|
20
21
|
**isNoShowEnabled** | **boolean** | Indique si la fonctionnalité \"no show\" est activée | [optional] [default to undefined]
|
|
21
22
|
**sports** | **Array<string>** | Liste des sports proposés par le club (identifiés par leur clé) | [optional] [default to undefined]
|
|
23
|
+
**courtsCount** | **number** | Nombre total de terrains du club | [optional] [default to undefined]
|
|
24
|
+
**courtsCountBySport** | **{ [key: string]: number; }** | Construct a type with a set of properties K of type T | [optional] [default to undefined]
|
|
25
|
+
**surfacesBySport** | **{ [key: string]: Array<SurfaceType>; }** | Construct a type with a set of properties K of type T | [optional] [default to undefined]
|
|
26
|
+
**indoorOutdoorBySport** | **{ [key: string]: Array<CourtEnvironment>; }** | Construct a type with a set of properties K of type T | [optional] [default to undefined]
|
|
27
|
+
**slotDurationsBySport** | **{ [key: string]: Array<number>; }** | Construct a type with a set of properties K of type T | [optional] [default to undefined]
|
|
22
28
|
**allowMultipleBookingsAtTheSameTime** | **boolean** | Autoriser plusieurs réservations en même temps | [optional] [default to undefined]
|
|
23
|
-
**sameTimeBookingsLimit** | **number** | Limite de réservations simultanées (même créneau) | [optional] [default to undefined]
|
|
24
29
|
**maxSlotsPerBooking** | **number** | | [optional] [default to undefined]
|
|
25
30
|
**cancellationLimitHours** | **number** | Limite d\'annulation en heures | [optional] [default to undefined]
|
|
26
31
|
**maxWeeklyBookings** | **number** | Nombre maximum de réservations par semaine | [optional] [default to undefined]
|
|
@@ -40,6 +45,7 @@ const instance: ClubResponse = {
|
|
|
40
45
|
email,
|
|
41
46
|
phone,
|
|
42
47
|
picture,
|
|
48
|
+
logo,
|
|
43
49
|
location,
|
|
44
50
|
isActive,
|
|
45
51
|
paymentFeature,
|
|
@@ -47,8 +53,12 @@ const instance: ClubResponse = {
|
|
|
47
53
|
clubDashBoardUrl,
|
|
48
54
|
isNoShowEnabled,
|
|
49
55
|
sports,
|
|
56
|
+
courtsCount,
|
|
57
|
+
courtsCountBySport,
|
|
58
|
+
surfacesBySport,
|
|
59
|
+
indoorOutdoorBySport,
|
|
60
|
+
slotDurationsBySport,
|
|
50
61
|
allowMultipleBookingsAtTheSameTime,
|
|
51
|
-
sameTimeBookingsLimit,
|
|
52
62
|
maxSlotsPerBooking,
|
|
53
63
|
cancellationLimitHours,
|
|
54
64
|
maxWeeklyBookings,
|
package/docs/ClubSummary.md
CHANGED
|
@@ -14,6 +14,9 @@ Name | Type | Description | Notes
|
|
|
14
14
|
**address** | **string** | | [optional] [default to undefined]
|
|
15
15
|
**description** | **string** | | [optional] [default to undefined]
|
|
16
16
|
**visitCount** | **number** | | [optional] [default to undefined]
|
|
17
|
+
**lastPlayedAt** | **string** | | [optional] [default to undefined]
|
|
18
|
+
**distanceInMeters** | **number** | | [optional] [default to undefined]
|
|
19
|
+
**distanceInKm** | **number** | | [optional] [default to undefined]
|
|
17
20
|
**tags** | **Array<string>** | | [optional] [default to undefined]
|
|
18
21
|
|
|
19
22
|
## Example
|
|
@@ -31,6 +34,9 @@ const instance: ClubSummary = {
|
|
|
31
34
|
address,
|
|
32
35
|
description,
|
|
33
36
|
visitCount,
|
|
37
|
+
lastPlayedAt,
|
|
38
|
+
distanceInMeters,
|
|
39
|
+
distanceInKm,
|
|
34
40
|
tags,
|
|
35
41
|
};
|
|
36
42
|
```
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# ComingEventsPageResponse
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**events** | [**Array<EventResponse>**](EventResponse.md) | | [default to undefined]
|
|
9
|
+
**pagination** | [**PaginationInfo**](PaginationInfo.md) | | [default to undefined]
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```typescript
|
|
14
|
+
import { ComingEventsPageResponse } from '@tennac-booking/sdk';
|
|
15
|
+
|
|
16
|
+
const instance: ComingEventsPageResponse = {
|
|
17
|
+
events,
|
|
18
|
+
pagination,
|
|
19
|
+
};
|
|
20
|
+
```
|
|
21
|
+
|
|
22
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# CourtEnvironment
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Enum
|
|
5
|
+
|
|
6
|
+
* `Indoor` (value: `'indoor'`)
|
|
7
|
+
|
|
8
|
+
* `Outdoor` (value: `'outdoor'`)
|
|
9
|
+
|
|
10
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|