@tennac-booking/sdk 1.0.144 → 1.0.146

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.
@@ -64,6 +64,7 @@ docs/ClientSubscriptionsResponse.md
64
64
  docs/ClubAccessSettingsResponse.md
65
65
  docs/ClubAnalyticsApi.md
66
66
  docs/ClubAnalyticsStaffApi.md
67
+ docs/ClubCustomerMeApi.md
67
68
  docs/ClubCustomerSettingsResponse.md
68
69
  docs/ClubCustomerStaffApi.md
69
70
  docs/ClubDayInterval.md
@@ -126,6 +127,7 @@ docs/CreateEventRequest.md
126
127
  docs/CreateOnsiteInvoiceRequest.md
127
128
  docs/CreateOnsiteInvoiceResponse.md
128
129
  docs/CreateOnsiteInvoiceResponseInvoice.md
130
+ docs/CreateOpenBookingRequest.md
129
131
  docs/CreatePlan201Response.md
130
132
  docs/CreateSportForClub201Response.md
131
133
  docs/CreateSportForClubRequest.md
@@ -179,6 +181,8 @@ docs/GetClubUsersById200Response.md
179
181
  docs/GetClubsWithVerificationDomains200ResponseInner.md
180
182
  docs/GetCourtsByClubAndSportById200Response.md
181
183
  docs/GetInfillPercentagePerPeriod200Response.md
184
+ docs/GetOpenBookings200Response.md
185
+ docs/GetOpenEventBookings200Response.md
182
186
  docs/GetSlotsByClubById200Response.md
183
187
  docs/GoogleAuthRequestBody.md
184
188
  docs/GoogleAuthResponse.md
@@ -205,6 +209,9 @@ docs/JoinEventRequest.md
205
209
  docs/JoinEventRequestPlayersPaymentMethodsInner.md
206
210
  docs/JoinEventResponse.md
207
211
  docs/JoinEventResponseOnsitePaymentsInner.md
212
+ docs/JoinOpenBookingResponse.md
213
+ docs/JoinOpenEventBookingRequest.md
214
+ docs/JoinOpenEventResponse.md
208
215
  docs/LastSixMonthsTurnoverItem.md
209
216
  docs/LeastBookedTimeSlotItem.md
210
217
  docs/LeastBookedTimeSlotsResponse.md
package/README.md CHANGED
@@ -53,7 +53,10 @@ Class | Method | HTTP request | Description
53
53
  ------------ | ------------- | ------------- | -------------
54
54
  *BookingsApi* | [**getBookingHistory**](docs/BookingsApi.md#getbookinghistory) | **GET** /api/bookings/history/{bookingId} |
55
55
  *BookingsApi* | [**getBookingPrice**](docs/BookingsApi.md#getbookingprice) | **POST** /api/bookings/booking-price |
56
+ *BookingsApi* | [**getOpenBookings**](docs/BookingsApi.md#getopenbookings) | **GET** /api/bookings/open |
56
57
  *BookingsApi* | [**getQuickReservationSlots**](docs/BookingsApi.md#getquickreservationslots) | **GET** /api/bookings/quick-reservations |
58
+ *BookingsApi* | [**joinOpenBooking**](docs/BookingsApi.md#joinopenbooking) | **POST** /api/bookings/{bookingId}/open/join |
59
+ *BookingsApi* | [**leaveOpenBooking**](docs/BookingsApi.md#leaveopenbooking) | **DELETE** /api/bookings/{bookingId}/open/leave |
57
60
  *BookingsManagerApi* | [**applyNoShowFee**](docs/BookingsManagerApi.md#applynoshowfee) | **POST** /api/bookings/{bookingId}/no-show |
58
61
  *BookingsManagerApi* | [**managerCancelBooking**](docs/BookingsManagerApi.md#managercancelbooking) | **POST** /api/bookings/{bookingId}/manager-cancel |
59
62
  *BookingsStaffApi* | [**checkInPlayer**](docs/BookingsStaffApi.md#checkinplayer) | **POST** /api/bookings/{bookingId}/check-in |
@@ -66,6 +69,7 @@ Class | Method | HTTP request | Description
66
69
  *BookingsStaffApi* | [**listClubBookings**](docs/BookingsStaffApi.md#listclubbookings) | **GET** /api/bookings/staff |
67
70
  *BookingsUserApi* | [**cancelBooking**](docs/BookingsUserApi.md#cancelbooking) | **DELETE** /api/bookings/{bookingId} |
68
71
  *BookingsUserApi* | [**createBooking**](docs/BookingsUserApi.md#createbooking) | **POST** /api/bookings |
72
+ *BookingsUserApi* | [**createOpenBooking**](docs/BookingsUserApi.md#createopenbooking) | **POST** /api/bookings/open |
69
73
  *ClientApi* | [**clientRegister**](docs/ClientApi.md#clientregister) | **POST** /clients/register |
70
74
  *ClientApi* | [**getClientSubscriptions**](docs/ClientApi.md#getclientsubscriptions) | **GET** /clients/subscriptions |
71
75
  *ClientApi* | [**getManagedClubs**](docs/ClientApi.md#getmanagedclubs) | **GET** /clients/managed-clubs |
@@ -95,6 +99,7 @@ Class | Method | HTTP request | Description
95
99
  *ClubAnalyticsStaffApi* | [**getTenNextBookings**](docs/ClubAnalyticsStaffApi.md#gettennextbookings) | **GET** /api/club-analytics/next-bookings |
96
100
  *ClubAnalyticsStaffApi* | [**getTopCourtsByBookings**](docs/ClubAnalyticsStaffApi.md#gettopcourtsbybookings) | **GET** /api/club-analytics/top-courts |
97
101
  *ClubAnalyticsStaffApi* | [**getYearlyTurnOver**](docs/ClubAnalyticsStaffApi.md#getyearlyturnover) | **GET** /api/club-analytics/yearly-turnover |
102
+ *ClubCustomerMeApi* | [**getClubCustomerSettingsByPlayerId**](docs/ClubCustomerMeApi.md#getclubcustomersettingsbyplayerid) | **GET** /api/clubCustomers/club-customer/me/settings |
98
103
  *ClubCustomerStaffApi* | [**getClubCustomerSettings**](docs/ClubCustomerStaffApi.md#getclubcustomersettings) | **GET** /api/clubCustomers/clubCustomer/{userId}/settings |
99
104
  *ClubCustomerStaffApi* | [**updateClubCustomerSettings**](docs/ClubCustomerStaffApi.md#updateclubcustomersettings) | **PATCH** /api/clubCustomers/clubCustomer/{userId}/settings |
100
105
  *ClubRolesManagerApi* | [**createClubRole**](docs/ClubRolesManagerApi.md#createclubrole) | **POST** /api/club-roles |
@@ -126,6 +131,7 @@ Class | Method | HTTP request | Description
126
131
  *ClubsApi* | [**getClubUsersById**](docs/ClubsApi.md#getclubusersbyid) | **GET** /api/clubs/{id}/users |
127
132
  *ClubsApi* | [**getClubsWithVerificationDomains**](docs/ClubsApi.md#getclubswithverificationdomains) | **GET** /api/clubs/verification-domains |
128
133
  *ClubsApi* | [**getCourtsByClubAndSportById**](docs/ClubsApi.md#getcourtsbyclubandsportbyid) | **GET** /api/clubs/{id}/sports/{sportId}/courts |
134
+ *ClubsApi* | [**getPublicClubInfo**](docs/ClubsApi.md#getpublicclubinfo) | **GET** /api/clubs/{clubId} |
129
135
  *ClubsApi* | [**getPublishedActualities**](docs/ClubsApi.md#getpublishedactualities) | **GET** /api/clubs/{id}/actualities |
130
136
  *ClubsApi* | [**getSlotsByClubById**](docs/ClubsApi.md#getslotsbyclubbyid) | **GET** /api/clubs/{id}/slots |
131
137
  *ClubsApi* | [**getSportsByClubById**](docs/ClubsApi.md#getsportsbyclubbyid) | **GET** /api/clubs/{id}/sports |
@@ -165,9 +171,12 @@ Class | Method | HTTP request | Description
165
171
  *EventsApi* | [**checkTeamNameAvailability**](docs/EventsApi.md#checkteamnameavailability) | **GET** /api/events/{eventId}/team-name-availability |
166
172
  *EventsApi* | [**estimateEventPrice**](docs/EventsApi.md#estimateeventprice) | **POST** /api/events/{eventId}/estimate-price |
167
173
  *EventsApi* | [**getEventById**](docs/EventsApi.md#geteventbyid) | **GET** /api/events/{eventId} |
174
+ *EventsApi* | [**getOpenEventBookings**](docs/EventsApi.md#getopeneventbookings) | **GET** /api/events/open |
168
175
  *EventsApi* | [**getPublishedEventsByClubId**](docs/EventsApi.md#getpublishedeventsbyclubid) | **GET** /api/events |
169
176
  *EventsApi* | [**joinEvent**](docs/EventsApi.md#joinevent) | **POST** /api/events/{eventId}/join |
177
+ *EventsApi* | [**joinOpenEventBooking**](docs/EventsApi.md#joinopeneventbooking) | **POST** /api/events/{eventBookingId}/open/join |
170
178
  *EventsApi* | [**leaveEvent**](docs/EventsApi.md#leaveevent) | **DELETE** /api/events/{eventId}/leave |
179
+ *EventsApi* | [**leaveOpenEventBooking**](docs/EventsApi.md#leaveopeneventbooking) | **DELETE** /api/events/{eventBookingId}/open/leave |
171
180
  *EventsManagerApi* | [**checkEventConflicts**](docs/EventsManagerApi.md#checkeventconflicts) | **POST** /api/events/manager/checkConflicts |
172
181
  *EventsManagerApi* | [**createEvent**](docs/EventsManagerApi.md#createevent) | **POST** /api/events/manager/createEvent |
173
182
  *EventsManagerApi* | [**deleteEvent**](docs/EventsManagerApi.md#deleteevent) | **DELETE** /api/events/manager/deleteEvent/{eventId} |
@@ -345,6 +354,7 @@ Class | Method | HTTP request | Description
345
354
  - [CreateOnsiteInvoiceRequest](docs/CreateOnsiteInvoiceRequest.md)
346
355
  - [CreateOnsiteInvoiceResponse](docs/CreateOnsiteInvoiceResponse.md)
347
356
  - [CreateOnsiteInvoiceResponseInvoice](docs/CreateOnsiteInvoiceResponseInvoice.md)
357
+ - [CreateOpenBookingRequest](docs/CreateOpenBookingRequest.md)
348
358
  - [CreatePlan201Response](docs/CreatePlan201Response.md)
349
359
  - [CreateSportForClub201Response](docs/CreateSportForClub201Response.md)
350
360
  - [CreateSportForClubRequest](docs/CreateSportForClubRequest.md)
@@ -394,6 +404,8 @@ Class | Method | HTTP request | Description
394
404
  - [GetClubsWithVerificationDomains200ResponseInner](docs/GetClubsWithVerificationDomains200ResponseInner.md)
395
405
  - [GetCourtsByClubAndSportById200Response](docs/GetCourtsByClubAndSportById200Response.md)
396
406
  - [GetInfillPercentagePerPeriod200Response](docs/GetInfillPercentagePerPeriod200Response.md)
407
+ - [GetOpenBookings200Response](docs/GetOpenBookings200Response.md)
408
+ - [GetOpenEventBookings200Response](docs/GetOpenEventBookings200Response.md)
397
409
  - [GetSlotsByClubById200Response](docs/GetSlotsByClubById200Response.md)
398
410
  - [GoogleAuthRequestBody](docs/GoogleAuthRequestBody.md)
399
411
  - [GoogleAuthResponse](docs/GoogleAuthResponse.md)
@@ -419,6 +431,9 @@ Class | Method | HTTP request | Description
419
431
  - [JoinEventRequestPlayersPaymentMethodsInner](docs/JoinEventRequestPlayersPaymentMethodsInner.md)
420
432
  - [JoinEventResponse](docs/JoinEventResponse.md)
421
433
  - [JoinEventResponseOnsitePaymentsInner](docs/JoinEventResponseOnsitePaymentsInner.md)
434
+ - [JoinOpenBookingResponse](docs/JoinOpenBookingResponse.md)
435
+ - [JoinOpenEventBookingRequest](docs/JoinOpenEventBookingRequest.md)
436
+ - [JoinOpenEventResponse](docs/JoinOpenEventResponse.md)
422
437
  - [LastSixMonthsTurnoverItem](docs/LastSixMonthsTurnoverItem.md)
423
438
  - [LeastBookedTimeSlotItem](docs/LeastBookedTimeSlotItem.md)
424
439
  - [LeastBookedTimeSlotsResponse](docs/LeastBookedTimeSlotsResponse.md)