@tennac-booking/sdk 1.0.102 → 1.0.104

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 (83) hide show
  1. package/.openapi-generator/FILES +31 -8
  2. package/README.md +50 -16
  3. package/api.ts +3941 -2237
  4. package/base.ts +1 -1
  5. package/common.ts +1 -1
  6. package/configuration.ts +1 -1
  7. package/dist/api.d.ts +1785 -531
  8. package/dist/api.js +965 -272
  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 +1785 -531
  16. package/dist/esm/api.js +957 -264
  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/AddClubMemberRequest.md +7 -1
  28. package/docs/BookingPopulated.md +3 -3
  29. package/docs/BookingsStaffApi.md +4 -4
  30. package/docs/BookingsWithTimeBoundsResponse.md +22 -0
  31. package/docs/ClientAccountOnboardingRequest.md +2 -2
  32. package/docs/ClientAccountsApi.md +1 -1
  33. package/docs/ClubAnalyticsStaffApi.md +314 -0
  34. package/docs/{AddCreditsToCustomer200Response.md → ClubDaySchedule.md} +7 -5
  35. package/docs/ClubGeneralSettingsResponse.md +32 -0
  36. package/docs/ClubHoursSettingsResponse.md +22 -0
  37. package/docs/ClubLocationSettings.md +26 -0
  38. package/docs/ClubPlayerBookingItem.md +36 -0
  39. package/docs/ClubPlayerBookingsPagination.md +28 -0
  40. package/docs/ClubPlayerBookingsResponse.md +24 -0
  41. package/docs/ClubPlayerDetailResponse.md +46 -0
  42. package/docs/ClubPlayerDetailResponseSportsLevelsInner.md +22 -0
  43. package/docs/ClubPlayerStatisticsResponse.md +42 -0
  44. package/docs/ClubPlayerStatisticsResponseBookingAmountEvolutionThisMonthInner.md +22 -0
  45. package/docs/ClubPlayerStatisticsResponseFavoriteClub.md +23 -0
  46. package/docs/ClubPlayerStatisticsResponseMostPlayedClub.md +25 -0
  47. package/docs/ClubPlayerStatisticsResponseMostPlayedPartnersInner.md +26 -0
  48. package/docs/ClubPlayerSubscriptionSummary.md +28 -0
  49. package/docs/ClubPresentationSettingsResponse.md +26 -0
  50. package/docs/ClubPricingPeriodResponse.md +30 -0
  51. package/docs/ClubReservationSettingsResponse.md +26 -0
  52. package/docs/ClubResponse.md +2 -0
  53. package/docs/ClubSettingsManagerApi.md +54 -60
  54. package/docs/ClubSettingsStaffApi.md +183 -0
  55. package/docs/ClubWeeklySchedule.md +32 -0
  56. package/docs/ClubsManagerApi.md +112 -58
  57. package/docs/ClubsStaffApi.md +44 -0
  58. package/docs/CourtBookingShareItem.md +26 -0
  59. package/docs/CourtResponse.md +1 -1
  60. package/docs/CreateCourtRequest.md +1 -1
  61. package/docs/CreateEventRequest.md +3 -1
  62. package/docs/EventResponse.md +1 -1
  63. package/docs/PartialClubResponse.md +2 -0
  64. package/docs/PartialClubWeeklySchedule.md +33 -0
  65. package/docs/RetentionRateResponse.md +24 -0
  66. package/docs/RevenueBySportItem.md +24 -0
  67. package/docs/SlotInfo.md +2 -2
  68. package/docs/{DeleteClubSettingsResponse.md → TimeBounds.md} +7 -5
  69. package/docs/UpdateClubGeneralSettingsRequest.md +34 -0
  70. package/docs/UpdateClubHoursSettingsRequest.md +22 -0
  71. package/docs/UpdateClubMemberRequest.md +22 -0
  72. package/docs/UpdateClubPresentationSettingsRequest.md +26 -0
  73. package/docs/UpdateClubReservationSettingsRequest.md +28 -0
  74. package/docs/UpdateEventRequest.md +1 -1
  75. package/docs/UserInfo.md +2 -0
  76. package/index.ts +1 -1
  77. package/package.json +1 -1
  78. package/docs/AddCreditsToCustomerRequest.md +0 -22
  79. package/docs/ClubSettingsResponse.md +0 -39
  80. package/docs/CreateClubSettingsRequest.md +0 -34
  81. package/docs/EventResponseCourtsInner.md +0 -18
  82. package/docs/SportsStaffApi.md +0 -55
  83. package/docs/UpdateClubSettingsRequest.md +0 -32
@@ -9,8 +9,6 @@ configuration.ts
9
9
  docs/ActiveSubscriptionResponse.md
10
10
  docs/AddClubMember201Response.md
11
11
  docs/AddClubMemberRequest.md
12
- docs/AddCreditsToCustomer200Response.md
13
- docs/AddCreditsToCustomerRequest.md
14
12
  docs/AddOrganizationRequest.md
15
13
  docs/BookingAnalyticsResponse.md
16
14
  docs/BookingClubInfo.md
@@ -36,6 +34,7 @@ docs/BookingsApi.md
36
34
  docs/BookingsManagerApi.md
37
35
  docs/BookingsStaffApi.md
38
36
  docs/BookingsUserApi.md
37
+ docs/BookingsWithTimeBoundsResponse.md
39
38
  docs/CancelBookingResponse.md
40
39
  docs/CaptureResult.md
41
40
  docs/ChangePasswordRequestBody.md
@@ -56,9 +55,27 @@ docs/ClientRegisterResponse.md
56
55
  docs/ClientSubscriptionResponse.md
57
56
  docs/ClubAnalyticsApi.md
58
57
  docs/ClubAnalyticsStaffApi.md
58
+ docs/ClubDaySchedule.md
59
+ docs/ClubGeneralSettingsResponse.md
60
+ docs/ClubHoursSettingsResponse.md
61
+ docs/ClubLocationSettings.md
59
62
  docs/ClubMemberResponse.md
60
63
  docs/ClubMemberResponseUser.md
64
+ docs/ClubPlayerBookingItem.md
65
+ docs/ClubPlayerBookingsPagination.md
66
+ docs/ClubPlayerBookingsResponse.md
67
+ docs/ClubPlayerDetailResponse.md
68
+ docs/ClubPlayerDetailResponseSportsLevelsInner.md
61
69
  docs/ClubPlayerResponse.md
70
+ docs/ClubPlayerStatisticsResponse.md
71
+ docs/ClubPlayerStatisticsResponseBookingAmountEvolutionThisMonthInner.md
72
+ docs/ClubPlayerStatisticsResponseFavoriteClub.md
73
+ docs/ClubPlayerStatisticsResponseMostPlayedClub.md
74
+ docs/ClubPlayerStatisticsResponseMostPlayedPartnersInner.md
75
+ docs/ClubPlayerSubscriptionSummary.md
76
+ docs/ClubPresentationSettingsResponse.md
77
+ docs/ClubPricingPeriodResponse.md
78
+ docs/ClubReservationSettingsResponse.md
62
79
  docs/ClubResponse.md
63
80
  docs/ClubResponseCreatedAt.md
64
81
  docs/ClubResponseLocation.md
@@ -68,20 +85,21 @@ docs/ClubRoleResponse.md
68
85
  docs/ClubRolesManagerApi.md
69
86
  docs/ClubRolesStaffApi.md
70
87
  docs/ClubSettingsManagerApi.md
71
- docs/ClubSettingsResponse.md
88
+ docs/ClubSettingsStaffApi.md
72
89
  docs/ClubSubscriptions.md
73
90
  docs/ClubSummary.md
74
91
  docs/ClubUserCountResponse.md
92
+ docs/ClubWeeklySchedule.md
75
93
  docs/ClubsApi.md
76
94
  docs/ClubsManagerApi.md
77
95
  docs/ClubsStaffApi.md
96
+ docs/CourtBookingShareItem.md
78
97
  docs/CourtInfo.md
79
98
  docs/CourtResponse.md
80
99
  docs/CourtStatus.md
81
100
  docs/CreateBookingRequest.md
82
101
  docs/CreateClubRequest.md
83
102
  docs/CreateClubRoleRequest.md
84
- docs/CreateClubSettingsRequest.md
85
103
  docs/CreateCourtForClub201Response.md
86
104
  docs/CreateCourtRequest.md
87
105
  docs/CreateEventRequest.md
@@ -95,14 +113,12 @@ docs/CreatorChargeResult.md
95
113
  docs/DailyTurnoverResponse.md
96
114
  docs/DefaultApi.md
97
115
  docs/DeleteClubRoleResponse.md
98
- docs/DeleteClubSettingsResponse.md
99
116
  docs/DeleteCourtResponse.md
100
117
  docs/DeleteEventResponse.md
101
118
  docs/DeleteSportResponse.md
102
119
  docs/DeleteSubscriptionPlanResponse.md
103
120
  docs/DiscountType.md
104
121
  docs/EventResponse.md
105
- docs/EventResponseCourtsInner.md
106
122
  docs/EventsApi.md
107
123
  docs/EventsListResponse.md
108
124
  docs/EventsManagerApi.md
@@ -150,6 +166,7 @@ docs/MyClubInfosResponse.md
150
166
  docs/NoShowFeeResponse.md
151
167
  docs/OffPeakRule.md
152
168
  docs/PartialClubResponse.md
169
+ docs/PartialClubWeeklySchedule.md
153
170
  docs/PasswordResetRequestBody.md
154
171
  docs/PaymentByPlayerInfo.md
155
172
  docs/PaymentMethod.md
@@ -180,6 +197,8 @@ docs/RegisterRequestBody.md
180
197
  docs/RegisterRequestBodyLocation.md
181
198
  docs/RequestPasswordReset200Response.md
182
199
  docs/ResetPasswordRequest.md
200
+ docs/RetentionRateResponse.md
201
+ docs/RevenueBySportItem.md
183
202
  docs/SlotInfo.md
184
203
  docs/SportAnalyticsResponse.md
185
204
  docs/SportInfo.md
@@ -189,7 +208,6 @@ docs/SportResponse.md
189
208
  docs/SportWithLevels.md
190
209
  docs/SportsManagerApi.md
191
210
  docs/SportsPublicApi.md
192
- docs/SportsStaffApi.md
193
211
  docs/StaffUserProfileResponse.md
194
212
  docs/StripeStripeDeletedProduct.md
195
213
  docs/StripeStripePrice.md
@@ -229,12 +247,17 @@ docs/SubscriptionsStaffApi.md
229
247
  docs/SubscriptionsUserApi.md
230
248
  docs/SurfaceType.md
231
249
  docs/Team.md
250
+ docs/TimeBounds.md
232
251
  docs/UpdateActuality200Response.md
252
+ docs/UpdateClubGeneralSettingsRequest.md
253
+ docs/UpdateClubHoursSettingsRequest.md
254
+ docs/UpdateClubMemberRequest.md
255
+ docs/UpdateClubPresentationSettingsRequest.md
233
256
  docs/UpdateClubRequest.md
234
257
  docs/UpdateClubRequestLocation.md
235
258
  docs/UpdateClubRequestLocationCoordinates.md
259
+ docs/UpdateClubReservationSettingsRequest.md
236
260
  docs/UpdateClubRoleRequest.md
237
- docs/UpdateClubSettingsRequest.md
238
261
  docs/UpdateCustomerRequestBody.md
239
262
  docs/UpdateCustomerResponse.md
240
263
  docs/UpdateEventRequest.md
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @tennac-booking/sdk@1.0.99
1
+ ## @tennac-booking/sdk@1.0.100
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.99 --save
39
+ npm install @tennac-booking/sdk@1.0.100 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
@@ -71,12 +71,15 @@ Class | Method | HTTP request | Description
71
71
  *ClientAccountsApi* | [**getMyActiveSubscription**](docs/ClientAccountsApi.md#getmyactivesubscription) | **GET** /client-accounts/me/subscription |
72
72
  *ClientAccountsApi* | [**getMyClientAccount**](docs/ClientAccountsApi.md#getmyclientaccount) | **GET** /client-accounts/me |
73
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 |
74
+ *ClientAccountsApi* | [**listAvailablePrices**](docs/ClientAccountsApi.md#listavailableprices) | **GET** /client-accounts/plans/available-prices |
75
75
  *ClientAccountsApi* | [**onboardClientAccount**](docs/ClientAccountsApi.md#onboardclientaccount) | **POST** /client-accounts/onboarding |
76
76
  *ClientAccountsApi* | [**registerClientUser**](docs/ClientAccountsApi.md#registerclientuser) | **POST** /client-accounts/register-client-user |
77
77
  *ClubAnalyticsApi* | [**getMostLikedClub**](docs/ClubAnalyticsApi.md#getmostlikedclub) | **GET** /api/club-analytics/most-liked-clubs |
78
78
  *ClubAnalyticsApi* | [**getPopularClubs**](docs/ClubAnalyticsApi.md#getpopularclubs) | **GET** /api/club-analytics/popular-clubs |
79
79
  *ClubAnalyticsStaffApi* | [**getAnalyticsBySport**](docs/ClubAnalyticsStaffApi.md#getanalyticsbysport) | **GET** /api/club-analytics/sport/{sportId}/analytics |
80
+ *ClubAnalyticsStaffApi* | [**getClubPlayerBookingsById**](docs/ClubAnalyticsStaffApi.md#getclubplayerbookingsbyid) | **GET** /api/club-analytics/players/{playerId}/bookings |
81
+ *ClubAnalyticsStaffApi* | [**getClubPlayerById**](docs/ClubAnalyticsStaffApi.md#getclubplayerbyid) | **GET** /api/club-analytics/players/{playerId} |
82
+ *ClubAnalyticsStaffApi* | [**getClubPlayerStatisticsById**](docs/ClubAnalyticsStaffApi.md#getclubplayerstatisticsbyid) | **GET** /api/club-analytics/players/{playerId}/statistics |
80
83
  *ClubAnalyticsStaffApi* | [**getClubPlayers**](docs/ClubAnalyticsStaffApi.md#getclubplayers) | **GET** /api/club-analytics/players |
81
84
  *ClubAnalyticsStaffApi* | [**getDailyTurnOver**](docs/ClubAnalyticsStaffApi.md#getdailyturnover) | **GET** /api/club-analytics/daily-turnover |
82
85
  *ClubAnalyticsStaffApi* | [**getGenderPercentage**](docs/ClubAnalyticsStaffApi.md#getgenderpercentage) | **GET** /api/club-analytics/gender-percentage |
@@ -84,7 +87,10 @@ Class | Method | HTTP request | Description
84
87
  *ClubAnalyticsStaffApi* | [**getLastSixMonthsTurnover**](docs/ClubAnalyticsStaffApi.md#getlastsixmonthsturnover) | **GET** /api/club-analytics/last-six-months-turnover |
85
88
  *ClubAnalyticsStaffApi* | [**getMonthlyTurnOver**](docs/ClubAnalyticsStaffApi.md#getmonthlyturnover) | **GET** /api/club-analytics/monthly-turnover |
86
89
  *ClubAnalyticsStaffApi* | [**getNumberOfClubUsers**](docs/ClubAnalyticsStaffApi.md#getnumberofclubusers) | **GET** /api/club-analytics/users-count |
90
+ *ClubAnalyticsStaffApi* | [**getRetentionRate**](docs/ClubAnalyticsStaffApi.md#getretentionrate) | **GET** /api/club-analytics/retention-rate |
91
+ *ClubAnalyticsStaffApi* | [**getRevenueBySport**](docs/ClubAnalyticsStaffApi.md#getrevenuebysport) | **GET** /api/club-analytics/revenue-by-sport |
87
92
  *ClubAnalyticsStaffApi* | [**getTenNextBookings**](docs/ClubAnalyticsStaffApi.md#gettennextbookings) | **GET** /api/club-analytics/next-bookings |
93
+ *ClubAnalyticsStaffApi* | [**getTopCourtsByBookings**](docs/ClubAnalyticsStaffApi.md#gettopcourtsbybookings) | **GET** /api/club-analytics/top-courts |
88
94
  *ClubAnalyticsStaffApi* | [**getYearlyTurnOver**](docs/ClubAnalyticsStaffApi.md#getyearlyturnover) | **GET** /api/club-analytics/yearly-turnover |
89
95
  *ClubRolesManagerApi* | [**createClubRole**](docs/ClubRolesManagerApi.md#createclubrole) | **POST** /api/club-roles |
90
96
  *ClubRolesManagerApi* | [**deleteClubRole**](docs/ClubRolesManagerApi.md#deleteclubrole) | **DELETE** /api/club-roles/{id} |
@@ -92,10 +98,14 @@ Class | Method | HTTP request | Description
92
98
  *ClubRolesStaffApi* | [**getAllClubRoles**](docs/ClubRolesStaffApi.md#getallclubroles) | **GET** /api/club-roles |
93
99
  *ClubRolesStaffApi* | [**getClubRoleById**](docs/ClubRolesStaffApi.md#getclubrolebyid) | **GET** /api/club-roles/{id} |
94
100
  *ClubRolesStaffApi* | [**getUserRolesInClubs**](docs/ClubRolesStaffApi.md#getuserrolesinclubs) | **GET** /api/club-roles/me/roles |
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 |
101
+ *ClubSettingsManagerApi* | [**updateClubGeneralSettings**](docs/ClubSettingsManagerApi.md#updateclubgeneralsettings) | **PUT** /api/club-settings/settings/general |
102
+ *ClubSettingsManagerApi* | [**updateHoursSettings**](docs/ClubSettingsManagerApi.md#updatehourssettings) | **PUT** /api/club-settings/hours |
103
+ *ClubSettingsManagerApi* | [**updatePresentationSettings**](docs/ClubSettingsManagerApi.md#updatepresentationsettings) | **PUT** /api/club-settings/presentation |
104
+ *ClubSettingsManagerApi* | [**updateReservationSettings**](docs/ClubSettingsManagerApi.md#updatereservationsettings) | **PUT** /api/club-settings/reservation |
105
+ *ClubSettingsStaffApi* | [**getClubGeneralSettings**](docs/ClubSettingsStaffApi.md#getclubgeneralsettings) | **GET** /api/club-settings/settings/general |
106
+ *ClubSettingsStaffApi* | [**getHoursSettings**](docs/ClubSettingsStaffApi.md#gethourssettings) | **GET** /api/club-settings/hours |
107
+ *ClubSettingsStaffApi* | [**getPresentationSettings**](docs/ClubSettingsStaffApi.md#getpresentationsettings) | **GET** /api/club-settings/presentation |
108
+ *ClubSettingsStaffApi* | [**getReservationSettings**](docs/ClubSettingsStaffApi.md#getreservationsettings) | **GET** /api/club-settings/reservation |
99
109
  *ClubsApi* | [**getActiveClubs**](docs/ClubsApi.md#getactiveclubs) | **GET** /api/clubs/active |
100
110
  *ClubsApi* | [**getAllClubs**](docs/ClubsApi.md#getallclubs) | **GET** /api/clubs |
101
111
  *ClubsApi* | [**getAvailableSlotsByClubById**](docs/ClubsApi.md#getavailableslotsbyclubbyid) | **GET** /api/clubs/{clubID}/availableSlots |
@@ -109,7 +119,6 @@ Class | Method | HTTP request | Description
109
119
  *ClubsApi* | [**getSlotsByClubById**](docs/ClubsApi.md#getslotsbyclubbyid) | **GET** /api/clubs/{id}/slots |
110
120
  *ClubsApi* | [**getSportsByClubById**](docs/ClubsApi.md#getsportsbyclubbyid) | **GET** /api/clubs/{id}/sports |
111
121
  *ClubsManagerApi* | [**addClubMember**](docs/ClubsManagerApi.md#addclubmember) | **POST** /api/clubs/members |
112
- *ClubsManagerApi* | [**addCreditsToCustomer**](docs/ClubsManagerApi.md#addcreditstocustomer) | **POST** /api/clubs/customers/{userId}/credits |
113
122
  *ClubsManagerApi* | [**archivePriceForSubscriptionPlan**](docs/ClubsManagerApi.md#archivepriceforsubscriptionplan) | **DELETE** /api/clubs/subscription-plans/{priceId}/archive-price |
114
123
  *ClubsManagerApi* | [**createActuality**](docs/ClubsManagerApi.md#createactuality) | **POST** /api/clubs/actualities |
115
124
  *ClubsManagerApi* | [**createCourtForClub**](docs/ClubsManagerApi.md#createcourtforclub) | **POST** /api/clubs/courts |
@@ -125,11 +134,14 @@ Class | Method | HTTP request | Description
125
134
  *ClubsManagerApi* | [**updateActuality**](docs/ClubsManagerApi.md#updateactuality) | **PUT** /api/clubs/actualities/{actualityId} |
126
135
  *ClubsManagerApi* | [**updateClub**](docs/ClubsManagerApi.md#updateclub) | **PUT** /api/clubs |
127
136
  *ClubsManagerApi* | [**updateClubInfos**](docs/ClubsManagerApi.md#updateclubinfos) | **PUT** /api/clubs/infos |
137
+ *ClubsManagerApi* | [**updateClubMember**](docs/ClubsManagerApi.md#updateclubmember) | **PATCH** /api/clubs/members/{userId} |
138
+ *ClubsManagerApi* | [**updateClubPresentationSettings**](docs/ClubsManagerApi.md#updateclubpresentationsettings) | **PUT** /api/clubs/settings/presentation |
128
139
  *ClubsManagerApi* | [**updateCourt**](docs/ClubsManagerApi.md#updatecourt) | **PUT** /api/clubs/courts/{courtId} |
129
140
  *ClubsManagerApi* | [**updateSubscriptionPlanForClub**](docs/ClubsManagerApi.md#updatesubscriptionplanforclub) | **PUT** /api/clubs/subscription-plans/{priceId} |
130
141
  *ClubsStaffApi* | [**getActualities**](docs/ClubsStaffApi.md#getactualities) | **GET** /api/clubs/staff/actualities |
131
142
  *ClubsStaffApi* | [**getClubInfos**](docs/ClubsStaffApi.md#getclubinfos) | **GET** /api/clubs/infos |
132
143
  *ClubsStaffApi* | [**getClubMembers**](docs/ClubsStaffApi.md#getclubmembers) | **GET** /api/clubs/members |
144
+ *ClubsStaffApi* | [**getClubPresentationSettings**](docs/ClubsStaffApi.md#getclubpresentationsettings) | **GET** /api/clubs/settings/presentation |
133
145
  *ClubsStaffApi* | [**getClubRoles**](docs/ClubsStaffApi.md#getclubroles) | **GET** /api/clubs/roles |
134
146
  *ClubsStaffApi* | [**getCourtsByClub**](docs/ClubsStaffApi.md#getcourtsbyclub) | **GET** /api/clubs/courts |
135
147
  *ClubsStaffApi* | [**getInvoices**](docs/ClubsStaffApi.md#getinvoices) | **GET** /api/clubs/invoices |
@@ -149,7 +161,6 @@ Class | Method | HTTP request | Description
149
161
  *SportsManagerApi* | [**deleteSport**](docs/SportsManagerApi.md#deletesport) | **DELETE** /api/sports/{id} |
150
162
  *SportsManagerApi* | [**updateSport**](docs/SportsManagerApi.md#updatesport) | **PUT** /api/sports/{id} |
151
163
  *SportsPublicApi* | [**getVerifiedSports**](docs/SportsPublicApi.md#getverifiedsports) | **GET** /api/sports/verified |
152
- *SportsStaffApi* | [**getAllSports**](docs/SportsStaffApi.md#getallsports) | **GET** /api/sports |
153
164
  *SubscriptionsManagerApi* | [**createPlan**](docs/SubscriptionsManagerApi.md#createplan) | **POST** /api/subscriptions/plans |
154
165
  *SubscriptionsManagerApi* | [**deletePlan**](docs/SubscriptionsManagerApi.md#deleteplan) | **DELETE** /api/subscriptions/plans/{productId} |
155
166
  *SubscriptionsManagerApi* | [**updatePlan**](docs/SubscriptionsManagerApi.md#updateplan) | **PUT** /api/subscriptions/plans |
@@ -203,8 +214,6 @@ Class | Method | HTTP request | Description
203
214
  - [ActiveSubscriptionResponse](docs/ActiveSubscriptionResponse.md)
204
215
  - [AddClubMember201Response](docs/AddClubMember201Response.md)
205
216
  - [AddClubMemberRequest](docs/AddClubMemberRequest.md)
206
- - [AddCreditsToCustomer200Response](docs/AddCreditsToCustomer200Response.md)
207
- - [AddCreditsToCustomerRequest](docs/AddCreditsToCustomerRequest.md)
208
217
  - [AddOrganizationRequest](docs/AddOrganizationRequest.md)
209
218
  - [BookingAnalyticsResponse](docs/BookingAnalyticsResponse.md)
210
219
  - [BookingClubInfo](docs/BookingClubInfo.md)
@@ -226,6 +235,7 @@ Class | Method | HTTP request | Description
226
235
  - [BookingStatus](docs/BookingStatus.md)
227
236
  - [BookingSummary](docs/BookingSummary.md)
228
237
  - [BookingSummaryClubAddress](docs/BookingSummaryClubAddress.md)
238
+ - [BookingsWithTimeBoundsResponse](docs/BookingsWithTimeBoundsResponse.md)
229
239
  - [CancelBookingResponse](docs/CancelBookingResponse.md)
230
240
  - [CaptureResult](docs/CaptureResult.md)
231
241
  - [ChangePasswordRequestBody](docs/ChangePasswordRequestBody.md)
@@ -242,26 +252,44 @@ Class | Method | HTTP request | Description
242
252
  - [ClientRegisterRequestBody](docs/ClientRegisterRequestBody.md)
243
253
  - [ClientRegisterResponse](docs/ClientRegisterResponse.md)
244
254
  - [ClientSubscriptionResponse](docs/ClientSubscriptionResponse.md)
255
+ - [ClubDaySchedule](docs/ClubDaySchedule.md)
256
+ - [ClubGeneralSettingsResponse](docs/ClubGeneralSettingsResponse.md)
257
+ - [ClubHoursSettingsResponse](docs/ClubHoursSettingsResponse.md)
258
+ - [ClubLocationSettings](docs/ClubLocationSettings.md)
245
259
  - [ClubMemberResponse](docs/ClubMemberResponse.md)
246
260
  - [ClubMemberResponseUser](docs/ClubMemberResponseUser.md)
261
+ - [ClubPlayerBookingItem](docs/ClubPlayerBookingItem.md)
262
+ - [ClubPlayerBookingsPagination](docs/ClubPlayerBookingsPagination.md)
263
+ - [ClubPlayerBookingsResponse](docs/ClubPlayerBookingsResponse.md)
264
+ - [ClubPlayerDetailResponse](docs/ClubPlayerDetailResponse.md)
265
+ - [ClubPlayerDetailResponseSportsLevelsInner](docs/ClubPlayerDetailResponseSportsLevelsInner.md)
247
266
  - [ClubPlayerResponse](docs/ClubPlayerResponse.md)
267
+ - [ClubPlayerStatisticsResponse](docs/ClubPlayerStatisticsResponse.md)
268
+ - [ClubPlayerStatisticsResponseBookingAmountEvolutionThisMonthInner](docs/ClubPlayerStatisticsResponseBookingAmountEvolutionThisMonthInner.md)
269
+ - [ClubPlayerStatisticsResponseFavoriteClub](docs/ClubPlayerStatisticsResponseFavoriteClub.md)
270
+ - [ClubPlayerStatisticsResponseMostPlayedClub](docs/ClubPlayerStatisticsResponseMostPlayedClub.md)
271
+ - [ClubPlayerStatisticsResponseMostPlayedPartnersInner](docs/ClubPlayerStatisticsResponseMostPlayedPartnersInner.md)
272
+ - [ClubPlayerSubscriptionSummary](docs/ClubPlayerSubscriptionSummary.md)
273
+ - [ClubPresentationSettingsResponse](docs/ClubPresentationSettingsResponse.md)
274
+ - [ClubPricingPeriodResponse](docs/ClubPricingPeriodResponse.md)
275
+ - [ClubReservationSettingsResponse](docs/ClubReservationSettingsResponse.md)
248
276
  - [ClubResponse](docs/ClubResponse.md)
249
277
  - [ClubResponseCreatedAt](docs/ClubResponseCreatedAt.md)
250
278
  - [ClubResponseLocation](docs/ClubResponseLocation.md)
251
279
  - [ClubResponseLocationCoordinates](docs/ClubResponseLocationCoordinates.md)
252
280
  - [ClubResponseUpdatedAt](docs/ClubResponseUpdatedAt.md)
253
281
  - [ClubRoleResponse](docs/ClubRoleResponse.md)
254
- - [ClubSettingsResponse](docs/ClubSettingsResponse.md)
255
282
  - [ClubSubscriptions](docs/ClubSubscriptions.md)
256
283
  - [ClubSummary](docs/ClubSummary.md)
257
284
  - [ClubUserCountResponse](docs/ClubUserCountResponse.md)
285
+ - [ClubWeeklySchedule](docs/ClubWeeklySchedule.md)
286
+ - [CourtBookingShareItem](docs/CourtBookingShareItem.md)
258
287
  - [CourtInfo](docs/CourtInfo.md)
259
288
  - [CourtResponse](docs/CourtResponse.md)
260
289
  - [CourtStatus](docs/CourtStatus.md)
261
290
  - [CreateBookingRequest](docs/CreateBookingRequest.md)
262
291
  - [CreateClubRequest](docs/CreateClubRequest.md)
263
292
  - [CreateClubRoleRequest](docs/CreateClubRoleRequest.md)
264
- - [CreateClubSettingsRequest](docs/CreateClubSettingsRequest.md)
265
293
  - [CreateCourtForClub201Response](docs/CreateCourtForClub201Response.md)
266
294
  - [CreateCourtRequest](docs/CreateCourtRequest.md)
267
295
  - [CreateEventRequest](docs/CreateEventRequest.md)
@@ -274,14 +302,12 @@ Class | Method | HTTP request | Description
274
302
  - [CreatorChargeResult](docs/CreatorChargeResult.md)
275
303
  - [DailyTurnoverResponse](docs/DailyTurnoverResponse.md)
276
304
  - [DeleteClubRoleResponse](docs/DeleteClubRoleResponse.md)
277
- - [DeleteClubSettingsResponse](docs/DeleteClubSettingsResponse.md)
278
305
  - [DeleteCourtResponse](docs/DeleteCourtResponse.md)
279
306
  - [DeleteEventResponse](docs/DeleteEventResponse.md)
280
307
  - [DeleteSportResponse](docs/DeleteSportResponse.md)
281
308
  - [DeleteSubscriptionPlanResponse](docs/DeleteSubscriptionPlanResponse.md)
282
309
  - [DiscountType](docs/DiscountType.md)
283
310
  - [EventResponse](docs/EventResponse.md)
284
- - [EventResponseCourtsInner](docs/EventResponseCourtsInner.md)
285
311
  - [EventsListResponse](docs/EventsListResponse.md)
286
312
  - [FavoriteClubMutationResponse](docs/FavoriteClubMutationResponse.md)
287
313
  - [FavoriteClubRequestBody](docs/FavoriteClubRequestBody.md)
@@ -326,6 +352,7 @@ Class | Method | HTTP request | Description
326
352
  - [NoShowFeeResponse](docs/NoShowFeeResponse.md)
327
353
  - [OffPeakRule](docs/OffPeakRule.md)
328
354
  - [PartialClubResponse](docs/PartialClubResponse.md)
355
+ - [PartialClubWeeklySchedule](docs/PartialClubWeeklySchedule.md)
329
356
  - [PasswordResetRequestBody](docs/PasswordResetRequestBody.md)
330
357
  - [PaymentByPlayerInfo](docs/PaymentByPlayerInfo.md)
331
358
  - [PaymentMethod](docs/PaymentMethod.md)
@@ -356,6 +383,8 @@ Class | Method | HTTP request | Description
356
383
  - [RegisterRequestBodyLocation](docs/RegisterRequestBodyLocation.md)
357
384
  - [RequestPasswordReset200Response](docs/RequestPasswordReset200Response.md)
358
385
  - [ResetPasswordRequest](docs/ResetPasswordRequest.md)
386
+ - [RetentionRateResponse](docs/RetentionRateResponse.md)
387
+ - [RevenueBySportItem](docs/RevenueBySportItem.md)
359
388
  - [SlotInfo](docs/SlotInfo.md)
360
389
  - [SportAnalyticsResponse](docs/SportAnalyticsResponse.md)
361
390
  - [SportInfo](docs/SportInfo.md)
@@ -398,12 +427,17 @@ Class | Method | HTTP request | Description
398
427
  - [SubscriptionPlanResponse](docs/SubscriptionPlanResponse.md)
399
428
  - [SurfaceType](docs/SurfaceType.md)
400
429
  - [Team](docs/Team.md)
430
+ - [TimeBounds](docs/TimeBounds.md)
401
431
  - [UpdateActuality200Response](docs/UpdateActuality200Response.md)
432
+ - [UpdateClubGeneralSettingsRequest](docs/UpdateClubGeneralSettingsRequest.md)
433
+ - [UpdateClubHoursSettingsRequest](docs/UpdateClubHoursSettingsRequest.md)
434
+ - [UpdateClubMemberRequest](docs/UpdateClubMemberRequest.md)
435
+ - [UpdateClubPresentationSettingsRequest](docs/UpdateClubPresentationSettingsRequest.md)
402
436
  - [UpdateClubRequest](docs/UpdateClubRequest.md)
403
437
  - [UpdateClubRequestLocation](docs/UpdateClubRequestLocation.md)
404
438
  - [UpdateClubRequestLocationCoordinates](docs/UpdateClubRequestLocationCoordinates.md)
439
+ - [UpdateClubReservationSettingsRequest](docs/UpdateClubReservationSettingsRequest.md)
405
440
  - [UpdateClubRoleRequest](docs/UpdateClubRoleRequest.md)
406
- - [UpdateClubSettingsRequest](docs/UpdateClubSettingsRequest.md)
407
441
  - [UpdateCustomerRequestBody](docs/UpdateCustomerRequestBody.md)
408
442
  - [UpdateCustomerResponse](docs/UpdateCustomerResponse.md)
409
443
  - [UpdateEventRequest](docs/UpdateEventRequest.md)