@veltdev/types-dev 5.0.2-beta.54 → 5.0.2-beta.55

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.
@@ -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"
@@ -1849,6 +1859,16 @@ export declare class CommentElement {
1849
1859
  */
1850
1860
  private _disableReactions;
1851
1861
 
1862
+ /**
1863
+ * To enable anonymous email mentions in comments
1864
+ */
1865
+ private _enableAnonymousEmail;
1866
+
1867
+ /**
1868
+ * To disable anonymous email mentions in comments
1869
+ */
1870
+ private _disableAnonymousEmail;
1871
+
1852
1872
  /**
1853
1873
  * To set allowed recordings in comments
1854
1874
  * @param allowedRecordings "all", "none" or "audio", "video", "screen"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veltdev/types-dev",
3
- "version": "5.0.2-beta.54",
3
+ "version": "5.0.2-beta.55",
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": [