@tennac-booking/sdk 1.0.302 → 1.0.304

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.
@@ -24,6 +24,7 @@ docs/BookingAnalyticsResponse.md
24
24
  docs/BookingClubInfo.md
25
25
  docs/BookingClubInfoClubSettings.md
26
26
  docs/BookingCourtInfo.md
27
+ docs/BookingGuestCheckinResponse.md
27
28
  docs/BookingHistoryPopulated.md
28
29
  docs/BookingInfo.md
29
30
  docs/BookingInvoicePaymentStatus.md
@@ -190,6 +191,7 @@ docs/DiscountType.md
190
191
  docs/DuplicateClubDayScheduleRequest.md
191
192
  docs/EmailExistsRequestBody.md
192
193
  docs/EmailExistsResponse.md
194
+ docs/ErrorResponse.md
193
195
  docs/EstimateEventPlayerPrice.md
194
196
  docs/EstimateEventPriceRequest.md
195
197
  docs/EstimateEventPriceResponse.md
@@ -204,6 +206,7 @@ docs/EventBookingDetailResponseBooking.md
204
206
  docs/EventBookingDetailSummary.md
205
207
  docs/EventBookingDetailSummaryPartnersInner.md
206
208
  docs/EventBookingDetailSummaryPaymentPerPlayersInner.md
209
+ docs/EventBookingGuestCheckinResponse.md
207
210
  docs/EventBookingResponse.md
208
211
  docs/EventBookingResponseInvoicesInner.md
209
212
  docs/EventBookingResponseInvoicesInnerPaymentMethod.md
@@ -212,6 +215,7 @@ docs/EventBookingResponsePaymentPerPlayersInner.md
212
215
  docs/EventBookingResponsePlayersInner.md
213
216
  docs/EventBookingResponseSetupStatus.md
214
217
  docs/EventBookingStatus.md
218
+ docs/EventBookingsStaffApi.md
215
219
  docs/EventConflictCheckRequest.md
216
220
  docs/EventConflictCheckResponse.md
217
221
  docs/EventDetailClub.md
@@ -356,6 +360,8 @@ docs/PartnerSearchResponse.md
356
360
  docs/PartnerSearchResponseMeta.md
357
361
  docs/PasswordResetRequestBody.md
358
362
  docs/PaymentByPlayerInfo.md
363
+ docs/PaymentCoverageResult.md
364
+ docs/PaymentDistributionResult.md
359
365
  docs/PaymentIntentResult.md
360
366
  docs/PaymentMethod.md
361
367
  docs/PaymentProviderType.md
package/README.md CHANGED
@@ -65,6 +65,7 @@ Class | Method | HTTP request | Description
65
65
  *BookingsApi* | [**leaveOpenBooking**](docs/BookingsApi.md#leaveopenbooking) | **DELETE** /api/bookings/{bookingId}/open/leave |
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
+ *BookingsStaffApi* | [**bookingGuestCheckin**](docs/BookingsStaffApi.md#bookingguestcheckin) | **POST** /api/bookings/{bookingId}/guest-checkin |
68
69
  *BookingsStaffApi* | [**checkInPlayer**](docs/BookingsStaffApi.md#checkinplayer) | **POST** /api/bookings/{bookingId}/check-in |
69
70
  *BookingsStaffApi* | [**checkInPlayerWithSumup**](docs/BookingsStaffApi.md#checkinplayerwithsumup) | **POST** /api/bookings/{bookingId}/check-in/sumup |
70
71
  *BookingsStaffApi* | [**createStaffBooking**](docs/BookingsStaffApi.md#createstaffbooking) | **POST** /api/bookings/staff |
@@ -191,6 +192,7 @@ Class | Method | HTTP request | Description
191
192
  *ClubsStaffApi* | [**updateUserCreditsStaff**](docs/ClubsStaffApi.md#updateusercreditsstaff) | **PUT** /api/clubs/staff/user-credits/{id} |
192
193
  *ContactApi* | [**sendContact**](docs/ContactApi.md#sendcontact) | **POST** /api/contact |
193
194
  *DefaultApi* | [**createClub**](docs/DefaultApi.md#createclub) | **POST** /api/clubs |
195
+ *EventBookingsStaffApi* | [**eventBookingGuestCheckin**](docs/EventBookingsStaffApi.md#eventbookingguestcheckin) | **POST** /api/event-bookings/{eventBookingId}/guest-checkin |
194
196
  *EventsApi* | [**checkTeamNameAvailability**](docs/EventsApi.md#checkteamnameavailability) | **GET** /api/events/{eventId}/team-name-availability |
195
197
  *EventsApi* | [**estimateEventPrice**](docs/EventsApi.md#estimateeventprice) | **POST** /api/events/{eventId}/estimate-price |
196
198
  *EventsApi* | [**estimateOpenEventBookingJoinPrice**](docs/EventsApi.md#estimateopeneventbookingjoinprice) | **GET** /api/events/{eventBookingId}/open/estimate |
@@ -364,6 +366,7 @@ Class | Method | HTTP request | Description
364
366
  - [BookingClubInfo](docs/BookingClubInfo.md)
365
367
  - [BookingClubInfoClubSettings](docs/BookingClubInfoClubSettings.md)
366
368
  - [BookingCourtInfo](docs/BookingCourtInfo.md)
369
+ - [BookingGuestCheckinResponse](docs/BookingGuestCheckinResponse.md)
367
370
  - [BookingHistoryPopulated](docs/BookingHistoryPopulated.md)
368
371
  - [BookingInfo](docs/BookingInfo.md)
369
372
  - [BookingInvoicePaymentStatus](docs/BookingInvoicePaymentStatus.md)
@@ -512,6 +515,7 @@ Class | Method | HTTP request | Description
512
515
  - [DuplicateClubDayScheduleRequest](docs/DuplicateClubDayScheduleRequest.md)
513
516
  - [EmailExistsRequestBody](docs/EmailExistsRequestBody.md)
514
517
  - [EmailExistsResponse](docs/EmailExistsResponse.md)
518
+ - [ErrorResponse](docs/ErrorResponse.md)
515
519
  - [EstimateEventPlayerPrice](docs/EstimateEventPlayerPrice.md)
516
520
  - [EstimateEventPriceRequest](docs/EstimateEventPriceRequest.md)
517
521
  - [EstimateEventPriceResponse](docs/EstimateEventPriceResponse.md)
@@ -526,6 +530,7 @@ Class | Method | HTTP request | Description
526
530
  - [EventBookingDetailSummary](docs/EventBookingDetailSummary.md)
527
531
  - [EventBookingDetailSummaryPartnersInner](docs/EventBookingDetailSummaryPartnersInner.md)
528
532
  - [EventBookingDetailSummaryPaymentPerPlayersInner](docs/EventBookingDetailSummaryPaymentPerPlayersInner.md)
533
+ - [EventBookingGuestCheckinResponse](docs/EventBookingGuestCheckinResponse.md)
529
534
  - [EventBookingResponse](docs/EventBookingResponse.md)
530
535
  - [EventBookingResponseInvoicesInner](docs/EventBookingResponseInvoicesInner.md)
531
536
  - [EventBookingResponseInvoicesInnerPaymentMethod](docs/EventBookingResponseInvoicesInnerPaymentMethod.md)
@@ -673,6 +678,8 @@ Class | Method | HTTP request | Description
673
678
  - [PartnerSearchResponseMeta](docs/PartnerSearchResponseMeta.md)
674
679
  - [PasswordResetRequestBody](docs/PasswordResetRequestBody.md)
675
680
  - [PaymentByPlayerInfo](docs/PaymentByPlayerInfo.md)
681
+ - [PaymentCoverageResult](docs/PaymentCoverageResult.md)
682
+ - [PaymentDistributionResult](docs/PaymentDistributionResult.md)
676
683
  - [PaymentIntentResult](docs/PaymentIntentResult.md)
677
684
  - [PaymentMethod](docs/PaymentMethod.md)
678
685
  - [PaymentProviderType](docs/PaymentProviderType.md)