@veltdev/types-dev 4.6.0-beta.9 → 4.6.0

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.
@@ -285,6 +285,11 @@ export declare class Snippyly {
285
285
  */
286
286
  getUser: () => User | null;
287
287
 
288
+ /**
289
+ * To get current user.
290
+ */
291
+ getCurrentUser: () => Observable<User | null>;
292
+
288
293
  /**
289
294
  * To get heartbeat.
290
295
  */
@@ -80,6 +80,7 @@ export type CommentEventTypesMap = {
80
80
  [CommentEventTypes.AUTOCOMPLETE_SEARCH]: AutocompleteSearchEvent;
81
81
  [CommentEventTypes.COMPOSER_CLICKED]: ComposerClickedEvent;
82
82
  [CommentEventTypes.LINK_CLICKED]: LinkClickedEvent;
83
+ [CommentEventTypes.COMMENT_PIN_CLICKED]: CommentPinClickedEvent;
83
84
  };
84
85
  export interface AddAttachmentEvent {
85
86
  annotationId: string;
@@ -263,3 +264,8 @@ export interface LinkClickedEvent {
263
264
  commentId: Number;
264
265
  metadata?: VeltEventMetadata;
265
266
  }
267
+ export interface CommentPinClickedEvent {
268
+ annotationId: string;
269
+ commentAnnotation: CommentAnnotation;
270
+ metadata?: VeltEventMetadata;
271
+ }
@@ -57,6 +57,7 @@ export declare const CommentEventTypes: {
57
57
  readonly AUTOCOMPLETE_SEARCH: "autocompleteSearch";
58
58
  readonly COMPOSER_CLICKED: "composerClicked";
59
59
  readonly LINK_CLICKED: "linkClicked";
60
+ readonly COMMENT_PIN_CLICKED: "commentPinClicked";
60
61
  };
61
62
  export declare const RecorderEventTypes: {
62
63
  readonly TRANSCRIPTION_DONE: "transcriptionDone";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veltdev/types-dev",
3
- "version": "4.6.0-beta.9",
3
+ "version": "4.6.0",
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": [