Skip to content

Commit

Permalink
chore: regenerate OpenAPI client v1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Nov 27, 2023
1 parent e1cde52 commit 86b9ef8
Show file tree
Hide file tree
Showing 3,163 changed files with 14,524 additions and 19,859 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
12 changes: 12 additions & 0 deletions clients/client/dart/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ doc/CheckPermissionResult.md
doc/CloudAccount.md
doc/ConsistencyRequestParameters.md
doc/ContinueWith.md
doc/ContinueWithRecoveryUi.md
doc/ContinueWithRecoveryUiFlow.md
doc/ContinueWithSetOrySessionToken.md
doc/ContinueWithSettingsUi.md
doc/ContinueWithSettingsUiFlow.md
doc/ContinueWithVerificationUi.md
doc/ContinueWithVerificationUiFlow.md
doc/CourierApi.md
Expand Down Expand Up @@ -270,7 +274,11 @@ lib/src/model/check_permission_result.dart
lib/src/model/cloud_account.dart
lib/src/model/consistency_request_parameters.dart
lib/src/model/continue_with.dart
lib/src/model/continue_with_recovery_ui.dart
lib/src/model/continue_with_recovery_ui_flow.dart
lib/src/model/continue_with_set_ory_session_token.dart
lib/src/model/continue_with_settings_ui.dart
lib/src/model/continue_with_settings_ui_flow.dart
lib/src/model/continue_with_verification_ui.dart
lib/src/model/continue_with_verification_ui_flow.dart
lib/src/model/courier_message_status.dart
Expand Down Expand Up @@ -497,7 +505,11 @@ test/check_opl_syntax_result_test.dart
test/check_permission_result_test.dart
test/cloud_account_test.dart
test/consistency_request_parameters_test.dart
test/continue_with_recovery_ui_flow_test.dart
test/continue_with_recovery_ui_test.dart
test/continue_with_set_ory_session_token_test.dart
test/continue_with_settings_ui_flow_test.dart
test/continue_with_settings_ui_test.dart
test/continue_with_test.dart
test/continue_with_verification_ui_flow_test.dart
test/continue_with_verification_ui_test.dart
Expand Down
10 changes: 7 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.4.2
- API version: v1.4.3
- 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.2
ory_client: 1.4.3
```
### Github
Expand Down Expand Up @@ -94,7 +94,7 @@ Class | Method | HTTP request | Description
[*FrontendApi*](doc/FrontendApi.md) | [**toSession**](doc/FrontendApi.md#tosession) | **GET** /sessions/whoami | Check Who the Current HTTP Session Belongs To
[*FrontendApi*](doc/FrontendApi.md) | [**updateLoginFlow**](doc/FrontendApi.md#updateloginflow) | **POST** /self-service/login | Submit a Login Flow
[*FrontendApi*](doc/FrontendApi.md) | [**updateLogoutFlow**](doc/FrontendApi.md#updatelogoutflow) | **GET** /self-service/logout | Update Logout Flow
[*FrontendApi*](doc/FrontendApi.md) | [**updateRecoveryFlow**](doc/FrontendApi.md#updaterecoveryflow) | **POST** /self-service/recovery | Complete Recovery Flow
[*FrontendApi*](doc/FrontendApi.md) | [**updateRecoveryFlow**](doc/FrontendApi.md#updaterecoveryflow) | **POST** /self-service/recovery | Update Recovery Flow
[*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
Expand Down Expand Up @@ -209,7 +209,11 @@ Class | Method | HTTP request | Description
- [CloudAccount](doc/CloudAccount.md)
- [ConsistencyRequestParameters](doc/ConsistencyRequestParameters.md)
- [ContinueWith](doc/ContinueWith.md)
- [ContinueWithRecoveryUi](doc/ContinueWithRecoveryUi.md)
- [ContinueWithRecoveryUiFlow](doc/ContinueWithRecoveryUiFlow.md)
- [ContinueWithSetOrySessionToken](doc/ContinueWithSetOrySessionToken.md)
- [ContinueWithSettingsUi](doc/ContinueWithSettingsUi.md)
- [ContinueWithSettingsUiFlow](doc/ContinueWithSettingsUiFlow.md)
- [ContinueWithVerificationUi](doc/ContinueWithVerificationUi.md)
- [ContinueWithVerificationUiFlow](doc/ContinueWithVerificationUiFlow.md)
- [CourierMessageStatus](doc/CourierMessageStatus.md)
Expand Down
4 changes: 2 additions & 2 deletions clients/client/dart/doc/ContinueWith.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import 'package:ory_client/api.dart';
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**action** | **String** | Action will always be `set_ory_session_token` set_ory_session_token ContinueWithActionSetOrySessionTokenString |
**flow** | [**ContinueWithVerificationUiFlow**](ContinueWithVerificationUiFlow.md) | |
**action** | **String** | Action will always be `show_recovery_ui` show_recovery_ui ContinueWithActionShowRecoveryUIString |
**flow** | [**ContinueWithRecoveryUiFlow**](ContinueWithRecoveryUiFlow.md) | |
**orySessionToken** | **String** | Token is the token of the session |

[[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
16 changes: 16 additions & 0 deletions clients/client/dart/doc/ContinueWithRecoveryUi.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# ory_client.model.ContinueWithRecoveryUi

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

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**action** | **String** | Action will always be `show_recovery_ui` show_recovery_ui ContinueWithActionShowRecoveryUIString |
**flow** | [**ContinueWithRecoveryUiFlow**](ContinueWithRecoveryUiFlow.md) | |

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


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

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

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | The ID of the recovery flow |
**url** | **String** | The URL of the recovery flow | [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)


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

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

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**action** | **String** | Action will always be `show_settings_ui` show_settings_ui ContinueWithActionShowSettingsUIString |
**flow** | [**ContinueWithSettingsUiFlow**](ContinueWithSettingsUiFlow.md) | |

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


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

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

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | The ID of the settings flow |

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


8 changes: 4 additions & 4 deletions clients/client/dart/doc/FrontendApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Method | HTTP request | Description
[**toSession**](FrontendApi.md#tosession) | **GET** /sessions/whoami | Check Who the Current HTTP Session Belongs To
[**updateLoginFlow**](FrontendApi.md#updateloginflow) | **POST** /self-service/login | Submit a Login Flow
[**updateLogoutFlow**](FrontendApi.md#updatelogoutflow) | **GET** /self-service/logout | Update Logout Flow
[**updateRecoveryFlow**](FrontendApi.md#updaterecoveryflow) | **POST** /self-service/recovery | Complete Recovery Flow
[**updateRecoveryFlow**](FrontendApi.md#updaterecoveryflow) | **POST** /self-service/recovery | Update Recovery Flow
[**updateRegistrationFlow**](FrontendApi.md#updateregistrationflow) | **POST** /self-service/registration | Update Registration Flow
[**updateSettingsFlow**](FrontendApi.md#updatesettingsflow) | **POST** /self-service/settings | Complete Settings Flow
[**updateVerificationFlow**](FrontendApi.md#updateverificationflow) | **POST** /self-service/verification | Complete Verification Flow
Expand Down Expand Up @@ -375,7 +375,7 @@ No authorization required
Create Recovery Flow for Native Apps

This endpoint initiates a recovery flow for API clients such as mobile devices, smart TVs, and so on. If a valid provided session cookie or session token is provided, a 400 Bad Request error. To fetch an existing recovery flow call `/self-service/recovery/flows?flow=<flow_id>`. You MUST NOT use this endpoint in client-side (Single Page Apps, ReactJS, AngularJS) nor server-side (Java Server Pages, NodeJS, PHP, Golang, ...) browser applications. Using this endpoint in these applications will make you vulnerable to a variety of CSRF attacks. This endpoint MUST ONLY be used in scenarios such as native mobile apps (React Native, Objective C, Swift, Java, ...). More information can be found at [Ory Kratos Account Recovery Documentation](../self-service/flows/account-recovery).
This endpoint initiates a recovery flow for API clients such as mobile devices, smart TVs, and so on. If a valid provided session cookie or session token is provided, a 400 Bad Request error. On an existing recovery flow, use the `getRecoveryFlow` API endpoint. You MUST NOT use this endpoint in client-side (Single Page Apps, ReactJS, AngularJS) nor server-side (Java Server Pages, NodeJS, PHP, Golang, ...) browser applications. Using this endpoint in these applications will make you vulnerable to a variety of CSRF attacks. This endpoint MUST ONLY be used in scenarios such as native mobile apps (React Native, Objective C, Swift, Java, ...). More information can be found at [Ory Kratos Account Recovery Documentation](../self-service/flows/account-recovery).

### Example
```dart
Expand Down Expand Up @@ -1219,9 +1219,9 @@ No authorization required
# **updateRecoveryFlow**
> RecoveryFlow updateRecoveryFlow(flow, updateRecoveryFlowBody, token, cookie)
Complete Recovery Flow
Update Recovery Flow

Use this endpoint to complete a recovery flow. This endpoint behaves differently for API and browser flows and has several states: `choose_method` expects `flow` (in the URL query) and `email` (in the body) to be sent and works with API- and Browser-initiated flows. For API clients and Browser clients with HTTP Header `Accept: application/json` it either returns a HTTP 200 OK when the form is valid and HTTP 400 OK when the form is invalid. and a HTTP 303 See Other redirect with a fresh recovery flow if the flow was otherwise invalid (e.g. expired). For Browser clients without HTTP Header `Accept` or with `Accept: text/_*` it returns a HTTP 303 See Other redirect to the Recovery UI URL with the Recovery Flow ID appended. `sent_email` is the success state after `choose_method` for the `link` method and allows the user to request another recovery email. It works for both API and Browser-initiated flows and returns the same responses as the flow in `choose_method` state. `passed_challenge` expects a `token` to be sent in the URL query and given the nature of the flow (\"sending a recovery link\") does not have any API capabilities. The server responds with a HTTP 303 See Other redirect either to the Settings UI URL (if the link was valid) and instructs the user to update their password, or a redirect to the Recover UI URL with a new Recovery Flow ID which contains an error message that the recovery link was invalid. More information can be found at [Ory Kratos Account Recovery Documentation](../self-service/flows/account-recovery).
Use this endpoint to update a recovery flow. This endpoint behaves differently for API and browser flows and has several states: `choose_method` expects `flow` (in the URL query) and `email` (in the body) to be sent and works with API- and Browser-initiated flows. For API clients and Browser clients with HTTP Header `Accept: application/json` it either returns a HTTP 200 OK when the form is valid and HTTP 400 OK when the form is invalid. and a HTTP 303 See Other redirect with a fresh recovery flow if the flow was otherwise invalid (e.g. expired). For Browser clients without HTTP Header `Accept` or with `Accept: text/_*` it returns a HTTP 303 See Other redirect to the Recovery UI URL with the Recovery Flow ID appended. `sent_email` is the success state after `choose_method` for the `link` method and allows the user to request another recovery email. It works for both API and Browser-initiated flows and returns the same responses as the flow in `choose_method` state. `passed_challenge` expects a `token` to be sent in the URL query and given the nature of the flow (\"sending a recovery link\") does not have any API capabilities. The server responds with a HTTP 303 See Other redirect either to the Settings UI URL (if the link was valid) and instructs the user to update their password, or a redirect to the Recover UI URL with a new Recovery Flow ID which contains an error message that the recovery link was invalid. More information can be found at [Ory Kratos Account Recovery Documentation](../self-service/flows/account-recovery).

### Example
```dart
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 @@ -101,6 +101,7 @@ Name | Type | Description | Notes
**kratosCourierTemplatesVerificationValidEmailBodyPlaintext** | **String** | Configures the Ory Kratos Valid Verification Email Body Plaintext Template This governs the \"courier.smtp.templates.verification.valid.email.body.plaintext\" setting. | [optional]
**kratosCourierTemplatesVerificationValidEmailSubject** | **String** | Configures the Ory Kratos Valid Verification Email Subject Template This governs the \"courier.smtp.templates.verification.valid.email.subject\" setting. | [optional]
**kratosFeatureFlagsCacheableSessions** | **bool** | Configures the Ory Kratos Session caching feature flag This governs the \"feature_flags.cacheable_sessions\" setting. | [optional]
**kratosFeatureFlagsUseContinueWithTransitions** | **bool** | Configures the Ory Kratos Session use_continue_with_transitions flag This governs the \"feature_flags.use_continue_with_transitions\" setting. | [optional]
**kratosIdentitySchemas** | [**BuiltList&lt;NormalizedProjectRevisionIdentitySchema&gt;**](NormalizedProjectRevisionIdentitySchema.md) | | [optional]
**kratosOauth2ProviderHeaders** | [**JsonObject**](.md) | NullJSONRawMessage represents a json.RawMessage that works well with JSON, SQL, and Swagger and is NULLable- | [optional]
**kratosOauth2ProviderOverrideReturnTo** | **bool** | Kratos OAuth2 Provider Override Return To Enabling this allows Kratos to set the return_to parameter automatically to the OAuth2 request URL on the login flow, allowing complex flows such as recovery to continue to the initial OAuth2 flow. | [optional]
Expand Down
2 changes: 1 addition & 1 deletion clients/client/dart/doc/OAuth2Api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1132,7 +1132,7 @@ void (empty response body)
Revokes OAuth 2.0 Login Sessions by either a Subject or a SessionID

This endpoint invalidates authentication sessions. After revoking the authentication session(s), the subject has to re-authenticate at the Ory OAuth2 Provider. This endpoint does not invalidate any tokens. If you send the subject in a query param, all authentication sessions that belong to that subject are revoked. No OpennID Connect Front- or Back-channel logout is performed in this case. Alternatively, you can send a SessionID via `sid` query param, in which case, only the session that is connected to that SessionID is revoked. OpenID Connect Back-channel logout is performed in this case.
This endpoint invalidates authentication sessions. After revoking the authentication session(s), the subject has to re-authenticate at the Ory OAuth2 Provider. This endpoint does not invalidate any tokens. If you send the subject in a query param, all authentication sessions that belong to that subject are revoked. No OpenID Connect Front- or Back-channel logout is performed in this case. Alternatively, you can send a SessionID via `sid` query param, in which case, only the session that is connected to that SessionID is revoked. OpenID Connect Back-channel logout is performed in this case.

### Example
```dart
Expand Down
2 changes: 1 addition & 1 deletion clients/client/dart/doc/RecoveryCodeForIdentity.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import 'package:ory_client/api.dart';
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**expiresAt** | [**DateTime**](DateTime.md) | Expires At is the timestamp of when the recovery flow expires The timestamp when the recovery link expires. | [optional]
**expiresAt** | [**DateTime**](DateTime.md) | Expires At is the timestamp of when the recovery flow expires The timestamp when the recovery code expires. | [optional]
**recoveryCode** | **String** | RecoveryCode is the code that can be used to recover the account |
**recoveryLink** | **String** | RecoveryLink with flow This link opens the recovery UI with an empty `code` field. |

Expand Down
1 change: 1 addition & 0 deletions clients/client/dart/doc/RecoveryFlow.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
------------ | ------------- | ------------- | -------------
**active** | **String** | Active, if set, contains the recovery method that is being used. It is initially not set. | [optional]
**continueWith** | [**BuiltList&lt;ContinueWith&gt;**](ContinueWith.md) | Contains possible actions that could follow this flow | [optional]
**expiresAt** | [**DateTime**](DateTime.md) | ExpiresAt is the time (UTC) when the request expires. If the user still wishes to update the setting, a new request has to be initiated. |
**id** | **String** | ID represents the request's unique ID. When performing the recovery flow, this represents the id in the recovery ui's query parameter: http://<selfservice.flows.recovery.ui_url>?request=<id> |
**issuedAt** | [**DateTime**](DateTime.md) | IssuedAt is the time (UTC) when the request occurred. |
Expand Down
4 changes: 4 additions & 0 deletions clients/client/dart/lib/ory_client.dart
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@ export 'package:ory_client/src/model/check_permission_result.dart';
export 'package:ory_client/src/model/cloud_account.dart';
export 'package:ory_client/src/model/consistency_request_parameters.dart';
export 'package:ory_client/src/model/continue_with.dart';
export 'package:ory_client/src/model/continue_with_recovery_ui.dart';
export 'package:ory_client/src/model/continue_with_recovery_ui_flow.dart';
export 'package:ory_client/src/model/continue_with_set_ory_session_token.dart';
export 'package:ory_client/src/model/continue_with_settings_ui.dart';
export 'package:ory_client/src/model/continue_with_settings_ui_flow.dart';
export 'package:ory_client/src/model/continue_with_verification_ui.dart';
export 'package:ory_client/src/model/continue_with_verification_ui_flow.dart';
export 'package:ory_client/src/model/courier_message_status.dart';
Expand Down
Loading

0 comments on commit 86b9ef8

Please sign in to comment.