Skip to content

Commit ac0a93c

Browse files
committed
autogen: regenerate OpenAPI client for v1.22.35
Version: v1.22.35
1 parent 70ecb13 commit ac0a93c

714 files changed

Lines changed: 5050 additions & 1709 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: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ docs/AcceptOAuth2LoginRequest.md
1111
docs/AccountExperienceColors.md
1212
docs/AccountExperienceConfiguration.md
1313
docs/AddProjectToWorkspaceBody.md
14+
docs/AdminIdentityImportCredentialsLookupSecret.md
15+
docs/AdminIdentityImportCredentialsLookupSecretConfig.md
1416
docs/Attribute.md
1517
docs/AttributeFilter.md
1618
docs/AttributesCountDatapoint.md
@@ -100,9 +102,14 @@ docs/IdentityApi.md
100102
docs/IdentityCredentials.md
101103
docs/IdentityCredentialsCode.md
102104
docs/IdentityCredentialsCodeAddress.md
105+
docs/IdentityCredentialsLookupSecretCode.md
103106
docs/IdentityCredentialsOidc.md
104107
docs/IdentityCredentialsOidcProvider.md
105108
docs/IdentityCredentialsPassword.md
109+
docs/IdentityCredentialsWebAuthn.md
110+
docs/IdentityCredentialsWebAuthnAttestation.md
111+
docs/IdentityCredentialsWebAuthnAuthenticator.md
112+
docs/IdentityCredentialsWebAuthnFlags.md
106113
docs/IdentityPatch.md
107114
docs/IdentityPatchResponse.md
108115
docs/IdentitySchemaContainer.md
@@ -111,11 +118,17 @@ docs/IdentityWithCredentials.md
111118
docs/IdentityWithCredentialsOidc.md
112119
docs/IdentityWithCredentialsOidcConfig.md
113120
docs/IdentityWithCredentialsOidcConfigProvider.md
121+
docs/IdentityWithCredentialsPasskey.md
122+
docs/IdentityWithCredentialsPasskeyConfig.md
114123
docs/IdentityWithCredentialsPassword.md
115124
docs/IdentityWithCredentialsPasswordConfig.md
116125
docs/IdentityWithCredentialsSaml.md
117126
docs/IdentityWithCredentialsSamlConfig.md
118127
docs/IdentityWithCredentialsSamlConfigProvider.md
128+
docs/IdentityWithCredentialsTotp.md
129+
docs/IdentityWithCredentialsTotpConfig.md
130+
docs/IdentityWithCredentialsWebAuthn.md
131+
docs/IdentityWithCredentialsWebAuthnConfig.md
119132
docs/InternalGetProjectBrandingBody.md
120133
docs/InternalIsAXWelcomeScreenEnabledForProjectBody.md
121134
docs/InternalIsOwnerForProjectBySlug.md
@@ -180,6 +193,7 @@ docs/OrganizationBody.md
180193
docs/OrganizationOnboardingPortalLinksResponse.md
181194
docs/ParseError.md
182195
docs/PatchIdentitiesBody.md
196+
docs/PatchWorkspaceMemberBody.md
183197
docs/PerformNativeLogoutBody.md
184198
docs/PermissionApi.md
185199
docs/PermissionsOnWorkspace.md
@@ -342,6 +356,8 @@ ory_client/models/accept_o_auth2_login_request.py
342356
ory_client/models/account_experience_colors.py
343357
ory_client/models/account_experience_configuration.py
344358
ory_client/models/add_project_to_workspace_body.py
359+
ory_client/models/admin_identity_import_credentials_lookup_secret.py
360+
ory_client/models/admin_identity_import_credentials_lookup_secret_config.py
345361
ory_client/models/attribute.py
346362
ory_client/models/attribute_filter.py
347363
ory_client/models/attributes_count_datapoint.py
@@ -427,9 +443,14 @@ ory_client/models/identity.py
427443
ory_client/models/identity_credentials.py
428444
ory_client/models/identity_credentials_code.py
429445
ory_client/models/identity_credentials_code_address.py
446+
ory_client/models/identity_credentials_lookup_secret_code.py
430447
ory_client/models/identity_credentials_oidc.py
431448
ory_client/models/identity_credentials_oidc_provider.py
432449
ory_client/models/identity_credentials_password.py
450+
ory_client/models/identity_credentials_web_authn.py
451+
ory_client/models/identity_credentials_web_authn_attestation.py
452+
ory_client/models/identity_credentials_web_authn_authenticator.py
453+
ory_client/models/identity_credentials_web_authn_flags.py
433454
ory_client/models/identity_patch.py
434455
ory_client/models/identity_patch_response.py
435456
ory_client/models/identity_schema_container.py
@@ -438,11 +459,17 @@ ory_client/models/identity_with_credentials.py
438459
ory_client/models/identity_with_credentials_oidc.py
439460
ory_client/models/identity_with_credentials_oidc_config.py
440461
ory_client/models/identity_with_credentials_oidc_config_provider.py
462+
ory_client/models/identity_with_credentials_passkey.py
463+
ory_client/models/identity_with_credentials_passkey_config.py
441464
ory_client/models/identity_with_credentials_password.py
442465
ory_client/models/identity_with_credentials_password_config.py
443466
ory_client/models/identity_with_credentials_saml.py
444467
ory_client/models/identity_with_credentials_saml_config.py
445468
ory_client/models/identity_with_credentials_saml_config_provider.py
469+
ory_client/models/identity_with_credentials_totp.py
470+
ory_client/models/identity_with_credentials_totp_config.py
471+
ory_client/models/identity_with_credentials_web_authn.py
472+
ory_client/models/identity_with_credentials_web_authn_config.py
446473
ory_client/models/internal_get_project_branding_body.py
447474
ory_client/models/internal_is_ax_welcome_screen_enabled_for_project_body.py
448475
ory_client/models/internal_is_owner_for_project_by_slug.py
@@ -503,6 +530,7 @@ ory_client/models/organization_body.py
503530
ory_client/models/organization_onboarding_portal_links_response.py
504531
ory_client/models/parse_error.py
505532
ory_client/models/patch_identities_body.py
533+
ory_client/models/patch_workspace_member_body.py
506534
ory_client/models/perform_native_logout_body.py
507535
ory_client/models/permissions_on_workspace.py
508536
ory_client/models/plan.py
@@ -647,6 +675,8 @@ test/test_accept_o_auth2_login_request.py
647675
test/test_account_experience_colors.py
648676
test/test_account_experience_configuration.py
649677
test/test_add_project_to_workspace_body.py
678+
test/test_admin_identity_import_credentials_lookup_secret.py
679+
test/test_admin_identity_import_credentials_lookup_secret_config.py
650680
test/test_attribute.py
651681
test/test_attribute_filter.py
652682
test/test_attributes_count_datapoint.py
@@ -736,9 +766,14 @@ test/test_identity_api.py
736766
test/test_identity_credentials.py
737767
test/test_identity_credentials_code.py
738768
test/test_identity_credentials_code_address.py
769+
test/test_identity_credentials_lookup_secret_code.py
739770
test/test_identity_credentials_oidc.py
740771
test/test_identity_credentials_oidc_provider.py
741772
test/test_identity_credentials_password.py
773+
test/test_identity_credentials_web_authn.py
774+
test/test_identity_credentials_web_authn_attestation.py
775+
test/test_identity_credentials_web_authn_authenticator.py
776+
test/test_identity_credentials_web_authn_flags.py
742777
test/test_identity_patch.py
743778
test/test_identity_patch_response.py
744779
test/test_identity_schema_container.py
@@ -747,11 +782,17 @@ test/test_identity_with_credentials.py
747782
test/test_identity_with_credentials_oidc.py
748783
test/test_identity_with_credentials_oidc_config.py
749784
test/test_identity_with_credentials_oidc_config_provider.py
785+
test/test_identity_with_credentials_passkey.py
786+
test/test_identity_with_credentials_passkey_config.py
750787
test/test_identity_with_credentials_password.py
751788
test/test_identity_with_credentials_password_config.py
752789
test/test_identity_with_credentials_saml.py
753790
test/test_identity_with_credentials_saml_config.py
754791
test/test_identity_with_credentials_saml_config_provider.py
792+
test/test_identity_with_credentials_totp.py
793+
test/test_identity_with_credentials_totp_config.py
794+
test/test_identity_with_credentials_web_authn.py
795+
test/test_identity_with_credentials_web_authn_config.py
755796
test/test_internal_get_project_branding_body.py
756797
test/test_internal_is_ax_welcome_screen_enabled_for_project_body.py
757798
test/test_internal_is_owner_for_project_by_slug.py
@@ -816,6 +857,7 @@ test/test_organization_body.py
816857
test/test_organization_onboarding_portal_links_response.py
817858
test/test_parse_error.py
818859
test/test_patch_identities_body.py
860+
test/test_patch_workspace_member_body.py
819861
test/test_perform_native_logout_body.py
820862
test/test_permission_api.py
821863
test/test_permissions_on_workspace.py

docs/AcceptOAuth2ConsentRequest.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
88
**context** | **object** | | [optional]
9-
**grant_access_token_audience** | **List[str]** | | [optional]
10-
**grant_scope** | **List[str]** | | [optional]
9+
**grant_access_token_audience** | **List[str]** | GrantedAudience sets the audience the user authorized the client to use. Should be a subset of `requested_access_token_audience`. | [optional]
10+
**grant_scope** | **List[str]** | GrantScope sets the scope the user authorized the client to use. Should be a subset of `requested_scope`. | [optional]
1111
**remember** | **bool** | Remember, if set to true, tells ORY Hydra to remember this consent authorization and reuse it if the same client asks the same user for the same, or a subset of, scope. | [optional]
1212
**remember_for** | **int** | RememberFor sets how long the consent authorization should be remembered for in seconds. If set to `0`, the authorization will be remembered indefinitely. | [optional]
1313
**session** | [**AcceptOAuth2ConsentRequestSession**](AcceptOAuth2ConsentRequestSession.md) | | [optional]

docs/AcceptOAuth2LoginRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
88
**acr** | **str** | ACR sets the Authentication AuthorizationContext Class Reference value for this authentication session. You can use it to express that, for example, a user authenticated using two-factor authentication. | [optional]
9-
**amr** | **List[str]** | | [optional]
9+
**amr** | **List[str]** | AMR sets the Authentication Methods References value for this authentication session. You can use it to specify the method a user used to authenticate. For example, if the acr indicates a user used two-factor authentication, the amr can express they used a software-secured key. | [optional]
1010
**context** | **object** | | [optional]
1111
**extend_session_lifespan** | **bool** | Extend OAuth2 authentication session lifespan If set to `true`, the OAuth2 authentication cookie lifespan is extended. This is for example useful if you want the user to be able to use `prompt=none` continuously. This value can only be set to `true` if the user has an authentication, which is the case if the `skip` value is `true`. | [optional]
1212
**force_subject_identifier** | **str** | ForceSubjectIdentifier forces the \"pairwise\" user ID of the end-user that authenticated. The \"pairwise\" user ID refers to the (Pairwise Identifier Algorithm)[http://openid.net/specs/openid-connect-core-1_0.html#PairwiseAlg] of the OpenID Connect specification. It allows you to set an obfuscated subject (\"user\") identifier that is unique to the client. Please note that this changes the user ID on endpoint /userinfo and sub claim of the ID Token. It does not change the sub claim in the OAuth 2.0 Introspection. Per default, ORY Hydra handles this value with its own algorithm. In case you want to set this yourself you can use this field. Please note that setting this field has no effect if `pairwise` is not configured in ORY Hydra or the OAuth 2.0 Client does not expect a pairwise identifier (set via `subject_type` key in the client's configuration). Please also be aware that ORY Hydra is unable to properly compute this value during authentication. This implies that you have to compute this value on every authentication process (probably depending on the client ID or some other unique value). If you fail to compute the proper value, then authentication processes which have id_token_hint set might fail. | [optional]
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# AdminIdentityImportCredentialsLookupSecret
2+
3+
Create Identity and Import Lookup Secret Credentials
4+
5+
## Properties
6+
7+
Name | Type | Description | Notes
8+
------------ | ------------- | ------------- | -------------
9+
**config** | [**AdminIdentityImportCredentialsLookupSecretConfig**](AdminIdentityImportCredentialsLookupSecretConfig.md) | | [optional]
10+
11+
## Example
12+
13+
```python
14+
from ory_client.models.admin_identity_import_credentials_lookup_secret import AdminIdentityImportCredentialsLookupSecret
15+
16+
# TODO update the JSON string below
17+
json = "{}"
18+
# create an instance of AdminIdentityImportCredentialsLookupSecret from a JSON string
19+
admin_identity_import_credentials_lookup_secret_instance = AdminIdentityImportCredentialsLookupSecret.from_json(json)
20+
# print the JSON string representation of the object
21+
print(AdminIdentityImportCredentialsLookupSecret.to_json())
22+
23+
# convert the object into a dict
24+
admin_identity_import_credentials_lookup_secret_dict = admin_identity_import_credentials_lookup_secret_instance.to_dict()
25+
# create an instance of AdminIdentityImportCredentialsLookupSecret from a dict
26+
admin_identity_import_credentials_lookup_secret_from_dict = AdminIdentityImportCredentialsLookupSecret.from_dict(admin_identity_import_credentials_lookup_secret_dict)
27+
```
28+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
29+
30+
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# AdminIdentityImportCredentialsLookupSecretConfig
2+
3+
Create Identity and Import Lookup Secret Credentials Configuration
4+
5+
## Properties
6+
7+
Name | Type | Description | Notes
8+
------------ | ------------- | ------------- | -------------
9+
**codes** | [**List[IdentityCredentialsLookupSecretCode]**](IdentityCredentialsLookupSecretCode.md) | Codes is a list of \"lookup secret\" codes configured for the user. | [optional]
10+
11+
## Example
12+
13+
```python
14+
from ory_client.models.admin_identity_import_credentials_lookup_secret_config import AdminIdentityImportCredentialsLookupSecretConfig
15+
16+
# TODO update the JSON string below
17+
json = "{}"
18+
# create an instance of AdminIdentityImportCredentialsLookupSecretConfig from a JSON string
19+
admin_identity_import_credentials_lookup_secret_config_instance = AdminIdentityImportCredentialsLookupSecretConfig.from_json(json)
20+
# print the JSON string representation of the object
21+
print(AdminIdentityImportCredentialsLookupSecretConfig.to_json())
22+
23+
# convert the object into a dict
24+
admin_identity_import_credentials_lookup_secret_config_dict = admin_identity_import_credentials_lookup_secret_config_instance.to_dict()
25+
# create an instance of AdminIdentityImportCredentialsLookupSecretConfig from a dict
26+
admin_identity_import_credentials_lookup_secret_config_from_dict = AdminIdentityImportCredentialsLookupSecretConfig.from_dict(admin_identity_import_credentials_lookup_secret_config_dict)
27+
```
28+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
29+
30+

docs/AuthenticatorAssuranceLevel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# AuthenticatorAssuranceLevel
22

3-
The authenticator assurance level can be one of \"aal1\", \"aal2\", or \"aal3\". A higher number means that it is harder for an attacker to compromise the account. Generally, \"aal1\" implies that one authentication factor was used while AAL2 implies that two factors (e.g. password + TOTP) have been used. To learn more about these levels please head over to: https://www.ory.sh/kratos/docs/concepts/credentials
3+
The authenticator assurance level can be one of \"aal1\", \"aal2\", or \"aal3\". A higher number means that it is harder for an attacker to compromise the account. Generally, \"aal1\" implies that one authentication factor was used while AAL2 implies that two factors (e.g. password + TOTP) have been used. To learn more about these levels please head over to: https://www.ory.com/kratos/docs/concepts/credentials
44

55
## Enum
66

docs/BasicOrganization.md

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

66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
8-
**domains** | **List[str]** | |
8+
**domains** | **List[str]** | The list of organization's domains. |
99
**id** | **str** | The organization's ID. |
1010
**label** | **str** | The organization's human-readable label. |
1111

docs/CloudAccount.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
8+
**break_glass** | **bool** | BreakGlass is true when the identity's recovery address has break-glass recovery enabled for the identity's current organization. | [optional]
89
**email** | **str** | |
910
**email_verified** | **bool** | |
1011
**id** | **str** | |

docs/CourierApi.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ configuration = ory_client.Configuration(
126126
with ory_client.ApiClient(configuration) as api_client:
127127
# Create an instance of the API class
128128
api_instance = ory_client.CourierApi(api_client)
129-
page_size = 250 # int | Items per Page This is the number of items per page to return. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination). (optional) (default to 250)
130-
page_token = 'page_token_example' # str | Next Page Token The next page token. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination). (optional)
129+
page_size = 250 # int | Items per Page This is the number of items per page to return. For details on pagination please head over to the [pagination documentation](https://www.ory.com/docs/ecosystem/api-design#pagination). (optional) (default to 250)
130+
page_token = 'page_token_example' # str | Next Page Token The next page token. For details on pagination please head over to the [pagination documentation](https://www.ory.com/docs/ecosystem/api-design#pagination). (optional)
131131
status = ory_client.CourierMessageStatus() # CourierMessageStatus | Status filters out messages based on status. If no value is provided, it doesn't take effect on filter. (optional)
132132
recipient = 'recipient_example' # str | Recipient filters out messages based on recipient. If no value is provided, it doesn't take effect on filter. (optional)
133133

@@ -147,8 +147,8 @@ with ory_client.ApiClient(configuration) as api_client:
147147

148148
Name | Type | Description | Notes
149149
------------- | ------------- | ------------- | -------------
150-
**page_size** | **int**| Items per Page This is the number of items per page to return. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination). | [optional] [default to 250]
151-
**page_token** | **str**| Next Page Token The next page token. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination). | [optional]
150+
**page_size** | **int**| Items per Page This is the number of items per page to return. For details on pagination please head over to the [pagination documentation](https://www.ory.com/docs/ecosystem/api-design#pagination). | [optional] [default to 250]
151+
**page_token** | **str**| Next Page Token The next page token. For details on pagination please head over to the [pagination documentation](https://www.ory.com/docs/ecosystem/api-design#pagination). | [optional]
152152
**status** | [**CourierMessageStatus**](.md)| Status filters out messages based on status. If no value is provided, it doesn't take effect on filter. | [optional]
153153
**recipient** | **str**| Recipient filters out messages based on recipient. If no value is provided, it doesn't take effect on filter. | [optional]
154154

0 commit comments

Comments
 (0)