@veltdev/sdk 3.0.20 → 3.0.21
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.
|
@@ -52,6 +52,12 @@ export declare class CommentAnnotation {
|
|
|
52
52
|
* Auto generated.
|
|
53
53
|
*/
|
|
54
54
|
lastUpdated?: any;
|
|
55
|
+
/**
|
|
56
|
+
* Timestamp when the comment annotation was created.
|
|
57
|
+
*
|
|
58
|
+
* Auto generated.
|
|
59
|
+
*/
|
|
60
|
+
createdAt?: any;
|
|
55
61
|
/**
|
|
56
62
|
* Comment annotation's position on the X axis.
|
|
57
63
|
*
|
|
@@ -68,4 +68,15 @@ export declare class Comment {
|
|
|
68
68
|
customList: AutocompleteReplaceData[];
|
|
69
69
|
toOrganizationUserGroup: AutocompleteGroupReplaceData[];
|
|
70
70
|
isDraft?: boolean;
|
|
71
|
+
/**
|
|
72
|
+
* Timestamp when the comment annotation was edited.
|
|
73
|
+
*
|
|
74
|
+
* Auto generated.
|
|
75
|
+
*/
|
|
76
|
+
editedAt?: any;
|
|
77
|
+
/**
|
|
78
|
+
* To check if comment annotation is edited.
|
|
79
|
+
*
|
|
80
|
+
*/
|
|
81
|
+
isEdited?: boolean;
|
|
71
82
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@veltdev/sdk",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.21",
|
|
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": [
|