@veltdev/sdk 3.0.12 → 3.0.13
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.
|
@@ -167,6 +167,7 @@ export declare class CommentAnnotation {
|
|
|
167
167
|
subscribedGroups?: CommentAnnotationSubscribedGroups;
|
|
168
168
|
resolvedByUserId?: string | null;
|
|
169
169
|
multiThreadAnnotationId?: string;
|
|
170
|
+
isDraft?: boolean;
|
|
170
171
|
}
|
|
171
172
|
export declare class GhostComment {
|
|
172
173
|
targetElement?: TargetElement | null;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@veltdev/sdk",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.13",
|
|
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": [
|