@veltdev/types 4.7.1-patch.1 → 4.7.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.
- package/app/models/data/area-annotation.data.model.d.ts +1 -7
- package/app/models/data/attachment.model.d.ts +1 -21
- package/app/models/data/comment-annotation.data.model.d.ts +4 -80
- package/app/models/data/comment.data.model.d.ts +1 -26
- package/app/models/data/config.data.model.d.ts +0 -23
- package/app/models/data/cursor-position.data.model.d.ts +0 -15
- package/app/models/data/cursor-user.data.model.d.ts +0 -5
- package/app/models/data/custom-filter.data.model.d.ts +0 -8
- package/app/models/data/document-iam.data.model.d.ts +0 -8
- package/app/models/data/document-metadata.model.d.ts +0 -28
- package/app/models/data/document-paths.data.model.d.ts +1 -51
- package/app/models/data/huddle.model.d.ts +1 -2
- package/app/models/data/live-state-data-map.data.model.d.ts +6 -7
- package/app/models/data/live-state-data.data.model.d.ts +2 -37
- package/app/models/data/location-metadata.model.d.ts +0 -14
- package/app/models/data/location.model.d.ts +2 -0
- package/app/models/data/media-preview-config.data.model.d.ts +0 -3
- package/app/models/data/notification.model.d.ts +3 -129
- package/app/models/data/page-info.model.d.ts +0 -4
- package/app/models/data/presence-user.data.model.d.ts +0 -7
- package/app/models/data/recorder-annotation.data.model.d.ts +9 -101
- package/app/models/data/recorder.model.d.ts +2 -31
- package/app/models/data/selection.model.d.ts +0 -12
- package/app/models/data/target-element.data.model.d.ts +0 -5
- package/app/models/data/target-text-range.data.model.d.ts +0 -13
- package/app/models/data/user-contact.data.model.d.ts +0 -21
- package/app/models/data/user-iam.data.model.d.ts +0 -15
- package/app/models/data/user.data.model.d.ts +0 -82
- package/app/utils/constants.d.ts +6 -133
- package/app/utils/enums.d.ts +4 -208
- package/models.d.ts +0 -36
- package/package.json +2 -2
- package/app/models/data/anchor-record.data.model.d.ts +0 -109
- package/app/models/data/arrow-annotation.data.model.d.ts +0 -51
- package/app/models/data/attachment-resolver.data.model.d.ts +0 -52
- package/app/models/data/autocomplete.data.model.d.ts +0 -51
- package/app/models/data/base-metadata.data.model.d.ts +0 -9
- package/app/models/data/button.data.model.d.ts +0 -37
- package/app/models/data/comment-actions.data.model.d.ts +0 -190
- package/app/models/data/comment-events.data.model.d.ts +0 -272
- package/app/models/data/comment-resolver.data.model.d.ts +0 -72
- package/app/models/data/comment-sidebar-config.model.d.ts +0 -95
- package/app/models/data/comment-utils.data.model.d.ts +0 -16
- package/app/models/data/contact-utils.data.model.d.ts +0 -9
- package/app/models/data/core-events.data.model.d.ts +0 -180
- package/app/models/data/crdt-events.data.model.d.ts +0 -25
- package/app/models/data/crdt.data.model.d.ts +0 -60
- package/app/models/data/custom-chip-dropdown.data.model.d.ts +0 -10
- package/app/models/data/custom-css.data.model.d.ts +0 -10
- package/app/models/data/customer-metadata.data.model.d.ts +0 -15
- package/app/models/data/document-events.data.model.d.ts +0 -8
- package/app/models/data/document.data.model.d.ts +0 -63
- package/app/models/data/encryption-provider.data.model.d.ts +0 -12
- package/app/models/data/event-metadata.data.model.d.ts +0 -32
- package/app/models/data/folder-metadata.model.d.ts +0 -40
- package/app/models/data/heartbeat.data.model.d.ts +0 -16
- package/app/models/data/live-state-events.data.model.d.ts +0 -23
- package/app/models/data/multi-thread.data.model.d.ts +0 -63
- package/app/models/data/notifications-events.data.model.d.ts +0 -9
- package/app/models/data/organization-groups.data.model.d.ts +0 -16
- package/app/models/data/organization-metadata.model.d.ts +0 -31
- package/app/models/data/presence-actions.data.model.d.ts +0 -5
- package/app/models/data/presence-events.data.model.d.ts +0 -16
- package/app/models/data/provider.data.model.d.ts +0 -10
- package/app/models/data/reaction-annotation.data.model.d.ts +0 -68
- package/app/models/data/reaction-resolver.data.model.d.ts +0 -42
- package/app/models/data/reaction.data.model.d.ts +0 -18
- package/app/models/data/recorder-events.data.model.d.ts +0 -45
- package/app/models/data/resolver.data.model.d.ts +0 -36
- package/app/models/data/screenshot.data.model.d.ts +0 -10
- package/app/models/data/sync-video-player.data.model.d.ts +0 -47
- package/app/models/data/user-organization.data.model.d.ts +0 -12
- package/app/models/data/user-resolver.data.model.d.ts +0 -56
- package/app/models/data/views.data.model.d.ts +0 -64
package/app/utils/constants.d.ts
CHANGED
|
@@ -6,41 +6,21 @@ export declare class Constants {
|
|
|
6
6
|
static USER_TYPE_ANONYMOUS: string;
|
|
7
7
|
static USER_TYPE_SIGNED_IN: string;
|
|
8
8
|
static LOCALSTORAGE_DATA_ID: string;
|
|
9
|
-
static NO_ORGANIZATION_ID: string;
|
|
10
|
-
static DEFAULT_QUERY_HASH: string;
|
|
11
|
-
static LISTENER_BATCH_SIZE: number;
|
|
12
|
-
static LISTENER_CONTEXT_BATCH_SIZE: number;
|
|
13
|
-
static DEFAULT_VELT_CONTEXT: string;
|
|
14
|
-
static FIREBASE_PARTIAL_PATH_ORGANIZATIONS: string;
|
|
15
|
-
static FIREBASE_PARTIAL_PATH_FOLDERS: string;
|
|
16
9
|
static FIREBASE_PARTIAL_PATH_DOCS: string;
|
|
17
|
-
static FIREBASE_PARTIAL_PATH_DOCUMENT_CONFIGURATIONS: string;
|
|
18
10
|
static FIREBASE_PARTIAL_PATH_PRESENCE: string;
|
|
19
|
-
static FIREBASE_PARTIAL_PATH_ORGANIZATION_USERS: string;
|
|
20
|
-
static FIREBASE_PARTIAL_PATH_CENTRAL_USERS: string;
|
|
21
|
-
static FIREBASE_PARTIAL_PATH_FOLDER_USERS: string;
|
|
22
|
-
static FIREBASE_PARTIAL_PATH_DOCUMENT_USERS: string;
|
|
23
11
|
static FIREBASE_PARTIAL_PATH_CURSOR: string;
|
|
24
12
|
static FIREBASE_PARTIAL_PATH_ARROW: string;
|
|
25
13
|
static FIREBASE_PARTIAL_PATH_AREA: string;
|
|
26
14
|
static FIREBASE_PARTIAL_PATH_COMMENT: string;
|
|
27
|
-
static FIREBASE_PARTIAL_PATH_LOCATION: string;
|
|
28
|
-
static FIREBASE_PARTIAL_PATH_MULTI_THREAD: string;
|
|
29
15
|
static FIREBASE_PARTIAL_PATH_TAG: string;
|
|
30
16
|
static FIREBASE_PARTIAL_PATH_SELECTION: string;
|
|
31
17
|
static FIREBASE_PARTIAL_PATH_AUDIO_HUDDLE: string;
|
|
32
18
|
static FIREBASE_PARTIAL_PATH_HUDDLE: string;
|
|
33
19
|
static FIREBASE_PARTIAL_PATH_CONTACTS: string;
|
|
34
20
|
static FIREBASE_PARTIAL_PATH_GROUPS: string;
|
|
35
|
-
static FIREBASE_PARTIAL_PATH_NOTIFICATION_DOCS: string;
|
|
36
|
-
static FIREBASE_PARTIAL_PATH_NOTIFICATION_USERS: string;
|
|
37
|
-
static FIREBASE_PARTIAL_PATH_DOC_NOTIFICATION: string;
|
|
38
|
-
static FIREBASE_PARTIAL_PATH_USER_NOTIFICATION: string;
|
|
39
21
|
static FIREBASE_PARTIAL_PATH_GLOBAL: string;
|
|
40
22
|
static FIREBASE_PARTIAL_PATH_LOGINS: string;
|
|
41
23
|
static FIREBASE_PARTIAL_PATH_METADATA: string;
|
|
42
|
-
static FIREBASE_PARTIAL_PATH_ORGANIZATION_METADATA: string;
|
|
43
|
-
static FIREBASE_PARTIAL_PATH_ORGANIZATION_GROUPS: string;
|
|
44
24
|
static FIREBASE_PARTIAL_PATH_LOCATIONS: string;
|
|
45
25
|
static FIREBASE_PARTIAL_PATH_RECORDER: string;
|
|
46
26
|
static FIREBASE_PARTIAL_PATH_FOLLOW_ALONG: string;
|
|
@@ -48,18 +28,9 @@ export declare class Constants {
|
|
|
48
28
|
static FIREBASE_PARTIAL_PATH_LIVE_STATE: string;
|
|
49
29
|
static FIREBASE_PARTIAL_PATH_IAM: string;
|
|
50
30
|
static FIREBASE_PARTIAL_PATH_REACTION: string;
|
|
51
|
-
static FIREBASE_PARTIAL_PATH_CRDT: string;
|
|
52
31
|
static FIREBASE_PARTIAL_PATH_VIEWS: string;
|
|
53
|
-
static FIREBASE_PARTIAL_PATH_NOTIFICATION_VIEWS: string;
|
|
54
|
-
static FIREBASE_PARTIAL_PATH_DOCUMENT_VIEWS: string;
|
|
55
|
-
static FIREBASE_PARTIAL_PATH_LOCATION_VIEWS: string;
|
|
56
32
|
static FIREBASE_PARTIAL_PATH_NOTIFICATIONS: string;
|
|
57
|
-
static FIREBASE_PARTIAL_PATH_ORGANIZATION_NOTIFICATIONS: string;
|
|
58
|
-
static FIREBASE_PARTIAL_PATH_LAST_NOTIFICATION_TIMESTAMP: string;
|
|
59
|
-
static FIREBASE_PARTIAL_PATH_HEARTBEAT: string;
|
|
60
|
-
static FIREBASE_PARTIAL_PATH_HEARTBEAT_BY_DOCUMENT: string;
|
|
61
33
|
static FIREBASE_PARTIAL_PATH_USERS: string;
|
|
62
|
-
static FIREBASE_PARTIAL_PATH_PERMISSIONS_USERS: string;
|
|
63
34
|
static FIREBASE_PARTIAL_PATH_USER_REQUESTS: string;
|
|
64
35
|
static FIREBASE_PARTIAL_PATH_FEEDBACK: string;
|
|
65
36
|
static FIREBASE_PARTIAL_PATH_BUGS: string;
|
|
@@ -76,7 +47,6 @@ export declare class Constants {
|
|
|
76
47
|
static DEFAULT_ANNOTATION_COLOR: string;
|
|
77
48
|
static REGEX_EMAIL: RegExp;
|
|
78
49
|
static REGEX_URL: RegExp;
|
|
79
|
-
static readonly REGEX_URL_FOR_USER_NAME: RegExp;
|
|
80
50
|
static REGEX_SPECIAL_CHARS: RegExp;
|
|
81
51
|
static SNIPPYLY_HIGHLIGHT: string;
|
|
82
52
|
static SNIPPYLY_HIGHLIGHT_PREVIEW: string;
|
|
@@ -86,10 +56,6 @@ export declare class Constants {
|
|
|
86
56
|
static SNIPPYLY_HIGHLIGHT_USER: string;
|
|
87
57
|
static SNIPPYLY_HIGHLIGHT_USER_NAME: string;
|
|
88
58
|
static SNIPPYLY_HIGHLIGHT_USER_TEXT: string;
|
|
89
|
-
static VELT_LIVE_SELECTION_ON_ELEMENT: string;
|
|
90
|
-
static VELT_LIVE_SELECTION_ON_ELEMENT_DEFAULT: string;
|
|
91
|
-
static VELT_LIVE_SELECTION_ON_TEXT: string;
|
|
92
|
-
static VELT_LIVE_SELECTION_ON_TEXT_DEFAULT: string;
|
|
93
59
|
static VELT_IGNORE_CHANGE_DETECTION: string;
|
|
94
60
|
static VELT_CUSTOM_CSS: string;
|
|
95
61
|
static TAGS: {
|
|
@@ -171,6 +137,10 @@ export declare class Constants {
|
|
|
171
137
|
* @deprecated Use VELT_REWRITER instead
|
|
172
138
|
*/
|
|
173
139
|
SNIPPYLY_REWRITER: string;
|
|
140
|
+
/**
|
|
141
|
+
* @deprecated Use VELT_USER_SELECTOR instead
|
|
142
|
+
*/
|
|
143
|
+
SNIPPYLY_USER_SELECTOR: string;
|
|
174
144
|
/**
|
|
175
145
|
* @deprecated Use VELT_USER_INVITE_TOOL instead
|
|
176
146
|
*/
|
|
@@ -201,18 +171,11 @@ export declare class Constants {
|
|
|
201
171
|
VELT_RECORDER_CONTROL_PANEL: string;
|
|
202
172
|
VELT_RECORDER_CONTROL_PANEL_INTERNAL: string;
|
|
203
173
|
VELT_RECORDER_PLAYER: string;
|
|
204
|
-
VELT_VIDEO_EDITOR: string;
|
|
205
174
|
VELT_TEXT_HIGHLIGHT: string;
|
|
206
175
|
VELT_COMMENT_TEXT_PORTAL: string;
|
|
207
176
|
VELT_COMMENTS_SIDEBAR: string;
|
|
208
177
|
VELT_COMMENT_BUBBLE: string;
|
|
209
178
|
VELT_COMMENT_THREAD: string;
|
|
210
|
-
VELT_COMMENT_PIN: string;
|
|
211
|
-
VELT_COMMENT_TEXT: string;
|
|
212
|
-
VELT_CHART_COMMENT: string;
|
|
213
|
-
VELT_CANVAS_COMMENT: string;
|
|
214
|
-
VELT_INLINE_COMMENTS_SECTION: string;
|
|
215
|
-
VELT_COMMENTS_MINIMAP: string;
|
|
216
179
|
VELT_HIGHLIGHT_USER_TEXT: string;
|
|
217
180
|
VELT_AUDIO_HUDDLE: string;
|
|
218
181
|
VELT_VIDEO_HUDDLE: string;
|
|
@@ -223,8 +186,8 @@ export declare class Constants {
|
|
|
223
186
|
VELT_MENU: string;
|
|
224
187
|
VELT_COMMENT_DIALOG: string;
|
|
225
188
|
VELT_SIDEBAR_BUTTON: string;
|
|
226
|
-
VELT_COMMENTS_SIDEBAR_BUTTON: string;
|
|
227
189
|
VELT_REWRITER: string;
|
|
190
|
+
VELT_USER_SELECTOR: string;
|
|
228
191
|
VELT_USER_INVITE_TOOL: string;
|
|
229
192
|
VELT_USER_REQUEST_TOOL: string;
|
|
230
193
|
VELT_USER_AVATAR: string;
|
|
@@ -236,49 +199,20 @@ export declare class Constants {
|
|
|
236
199
|
VELT_VIDEO_PLAYER: string;
|
|
237
200
|
VELT_VIDEO_COMMENTS_TIMELINE: string;
|
|
238
201
|
VELT_REACTION_TOOL: string;
|
|
239
|
-
VELT_INLINE_REACTIONS_SECTION: string;
|
|
240
202
|
VELT_VIEW_ANALYTICS: string;
|
|
241
203
|
VELT_NOTIFICATIONS_TOOL: string;
|
|
242
204
|
VELT_NOTIFICATIONS_PANEL: string;
|
|
243
205
|
VELT_NOTIFICATIONS_HISTORY_PANEL: string;
|
|
244
|
-
VELT_WIREFRAME: string;
|
|
245
|
-
VELT_AUTOCOMPLETE: string;
|
|
246
|
-
VELT_AUTOCOMPLETE_CHIP: string;
|
|
247
|
-
VELT_COMMENT_DIALOG_HEADER: string;
|
|
248
|
-
VELT_COMMENT_DIALOG_BODY: string;
|
|
249
|
-
VELT_COMMENT_DIALOG_FOOTER: string;
|
|
250
|
-
VELT_COMMENT_DIALOG_PRIORITY: string;
|
|
251
|
-
VELT_COMMENT_DIALOG_STATUS: string;
|
|
252
|
-
VELT_COMMENT_DIALOG_COPY_LINK: string;
|
|
253
|
-
VELT_COMMENT_DIALOG_RESOLVE_BUTTON: string;
|
|
254
|
-
VELT_COMMENT_DIALOG_OPTIONS: string;
|
|
255
|
-
VELT_COMMENT_DIALOG_BODY_THREAD_CARD: string;
|
|
256
|
-
VELT_COMMENT_DIALOG_PRIVATE_BANNER: string;
|
|
257
|
-
VELT_COMMENT_COMPOSER: string;
|
|
258
|
-
VELT_SKELETON_LOADER: string;
|
|
259
|
-
VELT_SHADOW_DOM_INTERNAL: string;
|
|
260
|
-
VELT_SINGLE_EDITOR_MODE_PANEL: string;
|
|
261
206
|
};
|
|
262
207
|
static ATTRIBUTES: {
|
|
263
|
-
VELT_COMMENT_CONTAINER: string;
|
|
264
|
-
VELT_TARGET_COMMENT_ELEMENT_ID: string;
|
|
265
|
-
VELT_COMMENT_TYPE: string;
|
|
266
|
-
TARGET_INLINE_COMMENT_ELEMENT_ID: string;
|
|
267
|
-
TARGET_COMMENT_ELEMENT_ID: string;
|
|
268
|
-
TARGET_ELEMENT_ID: string;
|
|
269
208
|
VELT_ID: string;
|
|
270
209
|
VELT_ELEMENT: string;
|
|
271
|
-
VELT_SCREEN_RECORDER_PANEL: string;
|
|
272
|
-
VELT_SOURCE_ID: string;
|
|
273
210
|
VELT_ANNOTATION_ID: string;
|
|
274
211
|
VELT_ANNOTATION_IDS: string;
|
|
275
212
|
VELT_COMMENT_PIN_HOST: string;
|
|
276
213
|
VELT_COMMENT_PIN_HOST_STATIC: string;
|
|
277
214
|
VELT_COMMENT_DISABLED: string;
|
|
278
|
-
VELT_MANUAL_COMMENT_CONTAINER: string;
|
|
279
215
|
VELT_COMMENT_PIN_ACTIVE: string;
|
|
280
|
-
VELT_INLINE_COMMENT_SECTION_CONFIG: string;
|
|
281
|
-
VELT_TARGET_INLINE_COMMENT_ELEMENT_ID: string;
|
|
282
216
|
VELT_TAG_PIN_HOST: string;
|
|
283
217
|
VELT_TAG_PIN_HOST_STATIC: string;
|
|
284
218
|
VELT_TAG_DISABLED: string;
|
|
@@ -286,19 +220,13 @@ export declare class Constants {
|
|
|
286
220
|
VELT_RECORDER_PIN_HOST_STATIC: string;
|
|
287
221
|
VELT_RECORDER_DISABLED: string;
|
|
288
222
|
VELT_ANNOTATION_DRAFT: string;
|
|
289
|
-
VELT_ANNOTATION_EDIT_COMMENT: string;
|
|
290
|
-
VELT_DOCUMENT_ID: string;
|
|
291
223
|
VELT_LOCATION: string;
|
|
292
|
-
VELT_LOCATION_ID: string;
|
|
293
224
|
VELT_THEME: string;
|
|
294
225
|
VELT_IGNORE: string;
|
|
295
226
|
EMBED_MODE: string;
|
|
296
227
|
DEFAULT_CURSOR: string;
|
|
297
228
|
VELT_HUDDLE_ON_CURSOR_MODE: string;
|
|
298
229
|
VELT_SELECTION_ENABLED: string;
|
|
299
|
-
VELT_LIVE_SELECTION_ENABLED: string;
|
|
300
|
-
VELT_LIVE_SELECTION_USER_INDICATOR_POSITION: string;
|
|
301
|
-
VELT_LIVE_SELECTION_USER_INDICATOR_TYPE: string;
|
|
302
230
|
VELT_SELECTION_CONFIG: string;
|
|
303
231
|
VELT_POPOVER_MODE: string;
|
|
304
232
|
VELT_ELEMENT_CACHE_ID: string;
|
|
@@ -323,11 +251,6 @@ export declare class Constants {
|
|
|
323
251
|
VELT_IFRAME_CONTAINER: string;
|
|
324
252
|
VELT_IFRAME_CONTAINER_STATIC: string;
|
|
325
253
|
VELT_IS_FIRST_COMPONENT: string;
|
|
326
|
-
VELT_DOWNLOAD_BUTTON: string;
|
|
327
|
-
VELT_COMMENT_DIALOG_PORTAL_INTERNAL: string;
|
|
328
|
-
ANNOTATION_ID: string;
|
|
329
|
-
MULTI_THREAD_ANNOTATION_ID: string;
|
|
330
|
-
SLATE_EDITOR: string;
|
|
331
254
|
};
|
|
332
255
|
static INJECTION_STYLE_PROPS: {
|
|
333
256
|
/**
|
|
@@ -358,23 +281,13 @@ export declare class Constants {
|
|
|
358
281
|
SNIPPYLY_HUDDLE_DATA: string;
|
|
359
282
|
VELT_TAB_ID: string;
|
|
360
283
|
VELT_COMMENT_SIDEBAR_FILTERS_RESET: string;
|
|
361
|
-
VELT_COMMENT_SIDEBAR_CUSTOM_ACTIONS_STATE: string;
|
|
362
284
|
VELT_CURSOR_MULTIPLE_USERS_DETECTED: string;
|
|
363
285
|
VELT_PRESENCE_MULTIPLE_USERS_DETECTED: string;
|
|
364
|
-
VELT_PRESENCE_MULTIPLE_USERS_ONLINE: string;
|
|
365
|
-
VELT_CUSTOM_PRIORITY_MAP: string;
|
|
366
|
-
VELT_CUSTOM_STATUS_MAP: string;
|
|
367
|
-
VELT_CUSTOM_CATEGORY_MAP: string;
|
|
368
286
|
};
|
|
369
287
|
static LOCAL_STORAGE: {
|
|
370
288
|
SNIPPYLY_DEFAULT_MEDIA_SOURCE_OPTIONS: string;
|
|
371
289
|
SNIPPYLY_QUEUED_COMMENT: string;
|
|
372
290
|
VELT_USER: string;
|
|
373
|
-
VELT_IDENTIFY_USER: string;
|
|
374
|
-
VELT_USER_FORCE_RE_LOGGED_IN: string;
|
|
375
|
-
VELT_VERSION: string;
|
|
376
|
-
VELT_ADVANCED_QUERIES: string;
|
|
377
|
-
VELT_COMMENT_VIEWS_MIGRATED: string;
|
|
378
291
|
};
|
|
379
292
|
static NON_NESTABLE_ELEMENTS: {
|
|
380
293
|
[tag: string]: boolean;
|
|
@@ -397,7 +310,7 @@ export declare class Constants {
|
|
|
397
310
|
static VELT_BASE_REM_UNIT: string;
|
|
398
311
|
static VELT_VIEWPORT_WIDTH: string;
|
|
399
312
|
static VELT_VIEWPORT_HEIGHT: string;
|
|
400
|
-
static
|
|
313
|
+
static VELT_COLOR: string;
|
|
401
314
|
static VELT_MIN_ARROW_LENGTH: number;
|
|
402
315
|
static VELT_ARROW_VIEWPORT_PADDING: number;
|
|
403
316
|
static LIVE_STATE_REQUEST_EDITOR_ACCESS_WAIT_TIME: number;
|
|
@@ -469,44 +382,4 @@ export declare class Constants {
|
|
|
469
382
|
overlayX: any;
|
|
470
383
|
overlayY: any;
|
|
471
384
|
}[];
|
|
472
|
-
static VIDEO_EDITOR: {
|
|
473
|
-
ZOOM_IN_DURATION: number;
|
|
474
|
-
ZOOM_OUT_DURATION: number;
|
|
475
|
-
DEFAULT_ZOOM_FACTOR: number;
|
|
476
|
-
MAX_ZOOM_FACTOR: number;
|
|
477
|
-
ZOOM_FACTOR_OPTIONS: {
|
|
478
|
-
value: number;
|
|
479
|
-
label: string;
|
|
480
|
-
}[];
|
|
481
|
-
MIN_DRAG_AREA_MULTIPLIER: number;
|
|
482
|
-
PREFERRED_SECTION_DURATION_MULTIPLIER: number;
|
|
483
|
-
SELECTION_MIN_DRAG_DISTANCE: number;
|
|
484
|
-
MIN_DURATION_THRESHOLD: number;
|
|
485
|
-
TIME_BUFFER: number;
|
|
486
|
-
SHORT_VIDEO_THRESHOLD: number;
|
|
487
|
-
SMALL_VIDEO_THRESHOLD: number;
|
|
488
|
-
MILLISECOND_PRECISION_MULTIPLIER: number;
|
|
489
|
-
TENTH_SECOND_PRECISION_MULTIPLIER: number;
|
|
490
|
-
DEBOUNCE_DELAY: number;
|
|
491
|
-
DECIMAL_PRECISION: number;
|
|
492
|
-
MAX_MARKER_COUNT: number;
|
|
493
|
-
MARKER_INTERVAL: number;
|
|
494
|
-
FAST_TIMEOUT: number;
|
|
495
|
-
STANDARD_TIMEOUT: number;
|
|
496
|
-
RECTANGLE_POSITIONING: {
|
|
497
|
-
FULL_PERCENT: number;
|
|
498
|
-
HALF_PERCENT: number;
|
|
499
|
-
QUARTER_PERCENT: number;
|
|
500
|
-
};
|
|
501
|
-
EASING: {
|
|
502
|
-
QUAD_IN_OUT_MULTIPLIER: number;
|
|
503
|
-
QUAD_IN_OUT_POWER: number;
|
|
504
|
-
HALF_THRESHOLD: number;
|
|
505
|
-
};
|
|
506
|
-
PERCENTAGE: {
|
|
507
|
-
HALF: number;
|
|
508
|
-
FULL: number;
|
|
509
|
-
};
|
|
510
|
-
MILLISECONDS_TO_SECONDS: number;
|
|
511
|
-
};
|
|
512
385
|
}
|
package/app/utils/enums.d.ts
CHANGED
|
@@ -8,107 +8,9 @@ export declare enum CommentStatus {
|
|
|
8
8
|
STATUS_CHANGED = "statusChanged",
|
|
9
9
|
PRIORITY_CHANGED = "priorityChanged",
|
|
10
10
|
ACCESS_MODE_CHANGED = "accessModeChanged",
|
|
11
|
-
CUSTOM_LIST_CHANGED = "customListChanged",
|
|
12
11
|
ACCEPTED = "accepted",
|
|
13
|
-
REJECTED = "rejected"
|
|
14
|
-
REACTION_ADDED = "reactionAdded",
|
|
15
|
-
REACTION_DELETED = "reactionDeleted",
|
|
16
|
-
SUBSCRIBED = "subscribed",
|
|
17
|
-
UNSUBSCRIBED = "unsubscribed"
|
|
12
|
+
REJECTED = "rejected"
|
|
18
13
|
}
|
|
19
|
-
export declare enum ResolverActions {
|
|
20
|
-
COMMENT_ANNOTATION_ADD = "comment_annotation.add",
|
|
21
|
-
COMMENT_ANNOTATION_DELETE = "comment_annotation.delete",
|
|
22
|
-
COMMENT_ADD = "comment.add",
|
|
23
|
-
COMMENT_DELETE = "comment.delete",
|
|
24
|
-
COMMENT_UPDATE = "comment.update",
|
|
25
|
-
REACTION_ADD = "reaction.add",
|
|
26
|
-
REACTION_DELETE = "reaction.delete",
|
|
27
|
-
ATTACHMENT_ADD = "attachment.add",
|
|
28
|
-
ATTACHMENT_DELETE = "attachment.delete"
|
|
29
|
-
}
|
|
30
|
-
export declare const CommentEventTypes: {
|
|
31
|
-
readonly ADD_COMMENT_ANNOTATION: "addCommentAnnotation";
|
|
32
|
-
readonly DELETE_COMMENT_ANNOTATION: "deleteCommentAnnotation";
|
|
33
|
-
readonly APPROVE_COMMENT_ANNOTATION: "approveCommentAnnotation";
|
|
34
|
-
readonly ACCEPT_COMMENT_ANNOTATION: "acceptCommentAnnotation";
|
|
35
|
-
readonly REJECT_COMMENT_ANNOTATION: "rejectCommentAnnotation";
|
|
36
|
-
readonly SUBSCRIBE_COMMENT_ANNOTATION: "subscribeCommentAnnotation";
|
|
37
|
-
readonly UNSUBSCRIBE_COMMENT_ANNOTATION: "unsubscribeCommentAnnotation";
|
|
38
|
-
readonly ASSIGN_USER: "assignUser";
|
|
39
|
-
readonly UPDATE_STATUS: "updateStatus";
|
|
40
|
-
readonly UPDATE_PRIORITY: "updatePriority";
|
|
41
|
-
readonly UPDATE_ACCESS: "updateAccess";
|
|
42
|
-
readonly RESOLVE_COMMENT: "resolveComment";
|
|
43
|
-
readonly ADD_COMMENT: "addComment";
|
|
44
|
-
readonly UPDATE_COMMENT: "updateComment";
|
|
45
|
-
readonly DELETE_COMMENT: "deleteComment";
|
|
46
|
-
readonly ADD_ATTACHMENT: "addAttachment";
|
|
47
|
-
readonly DELETE_ATTACHMENT: "deleteAttachment";
|
|
48
|
-
readonly DELETE_RECORDING: "deleteRecording";
|
|
49
|
-
readonly COPY_LINK: "copyLink";
|
|
50
|
-
readonly ADD_REACTION: "addReaction";
|
|
51
|
-
readonly DELETE_REACTION: "deleteReaction";
|
|
52
|
-
readonly TOGGLE_REACTION: "toggleReaction";
|
|
53
|
-
readonly COMMENT_SIDEBAR_DATA_INIT: "commentSidebarDataInit";
|
|
54
|
-
readonly COMMENT_SIDEBAR_DATA_UPDATE: "commentSidebarDataUpdate";
|
|
55
|
-
readonly AUTOCOMPLETE_SEARCH: "autocompleteSearch";
|
|
56
|
-
readonly COMPOSER_CLICKED: "composerClicked";
|
|
57
|
-
readonly LINK_CLICKED: "linkClicked";
|
|
58
|
-
readonly COMMENT_PIN_CLICKED: "commentPinClicked";
|
|
59
|
-
readonly COMMENT_BUBBLE_CLICKED: "commentBubbleClicked";
|
|
60
|
-
};
|
|
61
|
-
export declare const RecorderEventTypes: {
|
|
62
|
-
readonly TRANSCRIPTION_DONE: "transcriptionDone";
|
|
63
|
-
readonly RECORDING_DONE: "recordingDone";
|
|
64
|
-
readonly RECORDING_EDIT_DONE: "recordingEditDone";
|
|
65
|
-
readonly DELETE_RECORDING: "deleteRecording";
|
|
66
|
-
readonly ERROR: "error";
|
|
67
|
-
readonly RECORDING_SAVE_INITIATED: "recordingSaveInitiated";
|
|
68
|
-
readonly RECORDING_STARTED: "recordingStarted";
|
|
69
|
-
readonly RECORDING_PAUSED: "recordingPaused";
|
|
70
|
-
readonly RECORDING_RESUMED: "recordingResumed";
|
|
71
|
-
readonly RECORDING_CANCELLED: "recordingCancelled";
|
|
72
|
-
readonly RECORDING_STOPPED: "recordingStopped";
|
|
73
|
-
};
|
|
74
|
-
export declare const CoreEventTypes: {
|
|
75
|
-
readonly PERMISSION_PROVIDER: "permissionProvider";
|
|
76
|
-
readonly USER_RESOLVER: "userResolver";
|
|
77
|
-
readonly COMMENT_RESOLVER: "commentResolver";
|
|
78
|
-
readonly ATTACHMENT_RESOLVER: "attachmentResolver";
|
|
79
|
-
readonly REACTION_RESOLVER: "reactionResolver";
|
|
80
|
-
readonly VELT_BUTTON_CLICK: "veltButtonClick";
|
|
81
|
-
readonly USER_UPDATE: "userUpdate";
|
|
82
|
-
readonly INIT_UPDATE: "initUpdate";
|
|
83
|
-
readonly DOCUMENT_INIT: "documentInit";
|
|
84
|
-
readonly ERROR: "error";
|
|
85
|
-
};
|
|
86
|
-
export declare const LiveStateSyncEventTypes: {
|
|
87
|
-
readonly ACCESS_REQUESTED: "accessRequested";
|
|
88
|
-
readonly ACCESS_REQUEST_CANCELED: "accessRequestCanceled";
|
|
89
|
-
readonly ACCESS_ACCEPTED: "accessAccepted";
|
|
90
|
-
readonly ACCESS_REJECTED: "accessRejected";
|
|
91
|
-
readonly EDITOR_ASSIGNED: "editorAssigned";
|
|
92
|
-
readonly VIEWER_ASSIGNED: "viewerAssigned";
|
|
93
|
-
readonly EDITOR_ON_DIFFERENT_TAB_DETECTED: "editorOnDifferentTabDetected";
|
|
94
|
-
};
|
|
95
|
-
export declare const PresenceEventTypes: {
|
|
96
|
-
readonly MULTIPLE_USERS_ONLINE: "multipleUsersOnline";
|
|
97
|
-
readonly USER_STATE_CHANGE: "userStateChange";
|
|
98
|
-
};
|
|
99
|
-
export declare const NotificationEventTypes: {
|
|
100
|
-
readonly SETTINGS_UPDATED: "settingsUpdated";
|
|
101
|
-
};
|
|
102
|
-
export declare const CrdtEventTypes: {
|
|
103
|
-
readonly UPDATE_DATA: "updateData";
|
|
104
|
-
};
|
|
105
|
-
export type CommentEventType = typeof CommentEventTypes[keyof typeof CommentEventTypes];
|
|
106
|
-
export type RecorderEventType = typeof RecorderEventTypes[keyof typeof RecorderEventTypes];
|
|
107
|
-
export type CoreEventType = typeof CoreEventTypes[keyof typeof CoreEventTypes];
|
|
108
|
-
export type LiveStateSyncEventType = typeof LiveStateSyncEventTypes[keyof typeof LiveStateSyncEventTypes];
|
|
109
|
-
export type PresenceEventType = typeof PresenceEventTypes[keyof typeof PresenceEventTypes];
|
|
110
|
-
export type NotificationEventType = typeof NotificationEventTypes[keyof typeof NotificationEventTypes];
|
|
111
|
-
export type CrdtEventType = typeof CrdtEventTypes[keyof typeof CrdtEventTypes];
|
|
112
14
|
export declare enum TagStatus {
|
|
113
15
|
ADDED = "added",
|
|
114
16
|
UPDATED = "updated",
|
|
@@ -120,13 +22,6 @@ export declare enum UserActionTypes {
|
|
|
120
22
|
INVITE = "invite",
|
|
121
23
|
REMOVE = "remove"
|
|
122
24
|
}
|
|
123
|
-
export declare enum HuddleActionTypes {
|
|
124
|
-
CREATED = "created",
|
|
125
|
-
JOINED = "joined"
|
|
126
|
-
}
|
|
127
|
-
export declare enum CrdtActionTypes {
|
|
128
|
-
UPDATE_DATA = "updateData"
|
|
129
|
-
}
|
|
130
25
|
export declare enum RecorderStatus {
|
|
131
26
|
ADDED = "added",
|
|
132
27
|
UPDATED = "updated",
|
|
@@ -152,24 +47,6 @@ export declare enum Features {
|
|
|
152
47
|
ARROW = "arrow",
|
|
153
48
|
AUDIO_HUDDLE = "audioHuddle",
|
|
154
49
|
COMMENT = "comment",
|
|
155
|
-
MULTI_THREAD = "multiThread",
|
|
156
|
-
CURSOR = "cursor",
|
|
157
|
-
HUDDLE = "huddle",
|
|
158
|
-
LIVE_STATE_SYNC = "liveStateSync",
|
|
159
|
-
PRESENCE = "presence",
|
|
160
|
-
TAG = "tag",
|
|
161
|
-
RECORDER = "recorder",
|
|
162
|
-
REWRITER = "rewriter",
|
|
163
|
-
LIVE_SELECTION = "liveSelection",
|
|
164
|
-
NOTIFICATION = "notification",
|
|
165
|
-
REACTION = "reaction"
|
|
166
|
-
}
|
|
167
|
-
export declare enum AnalyticsFeatures {
|
|
168
|
-
AREA = "area",
|
|
169
|
-
ARROW = "arrow",
|
|
170
|
-
AUDIO_HUDDLE = "audioHuddle",
|
|
171
|
-
COMMENT = "comment",
|
|
172
|
-
MULTI_THREAD = "multiThread",
|
|
173
50
|
CURSOR = "cursor",
|
|
174
51
|
HUDDLE = "huddle",
|
|
175
52
|
LIVE_STATE_SYNC = "liveStateSync",
|
|
@@ -177,14 +54,9 @@ export declare enum AnalyticsFeatures {
|
|
|
177
54
|
TAG = "tag",
|
|
178
55
|
RECORDER = "recorder",
|
|
179
56
|
REWRITER = "rewriter",
|
|
180
|
-
LIVE_SELECTION = "liveSelection"
|
|
181
|
-
NOTIFICATION = "notification",
|
|
182
|
-
REACTION = "reaction",
|
|
183
|
-
AREA_COMMENT = "areaComment",
|
|
184
|
-
INLINE_COMMENT = "inlineComment",
|
|
185
|
-
COMMENT_SIDEBAR = "commentSidebar"
|
|
57
|
+
LIVE_SELECTION = "liveSelection"
|
|
186
58
|
}
|
|
187
|
-
export type FeatureType = 'area' | 'arrow' | 'audioHuddle' | 'comment' | 'cursor' | 'huddle' | 'liveStateSync' | 'presence' | 'recorder' | 'rewriter' | 'tag' | 'liveSelection'
|
|
59
|
+
export type FeatureType = 'area' | 'arrow' | 'audioHuddle' | 'comment' | 'cursor' | 'huddle' | 'liveStateSync' | 'presence' | 'recorder' | 'rewriter' | 'tag' | 'liveSelection';
|
|
188
60
|
export declare enum DeviceType {
|
|
189
61
|
DESKTOP = "Desktop",
|
|
190
62
|
MOBILE = "Mobile",
|
|
@@ -212,7 +84,7 @@ export declare enum Roles {
|
|
|
212
84
|
export declare enum DocumentAccessType {
|
|
213
85
|
PUBLIC = "public",
|
|
214
86
|
RESTRICTED = "restricted",
|
|
215
|
-
|
|
87
|
+
PRIVATE = "private"
|
|
216
88
|
}
|
|
217
89
|
export declare enum DetectionStrategy {
|
|
218
90
|
DEFAULT = "default",
|
|
@@ -226,79 +98,3 @@ export declare enum UnreadIndicatorMode {
|
|
|
226
98
|
MINIMAL = "minimal",
|
|
227
99
|
VERBOSE = "verbose"
|
|
228
100
|
}
|
|
229
|
-
export declare enum ComposerMode {
|
|
230
|
-
DEFAULT = "default",
|
|
231
|
-
EXPANDED = "expanded"
|
|
232
|
-
}
|
|
233
|
-
export declare enum CommentCountType {
|
|
234
|
-
TOTAL = "total",
|
|
235
|
-
UNREAD = "unread"
|
|
236
|
-
}
|
|
237
|
-
export declare enum ServerConnectionState {
|
|
238
|
-
ONLINE = "online",
|
|
239
|
-
OFFLINE = "offline",
|
|
240
|
-
PENDING_INIT = "pendingInit",
|
|
241
|
-
PENDING_DATA = "pendingData"
|
|
242
|
-
}
|
|
243
|
-
export declare enum ContactListScopeForOrganizationUsers {
|
|
244
|
-
ALL = "all",
|
|
245
|
-
ORGANIZATION = "organization",
|
|
246
|
-
ORGANIZATION_USER_GROUP = "organizationUserGroup",
|
|
247
|
-
DOCUMENT = "document",
|
|
248
|
-
FOLDER = "folder"
|
|
249
|
-
}
|
|
250
|
-
export type RecorderMode = 'audio' | 'video' | 'screen' | 'all' | string;
|
|
251
|
-
export type RecorderType = 'audio' | 'video' | 'screen';
|
|
252
|
-
export type RecorderFileFormat = 'mp3' | 'mp4' | 'webm';
|
|
253
|
-
export type RecorderLayoutMode = 'floating' | 'thread';
|
|
254
|
-
export type SupportedMimeType = 'audio' | 'video';
|
|
255
|
-
export type FirebaseRegion = 'usCentral1' | 'asiaSouthEast1' | 'europeWest1';
|
|
256
|
-
export type VideoEventType = 'play' | 'pause' | 'ratechange' | 'seeked' | 'timeupdate' | 'volumechange';
|
|
257
|
-
export type RewriterType = 'copywriter' | 'generic';
|
|
258
|
-
export type RecorderStatusType = 'started' | 'paused' | 'resumed' | 'stopped' | 'error' | null;
|
|
259
|
-
export type HuddleType = 'audio' | 'video' | 'presentation';
|
|
260
|
-
export type NotificationTabId = 'for-you' | 'all' | 'document' | 'people';
|
|
261
|
-
export type NotificationTabType = 'forYou' | 'all' | 'documents' | 'people';
|
|
262
|
-
export type NotificationSource = 'area' | 'arrow' | 'comment' | 'tag' | 'huddle' | 'userInvite' | 'user' | 'recorder' | 'huddleInvite' | 'userFeedback' | 'userContactUs' | 'userReportBug' | 'documentViews' | 'crdt' | 'custom';
|
|
263
|
-
export type SingleEditorStatus = 'pending' | 'accepted' | 'rejected' | 'cancelled';
|
|
264
|
-
export type SingleEditorState = 'idle' | 'inProgress' | 'completed';
|
|
265
|
-
export type AudioWaveformVariant = 'expanded' | 'minified' | 'player' | 'preview' | 'preview-mini' | 'editor';
|
|
266
|
-
export type ActionButtonType = 'button' | 'button-toggle' | 'multi-select' | 'single-select';
|
|
267
|
-
export type DropdownPosition = 'left' | 'right' | 'center';
|
|
268
|
-
export type DevicePermissionType = 'audio' | 'video';
|
|
269
|
-
export type TranscriptionMode = 'floating' | 'embed' | 'summaryMode';
|
|
270
|
-
export type ComposerPosition = 'top' | 'bottom';
|
|
271
|
-
export type SortBy = 'lastUpdated' | 'createdAt';
|
|
272
|
-
export type SortOrder = 'asc' | 'desc';
|
|
273
|
-
export type MinimapPosition = 'left' | 'right';
|
|
274
|
-
export type FilterOptionLayout = 'dropdown' | 'checkbox';
|
|
275
|
-
export type FilterPanelPosition = 'menu' | 'bottomSheet';
|
|
276
|
-
export type OverlayOriginY = 'top' | 'center' | 'bottom';
|
|
277
|
-
export type OverlayOriginX = 'start' | 'center' | 'end';
|
|
278
|
-
export type SubtitlesMode = 'floating' | 'embed';
|
|
279
|
-
export type RecorderVariant = 'default' | 'embed';
|
|
280
|
-
export type ReactionPinType = 'timeline' | 'comment';
|
|
281
|
-
export type SidebarPosition = 'left' | 'right';
|
|
282
|
-
export type SidebarSortingCriteria = 'date' | 'unread' | null;
|
|
283
|
-
export type SidebarFilterCriteria = 'all' | 'read' | 'unread' | 'resolved' | 'open' | 'reset' | null;
|
|
284
|
-
export type SidebarFilterSearchType = 'people' | 'assigned' | 'tagged' | 'involved' | 'pages' | 'documents' | 'statuses' | 'priorities' | 'categories' | 'versions' | string;
|
|
285
|
-
export type InlineSortingCriteria = 'createdFirst' | 'createdLast' | 'updatedFirst' | 'updatedLast';
|
|
286
|
-
export type NotificationPanelMode = 'popover' | 'sidebar';
|
|
287
|
-
export type SidebarActionButtonType = 'default' | 'toggle';
|
|
288
|
-
export type SidebarButtonCountType = 'default' | 'filter';
|
|
289
|
-
export declare enum CommentSidebarSystemFiltersOperator {
|
|
290
|
-
AND = "and",
|
|
291
|
-
OR = "or"
|
|
292
|
-
}
|
|
293
|
-
/**
|
|
294
|
-
* Type for notification settings accordion types
|
|
295
|
-
*/
|
|
296
|
-
export type NotificationSettingsAccordionType = 'inbox' | 'email' | string;
|
|
297
|
-
/**
|
|
298
|
-
* Type for notification settings item options
|
|
299
|
-
*/
|
|
300
|
-
export type NotificationSettingsItemType = 'ALL' | 'MINE' | 'NONE' | string;
|
|
301
|
-
/**
|
|
302
|
-
* Type for notification settings layout
|
|
303
|
-
*/
|
|
304
|
-
export type NotificationSettingsLayout = 'accordion' | 'dropdown';
|
package/models.d.ts
CHANGED
|
@@ -1,54 +1,33 @@
|
|
|
1
1
|
export * from './app/utils/enums';
|
|
2
|
-
export * from './app/models/data/anchor-record.data.model';
|
|
3
2
|
export * from './app/models/data/attachment.model';
|
|
4
3
|
export * from './app/models/data/area-annotation.data.model';
|
|
5
|
-
export * from './app/models/data/arrow-annotation.data.model';
|
|
6
|
-
export * from './app/models/data/base-metadata.data.model';
|
|
7
|
-
export * from './app/models/data/button.data.model';
|
|
8
4
|
export * from './app/models/data/chatgpt.data.model';
|
|
9
5
|
export * from './app/models/data/comment-annotation.data.model';
|
|
10
|
-
export * from './app/models/data/comment-events.data.model';
|
|
11
6
|
export * from './app/models/data/comment.data.model';
|
|
12
|
-
export * from './app/models/data/comment-actions.data.model';
|
|
13
|
-
export * from './app/models/data/comment-resolver.data.model';
|
|
14
|
-
export * from './app/models/data/comment-utils.data.model';
|
|
15
|
-
export * from './app/models/data/contact-utils.data.model';
|
|
16
7
|
export * from './app/models/data/config.data.model';
|
|
17
|
-
export * from './app/models/data/core-events.data.model';
|
|
18
8
|
export * from './app/models/data/cursor-position.data.model';
|
|
19
9
|
export * from './app/models/data/cursor-user.data.model';
|
|
20
10
|
export * from './app/models/data/custom-css.data.model';
|
|
21
|
-
export * from './app/models/data/custom-chip-dropdown.data.model';
|
|
22
11
|
export * from './app/models/data/device-info.model';
|
|
23
|
-
export * from './app/models/data/document.data.model';
|
|
24
|
-
export * from './app/models/data/document-events.data.model';
|
|
25
12
|
export * from './app/models/data/document-iam.data.model';
|
|
26
13
|
export * from './app/models/data/document-metadata.model';
|
|
27
14
|
export * from './app/models/data/document-paths.data.model';
|
|
28
15
|
export * from './app/models/data/document-user.data.model';
|
|
29
|
-
export * from './app/models/data/heartbeat.data.model';
|
|
30
16
|
export * from './app/models/data/huddle.model';
|
|
31
17
|
export * from './app/models/data/live-state-data-map.data.model';
|
|
32
18
|
export * from './app/models/data/live-state-data.data.model';
|
|
33
|
-
export * from './app/models/data/live-state-events.data.model';
|
|
34
19
|
export * from './app/models/data/localstorage.data.model';
|
|
35
20
|
export * from './app/models/data/location-metadata.model';
|
|
36
21
|
export * from './app/models/data/location.model';
|
|
37
22
|
export * from './app/models/data/media-preview-config.data.model';
|
|
38
|
-
export * from './app/models/data/multi-thread.data.model';
|
|
39
23
|
export * from './app/models/data/notification.model';
|
|
40
|
-
export * from './app/models/data/notifications-events.data.model';
|
|
41
24
|
export * from './app/models/data/page-info.model';
|
|
42
25
|
export * from './app/models/data/permission.data.model';
|
|
43
26
|
export * from './app/models/data/presence-user.data.model';
|
|
44
|
-
export * from './app/models/data/presence-actions.data.model';
|
|
45
|
-
export * from './app/models/data/presence-events.data.model';
|
|
46
27
|
export * from './app/models/data/recorder.model';
|
|
47
28
|
export * from './app/models/data/recorder-annotation.data.model';
|
|
48
|
-
export * from './app/models/data/recorder-events.data.model';
|
|
49
29
|
export * from './app/models/data/rewriter-annotation.data.model';
|
|
50
30
|
export * from './app/models/data/screen-size.data.model';
|
|
51
|
-
export * from './app/models/data/screenshot.data.model';
|
|
52
31
|
export * from './app/models/data/selection.model';
|
|
53
32
|
export * from './app/models/data/sync-video-player.data.model';
|
|
54
33
|
export * from './app/models/data/tag-annotation.data.model';
|
|
@@ -68,18 +47,3 @@ export * from './app/models/data/flock-options.model';
|
|
|
68
47
|
export * from './app/models/data/customer-metadata.data.model';
|
|
69
48
|
export * from './app/models/data/comment-sidebar-config.model';
|
|
70
49
|
export * from './app/models/data/views.data.model';
|
|
71
|
-
export * from './app/models/data/autocomplete.data.model';
|
|
72
|
-
export * from './app/models/data/reaction-annotation.data.model';
|
|
73
|
-
export * from './app/models/data/reaction-resolver.data.model';
|
|
74
|
-
export * from './app/models/data/attachment-resolver.data.model';
|
|
75
|
-
export * from './app/models/data/reaction.data.model';
|
|
76
|
-
export * from './app/models/data/organization-groups.data.model';
|
|
77
|
-
export * from './app/models/data/organization-metadata.model';
|
|
78
|
-
export * from './app/models/data/user-organization.data.model';
|
|
79
|
-
export * from './app/models/data/event-metadata.data.model';
|
|
80
|
-
export * from './app/models/data/user-resolver.data.model';
|
|
81
|
-
export * from './app/models/data/provider.data.model';
|
|
82
|
-
export * from './app/models/data/resolver.data.model';
|
|
83
|
-
export * from './app/models/data/crdt.data.model';
|
|
84
|
-
export * from './app/models/data/crdt-events.data.model';
|
|
85
|
-
export * from './app/models/data/encryption-provider.data.model';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@veltdev/types",
|
|
3
|
-
"version": "4.7.
|
|
3
|
+
"version": "4.7.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": [
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
],
|
|
35
35
|
"scripts": {
|
|
36
36
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
37
|
-
"publish:types": "node ../update-npm-package.mjs && npm publish --access public --tag v4-7-
|
|
37
|
+
"publish:types": "node ../update-npm-package.mjs && npm publish --access public --tag v4-7-2"
|
|
38
38
|
},
|
|
39
39
|
"author": "",
|
|
40
40
|
"license": "ISC",
|