@tennac-booking/sdk 1.0.36 → 1.0.38

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 (207) hide show
  1. package/.openapi-generator/FILES +166 -4
  2. package/README.md +243 -6
  3. package/api.ts +14715 -619
  4. package/base.ts +1 -1
  5. package/common.ts +1 -1
  6. package/configuration.ts +1 -1
  7. package/dist/api.d.ts +9878 -638
  8. package/dist/api.js +8453 -10
  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 +9878 -638
  16. package/dist/esm/api.js +8334 -9
  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/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/AddPaymentMethodSetupRequestBody.md +20 -0
  33. package/docs/AddPaymentMethodSetupResponse.md +24 -0
  34. package/docs/ApiErrorResponse.md +1 -1
  35. package/docs/BlockSlotResponse.md +22 -0
  36. package/docs/BookingHistoryResponse.md +22 -0
  37. package/docs/BookingHistoryResponseHistoryInner.md +32 -0
  38. package/docs/BookingPaymentStatusResponse.md +24 -0
  39. package/docs/BookingPaymentStatusResponseBooking.md +26 -0
  40. package/docs/BookingPaymentStatusResponsePaymentStatusInner.md +36 -0
  41. package/docs/BookingPaymentStatusResponseSummary.md +28 -0
  42. package/docs/BookingPopulated.md +28 -0
  43. package/docs/BookingPopulatedPaymentByPlayersStatusInner.md +22 -0
  44. package/docs/BookingPopulatedPaymentByPlayersStatusInnerInvoicesInner.md +24 -0
  45. package/docs/BookingPopulatedSlotId.md +26 -0
  46. package/docs/BookingPopulatedSlotIdCourtId.md +28 -0
  47. package/docs/BookingPopulatedSlotIdCourtIdSportId.md +22 -0
  48. package/docs/BookingPopulatedUserId.md +24 -0
  49. package/docs/BookingResponse.md +28 -0
  50. package/docs/BookingsApi.md +113 -0
  51. package/docs/BookingsStaffWeeklyWeekIdGet200Response.md +20 -0
  52. package/docs/CancelBookingResponse.md +22 -0
  53. package/docs/CancelBookingResponseBooking.md +30 -0
  54. package/docs/ChangePasswordRequestBody.md +22 -0
  55. package/docs/ChangePasswordResponse.md +20 -0
  56. package/docs/CheckInPlayersResponse.md +30 -0
  57. package/docs/CheckInPlayersResponseCheckedInPlayersInner.md +34 -0
  58. package/docs/Club.md +1 -1
  59. package/docs/ClubAnalyticsApi.md +241 -0
  60. package/docs/ClubInfoResponse.md +48 -0
  61. package/docs/ClubMember.md +24 -0
  62. package/docs/ClubMembersResponse.md +22 -0
  63. package/docs/ClubResponse.md +1 -1
  64. package/docs/ClubRoleResponse.md +6 -6
  65. package/docs/ClubRolesResponse.md +22 -0
  66. package/docs/ClubSettings.md +21 -9
  67. package/docs/ClubStaffResponse.md +48 -0
  68. package/docs/ClubsApi.md +61 -0
  69. package/docs/ConfirmPaymentMethodSetupRequestBody.md +20 -0
  70. package/docs/ConfirmPaymentMethodSetupResponse.md +22 -0
  71. package/docs/CourtDeleteResponse.md +20 -0
  72. package/docs/CourtResponse.md +18 -16
  73. package/docs/CourtStatus.md +5 -2
  74. package/docs/CourtWithNameResponse.md +48 -0
  75. package/docs/CourtsResponse.md +22 -0
  76. package/docs/CourtsWithNameResponse.md +22 -0
  77. package/docs/CreateBookingRequest.md +28 -0
  78. package/docs/CreateClubRoleRequestBody.md +24 -0
  79. package/docs/CreateCourtRequest.md +36 -0
  80. package/docs/CreateEventRequest.md +30 -0
  81. package/docs/CreatePriceRequest.md +26 -0
  82. package/docs/CreateSportRequest.md +26 -0
  83. package/docs/CreateSubscriptionPlanRequest.md +24 -0
  84. package/docs/DailyTurnoverResponse.md +24 -0
  85. package/docs/DeleteClubRole200Response.md +20 -0
  86. package/docs/DeleteEvent200Response.md +20 -0
  87. package/docs/DeleteSlotsByClubInRange200Response.md +20 -0
  88. package/docs/DeleteSport200Response.md +20 -0
  89. package/docs/Event.md +40 -0
  90. package/docs/EventBooking.md +32 -0
  91. package/docs/EventRegistrationRequest.md +22 -0
  92. package/docs/EventsApi.md +119 -0
  93. package/docs/FavoriteClubItem.md +26 -0
  94. package/docs/FavoriteClubResponse.md +22 -0
  95. package/docs/FavoritePlayerPublic.md +28 -0
  96. package/docs/FavoritePlayersIdsResponse.md +22 -0
  97. package/docs/FavoritePlayersResponse.md +20 -0
  98. package/docs/{UserResponseFrequentlyPlayedWithInner.md → FrequentlyPlayedWithItem.md} +3 -3
  99. package/docs/{UserResponseFrequentlyVisitedClubsInner.md → FrequentlyVisitedClubItem.md} +3 -3
  100. package/docs/GenderPercentage.md +26 -0
  101. package/docs/GetActiveClubs200Response.md +20 -0
  102. package/docs/GetClubInfos200Response.md +30 -0
  103. package/docs/GetClubUsersById200Response.md +20 -0
  104. package/docs/GetCourtsByClubAndSport200Response.md +26 -0
  105. package/docs/GetInfillPercentagePerPeriod200Response.md +24 -0
  106. package/docs/GetLastSixMonthsTurnover200ResponseInner.md +22 -0
  107. package/docs/GetNumberOfClubUsers200Response.md +20 -0
  108. package/docs/GetPublishedEventsByClubId200Response.md +20 -0
  109. package/docs/GetUserRolesResponse.md +20 -0
  110. package/docs/GetUserRolesResponseRolesInner.md +26 -0
  111. package/docs/GetUserSubscriptionsResponse.md +22 -0
  112. package/docs/GoogleSignInRequestBody.md +20 -0
  113. package/docs/GoogleSignInResponse.md +24 -0
  114. package/docs/InitiateSubscriptionSessionRequestBody.md +26 -0
  115. package/docs/InitiateSubscriptionSessionResponse.md +22 -0
  116. package/docs/InvoicesResponse.md +22 -0
  117. package/docs/InvoicesResponseInvoicesInner.md +34 -0
  118. package/docs/InvoicesResponsePagination.md +26 -0
  119. package/docs/LevelBySportsItem.md +22 -0
  120. package/docs/LoginRequestBody.md +22 -0
  121. package/docs/LoginResponse.md +28 -0
  122. package/docs/ManagerBookingsApi.md +125 -0
  123. package/docs/ManagerCancelBookingRequest.md +20 -0
  124. package/docs/ManagerCancelBookingResponse.md +22 -0
  125. package/docs/ManagerCancelBookingResponseBooking.md +30 -0
  126. package/docs/ManagerClubCourtsApi.md +220 -0
  127. package/docs/ManagerClubRolesApi.md +268 -0
  128. package/docs/ManagerClubSlotsApi.md +119 -0
  129. package/docs/ManagerClubSubscriptionsApi.md +387 -0
  130. package/docs/ManagerClubsApi.md +253 -0
  131. package/docs/ManagerEventResponse.md +22 -0
  132. package/docs/ManagerEventsApi.md +227 -0
  133. package/docs/ManagerSportsApi.md +119 -0
  134. package/docs/MonthlyTurnoverResponse.md +28 -0
  135. package/docs/NoShowFeeResponse.md +30 -0
  136. package/docs/NoShowFeeResponseCaptureResultsInner.md +30 -0
  137. package/docs/NoShowFeeResponseCreatorChargeResult.md +26 -0
  138. package/docs/PaymentStatus.md +30 -0
  139. package/docs/PlayerWithPaymentMethod.md +22 -0
  140. package/docs/PriceResponse.md +2 -8
  141. package/docs/ProfilePictureResponse.md +20 -0
  142. package/docs/ProfileVisibilityResponse.md +20 -0
  143. package/docs/PublicClubUser.md +46 -0
  144. package/docs/PublicClubUserFrequentlyPlayedWithInner.md +28 -0
  145. package/docs/PublicClubUserFrequentlyVisitedClubsInner.md +24 -0
  146. package/docs/{UserResponseLevelBySportsInner.md → PublicClubUserLevelBySportsInner.md} +3 -3
  147. package/docs/RefreshTokenRequestBody.md +20 -0
  148. package/docs/RefreshTokenResponse.md +22 -0
  149. package/docs/RegisterForEvent201Response.md +20 -0
  150. package/docs/{User.md → RegisterRequestBody.md} +5 -9
  151. package/docs/RestoreSubscriptionPlanForClub200Response.md +20 -0
  152. package/docs/SetupPaymentMethodRequestBody.md +20 -0
  153. package/docs/SetupPaymentMethodResponse.md +24 -0
  154. package/docs/SlotResponse.md +2 -10
  155. package/docs/SlotsResponse.md +22 -0
  156. package/docs/Sport.md +0 -2
  157. package/docs/SportResponse.md +4 -2
  158. package/docs/StaffBookingsApi.md +61 -0
  159. package/docs/StaffClubAnalyticsApi.md +254 -0
  160. package/docs/StaffClubBookingsApi.md +52 -0
  161. package/docs/StaffClubsApi.md +147 -0
  162. package/docs/StaffEventResponse.md +20 -0
  163. package/docs/StaffEventsApi.md +54 -0
  164. package/docs/StaffProfileApi.md +110 -0
  165. package/docs/SubscribeToClubRequestBody.md +22 -0
  166. package/docs/SubscriptionPlanResponse.md +32 -0
  167. package/docs/UpdateClubRequest.md +34 -0
  168. package/docs/UpdateClubRoleRequestBody.md +24 -0
  169. package/docs/UpdateClubSettingsRequest.md +28 -0
  170. package/docs/UpdateCourtRequest.md +38 -0
  171. package/docs/UpdateCustomerRequestBody.md +26 -0
  172. package/docs/UpdateCustomerRequestBodyAddress.md +30 -0
  173. package/docs/UpdateCustomerResponse.md +22 -0
  174. package/docs/UpdateCustomerResponseCustomer.md +28 -0
  175. package/docs/UpdateLevelBySportsRequestBody.md +20 -0
  176. package/docs/UpdateProfilePictureRequestBody.md +20 -0
  177. package/docs/UpdateProfileVisibilityRequestBody.md +20 -0
  178. package/docs/UpdateSportRequest.md +24 -0
  179. package/docs/UpdateSubscriptionPlanRequest.md +24 -0
  180. package/docs/UpdateSubscriptionPlanResponse.md +22 -0
  181. package/docs/UpdateUserCityRequestBody.md +20 -0
  182. package/docs/UpdateUserDescriptionRequestBody.md +20 -0
  183. package/docs/UpdateUserRequestBody.md +38 -0
  184. package/docs/UpdateUserRequestBodyLevelBySportsInner.md +22 -0
  185. package/docs/UserApi.md +63 -0
  186. package/docs/UserAuthenticationApi.md +226 -0
  187. package/docs/UserBookingItem.md +46 -0
  188. package/docs/UserBookingsApi.md +166 -0
  189. package/docs/UserBookingsResponse.md +26 -0
  190. package/docs/UserCityResponse.md +20 -0
  191. package/docs/UserClubCourtsApi.md +64 -0
  192. package/docs/UserClubSlotsApi.md +181 -0
  193. package/docs/UserClubSportsApi.md +60 -0
  194. package/docs/UserClubsApi.md +145 -0
  195. package/docs/UserDescriptionResponse.md +20 -0
  196. package/docs/UserFavoriteClubsResponse.md +20 -0
  197. package/docs/UserInfoStaff.md +38 -0
  198. package/docs/UserPaymentApi.md +176 -0
  199. package/docs/UserProfileApi.md +1254 -0
  200. package/docs/UserResponse.md +8 -48
  201. package/docs/UserStaffResponse.md +40 -0
  202. package/docs/UserSubscriptionsApi.md +222 -0
  203. package/docs/UsersApi.md +243 -0
  204. package/docs/YearlyTurnoverResponse.md +26 -0
  205. package/docs/YearlyTurnoverResponseMonthlyBreakdownInner.md +24 -0
  206. package/index.ts +1 -1
  207. package/package.json +1 -1
@@ -8,35 +8,197 @@ common.ts
8
8
  configuration.ts
9
9
  docs/ActiveClub.md
10
10
  docs/ActiveClubListResponse.md
11
+ docs/AddClubMemberRequest.md
12
+ docs/AddClubMemberResponse.md
13
+ docs/AddFavoriteClubRequestBody.md
14
+ docs/AddFavoritePlayerRequestBody.md
15
+ docs/AddPaymentMethodSetupRequestBody.md
16
+ docs/AddPaymentMethodSetupResponse.md
11
17
  docs/ApiErrorResponse.md
18
+ docs/BlockSlotResponse.md
12
19
  docs/Booking.md
20
+ docs/BookingHistoryResponse.md
21
+ docs/BookingHistoryResponseHistoryInner.md
22
+ docs/BookingPaymentStatusResponse.md
23
+ docs/BookingPaymentStatusResponseBooking.md
24
+ docs/BookingPaymentStatusResponsePaymentStatusInner.md
25
+ docs/BookingPaymentStatusResponseSummary.md
26
+ docs/BookingPopulated.md
27
+ docs/BookingPopulatedPaymentByPlayersStatusInner.md
28
+ docs/BookingPopulatedPaymentByPlayersStatusInnerInvoicesInner.md
29
+ docs/BookingPopulatedSlotId.md
30
+ docs/BookingPopulatedSlotIdCourtId.md
31
+ docs/BookingPopulatedSlotIdCourtIdSportId.md
32
+ docs/BookingPopulatedUserId.md
33
+ docs/BookingResponse.md
13
34
  docs/BookingStatus.md
35
+ docs/BookingsApi.md
36
+ docs/BookingsStaffWeeklyWeekIdGet200Response.md
37
+ docs/CancelBookingResponse.md
38
+ docs/CancelBookingResponseBooking.md
39
+ docs/ChangePasswordRequestBody.md
40
+ docs/ChangePasswordResponse.md
41
+ docs/CheckInPlayersResponse.md
42
+ docs/CheckInPlayersResponseCheckedInPlayersInner.md
14
43
  docs/Club.md
44
+ docs/ClubAnalyticsApi.md
45
+ docs/ClubInfoResponse.md
15
46
  docs/ClubListResponse.md
47
+ docs/ClubMember.md
48
+ docs/ClubMembersResponse.md
16
49
  docs/ClubResponse.md
17
50
  docs/ClubRole.md
18
51
  docs/ClubRoleResponse.md
52
+ docs/ClubRolesResponse.md
19
53
  docs/ClubSettings.md
54
+ docs/ClubStaffResponse.md
55
+ docs/ClubsApi.md
56
+ docs/ConfirmPaymentMethodSetupRequestBody.md
57
+ docs/ConfirmPaymentMethodSetupResponse.md
20
58
  docs/Court.md
59
+ docs/CourtDeleteResponse.md
21
60
  docs/CourtResponse.md
22
61
  docs/CourtStatus.md
62
+ docs/CourtWithNameResponse.md
63
+ docs/CourtsResponse.md
64
+ docs/CourtsWithNameResponse.md
65
+ docs/CreateBookingRequest.md
66
+ docs/CreateClubRoleRequestBody.md
67
+ docs/CreateCourtRequest.md
68
+ docs/CreateEventRequest.md
69
+ docs/CreatePriceRequest.md
70
+ docs/CreateSportRequest.md
71
+ docs/CreateSubscriptionPlanRequest.md
72
+ docs/DailyTurnoverResponse.md
73
+ docs/DeleteClubRole200Response.md
74
+ docs/DeleteEvent200Response.md
75
+ docs/DeleteSlotsByClubInRange200Response.md
76
+ docs/DeleteSport200Response.md
77
+ docs/Event.md
78
+ docs/EventBooking.md
79
+ docs/EventRegistrationRequest.md
80
+ docs/EventsApi.md
81
+ docs/FavoriteClubItem.md
82
+ docs/FavoriteClubResponse.md
83
+ docs/FavoritePlayerPublic.md
84
+ docs/FavoritePlayersIdsResponse.md
85
+ docs/FavoritePlayersResponse.md
86
+ docs/FrequentlyPlayedWithItem.md
87
+ docs/FrequentlyVisitedClubItem.md
88
+ docs/GenderPercentage.md
89
+ docs/GetActiveClubs200Response.md
90
+ docs/GetClubInfos200Response.md
91
+ docs/GetClubUsersById200Response.md
92
+ docs/GetCourtsByClubAndSport200Response.md
93
+ docs/GetInfillPercentagePerPeriod200Response.md
94
+ docs/GetLastSixMonthsTurnover200ResponseInner.md
95
+ docs/GetNumberOfClubUsers200Response.md
96
+ docs/GetPublishedEventsByClubId200Response.md
97
+ docs/GetUserRolesResponse.md
98
+ docs/GetUserRolesResponseRolesInner.md
99
+ docs/GetUserSubscriptionsResponse.md
100
+ docs/GoogleSignInRequestBody.md
101
+ docs/GoogleSignInResponse.md
102
+ docs/InitiateSubscriptionSessionRequestBody.md
103
+ docs/InitiateSubscriptionSessionResponse.md
104
+ docs/InvoicesResponse.md
105
+ docs/InvoicesResponseInvoicesInner.md
106
+ docs/InvoicesResponsePagination.md
107
+ docs/LevelBySportsItem.md
23
108
  docs/Location.md
109
+ docs/LoginRequestBody.md
110
+ docs/LoginResponse.md
111
+ docs/ManagerBookingsApi.md
112
+ docs/ManagerCancelBookingRequest.md
113
+ docs/ManagerCancelBookingResponse.md
114
+ docs/ManagerCancelBookingResponseBooking.md
115
+ docs/ManagerClubCourtsApi.md
116
+ docs/ManagerClubRolesApi.md
117
+ docs/ManagerClubSlotsApi.md
118
+ docs/ManagerClubSubscriptionsApi.md
119
+ docs/ManagerClubsApi.md
120
+ docs/ManagerEventResponse.md
121
+ docs/ManagerEventsApi.md
122
+ docs/ManagerSportsApi.md
123
+ docs/MonthlyTurnoverResponse.md
124
+ docs/NoShowFeeResponse.md
125
+ docs/NoShowFeeResponseCaptureResultsInner.md
126
+ docs/NoShowFeeResponseCreatorChargeResult.md
24
127
  docs/PaymentMethod.md
128
+ docs/PaymentStatus.md
129
+ docs/PlayerWithPaymentMethod.md
25
130
  docs/PriceResponse.md
131
+ docs/ProfilePictureResponse.md
132
+ docs/ProfileVisibilityResponse.md
133
+ docs/PublicClubUser.md
134
+ docs/PublicClubUserFrequentlyPlayedWithInner.md
135
+ docs/PublicClubUserFrequentlyVisitedClubsInner.md
136
+ docs/PublicClubUserLevelBySportsInner.md
137
+ docs/RefreshTokenRequestBody.md
138
+ docs/RefreshTokenResponse.md
139
+ docs/RegisterForEvent201Response.md
140
+ docs/RegisterRequestBody.md
141
+ docs/RestoreSubscriptionPlanForClub200Response.md
142
+ docs/SetupPaymentMethodRequestBody.md
143
+ docs/SetupPaymentMethodResponse.md
26
144
  docs/Slot.md
27
145
  docs/SlotException.md
28
146
  docs/SlotResponse.md
147
+ docs/SlotsResponse.md
29
148
  docs/Sport.md
30
149
  docs/SportResponse.md
150
+ docs/StaffBookingsApi.md
151
+ docs/StaffClubAnalyticsApi.md
152
+ docs/StaffClubBookingsApi.md
153
+ docs/StaffClubsApi.md
154
+ docs/StaffEventResponse.md
155
+ docs/StaffEventsApi.md
156
+ docs/StaffProfileApi.md
31
157
  docs/StripeLink.md
32
158
  docs/StripeStatus.md
159
+ docs/SubscribeToClubRequestBody.md
33
160
  docs/SubscriptionPlan.md
161
+ docs/SubscriptionPlanResponse.md
34
162
  docs/SubscriptionResponse.md
35
- docs/User.md
163
+ docs/UpdateClubRequest.md
164
+ docs/UpdateClubRoleRequestBody.md
165
+ docs/UpdateClubSettingsRequest.md
166
+ docs/UpdateCourtRequest.md
167
+ docs/UpdateCustomerRequestBody.md
168
+ docs/UpdateCustomerRequestBodyAddress.md
169
+ docs/UpdateCustomerResponse.md
170
+ docs/UpdateCustomerResponseCustomer.md
171
+ docs/UpdateLevelBySportsRequestBody.md
172
+ docs/UpdateProfilePictureRequestBody.md
173
+ docs/UpdateProfileVisibilityRequestBody.md
174
+ docs/UpdateSportRequest.md
175
+ docs/UpdateSubscriptionPlanRequest.md
176
+ docs/UpdateSubscriptionPlanResponse.md
177
+ docs/UpdateUserCityRequestBody.md
178
+ docs/UpdateUserDescriptionRequestBody.md
179
+ docs/UpdateUserRequestBody.md
180
+ docs/UpdateUserRequestBodyLevelBySportsInner.md
181
+ docs/UserApi.md
182
+ docs/UserAuthenticationApi.md
183
+ docs/UserBookingItem.md
184
+ docs/UserBookingsApi.md
185
+ docs/UserBookingsResponse.md
186
+ docs/UserCityResponse.md
187
+ docs/UserClubCourtsApi.md
188
+ docs/UserClubSlotsApi.md
189
+ docs/UserClubSportsApi.md
190
+ docs/UserClubsApi.md
191
+ docs/UserDescriptionResponse.md
192
+ docs/UserFavoriteClubsResponse.md
193
+ docs/UserInfoStaff.md
194
+ docs/UserPaymentApi.md
195
+ docs/UserProfileApi.md
36
196
  docs/UserResponse.md
37
- docs/UserResponseFrequentlyPlayedWithInner.md
38
- docs/UserResponseFrequentlyVisitedClubsInner.md
39
- docs/UserResponseLevelBySportsInner.md
197
+ docs/UserStaffResponse.md
198
+ docs/UserSubscriptionsApi.md
199
+ docs/UsersApi.md
200
+ docs/YearlyTurnoverResponse.md
201
+ docs/YearlyTurnoverResponseMonthlyBreakdownInner.md
40
202
  git_push.sh
41
203
  index.ts
42
204
  package.json
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @tennac-booking/sdk@1.0.36
1
+ ## @tennac-booking/sdk@1.0.38
2
2
 
3
3
  This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
4
4
 
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
36
36
  _published:_
37
37
 
38
38
  ```
39
- npm install @tennac-booking/sdk@1.0.36 --save
39
+ npm install @tennac-booking/sdk@1.0.38 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
@@ -51,41 +51,278 @@ All URIs are relative to *https://api.mon-domaine.com*
51
51
 
52
52
  Class | Method | HTTP request | Description
53
53
  ------------ | ------------- | ------------- | -------------
54
+ *BookingsApi* | [**bookingsStaffDailyDateGet**](docs/BookingsApi.md#bookingsstaffdailydateget) | **GET** /bookings/staff/daily/{date} | Récupérer les réservations journalières
55
+ *BookingsApi* | [**bookingsStaffWeeklyWeekIdGet**](docs/BookingsApi.md#bookingsstaffweeklyweekidget) | **GET** /bookings/staff/weekly/{weekId} | Récupérer les réservations hebdomadaires
56
+ *ClubAnalyticsApi* | [**getDailyTurnOver**](docs/ClubAnalyticsApi.md#getdailyturnover) | **GET** /api/analytics/dailyTurnover | Chiffre d\'affaires quotidien (club courant)
57
+ *ClubAnalyticsApi* | [**getInvoices**](docs/ClubAnalyticsApi.md#getinvoices) | **GET** /api/clubs/invoices | Récupérer les factures du club courant
58
+ *ClubAnalyticsApi* | [**getMonthlyTurnOver**](docs/ClubAnalyticsApi.md#getmonthlyturnover) | **GET** /api/analytics/monthlyTurnover | Chiffre d\'affaires mensuel (club courant)
59
+ *ClubAnalyticsApi* | [**getYearlyTurnOver**](docs/ClubAnalyticsApi.md#getyearlyturnover) | **GET** /api/analytics/yearlyTurnover | Chiffre d\'affaires annuel (club courant)
60
+ *ClubsApi* | [**getClubUsersById**](docs/ClubsApi.md#getclubusersbyid) | **GET** /api/clubs/{id}/clubUsers | Récupérer la liste publique des utilisateurs d\'un club
61
+ *EventsApi* | [**getPublishedEventsByClubId**](docs/EventsApi.md#getpublishedeventsbyclubid) | **GET** /api/events | Get all published events for a club
62
+ *EventsApi* | [**registerForEvent**](docs/EventsApi.md#registerforevent) | **POST** /api/events/{eventId}/register | Register for an event
63
+ *ManagerBookingsApi* | [**applyNoShowFee**](docs/ManagerBookingsApi.md#applynoshowfee) | **POST** /api/bookings/{bookingId}/apply-noshow-fee | Appliquer les frais de no-show
64
+ *ManagerBookingsApi* | [**managerCancelBooking**](docs/ManagerBookingsApi.md#managercancelbooking) | **DELETE** /api/bookings/{bookingId}/manager-cancel | Annuler une réservation (gestionnaire)
65
+ *ManagerClubCourtsApi* | [**createCourtForClub**](docs/ManagerClubCourtsApi.md#createcourtforclub) | **POST** /api/clubs/courts | Créer un terrain pour le club courant
66
+ *ManagerClubCourtsApi* | [**deleteCourt**](docs/ManagerClubCourtsApi.md#deletecourt) | **DELETE** /api/clubs/courts/{courtId} | Supprimer un terrain et ses créneaux futurs
67
+ *ManagerClubCourtsApi* | [**getCourtsByClub**](docs/ManagerClubCourtsApi.md#getcourtsbyclub) | **GET** /api/clubs/courts | Récupérer tous les terrains du club courant
68
+ *ManagerClubCourtsApi* | [**updateCourt**](docs/ManagerClubCourtsApi.md#updatecourt) | **PUT** /api/clubs/courts/{courtId} | Mettre à jour un terrain du club courant
69
+ *ManagerClubRolesApi* | [**createClubRole**](docs/ManagerClubRolesApi.md#createclubrole) | **POST** /api/club-roles | Créer un nouveau rôle de club
70
+ *ManagerClubRolesApi* | [**deleteClubRole**](docs/ManagerClubRolesApi.md#deleteclubrole) | **DELETE** /api/club-roles/{id} | Supprimer un rôle de club
71
+ *ManagerClubRolesApi* | [**getAllClubRoles**](docs/ManagerClubRolesApi.md#getallclubroles) | **GET** /api/club-roles | Récupérer tous les rôles de clubs
72
+ *ManagerClubRolesApi* | [**getClubRoleById**](docs/ManagerClubRolesApi.md#getclubrolebyid) | **GET** /api/club-roles/{id} | Récupérer un rôle de club par son ID
73
+ *ManagerClubRolesApi* | [**updateClubRole**](docs/ManagerClubRolesApi.md#updateclubrole) | **PUT** /api/club-roles/{id} | Mettre à jour un rôle de club
74
+ *ManagerClubSlotsApi* | [**deleteSlotsByClubInRange**](docs/ManagerClubSlotsApi.md#deleteslotsbyclubinrange) | **DELETE** /api/clubs/slots | Supprimer des créneaux pour le club courant sur une plage de dates
75
+ *ManagerClubSlotsApi* | [**getSlotsByClub**](docs/ManagerClubSlotsApi.md#getslotsbyclub) | **GET** /api/clubs/slots | Récupérer tous les créneaux du club courant
76
+ *ManagerClubSubscriptionsApi* | [**archivePriceForSubscriptionPlan**](docs/ManagerClubSubscriptionsApi.md#archivepriceforsubscriptionplan) | **DELETE** /api/clubs/subscription-plans/{priceId}/archive-price | Archiver un prix (club courant)
77
+ *ManagerClubSubscriptionsApi* | [**createPriceForSubscriptionPlan**](docs/ManagerClubSubscriptionsApi.md#createpriceforsubscriptionplan) | **POST** /api/clubs/subscription-plans/{productId}/prices | Créer un nouveau prix pour un plan (club courant)
78
+ *ManagerClubSubscriptionsApi* | [**createSubscriptionPlanForClub**](docs/ManagerClubSubscriptionsApi.md#createsubscriptionplanforclub) | **POST** /api/clubs/subscription-plans | Créer un plan d\'abonnement pour le club courant
79
+ *ManagerClubSubscriptionsApi* | [**deleteSubscriptionPlanForClub**](docs/ManagerClubSubscriptionsApi.md#deletesubscriptionplanforclub) | **DELETE** /api/clubs/subscription-plans/{productId} | Supprimer un plan d\'abonnement (club courant)
80
+ *ManagerClubSubscriptionsApi* | [**restoreSubscriptionPlanForClub**](docs/ManagerClubSubscriptionsApi.md#restoresubscriptionplanforclub) | **POST** /api/clubs/subscription-plans/{productId}/restore | Réactiver un plan d\'abonnement (club courant)
81
+ *ManagerClubSubscriptionsApi* | [**restoreSubscriptionPriceForClub**](docs/ManagerClubSubscriptionsApi.md#restoresubscriptionpriceforclub) | **POST** /api/clubs/subscription-plans/{priceId}/restore-price | Réactiver un prix (club courant)
82
+ *ManagerClubSubscriptionsApi* | [**updateSubscriptionPlanForClub**](docs/ManagerClubSubscriptionsApi.md#updatesubscriptionplanforclub) | **PUT** /api/clubs/subscription-plans/{priceId} | Mettre à jour un plan d\'abonnement (club courant)
83
+ *ManagerClubsApi* | [**addClubMember**](docs/ManagerClubsApi.md#addclubmember) | **PUT** /api/clubs/add_members | Ajouter un membre au club courant
84
+ *ManagerClubsApi* | [**getClubInfo**](docs/ManagerClubsApi.md#getclubinfo) | **GET** /api/clubs/me | Récupérer les informations du club courant
85
+ *ManagerClubsApi* | [**getClubMembers**](docs/ManagerClubsApi.md#getclubmembers) | **GET** /api/clubs/members | Récupérer les membres du club courant
86
+ *ManagerClubsApi* | [**getClubRoles**](docs/ManagerClubsApi.md#getclubroles) | **GET** /api/clubs/roles | Récupérer les rôles du club courant
87
+ *ManagerClubsApi* | [**updateClub**](docs/ManagerClubsApi.md#updateclub) | **PUT** /api/clubs | Mettre à jour un club existant (club courant)
88
+ *ManagerEventsApi* | [**createEvent**](docs/ManagerEventsApi.md#createevent) | **POST** /api/events/manager/createEvent | Create a new event
89
+ *ManagerEventsApi* | [**deleteEvent**](docs/ManagerEventsApi.md#deleteevent) | **DELETE** /api/events/manager/deleteEvent/{eventId} | Delete an event
90
+ *ManagerEventsApi* | [**publishEvent**](docs/ManagerEventsApi.md#publishevent) | **PUT** /api/events/manager/publishEvent/{eventId} | Publish an event
91
+ *ManagerEventsApi* | [**unpublishEvent**](docs/ManagerEventsApi.md#unpublishevent) | **PUT** /api/events/manager/unpublishEvent/{eventId} | Unpublish an event
92
+ *ManagerSportsApi* | [**deleteSport**](docs/ManagerSportsApi.md#deletesport) | **DELETE** /api/sports/{id} | Supprimer un sport
93
+ *ManagerSportsApi* | [**updateSport**](docs/ManagerSportsApi.md#updatesport) | **PUT** /api/sports/{id} | Mettre à jour un sport
94
+ *StaffBookingsApi* | [**getBookingByIdStaff**](docs/StaffBookingsApi.md#getbookingbyidstaff) | **GET** /api/bookings/staff/:bookingId | Récupère une réservation par son ID avec les joueurs et terrains (incluant le sport) peuplés.
95
+ *StaffClubAnalyticsApi* | [**getClubPlayers**](docs/StaffClubAnalyticsApi.md#getclubplayers) | **GET** /api/analytics/players | Récupère la liste des joueurs du club (données staff uniquement)
96
+ *StaffClubAnalyticsApi* | [**getGenderPercentage**](docs/StaffClubAnalyticsApi.md#getgenderpercentage) | **GET** /api/analytics/gender | Récupère le pourcentage de joueurs par genre pour le club courant
97
+ *StaffClubAnalyticsApi* | [**getInfillPercentagePerPeriod**](docs/StaffClubAnalyticsApi.md#getinfillpercentageperperiod) | **GET** /api/analytics/infill-percentage | Taux de remplissage des créneaux pour une période donnée (club courant)
98
+ *StaffClubAnalyticsApi* | [**getLastSixMonthsTurnover**](docs/StaffClubAnalyticsApi.md#getlastsixmonthsturnover) | **GET** /api/analytics/lastSixMonthsTurnover | Get monthly turnover for the last six months (club courant)
99
+ *StaffClubAnalyticsApi* | [**getNumberOfClubUsers**](docs/StaffClubAnalyticsApi.md#getnumberofclubusers) | **GET** /api/analytics/user-count | Get number of users subscribed to the club
100
+ *StaffClubBookingsApi* | [**getTenNextBookings**](docs/StaffClubBookingsApi.md#gettennextbookings) | **GET** /api/analytics/next-bookings | Get the ten next bookings for the current club
101
+ *StaffClubsApi* | [**getClubInfos**](docs/StaffClubsApi.md#getclubinfos) | **GET** /api/clubs/infos | Get current club information
102
+ *StaffClubsApi* | [**getClubSettings**](docs/StaffClubsApi.md#getclubsettings) | **GET** /api/club-settings | Récupère les paramètres d’un club
103
+ *StaffClubsApi* | [**getSports**](docs/StaffClubsApi.md#getsports) | **GET** /api/sports | Récupère la liste des sports du club courant
104
+ *StaffEventsApi* | [**getEventsByClub**](docs/StaffEventsApi.md#geteventsbyclub) | **GET** /api/events/staff/getEvents | Get all events for current club (including unpublished)
105
+ *StaffProfileApi* | [**getUserProfileStaff**](docs/StaffProfileApi.md#getuserprofilestaff) | **GET** /api/users/staff/profile/:id | Récupère le profil d\'un utilisateur par son ID (données staff uniquement)
106
+ *StaffProfileApi* | [**getUserRolesInClubs**](docs/StaffProfileApi.md#getuserrolesinclubs) | **GET** /api/users/me/roles | Récupère les rôles de l\'utilisateur dans les clubs
107
+ *UserApi* | [**updateCustomer**](docs/UserApi.md#updatecustomer) | **PUT** /api/users/me/customer | Met à jour le Customer Stripe de l\'utilisateur
108
+ *UserAuthenticationApi* | [**login**](docs/UserAuthenticationApi.md#login) | **POST** /api/users/login | Authentifie un utilisateur
109
+ *UserAuthenticationApi* | [**refreshToken**](docs/UserAuthenticationApi.md#refreshtoken) | **POST** /api/users/refresh-token | Rafraîchit le token d\'accès
110
+ *UserAuthenticationApi* | [**register**](docs/UserAuthenticationApi.md#register) | **POST** /api/users | Crée un nouvel utilisateur
111
+ *UserAuthenticationApi* | [**signInOrSignUpWithGoogle**](docs/UserAuthenticationApi.md#signinorsignupwithgoogle) | **POST** /api/users/googleSignin | Authentifie ou crée un utilisateur via Google OAuth
112
+ *UserBookingsApi* | [**blockSlot**](docs/UserBookingsApi.md#blockslot) | **PATCH** /api/bookings/pre-book/{slotId} | Bloquer un créneau
113
+ *UserBookingsApi* | [**createBooking**](docs/UserBookingsApi.md#createbooking) | **POST** /api/bookings | Créer une réservation
114
+ *UserBookingsApi* | [**getBookingHistory**](docs/UserBookingsApi.md#getbookinghistory) | **GET** /api/users/me/booking-history | Récupère l\'historique des réservations de l\'utilisateur connecté
115
+ *UserClubCourtsApi* | [**getCourtsByClubAndSport**](docs/UserClubCourtsApi.md#getcourtsbyclubandsport) | **GET** /api/clubs/{id}/sports/{sportId}/courts | Récupérer les terrains d\'un club pour un sport spécifique
116
+ *UserClubSlotsApi* | [**getAvailableSlotsByClub**](docs/UserClubSlotsApi.md#getavailableslotsbyclub) | **GET** /api/clubs/{clubID}/availableSlots | Obtenir tous les créneaux disponibles pour un club
117
+ *UserClubSlotsApi* | [**getAvailableSlotsBySports**](docs/UserClubSlotsApi.md#getavailableslotsbysports) | **GET** /api/clubs/{id}/sports/{sportId}/slots | Obtenir tous les slots disponibles pour un sport dans un club
118
+ *UserClubSlotsApi* | [**getAvailableSlotsBySportsAndDay**](docs/UserClubSlotsApi.md#getavailableslotsbysportsandday) | **GET** /api/clubs/{id}/sports/{sportId}/slots/{day} | Obtenir les slots disponibles pour un jour donné
119
+ *UserClubSportsApi* | [**getSportsByClub**](docs/UserClubSportsApi.md#getsportsbyclub) | **GET** /api/clubs/{id}/sports | Récupérer tous les sports pour un club
120
+ *UserClubsApi* | [**getActiveClubs**](docs/UserClubsApi.md#getactiveclubs) | **GET** /api/clubs/activeClubs | Obtenir la liste des clubs actifs (seulement id et nom)
121
+ *UserClubsApi* | [**getMostLikedClub**](docs/UserClubsApi.md#getmostlikedclub) | **GET** /api/analytics/most-liked | Retrieve the list of most visited clubs (max 10)
122
+ *UserClubsApi* | [**getPopularClubs**](docs/UserClubsApi.md#getpopularclubs) | **GET** /api/analytics/popular | Retrieve the list of most liked clubs (max 10)
123
+ *UserPaymentApi* | [**addPaymentMethodSetup**](docs/UserPaymentApi.md#addpaymentmethodsetup) | **POST** /api/users/addPaymentMethodSetup | Ajoute une méthode de paiement Stripe à la liste de l\'utilisateur
124
+ *UserPaymentApi* | [**confirmPaymentMethodSetup**](docs/UserPaymentApi.md#confirmpaymentmethodsetup) | **POST** /api/users/confirmPaymentMethodSetup | Confirme la configuration d\'une méthode de paiement
125
+ *UserPaymentApi* | [**setupPaymentMethod**](docs/UserPaymentApi.md#setuppaymentmethod) | **POST** /api/users/setupPaymentMethod | Configure une méthode de paiement pour un utilisateur
126
+ *UserProfileApi* | [**addFavoriteClub**](docs/UserProfileApi.md#addfavoriteclub) | **POST** /api/users/me/favorite-clubs | Add a club to the user\'s favorite list
127
+ *UserProfileApi* | [**addFavoritePlayer**](docs/UserProfileApi.md#addfavoriteplayer) | **POST** /api/users/me/favoritesPlayers | Ajoute un joueur aux favoris de l\'utilisateur connecté
128
+ *UserProfileApi* | [**changePassword**](docs/UserProfileApi.md#changepassword) | **PUT** /api/users/me/password | Modifie le mot de passe de l\'utilisateur connecté
129
+ *UserProfileApi* | [**getAllUsers**](docs/UserProfileApi.md#getallusers) | **GET** /api/users | Récupère la liste des utilisateurs avec filtres et pagination
130
+ *UserProfileApi* | [**getFavoriteClubs**](docs/UserProfileApi.md#getfavoriteclubs) | **GET** /api/users/me/favorite-clubs | Retrieve the list of favorite clubs for the logged-in user
131
+ *UserProfileApi* | [**getFavoritesPlayers**](docs/UserProfileApi.md#getfavoritesplayers) | **GET** /api/users/me/favoritesPlayers | Récupère les joueurs favoris (profils visibles) de l\'utilisateur connecté
132
+ *UserProfileApi* | [**getFrequentlyPlayedWith**](docs/UserProfileApi.md#getfrequentlyplayedwith) | **GET** /api/users/me/frequentlyPlayedWith | Joueurs avec lesquels l\'utilisateur a le plus joué (profils visibles)
133
+ *UserProfileApi* | [**getFrequentlyVisitedClub**](docs/UserProfileApi.md#getfrequentlyvisitedclub) | **GET** /api/users/me/frequentlyVisitedClub | Clubs les plus fréquemment visités par l\'utilisateur connecté
134
+ *UserProfileApi* | [**getProfilePicture**](docs/UserProfileApi.md#getprofilepicture) | **GET** /api/users/me/profile-picture | Récupère l\'URL de la photo de profil de l\'utilisateur connecté
135
+ *UserProfileApi* | [**getPublicUserProfile**](docs/UserProfileApi.md#getpublicuserprofile) | **GET** /api/users/profile/{id} | Récupère le profil public d\'un utilisateur par son ID
136
+ *UserProfileApi* | [**getUserBookingDetail**](docs/UserProfileApi.md#getuserbookingdetail) | **GET** /api/users/me/booking-detail/{bookingId} | Récupère le detéail d\'une réservation
137
+ *UserProfileApi* | [**getUserBookings**](docs/UserProfileApi.md#getuserbookings) | **GET** /api/users/me/bookings | Récupère toutes les réservations de l\'utilisateur connecté (triées par date de création décroissante)
138
+ *UserProfileApi* | [**getUserCity**](docs/UserProfileApi.md#getusercity) | **GET** /api/users/me/city | Récupère la ville de l\'utilisateur connecté
139
+ *UserProfileApi* | [**getUserDescription**](docs/UserProfileApi.md#getuserdescription) | **GET** /api/users/me/description | Récupère la description de l\'utilisateur connecté
140
+ *UserProfileApi* | [**getUserInfo**](docs/UserProfileApi.md#getuserinfo) | **GET** /api/users/me | Récupère les informations de l\'utilisateur connecté
141
+ *UserProfileApi* | [**getUserProfileVisibility**](docs/UserProfileApi.md#getuserprofilevisibility) | **GET** /api/users/me/profile-visibility | Récupère la visibilité du profil de l\'utilisateur connecté
142
+ *UserProfileApi* | [**removeFavoriteClub**](docs/UserProfileApi.md#removefavoriteclub) | **DELETE** /api/users/me/favorite-clubs/{clubId} | Remove a club from the user\'s favorite list
143
+ *UserProfileApi* | [**removeFavoritePlayer**](docs/UserProfileApi.md#removefavoriteplayer) | **DELETE** /api/users/me/favoritesPlayers/{favoritePlayerId} | Retire un joueur des favoris de l\'utilisateur connecté
144
+ *UserProfileApi* | [**updateLevelBySports**](docs/UserProfileApi.md#updatelevelbysports) | **PUT** /api/users/me/level-by-sports | Met à jour le tableau levelBySports de l\'utilisateur connecté
145
+ *UserProfileApi* | [**updateProfilePicture**](docs/UserProfileApi.md#updateprofilepicture) | **PUT** /api/users/me/profile-picture | Met à jour l\'URL de la photo de profil de l\'utilisateur connecté
146
+ *UserProfileApi* | [**updateProfileVisibility**](docs/UserProfileApi.md#updateprofilevisibility) | **PUT** /api/users/me/profile-visibility | Met à jour la visibilité du profil de l\'utilisateur connecté
147
+ *UserProfileApi* | [**updateUser**](docs/UserProfileApi.md#updateuser) | **PUT** /api/users/me | Met à jour les données de l\'utilisateur connecté
148
+ *UserProfileApi* | [**updateUserCity**](docs/UserProfileApi.md#updateusercity) | **PUT** /api/users/me/city | Met à jour la ville de l\'utilisateur connecté
149
+ *UserProfileApi* | [**updateUserDescription**](docs/UserProfileApi.md#updateuserdescription) | **PUT** /api/users/me/description | Met à jour la description de l\'utilisateur connecté
150
+ *UserSubscriptionsApi* | [**cancelSubscription**](docs/UserSubscriptionsApi.md#cancelsubscription) | **DELETE** /api/users/me/subscriptions/{clubId}/{subscriptionId} | Annule un abonnement utilisateur
151
+ *UserSubscriptionsApi* | [**getUserSubscriptions**](docs/UserSubscriptionsApi.md#getusersubscriptions) | **GET** /api/users/me/subscriptions | Récupère les abonnements de l\'utilisateur connecté
152
+ *UserSubscriptionsApi* | [**initiateSubscriptionSession**](docs/UserSubscriptionsApi.md#initiatesubscriptionsession) | **POST** /api/users/me/subscription-session | Initie une session d\'abonnement Stripe
153
+ *UserSubscriptionsApi* | [**resumeSubscription**](docs/UserSubscriptionsApi.md#resumesubscription) | **POST** /api/users/me/subscriptions/{clubId}/{subscriptionId}/resume | Réactive un abonnement utilisateur
154
+ *UsersApi* | [**apiUsersMeNearestClubsGet**](docs/UsersApi.md#apiusersmenearestclubsget) | **GET** /api/users/me/nearest-clubs/ | Récupère les clubs proches de l’utilisateur connecté
155
+ *UsersApi* | [**apiUsersMeNearestPlayersGet**](docs/UsersApi.md#apiusersmenearestplayersget) | **GET** /api/users/me/nearest-players/ | Récupère les utilisateurs proches de l’utilisateur connecté
156
+ *UsersApi* | [**apiUsersNearestClubsCoordinatesGet**](docs/UsersApi.md#apiusersnearestclubscoordinatesget) | **GET** /api/users/nearest-clubs/coordinates | Récupère les clubs proches d’une position donnée
157
+ *UsersApi* | [**apiUsersNearestPlayersCoordinatesGet**](docs/UsersApi.md#apiusersnearestplayerscoordinatesget) | **GET** /api/users/nearest-players/coordinates | Récupère les utilisateurs proches d’une position donnée
54
158
 
55
159
 
56
160
  ### Documentation For Models
57
161
 
58
162
  - [ActiveClub](docs/ActiveClub.md)
59
163
  - [ActiveClubListResponse](docs/ActiveClubListResponse.md)
164
+ - [AddClubMemberRequest](docs/AddClubMemberRequest.md)
165
+ - [AddClubMemberResponse](docs/AddClubMemberResponse.md)
166
+ - [AddFavoriteClubRequestBody](docs/AddFavoriteClubRequestBody.md)
167
+ - [AddFavoritePlayerRequestBody](docs/AddFavoritePlayerRequestBody.md)
168
+ - [AddPaymentMethodSetupRequestBody](docs/AddPaymentMethodSetupRequestBody.md)
169
+ - [AddPaymentMethodSetupResponse](docs/AddPaymentMethodSetupResponse.md)
60
170
  - [ApiErrorResponse](docs/ApiErrorResponse.md)
171
+ - [BlockSlotResponse](docs/BlockSlotResponse.md)
61
172
  - [Booking](docs/Booking.md)
173
+ - [BookingHistoryResponse](docs/BookingHistoryResponse.md)
174
+ - [BookingHistoryResponseHistoryInner](docs/BookingHistoryResponseHistoryInner.md)
175
+ - [BookingPaymentStatusResponse](docs/BookingPaymentStatusResponse.md)
176
+ - [BookingPaymentStatusResponseBooking](docs/BookingPaymentStatusResponseBooking.md)
177
+ - [BookingPaymentStatusResponsePaymentStatusInner](docs/BookingPaymentStatusResponsePaymentStatusInner.md)
178
+ - [BookingPaymentStatusResponseSummary](docs/BookingPaymentStatusResponseSummary.md)
179
+ - [BookingPopulated](docs/BookingPopulated.md)
180
+ - [BookingPopulatedPaymentByPlayersStatusInner](docs/BookingPopulatedPaymentByPlayersStatusInner.md)
181
+ - [BookingPopulatedPaymentByPlayersStatusInnerInvoicesInner](docs/BookingPopulatedPaymentByPlayersStatusInnerInvoicesInner.md)
182
+ - [BookingPopulatedSlotId](docs/BookingPopulatedSlotId.md)
183
+ - [BookingPopulatedSlotIdCourtId](docs/BookingPopulatedSlotIdCourtId.md)
184
+ - [BookingPopulatedSlotIdCourtIdSportId](docs/BookingPopulatedSlotIdCourtIdSportId.md)
185
+ - [BookingPopulatedUserId](docs/BookingPopulatedUserId.md)
186
+ - [BookingResponse](docs/BookingResponse.md)
62
187
  - [BookingStatus](docs/BookingStatus.md)
188
+ - [BookingsStaffWeeklyWeekIdGet200Response](docs/BookingsStaffWeeklyWeekIdGet200Response.md)
189
+ - [CancelBookingResponse](docs/CancelBookingResponse.md)
190
+ - [CancelBookingResponseBooking](docs/CancelBookingResponseBooking.md)
191
+ - [ChangePasswordRequestBody](docs/ChangePasswordRequestBody.md)
192
+ - [ChangePasswordResponse](docs/ChangePasswordResponse.md)
193
+ - [CheckInPlayersResponse](docs/CheckInPlayersResponse.md)
194
+ - [CheckInPlayersResponseCheckedInPlayersInner](docs/CheckInPlayersResponseCheckedInPlayersInner.md)
63
195
  - [Club](docs/Club.md)
196
+ - [ClubInfoResponse](docs/ClubInfoResponse.md)
64
197
  - [ClubListResponse](docs/ClubListResponse.md)
198
+ - [ClubMember](docs/ClubMember.md)
199
+ - [ClubMembersResponse](docs/ClubMembersResponse.md)
65
200
  - [ClubResponse](docs/ClubResponse.md)
66
201
  - [ClubRole](docs/ClubRole.md)
67
202
  - [ClubRoleResponse](docs/ClubRoleResponse.md)
203
+ - [ClubRolesResponse](docs/ClubRolesResponse.md)
68
204
  - [ClubSettings](docs/ClubSettings.md)
205
+ - [ClubStaffResponse](docs/ClubStaffResponse.md)
206
+ - [ConfirmPaymentMethodSetupRequestBody](docs/ConfirmPaymentMethodSetupRequestBody.md)
207
+ - [ConfirmPaymentMethodSetupResponse](docs/ConfirmPaymentMethodSetupResponse.md)
69
208
  - [Court](docs/Court.md)
209
+ - [CourtDeleteResponse](docs/CourtDeleteResponse.md)
70
210
  - [CourtResponse](docs/CourtResponse.md)
71
211
  - [CourtStatus](docs/CourtStatus.md)
212
+ - [CourtWithNameResponse](docs/CourtWithNameResponse.md)
213
+ - [CourtsResponse](docs/CourtsResponse.md)
214
+ - [CourtsWithNameResponse](docs/CourtsWithNameResponse.md)
215
+ - [CreateBookingRequest](docs/CreateBookingRequest.md)
216
+ - [CreateClubRoleRequestBody](docs/CreateClubRoleRequestBody.md)
217
+ - [CreateCourtRequest](docs/CreateCourtRequest.md)
218
+ - [CreateEventRequest](docs/CreateEventRequest.md)
219
+ - [CreatePriceRequest](docs/CreatePriceRequest.md)
220
+ - [CreateSportRequest](docs/CreateSportRequest.md)
221
+ - [CreateSubscriptionPlanRequest](docs/CreateSubscriptionPlanRequest.md)
222
+ - [DailyTurnoverResponse](docs/DailyTurnoverResponse.md)
223
+ - [DeleteClubRole200Response](docs/DeleteClubRole200Response.md)
224
+ - [DeleteEvent200Response](docs/DeleteEvent200Response.md)
225
+ - [DeleteSlotsByClubInRange200Response](docs/DeleteSlotsByClubInRange200Response.md)
226
+ - [DeleteSport200Response](docs/DeleteSport200Response.md)
227
+ - [Event](docs/Event.md)
228
+ - [EventBooking](docs/EventBooking.md)
229
+ - [EventRegistrationRequest](docs/EventRegistrationRequest.md)
230
+ - [FavoriteClubItem](docs/FavoriteClubItem.md)
231
+ - [FavoriteClubResponse](docs/FavoriteClubResponse.md)
232
+ - [FavoritePlayerPublic](docs/FavoritePlayerPublic.md)
233
+ - [FavoritePlayersIdsResponse](docs/FavoritePlayersIdsResponse.md)
234
+ - [FavoritePlayersResponse](docs/FavoritePlayersResponse.md)
235
+ - [FrequentlyPlayedWithItem](docs/FrequentlyPlayedWithItem.md)
236
+ - [FrequentlyVisitedClubItem](docs/FrequentlyVisitedClubItem.md)
237
+ - [GenderPercentage](docs/GenderPercentage.md)
238
+ - [GetActiveClubs200Response](docs/GetActiveClubs200Response.md)
239
+ - [GetClubInfos200Response](docs/GetClubInfos200Response.md)
240
+ - [GetClubUsersById200Response](docs/GetClubUsersById200Response.md)
241
+ - [GetCourtsByClubAndSport200Response](docs/GetCourtsByClubAndSport200Response.md)
242
+ - [GetInfillPercentagePerPeriod200Response](docs/GetInfillPercentagePerPeriod200Response.md)
243
+ - [GetLastSixMonthsTurnover200ResponseInner](docs/GetLastSixMonthsTurnover200ResponseInner.md)
244
+ - [GetNumberOfClubUsers200Response](docs/GetNumberOfClubUsers200Response.md)
245
+ - [GetPublishedEventsByClubId200Response](docs/GetPublishedEventsByClubId200Response.md)
246
+ - [GetUserRolesResponse](docs/GetUserRolesResponse.md)
247
+ - [GetUserRolesResponseRolesInner](docs/GetUserRolesResponseRolesInner.md)
248
+ - [GetUserSubscriptionsResponse](docs/GetUserSubscriptionsResponse.md)
249
+ - [GoogleSignInRequestBody](docs/GoogleSignInRequestBody.md)
250
+ - [GoogleSignInResponse](docs/GoogleSignInResponse.md)
251
+ - [InitiateSubscriptionSessionRequestBody](docs/InitiateSubscriptionSessionRequestBody.md)
252
+ - [InitiateSubscriptionSessionResponse](docs/InitiateSubscriptionSessionResponse.md)
253
+ - [InvoicesResponse](docs/InvoicesResponse.md)
254
+ - [InvoicesResponseInvoicesInner](docs/InvoicesResponseInvoicesInner.md)
255
+ - [InvoicesResponsePagination](docs/InvoicesResponsePagination.md)
256
+ - [LevelBySportsItem](docs/LevelBySportsItem.md)
72
257
  - [Location](docs/Location.md)
258
+ - [LoginRequestBody](docs/LoginRequestBody.md)
259
+ - [LoginResponse](docs/LoginResponse.md)
260
+ - [ManagerCancelBookingRequest](docs/ManagerCancelBookingRequest.md)
261
+ - [ManagerCancelBookingResponse](docs/ManagerCancelBookingResponse.md)
262
+ - [ManagerCancelBookingResponseBooking](docs/ManagerCancelBookingResponseBooking.md)
263
+ - [ManagerEventResponse](docs/ManagerEventResponse.md)
264
+ - [MonthlyTurnoverResponse](docs/MonthlyTurnoverResponse.md)
265
+ - [NoShowFeeResponse](docs/NoShowFeeResponse.md)
266
+ - [NoShowFeeResponseCaptureResultsInner](docs/NoShowFeeResponseCaptureResultsInner.md)
267
+ - [NoShowFeeResponseCreatorChargeResult](docs/NoShowFeeResponseCreatorChargeResult.md)
73
268
  - [PaymentMethod](docs/PaymentMethod.md)
269
+ - [PaymentStatus](docs/PaymentStatus.md)
270
+ - [PlayerWithPaymentMethod](docs/PlayerWithPaymentMethod.md)
74
271
  - [PriceResponse](docs/PriceResponse.md)
272
+ - [ProfilePictureResponse](docs/ProfilePictureResponse.md)
273
+ - [ProfileVisibilityResponse](docs/ProfileVisibilityResponse.md)
274
+ - [PublicClubUser](docs/PublicClubUser.md)
275
+ - [PublicClubUserFrequentlyPlayedWithInner](docs/PublicClubUserFrequentlyPlayedWithInner.md)
276
+ - [PublicClubUserFrequentlyVisitedClubsInner](docs/PublicClubUserFrequentlyVisitedClubsInner.md)
277
+ - [PublicClubUserLevelBySportsInner](docs/PublicClubUserLevelBySportsInner.md)
278
+ - [RefreshTokenRequestBody](docs/RefreshTokenRequestBody.md)
279
+ - [RefreshTokenResponse](docs/RefreshTokenResponse.md)
280
+ - [RegisterForEvent201Response](docs/RegisterForEvent201Response.md)
281
+ - [RegisterRequestBody](docs/RegisterRequestBody.md)
282
+ - [RestoreSubscriptionPlanForClub200Response](docs/RestoreSubscriptionPlanForClub200Response.md)
283
+ - [SetupPaymentMethodRequestBody](docs/SetupPaymentMethodRequestBody.md)
284
+ - [SetupPaymentMethodResponse](docs/SetupPaymentMethodResponse.md)
75
285
  - [Slot](docs/Slot.md)
76
286
  - [SlotException](docs/SlotException.md)
77
287
  - [SlotResponse](docs/SlotResponse.md)
288
+ - [SlotsResponse](docs/SlotsResponse.md)
78
289
  - [Sport](docs/Sport.md)
79
290
  - [SportResponse](docs/SportResponse.md)
291
+ - [StaffEventResponse](docs/StaffEventResponse.md)
80
292
  - [StripeLink](docs/StripeLink.md)
81
293
  - [StripeStatus](docs/StripeStatus.md)
294
+ - [SubscribeToClubRequestBody](docs/SubscribeToClubRequestBody.md)
82
295
  - [SubscriptionPlan](docs/SubscriptionPlan.md)
296
+ - [SubscriptionPlanResponse](docs/SubscriptionPlanResponse.md)
83
297
  - [SubscriptionResponse](docs/SubscriptionResponse.md)
84
- - [User](docs/User.md)
298
+ - [UpdateClubRequest](docs/UpdateClubRequest.md)
299
+ - [UpdateClubRoleRequestBody](docs/UpdateClubRoleRequestBody.md)
300
+ - [UpdateClubSettingsRequest](docs/UpdateClubSettingsRequest.md)
301
+ - [UpdateCourtRequest](docs/UpdateCourtRequest.md)
302
+ - [UpdateCustomerRequestBody](docs/UpdateCustomerRequestBody.md)
303
+ - [UpdateCustomerRequestBodyAddress](docs/UpdateCustomerRequestBodyAddress.md)
304
+ - [UpdateCustomerResponse](docs/UpdateCustomerResponse.md)
305
+ - [UpdateCustomerResponseCustomer](docs/UpdateCustomerResponseCustomer.md)
306
+ - [UpdateLevelBySportsRequestBody](docs/UpdateLevelBySportsRequestBody.md)
307
+ - [UpdateProfilePictureRequestBody](docs/UpdateProfilePictureRequestBody.md)
308
+ - [UpdateProfileVisibilityRequestBody](docs/UpdateProfileVisibilityRequestBody.md)
309
+ - [UpdateSportRequest](docs/UpdateSportRequest.md)
310
+ - [UpdateSubscriptionPlanRequest](docs/UpdateSubscriptionPlanRequest.md)
311
+ - [UpdateSubscriptionPlanResponse](docs/UpdateSubscriptionPlanResponse.md)
312
+ - [UpdateUserCityRequestBody](docs/UpdateUserCityRequestBody.md)
313
+ - [UpdateUserDescriptionRequestBody](docs/UpdateUserDescriptionRequestBody.md)
314
+ - [UpdateUserRequestBody](docs/UpdateUserRequestBody.md)
315
+ - [UpdateUserRequestBodyLevelBySportsInner](docs/UpdateUserRequestBodyLevelBySportsInner.md)
316
+ - [UserBookingItem](docs/UserBookingItem.md)
317
+ - [UserBookingsResponse](docs/UserBookingsResponse.md)
318
+ - [UserCityResponse](docs/UserCityResponse.md)
319
+ - [UserDescriptionResponse](docs/UserDescriptionResponse.md)
320
+ - [UserFavoriteClubsResponse](docs/UserFavoriteClubsResponse.md)
321
+ - [UserInfoStaff](docs/UserInfoStaff.md)
85
322
  - [UserResponse](docs/UserResponse.md)
86
- - [UserResponseFrequentlyPlayedWithInner](docs/UserResponseFrequentlyPlayedWithInner.md)
87
- - [UserResponseFrequentlyVisitedClubsInner](docs/UserResponseFrequentlyVisitedClubsInner.md)
88
- - [UserResponseLevelBySportsInner](docs/UserResponseLevelBySportsInner.md)
323
+ - [UserStaffResponse](docs/UserStaffResponse.md)
324
+ - [YearlyTurnoverResponse](docs/YearlyTurnoverResponse.md)
325
+ - [YearlyTurnoverResponseMonthlyBreakdownInner](docs/YearlyTurnoverResponseMonthlyBreakdownInner.md)
89
326
 
90
327
 
91
328
  <a id="documentation-for-authorization"></a>