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 21, 2024
1 parent 43e4ead commit 718cb7c
Show file tree
Hide file tree
Showing 4 changed files with 90 additions and 2 deletions.
39 changes: 38 additions & 1 deletion internal/client-go/model_successful_native_login.go

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

39 changes: 38 additions & 1 deletion internal/httpclient/model_successful_native_login.go

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

7 changes: 7 additions & 0 deletions spec/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2054,6 +2054,13 @@
"successfulNativeLogin": {
"description": "The Response for Login Flows via API",
"properties": {
"continue_with": {
"description": "Contains a list of actions, that could follow this flow\n\nIt can, for example, this will contain a reference to the verification flow, created as part of the user's\nregistration or the token of the session.",
"items": {
"$ref": "#/components/schemas/continueWith"
},
"type": "array"
},
"session": {
"$ref": "#/components/schemas/session"
},
Expand Down
7 changes: 7 additions & 0 deletions spec/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -5153,6 +5153,13 @@
"session"
],
"properties": {
"continue_with": {
"description": "Contains a list of actions, that could follow this flow\n\nIt can, for example, this will contain a reference to the verification flow, created as part of the user's\nregistration or the token of the session.",
"type": "array",
"items": {
"$ref": "#/definitions/continueWith"
}
},
"session": {
"$ref": "#/definitions/session"
},
Expand Down

0 comments on commit 718cb7c

Please sign in to comment.