@veltdev/types 5.0.0-beta.16 → 5.0.0-beta.17
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.
|
@@ -498,11 +498,13 @@ export declare class CommentElement {
|
|
|
498
498
|
/**
|
|
499
499
|
* To enable private comment mode to add private comments.
|
|
500
500
|
* This mode can be enabled for admin users only.
|
|
501
|
+
* @deprecated
|
|
501
502
|
*/
|
|
502
503
|
public enablePrivateCommentMode: () => void;
|
|
503
504
|
|
|
504
505
|
/**
|
|
505
506
|
* To disable private comment mode.
|
|
507
|
+
* @deprecated
|
|
506
508
|
*/
|
|
507
509
|
public disablePrivateCommentMode: () => void;
|
|
508
510
|
|
|
@@ -1051,6 +1053,7 @@ export declare class CommentElement {
|
|
|
1051
1053
|
|
|
1052
1054
|
/**
|
|
1053
1055
|
* To update access
|
|
1056
|
+
* @deprecated
|
|
1054
1057
|
*/
|
|
1055
1058
|
public updateAccess: (request: UpdateAccessRequest) => Promise<UpdateAccessEvent | null>;
|
|
1056
1059
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@veltdev/types",
|
|
3
|
-
"version": "5.0.0-beta.
|
|
3
|
+
"version": "5.0.0-beta.17",
|
|
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": [
|