Skip to content

Commit da2a8ce

Browse files
committed
autogen: regenerate OpenAPI client for v1.22.8
Version: v1.22.8
1 parent 842e0f5 commit da2a8ce

File tree

644 files changed

+1110
-950
lines changed

Some content is hidden

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

644 files changed

+1110
-950
lines changed

api/openapi.yaml

Lines changed: 19 additions & 3 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.7
42+
version: v1.22.8
4343
servers:
4444
- url: "https://{project_slug}.projects.oryapis.com/"
4545
variables:
@@ -9378,6 +9378,12 @@ components:
93789378
account_experience_default_locale:
93799379
description: Holds the default locale for the account experience.
93809380
type: string
9381+
account_experience_enabled_locales:
9382+
items:
9383+
type: string
9384+
title: "StringSliceJSONFormat represents []string{} which is encoded to/from\
9385+
\ JSON for SQL storage."
9386+
type: array
93819387
account_experience_favicon_dark:
93829388
description: Holds the URL to the account experience's dark theme favicon
93839389
(currently unused).
@@ -11749,6 +11755,10 @@ components:
1174911755
type: string
1175011756
default_redirect_url:
1175111757
type: string
11758+
enabled_locales:
11759+
items:
11760+
type: string
11761+
type: array
1175211762
error_ui_url:
1175311763
type: string
1175411764
favicon_dark_url:
@@ -11798,6 +11808,7 @@ components:
1179811808
required:
1179911809
- default_locale
1180011810
- default_redirect_url
11811+
- enabled_locales
1180111812
- error_ui_url
1180211813
- locale_behavior
1180311814
- login_ui_url
@@ -15343,6 +15354,12 @@ components:
1534315354
account_experience_default_locale:
1534415355
description: Holds the default locale for the account experience.
1534515356
type: string
15357+
account_experience_enabled_locales:
15358+
items:
15359+
type: string
15360+
title: "StringSliceJSONFormat represents []string{} which is encoded to/from\
15361+
\ JSON for SQL storage."
15362+
type: array
1534615363
account_experience_favicon_dark:
1534715364
description: Holds the URL to the account experience's dark theme favicon
1534815365
(currently unused).
@@ -19232,7 +19249,6 @@ components:
1923219249
$ref: '#/components/schemas/normalizedProjectRevisionSAMLProvider'
1923319250
type: array
1923419251
organization_id:
19235-
description: Organization ID
1923619252
format: uuid
1923719253
type: string
1923819254
organization_label:
@@ -19268,6 +19284,7 @@ components:
1926819284
- base_url
1926919285
- kratos_selfservice_methods_oidc_config_providers
1927019286
- kratos_selfservice_methods_saml_config_providers
19287+
- organization_id
1927119288
- revision_id
1927219289
- scim_clients
1927319290
- scim_enabled
@@ -20651,7 +20668,6 @@ components:
2065120668
limitation in the SQL Schema.
2065220669
type: string
2065320670
required:
20654-
- id
2065520671
- value
2065620672
- via
2065720673
type: object

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

docs/AccountExperienceConfiguration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
|------------ | ------------- | ------------- | -------------|
1010
|**defaultLocale** | **String** | | |
1111
|**defaultRedirectUrl** | **String** | | |
12+
|**enabledLocales** | **List<String>** | | |
1213
|**errorUiUrl** | **String** | | |
1314
|**faviconDarkUrl** | **String** | | [optional] |
1415
|**faviconLightUrl** | **String** | | [optional] |

docs/CreateProjectNormalizedPayload.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Create project (normalized) request payload
1010
|------------ | ------------- | ------------- | -------------|
1111
|**accountExperienceCustomTranslations** | [**List<RevisionAccountExperienceCustomTranslation>**](RevisionAccountExperienceCustomTranslation.md) | The Account Experience's Custom Translations Contains all Custom Translations for this project. | [optional] |
1212
|**accountExperienceDefaultLocale** | **String** | Holds the default locale for the account experience. | [optional] |
13+
|**accountExperienceEnabledLocales** | **List<String>** | | [optional] |
1314
|**accountExperienceFaviconDark** | **String** | Holds the URL to the account experience's dark theme favicon (currently unused). | [optional] |
1415
|**accountExperienceFaviconLight** | **String** | Holds the URL to the account experience's favicon. | [optional] |
1516
|**accountExperienceLocaleBehavior** | **String** | Holds the URL to the account experience's language behavior. Can be one of: `respect_accept_language`: Respect the `Accept-Language` header. `force_default`: Force the default language. | [optional] |

docs/NormalizedProjectRevision.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
|------------ | ------------- | ------------- | -------------|
1010
|**accountExperienceCustomTranslations** | [**List<RevisionAccountExperienceCustomTranslation>**](RevisionAccountExperienceCustomTranslation.md) | The Account Experience's Custom Translations Contains all Custom Translations for this project. | [optional] |
1111
|**accountExperienceDefaultLocale** | **String** | Holds the default locale for the account experience. | [optional] |
12+
|**accountExperienceEnabledLocales** | **List<String>** | | [optional] |
1213
|**accountExperienceFaviconDark** | **String** | Holds the URL to the account experience's dark theme favicon (currently unused). | [optional] |
1314
|**accountExperienceFaviconLight** | **String** | Holds the URL to the account experience's favicon. | [optional] |
1415
|**accountExperienceLocaleBehavior** | **String** | Holds the URL to the account experience's language behavior. Can be one of: `respect_accept_language`: Respect the `Accept-Language` header. `force_default`: Force the default language. | [optional] |

docs/OnboardingPortalOrganization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
|**baseUrl** | **String** | | |
1111
|**kratosSelfserviceMethodsOidcConfigProviders** | [**List<NormalizedProjectRevisionThirdPartyProvider>**](NormalizedProjectRevisionThirdPartyProvider.md) | | |
1212
|**kratosSelfserviceMethodsSamlConfigProviders** | [**List<NormalizedProjectRevisionSAMLProvider>**](NormalizedProjectRevisionSAMLProvider.md) | | |
13-
|**organizationId** | **String** | Organization ID | [optional] |
13+
|**organizationId** | **String** | | |
1414
|**organizationLabel** | **String** | Organization Label | [optional] |
1515
|**proxyAcsUrl** | **String** | Proxy ACS URL if overriding with a customer-controlled URL | [optional] |
1616
|**proxyOidcRedirectUrl** | **String** | Proxy OIDC Redirect URL if overriding with a customer-controlled URL | [optional] |

docs/RecoveryIdentityAddress.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
| Name | Type | Description | Notes |
99
|------------ | ------------- | ------------- | -------------|
1010
|**createdAt** | **OffsetDateTime** | CreatedAt is a helper struct field for gobuffalo.pop. | [optional] |
11-
|**id** | **String** | | |
11+
|**id** | **String** | | [optional] |
1212
|**updatedAt** | **OffsetDateTime** | UpdatedAt is a helper struct field for gobuffalo.pop. | [optional] |
1313
|**value** | **String** | | |
1414
|**via** | **String** | | |

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

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

0 commit comments

Comments
 (0)