close
The Wayback Machine - https://web.archive.org/web/20220419135759/https://github.com/ory/hydra/commit/09aed5c4b773e911c4fcd1510bdbff130187fe15
Skip to content
Permalink
Browse files
autogen(openapi): regenerate swagger spec and internal client
[skip ci]
  • Loading branch information
ory-bot committed Feb 11, 2022
1 parent 5414794 commit 09aed5c4b773e911c4fcd1510bdbff130187fe15
Showing with 664 additions and 263 deletions.
  1. +2 −1 go_mod_indirect_pins.go
  2. +62 −63 internal/httpclient-next/api/openapi.yaml
  3. +1 −1 internal/httpclient-next/docs/AdminApi.md
  4. +1 −1 internal/httpclient-next/docs/FlushInactiveOAuth2TokensRequest.md
  5. +2 −2 internal/httpclient-next/docs/OAuth2Client.md
  6. +3 −3 internal/httpclient-next/docs/TrustedJwtGrantIssuer.md
  7. +1 −1 internal/httpclient-next/model_container_wait_ok_body_error.go
  8. +2 −2 internal/httpclient-next/model_flush_inactive_o_auth2_tokens_request.go
  9. +1 −1 internal/httpclient-next/model_generic_error.go
  10. +1 −1 internal/httpclient-next/model_json_web_key.go
  11. +1 −1 internal/httpclient-next/model_json_web_key_set.go
  12. +2 −2 internal/httpclient-next/model_o_auth2_client.go
  13. +1 −1 internal/httpclient-next/model_oauth2_token_response.go
  14. +1 −1 internal/httpclient-next/model_oauth_token_response.go
  15. +1 −1 internal/httpclient-next/model_patch_document.go
  16. +1 −1 internal/httpclient-next/model_plugin_config_args.go
  17. +1 −1 internal/httpclient-next/model_plugin_config_interface.go
  18. +1 −1 internal/httpclient-next/model_plugin_config_linux_.go
  19. +1 −1 internal/httpclient-next/model_plugin_config_network.go
  20. +1 −1 internal/httpclient-next/model_plugin_config_rootfs.go
  21. +1 −1 internal/httpclient-next/model_plugin_config_user.go
  22. +1 −1 internal/httpclient-next/model_plugin_device.go
  23. +1 −1 internal/httpclient-next/model_plugin_env.go
  24. +1 −1 internal/httpclient-next/model_plugin_interface_type.go
  25. +1 −1 internal/httpclient-next/model_plugin_mount.go
  26. +1 −1 internal/httpclient-next/model_previous_consent_session.go
  27. +1 −1 internal/httpclient-next/model_trusted_json_web_key.go
  28. +4 −5 internal/httpclient-next/model_trusted_jwt_grant_issuer.go
  29. +1 −1 internal/httpclient-next/model_userinfo_response.go
  30. +1 −1 internal/httpclient-next/model_volume.go
  31. +1 −1 internal/httpclient-next/model_volume_usage_data.go
  32. +1 −1 internal/httpclient/models/accept_login_request.go
  33. +1 −1 internal/httpclient/models/completed_request.go
  34. +1 −1 internal/httpclient/models/consent_request.go
  35. +1 −1 internal/httpclient/models/consent_request_session.go
  36. +1 −1 internal/httpclient/models/container_wait_o_k_body_error.go
  37. +70 −0 internal/httpclient/models/date_time.go
  38. +2 −1 internal/httpclient/models/flush_inactive_o_auth2_tokens_request.go
  39. +75 −0 internal/httpclient/models/flush_login_consent_request.go
  40. +2 −2 internal/httpclient/models/generic_error.go
  41. +1 −1 internal/httpclient/models/json_web_key.go
  42. +1 −1 internal/httpclient/models/json_web_key_set.go
  43. +1 −1 internal/httpclient/models/login_request.go
  44. +1 −1 internal/httpclient/models/logout_request.go
  45. +1 −3 internal/httpclient/models/o_auth2_client.go
  46. +1 −1 internal/httpclient/models/oauth2_token_response.go
  47. +68 −0 internal/httpclient/models/oauth_token_response.go
  48. +1 −1 internal/httpclient/models/open_id_connect_context.go
  49. +3 −3 internal/httpclient/models/patch_document.go
  50. +1 −1 internal/httpclient/models/patch_request.go
  51. +1 −1 internal/httpclient/models/plugin_config.go
  52. +1 −1 internal/httpclient/models/plugin_config_args.go
  53. +1 −1 internal/httpclient/models/plugin_config_interface.go
  54. +1 −1 internal/httpclient/models/plugin_config_linux_swagger.go
  55. +1 −1 internal/httpclient/models/plugin_config_network.go
  56. +1 −1 internal/httpclient/models/plugin_config_rootfs.go
  57. +1 −1 internal/httpclient/models/plugin_config_user.go
  58. +1 −1 internal/httpclient/models/plugin_device.go
  59. +1 −1 internal/httpclient/models/plugin_env.go
  60. +1 −1 internal/httpclient/models/plugin_interface_type.go
  61. +1 −1 internal/httpclient/models/plugin_mount.go
  62. +1 −1 internal/httpclient/models/plugin_settings.go
  63. +1 −1 internal/httpclient/models/previous_consent_session.go
  64. +59 −0 internal/httpclient/models/refresh_token_hook_request.go
  65. +100 −0 internal/httpclient/models/refresh_token_hook_response.go
  66. +1 −1 internal/httpclient/models/reject_request.go
  67. +1 −1 internal/httpclient/models/request_was_handled_response.go
  68. +1 −1 internal/httpclient/models/trusted_json_web_key.go
  69. +1 −3 internal/httpclient/models/trusted_jwt_grant_issuer.go
  70. +1 −1 internal/httpclient/models/trusted_jwt_grant_issuers.go
  71. +1 −1 internal/httpclient/models/userinfo_response.go
  72. +38 −0 internal/httpclient/models/uuid.go
  73. +1 −1 internal/httpclient/models/volume.go
  74. +1 −1 internal/httpclient/models/volume_usage_data.go
  75. +1 −1 internal/httpclient/models/well_known.go
  76. +55 −57 spec/api.json
  77. +56 −59 spec/swagger.json
@@ -8,8 +8,9 @@ import (
_ "github.com/go-swagger/go-swagger/cmd/swagger"
_ "github.com/golang/mock/mockgen"
_ "github.com/mikefarah/yq/v4"
_ "github.com/ory/go-acc"
_ "golang.org/x/tools/cmd/goimports"
_ "golang.org/x/tools/cmd/stringer"
_ "gopkg.in/DataDog/dd-trace-go.v1/ddtrace"

_ "github.com/ory/go-acc"
)

0 comments on commit 09aed5c

Please sign in to comment.