@veltdev/sdk 2.0.1 → 2.0.3

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.
@@ -539,6 +539,12 @@ export declare class CommentElement {
539
539
  */
540
540
  public scrollToCommentByAnnotationId: (annotationId: string) => void;
541
541
 
542
+ /**
543
+ * To select comment by annotation id
544
+ * @param annotationId Comment annotation id
545
+ */
546
+ public selectCommentByAnnotationId: (annotationId: string) => void;
547
+
542
548
  /**
543
549
  * To enable showing recording summary in comments
544
550
  */
@@ -1198,6 +1204,12 @@ export declare class CommentElement {
1198
1204
  */
1199
1205
  private _scrollToCommentByAnnotationId;
1200
1206
 
1207
+ /**
1208
+ * To select comment by annotation id
1209
+ * @param annotationId Comment annotation id
1210
+ */
1211
+ private _selectCommentByAnnotationId;
1212
+
1201
1213
  /**
1202
1214
  * To enable showing recording summary in comments
1203
1215
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veltdev/sdk",
3
- "version": "2.0.1",
3
+ "version": "2.0.3",
4
4
  "description": "",
5
5
  "main": "velt.js",
6
6
  "scripts": {