@tennac-booking/sdk 1.0.193 → 1.0.195

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/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @tennac-booking/sdk@1.0.185
1
+ ## @tennac-booking/sdk@1.0.195
2
2
 
3
3
  This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
4
4
 
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
36
36
  _published:_
37
37
 
38
38
  ```
39
- npm install @tennac-booking/sdk@1.0.185 --save
39
+ npm install @tennac-booking/sdk@1.0.195 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
@@ -208,6 +208,14 @@ 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
218
+ *JobsApi* | [**sendBookingReminders**](docs/JobsApi.md#sendbookingreminders) | **GET** /api/jobs/send-booking-reminders | Envoie des emails de rappel 24h avant les réservations et événements
211
219
  *PublicEmailApi* | [**authEmailExists**](docs/PublicEmailApi.md#authemailexists) | **POST** /api/public-email/auth-email-exists |
212
220
  *PublicEmailApi* | [**requestPublicEmailVerificationCode**](docs/PublicEmailApi.md#requestpublicemailverificationcode) | **POST** /api/public-email/request-verification-code |
213
221
  *PublicEmailApi* | [**verifyCode**](docs/PublicEmailApi.md#verifycode) | **POST** /api/public-email/verify-code |
@@ -282,6 +290,7 @@ Class | Method | HTTP request | Description
282
290
  *WaitListStaffApi* | [**getBookingWaitList**](docs/WaitListStaffApi.md#getbookingwaitlist) | **GET** /api/waitlist/booking/{bookingId}/list |
283
291
  *WaitListStaffApi* | [**getEventBookingWaitList**](docs/WaitListStaffApi.md#geteventbookingwaitlist) | **GET** /api/waitlist/event-booking/{eventBookingId}/list |
284
292
  *WaitListStaffApi* | [**getEventWaitList**](docs/WaitListStaffApi.md#geteventwaitlist) | **GET** /api/waitlist/event/{eventId}/list |
293
+ *WaitListStaffApi* | [**getEventWaitListPlayers**](docs/WaitListStaffApi.md#geteventwaitlistplayers) | **GET** /api/waitlist/event/{eventId}/players |
285
294
  *WaitListStaffApi* | [**processBookingWaitList**](docs/WaitListStaffApi.md#processbookingwaitlist) | **POST** /api/waitlist/booking/{bookingId}/process |
286
295
  *WaitListStaffApi* | [**processEventBookingWaitList**](docs/WaitListStaffApi.md#processeventbookingwaitlist) | **POST** /api/waitlist/event-booking/{eventBookingId}/process |
287
296
  *WaitListStaffApi* | [**processEventWaitList**](docs/WaitListStaffApi.md#processeventwaitlist) | **POST** /api/waitlist/event/{eventId}/process |
@@ -470,6 +479,7 @@ Class | Method | HTTP request | Description
470
479
  - [GoogleAuthRequestBody](docs/GoogleAuthRequestBody.md)
471
480
  - [GoogleAuthResponse](docs/GoogleAuthResponse.md)
472
481
  - [GoogleAuthResponseUser](docs/GoogleAuthResponseUser.md)
482
+ - [Health200Response](docs/Health200Response.md)
473
483
  - [HotelAccessSettings](docs/HotelAccessSettings.md)
474
484
  - [ICharacteristic](docs/ICharacteristic.md)
475
485
  - [ICourtData](docs/ICourtData.md)
@@ -487,6 +497,7 @@ Class | Method | HTTP request | Description
487
497
  - [InvoiceStatus](docs/InvoiceStatus.md)
488
498
  - [InvoiceStatusSETUPPENDING](docs/InvoiceStatusSETUPPENDING.md)
489
499
  - [InvoiceStatusSETUPSUCCESS](docs/InvoiceStatusSETUPSUCCESS.md)
500
+ - [JobResult](docs/JobResult.md)
490
501
  - [JoinEventRequest](docs/JoinEventRequest.md)
491
502
  - [JoinEventRequestPlayersPaymentMethodsInner](docs/JoinEventRequestPlayersPaymentMethodsInner.md)
492
503
  - [JoinEventResponse](docs/JoinEventResponse.md)
@@ -661,7 +672,10 @@ Class | Method | HTTP request | Description
661
672
  - [VerifyVerificationCodeBody](docs/VerifyVerificationCodeBody.md)
662
673
  - [VerifyVerificationCodeResponse](docs/VerifyVerificationCodeResponse.md)
663
674
  - [VisibilityType](docs/VisibilityType.md)
675
+ - [WaitListEntryWithPlayer](docs/WaitListEntryWithPlayer.md)
664
676
  - [WaitListListResponse](docs/WaitListListResponse.md)
677
+ - [WaitListPlayer](docs/WaitListPlayer.md)
678
+ - [WaitListPlayersListResponse](docs/WaitListPlayersListResponse.md)
665
679
  - [WaitListPositionResponse](docs/WaitListPositionResponse.md)
666
680
  - [WaitListResponse](docs/WaitListResponse.md)
667
681
  - [WeekdayAverageItem](docs/WeekdayAverageItem.md)