@trulioo/kyc-documents 3.0.45 → 3.0.46-beta.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trulioo/kyc-documents",
3
- "version": "3.0.45",
3
+ "version": "3.0.46-beta.0",
4
4
  "main": "trulioo-kyc-documents.js",
5
5
  "types": "trulioo-kyc-documents.d.ts",
6
6
  "devDependencies": {
@@ -22,4 +22,4 @@
22
22
  "optionalDependencies": {},
23
23
  "bundledDependencies": [],
24
24
  "license": "SEE LICENSE IN LICENSE.md"
25
- }
25
+ }
@@ -110,6 +110,11 @@ export declare class TruliooError /* extends Error */ {
110
110
  hashCode(): number;
111
111
  equals(other: Nullable<any>): boolean;
112
112
  } & TruliooError;
113
+ static get CameraFrameProcessFailed(): {
114
+ toString(): string;
115
+ hashCode(): number;
116
+ equals(other: Nullable<any>): boolean;
117
+ } & TruliooError;
113
118
  }
114
119
  export declare namespace TruliooError {
115
120
  class UnexpectedError extends TruliooError {