Skip to content

Commit

Permalink
chore: regenerate OpenAPI client v1.15.12
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Nov 19, 2024
1 parent 60145df commit 62e90f4
Show file tree
Hide file tree
Showing 3,794 changed files with 5,297 additions and 24,981 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
4 changes: 2 additions & 2 deletions clients/client/dart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This document describes the APIs available in the Ory Network. The APIs are avai

This Dart package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: v1.15.10
- API version: v1.15.12
- Generator version: 7.7.0
- Build package: org.openapitools.codegen.languages.DartDioClientCodegen

Expand All @@ -38,7 +38,7 @@ This Dart package is automatically generated by the [OpenAPI Generator](https://
To use the package from [pub.dev](https://pub.dev), please include the following in pubspec.yaml
```yaml
dependencies:
ory_client: 1.15.10
ory_client: 1.15.12
```
### Github
Expand Down
1 change: 1 addition & 0 deletions clients/client/dart/doc/CreateProjectNormalizedPayload.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Name | Type | Description | Notes
**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]
**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]
**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']
**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]
**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]
**hydraOauth2PkceEnforced** | **bool** | Configures whether PKCE should be enforced for all OAuth2 Clients. This governs the \"oauth2.pkce.enforced\" setting. | [optional]
**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]
Expand Down
1 change: 1 addition & 0 deletions clients/client/dart/doc/NormalizedProjectRevision.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Name | Type | Description | Notes
**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]
**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]
**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']
**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]
**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]
**hydraOauth2PkceEnforced** | **bool** | Configures whether PKCE should be enforced for all OAuth2 Clients. This governs the \"oauth2.pkce.enforced\" setting. | [optional]
**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]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ part 'create_project_normalized_payload.g.dart';
/// * [hydraOauth2GrantJwtIatOptional] - 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.
/// * [hydraOauth2GrantJwtJtiOptional] - 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.
/// * [hydraOauth2GrantJwtMaxTtl] - 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.
/// * [hydraOauth2GrantRefreshTokenRotationGracePeriod] - 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.
/// * [hydraOauth2MirrorTopLevelClaims] - Set to false if you don't want to mirror custom claims under 'ext'. This governs the \"oauth2.mirror_top_level_claims\" setting.
/// * [hydraOauth2PkceEnforced] - Configures whether PKCE should be enforced for all OAuth2 Clients. This governs the \"oauth2.pkce.enforced\" setting.
/// * [hydraOauth2PkceEnforcedForPublicClients] - 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.
Expand Down Expand Up @@ -275,6 +276,10 @@ abstract class CreateProjectNormalizedPayload implements Built<CreateProjectNorm
@BuiltValueField(wireName: r'hydra_oauth2_grant_jwt_max_ttl')
String? get hydraOauth2GrantJwtMaxTtl;

/// 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.
@BuiltValueField(wireName: r'hydra_oauth2_grant_refresh_token_rotation_grace_period')
String? get hydraOauth2GrantRefreshTokenRotationGracePeriod;

/// Set to false if you don't want to mirror custom claims under 'ext'. This governs the \"oauth2.mirror_top_level_claims\" setting.
@BuiltValueField(wireName: r'hydra_oauth2_mirror_top_level_claims')
bool? get hydraOauth2MirrorTopLevelClaims;
Expand Down Expand Up @@ -1160,6 +1165,13 @@ class _$CreateProjectNormalizedPayloadSerializer implements PrimitiveSerializer<
specifiedType: const FullType(String),
);
}
if (object.hydraOauth2GrantRefreshTokenRotationGracePeriod != null) {
yield r'hydra_oauth2_grant_refresh_token_rotation_grace_period';
yield serializers.serialize(
object.hydraOauth2GrantRefreshTokenRotationGracePeriod,
specifiedType: const FullType(String),
);
}
if (object.hydraOauth2MirrorTopLevelClaims != null) {
yield r'hydra_oauth2_mirror_top_level_claims';
yield serializers.serialize(
Expand Down Expand Up @@ -2644,6 +2656,13 @@ class _$CreateProjectNormalizedPayloadSerializer implements PrimitiveSerializer<
) as String;
result.hydraOauth2GrantJwtMaxTtl = valueDes;
break;
case r'hydra_oauth2_grant_refresh_token_rotation_grace_period':
final valueDes = serializers.deserialize(
value,
specifiedType: const FullType(String),
) as String;
result.hydraOauth2GrantRefreshTokenRotationGracePeriod = valueDes;
break;
case r'hydra_oauth2_mirror_top_level_claims':
final valueDes = serializers.deserialize(
value,
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions clients/client/dart/lib/src/model/normalized_project_revision.dart
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ part 'normalized_project_revision.g.dart';
/// * [hydraOauth2GrantJwtIatOptional] - 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.
/// * [hydraOauth2GrantJwtJtiOptional] - 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.
/// * [hydraOauth2GrantJwtMaxTtl] - 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.
/// * [hydraOauth2GrantRefreshTokenRotationGracePeriod] - 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.
/// * [hydraOauth2MirrorTopLevelClaims] - Set to false if you don't want to mirror custom claims under 'ext'. This governs the \"oauth2.mirror_top_level_claims\" setting.
/// * [hydraOauth2PkceEnforced] - Configures whether PKCE should be enforced for all OAuth2 Clients. This governs the \"oauth2.pkce.enforced\" setting.
/// * [hydraOauth2PkceEnforcedForPublicClients] - 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.
Expand Down Expand Up @@ -262,6 +263,10 @@ abstract class NormalizedProjectRevision implements Built<NormalizedProjectRevis
@BuiltValueField(wireName: r'hydra_oauth2_grant_jwt_max_ttl')
String? get hydraOauth2GrantJwtMaxTtl;

/// 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.
@BuiltValueField(wireName: r'hydra_oauth2_grant_refresh_token_rotation_grace_period')
String? get hydraOauth2GrantRefreshTokenRotationGracePeriod;

/// Set to false if you don't want to mirror custom claims under 'ext'. This governs the \"oauth2.mirror_top_level_claims\" setting.
@BuiltValueField(wireName: r'hydra_oauth2_mirror_top_level_claims')
bool? get hydraOauth2MirrorTopLevelClaims;
Expand Down Expand Up @@ -1132,6 +1137,13 @@ class _$NormalizedProjectRevisionSerializer implements PrimitiveSerializer<Norma
specifiedType: const FullType(String),
);
}
if (object.hydraOauth2GrantRefreshTokenRotationGracePeriod != null) {
yield r'hydra_oauth2_grant_refresh_token_rotation_grace_period';
yield serializers.serialize(
object.hydraOauth2GrantRefreshTokenRotationGracePeriod,
specifiedType: const FullType(String),
);
}
if (object.hydraOauth2MirrorTopLevelClaims != null) {
yield r'hydra_oauth2_mirror_top_level_claims';
yield serializers.serialize(
Expand Down Expand Up @@ -2595,6 +2607,13 @@ class _$NormalizedProjectRevisionSerializer implements PrimitiveSerializer<Norma
) as String;
result.hydraOauth2GrantJwtMaxTtl = valueDes;
break;
case r'hydra_oauth2_grant_refresh_token_rotation_grace_period':
final valueDes = serializers.deserialize(
value,
specifiedType: const FullType(String),
) as String;
result.hydraOauth2GrantRefreshTokenRotationGracePeriod = valueDes;
break;
case r'hydra_oauth2_mirror_top_level_claims':
final valueDes = serializers.deserialize(
value,
Expand Down
Loading

0 comments on commit 62e90f4

Please sign in to comment.