Skip to content

Commit

Permalink
chore: regenerate OpenAPI client v1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Feb 19, 2024
1 parent 30e837d commit aed94d1
Show file tree
Hide file tree
Showing 3,434 changed files with 15,582 additions and 26,946 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
9 changes: 6 additions & 3 deletions clients/client/dart/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,11 @@ doc/CreateRecoveryCodeForIdentityBody.md
doc/CreateRecoveryLinkForIdentityBody.md
doc/CreateRelationshipBody.md
doc/CreateSubscriptionBody.md
doc/CreateSubscriptionCommon.md
doc/CreateVerifiableCredentialRequestBody.md
doc/CreateWorkspaceMemberInviteBody.md
doc/CreateWorkspacePayload.md
doc/CreateWorkspaceSubscriptionBody.md
doc/CredentialSupportedDraft00.md
doc/CustomDomain.md
doc/DeleteMySessionsCount.md
Expand Down Expand Up @@ -198,7 +200,6 @@ doc/SetProjectBrandingThemeBody.md
doc/SettingsFlow.md
doc/SettingsFlowState.md
doc/SourcePosition.md
doc/StripeCustomer.md
doc/SubjectSet.md
doc/Subscription.md
doc/SuccessfulCodeExchangeResponse.md
Expand Down Expand Up @@ -319,9 +320,11 @@ lib/src/model/create_recovery_code_for_identity_body.dart
lib/src/model/create_recovery_link_for_identity_body.dart
lib/src/model/create_relationship_body.dart
lib/src/model/create_subscription_body.dart
lib/src/model/create_subscription_common.dart
lib/src/model/create_verifiable_credential_request_body.dart
lib/src/model/create_workspace_member_invite_body.dart
lib/src/model/create_workspace_payload.dart
lib/src/model/create_workspace_subscription_body.dart
lib/src/model/credential_supported_draft00.dart
lib/src/model/custom_domain.dart
lib/src/model/date.dart
Expand Down Expand Up @@ -468,7 +471,6 @@ lib/src/model/set_project_branding_theme_body.dart
lib/src/model/settings_flow.dart
lib/src/model/settings_flow_state.dart
lib/src/model/source_position.dart
lib/src/model/stripe_customer.dart
lib/src/model/subject_set.dart
lib/src/model/subscription.dart
lib/src/model/successful_code_exchange_response.dart
Expand Down Expand Up @@ -570,9 +572,11 @@ test/create_recovery_code_for_identity_body_test.dart
test/create_recovery_link_for_identity_body_test.dart
test/create_relationship_body_test.dart
test/create_subscription_body_test.dart
test/create_subscription_common_test.dart
test/create_verifiable_credential_request_body_test.dart
test/create_workspace_member_invite_body_test.dart
test/create_workspace_payload_test.dart
test/create_workspace_subscription_body_test.dart
test/credential_supported_draft00_test.dart
test/custom_domain_test.dart
test/delete_my_sessions_count_test.dart
Expand Down Expand Up @@ -728,7 +732,6 @@ test/set_project_test.dart
test/settings_flow_state_test.dart
test/settings_flow_test.dart
test/source_position_test.dart
test/stripe_customer_test.dart
test/subject_set_test.dart
test/subscription_test.dart
test/successful_code_exchange_response_test.dart
Expand Down
7 changes: 4 additions & 3 deletions clients/client/dart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ with a valid Personal Access Token. Public APIs are mostly used in browsers.

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

- API version: v1.6.1
- API version: v1.6.2
- Build package: org.openapitools.codegen.languages.DartDioClientCodegen

## Requirements
Expand All @@ -19,7 +19,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.6.1
ory_client: 1.6.2
```
### Github
Expand Down Expand Up @@ -238,9 +238,11 @@ Class | Method | HTTP request | Description
- [CreateRecoveryLinkForIdentityBody](doc/CreateRecoveryLinkForIdentityBody.md)
- [CreateRelationshipBody](doc/CreateRelationshipBody.md)
- [CreateSubscriptionBody](doc/CreateSubscriptionBody.md)
- [CreateSubscriptionCommon](doc/CreateSubscriptionCommon.md)
- [CreateVerifiableCredentialRequestBody](doc/CreateVerifiableCredentialRequestBody.md)
- [CreateWorkspaceMemberInviteBody](doc/CreateWorkspaceMemberInviteBody.md)
- [CreateWorkspacePayload](doc/CreateWorkspacePayload.md)
- [CreateWorkspaceSubscriptionBody](doc/CreateWorkspaceSubscriptionBody.md)
- [CredentialSupportedDraft00](doc/CredentialSupportedDraft00.md)
- [CustomDomain](doc/CustomDomain.md)
- [DeleteMySessionsCount](doc/DeleteMySessionsCount.md)
Expand Down Expand Up @@ -386,7 +388,6 @@ Class | Method | HTTP request | Description
- [SettingsFlow](doc/SettingsFlow.md)
- [SettingsFlowState](doc/SettingsFlowState.md)
- [SourcePosition](doc/SourcePosition.md)
- [StripeCustomer](doc/StripeCustomer.md)
- [SubjectSet](doc/SubjectSet.md)
- [Subscription](doc/Subscription.md)
- [SuccessfulCodeExchangeResponse](doc/SuccessfulCodeExchangeResponse.md)
Expand Down
1 change: 1 addition & 0 deletions clients/client/dart/doc/AcceptOAuth2ConsentRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import 'package:ory_client/api.dart';
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**context** | [**JsonObject**](.md) | | [optional]
**grantAccessTokenAudience** | **BuiltList<String>** | | [optional]
**grantScope** | **BuiltList<String>** | | [optional]
**handledAt** | [**DateTime**](DateTime.md) | | [optional]
Expand Down
1 change: 1 addition & 0 deletions clients/client/dart/doc/CreateProjectBody.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import 'package:ory_client/api.dart';
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**environment** | **String** | The environment of the project. prod Production dev Development |
**name** | **String** | The name of the project to be created |
**workspaceId** | **String** | | [optional]

Expand Down
2 changes: 2 additions & 0 deletions clients/client/dart/doc/CreateProjectNormalizedPayload.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**createdAt** | [**DateTime**](DateTime.md) | The Project's Revision Creation Date | [optional]
**disableAccountExperienceWelcomeScreen** | **bool** | Whether to disable the account experience welcome screen, which is hosted under `/ui/welcome`. | [optional]
**environment** | **String** | prod Production dev Development |
**hydraOauth2AllowedTopLevelClaims** | **BuiltList<String>** | | [optional]
**hydraOauth2ClientCredentialsDefaultGrantAllowedScope** | **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]
**hydraOauth2ExcludeNotBeforeClaim** | **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]
**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']
**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]
**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]
Expand Down
3 changes: 1 addition & 2 deletions clients/client/dart/doc/CreateSubscriptionBody.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ Name | Type | Description | Notes
**currency** | **String** | usd USD eur Euro | [optional]
**interval** | **String** | monthly Monthly yearly Yearly |
**plan** | **String** | |
**provisionFirstProject** | **String** | | [optional]
**provisionFirstProject** | **String** | |
**returnTo** | **String** | | [optional]
**workspace** | **String** | | [optional]

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

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ory_client.model.StripeCustomer
# ory_client.model.CreateSubscriptionCommon

## Load the model package
```dart
Expand All @@ -8,7 +8,10 @@ import 'package:ory_client/api.dart';
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | | [optional]
**currency** | **String** | usd USD eur Euro | [optional]
**interval** | **String** | monthly Monthly yearly Yearly |
**plan** | **String** | |
**returnTo** | **String** | | [optional]

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

Expand Down
18 changes: 18 additions & 0 deletions clients/client/dart/doc/CreateWorkspaceSubscriptionBody.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# ory_client.model.CreateWorkspaceSubscriptionBody

## Load the model package
```dart
import 'package:ory_client/api.dart';
```

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**currency** | **String** | usd USD eur Euro | [optional]
**interval** | **String** | monthly Monthly yearly Yearly |
**plan** | **String** | |
**returnTo** | **String** | | [optional]

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


1 change: 1 addition & 0 deletions clients/client/dart/doc/NormalizedProjectRevision.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,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']
**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]
**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]
Expand Down
1 change: 1 addition & 0 deletions clients/client/dart/doc/OAuth2Client.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ Name | Type | Description | Notes
**scope** | **String** | OAuth 2.0 Client Scope Scope is a string containing a space-separated list of scope values (as described in Section 3.3 of OAuth 2.0 [RFC6749]) that the client can use when requesting access tokens. | [optional]
**sectorIdentifierUri** | **String** | OpenID Connect Sector Identifier URI URL using the https scheme to be used in calculating Pseudonymous Identifiers by the OP. The URL references a file with a single JSON array of redirect_uri values. | [optional]
**skipConsent** | **bool** | SkipConsent skips the consent screen for this client. This field can only be set from the admin API. | [optional]
**skipLogoutConsent** | **bool** | SkipLogoutConsent skips the logout consent screen for this client. This field can only be set from the admin API. | [optional]
**subjectType** | **String** | OpenID Connect Subject Type The `subject_types_supported` Discovery parameter contains a list of the supported subject_type values for this server. Valid types include `pairwise` and `public`. | [optional]
**tokenEndpointAuthMethod** | **String** | OAuth 2.0 Token Endpoint Authentication Method Requested Client Authentication method for the Token Endpoint. The options are: `client_secret_basic`: (default) Send `client_id` and `client_secret` as `application/x-www-form-urlencoded` encoded in the HTTP Authorization header. `client_secret_post`: Send `client_id` and `client_secret` as `application/x-www-form-urlencoded` in the HTTP body. `private_key_jwt`: Use JSON Web Tokens to authenticate the client. `none`: Used for public clients (native apps, mobile apps) which can not have secrets. | [optional] [default to 'client_secret_basic']
**tokenEndpointAuthSigningAlg** | **String** | OAuth 2.0 Token Endpoint Signing Algorithm Requested Client Authentication signing algorithm for the Token Endpoint. | [optional]
Expand Down
1 change: 1 addition & 0 deletions clients/client/dart/doc/OAuth2ConsentSession.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import 'package:ory_client/api.dart';
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**consentRequest** | [**OAuth2ConsentRequest**](OAuth2ConsentRequest.md) | | [optional]
**context** | [**JsonObject**](.md) | | [optional]
**expiresAt** | [**OAuth2ConsentSessionExpiresAt**](OAuth2ConsentSessionExpiresAt.md) | | [optional]
**grantAccessTokenAudience** | **BuiltList<String>** | | [optional]
**grantScope** | **BuiltList<String>** | | [optional]
Expand Down
2 changes: 1 addition & 1 deletion clients/client/dart/doc/QuotaUsage.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**additionalPrice** | **int** | The additional price per unit in cents. |
**canUseMore** | **bool** | |
**feature** | **String** | region_eu RegionEU region_us RegionUS region_apac RegionAPAC region_global RegionGlobal production_projects ProductionProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList |
**feature** | **String** | region_eu RegionEU region_us RegionUS region_apac RegionAPAC region_global RegionGlobal production_projects ProductionProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect |
**featureAvailable** | **bool** | |
**included** | **int** | |
**used** | **int** | |
Expand Down
3 changes: 2 additions & 1 deletion clients/client/dart/lib/ory_client.dart
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,11 @@ export 'package:ory_client/src/model/create_recovery_code_for_identity_body.dart
export 'package:ory_client/src/model/create_recovery_link_for_identity_body.dart';
export 'package:ory_client/src/model/create_relationship_body.dart';
export 'package:ory_client/src/model/create_subscription_body.dart';
export 'package:ory_client/src/model/create_subscription_common.dart';
export 'package:ory_client/src/model/create_verifiable_credential_request_body.dart';
export 'package:ory_client/src/model/create_workspace_member_invite_body.dart';
export 'package:ory_client/src/model/create_workspace_payload.dart';
export 'package:ory_client/src/model/create_workspace_subscription_body.dart';
export 'package:ory_client/src/model/credential_supported_draft00.dart';
export 'package:ory_client/src/model/custom_domain.dart';
export 'package:ory_client/src/model/delete_my_sessions_count.dart';
Expand Down Expand Up @@ -207,7 +209,6 @@ export 'package:ory_client/src/model/set_project_branding_theme_body.dart';
export 'package:ory_client/src/model/settings_flow.dart';
export 'package:ory_client/src/model/settings_flow_state.dart';
export 'package:ory_client/src/model/source_position.dart';
export 'package:ory_client/src/model/stripe_customer.dart';
export 'package:ory_client/src/model/subject_set.dart';
export 'package:ory_client/src/model/subscription.dart';
export 'package:ory_client/src/model/successful_code_exchange_response.dart';
Expand Down
Loading

0 comments on commit aed94d1

Please sign in to comment.