@veltdev/sdk 5.0.2-beta.15 → 5.0.2-beta.16
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.
|
@@ -365,7 +365,7 @@ export declare class Snippyly {
|
|
|
365
365
|
/**
|
|
366
366
|
* To update user contact list.
|
|
367
367
|
*/
|
|
368
|
-
updateContactList: (userContacts: UserContact[], config?: { merge: boolean }) => void;
|
|
368
|
+
updateContactList: (userContacts: UserContact[], config?: { merge: boolean, filters?: boolean }) => void;
|
|
369
369
|
|
|
370
370
|
/**
|
|
371
371
|
* To get document metadata.
|
|
@@ -503,6 +503,16 @@ export declare class CommentElement {
|
|
|
503
503
|
*/
|
|
504
504
|
public disableReactions: () => void;
|
|
505
505
|
|
|
506
|
+
/**
|
|
507
|
+
* To enable anonymous email mentions in comments
|
|
508
|
+
*/
|
|
509
|
+
public enableAnonymousEmail: () => void;
|
|
510
|
+
|
|
511
|
+
/**
|
|
512
|
+
* To disable anonymous email mentions in comments
|
|
513
|
+
*/
|
|
514
|
+
public disableAnonymousEmail: () => void;
|
|
515
|
+
|
|
506
516
|
/**
|
|
507
517
|
* To set allowed recordings in comments
|
|
508
518
|
* @param allowedRecordings "all", "none" or "audio", "video", "screen"
|
|
@@ -1844,6 +1854,16 @@ export declare class CommentElement {
|
|
|
1844
1854
|
*/
|
|
1845
1855
|
private _disableReactions;
|
|
1846
1856
|
|
|
1857
|
+
/**
|
|
1858
|
+
* To enable anonymous email mentions in comments
|
|
1859
|
+
*/
|
|
1860
|
+
private _enableAnonymousEmail;
|
|
1861
|
+
|
|
1862
|
+
/**
|
|
1863
|
+
* To disable anonymous email mentions in comments
|
|
1864
|
+
*/
|
|
1865
|
+
private _disableAnonymousEmail;
|
|
1866
|
+
|
|
1847
1867
|
/**
|
|
1848
1868
|
* To set allowed recordings in comments
|
|
1849
1869
|
* @param allowedRecordings "all", "none" or "audio", "video", "screen"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@veltdev/sdk",
|
|
3
|
-
"version": "5.0.2-beta.
|
|
3
|
+
"version": "5.0.2-beta.16",
|
|
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": [
|