Skip to content

Commit 23070b1

Browse files
committed
autogen: regenerate OpenAPI client for v1.22.38
Version: v1.22.38
1 parent 8ba783e commit 23070b1

345 files changed

Lines changed: 645 additions & 379 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.

Cargo.lock

Lines changed: 29 additions & 30 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.37"
3+
version = "1.22.38"
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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Name | Type | Description | Notes
1010
**error_ui_url** | **String** | |
1111
**favicon_dark_url** | Option<**String**> | | [optional]
1212
**favicon_light_url** | Option<**String**> | | [optional]
13+
**hide_ory_branding** | **bool** | |
14+
**hide_registration_link** | **bool** | |
1315
**locale_behavior** | **String** | force_default AccountExperienceLocaleBehaviorForceDefault respect_accept_language AccountExperienceLocaleBehaviorRespectAcceptLanguage |
1416
**login_ui_url** | **String** | |
1517
**logo_dark_url** | Option<**String**> | | [optional]

docs/BasicOrganization.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7+
**default_region** | Option<**String**> | DefaultRegion sets the default region for identities provisioned into this organization, when the identity does not specify a region explictly. eu-central EUCentral asia-northeast AsiaNorthEast us-east USEast us-west USWest eu EU asia Asia us US global Global | [optional]
78
**domains** | **Vec<String>** | The list of organization's domains. |
89
**id** | **String** | The organization's ID. |
910
**label** | **String** | The organization's human-readable label. |

docs/CreateIdentityBody.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Name | Type | Description | Notes
1010
**metadata_public** | Option<[**serde_json::Value**](.md)> | Store metadata about the identity which the identity itself can see when calling for example the session endpoint. Do not store sensitive information (e.g. credit score) about the identity in this field. | [optional]
1111
**organization_id** | Option<**String**> | | [optional]
1212
**recovery_addresses** | Option<[**Vec<models::RecoveryIdentityAddress>**](recoveryIdentityAddress.md)> | RecoveryAddresses contains all the addresses that can be used to recover an identity. Use this structure to import recovery addresses for an identity. Please keep in mind that the address needs to be represented in the Identity Schema or this field will be overwritten on the next identity update. | [optional]
13+
**region** | Option<**String**> | Region is the Ory Network region this identity will be created in. Optional; defaults to the project home region if omitted. Only effective on the Ory Network. eu-central EUCentral asia-northeast AsiaNorthEast us-east USEast us-west USWest eu EU asia Asia us US global Global | [optional]
1314
**schema_id** | **String** | SchemaID is the ID of the JSON Schema to be used for validating the identity's traits. |
1415
**state** | Option<**String**> | State is the identity's state. active StateActive inactive StateInactive | [optional]
1516
**traits** | [**serde_json::Value**](.md) | Traits represent an identity's traits. The identity is able to create, modify, and delete traits in a self-service manner. The input will always be validated against the JSON Schema defined in `schema_url`. |

docs/CreateProjectBody.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**environment** | **String** | The environment of the project. prod Production stage Staging dev Development |
8-
**home_region** | Option<**String**> | Home Region The home region of the project. This is the region where the project will be created. eu-central EUCentral asia-northeast AsiaNorthEast us-east USEast us-west USWest us US global Global | [optional]
8+
**home_region** | Option<**String**> | Home Region The home region of the project. This is the region where the project will be created. eu-central EUCentral asia-northeast AsiaNorthEast us-east USEast us-west USWest eu EU asia Asia us US global Global | [optional]
99
**name** | **String** | The name of the project to be created |
1010
**workspace_id** | Option<**String**> | The workspace to create the project in. | [optional]
1111

docs/CreateProjectNormalizedPayload.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Name | Type | Description | Notes
99
**account_experience_enabled_locales** | Option<**Vec<String>**> | The Account Experience's Enabled Locales This governs the locales that are available in the account experience. This governs the \"enabled_locales\" setting. | [optional]
1010
**account_experience_favicon_dark** | Option<**String**> | Holds the URL to the account experience's dark theme favicon (currently unused). This governs the \"favicon_dark\" setting. | [optional]
1111
**account_experience_favicon_light** | Option<**String**> | Holds the URL to the account experience's favicon. This governs the \"favicon_light\" setting. | [optional]
12+
**account_experience_hide_ory_branding** | Option<**bool**> | Whether to hide the Ory branding badge on the account experience. This governs the \"hide_ory_branding\" setting. | [optional]
13+
**account_experience_hide_registration_link** | Option<**bool**> | Whether to hide the registration link on the account experience login card. This governs the \"hide_registration_link\" setting. | [optional]
1214
**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. This governs the \"locale_behavior\" setting. | [optional]
1315
**account_experience_logo_dark** | Option<**String**> | Holds the URL to the account experience's dark theme logo (currently unused). This governs the \"logo_dark\" setting. | [optional]
1416
**account_experience_logo_light** | Option<**String**> | Holds the URL to the account experience's logo. This governs the \"logo_light\" setting. | [optional]
@@ -18,7 +20,7 @@ Name | Type | Description | Notes
1820
**disable_account_experience_welcome_screen** | Option<**bool**> | Whether to disable the account experience welcome screen, which is hosted under `/ui/welcome`. This governs the \"disable_welcome_screen\" setting. | [optional]
1921
**enable_ax_v2** | Option<**bool**> | Whether the new account experience is enabled and reachable. This governs the \"enable_ax_v2\" setting. | [optional]
2022
**environment** | **String** | prod Production stage Staging dev Development |
21-
**home_region** | Option<**String**> | eu-central EUCentral asia-northeast AsiaNorthEast us-east USEast us-west USWest us US global Global | [optional]
23+
**home_region** | Option<**String**> | eu-central EUCentral asia-northeast AsiaNorthEast us-east USEast us-west USWest eu EU asia Asia us US global Global | [optional]
2224
**hydra_oauth2_allowed_top_level_claims** | Option<**Vec<String>**> | A list of custom claims which are allowed to be added top level to the Access Token. They cannot override reserved claims. This governs the \"oauth2.allowed_top_level_claims\" setting. | [optional]
2325
**hydra_oauth2_client_credentials_default_grant_allowed_scope** | Option<**bool**> | Automatically grant authorized OAuth2 Scope in OAuth2 Client Credentials Flow. Each OAuth2 Client is allowed to request a predefined OAuth2 Scope (for example `read write`). If this option is enabled, the full scope is automatically granted when performing the OAuth2 Client Credentials flow. If disabled, the OAuth2 Client has to request the scope in the OAuth2 request by providing the `scope` query parameter. Setting this option to true is common if you need compatibility with MITREid. This governs the \"oauth2.client_credentials.default_grant_allowed_scope\" setting. | [optional]
2426
**hydra_oauth2_exclude_not_before_claim** | Option<**bool**> | Set to true if you want to exclude claim `nbf (not before)` part of access token. This governs the \"oauth2.exclude_not_before_claim\" setting. | [optional]

docs/Identity.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Name | Type | Description | Notes
1212
**metadata_public** | Option<[**serde_json::Value**](.md)> | NullJSONRawMessage represents a json.RawMessage that works well with JSON, SQL, and Swagger and is NULLable- | [optional]
1313
**organization_id** | Option<**String**> | | [optional]
1414
**recovery_addresses** | Option<[**Vec<models::RecoveryIdentityAddress>**](recoveryIdentityAddress.md)> | RecoveryAddresses contains all the addresses that can be used to recover an identity. | [optional]
15+
**region** | Option<**String**> | Region is the Ory Network region this identity is homed in. Set by the multi-region persister; empty on OSS and single-region deployments. eu-central EUCentral asia-northeast AsiaNorthEast us-east USEast us-west USWest eu EU asia Asia us US global Global | [optional]
1516
**schema_id** | **String** | SchemaID is the ID of the JSON Schema to be used for validating the identity's traits. |
1617
**schema_url** | **String** | SchemaURL is the URL of the endpoint where the identity's traits schema can be fetched from. format: url |
1718
**state** | Option<**String**> | State is the identity's state. This value has currently no effect. active StateActive inactive StateInactive | [optional]

docs/NormalizedProject.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
77
**created_at** | **String** | The Project's Creation Date | [readonly]
88
**current_revision** | [**models::NormalizedProjectRevision**](normalizedProjectRevision.md) | |
99
**environment** | **String** | The environment of the project. prod Production stage Staging dev Development |
10-
**home_region** | **String** | The project's data home region. eu-central EUCentral asia-northeast AsiaNorthEast us-east USEast us-west USWest us US global Global | [readonly]
10+
**home_region** | **String** | The project's data home region. eu-central EUCentral asia-northeast AsiaNorthEast us-east USEast us-west USWest eu EU asia Asia us US global Global | [readonly]
1111
**hosts** | **Vec<String>** | The FQDN hostnames this project listens on |
1212
**id** | **String** | The project's ID. | [readonly]
1313
**slug** | **String** | The project's slug | [readonly]

docs/NormalizedProjectRevision.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Name | Type | Description | Notes
99
**account_experience_enabled_locales** | Option<**Vec<String>**> | The Account Experience's Enabled Locales This governs the locales that are available in the account experience. This governs the \"enabled_locales\" setting. | [optional]
1010
**account_experience_favicon_dark** | Option<**String**> | Holds the URL to the account experience's dark theme favicon (currently unused). This governs the \"favicon_dark\" setting. | [optional]
1111
**account_experience_favicon_light** | Option<**String**> | Holds the URL to the account experience's favicon. This governs the \"favicon_light\" setting. | [optional]
12+
**account_experience_hide_ory_branding** | Option<**bool**> | Whether to hide the Ory branding badge on the account experience. This governs the \"hide_ory_branding\" setting. | [optional]
13+
**account_experience_hide_registration_link** | Option<**bool**> | Whether to hide the registration link on the account experience login card. This governs the \"hide_registration_link\" setting. | [optional]
1214
**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. This governs the \"locale_behavior\" setting. | [optional]
1315
**account_experience_logo_dark** | Option<**String**> | Holds the URL to the account experience's dark theme logo (currently unused). This governs the \"logo_dark\" setting. | [optional]
1416
**account_experience_logo_light** | Option<**String**> | Holds the URL to the account experience's logo. This governs the \"logo_light\" setting. | [optional]

0 commit comments

Comments
 (0)