@veltdev/sdk 1.0.10 → 1.0.11

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.
@@ -24,6 +24,14 @@ export declare class Comment {
24
24
  *
25
25
  */
26
26
  commentHtml?: string;
27
+ /**
28
+ * Html content to replace the comment text when user accepts the comment.
29
+ */
30
+ replaceContentHtml?: string;
31
+ /**
32
+ * Text content to replace the comment text when user accepts the comment.
33
+ */
34
+ replaceContentText?: string;
27
35
  /**
28
36
  * Comment voice recording url.
29
37
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veltdev/sdk",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "description": "",
5
5
  "main": "velt.js",
6
6
  "scripts": {