@tennac-booking/sdk 1.0.226 → 1.0.227

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 (138) hide show
  1. package/.openapi-generator/FILES +30 -51
  2. package/README.md +48 -76
  3. package/api.ts +3556 -4764
  4. package/base.ts +1 -1
  5. package/common.ts +1 -1
  6. package/configuration.ts +1 -1
  7. package/dist/api.d.ts +2615 -3712
  8. package/dist/api.js +9856 -15757
  9. package/dist/base.d.ts +1 -1
  10. package/dist/base.js +11 -32
  11. package/dist/common.d.ts +1 -1
  12. package/dist/common.js +41 -133
  13. package/dist/configuration.d.ts +1 -1
  14. package/dist/configuration.js +8 -21
  15. package/dist/esm/api.d.ts +25620 -0
  16. package/dist/esm/api.js +17756 -0
  17. package/dist/esm/base.d.ts +66 -0
  18. package/dist/esm/base.js +60 -0
  19. package/dist/esm/common.d.ts +65 -0
  20. package/dist/esm/common.js +149 -0
  21. package/dist/esm/configuration.d.ts +91 -0
  22. package/dist/esm/configuration.js +40 -0
  23. package/dist/esm/index.d.ts +13 -0
  24. package/dist/esm/index.js +15 -0
  25. package/dist/index.d.ts +1 -1
  26. package/dist/index.js +1 -1
  27. package/docs/AgendaBooking.md +0 -2
  28. package/docs/BookingPopulated.md +1 -9
  29. package/docs/BookingSummary.md +4 -4
  30. package/docs/BookingsApi.md +80 -29
  31. package/docs/BookingsStaffApi.md +57 -1
  32. package/docs/BookingsUserApi.md +6 -58
  33. package/docs/CheckInPlayerSumupRequest.md +22 -0
  34. package/docs/{CloseOpenBookingResponse.md → CheckInPlayerSumupResponse.md} +7 -5
  35. package/docs/CheckInSumupPaymentInfo.md +26 -0
  36. package/docs/ClubPageResponse.md +0 -16
  37. package/docs/ClubPricingPeriodResponse.md +6 -6
  38. package/docs/ClubReservationSettingsResponse.md +2 -2
  39. package/docs/ClubResponse.md +2 -12
  40. package/docs/ClubSummary.md +0 -6
  41. package/docs/CreateBookingRequest.md +2 -0
  42. package/docs/CreateOpenBookingRequest.md +4 -6
  43. package/docs/CreateSubscriptionPlanRequestDiscount.md +0 -4
  44. package/docs/EventBookingDetailSummary.md +0 -2
  45. package/docs/EventBookingResponse.md +0 -2
  46. package/docs/EventResponse.md +0 -2
  47. package/docs/EventsApi.md +0 -113
  48. package/docs/EventsStaffApi.md +25 -119
  49. package/docs/GetClubsWithVerificationDomains200ResponseInner.md +0 -2
  50. package/docs/GetOpenBookingPrice200Response.md +24 -0
  51. package/docs/GetOpenBookingPriceRequest.md +26 -0
  52. package/docs/IUserAttributes.md +0 -4
  53. package/docs/JoinPriceEstimateResponse.md +38 -0
  54. package/docs/JoinPriceEstimateResponseSubscriptionInfo.md +25 -0
  55. package/docs/MyClubInfosResponse.md +2 -0
  56. package/docs/OpenBookingInfo.md +5 -7
  57. package/docs/OpenBookingSlotInfo.md +24 -0
  58. package/docs/PaymentIntentResult.md +28 -0
  59. package/docs/{SupportedLanguage.md → PaymentProviderType.md} +3 -3
  60. package/docs/{NotificationActorType.md → PaymentStatus.md} +6 -4
  61. package/docs/PaymentsStaffApi.md +124 -0
  62. package/docs/PlayerPrice.md +1 -3
  63. package/docs/PublicEmailApi.md +4 -4
  64. package/docs/QuickReservationClubSummary.md +0 -12
  65. package/docs/SportResponse.md +0 -2
  66. package/docs/StaffEventBookingResponse.md +0 -2
  67. package/docs/StaffEventsPaginatedResponse.md +26 -0
  68. package/docs/StaffUserProfileResponse.md +0 -4
  69. package/docs/SubscriptionPlanDiscountResponse.md +0 -2
  70. package/docs/SubscriptionPlanDiscountUpdateRequest.md +0 -2
  71. package/docs/SumUpApi.md +63 -0
  72. package/docs/SumUpManagerApi.md +617 -0
  73. package/docs/SumupAccountStatusResponse.md +32 -0
  74. package/docs/{VerifyVerificationCodeResponse.md → SumupCancelPaymentRequest.md} +5 -5
  75. package/docs/{RequestVerificationCodeResponse.md → SumupConnectUrlResponse.md} +5 -5
  76. package/docs/SumupCreatePaymentRequest.md +32 -0
  77. package/docs/SumupOAuthCallbackResponse.md +24 -0
  78. package/docs/SumupPairReaderRequest.md +24 -0
  79. package/docs/{Health200Response.md → SumupPairReaderResponse.md} +5 -7
  80. package/docs/SumupReaderInfo.md +42 -0
  81. package/docs/{NotificationTargetPreview.md → SumupReaderInfoDevice.md} +7 -7
  82. package/docs/{MarkNotificationsReadResponse.md → SumupReaderResponse.md} +5 -5
  83. package/docs/SumupReaderStatusInfo.md +32 -0
  84. package/docs/SumupReaderStatusResponse.md +20 -0
  85. package/docs/SumupReadersResponse.md +20 -0
  86. package/docs/{NotificationResponseClub.md → SumupUpdateReaderRequest.md} +5 -7
  87. package/docs/UpdateClubHoursSettingsRequest.md +1 -1
  88. package/docs/UpdateClubReservationSettingsRequest.md +2 -2
  89. package/docs/UserClubMembership.md +0 -2
  90. package/docs/UserProfileResponse.md +0 -12
  91. package/docs/UsersApi.md +0 -273
  92. package/docs/WaitListStaffApi.md +0 -55
  93. package/index.ts +1 -1
  94. package/package.json +4 -2
  95. package/tsconfig.esm.json +7 -0
  96. package/tsconfig.json +2 -5
  97. package/docs/AuthApi.md +0 -113
  98. package/docs/ClubPageResponseClubCustomerStatus.md +0 -27
  99. package/docs/ClubPageResponseSportsIdsLookup.md +0 -23
  100. package/docs/ClubPricingPeriodPayload.md +0 -32
  101. package/docs/ComingEventsPageResponse.md +0 -22
  102. package/docs/CourtEnvironment.md +0 -10
  103. package/docs/EstimateOpenBookingJoinRequest.md +0 -24
  104. package/docs/GetOpenEventBookingsBySport200Response.md +0 -20
  105. package/docs/GetOpenEventBookingsBySport200ResponseEventBookingsInner.md +0 -46
  106. package/docs/JobResult.md +0 -24
  107. package/docs/JobsApi.md +0 -367
  108. package/docs/JoinOpenBookingRequest.md +0 -28
  109. package/docs/MarkNotificationsReadRequest.md +0 -22
  110. package/docs/NotificationData.md +0 -22
  111. package/docs/NotificationInitiator.md +0 -28
  112. package/docs/NotificationParticipantPreview.md +0 -24
  113. package/docs/NotificationPreview.md +0 -78
  114. package/docs/NotificationResponse.md +0 -46
  115. package/docs/NotificationSlotPreview.md +0 -24
  116. package/docs/NotificationSportPreview.md +0 -24
  117. package/docs/NotificationType.md +0 -26
  118. package/docs/OpenBookingBasePriceResponse.md +0 -24
  119. package/docs/OpenBookingJoinEstimateResponse.md +0 -26
  120. package/docs/OpenBookingPriceBody.md +0 -26
  121. package/docs/PartnerSearchItem.md +0 -28
  122. package/docs/PartnerSearchResponse.md +0 -22
  123. package/docs/PartnerSearchResponseMeta.md +0 -26
  124. package/docs/PricingPeriodDiscount.md +0 -24
  125. package/docs/QuickReservationCourtType.md +0 -10
  126. package/docs/RequestOrganizationEmailCodeBody.md +0 -22
  127. package/docs/RequestOrganizationEmailCodeResponse.md +0 -22
  128. package/docs/RequestVerificationCodeBody.md +0 -26
  129. package/docs/StaffEventsPageResponse.md +0 -22
  130. package/docs/UserNextBookingSummary.md +0 -26
  131. package/docs/UserNotificationsResponse.md +0 -22
  132. package/docs/UserNotificationsResponseMeta.md +0 -28
  133. package/docs/VerifyOrganizationEmailCodeBody.md +0 -24
  134. package/docs/VerifyOrganizationEmailCodeResponse.md +0 -22
  135. package/docs/VerifyVerificationCodeBody.md +0 -24
  136. package/docs/WaitListEntryWithPlayer.md +0 -44
  137. package/docs/WaitListPlayer.md +0 -28
  138. package/docs/WaitListPlayersListResponse.md +0 -22
@@ -13,7 +13,6 @@ docs/AgendaBooking.md
13
13
  docs/AgendaBookingPlayer.md
14
14
  docs/AgendaBookingSlot.md
15
15
  docs/AppRegisterRequestBody.md
16
- docs/AuthApi.md
17
16
  docs/BookingAnalyticsResponse.md
18
17
  docs/BookingClubInfo.md
19
18
  docs/BookingCourtInfo.md
@@ -53,6 +52,9 @@ docs/CheckInEventParticipants200ResponseInvoicesInner.md
53
52
  docs/CheckInEventParticipantsRequest.md
54
53
  docs/CheckInPlayerRequest.md
55
54
  docs/CheckInPlayerResponse.md
55
+ docs/CheckInPlayerSumupRequest.md
56
+ docs/CheckInPlayerSumupResponse.md
57
+ docs/CheckInSumupPaymentInfo.md
56
58
  docs/CheckTeamNameAvailability200Response.md
57
59
  docs/CheckedInPlayer.md
58
60
  docs/ClientApi.md
@@ -64,7 +66,6 @@ docs/ClientRegisterRequest.md
64
66
  docs/ClientSubscription.md
65
67
  docs/ClientSubscriptionItem.md
66
68
  docs/ClientSubscriptionsResponse.md
67
- docs/CloseOpenBookingResponse.md
68
69
  docs/ClubAccessSettingsResponse.md
69
70
  docs/ClubAnalyticsApi.md
70
71
  docs/ClubAnalyticsStaffApi.md
@@ -83,8 +84,6 @@ docs/ClubMetadataResponseLocation.md
83
84
  docs/ClubNewBookingsResponse.md
84
85
  docs/ClubNewSubscribersResponse.md
85
86
  docs/ClubPageResponse.md
86
- docs/ClubPageResponseClubCustomerStatus.md
87
- docs/ClubPageResponseSportsIdsLookup.md
88
87
  docs/ClubPlayerBookingItem.md
89
88
  docs/ClubPlayerBookingsPagination.md
90
89
  docs/ClubPlayerBookingsResponse.md
@@ -103,7 +102,6 @@ docs/ClubPlayerSubscriptionSummary.md
103
102
  docs/ClubPlayersPaginatedResponse.md
104
103
  docs/ClubPresentation.md
105
104
  docs/ClubPresentationSettingsResponse.md
106
- docs/ClubPricingPeriodPayload.md
107
105
  docs/ClubPricingPeriodResponse.md
108
106
  docs/ClubReservationSettingsResponse.md
109
107
  docs/ClubResponse.md
@@ -123,14 +121,12 @@ docs/ClubUserCountResponse.md
123
121
  docs/ClubsApi.md
124
122
  docs/ClubsManagerApi.md
125
123
  docs/ClubsStaffApi.md
126
- docs/ComingEventsPageResponse.md
127
124
  docs/CompleteRegisterRequestBody.md
128
125
  docs/CompleteRegisterRequestBodyLevelBySportsInner.md
129
126
  docs/ContactApi.md
130
127
  docs/ContactRequestBody.md
131
128
  docs/ContactSuccessResponse.md
132
129
  docs/CourtBookingShareItem.md
133
- docs/CourtEnvironment.md
134
130
  docs/CourtInfo.md
135
131
  docs/CourtResponse.md
136
132
  docs/CourtStatus.md
@@ -167,7 +163,6 @@ docs/EmailExistsResponse.md
167
163
  docs/EstimateEventPrice200Response.md
168
164
  docs/EstimateEventPriceRequest.md
169
165
  docs/EstimateEventPriceRequestSharesInner.md
170
- docs/EstimateOpenBookingJoinRequest.md
171
166
  docs/EstimateOpenEventBookingJoinPrice200Response.md
172
167
  docs/EstimateOpenEventBookingJoinPrice200ResponseSubscriptionInfo.md
173
168
  docs/EventBookingDetailSummary.md
@@ -207,16 +202,15 @@ docs/GetCourtsByClubAndSportById200ResponseCourtsInner.md
207
202
  docs/GetGuestBookingPrice200Response.md
208
203
  docs/GetGuestBookingPriceRequest.md
209
204
  docs/GetInfillPercentagePerPeriod200Response.md
205
+ docs/GetOpenBookingPrice200Response.md
206
+ docs/GetOpenBookingPriceRequest.md
210
207
  docs/GetOpenEventBookingJoinPrice200Response.md
211
208
  docs/GetOpenEventBookings200Response.md
212
- docs/GetOpenEventBookingsBySport200Response.md
213
- docs/GetOpenEventBookingsBySport200ResponseEventBookingsInner.md
214
209
  docs/GetPublishedActualities200Response.md
215
210
  docs/GetSlotsByClubById200Response.md
216
211
  docs/GoogleAuthRequestBody.md
217
212
  docs/GoogleAuthResponse.md
218
213
  docs/GoogleAuthResponseUser.md
219
- docs/Health200Response.md
220
214
  docs/HotelAccessSettings.md
221
215
  docs/ICharacteristic.md
222
216
  docs/ICourtData.md
@@ -235,17 +229,16 @@ docs/InvoiceInfo.md
235
229
  docs/InvoiceStatus.md
236
230
  docs/InvoiceStatusSETUPPENDING.md
237
231
  docs/InvoiceStatusSETUPSUCCESS.md
238
- docs/JobResult.md
239
- docs/JobsApi.md
240
232
  docs/JoinEventRequest.md
241
233
  docs/JoinEventRequestPlayersPaymentMethodsInner.md
242
234
  docs/JoinEventResponse.md
243
235
  docs/JoinEventResponseOnsitePaymentsInner.md
244
236
  docs/JoinEventWaitList200Response.md
245
- docs/JoinOpenBookingRequest.md
246
237
  docs/JoinOpenBookingResponse.md
247
238
  docs/JoinOpenEventBookingRequest.md
248
239
  docs/JoinOpenEventResponse.md
240
+ docs/JoinPriceEstimateResponse.md
241
+ docs/JoinPriceEstimateResponseSubscriptionInfo.md
249
242
  docs/LastSixMonthsTurnoverItem.md
250
243
  docs/LeastBookedTimeSlotItem.md
251
244
  docs/LeastBookedTimeSlotsResponse.md
@@ -257,30 +250,15 @@ docs/LoginResponse.md
257
250
  docs/ManagedClubsResponse.md
258
251
  docs/ManagerCancelBookingRequest.md
259
252
  docs/ManagerCancelBookingResponse.md
260
- docs/MarkNotificationsReadRequest.md
261
- docs/MarkNotificationsReadResponse.md
262
253
  docs/MonthlyBreakdown.md
263
254
  docs/MonthlyTurnoverResponse.md
264
255
  docs/MyClubInfosResponse.md
265
256
  docs/NoShowFeeResponse.md
266
257
  docs/NoShowRateResponse.md
267
- docs/NotificationActorType.md
268
- docs/NotificationData.md
269
- docs/NotificationInitiator.md
270
- docs/NotificationParticipantPreview.md
271
- docs/NotificationPreview.md
272
- docs/NotificationResponse.md
273
- docs/NotificationResponseClub.md
274
- docs/NotificationSlotPreview.md
275
- docs/NotificationSportPreview.md
276
- docs/NotificationTargetPreview.md
277
- docs/NotificationType.md
278
258
  docs/OffPeakRule.md
279
- docs/OpenBookingBasePriceResponse.md
280
259
  docs/OpenBookingInfo.md
281
- docs/OpenBookingJoinEstimateResponse.md
282
260
  docs/OpenBookingPlayerInfo.md
283
- docs/OpenBookingPriceBody.md
261
+ docs/OpenBookingSlotInfo.md
284
262
  docs/OpenBookingSportInfo.md
285
263
  docs/OpenBookingsResponse.md
286
264
  docs/PaginationInfo.md
@@ -292,13 +270,14 @@ docs/PartialPublicAccessSettings.md
292
270
  docs/PartialRecordWeekdayKeyClubDayScheduleOrNullOrUndefined.md
293
271
  docs/PartialSchoolAccessSettings.md
294
272
  docs/ParticipationType.md
295
- docs/PartnerSearchItem.md
296
- docs/PartnerSearchResponse.md
297
- docs/PartnerSearchResponseMeta.md
298
273
  docs/PasswordResetRequestBody.md
299
274
  docs/PaymentByPlayerInfo.md
275
+ docs/PaymentIntentResult.md
300
276
  docs/PaymentMethod.md
277
+ docs/PaymentProviderType.md
301
278
  docs/PaymentRequirementsSettings.md
279
+ docs/PaymentStatus.md
280
+ docs/PaymentsStaffApi.md
302
281
  docs/PickIUserLocationExcludeKeyofIUserLocationType.md
303
282
  docs/PlanInterval.md
304
283
  docs/PlanPrice.md
@@ -312,7 +291,6 @@ docs/PlayerPrice.md
312
291
  docs/PlayerShare.md
313
292
  docs/PlayerSummary.md
314
293
  docs/PlayerWithPaymentMethod.md
315
- docs/PricingPeriodDiscount.md
316
294
  docs/ProfilePictureResponse.md
317
295
  docs/ProfilePictureUpdateRequestBody.md
318
296
  docs/PublicAccessSettings.md
@@ -323,7 +301,6 @@ docs/PublishEventResponse.md
323
301
  docs/QuickReservationClubSport.md
324
302
  docs/QuickReservationClubSummary.md
325
303
  docs/QuickReservationClubSummaryLocation.md
326
- docs/QuickReservationCourtType.md
327
304
  docs/QuickReservationResponse.md
328
305
  docs/QuickReservationSlotSummary.md
329
306
  docs/RecordWeekdayKeyClubDaySchedule.md
@@ -334,10 +311,6 @@ docs/RegisterRequestBody.md
334
311
  docs/RegisterRequestBodyLocation.md
335
312
  docs/RequestEmailCodeBody.md
336
313
  docs/RequestEmailCodeResponse.md
337
- docs/RequestOrganizationEmailCodeBody.md
338
- docs/RequestOrganizationEmailCodeResponse.md
339
- docs/RequestVerificationCodeBody.md
340
- docs/RequestVerificationCodeResponse.md
341
314
  docs/ResetPasswordRequest.md
342
315
  docs/RetentionRateResponse.md
343
316
  docs/RevenueBySportItem.md
@@ -367,7 +340,7 @@ docs/StaffCreateBookingRequest.md
367
340
  docs/StaffEventBookingInvoiceResponse.md
368
341
  docs/StaffEventBookingResponse.md
369
342
  docs/StaffEventDetailResponse.md
370
- docs/StaffEventsPageResponse.md
343
+ docs/StaffEventsPaginatedResponse.md
371
344
  docs/StaffUserProfileResponse.md
372
345
  docs/SubscribeRequestBody.md
373
346
  docs/SubscriberPrice.md
@@ -381,7 +354,22 @@ docs/SubscriptionsManagerApi.md
381
354
  docs/SubscriptionsPublicApi.md
382
355
  docs/SubscriptionsStaffApi.md
383
356
  docs/SubscriptionsUserApi.md
384
- docs/SupportedLanguage.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/SumupReaderInfoDevice.md
368
+ docs/SumupReaderResponse.md
369
+ docs/SumupReaderStatusInfo.md
370
+ docs/SumupReaderStatusResponse.md
371
+ docs/SumupReadersResponse.md
372
+ docs/SumupUpdateReaderRequest.md
385
373
  docs/SurfaceType.md
386
374
  docs/Team.md
387
375
  docs/TimeBounds.md
@@ -423,9 +411,6 @@ docs/UserEventSummary.md
423
411
  docs/UserEventsResponse.md
424
412
  docs/UserInfo.md
425
413
  docs/UserLocationSummary.md
426
- docs/UserNextBookingSummary.md
427
- docs/UserNotificationsResponse.md
428
- docs/UserNotificationsResponseMeta.md
429
414
  docs/UserProfileResponse.md
430
415
  docs/UserRolesResponse.md
431
416
  docs/UserSubscriptionsResponse.md
@@ -433,16 +418,9 @@ docs/UsersApi.md
433
418
  docs/VerifyEmailCodeBody.md
434
419
  docs/VerifyEmailCodeResponse.md
435
420
  docs/VerifyEmailRequest.md
436
- docs/VerifyOrganizationEmailCodeBody.md
437
- docs/VerifyOrganizationEmailCodeResponse.md
438
- docs/VerifyVerificationCodeBody.md
439
- docs/VerifyVerificationCodeResponse.md
440
421
  docs/VisibilityType.md
441
422
  docs/WaitListApi.md
442
- docs/WaitListEntryWithPlayer.md
443
423
  docs/WaitListListResponse.md
444
- docs/WaitListPlayer.md
445
- docs/WaitListPlayersListResponse.md
446
424
  docs/WaitListPositionResponse.md
447
425
  docs/WaitListResponse.md
448
426
  docs/WaitListStaffApi.md
@@ -452,4 +430,5 @@ docs/YearlyTurnoverResponse.md
452
430
  git_push.sh
453
431
  index.ts
454
432
  package.json
433
+ tsconfig.esm.json
455
434
  tsconfig.json
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @tennac-booking/sdk@1.0.223
1
+ ## @tennac-booking/sdk@1.0.177
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.223 --save
39
+ npm install @tennac-booking/sdk@1.0.177 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
@@ -51,14 +51,13 @@ 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 |
56
54
  *BookingsApi* | [**createGuestBooking**](docs/BookingsApi.md#createguestbooking) | **POST** /api/bookings/guest |
57
- *BookingsApi* | [**estimateOpenBookingJoin**](docs/BookingsApi.md#estimateopenbookingjoin) | **POST** /api/bookings/{bookingId}/open/estimate-join |
55
+ *BookingsApi* | [**estimateOpenBookingJoinPrice**](docs/BookingsApi.md#estimateopenbookingjoinprice) | **GET** /api/bookings/{bookingId}/open/estimate |
58
56
  *BookingsApi* | [**getBookingHistory**](docs/BookingsApi.md#getbookinghistory) | **GET** /api/bookings/history/{bookingId} |
59
57
  *BookingsApi* | [**getBookingPrice**](docs/BookingsApi.md#getbookingprice) | **POST** /api/bookings/booking-price |
60
58
  *BookingsApi* | [**getGuestBookingPrice**](docs/BookingsApi.md#getguestbookingprice) | **POST** /api/bookings/guest/booking-price |
61
- *BookingsApi* | [**getOpenBookingBasePrice**](docs/BookingsApi.md#getopenbookingbaseprice) | **GET** /api/bookings/{bookingId}/open/base-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 |
62
61
  *BookingsApi* | [**getOpenBookings**](docs/BookingsApi.md#getopenbookings) | **GET** /api/bookings/open |
63
62
  *BookingsApi* | [**getQuickReservationSlots**](docs/BookingsApi.md#getquickreservationslots) | **GET** /api/bookings/quick-reservations |
64
63
  *BookingsApi* | [**joinOpenBooking**](docs/BookingsApi.md#joinopenbooking) | **POST** /api/bookings/{bookingId}/open/join |
@@ -66,6 +65,7 @@ Class | Method | HTTP request | Description
66
65
  *BookingsManagerApi* | [**applyNoShowFee**](docs/BookingsManagerApi.md#applynoshowfee) | **POST** /api/bookings/{bookingId}/no-show |
67
66
  *BookingsManagerApi* | [**managerCancelBooking**](docs/BookingsManagerApi.md#managercancelbooking) | **POST** /api/bookings/{bookingId}/manager-cancel |
68
67
  *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,7 +74,6 @@ 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 |
78
77
  *BookingsUserApi* | [**createBooking**](docs/BookingsUserApi.md#createbooking) | **POST** /api/bookings |
79
78
  *BookingsUserApi* | [**createOpenBooking**](docs/BookingsUserApi.md#createopenbooking) | **POST** /api/bookings/open |
80
79
  *BookingsUserApi* | [**getOpenBookingPrice**](docs/BookingsUserApi.md#getopenbookingprice) | **POST** /api/bookings/open/booking-price |
@@ -182,11 +181,9 @@ Class | Method | HTTP request | Description
182
181
  *EventsApi* | [**checkTeamNameAvailability**](docs/EventsApi.md#checkteamnameavailability) | **GET** /api/events/{eventId}/team-name-availability |
183
182
  *EventsApi* | [**estimateEventPrice**](docs/EventsApi.md#estimateeventprice) | **POST** /api/events/{eventId}/estimate-price |
184
183
  *EventsApi* | [**estimateOpenEventBookingJoinPrice**](docs/EventsApi.md#estimateopeneventbookingjoinprice) | **GET** /api/events/{eventBookingId}/open/estimate |
185
- *EventsApi* | [**getComingEvent**](docs/EventsApi.md#getcomingevent) | **GET** /api/events/coming |
186
184
  *EventsApi* | [**getEventById**](docs/EventsApi.md#geteventbyid) | **GET** /api/events/{eventId} |
187
185
  *EventsApi* | [**getOpenEventBookingJoinPrice**](docs/EventsApi.md#getopeneventbookingjoinprice) | **GET** /api/events/{eventBookingId}/open/join-price |
188
186
  *EventsApi* | [**getOpenEventBookings**](docs/EventsApi.md#getopeneventbookings) | **GET** /api/events/open |
189
- *EventsApi* | [**getOpenEventBookingsBySport**](docs/EventsApi.md#getopeneventbookingsbysport) | **GET** /api/events/open/by-sport |
190
187
  *EventsApi* | [**getPublishedEventsByClubId**](docs/EventsApi.md#getpublishedeventsbyclubid) | **GET** /api/events |
191
188
  *EventsApi* | [**joinEvent**](docs/EventsApi.md#joinevent) | **POST** /api/events/{eventId}/join |
192
189
  *EventsApi* | [**joinOpenEventBooking**](docs/EventsApi.md#joinopeneventbooking) | **POST** /api/events/{eventBookingId}/open/join |
@@ -203,23 +200,15 @@ Class | Method | HTTP request | Description
203
200
  *EventsManagerApi* | [**updateRecurringDefinition**](docs/EventsManagerApi.md#updaterecurringdefinition) | **PUT** /api/events/manager/recurring/{definitionId} |
204
201
  *EventsStaffApi* | [**checkInEventParticipants**](docs/EventsStaffApi.md#checkineventparticipants) | **POST** /api/events/{eventBookingId}/check-in |
205
202
  *EventsStaffApi* | [**getDailyEvents**](docs/EventsStaffApi.md#getdailyevents) | **GET** /api/events/calendar/daily |
206
- *EventsStaffApi* | [**getDraftEventsByClub**](docs/EventsStaffApi.md#getdrafteventsbyclub) | **GET** /api/events/staff/getEvents/drafts |
207
203
  *EventsStaffApi* | [**getEventByIdForStaff**](docs/EventsStaffApi.md#geteventbyidforstaff) | **GET** /api/events/staff/{eventId} |
204
+ *EventsStaffApi* | [**getEventsByClub**](docs/EventsStaffApi.md#geteventsbyclub) | **GET** /api/events/staff/getEvents |
208
205
  *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 |
211
206
  *EventsStaffApi* | [**getWeeklyEvents**](docs/EventsStaffApi.md#getweeklyevents) | **GET** /api/events/calendar/weekly |
212
207
  *ImagesApi* | [**cleanupImages**](docs/ImagesApi.md#cleanupimages) | **POST** /api/images/cleanup |
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
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 |
221
210
  *PublicEmailApi* | [**authEmailExists**](docs/PublicEmailApi.md#authemailexists) | **POST** /api/public-email/auth-email-exists |
222
- *PublicEmailApi* | [**requestPublicEmailVerificationCode**](docs/PublicEmailApi.md#requestpublicemailverificationcode) | **POST** /api/public-email/request-verification-code |
211
+ *PublicEmailApi* | [**requestVerificationCode**](docs/PublicEmailApi.md#requestverificationcode) | **POST** /api/public-email/request-verification-code |
223
212
  *PublicEmailApi* | [**verifyCode**](docs/PublicEmailApi.md#verifycode) | **POST** /api/public-email/verify-code |
224
213
  *SportsManagerApi* | [**createSport**](docs/SportsManagerApi.md#createsport) | **POST** /api/sports |
225
214
  *SportsManagerApi* | [**deleteSport**](docs/SportsManagerApi.md#deletesport) | **DELETE** /api/sports/{id} |
@@ -236,6 +225,18 @@ Class | Method | HTTP request | Description
236
225
  *SubscriptionsUserApi* | [**mySubscriptions**](docs/SubscriptionsUserApi.md#mysubscriptions) | **GET** /api/subscriptions/me |
237
226
  *SubscriptionsUserApi* | [**resume**](docs/SubscriptionsUserApi.md#resume) | **POST** /api/subscriptions/{clubId}/{subscriptionId}/resume |
238
227
  *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} |
239
240
  *UserApi* | [**getMyClubInfos**](docs/UserApi.md#getmyclubinfos) | **GET** /api/users/me/club-infos |
240
241
  *UsersApi* | [**addFavoriteClub**](docs/UsersApi.md#addfavoriteclub) | **POST** /api/users/me/favorite-clubs |
241
242
  *UsersApi* | [**addFavoritePlayer**](docs/UsersApi.md#addfavoriteplayer) | **POST** /api/users/me/favoritesPlayers |
@@ -257,13 +258,11 @@ Class | Method | HTTP request | Description
257
258
  *UsersApi* | [**getPlayerCategories**](docs/UsersApi.md#getplayercategories) | **GET** /api/users/players/categories |
258
259
  *UsersApi* | [**getUserBookings**](docs/UsersApi.md#getuserbookings) | **GET** /api/users/me/bookings |
259
260
  *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 |
267
266
  *UsersApi* | [**refreshToken**](docs/UsersApi.md#refreshtoken) | **POST** /api/users/refresh-token |
268
267
  *UsersApi* | [**register**](docs/UsersApi.md#register) | **POST** /api/users |
269
268
  *UsersApi* | [**registerFromApp**](docs/UsersApi.md#registerfromapp) | **POST** /api/users/register-app |
@@ -271,10 +270,8 @@ Class | Method | HTTP request | Description
271
270
  *UsersApi* | [**removeFavoritePlayer**](docs/UsersApi.md#removefavoriteplayer) | **DELETE** /api/users/me/favoritesPlayers/{favoritePlayerId} |
272
271
  *UsersApi* | [**removeOrganization**](docs/UsersApi.md#removeorganization) | **POST** /api/users/me/remove-organization |
273
272
  *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 |
275
273
  *UsersApi* | [**requestPasswordReset**](docs/UsersApi.md#requestpasswordreset) | **POST** /api/users/request-password-reset |
276
274
  *UsersApi* | [**resetPassword**](docs/UsersApi.md#resetpassword) | **POST** /api/users/reset-password |
277
- *UsersApi* | [**searchPartner**](docs/UsersApi.md#searchpartner) | **GET** /api/users/searchPartner |
278
275
  *UsersApi* | [**signInOrSignUpWithGoogle**](docs/UsersApi.md#signinorsignupwithgoogle) | **POST** /api/users/googleSignin |
279
276
  *UsersApi* | [**updateCustomer**](docs/UsersApi.md#updatecustomer) | **PUT** /api/users/me/customer |
280
277
  *UsersApi* | [**updateLevelBySports**](docs/UsersApi.md#updatelevelbysports) | **PUT** /api/users/me/level-by-sports |
@@ -282,7 +279,6 @@ Class | Method | HTTP request | Description
282
279
  *UsersApi* | [**updateProfilePicture**](docs/UsersApi.md#updateprofilepicture) | **PUT** /api/users/me/profile-picture |
283
280
  *UsersApi* | [**verifyEmail**](docs/UsersApi.md#verifyemail) | **POST** /api/users/verify-email |
284
281
  *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 |
286
282
  *WaitListApi* | [**getBookingPosition**](docs/WaitListApi.md#getbookingposition) | **GET** /api/waitlist/booking/{bookingId}/position |
287
283
  *WaitListApi* | [**getEventBookingPosition**](docs/WaitListApi.md#geteventbookingposition) | **GET** /api/waitlist/event-booking/{eventBookingId}/position |
288
284
  *WaitListApi* | [**getEventPosition**](docs/WaitListApi.md#geteventposition) | **GET** /api/waitlist/event/{eventId}/position |
@@ -295,7 +291,6 @@ Class | Method | HTTP request | Description
295
291
  *WaitListStaffApi* | [**getBookingWaitList**](docs/WaitListStaffApi.md#getbookingwaitlist) | **GET** /api/waitlist/booking/{bookingId}/list |
296
292
  *WaitListStaffApi* | [**getEventBookingWaitList**](docs/WaitListStaffApi.md#geteventbookingwaitlist) | **GET** /api/waitlist/event-booking/{eventBookingId}/list |
297
293
  *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 |
299
294
  *WaitListStaffApi* | [**processBookingWaitList**](docs/WaitListStaffApi.md#processbookingwaitlist) | **POST** /api/waitlist/booking/{bookingId}/process |
300
295
  *WaitListStaffApi* | [**processEventBookingWaitList**](docs/WaitListStaffApi.md#processeventbookingwaitlist) | **POST** /api/waitlist/event-booking/{eventBookingId}/process |
301
296
  *WaitListStaffApi* | [**processEventWaitList**](docs/WaitListStaffApi.md#processeventwaitlist) | **POST** /api/waitlist/event/{eventId}/process |
@@ -345,6 +340,9 @@ Class | Method | HTTP request | Description
345
340
  - [CheckInEventParticipantsRequest](docs/CheckInEventParticipantsRequest.md)
346
341
  - [CheckInPlayerRequest](docs/CheckInPlayerRequest.md)
347
342
  - [CheckInPlayerResponse](docs/CheckInPlayerResponse.md)
343
+ - [CheckInPlayerSumupRequest](docs/CheckInPlayerSumupRequest.md)
344
+ - [CheckInPlayerSumupResponse](docs/CheckInPlayerSumupResponse.md)
345
+ - [CheckInSumupPaymentInfo](docs/CheckInSumupPaymentInfo.md)
348
346
  - [CheckTeamNameAvailability200Response](docs/CheckTeamNameAvailability200Response.md)
349
347
  - [CheckedInPlayer](docs/CheckedInPlayer.md)
350
348
  - [ClientFullOnboardingResponse](docs/ClientFullOnboardingResponse.md)
@@ -355,7 +353,6 @@ Class | Method | HTTP request | Description
355
353
  - [ClientSubscription](docs/ClientSubscription.md)
356
354
  - [ClientSubscriptionItem](docs/ClientSubscriptionItem.md)
357
355
  - [ClientSubscriptionsResponse](docs/ClientSubscriptionsResponse.md)
358
- - [CloseOpenBookingResponse](docs/CloseOpenBookingResponse.md)
359
356
  - [ClubAccessSettingsResponse](docs/ClubAccessSettingsResponse.md)
360
357
  - [ClubCustomerSettingsResponse](docs/ClubCustomerSettingsResponse.md)
361
358
  - [ClubDayInterval](docs/ClubDayInterval.md)
@@ -370,8 +367,6 @@ Class | Method | HTTP request | Description
370
367
  - [ClubNewBookingsResponse](docs/ClubNewBookingsResponse.md)
371
368
  - [ClubNewSubscribersResponse](docs/ClubNewSubscribersResponse.md)
372
369
  - [ClubPageResponse](docs/ClubPageResponse.md)
373
- - [ClubPageResponseClubCustomerStatus](docs/ClubPageResponseClubCustomerStatus.md)
374
- - [ClubPageResponseSportsIdsLookup](docs/ClubPageResponseSportsIdsLookup.md)
375
370
  - [ClubPlayerBookingItem](docs/ClubPlayerBookingItem.md)
376
371
  - [ClubPlayerBookingsPagination](docs/ClubPlayerBookingsPagination.md)
377
372
  - [ClubPlayerBookingsResponse](docs/ClubPlayerBookingsResponse.md)
@@ -390,7 +385,6 @@ Class | Method | HTTP request | Description
390
385
  - [ClubPlayersPaginatedResponse](docs/ClubPlayersPaginatedResponse.md)
391
386
  - [ClubPresentation](docs/ClubPresentation.md)
392
387
  - [ClubPresentationSettingsResponse](docs/ClubPresentationSettingsResponse.md)
393
- - [ClubPricingPeriodPayload](docs/ClubPricingPeriodPayload.md)
394
388
  - [ClubPricingPeriodResponse](docs/ClubPricingPeriodResponse.md)
395
389
  - [ClubReservationSettingsResponse](docs/ClubReservationSettingsResponse.md)
396
390
  - [ClubResponse](docs/ClubResponse.md)
@@ -403,13 +397,11 @@ Class | Method | HTTP request | Description
403
397
  - [ClubSubscriptions](docs/ClubSubscriptions.md)
404
398
  - [ClubSummary](docs/ClubSummary.md)
405
399
  - [ClubUserCountResponse](docs/ClubUserCountResponse.md)
406
- - [ComingEventsPageResponse](docs/ComingEventsPageResponse.md)
407
400
  - [CompleteRegisterRequestBody](docs/CompleteRegisterRequestBody.md)
408
401
  - [CompleteRegisterRequestBodyLevelBySportsInner](docs/CompleteRegisterRequestBodyLevelBySportsInner.md)
409
402
  - [ContactRequestBody](docs/ContactRequestBody.md)
410
403
  - [ContactSuccessResponse](docs/ContactSuccessResponse.md)
411
404
  - [CourtBookingShareItem](docs/CourtBookingShareItem.md)
412
- - [CourtEnvironment](docs/CourtEnvironment.md)
413
405
  - [CourtInfo](docs/CourtInfo.md)
414
406
  - [CourtResponse](docs/CourtResponse.md)
415
407
  - [CourtStatus](docs/CourtStatus.md)
@@ -445,7 +437,6 @@ Class | Method | HTTP request | Description
445
437
  - [EstimateEventPrice200Response](docs/EstimateEventPrice200Response.md)
446
438
  - [EstimateEventPriceRequest](docs/EstimateEventPriceRequest.md)
447
439
  - [EstimateEventPriceRequestSharesInner](docs/EstimateEventPriceRequestSharesInner.md)
448
- - [EstimateOpenBookingJoinRequest](docs/EstimateOpenBookingJoinRequest.md)
449
440
  - [EstimateOpenEventBookingJoinPrice200Response](docs/EstimateOpenEventBookingJoinPrice200Response.md)
450
441
  - [EstimateOpenEventBookingJoinPrice200ResponseSubscriptionInfo](docs/EstimateOpenEventBookingJoinPrice200ResponseSubscriptionInfo.md)
451
442
  - [EventBookingDetailSummary](docs/EventBookingDetailSummary.md)
@@ -482,16 +473,15 @@ Class | Method | HTTP request | Description
482
473
  - [GetGuestBookingPrice200Response](docs/GetGuestBookingPrice200Response.md)
483
474
  - [GetGuestBookingPriceRequest](docs/GetGuestBookingPriceRequest.md)
484
475
  - [GetInfillPercentagePerPeriod200Response](docs/GetInfillPercentagePerPeriod200Response.md)
476
+ - [GetOpenBookingPrice200Response](docs/GetOpenBookingPrice200Response.md)
477
+ - [GetOpenBookingPriceRequest](docs/GetOpenBookingPriceRequest.md)
485
478
  - [GetOpenEventBookingJoinPrice200Response](docs/GetOpenEventBookingJoinPrice200Response.md)
486
479
  - [GetOpenEventBookings200Response](docs/GetOpenEventBookings200Response.md)
487
- - [GetOpenEventBookingsBySport200Response](docs/GetOpenEventBookingsBySport200Response.md)
488
- - [GetOpenEventBookingsBySport200ResponseEventBookingsInner](docs/GetOpenEventBookingsBySport200ResponseEventBookingsInner.md)
489
480
  - [GetPublishedActualities200Response](docs/GetPublishedActualities200Response.md)
490
481
  - [GetSlotsByClubById200Response](docs/GetSlotsByClubById200Response.md)
491
482
  - [GoogleAuthRequestBody](docs/GoogleAuthRequestBody.md)
492
483
  - [GoogleAuthResponse](docs/GoogleAuthResponse.md)
493
484
  - [GoogleAuthResponseUser](docs/GoogleAuthResponseUser.md)
494
- - [Health200Response](docs/Health200Response.md)
495
485
  - [HotelAccessSettings](docs/HotelAccessSettings.md)
496
486
  - [ICharacteristic](docs/ICharacteristic.md)
497
487
  - [ICourtData](docs/ICourtData.md)
@@ -509,16 +499,16 @@ Class | Method | HTTP request | Description
509
499
  - [InvoiceStatus](docs/InvoiceStatus.md)
510
500
  - [InvoiceStatusSETUPPENDING](docs/InvoiceStatusSETUPPENDING.md)
511
501
  - [InvoiceStatusSETUPSUCCESS](docs/InvoiceStatusSETUPSUCCESS.md)
512
- - [JobResult](docs/JobResult.md)
513
502
  - [JoinEventRequest](docs/JoinEventRequest.md)
514
503
  - [JoinEventRequestPlayersPaymentMethodsInner](docs/JoinEventRequestPlayersPaymentMethodsInner.md)
515
504
  - [JoinEventResponse](docs/JoinEventResponse.md)
516
505
  - [JoinEventResponseOnsitePaymentsInner](docs/JoinEventResponseOnsitePaymentsInner.md)
517
506
  - [JoinEventWaitList200Response](docs/JoinEventWaitList200Response.md)
518
- - [JoinOpenBookingRequest](docs/JoinOpenBookingRequest.md)
519
507
  - [JoinOpenBookingResponse](docs/JoinOpenBookingResponse.md)
520
508
  - [JoinOpenEventBookingRequest](docs/JoinOpenEventBookingRequest.md)
521
509
  - [JoinOpenEventResponse](docs/JoinOpenEventResponse.md)
510
+ - [JoinPriceEstimateResponse](docs/JoinPriceEstimateResponse.md)
511
+ - [JoinPriceEstimateResponseSubscriptionInfo](docs/JoinPriceEstimateResponseSubscriptionInfo.md)
522
512
  - [LastSixMonthsTurnoverItem](docs/LastSixMonthsTurnoverItem.md)
523
513
  - [LeastBookedTimeSlotItem](docs/LeastBookedTimeSlotItem.md)
524
514
  - [LeastBookedTimeSlotsResponse](docs/LeastBookedTimeSlotsResponse.md)
@@ -530,30 +520,15 @@ Class | Method | HTTP request | Description
530
520
  - [ManagedClubsResponse](docs/ManagedClubsResponse.md)
531
521
  - [ManagerCancelBookingRequest](docs/ManagerCancelBookingRequest.md)
532
522
  - [ManagerCancelBookingResponse](docs/ManagerCancelBookingResponse.md)
533
- - [MarkNotificationsReadRequest](docs/MarkNotificationsReadRequest.md)
534
- - [MarkNotificationsReadResponse](docs/MarkNotificationsReadResponse.md)
535
523
  - [MonthlyBreakdown](docs/MonthlyBreakdown.md)
536
524
  - [MonthlyTurnoverResponse](docs/MonthlyTurnoverResponse.md)
537
525
  - [MyClubInfosResponse](docs/MyClubInfosResponse.md)
538
526
  - [NoShowFeeResponse](docs/NoShowFeeResponse.md)
539
527
  - [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)
551
528
  - [OffPeakRule](docs/OffPeakRule.md)
552
- - [OpenBookingBasePriceResponse](docs/OpenBookingBasePriceResponse.md)
553
529
  - [OpenBookingInfo](docs/OpenBookingInfo.md)
554
- - [OpenBookingJoinEstimateResponse](docs/OpenBookingJoinEstimateResponse.md)
555
530
  - [OpenBookingPlayerInfo](docs/OpenBookingPlayerInfo.md)
556
- - [OpenBookingPriceBody](docs/OpenBookingPriceBody.md)
531
+ - [OpenBookingSlotInfo](docs/OpenBookingSlotInfo.md)
557
532
  - [OpenBookingSportInfo](docs/OpenBookingSportInfo.md)
558
533
  - [OpenBookingsResponse](docs/OpenBookingsResponse.md)
559
534
  - [PaginationInfo](docs/PaginationInfo.md)
@@ -565,13 +540,13 @@ Class | Method | HTTP request | Description
565
540
  - [PartialRecordWeekdayKeyClubDayScheduleOrNullOrUndefined](docs/PartialRecordWeekdayKeyClubDayScheduleOrNullOrUndefined.md)
566
541
  - [PartialSchoolAccessSettings](docs/PartialSchoolAccessSettings.md)
567
542
  - [ParticipationType](docs/ParticipationType.md)
568
- - [PartnerSearchItem](docs/PartnerSearchItem.md)
569
- - [PartnerSearchResponse](docs/PartnerSearchResponse.md)
570
- - [PartnerSearchResponseMeta](docs/PartnerSearchResponseMeta.md)
571
543
  - [PasswordResetRequestBody](docs/PasswordResetRequestBody.md)
572
544
  - [PaymentByPlayerInfo](docs/PaymentByPlayerInfo.md)
545
+ - [PaymentIntentResult](docs/PaymentIntentResult.md)
573
546
  - [PaymentMethod](docs/PaymentMethod.md)
547
+ - [PaymentProviderType](docs/PaymentProviderType.md)
574
548
  - [PaymentRequirementsSettings](docs/PaymentRequirementsSettings.md)
549
+ - [PaymentStatus](docs/PaymentStatus.md)
575
550
  - [PickIUserLocationExcludeKeyofIUserLocationType](docs/PickIUserLocationExcludeKeyofIUserLocationType.md)
576
551
  - [PlanInterval](docs/PlanInterval.md)
577
552
  - [PlanPrice](docs/PlanPrice.md)
@@ -585,7 +560,6 @@ Class | Method | HTTP request | Description
585
560
  - [PlayerShare](docs/PlayerShare.md)
586
561
  - [PlayerSummary](docs/PlayerSummary.md)
587
562
  - [PlayerWithPaymentMethod](docs/PlayerWithPaymentMethod.md)
588
- - [PricingPeriodDiscount](docs/PricingPeriodDiscount.md)
589
563
  - [ProfilePictureResponse](docs/ProfilePictureResponse.md)
590
564
  - [ProfilePictureUpdateRequestBody](docs/ProfilePictureUpdateRequestBody.md)
591
565
  - [PublicAccessSettings](docs/PublicAccessSettings.md)
@@ -595,7 +569,6 @@ Class | Method | HTTP request | Description
595
569
  - [QuickReservationClubSport](docs/QuickReservationClubSport.md)
596
570
  - [QuickReservationClubSummary](docs/QuickReservationClubSummary.md)
597
571
  - [QuickReservationClubSummaryLocation](docs/QuickReservationClubSummaryLocation.md)
598
- - [QuickReservationCourtType](docs/QuickReservationCourtType.md)
599
572
  - [QuickReservationResponse](docs/QuickReservationResponse.md)
600
573
  - [QuickReservationSlotSummary](docs/QuickReservationSlotSummary.md)
601
574
  - [RecordWeekdayKeyClubDaySchedule](docs/RecordWeekdayKeyClubDaySchedule.md)
@@ -606,10 +579,6 @@ Class | Method | HTTP request | Description
606
579
  - [RegisterRequestBodyLocation](docs/RegisterRequestBodyLocation.md)
607
580
  - [RequestEmailCodeBody](docs/RequestEmailCodeBody.md)
608
581
  - [RequestEmailCodeResponse](docs/RequestEmailCodeResponse.md)
609
- - [RequestOrganizationEmailCodeBody](docs/RequestOrganizationEmailCodeBody.md)
610
- - [RequestOrganizationEmailCodeResponse](docs/RequestOrganizationEmailCodeResponse.md)
611
- - [RequestVerificationCodeBody](docs/RequestVerificationCodeBody.md)
612
- - [RequestVerificationCodeResponse](docs/RequestVerificationCodeResponse.md)
613
582
  - [ResetPasswordRequest](docs/ResetPasswordRequest.md)
614
583
  - [RetentionRateResponse](docs/RetentionRateResponse.md)
615
584
  - [RevenueBySportItem](docs/RevenueBySportItem.md)
@@ -637,7 +606,7 @@ Class | Method | HTTP request | Description
637
606
  - [StaffEventBookingInvoiceResponse](docs/StaffEventBookingInvoiceResponse.md)
638
607
  - [StaffEventBookingResponse](docs/StaffEventBookingResponse.md)
639
608
  - [StaffEventDetailResponse](docs/StaffEventDetailResponse.md)
640
- - [StaffEventsPageResponse](docs/StaffEventsPageResponse.md)
609
+ - [StaffEventsPaginatedResponse](docs/StaffEventsPaginatedResponse.md)
641
610
  - [StaffUserProfileResponse](docs/StaffUserProfileResponse.md)
642
611
  - [SubscribeRequestBody](docs/SubscribeRequestBody.md)
643
612
  - [SubscriberPrice](docs/SubscriberPrice.md)
@@ -647,7 +616,20 @@ Class | Method | HTTP request | Description
647
616
  - [SubscriptionPlanDiscountUpdateRequest](docs/SubscriptionPlanDiscountUpdateRequest.md)
648
617
  - [SubscriptionPlanDiscountUpdateRequestValidFrom](docs/SubscriptionPlanDiscountUpdateRequestValidFrom.md)
649
618
  - [SubscriptionPlanResponse](docs/SubscriptionPlanResponse.md)
650
- - [SupportedLanguage](docs/SupportedLanguage.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)
651
633
  - [SurfaceType](docs/SurfaceType.md)
652
634
  - [Team](docs/Team.md)
653
635
  - [TimeBounds](docs/TimeBounds.md)
@@ -688,24 +670,14 @@ Class | Method | HTTP request | Description
688
670
  - [UserEventsResponse](docs/UserEventsResponse.md)
689
671
  - [UserInfo](docs/UserInfo.md)
690
672
  - [UserLocationSummary](docs/UserLocationSummary.md)
691
- - [UserNextBookingSummary](docs/UserNextBookingSummary.md)
692
- - [UserNotificationsResponse](docs/UserNotificationsResponse.md)
693
- - [UserNotificationsResponseMeta](docs/UserNotificationsResponseMeta.md)
694
673
  - [UserProfileResponse](docs/UserProfileResponse.md)
695
674
  - [UserRolesResponse](docs/UserRolesResponse.md)
696
675
  - [UserSubscriptionsResponse](docs/UserSubscriptionsResponse.md)
697
676
  - [VerifyEmailCodeBody](docs/VerifyEmailCodeBody.md)
698
677
  - [VerifyEmailCodeResponse](docs/VerifyEmailCodeResponse.md)
699
678
  - [VerifyEmailRequest](docs/VerifyEmailRequest.md)
700
- - [VerifyOrganizationEmailCodeBody](docs/VerifyOrganizationEmailCodeBody.md)
701
- - [VerifyOrganizationEmailCodeResponse](docs/VerifyOrganizationEmailCodeResponse.md)
702
- - [VerifyVerificationCodeBody](docs/VerifyVerificationCodeBody.md)
703
- - [VerifyVerificationCodeResponse](docs/VerifyVerificationCodeResponse.md)
704
679
  - [VisibilityType](docs/VisibilityType.md)
705
- - [WaitListEntryWithPlayer](docs/WaitListEntryWithPlayer.md)
706
680
  - [WaitListListResponse](docs/WaitListListResponse.md)
707
- - [WaitListPlayer](docs/WaitListPlayer.md)
708
- - [WaitListPlayersListResponse](docs/WaitListPlayersListResponse.md)
709
681
  - [WaitListPositionResponse](docs/WaitListPositionResponse.md)
710
682
  - [WaitListResponse](docs/WaitListResponse.md)
711
683
  - [WeekdayAverageItem](docs/WeekdayAverageItem.md)