@tennac-booking/sdk 1.0.30 → 1.0.32

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 (50) hide show
  1. package/.openapi-generator/FILES +4 -13
  2. package/README.md +11 -30
  3. package/api.ts +518 -2354
  4. package/base.ts +1 -1
  5. package/common.ts +1 -1
  6. package/configuration.ts +1 -1
  7. package/dist/api.d.ts +327 -1392
  8. package/dist/api.js +294 -1573
  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 +327 -1392
  16. package/dist/esm/api.js +291 -1554
  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/ClubMember.md +3 -13
  28. package/docs/{DeleteSlotsResponse.md → CourtDeleteResponse.md} +3 -3
  29. package/docs/{ClubsResponse.md → GetClubPlayers200Response.md} +5 -5
  30. package/docs/LoginResponse.md +2 -0
  31. package/docs/ManagerClubCourtsApi.md +112 -0
  32. package/docs/ManagerSportsApi.md +0 -55
  33. package/docs/StaffClubAnalyticsApi.md +45 -0
  34. package/docs/StaffClubsApi.md +52 -13
  35. package/docs/UpdateCourtRequest.md +38 -0
  36. package/docs/UserProfileApi.md +1 -1
  37. package/docs/UserStaffResponse.md +30 -0
  38. package/index.ts +1 -1
  39. package/package.json +1 -1
  40. package/docs/AdminClubAnalyticsApi.md +0 -249
  41. package/docs/AdminClubSlotsApi.md +0 -182
  42. package/docs/AdminClubSubscriptionsApi.md +0 -394
  43. package/docs/AdminClubsApi.md +0 -170
  44. package/docs/CreateClubRequest.md +0 -40
  45. package/docs/CreateClubSettingsRequest.md +0 -28
  46. package/docs/DeleteClub200Response.md +0 -20
  47. package/docs/DeleteClubSettingsRequest.md +0 -20
  48. package/docs/GenerateSlotsResponse.md +0 -20
  49. package/docs/GetClubSettingsRequest.md +0 -20
  50. package/docs/UsersResponse.md +0 -22
package/base.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * Pandook API
5
5
  * API for managing pickle ball games and players
6
6
  *
7
- * The version of the OpenAPI document: 1.0.30
7
+ * The version of the OpenAPI document: 1.0.32
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
  * Pandook API
5
5
  * API for managing pickle ball games and players
6
6
  *
7
- * The version of the OpenAPI document: 1.0.30
7
+ * The version of the OpenAPI document: 1.0.32
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
  * Pandook API
5
5
  * API for managing pickle ball games and players
6
6
  *
7
- * The version of the OpenAPI document: 1.0.30
7
+ * The version of the OpenAPI document: 1.0.32
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).