Skip to content

Commit

Permalink
chore: regenerate OpenAPI client v1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Dec 6, 2023
1 parent 861dd27 commit ec166c9
Show file tree
Hide file tree
Showing 3,187 changed files with 64,913 additions and 20,925 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
9 changes: 9 additions & 0 deletions clients/client/dart/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ doc/CreateProjectApiKeyRequest.md
doc/CreateProjectBody.md
doc/CreateProjectBranding.md
doc/CreateProjectMemberInviteBody.md
doc/CreateProjectNormalizedPayload.md
doc/CreateRecoveryCodeForIdentityBody.md
doc/CreateRecoveryLinkForIdentityBody.md
doc/CreateRelationshipBody.md
Expand Down Expand Up @@ -94,6 +95,7 @@ doc/JsonWebKey.md
doc/JsonWebKeySet.md
doc/JwkApi.md
doc/KetoNamespace.md
doc/ListMyWorkspacesResponse.md
doc/ListOrganizationsResponse.md
doc/LoginFlow.md
doc/LoginFlowState.md
Expand Down Expand Up @@ -242,6 +244,7 @@ doc/VerificationFlowState.md
doc/Version.md
doc/Warning.md
doc/WellknownApi.md
doc/Workspace.md
lib/ory_client.dart
lib/src/api.dart
lib/src/api/courier_api.dart
Expand Down Expand Up @@ -291,6 +294,7 @@ lib/src/model/create_project_api_key_request.dart
lib/src/model/create_project_body.dart
lib/src/model/create_project_branding.dart
lib/src/model/create_project_member_invite_body.dart
lib/src/model/create_project_normalized_payload.dart
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
Expand Down Expand Up @@ -351,6 +355,7 @@ lib/src/model/json_patch.dart
lib/src/model/json_web_key.dart
lib/src/model/json_web_key_set.dart
lib/src/model/keto_namespace.dart
lib/src/model/list_my_workspaces_response.dart
lib/src/model/list_organizations_response.dart
lib/src/model/login_flow.dart
lib/src/model/login_flow_state.dart
Expand Down Expand Up @@ -492,6 +497,7 @@ lib/src/model/verification_flow.dart
lib/src/model/verification_flow_state.dart
lib/src/model/version.dart
lib/src/model/warning.dart
lib/src/model/workspace.dart
lib/src/serializers.dart
pubspec.yaml
test/accept_o_auth2_consent_request_session_test.dart
Expand Down Expand Up @@ -524,6 +530,7 @@ test/create_project_api_key_request_test.dart
test/create_project_body_test.dart
test/create_project_branding_test.dart
test/create_project_member_invite_body_test.dart
test/create_project_normalized_payload_test.dart
test/create_recovery_code_for_identity_body_test.dart
test/create_recovery_link_for_identity_body_test.dart
test/create_relationship_body_test.dart
Expand Down Expand Up @@ -586,6 +593,7 @@ test/json_web_key_set_test.dart
test/json_web_key_test.dart
test/jwk_api_test.dart
test/keto_namespace_test.dart
test/list_my_workspaces_response_test.dart
test/list_organizations_response_test.dart
test/login_flow_state_test.dart
test/login_flow_test.dart
Expand Down Expand Up @@ -734,3 +742,4 @@ test/verification_flow_test.dart
test/version_test.dart
test/warning_test.dart
test/wellknown_api_test.dart
test/workspace_test.dart
7 changes: 5 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.4.3
- API version: v1.4.4
- 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.4.3
ory_client: 1.4.4
```
### Github
Expand Down Expand Up @@ -226,6 +226,7 @@ Class | Method | HTTP request | Description
- [CreateProjectBody](doc/CreateProjectBody.md)
- [CreateProjectBranding](doc/CreateProjectBranding.md)
- [CreateProjectMemberInviteBody](doc/CreateProjectMemberInviteBody.md)
- [CreateProjectNormalizedPayload](doc/CreateProjectNormalizedPayload.md)
- [CreateRecoveryCodeForIdentityBody](doc/CreateRecoveryCodeForIdentityBody.md)
- [CreateRecoveryLinkForIdentityBody](doc/CreateRecoveryLinkForIdentityBody.md)
- [CreateRelationshipBody](doc/CreateRelationshipBody.md)
Expand Down Expand Up @@ -285,6 +286,7 @@ Class | Method | HTTP request | Description
- [JsonWebKey](doc/JsonWebKey.md)
- [JsonWebKeySet](doc/JsonWebKeySet.md)
- [KetoNamespace](doc/KetoNamespace.md)
- [ListMyWorkspacesResponse](doc/ListMyWorkspacesResponse.md)
- [ListOrganizationsResponse](doc/ListOrganizationsResponse.md)
- [LoginFlow](doc/LoginFlow.md)
- [LoginFlowState](doc/LoginFlowState.md)
Expand Down Expand Up @@ -426,6 +428,7 @@ Class | Method | HTTP request | Description
- [VerificationFlowState](doc/VerificationFlowState.md)
- [Version](doc/Version.md)
- [Warning](doc/Warning.md)
- [Workspace](doc/Workspace.md)


## Documentation For Authorization
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 @@ -9,6 +9,7 @@ import 'package:ory_client/api.dart';
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** | The name of the project to be created |
**workspaceId** | **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
Loading

0 comments on commit ec166c9

Please sign in to comment.