Skip to content

Commit 89228b6

Browse files
committed
autogen: regenerate OpenAPI client for v1.22.54
Version: v1.22.54
1 parent de132a1 commit 89228b6

398 files changed

Lines changed: 673 additions & 589 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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ docs/DeviceAuthnIosAttestation.md
9292
docs/DeviceAuthnKey.md
9393
docs/DeviceAuthorization.md
9494
docs/DeviceUserAuthRequest.md
95+
docs/ElementsApi.md
96+
docs/ElementsConfiguration.md
9597
docs/EmailTemplateData.md
9698
docs/EmailTemplateDataBody.md
9799
docs/ErrorAuthenticatorAssuranceLevelNotSatisfied.md
@@ -391,6 +393,7 @@ git_push.sh
391393
src/apis/api_keys_api.rs
392394
src/apis/configuration.rs
393395
src/apis/courier_api.rs
396+
src/apis/elements_api.rs
394397
src/apis/events_api.rs
395398
src/apis/frontend_api.rs
396399
src/apis/identity_api.rs
@@ -492,6 +495,7 @@ src/models/device_authn_ios_attestation.rs
492495
src/models/device_authn_key.rs
493496
src/models/device_authorization.rs
494497
src/models/device_user_auth_request.rs
498+
src/models/elements_configuration.rs
495499
src/models/email_template_data.rs
496500
src/models/email_template_data_body.rs
497501
src/models/error_authenticator_assurance_level_not_satisfied.rs

Cargo.lock

Lines changed: 8 additions & 202 deletions
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.53"
3+
version = "1.22.54"
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/CreateProjectNormalizedPayload.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,10 @@ Name | Type | Description | Notes
110110
**kratos_courier_templates_registration_code_valid_email_body_plaintext** | Option<**String**> | Configures the Ory Kratos Valid Registration via Code Email Body Plaintext Template This governs the \"courier.templates.registration_code.valid.email.body.plaintext\" setting. | [optional]
111111
**kratos_courier_templates_registration_code_valid_email_subject** | Option<**String**> | Configures the Ory Kratos Valid Registration via Code Email Subject Template This governs the \"courier.templates.registration_code.valid.email.subject\" setting. | [optional]
112112
**kratos_courier_templates_registration_code_valid_sms_body_plaintext** | Option<**String**> | Configures the Ory Kratos Valid Registration via Code SMS Body Plaintext Template This governs the \"courier.templates.registration_code.valid.sms.body.plaintext\" setting. | [optional]
113+
**kratos_courier_templates_verifiable_address_changed_email_body_html** | Option<**String**> | Configures the Ory Kratos Verifiable Address Changed Email Body HTML Template This governs the \"courier.templates.verifiable_address_changed.email.body.html\" setting. | [optional]
114+
**kratos_courier_templates_verifiable_address_changed_email_body_plaintext** | Option<**String**> | Configures the Ory Kratos Verifiable Address Changed Email Body Plaintext Template This governs the \"courier.templates.verifiable_address_changed.email.body.plaintext\" setting. | [optional]
115+
**kratos_courier_templates_verifiable_address_changed_email_subject** | Option<**String**> | Configures the Ory Kratos Verifiable Address Changed Email Subject Template This governs the \"courier.templates.verifiable_address_changed.email.subject\" setting. | [optional]
116+
**kratos_courier_templates_verifiable_address_changed_sms_body_plaintext** | Option<**String**> | Configures the Ory Kratos Verifiable Address Changed SMS Body Plaintext Template This governs the \"courier.templates.verifiable_address_changed.sms.body.plaintext\" setting. | [optional]
113117
**kratos_courier_templates_verification_code_invalid_email_body_html** | Option<**String**> | Configures the Ory Kratos Invalid Verification via Code Email Body HTML Template This governs the \"courier.templates.verification_code.invalid.email.body.html\" setting. | [optional]
114118
**kratos_courier_templates_verification_code_invalid_email_body_plaintext** | Option<**String**> | Configures the Ory Kratos Invalid Verification via Code Email Body Plaintext Template This governs the \"courier.templates.verification_code.invalid.email.body.plaintext\" setting. | [optional]
115119
**kratos_courier_templates_verification_code_invalid_email_subject** | Option<**String**> | Configures the Ory Kratos Invalid Verification via Code Email Subject Template This governs the \"courier.templates.verification_code.invalid.email.subject\" setting. | [optional]
@@ -207,6 +211,7 @@ Name | Type | Description | Notes
207211
**kratos_selfservice_methods_code_mfa_enabled** | Option<**bool**> | Configures whether the code method can be used to fulfil MFA flows This governs the \"selfservice.methods.code.mfa_enabled\" setting. | [optional]
208212
**kratos_selfservice_methods_code_passwordless_enabled** | Option<**bool**> | Configures whether Ory Kratos Passwordless should use the Code Method This governs the \"selfservice.methods.code.passwordless_enabled\" setting. | [optional]
209213
**kratos_selfservice_methods_code_passwordless_login_fallback_enabled** | Option<**bool**> | This setting allows the code method to always login a user with code if they have registered with another authentication method such as password or social sign in. This governs the \"selfservice.methods.code.passwordless_login_fallback_enabled\" setting. | [optional]
214+
**kratos_selfservice_methods_deviceauthn_config_insecure_allow_relaxed_attestation** | Option<**bool**> | Configures whether Ory Kratos Device authentication accepts relaxed attestations for testing Only allowed on development projects and forced off otherwise. Keys enrolled under relaxation are short-lived and refused once this is turned off. This governs the \"selfservice.methods.deviceauthn.config.insecure_allow_relaxed_attestation\" setting. | [optional]
210215
**kratos_selfservice_methods_deviceauthn_enabled** | Option<**bool**> | Configures whether Ory Kratos Device authentication is enabled This governs the \"selfservice.methods.deviceauthn.enabled\" setting. | [optional]
211216
**kratos_selfservice_methods_link_config_base_url** | Option<**String**> | Configures the Base URL which Recovery, Verification, and Login Links Point to It is recommended to leave this value empty. It will be appropriately configured to the best matching domain (e.g. when using custom domains) automatically. This governs the \"selfservice.methods.link.config.base_url\" setting. | [optional]
212217
**kratos_selfservice_methods_link_config_lifespan** | Option<**String**> | Configures the Ory Kratos Link Method's lifespan This governs the \"selfservice.methods.link.config.lifespan\" setting. | [optional]

docs/DeviceAuthnKey.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Name | Type | Description | Notes
1010
**device_name** | Option<**String**> | DeviceName is a human readable name for the device, helping the user to distinguish it from others. | [optional]
1111
**device_type** | Option<**String**> | | [optional]
1212
**public_key** | Option<**Vec<i32>**> | PublicKey is an EC (in v1) public key, used to verify signatures, stored as uncompressed bytes. The private key resides inside the device and does not exist on the server. | [optional]
13+
**relaxed_attestation_expires_at** | Option<**String**> | RelaxedAttestationExpiresAt is set only when the key's attestation chain validated because relaxed attestation was allowed (software roots, expired certs, software security level) rather than under strict rules. Such keys are second-class: they are refused at login after this time, or immediately if relaxed attestation is turned off. It is nil for hardware-attested keys that pass strict validation. | [optional]
1314
**state** | Option<**String**> | | [optional]
1415
**version** | Option<**i64**> | v1 uses SHA256 + EC256. v2 (in the future) may use ML-DSA which is post-quantum resistant. This requires Android/iOS support so we have to wait. We intentionally avoid storing the cryptographic algorithm here a la JWT/TLS to avoid security issues and algorithm negotiation. | [optional]
1516

0 commit comments

Comments
 (0)