@veltdev/sdk-dev 5.0.2-beta.28 → 5.0.2-beta.3
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 -10
- 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 -3
- package/app/models/data/base-metadata.data.model.d.ts +0 -3
- package/app/models/data/comment-actions.data.model.d.ts +0 -4
- package/app/models/data/comment-annotation.data.model.d.ts +3 -11
- package/app/models/data/comment-events.data.model.d.ts +4 -17
- package/app/models/data/comment-resolver.data.model.d.ts +3 -3
- package/app/models/data/config.data.model.d.ts +0 -5
- package/app/models/data/core-events.data.model.d.ts +1 -32
- package/app/models/data/crdt.data.model.d.ts +0 -51
- package/app/models/data/live-state-events.data.model.d.ts +0 -6
- package/app/models/data/provider.data.model.d.ts +1 -4
- 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/resolver.data.model.d.ts +0 -1
- package/app/models/data/user-resolver.data.model.d.ts +1 -15
- package/app/models/element/comment-element.model.d.ts +0 -20
- package/app/models/element/crdt-element.model.d.ts +1 -88
- package/app/utils/constants.d.ts +0 -31
- package/app/utils/enums.d.ts +4 -22
- package/models.d.ts +0 -2
- package/package.json +1 -1
- package/types.d.ts +0 -1
- package/velt.js +116 -116
- package/app/models/data/activity.data.model.d.ts +0 -177
- package/app/models/data/recorder-resolver.data.model.d.ts +0 -58
- package/app/models/element/activity-element.model.d.ts +0 -33
package/app/utils/enums.d.ts
CHANGED
|
@@ -26,10 +26,7 @@ export declare enum ResolverActions {
|
|
|
26
26
|
REACTION_ADD = "reaction.add",
|
|
27
27
|
REACTION_DELETE = "reaction.delete",
|
|
28
28
|
ATTACHMENT_ADD = "attachment.add",
|
|
29
|
-
ATTACHMENT_DELETE = "attachment.delete"
|
|
30
|
-
RECORDER_ANNOTATION_ADD = "recorder_annotation.add",
|
|
31
|
-
RECORDER_ANNOTATION_UPDATE = "recorder_annotation.update",
|
|
32
|
-
RECORDER_ANNOTATION_DELETE = "recorder_annotation.delete"
|
|
29
|
+
ATTACHMENT_DELETE = "attachment.delete"
|
|
33
30
|
}
|
|
34
31
|
export declare const CommentEventTypes: {
|
|
35
32
|
readonly ADD_COMMENT_ANNOTATION: "addCommentAnnotation";
|
|
@@ -65,13 +62,10 @@ export declare const CommentEventTypes: {
|
|
|
65
62
|
readonly COMMENT_PIN_CLICKED: "commentPinClicked";
|
|
66
63
|
readonly COMMENT_BUBBLE_CLICKED: "commentBubbleClicked";
|
|
67
64
|
readonly COMMENT_TOOL_CLICK: "commentToolClick";
|
|
68
|
-
readonly COMMENT_TOOL_CLICKED: "commentToolClicked";
|
|
69
65
|
readonly SIDEBAR_BUTTON_CLICK: "sidebarButtonClick";
|
|
70
|
-
readonly SIDEBAR_BUTTON_CLICKED: "sidebarButtonClicked";
|
|
71
66
|
readonly ATTACHMENT_DOWNLOAD_CLICKED: "attachmentDownloadClicked";
|
|
72
67
|
readonly COMMENT_SAVED: "commentSaved";
|
|
73
|
-
readonly
|
|
74
|
-
readonly VISIBILITY_OPTION_CLICKED: "visibilityOptionClicked";
|
|
68
|
+
readonly LOCATION_CLICKED: "locationClicked";
|
|
75
69
|
};
|
|
76
70
|
export declare const RecorderEventTypes: {
|
|
77
71
|
readonly TRANSCRIPTION_DONE: "transcriptionDone";
|
|
@@ -92,7 +86,6 @@ export declare const CoreEventTypes: {
|
|
|
92
86
|
readonly COMMENT_RESOLVER: "commentResolver";
|
|
93
87
|
readonly ATTACHMENT_RESOLVER: "attachmentResolver";
|
|
94
88
|
readonly REACTION_RESOLVER: "reactionResolver";
|
|
95
|
-
readonly RECORDER_RESOLVER: "recorderResolver";
|
|
96
89
|
readonly VELT_BUTTON_CLICK: "veltButtonClick";
|
|
97
90
|
readonly USER_UPDATE: "userUpdate";
|
|
98
91
|
readonly INIT_UPDATE: "initUpdate";
|
|
@@ -178,8 +171,7 @@ export declare enum Features {
|
|
|
178
171
|
REWRITER = "rewriter",
|
|
179
172
|
LIVE_SELECTION = "liveSelection",
|
|
180
173
|
NOTIFICATION = "notification",
|
|
181
|
-
REACTION = "reaction"
|
|
182
|
-
ACTIVITY = "activity"
|
|
174
|
+
REACTION = "reaction"
|
|
183
175
|
}
|
|
184
176
|
export declare enum AnalyticsFeatures {
|
|
185
177
|
AREA = "area",
|
|
@@ -201,7 +193,7 @@ export declare enum AnalyticsFeatures {
|
|
|
201
193
|
INLINE_COMMENT = "inlineComment",
|
|
202
194
|
COMMENT_SIDEBAR = "commentSidebar"
|
|
203
195
|
}
|
|
204
|
-
export type FeatureType = 'area' | 'arrow' | 'audioHuddle' | 'comment' | 'cursor' | 'huddle' | 'liveStateSync' | 'presence' | 'recorder' | 'rewriter' | 'tag' | 'liveSelection' | 'notification' | 'reaction' | 'multiThread'
|
|
196
|
+
export type FeatureType = 'area' | 'arrow' | 'audioHuddle' | 'comment' | 'cursor' | 'huddle' | 'liveStateSync' | 'presence' | 'recorder' | 'rewriter' | 'tag' | 'liveSelection' | 'notification' | 'reaction' | 'multiThread';
|
|
205
197
|
export type AssignToType = 'dropdown' | 'checkbox';
|
|
206
198
|
export declare enum DeviceType {
|
|
207
199
|
DESKTOP = "Desktop",
|
|
@@ -320,13 +312,3 @@ export type NotificationSettingsItemType = 'ALL' | 'MINE' | 'NONE' | string;
|
|
|
320
312
|
* Type for notification settings layout
|
|
321
313
|
*/
|
|
322
314
|
export type NotificationSettingsLayout = 'accordion' | 'dropdown';
|
|
323
|
-
/**
|
|
324
|
-
* Enum for comment visibility options in the visibility banner dropdown
|
|
325
|
-
*/
|
|
326
|
-
export declare enum CommentVisibilityOption {
|
|
327
|
-
RESTRICTED_SELF = "restrictedSelf",
|
|
328
|
-
RESTRICTED_SELECTED_PEOPLE = "restrictedSelectedPeople",
|
|
329
|
-
ORGANIZATION_PRIVATE = "organizationPrivate",
|
|
330
|
-
PUBLIC = "public"
|
|
331
|
-
}
|
|
332
|
-
export type CommentVisibilityOptionType = `${CommentVisibilityOption}`;
|
package/models.d.ts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
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
6
|
export * from './app/models/data/base-metadata.data.model';
|
|
@@ -72,7 +71,6 @@ export * from './app/models/data/views.data.model';
|
|
|
72
71
|
export * from './app/models/data/autocomplete.data.model';
|
|
73
72
|
export * from './app/models/data/reaction-annotation.data.model';
|
|
74
73
|
export * from './app/models/data/reaction-resolver.data.model';
|
|
75
|
-
export * from './app/models/data/recorder-resolver.data.model';
|
|
76
74
|
export * from './app/models/data/attachment-resolver.data.model';
|
|
77
75
|
export * from './app/models/data/reaction.data.model';
|
|
78
76
|
export * from './app/models/data/organization-groups.data.model';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@veltdev/sdk-dev",
|
|
3
|
-
"version": "5.0.2-beta.
|
|
3
|
+
"version": "5.0.2-beta.3",
|
|
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,5 +17,4 @@ 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';
|
|
21
20
|
export * from './models';
|