@trulioo/kyc-documents 3.0.49 → 3.0.50-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.
|
|
3
|
+
"version": "3.0.50-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
|
+
}
|
|
@@ -159,6 +159,7 @@ export declare interface ITruliooCapture {
|
|
|
159
159
|
initialize(shortCode: string): Promise<string>;
|
|
160
160
|
createTruliooCamera(config?: Nullable<TruliooCameraConfig>): ITruliooCamera;
|
|
161
161
|
submit(): Promise<any>;
|
|
162
|
+
reset(): void;
|
|
162
163
|
readonly __doNotUseOrImplementIt: {
|
|
163
164
|
readonly "com.trulioo.docv.sdk.capture.ITruliooCapture": unique symbol;
|
|
164
165
|
};
|
|
@@ -183,6 +184,7 @@ export declare const TruliooCapture: {
|
|
|
183
184
|
initialize(shortCode: string): Promise<string>;
|
|
184
185
|
createTruliooCamera(config?: Nullable<TruliooCameraConfig>): ITruliooCamera;
|
|
185
186
|
submit(): Promise<any>;
|
|
187
|
+
reset(): void;
|
|
186
188
|
readonly __doNotUseOrImplementIt: ITruliooCapture["__doNotUseOrImplementIt"];
|
|
187
189
|
} & ITruliooCapture;
|
|
188
190
|
};
|