Skip to content

Commit 250adb9

Browse files
committed
autogen: regenerate OpenAPI client for v1.22.2
Version: v1.22.2
1 parent 883fadf commit 250adb9

640 files changed

Lines changed: 1201 additions & 964 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: 51 additions & 23 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.1
42+
version: v1.22.2
4343
servers:
4444
- url: "https://{project_slug}.projects.oryapis.com/"
4545
variables:
@@ -10244,6 +10244,12 @@ components:
1024410244
title: "StringSliceJSONFormat represents []string{} which is encoded to/from\
1024510245
\ JSON for SQL storage."
1024610246
type: array
10247+
kratos_secrets_pagination:
10248+
items:
10249+
type: string
10250+
title: "StringSliceJSONFormat represents []string{} which is encoded to/from\
10251+
\ JSON for SQL storage."
10252+
type: array
1024710253
kratos_security_account_enumeration_mitigate:
1024810254
description: Configures if account enumeration should be mitigated when
1024910255
using identifier first login.
@@ -12712,28 +12718,28 @@ components:
1271212718
- ""
1271312719
type: string
1271412720
x-go-enum-desc: |-
12715-
initializing initializing
12716-
pending_validation pending_validation
12717-
deleted deleted
12718-
pending_issuance pending_issuance
12719-
pending_deployment pending_deployment
12720-
pending_deletion pending_deletion
12721-
pending_expiration pending_expiration
12722-
expired expired
12723-
active active
12724-
initializing_timed_out initializing_timed_out
12725-
validation_timed_out validation_timed_out
12726-
issuance_timed_out issuance_timed_out
12727-
deployment_timed_out deployment_timed_out
12728-
deletion_timed_out deletion_timed_out
12729-
pending_cleanup pending_cleanup
12730-
staging_deployment staging_deployment
12731-
staging_active staging_active
12732-
deactivating deactivating
12733-
inactive inactive
12734-
backup_issued backup_issued
12735-
holding_deployment holding_deployment
12736-
unknown Cloudflare sometimes returns an empty string.
12721+
initializing _
12722+
pending_validation _
12723+
deleted _
12724+
pending_issuance _
12725+
pending_deployment _
12726+
pending_deletion _
12727+
pending_expiration _
12728+
expired _
12729+
active _
12730+
initializing_timed_out _
12731+
validation_timed_out _
12732+
issuance_timed_out _
12733+
deployment_timed_out _
12734+
deletion_timed_out _
12735+
pending_cleanup _
12736+
staging_deployment _
12737+
staging_active _
12738+
deactivating _
12739+
inactive _
12740+
backup_issued _
12741+
holding_deployment _
12742+
_ Cloudflare sometimes returns an empty string.
1273712743
updated_at:
1273812744
format: date-time
1273912745
type: string
@@ -13637,6 +13643,9 @@ components:
1363713643
schema:
1363813644
description: The actual Identity JSON Schema
1363913645
type: object
13646+
required:
13647+
- id
13648+
- schema
1364013649
type: object
1364113650
identitySchemaPreset:
1364213651
properties:
@@ -16105,6 +16114,12 @@ components:
1610516114
title: "StringSliceJSONFormat represents []string{} which is encoded to/from\
1610616115
\ JSON for SQL storage."
1610716116
type: array
16117+
kratos_secrets_pagination:
16118+
items:
16119+
type: string
16120+
title: "StringSliceJSONFormat represents []string{} which is encoded to/from\
16121+
\ JSON for SQL storage."
16122+
type: array
1610816123
kratos_security_account_enumeration_mitigate:
1610916124
description: Configures if account enumeration should be mitigated when
1611016125
using identifier first login.
@@ -17190,6 +17205,16 @@ components:
1719017205
description: The Revision's ID this schema belongs to
1719117206
format: uuid
1719217207
type: string
17208+
subject_source:
17209+
default: id
17210+
description: |-
17211+
Subject source for the tokenizer
17212+
17213+
Can be either id or external_id or empty
17214+
enum:
17215+
- id
17216+
- external_id
17217+
type: string
1719317218
ttl:
1719417219
default: 1m
1719517220
description: Token time to live
@@ -20135,6 +20160,7 @@ components:
2013520160
m2m_token_issuance M2MTokenIssuance
2013620161
permission_checks PermissionChecks
2013720162
captcha Captcha
20163+
identity_search_api IdentitySearchAPI
2013820164
saml_sp SAMLSP
2013920165
saml_idp SAMLIDP
2014020166
auto_link_policy AutoLinkPolicy
@@ -20183,6 +20209,7 @@ components:
2018320209
- m2m_token_issuance
2018420210
- permission_checks
2018520211
- captcha
20212+
- identity_search_api
2018620213
- saml_sp
2018720214
- saml_idp
2018820215
- auto_link_policy
@@ -20232,6 +20259,7 @@ components:
2023220259
m2m_token_issuance M2MTokenIssuance
2023320260
permission_checks PermissionChecks
2023420261
captcha Captcha
20262+
identity_search_api IdentitySearchAPI
2023520263
saml_sp SAMLSP
2023620264
saml_idp SAMLIDP
2023720265
auto_link_policy AutoLinkPolicy

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.1'
7+
version = 'v1.22.2'
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.1",
5+
version := "v1.22.2",
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
@@ -137,6 +137,7 @@ Create project (normalized) request payload
137137
|**kratosSecretsCipher** | **List<String>** | | [optional] |
138138
|**kratosSecretsCookie** | **List<String>** | | [optional] |
139139
|**kratosSecretsDefault** | **List<String>** | | [optional] |
140+
|**kratosSecretsPagination** | **List<String>** | | [optional] |
140141
|**kratosSecurityAccountEnumerationMitigate** | **Boolean** | Configures if account enumeration should be mitigated when using identifier first login. | [optional] |
141142
|**kratosSelfserviceAllowedReturnUrls** | **List<String>** | | [optional] |
142143
|**kratosSelfserviceDefaultBrowserReturnUrl** | **String** | Configures the Ory Kratos Default Return URL This governs the \"selfservice.allowed_return_urls\" setting. | [optional] |

docs/IdentitySchemaContainer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ An Identity JSON Schema Container
88

99
| Name | Type | Description | Notes |
1010
|------------ | ------------- | ------------- | -------------|
11-
|**id** | **String** | The ID of the Identity JSON Schema | [optional] |
12-
|**schema** | **Object** | The actual Identity JSON Schema | [optional] |
11+
|**id** | **String** | The ID of the Identity JSON Schema | |
12+
|**schema** | **Object** | The actual Identity JSON Schema | |
1313

1414

1515

docs/NormalizedProjectRevision.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@
134134
|**kratosSecretsCipher** | **List<String>** | | [optional] |
135135
|**kratosSecretsCookie** | **List<String>** | | [optional] |
136136
|**kratosSecretsDefault** | **List<String>** | | [optional] |
137+
|**kratosSecretsPagination** | **List<String>** | | [optional] |
137138
|**kratosSecurityAccountEnumerationMitigate** | **Boolean** | Configures if account enumeration should be mitigated when using identifier first login. | [optional] |
138139
|**kratosSelfserviceAllowedReturnUrls** | **List<String>** | | [optional] |
139140
|**kratosSelfserviceDefaultBrowserReturnUrl** | **String** | Configures the Ory Kratos Default Return URL This governs the \"selfservice.allowed_return_urls\" setting. | [optional] |

docs/NormalizedProjectRevisionTokenizerTemplate.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,18 @@
1313
|**jwksUrl** | **String** | JSON Web Key URL | [optional] |
1414
|**key** | **String** | The unique key of the template | [optional] |
1515
|**projectRevisionId** | **String** | The Revision's ID this schema belongs to | [optional] |
16+
|**subjectSource** | [**SubjectSourceEnum**](#SubjectSourceEnum) | Subject source for the tokenizer Can be either id or external_id or empty | [optional] |
1617
|**ttl** | **String** | Token time to live | [optional] |
1718
|**updatedAt** | **OffsetDateTime** | Last Time Project's Revision was Updated | [optional] [readonly] |
1819

1920

2021

22+
## Enum: SubjectSourceEnum
23+
24+
| Name | Value |
25+
|---- | -----|
26+
| ID | "id" |
27+
| EXTERNAL_ID | "external_id" |
28+
29+
30+

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 zendesk_support_on_call ZendeskSupportOnCall 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 onboarding_portal OnboardingPortal update_self_service_registration_rate_limit_tier RateLimitTierUpdateSelfServiceRegistration Self-service rate limits update_self_service_recovery_rate_limit_tier RateLimitTierUpdateSelfServiceRecovery update_self_service_settings_rate_limit_tier RateLimitTierUpdateSelfServiceSettings update_self_service_verification_rate_limit_tier RateLimitTierUpdateSelfServiceVerification identities_create_rate_limit_tier RateLimitTierIdentitiesCreate identities_import_rate_limit_tier RateLimitTierIdentitiesImport fed_cm_parameters_rate_limit_tier RateLimitTierFedCMParameters 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 | |
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 zendesk_support_on_call ZendeskSupportOnCall 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 identity_search_api IdentitySearchAPI saml_sp SAMLSP saml_idp SAMLIDP auto_link_policy AutoLinkPolicy scim_clients SCIMClients default_smtp_email_customization DefaultSMTPEmailCustomization onboarding_portal OnboardingPortal update_self_service_registration_rate_limit_tier RateLimitTierUpdateSelfServiceRegistration Self-service rate limits update_self_service_recovery_rate_limit_tier RateLimitTierUpdateSelfServiceRecovery update_self_service_settings_rate_limit_tier RateLimitTierUpdateSelfServiceSettings update_self_service_verification_rate_limit_tier RateLimitTierUpdateSelfServiceVerification identities_create_rate_limit_tier RateLimitTierIdentitiesCreate identities_import_rate_limit_tier RateLimitTierIdentitiesImport fed_cm_parameters_rate_limit_tier RateLimitTierFedCMParameters 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** | | |
@@ -47,6 +47,7 @@
4747
| M2M_TOKEN_ISSUANCE | "m2m_token_issuance" |
4848
| PERMISSION_CHECKS | "permission_checks" |
4949
| CAPTCHA | "captcha" |
50+
| IDENTITY_SEARCH_API | "identity_search_api" |
5051
| SAML_SP | "saml_sp" |
5152
| SAML_IDP | "saml_idp" |
5253
| AUTO_LINK_POLICY | "auto_link_policy" |

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.22.1
5+
* The version of the OpenAPI document: v1.22.2
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.22.1
5+
* The version of the OpenAPI document: v1.22.2
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.22.1/java");
234+
setUserAgent("OpenAPI-Generator/v1.22.2/java");
235235

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

0 commit comments

Comments
 (0)