@trulioo/kyc-documents 3.0.49 → 3.0.51-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/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Trulioo KYC-Documents Javascript SDK
4
4
 
5
- For more information, see our [Documentation](https://docs.verification.trulioo.com/sdk/web-3.0/index.html).
5
+ For more information, see our [Documentation](https://developer.trulioo.com/reference/web-copy).
6
6
 
7
7
  <hr />
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trulioo/kyc-documents",
3
- "version": "3.0.49",
3
+ "version": "3.0.51-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
  };