Skip to content

Commit 3f09794

Browse files
committed
autogen: regenerate OpenAPI client for v1.22.42
Version: v1.22.42
1 parent 728145d commit 3f09794

391 files changed

Lines changed: 453 additions & 471 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.

.openapi-generator/FILES

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ docs/Message.md
200200
docs/MessageDispatch.md
201201
docs/MetadataApi.md
202202
docs/MetricsDatapoint.md
203-
docs/Money.md
204203
docs/Namespace.md
205204
docs/NeedsPrivilegedSessionError.md
206205
docs/NormalizedProject.md
@@ -590,7 +589,6 @@ src/models/message.rs
590589
src/models/message_dispatch.rs
591590
src/models/metrics_datapoint.rs
592591
src/models/mod.rs
593-
src/models/money.rs
594592
src/models/namespace.rs
595593
src/models/needs_privileged_session_error.rs
596594
src/models/normalized_project.rs

Cargo.lock

Lines changed: 5 additions & 5 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.41"
3+
version = "1.22.42"
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/BatchImportErrorCode.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
| BatchImportErrorAlreadyExists | BATCH_IMPORT_ERROR_ALREADY_EXISTS |
1010
| BatchImportErrorFailedPrecondition | BATCH_IMPORT_ERROR_FAILED_PRECONDITION |
1111
| BatchImportErrorInternal | BATCH_IMPORT_ERROR_INTERNAL |
12+
| BatchImportErrorResourceExhausted | BATCH_IMPORT_ERROR_RESOURCE_EXHAUSTED |
1213

1314

1415
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

docs/CreateProjectNormalizedPayload.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,15 @@ Name | Type | Description | Notes
2727
**hydra_oauth2_grant_jwt_iat_optional** | Option<**bool**> | Configures if the issued at (`iat`) claim is required in the JSON Web Token (JWT) Profile for OAuth 2.0 Client Authentication and Authorization Grants (RFC7523). If set to `false`, the `iat` claim is required. Set this value to `true` only after careful consideration. This governs the \"oauth2.grant.jwt.iat_optional\" setting. | [optional]
2828
**hydra_oauth2_grant_jwt_jti_optional** | Option<**bool**> | Configures if the JSON Web Token ID (`jti`) claim is required in the JSON Web Token (JWT) Profile for OAuth 2.0 Client Authentication and Authorization Grants (RFC7523). If set to `false`, the `jti` claim is required. Set this value to `true` only after careful consideration. This governs the \"oauth2.grant.jwt.jti_optional\" setting. | [optional]
2929
**hydra_oauth2_grant_jwt_max_ttl** | Option<**String**> | Configures what the maximum age of a JWT assertion used in the JSON Web Token (JWT) Profile for OAuth 2.0 Client Authentication and Authorization Grants (RFC7523) can be. This feature uses the `exp` claim and `iat` claim to calculate assertion age. Assertions exceeding the max age will be denied. Useful as a safety measure and recommended to keep below 720h. This governs the \"oauth2.grant.jwt.max_ttl\" setting. | [optional][default to 720h]
30-
**hydra_oauth2_grant_refresh_token_rotation_grace_period** | Option<**String**> | Configures the OAuth2 Grant Refresh Token Rotation Grace Period If set to `null` or `\"0s\"`, the graceful refresh token rotation is disabled. This governs the \"oauth2.grant.refresh_token_rotation_grace_period\" setting. | [optional]
30+
**hydra_oauth2_grant_refresh_token_rotation_grace_period** | Option<**String**> | Configures the OAuth2 Grant Refresh Token Rotation Grace Period If set to `null` or `\"0s\"`, the graceful refresh token rotation is disabled. This governs the \"oauth2.grant.refresh_token.rotation_grace_period\" setting. | [optional]
31+
**hydra_oauth2_grant_refresh_token_rotation_grace_reuse_count** | Option<**i64**> | Configures the OAuth2 Grant Refresh Token Rotation Grace Reuse Count. The maximum number of times a refresh token can be reused within the grace period. If set to `null` or `0`, the limit is disabled. This governs the \"oauth2.grant.refresh_token.rotation_grace_reuse_count\" setting. | [optional]
3132
**hydra_oauth2_mirror_top_level_claims** | Option<**bool**> | Set to false if you don't want to mirror custom claims under 'ext'. This governs the \"oauth2.mirror_top_level_claims\" setting. | [optional]
3233
**hydra_oauth2_pkce_enforced** | Option<**bool**> | Configures whether PKCE should be enforced for all OAuth2 Clients. This governs the \"oauth2.pkce.enforced\" setting. | [optional]
3334
**hydra_oauth2_pkce_enforced_for_public_clients** | Option<**bool**> | Configures whether PKCE should be enforced for OAuth2 Clients without a client secret (public clients). This governs the \"oauth2.pkce.enforced_for_public_clients\" setting. | [optional]
3435
**hydra_oauth2_preserve_ext_claims** | Option<**bool**> | Set to true to keep custom claims that are not promoted to the top level in the 'ext' claim. Only applies when mirror_top_level_claims is false. This governs the \"oauth2.preserve_ext_claims\" setting. | [optional]
3536
**hydra_oauth2_refresh_token_hook** | Option<**String**> | Sets the Refresh Token Hook Endpoint. If set this endpoint will be called during the OAuth2 Token Refresh grant update the OAuth2 Access Token claims. This governs the \"oauth2.refresh_token_hook\" setting. | [optional]
3637
**hydra_oauth2_token_hook** | Option<**String**> | Sets the token hook endpoint for all grant types. If set it will be called while providing token to customize claims. This governs the \"oauth2.token_hook.url\" setting. | [optional]
38+
**hydra_oauth2_token_prefix** | Option<**String**> | Sets a per-project Access Token, Refresh Token, and Authorization Code prefix. The literal \"%s\" is replaced at issuance time with the token kind: \"at\" (access token), \"rt\" (refresh token), or \"ac\" (authorization code). For example, \"acme_%s_\" yields \"acme_at_\", \"acme_rt_\", and \"acme_ac_\". Must be a fmt.Sprintf template with exactly one \"%s\" substitution. The rendered prefix may contain only ASCII letters, digits, and underscores — no other \"%\" directives (\"%d\", \"%%\", positional or width-flagged verbs), no hyphens, dots, slashes, whitespace, quotes, or non-ASCII characters. Leave empty to keep the default \"ory_%s_\" prefix. This is an Enterprise feature. This governs the \"oauth2.token_prefix\" setting. | [optional]
3739
**hydra_oidc_dynamic_client_registration_default_scope** | Option<**Vec<String>**> | The OpenID Connect Dynamic Client Registration specification has no concept of whitelisting OAuth 2.0 Scope. If you want to expose Dynamic Client Registration, you should set the default scope enabled for newly registered clients. Keep in mind that users can overwrite this default by setting the \"scope\" key in the registration payload, effectively disabling the concept of whitelisted scopes. This governs the \"oidc.dynamic_client_registration.default_scope\" setting. | [optional]
3840
**hydra_oidc_dynamic_client_registration_enabled** | Option<**bool**> | Configures OpenID Connect Dynamic Client Registration. This governs the \"oidc.dynamic_client_registration.enabled\" setting. | [optional]
3941
**hydra_oidc_subject_identifiers_pairwise_salt** | Option<**String**> | Configures OpenID Connect Discovery and overwrites the pairwise algorithm This governs the \"oidc.subject_identifiers.pairwise_salt\" setting. | [optional]

docs/GenericUsage.md

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

55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**additional_price** | [**models::Money**](Money.md) | |
7+
**additional_price** | **String** | |
88
**included_usage** | **i64** | IncludedUsage is the number of included items. |
99

1010
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

docs/Money.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

docs/NormalizedProjectRevision.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,15 @@ Name | Type | Description | Notes
2525
**hydra_oauth2_grant_jwt_iat_optional** | Option<**bool**> | Configures if the issued at (`iat`) claim is required in the JSON Web Token (JWT) Profile for OAuth 2.0 Client Authentication and Authorization Grants (RFC7523). If set to `false`, the `iat` claim is required. Set this value to `true` only after careful consideration. This governs the \"oauth2.grant.jwt.iat_optional\" setting. | [optional]
2626
**hydra_oauth2_grant_jwt_jti_optional** | Option<**bool**> | Configures if the JSON Web Token ID (`jti`) claim is required in the JSON Web Token (JWT) Profile for OAuth 2.0 Client Authentication and Authorization Grants (RFC7523). If set to `false`, the `jti` claim is required. Set this value to `true` only after careful consideration. This governs the \"oauth2.grant.jwt.jti_optional\" setting. | [optional]
2727
**hydra_oauth2_grant_jwt_max_ttl** | Option<**String**> | Configures what the maximum age of a JWT assertion used in the JSON Web Token (JWT) Profile for OAuth 2.0 Client Authentication and Authorization Grants (RFC7523) can be. This feature uses the `exp` claim and `iat` claim to calculate assertion age. Assertions exceeding the max age will be denied. Useful as a safety measure and recommended to keep below 720h. This governs the \"oauth2.grant.jwt.max_ttl\" setting. | [optional][default to 720h]
28-
**hydra_oauth2_grant_refresh_token_rotation_grace_period** | Option<**String**> | Configures the OAuth2 Grant Refresh Token Rotation Grace Period If set to `null` or `\"0s\"`, the graceful refresh token rotation is disabled. This governs the \"oauth2.grant.refresh_token_rotation_grace_period\" setting. | [optional]
28+
**hydra_oauth2_grant_refresh_token_rotation_grace_period** | Option<**String**> | Configures the OAuth2 Grant Refresh Token Rotation Grace Period If set to `null` or `\"0s\"`, the graceful refresh token rotation is disabled. This governs the \"oauth2.grant.refresh_token.rotation_grace_period\" setting. | [optional]
29+
**hydra_oauth2_grant_refresh_token_rotation_grace_reuse_count** | Option<**i64**> | Configures the OAuth2 Grant Refresh Token Rotation Grace Reuse Count. The maximum number of times a refresh token can be reused within the grace period. If set to `null` or `0`, the limit is disabled. This governs the \"oauth2.grant.refresh_token.rotation_grace_reuse_count\" setting. | [optional]
2930
**hydra_oauth2_mirror_top_level_claims** | Option<**bool**> | Set to false if you don't want to mirror custom claims under 'ext'. This governs the \"oauth2.mirror_top_level_claims\" setting. | [optional]
3031
**hydra_oauth2_pkce_enforced** | Option<**bool**> | Configures whether PKCE should be enforced for all OAuth2 Clients. This governs the \"oauth2.pkce.enforced\" setting. | [optional]
3132
**hydra_oauth2_pkce_enforced_for_public_clients** | Option<**bool**> | Configures whether PKCE should be enforced for OAuth2 Clients without a client secret (public clients). This governs the \"oauth2.pkce.enforced_for_public_clients\" setting. | [optional]
3233
**hydra_oauth2_preserve_ext_claims** | Option<**bool**> | Set to true to keep custom claims that are not promoted to the top level in the 'ext' claim. Only applies when mirror_top_level_claims is false. This governs the \"oauth2.preserve_ext_claims\" setting. | [optional]
3334
**hydra_oauth2_refresh_token_hook** | Option<**String**> | Sets the Refresh Token Hook Endpoint. If set this endpoint will be called during the OAuth2 Token Refresh grant update the OAuth2 Access Token claims. This governs the \"oauth2.refresh_token_hook\" setting. | [optional]
3435
**hydra_oauth2_token_hook** | Option<**String**> | Sets the token hook endpoint for all grant types. If set it will be called while providing token to customize claims. This governs the \"oauth2.token_hook.url\" setting. | [optional]
36+
**hydra_oauth2_token_prefix** | Option<**String**> | Sets a per-project Access Token, Refresh Token, and Authorization Code prefix. The literal \"%s\" is replaced at issuance time with the token kind: \"at\" (access token), \"rt\" (refresh token), or \"ac\" (authorization code). For example, \"acme_%s_\" yields \"acme_at_\", \"acme_rt_\", and \"acme_ac_\". Must be a fmt.Sprintf template with exactly one \"%s\" substitution. The rendered prefix may contain only ASCII letters, digits, and underscores — no other \"%\" directives (\"%d\", \"%%\", positional or width-flagged verbs), no hyphens, dots, slashes, whitespace, quotes, or non-ASCII characters. Leave empty to keep the default \"ory_%s_\" prefix. This is an Enterprise feature. This governs the \"oauth2.token_prefix\" setting. | [optional]
3537
**hydra_oidc_dynamic_client_registration_default_scope** | Option<**Vec<String>**> | The OpenID Connect Dynamic Client Registration specification has no concept of whitelisting OAuth 2.0 Scope. If you want to expose Dynamic Client Registration, you should set the default scope enabled for newly registered clients. Keep in mind that users can overwrite this default by setting the \"scope\" key in the registration payload, effectively disabling the concept of whitelisted scopes. This governs the \"oidc.dynamic_client_registration.default_scope\" setting. | [optional]
3638
**hydra_oidc_dynamic_client_registration_enabled** | Option<**bool**> | Configures OpenID Connect Dynamic Client Registration. This governs the \"oidc.dynamic_client_registration.enabled\" setting. | [optional]
3739
**hydra_oidc_subject_identifiers_pairwise_salt** | Option<**String**> | Configures OpenID Connect Discovery and overwrites the pairwise algorithm This governs the \"oidc.subject_identifiers.pairwise_salt\" setting. | [optional]

docs/PlanDetails.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ Name | Type | Description | Notes
88
**base_fee_yearly** | **i64** | BaseFeeYearly is the yearly base fee for the plan. |
99
**custom** | **bool** | Custom is true if the plan is custom. This means it will be hidden from the pricing page. |
1010
**description** | **String** | Description is the description of the plan. |
11-
**development_features** | [**std::collections::HashMap<String, models::GenericUsage>**](GenericUsage.md) | |
12-
**features** | [**std::collections::HashMap<String, models::GenericUsage>**](GenericUsage.md) | |
11+
**development_features** | [**std::collections::HashMap<String, models::Usage>**](Usage.md) | |
12+
**features** | [**std::collections::HashMap<String, models::Usage>**](Usage.md) | |
1313
**latest** | Option<**bool**> | Latest is true if the plan is the latest version of a plan and should be available for self-service usage. | [optional]
1414
**name** | **String** | Name is the name of the plan. |
15-
**production_features** | [**std::collections::HashMap<String, models::GenericUsage>**](GenericUsage.md) | |
16-
**staging_features** | [**std::collections::HashMap<String, models::GenericUsage>**](GenericUsage.md) | |
15+
**production_features** | [**std::collections::HashMap<String, models::Usage>**](Usage.md) | |
16+
**staging_features** | [**std::collections::HashMap<String, models::Usage>**](Usage.md) | |
1717
**version** | **i64** | Version is the version of the plan. The combination of `name@version` must be unique. |
1818
**yearly_only** | **bool** | YearlyOnly is true if the plan only supports yearly billing. |
1919

0 commit comments

Comments
 (0)