@veltdev/sdk 5.0.0-beta.12 → 5.0.0-beta.13
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.
|
@@ -68,6 +68,16 @@ export declare class NotificationElement {
|
|
|
68
68
|
*/
|
|
69
69
|
getSettings: () => Observable<NotificationSettingsConfig | null>;
|
|
70
70
|
|
|
71
|
+
/**
|
|
72
|
+
* To enable settings config by organization
|
|
73
|
+
*/
|
|
74
|
+
enableSettingsAtOrganizationLevel: () => void;
|
|
75
|
+
|
|
76
|
+
/**
|
|
77
|
+
* To disable settings config by organization
|
|
78
|
+
*/
|
|
79
|
+
disableSettingsAtOrganizationLevel: () => void;
|
|
80
|
+
|
|
71
81
|
/**
|
|
72
82
|
* To mute all notifications
|
|
73
83
|
*/
|
|
@@ -200,6 +210,16 @@ export declare class NotificationElement {
|
|
|
200
210
|
*/
|
|
201
211
|
private _disableSettings;
|
|
202
212
|
|
|
213
|
+
/**
|
|
214
|
+
* To enable settings config by organization
|
|
215
|
+
*/
|
|
216
|
+
private _enableSettingsAtOrganizationLevel;
|
|
217
|
+
|
|
218
|
+
/**
|
|
219
|
+
* To disable settings config by organization
|
|
220
|
+
*/
|
|
221
|
+
private _disableSettingsAtOrganizationLevel;
|
|
222
|
+
|
|
203
223
|
/**
|
|
204
224
|
* To enable self notifications
|
|
205
225
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@veltdev/sdk",
|
|
3
|
-
"version": "5.0.0-beta.
|
|
3
|
+
"version": "5.0.0-beta.13",
|
|
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": [
|