Skip to content

Commit c318468

Browse files
committed
autogen: regenerate OpenAPI client for v1.22.21
Version: v1.22.21
1 parent 450a954 commit c318468

File tree

319 files changed

+591
-391
lines changed

Some content is hidden

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

319 files changed

+591
-391
lines changed

Cargo.lock

Lines changed: 85 additions & 71 deletions
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.16"
3+
version = "1.22.21"
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/CreateOrganizationOnboardingPortalLinkBody.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,25 @@
44

55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7+
**apple_mapper_url** | Option<**String**> | AppleMapper specifies the JSONNet code snippet which uses Apple's profile information to hydrate the identity's data. | [optional]
8+
**auth0_mapper_url** | Option<**String**> | Auth0Mapper specifies the JSONNet code snippet which uses Auth0's profile information to hydrate the identity's data. | [optional]
79
**custom_hostname_id** | Option<**String**> | | [optional]
810
**enable_scim** | **bool** | Feature flag to enable SCIM configuration |
911
**enable_sso** | **bool** | Feature flag to enable SSO configuration |
1012
**expires_at** | Option<**String**> | | [optional]
13+
**facebook_mapper_url** | Option<**String**> | FacebookMapper specifies the JSONNet code snippet which uses Facebook's profile information to hydrate the identity's data. | [optional]
14+
**generic_oidc_mapper_url** | Option<**String**> | GenericOIDCMapper specifies the JSONNet code snippet which uses the OIDC Provider's profile information to hydrate the identity's data. | [optional]
15+
**github_mapper_url** | Option<**String**> | GithubMapper specifies the JSONNet code snippet which uses GitHub's profile information to hydrate the identity's data. | [optional]
16+
**gitlab_mapper_url** | Option<**String**> | GitLabMapper specifies the JSONNet code snippet which uses GitLab's profile information to hydrate the identity's data. | [optional]
17+
**google_mapper_url** | Option<**String**> | GoogleMapper specifies the JSONNet code snippet which uses Google's profile information to hydrate the identity's data. | [optional]
18+
**microsoft_mapper_url** | Option<**String**> | MicrosoftMapper specifies the JSONNet code snippet which uses Microsoft's profile information to hydrate the identity's data. | [optional]
19+
**netid_mapper_url** | Option<**String**> | NetIDMapper specifies the JSONNet code snippet which uses NetID's profile information to hydrate the identity's data. | [optional]
1120
**proxy_acs_url** | Option<**String**> | Proxy ACS URL if overriding with a customer-controlled URL | [optional]
1221
**proxy_oidc_redirect_url** | Option<**String**> | Proxy OIDC Redirect URL if overriding with a customer-controlled URL | [optional]
1322
**proxy_saml_audience_override** | Option<**String**> | SAML Audience Override if overriding with a customer-controlled one | [optional]
1423
**proxy_scim_server_url** | Option<**String**> | Proxy SCIM Server URL if overriding with a customer-controlled URL | [optional]
24+
**saml_mapper_url** | Option<**String**> | SAMLMapper specifies the JSONNet code snippet which uses the SAML Provider's profile information to hydrate the identity's data. | [optional]
25+
**scim_mapper_url** | Option<**String**> | SCIMMapper specifies the JSONNet code snippet which uses the SCIM Provider's profile information to hydrate the identity's data. | [optional]
1526

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

docs/IdentityCredentials.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
**config** | Option<[**serde_json::Value**](.md)> | | [optional]
88
**created_at** | Option<**String**> | CreatedAt is a helper struct field for gobuffalo.pop. | [optional]
9-
**identifiers** | Option<**Vec<String>**> | Identifiers represents a list of unique identifiers this credential type matches. | [optional]
9+
**identifiers** | Option<**Vec<String>**> | Identifiers represent a list of unique identifiers this credential type matches. | [optional]
1010
**r#type** | Option<**String**> | Type discriminates between different types of credentials. password CredentialsTypePassword oidc CredentialsTypeOIDC totp CredentialsTypeTOTP lookup_secret CredentialsTypeLookup webauthn CredentialsTypeWebAuthn code CredentialsTypeCodeAuth passkey CredentialsTypePasskey profile CredentialsTypeProfile saml CredentialsTypeSAML link_recovery CredentialsTypeRecoveryLink CredentialsTypeRecoveryLink is a special credential type linked to the link strategy (recovery flow). It is not used within the credentials object itself. code_recovery CredentialsTypeRecoveryCode | [optional]
1111
**updated_at** | Option<**String**> | UpdatedAt is a helper struct field for gobuffalo.pop. | [optional]
1212
**version** | Option<**i64**> | Version refers to the version of the credential. Useful when changing the config schema. | [optional]

docs/IntrospectedOAuth2Token.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
**active** | **bool** | Active is a boolean indicator of whether or not the presented token is currently active. The specifics of a token's \"active\" state will vary depending on the implementation of the authorization server and the information it keeps about its tokens, but a \"true\" value return for the \"active\" property will generally indicate that a given token has been issued by this authorization server, has not been revoked by the resource owner, and is within its given time window of validity (e.g., after its issuance time and before its expiration time). |
88
**aud** | Option<**Vec<String>**> | Audience contains a list of the token's intended audiences. | [optional]
9-
**client_id** | Option<**String**> | ID is aclient identifier for the OAuth 2.0 client that requested this token. | [optional]
9+
**client_id** | Option<**String**> | ID is a client identifier for the OAuth 2.0 client that requested this token. | [optional]
1010
**exp** | Option<**i64**> | Expires at is an integer timestamp, measured in the number of seconds since January 1 1970 UTC, indicating when this token will expire. | [optional]
1111
**ext** | Option<[**std::collections::HashMap<String, serde_json::Value>**](serde_json::Value.md)> | Extra is arbitrary data set by the session. | [optional]
1212
**iat** | Option<**i64**> | Issued at is an integer timestamp, measured in the number of seconds since January 1 1970 UTC, indicating when this token was originally issued. | [optional]

docs/JwkApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Method | HTTP request | Description
1919
> models::JsonWebKeySet create_json_web_key_set(set, create_json_web_key_set)
2020
Create JSON Web Key
2121

22-
This endpoint is capable of generating JSON Web Key Sets for you. There a different strategies available, such as symmetric cryptographic keys (HS256, HS512) and asymetric cryptographic keys (RS256, ECDSA). If the specified JSON Web Key Set does not exist, it will be created. A JSON Web Key (JWK) is a JavaScript Object Notation (JSON) data structure that represents a cryptographic key. A JWK Set is a JSON data structure that represents a set of JWKs. A JSON Web Key is identified by its set and key id. ORY Hydra uses this functionality to store cryptographic keys used for TLS and JSON Web Tokens (such as OpenID Connect ID tokens), and allows storing user-defined keys as well.
22+
This endpoint is capable of generating JSON Web Key Sets for you. There are different strategies available, such as symmetric cryptographic keys (HS256, HS512) and asymmetric cryptographic keys (RS256, ECDSA). If the specified JSON Web Key Set does not exist, it will be created. A JSON Web Key (JWK) is a JavaScript Object Notation (JSON) data structure that represents a cryptographic key. A JWK Set is a JSON data structure that represents a set of JWKs. A JSON Web Key is identified by its set and key id. ORY Hydra uses this functionality to store cryptographic keys used for TLS and JSON Web Tokens (such as OpenID Connect ID tokens), and allows storing user-defined keys as well.
2323

2424
### Parameters
2525

docs/OnboardingPortalLink.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,29 @@
44

55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7+
**apple_mapper_url** | Option<**String**> | AppleMapper specifies the JSONNet code snippet which uses Apple's profile information to hydrate the identity's data. | [optional]
8+
**auth0_mapper_url** | Option<**String**> | Auth0Mapper specifies the JSONNet code snippet which uses Auth0's profile information to hydrate the identity's data. | [optional]
79
**created_at** | Option<**String**> | The onboarding portal link's creation date | [optional][readonly]
810
**custom_hostname_id** | Option<**String**> | | [optional]
911
**enable_scim** | Option<**bool**> | Feature flag to enable SCIM configuration | [optional]
1012
**enable_sso** | Option<**bool**> | Feature flag to enable SSO configuration | [optional]
1113
**expires_at** | **String** | The onboarding portal link's expiry date | [readonly]
14+
**facebook_mapper_url** | Option<**String**> | FacebookMapper specifies the JSONNet code snippet which uses Facebook's profile information to hydrate the identity's data. | [optional]
15+
**generic_oidc_mapper_url** | Option<**String**> | GenericOIDCMapper specifies the JSONNet code snippet which uses the OIDC Provider's profile information to hydrate the identity's data. | [optional]
16+
**github_mapper_url** | Option<**String**> | GithubMapper specifies the JSONNet code snippet which uses GitHub's profile information to hydrate the identity's data. | [optional]
17+
**gitlab_mapper_url** | Option<**String**> | GitLabMapper specifies the JSONNet code snippet which uses GitLab's profile information to hydrate the identity's data. | [optional]
18+
**google_mapper_url** | Option<**String**> | GoogleMapper specifies the JSONNet code snippet which uses Google's profile information to hydrate the identity's data. | [optional]
1219
**id** | **String** | The onboarding portal link's ID. | [readonly]
20+
**microsoft_mapper_url** | Option<**String**> | MicrosoftMapper specifies the JSONNet code snippet which uses Microsoft's profile information to hydrate the identity's data. | [optional]
21+
**netid_mapper_url** | Option<**String**> | NetIDMapper specifies the JSONNet code snippet which uses NetID's profile information to hydrate the identity's data. | [optional]
1322
**organization_id** | **String** | The onboarding portal link's organization ID | [readonly]
1423
**project_id** | **String** | The onboarding portal link's project ID | [readonly]
1524
**proxy_acs_url** | Option<**String**> | Proxy ACS URL if overriding with a customer-controlled URL | [optional]
1625
**proxy_oidc_redirect_url** | Option<**String**> | Proxy OIDC Redirect URL if overriding with a customer-controlled URL | [optional]
1726
**proxy_saml_audience_override** | Option<**String**> | SAML Audience Override if overriding with a customer-controlled one | [optional]
1827
**proxy_scim_server_url** | Option<**String**> | Proxy SCIM Server URL if overriding with a customer-controlled URL | [optional]
28+
**saml_mapper_url** | Option<**String**> | SAMLMapper specifies the JSONNet code snippet which uses the SAML Provider's profile information to hydrate the identity's data. | [optional]
29+
**scim_mapper_url** | Option<**String**> | SCIMMapper specifies the JSONNet code snippet which uses the SCIM Provider's profile information to hydrate the identity's data. | [optional]
1930
**value** | **String** | The onboarding portal link's value | [readonly]
2031

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

docs/OnboardingPortalOrganization.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,31 @@
44

55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7+
**apple_mapper_url** | Option<**String**> | AppleMapper specifies the JSONNet code snippet which uses Apple's profile information to hydrate the identity's data. | [optional]
8+
**auth0_mapper_url** | Option<**String**> | Auth0Mapper specifies the JSONNet code snippet which uses Auth0's profile information to hydrate the identity's data. | [optional]
79
**base_url** | **String** | |
10+
**facebook_mapper_url** | Option<**String**> | FacebookMapper specifies the JSONNet code snippet which uses Facebook's profile information to hydrate the identity's data. | [optional]
11+
**generic_oidc_mapper_url** | Option<**String**> | GenericOIDCMapper specifies the JSONNet code snippet which uses the OIDC Provider's profile information to hydrate the identity's data. | [optional]
12+
**github_mapper_url** | Option<**String**> | GithubMapper specifies the JSONNet code snippet which uses GitHub's profile information to hydrate the identity's data. | [optional]
13+
**gitlab_mapper_url** | Option<**String**> | GitLabMapper specifies the JSONNet code snippet which uses GitLab's profile information to hydrate the identity's data. | [optional]
14+
**google_mapper_url** | Option<**String**> | GoogleMapper specifies the JSONNet code snippet which uses Google's profile information to hydrate the identity's data. | [optional]
815
**kratos_selfservice_methods_oidc_config_providers** | [**Vec<models::NormalizedProjectRevisionThirdPartyProvider>**](normalizedProjectRevisionThirdPartyProvider.md) | |
916
**kratos_selfservice_methods_saml_config_providers** | [**Vec<models::NormalizedProjectRevisionSamlProvider>**](normalizedProjectRevisionSAMLProvider.md) | |
17+
**microsoft_mapper_url** | Option<**String**> | MicrosoftMapper specifies the JSONNet code snippet which uses Microsoft's profile information to hydrate the identity's data. | [optional]
18+
**netid_mapper_url** | Option<**String**> | NetIDMapper specifies the JSONNet code snippet which uses NetID's profile information to hydrate the identity's data. | [optional]
19+
**oidc_sso_enabled** | Option<**bool**> | | [optional]
1020
**organization_id** | **String** | |
1121
**organization_label** | Option<**String**> | Organization Label | [optional]
1222
**proxy_acs_url** | Option<**String**> | Proxy ACS URL if overriding with a customer-controlled URL | [optional]
1323
**proxy_oidc_redirect_url** | Option<**String**> | Proxy OIDC Redirect URL if overriding with a customer-controlled URL | [optional]
1424
**proxy_saml_audience_override** | Option<**String**> | SAML Audience Override if overriding with a customer-controlled one | [optional]
1525
**proxy_scim_server_url** | Option<**String**> | Proxy SCIM Server URL if overriding with a customer-controlled URL | [optional]
1626
**revision_id** | **String** | |
27+
**saml_mapper_url** | Option<**String**> | SAMLMapper specifies the JSONNet code snippet which uses the SAML Provider's profile information to hydrate the identity's data. | [optional]
28+
**saml_sso_enabled** | Option<**bool**> | | [optional]
1729
**scim_clients** | [**Vec<models::NormalizedProjectRevisionScimClient>**](normalizedProjectRevisionScimClient.md) | |
1830
**scim_enabled** | **bool** | |
31+
**scim_mapper_url** | Option<**String**> | SCIMMapper specifies the JSONNet code snippet which uses the SCIM Provider's profile information to hydrate the identity's data. | [optional]
1932
**sso_enabled** | **bool** | |
2033

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

docs/PlanDetails.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,12 @@ Name | Type | Description | Notes
88
**base_fee_yearly** | **i64** | BaseFeeYearly is the yearly base fee for the plan. |
99
**custom** | **bool** | Custom is true if the plan is custom. This means it will be hidden from the pricing page. |
1010
**description** | **String** | Description is the description of the plan. |
11+
**development_features** | [**std::collections::HashMap<String, models::GenericUsage>**](GenericUsage.md) | |
1112
**features** | [**std::collections::HashMap<String, models::GenericUsage>**](GenericUsage.md) | |
1213
**latest** | Option<**bool**> | Latest is true if the plan is the latest version of a plan and should be available for self-service usage. | [optional]
1314
**name** | **String** | Name is the name of the plan. |
15+
**production_features** | [**std::collections::HashMap<String, models::GenericUsage>**](GenericUsage.md) | |
16+
**staging_features** | [**std::collections::HashMap<String, models::GenericUsage>**](GenericUsage.md) | |
1417
**version** | **i64** | Version is the version of the plan. The combination of `name@version` must be unique. |
1518

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

docs/UpdateRecoveryFlowWithLinkMethod.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**csrf_token** | Option<**String**> | Sending the anti-csrf token is only required for browser login flows. | [optional]
8-
**email** | **String** | Email to Recover Needs to be set when initiating the flow. If the email is a registered recovery email, a recovery link will be sent. If the email is not known, a email with details on what happened will be sent instead. format: email |
8+
**email** | **String** | Email to Recover Needs to be set when initiating the flow. If the email is a registered recovery email, a recovery link will be sent. If the email is not known, an email with details on what happened will be sent instead. format: email |
99
**method** | **String** | Method is the method that should be used for this recovery flow Allowed values are `link` and `code` link RecoveryStrategyLink code RecoveryStrategyCode |
1010
**transient_payload** | Option<[**serde_json::Value**](.md)> | Transient data to pass along to any webhooks | [optional]
1111

0 commit comments

Comments
 (0)