@trulioo/kyc-documents 3.0.46 → 3.0.47-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.46",
3
+ "version": "3.0.47-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
+ }
@@ -118,7 +118,7 @@ export declare class TruliooError /* extends Error */ {
118
118
  }
119
119
  export declare namespace TruliooError {
120
120
  class UnexpectedError extends TruliooError {
121
- constructor();
121
+ constructor(message?: Nullable<string>);
122
122
  }
123
123
  }
124
124
  export declare interface ITruliooCamera {