@tennac-booking/sdk 1.0.221 → 1.0.222

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 (131) hide show
  1. package/.openapi-generator/FILES +47 -25
  2. package/README.md +70 -38
  3. package/api.ts +3363 -1854
  4. package/base.ts +1 -1
  5. package/common.ts +1 -1
  6. package/configuration.ts +1 -1
  7. package/dist/api.d.ts +3048 -1793
  8. package/dist/api.js +15612 -9532
  9. package/dist/base.d.ts +1 -1
  10. package/dist/base.js +32 -11
  11. package/dist/common.d.ts +1 -1
  12. package/dist/common.js +133 -41
  13. package/dist/configuration.d.ts +1 -1
  14. package/dist/configuration.js +21 -8
  15. package/dist/index.d.ts +1 -1
  16. package/dist/index.js +1 -1
  17. package/docs/AgendaBooking.md +2 -0
  18. package/docs/AuthApi.md +113 -0
  19. package/docs/BookingPopulated.md +9 -1
  20. package/docs/BookingSummary.md +4 -4
  21. package/docs/BookingsApi.md +25 -79
  22. package/docs/BookingsStaffApi.md +1 -57
  23. package/docs/BookingsUserApi.md +6 -6
  24. package/docs/ClubPageResponse.md +14 -0
  25. package/docs/ClubPageResponseClubCustomerStatus.md +27 -0
  26. package/docs/ClubPricingPeriodPayload.md +32 -0
  27. package/docs/ClubPricingPeriodResponse.md +6 -6
  28. package/docs/ClubReservationSettingsResponse.md +2 -2
  29. package/docs/ClubResponse.md +12 -2
  30. package/docs/ClubSummary.md +6 -0
  31. package/docs/ComingEventsPageResponse.md +22 -0
  32. package/docs/CourtEnvironment.md +10 -0
  33. package/docs/CreateBookingRequest.md +0 -2
  34. package/docs/CreateOpenBookingRequest.md +6 -4
  35. package/docs/CreateSubscriptionPlanRequestDiscount.md +4 -0
  36. package/docs/EstimateOpenBookingJoinRequest.md +24 -0
  37. package/docs/EventBookingDetailSummary.md +2 -0
  38. package/docs/EventBookingResponse.md +2 -0
  39. package/docs/EventResponse.md +2 -0
  40. package/docs/EventsApi.md +58 -0
  41. package/docs/EventsStaffApi.md +119 -25
  42. package/docs/GetClubsWithVerificationDomains200ResponseInner.md +2 -0
  43. package/docs/{SumupReadersResponse.md → Health200Response.md} +7 -5
  44. package/docs/IUserAttributes.md +4 -0
  45. package/docs/JobResult.md +24 -0
  46. package/docs/JobsApi.md +367 -0
  47. package/docs/JoinOpenBookingRequest.md +28 -0
  48. package/docs/MarkNotificationsReadRequest.md +22 -0
  49. package/docs/{SumupPairReaderResponse.md → MarkNotificationsReadResponse.md} +5 -5
  50. package/docs/MyClubInfosResponse.md +0 -2
  51. package/docs/{PaymentStatus.md → NotificationActorType.md} +4 -6
  52. package/docs/NotificationData.md +22 -0
  53. package/docs/NotificationInitiator.md +28 -0
  54. package/docs/NotificationParticipantPreview.md +24 -0
  55. package/docs/NotificationPreview.md +78 -0
  56. package/docs/NotificationResponse.md +46 -0
  57. package/docs/NotificationResponseClub.md +24 -0
  58. package/docs/NotificationSlotPreview.md +24 -0
  59. package/docs/NotificationSportPreview.md +24 -0
  60. package/docs/{SumupPairReaderRequest.md → NotificationTargetPreview.md} +7 -7
  61. package/docs/NotificationType.md +26 -0
  62. package/docs/OpenBookingBasePriceResponse.md +24 -0
  63. package/docs/OpenBookingInfo.md +7 -5
  64. package/docs/OpenBookingJoinEstimateResponse.md +26 -0
  65. package/docs/OpenBookingPriceBody.md +26 -0
  66. package/docs/PartnerSearchItem.md +28 -0
  67. package/docs/PartnerSearchResponse.md +22 -0
  68. package/docs/PartnerSearchResponseMeta.md +26 -0
  69. package/docs/PlayerPrice.md +3 -1
  70. package/docs/PricingPeriodDiscount.md +24 -0
  71. package/docs/PublicEmailApi.md +4 -4
  72. package/docs/QuickReservationClubSummary.md +12 -0
  73. package/docs/QuickReservationCourtType.md +10 -0
  74. package/docs/RequestOrganizationEmailCodeBody.md +22 -0
  75. package/docs/RequestOrganizationEmailCodeResponse.md +22 -0
  76. package/docs/RequestVerificationCodeBody.md +26 -0
  77. package/docs/{SumupConnectUrlResponse.md → RequestVerificationCodeResponse.md} +5 -5
  78. package/docs/SportResponse.md +2 -0
  79. package/docs/StaffEventBookingResponse.md +2 -0
  80. package/docs/StaffEventsPageResponse.md +22 -0
  81. package/docs/StaffUserProfileResponse.md +4 -0
  82. package/docs/SubscriptionPlanDiscountResponse.md +2 -0
  83. package/docs/SubscriptionPlanDiscountUpdateRequest.md +2 -0
  84. package/docs/{PaymentProviderType.md → SupportedLanguage.md} +3 -3
  85. package/docs/UpdateClubHoursSettingsRequest.md +1 -1
  86. package/docs/UpdateClubReservationSettingsRequest.md +2 -2
  87. package/docs/UserClubMembership.md +2 -0
  88. package/docs/UserNextBookingSummary.md +26 -0
  89. package/docs/UserNotificationsResponse.md +22 -0
  90. package/docs/UserNotificationsResponseMeta.md +28 -0
  91. package/docs/UserProfileResponse.md +12 -0
  92. package/docs/UsersApi.md +273 -0
  93. package/docs/VerifyOrganizationEmailCodeBody.md +24 -0
  94. package/docs/VerifyOrganizationEmailCodeResponse.md +22 -0
  95. package/docs/VerifyVerificationCodeBody.md +24 -0
  96. package/docs/{SumupCancelPaymentRequest.md → VerifyVerificationCodeResponse.md} +5 -5
  97. package/docs/WaitListEntryWithPlayer.md +44 -0
  98. package/docs/WaitListPlayer.md +28 -0
  99. package/docs/WaitListPlayersListResponse.md +22 -0
  100. package/docs/WaitListStaffApi.md +55 -0
  101. package/index.ts +1 -1
  102. package/package.json +2 -4
  103. package/tsconfig.json +5 -2
  104. package/dist/esm/api.d.ts +0 -25210
  105. package/dist/esm/api.js +0 -17399
  106. package/dist/esm/base.d.ts +0 -66
  107. package/dist/esm/base.js +0 -60
  108. package/dist/esm/common.d.ts +0 -65
  109. package/dist/esm/common.js +0 -149
  110. package/dist/esm/configuration.d.ts +0 -91
  111. package/dist/esm/configuration.js +0 -40
  112. package/dist/esm/index.d.ts +0 -13
  113. package/dist/esm/index.js +0 -15
  114. package/docs/CheckInPlayerSumupRequest.md +0 -22
  115. package/docs/CheckInPlayerSumupResponse.md +0 -24
  116. package/docs/CheckInSumupPaymentInfo.md +0 -26
  117. package/docs/GetOpenBookingPrice200Response.md +0 -24
  118. package/docs/GetOpenBookingPriceRequest.md +0 -26
  119. package/docs/JoinPriceEstimateResponse.md +0 -38
  120. package/docs/JoinPriceEstimateResponseSubscriptionInfo.md +0 -25
  121. package/docs/OpenBookingSlotInfo.md +0 -24
  122. package/docs/PaymentIntentResult.md +0 -28
  123. package/docs/PaymentsStaffApi.md +0 -124
  124. package/docs/StaffEventsPaginatedResponse.md +0 -26
  125. package/docs/SumUpApi.md +0 -63
  126. package/docs/SumUpManagerApi.md +0 -332
  127. package/docs/SumupAccountStatusResponse.md +0 -32
  128. package/docs/SumupCreatePaymentRequest.md +0 -32
  129. package/docs/SumupOAuthCallbackResponse.md +0 -24
  130. package/docs/SumupReaderInfo.md +0 -34
  131. package/tsconfig.esm.json +0 -7
@@ -13,6 +13,7 @@ docs/AgendaBooking.md
13
13
  docs/AgendaBookingPlayer.md
14
14
  docs/AgendaBookingSlot.md
15
15
  docs/AppRegisterRequestBody.md
16
+ docs/AuthApi.md
16
17
  docs/BookingAnalyticsResponse.md
17
18
  docs/BookingClubInfo.md
18
19
  docs/BookingCourtInfo.md
@@ -52,9 +53,6 @@ docs/CheckInEventParticipants200ResponseInvoicesInner.md
52
53
  docs/CheckInEventParticipantsRequest.md
53
54
  docs/CheckInPlayerRequest.md
54
55
  docs/CheckInPlayerResponse.md
55
- docs/CheckInPlayerSumupRequest.md
56
- docs/CheckInPlayerSumupResponse.md
57
- docs/CheckInSumupPaymentInfo.md
58
56
  docs/CheckTeamNameAvailability200Response.md
59
57
  docs/CheckedInPlayer.md
60
58
  docs/ClientApi.md
@@ -84,6 +82,7 @@ docs/ClubMetadataResponseLocation.md
84
82
  docs/ClubNewBookingsResponse.md
85
83
  docs/ClubNewSubscribersResponse.md
86
84
  docs/ClubPageResponse.md
85
+ docs/ClubPageResponseClubCustomerStatus.md
87
86
  docs/ClubPlayerBookingItem.md
88
87
  docs/ClubPlayerBookingsPagination.md
89
88
  docs/ClubPlayerBookingsResponse.md
@@ -102,6 +101,7 @@ docs/ClubPlayerSubscriptionSummary.md
102
101
  docs/ClubPlayersPaginatedResponse.md
103
102
  docs/ClubPresentation.md
104
103
  docs/ClubPresentationSettingsResponse.md
104
+ docs/ClubPricingPeriodPayload.md
105
105
  docs/ClubPricingPeriodResponse.md
106
106
  docs/ClubReservationSettingsResponse.md
107
107
  docs/ClubResponse.md
@@ -121,12 +121,14 @@ docs/ClubUserCountResponse.md
121
121
  docs/ClubsApi.md
122
122
  docs/ClubsManagerApi.md
123
123
  docs/ClubsStaffApi.md
124
+ docs/ComingEventsPageResponse.md
124
125
  docs/CompleteRegisterRequestBody.md
125
126
  docs/CompleteRegisterRequestBodyLevelBySportsInner.md
126
127
  docs/ContactApi.md
127
128
  docs/ContactRequestBody.md
128
129
  docs/ContactSuccessResponse.md
129
130
  docs/CourtBookingShareItem.md
131
+ docs/CourtEnvironment.md
130
132
  docs/CourtInfo.md
131
133
  docs/CourtResponse.md
132
134
  docs/CourtStatus.md
@@ -163,6 +165,7 @@ docs/EmailExistsResponse.md
163
165
  docs/EstimateEventPrice200Response.md
164
166
  docs/EstimateEventPriceRequest.md
165
167
  docs/EstimateEventPriceRequestSharesInner.md
168
+ docs/EstimateOpenBookingJoinRequest.md
166
169
  docs/EstimateOpenEventBookingJoinPrice200Response.md
167
170
  docs/EstimateOpenEventBookingJoinPrice200ResponseSubscriptionInfo.md
168
171
  docs/EventBookingDetailSummary.md
@@ -202,8 +205,6 @@ docs/GetCourtsByClubAndSportById200ResponseCourtsInner.md
202
205
  docs/GetGuestBookingPrice200Response.md
203
206
  docs/GetGuestBookingPriceRequest.md
204
207
  docs/GetInfillPercentagePerPeriod200Response.md
205
- docs/GetOpenBookingPrice200Response.md
206
- docs/GetOpenBookingPriceRequest.md
207
208
  docs/GetOpenEventBookingJoinPrice200Response.md
208
209
  docs/GetOpenEventBookings200Response.md
209
210
  docs/GetPublishedActualities200Response.md
@@ -211,6 +212,7 @@ docs/GetSlotsByClubById200Response.md
211
212
  docs/GoogleAuthRequestBody.md
212
213
  docs/GoogleAuthResponse.md
213
214
  docs/GoogleAuthResponseUser.md
215
+ docs/Health200Response.md
214
216
  docs/HotelAccessSettings.md
215
217
  docs/ICharacteristic.md
216
218
  docs/ICourtData.md
@@ -229,16 +231,17 @@ docs/InvoiceInfo.md
229
231
  docs/InvoiceStatus.md
230
232
  docs/InvoiceStatusSETUPPENDING.md
231
233
  docs/InvoiceStatusSETUPSUCCESS.md
234
+ docs/JobResult.md
235
+ docs/JobsApi.md
232
236
  docs/JoinEventRequest.md
233
237
  docs/JoinEventRequestPlayersPaymentMethodsInner.md
234
238
  docs/JoinEventResponse.md
235
239
  docs/JoinEventResponseOnsitePaymentsInner.md
236
240
  docs/JoinEventWaitList200Response.md
241
+ docs/JoinOpenBookingRequest.md
237
242
  docs/JoinOpenBookingResponse.md
238
243
  docs/JoinOpenEventBookingRequest.md
239
244
  docs/JoinOpenEventResponse.md
240
- docs/JoinPriceEstimateResponse.md
241
- docs/JoinPriceEstimateResponseSubscriptionInfo.md
242
245
  docs/LastSixMonthsTurnoverItem.md
243
246
  docs/LeastBookedTimeSlotItem.md
244
247
  docs/LeastBookedTimeSlotsResponse.md
@@ -250,15 +253,30 @@ docs/LoginResponse.md
250
253
  docs/ManagedClubsResponse.md
251
254
  docs/ManagerCancelBookingRequest.md
252
255
  docs/ManagerCancelBookingResponse.md
256
+ docs/MarkNotificationsReadRequest.md
257
+ docs/MarkNotificationsReadResponse.md
253
258
  docs/MonthlyBreakdown.md
254
259
  docs/MonthlyTurnoverResponse.md
255
260
  docs/MyClubInfosResponse.md
256
261
  docs/NoShowFeeResponse.md
257
262
  docs/NoShowRateResponse.md
263
+ docs/NotificationActorType.md
264
+ docs/NotificationData.md
265
+ docs/NotificationInitiator.md
266
+ docs/NotificationParticipantPreview.md
267
+ docs/NotificationPreview.md
268
+ docs/NotificationResponse.md
269
+ docs/NotificationResponseClub.md
270
+ docs/NotificationSlotPreview.md
271
+ docs/NotificationSportPreview.md
272
+ docs/NotificationTargetPreview.md
273
+ docs/NotificationType.md
258
274
  docs/OffPeakRule.md
275
+ docs/OpenBookingBasePriceResponse.md
259
276
  docs/OpenBookingInfo.md
277
+ docs/OpenBookingJoinEstimateResponse.md
260
278
  docs/OpenBookingPlayerInfo.md
261
- docs/OpenBookingSlotInfo.md
279
+ docs/OpenBookingPriceBody.md
262
280
  docs/OpenBookingSportInfo.md
263
281
  docs/OpenBookingsResponse.md
264
282
  docs/PaginationInfo.md
@@ -270,14 +288,13 @@ docs/PartialPublicAccessSettings.md
270
288
  docs/PartialRecordWeekdayKeyClubDayScheduleOrNullOrUndefined.md
271
289
  docs/PartialSchoolAccessSettings.md
272
290
  docs/ParticipationType.md
291
+ docs/PartnerSearchItem.md
292
+ docs/PartnerSearchResponse.md
293
+ docs/PartnerSearchResponseMeta.md
273
294
  docs/PasswordResetRequestBody.md
274
295
  docs/PaymentByPlayerInfo.md
275
- docs/PaymentIntentResult.md
276
296
  docs/PaymentMethod.md
277
- docs/PaymentProviderType.md
278
297
  docs/PaymentRequirementsSettings.md
279
- docs/PaymentStatus.md
280
- docs/PaymentsStaffApi.md
281
298
  docs/PickIUserLocationExcludeKeyofIUserLocationType.md
282
299
  docs/PlanInterval.md
283
300
  docs/PlanPrice.md
@@ -291,6 +308,7 @@ docs/PlayerPrice.md
291
308
  docs/PlayerShare.md
292
309
  docs/PlayerSummary.md
293
310
  docs/PlayerWithPaymentMethod.md
311
+ docs/PricingPeriodDiscount.md
294
312
  docs/ProfilePictureResponse.md
295
313
  docs/ProfilePictureUpdateRequestBody.md
296
314
  docs/PublicAccessSettings.md
@@ -301,6 +319,7 @@ docs/PublishEventResponse.md
301
319
  docs/QuickReservationClubSport.md
302
320
  docs/QuickReservationClubSummary.md
303
321
  docs/QuickReservationClubSummaryLocation.md
322
+ docs/QuickReservationCourtType.md
304
323
  docs/QuickReservationResponse.md
305
324
  docs/QuickReservationSlotSummary.md
306
325
  docs/RecordWeekdayKeyClubDaySchedule.md
@@ -311,6 +330,10 @@ docs/RegisterRequestBody.md
311
330
  docs/RegisterRequestBodyLocation.md
312
331
  docs/RequestEmailCodeBody.md
313
332
  docs/RequestEmailCodeResponse.md
333
+ docs/RequestOrganizationEmailCodeBody.md
334
+ docs/RequestOrganizationEmailCodeResponse.md
335
+ docs/RequestVerificationCodeBody.md
336
+ docs/RequestVerificationCodeResponse.md
314
337
  docs/ResetPasswordRequest.md
315
338
  docs/RetentionRateResponse.md
316
339
  docs/RevenueBySportItem.md
@@ -340,7 +363,7 @@ docs/StaffCreateBookingRequest.md
340
363
  docs/StaffEventBookingInvoiceResponse.md
341
364
  docs/StaffEventBookingResponse.md
342
365
  docs/StaffEventDetailResponse.md
343
- docs/StaffEventsPaginatedResponse.md
366
+ docs/StaffEventsPageResponse.md
344
367
  docs/StaffUserProfileResponse.md
345
368
  docs/SubscribeRequestBody.md
346
369
  docs/SubscriberPrice.md
@@ -354,17 +377,7 @@ docs/SubscriptionsManagerApi.md
354
377
  docs/SubscriptionsPublicApi.md
355
378
  docs/SubscriptionsStaffApi.md
356
379
  docs/SubscriptionsUserApi.md
357
- docs/SumUpApi.md
358
- docs/SumUpManagerApi.md
359
- docs/SumupAccountStatusResponse.md
360
- docs/SumupCancelPaymentRequest.md
361
- docs/SumupConnectUrlResponse.md
362
- docs/SumupCreatePaymentRequest.md
363
- docs/SumupOAuthCallbackResponse.md
364
- docs/SumupPairReaderRequest.md
365
- docs/SumupPairReaderResponse.md
366
- docs/SumupReaderInfo.md
367
- docs/SumupReadersResponse.md
380
+ docs/SupportedLanguage.md
368
381
  docs/SurfaceType.md
369
382
  docs/Team.md
370
383
  docs/TimeBounds.md
@@ -406,6 +419,9 @@ docs/UserEventSummary.md
406
419
  docs/UserEventsResponse.md
407
420
  docs/UserInfo.md
408
421
  docs/UserLocationSummary.md
422
+ docs/UserNextBookingSummary.md
423
+ docs/UserNotificationsResponse.md
424
+ docs/UserNotificationsResponseMeta.md
409
425
  docs/UserProfileResponse.md
410
426
  docs/UserRolesResponse.md
411
427
  docs/UserSubscriptionsResponse.md
@@ -413,9 +429,16 @@ docs/UsersApi.md
413
429
  docs/VerifyEmailCodeBody.md
414
430
  docs/VerifyEmailCodeResponse.md
415
431
  docs/VerifyEmailRequest.md
432
+ docs/VerifyOrganizationEmailCodeBody.md
433
+ docs/VerifyOrganizationEmailCodeResponse.md
434
+ docs/VerifyVerificationCodeBody.md
435
+ docs/VerifyVerificationCodeResponse.md
416
436
  docs/VisibilityType.md
417
437
  docs/WaitListApi.md
438
+ docs/WaitListEntryWithPlayer.md
418
439
  docs/WaitListListResponse.md
440
+ docs/WaitListPlayer.md
441
+ docs/WaitListPlayersListResponse.md
419
442
  docs/WaitListPositionResponse.md
420
443
  docs/WaitListResponse.md
421
444
  docs/WaitListStaffApi.md
@@ -425,5 +448,4 @@ docs/YearlyTurnoverResponse.md
425
448
  git_push.sh
426
449
  index.ts
427
450
  package.json
428
- tsconfig.esm.json
429
451
  tsconfig.json
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @tennac-booking/sdk@1.0.177
1
+ ## @tennac-booking/sdk@1.0.221
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.221 --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} |
@@ -181,6 +181,7 @@ Class | Method | HTTP request | Description
181
181
  *EventsApi* | [**checkTeamNameAvailability**](docs/EventsApi.md#checkteamnameavailability) | **GET** /api/events/{eventId}/team-name-availability |
182
182
  *EventsApi* | [**estimateEventPrice**](docs/EventsApi.md#estimateeventprice) | **POST** /api/events/{eventId}/estimate-price |
183
183
  *EventsApi* | [**estimateOpenEventBookingJoinPrice**](docs/EventsApi.md#estimateopeneventbookingjoinprice) | **GET** /api/events/{eventBookingId}/open/estimate |
184
+ *EventsApi* | [**getComingEvent**](docs/EventsApi.md#getcomingevent) | **GET** /api/events/coming |
184
185
  *EventsApi* | [**getEventById**](docs/EventsApi.md#geteventbyid) | **GET** /api/events/{eventId} |
185
186
  *EventsApi* | [**getOpenEventBookingJoinPrice**](docs/EventsApi.md#getopeneventbookingjoinprice) | **GET** /api/events/{eventBookingId}/open/join-price |
186
187
  *EventsApi* | [**getOpenEventBookings**](docs/EventsApi.md#getopeneventbookings) | **GET** /api/events/open |
@@ -200,15 +201,23 @@ Class | Method | HTTP request | Description
200
201
  *EventsManagerApi* | [**updateRecurringDefinition**](docs/EventsManagerApi.md#updaterecurringdefinition) | **PUT** /api/events/manager/recurring/{definitionId} |
201
202
  *EventsStaffApi* | [**checkInEventParticipants**](docs/EventsStaffApi.md#checkineventparticipants) | **POST** /api/events/{eventBookingId}/check-in |
202
203
  *EventsStaffApi* | [**getDailyEvents**](docs/EventsStaffApi.md#getdailyevents) | **GET** /api/events/calendar/daily |
204
+ *EventsStaffApi* | [**getDraftEventsByClub**](docs/EventsStaffApi.md#getdrafteventsbyclub) | **GET** /api/events/staff/getEvents/drafts |
203
205
  *EventsStaffApi* | [**getEventByIdForStaff**](docs/EventsStaffApi.md#geteventbyidforstaff) | **GET** /api/events/staff/{eventId} |
204
- *EventsStaffApi* | [**getEventsByClub**](docs/EventsStaffApi.md#geteventsbyclub) | **GET** /api/events/staff/getEvents |
205
206
  *EventsStaffApi* | [**getMonthlyEvents**](docs/EventsStaffApi.md#getmonthlyevents) | **GET** /api/events/calendar/monthly |
207
+ *EventsStaffApi* | [**getPastEventsByClub**](docs/EventsStaffApi.md#getpasteventsbyclub) | **GET** /api/events/staff/getEvents/past |
208
+ *EventsStaffApi* | [**getUpcomingEventsByClub**](docs/EventsStaffApi.md#getupcomingeventsbyclub) | **GET** /api/events/staff/getEvents/upcoming |
206
209
  *EventsStaffApi* | [**getWeeklyEvents**](docs/EventsStaffApi.md#getweeklyevents) | **GET** /api/events/calendar/weekly |
207
210
  *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 |
211
+ *JobsApi* | [**captureExpiringAuthorizations**](docs/JobsApi.md#captureexpiringauthorizations) | **GET** /api/jobs/capture-expiring-authorizations | Capture les autorisations Stripe qui expirent dans moins de 4h
212
+ *JobsApi* | [**capturePastReservations**](docs/JobsApi.md#capturepastreservations) | **GET** /api/jobs/capture-past-reservations | Capture les paiements autorisés pour les réservations passées
213
+ *JobsApi* | [**expireBookingWaitingPayments**](docs/JobsApi.md#expirebookingwaitingpayments) | **GET** /api/jobs/expire-booking-waiting-payments | Expire les réservations en attente de paiement
214
+ *JobsApi* | [**expireWaitlistPayments**](docs/JobsApi.md#expirewaitlistpayments) | **GET** /api/jobs/expire-waitlist-payments | Expire les paiements en attente sur la waitlist
215
+ *JobsApi* | [**health**](docs/JobsApi.md#health) | **GET** /api/jobs/health | Health check pour les jobs
216
+ *JobsApi* | [**maintainSlots**](docs/JobsApi.md#maintainslots) | **GET** /api/jobs/maintain-slots | Génère les créneaux futurs et nettoie les anciens
217
+ *JobsApi* | [**releaseOldBookings**](docs/JobsApi.md#releaseoldbookings) | **GET** /api/jobs/release-old-bookings | Libère les anciennes réservations terminées
218
+ *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
219
  *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 |
220
+ *PublicEmailApi* | [**requestPublicEmailVerificationCode**](docs/PublicEmailApi.md#requestpublicemailverificationcode) | **POST** /api/public-email/request-verification-code |
212
221
  *PublicEmailApi* | [**verifyCode**](docs/PublicEmailApi.md#verifycode) | **POST** /api/public-email/verify-code |
213
222
  *SportsManagerApi* | [**createSport**](docs/SportsManagerApi.md#createsport) | **POST** /api/sports |
214
223
  *SportsManagerApi* | [**deleteSport**](docs/SportsManagerApi.md#deletesport) | **DELETE** /api/sports/{id} |
@@ -225,13 +234,6 @@ Class | Method | HTTP request | Description
225
234
  *SubscriptionsUserApi* | [**mySubscriptions**](docs/SubscriptionsUserApi.md#mysubscriptions) | **GET** /api/subscriptions/me |
226
235
  *SubscriptionsUserApi* | [**resume**](docs/SubscriptionsUserApi.md#resume) | **POST** /api/subscriptions/{clubId}/{subscriptionId}/resume |
227
236
  *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
237
  *UserApi* | [**getMyClubInfos**](docs/UserApi.md#getmyclubinfos) | **GET** /api/users/me/club-infos |
236
238
  *UsersApi* | [**addFavoriteClub**](docs/UsersApi.md#addfavoriteclub) | **POST** /api/users/me/favorite-clubs |
237
239
  *UsersApi* | [**addFavoritePlayer**](docs/UsersApi.md#addfavoriteplayer) | **POST** /api/users/me/favoritesPlayers |
@@ -253,11 +255,13 @@ Class | Method | HTTP request | Description
253
255
  *UsersApi* | [**getPlayerCategories**](docs/UsersApi.md#getplayercategories) | **GET** /api/users/players/categories |
254
256
  *UsersApi* | [**getUserBookings**](docs/UsersApi.md#getuserbookings) | **GET** /api/users/me/bookings |
255
257
  *UsersApi* | [**getUserEvents**](docs/UsersApi.md#getuserevents) | **GET** /api/users/me/events |
258
+ *UsersApi* | [**getUserNotifications**](docs/UsersApi.md#getusernotifications) | **GET** /api/users/me/notifications |
256
259
  *UsersApi* | [**getUserProfileById**](docs/UsersApi.md#getuserprofilebyid) | **GET** /api/users/profile/{id} |
257
260
  *UsersApi* | [**leaveBooking**](docs/UsersApi.md#leavebooking) | **DELETE** /api/users/me/bookings/{bookingId}/leave |
258
261
  *UsersApi* | [**listPlayers**](docs/UsersApi.md#listplayers) | **GET** /api/users/players |
259
262
  *UsersApi* | [**login**](docs/UsersApi.md#login) | **POST** /api/users/login |
260
263
  *UsersApi* | [**loginClubMember**](docs/UsersApi.md#loginclubmember) | **POST** /api/users/club-members/login |
264
+ *UsersApi* | [**markNotificationsRead**](docs/UsersApi.md#marknotificationsread) | **POST** /api/users/me/notifications/read |
261
265
  *UsersApi* | [**refreshToken**](docs/UsersApi.md#refreshtoken) | **POST** /api/users/refresh-token |
262
266
  *UsersApi* | [**register**](docs/UsersApi.md#register) | **POST** /api/users |
263
267
  *UsersApi* | [**registerFromApp**](docs/UsersApi.md#registerfromapp) | **POST** /api/users/register-app |
@@ -265,8 +269,10 @@ Class | Method | HTTP request | Description
265
269
  *UsersApi* | [**removeFavoritePlayer**](docs/UsersApi.md#removefavoriteplayer) | **DELETE** /api/users/me/favoritesPlayers/{favoritePlayerId} |
266
270
  *UsersApi* | [**removeOrganization**](docs/UsersApi.md#removeorganization) | **POST** /api/users/me/remove-organization |
267
271
  *UsersApi* | [**requestEmailVerification**](docs/UsersApi.md#requestemailverification) | **POST** /api/users/me/request-email-verification |
272
+ *UsersApi* | [**requestOrganizationCode**](docs/UsersApi.md#requestorganizationcode) | **POST** /api/users/me/request-organization-code |
268
273
  *UsersApi* | [**requestPasswordReset**](docs/UsersApi.md#requestpasswordreset) | **POST** /api/users/request-password-reset |
269
274
  *UsersApi* | [**resetPassword**](docs/UsersApi.md#resetpassword) | **POST** /api/users/reset-password |
275
+ *UsersApi* | [**searchPartner**](docs/UsersApi.md#searchpartner) | **GET** /api/users/searchPartner |
270
276
  *UsersApi* | [**signInOrSignUpWithGoogle**](docs/UsersApi.md#signinorsignupwithgoogle) | **POST** /api/users/googleSignin |
271
277
  *UsersApi* | [**updateCustomer**](docs/UsersApi.md#updatecustomer) | **PUT** /api/users/me/customer |
272
278
  *UsersApi* | [**updateLevelBySports**](docs/UsersApi.md#updatelevelbysports) | **PUT** /api/users/me/level-by-sports |
@@ -274,6 +280,7 @@ Class | Method | HTTP request | Description
274
280
  *UsersApi* | [**updateProfilePicture**](docs/UsersApi.md#updateprofilepicture) | **PUT** /api/users/me/profile-picture |
275
281
  *UsersApi* | [**verifyEmail**](docs/UsersApi.md#verifyemail) | **POST** /api/users/verify-email |
276
282
  *UsersApi* | [**verifyOrganization**](docs/UsersApi.md#verifyorganization) | **POST** /api/users/verify-organization |
283
+ *UsersApi* | [**verifyOrganizationCode**](docs/UsersApi.md#verifyorganizationcode) | **POST** /api/users/me/verify-organization-code |
277
284
  *WaitListApi* | [**getBookingPosition**](docs/WaitListApi.md#getbookingposition) | **GET** /api/waitlist/booking/{bookingId}/position |
278
285
  *WaitListApi* | [**getEventBookingPosition**](docs/WaitListApi.md#geteventbookingposition) | **GET** /api/waitlist/event-booking/{eventBookingId}/position |
279
286
  *WaitListApi* | [**getEventPosition**](docs/WaitListApi.md#geteventposition) | **GET** /api/waitlist/event/{eventId}/position |
@@ -286,6 +293,7 @@ Class | Method | HTTP request | Description
286
293
  *WaitListStaffApi* | [**getBookingWaitList**](docs/WaitListStaffApi.md#getbookingwaitlist) | **GET** /api/waitlist/booking/{bookingId}/list |
287
294
  *WaitListStaffApi* | [**getEventBookingWaitList**](docs/WaitListStaffApi.md#geteventbookingwaitlist) | **GET** /api/waitlist/event-booking/{eventBookingId}/list |
288
295
  *WaitListStaffApi* | [**getEventWaitList**](docs/WaitListStaffApi.md#geteventwaitlist) | **GET** /api/waitlist/event/{eventId}/list |
296
+ *WaitListStaffApi* | [**getEventWaitListPlayers**](docs/WaitListStaffApi.md#geteventwaitlistplayers) | **GET** /api/waitlist/event/{eventId}/players |
289
297
  *WaitListStaffApi* | [**processBookingWaitList**](docs/WaitListStaffApi.md#processbookingwaitlist) | **POST** /api/waitlist/booking/{bookingId}/process |
290
298
  *WaitListStaffApi* | [**processEventBookingWaitList**](docs/WaitListStaffApi.md#processeventbookingwaitlist) | **POST** /api/waitlist/event-booking/{eventBookingId}/process |
291
299
  *WaitListStaffApi* | [**processEventWaitList**](docs/WaitListStaffApi.md#processeventwaitlist) | **POST** /api/waitlist/event/{eventId}/process |
@@ -335,9 +343,6 @@ Class | Method | HTTP request | Description
335
343
  - [CheckInEventParticipantsRequest](docs/CheckInEventParticipantsRequest.md)
336
344
  - [CheckInPlayerRequest](docs/CheckInPlayerRequest.md)
337
345
  - [CheckInPlayerResponse](docs/CheckInPlayerResponse.md)
338
- - [CheckInPlayerSumupRequest](docs/CheckInPlayerSumupRequest.md)
339
- - [CheckInPlayerSumupResponse](docs/CheckInPlayerSumupResponse.md)
340
- - [CheckInSumupPaymentInfo](docs/CheckInSumupPaymentInfo.md)
341
346
  - [CheckTeamNameAvailability200Response](docs/CheckTeamNameAvailability200Response.md)
342
347
  - [CheckedInPlayer](docs/CheckedInPlayer.md)
343
348
  - [ClientFullOnboardingResponse](docs/ClientFullOnboardingResponse.md)
@@ -362,6 +367,7 @@ Class | Method | HTTP request | Description
362
367
  - [ClubNewBookingsResponse](docs/ClubNewBookingsResponse.md)
363
368
  - [ClubNewSubscribersResponse](docs/ClubNewSubscribersResponse.md)
364
369
  - [ClubPageResponse](docs/ClubPageResponse.md)
370
+ - [ClubPageResponseClubCustomerStatus](docs/ClubPageResponseClubCustomerStatus.md)
365
371
  - [ClubPlayerBookingItem](docs/ClubPlayerBookingItem.md)
366
372
  - [ClubPlayerBookingsPagination](docs/ClubPlayerBookingsPagination.md)
367
373
  - [ClubPlayerBookingsResponse](docs/ClubPlayerBookingsResponse.md)
@@ -380,6 +386,7 @@ Class | Method | HTTP request | Description
380
386
  - [ClubPlayersPaginatedResponse](docs/ClubPlayersPaginatedResponse.md)
381
387
  - [ClubPresentation](docs/ClubPresentation.md)
382
388
  - [ClubPresentationSettingsResponse](docs/ClubPresentationSettingsResponse.md)
389
+ - [ClubPricingPeriodPayload](docs/ClubPricingPeriodPayload.md)
383
390
  - [ClubPricingPeriodResponse](docs/ClubPricingPeriodResponse.md)
384
391
  - [ClubReservationSettingsResponse](docs/ClubReservationSettingsResponse.md)
385
392
  - [ClubResponse](docs/ClubResponse.md)
@@ -392,11 +399,13 @@ Class | Method | HTTP request | Description
392
399
  - [ClubSubscriptions](docs/ClubSubscriptions.md)
393
400
  - [ClubSummary](docs/ClubSummary.md)
394
401
  - [ClubUserCountResponse](docs/ClubUserCountResponse.md)
402
+ - [ComingEventsPageResponse](docs/ComingEventsPageResponse.md)
395
403
  - [CompleteRegisterRequestBody](docs/CompleteRegisterRequestBody.md)
396
404
  - [CompleteRegisterRequestBodyLevelBySportsInner](docs/CompleteRegisterRequestBodyLevelBySportsInner.md)
397
405
  - [ContactRequestBody](docs/ContactRequestBody.md)
398
406
  - [ContactSuccessResponse](docs/ContactSuccessResponse.md)
399
407
  - [CourtBookingShareItem](docs/CourtBookingShareItem.md)
408
+ - [CourtEnvironment](docs/CourtEnvironment.md)
400
409
  - [CourtInfo](docs/CourtInfo.md)
401
410
  - [CourtResponse](docs/CourtResponse.md)
402
411
  - [CourtStatus](docs/CourtStatus.md)
@@ -432,6 +441,7 @@ Class | Method | HTTP request | Description
432
441
  - [EstimateEventPrice200Response](docs/EstimateEventPrice200Response.md)
433
442
  - [EstimateEventPriceRequest](docs/EstimateEventPriceRequest.md)
434
443
  - [EstimateEventPriceRequestSharesInner](docs/EstimateEventPriceRequestSharesInner.md)
444
+ - [EstimateOpenBookingJoinRequest](docs/EstimateOpenBookingJoinRequest.md)
435
445
  - [EstimateOpenEventBookingJoinPrice200Response](docs/EstimateOpenEventBookingJoinPrice200Response.md)
436
446
  - [EstimateOpenEventBookingJoinPrice200ResponseSubscriptionInfo](docs/EstimateOpenEventBookingJoinPrice200ResponseSubscriptionInfo.md)
437
447
  - [EventBookingDetailSummary](docs/EventBookingDetailSummary.md)
@@ -468,8 +478,6 @@ Class | Method | HTTP request | Description
468
478
  - [GetGuestBookingPrice200Response](docs/GetGuestBookingPrice200Response.md)
469
479
  - [GetGuestBookingPriceRequest](docs/GetGuestBookingPriceRequest.md)
470
480
  - [GetInfillPercentagePerPeriod200Response](docs/GetInfillPercentagePerPeriod200Response.md)
471
- - [GetOpenBookingPrice200Response](docs/GetOpenBookingPrice200Response.md)
472
- - [GetOpenBookingPriceRequest](docs/GetOpenBookingPriceRequest.md)
473
481
  - [GetOpenEventBookingJoinPrice200Response](docs/GetOpenEventBookingJoinPrice200Response.md)
474
482
  - [GetOpenEventBookings200Response](docs/GetOpenEventBookings200Response.md)
475
483
  - [GetPublishedActualities200Response](docs/GetPublishedActualities200Response.md)
@@ -477,6 +485,7 @@ Class | Method | HTTP request | Description
477
485
  - [GoogleAuthRequestBody](docs/GoogleAuthRequestBody.md)
478
486
  - [GoogleAuthResponse](docs/GoogleAuthResponse.md)
479
487
  - [GoogleAuthResponseUser](docs/GoogleAuthResponseUser.md)
488
+ - [Health200Response](docs/Health200Response.md)
480
489
  - [HotelAccessSettings](docs/HotelAccessSettings.md)
481
490
  - [ICharacteristic](docs/ICharacteristic.md)
482
491
  - [ICourtData](docs/ICourtData.md)
@@ -494,16 +503,16 @@ Class | Method | HTTP request | Description
494
503
  - [InvoiceStatus](docs/InvoiceStatus.md)
495
504
  - [InvoiceStatusSETUPPENDING](docs/InvoiceStatusSETUPPENDING.md)
496
505
  - [InvoiceStatusSETUPSUCCESS](docs/InvoiceStatusSETUPSUCCESS.md)
506
+ - [JobResult](docs/JobResult.md)
497
507
  - [JoinEventRequest](docs/JoinEventRequest.md)
498
508
  - [JoinEventRequestPlayersPaymentMethodsInner](docs/JoinEventRequestPlayersPaymentMethodsInner.md)
499
509
  - [JoinEventResponse](docs/JoinEventResponse.md)
500
510
  - [JoinEventResponseOnsitePaymentsInner](docs/JoinEventResponseOnsitePaymentsInner.md)
501
511
  - [JoinEventWaitList200Response](docs/JoinEventWaitList200Response.md)
512
+ - [JoinOpenBookingRequest](docs/JoinOpenBookingRequest.md)
502
513
  - [JoinOpenBookingResponse](docs/JoinOpenBookingResponse.md)
503
514
  - [JoinOpenEventBookingRequest](docs/JoinOpenEventBookingRequest.md)
504
515
  - [JoinOpenEventResponse](docs/JoinOpenEventResponse.md)
505
- - [JoinPriceEstimateResponse](docs/JoinPriceEstimateResponse.md)
506
- - [JoinPriceEstimateResponseSubscriptionInfo](docs/JoinPriceEstimateResponseSubscriptionInfo.md)
507
516
  - [LastSixMonthsTurnoverItem](docs/LastSixMonthsTurnoverItem.md)
508
517
  - [LeastBookedTimeSlotItem](docs/LeastBookedTimeSlotItem.md)
509
518
  - [LeastBookedTimeSlotsResponse](docs/LeastBookedTimeSlotsResponse.md)
@@ -515,15 +524,30 @@ Class | Method | HTTP request | Description
515
524
  - [ManagedClubsResponse](docs/ManagedClubsResponse.md)
516
525
  - [ManagerCancelBookingRequest](docs/ManagerCancelBookingRequest.md)
517
526
  - [ManagerCancelBookingResponse](docs/ManagerCancelBookingResponse.md)
527
+ - [MarkNotificationsReadRequest](docs/MarkNotificationsReadRequest.md)
528
+ - [MarkNotificationsReadResponse](docs/MarkNotificationsReadResponse.md)
518
529
  - [MonthlyBreakdown](docs/MonthlyBreakdown.md)
519
530
  - [MonthlyTurnoverResponse](docs/MonthlyTurnoverResponse.md)
520
531
  - [MyClubInfosResponse](docs/MyClubInfosResponse.md)
521
532
  - [NoShowFeeResponse](docs/NoShowFeeResponse.md)
522
533
  - [NoShowRateResponse](docs/NoShowRateResponse.md)
534
+ - [NotificationActorType](docs/NotificationActorType.md)
535
+ - [NotificationData](docs/NotificationData.md)
536
+ - [NotificationInitiator](docs/NotificationInitiator.md)
537
+ - [NotificationParticipantPreview](docs/NotificationParticipantPreview.md)
538
+ - [NotificationPreview](docs/NotificationPreview.md)
539
+ - [NotificationResponse](docs/NotificationResponse.md)
540
+ - [NotificationResponseClub](docs/NotificationResponseClub.md)
541
+ - [NotificationSlotPreview](docs/NotificationSlotPreview.md)
542
+ - [NotificationSportPreview](docs/NotificationSportPreview.md)
543
+ - [NotificationTargetPreview](docs/NotificationTargetPreview.md)
544
+ - [NotificationType](docs/NotificationType.md)
523
545
  - [OffPeakRule](docs/OffPeakRule.md)
546
+ - [OpenBookingBasePriceResponse](docs/OpenBookingBasePriceResponse.md)
524
547
  - [OpenBookingInfo](docs/OpenBookingInfo.md)
548
+ - [OpenBookingJoinEstimateResponse](docs/OpenBookingJoinEstimateResponse.md)
525
549
  - [OpenBookingPlayerInfo](docs/OpenBookingPlayerInfo.md)
526
- - [OpenBookingSlotInfo](docs/OpenBookingSlotInfo.md)
550
+ - [OpenBookingPriceBody](docs/OpenBookingPriceBody.md)
527
551
  - [OpenBookingSportInfo](docs/OpenBookingSportInfo.md)
528
552
  - [OpenBookingsResponse](docs/OpenBookingsResponse.md)
529
553
  - [PaginationInfo](docs/PaginationInfo.md)
@@ -535,13 +559,13 @@ Class | Method | HTTP request | Description
535
559
  - [PartialRecordWeekdayKeyClubDayScheduleOrNullOrUndefined](docs/PartialRecordWeekdayKeyClubDayScheduleOrNullOrUndefined.md)
536
560
  - [PartialSchoolAccessSettings](docs/PartialSchoolAccessSettings.md)
537
561
  - [ParticipationType](docs/ParticipationType.md)
562
+ - [PartnerSearchItem](docs/PartnerSearchItem.md)
563
+ - [PartnerSearchResponse](docs/PartnerSearchResponse.md)
564
+ - [PartnerSearchResponseMeta](docs/PartnerSearchResponseMeta.md)
538
565
  - [PasswordResetRequestBody](docs/PasswordResetRequestBody.md)
539
566
  - [PaymentByPlayerInfo](docs/PaymentByPlayerInfo.md)
540
- - [PaymentIntentResult](docs/PaymentIntentResult.md)
541
567
  - [PaymentMethod](docs/PaymentMethod.md)
542
- - [PaymentProviderType](docs/PaymentProviderType.md)
543
568
  - [PaymentRequirementsSettings](docs/PaymentRequirementsSettings.md)
544
- - [PaymentStatus](docs/PaymentStatus.md)
545
569
  - [PickIUserLocationExcludeKeyofIUserLocationType](docs/PickIUserLocationExcludeKeyofIUserLocationType.md)
546
570
  - [PlanInterval](docs/PlanInterval.md)
547
571
  - [PlanPrice](docs/PlanPrice.md)
@@ -555,6 +579,7 @@ Class | Method | HTTP request | Description
555
579
  - [PlayerShare](docs/PlayerShare.md)
556
580
  - [PlayerSummary](docs/PlayerSummary.md)
557
581
  - [PlayerWithPaymentMethod](docs/PlayerWithPaymentMethod.md)
582
+ - [PricingPeriodDiscount](docs/PricingPeriodDiscount.md)
558
583
  - [ProfilePictureResponse](docs/ProfilePictureResponse.md)
559
584
  - [ProfilePictureUpdateRequestBody](docs/ProfilePictureUpdateRequestBody.md)
560
585
  - [PublicAccessSettings](docs/PublicAccessSettings.md)
@@ -564,6 +589,7 @@ Class | Method | HTTP request | Description
564
589
  - [QuickReservationClubSport](docs/QuickReservationClubSport.md)
565
590
  - [QuickReservationClubSummary](docs/QuickReservationClubSummary.md)
566
591
  - [QuickReservationClubSummaryLocation](docs/QuickReservationClubSummaryLocation.md)
592
+ - [QuickReservationCourtType](docs/QuickReservationCourtType.md)
567
593
  - [QuickReservationResponse](docs/QuickReservationResponse.md)
568
594
  - [QuickReservationSlotSummary](docs/QuickReservationSlotSummary.md)
569
595
  - [RecordWeekdayKeyClubDaySchedule](docs/RecordWeekdayKeyClubDaySchedule.md)
@@ -574,6 +600,10 @@ Class | Method | HTTP request | Description
574
600
  - [RegisterRequestBodyLocation](docs/RegisterRequestBodyLocation.md)
575
601
  - [RequestEmailCodeBody](docs/RequestEmailCodeBody.md)
576
602
  - [RequestEmailCodeResponse](docs/RequestEmailCodeResponse.md)
603
+ - [RequestOrganizationEmailCodeBody](docs/RequestOrganizationEmailCodeBody.md)
604
+ - [RequestOrganizationEmailCodeResponse](docs/RequestOrganizationEmailCodeResponse.md)
605
+ - [RequestVerificationCodeBody](docs/RequestVerificationCodeBody.md)
606
+ - [RequestVerificationCodeResponse](docs/RequestVerificationCodeResponse.md)
577
607
  - [ResetPasswordRequest](docs/ResetPasswordRequest.md)
578
608
  - [RetentionRateResponse](docs/RetentionRateResponse.md)
579
609
  - [RevenueBySportItem](docs/RevenueBySportItem.md)
@@ -601,7 +631,7 @@ Class | Method | HTTP request | Description
601
631
  - [StaffEventBookingInvoiceResponse](docs/StaffEventBookingInvoiceResponse.md)
602
632
  - [StaffEventBookingResponse](docs/StaffEventBookingResponse.md)
603
633
  - [StaffEventDetailResponse](docs/StaffEventDetailResponse.md)
604
- - [StaffEventsPaginatedResponse](docs/StaffEventsPaginatedResponse.md)
634
+ - [StaffEventsPageResponse](docs/StaffEventsPageResponse.md)
605
635
  - [StaffUserProfileResponse](docs/StaffUserProfileResponse.md)
606
636
  - [SubscribeRequestBody](docs/SubscribeRequestBody.md)
607
637
  - [SubscriberPrice](docs/SubscriberPrice.md)
@@ -611,15 +641,7 @@ Class | Method | HTTP request | Description
611
641
  - [SubscriptionPlanDiscountUpdateRequest](docs/SubscriptionPlanDiscountUpdateRequest.md)
612
642
  - [SubscriptionPlanDiscountUpdateRequestValidFrom](docs/SubscriptionPlanDiscountUpdateRequestValidFrom.md)
613
643
  - [SubscriptionPlanResponse](docs/SubscriptionPlanResponse.md)
614
- - [SumupAccountStatusResponse](docs/SumupAccountStatusResponse.md)
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)
644
+ - [SupportedLanguage](docs/SupportedLanguage.md)
623
645
  - [SurfaceType](docs/SurfaceType.md)
624
646
  - [Team](docs/Team.md)
625
647
  - [TimeBounds](docs/TimeBounds.md)
@@ -660,14 +682,24 @@ Class | Method | HTTP request | Description
660
682
  - [UserEventsResponse](docs/UserEventsResponse.md)
661
683
  - [UserInfo](docs/UserInfo.md)
662
684
  - [UserLocationSummary](docs/UserLocationSummary.md)
685
+ - [UserNextBookingSummary](docs/UserNextBookingSummary.md)
686
+ - [UserNotificationsResponse](docs/UserNotificationsResponse.md)
687
+ - [UserNotificationsResponseMeta](docs/UserNotificationsResponseMeta.md)
663
688
  - [UserProfileResponse](docs/UserProfileResponse.md)
664
689
  - [UserRolesResponse](docs/UserRolesResponse.md)
665
690
  - [UserSubscriptionsResponse](docs/UserSubscriptionsResponse.md)
666
691
  - [VerifyEmailCodeBody](docs/VerifyEmailCodeBody.md)
667
692
  - [VerifyEmailCodeResponse](docs/VerifyEmailCodeResponse.md)
668
693
  - [VerifyEmailRequest](docs/VerifyEmailRequest.md)
694
+ - [VerifyOrganizationEmailCodeBody](docs/VerifyOrganizationEmailCodeBody.md)
695
+ - [VerifyOrganizationEmailCodeResponse](docs/VerifyOrganizationEmailCodeResponse.md)
696
+ - [VerifyVerificationCodeBody](docs/VerifyVerificationCodeBody.md)
697
+ - [VerifyVerificationCodeResponse](docs/VerifyVerificationCodeResponse.md)
669
698
  - [VisibilityType](docs/VisibilityType.md)
699
+ - [WaitListEntryWithPlayer](docs/WaitListEntryWithPlayer.md)
670
700
  - [WaitListListResponse](docs/WaitListListResponse.md)
701
+ - [WaitListPlayer](docs/WaitListPlayer.md)
702
+ - [WaitListPlayersListResponse](docs/WaitListPlayersListResponse.md)
671
703
  - [WaitListPositionResponse](docs/WaitListPositionResponse.md)
672
704
  - [WaitListResponse](docs/WaitListResponse.md)
673
705
  - [WeekdayAverageItem](docs/WeekdayAverageItem.md)