@veltdev/sdk 3.0.19 → 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
|
}
|
|
@@ -32,6 +32,16 @@ export declare class NotificationElement {
|
|
|
32
32
|
* To set tab configuration
|
|
33
33
|
*/
|
|
34
34
|
setTabConfig: (tabConfig: NotificationTabConfig) => void;
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* To enable read notifications on for you tab
|
|
38
|
+
*/
|
|
39
|
+
enableReadNotificationsOnForYouTab: () => void;
|
|
40
|
+
|
|
41
|
+
/**
|
|
42
|
+
* To disable read notifications on for you tab
|
|
43
|
+
*/
|
|
44
|
+
disableReadNotificationsOnForYouTab: () => void;
|
|
35
45
|
constructor();
|
|
36
46
|
|
|
37
47
|
/**
|
|
@@ -63,4 +73,14 @@ export declare class NotificationElement {
|
|
|
63
73
|
* To set tab configuration
|
|
64
74
|
*/
|
|
65
75
|
private _setTabConfig;
|
|
76
|
+
|
|
77
|
+
/**
|
|
78
|
+
* To enable read notifications on for you tab
|
|
79
|
+
*/
|
|
80
|
+
private _enableReadNotificationsOnForYouTab;
|
|
81
|
+
|
|
82
|
+
/**
|
|
83
|
+
* To disable read notifications on for you tab
|
|
84
|
+
*/
|
|
85
|
+
private _disableReadNotificationsOnForYouTab;
|
|
66
86
|
}
|
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": [
|