@silexpert/core 2.0.44 → 2.0.45

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.
Files changed (77) hide show
  1. package/dist/api/resources/KycMandate.d.ts +7 -0
  2. package/dist/api/resources/KycMandate.d.ts.map +1 -0
  3. package/dist/api/resources/KycMandate.js +10 -0
  4. package/dist/api/resources/KycMandate.js.map +1 -0
  5. package/dist/api/resources/Vialink.d.ts +7 -0
  6. package/dist/api/resources/Vialink.d.ts.map +1 -0
  7. package/dist/api/resources/Vialink.js +10 -0
  8. package/dist/api/resources/Vialink.js.map +1 -0
  9. package/dist/api/resources.d.ts +4 -0
  10. package/dist/api/resources.d.ts.map +1 -1
  11. package/dist/api/resources.js +4 -0
  12. package/dist/api/resources.js.map +1 -1
  13. package/dist/types/Enum/Country.d.ts +1 -0
  14. package/dist/types/Enum/Country.d.ts.map +1 -1
  15. package/dist/types/Enum/Country.js +516 -230
  16. package/dist/types/Enum/Country.js.map +1 -1
  17. package/dist/types/Enum/InpiType.d.ts +290 -0
  18. package/dist/types/Enum/InpiType.d.ts.map +1 -1
  19. package/dist/types/Enum/InpiType.js +290 -0
  20. package/dist/types/Enum/InpiType.js.map +1 -1
  21. package/dist/types/Enum/LegalForm.d.ts +0 -1
  22. package/dist/types/Enum/LegalForm.d.ts.map +1 -1
  23. package/dist/types/Enum/LegalForm.js +104 -33
  24. package/dist/types/Enum/LegalForm.js.map +1 -1
  25. package/dist/types/Interface/api/config/ConfigType.d.ts +13 -0
  26. package/dist/types/Interface/api/config/ConfigType.d.ts.map +1 -1
  27. package/dist/types/Interface/api/config/ConfigType.js.map +1 -1
  28. package/dist/types/Interface/api/docoon/DocoonLegalEntity.d.ts +41 -0
  29. package/dist/types/Interface/api/docoon/DocoonLegalEntity.d.ts.map +1 -0
  30. package/dist/types/Interface/api/docoon/DocoonLegalEntity.js +2 -0
  31. package/dist/types/Interface/api/docoon/DocoonLegalEntity.js.map +1 -0
  32. package/dist/types/Interface/api/docoon/Read.d.ts +59 -0
  33. package/dist/types/Interface/api/docoon/Read.d.ts.map +1 -1
  34. package/dist/types/Interface/api/docoon/Read.js.map +1 -1
  35. package/dist/types/Interface/api/inpi/inpi.d.ts +1 -0
  36. package/dist/types/Interface/api/inpi/inpi.d.ts.map +1 -1
  37. package/dist/types/Interface/api/inpi/inpi.js.map +1 -1
  38. package/dist/types/Interface/api/kyc/Create.d.ts +87 -0
  39. package/dist/types/Interface/api/kyc/Create.d.ts.map +1 -0
  40. package/dist/types/Interface/api/kyc/Create.js +105 -0
  41. package/dist/types/Interface/api/kyc/Create.js.map +1 -0
  42. package/dist/types/Interface/api/kyc/Read.d.ts +830 -0
  43. package/dist/types/Interface/api/kyc/Read.d.ts.map +1 -0
  44. package/dist/types/Interface/api/kyc/Read.js +2 -0
  45. package/dist/types/Interface/api/kyc/Read.js.map +1 -0
  46. package/dist/types/Interface/api/kyc/kyc.d.ts +157 -0
  47. package/dist/types/Interface/api/kyc/kyc.d.ts.map +1 -0
  48. package/dist/types/Interface/api/kyc/kyc.js +6 -0
  49. package/dist/types/Interface/api/kyc/kyc.js.map +1 -0
  50. package/dist/types/Interface/api/user/RegisterProspect.d.ts +5 -1
  51. package/dist/types/Interface/api/user/RegisterProspect.d.ts.map +1 -1
  52. package/dist/types/Interface/api/user/RegisterProspect.js.map +1 -1
  53. package/dist/types/Interface/models/IEInvoicingKycAndMandate.d.ts +23 -0
  54. package/dist/types/Interface/models/IEInvoicingKycAndMandate.d.ts.map +1 -0
  55. package/dist/types/Interface/models/IEInvoicingKycAndMandate.js +22 -0
  56. package/dist/types/Interface/models/IEInvoicingKycAndMandate.js.map +1 -0
  57. package/dist/types/index.d.ts +4 -0
  58. package/dist/types/index.d.ts.map +1 -1
  59. package/dist/types/index.js +4 -0
  60. package/dist/types/index.js.map +1 -1
  61. package/package.json +1 -1
  62. package/ts/api/resources/KycMandate.ts +12 -0
  63. package/ts/api/resources/Vialink.ts +12 -0
  64. package/ts/api/resources.ts +4 -0
  65. package/ts/types/Enum/Country.ts +517 -230
  66. package/ts/types/Enum/InpiType.ts +291 -0
  67. package/ts/types/Enum/LegalForm.ts +104 -34
  68. package/ts/types/Interface/api/config/ConfigType.ts +14 -0
  69. package/ts/types/Interface/api/docoon/DocoonLegalEntity.ts +79 -0
  70. package/ts/types/Interface/api/docoon/Read.ts +60 -0
  71. package/ts/types/Interface/api/inpi/inpi.ts +1 -0
  72. package/ts/types/Interface/api/kyc/Create.ts +136 -0
  73. package/ts/types/Interface/api/kyc/Read.ts +842 -0
  74. package/ts/types/Interface/api/kyc/kyc.ts +190 -0
  75. package/ts/types/Interface/api/user/RegisterProspect.ts +5 -1
  76. package/ts/types/Interface/models/IEInvoicingKycAndMandate.ts +25 -0
  77. package/ts/types/index.ts +4 -0
@@ -0,0 +1,830 @@
1
+ export interface LegalRepresentative {
2
+ type: 'INDIVIDU' | 'ENTREPRISE';
3
+ siren?: string;
4
+ firstNames?: string;
5
+ lastName?: string;
6
+ roleEntreprise?: string;
7
+ }
8
+ export interface OAuthCredentials {
9
+ access_token: string;
10
+ expires_in: number;
11
+ scope: string;
12
+ jti: string;
13
+ sub: string;
14
+ token_type: string;
15
+ api_key_info: {
16
+ email: string;
17
+ id: string;
18
+ application_name: string;
19
+ };
20
+ }
21
+ export interface ReadKycPerson {
22
+ firsName: string;
23
+ lastName: string;
24
+ usageName: string;
25
+ gender: string;
26
+ nationality: string;
27
+ email: string;
28
+ phone: string;
29
+ birthData: {
30
+ date: string;
31
+ place: string;
32
+ department: string;
33
+ };
34
+ address: {
35
+ number: string;
36
+ street: string;
37
+ zipCode: string;
38
+ city: string;
39
+ province: string;
40
+ country: string;
41
+ };
42
+ company: string;
43
+ locale: string;
44
+ createdAt: string;
45
+ updatedAt: string;
46
+ _links: {
47
+ curies: PersonCurry[];
48
+ self: PersonLink;
49
+ 'vl:space': PersonLink;
50
+ 'vl:person-referers': PersonnLinkReferers;
51
+ 'vl:legal-entity': PersonLink;
52
+ 'vl:copied-from': PersonLink;
53
+ 'lastest-version': PersonLink;
54
+ 'version-history': PersonLink[];
55
+ };
56
+ _embedded: any;
57
+ }
58
+ export type PersonLink = {
59
+ href: string;
60
+ };
61
+ export type PersonnLinkReferers = PersonLink & {
62
+ templated: true;
63
+ };
64
+ export type PersonCurry = PersonLink & {
65
+ name: string;
66
+ templated: boolean;
67
+ };
68
+ export interface ReadKycFolder {
69
+ title: string;
70
+ status: 'DRAFT' | 'IN_PROGRESS' | 'COMPLETED' | 'REJECTED' | 'ACTION_NEEDED' | 'CANCELLED' | 'EXPIRED';
71
+ expiresOn: string;
72
+ metadata: {
73
+ key: string;
74
+ value: string;
75
+ }[];
76
+ createdAt: string;
77
+ updatedAt: string;
78
+ notificationDelay: any;
79
+ _links: {
80
+ curies: FolderLink[];
81
+ self: FolderLink;
82
+ 'vl:space': FolderLink;
83
+ 'vl-steps': FolderLink;
84
+ 'vl-participants': FolderLink;
85
+ 'vl-notifications': FolderLink;
86
+ };
87
+ _embedded: any;
88
+ }
89
+ export type FolderLink = {
90
+ href: string;
91
+ templated: boolean;
92
+ type?: string;
93
+ depreciation?: string;
94
+ name: string;
95
+ profile?: string;
96
+ tilte?: string;
97
+ hreflang?: string;
98
+ };
99
+ export interface PostFolderResponse {
100
+ _links: {
101
+ 'vl:folder': {
102
+ href: string;
103
+ templated: boolean;
104
+ type: string;
105
+ deprecation: string;
106
+ name: string;
107
+ profile: string;
108
+ tilte: string;
109
+ hreflang: string;
110
+ };
111
+ };
112
+ }
113
+ export interface ReadKycFolderParticipants {
114
+ _embedded: {
115
+ 'vl:participant': {
116
+ createdAt: string;
117
+ updatedAt: string;
118
+ token: string;
119
+ delegable: boolean;
120
+ _links: {
121
+ self: {
122
+ href: string;
123
+ };
124
+ 'vl:folder': {
125
+ href: string;
126
+ };
127
+ 'vl:step': [
128
+ {
129
+ href: string;
130
+ },
131
+ {
132
+ href: string;
133
+ },
134
+ {
135
+ href: string;
136
+ },
137
+ {
138
+ href: string;
139
+ }
140
+ ];
141
+ 'vl:steps': {
142
+ href: string;
143
+ };
144
+ 'vl:challenge-builder': {
145
+ href: string;
146
+ };
147
+ 'vl:redirection': {
148
+ href: string;
149
+ };
150
+ 'vl:challenge': {
151
+ href: string;
152
+ };
153
+ 'vl:pool': {
154
+ href: string;
155
+ };
156
+ 'vl:contact': {
157
+ href: string;
158
+ };
159
+ 'vl:public': {
160
+ href: string;
161
+ };
162
+ };
163
+ _embedded: {
164
+ 'vl:step': {
165
+ type: string;
166
+ status: string;
167
+ minScore: number;
168
+ createdAt: string;
169
+ updatedAt: string;
170
+ comment: string | null;
171
+ _links: {
172
+ 'vl:control': {
173
+ href: string;
174
+ };
175
+ self: {
176
+ href: string;
177
+ };
178
+ 'vl:folder': {
179
+ href: string;
180
+ };
181
+ 'vl:participant': {
182
+ href: string;
183
+ };
184
+ 'vl:notifications': {
185
+ href: string;
186
+ };
187
+ 'vl:contact': {
188
+ href: string;
189
+ };
190
+ 'vl:public': {
191
+ href: string;
192
+ };
193
+ 'vl:capture'?: {
194
+ href: string;
195
+ };
196
+ prev?: {
197
+ href: string;
198
+ };
199
+ 'vl:form'?: {
200
+ href: string;
201
+ };
202
+ 'vl:file'?: {
203
+ href: string;
204
+ } | {
205
+ href: string;
206
+ }[];
207
+ 'vl:form-editor'?: {
208
+ href: string;
209
+ };
210
+ 'vl:envelope'?: {
211
+ href: string;
212
+ };
213
+ };
214
+ _embedded: {
215
+ 'vl:rule': {
216
+ rules: {
217
+ compliant: boolean;
218
+ complete: boolean;
219
+ type: string;
220
+ number: number;
221
+ customType: string | null;
222
+ withControl: boolean;
223
+ operation: string;
224
+ }[];
225
+ compliant: boolean;
226
+ complete: boolean;
227
+ operation: string;
228
+ _embedded: {
229
+ 'vl:rule': {
230
+ compliant: boolean;
231
+ complete: boolean;
232
+ operation: string;
233
+ withControl: boolean;
234
+ number: number;
235
+ type: string;
236
+ _links?: {
237
+ 'vl:file': {
238
+ href: string;
239
+ };
240
+ };
241
+ _embedded: {
242
+ 'vl:document': {
243
+ type: string;
244
+ subType: string;
245
+ number: number;
246
+ status: string;
247
+ origin: string;
248
+ score: number;
249
+ createdAt: string;
250
+ documentValues: string | null;
251
+ _links: {
252
+ self: {
253
+ href: string;
254
+ };
255
+ };
256
+ _embedded: {
257
+ 'vl:check-result': {
258
+ name: string;
259
+ value: string;
260
+ }[];
261
+ 'vl:sheet': {
262
+ side: string;
263
+ fileName: string;
264
+ subTypes: [string];
265
+ identifier: string;
266
+ _links: {
267
+ self: {
268
+ href: string;
269
+ };
270
+ };
271
+ }[];
272
+ };
273
+ };
274
+ 'vl:file': {
275
+ contentType: string;
276
+ contentLength: number | null;
277
+ expiresOn: string | null;
278
+ createdAt: string;
279
+ updatedAt: string;
280
+ fileName: string;
281
+ metadata: {
282
+ key: string;
283
+ value: string;
284
+ }[];
285
+ classificationMethod: string;
286
+ type: string;
287
+ subType: string;
288
+ language: string;
289
+ trusted: boolean;
290
+ _links: {
291
+ 'vl:space': {
292
+ href: string;
293
+ };
294
+ 'vl:bucket': {
295
+ href: string;
296
+ };
297
+ 'vl:file-referers': {
298
+ href: string;
299
+ templated: boolean;
300
+ };
301
+ 'version-history': {
302
+ href: string;
303
+ };
304
+ 'latest-version': {
305
+ href: string;
306
+ };
307
+ previous: {
308
+ href: string;
309
+ };
310
+ self: {
311
+ href: string;
312
+ };
313
+ 'vl:file-content': {
314
+ href: string;
315
+ type: string;
316
+ };
317
+ 'vl:curies': {
318
+ href: string;
319
+ name: string;
320
+ templated: boolean;
321
+ };
322
+ };
323
+ };
324
+ };
325
+ }[];
326
+ };
327
+ };
328
+ 'vl:smart-upload': {
329
+ enabled: boolean;
330
+ bundleCutting: boolean;
331
+ };
332
+ };
333
+ }[];
334
+ 'vl:contact': {
335
+ createdAt: string;
336
+ updatedAt: string;
337
+ locale: string;
338
+ firstName: string;
339
+ lastName: string;
340
+ usageName: string | null;
341
+ gender: string | null;
342
+ nationality: string | null;
343
+ email: string | null;
344
+ phone: string | null;
345
+ birthData: string | null;
346
+ address: string | null;
347
+ _links: {
348
+ 'vl:space': {
349
+ href: string;
350
+ };
351
+ 'vl:person-referers': {
352
+ href: string;
353
+ templated: boolean;
354
+ };
355
+ 'version-history': {
356
+ href: string;
357
+ };
358
+ 'latest-version': {
359
+ href: string;
360
+ };
361
+ self: {
362
+ href: string;
363
+ };
364
+ 'vl:curies': {
365
+ href: string;
366
+ name: string;
367
+ templated: boolean;
368
+ };
369
+ };
370
+ };
371
+ };
372
+ }[];
373
+ };
374
+ _links: {
375
+ self: {
376
+ href: string;
377
+ };
378
+ curies: {
379
+ name: string;
380
+ href: string;
381
+ templated: boolean;
382
+ }[];
383
+ };
384
+ }
385
+ export interface ReadKycFolderSteps {
386
+ _embedded: {
387
+ 'vl:step': {
388
+ type: string;
389
+ status: string;
390
+ minScore: number;
391
+ createdAt: string;
392
+ updatedAt: string;
393
+ comment: string | null;
394
+ _links: {
395
+ 'vl:control': {
396
+ href: string;
397
+ };
398
+ self: {
399
+ href: string;
400
+ };
401
+ 'vl:folder': {
402
+ href: string;
403
+ };
404
+ 'vl:participant': {
405
+ href: string;
406
+ };
407
+ 'vl:notifications': {
408
+ href: string;
409
+ };
410
+ 'vl:contact': {
411
+ href: string;
412
+ };
413
+ 'vl:public': {
414
+ href: string;
415
+ };
416
+ 'vl:capture'?: {
417
+ href: string;
418
+ };
419
+ prev?: {
420
+ href: string;
421
+ };
422
+ 'vl:form'?: {
423
+ href: string;
424
+ };
425
+ 'vl:file'?: {
426
+ href: string;
427
+ } | {
428
+ href: string;
429
+ }[];
430
+ 'vl:form-editor'?: {
431
+ href: string;
432
+ };
433
+ 'vl:envelope'?: {
434
+ href: string;
435
+ };
436
+ };
437
+ _embedded: {
438
+ 'vl:rule': {
439
+ rules: {
440
+ compliant: boolean;
441
+ complete: boolean;
442
+ type: string;
443
+ number: number;
444
+ customType: string | null;
445
+ withControl: boolean;
446
+ operation: string;
447
+ }[];
448
+ compliant: boolean;
449
+ complete: boolean;
450
+ operation: string;
451
+ _embedded: {
452
+ 'vl:rule': {
453
+ compliant: boolean;
454
+ complete: boolean;
455
+ operation: string;
456
+ withControl: boolean;
457
+ number: number;
458
+ type: string;
459
+ _links?: {
460
+ 'vl:file': {
461
+ href: string;
462
+ };
463
+ };
464
+ _embedded: {
465
+ 'vl:document': {
466
+ type: string;
467
+ subType: string;
468
+ number: number;
469
+ status: string;
470
+ origin: string;
471
+ score: number;
472
+ createdAt: string;
473
+ documentValues: string | null;
474
+ _links: {
475
+ self: {
476
+ href: string;
477
+ };
478
+ };
479
+ _embedded: {
480
+ 'vl:check-result': {
481
+ name: string;
482
+ value: string;
483
+ }[];
484
+ 'vl:sheet': {
485
+ side: string;
486
+ fileName: string;
487
+ subTypes: [string];
488
+ identifier: string;
489
+ _links: {
490
+ self: {
491
+ href: string;
492
+ };
493
+ };
494
+ }[];
495
+ };
496
+ };
497
+ 'vl:file': {
498
+ contentType: string;
499
+ contentLength: number | null;
500
+ expiresOn: string | null;
501
+ createdAt: string;
502
+ updatedAt: string;
503
+ fileName: string;
504
+ metadata: {
505
+ key: string;
506
+ value: string;
507
+ }[];
508
+ classificationMethod: string;
509
+ type: string;
510
+ subType: string;
511
+ language: string;
512
+ trusted: boolean;
513
+ _links: {
514
+ 'vl:space': {
515
+ href: string;
516
+ };
517
+ 'vl:bucket': {
518
+ href: string;
519
+ };
520
+ 'vl:file-referers': {
521
+ href: string;
522
+ templated: boolean;
523
+ };
524
+ 'version-history': {
525
+ href: string;
526
+ };
527
+ 'latest-version': {
528
+ href: string;
529
+ };
530
+ previous: {
531
+ href: string;
532
+ };
533
+ self: {
534
+ href: string;
535
+ };
536
+ 'vl:file-content': {
537
+ href: string;
538
+ type: string;
539
+ };
540
+ 'vl:curies': {
541
+ href: string;
542
+ name: string;
543
+ templated: boolean;
544
+ };
545
+ };
546
+ };
547
+ };
548
+ }[];
549
+ };
550
+ };
551
+ 'vl:smart-upload': {
552
+ enabled: boolean;
553
+ bundleCutting: boolean;
554
+ };
555
+ };
556
+ }[];
557
+ };
558
+ _links: {
559
+ curies: FolderLink[];
560
+ self: FolderLink;
561
+ };
562
+ }
563
+ export interface ReadTemplate {
564
+ fileName: string;
565
+ type?: string;
566
+ subType?: string;
567
+ language?: string;
568
+ classificationMethod?: string;
569
+ trusted?: boolean;
570
+ locked?: boolean;
571
+ metadata?: {
572
+ key: string;
573
+ value: string;
574
+ }[];
575
+ contentType: string;
576
+ expiresOn?: string;
577
+ createdAt: string;
578
+ updatedAt: string;
579
+ scanResult: string;
580
+ _links: {
581
+ curries?: FolderLink[];
582
+ self: FolderLink;
583
+ 'vl:space': FolderLink;
584
+ 'vl:bucket': FolderLink;
585
+ 'vl:file-content': FolderLink;
586
+ 'vl:file-referers': FolderLink;
587
+ 'vl:copied-from'?: FolderLink;
588
+ 'vl:thumbnail'?: FolderLink;
589
+ 'vl:watermark'?: FolderLink;
590
+ about?: FolderLink;
591
+ collection?: FolderLink;
592
+ item?: FolderLink;
593
+ preview?: FolderLink;
594
+ next?: FolderLink;
595
+ previous?: FolderLink;
596
+ 'latest-version': FolderLink;
597
+ 'version-history': FolderLink;
598
+ };
599
+ _embedded: any;
600
+ }
601
+ export interface ReadKycFormBuilder {
602
+ _embedded?: any;
603
+ _links: {
604
+ curies?: FolderLink[];
605
+ self: FolderLink;
606
+ 'vl:space': FolderLink;
607
+ 'vl:file': FolderLink;
608
+ 'vl:editors'?: FolderLink;
609
+ 'vl:fields'?: FolderLink;
610
+ 'vl:referers'?: FolderLink;
611
+ };
612
+ }
613
+ export interface ReadKycEnvelope {
614
+ status?: string;
615
+ signedAt?: string;
616
+ tosAcceptedAt?: string;
617
+ createdAt: string;
618
+ updatedAt: string;
619
+ _embedded?: any;
620
+ _links: {
621
+ curies?: FolderLink[];
622
+ 'vl:space': FolderLink;
623
+ 'vl:envelope-documents': FolderLink;
624
+ 'vl:envelope-proof'?: FolderLink;
625
+ 'vl:envelope-signer': FolderLink;
626
+ };
627
+ }
628
+ export interface ReadKycControl {
629
+ id?: string;
630
+ spaceId: string;
631
+ spaceName?: string;
632
+ status: string;
633
+ controlProfileId: string;
634
+ controlProfileName?: string;
635
+ subscriberId?: string;
636
+ subscriber?: KycSubscriber;
637
+ createdAt?: string;
638
+ lastModified?: string;
639
+ completeness?: KycCntrolCompleteness[];
640
+ score?: number;
641
+ result?: KycControlResult;
642
+ }
643
+ export type KycSubscriber = {
644
+ id?: string;
645
+ spaceId?: string;
646
+ type: string;
647
+ address?: {
648
+ address?: string;
649
+ city?: string;
650
+ province?: string;
651
+ zipCode?: string;
652
+ countryIso?: string;
653
+ };
654
+ complementaryData: {
655
+ origin: string;
656
+ type: string;
657
+ key: string;
658
+ data?: string;
659
+ jsonableType?: string;
660
+ pageNumber?: number;
661
+ };
662
+ additionalData?: any[];
663
+ contact?: string;
664
+ email?: string;
665
+ firstName?: string;
666
+ lastName?: string;
667
+ usageName?: string;
668
+ nationalityIso?: string;
669
+ gender?: string;
670
+ birthday?: string;
671
+ placeOfBirth?: string;
672
+ departmentOfBirth?: string;
673
+ phoneNumber?: string;
674
+ siren?: string;
675
+ legalName?: string;
676
+ legalForm?: string;
677
+ registrationDate?: string;
678
+ };
679
+ export type KycCntrolCompleteness = {
680
+ type: string;
681
+ number: number;
682
+ side: string;
683
+ available: boolean;
684
+ status?: string;
685
+ };
686
+ export type KycControlResult = {
687
+ status?: string;
688
+ score: number;
689
+ checkResults: KycControlResultCheckResults[];
690
+ nbPerformedChecks: number;
691
+ nbConfiguredChecks: number;
692
+ scores: KycControlResultScores;
693
+ scoresPerDocument: KycControlResultScores;
694
+ };
695
+ export type KycControlResultCheckResults = {
696
+ id?: number;
697
+ type: string;
698
+ name: string;
699
+ value: string;
700
+ weight: number;
701
+ critical: boolean;
702
+ sources: {
703
+ type: string;
704
+ documentId?: number;
705
+ documentType?: string;
706
+ number: number;
707
+ value: string;
708
+ label: string;
709
+ }[];
710
+ paramters?: {
711
+ name: string;
712
+ value: string;
713
+ }[];
714
+ public: boolean;
715
+ };
716
+ export type KycControlResultScores = {
717
+ [key: string]: number;
718
+ };
719
+ export interface ReadKycCaptureControl {
720
+ verificationType?: string;
721
+ providerName?: string;
722
+ _embedded: {
723
+ 'vl:identity'?: {
724
+ firstName: string;
725
+ lastName: string;
726
+ birthDate: string;
727
+ _links: {
728
+ curies?: FolderLink[];
729
+ self: FolderLink;
730
+ 'vl:capture': FolderLink;
731
+ };
732
+ _embedded: any;
733
+ };
734
+ 'vl:capture-proof'?: {
735
+ _links: {
736
+ curies?: FolderLink[];
737
+ self: FolderLink;
738
+ 'vl:capture': FolderLink;
739
+ 'vl:file': FolderLink;
740
+ };
741
+ _embedded: any;
742
+ };
743
+ 'vl:last-attempt': {
744
+ providerName: string;
745
+ outcome: string;
746
+ overallResult?: string;
747
+ faceMatching?: string;
748
+ liveness?: string;
749
+ attemptedAt?: string;
750
+ remainingAttempts: number;
751
+ _links: {
752
+ curies?: FolderLink[];
753
+ self: FolderLink;
754
+ 'vl:capture': FolderLink;
755
+ };
756
+ _embedded: any;
757
+ };
758
+ 'vl:gdpr-content': {
759
+ timestamp: string;
760
+ status: string;
761
+ comment?: string;
762
+ _links: {
763
+ curies?: FolderLink[];
764
+ self: FolderLink;
765
+ 'vl:capture': FolderLink;
766
+ };
767
+ _embedded: any;
768
+ };
769
+ 'vl:available-providers': {
770
+ providers: string;
771
+ _links: {
772
+ curies?: FolderLink[];
773
+ self: FolderLink;
774
+ 'vl:capture': FolderLink;
775
+ };
776
+ _embedded: any;
777
+ };
778
+ };
779
+ verificationLevel: string;
780
+ maxAttempts: number;
781
+ createdAt: string;
782
+ updatedAt: string;
783
+ _links: {
784
+ curies?: FolderLink[];
785
+ self: FolderLink;
786
+ 'vl:space': FolderLink;
787
+ 'vl:contact': FolderLink;
788
+ 'vl:capture-image'?: FolderLink;
789
+ 'vl:capture-proof'?: FolderLink;
790
+ 'vl:last-attempt'?: FolderLink;
791
+ 'vl:gdpr-content'?: FolderLink;
792
+ };
793
+ }
794
+ export interface ReadKycCaptureProof {
795
+ _links: {
796
+ self: {
797
+ href: string;
798
+ };
799
+ 'vl:capture': {
800
+ href: string;
801
+ };
802
+ 'vl:file': {
803
+ href: string;
804
+ };
805
+ curries: {
806
+ name: string;
807
+ href: string;
808
+ templated: boolean;
809
+ }[];
810
+ };
811
+ }
812
+ export interface ReadKycSignatureProof {
813
+ _links: {
814
+ self: {
815
+ href: string;
816
+ };
817
+ 'vl:envelope': {
818
+ href: string;
819
+ };
820
+ 'vl:file': {
821
+ href: string;
822
+ };
823
+ curries: {
824
+ name: string;
825
+ href: string;
826
+ templated: boolean;
827
+ }[];
828
+ };
829
+ }
830
+ //# sourceMappingURL=Read.d.ts.map