@veltdev/sdk 4.4.0-beta.3 → 4.4.0-beta.4
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/utils/enums.d.ts +19 -0
- package/package.json +1 -1
- package/velt.js +2 -2
package/app/utils/enums.d.ts
CHANGED
|
@@ -121,6 +121,25 @@ export declare enum Features {
|
|
|
121
121
|
NOTIFICATION = "notification",
|
|
122
122
|
REACTION = "reaction"
|
|
123
123
|
}
|
|
124
|
+
export declare enum AnalyticsFeatures {
|
|
125
|
+
AREA = "area",
|
|
126
|
+
ARROW = "arrow",
|
|
127
|
+
AUDIO_HUDDLE = "audioHuddle",
|
|
128
|
+
COMMENT = "comment",
|
|
129
|
+
MULTI_THREAD = "multiThread",
|
|
130
|
+
CURSOR = "cursor",
|
|
131
|
+
HUDDLE = "huddle",
|
|
132
|
+
LIVE_STATE_SYNC = "liveStateSync",
|
|
133
|
+
PRESENCE = "presence",
|
|
134
|
+
TAG = "tag",
|
|
135
|
+
RECORDER = "recorder",
|
|
136
|
+
REWRITER = "rewriter",
|
|
137
|
+
LIVE_SELECTION = "liveSelection",
|
|
138
|
+
NOTIFICATION = "notification",
|
|
139
|
+
REACTION = "reaction",
|
|
140
|
+
AREA_COMMENT = "areaComment",
|
|
141
|
+
INLINE_COMMENT = "inlineComment"
|
|
142
|
+
}
|
|
124
143
|
export type FeatureType = 'area' | 'arrow' | 'audioHuddle' | 'comment' | 'cursor' | 'huddle' | 'liveStateSync' | 'presence' | 'recorder' | 'rewriter' | 'tag' | 'liveSelection' | 'notification' | 'reaction' | 'multiThread';
|
|
125
144
|
export declare enum DeviceType {
|
|
126
145
|
DESKTOP = "Desktop",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@veltdev/sdk",
|
|
3
|
-
"version": "4.4.0-beta.
|
|
3
|
+
"version": "4.4.0-beta.4",
|
|
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": [
|