@tennac-booking/sdk 1.0.228 → 1.0.230

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 (136) hide show
  1. package/.openapi-generator/FILES +455 -434
  2. package/README.md +76 -48
  3. package/api.ts +4772 -3570
  4. package/base.ts +1 -1
  5. package/common.ts +1 -1
  6. package/configuration.ts +1 -1
  7. package/dist/api.d.ts +4850 -3759
  8. package/dist/api.js +3707 -4214
  9. package/dist/base.d.ts +1 -1
  10. package/dist/base.js +6 -3
  11. package/dist/common.d.ts +1 -1
  12. package/dist/common.js +23 -39
  13. package/dist/configuration.d.ts +1 -1
  14. package/dist/configuration.js +63 -3
  15. package/dist/esm/api.d.ts +4850 -3759
  16. package/dist/esm/api.js +3694 -4197
  17. package/dist/esm/base.d.ts +1 -1
  18. package/dist/esm/base.js +6 -3
  19. package/dist/esm/common.d.ts +1 -1
  20. package/dist/esm/common.js +23 -39
  21. package/dist/esm/configuration.d.ts +1 -1
  22. package/dist/esm/configuration.js +63 -3
  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/AgendaBooking.md +2 -0
  28. package/docs/AuthApi.md +113 -0
  29. package/docs/BookingPopulated.md +9 -1
  30. package/docs/BookingSummary.md +4 -4
  31. package/docs/BookingsApi.md +29 -80
  32. package/docs/BookingsStaffApi.md +1 -57
  33. package/docs/BookingsUserApi.md +58 -6
  34. package/docs/{CheckInPlayerSumupResponse.md → CloseOpenBookingResponse.md} +5 -7
  35. package/docs/ClubPageResponse.md +16 -0
  36. package/docs/ClubPageResponseClubCustomerStatus.md +27 -0
  37. package/docs/ClubPageResponseSportsIdsLookup.md +23 -0
  38. package/docs/ClubPricingPeriodPayload.md +32 -0
  39. package/docs/ClubPricingPeriodResponse.md +6 -6
  40. package/docs/ClubReservationSettingsResponse.md +2 -2
  41. package/docs/ClubResponse.md +12 -2
  42. package/docs/ClubSummary.md +6 -0
  43. package/docs/ComingEventsPageResponse.md +22 -0
  44. package/docs/CourtEnvironment.md +10 -0
  45. package/docs/CreateBookingRequest.md +0 -4
  46. package/docs/CreateOpenBookingRequest.md +7 -5
  47. package/docs/CreateSubscriptionPlanRequestDiscount.md +4 -0
  48. package/docs/EstimateOpenBookingJoinRequest.md +24 -0
  49. package/docs/EventBookingDetailSummary.md +2 -0
  50. package/docs/EventBookingResponse.md +2 -0
  51. package/docs/EventResponse.md +2 -0
  52. package/docs/EventsApi.md +113 -0
  53. package/docs/EventsStaffApi.md +119 -25
  54. package/docs/GetClubsWithVerificationDomains200ResponseInner.md +2 -0
  55. package/docs/GetOpenEventBookingsBySport200Response.md +20 -0
  56. package/docs/GetOpenEventBookingsBySport200ResponseEventBookingsInner.md +46 -0
  57. package/docs/{SumupPairReaderResponse.md → Health200Response.md} +7 -5
  58. package/docs/IUserAttributes.md +4 -0
  59. package/docs/{SumupReaderInfoDevice.md → JobResult.md} +9 -7
  60. package/docs/JobsApi.md +367 -0
  61. package/docs/JoinOpenBookingRequest.md +28 -0
  62. package/docs/MarkNotificationsReadRequest.md +22 -0
  63. package/docs/{SumupConnectUrlResponse.md → MarkNotificationsReadResponse.md} +5 -5
  64. package/docs/MyClubInfosResponse.md +0 -2
  65. package/docs/{PaymentStatus.md → NotificationActorType.md} +4 -6
  66. package/docs/NotificationData.md +22 -0
  67. package/docs/NotificationInitiator.md +28 -0
  68. package/docs/NotificationParticipantPreview.md +24 -0
  69. package/docs/NotificationPreview.md +78 -0
  70. package/docs/NotificationResponse.md +46 -0
  71. package/docs/{SumupUpdateReaderRequest.md → NotificationResponseClub.md} +7 -5
  72. package/docs/NotificationSlotPreview.md +24 -0
  73. package/docs/NotificationSportPreview.md +24 -0
  74. package/docs/{SumupReaderStatusResponse.md → NotificationTargetPreview.md} +7 -5
  75. package/docs/NotificationType.md +26 -0
  76. package/docs/OpenBookingBasePriceResponse.md +24 -0
  77. package/docs/OpenBookingInfo.md +7 -5
  78. package/docs/OpenBookingJoinEstimateResponse.md +26 -0
  79. package/docs/OpenBookingPriceBody.md +26 -0
  80. package/docs/PartnerSearchItem.md +28 -0
  81. package/docs/PartnerSearchResponse.md +22 -0
  82. package/docs/PartnerSearchResponseMeta.md +26 -0
  83. package/docs/PlayerPrice.md +3 -1
  84. package/docs/PricingPeriodDiscount.md +24 -0
  85. package/docs/PublicEmailApi.md +4 -4
  86. package/docs/QuickReservationClubSummary.md +12 -0
  87. package/docs/QuickReservationCourtType.md +10 -0
  88. package/docs/RequestOrganizationEmailCodeBody.md +22 -0
  89. package/docs/RequestOrganizationEmailCodeResponse.md +22 -0
  90. package/docs/RequestVerificationCodeBody.md +26 -0
  91. package/docs/{SumupReaderResponse.md → RequestVerificationCodeResponse.md} +5 -5
  92. package/docs/SportResponse.md +2 -0
  93. package/docs/StaffEventBookingResponse.md +2 -0
  94. package/docs/StaffEventsPageResponse.md +22 -0
  95. package/docs/StaffUserProfileResponse.md +4 -0
  96. package/docs/SubscriptionPlanDiscountResponse.md +2 -0
  97. package/docs/SubscriptionPlanDiscountUpdateRequest.md +2 -0
  98. package/docs/{PaymentProviderType.md → SupportedLanguage.md} +3 -3
  99. package/docs/UpdateClubHoursSettingsRequest.md +1 -1
  100. package/docs/UpdateClubReservationSettingsRequest.md +2 -2
  101. package/docs/UserClubMembership.md +2 -0
  102. package/docs/UserNextBookingSummary.md +26 -0
  103. package/docs/UserNotificationsResponse.md +22 -0
  104. package/docs/UserNotificationsResponseMeta.md +28 -0
  105. package/docs/UserProfileResponse.md +12 -0
  106. package/docs/UsersApi.md +273 -0
  107. package/docs/VerifyOrganizationEmailCodeBody.md +24 -0
  108. package/docs/VerifyOrganizationEmailCodeResponse.md +22 -0
  109. package/docs/VerifyVerificationCodeBody.md +24 -0
  110. package/docs/{SumupCancelPaymentRequest.md → VerifyVerificationCodeResponse.md} +5 -5
  111. package/docs/WaitListEntryWithPlayer.md +44 -0
  112. package/docs/WaitListPlayer.md +28 -0
  113. package/docs/WaitListPlayersListResponse.md +22 -0
  114. package/docs/WaitListStaffApi.md +55 -0
  115. package/index.ts +1 -1
  116. package/package.json +1 -1
  117. package/tsconfig.json +1 -1
  118. package/docs/CheckInPlayerSumupRequest.md +0 -22
  119. package/docs/CheckInSumupPaymentInfo.md +0 -26
  120. package/docs/GetOpenBookingPrice200Response.md +0 -24
  121. package/docs/GetOpenBookingPriceRequest.md +0 -26
  122. package/docs/JoinPriceEstimateResponse.md +0 -38
  123. package/docs/JoinPriceEstimateResponseSubscriptionInfo.md +0 -25
  124. package/docs/OpenBookingSlotInfo.md +0 -24
  125. package/docs/PaymentIntentResult.md +0 -28
  126. package/docs/PaymentsStaffApi.md +0 -124
  127. package/docs/StaffEventsPaginatedResponse.md +0 -26
  128. package/docs/SumUpApi.md +0 -63
  129. package/docs/SumUpManagerApi.md +0 -617
  130. package/docs/SumupAccountStatusResponse.md +0 -32
  131. package/docs/SumupCreatePaymentRequest.md +0 -32
  132. package/docs/SumupOAuthCallbackResponse.md +0 -24
  133. package/docs/SumupPairReaderRequest.md +0 -24
  134. package/docs/SumupReaderInfo.md +0 -42
  135. package/docs/SumupReaderStatusInfo.md +0 -32
  136. package/docs/SumupReadersResponse.md +0 -20
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @tennac-booking/sdk@1.0.177
1
+ ## @tennac-booking/sdk@1.0.230
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.177 --save
39
+ npm install @tennac-booking/sdk@1.0.230 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
@@ -51,13 +51,14 @@ All URIs are relative to *http://localhost*
51
51
 
52
52
  Class | Method | HTTP request | Description
53
53
  ------------ | ------------- | ------------- | -------------
54
+ *AuthApi* | [**requestVerificationCode**](docs/AuthApi.md#requestverificationcode) | **POST** /api/auth/verification-code |
55
+ *AuthApi* | [**verifyVerificationCode**](docs/AuthApi.md#verifyverificationcode) | **POST** /api/auth/verification-code/verify |
54
56
  *BookingsApi* | [**createGuestBooking**](docs/BookingsApi.md#createguestbooking) | **POST** /api/bookings/guest |
55
- *BookingsApi* | [**estimateOpenBookingJoinPrice**](docs/BookingsApi.md#estimateopenbookingjoinprice) | **GET** /api/bookings/{bookingId}/open/estimate |
57
+ *BookingsApi* | [**estimateOpenBookingJoin**](docs/BookingsApi.md#estimateopenbookingjoin) | **POST** /api/bookings/{bookingId}/open/estimate-join |
56
58
  *BookingsApi* | [**getBookingHistory**](docs/BookingsApi.md#getbookinghistory) | **GET** /api/bookings/history/{bookingId} |
57
59
  *BookingsApi* | [**getBookingPrice**](docs/BookingsApi.md#getbookingprice) | **POST** /api/bookings/booking-price |
58
60
  *BookingsApi* | [**getGuestBookingPrice**](docs/BookingsApi.md#getguestbookingprice) | **POST** /api/bookings/guest/booking-price |
59
- *BookingsApi* | [**getJoinPriceEstimate**](docs/BookingsApi.md#getjoinpriceestimate) | **GET** /api/bookings/{bookingId}/join-price-estimate |
60
- *BookingsApi* | [**getOpenBookingJoinPrice**](docs/BookingsApi.md#getopenbookingjoinprice) | **GET** /api/bookings/{bookingId}/open/join-price |
61
+ *BookingsApi* | [**getOpenBookingBasePrice**](docs/BookingsApi.md#getopenbookingbaseprice) | **GET** /api/bookings/{bookingId}/open/base-price |
61
62
  *BookingsApi* | [**getOpenBookings**](docs/BookingsApi.md#getopenbookings) | **GET** /api/bookings/open |
62
63
  *BookingsApi* | [**getQuickReservationSlots**](docs/BookingsApi.md#getquickreservationslots) | **GET** /api/bookings/quick-reservations |
63
64
  *BookingsApi* | [**joinOpenBooking**](docs/BookingsApi.md#joinopenbooking) | **POST** /api/bookings/{bookingId}/open/join |
@@ -65,7 +66,6 @@ Class | Method | HTTP request | Description
65
66
  *BookingsManagerApi* | [**applyNoShowFee**](docs/BookingsManagerApi.md#applynoshowfee) | **POST** /api/bookings/{bookingId}/no-show |
66
67
  *BookingsManagerApi* | [**managerCancelBooking**](docs/BookingsManagerApi.md#managercancelbooking) | **POST** /api/bookings/{bookingId}/manager-cancel |
67
68
  *BookingsStaffApi* | [**checkInPlayer**](docs/BookingsStaffApi.md#checkinplayer) | **POST** /api/bookings/{bookingId}/check-in |
68
- *BookingsStaffApi* | [**checkInPlayerWithSumup**](docs/BookingsStaffApi.md#checkinplayerwithsumup) | **POST** /api/bookings/{bookingId}/check-in/sumup |
69
69
  *BookingsStaffApi* | [**createStaffBooking**](docs/BookingsStaffApi.md#createstaffbooking) | **POST** /api/bookings/staff |
70
70
  *BookingsStaffApi* | [**getBookingById**](docs/BookingsStaffApi.md#getbookingbyid) | **GET** /api/bookings/{bookingId} |
71
71
  *BookingsStaffApi* | [**getBookingHistoryStaff**](docs/BookingsStaffApi.md#getbookinghistorystaff) | **GET** /api/bookings/staff/history{bookingId} |
@@ -74,6 +74,7 @@ Class | Method | HTTP request | Description
74
74
  *BookingsStaffApi* | [**getWeeklyBookings**](docs/BookingsStaffApi.md#getweeklybookings) | **GET** /api/bookings/weekly/{weekId} |
75
75
  *BookingsStaffApi* | [**listClubBookings**](docs/BookingsStaffApi.md#listclubbookings) | **GET** /api/bookings/staff |
76
76
  *BookingsUserApi* | [**cancelBooking**](docs/BookingsUserApi.md#cancelbooking) | **DELETE** /api/bookings/{bookingId} |
77
+ *BookingsUserApi* | [**closeOpenBooking**](docs/BookingsUserApi.md#closeopenbooking) | **POST** /api/bookings/{bookingId}/close |
77
78
  *BookingsUserApi* | [**createBooking**](docs/BookingsUserApi.md#createbooking) | **POST** /api/bookings |
78
79
  *BookingsUserApi* | [**createOpenBooking**](docs/BookingsUserApi.md#createopenbooking) | **POST** /api/bookings/open |
79
80
  *BookingsUserApi* | [**getOpenBookingPrice**](docs/BookingsUserApi.md#getopenbookingprice) | **POST** /api/bookings/open/booking-price |
@@ -181,9 +182,11 @@ Class | Method | HTTP request | Description
181
182
  *EventsApi* | [**checkTeamNameAvailability**](docs/EventsApi.md#checkteamnameavailability) | **GET** /api/events/{eventId}/team-name-availability |
182
183
  *EventsApi* | [**estimateEventPrice**](docs/EventsApi.md#estimateeventprice) | **POST** /api/events/{eventId}/estimate-price |
183
184
  *EventsApi* | [**estimateOpenEventBookingJoinPrice**](docs/EventsApi.md#estimateopeneventbookingjoinprice) | **GET** /api/events/{eventBookingId}/open/estimate |
185
+ *EventsApi* | [**getComingEvent**](docs/EventsApi.md#getcomingevent) | **GET** /api/events/coming |
184
186
  *EventsApi* | [**getEventById**](docs/EventsApi.md#geteventbyid) | **GET** /api/events/{eventId} |
185
187
  *EventsApi* | [**getOpenEventBookingJoinPrice**](docs/EventsApi.md#getopeneventbookingjoinprice) | **GET** /api/events/{eventBookingId}/open/join-price |
186
188
  *EventsApi* | [**getOpenEventBookings**](docs/EventsApi.md#getopeneventbookings) | **GET** /api/events/open |
189
+ *EventsApi* | [**getOpenEventBookingsBySport**](docs/EventsApi.md#getopeneventbookingsbysport) | **GET** /api/events/open/by-sport |
187
190
  *EventsApi* | [**getPublishedEventsByClubId**](docs/EventsApi.md#getpublishedeventsbyclubid) | **GET** /api/events |
188
191
  *EventsApi* | [**joinEvent**](docs/EventsApi.md#joinevent) | **POST** /api/events/{eventId}/join |
189
192
  *EventsApi* | [**joinOpenEventBooking**](docs/EventsApi.md#joinopeneventbooking) | **POST** /api/events/{eventBookingId}/open/join |
@@ -200,15 +203,23 @@ Class | Method | HTTP request | Description
200
203
  *EventsManagerApi* | [**updateRecurringDefinition**](docs/EventsManagerApi.md#updaterecurringdefinition) | **PUT** /api/events/manager/recurring/{definitionId} |
201
204
  *EventsStaffApi* | [**checkInEventParticipants**](docs/EventsStaffApi.md#checkineventparticipants) | **POST** /api/events/{eventBookingId}/check-in |
202
205
  *EventsStaffApi* | [**getDailyEvents**](docs/EventsStaffApi.md#getdailyevents) | **GET** /api/events/calendar/daily |
206
+ *EventsStaffApi* | [**getDraftEventsByClub**](docs/EventsStaffApi.md#getdrafteventsbyclub) | **GET** /api/events/staff/getEvents/drafts |
203
207
  *EventsStaffApi* | [**getEventByIdForStaff**](docs/EventsStaffApi.md#geteventbyidforstaff) | **GET** /api/events/staff/{eventId} |
204
- *EventsStaffApi* | [**getEventsByClub**](docs/EventsStaffApi.md#geteventsbyclub) | **GET** /api/events/staff/getEvents |
205
208
  *EventsStaffApi* | [**getMonthlyEvents**](docs/EventsStaffApi.md#getmonthlyevents) | **GET** /api/events/calendar/monthly |
209
+ *EventsStaffApi* | [**getPastEventsByClub**](docs/EventsStaffApi.md#getpasteventsbyclub) | **GET** /api/events/staff/getEvents/past |
210
+ *EventsStaffApi* | [**getUpcomingEventsByClub**](docs/EventsStaffApi.md#getupcomingeventsbyclub) | **GET** /api/events/staff/getEvents/upcoming |
206
211
  *EventsStaffApi* | [**getWeeklyEvents**](docs/EventsStaffApi.md#getweeklyevents) | **GET** /api/events/calendar/weekly |
207
212
  *ImagesApi* | [**cleanupImages**](docs/ImagesApi.md#cleanupimages) | **POST** /api/images/cleanup |
208
- *PaymentsStaffApi* | [**cancelSumupPayment**](docs/PaymentsStaffApi.md#cancelsumuppayment) | **POST** /api/clubs/{clubId}/payments/sumup/{paymentId}/cancel |
209
- *PaymentsStaffApi* | [**createSumupPayment**](docs/PaymentsStaffApi.md#createsumuppayment) | **POST** /api/clubs/{clubId}/payments/sumup |
213
+ *JobsApi* | [**captureExpiringAuthorizations**](docs/JobsApi.md#captureexpiringauthorizations) | **GET** /api/jobs/capture-expiring-authorizations | Capture les autorisations Stripe qui expirent dans moins de 4h
214
+ *JobsApi* | [**capturePastReservations**](docs/JobsApi.md#capturepastreservations) | **GET** /api/jobs/capture-past-reservations | Capture les paiements autorisés pour les réservations passées
215
+ *JobsApi* | [**expireBookingWaitingPayments**](docs/JobsApi.md#expirebookingwaitingpayments) | **GET** /api/jobs/expire-booking-waiting-payments | Expire les réservations en attente de paiement
216
+ *JobsApi* | [**expireWaitlistPayments**](docs/JobsApi.md#expirewaitlistpayments) | **GET** /api/jobs/expire-waitlist-payments | Expire les paiements en attente sur la waitlist
217
+ *JobsApi* | [**health**](docs/JobsApi.md#health) | **GET** /api/jobs/health | Health check pour les jobs
218
+ *JobsApi* | [**maintainSlots**](docs/JobsApi.md#maintainslots) | **GET** /api/jobs/maintain-slots | Génère les créneaux futurs et nettoie les anciens
219
+ *JobsApi* | [**releaseOldBookings**](docs/JobsApi.md#releaseoldbookings) | **GET** /api/jobs/release-old-bookings | Libère les anciennes réservations terminées
220
+ *JobsApi* | [**sendBookingReminders**](docs/JobsApi.md#sendbookingreminders) | **GET** /api/jobs/send-booking-reminders | Envoie des emails de rappel 24h avant les réservations et événements
210
221
  *PublicEmailApi* | [**authEmailExists**](docs/PublicEmailApi.md#authemailexists) | **POST** /api/public-email/auth-email-exists |
211
- *PublicEmailApi* | [**requestVerificationCode**](docs/PublicEmailApi.md#requestverificationcode) | **POST** /api/public-email/request-verification-code |
222
+ *PublicEmailApi* | [**requestPublicEmailVerificationCode**](docs/PublicEmailApi.md#requestpublicemailverificationcode) | **POST** /api/public-email/request-verification-code |
212
223
  *PublicEmailApi* | [**verifyCode**](docs/PublicEmailApi.md#verifycode) | **POST** /api/public-email/verify-code |
213
224
  *SportsManagerApi* | [**createSport**](docs/SportsManagerApi.md#createsport) | **POST** /api/sports |
214
225
  *SportsManagerApi* | [**deleteSport**](docs/SportsManagerApi.md#deletesport) | **DELETE** /api/sports/{id} |
@@ -225,18 +236,6 @@ Class | Method | HTTP request | Description
225
236
  *SubscriptionsUserApi* | [**mySubscriptions**](docs/SubscriptionsUserApi.md#mysubscriptions) | **GET** /api/subscriptions/me |
226
237
  *SubscriptionsUserApi* | [**resume**](docs/SubscriptionsUserApi.md#resume) | **POST** /api/subscriptions/{clubId}/{subscriptionId}/resume |
227
238
  *SubscriptionsUserApi* | [**subscribe**](docs/SubscriptionsUserApi.md#subscribe) | **POST** /api/subscriptions/subscribe |
228
- *SumUpApi* | [**sumupOauthCallback**](docs/SumUpApi.md#sumupoauthcallback) | **GET** /api/sumup/oauth/callback |
229
- *SumUpManagerApi* | [**createSumupReader**](docs/SumUpManagerApi.md#createsumupreader) | **POST** /api/clubs/{clubId}/sumup/readers |
230
- *SumUpManagerApi* | [**deleteSumupReader**](docs/SumUpManagerApi.md#deletesumupreader) | **DELETE** /api/clubs/{clubId}/sumup/readers/{readerId} |
231
- *SumUpManagerApi* | [**disconnectSumup**](docs/SumUpManagerApi.md#disconnectsumup) | **POST** /api/clubs/{clubId}/sumup/disconnect |
232
- *SumUpManagerApi* | [**getSumupConnectUrl**](docs/SumUpManagerApi.md#getsumupconnecturl) | **GET** /api/clubs/{clubId}/sumup/connect |
233
- *SumUpManagerApi* | [**getSumupReader**](docs/SumUpManagerApi.md#getsumupreader) | **GET** /api/clubs/{clubId}/sumup/readers/{readerId} |
234
- *SumUpManagerApi* | [**getSumupReaderStatus**](docs/SumUpManagerApi.md#getsumupreaderstatus) | **GET** /api/clubs/{clubId}/sumup/readers/{readerId}/status |
235
- *SumUpManagerApi* | [**getSumupStatus**](docs/SumUpManagerApi.md#getsumupstatus) | **GET** /api/clubs/{clubId}/sumup/status |
236
- *SumUpManagerApi* | [**listSumupReaders**](docs/SumUpManagerApi.md#listsumupreaders) | **GET** /api/clubs/{clubId}/sumup/readers |
237
- *SumUpManagerApi* | [**pairSumupReader**](docs/SumUpManagerApi.md#pairsumupreader) | **POST** /api/clubs/{clubId}/sumup/readers/pair |
238
- *SumUpManagerApi* | [**selectSumupReader**](docs/SumUpManagerApi.md#selectsumupreader) | **POST** /api/clubs/{clubId}/sumup/readers/{readerId}/select |
239
- *SumUpManagerApi* | [**updateSumupReader**](docs/SumUpManagerApi.md#updatesumupreader) | **PATCH** /api/clubs/{clubId}/sumup/readers/{readerId} |
240
239
  *UserApi* | [**getMyClubInfos**](docs/UserApi.md#getmyclubinfos) | **GET** /api/users/me/club-infos |
241
240
  *UsersApi* | [**addFavoriteClub**](docs/UsersApi.md#addfavoriteclub) | **POST** /api/users/me/favorite-clubs |
242
241
  *UsersApi* | [**addFavoritePlayer**](docs/UsersApi.md#addfavoriteplayer) | **POST** /api/users/me/favoritesPlayers |
@@ -258,11 +257,13 @@ Class | Method | HTTP request | Description
258
257
  *UsersApi* | [**getPlayerCategories**](docs/UsersApi.md#getplayercategories) | **GET** /api/users/players/categories |
259
258
  *UsersApi* | [**getUserBookings**](docs/UsersApi.md#getuserbookings) | **GET** /api/users/me/bookings |
260
259
  *UsersApi* | [**getUserEvents**](docs/UsersApi.md#getuserevents) | **GET** /api/users/me/events |
260
+ *UsersApi* | [**getUserNotifications**](docs/UsersApi.md#getusernotifications) | **GET** /api/users/me/notifications |
261
261
  *UsersApi* | [**getUserProfileById**](docs/UsersApi.md#getuserprofilebyid) | **GET** /api/users/profile/{id} |
262
262
  *UsersApi* | [**leaveBooking**](docs/UsersApi.md#leavebooking) | **DELETE** /api/users/me/bookings/{bookingId}/leave |
263
263
  *UsersApi* | [**listPlayers**](docs/UsersApi.md#listplayers) | **GET** /api/users/players |
264
264
  *UsersApi* | [**login**](docs/UsersApi.md#login) | **POST** /api/users/login |
265
265
  *UsersApi* | [**loginClubMember**](docs/UsersApi.md#loginclubmember) | **POST** /api/users/club-members/login |
266
+ *UsersApi* | [**markNotificationsRead**](docs/UsersApi.md#marknotificationsread) | **POST** /api/users/me/notifications/read |
266
267
  *UsersApi* | [**refreshToken**](docs/UsersApi.md#refreshtoken) | **POST** /api/users/refresh-token |
267
268
  *UsersApi* | [**register**](docs/UsersApi.md#register) | **POST** /api/users |
268
269
  *UsersApi* | [**registerFromApp**](docs/UsersApi.md#registerfromapp) | **POST** /api/users/register-app |
@@ -270,8 +271,10 @@ Class | Method | HTTP request | Description
270
271
  *UsersApi* | [**removeFavoritePlayer**](docs/UsersApi.md#removefavoriteplayer) | **DELETE** /api/users/me/favoritesPlayers/{favoritePlayerId} |
271
272
  *UsersApi* | [**removeOrganization**](docs/UsersApi.md#removeorganization) | **POST** /api/users/me/remove-organization |
272
273
  *UsersApi* | [**requestEmailVerification**](docs/UsersApi.md#requestemailverification) | **POST** /api/users/me/request-email-verification |
274
+ *UsersApi* | [**requestOrganizationCode**](docs/UsersApi.md#requestorganizationcode) | **POST** /api/users/me/request-organization-code |
273
275
  *UsersApi* | [**requestPasswordReset**](docs/UsersApi.md#requestpasswordreset) | **POST** /api/users/request-password-reset |
274
276
  *UsersApi* | [**resetPassword**](docs/UsersApi.md#resetpassword) | **POST** /api/users/reset-password |
277
+ *UsersApi* | [**searchPartner**](docs/UsersApi.md#searchpartner) | **GET** /api/users/searchPartner |
275
278
  *UsersApi* | [**signInOrSignUpWithGoogle**](docs/UsersApi.md#signinorsignupwithgoogle) | **POST** /api/users/googleSignin |
276
279
  *UsersApi* | [**updateCustomer**](docs/UsersApi.md#updatecustomer) | **PUT** /api/users/me/customer |
277
280
  *UsersApi* | [**updateLevelBySports**](docs/UsersApi.md#updatelevelbysports) | **PUT** /api/users/me/level-by-sports |
@@ -279,6 +282,7 @@ Class | Method | HTTP request | Description
279
282
  *UsersApi* | [**updateProfilePicture**](docs/UsersApi.md#updateprofilepicture) | **PUT** /api/users/me/profile-picture |
280
283
  *UsersApi* | [**verifyEmail**](docs/UsersApi.md#verifyemail) | **POST** /api/users/verify-email |
281
284
  *UsersApi* | [**verifyOrganization**](docs/UsersApi.md#verifyorganization) | **POST** /api/users/verify-organization |
285
+ *UsersApi* | [**verifyOrganizationCode**](docs/UsersApi.md#verifyorganizationcode) | **POST** /api/users/me/verify-organization-code |
282
286
  *WaitListApi* | [**getBookingPosition**](docs/WaitListApi.md#getbookingposition) | **GET** /api/waitlist/booking/{bookingId}/position |
283
287
  *WaitListApi* | [**getEventBookingPosition**](docs/WaitListApi.md#geteventbookingposition) | **GET** /api/waitlist/event-booking/{eventBookingId}/position |
284
288
  *WaitListApi* | [**getEventPosition**](docs/WaitListApi.md#geteventposition) | **GET** /api/waitlist/event/{eventId}/position |
@@ -291,6 +295,7 @@ Class | Method | HTTP request | Description
291
295
  *WaitListStaffApi* | [**getBookingWaitList**](docs/WaitListStaffApi.md#getbookingwaitlist) | **GET** /api/waitlist/booking/{bookingId}/list |
292
296
  *WaitListStaffApi* | [**getEventBookingWaitList**](docs/WaitListStaffApi.md#geteventbookingwaitlist) | **GET** /api/waitlist/event-booking/{eventBookingId}/list |
293
297
  *WaitListStaffApi* | [**getEventWaitList**](docs/WaitListStaffApi.md#geteventwaitlist) | **GET** /api/waitlist/event/{eventId}/list |
298
+ *WaitListStaffApi* | [**getEventWaitListPlayers**](docs/WaitListStaffApi.md#geteventwaitlistplayers) | **GET** /api/waitlist/event/{eventId}/players |
294
299
  *WaitListStaffApi* | [**processBookingWaitList**](docs/WaitListStaffApi.md#processbookingwaitlist) | **POST** /api/waitlist/booking/{bookingId}/process |
295
300
  *WaitListStaffApi* | [**processEventBookingWaitList**](docs/WaitListStaffApi.md#processeventbookingwaitlist) | **POST** /api/waitlist/event-booking/{eventBookingId}/process |
296
301
  *WaitListStaffApi* | [**processEventWaitList**](docs/WaitListStaffApi.md#processeventwaitlist) | **POST** /api/waitlist/event/{eventId}/process |
@@ -340,9 +345,6 @@ Class | Method | HTTP request | Description
340
345
  - [CheckInEventParticipantsRequest](docs/CheckInEventParticipantsRequest.md)
341
346
  - [CheckInPlayerRequest](docs/CheckInPlayerRequest.md)
342
347
  - [CheckInPlayerResponse](docs/CheckInPlayerResponse.md)
343
- - [CheckInPlayerSumupRequest](docs/CheckInPlayerSumupRequest.md)
344
- - [CheckInPlayerSumupResponse](docs/CheckInPlayerSumupResponse.md)
345
- - [CheckInSumupPaymentInfo](docs/CheckInSumupPaymentInfo.md)
346
348
  - [CheckTeamNameAvailability200Response](docs/CheckTeamNameAvailability200Response.md)
347
349
  - [CheckedInPlayer](docs/CheckedInPlayer.md)
348
350
  - [ClientFullOnboardingResponse](docs/ClientFullOnboardingResponse.md)
@@ -353,6 +355,7 @@ Class | Method | HTTP request | Description
353
355
  - [ClientSubscription](docs/ClientSubscription.md)
354
356
  - [ClientSubscriptionItem](docs/ClientSubscriptionItem.md)
355
357
  - [ClientSubscriptionsResponse](docs/ClientSubscriptionsResponse.md)
358
+ - [CloseOpenBookingResponse](docs/CloseOpenBookingResponse.md)
356
359
  - [ClubAccessSettingsResponse](docs/ClubAccessSettingsResponse.md)
357
360
  - [ClubCustomerSettingsResponse](docs/ClubCustomerSettingsResponse.md)
358
361
  - [ClubDayInterval](docs/ClubDayInterval.md)
@@ -367,6 +370,8 @@ Class | Method | HTTP request | Description
367
370
  - [ClubNewBookingsResponse](docs/ClubNewBookingsResponse.md)
368
371
  - [ClubNewSubscribersResponse](docs/ClubNewSubscribersResponse.md)
369
372
  - [ClubPageResponse](docs/ClubPageResponse.md)
373
+ - [ClubPageResponseClubCustomerStatus](docs/ClubPageResponseClubCustomerStatus.md)
374
+ - [ClubPageResponseSportsIdsLookup](docs/ClubPageResponseSportsIdsLookup.md)
370
375
  - [ClubPlayerBookingItem](docs/ClubPlayerBookingItem.md)
371
376
  - [ClubPlayerBookingsPagination](docs/ClubPlayerBookingsPagination.md)
372
377
  - [ClubPlayerBookingsResponse](docs/ClubPlayerBookingsResponse.md)
@@ -385,6 +390,7 @@ Class | Method | HTTP request | Description
385
390
  - [ClubPlayersPaginatedResponse](docs/ClubPlayersPaginatedResponse.md)
386
391
  - [ClubPresentation](docs/ClubPresentation.md)
387
392
  - [ClubPresentationSettingsResponse](docs/ClubPresentationSettingsResponse.md)
393
+ - [ClubPricingPeriodPayload](docs/ClubPricingPeriodPayload.md)
388
394
  - [ClubPricingPeriodResponse](docs/ClubPricingPeriodResponse.md)
389
395
  - [ClubReservationSettingsResponse](docs/ClubReservationSettingsResponse.md)
390
396
  - [ClubResponse](docs/ClubResponse.md)
@@ -397,11 +403,13 @@ Class | Method | HTTP request | Description
397
403
  - [ClubSubscriptions](docs/ClubSubscriptions.md)
398
404
  - [ClubSummary](docs/ClubSummary.md)
399
405
  - [ClubUserCountResponse](docs/ClubUserCountResponse.md)
406
+ - [ComingEventsPageResponse](docs/ComingEventsPageResponse.md)
400
407
  - [CompleteRegisterRequestBody](docs/CompleteRegisterRequestBody.md)
401
408
  - [CompleteRegisterRequestBodyLevelBySportsInner](docs/CompleteRegisterRequestBodyLevelBySportsInner.md)
402
409
  - [ContactRequestBody](docs/ContactRequestBody.md)
403
410
  - [ContactSuccessResponse](docs/ContactSuccessResponse.md)
404
411
  - [CourtBookingShareItem](docs/CourtBookingShareItem.md)
412
+ - [CourtEnvironment](docs/CourtEnvironment.md)
405
413
  - [CourtInfo](docs/CourtInfo.md)
406
414
  - [CourtResponse](docs/CourtResponse.md)
407
415
  - [CourtStatus](docs/CourtStatus.md)
@@ -437,6 +445,7 @@ Class | Method | HTTP request | Description
437
445
  - [EstimateEventPrice200Response](docs/EstimateEventPrice200Response.md)
438
446
  - [EstimateEventPriceRequest](docs/EstimateEventPriceRequest.md)
439
447
  - [EstimateEventPriceRequestSharesInner](docs/EstimateEventPriceRequestSharesInner.md)
448
+ - [EstimateOpenBookingJoinRequest](docs/EstimateOpenBookingJoinRequest.md)
440
449
  - [EstimateOpenEventBookingJoinPrice200Response](docs/EstimateOpenEventBookingJoinPrice200Response.md)
441
450
  - [EstimateOpenEventBookingJoinPrice200ResponseSubscriptionInfo](docs/EstimateOpenEventBookingJoinPrice200ResponseSubscriptionInfo.md)
442
451
  - [EventBookingDetailSummary](docs/EventBookingDetailSummary.md)
@@ -473,15 +482,16 @@ Class | Method | HTTP request | Description
473
482
  - [GetGuestBookingPrice200Response](docs/GetGuestBookingPrice200Response.md)
474
483
  - [GetGuestBookingPriceRequest](docs/GetGuestBookingPriceRequest.md)
475
484
  - [GetInfillPercentagePerPeriod200Response](docs/GetInfillPercentagePerPeriod200Response.md)
476
- - [GetOpenBookingPrice200Response](docs/GetOpenBookingPrice200Response.md)
477
- - [GetOpenBookingPriceRequest](docs/GetOpenBookingPriceRequest.md)
478
485
  - [GetOpenEventBookingJoinPrice200Response](docs/GetOpenEventBookingJoinPrice200Response.md)
479
486
  - [GetOpenEventBookings200Response](docs/GetOpenEventBookings200Response.md)
487
+ - [GetOpenEventBookingsBySport200Response](docs/GetOpenEventBookingsBySport200Response.md)
488
+ - [GetOpenEventBookingsBySport200ResponseEventBookingsInner](docs/GetOpenEventBookingsBySport200ResponseEventBookingsInner.md)
480
489
  - [GetPublishedActualities200Response](docs/GetPublishedActualities200Response.md)
481
490
  - [GetSlotsByClubById200Response](docs/GetSlotsByClubById200Response.md)
482
491
  - [GoogleAuthRequestBody](docs/GoogleAuthRequestBody.md)
483
492
  - [GoogleAuthResponse](docs/GoogleAuthResponse.md)
484
493
  - [GoogleAuthResponseUser](docs/GoogleAuthResponseUser.md)
494
+ - [Health200Response](docs/Health200Response.md)
485
495
  - [HotelAccessSettings](docs/HotelAccessSettings.md)
486
496
  - [ICharacteristic](docs/ICharacteristic.md)
487
497
  - [ICourtData](docs/ICourtData.md)
@@ -499,16 +509,16 @@ Class | Method | HTTP request | Description
499
509
  - [InvoiceStatus](docs/InvoiceStatus.md)
500
510
  - [InvoiceStatusSETUPPENDING](docs/InvoiceStatusSETUPPENDING.md)
501
511
  - [InvoiceStatusSETUPSUCCESS](docs/InvoiceStatusSETUPSUCCESS.md)
512
+ - [JobResult](docs/JobResult.md)
502
513
  - [JoinEventRequest](docs/JoinEventRequest.md)
503
514
  - [JoinEventRequestPlayersPaymentMethodsInner](docs/JoinEventRequestPlayersPaymentMethodsInner.md)
504
515
  - [JoinEventResponse](docs/JoinEventResponse.md)
505
516
  - [JoinEventResponseOnsitePaymentsInner](docs/JoinEventResponseOnsitePaymentsInner.md)
506
517
  - [JoinEventWaitList200Response](docs/JoinEventWaitList200Response.md)
518
+ - [JoinOpenBookingRequest](docs/JoinOpenBookingRequest.md)
507
519
  - [JoinOpenBookingResponse](docs/JoinOpenBookingResponse.md)
508
520
  - [JoinOpenEventBookingRequest](docs/JoinOpenEventBookingRequest.md)
509
521
  - [JoinOpenEventResponse](docs/JoinOpenEventResponse.md)
510
- - [JoinPriceEstimateResponse](docs/JoinPriceEstimateResponse.md)
511
- - [JoinPriceEstimateResponseSubscriptionInfo](docs/JoinPriceEstimateResponseSubscriptionInfo.md)
512
522
  - [LastSixMonthsTurnoverItem](docs/LastSixMonthsTurnoverItem.md)
513
523
  - [LeastBookedTimeSlotItem](docs/LeastBookedTimeSlotItem.md)
514
524
  - [LeastBookedTimeSlotsResponse](docs/LeastBookedTimeSlotsResponse.md)
@@ -520,15 +530,30 @@ Class | Method | HTTP request | Description
520
530
  - [ManagedClubsResponse](docs/ManagedClubsResponse.md)
521
531
  - [ManagerCancelBookingRequest](docs/ManagerCancelBookingRequest.md)
522
532
  - [ManagerCancelBookingResponse](docs/ManagerCancelBookingResponse.md)
533
+ - [MarkNotificationsReadRequest](docs/MarkNotificationsReadRequest.md)
534
+ - [MarkNotificationsReadResponse](docs/MarkNotificationsReadResponse.md)
523
535
  - [MonthlyBreakdown](docs/MonthlyBreakdown.md)
524
536
  - [MonthlyTurnoverResponse](docs/MonthlyTurnoverResponse.md)
525
537
  - [MyClubInfosResponse](docs/MyClubInfosResponse.md)
526
538
  - [NoShowFeeResponse](docs/NoShowFeeResponse.md)
527
539
  - [NoShowRateResponse](docs/NoShowRateResponse.md)
540
+ - [NotificationActorType](docs/NotificationActorType.md)
541
+ - [NotificationData](docs/NotificationData.md)
542
+ - [NotificationInitiator](docs/NotificationInitiator.md)
543
+ - [NotificationParticipantPreview](docs/NotificationParticipantPreview.md)
544
+ - [NotificationPreview](docs/NotificationPreview.md)
545
+ - [NotificationResponse](docs/NotificationResponse.md)
546
+ - [NotificationResponseClub](docs/NotificationResponseClub.md)
547
+ - [NotificationSlotPreview](docs/NotificationSlotPreview.md)
548
+ - [NotificationSportPreview](docs/NotificationSportPreview.md)
549
+ - [NotificationTargetPreview](docs/NotificationTargetPreview.md)
550
+ - [NotificationType](docs/NotificationType.md)
528
551
  - [OffPeakRule](docs/OffPeakRule.md)
552
+ - [OpenBookingBasePriceResponse](docs/OpenBookingBasePriceResponse.md)
529
553
  - [OpenBookingInfo](docs/OpenBookingInfo.md)
554
+ - [OpenBookingJoinEstimateResponse](docs/OpenBookingJoinEstimateResponse.md)
530
555
  - [OpenBookingPlayerInfo](docs/OpenBookingPlayerInfo.md)
531
- - [OpenBookingSlotInfo](docs/OpenBookingSlotInfo.md)
556
+ - [OpenBookingPriceBody](docs/OpenBookingPriceBody.md)
532
557
  - [OpenBookingSportInfo](docs/OpenBookingSportInfo.md)
533
558
  - [OpenBookingsResponse](docs/OpenBookingsResponse.md)
534
559
  - [PaginationInfo](docs/PaginationInfo.md)
@@ -540,13 +565,13 @@ Class | Method | HTTP request | Description
540
565
  - [PartialRecordWeekdayKeyClubDayScheduleOrNullOrUndefined](docs/PartialRecordWeekdayKeyClubDayScheduleOrNullOrUndefined.md)
541
566
  - [PartialSchoolAccessSettings](docs/PartialSchoolAccessSettings.md)
542
567
  - [ParticipationType](docs/ParticipationType.md)
568
+ - [PartnerSearchItem](docs/PartnerSearchItem.md)
569
+ - [PartnerSearchResponse](docs/PartnerSearchResponse.md)
570
+ - [PartnerSearchResponseMeta](docs/PartnerSearchResponseMeta.md)
543
571
  - [PasswordResetRequestBody](docs/PasswordResetRequestBody.md)
544
572
  - [PaymentByPlayerInfo](docs/PaymentByPlayerInfo.md)
545
- - [PaymentIntentResult](docs/PaymentIntentResult.md)
546
573
  - [PaymentMethod](docs/PaymentMethod.md)
547
- - [PaymentProviderType](docs/PaymentProviderType.md)
548
574
  - [PaymentRequirementsSettings](docs/PaymentRequirementsSettings.md)
549
- - [PaymentStatus](docs/PaymentStatus.md)
550
575
  - [PickIUserLocationExcludeKeyofIUserLocationType](docs/PickIUserLocationExcludeKeyofIUserLocationType.md)
551
576
  - [PlanInterval](docs/PlanInterval.md)
552
577
  - [PlanPrice](docs/PlanPrice.md)
@@ -560,6 +585,7 @@ Class | Method | HTTP request | Description
560
585
  - [PlayerShare](docs/PlayerShare.md)
561
586
  - [PlayerSummary](docs/PlayerSummary.md)
562
587
  - [PlayerWithPaymentMethod](docs/PlayerWithPaymentMethod.md)
588
+ - [PricingPeriodDiscount](docs/PricingPeriodDiscount.md)
563
589
  - [ProfilePictureResponse](docs/ProfilePictureResponse.md)
564
590
  - [ProfilePictureUpdateRequestBody](docs/ProfilePictureUpdateRequestBody.md)
565
591
  - [PublicAccessSettings](docs/PublicAccessSettings.md)
@@ -569,6 +595,7 @@ Class | Method | HTTP request | Description
569
595
  - [QuickReservationClubSport](docs/QuickReservationClubSport.md)
570
596
  - [QuickReservationClubSummary](docs/QuickReservationClubSummary.md)
571
597
  - [QuickReservationClubSummaryLocation](docs/QuickReservationClubSummaryLocation.md)
598
+ - [QuickReservationCourtType](docs/QuickReservationCourtType.md)
572
599
  - [QuickReservationResponse](docs/QuickReservationResponse.md)
573
600
  - [QuickReservationSlotSummary](docs/QuickReservationSlotSummary.md)
574
601
  - [RecordWeekdayKeyClubDaySchedule](docs/RecordWeekdayKeyClubDaySchedule.md)
@@ -579,6 +606,10 @@ Class | Method | HTTP request | Description
579
606
  - [RegisterRequestBodyLocation](docs/RegisterRequestBodyLocation.md)
580
607
  - [RequestEmailCodeBody](docs/RequestEmailCodeBody.md)
581
608
  - [RequestEmailCodeResponse](docs/RequestEmailCodeResponse.md)
609
+ - [RequestOrganizationEmailCodeBody](docs/RequestOrganizationEmailCodeBody.md)
610
+ - [RequestOrganizationEmailCodeResponse](docs/RequestOrganizationEmailCodeResponse.md)
611
+ - [RequestVerificationCodeBody](docs/RequestVerificationCodeBody.md)
612
+ - [RequestVerificationCodeResponse](docs/RequestVerificationCodeResponse.md)
582
613
  - [ResetPasswordRequest](docs/ResetPasswordRequest.md)
583
614
  - [RetentionRateResponse](docs/RetentionRateResponse.md)
584
615
  - [RevenueBySportItem](docs/RevenueBySportItem.md)
@@ -606,7 +637,7 @@ Class | Method | HTTP request | Description
606
637
  - [StaffEventBookingInvoiceResponse](docs/StaffEventBookingInvoiceResponse.md)
607
638
  - [StaffEventBookingResponse](docs/StaffEventBookingResponse.md)
608
639
  - [StaffEventDetailResponse](docs/StaffEventDetailResponse.md)
609
- - [StaffEventsPaginatedResponse](docs/StaffEventsPaginatedResponse.md)
640
+ - [StaffEventsPageResponse](docs/StaffEventsPageResponse.md)
610
641
  - [StaffUserProfileResponse](docs/StaffUserProfileResponse.md)
611
642
  - [SubscribeRequestBody](docs/SubscribeRequestBody.md)
612
643
  - [SubscriberPrice](docs/SubscriberPrice.md)
@@ -616,20 +647,7 @@ Class | Method | HTTP request | Description
616
647
  - [SubscriptionPlanDiscountUpdateRequest](docs/SubscriptionPlanDiscountUpdateRequest.md)
617
648
  - [SubscriptionPlanDiscountUpdateRequestValidFrom](docs/SubscriptionPlanDiscountUpdateRequestValidFrom.md)
618
649
  - [SubscriptionPlanResponse](docs/SubscriptionPlanResponse.md)
619
- - [SumupAccountStatusResponse](docs/SumupAccountStatusResponse.md)
620
- - [SumupCancelPaymentRequest](docs/SumupCancelPaymentRequest.md)
621
- - [SumupConnectUrlResponse](docs/SumupConnectUrlResponse.md)
622
- - [SumupCreatePaymentRequest](docs/SumupCreatePaymentRequest.md)
623
- - [SumupOAuthCallbackResponse](docs/SumupOAuthCallbackResponse.md)
624
- - [SumupPairReaderRequest](docs/SumupPairReaderRequest.md)
625
- - [SumupPairReaderResponse](docs/SumupPairReaderResponse.md)
626
- - [SumupReaderInfo](docs/SumupReaderInfo.md)
627
- - [SumupReaderInfoDevice](docs/SumupReaderInfoDevice.md)
628
- - [SumupReaderResponse](docs/SumupReaderResponse.md)
629
- - [SumupReaderStatusInfo](docs/SumupReaderStatusInfo.md)
630
- - [SumupReaderStatusResponse](docs/SumupReaderStatusResponse.md)
631
- - [SumupReadersResponse](docs/SumupReadersResponse.md)
632
- - [SumupUpdateReaderRequest](docs/SumupUpdateReaderRequest.md)
650
+ - [SupportedLanguage](docs/SupportedLanguage.md)
633
651
  - [SurfaceType](docs/SurfaceType.md)
634
652
  - [Team](docs/Team.md)
635
653
  - [TimeBounds](docs/TimeBounds.md)
@@ -670,14 +688,24 @@ Class | Method | HTTP request | Description
670
688
  - [UserEventsResponse](docs/UserEventsResponse.md)
671
689
  - [UserInfo](docs/UserInfo.md)
672
690
  - [UserLocationSummary](docs/UserLocationSummary.md)
691
+ - [UserNextBookingSummary](docs/UserNextBookingSummary.md)
692
+ - [UserNotificationsResponse](docs/UserNotificationsResponse.md)
693
+ - [UserNotificationsResponseMeta](docs/UserNotificationsResponseMeta.md)
673
694
  - [UserProfileResponse](docs/UserProfileResponse.md)
674
695
  - [UserRolesResponse](docs/UserRolesResponse.md)
675
696
  - [UserSubscriptionsResponse](docs/UserSubscriptionsResponse.md)
676
697
  - [VerifyEmailCodeBody](docs/VerifyEmailCodeBody.md)
677
698
  - [VerifyEmailCodeResponse](docs/VerifyEmailCodeResponse.md)
678
699
  - [VerifyEmailRequest](docs/VerifyEmailRequest.md)
700
+ - [VerifyOrganizationEmailCodeBody](docs/VerifyOrganizationEmailCodeBody.md)
701
+ - [VerifyOrganizationEmailCodeResponse](docs/VerifyOrganizationEmailCodeResponse.md)
702
+ - [VerifyVerificationCodeBody](docs/VerifyVerificationCodeBody.md)
703
+ - [VerifyVerificationCodeResponse](docs/VerifyVerificationCodeResponse.md)
679
704
  - [VisibilityType](docs/VisibilityType.md)
705
+ - [WaitListEntryWithPlayer](docs/WaitListEntryWithPlayer.md)
680
706
  - [WaitListListResponse](docs/WaitListListResponse.md)
707
+ - [WaitListPlayer](docs/WaitListPlayer.md)
708
+ - [WaitListPlayersListResponse](docs/WaitListPlayersListResponse.md)
681
709
  - [WaitListPositionResponse](docs/WaitListPositionResponse.md)
682
710
  - [WaitListResponse](docs/WaitListResponse.md)
683
711
  - [WeekdayAverageItem](docs/WeekdayAverageItem.md)