@tennac-booking/sdk 1.0.12 → 1.0.14

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 (101) hide show
  1. package/.openapi-generator/FILES +45 -6
  2. package/README.md +76 -43
  3. package/api.ts +4226 -2326
  4. package/base.ts +1 -1
  5. package/common.ts +1 -1
  6. package/configuration.ts +1 -1
  7. package/dist/api.d.ts +2665 -1290
  8. package/dist/api.js +2783 -1672
  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 +2665 -1290
  16. package/dist/esm/api.js +2657 -1604
  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/ActiveClub.md +22 -0
  28. package/docs/ActiveClubListResponse.md +20 -0
  29. package/docs/AdminClubSlotsApi.md +62 -0
  30. package/docs/AdminClubsApi.md +108 -0
  31. package/docs/ApiErrorResponse.md +1 -1
  32. package/docs/BookingsApi.md +4 -60
  33. package/docs/ChangePasswordResponse.md +1 -1
  34. package/docs/{ClubSportsApi.md → ClubAnalyticsApi.md} +20 -27
  35. package/docs/ClubBookingsApi.md +59 -0
  36. package/docs/ClubInfoResponse.md +6 -6
  37. package/docs/ClubResponse.md +6 -6
  38. package/docs/ClubRoleResponse.md +6 -6
  39. package/docs/ClubRolesApi.md +8 -8
  40. package/docs/ClubSettings.md +7 -1
  41. package/docs/ClubSlotsApi.md +0 -172
  42. package/docs/ClubsApi.md +6 -379
  43. package/docs/ClubsResponse.md +22 -0
  44. package/docs/CourtResponse.md +7 -7
  45. package/docs/CourtStatus.md +5 -2
  46. package/docs/CreateClubRequest.md +12 -10
  47. package/docs/CreateClubSettingsRequest.md +28 -0
  48. package/docs/CreateCourtRequest.md +2 -0
  49. package/docs/CreatePriceRequest.md +4 -4
  50. package/docs/CreateSportRequest.md +4 -0
  51. package/docs/CreateSubscriptionPlanRequest.md +3 -3
  52. package/docs/DeleteClubSettingsRequest.md +20 -0
  53. package/docs/{DeleteClub200Response.md → DeleteSlotsResponse.md} +3 -3
  54. package/docs/{GenerateSlotsForNextThreeWeeks201Response.md → DeleteSport200Response.md} +3 -3
  55. package/docs/GenerateSlotsResponse.md +20 -0
  56. package/docs/GetActiveClubs200Response.md +20 -0
  57. package/docs/GetClubInfos200Response.md +30 -0
  58. package/docs/GetCourtsByClubAndSport200Response.md +26 -0
  59. package/docs/GetLastSixMonthsTurnover200ResponseInner.md +24 -0
  60. package/docs/GetNumberOfClubUsers200Response.md +20 -0
  61. package/docs/{GetUserRolesInClubs200Response.md → GetUserRolesResponse.md} +4 -4
  62. package/docs/GetUserRolesResponseRolesInner.md +26 -0
  63. package/docs/GetUserSubscriptionsResponse.md +22 -0
  64. package/docs/GoogleSignInRequestBody.md +20 -0
  65. package/docs/GoogleSignInResponse.md +24 -0
  66. package/docs/InitiateSubscriptionSessionRequestBody.md +26 -0
  67. package/docs/InitiateSubscriptionSessionResponse.md +22 -0
  68. package/docs/{ClubCourtsApi.md → ManagerClubCourtsApi.md} +5 -5
  69. package/docs/ManagerClubSlotsApi.md +125 -0
  70. package/docs/ManagerClubsApi.md +280 -0
  71. package/docs/PriceResponse.md +2 -8
  72. package/docs/RefreshTokenResponse.md +2 -6
  73. package/docs/SlotResponse.md +2 -8
  74. package/docs/SportResponse.md +0 -2
  75. package/docs/SportsApi.md +10 -120
  76. package/docs/StaffClubSettingsApi.md +62 -0
  77. package/docs/StaffSportsApi.md +62 -0
  78. package/docs/SubscribeToClubRequestBody.md +22 -0
  79. package/docs/SubscriptionPlanResponse.md +4 -8
  80. package/docs/SubscriptionResponse.md +36 -0
  81. package/docs/UpdateClubSettingsRequest.md +28 -0
  82. package/docs/UpdateCustomerRequestBody.md +26 -0
  83. package/docs/UpdateCustomerRequestBodyAddress.md +30 -0
  84. package/docs/UpdateCustomerResponse.md +22 -0
  85. package/docs/UpdateCustomerResponseCustomer.md +28 -0
  86. package/docs/UpdateSportRequest.md +4 -0
  87. package/docs/UpdateSubscriptionPlanRequest.md +3 -3
  88. package/docs/UpdateSubscriptionPlanResponse.md +2 -2
  89. package/docs/{ClubSettingsApi.md → UserAuthenticationApi.md} +54 -55
  90. package/docs/UserBookingsApi.md +63 -0
  91. package/docs/UserClubCourtsApi.md +64 -0
  92. package/docs/UserClubSlotsApi.md +60 -0
  93. package/docs/UserClubSportsApi.md +60 -0
  94. package/docs/UserClubsApi.md +53 -0
  95. package/docs/UserProfileApi.md +271 -0
  96. package/docs/UserResponse.md +8 -14
  97. package/docs/UserSubscriptionsApi.md +222 -0
  98. package/docs/UsersApi.md +22 -324
  99. package/docs/UsersResponse.md +22 -0
  100. package/index.ts +1 -1
  101. package/package.json +32 -1
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).