Skip to content

Commit

Permalink
chore: regenerate OpenAPI client v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Jul 17, 2024
1 parent 62a3f8c commit c60e1cd
Show file tree
Hide file tree
Showing 2,582 changed files with 128,774 additions and 92,020 deletions.
12 changes: 12 additions & 0 deletions clients/kratos/dart/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ doc/UpdateLoginFlowBody.md
doc/UpdateLoginFlowWithCodeMethod.md
doc/UpdateLoginFlowWithLookupSecretMethod.md
doc/UpdateLoginFlowWithOidcMethod.md
doc/UpdateLoginFlowWithPasskeyMethod.md
doc/UpdateLoginFlowWithPasswordMethod.md
doc/UpdateLoginFlowWithTotpMethod.md
doc/UpdateLoginFlowWithWebAuthnMethod.md
Expand All @@ -103,11 +104,14 @@ doc/UpdateRecoveryFlowWithLinkMethod.md
doc/UpdateRegistrationFlowBody.md
doc/UpdateRegistrationFlowWithCodeMethod.md
doc/UpdateRegistrationFlowWithOidcMethod.md
doc/UpdateRegistrationFlowWithPasskeyMethod.md
doc/UpdateRegistrationFlowWithPasswordMethod.md
doc/UpdateRegistrationFlowWithProfileMethod.md
doc/UpdateRegistrationFlowWithWebAuthnMethod.md
doc/UpdateSettingsFlowBody.md
doc/UpdateSettingsFlowWithLookupMethod.md
doc/UpdateSettingsFlowWithOidcMethod.md
doc/UpdateSettingsFlowWithPasskeyMethod.md
doc/UpdateSettingsFlowWithPasswordMethod.md
doc/UpdateSettingsFlowWithProfileMethod.md
doc/UpdateSettingsFlowWithTotpMethod.md
Expand Down Expand Up @@ -221,6 +225,7 @@ lib/src/model/update_login_flow_body.dart
lib/src/model/update_login_flow_with_code_method.dart
lib/src/model/update_login_flow_with_lookup_secret_method.dart
lib/src/model/update_login_flow_with_oidc_method.dart
lib/src/model/update_login_flow_with_passkey_method.dart
lib/src/model/update_login_flow_with_password_method.dart
lib/src/model/update_login_flow_with_totp_method.dart
lib/src/model/update_login_flow_with_web_authn_method.dart
Expand All @@ -230,11 +235,14 @@ lib/src/model/update_recovery_flow_with_link_method.dart
lib/src/model/update_registration_flow_body.dart
lib/src/model/update_registration_flow_with_code_method.dart
lib/src/model/update_registration_flow_with_oidc_method.dart
lib/src/model/update_registration_flow_with_passkey_method.dart
lib/src/model/update_registration_flow_with_password_method.dart
lib/src/model/update_registration_flow_with_profile_method.dart
lib/src/model/update_registration_flow_with_web_authn_method.dart
lib/src/model/update_settings_flow_body.dart
lib/src/model/update_settings_flow_with_lookup_method.dart
lib/src/model/update_settings_flow_with_oidc_method.dart
lib/src/model/update_settings_flow_with_passkey_method.dart
lib/src/model/update_settings_flow_with_password_method.dart
lib/src/model/update_settings_flow_with_profile_method.dart
lib/src/model/update_settings_flow_with_totp_method.dart
Expand Down Expand Up @@ -340,6 +348,7 @@ test/update_login_flow_body_test.dart
test/update_login_flow_with_code_method_test.dart
test/update_login_flow_with_lookup_secret_method_test.dart
test/update_login_flow_with_oidc_method_test.dart
test/update_login_flow_with_passkey_method_test.dart
test/update_login_flow_with_password_method_test.dart
test/update_login_flow_with_totp_method_test.dart
test/update_login_flow_with_web_authn_method_test.dart
Expand All @@ -349,11 +358,14 @@ test/update_recovery_flow_with_link_method_test.dart
test/update_registration_flow_body_test.dart
test/update_registration_flow_with_code_method_test.dart
test/update_registration_flow_with_oidc_method_test.dart
test/update_registration_flow_with_passkey_method_test.dart
test/update_registration_flow_with_password_method_test.dart
test/update_registration_flow_with_profile_method_test.dart
test/update_registration_flow_with_web_authn_method_test.dart
test/update_settings_flow_body_test.dart
test/update_settings_flow_with_lookup_method_test.dart
test/update_settings_flow_with_oidc_method_test.dart
test/update_settings_flow_with_passkey_method_test.dart
test/update_settings_flow_with_password_method_test.dart
test/update_settings_flow_with_profile_method_test.dart
test/update_settings_flow_with_totp_method_test.dart
Expand Down
2 changes: 1 addition & 1 deletion clients/kratos/dart/.openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.6.0
7.7.0
13 changes: 9 additions & 4 deletions clients/kratos/dart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ This is the API specification for Ory Identities with features such as registrat

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

- API version: v1.1.0
- API version: v1.2.1
- Generator version: 7.7.0
- Build package: org.openapitools.codegen.languages.DartDioClientCodegen

## Requirements
Expand All @@ -18,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_kratos_client: 1.1.0
ory_kratos_client: 1.2.1
```
### Github
Expand Down Expand Up @@ -53,7 +54,7 @@ final String id = id_example; // String | MessageID is the ID of the message.
try {
final response = await api.getCourierMessage(id);
print(response);
} catch on DioError (e) {
} catch on DioException (e) {
print("Exception when calling CourierApi->getCourierMessage: $e\n");
}

Expand Down Expand Up @@ -97,7 +98,7 @@ Class | Method | HTTP request | Description
[*FrontendApi*](doc/FrontendApi.md) | [**updateRegistrationFlow**](doc/FrontendApi.md#updateregistrationflow) | **POST** /self-service/registration | Update Registration Flow
[*FrontendApi*](doc/FrontendApi.md) | [**updateSettingsFlow**](doc/FrontendApi.md#updatesettingsflow) | **POST** /self-service/settings | Complete Settings Flow
[*FrontendApi*](doc/FrontendApi.md) | [**updateVerificationFlow**](doc/FrontendApi.md#updateverificationflow) | **POST** /self-service/verification | Complete Verification Flow
[*IdentityApi*](doc/IdentityApi.md) | [**batchPatchIdentities**](doc/IdentityApi.md#batchpatchidentities) | **PATCH** /admin/identities | Create and deletes multiple identities
[*IdentityApi*](doc/IdentityApi.md) | [**batchPatchIdentities**](doc/IdentityApi.md#batchpatchidentities) | **PATCH** /admin/identities | Create multiple identities
[*IdentityApi*](doc/IdentityApi.md) | [**createIdentity**](doc/IdentityApi.md#createidentity) | **POST** /admin/identities | Create an Identity
[*IdentityApi*](doc/IdentityApi.md) | [**createRecoveryCodeForIdentity**](doc/IdentityApi.md#createrecoverycodeforidentity) | **POST** /admin/recovery/code | Create a Recovery Code
[*IdentityApi*](doc/IdentityApi.md) | [**createRecoveryLinkForIdentity**](doc/IdentityApi.md#createrecoverylinkforidentity) | **POST** /admin/recovery/link | Create a Recovery Link
Expand Down Expand Up @@ -210,6 +211,7 @@ Class | Method | HTTP request | Description
- [UpdateLoginFlowWithCodeMethod](doc/UpdateLoginFlowWithCodeMethod.md)
- [UpdateLoginFlowWithLookupSecretMethod](doc/UpdateLoginFlowWithLookupSecretMethod.md)
- [UpdateLoginFlowWithOidcMethod](doc/UpdateLoginFlowWithOidcMethod.md)
- [UpdateLoginFlowWithPasskeyMethod](doc/UpdateLoginFlowWithPasskeyMethod.md)
- [UpdateLoginFlowWithPasswordMethod](doc/UpdateLoginFlowWithPasswordMethod.md)
- [UpdateLoginFlowWithTotpMethod](doc/UpdateLoginFlowWithTotpMethod.md)
- [UpdateLoginFlowWithWebAuthnMethod](doc/UpdateLoginFlowWithWebAuthnMethod.md)
Expand All @@ -219,11 +221,14 @@ Class | Method | HTTP request | Description
- [UpdateRegistrationFlowBody](doc/UpdateRegistrationFlowBody.md)
- [UpdateRegistrationFlowWithCodeMethod](doc/UpdateRegistrationFlowWithCodeMethod.md)
- [UpdateRegistrationFlowWithOidcMethod](doc/UpdateRegistrationFlowWithOidcMethod.md)
- [UpdateRegistrationFlowWithPasskeyMethod](doc/UpdateRegistrationFlowWithPasskeyMethod.md)
- [UpdateRegistrationFlowWithPasswordMethod](doc/UpdateRegistrationFlowWithPasswordMethod.md)
- [UpdateRegistrationFlowWithProfileMethod](doc/UpdateRegistrationFlowWithProfileMethod.md)
- [UpdateRegistrationFlowWithWebAuthnMethod](doc/UpdateRegistrationFlowWithWebAuthnMethod.md)
- [UpdateSettingsFlowBody](doc/UpdateSettingsFlowBody.md)
- [UpdateSettingsFlowWithLookupMethod](doc/UpdateSettingsFlowWithLookupMethod.md)
- [UpdateSettingsFlowWithOidcMethod](doc/UpdateSettingsFlowWithOidcMethod.md)
- [UpdateSettingsFlowWithPasskeyMethod](doc/UpdateSettingsFlowWithPasskeyMethod.md)
- [UpdateSettingsFlowWithPasswordMethod](doc/UpdateSettingsFlowWithPasswordMethod.md)
- [UpdateSettingsFlowWithProfileMethod](doc/UpdateSettingsFlowWithProfileMethod.md)
- [UpdateSettingsFlowWithTotpMethod](doc/UpdateSettingsFlowWithTotpMethod.md)
Expand Down
4 changes: 1 addition & 3 deletions clients/kratos/dart/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ analyzer:
language:
strict-inference: true
strict-raw-types: true
strong-mode:
implicit-dynamic: false
implicit-casts: false
strict-casts: false
exclude:
- test/*.dart
errors:
Expand Down
4 changes: 2 additions & 2 deletions clients/kratos/dart/doc/CourierApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ final String id = id_example; // String | MessageID is the ID of the message.
try {
final response = api.getCourierMessage(id);
print(response);
} catch on DioError (e) {
} catch on DioException (e) {
print('Exception when calling CourierApi->getCourierMessage: $e\n');
}
```
Expand Down Expand Up @@ -84,7 +84,7 @@ final String recipient = recipient_example; // String | Recipient filters out me
try {
final response = api.listCourierMessages(pageSize, pageToken, status, recipient);
print(response);
} catch on DioError (e) {
} catch on DioException (e) {
print('Exception when calling CourierApi->listCourierMessages: $e\n');
}
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import 'package:ory_kratos_client/api.dart';
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**expiresIn** | **String** | Code Expires In The recovery code will expire after that amount of time has passed. Defaults to the configuration value of `selfservice.methods.code.config.lifespan`. | [optional]
**flowType** | **String** | The flow type can either be `api` or `browser`. | [optional]
**identityId** | **String** | Identity to Recover The identity's ID you wish to recover. |

[[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 c60e1cd

Please sign in to comment.