@tennac-booking/sdk 1.0.37 → 1.0.40

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 (244) hide show
  1. package/.openapi-generator/FILES +66 -42
  2. package/README.md +94 -39
  3. package/api.ts +3985 -718
  4. package/base.ts +4 -4
  5. package/common.ts +3 -3
  6. package/configuration.ts +3 -3
  7. package/dist/api.d.ts +2632 -777
  8. package/dist/api.js +2452 -40
  9. package/dist/base.d.ts +3 -3
  10. package/dist/base.js +4 -4
  11. package/dist/common.d.ts +3 -3
  12. package/dist/common.js +3 -3
  13. package/dist/configuration.d.ts +3 -3
  14. package/dist/configuration.js +3 -3
  15. package/dist/esm/api.d.ts +2632 -777
  16. package/dist/esm/api.js +2443 -39
  17. package/dist/esm/base.d.ts +3 -3
  18. package/dist/esm/base.js +4 -4
  19. package/dist/esm/common.d.ts +3 -3
  20. package/dist/esm/common.js +3 -3
  21. package/dist/esm/configuration.d.ts +3 -3
  22. package/dist/esm/configuration.js +3 -3
  23. package/dist/esm/index.d.ts +3 -3
  24. package/dist/esm/index.js +3 -3
  25. package/dist/index.d.ts +3 -3
  26. package/dist/index.js +3 -3
  27. package/docs/ActiveClub.md +2 -0
  28. package/docs/AddClubMemberRequest.md +22 -0
  29. package/docs/AddClubMemberResponse.md +22 -0
  30. package/docs/AddFavoriteClubRequestBody.md +20 -0
  31. package/docs/AddFavoritePlayerRequestBody.md +20 -0
  32. package/docs/AddPaymentMethodRequestBody.md +20 -0
  33. package/docs/AddPaymentMethodSetupRequestBody.md +20 -0
  34. package/docs/AddPaymentMethodSetupResponse.md +24 -0
  35. package/docs/ApiErrorResponse.md +1 -1
  36. package/docs/BaseUser.md +76 -0
  37. package/docs/BlockSlotResponse.md +22 -0
  38. package/docs/BookingDetailResponse.md +46 -0
  39. package/docs/BookingHistoryResponse.md +22 -0
  40. package/docs/BookingHistoryResponseHistoryInner.md +32 -0
  41. package/docs/BookingPaymentStatusResponse.md +24 -0
  42. package/docs/BookingPaymentStatusResponseBooking.md +26 -0
  43. package/docs/BookingPaymentStatusResponsePaymentStatusInner.md +36 -0
  44. package/docs/BookingPaymentStatusResponseSummary.md +28 -0
  45. package/docs/BookingPopulated.md +28 -0
  46. package/docs/BookingPopulatedPaymentByPlayersStatusInner.md +22 -0
  47. package/docs/BookingPopulatedPaymentByPlayersStatusInnerInvoicesInner.md +24 -0
  48. package/docs/BookingPopulatedSlotId.md +26 -0
  49. package/docs/BookingPopulatedSlotIdCourtId.md +28 -0
  50. package/docs/BookingPopulatedSlotIdCourtIdSportId.md +22 -0
  51. package/docs/BookingPopulatedUserId.md +24 -0
  52. package/docs/BookingResponse.md +28 -0
  53. package/docs/BookingSummary.md +44 -0
  54. package/docs/BookingSummaryBookingHistory.md +18 -0
  55. package/docs/BookingSummaryClubAddress.md +18 -0
  56. package/docs/BookingsApi.md +113 -0
  57. package/docs/BookingsStaffWeeklyWeekIdGet200Response.md +20 -0
  58. package/docs/CancelBookingResponse.md +22 -0
  59. package/docs/CancelBookingResponseBooking.md +30 -0
  60. package/docs/ChangePasswordRequestBody.md +22 -0
  61. package/docs/ChangePasswordResponse.md +20 -0
  62. package/docs/CheckInPlayersResponse.md +30 -0
  63. package/docs/CheckInPlayersResponseCheckedInPlayersInner.md +34 -0
  64. package/docs/ClubAnalyticsApi.md +241 -0
  65. package/docs/ClubInfoResponse.md +48 -0
  66. package/docs/ClubMember.md +24 -0
  67. package/docs/ClubMembersResponse.md +22 -0
  68. package/docs/ClubRoleResponse.md +6 -6
  69. package/docs/ClubRolesResponse.md +22 -0
  70. package/docs/ClubSettings.md +21 -9
  71. package/docs/ClubStaffResponse.md +48 -0
  72. package/docs/ClubsApi.md +61 -0
  73. package/docs/ConfirmPaymentMethodRequestBody.md +20 -0
  74. package/docs/ConfirmPaymentMethodResponse.md +22 -0
  75. package/docs/ConfirmPaymentMethodSetupRequestBody.md +20 -0
  76. package/docs/ConfirmPaymentMethodSetupResponse.md +22 -0
  77. package/docs/CourtDeleteResponse.md +20 -0
  78. package/docs/CourtResponse.md +18 -16
  79. package/docs/CourtStatus.md +5 -2
  80. package/docs/CourtWithNameResponse.md +48 -0
  81. package/docs/CourtsResponse.md +22 -0
  82. package/docs/CourtsWithNameResponse.md +22 -0
  83. package/docs/CreateBookingRequest.md +28 -0
  84. package/docs/CreateClubRoleRequestBody.md +24 -0
  85. package/docs/CreateCourtRequest.md +36 -0
  86. package/docs/CreateEventRequest.md +30 -0
  87. package/docs/CreatePriceRequest.md +26 -0
  88. package/docs/CreateSportRequest.md +26 -0
  89. package/docs/CreateSubscriptionPlanRequest.md +24 -0
  90. package/docs/DailyTurnoverResponse.md +24 -0
  91. package/docs/DeleteClubRole200Response.md +20 -0
  92. package/docs/DeleteEvent200Response.md +20 -0
  93. package/docs/DeleteSlotsByClubInRange200Response.md +20 -0
  94. package/docs/DeleteSport200Response.md +20 -0
  95. package/docs/DiagnosticsApi.md +52 -0
  96. package/docs/DiagnosticsResponse.md +24 -0
  97. package/docs/Event.md +40 -0
  98. package/docs/EventBooking.md +32 -0
  99. package/docs/EventRegistrationRequest.md +22 -0
  100. package/docs/EventsApi.md +119 -0
  101. package/docs/FavoriteClubItem.md +26 -0
  102. package/docs/FavoriteClubMutationResponse.md +22 -0
  103. package/docs/FavoriteClubRequestBody.md +20 -0
  104. package/docs/FavoriteClubResponse.md +22 -0
  105. package/docs/FavoriteClubsResponse.md +20 -0
  106. package/docs/FavoritePlayerMutationResponse.md +22 -0
  107. package/docs/FavoritePlayerPublic.md +28 -0
  108. package/docs/FavoritePlayerRequestBody.md +20 -0
  109. package/docs/FavoritePlayersIdsResponse.md +22 -0
  110. package/docs/FavoritePlayersResponse.md +20 -0
  111. package/docs/FrequentClub.md +24 -0
  112. package/docs/FrequentPlayer.md +28 -0
  113. package/docs/{UserResponseFrequentlyPlayedWithInner.md → FrequentlyPlayedWithItem.md} +3 -3
  114. package/docs/{UserResponseFrequentlyVisitedClubsInner.md → FrequentlyVisitedClubItem.md} +3 -3
  115. package/docs/Gender.md +12 -0
  116. package/docs/GenderPercentage.md +26 -0
  117. package/docs/GetActiveClubs200Response.md +20 -0
  118. package/docs/GetClubInfos200Response.md +30 -0
  119. package/docs/GetClubUsersById200Response.md +20 -0
  120. package/docs/GetCourtsByClubAndSport200Response.md +26 -0
  121. package/docs/GetInfillPercentagePerPeriod200Response.md +24 -0
  122. package/docs/GetLastSixMonthsTurnover200ResponseInner.md +22 -0
  123. package/docs/GetNumberOfClubUsers200Response.md +20 -0
  124. package/docs/GetPublishedEventsByClubId200Response.md +20 -0
  125. package/docs/GetUserRolesResponse.md +20 -0
  126. package/docs/GetUserRolesResponseRolesInner.md +26 -0
  127. package/docs/GetUserSubscriptionsResponse.md +22 -0
  128. package/docs/GoogleAuthRequestBody.md +20 -0
  129. package/docs/GoogleAuthResponse.md +30 -0
  130. package/docs/GoogleAuthResponseUser.md +26 -0
  131. package/docs/GoogleSignInRequestBody.md +20 -0
  132. package/docs/GoogleSignInResponse.md +24 -0
  133. package/docs/ILevelBySports.md +22 -0
  134. package/docs/InitiateSubscriptionSessionRequestBody.md +26 -0
  135. package/docs/InitiateSubscriptionSessionResponse.md +22 -0
  136. package/docs/InvoicesResponse.md +22 -0
  137. package/docs/InvoicesResponseInvoicesInner.md +34 -0
  138. package/docs/InvoicesResponsePagination.md +26 -0
  139. package/docs/LevelBySportEntry.md +22 -0
  140. package/docs/LevelBySportsItem.md +22 -0
  141. package/docs/LoginRequestBody.md +22 -0
  142. package/docs/LoginResponse.md +28 -0
  143. package/docs/ManagerBookingsApi.md +125 -0
  144. package/docs/ManagerCancelBookingRequest.md +20 -0
  145. package/docs/ManagerCancelBookingResponse.md +22 -0
  146. package/docs/ManagerCancelBookingResponseBooking.md +30 -0
  147. package/docs/ManagerClubCourtsApi.md +220 -0
  148. package/docs/ManagerClubRolesApi.md +268 -0
  149. package/docs/ManagerClubSlotsApi.md +119 -0
  150. package/docs/ManagerClubSubscriptionsApi.md +387 -0
  151. package/docs/ManagerClubsApi.md +253 -0
  152. package/docs/ManagerEventResponse.md +22 -0
  153. package/docs/ManagerEventsApi.md +227 -0
  154. package/docs/ManagerSportsApi.md +119 -0
  155. package/docs/MonthlyTurnoverResponse.md +28 -0
  156. package/docs/NoShowFeeResponse.md +30 -0
  157. package/docs/NoShowFeeResponseCaptureResultsInner.md +30 -0
  158. package/docs/NoShowFeeResponseCreatorChargeResult.md +26 -0
  159. package/docs/NotImplementedResponse.md +20 -0
  160. package/docs/PasswordResetRequestBody.md +20 -0
  161. package/docs/PaymentMethodSetupResponse.md +24 -0
  162. package/docs/PaymentStatus.md +30 -0
  163. package/docs/PickUserResponseExcludeKeyofUserResponseLocation.md +73 -0
  164. package/docs/PlayerWithPaymentMethod.md +22 -0
  165. package/docs/PriceResponse.md +2 -8
  166. package/docs/ProfilePictureResponse.md +20 -0
  167. package/docs/ProfilePictureUpdateRequestBody.md +20 -0
  168. package/docs/ProfileVisibilityResponse.md +20 -0
  169. package/docs/PublicClubUser.md +46 -0
  170. package/docs/PublicClubUserFrequentlyPlayedWithInner.md +28 -0
  171. package/docs/PublicClubUserFrequentlyVisitedClubsInner.md +24 -0
  172. package/docs/{UserResponseLevelBySportsInner.md → PublicClubUserLevelBySportsInner.md} +3 -3
  173. package/docs/RefreshTokenRequestBody.md +20 -0
  174. package/docs/RefreshTokenResponse.md +26 -0
  175. package/docs/RegisterForEvent201Response.md +20 -0
  176. package/docs/{User.md → RegisterRequestBody.md} +5 -9
  177. package/docs/RestoreSubscriptionPlanForClub200Response.md +20 -0
  178. package/docs/SdkDiagnosticsResponse.md +28 -0
  179. package/docs/SdkDiagnosticsResponseOpenapi.md +24 -0
  180. package/docs/SdkDiagnosticsResponseSdk.md +24 -0
  181. package/docs/SetupPaymentMethodRequestBody.md +20 -0
  182. package/docs/SetupPaymentMethodResponse.md +24 -0
  183. package/docs/SlotResponse.md +2 -10
  184. package/docs/SlotsResponse.md +22 -0
  185. package/docs/Sport.md +0 -2
  186. package/docs/SportResponse.md +4 -2
  187. package/docs/StaffBookingsApi.md +61 -0
  188. package/docs/StaffClubAnalyticsApi.md +254 -0
  189. package/docs/StaffClubBookingsApi.md +52 -0
  190. package/docs/StaffClubsApi.md +147 -0
  191. package/docs/StaffEventResponse.md +20 -0
  192. package/docs/StaffEventsApi.md +54 -0
  193. package/docs/StaffProfileApi.md +110 -0
  194. package/docs/StaffUserProfileResponse.md +22 -0
  195. package/docs/SubscribeToClubRequestBody.md +22 -0
  196. package/docs/SubscriptionMutationResponse.md +20 -0
  197. package/docs/SubscriptionPlanResponse.md +32 -0
  198. package/docs/SubscriptionSessionRequestBody.md +22 -0
  199. package/docs/SubscriptionSessionResponse.md +20 -0
  200. package/docs/UpdateClubRequest.md +34 -0
  201. package/docs/UpdateClubRoleRequestBody.md +24 -0
  202. package/docs/UpdateClubSettingsRequest.md +28 -0
  203. package/docs/UpdateCourtRequest.md +38 -0
  204. package/docs/UpdateCustomerRequestBody.md +22 -0
  205. package/docs/UpdateCustomerRequestBodyAddress.md +30 -0
  206. package/docs/UpdateCustomerResponse.md +20 -0
  207. package/docs/UpdateCustomerResponseCustomer.md +28 -0
  208. package/docs/UpdateLevelBySportsRequestBody.md +20 -0
  209. package/docs/UpdateProfilePictureRequestBody.md +20 -0
  210. package/docs/UpdateProfileVisibilityRequestBody.md +20 -0
  211. package/docs/UpdateSportRequest.md +24 -0
  212. package/docs/UpdateSubscriptionPlanRequest.md +24 -0
  213. package/docs/UpdateSubscriptionPlanResponse.md +22 -0
  214. package/docs/UpdateUserCityRequestBody.md +20 -0
  215. package/docs/UpdateUserDescriptionRequestBody.md +20 -0
  216. package/docs/UpdateUserRequestBody.md +38 -0
  217. package/docs/UpdateUserRequestBodyLevelBySportsInner.md +22 -0
  218. package/docs/UserApi.md +63 -0
  219. package/docs/UserAuthenticationApi.md +226 -0
  220. package/docs/UserBookingItem.md +46 -0
  221. package/docs/UserBookingsApi.md +166 -0
  222. package/docs/UserBookingsResponse.md +26 -0
  223. package/docs/UserCityResponse.md +20 -0
  224. package/docs/UserClubCourtsApi.md +64 -0
  225. package/docs/UserClubSlotsApi.md +181 -0
  226. package/docs/UserClubSportsApi.md +60 -0
  227. package/docs/UserClubsApi.md +145 -0
  228. package/docs/UserDescriptionResponse.md +20 -0
  229. package/docs/UserFavoriteClubsResponse.md +20 -0
  230. package/docs/UserInfoStaff.md +38 -0
  231. package/docs/UserLocationSummary.md +44 -0
  232. package/docs/UserPaymentApi.md +176 -0
  233. package/docs/UserProfileApi.md +1254 -0
  234. package/docs/UserProfileResponse.md +28 -0
  235. package/docs/UserResponse.md +8 -48
  236. package/docs/UserRolesResponse.md +20 -0
  237. package/docs/UserStaffResponse.md +40 -0
  238. package/docs/UserSubscriptionsApi.md +222 -0
  239. package/docs/UserSubscriptionsResponse.md +20 -0
  240. package/docs/UsersApi.md +1888 -0
  241. package/docs/YearlyTurnoverResponse.md +26 -0
  242. package/docs/YearlyTurnoverResponseMonthlyBreakdownInner.md +24 -0
  243. package/index.ts +3 -3
  244. package/package.json +1 -1
@@ -0,0 +1,254 @@
1
+ # StaffClubAnalyticsApi
2
+
3
+ All URIs are relative to *https://api.mon-domaine.com*
4
+
5
+ |Method | HTTP request | Description|
6
+ |------------- | ------------- | -------------|
7
+ |[**getClubPlayers**](#getclubplayers) | **GET** /api/analytics/players | Récupère la liste des joueurs du club (données staff uniquement)|
8
+ |[**getGenderPercentage**](#getgenderpercentage) | **GET** /api/analytics/gender | Récupère le pourcentage de joueurs par genre pour le club courant|
9
+ |[**getInfillPercentagePerPeriod**](#getinfillpercentageperperiod) | **GET** /api/analytics/infill-percentage | Taux de remplissage des créneaux pour une période donnée (club courant)|
10
+ |[**getLastSixMonthsTurnover**](#getlastsixmonthsturnover) | **GET** /api/analytics/lastSixMonthsTurnover | Get monthly turnover for the last six months (club courant)|
11
+ |[**getNumberOfClubUsers**](#getnumberofclubusers) | **GET** /api/analytics/user-count | Get number of users subscribed to the club|
12
+
13
+ # **getClubPlayers**
14
+ > Array<UserStaffResponse> getClubPlayers()
15
+
16
+
17
+ ### Example
18
+
19
+ ```typescript
20
+ import {
21
+ StaffClubAnalyticsApi,
22
+ Configuration
23
+ } from '@tennac-booking/sdk';
24
+
25
+ const configuration = new Configuration();
26
+ const apiInstance = new StaffClubAnalyticsApi(configuration);
27
+
28
+ const { status, data } = await apiInstance.getClubPlayers();
29
+ ```
30
+
31
+ ### Parameters
32
+ This endpoint does not have any parameters.
33
+
34
+
35
+ ### Return type
36
+
37
+ **Array<UserStaffResponse>**
38
+
39
+ ### Authorization
40
+
41
+ [bearerAuth](../README.md#bearerAuth)
42
+
43
+ ### HTTP request headers
44
+
45
+ - **Content-Type**: Not defined
46
+ - **Accept**: application/json
47
+
48
+
49
+ ### HTTP response details
50
+ | Status code | Description | Response headers |
51
+ |-------------|-------------|------------------|
52
+ |**200** | Liste des joueurs du club | - |
53
+ |**500** | Erreur serveur interne | - |
54
+
55
+ [[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)
56
+
57
+ # **getGenderPercentage**
58
+ > GenderPercentage getGenderPercentage()
59
+
60
+
61
+ ### Example
62
+
63
+ ```typescript
64
+ import {
65
+ StaffClubAnalyticsApi,
66
+ Configuration
67
+ } from '@tennac-booking/sdk';
68
+
69
+ const configuration = new Configuration();
70
+ const apiInstance = new StaffClubAnalyticsApi(configuration);
71
+
72
+ const { status, data } = await apiInstance.getGenderPercentage();
73
+ ```
74
+
75
+ ### Parameters
76
+ This endpoint does not have any parameters.
77
+
78
+
79
+ ### Return type
80
+
81
+ **GenderPercentage**
82
+
83
+ ### Authorization
84
+
85
+ [bearerAuth](../README.md#bearerAuth)
86
+
87
+ ### HTTP request headers
88
+
89
+ - **Content-Type**: Not defined
90
+ - **Accept**: application/json
91
+
92
+
93
+ ### HTTP response details
94
+ | Status code | Description | Response headers |
95
+ |-------------|-------------|------------------|
96
+ |**200** | Pourcentage de joueurs par genre | - |
97
+ |**401** | Non autorisé | - |
98
+ |**403** | Accès interdit | - |
99
+ |**500** | Erreur serveur interne | - |
100
+
101
+ [[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)
102
+
103
+ # **getInfillPercentagePerPeriod**
104
+ > GetInfillPercentagePerPeriod200Response getInfillPercentagePerPeriod()
105
+
106
+
107
+ ### Example
108
+
109
+ ```typescript
110
+ import {
111
+ StaffClubAnalyticsApi,
112
+ Configuration
113
+ } from '@tennac-booking/sdk';
114
+
115
+ const configuration = new Configuration();
116
+ const apiInstance = new StaffClubAnalyticsApi(configuration);
117
+
118
+ let startDate: string; //Date de début (format ISO) (default to undefined)
119
+ let endDate: string; //Date de fin (format ISO) (default to undefined)
120
+
121
+ const { status, data } = await apiInstance.getInfillPercentagePerPeriod(
122
+ startDate,
123
+ endDate
124
+ );
125
+ ```
126
+
127
+ ### Parameters
128
+
129
+ |Name | Type | Description | Notes|
130
+ |------------- | ------------- | ------------- | -------------|
131
+ | **startDate** | [**string**] | Date de début (format ISO) | defaults to undefined|
132
+ | **endDate** | [**string**] | Date de fin (format ISO) | defaults to undefined|
133
+
134
+
135
+ ### Return type
136
+
137
+ **GetInfillPercentagePerPeriod200Response**
138
+
139
+ ### Authorization
140
+
141
+ [bearerAuth](../README.md#bearerAuth)
142
+
143
+ ### HTTP request headers
144
+
145
+ - **Content-Type**: Not defined
146
+ - **Accept**: application/json
147
+
148
+
149
+ ### HTTP response details
150
+ | Status code | Description | Response headers |
151
+ |-------------|-------------|------------------|
152
+ |**200** | Taux de remplissage calculé | - |
153
+ |**400** | Requête invalide | - |
154
+ |**401** | Non autorisé | - |
155
+ |**403** | Accès interdit | - |
156
+ |**500** | Erreur serveur interne | - |
157
+
158
+ [[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)
159
+
160
+ # **getLastSixMonthsTurnover**
161
+ > Array<GetLastSixMonthsTurnover200ResponseInner> getLastSixMonthsTurnover()
162
+
163
+
164
+ ### Example
165
+
166
+ ```typescript
167
+ import {
168
+ StaffClubAnalyticsApi,
169
+ Configuration
170
+ } from '@tennac-booking/sdk';
171
+
172
+ const configuration = new Configuration();
173
+ const apiInstance = new StaffClubAnalyticsApi(configuration);
174
+
175
+ const { status, data } = await apiInstance.getLastSixMonthsTurnover();
176
+ ```
177
+
178
+ ### Parameters
179
+ This endpoint does not have any parameters.
180
+
181
+
182
+ ### Return type
183
+
184
+ **Array<GetLastSixMonthsTurnover200ResponseInner>**
185
+
186
+ ### Authorization
187
+
188
+ [bearerAuth](../README.md#bearerAuth)
189
+
190
+ ### HTTP request headers
191
+
192
+ - **Content-Type**: Not defined
193
+ - **Accept**: application/json
194
+
195
+
196
+ ### HTTP response details
197
+ | Status code | Description | Response headers |
198
+ |-------------|-------------|------------------|
199
+ |**200** | Turnover data for the last 6 months | - |
200
+ |**500** | Erreur serveur interne | - |
201
+
202
+ [[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)
203
+
204
+ # **getNumberOfClubUsers**
205
+ > GetNumberOfClubUsers200Response getNumberOfClubUsers()
206
+
207
+
208
+ ### Example
209
+
210
+ ```typescript
211
+ import {
212
+ StaffClubAnalyticsApi,
213
+ Configuration
214
+ } from '@tennac-booking/sdk';
215
+
216
+ const configuration = new Configuration();
217
+ const apiInstance = new StaffClubAnalyticsApi(configuration);
218
+
219
+ let id: string; //ID du club (optionnel, si absent, pris depuis le token) (optional) (default to undefined)
220
+
221
+ const { status, data } = await apiInstance.getNumberOfClubUsers(
222
+ id
223
+ );
224
+ ```
225
+
226
+ ### Parameters
227
+
228
+ |Name | Type | Description | Notes|
229
+ |------------- | ------------- | ------------- | -------------|
230
+ | **id** | [**string**] | ID du club (optionnel, si absent, pris depuis le token) | (optional) defaults to undefined|
231
+
232
+
233
+ ### Return type
234
+
235
+ **GetNumberOfClubUsers200Response**
236
+
237
+ ### Authorization
238
+
239
+ [bearerAuth](../README.md#bearerAuth)
240
+
241
+ ### HTTP request headers
242
+
243
+ - **Content-Type**: Not defined
244
+ - **Accept**: application/json
245
+
246
+
247
+ ### HTTP response details
248
+ | Status code | Description | Response headers |
249
+ |-------------|-------------|------------------|
250
+ |**200** | Number of subscribed users | - |
251
+ |**500** | Erreur serveur interne | - |
252
+
253
+ [[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)
254
+
@@ -0,0 +1,52 @@
1
+ # StaffClubBookingsApi
2
+
3
+ All URIs are relative to *https://api.mon-domaine.com*
4
+
5
+ |Method | HTTP request | Description|
6
+ |------------- | ------------- | -------------|
7
+ |[**getTenNextBookings**](#gettennextbookings) | **GET** /api/analytics/next-bookings | Get the ten next bookings for the current club|
8
+
9
+ # **getTenNextBookings**
10
+ > Array<BookingPopulated> getTenNextBookings()
11
+
12
+
13
+ ### Example
14
+
15
+ ```typescript
16
+ import {
17
+ StaffClubBookingsApi,
18
+ Configuration
19
+ } from '@tennac-booking/sdk';
20
+
21
+ const configuration = new Configuration();
22
+ const apiInstance = new StaffClubBookingsApi(configuration);
23
+
24
+ const { status, data } = await apiInstance.getTenNextBookings();
25
+ ```
26
+
27
+ ### Parameters
28
+ This endpoint does not have any parameters.
29
+
30
+
31
+ ### Return type
32
+
33
+ **Array<BookingPopulated>**
34
+
35
+ ### Authorization
36
+
37
+ [bearerAuth](../README.md#bearerAuth)
38
+
39
+ ### HTTP request headers
40
+
41
+ - **Content-Type**: Not defined
42
+ - **Accept**: application/json
43
+
44
+
45
+ ### HTTP response details
46
+ | Status code | Description | Response headers |
47
+ |-------------|-------------|------------------|
48
+ |**200** | List of next bookings | - |
49
+ |**500** | Erreur serveur interne | - |
50
+
51
+ [[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)
52
+
@@ -0,0 +1,147 @@
1
+ # StaffClubsApi
2
+
3
+ All URIs are relative to *https://api.mon-domaine.com*
4
+
5
+ |Method | HTTP request | Description|
6
+ |------------- | ------------- | -------------|
7
+ |[**getClubInfos**](#getclubinfos) | **GET** /api/clubs/infos | Get current club information|
8
+ |[**getClubSettings**](#getclubsettings) | **GET** /api/club-settings | Récupère les paramètres d’un club|
9
+ |[**getSports**](#getsports) | **GET** /api/sports | Récupère la liste des sports du club courant|
10
+
11
+ # **getClubInfos**
12
+ > GetClubInfos200Response getClubInfos()
13
+
14
+
15
+ ### Example
16
+
17
+ ```typescript
18
+ import {
19
+ StaffClubsApi,
20
+ Configuration
21
+ } from '@tennac-booking/sdk';
22
+
23
+ const configuration = new Configuration();
24
+ const apiInstance = new StaffClubsApi(configuration);
25
+
26
+ const { status, data } = await apiInstance.getClubInfos();
27
+ ```
28
+
29
+ ### Parameters
30
+ This endpoint does not have any parameters.
31
+
32
+
33
+ ### Return type
34
+
35
+ **GetClubInfos200Response**
36
+
37
+ ### Authorization
38
+
39
+ [bearerAuth](../README.md#bearerAuth)
40
+
41
+ ### HTTP request headers
42
+
43
+ - **Content-Type**: Not defined
44
+ - **Accept**: application/json
45
+
46
+
47
+ ### HTTP response details
48
+ | Status code | Description | Response headers |
49
+ |-------------|-------------|------------------|
50
+ |**200** | Club information | - |
51
+ |**500** | Erreur serveur interne | - |
52
+
53
+ [[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)
54
+
55
+ # **getClubSettings**
56
+ > ClubSettings getClubSettings()
57
+
58
+
59
+ ### Example
60
+
61
+ ```typescript
62
+ import {
63
+ StaffClubsApi,
64
+ Configuration
65
+ } from '@tennac-booking/sdk';
66
+
67
+ const configuration = new Configuration();
68
+ const apiInstance = new StaffClubsApi(configuration);
69
+
70
+ const { status, data } = await apiInstance.getClubSettings();
71
+ ```
72
+
73
+ ### Parameters
74
+ This endpoint does not have any parameters.
75
+
76
+
77
+ ### Return type
78
+
79
+ **ClubSettings**
80
+
81
+ ### Authorization
82
+
83
+ [bearerAuth](../README.md#bearerAuth)
84
+
85
+ ### HTTP request headers
86
+
87
+ - **Content-Type**: Not defined
88
+ - **Accept**: application/json
89
+
90
+
91
+ ### HTTP response details
92
+ | Status code | Description | Response headers |
93
+ |-------------|-------------|------------------|
94
+ |**200** | Paramètres du club | - |
95
+ |**401** | Non autorisé | - |
96
+ |**403** | Accès interdit | - |
97
+ |**404** | Paramètres non trouvés | - |
98
+ |**500** | Erreur serveur interne | - |
99
+
100
+ [[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)
101
+
102
+ # **getSports**
103
+ > Array<SportResponse> getSports()
104
+
105
+
106
+ ### Example
107
+
108
+ ```typescript
109
+ import {
110
+ StaffClubsApi,
111
+ Configuration
112
+ } from '@tennac-booking/sdk';
113
+
114
+ const configuration = new Configuration();
115
+ const apiInstance = new StaffClubsApi(configuration);
116
+
117
+ const { status, data } = await apiInstance.getSports();
118
+ ```
119
+
120
+ ### Parameters
121
+ This endpoint does not have any parameters.
122
+
123
+
124
+ ### Return type
125
+
126
+ **Array<SportResponse>**
127
+
128
+ ### Authorization
129
+
130
+ [bearerAuth](../README.md#bearerAuth)
131
+
132
+ ### HTTP request headers
133
+
134
+ - **Content-Type**: Not defined
135
+ - **Accept**: application/json
136
+
137
+
138
+ ### HTTP response details
139
+ | Status code | Description | Response headers |
140
+ |-------------|-------------|------------------|
141
+ |**200** | Liste des sports | - |
142
+ |**401** | Non autorisé | - |
143
+ |**403** | Accès interdit | - |
144
+ |**500** | Erreur serveur interne | - |
145
+
146
+ [[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)
147
+
@@ -0,0 +1,20 @@
1
+ # StaffEventResponse
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **events** | [**Array&lt;Event&gt;**](Event.md) | | [optional] [default to undefined]
9
+
10
+ ## Example
11
+
12
+ ```typescript
13
+ import { StaffEventResponse } from '@tennac-booking/sdk';
14
+
15
+ const instance: StaffEventResponse = {
16
+ events,
17
+ };
18
+ ```
19
+
20
+ [[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,54 @@
1
+ # StaffEventsApi
2
+
3
+ All URIs are relative to *https://api.mon-domaine.com*
4
+
5
+ |Method | HTTP request | Description|
6
+ |------------- | ------------- | -------------|
7
+ |[**getEventsByClub**](#geteventsbyclub) | **GET** /api/events/staff/getEvents | Get all events for current club (including unpublished)|
8
+
9
+ # **getEventsByClub**
10
+ > StaffEventResponse getEventsByClub()
11
+
12
+
13
+ ### Example
14
+
15
+ ```typescript
16
+ import {
17
+ StaffEventsApi,
18
+ Configuration
19
+ } from '@tennac-booking/sdk';
20
+
21
+ const configuration = new Configuration();
22
+ const apiInstance = new StaffEventsApi(configuration);
23
+
24
+ const { status, data } = await apiInstance.getEventsByClub();
25
+ ```
26
+
27
+ ### Parameters
28
+ This endpoint does not have any parameters.
29
+
30
+
31
+ ### Return type
32
+
33
+ **StaffEventResponse**
34
+
35
+ ### Authorization
36
+
37
+ [bearerAuth](../README.md#bearerAuth)
38
+
39
+ ### HTTP request headers
40
+
41
+ - **Content-Type**: Not defined
42
+ - **Accept**: application/json
43
+
44
+
45
+ ### HTTP response details
46
+ | Status code | Description | Response headers |
47
+ |-------------|-------------|------------------|
48
+ |**200** | List of all events | - |
49
+ |**400** | Requête invalide | - |
50
+ |**401** | Non autorisé | - |
51
+ |**500** | Erreur serveur interne | - |
52
+
53
+ [[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)
54
+
@@ -0,0 +1,110 @@
1
+ # StaffProfileApi
2
+
3
+ All URIs are relative to *https://api.mon-domaine.com*
4
+
5
+ |Method | HTTP request | Description|
6
+ |------------- | ------------- | -------------|
7
+ |[**getUserProfileStaff**](#getuserprofilestaff) | **GET** /api/users/staff/profile/:id | Récupère le profil d\&#39;un utilisateur par son ID (données staff uniquement)|
8
+ |[**getUserRolesInClubs**](#getuserrolesinclubs) | **GET** /api/users/me/roles | Récupère les rôles de l\&#39;utilisateur dans les clubs|
9
+
10
+ # **getUserProfileStaff**
11
+ > UserInfoStaff getUserProfileStaff()
12
+
13
+
14
+ ### Example
15
+
16
+ ```typescript
17
+ import {
18
+ StaffProfileApi,
19
+ Configuration
20
+ } from '@tennac-booking/sdk';
21
+
22
+ const configuration = new Configuration();
23
+ const apiInstance = new StaffProfileApi(configuration);
24
+
25
+ let id: string; //ID de l\'utilisateur (default to undefined)
26
+
27
+ const { status, data } = await apiInstance.getUserProfileStaff(
28
+ id
29
+ );
30
+ ```
31
+
32
+ ### Parameters
33
+
34
+ |Name | Type | Description | Notes|
35
+ |------------- | ------------- | ------------- | -------------|
36
+ | **id** | [**string**] | ID de l\&#39;utilisateur | defaults to undefined|
37
+
38
+
39
+ ### Return type
40
+
41
+ **UserInfoStaff**
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** | Profil utilisateur | - |
57
+ |**400** | Requête invalide | - |
58
+ |**401** | Non autorisé | - |
59
+ |**403** | Accès interdit | - |
60
+ |**404** | Ressource non trouvée | - |
61
+ |**500** | Erreur serveur interne | - |
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)
64
+
65
+ # **getUserRolesInClubs**
66
+ > GetUserRolesResponse getUserRolesInClubs()
67
+
68
+
69
+ ### Example
70
+
71
+ ```typescript
72
+ import {
73
+ StaffProfileApi,
74
+ Configuration
75
+ } from '@tennac-booking/sdk';
76
+
77
+ const configuration = new Configuration();
78
+ const apiInstance = new StaffProfileApi(configuration);
79
+
80
+ const { status, data } = await apiInstance.getUserRolesInClubs();
81
+ ```
82
+
83
+ ### Parameters
84
+ This endpoint does not have any parameters.
85
+
86
+
87
+ ### Return type
88
+
89
+ **GetUserRolesResponse**
90
+
91
+ ### Authorization
92
+
93
+ [bearerAuth](../README.md#bearerAuth)
94
+
95
+ ### HTTP request headers
96
+
97
+ - **Content-Type**: Not defined
98
+ - **Accept**: application/json
99
+
100
+
101
+ ### HTTP response details
102
+ | Status code | Description | Response headers |
103
+ |-------------|-------------|------------------|
104
+ |**200** | Liste des rôles dans les clubs | - |
105
+ |**400** | Requête invalide | - |
106
+ |**401** | Non autorisé | - |
107
+ |**500** | Erreur serveur interne | - |
108
+
109
+ [[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)
110
+
@@ -0,0 +1,22 @@
1
+ # StaffUserProfileResponse
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **isSubscribedToMyClub** | **boolean** | | [optional] [default to undefined]
9
+ **creditOnMyClub** | **number** | | [optional] [default to undefined]
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import { StaffUserProfileResponse } from '@tennac-booking/sdk';
15
+
16
+ const instance: StaffUserProfileResponse = {
17
+ isSubscribedToMyClub,
18
+ creditOnMyClub,
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,22 @@
1
+ # SubscribeToClubRequestBody
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **clubId** | **string** | | [default to undefined]
9
+ **priceId** | **string** | | [default to undefined]
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import { SubscribeToClubRequestBody } from '@tennac-booking/sdk';
15
+
16
+ const instance: SubscribeToClubRequestBody = {
17
+ clubId,
18
+ priceId,
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,20 @@
1
+ # SubscriptionMutationResponse
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **subscription** | **{ [key: string]: any; }** | Construct a type with a set of properties K of type T | [default to undefined]
9
+
10
+ ## Example
11
+
12
+ ```typescript
13
+ import { SubscriptionMutationResponse } from '@tennac-booking/sdk';
14
+
15
+ const instance: SubscriptionMutationResponse = {
16
+ subscription,
17
+ };
18
+ ```
19
+
20
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)