@tennac-booking/sdk 1.0.221 → 1.0.223
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +452 -429
- package/README.md +72 -38
- package/api.ts +3468 -1857
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +2910 -1594
- package/dist/api.js +15682 -9514
- package/dist/base.d.ts +1 -1
- package/dist/base.js +32 -11
- package/dist/common.d.ts +1 -1
- package/dist/common.js +133 -41
- package/dist/configuration.d.ts +1 -1
- package/dist/configuration.js +21 -8
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/docs/AgendaBooking.md +2 -0
- package/docs/AuthApi.md +113 -0
- package/docs/BookingPopulated.md +9 -1
- package/docs/BookingSummary.md +4 -4
- package/docs/BookingsApi.md +25 -79
- package/docs/BookingsStaffApi.md +1 -57
- package/docs/BookingsUserApi.md +58 -6
- package/docs/{CheckInPlayerSumupResponse.md → CloseOpenBookingResponse.md} +5 -7
- package/docs/ClubPageResponse.md +14 -0
- package/docs/ClubPageResponseClubCustomerStatus.md +27 -0
- package/docs/ClubPricingPeriodPayload.md +32 -0
- package/docs/ClubPricingPeriodResponse.md +6 -6
- package/docs/ClubReservationSettingsResponse.md +2 -2
- package/docs/ClubResponse.md +12 -2
- package/docs/ClubSummary.md +6 -0
- package/docs/ComingEventsPageResponse.md +22 -0
- package/docs/CourtEnvironment.md +10 -0
- package/docs/CreateBookingRequest.md +0 -2
- package/docs/CreateOpenBookingRequest.md +6 -4
- package/docs/CreateSubscriptionPlanRequestDiscount.md +4 -0
- package/docs/EstimateOpenBookingJoinRequest.md +24 -0
- package/docs/EventBookingDetailSummary.md +2 -0
- package/docs/EventBookingResponse.md +2 -0
- package/docs/EventResponse.md +2 -0
- package/docs/EventsApi.md +58 -0
- package/docs/EventsStaffApi.md +119 -25
- package/docs/GetClubsWithVerificationDomains200ResponseInner.md +2 -0
- package/docs/{SumupReadersResponse.md → Health200Response.md} +7 -5
- package/docs/IUserAttributes.md +4 -0
- package/docs/JobResult.md +24 -0
- package/docs/JobsApi.md +367 -0
- package/docs/JoinOpenBookingRequest.md +28 -0
- package/docs/MarkNotificationsReadRequest.md +22 -0
- package/docs/{SumupPairReaderResponse.md → MarkNotificationsReadResponse.md} +5 -5
- package/docs/MyClubInfosResponse.md +0 -2
- package/docs/{PaymentStatus.md → NotificationActorType.md} +4 -6
- package/docs/NotificationData.md +22 -0
- package/docs/NotificationInitiator.md +28 -0
- package/docs/NotificationParticipantPreview.md +24 -0
- package/docs/NotificationPreview.md +78 -0
- package/docs/NotificationResponse.md +46 -0
- package/docs/NotificationResponseClub.md +24 -0
- package/docs/NotificationSlotPreview.md +24 -0
- package/docs/NotificationSportPreview.md +24 -0
- package/docs/{SumupPairReaderRequest.md → NotificationTargetPreview.md} +7 -7
- package/docs/NotificationType.md +26 -0
- package/docs/OpenBookingBasePriceResponse.md +24 -0
- package/docs/OpenBookingInfo.md +7 -5
- package/docs/OpenBookingJoinEstimateResponse.md +26 -0
- package/docs/OpenBookingPriceBody.md +26 -0
- package/docs/PartnerSearchItem.md +28 -0
- package/docs/PartnerSearchResponse.md +22 -0
- package/docs/PartnerSearchResponseMeta.md +26 -0
- package/docs/PlayerPrice.md +3 -1
- package/docs/PricingPeriodDiscount.md +24 -0
- package/docs/PublicEmailApi.md +4 -4
- package/docs/QuickReservationClubSummary.md +12 -0
- package/docs/QuickReservationCourtType.md +10 -0
- package/docs/RequestOrganizationEmailCodeBody.md +22 -0
- package/docs/RequestOrganizationEmailCodeResponse.md +22 -0
- package/docs/RequestVerificationCodeBody.md +26 -0
- package/docs/{SumupConnectUrlResponse.md → RequestVerificationCodeResponse.md} +5 -5
- package/docs/SportResponse.md +2 -0
- package/docs/StaffEventBookingResponse.md +2 -0
- package/docs/StaffEventsPageResponse.md +22 -0
- package/docs/StaffUserProfileResponse.md +4 -0
- package/docs/SubscriptionPlanDiscountResponse.md +2 -0
- package/docs/SubscriptionPlanDiscountUpdateRequest.md +2 -0
- package/docs/{PaymentProviderType.md → SupportedLanguage.md} +3 -3
- package/docs/UpdateClubHoursSettingsRequest.md +1 -1
- package/docs/UpdateClubReservationSettingsRequest.md +2 -2
- package/docs/UserClubMembership.md +2 -0
- package/docs/UserNextBookingSummary.md +26 -0
- package/docs/UserNotificationsResponse.md +22 -0
- package/docs/UserNotificationsResponseMeta.md +28 -0
- package/docs/UserProfileResponse.md +12 -0
- package/docs/UsersApi.md +273 -0
- package/docs/VerifyOrganizationEmailCodeBody.md +24 -0
- package/docs/VerifyOrganizationEmailCodeResponse.md +22 -0
- package/docs/VerifyVerificationCodeBody.md +24 -0
- package/docs/{SumupCancelPaymentRequest.md → VerifyVerificationCodeResponse.md} +5 -5
- package/docs/WaitListEntryWithPlayer.md +44 -0
- package/docs/WaitListPlayer.md +28 -0
- package/docs/WaitListPlayersListResponse.md +22 -0
- package/docs/WaitListStaffApi.md +55 -0
- package/index.ts +1 -1
- package/package.json +2 -4
- package/tsconfig.json +5 -2
- package/dist/esm/api.d.ts +0 -25210
- package/dist/esm/api.js +0 -17399
- package/dist/esm/base.d.ts +0 -66
- package/dist/esm/base.js +0 -60
- package/dist/esm/common.d.ts +0 -65
- package/dist/esm/common.js +0 -149
- package/dist/esm/configuration.d.ts +0 -91
- package/dist/esm/configuration.js +0 -40
- package/dist/esm/index.d.ts +0 -13
- package/dist/esm/index.js +0 -15
- package/docs/CheckInPlayerSumupRequest.md +0 -22
- package/docs/CheckInSumupPaymentInfo.md +0 -26
- package/docs/GetOpenBookingPrice200Response.md +0 -24
- package/docs/GetOpenBookingPriceRequest.md +0 -26
- package/docs/JoinPriceEstimateResponse.md +0 -38
- package/docs/JoinPriceEstimateResponseSubscriptionInfo.md +0 -25
- package/docs/OpenBookingSlotInfo.md +0 -24
- package/docs/PaymentIntentResult.md +0 -28
- package/docs/PaymentsStaffApi.md +0 -124
- package/docs/StaffEventsPaginatedResponse.md +0 -26
- package/docs/SumUpApi.md +0 -63
- package/docs/SumUpManagerApi.md +0 -332
- package/docs/SumupAccountStatusResponse.md +0 -32
- package/docs/SumupCreatePaymentRequest.md +0 -32
- package/docs/SumupOAuthCallbackResponse.md +0 -24
- package/docs/SumupReaderInfo.md +0 -34
- package/tsconfig.esm.json +0 -7
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @tennac-booking/sdk@1.0.
|
|
1
|
+
## @tennac-booking/sdk@1.0.223
|
|
2
2
|
|
|
3
3
|
This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
|
|
4
4
|
|
|
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
|
|
|
36
36
|
_published:_
|
|
37
37
|
|
|
38
38
|
```
|
|
39
|
-
npm install @tennac-booking/sdk@1.0.
|
|
39
|
+
npm install @tennac-booking/sdk@1.0.223 --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* | [**
|
|
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* | [**
|
|
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,6 +182,7 @@ 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 |
|
|
@@ -200,15 +202,23 @@ Class | Method | HTTP request | Description
|
|
|
200
202
|
*EventsManagerApi* | [**updateRecurringDefinition**](docs/EventsManagerApi.md#updaterecurringdefinition) | **PUT** /api/events/manager/recurring/{definitionId} |
|
|
201
203
|
*EventsStaffApi* | [**checkInEventParticipants**](docs/EventsStaffApi.md#checkineventparticipants) | **POST** /api/events/{eventBookingId}/check-in |
|
|
202
204
|
*EventsStaffApi* | [**getDailyEvents**](docs/EventsStaffApi.md#getdailyevents) | **GET** /api/events/calendar/daily |
|
|
205
|
+
*EventsStaffApi* | [**getDraftEventsByClub**](docs/EventsStaffApi.md#getdrafteventsbyclub) | **GET** /api/events/staff/getEvents/drafts |
|
|
203
206
|
*EventsStaffApi* | [**getEventByIdForStaff**](docs/EventsStaffApi.md#geteventbyidforstaff) | **GET** /api/events/staff/{eventId} |
|
|
204
|
-
*EventsStaffApi* | [**getEventsByClub**](docs/EventsStaffApi.md#geteventsbyclub) | **GET** /api/events/staff/getEvents |
|
|
205
207
|
*EventsStaffApi* | [**getMonthlyEvents**](docs/EventsStaffApi.md#getmonthlyevents) | **GET** /api/events/calendar/monthly |
|
|
208
|
+
*EventsStaffApi* | [**getPastEventsByClub**](docs/EventsStaffApi.md#getpasteventsbyclub) | **GET** /api/events/staff/getEvents/past |
|
|
209
|
+
*EventsStaffApi* | [**getUpcomingEventsByClub**](docs/EventsStaffApi.md#getupcomingeventsbyclub) | **GET** /api/events/staff/getEvents/upcoming |
|
|
206
210
|
*EventsStaffApi* | [**getWeeklyEvents**](docs/EventsStaffApi.md#getweeklyevents) | **GET** /api/events/calendar/weekly |
|
|
207
211
|
*ImagesApi* | [**cleanupImages**](docs/ImagesApi.md#cleanupimages) | **POST** /api/images/cleanup |
|
|
208
|
-
*
|
|
209
|
-
*
|
|
212
|
+
*JobsApi* | [**captureExpiringAuthorizations**](docs/JobsApi.md#captureexpiringauthorizations) | **GET** /api/jobs/capture-expiring-authorizations | Capture les autorisations Stripe qui expirent dans moins de 4h
|
|
213
|
+
*JobsApi* | [**capturePastReservations**](docs/JobsApi.md#capturepastreservations) | **GET** /api/jobs/capture-past-reservations | Capture les paiements autorisés pour les réservations passées
|
|
214
|
+
*JobsApi* | [**expireBookingWaitingPayments**](docs/JobsApi.md#expirebookingwaitingpayments) | **GET** /api/jobs/expire-booking-waiting-payments | Expire les réservations en attente de paiement
|
|
215
|
+
*JobsApi* | [**expireWaitlistPayments**](docs/JobsApi.md#expirewaitlistpayments) | **GET** /api/jobs/expire-waitlist-payments | Expire les paiements en attente sur la waitlist
|
|
216
|
+
*JobsApi* | [**health**](docs/JobsApi.md#health) | **GET** /api/jobs/health | Health check pour les jobs
|
|
217
|
+
*JobsApi* | [**maintainSlots**](docs/JobsApi.md#maintainslots) | **GET** /api/jobs/maintain-slots | Génère les créneaux futurs et nettoie les anciens
|
|
218
|
+
*JobsApi* | [**releaseOldBookings**](docs/JobsApi.md#releaseoldbookings) | **GET** /api/jobs/release-old-bookings | Libère les anciennes réservations terminées
|
|
219
|
+
*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
220
|
*PublicEmailApi* | [**authEmailExists**](docs/PublicEmailApi.md#authemailexists) | **POST** /api/public-email/auth-email-exists |
|
|
211
|
-
*PublicEmailApi* | [**
|
|
221
|
+
*PublicEmailApi* | [**requestPublicEmailVerificationCode**](docs/PublicEmailApi.md#requestpublicemailverificationcode) | **POST** /api/public-email/request-verification-code |
|
|
212
222
|
*PublicEmailApi* | [**verifyCode**](docs/PublicEmailApi.md#verifycode) | **POST** /api/public-email/verify-code |
|
|
213
223
|
*SportsManagerApi* | [**createSport**](docs/SportsManagerApi.md#createsport) | **POST** /api/sports |
|
|
214
224
|
*SportsManagerApi* | [**deleteSport**](docs/SportsManagerApi.md#deletesport) | **DELETE** /api/sports/{id} |
|
|
@@ -225,13 +235,6 @@ Class | Method | HTTP request | Description
|
|
|
225
235
|
*SubscriptionsUserApi* | [**mySubscriptions**](docs/SubscriptionsUserApi.md#mysubscriptions) | **GET** /api/subscriptions/me |
|
|
226
236
|
*SubscriptionsUserApi* | [**resume**](docs/SubscriptionsUserApi.md#resume) | **POST** /api/subscriptions/{clubId}/{subscriptionId}/resume |
|
|
227
237
|
*SubscriptionsUserApi* | [**subscribe**](docs/SubscriptionsUserApi.md#subscribe) | **POST** /api/subscriptions/subscribe |
|
|
228
|
-
*SumUpApi* | [**sumupOauthCallback**](docs/SumUpApi.md#sumupoauthcallback) | **GET** /api/sumup/oauth/callback |
|
|
229
|
-
*SumUpManagerApi* | [**disconnectSumup**](docs/SumUpManagerApi.md#disconnectsumup) | **POST** /api/clubs/{clubId}/sumup/disconnect |
|
|
230
|
-
*SumUpManagerApi* | [**getSumupConnectUrl**](docs/SumUpManagerApi.md#getsumupconnecturl) | **GET** /api/clubs/{clubId}/sumup/connect |
|
|
231
|
-
*SumUpManagerApi* | [**getSumupStatus**](docs/SumUpManagerApi.md#getsumupstatus) | **GET** /api/clubs/{clubId}/sumup/status |
|
|
232
|
-
*SumUpManagerApi* | [**listSumupReaders**](docs/SumUpManagerApi.md#listsumupreaders) | **GET** /api/clubs/{clubId}/sumup/readers |
|
|
233
|
-
*SumUpManagerApi* | [**pairSumupReader**](docs/SumUpManagerApi.md#pairsumupreader) | **POST** /api/clubs/{clubId}/sumup/readers/pair |
|
|
234
|
-
*SumUpManagerApi* | [**selectSumupReader**](docs/SumUpManagerApi.md#selectsumupreader) | **POST** /api/clubs/{clubId}/sumup/readers/{readerId}/select |
|
|
235
238
|
*UserApi* | [**getMyClubInfos**](docs/UserApi.md#getmyclubinfos) | **GET** /api/users/me/club-infos |
|
|
236
239
|
*UsersApi* | [**addFavoriteClub**](docs/UsersApi.md#addfavoriteclub) | **POST** /api/users/me/favorite-clubs |
|
|
237
240
|
*UsersApi* | [**addFavoritePlayer**](docs/UsersApi.md#addfavoriteplayer) | **POST** /api/users/me/favoritesPlayers |
|
|
@@ -253,11 +256,13 @@ Class | Method | HTTP request | Description
|
|
|
253
256
|
*UsersApi* | [**getPlayerCategories**](docs/UsersApi.md#getplayercategories) | **GET** /api/users/players/categories |
|
|
254
257
|
*UsersApi* | [**getUserBookings**](docs/UsersApi.md#getuserbookings) | **GET** /api/users/me/bookings |
|
|
255
258
|
*UsersApi* | [**getUserEvents**](docs/UsersApi.md#getuserevents) | **GET** /api/users/me/events |
|
|
259
|
+
*UsersApi* | [**getUserNotifications**](docs/UsersApi.md#getusernotifications) | **GET** /api/users/me/notifications |
|
|
256
260
|
*UsersApi* | [**getUserProfileById**](docs/UsersApi.md#getuserprofilebyid) | **GET** /api/users/profile/{id} |
|
|
257
261
|
*UsersApi* | [**leaveBooking**](docs/UsersApi.md#leavebooking) | **DELETE** /api/users/me/bookings/{bookingId}/leave |
|
|
258
262
|
*UsersApi* | [**listPlayers**](docs/UsersApi.md#listplayers) | **GET** /api/users/players |
|
|
259
263
|
*UsersApi* | [**login**](docs/UsersApi.md#login) | **POST** /api/users/login |
|
|
260
264
|
*UsersApi* | [**loginClubMember**](docs/UsersApi.md#loginclubmember) | **POST** /api/users/club-members/login |
|
|
265
|
+
*UsersApi* | [**markNotificationsRead**](docs/UsersApi.md#marknotificationsread) | **POST** /api/users/me/notifications/read |
|
|
261
266
|
*UsersApi* | [**refreshToken**](docs/UsersApi.md#refreshtoken) | **POST** /api/users/refresh-token |
|
|
262
267
|
*UsersApi* | [**register**](docs/UsersApi.md#register) | **POST** /api/users |
|
|
263
268
|
*UsersApi* | [**registerFromApp**](docs/UsersApi.md#registerfromapp) | **POST** /api/users/register-app |
|
|
@@ -265,8 +270,10 @@ Class | Method | HTTP request | Description
|
|
|
265
270
|
*UsersApi* | [**removeFavoritePlayer**](docs/UsersApi.md#removefavoriteplayer) | **DELETE** /api/users/me/favoritesPlayers/{favoritePlayerId} |
|
|
266
271
|
*UsersApi* | [**removeOrganization**](docs/UsersApi.md#removeorganization) | **POST** /api/users/me/remove-organization |
|
|
267
272
|
*UsersApi* | [**requestEmailVerification**](docs/UsersApi.md#requestemailverification) | **POST** /api/users/me/request-email-verification |
|
|
273
|
+
*UsersApi* | [**requestOrganizationCode**](docs/UsersApi.md#requestorganizationcode) | **POST** /api/users/me/request-organization-code |
|
|
268
274
|
*UsersApi* | [**requestPasswordReset**](docs/UsersApi.md#requestpasswordreset) | **POST** /api/users/request-password-reset |
|
|
269
275
|
*UsersApi* | [**resetPassword**](docs/UsersApi.md#resetpassword) | **POST** /api/users/reset-password |
|
|
276
|
+
*UsersApi* | [**searchPartner**](docs/UsersApi.md#searchpartner) | **GET** /api/users/searchPartner |
|
|
270
277
|
*UsersApi* | [**signInOrSignUpWithGoogle**](docs/UsersApi.md#signinorsignupwithgoogle) | **POST** /api/users/googleSignin |
|
|
271
278
|
*UsersApi* | [**updateCustomer**](docs/UsersApi.md#updatecustomer) | **PUT** /api/users/me/customer |
|
|
272
279
|
*UsersApi* | [**updateLevelBySports**](docs/UsersApi.md#updatelevelbysports) | **PUT** /api/users/me/level-by-sports |
|
|
@@ -274,6 +281,7 @@ Class | Method | HTTP request | Description
|
|
|
274
281
|
*UsersApi* | [**updateProfilePicture**](docs/UsersApi.md#updateprofilepicture) | **PUT** /api/users/me/profile-picture |
|
|
275
282
|
*UsersApi* | [**verifyEmail**](docs/UsersApi.md#verifyemail) | **POST** /api/users/verify-email |
|
|
276
283
|
*UsersApi* | [**verifyOrganization**](docs/UsersApi.md#verifyorganization) | **POST** /api/users/verify-organization |
|
|
284
|
+
*UsersApi* | [**verifyOrganizationCode**](docs/UsersApi.md#verifyorganizationcode) | **POST** /api/users/me/verify-organization-code |
|
|
277
285
|
*WaitListApi* | [**getBookingPosition**](docs/WaitListApi.md#getbookingposition) | **GET** /api/waitlist/booking/{bookingId}/position |
|
|
278
286
|
*WaitListApi* | [**getEventBookingPosition**](docs/WaitListApi.md#geteventbookingposition) | **GET** /api/waitlist/event-booking/{eventBookingId}/position |
|
|
279
287
|
*WaitListApi* | [**getEventPosition**](docs/WaitListApi.md#geteventposition) | **GET** /api/waitlist/event/{eventId}/position |
|
|
@@ -286,6 +294,7 @@ Class | Method | HTTP request | Description
|
|
|
286
294
|
*WaitListStaffApi* | [**getBookingWaitList**](docs/WaitListStaffApi.md#getbookingwaitlist) | **GET** /api/waitlist/booking/{bookingId}/list |
|
|
287
295
|
*WaitListStaffApi* | [**getEventBookingWaitList**](docs/WaitListStaffApi.md#geteventbookingwaitlist) | **GET** /api/waitlist/event-booking/{eventBookingId}/list |
|
|
288
296
|
*WaitListStaffApi* | [**getEventWaitList**](docs/WaitListStaffApi.md#geteventwaitlist) | **GET** /api/waitlist/event/{eventId}/list |
|
|
297
|
+
*WaitListStaffApi* | [**getEventWaitListPlayers**](docs/WaitListStaffApi.md#geteventwaitlistplayers) | **GET** /api/waitlist/event/{eventId}/players |
|
|
289
298
|
*WaitListStaffApi* | [**processBookingWaitList**](docs/WaitListStaffApi.md#processbookingwaitlist) | **POST** /api/waitlist/booking/{bookingId}/process |
|
|
290
299
|
*WaitListStaffApi* | [**processEventBookingWaitList**](docs/WaitListStaffApi.md#processeventbookingwaitlist) | **POST** /api/waitlist/event-booking/{eventBookingId}/process |
|
|
291
300
|
*WaitListStaffApi* | [**processEventWaitList**](docs/WaitListStaffApi.md#processeventwaitlist) | **POST** /api/waitlist/event/{eventId}/process |
|
|
@@ -335,9 +344,6 @@ Class | Method | HTTP request | Description
|
|
|
335
344
|
- [CheckInEventParticipantsRequest](docs/CheckInEventParticipantsRequest.md)
|
|
336
345
|
- [CheckInPlayerRequest](docs/CheckInPlayerRequest.md)
|
|
337
346
|
- [CheckInPlayerResponse](docs/CheckInPlayerResponse.md)
|
|
338
|
-
- [CheckInPlayerSumupRequest](docs/CheckInPlayerSumupRequest.md)
|
|
339
|
-
- [CheckInPlayerSumupResponse](docs/CheckInPlayerSumupResponse.md)
|
|
340
|
-
- [CheckInSumupPaymentInfo](docs/CheckInSumupPaymentInfo.md)
|
|
341
347
|
- [CheckTeamNameAvailability200Response](docs/CheckTeamNameAvailability200Response.md)
|
|
342
348
|
- [CheckedInPlayer](docs/CheckedInPlayer.md)
|
|
343
349
|
- [ClientFullOnboardingResponse](docs/ClientFullOnboardingResponse.md)
|
|
@@ -348,6 +354,7 @@ Class | Method | HTTP request | Description
|
|
|
348
354
|
- [ClientSubscription](docs/ClientSubscription.md)
|
|
349
355
|
- [ClientSubscriptionItem](docs/ClientSubscriptionItem.md)
|
|
350
356
|
- [ClientSubscriptionsResponse](docs/ClientSubscriptionsResponse.md)
|
|
357
|
+
- [CloseOpenBookingResponse](docs/CloseOpenBookingResponse.md)
|
|
351
358
|
- [ClubAccessSettingsResponse](docs/ClubAccessSettingsResponse.md)
|
|
352
359
|
- [ClubCustomerSettingsResponse](docs/ClubCustomerSettingsResponse.md)
|
|
353
360
|
- [ClubDayInterval](docs/ClubDayInterval.md)
|
|
@@ -362,6 +369,7 @@ Class | Method | HTTP request | Description
|
|
|
362
369
|
- [ClubNewBookingsResponse](docs/ClubNewBookingsResponse.md)
|
|
363
370
|
- [ClubNewSubscribersResponse](docs/ClubNewSubscribersResponse.md)
|
|
364
371
|
- [ClubPageResponse](docs/ClubPageResponse.md)
|
|
372
|
+
- [ClubPageResponseClubCustomerStatus](docs/ClubPageResponseClubCustomerStatus.md)
|
|
365
373
|
- [ClubPlayerBookingItem](docs/ClubPlayerBookingItem.md)
|
|
366
374
|
- [ClubPlayerBookingsPagination](docs/ClubPlayerBookingsPagination.md)
|
|
367
375
|
- [ClubPlayerBookingsResponse](docs/ClubPlayerBookingsResponse.md)
|
|
@@ -380,6 +388,7 @@ Class | Method | HTTP request | Description
|
|
|
380
388
|
- [ClubPlayersPaginatedResponse](docs/ClubPlayersPaginatedResponse.md)
|
|
381
389
|
- [ClubPresentation](docs/ClubPresentation.md)
|
|
382
390
|
- [ClubPresentationSettingsResponse](docs/ClubPresentationSettingsResponse.md)
|
|
391
|
+
- [ClubPricingPeriodPayload](docs/ClubPricingPeriodPayload.md)
|
|
383
392
|
- [ClubPricingPeriodResponse](docs/ClubPricingPeriodResponse.md)
|
|
384
393
|
- [ClubReservationSettingsResponse](docs/ClubReservationSettingsResponse.md)
|
|
385
394
|
- [ClubResponse](docs/ClubResponse.md)
|
|
@@ -392,11 +401,13 @@ Class | Method | HTTP request | Description
|
|
|
392
401
|
- [ClubSubscriptions](docs/ClubSubscriptions.md)
|
|
393
402
|
- [ClubSummary](docs/ClubSummary.md)
|
|
394
403
|
- [ClubUserCountResponse](docs/ClubUserCountResponse.md)
|
|
404
|
+
- [ComingEventsPageResponse](docs/ComingEventsPageResponse.md)
|
|
395
405
|
- [CompleteRegisterRequestBody](docs/CompleteRegisterRequestBody.md)
|
|
396
406
|
- [CompleteRegisterRequestBodyLevelBySportsInner](docs/CompleteRegisterRequestBodyLevelBySportsInner.md)
|
|
397
407
|
- [ContactRequestBody](docs/ContactRequestBody.md)
|
|
398
408
|
- [ContactSuccessResponse](docs/ContactSuccessResponse.md)
|
|
399
409
|
- [CourtBookingShareItem](docs/CourtBookingShareItem.md)
|
|
410
|
+
- [CourtEnvironment](docs/CourtEnvironment.md)
|
|
400
411
|
- [CourtInfo](docs/CourtInfo.md)
|
|
401
412
|
- [CourtResponse](docs/CourtResponse.md)
|
|
402
413
|
- [CourtStatus](docs/CourtStatus.md)
|
|
@@ -432,6 +443,7 @@ Class | Method | HTTP request | Description
|
|
|
432
443
|
- [EstimateEventPrice200Response](docs/EstimateEventPrice200Response.md)
|
|
433
444
|
- [EstimateEventPriceRequest](docs/EstimateEventPriceRequest.md)
|
|
434
445
|
- [EstimateEventPriceRequestSharesInner](docs/EstimateEventPriceRequestSharesInner.md)
|
|
446
|
+
- [EstimateOpenBookingJoinRequest](docs/EstimateOpenBookingJoinRequest.md)
|
|
435
447
|
- [EstimateOpenEventBookingJoinPrice200Response](docs/EstimateOpenEventBookingJoinPrice200Response.md)
|
|
436
448
|
- [EstimateOpenEventBookingJoinPrice200ResponseSubscriptionInfo](docs/EstimateOpenEventBookingJoinPrice200ResponseSubscriptionInfo.md)
|
|
437
449
|
- [EventBookingDetailSummary](docs/EventBookingDetailSummary.md)
|
|
@@ -468,8 +480,6 @@ Class | Method | HTTP request | Description
|
|
|
468
480
|
- [GetGuestBookingPrice200Response](docs/GetGuestBookingPrice200Response.md)
|
|
469
481
|
- [GetGuestBookingPriceRequest](docs/GetGuestBookingPriceRequest.md)
|
|
470
482
|
- [GetInfillPercentagePerPeriod200Response](docs/GetInfillPercentagePerPeriod200Response.md)
|
|
471
|
-
- [GetOpenBookingPrice200Response](docs/GetOpenBookingPrice200Response.md)
|
|
472
|
-
- [GetOpenBookingPriceRequest](docs/GetOpenBookingPriceRequest.md)
|
|
473
483
|
- [GetOpenEventBookingJoinPrice200Response](docs/GetOpenEventBookingJoinPrice200Response.md)
|
|
474
484
|
- [GetOpenEventBookings200Response](docs/GetOpenEventBookings200Response.md)
|
|
475
485
|
- [GetPublishedActualities200Response](docs/GetPublishedActualities200Response.md)
|
|
@@ -477,6 +487,7 @@ Class | Method | HTTP request | Description
|
|
|
477
487
|
- [GoogleAuthRequestBody](docs/GoogleAuthRequestBody.md)
|
|
478
488
|
- [GoogleAuthResponse](docs/GoogleAuthResponse.md)
|
|
479
489
|
- [GoogleAuthResponseUser](docs/GoogleAuthResponseUser.md)
|
|
490
|
+
- [Health200Response](docs/Health200Response.md)
|
|
480
491
|
- [HotelAccessSettings](docs/HotelAccessSettings.md)
|
|
481
492
|
- [ICharacteristic](docs/ICharacteristic.md)
|
|
482
493
|
- [ICourtData](docs/ICourtData.md)
|
|
@@ -494,16 +505,16 @@ Class | Method | HTTP request | Description
|
|
|
494
505
|
- [InvoiceStatus](docs/InvoiceStatus.md)
|
|
495
506
|
- [InvoiceStatusSETUPPENDING](docs/InvoiceStatusSETUPPENDING.md)
|
|
496
507
|
- [InvoiceStatusSETUPSUCCESS](docs/InvoiceStatusSETUPSUCCESS.md)
|
|
508
|
+
- [JobResult](docs/JobResult.md)
|
|
497
509
|
- [JoinEventRequest](docs/JoinEventRequest.md)
|
|
498
510
|
- [JoinEventRequestPlayersPaymentMethodsInner](docs/JoinEventRequestPlayersPaymentMethodsInner.md)
|
|
499
511
|
- [JoinEventResponse](docs/JoinEventResponse.md)
|
|
500
512
|
- [JoinEventResponseOnsitePaymentsInner](docs/JoinEventResponseOnsitePaymentsInner.md)
|
|
501
513
|
- [JoinEventWaitList200Response](docs/JoinEventWaitList200Response.md)
|
|
514
|
+
- [JoinOpenBookingRequest](docs/JoinOpenBookingRequest.md)
|
|
502
515
|
- [JoinOpenBookingResponse](docs/JoinOpenBookingResponse.md)
|
|
503
516
|
- [JoinOpenEventBookingRequest](docs/JoinOpenEventBookingRequest.md)
|
|
504
517
|
- [JoinOpenEventResponse](docs/JoinOpenEventResponse.md)
|
|
505
|
-
- [JoinPriceEstimateResponse](docs/JoinPriceEstimateResponse.md)
|
|
506
|
-
- [JoinPriceEstimateResponseSubscriptionInfo](docs/JoinPriceEstimateResponseSubscriptionInfo.md)
|
|
507
518
|
- [LastSixMonthsTurnoverItem](docs/LastSixMonthsTurnoverItem.md)
|
|
508
519
|
- [LeastBookedTimeSlotItem](docs/LeastBookedTimeSlotItem.md)
|
|
509
520
|
- [LeastBookedTimeSlotsResponse](docs/LeastBookedTimeSlotsResponse.md)
|
|
@@ -515,15 +526,30 @@ Class | Method | HTTP request | Description
|
|
|
515
526
|
- [ManagedClubsResponse](docs/ManagedClubsResponse.md)
|
|
516
527
|
- [ManagerCancelBookingRequest](docs/ManagerCancelBookingRequest.md)
|
|
517
528
|
- [ManagerCancelBookingResponse](docs/ManagerCancelBookingResponse.md)
|
|
529
|
+
- [MarkNotificationsReadRequest](docs/MarkNotificationsReadRequest.md)
|
|
530
|
+
- [MarkNotificationsReadResponse](docs/MarkNotificationsReadResponse.md)
|
|
518
531
|
- [MonthlyBreakdown](docs/MonthlyBreakdown.md)
|
|
519
532
|
- [MonthlyTurnoverResponse](docs/MonthlyTurnoverResponse.md)
|
|
520
533
|
- [MyClubInfosResponse](docs/MyClubInfosResponse.md)
|
|
521
534
|
- [NoShowFeeResponse](docs/NoShowFeeResponse.md)
|
|
522
535
|
- [NoShowRateResponse](docs/NoShowRateResponse.md)
|
|
536
|
+
- [NotificationActorType](docs/NotificationActorType.md)
|
|
537
|
+
- [NotificationData](docs/NotificationData.md)
|
|
538
|
+
- [NotificationInitiator](docs/NotificationInitiator.md)
|
|
539
|
+
- [NotificationParticipantPreview](docs/NotificationParticipantPreview.md)
|
|
540
|
+
- [NotificationPreview](docs/NotificationPreview.md)
|
|
541
|
+
- [NotificationResponse](docs/NotificationResponse.md)
|
|
542
|
+
- [NotificationResponseClub](docs/NotificationResponseClub.md)
|
|
543
|
+
- [NotificationSlotPreview](docs/NotificationSlotPreview.md)
|
|
544
|
+
- [NotificationSportPreview](docs/NotificationSportPreview.md)
|
|
545
|
+
- [NotificationTargetPreview](docs/NotificationTargetPreview.md)
|
|
546
|
+
- [NotificationType](docs/NotificationType.md)
|
|
523
547
|
- [OffPeakRule](docs/OffPeakRule.md)
|
|
548
|
+
- [OpenBookingBasePriceResponse](docs/OpenBookingBasePriceResponse.md)
|
|
524
549
|
- [OpenBookingInfo](docs/OpenBookingInfo.md)
|
|
550
|
+
- [OpenBookingJoinEstimateResponse](docs/OpenBookingJoinEstimateResponse.md)
|
|
525
551
|
- [OpenBookingPlayerInfo](docs/OpenBookingPlayerInfo.md)
|
|
526
|
-
- [
|
|
552
|
+
- [OpenBookingPriceBody](docs/OpenBookingPriceBody.md)
|
|
527
553
|
- [OpenBookingSportInfo](docs/OpenBookingSportInfo.md)
|
|
528
554
|
- [OpenBookingsResponse](docs/OpenBookingsResponse.md)
|
|
529
555
|
- [PaginationInfo](docs/PaginationInfo.md)
|
|
@@ -535,13 +561,13 @@ Class | Method | HTTP request | Description
|
|
|
535
561
|
- [PartialRecordWeekdayKeyClubDayScheduleOrNullOrUndefined](docs/PartialRecordWeekdayKeyClubDayScheduleOrNullOrUndefined.md)
|
|
536
562
|
- [PartialSchoolAccessSettings](docs/PartialSchoolAccessSettings.md)
|
|
537
563
|
- [ParticipationType](docs/ParticipationType.md)
|
|
564
|
+
- [PartnerSearchItem](docs/PartnerSearchItem.md)
|
|
565
|
+
- [PartnerSearchResponse](docs/PartnerSearchResponse.md)
|
|
566
|
+
- [PartnerSearchResponseMeta](docs/PartnerSearchResponseMeta.md)
|
|
538
567
|
- [PasswordResetRequestBody](docs/PasswordResetRequestBody.md)
|
|
539
568
|
- [PaymentByPlayerInfo](docs/PaymentByPlayerInfo.md)
|
|
540
|
-
- [PaymentIntentResult](docs/PaymentIntentResult.md)
|
|
541
569
|
- [PaymentMethod](docs/PaymentMethod.md)
|
|
542
|
-
- [PaymentProviderType](docs/PaymentProviderType.md)
|
|
543
570
|
- [PaymentRequirementsSettings](docs/PaymentRequirementsSettings.md)
|
|
544
|
-
- [PaymentStatus](docs/PaymentStatus.md)
|
|
545
571
|
- [PickIUserLocationExcludeKeyofIUserLocationType](docs/PickIUserLocationExcludeKeyofIUserLocationType.md)
|
|
546
572
|
- [PlanInterval](docs/PlanInterval.md)
|
|
547
573
|
- [PlanPrice](docs/PlanPrice.md)
|
|
@@ -555,6 +581,7 @@ Class | Method | HTTP request | Description
|
|
|
555
581
|
- [PlayerShare](docs/PlayerShare.md)
|
|
556
582
|
- [PlayerSummary](docs/PlayerSummary.md)
|
|
557
583
|
- [PlayerWithPaymentMethod](docs/PlayerWithPaymentMethod.md)
|
|
584
|
+
- [PricingPeriodDiscount](docs/PricingPeriodDiscount.md)
|
|
558
585
|
- [ProfilePictureResponse](docs/ProfilePictureResponse.md)
|
|
559
586
|
- [ProfilePictureUpdateRequestBody](docs/ProfilePictureUpdateRequestBody.md)
|
|
560
587
|
- [PublicAccessSettings](docs/PublicAccessSettings.md)
|
|
@@ -564,6 +591,7 @@ Class | Method | HTTP request | Description
|
|
|
564
591
|
- [QuickReservationClubSport](docs/QuickReservationClubSport.md)
|
|
565
592
|
- [QuickReservationClubSummary](docs/QuickReservationClubSummary.md)
|
|
566
593
|
- [QuickReservationClubSummaryLocation](docs/QuickReservationClubSummaryLocation.md)
|
|
594
|
+
- [QuickReservationCourtType](docs/QuickReservationCourtType.md)
|
|
567
595
|
- [QuickReservationResponse](docs/QuickReservationResponse.md)
|
|
568
596
|
- [QuickReservationSlotSummary](docs/QuickReservationSlotSummary.md)
|
|
569
597
|
- [RecordWeekdayKeyClubDaySchedule](docs/RecordWeekdayKeyClubDaySchedule.md)
|
|
@@ -574,6 +602,10 @@ Class | Method | HTTP request | Description
|
|
|
574
602
|
- [RegisterRequestBodyLocation](docs/RegisterRequestBodyLocation.md)
|
|
575
603
|
- [RequestEmailCodeBody](docs/RequestEmailCodeBody.md)
|
|
576
604
|
- [RequestEmailCodeResponse](docs/RequestEmailCodeResponse.md)
|
|
605
|
+
- [RequestOrganizationEmailCodeBody](docs/RequestOrganizationEmailCodeBody.md)
|
|
606
|
+
- [RequestOrganizationEmailCodeResponse](docs/RequestOrganizationEmailCodeResponse.md)
|
|
607
|
+
- [RequestVerificationCodeBody](docs/RequestVerificationCodeBody.md)
|
|
608
|
+
- [RequestVerificationCodeResponse](docs/RequestVerificationCodeResponse.md)
|
|
577
609
|
- [ResetPasswordRequest](docs/ResetPasswordRequest.md)
|
|
578
610
|
- [RetentionRateResponse](docs/RetentionRateResponse.md)
|
|
579
611
|
- [RevenueBySportItem](docs/RevenueBySportItem.md)
|
|
@@ -601,7 +633,7 @@ Class | Method | HTTP request | Description
|
|
|
601
633
|
- [StaffEventBookingInvoiceResponse](docs/StaffEventBookingInvoiceResponse.md)
|
|
602
634
|
- [StaffEventBookingResponse](docs/StaffEventBookingResponse.md)
|
|
603
635
|
- [StaffEventDetailResponse](docs/StaffEventDetailResponse.md)
|
|
604
|
-
- [
|
|
636
|
+
- [StaffEventsPageResponse](docs/StaffEventsPageResponse.md)
|
|
605
637
|
- [StaffUserProfileResponse](docs/StaffUserProfileResponse.md)
|
|
606
638
|
- [SubscribeRequestBody](docs/SubscribeRequestBody.md)
|
|
607
639
|
- [SubscriberPrice](docs/SubscriberPrice.md)
|
|
@@ -611,15 +643,7 @@ Class | Method | HTTP request | Description
|
|
|
611
643
|
- [SubscriptionPlanDiscountUpdateRequest](docs/SubscriptionPlanDiscountUpdateRequest.md)
|
|
612
644
|
- [SubscriptionPlanDiscountUpdateRequestValidFrom](docs/SubscriptionPlanDiscountUpdateRequestValidFrom.md)
|
|
613
645
|
- [SubscriptionPlanResponse](docs/SubscriptionPlanResponse.md)
|
|
614
|
-
- [
|
|
615
|
-
- [SumupCancelPaymentRequest](docs/SumupCancelPaymentRequest.md)
|
|
616
|
-
- [SumupConnectUrlResponse](docs/SumupConnectUrlResponse.md)
|
|
617
|
-
- [SumupCreatePaymentRequest](docs/SumupCreatePaymentRequest.md)
|
|
618
|
-
- [SumupOAuthCallbackResponse](docs/SumupOAuthCallbackResponse.md)
|
|
619
|
-
- [SumupPairReaderRequest](docs/SumupPairReaderRequest.md)
|
|
620
|
-
- [SumupPairReaderResponse](docs/SumupPairReaderResponse.md)
|
|
621
|
-
- [SumupReaderInfo](docs/SumupReaderInfo.md)
|
|
622
|
-
- [SumupReadersResponse](docs/SumupReadersResponse.md)
|
|
646
|
+
- [SupportedLanguage](docs/SupportedLanguage.md)
|
|
623
647
|
- [SurfaceType](docs/SurfaceType.md)
|
|
624
648
|
- [Team](docs/Team.md)
|
|
625
649
|
- [TimeBounds](docs/TimeBounds.md)
|
|
@@ -660,14 +684,24 @@ Class | Method | HTTP request | Description
|
|
|
660
684
|
- [UserEventsResponse](docs/UserEventsResponse.md)
|
|
661
685
|
- [UserInfo](docs/UserInfo.md)
|
|
662
686
|
- [UserLocationSummary](docs/UserLocationSummary.md)
|
|
687
|
+
- [UserNextBookingSummary](docs/UserNextBookingSummary.md)
|
|
688
|
+
- [UserNotificationsResponse](docs/UserNotificationsResponse.md)
|
|
689
|
+
- [UserNotificationsResponseMeta](docs/UserNotificationsResponseMeta.md)
|
|
663
690
|
- [UserProfileResponse](docs/UserProfileResponse.md)
|
|
664
691
|
- [UserRolesResponse](docs/UserRolesResponse.md)
|
|
665
692
|
- [UserSubscriptionsResponse](docs/UserSubscriptionsResponse.md)
|
|
666
693
|
- [VerifyEmailCodeBody](docs/VerifyEmailCodeBody.md)
|
|
667
694
|
- [VerifyEmailCodeResponse](docs/VerifyEmailCodeResponse.md)
|
|
668
695
|
- [VerifyEmailRequest](docs/VerifyEmailRequest.md)
|
|
696
|
+
- [VerifyOrganizationEmailCodeBody](docs/VerifyOrganizationEmailCodeBody.md)
|
|
697
|
+
- [VerifyOrganizationEmailCodeResponse](docs/VerifyOrganizationEmailCodeResponse.md)
|
|
698
|
+
- [VerifyVerificationCodeBody](docs/VerifyVerificationCodeBody.md)
|
|
699
|
+
- [VerifyVerificationCodeResponse](docs/VerifyVerificationCodeResponse.md)
|
|
669
700
|
- [VisibilityType](docs/VisibilityType.md)
|
|
701
|
+
- [WaitListEntryWithPlayer](docs/WaitListEntryWithPlayer.md)
|
|
670
702
|
- [WaitListListResponse](docs/WaitListListResponse.md)
|
|
703
|
+
- [WaitListPlayer](docs/WaitListPlayer.md)
|
|
704
|
+
- [WaitListPlayersListResponse](docs/WaitListPlayersListResponse.md)
|
|
671
705
|
- [WaitListPositionResponse](docs/WaitListPositionResponse.md)
|
|
672
706
|
- [WaitListResponse](docs/WaitListResponse.md)
|
|
673
707
|
- [WeekdayAverageItem](docs/WeekdayAverageItem.md)
|