@veltdev/sdk-staging 5.0.2-beta.4 → 5.0.2-beta.40

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.
Files changed (38) hide show
  1. package/app/client/snippyly.model.d.ts +20 -1
  2. package/app/models/data/activity-resolver.data.model.d.ts +27 -0
  3. package/app/models/data/activity.data.model.d.ts +179 -0
  4. package/app/models/data/attachment-resolver.data.model.d.ts +2 -2
  5. package/app/models/data/attachment.model.d.ts +1 -0
  6. package/app/models/data/autocomplete.data.model.d.ts +3 -3
  7. package/app/models/data/base-metadata.data.model.d.ts +3 -0
  8. package/app/models/data/comment-actions.data.model.d.ts +4 -0
  9. package/app/models/data/comment-annotation.data.model.d.ts +10 -2
  10. package/app/models/data/comment-events.data.model.d.ts +15 -2
  11. package/app/models/data/comment-resolver.data.model.d.ts +3 -3
  12. package/app/models/data/config.data.model.d.ts +26 -0
  13. package/app/models/data/core-events.data.model.d.ts +74 -1
  14. package/app/models/data/crdt.data.model.d.ts +51 -0
  15. package/app/models/data/document.data.model.d.ts +2 -0
  16. package/app/models/data/live-state-events.data.model.d.ts +6 -0
  17. package/app/models/data/notification-resolver.data.model.d.ts +39 -0
  18. package/app/models/data/notification.model.d.ts +4 -0
  19. package/app/models/data/presence-user.data.model.d.ts +5 -0
  20. package/app/models/data/provider.data.model.d.ts +8 -1
  21. package/app/models/data/reaction-resolver.data.model.d.ts +3 -3
  22. package/app/models/data/recorder-annotation.data.model.d.ts +11 -0
  23. package/app/models/data/recorder-events.data.model.d.ts +3 -0
  24. package/app/models/data/recorder-resolver.data.model.d.ts +58 -0
  25. package/app/models/data/resolver.data.model.d.ts +1 -0
  26. package/app/models/data/rewriter-events.data.model.d.ts +40 -0
  27. package/app/models/data/user-resolver.data.model.d.ts +17 -1
  28. package/app/models/data/user.data.model.d.ts +2 -0
  29. package/app/models/element/activity-element.model.d.ts +33 -0
  30. package/app/models/element/comment-element.model.d.ts +28 -8
  31. package/app/models/element/crdt-element.model.d.ts +88 -1
  32. package/app/models/element/presence-element.model.d.ts +25 -0
  33. package/app/utils/constants.d.ts +153 -0
  34. package/app/utils/enums.d.ts +29 -3
  35. package/models.d.ts +5 -0
  36. package/package.json +1 -1
  37. package/types.d.ts +1 -0
  38. package/velt.js +115 -115
@@ -57,6 +57,8 @@ export declare class Constants {
57
57
  static FIREBASE_PARTIAL_PATH_NOTIFICATIONS: string;
58
58
  static FIREBASE_PARTIAL_PATH_ORGANIZATION_NOTIFICATIONS: string;
59
59
  static FIREBASE_PARTIAL_PATH_LAST_NOTIFICATION_TIMESTAMP: string;
60
+ static FIREBASE_PARTIAL_PATH_ACTIVITIES: string;
61
+ static FIREBASE_PARTIAL_PATH_LAST_ACTIVITY_TIMESTAMP: string;
60
62
  static FIREBASE_PARTIAL_PATH_HEARTBEAT: string;
61
63
  static FIREBASE_PARTIAL_PATH_HEARTBEAT_BY_DOCUMENT: string;
62
64
  static FIREBASE_PARTIAL_PATH_USERS: string;
@@ -206,13 +208,76 @@ export declare class Constants {
206
208
  VELT_TEXT_HIGHLIGHT: string;
207
209
  VELT_COMMENT_TEXT_PORTAL: string;
208
210
  VELT_COMMENTS_SIDEBAR: string;
211
+ VELT_COMMENTS_SIDEBAR_V2: string;
212
+ VELT_COMMENT_SIDEBAR_SKELETON_V2: string;
213
+ VELT_COMMENT_SIDEBAR_PANEL_V2: string;
214
+ VELT_COMMENT_SIDEBAR_LIST_V2: string;
215
+ VELT_COMMENT_SIDEBAR_LIST_ITEM_V2: string;
216
+ VELT_COMMENT_SIDEBAR_FILTER_DROPDOWN_CONTENT_LIST_V2: string;
217
+ VELT_COMMENT_SIDEBAR_FILTER_DROPDOWN_CONTENT_LIST_CATEGORY_V2: string;
218
+ VELT_COMMENT_SIDEBAR_FILTER_DROPDOWN_CONTENT_LIST_CATEGORY_CONTENT_V2: string;
219
+ VELT_COMMENT_SIDEBAR_FILTER_DROPDOWN_CONTENT_LIST_ITEM_V2: string;
220
+ VELT_COMMENT_SIDEBAR_FILTER_DROPDOWN_CONTENT_LIST_ITEM_INDICATOR_V2: string;
221
+ VELT_COMMENT_SIDEBAR_FILTER_DROPDOWN_CONTENT_LIST_ITEM_LABEL_V2: string;
222
+ VELT_COMMENT_SIDEBAR_MINIMAL_ACTIONS_DROPDOWN_V2: string;
223
+ VELT_COMMENT_SIDEBAR_MINIMAL_ACTIONS_DROPDOWN_TRIGGER_V2: string;
224
+ VELT_COMMENT_SIDEBAR_MINIMAL_ACTIONS_DROPDOWN_CONTENT_V2: string;
225
+ VELT_COMMENT_SIDEBAR_MINIMAL_ACTIONS_DROPDOWN_CONTENT_MARK_ALL_READ_V2: string;
226
+ VELT_COMMENT_SIDEBAR_MINIMAL_ACTIONS_DROPDOWN_CONTENT_MARK_ALL_RESOLVED_V2: string;
227
+ VELT_COMMENT_SIDEBAR_FILTER_DROPDOWN_V2: string;
228
+ VELT_COMMENT_SIDEBAR_FILTER_DROPDOWN_TRIGGER_V2: string;
229
+ VELT_COMMENT_SIDEBAR_FILTER_DROPDOWN_CONTENT_V2: string;
230
+ VELT_COMMENT_SIDEBAR_HEADER_V2: string;
231
+ VELT_COMMENT_SIDEBAR_CLOSE_BUTTON_V2: string;
232
+ VELT_COMMENT_SIDEBAR_EMPTY_PLACEHOLDER_V2: string;
233
+ VELT_COMMENT_SIDEBAR_RESET_FILTER_BUTTON_V2: string;
234
+ VELT_COMMENT_SIDEBAR_PAGE_MODE_COMPOSER_V2: string;
235
+ VELT_COMMENT_SIDEBAR_FOCUSED_THREAD_V2: string;
236
+ VELT_COMMENT_SIDEBAR_FOCUSED_THREAD_BACK_BUTTON_V2: string;
237
+ VELT_COMMENT_SIDEBAR_FOCUSED_THREAD_DIALOG_CONTAINER_V2: string;
209
238
  VELT_COMMENT_BUBBLE: string;
239
+ VELT_COMMENT_BUBBLE_AVATAR: string;
240
+ VELT_COMMENT_BUBBLE_COMMENTS_COUNT: string;
241
+ VELT_COMMENT_BUBBLE_UNREAD_ICON: string;
210
242
  VELT_COMMENT_THREAD: string;
211
243
  VELT_COMMENT_PIN: string;
244
+ VELT_COMMENT_PIN_NUMBER: string;
245
+ VELT_COMMENT_PIN_INDEX: string;
246
+ VELT_COMMENT_PIN_TRIANGLE: string;
247
+ VELT_COMMENT_PIN_PRIVATE_COMMENT_INDICATOR: string;
248
+ VELT_COMMENT_PIN_GHOST_COMMENT_INDICATOR: string;
249
+ VELT_COMMENT_PIN_UNREAD_COMMENT_INDICATOR: string;
250
+ VELT_SIDEBAR_BUTTON_ICON: string;
251
+ VELT_SIDEBAR_BUTTON_COMMENTS_COUNT: string;
252
+ VELT_SIDEBAR_BUTTON_UNREAD_ICON: string;
212
253
  VELT_COMMENT_TEXT: string;
213
254
  VELT_CHART_COMMENT: string;
214
255
  VELT_CANVAS_COMMENT: string;
215
256
  VELT_INLINE_COMMENTS_SECTION: string;
257
+ VELT_INLINE_COMMENTS_SECTION_SKELETON: string;
258
+ VELT_INLINE_COMMENTS_SECTION_PANEL: string;
259
+ VELT_INLINE_COMMENTS_SECTION_LIST: string;
260
+ VELT_INLINE_COMMENTS_SECTION_COMPOSER_CONTAINER: string;
261
+ VELT_INLINE_COMMENTS_SECTION_COMMENT_COUNT: string;
262
+ VELT_INLINE_COMMENTS_SECTION_SORTING_DROPDOWN: string;
263
+ VELT_INLINE_COMMENTS_SECTION_SORTING_DROPDOWN_TRIGGER: string;
264
+ VELT_INLINE_COMMENTS_SECTION_SORTING_DROPDOWN_TRIGGER_NAME: string;
265
+ VELT_INLINE_COMMENTS_SECTION_SORTING_DROPDOWN_TRIGGER_ICON: string;
266
+ VELT_INLINE_COMMENTS_SECTION_SORTING_DROPDOWN_CONTENT: string;
267
+ VELT_INLINE_COMMENTS_SECTION_SORTING_DROPDOWN_CONTENT_ITEM: string;
268
+ VELT_INLINE_COMMENTS_SECTION_SORTING_DROPDOWN_CONTENT_ITEM_ICON: string;
269
+ VELT_INLINE_COMMENTS_SECTION_SORTING_DROPDOWN_CONTENT_ITEM_TICK: string;
270
+ VELT_INLINE_COMMENTS_SECTION_SORTING_DROPDOWN_CONTENT_ITEM_NAME: string;
271
+ VELT_INLINE_COMMENTS_SECTION_FILTER_DROPDOWN: string;
272
+ VELT_INLINE_COMMENTS_SECTION_FILTER_DROPDOWN_TRIGGER: string;
273
+ VELT_INLINE_COMMENTS_SECTION_FILTER_DROPDOWN_TRIGGER_NAME: string;
274
+ VELT_INLINE_COMMENTS_SECTION_FILTER_DROPDOWN_TRIGGER_ARROW: string;
275
+ VELT_INLINE_COMMENTS_SECTION_FILTER_DROPDOWN_CONTENT: string;
276
+ VELT_INLINE_COMMENTS_SECTION_FILTER_DROPDOWN_CONTENT_LIST: string;
277
+ VELT_INLINE_COMMENTS_SECTION_FILTER_DROPDOWN_CONTENT_LIST_ITEM: string;
278
+ VELT_INLINE_COMMENTS_SECTION_FILTER_DROPDOWN_CONTENT_LIST_ITEM_CHECKBOX: string;
279
+ VELT_INLINE_COMMENTS_SECTION_FILTER_DROPDOWN_CONTENT_LIST_ITEM_LABEL: string;
280
+ VELT_INLINE_COMMENTS_SECTION_FILTER_DROPDOWN_CONTENT_APPLY_BUTTON: string;
216
281
  VELT_COMMENTS_MINIMAP: string;
217
282
  VELT_HIGHLIGHT_USER_TEXT: string;
218
283
  VELT_AUDIO_HUDDLE: string;
@@ -244,11 +309,98 @@ export declare class Constants {
244
309
  VELT_NOTIFICATIONS_HISTORY_PANEL: string;
245
310
  VELT_WIREFRAME: string;
246
311
  VELT_AUTOCOMPLETE: string;
312
+ VELT_AUTOCOMPLETE_PANEL: string;
313
+ VELT_AUTOCOMPLETE_OPTION: string;
314
+ VELT_AUTOCOMPLETE_OPTION_ICON: string;
315
+ VELT_AUTOCOMPLETE_OPTION_NAME: string;
316
+ VELT_AUTOCOMPLETE_OPTION_DESCRIPTION: string;
317
+ VELT_AUTOCOMPLETE_OPTION_ERROR_ICON: string;
318
+ VELT_AUTOCOMPLETE_GROUP_OPTION: string;
319
+ VELT_AUTOCOMPLETE_TOOL: string;
320
+ VELT_AUTOCOMPLETE_EMPTY: string;
247
321
  VELT_AUTOCOMPLETE_CHIP: string;
322
+ VELT_AUTOCOMPLETE_CHIP_TOOLTIP: string;
323
+ VELT_AUTOCOMPLETE_CHIP_TOOLTIP_ICON: string;
324
+ VELT_AUTOCOMPLETE_CHIP_TOOLTIP_NAME: string;
325
+ VELT_AUTOCOMPLETE_CHIP_TOOLTIP_DESCRIPTION: string;
326
+ VELT_AUTOCOMPLETE_CONTEXT_WRAPPER: string;
327
+ VELT_ACTIVITY_LOG: string;
328
+ VELT_ACTIVITY_LOG_HEADER: string;
329
+ VELT_ACTIVITY_LOG_HEADER_TITLE: string;
330
+ VELT_ACTIVITY_LOG_HEADER_CLOSE_BUTTON: string;
331
+ VELT_ACTIVITY_LOG_HEADER_FILTER: string;
332
+ VELT_ACTIVITY_LOG_HEADER_FILTER_TRIGGER: string;
333
+ VELT_ACTIVITY_LOG_HEADER_FILTER_TRIGGER_LABEL: string;
334
+ VELT_ACTIVITY_LOG_HEADER_FILTER_TRIGGER_ICON: string;
335
+ VELT_ACTIVITY_LOG_HEADER_FILTER_CONTENT: string;
336
+ VELT_ACTIVITY_LOG_HEADER_FILTER_CONTENT_ITEM: string;
337
+ VELT_ACTIVITY_LOG_HEADER_FILTER_CONTENT_ITEM_LABEL: string;
338
+ VELT_ACTIVITY_LOG_HEADER_FILTER_CONTENT_ITEM_ICON: string;
339
+ VELT_ACTIVITY_LOG_LOADING: string;
340
+ VELT_ACTIVITY_LOG_LIST: string;
341
+ VELT_ACTIVITY_LOG_LIST_DATE_GROUP: string;
342
+ VELT_ACTIVITY_LOG_LIST_DATE_GROUP_LABEL: string;
343
+ VELT_ACTIVITY_LOG_LIST_ITEM: string;
344
+ VELT_ACTIVITY_LOG_LIST_ITEM_ICON: string;
345
+ VELT_ACTIVITY_LOG_LIST_ITEM_AVATAR: string;
346
+ VELT_ACTIVITY_LOG_LIST_ITEM_CONTENT: string;
347
+ VELT_ACTIVITY_LOG_LIST_ITEM_CONTENT_USER: string;
348
+ VELT_ACTIVITY_LOG_LIST_ITEM_CONTENT_ACTION: string;
349
+ VELT_ACTIVITY_LOG_LIST_ITEM_CONTENT_TARGET: string;
350
+ VELT_ACTIVITY_LOG_LIST_ITEM_CONTENT_DETAIL: string;
351
+ VELT_ACTIVITY_LOG_LIST_ITEM_TIME: string;
352
+ VELT_ACTIVITY_LOG_LIST_SHOW_MORE: string;
353
+ VELT_ACTIVITY_LOG_EMPTY: string;
354
+ VELT_ACTIVITY_LOG_CONTEXT_WRAPPER: string;
355
+ VELT_COMMENT_DIALOG_VISIBILITY_BANNER: string;
356
+ VELT_COMMENT_DIALOG_VISIBILITY_BANNER_ICON: string;
357
+ VELT_COMMENT_DIALOG_VISIBILITY_BANNER_TEXT: string;
358
+ VELT_COMMENT_DIALOG_VISIBILITY_BANNER_DROPDOWN: string;
359
+ VELT_COMMENT_DIALOG_VISIBILITY_BANNER_DROPDOWN_TRIGGER: string;
360
+ VELT_COMMENT_DIALOG_VISIBILITY_BANNER_DROPDOWN_TRIGGER_LABEL: string;
361
+ VELT_COMMENT_DIALOG_VISIBILITY_BANNER_DROPDOWN_TRIGGER_AVATAR_LIST: string;
362
+ VELT_COMMENT_DIALOG_VISIBILITY_BANNER_DROPDOWN_TRIGGER_AVATAR_LIST_ITEM: string;
363
+ VELT_COMMENT_DIALOG_VISIBILITY_BANNER_DROPDOWN_TRIGGER_AVATAR_LIST_REMAINING_COUNT: string;
364
+ VELT_COMMENT_DIALOG_VISIBILITY_BANNER_DROPDOWN_TRIGGER_ICON: string;
365
+ VELT_COMMENT_DIALOG_VISIBILITY_BANNER_DROPDOWN_CONTENT: string;
366
+ VELT_COMMENT_DIALOG_VISIBILITY_BANNER_DROPDOWN_CONTENT_ITEM: string;
367
+ VELT_COMMENT_DIALOG_VISIBILITY_BANNER_DROPDOWN_CONTENT_ITEM_ICON: string;
368
+ VELT_COMMENT_DIALOG_VISIBILITY_BANNER_DROPDOWN_CONTENT_ITEM_LABEL: string;
369
+ VELT_COMMENT_DIALOG_VISIBILITY_BANNER_DROPDOWN_CONTENT_USER_PICKER: string;
248
370
  VELT_COMMENT_COMPOSER: string;
249
371
  VELT_SKELETON_LOADER: string;
250
372
  VELT_SHADOW_DOM_INTERNAL: string;
251
373
  VELT_SINGLE_EDITOR_MODE_PANEL: string;
374
+ VELT_MULTI_THREAD_COMMENT_DIALOG_LIST: string;
375
+ VELT_MULTI_THREAD_COMMENT_DIALOG_PANEL: string;
376
+ VELT_MULTI_THREAD_COMMENT_DIALOG_COMPOSER_CONTAINER: string;
377
+ VELT_MULTI_THREAD_COMMENT_DIALOG_COMMENT_COUNT: string;
378
+ VELT_MULTI_THREAD_COMMENT_DIALOG_EMPTY_PLACEHOLDER: string;
379
+ VELT_MULTI_THREAD_COMMENT_DIALOG_CLOSE_BUTTON: string;
380
+ VELT_MULTI_THREAD_COMMENT_DIALOG_NEW_THREAD_BUTTON: string;
381
+ VELT_MULTI_THREAD_COMMENT_DIALOG_RESET_FILTER_BUTTON: string;
382
+ VELT_MULTI_THREAD_COMMENT_DIALOG_MINIMAL_FILTER_DROPDOWN: string;
383
+ VELT_MULTI_THREAD_COMMENT_DIALOG_MINIMAL_FILTER_DROPDOWN_TRIGGER: string;
384
+ VELT_MULTI_THREAD_COMMENT_DIALOG_MINIMAL_FILTER_DROPDOWN_CONTENT: string;
385
+ VELT_MULTI_THREAD_COMMENT_DIALOG_MINIMAL_FILTER_DROPDOWN_CONTENT_FILTER_ALL: string;
386
+ VELT_MULTI_THREAD_COMMENT_DIALOG_MINIMAL_FILTER_DROPDOWN_CONTENT_FILTER_READ: string;
387
+ VELT_MULTI_THREAD_COMMENT_DIALOG_MINIMAL_FILTER_DROPDOWN_CONTENT_FILTER_RESOLVED: string;
388
+ VELT_MULTI_THREAD_COMMENT_DIALOG_MINIMAL_FILTER_DROPDOWN_CONTENT_FILTER_UNREAD: string;
389
+ VELT_MULTI_THREAD_COMMENT_DIALOG_MINIMAL_FILTER_DROPDOWN_CONTENT_SELECTED_ICON: string;
390
+ VELT_MULTI_THREAD_COMMENT_DIALOG_MINIMAL_FILTER_DROPDOWN_CONTENT_SORT_DATE: string;
391
+ VELT_MULTI_THREAD_COMMENT_DIALOG_MINIMAL_FILTER_DROPDOWN_CONTENT_SORT_UNREAD: string;
392
+ VELT_MULTI_THREAD_COMMENT_DIALOG_MINIMAL_ACTIONS_DROPDOWN: string;
393
+ VELT_MULTI_THREAD_COMMENT_DIALOG_MINIMAL_ACTIONS_DROPDOWN_TRIGGER: string;
394
+ VELT_MULTI_THREAD_COMMENT_DIALOG_MINIMAL_ACTIONS_DROPDOWN_CONTENT: string;
395
+ VELT_MULTI_THREAD_COMMENT_DIALOG_MINIMAL_ACTIONS_DROPDOWN_CONTENT_MARK_ALL_READ: string;
396
+ VELT_MULTI_THREAD_COMMENT_DIALOG_MINIMAL_ACTIONS_DROPDOWN_CONTENT_MARK_ALL_RESOLVED: string;
397
+ VELT_TEXT_COMMENT: string;
398
+ VELT_TEXT_COMMENT_TOOL: string;
399
+ VELT_TEXT_COMMENT_TOOLBAR: string;
400
+ VELT_TEXT_COMMENT_TOOLBAR_COMMENT_ANNOTATION: string;
401
+ VELT_TEXT_COMMENT_TOOLBAR_DIVIDER: string;
402
+ VELT_TEXT_COMMENT_TOOLBAR_COPYWRITER: string;
403
+ VELT_TEXT_COMMENT_TOOLBAR_GENERIC: string;
252
404
  };
253
405
  static ATTRIBUTES: {
254
406
  VELT_COMMENT_CONTAINER: string;
@@ -366,6 +518,7 @@ export declare class Constants {
366
518
  VELT_VERSION: string;
367
519
  VELT_ADVANCED_QUERIES: string;
368
520
  VELT_COMMENT_VIEWS_MIGRATED: string;
521
+ VELT_AUTH_PROXY_HOST: string;
369
522
  };
370
523
  static NON_NESTABLE_ELEMENTS: {
371
524
  [tag: string]: boolean;
@@ -25,7 +25,11 @@ export declare enum ResolverActions {
25
25
  REACTION_ADD = "reaction.add",
26
26
  REACTION_DELETE = "reaction.delete",
27
27
  ATTACHMENT_ADD = "attachment.add",
28
- ATTACHMENT_DELETE = "attachment.delete"
28
+ ATTACHMENT_DELETE = "attachment.delete",
29
+ RECORDER_ANNOTATION_ADD = "recorder_annotation.add",
30
+ RECORDER_ANNOTATION_UPDATE = "recorder_annotation.update",
31
+ RECORDER_ANNOTATION_DELETE = "recorder_annotation.delete",
32
+ ACTIVITY_SAVE = "activity.save"
29
33
  }
30
34
  export declare const CommentEventTypes: {
31
35
  readonly ADD_COMMENT_ANNOTATION: "addCommentAnnotation";
@@ -60,9 +64,12 @@ export declare const CommentEventTypes: {
60
64
  readonly COMMENT_PIN_CLICKED: "commentPinClicked";
61
65
  readonly COMMENT_BUBBLE_CLICKED: "commentBubbleClicked";
62
66
  readonly COMMENT_TOOL_CLICK: "commentToolClick";
67
+ readonly COMMENT_TOOL_CLICKED: "commentToolClicked";
63
68
  readonly SIDEBAR_BUTTON_CLICK: "sidebarButtonClick";
69
+ readonly SIDEBAR_BUTTON_CLICKED: "sidebarButtonClicked";
64
70
  readonly ATTACHMENT_DOWNLOAD_CLICKED: "attachmentDownloadClicked";
65
71
  readonly COMMENT_SAVED: "commentSaved";
72
+ readonly COMMENT_SAVE_TRIGGERED: "commentSaveTriggered";
66
73
  readonly VISIBILITY_OPTION_CLICKED: "visibilityOptionClicked";
67
74
  };
68
75
  export declare const RecorderEventTypes: {
@@ -77,6 +84,10 @@ export declare const RecorderEventTypes: {
77
84
  readonly RECORDING_RESUMED: "recordingResumed";
78
85
  readonly RECORDING_CANCELLED: "recordingCancelled";
79
86
  readonly RECORDING_STOPPED: "recordingStopped";
87
+ readonly RECORDING_DONE_LOCAL: "recordingDoneLocal";
88
+ };
89
+ export declare const RewriterEventTypes: {
90
+ readonly TEXT_SELECTED: "textSelected";
80
91
  };
81
92
  export declare const CoreEventTypes: {
82
93
  readonly PERMISSION_PROVIDER: "permissionProvider";
@@ -84,6 +95,9 @@ export declare const CoreEventTypes: {
84
95
  readonly COMMENT_RESOLVER: "commentResolver";
85
96
  readonly ATTACHMENT_RESOLVER: "attachmentResolver";
86
97
  readonly REACTION_RESOLVER: "reactionResolver";
98
+ readonly RECORDER_RESOLVER: "recorderResolver";
99
+ readonly NOTIFICATION_RESOLVER: "notificationResolver";
100
+ readonly ACTIVITY_RESOLVER: "activityResolver";
87
101
  readonly VELT_BUTTON_CLICK: "veltButtonClick";
88
102
  readonly USER_UPDATE: "userUpdate";
89
103
  readonly INIT_UPDATE: "initUpdate";
@@ -115,6 +129,7 @@ export type CoreEventType = typeof CoreEventTypes[keyof typeof CoreEventTypes];
115
129
  export type LiveStateSyncEventType = typeof LiveStateSyncEventTypes[keyof typeof LiveStateSyncEventTypes];
116
130
  export type PresenceEventType = typeof PresenceEventTypes[keyof typeof PresenceEventTypes];
117
131
  export type NotificationEventType = typeof NotificationEventTypes[keyof typeof NotificationEventTypes];
132
+ export type RewriterEventType = typeof RewriterEventTypes[keyof typeof RewriterEventTypes];
118
133
  export type CrdtEventType = typeof CrdtEventTypes[keyof typeof CrdtEventTypes];
119
134
  export declare enum TagStatus {
120
135
  ADDED = "added",
@@ -169,7 +184,8 @@ export declare enum Features {
169
184
  REWRITER = "rewriter",
170
185
  LIVE_SELECTION = "liveSelection",
171
186
  NOTIFICATION = "notification",
172
- REACTION = "reaction"
187
+ REACTION = "reaction",
188
+ ACTIVITY = "activity"
173
189
  }
174
190
  export declare enum AnalyticsFeatures {
175
191
  AREA = "area",
@@ -191,7 +207,7 @@ export declare enum AnalyticsFeatures {
191
207
  INLINE_COMMENT = "inlineComment",
192
208
  COMMENT_SIDEBAR = "commentSidebar"
193
209
  }
194
- export type FeatureType = 'area' | 'arrow' | 'audioHuddle' | 'comment' | 'cursor' | 'huddle' | 'liveStateSync' | 'presence' | 'recorder' | 'rewriter' | 'tag' | 'liveSelection' | 'notification' | 'reaction' | 'multiThread';
210
+ export type FeatureType = 'area' | 'arrow' | 'audioHuddle' | 'comment' | 'cursor' | 'huddle' | 'liveStateSync' | 'presence' | 'recorder' | 'rewriter' | 'tag' | 'liveSelection' | 'notification' | 'reaction' | 'multiThread' | 'activity';
195
211
  export type AssignToType = 'dropdown' | 'checkbox';
196
212
  export declare enum DeviceType {
197
213
  DESKTOP = "Desktop",
@@ -310,3 +326,13 @@ export type NotificationSettingsItemType = 'ALL' | 'MINE' | 'NONE' | string;
310
326
  * Type for notification settings layout
311
327
  */
312
328
  export type NotificationSettingsLayout = 'accordion' | 'dropdown';
329
+ /**
330
+ * Enum for comment visibility options in the visibility banner dropdown
331
+ */
332
+ export declare enum CommentVisibilityOption {
333
+ RESTRICTED_SELF = "restrictedSelf",
334
+ RESTRICTED_SELECTED_PEOPLE = "restrictedSelectedPeople",
335
+ ORGANIZATION_PRIVATE = "organizationPrivate",
336
+ PUBLIC = "public"
337
+ }
338
+ export type CommentVisibilityOptionType = `${CommentVisibilityOption}`;
package/models.d.ts CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from './app/utils/enums';
2
2
  export * from './app/models/data/anchor-record.data.model';
3
3
  export * from './app/models/data/attachment.model';
4
+ export * from './app/models/data/activity.data.model';
4
5
  export * from './app/models/data/area-annotation.data.model';
5
6
  export * from './app/models/data/arrow-annotation.data.model';
6
7
  export * from './app/models/data/base-metadata.data.model';
@@ -37,6 +38,7 @@ export * from './app/models/data/location.model';
37
38
  export * from './app/models/data/media-preview-config.data.model';
38
39
  export * from './app/models/data/multi-thread.data.model';
39
40
  export * from './app/models/data/notification.model';
41
+ export * from './app/models/data/notification-resolver.data.model';
40
42
  export * from './app/models/data/notifications-events.data.model';
41
43
  export * from './app/models/data/page-info.model';
42
44
  export * from './app/models/data/permission.data.model';
@@ -47,6 +49,7 @@ export * from './app/models/data/recorder.model';
47
49
  export * from './app/models/data/recorder-annotation.data.model';
48
50
  export * from './app/models/data/recorder-events.data.model';
49
51
  export * from './app/models/data/rewriter-annotation.data.model';
52
+ export * from './app/models/data/rewriter-events.data.model';
50
53
  export * from './app/models/data/screen-size.data.model';
51
54
  export * from './app/models/data/screenshot.data.model';
52
55
  export * from './app/models/data/selection.model';
@@ -71,7 +74,9 @@ export * from './app/models/data/views.data.model';
71
74
  export * from './app/models/data/autocomplete.data.model';
72
75
  export * from './app/models/data/reaction-annotation.data.model';
73
76
  export * from './app/models/data/reaction-resolver.data.model';
77
+ export * from './app/models/data/recorder-resolver.data.model';
74
78
  export * from './app/models/data/attachment-resolver.data.model';
79
+ export * from './app/models/data/activity-resolver.data.model';
75
80
  export * from './app/models/data/reaction.data.model';
76
81
  export * from './app/models/data/organization-groups.data.model';
77
82
  export * from './app/models/data/organization-metadata.model';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veltdev/sdk-staging",
3
- "version": "5.0.2-beta.4",
3
+ "version": "5.0.2-beta.40",
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": [
package/types.d.ts CHANGED
@@ -17,4 +17,5 @@ export * from './app/models/element/notification-element.model';
17
17
  export * from './app/models/element/autocomplete-element.model';
18
18
  export * from './app/models/element/reaction-element.model';
19
19
  export * from './app/models/element/crdt-element.model';
20
+ export * from './app/models/element/activity-element.model';
20
21
  export * from './models';