@tennac-booking/sdk 1.0.218 → 1.0.219
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 +24 -41
- package/README.md +38 -64
- package/api.ts +1733 -3004
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +1419 -2447
- package/dist/api.js +932 -1382
- 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 +1419 -2447
- package/dist/esm/api.js +915 -1369
- 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/AgendaBooking.md +0 -2
- package/docs/BookingPopulated.md +1 -9
- package/docs/BookingSummary.md +0 -4
- package/docs/BookingsApi.md +79 -25
- package/docs/BookingsStaffApi.md +57 -1
- package/docs/BookingsUserApi.md +6 -6
- package/docs/CheckInPlayerSumupRequest.md +22 -0
- package/docs/CheckInPlayerSumupResponse.md +24 -0
- package/docs/CheckInSumupPaymentInfo.md +26 -0
- package/docs/ClubPageResponse.md +0 -14
- package/docs/ClubPricingPeriodResponse.md +6 -6
- package/docs/ClubReservationSettingsResponse.md +2 -2
- package/docs/ClubResponse.md +2 -12
- package/docs/ClubSummary.md +0 -6
- package/docs/CreateOpenBookingRequest.md +2 -4
- package/docs/CreateSubscriptionPlanRequestDiscount.md +0 -4
- package/docs/EventBookingDetailSummary.md +0 -2
- package/docs/EventBookingResponse.md +0 -2
- package/docs/EventResponse.md +0 -2
- package/docs/EventsApi.md +0 -58
- package/docs/EventsStaffApi.md +25 -119
- package/docs/GetClubsWithVerificationDomains200ResponseInner.md +0 -2
- package/docs/GetOpenBookingPrice200Response.md +24 -0
- package/docs/GetOpenBookingPriceRequest.md +26 -0
- package/docs/IUserAttributes.md +0 -4
- package/docs/JoinPriceEstimateResponse.md +38 -0
- package/docs/JoinPriceEstimateResponseSubscriptionInfo.md +25 -0
- package/docs/MyClubInfosResponse.md +2 -0
- package/docs/OpenBookingInfo.md +2 -4
- package/docs/OpenBookingSlotInfo.md +24 -0
- package/docs/PaymentIntentResult.md +28 -0
- package/docs/{SupportedLanguage.md → PaymentProviderType.md} +3 -3
- package/docs/{CourtEnvironment.md → PaymentStatus.md} +7 -3
- package/docs/PaymentsStaffApi.md +124 -0
- package/docs/PublicEmailApi.md +4 -4
- package/docs/QuickReservationClubSummary.md +0 -12
- package/docs/SportResponse.md +0 -2
- package/docs/StaffEventBookingResponse.md +0 -2
- package/docs/StaffEventsPaginatedResponse.md +26 -0
- package/docs/StaffUserProfileResponse.md +0 -4
- package/docs/SubscriptionPlanDiscountResponse.md +0 -2
- package/docs/SubscriptionPlanDiscountUpdateRequest.md +0 -2
- package/docs/SumUpApi.md +63 -0
- package/docs/SumUpManagerApi.md +332 -0
- package/docs/SumupAccountStatusResponse.md +32 -0
- package/docs/{VerifyVerificationCodeResponse.md → SumupCancelPaymentRequest.md} +5 -5
- package/docs/{RequestVerificationCodeResponse.md → SumupConnectUrlResponse.md} +5 -5
- package/docs/SumupCreatePaymentRequest.md +32 -0
- package/docs/SumupOAuthCallbackResponse.md +24 -0
- package/docs/SumupPairReaderRequest.md +22 -0
- package/docs/{MarkNotificationsReadResponse.md → SumupPairReaderResponse.md} +5 -5
- package/docs/SumupReaderInfo.md +34 -0
- package/docs/{Health200Response.md → SumupReadersResponse.md} +5 -7
- package/docs/UpdateClubHoursSettingsRequest.md +1 -1
- package/docs/UpdateClubReservationSettingsRequest.md +2 -2
- package/docs/UserClubMembership.md +0 -2
- package/docs/UserProfileResponse.md +0 -12
- package/docs/UsersApi.md +0 -273
- package/docs/WaitListStaffApi.md +0 -55
- package/index.ts +1 -1
- package/package.json +1 -1
- package/docs/AuthApi.md +0 -113
- package/docs/ClubPageResponseClubCustomerStatus.md +0 -27
- package/docs/ClubPricingPeriodPayload.md +0 -32
- package/docs/ComingEventsPageResponse.md +0 -22
- package/docs/EstimateOpenBookingJoinRequest.md +0 -24
- package/docs/JobResult.md +0 -24
- package/docs/JobsApi.md +0 -367
- package/docs/JoinOpenBookingRequest.md +0 -28
- package/docs/MarkNotificationsReadRequest.md +0 -22
- package/docs/NotificationData.md +0 -22
- package/docs/NotificationParticipantPreview.md +0 -22
- package/docs/NotificationPreview.md +0 -60
- package/docs/NotificationResponse.md +0 -36
- package/docs/NotificationType.md +0 -26
- package/docs/OpenBookingBasePriceResponse.md +0 -24
- package/docs/OpenBookingJoinEstimateResponse.md +0 -26
- package/docs/OpenBookingPriceBody.md +0 -26
- package/docs/PartnerSearchItem.md +0 -28
- package/docs/PartnerSearchResponse.md +0 -22
- package/docs/PartnerSearchResponseMeta.md +0 -26
- package/docs/PricingPeriodDiscount.md +0 -24
- package/docs/QuickReservationCourtType.md +0 -10
- package/docs/RequestOrganizationEmailCodeBody.md +0 -22
- package/docs/RequestOrganizationEmailCodeResponse.md +0 -22
- package/docs/RequestVerificationCodeBody.md +0 -26
- package/docs/StaffEventsPageResponse.md +0 -22
- package/docs/UserNextBookingSummary.md +0 -26
- package/docs/UserNotificationsResponse.md +0 -22
- package/docs/UserNotificationsResponseMeta.md +0 -28
- package/docs/VerifyOrganizationEmailCodeBody.md +0 -24
- package/docs/VerifyOrganizationEmailCodeResponse.md +0 -22
- package/docs/VerifyVerificationCodeBody.md +0 -24
- package/docs/WaitListEntryWithPlayer.md +0 -44
- package/docs/WaitListPlayer.md +0 -28
- package/docs/WaitListPlayersListResponse.md +0 -22
package/dist/esm/base.d.ts
CHANGED
package/dist/esm/base.js
CHANGED
package/dist/esm/common.d.ts
CHANGED
package/dist/esm/common.js
CHANGED
package/dist/esm/index.d.ts
CHANGED
package/dist/esm/index.js
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
package/docs/AgendaBooking.md
CHANGED
|
@@ -7,7 +7,6 @@ Name | Type | Description | Notes
|
|
|
7
7
|
------------ | ------------- | ------------- | -------------
|
|
8
8
|
**id** | **string** | | [default to undefined]
|
|
9
9
|
**status** | [**BookingStatus**](BookingStatus.md) | | [default to undefined]
|
|
10
|
-
**isOpen** | **boolean** | | [default to undefined]
|
|
11
10
|
**creatorName** | **string** | | [default to undefined]
|
|
12
11
|
**players** | [**Array<AgendaBookingPlayer>**](AgendaBookingPlayer.md) | | [default to undefined]
|
|
13
12
|
**paymentStatus** | [**BookingInvoicePaymentStatus**](BookingInvoicePaymentStatus.md) | | [default to undefined]
|
|
@@ -21,7 +20,6 @@ import { AgendaBooking } from '@tennac-booking/sdk';
|
|
|
21
20
|
const instance: AgendaBooking = {
|
|
22
21
|
id,
|
|
23
22
|
status,
|
|
24
|
-
isOpen,
|
|
25
23
|
creatorName,
|
|
26
24
|
players,
|
|
27
25
|
paymentStatus,
|
package/docs/BookingPopulated.md
CHANGED
|
@@ -8,7 +8,7 @@ Name | Type | Description | Notes
|
|
|
8
8
|
**id** | **string** | ID de la réservation | [default to undefined]
|
|
9
9
|
**clubId** | **string** | | [default to undefined]
|
|
10
10
|
**creator** | [**UserInfo**](UserInfo.md) | | [default to undefined]
|
|
11
|
-
**slotInfos** | [**
|
|
11
|
+
**slotInfos** | [**SlotInfo**](SlotInfo.md) | | [default to undefined]
|
|
12
12
|
**players** | [**Array<UserInfo>**](UserInfo.md) | | [default to undefined]
|
|
13
13
|
**initialPlayers** | [**Array<UserInfo>**](UserInfo.md) | Joueurs inclus à la création de la réservation (pour les créneaux ouverts) | [optional] [default to undefined]
|
|
14
14
|
**paymentByPlayers** | [**Array<PaymentByPlayerInfo>**](PaymentByPlayerInfo.md) | Statut des paiements par joueur | [default to undefined]
|
|
@@ -21,10 +21,6 @@ Name | Type | Description | Notes
|
|
|
21
21
|
**cancelledByManager** | **boolean** | | [optional] [default to undefined]
|
|
22
22
|
**cancelledBy** | **string** | | [optional] [default to undefined]
|
|
23
23
|
**cancellationReason** | **string** | | [optional] [default to undefined]
|
|
24
|
-
**isOpen** | **boolean** | | [default to undefined]
|
|
25
|
-
**description** | **string** | | [optional] [default to undefined]
|
|
26
|
-
**minLevel** | **string** | | [optional] [default to undefined]
|
|
27
|
-
**maxPlayers** | **number** | | [optional] [default to undefined]
|
|
28
24
|
|
|
29
25
|
## Example
|
|
30
26
|
|
|
@@ -48,10 +44,6 @@ const instance: BookingPopulated = {
|
|
|
48
44
|
cancelledByManager,
|
|
49
45
|
cancelledBy,
|
|
50
46
|
cancellationReason,
|
|
51
|
-
isOpen,
|
|
52
|
-
description,
|
|
53
|
-
minLevel,
|
|
54
|
-
maxPlayers,
|
|
55
47
|
};
|
|
56
48
|
```
|
|
57
49
|
|
package/docs/BookingSummary.md
CHANGED
|
@@ -52,8 +52,6 @@ Name | Type | Description | Notes
|
|
|
52
52
|
**court** | [**BookingCourtInfo**](BookingCourtInfo.md) | | [optional] [default to undefined]
|
|
53
53
|
**sport** | [**BookingSportInfo**](BookingSportInfo.md) | | [optional] [default to undefined]
|
|
54
54
|
**players** | [**Array<BookingPlayerPaymentSummary>**](BookingPlayerPaymentSummary.md) | | [default to undefined]
|
|
55
|
-
**userParticipationStatus** | **string** | | [optional] [default to undefined]
|
|
56
|
-
**waitListPosition** | **number** | | [optional] [default to undefined]
|
|
57
55
|
|
|
58
56
|
## Example
|
|
59
57
|
|
|
@@ -108,8 +106,6 @@ const instance: BookingSummary = {
|
|
|
108
106
|
court,
|
|
109
107
|
sport,
|
|
110
108
|
players,
|
|
111
|
-
userParticipationStatus,
|
|
112
|
-
waitListPosition,
|
|
113
109
|
};
|
|
114
110
|
```
|
|
115
111
|
|
package/docs/BookingsApi.md
CHANGED
|
@@ -5,11 +5,12 @@ 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
|
+
|[**estimateOpenBookingJoinPrice**](#estimateopenbookingjoinprice) | **GET** /api/bookings/{bookingId}/open/estimate | |
|
|
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
|
-
|[**
|
|
12
|
+
|[**getJoinPriceEstimate**](#getjoinpriceestimate) | **GET** /api/bookings/{bookingId}/join-price-estimate | |
|
|
13
|
+
|[**getOpenBookingJoinPrice**](#getopenbookingjoinprice) | **GET** /api/bookings/{bookingId}/open/join-price | |
|
|
13
14
|
|[**getOpenBookings**](#getopenbookings) | **GET** /api/bookings/open | |
|
|
14
15
|
|[**getQuickReservationSlots**](#getquickreservationslots) | **GET** /api/bookings/quick-reservations | |
|
|
15
16
|
|[**joinOpenBooking**](#joinopenbooking) | **POST** /api/bookings/{bookingId}/open/join | |
|
|
@@ -67,29 +68,28 @@ No authorization required
|
|
|
67
68
|
|
|
68
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)
|
|
69
70
|
|
|
70
|
-
# **
|
|
71
|
-
>
|
|
71
|
+
# **estimateOpenBookingJoinPrice**
|
|
72
|
+
> EstimateOpenEventBookingJoinPrice200Response estimateOpenBookingJoinPrice()
|
|
72
73
|
|
|
73
|
-
|
|
74
|
+
Estimer le prix pour rejoindre une réservation ouverte
|
|
74
75
|
|
|
75
76
|
### Example
|
|
76
77
|
|
|
77
78
|
```typescript
|
|
78
79
|
import {
|
|
79
80
|
BookingsApi,
|
|
80
|
-
Configuration
|
|
81
|
-
EstimateOpenBookingJoinRequest
|
|
81
|
+
Configuration
|
|
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 creditToUseInCents: number; // (optional) (default to undefined)
|
|
89
89
|
|
|
90
|
-
const { status, data } = await apiInstance.
|
|
90
|
+
const { status, data } = await apiInstance.estimateOpenBookingJoinPrice(
|
|
91
91
|
bookingId,
|
|
92
|
-
|
|
92
|
+
creditToUseInCents
|
|
93
93
|
);
|
|
94
94
|
```
|
|
95
95
|
|
|
@@ -97,13 +97,13 @@ const { status, data } = await apiInstance.estimateOpenBookingJoin(
|
|
|
97
97
|
|
|
98
98
|
|Name | Type | Description | Notes|
|
|
99
99
|
|------------- | ------------- | ------------- | -------------|
|
|
100
|
-
| **estimateOpenBookingJoinRequest** | **EstimateOpenBookingJoinRequest**| | |
|
|
101
100
|
| **bookingId** | [**string**] | | defaults to undefined|
|
|
101
|
+
| **creditToUseInCents** | [**number**] | | (optional) defaults to undefined|
|
|
102
102
|
|
|
103
103
|
|
|
104
104
|
### Return type
|
|
105
105
|
|
|
106
|
-
**
|
|
106
|
+
**EstimateOpenEventBookingJoinPrice200Response**
|
|
107
107
|
|
|
108
108
|
### Authorization
|
|
109
109
|
|
|
@@ -111,14 +111,14 @@ const { status, data } = await apiInstance.estimateOpenBookingJoin(
|
|
|
111
111
|
|
|
112
112
|
### HTTP request headers
|
|
113
113
|
|
|
114
|
-
- **Content-Type**:
|
|
114
|
+
- **Content-Type**: Not defined
|
|
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** | Estimation du prix calculée | - |
|
|
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
|
+
# **getJoinPriceEstimate**
|
|
280
|
+
> JoinPriceEstimateResponse getJoinPriceEstimate()
|
|
281
281
|
|
|
282
|
-
|
|
282
|
+
Estimation complète du prix pour rejoindre une réservation ouverte Retourne tous les détails: prix de base, réductions, crédits disponibles, et prix final
|
|
283
283
|
|
|
284
284
|
### Example
|
|
285
285
|
|
|
@@ -293,8 +293,62 @@ 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|
|
|
296
310
|
|
|
297
|
-
|
|
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(
|
|
298
352
|
bookingId
|
|
299
353
|
);
|
|
300
354
|
```
|
|
@@ -308,7 +362,7 @@ const { status, data } = await apiInstance.getOpenBookingBasePrice(
|
|
|
308
362
|
|
|
309
363
|
### Return type
|
|
310
364
|
|
|
311
|
-
**
|
|
365
|
+
**GetOpenEventBookingJoinPrice200Response**
|
|
312
366
|
|
|
313
367
|
### Authorization
|
|
314
368
|
|
|
@@ -323,7 +377,7 @@ const { status, data } = await apiInstance.getOpenBookingBasePrice(
|
|
|
323
377
|
### HTTP response details
|
|
324
378
|
| Status code | Description | Response headers |
|
|
325
379
|
|-------------|-------------|------------------|
|
|
326
|
-
|**200** | Prix
|
|
380
|
+
|**200** | Prix à payer calculé | - |
|
|
327
381
|
|
|
328
382
|
[[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)
|
|
329
383
|
|
|
@@ -459,7 +513,7 @@ No authorization required
|
|
|
459
513
|
[[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)
|
|
460
514
|
|
|
461
515
|
# **joinOpenBooking**
|
|
462
|
-
> JoinOpenBookingResponse joinOpenBooking(
|
|
516
|
+
> JoinOpenBookingResponse joinOpenBooking(joinOpenEventBookingRequest)
|
|
463
517
|
|
|
464
518
|
|
|
465
519
|
### Example
|
|
@@ -468,18 +522,18 @@ No authorization required
|
|
|
468
522
|
import {
|
|
469
523
|
BookingsApi,
|
|
470
524
|
Configuration,
|
|
471
|
-
|
|
525
|
+
JoinOpenEventBookingRequest
|
|
472
526
|
} from '@tennac-booking/sdk';
|
|
473
527
|
|
|
474
528
|
const configuration = new Configuration();
|
|
475
529
|
const apiInstance = new BookingsApi(configuration);
|
|
476
530
|
|
|
477
531
|
let bookingId: string; // (default to undefined)
|
|
478
|
-
let
|
|
532
|
+
let joinOpenEventBookingRequest: JoinOpenEventBookingRequest; //
|
|
479
533
|
|
|
480
534
|
const { status, data } = await apiInstance.joinOpenBooking(
|
|
481
535
|
bookingId,
|
|
482
|
-
|
|
536
|
+
joinOpenEventBookingRequest
|
|
483
537
|
);
|
|
484
538
|
```
|
|
485
539
|
|
|
@@ -487,7 +541,7 @@ const { status, data } = await apiInstance.joinOpenBooking(
|
|
|
487
541
|
|
|
488
542
|
|Name | Type | Description | Notes|
|
|
489
543
|
|------------- | ------------- | ------------- | -------------|
|
|
490
|
-
| **
|
|
544
|
+
| **joinOpenEventBookingRequest** | **JoinOpenEventBookingRequest**| | |
|
|
491
545
|
| **bookingId** | [**string**] | | defaults to undefined|
|
|
492
546
|
|
|
493
547
|
|
package/docs/BookingsStaffApi.md
CHANGED
|
@@ -5,6 +5,7 @@ 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 | |
|
|
8
9
|
|[**createStaffBooking**](#createstaffbooking) | **POST** /api/bookings/staff | |
|
|
9
10
|
|[**getBookingById**](#getbookingbyid) | **GET** /api/bookings/{bookingId} | |
|
|
10
11
|
|[**getBookingHistoryStaff**](#getbookinghistorystaff) | **GET** /api/bookings/staff/history{bookingId} | |
|
|
@@ -16,7 +17,7 @@ All URIs are relative to *http://localhost*
|
|
|
16
17
|
# **checkInPlayer**
|
|
17
18
|
> CheckInPlayerResponse checkInPlayer(checkInPlayerRequest)
|
|
18
19
|
|
|
19
|
-
Check-in d\'un joueur (paiement en ligne ou sur place)
|
|
20
|
+
Check-in d\'un joueur sans SumUp (paiement en ligne ou sur place)
|
|
20
21
|
|
|
21
22
|
### Example
|
|
22
23
|
|
|
@@ -68,6 +69,61 @@ const { status, data } = await apiInstance.checkInPlayer(
|
|
|
68
69
|
|
|
69
70
|
[[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
71
|
|
|
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
|
+
|
|
71
127
|
# **createStaffBooking**
|
|
72
128
|
> BookingResponse createStaffBooking(staffCreateBookingRequest)
|
|
73
129
|
|
package/docs/BookingsUserApi.md
CHANGED
|
@@ -166,7 +166,7 @@ const { status, data } = await apiInstance.createOpenBooking(
|
|
|
166
166
|
[[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
167
|
|
|
168
168
|
# **getOpenBookingPrice**
|
|
169
|
-
>
|
|
169
|
+
> GetOpenBookingPrice200Response getOpenBookingPrice(getOpenBookingPriceRequest)
|
|
170
170
|
|
|
171
171
|
Calculer le prix d\'une réservation ouverte avec joueurs initiaux
|
|
172
172
|
|
|
@@ -176,16 +176,16 @@ Calculer le prix d\'une réservation ouverte avec joueurs initiaux
|
|
|
176
176
|
import {
|
|
177
177
|
BookingsUserApi,
|
|
178
178
|
Configuration,
|
|
179
|
-
|
|
179
|
+
GetOpenBookingPriceRequest
|
|
180
180
|
} from '@tennac-booking/sdk';
|
|
181
181
|
|
|
182
182
|
const configuration = new Configuration();
|
|
183
183
|
const apiInstance = new BookingsUserApi(configuration);
|
|
184
184
|
|
|
185
|
-
let
|
|
185
|
+
let getOpenBookingPriceRequest: GetOpenBookingPriceRequest; //
|
|
186
186
|
|
|
187
187
|
const { status, data } = await apiInstance.getOpenBookingPrice(
|
|
188
|
-
|
|
188
|
+
getOpenBookingPriceRequest
|
|
189
189
|
);
|
|
190
190
|
```
|
|
191
191
|
|
|
@@ -193,12 +193,12 @@ const { status, data } = await apiInstance.getOpenBookingPrice(
|
|
|
193
193
|
|
|
194
194
|
|Name | Type | Description | Notes|
|
|
195
195
|
|------------- | ------------- | ------------- | -------------|
|
|
196
|
-
| **
|
|
196
|
+
| **getOpenBookingPriceRequest** | **GetOpenBookingPriceRequest**| | |
|
|
197
197
|
|
|
198
198
|
|
|
199
199
|
### Return type
|
|
200
200
|
|
|
201
|
-
**
|
|
201
|
+
**GetOpenBookingPrice200Response**
|
|
202
202
|
|
|
203
203
|
### Authorization
|
|
204
204
|
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# CheckInPlayerSumupRequest
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**playerId** | **string** | ID du joueur qui a payé/est arrivé | [default to undefined]
|
|
9
|
+
**readerId** | **string** | Reader SumUp ciblé (optionnel) | [optional] [default to undefined]
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```typescript
|
|
14
|
+
import { CheckInPlayerSumupRequest } from '@tennac-booking/sdk';
|
|
15
|
+
|
|
16
|
+
const instance: CheckInPlayerSumupRequest = {
|
|
17
|
+
playerId,
|
|
18
|
+
readerId,
|
|
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,24 @@
|
|
|
1
|
+
# CheckInPlayerSumupResponse
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**message** | **string** | Message de confirmation | [default to undefined]
|
|
9
|
+
**invoice** | [**CheckedInPlayer**](CheckedInPlayer.md) | | [default to undefined]
|
|
10
|
+
**sumupPayment** | [**CheckInSumupPaymentInfo**](CheckInSumupPaymentInfo.md) | | [optional] [default to undefined]
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```typescript
|
|
15
|
+
import { CheckInPlayerSumupResponse } from '@tennac-booking/sdk';
|
|
16
|
+
|
|
17
|
+
const instance: CheckInPlayerSumupResponse = {
|
|
18
|
+
message,
|
|
19
|
+
invoice,
|
|
20
|
+
sumupPayment,
|
|
21
|
+
};
|
|
22
|
+
```
|
|
23
|
+
|
|
24
|
+
[[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,26 @@
|
|
|
1
|
+
# CheckInSumupPaymentInfo
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**paymentId** | **string** | ID du paiement SumUp | [default to undefined]
|
|
9
|
+
**checkoutId** | **string** | ID du checkout SumUp | [optional] [default to undefined]
|
|
10
|
+
**status** | [**PaymentStatus**](PaymentStatus.md) | | [default to undefined]
|
|
11
|
+
**readerId** | **string** | Reader SumUp utilisé | [optional] [default to undefined]
|
|
12
|
+
|
|
13
|
+
## Example
|
|
14
|
+
|
|
15
|
+
```typescript
|
|
16
|
+
import { CheckInSumupPaymentInfo } from '@tennac-booking/sdk';
|
|
17
|
+
|
|
18
|
+
const instance: CheckInSumupPaymentInfo = {
|
|
19
|
+
paymentId,
|
|
20
|
+
checkoutId,
|
|
21
|
+
status,
|
|
22
|
+
readerId,
|
|
23
|
+
};
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
package/docs/ClubPageResponse.md
CHANGED
|
@@ -16,14 +16,7 @@ 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]
|
|
20
19
|
**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]
|
|
27
20
|
**clubPresentation** | [**ClubPresentation**](ClubPresentation.md) | | [default to undefined]
|
|
28
21
|
**comingEvents** | [**Array<ClubEvent>**](ClubEvent.md) | | [default to undefined]
|
|
29
22
|
**comingClosures** | [**Array<ClubEvent>**](ClubEvent.md) | | [default to undefined]
|
|
@@ -49,14 +42,7 @@ const instance: ClubPageResponse = {
|
|
|
49
42
|
isActive,
|
|
50
43
|
paymentFeature,
|
|
51
44
|
isNoShowEnabled,
|
|
52
|
-
clubCustomerStatus,
|
|
53
45
|
sports,
|
|
54
|
-
courtsCount,
|
|
55
|
-
courtsCountBySport,
|
|
56
|
-
surfacesBySport,
|
|
57
|
-
indoorOutdoorBySport,
|
|
58
|
-
slotDurationsBySport,
|
|
59
|
-
bookingPeriodInDays,
|
|
60
46
|
clubPresentation,
|
|
61
47
|
comingEvents,
|
|
62
48
|
comingClosures,
|
|
@@ -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
|
+
**days** | **Array<string>** | | [default to undefined]
|
|
11
11
|
**startTime** | **number** | | [default to undefined]
|
|
12
12
|
**endTime** | **number** | | [default to undefined]
|
|
13
|
-
**
|
|
13
|
+
**variation** | **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
|
+
days,
|
|
24
24
|
startTime,
|
|
25
25
|
endTime,
|
|
26
|
-
|
|
26
|
+
variation,
|
|
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
|
+
**sameTimeBookingsLimit** | **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
|
+
sameTimeBookingsLimit,
|
|
21
21
|
cancellationDelayInHours,
|
|
22
22
|
bookingPeriodInDays,
|
|
23
23
|
};
|