@veltdev/types-dev 6.0.2-beta.1 → 6.0.3-beta.1

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.
@@ -8,6 +8,7 @@ import { ActivityElement } from "../models/element/activity-element.model";
8
8
  import { AreaElement } from "../models/element/area-element.model";
9
9
  import { ArrowElement } from "../models/element/arrow-element.model";
10
10
  import { CommentElement } from "../models/element/comment-element.model";
11
+ import { SuggestionElement } from "../models/element/suggestion-element.model";
11
12
  import { ContactElement } from "../models/element/contact-element.model";
12
13
  import { CursorElement } from "../models/element/cursor-element.model";
13
14
  import { LiveStateSyncElement } from "../models/element/live-state-sync-element.model";
@@ -186,6 +187,12 @@ export declare class Snippyly {
186
187
  * This is for Pros who don't want to use Snippyly Comment web component and want to design their own UI.
187
188
  */
188
189
  getCommentElement: () => CommentElement;
190
+ /**
191
+ * Get the Suggestion Element Object to access the raw suggestion data.
192
+ *
193
+ * This is for Pros who don't want to use Snippyly Suggestion web component and want to design their own UI.
194
+ */
195
+ getSuggestionElement: () => SuggestionElement;
189
196
  /**
190
197
  * Get the Tag Pin Annotation Object to access the raw tag data.
191
198
  *
@@ -25,7 +25,7 @@ export declare class UserContact {
25
25
  */
26
26
  groupId?: string;
27
27
  source?: string;
28
- visibility: 'group' | 'private';
28
+ visibility?: 'group' | 'private';
29
29
  color?: string;
30
30
  textColor?: string;
31
31
  initial?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veltdev/types-dev",
3
- "version": "6.0.2-beta.1",
3
+ "version": "6.0.3-beta.1",
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": [