Skip to content

Commit 8f1ece6

Browse files
committed
autogen: regenerate OpenAPI client for v1.21.0
Version: v1.21.0
1 parent 58c7456 commit 8f1ece6

File tree

641 files changed

+1314
-937
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

641 files changed

+1314
-937
lines changed

api/openapi.yaml

Lines changed: 50 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ info:
3939
url: https://www.apache.org/licenses/LICENSE-2.0.html
4040
termsOfService: /tos
4141
title: Ory APIs
42-
version: v1.20.23
42+
version: v1.21.0
4343
servers:
4444
- url: "https://{project_slug}.projects.oryapis.com/"
4545
variables:
@@ -10024,6 +10024,9 @@ components:
1002410024

1002510025
This governs the "feature_flags.cacheable_sessions_max_age" setting.
1002610026
type: string
10027+
kratos_feature_flags_choose_recovery_address:
10028+
description: This governs the "feature_flags.choose_recovery_address" setting.
10029+
type: boolean
1002710030
kratos_feature_flags_faster_session_extend:
1002810031
description: |-
1002910032
Configures the Ory Kratos Faster Session Extend setting
@@ -10059,6 +10062,13 @@ components:
1005910062

1006010063
This governs the "feature_flags.legacy_require_verified_login_error" setting.
1006110064
type: boolean
10065+
kratos_feature_flags_password_profile_registration_node_group:
10066+
description: |-
10067+
Configures the group for the password method in the registration flow.
10068+
10069+
If true, it sets the password method group value to "password" if it is the only method available. This is the legacy behavior.
10070+
If false is, it sets the password method group value to "default".
10071+
type: boolean
1006210072
kratos_feature_flags_use_continue_with_transitions:
1006310073
description: |-
1006410074
Configures the Ory Kratos Session use_continue_with_transitions flag
@@ -16036,6 +16046,9 @@ components:
1603616046

1603716047
This governs the "feature_flags.cacheable_sessions_max_age" setting.
1603816048
type: string
16049+
kratos_feature_flags_choose_recovery_address:
16050+
description: This governs the "feature_flags.choose_recovery_address" setting.
16051+
type: boolean
1603916052
kratos_feature_flags_faster_session_extend:
1604016053
description: |-
1604116054
Configures the Ory Kratos Faster Session Extend setting
@@ -16071,6 +16084,13 @@ components:
1607116084

1607216085
This governs the "feature_flags.legacy_require_verified_login_error" setting.
1607316086
type: boolean
16087+
kratos_feature_flags_password_profile_registration_node_group:
16088+
description: |-
16089+
Configures the group for the password method in the registration flow.
16090+
16091+
If true, it sets the password method group value to "password" if it is the only method available. This is the legacy behavior.
16092+
If false is, it sets the password method group value to "default".
16093+
type: boolean
1607416094
kratos_feature_flags_use_continue_with_transitions:
1607516095
description: |-
1607616096
Configures the Ory Kratos Session use_continue_with_transitions flag
@@ -23452,6 +23472,35 @@ components:
2345223472
x-go-enum-desc: |-
2345323473
link RecoveryStrategyLink
2345423474
code RecoveryStrategyCode
23475+
recovery_address:
23476+
description: |-
23477+
A recovery address that is registered for the user.
23478+
It can be an email, a phone number (to receive the code via SMS), etc.
23479+
Used in RecoveryV2.
23480+
type: string
23481+
recovery_confirm_address:
23482+
description: |-
23483+
If there are multiple recovery addresses registered for the user, and the initially provided address
23484+
is different from the address chosen when the choice (of masked addresses) is presented, then we need to make sure
23485+
that the user actually knows the full address to avoid information exfiltration, so we ask for the full address.
23486+
Used in RecoveryV2.
23487+
type: string
23488+
recovery_select_address:
23489+
description: |-
23490+
If there are multiple addresses registered for the user, a choice is presented and this field
23491+
stores the result of this choice.
23492+
Addresses are 'masked' (never sent in full to the client and shown partially in the UI) since at this point in the recovery flow,
23493+
the user has not yet proven that it knows the full address and we want to avoid
23494+
information exfiltration.
23495+
So for all intents and purposes, the value of this field should be treated as an opaque identifier.
23496+
Used in RecoveryV2.
23497+
type: string
23498+
screen:
23499+
description: |-
23500+
Go back in the flow, meaningfully.
23501+
The actual value is not important (it is typically "previous"), the system checks whether the value is empty or not.
23502+
Used in RecoveryV2.
23503+
type: string
2345523504
transient_payload:
2345623505
description: Transient data to pass along to any webhooks
2345723506
type: object

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apply plugin: 'java'
44
apply plugin: 'com.diffplug.spotless'
55

66
group = 'sh.ory'
7-
version = 'v1.20.23'
7+
version = 'v1.21.0'
88

99
buildscript {
1010
repositories {

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ lazy val root = (project in file(".")).
22
settings(
33
organization := "sh.ory",
44
name := "client",
5-
version := "v1.20.23",
5+
version := "v1.21.0",
66
scalaVersion := "2.11.4",
77
scalacOptions ++= Seq("-feature"),
88
javacOptions in compile ++= Seq("-Xlint:deprecation"),

docs/CreateProjectNormalizedPayload.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,12 @@ Create project (normalized) request payload
122122
|**kratosCourierTemplatesVerificationValidEmailSubject** | **String** | Configures the Ory Kratos Valid Verification Email Subject Template This governs the \"courier.smtp.templates.verification.valid.email.subject\" setting. | [optional] |
123123
|**kratosFeatureFlagsCacheableSessions** | **Boolean** | Configures the Ory Kratos Session caching feature flag This governs the \"feature_flags.cacheable_sessions\" setting. | [optional] |
124124
|**kratosFeatureFlagsCacheableSessionsMaxAge** | **String** | Configures the Ory Kratos Session caching max-age feature flag This governs the \"feature_flags.cacheable_sessions_max_age\" setting. | [optional] |
125+
|**kratosFeatureFlagsChooseRecoveryAddress** | **Boolean** | This governs the \"feature_flags.choose_recovery_address\" setting. | [optional] |
125126
|**kratosFeatureFlagsFasterSessionExtend** | **Boolean** | Configures the Ory Kratos Faster Session Extend setting If enabled allows faster session extension by skipping the session lookup and returning 201 instead of 200. Disabling this feature will be deprecated in the future. This governs the \"feature_flags.faster_session_extend\" setting. | [optional] |
126127
|**kratosFeatureFlagsLegacyContinueWithVerificationUi** | **Boolean** | Always include show_verification_ui in continue_with If true, restores the legacy behavior of always including `show_verification_ui` in the registration flow's `continue_with` when verification is enabled. If set to false, `show_verification_ui` is only set in `continue_with` if the `show_verification_ui` hook is used. This flag will be removed in the future. This governs the \"feature_flags.legacy_continue_with_verification_ui\" setting. | [optional] |
127128
|**kratosFeatureFlagsLegacyOidcRegistrationNodeGroup** | **Boolean** | Controls whether the UI nodes in an OIDC registration flow have group \"oidc\" in case required fields are not returned by the OIDC provider. If set to true, the UI nodes will have group \"oidc\" and the flow will be considered successful if the user completes the flow. This is the legacy behavior. This governs the \"feature_flags.legacy_oidc_registration_node_group\" setting. | [optional] |
128129
|**kratosFeatureFlagsLegacyRequireVerifiedLoginError** | **Boolean** | Return a form error if the login identifier is not verified If true, the login flow will return a form error if the login identifier is not verified, which restores legacy behavior. If this value is false, the `continue_with` array will contain a `show_verification_ui` hook instead. This flag is deprecated and will be removed in the future. This governs the \"feature_flags.legacy_require_verified_login_error\" setting. | [optional] |
130+
|**kratosFeatureFlagsPasswordProfileRegistrationNodeGroup** | **Boolean** | Configures the group for the password method in the registration flow. If true, it sets the password method group value to \"password\" if it is the only method available. This is the legacy behavior. If false is, it sets the password method group value to \"default\". | [optional] |
129131
|**kratosFeatureFlagsUseContinueWithTransitions** | **Boolean** | Configures the Ory Kratos Session use_continue_with_transitions flag This governs the \"feature_flags.use_continue_with_transitions\" setting. | [optional] |
130132
|**kratosIdentitySchemas** | [**List<NormalizedProjectRevisionIdentitySchema>**](NormalizedProjectRevisionIdentitySchema.md) | | [optional] |
131133
|**kratosOauth2ProviderHeaders** | **Object** | NullJSONRawMessage represents a json.RawMessage that works well with JSON, SQL, and Swagger and is NULLable- | [optional] |

docs/NormalizedProjectRevision.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,12 @@
119119
|**kratosCourierTemplatesVerificationValidEmailSubject** | **String** | Configures the Ory Kratos Valid Verification Email Subject Template This governs the \"courier.smtp.templates.verification.valid.email.subject\" setting. | [optional] |
120120
|**kratosFeatureFlagsCacheableSessions** | **Boolean** | Configures the Ory Kratos Session caching feature flag This governs the \"feature_flags.cacheable_sessions\" setting. | [optional] |
121121
|**kratosFeatureFlagsCacheableSessionsMaxAge** | **String** | Configures the Ory Kratos Session caching max-age feature flag This governs the \"feature_flags.cacheable_sessions_max_age\" setting. | [optional] |
122+
|**kratosFeatureFlagsChooseRecoveryAddress** | **Boolean** | This governs the \"feature_flags.choose_recovery_address\" setting. | [optional] |
122123
|**kratosFeatureFlagsFasterSessionExtend** | **Boolean** | Configures the Ory Kratos Faster Session Extend setting If enabled allows faster session extension by skipping the session lookup and returning 201 instead of 200. Disabling this feature will be deprecated in the future. This governs the \"feature_flags.faster_session_extend\" setting. | [optional] |
123124
|**kratosFeatureFlagsLegacyContinueWithVerificationUi** | **Boolean** | Always include show_verification_ui in continue_with If true, restores the legacy behavior of always including `show_verification_ui` in the registration flow's `continue_with` when verification is enabled. If set to false, `show_verification_ui` is only set in `continue_with` if the `show_verification_ui` hook is used. This flag will be removed in the future. This governs the \"feature_flags.legacy_continue_with_verification_ui\" setting. | [optional] |
124125
|**kratosFeatureFlagsLegacyOidcRegistrationNodeGroup** | **Boolean** | Controls whether the UI nodes in an OIDC registration flow have group \"oidc\" in case required fields are not returned by the OIDC provider. If set to true, the UI nodes will have group \"oidc\" and the flow will be considered successful if the user completes the flow. This is the legacy behavior. This governs the \"feature_flags.legacy_oidc_registration_node_group\" setting. | [optional] |
125126
|**kratosFeatureFlagsLegacyRequireVerifiedLoginError** | **Boolean** | Return a form error if the login identifier is not verified If true, the login flow will return a form error if the login identifier is not verified, which restores legacy behavior. If this value is false, the `continue_with` array will contain a `show_verification_ui` hook instead. This flag is deprecated and will be removed in the future. This governs the \"feature_flags.legacy_require_verified_login_error\" setting. | [optional] |
127+
|**kratosFeatureFlagsPasswordProfileRegistrationNodeGroup** | **Boolean** | Configures the group for the password method in the registration flow. If true, it sets the password method group value to \"password\" if it is the only method available. This is the legacy behavior. If false is, it sets the password method group value to \"default\". | [optional] |
126128
|**kratosFeatureFlagsUseContinueWithTransitions** | **Boolean** | Configures the Ory Kratos Session use_continue_with_transitions flag This governs the \"feature_flags.use_continue_with_transitions\" setting. | [optional] |
127129
|**kratosIdentitySchemas** | [**List<NormalizedProjectRevisionIdentitySchema>**](NormalizedProjectRevisionIdentitySchema.md) | | [optional] |
128130
|**kratosOauth2ProviderHeaders** | **Object** | NullJSONRawMessage represents a json.RawMessage that works well with JSON, SQL, and Swagger and is NULLable- | [optional] |

docs/UpdateRecoveryFlowBody.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ Update Recovery Flow Request Body
1313
|**method** | [**MethodEnum**](#MethodEnum) | Method is the method that should be used for this recovery flow Allowed values are `link` and `code`. link RecoveryStrategyLink code RecoveryStrategyCode | |
1414
|**transientPayload** | **Object** | Transient data to pass along to any webhooks | [optional] |
1515
|**code** | **String** | Code from the recovery email If you want to submit a code, use this field, but make sure to _not_ include the email field, as well. | [optional] |
16+
|**recoveryAddress** | **String** | A recovery address that is registered for the user. It can be an email, a phone number (to receive the code via SMS), etc. Used in RecoveryV2. | [optional] |
17+
|**recoveryConfirmAddress** | **String** | If there are multiple recovery addresses registered for the user, and the initially provided address is different from the address chosen when the choice (of masked addresses) is presented, then we need to make sure that the user actually knows the full address to avoid information exfiltration, so we ask for the full address. Used in RecoveryV2. | [optional] |
18+
|**recoverySelectAddress** | **String** | If there are multiple addresses registered for the user, a choice is presented and this field stores the result of this choice. Addresses are 'masked' (never sent in full to the client and shown partially in the UI) since at this point in the recovery flow, the user has not yet proven that it knows the full address and we want to avoid information exfiltration. So for all intents and purposes, the value of this field should be treated as an opaque identifier. Used in RecoveryV2. | [optional] |
19+
|**screen** | **String** | Go back in the flow, meaningfully. The actual value is not important (it is typically \"previous\"), the system checks whether the value is empty or not. Used in RecoveryV2. | [optional] |
1620

1721

1822

docs/UpdateRecoveryFlowWithCodeMethod.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ Update Recovery Flow with Code Method
1212
|**csrfToken** | **String** | Sending the anti-csrf token is only required for browser login flows. | [optional] |
1313
|**email** | **String** | The email address of the account to recover If the email belongs to a valid account, a recovery email will be sent. If you want to notify the email address if the account does not exist, see the [notify_unknown_recipients flag](https://www.ory.sh/docs/kratos/self-service/flows/account-recovery-password-reset#attempted-recovery-notifications) If a code was already sent, including this field in the payload will invalidate the sent code and re-send a new code. format: email | [optional] |
1414
|**method** | [**MethodEnum**](#MethodEnum) | Method is the method that should be used for this recovery flow Allowed values are `link` and `code`. link RecoveryStrategyLink code RecoveryStrategyCode | |
15+
|**recoveryAddress** | **String** | A recovery address that is registered for the user. It can be an email, a phone number (to receive the code via SMS), etc. Used in RecoveryV2. | [optional] |
16+
|**recoveryConfirmAddress** | **String** | If there are multiple recovery addresses registered for the user, and the initially provided address is different from the address chosen when the choice (of masked addresses) is presented, then we need to make sure that the user actually knows the full address to avoid information exfiltration, so we ask for the full address. Used in RecoveryV2. | [optional] |
17+
|**recoverySelectAddress** | **String** | If there are multiple addresses registered for the user, a choice is presented and this field stores the result of this choice. Addresses are 'masked' (never sent in full to the client and shown partially in the UI) since at this point in the recovery flow, the user has not yet proven that it knows the full address and we want to avoid information exfiltration. So for all intents and purposes, the value of this field should be treated as an opaque identifier. Used in RecoveryV2. | [optional] |
18+
|**screen** | **String** | Go back in the flow, meaningfully. The actual value is not important (it is typically \"previous\"), the system checks whether the value is empty or not. Used in RecoveryV2. | [optional] |
1519
|**transientPayload** | **Object** | Transient data to pass along to any webhooks | [optional] |
1620

1721

src/main/java/sh/ory/ApiCallback.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Ory APIs
33
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | -------------- | ---------------------------------------------------------------- | ------------------------------------------------------------------------------------ | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
44
*
5-
* The version of the OpenAPI document: v1.20.23
5+
* The version of the OpenAPI document: v1.21.0
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

0 commit comments

Comments
 (0)