@veltdev/sdk-staging 4.6.7-beta.1 → 4.6.7-beta.2

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.
@@ -81,6 +81,7 @@ export type CommentEventTypesMap = {
81
81
  [CommentEventTypes.COMPOSER_CLICKED]: ComposerClickedEvent;
82
82
  [CommentEventTypes.LINK_CLICKED]: LinkClickedEvent;
83
83
  [CommentEventTypes.COMMENT_PIN_CLICKED]: CommentPinClickedEvent;
84
+ [CommentEventTypes.COMMENT_BUBBLE_CLICKED]: CommentBubbleClickedEvent;
84
85
  };
85
86
  export interface AddAttachmentEvent {
86
87
  annotationId: string;
@@ -264,3 +265,8 @@ export interface CommentPinClickedEvent {
264
265
  commentAnnotation: CommentAnnotation;
265
266
  metadata?: VeltEventMetadata;
266
267
  }
268
+ export interface CommentBubbleClickedEvent {
269
+ annotationId: string;
270
+ commentAnnotation: CommentAnnotation;
271
+ metadata?: VeltEventMetadata;
272
+ }
@@ -56,6 +56,7 @@ export declare const CommentEventTypes: {
56
56
  readonly COMPOSER_CLICKED: "composerClicked";
57
57
  readonly LINK_CLICKED: "linkClicked";
58
58
  readonly COMMENT_PIN_CLICKED: "commentPinClicked";
59
+ readonly COMMENT_BUBBLE_CLICKED: "commentBubbleClicked";
59
60
  };
60
61
  export declare const RecorderEventTypes: {
61
62
  readonly TRANSCRIPTION_DONE: "transcriptionDone";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veltdev/sdk-staging",
3
- "version": "4.6.7-beta.1",
3
+ "version": "4.6.7-beta.2",
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": [