Skip to content

Commit 2783bb6

Browse files
committed
autogen: regenerate OpenAPI client for v1.20.11
Version: v1.20.11
1 parent 474cd5a commit 2783bb6

620 files changed

Lines changed: 1003 additions & 912 deletions

File tree

Some content is hidden

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

api/openapi.yaml

Lines changed: 15 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.10
42+
version: v1.20.11
4343
servers:
4444
- url: "https://{project_slug}.projects.oryapis.com/"
4545
variables:
@@ -9723,6 +9723,10 @@ components:
97239723
title: "StringSliceJSONFormat represents []string{} which is encoded to/from\
97249724
\ JSON for SQL storage."
97259725
type: array
9726+
kratos_security_account_enumeration_mitigate:
9727+
description: Configures if account enumeration should be mitigated when
9728+
using identifier first login.
9729+
type: boolean
97269730
kratos_selfservice_allowed_return_urls:
97279731
items:
97289732
type: string
@@ -15473,6 +15477,10 @@ components:
1547315477
title: "StringSliceJSONFormat represents []string{} which is encoded to/from\
1547415478
\ JSON for SQL storage."
1547515479
type: array
15480+
kratos_security_account_enumeration_mitigate:
15481+
description: Configures if account enumeration should be mitigated when
15482+
using identifier first login.
15483+
type: boolean
1547615484
kratos_selfservice_allowed_return_urls:
1547715485
items:
1547815486
type: string
@@ -19163,6 +19171,7 @@ components:
1916319171
permission_checks_rate_limit_tier RateLimitTierPermissionChecks
1916419172
oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect
1916519173
create_recovery_admin_rate_limit_tier RateLimitTierCreateAdminRecovery
19174+
scim_rate_limit_tier RateLimitTierSCIM
1916619175
enum:
1916719176
- production_projects
1916819177
- staging_projects
@@ -19201,6 +19210,7 @@ components:
1920119210
- permission_checks_rate_limit_tier
1920219211
- oauth2_introspect_rate_limit_tier
1920319212
- create_recovery_admin_rate_limit_tier
19213+
- scim_rate_limit_tier
1920419214
type: string
1920519215
x-go-enum-desc: |-
1920619216
production_projects ProductionProjects
@@ -19240,6 +19250,7 @@ components:
1924019250
permission_checks_rate_limit_tier RateLimitTierPermissionChecks
1924119251
oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect
1924219252
create_recovery_admin_rate_limit_tier RateLimitTierCreateAdminRecovery
19253+
scim_rate_limit_tier RateLimitTierSCIM
1924319254
feature_available:
1924419255
type: boolean
1924519256
included:
@@ -21677,13 +21688,15 @@ components:
2167721688
current-password InputAttributeAutocompleteCurrentPassword
2167821689
new-password InputAttributeAutocompleteNewPassword
2167921690
one-time-code InputAttributeAutocompleteOneTimeCode
21691+
username webauthn InputAttributeAutocompleteUsernameWebauthn
2168021692
enum:
2168121693
- email
2168221694
- tel
2168321695
- url
2168421696
- current-password
2168521697
- new-password
2168621698
- one-time-code
21699+
- username webauthn
2168721700
type: string
2168821701
x-go-enum-desc: |-
2168921702
email InputAttributeAutocompleteEmail
@@ -21692,6 +21705,7 @@ components:
2169221705
current-password InputAttributeAutocompleteCurrentPassword
2169321706
new-password InputAttributeAutocompleteNewPassword
2169421707
one-time-code InputAttributeAutocompleteOneTimeCode
21708+
username webauthn InputAttributeAutocompleteUsernameWebauthn
2169521709
disabled:
2169621710
description: Sets the input's disabled field to true or false.
2169721711
type: boolean

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.10'
7+
version = 'v1.20.11'
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.10",
5+
version := "v1.20.11",
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
@@ -130,6 +130,7 @@ Create project (normalized) request payload
130130
|**kratosSecretsCipher** | **List<String>** | | [optional] |
131131
|**kratosSecretsCookie** | **List<String>** | | [optional] |
132132
|**kratosSecretsDefault** | **List<String>** | | [optional] |
133+
|**kratosSecurityAccountEnumerationMitigate** | **Boolean** | Configures if account enumeration should be mitigated when using identifier first login. | [optional] |
133134
|**kratosSelfserviceAllowedReturnUrls** | **List<String>** | | [optional] |
134135
|**kratosSelfserviceDefaultBrowserReturnUrl** | **String** | Configures the Ory Kratos Default Return URL This governs the \"selfservice.allowed_return_urls\" setting. | [optional] |
135136
|**kratosSelfserviceFlowsErrorUiUrl** | **String** | Configures the Ory Kratos Error UI URL This governs the \"selfservice.flows.error.ui_url\" setting. | [optional] |

docs/NormalizedProjectRevision.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@
127127
|**kratosSecretsCipher** | **List<String>** | | [optional] |
128128
|**kratosSecretsCookie** | **List<String>** | | [optional] |
129129
|**kratosSecretsDefault** | **List<String>** | | [optional] |
130+
|**kratosSecurityAccountEnumerationMitigate** | **Boolean** | Configures if account enumeration should be mitigated when using identifier first login. | [optional] |
130131
|**kratosSelfserviceAllowedReturnUrls** | **List<String>** | | [optional] |
131132
|**kratosSelfserviceDefaultBrowserReturnUrl** | **String** | Configures the Ory Kratos Default Return URL This governs the \"selfservice.allowed_return_urls\" setting. | [optional] |
132133
|**kratosSelfserviceFlowsErrorUiUrl** | **String** | Configures the Ory Kratos Error UI URL This governs the \"selfservice.flows.error.ui_url\" setting. | [optional] |

docs/QuotaUsage.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
|------------ | ------------- | ------------- | -------------|
1010
|**additionalPrice** | **String** | The additional price per unit in cents. | |
1111
|**canUseMore** | **Boolean** | | |
12-
|**feature** | [**FeatureEnum**](#FeatureEnum) | production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS data_location_asiane DataLocationAsiaNorthEast m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks captcha Captcha saml_sp SAMLSP saml_idp SAMLIDP auto_link_policy AutoLinkPolicy scim_clients SCIMClients default_smtp_email_customization DefaultSMTPEmailCustomization data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect create_recovery_admin_rate_limit_tier RateLimitTierCreateAdminRecovery | |
12+
|**feature** | [**FeatureEnum**](#FeatureEnum) | production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS data_location_asiane DataLocationAsiaNorthEast m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks captcha Captcha saml_sp SAMLSP saml_idp SAMLIDP auto_link_policy AutoLinkPolicy scim_clients SCIMClients default_smtp_email_customization DefaultSMTPEmailCustomization data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect create_recovery_admin_rate_limit_tier RateLimitTierCreateAdminRecovery scim_rate_limit_tier RateLimitTierSCIM | |
1313
|**featureAvailable** | **Boolean** | | |
1414
|**included** | **Long** | | |
1515
|**isUnlimited** | **Boolean** | | |
@@ -58,6 +58,7 @@
5858
| PERMISSION_CHECKS_RATE_LIMIT_TIER | "permission_checks_rate_limit_tier" |
5959
| OAUTH2_INTROSPECT_RATE_LIMIT_TIER | "oauth2_introspect_rate_limit_tier" |
6060
| CREATE_RECOVERY_ADMIN_RATE_LIMIT_TIER | "create_recovery_admin_rate_limit_tier" |
61+
| SCIM_RATE_LIMIT_TIER | "scim_rate_limit_tier" |
6162

6263

6364

docs/UiNodeAttributes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
| Name | Type | Description | Notes |
99
|------------ | ------------- | ------------- | -------------|
10-
|**autocomplete** | [**AutocompleteEnum**](#AutocompleteEnum) | The autocomplete attribute for the input. email InputAttributeAutocompleteEmail tel InputAttributeAutocompleteTel url InputAttributeAutocompleteUrl current-password InputAttributeAutocompleteCurrentPassword new-password InputAttributeAutocompleteNewPassword one-time-code InputAttributeAutocompleteOneTimeCode | [optional] |
10+
|**autocomplete** | [**AutocompleteEnum**](#AutocompleteEnum) | The autocomplete attribute for the input. email InputAttributeAutocompleteEmail tel InputAttributeAutocompleteTel url InputAttributeAutocompleteUrl current-password InputAttributeAutocompleteCurrentPassword new-password InputAttributeAutocompleteNewPassword one-time-code InputAttributeAutocompleteOneTimeCode username webauthn InputAttributeAutocompleteUsernameWebauthn | [optional] |
1111
|**disabled** | **Boolean** | Sets the input's disabled field to true or false. | |
1212
|**label** | [**UiText**](UiText.md) | | [optional] |
1313
|**maxlength** | **Long** | MaxLength may contain the input's maximum length. | [optional] |
@@ -48,6 +48,7 @@
4848
| CURRENT_PASSWORD | "current-password" |
4949
| NEW_PASSWORD | "new-password" |
5050
| ONE_TIME_CODE | "one-time-code" |
51+
| USERNAME_WEBAUTHN | "username webauthn" |
5152

5253

5354

docs/UiNodeInputAttributes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ InputAttributes represents the attributes of an input node
88

99
| Name | Type | Description | Notes |
1010
|------------ | ------------- | ------------- | -------------|
11-
|**autocomplete** | [**AutocompleteEnum**](#AutocompleteEnum) | The autocomplete attribute for the input. email InputAttributeAutocompleteEmail tel InputAttributeAutocompleteTel url InputAttributeAutocompleteUrl current-password InputAttributeAutocompleteCurrentPassword new-password InputAttributeAutocompleteNewPassword one-time-code InputAttributeAutocompleteOneTimeCode | [optional] |
11+
|**autocomplete** | [**AutocompleteEnum**](#AutocompleteEnum) | The autocomplete attribute for the input. email InputAttributeAutocompleteEmail tel InputAttributeAutocompleteTel url InputAttributeAutocompleteUrl current-password InputAttributeAutocompleteCurrentPassword new-password InputAttributeAutocompleteNewPassword one-time-code InputAttributeAutocompleteOneTimeCode username webauthn InputAttributeAutocompleteUsernameWebauthn | [optional] |
1212
|**disabled** | **Boolean** | Sets the input's disabled field to true or false. | |
1313
|**label** | [**UiText**](UiText.md) | | [optional] |
1414
|**maxlength** | **Long** | MaxLength may contain the input's maximum length. | [optional] |
@@ -35,6 +35,7 @@ InputAttributes represents the attributes of an input node
3535
| CURRENT_PASSWORD | "current-password" |
3636
| NEW_PASSWORD | "new-password" |
3737
| ONE_TIME_CODE | "one-time-code" |
38+
| USERNAME_WEBAUTHN | "username webauthn" |
3839

3940

4041

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.10
5+
* The version of the OpenAPI document: v1.20.11
66
* Contact: support@ory.sh
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.20.10
5+
* The version of the OpenAPI document: v1.20.11
66
* Contact: support@ory.sh
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.20.10/java");
234+
setUserAgent("OpenAPI-Generator/v1.20.11/java");
235235

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

0 commit comments

Comments
 (0)