Skip to content

Commit 11e534c

Browse files
committed
autogen: regenerate OpenAPI client for v1.22.60
Version: v1.22.60
1 parent be1cf48 commit 11e534c

396 files changed

Lines changed: 543 additions & 412 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.

docs/CreateProjectNormalizedPayload.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Name | Type
3030
`hydra_oauth2_grant_jwt_iat_optional` | boolean
3131
`hydra_oauth2_grant_jwt_jti_optional` | boolean
3232
`hydra_oauth2_grant_jwt_max_ttl` | string
33+
`hydra_oauth2_grant_jwt_omit_assertion_audience` | boolean
3334
`hydra_oauth2_grant_refresh_token_rotation_grace_period` | string
3435
`hydra_oauth2_grant_refresh_token_rotation_grace_reuse_count` | number
3536
`hydra_oauth2_mirror_top_level_claims` | boolean
@@ -138,6 +139,7 @@ Name | Type
138139
`kratos_feature_flags_legacy_oidc_registration_node_group` | boolean
139140
`kratos_feature_flags_legacy_require_verified_login_error` | boolean
140141
`kratos_feature_flags_password_profile_registration_node_group` | boolean
142+
`kratos_feature_flags_refresh_login_choose_address` | boolean
141143
`kratos_feature_flags_use_continue_with_transitions` | boolean
142144
`kratos_identity_schemas` | [Array<NormalizedProjectRevisionIdentitySchema>](NormalizedProjectRevisionIdentitySchema.md)
143145
`kratos_oauth2_provider_headers` | object
@@ -214,7 +216,9 @@ Name | Type
214216
`kratos_selfservice_methods_code_mfa_enabled` | boolean
215217
`kratos_selfservice_methods_code_passwordless_enabled` | boolean
216218
`kratos_selfservice_methods_code_passwordless_login_fallback_enabled` | boolean
219+
`kratos_selfservice_methods_deviceauthn_config_android_app_ids` | Array<string>
217220
`kratos_selfservice_methods_deviceauthn_config_insecure_allow_relaxed_attestation` | boolean
221+
`kratos_selfservice_methods_deviceauthn_config_ios_app_ids` | Array<string>
218222
`kratos_selfservice_methods_deviceauthn_enabled` | boolean
219223
`kratos_selfservice_methods_link_config_base_url` | string
220224
`kratos_selfservice_methods_link_config_lifespan` | string
@@ -311,6 +315,7 @@ const example = {
311315
"hydra_oauth2_grant_jwt_iat_optional": null,
312316
"hydra_oauth2_grant_jwt_jti_optional": null,
313317
"hydra_oauth2_grant_jwt_max_ttl": 30m,
318+
"hydra_oauth2_grant_jwt_omit_assertion_audience": null,
314319
"hydra_oauth2_grant_refresh_token_rotation_grace_period": null,
315320
"hydra_oauth2_grant_refresh_token_rotation_grace_reuse_count": null,
316321
"hydra_oauth2_mirror_top_level_claims": null,
@@ -419,6 +424,7 @@ const example = {
419424
"kratos_feature_flags_legacy_oidc_registration_node_group": null,
420425
"kratos_feature_flags_legacy_require_verified_login_error": null,
421426
"kratos_feature_flags_password_profile_registration_node_group": null,
427+
"kratos_feature_flags_refresh_login_choose_address": null,
422428
"kratos_feature_flags_use_continue_with_transitions": null,
423429
"kratos_identity_schemas": null,
424430
"kratos_oauth2_provider_headers": null,
@@ -495,7 +501,9 @@ const example = {
495501
"kratos_selfservice_methods_code_mfa_enabled": null,
496502
"kratos_selfservice_methods_code_passwordless_enabled": null,
497503
"kratos_selfservice_methods_code_passwordless_login_fallback_enabled": null,
504+
"kratos_selfservice_methods_deviceauthn_config_android_app_ids": null,
498505
"kratos_selfservice_methods_deviceauthn_config_insecure_allow_relaxed_attestation": null,
506+
"kratos_selfservice_methods_deviceauthn_config_ios_app_ids": null,
499507
"kratos_selfservice_methods_deviceauthn_enabled": null,
500508
"kratos_selfservice_methods_link_config_base_url": null,
501509
"kratos_selfservice_methods_link_config_lifespan": null,

docs/NormalizedProjectRevision.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Name | Type
2727
`hydra_oauth2_grant_jwt_iat_optional` | boolean
2828
`hydra_oauth2_grant_jwt_jti_optional` | boolean
2929
`hydra_oauth2_grant_jwt_max_ttl` | string
30+
`hydra_oauth2_grant_jwt_omit_assertion_audience` | boolean
3031
`hydra_oauth2_grant_refresh_token_rotation_grace_period` | string
3132
`hydra_oauth2_grant_refresh_token_rotation_grace_reuse_count` | number
3233
`hydra_oauth2_mirror_top_level_claims` | boolean
@@ -135,6 +136,7 @@ Name | Type
135136
`kratos_feature_flags_legacy_oidc_registration_node_group` | boolean
136137
`kratos_feature_flags_legacy_require_verified_login_error` | boolean
137138
`kratos_feature_flags_password_profile_registration_node_group` | boolean
139+
`kratos_feature_flags_refresh_login_choose_address` | boolean
138140
`kratos_feature_flags_use_continue_with_transitions` | boolean
139141
`kratos_identity_schemas` | [Array<NormalizedProjectRevisionIdentitySchema>](NormalizedProjectRevisionIdentitySchema.md)
140142
`kratos_oauth2_provider_headers` | object
@@ -211,7 +213,9 @@ Name | Type
211213
`kratos_selfservice_methods_code_mfa_enabled` | boolean
212214
`kratos_selfservice_methods_code_passwordless_enabled` | boolean
213215
`kratos_selfservice_methods_code_passwordless_login_fallback_enabled` | boolean
216+
`kratos_selfservice_methods_deviceauthn_config_android_app_ids` | Array<string>
214217
`kratos_selfservice_methods_deviceauthn_config_insecure_allow_relaxed_attestation` | boolean
218+
`kratos_selfservice_methods_deviceauthn_config_ios_app_ids` | Array<string>
215219
`kratos_selfservice_methods_deviceauthn_enabled` | boolean
216220
`kratos_selfservice_methods_link_config_base_url` | string
217221
`kratos_selfservice_methods_link_config_lifespan` | string
@@ -305,6 +309,7 @@ const example = {
305309
"hydra_oauth2_grant_jwt_iat_optional": null,
306310
"hydra_oauth2_grant_jwt_jti_optional": null,
307311
"hydra_oauth2_grant_jwt_max_ttl": 30m,
312+
"hydra_oauth2_grant_jwt_omit_assertion_audience": null,
308313
"hydra_oauth2_grant_refresh_token_rotation_grace_period": null,
309314
"hydra_oauth2_grant_refresh_token_rotation_grace_reuse_count": null,
310315
"hydra_oauth2_mirror_top_level_claims": null,
@@ -413,6 +418,7 @@ const example = {
413418
"kratos_feature_flags_legacy_oidc_registration_node_group": null,
414419
"kratos_feature_flags_legacy_require_verified_login_error": null,
415420
"kratos_feature_flags_password_profile_registration_node_group": null,
421+
"kratos_feature_flags_refresh_login_choose_address": null,
416422
"kratos_feature_flags_use_continue_with_transitions": null,
417423
"kratos_identity_schemas": null,
418424
"kratos_oauth2_provider_headers": null,
@@ -489,7 +495,9 @@ const example = {
489495
"kratos_selfservice_methods_code_mfa_enabled": null,
490496
"kratos_selfservice_methods_code_passwordless_enabled": null,
491497
"kratos_selfservice_methods_code_passwordless_login_fallback_enabled": null,
498+
"kratos_selfservice_methods_deviceauthn_config_android_app_ids": null,
492499
"kratos_selfservice_methods_deviceauthn_config_insecure_allow_relaxed_attestation": null,
500+
"kratos_selfservice_methods_deviceauthn_config_ios_app_ids": null,
493501
"kratos_selfservice_methods_deviceauthn_enabled": null,
494502
"kratos_selfservice_methods_link_config_base_url": null,
495503
"kratos_selfservice_methods_link_config_lifespan": null,

docs/NormalizedProjectRevisionSAMLProvider.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Name | Type
1818
`proxy_saml_audience_override` | string
1919
`raw_idp_metadata_xml` | string
2020
`state` | string
21+
`update_identity_on_login` | string
2122
`updated_at` | Date
2223
`valid_to` | Array<string>
2324

@@ -40,6 +41,7 @@ const example = {
4041
"proxy_saml_audience_override": null,
4142
"raw_idp_metadata_xml": null,
4243
"state": null,
44+
"update_identity_on_login": null,
4345
"updated_at": null,
4446
"valid_to": null,
4547
} satisfies NormalizedProjectRevisionSAMLProvider

docs/UpdateSettingsFlowWithDeviceAuthnMethodAdd.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ Name | Type
88
------------ | -------------
99
`attestation_ios` | string
1010
`certificate_chain_android` | Array<string>
11-
`client_key_id` | string
1211
`device_name` | string
1312
`version` | number
1413

@@ -21,7 +20,6 @@ import type { UpdateSettingsFlowWithDeviceAuthnMethodAdd } from '@ory/client-fet
2120
const example = {
2221
"attestation_ios": null,
2322
"certificate_chain_android": null,
24-
"client_key_id": null,
2523
"device_name": null,
2624
"version": null,
2725
} satisfies UpdateSettingsFlowWithDeviceAuthnMethodAdd

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ory/client-fetch",
3-
"version": "v1.22.59",
3+
"version": "v1.22.60",
44
"description": "OpenAPI client for @ory/client-fetch",
55
"author": "Ory Corp",
66
"repository": {

src/apis/ApiKeysApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Ory APIs
55
* # 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) |
66
*
7-
* The version of the OpenAPI document: v1.22.59
7+
* The version of the OpenAPI document: v1.22.60
88
* Contact: support@ory.sh
99
*
1010
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/apis/CourierApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Ory APIs
55
* # 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) |
66
*
7-
* The version of the OpenAPI document: v1.22.59
7+
* The version of the OpenAPI document: v1.22.60
88
* Contact: support@ory.sh
99
*
1010
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/apis/ElementsApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Ory APIs
55
* # 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) |
66
*
7-
* The version of the OpenAPI document: v1.22.59
7+
* The version of the OpenAPI document: v1.22.60
88
* Contact: support@ory.sh
99
*
1010
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/apis/EventsApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Ory APIs
55
* # 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) |
66
*
7-
* The version of the OpenAPI document: v1.22.59
7+
* The version of the OpenAPI document: v1.22.60
88
* Contact: support@ory.sh
99
*
1010
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

0 commit comments

Comments
 (0)