@veltdev/sdk 2.0.39 → 2.1.0
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.
|
@@ -117,4 +117,12 @@ export declare class RecorderAnnotation {
|
|
|
117
117
|
* Transcription of the recorded media
|
|
118
118
|
*/
|
|
119
119
|
transcription?: Transcription;
|
|
120
|
+
/**
|
|
121
|
+
* Waveform data for the annotation
|
|
122
|
+
*/
|
|
123
|
+
waveformData?: number[];
|
|
124
|
+
/**
|
|
125
|
+
* Display name for the annotation
|
|
126
|
+
*/
|
|
127
|
+
displayName?: string;
|
|
120
128
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@veltdev/sdk",
|
|
3
|
-
"version": "2.0
|
|
3
|
+
"version": "2.1.0",
|
|
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": [
|