@tennac-booking/sdk 1.0.218 → 1.0.219
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +24 -41
- package/README.md +38 -64
- package/api.ts +1733 -3004
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +1419 -2447
- package/dist/api.js +932 -1382
- package/dist/base.d.ts +1 -1
- package/dist/base.js +1 -1
- package/dist/common.d.ts +1 -1
- package/dist/common.js +1 -1
- package/dist/configuration.d.ts +1 -1
- package/dist/configuration.js +1 -1
- package/dist/esm/api.d.ts +1419 -2447
- package/dist/esm/api.js +915 -1369
- package/dist/esm/base.d.ts +1 -1
- package/dist/esm/base.js +1 -1
- package/dist/esm/common.d.ts +1 -1
- package/dist/esm/common.js +1 -1
- package/dist/esm/configuration.d.ts +1 -1
- package/dist/esm/configuration.js +1 -1
- package/dist/esm/index.d.ts +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/docs/AgendaBooking.md +0 -2
- package/docs/BookingPopulated.md +1 -9
- package/docs/BookingSummary.md +0 -4
- package/docs/BookingsApi.md +79 -25
- package/docs/BookingsStaffApi.md +57 -1
- package/docs/BookingsUserApi.md +6 -6
- package/docs/CheckInPlayerSumupRequest.md +22 -0
- package/docs/CheckInPlayerSumupResponse.md +24 -0
- package/docs/CheckInSumupPaymentInfo.md +26 -0
- package/docs/ClubPageResponse.md +0 -14
- package/docs/ClubPricingPeriodResponse.md +6 -6
- package/docs/ClubReservationSettingsResponse.md +2 -2
- package/docs/ClubResponse.md +2 -12
- package/docs/ClubSummary.md +0 -6
- package/docs/CreateOpenBookingRequest.md +2 -4
- package/docs/CreateSubscriptionPlanRequestDiscount.md +0 -4
- package/docs/EventBookingDetailSummary.md +0 -2
- package/docs/EventBookingResponse.md +0 -2
- package/docs/EventResponse.md +0 -2
- package/docs/EventsApi.md +0 -58
- package/docs/EventsStaffApi.md +25 -119
- package/docs/GetClubsWithVerificationDomains200ResponseInner.md +0 -2
- package/docs/GetOpenBookingPrice200Response.md +24 -0
- package/docs/GetOpenBookingPriceRequest.md +26 -0
- package/docs/IUserAttributes.md +0 -4
- package/docs/JoinPriceEstimateResponse.md +38 -0
- package/docs/JoinPriceEstimateResponseSubscriptionInfo.md +25 -0
- package/docs/MyClubInfosResponse.md +2 -0
- package/docs/OpenBookingInfo.md +2 -4
- package/docs/OpenBookingSlotInfo.md +24 -0
- package/docs/PaymentIntentResult.md +28 -0
- package/docs/{SupportedLanguage.md → PaymentProviderType.md} +3 -3
- package/docs/{CourtEnvironment.md → PaymentStatus.md} +7 -3
- package/docs/PaymentsStaffApi.md +124 -0
- package/docs/PublicEmailApi.md +4 -4
- package/docs/QuickReservationClubSummary.md +0 -12
- package/docs/SportResponse.md +0 -2
- package/docs/StaffEventBookingResponse.md +0 -2
- package/docs/StaffEventsPaginatedResponse.md +26 -0
- package/docs/StaffUserProfileResponse.md +0 -4
- package/docs/SubscriptionPlanDiscountResponse.md +0 -2
- package/docs/SubscriptionPlanDiscountUpdateRequest.md +0 -2
- package/docs/SumUpApi.md +63 -0
- package/docs/SumUpManagerApi.md +332 -0
- package/docs/SumupAccountStatusResponse.md +32 -0
- package/docs/{VerifyVerificationCodeResponse.md → SumupCancelPaymentRequest.md} +5 -5
- package/docs/{RequestVerificationCodeResponse.md → SumupConnectUrlResponse.md} +5 -5
- package/docs/SumupCreatePaymentRequest.md +32 -0
- package/docs/SumupOAuthCallbackResponse.md +24 -0
- package/docs/SumupPairReaderRequest.md +22 -0
- package/docs/{MarkNotificationsReadResponse.md → SumupPairReaderResponse.md} +5 -5
- package/docs/SumupReaderInfo.md +34 -0
- package/docs/{Health200Response.md → SumupReadersResponse.md} +5 -7
- package/docs/UpdateClubHoursSettingsRequest.md +1 -1
- package/docs/UpdateClubReservationSettingsRequest.md +2 -2
- package/docs/UserClubMembership.md +0 -2
- package/docs/UserProfileResponse.md +0 -12
- package/docs/UsersApi.md +0 -273
- package/docs/WaitListStaffApi.md +0 -55
- package/index.ts +1 -1
- package/package.json +1 -1
- package/docs/AuthApi.md +0 -113
- package/docs/ClubPageResponseClubCustomerStatus.md +0 -27
- package/docs/ClubPricingPeriodPayload.md +0 -32
- package/docs/ComingEventsPageResponse.md +0 -22
- package/docs/EstimateOpenBookingJoinRequest.md +0 -24
- package/docs/JobResult.md +0 -24
- package/docs/JobsApi.md +0 -367
- package/docs/JoinOpenBookingRequest.md +0 -28
- package/docs/MarkNotificationsReadRequest.md +0 -22
- package/docs/NotificationData.md +0 -22
- package/docs/NotificationParticipantPreview.md +0 -22
- package/docs/NotificationPreview.md +0 -60
- package/docs/NotificationResponse.md +0 -36
- package/docs/NotificationType.md +0 -26
- package/docs/OpenBookingBasePriceResponse.md +0 -24
- package/docs/OpenBookingJoinEstimateResponse.md +0 -26
- package/docs/OpenBookingPriceBody.md +0 -26
- package/docs/PartnerSearchItem.md +0 -28
- package/docs/PartnerSearchResponse.md +0 -22
- package/docs/PartnerSearchResponseMeta.md +0 -26
- package/docs/PricingPeriodDiscount.md +0 -24
- package/docs/QuickReservationCourtType.md +0 -10
- package/docs/RequestOrganizationEmailCodeBody.md +0 -22
- package/docs/RequestOrganizationEmailCodeResponse.md +0 -22
- package/docs/RequestVerificationCodeBody.md +0 -26
- package/docs/StaffEventsPageResponse.md +0 -22
- package/docs/UserNextBookingSummary.md +0 -26
- package/docs/UserNotificationsResponse.md +0 -22
- package/docs/UserNotificationsResponseMeta.md +0 -28
- package/docs/VerifyOrganizationEmailCodeBody.md +0 -24
- package/docs/VerifyOrganizationEmailCodeResponse.md +0 -22
- package/docs/VerifyVerificationCodeBody.md +0 -24
- package/docs/WaitListEntryWithPlayer.md +0 -44
- package/docs/WaitListPlayer.md +0 -28
- package/docs/WaitListPlayersListResponse.md +0 -22
package/.openapi-generator/FILES
CHANGED
|
@@ -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
|
|
@@ -82,7 +84,6 @@ docs/ClubMetadataResponseLocation.md
|
|
|
82
84
|
docs/ClubNewBookingsResponse.md
|
|
83
85
|
docs/ClubNewSubscribersResponse.md
|
|
84
86
|
docs/ClubPageResponse.md
|
|
85
|
-
docs/ClubPageResponseClubCustomerStatus.md
|
|
86
87
|
docs/ClubPlayerBookingItem.md
|
|
87
88
|
docs/ClubPlayerBookingsPagination.md
|
|
88
89
|
docs/ClubPlayerBookingsResponse.md
|
|
@@ -101,7 +102,6 @@ docs/ClubPlayerSubscriptionSummary.md
|
|
|
101
102
|
docs/ClubPlayersPaginatedResponse.md
|
|
102
103
|
docs/ClubPresentation.md
|
|
103
104
|
docs/ClubPresentationSettingsResponse.md
|
|
104
|
-
docs/ClubPricingPeriodPayload.md
|
|
105
105
|
docs/ClubPricingPeriodResponse.md
|
|
106
106
|
docs/ClubReservationSettingsResponse.md
|
|
107
107
|
docs/ClubResponse.md
|
|
@@ -121,14 +121,12 @@ docs/ClubUserCountResponse.md
|
|
|
121
121
|
docs/ClubsApi.md
|
|
122
122
|
docs/ClubsManagerApi.md
|
|
123
123
|
docs/ClubsStaffApi.md
|
|
124
|
-
docs/ComingEventsPageResponse.md
|
|
125
124
|
docs/CompleteRegisterRequestBody.md
|
|
126
125
|
docs/CompleteRegisterRequestBodyLevelBySportsInner.md
|
|
127
126
|
docs/ContactApi.md
|
|
128
127
|
docs/ContactRequestBody.md
|
|
129
128
|
docs/ContactSuccessResponse.md
|
|
130
129
|
docs/CourtBookingShareItem.md
|
|
131
|
-
docs/CourtEnvironment.md
|
|
132
130
|
docs/CourtInfo.md
|
|
133
131
|
docs/CourtResponse.md
|
|
134
132
|
docs/CourtStatus.md
|
|
@@ -165,7 +163,6 @@ docs/EmailExistsResponse.md
|
|
|
165
163
|
docs/EstimateEventPrice200Response.md
|
|
166
164
|
docs/EstimateEventPriceRequest.md
|
|
167
165
|
docs/EstimateEventPriceRequestSharesInner.md
|
|
168
|
-
docs/EstimateOpenBookingJoinRequest.md
|
|
169
166
|
docs/EstimateOpenEventBookingJoinPrice200Response.md
|
|
170
167
|
docs/EstimateOpenEventBookingJoinPrice200ResponseSubscriptionInfo.md
|
|
171
168
|
docs/EventBookingDetailSummary.md
|
|
@@ -205,6 +202,8 @@ docs/GetCourtsByClubAndSportById200ResponseCourtsInner.md
|
|
|
205
202
|
docs/GetGuestBookingPrice200Response.md
|
|
206
203
|
docs/GetGuestBookingPriceRequest.md
|
|
207
204
|
docs/GetInfillPercentagePerPeriod200Response.md
|
|
205
|
+
docs/GetOpenBookingPrice200Response.md
|
|
206
|
+
docs/GetOpenBookingPriceRequest.md
|
|
208
207
|
docs/GetOpenEventBookingJoinPrice200Response.md
|
|
209
208
|
docs/GetOpenEventBookings200Response.md
|
|
210
209
|
docs/GetPublishedActualities200Response.md
|
|
@@ -212,7 +211,6 @@ docs/GetSlotsByClubById200Response.md
|
|
|
212
211
|
docs/GoogleAuthRequestBody.md
|
|
213
212
|
docs/GoogleAuthResponse.md
|
|
214
213
|
docs/GoogleAuthResponseUser.md
|
|
215
|
-
docs/Health200Response.md
|
|
216
214
|
docs/HotelAccessSettings.md
|
|
217
215
|
docs/ICharacteristic.md
|
|
218
216
|
docs/ICourtData.md
|
|
@@ -231,17 +229,16 @@ docs/InvoiceInfo.md
|
|
|
231
229
|
docs/InvoiceStatus.md
|
|
232
230
|
docs/InvoiceStatusSETUPPENDING.md
|
|
233
231
|
docs/InvoiceStatusSETUPSUCCESS.md
|
|
234
|
-
docs/JobResult.md
|
|
235
|
-
docs/JobsApi.md
|
|
236
232
|
docs/JoinEventRequest.md
|
|
237
233
|
docs/JoinEventRequestPlayersPaymentMethodsInner.md
|
|
238
234
|
docs/JoinEventResponse.md
|
|
239
235
|
docs/JoinEventResponseOnsitePaymentsInner.md
|
|
240
236
|
docs/JoinEventWaitList200Response.md
|
|
241
|
-
docs/JoinOpenBookingRequest.md
|
|
242
237
|
docs/JoinOpenBookingResponse.md
|
|
243
238
|
docs/JoinOpenEventBookingRequest.md
|
|
244
239
|
docs/JoinOpenEventResponse.md
|
|
240
|
+
docs/JoinPriceEstimateResponse.md
|
|
241
|
+
docs/JoinPriceEstimateResponseSubscriptionInfo.md
|
|
245
242
|
docs/LastSixMonthsTurnoverItem.md
|
|
246
243
|
docs/LeastBookedTimeSlotItem.md
|
|
247
244
|
docs/LeastBookedTimeSlotsResponse.md
|
|
@@ -253,24 +250,15 @@ docs/LoginResponse.md
|
|
|
253
250
|
docs/ManagedClubsResponse.md
|
|
254
251
|
docs/ManagerCancelBookingRequest.md
|
|
255
252
|
docs/ManagerCancelBookingResponse.md
|
|
256
|
-
docs/MarkNotificationsReadRequest.md
|
|
257
|
-
docs/MarkNotificationsReadResponse.md
|
|
258
253
|
docs/MonthlyBreakdown.md
|
|
259
254
|
docs/MonthlyTurnoverResponse.md
|
|
260
255
|
docs/MyClubInfosResponse.md
|
|
261
256
|
docs/NoShowFeeResponse.md
|
|
262
257
|
docs/NoShowRateResponse.md
|
|
263
|
-
docs/NotificationData.md
|
|
264
|
-
docs/NotificationParticipantPreview.md
|
|
265
|
-
docs/NotificationPreview.md
|
|
266
|
-
docs/NotificationResponse.md
|
|
267
|
-
docs/NotificationType.md
|
|
268
258
|
docs/OffPeakRule.md
|
|
269
|
-
docs/OpenBookingBasePriceResponse.md
|
|
270
259
|
docs/OpenBookingInfo.md
|
|
271
|
-
docs/OpenBookingJoinEstimateResponse.md
|
|
272
260
|
docs/OpenBookingPlayerInfo.md
|
|
273
|
-
docs/
|
|
261
|
+
docs/OpenBookingSlotInfo.md
|
|
274
262
|
docs/OpenBookingSportInfo.md
|
|
275
263
|
docs/OpenBookingsResponse.md
|
|
276
264
|
docs/PaginationInfo.md
|
|
@@ -282,13 +270,14 @@ docs/PartialPublicAccessSettings.md
|
|
|
282
270
|
docs/PartialRecordWeekdayKeyClubDayScheduleOrNullOrUndefined.md
|
|
283
271
|
docs/PartialSchoolAccessSettings.md
|
|
284
272
|
docs/ParticipationType.md
|
|
285
|
-
docs/PartnerSearchItem.md
|
|
286
|
-
docs/PartnerSearchResponse.md
|
|
287
|
-
docs/PartnerSearchResponseMeta.md
|
|
288
273
|
docs/PasswordResetRequestBody.md
|
|
289
274
|
docs/PaymentByPlayerInfo.md
|
|
275
|
+
docs/PaymentIntentResult.md
|
|
290
276
|
docs/PaymentMethod.md
|
|
277
|
+
docs/PaymentProviderType.md
|
|
291
278
|
docs/PaymentRequirementsSettings.md
|
|
279
|
+
docs/PaymentStatus.md
|
|
280
|
+
docs/PaymentsStaffApi.md
|
|
292
281
|
docs/PickIUserLocationExcludeKeyofIUserLocationType.md
|
|
293
282
|
docs/PlanInterval.md
|
|
294
283
|
docs/PlanPrice.md
|
|
@@ -302,7 +291,6 @@ docs/PlayerPrice.md
|
|
|
302
291
|
docs/PlayerShare.md
|
|
303
292
|
docs/PlayerSummary.md
|
|
304
293
|
docs/PlayerWithPaymentMethod.md
|
|
305
|
-
docs/PricingPeriodDiscount.md
|
|
306
294
|
docs/ProfilePictureResponse.md
|
|
307
295
|
docs/ProfilePictureUpdateRequestBody.md
|
|
308
296
|
docs/PublicAccessSettings.md
|
|
@@ -313,7 +301,6 @@ docs/PublishEventResponse.md
|
|
|
313
301
|
docs/QuickReservationClubSport.md
|
|
314
302
|
docs/QuickReservationClubSummary.md
|
|
315
303
|
docs/QuickReservationClubSummaryLocation.md
|
|
316
|
-
docs/QuickReservationCourtType.md
|
|
317
304
|
docs/QuickReservationResponse.md
|
|
318
305
|
docs/QuickReservationSlotSummary.md
|
|
319
306
|
docs/RecordWeekdayKeyClubDaySchedule.md
|
|
@@ -324,10 +311,6 @@ docs/RegisterRequestBody.md
|
|
|
324
311
|
docs/RegisterRequestBodyLocation.md
|
|
325
312
|
docs/RequestEmailCodeBody.md
|
|
326
313
|
docs/RequestEmailCodeResponse.md
|
|
327
|
-
docs/RequestOrganizationEmailCodeBody.md
|
|
328
|
-
docs/RequestOrganizationEmailCodeResponse.md
|
|
329
|
-
docs/RequestVerificationCodeBody.md
|
|
330
|
-
docs/RequestVerificationCodeResponse.md
|
|
331
314
|
docs/ResetPasswordRequest.md
|
|
332
315
|
docs/RetentionRateResponse.md
|
|
333
316
|
docs/RevenueBySportItem.md
|
|
@@ -357,7 +340,7 @@ docs/StaffCreateBookingRequest.md
|
|
|
357
340
|
docs/StaffEventBookingInvoiceResponse.md
|
|
358
341
|
docs/StaffEventBookingResponse.md
|
|
359
342
|
docs/StaffEventDetailResponse.md
|
|
360
|
-
docs/
|
|
343
|
+
docs/StaffEventsPaginatedResponse.md
|
|
361
344
|
docs/StaffUserProfileResponse.md
|
|
362
345
|
docs/SubscribeRequestBody.md
|
|
363
346
|
docs/SubscriberPrice.md
|
|
@@ -371,7 +354,17 @@ docs/SubscriptionsManagerApi.md
|
|
|
371
354
|
docs/SubscriptionsPublicApi.md
|
|
372
355
|
docs/SubscriptionsStaffApi.md
|
|
373
356
|
docs/SubscriptionsUserApi.md
|
|
374
|
-
docs/
|
|
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
|
|
375
368
|
docs/SurfaceType.md
|
|
376
369
|
docs/Team.md
|
|
377
370
|
docs/TimeBounds.md
|
|
@@ -413,9 +406,6 @@ docs/UserEventSummary.md
|
|
|
413
406
|
docs/UserEventsResponse.md
|
|
414
407
|
docs/UserInfo.md
|
|
415
408
|
docs/UserLocationSummary.md
|
|
416
|
-
docs/UserNextBookingSummary.md
|
|
417
|
-
docs/UserNotificationsResponse.md
|
|
418
|
-
docs/UserNotificationsResponseMeta.md
|
|
419
409
|
docs/UserProfileResponse.md
|
|
420
410
|
docs/UserRolesResponse.md
|
|
421
411
|
docs/UserSubscriptionsResponse.md
|
|
@@ -423,16 +413,9 @@ docs/UsersApi.md
|
|
|
423
413
|
docs/VerifyEmailCodeBody.md
|
|
424
414
|
docs/VerifyEmailCodeResponse.md
|
|
425
415
|
docs/VerifyEmailRequest.md
|
|
426
|
-
docs/VerifyOrganizationEmailCodeBody.md
|
|
427
|
-
docs/VerifyOrganizationEmailCodeResponse.md
|
|
428
|
-
docs/VerifyVerificationCodeBody.md
|
|
429
|
-
docs/VerifyVerificationCodeResponse.md
|
|
430
416
|
docs/VisibilityType.md
|
|
431
417
|
docs/WaitListApi.md
|
|
432
|
-
docs/WaitListEntryWithPlayer.md
|
|
433
418
|
docs/WaitListListResponse.md
|
|
434
|
-
docs/WaitListPlayer.md
|
|
435
|
-
docs/WaitListPlayersListResponse.md
|
|
436
419
|
docs/WaitListPositionResponse.md
|
|
437
420
|
docs/WaitListResponse.md
|
|
438
421
|
docs/WaitListStaffApi.md
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @tennac-booking/sdk@1.0.
|
|
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.
|
|
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* | [**
|
|
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* | [**
|
|
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} |
|
|
@@ -181,7 +181,6 @@ 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 |
|
|
185
184
|
*EventsApi* | [**getEventById**](docs/EventsApi.md#geteventbyid) | **GET** /api/events/{eventId} |
|
|
186
185
|
*EventsApi* | [**getOpenEventBookingJoinPrice**](docs/EventsApi.md#getopeneventbookingjoinprice) | **GET** /api/events/{eventBookingId}/open/join-price |
|
|
187
186
|
*EventsApi* | [**getOpenEventBookings**](docs/EventsApi.md#getopeneventbookings) | **GET** /api/events/open |
|
|
@@ -201,23 +200,15 @@ Class | Method | HTTP request | Description
|
|
|
201
200
|
*EventsManagerApi* | [**updateRecurringDefinition**](docs/EventsManagerApi.md#updaterecurringdefinition) | **PUT** /api/events/manager/recurring/{definitionId} |
|
|
202
201
|
*EventsStaffApi* | [**checkInEventParticipants**](docs/EventsStaffApi.md#checkineventparticipants) | **POST** /api/events/{eventBookingId}/check-in |
|
|
203
202
|
*EventsStaffApi* | [**getDailyEvents**](docs/EventsStaffApi.md#getdailyevents) | **GET** /api/events/calendar/daily |
|
|
204
|
-
*EventsStaffApi* | [**getDraftEventsByClub**](docs/EventsStaffApi.md#getdrafteventsbyclub) | **GET** /api/events/staff/getEvents/drafts |
|
|
205
203
|
*EventsStaffApi* | [**getEventByIdForStaff**](docs/EventsStaffApi.md#geteventbyidforstaff) | **GET** /api/events/staff/{eventId} |
|
|
204
|
+
*EventsStaffApi* | [**getEventsByClub**](docs/EventsStaffApi.md#geteventsbyclub) | **GET** /api/events/staff/getEvents |
|
|
206
205
|
*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 |
|
|
209
206
|
*EventsStaffApi* | [**getWeeklyEvents**](docs/EventsStaffApi.md#getweeklyevents) | **GET** /api/events/calendar/weekly |
|
|
210
207
|
*ImagesApi* | [**cleanupImages**](docs/ImagesApi.md#cleanupimages) | **POST** /api/images/cleanup |
|
|
211
|
-
*
|
|
212
|
-
*
|
|
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
|
|
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 |
|
|
219
210
|
*PublicEmailApi* | [**authEmailExists**](docs/PublicEmailApi.md#authemailexists) | **POST** /api/public-email/auth-email-exists |
|
|
220
|
-
*PublicEmailApi* | [**
|
|
211
|
+
*PublicEmailApi* | [**requestVerificationCode**](docs/PublicEmailApi.md#requestverificationcode) | **POST** /api/public-email/request-verification-code |
|
|
221
212
|
*PublicEmailApi* | [**verifyCode**](docs/PublicEmailApi.md#verifycode) | **POST** /api/public-email/verify-code |
|
|
222
213
|
*SportsManagerApi* | [**createSport**](docs/SportsManagerApi.md#createsport) | **POST** /api/sports |
|
|
223
214
|
*SportsManagerApi* | [**deleteSport**](docs/SportsManagerApi.md#deletesport) | **DELETE** /api/sports/{id} |
|
|
@@ -234,6 +225,13 @@ Class | Method | HTTP request | Description
|
|
|
234
225
|
*SubscriptionsUserApi* | [**mySubscriptions**](docs/SubscriptionsUserApi.md#mysubscriptions) | **GET** /api/subscriptions/me |
|
|
235
226
|
*SubscriptionsUserApi* | [**resume**](docs/SubscriptionsUserApi.md#resume) | **POST** /api/subscriptions/{clubId}/{subscriptionId}/resume |
|
|
236
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* | [**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 |
|
|
237
235
|
*UserApi* | [**getMyClubInfos**](docs/UserApi.md#getmyclubinfos) | **GET** /api/users/me/club-infos |
|
|
238
236
|
*UsersApi* | [**addFavoriteClub**](docs/UsersApi.md#addfavoriteclub) | **POST** /api/users/me/favorite-clubs |
|
|
239
237
|
*UsersApi* | [**addFavoritePlayer**](docs/UsersApi.md#addfavoriteplayer) | **POST** /api/users/me/favoritesPlayers |
|
|
@@ -255,13 +253,11 @@ Class | Method | HTTP request | Description
|
|
|
255
253
|
*UsersApi* | [**getPlayerCategories**](docs/UsersApi.md#getplayercategories) | **GET** /api/users/players/categories |
|
|
256
254
|
*UsersApi* | [**getUserBookings**](docs/UsersApi.md#getuserbookings) | **GET** /api/users/me/bookings |
|
|
257
255
|
*UsersApi* | [**getUserEvents**](docs/UsersApi.md#getuserevents) | **GET** /api/users/me/events |
|
|
258
|
-
*UsersApi* | [**getUserNotifications**](docs/UsersApi.md#getusernotifications) | **GET** /api/users/me/notifications |
|
|
259
256
|
*UsersApi* | [**getUserProfileById**](docs/UsersApi.md#getuserprofilebyid) | **GET** /api/users/profile/{id} |
|
|
260
257
|
*UsersApi* | [**leaveBooking**](docs/UsersApi.md#leavebooking) | **DELETE** /api/users/me/bookings/{bookingId}/leave |
|
|
261
258
|
*UsersApi* | [**listPlayers**](docs/UsersApi.md#listplayers) | **GET** /api/users/players |
|
|
262
259
|
*UsersApi* | [**login**](docs/UsersApi.md#login) | **POST** /api/users/login |
|
|
263
260
|
*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 |
|
|
265
261
|
*UsersApi* | [**refreshToken**](docs/UsersApi.md#refreshtoken) | **POST** /api/users/refresh-token |
|
|
266
262
|
*UsersApi* | [**register**](docs/UsersApi.md#register) | **POST** /api/users |
|
|
267
263
|
*UsersApi* | [**registerFromApp**](docs/UsersApi.md#registerfromapp) | **POST** /api/users/register-app |
|
|
@@ -269,10 +265,8 @@ Class | Method | HTTP request | Description
|
|
|
269
265
|
*UsersApi* | [**removeFavoritePlayer**](docs/UsersApi.md#removefavoriteplayer) | **DELETE** /api/users/me/favoritesPlayers/{favoritePlayerId} |
|
|
270
266
|
*UsersApi* | [**removeOrganization**](docs/UsersApi.md#removeorganization) | **POST** /api/users/me/remove-organization |
|
|
271
267
|
*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 |
|
|
273
268
|
*UsersApi* | [**requestPasswordReset**](docs/UsersApi.md#requestpasswordreset) | **POST** /api/users/request-password-reset |
|
|
274
269
|
*UsersApi* | [**resetPassword**](docs/UsersApi.md#resetpassword) | **POST** /api/users/reset-password |
|
|
275
|
-
*UsersApi* | [**searchPartner**](docs/UsersApi.md#searchpartner) | **GET** /api/users/searchPartner |
|
|
276
270
|
*UsersApi* | [**signInOrSignUpWithGoogle**](docs/UsersApi.md#signinorsignupwithgoogle) | **POST** /api/users/googleSignin |
|
|
277
271
|
*UsersApi* | [**updateCustomer**](docs/UsersApi.md#updatecustomer) | **PUT** /api/users/me/customer |
|
|
278
272
|
*UsersApi* | [**updateLevelBySports**](docs/UsersApi.md#updatelevelbysports) | **PUT** /api/users/me/level-by-sports |
|
|
@@ -280,7 +274,6 @@ Class | Method | HTTP request | Description
|
|
|
280
274
|
*UsersApi* | [**updateProfilePicture**](docs/UsersApi.md#updateprofilepicture) | **PUT** /api/users/me/profile-picture |
|
|
281
275
|
*UsersApi* | [**verifyEmail**](docs/UsersApi.md#verifyemail) | **POST** /api/users/verify-email |
|
|
282
276
|
*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 |
|
|
284
277
|
*WaitListApi* | [**getBookingPosition**](docs/WaitListApi.md#getbookingposition) | **GET** /api/waitlist/booking/{bookingId}/position |
|
|
285
278
|
*WaitListApi* | [**getEventBookingPosition**](docs/WaitListApi.md#geteventbookingposition) | **GET** /api/waitlist/event-booking/{eventBookingId}/position |
|
|
286
279
|
*WaitListApi* | [**getEventPosition**](docs/WaitListApi.md#geteventposition) | **GET** /api/waitlist/event/{eventId}/position |
|
|
@@ -293,7 +286,6 @@ Class | Method | HTTP request | Description
|
|
|
293
286
|
*WaitListStaffApi* | [**getBookingWaitList**](docs/WaitListStaffApi.md#getbookingwaitlist) | **GET** /api/waitlist/booking/{bookingId}/list |
|
|
294
287
|
*WaitListStaffApi* | [**getEventBookingWaitList**](docs/WaitListStaffApi.md#geteventbookingwaitlist) | **GET** /api/waitlist/event-booking/{eventBookingId}/list |
|
|
295
288
|
*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 |
|
|
297
289
|
*WaitListStaffApi* | [**processBookingWaitList**](docs/WaitListStaffApi.md#processbookingwaitlist) | **POST** /api/waitlist/booking/{bookingId}/process |
|
|
298
290
|
*WaitListStaffApi* | [**processEventBookingWaitList**](docs/WaitListStaffApi.md#processeventbookingwaitlist) | **POST** /api/waitlist/event-booking/{eventBookingId}/process |
|
|
299
291
|
*WaitListStaffApi* | [**processEventWaitList**](docs/WaitListStaffApi.md#processeventwaitlist) | **POST** /api/waitlist/event/{eventId}/process |
|
|
@@ -343,6 +335,9 @@ Class | Method | HTTP request | Description
|
|
|
343
335
|
- [CheckInEventParticipantsRequest](docs/CheckInEventParticipantsRequest.md)
|
|
344
336
|
- [CheckInPlayerRequest](docs/CheckInPlayerRequest.md)
|
|
345
337
|
- [CheckInPlayerResponse](docs/CheckInPlayerResponse.md)
|
|
338
|
+
- [CheckInPlayerSumupRequest](docs/CheckInPlayerSumupRequest.md)
|
|
339
|
+
- [CheckInPlayerSumupResponse](docs/CheckInPlayerSumupResponse.md)
|
|
340
|
+
- [CheckInSumupPaymentInfo](docs/CheckInSumupPaymentInfo.md)
|
|
346
341
|
- [CheckTeamNameAvailability200Response](docs/CheckTeamNameAvailability200Response.md)
|
|
347
342
|
- [CheckedInPlayer](docs/CheckedInPlayer.md)
|
|
348
343
|
- [ClientFullOnboardingResponse](docs/ClientFullOnboardingResponse.md)
|
|
@@ -367,7 +362,6 @@ Class | Method | HTTP request | Description
|
|
|
367
362
|
- [ClubNewBookingsResponse](docs/ClubNewBookingsResponse.md)
|
|
368
363
|
- [ClubNewSubscribersResponse](docs/ClubNewSubscribersResponse.md)
|
|
369
364
|
- [ClubPageResponse](docs/ClubPageResponse.md)
|
|
370
|
-
- [ClubPageResponseClubCustomerStatus](docs/ClubPageResponseClubCustomerStatus.md)
|
|
371
365
|
- [ClubPlayerBookingItem](docs/ClubPlayerBookingItem.md)
|
|
372
366
|
- [ClubPlayerBookingsPagination](docs/ClubPlayerBookingsPagination.md)
|
|
373
367
|
- [ClubPlayerBookingsResponse](docs/ClubPlayerBookingsResponse.md)
|
|
@@ -386,7 +380,6 @@ Class | Method | HTTP request | Description
|
|
|
386
380
|
- [ClubPlayersPaginatedResponse](docs/ClubPlayersPaginatedResponse.md)
|
|
387
381
|
- [ClubPresentation](docs/ClubPresentation.md)
|
|
388
382
|
- [ClubPresentationSettingsResponse](docs/ClubPresentationSettingsResponse.md)
|
|
389
|
-
- [ClubPricingPeriodPayload](docs/ClubPricingPeriodPayload.md)
|
|
390
383
|
- [ClubPricingPeriodResponse](docs/ClubPricingPeriodResponse.md)
|
|
391
384
|
- [ClubReservationSettingsResponse](docs/ClubReservationSettingsResponse.md)
|
|
392
385
|
- [ClubResponse](docs/ClubResponse.md)
|
|
@@ -399,13 +392,11 @@ Class | Method | HTTP request | Description
|
|
|
399
392
|
- [ClubSubscriptions](docs/ClubSubscriptions.md)
|
|
400
393
|
- [ClubSummary](docs/ClubSummary.md)
|
|
401
394
|
- [ClubUserCountResponse](docs/ClubUserCountResponse.md)
|
|
402
|
-
- [ComingEventsPageResponse](docs/ComingEventsPageResponse.md)
|
|
403
395
|
- [CompleteRegisterRequestBody](docs/CompleteRegisterRequestBody.md)
|
|
404
396
|
- [CompleteRegisterRequestBodyLevelBySportsInner](docs/CompleteRegisterRequestBodyLevelBySportsInner.md)
|
|
405
397
|
- [ContactRequestBody](docs/ContactRequestBody.md)
|
|
406
398
|
- [ContactSuccessResponse](docs/ContactSuccessResponse.md)
|
|
407
399
|
- [CourtBookingShareItem](docs/CourtBookingShareItem.md)
|
|
408
|
-
- [CourtEnvironment](docs/CourtEnvironment.md)
|
|
409
400
|
- [CourtInfo](docs/CourtInfo.md)
|
|
410
401
|
- [CourtResponse](docs/CourtResponse.md)
|
|
411
402
|
- [CourtStatus](docs/CourtStatus.md)
|
|
@@ -441,7 +432,6 @@ Class | Method | HTTP request | Description
|
|
|
441
432
|
- [EstimateEventPrice200Response](docs/EstimateEventPrice200Response.md)
|
|
442
433
|
- [EstimateEventPriceRequest](docs/EstimateEventPriceRequest.md)
|
|
443
434
|
- [EstimateEventPriceRequestSharesInner](docs/EstimateEventPriceRequestSharesInner.md)
|
|
444
|
-
- [EstimateOpenBookingJoinRequest](docs/EstimateOpenBookingJoinRequest.md)
|
|
445
435
|
- [EstimateOpenEventBookingJoinPrice200Response](docs/EstimateOpenEventBookingJoinPrice200Response.md)
|
|
446
436
|
- [EstimateOpenEventBookingJoinPrice200ResponseSubscriptionInfo](docs/EstimateOpenEventBookingJoinPrice200ResponseSubscriptionInfo.md)
|
|
447
437
|
- [EventBookingDetailSummary](docs/EventBookingDetailSummary.md)
|
|
@@ -478,6 +468,8 @@ Class | Method | HTTP request | Description
|
|
|
478
468
|
- [GetGuestBookingPrice200Response](docs/GetGuestBookingPrice200Response.md)
|
|
479
469
|
- [GetGuestBookingPriceRequest](docs/GetGuestBookingPriceRequest.md)
|
|
480
470
|
- [GetInfillPercentagePerPeriod200Response](docs/GetInfillPercentagePerPeriod200Response.md)
|
|
471
|
+
- [GetOpenBookingPrice200Response](docs/GetOpenBookingPrice200Response.md)
|
|
472
|
+
- [GetOpenBookingPriceRequest](docs/GetOpenBookingPriceRequest.md)
|
|
481
473
|
- [GetOpenEventBookingJoinPrice200Response](docs/GetOpenEventBookingJoinPrice200Response.md)
|
|
482
474
|
- [GetOpenEventBookings200Response](docs/GetOpenEventBookings200Response.md)
|
|
483
475
|
- [GetPublishedActualities200Response](docs/GetPublishedActualities200Response.md)
|
|
@@ -485,7 +477,6 @@ Class | Method | HTTP request | Description
|
|
|
485
477
|
- [GoogleAuthRequestBody](docs/GoogleAuthRequestBody.md)
|
|
486
478
|
- [GoogleAuthResponse](docs/GoogleAuthResponse.md)
|
|
487
479
|
- [GoogleAuthResponseUser](docs/GoogleAuthResponseUser.md)
|
|
488
|
-
- [Health200Response](docs/Health200Response.md)
|
|
489
480
|
- [HotelAccessSettings](docs/HotelAccessSettings.md)
|
|
490
481
|
- [ICharacteristic](docs/ICharacteristic.md)
|
|
491
482
|
- [ICourtData](docs/ICourtData.md)
|
|
@@ -503,16 +494,16 @@ Class | Method | HTTP request | Description
|
|
|
503
494
|
- [InvoiceStatus](docs/InvoiceStatus.md)
|
|
504
495
|
- [InvoiceStatusSETUPPENDING](docs/InvoiceStatusSETUPPENDING.md)
|
|
505
496
|
- [InvoiceStatusSETUPSUCCESS](docs/InvoiceStatusSETUPSUCCESS.md)
|
|
506
|
-
- [JobResult](docs/JobResult.md)
|
|
507
497
|
- [JoinEventRequest](docs/JoinEventRequest.md)
|
|
508
498
|
- [JoinEventRequestPlayersPaymentMethodsInner](docs/JoinEventRequestPlayersPaymentMethodsInner.md)
|
|
509
499
|
- [JoinEventResponse](docs/JoinEventResponse.md)
|
|
510
500
|
- [JoinEventResponseOnsitePaymentsInner](docs/JoinEventResponseOnsitePaymentsInner.md)
|
|
511
501
|
- [JoinEventWaitList200Response](docs/JoinEventWaitList200Response.md)
|
|
512
|
-
- [JoinOpenBookingRequest](docs/JoinOpenBookingRequest.md)
|
|
513
502
|
- [JoinOpenBookingResponse](docs/JoinOpenBookingResponse.md)
|
|
514
503
|
- [JoinOpenEventBookingRequest](docs/JoinOpenEventBookingRequest.md)
|
|
515
504
|
- [JoinOpenEventResponse](docs/JoinOpenEventResponse.md)
|
|
505
|
+
- [JoinPriceEstimateResponse](docs/JoinPriceEstimateResponse.md)
|
|
506
|
+
- [JoinPriceEstimateResponseSubscriptionInfo](docs/JoinPriceEstimateResponseSubscriptionInfo.md)
|
|
516
507
|
- [LastSixMonthsTurnoverItem](docs/LastSixMonthsTurnoverItem.md)
|
|
517
508
|
- [LeastBookedTimeSlotItem](docs/LeastBookedTimeSlotItem.md)
|
|
518
509
|
- [LeastBookedTimeSlotsResponse](docs/LeastBookedTimeSlotsResponse.md)
|
|
@@ -524,24 +515,15 @@ Class | Method | HTTP request | Description
|
|
|
524
515
|
- [ManagedClubsResponse](docs/ManagedClubsResponse.md)
|
|
525
516
|
- [ManagerCancelBookingRequest](docs/ManagerCancelBookingRequest.md)
|
|
526
517
|
- [ManagerCancelBookingResponse](docs/ManagerCancelBookingResponse.md)
|
|
527
|
-
- [MarkNotificationsReadRequest](docs/MarkNotificationsReadRequest.md)
|
|
528
|
-
- [MarkNotificationsReadResponse](docs/MarkNotificationsReadResponse.md)
|
|
529
518
|
- [MonthlyBreakdown](docs/MonthlyBreakdown.md)
|
|
530
519
|
- [MonthlyTurnoverResponse](docs/MonthlyTurnoverResponse.md)
|
|
531
520
|
- [MyClubInfosResponse](docs/MyClubInfosResponse.md)
|
|
532
521
|
- [NoShowFeeResponse](docs/NoShowFeeResponse.md)
|
|
533
522
|
- [NoShowRateResponse](docs/NoShowRateResponse.md)
|
|
534
|
-
- [NotificationData](docs/NotificationData.md)
|
|
535
|
-
- [NotificationParticipantPreview](docs/NotificationParticipantPreview.md)
|
|
536
|
-
- [NotificationPreview](docs/NotificationPreview.md)
|
|
537
|
-
- [NotificationResponse](docs/NotificationResponse.md)
|
|
538
|
-
- [NotificationType](docs/NotificationType.md)
|
|
539
523
|
- [OffPeakRule](docs/OffPeakRule.md)
|
|
540
|
-
- [OpenBookingBasePriceResponse](docs/OpenBookingBasePriceResponse.md)
|
|
541
524
|
- [OpenBookingInfo](docs/OpenBookingInfo.md)
|
|
542
|
-
- [OpenBookingJoinEstimateResponse](docs/OpenBookingJoinEstimateResponse.md)
|
|
543
525
|
- [OpenBookingPlayerInfo](docs/OpenBookingPlayerInfo.md)
|
|
544
|
-
- [
|
|
526
|
+
- [OpenBookingSlotInfo](docs/OpenBookingSlotInfo.md)
|
|
545
527
|
- [OpenBookingSportInfo](docs/OpenBookingSportInfo.md)
|
|
546
528
|
- [OpenBookingsResponse](docs/OpenBookingsResponse.md)
|
|
547
529
|
- [PaginationInfo](docs/PaginationInfo.md)
|
|
@@ -553,13 +535,13 @@ Class | Method | HTTP request | Description
|
|
|
553
535
|
- [PartialRecordWeekdayKeyClubDayScheduleOrNullOrUndefined](docs/PartialRecordWeekdayKeyClubDayScheduleOrNullOrUndefined.md)
|
|
554
536
|
- [PartialSchoolAccessSettings](docs/PartialSchoolAccessSettings.md)
|
|
555
537
|
- [ParticipationType](docs/ParticipationType.md)
|
|
556
|
-
- [PartnerSearchItem](docs/PartnerSearchItem.md)
|
|
557
|
-
- [PartnerSearchResponse](docs/PartnerSearchResponse.md)
|
|
558
|
-
- [PartnerSearchResponseMeta](docs/PartnerSearchResponseMeta.md)
|
|
559
538
|
- [PasswordResetRequestBody](docs/PasswordResetRequestBody.md)
|
|
560
539
|
- [PaymentByPlayerInfo](docs/PaymentByPlayerInfo.md)
|
|
540
|
+
- [PaymentIntentResult](docs/PaymentIntentResult.md)
|
|
561
541
|
- [PaymentMethod](docs/PaymentMethod.md)
|
|
542
|
+
- [PaymentProviderType](docs/PaymentProviderType.md)
|
|
562
543
|
- [PaymentRequirementsSettings](docs/PaymentRequirementsSettings.md)
|
|
544
|
+
- [PaymentStatus](docs/PaymentStatus.md)
|
|
563
545
|
- [PickIUserLocationExcludeKeyofIUserLocationType](docs/PickIUserLocationExcludeKeyofIUserLocationType.md)
|
|
564
546
|
- [PlanInterval](docs/PlanInterval.md)
|
|
565
547
|
- [PlanPrice](docs/PlanPrice.md)
|
|
@@ -573,7 +555,6 @@ Class | Method | HTTP request | Description
|
|
|
573
555
|
- [PlayerShare](docs/PlayerShare.md)
|
|
574
556
|
- [PlayerSummary](docs/PlayerSummary.md)
|
|
575
557
|
- [PlayerWithPaymentMethod](docs/PlayerWithPaymentMethod.md)
|
|
576
|
-
- [PricingPeriodDiscount](docs/PricingPeriodDiscount.md)
|
|
577
558
|
- [ProfilePictureResponse](docs/ProfilePictureResponse.md)
|
|
578
559
|
- [ProfilePictureUpdateRequestBody](docs/ProfilePictureUpdateRequestBody.md)
|
|
579
560
|
- [PublicAccessSettings](docs/PublicAccessSettings.md)
|
|
@@ -583,7 +564,6 @@ Class | Method | HTTP request | Description
|
|
|
583
564
|
- [QuickReservationClubSport](docs/QuickReservationClubSport.md)
|
|
584
565
|
- [QuickReservationClubSummary](docs/QuickReservationClubSummary.md)
|
|
585
566
|
- [QuickReservationClubSummaryLocation](docs/QuickReservationClubSummaryLocation.md)
|
|
586
|
-
- [QuickReservationCourtType](docs/QuickReservationCourtType.md)
|
|
587
567
|
- [QuickReservationResponse](docs/QuickReservationResponse.md)
|
|
588
568
|
- [QuickReservationSlotSummary](docs/QuickReservationSlotSummary.md)
|
|
589
569
|
- [RecordWeekdayKeyClubDaySchedule](docs/RecordWeekdayKeyClubDaySchedule.md)
|
|
@@ -594,10 +574,6 @@ Class | Method | HTTP request | Description
|
|
|
594
574
|
- [RegisterRequestBodyLocation](docs/RegisterRequestBodyLocation.md)
|
|
595
575
|
- [RequestEmailCodeBody](docs/RequestEmailCodeBody.md)
|
|
596
576
|
- [RequestEmailCodeResponse](docs/RequestEmailCodeResponse.md)
|
|
597
|
-
- [RequestOrganizationEmailCodeBody](docs/RequestOrganizationEmailCodeBody.md)
|
|
598
|
-
- [RequestOrganizationEmailCodeResponse](docs/RequestOrganizationEmailCodeResponse.md)
|
|
599
|
-
- [RequestVerificationCodeBody](docs/RequestVerificationCodeBody.md)
|
|
600
|
-
- [RequestVerificationCodeResponse](docs/RequestVerificationCodeResponse.md)
|
|
601
577
|
- [ResetPasswordRequest](docs/ResetPasswordRequest.md)
|
|
602
578
|
- [RetentionRateResponse](docs/RetentionRateResponse.md)
|
|
603
579
|
- [RevenueBySportItem](docs/RevenueBySportItem.md)
|
|
@@ -625,7 +601,7 @@ Class | Method | HTTP request | Description
|
|
|
625
601
|
- [StaffEventBookingInvoiceResponse](docs/StaffEventBookingInvoiceResponse.md)
|
|
626
602
|
- [StaffEventBookingResponse](docs/StaffEventBookingResponse.md)
|
|
627
603
|
- [StaffEventDetailResponse](docs/StaffEventDetailResponse.md)
|
|
628
|
-
- [
|
|
604
|
+
- [StaffEventsPaginatedResponse](docs/StaffEventsPaginatedResponse.md)
|
|
629
605
|
- [StaffUserProfileResponse](docs/StaffUserProfileResponse.md)
|
|
630
606
|
- [SubscribeRequestBody](docs/SubscribeRequestBody.md)
|
|
631
607
|
- [SubscriberPrice](docs/SubscriberPrice.md)
|
|
@@ -635,7 +611,15 @@ Class | Method | HTTP request | Description
|
|
|
635
611
|
- [SubscriptionPlanDiscountUpdateRequest](docs/SubscriptionPlanDiscountUpdateRequest.md)
|
|
636
612
|
- [SubscriptionPlanDiscountUpdateRequestValidFrom](docs/SubscriptionPlanDiscountUpdateRequestValidFrom.md)
|
|
637
613
|
- [SubscriptionPlanResponse](docs/SubscriptionPlanResponse.md)
|
|
638
|
-
- [
|
|
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)
|
|
639
623
|
- [SurfaceType](docs/SurfaceType.md)
|
|
640
624
|
- [Team](docs/Team.md)
|
|
641
625
|
- [TimeBounds](docs/TimeBounds.md)
|
|
@@ -676,24 +660,14 @@ Class | Method | HTTP request | Description
|
|
|
676
660
|
- [UserEventsResponse](docs/UserEventsResponse.md)
|
|
677
661
|
- [UserInfo](docs/UserInfo.md)
|
|
678
662
|
- [UserLocationSummary](docs/UserLocationSummary.md)
|
|
679
|
-
- [UserNextBookingSummary](docs/UserNextBookingSummary.md)
|
|
680
|
-
- [UserNotificationsResponse](docs/UserNotificationsResponse.md)
|
|
681
|
-
- [UserNotificationsResponseMeta](docs/UserNotificationsResponseMeta.md)
|
|
682
663
|
- [UserProfileResponse](docs/UserProfileResponse.md)
|
|
683
664
|
- [UserRolesResponse](docs/UserRolesResponse.md)
|
|
684
665
|
- [UserSubscriptionsResponse](docs/UserSubscriptionsResponse.md)
|
|
685
666
|
- [VerifyEmailCodeBody](docs/VerifyEmailCodeBody.md)
|
|
686
667
|
- [VerifyEmailCodeResponse](docs/VerifyEmailCodeResponse.md)
|
|
687
668
|
- [VerifyEmailRequest](docs/VerifyEmailRequest.md)
|
|
688
|
-
- [VerifyOrganizationEmailCodeBody](docs/VerifyOrganizationEmailCodeBody.md)
|
|
689
|
-
- [VerifyOrganizationEmailCodeResponse](docs/VerifyOrganizationEmailCodeResponse.md)
|
|
690
|
-
- [VerifyVerificationCodeBody](docs/VerifyVerificationCodeBody.md)
|
|
691
|
-
- [VerifyVerificationCodeResponse](docs/VerifyVerificationCodeResponse.md)
|
|
692
669
|
- [VisibilityType](docs/VisibilityType.md)
|
|
693
|
-
- [WaitListEntryWithPlayer](docs/WaitListEntryWithPlayer.md)
|
|
694
670
|
- [WaitListListResponse](docs/WaitListListResponse.md)
|
|
695
|
-
- [WaitListPlayer](docs/WaitListPlayer.md)
|
|
696
|
-
- [WaitListPlayersListResponse](docs/WaitListPlayersListResponse.md)
|
|
697
671
|
- [WaitListPositionResponse](docs/WaitListPositionResponse.md)
|
|
698
672
|
- [WaitListResponse](docs/WaitListResponse.md)
|
|
699
673
|
- [WeekdayAverageItem](docs/WeekdayAverageItem.md)
|