@tennac-booking/sdk 1.0.231 → 1.0.232
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 +481 -457
- package/README.md +35 -0
- package/api.ts +10498 -8422
- package/dist/api.d.ts +7432 -6082
- package/dist/api.js +4472 -2537
- package/dist/base.js +2 -5
- package/dist/common.js +38 -22
- package/dist/configuration.js +2 -62
- package/dist/esm/api.d.ts +7432 -6082
- package/dist/esm/api.js +4454 -2531
- package/dist/esm/base.js +2 -5
- package/dist/esm/common.js +38 -22
- package/dist/esm/configuration.js +2 -62
- package/docs/BookingsStaffApi.md +57 -1
- package/docs/CheckInPlayerSumupRequest.md +22 -0
- package/docs/CheckInPlayerSumupResponse.md +24 -0
- package/docs/CheckInSumupPaymentInfo.md +26 -0
- package/docs/JobsApi.md +7 -7
- package/docs/PaymentIntentResult.md +28 -0
- package/docs/PaymentProviderType.md +10 -0
- package/docs/PaymentStatus.md +14 -0
- package/docs/PaymentsStaffApi.md +124 -0
- package/docs/SumUpApi.md +63 -0
- package/docs/SumUpManagerApi.md +617 -0
- package/docs/SumupAccountStatusResponse.md +32 -0
- package/docs/SumupCancelPaymentRequest.md +20 -0
- package/docs/SumupConnectUrlResponse.md +20 -0
- package/docs/SumupCreatePaymentRequest.md +32 -0
- package/docs/SumupOAuthCallbackResponse.md +24 -0
- package/docs/SumupPairReaderRequest.md +24 -0
- package/docs/SumupPairReaderResponse.md +20 -0
- package/docs/SumupReaderInfo.md +42 -0
- package/docs/SumupReaderInfoDevice.md +22 -0
- package/docs/SumupReaderResponse.md +20 -0
- package/docs/SumupReaderStatusInfo.md +32 -0
- package/docs/SumupReaderStatusResponse.md +20 -0
- package/docs/SumupReadersResponse.md +20 -0
- package/docs/SumupUpdateReaderRequest.md +22 -0
- package/package.json +1 -1
- package/tsconfig.json +1 -1
package/README.md
CHANGED
|
@@ -66,6 +66,7 @@ Class | Method | HTTP request | Description
|
|
|
66
66
|
*BookingsManagerApi* | [**applyNoShowFee**](docs/BookingsManagerApi.md#applynoshowfee) | **POST** /api/bookings/{bookingId}/no-show |
|
|
67
67
|
*BookingsManagerApi* | [**managerCancelBooking**](docs/BookingsManagerApi.md#managercancelbooking) | **POST** /api/bookings/{bookingId}/manager-cancel |
|
|
68
68
|
*BookingsStaffApi* | [**checkInPlayer**](docs/BookingsStaffApi.md#checkinplayer) | **POST** /api/bookings/{bookingId}/check-in |
|
|
69
|
+
*BookingsStaffApi* | [**checkInPlayerWithSumup**](docs/BookingsStaffApi.md#checkinplayerwithsumup) | **POST** /api/bookings/{bookingId}/check-in/sumup |
|
|
69
70
|
*BookingsStaffApi* | [**createStaffBooking**](docs/BookingsStaffApi.md#createstaffbooking) | **POST** /api/bookings/staff |
|
|
70
71
|
*BookingsStaffApi* | [**getBookingById**](docs/BookingsStaffApi.md#getbookingbyid) | **GET** /api/bookings/{bookingId} |
|
|
71
72
|
*BookingsStaffApi* | [**getBookingHistoryStaff**](docs/BookingsStaffApi.md#getbookinghistorystaff) | **GET** /api/bookings/staff/history{bookingId} |
|
|
@@ -219,6 +220,8 @@ Class | Method | HTTP request | Description
|
|
|
219
220
|
*JobsApi* | [**maintainSlots**](docs/JobsApi.md#maintainslots) | **GET** /api/jobs/maintain-slots | Génère les créneaux futurs et nettoie les anciens
|
|
220
221
|
*JobsApi* | [**releaseOldBookings**](docs/JobsApi.md#releaseoldbookings) | **GET** /api/jobs/release-old-bookings | Libère les anciennes réservations terminées
|
|
221
222
|
*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
|
|
223
|
+
*PaymentsStaffApi* | [**cancelSumupPayment**](docs/PaymentsStaffApi.md#cancelsumuppayment) | **POST** /api/clubs/{clubId}/payments/sumup/{paymentId}/cancel |
|
|
224
|
+
*PaymentsStaffApi* | [**createSumupPayment**](docs/PaymentsStaffApi.md#createsumuppayment) | **POST** /api/clubs/{clubId}/payments/sumup |
|
|
222
225
|
*PublicEmailApi* | [**authEmailExists**](docs/PublicEmailApi.md#authemailexists) | **POST** /api/public-email/auth-email-exists |
|
|
223
226
|
*PublicEmailApi* | [**requestPublicEmailVerificationCode**](docs/PublicEmailApi.md#requestpublicemailverificationcode) | **POST** /api/public-email/request-verification-code |
|
|
224
227
|
*PublicEmailApi* | [**verifyCode**](docs/PublicEmailApi.md#verifycode) | **POST** /api/public-email/verify-code |
|
|
@@ -237,6 +240,18 @@ Class | Method | HTTP request | Description
|
|
|
237
240
|
*SubscriptionsUserApi* | [**mySubscriptions**](docs/SubscriptionsUserApi.md#mysubscriptions) | **GET** /api/subscriptions/me |
|
|
238
241
|
*SubscriptionsUserApi* | [**resume**](docs/SubscriptionsUserApi.md#resume) | **POST** /api/subscriptions/{clubId}/{subscriptionId}/resume |
|
|
239
242
|
*SubscriptionsUserApi* | [**subscribe**](docs/SubscriptionsUserApi.md#subscribe) | **POST** /api/subscriptions/subscribe |
|
|
243
|
+
*SumUpApi* | [**sumupOauthCallback**](docs/SumUpApi.md#sumupoauthcallback) | **GET** /api/sumup/oauth/callback |
|
|
244
|
+
*SumUpManagerApi* | [**createSumupReader**](docs/SumUpManagerApi.md#createsumupreader) | **POST** /api/clubs/{clubId}/sumup/readers |
|
|
245
|
+
*SumUpManagerApi* | [**deleteSumupReader**](docs/SumUpManagerApi.md#deletesumupreader) | **DELETE** /api/clubs/{clubId}/sumup/readers/{readerId} |
|
|
246
|
+
*SumUpManagerApi* | [**disconnectSumup**](docs/SumUpManagerApi.md#disconnectsumup) | **POST** /api/clubs/{clubId}/sumup/disconnect |
|
|
247
|
+
*SumUpManagerApi* | [**getSumupConnectUrl**](docs/SumUpManagerApi.md#getsumupconnecturl) | **GET** /api/clubs/{clubId}/sumup/connect |
|
|
248
|
+
*SumUpManagerApi* | [**getSumupReader**](docs/SumUpManagerApi.md#getsumupreader) | **GET** /api/clubs/{clubId}/sumup/readers/{readerId} |
|
|
249
|
+
*SumUpManagerApi* | [**getSumupReaderStatus**](docs/SumUpManagerApi.md#getsumupreaderstatus) | **GET** /api/clubs/{clubId}/sumup/readers/{readerId}/status |
|
|
250
|
+
*SumUpManagerApi* | [**getSumupStatus**](docs/SumUpManagerApi.md#getsumupstatus) | **GET** /api/clubs/{clubId}/sumup/status |
|
|
251
|
+
*SumUpManagerApi* | [**listSumupReaders**](docs/SumUpManagerApi.md#listsumupreaders) | **GET** /api/clubs/{clubId}/sumup/readers |
|
|
252
|
+
*SumUpManagerApi* | [**pairSumupReader**](docs/SumUpManagerApi.md#pairsumupreader) | **POST** /api/clubs/{clubId}/sumup/readers/pair |
|
|
253
|
+
*SumUpManagerApi* | [**selectSumupReader**](docs/SumUpManagerApi.md#selectsumupreader) | **POST** /api/clubs/{clubId}/sumup/readers/{readerId}/select |
|
|
254
|
+
*SumUpManagerApi* | [**updateSumupReader**](docs/SumUpManagerApi.md#updatesumupreader) | **PATCH** /api/clubs/{clubId}/sumup/readers/{readerId} |
|
|
240
255
|
*UserApi* | [**getMyClubInfos**](docs/UserApi.md#getmyclubinfos) | **GET** /api/users/me/club-infos |
|
|
241
256
|
*UsersApi* | [**addFavoriteClub**](docs/UsersApi.md#addfavoriteclub) | **POST** /api/users/me/favorite-clubs |
|
|
242
257
|
*UsersApi* | [**addFavoritePlayer**](docs/UsersApi.md#addfavoriteplayer) | **POST** /api/users/me/favoritesPlayers |
|
|
@@ -348,6 +363,9 @@ Class | Method | HTTP request | Description
|
|
|
348
363
|
- [CheckInEventParticipantsRequest](docs/CheckInEventParticipantsRequest.md)
|
|
349
364
|
- [CheckInPlayerRequest](docs/CheckInPlayerRequest.md)
|
|
350
365
|
- [CheckInPlayerResponse](docs/CheckInPlayerResponse.md)
|
|
366
|
+
- [CheckInPlayerSumupRequest](docs/CheckInPlayerSumupRequest.md)
|
|
367
|
+
- [CheckInPlayerSumupResponse](docs/CheckInPlayerSumupResponse.md)
|
|
368
|
+
- [CheckInSumupPaymentInfo](docs/CheckInSumupPaymentInfo.md)
|
|
351
369
|
- [CheckTeamNameAvailability200Response](docs/CheckTeamNameAvailability200Response.md)
|
|
352
370
|
- [CheckedInPlayer](docs/CheckedInPlayer.md)
|
|
353
371
|
- [ClientFullOnboardingResponse](docs/ClientFullOnboardingResponse.md)
|
|
@@ -573,8 +591,11 @@ Class | Method | HTTP request | Description
|
|
|
573
591
|
- [PartnerSearchResponseMeta](docs/PartnerSearchResponseMeta.md)
|
|
574
592
|
- [PasswordResetRequestBody](docs/PasswordResetRequestBody.md)
|
|
575
593
|
- [PaymentByPlayerInfo](docs/PaymentByPlayerInfo.md)
|
|
594
|
+
- [PaymentIntentResult](docs/PaymentIntentResult.md)
|
|
576
595
|
- [PaymentMethod](docs/PaymentMethod.md)
|
|
596
|
+
- [PaymentProviderType](docs/PaymentProviderType.md)
|
|
577
597
|
- [PaymentRequirementsSettings](docs/PaymentRequirementsSettings.md)
|
|
598
|
+
- [PaymentStatus](docs/PaymentStatus.md)
|
|
578
599
|
- [PickIUserLocationExcludeKeyofIUserLocationType](docs/PickIUserLocationExcludeKeyofIUserLocationType.md)
|
|
579
600
|
- [PlanInterval](docs/PlanInterval.md)
|
|
580
601
|
- [PlanPrice](docs/PlanPrice.md)
|
|
@@ -650,6 +671,20 @@ Class | Method | HTTP request | Description
|
|
|
650
671
|
- [SubscriptionPlanDiscountUpdateRequest](docs/SubscriptionPlanDiscountUpdateRequest.md)
|
|
651
672
|
- [SubscriptionPlanDiscountUpdateRequestValidFrom](docs/SubscriptionPlanDiscountUpdateRequestValidFrom.md)
|
|
652
673
|
- [SubscriptionPlanResponse](docs/SubscriptionPlanResponse.md)
|
|
674
|
+
- [SumupAccountStatusResponse](docs/SumupAccountStatusResponse.md)
|
|
675
|
+
- [SumupCancelPaymentRequest](docs/SumupCancelPaymentRequest.md)
|
|
676
|
+
- [SumupConnectUrlResponse](docs/SumupConnectUrlResponse.md)
|
|
677
|
+
- [SumupCreatePaymentRequest](docs/SumupCreatePaymentRequest.md)
|
|
678
|
+
- [SumupOAuthCallbackResponse](docs/SumupOAuthCallbackResponse.md)
|
|
679
|
+
- [SumupPairReaderRequest](docs/SumupPairReaderRequest.md)
|
|
680
|
+
- [SumupPairReaderResponse](docs/SumupPairReaderResponse.md)
|
|
681
|
+
- [SumupReaderInfo](docs/SumupReaderInfo.md)
|
|
682
|
+
- [SumupReaderInfoDevice](docs/SumupReaderInfoDevice.md)
|
|
683
|
+
- [SumupReaderResponse](docs/SumupReaderResponse.md)
|
|
684
|
+
- [SumupReaderStatusInfo](docs/SumupReaderStatusInfo.md)
|
|
685
|
+
- [SumupReaderStatusResponse](docs/SumupReaderStatusResponse.md)
|
|
686
|
+
- [SumupReadersResponse](docs/SumupReadersResponse.md)
|
|
687
|
+
- [SumupUpdateReaderRequest](docs/SumupUpdateReaderRequest.md)
|
|
653
688
|
- [SupportedLanguage](docs/SupportedLanguage.md)
|
|
654
689
|
- [SurfaceType](docs/SurfaceType.md)
|
|
655
690
|
- [Team](docs/Team.md)
|