@tennac-booking/sdk 1.0.173 → 1.0.175
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 -7
- package/README.md +19 -10
- package/api.ts +3425 -2613
- package/dist/api.d.ts +863 -458
- package/dist/api.js +2168 -1519
- package/dist/esm/api.d.ts +863 -458
- package/dist/esm/api.js +2277 -1628
- package/docs/BookingsApi.md +2 -2
- package/docs/ClubsManagerApi.md +6 -6
- package/docs/CompleteRegisterRequestBody.md +4 -4
- package/docs/EventsApi.md +2 -2
- package/docs/{JoinWaitList200Response.md → JoinEventWaitList200Response.md} +3 -7
- package/docs/{RequestPasswordReset200Response.md → LeaveEventWaitList200Response.md} +3 -3
- package/docs/UsersApi.md +14 -14
- package/docs/WaitListApi.md +499 -0
- package/docs/{GetWaitListForEvent200Response.md → WaitListListResponse.md} +5 -5
- package/docs/{GetUserPosition200Response.md → WaitListPositionResponse.md} +5 -5
- package/docs/WaitListResponse.md +12 -6
- package/docs/WaitListStaffApi.md +331 -0
- package/package.json +1 -1
- package/docs/EventsWaitListApi.md +0 -175
- package/docs/EventsWaitListStaffApi.md +0 -115
- package/docs/JoinWaitListRequest.md +0 -22
package/.openapi-generator/FILES
CHANGED
|
@@ -176,8 +176,6 @@ docs/EventsApi.md
|
|
|
176
176
|
docs/EventsListResponse.md
|
|
177
177
|
docs/EventsManagerApi.md
|
|
178
178
|
docs/EventsStaffApi.md
|
|
179
|
-
docs/EventsWaitListApi.md
|
|
180
|
-
docs/EventsWaitListStaffApi.md
|
|
181
179
|
docs/FavoriteClubMutationResponse.md
|
|
182
180
|
docs/FavoriteClubRequestBody.md
|
|
183
181
|
docs/FavoriteClubsResponse.md
|
|
@@ -203,8 +201,6 @@ docs/GetOpenEventBookingJoinPrice200Response.md
|
|
|
203
201
|
docs/GetOpenEventBookings200Response.md
|
|
204
202
|
docs/GetPublishedActualities200Response.md
|
|
205
203
|
docs/GetSlotsByClubById200Response.md
|
|
206
|
-
docs/GetUserPosition200Response.md
|
|
207
|
-
docs/GetWaitListForEvent200Response.md
|
|
208
204
|
docs/GoogleAuthRequestBody.md
|
|
209
205
|
docs/GoogleAuthResponse.md
|
|
210
206
|
docs/GoogleAuthResponseUser.md
|
|
@@ -230,15 +226,15 @@ docs/JoinEventRequest.md
|
|
|
230
226
|
docs/JoinEventRequestPlayersPaymentMethodsInner.md
|
|
231
227
|
docs/JoinEventResponse.md
|
|
232
228
|
docs/JoinEventResponseOnsitePaymentsInner.md
|
|
229
|
+
docs/JoinEventWaitList200Response.md
|
|
233
230
|
docs/JoinOpenBookingResponse.md
|
|
234
231
|
docs/JoinOpenEventBookingRequest.md
|
|
235
232
|
docs/JoinOpenEventResponse.md
|
|
236
|
-
docs/JoinWaitList200Response.md
|
|
237
|
-
docs/JoinWaitListRequest.md
|
|
238
233
|
docs/LastSixMonthsTurnoverItem.md
|
|
239
234
|
docs/LeastBookedTimeSlotItem.md
|
|
240
235
|
docs/LeastBookedTimeSlotsResponse.md
|
|
241
236
|
docs/LeastBookedWeekdayResponse.md
|
|
237
|
+
docs/LeaveEventWaitList200Response.md
|
|
242
238
|
docs/LevelBySportEntry.md
|
|
243
239
|
docs/LoginRequestBody.md
|
|
244
240
|
docs/LoginResponse.md
|
|
@@ -297,7 +293,6 @@ docs/RegisterRequestBody.md
|
|
|
297
293
|
docs/RegisterRequestBodyLocation.md
|
|
298
294
|
docs/RequestEmailCodeBody.md
|
|
299
295
|
docs/RequestEmailCodeResponse.md
|
|
300
|
-
docs/RequestPasswordReset200Response.md
|
|
301
296
|
docs/ResetPasswordRequest.md
|
|
302
297
|
docs/RetentionRateResponse.md
|
|
303
298
|
docs/RevenueBySportItem.md
|
|
@@ -388,7 +383,11 @@ docs/VerifyEmailCodeBody.md
|
|
|
388
383
|
docs/VerifyEmailCodeResponse.md
|
|
389
384
|
docs/VerifyEmailRequest.md
|
|
390
385
|
docs/VisibilityType.md
|
|
386
|
+
docs/WaitListApi.md
|
|
387
|
+
docs/WaitListListResponse.md
|
|
388
|
+
docs/WaitListPositionResponse.md
|
|
391
389
|
docs/WaitListResponse.md
|
|
390
|
+
docs/WaitListStaffApi.md
|
|
392
391
|
docs/WeekdayAverageItem.md
|
|
393
392
|
docs/WeekdayKey.md
|
|
394
393
|
docs/YearlyTurnoverResponse.md
|
package/README.md
CHANGED
|
@@ -200,11 +200,6 @@ Class | Method | HTTP request | Description
|
|
|
200
200
|
*EventsStaffApi* | [**getEventsByClub**](docs/EventsStaffApi.md#geteventsbyclub) | **GET** /api/events/staff/getEvents |
|
|
201
201
|
*EventsStaffApi* | [**getMonthlyEvents**](docs/EventsStaffApi.md#getmonthlyevents) | **GET** /api/events/calendar/monthly |
|
|
202
202
|
*EventsStaffApi* | [**getWeeklyEvents**](docs/EventsStaffApi.md#getweeklyevents) | **GET** /api/events/calendar/weekly |
|
|
203
|
-
*EventsWaitListApi* | [**getUserPosition**](docs/EventsWaitListApi.md#getuserposition) | **GET** /api/events/waitlist/{eventId}/position |
|
|
204
|
-
*EventsWaitListApi* | [**joinWaitList**](docs/EventsWaitListApi.md#joinwaitlist) | **POST** /api/events/waitlist/{eventId}/join |
|
|
205
|
-
*EventsWaitListApi* | [**leaveWaitList**](docs/EventsWaitListApi.md#leavewaitlist) | **DELETE** /api/events/waitlist/{eventId}/leave |
|
|
206
|
-
*EventsWaitListStaffApi* | [**getWaitListForEvent**](docs/EventsWaitListStaffApi.md#getwaitlistforevent) | **GET** /api/events/waitlist/{eventId} |
|
|
207
|
-
*EventsWaitListStaffApi* | [**processWaitList**](docs/EventsWaitListStaffApi.md#processwaitlist) | **POST** /api/events/waitlist/{eventId}/process |
|
|
208
203
|
*ImagesApi* | [**cleanupImages**](docs/ImagesApi.md#cleanupimages) | **POST** /api/images/cleanup |
|
|
209
204
|
*PublicEmailApi* | [**authEmailExists**](docs/PublicEmailApi.md#authemailexists) | **POST** /api/public-email/auth-email-exists |
|
|
210
205
|
*PublicEmailApi* | [**requestVerificationCode**](docs/PublicEmailApi.md#requestverificationcode) | **POST** /api/public-email/request-verification-code |
|
|
@@ -265,6 +260,21 @@ Class | Method | HTTP request | Description
|
|
|
265
260
|
*UsersApi* | [**updateProfilePicture**](docs/UsersApi.md#updateprofilepicture) | **PUT** /api/users/me/profile-picture |
|
|
266
261
|
*UsersApi* | [**verifyEmail**](docs/UsersApi.md#verifyemail) | **POST** /api/users/verify-email |
|
|
267
262
|
*UsersApi* | [**verifyOrganization**](docs/UsersApi.md#verifyorganization) | **POST** /api/users/verify-organization |
|
|
263
|
+
*WaitListApi* | [**getBookingPosition**](docs/WaitListApi.md#getbookingposition) | **GET** /api/waitlist/booking/{bookingId}/position |
|
|
264
|
+
*WaitListApi* | [**getEventBookingPosition**](docs/WaitListApi.md#geteventbookingposition) | **GET** /api/waitlist/event-booking/{eventBookingId}/position |
|
|
265
|
+
*WaitListApi* | [**getEventPosition**](docs/WaitListApi.md#geteventposition) | **GET** /api/waitlist/event/{eventId}/position |
|
|
266
|
+
*WaitListApi* | [**joinBookingWaitList**](docs/WaitListApi.md#joinbookingwaitlist) | **POST** /api/waitlist/booking/{bookingId}/join |
|
|
267
|
+
*WaitListApi* | [**joinEventBookingWaitList**](docs/WaitListApi.md#joineventbookingwaitlist) | **POST** /api/waitlist/event-booking/{eventBookingId}/join |
|
|
268
|
+
*WaitListApi* | [**joinEventWaitList**](docs/WaitListApi.md#joineventwaitlist) | **POST** /api/waitlist/event/{eventId}/join |
|
|
269
|
+
*WaitListApi* | [**leaveBookingWaitList**](docs/WaitListApi.md#leavebookingwaitlist) | **DELETE** /api/waitlist/booking/{bookingId}/leave |
|
|
270
|
+
*WaitListApi* | [**leaveEventBookingWaitList**](docs/WaitListApi.md#leaveeventbookingwaitlist) | **DELETE** /api/waitlist/event-booking/{eventBookingId}/leave |
|
|
271
|
+
*WaitListApi* | [**leaveEventWaitList**](docs/WaitListApi.md#leaveeventwaitlist) | **DELETE** /api/waitlist/event/{eventId}/leave |
|
|
272
|
+
*WaitListStaffApi* | [**getBookingWaitList**](docs/WaitListStaffApi.md#getbookingwaitlist) | **GET** /api/waitlist/booking/{bookingId}/list |
|
|
273
|
+
*WaitListStaffApi* | [**getEventBookingWaitList**](docs/WaitListStaffApi.md#geteventbookingwaitlist) | **GET** /api/waitlist/event-booking/{eventBookingId}/list |
|
|
274
|
+
*WaitListStaffApi* | [**getEventWaitList**](docs/WaitListStaffApi.md#geteventwaitlist) | **GET** /api/waitlist/event/{eventId}/list |
|
|
275
|
+
*WaitListStaffApi* | [**processBookingWaitList**](docs/WaitListStaffApi.md#processbookingwaitlist) | **POST** /api/waitlist/booking/{bookingId}/process |
|
|
276
|
+
*WaitListStaffApi* | [**processEventBookingWaitList**](docs/WaitListStaffApi.md#processeventbookingwaitlist) | **POST** /api/waitlist/event-booking/{eventBookingId}/process |
|
|
277
|
+
*WaitListStaffApi* | [**processEventWaitList**](docs/WaitListStaffApi.md#processeventwaitlist) | **POST** /api/waitlist/event/{eventId}/process |
|
|
268
278
|
|
|
269
279
|
|
|
270
280
|
### Documentation For Models
|
|
@@ -443,8 +453,6 @@ Class | Method | HTTP request | Description
|
|
|
443
453
|
- [GetOpenEventBookings200Response](docs/GetOpenEventBookings200Response.md)
|
|
444
454
|
- [GetPublishedActualities200Response](docs/GetPublishedActualities200Response.md)
|
|
445
455
|
- [GetSlotsByClubById200Response](docs/GetSlotsByClubById200Response.md)
|
|
446
|
-
- [GetUserPosition200Response](docs/GetUserPosition200Response.md)
|
|
447
|
-
- [GetWaitListForEvent200Response](docs/GetWaitListForEvent200Response.md)
|
|
448
456
|
- [GoogleAuthRequestBody](docs/GoogleAuthRequestBody.md)
|
|
449
457
|
- [GoogleAuthResponse](docs/GoogleAuthResponse.md)
|
|
450
458
|
- [GoogleAuthResponseUser](docs/GoogleAuthResponseUser.md)
|
|
@@ -469,15 +477,15 @@ Class | Method | HTTP request | Description
|
|
|
469
477
|
- [JoinEventRequestPlayersPaymentMethodsInner](docs/JoinEventRequestPlayersPaymentMethodsInner.md)
|
|
470
478
|
- [JoinEventResponse](docs/JoinEventResponse.md)
|
|
471
479
|
- [JoinEventResponseOnsitePaymentsInner](docs/JoinEventResponseOnsitePaymentsInner.md)
|
|
480
|
+
- [JoinEventWaitList200Response](docs/JoinEventWaitList200Response.md)
|
|
472
481
|
- [JoinOpenBookingResponse](docs/JoinOpenBookingResponse.md)
|
|
473
482
|
- [JoinOpenEventBookingRequest](docs/JoinOpenEventBookingRequest.md)
|
|
474
483
|
- [JoinOpenEventResponse](docs/JoinOpenEventResponse.md)
|
|
475
|
-
- [JoinWaitList200Response](docs/JoinWaitList200Response.md)
|
|
476
|
-
- [JoinWaitListRequest](docs/JoinWaitListRequest.md)
|
|
477
484
|
- [LastSixMonthsTurnoverItem](docs/LastSixMonthsTurnoverItem.md)
|
|
478
485
|
- [LeastBookedTimeSlotItem](docs/LeastBookedTimeSlotItem.md)
|
|
479
486
|
- [LeastBookedTimeSlotsResponse](docs/LeastBookedTimeSlotsResponse.md)
|
|
480
487
|
- [LeastBookedWeekdayResponse](docs/LeastBookedWeekdayResponse.md)
|
|
488
|
+
- [LeaveEventWaitList200Response](docs/LeaveEventWaitList200Response.md)
|
|
481
489
|
- [LevelBySportEntry](docs/LevelBySportEntry.md)
|
|
482
490
|
- [LoginRequestBody](docs/LoginRequestBody.md)
|
|
483
491
|
- [LoginResponse](docs/LoginResponse.md)
|
|
@@ -535,7 +543,6 @@ Class | Method | HTTP request | Description
|
|
|
535
543
|
- [RegisterRequestBodyLocation](docs/RegisterRequestBodyLocation.md)
|
|
536
544
|
- [RequestEmailCodeBody](docs/RequestEmailCodeBody.md)
|
|
537
545
|
- [RequestEmailCodeResponse](docs/RequestEmailCodeResponse.md)
|
|
538
|
-
- [RequestPasswordReset200Response](docs/RequestPasswordReset200Response.md)
|
|
539
546
|
- [ResetPasswordRequest](docs/ResetPasswordRequest.md)
|
|
540
547
|
- [RetentionRateResponse](docs/RetentionRateResponse.md)
|
|
541
548
|
- [RevenueBySportItem](docs/RevenueBySportItem.md)
|
|
@@ -618,6 +625,8 @@ Class | Method | HTTP request | Description
|
|
|
618
625
|
- [VerifyEmailCodeResponse](docs/VerifyEmailCodeResponse.md)
|
|
619
626
|
- [VerifyEmailRequest](docs/VerifyEmailRequest.md)
|
|
620
627
|
- [VisibilityType](docs/VisibilityType.md)
|
|
628
|
+
- [WaitListListResponse](docs/WaitListListResponse.md)
|
|
629
|
+
- [WaitListPositionResponse](docs/WaitListPositionResponse.md)
|
|
621
630
|
- [WaitListResponse](docs/WaitListResponse.md)
|
|
622
631
|
- [WeekdayAverageItem](docs/WeekdayAverageItem.md)
|
|
623
632
|
- [WeekdayKey](docs/WeekdayKey.md)
|