Skip to content

Commit 131b452

Browse files
committed
autogen: regenerate OpenAPI client for v1.22.8
Version: v1.22.8
1 parent fe026ea commit 131b452

File tree

316 files changed

+390
-399
lines changed

Some content is hidden

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

316 files changed

+390
-399
lines changed

Cargo.lock

Lines changed: 56 additions & 76 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ory-client"
3-
version = "1.22.7"
3+
version = "1.22.8"
44
authors = ["support@ory.sh"]
55
description = "OpenAPI API client for Ory Network, Ory's web-scale API for identity and access control."
66
license = "Apache-2.0"

docs/AccountExperienceConfiguration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**default_locale** | **String** | |
88
**default_redirect_url** | **String** | |
9+
**enabled_locales** | **Vec<String>** | |
910
**error_ui_url** | **String** | |
1011
**favicon_dark_url** | Option<**String**> | | [optional]
1112
**favicon_light_url** | Option<**String**> | | [optional]

docs/CreateProjectNormalizedPayload.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**account_experience_custom_translations** | Option<[**Vec<models::RevisionAccountExperienceCustomTranslation>**](RevisionAccountExperienceCustomTranslation.md)> | The Account Experience's Custom Translations Contains all Custom Translations for this project. | [optional]
88
**account_experience_default_locale** | Option<**String**> | Holds the default locale for the account experience. | [optional]
9+
**account_experience_enabled_locales** | Option<**Vec<String>**> | | [optional]
910
**account_experience_favicon_dark** | Option<**String**> | Holds the URL to the account experience's dark theme favicon (currently unused). | [optional]
1011
**account_experience_favicon_light** | Option<**String**> | Holds the URL to the account experience's favicon. | [optional]
1112
**account_experience_locale_behavior** | Option<**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
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**account_experience_custom_translations** | Option<[**Vec<models::RevisionAccountExperienceCustomTranslation>**](RevisionAccountExperienceCustomTranslation.md)> | The Account Experience's Custom Translations Contains all Custom Translations for this project. | [optional]
88
**account_experience_default_locale** | Option<**String**> | Holds the default locale for the account experience. | [optional]
9+
**account_experience_enabled_locales** | Option<**Vec<String>**> | | [optional]
910
**account_experience_favicon_dark** | Option<**String**> | Holds the URL to the account experience's dark theme favicon (currently unused). | [optional]
1011
**account_experience_favicon_light** | Option<**String**> | Holds the URL to the account experience's favicon. | [optional]
1112
**account_experience_locale_behavior** | Option<**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
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
77
**base_url** | **String** | |
88
**kratos_selfservice_methods_oidc_config_providers** | [**Vec<models::NormalizedProjectRevisionThirdPartyProvider>**](normalizedProjectRevisionThirdPartyProvider.md) | |
99
**kratos_selfservice_methods_saml_config_providers** | [**Vec<models::NormalizedProjectRevisionSamlProvider>**](normalizedProjectRevisionSAMLProvider.md) | |
10-
**organization_id** | Option<**String**> | Organization ID | [optional]
10+
**organization_id** | **String** | |
1111
**organization_label** | Option<**String**> | Organization Label | [optional]
1212
**proxy_acs_url** | Option<**String**> | Proxy ACS URL if overriding with a customer-controlled URL | [optional]
1313
**proxy_oidc_redirect_url** | Option<**String**> | Proxy OIDC Redirect URL if overriding with a customer-controlled URL | [optional]

0 commit comments

Comments
 (0)