@unissey-web/sdk-react 5.0.0-beta.4 → 5.0.0-beta.5

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/dist/index.d.ts CHANGED
@@ -12,6 +12,8 @@ declare const FileUpload: _lit_labs_react.ReactWebComponent<FileUpload$1, {
12
12
  declare const FullCapture: _lit_labs_react.ReactWebComponent<FullCapture$1, {
13
13
  onData: string;
14
14
  onRecorderReady: string;
15
+ onReferenceActiveChallenge: string;
16
+ onSelfieActiveChallenge: string;
15
17
  }>;
16
18
 
17
19
  declare const PictureEditor: _lit_labs_react.ReactWebComponent<PictureEditor$1, {
@@ -36,6 +38,7 @@ declare const ReferenceCapture: _lit_labs_react.ReactWebComponent<ReferenceCaptu
36
38
  onRecordCapturing: string;
37
39
  onRecordInterrupted: string;
38
40
  onRecordCompleted: string;
41
+ onActiveChallenge: string;
39
42
  }>;
40
43
 
41
44
  declare const RetryResult: _lit_labs_react.ReactWebComponent<RetryResult$1, {
@@ -50,6 +53,7 @@ declare const SelfieCapture: _lit_labs_react.ReactWebComponent<SelfieCapture$1,
50
53
  onRecordCapturing: string;
51
54
  onRecordInterrupted: string;
52
55
  onRecordCompleted: string;
56
+ onActiveChallenge: string;
53
57
  }>;
54
58
 
55
59
  declare const VideoRecordDirections: _lit_labs_react.ReactWebComponent<VideoRecordDirections$1, {}>;
@@ -61,6 +65,7 @@ declare const RecorderWithoutVersion: _lit_labs_react.ReactWebComponent<Recorder
61
65
  onRecordCapturing: string;
62
66
  onRecordInterrupted: string;
63
67
  onRecordCompleted: string;
68
+ onActiveChallenge: string;
64
69
  }>;
65
70
  type RecorderProps = React.ComponentProps<typeof RecorderWithoutVersion>;
66
71
  declare const VideoRecorder: React.ForwardRefExoticComponent<RecorderProps & React.RefAttributes<Recorder>>;