@aws/language-server-runtimes-types
Advanced tools
Comparing version 0.0.2 to 0.0.3
# Changelog | ||
## [0.0.3] - 2024-05-10 | ||
- Removed `VoteType`, `VoteParams` and `CopyCodeToClipboardParams` from Chat types | ||
## [0.0.2] - 2024-05-06 | ||
@@ -4,0 +8,0 @@ |
@@ -28,6 +28,2 @@ import { Position, Range, TextDocumentIdentifier } from './lsp'; | ||
} | ||
export declare enum VoteType { | ||
UP = "upvote", | ||
DOWN = "downvote" | ||
} | ||
export interface FeedbackPayload { | ||
@@ -81,7 +77,2 @@ messageId: string; | ||
} | ||
export interface VoteParams { | ||
tabId: string; | ||
messageId: string; | ||
vote: VoteType; | ||
} | ||
export interface FeedbackParams { | ||
@@ -107,5 +98,6 @@ tabId: string; | ||
referenceTrackerInformation?: ReferenceTrackerInformation[]; | ||
eventId?: string; | ||
codeBlockIndex?: number; | ||
totalCodeBlocks?: number; | ||
} | ||
export interface CopyCodeToClipboardParams extends InsertToCursorPositionParams { | ||
} | ||
export interface LinkClickParams { | ||
@@ -112,0 +104,0 @@ tabId: string; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.VoteType = void 0; | ||
var VoteType; | ||
(function (VoteType) { | ||
VoteType["UP"] = "upvote"; | ||
VoteType["DOWN"] = "downvote"; | ||
})(VoteType || (exports.VoteType = VoteType = {})); | ||
//# sourceMappingURL=chat.js.map |
{ | ||
"name": "@aws/language-server-runtimes-types", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Type definitions in Language Servers and Runtimes for AWS", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
45189
257