Skip to content

Commit

Permalink
chore: regenerate OpenAPI client v1.15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Sep 24, 2024
1 parent 8e041e1 commit 7b3fd1c
Show file tree
Hide file tree
Showing 3,846 changed files with 5,448 additions and 24,480 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 @@ -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.15.3
- API version: v1.15.4
- Generator version: 7.7.0
- Build package: org.openapitools.codegen.languages.DartDioClientCodegen

Expand All @@ -20,7 +20,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.3
ory_client: 1.15.4
```
### Github
Expand Down
2 changes: 1 addition & 1 deletion clients/client/dart/doc/CreateProjectBody.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import 'package:ory_client/api.dart';
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**environment** | **String** | The environment of the project. prod Production stage Staging dev Development |
**homeRegion** | **String** | Home Region The home region of the project. This is the region where the project will be created. eu-central EUCentral us-east USEast us-west USWest us US global Global | [optional]
**homeRegion** | **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]
**name** | **String** | The name of the project to be created |
**workspaceId** | **String** | The workspace to create the project in. | [optional]

Expand Down
2 changes: 1 addition & 1 deletion clients/client/dart/doc/CreateProjectNormalizedPayload.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Name | Type | Description | Notes
**disableAccountExperienceWelcomeScreen** | **bool** | Whether to disable the account experience welcome screen, which is hosted under `/ui/welcome`. | [optional]
**enableAxV2** | **bool** | Whether the new account experience is enabled and reachable. | [optional]
**environment** | **String** | prod Production stage Staging dev Development |
**homeRegion** | **String** | eu-central EUCentral us-east USEast us-west USWest us US global Global | [optional]
**homeRegion** | **String** | eu-central EUCentral asia-northeast AsiaNorthEast us-east USEast us-west USWest us US global Global | [optional]
**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]
Expand Down
3 changes: 2 additions & 1 deletion clients/client/dart/doc/IdentityPatchResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ import 'package:ory_client/api.dart';
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**action** | **String** | The action for this specific patch create ActionCreate Create this identity. | [optional]
**action** | **String** | The action for this specific patch create ActionCreate Create this identity. error ActionError Error indicates that the patch failed. | [optional]
**error** | [**JsonObject**](.md) | | [optional]
**identity** | **String** | The identity ID payload of this patch | [optional]
**patchId** | **String** | The ID of this patch response, if an ID was specified in the patch. | [optional]

Expand Down
2 changes: 1 addition & 1 deletion clients/client/dart/doc/NormalizedProject.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Name | Type | Description | Notes
**createdAt** | [**DateTime**](DateTime.md) | The Project's Creation Date |
**currentRevision** | [**NormalizedProjectRevision**](NormalizedProjectRevision.md) | |
**environment** | **String** | The environment of the project. prod Production stage Staging dev Development |
**homeRegion** | **String** | The project's data home region. eu-central EUCentral us-east USEast us-west USWest us US global Global |
**homeRegion** | **String** | The project's data home region. eu-central EUCentral asia-northeast AsiaNorthEast us-east USEast us-west USWest us US global Global |
**hosts** | **BuiltList<String>** | |
**id** | **String** | The project's ID. |
**slug** | **String** | The project's slug |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Name | Type | Description | Notes
**label** | **String** | Label represents an optional label which can be used in the UI generation. | [optional]
**mapperUrl** | **String** | Mapper specifies the JSONNet code snippet which uses the OpenID Connect Provider's data (e.g. GitHub or Google profile information) to hydrate the identity's data. | [optional]
**organizationId** | **String** | | [optional]
**pkce** | **String** | PKCE controls if the OpenID Connect OAuth2 flow should use PKCE (Proof Key for Code Exchange). Possible values are: `auto` (default), `never`, `force`. `auto`: PKCE is used if the provider supports it. Requires setting `issuer_url`. `never`: Disable PKCE entirely for this provider, even if the provider advertises support for it. `force`: Always use PKCE, even if the provider does not advertise support for it. OAuth2 flows will fail if the provider does not support PKCE. IMPORTANT: If you set this to `force`, you must whitelist a different return URL for your OAuth2 client in the provider's configuration. Instead of <base-url>/self-service/methods/oidc/callback/<provider>, you must use <base-url>/self-service/methods/oidc/callback (Note the missing <provider> path segment and no trailing slash). | [optional]
**projectRevisionId** | **String** | The Revision's ID this schema belongs to | [optional]
**provider** | **String** | Provider is either \"generic\" for a generic OAuth 2.0 / OpenID Connect Provider or one of: generic google github gitlab microsoft discord slack facebook vk yandex apple | [optional]
**providerId** | **String** | ID is the provider's ID | [optional]
Expand Down
2 changes: 1 addition & 1 deletion clients/client/dart/doc/Project.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Name | Type | Description | Notes
**corsAdmin** | [**ProjectCors**](ProjectCors.md) | | [optional]
**corsPublic** | [**ProjectCors**](ProjectCors.md) | | [optional]
**environment** | **String** | The environment of the project. prod Production stage Staging dev Development |
**homeRegion** | **String** | The project home region. This is used to set where the project data is stored and where the project's endpoints are located. eu-central EUCentral us-east USEast us-west USWest us US global Global |
**homeRegion** | **String** | The project home region. This is used to set where the project data is stored and where the project's endpoints are located. eu-central EUCentral asia-northeast AsiaNorthEast us-east USEast us-west USWest us US global Global |
**id** | **String** | The project's ID. |
**name** | **String** | The name of the project. |
**revisionId** | **String** | The configuration revision ID. |
Expand Down
2 changes: 1 addition & 1 deletion clients/client/dart/doc/ProjectMetadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**createdAt** | [**DateTime**](DateTime.md) | The Project's Creation Date |
**environment** | **String** | The environment of the project. prod Production stage Staging dev Development |
**homeRegion** | **String** | The project's data home region eu-central EUCentral us-east USEast us-west USWest us US global Global |
**homeRegion** | **String** | The project's data home region eu-central EUCentral asia-northeast AsiaNorthEast us-east USEast us-west USWest us US global Global |
**hosts** | **BuiltList&lt;String&gt;** | |
**id** | **String** | The project's ID. |
**name** | **String** | The project's name if set |
Expand Down
19 changes: 11 additions & 8 deletions clients/client/dart/lib/src/model/create_project_body.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ part 'create_project_body.g.dart';
///
/// Properties:
/// * [environment] - The environment of the project. prod Production stage Staging dev Development
/// * [homeRegion] - Home Region The home region of the project. This is the region where the project will be created. eu-central EUCentral us-east USEast us-west USWest us US global Global
/// * [homeRegion] - 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
/// * [name] - The name of the project to be created
/// * [workspaceId] - The workspace to create the project in.
@BuiltValue()
Expand All @@ -23,10 +23,10 @@ abstract class CreateProjectBody implements Built<CreateProjectBody, CreateProje
CreateProjectBodyEnvironmentEnum get environment;
// enum environmentEnum { prod, stage, dev, };

/// Home Region The home region of the project. This is the region where the project will be created. eu-central EUCentral us-east USEast us-west USWest us US global Global
/// 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
@BuiltValueField(wireName: r'home_region')
CreateProjectBodyHomeRegionEnum? get homeRegion;
// enum homeRegionEnum { eu-central, us-east, us-west, us, global, };
// enum homeRegionEnum { eu-central, asia-northeast, us-east, us-west, us, global, };

/// The name of the project to be created
@BuiltValueField(wireName: r'name')
Expand Down Expand Up @@ -185,19 +185,22 @@ class CreateProjectBodyEnvironmentEnum extends EnumClass {

class CreateProjectBodyHomeRegionEnum extends EnumClass {

/// Home Region The home region of the project. This is the region where the project will be created. eu-central EUCentral us-east USEast us-west USWest us US global Global
/// 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
@BuiltValueEnumConst(wireName: r'eu-central')
static const CreateProjectBodyHomeRegionEnum euCentral = _$createProjectBodyHomeRegionEnum_euCentral;
/// Home Region The home region of the project. This is the region where the project will be created. eu-central EUCentral us-east USEast us-west USWest us US global Global
/// 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
@BuiltValueEnumConst(wireName: r'asia-northeast')
static const CreateProjectBodyHomeRegionEnum asiaNortheast = _$createProjectBodyHomeRegionEnum_asiaNortheast;
/// 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
@BuiltValueEnumConst(wireName: r'us-east')
static const CreateProjectBodyHomeRegionEnum usEast = _$createProjectBodyHomeRegionEnum_usEast;
/// Home Region The home region of the project. This is the region where the project will be created. eu-central EUCentral us-east USEast us-west USWest us US global Global
/// 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
@BuiltValueEnumConst(wireName: r'us-west')
static const CreateProjectBodyHomeRegionEnum usWest = _$createProjectBodyHomeRegionEnum_usWest;
/// Home Region The home region of the project. This is the region where the project will be created. eu-central EUCentral us-east USEast us-west USWest us US global Global
/// 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
@BuiltValueEnumConst(wireName: r'us')
static const CreateProjectBodyHomeRegionEnum us = _$createProjectBodyHomeRegionEnum_us;
/// Home Region The home region of the project. This is the region where the project will be created. eu-central EUCentral us-east USEast us-west USWest us US global Global
/// 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
@BuiltValueEnumConst(wireName: r'global')
static const CreateProjectBodyHomeRegionEnum global = _$createProjectBodyHomeRegionEnum_global;

Expand Down
8 changes: 8 additions & 0 deletions clients/client/dart/lib/src/model/create_project_body.g.dart

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

Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ part 'create_project_normalized_payload.g.dart';
/// * [disableAccountExperienceWelcomeScreen] - Whether to disable the account experience welcome screen, which is hosted under `/ui/welcome`.
/// * [enableAxV2] - Whether the new account experience is enabled and reachable.
/// * [environment] - prod Production stage Staging dev Development
/// * [homeRegion] - eu-central EUCentral us-east USEast us-west USWest us US global Global
/// * [homeRegion] - eu-central EUCentral asia-northeast AsiaNorthEast us-east USEast us-west USWest us US global Global
/// * [hydraOauth2AllowedTopLevelClaims]
/// * [hydraOauth2ClientCredentialsDefaultGrantAllowedScope] - 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.
/// * [hydraOauth2ExcludeNotBeforeClaim] - 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.
Expand Down Expand Up @@ -246,10 +246,10 @@ abstract class CreateProjectNormalizedPayload implements Built<CreateProjectNorm
CreateProjectNormalizedPayloadEnvironmentEnum get environment;
// enum environmentEnum { prod, stage, dev, };

/// eu-central EUCentral us-east USEast us-west USWest us US global Global
/// eu-central EUCentral asia-northeast AsiaNorthEast us-east USEast us-west USWest us US global Global
@BuiltValueField(wireName: r'home_region')
CreateProjectNormalizedPayloadHomeRegionEnum? get homeRegion;
// enum homeRegionEnum { eu-central, us-east, us-west, us, global, };
// enum homeRegionEnum { eu-central, asia-northeast, us-east, us-west, us, global, };

@BuiltValueField(wireName: r'hydra_oauth2_allowed_top_level_claims')
BuiltList<String>? get hydraOauth2AllowedTopLevelClaims;
Expand Down Expand Up @@ -4065,19 +4065,22 @@ class CreateProjectNormalizedPayloadEnvironmentEnum extends EnumClass {

class CreateProjectNormalizedPayloadHomeRegionEnum extends EnumClass {

/// eu-central EUCentral us-east USEast us-west USWest us US global Global
/// eu-central EUCentral asia-northeast AsiaNorthEast us-east USEast us-west USWest us US global Global
@BuiltValueEnumConst(wireName: r'eu-central')
static const CreateProjectNormalizedPayloadHomeRegionEnum euCentral = _$createProjectNormalizedPayloadHomeRegionEnum_euCentral;
/// eu-central EUCentral us-east USEast us-west USWest us US global Global
/// eu-central EUCentral asia-northeast AsiaNorthEast us-east USEast us-west USWest us US global Global
@BuiltValueEnumConst(wireName: r'asia-northeast')
static const CreateProjectNormalizedPayloadHomeRegionEnum asiaNortheast = _$createProjectNormalizedPayloadHomeRegionEnum_asiaNortheast;
/// eu-central EUCentral asia-northeast AsiaNorthEast us-east USEast us-west USWest us US global Global
@BuiltValueEnumConst(wireName: r'us-east')
static const CreateProjectNormalizedPayloadHomeRegionEnum usEast = _$createProjectNormalizedPayloadHomeRegionEnum_usEast;
/// eu-central EUCentral us-east USEast us-west USWest us US global Global
/// eu-central EUCentral asia-northeast AsiaNorthEast us-east USEast us-west USWest us US global Global
@BuiltValueEnumConst(wireName: r'us-west')
static const CreateProjectNormalizedPayloadHomeRegionEnum usWest = _$createProjectNormalizedPayloadHomeRegionEnum_usWest;
/// eu-central EUCentral us-east USEast us-west USWest us US global Global
/// eu-central EUCentral asia-northeast AsiaNorthEast us-east USEast us-west USWest us US global Global
@BuiltValueEnumConst(wireName: r'us')
static const CreateProjectNormalizedPayloadHomeRegionEnum us = _$createProjectNormalizedPayloadHomeRegionEnum_us;
/// eu-central EUCentral us-east USEast us-west USWest us US global Global
/// eu-central EUCentral asia-northeast AsiaNorthEast us-east USEast us-west USWest us US global Global
@BuiltValueEnumConst(wireName: r'global')
static const CreateProjectNormalizedPayloadHomeRegionEnum global = _$createProjectNormalizedPayloadHomeRegionEnum_global;

Expand Down
Loading

0 comments on commit 7b3fd1c

Please sign in to comment.