Skip to content

Commit b112fed

Browse files
committed
autogen: regenerate OpenAPI client for v1.22.57
Version: v1.22.57
1 parent ae19b55 commit b112fed

400 files changed

Lines changed: 631 additions & 450 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.openapi-generator/FILES

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ docs/CheckOplSyntaxResult.md
3838
docs/CheckPermissionResult.md
3939
docs/CheckPermissionResultWithError.md
4040
docs/CloudAccount.md
41-
docs/ConsistencyRequestParameters.md
4241
docs/ContinueWith.md
4342
docs/ContinueWithRecoveryUi.md
4443
docs/ContinueWithRecoveryUiFlow.md
@@ -335,6 +334,7 @@ docs/UpdateFedcmFlowBody.md
335334
docs/UpdateIdentityBody.md
336335
docs/UpdateLoginFlowBody.md
337336
docs/UpdateLoginFlowWithCodeMethod.md
337+
docs/UpdateLoginFlowWithDeviceAuthnMethod.md
338338
docs/UpdateLoginFlowWithIdentifierFirstMethod.md
339339
docs/UpdateLoginFlowWithLookupSecretMethod.md
340340
docs/UpdateLoginFlowWithOidcMethod.md
@@ -356,6 +356,9 @@ docs/UpdateRegistrationFlowWithProfileMethod.md
356356
docs/UpdateRegistrationFlowWithSamlMethod.md
357357
docs/UpdateRegistrationFlowWithWebAuthnMethod.md
358358
docs/UpdateSettingsFlowBody.md
359+
docs/UpdateSettingsFlowWithDeviceAuthnMethod.md
360+
docs/UpdateSettingsFlowWithDeviceAuthnMethodAdd.md
361+
docs/UpdateSettingsFlowWithDeviceAuthnMethodDelete.md
359362
docs/UpdateSettingsFlowWithLookupMethod.md
360363
docs/UpdateSettingsFlowWithOidcMethod.md
361364
docs/UpdateSettingsFlowWithPasskeyMethod.md
@@ -442,7 +445,6 @@ src/models/check_opl_syntax_result.rs
442445
src/models/check_permission_result.rs
443446
src/models/check_permission_result_with_error.rs
444447
src/models/cloud_account.rs
445-
src/models/consistency_request_parameters.rs
446448
src/models/continue_with.rs
447449
src/models/continue_with_recovery_ui.rs
448450
src/models/continue_with_recovery_ui_flow.rs
@@ -728,6 +730,7 @@ src/models/update_fedcm_flow_body.rs
728730
src/models/update_identity_body.rs
729731
src/models/update_login_flow_body.rs
730732
src/models/update_login_flow_with_code_method.rs
733+
src/models/update_login_flow_with_device_authn_method.rs
731734
src/models/update_login_flow_with_identifier_first_method.rs
732735
src/models/update_login_flow_with_lookup_secret_method.rs
733736
src/models/update_login_flow_with_oidc_method.rs
@@ -749,6 +752,9 @@ src/models/update_registration_flow_with_profile_method.rs
749752
src/models/update_registration_flow_with_saml_method.rs
750753
src/models/update_registration_flow_with_web_authn_method.rs
751754
src/models/update_settings_flow_body.rs
755+
src/models/update_settings_flow_with_device_authn_method.rs
756+
src/models/update_settings_flow_with_device_authn_method_add.rs
757+
src/models/update_settings_flow_with_device_authn_method_delete.rs
752758
src/models/update_settings_flow_with_lookup_method.rs
753759
src/models/update_settings_flow_with_oidc_method.rs
754760
src/models/update_settings_flow_with_passkey_method.rs

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ory-client"
3-
version = "1.22.56"
3+
version = "1.22.57"
44
authors = ["support@ory.sh"]
55
description = "OpenAPI API client for Ory Network, Ory's web-scale API for identity and access control."
66
license = "Apache-2.0"

docs/ConsistencyRequestParameters.md

Lines changed: 0 additions & 11 deletions
This file was deleted.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# UpdateLoginFlowWithDeviceAuthnMethod
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**client_key_id** | Option<**String**> | Login with a DeviceAuthn Security Key. This must contain the client ID of the DeviceAuthN key, a.k.a 'key alias' on Android and 'key id' on iOS. | [optional]
8+
**method** | **String** | Method should be set to \"deviceauthn\" when logging in using the DeviceAuthn strategy. |
9+
**signature** | Option<**String**> | Signature is a ES256 signature of the server-provided challenge. | [optional]
10+
**transient_payload** | Option<[**serde_json::Value**](.md)> | Transient data to pass along to any webhooks | [optional]
11+
12+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
13+
14+
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# UpdateSettingsFlowWithDeviceAuthnMethod
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**add** | Option<[**models::UpdateSettingsFlowWithDeviceAuthnMethodAdd**](updateSettingsFlowWithDeviceAuthnMethodAdd.md)> | | [optional]
8+
**csrf_token** | Option<**String**> | CSRFToken is the anti-CSRF token It only is required to remove a key from the browser. | [optional]
9+
**delete** | Option<[**models::UpdateSettingsFlowWithDeviceAuthnMethodDelete**](updateSettingsFlowWithDeviceAuthnMethodDelete.md)> | | [optional]
10+
**method** | **String** | Method Should be set to \"deviceauthn\" when trying to add or remove a DeviceAuthn key. |
11+
**transient_payload** | Option<[**serde_json::Value**](.md)> | Transient data to pass along to any webhooks | [optional]
12+
13+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
14+
15+
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# UpdateSettingsFlowWithDeviceAuthnMethodAdd
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**attestation_ios** | Option<**String**> | | [optional]
8+
**certificate_chain_android** | Option<**Vec<String>**> | CertificateChainAndroid is a list of base64 strings for creating a key on Android. Each element is a certificate. The first element is the leaf, corresponding to the on-device key, the last is the root (Google CA). | [optional]
9+
**client_key_id** | **String** | ClientKeyID is the key id/alias on the device. |
10+
**device_name** | **String** | DeviceName is a human-readable name for the device e.g. 'My work phone'. |
11+
**version** | Option<**i64**> | Version is the version number for the cryptography. For now only `1` is supported which corresponds to SHA256 + EC. | [optional]
12+
13+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
14+
15+
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# UpdateSettingsFlowWithDeviceAuthnMethodDelete
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**client_key_id** | **String** | ClientKeyID is the key id/alias on the device. |
8+
9+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
10+
11+

src/apis/api_keys_api.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | -------------- | ---------------------------------------------------------------- | ------------------------------------------------------------------------------------ | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
55
*
6-
* The version of the OpenAPI document: v1.22.56
6+
* The version of the OpenAPI document: v1.22.57
77
* Contact: support@ory.sh
88
* Generated by: https://openapi-generator.tech
99
*/

src/apis/configuration.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | -------------- | ---------------------------------------------------------------- | ------------------------------------------------------------------------------------ | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
55
*
6-
* The version of the OpenAPI document: v1.22.56
6+
* The version of the OpenAPI document: v1.22.57
77
* Contact: support@ory.sh
88
* Generated by: https://openapi-generator.tech
99
*/
@@ -40,7 +40,7 @@ impl Default for Configuration {
4040
fn default() -> Self {
4141
Configuration {
4242
base_path: "https://playground.projects.oryapis.com".to_owned(),
43-
user_agent: Some("ory-client-rust/v1.22.56".to_owned()),
43+
user_agent: Some("ory-client-rust/v1.22.57".to_owned()),
4444
client: reqwest::Client::new(),
4545
basic_auth: None,
4646
oauth_access_token: None,

0 commit comments

Comments
 (0)