@aws/chat-client-ui-types
Advanced tools
Comparing version 0.0.8 to 0.0.9
# Changelog | ||
## [0.0.9] - 2024-12-11 | ||
### Added | ||
- `DISCLAIMER_ACKNOWLEDGED` contract for acknowledging the legal disclaimer | ||
## [0.0.8] - 2024-10-22 | ||
@@ -5,0 +9,0 @@ |
@@ -14,3 +14,4 @@ import { InsertToCursorPositionParams, ChatOptions, CodeSelectionType, ReferenceTrackerInformation } from '@aws/language-server-runtimes-types'; | ||
export declare const CHAT_OPTIONS = "chatOptions"; | ||
export type UiMessageCommand = typeof SEND_TO_PROMPT | typeof ERROR_MESSAGE | typeof INSERT_TO_CURSOR_POSITION | typeof AUTH_FOLLOW_UP_CLICKED | typeof GENERIC_COMMAND | typeof CHAT_OPTIONS | typeof COPY_TO_CLIPBOARD; | ||
export declare const DISCLAIMER_ACKNOWLEDGED = "disclaimerAcknowledged"; | ||
export type UiMessageCommand = typeof SEND_TO_PROMPT | typeof ERROR_MESSAGE | typeof INSERT_TO_CURSOR_POSITION | typeof AUTH_FOLLOW_UP_CLICKED | typeof GENERIC_COMMAND | typeof CHAT_OPTIONS | typeof COPY_TO_CLIPBOARD | typeof DISCLAIMER_ACKNOWLEDGED; | ||
export interface UiMessage { | ||
@@ -17,0 +18,0 @@ command: UiMessageCommand; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.CHAT_OPTIONS = exports.GENERIC_COMMAND = exports.AUTH_FOLLOW_UP_CLICKED = exports.COPY_TO_CLIPBOARD = exports.INSERT_TO_CURSOR_POSITION = exports.ERROR_MESSAGE = exports.SEND_TO_PROMPT = void 0; | ||
exports.DISCLAIMER_ACKNOWLEDGED = exports.CHAT_OPTIONS = exports.GENERIC_COMMAND = exports.AUTH_FOLLOW_UP_CLICKED = exports.COPY_TO_CLIPBOARD = exports.INSERT_TO_CURSOR_POSITION = exports.ERROR_MESSAGE = exports.SEND_TO_PROMPT = void 0; | ||
exports.isValidAuthFollowUpType = isValidAuthFollowUpType; | ||
@@ -15,2 +15,3 @@ function isValidAuthFollowUpType(value) { | ||
exports.CHAT_OPTIONS = 'chatOptions'; | ||
exports.DISCLAIMER_ACKNOWLEDGED = 'disclaimerAcknowledged'; | ||
//# sourceMappingURL=uiContracts.js.map |
{ | ||
"name": "@aws/chat-client-ui-types", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "Type definitions for Chat UIs in Language Servers and Runtimes for AWS", | ||
@@ -5,0 +5,0 @@ "main": "./out/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17946
112