Skip to content

Commit

Permalink
autogen(openapi): regenerate swagger spec and internal client
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
ory-bot committed Mar 11, 2024
1 parent 3621411 commit b47554b
Show file tree
Hide file tree
Showing 17 changed files with 614 additions and 29 deletions.
2 changes: 2 additions & 0 deletions internal/client-go/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ docs/UpdateRegistrationFlowWithCodeMethod.md
docs/UpdateRegistrationFlowWithOidcMethod.md
docs/UpdateRegistrationFlowWithPasskeyMethod.md
docs/UpdateRegistrationFlowWithPasswordMethod.md
docs/UpdateRegistrationFlowWithProfileMethod.md
docs/UpdateRegistrationFlowWithWebAuthnMethod.md
docs/UpdateSettingsFlowBody.md
docs/UpdateSettingsFlowWithLookupMethod.md
Expand Down Expand Up @@ -232,6 +233,7 @@ model_update_registration_flow_with_code_method.go
model_update_registration_flow_with_oidc_method.go
model_update_registration_flow_with_passkey_method.go
model_update_registration_flow_with_password_method.go
model_update_registration_flow_with_profile_method.go
model_update_registration_flow_with_web_authn_method.go
model_update_settings_flow_body.go
model_update_settings_flow_with_lookup_method.go
Expand Down
1 change: 1 addition & 0 deletions internal/client-go/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ Class | Method | HTTP request | Description
- [UpdateRegistrationFlowWithOidcMethod](docs/UpdateRegistrationFlowWithOidcMethod.md)
- [UpdateRegistrationFlowWithPasskeyMethod](docs/UpdateRegistrationFlowWithPasskeyMethod.md)
- [UpdateRegistrationFlowWithPasswordMethod](docs/UpdateRegistrationFlowWithPasswordMethod.md)
- [UpdateRegistrationFlowWithProfileMethod](docs/UpdateRegistrationFlowWithProfileMethod.md)
- [UpdateRegistrationFlowWithWebAuthnMethod](docs/UpdateRegistrationFlowWithWebAuthnMethod.md)
- [UpdateSettingsFlowBody](docs/UpdateSettingsFlowBody.md)
- [UpdateSettingsFlowWithLookupMethod](docs/UpdateSettingsFlowWithLookupMethod.md)
Expand Down
4 changes: 2 additions & 2 deletions internal/client-go/api_identity.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion internal/client-go/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ github.com/golang/protobuf v1.2.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5y
golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
golang.org/x/net v0.0.0-20190108225652-1e06a53dbb7e h1:bRhVy7zSSasaqNksaRZiA5EEI+Ei4I1nO5Jh72wfHlg=
golang.org/x/net v0.0.0-20190108225652-1e06a53dbb7e/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 h1:YUO/7uOKsKeq9UokNS62b8FYywz3ker1l1vDZRCRefw=
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
Expand Down
2 changes: 1 addition & 1 deletion internal/client-go/model_identity_credentials.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/client-go/model_login_flow.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/client-go/model_registration_flow.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions internal/httpclient/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ docs/UpdateRegistrationFlowWithCodeMethod.md
docs/UpdateRegistrationFlowWithOidcMethod.md
docs/UpdateRegistrationFlowWithPasskeyMethod.md
docs/UpdateRegistrationFlowWithPasswordMethod.md
docs/UpdateRegistrationFlowWithProfileMethod.md
docs/UpdateRegistrationFlowWithWebAuthnMethod.md
docs/UpdateSettingsFlowBody.md
docs/UpdateSettingsFlowWithLookupMethod.md
Expand Down Expand Up @@ -232,6 +233,7 @@ model_update_registration_flow_with_code_method.go
model_update_registration_flow_with_oidc_method.go
model_update_registration_flow_with_passkey_method.go
model_update_registration_flow_with_password_method.go
model_update_registration_flow_with_profile_method.go
model_update_registration_flow_with_web_authn_method.go
model_update_settings_flow_body.go
model_update_settings_flow_with_lookup_method.go
Expand Down
1 change: 1 addition & 0 deletions internal/httpclient/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ Class | Method | HTTP request | Description
- [UpdateRegistrationFlowWithOidcMethod](docs/UpdateRegistrationFlowWithOidcMethod.md)
- [UpdateRegistrationFlowWithPasskeyMethod](docs/UpdateRegistrationFlowWithPasskeyMethod.md)
- [UpdateRegistrationFlowWithPasswordMethod](docs/UpdateRegistrationFlowWithPasswordMethod.md)
- [UpdateRegistrationFlowWithProfileMethod](docs/UpdateRegistrationFlowWithProfileMethod.md)
- [UpdateRegistrationFlowWithWebAuthnMethod](docs/UpdateRegistrationFlowWithWebAuthnMethod.md)
- [UpdateSettingsFlowBody](docs/UpdateSettingsFlowBody.md)
- [UpdateSettingsFlowWithLookupMethod](docs/UpdateSettingsFlowWithLookupMethod.md)
Expand Down
Loading

0 comments on commit b47554b

Please sign in to comment.