@tennac-booking/sdk 1.0.101 → 1.0.103

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 (81) hide show
  1. package/.openapi-generator/FILES +28 -8
  2. package/README.md +46 -16
  3. package/api.ts +8004 -6457
  4. package/base.ts +1 -1
  5. package/common.ts +1 -1
  6. package/configuration.ts +1 -1
  7. package/dist/api.d.ts +1692 -545
  8. package/dist/api.js +883 -266
  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 +1692 -545
  16. package/dist/esm/api.js +871 -254
  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/AddClubMemberRequest.md +7 -1
  28. package/docs/BookingPopulated.md +3 -3
  29. package/docs/ClientAccountOnboardingRequest.md +2 -2
  30. package/docs/ClientAccountsApi.md +1 -1
  31. package/docs/ClubAnalyticsStaffApi.md +314 -0
  32. package/docs/{AddCreditsToCustomer200Response.md → ClubDaySchedule.md} +7 -5
  33. package/docs/ClubGeneralSettingsResponse.md +32 -0
  34. package/docs/ClubHoursSettingsResponse.md +22 -0
  35. package/docs/ClubLocationSettings.md +26 -0
  36. package/docs/ClubPlayerBookingItem.md +36 -0
  37. package/docs/ClubPlayerBookingsPagination.md +28 -0
  38. package/docs/ClubPlayerBookingsResponse.md +24 -0
  39. package/docs/ClubPlayerDetailResponse.md +46 -0
  40. package/docs/ClubPlayerDetailResponseSportsLevelsInner.md +22 -0
  41. package/docs/ClubPlayerStatisticsResponse.md +42 -0
  42. package/docs/ClubPlayerStatisticsResponseBookingAmountEvolutionThisMonthInner.md +22 -0
  43. package/docs/ClubPlayerStatisticsResponseFavoriteClub.md +23 -0
  44. package/docs/ClubPlayerStatisticsResponseMostPlayedClub.md +25 -0
  45. package/docs/ClubPlayerStatisticsResponseMostPlayedPartnersInner.md +26 -0
  46. package/docs/ClubPlayerSubscriptionSummary.md +28 -0
  47. package/docs/ClubPresentationSettingsResponse.md +26 -0
  48. package/docs/ClubPricingPeriodResponse.md +30 -0
  49. package/docs/ClubReservationSettingsResponse.md +26 -0
  50. package/docs/ClubResponse.md +2 -0
  51. package/docs/ClubSettingsManagerApi.md +54 -60
  52. package/docs/ClubSettingsStaffApi.md +183 -0
  53. package/docs/ClubWeeklySchedule.md +32 -0
  54. package/docs/ClubsManagerApi.md +52 -58
  55. package/docs/ClubsStaffApi.md +44 -0
  56. package/docs/CourtBookingShareItem.md +26 -0
  57. package/docs/CourtResponse.md +1 -1
  58. package/docs/CreateCourtRequest.md +1 -1
  59. package/docs/CreateEventRequest.md +3 -1
  60. package/docs/EventResponse.md +1 -1
  61. package/docs/PartialClubResponse.md +2 -0
  62. package/docs/PartialClubWeeklySchedule.md +33 -0
  63. package/docs/RetentionRateResponse.md +24 -0
  64. package/docs/RevenueBySportItem.md +24 -0
  65. package/docs/SlotInfo.md +2 -2
  66. package/docs/UpdateClubGeneralSettingsRequest.md +34 -0
  67. package/docs/UpdateClubHoursSettingsRequest.md +22 -0
  68. package/docs/UpdateClubPresentationSettingsRequest.md +26 -0
  69. package/docs/UpdateClubReservationSettingsRequest.md +28 -0
  70. package/docs/UpdateEventRequest.md +1 -1
  71. package/docs/UserClubMembership.md +2 -0
  72. package/docs/UserInfo.md +2 -0
  73. package/index.ts +1 -1
  74. package/package.json +1 -1
  75. package/docs/AddCreditsToCustomerRequest.md +0 -22
  76. package/docs/ClubSettingsResponse.md +0 -39
  77. package/docs/CreateClubSettingsRequest.md +0 -34
  78. package/docs/DeleteClubSettingsResponse.md +0 -20
  79. package/docs/EventResponseCourtsInner.md +0 -18
  80. package/docs/SportsStaffApi.md +0 -55
  81. package/docs/UpdateClubSettingsRequest.md +0 -32
package/base.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * openapi.json
5
5
  * Pandook API Documentation
6
6
  *
7
- * The version of the OpenAPI document: 1.0.99
7
+ * The version of the OpenAPI document: 1.0.100
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/common.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * openapi.json
5
5
  * Pandook API Documentation
6
6
  *
7
- * The version of the OpenAPI document: 1.0.99
7
+ * The version of the OpenAPI document: 1.0.100
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/configuration.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * openapi.json
5
5
  * Pandook API Documentation
6
6
  *
7
- * The version of the OpenAPI document: 1.0.99
7
+ * The version of the OpenAPI document: 1.0.100
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).