@tennac-booking/sdk 1.0.243 → 1.0.245
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 +6 -0
- package/README.md +8 -0
- package/api.ts +556 -0
- package/dist/api.d.ts +461 -0
- package/dist/api.js +153 -5
- package/dist/esm/api.d.ts +461 -0
- package/dist/esm/api.js +148 -0
- package/docs/ClubPageResponse.md +2 -0
- package/docs/EventBookingDetailClubInfo.md +26 -0
- package/docs/EventBookingDetailEventSummary.md +56 -0
- package/docs/EventBookingDetailResponse.md +28 -0
- package/docs/EventBookingDetailResponseBooking.md +38 -0
- package/docs/PublicSubscriptionPlanResponse.md +6 -0
- package/docs/SubscriptionPaymentSheetRequest.md +24 -0
- package/docs/SubscriptionPaymentSheetResponse.md +34 -0
- package/docs/SubscriptionsPublicApi.md +1 -1
- package/docs/SubscriptionsUserApi.md +55 -0
- package/docs/UsersApi.md +51 -0
- package/package.json +1 -1
package/.openapi-generator/FILES
CHANGED
|
@@ -177,6 +177,10 @@ docs/EstimateEventPriceRequestSharesInner.md
|
|
|
177
177
|
docs/EstimateOpenBookingJoinRequest.md
|
|
178
178
|
docs/EstimateOpenEventBookingJoinPrice200Response.md
|
|
179
179
|
docs/EstimateOpenEventBookingJoinPrice200ResponseSubscriptionInfo.md
|
|
180
|
+
docs/EventBookingDetailClubInfo.md
|
|
181
|
+
docs/EventBookingDetailEventSummary.md
|
|
182
|
+
docs/EventBookingDetailResponse.md
|
|
183
|
+
docs/EventBookingDetailResponseBooking.md
|
|
180
184
|
docs/EventBookingDetailSummary.md
|
|
181
185
|
docs/EventBookingDetailSummaryPartnersInner.md
|
|
182
186
|
docs/EventBookingDetailSummaryPaymentPerPlayersInner.md
|
|
@@ -392,6 +396,8 @@ docs/SubscribeRequestBody.md
|
|
|
392
396
|
docs/SubscriberPrice.md
|
|
393
397
|
docs/SubscriptionInfo.md
|
|
394
398
|
docs/SubscriptionMutationResponse.md
|
|
399
|
+
docs/SubscriptionPaymentSheetRequest.md
|
|
400
|
+
docs/SubscriptionPaymentSheetResponse.md
|
|
395
401
|
docs/SubscriptionPlanDiscountResponse.md
|
|
396
402
|
docs/SubscriptionPlanDiscountUpdateRequest.md
|
|
397
403
|
docs/SubscriptionPlanDiscountUpdateRequestValidFrom.md
|
package/README.md
CHANGED
|
@@ -242,6 +242,7 @@ Class | Method | HTTP request | Description
|
|
|
242
242
|
*SubscriptionsUserApi* | [**mySubscriptions**](docs/SubscriptionsUserApi.md#mysubscriptions) | **GET** /api/subscriptions/me |
|
|
243
243
|
*SubscriptionsUserApi* | [**resume**](docs/SubscriptionsUserApi.md#resume) | **POST** /api/subscriptions/{clubId}/{subscriptionId}/resume |
|
|
244
244
|
*SubscriptionsUserApi* | [**subscribe**](docs/SubscriptionsUserApi.md#subscribe) | **POST** /api/subscriptions/subscribe |
|
|
245
|
+
*SubscriptionsUserApi* | [**subscriptionPaymentSheet**](docs/SubscriptionsUserApi.md#subscriptionpaymentsheet) | **POST** /api/subscriptions/payment-sheet |
|
|
245
246
|
*SumUpApi* | [**sumupOauthCallback**](docs/SumUpApi.md#sumupoauthcallback) | **GET** /api/sumup/oauth/callback |
|
|
246
247
|
*SumUpManagerApi* | [**createSumupReader**](docs/SumUpManagerApi.md#createsumupreader) | **POST** /api/clubs/{clubId}/sumup/readers |
|
|
247
248
|
*SumUpManagerApi* | [**deleteSumupReader**](docs/SumUpManagerApi.md#deletesumupreader) | **DELETE** /api/clubs/{clubId}/sumup/readers/{readerId} |
|
|
@@ -262,6 +263,7 @@ Class | Method | HTTP request | Description
|
|
|
262
263
|
*UsersApi* | [**completeRegister**](docs/UsersApi.md#completeregister) | **POST** /api/users/complete-register |
|
|
263
264
|
*UsersApi* | [**getAllUsers**](docs/UsersApi.md#getallusers) | **GET** /api/users |
|
|
264
265
|
*UsersApi* | [**getBookingDetail**](docs/UsersApi.md#getbookingdetail) | **GET** /api/users/me/booking-detail/{bookingId} |
|
|
266
|
+
*UsersApi* | [**getEventBookingDetail**](docs/UsersApi.md#geteventbookingdetail) | **GET** /api/users/me/event-booking-detail/{eventBookingId} |
|
|
265
267
|
*UsersApi* | [**getFavoriteClubs**](docs/UsersApi.md#getfavoriteclubs) | **GET** /api/users/me/favorite-clubs |
|
|
266
268
|
*UsersApi* | [**getFavoritesPlayers**](docs/UsersApi.md#getfavoritesplayers) | **GET** /api/users/me/favoritesPlayers |
|
|
267
269
|
*UsersApi* | [**getFrequentlyPlayedWith**](docs/UsersApi.md#getfrequentlyplayedwith) | **GET** /api/users/me/frequentlyPlayedWith |
|
|
@@ -475,6 +477,10 @@ Class | Method | HTTP request | Description
|
|
|
475
477
|
- [EstimateOpenBookingJoinRequest](docs/EstimateOpenBookingJoinRequest.md)
|
|
476
478
|
- [EstimateOpenEventBookingJoinPrice200Response](docs/EstimateOpenEventBookingJoinPrice200Response.md)
|
|
477
479
|
- [EstimateOpenEventBookingJoinPrice200ResponseSubscriptionInfo](docs/EstimateOpenEventBookingJoinPrice200ResponseSubscriptionInfo.md)
|
|
480
|
+
- [EventBookingDetailClubInfo](docs/EventBookingDetailClubInfo.md)
|
|
481
|
+
- [EventBookingDetailEventSummary](docs/EventBookingDetailEventSummary.md)
|
|
482
|
+
- [EventBookingDetailResponse](docs/EventBookingDetailResponse.md)
|
|
483
|
+
- [EventBookingDetailResponseBooking](docs/EventBookingDetailResponseBooking.md)
|
|
478
484
|
- [EventBookingDetailSummary](docs/EventBookingDetailSummary.md)
|
|
479
485
|
- [EventBookingDetailSummaryPartnersInner](docs/EventBookingDetailSummaryPartnersInner.md)
|
|
480
486
|
- [EventBookingDetailSummaryPaymentPerPlayersInner](docs/EventBookingDetailSummaryPaymentPerPlayersInner.md)
|
|
@@ -681,6 +687,8 @@ Class | Method | HTTP request | Description
|
|
|
681
687
|
- [SubscriberPrice](docs/SubscriberPrice.md)
|
|
682
688
|
- [SubscriptionInfo](docs/SubscriptionInfo.md)
|
|
683
689
|
- [SubscriptionMutationResponse](docs/SubscriptionMutationResponse.md)
|
|
690
|
+
- [SubscriptionPaymentSheetRequest](docs/SubscriptionPaymentSheetRequest.md)
|
|
691
|
+
- [SubscriptionPaymentSheetResponse](docs/SubscriptionPaymentSheetResponse.md)
|
|
684
692
|
- [SubscriptionPlanDiscountResponse](docs/SubscriptionPlanDiscountResponse.md)
|
|
685
693
|
- [SubscriptionPlanDiscountUpdateRequest](docs/SubscriptionPlanDiscountUpdateRequest.md)
|
|
686
694
|
- [SubscriptionPlanDiscountUpdateRequestValidFrom](docs/SubscriptionPlanDiscountUpdateRequestValidFrom.md)
|