Skip to content

Commit 7ca3719

Browse files
committed
autogen: regenerate OpenAPI client for v1.22.50
Version: v1.22.50
1 parent cc52bc7 commit 7ca3719

396 files changed

Lines changed: 598 additions & 456 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
@@ -110,6 +110,8 @@ docs/GenericOidcProvider.md
110110
docs/GenericUsage.md
111111
docs/GetAttributesCount.md
112112
docs/GetJwksResponse.md
113+
docs/GetJwksResponseJwks.md
114+
docs/GetJwksResponseJwksKeysInner.md
113115
docs/GetManagedIdentitySchemaLocation.md
114116
docs/GetMetricsCount.md
115117
docs/GetMetricsEventAttributes.md
@@ -506,6 +508,8 @@ src/models/generic_oidc_provider.rs
506508
src/models/generic_usage.rs
507509
src/models/get_attributes_count.rs
508510
src/models/get_jwks_response.rs
511+
src/models/get_jwks_response_jwks.rs
512+
src/models/get_jwks_response_jwks_keys_inner.rs
509513
src/models/get_managed_identity_schema_location.rs
510514
src/models/get_metrics_count.rs
511515
src/models/get_metrics_event_attributes.rs

Cargo.lock

Lines changed: 1 addition & 1 deletion
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.49"
3+
version = "1.22.50"
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/ApiKeysApi.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Name | Type | Description | Required | Notes
8989

9090
## admin_delete_imported_api_key
9191

92-
> serde_json::Value admin_delete_imported_api_key(key_id)
92+
> admin_delete_imported_api_key(key_id)
9393
Delete Imported API Key
9494

9595
Permanently deletes an imported key (hard delete). The key is removed from the database. Use AdminRevokeImportedApiKey for soft deletion (recommended). ```http DELETE /v2alpha1/admin/importedApiKeys/{key_id} ```
@@ -103,7 +103,7 @@ Name | Type | Description | Required | Notes
103103

104104
### Return type
105105

106-
[**serde_json::Value**](serde_json::Value.md)
106+
(empty response body)
107107

108108
### Authorization
109109

@@ -212,14 +212,14 @@ Name | Type | Description | Required | Notes
212212
> models::ImportedApiKey admin_import_api_key(import_api_key_request)
213213
Import API Key
214214

215-
Imports an external API key into the system. Allows importing keys from legacy systems or external providers. The raw key is hashed and stored securely (HMAC). Imported keys support token derivation (JWT/Macaroon) like issued keys. ```http POST /v2alpha1/admin/importedApiKeys { \"raw_key\": \"sk_live_abc123xyz\", \"name\": \"Imported Stripe Key\", \"actor_id\": \"user_123\" } ```
215+
Imports an external API key into the system. Allows importing keys from legacy systems or external providers. The raw key is hashed and stored securely (HMAC). Imported keys support token derivation (JWT/Macaroon) like issued keys. ```http POST /v2alpha1/admin/importedApiKeys { \"raw_key\": \"imported-key-EXAMPLE-not-a-real-secret\", \"name\": \"Example imported key\", \"actor_id\": \"user_123\" } ```
216216

217217
### Parameters
218218

219219

220220
Name | Type | Description | Required | Notes
221221
------------- | ------------- | ------------- | ------------- | -------------
222-
**import_api_key_request** | [**ImportApiKeyRequest**](ImportApiKeyRequest.md) | Example: { \"raw_key\": \"sk_live_abc123xyz789\", \"name\": \"Stripe Production Key\", \"actor_id\": \"payment-processor\", \"scopes\": [\"read\", \"write\"], \"ttl\": \"8760h\", // 1 year (also accepts: 31536000s) \"metadata\": {\"source\": \"stripe\", \"environment\": \"production\"} } | [required] |
222+
**import_api_key_request** | [**ImportApiKeyRequest**](ImportApiKeyRequest.md) | Example: { \"raw_key\": \"imported-key-EXAMPLE-not-a-real-secret\", \"name\": \"Example imported key\", \"actor_id\": \"payment-processor\", \"scopes\": [\"read\", \"write\"], \"ttl\": \"8760h\", // 1 year (also accepts: 31536000s) \"metadata\": {\"source\": \"example-provider\", \"environment\": \"staging\"} } | [required] |
223223

224224
### Return type
225225

@@ -333,7 +333,7 @@ Name | Type | Description | Required | Notes
333333

334334
## admin_revoke_imported_api_key
335335

336-
> serde_json::Value admin_revoke_imported_api_key(key_id, admin_revoke_imported_api_key_body)
336+
> admin_revoke_imported_api_key(key_id, admin_revoke_imported_api_key_body)
337337
Revoke Imported API Key
338338

339339
Immediately revokes an imported API key. Once revoked, the key can no longer be used for authentication. This operation is irreversible. Revoked keys are retained for audit purposes. ```http POST /v2alpha1/admin/importedApiKeys/9a3f051b2c7e8d4f1a6b9c0e5f2d8a3b:revoke { \"reason\": \"REVOCATION_REASON_KEY_COMPROMISE\" } ```
@@ -348,7 +348,7 @@ Name | Type | Description | Required | Notes
348348

349349
### Return type
350350

351-
[**serde_json::Value**](serde_json::Value.md)
351+
(empty response body)
352352

353353
### Authorization
354354

@@ -364,7 +364,7 @@ Name | Type | Description | Required | Notes
364364

365365
## admin_revoke_issued_api_key
366366

367-
> serde_json::Value admin_revoke_issued_api_key(key_id, admin_revoke_issued_api_key_body)
367+
> admin_revoke_issued_api_key(key_id, admin_revoke_issued_api_key_body)
368368
Revoke Issued API Key
369369

370370
Immediately revokes an issued API key. Once revoked, the key can no longer be used for authentication. This operation is irreversible. Revoked keys are retained for audit purposes. ```http POST /v2alpha1/admin/issuedApiKeys/01HQZX9VYQKJB8XQZQXQZQXQXQ:revoke { \"reason\": \"REVOCATION_REASON_KEY_COMPROMISE\" } ```
@@ -379,7 +379,7 @@ Name | Type | Description | Required | Notes
379379

380380
### Return type
381381

382-
[**serde_json::Value**](serde_json::Value.md)
382+
(empty response body)
383383

384384
### Authorization
385385

docs/CreateEventStreamBody.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**https_endpoint** | Option<**String**> | The HTTPS endpoint URL to send events to. Required if type is https. | [optional]
88
**role_arn** | Option<**String**> | The AWS IAM role ARN to assume when publishing to the SNS topic. Required if type is sns. | [optional]
9+
**status** | Option<**String**> | The status of the event stream. Defaults to active. A paused stream is created but does not forward any events until it is set to active. | [optional]
910
**topic_arn** | Option<**String**> | The AWS SNS topic ARN. Required if type is sns. | [optional]
1011
**r#type** | **String** | The type of the event stream (AWS SNS or HTTPS webhook). |
1112

docs/EventStream.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Name | Type | Description | Notes
88
**https_endpoint** | Option<**String**> | | [optional]
99
**id** | Option<**String**> | | [optional]
1010
**role_arn** | Option<**String**> | | [optional]
11+
**status** | Option<**String**> | The status of the event stream. A paused event stream does not forward any events until it is set back to active. | [optional]
1112
**topic_arn** | Option<**String**> | | [optional]
1213
**r#type** | Option<**String**> | | [optional]
1314
**updated_at** | Option<**String**> | | [optional]

docs/GetJwksResponse.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-
**jwks** | Option<[**serde_json::Value**](.md)> | jwks is a JSON Web Key Set (RFC 7517). Always contains a single top-level field \"keys\" whose value is an array of JWK objects. Each JWK has at minimum a \"kty\" (key type), \"kid\" (key ID), and key-type-specific material (e.g., \"x\" and \"crv\" for OKP/Ed25519, \"n\" and \"e\" for RSA). | [optional]
7+
**jwks** | Option<[**models::GetJwksResponseJwks**](GetJWKSResponse_jwks.md)> | | [optional]
88

99
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1010

docs/GetJwksResponseJwks.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# GetJwksResponseJwks
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**keys** | [**Vec<models::GetJwksResponseJwksKeysInner>**](GetJWKSResponse_jwks_keys_inner.md) | Array of JWK objects. Each key has at minimum `kty` (key type) and `kid` (key ID) plus key-type-specific material (e.g. `x`/`crv` for OKP/Ed25519, `n`/`e` for RSA). |
8+
9+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
10+
11+
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# GetJwksResponseJwksKeysInner
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**alg** | Option<**String**> | | [optional]
8+
**crv** | Option<**String**> | | [optional]
9+
**e** | Option<**String**> | | [optional]
10+
**kid** | **String** | |
11+
**kty** | **String** | |
12+
**n** | Option<**String**> | | [optional]
13+
**r#use** | Option<**String**> | | [optional]
14+
**x** | Option<**String**> | | [optional]
15+
**y** | Option<**String**> | | [optional]
16+
17+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
18+
19+

docs/SetEventStreamBody.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44

55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**https_endpoint** | Option<**String**> | The HTTPS endpoint URL to send events to. Required if type is https. | [optional]
8-
**role_arn** | Option<**String**> | The AWS IAM role ARN to assume when publishing to the SNS topic. Required if type is sns. | [optional]
9-
**topic_arn** | Option<**String**> | The AWS SNS topic ARN. Required if type is sns. | [optional]
10-
**r#type** | **String** | The type of the event stream (AWS SNS or HTTPS webhook). |
7+
**https_endpoint** | Option<**String**> | The HTTPS endpoint URL to send events to. When omitted, the current value is kept. | [optional]
8+
**role_arn** | Option<**String**> | The AWS IAM role ARN to assume when publishing to the SNS topic. When omitted, the current value is kept. | [optional]
9+
**status** | Option<**String**> | The desired status of the event stream. When omitted, the current status is kept. | [optional]
10+
**topic_arn** | Option<**String**> | The AWS SNS topic ARN. When omitted, the current value is kept. | [optional]
11+
**r#type** | Option<**String**> | The type of the event stream (AWS SNS or HTTPS webhook). When omitted, the current type and its destination settings are kept. | [optional]
1112

1213
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1314

0 commit comments

Comments
 (0)