Skip to content

Commit

Permalink
fix(sdk): remove incorrect attributes (#4163)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr authored Oct 23, 2024
1 parent f019a1c commit 88c68aa
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 228 deletions.
8 changes: 8 additions & 0 deletions .schema/openapi/patches/selfservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,3 +151,11 @@
- show_form
- success
# end

# Some issues with AdditionalProperties
- op: remove
path: "#/components/schemas/OAuth2LoginRequest/properties/AdditionalProperties"
- op: remove
path: "#/components/schemas/OAuth2ConsentRequestOpenIDConnectContext/properties/AdditionalProperties"
- op: remove
path: "#/components/schemas/OAuth2Client/properties/AdditionalProperties"
36 changes: 0 additions & 36 deletions internal/client-go/model_o_auth2_client.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.

36 changes: 0 additions & 36 deletions internal/client-go/model_o_auth2_login_request.go

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

36 changes: 0 additions & 36 deletions internal/httpclient/model_o_auth2_client.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.

36 changes: 0 additions & 36 deletions internal/httpclient/model_o_auth2_login_request.go

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

Loading

0 comments on commit 88c68aa

Please sign in to comment.