@tennac-booking/sdk 1.0.85 → 1.0.87

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 (94) hide show
  1. package/.openapi-generator/FILES +256 -241
  2. package/README.md +47 -24
  3. package/api.ts +2443 -1287
  4. package/base.ts +1 -1
  5. package/common.ts +1 -1
  6. package/configuration.ts +1 -1
  7. package/dist/api.d.ts +2046 -1260
  8. package/dist/api.js +841 -270
  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 +2046 -1260
  16. package/dist/esm/api.js +834 -263
  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/{DeleteClubSettingsResponse.md → AddPaymentMethodRequestBody.md} +5 -5
  28. package/docs/BookingInfo.md +2 -2
  29. package/docs/BookingPopulated.md +3 -3
  30. package/docs/BookingResponse.md +0 -2
  31. package/docs/BookingSummary.md +2 -54
  32. package/docs/BookingsApi.md +0 -55
  33. package/docs/ClubAnalyticsStaffApi.md +173 -0
  34. package/docs/{BookingSportInfo.md → ClubDaySchedule.md} +7 -7
  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 +28 -0
  52. package/docs/ClubResponse.md +0 -8
  53. package/docs/ClubSettingsManagerApi.md +54 -55
  54. package/docs/ClubSettingsStaffApi.md +139 -0
  55. package/docs/ClubWeeklySchedule.md +32 -0
  56. package/docs/ClubsManagerApi.md +52 -0
  57. package/docs/ClubsStaffApi.md +44 -0
  58. package/docs/{BookingCourtInfo.md → ConfirmPaymentMethodRequestBody.md} +5 -7
  59. package/docs/{BookingPriceBody.md → ConfirmPaymentMethodResponse.md} +7 -7
  60. package/docs/CreateBookingRequest.md +2 -2
  61. package/docs/CreateEventRequest.md +3 -1
  62. package/docs/EventResponse.md +1 -1
  63. package/docs/IUserAttributes.md +12 -2
  64. package/docs/PartialClubResponse.md +0 -8
  65. package/docs/PartialClubWeeklySchedule.md +33 -0
  66. package/docs/PaymentMethodSetupResponse.md +24 -0
  67. package/docs/QuickReservationClubSummary.md +0 -4
  68. package/docs/{EventResponseCourtsInner.md → SetupPaymentMethodRequestBody.md} +5 -3
  69. package/docs/SetupPaymentMethodResponse.md +24 -0
  70. package/docs/SlotInfo.md +2 -2
  71. package/docs/StaffUserProfileResponse.md +12 -2
  72. package/docs/SubscribeRequestBody.md +0 -2
  73. package/docs/UpdateClubGeneralSettingsRequest.md +34 -0
  74. package/docs/UpdateClubHoursSettingsRequest.md +22 -0
  75. package/docs/UpdateClubPresentationSettingsRequest.md +26 -0
  76. package/docs/UpdateClubReservationSettingsRequest.md +28 -0
  77. package/docs/UpdateEventRequest.md +1 -1
  78. package/docs/UserProfileResponse.md +12 -4
  79. package/docs/UsersApi.md +160 -4
  80. package/index.ts +1 -1
  81. package/package.json +1 -1
  82. package/docs/BookingClubInfo.md +0 -28
  83. package/docs/BookingPaymentStatus.md +0 -24
  84. package/docs/BookingPlayerPaymentSummary.md +0 -34
  85. package/docs/BookingSlotInfo.md +0 -30
  86. package/docs/ClubSettingsResponse.md +0 -39
  87. package/docs/CreateClubSettingsRequest.md +0 -34
  88. package/docs/InvoiceStatus.md +0 -22
  89. package/docs/PlayerPrice.md +0 -30
  90. package/docs/QuickReservationClubSport.md +0 -22
  91. package/docs/SportsPublicApi.md +0 -53
  92. package/docs/SubscriptionInfo.md +0 -24
  93. package/docs/UpdateClubSettingsRequest.md +0 -32
  94. package/docs/UserBookingsResponse.md +0 -28
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @tennac-booking/sdk@1.0.85
1
+ ## @tennac-booking/sdk@1.0.77
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.85 --save
39
+ npm install @tennac-booking/sdk@1.0.77 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
@@ -52,7 +52,6 @@ All URIs are relative to *http://localhost*
52
52
  Class | Method | HTTP request | Description
53
53
  ------------ | ------------- | ------------- | -------------
54
54
  *BookingsApi* | [**getBookingHistory**](docs/BookingsApi.md#getbookinghistory) | **GET** /api/bookings/history/{bookingId} |
55
- *BookingsApi* | [**getBookingPrice**](docs/BookingsApi.md#getbookingprice) | **POST** /api/bookings/booking-price |
56
55
  *BookingsApi* | [**getQuickReservationSlots**](docs/BookingsApi.md#getquickreservationslots) | **GET** /api/bookings/quick-reservations |
57
56
  *BookingsManagerApi* | [**applyNoShowFee**](docs/BookingsManagerApi.md#applynoshowfee) | **POST** /api/bookings/{bookingId}/no-show |
58
57
  *BookingsManagerApi* | [**managerCancelBooking**](docs/BookingsManagerApi.md#managercancelbooking) | **POST** /api/bookings/{bookingId}/manager-cancel |
@@ -67,6 +66,9 @@ Class | Method | HTTP request | Description
67
66
  *ClubAnalyticsApi* | [**getMostLikedClub**](docs/ClubAnalyticsApi.md#getmostlikedclub) | **GET** /api/club-analytics/most-liked-clubs |
68
67
  *ClubAnalyticsApi* | [**getPopularClubs**](docs/ClubAnalyticsApi.md#getpopularclubs) | **GET** /api/club-analytics/popular-clubs |
69
68
  *ClubAnalyticsStaffApi* | [**getAnalyticsBySport**](docs/ClubAnalyticsStaffApi.md#getanalyticsbysport) | **GET** /api/club-analytics/sport/{sportId}/analytics |
69
+ *ClubAnalyticsStaffApi* | [**getClubPlayerBookingsById**](docs/ClubAnalyticsStaffApi.md#getclubplayerbookingsbyid) | **GET** /api/club-analytics/players/{playerId}/bookings |
70
+ *ClubAnalyticsStaffApi* | [**getClubPlayerById**](docs/ClubAnalyticsStaffApi.md#getclubplayerbyid) | **GET** /api/club-analytics/players/{playerId} |
71
+ *ClubAnalyticsStaffApi* | [**getClubPlayerStatisticsById**](docs/ClubAnalyticsStaffApi.md#getclubplayerstatisticsbyid) | **GET** /api/club-analytics/players/{playerId}/statistics |
70
72
  *ClubAnalyticsStaffApi* | [**getClubPlayers**](docs/ClubAnalyticsStaffApi.md#getclubplayers) | **GET** /api/club-analytics/players |
71
73
  *ClubAnalyticsStaffApi* | [**getDailyTurnOver**](docs/ClubAnalyticsStaffApi.md#getdailyturnover) | **GET** /api/club-analytics/daily-turnover |
72
74
  *ClubAnalyticsStaffApi* | [**getGenderPercentage**](docs/ClubAnalyticsStaffApi.md#getgenderpercentage) | **GET** /api/club-analytics/gender-percentage |
@@ -82,10 +84,13 @@ Class | Method | HTTP request | Description
82
84
  *ClubRolesStaffApi* | [**getAllClubRoles**](docs/ClubRolesStaffApi.md#getallclubroles) | **GET** /api/club-roles |
83
85
  *ClubRolesStaffApi* | [**getClubRoleById**](docs/ClubRolesStaffApi.md#getclubrolebyid) | **GET** /api/club-roles/{id} |
84
86
  *ClubRolesStaffApi* | [**getUserRolesInClubs**](docs/ClubRolesStaffApi.md#getuserrolesinclubs) | **GET** /api/club-roles/me/roles |
85
- *ClubSettingsManagerApi* | [**createClubSettings**](docs/ClubSettingsManagerApi.md#createclubsettings) | **POST** /api/club-settings/{clubId} |
86
- *ClubSettingsManagerApi* | [**deleteClubSettings**](docs/ClubSettingsManagerApi.md#deleteclubsettings) | **DELETE** /api/club-settings |
87
- *ClubSettingsManagerApi* | [**getClubSettings**](docs/ClubSettingsManagerApi.md#getclubsettings) | **GET** /api/club-settings |
87
+ *ClubSettingsManagerApi* | [**updateClubGeneralSettings**](docs/ClubSettingsManagerApi.md#updateclubgeneralsettings) | **PUT** /api/club-settings/settings/general |
88
88
  *ClubSettingsManagerApi* | [**updateClubSettings**](docs/ClubSettingsManagerApi.md#updateclubsettings) | **PUT** /api/club-settings |
89
+ *ClubSettingsManagerApi* | [**updateHoursSettings**](docs/ClubSettingsManagerApi.md#updatehourssettings) | **PUT** /api/club-settings/hours |
90
+ *ClubSettingsManagerApi* | [**updateReservationSettings**](docs/ClubSettingsManagerApi.md#updatereservationsettings) | **PUT** /api/club-settings/reservation |
91
+ *ClubSettingsStaffApi* | [**getClubGeneralSettings**](docs/ClubSettingsStaffApi.md#getclubgeneralsettings) | **GET** /api/club-settings/settings/general |
92
+ *ClubSettingsStaffApi* | [**getHoursSettings**](docs/ClubSettingsStaffApi.md#gethourssettings) | **GET** /api/club-settings/hours |
93
+ *ClubSettingsStaffApi* | [**getReservationSettings**](docs/ClubSettingsStaffApi.md#getreservationsettings) | **GET** /api/club-settings/reservation |
89
94
  *ClubsApi* | [**getActiveClubs**](docs/ClubsApi.md#getactiveclubs) | **GET** /api/clubs/active |
90
95
  *ClubsApi* | [**getAllClubs**](docs/ClubsApi.md#getallclubs) | **GET** /api/clubs |
91
96
  *ClubsApi* | [**getAvailableSlotsByClubById**](docs/ClubsApi.md#getavailableslotsbyclubbyid) | **GET** /api/clubs/{clubID}/availableSlots |
@@ -114,11 +119,13 @@ Class | Method | HTTP request | Description
114
119
  *ClubsManagerApi* | [**updateActuality**](docs/ClubsManagerApi.md#updateactuality) | **PUT** /api/clubs/actualities/{actualityId} |
115
120
  *ClubsManagerApi* | [**updateClub**](docs/ClubsManagerApi.md#updateclub) | **PUT** /api/clubs |
116
121
  *ClubsManagerApi* | [**updateClubInfos**](docs/ClubsManagerApi.md#updateclubinfos) | **PUT** /api/clubs/infos |
122
+ *ClubsManagerApi* | [**updateClubPresentationSettings**](docs/ClubsManagerApi.md#updateclubpresentationsettings) | **PUT** /api/clubs/settings/presentation |
117
123
  *ClubsManagerApi* | [**updateCourt**](docs/ClubsManagerApi.md#updatecourt) | **PUT** /api/clubs/courts/{courtId} |
118
124
  *ClubsManagerApi* | [**updateSubscriptionPlanForClub**](docs/ClubsManagerApi.md#updatesubscriptionplanforclub) | **PUT** /api/clubs/subscription-plans/{priceId} |
119
125
  *ClubsStaffApi* | [**getActualities**](docs/ClubsStaffApi.md#getactualities) | **GET** /api/clubs/staff/actualities |
120
126
  *ClubsStaffApi* | [**getClubInfos**](docs/ClubsStaffApi.md#getclubinfos) | **GET** /api/clubs/infos |
121
127
  *ClubsStaffApi* | [**getClubMembers**](docs/ClubsStaffApi.md#getclubmembers) | **GET** /api/clubs/members |
128
+ *ClubsStaffApi* | [**getClubPresentationSettings**](docs/ClubsStaffApi.md#getclubpresentationsettings) | **GET** /api/clubs/settings/presentation |
122
129
  *ClubsStaffApi* | [**getClubRoles**](docs/ClubsStaffApi.md#getclubroles) | **GET** /api/clubs/roles |
123
130
  *ClubsStaffApi* | [**getCourtsByClub**](docs/ClubsStaffApi.md#getcourtsbyclub) | **GET** /api/clubs/courts |
124
131
  *ClubsStaffApi* | [**getInvoices**](docs/ClubsStaffApi.md#getinvoices) | **GET** /api/clubs/invoices |
@@ -137,7 +144,6 @@ Class | Method | HTTP request | Description
137
144
  *SportsManagerApi* | [**createSport**](docs/SportsManagerApi.md#createsport) | **POST** /api/sports |
138
145
  *SportsManagerApi* | [**deleteSport**](docs/SportsManagerApi.md#deletesport) | **DELETE** /api/sports/{id} |
139
146
  *SportsManagerApi* | [**updateSport**](docs/SportsManagerApi.md#updatesport) | **PUT** /api/sports/{id} |
140
- *SportsPublicApi* | [**getVerifiedSports**](docs/SportsPublicApi.md#getverifiedsports) | **GET** /api/sports/verified |
141
147
  *SportsStaffApi* | [**getAllSports**](docs/SportsStaffApi.md#getallsports) | **GET** /api/sports |
142
148
  *SubscriptionsManagerApi* | [**createPlan**](docs/SubscriptionsManagerApi.md#createplan) | **POST** /api/subscriptions/plans |
143
149
  *SubscriptionsManagerApi* | [**deletePlan**](docs/SubscriptionsManagerApi.md#deleteplan) | **DELETE** /api/subscriptions/plans/{productId} |
@@ -151,7 +157,9 @@ Class | Method | HTTP request | Description
151
157
  *UsersApi* | [**addFavoriteClub**](docs/UsersApi.md#addfavoriteclub) | **POST** /api/users/me/favorite-clubs |
152
158
  *UsersApi* | [**addFavoritePlayer**](docs/UsersApi.md#addfavoriteplayer) | **POST** /api/users/me/favoritesPlayers |
153
159
  *UsersApi* | [**addOrganization**](docs/UsersApi.md#addorganization) | **POST** /api/users/me/add-organization |
160
+ *UsersApi* | [**addPaymentMethodSetup**](docs/UsersApi.md#addpaymentmethodsetup) | **POST** /api/users/addPaymentMethodSetup |
154
161
  *UsersApi* | [**changePassword**](docs/UsersApi.md#changepassword) | **PUT** /api/users/me/password |
162
+ *UsersApi* | [**confirmPaymentMethodSetup**](docs/UsersApi.md#confirmpaymentmethodsetup) | **POST** /api/users/confirmPaymentMethodSetup |
155
163
  *UsersApi* | [**getAllUsers**](docs/UsersApi.md#getallusers) | **GET** /api/users |
156
164
  *UsersApi* | [**getBookingDetail**](docs/UsersApi.md#getbookingdetail) | **GET** /api/users/me/booking-detail/{bookingId} |
157
165
  *UsersApi* | [**getFavoriteClubs**](docs/UsersApi.md#getfavoriteclubs) | **GET** /api/users/me/favorite-clubs |
@@ -176,6 +184,7 @@ Class | Method | HTTP request | Description
176
184
  *UsersApi* | [**requestEmailVerification**](docs/UsersApi.md#requestemailverification) | **POST** /api/users/me/request-email-verification |
177
185
  *UsersApi* | [**requestPasswordReset**](docs/UsersApi.md#requestpasswordreset) | **POST** /api/users/request-password-reset |
178
186
  *UsersApi* | [**resetPassword**](docs/UsersApi.md#resetpassword) | **POST** /api/users/reset-password |
187
+ *UsersApi* | [**setupOffSessionPaymentMethod**](docs/UsersApi.md#setupoffsessionpaymentmethod) | **POST** /api/users/setupOffSessionPaymentMethod |
179
188
  *UsersApi* | [**signInOrSignUpWithGoogle**](docs/UsersApi.md#signinorsignupwithgoogle) | **POST** /api/users/googleSignin |
180
189
  *UsersApi* | [**updateCustomer**](docs/UsersApi.md#updatecustomer) | **PUT** /api/users/me/customer |
181
190
  *UsersApi* | [**updateLevelBySports**](docs/UsersApi.md#updatelevelbysports) | **PUT** /api/users/me/level-by-sports |
@@ -190,22 +199,17 @@ Class | Method | HTTP request | Description
190
199
  - [AddClubMember201Response](docs/AddClubMember201Response.md)
191
200
  - [AddClubMemberRequest](docs/AddClubMemberRequest.md)
192
201
  - [AddOrganizationRequest](docs/AddOrganizationRequest.md)
202
+ - [AddPaymentMethodRequestBody](docs/AddPaymentMethodRequestBody.md)
193
203
  - [BookingAnalyticsResponse](docs/BookingAnalyticsResponse.md)
194
- - [BookingClubInfo](docs/BookingClubInfo.md)
195
- - [BookingCourtInfo](docs/BookingCourtInfo.md)
204
+ - [BookingDetailResponse](docs/BookingDetailResponse.md)
196
205
  - [BookingHistoryPopulated](docs/BookingHistoryPopulated.md)
197
206
  - [BookingInfo](docs/BookingInfo.md)
198
- - [BookingPaymentStatus](docs/BookingPaymentStatus.md)
199
207
  - [BookingPaymentStatusResponse](docs/BookingPaymentStatusResponse.md)
200
208
  - [BookingPaymentStatusResponseBooking](docs/BookingPaymentStatusResponseBooking.md)
201
209
  - [BookingPaymentStatusResponseSummary](docs/BookingPaymentStatusResponseSummary.md)
202
- - [BookingPlayerPaymentSummary](docs/BookingPlayerPaymentSummary.md)
203
210
  - [BookingPopulated](docs/BookingPopulated.md)
204
- - [BookingPriceBody](docs/BookingPriceBody.md)
205
211
  - [BookingResponse](docs/BookingResponse.md)
206
212
  - [BookingResponseOnsitePaymentsInner](docs/BookingResponseOnsitePaymentsInner.md)
207
- - [BookingSlotInfo](docs/BookingSlotInfo.md)
208
- - [BookingSportInfo](docs/BookingSportInfo.md)
209
213
  - [BookingStatus](docs/BookingStatus.md)
210
214
  - [BookingSummary](docs/BookingSummary.md)
211
215
  - [BookingSummaryClubAddress](docs/BookingSummaryClubAddress.md)
@@ -216,26 +220,45 @@ Class | Method | HTTP request | Description
216
220
  - [CheckInPlayersRequest](docs/CheckInPlayersRequest.md)
217
221
  - [CheckInPlayersResponse](docs/CheckInPlayersResponse.md)
218
222
  - [CheckedInPlayer](docs/CheckedInPlayer.md)
223
+ - [ClubDaySchedule](docs/ClubDaySchedule.md)
224
+ - [ClubGeneralSettingsResponse](docs/ClubGeneralSettingsResponse.md)
225
+ - [ClubHoursSettingsResponse](docs/ClubHoursSettingsResponse.md)
226
+ - [ClubLocationSettings](docs/ClubLocationSettings.md)
219
227
  - [ClubMemberResponse](docs/ClubMemberResponse.md)
220
228
  - [ClubMemberResponseUser](docs/ClubMemberResponseUser.md)
229
+ - [ClubPlayerBookingItem](docs/ClubPlayerBookingItem.md)
230
+ - [ClubPlayerBookingsPagination](docs/ClubPlayerBookingsPagination.md)
231
+ - [ClubPlayerBookingsResponse](docs/ClubPlayerBookingsResponse.md)
232
+ - [ClubPlayerDetailResponse](docs/ClubPlayerDetailResponse.md)
233
+ - [ClubPlayerDetailResponseSportsLevelsInner](docs/ClubPlayerDetailResponseSportsLevelsInner.md)
221
234
  - [ClubPlayerResponse](docs/ClubPlayerResponse.md)
235
+ - [ClubPlayerStatisticsResponse](docs/ClubPlayerStatisticsResponse.md)
236
+ - [ClubPlayerStatisticsResponseBookingAmountEvolutionThisMonthInner](docs/ClubPlayerStatisticsResponseBookingAmountEvolutionThisMonthInner.md)
237
+ - [ClubPlayerStatisticsResponseFavoriteClub](docs/ClubPlayerStatisticsResponseFavoriteClub.md)
238
+ - [ClubPlayerStatisticsResponseMostPlayedClub](docs/ClubPlayerStatisticsResponseMostPlayedClub.md)
239
+ - [ClubPlayerStatisticsResponseMostPlayedPartnersInner](docs/ClubPlayerStatisticsResponseMostPlayedPartnersInner.md)
240
+ - [ClubPlayerSubscriptionSummary](docs/ClubPlayerSubscriptionSummary.md)
241
+ - [ClubPresentationSettingsResponse](docs/ClubPresentationSettingsResponse.md)
242
+ - [ClubPricingPeriodResponse](docs/ClubPricingPeriodResponse.md)
243
+ - [ClubReservationSettingsResponse](docs/ClubReservationSettingsResponse.md)
222
244
  - [ClubResponse](docs/ClubResponse.md)
223
245
  - [ClubResponseCreatedAt](docs/ClubResponseCreatedAt.md)
224
246
  - [ClubResponseLocation](docs/ClubResponseLocation.md)
225
247
  - [ClubResponseLocationCoordinates](docs/ClubResponseLocationCoordinates.md)
226
248
  - [ClubResponseUpdatedAt](docs/ClubResponseUpdatedAt.md)
227
249
  - [ClubRoleResponse](docs/ClubRoleResponse.md)
228
- - [ClubSettingsResponse](docs/ClubSettingsResponse.md)
229
250
  - [ClubSubscriptions](docs/ClubSubscriptions.md)
230
251
  - [ClubSummary](docs/ClubSummary.md)
231
252
  - [ClubUserCountResponse](docs/ClubUserCountResponse.md)
253
+ - [ClubWeeklySchedule](docs/ClubWeeklySchedule.md)
254
+ - [ConfirmPaymentMethodRequestBody](docs/ConfirmPaymentMethodRequestBody.md)
255
+ - [ConfirmPaymentMethodResponse](docs/ConfirmPaymentMethodResponse.md)
232
256
  - [CourtInfo](docs/CourtInfo.md)
233
257
  - [CourtResponse](docs/CourtResponse.md)
234
258
  - [CourtStatus](docs/CourtStatus.md)
235
259
  - [CreateBookingRequest](docs/CreateBookingRequest.md)
236
260
  - [CreateClubRequest](docs/CreateClubRequest.md)
237
261
  - [CreateClubRoleRequest](docs/CreateClubRoleRequest.md)
238
- - [CreateClubSettingsRequest](docs/CreateClubSettingsRequest.md)
239
262
  - [CreateCourtForClub201Response](docs/CreateCourtForClub201Response.md)
240
263
  - [CreateCourtRequest](docs/CreateCourtRequest.md)
241
264
  - [CreateEventRequest](docs/CreateEventRequest.md)
@@ -248,14 +271,12 @@ Class | Method | HTTP request | Description
248
271
  - [CreatorChargeResult](docs/CreatorChargeResult.md)
249
272
  - [DailyTurnoverResponse](docs/DailyTurnoverResponse.md)
250
273
  - [DeleteClubRoleResponse](docs/DeleteClubRoleResponse.md)
251
- - [DeleteClubSettingsResponse](docs/DeleteClubSettingsResponse.md)
252
274
  - [DeleteCourtResponse](docs/DeleteCourtResponse.md)
253
275
  - [DeleteEventResponse](docs/DeleteEventResponse.md)
254
276
  - [DeleteSportResponse](docs/DeleteSportResponse.md)
255
277
  - [DeleteSubscriptionPlanResponse](docs/DeleteSubscriptionPlanResponse.md)
256
278
  - [DiscountType](docs/DiscountType.md)
257
279
  - [EventResponse](docs/EventResponse.md)
258
- - [EventResponseCourtsInner](docs/EventResponseCourtsInner.md)
259
280
  - [EventsListResponse](docs/EventsListResponse.md)
260
281
  - [FavoriteClubMutationResponse](docs/FavoriteClubMutationResponse.md)
261
282
  - [FavoriteClubRequestBody](docs/FavoriteClubRequestBody.md)
@@ -283,7 +304,6 @@ Class | Method | HTTP request | Description
283
304
  - [IUserAttributesOrganizationsInner](docs/IUserAttributesOrganizationsInner.md)
284
305
  - [IUserLocation](docs/IUserLocation.md)
285
306
  - [InvoiceInfo](docs/InvoiceInfo.md)
286
- - [InvoiceStatus](docs/InvoiceStatus.md)
287
307
  - [JoinEventRequest](docs/JoinEventRequest.md)
288
308
  - [JoinEventResponse](docs/JoinEventResponse.md)
289
309
  - [LastSixMonthsTurnoverItem](docs/LastSixMonthsTurnoverItem.md)
@@ -297,9 +317,11 @@ Class | Method | HTTP request | Description
297
317
  - [NoShowFeeResponse](docs/NoShowFeeResponse.md)
298
318
  - [OffPeakRule](docs/OffPeakRule.md)
299
319
  - [PartialClubResponse](docs/PartialClubResponse.md)
320
+ - [PartialClubWeeklySchedule](docs/PartialClubWeeklySchedule.md)
300
321
  - [PasswordResetRequestBody](docs/PasswordResetRequestBody.md)
301
322
  - [PaymentByPlayerInfo](docs/PaymentByPlayerInfo.md)
302
323
  - [PaymentMethod](docs/PaymentMethod.md)
324
+ - [PaymentMethodSetupResponse](docs/PaymentMethodSetupResponse.md)
303
325
  - [PickIUserLocationExcludeKeyofIUserLocationType](docs/PickIUserLocationExcludeKeyofIUserLocationType.md)
304
326
  - [PlanInterval](docs/PlanInterval.md)
305
327
  - [PlayerCategoriesResponse](docs/PlayerCategoriesResponse.md)
@@ -307,7 +329,6 @@ Class | Method | HTTP request | Description
307
329
  - [PlayerCategoryId](docs/PlayerCategoryId.md)
308
330
  - [PlayerListResponse](docs/PlayerListResponse.md)
309
331
  - [PlayerPaymentInfo](docs/PlayerPaymentInfo.md)
310
- - [PlayerPrice](docs/PlayerPrice.md)
311
332
  - [PlayerSummary](docs/PlayerSummary.md)
312
333
  - [PlayerWithPaymentMethod](docs/PlayerWithPaymentMethod.md)
313
334
  - [ProfilePictureResponse](docs/ProfilePictureResponse.md)
@@ -315,7 +336,6 @@ Class | Method | HTTP request | Description
315
336
  - [PublicSubscriptionPlanResponse](docs/PublicSubscriptionPlanResponse.md)
316
337
  - [PublicUserProfileResponse](docs/PublicUserProfileResponse.md)
317
338
  - [PublishEventResponse](docs/PublishEventResponse.md)
318
- - [QuickReservationClubSport](docs/QuickReservationClubSport.md)
319
339
  - [QuickReservationClubSummary](docs/QuickReservationClubSummary.md)
320
340
  - [QuickReservationClubSummaryLocation](docs/QuickReservationClubSummaryLocation.md)
321
341
  - [QuickReservationResponse](docs/QuickReservationResponse.md)
@@ -326,6 +346,8 @@ Class | Method | HTTP request | Description
326
346
  - [RegisterRequestBodyLocation](docs/RegisterRequestBodyLocation.md)
327
347
  - [RequestPasswordReset200Response](docs/RequestPasswordReset200Response.md)
328
348
  - [ResetPasswordRequest](docs/ResetPasswordRequest.md)
349
+ - [SetupPaymentMethodRequestBody](docs/SetupPaymentMethodRequestBody.md)
350
+ - [SetupPaymentMethodResponse](docs/SetupPaymentMethodResponse.md)
329
351
  - [SlotInfo](docs/SlotInfo.md)
330
352
  - [SportAnalyticsResponse](docs/SportAnalyticsResponse.md)
331
353
  - [SportInfo](docs/SportInfo.md)
@@ -363,17 +385,19 @@ Class | Method | HTTP request | Description
363
385
  - [StripeStripeTaxCode](docs/StripeStripeTaxCode.md)
364
386
  - [SubscribeRequestBody](docs/SubscribeRequestBody.md)
365
387
  - [SubscriberPrice](docs/SubscriberPrice.md)
366
- - [SubscriptionInfo](docs/SubscriptionInfo.md)
367
388
  - [SubscriptionMutationResponse](docs/SubscriptionMutationResponse.md)
368
389
  - [SubscriptionPlanResponse](docs/SubscriptionPlanResponse.md)
369
390
  - [SurfaceType](docs/SurfaceType.md)
370
391
  - [Team](docs/Team.md)
371
392
  - [UpdateActuality200Response](docs/UpdateActuality200Response.md)
393
+ - [UpdateClubGeneralSettingsRequest](docs/UpdateClubGeneralSettingsRequest.md)
394
+ - [UpdateClubHoursSettingsRequest](docs/UpdateClubHoursSettingsRequest.md)
395
+ - [UpdateClubPresentationSettingsRequest](docs/UpdateClubPresentationSettingsRequest.md)
372
396
  - [UpdateClubRequest](docs/UpdateClubRequest.md)
373
397
  - [UpdateClubRequestLocation](docs/UpdateClubRequestLocation.md)
374
398
  - [UpdateClubRequestLocationCoordinates](docs/UpdateClubRequestLocationCoordinates.md)
399
+ - [UpdateClubReservationSettingsRequest](docs/UpdateClubReservationSettingsRequest.md)
375
400
  - [UpdateClubRoleRequest](docs/UpdateClubRoleRequest.md)
376
- - [UpdateClubSettingsRequest](docs/UpdateClubSettingsRequest.md)
377
401
  - [UpdateCustomerRequestBody](docs/UpdateCustomerRequestBody.md)
378
402
  - [UpdateCustomerResponse](docs/UpdateCustomerResponse.md)
379
403
  - [UpdateEventRequest](docs/UpdateEventRequest.md)
@@ -383,7 +407,6 @@ Class | Method | HTTP request | Description
383
407
  - [UpdateSubscriptionPlanForClub200Response](docs/UpdateSubscriptionPlanForClub200Response.md)
384
408
  - [UpdateUserRequestBody](docs/UpdateUserRequestBody.md)
385
409
  - [UpdateUserRequestBodyLevelBySportsInner](docs/UpdateUserRequestBodyLevelBySportsInner.md)
386
- - [UserBookingsResponse](docs/UserBookingsResponse.md)
387
410
  - [UserClubSubscription](docs/UserClubSubscription.md)
388
411
  - [UserInfo](docs/UserInfo.md)
389
412
  - [UserLocationSummary](docs/UserLocationSummary.md)