Skip to content

Commit

Permalink
chore: regenerate OpenAPI client v1.1.45
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Aug 13, 2023
1 parent e438cbc commit f5389b6
Show file tree
Hide file tree
Showing 2,817 changed files with 3,322 additions and 18,228 deletions.
4 changes: 2 additions & 2 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.1.44
- API version: v1.1.45
- 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.1.44
ory_client: 1.1.45
```
### Github
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 @@ -58,6 +58,7 @@ Name | Type | Description | Notes
**kratosCourierSmtpFromAddress** | **String** | Configures the Ory Kratos SMTP From Address This governs the \"courier.smtp.from_address\" setting. | [optional]
**kratosCourierSmtpFromName** | **String** | Configures the Ory Kratos SMTP From Name This governs the \"courier.smtp.from_name\" setting. | [optional]
**kratosCourierSmtpHeaders** | [**JsonObject**](.md) | NullJSONRawMessage represents a json.RawMessage that works well with JSON, SQL, and Swagger and is NULLable- | [optional]
**kratosCourierSmtpLocalName** | **String** | Configures the local_name to use in SMTP connections This governs the \"courier.smtp.local_name\" setting. | [optional]
**kratosCourierTemplatesRecoveryCodeInvalidEmailBodyHtml** | **String** | Configures the Ory Kratos Invalid Recovery via Code Email Body HTML Template This governs the \"courier.smtp.templates.recovery_code.invalid.email.body.html\" setting. | [optional]
**kratosCourierTemplatesRecoveryCodeInvalidEmailBodyPlaintext** | **String** | Configures the Ory Kratos Invalid Recovery via Code Email Body Plaintext Template This governs the \"courier.smtp.templates.recovery_code.invalid.email.body.plaintext\" setting. | [optional]
**kratosCourierTemplatesRecoveryCodeInvalidEmailSubject** | **String** | Configures the Ory Kratos Invalid Recovery via Code Email Subject Template This governs the \"courier.smtp.templates.recovery_code.invalid.email.body.html\" setting. | [optional]
Expand Down
19 changes: 19 additions & 0 deletions clients/client/dart/lib/src/model/normalized_project_revision.dart
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ part 'normalized_project_revision.g.dart';
/// * [kratosCourierSmtpFromAddress] - Configures the Ory Kratos SMTP From Address This governs the \"courier.smtp.from_address\" setting.
/// * [kratosCourierSmtpFromName] - Configures the Ory Kratos SMTP From Name This governs the \"courier.smtp.from_name\" setting.
/// * [kratosCourierSmtpHeaders] - NullJSONRawMessage represents a json.RawMessage that works well with JSON, SQL, and Swagger and is NULLable-
/// * [kratosCourierSmtpLocalName] - Configures the local_name to use in SMTP connections This governs the \"courier.smtp.local_name\" setting.
/// * [kratosCourierTemplatesRecoveryCodeInvalidEmailBodyHtml] - Configures the Ory Kratos Invalid Recovery via Code Email Body HTML Template This governs the \"courier.smtp.templates.recovery_code.invalid.email.body.html\" setting.
/// * [kratosCourierTemplatesRecoveryCodeInvalidEmailBodyPlaintext] - Configures the Ory Kratos Invalid Recovery via Code Email Body Plaintext Template This governs the \"courier.smtp.templates.recovery_code.invalid.email.body.plaintext\" setting.
/// * [kratosCourierTemplatesRecoveryCodeInvalidEmailSubject] - Configures the Ory Kratos Invalid Recovery via Code Email Subject Template This governs the \"courier.smtp.templates.recovery_code.invalid.email.body.html\" setting.
Expand Down Expand Up @@ -366,6 +367,10 @@ abstract class NormalizedProjectRevision implements Built<NormalizedProjectRevis
@BuiltValueField(wireName: r'kratos_courier_smtp_headers')
JsonObject? get kratosCourierSmtpHeaders;

/// Configures the local_name to use in SMTP connections This governs the \"courier.smtp.local_name\" setting.
@BuiltValueField(wireName: r'kratos_courier_smtp_local_name')
String? get kratosCourierSmtpLocalName;

/// Configures the Ory Kratos Invalid Recovery via Code Email Body HTML Template This governs the \"courier.smtp.templates.recovery_code.invalid.email.body.html\" setting.
@BuiltValueField(wireName: r'kratos_courier_templates_recovery_code_invalid_email_body_html')
String? get kratosCourierTemplatesRecoveryCodeInvalidEmailBodyHtml;
Expand Down Expand Up @@ -1159,6 +1164,13 @@ class _$NormalizedProjectRevisionSerializer implements PrimitiveSerializer<Norma
specifiedType: const FullType.nullable(JsonObject),
);
}
if (object.kratosCourierSmtpLocalName != null) {
yield r'kratos_courier_smtp_local_name';
yield serializers.serialize(
object.kratosCourierSmtpLocalName,
specifiedType: const FullType(String),
);
}
if (object.kratosCourierTemplatesRecoveryCodeInvalidEmailBodyHtml != null) {
yield r'kratos_courier_templates_recovery_code_invalid_email_body_html';
yield serializers.serialize(
Expand Down Expand Up @@ -2267,6 +2279,13 @@ class _$NormalizedProjectRevisionSerializer implements PrimitiveSerializer<Norma
if (valueDes == null) continue;
result.kratosCourierSmtpHeaders = valueDes;
break;
case r'kratos_courier_smtp_local_name':
final valueDes = serializers.deserialize(
value,
specifiedType: const FullType(String),
) as String;
result.kratosCourierSmtpLocalName = valueDes;
break;
case r'kratos_courier_templates_recovery_code_invalid_email_body_html':
final valueDes = serializers.deserialize(
value,
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion clients/client/dart/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: ory_client
version: 1.1.44
version: 1.1.45
description: OpenAPI API client for Ory Network, Ory&#39;s web-scale API for identity and access control.
homepage: https://www.ory.sh
repository: https://github.com/ory/sdk/tree/master/clients/client/dart
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,12 @@ void main() {
// TODO
});

// Configures the local_name to use in SMTP connections This governs the \"courier.smtp.local_name\" setting.
// String kratosCourierSmtpLocalName
test('to test the property `kratosCourierSmtpLocalName`', () async {
// TODO
});

// Configures the Ory Kratos Invalid Recovery via Code Email Body HTML Template This governs the \"courier.smtp.templates.recovery_code.invalid.email.body.html\" setting.
// String kratosCourierTemplatesRecoveryCodeInvalidEmailBodyHtml
test('to test the property `kratosCourierTemplatesRecoveryCodeInvalidEmailBodyHtml`', () async {
Expand Down
10 changes: 5 additions & 5 deletions clients/client/dotnet/Ory.Client.sln
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
VisualStudioVersion = 12.0.0.0
MinimumVisualStudioVersion = 10.0.0.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ory.Client", "src\Ory.Client\Ory.Client.csproj", "{D872159A-6338-42B2-994F-CDFD3D8CEAAB}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ory.Client", "src\Ory.Client\Ory.Client.csproj", "{2532849B-8951-4A97-90B2-9A9D7D15B748}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ory.Client.Test", "src\Ory.Client.Test\Ory.Client.Test.csproj", "{19F1DEBC-DE5E-4517-8062-F000CD499087}"
EndProject
Expand All @@ -12,10 +12,10 @@ Global
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D872159A-6338-42B2-994F-CDFD3D8CEAAB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D872159A-6338-42B2-994F-CDFD3D8CEAAB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D872159A-6338-42B2-994F-CDFD3D8CEAAB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D872159A-6338-42B2-994F-CDFD3D8CEAAB}.Release|Any CPU.Build.0 = Release|Any CPU
{2532849B-8951-4A97-90B2-9A9D7D15B748}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2532849B-8951-4A97-90B2-9A9D7D15B748}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2532849B-8951-4A97-90B2-9A9D7D15B748}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2532849B-8951-4A97-90B2-9A9D7D15B748}.Release|Any CPU.Build.0 = Release|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down
4 changes: 2 additions & 2 deletions clients/client/dotnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ with a valid Personal Access Token. Public APIs are mostly used in browsers.

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

- API version: v1.1.44
- SDK version: 1.1.44
- API version: v1.1.45
- SDK version: 1.1.45
- Build package: org.openapitools.codegen.languages.CSharpNetCoreClientCodegen
For more information, please visit [https://www.ory.sh](https://www.ory.sh)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ Name | Type | Description | Notes
**KratosCourierSmtpFromAddress** | **string** | Configures the Ory Kratos SMTP From Address This governs the \&quot;courier.smtp.from_address\&quot; setting. | [optional]
**KratosCourierSmtpFromName** | **string** | Configures the Ory Kratos SMTP From Name This governs the \&quot;courier.smtp.from_name\&quot; setting. | [optional]
**KratosCourierSmtpHeaders** | **Object** | NullJSONRawMessage represents a json.RawMessage that works well with JSON, SQL, and Swagger and is NULLable- | [optional]
**KratosCourierSmtpLocalName** | **string** | Configures the local_name to use in SMTP connections This governs the \&quot;courier.smtp.local_name\&quot; setting. | [optional]
**KratosCourierTemplatesRecoveryCodeInvalidEmailBodyHtml** | **string** | Configures the Ory Kratos Invalid Recovery via Code Email Body HTML Template This governs the \&quot;courier.smtp.templates.recovery_code.invalid.email.body.html\&quot; setting. | [optional]
**KratosCourierTemplatesRecoveryCodeInvalidEmailBodyPlaintext** | **string** | Configures the Ory Kratos Invalid Recovery via Code Email Body Plaintext Template This governs the \&quot;courier.smtp.templates.recovery_code.invalid.email.body.plaintext\&quot; setting. | [optional]
**KratosCourierTemplatesRecoveryCodeInvalidEmailSubject** | **string** | Configures the Ory Kratos Invalid Recovery via Code Email Subject Template This governs the \&quot;courier.smtp.templates.recovery_code.invalid.email.body.html\&quot; setting. | [optional]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* 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.
*
* The version of the OpenAPI document: v1.1.44
* The version of the OpenAPI document: v1.1.45
* Contact: [email protected]
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* 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.
*
* The version of the OpenAPI document: v1.1.44
* The version of the OpenAPI document: v1.1.45
* Contact: [email protected]
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* 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.
*
* The version of the OpenAPI document: v1.1.44
* The version of the OpenAPI document: v1.1.45
* Contact: [email protected]
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* 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.
*
* The version of the OpenAPI document: v1.1.44
* The version of the OpenAPI document: v1.1.45
* Contact: [email protected]
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* 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.
*
* The version of the OpenAPI document: v1.1.44
* The version of the OpenAPI document: v1.1.45
* Contact: [email protected]
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* 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.
*
* The version of the OpenAPI document: v1.1.44
* The version of the OpenAPI document: v1.1.45
* Contact: [email protected]
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* 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.
*
* The version of the OpenAPI document: v1.1.44
* The version of the OpenAPI document: v1.1.45
* Contact: [email protected]
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* 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.
*
* The version of the OpenAPI document: v1.1.44
* The version of the OpenAPI document: v1.1.45
* Contact: [email protected]
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* 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.
*
* The version of the OpenAPI document: v1.1.44
* The version of the OpenAPI document: v1.1.45
* Contact: [email protected]
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* 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.
*
* The version of the OpenAPI document: v1.1.44
* The version of the OpenAPI document: v1.1.45
* Contact: [email protected]
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* 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.
*
* The version of the OpenAPI document: v1.1.44
* The version of the OpenAPI document: v1.1.45
* Contact: [email protected]
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* 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.
*
* The version of the OpenAPI document: v1.1.44
* The version of the OpenAPI document: v1.1.45
* Contact: [email protected]
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* 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.
*
* The version of the OpenAPI document: v1.1.44
* The version of the OpenAPI document: v1.1.45
* Contact: [email protected]
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* 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.
*
* The version of the OpenAPI document: v1.1.44
* The version of the OpenAPI document: v1.1.45
* Contact: [email protected]
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
Expand Down
Loading

0 comments on commit f5389b6

Please sign in to comment.