@tennac-booking/sdk 1.0.244 → 1.0.246

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.
@@ -46,6 +46,8 @@ docs/BookingsStaffApi.md
46
46
  docs/BookingsUserApi.md
47
47
  docs/BookingsWithTimeBoundsResponse.md
48
48
  docs/CancelBookingResponse.md
49
+ docs/CancelIncompleteBody.md
50
+ docs/CancelIncompleteResponse.md
49
51
  docs/CaptureResult.md
50
52
  docs/ChangePasswordRequestBody.md
51
53
  docs/ChangePasswordResponse.md
@@ -177,6 +179,10 @@ docs/EstimateEventPriceRequestSharesInner.md
177
179
  docs/EstimateOpenBookingJoinRequest.md
178
180
  docs/EstimateOpenEventBookingJoinPrice200Response.md
179
181
  docs/EstimateOpenEventBookingJoinPrice200ResponseSubscriptionInfo.md
182
+ docs/EventBookingDetailClubInfo.md
183
+ docs/EventBookingDetailEventSummary.md
184
+ docs/EventBookingDetailResponse.md
185
+ docs/EventBookingDetailResponseBooking.md
180
186
  docs/EventBookingDetailSummary.md
181
187
  docs/EventBookingDetailSummaryPartnersInner.md
182
188
  docs/EventBookingDetailSummaryPaymentPerPlayersInner.md
@@ -272,8 +278,10 @@ docs/MigrateSubscription200Response.md
272
278
  docs/MigrateSubscriptionRequest.md
273
279
  docs/MigrateUser200Response.md
274
280
  docs/MigrateUserRequest.md
281
+ docs/MobilePaymentSheetBody.md
275
282
  docs/MonthlyBreakdown.md
276
283
  docs/MonthlyTurnoverResponse.md
284
+ docs/MyClubCustomerSettingsResponse.md
277
285
  docs/MyClubInfosResponse.md
278
286
  docs/NoShowFeeResponse.md
279
287
  docs/NoShowRateResponse.md
@@ -399,6 +407,7 @@ docs/SubscriptionPlanDiscountUpdateRequest.md
399
407
  docs/SubscriptionPlanDiscountUpdateRequestValidFrom.md
400
408
  docs/SubscriptionPlanResponse.md
401
409
  docs/SubscriptionsManagerApi.md
410
+ docs/SubscriptionsMobileApi.md
402
411
  docs/SubscriptionsPublicApi.md
403
412
  docs/SubscriptionsStaffApi.md
404
413
  docs/SubscriptionsUserApi.md
package/README.md CHANGED
@@ -235,6 +235,8 @@ Class | Method | HTTP request | Description
235
235
  *SubscriptionsManagerApi* | [**createPlan**](docs/SubscriptionsManagerApi.md#createplan) | **POST** /api/subscriptions/plans |
236
236
  *SubscriptionsManagerApi* | [**deletePlan**](docs/SubscriptionsManagerApi.md#deleteplan) | **DELETE** /api/subscriptions/plans/{productId} |
237
237
  *SubscriptionsManagerApi* | [**updatePlan**](docs/SubscriptionsManagerApi.md#updateplan) | **PUT** /api/subscriptions/plans |
238
+ *SubscriptionsMobileApi* | [**cancelIncomplete**](docs/SubscriptionsMobileApi.md#cancelincomplete) | **POST** /api/mobile/subscriptions/cancel-incomplete |
239
+ *SubscriptionsMobileApi* | [**mobilePaymentSheet**](docs/SubscriptionsMobileApi.md#mobilepaymentsheet) | **POST** /api/mobile/subscriptions/payment-sheet |
238
240
  *SubscriptionsPublicApi* | [**getPublicPlans**](docs/SubscriptionsPublicApi.md#getpublicplans) | **GET** /api/subscriptions/plans/{clubId} |
239
241
  *SubscriptionsStaffApi* | [**getClubPlans**](docs/SubscriptionsStaffApi.md#getclubplans) | **GET** /api/subscriptions/plans |
240
242
  *SubscriptionsStaffApi* | [**sendSubscriptionInvitation**](docs/SubscriptionsStaffApi.md#sendsubscriptioninvitation) | **POST** /api/subscriptions/invitations |
@@ -255,6 +257,7 @@ Class | Method | HTTP request | Description
255
257
  *SumUpManagerApi* | [**pairSumupReader**](docs/SumUpManagerApi.md#pairsumupreader) | **POST** /api/clubs/{clubId}/sumup/readers/pair |
256
258
  *SumUpManagerApi* | [**selectSumupReader**](docs/SumUpManagerApi.md#selectsumupreader) | **POST** /api/clubs/{clubId}/sumup/readers/{readerId}/select |
257
259
  *SumUpManagerApi* | [**updateSumupReader**](docs/SumUpManagerApi.md#updatesumupreader) | **PATCH** /api/clubs/{clubId}/sumup/readers/{readerId} |
260
+ *UserApi* | [**getMyClubCustomerSettings**](docs/UserApi.md#getmyclubcustomersettings) | **GET** /api/users/me/clubCustomers/{clubId} |
258
261
  *UserApi* | [**getMyClubInfos**](docs/UserApi.md#getmyclubinfos) | **GET** /api/users/me/club-infos |
259
262
  *UsersApi* | [**addFavoriteClub**](docs/UsersApi.md#addfavoriteclub) | **POST** /api/users/me/favorite-clubs |
260
263
  *UsersApi* | [**addFavoritePlayer**](docs/UsersApi.md#addfavoriteplayer) | **POST** /api/users/me/favoritesPlayers |
@@ -263,6 +266,7 @@ Class | Method | HTTP request | Description
263
266
  *UsersApi* | [**completeRegister**](docs/UsersApi.md#completeregister) | **POST** /api/users/complete-register |
264
267
  *UsersApi* | [**getAllUsers**](docs/UsersApi.md#getallusers) | **GET** /api/users |
265
268
  *UsersApi* | [**getBookingDetail**](docs/UsersApi.md#getbookingdetail) | **GET** /api/users/me/booking-detail/{bookingId} |
269
+ *UsersApi* | [**getEventBookingDetail**](docs/UsersApi.md#geteventbookingdetail) | **GET** /api/users/me/event-booking-detail/{eventBookingId} |
266
270
  *UsersApi* | [**getFavoriteClubs**](docs/UsersApi.md#getfavoriteclubs) | **GET** /api/users/me/favorite-clubs |
267
271
  *UsersApi* | [**getFavoritesPlayers**](docs/UsersApi.md#getfavoritesplayers) | **GET** /api/users/me/favoritesPlayers |
268
272
  *UsersApi* | [**getFrequentlyPlayedWith**](docs/UsersApi.md#getfrequentlyplayedwith) | **GET** /api/users/me/frequentlyPlayedWith |
@@ -359,6 +363,8 @@ Class | Method | HTTP request | Description
359
363
  - [BookingsPerDayResponse](docs/BookingsPerDayResponse.md)
360
364
  - [BookingsWithTimeBoundsResponse](docs/BookingsWithTimeBoundsResponse.md)
361
365
  - [CancelBookingResponse](docs/CancelBookingResponse.md)
366
+ - [CancelIncompleteBody](docs/CancelIncompleteBody.md)
367
+ - [CancelIncompleteResponse](docs/CancelIncompleteResponse.md)
362
368
  - [CaptureResult](docs/CaptureResult.md)
363
369
  - [ChangePasswordRequestBody](docs/ChangePasswordRequestBody.md)
364
370
  - [ChangePasswordResponse](docs/ChangePasswordResponse.md)
@@ -476,6 +482,10 @@ Class | Method | HTTP request | Description
476
482
  - [EstimateOpenBookingJoinRequest](docs/EstimateOpenBookingJoinRequest.md)
477
483
  - [EstimateOpenEventBookingJoinPrice200Response](docs/EstimateOpenEventBookingJoinPrice200Response.md)
478
484
  - [EstimateOpenEventBookingJoinPrice200ResponseSubscriptionInfo](docs/EstimateOpenEventBookingJoinPrice200ResponseSubscriptionInfo.md)
485
+ - [EventBookingDetailClubInfo](docs/EventBookingDetailClubInfo.md)
486
+ - [EventBookingDetailEventSummary](docs/EventBookingDetailEventSummary.md)
487
+ - [EventBookingDetailResponse](docs/EventBookingDetailResponse.md)
488
+ - [EventBookingDetailResponseBooking](docs/EventBookingDetailResponseBooking.md)
479
489
  - [EventBookingDetailSummary](docs/EventBookingDetailSummary.md)
480
490
  - [EventBookingDetailSummaryPartnersInner](docs/EventBookingDetailSummaryPartnersInner.md)
481
491
  - [EventBookingDetailSummaryPaymentPerPlayersInner](docs/EventBookingDetailSummaryPaymentPerPlayersInner.md)
@@ -566,8 +576,10 @@ Class | Method | HTTP request | Description
566
576
  - [MigrateSubscriptionRequest](docs/MigrateSubscriptionRequest.md)
567
577
  - [MigrateUser200Response](docs/MigrateUser200Response.md)
568
578
  - [MigrateUserRequest](docs/MigrateUserRequest.md)
579
+ - [MobilePaymentSheetBody](docs/MobilePaymentSheetBody.md)
569
580
  - [MonthlyBreakdown](docs/MonthlyBreakdown.md)
570
581
  - [MonthlyTurnoverResponse](docs/MonthlyTurnoverResponse.md)
582
+ - [MyClubCustomerSettingsResponse](docs/MyClubCustomerSettingsResponse.md)
571
583
  - [MyClubInfosResponse](docs/MyClubInfosResponse.md)
572
584
  - [NoShowFeeResponse](docs/NoShowFeeResponse.md)
573
585
  - [NoShowRateResponse](docs/NoShowRateResponse.md)