@veltdev/sdk 1.0.127 → 1.0.129
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.
|
@@ -127,6 +127,8 @@ export declare class CommentAnnotation {
|
|
|
127
127
|
*/
|
|
128
128
|
location?: Location | null;
|
|
129
129
|
type?: string;
|
|
130
|
+
commentType?: string;
|
|
131
|
+
metadata?: CommentMetadata;
|
|
130
132
|
/**
|
|
131
133
|
* Selected text range of comment annotation
|
|
132
134
|
*/
|
|
@@ -186,3 +188,6 @@ export declare class CommentOnElementConfig {
|
|
|
186
188
|
export declare class CommentIAMConfig {
|
|
187
189
|
accessMode?: CommentAccessMode;
|
|
188
190
|
}
|
|
191
|
+
export declare class CommentMetadata {
|
|
192
|
+
[key: string]: any;
|
|
193
|
+
}
|
package/app/utils/constants.d.ts
CHANGED
|
@@ -176,6 +176,7 @@ export declare class Constants {
|
|
|
176
176
|
VELT_COMMENTS_SIDEBAR: string;
|
|
177
177
|
VELT_COMMENT_BUBBLE: string;
|
|
178
178
|
VELT_COMMENT_THREAD: string;
|
|
179
|
+
VELT_CHART_COMMENT: string;
|
|
179
180
|
VELT_HIGHLIGHT_USER_TEXT: string;
|
|
180
181
|
VELT_AUDIO_HUDDLE: string;
|
|
181
182
|
VELT_VIDEO_HUDDLE: string;
|