Skip to content

Commit

Permalink
fix: resolve openapi issues and regenerate clients
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Oct 19, 2021
1 parent b095b99 commit f7d60c0
Show file tree
Hide file tree
Showing 29 changed files with 4,282 additions and 480 deletions.
8 changes: 8 additions & 0 deletions internal/httpclient/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,13 @@ docs/SelfServiceSettingsFlowState.md
docs/SelfServiceVerificationFlow.md
docs/SelfServiceVerificationFlowState.md
docs/Session.md
docs/SessionAuthenticationMethod.md
docs/SessionDevice.md
docs/SettingsProfileFormConfig.md
docs/SubmitSelfServiceLoginFlowBody.md
docs/SubmitSelfServiceLoginFlowWithOidcMethodBody.md
docs/SubmitSelfServiceLoginFlowWithPasswordMethodBody.md
docs/SubmitSelfServiceLoginFlowWithTOTPMethodBody.md
docs/SubmitSelfServiceLogoutFlowWithoutBrowserBody.md
docs/SubmitSelfServiceRecoveryFlowBody.md
docs/SubmitSelfServiceRecoveryFlowWithLinkMethodBody.md
Expand All @@ -50,6 +53,7 @@ docs/SubmitSelfServiceSettingsFlowBody.md
docs/SubmitSelfServiceSettingsFlowWithOidcMethodBody.md
docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
docs/SubmitSelfServiceSettingsFlowWithProfileMethodBody.md
docs/SubmitSelfServiceSettingsFlowWithTOTPMethodBody.md
docs/SubmitSelfServiceVerificationFlowBody.md
docs/SubmitSelfServiceVerificationFlowWithLinkMethodBody.md
docs/SuccessfulSelfServiceLoginWithoutBrowser.md
Expand Down Expand Up @@ -98,10 +102,13 @@ model_self_service_settings_flow_state.go
model_self_service_verification_flow.go
model_self_service_verification_flow_state.go
model_session.go
model_session_authentication_method.go
model_session_device.go
model_settings_profile_form_config.go
model_submit_self_service_login_flow_body.go
model_submit_self_service_login_flow_with_oidc_method_body.go
model_submit_self_service_login_flow_with_password_method_body.go
model_submit_self_service_login_flow_with_totp_method_body.go
model_submit_self_service_logout_flow_without_browser_body.go
model_submit_self_service_recovery_flow_body.go
model_submit_self_service_recovery_flow_with_link_method_body.go
Expand All @@ -112,6 +119,7 @@ model_submit_self_service_settings_flow_body.go
model_submit_self_service_settings_flow_with_oidc_method_body.go
model_submit_self_service_settings_flow_with_password_method_body.go
model_submit_self_service_settings_flow_with_profile_method_body.go
model_submit_self_service_settings_flow_with_totp_method_body.go
model_submit_self_service_verification_flow_body.go
model_submit_self_service_verification_flow_with_link_method_body.go
model_successful_self_service_login_without_browser.go
Expand Down
4 changes: 4 additions & 0 deletions internal/httpclient/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,13 @@ Class | Method | HTTP request | Description
- [SelfServiceVerificationFlow](docs/SelfServiceVerificationFlow.md)
- [SelfServiceVerificationFlowState](docs/SelfServiceVerificationFlowState.md)
- [Session](docs/Session.md)
- [SessionAuthenticationMethod](docs/SessionAuthenticationMethod.md)
- [SessionDevice](docs/SessionDevice.md)
- [SettingsProfileFormConfig](docs/SettingsProfileFormConfig.md)
- [SubmitSelfServiceLoginFlowBody](docs/SubmitSelfServiceLoginFlowBody.md)
- [SubmitSelfServiceLoginFlowWithOidcMethodBody](docs/SubmitSelfServiceLoginFlowWithOidcMethodBody.md)
- [SubmitSelfServiceLoginFlowWithPasswordMethodBody](docs/SubmitSelfServiceLoginFlowWithPasswordMethodBody.md)
- [SubmitSelfServiceLoginFlowWithTOTPMethodBody](docs/SubmitSelfServiceLoginFlowWithTOTPMethodBody.md)
- [SubmitSelfServiceLogoutFlowWithoutBrowserBody](docs/SubmitSelfServiceLogoutFlowWithoutBrowserBody.md)
- [SubmitSelfServiceRecoveryFlowBody](docs/SubmitSelfServiceRecoveryFlowBody.md)
- [SubmitSelfServiceRecoveryFlowWithLinkMethodBody](docs/SubmitSelfServiceRecoveryFlowWithLinkMethodBody.md)
Expand All @@ -167,6 +170,7 @@ Class | Method | HTTP request | Description
- [SubmitSelfServiceSettingsFlowWithOidcMethodBody](docs/SubmitSelfServiceSettingsFlowWithOidcMethodBody.md)
- [SubmitSelfServiceSettingsFlowWithPasswordMethodBody](docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md)
- [SubmitSelfServiceSettingsFlowWithProfileMethodBody](docs/SubmitSelfServiceSettingsFlowWithProfileMethodBody.md)
- [SubmitSelfServiceSettingsFlowWithTOTPMethodBody](docs/SubmitSelfServiceSettingsFlowWithTOTPMethodBody.md)
- [SubmitSelfServiceVerificationFlowBody](docs/SubmitSelfServiceVerificationFlowBody.md)
- [SubmitSelfServiceVerificationFlowWithLinkMethodBody](docs/SubmitSelfServiceVerificationFlowWithLinkMethodBody.md)
- [SuccessfulSelfServiceLoginWithoutBrowser](docs/SuccessfulSelfServiceLoginWithoutBrowser.md)
Expand Down

0 comments on commit f7d60c0

Please sign in to comment.