@veltdev/sdk 4.6.0-beta.7 → 4.6.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.
@@ -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;
@@ -258,3 +259,8 @@ export interface LinkClickedEvent {
258
259
  commentId: Number;
259
260
  metadata?: VeltEventMetadata;
260
261
  }
262
+ export interface CommentPinClickedEvent {
263
+ annotationId: string;
264
+ commentAnnotation: CommentAnnotation;
265
+ metadata?: VeltEventMetadata;
266
+ }
@@ -55,6 +55,7 @@ export declare const CommentEventTypes: {
55
55
  readonly AUTOCOMPLETE_SEARCH: "autocompleteSearch";
56
56
  readonly COMPOSER_CLICKED: "composerClicked";
57
57
  readonly LINK_CLICKED: "linkClicked";
58
+ readonly COMMENT_PIN_CLICKED: "commentPinClicked";
58
59
  };
59
60
  export declare const RecorderEventTypes: {
60
61
  readonly TRANSCRIPTION_DONE: "transcriptionDone";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veltdev/sdk",
3
- "version": "4.6.0-beta.7",
3
+ "version": "4.6.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": [