@tennac-booking/sdk 1.0.40 → 1.0.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +178 -3
- package/README.md +261 -4
- package/api.ts +16205 -858
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +11286 -855
- package/dist/api.js +8543 -31
- package/dist/base.d.ts +1 -1
- package/dist/base.js +1 -1
- package/dist/common.d.ts +1 -1
- package/dist/common.js +1 -1
- package/dist/configuration.d.ts +1 -1
- package/dist/configuration.js +1 -1
- package/dist/esm/api.d.ts +11286 -855
- package/dist/esm/api.js +8425 -27
- package/dist/esm/base.d.ts +1 -1
- package/dist/esm/base.js +1 -1
- package/dist/esm/common.d.ts +1 -1
- package/dist/esm/common.js +1 -1
- package/dist/esm/configuration.d.ts +1 -1
- package/dist/esm/configuration.js +1 -1
- package/dist/esm/index.d.ts +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/docs/BaseUser.md +13 -13
- package/docs/BookingsApi.md +1 -1
- package/docs/ClubAnalyticsApi.md +1 -1
- package/docs/ClubsApi.md +1 -1
- package/docs/DiagnosticsApi.md +45 -0
- package/docs/EventsApi.md +1 -1
- package/docs/FavoritePlayersResponse.md +1 -1
- package/docs/IUserAttributes.md +74 -0
- package/docs/IUserAttributesFavoritePlayersInner.md +18 -0
- package/docs/IUserLocation.md +44 -0
- package/docs/ManagerBookingsApi.md +1 -1
- package/docs/ManagerClubCourtsApi.md +1 -1
- package/docs/ManagerClubRolesApi.md +1 -1
- package/docs/ManagerClubSlotsApi.md +1 -1
- package/docs/ManagerClubSubscriptionsApi.md +1 -1
- package/docs/ManagerClubsApi.md +1 -1
- package/docs/ManagerEventsApi.md +1 -1
- package/docs/ManagerSportsApi.md +1 -1
- package/docs/PickUserResponseExcludeKeyofUserResponseLocation.md +15 -13
- package/docs/PickUserResponseExcludeKeyofUserResponseLocationLevelBySportsInner.md +22 -0
- package/docs/StaffBookingsApi.md +1 -1
- package/docs/StaffClubAnalyticsApi.md +1 -1
- package/docs/StaffClubBookingsApi.md +1 -1
- package/docs/StaffClubsApi.md +1 -1
- package/docs/StaffEventsApi.md +1 -1
- package/docs/StaffProfileApi.md +1 -1
- package/docs/StaffUserProfileResponse.md +56 -0
- package/docs/UserApi.md +1 -1
- package/docs/UserAuthenticationApi.md +1 -1
- package/docs/UserBookingsApi.md +1 -1
- package/docs/UserClubCourtsApi.md +1 -1
- package/docs/UserClubSlotsApi.md +1 -1
- package/docs/UserClubSportsApi.md +1 -1
- package/docs/UserClubsApi.md +1 -1
- package/docs/UserPaymentApi.md +1 -1
- package/docs/UserProfileApi.md +1 -1
- package/docs/UserProfileResponse.md +56 -0
- package/docs/UserSubscriptionsApi.md +1 -1
- package/docs/UsersApi.md +244 -8
- package/index.ts +1 -1
- package/package.json +1 -1
package/.openapi-generator/FILES
CHANGED
|
@@ -5,60 +5,235 @@ api.ts
|
|
|
5
5
|
base.ts
|
|
6
6
|
common.ts
|
|
7
7
|
configuration.ts
|
|
8
|
+
docs/ActiveClub.md
|
|
9
|
+
docs/ActiveClubListResponse.md
|
|
10
|
+
docs/AddClubMemberRequest.md
|
|
11
|
+
docs/AddClubMemberResponse.md
|
|
12
|
+
docs/AddFavoriteClubRequestBody.md
|
|
13
|
+
docs/AddFavoritePlayerRequestBody.md
|
|
8
14
|
docs/AddPaymentMethodRequestBody.md
|
|
9
|
-
docs/
|
|
15
|
+
docs/AddPaymentMethodSetupRequestBody.md
|
|
16
|
+
docs/AddPaymentMethodSetupResponse.md
|
|
17
|
+
docs/ApiErrorResponse.md
|
|
18
|
+
docs/BlockSlotResponse.md
|
|
19
|
+
docs/Booking.md
|
|
10
20
|
docs/BookingDetailResponse.md
|
|
21
|
+
docs/BookingHistoryResponse.md
|
|
22
|
+
docs/BookingHistoryResponseHistoryInner.md
|
|
23
|
+
docs/BookingPaymentStatusResponse.md
|
|
24
|
+
docs/BookingPaymentStatusResponseBooking.md
|
|
25
|
+
docs/BookingPaymentStatusResponsePaymentStatusInner.md
|
|
26
|
+
docs/BookingPaymentStatusResponseSummary.md
|
|
27
|
+
docs/BookingPopulated.md
|
|
28
|
+
docs/BookingPopulatedPaymentByPlayersStatusInner.md
|
|
29
|
+
docs/BookingPopulatedPaymentByPlayersStatusInnerInvoicesInner.md
|
|
30
|
+
docs/BookingPopulatedSlotId.md
|
|
31
|
+
docs/BookingPopulatedSlotIdCourtId.md
|
|
32
|
+
docs/BookingPopulatedSlotIdCourtIdSportId.md
|
|
33
|
+
docs/BookingPopulatedUserId.md
|
|
34
|
+
docs/BookingResponse.md
|
|
35
|
+
docs/BookingStatus.md
|
|
11
36
|
docs/BookingSummary.md
|
|
12
37
|
docs/BookingSummaryBookingHistory.md
|
|
13
38
|
docs/BookingSummaryClubAddress.md
|
|
39
|
+
docs/BookingsApi.md
|
|
40
|
+
docs/BookingsStaffWeeklyWeekIdGet200Response.md
|
|
41
|
+
docs/CancelBookingResponse.md
|
|
42
|
+
docs/CancelBookingResponseBooking.md
|
|
14
43
|
docs/ChangePasswordRequestBody.md
|
|
15
44
|
docs/ChangePasswordResponse.md
|
|
45
|
+
docs/CheckInPlayersResponse.md
|
|
46
|
+
docs/CheckInPlayersResponseCheckedInPlayersInner.md
|
|
47
|
+
docs/Club.md
|
|
48
|
+
docs/ClubAnalyticsApi.md
|
|
49
|
+
docs/ClubInfoResponse.md
|
|
50
|
+
docs/ClubListResponse.md
|
|
51
|
+
docs/ClubMember.md
|
|
52
|
+
docs/ClubMembersResponse.md
|
|
53
|
+
docs/ClubResponse.md
|
|
54
|
+
docs/ClubRole.md
|
|
55
|
+
docs/ClubRoleResponse.md
|
|
56
|
+
docs/ClubRolesResponse.md
|
|
57
|
+
docs/ClubSettings.md
|
|
58
|
+
docs/ClubStaffResponse.md
|
|
59
|
+
docs/ClubsApi.md
|
|
16
60
|
docs/ConfirmPaymentMethodRequestBody.md
|
|
17
61
|
docs/ConfirmPaymentMethodResponse.md
|
|
62
|
+
docs/ConfirmPaymentMethodSetupRequestBody.md
|
|
63
|
+
docs/ConfirmPaymentMethodSetupResponse.md
|
|
64
|
+
docs/Court.md
|
|
65
|
+
docs/CourtDeleteResponse.md
|
|
66
|
+
docs/CourtResponse.md
|
|
67
|
+
docs/CourtStatus.md
|
|
68
|
+
docs/CourtWithNameResponse.md
|
|
69
|
+
docs/CourtsResponse.md
|
|
70
|
+
docs/CourtsWithNameResponse.md
|
|
71
|
+
docs/CreateBookingRequest.md
|
|
72
|
+
docs/CreateClubRoleRequestBody.md
|
|
73
|
+
docs/CreateCourtRequest.md
|
|
74
|
+
docs/CreateEventRequest.md
|
|
75
|
+
docs/CreatePriceRequest.md
|
|
76
|
+
docs/CreateSportRequest.md
|
|
77
|
+
docs/CreateSubscriptionPlanRequest.md
|
|
78
|
+
docs/DailyTurnoverResponse.md
|
|
79
|
+
docs/DeleteClubRole200Response.md
|
|
80
|
+
docs/DeleteEvent200Response.md
|
|
81
|
+
docs/DeleteSlotsByClubInRange200Response.md
|
|
82
|
+
docs/DeleteSport200Response.md
|
|
18
83
|
docs/DiagnosticsApi.md
|
|
19
84
|
docs/DiagnosticsResponse.md
|
|
85
|
+
docs/Event.md
|
|
86
|
+
docs/EventBooking.md
|
|
87
|
+
docs/EventRegistrationRequest.md
|
|
88
|
+
docs/EventsApi.md
|
|
89
|
+
docs/FavoriteClubItem.md
|
|
20
90
|
docs/FavoriteClubMutationResponse.md
|
|
21
91
|
docs/FavoriteClubRequestBody.md
|
|
92
|
+
docs/FavoriteClubResponse.md
|
|
22
93
|
docs/FavoriteClubsResponse.md
|
|
23
94
|
docs/FavoritePlayerMutationResponse.md
|
|
95
|
+
docs/FavoritePlayerPublic.md
|
|
24
96
|
docs/FavoritePlayerRequestBody.md
|
|
97
|
+
docs/FavoritePlayersIdsResponse.md
|
|
25
98
|
docs/FavoritePlayersResponse.md
|
|
26
99
|
docs/FrequentClub.md
|
|
27
100
|
docs/FrequentPlayer.md
|
|
101
|
+
docs/FrequentlyPlayedWithItem.md
|
|
102
|
+
docs/FrequentlyVisitedClubItem.md
|
|
28
103
|
docs/Gender.md
|
|
104
|
+
docs/GenderPercentage.md
|
|
105
|
+
docs/GetActiveClubs200Response.md
|
|
106
|
+
docs/GetClubInfos200Response.md
|
|
107
|
+
docs/GetClubUsersById200Response.md
|
|
108
|
+
docs/GetCourtsByClubAndSport200Response.md
|
|
109
|
+
docs/GetInfillPercentagePerPeriod200Response.md
|
|
110
|
+
docs/GetLastSixMonthsTurnover200ResponseInner.md
|
|
111
|
+
docs/GetNumberOfClubUsers200Response.md
|
|
112
|
+
docs/GetPublishedEventsByClubId200Response.md
|
|
113
|
+
docs/GetUserRolesResponse.md
|
|
114
|
+
docs/GetUserRolesResponseRolesInner.md
|
|
115
|
+
docs/GetUserSubscriptionsResponse.md
|
|
29
116
|
docs/GoogleAuthRequestBody.md
|
|
30
117
|
docs/GoogleAuthResponse.md
|
|
31
118
|
docs/GoogleAuthResponseUser.md
|
|
119
|
+
docs/GoogleSignInRequestBody.md
|
|
120
|
+
docs/GoogleSignInResponse.md
|
|
32
121
|
docs/ILevelBySports.md
|
|
122
|
+
docs/IUserAttributes.md
|
|
123
|
+
docs/IUserLocation.md
|
|
124
|
+
docs/InitiateSubscriptionSessionRequestBody.md
|
|
125
|
+
docs/InitiateSubscriptionSessionResponse.md
|
|
126
|
+
docs/InvoicesResponse.md
|
|
127
|
+
docs/InvoicesResponseInvoicesInner.md
|
|
128
|
+
docs/InvoicesResponsePagination.md
|
|
33
129
|
docs/LevelBySportEntry.md
|
|
130
|
+
docs/LevelBySportsItem.md
|
|
131
|
+
docs/Location.md
|
|
34
132
|
docs/LoginRequestBody.md
|
|
35
133
|
docs/LoginResponse.md
|
|
134
|
+
docs/ManagerBookingsApi.md
|
|
135
|
+
docs/ManagerCancelBookingRequest.md
|
|
136
|
+
docs/ManagerCancelBookingResponse.md
|
|
137
|
+
docs/ManagerCancelBookingResponseBooking.md
|
|
138
|
+
docs/ManagerClubCourtsApi.md
|
|
139
|
+
docs/ManagerClubRolesApi.md
|
|
140
|
+
docs/ManagerClubSlotsApi.md
|
|
141
|
+
docs/ManagerClubSubscriptionsApi.md
|
|
142
|
+
docs/ManagerClubsApi.md
|
|
143
|
+
docs/ManagerEventResponse.md
|
|
144
|
+
docs/ManagerEventsApi.md
|
|
145
|
+
docs/ManagerSportsApi.md
|
|
146
|
+
docs/MonthlyTurnoverResponse.md
|
|
147
|
+
docs/NoShowFeeResponse.md
|
|
148
|
+
docs/NoShowFeeResponseCaptureResultsInner.md
|
|
149
|
+
docs/NoShowFeeResponseCreatorChargeResult.md
|
|
36
150
|
docs/NotImplementedResponse.md
|
|
37
151
|
docs/PasswordResetRequestBody.md
|
|
152
|
+
docs/PaymentMethod.md
|
|
38
153
|
docs/PaymentMethodSetupResponse.md
|
|
39
|
-
docs/
|
|
154
|
+
docs/PaymentStatus.md
|
|
155
|
+
docs/PlayerWithPaymentMethod.md
|
|
156
|
+
docs/PriceResponse.md
|
|
40
157
|
docs/ProfilePictureResponse.md
|
|
41
158
|
docs/ProfilePictureUpdateRequestBody.md
|
|
159
|
+
docs/ProfileVisibilityResponse.md
|
|
160
|
+
docs/PublicClubUser.md
|
|
161
|
+
docs/PublicClubUserFrequentlyPlayedWithInner.md
|
|
162
|
+
docs/PublicClubUserFrequentlyVisitedClubsInner.md
|
|
163
|
+
docs/PublicClubUserLevelBySportsInner.md
|
|
42
164
|
docs/RefreshTokenRequestBody.md
|
|
43
165
|
docs/RefreshTokenResponse.md
|
|
166
|
+
docs/RegisterForEvent201Response.md
|
|
44
167
|
docs/RegisterRequestBody.md
|
|
168
|
+
docs/RestoreSubscriptionPlanForClub200Response.md
|
|
169
|
+
docs/SdkDiagnosticsResponse.md
|
|
170
|
+
docs/SdkDiagnosticsResponseOpenapi.md
|
|
171
|
+
docs/SdkDiagnosticsResponseSdk.md
|
|
45
172
|
docs/SetupPaymentMethodRequestBody.md
|
|
46
173
|
docs/SetupPaymentMethodResponse.md
|
|
174
|
+
docs/Slot.md
|
|
175
|
+
docs/SlotException.md
|
|
176
|
+
docs/SlotResponse.md
|
|
177
|
+
docs/SlotsResponse.md
|
|
178
|
+
docs/Sport.md
|
|
179
|
+
docs/SportResponse.md
|
|
180
|
+
docs/StaffBookingsApi.md
|
|
181
|
+
docs/StaffClubAnalyticsApi.md
|
|
182
|
+
docs/StaffClubBookingsApi.md
|
|
183
|
+
docs/StaffClubsApi.md
|
|
184
|
+
docs/StaffEventResponse.md
|
|
185
|
+
docs/StaffEventsApi.md
|
|
186
|
+
docs/StaffProfileApi.md
|
|
47
187
|
docs/StaffUserProfileResponse.md
|
|
188
|
+
docs/StripeLink.md
|
|
189
|
+
docs/StripeStatus.md
|
|
48
190
|
docs/SubscribeToClubRequestBody.md
|
|
49
191
|
docs/SubscriptionMutationResponse.md
|
|
192
|
+
docs/SubscriptionPlan.md
|
|
193
|
+
docs/SubscriptionPlanResponse.md
|
|
194
|
+
docs/SubscriptionResponse.md
|
|
50
195
|
docs/SubscriptionSessionRequestBody.md
|
|
51
196
|
docs/SubscriptionSessionResponse.md
|
|
197
|
+
docs/UpdateClubRequest.md
|
|
198
|
+
docs/UpdateClubRoleRequestBody.md
|
|
199
|
+
docs/UpdateClubSettingsRequest.md
|
|
200
|
+
docs/UpdateCourtRequest.md
|
|
52
201
|
docs/UpdateCustomerRequestBody.md
|
|
53
202
|
docs/UpdateCustomerResponse.md
|
|
54
203
|
docs/UpdateLevelBySportsRequestBody.md
|
|
204
|
+
docs/UpdateProfilePictureRequestBody.md
|
|
205
|
+
docs/UpdateProfileVisibilityRequestBody.md
|
|
206
|
+
docs/UpdateSportRequest.md
|
|
207
|
+
docs/UpdateSubscriptionPlanRequest.md
|
|
208
|
+
docs/UpdateSubscriptionPlanResponse.md
|
|
209
|
+
docs/UpdateUserCityRequestBody.md
|
|
210
|
+
docs/UpdateUserDescriptionRequestBody.md
|
|
55
211
|
docs/UpdateUserRequestBody.md
|
|
56
212
|
docs/UpdateUserRequestBodyLevelBySportsInner.md
|
|
57
|
-
docs/
|
|
213
|
+
docs/UserApi.md
|
|
214
|
+
docs/UserAuthenticationApi.md
|
|
215
|
+
docs/UserBookingItem.md
|
|
216
|
+
docs/UserBookingsApi.md
|
|
217
|
+
docs/UserBookingsResponse.md
|
|
218
|
+
docs/UserCityResponse.md
|
|
219
|
+
docs/UserClubCourtsApi.md
|
|
220
|
+
docs/UserClubSlotsApi.md
|
|
221
|
+
docs/UserClubSportsApi.md
|
|
222
|
+
docs/UserClubsApi.md
|
|
223
|
+
docs/UserDescriptionResponse.md
|
|
224
|
+
docs/UserFavoriteClubsResponse.md
|
|
225
|
+
docs/UserInfoStaff.md
|
|
226
|
+
docs/UserPaymentApi.md
|
|
227
|
+
docs/UserProfileApi.md
|
|
58
228
|
docs/UserProfileResponse.md
|
|
229
|
+
docs/UserResponse.md
|
|
59
230
|
docs/UserRolesResponse.md
|
|
231
|
+
docs/UserStaffResponse.md
|
|
232
|
+
docs/UserSubscriptionsApi.md
|
|
60
233
|
docs/UserSubscriptionsResponse.md
|
|
61
234
|
docs/UsersApi.md
|
|
235
|
+
docs/YearlyTurnoverResponse.md
|
|
236
|
+
docs/YearlyTurnoverResponseMonthlyBreakdownInner.md
|
|
62
237
|
git_push.sh
|
|
63
238
|
index.ts
|
|
64
239
|
package.json
|
package/README.md
CHANGED
|
@@ -51,10 +51,115 @@ All URIs are relative to */api*
|
|
|
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
|
+
*DiagnosticsApi* | [**getSdkDiagnostics**](docs/DiagnosticsApi.md#getsdkdiagnostics) | **GET** /api/test/sdk-check | Vérifie que la documentation OpenAPI et le SDK sont synchronisés avec la version de l’API
|
|
54
62
|
*DiagnosticsApi* | [**ping**](docs/DiagnosticsApi.md#ping) | **GET** /tsoa-test/ping |
|
|
63
|
+
*EventsApi* | [**getPublishedEventsByClubId**](docs/EventsApi.md#getpublishedeventsbyclubid) | **GET** /api/events | Get all published events for a club
|
|
64
|
+
*EventsApi* | [**registerForEvent**](docs/EventsApi.md#registerforevent) | **POST** /api/events/{eventId}/register | Register for an event
|
|
65
|
+
*ManagerBookingsApi* | [**applyNoShowFee**](docs/ManagerBookingsApi.md#applynoshowfee) | **POST** /api/bookings/{bookingId}/apply-noshow-fee | Appliquer les frais de no-show
|
|
66
|
+
*ManagerBookingsApi* | [**managerCancelBooking**](docs/ManagerBookingsApi.md#managercancelbooking) | **DELETE** /api/bookings/{bookingId}/manager-cancel | Annuler une réservation (gestionnaire)
|
|
67
|
+
*ManagerClubCourtsApi* | [**createCourtForClub**](docs/ManagerClubCourtsApi.md#createcourtforclub) | **POST** /api/clubs/courts | Créer un terrain pour le club courant
|
|
68
|
+
*ManagerClubCourtsApi* | [**deleteCourt**](docs/ManagerClubCourtsApi.md#deletecourt) | **DELETE** /api/clubs/courts/{courtId} | Supprimer un terrain et ses créneaux futurs
|
|
69
|
+
*ManagerClubCourtsApi* | [**getCourtsByClub**](docs/ManagerClubCourtsApi.md#getcourtsbyclub) | **GET** /api/clubs/courts | Récupérer tous les terrains du club courant
|
|
70
|
+
*ManagerClubCourtsApi* | [**updateCourt**](docs/ManagerClubCourtsApi.md#updatecourt) | **PUT** /api/clubs/courts/{courtId} | Mettre à jour un terrain du club courant
|
|
71
|
+
*ManagerClubRolesApi* | [**createClubRole**](docs/ManagerClubRolesApi.md#createclubrole) | **POST** /api/club-roles | Créer un nouveau rôle de club
|
|
72
|
+
*ManagerClubRolesApi* | [**deleteClubRole**](docs/ManagerClubRolesApi.md#deleteclubrole) | **DELETE** /api/club-roles/{id} | Supprimer un rôle de club
|
|
73
|
+
*ManagerClubRolesApi* | [**getAllClubRoles**](docs/ManagerClubRolesApi.md#getallclubroles) | **GET** /api/club-roles | Récupérer tous les rôles de clubs
|
|
74
|
+
*ManagerClubRolesApi* | [**getClubRoleById**](docs/ManagerClubRolesApi.md#getclubrolebyid) | **GET** /api/club-roles/{id} | Récupérer un rôle de club par son ID
|
|
75
|
+
*ManagerClubRolesApi* | [**updateClubRole**](docs/ManagerClubRolesApi.md#updateclubrole) | **PUT** /api/club-roles/{id} | Mettre à jour un rôle de club
|
|
76
|
+
*ManagerClubSlotsApi* | [**deleteSlotsByClubInRange**](docs/ManagerClubSlotsApi.md#deleteslotsbyclubinrange) | **DELETE** /api/clubs/slots | Supprimer des créneaux pour le club courant sur une plage de dates
|
|
77
|
+
*ManagerClubSlotsApi* | [**getSlotsByClub**](docs/ManagerClubSlotsApi.md#getslotsbyclub) | **GET** /api/clubs/slots | Récupérer tous les créneaux du club courant
|
|
78
|
+
*ManagerClubSubscriptionsApi* | [**archivePriceForSubscriptionPlan**](docs/ManagerClubSubscriptionsApi.md#archivepriceforsubscriptionplan) | **DELETE** /api/clubs/subscription-plans/{priceId}/archive-price | Archiver un prix (club courant)
|
|
79
|
+
*ManagerClubSubscriptionsApi* | [**createPriceForSubscriptionPlan**](docs/ManagerClubSubscriptionsApi.md#createpriceforsubscriptionplan) | **POST** /api/clubs/subscription-plans/{productId}/prices | Créer un nouveau prix pour un plan (club courant)
|
|
80
|
+
*ManagerClubSubscriptionsApi* | [**createSubscriptionPlanForClub**](docs/ManagerClubSubscriptionsApi.md#createsubscriptionplanforclub) | **POST** /api/clubs/subscription-plans | Créer un plan d\'abonnement pour le club courant
|
|
81
|
+
*ManagerClubSubscriptionsApi* | [**deleteSubscriptionPlanForClub**](docs/ManagerClubSubscriptionsApi.md#deletesubscriptionplanforclub) | **DELETE** /api/clubs/subscription-plans/{productId} | Supprimer un plan d\'abonnement (club courant)
|
|
82
|
+
*ManagerClubSubscriptionsApi* | [**restoreSubscriptionPlanForClub**](docs/ManagerClubSubscriptionsApi.md#restoresubscriptionplanforclub) | **POST** /api/clubs/subscription-plans/{productId}/restore | Réactiver un plan d\'abonnement (club courant)
|
|
83
|
+
*ManagerClubSubscriptionsApi* | [**restoreSubscriptionPriceForClub**](docs/ManagerClubSubscriptionsApi.md#restoresubscriptionpriceforclub) | **POST** /api/clubs/subscription-plans/{priceId}/restore-price | Réactiver un prix (club courant)
|
|
84
|
+
*ManagerClubSubscriptionsApi* | [**updateSubscriptionPlanForClub**](docs/ManagerClubSubscriptionsApi.md#updatesubscriptionplanforclub) | **PUT** /api/clubs/subscription-plans/{priceId} | Mettre à jour un plan d\'abonnement (club courant)
|
|
85
|
+
*ManagerClubsApi* | [**addClubMember**](docs/ManagerClubsApi.md#addclubmember) | **PUT** /api/clubs/add_members | Ajouter un membre au club courant
|
|
86
|
+
*ManagerClubsApi* | [**getClubInfo**](docs/ManagerClubsApi.md#getclubinfo) | **GET** /api/clubs/me | Récupérer les informations du club courant
|
|
87
|
+
*ManagerClubsApi* | [**getClubMembers**](docs/ManagerClubsApi.md#getclubmembers) | **GET** /api/clubs/members | Récupérer les membres du club courant
|
|
88
|
+
*ManagerClubsApi* | [**getClubRoles**](docs/ManagerClubsApi.md#getclubroles) | **GET** /api/clubs/roles | Récupérer les rôles du club courant
|
|
89
|
+
*ManagerClubsApi* | [**updateClub**](docs/ManagerClubsApi.md#updateclub) | **PUT** /api/clubs | Mettre à jour un club existant (club courant)
|
|
90
|
+
*ManagerEventsApi* | [**createEvent**](docs/ManagerEventsApi.md#createevent) | **POST** /api/events/manager/createEvent | Create a new event
|
|
91
|
+
*ManagerEventsApi* | [**deleteEvent**](docs/ManagerEventsApi.md#deleteevent) | **DELETE** /api/events/manager/deleteEvent/{eventId} | Delete an event
|
|
92
|
+
*ManagerEventsApi* | [**publishEvent**](docs/ManagerEventsApi.md#publishevent) | **PUT** /api/events/manager/publishEvent/{eventId} | Publish an event
|
|
93
|
+
*ManagerEventsApi* | [**unpublishEvent**](docs/ManagerEventsApi.md#unpublishevent) | **PUT** /api/events/manager/unpublishEvent/{eventId} | Unpublish an event
|
|
94
|
+
*ManagerSportsApi* | [**deleteSport**](docs/ManagerSportsApi.md#deletesport) | **DELETE** /api/sports/{id} | Supprimer un sport
|
|
95
|
+
*ManagerSportsApi* | [**updateSport**](docs/ManagerSportsApi.md#updatesport) | **PUT** /api/sports/{id} | Mettre à jour un sport
|
|
96
|
+
*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.
|
|
97
|
+
*StaffClubAnalyticsApi* | [**getClubPlayers**](docs/StaffClubAnalyticsApi.md#getclubplayers) | **GET** /api/analytics/players | Récupère la liste des joueurs du club (données staff uniquement)
|
|
98
|
+
*StaffClubAnalyticsApi* | [**getGenderPercentage**](docs/StaffClubAnalyticsApi.md#getgenderpercentage) | **GET** /api/analytics/gender | Récupère le pourcentage de joueurs par genre pour le club courant
|
|
99
|
+
*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)
|
|
100
|
+
*StaffClubAnalyticsApi* | [**getLastSixMonthsTurnover**](docs/StaffClubAnalyticsApi.md#getlastsixmonthsturnover) | **GET** /api/analytics/lastSixMonthsTurnover | Get monthly turnover for the last six months (club courant)
|
|
101
|
+
*StaffClubAnalyticsApi* | [**getNumberOfClubUsers**](docs/StaffClubAnalyticsApi.md#getnumberofclubusers) | **GET** /api/analytics/user-count | Get number of users subscribed to the club
|
|
102
|
+
*StaffClubBookingsApi* | [**getTenNextBookings**](docs/StaffClubBookingsApi.md#gettennextbookings) | **GET** /api/analytics/next-bookings | Get the ten next bookings for the current club
|
|
103
|
+
*StaffClubsApi* | [**getClubInfos**](docs/StaffClubsApi.md#getclubinfos) | **GET** /api/clubs/infos | Get current club information
|
|
104
|
+
*StaffClubsApi* | [**getClubSettings**](docs/StaffClubsApi.md#getclubsettings) | **GET** /api/club-settings | Récupère les paramètres d’un club
|
|
105
|
+
*StaffClubsApi* | [**getSports**](docs/StaffClubsApi.md#getsports) | **GET** /api/sports | Récupère la liste des sports du club courant
|
|
106
|
+
*StaffEventsApi* | [**getEventsByClub**](docs/StaffEventsApi.md#geteventsbyclub) | **GET** /api/events/staff/getEvents | Get all events for current club (including unpublished)
|
|
107
|
+
*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)
|
|
108
|
+
*StaffProfileApi* | [**getUserRolesInClubs**](docs/StaffProfileApi.md#getuserrolesinclubs) | **GET** /api/users/me/roles | Récupère les rôles de l\'utilisateur dans les clubs
|
|
109
|
+
*UserApi* | [**updateCustomer**](docs/UserApi.md#updatecustomer) | **PUT** /api/users/me/customer | Met à jour le Customer Stripe de l\'utilisateur
|
|
110
|
+
*UserAuthenticationApi* | [**login**](docs/UserAuthenticationApi.md#login) | **POST** /api/users/login | Authentifie un utilisateur
|
|
111
|
+
*UserAuthenticationApi* | [**refreshToken**](docs/UserAuthenticationApi.md#refreshtoken) | **POST** /api/users/refresh-token | Rafraîchit le token d\'accès
|
|
112
|
+
*UserAuthenticationApi* | [**register**](docs/UserAuthenticationApi.md#register) | **POST** /api/users | Crée un nouvel utilisateur
|
|
113
|
+
*UserAuthenticationApi* | [**signInOrSignUpWithGoogle**](docs/UserAuthenticationApi.md#signinorsignupwithgoogle) | **POST** /api/users/googleSignin | Authentifie ou crée un utilisateur via Google OAuth
|
|
114
|
+
*UserBookingsApi* | [**blockSlot**](docs/UserBookingsApi.md#blockslot) | **PATCH** /api/bookings/pre-book/{slotId} | Bloquer un créneau
|
|
115
|
+
*UserBookingsApi* | [**createBooking**](docs/UserBookingsApi.md#createbooking) | **POST** /api/bookings | Créer une réservation
|
|
116
|
+
*UserBookingsApi* | [**getBookingHistory**](docs/UserBookingsApi.md#getbookinghistory) | **GET** /api/users/me/booking-history | Récupère l\'historique des réservations de l\'utilisateur connecté
|
|
117
|
+
*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
|
|
118
|
+
*UserClubSlotsApi* | [**getAvailableSlotsByClub**](docs/UserClubSlotsApi.md#getavailableslotsbyclub) | **GET** /api/clubs/{clubID}/availableSlots | Obtenir tous les créneaux disponibles pour un club
|
|
119
|
+
*UserClubSlotsApi* | [**getAvailableSlotsBySports**](docs/UserClubSlotsApi.md#getavailableslotsbysports) | **GET** /api/clubs/{id}/sports/{sportId}/slots | Obtenir tous les slots disponibles pour un sport dans un club
|
|
120
|
+
*UserClubSlotsApi* | [**getAvailableSlotsBySportsAndDay**](docs/UserClubSlotsApi.md#getavailableslotsbysportsandday) | **GET** /api/clubs/{id}/sports/{sportId}/slots/{day} | Obtenir les slots disponibles pour un jour donné
|
|
121
|
+
*UserClubSportsApi* | [**getSportsByClub**](docs/UserClubSportsApi.md#getsportsbyclub) | **GET** /api/clubs/{id}/sports | Récupérer tous les sports pour un club
|
|
122
|
+
*UserClubsApi* | [**getActiveClubs**](docs/UserClubsApi.md#getactiveclubs) | **GET** /api/clubs/activeClubs | Obtenir la liste des clubs actifs (seulement id et nom)
|
|
123
|
+
*UserClubsApi* | [**getMostLikedClub**](docs/UserClubsApi.md#getmostlikedclub) | **GET** /api/analytics/most-liked | Retrieve the list of most visited clubs (max 10)
|
|
124
|
+
*UserClubsApi* | [**getPopularClubs**](docs/UserClubsApi.md#getpopularclubs) | **GET** /api/analytics/popular | Retrieve the list of most liked clubs (max 10)
|
|
125
|
+
*UserPaymentApi* | [**addPaymentMethodSetup**](docs/UserPaymentApi.md#addpaymentmethodsetup) | **POST** /api/users/addPaymentMethodSetup | Ajoute une méthode de paiement Stripe à la liste de l\'utilisateur
|
|
126
|
+
*UserPaymentApi* | [**confirmPaymentMethodSetup**](docs/UserPaymentApi.md#confirmpaymentmethodsetup) | **POST** /api/users/confirmPaymentMethodSetup | Confirme la configuration d\'une méthode de paiement
|
|
127
|
+
*UserPaymentApi* | [**setupPaymentMethod**](docs/UserPaymentApi.md#setuppaymentmethod) | **POST** /api/users/setupPaymentMethod | Configure une méthode de paiement pour un utilisateur
|
|
128
|
+
*UserProfileApi* | [**addFavoriteClub**](docs/UserProfileApi.md#addfavoriteclub) | **POST** /api/users/me/favorite-clubs | Add a club to the user\'s favorite list
|
|
129
|
+
*UserProfileApi* | [**addFavoritePlayer**](docs/UserProfileApi.md#addfavoriteplayer) | **POST** /api/users/me/favoritesPlayers | Ajoute un joueur aux favoris de l\'utilisateur connecté
|
|
130
|
+
*UserProfileApi* | [**changePassword**](docs/UserProfileApi.md#changepassword) | **PUT** /api/users/me/password | Modifie le mot de passe de l\'utilisateur connecté
|
|
131
|
+
*UserProfileApi* | [**getAllUsers**](docs/UserProfileApi.md#getallusers) | **GET** /api/users | Récupère la liste des utilisateurs avec filtres et pagination
|
|
132
|
+
*UserProfileApi* | [**getFavoriteClubs**](docs/UserProfileApi.md#getfavoriteclubs) | **GET** /api/users/me/favorite-clubs | Retrieve the list of favorite clubs for the logged-in user
|
|
133
|
+
*UserProfileApi* | [**getFavoritesPlayers**](docs/UserProfileApi.md#getfavoritesplayers) | **GET** /api/users/me/favoritesPlayers | Récupère les joueurs favoris (profils visibles) de l\'utilisateur connecté
|
|
134
|
+
*UserProfileApi* | [**getFrequentlyPlayedWith**](docs/UserProfileApi.md#getfrequentlyplayedwith) | **GET** /api/users/me/frequentlyPlayedWith | Joueurs avec lesquels l\'utilisateur a le plus joué (profils visibles)
|
|
135
|
+
*UserProfileApi* | [**getFrequentlyVisitedClub**](docs/UserProfileApi.md#getfrequentlyvisitedclub) | **GET** /api/users/me/frequentlyVisitedClub | Clubs les plus fréquemment visités par l\'utilisateur connecté
|
|
136
|
+
*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é
|
|
137
|
+
*UserProfileApi* | [**getPublicUserProfile**](docs/UserProfileApi.md#getpublicuserprofile) | **GET** /api/users/profile/{id} | Récupère le profil public d\'un utilisateur par son ID
|
|
138
|
+
*UserProfileApi* | [**getUserBookingDetail**](docs/UserProfileApi.md#getuserbookingdetail) | **GET** /api/users/me/booking-detail/{bookingId} | Récupère le detéail d\'une réservation
|
|
139
|
+
*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)
|
|
140
|
+
*UserProfileApi* | [**getUserCity**](docs/UserProfileApi.md#getusercity) | **GET** /api/users/me/city | Récupère la ville de l\'utilisateur connecté
|
|
141
|
+
*UserProfileApi* | [**getUserDescription**](docs/UserProfileApi.md#getuserdescription) | **GET** /api/users/me/description | Récupère la description de l\'utilisateur connecté
|
|
142
|
+
*UserProfileApi* | [**getUserInfo**](docs/UserProfileApi.md#getuserinfo) | **GET** /api/users/me | Récupère les informations de l\'utilisateur connecté
|
|
143
|
+
*UserProfileApi* | [**getUserProfileVisibility**](docs/UserProfileApi.md#getuserprofilevisibility) | **GET** /api/users/me/profile-visibility | Récupère la visibilité du profil de l\'utilisateur connecté
|
|
144
|
+
*UserProfileApi* | [**removeFavoriteClub**](docs/UserProfileApi.md#removefavoriteclub) | **DELETE** /api/users/me/favorite-clubs/{clubId} | Remove a club from the user\'s favorite list
|
|
145
|
+
*UserProfileApi* | [**removeFavoritePlayer**](docs/UserProfileApi.md#removefavoriteplayer) | **DELETE** /api/users/me/favoritesPlayers/{favoritePlayerId} | Retire un joueur des favoris de l\'utilisateur connecté
|
|
146
|
+
*UserProfileApi* | [**updateLevelBySports**](docs/UserProfileApi.md#updatelevelbysports) | **PUT** /api/users/me/level-by-sports | Met à jour le tableau levelBySports de l\'utilisateur connecté
|
|
147
|
+
*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é
|
|
148
|
+
*UserProfileApi* | [**updateProfileVisibility**](docs/UserProfileApi.md#updateprofilevisibility) | **PUT** /api/users/me/profile-visibility | Met à jour la visibilité du profil de l\'utilisateur connecté
|
|
149
|
+
*UserProfileApi* | [**updateUser**](docs/UserProfileApi.md#updateuser) | **PUT** /api/users/me | Met à jour les données de l\'utilisateur connecté
|
|
150
|
+
*UserProfileApi* | [**updateUserCity**](docs/UserProfileApi.md#updateusercity) | **PUT** /api/users/me/city | Met à jour la ville de l\'utilisateur connecté
|
|
151
|
+
*UserProfileApi* | [**updateUserDescription**](docs/UserProfileApi.md#updateuserdescription) | **PUT** /api/users/me/description | Met à jour la description de l\'utilisateur connecté
|
|
152
|
+
*UserSubscriptionsApi* | [**cancelSubscription**](docs/UserSubscriptionsApi.md#cancelsubscription) | **DELETE** /api/users/me/subscriptions/{clubId}/{subscriptionId} | Annule un abonnement utilisateur
|
|
153
|
+
*UserSubscriptionsApi* | [**getUserSubscriptions**](docs/UserSubscriptionsApi.md#getusersubscriptions) | **GET** /api/users/me/subscriptions | Récupère les abonnements de l\'utilisateur connecté
|
|
154
|
+
*UserSubscriptionsApi* | [**initiateSubscriptionSession**](docs/UserSubscriptionsApi.md#initiatesubscriptionsession) | **POST** /api/users/me/subscription-session | Initie une session d\'abonnement Stripe
|
|
155
|
+
*UserSubscriptionsApi* | [**resumeSubscription**](docs/UserSubscriptionsApi.md#resumesubscription) | **POST** /api/users/me/subscriptions/{clubId}/{subscriptionId}/resume | Réactive un abonnement utilisateur
|
|
55
156
|
*UsersApi* | [**addFavoriteClub**](docs/UsersApi.md#addfavoriteclub) | **POST** /users/me/favorite-clubs |
|
|
56
157
|
*UsersApi* | [**addFavoritePlayer**](docs/UsersApi.md#addfavoriteplayer) | **POST** /users/me/favoritesPlayers |
|
|
57
158
|
*UsersApi* | [**addPaymentMethodSetup**](docs/UsersApi.md#addpaymentmethodsetup) | **POST** /users/addPaymentMethodSetup |
|
|
159
|
+
*UsersApi* | [**apiUsersMeNearestClubsGet**](docs/UsersApi.md#apiusersmenearestclubsget) | **GET** /api/users/me/nearest-clubs/ | Récupère les clubs proches de l’utilisateur connecté
|
|
160
|
+
*UsersApi* | [**apiUsersMeNearestPlayersGet**](docs/UsersApi.md#apiusersmenearestplayersget) | **GET** /api/users/me/nearest-players/ | Récupère les utilisateurs proches de l’utilisateur connecté
|
|
161
|
+
*UsersApi* | [**apiUsersNearestClubsCoordinatesGet**](docs/UsersApi.md#apiusersnearestclubscoordinatesget) | **GET** /api/users/nearest-clubs/coordinates | Récupère les clubs proches d’une position donnée
|
|
162
|
+
*UsersApi* | [**apiUsersNearestPlayersCoordinatesGet**](docs/UsersApi.md#apiusersnearestplayerscoordinatesget) | **GET** /api/users/nearest-players/coordinates | Récupère les utilisateurs proches d’une position donnée
|
|
58
163
|
*UsersApi* | [**cancelSubscription**](docs/UsersApi.md#cancelsubscription) | **DELETE** /users/me/subscriptions/{clubId}/{subscriptionId} |
|
|
59
164
|
*UsersApi* | [**changePassword**](docs/UsersApi.md#changepassword) | **PUT** /users/me/password |
|
|
60
165
|
*UsersApi* | [**confirmPaymentMethodSetup**](docs/UsersApi.md#confirmpaymentmethodsetup) | **POST** /users/confirmPaymentMethodSetup |
|
|
@@ -93,62 +198,214 @@ Class | Method | HTTP request | Description
|
|
|
93
198
|
|
|
94
199
|
### Documentation For Models
|
|
95
200
|
|
|
201
|
+
- [ActiveClub](docs/ActiveClub.md)
|
|
202
|
+
- [ActiveClubListResponse](docs/ActiveClubListResponse.md)
|
|
203
|
+
- [AddClubMemberRequest](docs/AddClubMemberRequest.md)
|
|
204
|
+
- [AddClubMemberResponse](docs/AddClubMemberResponse.md)
|
|
205
|
+
- [AddFavoriteClubRequestBody](docs/AddFavoriteClubRequestBody.md)
|
|
206
|
+
- [AddFavoritePlayerRequestBody](docs/AddFavoritePlayerRequestBody.md)
|
|
96
207
|
- [AddPaymentMethodRequestBody](docs/AddPaymentMethodRequestBody.md)
|
|
97
|
-
- [
|
|
208
|
+
- [AddPaymentMethodSetupRequestBody](docs/AddPaymentMethodSetupRequestBody.md)
|
|
209
|
+
- [AddPaymentMethodSetupResponse](docs/AddPaymentMethodSetupResponse.md)
|
|
210
|
+
- [ApiErrorResponse](docs/ApiErrorResponse.md)
|
|
211
|
+
- [BlockSlotResponse](docs/BlockSlotResponse.md)
|
|
212
|
+
- [Booking](docs/Booking.md)
|
|
98
213
|
- [BookingDetailResponse](docs/BookingDetailResponse.md)
|
|
214
|
+
- [BookingHistoryResponse](docs/BookingHistoryResponse.md)
|
|
215
|
+
- [BookingHistoryResponseHistoryInner](docs/BookingHistoryResponseHistoryInner.md)
|
|
216
|
+
- [BookingPaymentStatusResponse](docs/BookingPaymentStatusResponse.md)
|
|
217
|
+
- [BookingPaymentStatusResponseBooking](docs/BookingPaymentStatusResponseBooking.md)
|
|
218
|
+
- [BookingPaymentStatusResponsePaymentStatusInner](docs/BookingPaymentStatusResponsePaymentStatusInner.md)
|
|
219
|
+
- [BookingPaymentStatusResponseSummary](docs/BookingPaymentStatusResponseSummary.md)
|
|
220
|
+
- [BookingPopulated](docs/BookingPopulated.md)
|
|
221
|
+
- [BookingPopulatedPaymentByPlayersStatusInner](docs/BookingPopulatedPaymentByPlayersStatusInner.md)
|
|
222
|
+
- [BookingPopulatedPaymentByPlayersStatusInnerInvoicesInner](docs/BookingPopulatedPaymentByPlayersStatusInnerInvoicesInner.md)
|
|
223
|
+
- [BookingPopulatedSlotId](docs/BookingPopulatedSlotId.md)
|
|
224
|
+
- [BookingPopulatedSlotIdCourtId](docs/BookingPopulatedSlotIdCourtId.md)
|
|
225
|
+
- [BookingPopulatedSlotIdCourtIdSportId](docs/BookingPopulatedSlotIdCourtIdSportId.md)
|
|
226
|
+
- [BookingPopulatedUserId](docs/BookingPopulatedUserId.md)
|
|
227
|
+
- [BookingResponse](docs/BookingResponse.md)
|
|
228
|
+
- [BookingStatus](docs/BookingStatus.md)
|
|
99
229
|
- [BookingSummary](docs/BookingSummary.md)
|
|
100
230
|
- [BookingSummaryBookingHistory](docs/BookingSummaryBookingHistory.md)
|
|
101
231
|
- [BookingSummaryClubAddress](docs/BookingSummaryClubAddress.md)
|
|
232
|
+
- [BookingsStaffWeeklyWeekIdGet200Response](docs/BookingsStaffWeeklyWeekIdGet200Response.md)
|
|
233
|
+
- [CancelBookingResponse](docs/CancelBookingResponse.md)
|
|
234
|
+
- [CancelBookingResponseBooking](docs/CancelBookingResponseBooking.md)
|
|
102
235
|
- [ChangePasswordRequestBody](docs/ChangePasswordRequestBody.md)
|
|
103
236
|
- [ChangePasswordResponse](docs/ChangePasswordResponse.md)
|
|
237
|
+
- [CheckInPlayersResponse](docs/CheckInPlayersResponse.md)
|
|
238
|
+
- [CheckInPlayersResponseCheckedInPlayersInner](docs/CheckInPlayersResponseCheckedInPlayersInner.md)
|
|
239
|
+
- [Club](docs/Club.md)
|
|
240
|
+
- [ClubInfoResponse](docs/ClubInfoResponse.md)
|
|
241
|
+
- [ClubListResponse](docs/ClubListResponse.md)
|
|
242
|
+
- [ClubMember](docs/ClubMember.md)
|
|
243
|
+
- [ClubMembersResponse](docs/ClubMembersResponse.md)
|
|
244
|
+
- [ClubResponse](docs/ClubResponse.md)
|
|
245
|
+
- [ClubRole](docs/ClubRole.md)
|
|
246
|
+
- [ClubRoleResponse](docs/ClubRoleResponse.md)
|
|
247
|
+
- [ClubRolesResponse](docs/ClubRolesResponse.md)
|
|
248
|
+
- [ClubSettings](docs/ClubSettings.md)
|
|
249
|
+
- [ClubStaffResponse](docs/ClubStaffResponse.md)
|
|
104
250
|
- [ConfirmPaymentMethodRequestBody](docs/ConfirmPaymentMethodRequestBody.md)
|
|
105
251
|
- [ConfirmPaymentMethodResponse](docs/ConfirmPaymentMethodResponse.md)
|
|
252
|
+
- [ConfirmPaymentMethodSetupRequestBody](docs/ConfirmPaymentMethodSetupRequestBody.md)
|
|
253
|
+
- [ConfirmPaymentMethodSetupResponse](docs/ConfirmPaymentMethodSetupResponse.md)
|
|
254
|
+
- [Court](docs/Court.md)
|
|
255
|
+
- [CourtDeleteResponse](docs/CourtDeleteResponse.md)
|
|
256
|
+
- [CourtResponse](docs/CourtResponse.md)
|
|
257
|
+
- [CourtStatus](docs/CourtStatus.md)
|
|
258
|
+
- [CourtWithNameResponse](docs/CourtWithNameResponse.md)
|
|
259
|
+
- [CourtsResponse](docs/CourtsResponse.md)
|
|
260
|
+
- [CourtsWithNameResponse](docs/CourtsWithNameResponse.md)
|
|
261
|
+
- [CreateBookingRequest](docs/CreateBookingRequest.md)
|
|
262
|
+
- [CreateClubRoleRequestBody](docs/CreateClubRoleRequestBody.md)
|
|
263
|
+
- [CreateCourtRequest](docs/CreateCourtRequest.md)
|
|
264
|
+
- [CreateEventRequest](docs/CreateEventRequest.md)
|
|
265
|
+
- [CreatePriceRequest](docs/CreatePriceRequest.md)
|
|
266
|
+
- [CreateSportRequest](docs/CreateSportRequest.md)
|
|
267
|
+
- [CreateSubscriptionPlanRequest](docs/CreateSubscriptionPlanRequest.md)
|
|
268
|
+
- [DailyTurnoverResponse](docs/DailyTurnoverResponse.md)
|
|
269
|
+
- [DeleteClubRole200Response](docs/DeleteClubRole200Response.md)
|
|
270
|
+
- [DeleteEvent200Response](docs/DeleteEvent200Response.md)
|
|
271
|
+
- [DeleteSlotsByClubInRange200Response](docs/DeleteSlotsByClubInRange200Response.md)
|
|
272
|
+
- [DeleteSport200Response](docs/DeleteSport200Response.md)
|
|
106
273
|
- [DiagnosticsResponse](docs/DiagnosticsResponse.md)
|
|
274
|
+
- [Event](docs/Event.md)
|
|
275
|
+
- [EventBooking](docs/EventBooking.md)
|
|
276
|
+
- [EventRegistrationRequest](docs/EventRegistrationRequest.md)
|
|
277
|
+
- [FavoriteClubItem](docs/FavoriteClubItem.md)
|
|
107
278
|
- [FavoriteClubMutationResponse](docs/FavoriteClubMutationResponse.md)
|
|
108
279
|
- [FavoriteClubRequestBody](docs/FavoriteClubRequestBody.md)
|
|
280
|
+
- [FavoriteClubResponse](docs/FavoriteClubResponse.md)
|
|
109
281
|
- [FavoriteClubsResponse](docs/FavoriteClubsResponse.md)
|
|
110
282
|
- [FavoritePlayerMutationResponse](docs/FavoritePlayerMutationResponse.md)
|
|
283
|
+
- [FavoritePlayerPublic](docs/FavoritePlayerPublic.md)
|
|
111
284
|
- [FavoritePlayerRequestBody](docs/FavoritePlayerRequestBody.md)
|
|
285
|
+
- [FavoritePlayersIdsResponse](docs/FavoritePlayersIdsResponse.md)
|
|
112
286
|
- [FavoritePlayersResponse](docs/FavoritePlayersResponse.md)
|
|
113
287
|
- [FrequentClub](docs/FrequentClub.md)
|
|
114
288
|
- [FrequentPlayer](docs/FrequentPlayer.md)
|
|
289
|
+
- [FrequentlyPlayedWithItem](docs/FrequentlyPlayedWithItem.md)
|
|
290
|
+
- [FrequentlyVisitedClubItem](docs/FrequentlyVisitedClubItem.md)
|
|
115
291
|
- [Gender](docs/Gender.md)
|
|
292
|
+
- [GenderPercentage](docs/GenderPercentage.md)
|
|
293
|
+
- [GetActiveClubs200Response](docs/GetActiveClubs200Response.md)
|
|
294
|
+
- [GetClubInfos200Response](docs/GetClubInfos200Response.md)
|
|
295
|
+
- [GetClubUsersById200Response](docs/GetClubUsersById200Response.md)
|
|
296
|
+
- [GetCourtsByClubAndSport200Response](docs/GetCourtsByClubAndSport200Response.md)
|
|
297
|
+
- [GetInfillPercentagePerPeriod200Response](docs/GetInfillPercentagePerPeriod200Response.md)
|
|
298
|
+
- [GetLastSixMonthsTurnover200ResponseInner](docs/GetLastSixMonthsTurnover200ResponseInner.md)
|
|
299
|
+
- [GetNumberOfClubUsers200Response](docs/GetNumberOfClubUsers200Response.md)
|
|
300
|
+
- [GetPublishedEventsByClubId200Response](docs/GetPublishedEventsByClubId200Response.md)
|
|
301
|
+
- [GetUserRolesResponse](docs/GetUserRolesResponse.md)
|
|
302
|
+
- [GetUserRolesResponseRolesInner](docs/GetUserRolesResponseRolesInner.md)
|
|
303
|
+
- [GetUserSubscriptionsResponse](docs/GetUserSubscriptionsResponse.md)
|
|
116
304
|
- [GoogleAuthRequestBody](docs/GoogleAuthRequestBody.md)
|
|
117
305
|
- [GoogleAuthResponse](docs/GoogleAuthResponse.md)
|
|
118
306
|
- [GoogleAuthResponseUser](docs/GoogleAuthResponseUser.md)
|
|
307
|
+
- [GoogleSignInRequestBody](docs/GoogleSignInRequestBody.md)
|
|
308
|
+
- [GoogleSignInResponse](docs/GoogleSignInResponse.md)
|
|
119
309
|
- [ILevelBySports](docs/ILevelBySports.md)
|
|
310
|
+
- [IUserAttributes](docs/IUserAttributes.md)
|
|
311
|
+
- [IUserLocation](docs/IUserLocation.md)
|
|
312
|
+
- [InitiateSubscriptionSessionRequestBody](docs/InitiateSubscriptionSessionRequestBody.md)
|
|
313
|
+
- [InitiateSubscriptionSessionResponse](docs/InitiateSubscriptionSessionResponse.md)
|
|
314
|
+
- [InvoicesResponse](docs/InvoicesResponse.md)
|
|
315
|
+
- [InvoicesResponseInvoicesInner](docs/InvoicesResponseInvoicesInner.md)
|
|
316
|
+
- [InvoicesResponsePagination](docs/InvoicesResponsePagination.md)
|
|
120
317
|
- [LevelBySportEntry](docs/LevelBySportEntry.md)
|
|
318
|
+
- [LevelBySportsItem](docs/LevelBySportsItem.md)
|
|
319
|
+
- [Location](docs/Location.md)
|
|
121
320
|
- [LoginRequestBody](docs/LoginRequestBody.md)
|
|
122
321
|
- [LoginResponse](docs/LoginResponse.md)
|
|
322
|
+
- [ManagerCancelBookingRequest](docs/ManagerCancelBookingRequest.md)
|
|
323
|
+
- [ManagerCancelBookingResponse](docs/ManagerCancelBookingResponse.md)
|
|
324
|
+
- [ManagerCancelBookingResponseBooking](docs/ManagerCancelBookingResponseBooking.md)
|
|
325
|
+
- [ManagerEventResponse](docs/ManagerEventResponse.md)
|
|
326
|
+
- [MonthlyTurnoverResponse](docs/MonthlyTurnoverResponse.md)
|
|
327
|
+
- [NoShowFeeResponse](docs/NoShowFeeResponse.md)
|
|
328
|
+
- [NoShowFeeResponseCaptureResultsInner](docs/NoShowFeeResponseCaptureResultsInner.md)
|
|
329
|
+
- [NoShowFeeResponseCreatorChargeResult](docs/NoShowFeeResponseCreatorChargeResult.md)
|
|
123
330
|
- [NotImplementedResponse](docs/NotImplementedResponse.md)
|
|
124
331
|
- [PasswordResetRequestBody](docs/PasswordResetRequestBody.md)
|
|
332
|
+
- [PaymentMethod](docs/PaymentMethod.md)
|
|
125
333
|
- [PaymentMethodSetupResponse](docs/PaymentMethodSetupResponse.md)
|
|
126
|
-
- [
|
|
334
|
+
- [PaymentStatus](docs/PaymentStatus.md)
|
|
335
|
+
- [PlayerWithPaymentMethod](docs/PlayerWithPaymentMethod.md)
|
|
336
|
+
- [PriceResponse](docs/PriceResponse.md)
|
|
127
337
|
- [ProfilePictureResponse](docs/ProfilePictureResponse.md)
|
|
128
338
|
- [ProfilePictureUpdateRequestBody](docs/ProfilePictureUpdateRequestBody.md)
|
|
339
|
+
- [ProfileVisibilityResponse](docs/ProfileVisibilityResponse.md)
|
|
340
|
+
- [PublicClubUser](docs/PublicClubUser.md)
|
|
341
|
+
- [PublicClubUserFrequentlyPlayedWithInner](docs/PublicClubUserFrequentlyPlayedWithInner.md)
|
|
342
|
+
- [PublicClubUserFrequentlyVisitedClubsInner](docs/PublicClubUserFrequentlyVisitedClubsInner.md)
|
|
343
|
+
- [PublicClubUserLevelBySportsInner](docs/PublicClubUserLevelBySportsInner.md)
|
|
129
344
|
- [RefreshTokenRequestBody](docs/RefreshTokenRequestBody.md)
|
|
130
345
|
- [RefreshTokenResponse](docs/RefreshTokenResponse.md)
|
|
346
|
+
- [RegisterForEvent201Response](docs/RegisterForEvent201Response.md)
|
|
131
347
|
- [RegisterRequestBody](docs/RegisterRequestBody.md)
|
|
348
|
+
- [RestoreSubscriptionPlanForClub200Response](docs/RestoreSubscriptionPlanForClub200Response.md)
|
|
349
|
+
- [SdkDiagnosticsResponse](docs/SdkDiagnosticsResponse.md)
|
|
350
|
+
- [SdkDiagnosticsResponseOpenapi](docs/SdkDiagnosticsResponseOpenapi.md)
|
|
351
|
+
- [SdkDiagnosticsResponseSdk](docs/SdkDiagnosticsResponseSdk.md)
|
|
132
352
|
- [SetupPaymentMethodRequestBody](docs/SetupPaymentMethodRequestBody.md)
|
|
133
353
|
- [SetupPaymentMethodResponse](docs/SetupPaymentMethodResponse.md)
|
|
354
|
+
- [Slot](docs/Slot.md)
|
|
355
|
+
- [SlotException](docs/SlotException.md)
|
|
356
|
+
- [SlotResponse](docs/SlotResponse.md)
|
|
357
|
+
- [SlotsResponse](docs/SlotsResponse.md)
|
|
358
|
+
- [Sport](docs/Sport.md)
|
|
359
|
+
- [SportResponse](docs/SportResponse.md)
|
|
360
|
+
- [StaffEventResponse](docs/StaffEventResponse.md)
|
|
134
361
|
- [StaffUserProfileResponse](docs/StaffUserProfileResponse.md)
|
|
362
|
+
- [StripeLink](docs/StripeLink.md)
|
|
363
|
+
- [StripeStatus](docs/StripeStatus.md)
|
|
135
364
|
- [SubscribeToClubRequestBody](docs/SubscribeToClubRequestBody.md)
|
|
136
365
|
- [SubscriptionMutationResponse](docs/SubscriptionMutationResponse.md)
|
|
366
|
+
- [SubscriptionPlan](docs/SubscriptionPlan.md)
|
|
367
|
+
- [SubscriptionPlanResponse](docs/SubscriptionPlanResponse.md)
|
|
368
|
+
- [SubscriptionResponse](docs/SubscriptionResponse.md)
|
|
137
369
|
- [SubscriptionSessionRequestBody](docs/SubscriptionSessionRequestBody.md)
|
|
138
370
|
- [SubscriptionSessionResponse](docs/SubscriptionSessionResponse.md)
|
|
371
|
+
- [UpdateClubRequest](docs/UpdateClubRequest.md)
|
|
372
|
+
- [UpdateClubRoleRequestBody](docs/UpdateClubRoleRequestBody.md)
|
|
373
|
+
- [UpdateClubSettingsRequest](docs/UpdateClubSettingsRequest.md)
|
|
374
|
+
- [UpdateCourtRequest](docs/UpdateCourtRequest.md)
|
|
139
375
|
- [UpdateCustomerRequestBody](docs/UpdateCustomerRequestBody.md)
|
|
140
376
|
- [UpdateCustomerResponse](docs/UpdateCustomerResponse.md)
|
|
141
377
|
- [UpdateLevelBySportsRequestBody](docs/UpdateLevelBySportsRequestBody.md)
|
|
378
|
+
- [UpdateProfilePictureRequestBody](docs/UpdateProfilePictureRequestBody.md)
|
|
379
|
+
- [UpdateProfileVisibilityRequestBody](docs/UpdateProfileVisibilityRequestBody.md)
|
|
380
|
+
- [UpdateSportRequest](docs/UpdateSportRequest.md)
|
|
381
|
+
- [UpdateSubscriptionPlanRequest](docs/UpdateSubscriptionPlanRequest.md)
|
|
382
|
+
- [UpdateSubscriptionPlanResponse](docs/UpdateSubscriptionPlanResponse.md)
|
|
383
|
+
- [UpdateUserCityRequestBody](docs/UpdateUserCityRequestBody.md)
|
|
384
|
+
- [UpdateUserDescriptionRequestBody](docs/UpdateUserDescriptionRequestBody.md)
|
|
142
385
|
- [UpdateUserRequestBody](docs/UpdateUserRequestBody.md)
|
|
143
386
|
- [UpdateUserRequestBodyLevelBySportsInner](docs/UpdateUserRequestBodyLevelBySportsInner.md)
|
|
144
|
-
- [
|
|
387
|
+
- [UserBookingItem](docs/UserBookingItem.md)
|
|
388
|
+
- [UserBookingsResponse](docs/UserBookingsResponse.md)
|
|
389
|
+
- [UserCityResponse](docs/UserCityResponse.md)
|
|
390
|
+
- [UserDescriptionResponse](docs/UserDescriptionResponse.md)
|
|
391
|
+
- [UserFavoriteClubsResponse](docs/UserFavoriteClubsResponse.md)
|
|
392
|
+
- [UserInfoStaff](docs/UserInfoStaff.md)
|
|
145
393
|
- [UserProfileResponse](docs/UserProfileResponse.md)
|
|
394
|
+
- [UserResponse](docs/UserResponse.md)
|
|
146
395
|
- [UserRolesResponse](docs/UserRolesResponse.md)
|
|
396
|
+
- [UserStaffResponse](docs/UserStaffResponse.md)
|
|
147
397
|
- [UserSubscriptionsResponse](docs/UserSubscriptionsResponse.md)
|
|
398
|
+
- [YearlyTurnoverResponse](docs/YearlyTurnoverResponse.md)
|
|
399
|
+
- [YearlyTurnoverResponseMonthlyBreakdownInner](docs/YearlyTurnoverResponseMonthlyBreakdownInner.md)
|
|
148
400
|
|
|
149
401
|
|
|
150
402
|
<a id="documentation-for-authorization"></a>
|
|
151
403
|
## Documentation For Authorization
|
|
152
404
|
|
|
153
|
-
|
|
405
|
+
|
|
406
|
+
Authentication schemes defined for the API:
|
|
407
|
+
<a id="bearerAuth"></a>
|
|
408
|
+
### bearerAuth
|
|
409
|
+
|
|
410
|
+
- **Type**: Bearer authentication (JWT)
|
|
154
411
|
|