@veltdev/sdk 3.0.29 → 3.0.31

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.
@@ -47,6 +47,11 @@ export declare class NotificationElement {
47
47
  * To set all notifications as read
48
48
  */
49
49
  setAllNotificationsAsRead: (config?: { tabId: 'for-you' | 'all' | 'document' | 'people' }) => void;
50
+
51
+ /**
52
+ * To get unread notifications count
53
+ */
54
+ getUnreadNotificationsCount: () => Observable<{ forYou: number | null, all: number | null }>;
50
55
  constructor();
51
56
 
52
57
  /**
@@ -93,4 +98,9 @@ export declare class NotificationElement {
93
98
  * To set all notifications as read
94
99
  */
95
100
  private _setAllNotificationsAsRead;
101
+
102
+ /**
103
+ * To get unread notifications count
104
+ */
105
+ private _getUnreadNotificationsCount;
96
106
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veltdev/sdk",
3
- "version": "3.0.29",
3
+ "version": "3.0.31",
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": [