Skip to content

Commit 722985b

Browse files
committed
autogen: regenerate OpenAPI client for v1.21.2
Version: v1.21.2
1 parent 3e8a268 commit 722985b

640 files changed

Lines changed: 953 additions & 941 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: 8 additions & 2 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.21.1
42+
version: v1.21.2
4343
servers:
4444
- url: "https://{project_slug}.projects.oryapis.com/"
4545
variables:
@@ -20224,6 +20224,7 @@ components:
2022420224
edge_cache EdgeCache
2022520225
branding_themes BrandingThemes
2022620226
zendesk_support ZendeskSupport
20227+
zendesk_support_on_call ZendeskSupportOnCall
2022720228
project_metrics ProjectMetrics
2022820229
project_metrics_time_window ProjectMetricsTimeWindow
2022920230
project_metrics_events_history ProjectMetricsEventsHistory
@@ -20249,6 +20250,7 @@ components:
2024920250
update_self_service_verification_rate_limit_tier RateLimitTierUpdateSelfServiceVerification
2025020251
identities_create_rate_limit_tier RateLimitTierIdentitiesCreate
2025120252
identities_import_rate_limit_tier RateLimitTierIdentitiesImport
20253+
fed_cm_parameters_rate_limit_tier RateLimitTierFedCMParameters
2025220254
data_location_regional DataLocationRegional Required Features
2025320255
rate_limit_tier RateLimitTier
2025420256
session_rate_limit_tier RateLimitTierSessions
@@ -20270,6 +20272,7 @@ components:
2027020272
- edge_cache
2027120273
- branding_themes
2027220274
- zendesk_support
20275+
- zendesk_support_on_call
2027320276
- project_metrics
2027420277
- project_metrics_time_window
2027520278
- project_metrics_events_history
@@ -20295,6 +20298,7 @@ components:
2029520298
- update_self_service_verification_rate_limit_tier
2029620299
- identities_create_rate_limit_tier
2029720300
- identities_import_rate_limit_tier
20301+
- fed_cm_parameters_rate_limit_tier
2029820302
- data_location_regional
2029920303
- rate_limit_tier
2030020304
- session_rate_limit_tier
@@ -20317,6 +20321,7 @@ components:
2031720321
edge_cache EdgeCache
2031820322
branding_themes BrandingThemes
2031920323
zendesk_support ZendeskSupport
20324+
zendesk_support_on_call ZendeskSupportOnCall
2032020325
project_metrics ProjectMetrics
2032120326
project_metrics_time_window ProjectMetricsTimeWindow
2032220327
project_metrics_events_history ProjectMetricsEventsHistory
@@ -20342,6 +20347,7 @@ components:
2034220347
update_self_service_verification_rate_limit_tier RateLimitTierUpdateSelfServiceVerification
2034320348
identities_create_rate_limit_tier RateLimitTierIdentitiesCreate
2034420349
identities_import_rate_limit_tier RateLimitTierIdentitiesImport
20350+
fed_cm_parameters_rate_limit_tier RateLimitTierFedCMParameters
2034520351
data_location_regional DataLocationRegional Required Features
2034620352
rate_limit_tier RateLimitTier
2034720353
session_rate_limit_tier RateLimitTierSessions
@@ -23588,7 +23594,7 @@ components:
2358823594
type: string
2358923595
screen:
2359023596
description: |-
23591-
Set to "previous" to return to the previous screen.
23597+
Set to "previous" to go back in the flow, meaningfully.
2359223598
Used in RecoveryV2.
2359323599
type: string
2359423600
transient_payload:

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

docs/QuotaUsage.md

Lines changed: 3 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 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 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 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** | | |
@@ -33,6 +33,7 @@
3333
| EDGE_CACHE | "edge_cache" |
3434
| BRANDING_THEMES | "branding_themes" |
3535
| ZENDESK_SUPPORT | "zendesk_support" |
36+
| ZENDESK_SUPPORT_ON_CALL | "zendesk_support_on_call" |
3637
| PROJECT_METRICS | "project_metrics" |
3738
| PROJECT_METRICS_TIME_WINDOW | "project_metrics_time_window" |
3839
| PROJECT_METRICS_EVENTS_HISTORY | "project_metrics_events_history" |
@@ -58,6 +59,7 @@
5859
| UPDATE_SELF_SERVICE_VERIFICATION_RATE_LIMIT_TIER | "update_self_service_verification_rate_limit_tier" |
5960
| IDENTITIES_CREATE_RATE_LIMIT_TIER | "identities_create_rate_limit_tier" |
6061
| IDENTITIES_IMPORT_RATE_LIMIT_TIER | "identities_import_rate_limit_tier" |
62+
| FED_CM_PARAMETERS_RATE_LIMIT_TIER | "fed_cm_parameters_rate_limit_tier" |
6163
| DATA_LOCATION_REGIONAL | "data_location_regional" |
6264
| RATE_LIMIT_TIER | "rate_limit_tier" |
6365
| SESSION_RATE_LIMIT_TIER | "session_rate_limit_tier" |

docs/UpdateRecoveryFlowBody.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Update Recovery Flow Request Body
1616
|**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] |
1717
|**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] |
1818
|**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** | Set to \"previous\" to return to the previous screen. Used in RecoveryV2. | [optional] |
19+
|**screen** | **String** | Set to \"previous\" to go back in the flow, meaningfully. Used in RecoveryV2. | [optional] |
2020

2121

2222

docs/UpdateRecoveryFlowWithCodeMethod.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Update Recovery Flow with Code Method
1515
|**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] |
1616
|**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] |
1717
|**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** | Set to \"previous\" to return to the previous screen. Used in RecoveryV2. | [optional] |
18+
|**screen** | **String** | Set to \"previous\" to go back in the flow, meaningfully. Used in RecoveryV2. | [optional] |
1919
|**transientPayload** | **Object** | Transient data to pass along to any webhooks | [optional] |
2020

2121

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

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

0 commit comments

Comments
 (0)