@veltdev/types-dev 5.0.2-beta.108 → 5.0.2-beta.11
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.
- package/app/client/snippyly.model.d.ts +1 -34
- package/app/models/data/attachment-resolver.data.model.d.ts +2 -2
- package/app/models/data/attachment.model.d.ts +0 -1
- package/app/models/data/autocomplete.data.model.d.ts +3 -4
- package/app/models/data/base-metadata.data.model.d.ts +0 -3
- package/app/models/data/comment-actions.data.model.d.ts +0 -12
- package/app/models/data/comment-annotation.data.model.d.ts +0 -52
- package/app/models/data/comment-events.data.model.d.ts +0 -24
- package/app/models/data/comment-resolver.data.model.d.ts +3 -3
- package/app/models/data/comment-sidebar-config.model.d.ts +0 -2
- package/app/models/data/config.data.model.d.ts +0 -26
- package/app/models/data/core-events.data.model.d.ts +0 -72
- package/app/models/data/crdt.data.model.d.ts +0 -51
- package/app/models/data/document-paths.data.model.d.ts +0 -1
- package/app/models/data/document.data.model.d.ts +0 -2
- package/app/models/data/live-state-events.data.model.d.ts +0 -6
- package/app/models/data/notification.model.d.ts +0 -24
- package/app/models/data/page-info.model.d.ts +0 -9
- package/app/models/data/presence-user.data.model.d.ts +0 -5
- package/app/models/data/provider.data.model.d.ts +0 -6
- package/app/models/data/reaction-resolver.data.model.d.ts +3 -3
- package/app/models/data/recorder-annotation.data.model.d.ts +0 -11
- package/app/models/data/recorder-events.data.model.d.ts +0 -3
- package/app/models/data/resolver.data.model.d.ts +0 -1
- package/app/models/data/user-resolver.data.model.d.ts +0 -2
- package/app/models/data/user.data.model.d.ts +1 -50
- package/app/models/element/comment-element.model.d.ts +0 -44
- package/app/models/element/crdt-element.model.d.ts +1 -88
- package/app/models/element/notification-element.model.d.ts +1 -15
- package/app/models/element/presence-element.model.d.ts +0 -25
- package/app/models/element/rewriter-element.model.d.ts +0 -20
- package/app/utils/constants.d.ts +0 -226
- package/app/utils/enums.d.ts +7 -40
- package/models.d.ts +0 -8
- package/package.json +1 -1
- package/types.d.ts +0 -3
- package/app/models/data/activity-resolver.data.model.d.ts +0 -27
- package/app/models/data/activity.data.model.d.ts +0 -181
- package/app/models/data/agent-suggestion.data.model.d.ts +0 -57
- package/app/models/data/notification-resolver.data.model.d.ts +0 -39
- package/app/models/data/recorder-resolver.data.model.d.ts +0 -58
- package/app/models/data/rewriter-events.data.model.d.ts +0 -44
- package/app/models/data/suggestion-events.data.model.d.ts +0 -57
- package/app/models/data/suggestion.data.model.d.ts +0 -267
- package/app/models/element/activity-element.model.d.ts +0 -33
- package/app/models/element/suggestion-element.model.d.ts +0 -180
- package/app/utils/console.d.ts +0 -25
- package/app/utils/page-info-store.d.ts +0 -29
package/app/utils/constants.d.ts
CHANGED
|
@@ -37,7 +37,6 @@ export declare class Constants {
|
|
|
37
37
|
static FIREBASE_PARTIAL_PATH_NOTIFICATION_USERS: string;
|
|
38
38
|
static FIREBASE_PARTIAL_PATH_DOC_NOTIFICATION: string;
|
|
39
39
|
static FIREBASE_PARTIAL_PATH_USER_NOTIFICATION: string;
|
|
40
|
-
static FIREBASE_PARTIAL_PATH_USER_NOTIFICATION_INDEX: string;
|
|
41
40
|
static FIREBASE_PARTIAL_PATH_GLOBAL: string;
|
|
42
41
|
static FIREBASE_PARTIAL_PATH_LOGINS: string;
|
|
43
42
|
static FIREBASE_PARTIAL_PATH_METADATA: string;
|
|
@@ -58,8 +57,6 @@ export declare class Constants {
|
|
|
58
57
|
static FIREBASE_PARTIAL_PATH_NOTIFICATIONS: string;
|
|
59
58
|
static FIREBASE_PARTIAL_PATH_ORGANIZATION_NOTIFICATIONS: string;
|
|
60
59
|
static FIREBASE_PARTIAL_PATH_LAST_NOTIFICATION_TIMESTAMP: string;
|
|
61
|
-
static FIREBASE_PARTIAL_PATH_ACTIVITIES: string;
|
|
62
|
-
static FIREBASE_PARTIAL_PATH_LAST_ACTIVITY_TIMESTAMP: string;
|
|
63
60
|
static FIREBASE_PARTIAL_PATH_HEARTBEAT: string;
|
|
64
61
|
static FIREBASE_PARTIAL_PATH_HEARTBEAT_BY_DOCUMENT: string;
|
|
65
62
|
static FIREBASE_PARTIAL_PATH_USERS: string;
|
|
@@ -209,76 +206,13 @@ export declare class Constants {
|
|
|
209
206
|
VELT_TEXT_HIGHLIGHT: string;
|
|
210
207
|
VELT_COMMENT_TEXT_PORTAL: string;
|
|
211
208
|
VELT_COMMENTS_SIDEBAR: string;
|
|
212
|
-
VELT_COMMENTS_SIDEBAR_V2: string;
|
|
213
|
-
VELT_COMMENT_SIDEBAR_SKELETON_V2: string;
|
|
214
|
-
VELT_COMMENT_SIDEBAR_PANEL_V2: string;
|
|
215
|
-
VELT_COMMENT_SIDEBAR_LIST_V2: string;
|
|
216
|
-
VELT_COMMENT_SIDEBAR_LIST_ITEM_V2: string;
|
|
217
|
-
VELT_COMMENT_SIDEBAR_FILTER_DROPDOWN_CONTENT_LIST_V2: string;
|
|
218
|
-
VELT_COMMENT_SIDEBAR_FILTER_DROPDOWN_CONTENT_LIST_CATEGORY_V2: string;
|
|
219
|
-
VELT_COMMENT_SIDEBAR_FILTER_DROPDOWN_CONTENT_LIST_CATEGORY_CONTENT_V2: string;
|
|
220
|
-
VELT_COMMENT_SIDEBAR_FILTER_DROPDOWN_CONTENT_LIST_ITEM_V2: string;
|
|
221
|
-
VELT_COMMENT_SIDEBAR_FILTER_DROPDOWN_CONTENT_LIST_ITEM_INDICATOR_V2: string;
|
|
222
|
-
VELT_COMMENT_SIDEBAR_FILTER_DROPDOWN_CONTENT_LIST_ITEM_LABEL_V2: string;
|
|
223
|
-
VELT_COMMENT_SIDEBAR_MINIMAL_ACTIONS_DROPDOWN_V2: string;
|
|
224
|
-
VELT_COMMENT_SIDEBAR_MINIMAL_ACTIONS_DROPDOWN_TRIGGER_V2: string;
|
|
225
|
-
VELT_COMMENT_SIDEBAR_MINIMAL_ACTIONS_DROPDOWN_CONTENT_V2: string;
|
|
226
|
-
VELT_COMMENT_SIDEBAR_MINIMAL_ACTIONS_DROPDOWN_CONTENT_MARK_ALL_READ_V2: string;
|
|
227
|
-
VELT_COMMENT_SIDEBAR_MINIMAL_ACTIONS_DROPDOWN_CONTENT_MARK_ALL_RESOLVED_V2: string;
|
|
228
|
-
VELT_COMMENT_SIDEBAR_FILTER_DROPDOWN_V2: string;
|
|
229
|
-
VELT_COMMENT_SIDEBAR_FILTER_DROPDOWN_TRIGGER_V2: string;
|
|
230
|
-
VELT_COMMENT_SIDEBAR_FILTER_DROPDOWN_CONTENT_V2: string;
|
|
231
|
-
VELT_COMMENT_SIDEBAR_HEADER_V2: string;
|
|
232
|
-
VELT_COMMENT_SIDEBAR_CLOSE_BUTTON_V2: string;
|
|
233
|
-
VELT_COMMENT_SIDEBAR_EMPTY_PLACEHOLDER_V2: string;
|
|
234
|
-
VELT_COMMENT_SIDEBAR_RESET_FILTER_BUTTON_V2: string;
|
|
235
|
-
VELT_COMMENT_SIDEBAR_PAGE_MODE_COMPOSER_V2: string;
|
|
236
|
-
VELT_COMMENT_SIDEBAR_FOCUSED_THREAD_V2: string;
|
|
237
|
-
VELT_COMMENT_SIDEBAR_FOCUSED_THREAD_BACK_BUTTON_V2: string;
|
|
238
|
-
VELT_COMMENT_SIDEBAR_FOCUSED_THREAD_DIALOG_CONTAINER_V2: string;
|
|
239
209
|
VELT_COMMENT_BUBBLE: string;
|
|
240
|
-
VELT_COMMENT_BUBBLE_AVATAR: string;
|
|
241
|
-
VELT_COMMENT_BUBBLE_COMMENTS_COUNT: string;
|
|
242
|
-
VELT_COMMENT_BUBBLE_UNREAD_ICON: string;
|
|
243
210
|
VELT_COMMENT_THREAD: string;
|
|
244
211
|
VELT_COMMENT_PIN: string;
|
|
245
|
-
VELT_COMMENT_PIN_NUMBER: string;
|
|
246
|
-
VELT_COMMENT_PIN_INDEX: string;
|
|
247
|
-
VELT_COMMENT_PIN_TRIANGLE: string;
|
|
248
|
-
VELT_COMMENT_PIN_PRIVATE_COMMENT_INDICATOR: string;
|
|
249
|
-
VELT_COMMENT_PIN_GHOST_COMMENT_INDICATOR: string;
|
|
250
|
-
VELT_COMMENT_PIN_UNREAD_COMMENT_INDICATOR: string;
|
|
251
|
-
VELT_SIDEBAR_BUTTON_ICON: string;
|
|
252
|
-
VELT_SIDEBAR_BUTTON_COMMENTS_COUNT: string;
|
|
253
|
-
VELT_SIDEBAR_BUTTON_UNREAD_ICON: string;
|
|
254
212
|
VELT_COMMENT_TEXT: string;
|
|
255
213
|
VELT_CHART_COMMENT: string;
|
|
256
214
|
VELT_CANVAS_COMMENT: string;
|
|
257
215
|
VELT_INLINE_COMMENTS_SECTION: string;
|
|
258
|
-
VELT_INLINE_COMMENTS_SECTION_SKELETON: string;
|
|
259
|
-
VELT_INLINE_COMMENTS_SECTION_PANEL: string;
|
|
260
|
-
VELT_INLINE_COMMENTS_SECTION_LIST: string;
|
|
261
|
-
VELT_INLINE_COMMENTS_SECTION_COMPOSER_CONTAINER: string;
|
|
262
|
-
VELT_INLINE_COMMENTS_SECTION_COMMENT_COUNT: string;
|
|
263
|
-
VELT_INLINE_COMMENTS_SECTION_SORTING_DROPDOWN: string;
|
|
264
|
-
VELT_INLINE_COMMENTS_SECTION_SORTING_DROPDOWN_TRIGGER: string;
|
|
265
|
-
VELT_INLINE_COMMENTS_SECTION_SORTING_DROPDOWN_TRIGGER_NAME: string;
|
|
266
|
-
VELT_INLINE_COMMENTS_SECTION_SORTING_DROPDOWN_TRIGGER_ICON: string;
|
|
267
|
-
VELT_INLINE_COMMENTS_SECTION_SORTING_DROPDOWN_CONTENT: string;
|
|
268
|
-
VELT_INLINE_COMMENTS_SECTION_SORTING_DROPDOWN_CONTENT_ITEM: string;
|
|
269
|
-
VELT_INLINE_COMMENTS_SECTION_SORTING_DROPDOWN_CONTENT_ITEM_ICON: string;
|
|
270
|
-
VELT_INLINE_COMMENTS_SECTION_SORTING_DROPDOWN_CONTENT_ITEM_TICK: string;
|
|
271
|
-
VELT_INLINE_COMMENTS_SECTION_SORTING_DROPDOWN_CONTENT_ITEM_NAME: string;
|
|
272
|
-
VELT_INLINE_COMMENTS_SECTION_FILTER_DROPDOWN: string;
|
|
273
|
-
VELT_INLINE_COMMENTS_SECTION_FILTER_DROPDOWN_TRIGGER: string;
|
|
274
|
-
VELT_INLINE_COMMENTS_SECTION_FILTER_DROPDOWN_TRIGGER_NAME: string;
|
|
275
|
-
VELT_INLINE_COMMENTS_SECTION_FILTER_DROPDOWN_TRIGGER_ARROW: string;
|
|
276
|
-
VELT_INLINE_COMMENTS_SECTION_FILTER_DROPDOWN_CONTENT: string;
|
|
277
|
-
VELT_INLINE_COMMENTS_SECTION_FILTER_DROPDOWN_CONTENT_LIST: string;
|
|
278
|
-
VELT_INLINE_COMMENTS_SECTION_FILTER_DROPDOWN_CONTENT_LIST_ITEM: string;
|
|
279
|
-
VELT_INLINE_COMMENTS_SECTION_FILTER_DROPDOWN_CONTENT_LIST_ITEM_CHECKBOX: string;
|
|
280
|
-
VELT_INLINE_COMMENTS_SECTION_FILTER_DROPDOWN_CONTENT_LIST_ITEM_LABEL: string;
|
|
281
|
-
VELT_INLINE_COMMENTS_SECTION_FILTER_DROPDOWN_CONTENT_APPLY_BUTTON: string;
|
|
282
216
|
VELT_COMMENTS_MINIMAP: string;
|
|
283
217
|
VELT_HIGHLIGHT_USER_TEXT: string;
|
|
284
218
|
VELT_AUDIO_HUDDLE: string;
|
|
@@ -306,170 +240,15 @@ export declare class Constants {
|
|
|
306
240
|
VELT_INLINE_REACTIONS_SECTION: string;
|
|
307
241
|
VELT_VIEW_ANALYTICS: string;
|
|
308
242
|
VELT_NOTIFICATIONS_TOOL: string;
|
|
309
|
-
VELT_NOTIFICATIONS_TOOL_ICON: string;
|
|
310
|
-
VELT_NOTIFICATIONS_TOOL_UNREAD_ICON: string;
|
|
311
|
-
VELT_NOTIFICATIONS_TOOL_LABEL: string;
|
|
312
|
-
VELT_NOTIFICATIONS_TOOL_UNREAD_COUNT: string;
|
|
313
243
|
VELT_NOTIFICATIONS_PANEL: string;
|
|
314
|
-
VELT_NOTIFICATIONS_PANEL_TITLE: string;
|
|
315
|
-
VELT_NOTIFICATIONS_PANEL_TITLE_TEXT: string;
|
|
316
|
-
VELT_NOTIFICATIONS_PANEL_HEADER: string;
|
|
317
|
-
VELT_NOTIFICATIONS_PANEL_HEADER_TAB_FOR_YOU: string;
|
|
318
|
-
VELT_NOTIFICATIONS_PANEL_HEADER_TAB_PEOPLE: string;
|
|
319
|
-
VELT_NOTIFICATIONS_PANEL_HEADER_TAB_DOCUMENTS: string;
|
|
320
|
-
VELT_NOTIFICATIONS_PANEL_HEADER_TAB_ALL: string;
|
|
321
|
-
VELT_NOTIFICATIONS_PANEL_CONTENT: string;
|
|
322
|
-
VELT_NOTIFICATIONS_PANEL_CONTENT_FOR_YOU: string;
|
|
323
|
-
VELT_NOTIFICATIONS_PANEL_CONTENT_ALL: string;
|
|
324
|
-
VELT_NOTIFICATIONS_PANEL_CONTENT_PEOPLE: string;
|
|
325
|
-
VELT_NOTIFICATIONS_PANEL_CONTENT_DOCUMENTS: string;
|
|
326
|
-
VELT_NOTIFICATIONS_PANEL_CONTENT_LIST: string;
|
|
327
|
-
VELT_NOTIFICATIONS_PANEL_CONTENT_LIST_ITEM: string;
|
|
328
|
-
VELT_NOTIFICATIONS_PANEL_CONTENT_LIST_ITEM_AVATAR: string;
|
|
329
|
-
VELT_NOTIFICATIONS_PANEL_CONTENT_LIST_ITEM_UNREAD: string;
|
|
330
|
-
VELT_NOTIFICATIONS_PANEL_CONTENT_LIST_ITEM_HEADLINE: string;
|
|
331
|
-
VELT_NOTIFICATIONS_PANEL_CONTENT_LIST_ITEM_BODY: string;
|
|
332
|
-
VELT_NOTIFICATIONS_PANEL_CONTENT_LIST_ITEM_FILE_NAME: string;
|
|
333
|
-
VELT_NOTIFICATIONS_PANEL_CONTENT_LIST_ITEM_TIME: string;
|
|
334
|
-
VELT_NOTIFICATIONS_PANEL_CONTENT_ALL_LIST: string;
|
|
335
|
-
VELT_NOTIFICATIONS_PANEL_CONTENT_ALL_LIST_ITEM: string;
|
|
336
|
-
VELT_NOTIFICATIONS_PANEL_CONTENT_ALL_LIST_ITEM_LABEL: string;
|
|
337
|
-
VELT_NOTIFICATIONS_PANEL_CONTENT_ALL_LIST_ITEM_CONTENT: string;
|
|
338
|
-
VELT_NOTIFICATIONS_PANEL_CONTENT_PEOPLE_LIST: string;
|
|
339
|
-
VELT_NOTIFICATIONS_PANEL_CONTENT_PEOPLE_LIST_ITEM: string;
|
|
340
|
-
VELT_NOTIFICATIONS_PANEL_CONTENT_PEOPLE_LIST_ITEM_AVATAR: string;
|
|
341
|
-
VELT_NOTIFICATIONS_PANEL_CONTENT_PEOPLE_LIST_ITEM_NAME: string;
|
|
342
|
-
VELT_NOTIFICATIONS_PANEL_CONTENT_PEOPLE_LIST_ITEM_COUNT: string;
|
|
343
|
-
VELT_NOTIFICATIONS_PANEL_CONTENT_PEOPLE_LIST_ITEM_CONTENT: string;
|
|
344
|
-
VELT_NOTIFICATIONS_PANEL_CONTENT_DOCUMENTS_LIST: string;
|
|
345
|
-
VELT_NOTIFICATIONS_PANEL_CONTENT_DOCUMENTS_LIST_ITEM: string;
|
|
346
|
-
VELT_NOTIFICATIONS_PANEL_CONTENT_DOCUMENTS_LIST_ITEM_NAME: string;
|
|
347
|
-
VELT_NOTIFICATIONS_PANEL_CONTENT_DOCUMENTS_LIST_ITEM_COUNT: string;
|
|
348
|
-
VELT_NOTIFICATIONS_PANEL_CONTENT_DOCUMENTS_LIST_ITEM_CONTENT: string;
|
|
349
|
-
VELT_NOTIFICATIONS_PANEL_CONTENT_DOCUMENTS_LIST_ITEM_UNREAD: string;
|
|
350
|
-
VELT_NOTIFICATIONS_PANEL_CONTENT_LOAD_MORE: string;
|
|
351
|
-
VELT_NOTIFICATIONS_PANEL_CONTENT_ALL_READ_CONTAINER: string;
|
|
352
|
-
VELT_NOTIFICATIONS_PANEL_CLOSE_BUTTON: string;
|
|
353
|
-
VELT_NOTIFICATIONS_PANEL_READ_ALL_BUTTON: string;
|
|
354
|
-
VELT_NOTIFICATIONS_PANEL_VIEW_ALL_BUTTON: string;
|
|
355
|
-
VELT_NOTIFICATIONS_PANEL_SKELETON: string;
|
|
356
|
-
VELT_NOTIFICATIONS_PANEL_SETTINGS_BUTTON: string;
|
|
357
|
-
VELT_NOTIFICATIONS_PANEL_SETTINGS: string;
|
|
358
|
-
VELT_NOTIFICATIONS_PANEL_SETTINGS_HEADER: string;
|
|
359
|
-
VELT_NOTIFICATIONS_PANEL_SETTINGS_HEADER_TITLE: string;
|
|
360
|
-
VELT_NOTIFICATIONS_PANEL_SETTINGS_TITLE: string;
|
|
361
|
-
VELT_NOTIFICATIONS_PANEL_SETTINGS_DESCRIPTION: string;
|
|
362
|
-
VELT_NOTIFICATIONS_PANEL_SETTINGS_LIST: string;
|
|
363
|
-
VELT_NOTIFICATIONS_PANEL_SETTINGS_MUTE_ALL_TITLE: string;
|
|
364
|
-
VELT_NOTIFICATIONS_PANEL_SETTINGS_MUTE_ALL_DESCRIPTION: string;
|
|
365
|
-
VELT_NOTIFICATIONS_PANEL_SETTINGS_MUTE_ALL_TOGGLE: string;
|
|
366
|
-
VELT_NOTIFICATIONS_PANEL_SETTINGS_ACCORDION: string;
|
|
367
|
-
VELT_NOTIFICATIONS_PANEL_SETTINGS_ACCORDION_TRIGGER: string;
|
|
368
|
-
VELT_NOTIFICATIONS_PANEL_SETTINGS_ACCORDION_TRIGGER_LABEL: string;
|
|
369
|
-
VELT_NOTIFICATIONS_PANEL_SETTINGS_ACCORDION_TRIGGER_ICON: string;
|
|
370
|
-
VELT_NOTIFICATIONS_PANEL_SETTINGS_ACCORDION_TRIGGER_SELECTED_VALUE: string;
|
|
371
|
-
VELT_NOTIFICATIONS_PANEL_SETTINGS_ACCORDION_CONTENT: string;
|
|
372
|
-
VELT_NOTIFICATIONS_PANEL_SETTINGS_ACCORDION_CONTENT_ITEM: string;
|
|
373
|
-
VELT_NOTIFICATIONS_PANEL_SETTINGS_ACCORDION_CONTENT_ITEM_LABEL: string;
|
|
374
|
-
VELT_NOTIFICATIONS_PANEL_SETTINGS_ACCORDION_CONTENT_ITEM_ICON: string;
|
|
375
|
-
VELT_NOTIFICATIONS_PANEL_SETTINGS_BACK_BUTTON: string;
|
|
376
|
-
VELT_NOTIFICATIONS_PANEL_SETTINGS_FOOTER: string;
|
|
377
244
|
VELT_NOTIFICATIONS_HISTORY_PANEL: string;
|
|
378
245
|
VELT_WIREFRAME: string;
|
|
379
246
|
VELT_AUTOCOMPLETE: string;
|
|
380
|
-
VELT_AUTOCOMPLETE_PANEL: string;
|
|
381
|
-
VELT_AUTOCOMPLETE_OPTION: string;
|
|
382
|
-
VELT_AUTOCOMPLETE_OPTION_ICON: string;
|
|
383
|
-
VELT_AUTOCOMPLETE_OPTION_NAME: string;
|
|
384
|
-
VELT_AUTOCOMPLETE_OPTION_DESCRIPTION: string;
|
|
385
|
-
VELT_AUTOCOMPLETE_OPTION_ERROR_ICON: string;
|
|
386
|
-
VELT_AUTOCOMPLETE_GROUP_OPTION: string;
|
|
387
|
-
VELT_AUTOCOMPLETE_TOOL: string;
|
|
388
|
-
VELT_AUTOCOMPLETE_EMPTY: string;
|
|
389
247
|
VELT_AUTOCOMPLETE_CHIP: string;
|
|
390
|
-
VELT_AUTOCOMPLETE_CHIP_TOOLTIP: string;
|
|
391
|
-
VELT_AUTOCOMPLETE_CHIP_TOOLTIP_ICON: string;
|
|
392
|
-
VELT_AUTOCOMPLETE_CHIP_TOOLTIP_NAME: string;
|
|
393
|
-
VELT_AUTOCOMPLETE_CHIP_TOOLTIP_DESCRIPTION: string;
|
|
394
|
-
VELT_AUTOCOMPLETE_CONTEXT_WRAPPER: string;
|
|
395
|
-
VELT_ACTIVITY_LOG: string;
|
|
396
|
-
VELT_ACTIVITY_LOG_HEADER: string;
|
|
397
|
-
VELT_ACTIVITY_LOG_HEADER_TITLE: string;
|
|
398
|
-
VELT_ACTIVITY_LOG_HEADER_CLOSE_BUTTON: string;
|
|
399
|
-
VELT_ACTIVITY_LOG_HEADER_FILTER: string;
|
|
400
|
-
VELT_ACTIVITY_LOG_HEADER_FILTER_TRIGGER: string;
|
|
401
|
-
VELT_ACTIVITY_LOG_HEADER_FILTER_TRIGGER_LABEL: string;
|
|
402
|
-
VELT_ACTIVITY_LOG_HEADER_FILTER_TRIGGER_ICON: string;
|
|
403
|
-
VELT_ACTIVITY_LOG_HEADER_FILTER_CONTENT: string;
|
|
404
|
-
VELT_ACTIVITY_LOG_HEADER_FILTER_CONTENT_ITEM: string;
|
|
405
|
-
VELT_ACTIVITY_LOG_HEADER_FILTER_CONTENT_ITEM_LABEL: string;
|
|
406
|
-
VELT_ACTIVITY_LOG_HEADER_FILTER_CONTENT_ITEM_ICON: string;
|
|
407
|
-
VELT_ACTIVITY_LOG_LOADING: string;
|
|
408
|
-
VELT_ACTIVITY_LOG_LIST: string;
|
|
409
|
-
VELT_ACTIVITY_LOG_LIST_DATE_GROUP: string;
|
|
410
|
-
VELT_ACTIVITY_LOG_LIST_DATE_GROUP_LABEL: string;
|
|
411
|
-
VELT_ACTIVITY_LOG_LIST_ITEM: string;
|
|
412
|
-
VELT_ACTIVITY_LOG_LIST_ITEM_ICON: string;
|
|
413
|
-
VELT_ACTIVITY_LOG_LIST_ITEM_AVATAR: string;
|
|
414
|
-
VELT_ACTIVITY_LOG_LIST_ITEM_CONTENT: string;
|
|
415
|
-
VELT_ACTIVITY_LOG_LIST_ITEM_CONTENT_USER: string;
|
|
416
|
-
VELT_ACTIVITY_LOG_LIST_ITEM_CONTENT_ACTION: string;
|
|
417
|
-
VELT_ACTIVITY_LOG_LIST_ITEM_CONTENT_TARGET: string;
|
|
418
|
-
VELT_ACTIVITY_LOG_LIST_ITEM_CONTENT_DETAIL: string;
|
|
419
|
-
VELT_ACTIVITY_LOG_LIST_ITEM_TIME: string;
|
|
420
|
-
VELT_ACTIVITY_LOG_LIST_SHOW_MORE: string;
|
|
421
|
-
VELT_ACTIVITY_LOG_EMPTY: string;
|
|
422
|
-
VELT_ACTIVITY_LOG_CONTEXT_WRAPPER: string;
|
|
423
|
-
VELT_COMMENT_DIALOG_VISIBILITY_BANNER: string;
|
|
424
|
-
VELT_COMMENT_DIALOG_VISIBILITY_BANNER_ICON: string;
|
|
425
|
-
VELT_COMMENT_DIALOG_VISIBILITY_BANNER_TEXT: string;
|
|
426
|
-
VELT_COMMENT_DIALOG_VISIBILITY_BANNER_DROPDOWN: string;
|
|
427
|
-
VELT_COMMENT_DIALOG_VISIBILITY_BANNER_DROPDOWN_TRIGGER: string;
|
|
428
|
-
VELT_COMMENT_DIALOG_VISIBILITY_BANNER_DROPDOWN_TRIGGER_LABEL: string;
|
|
429
|
-
VELT_COMMENT_DIALOG_VISIBILITY_BANNER_DROPDOWN_TRIGGER_AVATAR_LIST: string;
|
|
430
|
-
VELT_COMMENT_DIALOG_VISIBILITY_BANNER_DROPDOWN_TRIGGER_AVATAR_LIST_ITEM: string;
|
|
431
|
-
VELT_COMMENT_DIALOG_VISIBILITY_BANNER_DROPDOWN_TRIGGER_AVATAR_LIST_REMAINING_COUNT: string;
|
|
432
|
-
VELT_COMMENT_DIALOG_VISIBILITY_BANNER_DROPDOWN_TRIGGER_ICON: string;
|
|
433
|
-
VELT_COMMENT_DIALOG_VISIBILITY_BANNER_DROPDOWN_CONTENT: string;
|
|
434
|
-
VELT_COMMENT_DIALOG_VISIBILITY_BANNER_DROPDOWN_CONTENT_ITEM: string;
|
|
435
|
-
VELT_COMMENT_DIALOG_VISIBILITY_BANNER_DROPDOWN_CONTENT_ITEM_ICON: string;
|
|
436
|
-
VELT_COMMENT_DIALOG_VISIBILITY_BANNER_DROPDOWN_CONTENT_ITEM_LABEL: string;
|
|
437
|
-
VELT_COMMENT_DIALOG_VISIBILITY_BANNER_DROPDOWN_CONTENT_USER_PICKER: string;
|
|
438
248
|
VELT_COMMENT_COMPOSER: string;
|
|
439
249
|
VELT_SKELETON_LOADER: string;
|
|
440
250
|
VELT_SHADOW_DOM_INTERNAL: string;
|
|
441
251
|
VELT_SINGLE_EDITOR_MODE_PANEL: string;
|
|
442
|
-
VELT_MULTI_THREAD_COMMENT_DIALOG: string;
|
|
443
|
-
VELT_MULTI_THREAD_COMMENT_DIALOG_LIST: string;
|
|
444
|
-
VELT_MULTI_THREAD_COMMENT_DIALOG_PANEL: string;
|
|
445
|
-
VELT_MULTI_THREAD_COMMENT_DIALOG_COMPOSER_CONTAINER: string;
|
|
446
|
-
VELT_MULTI_THREAD_COMMENT_DIALOG_COMMENT_COUNT: string;
|
|
447
|
-
VELT_MULTI_THREAD_COMMENT_DIALOG_EMPTY_PLACEHOLDER: string;
|
|
448
|
-
VELT_MULTI_THREAD_COMMENT_DIALOG_CLOSE_BUTTON: string;
|
|
449
|
-
VELT_MULTI_THREAD_COMMENT_DIALOG_NEW_THREAD_BUTTON: string;
|
|
450
|
-
VELT_MULTI_THREAD_COMMENT_DIALOG_RESET_FILTER_BUTTON: string;
|
|
451
|
-
VELT_MULTI_THREAD_COMMENT_DIALOG_MINIMAL_FILTER_DROPDOWN: string;
|
|
452
|
-
VELT_MULTI_THREAD_COMMENT_DIALOG_MINIMAL_FILTER_DROPDOWN_TRIGGER: string;
|
|
453
|
-
VELT_MULTI_THREAD_COMMENT_DIALOG_MINIMAL_FILTER_DROPDOWN_CONTENT: string;
|
|
454
|
-
VELT_MULTI_THREAD_COMMENT_DIALOG_MINIMAL_FILTER_DROPDOWN_CONTENT_FILTER_ALL: string;
|
|
455
|
-
VELT_MULTI_THREAD_COMMENT_DIALOG_MINIMAL_FILTER_DROPDOWN_CONTENT_FILTER_READ: string;
|
|
456
|
-
VELT_MULTI_THREAD_COMMENT_DIALOG_MINIMAL_FILTER_DROPDOWN_CONTENT_FILTER_RESOLVED: string;
|
|
457
|
-
VELT_MULTI_THREAD_COMMENT_DIALOG_MINIMAL_FILTER_DROPDOWN_CONTENT_FILTER_UNREAD: string;
|
|
458
|
-
VELT_MULTI_THREAD_COMMENT_DIALOG_MINIMAL_FILTER_DROPDOWN_CONTENT_SELECTED_ICON: string;
|
|
459
|
-
VELT_MULTI_THREAD_COMMENT_DIALOG_MINIMAL_FILTER_DROPDOWN_CONTENT_SORT_DATE: string;
|
|
460
|
-
VELT_MULTI_THREAD_COMMENT_DIALOG_MINIMAL_FILTER_DROPDOWN_CONTENT_SORT_UNREAD: string;
|
|
461
|
-
VELT_MULTI_THREAD_COMMENT_DIALOG_MINIMAL_ACTIONS_DROPDOWN: string;
|
|
462
|
-
VELT_MULTI_THREAD_COMMENT_DIALOG_MINIMAL_ACTIONS_DROPDOWN_TRIGGER: string;
|
|
463
|
-
VELT_MULTI_THREAD_COMMENT_DIALOG_MINIMAL_ACTIONS_DROPDOWN_CONTENT: string;
|
|
464
|
-
VELT_MULTI_THREAD_COMMENT_DIALOG_MINIMAL_ACTIONS_DROPDOWN_CONTENT_MARK_ALL_READ: string;
|
|
465
|
-
VELT_MULTI_THREAD_COMMENT_DIALOG_MINIMAL_ACTIONS_DROPDOWN_CONTENT_MARK_ALL_RESOLVED: string;
|
|
466
|
-
VELT_TEXT_COMMENT: string;
|
|
467
|
-
VELT_TEXT_COMMENT_TOOL: string;
|
|
468
|
-
VELT_TEXT_COMMENT_TOOLBAR: string;
|
|
469
|
-
VELT_TEXT_COMMENT_TOOLBAR_COMMENT_ANNOTATION: string;
|
|
470
|
-
VELT_TEXT_COMMENT_TOOLBAR_DIVIDER: string;
|
|
471
|
-
VELT_TEXT_COMMENT_TOOLBAR_COPYWRITER: string;
|
|
472
|
-
VELT_TEXT_COMMENT_TOOLBAR_GENERIC: string;
|
|
473
252
|
};
|
|
474
253
|
static ATTRIBUTES: {
|
|
475
254
|
VELT_COMMENT_CONTAINER: string;
|
|
@@ -521,7 +300,6 @@ export declare class Constants {
|
|
|
521
300
|
VELT_AREA_PIN_HOST_STATIC: string;
|
|
522
301
|
VELT_AREA_DISABLED: string;
|
|
523
302
|
VELT_AREA_PIN_ACTIVE: string;
|
|
524
|
-
VELT_SUGGESTION_TARGET: string;
|
|
525
303
|
VELT_ONGOING_RECORDING: string;
|
|
526
304
|
VELT_COMMENT_RECORDING: string;
|
|
527
305
|
SYNC_VIDEO_PLAYER_ID: string;
|
|
@@ -552,9 +330,6 @@ export declare class Constants {
|
|
|
552
330
|
VELT_AVATAR_COLOR: string;
|
|
553
331
|
VELT_COMMENT_PRIORITY_COLOR: string;
|
|
554
332
|
};
|
|
555
|
-
static BODY_CLASSES: {
|
|
556
|
-
VELT_PIN_DRAGGING: string;
|
|
557
|
-
};
|
|
558
333
|
static INJECTION_ATTRIBUTES: {
|
|
559
334
|
/**
|
|
560
335
|
* @deprecated Use VELT_AVATAR_IMG instead
|
|
@@ -591,7 +366,6 @@ export declare class Constants {
|
|
|
591
366
|
VELT_VERSION: string;
|
|
592
367
|
VELT_ADVANCED_QUERIES: string;
|
|
593
368
|
VELT_COMMENT_VIEWS_MIGRATED: string;
|
|
594
|
-
VELT_AUTH_PROXY_HOST: string;
|
|
595
369
|
};
|
|
596
370
|
static NON_NESTABLE_ELEMENTS: {
|
|
597
371
|
[tag: string]: boolean;
|
package/app/utils/enums.d.ts
CHANGED
|
@@ -15,9 +15,7 @@ export declare enum CommentStatus {
|
|
|
15
15
|
REACTION_DELETED = "reactionDeleted",
|
|
16
16
|
SUBSCRIBED = "subscribed",
|
|
17
17
|
UNSUBSCRIBED = "unsubscribed",
|
|
18
|
-
PUBLISHED = "published"
|
|
19
|
-
SUGGESTION_ACCEPTED = "suggestionAccepted",
|
|
20
|
-
SUGGESTION_REJECTED = "suggestionRejected"
|
|
18
|
+
PUBLISHED = "published"
|
|
21
19
|
}
|
|
22
20
|
export declare enum ResolverActions {
|
|
23
21
|
COMMENT_ANNOTATION_ADD = "comment_annotation.add",
|
|
@@ -28,11 +26,7 @@ export declare enum ResolverActions {
|
|
|
28
26
|
REACTION_ADD = "reaction.add",
|
|
29
27
|
REACTION_DELETE = "reaction.delete",
|
|
30
28
|
ATTACHMENT_ADD = "attachment.add",
|
|
31
|
-
ATTACHMENT_DELETE = "attachment.delete"
|
|
32
|
-
RECORDER_ANNOTATION_ADD = "recorder_annotation.add",
|
|
33
|
-
RECORDER_ANNOTATION_UPDATE = "recorder_annotation.update",
|
|
34
|
-
RECORDER_ANNOTATION_DELETE = "recorder_annotation.delete",
|
|
35
|
-
ACTIVITY_SAVE = "activity.save"
|
|
29
|
+
ATTACHMENT_DELETE = "attachment.delete"
|
|
36
30
|
}
|
|
37
31
|
export declare const CommentEventTypes: {
|
|
38
32
|
readonly ADD_COMMENT_ANNOTATION: "addCommentAnnotation";
|
|
@@ -50,7 +44,6 @@ export declare const CommentEventTypes: {
|
|
|
50
44
|
readonly UPDATE_ACCESS: "updateAccess";
|
|
51
45
|
readonly RESOLVE_COMMENT: "resolveComment";
|
|
52
46
|
readonly ADD_COMMENT: "addComment";
|
|
53
|
-
readonly ADD_COMMENT_DRAFT: "addCommentDraft";
|
|
54
47
|
readonly UPDATE_COMMENT: "updateComment";
|
|
55
48
|
readonly DELETE_COMMENT: "deleteComment";
|
|
56
49
|
readonly ADD_ATTACHMENT: "addAttachment";
|
|
@@ -76,8 +69,6 @@ export declare const CommentEventTypes: {
|
|
|
76
69
|
readonly COMMENT_SAVED: "commentSaved";
|
|
77
70
|
readonly COMMENT_SAVE_TRIGGERED: "commentSaveTriggered";
|
|
78
71
|
readonly VISIBILITY_OPTION_CLICKED: "visibilityOptionClicked";
|
|
79
|
-
readonly SUGGESTION_ACCEPTED: "suggestionAccepted";
|
|
80
|
-
readonly SUGGESTION_REJECTED: "suggestionRejected";
|
|
81
72
|
};
|
|
82
73
|
export declare const RecorderEventTypes: {
|
|
83
74
|
readonly TRANSCRIPTION_DONE: "transcriptionDone";
|
|
@@ -91,18 +82,6 @@ export declare const RecorderEventTypes: {
|
|
|
91
82
|
readonly RECORDING_RESUMED: "recordingResumed";
|
|
92
83
|
readonly RECORDING_CANCELLED: "recordingCancelled";
|
|
93
84
|
readonly RECORDING_STOPPED: "recordingStopped";
|
|
94
|
-
readonly RECORDING_DONE_LOCAL: "recordingDoneLocal";
|
|
95
|
-
};
|
|
96
|
-
export declare const RewriterEventTypes: {
|
|
97
|
-
readonly TEXT_SELECTED: "textSelected";
|
|
98
|
-
};
|
|
99
|
-
export declare const SuggestionEventTypes: {
|
|
100
|
-
readonly SUGGESTION_CREATED: "suggestionCreated";
|
|
101
|
-
readonly SUGGESTION_APPROVED: "suggestionApproved";
|
|
102
|
-
readonly SUGGESTION_REJECTED: "suggestionRejected";
|
|
103
|
-
readonly SUGGESTION_STALE: "suggestionStale";
|
|
104
|
-
readonly TARGET_EDIT_START: "targetEditStart";
|
|
105
|
-
readonly TARGET_EDIT_COMMIT: "targetEditCommit";
|
|
106
85
|
};
|
|
107
86
|
export declare const CoreEventTypes: {
|
|
108
87
|
readonly PERMISSION_PROVIDER: "permissionProvider";
|
|
@@ -110,9 +89,6 @@ export declare const CoreEventTypes: {
|
|
|
110
89
|
readonly COMMENT_RESOLVER: "commentResolver";
|
|
111
90
|
readonly ATTACHMENT_RESOLVER: "attachmentResolver";
|
|
112
91
|
readonly REACTION_RESOLVER: "reactionResolver";
|
|
113
|
-
readonly RECORDER_RESOLVER: "recorderResolver";
|
|
114
|
-
readonly NOTIFICATION_RESOLVER: "notificationResolver";
|
|
115
|
-
readonly ACTIVITY_RESOLVER: "activityResolver";
|
|
116
92
|
readonly VELT_BUTTON_CLICK: "veltButtonClick";
|
|
117
93
|
readonly USER_UPDATE: "userUpdate";
|
|
118
94
|
readonly INIT_UPDATE: "initUpdate";
|
|
@@ -144,8 +120,6 @@ export type CoreEventType = typeof CoreEventTypes[keyof typeof CoreEventTypes];
|
|
|
144
120
|
export type LiveStateSyncEventType = typeof LiveStateSyncEventTypes[keyof typeof LiveStateSyncEventTypes];
|
|
145
121
|
export type PresenceEventType = typeof PresenceEventTypes[keyof typeof PresenceEventTypes];
|
|
146
122
|
export type NotificationEventType = typeof NotificationEventTypes[keyof typeof NotificationEventTypes];
|
|
147
|
-
export type RewriterEventType = typeof RewriterEventTypes[keyof typeof RewriterEventTypes];
|
|
148
|
-
export type SuggestionEventType = typeof SuggestionEventTypes[keyof typeof SuggestionEventTypes];
|
|
149
123
|
export type CrdtEventType = typeof CrdtEventTypes[keyof typeof CrdtEventTypes];
|
|
150
124
|
export declare enum TagStatus {
|
|
151
125
|
ADDED = "added",
|
|
@@ -200,8 +174,7 @@ export declare enum Features {
|
|
|
200
174
|
REWRITER = "rewriter",
|
|
201
175
|
LIVE_SELECTION = "liveSelection",
|
|
202
176
|
NOTIFICATION = "notification",
|
|
203
|
-
REACTION = "reaction"
|
|
204
|
-
ACTIVITY = "activity"
|
|
177
|
+
REACTION = "reaction"
|
|
205
178
|
}
|
|
206
179
|
export declare enum AnalyticsFeatures {
|
|
207
180
|
AREA = "area",
|
|
@@ -223,7 +196,7 @@ export declare enum AnalyticsFeatures {
|
|
|
223
196
|
INLINE_COMMENT = "inlineComment",
|
|
224
197
|
COMMENT_SIDEBAR = "commentSidebar"
|
|
225
198
|
}
|
|
226
|
-
export type FeatureType = 'area' | 'arrow' | 'audioHuddle' | 'comment' | 'cursor' | 'huddle' | 'liveStateSync' | 'presence' | 'recorder' | 'rewriter' | 'tag' | 'liveSelection' | 'notification' | 'reaction' | 'multiThread'
|
|
199
|
+
export type FeatureType = 'area' | 'arrow' | 'audioHuddle' | 'comment' | 'cursor' | 'huddle' | 'liveStateSync' | 'presence' | 'recorder' | 'rewriter' | 'tag' | 'liveSelection' | 'notification' | 'reaction' | 'multiThread';
|
|
227
200
|
export type AssignToType = 'dropdown' | 'checkbox';
|
|
228
201
|
export declare enum DeviceType {
|
|
229
202
|
DESKTOP = "Desktop",
|
|
@@ -292,7 +265,7 @@ export type RecorderType = 'audio' | 'video' | 'screen';
|
|
|
292
265
|
export type RecorderFileFormat = 'mp3' | 'mp4' | 'webm';
|
|
293
266
|
export type RecorderLayoutMode = 'floating' | 'thread';
|
|
294
267
|
export type SupportedMimeType = 'audio' | 'video';
|
|
295
|
-
export type FirebaseRegion = 'usCentral1' | 'asiaSouthEast1' | 'europeWest1'
|
|
268
|
+
export type FirebaseRegion = 'usCentral1' | 'asiaSouthEast1' | 'europeWest1';
|
|
296
269
|
export type VideoEventType = 'play' | 'pause' | 'ratechange' | 'seeked' | 'timeupdate' | 'volumechange';
|
|
297
270
|
export type RewriterType = 'copywriter' | 'generic';
|
|
298
271
|
export type RecorderStatusType = 'started' | 'paused' | 'resumed' | 'stopped' | 'error' | null;
|
|
@@ -343,12 +316,6 @@ export type NotificationSettingsItemType = 'ALL' | 'MINE' | 'NONE' | string;
|
|
|
343
316
|
*/
|
|
344
317
|
export type NotificationSettingsLayout = 'accordion' | 'dropdown';
|
|
345
318
|
/**
|
|
346
|
-
*
|
|
319
|
+
* Type for comment visibility options in the visibility banner dropdown
|
|
347
320
|
*/
|
|
348
|
-
export
|
|
349
|
-
RESTRICTED_SELF = "restrictedSelf",
|
|
350
|
-
RESTRICTED_SELECTED_PEOPLE = "restrictedSelectedPeople",
|
|
351
|
-
ORGANIZATION_PRIVATE = "organizationPrivate",
|
|
352
|
-
PUBLIC = "public"
|
|
353
|
-
}
|
|
354
|
-
export type CommentVisibilityOptionType = `${CommentVisibilityOption}`;
|
|
321
|
+
export type CommentVisibilityOptionType = 'personal' | 'selected-people' | 'org-users' | 'public';
|
package/models.d.ts
CHANGED
|
@@ -1,10 +1,8 @@
|
|
|
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';
|
|
5
4
|
export * from './app/models/data/area-annotation.data.model';
|
|
6
5
|
export * from './app/models/data/arrow-annotation.data.model';
|
|
7
|
-
export * from './app/models/data/agent-suggestion.data.model';
|
|
8
6
|
export * from './app/models/data/base-metadata.data.model';
|
|
9
7
|
export * from './app/models/data/button.data.model';
|
|
10
8
|
export * from './app/models/data/chatgpt.data.model';
|
|
@@ -39,7 +37,6 @@ export * from './app/models/data/location.model';
|
|
|
39
37
|
export * from './app/models/data/media-preview-config.data.model';
|
|
40
38
|
export * from './app/models/data/multi-thread.data.model';
|
|
41
39
|
export * from './app/models/data/notification.model';
|
|
42
|
-
export * from './app/models/data/notification-resolver.data.model';
|
|
43
40
|
export * from './app/models/data/notifications-events.data.model';
|
|
44
41
|
export * from './app/models/data/page-info.model';
|
|
45
42
|
export * from './app/models/data/permission.data.model';
|
|
@@ -50,9 +47,6 @@ export * from './app/models/data/recorder.model';
|
|
|
50
47
|
export * from './app/models/data/recorder-annotation.data.model';
|
|
51
48
|
export * from './app/models/data/recorder-events.data.model';
|
|
52
49
|
export * from './app/models/data/rewriter-annotation.data.model';
|
|
53
|
-
export * from './app/models/data/rewriter-events.data.model';
|
|
54
|
-
export * from './app/models/data/suggestion.data.model';
|
|
55
|
-
export * from './app/models/data/suggestion-events.data.model';
|
|
56
50
|
export * from './app/models/data/screen-size.data.model';
|
|
57
51
|
export * from './app/models/data/screenshot.data.model';
|
|
58
52
|
export * from './app/models/data/selection.model';
|
|
@@ -77,9 +71,7 @@ export * from './app/models/data/views.data.model';
|
|
|
77
71
|
export * from './app/models/data/autocomplete.data.model';
|
|
78
72
|
export * from './app/models/data/reaction-annotation.data.model';
|
|
79
73
|
export * from './app/models/data/reaction-resolver.data.model';
|
|
80
|
-
export * from './app/models/data/recorder-resolver.data.model';
|
|
81
74
|
export * from './app/models/data/attachment-resolver.data.model';
|
|
82
|
-
export * from './app/models/data/activity-resolver.data.model';
|
|
83
75
|
export * from './app/models/data/reaction.data.model';
|
|
84
76
|
export * from './app/models/data/organization-groups.data.model';
|
|
85
77
|
export * from './app/models/data/organization-metadata.model';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@veltdev/types-dev",
|
|
3
|
-
"version": "5.0.2-beta.
|
|
3
|
+
"version": "5.0.2-beta.11",
|
|
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
|
@@ -14,10 +14,7 @@ export * from './app/models/element/selection-element.model';
|
|
|
14
14
|
export * from './app/models/element/tag-element.model';
|
|
15
15
|
export * from './app/models/element/views-element.model';
|
|
16
16
|
export * from './app/models/element/notification-element.model';
|
|
17
|
-
export * from './app/models/element/cross-organization-config.model';
|
|
18
17
|
export * from './app/models/element/autocomplete-element.model';
|
|
19
18
|
export * from './app/models/element/reaction-element.model';
|
|
20
19
|
export * from './app/models/element/crdt-element.model';
|
|
21
|
-
export * from './app/models/element/activity-element.model';
|
|
22
|
-
export * from './app/models/element/suggestion-element.model';
|
|
23
20
|
export * from './models';
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { BaseMetadata } from './base-metadata.data.model';
|
|
2
|
-
import { ActivityChanges } from './activity.data.model';
|
|
3
|
-
import { ResolverConfig, ResolverResponse } from './resolver.data.model';
|
|
4
|
-
export interface PartialActivityRecord {
|
|
5
|
-
id: string;
|
|
6
|
-
metadata?: BaseMetadata;
|
|
7
|
-
changes?: ActivityChanges;
|
|
8
|
-
entityData?: unknown;
|
|
9
|
-
entityTargetData?: unknown;
|
|
10
|
-
displayMessageTemplateData?: Record<string, unknown>;
|
|
11
|
-
[key: string]: any;
|
|
12
|
-
}
|
|
13
|
-
export interface ActivityAnnotationDataProvider {
|
|
14
|
-
get?: (request: GetActivityResolverRequest) => Promise<ResolverResponse<Record<string, PartialActivityRecord>>>;
|
|
15
|
-
save?: (request: SaveActivityResolverRequest) => Promise<ResolverResponse<undefined>>;
|
|
16
|
-
config?: ResolverConfig;
|
|
17
|
-
}
|
|
18
|
-
export interface GetActivityResolverRequest {
|
|
19
|
-
activityIds?: string[];
|
|
20
|
-
documentIds?: string[];
|
|
21
|
-
organizationId?: string;
|
|
22
|
-
}
|
|
23
|
-
export interface SaveActivityResolverRequest {
|
|
24
|
-
activity: Record<string, PartialActivityRecord>;
|
|
25
|
-
event?: string;
|
|
26
|
-
metadata?: BaseMetadata;
|
|
27
|
-
}
|