@veltdev/types-dev 5.0.2-beta.62 → 5.0.2-beta.64

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.
@@ -67,6 +67,7 @@ export type CommentEventTypesMap = {
67
67
  [CommentEventTypes.UPDATE_ACCESS]: UpdateAccessEvent;
68
68
  [CommentEventTypes.RESOLVE_COMMENT]: ResolveCommentEvent;
69
69
  [CommentEventTypes.ADD_COMMENT]: AddCommentEvent;
70
+ [CommentEventTypes.ADD_COMMENT_DRAFT]: AddCommentDraftEvent;
70
71
  [CommentEventTypes.UPDATE_COMMENT]: UpdateCommentEvent;
71
72
  [CommentEventTypes.DELETE_COMMENT]: DeleteCommentEvent;
72
73
  [CommentEventTypes.ADD_ATTACHMENT]: AddAttachmentEvent;
@@ -186,6 +187,12 @@ export interface AddCommentEvent {
186
187
  comment: Comment;
187
188
  metadata: VeltEventMetadata;
188
189
  }
190
+ export interface AddCommentDraftEvent {
191
+ annotationId: string;
192
+ commentAnnotation: CommentAnnotation;
193
+ comment: Comment;
194
+ metadata: VeltEventMetadata;
195
+ }
189
196
  export interface CommentSavedEvent {
190
197
  annotationId: string;
191
198
  commentAnnotation: CommentAnnotation;
@@ -48,6 +48,7 @@ export declare const CommentEventTypes: {
48
48
  readonly UPDATE_ACCESS: "updateAccess";
49
49
  readonly RESOLVE_COMMENT: "resolveComment";
50
50
  readonly ADD_COMMENT: "addComment";
51
+ readonly ADD_COMMENT_DRAFT: "addCommentDraft";
51
52
  readonly UPDATE_COMMENT: "updateComment";
52
53
  readonly DELETE_COMMENT: "deleteComment";
53
54
  readonly ADD_ATTACHMENT: "addAttachment";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veltdev/types-dev",
3
- "version": "5.0.2-beta.62",
3
+ "version": "5.0.2-beta.64",
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": [