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 Feb 7, 2023
1 parent 8aa75e9 commit 5e18b02
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 26 deletions.
2 changes: 1 addition & 1 deletion internal/client-go/model_perform_native_logout_body.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.

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_update_verification_flow_body.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/httpclient/model_perform_native_logout_body.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.

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

2 changes: 1 addition & 1 deletion internal/httpclient/model_update_verification_flow_body.go

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

14 changes: 5 additions & 9 deletions spec/api.json
Expand Up @@ -1416,7 +1416,7 @@
"type": "object"
},
"performNativeLogoutBody": {
"description": "nolint:deadcode,unused",
"description": "Perform Native Logout Request Body",
"properties": {
"session_token": {
"description": "The Session Token\n\nInvalidate this session token.",
Expand All @@ -1426,7 +1426,6 @@
"required": [
"session_token"
],
"title": "Perform Native Logout Request Body",
"type": "object"
},
"recoveryCodeForIdentity": {
Expand Down Expand Up @@ -2726,7 +2725,7 @@
"type": "object"
},
"updateSettingsFlowWithOidcMethod": {
"description": "nolint:deadcode,unused",
"description": "Update Settings Flow with OpenID Connect Method",
"properties": {
"flow": {
"description": "Flow ID is the flow's ID.\n\nin: query",
Expand All @@ -2752,7 +2751,6 @@
"required": [
"method"
],
"title": "Update Settings Flow with OpenID Connect Method",
"type": "object"
},
"updateSettingsFlowWithPasswordMethod": {
Expand All @@ -2778,7 +2776,7 @@
"type": "object"
},
"updateSettingsFlowWithProfileMethod": {
"description": "nolint:deadcode,unused",
"description": "Update Settings Flow with Profile Method",
"properties": {
"csrf_token": {
"description": "The Anti-CSRF Token\n\nThis token is only required when performing browser flows.",
Expand All @@ -2797,7 +2795,6 @@
"traits",
"method"
],
"title": "Update Settings Flow with Profile Method",
"type": "object"
},
"updateSettingsFlowWithTotpMethod": {
Expand Down Expand Up @@ -2855,7 +2852,7 @@
"type": "object"
},
"updateVerificationFlowBody": {
"description": "nolint:deadcode,unused",
"description": "Update Verification Flow Request Body",
"discriminator": {
"mapping": {
"link": "#/components/schemas/updateVerificationFlowWithLinkMethod"
Expand All @@ -2866,8 +2863,7 @@
{
"$ref": "#/components/schemas/updateVerificationFlowWithLinkMethod"
}
],
"title": "Update Verification Flow Request Body"
]
},
"updateVerificationFlowWithCodeMethodBody": {
"properties": {
Expand Down
14 changes: 5 additions & 9 deletions spec/swagger.json
Expand Up @@ -4189,9 +4189,8 @@
}
},
"performNativeLogoutBody": {
"description": "nolint:deadcode,unused",
"description": "Perform Native Logout Request Body",
"type": "object",
"title": "Perform Native Logout Request Body",
"required": [
"session_token"
],
Expand Down Expand Up @@ -5363,9 +5362,8 @@
}
},
"updateSettingsFlowWithOidcMethod": {
"description": "nolint:deadcode,unused",
"description": "Update Settings Flow with OpenID Connect Method",
"type": "object",
"title": "Update Settings Flow with OpenID Connect Method",
"required": [
"method"
],
Expand Down Expand Up @@ -5415,9 +5413,8 @@
}
},
"updateSettingsFlowWithProfileMethod": {
"description": "nolint:deadcode,unused",
"description": "Update Settings Flow with Profile Method",
"type": "object",
"title": "Update Settings Flow with Profile Method",
"required": [
"traits",
"method"
Expand Down Expand Up @@ -5492,9 +5489,8 @@
}
},
"updateVerificationFlowBody": {
"description": "nolint:deadcode,unused",
"type": "object",
"title": "Update Verification Flow Request Body"
"description": "Update Verification Flow Request Body",
"type": "object"
},
"updateVerificationFlowWithCodeMethodBody": {
"type": "object",
Expand Down

0 comments on commit 5e18b02

Please sign in to comment.