react-covideo-embed 1.0.27-beta.0 → 1.0.27-beta.1

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.
@@ -4,10 +4,10 @@ import { VideoShareSetData } from '../InsertVideo';
4
4
  type Props = {
5
5
  video: VideoListAutomotiveItem | VideoListItem;
6
6
  disable: boolean;
7
- getMarkAsSentPayload: () => Promise<{
7
+ getMarkAsSentPayload: () => {
8
8
  videoShareSetData: VideoShareSetData;
9
9
  useAutomotive: boolean;
10
- }>;
10
+ };
11
11
  };
12
12
  export declare const CopyVideoButton: ({ video, getMarkAsSentPayload, disable, }: Props) => JSX.Element;
13
13
  export {};
@@ -4,10 +4,10 @@ import { VideoShareSetData } from '../InsertVideo';
4
4
  type Props = {
5
5
  video: VideoListAutomotiveItem | VideoListItem;
6
6
  disable: boolean;
7
- getMarkAsSentPayload: () => Promise<{
7
+ getMarkAsSentPayload: () => {
8
8
  videoShareSetData: VideoShareSetData;
9
9
  useAutomotive: boolean;
10
- }>;
10
+ };
11
11
  };
12
12
  export declare const InsertButton: ({ video, getMarkAsSentPayload, disable, }: Props) => JSX.Element;
13
13
  export {};
@@ -1 +1,2 @@
1
+ /// <reference types="react" />
1
2
  export declare const RecordHome: () => JSX.Element;
package/build/index.d.ts CHANGED
@@ -18,9 +18,11 @@ export declare enum Feature {
18
18
  AI_ASSIST = "aiAssist",
19
19
  UPGRADE_MESSAGE = "upgradeMessage",
20
20
  LESA_TV = "lesaTV",
21
- MULTI_LOCATION = "multiLocation"
21
+ MULTI_LOCATION = "multiLocation",
22
+ TELEPROMPTER = "teleprompter",
23
+ VIRTUAL_BG = "virtualBg"
22
24
  }
23
- export type FeatureType = 'insert' | 'recordScreen' | 'recordBoth' | 'recordCam' | 'upload' | 'trim' | 'merge' | 'wheelsTV' | 'voiceover' | 'quickshare' | 'folder' | 'landingPage' | 'CTA' | 'reactions' | 'aiAssist' | 'upgradeMessage' | 'lesaTV' | 'multiLocation';
25
+ export type FeatureType = 'insert' | 'recordScreen' | 'recordBoth' | 'recordCam' | 'upload' | 'trim' | 'merge' | 'wheelsTV' | 'voiceover' | 'quickshare' | 'folder' | 'landingPage' | 'CTA' | 'reactions' | 'aiAssist' | 'upgradeMessage' | 'lesaTV' | 'multiLocation' | 'teleprompter' | 'virtualBg';
24
26
  export declare enum Environment {
25
27
  DEVELOPMENT = "development",
26
28
  SANDBOX = "sandbox",