@tennac-booking/sdk 1.0.193 → 1.0.194

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.
@@ -209,6 +209,7 @@ docs/GetSlotsByClubById200Response.md
209
209
  docs/GoogleAuthRequestBody.md
210
210
  docs/GoogleAuthResponse.md
211
211
  docs/GoogleAuthResponseUser.md
212
+ docs/Health200Response.md
212
213
  docs/HotelAccessSettings.md
213
214
  docs/ICharacteristic.md
214
215
  docs/ICourtData.md
@@ -227,6 +228,8 @@ docs/InvoiceInfo.md
227
228
  docs/InvoiceStatus.md
228
229
  docs/InvoiceStatusSETUPPENDING.md
229
230
  docs/InvoiceStatusSETUPSUCCESS.md
231
+ docs/JobResult.md
232
+ docs/JobsApi.md
230
233
  docs/JoinEventRequest.md
231
234
  docs/JoinEventRequestPlayersPaymentMethodsInner.md
232
235
  docs/JoinEventResponse.md
@@ -411,7 +414,10 @@ docs/VerifyVerificationCodeBody.md
411
414
  docs/VerifyVerificationCodeResponse.md
412
415
  docs/VisibilityType.md
413
416
  docs/WaitListApi.md
417
+ docs/WaitListEntryWithPlayer.md
414
418
  docs/WaitListListResponse.md
419
+ docs/WaitListPlayer.md
420
+ docs/WaitListPlayersListResponse.md
415
421
  docs/WaitListPositionResponse.md
416
422
  docs/WaitListResponse.md
417
423
  docs/WaitListStaffApi.md
package/README.md CHANGED
@@ -208,6 +208,13 @@ Class | Method | HTTP request | Description
208
208
  *EventsStaffApi* | [**getUpcomingEventsByClub**](docs/EventsStaffApi.md#getupcomingeventsbyclub) | **GET** /api/events/staff/getEvents/upcoming |
209
209
  *EventsStaffApi* | [**getWeeklyEvents**](docs/EventsStaffApi.md#getweeklyevents) | **GET** /api/events/calendar/weekly |
210
210
  *ImagesApi* | [**cleanupImages**](docs/ImagesApi.md#cleanupimages) | **POST** /api/images/cleanup |
211
+ *JobsApi* | [**captureExpiringAuthorizations**](docs/JobsApi.md#captureexpiringauthorizations) | **GET** /api/jobs/capture-expiring-authorizations | Capture les autorisations Stripe qui expirent dans moins de 4h
212
+ *JobsApi* | [**capturePastReservations**](docs/JobsApi.md#capturepastreservations) | **GET** /api/jobs/capture-past-reservations | Capture les paiements autorisés pour les réservations passées
213
+ *JobsApi* | [**expireBookingWaitingPayments**](docs/JobsApi.md#expirebookingwaitingpayments) | **GET** /api/jobs/expire-booking-waiting-payments | Expire les réservations en attente de paiement
214
+ *JobsApi* | [**expireWaitlistPayments**](docs/JobsApi.md#expirewaitlistpayments) | **GET** /api/jobs/expire-waitlist-payments | Expire les paiements en attente sur la waitlist
215
+ *JobsApi* | [**health**](docs/JobsApi.md#health) | **GET** /api/jobs/health | Health check pour les jobs
216
+ *JobsApi* | [**maintainSlots**](docs/JobsApi.md#maintainslots) | **GET** /api/jobs/maintain-slots | Génère les créneaux futurs et nettoie les anciens
217
+ *JobsApi* | [**releaseOldBookings**](docs/JobsApi.md#releaseoldbookings) | **GET** /api/jobs/release-old-bookings | Libère les anciennes réservations terminées
211
218
  *PublicEmailApi* | [**authEmailExists**](docs/PublicEmailApi.md#authemailexists) | **POST** /api/public-email/auth-email-exists |
212
219
  *PublicEmailApi* | [**requestPublicEmailVerificationCode**](docs/PublicEmailApi.md#requestpublicemailverificationcode) | **POST** /api/public-email/request-verification-code |
213
220
  *PublicEmailApi* | [**verifyCode**](docs/PublicEmailApi.md#verifycode) | **POST** /api/public-email/verify-code |
@@ -282,6 +289,7 @@ Class | Method | HTTP request | Description
282
289
  *WaitListStaffApi* | [**getBookingWaitList**](docs/WaitListStaffApi.md#getbookingwaitlist) | **GET** /api/waitlist/booking/{bookingId}/list |
283
290
  *WaitListStaffApi* | [**getEventBookingWaitList**](docs/WaitListStaffApi.md#geteventbookingwaitlist) | **GET** /api/waitlist/event-booking/{eventBookingId}/list |
284
291
  *WaitListStaffApi* | [**getEventWaitList**](docs/WaitListStaffApi.md#geteventwaitlist) | **GET** /api/waitlist/event/{eventId}/list |
292
+ *WaitListStaffApi* | [**getEventWaitListPlayers**](docs/WaitListStaffApi.md#geteventwaitlistplayers) | **GET** /api/waitlist/event/{eventId}/players |
285
293
  *WaitListStaffApi* | [**processBookingWaitList**](docs/WaitListStaffApi.md#processbookingwaitlist) | **POST** /api/waitlist/booking/{bookingId}/process |
286
294
  *WaitListStaffApi* | [**processEventBookingWaitList**](docs/WaitListStaffApi.md#processeventbookingwaitlist) | **POST** /api/waitlist/event-booking/{eventBookingId}/process |
287
295
  *WaitListStaffApi* | [**processEventWaitList**](docs/WaitListStaffApi.md#processeventwaitlist) | **POST** /api/waitlist/event/{eventId}/process |
@@ -470,6 +478,7 @@ Class | Method | HTTP request | Description
470
478
  - [GoogleAuthRequestBody](docs/GoogleAuthRequestBody.md)
471
479
  - [GoogleAuthResponse](docs/GoogleAuthResponse.md)
472
480
  - [GoogleAuthResponseUser](docs/GoogleAuthResponseUser.md)
481
+ - [Health200Response](docs/Health200Response.md)
473
482
  - [HotelAccessSettings](docs/HotelAccessSettings.md)
474
483
  - [ICharacteristic](docs/ICharacteristic.md)
475
484
  - [ICourtData](docs/ICourtData.md)
@@ -487,6 +496,7 @@ Class | Method | HTTP request | Description
487
496
  - [InvoiceStatus](docs/InvoiceStatus.md)
488
497
  - [InvoiceStatusSETUPPENDING](docs/InvoiceStatusSETUPPENDING.md)
489
498
  - [InvoiceStatusSETUPSUCCESS](docs/InvoiceStatusSETUPSUCCESS.md)
499
+ - [JobResult](docs/JobResult.md)
490
500
  - [JoinEventRequest](docs/JoinEventRequest.md)
491
501
  - [JoinEventRequestPlayersPaymentMethodsInner](docs/JoinEventRequestPlayersPaymentMethodsInner.md)
492
502
  - [JoinEventResponse](docs/JoinEventResponse.md)
@@ -661,7 +671,10 @@ Class | Method | HTTP request | Description
661
671
  - [VerifyVerificationCodeBody](docs/VerifyVerificationCodeBody.md)
662
672
  - [VerifyVerificationCodeResponse](docs/VerifyVerificationCodeResponse.md)
663
673
  - [VisibilityType](docs/VisibilityType.md)
674
+ - [WaitListEntryWithPlayer](docs/WaitListEntryWithPlayer.md)
664
675
  - [WaitListListResponse](docs/WaitListListResponse.md)
676
+ - [WaitListPlayer](docs/WaitListPlayer.md)
677
+ - [WaitListPlayersListResponse](docs/WaitListPlayersListResponse.md)
665
678
  - [WaitListPositionResponse](docs/WaitListPositionResponse.md)
666
679
  - [WaitListResponse](docs/WaitListResponse.md)
667
680
  - [WeekdayAverageItem](docs/WeekdayAverageItem.md)