ory-client 1.12.2__py3-none-any.whl → 1.17.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- ory_client/__init__.py +16 -3
- ory_client/api/courier_api.py +21 -15
- ory_client/api/events_api.py +38 -26
- ory_client/api/frontend_api.py +1741 -1064
- ory_client/api/identity_api.py +197 -126
- ory_client/api/jwk_api.py +65 -44
- ory_client/api/metadata_api.py +11 -8
- ory_client/api/o_auth2_api.py +292 -191
- ory_client/api/oidc_api.py +68 -45
- ory_client/api/permission_api.py +343 -32
- ory_client/api/project_api.py +516 -145
- ory_client/api/relationship_api.py +56 -38
- ory_client/api/wellknown_api.py +14 -11
- ory_client/api/workspace_api.py +886 -34
- ory_client/api_client.py +71 -32
- ory_client/configuration.py +176 -42
- ory_client/exceptions.py +19 -2
- ory_client/models/__init__.py +15 -2
- ory_client/models/accept_o_auth2_consent_request.py +2 -2
- ory_client/models/accept_o_auth2_consent_request_session.py +2 -2
- ory_client/models/accept_o_auth2_login_request.py +2 -2
- ory_client/models/account_experience_colors.py +329 -0
- ory_client/models/account_experience_configuration.py +35 -13
- ory_client/models/account_experience_theme_variables.py +2 -2
- ory_client/models/active_project_in_console.py +2 -2
- ory_client/models/add_project_to_workspace_body.py +2 -2
- ory_client/models/attribute.py +2 -2
- ory_client/models/attribute_filter.py +2 -2
- ory_client/models/attributes_count_datapoint.py +2 -2
- ory_client/models/authenticator_assurance_level.py +2 -2
- ory_client/models/batch_check_permission_body.py +109 -0
- ory_client/models/batch_check_permission_result.py +109 -0
- ory_client/models/batch_patch_identities_response.py +5 -5
- ory_client/models/billing_period_bucket.py +5 -5
- ory_client/models/check_opl_syntax_result.py +5 -5
- ory_client/models/check_permission_result.py +2 -2
- ory_client/models/check_permission_result_with_error.py +103 -0
- ory_client/models/cloud_account.py +6 -4
- ory_client/models/consistency_request_parameters.py +2 -2
- ory_client/models/continue_with.py +35 -11
- ory_client/models/continue_with_recovery_ui.py +2 -2
- ory_client/models/continue_with_recovery_ui_flow.py +3 -3
- ory_client/models/continue_with_redirect_browser_to.py +110 -0
- ory_client/models/continue_with_set_ory_session_token.py +2 -2
- ory_client/models/continue_with_settings_ui.py +2 -2
- ory_client/models/continue_with_settings_ui_flow.py +7 -5
- ory_client/models/continue_with_verification_ui.py +2 -2
- ory_client/models/continue_with_verification_ui_flow.py +3 -3
- ory_client/models/courier_message_status.py +2 -2
- ory_client/models/courier_message_type.py +2 -2
- ory_client/models/create_custom_domain_body.py +2 -2
- ory_client/models/create_event_stream_body.py +2 -2
- ory_client/models/create_fedcm_flow_response.py +111 -0
- ory_client/models/create_identity_body.py +16 -9
- ory_client/models/create_invite_response.py +5 -5
- ory_client/models/create_json_web_key_set.py +2 -2
- ory_client/models/create_project_api_key_request.py +7 -4
- ory_client/models/create_project_body.py +5 -5
- ory_client/models/create_project_branding.py +2 -2
- ory_client/models/create_project_member_invite_body.py +2 -2
- ory_client/models/create_project_normalized_payload.py +60 -24
- ory_client/models/create_recovery_code_for_identity_body.py +2 -2
- ory_client/models/create_recovery_link_for_identity_body.py +2 -2
- ory_client/models/create_relationship_body.py +2 -2
- ory_client/models/create_subscription_body.py +2 -2
- ory_client/models/create_subscription_common.py +2 -2
- ory_client/models/create_verifiable_credential_request_body.py +2 -2
- ory_client/models/create_workspace_api_key_body.py +104 -0
- ory_client/models/create_workspace_body.py +2 -2
- ory_client/models/create_workspace_member_invite_body.py +16 -7
- ory_client/models/create_workspace_subscription_body.py +2 -2
- ory_client/models/credential_supported_draft00.py +2 -2
- ory_client/models/custom_domain.py +2 -2
- ory_client/models/delete_my_sessions_count.py +2 -2
- ory_client/models/email_template_data.py +2 -2
- ory_client/models/email_template_data_body.py +2 -2
- ory_client/models/error_authenticator_assurance_level_not_satisfied.py +2 -2
- ory_client/models/error_browser_location_change_required.py +2 -2
- ory_client/models/error_flow_replaced.py +2 -2
- ory_client/models/error_generic.py +2 -2
- ory_client/models/error_o_auth2.py +2 -2
- ory_client/models/event_stream.py +2 -2
- ory_client/models/expanded_permission_tree.py +5 -5
- ory_client/models/flow_error.py +2 -2
- ory_client/models/generic_error.py +2 -2
- ory_client/models/generic_error_content.py +2 -2
- ory_client/models/generic_usage.py +2 -2
- ory_client/models/get_attributes_count_response.py +5 -5
- ory_client/models/get_managed_identity_schema_location.py +2 -2
- ory_client/models/get_metrics_event_attributes_response.py +2 -2
- ory_client/models/get_metrics_event_types_response.py +2 -2
- ory_client/models/get_organization_response.py +2 -2
- ory_client/models/get_project_events_body.py +5 -5
- ory_client/models/get_project_events_response.py +5 -5
- ory_client/models/get_project_metrics_response.py +5 -5
- ory_client/models/get_session_activity_response.py +5 -5
- ory_client/models/get_version200_response.py +2 -2
- ory_client/models/health_not_ready_status.py +2 -2
- ory_client/models/health_status.py +2 -2
- ory_client/models/identity.py +11 -11
- ory_client/models/identity_credentials.py +5 -5
- ory_client/models/identity_credentials_code.py +14 -14
- ory_client/models/identity_credentials_code_address.py +103 -0
- ory_client/models/identity_credentials_oidc.py +5 -5
- ory_client/models/identity_credentials_oidc_provider.py +7 -5
- ory_client/models/identity_credentials_password.py +7 -5
- ory_client/models/identity_patch.py +2 -2
- ory_client/models/identity_patch_response.py +13 -6
- ory_client/models/identity_schema_container.py +2 -2
- ory_client/models/identity_schema_preset.py +2 -2
- ory_client/models/identity_with_credentials.py +2 -2
- ory_client/models/identity_with_credentials_oidc.py +2 -2
- ory_client/models/identity_with_credentials_oidc_config.py +5 -5
- ory_client/models/identity_with_credentials_oidc_config_provider.py +8 -6
- ory_client/models/identity_with_credentials_password.py +2 -2
- ory_client/models/identity_with_credentials_password_config.py +7 -5
- ory_client/models/internal_get_project_branding_body.py +2 -2
- ory_client/models/internal_is_ax_welcome_screen_enabled_for_project_body.py +2 -2
- ory_client/models/internal_is_owner_for_project_by_slug_body.py +3 -3
- ory_client/models/internal_is_owner_for_project_by_slug_response.py +2 -2
- ory_client/models/introspected_o_auth2_token.py +2 -2
- ory_client/models/invite_token_body.py +101 -0
- ory_client/models/invoice.py +3 -3
- ory_client/models/invoice_data_v1.py +12 -8
- ory_client/models/is_owner_for_project_by_slug.py +3 -3
- ory_client/models/json_patch.py +2 -2
- ory_client/models/json_web_key.py +2 -2
- ory_client/models/json_web_key_set.py +5 -5
- ory_client/models/keto_namespace.py +2 -2
- ory_client/models/line_item_v1.py +5 -5
- ory_client/models/list_event_streams.py +5 -5
- ory_client/models/list_invoices_response.py +5 -5
- ory_client/models/list_organizations_response.py +5 -5
- ory_client/models/list_workspace_projects.py +5 -5
- ory_client/models/list_workspaces.py +5 -5
- ory_client/models/login_flow.py +5 -5
- ory_client/models/login_flow_state.py +3 -3
- ory_client/models/logout_flow.py +2 -2
- ory_client/models/managed_identity_schema.py +2 -2
- ory_client/models/managed_identity_schema_validation_result.py +2 -2
- ory_client/models/member_invite.py +10 -3
- ory_client/models/message.py +5 -5
- ory_client/models/message_dispatch.py +2 -2
- ory_client/models/metrics_datapoint.py +2 -2
- ory_client/models/money.py +2 -2
- ory_client/models/namespace.py +2 -2
- ory_client/models/needs_privileged_session_error.py +2 -2
- ory_client/models/normalized_project.py +5 -5
- ory_client/models/normalized_project_revision.py +57 -21
- ory_client/models/normalized_project_revision_courier_channel.py +2 -2
- ory_client/models/normalized_project_revision_hook.py +2 -2
- ory_client/models/normalized_project_revision_identity_schema.py +2 -2
- ory_client/models/normalized_project_revision_saml_provider.py +148 -0
- ory_client/models/normalized_project_revision_third_party_provider.py +34 -3
- ory_client/models/normalized_project_revision_tokenizer_template.py +2 -2
- ory_client/models/o_auth2_client.py +3 -3
- ory_client/models/o_auth2_client_token_lifespans.py +2 -2
- ory_client/models/o_auth2_consent_request.py +6 -4
- ory_client/models/o_auth2_consent_request_open_id_connect_context.py +2 -2
- ory_client/models/o_auth2_consent_session.py +5 -3
- ory_client/models/o_auth2_consent_session_expires_at.py +2 -2
- ory_client/models/o_auth2_login_request.py +3 -3
- ory_client/models/o_auth2_logout_request.py +9 -4
- ory_client/models/o_auth2_redirect_to.py +2 -2
- ory_client/models/o_auth2_token_exchange.py +2 -2
- ory_client/models/oidc_configuration.py +5 -5
- ory_client/models/oidc_user_info.py +2 -2
- ory_client/models/organization.py +2 -2
- ory_client/models/organization_body.py +2 -2
- ory_client/models/pagination.py +2 -2
- ory_client/models/pagination_headers.py +2 -2
- ory_client/models/parse_error.py +2 -2
- ory_client/models/patch_identities_body.py +5 -5
- ory_client/models/perform_native_logout_body.py +2 -2
- ory_client/models/permissions_on_workspace.py +2 -2
- ory_client/models/plan.py +2 -2
- ory_client/models/plan_details.py +5 -5
- ory_client/models/post_check_permission_body.py +2 -2
- ory_client/models/post_check_permission_or_error_body.py +2 -2
- ory_client/models/project.py +5 -5
- ory_client/models/project_api_key.py +5 -3
- ory_client/models/project_branding.py +5 -5
- ory_client/models/project_branding_colors.py +2 -2
- ory_client/models/project_branding_theme.py +5 -5
- ory_client/models/project_cors.py +2 -2
- ory_client/models/project_events_datapoint.py +5 -5
- ory_client/models/project_host.py +2 -2
- ory_client/models/project_member.py +6 -4
- ory_client/models/project_metadata.py +5 -5
- ory_client/models/project_service_identity.py +2 -2
- ory_client/models/project_service_o_auth2.py +2 -2
- ory_client/models/project_service_permission.py +2 -2
- ory_client/models/project_services.py +2 -2
- ory_client/models/provider.py +113 -0
- ory_client/models/quota_usage.py +8 -6
- ory_client/models/recovery_code_for_identity.py +2 -2
- ory_client/models/recovery_flow.py +5 -5
- ory_client/models/recovery_flow_state.py +3 -3
- ory_client/models/recovery_identity_address.py +2 -2
- ory_client/models/recovery_link_for_identity.py +2 -2
- ory_client/models/registration_flow.py +5 -5
- ory_client/models/registration_flow_state.py +3 -3
- ory_client/models/reject_o_auth2_request.py +2 -2
- ory_client/models/relation_query.py +2 -2
- ory_client/models/relationship.py +2 -2
- ory_client/models/relationship_namespaces.py +5 -5
- ory_client/models/relationship_patch.py +2 -2
- ory_client/models/relationships.py +5 -5
- ory_client/models/rfc6749_error_json.py +2 -2
- ory_client/models/schema_patch.py +2 -2
- ory_client/models/self_service_flow_expired_error.py +2 -2
- ory_client/models/session.py +8 -8
- ory_client/models/session_activity_datapoint.py +2 -2
- ory_client/models/session_authentication_method.py +2 -2
- ory_client/models/session_device.py +2 -2
- ory_client/models/set_active_project_in_console_body.py +2 -2
- ory_client/models/set_custom_domain_body.py +2 -2
- ory_client/models/set_event_stream_body.py +2 -2
- ory_client/models/set_project.py +2 -2
- ory_client/models/set_project_branding_theme_body.py +2 -2
- ory_client/models/settings_flow.py +5 -5
- ory_client/models/settings_flow_state.py +3 -3
- ory_client/models/source_position.py +2 -2
- ory_client/models/subject_set.py +2 -2
- ory_client/models/subscription.py +2 -2
- ory_client/models/successful_code_exchange_response.py +2 -2
- ory_client/models/successful_native_login.py +5 -5
- ory_client/models/successful_native_registration.py +5 -5
- ory_client/models/successful_project_update.py +5 -5
- ory_client/models/tax_line_item.py +2 -2
- ory_client/models/time_interval.py +2 -2
- ory_client/models/token_pagination.py +2 -2
- ory_client/models/token_pagination_headers.py +2 -2
- ory_client/models/token_pagination_request_parameters.py +2 -2
- ory_client/models/token_pagination_response_headers.py +2 -2
- ory_client/models/trust_o_auth2_jwt_grant_issuer.py +2 -2
- ory_client/models/trusted_o_auth2_jwt_grant_issuer.py +2 -2
- ory_client/models/trusted_o_auth2_jwt_grant_json_web_key.py +2 -2
- ory_client/models/ui_container.py +8 -8
- ory_client/models/ui_node.py +8 -8
- ory_client/models/ui_node_anchor_attributes.py +2 -2
- ory_client/models/ui_node_attributes.py +4 -4
- ory_client/models/ui_node_image_attributes.py +2 -2
- ory_client/models/ui_node_input_attributes.py +32 -6
- ory_client/models/ui_node_meta.py +2 -2
- ory_client/models/ui_node_script_attributes.py +2 -2
- ory_client/models/ui_node_text_attributes.py +2 -2
- ory_client/models/ui_text.py +2 -2
- ory_client/models/update_fedcm_flow_body.py +105 -0
- ory_client/models/update_identity_body.py +2 -2
- ory_client/models/update_login_flow_body.py +35 -11
- ory_client/models/update_login_flow_with_code_method.py +5 -3
- ory_client/models/update_login_flow_with_identifier_first_method.py +107 -0
- ory_client/models/update_login_flow_with_lookup_secret_method.py +2 -2
- ory_client/models/update_login_flow_with_oidc_method.py +3 -3
- ory_client/models/update_login_flow_with_passkey_method.py +2 -2
- ory_client/models/update_login_flow_with_password_method.py +2 -2
- ory_client/models/update_login_flow_with_totp_method.py +2 -2
- ory_client/models/update_login_flow_with_web_authn_method.py +2 -2
- ory_client/models/update_recovery_flow_body.py +4 -4
- ory_client/models/update_recovery_flow_with_code_method.py +2 -2
- ory_client/models/update_recovery_flow_with_link_method.py +2 -2
- ory_client/models/update_registration_flow_body.py +36 -12
- ory_client/models/update_registration_flow_with_code_method.py +2 -2
- ory_client/models/update_registration_flow_with_oidc_method.py +3 -3
- ory_client/models/update_registration_flow_with_passkey_method.py +2 -2
- ory_client/models/update_registration_flow_with_password_method.py +2 -2
- ory_client/models/update_registration_flow_with_profile_method.py +14 -4
- ory_client/models/update_registration_flow_with_web_authn_method.py +2 -2
- ory_client/models/update_settings_flow_body.py +4 -4
- ory_client/models/update_settings_flow_with_lookup_method.py +2 -2
- ory_client/models/update_settings_flow_with_oidc_method.py +2 -2
- ory_client/models/update_settings_flow_with_passkey_method.py +2 -2
- ory_client/models/update_settings_flow_with_password_method.py +2 -2
- ory_client/models/update_settings_flow_with_profile_method.py +2 -2
- ory_client/models/update_settings_flow_with_totp_method.py +2 -2
- ory_client/models/update_settings_flow_with_web_authn_method.py +2 -2
- ory_client/models/update_subscription_body.py +2 -2
- ory_client/models/update_verification_flow_body.py +4 -4
- ory_client/models/update_verification_flow_with_code_method.py +2 -2
- ory_client/models/update_verification_flow_with_link_method.py +2 -2
- ory_client/models/update_workspace_body.py +2 -2
- ory_client/models/usage.py +2 -2
- ory_client/models/verifiable_credential_priming_response.py +2 -2
- ory_client/models/verifiable_credential_proof.py +2 -2
- ory_client/models/verifiable_credential_response.py +2 -2
- ory_client/models/verifiable_identity_address.py +2 -2
- ory_client/models/verification_flow.py +2 -2
- ory_client/models/verification_flow_state.py +3 -3
- ory_client/models/version.py +2 -2
- ory_client/models/warning.py +2 -2
- ory_client/models/workspace.py +2 -2
- ory_client/models/workspace_api_key.py +6 -4
- ory_client/rest.py +5 -3
- ory_client-1.17.1.dist-info/METADATA +18 -0
- ory_client-1.17.1.dist-info/RECORD +302 -0
- {ory_client-1.12.2.dist-info → ory_client-1.17.1.dist-info}/WHEEL +1 -1
- ory_client-1.12.2.dist-info/METADATA +0 -19
- ory_client-1.12.2.dist-info/RECORD +0 -289
- {ory_client-1.12.2.dist-info → ory_client-1.17.1.dist-info}/LICENSE +0 -0
- {ory_client-1.12.2.dist-info → ory_client-1.17.1.dist-info}/top_level.txt +0 -0
ory_client/exceptions.py
CHANGED
@@ -3,9 +3,9 @@
|
|
3
3
|
"""
|
4
4
|
Ory APIs
|
5
5
|
|
6
|
-
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.
|
6
|
+
# 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) |
|
7
7
|
|
8
|
-
The version of the OpenAPI document: v1.
|
8
|
+
The version of the OpenAPI document: v1.17.1
|
9
9
|
Contact: support@ory.sh
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -151,6 +151,13 @@ class ApiException(OpenApiException):
|
|
151
151
|
if http_resp.status == 404:
|
152
152
|
raise NotFoundException(http_resp=http_resp, body=body, data=data)
|
153
153
|
|
154
|
+
# Added new conditions for 409 and 422
|
155
|
+
if http_resp.status == 409:
|
156
|
+
raise ConflictException(http_resp=http_resp, body=body, data=data)
|
157
|
+
|
158
|
+
if http_resp.status == 422:
|
159
|
+
raise UnprocessableEntityException(http_resp=http_resp, body=body, data=data)
|
160
|
+
|
154
161
|
if 500 <= http_resp.status <= 599:
|
155
162
|
raise ServiceException(http_resp=http_resp, body=body, data=data)
|
156
163
|
raise ApiException(http_resp=http_resp, body=body, data=data)
|
@@ -189,6 +196,16 @@ class ServiceException(ApiException):
|
|
189
196
|
pass
|
190
197
|
|
191
198
|
|
199
|
+
class ConflictException(ApiException):
|
200
|
+
"""Exception for HTTP 409 Conflict."""
|
201
|
+
pass
|
202
|
+
|
203
|
+
|
204
|
+
class UnprocessableEntityException(ApiException):
|
205
|
+
"""Exception for HTTP 422 Unprocessable Entity."""
|
206
|
+
pass
|
207
|
+
|
208
|
+
|
192
209
|
def render_path(path_to_item):
|
193
210
|
"""Returns a string representation of a path"""
|
194
211
|
result = ""
|
ory_client/models/__init__.py
CHANGED
@@ -4,9 +4,9 @@
|
|
4
4
|
"""
|
5
5
|
Ory APIs
|
6
6
|
|
7
|
-
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.
|
7
|
+
# 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) |
|
8
8
|
|
9
|
-
The version of the OpenAPI document: v1.
|
9
|
+
The version of the OpenAPI document: v1.17.1
|
10
10
|
Contact: support@ory.sh
|
11
11
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
12
12
|
|
@@ -18,6 +18,7 @@
|
|
18
18
|
from ory_client.models.accept_o_auth2_consent_request import AcceptOAuth2ConsentRequest
|
19
19
|
from ory_client.models.accept_o_auth2_consent_request_session import AcceptOAuth2ConsentRequestSession
|
20
20
|
from ory_client.models.accept_o_auth2_login_request import AcceptOAuth2LoginRequest
|
21
|
+
from ory_client.models.account_experience_colors import AccountExperienceColors
|
21
22
|
from ory_client.models.account_experience_configuration import AccountExperienceConfiguration
|
22
23
|
from ory_client.models.account_experience_theme_variables import AccountExperienceThemeVariables
|
23
24
|
from ory_client.models.active_project_in_console import ActiveProjectInConsole
|
@@ -26,15 +27,19 @@ from ory_client.models.attribute import Attribute
|
|
26
27
|
from ory_client.models.attribute_filter import AttributeFilter
|
27
28
|
from ory_client.models.attributes_count_datapoint import AttributesCountDatapoint
|
28
29
|
from ory_client.models.authenticator_assurance_level import AuthenticatorAssuranceLevel
|
30
|
+
from ory_client.models.batch_check_permission_body import BatchCheckPermissionBody
|
31
|
+
from ory_client.models.batch_check_permission_result import BatchCheckPermissionResult
|
29
32
|
from ory_client.models.batch_patch_identities_response import BatchPatchIdentitiesResponse
|
30
33
|
from ory_client.models.billing_period_bucket import BillingPeriodBucket
|
31
34
|
from ory_client.models.check_opl_syntax_result import CheckOplSyntaxResult
|
32
35
|
from ory_client.models.check_permission_result import CheckPermissionResult
|
36
|
+
from ory_client.models.check_permission_result_with_error import CheckPermissionResultWithError
|
33
37
|
from ory_client.models.cloud_account import CloudAccount
|
34
38
|
from ory_client.models.consistency_request_parameters import ConsistencyRequestParameters
|
35
39
|
from ory_client.models.continue_with import ContinueWith
|
36
40
|
from ory_client.models.continue_with_recovery_ui import ContinueWithRecoveryUi
|
37
41
|
from ory_client.models.continue_with_recovery_ui_flow import ContinueWithRecoveryUiFlow
|
42
|
+
from ory_client.models.continue_with_redirect_browser_to import ContinueWithRedirectBrowserTo
|
38
43
|
from ory_client.models.continue_with_set_ory_session_token import ContinueWithSetOrySessionToken
|
39
44
|
from ory_client.models.continue_with_settings_ui import ContinueWithSettingsUi
|
40
45
|
from ory_client.models.continue_with_settings_ui_flow import ContinueWithSettingsUiFlow
|
@@ -44,6 +49,7 @@ from ory_client.models.courier_message_status import CourierMessageStatus
|
|
44
49
|
from ory_client.models.courier_message_type import CourierMessageType
|
45
50
|
from ory_client.models.create_custom_domain_body import CreateCustomDomainBody
|
46
51
|
from ory_client.models.create_event_stream_body import CreateEventStreamBody
|
52
|
+
from ory_client.models.create_fedcm_flow_response import CreateFedcmFlowResponse
|
47
53
|
from ory_client.models.create_identity_body import CreateIdentityBody
|
48
54
|
from ory_client.models.create_invite_response import CreateInviteResponse
|
49
55
|
from ory_client.models.create_json_web_key_set import CreateJsonWebKeySet
|
@@ -58,6 +64,7 @@ from ory_client.models.create_relationship_body import CreateRelationshipBody
|
|
58
64
|
from ory_client.models.create_subscription_body import CreateSubscriptionBody
|
59
65
|
from ory_client.models.create_subscription_common import CreateSubscriptionCommon
|
60
66
|
from ory_client.models.create_verifiable_credential_request_body import CreateVerifiableCredentialRequestBody
|
67
|
+
from ory_client.models.create_workspace_api_key_body import CreateWorkspaceApiKeyBody
|
61
68
|
from ory_client.models.create_workspace_body import CreateWorkspaceBody
|
62
69
|
from ory_client.models.create_workspace_member_invite_body import CreateWorkspaceMemberInviteBody
|
63
70
|
from ory_client.models.create_workspace_subscription_body import CreateWorkspaceSubscriptionBody
|
@@ -92,6 +99,7 @@ from ory_client.models.health_status import HealthStatus
|
|
92
99
|
from ory_client.models.identity import Identity
|
93
100
|
from ory_client.models.identity_credentials import IdentityCredentials
|
94
101
|
from ory_client.models.identity_credentials_code import IdentityCredentialsCode
|
102
|
+
from ory_client.models.identity_credentials_code_address import IdentityCredentialsCodeAddress
|
95
103
|
from ory_client.models.identity_credentials_oidc import IdentityCredentialsOidc
|
96
104
|
from ory_client.models.identity_credentials_oidc_provider import IdentityCredentialsOidcProvider
|
97
105
|
from ory_client.models.identity_credentials_password import IdentityCredentialsPassword
|
@@ -110,6 +118,7 @@ from ory_client.models.internal_is_ax_welcome_screen_enabled_for_project_body im
|
|
110
118
|
from ory_client.models.internal_is_owner_for_project_by_slug_body import InternalIsOwnerForProjectBySlugBody
|
111
119
|
from ory_client.models.internal_is_owner_for_project_by_slug_response import InternalIsOwnerForProjectBySlugResponse
|
112
120
|
from ory_client.models.introspected_o_auth2_token import IntrospectedOAuth2Token
|
121
|
+
from ory_client.models.invite_token_body import InviteTokenBody
|
113
122
|
from ory_client.models.invoice import Invoice
|
114
123
|
from ory_client.models.invoice_data_v1 import InvoiceDataV1
|
115
124
|
from ory_client.models.is_owner_for_project_by_slug import IsOwnerForProjectBySlug
|
@@ -140,6 +149,7 @@ from ory_client.models.normalized_project_revision import NormalizedProjectRevis
|
|
140
149
|
from ory_client.models.normalized_project_revision_courier_channel import NormalizedProjectRevisionCourierChannel
|
141
150
|
from ory_client.models.normalized_project_revision_hook import NormalizedProjectRevisionHook
|
142
151
|
from ory_client.models.normalized_project_revision_identity_schema import NormalizedProjectRevisionIdentitySchema
|
152
|
+
from ory_client.models.normalized_project_revision_saml_provider import NormalizedProjectRevisionSAMLProvider
|
143
153
|
from ory_client.models.normalized_project_revision_third_party_provider import NormalizedProjectRevisionThirdPartyProvider
|
144
154
|
from ory_client.models.normalized_project_revision_tokenizer_template import NormalizedProjectRevisionTokenizerTemplate
|
145
155
|
from ory_client.models.o_auth2_client import OAuth2Client
|
@@ -180,6 +190,7 @@ from ory_client.models.project_service_identity import ProjectServiceIdentity
|
|
180
190
|
from ory_client.models.project_service_o_auth2 import ProjectServiceOAuth2
|
181
191
|
from ory_client.models.project_service_permission import ProjectServicePermission
|
182
192
|
from ory_client.models.project_services import ProjectServices
|
193
|
+
from ory_client.models.provider import Provider
|
183
194
|
from ory_client.models.quota_usage import QuotaUsage
|
184
195
|
from ory_client.models.rfc6749_error_json import RFC6749ErrorJson
|
185
196
|
from ory_client.models.recovery_code_for_identity import RecoveryCodeForIdentity
|
@@ -234,9 +245,11 @@ from ory_client.models.ui_node_meta import UiNodeMeta
|
|
234
245
|
from ory_client.models.ui_node_script_attributes import UiNodeScriptAttributes
|
235
246
|
from ory_client.models.ui_node_text_attributes import UiNodeTextAttributes
|
236
247
|
from ory_client.models.ui_text import UiText
|
248
|
+
from ory_client.models.update_fedcm_flow_body import UpdateFedcmFlowBody
|
237
249
|
from ory_client.models.update_identity_body import UpdateIdentityBody
|
238
250
|
from ory_client.models.update_login_flow_body import UpdateLoginFlowBody
|
239
251
|
from ory_client.models.update_login_flow_with_code_method import UpdateLoginFlowWithCodeMethod
|
252
|
+
from ory_client.models.update_login_flow_with_identifier_first_method import UpdateLoginFlowWithIdentifierFirstMethod
|
240
253
|
from ory_client.models.update_login_flow_with_lookup_secret_method import UpdateLoginFlowWithLookupSecretMethod
|
241
254
|
from ory_client.models.update_login_flow_with_oidc_method import UpdateLoginFlowWithOidcMethod
|
242
255
|
from ory_client.models.update_login_flow_with_passkey_method import UpdateLoginFlowWithPasskeyMethod
|
@@ -3,9 +3,9 @@
|
|
3
3
|
"""
|
4
4
|
Ory APIs
|
5
5
|
|
6
|
-
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.
|
6
|
+
# 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) |
|
7
7
|
|
8
|
-
The version of the OpenAPI document: v1.
|
8
|
+
The version of the OpenAPI document: v1.17.1
|
9
9
|
Contact: support@ory.sh
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -3,9 +3,9 @@
|
|
3
3
|
"""
|
4
4
|
Ory APIs
|
5
5
|
|
6
|
-
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.
|
6
|
+
# 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) |
|
7
7
|
|
8
|
-
The version of the OpenAPI document: v1.
|
8
|
+
The version of the OpenAPI document: v1.17.1
|
9
9
|
Contact: support@ory.sh
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -3,9 +3,9 @@
|
|
3
3
|
"""
|
4
4
|
Ory APIs
|
5
5
|
|
6
|
-
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.
|
6
|
+
# 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) |
|
7
7
|
|
8
|
-
The version of the OpenAPI document: v1.
|
8
|
+
The version of the OpenAPI document: v1.17.1
|
9
9
|
Contact: support@ory.sh
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -0,0 +1,329 @@
|
|
1
|
+
# coding: utf-8
|
2
|
+
|
3
|
+
"""
|
4
|
+
Ory APIs
|
5
|
+
|
6
|
+
# 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) |
|
7
|
+
|
8
|
+
The version of the OpenAPI document: v1.17.1
|
9
|
+
Contact: support@ory.sh
|
10
|
+
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
|
+
|
12
|
+
Do not edit the class manually.
|
13
|
+
""" # noqa: E501
|
14
|
+
|
15
|
+
|
16
|
+
from __future__ import annotations
|
17
|
+
import pprint
|
18
|
+
import re # noqa: F401
|
19
|
+
import json
|
20
|
+
|
21
|
+
from pydantic import BaseModel, ConfigDict, Field, StrictStr
|
22
|
+
from typing import Any, ClassVar, Dict, List, Optional
|
23
|
+
from typing import Optional, Set
|
24
|
+
from typing_extensions import Self
|
25
|
+
|
26
|
+
class AccountExperienceColors(BaseModel):
|
27
|
+
"""
|
28
|
+
AccountExperienceColors
|
29
|
+
""" # noqa: E501
|
30
|
+
button_identifier_background_default: Optional[StrictStr] = Field(default=None, alias="button-identifier-background-default")
|
31
|
+
button_identifier_background_hover: Optional[StrictStr] = Field(default=None, alias="button-identifier-background-hover")
|
32
|
+
button_identifier_border_border_default: Optional[StrictStr] = Field(default=None, alias="button-identifier-border-border-default")
|
33
|
+
button_identifier_border_border_hover: Optional[StrictStr] = Field(default=None, alias="button-identifier-border-border-hover")
|
34
|
+
button_identifier_foreground_default: Optional[StrictStr] = Field(default=None, alias="button-identifier-foreground-default")
|
35
|
+
button_identifier_foreground_hover: Optional[StrictStr] = Field(default=None, alias="button-identifier-foreground-hover")
|
36
|
+
button_link_brand_brand: Optional[StrictStr] = Field(default=None, alias="button-link-brand-brand")
|
37
|
+
button_link_brand_brand_hover: Optional[StrictStr] = Field(default=None, alias="button-link-brand-brand-hover")
|
38
|
+
button_link_default_primary: Optional[StrictStr] = Field(default=None, alias="button-link-default-primary")
|
39
|
+
button_link_default_primary_hover: Optional[StrictStr] = Field(default=None, alias="button-link-default-primary-hover")
|
40
|
+
button_link_default_secondary: Optional[StrictStr] = Field(default=None, alias="button-link-default-secondary")
|
41
|
+
button_link_default_secondary_hover: Optional[StrictStr] = Field(default=None, alias="button-link-default-secondary-hover")
|
42
|
+
button_link_disabled_disabled: Optional[StrictStr] = Field(default=None, alias="button-link-disabled-disabled")
|
43
|
+
button_primary_background_default: Optional[StrictStr] = Field(default=None, alias="button-primary-background-default")
|
44
|
+
button_primary_background_disabled: Optional[StrictStr] = Field(default=None, alias="button-primary-background-disabled")
|
45
|
+
button_primary_background_hover: Optional[StrictStr] = Field(default=None, alias="button-primary-background-hover")
|
46
|
+
button_primary_border_default: Optional[StrictStr] = Field(default=None, alias="button-primary-border-default")
|
47
|
+
button_primary_border_disabled: Optional[StrictStr] = Field(default=None, alias="button-primary-border-disabled")
|
48
|
+
button_primary_border_hover: Optional[StrictStr] = Field(default=None, alias="button-primary-border-hover")
|
49
|
+
button_primary_foreground_default: Optional[StrictStr] = Field(default=None, alias="button-primary-foreground-default")
|
50
|
+
button_primary_foreground_disabled: Optional[StrictStr] = Field(default=None, alias="button-primary-foreground-disabled")
|
51
|
+
button_primary_foreground_hover: Optional[StrictStr] = Field(default=None, alias="button-primary-foreground-hover")
|
52
|
+
button_secondary_background_default: Optional[StrictStr] = Field(default=None, alias="button-secondary-background-default")
|
53
|
+
button_secondary_background_disabled: Optional[StrictStr] = Field(default=None, alias="button-secondary-background-disabled")
|
54
|
+
button_secondary_background_hover: Optional[StrictStr] = Field(default=None, alias="button-secondary-background-hover")
|
55
|
+
button_secondary_border_default: Optional[StrictStr] = Field(default=None, alias="button-secondary-border-default")
|
56
|
+
button_secondary_border_disabled: Optional[StrictStr] = Field(default=None, alias="button-secondary-border-disabled")
|
57
|
+
button_secondary_border_hover: Optional[StrictStr] = Field(default=None, alias="button-secondary-border-hover")
|
58
|
+
button_secondary_foreground_default: Optional[StrictStr] = Field(default=None, alias="button-secondary-foreground-default")
|
59
|
+
button_secondary_foreground_disabled: Optional[StrictStr] = Field(default=None, alias="button-secondary-foreground-disabled")
|
60
|
+
button_secondary_foreground_hover: Optional[StrictStr] = Field(default=None, alias="button-secondary-foreground-hover")
|
61
|
+
button_social_background_default: Optional[StrictStr] = Field(default=None, alias="button-social-background-default")
|
62
|
+
button_social_background_disabled: Optional[StrictStr] = Field(default=None, alias="button-social-background-disabled")
|
63
|
+
button_social_background_generic_provider: Optional[StrictStr] = Field(default=None, alias="button-social-background-generic-provider")
|
64
|
+
button_social_background_hover: Optional[StrictStr] = Field(default=None, alias="button-social-background-hover")
|
65
|
+
button_social_border_default: Optional[StrictStr] = Field(default=None, alias="button-social-border-default")
|
66
|
+
button_social_border_disabled: Optional[StrictStr] = Field(default=None, alias="button-social-border-disabled")
|
67
|
+
button_social_border_generic_provider: Optional[StrictStr] = Field(default=None, alias="button-social-border-generic-provider")
|
68
|
+
button_social_border_hover: Optional[StrictStr] = Field(default=None, alias="button-social-border-hover")
|
69
|
+
button_social_foreground_default: Optional[StrictStr] = Field(default=None, alias="button-social-foreground-default")
|
70
|
+
button_social_foreground_disabled: Optional[StrictStr] = Field(default=None, alias="button-social-foreground-disabled")
|
71
|
+
button_social_foreground_generic_provider: Optional[StrictStr] = Field(default=None, alias="button-social-foreground-generic-provider")
|
72
|
+
button_social_foreground_hover: Optional[StrictStr] = Field(default=None, alias="button-social-foreground-hover")
|
73
|
+
checkbox_background_checked: Optional[StrictStr] = Field(default=None, alias="checkbox-background-checked")
|
74
|
+
checkbox_background_default: Optional[StrictStr] = Field(default=None, alias="checkbox-background-default")
|
75
|
+
checkbox_border_checkbox_border_checked: Optional[StrictStr] = Field(default=None, alias="checkbox-border-checkbox-border-checked")
|
76
|
+
checkbox_border_checkbox_border_default: Optional[StrictStr] = Field(default=None, alias="checkbox-border-checkbox-border-default")
|
77
|
+
checkbox_foreground_checked: Optional[StrictStr] = Field(default=None, alias="checkbox-foreground-checked")
|
78
|
+
checkbox_foreground_default: Optional[StrictStr] = Field(default=None, alias="checkbox-foreground-default")
|
79
|
+
form_background_default: Optional[StrictStr] = Field(default=None, alias="form-background-default")
|
80
|
+
form_border_default: Optional[StrictStr] = Field(default=None, alias="form-border-default")
|
81
|
+
input_background_default: Optional[StrictStr] = Field(default=None, alias="input-background-default")
|
82
|
+
input_background_disabled: Optional[StrictStr] = Field(default=None, alias="input-background-disabled")
|
83
|
+
input_background_hover: Optional[StrictStr] = Field(default=None, alias="input-background-hover")
|
84
|
+
input_border_default: Optional[StrictStr] = Field(default=None, alias="input-border-default")
|
85
|
+
input_border_disabled: Optional[StrictStr] = Field(default=None, alias="input-border-disabled")
|
86
|
+
input_border_focus: Optional[StrictStr] = Field(default=None, alias="input-border-focus")
|
87
|
+
input_border_hover: Optional[StrictStr] = Field(default=None, alias="input-border-hover")
|
88
|
+
input_foreground_disabled: Optional[StrictStr] = Field(default=None, alias="input-foreground-disabled")
|
89
|
+
input_foreground_primary: Optional[StrictStr] = Field(default=None, alias="input-foreground-primary")
|
90
|
+
input_foreground_secondary: Optional[StrictStr] = Field(default=None, alias="input-foreground-secondary")
|
91
|
+
input_foreground_tertiary: Optional[StrictStr] = Field(default=None, alias="input-foreground-tertiary")
|
92
|
+
interface_background_brand_primary: Optional[StrictStr] = Field(default=None, alias="interface-background-brand-primary")
|
93
|
+
interface_background_brand_primary_hover: Optional[StrictStr] = Field(default=None, alias="interface-background-brand-primary-hover")
|
94
|
+
interface_background_brand_secondary: Optional[StrictStr] = Field(default=None, alias="interface-background-brand-secondary")
|
95
|
+
interface_background_brand_secondary_hover: Optional[StrictStr] = Field(default=None, alias="interface-background-brand-secondary-hover")
|
96
|
+
interface_background_default_inverted: Optional[StrictStr] = Field(default=None, alias="interface-background-default-inverted")
|
97
|
+
interface_background_default_inverted_hover: Optional[StrictStr] = Field(default=None, alias="interface-background-default-inverted-hover")
|
98
|
+
interface_background_default_none: Optional[StrictStr] = Field(default=None, alias="interface-background-default-none")
|
99
|
+
interface_background_default_primary: Optional[StrictStr] = Field(default=None, alias="interface-background-default-primary")
|
100
|
+
interface_background_default_primary_hover: Optional[StrictStr] = Field(default=None, alias="interface-background-default-primary-hover")
|
101
|
+
interface_background_default_secondary: Optional[StrictStr] = Field(default=None, alias="interface-background-default-secondary")
|
102
|
+
interface_background_default_secondary_hover: Optional[StrictStr] = Field(default=None, alias="interface-background-default-secondary-hover")
|
103
|
+
interface_background_default_tertiary: Optional[StrictStr] = Field(default=None, alias="interface-background-default-tertiary")
|
104
|
+
interface_background_default_tertiary_hover: Optional[StrictStr] = Field(default=None, alias="interface-background-default-tertiary-hover")
|
105
|
+
interface_background_disabled_disabled: Optional[StrictStr] = Field(default=None, alias="interface-background-disabled-disabled")
|
106
|
+
interface_background_validation_danger: Optional[StrictStr] = Field(default=None, alias="interface-background-validation-danger")
|
107
|
+
interface_background_validation_success: Optional[StrictStr] = Field(default=None, alias="interface-background-validation-success")
|
108
|
+
interface_background_validation_warning: Optional[StrictStr] = Field(default=None, alias="interface-background-validation-warning")
|
109
|
+
interface_border_brand_brand: Optional[StrictStr] = Field(default=None, alias="interface-border-brand-brand")
|
110
|
+
interface_border_default_inverted: Optional[StrictStr] = Field(default=None, alias="interface-border-default-inverted")
|
111
|
+
interface_border_default_none: Optional[StrictStr] = Field(default=None, alias="interface-border-default-none")
|
112
|
+
interface_border_default_primary: Optional[StrictStr] = Field(default=None, alias="interface-border-default-primary")
|
113
|
+
interface_border_disabled_disabled: Optional[StrictStr] = Field(default=None, alias="interface-border-disabled-disabled")
|
114
|
+
interface_border_validation_danger: Optional[StrictStr] = Field(default=None, alias="interface-border-validation-danger")
|
115
|
+
interface_border_validation_success: Optional[StrictStr] = Field(default=None, alias="interface-border-validation-success")
|
116
|
+
interface_border_validation_warning: Optional[StrictStr] = Field(default=None, alias="interface-border-validation-warning")
|
117
|
+
interface_foreground_brand_on_primary: Optional[StrictStr] = Field(default=None, alias="interface-foreground-brand-on-primary")
|
118
|
+
interface_foreground_brand_on_secondary: Optional[StrictStr] = Field(default=None, alias="interface-foreground-brand-on-secondary")
|
119
|
+
interface_foreground_brand_primary: Optional[StrictStr] = Field(default=None, alias="interface-foreground-brand-primary")
|
120
|
+
interface_foreground_brand_secondary: Optional[StrictStr] = Field(default=None, alias="interface-foreground-brand-secondary")
|
121
|
+
interface_foreground_default_inverted: Optional[StrictStr] = Field(default=None, alias="interface-foreground-default-inverted")
|
122
|
+
interface_foreground_default_primary: Optional[StrictStr] = Field(default=None, alias="interface-foreground-default-primary")
|
123
|
+
interface_foreground_default_secondary: Optional[StrictStr] = Field(default=None, alias="interface-foreground-default-secondary")
|
124
|
+
interface_foreground_default_tertiary: Optional[StrictStr] = Field(default=None, alias="interface-foreground-default-tertiary")
|
125
|
+
interface_foreground_disabled_disabled: Optional[StrictStr] = Field(default=None, alias="interface-foreground-disabled-disabled")
|
126
|
+
interface_foreground_disabled_on_disabled: Optional[StrictStr] = Field(default=None, alias="interface-foreground-disabled-on-disabled")
|
127
|
+
interface_foreground_validation_danger: Optional[StrictStr] = Field(default=None, alias="interface-foreground-validation-danger")
|
128
|
+
interface_foreground_validation_success: Optional[StrictStr] = Field(default=None, alias="interface-foreground-validation-success")
|
129
|
+
interface_foreground_validation_warning: Optional[StrictStr] = Field(default=None, alias="interface-foreground-validation-warning")
|
130
|
+
ory_background_default: Optional[StrictStr] = Field(default=None, alias="ory-background-default")
|
131
|
+
ory_border_default: Optional[StrictStr] = Field(default=None, alias="ory-border-default")
|
132
|
+
ory_foreground_default: Optional[StrictStr] = Field(default=None, alias="ory-foreground-default")
|
133
|
+
radio_background_checked: Optional[StrictStr] = Field(default=None, alias="radio-background-checked")
|
134
|
+
radio_background_default: Optional[StrictStr] = Field(default=None, alias="radio-background-default")
|
135
|
+
radio_border_checked: Optional[StrictStr] = Field(default=None, alias="radio-border-checked")
|
136
|
+
radio_border_default: Optional[StrictStr] = Field(default=None, alias="radio-border-default")
|
137
|
+
radio_foreground_checked: Optional[StrictStr] = Field(default=None, alias="radio-foreground-checked")
|
138
|
+
radio_foreground_default: Optional[StrictStr] = Field(default=None, alias="radio-foreground-default")
|
139
|
+
toggle_background_checked: Optional[StrictStr] = Field(default=None, alias="toggle-background-checked")
|
140
|
+
toggle_background_default: Optional[StrictStr] = Field(default=None, alias="toggle-background-default")
|
141
|
+
toggle_border_checked: Optional[StrictStr] = Field(default=None, alias="toggle-border-checked")
|
142
|
+
toggle_border_default: Optional[StrictStr] = Field(default=None, alias="toggle-border-default")
|
143
|
+
toggle_foreground_checked: Optional[StrictStr] = Field(default=None, alias="toggle-foreground-checked")
|
144
|
+
toggle_foreground_default: Optional[StrictStr] = Field(default=None, alias="toggle-foreground-default")
|
145
|
+
additional_properties: Dict[str, Any] = {}
|
146
|
+
__properties: ClassVar[List[str]] = ["button-identifier-background-default", "button-identifier-background-hover", "button-identifier-border-border-default", "button-identifier-border-border-hover", "button-identifier-foreground-default", "button-identifier-foreground-hover", "button-link-brand-brand", "button-link-brand-brand-hover", "button-link-default-primary", "button-link-default-primary-hover", "button-link-default-secondary", "button-link-default-secondary-hover", "button-link-disabled-disabled", "button-primary-background-default", "button-primary-background-disabled", "button-primary-background-hover", "button-primary-border-default", "button-primary-border-disabled", "button-primary-border-hover", "button-primary-foreground-default", "button-primary-foreground-disabled", "button-primary-foreground-hover", "button-secondary-background-default", "button-secondary-background-disabled", "button-secondary-background-hover", "button-secondary-border-default", "button-secondary-border-disabled", "button-secondary-border-hover", "button-secondary-foreground-default", "button-secondary-foreground-disabled", "button-secondary-foreground-hover", "button-social-background-default", "button-social-background-disabled", "button-social-background-generic-provider", "button-social-background-hover", "button-social-border-default", "button-social-border-disabled", "button-social-border-generic-provider", "button-social-border-hover", "button-social-foreground-default", "button-social-foreground-disabled", "button-social-foreground-generic-provider", "button-social-foreground-hover", "checkbox-background-checked", "checkbox-background-default", "checkbox-border-checkbox-border-checked", "checkbox-border-checkbox-border-default", "checkbox-foreground-checked", "checkbox-foreground-default", "form-background-default", "form-border-default", "input-background-default", "input-background-disabled", "input-background-hover", "input-border-default", "input-border-disabled", "input-border-focus", "input-border-hover", "input-foreground-disabled", "input-foreground-primary", "input-foreground-secondary", "input-foreground-tertiary", "interface-background-brand-primary", "interface-background-brand-primary-hover", "interface-background-brand-secondary", "interface-background-brand-secondary-hover", "interface-background-default-inverted", "interface-background-default-inverted-hover", "interface-background-default-none", "interface-background-default-primary", "interface-background-default-primary-hover", "interface-background-default-secondary", "interface-background-default-secondary-hover", "interface-background-default-tertiary", "interface-background-default-tertiary-hover", "interface-background-disabled-disabled", "interface-background-validation-danger", "interface-background-validation-success", "interface-background-validation-warning", "interface-border-brand-brand", "interface-border-default-inverted", "interface-border-default-none", "interface-border-default-primary", "interface-border-disabled-disabled", "interface-border-validation-danger", "interface-border-validation-success", "interface-border-validation-warning", "interface-foreground-brand-on-primary", "interface-foreground-brand-on-secondary", "interface-foreground-brand-primary", "interface-foreground-brand-secondary", "interface-foreground-default-inverted", "interface-foreground-default-primary", "interface-foreground-default-secondary", "interface-foreground-default-tertiary", "interface-foreground-disabled-disabled", "interface-foreground-disabled-on-disabled", "interface-foreground-validation-danger", "interface-foreground-validation-success", "interface-foreground-validation-warning", "ory-background-default", "ory-border-default", "ory-foreground-default", "radio-background-checked", "radio-background-default", "radio-border-checked", "radio-border-default", "radio-foreground-checked", "radio-foreground-default", "toggle-background-checked", "toggle-background-default", "toggle-border-checked", "toggle-border-default", "toggle-foreground-checked", "toggle-foreground-default"]
|
147
|
+
|
148
|
+
model_config = ConfigDict(
|
149
|
+
populate_by_name=True,
|
150
|
+
validate_assignment=True,
|
151
|
+
protected_namespaces=(),
|
152
|
+
)
|
153
|
+
|
154
|
+
|
155
|
+
def to_str(self) -> str:
|
156
|
+
"""Returns the string representation of the model using alias"""
|
157
|
+
return pprint.pformat(self.model_dump(by_alias=True))
|
158
|
+
|
159
|
+
def to_json(self) -> str:
|
160
|
+
"""Returns the JSON representation of the model using alias"""
|
161
|
+
# TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
|
162
|
+
return json.dumps(self.to_dict())
|
163
|
+
|
164
|
+
@classmethod
|
165
|
+
def from_json(cls, json_str: str) -> Optional[Self]:
|
166
|
+
"""Create an instance of AccountExperienceColors from a JSON string"""
|
167
|
+
return cls.from_dict(json.loads(json_str))
|
168
|
+
|
169
|
+
def to_dict(self) -> Dict[str, Any]:
|
170
|
+
"""Return the dictionary representation of the model using alias.
|
171
|
+
|
172
|
+
This has the following differences from calling pydantic's
|
173
|
+
`self.model_dump(by_alias=True)`:
|
174
|
+
|
175
|
+
* `None` is only added to the output dict for nullable fields that
|
176
|
+
were set at model initialization. Other fields with value `None`
|
177
|
+
are ignored.
|
178
|
+
* Fields in `self.additional_properties` are added to the output dict.
|
179
|
+
"""
|
180
|
+
excluded_fields: Set[str] = set([
|
181
|
+
"additional_properties",
|
182
|
+
])
|
183
|
+
|
184
|
+
_dict = self.model_dump(
|
185
|
+
by_alias=True,
|
186
|
+
exclude=excluded_fields,
|
187
|
+
exclude_none=True,
|
188
|
+
)
|
189
|
+
# puts key-value pairs in additional_properties in the top level
|
190
|
+
if self.additional_properties is not None:
|
191
|
+
for _key, _value in self.additional_properties.items():
|
192
|
+
_dict[_key] = _value
|
193
|
+
|
194
|
+
return _dict
|
195
|
+
|
196
|
+
@classmethod
|
197
|
+
def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
|
198
|
+
"""Create an instance of AccountExperienceColors from a dict"""
|
199
|
+
if obj is None:
|
200
|
+
return None
|
201
|
+
|
202
|
+
if not isinstance(obj, dict):
|
203
|
+
return cls.model_validate(obj)
|
204
|
+
|
205
|
+
_obj = cls.model_validate({
|
206
|
+
"button-identifier-background-default": obj.get("button-identifier-background-default"),
|
207
|
+
"button-identifier-background-hover": obj.get("button-identifier-background-hover"),
|
208
|
+
"button-identifier-border-border-default": obj.get("button-identifier-border-border-default"),
|
209
|
+
"button-identifier-border-border-hover": obj.get("button-identifier-border-border-hover"),
|
210
|
+
"button-identifier-foreground-default": obj.get("button-identifier-foreground-default"),
|
211
|
+
"button-identifier-foreground-hover": obj.get("button-identifier-foreground-hover"),
|
212
|
+
"button-link-brand-brand": obj.get("button-link-brand-brand"),
|
213
|
+
"button-link-brand-brand-hover": obj.get("button-link-brand-brand-hover"),
|
214
|
+
"button-link-default-primary": obj.get("button-link-default-primary"),
|
215
|
+
"button-link-default-primary-hover": obj.get("button-link-default-primary-hover"),
|
216
|
+
"button-link-default-secondary": obj.get("button-link-default-secondary"),
|
217
|
+
"button-link-default-secondary-hover": obj.get("button-link-default-secondary-hover"),
|
218
|
+
"button-link-disabled-disabled": obj.get("button-link-disabled-disabled"),
|
219
|
+
"button-primary-background-default": obj.get("button-primary-background-default"),
|
220
|
+
"button-primary-background-disabled": obj.get("button-primary-background-disabled"),
|
221
|
+
"button-primary-background-hover": obj.get("button-primary-background-hover"),
|
222
|
+
"button-primary-border-default": obj.get("button-primary-border-default"),
|
223
|
+
"button-primary-border-disabled": obj.get("button-primary-border-disabled"),
|
224
|
+
"button-primary-border-hover": obj.get("button-primary-border-hover"),
|
225
|
+
"button-primary-foreground-default": obj.get("button-primary-foreground-default"),
|
226
|
+
"button-primary-foreground-disabled": obj.get("button-primary-foreground-disabled"),
|
227
|
+
"button-primary-foreground-hover": obj.get("button-primary-foreground-hover"),
|
228
|
+
"button-secondary-background-default": obj.get("button-secondary-background-default"),
|
229
|
+
"button-secondary-background-disabled": obj.get("button-secondary-background-disabled"),
|
230
|
+
"button-secondary-background-hover": obj.get("button-secondary-background-hover"),
|
231
|
+
"button-secondary-border-default": obj.get("button-secondary-border-default"),
|
232
|
+
"button-secondary-border-disabled": obj.get("button-secondary-border-disabled"),
|
233
|
+
"button-secondary-border-hover": obj.get("button-secondary-border-hover"),
|
234
|
+
"button-secondary-foreground-default": obj.get("button-secondary-foreground-default"),
|
235
|
+
"button-secondary-foreground-disabled": obj.get("button-secondary-foreground-disabled"),
|
236
|
+
"button-secondary-foreground-hover": obj.get("button-secondary-foreground-hover"),
|
237
|
+
"button-social-background-default": obj.get("button-social-background-default"),
|
238
|
+
"button-social-background-disabled": obj.get("button-social-background-disabled"),
|
239
|
+
"button-social-background-generic-provider": obj.get("button-social-background-generic-provider"),
|
240
|
+
"button-social-background-hover": obj.get("button-social-background-hover"),
|
241
|
+
"button-social-border-default": obj.get("button-social-border-default"),
|
242
|
+
"button-social-border-disabled": obj.get("button-social-border-disabled"),
|
243
|
+
"button-social-border-generic-provider": obj.get("button-social-border-generic-provider"),
|
244
|
+
"button-social-border-hover": obj.get("button-social-border-hover"),
|
245
|
+
"button-social-foreground-default": obj.get("button-social-foreground-default"),
|
246
|
+
"button-social-foreground-disabled": obj.get("button-social-foreground-disabled"),
|
247
|
+
"button-social-foreground-generic-provider": obj.get("button-social-foreground-generic-provider"),
|
248
|
+
"button-social-foreground-hover": obj.get("button-social-foreground-hover"),
|
249
|
+
"checkbox-background-checked": obj.get("checkbox-background-checked"),
|
250
|
+
"checkbox-background-default": obj.get("checkbox-background-default"),
|
251
|
+
"checkbox-border-checkbox-border-checked": obj.get("checkbox-border-checkbox-border-checked"),
|
252
|
+
"checkbox-border-checkbox-border-default": obj.get("checkbox-border-checkbox-border-default"),
|
253
|
+
"checkbox-foreground-checked": obj.get("checkbox-foreground-checked"),
|
254
|
+
"checkbox-foreground-default": obj.get("checkbox-foreground-default"),
|
255
|
+
"form-background-default": obj.get("form-background-default"),
|
256
|
+
"form-border-default": obj.get("form-border-default"),
|
257
|
+
"input-background-default": obj.get("input-background-default"),
|
258
|
+
"input-background-disabled": obj.get("input-background-disabled"),
|
259
|
+
"input-background-hover": obj.get("input-background-hover"),
|
260
|
+
"input-border-default": obj.get("input-border-default"),
|
261
|
+
"input-border-disabled": obj.get("input-border-disabled"),
|
262
|
+
"input-border-focus": obj.get("input-border-focus"),
|
263
|
+
"input-border-hover": obj.get("input-border-hover"),
|
264
|
+
"input-foreground-disabled": obj.get("input-foreground-disabled"),
|
265
|
+
"input-foreground-primary": obj.get("input-foreground-primary"),
|
266
|
+
"input-foreground-secondary": obj.get("input-foreground-secondary"),
|
267
|
+
"input-foreground-tertiary": obj.get("input-foreground-tertiary"),
|
268
|
+
"interface-background-brand-primary": obj.get("interface-background-brand-primary"),
|
269
|
+
"interface-background-brand-primary-hover": obj.get("interface-background-brand-primary-hover"),
|
270
|
+
"interface-background-brand-secondary": obj.get("interface-background-brand-secondary"),
|
271
|
+
"interface-background-brand-secondary-hover": obj.get("interface-background-brand-secondary-hover"),
|
272
|
+
"interface-background-default-inverted": obj.get("interface-background-default-inverted"),
|
273
|
+
"interface-background-default-inverted-hover": obj.get("interface-background-default-inverted-hover"),
|
274
|
+
"interface-background-default-none": obj.get("interface-background-default-none"),
|
275
|
+
"interface-background-default-primary": obj.get("interface-background-default-primary"),
|
276
|
+
"interface-background-default-primary-hover": obj.get("interface-background-default-primary-hover"),
|
277
|
+
"interface-background-default-secondary": obj.get("interface-background-default-secondary"),
|
278
|
+
"interface-background-default-secondary-hover": obj.get("interface-background-default-secondary-hover"),
|
279
|
+
"interface-background-default-tertiary": obj.get("interface-background-default-tertiary"),
|
280
|
+
"interface-background-default-tertiary-hover": obj.get("interface-background-default-tertiary-hover"),
|
281
|
+
"interface-background-disabled-disabled": obj.get("interface-background-disabled-disabled"),
|
282
|
+
"interface-background-validation-danger": obj.get("interface-background-validation-danger"),
|
283
|
+
"interface-background-validation-success": obj.get("interface-background-validation-success"),
|
284
|
+
"interface-background-validation-warning": obj.get("interface-background-validation-warning"),
|
285
|
+
"interface-border-brand-brand": obj.get("interface-border-brand-brand"),
|
286
|
+
"interface-border-default-inverted": obj.get("interface-border-default-inverted"),
|
287
|
+
"interface-border-default-none": obj.get("interface-border-default-none"),
|
288
|
+
"interface-border-default-primary": obj.get("interface-border-default-primary"),
|
289
|
+
"interface-border-disabled-disabled": obj.get("interface-border-disabled-disabled"),
|
290
|
+
"interface-border-validation-danger": obj.get("interface-border-validation-danger"),
|
291
|
+
"interface-border-validation-success": obj.get("interface-border-validation-success"),
|
292
|
+
"interface-border-validation-warning": obj.get("interface-border-validation-warning"),
|
293
|
+
"interface-foreground-brand-on-primary": obj.get("interface-foreground-brand-on-primary"),
|
294
|
+
"interface-foreground-brand-on-secondary": obj.get("interface-foreground-brand-on-secondary"),
|
295
|
+
"interface-foreground-brand-primary": obj.get("interface-foreground-brand-primary"),
|
296
|
+
"interface-foreground-brand-secondary": obj.get("interface-foreground-brand-secondary"),
|
297
|
+
"interface-foreground-default-inverted": obj.get("interface-foreground-default-inverted"),
|
298
|
+
"interface-foreground-default-primary": obj.get("interface-foreground-default-primary"),
|
299
|
+
"interface-foreground-default-secondary": obj.get("interface-foreground-default-secondary"),
|
300
|
+
"interface-foreground-default-tertiary": obj.get("interface-foreground-default-tertiary"),
|
301
|
+
"interface-foreground-disabled-disabled": obj.get("interface-foreground-disabled-disabled"),
|
302
|
+
"interface-foreground-disabled-on-disabled": obj.get("interface-foreground-disabled-on-disabled"),
|
303
|
+
"interface-foreground-validation-danger": obj.get("interface-foreground-validation-danger"),
|
304
|
+
"interface-foreground-validation-success": obj.get("interface-foreground-validation-success"),
|
305
|
+
"interface-foreground-validation-warning": obj.get("interface-foreground-validation-warning"),
|
306
|
+
"ory-background-default": obj.get("ory-background-default"),
|
307
|
+
"ory-border-default": obj.get("ory-border-default"),
|
308
|
+
"ory-foreground-default": obj.get("ory-foreground-default"),
|
309
|
+
"radio-background-checked": obj.get("radio-background-checked"),
|
310
|
+
"radio-background-default": obj.get("radio-background-default"),
|
311
|
+
"radio-border-checked": obj.get("radio-border-checked"),
|
312
|
+
"radio-border-default": obj.get("radio-border-default"),
|
313
|
+
"radio-foreground-checked": obj.get("radio-foreground-checked"),
|
314
|
+
"radio-foreground-default": obj.get("radio-foreground-default"),
|
315
|
+
"toggle-background-checked": obj.get("toggle-background-checked"),
|
316
|
+
"toggle-background-default": obj.get("toggle-background-default"),
|
317
|
+
"toggle-border-checked": obj.get("toggle-border-checked"),
|
318
|
+
"toggle-border-default": obj.get("toggle-border-default"),
|
319
|
+
"toggle-foreground-checked": obj.get("toggle-foreground-checked"),
|
320
|
+
"toggle-foreground-default": obj.get("toggle-foreground-default")
|
321
|
+
})
|
322
|
+
# store additional fields in additional_properties
|
323
|
+
for _key in obj.keys():
|
324
|
+
if _key not in cls.__properties:
|
325
|
+
_obj.additional_properties[_key] = obj.get(_key)
|
326
|
+
|
327
|
+
return _obj
|
328
|
+
|
329
|
+
|