@veltdev/sdk 4.5.8-beta.2 → 4.5.8-beta.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.
- package/app/models/element/comment-element.model.d.ts +1 -1
- package/package.json +1 -1
- package/velt.js +66 -66
|
@@ -562,7 +562,7 @@ export declare class CommentElement {
|
|
|
562
562
|
* To select comment by annotation id
|
|
563
563
|
* @param annotationId Comment annotation id
|
|
564
564
|
*/
|
|
565
|
-
public selectCommentByAnnotationId: (annotationId
|
|
565
|
+
public selectCommentByAnnotationId: (annotationId?: string) => void;
|
|
566
566
|
|
|
567
567
|
/**
|
|
568
568
|
* To enable showing recording summary in comments
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@veltdev/sdk",
|
|
3
|
-
"version": "4.5.8-beta.
|
|
3
|
+
"version": "4.5.8-beta.3",
|
|
4
4
|
"description": "Velt is an SDK to add collaborative features to your product within minutes. Example: Comments like Figma, Frame.io, Google docs or sheets, Recording like Loom, Huddles like Slack and much more.",
|
|
5
5
|
"homepage": "https://velt.dev",
|
|
6
6
|
"keywords": [
|