@tennac-booking/sdk 1.0.184 → 1.0.186
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 +2 -19
- package/README.md +7 -29
- package/api.ts +334 -1613
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +254 -1113
- package/dist/api.js +186 -893
- 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 +254 -1113
- package/dist/esm/api.js +182 -876
- 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/BookingsApi.md +5 -5
- package/docs/BookingsStaffApi.md +1 -57
- package/docs/EventsStaffApi.md +119 -25
- package/docs/JoinOpenBookingRequest.md +26 -0
- package/docs/StaffEventsPageResponse.md +22 -0
- package/docs/UserClubMembership.md +2 -0
- package/docs/UserProfileResponse.md +2 -0
- package/index.ts +1 -1
- package/package.json +1 -1
- package/docs/CheckInPlayerSumupRequest.md +0 -22
- package/docs/CheckInPlayerSumupResponse.md +0 -24
- package/docs/CheckInSumupPaymentInfo.md +0 -26
- package/docs/PaymentIntentResult.md +0 -28
- package/docs/PaymentProviderType.md +0 -10
- package/docs/PaymentStatus.md +0 -14
- package/docs/PaymentsStaffApi.md +0 -124
- package/docs/StaffEventsPaginatedResponse.md +0 -26
- package/docs/SumUpApi.md +0 -63
- package/docs/SumUpManagerApi.md +0 -332
- package/docs/SumupAccountStatusResponse.md +0 -32
- package/docs/SumupCancelPaymentRequest.md +0 -20
- package/docs/SumupConnectUrlResponse.md +0 -20
- package/docs/SumupCreatePaymentRequest.md +0 -32
- package/docs/SumupOAuthCallbackResponse.md +0 -24
- package/docs/SumupPairReaderRequest.md +0 -22
- package/docs/SumupPairReaderResponse.md +0 -20
- package/docs/SumupReaderInfo.md +0 -34
- package/docs/SumupReadersResponse.md +0 -20
package/.openapi-generator/FILES
CHANGED
|
@@ -52,9 +52,6 @@ docs/CheckInEventParticipants200ResponseInvoicesInner.md
|
|
|
52
52
|
docs/CheckInEventParticipantsRequest.md
|
|
53
53
|
docs/CheckInPlayerRequest.md
|
|
54
54
|
docs/CheckInPlayerResponse.md
|
|
55
|
-
docs/CheckInPlayerSumupRequest.md
|
|
56
|
-
docs/CheckInPlayerSumupResponse.md
|
|
57
|
-
docs/CheckInSumupPaymentInfo.md
|
|
58
55
|
docs/CheckTeamNameAvailability200Response.md
|
|
59
56
|
docs/CheckedInPlayer.md
|
|
60
57
|
docs/ClientApi.md
|
|
@@ -234,6 +231,7 @@ docs/JoinEventRequestPlayersPaymentMethodsInner.md
|
|
|
234
231
|
docs/JoinEventResponse.md
|
|
235
232
|
docs/JoinEventResponseOnsitePaymentsInner.md
|
|
236
233
|
docs/JoinEventWaitList200Response.md
|
|
234
|
+
docs/JoinOpenBookingRequest.md
|
|
237
235
|
docs/JoinOpenBookingResponse.md
|
|
238
236
|
docs/JoinOpenEventBookingRequest.md
|
|
239
237
|
docs/JoinOpenEventResponse.md
|
|
@@ -272,12 +270,8 @@ docs/PartialSchoolAccessSettings.md
|
|
|
272
270
|
docs/ParticipationType.md
|
|
273
271
|
docs/PasswordResetRequestBody.md
|
|
274
272
|
docs/PaymentByPlayerInfo.md
|
|
275
|
-
docs/PaymentIntentResult.md
|
|
276
273
|
docs/PaymentMethod.md
|
|
277
|
-
docs/PaymentProviderType.md
|
|
278
274
|
docs/PaymentRequirementsSettings.md
|
|
279
|
-
docs/PaymentStatus.md
|
|
280
|
-
docs/PaymentsStaffApi.md
|
|
281
275
|
docs/PickIUserLocationExcludeKeyofIUserLocationType.md
|
|
282
276
|
docs/PlanInterval.md
|
|
283
277
|
docs/PlanPrice.md
|
|
@@ -340,7 +334,7 @@ docs/StaffCreateBookingRequest.md
|
|
|
340
334
|
docs/StaffEventBookingInvoiceResponse.md
|
|
341
335
|
docs/StaffEventBookingResponse.md
|
|
342
336
|
docs/StaffEventDetailResponse.md
|
|
343
|
-
docs/
|
|
337
|
+
docs/StaffEventsPageResponse.md
|
|
344
338
|
docs/StaffUserProfileResponse.md
|
|
345
339
|
docs/SubscribeRequestBody.md
|
|
346
340
|
docs/SubscriberPrice.md
|
|
@@ -354,17 +348,6 @@ docs/SubscriptionsManagerApi.md
|
|
|
354
348
|
docs/SubscriptionsPublicApi.md
|
|
355
349
|
docs/SubscriptionsStaffApi.md
|
|
356
350
|
docs/SubscriptionsUserApi.md
|
|
357
|
-
docs/SumUpApi.md
|
|
358
|
-
docs/SumUpManagerApi.md
|
|
359
|
-
docs/SumupAccountStatusResponse.md
|
|
360
|
-
docs/SumupCancelPaymentRequest.md
|
|
361
|
-
docs/SumupConnectUrlResponse.md
|
|
362
|
-
docs/SumupCreatePaymentRequest.md
|
|
363
|
-
docs/SumupOAuthCallbackResponse.md
|
|
364
|
-
docs/SumupPairReaderRequest.md
|
|
365
|
-
docs/SumupPairReaderResponse.md
|
|
366
|
-
docs/SumupReaderInfo.md
|
|
367
|
-
docs/SumupReadersResponse.md
|
|
368
351
|
docs/SurfaceType.md
|
|
369
352
|
docs/Team.md
|
|
370
353
|
docs/TimeBounds.md
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @tennac-booking/sdk@1.0.
|
|
1
|
+
## @tennac-booking/sdk@1.0.185
|
|
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.185 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
|
@@ -65,7 +65,6 @@ Class | Method | HTTP request | Description
|
|
|
65
65
|
*BookingsManagerApi* | [**applyNoShowFee**](docs/BookingsManagerApi.md#applynoshowfee) | **POST** /api/bookings/{bookingId}/no-show |
|
|
66
66
|
*BookingsManagerApi* | [**managerCancelBooking**](docs/BookingsManagerApi.md#managercancelbooking) | **POST** /api/bookings/{bookingId}/manager-cancel |
|
|
67
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
68
|
*BookingsStaffApi* | [**createStaffBooking**](docs/BookingsStaffApi.md#createstaffbooking) | **POST** /api/bookings/staff |
|
|
70
69
|
*BookingsStaffApi* | [**getBookingById**](docs/BookingsStaffApi.md#getbookingbyid) | **GET** /api/bookings/{bookingId} |
|
|
71
70
|
*BookingsStaffApi* | [**getBookingHistoryStaff**](docs/BookingsStaffApi.md#getbookinghistorystaff) | **GET** /api/bookings/staff/history{bookingId} |
|
|
@@ -200,13 +199,13 @@ Class | Method | HTTP request | Description
|
|
|
200
199
|
*EventsManagerApi* | [**updateRecurringDefinition**](docs/EventsManagerApi.md#updaterecurringdefinition) | **PUT** /api/events/manager/recurring/{definitionId} |
|
|
201
200
|
*EventsStaffApi* | [**checkInEventParticipants**](docs/EventsStaffApi.md#checkineventparticipants) | **POST** /api/events/{eventBookingId}/check-in |
|
|
202
201
|
*EventsStaffApi* | [**getDailyEvents**](docs/EventsStaffApi.md#getdailyevents) | **GET** /api/events/calendar/daily |
|
|
202
|
+
*EventsStaffApi* | [**getDraftEventsByClub**](docs/EventsStaffApi.md#getdrafteventsbyclub) | **GET** /api/events/staff/getEvents/drafts |
|
|
203
203
|
*EventsStaffApi* | [**getEventByIdForStaff**](docs/EventsStaffApi.md#geteventbyidforstaff) | **GET** /api/events/staff/{eventId} |
|
|
204
|
-
*EventsStaffApi* | [**getEventsByClub**](docs/EventsStaffApi.md#geteventsbyclub) | **GET** /api/events/staff/getEvents |
|
|
205
204
|
*EventsStaffApi* | [**getMonthlyEvents**](docs/EventsStaffApi.md#getmonthlyevents) | **GET** /api/events/calendar/monthly |
|
|
205
|
+
*EventsStaffApi* | [**getPastEventsByClub**](docs/EventsStaffApi.md#getpasteventsbyclub) | **GET** /api/events/staff/getEvents/past |
|
|
206
|
+
*EventsStaffApi* | [**getUpcomingEventsByClub**](docs/EventsStaffApi.md#getupcomingeventsbyclub) | **GET** /api/events/staff/getEvents/upcoming |
|
|
206
207
|
*EventsStaffApi* | [**getWeeklyEvents**](docs/EventsStaffApi.md#getweeklyevents) | **GET** /api/events/calendar/weekly |
|
|
207
208
|
*ImagesApi* | [**cleanupImages**](docs/ImagesApi.md#cleanupimages) | **POST** /api/images/cleanup |
|
|
208
|
-
*PaymentsStaffApi* | [**cancelSumupPayment**](docs/PaymentsStaffApi.md#cancelsumuppayment) | **POST** /api/clubs/{clubId}/payments/sumup/{paymentId}/cancel |
|
|
209
|
-
*PaymentsStaffApi* | [**createSumupPayment**](docs/PaymentsStaffApi.md#createsumuppayment) | **POST** /api/clubs/{clubId}/payments/sumup |
|
|
210
209
|
*PublicEmailApi* | [**authEmailExists**](docs/PublicEmailApi.md#authemailexists) | **POST** /api/public-email/auth-email-exists |
|
|
211
210
|
*PublicEmailApi* | [**requestVerificationCode**](docs/PublicEmailApi.md#requestverificationcode) | **POST** /api/public-email/request-verification-code |
|
|
212
211
|
*PublicEmailApi* | [**verifyCode**](docs/PublicEmailApi.md#verifycode) | **POST** /api/public-email/verify-code |
|
|
@@ -225,13 +224,6 @@ Class | Method | HTTP request | Description
|
|
|
225
224
|
*SubscriptionsUserApi* | [**mySubscriptions**](docs/SubscriptionsUserApi.md#mysubscriptions) | **GET** /api/subscriptions/me |
|
|
226
225
|
*SubscriptionsUserApi* | [**resume**](docs/SubscriptionsUserApi.md#resume) | **POST** /api/subscriptions/{clubId}/{subscriptionId}/resume |
|
|
227
226
|
*SubscriptionsUserApi* | [**subscribe**](docs/SubscriptionsUserApi.md#subscribe) | **POST** /api/subscriptions/subscribe |
|
|
228
|
-
*SumUpApi* | [**sumupOauthCallback**](docs/SumUpApi.md#sumupoauthcallback) | **GET** /api/sumup/oauth/callback |
|
|
229
|
-
*SumUpManagerApi* | [**disconnectSumup**](docs/SumUpManagerApi.md#disconnectsumup) | **POST** /api/clubs/{clubId}/sumup/disconnect |
|
|
230
|
-
*SumUpManagerApi* | [**getSumupConnectUrl**](docs/SumUpManagerApi.md#getsumupconnecturl) | **GET** /api/clubs/{clubId}/sumup/connect |
|
|
231
|
-
*SumUpManagerApi* | [**getSumupStatus**](docs/SumUpManagerApi.md#getsumupstatus) | **GET** /api/clubs/{clubId}/sumup/status |
|
|
232
|
-
*SumUpManagerApi* | [**listSumupReaders**](docs/SumUpManagerApi.md#listsumupreaders) | **GET** /api/clubs/{clubId}/sumup/readers |
|
|
233
|
-
*SumUpManagerApi* | [**pairSumupReader**](docs/SumUpManagerApi.md#pairsumupreader) | **POST** /api/clubs/{clubId}/sumup/readers/pair |
|
|
234
|
-
*SumUpManagerApi* | [**selectSumupReader**](docs/SumUpManagerApi.md#selectsumupreader) | **POST** /api/clubs/{clubId}/sumup/readers/{readerId}/select |
|
|
235
227
|
*UserApi* | [**getMyClubInfos**](docs/UserApi.md#getmyclubinfos) | **GET** /api/users/me/club-infos |
|
|
236
228
|
*UsersApi* | [**addFavoriteClub**](docs/UsersApi.md#addfavoriteclub) | **POST** /api/users/me/favorite-clubs |
|
|
237
229
|
*UsersApi* | [**addFavoritePlayer**](docs/UsersApi.md#addfavoriteplayer) | **POST** /api/users/me/favoritesPlayers |
|
|
@@ -335,9 +327,6 @@ Class | Method | HTTP request | Description
|
|
|
335
327
|
- [CheckInEventParticipantsRequest](docs/CheckInEventParticipantsRequest.md)
|
|
336
328
|
- [CheckInPlayerRequest](docs/CheckInPlayerRequest.md)
|
|
337
329
|
- [CheckInPlayerResponse](docs/CheckInPlayerResponse.md)
|
|
338
|
-
- [CheckInPlayerSumupRequest](docs/CheckInPlayerSumupRequest.md)
|
|
339
|
-
- [CheckInPlayerSumupResponse](docs/CheckInPlayerSumupResponse.md)
|
|
340
|
-
- [CheckInSumupPaymentInfo](docs/CheckInSumupPaymentInfo.md)
|
|
341
330
|
- [CheckTeamNameAvailability200Response](docs/CheckTeamNameAvailability200Response.md)
|
|
342
331
|
- [CheckedInPlayer](docs/CheckedInPlayer.md)
|
|
343
332
|
- [ClientFullOnboardingResponse](docs/ClientFullOnboardingResponse.md)
|
|
@@ -499,6 +488,7 @@ Class | Method | HTTP request | Description
|
|
|
499
488
|
- [JoinEventResponse](docs/JoinEventResponse.md)
|
|
500
489
|
- [JoinEventResponseOnsitePaymentsInner](docs/JoinEventResponseOnsitePaymentsInner.md)
|
|
501
490
|
- [JoinEventWaitList200Response](docs/JoinEventWaitList200Response.md)
|
|
491
|
+
- [JoinOpenBookingRequest](docs/JoinOpenBookingRequest.md)
|
|
502
492
|
- [JoinOpenBookingResponse](docs/JoinOpenBookingResponse.md)
|
|
503
493
|
- [JoinOpenEventBookingRequest](docs/JoinOpenEventBookingRequest.md)
|
|
504
494
|
- [JoinOpenEventResponse](docs/JoinOpenEventResponse.md)
|
|
@@ -537,11 +527,8 @@ Class | Method | HTTP request | Description
|
|
|
537
527
|
- [ParticipationType](docs/ParticipationType.md)
|
|
538
528
|
- [PasswordResetRequestBody](docs/PasswordResetRequestBody.md)
|
|
539
529
|
- [PaymentByPlayerInfo](docs/PaymentByPlayerInfo.md)
|
|
540
|
-
- [PaymentIntentResult](docs/PaymentIntentResult.md)
|
|
541
530
|
- [PaymentMethod](docs/PaymentMethod.md)
|
|
542
|
-
- [PaymentProviderType](docs/PaymentProviderType.md)
|
|
543
531
|
- [PaymentRequirementsSettings](docs/PaymentRequirementsSettings.md)
|
|
544
|
-
- [PaymentStatus](docs/PaymentStatus.md)
|
|
545
532
|
- [PickIUserLocationExcludeKeyofIUserLocationType](docs/PickIUserLocationExcludeKeyofIUserLocationType.md)
|
|
546
533
|
- [PlanInterval](docs/PlanInterval.md)
|
|
547
534
|
- [PlanPrice](docs/PlanPrice.md)
|
|
@@ -601,7 +588,7 @@ Class | Method | HTTP request | Description
|
|
|
601
588
|
- [StaffEventBookingInvoiceResponse](docs/StaffEventBookingInvoiceResponse.md)
|
|
602
589
|
- [StaffEventBookingResponse](docs/StaffEventBookingResponse.md)
|
|
603
590
|
- [StaffEventDetailResponse](docs/StaffEventDetailResponse.md)
|
|
604
|
-
- [
|
|
591
|
+
- [StaffEventsPageResponse](docs/StaffEventsPageResponse.md)
|
|
605
592
|
- [StaffUserProfileResponse](docs/StaffUserProfileResponse.md)
|
|
606
593
|
- [SubscribeRequestBody](docs/SubscribeRequestBody.md)
|
|
607
594
|
- [SubscriberPrice](docs/SubscriberPrice.md)
|
|
@@ -611,15 +598,6 @@ Class | Method | HTTP request | Description
|
|
|
611
598
|
- [SubscriptionPlanDiscountUpdateRequest](docs/SubscriptionPlanDiscountUpdateRequest.md)
|
|
612
599
|
- [SubscriptionPlanDiscountUpdateRequestValidFrom](docs/SubscriptionPlanDiscountUpdateRequestValidFrom.md)
|
|
613
600
|
- [SubscriptionPlanResponse](docs/SubscriptionPlanResponse.md)
|
|
614
|
-
- [SumupAccountStatusResponse](docs/SumupAccountStatusResponse.md)
|
|
615
|
-
- [SumupCancelPaymentRequest](docs/SumupCancelPaymentRequest.md)
|
|
616
|
-
- [SumupConnectUrlResponse](docs/SumupConnectUrlResponse.md)
|
|
617
|
-
- [SumupCreatePaymentRequest](docs/SumupCreatePaymentRequest.md)
|
|
618
|
-
- [SumupOAuthCallbackResponse](docs/SumupOAuthCallbackResponse.md)
|
|
619
|
-
- [SumupPairReaderRequest](docs/SumupPairReaderRequest.md)
|
|
620
|
-
- [SumupPairReaderResponse](docs/SumupPairReaderResponse.md)
|
|
621
|
-
- [SumupReaderInfo](docs/SumupReaderInfo.md)
|
|
622
|
-
- [SumupReadersResponse](docs/SumupReadersResponse.md)
|
|
623
601
|
- [SurfaceType](docs/SurfaceType.md)
|
|
624
602
|
- [Team](docs/Team.md)
|
|
625
603
|
- [TimeBounds](docs/TimeBounds.md)
|