@veltdev/sdk 3.0.64 → 3.0.66
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.
|
@@ -902,6 +902,16 @@ export declare class CommentElement {
|
|
|
902
902
|
*/
|
|
903
903
|
public disableSeenByUsers: () => void;
|
|
904
904
|
|
|
905
|
+
/**
|
|
906
|
+
* To enable short user name
|
|
907
|
+
*/
|
|
908
|
+
public enableShortUserName: () => void;
|
|
909
|
+
|
|
910
|
+
/**
|
|
911
|
+
* To disable short user name
|
|
912
|
+
*/
|
|
913
|
+
public disableShortUserName: () => void;
|
|
914
|
+
|
|
905
915
|
constructor();
|
|
906
916
|
/**
|
|
907
917
|
* Subscribe to comments on the current document.
|
|
@@ -1789,4 +1799,14 @@ export declare class CommentElement {
|
|
|
1789
1799
|
* To disable seen by users
|
|
1790
1800
|
*/
|
|
1791
1801
|
private _disableSeenByUsers;
|
|
1802
|
+
|
|
1803
|
+
/**
|
|
1804
|
+
* To enable short user name
|
|
1805
|
+
*/
|
|
1806
|
+
private _enableShortUserName;
|
|
1807
|
+
|
|
1808
|
+
/**
|
|
1809
|
+
* To disable short user name
|
|
1810
|
+
*/
|
|
1811
|
+
private _disableShortUserName;
|
|
1792
1812
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@veltdev/sdk",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.66",
|
|
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": [
|