@tennac-booking/sdk 1.0.231 → 1.0.233
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 +25 -0
- package/README.md +40 -2
- package/api.ts +2222 -5
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +7514 -6070
- package/dist/api.js +1212 -10
- 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 +7514 -6070
- package/dist/esm/api.js +1195 -5
- 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/BookingsStaffApi.md +57 -1
- package/docs/CheckInPlayerSumupRequest.md +22 -0
- package/docs/CheckInPlayerSumupResponse.md +24 -0
- package/docs/CheckInSumupPaymentInfo.md +26 -0
- package/docs/EventsApi.md +59 -0
- 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/PublishEventResponse.md +2 -0
- package/docs/RespondToEventBookingInvitation200Response.md +24 -0
- package/docs/RespondToEventBookingInvitationRequest.md +20 -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/index.ts +1 -1
- package/package.json +1 -1
package/.openapi-generator/FILES
CHANGED
|
@@ -54,6 +54,9 @@ docs/CheckInEventParticipants200ResponseInvoicesInner.md
|
|
|
54
54
|
docs/CheckInEventParticipantsRequest.md
|
|
55
55
|
docs/CheckInPlayerRequest.md
|
|
56
56
|
docs/CheckInPlayerResponse.md
|
|
57
|
+
docs/CheckInPlayerSumupRequest.md
|
|
58
|
+
docs/CheckInPlayerSumupResponse.md
|
|
59
|
+
docs/CheckInSumupPaymentInfo.md
|
|
57
60
|
docs/CheckTeamNameAvailability200Response.md
|
|
58
61
|
docs/CheckedInPlayer.md
|
|
59
62
|
docs/ClientApi.md
|
|
@@ -298,8 +301,12 @@ docs/PartnerSearchResponse.md
|
|
|
298
301
|
docs/PartnerSearchResponseMeta.md
|
|
299
302
|
docs/PasswordResetRequestBody.md
|
|
300
303
|
docs/PaymentByPlayerInfo.md
|
|
304
|
+
docs/PaymentIntentResult.md
|
|
301
305
|
docs/PaymentMethod.md
|
|
306
|
+
docs/PaymentProviderType.md
|
|
302
307
|
docs/PaymentRequirementsSettings.md
|
|
308
|
+
docs/PaymentStatus.md
|
|
309
|
+
docs/PaymentsStaffApi.md
|
|
303
310
|
docs/PickIUserLocationExcludeKeyofIUserLocationType.md
|
|
304
311
|
docs/PlanInterval.md
|
|
305
312
|
docs/PlanPrice.md
|
|
@@ -340,6 +347,8 @@ docs/RequestOrganizationEmailCodeResponse.md
|
|
|
340
347
|
docs/RequestVerificationCodeBody.md
|
|
341
348
|
docs/RequestVerificationCodeResponse.md
|
|
342
349
|
docs/ResetPasswordRequest.md
|
|
350
|
+
docs/RespondToEventBookingInvitation200Response.md
|
|
351
|
+
docs/RespondToEventBookingInvitationRequest.md
|
|
343
352
|
docs/RetentionRateResponse.md
|
|
344
353
|
docs/RevenueBySportItem.md
|
|
345
354
|
docs/SchoolAccessSettings.md
|
|
@@ -382,6 +391,22 @@ docs/SubscriptionsManagerApi.md
|
|
|
382
391
|
docs/SubscriptionsPublicApi.md
|
|
383
392
|
docs/SubscriptionsStaffApi.md
|
|
384
393
|
docs/SubscriptionsUserApi.md
|
|
394
|
+
docs/SumUpApi.md
|
|
395
|
+
docs/SumUpManagerApi.md
|
|
396
|
+
docs/SumupAccountStatusResponse.md
|
|
397
|
+
docs/SumupCancelPaymentRequest.md
|
|
398
|
+
docs/SumupConnectUrlResponse.md
|
|
399
|
+
docs/SumupCreatePaymentRequest.md
|
|
400
|
+
docs/SumupOAuthCallbackResponse.md
|
|
401
|
+
docs/SumupPairReaderRequest.md
|
|
402
|
+
docs/SumupPairReaderResponse.md
|
|
403
|
+
docs/SumupReaderInfo.md
|
|
404
|
+
docs/SumupReaderInfoDevice.md
|
|
405
|
+
docs/SumupReaderResponse.md
|
|
406
|
+
docs/SumupReaderStatusInfo.md
|
|
407
|
+
docs/SumupReaderStatusResponse.md
|
|
408
|
+
docs/SumupReadersResponse.md
|
|
409
|
+
docs/SumupUpdateReaderRequest.md
|
|
385
410
|
docs/SupportedLanguage.md
|
|
386
411
|
docs/SurfaceType.md
|
|
387
412
|
docs/Team.md
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @tennac-booking/sdk@1.0.
|
|
1
|
+
## @tennac-booking/sdk@1.0.233
|
|
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.233 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
|
@@ -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} |
|
|
@@ -193,6 +194,7 @@ Class | Method | HTTP request | Description
|
|
|
193
194
|
*EventsApi* | [**joinOpenEventBooking**](docs/EventsApi.md#joinopeneventbooking) | **POST** /api/events/{eventBookingId}/open/join |
|
|
194
195
|
*EventsApi* | [**leaveEvent**](docs/EventsApi.md#leaveevent) | **DELETE** /api/events/{eventId}/leave |
|
|
195
196
|
*EventsApi* | [**leaveOpenEventBooking**](docs/EventsApi.md#leaveopeneventbooking) | **DELETE** /api/events/{eventBookingId}/open/leave |
|
|
197
|
+
*EventsApi* | [**respondToEventBookingInvitation**](docs/EventsApi.md#respondtoeventbookinginvitation) | **POST** /api/events/{eventBookingId}/respond-invitation |
|
|
196
198
|
*EventsManagerApi* | [**checkEventConflicts**](docs/EventsManagerApi.md#checkeventconflicts) | **POST** /api/events/manager/checkConflicts |
|
|
197
199
|
*EventsManagerApi* | [**createEvent**](docs/EventsManagerApi.md#createevent) | **POST** /api/events/manager/createEvent |
|
|
198
200
|
*EventsManagerApi* | [**deleteEvent**](docs/EventsManagerApi.md#deleteevent) | **DELETE** /api/events/manager/deleteEvent/{eventId} |
|
|
@@ -219,6 +221,8 @@ Class | Method | HTTP request | Description
|
|
|
219
221
|
*JobsApi* | [**maintainSlots**](docs/JobsApi.md#maintainslots) | **GET** /api/jobs/maintain-slots | Génère les créneaux futurs et nettoie les anciens
|
|
220
222
|
*JobsApi* | [**releaseOldBookings**](docs/JobsApi.md#releaseoldbookings) | **GET** /api/jobs/release-old-bookings | Libère les anciennes réservations terminées
|
|
221
223
|
*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
|
|
224
|
+
*PaymentsStaffApi* | [**cancelSumupPayment**](docs/PaymentsStaffApi.md#cancelsumuppayment) | **POST** /api/clubs/{clubId}/payments/sumup/{paymentId}/cancel |
|
|
225
|
+
*PaymentsStaffApi* | [**createSumupPayment**](docs/PaymentsStaffApi.md#createsumuppayment) | **POST** /api/clubs/{clubId}/payments/sumup |
|
|
222
226
|
*PublicEmailApi* | [**authEmailExists**](docs/PublicEmailApi.md#authemailexists) | **POST** /api/public-email/auth-email-exists |
|
|
223
227
|
*PublicEmailApi* | [**requestPublicEmailVerificationCode**](docs/PublicEmailApi.md#requestpublicemailverificationcode) | **POST** /api/public-email/request-verification-code |
|
|
224
228
|
*PublicEmailApi* | [**verifyCode**](docs/PublicEmailApi.md#verifycode) | **POST** /api/public-email/verify-code |
|
|
@@ -237,6 +241,18 @@ Class | Method | HTTP request | Description
|
|
|
237
241
|
*SubscriptionsUserApi* | [**mySubscriptions**](docs/SubscriptionsUserApi.md#mysubscriptions) | **GET** /api/subscriptions/me |
|
|
238
242
|
*SubscriptionsUserApi* | [**resume**](docs/SubscriptionsUserApi.md#resume) | **POST** /api/subscriptions/{clubId}/{subscriptionId}/resume |
|
|
239
243
|
*SubscriptionsUserApi* | [**subscribe**](docs/SubscriptionsUserApi.md#subscribe) | **POST** /api/subscriptions/subscribe |
|
|
244
|
+
*SumUpApi* | [**sumupOauthCallback**](docs/SumUpApi.md#sumupoauthcallback) | **GET** /api/sumup/oauth/callback |
|
|
245
|
+
*SumUpManagerApi* | [**createSumupReader**](docs/SumUpManagerApi.md#createsumupreader) | **POST** /api/clubs/{clubId}/sumup/readers |
|
|
246
|
+
*SumUpManagerApi* | [**deleteSumupReader**](docs/SumUpManagerApi.md#deletesumupreader) | **DELETE** /api/clubs/{clubId}/sumup/readers/{readerId} |
|
|
247
|
+
*SumUpManagerApi* | [**disconnectSumup**](docs/SumUpManagerApi.md#disconnectsumup) | **POST** /api/clubs/{clubId}/sumup/disconnect |
|
|
248
|
+
*SumUpManagerApi* | [**getSumupConnectUrl**](docs/SumUpManagerApi.md#getsumupconnecturl) | **GET** /api/clubs/{clubId}/sumup/connect |
|
|
249
|
+
*SumUpManagerApi* | [**getSumupReader**](docs/SumUpManagerApi.md#getsumupreader) | **GET** /api/clubs/{clubId}/sumup/readers/{readerId} |
|
|
250
|
+
*SumUpManagerApi* | [**getSumupReaderStatus**](docs/SumUpManagerApi.md#getsumupreaderstatus) | **GET** /api/clubs/{clubId}/sumup/readers/{readerId}/status |
|
|
251
|
+
*SumUpManagerApi* | [**getSumupStatus**](docs/SumUpManagerApi.md#getsumupstatus) | **GET** /api/clubs/{clubId}/sumup/status |
|
|
252
|
+
*SumUpManagerApi* | [**listSumupReaders**](docs/SumUpManagerApi.md#listsumupreaders) | **GET** /api/clubs/{clubId}/sumup/readers |
|
|
253
|
+
*SumUpManagerApi* | [**pairSumupReader**](docs/SumUpManagerApi.md#pairsumupreader) | **POST** /api/clubs/{clubId}/sumup/readers/pair |
|
|
254
|
+
*SumUpManagerApi* | [**selectSumupReader**](docs/SumUpManagerApi.md#selectsumupreader) | **POST** /api/clubs/{clubId}/sumup/readers/{readerId}/select |
|
|
255
|
+
*SumUpManagerApi* | [**updateSumupReader**](docs/SumUpManagerApi.md#updatesumupreader) | **PATCH** /api/clubs/{clubId}/sumup/readers/{readerId} |
|
|
240
256
|
*UserApi* | [**getMyClubInfos**](docs/UserApi.md#getmyclubinfos) | **GET** /api/users/me/club-infos |
|
|
241
257
|
*UsersApi* | [**addFavoriteClub**](docs/UsersApi.md#addfavoriteclub) | **POST** /api/users/me/favorite-clubs |
|
|
242
258
|
*UsersApi* | [**addFavoritePlayer**](docs/UsersApi.md#addfavoriteplayer) | **POST** /api/users/me/favoritesPlayers |
|
|
@@ -348,6 +364,9 @@ Class | Method | HTTP request | Description
|
|
|
348
364
|
- [CheckInEventParticipantsRequest](docs/CheckInEventParticipantsRequest.md)
|
|
349
365
|
- [CheckInPlayerRequest](docs/CheckInPlayerRequest.md)
|
|
350
366
|
- [CheckInPlayerResponse](docs/CheckInPlayerResponse.md)
|
|
367
|
+
- [CheckInPlayerSumupRequest](docs/CheckInPlayerSumupRequest.md)
|
|
368
|
+
- [CheckInPlayerSumupResponse](docs/CheckInPlayerSumupResponse.md)
|
|
369
|
+
- [CheckInSumupPaymentInfo](docs/CheckInSumupPaymentInfo.md)
|
|
351
370
|
- [CheckTeamNameAvailability200Response](docs/CheckTeamNameAvailability200Response.md)
|
|
352
371
|
- [CheckedInPlayer](docs/CheckedInPlayer.md)
|
|
353
372
|
- [ClientFullOnboardingResponse](docs/ClientFullOnboardingResponse.md)
|
|
@@ -573,8 +592,11 @@ Class | Method | HTTP request | Description
|
|
|
573
592
|
- [PartnerSearchResponseMeta](docs/PartnerSearchResponseMeta.md)
|
|
574
593
|
- [PasswordResetRequestBody](docs/PasswordResetRequestBody.md)
|
|
575
594
|
- [PaymentByPlayerInfo](docs/PaymentByPlayerInfo.md)
|
|
595
|
+
- [PaymentIntentResult](docs/PaymentIntentResult.md)
|
|
576
596
|
- [PaymentMethod](docs/PaymentMethod.md)
|
|
597
|
+
- [PaymentProviderType](docs/PaymentProviderType.md)
|
|
577
598
|
- [PaymentRequirementsSettings](docs/PaymentRequirementsSettings.md)
|
|
599
|
+
- [PaymentStatus](docs/PaymentStatus.md)
|
|
578
600
|
- [PickIUserLocationExcludeKeyofIUserLocationType](docs/PickIUserLocationExcludeKeyofIUserLocationType.md)
|
|
579
601
|
- [PlanInterval](docs/PlanInterval.md)
|
|
580
602
|
- [PlanPrice](docs/PlanPrice.md)
|
|
@@ -614,6 +636,8 @@ Class | Method | HTTP request | Description
|
|
|
614
636
|
- [RequestVerificationCodeBody](docs/RequestVerificationCodeBody.md)
|
|
615
637
|
- [RequestVerificationCodeResponse](docs/RequestVerificationCodeResponse.md)
|
|
616
638
|
- [ResetPasswordRequest](docs/ResetPasswordRequest.md)
|
|
639
|
+
- [RespondToEventBookingInvitation200Response](docs/RespondToEventBookingInvitation200Response.md)
|
|
640
|
+
- [RespondToEventBookingInvitationRequest](docs/RespondToEventBookingInvitationRequest.md)
|
|
617
641
|
- [RetentionRateResponse](docs/RetentionRateResponse.md)
|
|
618
642
|
- [RevenueBySportItem](docs/RevenueBySportItem.md)
|
|
619
643
|
- [SchoolAccessSettings](docs/SchoolAccessSettings.md)
|
|
@@ -650,6 +674,20 @@ Class | Method | HTTP request | Description
|
|
|
650
674
|
- [SubscriptionPlanDiscountUpdateRequest](docs/SubscriptionPlanDiscountUpdateRequest.md)
|
|
651
675
|
- [SubscriptionPlanDiscountUpdateRequestValidFrom](docs/SubscriptionPlanDiscountUpdateRequestValidFrom.md)
|
|
652
676
|
- [SubscriptionPlanResponse](docs/SubscriptionPlanResponse.md)
|
|
677
|
+
- [SumupAccountStatusResponse](docs/SumupAccountStatusResponse.md)
|
|
678
|
+
- [SumupCancelPaymentRequest](docs/SumupCancelPaymentRequest.md)
|
|
679
|
+
- [SumupConnectUrlResponse](docs/SumupConnectUrlResponse.md)
|
|
680
|
+
- [SumupCreatePaymentRequest](docs/SumupCreatePaymentRequest.md)
|
|
681
|
+
- [SumupOAuthCallbackResponse](docs/SumupOAuthCallbackResponse.md)
|
|
682
|
+
- [SumupPairReaderRequest](docs/SumupPairReaderRequest.md)
|
|
683
|
+
- [SumupPairReaderResponse](docs/SumupPairReaderResponse.md)
|
|
684
|
+
- [SumupReaderInfo](docs/SumupReaderInfo.md)
|
|
685
|
+
- [SumupReaderInfoDevice](docs/SumupReaderInfoDevice.md)
|
|
686
|
+
- [SumupReaderResponse](docs/SumupReaderResponse.md)
|
|
687
|
+
- [SumupReaderStatusInfo](docs/SumupReaderStatusInfo.md)
|
|
688
|
+
- [SumupReaderStatusResponse](docs/SumupReaderStatusResponse.md)
|
|
689
|
+
- [SumupReadersResponse](docs/SumupReadersResponse.md)
|
|
690
|
+
- [SumupUpdateReaderRequest](docs/SumupUpdateReaderRequest.md)
|
|
653
691
|
- [SupportedLanguage](docs/SupportedLanguage.md)
|
|
654
692
|
- [SurfaceType](docs/SurfaceType.md)
|
|
655
693
|
- [Team](docs/Team.md)
|