Skip to content

Commit 971b55e

Browse files
committed
autogen: regenerate OpenAPI client for v1.22.28
Version: v1.22.28
1 parent 1eda4e8 commit 971b55e

File tree

651 files changed

+1235
-966
lines changed

Some content is hidden

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

651 files changed

+1235
-966
lines changed

api/openapi.yaml

Lines changed: 52 additions & 5 deletions
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.22.27
42+
version: v1.22.28
4343
servers:
4444
- url: "https://{project_slug}.projects.oryapis.com/"
4545
variables:
@@ -10758,17 +10758,39 @@ components:
1075810758
title: "StringSliceJSONFormat represents []string{} which is encoded to/from\
1075910759
\ JSON for SQL storage."
1076010760
type: array
10761+
kratos_selfservice_methods_captcha_config_byo:
10762+
description: |-
10763+
Configures whether to use BYO or managed widget
10764+
10765+
Reach out to your account manager to enable this feature.
10766+
type: boolean
10767+
kratos_selfservice_methods_captcha_config_cf_turnstile_byo_secret:
10768+
description: |-
10769+
Configures the Cloudflare Turnstile site secret for Ory BYO CAPTCHA protection
10770+
10771+
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.
10772+
10773+
Reach out to your account manager to enable this feature.
10774+
type: string
10775+
kratos_selfservice_methods_captcha_config_cf_turnstile_byo_sitekey:
10776+
description: |-
10777+
Configures the Cloudflare Turnstile site key for Ory BYO CAPTCHA protection
10778+
10779+
The site key is public and will be shared with the client.
10780+
10781+
Reach out to your account manager to enable this feature.
10782+
type: string
1076110783
kratos_selfservice_methods_captcha_config_cf_turnstile_secret:
1076210784
description: |-
10763-
Configures the Cloudflare Turnstile site secret for CAPTCHA protection
10785+
Configures the Cloudflare Turnstile site secret for managed CAPTCHA protection
1076410786

1076510787
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.
1076610788

1076710789
Reach out to your account manager to enable this feature.
1076810790
type: string
1076910791
kratos_selfservice_methods_captcha_config_cf_turnstile_sitekey:
1077010792
description: |-
10771-
Configures the Cloudflare Turnstile site key for CAPTCHA protection
10793+
Configures the Cloudflare Turnstile site key for managed CAPTCHA protection
1077210794

1077310795
The site key is public and will be shared with the client.
1077410796

@@ -16807,17 +16829,39 @@ components:
1680716829
title: "StringSliceJSONFormat represents []string{} which is encoded to/from\
1680816830
\ JSON for SQL storage."
1680916831
type: array
16832+
kratos_selfservice_methods_captcha_config_byo:
16833+
description: |-
16834+
Configures whether to use BYO or managed widget
16835+
16836+
Reach out to your account manager to enable this feature.
16837+
type: boolean
16838+
kratos_selfservice_methods_captcha_config_cf_turnstile_byo_secret:
16839+
description: |-
16840+
Configures the Cloudflare Turnstile site secret for Ory BYO CAPTCHA protection
16841+
16842+
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.
16843+
16844+
Reach out to your account manager to enable this feature.
16845+
type: string
16846+
kratos_selfservice_methods_captcha_config_cf_turnstile_byo_sitekey:
16847+
description: |-
16848+
Configures the Cloudflare Turnstile site key for Ory BYO CAPTCHA protection
16849+
16850+
The site key is public and will be shared with the client.
16851+
16852+
Reach out to your account manager to enable this feature.
16853+
type: string
1681016854
kratos_selfservice_methods_captcha_config_cf_turnstile_secret:
1681116855
description: |-
16812-
Configures the Cloudflare Turnstile site secret for CAPTCHA protection
16856+
Configures the Cloudflare Turnstile site secret for managed CAPTCHA protection
1681316857

1681416858
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.
1681516859

1681616860
Reach out to your account manager to enable this feature.
1681716861
type: string
1681816862
kratos_selfservice_methods_captcha_config_cf_turnstile_sitekey:
1681916863
description: |-
16820-
Configures the Cloudflare Turnstile site key for CAPTCHA protection
16864+
Configures the Cloudflare Turnstile site key for managed CAPTCHA protection
1682116865

1682216866
The site key is public and will be shared with the client.
1682316867

@@ -23897,6 +23941,7 @@ components:
2389723941
`login_hint` (string): The `login_hint` parameter suppresses the account chooser and either pre-fills the email box on the sign-in form, or selects the proper session.
2389823942
`hd` (string): The `hd` parameter limits the login/registration process to a Google Organization, e.g. `mycollege.edu`.
2389923943
`prompt` (string): The `prompt` specifies whether the Authorization Server prompts the End-User for reauthentication and consent, e.g. `select_account`.
23944+
`acr_values` (string): The `acr_values` specifies the Authentication Context Class Reference values for the authorization request.
2390023945
type: object
2390123946
required:
2390223947
- method
@@ -24257,6 +24302,7 @@ components:
2425724302
`login_hint` (string): The `login_hint` parameter suppresses the account chooser and either pre-fills the email box on the sign-in form, or selects the proper session.
2425824303
`hd` (string): The `hd` parameter limits the login/registration process to a Google Organization, e.g. `mycollege.edu`.
2425924304
`prompt` (string): The `prompt` specifies whether the Authorization Server prompts the End-User for reauthentication and consent, e.g. `select_account`.
24305+
`acr_values` (string): The `acr_values` specifies the Authentication Context Class Reference values for the authorization request.
2426024306
type: object
2426124307
required:
2426224308
- method
@@ -24523,6 +24569,7 @@ components:
2452324569
`login_hint` (string): The `login_hint` parameter suppresses the account chooser and either pre-fills the email box on the sign-in form, or selects the proper session.
2452424570
`hd` (string): The `hd` parameter limits the login/registration process to a Google Organization, e.g. `mycollege.edu`.
2452524571
`prompt` (string): The `prompt` specifies whether the Authorization Server prompts the End-User for reauthentication and consent, e.g. `select_account`.
24572+
`acr_values` (string): The `acr_values` specifies the Authentication Context Class Reference values for the authorization request.
2452624573
type: object
2452724574
required:
2452824575
- method

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

docs/CreateProjectNormalizedPayload.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,11 @@ Create project (normalized) request payload
192192
|**kratosSelfserviceFlowsVerificationUiUrl** | **String** | Configures the Ory Kratos Verification UI URL This governs the \"selfservice.flows.verification.ui_url\" setting. | [optional] |
193193
|**kratosSelfserviceFlowsVerificationUse** | [**KratosSelfserviceFlowsVerificationUseEnum**](#KratosSelfserviceFlowsVerificationUseEnum) | Configures the Ory Kratos Strategy to use for Verification This governs the \"selfservice.flows.verification.use\" setting. link SelfServiceMessageVerificationStrategyLink code SelfServiceMessageVerificationStrategyCode | [optional] |
194194
|**kratosSelfserviceMethodsCaptchaConfigAllowedDomains** | **List<String>** | | [optional] |
195-
|**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] |
196-
|**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] |
195+
|**kratosSelfserviceMethodsCaptchaConfigByo** | **Boolean** | Configures whether to use BYO or managed widget Reach out to your account manager to enable this feature. | [optional] |
196+
|**kratosSelfserviceMethodsCaptchaConfigCfTurnstileByoSecret** | **String** | Configures the Cloudflare Turnstile site secret for Ory BYO 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] |
197+
|**kratosSelfserviceMethodsCaptchaConfigCfTurnstileByoSitekey** | **String** | Configures the Cloudflare Turnstile site key for Ory BYO 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] |
198+
|**kratosSelfserviceMethodsCaptchaConfigCfTurnstileSecret** | **String** | Configures the Cloudflare Turnstile site secret for managed 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] |
199+
|**kratosSelfserviceMethodsCaptchaConfigCfTurnstileSitekey** | **String** | Configures the Cloudflare Turnstile site key for managed 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] |
197200
|**kratosSelfserviceMethodsCaptchaConfigLegacyInjectNode** | **Boolean** | Configures the Ory Kratos Self-Service Methods' Captcha Enabled Setting Reach out to your account manager to enable this feature. | [optional] |
198201
|**kratosSelfserviceMethodsCaptchaEnabled** | **Boolean** | Configures the Ory Kratos Self-Service Methods' Captcha Enabled Setting Reach out to your account manager to enable this feature. | [optional] |
199202
|**kratosSelfserviceMethodsCodeConfigLifespan** | **String** | Configures the Ory Kratos Code Method's lifespan This governs the \"selfservice.methods.code.config.lifespan\" setting. | [optional] |

docs/NormalizedProjectRevision.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,11 @@
189189
|**kratosSelfserviceFlowsVerificationUiUrl** | **String** | Configures the Ory Kratos Verification UI URL This governs the \"selfservice.flows.verification.ui_url\" setting. | [optional] |
190190
|**kratosSelfserviceFlowsVerificationUse** | [**KratosSelfserviceFlowsVerificationUseEnum**](#KratosSelfserviceFlowsVerificationUseEnum) | Configures the Ory Kratos Strategy to use for Verification This governs the \"selfservice.flows.verification.use\" setting. link SelfServiceMessageVerificationStrategyLink code SelfServiceMessageVerificationStrategyCode | [optional] |
191191
|**kratosSelfserviceMethodsCaptchaConfigAllowedDomains** | **List<String>** | | [optional] |
192-
|**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] |
193-
|**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] |
192+
|**kratosSelfserviceMethodsCaptchaConfigByo** | **Boolean** | Configures whether to use BYO or managed widget Reach out to your account manager to enable this feature. | [optional] |
193+
|**kratosSelfserviceMethodsCaptchaConfigCfTurnstileByoSecret** | **String** | Configures the Cloudflare Turnstile site secret for Ory BYO 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] |
194+
|**kratosSelfserviceMethodsCaptchaConfigCfTurnstileByoSitekey** | **String** | Configures the Cloudflare Turnstile site key for Ory BYO 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] |
195+
|**kratosSelfserviceMethodsCaptchaConfigCfTurnstileSecret** | **String** | Configures the Cloudflare Turnstile site secret for managed 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] |
196+
|**kratosSelfserviceMethodsCaptchaConfigCfTurnstileSitekey** | **String** | Configures the Cloudflare Turnstile site key for managed 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] |
194197
|**kratosSelfserviceMethodsCaptchaConfigLegacyInjectNode** | **Boolean** | Configures the Ory Kratos Self-Service Methods' Captcha Enabled Setting Reach out to your account manager to enable this feature. | [optional] |
195198
|**kratosSelfserviceMethodsCaptchaEnabled** | **Boolean** | Configures the Ory Kratos Self-Service Methods' Captcha Enabled Setting Reach out to your account manager to enable this feature. | [optional] |
196199
|**kratosSelfserviceMethodsCodeConfigLifespan** | **String** | Configures the Ory Kratos Code Method's lifespan This governs the \"selfservice.methods.code.config.lifespan\" setting. | [optional] |

docs/UpdateLoginFlowBody.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
|**idTokenNonce** | **String** | IDTokenNonce is the nonce, used when generating the IDToken. If the provider supports nonce validation, the nonce will be validated against this value and required. | [optional] |
1818
|**provider** | **String** | The provider to register with | |
1919
|**traits** | **Object** | The identity traits. This is a placeholder for the registration flow. | [optional] |
20-
|**upstreamParameters** | **Object** | UpstreamParameters are the parameters that are passed to the upstream identity provider. These parameters are optional and depend on what the upstream identity provider supports. Supported parameters are: `login_hint` (string): The `login_hint` parameter suppresses the account chooser and either pre-fills the email box on the sign-in form, or selects the proper session. `hd` (string): The `hd` parameter limits the login/registration process to a Google Organization, e.g. `mycollege.edu`. `prompt` (string): The `prompt` specifies whether the Authorization Server prompts the End-User for reauthentication and consent, e.g. `select_account`. | [optional] |
20+
|**upstreamParameters** | **Object** | UpstreamParameters are the parameters that are passed to the upstream identity provider. These parameters are optional and depend on what the upstream identity provider supports. Supported parameters are: `login_hint` (string): The `login_hint` parameter suppresses the account chooser and either pre-fills the email box on the sign-in form, or selects the proper session. `hd` (string): The `hd` parameter limits the login/registration process to a Google Organization, e.g. `mycollege.edu`. `prompt` (string): The `prompt` specifies whether the Authorization Server prompts the End-User for reauthentication and consent, e.g. `select_account`. `acr_values` (string): The `acr_values` specifies the Authentication Context Class Reference values for the authorization request. | [optional] |
2121
|**totpCode** | **String** | The TOTP code. | |
2222
|**webauthnLogin** | **String** | Login a WebAuthn Security Key This must contain the ID of the WebAuthN connection. | [optional] |
2323
|**lookupSecret** | **String** | The lookup secret. | |

docs/UpdateLoginFlowWithOidcMethod.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Update Login Flow with OpenID Connect Method
1515
|**provider** | **String** | The provider to register with | |
1616
|**traits** | **Object** | The identity traits. This is a placeholder for the registration flow. | [optional] |
1717
|**transientPayload** | **Object** | Transient data to pass along to any webhooks | [optional] |
18-
|**upstreamParameters** | **Object** | UpstreamParameters are the parameters that are passed to the upstream identity provider. These parameters are optional and depend on what the upstream identity provider supports. Supported parameters are: `login_hint` (string): The `login_hint` parameter suppresses the account chooser and either pre-fills the email box on the sign-in form, or selects the proper session. `hd` (string): The `hd` parameter limits the login/registration process to a Google Organization, e.g. `mycollege.edu`. `prompt` (string): The `prompt` specifies whether the Authorization Server prompts the End-User for reauthentication and consent, e.g. `select_account`. | [optional] |
18+
|**upstreamParameters** | **Object** | UpstreamParameters are the parameters that are passed to the upstream identity provider. These parameters are optional and depend on what the upstream identity provider supports. Supported parameters are: `login_hint` (string): The `login_hint` parameter suppresses the account chooser and either pre-fills the email box on the sign-in form, or selects the proper session. `hd` (string): The `hd` parameter limits the login/registration process to a Google Organization, e.g. `mycollege.edu`. `prompt` (string): The `prompt` specifies whether the Authorization Server prompts the End-User for reauthentication and consent, e.g. `select_account`. `acr_values` (string): The `acr_values` specifies the Authentication Context Class Reference values for the authorization request. | [optional] |
1919

2020

2121

0 commit comments

Comments
 (0)