@veltdev/sdk-dev 5.0.2-beta.103 → 5.0.2-beta.105
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 +1 -1
- package/environments/environment.d.ts +3 -0
- package/package.json +1 -1
- package/velt.js +51 -51
package/app/utils/enums.d.ts
CHANGED
|
@@ -292,7 +292,7 @@ export type RecorderType = 'audio' | 'video' | 'screen';
|
|
|
292
292
|
export type RecorderFileFormat = 'mp3' | 'mp4' | 'webm';
|
|
293
293
|
export type RecorderLayoutMode = 'floating' | 'thread';
|
|
294
294
|
export type SupportedMimeType = 'audio' | 'video';
|
|
295
|
-
export type FirebaseRegion = 'usCentral1' | 'asiaSouthEast1' | 'europeWest1';
|
|
295
|
+
export type FirebaseRegion = 'usCentral1' | 'asiaSouthEast1' | 'europeWest1' | 'australiaSouthEast1';
|
|
296
296
|
export type VideoEventType = 'play' | 'pause' | 'ratechange' | 'seeked' | 'timeupdate' | 'volumechange';
|
|
297
297
|
export type RewriterType = 'copywriter' | 'generic';
|
|
298
298
|
export type RecorderStatusType = 'started' | 'paused' | 'resumed' | 'stopped' | 'error' | null;
|
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.105",
|
|
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": [
|