@tennac-booking/sdk 1.0.97 → 1.0.99
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 +264 -267
- package/README.md +46 -45
- package/api.ts +2348 -2430
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +1477 -1610
- package/dist/api.js +1192 -1061
- 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 +1477 -1610
- package/dist/esm/api.js +1157 -1035
- 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/ActiveSubscriptionResponse.md +22 -0
- package/docs/AddClubMemberRequest.md +1 -7
- package/docs/{ClubDaySchedule.md → AddCreditsToCustomer200Response.md} +5 -7
- package/docs/AddCreditsToCustomerRequest.md +22 -0
- package/docs/BookingPopulated.md +3 -3
- package/docs/BookingPriceBody.md +4 -2
- package/docs/BookingPriceResponse.md +2 -0
- package/docs/BookingSummary.md +4 -0
- package/docs/ClientAccountOnboardingRequest.md +29 -0
- package/docs/ClientAccountOnboardingResponse.md +34 -0
- package/docs/ClientAccountResponse.md +44 -0
- package/docs/ClientAccountsApi.md +408 -0
- package/docs/ClientApi.md +109 -0
- package/docs/{ClubPlayerStatisticsResponseMostPlayedPartnersInner.md → ClientMeResponse.md} +11 -9
- package/docs/ClientOnboardingRequestBody.md +33 -0
- package/docs/ClientOnboardingResponse.md +27 -0
- package/docs/ClientRegisterRequestBody.md +26 -0
- package/docs/ClientRegisterResponse.md +22 -0
- package/docs/ClientSubscriptionResponse.md +34 -0
- package/docs/ClubAnalyticsStaffApi.md +0 -314
- package/docs/ClubSettingsManagerApi.md +60 -54
- package/docs/ClubSettingsResponse.md +39 -0
- package/docs/ClubsManagerApi.md +58 -52
- package/docs/ClubsStaffApi.md +0 -44
- package/docs/CourtResponse.md +1 -1
- package/docs/CreateBookingRequest.md +1 -1
- package/docs/CreateClubSettingsRequest.md +34 -0
- package/docs/CreateCourtRequest.md +1 -1
- package/docs/CreateEventRequest.md +1 -3
- package/docs/DeleteClubSettingsResponse.md +20 -0
- package/docs/EventResponse.md +1 -1
- package/docs/EventResponseCourtsInner.md +18 -0
- package/docs/GetSubscriptionsHistory200Response.md +22 -0
- package/docs/IUserAttributes.md +2 -0
- package/docs/ManagedClubsResponse.md +23 -0
- package/docs/PlayerPrice.md +2 -0
- package/docs/PlayerShare.md +22 -0
- package/docs/PlayerWithPaymentMethod.md +2 -0
- package/docs/SlotInfo.md +2 -2
- package/docs/SportsStaffApi.md +55 -0
- package/docs/StaffUserProfileResponse.md +2 -0
- package/docs/UpdateClubSettingsRequest.md +32 -0
- package/docs/UpdateEventRequest.md +1 -1
- package/docs/UserClubMembership.md +34 -0
- package/docs/UserClubMembershipsResponse.md +20 -0
- package/docs/UserInfo.md +0 -2
- package/docs/UserProfileResponse.md +2 -0
- package/docs/UsersApi.md +46 -0
- package/index.ts +1 -1
- package/package.json +1 -1
- package/docs/ClubGeneralSettingsResponse.md +0 -32
- package/docs/ClubHoursSettingsResponse.md +0 -22
- package/docs/ClubLocationSettings.md +0 -26
- package/docs/ClubPlayerBookingItem.md +0 -36
- package/docs/ClubPlayerBookingsPagination.md +0 -28
- package/docs/ClubPlayerBookingsResponse.md +0 -24
- package/docs/ClubPlayerDetailResponse.md +0 -46
- package/docs/ClubPlayerDetailResponseSportsLevelsInner.md +0 -22
- package/docs/ClubPlayerStatisticsResponse.md +0 -42
- package/docs/ClubPlayerStatisticsResponseBookingAmountEvolutionThisMonthInner.md +0 -22
- package/docs/ClubPlayerStatisticsResponseFavoriteClub.md +0 -23
- package/docs/ClubPlayerStatisticsResponseMostPlayedClub.md +0 -25
- package/docs/ClubPlayerSubscriptionSummary.md +0 -28
- package/docs/ClubPresentationSettingsResponse.md +0 -26
- package/docs/ClubPricingPeriodResponse.md +0 -30
- package/docs/ClubReservationSettingsResponse.md +0 -28
- package/docs/ClubSettingsStaffApi.md +0 -183
- package/docs/ClubWeeklySchedule.md +0 -32
- package/docs/CourtBookingShareItem.md +0 -26
- package/docs/PartialClubWeeklySchedule.md +0 -33
- package/docs/RetentionRateResponse.md +0 -24
- package/docs/RevenueBySportItem.md +0 -24
- package/docs/UpdateClubGeneralSettingsRequest.md +0 -34
- package/docs/UpdateClubHoursSettingsRequest.md +0 -22
- package/docs/UpdateClubPresentationSettingsRequest.md +0 -26
- package/docs/UpdateClubReservationSettingsRequest.md +0 -28
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @tennac-booking/sdk@1.0.
|
|
1
|
+
## @tennac-booking/sdk@1.0.99
|
|
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.
|
|
39
|
+
npm install @tennac-booking/sdk@1.0.99 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
|
@@ -64,12 +64,19 @@ Class | Method | HTTP request | Description
|
|
|
64
64
|
*BookingsStaffApi* | [**getWeeklyBookings**](docs/BookingsStaffApi.md#getweeklybookings) | **GET** /api/bookings/weekly/{weekId} |
|
|
65
65
|
*BookingsUserApi* | [**cancelBooking**](docs/BookingsUserApi.md#cancelbooking) | **DELETE** /api/bookings/{bookingId} |
|
|
66
66
|
*BookingsUserApi* | [**createBooking**](docs/BookingsUserApi.md#createbooking) | **POST** /api/bookings |
|
|
67
|
+
*ClientApi* | [**getManagedClubs**](docs/ClientApi.md#getmanagedclubs) | **GET** /clients/managed-clubs |
|
|
68
|
+
*ClientApi* | [**onboardClub**](docs/ClientApi.md#onboardclub) | **POST** /clients/onboarding |
|
|
69
|
+
*ClientAccountsApi* | [**clientAuthMe**](docs/ClientAccountsApi.md#clientauthme) | **GET** /client-accounts/client-auth/me |
|
|
70
|
+
*ClientAccountsApi* | [**getClientAccountById**](docs/ClientAccountsApi.md#getclientaccountbyid) | **GET** /client-accounts/{accountId} |
|
|
71
|
+
*ClientAccountsApi* | [**getMyActiveSubscription**](docs/ClientAccountsApi.md#getmyactivesubscription) | **GET** /client-accounts/me/subscription |
|
|
72
|
+
*ClientAccountsApi* | [**getMyClientAccount**](docs/ClientAccountsApi.md#getmyclientaccount) | **GET** /client-accounts/me |
|
|
73
|
+
*ClientAccountsApi* | [**getSubscriptionsHistory**](docs/ClientAccountsApi.md#getsubscriptionshistory) | **GET** /client-accounts/me/subscriptions-history |
|
|
74
|
+
*ClientAccountsApi* | [**listAvailablePrices**](docs/ClientAccountsApi.md#listavailableprices) | **GET** /client-accounts/available-prices |
|
|
75
|
+
*ClientAccountsApi* | [**onboardClientAccount**](docs/ClientAccountsApi.md#onboardclientaccount) | **POST** /client-accounts/onboarding |
|
|
76
|
+
*ClientAccountsApi* | [**registerClientUser**](docs/ClientAccountsApi.md#registerclientuser) | **POST** /client-accounts/register-client-user |
|
|
67
77
|
*ClubAnalyticsApi* | [**getMostLikedClub**](docs/ClubAnalyticsApi.md#getmostlikedclub) | **GET** /api/club-analytics/most-liked-clubs |
|
|
68
78
|
*ClubAnalyticsApi* | [**getPopularClubs**](docs/ClubAnalyticsApi.md#getpopularclubs) | **GET** /api/club-analytics/popular-clubs |
|
|
69
79
|
*ClubAnalyticsStaffApi* | [**getAnalyticsBySport**](docs/ClubAnalyticsStaffApi.md#getanalyticsbysport) | **GET** /api/club-analytics/sport/{sportId}/analytics |
|
|
70
|
-
*ClubAnalyticsStaffApi* | [**getClubPlayerBookingsById**](docs/ClubAnalyticsStaffApi.md#getclubplayerbookingsbyid) | **GET** /api/club-analytics/players/{playerId}/bookings |
|
|
71
|
-
*ClubAnalyticsStaffApi* | [**getClubPlayerById**](docs/ClubAnalyticsStaffApi.md#getclubplayerbyid) | **GET** /api/club-analytics/players/{playerId} |
|
|
72
|
-
*ClubAnalyticsStaffApi* | [**getClubPlayerStatisticsById**](docs/ClubAnalyticsStaffApi.md#getclubplayerstatisticsbyid) | **GET** /api/club-analytics/players/{playerId}/statistics |
|
|
73
80
|
*ClubAnalyticsStaffApi* | [**getClubPlayers**](docs/ClubAnalyticsStaffApi.md#getclubplayers) | **GET** /api/club-analytics/players |
|
|
74
81
|
*ClubAnalyticsStaffApi* | [**getDailyTurnOver**](docs/ClubAnalyticsStaffApi.md#getdailyturnover) | **GET** /api/club-analytics/daily-turnover |
|
|
75
82
|
*ClubAnalyticsStaffApi* | [**getGenderPercentage**](docs/ClubAnalyticsStaffApi.md#getgenderpercentage) | **GET** /api/club-analytics/gender-percentage |
|
|
@@ -77,10 +84,7 @@ Class | Method | HTTP request | Description
|
|
|
77
84
|
*ClubAnalyticsStaffApi* | [**getLastSixMonthsTurnover**](docs/ClubAnalyticsStaffApi.md#getlastsixmonthsturnover) | **GET** /api/club-analytics/last-six-months-turnover |
|
|
78
85
|
*ClubAnalyticsStaffApi* | [**getMonthlyTurnOver**](docs/ClubAnalyticsStaffApi.md#getmonthlyturnover) | **GET** /api/club-analytics/monthly-turnover |
|
|
79
86
|
*ClubAnalyticsStaffApi* | [**getNumberOfClubUsers**](docs/ClubAnalyticsStaffApi.md#getnumberofclubusers) | **GET** /api/club-analytics/users-count |
|
|
80
|
-
*ClubAnalyticsStaffApi* | [**getRetentionRate**](docs/ClubAnalyticsStaffApi.md#getretentionrate) | **GET** /api/club-analytics/retention-rate |
|
|
81
|
-
*ClubAnalyticsStaffApi* | [**getRevenueBySport**](docs/ClubAnalyticsStaffApi.md#getrevenuebysport) | **GET** /api/club-analytics/revenue-by-sport |
|
|
82
87
|
*ClubAnalyticsStaffApi* | [**getTenNextBookings**](docs/ClubAnalyticsStaffApi.md#gettennextbookings) | **GET** /api/club-analytics/next-bookings |
|
|
83
|
-
*ClubAnalyticsStaffApi* | [**getTopCourtsByBookings**](docs/ClubAnalyticsStaffApi.md#gettopcourtsbybookings) | **GET** /api/club-analytics/top-courts |
|
|
84
88
|
*ClubAnalyticsStaffApi* | [**getYearlyTurnOver**](docs/ClubAnalyticsStaffApi.md#getyearlyturnover) | **GET** /api/club-analytics/yearly-turnover |
|
|
85
89
|
*ClubRolesManagerApi* | [**createClubRole**](docs/ClubRolesManagerApi.md#createclubrole) | **POST** /api/club-roles |
|
|
86
90
|
*ClubRolesManagerApi* | [**deleteClubRole**](docs/ClubRolesManagerApi.md#deleteclubrole) | **DELETE** /api/club-roles/{id} |
|
|
@@ -88,14 +92,10 @@ Class | Method | HTTP request | Description
|
|
|
88
92
|
*ClubRolesStaffApi* | [**getAllClubRoles**](docs/ClubRolesStaffApi.md#getallclubroles) | **GET** /api/club-roles |
|
|
89
93
|
*ClubRolesStaffApi* | [**getClubRoleById**](docs/ClubRolesStaffApi.md#getclubrolebyid) | **GET** /api/club-roles/{id} |
|
|
90
94
|
*ClubRolesStaffApi* | [**getUserRolesInClubs**](docs/ClubRolesStaffApi.md#getuserrolesinclubs) | **GET** /api/club-roles/me/roles |
|
|
91
|
-
*ClubSettingsManagerApi* | [**
|
|
92
|
-
*ClubSettingsManagerApi* | [**
|
|
93
|
-
*ClubSettingsManagerApi* | [**
|
|
94
|
-
*ClubSettingsManagerApi* | [**
|
|
95
|
-
*ClubSettingsStaffApi* | [**getClubGeneralSettings**](docs/ClubSettingsStaffApi.md#getclubgeneralsettings) | **GET** /api/club-settings/settings/general |
|
|
96
|
-
*ClubSettingsStaffApi* | [**getHoursSettings**](docs/ClubSettingsStaffApi.md#gethourssettings) | **GET** /api/club-settings/hours |
|
|
97
|
-
*ClubSettingsStaffApi* | [**getPresentationSettings**](docs/ClubSettingsStaffApi.md#getpresentationsettings) | **GET** /api/club-settings/presentation |
|
|
98
|
-
*ClubSettingsStaffApi* | [**getReservationSettings**](docs/ClubSettingsStaffApi.md#getreservationsettings) | **GET** /api/club-settings/reservation |
|
|
95
|
+
*ClubSettingsManagerApi* | [**createClubSettings**](docs/ClubSettingsManagerApi.md#createclubsettings) | **POST** /api/club-settings/{clubId} |
|
|
96
|
+
*ClubSettingsManagerApi* | [**deleteClubSettings**](docs/ClubSettingsManagerApi.md#deleteclubsettings) | **DELETE** /api/club-settings |
|
|
97
|
+
*ClubSettingsManagerApi* | [**getClubSettings**](docs/ClubSettingsManagerApi.md#getclubsettings) | **GET** /api/club-settings |
|
|
98
|
+
*ClubSettingsManagerApi* | [**updateClubSettings**](docs/ClubSettingsManagerApi.md#updateclubsettings) | **PUT** /api/club-settings |
|
|
99
99
|
*ClubsApi* | [**getActiveClubs**](docs/ClubsApi.md#getactiveclubs) | **GET** /api/clubs/active |
|
|
100
100
|
*ClubsApi* | [**getAllClubs**](docs/ClubsApi.md#getallclubs) | **GET** /api/clubs |
|
|
101
101
|
*ClubsApi* | [**getAvailableSlotsByClubById**](docs/ClubsApi.md#getavailableslotsbyclubbyid) | **GET** /api/clubs/{clubID}/availableSlots |
|
|
@@ -109,6 +109,7 @@ Class | Method | HTTP request | Description
|
|
|
109
109
|
*ClubsApi* | [**getSlotsByClubById**](docs/ClubsApi.md#getslotsbyclubbyid) | **GET** /api/clubs/{id}/slots |
|
|
110
110
|
*ClubsApi* | [**getSportsByClubById**](docs/ClubsApi.md#getsportsbyclubbyid) | **GET** /api/clubs/{id}/sports |
|
|
111
111
|
*ClubsManagerApi* | [**addClubMember**](docs/ClubsManagerApi.md#addclubmember) | **POST** /api/clubs/members |
|
|
112
|
+
*ClubsManagerApi* | [**addCreditsToCustomer**](docs/ClubsManagerApi.md#addcreditstocustomer) | **POST** /api/clubs/customers/{userId}/credits |
|
|
112
113
|
*ClubsManagerApi* | [**archivePriceForSubscriptionPlan**](docs/ClubsManagerApi.md#archivepriceforsubscriptionplan) | **DELETE** /api/clubs/subscription-plans/{priceId}/archive-price |
|
|
113
114
|
*ClubsManagerApi* | [**createActuality**](docs/ClubsManagerApi.md#createactuality) | **POST** /api/clubs/actualities |
|
|
114
115
|
*ClubsManagerApi* | [**createCourtForClub**](docs/ClubsManagerApi.md#createcourtforclub) | **POST** /api/clubs/courts |
|
|
@@ -124,13 +125,11 @@ Class | Method | HTTP request | Description
|
|
|
124
125
|
*ClubsManagerApi* | [**updateActuality**](docs/ClubsManagerApi.md#updateactuality) | **PUT** /api/clubs/actualities/{actualityId} |
|
|
125
126
|
*ClubsManagerApi* | [**updateClub**](docs/ClubsManagerApi.md#updateclub) | **PUT** /api/clubs |
|
|
126
127
|
*ClubsManagerApi* | [**updateClubInfos**](docs/ClubsManagerApi.md#updateclubinfos) | **PUT** /api/clubs/infos |
|
|
127
|
-
*ClubsManagerApi* | [**updateClubPresentationSettings**](docs/ClubsManagerApi.md#updateclubpresentationsettings) | **PUT** /api/clubs/settings/presentation |
|
|
128
128
|
*ClubsManagerApi* | [**updateCourt**](docs/ClubsManagerApi.md#updatecourt) | **PUT** /api/clubs/courts/{courtId} |
|
|
129
129
|
*ClubsManagerApi* | [**updateSubscriptionPlanForClub**](docs/ClubsManagerApi.md#updatesubscriptionplanforclub) | **PUT** /api/clubs/subscription-plans/{priceId} |
|
|
130
130
|
*ClubsStaffApi* | [**getActualities**](docs/ClubsStaffApi.md#getactualities) | **GET** /api/clubs/staff/actualities |
|
|
131
131
|
*ClubsStaffApi* | [**getClubInfos**](docs/ClubsStaffApi.md#getclubinfos) | **GET** /api/clubs/infos |
|
|
132
132
|
*ClubsStaffApi* | [**getClubMembers**](docs/ClubsStaffApi.md#getclubmembers) | **GET** /api/clubs/members |
|
|
133
|
-
*ClubsStaffApi* | [**getClubPresentationSettings**](docs/ClubsStaffApi.md#getclubpresentationsettings) | **GET** /api/clubs/settings/presentation |
|
|
134
133
|
*ClubsStaffApi* | [**getClubRoles**](docs/ClubsStaffApi.md#getclubroles) | **GET** /api/clubs/roles |
|
|
135
134
|
*ClubsStaffApi* | [**getCourtsByClub**](docs/ClubsStaffApi.md#getcourtsbyclub) | **GET** /api/clubs/courts |
|
|
136
135
|
*ClubsStaffApi* | [**getInvoices**](docs/ClubsStaffApi.md#getinvoices) | **GET** /api/clubs/invoices |
|
|
@@ -150,6 +149,7 @@ Class | Method | HTTP request | Description
|
|
|
150
149
|
*SportsManagerApi* | [**deleteSport**](docs/SportsManagerApi.md#deletesport) | **DELETE** /api/sports/{id} |
|
|
151
150
|
*SportsManagerApi* | [**updateSport**](docs/SportsManagerApi.md#updatesport) | **PUT** /api/sports/{id} |
|
|
152
151
|
*SportsPublicApi* | [**getVerifiedSports**](docs/SportsPublicApi.md#getverifiedsports) | **GET** /api/sports/verified |
|
|
152
|
+
*SportsStaffApi* | [**getAllSports**](docs/SportsStaffApi.md#getallsports) | **GET** /api/sports |
|
|
153
153
|
*SubscriptionsManagerApi* | [**createPlan**](docs/SubscriptionsManagerApi.md#createplan) | **POST** /api/subscriptions/plans |
|
|
154
154
|
*SubscriptionsManagerApi* | [**deletePlan**](docs/SubscriptionsManagerApi.md#deleteplan) | **DELETE** /api/subscriptions/plans/{productId} |
|
|
155
155
|
*SubscriptionsManagerApi* | [**updatePlan**](docs/SubscriptionsManagerApi.md#updateplan) | **PUT** /api/subscriptions/plans |
|
|
@@ -171,6 +171,7 @@ Class | Method | HTTP request | Description
|
|
|
171
171
|
*UsersApi* | [**getFrequentlyPlayedWith**](docs/UsersApi.md#getfrequentlyplayedwith) | **GET** /api/users/me/frequentlyPlayedWith |
|
|
172
172
|
*UsersApi* | [**getFrequentlyVisitedClub**](docs/UsersApi.md#getfrequentlyvisitedclub) | **GET** /api/users/me/frequentlyVisitedClub |
|
|
173
173
|
*UsersApi* | [**getMe**](docs/UsersApi.md#getme) | **GET** /api/users/me |
|
|
174
|
+
*UsersApi* | [**getMyClubMemberships**](docs/UsersApi.md#getmyclubmemberships) | **GET** /api/users/me/club-memberships |
|
|
174
175
|
*UsersApi* | [**getNearestClubs**](docs/UsersApi.md#getnearestclubs) | **GET** /api/users/me/nearest-clubs |
|
|
175
176
|
*UsersApi* | [**getNearestClubsFromCoordinates**](docs/UsersApi.md#getnearestclubsfromcoordinates) | **GET** /api/users/nearest-clubs/coordinates |
|
|
176
177
|
*UsersApi* | [**getNearestUsers**](docs/UsersApi.md#getnearestusers) | **GET** /api/users/me/nearest-players |
|
|
@@ -199,8 +200,11 @@ Class | Method | HTTP request | Description
|
|
|
199
200
|
|
|
200
201
|
### Documentation For Models
|
|
201
202
|
|
|
203
|
+
- [ActiveSubscriptionResponse](docs/ActiveSubscriptionResponse.md)
|
|
202
204
|
- [AddClubMember201Response](docs/AddClubMember201Response.md)
|
|
203
205
|
- [AddClubMemberRequest](docs/AddClubMemberRequest.md)
|
|
206
|
+
- [AddCreditsToCustomer200Response](docs/AddCreditsToCustomer200Response.md)
|
|
207
|
+
- [AddCreditsToCustomerRequest](docs/AddCreditsToCustomerRequest.md)
|
|
204
208
|
- [AddOrganizationRequest](docs/AddOrganizationRequest.md)
|
|
205
209
|
- [BookingAnalyticsResponse](docs/BookingAnalyticsResponse.md)
|
|
206
210
|
- [BookingClubInfo](docs/BookingClubInfo.md)
|
|
@@ -229,44 +233,35 @@ Class | Method | HTTP request | Description
|
|
|
229
233
|
- [CheckInPlayersRequest](docs/CheckInPlayersRequest.md)
|
|
230
234
|
- [CheckInPlayersResponse](docs/CheckInPlayersResponse.md)
|
|
231
235
|
- [CheckedInPlayer](docs/CheckedInPlayer.md)
|
|
232
|
-
- [
|
|
233
|
-
- [
|
|
234
|
-
- [
|
|
235
|
-
- [
|
|
236
|
+
- [ClientAccountOnboardingRequest](docs/ClientAccountOnboardingRequest.md)
|
|
237
|
+
- [ClientAccountOnboardingResponse](docs/ClientAccountOnboardingResponse.md)
|
|
238
|
+
- [ClientAccountResponse](docs/ClientAccountResponse.md)
|
|
239
|
+
- [ClientMeResponse](docs/ClientMeResponse.md)
|
|
240
|
+
- [ClientOnboardingRequestBody](docs/ClientOnboardingRequestBody.md)
|
|
241
|
+
- [ClientOnboardingResponse](docs/ClientOnboardingResponse.md)
|
|
242
|
+
- [ClientRegisterRequestBody](docs/ClientRegisterRequestBody.md)
|
|
243
|
+
- [ClientRegisterResponse](docs/ClientRegisterResponse.md)
|
|
244
|
+
- [ClientSubscriptionResponse](docs/ClientSubscriptionResponse.md)
|
|
236
245
|
- [ClubMemberResponse](docs/ClubMemberResponse.md)
|
|
237
246
|
- [ClubMemberResponseUser](docs/ClubMemberResponseUser.md)
|
|
238
|
-
- [ClubPlayerBookingItem](docs/ClubPlayerBookingItem.md)
|
|
239
|
-
- [ClubPlayerBookingsPagination](docs/ClubPlayerBookingsPagination.md)
|
|
240
|
-
- [ClubPlayerBookingsResponse](docs/ClubPlayerBookingsResponse.md)
|
|
241
|
-
- [ClubPlayerDetailResponse](docs/ClubPlayerDetailResponse.md)
|
|
242
|
-
- [ClubPlayerDetailResponseSportsLevelsInner](docs/ClubPlayerDetailResponseSportsLevelsInner.md)
|
|
243
247
|
- [ClubPlayerResponse](docs/ClubPlayerResponse.md)
|
|
244
|
-
- [ClubPlayerStatisticsResponse](docs/ClubPlayerStatisticsResponse.md)
|
|
245
|
-
- [ClubPlayerStatisticsResponseBookingAmountEvolutionThisMonthInner](docs/ClubPlayerStatisticsResponseBookingAmountEvolutionThisMonthInner.md)
|
|
246
|
-
- [ClubPlayerStatisticsResponseFavoriteClub](docs/ClubPlayerStatisticsResponseFavoriteClub.md)
|
|
247
|
-
- [ClubPlayerStatisticsResponseMostPlayedClub](docs/ClubPlayerStatisticsResponseMostPlayedClub.md)
|
|
248
|
-
- [ClubPlayerStatisticsResponseMostPlayedPartnersInner](docs/ClubPlayerStatisticsResponseMostPlayedPartnersInner.md)
|
|
249
|
-
- [ClubPlayerSubscriptionSummary](docs/ClubPlayerSubscriptionSummary.md)
|
|
250
|
-
- [ClubPresentationSettingsResponse](docs/ClubPresentationSettingsResponse.md)
|
|
251
|
-
- [ClubPricingPeriodResponse](docs/ClubPricingPeriodResponse.md)
|
|
252
|
-
- [ClubReservationSettingsResponse](docs/ClubReservationSettingsResponse.md)
|
|
253
248
|
- [ClubResponse](docs/ClubResponse.md)
|
|
254
249
|
- [ClubResponseCreatedAt](docs/ClubResponseCreatedAt.md)
|
|
255
250
|
- [ClubResponseLocation](docs/ClubResponseLocation.md)
|
|
256
251
|
- [ClubResponseLocationCoordinates](docs/ClubResponseLocationCoordinates.md)
|
|
257
252
|
- [ClubResponseUpdatedAt](docs/ClubResponseUpdatedAt.md)
|
|
258
253
|
- [ClubRoleResponse](docs/ClubRoleResponse.md)
|
|
254
|
+
- [ClubSettingsResponse](docs/ClubSettingsResponse.md)
|
|
259
255
|
- [ClubSubscriptions](docs/ClubSubscriptions.md)
|
|
260
256
|
- [ClubSummary](docs/ClubSummary.md)
|
|
261
257
|
- [ClubUserCountResponse](docs/ClubUserCountResponse.md)
|
|
262
|
-
- [ClubWeeklySchedule](docs/ClubWeeklySchedule.md)
|
|
263
|
-
- [CourtBookingShareItem](docs/CourtBookingShareItem.md)
|
|
264
258
|
- [CourtInfo](docs/CourtInfo.md)
|
|
265
259
|
- [CourtResponse](docs/CourtResponse.md)
|
|
266
260
|
- [CourtStatus](docs/CourtStatus.md)
|
|
267
261
|
- [CreateBookingRequest](docs/CreateBookingRequest.md)
|
|
268
262
|
- [CreateClubRequest](docs/CreateClubRequest.md)
|
|
269
263
|
- [CreateClubRoleRequest](docs/CreateClubRoleRequest.md)
|
|
264
|
+
- [CreateClubSettingsRequest](docs/CreateClubSettingsRequest.md)
|
|
270
265
|
- [CreateCourtForClub201Response](docs/CreateCourtForClub201Response.md)
|
|
271
266
|
- [CreateCourtRequest](docs/CreateCourtRequest.md)
|
|
272
267
|
- [CreateEventRequest](docs/CreateEventRequest.md)
|
|
@@ -279,12 +274,14 @@ Class | Method | HTTP request | Description
|
|
|
279
274
|
- [CreatorChargeResult](docs/CreatorChargeResult.md)
|
|
280
275
|
- [DailyTurnoverResponse](docs/DailyTurnoverResponse.md)
|
|
281
276
|
- [DeleteClubRoleResponse](docs/DeleteClubRoleResponse.md)
|
|
277
|
+
- [DeleteClubSettingsResponse](docs/DeleteClubSettingsResponse.md)
|
|
282
278
|
- [DeleteCourtResponse](docs/DeleteCourtResponse.md)
|
|
283
279
|
- [DeleteEventResponse](docs/DeleteEventResponse.md)
|
|
284
280
|
- [DeleteSportResponse](docs/DeleteSportResponse.md)
|
|
285
281
|
- [DeleteSubscriptionPlanResponse](docs/DeleteSubscriptionPlanResponse.md)
|
|
286
282
|
- [DiscountType](docs/DiscountType.md)
|
|
287
283
|
- [EventResponse](docs/EventResponse.md)
|
|
284
|
+
- [EventResponseCourtsInner](docs/EventResponseCourtsInner.md)
|
|
288
285
|
- [EventsListResponse](docs/EventsListResponse.md)
|
|
289
286
|
- [FavoriteClubMutationResponse](docs/FavoriteClubMutationResponse.md)
|
|
290
287
|
- [FavoriteClubRequestBody](docs/FavoriteClubRequestBody.md)
|
|
@@ -303,6 +300,7 @@ Class | Method | HTTP request | Description
|
|
|
303
300
|
- [GetCourtsByClubAndSportById200Response](docs/GetCourtsByClubAndSportById200Response.md)
|
|
304
301
|
- [GetInfillPercentagePerPeriod200Response](docs/GetInfillPercentagePerPeriod200Response.md)
|
|
305
302
|
- [GetSlotsByClubById200Response](docs/GetSlotsByClubById200Response.md)
|
|
303
|
+
- [GetSubscriptionsHistory200Response](docs/GetSubscriptionsHistory200Response.md)
|
|
306
304
|
- [GoogleAuthRequestBody](docs/GoogleAuthRequestBody.md)
|
|
307
305
|
- [GoogleAuthResponse](docs/GoogleAuthResponse.md)
|
|
308
306
|
- [GoogleAuthResponseUser](docs/GoogleAuthResponseUser.md)
|
|
@@ -319,6 +317,7 @@ Class | Method | HTTP request | Description
|
|
|
319
317
|
- [LevelBySportEntry](docs/LevelBySportEntry.md)
|
|
320
318
|
- [LoginRequestBody](docs/LoginRequestBody.md)
|
|
321
319
|
- [LoginResponse](docs/LoginResponse.md)
|
|
320
|
+
- [ManagedClubsResponse](docs/ManagedClubsResponse.md)
|
|
322
321
|
- [ManagerCancelBookingRequest](docs/ManagerCancelBookingRequest.md)
|
|
323
322
|
- [ManagerCancelBookingResponse](docs/ManagerCancelBookingResponse.md)
|
|
324
323
|
- [MonthlyBreakdown](docs/MonthlyBreakdown.md)
|
|
@@ -327,7 +326,6 @@ Class | Method | HTTP request | Description
|
|
|
327
326
|
- [NoShowFeeResponse](docs/NoShowFeeResponse.md)
|
|
328
327
|
- [OffPeakRule](docs/OffPeakRule.md)
|
|
329
328
|
- [PartialClubResponse](docs/PartialClubResponse.md)
|
|
330
|
-
- [PartialClubWeeklySchedule](docs/PartialClubWeeklySchedule.md)
|
|
331
329
|
- [PasswordResetRequestBody](docs/PasswordResetRequestBody.md)
|
|
332
330
|
- [PaymentByPlayerInfo](docs/PaymentByPlayerInfo.md)
|
|
333
331
|
- [PaymentMethod](docs/PaymentMethod.md)
|
|
@@ -339,6 +337,7 @@ Class | Method | HTTP request | Description
|
|
|
339
337
|
- [PlayerListResponse](docs/PlayerListResponse.md)
|
|
340
338
|
- [PlayerPaymentInfo](docs/PlayerPaymentInfo.md)
|
|
341
339
|
- [PlayerPrice](docs/PlayerPrice.md)
|
|
340
|
+
- [PlayerShare](docs/PlayerShare.md)
|
|
342
341
|
- [PlayerSummary](docs/PlayerSummary.md)
|
|
343
342
|
- [PlayerWithPaymentMethod](docs/PlayerWithPaymentMethod.md)
|
|
344
343
|
- [ProfilePictureResponse](docs/ProfilePictureResponse.md)
|
|
@@ -357,8 +356,6 @@ Class | Method | HTTP request | Description
|
|
|
357
356
|
- [RegisterRequestBodyLocation](docs/RegisterRequestBodyLocation.md)
|
|
358
357
|
- [RequestPasswordReset200Response](docs/RequestPasswordReset200Response.md)
|
|
359
358
|
- [ResetPasswordRequest](docs/ResetPasswordRequest.md)
|
|
360
|
-
- [RetentionRateResponse](docs/RetentionRateResponse.md)
|
|
361
|
-
- [RevenueBySportItem](docs/RevenueBySportItem.md)
|
|
362
359
|
- [SlotInfo](docs/SlotInfo.md)
|
|
363
360
|
- [SportAnalyticsResponse](docs/SportAnalyticsResponse.md)
|
|
364
361
|
- [SportInfo](docs/SportInfo.md)
|
|
@@ -402,14 +399,11 @@ Class | Method | HTTP request | Description
|
|
|
402
399
|
- [SurfaceType](docs/SurfaceType.md)
|
|
403
400
|
- [Team](docs/Team.md)
|
|
404
401
|
- [UpdateActuality200Response](docs/UpdateActuality200Response.md)
|
|
405
|
-
- [UpdateClubGeneralSettingsRequest](docs/UpdateClubGeneralSettingsRequest.md)
|
|
406
|
-
- [UpdateClubHoursSettingsRequest](docs/UpdateClubHoursSettingsRequest.md)
|
|
407
|
-
- [UpdateClubPresentationSettingsRequest](docs/UpdateClubPresentationSettingsRequest.md)
|
|
408
402
|
- [UpdateClubRequest](docs/UpdateClubRequest.md)
|
|
409
403
|
- [UpdateClubRequestLocation](docs/UpdateClubRequestLocation.md)
|
|
410
404
|
- [UpdateClubRequestLocationCoordinates](docs/UpdateClubRequestLocationCoordinates.md)
|
|
411
|
-
- [UpdateClubReservationSettingsRequest](docs/UpdateClubReservationSettingsRequest.md)
|
|
412
405
|
- [UpdateClubRoleRequest](docs/UpdateClubRoleRequest.md)
|
|
406
|
+
- [UpdateClubSettingsRequest](docs/UpdateClubSettingsRequest.md)
|
|
413
407
|
- [UpdateCustomerRequestBody](docs/UpdateCustomerRequestBody.md)
|
|
414
408
|
- [UpdateCustomerResponse](docs/UpdateCustomerResponse.md)
|
|
415
409
|
- [UpdateEventRequest](docs/UpdateEventRequest.md)
|
|
@@ -420,6 +414,8 @@ Class | Method | HTTP request | Description
|
|
|
420
414
|
- [UpdateUserRequestBody](docs/UpdateUserRequestBody.md)
|
|
421
415
|
- [UpdateUserRequestBodyLevelBySportsInner](docs/UpdateUserRequestBodyLevelBySportsInner.md)
|
|
422
416
|
- [UserBookingsResponse](docs/UserBookingsResponse.md)
|
|
417
|
+
- [UserClubMembership](docs/UserClubMembership.md)
|
|
418
|
+
- [UserClubMembershipsResponse](docs/UserClubMembershipsResponse.md)
|
|
423
419
|
- [UserClubSubscription](docs/UserClubSubscription.md)
|
|
424
420
|
- [UserInfo](docs/UserInfo.md)
|
|
425
421
|
- [UserLocationSummary](docs/UserLocationSummary.md)
|
|
@@ -450,3 +446,8 @@ Authentication schemes defined for the API:
|
|
|
450
446
|
|
|
451
447
|
- **Type**: Bearer authentication (JWT)
|
|
452
448
|
|
|
449
|
+
<a id="clientAuth"></a>
|
|
450
|
+
### clientAuth
|
|
451
|
+
|
|
452
|
+
- **Type**: Bearer authentication (JWT)
|
|
453
|
+
|