Skip to content

Commit 2b9dfb9

Browse files
committed
autogen: regenerate OpenAPI client for v1.20.11
Version: v1.20.11
1 parent b500934 commit 2b9dfb9

620 files changed

Lines changed: 706 additions & 640 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.

Ory.Client.sln

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
22
# Visual Studio 2012
33
VisualStudioVersion = 12.0.0.0
44
MinimumVisualStudioVersion = 10.0.0.1
5-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ory.Client", "src\Ory.Client\Ory.Client.csproj", "{1313EADD-B78C-4B1B-9AB3-9AE0B4BB109F}"
5+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ory.Client", "src\Ory.Client\Ory.Client.csproj", "{C3B338C7-EE0E-4241-A393-AD30F997D48A}"
66
EndProject
77
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ory.Client.Test", "src\Ory.Client.Test\Ory.Client.Test.csproj", "{19F1DEBC-DE5E-4517-8062-F000CD499087}"
88
EndProject
@@ -12,10 +12,10 @@ Global
1212
Release|Any CPU = Release|Any CPU
1313
EndGlobalSection
1414
GlobalSection(ProjectConfigurationPlatforms) = postSolution
15-
{1313EADD-B78C-4B1B-9AB3-9AE0B4BB109F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16-
{1313EADD-B78C-4B1B-9AB3-9AE0B4BB109F}.Debug|Any CPU.Build.0 = Debug|Any CPU
17-
{1313EADD-B78C-4B1B-9AB3-9AE0B4BB109F}.Release|Any CPU.ActiveCfg = Release|Any CPU
18-
{1313EADD-B78C-4B1B-9AB3-9AE0B4BB109F}.Release|Any CPU.Build.0 = Release|Any CPU
15+
{C3B338C7-EE0E-4241-A393-AD30F997D48A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16+
{C3B338C7-EE0E-4241-A393-AD30F997D48A}.Debug|Any CPU.Build.0 = Debug|Any CPU
17+
{C3B338C7-EE0E-4241-A393-AD30F997D48A}.Release|Any CPU.ActiveCfg = Release|Any CPU
18+
{C3B338C7-EE0E-4241-A393-AD30F997D48A}.Release|Any CPU.Build.0 = Release|Any CPU
1919
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
2020
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.Build.0 = Debug|Any CPU
2121
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Release|Any CPU.ActiveCfg = Release|Any CPU

api/openapi.yaml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ info:
3939
url: https://www.apache.org/licenses/LICENSE-2.0.html
4040
termsOfService: /tos
4141
title: Ory APIs
42-
version: v1.20.10
42+
version: v1.20.11
4343
servers:
4444
- url: "https://{project_slug}.projects.oryapis.com/"
4545
variables:
@@ -9398,6 +9398,10 @@ components:
93989398
title: "StringSliceJSONFormat represents []string{} which is encoded to/from\
93999399
\ JSON for SQL storage."
94009400
type: array
9401+
kratos_security_account_enumeration_mitigate:
9402+
description: Configures if account enumeration should be mitigated when
9403+
using identifier first login.
9404+
type: boolean
94019405
kratos_selfservice_allowed_return_urls:
94029406
items:
94039407
type: string
@@ -15124,6 +15128,10 @@ components:
1512415128
title: "StringSliceJSONFormat represents []string{} which is encoded to/from\
1512515129
\ JSON for SQL storage."
1512615130
type: array
15131+
kratos_security_account_enumeration_mitigate:
15132+
description: Configures if account enumeration should be mitigated when
15133+
using identifier first login.
15134+
type: boolean
1512715135
kratos_selfservice_allowed_return_urls:
1512815136
items:
1512915137
type: string
@@ -18814,6 +18822,7 @@ components:
1881418822
permission_checks_rate_limit_tier RateLimitTierPermissionChecks
1881518823
oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect
1881618824
create_recovery_admin_rate_limit_tier RateLimitTierCreateAdminRecovery
18825+
scim_rate_limit_tier RateLimitTierSCIM
1881718826
enum:
1881818827
- production_projects
1881918828
- staging_projects
@@ -18852,6 +18861,7 @@ components:
1885218861
- permission_checks_rate_limit_tier
1885318862
- oauth2_introspect_rate_limit_tier
1885418863
- create_recovery_admin_rate_limit_tier
18864+
- scim_rate_limit_tier
1885518865
type: string
1885618866
x-go-enum-desc: |-
1885718867
production_projects ProductionProjects
@@ -18891,6 +18901,7 @@ components:
1889118901
permission_checks_rate_limit_tier RateLimitTierPermissionChecks
1889218902
oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect
1889318903
create_recovery_admin_rate_limit_tier RateLimitTierCreateAdminRecovery
18904+
scim_rate_limit_tier RateLimitTierSCIM
1889418905
feature_available:
1889518906
type: boolean
1889618907
included:
@@ -21328,13 +21339,15 @@ components:
2132821339
current-password InputAttributeAutocompleteCurrentPassword
2132921340
new-password InputAttributeAutocompleteNewPassword
2133021341
one-time-code InputAttributeAutocompleteOneTimeCode
21342+
username webauthn InputAttributeAutocompleteUsernameWebauthn
2133121343
enum:
2133221344
- email
2133321345
- tel
2133421346
- url
2133521347
- current-password
2133621348
- new-password
2133721349
- one-time-code
21350+
- username webauthn
2133821351
type: string
2133921352
x-go-enum-desc: |-
2134021353
email InputAttributeAutocompleteEmail
@@ -21343,6 +21356,7 @@ components:
2134321356
current-password InputAttributeAutocompleteCurrentPassword
2134421357
new-password InputAttributeAutocompleteNewPassword
2134521358
one-time-code InputAttributeAutocompleteOneTimeCode
21359+
username webauthn InputAttributeAutocompleteUsernameWebauthn
2134621360
disabled:
2134721361
description: Sets the input's disabled field to true or false.
2134821362
type: boolean

docs/ClientCreateProjectNormalizedPayload.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ Name | Type | Description | Notes
127127
**KratosSecretsCipher** | **List<string>** | | [optional]
128128
**KratosSecretsCookie** | **List<string>** | | [optional]
129129
**KratosSecretsDefault** | **List<string>** | | [optional]
130+
**KratosSecurityAccountEnumerationMitigate** | **bool** | Configures if account enumeration should be mitigated when using identifier first login. | [optional]
130131
**KratosSelfserviceAllowedReturnUrls** | **List<string>** | | [optional]
131132
**KratosSelfserviceDefaultBrowserReturnUrl** | **string** | Configures the Ory Kratos Default Return URL This governs the \"selfservice.allowed_return_urls\" setting. | [optional]
132133
**KratosSelfserviceFlowsErrorUiUrl** | **string** | Configures the Ory Kratos Error UI URL This governs the \"selfservice.flows.error.ui_url\" setting. | [optional]

docs/ClientNormalizedProjectRevision.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ Name | Type | Description | Notes
124124
**KratosSecretsCipher** | **List<string>** | | [optional]
125125
**KratosSecretsCookie** | **List<string>** | | [optional]
126126
**KratosSecretsDefault** | **List<string>** | | [optional]
127+
**KratosSecurityAccountEnumerationMitigate** | **bool** | Configures if account enumeration should be mitigated when using identifier first login. | [optional]
127128
**KratosSelfserviceAllowedReturnUrls** | **List<string>** | | [optional]
128129
**KratosSelfserviceDefaultBrowserReturnUrl** | **string** | Configures the Ory Kratos Default Return URL This governs the \"selfservice.allowed_return_urls\" setting. | [optional]
129130
**KratosSelfserviceFlowsErrorUiUrl** | **string** | Configures the Ory Kratos Error UI URL This governs the \"selfservice.flows.error.ui_url\" setting. | [optional]

docs/ClientQuotaUsage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**AdditionalPrice** | **string** | The additional price per unit in cents. |
88
**CanUseMore** | **bool** | |
9-
**Feature** | **string** | production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS data_location_asiane DataLocationAsiaNorthEast m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks captcha Captcha saml_sp SAMLSP saml_idp SAMLIDP auto_link_policy AutoLinkPolicy scim_clients SCIMClients default_smtp_email_customization DefaultSMTPEmailCustomization data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect create_recovery_admin_rate_limit_tier RateLimitTierCreateAdminRecovery |
9+
**Feature** | **string** | production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS data_location_asiane DataLocationAsiaNorthEast m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks captcha Captcha saml_sp SAMLSP saml_idp SAMLIDP auto_link_policy AutoLinkPolicy scim_clients SCIMClients default_smtp_email_customization DefaultSMTPEmailCustomization data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect create_recovery_admin_rate_limit_tier RateLimitTierCreateAdminRecovery scim_rate_limit_tier RateLimitTierSCIM |
1010
**FeatureAvailable** | **bool** | |
1111
**Included** | **long** | |
1212
**IsUnlimited** | **bool** | |

docs/ClientUiNodeAttributes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**Autocomplete** | **string** | The autocomplete attribute for the input. email InputAttributeAutocompleteEmail tel InputAttributeAutocompleteTel url InputAttributeAutocompleteUrl current-password InputAttributeAutocompleteCurrentPassword new-password InputAttributeAutocompleteNewPassword one-time-code InputAttributeAutocompleteOneTimeCode | [optional]
7+
**Autocomplete** | **string** | The autocomplete attribute for the input. email InputAttributeAutocompleteEmail tel InputAttributeAutocompleteTel url InputAttributeAutocompleteUrl current-password InputAttributeAutocompleteCurrentPassword new-password InputAttributeAutocompleteNewPassword one-time-code InputAttributeAutocompleteOneTimeCode username webauthn InputAttributeAutocompleteUsernameWebauthn | [optional]
88
**Disabled** | **bool** | Sets the input's disabled field to true or false. |
99
**Label** | [**ClientUiText**](ClientUiText.md) | | [optional]
1010
**Maxlength** | **long** | MaxLength may contain the input's maximum length. | [optional]

docs/ClientUiNodeInputAttributes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ InputAttributes represents the attributes of an input node
55

66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
8-
**Autocomplete** | **string** | The autocomplete attribute for the input. email InputAttributeAutocompleteEmail tel InputAttributeAutocompleteTel url InputAttributeAutocompleteUrl current-password InputAttributeAutocompleteCurrentPassword new-password InputAttributeAutocompleteNewPassword one-time-code InputAttributeAutocompleteOneTimeCode | [optional]
8+
**Autocomplete** | **string** | The autocomplete attribute for the input. email InputAttributeAutocompleteEmail tel InputAttributeAutocompleteTel url InputAttributeAutocompleteUrl current-password InputAttributeAutocompleteCurrentPassword new-password InputAttributeAutocompleteNewPassword one-time-code InputAttributeAutocompleteOneTimeCode username webauthn InputAttributeAutocompleteUsernameWebauthn | [optional]
99
**Disabled** | **bool** | Sets the input's disabled field to true or false. |
1010
**Label** | [**ClientUiText**](ClientUiText.md) | | [optional]
1111
**Maxlength** | **long** | MaxLength may contain the input's maximum length. | [optional]

src/Ory.Client.Test/Api/CourierApiTests.cs

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.20.10
6+
* The version of the OpenAPI document: v1.20.11
77
* Contact: support@ory.sh
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

src/Ory.Client.Test/Api/EventsApiTests.cs

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.20.10
6+
* The version of the OpenAPI document: v1.20.11
77
* Contact: support@ory.sh
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

0 commit comments

Comments
 (0)