@nexeraid/identity-schemas 2.189.0-dev → 2.190.0-dev
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/dist/{CoinMarketCap.schema-331c6954.esm.mjs → CoinMarketCap.schema-59724503.esm.mjs} +2 -2
- package/dist/{CoinMarketCap.schema-8f6c7694.cjs.dev.cjs → CoinMarketCap.schema-7bf12d02.cjs.dev.cjs} +2 -2
- package/dist/{CoinMarketCap.schema-2399aebc.cjs.prod.cjs → CoinMarketCap.schema-7d8f8e3a.cjs.prod.cjs} +2 -2
- package/dist/declarations/src/providers/sumsub/sumsub-applicant.schema.d.ts +232 -232
- package/dist/declarations/src/providers/sumsub/sumsub.schema.d.ts +12 -12
- package/dist/declarations/src/vault/vault.schema.d.ts +0 -75
- package/dist/declarations/src/vault/vault.schema.d.ts.map +1 -1
- package/dist/declarations/src/verifiable-credentials/general-vc-typing.schema.d.ts +0 -25
- package/dist/declarations/src/verifiable-credentials/general-vc-typing.schema.d.ts.map +1 -1
- package/dist/declarations/src/verifiable-credentials/generated/IDInformationCredentialSubjectSchema.d.ts +0 -25
- package/dist/declarations/src/verifiable-credentials/generated/IDInformationCredentialSubjectSchema.d.ts.map +1 -1
- package/dist/declarations/src/verifiable-credentials/vc_json_schema_map.d.ts +32 -32
- package/dist/declarations/src/verifiable-credentials/vcs.schema.d.ts +0 -35
- package/dist/declarations/src/verifiable-credentials/vcs.schema.d.ts.map +1 -1
- package/dist/{identity-api.schema-952f67dc.cjs.prod.cjs → identity-api.schema-3a746737.cjs.prod.cjs} +1 -1
- package/dist/{identity-api.schema-9ecd79c8.cjs.dev.cjs → identity-api.schema-3b0ade9c.cjs.dev.cjs} +1 -1
- package/dist/{identity-api.schema-2ea8e9e4.esm.mjs → identity-api.schema-f6610db0.esm.mjs} +1 -1
- package/dist/nexeraid-identity-schemas.cjs.dev.cjs +4 -4
- package/dist/nexeraid-identity-schemas.cjs.prod.cjs +4 -4
- package/dist/nexeraid-identity-schemas.esm.mjs +5 -5
- package/dist/package.json +1 -1
- package/dist/{tfhe-utilities-0b2a8f32.cjs.prod.cjs → tfhe-utilities-02707fef.cjs.prod.cjs} +34 -59
- package/dist/{tfhe-utilities-9d4c0124.cjs.dev.cjs → tfhe-utilities-6c2861c1.cjs.dev.cjs} +34 -59
- package/dist/{tfhe-utilities-96001407.esm.mjs → tfhe-utilities-af133b52.esm.mjs} +34 -59
- package/dist/{toArray-15af4b04.cjs.dev.cjs → toArray-90aa2268.cjs.dev.cjs} +1 -1
- package/dist/{toArray-7e10fc1f.esm.mjs → toArray-af53dbf6.esm.mjs} +1 -1
- package/dist/{toArray-b84f76b2.cjs.prod.cjs → toArray-cee53077.cjs.prod.cjs} +1 -1
- package/dist/{vault.schema-3de57896.esm.mjs → vault.schema-025f42bf.esm.mjs} +1 -6
- package/dist/{vault.schema-7e7f9563.cjs.dev.cjs → vault.schema-4b6853b7.cjs.dev.cjs} +1 -6
- package/dist/{vault.schema-f91aac6e.cjs.prod.cjs → vault.schema-d577ccdd.cjs.prod.cjs} +1 -6
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.cjs +2 -2
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.cjs +2 -2
- package/identity/dist/nexeraid-identity-schemas-identity.esm.mjs +2 -2
- package/package.json +1 -1
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.cjs +3 -3
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.cjs +3 -3
- package/providers/dist/nexeraid-identity-schemas-providers.esm.mjs +3 -3
- package/vault/dist/nexeraid-identity-schemas-vault.cjs.dev.cjs +2 -2
- package/vault/dist/nexeraid-identity-schemas-vault.cjs.prod.cjs +2 -2
- package/vault/dist/nexeraid-identity-schemas-vault.esm.mjs +3 -3
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.cjs +3 -3
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.cjs +3 -3
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.mjs +3 -3
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.cjs +4 -4
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +4 -4
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +4 -4
|
@@ -197,9 +197,6 @@ export declare const SumSubIndividualApplicantSchema: z.ZodObject<{
|
|
|
197
197
|
age?: string | null | undefined;
|
|
198
198
|
country?: string | null | undefined;
|
|
199
199
|
stateOfBirth?: string | null | undefined;
|
|
200
|
-
issuedDate?: string | null | undefined;
|
|
201
|
-
mrzLine1?: string | null | undefined;
|
|
202
|
-
mrzLine2?: string | null | undefined;
|
|
203
200
|
placeOfBirth?: string | null | undefined;
|
|
204
201
|
address?: {
|
|
205
202
|
country?: string | null | undefined;
|
|
@@ -216,10 +213,13 @@ export declare const SumSubIndividualApplicantSchema: z.ZodObject<{
|
|
|
216
213
|
firstNameEn?: string | null | undefined;
|
|
217
214
|
middleNameEn?: string | null | undefined;
|
|
218
215
|
lastNameEn?: string | null | undefined;
|
|
216
|
+
issuedDate?: string | null | undefined;
|
|
219
217
|
issueAuthority?: string | null | undefined;
|
|
220
218
|
validUntil?: string | null | undefined;
|
|
221
219
|
additionalNumber?: string | null | undefined;
|
|
222
220
|
dob?: string | null | undefined;
|
|
221
|
+
mrzLine1?: string | null | undefined;
|
|
222
|
+
mrzLine2?: string | null | undefined;
|
|
223
223
|
mrzLine3?: string | null | undefined;
|
|
224
224
|
}, {
|
|
225
225
|
number?: string | null | undefined;
|
|
@@ -230,9 +230,6 @@ export declare const SumSubIndividualApplicantSchema: z.ZodObject<{
|
|
|
230
230
|
age?: string | null | undefined;
|
|
231
231
|
country?: string | null | undefined;
|
|
232
232
|
stateOfBirth?: string | null | undefined;
|
|
233
|
-
issuedDate?: string | null | undefined;
|
|
234
|
-
mrzLine1?: string | null | undefined;
|
|
235
|
-
mrzLine2?: string | null | undefined;
|
|
236
233
|
placeOfBirth?: string | null | undefined;
|
|
237
234
|
address?: {
|
|
238
235
|
country?: string | null | undefined;
|
|
@@ -249,10 +246,13 @@ export declare const SumSubIndividualApplicantSchema: z.ZodObject<{
|
|
|
249
246
|
firstNameEn?: string | null | undefined;
|
|
250
247
|
middleNameEn?: string | null | undefined;
|
|
251
248
|
lastNameEn?: string | null | undefined;
|
|
249
|
+
issuedDate?: string | null | undefined;
|
|
252
250
|
issueAuthority?: string | null | undefined;
|
|
253
251
|
validUntil?: string | null | undefined;
|
|
254
252
|
additionalNumber?: string | null | undefined;
|
|
255
253
|
dob?: string | null | undefined;
|
|
254
|
+
mrzLine1?: string | null | undefined;
|
|
255
|
+
mrzLine2?: string | null | undefined;
|
|
256
256
|
mrzLine3?: string | null | undefined;
|
|
257
257
|
}>, "many">>;
|
|
258
258
|
tin: z.ZodOptional<z.ZodString>;
|
|
@@ -286,9 +286,6 @@ export declare const SumSubIndividualApplicantSchema: z.ZodObject<{
|
|
|
286
286
|
age?: string | null | undefined;
|
|
287
287
|
country?: string | null | undefined;
|
|
288
288
|
stateOfBirth?: string | null | undefined;
|
|
289
|
-
issuedDate?: string | null | undefined;
|
|
290
|
-
mrzLine1?: string | null | undefined;
|
|
291
|
-
mrzLine2?: string | null | undefined;
|
|
292
289
|
placeOfBirth?: string | null | undefined;
|
|
293
290
|
address?: {
|
|
294
291
|
country?: string | null | undefined;
|
|
@@ -305,10 +302,13 @@ export declare const SumSubIndividualApplicantSchema: z.ZodObject<{
|
|
|
305
302
|
firstNameEn?: string | null | undefined;
|
|
306
303
|
middleNameEn?: string | null | undefined;
|
|
307
304
|
lastNameEn?: string | null | undefined;
|
|
305
|
+
issuedDate?: string | null | undefined;
|
|
308
306
|
issueAuthority?: string | null | undefined;
|
|
309
307
|
validUntil?: string | null | undefined;
|
|
310
308
|
additionalNumber?: string | null | undefined;
|
|
311
309
|
dob?: string | null | undefined;
|
|
310
|
+
mrzLine1?: string | null | undefined;
|
|
311
|
+
mrzLine2?: string | null | undefined;
|
|
312
312
|
mrzLine3?: string | null | undefined;
|
|
313
313
|
}[] | undefined;
|
|
314
314
|
tin?: string | undefined;
|
|
@@ -342,9 +342,6 @@ export declare const SumSubIndividualApplicantSchema: z.ZodObject<{
|
|
|
342
342
|
age?: string | null | undefined;
|
|
343
343
|
country?: string | null | undefined;
|
|
344
344
|
stateOfBirth?: string | null | undefined;
|
|
345
|
-
issuedDate?: string | null | undefined;
|
|
346
|
-
mrzLine1?: string | null | undefined;
|
|
347
|
-
mrzLine2?: string | null | undefined;
|
|
348
345
|
placeOfBirth?: string | null | undefined;
|
|
349
346
|
address?: {
|
|
350
347
|
country?: string | null | undefined;
|
|
@@ -361,10 +358,13 @@ export declare const SumSubIndividualApplicantSchema: z.ZodObject<{
|
|
|
361
358
|
firstNameEn?: string | null | undefined;
|
|
362
359
|
middleNameEn?: string | null | undefined;
|
|
363
360
|
lastNameEn?: string | null | undefined;
|
|
361
|
+
issuedDate?: string | null | undefined;
|
|
364
362
|
issueAuthority?: string | null | undefined;
|
|
365
363
|
validUntil?: string | null | undefined;
|
|
366
364
|
additionalNumber?: string | null | undefined;
|
|
367
365
|
dob?: string | null | undefined;
|
|
366
|
+
mrzLine1?: string | null | undefined;
|
|
367
|
+
mrzLine2?: string | null | undefined;
|
|
368
368
|
mrzLine3?: string | null | undefined;
|
|
369
369
|
}[] | undefined;
|
|
370
370
|
tin?: string | undefined;
|
|
@@ -489,9 +489,6 @@ export declare const SumSubIndividualApplicantSchema: z.ZodObject<{
|
|
|
489
489
|
age?: string | null | undefined;
|
|
490
490
|
country?: string | null | undefined;
|
|
491
491
|
stateOfBirth?: string | null | undefined;
|
|
492
|
-
issuedDate?: string | null | undefined;
|
|
493
|
-
mrzLine1?: string | null | undefined;
|
|
494
|
-
mrzLine2?: string | null | undefined;
|
|
495
492
|
placeOfBirth?: string | null | undefined;
|
|
496
493
|
address?: {
|
|
497
494
|
country?: string | null | undefined;
|
|
@@ -508,10 +505,13 @@ export declare const SumSubIndividualApplicantSchema: z.ZodObject<{
|
|
|
508
505
|
firstNameEn?: string | null | undefined;
|
|
509
506
|
middleNameEn?: string | null | undefined;
|
|
510
507
|
lastNameEn?: string | null | undefined;
|
|
508
|
+
issuedDate?: string | null | undefined;
|
|
511
509
|
issueAuthority?: string | null | undefined;
|
|
512
510
|
validUntil?: string | null | undefined;
|
|
513
511
|
additionalNumber?: string | null | undefined;
|
|
514
512
|
dob?: string | null | undefined;
|
|
513
|
+
mrzLine1?: string | null | undefined;
|
|
514
|
+
mrzLine2?: string | null | undefined;
|
|
515
515
|
mrzLine3?: string | null | undefined;
|
|
516
516
|
}, {
|
|
517
517
|
number?: string | null | undefined;
|
|
@@ -522,9 +522,6 @@ export declare const SumSubIndividualApplicantSchema: z.ZodObject<{
|
|
|
522
522
|
age?: string | null | undefined;
|
|
523
523
|
country?: string | null | undefined;
|
|
524
524
|
stateOfBirth?: string | null | undefined;
|
|
525
|
-
issuedDate?: string | null | undefined;
|
|
526
|
-
mrzLine1?: string | null | undefined;
|
|
527
|
-
mrzLine2?: string | null | undefined;
|
|
528
525
|
placeOfBirth?: string | null | undefined;
|
|
529
526
|
address?: {
|
|
530
527
|
country?: string | null | undefined;
|
|
@@ -541,10 +538,13 @@ export declare const SumSubIndividualApplicantSchema: z.ZodObject<{
|
|
|
541
538
|
firstNameEn?: string | null | undefined;
|
|
542
539
|
middleNameEn?: string | null | undefined;
|
|
543
540
|
lastNameEn?: string | null | undefined;
|
|
541
|
+
issuedDate?: string | null | undefined;
|
|
544
542
|
issueAuthority?: string | null | undefined;
|
|
545
543
|
validUntil?: string | null | undefined;
|
|
546
544
|
additionalNumber?: string | null | undefined;
|
|
547
545
|
dob?: string | null | undefined;
|
|
546
|
+
mrzLine1?: string | null | undefined;
|
|
547
|
+
mrzLine2?: string | null | undefined;
|
|
548
548
|
mrzLine3?: string | null | undefined;
|
|
549
549
|
}>, "many">>;
|
|
550
550
|
tin: z.ZodOptional<z.ZodString>;
|
|
@@ -578,9 +578,6 @@ export declare const SumSubIndividualApplicantSchema: z.ZodObject<{
|
|
|
578
578
|
age?: string | null | undefined;
|
|
579
579
|
country?: string | null | undefined;
|
|
580
580
|
stateOfBirth?: string | null | undefined;
|
|
581
|
-
issuedDate?: string | null | undefined;
|
|
582
|
-
mrzLine1?: string | null | undefined;
|
|
583
|
-
mrzLine2?: string | null | undefined;
|
|
584
581
|
placeOfBirth?: string | null | undefined;
|
|
585
582
|
address?: {
|
|
586
583
|
country?: string | null | undefined;
|
|
@@ -597,10 +594,13 @@ export declare const SumSubIndividualApplicantSchema: z.ZodObject<{
|
|
|
597
594
|
firstNameEn?: string | null | undefined;
|
|
598
595
|
middleNameEn?: string | null | undefined;
|
|
599
596
|
lastNameEn?: string | null | undefined;
|
|
597
|
+
issuedDate?: string | null | undefined;
|
|
600
598
|
issueAuthority?: string | null | undefined;
|
|
601
599
|
validUntil?: string | null | undefined;
|
|
602
600
|
additionalNumber?: string | null | undefined;
|
|
603
601
|
dob?: string | null | undefined;
|
|
602
|
+
mrzLine1?: string | null | undefined;
|
|
603
|
+
mrzLine2?: string | null | undefined;
|
|
604
604
|
mrzLine3?: string | null | undefined;
|
|
605
605
|
}[] | undefined;
|
|
606
606
|
tin?: string | undefined;
|
|
@@ -634,9 +634,6 @@ export declare const SumSubIndividualApplicantSchema: z.ZodObject<{
|
|
|
634
634
|
age?: string | null | undefined;
|
|
635
635
|
country?: string | null | undefined;
|
|
636
636
|
stateOfBirth?: string | null | undefined;
|
|
637
|
-
issuedDate?: string | null | undefined;
|
|
638
|
-
mrzLine1?: string | null | undefined;
|
|
639
|
-
mrzLine2?: string | null | undefined;
|
|
640
637
|
placeOfBirth?: string | null | undefined;
|
|
641
638
|
address?: {
|
|
642
639
|
country?: string | null | undefined;
|
|
@@ -653,10 +650,13 @@ export declare const SumSubIndividualApplicantSchema: z.ZodObject<{
|
|
|
653
650
|
firstNameEn?: string | null | undefined;
|
|
654
651
|
middleNameEn?: string | null | undefined;
|
|
655
652
|
lastNameEn?: string | null | undefined;
|
|
653
|
+
issuedDate?: string | null | undefined;
|
|
656
654
|
issueAuthority?: string | null | undefined;
|
|
657
655
|
validUntil?: string | null | undefined;
|
|
658
656
|
additionalNumber?: string | null | undefined;
|
|
659
657
|
dob?: string | null | undefined;
|
|
658
|
+
mrzLine1?: string | null | undefined;
|
|
659
|
+
mrzLine2?: string | null | undefined;
|
|
660
660
|
mrzLine3?: string | null | undefined;
|
|
661
661
|
}[] | undefined;
|
|
662
662
|
tin?: string | undefined;
|
|
@@ -840,9 +840,6 @@ export declare const SumSubIndividualApplicantSchema: z.ZodObject<{
|
|
|
840
840
|
age?: string | null | undefined;
|
|
841
841
|
country?: string | null | undefined;
|
|
842
842
|
stateOfBirth?: string | null | undefined;
|
|
843
|
-
issuedDate?: string | null | undefined;
|
|
844
|
-
mrzLine1?: string | null | undefined;
|
|
845
|
-
mrzLine2?: string | null | undefined;
|
|
846
843
|
placeOfBirth?: string | null | undefined;
|
|
847
844
|
address?: {
|
|
848
845
|
country?: string | null | undefined;
|
|
@@ -859,10 +856,13 @@ export declare const SumSubIndividualApplicantSchema: z.ZodObject<{
|
|
|
859
856
|
firstNameEn?: string | null | undefined;
|
|
860
857
|
middleNameEn?: string | null | undefined;
|
|
861
858
|
lastNameEn?: string | null | undefined;
|
|
859
|
+
issuedDate?: string | null | undefined;
|
|
862
860
|
issueAuthority?: string | null | undefined;
|
|
863
861
|
validUntil?: string | null | undefined;
|
|
864
862
|
additionalNumber?: string | null | undefined;
|
|
865
863
|
dob?: string | null | undefined;
|
|
864
|
+
mrzLine1?: string | null | undefined;
|
|
865
|
+
mrzLine2?: string | null | undefined;
|
|
866
866
|
mrzLine3?: string | null | undefined;
|
|
867
867
|
}[] | undefined;
|
|
868
868
|
tin?: string | undefined;
|
|
@@ -906,9 +906,6 @@ export declare const SumSubIndividualApplicantSchema: z.ZodObject<{
|
|
|
906
906
|
age?: string | null | undefined;
|
|
907
907
|
country?: string | null | undefined;
|
|
908
908
|
stateOfBirth?: string | null | undefined;
|
|
909
|
-
issuedDate?: string | null | undefined;
|
|
910
|
-
mrzLine1?: string | null | undefined;
|
|
911
|
-
mrzLine2?: string | null | undefined;
|
|
912
909
|
placeOfBirth?: string | null | undefined;
|
|
913
910
|
address?: {
|
|
914
911
|
country?: string | null | undefined;
|
|
@@ -925,10 +922,13 @@ export declare const SumSubIndividualApplicantSchema: z.ZodObject<{
|
|
|
925
922
|
firstNameEn?: string | null | undefined;
|
|
926
923
|
middleNameEn?: string | null | undefined;
|
|
927
924
|
lastNameEn?: string | null | undefined;
|
|
925
|
+
issuedDate?: string | null | undefined;
|
|
928
926
|
issueAuthority?: string | null | undefined;
|
|
929
927
|
validUntil?: string | null | undefined;
|
|
930
928
|
additionalNumber?: string | null | undefined;
|
|
931
929
|
dob?: string | null | undefined;
|
|
930
|
+
mrzLine1?: string | null | undefined;
|
|
931
|
+
mrzLine2?: string | null | undefined;
|
|
932
932
|
mrzLine3?: string | null | undefined;
|
|
933
933
|
}[] | undefined;
|
|
934
934
|
tin?: string | undefined;
|
|
@@ -1008,9 +1008,6 @@ export declare const SumSubIndividualApplicantSchema: z.ZodObject<{
|
|
|
1008
1008
|
age?: string | null | undefined;
|
|
1009
1009
|
country?: string | null | undefined;
|
|
1010
1010
|
stateOfBirth?: string | null | undefined;
|
|
1011
|
-
issuedDate?: string | null | undefined;
|
|
1012
|
-
mrzLine1?: string | null | undefined;
|
|
1013
|
-
mrzLine2?: string | null | undefined;
|
|
1014
1011
|
placeOfBirth?: string | null | undefined;
|
|
1015
1012
|
address?: {
|
|
1016
1013
|
country?: string | null | undefined;
|
|
@@ -1027,10 +1024,13 @@ export declare const SumSubIndividualApplicantSchema: z.ZodObject<{
|
|
|
1027
1024
|
firstNameEn?: string | null | undefined;
|
|
1028
1025
|
middleNameEn?: string | null | undefined;
|
|
1029
1026
|
lastNameEn?: string | null | undefined;
|
|
1027
|
+
issuedDate?: string | null | undefined;
|
|
1030
1028
|
issueAuthority?: string | null | undefined;
|
|
1031
1029
|
validUntil?: string | null | undefined;
|
|
1032
1030
|
additionalNumber?: string | null | undefined;
|
|
1033
1031
|
dob?: string | null | undefined;
|
|
1032
|
+
mrzLine1?: string | null | undefined;
|
|
1033
|
+
mrzLine2?: string | null | undefined;
|
|
1034
1034
|
mrzLine3?: string | null | undefined;
|
|
1035
1035
|
}[] | undefined;
|
|
1036
1036
|
tin?: string | undefined;
|
|
@@ -1074,9 +1074,6 @@ export declare const SumSubIndividualApplicantSchema: z.ZodObject<{
|
|
|
1074
1074
|
age?: string | null | undefined;
|
|
1075
1075
|
country?: string | null | undefined;
|
|
1076
1076
|
stateOfBirth?: string | null | undefined;
|
|
1077
|
-
issuedDate?: string | null | undefined;
|
|
1078
|
-
mrzLine1?: string | null | undefined;
|
|
1079
|
-
mrzLine2?: string | null | undefined;
|
|
1080
1077
|
placeOfBirth?: string | null | undefined;
|
|
1081
1078
|
address?: {
|
|
1082
1079
|
country?: string | null | undefined;
|
|
@@ -1093,10 +1090,13 @@ export declare const SumSubIndividualApplicantSchema: z.ZodObject<{
|
|
|
1093
1090
|
firstNameEn?: string | null | undefined;
|
|
1094
1091
|
middleNameEn?: string | null | undefined;
|
|
1095
1092
|
lastNameEn?: string | null | undefined;
|
|
1093
|
+
issuedDate?: string | null | undefined;
|
|
1096
1094
|
issueAuthority?: string | null | undefined;
|
|
1097
1095
|
validUntil?: string | null | undefined;
|
|
1098
1096
|
additionalNumber?: string | null | undefined;
|
|
1099
1097
|
dob?: string | null | undefined;
|
|
1098
|
+
mrzLine1?: string | null | undefined;
|
|
1099
|
+
mrzLine2?: string | null | undefined;
|
|
1100
1100
|
mrzLine3?: string | null | undefined;
|
|
1101
1101
|
}[] | undefined;
|
|
1102
1102
|
tin?: string | undefined;
|
|
@@ -2180,9 +2180,9 @@ export declare const DocumentMetadataSchema: z.ZodObject<{
|
|
|
2180
2180
|
number?: string | null | undefined;
|
|
2181
2181
|
firstName?: string | null | undefined;
|
|
2182
2182
|
lastName?: string | null | undefined;
|
|
2183
|
-
issuedDate?: string | null | undefined;
|
|
2184
2183
|
placeOfBirth?: string | null | undefined;
|
|
2185
2184
|
errors?: string[] | null | undefined;
|
|
2185
|
+
issuedDate?: string | null | undefined;
|
|
2186
2186
|
validUntil?: string | null | undefined;
|
|
2187
2187
|
dob?: string | null | undefined;
|
|
2188
2188
|
idDocSubType?: string | null | undefined;
|
|
@@ -2193,9 +2193,9 @@ export declare const DocumentMetadataSchema: z.ZodObject<{
|
|
|
2193
2193
|
number?: string | null | undefined;
|
|
2194
2194
|
firstName?: string | null | undefined;
|
|
2195
2195
|
lastName?: string | null | undefined;
|
|
2196
|
-
issuedDate?: string | null | undefined;
|
|
2197
2196
|
placeOfBirth?: string | null | undefined;
|
|
2198
2197
|
errors?: string[] | null | undefined;
|
|
2198
|
+
issuedDate?: string | null | undefined;
|
|
2199
2199
|
validUntil?: string | null | undefined;
|
|
2200
2200
|
dob?: string | null | undefined;
|
|
2201
2201
|
idDocSubType?: string | null | undefined;
|
|
@@ -2224,9 +2224,9 @@ export declare const DocumentSubmitResponse: z.ZodObject<{
|
|
|
2224
2224
|
number?: string | null | undefined;
|
|
2225
2225
|
firstName?: string | null | undefined;
|
|
2226
2226
|
lastName?: string | null | undefined;
|
|
2227
|
-
issuedDate?: string | null | undefined;
|
|
2228
2227
|
placeOfBirth?: string | null | undefined;
|
|
2229
2228
|
errors?: string[] | null | undefined;
|
|
2229
|
+
issuedDate?: string | null | undefined;
|
|
2230
2230
|
validUntil?: string | null | undefined;
|
|
2231
2231
|
dob?: string | null | undefined;
|
|
2232
2232
|
idDocSubType?: string | null | undefined;
|
|
@@ -2238,9 +2238,9 @@ export declare const DocumentSubmitResponse: z.ZodObject<{
|
|
|
2238
2238
|
number?: string | null | undefined;
|
|
2239
2239
|
firstName?: string | null | undefined;
|
|
2240
2240
|
lastName?: string | null | undefined;
|
|
2241
|
-
issuedDate?: string | null | undefined;
|
|
2242
2241
|
placeOfBirth?: string | null | undefined;
|
|
2243
2242
|
errors?: string[] | null | undefined;
|
|
2243
|
+
issuedDate?: string | null | undefined;
|
|
2244
2244
|
validUntil?: string | null | undefined;
|
|
2245
2245
|
dob?: string | null | undefined;
|
|
2246
2246
|
idDocSubType?: string | null | undefined;
|
|
@@ -2521,9 +2521,6 @@ export declare const SumsubKycDataSchema: z.ZodObject<{
|
|
|
2521
2521
|
age?: string | null | undefined;
|
|
2522
2522
|
country?: string | null | undefined;
|
|
2523
2523
|
stateOfBirth?: string | null | undefined;
|
|
2524
|
-
issuedDate?: string | null | undefined;
|
|
2525
|
-
mrzLine1?: string | null | undefined;
|
|
2526
|
-
mrzLine2?: string | null | undefined;
|
|
2527
2524
|
placeOfBirth?: string | null | undefined;
|
|
2528
2525
|
address?: {
|
|
2529
2526
|
country?: string | null | undefined;
|
|
@@ -2540,10 +2537,13 @@ export declare const SumsubKycDataSchema: z.ZodObject<{
|
|
|
2540
2537
|
firstNameEn?: string | null | undefined;
|
|
2541
2538
|
middleNameEn?: string | null | undefined;
|
|
2542
2539
|
lastNameEn?: string | null | undefined;
|
|
2540
|
+
issuedDate?: string | null | undefined;
|
|
2543
2541
|
issueAuthority?: string | null | undefined;
|
|
2544
2542
|
validUntil?: string | null | undefined;
|
|
2545
2543
|
additionalNumber?: string | null | undefined;
|
|
2546
2544
|
dob?: string | null | undefined;
|
|
2545
|
+
mrzLine1?: string | null | undefined;
|
|
2546
|
+
mrzLine2?: string | null | undefined;
|
|
2547
2547
|
mrzLine3?: string | null | undefined;
|
|
2548
2548
|
}, {
|
|
2549
2549
|
number?: string | null | undefined;
|
|
@@ -2554,9 +2554,6 @@ export declare const SumsubKycDataSchema: z.ZodObject<{
|
|
|
2554
2554
|
age?: string | null | undefined;
|
|
2555
2555
|
country?: string | null | undefined;
|
|
2556
2556
|
stateOfBirth?: string | null | undefined;
|
|
2557
|
-
issuedDate?: string | null | undefined;
|
|
2558
|
-
mrzLine1?: string | null | undefined;
|
|
2559
|
-
mrzLine2?: string | null | undefined;
|
|
2560
2557
|
placeOfBirth?: string | null | undefined;
|
|
2561
2558
|
address?: {
|
|
2562
2559
|
country?: string | null | undefined;
|
|
@@ -2573,10 +2570,13 @@ export declare const SumsubKycDataSchema: z.ZodObject<{
|
|
|
2573
2570
|
firstNameEn?: string | null | undefined;
|
|
2574
2571
|
middleNameEn?: string | null | undefined;
|
|
2575
2572
|
lastNameEn?: string | null | undefined;
|
|
2573
|
+
issuedDate?: string | null | undefined;
|
|
2576
2574
|
issueAuthority?: string | null | undefined;
|
|
2577
2575
|
validUntil?: string | null | undefined;
|
|
2578
2576
|
additionalNumber?: string | null | undefined;
|
|
2579
2577
|
dob?: string | null | undefined;
|
|
2578
|
+
mrzLine1?: string | null | undefined;
|
|
2579
|
+
mrzLine2?: string | null | undefined;
|
|
2580
2580
|
mrzLine3?: string | null | undefined;
|
|
2581
2581
|
}>, "many">>;
|
|
2582
2582
|
tin: z.ZodOptional<z.ZodString>;
|
|
@@ -2610,9 +2610,6 @@ export declare const SumsubKycDataSchema: z.ZodObject<{
|
|
|
2610
2610
|
age?: string | null | undefined;
|
|
2611
2611
|
country?: string | null | undefined;
|
|
2612
2612
|
stateOfBirth?: string | null | undefined;
|
|
2613
|
-
issuedDate?: string | null | undefined;
|
|
2614
|
-
mrzLine1?: string | null | undefined;
|
|
2615
|
-
mrzLine2?: string | null | undefined;
|
|
2616
2613
|
placeOfBirth?: string | null | undefined;
|
|
2617
2614
|
address?: {
|
|
2618
2615
|
country?: string | null | undefined;
|
|
@@ -2629,10 +2626,13 @@ export declare const SumsubKycDataSchema: z.ZodObject<{
|
|
|
2629
2626
|
firstNameEn?: string | null | undefined;
|
|
2630
2627
|
middleNameEn?: string | null | undefined;
|
|
2631
2628
|
lastNameEn?: string | null | undefined;
|
|
2629
|
+
issuedDate?: string | null | undefined;
|
|
2632
2630
|
issueAuthority?: string | null | undefined;
|
|
2633
2631
|
validUntil?: string | null | undefined;
|
|
2634
2632
|
additionalNumber?: string | null | undefined;
|
|
2635
2633
|
dob?: string | null | undefined;
|
|
2634
|
+
mrzLine1?: string | null | undefined;
|
|
2635
|
+
mrzLine2?: string | null | undefined;
|
|
2636
2636
|
mrzLine3?: string | null | undefined;
|
|
2637
2637
|
}[] | undefined;
|
|
2638
2638
|
tin?: string | undefined;
|
|
@@ -2666,9 +2666,6 @@ export declare const SumsubKycDataSchema: z.ZodObject<{
|
|
|
2666
2666
|
age?: string | null | undefined;
|
|
2667
2667
|
country?: string | null | undefined;
|
|
2668
2668
|
stateOfBirth?: string | null | undefined;
|
|
2669
|
-
issuedDate?: string | null | undefined;
|
|
2670
|
-
mrzLine1?: string | null | undefined;
|
|
2671
|
-
mrzLine2?: string | null | undefined;
|
|
2672
2669
|
placeOfBirth?: string | null | undefined;
|
|
2673
2670
|
address?: {
|
|
2674
2671
|
country?: string | null | undefined;
|
|
@@ -2685,10 +2682,13 @@ export declare const SumsubKycDataSchema: z.ZodObject<{
|
|
|
2685
2682
|
firstNameEn?: string | null | undefined;
|
|
2686
2683
|
middleNameEn?: string | null | undefined;
|
|
2687
2684
|
lastNameEn?: string | null | undefined;
|
|
2685
|
+
issuedDate?: string | null | undefined;
|
|
2688
2686
|
issueAuthority?: string | null | undefined;
|
|
2689
2687
|
validUntil?: string | null | undefined;
|
|
2690
2688
|
additionalNumber?: string | null | undefined;
|
|
2691
2689
|
dob?: string | null | undefined;
|
|
2690
|
+
mrzLine1?: string | null | undefined;
|
|
2691
|
+
mrzLine2?: string | null | undefined;
|
|
2692
2692
|
mrzLine3?: string | null | undefined;
|
|
2693
2693
|
}[] | undefined;
|
|
2694
2694
|
tin?: string | undefined;
|
|
@@ -2813,9 +2813,6 @@ export declare const SumsubKycDataSchema: z.ZodObject<{
|
|
|
2813
2813
|
age?: string | null | undefined;
|
|
2814
2814
|
country?: string | null | undefined;
|
|
2815
2815
|
stateOfBirth?: string | null | undefined;
|
|
2816
|
-
issuedDate?: string | null | undefined;
|
|
2817
|
-
mrzLine1?: string | null | undefined;
|
|
2818
|
-
mrzLine2?: string | null | undefined;
|
|
2819
2816
|
placeOfBirth?: string | null | undefined;
|
|
2820
2817
|
address?: {
|
|
2821
2818
|
country?: string | null | undefined;
|
|
@@ -2832,10 +2829,13 @@ export declare const SumsubKycDataSchema: z.ZodObject<{
|
|
|
2832
2829
|
firstNameEn?: string | null | undefined;
|
|
2833
2830
|
middleNameEn?: string | null | undefined;
|
|
2834
2831
|
lastNameEn?: string | null | undefined;
|
|
2832
|
+
issuedDate?: string | null | undefined;
|
|
2835
2833
|
issueAuthority?: string | null | undefined;
|
|
2836
2834
|
validUntil?: string | null | undefined;
|
|
2837
2835
|
additionalNumber?: string | null | undefined;
|
|
2838
2836
|
dob?: string | null | undefined;
|
|
2837
|
+
mrzLine1?: string | null | undefined;
|
|
2838
|
+
mrzLine2?: string | null | undefined;
|
|
2839
2839
|
mrzLine3?: string | null | undefined;
|
|
2840
2840
|
}, {
|
|
2841
2841
|
number?: string | null | undefined;
|
|
@@ -2846,9 +2846,6 @@ export declare const SumsubKycDataSchema: z.ZodObject<{
|
|
|
2846
2846
|
age?: string | null | undefined;
|
|
2847
2847
|
country?: string | null | undefined;
|
|
2848
2848
|
stateOfBirth?: string | null | undefined;
|
|
2849
|
-
issuedDate?: string | null | undefined;
|
|
2850
|
-
mrzLine1?: string | null | undefined;
|
|
2851
|
-
mrzLine2?: string | null | undefined;
|
|
2852
2849
|
placeOfBirth?: string | null | undefined;
|
|
2853
2850
|
address?: {
|
|
2854
2851
|
country?: string | null | undefined;
|
|
@@ -2865,10 +2862,13 @@ export declare const SumsubKycDataSchema: z.ZodObject<{
|
|
|
2865
2862
|
firstNameEn?: string | null | undefined;
|
|
2866
2863
|
middleNameEn?: string | null | undefined;
|
|
2867
2864
|
lastNameEn?: string | null | undefined;
|
|
2865
|
+
issuedDate?: string | null | undefined;
|
|
2868
2866
|
issueAuthority?: string | null | undefined;
|
|
2869
2867
|
validUntil?: string | null | undefined;
|
|
2870
2868
|
additionalNumber?: string | null | undefined;
|
|
2871
2869
|
dob?: string | null | undefined;
|
|
2870
|
+
mrzLine1?: string | null | undefined;
|
|
2871
|
+
mrzLine2?: string | null | undefined;
|
|
2872
2872
|
mrzLine3?: string | null | undefined;
|
|
2873
2873
|
}>, "many">>;
|
|
2874
2874
|
tin: z.ZodOptional<z.ZodString>;
|
|
@@ -2902,9 +2902,6 @@ export declare const SumsubKycDataSchema: z.ZodObject<{
|
|
|
2902
2902
|
age?: string | null | undefined;
|
|
2903
2903
|
country?: string | null | undefined;
|
|
2904
2904
|
stateOfBirth?: string | null | undefined;
|
|
2905
|
-
issuedDate?: string | null | undefined;
|
|
2906
|
-
mrzLine1?: string | null | undefined;
|
|
2907
|
-
mrzLine2?: string | null | undefined;
|
|
2908
2905
|
placeOfBirth?: string | null | undefined;
|
|
2909
2906
|
address?: {
|
|
2910
2907
|
country?: string | null | undefined;
|
|
@@ -2921,10 +2918,13 @@ export declare const SumsubKycDataSchema: z.ZodObject<{
|
|
|
2921
2918
|
firstNameEn?: string | null | undefined;
|
|
2922
2919
|
middleNameEn?: string | null | undefined;
|
|
2923
2920
|
lastNameEn?: string | null | undefined;
|
|
2921
|
+
issuedDate?: string | null | undefined;
|
|
2924
2922
|
issueAuthority?: string | null | undefined;
|
|
2925
2923
|
validUntil?: string | null | undefined;
|
|
2926
2924
|
additionalNumber?: string | null | undefined;
|
|
2927
2925
|
dob?: string | null | undefined;
|
|
2926
|
+
mrzLine1?: string | null | undefined;
|
|
2927
|
+
mrzLine2?: string | null | undefined;
|
|
2928
2928
|
mrzLine3?: string | null | undefined;
|
|
2929
2929
|
}[] | undefined;
|
|
2930
2930
|
tin?: string | undefined;
|
|
@@ -2958,9 +2958,6 @@ export declare const SumsubKycDataSchema: z.ZodObject<{
|
|
|
2958
2958
|
age?: string | null | undefined;
|
|
2959
2959
|
country?: string | null | undefined;
|
|
2960
2960
|
stateOfBirth?: string | null | undefined;
|
|
2961
|
-
issuedDate?: string | null | undefined;
|
|
2962
|
-
mrzLine1?: string | null | undefined;
|
|
2963
|
-
mrzLine2?: string | null | undefined;
|
|
2964
2961
|
placeOfBirth?: string | null | undefined;
|
|
2965
2962
|
address?: {
|
|
2966
2963
|
country?: string | null | undefined;
|
|
@@ -2977,10 +2974,13 @@ export declare const SumsubKycDataSchema: z.ZodObject<{
|
|
|
2977
2974
|
firstNameEn?: string | null | undefined;
|
|
2978
2975
|
middleNameEn?: string | null | undefined;
|
|
2979
2976
|
lastNameEn?: string | null | undefined;
|
|
2977
|
+
issuedDate?: string | null | undefined;
|
|
2980
2978
|
issueAuthority?: string | null | undefined;
|
|
2981
2979
|
validUntil?: string | null | undefined;
|
|
2982
2980
|
additionalNumber?: string | null | undefined;
|
|
2983
2981
|
dob?: string | null | undefined;
|
|
2982
|
+
mrzLine1?: string | null | undefined;
|
|
2983
|
+
mrzLine2?: string | null | undefined;
|
|
2984
2984
|
mrzLine3?: string | null | undefined;
|
|
2985
2985
|
}[] | undefined;
|
|
2986
2986
|
tin?: string | undefined;
|
|
@@ -3164,9 +3164,6 @@ export declare const SumsubKycDataSchema: z.ZodObject<{
|
|
|
3164
3164
|
age?: string | null | undefined;
|
|
3165
3165
|
country?: string | null | undefined;
|
|
3166
3166
|
stateOfBirth?: string | null | undefined;
|
|
3167
|
-
issuedDate?: string | null | undefined;
|
|
3168
|
-
mrzLine1?: string | null | undefined;
|
|
3169
|
-
mrzLine2?: string | null | undefined;
|
|
3170
3167
|
placeOfBirth?: string | null | undefined;
|
|
3171
3168
|
address?: {
|
|
3172
3169
|
country?: string | null | undefined;
|
|
@@ -3183,10 +3180,13 @@ export declare const SumsubKycDataSchema: z.ZodObject<{
|
|
|
3183
3180
|
firstNameEn?: string | null | undefined;
|
|
3184
3181
|
middleNameEn?: string | null | undefined;
|
|
3185
3182
|
lastNameEn?: string | null | undefined;
|
|
3183
|
+
issuedDate?: string | null | undefined;
|
|
3186
3184
|
issueAuthority?: string | null | undefined;
|
|
3187
3185
|
validUntil?: string | null | undefined;
|
|
3188
3186
|
additionalNumber?: string | null | undefined;
|
|
3189
3187
|
dob?: string | null | undefined;
|
|
3188
|
+
mrzLine1?: string | null | undefined;
|
|
3189
|
+
mrzLine2?: string | null | undefined;
|
|
3190
3190
|
mrzLine3?: string | null | undefined;
|
|
3191
3191
|
}[] | undefined;
|
|
3192
3192
|
tin?: string | undefined;
|
|
@@ -3230,9 +3230,6 @@ export declare const SumsubKycDataSchema: z.ZodObject<{
|
|
|
3230
3230
|
age?: string | null | undefined;
|
|
3231
3231
|
country?: string | null | undefined;
|
|
3232
3232
|
stateOfBirth?: string | null | undefined;
|
|
3233
|
-
issuedDate?: string | null | undefined;
|
|
3234
|
-
mrzLine1?: string | null | undefined;
|
|
3235
|
-
mrzLine2?: string | null | undefined;
|
|
3236
3233
|
placeOfBirth?: string | null | undefined;
|
|
3237
3234
|
address?: {
|
|
3238
3235
|
country?: string | null | undefined;
|
|
@@ -3249,10 +3246,13 @@ export declare const SumsubKycDataSchema: z.ZodObject<{
|
|
|
3249
3246
|
firstNameEn?: string | null | undefined;
|
|
3250
3247
|
middleNameEn?: string | null | undefined;
|
|
3251
3248
|
lastNameEn?: string | null | undefined;
|
|
3249
|
+
issuedDate?: string | null | undefined;
|
|
3252
3250
|
issueAuthority?: string | null | undefined;
|
|
3253
3251
|
validUntil?: string | null | undefined;
|
|
3254
3252
|
additionalNumber?: string | null | undefined;
|
|
3255
3253
|
dob?: string | null | undefined;
|
|
3254
|
+
mrzLine1?: string | null | undefined;
|
|
3255
|
+
mrzLine2?: string | null | undefined;
|
|
3256
3256
|
mrzLine3?: string | null | undefined;
|
|
3257
3257
|
}[] | undefined;
|
|
3258
3258
|
tin?: string | undefined;
|
|
@@ -3332,9 +3332,6 @@ export declare const SumsubKycDataSchema: z.ZodObject<{
|
|
|
3332
3332
|
age?: string | null | undefined;
|
|
3333
3333
|
country?: string | null | undefined;
|
|
3334
3334
|
stateOfBirth?: string | null | undefined;
|
|
3335
|
-
issuedDate?: string | null | undefined;
|
|
3336
|
-
mrzLine1?: string | null | undefined;
|
|
3337
|
-
mrzLine2?: string | null | undefined;
|
|
3338
3335
|
placeOfBirth?: string | null | undefined;
|
|
3339
3336
|
address?: {
|
|
3340
3337
|
country?: string | null | undefined;
|
|
@@ -3351,10 +3348,13 @@ export declare const SumsubKycDataSchema: z.ZodObject<{
|
|
|
3351
3348
|
firstNameEn?: string | null | undefined;
|
|
3352
3349
|
middleNameEn?: string | null | undefined;
|
|
3353
3350
|
lastNameEn?: string | null | undefined;
|
|
3351
|
+
issuedDate?: string | null | undefined;
|
|
3354
3352
|
issueAuthority?: string | null | undefined;
|
|
3355
3353
|
validUntil?: string | null | undefined;
|
|
3356
3354
|
additionalNumber?: string | null | undefined;
|
|
3357
3355
|
dob?: string | null | undefined;
|
|
3356
|
+
mrzLine1?: string | null | undefined;
|
|
3357
|
+
mrzLine2?: string | null | undefined;
|
|
3358
3358
|
mrzLine3?: string | null | undefined;
|
|
3359
3359
|
}[] | undefined;
|
|
3360
3360
|
tin?: string | undefined;
|
|
@@ -3398,9 +3398,6 @@ export declare const SumsubKycDataSchema: z.ZodObject<{
|
|
|
3398
3398
|
age?: string | null | undefined;
|
|
3399
3399
|
country?: string | null | undefined;
|
|
3400
3400
|
stateOfBirth?: string | null | undefined;
|
|
3401
|
-
issuedDate?: string | null | undefined;
|
|
3402
|
-
mrzLine1?: string | null | undefined;
|
|
3403
|
-
mrzLine2?: string | null | undefined;
|
|
3404
3401
|
placeOfBirth?: string | null | undefined;
|
|
3405
3402
|
address?: {
|
|
3406
3403
|
country?: string | null | undefined;
|
|
@@ -3417,10 +3414,13 @@ export declare const SumsubKycDataSchema: z.ZodObject<{
|
|
|
3417
3414
|
firstNameEn?: string | null | undefined;
|
|
3418
3415
|
middleNameEn?: string | null | undefined;
|
|
3419
3416
|
lastNameEn?: string | null | undefined;
|
|
3417
|
+
issuedDate?: string | null | undefined;
|
|
3420
3418
|
issueAuthority?: string | null | undefined;
|
|
3421
3419
|
validUntil?: string | null | undefined;
|
|
3422
3420
|
additionalNumber?: string | null | undefined;
|
|
3423
3421
|
dob?: string | null | undefined;
|
|
3422
|
+
mrzLine1?: string | null | undefined;
|
|
3423
|
+
mrzLine2?: string | null | undefined;
|
|
3424
3424
|
mrzLine3?: string | null | undefined;
|
|
3425
3425
|
}[] | undefined;
|
|
3426
3426
|
tin?: string | undefined;
|
|
@@ -3509,9 +3509,6 @@ export declare const SumsubKycDataSchema: z.ZodObject<{
|
|
|
3509
3509
|
age?: string | null | undefined;
|
|
3510
3510
|
country?: string | null | undefined;
|
|
3511
3511
|
stateOfBirth?: string | null | undefined;
|
|
3512
|
-
issuedDate?: string | null | undefined;
|
|
3513
|
-
mrzLine1?: string | null | undefined;
|
|
3514
|
-
mrzLine2?: string | null | undefined;
|
|
3515
3512
|
placeOfBirth?: string | null | undefined;
|
|
3516
3513
|
address?: {
|
|
3517
3514
|
country?: string | null | undefined;
|
|
@@ -3528,10 +3525,13 @@ export declare const SumsubKycDataSchema: z.ZodObject<{
|
|
|
3528
3525
|
firstNameEn?: string | null | undefined;
|
|
3529
3526
|
middleNameEn?: string | null | undefined;
|
|
3530
3527
|
lastNameEn?: string | null | undefined;
|
|
3528
|
+
issuedDate?: string | null | undefined;
|
|
3531
3529
|
issueAuthority?: string | null | undefined;
|
|
3532
3530
|
validUntil?: string | null | undefined;
|
|
3533
3531
|
additionalNumber?: string | null | undefined;
|
|
3534
3532
|
dob?: string | null | undefined;
|
|
3533
|
+
mrzLine1?: string | null | undefined;
|
|
3534
|
+
mrzLine2?: string | null | undefined;
|
|
3535
3535
|
mrzLine3?: string | null | undefined;
|
|
3536
3536
|
}[] | undefined;
|
|
3537
3537
|
tin?: string | undefined;
|
|
@@ -3575,9 +3575,6 @@ export declare const SumsubKycDataSchema: z.ZodObject<{
|
|
|
3575
3575
|
age?: string | null | undefined;
|
|
3576
3576
|
country?: string | null | undefined;
|
|
3577
3577
|
stateOfBirth?: string | null | undefined;
|
|
3578
|
-
issuedDate?: string | null | undefined;
|
|
3579
|
-
mrzLine1?: string | null | undefined;
|
|
3580
|
-
mrzLine2?: string | null | undefined;
|
|
3581
3578
|
placeOfBirth?: string | null | undefined;
|
|
3582
3579
|
address?: {
|
|
3583
3580
|
country?: string | null | undefined;
|
|
@@ -3594,10 +3591,13 @@ export declare const SumsubKycDataSchema: z.ZodObject<{
|
|
|
3594
3591
|
firstNameEn?: string | null | undefined;
|
|
3595
3592
|
middleNameEn?: string | null | undefined;
|
|
3596
3593
|
lastNameEn?: string | null | undefined;
|
|
3594
|
+
issuedDate?: string | null | undefined;
|
|
3597
3595
|
issueAuthority?: string | null | undefined;
|
|
3598
3596
|
validUntil?: string | null | undefined;
|
|
3599
3597
|
additionalNumber?: string | null | undefined;
|
|
3600
3598
|
dob?: string | null | undefined;
|
|
3599
|
+
mrzLine1?: string | null | undefined;
|
|
3600
|
+
mrzLine2?: string | null | undefined;
|
|
3601
3601
|
mrzLine3?: string | null | undefined;
|
|
3602
3602
|
}[] | undefined;
|
|
3603
3603
|
tin?: string | undefined;
|
|
@@ -3684,9 +3684,6 @@ export declare const SumsubKycDataSchema: z.ZodObject<{
|
|
|
3684
3684
|
age?: string | null | undefined;
|
|
3685
3685
|
country?: string | null | undefined;
|
|
3686
3686
|
stateOfBirth?: string | null | undefined;
|
|
3687
|
-
issuedDate?: string | null | undefined;
|
|
3688
|
-
mrzLine1?: string | null | undefined;
|
|
3689
|
-
mrzLine2?: string | null | undefined;
|
|
3690
3687
|
placeOfBirth?: string | null | undefined;
|
|
3691
3688
|
address?: {
|
|
3692
3689
|
country?: string | null | undefined;
|
|
@@ -3703,10 +3700,13 @@ export declare const SumsubKycDataSchema: z.ZodObject<{
|
|
|
3703
3700
|
firstNameEn?: string | null | undefined;
|
|
3704
3701
|
middleNameEn?: string | null | undefined;
|
|
3705
3702
|
lastNameEn?: string | null | undefined;
|
|
3703
|
+
issuedDate?: string | null | undefined;
|
|
3706
3704
|
issueAuthority?: string | null | undefined;
|
|
3707
3705
|
validUntil?: string | null | undefined;
|
|
3708
3706
|
additionalNumber?: string | null | undefined;
|
|
3709
3707
|
dob?: string | null | undefined;
|
|
3708
|
+
mrzLine1?: string | null | undefined;
|
|
3709
|
+
mrzLine2?: string | null | undefined;
|
|
3710
3710
|
mrzLine3?: string | null | undefined;
|
|
3711
3711
|
}[] | undefined;
|
|
3712
3712
|
tin?: string | undefined;
|
|
@@ -3750,9 +3750,6 @@ export declare const SumsubKycDataSchema: z.ZodObject<{
|
|
|
3750
3750
|
age?: string | null | undefined;
|
|
3751
3751
|
country?: string | null | undefined;
|
|
3752
3752
|
stateOfBirth?: string | null | undefined;
|
|
3753
|
-
issuedDate?: string | null | undefined;
|
|
3754
|
-
mrzLine1?: string | null | undefined;
|
|
3755
|
-
mrzLine2?: string | null | undefined;
|
|
3756
3753
|
placeOfBirth?: string | null | undefined;
|
|
3757
3754
|
address?: {
|
|
3758
3755
|
country?: string | null | undefined;
|
|
@@ -3769,10 +3766,13 @@ export declare const SumsubKycDataSchema: z.ZodObject<{
|
|
|
3769
3766
|
firstNameEn?: string | null | undefined;
|
|
3770
3767
|
middleNameEn?: string | null | undefined;
|
|
3771
3768
|
lastNameEn?: string | null | undefined;
|
|
3769
|
+
issuedDate?: string | null | undefined;
|
|
3772
3770
|
issueAuthority?: string | null | undefined;
|
|
3773
3771
|
validUntil?: string | null | undefined;
|
|
3774
3772
|
additionalNumber?: string | null | undefined;
|
|
3775
3773
|
dob?: string | null | undefined;
|
|
3774
|
+
mrzLine1?: string | null | undefined;
|
|
3775
|
+
mrzLine2?: string | null | undefined;
|
|
3776
3776
|
mrzLine3?: string | null | undefined;
|
|
3777
3777
|
}[] | undefined;
|
|
3778
3778
|
tin?: string | undefined;
|
|
@@ -4496,9 +4496,6 @@ export declare const SumSubApplicantSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
4496
4496
|
age?: string | null | undefined;
|
|
4497
4497
|
country?: string | null | undefined;
|
|
4498
4498
|
stateOfBirth?: string | null | undefined;
|
|
4499
|
-
issuedDate?: string | null | undefined;
|
|
4500
|
-
mrzLine1?: string | null | undefined;
|
|
4501
|
-
mrzLine2?: string | null | undefined;
|
|
4502
4499
|
placeOfBirth?: string | null | undefined;
|
|
4503
4500
|
address?: {
|
|
4504
4501
|
country?: string | null | undefined;
|
|
@@ -4515,10 +4512,13 @@ export declare const SumSubApplicantSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
4515
4512
|
firstNameEn?: string | null | undefined;
|
|
4516
4513
|
middleNameEn?: string | null | undefined;
|
|
4517
4514
|
lastNameEn?: string | null | undefined;
|
|
4515
|
+
issuedDate?: string | null | undefined;
|
|
4518
4516
|
issueAuthority?: string | null | undefined;
|
|
4519
4517
|
validUntil?: string | null | undefined;
|
|
4520
4518
|
additionalNumber?: string | null | undefined;
|
|
4521
4519
|
dob?: string | null | undefined;
|
|
4520
|
+
mrzLine1?: string | null | undefined;
|
|
4521
|
+
mrzLine2?: string | null | undefined;
|
|
4522
4522
|
mrzLine3?: string | null | undefined;
|
|
4523
4523
|
}, {
|
|
4524
4524
|
number?: string | null | undefined;
|
|
@@ -4529,9 +4529,6 @@ export declare const SumSubApplicantSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
4529
4529
|
age?: string | null | undefined;
|
|
4530
4530
|
country?: string | null | undefined;
|
|
4531
4531
|
stateOfBirth?: string | null | undefined;
|
|
4532
|
-
issuedDate?: string | null | undefined;
|
|
4533
|
-
mrzLine1?: string | null | undefined;
|
|
4534
|
-
mrzLine2?: string | null | undefined;
|
|
4535
4532
|
placeOfBirth?: string | null | undefined;
|
|
4536
4533
|
address?: {
|
|
4537
4534
|
country?: string | null | undefined;
|
|
@@ -4548,10 +4545,13 @@ export declare const SumSubApplicantSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
4548
4545
|
firstNameEn?: string | null | undefined;
|
|
4549
4546
|
middleNameEn?: string | null | undefined;
|
|
4550
4547
|
lastNameEn?: string | null | undefined;
|
|
4548
|
+
issuedDate?: string | null | undefined;
|
|
4551
4549
|
issueAuthority?: string | null | undefined;
|
|
4552
4550
|
validUntil?: string | null | undefined;
|
|
4553
4551
|
additionalNumber?: string | null | undefined;
|
|
4554
4552
|
dob?: string | null | undefined;
|
|
4553
|
+
mrzLine1?: string | null | undefined;
|
|
4554
|
+
mrzLine2?: string | null | undefined;
|
|
4555
4555
|
mrzLine3?: string | null | undefined;
|
|
4556
4556
|
}>, "many">>;
|
|
4557
4557
|
tin: z.ZodOptional<z.ZodString>;
|
|
@@ -4585,9 +4585,6 @@ export declare const SumSubApplicantSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
4585
4585
|
age?: string | null | undefined;
|
|
4586
4586
|
country?: string | null | undefined;
|
|
4587
4587
|
stateOfBirth?: string | null | undefined;
|
|
4588
|
-
issuedDate?: string | null | undefined;
|
|
4589
|
-
mrzLine1?: string | null | undefined;
|
|
4590
|
-
mrzLine2?: string | null | undefined;
|
|
4591
4588
|
placeOfBirth?: string | null | undefined;
|
|
4592
4589
|
address?: {
|
|
4593
4590
|
country?: string | null | undefined;
|
|
@@ -4604,10 +4601,13 @@ export declare const SumSubApplicantSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
4604
4601
|
firstNameEn?: string | null | undefined;
|
|
4605
4602
|
middleNameEn?: string | null | undefined;
|
|
4606
4603
|
lastNameEn?: string | null | undefined;
|
|
4604
|
+
issuedDate?: string | null | undefined;
|
|
4607
4605
|
issueAuthority?: string | null | undefined;
|
|
4608
4606
|
validUntil?: string | null | undefined;
|
|
4609
4607
|
additionalNumber?: string | null | undefined;
|
|
4610
4608
|
dob?: string | null | undefined;
|
|
4609
|
+
mrzLine1?: string | null | undefined;
|
|
4610
|
+
mrzLine2?: string | null | undefined;
|
|
4611
4611
|
mrzLine3?: string | null | undefined;
|
|
4612
4612
|
}[] | undefined;
|
|
4613
4613
|
tin?: string | undefined;
|
|
@@ -4641,9 +4641,6 @@ export declare const SumSubApplicantSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
4641
4641
|
age?: string | null | undefined;
|
|
4642
4642
|
country?: string | null | undefined;
|
|
4643
4643
|
stateOfBirth?: string | null | undefined;
|
|
4644
|
-
issuedDate?: string | null | undefined;
|
|
4645
|
-
mrzLine1?: string | null | undefined;
|
|
4646
|
-
mrzLine2?: string | null | undefined;
|
|
4647
4644
|
placeOfBirth?: string | null | undefined;
|
|
4648
4645
|
address?: {
|
|
4649
4646
|
country?: string | null | undefined;
|
|
@@ -4660,10 +4657,13 @@ export declare const SumSubApplicantSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
4660
4657
|
firstNameEn?: string | null | undefined;
|
|
4661
4658
|
middleNameEn?: string | null | undefined;
|
|
4662
4659
|
lastNameEn?: string | null | undefined;
|
|
4660
|
+
issuedDate?: string | null | undefined;
|
|
4663
4661
|
issueAuthority?: string | null | undefined;
|
|
4664
4662
|
validUntil?: string | null | undefined;
|
|
4665
4663
|
additionalNumber?: string | null | undefined;
|
|
4666
4664
|
dob?: string | null | undefined;
|
|
4665
|
+
mrzLine1?: string | null | undefined;
|
|
4666
|
+
mrzLine2?: string | null | undefined;
|
|
4667
4667
|
mrzLine3?: string | null | undefined;
|
|
4668
4668
|
}[] | undefined;
|
|
4669
4669
|
tin?: string | undefined;
|
|
@@ -4788,9 +4788,6 @@ export declare const SumSubApplicantSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
4788
4788
|
age?: string | null | undefined;
|
|
4789
4789
|
country?: string | null | undefined;
|
|
4790
4790
|
stateOfBirth?: string | null | undefined;
|
|
4791
|
-
issuedDate?: string | null | undefined;
|
|
4792
|
-
mrzLine1?: string | null | undefined;
|
|
4793
|
-
mrzLine2?: string | null | undefined;
|
|
4794
4791
|
placeOfBirth?: string | null | undefined;
|
|
4795
4792
|
address?: {
|
|
4796
4793
|
country?: string | null | undefined;
|
|
@@ -4807,10 +4804,13 @@ export declare const SumSubApplicantSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
4807
4804
|
firstNameEn?: string | null | undefined;
|
|
4808
4805
|
middleNameEn?: string | null | undefined;
|
|
4809
4806
|
lastNameEn?: string | null | undefined;
|
|
4807
|
+
issuedDate?: string | null | undefined;
|
|
4810
4808
|
issueAuthority?: string | null | undefined;
|
|
4811
4809
|
validUntil?: string | null | undefined;
|
|
4812
4810
|
additionalNumber?: string | null | undefined;
|
|
4813
4811
|
dob?: string | null | undefined;
|
|
4812
|
+
mrzLine1?: string | null | undefined;
|
|
4813
|
+
mrzLine2?: string | null | undefined;
|
|
4814
4814
|
mrzLine3?: string | null | undefined;
|
|
4815
4815
|
}, {
|
|
4816
4816
|
number?: string | null | undefined;
|
|
@@ -4821,9 +4821,6 @@ export declare const SumSubApplicantSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
4821
4821
|
age?: string | null | undefined;
|
|
4822
4822
|
country?: string | null | undefined;
|
|
4823
4823
|
stateOfBirth?: string | null | undefined;
|
|
4824
|
-
issuedDate?: string | null | undefined;
|
|
4825
|
-
mrzLine1?: string | null | undefined;
|
|
4826
|
-
mrzLine2?: string | null | undefined;
|
|
4827
4824
|
placeOfBirth?: string | null | undefined;
|
|
4828
4825
|
address?: {
|
|
4829
4826
|
country?: string | null | undefined;
|
|
@@ -4840,10 +4837,13 @@ export declare const SumSubApplicantSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
4840
4837
|
firstNameEn?: string | null | undefined;
|
|
4841
4838
|
middleNameEn?: string | null | undefined;
|
|
4842
4839
|
lastNameEn?: string | null | undefined;
|
|
4840
|
+
issuedDate?: string | null | undefined;
|
|
4843
4841
|
issueAuthority?: string | null | undefined;
|
|
4844
4842
|
validUntil?: string | null | undefined;
|
|
4845
4843
|
additionalNumber?: string | null | undefined;
|
|
4846
4844
|
dob?: string | null | undefined;
|
|
4845
|
+
mrzLine1?: string | null | undefined;
|
|
4846
|
+
mrzLine2?: string | null | undefined;
|
|
4847
4847
|
mrzLine3?: string | null | undefined;
|
|
4848
4848
|
}>, "many">>;
|
|
4849
4849
|
tin: z.ZodOptional<z.ZodString>;
|
|
@@ -4877,9 +4877,6 @@ export declare const SumSubApplicantSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
4877
4877
|
age?: string | null | undefined;
|
|
4878
4878
|
country?: string | null | undefined;
|
|
4879
4879
|
stateOfBirth?: string | null | undefined;
|
|
4880
|
-
issuedDate?: string | null | undefined;
|
|
4881
|
-
mrzLine1?: string | null | undefined;
|
|
4882
|
-
mrzLine2?: string | null | undefined;
|
|
4883
4880
|
placeOfBirth?: string | null | undefined;
|
|
4884
4881
|
address?: {
|
|
4885
4882
|
country?: string | null | undefined;
|
|
@@ -4896,10 +4893,13 @@ export declare const SumSubApplicantSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
4896
4893
|
firstNameEn?: string | null | undefined;
|
|
4897
4894
|
middleNameEn?: string | null | undefined;
|
|
4898
4895
|
lastNameEn?: string | null | undefined;
|
|
4896
|
+
issuedDate?: string | null | undefined;
|
|
4899
4897
|
issueAuthority?: string | null | undefined;
|
|
4900
4898
|
validUntil?: string | null | undefined;
|
|
4901
4899
|
additionalNumber?: string | null | undefined;
|
|
4902
4900
|
dob?: string | null | undefined;
|
|
4901
|
+
mrzLine1?: string | null | undefined;
|
|
4902
|
+
mrzLine2?: string | null | undefined;
|
|
4903
4903
|
mrzLine3?: string | null | undefined;
|
|
4904
4904
|
}[] | undefined;
|
|
4905
4905
|
tin?: string | undefined;
|
|
@@ -4933,9 +4933,6 @@ export declare const SumSubApplicantSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
4933
4933
|
age?: string | null | undefined;
|
|
4934
4934
|
country?: string | null | undefined;
|
|
4935
4935
|
stateOfBirth?: string | null | undefined;
|
|
4936
|
-
issuedDate?: string | null | undefined;
|
|
4937
|
-
mrzLine1?: string | null | undefined;
|
|
4938
|
-
mrzLine2?: string | null | undefined;
|
|
4939
4936
|
placeOfBirth?: string | null | undefined;
|
|
4940
4937
|
address?: {
|
|
4941
4938
|
country?: string | null | undefined;
|
|
@@ -4952,10 +4949,13 @@ export declare const SumSubApplicantSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
4952
4949
|
firstNameEn?: string | null | undefined;
|
|
4953
4950
|
middleNameEn?: string | null | undefined;
|
|
4954
4951
|
lastNameEn?: string | null | undefined;
|
|
4952
|
+
issuedDate?: string | null | undefined;
|
|
4955
4953
|
issueAuthority?: string | null | undefined;
|
|
4956
4954
|
validUntil?: string | null | undefined;
|
|
4957
4955
|
additionalNumber?: string | null | undefined;
|
|
4958
4956
|
dob?: string | null | undefined;
|
|
4957
|
+
mrzLine1?: string | null | undefined;
|
|
4958
|
+
mrzLine2?: string | null | undefined;
|
|
4959
4959
|
mrzLine3?: string | null | undefined;
|
|
4960
4960
|
}[] | undefined;
|
|
4961
4961
|
tin?: string | undefined;
|
|
@@ -5139,9 +5139,6 @@ export declare const SumSubApplicantSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
5139
5139
|
age?: string | null | undefined;
|
|
5140
5140
|
country?: string | null | undefined;
|
|
5141
5141
|
stateOfBirth?: string | null | undefined;
|
|
5142
|
-
issuedDate?: string | null | undefined;
|
|
5143
|
-
mrzLine1?: string | null | undefined;
|
|
5144
|
-
mrzLine2?: string | null | undefined;
|
|
5145
5142
|
placeOfBirth?: string | null | undefined;
|
|
5146
5143
|
address?: {
|
|
5147
5144
|
country?: string | null | undefined;
|
|
@@ -5158,10 +5155,13 @@ export declare const SumSubApplicantSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
5158
5155
|
firstNameEn?: string | null | undefined;
|
|
5159
5156
|
middleNameEn?: string | null | undefined;
|
|
5160
5157
|
lastNameEn?: string | null | undefined;
|
|
5158
|
+
issuedDate?: string | null | undefined;
|
|
5161
5159
|
issueAuthority?: string | null | undefined;
|
|
5162
5160
|
validUntil?: string | null | undefined;
|
|
5163
5161
|
additionalNumber?: string | null | undefined;
|
|
5164
5162
|
dob?: string | null | undefined;
|
|
5163
|
+
mrzLine1?: string | null | undefined;
|
|
5164
|
+
mrzLine2?: string | null | undefined;
|
|
5165
5165
|
mrzLine3?: string | null | undefined;
|
|
5166
5166
|
}[] | undefined;
|
|
5167
5167
|
tin?: string | undefined;
|
|
@@ -5205,9 +5205,6 @@ export declare const SumSubApplicantSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
5205
5205
|
age?: string | null | undefined;
|
|
5206
5206
|
country?: string | null | undefined;
|
|
5207
5207
|
stateOfBirth?: string | null | undefined;
|
|
5208
|
-
issuedDate?: string | null | undefined;
|
|
5209
|
-
mrzLine1?: string | null | undefined;
|
|
5210
|
-
mrzLine2?: string | null | undefined;
|
|
5211
5208
|
placeOfBirth?: string | null | undefined;
|
|
5212
5209
|
address?: {
|
|
5213
5210
|
country?: string | null | undefined;
|
|
@@ -5224,10 +5221,13 @@ export declare const SumSubApplicantSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
5224
5221
|
firstNameEn?: string | null | undefined;
|
|
5225
5222
|
middleNameEn?: string | null | undefined;
|
|
5226
5223
|
lastNameEn?: string | null | undefined;
|
|
5224
|
+
issuedDate?: string | null | undefined;
|
|
5227
5225
|
issueAuthority?: string | null | undefined;
|
|
5228
5226
|
validUntil?: string | null | undefined;
|
|
5229
5227
|
additionalNumber?: string | null | undefined;
|
|
5230
5228
|
dob?: string | null | undefined;
|
|
5229
|
+
mrzLine1?: string | null | undefined;
|
|
5230
|
+
mrzLine2?: string | null | undefined;
|
|
5231
5231
|
mrzLine3?: string | null | undefined;
|
|
5232
5232
|
}[] | undefined;
|
|
5233
5233
|
tin?: string | undefined;
|
|
@@ -5307,9 +5307,6 @@ export declare const SumSubApplicantSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
5307
5307
|
age?: string | null | undefined;
|
|
5308
5308
|
country?: string | null | undefined;
|
|
5309
5309
|
stateOfBirth?: string | null | undefined;
|
|
5310
|
-
issuedDate?: string | null | undefined;
|
|
5311
|
-
mrzLine1?: string | null | undefined;
|
|
5312
|
-
mrzLine2?: string | null | undefined;
|
|
5313
5310
|
placeOfBirth?: string | null | undefined;
|
|
5314
5311
|
address?: {
|
|
5315
5312
|
country?: string | null | undefined;
|
|
@@ -5326,10 +5323,13 @@ export declare const SumSubApplicantSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
5326
5323
|
firstNameEn?: string | null | undefined;
|
|
5327
5324
|
middleNameEn?: string | null | undefined;
|
|
5328
5325
|
lastNameEn?: string | null | undefined;
|
|
5326
|
+
issuedDate?: string | null | undefined;
|
|
5329
5327
|
issueAuthority?: string | null | undefined;
|
|
5330
5328
|
validUntil?: string | null | undefined;
|
|
5331
5329
|
additionalNumber?: string | null | undefined;
|
|
5332
5330
|
dob?: string | null | undefined;
|
|
5331
|
+
mrzLine1?: string | null | undefined;
|
|
5332
|
+
mrzLine2?: string | null | undefined;
|
|
5333
5333
|
mrzLine3?: string | null | undefined;
|
|
5334
5334
|
}[] | undefined;
|
|
5335
5335
|
tin?: string | undefined;
|
|
@@ -5373,9 +5373,6 @@ export declare const SumSubApplicantSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
5373
5373
|
age?: string | null | undefined;
|
|
5374
5374
|
country?: string | null | undefined;
|
|
5375
5375
|
stateOfBirth?: string | null | undefined;
|
|
5376
|
-
issuedDate?: string | null | undefined;
|
|
5377
|
-
mrzLine1?: string | null | undefined;
|
|
5378
|
-
mrzLine2?: string | null | undefined;
|
|
5379
5376
|
placeOfBirth?: string | null | undefined;
|
|
5380
5377
|
address?: {
|
|
5381
5378
|
country?: string | null | undefined;
|
|
@@ -5392,10 +5389,13 @@ export declare const SumSubApplicantSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
5392
5389
|
firstNameEn?: string | null | undefined;
|
|
5393
5390
|
middleNameEn?: string | null | undefined;
|
|
5394
5391
|
lastNameEn?: string | null | undefined;
|
|
5392
|
+
issuedDate?: string | null | undefined;
|
|
5395
5393
|
issueAuthority?: string | null | undefined;
|
|
5396
5394
|
validUntil?: string | null | undefined;
|
|
5397
5395
|
additionalNumber?: string | null | undefined;
|
|
5398
5396
|
dob?: string | null | undefined;
|
|
5397
|
+
mrzLine1?: string | null | undefined;
|
|
5398
|
+
mrzLine2?: string | null | undefined;
|
|
5399
5399
|
mrzLine3?: string | null | undefined;
|
|
5400
5400
|
}[] | undefined;
|
|
5401
5401
|
tin?: string | undefined;
|
|
@@ -5980,9 +5980,6 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
|
|
|
5980
5980
|
age?: string | null | undefined;
|
|
5981
5981
|
country?: string | null | undefined;
|
|
5982
5982
|
stateOfBirth?: string | null | undefined;
|
|
5983
|
-
issuedDate?: string | null | undefined;
|
|
5984
|
-
mrzLine1?: string | null | undefined;
|
|
5985
|
-
mrzLine2?: string | null | undefined;
|
|
5986
5983
|
placeOfBirth?: string | null | undefined;
|
|
5987
5984
|
address?: {
|
|
5988
5985
|
country?: string | null | undefined;
|
|
@@ -5999,10 +5996,13 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
|
|
|
5999
5996
|
firstNameEn?: string | null | undefined;
|
|
6000
5997
|
middleNameEn?: string | null | undefined;
|
|
6001
5998
|
lastNameEn?: string | null | undefined;
|
|
5999
|
+
issuedDate?: string | null | undefined;
|
|
6002
6000
|
issueAuthority?: string | null | undefined;
|
|
6003
6001
|
validUntil?: string | null | undefined;
|
|
6004
6002
|
additionalNumber?: string | null | undefined;
|
|
6005
6003
|
dob?: string | null | undefined;
|
|
6004
|
+
mrzLine1?: string | null | undefined;
|
|
6005
|
+
mrzLine2?: string | null | undefined;
|
|
6006
6006
|
mrzLine3?: string | null | undefined;
|
|
6007
6007
|
}, {
|
|
6008
6008
|
number?: string | null | undefined;
|
|
@@ -6013,9 +6013,6 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
|
|
|
6013
6013
|
age?: string | null | undefined;
|
|
6014
6014
|
country?: string | null | undefined;
|
|
6015
6015
|
stateOfBirth?: string | null | undefined;
|
|
6016
|
-
issuedDate?: string | null | undefined;
|
|
6017
|
-
mrzLine1?: string | null | undefined;
|
|
6018
|
-
mrzLine2?: string | null | undefined;
|
|
6019
6016
|
placeOfBirth?: string | null | undefined;
|
|
6020
6017
|
address?: {
|
|
6021
6018
|
country?: string | null | undefined;
|
|
@@ -6032,10 +6029,13 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
|
|
|
6032
6029
|
firstNameEn?: string | null | undefined;
|
|
6033
6030
|
middleNameEn?: string | null | undefined;
|
|
6034
6031
|
lastNameEn?: string | null | undefined;
|
|
6032
|
+
issuedDate?: string | null | undefined;
|
|
6035
6033
|
issueAuthority?: string | null | undefined;
|
|
6036
6034
|
validUntil?: string | null | undefined;
|
|
6037
6035
|
additionalNumber?: string | null | undefined;
|
|
6038
6036
|
dob?: string | null | undefined;
|
|
6037
|
+
mrzLine1?: string | null | undefined;
|
|
6038
|
+
mrzLine2?: string | null | undefined;
|
|
6039
6039
|
mrzLine3?: string | null | undefined;
|
|
6040
6040
|
}>, "many">>;
|
|
6041
6041
|
tin: z.ZodOptional<z.ZodString>;
|
|
@@ -6069,9 +6069,6 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
|
|
|
6069
6069
|
age?: string | null | undefined;
|
|
6070
6070
|
country?: string | null | undefined;
|
|
6071
6071
|
stateOfBirth?: string | null | undefined;
|
|
6072
|
-
issuedDate?: string | null | undefined;
|
|
6073
|
-
mrzLine1?: string | null | undefined;
|
|
6074
|
-
mrzLine2?: string | null | undefined;
|
|
6075
6072
|
placeOfBirth?: string | null | undefined;
|
|
6076
6073
|
address?: {
|
|
6077
6074
|
country?: string | null | undefined;
|
|
@@ -6088,10 +6085,13 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
|
|
|
6088
6085
|
firstNameEn?: string | null | undefined;
|
|
6089
6086
|
middleNameEn?: string | null | undefined;
|
|
6090
6087
|
lastNameEn?: string | null | undefined;
|
|
6088
|
+
issuedDate?: string | null | undefined;
|
|
6091
6089
|
issueAuthority?: string | null | undefined;
|
|
6092
6090
|
validUntil?: string | null | undefined;
|
|
6093
6091
|
additionalNumber?: string | null | undefined;
|
|
6094
6092
|
dob?: string | null | undefined;
|
|
6093
|
+
mrzLine1?: string | null | undefined;
|
|
6094
|
+
mrzLine2?: string | null | undefined;
|
|
6095
6095
|
mrzLine3?: string | null | undefined;
|
|
6096
6096
|
}[] | undefined;
|
|
6097
6097
|
tin?: string | undefined;
|
|
@@ -6125,9 +6125,6 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
|
|
|
6125
6125
|
age?: string | null | undefined;
|
|
6126
6126
|
country?: string | null | undefined;
|
|
6127
6127
|
stateOfBirth?: string | null | undefined;
|
|
6128
|
-
issuedDate?: string | null | undefined;
|
|
6129
|
-
mrzLine1?: string | null | undefined;
|
|
6130
|
-
mrzLine2?: string | null | undefined;
|
|
6131
6128
|
placeOfBirth?: string | null | undefined;
|
|
6132
6129
|
address?: {
|
|
6133
6130
|
country?: string | null | undefined;
|
|
@@ -6144,10 +6141,13 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
|
|
|
6144
6141
|
firstNameEn?: string | null | undefined;
|
|
6145
6142
|
middleNameEn?: string | null | undefined;
|
|
6146
6143
|
lastNameEn?: string | null | undefined;
|
|
6144
|
+
issuedDate?: string | null | undefined;
|
|
6147
6145
|
issueAuthority?: string | null | undefined;
|
|
6148
6146
|
validUntil?: string | null | undefined;
|
|
6149
6147
|
additionalNumber?: string | null | undefined;
|
|
6150
6148
|
dob?: string | null | undefined;
|
|
6149
|
+
mrzLine1?: string | null | undefined;
|
|
6150
|
+
mrzLine2?: string | null | undefined;
|
|
6151
6151
|
mrzLine3?: string | null | undefined;
|
|
6152
6152
|
}[] | undefined;
|
|
6153
6153
|
tin?: string | undefined;
|
|
@@ -6272,9 +6272,6 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
|
|
|
6272
6272
|
age?: string | null | undefined;
|
|
6273
6273
|
country?: string | null | undefined;
|
|
6274
6274
|
stateOfBirth?: string | null | undefined;
|
|
6275
|
-
issuedDate?: string | null | undefined;
|
|
6276
|
-
mrzLine1?: string | null | undefined;
|
|
6277
|
-
mrzLine2?: string | null | undefined;
|
|
6278
6275
|
placeOfBirth?: string | null | undefined;
|
|
6279
6276
|
address?: {
|
|
6280
6277
|
country?: string | null | undefined;
|
|
@@ -6291,10 +6288,13 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
|
|
|
6291
6288
|
firstNameEn?: string | null | undefined;
|
|
6292
6289
|
middleNameEn?: string | null | undefined;
|
|
6293
6290
|
lastNameEn?: string | null | undefined;
|
|
6291
|
+
issuedDate?: string | null | undefined;
|
|
6294
6292
|
issueAuthority?: string | null | undefined;
|
|
6295
6293
|
validUntil?: string | null | undefined;
|
|
6296
6294
|
additionalNumber?: string | null | undefined;
|
|
6297
6295
|
dob?: string | null | undefined;
|
|
6296
|
+
mrzLine1?: string | null | undefined;
|
|
6297
|
+
mrzLine2?: string | null | undefined;
|
|
6298
6298
|
mrzLine3?: string | null | undefined;
|
|
6299
6299
|
}, {
|
|
6300
6300
|
number?: string | null | undefined;
|
|
@@ -6305,9 +6305,6 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
|
|
|
6305
6305
|
age?: string | null | undefined;
|
|
6306
6306
|
country?: string | null | undefined;
|
|
6307
6307
|
stateOfBirth?: string | null | undefined;
|
|
6308
|
-
issuedDate?: string | null | undefined;
|
|
6309
|
-
mrzLine1?: string | null | undefined;
|
|
6310
|
-
mrzLine2?: string | null | undefined;
|
|
6311
6308
|
placeOfBirth?: string | null | undefined;
|
|
6312
6309
|
address?: {
|
|
6313
6310
|
country?: string | null | undefined;
|
|
@@ -6324,10 +6321,13 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
|
|
|
6324
6321
|
firstNameEn?: string | null | undefined;
|
|
6325
6322
|
middleNameEn?: string | null | undefined;
|
|
6326
6323
|
lastNameEn?: string | null | undefined;
|
|
6324
|
+
issuedDate?: string | null | undefined;
|
|
6327
6325
|
issueAuthority?: string | null | undefined;
|
|
6328
6326
|
validUntil?: string | null | undefined;
|
|
6329
6327
|
additionalNumber?: string | null | undefined;
|
|
6330
6328
|
dob?: string | null | undefined;
|
|
6329
|
+
mrzLine1?: string | null | undefined;
|
|
6330
|
+
mrzLine2?: string | null | undefined;
|
|
6331
6331
|
mrzLine3?: string | null | undefined;
|
|
6332
6332
|
}>, "many">>;
|
|
6333
6333
|
tin: z.ZodOptional<z.ZodString>;
|
|
@@ -6361,9 +6361,6 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
|
|
|
6361
6361
|
age?: string | null | undefined;
|
|
6362
6362
|
country?: string | null | undefined;
|
|
6363
6363
|
stateOfBirth?: string | null | undefined;
|
|
6364
|
-
issuedDate?: string | null | undefined;
|
|
6365
|
-
mrzLine1?: string | null | undefined;
|
|
6366
|
-
mrzLine2?: string | null | undefined;
|
|
6367
6364
|
placeOfBirth?: string | null | undefined;
|
|
6368
6365
|
address?: {
|
|
6369
6366
|
country?: string | null | undefined;
|
|
@@ -6380,10 +6377,13 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
|
|
|
6380
6377
|
firstNameEn?: string | null | undefined;
|
|
6381
6378
|
middleNameEn?: string | null | undefined;
|
|
6382
6379
|
lastNameEn?: string | null | undefined;
|
|
6380
|
+
issuedDate?: string | null | undefined;
|
|
6383
6381
|
issueAuthority?: string | null | undefined;
|
|
6384
6382
|
validUntil?: string | null | undefined;
|
|
6385
6383
|
additionalNumber?: string | null | undefined;
|
|
6386
6384
|
dob?: string | null | undefined;
|
|
6385
|
+
mrzLine1?: string | null | undefined;
|
|
6386
|
+
mrzLine2?: string | null | undefined;
|
|
6387
6387
|
mrzLine3?: string | null | undefined;
|
|
6388
6388
|
}[] | undefined;
|
|
6389
6389
|
tin?: string | undefined;
|
|
@@ -6417,9 +6417,6 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
|
|
|
6417
6417
|
age?: string | null | undefined;
|
|
6418
6418
|
country?: string | null | undefined;
|
|
6419
6419
|
stateOfBirth?: string | null | undefined;
|
|
6420
|
-
issuedDate?: string | null | undefined;
|
|
6421
|
-
mrzLine1?: string | null | undefined;
|
|
6422
|
-
mrzLine2?: string | null | undefined;
|
|
6423
6420
|
placeOfBirth?: string | null | undefined;
|
|
6424
6421
|
address?: {
|
|
6425
6422
|
country?: string | null | undefined;
|
|
@@ -6436,10 +6433,13 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
|
|
|
6436
6433
|
firstNameEn?: string | null | undefined;
|
|
6437
6434
|
middleNameEn?: string | null | undefined;
|
|
6438
6435
|
lastNameEn?: string | null | undefined;
|
|
6436
|
+
issuedDate?: string | null | undefined;
|
|
6439
6437
|
issueAuthority?: string | null | undefined;
|
|
6440
6438
|
validUntil?: string | null | undefined;
|
|
6441
6439
|
additionalNumber?: string | null | undefined;
|
|
6442
6440
|
dob?: string | null | undefined;
|
|
6441
|
+
mrzLine1?: string | null | undefined;
|
|
6442
|
+
mrzLine2?: string | null | undefined;
|
|
6443
6443
|
mrzLine3?: string | null | undefined;
|
|
6444
6444
|
}[] | undefined;
|
|
6445
6445
|
tin?: string | undefined;
|
|
@@ -6623,9 +6623,6 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
|
|
|
6623
6623
|
age?: string | null | undefined;
|
|
6624
6624
|
country?: string | null | undefined;
|
|
6625
6625
|
stateOfBirth?: string | null | undefined;
|
|
6626
|
-
issuedDate?: string | null | undefined;
|
|
6627
|
-
mrzLine1?: string | null | undefined;
|
|
6628
|
-
mrzLine2?: string | null | undefined;
|
|
6629
6626
|
placeOfBirth?: string | null | undefined;
|
|
6630
6627
|
address?: {
|
|
6631
6628
|
country?: string | null | undefined;
|
|
@@ -6642,10 +6639,13 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
|
|
|
6642
6639
|
firstNameEn?: string | null | undefined;
|
|
6643
6640
|
middleNameEn?: string | null | undefined;
|
|
6644
6641
|
lastNameEn?: string | null | undefined;
|
|
6642
|
+
issuedDate?: string | null | undefined;
|
|
6645
6643
|
issueAuthority?: string | null | undefined;
|
|
6646
6644
|
validUntil?: string | null | undefined;
|
|
6647
6645
|
additionalNumber?: string | null | undefined;
|
|
6648
6646
|
dob?: string | null | undefined;
|
|
6647
|
+
mrzLine1?: string | null | undefined;
|
|
6648
|
+
mrzLine2?: string | null | undefined;
|
|
6649
6649
|
mrzLine3?: string | null | undefined;
|
|
6650
6650
|
}[] | undefined;
|
|
6651
6651
|
tin?: string | undefined;
|
|
@@ -6689,9 +6689,6 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
|
|
|
6689
6689
|
age?: string | null | undefined;
|
|
6690
6690
|
country?: string | null | undefined;
|
|
6691
6691
|
stateOfBirth?: string | null | undefined;
|
|
6692
|
-
issuedDate?: string | null | undefined;
|
|
6693
|
-
mrzLine1?: string | null | undefined;
|
|
6694
|
-
mrzLine2?: string | null | undefined;
|
|
6695
6692
|
placeOfBirth?: string | null | undefined;
|
|
6696
6693
|
address?: {
|
|
6697
6694
|
country?: string | null | undefined;
|
|
@@ -6708,10 +6705,13 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
|
|
|
6708
6705
|
firstNameEn?: string | null | undefined;
|
|
6709
6706
|
middleNameEn?: string | null | undefined;
|
|
6710
6707
|
lastNameEn?: string | null | undefined;
|
|
6708
|
+
issuedDate?: string | null | undefined;
|
|
6711
6709
|
issueAuthority?: string | null | undefined;
|
|
6712
6710
|
validUntil?: string | null | undefined;
|
|
6713
6711
|
additionalNumber?: string | null | undefined;
|
|
6714
6712
|
dob?: string | null | undefined;
|
|
6713
|
+
mrzLine1?: string | null | undefined;
|
|
6714
|
+
mrzLine2?: string | null | undefined;
|
|
6715
6715
|
mrzLine3?: string | null | undefined;
|
|
6716
6716
|
}[] | undefined;
|
|
6717
6717
|
tin?: string | undefined;
|
|
@@ -6791,9 +6791,6 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
|
|
|
6791
6791
|
age?: string | null | undefined;
|
|
6792
6792
|
country?: string | null | undefined;
|
|
6793
6793
|
stateOfBirth?: string | null | undefined;
|
|
6794
|
-
issuedDate?: string | null | undefined;
|
|
6795
|
-
mrzLine1?: string | null | undefined;
|
|
6796
|
-
mrzLine2?: string | null | undefined;
|
|
6797
6794
|
placeOfBirth?: string | null | undefined;
|
|
6798
6795
|
address?: {
|
|
6799
6796
|
country?: string | null | undefined;
|
|
@@ -6810,10 +6807,13 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
|
|
|
6810
6807
|
firstNameEn?: string | null | undefined;
|
|
6811
6808
|
middleNameEn?: string | null | undefined;
|
|
6812
6809
|
lastNameEn?: string | null | undefined;
|
|
6810
|
+
issuedDate?: string | null | undefined;
|
|
6813
6811
|
issueAuthority?: string | null | undefined;
|
|
6814
6812
|
validUntil?: string | null | undefined;
|
|
6815
6813
|
additionalNumber?: string | null | undefined;
|
|
6816
6814
|
dob?: string | null | undefined;
|
|
6815
|
+
mrzLine1?: string | null | undefined;
|
|
6816
|
+
mrzLine2?: string | null | undefined;
|
|
6817
6817
|
mrzLine3?: string | null | undefined;
|
|
6818
6818
|
}[] | undefined;
|
|
6819
6819
|
tin?: string | undefined;
|
|
@@ -6857,9 +6857,6 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
|
|
|
6857
6857
|
age?: string | null | undefined;
|
|
6858
6858
|
country?: string | null | undefined;
|
|
6859
6859
|
stateOfBirth?: string | null | undefined;
|
|
6860
|
-
issuedDate?: string | null | undefined;
|
|
6861
|
-
mrzLine1?: string | null | undefined;
|
|
6862
|
-
mrzLine2?: string | null | undefined;
|
|
6863
6860
|
placeOfBirth?: string | null | undefined;
|
|
6864
6861
|
address?: {
|
|
6865
6862
|
country?: string | null | undefined;
|
|
@@ -6876,10 +6873,13 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
|
|
|
6876
6873
|
firstNameEn?: string | null | undefined;
|
|
6877
6874
|
middleNameEn?: string | null | undefined;
|
|
6878
6875
|
lastNameEn?: string | null | undefined;
|
|
6876
|
+
issuedDate?: string | null | undefined;
|
|
6879
6877
|
issueAuthority?: string | null | undefined;
|
|
6880
6878
|
validUntil?: string | null | undefined;
|
|
6881
6879
|
additionalNumber?: string | null | undefined;
|
|
6882
6880
|
dob?: string | null | undefined;
|
|
6881
|
+
mrzLine1?: string | null | undefined;
|
|
6882
|
+
mrzLine2?: string | null | undefined;
|
|
6883
6883
|
mrzLine3?: string | null | undefined;
|
|
6884
6884
|
}[] | undefined;
|
|
6885
6885
|
tin?: string | undefined;
|
|
@@ -7403,9 +7403,6 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
|
|
|
7403
7403
|
age?: string | null | undefined;
|
|
7404
7404
|
country?: string | null | undefined;
|
|
7405
7405
|
stateOfBirth?: string | null | undefined;
|
|
7406
|
-
issuedDate?: string | null | undefined;
|
|
7407
|
-
mrzLine1?: string | null | undefined;
|
|
7408
|
-
mrzLine2?: string | null | undefined;
|
|
7409
7406
|
placeOfBirth?: string | null | undefined;
|
|
7410
7407
|
address?: {
|
|
7411
7408
|
country?: string | null | undefined;
|
|
@@ -7422,10 +7419,13 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
|
|
|
7422
7419
|
firstNameEn?: string | null | undefined;
|
|
7423
7420
|
middleNameEn?: string | null | undefined;
|
|
7424
7421
|
lastNameEn?: string | null | undefined;
|
|
7422
|
+
issuedDate?: string | null | undefined;
|
|
7425
7423
|
issueAuthority?: string | null | undefined;
|
|
7426
7424
|
validUntil?: string | null | undefined;
|
|
7427
7425
|
additionalNumber?: string | null | undefined;
|
|
7428
7426
|
dob?: string | null | undefined;
|
|
7427
|
+
mrzLine1?: string | null | undefined;
|
|
7428
|
+
mrzLine2?: string | null | undefined;
|
|
7429
7429
|
mrzLine3?: string | null | undefined;
|
|
7430
7430
|
}[] | undefined;
|
|
7431
7431
|
tin?: string | undefined;
|
|
@@ -7469,9 +7469,6 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
|
|
|
7469
7469
|
age?: string | null | undefined;
|
|
7470
7470
|
country?: string | null | undefined;
|
|
7471
7471
|
stateOfBirth?: string | null | undefined;
|
|
7472
|
-
issuedDate?: string | null | undefined;
|
|
7473
|
-
mrzLine1?: string | null | undefined;
|
|
7474
|
-
mrzLine2?: string | null | undefined;
|
|
7475
7472
|
placeOfBirth?: string | null | undefined;
|
|
7476
7473
|
address?: {
|
|
7477
7474
|
country?: string | null | undefined;
|
|
@@ -7488,10 +7485,13 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
|
|
|
7488
7485
|
firstNameEn?: string | null | undefined;
|
|
7489
7486
|
middleNameEn?: string | null | undefined;
|
|
7490
7487
|
lastNameEn?: string | null | undefined;
|
|
7488
|
+
issuedDate?: string | null | undefined;
|
|
7491
7489
|
issueAuthority?: string | null | undefined;
|
|
7492
7490
|
validUntil?: string | null | undefined;
|
|
7493
7491
|
additionalNumber?: string | null | undefined;
|
|
7494
7492
|
dob?: string | null | undefined;
|
|
7493
|
+
mrzLine1?: string | null | undefined;
|
|
7494
|
+
mrzLine2?: string | null | undefined;
|
|
7495
7495
|
mrzLine3?: string | null | undefined;
|
|
7496
7496
|
}[] | undefined;
|
|
7497
7497
|
tin?: string | undefined;
|
|
@@ -7655,9 +7655,6 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
|
|
|
7655
7655
|
age?: string | null | undefined;
|
|
7656
7656
|
country?: string | null | undefined;
|
|
7657
7657
|
stateOfBirth?: string | null | undefined;
|
|
7658
|
-
issuedDate?: string | null | undefined;
|
|
7659
|
-
mrzLine1?: string | null | undefined;
|
|
7660
|
-
mrzLine2?: string | null | undefined;
|
|
7661
7658
|
placeOfBirth?: string | null | undefined;
|
|
7662
7659
|
address?: {
|
|
7663
7660
|
country?: string | null | undefined;
|
|
@@ -7674,10 +7671,13 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
|
|
|
7674
7671
|
firstNameEn?: string | null | undefined;
|
|
7675
7672
|
middleNameEn?: string | null | undefined;
|
|
7676
7673
|
lastNameEn?: string | null | undefined;
|
|
7674
|
+
issuedDate?: string | null | undefined;
|
|
7677
7675
|
issueAuthority?: string | null | undefined;
|
|
7678
7676
|
validUntil?: string | null | undefined;
|
|
7679
7677
|
additionalNumber?: string | null | undefined;
|
|
7680
7678
|
dob?: string | null | undefined;
|
|
7679
|
+
mrzLine1?: string | null | undefined;
|
|
7680
|
+
mrzLine2?: string | null | undefined;
|
|
7681
7681
|
mrzLine3?: string | null | undefined;
|
|
7682
7682
|
}[] | undefined;
|
|
7683
7683
|
tin?: string | undefined;
|
|
@@ -7721,9 +7721,6 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
|
|
|
7721
7721
|
age?: string | null | undefined;
|
|
7722
7722
|
country?: string | null | undefined;
|
|
7723
7723
|
stateOfBirth?: string | null | undefined;
|
|
7724
|
-
issuedDate?: string | null | undefined;
|
|
7725
|
-
mrzLine1?: string | null | undefined;
|
|
7726
|
-
mrzLine2?: string | null | undefined;
|
|
7727
7724
|
placeOfBirth?: string | null | undefined;
|
|
7728
7725
|
address?: {
|
|
7729
7726
|
country?: string | null | undefined;
|
|
@@ -7740,10 +7737,13 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
|
|
|
7740
7737
|
firstNameEn?: string | null | undefined;
|
|
7741
7738
|
middleNameEn?: string | null | undefined;
|
|
7742
7739
|
lastNameEn?: string | null | undefined;
|
|
7740
|
+
issuedDate?: string | null | undefined;
|
|
7743
7741
|
issueAuthority?: string | null | undefined;
|
|
7744
7742
|
validUntil?: string | null | undefined;
|
|
7745
7743
|
additionalNumber?: string | null | undefined;
|
|
7746
7744
|
dob?: string | null | undefined;
|
|
7745
|
+
mrzLine1?: string | null | undefined;
|
|
7746
|
+
mrzLine2?: string | null | undefined;
|
|
7747
7747
|
mrzLine3?: string | null | undefined;
|
|
7748
7748
|
}[] | undefined;
|
|
7749
7749
|
tin?: string | undefined;
|
|
@@ -7946,9 +7946,6 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
7946
7946
|
age?: string | null | undefined;
|
|
7947
7947
|
country?: string | null | undefined;
|
|
7948
7948
|
stateOfBirth?: string | null | undefined;
|
|
7949
|
-
issuedDate?: string | null | undefined;
|
|
7950
|
-
mrzLine1?: string | null | undefined;
|
|
7951
|
-
mrzLine2?: string | null | undefined;
|
|
7952
7949
|
placeOfBirth?: string | null | undefined;
|
|
7953
7950
|
address?: {
|
|
7954
7951
|
country?: string | null | undefined;
|
|
@@ -7965,10 +7962,13 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
7965
7962
|
firstNameEn?: string | null | undefined;
|
|
7966
7963
|
middleNameEn?: string | null | undefined;
|
|
7967
7964
|
lastNameEn?: string | null | undefined;
|
|
7965
|
+
issuedDate?: string | null | undefined;
|
|
7968
7966
|
issueAuthority?: string | null | undefined;
|
|
7969
7967
|
validUntil?: string | null | undefined;
|
|
7970
7968
|
additionalNumber?: string | null | undefined;
|
|
7971
7969
|
dob?: string | null | undefined;
|
|
7970
|
+
mrzLine1?: string | null | undefined;
|
|
7971
|
+
mrzLine2?: string | null | undefined;
|
|
7972
7972
|
mrzLine3?: string | null | undefined;
|
|
7973
7973
|
}, {
|
|
7974
7974
|
number?: string | null | undefined;
|
|
@@ -7979,9 +7979,6 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
7979
7979
|
age?: string | null | undefined;
|
|
7980
7980
|
country?: string | null | undefined;
|
|
7981
7981
|
stateOfBirth?: string | null | undefined;
|
|
7982
|
-
issuedDate?: string | null | undefined;
|
|
7983
|
-
mrzLine1?: string | null | undefined;
|
|
7984
|
-
mrzLine2?: string | null | undefined;
|
|
7985
7982
|
placeOfBirth?: string | null | undefined;
|
|
7986
7983
|
address?: {
|
|
7987
7984
|
country?: string | null | undefined;
|
|
@@ -7998,10 +7995,13 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
7998
7995
|
firstNameEn?: string | null | undefined;
|
|
7999
7996
|
middleNameEn?: string | null | undefined;
|
|
8000
7997
|
lastNameEn?: string | null | undefined;
|
|
7998
|
+
issuedDate?: string | null | undefined;
|
|
8001
7999
|
issueAuthority?: string | null | undefined;
|
|
8002
8000
|
validUntil?: string | null | undefined;
|
|
8003
8001
|
additionalNumber?: string | null | undefined;
|
|
8004
8002
|
dob?: string | null | undefined;
|
|
8003
|
+
mrzLine1?: string | null | undefined;
|
|
8004
|
+
mrzLine2?: string | null | undefined;
|
|
8005
8005
|
mrzLine3?: string | null | undefined;
|
|
8006
8006
|
}>, "many">>;
|
|
8007
8007
|
tin: z.ZodOptional<z.ZodString>;
|
|
@@ -8035,9 +8035,6 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
8035
8035
|
age?: string | null | undefined;
|
|
8036
8036
|
country?: string | null | undefined;
|
|
8037
8037
|
stateOfBirth?: string | null | undefined;
|
|
8038
|
-
issuedDate?: string | null | undefined;
|
|
8039
|
-
mrzLine1?: string | null | undefined;
|
|
8040
|
-
mrzLine2?: string | null | undefined;
|
|
8041
8038
|
placeOfBirth?: string | null | undefined;
|
|
8042
8039
|
address?: {
|
|
8043
8040
|
country?: string | null | undefined;
|
|
@@ -8054,10 +8051,13 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
8054
8051
|
firstNameEn?: string | null | undefined;
|
|
8055
8052
|
middleNameEn?: string | null | undefined;
|
|
8056
8053
|
lastNameEn?: string | null | undefined;
|
|
8054
|
+
issuedDate?: string | null | undefined;
|
|
8057
8055
|
issueAuthority?: string | null | undefined;
|
|
8058
8056
|
validUntil?: string | null | undefined;
|
|
8059
8057
|
additionalNumber?: string | null | undefined;
|
|
8060
8058
|
dob?: string | null | undefined;
|
|
8059
|
+
mrzLine1?: string | null | undefined;
|
|
8060
|
+
mrzLine2?: string | null | undefined;
|
|
8061
8061
|
mrzLine3?: string | null | undefined;
|
|
8062
8062
|
}[] | undefined;
|
|
8063
8063
|
tin?: string | undefined;
|
|
@@ -8091,9 +8091,6 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
8091
8091
|
age?: string | null | undefined;
|
|
8092
8092
|
country?: string | null | undefined;
|
|
8093
8093
|
stateOfBirth?: string | null | undefined;
|
|
8094
|
-
issuedDate?: string | null | undefined;
|
|
8095
|
-
mrzLine1?: string | null | undefined;
|
|
8096
|
-
mrzLine2?: string | null | undefined;
|
|
8097
8094
|
placeOfBirth?: string | null | undefined;
|
|
8098
8095
|
address?: {
|
|
8099
8096
|
country?: string | null | undefined;
|
|
@@ -8110,10 +8107,13 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
8110
8107
|
firstNameEn?: string | null | undefined;
|
|
8111
8108
|
middleNameEn?: string | null | undefined;
|
|
8112
8109
|
lastNameEn?: string | null | undefined;
|
|
8110
|
+
issuedDate?: string | null | undefined;
|
|
8113
8111
|
issueAuthority?: string | null | undefined;
|
|
8114
8112
|
validUntil?: string | null | undefined;
|
|
8115
8113
|
additionalNumber?: string | null | undefined;
|
|
8116
8114
|
dob?: string | null | undefined;
|
|
8115
|
+
mrzLine1?: string | null | undefined;
|
|
8116
|
+
mrzLine2?: string | null | undefined;
|
|
8117
8117
|
mrzLine3?: string | null | undefined;
|
|
8118
8118
|
}[] | undefined;
|
|
8119
8119
|
tin?: string | undefined;
|
|
@@ -8238,9 +8238,6 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
8238
8238
|
age?: string | null | undefined;
|
|
8239
8239
|
country?: string | null | undefined;
|
|
8240
8240
|
stateOfBirth?: string | null | undefined;
|
|
8241
|
-
issuedDate?: string | null | undefined;
|
|
8242
|
-
mrzLine1?: string | null | undefined;
|
|
8243
|
-
mrzLine2?: string | null | undefined;
|
|
8244
8241
|
placeOfBirth?: string | null | undefined;
|
|
8245
8242
|
address?: {
|
|
8246
8243
|
country?: string | null | undefined;
|
|
@@ -8257,10 +8254,13 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
8257
8254
|
firstNameEn?: string | null | undefined;
|
|
8258
8255
|
middleNameEn?: string | null | undefined;
|
|
8259
8256
|
lastNameEn?: string | null | undefined;
|
|
8257
|
+
issuedDate?: string | null | undefined;
|
|
8260
8258
|
issueAuthority?: string | null | undefined;
|
|
8261
8259
|
validUntil?: string | null | undefined;
|
|
8262
8260
|
additionalNumber?: string | null | undefined;
|
|
8263
8261
|
dob?: string | null | undefined;
|
|
8262
|
+
mrzLine1?: string | null | undefined;
|
|
8263
|
+
mrzLine2?: string | null | undefined;
|
|
8264
8264
|
mrzLine3?: string | null | undefined;
|
|
8265
8265
|
}, {
|
|
8266
8266
|
number?: string | null | undefined;
|
|
@@ -8271,9 +8271,6 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
8271
8271
|
age?: string | null | undefined;
|
|
8272
8272
|
country?: string | null | undefined;
|
|
8273
8273
|
stateOfBirth?: string | null | undefined;
|
|
8274
|
-
issuedDate?: string | null | undefined;
|
|
8275
|
-
mrzLine1?: string | null | undefined;
|
|
8276
|
-
mrzLine2?: string | null | undefined;
|
|
8277
8274
|
placeOfBirth?: string | null | undefined;
|
|
8278
8275
|
address?: {
|
|
8279
8276
|
country?: string | null | undefined;
|
|
@@ -8290,10 +8287,13 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
8290
8287
|
firstNameEn?: string | null | undefined;
|
|
8291
8288
|
middleNameEn?: string | null | undefined;
|
|
8292
8289
|
lastNameEn?: string | null | undefined;
|
|
8290
|
+
issuedDate?: string | null | undefined;
|
|
8293
8291
|
issueAuthority?: string | null | undefined;
|
|
8294
8292
|
validUntil?: string | null | undefined;
|
|
8295
8293
|
additionalNumber?: string | null | undefined;
|
|
8296
8294
|
dob?: string | null | undefined;
|
|
8295
|
+
mrzLine1?: string | null | undefined;
|
|
8296
|
+
mrzLine2?: string | null | undefined;
|
|
8297
8297
|
mrzLine3?: string | null | undefined;
|
|
8298
8298
|
}>, "many">>;
|
|
8299
8299
|
tin: z.ZodOptional<z.ZodString>;
|
|
@@ -8327,9 +8327,6 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
8327
8327
|
age?: string | null | undefined;
|
|
8328
8328
|
country?: string | null | undefined;
|
|
8329
8329
|
stateOfBirth?: string | null | undefined;
|
|
8330
|
-
issuedDate?: string | null | undefined;
|
|
8331
|
-
mrzLine1?: string | null | undefined;
|
|
8332
|
-
mrzLine2?: string | null | undefined;
|
|
8333
8330
|
placeOfBirth?: string | null | undefined;
|
|
8334
8331
|
address?: {
|
|
8335
8332
|
country?: string | null | undefined;
|
|
@@ -8346,10 +8343,13 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
8346
8343
|
firstNameEn?: string | null | undefined;
|
|
8347
8344
|
middleNameEn?: string | null | undefined;
|
|
8348
8345
|
lastNameEn?: string | null | undefined;
|
|
8346
|
+
issuedDate?: string | null | undefined;
|
|
8349
8347
|
issueAuthority?: string | null | undefined;
|
|
8350
8348
|
validUntil?: string | null | undefined;
|
|
8351
8349
|
additionalNumber?: string | null | undefined;
|
|
8352
8350
|
dob?: string | null | undefined;
|
|
8351
|
+
mrzLine1?: string | null | undefined;
|
|
8352
|
+
mrzLine2?: string | null | undefined;
|
|
8353
8353
|
mrzLine3?: string | null | undefined;
|
|
8354
8354
|
}[] | undefined;
|
|
8355
8355
|
tin?: string | undefined;
|
|
@@ -8383,9 +8383,6 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
8383
8383
|
age?: string | null | undefined;
|
|
8384
8384
|
country?: string | null | undefined;
|
|
8385
8385
|
stateOfBirth?: string | null | undefined;
|
|
8386
|
-
issuedDate?: string | null | undefined;
|
|
8387
|
-
mrzLine1?: string | null | undefined;
|
|
8388
|
-
mrzLine2?: string | null | undefined;
|
|
8389
8386
|
placeOfBirth?: string | null | undefined;
|
|
8390
8387
|
address?: {
|
|
8391
8388
|
country?: string | null | undefined;
|
|
@@ -8402,10 +8399,13 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
8402
8399
|
firstNameEn?: string | null | undefined;
|
|
8403
8400
|
middleNameEn?: string | null | undefined;
|
|
8404
8401
|
lastNameEn?: string | null | undefined;
|
|
8402
|
+
issuedDate?: string | null | undefined;
|
|
8405
8403
|
issueAuthority?: string | null | undefined;
|
|
8406
8404
|
validUntil?: string | null | undefined;
|
|
8407
8405
|
additionalNumber?: string | null | undefined;
|
|
8408
8406
|
dob?: string | null | undefined;
|
|
8407
|
+
mrzLine1?: string | null | undefined;
|
|
8408
|
+
mrzLine2?: string | null | undefined;
|
|
8409
8409
|
mrzLine3?: string | null | undefined;
|
|
8410
8410
|
}[] | undefined;
|
|
8411
8411
|
tin?: string | undefined;
|
|
@@ -8589,9 +8589,6 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
8589
8589
|
age?: string | null | undefined;
|
|
8590
8590
|
country?: string | null | undefined;
|
|
8591
8591
|
stateOfBirth?: string | null | undefined;
|
|
8592
|
-
issuedDate?: string | null | undefined;
|
|
8593
|
-
mrzLine1?: string | null | undefined;
|
|
8594
|
-
mrzLine2?: string | null | undefined;
|
|
8595
8592
|
placeOfBirth?: string | null | undefined;
|
|
8596
8593
|
address?: {
|
|
8597
8594
|
country?: string | null | undefined;
|
|
@@ -8608,10 +8605,13 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
8608
8605
|
firstNameEn?: string | null | undefined;
|
|
8609
8606
|
middleNameEn?: string | null | undefined;
|
|
8610
8607
|
lastNameEn?: string | null | undefined;
|
|
8608
|
+
issuedDate?: string | null | undefined;
|
|
8611
8609
|
issueAuthority?: string | null | undefined;
|
|
8612
8610
|
validUntil?: string | null | undefined;
|
|
8613
8611
|
additionalNumber?: string | null | undefined;
|
|
8614
8612
|
dob?: string | null | undefined;
|
|
8613
|
+
mrzLine1?: string | null | undefined;
|
|
8614
|
+
mrzLine2?: string | null | undefined;
|
|
8615
8615
|
mrzLine3?: string | null | undefined;
|
|
8616
8616
|
}[] | undefined;
|
|
8617
8617
|
tin?: string | undefined;
|
|
@@ -8655,9 +8655,6 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
8655
8655
|
age?: string | null | undefined;
|
|
8656
8656
|
country?: string | null | undefined;
|
|
8657
8657
|
stateOfBirth?: string | null | undefined;
|
|
8658
|
-
issuedDate?: string | null | undefined;
|
|
8659
|
-
mrzLine1?: string | null | undefined;
|
|
8660
|
-
mrzLine2?: string | null | undefined;
|
|
8661
8658
|
placeOfBirth?: string | null | undefined;
|
|
8662
8659
|
address?: {
|
|
8663
8660
|
country?: string | null | undefined;
|
|
@@ -8674,10 +8671,13 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
8674
8671
|
firstNameEn?: string | null | undefined;
|
|
8675
8672
|
middleNameEn?: string | null | undefined;
|
|
8676
8673
|
lastNameEn?: string | null | undefined;
|
|
8674
|
+
issuedDate?: string | null | undefined;
|
|
8677
8675
|
issueAuthority?: string | null | undefined;
|
|
8678
8676
|
validUntil?: string | null | undefined;
|
|
8679
8677
|
additionalNumber?: string | null | undefined;
|
|
8680
8678
|
dob?: string | null | undefined;
|
|
8679
|
+
mrzLine1?: string | null | undefined;
|
|
8680
|
+
mrzLine2?: string | null | undefined;
|
|
8681
8681
|
mrzLine3?: string | null | undefined;
|
|
8682
8682
|
}[] | undefined;
|
|
8683
8683
|
tin?: string | undefined;
|
|
@@ -8757,9 +8757,6 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
8757
8757
|
age?: string | null | undefined;
|
|
8758
8758
|
country?: string | null | undefined;
|
|
8759
8759
|
stateOfBirth?: string | null | undefined;
|
|
8760
|
-
issuedDate?: string | null | undefined;
|
|
8761
|
-
mrzLine1?: string | null | undefined;
|
|
8762
|
-
mrzLine2?: string | null | undefined;
|
|
8763
8760
|
placeOfBirth?: string | null | undefined;
|
|
8764
8761
|
address?: {
|
|
8765
8762
|
country?: string | null | undefined;
|
|
@@ -8776,10 +8773,13 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
8776
8773
|
firstNameEn?: string | null | undefined;
|
|
8777
8774
|
middleNameEn?: string | null | undefined;
|
|
8778
8775
|
lastNameEn?: string | null | undefined;
|
|
8776
|
+
issuedDate?: string | null | undefined;
|
|
8779
8777
|
issueAuthority?: string | null | undefined;
|
|
8780
8778
|
validUntil?: string | null | undefined;
|
|
8781
8779
|
additionalNumber?: string | null | undefined;
|
|
8782
8780
|
dob?: string | null | undefined;
|
|
8781
|
+
mrzLine1?: string | null | undefined;
|
|
8782
|
+
mrzLine2?: string | null | undefined;
|
|
8783
8783
|
mrzLine3?: string | null | undefined;
|
|
8784
8784
|
}[] | undefined;
|
|
8785
8785
|
tin?: string | undefined;
|
|
@@ -8823,9 +8823,6 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
8823
8823
|
age?: string | null | undefined;
|
|
8824
8824
|
country?: string | null | undefined;
|
|
8825
8825
|
stateOfBirth?: string | null | undefined;
|
|
8826
|
-
issuedDate?: string | null | undefined;
|
|
8827
|
-
mrzLine1?: string | null | undefined;
|
|
8828
|
-
mrzLine2?: string | null | undefined;
|
|
8829
8826
|
placeOfBirth?: string | null | undefined;
|
|
8830
8827
|
address?: {
|
|
8831
8828
|
country?: string | null | undefined;
|
|
@@ -8842,10 +8839,13 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
8842
8839
|
firstNameEn?: string | null | undefined;
|
|
8843
8840
|
middleNameEn?: string | null | undefined;
|
|
8844
8841
|
lastNameEn?: string | null | undefined;
|
|
8842
|
+
issuedDate?: string | null | undefined;
|
|
8845
8843
|
issueAuthority?: string | null | undefined;
|
|
8846
8844
|
validUntil?: string | null | undefined;
|
|
8847
8845
|
additionalNumber?: string | null | undefined;
|
|
8848
8846
|
dob?: string | null | undefined;
|
|
8847
|
+
mrzLine1?: string | null | undefined;
|
|
8848
|
+
mrzLine2?: string | null | undefined;
|
|
8849
8849
|
mrzLine3?: string | null | undefined;
|
|
8850
8850
|
}[] | undefined;
|
|
8851
8851
|
tin?: string | undefined;
|
|
@@ -9369,9 +9369,6 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
9369
9369
|
age?: string | null | undefined;
|
|
9370
9370
|
country?: string | null | undefined;
|
|
9371
9371
|
stateOfBirth?: string | null | undefined;
|
|
9372
|
-
issuedDate?: string | null | undefined;
|
|
9373
|
-
mrzLine1?: string | null | undefined;
|
|
9374
|
-
mrzLine2?: string | null | undefined;
|
|
9375
9372
|
placeOfBirth?: string | null | undefined;
|
|
9376
9373
|
address?: {
|
|
9377
9374
|
country?: string | null | undefined;
|
|
@@ -9388,10 +9385,13 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
9388
9385
|
firstNameEn?: string | null | undefined;
|
|
9389
9386
|
middleNameEn?: string | null | undefined;
|
|
9390
9387
|
lastNameEn?: string | null | undefined;
|
|
9388
|
+
issuedDate?: string | null | undefined;
|
|
9391
9389
|
issueAuthority?: string | null | undefined;
|
|
9392
9390
|
validUntil?: string | null | undefined;
|
|
9393
9391
|
additionalNumber?: string | null | undefined;
|
|
9394
9392
|
dob?: string | null | undefined;
|
|
9393
|
+
mrzLine1?: string | null | undefined;
|
|
9394
|
+
mrzLine2?: string | null | undefined;
|
|
9395
9395
|
mrzLine3?: string | null | undefined;
|
|
9396
9396
|
}[] | undefined;
|
|
9397
9397
|
tin?: string | undefined;
|
|
@@ -9435,9 +9435,6 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
9435
9435
|
age?: string | null | undefined;
|
|
9436
9436
|
country?: string | null | undefined;
|
|
9437
9437
|
stateOfBirth?: string | null | undefined;
|
|
9438
|
-
issuedDate?: string | null | undefined;
|
|
9439
|
-
mrzLine1?: string | null | undefined;
|
|
9440
|
-
mrzLine2?: string | null | undefined;
|
|
9441
9438
|
placeOfBirth?: string | null | undefined;
|
|
9442
9439
|
address?: {
|
|
9443
9440
|
country?: string | null | undefined;
|
|
@@ -9454,10 +9451,13 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
9454
9451
|
firstNameEn?: string | null | undefined;
|
|
9455
9452
|
middleNameEn?: string | null | undefined;
|
|
9456
9453
|
lastNameEn?: string | null | undefined;
|
|
9454
|
+
issuedDate?: string | null | undefined;
|
|
9457
9455
|
issueAuthority?: string | null | undefined;
|
|
9458
9456
|
validUntil?: string | null | undefined;
|
|
9459
9457
|
additionalNumber?: string | null | undefined;
|
|
9460
9458
|
dob?: string | null | undefined;
|
|
9459
|
+
mrzLine1?: string | null | undefined;
|
|
9460
|
+
mrzLine2?: string | null | undefined;
|
|
9461
9461
|
mrzLine3?: string | null | undefined;
|
|
9462
9462
|
}[] | undefined;
|
|
9463
9463
|
tin?: string | undefined;
|
|
@@ -9621,9 +9621,6 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
9621
9621
|
age?: string | null | undefined;
|
|
9622
9622
|
country?: string | null | undefined;
|
|
9623
9623
|
stateOfBirth?: string | null | undefined;
|
|
9624
|
-
issuedDate?: string | null | undefined;
|
|
9625
|
-
mrzLine1?: string | null | undefined;
|
|
9626
|
-
mrzLine2?: string | null | undefined;
|
|
9627
9624
|
placeOfBirth?: string | null | undefined;
|
|
9628
9625
|
address?: {
|
|
9629
9626
|
country?: string | null | undefined;
|
|
@@ -9640,10 +9637,13 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
9640
9637
|
firstNameEn?: string | null | undefined;
|
|
9641
9638
|
middleNameEn?: string | null | undefined;
|
|
9642
9639
|
lastNameEn?: string | null | undefined;
|
|
9640
|
+
issuedDate?: string | null | undefined;
|
|
9643
9641
|
issueAuthority?: string | null | undefined;
|
|
9644
9642
|
validUntil?: string | null | undefined;
|
|
9645
9643
|
additionalNumber?: string | null | undefined;
|
|
9646
9644
|
dob?: string | null | undefined;
|
|
9645
|
+
mrzLine1?: string | null | undefined;
|
|
9646
|
+
mrzLine2?: string | null | undefined;
|
|
9647
9647
|
mrzLine3?: string | null | undefined;
|
|
9648
9648
|
}[] | undefined;
|
|
9649
9649
|
tin?: string | undefined;
|
|
@@ -9687,9 +9687,6 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
9687
9687
|
age?: string | null | undefined;
|
|
9688
9688
|
country?: string | null | undefined;
|
|
9689
9689
|
stateOfBirth?: string | null | undefined;
|
|
9690
|
-
issuedDate?: string | null | undefined;
|
|
9691
|
-
mrzLine1?: string | null | undefined;
|
|
9692
|
-
mrzLine2?: string | null | undefined;
|
|
9693
9690
|
placeOfBirth?: string | null | undefined;
|
|
9694
9691
|
address?: {
|
|
9695
9692
|
country?: string | null | undefined;
|
|
@@ -9706,10 +9703,13 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
9706
9703
|
firstNameEn?: string | null | undefined;
|
|
9707
9704
|
middleNameEn?: string | null | undefined;
|
|
9708
9705
|
lastNameEn?: string | null | undefined;
|
|
9706
|
+
issuedDate?: string | null | undefined;
|
|
9709
9707
|
issueAuthority?: string | null | undefined;
|
|
9710
9708
|
validUntil?: string | null | undefined;
|
|
9711
9709
|
additionalNumber?: string | null | undefined;
|
|
9712
9710
|
dob?: string | null | undefined;
|
|
9711
|
+
mrzLine1?: string | null | undefined;
|
|
9712
|
+
mrzLine2?: string | null | undefined;
|
|
9713
9713
|
mrzLine3?: string | null | undefined;
|
|
9714
9714
|
}[] | undefined;
|
|
9715
9715
|
tin?: string | undefined;
|
|
@@ -9875,9 +9875,6 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
9875
9875
|
age?: string | null | undefined;
|
|
9876
9876
|
country?: string | null | undefined;
|
|
9877
9877
|
stateOfBirth?: string | null | undefined;
|
|
9878
|
-
issuedDate?: string | null | undefined;
|
|
9879
|
-
mrzLine1?: string | null | undefined;
|
|
9880
|
-
mrzLine2?: string | null | undefined;
|
|
9881
9878
|
placeOfBirth?: string | null | undefined;
|
|
9882
9879
|
address?: {
|
|
9883
9880
|
country?: string | null | undefined;
|
|
@@ -9894,10 +9891,13 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
9894
9891
|
firstNameEn?: string | null | undefined;
|
|
9895
9892
|
middleNameEn?: string | null | undefined;
|
|
9896
9893
|
lastNameEn?: string | null | undefined;
|
|
9894
|
+
issuedDate?: string | null | undefined;
|
|
9897
9895
|
issueAuthority?: string | null | undefined;
|
|
9898
9896
|
validUntil?: string | null | undefined;
|
|
9899
9897
|
additionalNumber?: string | null | undefined;
|
|
9900
9898
|
dob?: string | null | undefined;
|
|
9899
|
+
mrzLine1?: string | null | undefined;
|
|
9900
|
+
mrzLine2?: string | null | undefined;
|
|
9901
9901
|
mrzLine3?: string | null | undefined;
|
|
9902
9902
|
}[] | undefined;
|
|
9903
9903
|
tin?: string | undefined;
|
|
@@ -9941,9 +9941,6 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
9941
9941
|
age?: string | null | undefined;
|
|
9942
9942
|
country?: string | null | undefined;
|
|
9943
9943
|
stateOfBirth?: string | null | undefined;
|
|
9944
|
-
issuedDate?: string | null | undefined;
|
|
9945
|
-
mrzLine1?: string | null | undefined;
|
|
9946
|
-
mrzLine2?: string | null | undefined;
|
|
9947
9944
|
placeOfBirth?: string | null | undefined;
|
|
9948
9945
|
address?: {
|
|
9949
9946
|
country?: string | null | undefined;
|
|
@@ -9960,10 +9957,13 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
9960
9957
|
firstNameEn?: string | null | undefined;
|
|
9961
9958
|
middleNameEn?: string | null | undefined;
|
|
9962
9959
|
lastNameEn?: string | null | undefined;
|
|
9960
|
+
issuedDate?: string | null | undefined;
|
|
9963
9961
|
issueAuthority?: string | null | undefined;
|
|
9964
9962
|
validUntil?: string | null | undefined;
|
|
9965
9963
|
additionalNumber?: string | null | undefined;
|
|
9966
9964
|
dob?: string | null | undefined;
|
|
9965
|
+
mrzLine1?: string | null | undefined;
|
|
9966
|
+
mrzLine2?: string | null | undefined;
|
|
9967
9967
|
mrzLine3?: string | null | undefined;
|
|
9968
9968
|
}[] | undefined;
|
|
9969
9969
|
tin?: string | undefined;
|
|
@@ -10129,9 +10129,6 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
10129
10129
|
age?: string | null | undefined;
|
|
10130
10130
|
country?: string | null | undefined;
|
|
10131
10131
|
stateOfBirth?: string | null | undefined;
|
|
10132
|
-
issuedDate?: string | null | undefined;
|
|
10133
|
-
mrzLine1?: string | null | undefined;
|
|
10134
|
-
mrzLine2?: string | null | undefined;
|
|
10135
10132
|
placeOfBirth?: string | null | undefined;
|
|
10136
10133
|
address?: {
|
|
10137
10134
|
country?: string | null | undefined;
|
|
@@ -10148,10 +10145,13 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
10148
10145
|
firstNameEn?: string | null | undefined;
|
|
10149
10146
|
middleNameEn?: string | null | undefined;
|
|
10150
10147
|
lastNameEn?: string | null | undefined;
|
|
10148
|
+
issuedDate?: string | null | undefined;
|
|
10151
10149
|
issueAuthority?: string | null | undefined;
|
|
10152
10150
|
validUntil?: string | null | undefined;
|
|
10153
10151
|
additionalNumber?: string | null | undefined;
|
|
10154
10152
|
dob?: string | null | undefined;
|
|
10153
|
+
mrzLine1?: string | null | undefined;
|
|
10154
|
+
mrzLine2?: string | null | undefined;
|
|
10155
10155
|
mrzLine3?: string | null | undefined;
|
|
10156
10156
|
}[] | undefined;
|
|
10157
10157
|
tin?: string | undefined;
|
|
@@ -10195,9 +10195,6 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
10195
10195
|
age?: string | null | undefined;
|
|
10196
10196
|
country?: string | null | undefined;
|
|
10197
10197
|
stateOfBirth?: string | null | undefined;
|
|
10198
|
-
issuedDate?: string | null | undefined;
|
|
10199
|
-
mrzLine1?: string | null | undefined;
|
|
10200
|
-
mrzLine2?: string | null | undefined;
|
|
10201
10198
|
placeOfBirth?: string | null | undefined;
|
|
10202
10199
|
address?: {
|
|
10203
10200
|
country?: string | null | undefined;
|
|
@@ -10214,10 +10211,13 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
10214
10211
|
firstNameEn?: string | null | undefined;
|
|
10215
10212
|
middleNameEn?: string | null | undefined;
|
|
10216
10213
|
lastNameEn?: string | null | undefined;
|
|
10214
|
+
issuedDate?: string | null | undefined;
|
|
10217
10215
|
issueAuthority?: string | null | undefined;
|
|
10218
10216
|
validUntil?: string | null | undefined;
|
|
10219
10217
|
additionalNumber?: string | null | undefined;
|
|
10220
10218
|
dob?: string | null | undefined;
|
|
10219
|
+
mrzLine1?: string | null | undefined;
|
|
10220
|
+
mrzLine2?: string | null | undefined;
|
|
10221
10221
|
mrzLine3?: string | null | undefined;
|
|
10222
10222
|
}[] | undefined;
|
|
10223
10223
|
tin?: string | undefined;
|