@tennac-booking/sdk 1.0.81 → 1.0.83

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 (336) hide show
  1. package/.openapi-generator/FILES +270 -134
  2. package/README.md +356 -123
  3. package/api.ts +18731 -6267
  4. package/base.ts +4 -4
  5. package/common.ts +3 -3
  6. package/configuration.ts +3 -3
  7. package/dist/api.d.ts +12587 -3704
  8. package/dist/api.js +8344 -2830
  9. package/dist/base.d.ts +3 -3
  10. package/dist/base.js +4 -4
  11. package/dist/common.d.ts +3 -3
  12. package/dist/common.js +3 -3
  13. package/dist/configuration.d.ts +3 -3
  14. package/dist/configuration.js +3 -3
  15. package/dist/esm/api.d.ts +12587 -3704
  16. package/dist/esm/api.js +8245 -2731
  17. package/dist/esm/base.d.ts +3 -3
  18. package/dist/esm/base.js +4 -4
  19. package/dist/esm/common.d.ts +3 -3
  20. package/dist/esm/common.js +3 -3
  21. package/dist/esm/configuration.d.ts +3 -3
  22. package/dist/esm/configuration.js +3 -3
  23. package/dist/esm/index.d.ts +3 -3
  24. package/dist/esm/index.js +3 -3
  25. package/dist/index.d.ts +3 -3
  26. package/dist/index.js +3 -3
  27. package/docs/{DeleteSlotsByClubInRange200Response.md → AddClubMember201Response.md} +6 -4
  28. package/docs/AddClubMemberRequest.md +7 -3
  29. package/docs/AddOrganizationRequest.md +22 -0
  30. package/docs/AddPaymentMethodRequestBody.md +20 -0
  31. package/docs/BookingAnalyticsResponse.md +34 -0
  32. package/docs/BookingDetailResponse.md +46 -0
  33. package/docs/BookingHistoryPopulated.md +34 -0
  34. package/docs/BookingInfo.md +50 -0
  35. package/docs/BookingPaymentStatusResponse.md +24 -0
  36. package/docs/BookingPaymentStatusResponseBooking.md +27 -0
  37. package/docs/BookingPaymentStatusResponseSummary.md +29 -0
  38. package/docs/BookingPopulated.md +48 -0
  39. package/docs/BookingResponse.md +4 -4
  40. package/docs/BookingResponseOnsitePaymentsInner.md +22 -0
  41. package/docs/BookingStatus.md +11 -1
  42. package/docs/BookingSummary.md +44 -0
  43. package/docs/{GetAllSportsRequest.md → BookingSummaryClubAddress.md} +3 -5
  44. package/docs/BookingsApi.md +138 -0
  45. package/docs/{ManagerSportsApi.md → BookingsManagerApi.md} +30 -34
  46. package/docs/BookingsStaffApi.md +323 -0
  47. package/docs/{UserBookingsApi.md → BookingsUserApi.md} +18 -26
  48. package/docs/CancelBookingResponse.md +1 -1
  49. package/docs/CaptureResult.md +30 -0
  50. package/docs/ChangePasswordResponse.md +1 -1
  51. package/docs/CheckInPlayersRequest.md +20 -0
  52. package/docs/CheckInPlayersResponse.md +22 -0
  53. package/docs/CheckedInPlayer.md +34 -0
  54. package/docs/{AdminClubsApi.md → ClubAnalyticsApi.md} +27 -34
  55. package/docs/ClubAnalyticsStaffApi.md +696 -0
  56. package/docs/ClubDaySchedule.md +22 -0
  57. package/docs/ClubGeneralSettingsResponse.md +34 -0
  58. package/docs/ClubHoursSettingsResponse.md +22 -0
  59. package/docs/ClubLocationSettings.md +26 -0
  60. package/docs/ClubMemberResponse.md +24 -0
  61. package/docs/ClubMemberResponseUser.md +27 -0
  62. package/docs/ClubPlayerBookingItem.md +36 -0
  63. package/docs/ClubPlayerBookingsPagination.md +28 -0
  64. package/docs/ClubPlayerBookingsResponse.md +24 -0
  65. package/docs/ClubPlayerDetailResponse.md +46 -0
  66. package/docs/{RestoreSubscriptionPlanForClub200Response.md → ClubPlayerDetailResponseSportsLevelsInner.md} +7 -5
  67. package/docs/ClubPlayerResponse.md +36 -0
  68. package/docs/ClubPlayerStatisticsResponse.md +42 -0
  69. package/docs/ClubPlayerStatisticsResponseBookingAmountEvolutionThisMonthInner.md +22 -0
  70. package/docs/ClubPlayerStatisticsResponseFavoriteClub.md +23 -0
  71. package/docs/ClubPlayerStatisticsResponseMostPlayedClub.md +25 -0
  72. package/docs/ClubPlayerStatisticsResponseMostPlayedPartnersInner.md +26 -0
  73. package/docs/ClubPlayerSubscriptionSummary.md +28 -0
  74. package/docs/ClubPresentationSettingsResponse.md +26 -0
  75. package/docs/ClubPricingPeriodResponse.md +30 -0
  76. package/docs/ClubReservationAccessSettingsResponse.md +26 -0
  77. package/docs/ClubReservationSettingsResponse.md +36 -0
  78. package/docs/ClubResponse.md +26 -22
  79. package/docs/ClubResponseCreatedAt.md +19 -0
  80. package/docs/ClubResponseLocation.md +29 -0
  81. package/docs/ClubResponseLocationCoordinates.md +22 -0
  82. package/docs/ClubResponseUpdatedAt.md +19 -0
  83. package/docs/ClubRoleResponse.md +11 -9
  84. package/docs/ClubRolesManagerApi.md +177 -0
  85. package/docs/ClubRolesStaffApi.md +154 -0
  86. package/docs/ClubSettingsManagerApi.md +325 -0
  87. package/docs/ClubSettingsResponse.md +41 -0
  88. package/docs/ClubSettingsStaffApi.md +95 -0
  89. package/docs/ClubSubscriptions.md +26 -0
  90. package/docs/ClubSummary.md +28 -0
  91. package/docs/{GetNumberOfClubUsers200Response.md → ClubUserCountResponse.md} +4 -4
  92. package/docs/ClubWeeklySchedule.md +32 -0
  93. package/docs/ClubsApi.md +614 -0
  94. package/docs/ClubsManagerApi.md +1054 -0
  95. package/docs/ClubsStaffApi.md +417 -0
  96. package/docs/ConfirmPaymentMethodRequestBody.md +20 -0
  97. package/docs/ConfirmPaymentMethodResponse.md +22 -0
  98. package/docs/CourtInfo.md +28 -0
  99. package/docs/CourtResponse.md +20 -16
  100. package/docs/CourtStatus.md +2 -5
  101. package/docs/CreateBookingRequest.md +3 -3
  102. package/docs/CreateClubRequest.md +0 -18
  103. package/docs/{ConfirmPaymentMethodSetupRequestBody.md → CreateClubRoleRequest.md} +7 -5
  104. package/docs/CreateClubSettingsRequest.md +15 -9
  105. package/docs/CreateCourtForClub201Response.md +20 -0
  106. package/docs/CreateCourtRequest.md +10 -12
  107. package/docs/CreateEventRequest.md +56 -0
  108. package/docs/CreatePlan201Response.md +22 -0
  109. package/docs/CreateSportForClub201Response.md +20 -0
  110. package/docs/CreateSportForClubRequest.md +26 -0
  111. package/docs/CreateSportRequest.md +6 -6
  112. package/docs/CreateSubscriptionPlanRequest.md +12 -4
  113. package/docs/CreateSubscriptionPlanRequestDiscount.md +32 -0
  114. package/docs/CreatorChargeResult.md +26 -0
  115. package/docs/DailyTurnoverResponse.md +24 -0
  116. package/docs/{StaffSportsApi.md → DefaultApi.md} +18 -18
  117. package/docs/{DeleteSlotsResponse.md → DeleteClubRoleResponse.md} +4 -4
  118. package/docs/DeleteClubSettingsResponse.md +20 -0
  119. package/docs/{DeleteSport200Response.md → DeleteCourtResponse.md} +4 -4
  120. package/docs/{GenerateSlotsResponse.md → DeleteEventResponse.md} +4 -4
  121. package/docs/{DeleteClubRole200Response.md → DeleteSportResponse.md} +4 -4
  122. package/docs/DeleteSubscriptionPlanResponse.md +20 -0
  123. package/docs/{StripeStatus.md → DiscountType.md} +5 -7
  124. package/docs/EventResponse.md +66 -0
  125. package/docs/EventsApi.md +238 -0
  126. package/docs/EventsListResponse.md +20 -0
  127. package/docs/{ManagerClubsApi.md → EventsManagerApi.md} +79 -75
  128. package/docs/{StaffProfileApi.md → EventsStaffApi.md} +14 -13
  129. package/docs/{AddClubMemberResponse.md → FavoriteClubMutationResponse.md} +6 -6
  130. package/docs/{GetClubSettingsRequest.md → FavoriteClubRequestBody.md} +3 -3
  131. package/docs/{BlockSlotResponse.md → FavoriteClubsResponse.md} +5 -7
  132. package/docs/FavoritePlayerMutationResponse.md +22 -0
  133. package/docs/FavoritePlayerRequestBody.md +20 -0
  134. package/docs/FavoritePlayersResponse.md +20 -0
  135. package/docs/Gender.md +12 -0
  136. package/docs/GenderPercentageResponse.md +26 -0
  137. package/docs/GetActualities200Response.md +20 -0
  138. package/docs/GetAvailableSlotsBySports200Response.md +20 -0
  139. package/docs/{ClubMembersResponse.md → GetClubMembers200Response.md} +6 -6
  140. package/docs/GetClubRoles200Response.md +20 -0
  141. package/docs/GetClubUsersById200Response.md +20 -0
  142. package/docs/GetClubsWithVerificationDomains200ResponseInner.md +26 -0
  143. package/docs/GetCourtsByClubAndSportById200Response.md +26 -0
  144. package/docs/GetInfillPercentagePerPeriod200Response.md +24 -0
  145. package/docs/{SlotsResponse.md → GetSlotsByClubById200Response.md} +6 -6
  146. package/docs/GoogleAuthRequestBody.md +20 -0
  147. package/docs/GoogleAuthResponse.md +30 -0
  148. package/docs/GoogleAuthResponseUser.md +26 -0
  149. package/docs/HotelAccessSettings.md +26 -0
  150. package/docs/{Court.md → ICourtData.md} +18 -6
  151. package/docs/ILevelBySports.md +22 -0
  152. package/docs/IUserAttributes.md +82 -0
  153. package/docs/IUserAttributesOrganizationsInner.md +28 -0
  154. package/docs/IUserLocation.md +44 -0
  155. package/docs/InvoiceInfo.md +24 -0
  156. package/docs/JoinEventRequest.md +22 -0
  157. package/docs/{ApiErrorResponse.md → JoinEventResponse.md} +6 -6
  158. package/docs/LastSixMonthsTurnoverItem.md +22 -0
  159. package/docs/{ActiveClub.md → LevelBySportEntry.md} +7 -7
  160. package/docs/LoginResponse.md +2 -0
  161. package/docs/ManagerCancelBookingRequest.md +20 -0
  162. package/docs/ManagerCancelBookingResponse.md +1 -1
  163. package/docs/MonthlyBreakdown.md +24 -0
  164. package/docs/MonthlyTurnoverResponse.md +29 -0
  165. package/docs/NoShowFeeResponse.md +30 -0
  166. package/docs/OffPeakRule.md +26 -0
  167. package/docs/PartialClubResponse.md +51 -0
  168. package/docs/PartialClubWeeklySchedule.md +33 -0
  169. package/docs/PartialHotelAccessSettings.md +27 -0
  170. package/docs/PartialPaymentRequirementsSettings.md +23 -0
  171. package/docs/PartialPublicAccessPartialPublicAccessSettingsSchoolAccessPartialSchoolAccessSettingsHotelAccessPartialHotelAccessSettingsPaymentRequirementsPartialPaymentRequirementsSettings.md +27 -0
  172. package/docs/PartialPublicAccessSettings.md +25 -0
  173. package/docs/PartialSchoolAccessSettings.md +25 -0
  174. package/docs/PasswordResetRequestBody.md +20 -0
  175. package/docs/PaymentByPlayerInfo.md +22 -0
  176. package/docs/PaymentMethod.md +2 -1
  177. package/docs/PaymentMethodSetupResponse.md +24 -0
  178. package/docs/PaymentRequirementsSettings.md +22 -0
  179. package/docs/PickIUserLocationExcludeKeyofIUserLocationType.md +43 -0
  180. package/docs/PlanInterval.md +14 -0
  181. package/docs/PlayerCategoriesResponse.md +20 -0
  182. package/docs/PlayerCategory.md +26 -0
  183. package/docs/PlayerCategoryId.md +16 -0
  184. package/docs/PlayerListResponse.md +26 -0
  185. package/docs/PlayerPaymentInfo.md +36 -0
  186. package/docs/PlayerSummary.md +42 -0
  187. package/docs/ProfilePictureResponse.md +20 -0
  188. package/docs/{ActiveClubListResponse.md → ProfilePictureUpdateRequestBody.md} +5 -5
  189. package/docs/PublicAccessSettings.md +24 -0
  190. package/docs/PublicSubscriptionPlanResponse.md +30 -0
  191. package/docs/PublicUserProfileResponse.md +44 -0
  192. package/docs/PublishEventResponse.md +20 -0
  193. package/docs/QuickReservationClubSummary.md +28 -0
  194. package/docs/QuickReservationClubSummaryLocation.md +31 -0
  195. package/docs/QuickReservationResponse.md +22 -0
  196. package/docs/QuickReservationSlotSummary.md +42 -0
  197. package/docs/RefreshTokenResponse.md +6 -2
  198. package/docs/RegisterRequestBody.md +6 -0
  199. package/docs/RegisterRequestBodyLocation.md +44 -0
  200. package/docs/RequestPasswordReset200Response.md +20 -0
  201. package/docs/{GoogleSignInResponse.md → ResetPasswordRequest.md} +5 -7
  202. package/docs/SchoolAccessSettings.md +24 -0
  203. package/docs/SetupPaymentMethodRequestBody.md +1 -3
  204. package/docs/SetupPaymentMethodResponse.md +3 -3
  205. package/docs/SlotInfo.md +26 -0
  206. package/docs/SportAnalyticsResponse.md +24 -0
  207. package/docs/SportInfo.md +22 -0
  208. package/docs/SportKey.md +14 -0
  209. package/docs/SportLevel.md +22 -0
  210. package/docs/SportResponse.md +14 -8
  211. package/docs/SportWithLevels.md +30 -0
  212. package/docs/SportsManagerApi.md +180 -0
  213. package/docs/SportsStaffApi.md +55 -0
  214. package/docs/StaffUserProfileResponse.md +86 -0
  215. package/docs/StripeStripeDeletedProduct.md +25 -0
  216. package/docs/StripeStripePrice.md +63 -0
  217. package/docs/StripeStripePriceBillingScheme.md +10 -0
  218. package/docs/StripeStripePriceCurrencyOptions.md +28 -0
  219. package/docs/StripeStripePriceCurrencyOptionsCustomUnitAmount.md +24 -0
  220. package/docs/StripeStripePriceCurrencyOptionsTaxBehavior.md +12 -0
  221. package/docs/StripeStripePriceCurrencyOptionsTier.md +28 -0
  222. package/docs/StripeStripePriceCustomUnitAmount.md +24 -0
  223. package/docs/StripeStripePriceProduct.md +59 -0
  224. package/docs/StripeStripePriceRecurring.md +28 -0
  225. package/docs/StripeStripePriceRecurringInterval.md +14 -0
  226. package/docs/StripeStripePriceRecurringUsageType.md +10 -0
  227. package/docs/StripeStripePriceTaxBehavior.md +12 -0
  228. package/docs/StripeStripePriceTier.md +28 -0
  229. package/docs/StripeStripePriceTiersMode.md +10 -0
  230. package/docs/StripeStripePriceTransformQuantity.md +22 -0
  231. package/docs/StripeStripePriceTransformQuantityRound.md +10 -0
  232. package/docs/StripeStripePriceType.md +10 -0
  233. package/docs/StripeStripeProduct.md +59 -0
  234. package/docs/StripeStripeProductDefaultPrice.md +63 -0
  235. package/docs/StripeStripeProductMarketingFeature.md +20 -0
  236. package/docs/StripeStripeProductPackageDimensions.md +26 -0
  237. package/docs/StripeStripeProductTaxCode.md +27 -0
  238. package/docs/StripeStripeProductType.md +10 -0
  239. package/docs/StripeStripeResponseStripeStripePrice.md +64 -0
  240. package/docs/StripeStripeResponseStripeStripePriceAllOfLastResponse.md +30 -0
  241. package/docs/StripeStripeTaxCode.md +27 -0
  242. package/docs/{DeleteClubSettingsRequest.md → SubscribeRequestBody.md} +5 -3
  243. package/docs/SubscriberPrice.md +22 -0
  244. package/docs/SubscriptionMutationResponse.md +20 -0
  245. package/docs/SubscriptionPlanResponse.md +16 -14
  246. package/docs/SubscriptionsManagerApi.md +171 -0
  247. package/docs/{StaffClubsApi.md → SubscriptionsPublicApi.md} +16 -15
  248. package/docs/{UserClubsApi.md → SubscriptionsStaffApi.md} +13 -12
  249. package/docs/SubscriptionsUserApi.md +222 -0
  250. package/docs/SurfaceType.md +12 -0
  251. package/docs/Team.md +22 -0
  252. package/docs/UpdateActuality200Response.md +20 -0
  253. package/docs/{GetClubInfos200Response.md → UpdateClubGeneralSettingsRequest.md} +11 -7
  254. package/docs/UpdateClubHoursSettingsRequest.md +22 -0
  255. package/docs/UpdateClubPresentationSettingsRequest.md +26 -0
  256. package/docs/UpdateClubRequest.md +14 -20
  257. package/docs/UpdateClubRequestLocation.md +29 -0
  258. package/docs/UpdateClubRequestLocationCoordinates.md +22 -0
  259. package/docs/UpdateClubReservationSettingsRequest.md +34 -0
  260. package/docs/UpdateClubRoleRequest.md +22 -0
  261. package/docs/UpdateClubSettingsRequest.md +14 -10
  262. package/docs/UpdateCustomerRequestBody.md +3 -7
  263. package/docs/UpdateCustomerResponse.md +1 -3
  264. package/docs/UpdateEventRequest.md +54 -0
  265. package/docs/{ClubListResponse.md → UpdateLevelBySportsRequestBody.md} +5 -7
  266. package/docs/UpdatePlanRequest.md +22 -0
  267. package/docs/UpdateSportRequest.md +7 -3
  268. package/docs/UpdateSubscriptionPlanForClub200Response.md +20 -0
  269. package/docs/UpdateUserRequestBody.md +8 -2
  270. package/docs/UpdateUserRequestBodyLevelBySportsInner.md +22 -0
  271. package/docs/UserClubSubscription.md +42 -0
  272. package/docs/UserInfo.md +28 -0
  273. package/docs/UserLocationSummary.md +44 -0
  274. package/docs/UserProfileResponse.md +94 -0
  275. package/docs/UserRolesResponse.md +20 -0
  276. package/docs/{GetActiveClubs200Response.md → UserSubscriptionsResponse.md} +5 -5
  277. package/docs/UsersApi.md +1963 -0
  278. package/docs/VerifyEmailRequest.md +20 -0
  279. package/docs/YearlyTurnoverResponse.md +26 -0
  280. package/index.ts +3 -3
  281. package/package.json +5 -4
  282. package/docs/AdminClubSlotsApi.md +0 -62
  283. package/docs/Booking.md +0 -32
  284. package/docs/CancelBookingResponseBooking.md +0 -30
  285. package/docs/Club.md +0 -46
  286. package/docs/ClubInfoResponse.md +0 -46
  287. package/docs/ClubMember.md +0 -34
  288. package/docs/ClubRole.md +0 -30
  289. package/docs/ClubRolesResponse.md +0 -22
  290. package/docs/ClubSettings.md +0 -34
  291. package/docs/ClubsResponse.md +0 -22
  292. package/docs/ConfirmPaymentMethodSetupResponse.md +0 -22
  293. package/docs/CourtsResponse.md +0 -22
  294. package/docs/CreateClubRoleRequestBody.md +0 -24
  295. package/docs/CreatePriceRequest.md +0 -26
  296. package/docs/GetCourtsByClubAndSport200Response.md +0 -26
  297. package/docs/GetLastSixMonthsTurnover200ResponseInner.md +0 -24
  298. package/docs/GetUserRolesResponse.md +0 -20
  299. package/docs/GetUserRolesResponseRolesInner.md +0 -26
  300. package/docs/GetUserSubscriptionsResponse.md +0 -22
  301. package/docs/GoogleSignInRequestBody.md +0 -20
  302. package/docs/InitiateSubscriptionSessionRequestBody.md +0 -26
  303. package/docs/InitiateSubscriptionSessionResponse.md +0 -22
  304. package/docs/ManagerCancelBookingResponseBooking.md +0 -30
  305. package/docs/ManagerClubCourtsApi.md +0 -118
  306. package/docs/ManagerClubRolesApi.md +0 -268
  307. package/docs/ManagerClubSlotsApi.md +0 -125
  308. package/docs/ManagerClubSubscriptionsApi.md +0 -408
  309. package/docs/PriceResponse.md +0 -32
  310. package/docs/Slot.md +0 -24
  311. package/docs/SlotException.md +0 -26
  312. package/docs/SlotResponse.md +0 -34
  313. package/docs/Sport.md +0 -24
  314. package/docs/SportsResponse.md +0 -22
  315. package/docs/StaffClubAnalyticsApi.md +0 -111
  316. package/docs/StaffClubBookingsApi.md +0 -59
  317. package/docs/StaffClubSettingsApi.md +0 -62
  318. package/docs/SubscribeToClubRequestBody.md +0 -22
  319. package/docs/SubscriptionPlan.md +0 -36
  320. package/docs/SubscriptionResponse.md +0 -36
  321. package/docs/UpdateClubRoleRequestBody.md +0 -24
  322. package/docs/UpdateCustomerRequestBodyAddress.md +0 -30
  323. package/docs/UpdateCustomerResponseCustomer.md +0 -28
  324. package/docs/UpdateSubscriptionPlanRequest.md +0 -24
  325. package/docs/UpdateSubscriptionPlanResponse.md +0 -22
  326. package/docs/User.md +0 -40
  327. package/docs/UserApi.md +0 -119
  328. package/docs/UserAuthenticationApi.md +0 -226
  329. package/docs/UserClubCourtsApi.md +0 -64
  330. package/docs/UserClubSlotsApi.md +0 -181
  331. package/docs/UserClubSportsApi.md +0 -60
  332. package/docs/UserPaymentApi.md +0 -121
  333. package/docs/UserProfileApi.md +0 -224
  334. package/docs/UserResponse.md +0 -38
  335. package/docs/UserSubscriptionsApi.md +0 -222
  336. package/docs/UsersResponse.md +0 -22
@@ -0,0 +1,1054 @@
1
+ # ClubsManagerApi
2
+
3
+ All URIs are relative to *http://localhost*
4
+
5
+ |Method | HTTP request | Description|
6
+ |------------- | ------------- | -------------|
7
+ |[**addClubMember**](#addclubmember) | **POST** /api/clubs/members | |
8
+ |[**archivePriceForSubscriptionPlan**](#archivepriceforsubscriptionplan) | **DELETE** /api/clubs/subscription-plans/{priceId}/archive-price | |
9
+ |[**createActuality**](#createactuality) | **POST** /api/clubs/actualities | |
10
+ |[**createCourtForClub**](#createcourtforclub) | **POST** /api/clubs/courts | |
11
+ |[**createPriceForSubscriptionPlan**](#createpriceforsubscriptionplan) | **POST** /api/clubs/subscription-plans/{productId}/prices | |
12
+ |[**createSportForClub**](#createsportforclub) | **POST** /api/clubs/sports | |
13
+ |[**deleteActuality**](#deleteactuality) | **DELETE** /api/clubs/actualities/{actualityId} | |
14
+ |[**deleteCourt**](#deletecourt) | **DELETE** /api/clubs/courts/{courtId} | |
15
+ |[**deleteSlotsByClubInRange**](#deleteslotsbyclubinrange) | **DELETE** /api/clubs/slots | |
16
+ |[**deleteSubscriptionPlanForClub**](#deletesubscriptionplanforclub) | **DELETE** /api/clubs/subscription-plans/{productId} | |
17
+ |[**publishActuality**](#publishactuality) | **PATCH** /api/clubs/actualities/{actualityId}/publish | |
18
+ |[**restoreSubscriptionPlanForClub**](#restoresubscriptionplanforclub) | **POST** /api/clubs/subscription-plans/{productId}/restore | |
19
+ |[**restoreSubscriptionPriceForClub**](#restoresubscriptionpriceforclub) | **POST** /api/clubs/subscription-plans/{priceId}/restore-price | |
20
+ |[**updateActuality**](#updateactuality) | **PUT** /api/clubs/actualities/{actualityId} | |
21
+ |[**updateClub**](#updateclub) | **PUT** /api/clubs | |
22
+ |[**updateClubGeneralSettings**](#updateclubgeneralsettings) | **PUT** /api/clubs/settings/general | |
23
+ |[**updateClubInfos**](#updateclubinfos) | **PUT** /api/clubs/infos | |
24
+ |[**updateClubPresentationSettings**](#updateclubpresentationsettings) | **PUT** /api/clubs/settings/presentation | |
25
+ |[**updateCourt**](#updatecourt) | **PUT** /api/clubs/courts/{courtId} | |
26
+ |[**updateSubscriptionPlanForClub**](#updatesubscriptionplanforclub) | **PUT** /api/clubs/subscription-plans/{priceId} | |
27
+
28
+ # **addClubMember**
29
+ > AddClubMember201Response addClubMember(addClubMemberRequest)
30
+
31
+ Ajoute un membre à un club
32
+
33
+ ### Example
34
+
35
+ ```typescript
36
+ import {
37
+ ClubsManagerApi,
38
+ Configuration,
39
+ AddClubMemberRequest
40
+ } from '@tennac-booking/sdk';
41
+
42
+ const configuration = new Configuration();
43
+ const apiInstance = new ClubsManagerApi(configuration);
44
+
45
+ let addClubMemberRequest: AddClubMemberRequest; //
46
+
47
+ const { status, data } = await apiInstance.addClubMember(
48
+ addClubMemberRequest
49
+ );
50
+ ```
51
+
52
+ ### Parameters
53
+
54
+ |Name | Type | Description | Notes|
55
+ |------------- | ------------- | ------------- | -------------|
56
+ | **addClubMemberRequest** | **AddClubMemberRequest**| | |
57
+
58
+
59
+ ### Return type
60
+
61
+ **AddClubMember201Response**
62
+
63
+ ### Authorization
64
+
65
+ [bearerAuth](../README.md#bearerAuth)
66
+
67
+ ### HTTP request headers
68
+
69
+ - **Content-Type**: application/json
70
+ - **Accept**: application/json
71
+
72
+
73
+ ### HTTP response details
74
+ | Status code | Description | Response headers |
75
+ |-------------|-------------|------------------|
76
+ |**201** | Membre ajouté au club | - |
77
+ |**400** | Bad Request | - |
78
+ |**404** | Utilisateur ou club introuvable | - |
79
+ |**500** | Server Error | - |
80
+
81
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
82
+
83
+ # **archivePriceForSubscriptionPlan**
84
+ > UpdateSubscriptionPlanForClub200Response archivePriceForSubscriptionPlan()
85
+
86
+
87
+ ### Example
88
+
89
+ ```typescript
90
+ import {
91
+ ClubsManagerApi,
92
+ Configuration
93
+ } from '@tennac-booking/sdk';
94
+
95
+ const configuration = new Configuration();
96
+ const apiInstance = new ClubsManagerApi(configuration);
97
+
98
+ let priceId: string; // (default to undefined)
99
+
100
+ const { status, data } = await apiInstance.archivePriceForSubscriptionPlan(
101
+ priceId
102
+ );
103
+ ```
104
+
105
+ ### Parameters
106
+
107
+ |Name | Type | Description | Notes|
108
+ |------------- | ------------- | ------------- | -------------|
109
+ | **priceId** | [**string**] | | defaults to undefined|
110
+
111
+
112
+ ### Return type
113
+
114
+ **UpdateSubscriptionPlanForClub200Response**
115
+
116
+ ### Authorization
117
+
118
+ [bearerAuth](../README.md#bearerAuth)
119
+
120
+ ### HTTP request headers
121
+
122
+ - **Content-Type**: Not defined
123
+ - **Accept**: application/json
124
+
125
+
126
+ ### HTTP response details
127
+ | Status code | Description | Response headers |
128
+ |-------------|-------------|------------------|
129
+ |**200** | Price archivé | - |
130
+
131
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
132
+
133
+ # **createActuality**
134
+ > UpdateActuality200Response createActuality(body)
135
+
136
+
137
+ ### Example
138
+
139
+ ```typescript
140
+ import {
141
+ ClubsManagerApi,
142
+ Configuration
143
+ } from '@tennac-booking/sdk';
144
+
145
+ const configuration = new Configuration();
146
+ const apiInstance = new ClubsManagerApi(configuration);
147
+
148
+ let body: any; //
149
+
150
+ const { status, data } = await apiInstance.createActuality(
151
+ body
152
+ );
153
+ ```
154
+
155
+ ### Parameters
156
+
157
+ |Name | Type | Description | Notes|
158
+ |------------- | ------------- | ------------- | -------------|
159
+ | **body** | **any**| | |
160
+
161
+
162
+ ### Return type
163
+
164
+ **UpdateActuality200Response**
165
+
166
+ ### Authorization
167
+
168
+ [bearerAuth](../README.md#bearerAuth)
169
+
170
+ ### HTTP request headers
171
+
172
+ - **Content-Type**: application/json
173
+ - **Accept**: application/json
174
+
175
+
176
+ ### HTTP response details
177
+ | Status code | Description | Response headers |
178
+ |-------------|-------------|------------------|
179
+ |**201** | Actualité créée | - |
180
+
181
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
182
+
183
+ # **createCourtForClub**
184
+ > CreateCourtForClub201Response createCourtForClub(createCourtRequest)
185
+
186
+ Crée un nouveau terrain pour un club
187
+
188
+ ### Example
189
+
190
+ ```typescript
191
+ import {
192
+ ClubsManagerApi,
193
+ Configuration,
194
+ CreateCourtRequest
195
+ } from '@tennac-booking/sdk';
196
+
197
+ const configuration = new Configuration();
198
+ const apiInstance = new ClubsManagerApi(configuration);
199
+
200
+ let createCourtRequest: CreateCourtRequest; //
201
+
202
+ const { status, data } = await apiInstance.createCourtForClub(
203
+ createCourtRequest
204
+ );
205
+ ```
206
+
207
+ ### Parameters
208
+
209
+ |Name | Type | Description | Notes|
210
+ |------------- | ------------- | ------------- | -------------|
211
+ | **createCourtRequest** | **CreateCourtRequest**| | |
212
+
213
+
214
+ ### Return type
215
+
216
+ **CreateCourtForClub201Response**
217
+
218
+ ### Authorization
219
+
220
+ [bearerAuth](../README.md#bearerAuth)
221
+
222
+ ### HTTP request headers
223
+
224
+ - **Content-Type**: application/json
225
+ - **Accept**: application/json
226
+
227
+
228
+ ### HTTP response details
229
+ | Status code | Description | Response headers |
230
+ |-------------|-------------|------------------|
231
+ |**201** | Terrain créé | - |
232
+ |**400** | Bad Request | - |
233
+ |**404** | Club non trouvé | - |
234
+ |**500** | Server Error | - |
235
+
236
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
237
+
238
+ # **createPriceForSubscriptionPlan**
239
+ > UpdateSubscriptionPlanForClub200Response createPriceForSubscriptionPlan(body)
240
+
241
+
242
+ ### Example
243
+
244
+ ```typescript
245
+ import {
246
+ ClubsManagerApi,
247
+ Configuration
248
+ } from '@tennac-booking/sdk';
249
+
250
+ const configuration = new Configuration();
251
+ const apiInstance = new ClubsManagerApi(configuration);
252
+
253
+ let productId: string; // (default to undefined)
254
+ let body: any; //
255
+
256
+ const { status, data } = await apiInstance.createPriceForSubscriptionPlan(
257
+ productId,
258
+ body
259
+ );
260
+ ```
261
+
262
+ ### Parameters
263
+
264
+ |Name | Type | Description | Notes|
265
+ |------------- | ------------- | ------------- | -------------|
266
+ | **body** | **any**| | |
267
+ | **productId** | [**string**] | | defaults to undefined|
268
+
269
+
270
+ ### Return type
271
+
272
+ **UpdateSubscriptionPlanForClub200Response**
273
+
274
+ ### Authorization
275
+
276
+ [bearerAuth](../README.md#bearerAuth)
277
+
278
+ ### HTTP request headers
279
+
280
+ - **Content-Type**: application/json
281
+ - **Accept**: application/json
282
+
283
+
284
+ ### HTTP response details
285
+ | Status code | Description | Response headers |
286
+ |-------------|-------------|------------------|
287
+ |**201** | Price créé | - |
288
+
289
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
290
+
291
+ # **createSportForClub**
292
+ > CreateSportForClub201Response createSportForClub(createSportForClubRequest)
293
+
294
+
295
+ ### Example
296
+
297
+ ```typescript
298
+ import {
299
+ ClubsManagerApi,
300
+ Configuration,
301
+ CreateSportForClubRequest
302
+ } from '@tennac-booking/sdk';
303
+
304
+ const configuration = new Configuration();
305
+ const apiInstance = new ClubsManagerApi(configuration);
306
+
307
+ let createSportForClubRequest: CreateSportForClubRequest; //
308
+
309
+ const { status, data } = await apiInstance.createSportForClub(
310
+ createSportForClubRequest
311
+ );
312
+ ```
313
+
314
+ ### Parameters
315
+
316
+ |Name | Type | Description | Notes|
317
+ |------------- | ------------- | ------------- | -------------|
318
+ | **createSportForClubRequest** | **CreateSportForClubRequest**| | |
319
+
320
+
321
+ ### Return type
322
+
323
+ **CreateSportForClub201Response**
324
+
325
+ ### Authorization
326
+
327
+ [bearerAuth](../README.md#bearerAuth)
328
+
329
+ ### HTTP request headers
330
+
331
+ - **Content-Type**: application/json
332
+ - **Accept**: application/json
333
+
334
+
335
+ ### HTTP response details
336
+ | Status code | Description | Response headers |
337
+ |-------------|-------------|------------------|
338
+ |**201** | Sport créé | - |
339
+
340
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
341
+
342
+ # **deleteActuality**
343
+ > RequestPasswordReset200Response deleteActuality()
344
+
345
+
346
+ ### Example
347
+
348
+ ```typescript
349
+ import {
350
+ ClubsManagerApi,
351
+ Configuration
352
+ } from '@tennac-booking/sdk';
353
+
354
+ const configuration = new Configuration();
355
+ const apiInstance = new ClubsManagerApi(configuration);
356
+
357
+ let actualityId: string; // (default to undefined)
358
+
359
+ const { status, data } = await apiInstance.deleteActuality(
360
+ actualityId
361
+ );
362
+ ```
363
+
364
+ ### Parameters
365
+
366
+ |Name | Type | Description | Notes|
367
+ |------------- | ------------- | ------------- | -------------|
368
+ | **actualityId** | [**string**] | | defaults to undefined|
369
+
370
+
371
+ ### Return type
372
+
373
+ **RequestPasswordReset200Response**
374
+
375
+ ### Authorization
376
+
377
+ [bearerAuth](../README.md#bearerAuth)
378
+
379
+ ### HTTP request headers
380
+
381
+ - **Content-Type**: Not defined
382
+ - **Accept**: application/json
383
+
384
+
385
+ ### HTTP response details
386
+ | Status code | Description | Response headers |
387
+ |-------------|-------------|------------------|
388
+ |**200** | Actualité supprimée | - |
389
+
390
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
391
+
392
+ # **deleteCourt**
393
+ > DeleteCourtResponse deleteCourt()
394
+
395
+ Supprime un terrain et ses créneaux futurs
396
+
397
+ ### Example
398
+
399
+ ```typescript
400
+ import {
401
+ ClubsManagerApi,
402
+ Configuration
403
+ } from '@tennac-booking/sdk';
404
+
405
+ const configuration = new Configuration();
406
+ const apiInstance = new ClubsManagerApi(configuration);
407
+
408
+ let courtId: string; // (default to undefined)
409
+
410
+ const { status, data } = await apiInstance.deleteCourt(
411
+ courtId
412
+ );
413
+ ```
414
+
415
+ ### Parameters
416
+
417
+ |Name | Type | Description | Notes|
418
+ |------------- | ------------- | ------------- | -------------|
419
+ | **courtId** | [**string**] | | defaults to undefined|
420
+
421
+
422
+ ### Return type
423
+
424
+ **DeleteCourtResponse**
425
+
426
+ ### Authorization
427
+
428
+ [bearerAuth](../README.md#bearerAuth)
429
+
430
+ ### HTTP request headers
431
+
432
+ - **Content-Type**: Not defined
433
+ - **Accept**: application/json
434
+
435
+
436
+ ### HTTP response details
437
+ | Status code | Description | Response headers |
438
+ |-------------|-------------|------------------|
439
+ |**200** | Terrain supprimé | - |
440
+ |**400** | Bad Request | - |
441
+ |**404** | Terrain non trouvé | - |
442
+ |**500** | Server Error | - |
443
+
444
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
445
+
446
+ # **deleteSlotsByClubInRange**
447
+ > RequestPasswordReset200Response deleteSlotsByClubInRange()
448
+
449
+
450
+ ### Example
451
+
452
+ ```typescript
453
+ import {
454
+ ClubsManagerApi,
455
+ Configuration
456
+ } from '@tennac-booking/sdk';
457
+
458
+ const configuration = new Configuration();
459
+ const apiInstance = new ClubsManagerApi(configuration);
460
+
461
+ const { status, data } = await apiInstance.deleteSlotsByClubInRange();
462
+ ```
463
+
464
+ ### Parameters
465
+ This endpoint does not have any parameters.
466
+
467
+
468
+ ### Return type
469
+
470
+ **RequestPasswordReset200Response**
471
+
472
+ ### Authorization
473
+
474
+ [bearerAuth](../README.md#bearerAuth)
475
+
476
+ ### HTTP request headers
477
+
478
+ - **Content-Type**: Not defined
479
+ - **Accept**: application/json
480
+
481
+
482
+ ### HTTP response details
483
+ | Status code | Description | Response headers |
484
+ |-------------|-------------|------------------|
485
+ |**200** | Slots supprimés | - |
486
+
487
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
488
+
489
+ # **deleteSubscriptionPlanForClub**
490
+ > deleteSubscriptionPlanForClub()
491
+
492
+
493
+ ### Example
494
+
495
+ ```typescript
496
+ import {
497
+ ClubsManagerApi,
498
+ Configuration
499
+ } from '@tennac-booking/sdk';
500
+
501
+ const configuration = new Configuration();
502
+ const apiInstance = new ClubsManagerApi(configuration);
503
+
504
+ let productId: string; // (default to undefined)
505
+
506
+ const { status, data } = await apiInstance.deleteSubscriptionPlanForClub(
507
+ productId
508
+ );
509
+ ```
510
+
511
+ ### Parameters
512
+
513
+ |Name | Type | Description | Notes|
514
+ |------------- | ------------- | ------------- | -------------|
515
+ | **productId** | [**string**] | | defaults to undefined|
516
+
517
+
518
+ ### Return type
519
+
520
+ void (empty response body)
521
+
522
+ ### Authorization
523
+
524
+ [bearerAuth](../README.md#bearerAuth)
525
+
526
+ ### HTTP request headers
527
+
528
+ - **Content-Type**: Not defined
529
+ - **Accept**: Not defined
530
+
531
+
532
+ ### HTTP response details
533
+ | Status code | Description | Response headers |
534
+ |-------------|-------------|------------------|
535
+ |**204** | Plan supprimé | - |
536
+
537
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
538
+
539
+ # **publishActuality**
540
+ > UpdateActuality200Response publishActuality()
541
+
542
+
543
+ ### Example
544
+
545
+ ```typescript
546
+ import {
547
+ ClubsManagerApi,
548
+ Configuration
549
+ } from '@tennac-booking/sdk';
550
+
551
+ const configuration = new Configuration();
552
+ const apiInstance = new ClubsManagerApi(configuration);
553
+
554
+ let actualityId: string; // (default to undefined)
555
+
556
+ const { status, data } = await apiInstance.publishActuality(
557
+ actualityId
558
+ );
559
+ ```
560
+
561
+ ### Parameters
562
+
563
+ |Name | Type | Description | Notes|
564
+ |------------- | ------------- | ------------- | -------------|
565
+ | **actualityId** | [**string**] | | defaults to undefined|
566
+
567
+
568
+ ### Return type
569
+
570
+ **UpdateActuality200Response**
571
+
572
+ ### Authorization
573
+
574
+ [bearerAuth](../README.md#bearerAuth)
575
+
576
+ ### HTTP request headers
577
+
578
+ - **Content-Type**: Not defined
579
+ - **Accept**: application/json
580
+
581
+
582
+ ### HTTP response details
583
+ | Status code | Description | Response headers |
584
+ |-------------|-------------|------------------|
585
+ |**200** | Actualité publiée | - |
586
+
587
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
588
+
589
+ # **restoreSubscriptionPlanForClub**
590
+ > RequestPasswordReset200Response restoreSubscriptionPlanForClub()
591
+
592
+
593
+ ### Example
594
+
595
+ ```typescript
596
+ import {
597
+ ClubsManagerApi,
598
+ Configuration
599
+ } from '@tennac-booking/sdk';
600
+
601
+ const configuration = new Configuration();
602
+ const apiInstance = new ClubsManagerApi(configuration);
603
+
604
+ let productId: string; // (default to undefined)
605
+
606
+ const { status, data } = await apiInstance.restoreSubscriptionPlanForClub(
607
+ productId
608
+ );
609
+ ```
610
+
611
+ ### Parameters
612
+
613
+ |Name | Type | Description | Notes|
614
+ |------------- | ------------- | ------------- | -------------|
615
+ | **productId** | [**string**] | | defaults to undefined|
616
+
617
+
618
+ ### Return type
619
+
620
+ **RequestPasswordReset200Response**
621
+
622
+ ### Authorization
623
+
624
+ [bearerAuth](../README.md#bearerAuth)
625
+
626
+ ### HTTP request headers
627
+
628
+ - **Content-Type**: Not defined
629
+ - **Accept**: application/json
630
+
631
+
632
+ ### HTTP response details
633
+ | Status code | Description | Response headers |
634
+ |-------------|-------------|------------------|
635
+ |**200** | Plan restauré | - |
636
+
637
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
638
+
639
+ # **restoreSubscriptionPriceForClub**
640
+ > UpdateSubscriptionPlanForClub200Response restoreSubscriptionPriceForClub()
641
+
642
+
643
+ ### Example
644
+
645
+ ```typescript
646
+ import {
647
+ ClubsManagerApi,
648
+ Configuration
649
+ } from '@tennac-booking/sdk';
650
+
651
+ const configuration = new Configuration();
652
+ const apiInstance = new ClubsManagerApi(configuration);
653
+
654
+ let priceId: string; // (default to undefined)
655
+
656
+ const { status, data } = await apiInstance.restoreSubscriptionPriceForClub(
657
+ priceId
658
+ );
659
+ ```
660
+
661
+ ### Parameters
662
+
663
+ |Name | Type | Description | Notes|
664
+ |------------- | ------------- | ------------- | -------------|
665
+ | **priceId** | [**string**] | | defaults to undefined|
666
+
667
+
668
+ ### Return type
669
+
670
+ **UpdateSubscriptionPlanForClub200Response**
671
+
672
+ ### Authorization
673
+
674
+ [bearerAuth](../README.md#bearerAuth)
675
+
676
+ ### HTTP request headers
677
+
678
+ - **Content-Type**: Not defined
679
+ - **Accept**: application/json
680
+
681
+
682
+ ### HTTP response details
683
+ | Status code | Description | Response headers |
684
+ |-------------|-------------|------------------|
685
+ |**200** | Price restauré | - |
686
+
687
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
688
+
689
+ # **updateActuality**
690
+ > UpdateActuality200Response updateActuality(body)
691
+
692
+
693
+ ### Example
694
+
695
+ ```typescript
696
+ import {
697
+ ClubsManagerApi,
698
+ Configuration
699
+ } from '@tennac-booking/sdk';
700
+
701
+ const configuration = new Configuration();
702
+ const apiInstance = new ClubsManagerApi(configuration);
703
+
704
+ let actualityId: string; // (default to undefined)
705
+ let body: any; //
706
+
707
+ const { status, data } = await apiInstance.updateActuality(
708
+ actualityId,
709
+ body
710
+ );
711
+ ```
712
+
713
+ ### Parameters
714
+
715
+ |Name | Type | Description | Notes|
716
+ |------------- | ------------- | ------------- | -------------|
717
+ | **body** | **any**| | |
718
+ | **actualityId** | [**string**] | | defaults to undefined|
719
+
720
+
721
+ ### Return type
722
+
723
+ **UpdateActuality200Response**
724
+
725
+ ### Authorization
726
+
727
+ [bearerAuth](../README.md#bearerAuth)
728
+
729
+ ### HTTP request headers
730
+
731
+ - **Content-Type**: application/json
732
+ - **Accept**: application/json
733
+
734
+
735
+ ### HTTP response details
736
+ | Status code | Description | Response headers |
737
+ |-------------|-------------|------------------|
738
+ |**200** | Actualité mise à jour | - |
739
+
740
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
741
+
742
+ # **updateClub**
743
+ > ClubResponse updateClub(updateClubRequest)
744
+
745
+ Met à jour les informations d\'un club
746
+
747
+ ### Example
748
+
749
+ ```typescript
750
+ import {
751
+ ClubsManagerApi,
752
+ Configuration,
753
+ UpdateClubRequest
754
+ } from '@tennac-booking/sdk';
755
+
756
+ const configuration = new Configuration();
757
+ const apiInstance = new ClubsManagerApi(configuration);
758
+
759
+ let updateClubRequest: UpdateClubRequest; //
760
+
761
+ const { status, data } = await apiInstance.updateClub(
762
+ updateClubRequest
763
+ );
764
+ ```
765
+
766
+ ### Parameters
767
+
768
+ |Name | Type | Description | Notes|
769
+ |------------- | ------------- | ------------- | -------------|
770
+ | **updateClubRequest** | **UpdateClubRequest**| | |
771
+
772
+
773
+ ### Return type
774
+
775
+ **ClubResponse**
776
+
777
+ ### Authorization
778
+
779
+ [bearerAuth](../README.md#bearerAuth)
780
+
781
+ ### HTTP request headers
782
+
783
+ - **Content-Type**: application/json
784
+ - **Accept**: application/json
785
+
786
+
787
+ ### HTTP response details
788
+ | Status code | Description | Response headers |
789
+ |-------------|-------------|------------------|
790
+ |**200** | Club mis à jour | - |
791
+ |**400** | Bad Request | - |
792
+ |**404** | Club non trouvé | - |
793
+ |**500** | Server Error | - |
794
+
795
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
796
+
797
+ # **updateClubGeneralSettings**
798
+ > ClubGeneralSettingsResponse updateClubGeneralSettings(updateClubGeneralSettingsRequest)
799
+
800
+
801
+ ### Example
802
+
803
+ ```typescript
804
+ import {
805
+ ClubsManagerApi,
806
+ Configuration,
807
+ UpdateClubGeneralSettingsRequest
808
+ } from '@tennac-booking/sdk';
809
+
810
+ const configuration = new Configuration();
811
+ const apiInstance = new ClubsManagerApi(configuration);
812
+
813
+ let updateClubGeneralSettingsRequest: UpdateClubGeneralSettingsRequest; //
814
+
815
+ const { status, data } = await apiInstance.updateClubGeneralSettings(
816
+ updateClubGeneralSettingsRequest
817
+ );
818
+ ```
819
+
820
+ ### Parameters
821
+
822
+ |Name | Type | Description | Notes|
823
+ |------------- | ------------- | ------------- | -------------|
824
+ | **updateClubGeneralSettingsRequest** | **UpdateClubGeneralSettingsRequest**| | |
825
+
826
+
827
+ ### Return type
828
+
829
+ **ClubGeneralSettingsResponse**
830
+
831
+ ### Authorization
832
+
833
+ [bearerAuth](../README.md#bearerAuth)
834
+
835
+ ### HTTP request headers
836
+
837
+ - **Content-Type**: application/json
838
+ - **Accept**: application/json
839
+
840
+
841
+ ### HTTP response details
842
+ | Status code | Description | Response headers |
843
+ |-------------|-------------|------------------|
844
+ |**200** | Paramètres généraux mis à jour | - |
845
+
846
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
847
+
848
+ # **updateClubInfos**
849
+ > any updateClubInfos(body)
850
+
851
+
852
+ ### Example
853
+
854
+ ```typescript
855
+ import {
856
+ ClubsManagerApi,
857
+ Configuration
858
+ } from '@tennac-booking/sdk';
859
+
860
+ const configuration = new Configuration();
861
+ const apiInstance = new ClubsManagerApi(configuration);
862
+
863
+ let body: any; //
864
+
865
+ const { status, data } = await apiInstance.updateClubInfos(
866
+ body
867
+ );
868
+ ```
869
+
870
+ ### Parameters
871
+
872
+ |Name | Type | Description | Notes|
873
+ |------------- | ------------- | ------------- | -------------|
874
+ | **body** | **any**| | |
875
+
876
+
877
+ ### Return type
878
+
879
+ **any**
880
+
881
+ ### Authorization
882
+
883
+ [bearerAuth](../README.md#bearerAuth)
884
+
885
+ ### HTTP request headers
886
+
887
+ - **Content-Type**: application/json
888
+ - **Accept**: application/json
889
+
890
+
891
+ ### HTTP response details
892
+ | Status code | Description | Response headers |
893
+ |-------------|-------------|------------------|
894
+ |**200** | Infos mises à jour | - |
895
+
896
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
897
+
898
+ # **updateClubPresentationSettings**
899
+ > ClubPresentationSettingsResponse updateClubPresentationSettings(updateClubPresentationSettingsRequest)
900
+
901
+
902
+ ### Example
903
+
904
+ ```typescript
905
+ import {
906
+ ClubsManagerApi,
907
+ Configuration,
908
+ UpdateClubPresentationSettingsRequest
909
+ } from '@tennac-booking/sdk';
910
+
911
+ const configuration = new Configuration();
912
+ const apiInstance = new ClubsManagerApi(configuration);
913
+
914
+ let updateClubPresentationSettingsRequest: UpdateClubPresentationSettingsRequest; //
915
+
916
+ const { status, data } = await apiInstance.updateClubPresentationSettings(
917
+ updateClubPresentationSettingsRequest
918
+ );
919
+ ```
920
+
921
+ ### Parameters
922
+
923
+ |Name | Type | Description | Notes|
924
+ |------------- | ------------- | ------------- | -------------|
925
+ | **updateClubPresentationSettingsRequest** | **UpdateClubPresentationSettingsRequest**| | |
926
+
927
+
928
+ ### Return type
929
+
930
+ **ClubPresentationSettingsResponse**
931
+
932
+ ### Authorization
933
+
934
+ [bearerAuth](../README.md#bearerAuth)
935
+
936
+ ### HTTP request headers
937
+
938
+ - **Content-Type**: application/json
939
+ - **Accept**: application/json
940
+
941
+
942
+ ### HTTP response details
943
+ | Status code | Description | Response headers |
944
+ |-------------|-------------|------------------|
945
+ |**200** | Présentation mise à jour | - |
946
+
947
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
948
+
949
+ # **updateCourt**
950
+ > any updateCourt(body)
951
+
952
+
953
+ ### Example
954
+
955
+ ```typescript
956
+ import {
957
+ ClubsManagerApi,
958
+ Configuration
959
+ } from '@tennac-booking/sdk';
960
+
961
+ const configuration = new Configuration();
962
+ const apiInstance = new ClubsManagerApi(configuration);
963
+
964
+ let courtId: string; // (default to undefined)
965
+ let body: any; //
966
+
967
+ const { status, data } = await apiInstance.updateCourt(
968
+ courtId,
969
+ body
970
+ );
971
+ ```
972
+
973
+ ### Parameters
974
+
975
+ |Name | Type | Description | Notes|
976
+ |------------- | ------------- | ------------- | -------------|
977
+ | **body** | **any**| | |
978
+ | **courtId** | [**string**] | | defaults to undefined|
979
+
980
+
981
+ ### Return type
982
+
983
+ **any**
984
+
985
+ ### Authorization
986
+
987
+ [bearerAuth](../README.md#bearerAuth)
988
+
989
+ ### HTTP request headers
990
+
991
+ - **Content-Type**: application/json
992
+ - **Accept**: application/json
993
+
994
+
995
+ ### HTTP response details
996
+ | Status code | Description | Response headers |
997
+ |-------------|-------------|------------------|
998
+ |**200** | Terrain mis à jour | - |
999
+
1000
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
1001
+
1002
+ # **updateSubscriptionPlanForClub**
1003
+ > UpdateSubscriptionPlanForClub200Response updateSubscriptionPlanForClub(body)
1004
+
1005
+
1006
+ ### Example
1007
+
1008
+ ```typescript
1009
+ import {
1010
+ ClubsManagerApi,
1011
+ Configuration
1012
+ } from '@tennac-booking/sdk';
1013
+
1014
+ const configuration = new Configuration();
1015
+ const apiInstance = new ClubsManagerApi(configuration);
1016
+
1017
+ let priceId: string; // (default to undefined)
1018
+ let body: any; //
1019
+
1020
+ const { status, data } = await apiInstance.updateSubscriptionPlanForClub(
1021
+ priceId,
1022
+ body
1023
+ );
1024
+ ```
1025
+
1026
+ ### Parameters
1027
+
1028
+ |Name | Type | Description | Notes|
1029
+ |------------- | ------------- | ------------- | -------------|
1030
+ | **body** | **any**| | |
1031
+ | **priceId** | [**string**] | | defaults to undefined|
1032
+
1033
+
1034
+ ### Return type
1035
+
1036
+ **UpdateSubscriptionPlanForClub200Response**
1037
+
1038
+ ### Authorization
1039
+
1040
+ [bearerAuth](../README.md#bearerAuth)
1041
+
1042
+ ### HTTP request headers
1043
+
1044
+ - **Content-Type**: application/json
1045
+ - **Accept**: application/json
1046
+
1047
+
1048
+ ### HTTP response details
1049
+ | Status code | Description | Response headers |
1050
+ |-------------|-------------|------------------|
1051
+ |**200** | Plan mis à jour | - |
1052
+
1053
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
1054
+