@veltdev/sdk 4.5.0-beta.39 → 4.5.0-beta.40
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.
|
@@ -83,6 +83,16 @@ export declare class NotificationElement {
|
|
|
83
83
|
*/
|
|
84
84
|
disableSettings: () => void;
|
|
85
85
|
|
|
86
|
+
/**
|
|
87
|
+
* To enable self notifications
|
|
88
|
+
*/
|
|
89
|
+
enableSelfNotifications: () => void;
|
|
90
|
+
|
|
91
|
+
/**
|
|
92
|
+
* To disable self notifications
|
|
93
|
+
*/
|
|
94
|
+
disableSelfNotifications: () => void;
|
|
95
|
+
|
|
86
96
|
/**
|
|
87
97
|
* To set settings initial config
|
|
88
98
|
*/
|
|
@@ -170,6 +180,16 @@ export declare class NotificationElement {
|
|
|
170
180
|
*/
|
|
171
181
|
private _disableSettings;
|
|
172
182
|
|
|
183
|
+
/**
|
|
184
|
+
* To enable self notifications
|
|
185
|
+
*/
|
|
186
|
+
private _enableSelfNotifications;
|
|
187
|
+
|
|
188
|
+
/**
|
|
189
|
+
* To disable self notifications
|
|
190
|
+
*/
|
|
191
|
+
private _disableSelfNotifications;
|
|
192
|
+
|
|
173
193
|
/**
|
|
174
194
|
* To set settings initial config
|
|
175
195
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@veltdev/sdk",
|
|
3
|
-
"version": "4.5.0-beta.
|
|
3
|
+
"version": "4.5.0-beta.40",
|
|
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": [
|