@trulioo/kyc-documents 3.0.46-beta.0 → 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
|
@@ -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 {
|