@veltdev/sdk 3.0.37 → 3.0.39
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 NotificationElement {
|
|
|
52
52
|
* To get unread notifications count
|
|
53
53
|
*/
|
|
54
54
|
getUnreadNotificationsCount: () => Observable<{ forYou: number | null, all: number | null }>;
|
|
55
|
+
|
|
56
|
+
/**
|
|
57
|
+
* To mark notification as read by id
|
|
58
|
+
*/
|
|
59
|
+
markNotificationAsReadById: (notificationId: string) => void;
|
|
60
|
+
|
|
55
61
|
constructor();
|
|
56
62
|
|
|
57
63
|
/**
|
|
@@ -103,4 +109,9 @@ export declare class NotificationElement {
|
|
|
103
109
|
* To get unread notifications count
|
|
104
110
|
*/
|
|
105
111
|
private _getUnreadNotificationsCount;
|
|
112
|
+
|
|
113
|
+
/**
|
|
114
|
+
* To mark notification as read by id
|
|
115
|
+
*/
|
|
116
|
+
private _markNotificationAsReadById;
|
|
106
117
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@veltdev/sdk",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.39",
|
|
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": [
|