Skip to content

Commit 818f415

Browse files
committed
autogen: regenerate OpenAPI client for v1.21.5
Version: v1.21.5
1 parent cecd957 commit 818f415

File tree

641 files changed

+1134
-938
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

+1134
-938
lines changed

api/openapi.yaml

Lines changed: 27 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.21.4
42+
version: v1.21.5
4343
servers:
4444
- url: "https://{project_slug}.projects.oryapis.com/"
4545
variables:
@@ -10551,6 +10551,12 @@ components:
1055110551
x-go-enum-desc: |-
1055210552
link SelfServiceMessageVerificationStrategyLink
1055310553
code SelfServiceMessageVerificationStrategyCode
10554+
kratos_selfservice_methods_captcha_config_allowed_domains:
10555+
items:
10556+
type: string
10557+
title: "StringSliceJSONFormat represents []string{} which is encoded to/from\
10558+
\ JSON for SQL storage."
10559+
type: array
1055410560
kratos_selfservice_methods_captcha_config_cf_turnstile_secret:
1055510561
description: |-
1055610562
Configures the Cloudflare Turnstile site secret for CAPTCHA protection
@@ -14586,6 +14592,7 @@ components:
1458614592

1458714593
Once a login flow is completed successfully, a session cookie or session token will be issued.
1458814594
example:
14595+
identity_schema: identity_schema
1458914596
requested_aal: aal0
1459014597
active: password
1459114598
created_at: 2000-01-23T04:56:07.000+00:00
@@ -14875,6 +14882,12 @@ components:
1487514882
represents the id in the login UI's query parameter: http://<selfservice.flows.login.ui_url>/?flow=<flow_id>
1487614883
format: uuid
1487714884
type: string
14885+
identity_schema:
14886+
description: |-
14887+
IdentitySchema optionally holds the ID of the identity schema that is used
14888+
for this flow. This value can be set by the user when creating the flow and
14889+
should be retained when the flow is saved or converted to another flow.
14890+
type: string
1487814891
issued_at:
1487914892
description: IssuedAt is the time (UTC) when the flow started.
1488014893
format: date-time
@@ -16586,6 +16599,12 @@ components:
1658616599
x-go-enum-desc: |-
1658716600
link SelfServiceMessageVerificationStrategyLink
1658816601
code SelfServiceMessageVerificationStrategyCode
16602+
kratos_selfservice_methods_captcha_config_allowed_domains:
16603+
items:
16604+
type: string
16605+
title: "StringSliceJSONFormat represents []string{} which is encoded to/from\
16606+
\ JSON for SQL storage."
16607+
type: array
1658916608
kratos_selfservice_methods_captcha_config_cf_turnstile_secret:
1659016609
description: |-
1659116610
Configures the Cloudflare Turnstile site secret for CAPTCHA protection
@@ -20674,6 +20693,7 @@ components:
2067420693
type: object
2067520694
registrationFlow:
2067620695
example:
20696+
identity_schema: identity_schema
2067720697
active: password
2067820698
return_to: return_to
2067920699
session_token_exchange_code: session_token_exchange_code
@@ -20954,6 +20974,12 @@ components:
2095420974
represents the id in the registration ui's query parameter: http://<selfservice.flows.registration.ui_url>/?flow=<id>
2095520975
format: uuid
2095620976
type: string
20977+
identity_schema:
20978+
description: |-
20979+
IdentitySchema optionally holds the ID of the identity schema that is used
20980+
for this flow. This value can be set by the user when creating the flow and
20981+
should be retained when the flow is saved or converted to another flow.
20982+
type: string
2095720983
issued_at:
2095820984
description: IssuedAt is the time (UTC) when the flow occurred.
2095920985
format: date-time

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.21.4'
7+
version = 'v1.21.5'
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.21.4",
5+
version := "v1.21.5",
66
scalaVersion := "2.11.4",
77
scalacOptions ++= Seq("-feature"),
88
javacOptions in compile ++= Seq("-Xlint:deprecation"),

docs/CreateProjectNormalizedPayload.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ Create project (normalized) request payload
187187
|**kratosSelfserviceFlowsVerificationNotifyUnknownRecipients** | **Boolean** | Configures whether to notify unknown recipients of a Ory Kratos verification flow This governs the \&quot;selfservice.flows.verification.notify_unknown_recipients\&quot; setting. | [optional] |
188188
|**kratosSelfserviceFlowsVerificationUiUrl** | **String** | Configures the Ory Kratos Verification UI URL This governs the \&quot;selfservice.flows.verification.ui_url\&quot; setting. | [optional] |
189189
|**kratosSelfserviceFlowsVerificationUse** | [**KratosSelfserviceFlowsVerificationUseEnum**](#KratosSelfserviceFlowsVerificationUseEnum) | Configures the Ory Kratos Strategy to use for Verification This governs the \&quot;selfservice.flows.verification.use\&quot; setting. link SelfServiceMessageVerificationStrategyLink code SelfServiceMessageVerificationStrategyCode | [optional] |
190+
|**kratosSelfserviceMethodsCaptchaConfigAllowedDomains** | **List&lt;String&gt;** | | [optional] |
190191
|**kratosSelfserviceMethodsCaptchaConfigCfTurnstileSecret** | **String** | Configures the Cloudflare Turnstile site secret for CAPTCHA protection The site secret is private and will be never be shared with the client. This key is write only and the value will not be returned in response to a read request. Reach out to your account manager to enable this feature. | [optional] |
191192
|**kratosSelfserviceMethodsCaptchaConfigCfTurnstileSitekey** | **String** | Configures the Cloudflare Turnstile site key for CAPTCHA protection The site key is public and will be shared with the client. Reach out to your account manager to enable this feature. | [optional] |
192193
|**kratosSelfserviceMethodsCaptchaConfigLegacyInjectNode** | **Boolean** | Configures the Ory Kratos Self-Service Methods&#39; Captcha Enabled Setting Reach out to your account manager to enable this feature. | [optional] |

docs/LoginFlow.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ This object represents a login flow. A login flow is initiated at the \"Initiate
1212
|**createdAt** | **OffsetDateTime** | CreatedAt is a helper struct field for gobuffalo.pop. | [optional] |
1313
|**expiresAt** | **OffsetDateTime** | ExpiresAt is the time (UTC) when the flow expires. If the user still wishes to log in, a new flow has to be initiated. | |
1414
|**id** | **String** | ID represents the flow&#39;s unique ID. When performing the login flow, this represents the id in the login UI&#39;s query parameter: http://&lt;selfservice.flows.login.ui_url&gt;/?flow&#x3D;&lt;flow_id&gt; | |
15+
|**identitySchema** | **String** | IdentitySchema optionally holds the ID of the identity schema that is used for this flow. This value can be set by the user when creating the flow and should be retained when the flow is saved or converted to another flow. | [optional] |
1516
|**issuedAt** | **OffsetDateTime** | IssuedAt is the time (UTC) when the flow started. | |
1617
|**oauth2LoginChallenge** | **String** | Ory OAuth 2.0 Login Challenge. This value is set using the &#x60;login_challenge&#x60; query parameter of the registration and login endpoints. If set will cooperate with Ory OAuth2 and OpenID to act as an OAuth2 server / OpenID Provider. | [optional] |
1718
|**oauth2LoginRequest** | [**OAuth2LoginRequest**](OAuth2LoginRequest.md) | | [optional] |

docs/NormalizedProjectRevision.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@
184184
|**kratosSelfserviceFlowsVerificationNotifyUnknownRecipients** | **Boolean** | Configures whether to notify unknown recipients of a Ory Kratos verification flow This governs the \&quot;selfservice.flows.verification.notify_unknown_recipients\&quot; setting. | [optional] |
185185
|**kratosSelfserviceFlowsVerificationUiUrl** | **String** | Configures the Ory Kratos Verification UI URL This governs the \&quot;selfservice.flows.verification.ui_url\&quot; setting. | [optional] |
186186
|**kratosSelfserviceFlowsVerificationUse** | [**KratosSelfserviceFlowsVerificationUseEnum**](#KratosSelfserviceFlowsVerificationUseEnum) | Configures the Ory Kratos Strategy to use for Verification This governs the \&quot;selfservice.flows.verification.use\&quot; setting. link SelfServiceMessageVerificationStrategyLink code SelfServiceMessageVerificationStrategyCode | [optional] |
187+
|**kratosSelfserviceMethodsCaptchaConfigAllowedDomains** | **List&lt;String&gt;** | | [optional] |
187188
|**kratosSelfserviceMethodsCaptchaConfigCfTurnstileSecret** | **String** | Configures the Cloudflare Turnstile site secret for CAPTCHA protection The site secret is private and will be never be shared with the client. This key is write only and the value will not be returned in response to a read request. Reach out to your account manager to enable this feature. | [optional] |
188189
|**kratosSelfserviceMethodsCaptchaConfigCfTurnstileSitekey** | **String** | Configures the Cloudflare Turnstile site key for CAPTCHA protection The site key is public and will be shared with the client. Reach out to your account manager to enable this feature. | [optional] |
189190
|**kratosSelfserviceMethodsCaptchaConfigLegacyInjectNode** | **Boolean** | Configures the Ory Kratos Self-Service Methods&#39; Captcha Enabled Setting Reach out to your account manager to enable this feature. | [optional] |

docs/RegistrationFlow.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
|**active** | [**ActiveEnum**](#ActiveEnum) | Active, if set, contains the registration method that is being used. It is initially not set. password CredentialsTypePassword oidc CredentialsTypeOIDC totp CredentialsTypeTOTP lookup_secret CredentialsTypeLookup webauthn CredentialsTypeWebAuthn code CredentialsTypeCodeAuth passkey CredentialsTypePasskey profile CredentialsTypeProfile saml CredentialsTypeSAML link_recovery CredentialsTypeRecoveryLink CredentialsTypeRecoveryLink is a special credential type linked to the link strategy (recovery flow). It is not used within the credentials object itself. code_recovery CredentialsTypeRecoveryCode | [optional] |
1111
|**expiresAt** | **OffsetDateTime** | ExpiresAt is the time (UTC) when the flow expires. If the user still wishes to log in, a new flow has to be initiated. | |
1212
|**id** | **String** | ID represents the flow&#39;s unique ID. When performing the registration flow, this represents the id in the registration ui&#39;s query parameter: http://&lt;selfservice.flows.registration.ui_url&gt;/?flow&#x3D;&lt;id&gt; | |
13+
|**identitySchema** | **String** | IdentitySchema optionally holds the ID of the identity schema that is used for this flow. This value can be set by the user when creating the flow and should be retained when the flow is saved or converted to another flow. | [optional] |
1314
|**issuedAt** | **OffsetDateTime** | IssuedAt is the time (UTC) when the flow occurred. | |
1415
|**oauth2LoginChallenge** | **String** | Ory OAuth 2.0 Login Challenge. This value is set using the &#x60;login_challenge&#x60; query parameter of the registration and login endpoints. If set will cooperate with Ory OAuth2 and OpenID to act as an OAuth2 server / OpenID Provider. | [optional] |
1516
|**oauth2LoginRequest** | [**OAuth2LoginRequest**](OAuth2LoginRequest.md) | | [optional] |

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.21.4
5+
* The version of the OpenAPI document: v1.21.5
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/main/java/sh/ory/ApiClient.java

Lines changed: 2 additions & 2 deletions
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.21.4
5+
* The version of the OpenAPI document: v1.21.5
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -231,7 +231,7 @@ private void init() {
231231
json = new JSON();
232232

233233
// Set default User-Agent.
234-
setUserAgent("OpenAPI-Generator/v1.21.4/java");
234+
setUserAgent("OpenAPI-Generator/v1.21.5/java");
235235

236236
authentications = new HashMap<String, Authentication>();
237237
}

src/main/java/sh/ory/ApiException.java

Lines changed: 2 additions & 2 deletions
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.21.4
5+
* The version of the OpenAPI document: v1.21.5
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -21,7 +21,7 @@
2121
* <p>ApiException class.</p>
2222
*/
2323
@SuppressWarnings("serial")
24-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2025-08-14T09:53:59.167080089Z[Etc/UTC]", comments = "Generator version: 7.7.0")
24+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2025-08-18T09:53:47.019309544Z[Etc/UTC]", comments = "Generator version: 7.7.0")
2525
public class ApiException extends Exception {
2626
private static final long serialVersionUID = 1L;
2727

0 commit comments

Comments
 (0)