@tennac-booking/sdk 1.0.183 → 1.0.185

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 (47) hide show
  1. package/.openapi-generator/FILES +412 -426
  2. package/README.md +3 -23
  3. package/api.ts +58 -1269
  4. package/base.ts +1 -1
  5. package/common.ts +1 -1
  6. package/configuration.ts +1 -1
  7. package/dist/api.d.ts +55 -821
  8. package/dist/api.js +15 -767
  9. package/dist/base.d.ts +1 -1
  10. package/dist/base.js +1 -1
  11. package/dist/common.d.ts +1 -1
  12. package/dist/common.js +1 -1
  13. package/dist/configuration.d.ts +1 -1
  14. package/dist/configuration.js +1 -1
  15. package/dist/esm/api.d.ts +55 -821
  16. package/dist/esm/api.js +11 -750
  17. package/dist/esm/base.d.ts +1 -1
  18. package/dist/esm/base.js +1 -1
  19. package/dist/esm/common.d.ts +1 -1
  20. package/dist/esm/common.js +1 -1
  21. package/dist/esm/configuration.d.ts +1 -1
  22. package/dist/esm/configuration.js +1 -1
  23. package/dist/esm/index.d.ts +1 -1
  24. package/dist/esm/index.js +1 -1
  25. package/dist/index.d.ts +1 -1
  26. package/dist/index.js +1 -1
  27. package/docs/BookingsApi.md +5 -5
  28. package/docs/JoinOpenBookingRequest.md +26 -0
  29. package/docs/UserClubMembership.md +2 -0
  30. package/docs/UserProfileResponse.md +2 -0
  31. package/index.ts +1 -1
  32. package/package.json +1 -1
  33. package/docs/PaymentIntentResult.md +0 -28
  34. package/docs/PaymentProviderType.md +0 -10
  35. package/docs/PaymentStatus.md +0 -14
  36. package/docs/PaymentsStaffApi.md +0 -124
  37. package/docs/SumUpApi.md +0 -63
  38. package/docs/SumUpManagerApi.md +0 -332
  39. package/docs/SumupAccountStatusResponse.md +0 -32
  40. package/docs/SumupCancelPaymentRequest.md +0 -20
  41. package/docs/SumupConnectUrlResponse.md +0 -20
  42. package/docs/SumupCreatePaymentRequest.md +0 -32
  43. package/docs/SumupOAuthCallbackResponse.md +0 -24
  44. package/docs/SumupPairReaderRequest.md +0 -20
  45. package/docs/SumupPairReaderResponse.md +0 -20
  46. package/docs/SumupReaderInfo.md +0 -34
  47. package/docs/SumupReadersResponse.md +0 -20
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @tennac-booking/sdk@1.0.177
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.177 --save
39
+ npm install @tennac-booking/sdk@1.0.185 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
@@ -204,8 +204,6 @@ Class | Method | HTTP request | Description
204
204
  *EventsStaffApi* | [**getMonthlyEvents**](docs/EventsStaffApi.md#getmonthlyevents) | **GET** /api/events/calendar/monthly |
205
205
  *EventsStaffApi* | [**getWeeklyEvents**](docs/EventsStaffApi.md#getweeklyevents) | **GET** /api/events/calendar/weekly |
206
206
  *ImagesApi* | [**cleanupImages**](docs/ImagesApi.md#cleanupimages) | **POST** /api/images/cleanup |
207
- *PaymentsStaffApi* | [**cancelSumupPayment**](docs/PaymentsStaffApi.md#cancelsumuppayment) | **POST** /api/clubs/{clubId}/payments/sumup/{paymentId}/cancel |
208
- *PaymentsStaffApi* | [**createSumupPayment**](docs/PaymentsStaffApi.md#createsumuppayment) | **POST** /api/clubs/{clubId}/payments/sumup |
209
207
  *PublicEmailApi* | [**authEmailExists**](docs/PublicEmailApi.md#authemailexists) | **POST** /api/public-email/auth-email-exists |
210
208
  *PublicEmailApi* | [**requestVerificationCode**](docs/PublicEmailApi.md#requestverificationcode) | **POST** /api/public-email/request-verification-code |
211
209
  *PublicEmailApi* | [**verifyCode**](docs/PublicEmailApi.md#verifycode) | **POST** /api/public-email/verify-code |
@@ -224,13 +222,6 @@ Class | Method | HTTP request | Description
224
222
  *SubscriptionsUserApi* | [**mySubscriptions**](docs/SubscriptionsUserApi.md#mysubscriptions) | **GET** /api/subscriptions/me |
225
223
  *SubscriptionsUserApi* | [**resume**](docs/SubscriptionsUserApi.md#resume) | **POST** /api/subscriptions/{clubId}/{subscriptionId}/resume |
226
224
  *SubscriptionsUserApi* | [**subscribe**](docs/SubscriptionsUserApi.md#subscribe) | **POST** /api/subscriptions/subscribe |
227
- *SumUpApi* | [**sumupOauthCallback**](docs/SumUpApi.md#sumupoauthcallback) | **GET** /api/sumup/oauth/callback |
228
- *SumUpManagerApi* | [**disconnectSumup**](docs/SumUpManagerApi.md#disconnectsumup) | **POST** /api/clubs/{clubId}/sumup/disconnect |
229
- *SumUpManagerApi* | [**getSumupConnectUrl**](docs/SumUpManagerApi.md#getsumupconnecturl) | **GET** /api/clubs/{clubId}/sumup/connect |
230
- *SumUpManagerApi* | [**getSumupStatus**](docs/SumUpManagerApi.md#getsumupstatus) | **GET** /api/clubs/{clubId}/sumup/status |
231
- *SumUpManagerApi* | [**listSumupReaders**](docs/SumUpManagerApi.md#listsumupreaders) | **GET** /api/clubs/{clubId}/sumup/readers |
232
- *SumUpManagerApi* | [**pairSumupReader**](docs/SumUpManagerApi.md#pairsumupreader) | **POST** /api/clubs/{clubId}/sumup/readers/pair |
233
- *SumUpManagerApi* | [**selectSumupReader**](docs/SumUpManagerApi.md#selectsumupreader) | **POST** /api/clubs/{clubId}/sumup/readers/{readerId}/select |
234
225
  *UserApi* | [**getMyClubInfos**](docs/UserApi.md#getmyclubinfos) | **GET** /api/users/me/club-infos |
235
226
  *UsersApi* | [**addFavoriteClub**](docs/UsersApi.md#addfavoriteclub) | **POST** /api/users/me/favorite-clubs |
236
227
  *UsersApi* | [**addFavoritePlayer**](docs/UsersApi.md#addfavoriteplayer) | **POST** /api/users/me/favoritesPlayers |
@@ -495,6 +486,7 @@ Class | Method | HTTP request | Description
495
486
  - [JoinEventResponse](docs/JoinEventResponse.md)
496
487
  - [JoinEventResponseOnsitePaymentsInner](docs/JoinEventResponseOnsitePaymentsInner.md)
497
488
  - [JoinEventWaitList200Response](docs/JoinEventWaitList200Response.md)
489
+ - [JoinOpenBookingRequest](docs/JoinOpenBookingRequest.md)
498
490
  - [JoinOpenBookingResponse](docs/JoinOpenBookingResponse.md)
499
491
  - [JoinOpenEventBookingRequest](docs/JoinOpenEventBookingRequest.md)
500
492
  - [JoinOpenEventResponse](docs/JoinOpenEventResponse.md)
@@ -533,11 +525,8 @@ Class | Method | HTTP request | Description
533
525
  - [ParticipationType](docs/ParticipationType.md)
534
526
  - [PasswordResetRequestBody](docs/PasswordResetRequestBody.md)
535
527
  - [PaymentByPlayerInfo](docs/PaymentByPlayerInfo.md)
536
- - [PaymentIntentResult](docs/PaymentIntentResult.md)
537
528
  - [PaymentMethod](docs/PaymentMethod.md)
538
- - [PaymentProviderType](docs/PaymentProviderType.md)
539
529
  - [PaymentRequirementsSettings](docs/PaymentRequirementsSettings.md)
540
- - [PaymentStatus](docs/PaymentStatus.md)
541
530
  - [PickIUserLocationExcludeKeyofIUserLocationType](docs/PickIUserLocationExcludeKeyofIUserLocationType.md)
542
531
  - [PlanInterval](docs/PlanInterval.md)
543
532
  - [PlanPrice](docs/PlanPrice.md)
@@ -607,15 +596,6 @@ Class | Method | HTTP request | Description
607
596
  - [SubscriptionPlanDiscountUpdateRequest](docs/SubscriptionPlanDiscountUpdateRequest.md)
608
597
  - [SubscriptionPlanDiscountUpdateRequestValidFrom](docs/SubscriptionPlanDiscountUpdateRequestValidFrom.md)
609
598
  - [SubscriptionPlanResponse](docs/SubscriptionPlanResponse.md)
610
- - [SumupAccountStatusResponse](docs/SumupAccountStatusResponse.md)
611
- - [SumupCancelPaymentRequest](docs/SumupCancelPaymentRequest.md)
612
- - [SumupConnectUrlResponse](docs/SumupConnectUrlResponse.md)
613
- - [SumupCreatePaymentRequest](docs/SumupCreatePaymentRequest.md)
614
- - [SumupOAuthCallbackResponse](docs/SumupOAuthCallbackResponse.md)
615
- - [SumupPairReaderRequest](docs/SumupPairReaderRequest.md)
616
- - [SumupPairReaderResponse](docs/SumupPairReaderResponse.md)
617
- - [SumupReaderInfo](docs/SumupReaderInfo.md)
618
- - [SumupReadersResponse](docs/SumupReadersResponse.md)
619
599
  - [SurfaceType](docs/SurfaceType.md)
620
600
  - [Team](docs/Team.md)
621
601
  - [TimeBounds](docs/TimeBounds.md)