UNPKG

@asyncapi/react-component

Version:

A React component for AsyncAPI specification.

69 lines 4.09 kB
export declare const CSS_PREFIX = "asyncapi"; export declare const CONTENT_TYPES_SITE = "https://www.iana.org/assignments/media-types"; export declare const COLLAPSE_ALL_TEXT = "Collapse All"; export declare const EXPAND_ALL_TEXT = "Expand All"; export declare const VALIDATION_ERRORS_TYPE = "https://github.com/asyncapi/parser-js/validation-errors"; export declare const SERVERS = "Servers"; export declare const ONE_OF_PAYLOADS_TEXT = "One of those payloads:"; export declare const ANY_OF_PAYLOADS_TEXT = "Any of those payloads:"; export declare const GENERATED_BADGE_TEXT = "generated"; export declare const ONE_OF_FOLLOWING_MESSAGES_PUBLISH_TEXT = "You can send one of the following messages:"; export declare const ONE_OF_FOLLOWING_MESSAGES_PUBLISH_SINGLE_TEXT = "You can send the following message:"; export declare const ONE_OF_FOLLOWING_MESSAGES_SUBSCRIBE_TEXT = "You can subscribe to one of the following messages:"; export declare const ONE_OF_FOLLOWING_MESSAGES_SUBSCRIBE_SINGLE_TEXT = "You can subscribe to the following message:"; export declare const RAW_MESSAGE_SUBSCRIBE_TEXT = "You can subscribe to the following message:"; export declare const RAW_MESSAGE_PUBLISH_TEXT = "You can send the following message:"; export declare const CONTACT_TEXT = "Contact"; export declare const NAM_TEXTE = "Name"; export declare const URL_TEXT = "Url"; export declare const EMAIL_TEXT = "Email"; export declare const LICENSE_TEXT = "License"; export declare const TERMS_OF_SERVICE_TEXT = "Terms of service"; export declare const URL_SUPPORT_TEXT = "Support"; export declare const EMAIL_SUPPORT_TEXT = "Email support"; export declare const EXTERAL_DOCUMENTATION_TEXT = "External Docs"; export declare const LOCATION_TEXT = "Location"; export declare const TYPE_TEXT = "Type"; export declare const SPECIFICATION_TEXT = "Specification"; export declare const DEPRECATED_TEXT = "Deprecated"; export declare const PUBLISH_TEXT = "Publish"; export declare const PUBLISH_LABEL_DEFAULT_TEXT = "PUB"; export declare const SEND_TEXT = "Send"; export declare const SEND_LABEL_DEFAULT_TEXT = "SEND"; export declare const SUBSCRIBE_TEXT = "Subscribe"; export declare const SUBSCRIBE_LABEL_DEFAULT_TEXT = "SUB"; export declare const RECEIVE_TEXT = "Receive"; export declare const RECEIVE_TEXT_LABEL_DEFAULT_TEXT = "RECEIVE"; export declare const REQUEST_TEXT = "Request"; export declare const REQUEST_LABEL_DEFAULT_TEXT = "REQUEST"; export declare const REPLIER_TEXT = "Reply"; export declare const REPLIER_LABEL_DEFAULT_TEXT = "REPLY"; export declare const REQUIRED_TEXT = "Required"; export declare const GENERATED_TEXT = "Generated"; export declare const SERVERS_TEXT = "Servers"; export declare const OPERATIONS_TEXT = "Operations"; export declare const MESSAGES_TEXT = "Messages"; export declare const SCHEMAS_TEXT = "Schemas"; export declare const CHANNELS_TEXT = "Channels"; export declare const PARAMETERS_TEXT = "Parameters"; export declare const HEADERS_TEXT = "Headers"; export declare const MESSAGE_HEADERS_TEXT = "Message Headers"; export declare const HEADERS_EXAMPLE_TEXT = "Example of headers"; export declare const TAGS_TEXT = "Tags"; export declare const PAYLOAD_TEXT = "Payload"; export declare const MESSAGE_PAYLOAD_TEXT = "Message Payload"; export declare const PAYLOAD_EXAMPLE_TEXT = "Example of payload"; export declare const SCHEMA_EXAMPLE_TEXT = "Example"; export declare const SERVER_BINDINGS_TEXT = "Server Bindings"; export declare const CHANNEL_BINDINGS_TEXT = "Channel Bindings"; export declare const OPERATION_BINDINGS_TEXT = "Operation Bindings"; export declare const MESSAGE_BINDINGS_TEXT = "Message Bindings"; export declare const BINDINGS_SCHEMA_OBJECT_TEXT = "Schema Object"; export declare const NONE_TEXT = "None"; export declare const ANY_TEXT = "Any"; export declare const ERROR_TEXT = "Error"; export declare const EXPAND_ERROR_BUTTON_TEXT = "Expand"; export declare const COLLAPSE_ERROR_BUTTON_TEXT = "Collapse"; export declare const SECURITY_TEXT = "Security"; export declare const URL_VARIABLES_TEXT = "URL Variables"; //# sourceMappingURL=constants.d.ts.map