@veltdev/sdk 1.0.12 → 1.0.14

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.
@@ -133,7 +133,7 @@ export declare class CommentAnnotation {
133
133
  /**
134
134
  * Set `true` to set text comment annotation on all the text content of provided target element using `targetElementId`
135
135
  */
136
- onlyTextComment?: boolean;
136
+ selectAllContent?: boolean;
137
137
  approved?: boolean;
138
138
  status: CustomStatus;
139
139
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veltdev/sdk",
3
- "version": "1.0.12",
3
+ "version": "1.0.14",
4
4
  "description": "",
5
5
  "main": "velt.js",
6
6
  "scripts": {