@tennac-booking/sdk 1.0.83 → 1.0.85

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 (102) hide show
  1. package/.openapi-generator/FILES +241 -270
  2. package/README.md +17 -57
  3. package/api.ts +1065 -2960
  4. package/base.ts +1 -1
  5. package/common.ts +1 -1
  6. package/configuration.ts +1 -1
  7. package/dist/api.d.ts +990 -2388
  8. package/dist/api.js +193 -961
  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 +990 -2388
  16. package/dist/esm/api.js +186 -954
  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/BookingClubInfo.md +28 -0
  28. package/docs/{ClubDaySchedule.md → BookingCourtInfo.md} +7 -7
  29. package/docs/BookingInfo.md +2 -2
  30. package/docs/BookingPaymentStatus.md +24 -0
  31. package/docs/BookingPlayerPaymentSummary.md +34 -0
  32. package/docs/BookingPopulated.md +3 -3
  33. package/docs/{ConfirmPaymentMethodRequestBody.md → BookingPriceBody.md} +7 -5
  34. package/docs/BookingResponse.md +2 -0
  35. package/docs/BookingSlotInfo.md +30 -0
  36. package/docs/{AddPaymentMethodRequestBody.md → BookingSportInfo.md} +7 -5
  37. package/docs/BookingSummary.md +54 -2
  38. package/docs/BookingsApi.md +55 -0
  39. package/docs/ClubAnalyticsStaffApi.md +0 -173
  40. package/docs/ClubResponse.md +8 -0
  41. package/docs/ClubSettingsManagerApi.md +0 -104
  42. package/docs/ClubSettingsResponse.md +0 -2
  43. package/docs/ClubsManagerApi.md +0 -104
  44. package/docs/ClubsStaffApi.md +0 -88
  45. package/docs/CreateBookingRequest.md +2 -2
  46. package/docs/CreateEventRequest.md +1 -3
  47. package/docs/EventResponse.md +1 -1
  48. package/docs/{SetupPaymentMethodRequestBody.md → EventResponseCourtsInner.md} +3 -5
  49. package/docs/IUserAttributes.md +2 -12
  50. package/docs/InvoiceStatus.md +22 -0
  51. package/docs/PartialClubResponse.md +8 -0
  52. package/docs/PlayerPrice.md +30 -0
  53. package/docs/QuickReservationClubSport.md +22 -0
  54. package/docs/QuickReservationClubSummary.md +4 -0
  55. package/docs/SlotInfo.md +2 -2
  56. package/docs/SportsPublicApi.md +53 -0
  57. package/docs/StaffUserProfileResponse.md +2 -12
  58. package/docs/SubscribeRequestBody.md +2 -0
  59. package/docs/SubscriptionInfo.md +24 -0
  60. package/docs/UpdateEventRequest.md +1 -1
  61. package/docs/UserBookingsResponse.md +28 -0
  62. package/docs/UserProfileResponse.md +4 -12
  63. package/docs/UsersApi.md +4 -160
  64. package/index.ts +1 -1
  65. package/package.json +1 -1
  66. package/docs/ClubGeneralSettingsResponse.md +0 -34
  67. package/docs/ClubHoursSettingsResponse.md +0 -22
  68. package/docs/ClubLocationSettings.md +0 -26
  69. package/docs/ClubPlayerBookingItem.md +0 -36
  70. package/docs/ClubPlayerBookingsPagination.md +0 -28
  71. package/docs/ClubPlayerBookingsResponse.md +0 -24
  72. package/docs/ClubPlayerDetailResponse.md +0 -46
  73. package/docs/ClubPlayerDetailResponseSportsLevelsInner.md +0 -22
  74. package/docs/ClubPlayerStatisticsResponse.md +0 -42
  75. package/docs/ClubPlayerStatisticsResponseBookingAmountEvolutionThisMonthInner.md +0 -22
  76. package/docs/ClubPlayerStatisticsResponseFavoriteClub.md +0 -23
  77. package/docs/ClubPlayerStatisticsResponseMostPlayedClub.md +0 -25
  78. package/docs/ClubPlayerStatisticsResponseMostPlayedPartnersInner.md +0 -26
  79. package/docs/ClubPlayerSubscriptionSummary.md +0 -28
  80. package/docs/ClubPresentationSettingsResponse.md +0 -26
  81. package/docs/ClubPricingPeriodResponse.md +0 -30
  82. package/docs/ClubReservationAccessSettingsResponse.md +0 -26
  83. package/docs/ClubReservationSettingsResponse.md +0 -36
  84. package/docs/ClubSettingsStaffApi.md +0 -95
  85. package/docs/ClubWeeklySchedule.md +0 -32
  86. package/docs/ConfirmPaymentMethodResponse.md +0 -22
  87. package/docs/HotelAccessSettings.md +0 -26
  88. package/docs/PartialClubWeeklySchedule.md +0 -33
  89. package/docs/PartialHotelAccessSettings.md +0 -27
  90. package/docs/PartialPaymentRequirementsSettings.md +0 -23
  91. package/docs/PartialPublicAccessPartialPublicAccessSettingsSchoolAccessPartialSchoolAccessSettingsHotelAccessPartialHotelAccessSettingsPaymentRequirementsPartialPaymentRequirementsSettings.md +0 -27
  92. package/docs/PartialPublicAccessSettings.md +0 -25
  93. package/docs/PartialSchoolAccessSettings.md +0 -25
  94. package/docs/PaymentMethodSetupResponse.md +0 -24
  95. package/docs/PaymentRequirementsSettings.md +0 -22
  96. package/docs/PublicAccessSettings.md +0 -24
  97. package/docs/SchoolAccessSettings.md +0 -24
  98. package/docs/SetupPaymentMethodResponse.md +0 -24
  99. package/docs/UpdateClubGeneralSettingsRequest.md +0 -34
  100. package/docs/UpdateClubHoursSettingsRequest.md +0 -22
  101. package/docs/UpdateClubPresentationSettingsRequest.md +0 -26
  102. package/docs/UpdateClubReservationSettingsRequest.md +0 -34

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.