@tennac-booking/sdk 1.0.13 → 1.0.15

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 (90) hide show
  1. package/.openapi-generator/FILES +35 -12
  2. package/README.md +69 -60
  3. package/api.ts +3550 -3065
  4. package/base.ts +1 -1
  5. package/common.ts +1 -1
  6. package/configuration.ts +1 -1
  7. package/dist/api.d.ts +2164 -1751
  8. package/dist/api.js +2523 -2150
  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 +2164 -1751
  16. package/dist/esm/api.js +2429 -2109
  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/AdminClubSlotsApi.md +62 -0
  28. package/docs/AdminClubsApi.md +108 -0
  29. package/docs/ApiErrorResponse.md +1 -1
  30. package/docs/ChangePasswordResponse.md +1 -1
  31. package/docs/ClubInfoResponse.md +6 -6
  32. package/docs/ClubResponse.md +6 -6
  33. package/docs/ClubRoleResponse.md +6 -6
  34. package/docs/ClubSettings.md +7 -1
  35. package/docs/ClubsResponse.md +22 -0
  36. package/docs/CourtResponse.md +7 -7
  37. package/docs/CourtStatus.md +5 -2
  38. package/docs/CreateClubRequest.md +12 -10
  39. package/docs/CreateClubSettingsRequest.md +28 -0
  40. package/docs/CreateCourtRequest.md +2 -0
  41. package/docs/CreatePriceRequest.md +4 -4
  42. package/docs/CreateSportRequest.md +4 -0
  43. package/docs/CreateSubscriptionPlanRequest.md +3 -3
  44. package/docs/DeleteClubSettingsRequest.md +20 -0
  45. package/docs/{DeleteClub200Response.md → DeleteSlotsResponse.md} +3 -3
  46. package/docs/{GenerateSlotsForNextThreeWeeks201Response.md → DeleteSport200Response.md} +3 -3
  47. package/docs/GenerateSlotsResponse.md +20 -0
  48. package/docs/GetClubInfos200Response.md +30 -0
  49. package/docs/GetCourtsByClubAndSport200Response.md +26 -0
  50. package/docs/GetLastSixMonthsTurnover200ResponseInner.md +24 -0
  51. package/docs/GetNumberOfClubUsers200Response.md +20 -0
  52. package/docs/GetUserRolesResponseRolesInner.md +4 -6
  53. package/docs/GoogleSignInRequestBody.md +2 -2
  54. package/docs/GoogleSignInResponse.md +2 -8
  55. package/docs/{ClubCourtsApi.md → ManagerClubCourtsApi.md} +5 -5
  56. package/docs/{ClubRolesApi.md → ManagerClubRolesApi.md} +19 -19
  57. package/docs/ManagerClubSlotsApi.md +125 -0
  58. package/docs/{ClubSubscriptionsApi.md → ManagerClubSubscriptionsApi.md} +15 -15
  59. package/docs/{ClubsApi.md → ManagerClubsApi.md} +11 -209
  60. package/docs/ManagerSportsApi.md +119 -0
  61. package/docs/PriceResponse.md +2 -8
  62. package/docs/RefreshTokenResponse.md +2 -6
  63. package/docs/SlotResponse.md +2 -8
  64. package/docs/SportResponse.md +0 -2
  65. package/docs/{ClubSportsApi.md → StaffClubAnalyticsApi.md} +20 -27
  66. package/docs/StaffClubBookingsApi.md +59 -0
  67. package/docs/StaffClubSettingsApi.md +62 -0
  68. package/docs/StaffClubsApi.md +59 -0
  69. package/docs/StaffProfileApi.md +54 -0
  70. package/docs/StaffSportsApi.md +62 -0
  71. package/docs/SubscriptionPlanResponse.md +4 -8
  72. package/docs/UpdateClubSettingsRequest.md +28 -0
  73. package/docs/UpdateSportRequest.md +4 -0
  74. package/docs/UpdateSubscriptionPlanRequest.md +3 -3
  75. package/docs/UpdateSubscriptionPlanResponse.md +2 -2
  76. package/docs/UserApi.md +119 -0
  77. package/docs/{SportsApi.md → UserAuthenticationApi.md} +54 -57
  78. package/docs/{BookingsApi.md → UserBookingsApi.md} +32 -32
  79. package/docs/UserClubCourtsApi.md +64 -0
  80. package/docs/UserClubSlotsApi.md +181 -0
  81. package/docs/UserClubSportsApi.md +60 -0
  82. package/docs/UserClubsApi.md +53 -0
  83. package/docs/{ClubSettingsApi.md → UserProfileApi.md} +59 -62
  84. package/docs/UserResponse.md +8 -14
  85. package/docs/UserSubscriptionsApi.md +222 -0
  86. package/docs/UsersResponse.md +22 -0
  87. package/index.ts +1 -1
  88. package/package.json +32 -1
  89. package/docs/ClubSlotsApi.md +0 -353
  90. package/docs/UsersApi.md +0 -844
package/dist/base.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * Pickle Ball API
3
3
  * API for managing pickle ball games and players
4
4
  *
5
- * The version of the OpenAPI document: 1.0.0
5
+ * The version of the OpenAPI document: 1.0.14
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/base.js CHANGED
@@ -5,7 +5,7 @@
5
5
  * Pickle Ball API
6
6
  * API for managing pickle ball games and players
7
7
  *
8
- * The version of the OpenAPI document: 1.0.0
8
+ * The version of the OpenAPI document: 1.0.14
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/common.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * Pickle Ball API
3
3
  * API for managing pickle ball games and players
4
4
  *
5
- * The version of the OpenAPI document: 1.0.0
5
+ * The version of the OpenAPI document: 1.0.14
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/common.js CHANGED
@@ -5,7 +5,7 @@
5
5
  * Pickle Ball API
6
6
  * API for managing pickle ball games and players
7
7
  *
8
- * The version of the OpenAPI document: 1.0.0
8
+ * The version of the OpenAPI document: 1.0.14
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Pickle Ball API
3
3
  * API for managing pickle ball games and players
4
4
  *
5
- * The version of the OpenAPI document: 1.0.0
5
+ * The version of the OpenAPI document: 1.0.14
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Pickle Ball API
6
6
  * API for managing pickle ball games and players
7
7
  *
8
- * The version of the OpenAPI document: 1.0.0
8
+ * The version of the OpenAPI document: 1.0.14
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).