@tennac-booking/sdk 1.0.88 → 1.0.89

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.
Files changed (102) hide show
  1. package/.openapi-generator/FILES +247 -256
  2. package/README.md +31 -49
  3. package/api.ts +4761 -5669
  4. package/base.ts +1 -1
  5. package/common.ts +1 -1
  6. package/configuration.ts +1 -1
  7. package/dist/api.d.ts +1405 -2010
  8. package/dist/api.js +483 -936
  9. package/dist/base.d.ts +1 -1
  10. package/dist/base.js +1 -1
  11. package/dist/common.d.ts +1 -1
  12. package/dist/common.js +1 -1
  13. package/dist/configuration.d.ts +1 -1
  14. package/dist/configuration.js +1 -1
  15. package/dist/esm/api.d.ts +1405 -2010
  16. package/dist/esm/api.js +471 -928
  17. package/dist/esm/base.d.ts +1 -1
  18. package/dist/esm/base.js +1 -1
  19. package/dist/esm/common.d.ts +1 -1
  20. package/dist/esm/common.js +1 -1
  21. package/dist/esm/configuration.d.ts +1 -1
  22. package/dist/esm/configuration.js +1 -1
  23. package/dist/esm/index.d.ts +1 -1
  24. package/dist/esm/index.js +1 -1
  25. package/dist/index.d.ts +1 -1
  26. package/dist/index.js +1 -1
  27. package/docs/{ConfirmPaymentMethodRequestBody.md → AddCreditsToCustomer200Response.md} +5 -5
  28. package/docs/AddCreditsToCustomerRequest.md +22 -0
  29. package/docs/BookingClubInfo.md +28 -0
  30. package/docs/BookingCourtInfo.md +22 -0
  31. package/docs/BookingInfo.md +2 -2
  32. package/docs/BookingPaymentStatus.md +24 -0
  33. package/docs/BookingPlayerPaymentSummary.md +34 -0
  34. package/docs/BookingPopulated.md +3 -3
  35. package/docs/BookingPriceBody.md +22 -0
  36. package/docs/BookingPriceResponse.md +22 -0
  37. package/docs/BookingResponse.md +2 -0
  38. package/docs/BookingSlotInfo.md +30 -0
  39. package/docs/{ClubDaySchedule.md → BookingSportInfo.md} +7 -7
  40. package/docs/BookingSummary.md +54 -2
  41. package/docs/BookingsApi.md +55 -0
  42. package/docs/ClubAnalyticsStaffApi.md +0 -173
  43. package/docs/ClubResponse.md +8 -0
  44. package/docs/ClubSettingsManagerApi.md +60 -54
  45. package/docs/ClubSettingsResponse.md +39 -0
  46. package/docs/ClubsApi.md +1 -1
  47. package/docs/ClubsManagerApi.md +58 -52
  48. package/docs/ClubsStaffApi.md +0 -44
  49. package/docs/CreateBookingRequest.md +4 -2
  50. package/docs/CreateClubSettingsRequest.md +34 -0
  51. package/docs/CreateEventRequest.md +1 -3
  52. package/docs/{AddPaymentMethodRequestBody.md → DeleteClubSettingsResponse.md} +5 -5
  53. package/docs/EventResponse.md +1 -1
  54. package/docs/{SetupPaymentMethodRequestBody.md → EventResponseCourtsInner.md} +3 -5
  55. package/docs/IUserAttributes.md +2 -12
  56. package/docs/InvoiceStatus.md +22 -0
  57. package/docs/MyClubInfosResponse.md +26 -0
  58. package/docs/PartialClubResponse.md +8 -0
  59. package/docs/PlayerPrice.md +30 -0
  60. package/docs/QuickReservationClubSport.md +22 -0
  61. package/docs/QuickReservationClubSummary.md +4 -0
  62. package/docs/SlotInfo.md +2 -2
  63. package/docs/SportsPublicApi.md +53 -0
  64. package/docs/StaffUserProfileResponse.md +2 -12
  65. package/docs/SubscribeRequestBody.md +2 -0
  66. package/docs/SubscriptionInfo.md +24 -0
  67. package/docs/UpdateClubSettingsRequest.md +32 -0
  68. package/docs/UpdateEventRequest.md +1 -1
  69. package/docs/UserApi.md +60 -0
  70. package/docs/UserBookingsResponse.md +28 -0
  71. package/docs/UserProfileResponse.md +4 -12
  72. package/docs/UsersApi.md +4 -160
  73. package/index.ts +1 -1
  74. package/package.json +1 -1
  75. package/docs/BookingDetailResponse.md +0 -46
  76. package/docs/ClubGeneralSettingsResponse.md +0 -32
  77. package/docs/ClubHoursSettingsResponse.md +0 -22
  78. package/docs/ClubLocationSettings.md +0 -26
  79. package/docs/ClubPlayerBookingItem.md +0 -36
  80. package/docs/ClubPlayerBookingsPagination.md +0 -28
  81. package/docs/ClubPlayerBookingsResponse.md +0 -24
  82. package/docs/ClubPlayerDetailResponse.md +0 -46
  83. package/docs/ClubPlayerDetailResponseSportsLevelsInner.md +0 -22
  84. package/docs/ClubPlayerStatisticsResponse.md +0 -42
  85. package/docs/ClubPlayerStatisticsResponseBookingAmountEvolutionThisMonthInner.md +0 -22
  86. package/docs/ClubPlayerStatisticsResponseFavoriteClub.md +0 -23
  87. package/docs/ClubPlayerStatisticsResponseMostPlayedClub.md +0 -25
  88. package/docs/ClubPlayerStatisticsResponseMostPlayedPartnersInner.md +0 -26
  89. package/docs/ClubPlayerSubscriptionSummary.md +0 -28
  90. package/docs/ClubPresentationSettingsResponse.md +0 -26
  91. package/docs/ClubPricingPeriodResponse.md +0 -30
  92. package/docs/ClubReservationSettingsResponse.md +0 -28
  93. package/docs/ClubSettingsStaffApi.md +0 -183
  94. package/docs/ClubWeeklySchedule.md +0 -32
  95. package/docs/ConfirmPaymentMethodResponse.md +0 -22
  96. package/docs/PartialClubWeeklySchedule.md +0 -33
  97. package/docs/PaymentMethodSetupResponse.md +0 -24
  98. package/docs/SetupPaymentMethodResponse.md +0 -24
  99. package/docs/UpdateClubGeneralSettingsRequest.md +0 -34
  100. package/docs/UpdateClubHoursSettingsRequest.md +0 -22
  101. package/docs/UpdateClubPresentationSettingsRequest.md +0 -26
  102. package/docs/UpdateClubReservationSettingsRequest.md +0 -28
@@ -0,0 +1,60 @@
1
+ # UserApi
2
+
3
+ All URIs are relative to *http://localhost*
4
+
5
+ |Method | HTTP request | Description|
6
+ |------------- | ------------- | -------------|
7
+ |[**getMyClubInfos**](#getmyclubinfos) | **GET** /api/users/me/club-infos | |
8
+
9
+ # **getMyClubInfos**
10
+ > MyClubInfosResponse getMyClubInfos()
11
+
12
+ Récupère les informations du club de l\'utilisateur
13
+
14
+ ### Example
15
+
16
+ ```typescript
17
+ import {
18
+ UserApi,
19
+ Configuration
20
+ } from '@tennac-booking/sdk';
21
+
22
+ const configuration = new Configuration();
23
+ const apiInstance = new UserApi(configuration);
24
+
25
+ let clubId: string; // (default to undefined)
26
+
27
+ const { status, data } = await apiInstance.getMyClubInfos(
28
+ clubId
29
+ );
30
+ ```
31
+
32
+ ### Parameters
33
+
34
+ |Name | Type | Description | Notes|
35
+ |------------- | ------------- | ------------- | -------------|
36
+ | **clubId** | [**string**] | | defaults to undefined|
37
+
38
+
39
+ ### Return type
40
+
41
+ **MyClubInfosResponse**
42
+
43
+ ### Authorization
44
+
45
+ [bearerAuth](../README.md#bearerAuth)
46
+
47
+ ### HTTP request headers
48
+
49
+ - **Content-Type**: Not defined
50
+ - **Accept**: application/json
51
+
52
+
53
+ ### HTTP response details
54
+ | Status code | Description | Response headers |
55
+ |-------------|-------------|------------------|
56
+ |**200** | Informations du club | - |
57
+ |**500** | Server Error | - |
58
+
59
+ [[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)
60
+
@@ -0,0 +1,28 @@
1
+ # UserBookingsResponse
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **total** | **number** | | [default to undefined]
9
+ **limit** | **number** | | [default to undefined]
10
+ **skip** | **number** | | [default to undefined]
11
+ **hasMore** | **boolean** | | [default to undefined]
12
+ **bookings** | [**Array<BookingSummary>**](BookingSummary.md) | | [default to undefined]
13
+
14
+ ## Example
15
+
16
+ ```typescript
17
+ import { UserBookingsResponse } from '@tennac-booking/sdk';
18
+
19
+ const instance: UserBookingsResponse = {
20
+ total,
21
+ limit,
22
+ skip,
23
+ hasMore,
24
+ bookings,
25
+ };
26
+ ```
27
+
28
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -13,9 +13,7 @@ Name | Type | Description | Notes
13
13
  **gender** | [**Gender**](Gender.md) | | [optional] [default to undefined]
14
14
  **location** | [**IUserLocation**](IUserLocation.md) | | [optional] [default to undefined]
15
15
  **isAccountVerified** | **boolean** | | [default to undefined]
16
- **isCreditCardRegistered** | **boolean** | | [optional] [default to undefined]
17
16
  **levelBySports** | [**Array<ILevelBySports>**](ILevelBySports.md) | | [optional] [default to undefined]
18
- **stripeCustomerId** | **string** | | [optional] [default to undefined]
19
17
  **phone** | **string** | | [optional] [default to undefined]
20
18
  **password** | **string** | | [optional] [default to undefined]
21
19
  **profilePicture** | **string** | | [optional] [default to undefined]
@@ -28,21 +26,19 @@ Name | Type | Description | Notes
28
26
  **createdAt** | **string** | | [default to undefined]
29
27
  **updatedAt** | **string** | | [default to undefined]
30
28
  **isLevelCertified** | **boolean** | | [optional] [default to undefined]
31
- **paymentMethods** | **Array<string>** | | [optional] [default to undefined]
32
- **defaultPaymentMethodId** | **string** | | [optional] [default to undefined]
33
- **paymentMethodSetupCompleted** | **boolean** | | [default to undefined]
34
- **setupIntentId** | **string** | | [optional] [default to undefined]
35
29
  **favoriteClubs** | **Array<string>** | | [optional] [default to undefined]
36
30
  **description** | **string** | | [optional] [default to undefined]
37
31
  **isProfileVisible** | **boolean** | | [default to undefined]
38
32
  **favoritePlayers** | **Array<string>** | | [optional] [default to undefined]
39
33
  **sports** | **{ [key: string]: any; }** | Construct a type with a set of properties K of type T | [optional] [default to undefined]
34
+ **stripeCustomerId** | **string** | | [optional] [default to undefined]
40
35
  **upcomingBookingsCount** | **number** | | [optional] [default to undefined]
41
36
  **subscriptionsCount** | **number** | | [optional] [default to undefined]
42
37
  **subscriptions** | [**Array<ClubSubscriptions>**](ClubSubscriptions.md) | | [optional] [default to undefined]
43
38
  **frequentlyVisitedClubs** | [**Array<ClubSummary>**](ClubSummary.md) | | [optional] [default to undefined]
44
39
  **frequentlyPlayedWith** | [**Array<PlayerSummary>**](PlayerSummary.md) | | [optional] [default to undefined]
45
40
  **stripeLinks** | **{ [key: string]: any; }** | Construct a type with a set of properties K of type T | [optional] [default to undefined]
41
+ **verifiedSports** | [**Array<SportResponse>**](SportResponse.md) | | [optional] [default to undefined]
46
42
 
47
43
  ## Example
48
44
 
@@ -58,9 +54,7 @@ const instance: UserProfileResponse = {
58
54
  gender,
59
55
  location,
60
56
  isAccountVerified,
61
- isCreditCardRegistered,
62
57
  levelBySports,
63
- stripeCustomerId,
64
58
  phone,
65
59
  password,
66
60
  profilePicture,
@@ -73,21 +67,19 @@ const instance: UserProfileResponse = {
73
67
  createdAt,
74
68
  updatedAt,
75
69
  isLevelCertified,
76
- paymentMethods,
77
- defaultPaymentMethodId,
78
- paymentMethodSetupCompleted,
79
- setupIntentId,
80
70
  favoriteClubs,
81
71
  description,
82
72
  isProfileVisible,
83
73
  favoritePlayers,
84
74
  sports,
75
+ stripeCustomerId,
85
76
  upcomingBookingsCount,
86
77
  subscriptionsCount,
87
78
  subscriptions,
88
79
  frequentlyVisitedClubs,
89
80
  frequentlyPlayedWith,
90
81
  stripeLinks,
82
+ verifiedSports,
91
83
  };
92
84
  ```
93
85
 
package/docs/UsersApi.md CHANGED
@@ -7,9 +7,7 @@ All URIs are relative to *http://localhost*
7
7
  |[**addFavoriteClub**](#addfavoriteclub) | **POST** /api/users/me/favorite-clubs | |
8
8
  |[**addFavoritePlayer**](#addfavoriteplayer) | **POST** /api/users/me/favoritesPlayers | |
9
9
  |[**addOrganization**](#addorganization) | **POST** /api/users/me/add-organization | |
10
- |[**addPaymentMethodSetup**](#addpaymentmethodsetup) | **POST** /api/users/addPaymentMethodSetup | |
11
10
  |[**changePassword**](#changepassword) | **PUT** /api/users/me/password | |
12
- |[**confirmPaymentMethodSetup**](#confirmpaymentmethodsetup) | **POST** /api/users/confirmPaymentMethodSetup | |
13
11
  |[**getAllUsers**](#getallusers) | **GET** /api/users | |
14
12
  |[**getBookingDetail**](#getbookingdetail) | **GET** /api/users/me/booking-detail/{bookingId} | |
15
13
  |[**getFavoriteClubs**](#getfavoriteclubs) | **GET** /api/users/me/favorite-clubs | |
@@ -34,7 +32,6 @@ All URIs are relative to *http://localhost*
34
32
  |[**requestEmailVerification**](#requestemailverification) | **POST** /api/users/me/request-email-verification | |
35
33
  |[**requestPasswordReset**](#requestpasswordreset) | **POST** /api/users/request-password-reset | |
36
34
  |[**resetPassword**](#resetpassword) | **POST** /api/users/reset-password | |
37
- |[**setupOffSessionPaymentMethod**](#setupoffsessionpaymentmethod) | **POST** /api/users/setupOffSessionPaymentMethod | |
38
35
  |[**signInOrSignUpWithGoogle**](#signinorsignupwithgoogle) | **POST** /api/users/googleSignin | |
39
36
  |[**updateCustomer**](#updatecustomer) | **PUT** /api/users/me/customer | |
40
37
  |[**updateLevelBySports**](#updatelevelbysports) | **PUT** /api/users/me/level-by-sports | |
@@ -189,57 +186,6 @@ const { status, data } = await apiInstance.addOrganization(
189
186
  - **Accept**: application/json
190
187
 
191
188
 
192
- ### HTTP response details
193
- | Status code | Description | Response headers |
194
- |-------------|-------------|------------------|
195
- |**200** | Ok | - |
196
-
197
- [[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)
198
-
199
- # **addPaymentMethodSetup**
200
- > PaymentMethodSetupResponse addPaymentMethodSetup(addPaymentMethodRequestBody)
201
-
202
-
203
- ### Example
204
-
205
- ```typescript
206
- import {
207
- UsersApi,
208
- Configuration,
209
- AddPaymentMethodRequestBody
210
- } from '@tennac-booking/sdk';
211
-
212
- const configuration = new Configuration();
213
- const apiInstance = new UsersApi(configuration);
214
-
215
- let addPaymentMethodRequestBody: AddPaymentMethodRequestBody; //
216
-
217
- const { status, data } = await apiInstance.addPaymentMethodSetup(
218
- addPaymentMethodRequestBody
219
- );
220
- ```
221
-
222
- ### Parameters
223
-
224
- |Name | Type | Description | Notes|
225
- |------------- | ------------- | ------------- | -------------|
226
- | **addPaymentMethodRequestBody** | **AddPaymentMethodRequestBody**| | |
227
-
228
-
229
- ### Return type
230
-
231
- **PaymentMethodSetupResponse**
232
-
233
- ### Authorization
234
-
235
- [bearerAuth](../README.md#bearerAuth)
236
-
237
- ### HTTP request headers
238
-
239
- - **Content-Type**: application/json
240
- - **Accept**: application/json
241
-
242
-
243
189
  ### HTTP response details
244
190
  | Status code | Description | Response headers |
245
191
  |-------------|-------------|------------------|
@@ -291,57 +237,6 @@ const { status, data } = await apiInstance.changePassword(
291
237
  - **Accept**: application/json
292
238
 
293
239
 
294
- ### HTTP response details
295
- | Status code | Description | Response headers |
296
- |-------------|-------------|------------------|
297
- |**200** | Ok | - |
298
-
299
- [[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)
300
-
301
- # **confirmPaymentMethodSetup**
302
- > ConfirmPaymentMethodResponse confirmPaymentMethodSetup(confirmPaymentMethodRequestBody)
303
-
304
-
305
- ### Example
306
-
307
- ```typescript
308
- import {
309
- UsersApi,
310
- Configuration,
311
- ConfirmPaymentMethodRequestBody
312
- } from '@tennac-booking/sdk';
313
-
314
- const configuration = new Configuration();
315
- const apiInstance = new UsersApi(configuration);
316
-
317
- let confirmPaymentMethodRequestBody: ConfirmPaymentMethodRequestBody; //
318
-
319
- const { status, data } = await apiInstance.confirmPaymentMethodSetup(
320
- confirmPaymentMethodRequestBody
321
- );
322
- ```
323
-
324
- ### Parameters
325
-
326
- |Name | Type | Description | Notes|
327
- |------------- | ------------- | ------------- | -------------|
328
- | **confirmPaymentMethodRequestBody** | **ConfirmPaymentMethodRequestBody**| | |
329
-
330
-
331
- ### Return type
332
-
333
- **ConfirmPaymentMethodResponse**
334
-
335
- ### Authorization
336
-
337
- [bearerAuth](../README.md#bearerAuth)
338
-
339
- ### HTTP request headers
340
-
341
- - **Content-Type**: application/json
342
- - **Accept**: application/json
343
-
344
-
345
240
  ### HTTP response details
346
241
  | Status code | Description | Response headers |
347
242
  |-------------|-------------|------------------|
@@ -393,7 +288,7 @@ This endpoint does not have any parameters.
393
288
  [[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)
394
289
 
395
290
  # **getBookingDetail**
396
- > BookingDetailResponse getBookingDetail()
291
+ > BookingSummary getBookingDetail()
397
292
 
398
293
 
399
294
  ### Example
@@ -423,7 +318,7 @@ const { status, data } = await apiInstance.getBookingDetail(
423
318
 
424
319
  ### Return type
425
320
 
426
- **BookingDetailResponse**
321
+ **BookingSummary**
427
322
 
428
323
  ### Authorization
429
324
 
@@ -925,7 +820,7 @@ This endpoint does not have any parameters.
925
820
  [[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)
926
821
 
927
822
  # **getUserBookings**
928
- > Array<BookingSummary> getUserBookings()
823
+ > UserBookingsResponse getUserBookings()
929
824
 
930
825
 
931
826
  ### Example
@@ -958,7 +853,7 @@ const { status, data } = await apiInstance.getUserBookings(
958
853
 
959
854
  ### Return type
960
855
 
961
- **Array<BookingSummary>**
856
+ **UserBookingsResponse**
962
857
 
963
858
  ### Authorization
964
859
 
@@ -1546,57 +1441,6 @@ No authorization required
1546
1441
  - **Accept**: application/json
1547
1442
 
1548
1443
 
1549
- ### HTTP response details
1550
- | Status code | Description | Response headers |
1551
- |-------------|-------------|------------------|
1552
- |**200** | Ok | - |
1553
-
1554
- [[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)
1555
-
1556
- # **setupOffSessionPaymentMethod**
1557
- > SetupPaymentMethodResponse setupOffSessionPaymentMethod(setupPaymentMethodRequestBody)
1558
-
1559
-
1560
- ### Example
1561
-
1562
- ```typescript
1563
- import {
1564
- UsersApi,
1565
- Configuration,
1566
- SetupPaymentMethodRequestBody
1567
- } from '@tennac-booking/sdk';
1568
-
1569
- const configuration = new Configuration();
1570
- const apiInstance = new UsersApi(configuration);
1571
-
1572
- let setupPaymentMethodRequestBody: SetupPaymentMethodRequestBody; //
1573
-
1574
- const { status, data } = await apiInstance.setupOffSessionPaymentMethod(
1575
- setupPaymentMethodRequestBody
1576
- );
1577
- ```
1578
-
1579
- ### Parameters
1580
-
1581
- |Name | Type | Description | Notes|
1582
- |------------- | ------------- | ------------- | -------------|
1583
- | **setupPaymentMethodRequestBody** | **SetupPaymentMethodRequestBody**| | |
1584
-
1585
-
1586
- ### Return type
1587
-
1588
- **SetupPaymentMethodResponse**
1589
-
1590
- ### Authorization
1591
-
1592
- [bearerAuth](../README.md#bearerAuth)
1593
-
1594
- ### HTTP request headers
1595
-
1596
- - **Content-Type**: application/json
1597
- - **Accept**: application/json
1598
-
1599
-
1600
1444
  ### HTTP response details
1601
1445
  | Status code | Description | Response headers |
1602
1446
  |-------------|-------------|------------------|
package/index.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * openapi.json
5
5
  * Pandook API Documentation
6
6
  *
7
- * The version of the OpenAPI document: 1.0.77
7
+ * The version of the OpenAPI document: 1.0.89
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tennac-booking/sdk",
3
- "version": "1.0.88",
3
+ "version": "1.0.89",
4
4
  "description": "OpenAPI client for @tennac-booking/sdk",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
@@ -1,46 +0,0 @@
1
- # BookingDetailResponse
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **id** | **string** | | [default to undefined]
9
- **clubPicture** | **string** | | [optional] [default to undefined]
10
- **courtName** | **string** | | [optional] [default to undefined]
11
- **sportName** | **string** | | [optional] [default to undefined]
12
- **startDate** | **string** | | [optional] [default to undefined]
13
- **myPaymentStatus** | **string** | | [optional] [default to undefined]
14
- **bookingStatus** | **string** | | [optional] [default to undefined]
15
- **playersName** | **Array&lt;string&gt;** | | [default to undefined]
16
- **myAmountToPay** | **number** | | [default to undefined]
17
- **totalAmount** | **number** | | [default to undefined]
18
- **timeBeforeCancel** | **string** | | [optional] [default to undefined]
19
- **clubAddress** | [**BookingSummaryClubAddress**](BookingSummaryClubAddress.md) | | [optional] [default to undefined]
20
- **bookingHistory** | [**BookingHistoryPopulated**](BookingHistoryPopulated.md) | | [optional] [default to undefined]
21
- **paymentStatus** | **Array&lt;{ [key: string]: any; }&gt;** | | [default to undefined]
22
-
23
- ## Example
24
-
25
- ```typescript
26
- import { BookingDetailResponse } from '@tennac-booking/sdk';
27
-
28
- const instance: BookingDetailResponse = {
29
- id,
30
- clubPicture,
31
- courtName,
32
- sportName,
33
- startDate,
34
- myPaymentStatus,
35
- bookingStatus,
36
- playersName,
37
- myAmountToPay,
38
- totalAmount,
39
- timeBeforeCancel,
40
- clubAddress,
41
- bookingHistory,
42
- paymentStatus,
43
- };
44
- ```
45
-
46
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,32 +0,0 @@
1
- # ClubGeneralSettingsResponse
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **name** | **string** | | [default to undefined]
9
- **email** | **string** | | [optional] [default to undefined]
10
- **phone** | **string** | | [optional] [default to undefined]
11
- **websiteUrl** | **string** | | [optional] [default to undefined]
12
- **logo** | **string** | | [optional] [default to undefined]
13
- **location** | [**ClubLocationSettings**](ClubLocationSettings.md) | | [default to undefined]
14
- **stripeUrl** | **string** | | [optional] [default to undefined]
15
-
16
- ## Example
17
-
18
- ```typescript
19
- import { ClubGeneralSettingsResponse } from '@tennac-booking/sdk';
20
-
21
- const instance: ClubGeneralSettingsResponse = {
22
- name,
23
- email,
24
- phone,
25
- websiteUrl,
26
- logo,
27
- location,
28
- stripeUrl,
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)
@@ -1,22 +0,0 @@
1
- # ClubHoursSettingsResponse
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **schedule** | [**ClubWeeklySchedule**](ClubWeeklySchedule.md) | | [default to undefined]
9
- **pricingPeriods** | [**Array&lt;ClubPricingPeriodResponse&gt;**](ClubPricingPeriodResponse.md) | | [default to undefined]
10
-
11
- ## Example
12
-
13
- ```typescript
14
- import { ClubHoursSettingsResponse } from '@tennac-booking/sdk';
15
-
16
- const instance: ClubHoursSettingsResponse = {
17
- schedule,
18
- pricingPeriods,
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)
@@ -1,26 +0,0 @@
1
- # ClubLocationSettings
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **address** | **string** | | [optional] [default to undefined]
9
- **zipCode** | **string** | | [optional] [default to undefined]
10
- **city** | **string** | | [optional] [default to undefined]
11
- **country** | **string** | | [optional] [default to undefined]
12
-
13
- ## Example
14
-
15
- ```typescript
16
- import { ClubLocationSettings } from '@tennac-booking/sdk';
17
-
18
- const instance: ClubLocationSettings = {
19
- address,
20
- zipCode,
21
- city,
22
- country,
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)
@@ -1,36 +0,0 @@
1
- # ClubPlayerBookingItem
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **id** | **string** | ID de la réservation | [default to undefined]
9
- **startDate** | **string** | Date de début de la réservation | [default to undefined]
10
- **endDate** | **string** | Date de fin de la réservation | [default to undefined]
11
- **location** | **string** | Nom du terrain ou emplacement | [default to undefined]
12
- **sport** | **string** | Nom du sport associé | [default to undefined]
13
- **status** | **string** | Statut de la réservation | [default to undefined]
14
- **totalPrice** | **number** | Prix total de la réservation en centimes | [default to undefined]
15
- **isCreator** | **boolean** | Indique si le joueur est le créateur de la réservation | [default to undefined]
16
- **participantsCount** | **number** | Nombre total de participants | [default to undefined]
17
-
18
- ## Example
19
-
20
- ```typescript
21
- import { ClubPlayerBookingItem } from '@tennac-booking/sdk';
22
-
23
- const instance: ClubPlayerBookingItem = {
24
- id,
25
- startDate,
26
- endDate,
27
- location,
28
- sport,
29
- status,
30
- totalPrice,
31
- isCreator,
32
- participantsCount,
33
- };
34
- ```
35
-
36
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,28 +0,0 @@
1
- # ClubPlayerBookingsPagination
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **page** | **number** | Page courante (1-based) | [default to undefined]
9
- **pageSize** | **number** | Nombre d\&#39;éléments par page | [default to undefined]
10
- **totalItems** | **number** | Nombre total d\&#39;éléments disponibles | [default to undefined]
11
- **totalPages** | **number** | Nombre total de pages disponibles | [default to undefined]
12
- **hasMore** | **boolean** | Existence d\&#39;une page suivante | [default to undefined]
13
-
14
- ## Example
15
-
16
- ```typescript
17
- import { ClubPlayerBookingsPagination } from '@tennac-booking/sdk';
18
-
19
- const instance: ClubPlayerBookingsPagination = {
20
- page,
21
- pageSize,
22
- totalItems,
23
- totalPages,
24
- hasMore,
25
- };
26
- ```
27
-
28
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,24 +0,0 @@
1
- # ClubPlayerBookingsResponse
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **upcomingBookings** | [**Array&lt;ClubPlayerBookingItem&gt;**](ClubPlayerBookingItem.md) | Réservations à venir | [default to undefined]
9
- **pastBookings** | [**Array&lt;ClubPlayerBookingItem&gt;**](ClubPlayerBookingItem.md) | Réservations passées | [default to undefined]
10
- **pastPagination** | [**ClubPlayerBookingsPagination**](ClubPlayerBookingsPagination.md) | | [optional] [default to undefined]
11
-
12
- ## Example
13
-
14
- ```typescript
15
- import { ClubPlayerBookingsResponse } from '@tennac-booking/sdk';
16
-
17
- const instance: ClubPlayerBookingsResponse = {
18
- upcomingBookings,
19
- pastBookings,
20
- pastPagination,
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)
@@ -1,46 +0,0 @@
1
- # ClubPlayerDetailResponse
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **id** | **string** | ID du joueur | [default to undefined]
9
- **name** | **string** | Nom complet | [default to undefined]
10
- **firstName** | **string** | Prénom | [default to undefined]
11
- **lastName** | **string** | Nom | [default to undefined]
12
- **email** | **string** | Email | [default to undefined]
13
- **phoneNumber** | **string** | Numéro de téléphone | [default to undefined]
14
- **profilePictureUrl** | **string** | URL de la photo de profil | [default to undefined]
15
- **isAccountVerified** | **boolean** | Compte vérifié | [default to undefined]
16
- **subscriptionsToMyClub** | [**Array&lt;ClubPlayerSubscriptionSummary&gt;**](ClubPlayerSubscriptionSummary.md) | Abonnements au club courant | [default to undefined]
17
- **profileDescription** | **string** | Description du profil | [default to undefined]
18
- **gender** | **string** | Genre | [default to undefined]
19
- **city** | **string** | Ville | [default to undefined]
20
- **sportsLevels** | [**Array&lt;ClubPlayerDetailResponseSportsLevelsInner&gt;**](ClubPlayerDetailResponseSportsLevelsInner.md) | Niveaux par sport | [default to undefined]
21
- **birthDate** | **string** | Date de naissance | [default to undefined]
22
-
23
- ## Example
24
-
25
- ```typescript
26
- import { ClubPlayerDetailResponse } from '@tennac-booking/sdk';
27
-
28
- const instance: ClubPlayerDetailResponse = {
29
- id,
30
- name,
31
- firstName,
32
- lastName,
33
- email,
34
- phoneNumber,
35
- profilePictureUrl,
36
- isAccountVerified,
37
- subscriptionsToMyClub,
38
- profileDescription,
39
- gender,
40
- city,
41
- sportsLevels,
42
- birthDate,
43
- };
44
- ```
45
-
46
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)