@veltdev/sdk 4.2.0-beta.5 → 4.2.0
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.
|
@@ -396,14 +396,14 @@ export declare class CommentElement {
|
|
|
396
396
|
/**
|
|
397
397
|
* To get documentId, location and set context data when comment is added.
|
|
398
398
|
*
|
|
399
|
-
* @
|
|
399
|
+
* @legacy Use `AddCommentAnnotationEvent` instead
|
|
400
400
|
*/
|
|
401
401
|
public onCommentAdd: () => Observable<CommentAddEventData>;
|
|
402
402
|
|
|
403
403
|
/**
|
|
404
404
|
* To get data when comment is updated.
|
|
405
405
|
*
|
|
406
|
-
* @
|
|
406
|
+
* @legacy Use action specific events instead
|
|
407
407
|
*/
|
|
408
408
|
public onCommentUpdate: () => Observable<CommentUpdateEventData>;
|
|
409
409
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@veltdev/sdk",
|
|
3
|
-
"version": "4.2.0
|
|
3
|
+
"version": "4.2.0",
|
|
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": [
|