@veltdev/sdk 3.0.48 → 3.0.50
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.
|
@@ -879,6 +879,16 @@ export declare class CommentElement {
|
|
|
879
879
|
*/
|
|
880
880
|
public disableResolveStatusAccessAdminOnly: () => void;
|
|
881
881
|
|
|
882
|
+
/**
|
|
883
|
+
* To enable seen by users
|
|
884
|
+
*/
|
|
885
|
+
public enableSeenByUsers: () => void;
|
|
886
|
+
|
|
887
|
+
/**
|
|
888
|
+
* To disable seen by users
|
|
889
|
+
*/
|
|
890
|
+
public disableSeenByUsers: () => void;
|
|
891
|
+
|
|
882
892
|
constructor();
|
|
883
893
|
/**
|
|
884
894
|
* Subscribe to comments on the current document.
|
|
@@ -1744,4 +1754,14 @@ export declare class CommentElement {
|
|
|
1744
1754
|
* To disable resolve status access admin only
|
|
1745
1755
|
*/
|
|
1746
1756
|
private _disableResolveStatusAccessAdminOnly;
|
|
1757
|
+
|
|
1758
|
+
/**
|
|
1759
|
+
* To enable seen by users
|
|
1760
|
+
*/
|
|
1761
|
+
private _enableSeenByUsers;
|
|
1762
|
+
|
|
1763
|
+
/**
|
|
1764
|
+
* To disable seen by users
|
|
1765
|
+
*/
|
|
1766
|
+
private _disableSeenByUsers;
|
|
1747
1767
|
}
|
package/app/utils/constants.d.ts
CHANGED
|
@@ -325,6 +325,7 @@ export declare class Constants {
|
|
|
325
325
|
SNIPPYLY_HUDDLE_DATA: string;
|
|
326
326
|
VELT_TAB_ID: string;
|
|
327
327
|
VELT_COMMENT_SIDEBAR_FILTERS_RESET: string;
|
|
328
|
+
VELT_COMMENT_SIDEBAR_CUSTOM_ACTIONS_STATE: string;
|
|
328
329
|
VELT_CURSOR_MULTIPLE_USERS_DETECTED: string;
|
|
329
330
|
VELT_PRESENCE_MULTIPLE_USERS_DETECTED: string;
|
|
330
331
|
VELT_CUSTOM_PRIORITY_MAP: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@veltdev/sdk",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.50",
|
|
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": [
|