Skip to content

Commit 29613ba

Browse files
committed
autogen: regenerate OpenAPI client for v1.22.42
Version: v1.22.42
1 parent 90f306b commit 29613ba

771 files changed

Lines changed: 1054 additions & 1422 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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ docs/Model/Message.md
209209
docs/Model/MessageDispatch.md
210210
docs/Model/MetricsDatapoint.md
211211
docs/Model/ModelNamespace.md
212-
docs/Model/Money.md
213212
docs/Model/NeedsPrivilegedSessionError.md
214213
docs/Model/NormalizedProject.md
215214
docs/Model/NormalizedProjectRevision.md
@@ -593,7 +592,6 @@ lib/Model/MessageDispatch.php
593592
lib/Model/MetricsDatapoint.php
594593
lib/Model/ModelInterface.php
595594
lib/Model/ModelNamespace.php
596-
lib/Model/Money.php
597595
lib/Model/NeedsPrivilegedSessionError.php
598596
lib/Model/NormalizedProject.php
599597
lib/Model/NormalizedProjectRevision.php
@@ -973,7 +971,6 @@ test/Model/MessageDispatchTest.php
973971
test/Model/MessageTest.php
974972
test/Model/MetricsDatapointTest.php
975973
test/Model/ModelNamespaceTest.php
976-
test/Model/MoneyTest.php
977974
test/Model/NeedsPrivilegedSessionErrorTest.php
978975
test/Model/NormalizedProjectRevisionCourierChannelTest.php
979976
test/Model/NormalizedProjectRevisionHookTest.php

composer.lock

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

docs/Model/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
**hydraOauth2GrantJwtIatOptional** | **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
**hydraOauth2GrantJwtJtiOptional** | **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
**hydraOauth2GrantJwtMaxTtl** | **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-
**hydraOauth2GrantRefreshTokenRotationGracePeriod** | **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+
**hydraOauth2GrantRefreshTokenRotationGracePeriod** | **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+
**hydraOauth2GrantRefreshTokenRotationGraceReuseCount** | **int** | 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
**hydraOauth2MirrorTopLevelClaims** | **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
**hydraOauth2PkceEnforced** | **bool** | Configures whether PKCE should be enforced for all OAuth2 Clients. This governs the \"oauth2.pkce.enforced\" setting. | [optional]
3334
**hydraOauth2PkceEnforcedForPublicClients** | **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
**hydraOauth2PreserveExtClaims** | **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
**hydraOauth2RefreshTokenHook** | **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
**hydraOauth2TokenHook** | **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+
**hydraOauth2TokenPrefix** | **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
**hydraOidcDynamicClientRegistrationDefaultScope** | **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
**hydraOidcDynamicClientRegistrationEnabled** | **bool** | Configures OpenID Connect Dynamic Client Registration. This governs the \"oidc.dynamic_client_registration.enabled\" setting. | [optional]
3941
**hydraOidcSubjectIdentifiersPairwiseSalt** | **string** | Configures OpenID Connect Discovery and overwrites the pairwise algorithm This governs the \"oidc.subject_identifiers.pairwise_salt\" setting. | [optional]

docs/Model/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-
**additionalPrice** | [**\Ory\Client\Model\Money**](Money.md) | |
7+
**additionalPrice** | **string** | |
88
**includedUsage** | **int** | IncludedUsage is the number of included items. |
99

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

docs/Model/Money.md

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

docs/Model/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
**hydraOauth2GrantJwtIatOptional** | **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
**hydraOauth2GrantJwtJtiOptional** | **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
**hydraOauth2GrantJwtMaxTtl** | **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-
**hydraOauth2GrantRefreshTokenRotationGracePeriod** | **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+
**hydraOauth2GrantRefreshTokenRotationGracePeriod** | **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+
**hydraOauth2GrantRefreshTokenRotationGraceReuseCount** | **int** | 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
**hydraOauth2MirrorTopLevelClaims** | **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
**hydraOauth2PkceEnforced** | **bool** | Configures whether PKCE should be enforced for all OAuth2 Clients. This governs the \"oauth2.pkce.enforced\" setting. | [optional]
3132
**hydraOauth2PkceEnforcedForPublicClients** | **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
**hydraOauth2PreserveExtClaims** | **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
**hydraOauth2RefreshTokenHook** | **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
**hydraOauth2TokenHook** | **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+
**hydraOauth2TokenPrefix** | **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
**hydraOidcDynamicClientRegistrationDefaultScope** | **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
**hydraOidcDynamicClientRegistrationEnabled** | **bool** | Configures OpenID Connect Dynamic Client Registration. This governs the \"oidc.dynamic_client_registration.enabled\" setting. | [optional]
3739
**hydraOidcSubjectIdentifiersPairwiseSalt** | **string** | Configures OpenID Connect Discovery and overwrites the pairwise algorithm This governs the \"oidc.subject_identifiers.pairwise_salt\" setting. | [optional]

docs/Model/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
**baseFeeYearly** | **int** | 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-
**developmentFeatures** | [**array<string,\Ory\Client\Model\GenericUsage>**](GenericUsage.md) | |
12-
**features** | [**array<string,\Ory\Client\Model\GenericUsage>**](GenericUsage.md) | |
11+
**developmentFeatures** | [**array<string,\Ory\Client\Model\Usage>**](Usage.md) | |
12+
**features** | [**array<string,\Ory\Client\Model\Usage>**](Usage.md) | |
1313
**latest** | **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-
**productionFeatures** | [**array<string,\Ory\Client\Model\GenericUsage>**](GenericUsage.md) | |
16-
**stagingFeatures** | [**array<string,\Ory\Client\Model\GenericUsage>**](GenericUsage.md) | |
15+
**productionFeatures** | [**array<string,\Ory\Client\Model\Usage>**](Usage.md) | |
16+
**stagingFeatures** | [**array<string,\Ory\Client\Model\Usage>**](Usage.md) | |
1717
**version** | **int** | Version is the version of the plan. The combination of &#x60;name@version&#x60; must be unique. |
1818
**yearlyOnly** | **bool** | YearlyOnly is true if the plan only supports yearly billing. |
1919

0 commit comments

Comments
 (0)