idmission-web-sdk 2.0.5 → 2.0.6

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.
@@ -66,6 +66,7 @@ Render a fullscreen ID capture component that instructs the user to photograph b
66
66
  **Props**
67
67
 
68
68
  <table>
69
+ <tbody>
69
70
  <tr><td><code>sessionId</code></td><td>a session id generated with your IDmission credentials, or an async function that resolves to one.</td></tr>
70
71
  <tr><td><code>authUrl</code> (optional)</td><td>URL to authenticate against. Default: https://portal-api.idmission.com</td></tr>
71
72
  <tr><td><code>submissionUrl</code> (optional)</td><td>URL to submit data to. Default: https://portal-api.idmission.com/swagger</td></tr>
@@ -122,11 +123,13 @@ Render a fullscreen ID capture component that instructs the user to photograph b
122
123
  <tr><td><code>geolocationEnabled</code> (optional)</td><td>boolean flag to indicate whether users should be prompted to share their location. Defaults to true.</td></tr>
123
124
  <tr><td><code>geolocationRequired</code> (optional)</td><td>boolean flag to indicate whether users should be blocked from proceeding if they block location access. Defaults to false.</td></tr>
124
125
  <tr><td><code>debugMode</code> (optional)</td><td>boolean flag to enable on-screen prediction information output. Defaults to false.</td></tr>
126
+ </tbody>
125
127
  </table>
126
128
 
127
129
  **ID Capture Assets**
128
130
 
129
131
  <table>
132
+ <tbody>
130
133
  <tr><td><code>documentDetectionModelUrl</code></td><td>Default: https://websdk-cdn-dev.idmission.com/assets/models/documentdetection448/model.json</td></tr>
131
134
  <tr><td><code>focusModelUrl</code></td><td>Default: https://websdk-cdn-dev.idmission.com/assets/models/focus/model.json</td></tr>
132
135
  <tr><td><code>loadingOverlay.instructionImageUrl</code></td><td>Default: https://websdk-cdn-dev.idmission.com/assets/WebSDK-Instruction-DL-Capture-3-Portrait.png</td></tr>
@@ -141,10 +144,12 @@ Render a fullscreen ID capture component that instructs the user to photograph b
141
144
  <tr><td><code>flipIdPrompt.frontLandscapeGuidesImageUrl</code></td><td>Default: value of idCardFront.landscapeGuidesImageUrl</td></tr>
142
145
  <tr><td><code>flipIdPrompt.backPortraitGuidesImageUrl</code></td><td>Default: value of idCardBack.portraitGuidesImageUrl</td></tr>
143
146
  <tr><td><code>flipIdPrompt.backLandscapeGuidesImageUrl</code></td><td>Default: value of idCardBack.landscapeGuidesImageUrl</td></tr>
147
+ </tbody>
144
148
  </table>
145
149
 
146
150
  **ID Capture Colors**
147
151
  <table>
152
+ <tbody>
148
153
  <tr><td><code>loadingOverlay.continueBtn.backgroundColor</code></td><td>Default: #16a085</td></tr>
149
154
  <tr><td><code>loadingOverlay.continueBtn.textColor</code></td><td>Default: white</td></tr>
150
155
  <tr><td><code>loadingOverlay.continueBtn.loadingBackgroundColor</code></td><td>Default: gray</td></tr>
@@ -159,11 +164,13 @@ Render a fullscreen ID capture component that instructs the user to photograph b
159
164
  <tr><td><code>success.doneBtn.textColor</code></td><td>Default: white</td></tr>
160
165
  <tr><td><code>success.retryBtn.backgroundColor</code></td><td>Default: #ea8557</td></tr>
161
166
  <tr><td><code>success.retryBtn.textColor</code></td><td>Default: white</td></tr>
167
+ </tbody>
162
168
  </table>
163
169
 
164
170
  **ID Capture Verbiage**
165
171
 
166
172
  <table>
173
+ <tbody>
167
174
  <tr><td><code>loadingOverlay.headingText</code></td><td>Default: "Use your device camera to capture your ID"</td></tr>
168
175
  <tr><td><code>loadingOverlay.useContinuityCameraText</code></td><td>Default: "Use your iPhone as a webcam"</td></tr>
169
176
  <tr><td><code>loadingOverlay.modelsWarmingUpText</code></td><td>Default: "Models warming up..."</td></tr>
@@ -202,6 +209,7 @@ Render a fullscreen ID capture component that instructs the user to photograph b
202
209
  <tr><td><code>success.retryText</code></td><td>Default: "Retry"</td></tr>
203
210
  <tr><td><code>success.submittingText</code></td><td>Default: "Submitting..."</td></tr>
204
211
  <tr><td><code>success.submitText</code></td><td>Default: "Submit"</td></tr>
212
+ </tbody>
205
213
  </table>
206
214
 
207
215
  **Example**
@@ -225,6 +233,7 @@ Render a fullscreen capture component that analyzes frames from the user's front
225
233
  **Props**
226
234
 
227
235
  <table>
236
+ <tbody>
228
237
  <tr><td><code>sessionId</code></td><td>a session id generated with your IDmission credentials, or an async function that resolves to one.</td></tr>
229
238
  <tr><td><code>authUrl</code> (optional)</td><td>URL to authenticate against. Default: https://portal-api.idmission.com</td></tr>
230
239
  <tr><td><code>submissionUrl</code> (optional)</td><td>URL to submit data to. Default: https://portal-api.idmission.com/swagger</td></tr>
@@ -260,19 +269,23 @@ Render a fullscreen capture component that analyzes frames from the user's front
260
269
  <tr><td><code>geolocationEnabled</code> (optional)</td><td>boolean flag to indicate whether users should be prompted to share their location. Defaults to true.</td></tr>
261
270
  <tr><td><code>geolocationRequired</code> (optional)</td><td>boolean flag to indicate whether users should be blocked from proceeding if they block location access. Defaults to false.</td></tr>
262
271
  <tr><td><code>debugMode</code> (optional)</td><td>boolean flag to enable on-screen prediction information output. Defaults to false.</td></tr>
272
+ </tbody>
263
273
  </table>
264
274
 
265
275
  **Face Liveness Assets**
266
276
 
267
277
  <table>
278
+ <tbody>
268
279
  <tr><td><code>loadingOverlay.instructionImageUrl</code></td><td>Default: https://websdk-cdn-dev.idmission.com/assets/Selfie-Image-1.png</td></tr>
269
280
  <tr><td><code>loadingOverlay.cameraAccessDenied.imageUrl</code></td><td>Default: https://websdk-cdn-dev.idmission.com/assets/camera-disable-icon.png</td></tr>
270
281
  <tr><td><code>failure.imageUrl</code></td><td>Default: https://websdk-cdn-dev.idmission.com/assets/manual_capture.png</td></tr>
282
+ </tbody>
271
283
  </table>
272
284
 
273
285
  **Face Liveness Colors**
274
286
 
275
287
  <table>
288
+ <tbody>
276
289
  <tr><td><code>loadingOverlay.continueBtn.backgroundColor</code></td><td>Default: #16a085</td></tr>
277
290
  <tr><td><code>loadingOverlay.continueBtn.textColor</code></td><td>Default: white</td></tr>
278
291
  <tr><td><code>loadingOverlay.continueBtn.loadingBackgroundColor</code></td><td>Default: gray</td></tr>
@@ -293,11 +306,13 @@ Render a fullscreen capture component that analyzes frames from the user's front
293
306
  <tr><td><code>failure.retryBtn.textColor</code></td><td>Default: white</td></tr>
294
307
  <tr><td><code>failure.exitBtn.backgroundColor</code></td><td>Default: #666</td></tr>
295
308
  <tr><td><code>failure.exitBtn.textColor</code></td><td>Default: white</td></tr>
309
+ </tbody>
296
310
  </table>
297
311
 
298
312
  **Face Liveness Verbiage**
299
313
 
300
314
  <table>
315
+ <tbody>
301
316
  <tr><td><code>loadingOverlay.headingText</code></td><td>Default: "Use your device camera to capture your face"</td></tr>
302
317
  <tr><td><code>loadingOverlay.removeEyeCoveringsText</code></td><td>Default: "Remove Sunglasses & Hat"</td></tr>
303
318
  <tr><td><code>loadingOverlay.avoidExcessiveBacklightingText</code></td><td>Default: "Avoid Excessive Backlighting"</td></tr>
@@ -322,6 +337,7 @@ Render a fullscreen capture component that analyzes frames from the user's front
322
337
  <tr><td><code>failure.headingText</code></td><td>Default: "Live face not detected, please try again"</td></tr>
323
338
  <tr><td><code>failure.retryBtnText</code></td><td>Default: "Retry"</td></tr>
324
339
  <tr><td><code>failure.exitBtnText</code></td><td>Default: "Exit"</td></tr>
340
+ </tbody>
325
341
  </table>
326
342
 
327
343
  **Example**
@@ -345,6 +361,7 @@ Render a fullscreen capture component that performs IDValidation and FaceValidat
345
361
  **Props**
346
362
 
347
363
  <table>
364
+ <tbody>
348
365
  <tr><td><code>sessionId</code></td><td>a session id generated with your IDmission credentials, or an async function that resolves to one.</td></tr>
349
366
  <tr><td><code>authUrl</code> (optional)</td><td>URL to authenticate against. Default: https://portal-api.idmission.com</td></tr>
350
367
  <tr><td><code>submissionUrl</code> (optional)</td><td>URL to submit data to. Default: https://portal-api.idmission.com/swagger</td></tr>
@@ -410,6 +427,7 @@ Render a fullscreen capture component that performs IDValidation and FaceValidat
410
427
  <tr><td><code>geolocationEnabled</code> (optional)</td><td>boolean flag to indicate whether users should be prompted to share their location. Defaults to true.</td></tr>
411
428
  <tr><td><code>geolocationRequired</code> (optional)</td><td>boolean flag to indicate whether users should be blocked from proceeding if they block location access. Defaults to false.</td></tr>
412
429
  <tr><td><code>debugMode</code> (optional)</td><td>boolean flag to enable on-screen prediction information output. Defaults to false.</td></tr>
430
+ </tbody>
413
431
  </table>
414
432
 
415
433
  **Example**
@@ -433,6 +451,7 @@ Render a fullscreen capture component that performs IDValidation and FaceValidat
433
451
  **Props**
434
452
 
435
453
  <table>
454
+ <tbody>
436
455
  <tr><td><code>sessionId</code></td><td>a session id generated with your IDmission credentials, or an async function that resolves to one.</td></tr>
437
456
  <tr><td><code>authUrl</code> (optional)</td><td>URL to authenticate against. Default: https://portal-api.idmission.com</td></tr>
438
457
  <tr><td><code>submissionUrl</code> (optional)</td><td>URL to submit data to. Default: https://portal-api.idmission.com/swagger</td></tr>
@@ -472,7 +491,7 @@ Render a fullscreen capture component that performs IDValidation and FaceValidat
472
491
  <tr><td><code>needImmediateResponse</code> (optional)</td><td>boolean to indicate if validation of the minimum resolution for an ID document image should be triggered. Defaults to true.</td></tr>
473
492
  <tr><td><code>manualReviewRequired</code> (optional)</td><td>boolean flag to indicate whether responses should always be reviewed by a human. Defaults to false.</td></tr>
474
493
  <tr><td><code>idBackImageRequired</code> (optional)</td><td>boolean flag to indicate whether the back of the ID card image will be considered in processing decisions. Default is true</td></tr>
475
- <tr><td><code>idImageResolutionCheck</code> (optional)</td><td>boolean to indicate if validation of the minimum resolution for an ID document image should be triggered. Default is false/td></tr>
494
+ <tr><td><code>idImageResolutionCheck</code> (optional)</td><td>boolean to indicate if validation of the minimum resolution for an ID document image should be triggered. Default is false</td></tr>
476
495
  <tr><td><code>verifyIdWithExternalDatabases</code> (optional)</td><td>boolean flag to indicate whether ID data should be verified with government databases such as AAMVA, watch lists, etc. Defaults to false.</td></tr>
477
496
  <tr><td><code>bypassAgeValidation</code> (optional)</td><td>boolean to indicate whether end-users under the age of 18 should be allowed through validation. Defaults to false.</td></tr>
478
497
  <tr><td><code>bypassNameMatching</code> (optional)</td><td>boolean to indicate if matching the name in the request against the name extracted from the ID should be bypassed. Defaults to true.</td></tr>
@@ -501,6 +520,7 @@ Render a fullscreen capture component that performs IDValidation and FaceValidat
501
520
  <tr><td><code>geolocationEnabled</code> (optional)</td><td>boolean flag to indicate whether users should be prompted to share their location. Defaults to true.</td></tr>
502
521
  <tr><td><code>geolocationRequired</code> (optional)</td><td>boolean flag to indicate whether users should be blocked from proceeding if they block location access. Defaults to false.</td></tr>
503
522
  <tr><td><code>debugMode</code> (optional)</td><td>boolean flag to enable on-screen prediction information output. Defaults to false.</td></tr>
523
+ </tbody>
504
524
  </table>
505
525
 
506
526
  **Example**
@@ -519,6 +539,7 @@ Render a fullscreen capture component that performs FaceValidation, and then sto
519
539
  **Props**
520
540
 
521
541
  <table>
542
+ <tbody>
522
543
  <tr><td><code>sessionId</code></td><td>a session id generated with your IDmission credentials, or an async function that resolves to one.</td></tr>
523
544
  <tr><td><code>authUrl</code> (optional)</td><td>URL to authenticate against. Default: https://portal-api.idmission.com</td></tr>
524
545
  <tr><td><code>submissionUrl</code> (optional)</td><td>URL to submit data to. Default: https://portal-api.idmission.com/swagger</td></tr>
@@ -564,6 +585,7 @@ Render a fullscreen capture component that performs FaceValidation, and then sto
564
585
  <tr><td><code>geolocationEnabled</code> (optional)</td><td>boolean flag to indicate whether users should be prompted to share their location. Defaults to true.</td></tr>
565
586
  <tr><td><code>geolocationRequired</code> (optional)</td><td>boolean flag to indicate whether users should be blocked from proceeding if they block location access. Defaults to false.</td></tr>
566
587
  <tr><td><code>debugMode</code> (optional)</td><td>boolean flag to enable on-screen prediction information output. Defaults to false.</td></tr>
588
+ </tbody>
567
589
  </table>
568
590
 
569
591
  **Example**
@@ -582,6 +604,7 @@ Render a fullscreen capture component that analyzes frames from the user's front
582
604
  **Props**
583
605
 
584
606
  <table>
607
+ <tbody>
585
608
  <tr><td><code>sessionId</code></td><td>a session id generated with your IDmission credentials, or an async function that resolves to one.</td></tr>
586
609
  <tr><td><code>authUrl</code> (optional)</td><td>URL to authenticate against. Default: https://portal-api.idmission.com</td></tr>
587
610
  <tr><td><code>submissionUrl</code> (optional)</td><td>URL to submit data to. Default: https://portal-api.idmission.com/swagger</td></tr>
@@ -618,6 +641,7 @@ Render a fullscreen capture component that analyzes frames from the user's front
618
641
  <tr><td><code>geolocationEnabled</code> (optional)</td><td>boolean flag to indicate whether users should be prompted to share their location. Defaults to true.</td></tr>
619
642
  <tr><td><code>geolocationRequired</code> (optional)</td><td>boolean flag to indicate whether users should be blocked from proceeding if they block location access. Defaults to false.</td></tr>
620
643
  <tr><td><code>debugMode</code> (optional)</td><td>boolean flag to enable on-screen prediction information output. Defaults to false.</td></tr>
644
+ </tbody>
621
645
  </table>
622
646
 
623
647
  **Example**
@@ -636,6 +660,7 @@ Render a fullscreen capture component that analyzes frames from the user's front
636
660
  **Props**
637
661
 
638
662
  <table>
663
+ <tbody>
639
664
  <tr><td><code>sessionId</code></td><td>a session id generated with your IDmission credentials, or an async function that resolves to one.</td></tr>
640
665
  <tr><td><code>authUrl</code> (optional)</td><td>URL to authenticate against. Default: https://portal-api.idmission.com</td></tr>
641
666
  <tr><td><code>submissionUrl</code> (optional)</td><td>URL to submit data to. Default: https://portal-api.idmission.com/swagger</td></tr>
@@ -671,19 +696,23 @@ Render a fullscreen capture component that analyzes frames from the user's front
671
696
  <tr><td><code>geolocationEnabled</code> (optional)</td><td>boolean flag to indicate whether users should be prompted to share their location. Defaults to true.</td></tr>
672
697
  <tr><td><code>geolocationRequired</code> (optional)</td><td>boolean flag to indicate whether users should be blocked from proceeding if they block location access. Defaults to false.</td></tr>
673
698
  <tr><td><code>debugMode</code> (optional)</td><td>boolean flag to enable on-screen prediction information output. Defaults to false.</td></tr>
699
+ </tbody>
674
700
  </table>
675
701
 
676
702
  **Customer Identification Assets**
677
703
 
678
704
  <table>
705
+ <tbody>
679
706
  <tr><td><code>loadingOverlay.instructionImageUrl</code></td><td>Default: https://websdk-cdn-dev.idmission.com/assets/Selfie-Image-1.png</td></tr>
680
707
  <tr><td><code>loadingOverlay.cameraAccessDenied.imageUrl</code></td><td>Default: https://websdk-cdn-dev.idmission.com/assets/camera-disable-icon.png</td></tr>
681
708
  <tr><td><code>failure.imageUrl</code></td><td>Default: https://websdk-cdn-dev.idmission.com/assets/manual_capture.png</td></tr>
709
+ </tbody>
682
710
  </table>
683
711
 
684
712
  **Customer Identification Colors**
685
713
 
686
714
  <table>
715
+ <tbody>
687
716
  <tr><td><code>loadingOverlay.continueBtn.backgroundColor</code></td><td>Default: #16a085</td></tr>
688
717
  <tr><td><code>loadingOverlay.continueBtn.textColor</code></td><td>Default: white</td></tr>
689
718
  <tr><td><code>loadingOverlay.continueBtn.loadingBackgroundColor</code></td><td>Default: gray</td></tr>
@@ -704,11 +733,13 @@ Render a fullscreen capture component that analyzes frames from the user's front
704
733
  <tr><td><code>failure.retryBtn.textColor</code></td><td>Default: white</td></tr>
705
734
  <tr><td><code>failure.exitBtn.backgroundColor</code></td><td>Default: #666</td></tr>
706
735
  <tr><td><code>failure.exitBtn.textColor</code></td><td>Default: white</td></tr>
736
+ </tbody>
707
737
  </table>
708
738
 
709
739
  **Customer Identification Verbiage**
710
740
 
711
741
  <table>
742
+ <tbody>
712
743
  <tr><td><code>loadingOverlay.headingText</code></td><td>Default: "Use your device camera to capture your face"</td></tr>
713
744
  <tr><td><code>loadingOverlay.removeEyeCoveringsText</code></td><td>Default: "Remove Sunglasses & Hat"</td></tr>
714
745
  <tr><td><code>loadingOverlay.avoidExcessiveBacklightingText</code></td><td>Default: "Avoid Excessive Backlighting"</td></tr>
@@ -730,6 +761,7 @@ Render a fullscreen capture component that analyzes frames from the user's front
730
761
  <tr><td><code>failure.headingText</code></td><td>Default: "Customer not found"</td></tr>
731
762
  <tr><td><code>failure.retryBtnText</code></td><td>Default: "Retry"</td></tr>
732
763
  <tr><td><code>failure.exitBtnText</code></td><td>Default: "Exit"</td></tr>
764
+ </tbody>
733
765
  </table>
734
766
 
735
767
  **Example**
@@ -745,6 +777,7 @@ Render a fullscreen capture component that performs IDValidation and FaceValidat
745
777
  **Props**
746
778
 
747
779
  <table>
780
+ <tbody>
748
781
  <tr><td><code>sessionId</code></td><td>a session id generated with your IDmission credentials, or an async function that resolves to one.</td></tr>
749
782
  <tr><td><code>authUrl</code> (optional)</td><td>URL to authenticate against. Default: https://portal-api.idmission.com</td></tr>
750
783
  <tr><td><code>submissionUrl</code> (optional)</td><td>URL to submit data to. Default: https://portal-api.idmission.com/swagger</td></tr>
@@ -807,20 +840,24 @@ Render a fullscreen capture component that performs IDValidation and FaceValidat
807
840
  <tr><td><code>geolocationEnabled</code> (optional)</td><td>boolean flag to indicate whether users should be prompted to share their location. Defaults to true.</td></tr>
808
841
  <tr><td><code>geolocationRequired</code> (optional)</td><td>boolean flag to indicate whether users should be blocked from proceeding if they block location access. Defaults to false.</td></tr>
809
842
  <tr><td><code>debugMode</code> (optional)</td><td>boolean flag to enable on-screen prediction information output. Defaults to false.</td></tr>
843
+ </tbody>
810
844
  </table>
811
845
 
812
846
  **Video ID Validation Assets**
813
847
 
814
848
  <table>
849
+ <tbody>
815
850
  <tr><td><code>idCapture</code> (optional)</td><td>object containing any asset overrides, for available options consult the ID Capture Assets table above.</td></tr>
816
851
  <tr><td><code>faceLiveness</code> (optional)</td><td>object containing any asset overrides, for available options consult the Face Liveness Assets table above.</td></tr>
817
852
  <tr><td><code>videoIdCapture.guides.frontImageUrl</code></td><td>Default: https://websdk-cdn-dev.idmission.com/assets/Shieldout-IDCard-Front-SVG-Landscape-2.svg</td></tr>
818
853
  <tr><td><code>videoIdCapture.guides.backImageUrl</code></td><td>Default: https://websdk-cdn-dev.idmission.com/assets/Shieldout-IDCard-Back-SVG-Landscape-2.svg</td></tr>
854
+ </tbody>
819
855
  </table>
820
856
 
821
857
  **Video ID Validation Colors**
822
858
 
823
859
  <table>
860
+ <tbody>
824
861
  <tr><td><code>idCapture</code> (optional)</td><td>object containing any color overrides, for available options consult the ID Capture Colors table above.</td></tr>
825
862
  <tr><td><code>faceLiveness</code> (optional)</td><td>object containing any color overrides, for available options consult the Face Liveness Colors table above.</td></tr>
826
863
  <tr><td><code>idVideoCapture.guidesSatisfiedColor</code></td><td>Default: green</td></tr>
@@ -831,11 +868,13 @@ Render a fullscreen capture component that performs IDValidation and FaceValidat
831
868
  <tr><td><code>success.doneBtn.textColor</code></td><td>Default: white</td></tr>
832
869
  <tr><td><code>success.retryBtn.backgroundColor</code></td><td>Default: #ea8557</td></tr>
833
870
  <tr><td><code>success.retryBtn.textColor</code></td><td>Default: white</td></tr>
871
+ </tbody>
834
872
  </table>
835
873
 
836
874
  **Video ID Validation Verbiage**
837
875
 
838
876
  <table>
877
+ <tbody>
839
878
  <tr><td><code>idCapture</code> (optional)</td><td>object containing any verbiage overrides, for available options consult the ID Capture Verbiage table above.</td></tr>
840
879
  <tr><td><code>faceLiveness</code> (optional)</td><td>object containing any verbiage overrides, for available options consult the Face Liveness Verbiage table above.</td></tr>
841
880
  <tr><td><code>idVideoCapture.guides.idFrontInstructionText</code></td><td>Default: "Display the front of your ID card..."</td></tr>
@@ -846,6 +885,7 @@ Render a fullscreen capture component that performs IDValidation and FaceValidat
846
885
  <tr><td><code>success.headingText</code></td><td>Default: "Video ID has been successfully captured!"</td></tr>
847
886
  <tr><td><code>success.retryBtnText</code></td><td>Default: "Retry"</td></tr>
848
887
  <tr><td><code>success.doneBtnText</code></td><td>Default: "Done"</td></tr>
888
+ </tbody>
849
889
  </table>
850
890
 
851
891
  **Example**
@@ -951,6 +991,7 @@ Many customer flow documented above include a `captureAdditionalDocuments` prope
951
991
  **Additional Document Properties**
952
992
 
953
993
  <table>
994
+ <tbody>
954
995
  <tr>
955
996
  <td><code>name</code></td><td>string indicating the name of document to be captured</td>
956
997
  </tr>
@@ -963,4 +1004,8 @@ Many customer flow documented above include a `captureAdditionalDocuments` prope
963
1004
  <tr>
964
1005
  <td><code>processAsPOA</code> (optional)</td><td>boolean indicating whether the document should be treated as a proof of address -- when true, the document will be processed and validated on the server.</td>
965
1006
  </tr>
966
- </table>
1007
+ </tbody>
1008
+ </table>
1009
+
1010
+ import Test from "./test.mdx";
1011
+ <Test />
@@ -49,7 +49,7 @@ var LanguageDetector__default = /*#__PURE__*/_interopDefaultLegacy(LanguageDetec
49
49
  var i18n__default = /*#__PURE__*/_interopDefaultLegacy(i18n);
50
50
  var SignatureCanvas__default = /*#__PURE__*/_interopDefaultLegacy(SignatureCanvas);
51
51
 
52
- var webSdkVersion = '2.0.5';
52
+ var webSdkVersion = '2.0.6';
53
53
 
54
54
  function getPlatform() {
55
55
  // eslint-disable-next-line @typescript-eslint/ban-ts-comment