@nexeraid/identity-schemas 2.37.0 → 2.38.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-6a1ff221.cjs.prod.cjs → CoinMarketCap.schema-5142a776.cjs.prod.cjs} +23 -12
- package/dist/{CoinMarketCap.schema-aefa43e8.cjs.dev.cjs → CoinMarketCap.schema-f5000da2.cjs.dev.cjs} +23 -12
- package/dist/{CoinMarketCap.schema-280414c3.esm.mjs → CoinMarketCap.schema-f9a98f8e.esm.mjs} +11 -2
- package/dist/declarations/src/customer.schema.d.ts +7 -0
- package/dist/declarations/src/customer.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/app-requests.schema.d.ts +358 -170
- package/dist/declarations/src/identity/app-requests.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/host-requests.schema.d.ts +10 -10
- package/dist/declarations/src/identity/identity-v2.schema.d.ts +86 -42
- package/dist/declarations/src/identity/identity-v2.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/kyc.schema.d.ts +190 -94
- package/dist/declarations/src/identity/kyc.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/query.schema.d.ts +141 -565
- package/dist/declarations/src/identity/query.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/scenario.schema.d.ts +316 -562
- package/dist/declarations/src/identity/scenario.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/zkps.schema.d.ts +145 -53
- package/dist/declarations/src/identity/zkps.schema.d.ts.map +1 -1
- package/dist/declarations/src/index.d.ts +1 -0
- package/dist/declarations/src/index.d.ts.map +1 -1
- package/dist/declarations/src/providers/comply-advantage/comply-advantage.schema.d.ts +42 -42
- package/dist/declarations/src/providers/kyb-sessions.schema.d.ts +16 -16
- package/dist/declarations/src/providers/kyc-sessions.schema.d.ts +36 -36
- package/dist/declarations/src/providers/merkle-science/merkle-science.schema.d.ts +32 -32
- package/dist/declarations/src/providers/provider.schema.d.ts +469 -469
- package/dist/declarations/src/providers/sumsub/sumsub-applicant.schema.d.ts +36 -36
- package/dist/declarations/src/providers/synaps/synaps.schema.d.ts +100 -100
- package/dist/declarations/src/vault/data-link.schema.d.ts +8 -0
- package/dist/declarations/src/vault/data-link.schema.d.ts.map +1 -0
- package/dist/declarations/src/vault/index.d.ts +3 -0
- package/dist/declarations/src/vault/index.d.ts.map +1 -0
- package/dist/declarations/src/vault/schemas/generated/Customer.schema.json.d.ts +897 -0
- package/dist/declarations/src/vault/schemas/generated/Customer.type.d.ts +47 -0
- package/dist/declarations/src/vault/schemas/generated/Customer.type.d.ts.map +1 -0
- package/dist/declarations/src/vault/schemas/generated/KycSession.schema.json.d.ts +1859 -0
- package/dist/declarations/src/vault/schemas/generated/KycSession.type.d.ts +219 -0
- package/dist/declarations/src/vault/schemas/generated/KycSession.type.d.ts.map +1 -0
- package/dist/declarations/src/vault/schemas/generated/Transaction.schema.json.d.ts +1139 -0
- package/dist/declarations/src/vault/schemas/generated/Transaction.type.d.ts +61 -0
- package/dist/declarations/src/vault/schemas/generated/Transaction.type.d.ts.map +1 -0
- package/dist/declarations/src/vault/vault.schema.d.ts +2808 -0
- package/dist/declarations/src/vault/vault.schema.d.ts.map +1 -0
- package/dist/declarations/src/verifiable-credentials/index.d.ts +5 -10
- package/dist/declarations/src/verifiable-credentials/index.d.ts.map +1 -1
- package/dist/declarations/src/verifiable-credentials/vcs.schema.d.ts +8764 -0
- package/dist/declarations/src/verifiable-credentials/vcs.schema.d.ts.map +1 -0
- package/dist/declarations/src/webhooks/alert.webhooks.schema.d.ts +2 -2
- package/dist/declarations/src/webhooks/customer.webhooks.schema.d.ts +28 -28
- package/dist/declarations/src/webhooks/send-verification-flow-webhook.schema.d.ts +100 -100
- package/dist/declarations/src/webhooks/svix.webhooks.schema.d.ts +1362 -1480
- package/dist/declarations/src/webhooks/svix.webhooks.schema.d.ts.map +1 -1
- package/dist/declarations/src/webhooks/tms.webhooks.schema.d.ts +2 -2
- package/dist/{frontend-utilities.schema-2cdacfcb.cjs.dev.cjs → frontend-utilities.schema-3dbbc782.cjs.dev.cjs} +7 -6
- package/dist/{frontend-utilities.schema-2c6e346e.esm.mjs → frontend-utilities.schema-aae337dd.esm.mjs} +2 -1
- package/dist/{frontend-utilities.schema-fb803ead.cjs.prod.cjs → frontend-utilities.schema-b58a8d24.cjs.prod.cjs} +7 -6
- package/dist/identity-api.schema-185a6e6e.cjs.dev.cjs +2012 -0
- package/dist/identity-api.schema-774e69d4.cjs.prod.cjs +2012 -0
- package/dist/identity-api.schema-80658b16.esm.mjs +1654 -0
- package/dist/nexeraid-identity-schemas.cjs.dev.cjs +124 -98
- package/dist/nexeraid-identity-schemas.cjs.prod.cjs +124 -98
- package/dist/nexeraid-identity-schemas.esm.mjs +5 -4
- package/dist/package.json +25 -5
- package/dist/vault.schema-05a9f7fa.cjs.dev.cjs +6349 -0
- package/dist/vault.schema-d868aba3.cjs.prod.cjs +6349 -0
- package/dist/vault.schema-dc014e8d.esm.mjs +6238 -0
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.cjs +16 -22
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.cjs +16 -22
- package/identity/dist/nexeraid-identity-schemas-identity.esm.mjs +3 -1
- package/package.json +25 -5
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.cjs +4 -2
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.cjs +4 -2
- package/providers/dist/nexeraid-identity-schemas-providers.esm.mjs +4 -2
- package/vault/dist/nexeraid-identity-schemas-vault.cjs.cjs +7 -0
- package/vault/dist/nexeraid-identity-schemas-vault.cjs.d.cts +2 -0
- package/vault/dist/nexeraid-identity-schemas-vault.cjs.d.mts +2 -0
- package/vault/dist/nexeraid-identity-schemas-vault.cjs.d.ts +2 -0
- package/vault/dist/nexeraid-identity-schemas-vault.cjs.dev.cjs +25 -0
- package/vault/dist/nexeraid-identity-schemas-vault.cjs.prod.cjs +25 -0
- package/vault/dist/nexeraid-identity-schemas-vault.esm.mjs +3 -0
- package/vault/package.json +4 -0
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.cjs +35 -20
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.cjs +35 -20
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.mjs +4 -2
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.cjs +22 -17
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +22 -17
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +8 -3
- package/dist/identity-api.schema-79b2c3a7.esm.mjs +0 -3485
- package/dist/identity-api.schema-ab731fb2.cjs.prod.cjs +0 -3895
- package/dist/identity-api.schema-d2a8b678.cjs.dev.cjs +0 -3895
- package/dist/transaction.schema-16357ae0.esm.mjs +0 -65
- package/dist/transaction.schema-548b315f.cjs.prod.cjs +0 -101
- package/dist/transaction.schema-8c266a30.cjs.dev.cjs +0 -101
|
@@ -762,6 +762,7 @@ export declare const SumSubIndividualApplicantSchema: z.ZodObject<{
|
|
|
762
762
|
};
|
|
763
763
|
email?: string | undefined;
|
|
764
764
|
phone?: string | undefined;
|
|
765
|
+
ipCountry?: string | undefined;
|
|
765
766
|
metadata?: Record<string, string>[] | undefined;
|
|
766
767
|
info?: {
|
|
767
768
|
firstName?: string | undefined;
|
|
@@ -886,7 +887,6 @@ export declare const SumSubIndividualApplicantSchema: z.ZodObject<{
|
|
|
886
887
|
tin?: string | undefined;
|
|
887
888
|
} | null | undefined;
|
|
888
889
|
applicantPlatform?: string | undefined;
|
|
889
|
-
ipCountry?: string | undefined;
|
|
890
890
|
agreement?: {
|
|
891
891
|
createdAt: string;
|
|
892
892
|
source: string;
|
|
@@ -929,6 +929,7 @@ export declare const SumSubIndividualApplicantSchema: z.ZodObject<{
|
|
|
929
929
|
};
|
|
930
930
|
email?: string | undefined;
|
|
931
931
|
phone?: string | undefined;
|
|
932
|
+
ipCountry?: string | undefined;
|
|
932
933
|
metadata?: Record<string, string>[] | undefined;
|
|
933
934
|
info?: {
|
|
934
935
|
firstName?: string | undefined;
|
|
@@ -1053,7 +1054,6 @@ export declare const SumSubIndividualApplicantSchema: z.ZodObject<{
|
|
|
1053
1054
|
tin?: string | undefined;
|
|
1054
1055
|
} | null | undefined;
|
|
1055
1056
|
applicantPlatform?: string | undefined;
|
|
1056
|
-
ipCountry?: string | undefined;
|
|
1057
1057
|
agreement?: {
|
|
1058
1058
|
createdAt: string;
|
|
1059
1059
|
source: string;
|
|
@@ -1359,6 +1359,7 @@ export declare const SumSubCompanyApplicantSchema: z.ZodObject<{
|
|
|
1359
1359
|
confirmed?: boolean | undefined;
|
|
1360
1360
|
priority?: number | undefined;
|
|
1361
1361
|
};
|
|
1362
|
+
ipCountry?: string | null | undefined;
|
|
1362
1363
|
info?: {
|
|
1363
1364
|
idDocs: {
|
|
1364
1365
|
country: string;
|
|
@@ -1390,7 +1391,6 @@ export declare const SumSubCompanyApplicantSchema: z.ZodObject<{
|
|
|
1390
1391
|
} | null | undefined;
|
|
1391
1392
|
} | null | undefined;
|
|
1392
1393
|
lang?: string | null | undefined;
|
|
1393
|
-
ipCountry?: string | null | undefined;
|
|
1394
1394
|
agreement?: {
|
|
1395
1395
|
createdAt?: string | undefined;
|
|
1396
1396
|
source?: string | undefined;
|
|
@@ -1429,6 +1429,7 @@ export declare const SumSubCompanyApplicantSchema: z.ZodObject<{
|
|
|
1429
1429
|
confirmed?: boolean | undefined;
|
|
1430
1430
|
priority?: number | undefined;
|
|
1431
1431
|
};
|
|
1432
|
+
ipCountry?: string | null | undefined;
|
|
1432
1433
|
info?: {
|
|
1433
1434
|
idDocs: {
|
|
1434
1435
|
country: string;
|
|
@@ -1460,7 +1461,6 @@ export declare const SumSubCompanyApplicantSchema: z.ZodObject<{
|
|
|
1460
1461
|
} | null | undefined;
|
|
1461
1462
|
} | null | undefined;
|
|
1462
1463
|
lang?: string | null | undefined;
|
|
1463
|
-
ipCountry?: string | null | undefined;
|
|
1464
1464
|
agreement?: {
|
|
1465
1465
|
createdAt?: string | undefined;
|
|
1466
1466
|
source?: string | undefined;
|
|
@@ -2873,6 +2873,7 @@ export declare const SumsubKycDataSchema: z.ZodObject<{
|
|
|
2873
2873
|
};
|
|
2874
2874
|
email?: string | undefined;
|
|
2875
2875
|
phone?: string | undefined;
|
|
2876
|
+
ipCountry?: string | undefined;
|
|
2876
2877
|
metadata?: Record<string, string>[] | undefined;
|
|
2877
2878
|
info?: {
|
|
2878
2879
|
firstName?: string | undefined;
|
|
@@ -2997,7 +2998,6 @@ export declare const SumsubKycDataSchema: z.ZodObject<{
|
|
|
2997
2998
|
tin?: string | undefined;
|
|
2998
2999
|
} | null | undefined;
|
|
2999
3000
|
applicantPlatform?: string | undefined;
|
|
3000
|
-
ipCountry?: string | undefined;
|
|
3001
3001
|
agreement?: {
|
|
3002
3002
|
createdAt: string;
|
|
3003
3003
|
source: string;
|
|
@@ -3040,6 +3040,7 @@ export declare const SumsubKycDataSchema: z.ZodObject<{
|
|
|
3040
3040
|
};
|
|
3041
3041
|
email?: string | undefined;
|
|
3042
3042
|
phone?: string | undefined;
|
|
3043
|
+
ipCountry?: string | undefined;
|
|
3043
3044
|
metadata?: Record<string, string>[] | undefined;
|
|
3044
3045
|
info?: {
|
|
3045
3046
|
firstName?: string | undefined;
|
|
@@ -3164,7 +3165,6 @@ export declare const SumsubKycDataSchema: z.ZodObject<{
|
|
|
3164
3165
|
tin?: string | undefined;
|
|
3165
3166
|
} | null | undefined;
|
|
3166
3167
|
applicantPlatform?: string | undefined;
|
|
3167
|
-
ipCountry?: string | undefined;
|
|
3168
3168
|
agreement?: {
|
|
3169
3169
|
createdAt: string;
|
|
3170
3170
|
source: string;
|
|
@@ -3216,6 +3216,7 @@ export declare const SumsubKycDataSchema: z.ZodObject<{
|
|
|
3216
3216
|
};
|
|
3217
3217
|
email?: string | undefined;
|
|
3218
3218
|
phone?: string | undefined;
|
|
3219
|
+
ipCountry?: string | undefined;
|
|
3219
3220
|
metadata?: Record<string, string>[] | undefined;
|
|
3220
3221
|
info?: {
|
|
3221
3222
|
firstName?: string | undefined;
|
|
@@ -3340,7 +3341,6 @@ export declare const SumsubKycDataSchema: z.ZodObject<{
|
|
|
3340
3341
|
tin?: string | undefined;
|
|
3341
3342
|
} | null | undefined;
|
|
3342
3343
|
applicantPlatform?: string | undefined;
|
|
3343
|
-
ipCountry?: string | undefined;
|
|
3344
3344
|
agreement?: {
|
|
3345
3345
|
createdAt: string;
|
|
3346
3346
|
source: string;
|
|
@@ -3390,6 +3390,7 @@ export declare const SumsubKycDataSchema: z.ZodObject<{
|
|
|
3390
3390
|
};
|
|
3391
3391
|
email?: string | undefined;
|
|
3392
3392
|
phone?: string | undefined;
|
|
3393
|
+
ipCountry?: string | undefined;
|
|
3393
3394
|
metadata?: Record<string, string>[] | undefined;
|
|
3394
3395
|
info?: {
|
|
3395
3396
|
firstName?: string | undefined;
|
|
@@ -3514,7 +3515,6 @@ export declare const SumsubKycDataSchema: z.ZodObject<{
|
|
|
3514
3515
|
tin?: string | undefined;
|
|
3515
3516
|
} | null | undefined;
|
|
3516
3517
|
applicantPlatform?: string | undefined;
|
|
3517
|
-
ipCountry?: string | undefined;
|
|
3518
3518
|
agreement?: {
|
|
3519
3519
|
createdAt: string;
|
|
3520
3520
|
source: string;
|
|
@@ -3824,6 +3824,7 @@ export declare const SumsubKybDataSchema: z.ZodObject<{
|
|
|
3824
3824
|
confirmed?: boolean | undefined;
|
|
3825
3825
|
priority?: number | undefined;
|
|
3826
3826
|
};
|
|
3827
|
+
ipCountry?: string | null | undefined;
|
|
3827
3828
|
info?: {
|
|
3828
3829
|
idDocs: {
|
|
3829
3830
|
country: string;
|
|
@@ -3855,7 +3856,6 @@ export declare const SumsubKybDataSchema: z.ZodObject<{
|
|
|
3855
3856
|
} | null | undefined;
|
|
3856
3857
|
} | null | undefined;
|
|
3857
3858
|
lang?: string | null | undefined;
|
|
3858
|
-
ipCountry?: string | null | undefined;
|
|
3859
3859
|
agreement?: {
|
|
3860
3860
|
createdAt?: string | undefined;
|
|
3861
3861
|
source?: string | undefined;
|
|
@@ -3894,6 +3894,7 @@ export declare const SumsubKybDataSchema: z.ZodObject<{
|
|
|
3894
3894
|
confirmed?: boolean | undefined;
|
|
3895
3895
|
priority?: number | undefined;
|
|
3896
3896
|
};
|
|
3897
|
+
ipCountry?: string | null | undefined;
|
|
3897
3898
|
info?: {
|
|
3898
3899
|
idDocs: {
|
|
3899
3900
|
country: string;
|
|
@@ -3925,7 +3926,6 @@ export declare const SumsubKybDataSchema: z.ZodObject<{
|
|
|
3925
3926
|
} | null | undefined;
|
|
3926
3927
|
} | null | undefined;
|
|
3927
3928
|
lang?: string | null | undefined;
|
|
3928
|
-
ipCountry?: string | null | undefined;
|
|
3929
3929
|
agreement?: {
|
|
3930
3930
|
createdAt?: string | undefined;
|
|
3931
3931
|
source?: string | undefined;
|
|
@@ -3972,6 +3972,7 @@ export declare const SumsubKybDataSchema: z.ZodObject<{
|
|
|
3972
3972
|
confirmed?: boolean | undefined;
|
|
3973
3973
|
priority?: number | undefined;
|
|
3974
3974
|
};
|
|
3975
|
+
ipCountry?: string | null | undefined;
|
|
3975
3976
|
info?: {
|
|
3976
3977
|
idDocs: {
|
|
3977
3978
|
country: string;
|
|
@@ -4003,7 +4004,6 @@ export declare const SumsubKybDataSchema: z.ZodObject<{
|
|
|
4003
4004
|
} | null | undefined;
|
|
4004
4005
|
} | null | undefined;
|
|
4005
4006
|
lang?: string | null | undefined;
|
|
4006
|
-
ipCountry?: string | null | undefined;
|
|
4007
4007
|
agreement?: {
|
|
4008
4008
|
createdAt?: string | undefined;
|
|
4009
4009
|
source?: string | undefined;
|
|
@@ -4049,6 +4049,7 @@ export declare const SumsubKybDataSchema: z.ZodObject<{
|
|
|
4049
4049
|
confirmed?: boolean | undefined;
|
|
4050
4050
|
priority?: number | undefined;
|
|
4051
4051
|
};
|
|
4052
|
+
ipCountry?: string | null | undefined;
|
|
4052
4053
|
info?: {
|
|
4053
4054
|
idDocs: {
|
|
4054
4055
|
country: string;
|
|
@@ -4080,7 +4081,6 @@ export declare const SumsubKybDataSchema: z.ZodObject<{
|
|
|
4080
4081
|
} | null | undefined;
|
|
4081
4082
|
} | null | undefined;
|
|
4082
4083
|
lang?: string | null | undefined;
|
|
4083
|
-
ipCountry?: string | null | undefined;
|
|
4084
4084
|
agreement?: {
|
|
4085
4085
|
createdAt?: string | undefined;
|
|
4086
4086
|
source?: string | undefined;
|
|
@@ -4807,6 +4807,7 @@ export declare const SumSubApplicantSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
4807
4807
|
};
|
|
4808
4808
|
email?: string | undefined;
|
|
4809
4809
|
phone?: string | undefined;
|
|
4810
|
+
ipCountry?: string | undefined;
|
|
4810
4811
|
metadata?: Record<string, string>[] | undefined;
|
|
4811
4812
|
info?: {
|
|
4812
4813
|
firstName?: string | undefined;
|
|
@@ -4931,7 +4932,6 @@ export declare const SumSubApplicantSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
4931
4932
|
tin?: string | undefined;
|
|
4932
4933
|
} | null | undefined;
|
|
4933
4934
|
applicantPlatform?: string | undefined;
|
|
4934
|
-
ipCountry?: string | undefined;
|
|
4935
4935
|
agreement?: {
|
|
4936
4936
|
createdAt: string;
|
|
4937
4937
|
source: string;
|
|
@@ -4974,6 +4974,7 @@ export declare const SumSubApplicantSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
4974
4974
|
};
|
|
4975
4975
|
email?: string | undefined;
|
|
4976
4976
|
phone?: string | undefined;
|
|
4977
|
+
ipCountry?: string | undefined;
|
|
4977
4978
|
metadata?: Record<string, string>[] | undefined;
|
|
4978
4979
|
info?: {
|
|
4979
4980
|
firstName?: string | undefined;
|
|
@@ -5098,7 +5099,6 @@ export declare const SumSubApplicantSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
5098
5099
|
tin?: string | undefined;
|
|
5099
5100
|
} | null | undefined;
|
|
5100
5101
|
applicantPlatform?: string | undefined;
|
|
5101
|
-
ipCountry?: string | undefined;
|
|
5102
5102
|
agreement?: {
|
|
5103
5103
|
createdAt: string;
|
|
5104
5104
|
source: string;
|
|
@@ -5402,6 +5402,7 @@ export declare const SumSubApplicantSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
5402
5402
|
confirmed?: boolean | undefined;
|
|
5403
5403
|
priority?: number | undefined;
|
|
5404
5404
|
};
|
|
5405
|
+
ipCountry?: string | null | undefined;
|
|
5405
5406
|
info?: {
|
|
5406
5407
|
idDocs: {
|
|
5407
5408
|
country: string;
|
|
@@ -5433,7 +5434,6 @@ export declare const SumSubApplicantSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
5433
5434
|
} | null | undefined;
|
|
5434
5435
|
} | null | undefined;
|
|
5435
5436
|
lang?: string | null | undefined;
|
|
5436
|
-
ipCountry?: string | null | undefined;
|
|
5437
5437
|
agreement?: {
|
|
5438
5438
|
createdAt?: string | undefined;
|
|
5439
5439
|
source?: string | undefined;
|
|
@@ -5472,6 +5472,7 @@ export declare const SumSubApplicantSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
5472
5472
|
confirmed?: boolean | undefined;
|
|
5473
5473
|
priority?: number | undefined;
|
|
5474
5474
|
};
|
|
5475
|
+
ipCountry?: string | null | undefined;
|
|
5475
5476
|
info?: {
|
|
5476
5477
|
idDocs: {
|
|
5477
5478
|
country: string;
|
|
@@ -5503,7 +5504,6 @@ export declare const SumSubApplicantSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
5503
5504
|
} | null | undefined;
|
|
5504
5505
|
} | null | undefined;
|
|
5505
5506
|
lang?: string | null | undefined;
|
|
5506
|
-
ipCountry?: string | null | undefined;
|
|
5507
5507
|
agreement?: {
|
|
5508
5508
|
createdAt?: string | undefined;
|
|
5509
5509
|
source?: string | undefined;
|
|
@@ -6260,6 +6260,7 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
|
|
|
6260
6260
|
};
|
|
6261
6261
|
email?: string | undefined;
|
|
6262
6262
|
phone?: string | undefined;
|
|
6263
|
+
ipCountry?: string | undefined;
|
|
6263
6264
|
metadata?: Record<string, string>[] | undefined;
|
|
6264
6265
|
info?: {
|
|
6265
6266
|
firstName?: string | undefined;
|
|
@@ -6384,7 +6385,6 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
|
|
|
6384
6385
|
tin?: string | undefined;
|
|
6385
6386
|
} | null | undefined;
|
|
6386
6387
|
applicantPlatform?: string | undefined;
|
|
6387
|
-
ipCountry?: string | undefined;
|
|
6388
6388
|
agreement?: {
|
|
6389
6389
|
createdAt: string;
|
|
6390
6390
|
source: string;
|
|
@@ -6427,6 +6427,7 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
|
|
|
6427
6427
|
};
|
|
6428
6428
|
email?: string | undefined;
|
|
6429
6429
|
phone?: string | undefined;
|
|
6430
|
+
ipCountry?: string | undefined;
|
|
6430
6431
|
metadata?: Record<string, string>[] | undefined;
|
|
6431
6432
|
info?: {
|
|
6432
6433
|
firstName?: string | undefined;
|
|
@@ -6551,7 +6552,6 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
|
|
|
6551
6552
|
tin?: string | undefined;
|
|
6552
6553
|
} | null | undefined;
|
|
6553
6554
|
applicantPlatform?: string | undefined;
|
|
6554
|
-
ipCountry?: string | undefined;
|
|
6555
6555
|
agreement?: {
|
|
6556
6556
|
createdAt: string;
|
|
6557
6557
|
source: string;
|
|
@@ -6855,6 +6855,7 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
|
|
|
6855
6855
|
confirmed?: boolean | undefined;
|
|
6856
6856
|
priority?: number | undefined;
|
|
6857
6857
|
};
|
|
6858
|
+
ipCountry?: string | null | undefined;
|
|
6858
6859
|
info?: {
|
|
6859
6860
|
idDocs: {
|
|
6860
6861
|
country: string;
|
|
@@ -6886,7 +6887,6 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
|
|
|
6886
6887
|
} | null | undefined;
|
|
6887
6888
|
} | null | undefined;
|
|
6888
6889
|
lang?: string | null | undefined;
|
|
6889
|
-
ipCountry?: string | null | undefined;
|
|
6890
6890
|
agreement?: {
|
|
6891
6891
|
createdAt?: string | undefined;
|
|
6892
6892
|
source?: string | undefined;
|
|
@@ -6925,6 +6925,7 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
|
|
|
6925
6925
|
confirmed?: boolean | undefined;
|
|
6926
6926
|
priority?: number | undefined;
|
|
6927
6927
|
};
|
|
6928
|
+
ipCountry?: string | null | undefined;
|
|
6928
6929
|
info?: {
|
|
6929
6930
|
idDocs: {
|
|
6930
6931
|
country: string;
|
|
@@ -6956,7 +6957,6 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
|
|
|
6956
6957
|
} | null | undefined;
|
|
6957
6958
|
} | null | undefined;
|
|
6958
6959
|
lang?: string | null | undefined;
|
|
6959
|
-
ipCountry?: string | null | undefined;
|
|
6960
6960
|
agreement?: {
|
|
6961
6961
|
createdAt?: string | undefined;
|
|
6962
6962
|
source?: string | undefined;
|
|
@@ -7012,6 +7012,7 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
|
|
|
7012
7012
|
};
|
|
7013
7013
|
email?: string | undefined;
|
|
7014
7014
|
phone?: string | undefined;
|
|
7015
|
+
ipCountry?: string | undefined;
|
|
7015
7016
|
metadata?: Record<string, string>[] | undefined;
|
|
7016
7017
|
info?: {
|
|
7017
7018
|
firstName?: string | undefined;
|
|
@@ -7136,7 +7137,6 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
|
|
|
7136
7137
|
tin?: string | undefined;
|
|
7137
7138
|
} | null | undefined;
|
|
7138
7139
|
applicantPlatform?: string | undefined;
|
|
7139
|
-
ipCountry?: string | undefined;
|
|
7140
7140
|
agreement?: {
|
|
7141
7141
|
createdAt: string;
|
|
7142
7142
|
source: string;
|
|
@@ -7174,6 +7174,7 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
|
|
|
7174
7174
|
confirmed?: boolean | undefined;
|
|
7175
7175
|
priority?: number | undefined;
|
|
7176
7176
|
};
|
|
7177
|
+
ipCountry?: string | null | undefined;
|
|
7177
7178
|
info?: {
|
|
7178
7179
|
idDocs: {
|
|
7179
7180
|
country: string;
|
|
@@ -7205,7 +7206,6 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
|
|
|
7205
7206
|
} | null | undefined;
|
|
7206
7207
|
} | null | undefined;
|
|
7207
7208
|
lang?: string | null | undefined;
|
|
7208
|
-
ipCountry?: string | null | undefined;
|
|
7209
7209
|
agreement?: {
|
|
7210
7210
|
createdAt?: string | undefined;
|
|
7211
7211
|
source?: string | undefined;
|
|
@@ -7259,6 +7259,7 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
|
|
|
7259
7259
|
};
|
|
7260
7260
|
email?: string | undefined;
|
|
7261
7261
|
phone?: string | undefined;
|
|
7262
|
+
ipCountry?: string | undefined;
|
|
7262
7263
|
metadata?: Record<string, string>[] | undefined;
|
|
7263
7264
|
info?: {
|
|
7264
7265
|
firstName?: string | undefined;
|
|
@@ -7383,7 +7384,6 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
|
|
|
7383
7384
|
tin?: string | undefined;
|
|
7384
7385
|
} | null | undefined;
|
|
7385
7386
|
applicantPlatform?: string | undefined;
|
|
7386
|
-
ipCountry?: string | undefined;
|
|
7387
7387
|
agreement?: {
|
|
7388
7388
|
createdAt: string;
|
|
7389
7389
|
source: string;
|
|
@@ -7421,6 +7421,7 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
|
|
|
7421
7421
|
confirmed?: boolean | undefined;
|
|
7422
7422
|
priority?: number | undefined;
|
|
7423
7423
|
};
|
|
7424
|
+
ipCountry?: string | null | undefined;
|
|
7424
7425
|
info?: {
|
|
7425
7426
|
idDocs: {
|
|
7426
7427
|
country: string;
|
|
@@ -7452,7 +7453,6 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
|
|
|
7452
7453
|
} | null | undefined;
|
|
7453
7454
|
} | null | undefined;
|
|
7454
7455
|
lang?: string | null | undefined;
|
|
7455
|
-
ipCountry?: string | null | undefined;
|
|
7456
7456
|
agreement?: {
|
|
7457
7457
|
createdAt?: string | undefined;
|
|
7458
7458
|
source?: string | undefined;
|
|
@@ -8185,6 +8185,7 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
8185
8185
|
};
|
|
8186
8186
|
email?: string | undefined;
|
|
8187
8187
|
phone?: string | undefined;
|
|
8188
|
+
ipCountry?: string | undefined;
|
|
8188
8189
|
metadata?: Record<string, string>[] | undefined;
|
|
8189
8190
|
info?: {
|
|
8190
8191
|
firstName?: string | undefined;
|
|
@@ -8309,7 +8310,6 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
8309
8310
|
tin?: string | undefined;
|
|
8310
8311
|
} | null | undefined;
|
|
8311
8312
|
applicantPlatform?: string | undefined;
|
|
8312
|
-
ipCountry?: string | undefined;
|
|
8313
8313
|
agreement?: {
|
|
8314
8314
|
createdAt: string;
|
|
8315
8315
|
source: string;
|
|
@@ -8352,6 +8352,7 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
8352
8352
|
};
|
|
8353
8353
|
email?: string | undefined;
|
|
8354
8354
|
phone?: string | undefined;
|
|
8355
|
+
ipCountry?: string | undefined;
|
|
8355
8356
|
metadata?: Record<string, string>[] | undefined;
|
|
8356
8357
|
info?: {
|
|
8357
8358
|
firstName?: string | undefined;
|
|
@@ -8476,7 +8477,6 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
8476
8477
|
tin?: string | undefined;
|
|
8477
8478
|
} | null | undefined;
|
|
8478
8479
|
applicantPlatform?: string | undefined;
|
|
8479
|
-
ipCountry?: string | undefined;
|
|
8480
8480
|
agreement?: {
|
|
8481
8481
|
createdAt: string;
|
|
8482
8482
|
source: string;
|
|
@@ -8780,6 +8780,7 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
8780
8780
|
confirmed?: boolean | undefined;
|
|
8781
8781
|
priority?: number | undefined;
|
|
8782
8782
|
};
|
|
8783
|
+
ipCountry?: string | null | undefined;
|
|
8783
8784
|
info?: {
|
|
8784
8785
|
idDocs: {
|
|
8785
8786
|
country: string;
|
|
@@ -8811,7 +8812,6 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
8811
8812
|
} | null | undefined;
|
|
8812
8813
|
} | null | undefined;
|
|
8813
8814
|
lang?: string | null | undefined;
|
|
8814
|
-
ipCountry?: string | null | undefined;
|
|
8815
8815
|
agreement?: {
|
|
8816
8816
|
createdAt?: string | undefined;
|
|
8817
8817
|
source?: string | undefined;
|
|
@@ -8850,6 +8850,7 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
8850
8850
|
confirmed?: boolean | undefined;
|
|
8851
8851
|
priority?: number | undefined;
|
|
8852
8852
|
};
|
|
8853
|
+
ipCountry?: string | null | undefined;
|
|
8853
8854
|
info?: {
|
|
8854
8855
|
idDocs: {
|
|
8855
8856
|
country: string;
|
|
@@ -8881,7 +8882,6 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
8881
8882
|
} | null | undefined;
|
|
8882
8883
|
} | null | undefined;
|
|
8883
8884
|
lang?: string | null | undefined;
|
|
8884
|
-
ipCountry?: string | null | undefined;
|
|
8885
8885
|
agreement?: {
|
|
8886
8886
|
createdAt?: string | undefined;
|
|
8887
8887
|
source?: string | undefined;
|
|
@@ -8937,6 +8937,7 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
8937
8937
|
};
|
|
8938
8938
|
email?: string | undefined;
|
|
8939
8939
|
phone?: string | undefined;
|
|
8940
|
+
ipCountry?: string | undefined;
|
|
8940
8941
|
metadata?: Record<string, string>[] | undefined;
|
|
8941
8942
|
info?: {
|
|
8942
8943
|
firstName?: string | undefined;
|
|
@@ -9061,7 +9062,6 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
9061
9062
|
tin?: string | undefined;
|
|
9062
9063
|
} | null | undefined;
|
|
9063
9064
|
applicantPlatform?: string | undefined;
|
|
9064
|
-
ipCountry?: string | undefined;
|
|
9065
9065
|
agreement?: {
|
|
9066
9066
|
createdAt: string;
|
|
9067
9067
|
source: string;
|
|
@@ -9099,6 +9099,7 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
9099
9099
|
confirmed?: boolean | undefined;
|
|
9100
9100
|
priority?: number | undefined;
|
|
9101
9101
|
};
|
|
9102
|
+
ipCountry?: string | null | undefined;
|
|
9102
9103
|
info?: {
|
|
9103
9104
|
idDocs: {
|
|
9104
9105
|
country: string;
|
|
@@ -9130,7 +9131,6 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
9130
9131
|
} | null | undefined;
|
|
9131
9132
|
} | null | undefined;
|
|
9132
9133
|
lang?: string | null | undefined;
|
|
9133
|
-
ipCountry?: string | null | undefined;
|
|
9134
9134
|
agreement?: {
|
|
9135
9135
|
createdAt?: string | undefined;
|
|
9136
9136
|
source?: string | undefined;
|
|
@@ -9184,6 +9184,7 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
9184
9184
|
};
|
|
9185
9185
|
email?: string | undefined;
|
|
9186
9186
|
phone?: string | undefined;
|
|
9187
|
+
ipCountry?: string | undefined;
|
|
9187
9188
|
metadata?: Record<string, string>[] | undefined;
|
|
9188
9189
|
info?: {
|
|
9189
9190
|
firstName?: string | undefined;
|
|
@@ -9308,7 +9309,6 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
9308
9309
|
tin?: string | undefined;
|
|
9309
9310
|
} | null | undefined;
|
|
9310
9311
|
applicantPlatform?: string | undefined;
|
|
9311
|
-
ipCountry?: string | undefined;
|
|
9312
9312
|
agreement?: {
|
|
9313
9313
|
createdAt: string;
|
|
9314
9314
|
source: string;
|
|
@@ -9346,6 +9346,7 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
9346
9346
|
confirmed?: boolean | undefined;
|
|
9347
9347
|
priority?: number | undefined;
|
|
9348
9348
|
};
|
|
9349
|
+
ipCountry?: string | null | undefined;
|
|
9349
9350
|
info?: {
|
|
9350
9351
|
idDocs: {
|
|
9351
9352
|
country: string;
|
|
@@ -9377,7 +9378,6 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
9377
9378
|
} | null | undefined;
|
|
9378
9379
|
} | null | undefined;
|
|
9379
9380
|
lang?: string | null | undefined;
|
|
9380
|
-
ipCountry?: string | null | undefined;
|
|
9381
9381
|
agreement?: {
|
|
9382
9382
|
createdAt?: string | undefined;
|
|
9383
9383
|
source?: string | undefined;
|
|
@@ -9433,6 +9433,7 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
9433
9433
|
};
|
|
9434
9434
|
email?: string | undefined;
|
|
9435
9435
|
phone?: string | undefined;
|
|
9436
|
+
ipCountry?: string | undefined;
|
|
9436
9437
|
metadata?: Record<string, string>[] | undefined;
|
|
9437
9438
|
info?: {
|
|
9438
9439
|
firstName?: string | undefined;
|
|
@@ -9557,7 +9558,6 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
9557
9558
|
tin?: string | undefined;
|
|
9558
9559
|
} | null | undefined;
|
|
9559
9560
|
applicantPlatform?: string | undefined;
|
|
9560
|
-
ipCountry?: string | undefined;
|
|
9561
9561
|
agreement?: {
|
|
9562
9562
|
createdAt: string;
|
|
9563
9563
|
source: string;
|
|
@@ -9595,6 +9595,7 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
9595
9595
|
confirmed?: boolean | undefined;
|
|
9596
9596
|
priority?: number | undefined;
|
|
9597
9597
|
};
|
|
9598
|
+
ipCountry?: string | null | undefined;
|
|
9598
9599
|
info?: {
|
|
9599
9600
|
idDocs: {
|
|
9600
9601
|
country: string;
|
|
@@ -9626,7 +9627,6 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
9626
9627
|
} | null | undefined;
|
|
9627
9628
|
} | null | undefined;
|
|
9628
9629
|
lang?: string | null | undefined;
|
|
9629
|
-
ipCountry?: string | null | undefined;
|
|
9630
9630
|
agreement?: {
|
|
9631
9631
|
createdAt?: string | undefined;
|
|
9632
9632
|
source?: string | undefined;
|
|
@@ -9682,6 +9682,7 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
9682
9682
|
};
|
|
9683
9683
|
email?: string | undefined;
|
|
9684
9684
|
phone?: string | undefined;
|
|
9685
|
+
ipCountry?: string | undefined;
|
|
9685
9686
|
metadata?: Record<string, string>[] | undefined;
|
|
9686
9687
|
info?: {
|
|
9687
9688
|
firstName?: string | undefined;
|
|
@@ -9806,7 +9807,6 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
9806
9807
|
tin?: string | undefined;
|
|
9807
9808
|
} | null | undefined;
|
|
9808
9809
|
applicantPlatform?: string | undefined;
|
|
9809
|
-
ipCountry?: string | undefined;
|
|
9810
9810
|
agreement?: {
|
|
9811
9811
|
createdAt: string;
|
|
9812
9812
|
source: string;
|
|
@@ -9844,6 +9844,7 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
9844
9844
|
confirmed?: boolean | undefined;
|
|
9845
9845
|
priority?: number | undefined;
|
|
9846
9846
|
};
|
|
9847
|
+
ipCountry?: string | null | undefined;
|
|
9847
9848
|
info?: {
|
|
9848
9849
|
idDocs: {
|
|
9849
9850
|
country: string;
|
|
@@ -9875,7 +9876,6 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
9875
9876
|
} | null | undefined;
|
|
9876
9877
|
} | null | undefined;
|
|
9877
9878
|
lang?: string | null | undefined;
|
|
9878
|
-
ipCountry?: string | null | undefined;
|
|
9879
9879
|
agreement?: {
|
|
9880
9880
|
createdAt?: string | undefined;
|
|
9881
9881
|
source?: string | undefined;
|