@tennac-booking/sdk 1.0.31 → 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 (48) hide show
  1. package/.openapi-generator/FILES +4 -12
  2. package/README.md +10 -28
  3. package/api.ts +526 -2323
  4. package/base.ts +1 -1
  5. package/common.ts +1 -1
  6. package/configuration.ts +1 -1
  7. package/dist/api.d.ts +333 -1368
  8. package/dist/api.js +286 -1555
  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 +333 -1368
  16. package/dist/esm/api.js +283 -1536
  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 +47 -0
  35. package/docs/UpdateCourtRequest.md +38 -0
  36. package/docs/UserStaffResponse.md +30 -0
  37. package/index.ts +1 -1
  38. package/package.json +1 -1
  39. package/docs/AdminClubAnalyticsApi.md +0 -249
  40. package/docs/AdminClubSlotsApi.md +0 -182
  41. package/docs/AdminClubSubscriptionsApi.md +0 -394
  42. package/docs/AdminClubsApi.md +0 -170
  43. package/docs/CreateClubRequest.md +0 -40
  44. package/docs/CreateClubSettingsRequest.md +0 -28
  45. package/docs/DeleteClub200Response.md +0 -20
  46. package/docs/DeleteClubSettingsRequest.md +0 -20
  47. package/docs/GenerateSlotsResponse.md +0 -20
  48. 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.31
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.31
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.31
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).