@veltdev/sdk-staging 5.0.2-beta.84 → 5.0.2-beta.86
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.
|
@@ -274,8 +274,6 @@ export interface CrossOrganizationConfig {
|
|
|
274
274
|
organizationIds?: string[];
|
|
275
275
|
/** Organization IDs to exclude. The current organization is always excluded. */
|
|
276
276
|
excludeOrganizationIds?: string[];
|
|
277
|
-
/** Upper bound on the number of organizations fetched. Defaults to 20. */
|
|
278
|
-
maxOrganizations?: number;
|
|
279
277
|
/** Feeds the merge applies to. Only `'forYou'` is supported; `'all'` is ignored with a warning. */
|
|
280
278
|
feeds?: ('forYou' | 'all')[];
|
|
281
279
|
}
|
package/app/utils/enums.d.ts
CHANGED
|
@@ -290,7 +290,7 @@ export type RecorderType = 'audio' | 'video' | 'screen';
|
|
|
290
290
|
export type RecorderFileFormat = 'mp3' | 'mp4' | 'webm';
|
|
291
291
|
export type RecorderLayoutMode = 'floating' | 'thread';
|
|
292
292
|
export type SupportedMimeType = 'audio' | 'video';
|
|
293
|
-
export type FirebaseRegion = 'usCentral1' | 'asiaSouthEast1' | 'europeWest1';
|
|
293
|
+
export type FirebaseRegion = 'usCentral1' | 'asiaSouthEast1' | 'europeWest1' | 'australiaSouthEast1';
|
|
294
294
|
export type VideoEventType = 'play' | 'pause' | 'ratechange' | 'seeked' | 'timeupdate' | 'volumechange';
|
|
295
295
|
export type RewriterType = 'copywriter' | 'generic';
|
|
296
296
|
export type RecorderStatusType = 'started' | 'paused' | 'resumed' | 'stopped' | 'error' | null;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@veltdev/sdk-staging",
|
|
3
|
-
"version": "5.0.2-beta.
|
|
3
|
+
"version": "5.0.2-beta.86",
|
|
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": [
|