Skip to content

Commit 74e5e63

Browse files
committed
chore: regenerate OpenAPI client v1.18.5
1 parent b763844 commit 74e5e63

File tree

3,277 files changed

+4116
-24807
lines changed

Some content is hidden

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

3,277 files changed

+4116
-24807
lines changed

clients/client/dart/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# 1.18.4
1+
# 1.18.5
22

33
Please refer to https://changelog.ory.sh and https://www.ory.sh/docs/sdk

clients/client/dart/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This document describes the APIs available in the Ory Network. The APIs are avai
2323

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

26-
- API version: v1.18.4
26+
- API version: v1.18.5
2727
- Generator version: 7.12.0
2828
- Build package: org.openapitools.codegen.languages.DartDioClientCodegen
2929

@@ -38,7 +38,7 @@ This Dart package is automatically generated by the [OpenAPI Generator](https://
3838
To use the package from [pub.dev](https://pub.dev), please include the following in pubspec.yaml
3939
```yaml
4040
dependencies:
41-
ory_client: 1.18.4
41+
ory_client: 1.18.5
4242
```
4343
4444
### Github

clients/client/dart/doc/CreateProjectNormalizedPayload.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,8 @@ Name | Type | Description | Notes
177177
**kratosSelfserviceFlowsVerificationNotifyUnknownRecipients** | **bool** | Configures whether to notify unknown recipients of a Ory Kratos verification flow This governs the \"selfservice.flows.verification.notify_unknown_recipients\" setting. | [optional]
178178
**kratosSelfserviceFlowsVerificationUiUrl** | **String** | Configures the Ory Kratos Verification UI URL This governs the \"selfservice.flows.verification.ui_url\" setting. | [optional]
179179
**kratosSelfserviceFlowsVerificationUse** | **String** | Configures the Ory Kratos Strategy to use for Verification This governs the \"selfservice.flows.verification.use\" setting. link SelfServiceMessageVerificationStrategyLink code SelfServiceMessageVerificationStrategyCode | [optional]
180-
**kratosSelfserviceMethodsCaptchaConfigCfTurnstileSitekey** | **String** | Configures the Turnstile site key for CAPTCHA protection The site key is public and will be shared with the client. Reach out to your account manager to enable this feature. | [optional]
180+
**kratosSelfserviceMethodsCaptchaConfigCfTurnstileSecret** | **String** | Configures the Cloudflare Turnstile site secret for CAPTCHA protection The site secret is private and will be never be shared with the client. This key is write only and the value will not be returned in response to a read request. Reach out to your account manager to enable this feature. | [optional]
181+
**kratosSelfserviceMethodsCaptchaConfigCfTurnstileSitekey** | **String** | Configures the Cloudflare Turnstile site key for CAPTCHA protection The site key is public and will be shared with the client. Reach out to your account manager to enable this feature. | [optional]
181182
**kratosSelfserviceMethodsCaptchaEnabled** | **bool** | Configures the Ory Kratos Self-Service Methods' Captcha Enabled Setting Reach out to your account manager to enable this feature. | [optional]
182183
**kratosSelfserviceMethodsCodeConfigLifespan** | **String** | Configures the Ory Kratos Code Method's lifespan This governs the \"selfservice.methods.code.config.lifespan\" setting. | [optional]
183184
**kratosSelfserviceMethodsCodeConfigMissingCredentialFallbackEnabled** | **bool** | Enables a fallback method required in certain legacy use cases. This governs the \"selfservice.methods.code.config.missing_credential_fallback_enabled\" setting. | [optional]

clients/client/dart/doc/NormalizedProjectRevision.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,8 @@ Name | Type | Description | Notes
175175
**kratosSelfserviceFlowsVerificationNotifyUnknownRecipients** | **bool** | Configures whether to notify unknown recipients of a Ory Kratos verification flow This governs the \"selfservice.flows.verification.notify_unknown_recipients\" setting. | [optional]
176176
**kratosSelfserviceFlowsVerificationUiUrl** | **String** | Configures the Ory Kratos Verification UI URL This governs the \"selfservice.flows.verification.ui_url\" setting. | [optional]
177177
**kratosSelfserviceFlowsVerificationUse** | **String** | Configures the Ory Kratos Strategy to use for Verification This governs the \"selfservice.flows.verification.use\" setting. link SelfServiceMessageVerificationStrategyLink code SelfServiceMessageVerificationStrategyCode | [optional]
178-
**kratosSelfserviceMethodsCaptchaConfigCfTurnstileSitekey** | **String** | Configures the Turnstile site key for CAPTCHA protection The site key is public and will be shared with the client. Reach out to your account manager to enable this feature. | [optional]
178+
**kratosSelfserviceMethodsCaptchaConfigCfTurnstileSecret** | **String** | Configures the Cloudflare Turnstile site secret for CAPTCHA protection The site secret is private and will be never be shared with the client. This key is write only and the value will not be returned in response to a read request. Reach out to your account manager to enable this feature. | [optional]
179+
**kratosSelfserviceMethodsCaptchaConfigCfTurnstileSitekey** | **String** | Configures the Cloudflare Turnstile site key for CAPTCHA protection The site key is public and will be shared with the client. Reach out to your account manager to enable this feature. | [optional]
179180
**kratosSelfserviceMethodsCaptchaEnabled** | **bool** | Configures the Ory Kratos Self-Service Methods' Captcha Enabled Setting Reach out to your account manager to enable this feature. | [optional]
180181
**kratosSelfserviceMethodsCodeConfigLifespan** | **String** | Configures the Ory Kratos Code Method's lifespan This governs the \"selfservice.methods.code.config.lifespan\" setting. | [optional]
181182
**kratosSelfserviceMethodsCodeConfigMissingCredentialFallbackEnabled** | **bool** | Enables a fallback method required in certain legacy use cases. This governs the \"selfservice.methods.code.config.missing_credential_fallback_enabled\" setting. | [optional]

clients/client/dart/lib/src/model/create_project_normalized_payload.dart

+21-2
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,8 @@ part 'create_project_normalized_payload.g.dart';
189189
/// * [kratosSelfserviceFlowsVerificationNotifyUnknownRecipients] - Configures whether to notify unknown recipients of a Ory Kratos verification flow This governs the \"selfservice.flows.verification.notify_unknown_recipients\" setting.
190190
/// * [kratosSelfserviceFlowsVerificationUiUrl] - Configures the Ory Kratos Verification UI URL This governs the \"selfservice.flows.verification.ui_url\" setting.
191191
/// * [kratosSelfserviceFlowsVerificationUse] - Configures the Ory Kratos Strategy to use for Verification This governs the \"selfservice.flows.verification.use\" setting. link SelfServiceMessageVerificationStrategyLink code SelfServiceMessageVerificationStrategyCode
192-
/// * [kratosSelfserviceMethodsCaptchaConfigCfTurnstileSitekey] - Configures the Turnstile site key for CAPTCHA protection The site key is public and will be shared with the client. Reach out to your account manager to enable this feature.
192+
/// * [kratosSelfserviceMethodsCaptchaConfigCfTurnstileSecret] - Configures the Cloudflare Turnstile site secret for CAPTCHA protection The site secret is private and will be never be shared with the client. This key is write only and the value will not be returned in response to a read request. Reach out to your account manager to enable this feature.
193+
/// * [kratosSelfserviceMethodsCaptchaConfigCfTurnstileSitekey] - Configures the Cloudflare Turnstile site key for CAPTCHA protection The site key is public and will be shared with the client. Reach out to your account manager to enable this feature.
193194
/// * [kratosSelfserviceMethodsCaptchaEnabled] - Configures the Ory Kratos Self-Service Methods' Captcha Enabled Setting Reach out to your account manager to enable this feature.
194195
/// * [kratosSelfserviceMethodsCodeConfigLifespan] - Configures the Ory Kratos Code Method's lifespan This governs the \"selfservice.methods.code.config.lifespan\" setting.
195196
/// * [kratosSelfserviceMethodsCodeConfigMissingCredentialFallbackEnabled] - Enables a fallback method required in certain legacy use cases. This governs the \"selfservice.methods.code.config.missing_credential_fallback_enabled\" setting.
@@ -911,7 +912,11 @@ abstract class CreateProjectNormalizedPayload implements Built<CreateProjectNorm
911912
CreateProjectNormalizedPayloadKratosSelfserviceFlowsVerificationUseEnum? get kratosSelfserviceFlowsVerificationUse;
912913
// enum kratosSelfserviceFlowsVerificationUseEnum { link, code, };
913914

914-
/// Configures the Turnstile site key for CAPTCHA protection The site key is public and will be shared with the client. Reach out to your account manager to enable this feature.
915+
/// Configures the Cloudflare Turnstile site secret for CAPTCHA protection The site secret is private and will be never be shared with the client. This key is write only and the value will not be returned in response to a read request. Reach out to your account manager to enable this feature.
916+
@BuiltValueField(wireName: r'kratos_selfservice_methods_captcha_config_cf_turnstile_secret')
917+
String? get kratosSelfserviceMethodsCaptchaConfigCfTurnstileSecret;
918+
919+
/// Configures the Cloudflare Turnstile site key for CAPTCHA protection The site key is public and will be shared with the client. Reach out to your account manager to enable this feature.
915920
@BuiltValueField(wireName: r'kratos_selfservice_methods_captcha_config_cf_turnstile_sitekey')
916921
String? get kratosSelfserviceMethodsCaptchaConfigCfTurnstileSitekey;
917922

@@ -2326,6 +2331,13 @@ class _$CreateProjectNormalizedPayloadSerializer implements PrimitiveSerializer<
23262331
specifiedType: const FullType(CreateProjectNormalizedPayloadKratosSelfserviceFlowsVerificationUseEnum),
23272332
);
23282333
}
2334+
if (object.kratosSelfserviceMethodsCaptchaConfigCfTurnstileSecret != null) {
2335+
yield r'kratos_selfservice_methods_captcha_config_cf_turnstile_secret';
2336+
yield serializers.serialize(
2337+
object.kratosSelfserviceMethodsCaptchaConfigCfTurnstileSecret,
2338+
specifiedType: const FullType(String),
2339+
);
2340+
}
23292341
if (object.kratosSelfserviceMethodsCaptchaConfigCfTurnstileSitekey != null) {
23302342
yield r'kratos_selfservice_methods_captcha_config_cf_turnstile_sitekey';
23312343
yield serializers.serialize(
@@ -3897,6 +3909,13 @@ class _$CreateProjectNormalizedPayloadSerializer implements PrimitiveSerializer<
38973909
) as CreateProjectNormalizedPayloadKratosSelfserviceFlowsVerificationUseEnum;
38983910
result.kratosSelfserviceFlowsVerificationUse = valueDes;
38993911
break;
3912+
case r'kratos_selfservice_methods_captcha_config_cf_turnstile_secret':
3913+
final valueDes = serializers.deserialize(
3914+
value,
3915+
specifiedType: const FullType(String),
3916+
) as String;
3917+
result.kratosSelfserviceMethodsCaptchaConfigCfTurnstileSecret = valueDes;
3918+
break;
39003919
case r'kratos_selfservice_methods_captcha_config_cf_turnstile_sitekey':
39013920
final valueDes = serializers.deserialize(
39023921
value,

clients/client/dart/lib/src/model/create_project_normalized_payload.g.dart

+20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)