@veltdev/sdk-staging 4.5.0-beta.80 → 4.5.0-beta.82

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.
@@ -55,6 +55,9 @@ export interface PartialCommentAnnotationResult {
55
55
  originalData: CommentAnnotation | null;
56
56
  eventType?: ResolverActions;
57
57
  }
58
+ export interface PartialTargetTextRange {
59
+ text: string;
60
+ }
58
61
  export interface PartialCommentAnnotation {
59
62
  annotationId: string;
60
63
  metadata?: BaseMetadata;
@@ -63,5 +66,7 @@ export interface PartialCommentAnnotation {
63
66
  };
64
67
  from?: PartialUser;
65
68
  assignedTo?: PartialUser;
69
+ targetTextRange?: PartialTargetTextRange;
66
70
  resolvedByUserId?: string | null;
71
+ [key: string]: any;
67
72
  }
@@ -25,6 +25,7 @@ export interface RecordingErrorEvent {
25
25
  type: string;
26
26
  message: string;
27
27
  recorderId?: string;
28
+ url?: string;
28
29
  }
29
30
  export interface RecordingSaveInitiatedEvent {
30
31
  annotationId?: string;
@@ -4,6 +4,7 @@ export interface ResolverConfig {
4
4
  deleteRetryConfig?: RetryConfig;
5
5
  getRetryConfig?: RetryConfig;
6
6
  resolveUsersConfig?: ResolveUsersConfig;
7
+ fieldsToRemove?: string[];
7
8
  }
8
9
  export interface ResolveUsersConfig {
9
10
  organization?: boolean;
@@ -107,5 +107,5 @@ export interface VeltAuthProvider {
107
107
  user: User;
108
108
  options?: Options;
109
109
  retryConfig?: AuthRetryConfig;
110
- onTokenExpired?: () => Promise<string>;
110
+ generateToken?: () => Promise<string>;
111
111
  }
@@ -197,6 +197,7 @@ export declare class Constants {
197
197
  VELT_RECORDER_CONTROL_PANEL: string;
198
198
  VELT_RECORDER_CONTROL_PANEL_INTERNAL: string;
199
199
  VELT_RECORDER_PLAYER: string;
200
+ VELT_VIDEO_EDITOR: string;
200
201
  VELT_TEXT_HIGHLIGHT: string;
201
202
  VELT_COMMENT_TEXT_PORTAL: string;
202
203
  VELT_COMMENTS_SIDEBAR: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veltdev/sdk-staging",
3
- "version": "4.5.0-beta.80",
3
+ "version": "4.5.0-beta.82",
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": [