@tennac-booking/sdk 1.0.130 → 1.0.132

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.
Files changed (52) hide show
  1. package/.openapi-generator/FILES +362 -344
  2. package/README.md +23 -2
  3. package/api.ts +1064 -35
  4. package/base.ts +1 -1
  5. package/common.ts +1 -1
  6. package/configuration.ts +1 -1
  7. package/dist/api.d.ts +875 -26
  8. package/dist/api.js +293 -10
  9. package/dist/base.d.ts +1 -1
  10. package/dist/base.js +1 -1
  11. package/dist/common.d.ts +1 -1
  12. package/dist/common.js +1 -1
  13. package/dist/configuration.d.ts +1 -1
  14. package/dist/configuration.js +1 -1
  15. package/dist/esm/api.d.ts +875 -26
  16. package/dist/esm/api.js +289 -6
  17. package/dist/esm/base.d.ts +1 -1
  18. package/dist/esm/base.js +1 -1
  19. package/dist/esm/common.d.ts +1 -1
  20. package/dist/esm/common.js +1 -1
  21. package/dist/esm/configuration.d.ts +1 -1
  22. package/dist/esm/configuration.js +1 -1
  23. package/dist/esm/index.d.ts +1 -1
  24. package/dist/esm/index.js +1 -1
  25. package/dist/index.d.ts +1 -1
  26. package/dist/index.js +1 -1
  27. package/docs/EstimateEventPrice200Response.md +0 -2
  28. package/docs/EventBookingDetailSummary.md +40 -0
  29. package/docs/EventBookingDetailSummaryPaymentPerPlayersInner.md +30 -0
  30. package/docs/EventBookingResponse.md +38 -0
  31. package/docs/EventBookingResponsePaymentPerPlayersInner.md +30 -0
  32. package/docs/EventBookingResponsePlayersInner.md +28 -0
  33. package/docs/EventBookingResponsePlayersInnerInvoiceStatus.md +18 -0
  34. package/docs/EventBookingResponseSetupStatus.md +18 -0
  35. package/docs/EventBookingStatus.md +16 -0
  36. package/docs/EventsApi.md +4 -1
  37. package/docs/EventsManagerApi.md +110 -0
  38. package/docs/InvoiceStatusSETUPPENDING.md +8 -0
  39. package/docs/InvoiceStatusSETUPSUCCESS.md +8 -0
  40. package/docs/ParticipationType.md +10 -0
  41. package/docs/PublishEventResponse.md +4 -0
  42. package/docs/RecurringDefinitionResponse.md +34 -0
  43. package/docs/UpdateRecurringDefinition200Response.md +20 -0
  44. package/docs/UpdateRecurringDefinitionRequest.md +56 -0
  45. package/docs/UserClubSubscription.md +2 -0
  46. package/docs/UserEventParticipation.md +22 -0
  47. package/docs/UserEventSummary.md +44 -0
  48. package/docs/UserEventsResponse.md +28 -0
  49. package/docs/UsersApi.md +54 -0
  50. package/docs/VisibilityType.md +12 -0
  51. package/index.ts +1 -1
  52. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @tennac-booking/sdk@1.0.121
1
+ ## @tennac-booking/sdk@1.0.132
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.121 --save
39
+ npm install @tennac-booking/sdk@1.0.132 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
@@ -160,10 +160,12 @@ Class | Method | HTTP request | Description
160
160
  *EventsManagerApi* | [**checkEventConflicts**](docs/EventsManagerApi.md#checkeventconflicts) | **POST** /api/events/manager/checkConflicts |
161
161
  *EventsManagerApi* | [**createEvent**](docs/EventsManagerApi.md#createevent) | **POST** /api/events/manager/createEvent |
162
162
  *EventsManagerApi* | [**deleteEvent**](docs/EventsManagerApi.md#deleteevent) | **DELETE** /api/events/manager/deleteEvent/{eventId} |
163
+ *EventsManagerApi* | [**getExpiringRecurringDefinitions**](docs/EventsManagerApi.md#getexpiringrecurringdefinitions) | **GET** /api/events/manager/recurring/expiring |
163
164
  *EventsManagerApi* | [**publishEvent**](docs/EventsManagerApi.md#publishevent) | **PUT** /api/events/manager/publishEvent/{eventId} |
164
165
  *EventsManagerApi* | [**unpublishEvent**](docs/EventsManagerApi.md#unpublishevent) | **PUT** /api/events/manager/unpublishEvent/{eventId} |
165
166
  *EventsManagerApi* | [**updateEvent**](docs/EventsManagerApi.md#updateevent) | **PUT** /api/events/manager/updateEvent/{eventId} |
166
167
  *EventsManagerApi* | [**updatePublishedEvent**](docs/EventsManagerApi.md#updatepublishedevent) | **PUT** /api/events/manager/updatePublishedEvent/{eventId} |
168
+ *EventsManagerApi* | [**updateRecurringDefinition**](docs/EventsManagerApi.md#updaterecurringdefinition) | **PUT** /api/events/manager/recurring/{definitionId} |
167
169
  *EventsStaffApi* | [**checkInEventParticipants**](docs/EventsStaffApi.md#checkineventparticipants) | **POST** /api/events/{eventBookingId}/check-in |
168
170
  *EventsStaffApi* | [**getDailyEvents**](docs/EventsStaffApi.md#getdailyevents) | **GET** /api/events/calendar/daily |
169
171
  *EventsStaffApi* | [**getEventsByClub**](docs/EventsStaffApi.md#geteventsbyclub) | **GET** /api/events/staff/getEvents |
@@ -204,6 +206,7 @@ Class | Method | HTTP request | Description
204
206
  *UsersApi* | [**getNearestUsersFromCoordinates**](docs/UsersApi.md#getnearestusersfromcoordinates) | **GET** /api/users/nearest-players/coordinates |
205
207
  *UsersApi* | [**getPlayerCategories**](docs/UsersApi.md#getplayercategories) | **GET** /api/users/players/categories |
206
208
  *UsersApi* | [**getUserBookings**](docs/UsersApi.md#getuserbookings) | **GET** /api/users/me/bookings |
209
+ *UsersApi* | [**getUserEvents**](docs/UsersApi.md#getuserevents) | **GET** /api/users/me/events |
207
210
  *UsersApi* | [**getUserProfileById**](docs/UsersApi.md#getuserprofilebyid) | **GET** /api/users/profile/{id} |
208
211
  *UsersApi* | [**listPlayers**](docs/UsersApi.md#listplayers) | **GET** /api/users/players |
209
212
  *UsersApi* | [**login**](docs/UsersApi.md#login) | **POST** /api/users/login |
@@ -341,6 +344,14 @@ Class | Method | HTTP request | Description
341
344
  - [EstimateEventPrice200Response](docs/EstimateEventPrice200Response.md)
342
345
  - [EstimateEventPriceRequest](docs/EstimateEventPriceRequest.md)
343
346
  - [EstimateEventPriceRequestSharesInner](docs/EstimateEventPriceRequestSharesInner.md)
347
+ - [EventBookingDetailSummary](docs/EventBookingDetailSummary.md)
348
+ - [EventBookingDetailSummaryPaymentPerPlayersInner](docs/EventBookingDetailSummaryPaymentPerPlayersInner.md)
349
+ - [EventBookingResponse](docs/EventBookingResponse.md)
350
+ - [EventBookingResponsePaymentPerPlayersInner](docs/EventBookingResponsePaymentPerPlayersInner.md)
351
+ - [EventBookingResponsePlayersInner](docs/EventBookingResponsePlayersInner.md)
352
+ - [EventBookingResponsePlayersInnerInvoiceStatus](docs/EventBookingResponsePlayersInnerInvoiceStatus.md)
353
+ - [EventBookingResponseSetupStatus](docs/EventBookingResponseSetupStatus.md)
354
+ - [EventBookingStatus](docs/EventBookingStatus.md)
344
355
  - [EventConflictCheckRequest](docs/EventConflictCheckRequest.md)
345
356
  - [EventConflictCheckResponse](docs/EventConflictCheckResponse.md)
346
357
  - [EventResponse](docs/EventResponse.md)
@@ -382,6 +393,8 @@ Class | Method | HTTP request | Description
382
393
  - [ImageReferencePayload](docs/ImageReferencePayload.md)
383
394
  - [InvoiceInfo](docs/InvoiceInfo.md)
384
395
  - [InvoiceStatus](docs/InvoiceStatus.md)
396
+ - [InvoiceStatusSETUPPENDING](docs/InvoiceStatusSETUPPENDING.md)
397
+ - [InvoiceStatusSETUPSUCCESS](docs/InvoiceStatusSETUPSUCCESS.md)
385
398
  - [JoinEventRequest](docs/JoinEventRequest.md)
386
399
  - [JoinEventRequestPlayersPaymentMethodsInner](docs/JoinEventRequestPlayersPaymentMethodsInner.md)
387
400
  - [JoinEventResponse](docs/JoinEventResponse.md)
@@ -405,6 +418,7 @@ Class | Method | HTTP request | Description
405
418
  - [PartialPaymentRequirementsSettings](docs/PartialPaymentRequirementsSettings.md)
406
419
  - [PartialPublicAccessSettings](docs/PartialPublicAccessSettings.md)
407
420
  - [PartialSchoolAccessSettings](docs/PartialSchoolAccessSettings.md)
421
+ - [ParticipationType](docs/ParticipationType.md)
408
422
  - [PasswordResetRequestBody](docs/PasswordResetRequestBody.md)
409
423
  - [PaymentByPlayerInfo](docs/PaymentByPlayerInfo.md)
410
424
  - [PaymentMethod](docs/PaymentMethod.md)
@@ -433,6 +447,7 @@ Class | Method | HTTP request | Description
433
447
  - [QuickReservationClubSummaryLocation](docs/QuickReservationClubSummaryLocation.md)
434
448
  - [QuickReservationResponse](docs/QuickReservationResponse.md)
435
449
  - [QuickReservationSlotSummary](docs/QuickReservationSlotSummary.md)
450
+ - [RecurringDefinitionResponse](docs/RecurringDefinitionResponse.md)
436
451
  - [RefreshTokenRequestBody](docs/RefreshTokenRequestBody.md)
437
452
  - [RefreshTokenResponse](docs/RefreshTokenResponse.md)
438
453
  - [RegisterRequestBody](docs/RegisterRequestBody.md)
@@ -514,6 +529,8 @@ Class | Method | HTTP request | Description
514
529
  - [UpdateEventRequest](docs/UpdateEventRequest.md)
515
530
  - [UpdateLevelBySportsRequestBody](docs/UpdateLevelBySportsRequestBody.md)
516
531
  - [UpdatePlanRequest](docs/UpdatePlanRequest.md)
532
+ - [UpdateRecurringDefinition200Response](docs/UpdateRecurringDefinition200Response.md)
533
+ - [UpdateRecurringDefinitionRequest](docs/UpdateRecurringDefinitionRequest.md)
517
534
  - [UpdateSportRequest](docs/UpdateSportRequest.md)
518
535
  - [UpdateSubscriptionPlanForClub200Response](docs/UpdateSubscriptionPlanForClub200Response.md)
519
536
  - [UpdateUserCreditsRequest](docs/UpdateUserCreditsRequest.md)
@@ -523,12 +540,16 @@ Class | Method | HTTP request | Description
523
540
  - [UserClubMembership](docs/UserClubMembership.md)
524
541
  - [UserClubMembershipsResponse](docs/UserClubMembershipsResponse.md)
525
542
  - [UserClubSubscription](docs/UserClubSubscription.md)
543
+ - [UserEventParticipation](docs/UserEventParticipation.md)
544
+ - [UserEventSummary](docs/UserEventSummary.md)
545
+ - [UserEventsResponse](docs/UserEventsResponse.md)
526
546
  - [UserInfo](docs/UserInfo.md)
527
547
  - [UserLocationSummary](docs/UserLocationSummary.md)
528
548
  - [UserProfileResponse](docs/UserProfileResponse.md)
529
549
  - [UserRolesResponse](docs/UserRolesResponse.md)
530
550
  - [UserSubscriptionsResponse](docs/UserSubscriptionsResponse.md)
531
551
  - [VerifyEmailRequest](docs/VerifyEmailRequest.md)
552
+ - [VisibilityType](docs/VisibilityType.md)
532
553
  - [YearlyTurnoverResponse](docs/YearlyTurnoverResponse.md)
533
554
 
534
555