@leancodepl/kratos
Version:
Headless React components library for building Ory Kratos authentication flows
573 lines (572 loc) • 15.6 kB
TypeScript
/**
* Ory APIs
* # 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) |
*
* The version of the OpenAPI document: v1.20.10
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
/**
*
* @export
* @interface AccountExperienceThemeVariables
*/
export interface AccountExperienceThemeVariables {
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
accent?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
bg_default?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
border_radius_branding?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
border_radius_buttons?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
border_radius_cards?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
border_radius_forms?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
border_radius_general?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
button_primary_bg_default?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
button_primary_bg_disabled?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
button_primary_bg_hover?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
button_primary_border_default?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
button_primary_border_disabled?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
button_primary_border_hover?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
button_primary_fg_default?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
button_primary_fg_disabled?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
button_primary_fg_hover?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
button_secondary_bg_default?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
button_secondary_bg_disabled?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
button_secondary_bg_hover?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
button_secondary_border_default?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
button_secondary_border_disabled?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
button_secondary_border_hover?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
button_secondary_fg_default?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
button_secondary_fg_disabled?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
button_secondary_fg_hover?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
button_social_bg_default?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
button_social_bg_disabled?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
button_social_bg_hover?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
button_social_bg_provider?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
button_social_border_default?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
button_social_border_disabled?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
button_social_border_hover?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
button_social_border_provider?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
button_social_fg_default?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
button_social_fg_disabled?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
button_social_fg_hover?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
button_social_fg_provider?: string;
/**
*
* @type {Date}
* @memberof AccountExperienceThemeVariables
*/
created_at?: Date;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
dialog_bg_default?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
dialog_bg_subtle?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
dialog_border_default?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
dialog_fg_default?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
dialog_fg_mute?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
dialog_fg_subtle?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
forms_bg_default?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
forms_bg_disabled?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
forms_bg_hover?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
forms_border_default?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
forms_border_disabled?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
forms_border_error?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
forms_border_focus?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
forms_border_hover?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
forms_border_success?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
forms_border_warn?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
forms_checkbox_bg_checked?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
forms_checkbox_bg_default?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
forms_checkbox_border_checked?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
forms_checkbox_border_default?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
forms_checkbox_fg_checked?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
forms_checkbox_fg_default?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
forms_fg_default?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
forms_fg_error?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
forms_fg_mute?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
forms_fg_subtle?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
forms_fg_success?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
forms_fg_warn?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
forms_radio_bg_checked?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
forms_radio_bg_default?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
forms_radio_border_checked?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
forms_radio_border_default?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
forms_radio_fg_checked?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
forms_radio_fg_default?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
forms_toggle_bg_checked?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
forms_toggle_bg_default?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
forms_toggle_border_checked?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
forms_toggle_border_default?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
forms_toggle_fg_checked?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
forms_toggle_fg_default?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
id?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
links_link_default?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
links_link_disabled?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
links_link_hover?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
links_link_inverted_default?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
links_link_inverted_hover?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
links_link_mute_default?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
links_link_mute_hover?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
syntax_syntax?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
syntax_syntax_key?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
syntax_syntax_num?: string;
/**
*
* @type {string}
* @memberof AccountExperienceThemeVariables
*/
syntax_syntax_value?: string;
/**
*
* @type {Date}
* @memberof AccountExperienceThemeVariables
*/
updated_at?: Date;
}
/**
* Check if a given object implements the AccountExperienceThemeVariables interface.
*/
export declare function instanceOfAccountExperienceThemeVariables(value: object): value is AccountExperienceThemeVariables;
export declare function AccountExperienceThemeVariablesFromJSON(json: any): AccountExperienceThemeVariables;
export declare function AccountExperienceThemeVariablesFromJSONTyped(json: any, ignoreDiscriminator: boolean): AccountExperienceThemeVariables;
export declare function AccountExperienceThemeVariablesToJSON(json: any): AccountExperienceThemeVariables;
export declare function AccountExperienceThemeVariablesToJSONTyped(value?: AccountExperienceThemeVariables | null, ignoreDiscriminator?: boolean): any;