@nexeraid/identity-schemas 2.3.25-dev → 2.3.27-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/{customers.schema-8f6c7924.esm.js → customers.schema-2a6a70d5.esm.js} +6 -2
- package/dist/{customers.schema-0ce8464a.cjs.dev.js → customers.schema-4a2cc1a8.cjs.dev.js} +6 -2
- package/dist/{customers.schema-459fdc4d.cjs.prod.js → customers.schema-82dfa9fd.cjs.prod.js} +6 -2
- package/dist/declarations/src/providers/scorechain/scorechain.schema.d.ts +290 -290
- package/dist/declarations/src/providers/scorechain/scorechain.schema.d.ts.map +1 -1
- package/dist/declarations/src/providers/sumsub/sumsub-applicant.schema.d.ts +108 -108
- package/dist/declarations/src/transaction.schema.d.ts +2 -2
- package/dist/declarations/src/transaction.schema.d.ts.map +1 -1
- package/dist/declarations/src/webhooks/send-verification-flow-webhook.schema.d.ts +350 -350
- package/dist/declarations/src/webhooks/svix.webhooks.schema.d.ts +2754 -2754
- package/dist/declarations/src/webhooks/svix.webhooks.schema.d.ts.map +1 -1
- package/dist/declarations/src/webhooks/tms.webhooks.schema.d.ts +24 -24
- package/dist/declarations/src/webhooks/tms.webhooks.schema.d.ts.map +1 -1
- package/dist/nexeraid-identity-schemas.cjs.dev.js +1 -1
- package/dist/nexeraid-identity-schemas.cjs.prod.js +1 -1
- package/dist/nexeraid-identity-schemas.esm.js +1 -1
- package/dist/package.json +1 -1
- package/dist/{transaction.schema-7297e823.cjs.prod.js → transaction.schema-009d03d6.cjs.dev.js} +1 -1
- package/dist/{transaction.schema-2141e819.cjs.dev.js → transaction.schema-309817d0.cjs.prod.js} +1 -1
- package/dist/{transaction.schema-fb699c40.esm.js → transaction.schema-86683e90.esm.js} +1 -1
- package/package.json +1 -1
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.js +1 -1
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.js +1 -1
- package/providers/dist/nexeraid-identity-schemas-providers.esm.js +1 -1
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.js +21 -21
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.js +21 -21
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.js +21 -21
|
@@ -731,6 +731,9 @@ export declare const SumSubIndividualApplicantSchema: z.ZodObject<{
|
|
|
731
731
|
type: "individual" | "company";
|
|
732
732
|
key: string;
|
|
733
733
|
createdAt: string;
|
|
734
|
+
inspectionId: string;
|
|
735
|
+
externalUserId: string;
|
|
736
|
+
clientId: string;
|
|
734
737
|
review: {
|
|
735
738
|
levelName: string;
|
|
736
739
|
priority: number;
|
|
@@ -757,9 +760,6 @@ export declare const SumSubIndividualApplicantSchema: z.ZodObject<{
|
|
|
757
760
|
confirmed?: boolean | undefined;
|
|
758
761
|
autoChecked?: boolean | undefined;
|
|
759
762
|
};
|
|
760
|
-
inspectionId: string;
|
|
761
|
-
externalUserId: string;
|
|
762
|
-
clientId: string;
|
|
763
763
|
email?: string | undefined;
|
|
764
764
|
phone?: string | undefined;
|
|
765
765
|
metadata?: Record<string, string>[] | undefined;
|
|
@@ -898,6 +898,9 @@ export declare const SumSubIndividualApplicantSchema: z.ZodObject<{
|
|
|
898
898
|
type: "individual" | "company";
|
|
899
899
|
key: string;
|
|
900
900
|
createdAt: string;
|
|
901
|
+
inspectionId: string;
|
|
902
|
+
externalUserId: string;
|
|
903
|
+
clientId: string;
|
|
901
904
|
review: {
|
|
902
905
|
levelName: string;
|
|
903
906
|
priority: number;
|
|
@@ -924,9 +927,6 @@ export declare const SumSubIndividualApplicantSchema: z.ZodObject<{
|
|
|
924
927
|
confirmed?: boolean | undefined;
|
|
925
928
|
autoChecked?: boolean | undefined;
|
|
926
929
|
};
|
|
927
|
-
inspectionId: string;
|
|
928
|
-
externalUserId: string;
|
|
929
|
-
clientId: string;
|
|
930
930
|
email?: string | undefined;
|
|
931
931
|
phone?: string | undefined;
|
|
932
932
|
metadata?: Record<string, string>[] | undefined;
|
|
@@ -1332,6 +1332,9 @@ export declare const SumSubCompanyApplicantSchema: z.ZodObject<{
|
|
|
1332
1332
|
id: string;
|
|
1333
1333
|
type: "individual" | "company";
|
|
1334
1334
|
createdAt: string;
|
|
1335
|
+
inspectionId: string;
|
|
1336
|
+
externalUserId: string;
|
|
1337
|
+
applicantPlatform: string;
|
|
1335
1338
|
review: {
|
|
1336
1339
|
levelName?: string | undefined;
|
|
1337
1340
|
reviewDate?: Date | undefined;
|
|
@@ -1356,9 +1359,6 @@ export declare const SumSubCompanyApplicantSchema: z.ZodObject<{
|
|
|
1356
1359
|
confirmed?: boolean | undefined;
|
|
1357
1360
|
priority?: number | undefined;
|
|
1358
1361
|
};
|
|
1359
|
-
inspectionId: string;
|
|
1360
|
-
externalUserId: string;
|
|
1361
|
-
applicantPlatform: string;
|
|
1362
1362
|
info?: {
|
|
1363
1363
|
idDocs: {
|
|
1364
1364
|
country: string;
|
|
@@ -1402,6 +1402,9 @@ export declare const SumSubCompanyApplicantSchema: z.ZodObject<{
|
|
|
1402
1402
|
id: string;
|
|
1403
1403
|
type: "individual" | "company";
|
|
1404
1404
|
createdAt: string;
|
|
1405
|
+
inspectionId: string;
|
|
1406
|
+
externalUserId: string;
|
|
1407
|
+
applicantPlatform: string;
|
|
1405
1408
|
review: {
|
|
1406
1409
|
levelName?: string | undefined;
|
|
1407
1410
|
reviewDate?: Date | undefined;
|
|
@@ -1426,9 +1429,6 @@ export declare const SumSubCompanyApplicantSchema: z.ZodObject<{
|
|
|
1426
1429
|
confirmed?: boolean | undefined;
|
|
1427
1430
|
priority?: number | undefined;
|
|
1428
1431
|
};
|
|
1429
|
-
inspectionId: string;
|
|
1430
|
-
externalUserId: string;
|
|
1431
|
-
applicantPlatform: string;
|
|
1432
1432
|
info?: {
|
|
1433
1433
|
idDocs: {
|
|
1434
1434
|
country: string;
|
|
@@ -2842,6 +2842,9 @@ export declare const SumsubKycDataSchema: z.ZodObject<{
|
|
|
2842
2842
|
type: "individual" | "company";
|
|
2843
2843
|
key: string;
|
|
2844
2844
|
createdAt: string;
|
|
2845
|
+
inspectionId: string;
|
|
2846
|
+
externalUserId: string;
|
|
2847
|
+
clientId: string;
|
|
2845
2848
|
review: {
|
|
2846
2849
|
levelName: string;
|
|
2847
2850
|
priority: number;
|
|
@@ -2868,9 +2871,6 @@ export declare const SumsubKycDataSchema: z.ZodObject<{
|
|
|
2868
2871
|
confirmed?: boolean | undefined;
|
|
2869
2872
|
autoChecked?: boolean | undefined;
|
|
2870
2873
|
};
|
|
2871
|
-
inspectionId: string;
|
|
2872
|
-
externalUserId: string;
|
|
2873
|
-
clientId: string;
|
|
2874
2874
|
email?: string | undefined;
|
|
2875
2875
|
phone?: string | undefined;
|
|
2876
2876
|
metadata?: Record<string, string>[] | undefined;
|
|
@@ -3009,6 +3009,9 @@ export declare const SumsubKycDataSchema: z.ZodObject<{
|
|
|
3009
3009
|
type: "individual" | "company";
|
|
3010
3010
|
key: string;
|
|
3011
3011
|
createdAt: string;
|
|
3012
|
+
inspectionId: string;
|
|
3013
|
+
externalUserId: string;
|
|
3014
|
+
clientId: string;
|
|
3012
3015
|
review: {
|
|
3013
3016
|
levelName: string;
|
|
3014
3017
|
priority: number;
|
|
@@ -3035,9 +3038,6 @@ export declare const SumsubKycDataSchema: z.ZodObject<{
|
|
|
3035
3038
|
confirmed?: boolean | undefined;
|
|
3036
3039
|
autoChecked?: boolean | undefined;
|
|
3037
3040
|
};
|
|
3038
|
-
inspectionId: string;
|
|
3039
|
-
externalUserId: string;
|
|
3040
|
-
clientId: string;
|
|
3041
3041
|
email?: string | undefined;
|
|
3042
3042
|
phone?: string | undefined;
|
|
3043
3043
|
metadata?: Record<string, string>[] | undefined;
|
|
@@ -3185,6 +3185,9 @@ export declare const SumsubKycDataSchema: z.ZodObject<{
|
|
|
3185
3185
|
type: "individual" | "company";
|
|
3186
3186
|
key: string;
|
|
3187
3187
|
createdAt: string;
|
|
3188
|
+
inspectionId: string;
|
|
3189
|
+
externalUserId: string;
|
|
3190
|
+
clientId: string;
|
|
3188
3191
|
review: {
|
|
3189
3192
|
levelName: string;
|
|
3190
3193
|
priority: number;
|
|
@@ -3211,9 +3214,6 @@ export declare const SumsubKycDataSchema: z.ZodObject<{
|
|
|
3211
3214
|
confirmed?: boolean | undefined;
|
|
3212
3215
|
autoChecked?: boolean | undefined;
|
|
3213
3216
|
};
|
|
3214
|
-
inspectionId: string;
|
|
3215
|
-
externalUserId: string;
|
|
3216
|
-
clientId: string;
|
|
3217
3217
|
email?: string | undefined;
|
|
3218
3218
|
phone?: string | undefined;
|
|
3219
3219
|
metadata?: Record<string, string>[] | undefined;
|
|
@@ -3359,6 +3359,9 @@ export declare const SumsubKycDataSchema: z.ZodObject<{
|
|
|
3359
3359
|
type: "individual" | "company";
|
|
3360
3360
|
key: string;
|
|
3361
3361
|
createdAt: string;
|
|
3362
|
+
inspectionId: string;
|
|
3363
|
+
externalUserId: string;
|
|
3364
|
+
clientId: string;
|
|
3362
3365
|
review: {
|
|
3363
3366
|
levelName: string;
|
|
3364
3367
|
priority: number;
|
|
@@ -3385,9 +3388,6 @@ export declare const SumsubKycDataSchema: z.ZodObject<{
|
|
|
3385
3388
|
confirmed?: boolean | undefined;
|
|
3386
3389
|
autoChecked?: boolean | undefined;
|
|
3387
3390
|
};
|
|
3388
|
-
inspectionId: string;
|
|
3389
|
-
externalUserId: string;
|
|
3390
|
-
clientId: string;
|
|
3391
3391
|
email?: string | undefined;
|
|
3392
3392
|
phone?: string | undefined;
|
|
3393
3393
|
metadata?: Record<string, string>[] | undefined;
|
|
@@ -3797,6 +3797,9 @@ export declare const SumsubKybDataSchema: z.ZodObject<{
|
|
|
3797
3797
|
id: string;
|
|
3798
3798
|
type: "individual" | "company";
|
|
3799
3799
|
createdAt: string;
|
|
3800
|
+
inspectionId: string;
|
|
3801
|
+
externalUserId: string;
|
|
3802
|
+
applicantPlatform: string;
|
|
3800
3803
|
review: {
|
|
3801
3804
|
levelName?: string | undefined;
|
|
3802
3805
|
reviewDate?: Date | undefined;
|
|
@@ -3821,9 +3824,6 @@ export declare const SumsubKybDataSchema: z.ZodObject<{
|
|
|
3821
3824
|
confirmed?: boolean | undefined;
|
|
3822
3825
|
priority?: number | undefined;
|
|
3823
3826
|
};
|
|
3824
|
-
inspectionId: string;
|
|
3825
|
-
externalUserId: string;
|
|
3826
|
-
applicantPlatform: string;
|
|
3827
3827
|
info?: {
|
|
3828
3828
|
idDocs: {
|
|
3829
3829
|
country: string;
|
|
@@ -3867,6 +3867,9 @@ export declare const SumsubKybDataSchema: z.ZodObject<{
|
|
|
3867
3867
|
id: string;
|
|
3868
3868
|
type: "individual" | "company";
|
|
3869
3869
|
createdAt: string;
|
|
3870
|
+
inspectionId: string;
|
|
3871
|
+
externalUserId: string;
|
|
3872
|
+
applicantPlatform: string;
|
|
3870
3873
|
review: {
|
|
3871
3874
|
levelName?: string | undefined;
|
|
3872
3875
|
reviewDate?: Date | undefined;
|
|
@@ -3891,9 +3894,6 @@ export declare const SumsubKybDataSchema: z.ZodObject<{
|
|
|
3891
3894
|
confirmed?: boolean | undefined;
|
|
3892
3895
|
priority?: number | undefined;
|
|
3893
3896
|
};
|
|
3894
|
-
inspectionId: string;
|
|
3895
|
-
externalUserId: string;
|
|
3896
|
-
applicantPlatform: string;
|
|
3897
3897
|
info?: {
|
|
3898
3898
|
idDocs: {
|
|
3899
3899
|
country: string;
|
|
@@ -3945,6 +3945,9 @@ export declare const SumsubKybDataSchema: z.ZodObject<{
|
|
|
3945
3945
|
id: string;
|
|
3946
3946
|
type: "individual" | "company";
|
|
3947
3947
|
createdAt: string;
|
|
3948
|
+
inspectionId: string;
|
|
3949
|
+
externalUserId: string;
|
|
3950
|
+
applicantPlatform: string;
|
|
3948
3951
|
review: {
|
|
3949
3952
|
levelName?: string | undefined;
|
|
3950
3953
|
reviewDate?: Date | undefined;
|
|
@@ -3969,9 +3972,6 @@ export declare const SumsubKybDataSchema: z.ZodObject<{
|
|
|
3969
3972
|
confirmed?: boolean | undefined;
|
|
3970
3973
|
priority?: number | undefined;
|
|
3971
3974
|
};
|
|
3972
|
-
inspectionId: string;
|
|
3973
|
-
externalUserId: string;
|
|
3974
|
-
applicantPlatform: string;
|
|
3975
3975
|
info?: {
|
|
3976
3976
|
idDocs: {
|
|
3977
3977
|
country: string;
|
|
@@ -4022,6 +4022,9 @@ export declare const SumsubKybDataSchema: z.ZodObject<{
|
|
|
4022
4022
|
id: string;
|
|
4023
4023
|
type: "individual" | "company";
|
|
4024
4024
|
createdAt: string;
|
|
4025
|
+
inspectionId: string;
|
|
4026
|
+
externalUserId: string;
|
|
4027
|
+
applicantPlatform: string;
|
|
4025
4028
|
review: {
|
|
4026
4029
|
levelName?: string | undefined;
|
|
4027
4030
|
reviewDate?: Date | undefined;
|
|
@@ -4046,9 +4049,6 @@ export declare const SumsubKybDataSchema: z.ZodObject<{
|
|
|
4046
4049
|
confirmed?: boolean | undefined;
|
|
4047
4050
|
priority?: number | undefined;
|
|
4048
4051
|
};
|
|
4049
|
-
inspectionId: string;
|
|
4050
|
-
externalUserId: string;
|
|
4051
|
-
applicantPlatform: string;
|
|
4052
4052
|
info?: {
|
|
4053
4053
|
idDocs: {
|
|
4054
4054
|
country: string;
|
|
@@ -4776,6 +4776,9 @@ export declare const SumSubApplicantSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
4776
4776
|
type: "individual" | "company";
|
|
4777
4777
|
key: string;
|
|
4778
4778
|
createdAt: string;
|
|
4779
|
+
inspectionId: string;
|
|
4780
|
+
externalUserId: string;
|
|
4781
|
+
clientId: string;
|
|
4779
4782
|
review: {
|
|
4780
4783
|
levelName: string;
|
|
4781
4784
|
priority: number;
|
|
@@ -4802,9 +4805,6 @@ export declare const SumSubApplicantSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
4802
4805
|
confirmed?: boolean | undefined;
|
|
4803
4806
|
autoChecked?: boolean | undefined;
|
|
4804
4807
|
};
|
|
4805
|
-
inspectionId: string;
|
|
4806
|
-
externalUserId: string;
|
|
4807
|
-
clientId: string;
|
|
4808
4808
|
email?: string | undefined;
|
|
4809
4809
|
phone?: string | undefined;
|
|
4810
4810
|
metadata?: Record<string, string>[] | undefined;
|
|
@@ -4943,6 +4943,9 @@ export declare const SumSubApplicantSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
4943
4943
|
type: "individual" | "company";
|
|
4944
4944
|
key: string;
|
|
4945
4945
|
createdAt: string;
|
|
4946
|
+
inspectionId: string;
|
|
4947
|
+
externalUserId: string;
|
|
4948
|
+
clientId: string;
|
|
4946
4949
|
review: {
|
|
4947
4950
|
levelName: string;
|
|
4948
4951
|
priority: number;
|
|
@@ -4969,9 +4972,6 @@ export declare const SumSubApplicantSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
4969
4972
|
confirmed?: boolean | undefined;
|
|
4970
4973
|
autoChecked?: boolean | undefined;
|
|
4971
4974
|
};
|
|
4972
|
-
inspectionId: string;
|
|
4973
|
-
externalUserId: string;
|
|
4974
|
-
clientId: string;
|
|
4975
4975
|
email?: string | undefined;
|
|
4976
4976
|
phone?: string | undefined;
|
|
4977
4977
|
metadata?: Record<string, string>[] | undefined;
|
|
@@ -5375,6 +5375,9 @@ export declare const SumSubApplicantSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
5375
5375
|
id: string;
|
|
5376
5376
|
type: "individual" | "company";
|
|
5377
5377
|
createdAt: string;
|
|
5378
|
+
inspectionId: string;
|
|
5379
|
+
externalUserId: string;
|
|
5380
|
+
applicantPlatform: string;
|
|
5378
5381
|
review: {
|
|
5379
5382
|
levelName?: string | undefined;
|
|
5380
5383
|
reviewDate?: Date | undefined;
|
|
@@ -5399,9 +5402,6 @@ export declare const SumSubApplicantSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
5399
5402
|
confirmed?: boolean | undefined;
|
|
5400
5403
|
priority?: number | undefined;
|
|
5401
5404
|
};
|
|
5402
|
-
inspectionId: string;
|
|
5403
|
-
externalUserId: string;
|
|
5404
|
-
applicantPlatform: string;
|
|
5405
5405
|
info?: {
|
|
5406
5406
|
idDocs: {
|
|
5407
5407
|
country: string;
|
|
@@ -5445,6 +5445,9 @@ export declare const SumSubApplicantSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
5445
5445
|
id: string;
|
|
5446
5446
|
type: "individual" | "company";
|
|
5447
5447
|
createdAt: string;
|
|
5448
|
+
inspectionId: string;
|
|
5449
|
+
externalUserId: string;
|
|
5450
|
+
applicantPlatform: string;
|
|
5448
5451
|
review: {
|
|
5449
5452
|
levelName?: string | undefined;
|
|
5450
5453
|
reviewDate?: Date | undefined;
|
|
@@ -5469,9 +5472,6 @@ export declare const SumSubApplicantSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
5469
5472
|
confirmed?: boolean | undefined;
|
|
5470
5473
|
priority?: number | undefined;
|
|
5471
5474
|
};
|
|
5472
|
-
inspectionId: string;
|
|
5473
|
-
externalUserId: string;
|
|
5474
|
-
applicantPlatform: string;
|
|
5475
5475
|
info?: {
|
|
5476
5476
|
idDocs: {
|
|
5477
5477
|
country: string;
|
|
@@ -6229,6 +6229,9 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
|
|
|
6229
6229
|
type: "individual" | "company";
|
|
6230
6230
|
key: string;
|
|
6231
6231
|
createdAt: string;
|
|
6232
|
+
inspectionId: string;
|
|
6233
|
+
externalUserId: string;
|
|
6234
|
+
clientId: string;
|
|
6232
6235
|
review: {
|
|
6233
6236
|
levelName: string;
|
|
6234
6237
|
priority: number;
|
|
@@ -6255,9 +6258,6 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
|
|
|
6255
6258
|
confirmed?: boolean | undefined;
|
|
6256
6259
|
autoChecked?: boolean | undefined;
|
|
6257
6260
|
};
|
|
6258
|
-
inspectionId: string;
|
|
6259
|
-
externalUserId: string;
|
|
6260
|
-
clientId: string;
|
|
6261
6261
|
email?: string | undefined;
|
|
6262
6262
|
phone?: string | undefined;
|
|
6263
6263
|
metadata?: Record<string, string>[] | undefined;
|
|
@@ -6396,6 +6396,9 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
|
|
|
6396
6396
|
type: "individual" | "company";
|
|
6397
6397
|
key: string;
|
|
6398
6398
|
createdAt: string;
|
|
6399
|
+
inspectionId: string;
|
|
6400
|
+
externalUserId: string;
|
|
6401
|
+
clientId: string;
|
|
6399
6402
|
review: {
|
|
6400
6403
|
levelName: string;
|
|
6401
6404
|
priority: number;
|
|
@@ -6422,9 +6425,6 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
|
|
|
6422
6425
|
confirmed?: boolean | undefined;
|
|
6423
6426
|
autoChecked?: boolean | undefined;
|
|
6424
6427
|
};
|
|
6425
|
-
inspectionId: string;
|
|
6426
|
-
externalUserId: string;
|
|
6427
|
-
clientId: string;
|
|
6428
6428
|
email?: string | undefined;
|
|
6429
6429
|
phone?: string | undefined;
|
|
6430
6430
|
metadata?: Record<string, string>[] | undefined;
|
|
@@ -6828,6 +6828,9 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
|
|
|
6828
6828
|
id: string;
|
|
6829
6829
|
type: "individual" | "company";
|
|
6830
6830
|
createdAt: string;
|
|
6831
|
+
inspectionId: string;
|
|
6832
|
+
externalUserId: string;
|
|
6833
|
+
applicantPlatform: string;
|
|
6831
6834
|
review: {
|
|
6832
6835
|
levelName?: string | undefined;
|
|
6833
6836
|
reviewDate?: Date | undefined;
|
|
@@ -6852,9 +6855,6 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
|
|
|
6852
6855
|
confirmed?: boolean | undefined;
|
|
6853
6856
|
priority?: number | undefined;
|
|
6854
6857
|
};
|
|
6855
|
-
inspectionId: string;
|
|
6856
|
-
externalUserId: string;
|
|
6857
|
-
applicantPlatform: string;
|
|
6858
6858
|
info?: {
|
|
6859
6859
|
idDocs: {
|
|
6860
6860
|
country: string;
|
|
@@ -6898,6 +6898,9 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
|
|
|
6898
6898
|
id: string;
|
|
6899
6899
|
type: "individual" | "company";
|
|
6900
6900
|
createdAt: string;
|
|
6901
|
+
inspectionId: string;
|
|
6902
|
+
externalUserId: string;
|
|
6903
|
+
applicantPlatform: string;
|
|
6901
6904
|
review: {
|
|
6902
6905
|
levelName?: string | undefined;
|
|
6903
6906
|
reviewDate?: Date | undefined;
|
|
@@ -6922,9 +6925,6 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
|
|
|
6922
6925
|
confirmed?: boolean | undefined;
|
|
6923
6926
|
priority?: number | undefined;
|
|
6924
6927
|
};
|
|
6925
|
-
inspectionId: string;
|
|
6926
|
-
externalUserId: string;
|
|
6927
|
-
applicantPlatform: string;
|
|
6928
6928
|
info?: {
|
|
6929
6929
|
idDocs: {
|
|
6930
6930
|
country: string;
|
|
@@ -6981,6 +6981,9 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
|
|
|
6981
6981
|
type: "individual" | "company";
|
|
6982
6982
|
key: string;
|
|
6983
6983
|
createdAt: string;
|
|
6984
|
+
inspectionId: string;
|
|
6985
|
+
externalUserId: string;
|
|
6986
|
+
clientId: string;
|
|
6984
6987
|
review: {
|
|
6985
6988
|
levelName: string;
|
|
6986
6989
|
priority: number;
|
|
@@ -7007,9 +7010,6 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
|
|
|
7007
7010
|
confirmed?: boolean | undefined;
|
|
7008
7011
|
autoChecked?: boolean | undefined;
|
|
7009
7012
|
};
|
|
7010
|
-
inspectionId: string;
|
|
7011
|
-
externalUserId: string;
|
|
7012
|
-
clientId: string;
|
|
7013
7013
|
email?: string | undefined;
|
|
7014
7014
|
phone?: string | undefined;
|
|
7015
7015
|
metadata?: Record<string, string>[] | undefined;
|
|
@@ -7147,6 +7147,9 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
|
|
|
7147
7147
|
id: string;
|
|
7148
7148
|
type: "individual" | "company";
|
|
7149
7149
|
createdAt: string;
|
|
7150
|
+
inspectionId: string;
|
|
7151
|
+
externalUserId: string;
|
|
7152
|
+
applicantPlatform: string;
|
|
7150
7153
|
review: {
|
|
7151
7154
|
levelName?: string | undefined;
|
|
7152
7155
|
reviewDate?: Date | undefined;
|
|
@@ -7171,9 +7174,6 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
|
|
|
7171
7174
|
confirmed?: boolean | undefined;
|
|
7172
7175
|
priority?: number | undefined;
|
|
7173
7176
|
};
|
|
7174
|
-
inspectionId: string;
|
|
7175
|
-
externalUserId: string;
|
|
7176
|
-
applicantPlatform: string;
|
|
7177
7177
|
info?: {
|
|
7178
7178
|
idDocs: {
|
|
7179
7179
|
country: string;
|
|
@@ -7228,6 +7228,9 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
|
|
|
7228
7228
|
type: "individual" | "company";
|
|
7229
7229
|
key: string;
|
|
7230
7230
|
createdAt: string;
|
|
7231
|
+
inspectionId: string;
|
|
7232
|
+
externalUserId: string;
|
|
7233
|
+
clientId: string;
|
|
7231
7234
|
review: {
|
|
7232
7235
|
levelName: string;
|
|
7233
7236
|
priority: number;
|
|
@@ -7254,9 +7257,6 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
|
|
|
7254
7257
|
confirmed?: boolean | undefined;
|
|
7255
7258
|
autoChecked?: boolean | undefined;
|
|
7256
7259
|
};
|
|
7257
|
-
inspectionId: string;
|
|
7258
|
-
externalUserId: string;
|
|
7259
|
-
clientId: string;
|
|
7260
7260
|
email?: string | undefined;
|
|
7261
7261
|
phone?: string | undefined;
|
|
7262
7262
|
metadata?: Record<string, string>[] | undefined;
|
|
@@ -7394,6 +7394,9 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
|
|
|
7394
7394
|
id: string;
|
|
7395
7395
|
type: "individual" | "company";
|
|
7396
7396
|
createdAt: string;
|
|
7397
|
+
inspectionId: string;
|
|
7398
|
+
externalUserId: string;
|
|
7399
|
+
applicantPlatform: string;
|
|
7397
7400
|
review: {
|
|
7398
7401
|
levelName?: string | undefined;
|
|
7399
7402
|
reviewDate?: Date | undefined;
|
|
@@ -7418,9 +7421,6 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
|
|
|
7418
7421
|
confirmed?: boolean | undefined;
|
|
7419
7422
|
priority?: number | undefined;
|
|
7420
7423
|
};
|
|
7421
|
-
inspectionId: string;
|
|
7422
|
-
externalUserId: string;
|
|
7423
|
-
applicantPlatform: string;
|
|
7424
7424
|
info?: {
|
|
7425
7425
|
idDocs: {
|
|
7426
7426
|
country: string;
|
|
@@ -8154,6 +8154,9 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
8154
8154
|
type: "individual" | "company";
|
|
8155
8155
|
key: string;
|
|
8156
8156
|
createdAt: string;
|
|
8157
|
+
inspectionId: string;
|
|
8158
|
+
externalUserId: string;
|
|
8159
|
+
clientId: string;
|
|
8157
8160
|
review: {
|
|
8158
8161
|
levelName: string;
|
|
8159
8162
|
priority: number;
|
|
@@ -8180,9 +8183,6 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
8180
8183
|
confirmed?: boolean | undefined;
|
|
8181
8184
|
autoChecked?: boolean | undefined;
|
|
8182
8185
|
};
|
|
8183
|
-
inspectionId: string;
|
|
8184
|
-
externalUserId: string;
|
|
8185
|
-
clientId: string;
|
|
8186
8186
|
email?: string | undefined;
|
|
8187
8187
|
phone?: string | undefined;
|
|
8188
8188
|
metadata?: Record<string, string>[] | undefined;
|
|
@@ -8321,6 +8321,9 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
8321
8321
|
type: "individual" | "company";
|
|
8322
8322
|
key: string;
|
|
8323
8323
|
createdAt: string;
|
|
8324
|
+
inspectionId: string;
|
|
8325
|
+
externalUserId: string;
|
|
8326
|
+
clientId: string;
|
|
8324
8327
|
review: {
|
|
8325
8328
|
levelName: string;
|
|
8326
8329
|
priority: number;
|
|
@@ -8347,9 +8350,6 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
8347
8350
|
confirmed?: boolean | undefined;
|
|
8348
8351
|
autoChecked?: boolean | undefined;
|
|
8349
8352
|
};
|
|
8350
|
-
inspectionId: string;
|
|
8351
|
-
externalUserId: string;
|
|
8352
|
-
clientId: string;
|
|
8353
8353
|
email?: string | undefined;
|
|
8354
8354
|
phone?: string | undefined;
|
|
8355
8355
|
metadata?: Record<string, string>[] | undefined;
|
|
@@ -8753,6 +8753,9 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
8753
8753
|
id: string;
|
|
8754
8754
|
type: "individual" | "company";
|
|
8755
8755
|
createdAt: string;
|
|
8756
|
+
inspectionId: string;
|
|
8757
|
+
externalUserId: string;
|
|
8758
|
+
applicantPlatform: string;
|
|
8756
8759
|
review: {
|
|
8757
8760
|
levelName?: string | undefined;
|
|
8758
8761
|
reviewDate?: Date | undefined;
|
|
@@ -8777,9 +8780,6 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
8777
8780
|
confirmed?: boolean | undefined;
|
|
8778
8781
|
priority?: number | undefined;
|
|
8779
8782
|
};
|
|
8780
|
-
inspectionId: string;
|
|
8781
|
-
externalUserId: string;
|
|
8782
|
-
applicantPlatform: string;
|
|
8783
8783
|
info?: {
|
|
8784
8784
|
idDocs: {
|
|
8785
8785
|
country: string;
|
|
@@ -8823,6 +8823,9 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
8823
8823
|
id: string;
|
|
8824
8824
|
type: "individual" | "company";
|
|
8825
8825
|
createdAt: string;
|
|
8826
|
+
inspectionId: string;
|
|
8827
|
+
externalUserId: string;
|
|
8828
|
+
applicantPlatform: string;
|
|
8826
8829
|
review: {
|
|
8827
8830
|
levelName?: string | undefined;
|
|
8828
8831
|
reviewDate?: Date | undefined;
|
|
@@ -8847,9 +8850,6 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
8847
8850
|
confirmed?: boolean | undefined;
|
|
8848
8851
|
priority?: number | undefined;
|
|
8849
8852
|
};
|
|
8850
|
-
inspectionId: string;
|
|
8851
|
-
externalUserId: string;
|
|
8852
|
-
applicantPlatform: string;
|
|
8853
8853
|
info?: {
|
|
8854
8854
|
idDocs: {
|
|
8855
8855
|
country: string;
|
|
@@ -8906,6 +8906,9 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
8906
8906
|
type: "individual" | "company";
|
|
8907
8907
|
key: string;
|
|
8908
8908
|
createdAt: string;
|
|
8909
|
+
inspectionId: string;
|
|
8910
|
+
externalUserId: string;
|
|
8911
|
+
clientId: string;
|
|
8909
8912
|
review: {
|
|
8910
8913
|
levelName: string;
|
|
8911
8914
|
priority: number;
|
|
@@ -8932,9 +8935,6 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
8932
8935
|
confirmed?: boolean | undefined;
|
|
8933
8936
|
autoChecked?: boolean | undefined;
|
|
8934
8937
|
};
|
|
8935
|
-
inspectionId: string;
|
|
8936
|
-
externalUserId: string;
|
|
8937
|
-
clientId: string;
|
|
8938
8938
|
email?: string | undefined;
|
|
8939
8939
|
phone?: string | undefined;
|
|
8940
8940
|
metadata?: Record<string, string>[] | undefined;
|
|
@@ -9072,6 +9072,9 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
9072
9072
|
id: string;
|
|
9073
9073
|
type: "individual" | "company";
|
|
9074
9074
|
createdAt: string;
|
|
9075
|
+
inspectionId: string;
|
|
9076
|
+
externalUserId: string;
|
|
9077
|
+
applicantPlatform: string;
|
|
9075
9078
|
review: {
|
|
9076
9079
|
levelName?: string | undefined;
|
|
9077
9080
|
reviewDate?: Date | undefined;
|
|
@@ -9096,9 +9099,6 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
9096
9099
|
confirmed?: boolean | undefined;
|
|
9097
9100
|
priority?: number | undefined;
|
|
9098
9101
|
};
|
|
9099
|
-
inspectionId: string;
|
|
9100
|
-
externalUserId: string;
|
|
9101
|
-
applicantPlatform: string;
|
|
9102
9102
|
info?: {
|
|
9103
9103
|
idDocs: {
|
|
9104
9104
|
country: string;
|
|
@@ -9153,6 +9153,9 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
9153
9153
|
type: "individual" | "company";
|
|
9154
9154
|
key: string;
|
|
9155
9155
|
createdAt: string;
|
|
9156
|
+
inspectionId: string;
|
|
9157
|
+
externalUserId: string;
|
|
9158
|
+
clientId: string;
|
|
9156
9159
|
review: {
|
|
9157
9160
|
levelName: string;
|
|
9158
9161
|
priority: number;
|
|
@@ -9179,9 +9182,6 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
9179
9182
|
confirmed?: boolean | undefined;
|
|
9180
9183
|
autoChecked?: boolean | undefined;
|
|
9181
9184
|
};
|
|
9182
|
-
inspectionId: string;
|
|
9183
|
-
externalUserId: string;
|
|
9184
|
-
clientId: string;
|
|
9185
9185
|
email?: string | undefined;
|
|
9186
9186
|
phone?: string | undefined;
|
|
9187
9187
|
metadata?: Record<string, string>[] | undefined;
|
|
@@ -9319,6 +9319,9 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
9319
9319
|
id: string;
|
|
9320
9320
|
type: "individual" | "company";
|
|
9321
9321
|
createdAt: string;
|
|
9322
|
+
inspectionId: string;
|
|
9323
|
+
externalUserId: string;
|
|
9324
|
+
applicantPlatform: string;
|
|
9322
9325
|
review: {
|
|
9323
9326
|
levelName?: string | undefined;
|
|
9324
9327
|
reviewDate?: Date | undefined;
|
|
@@ -9343,9 +9346,6 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
9343
9346
|
confirmed?: boolean | undefined;
|
|
9344
9347
|
priority?: number | undefined;
|
|
9345
9348
|
};
|
|
9346
|
-
inspectionId: string;
|
|
9347
|
-
externalUserId: string;
|
|
9348
|
-
applicantPlatform: string;
|
|
9349
9349
|
info?: {
|
|
9350
9350
|
idDocs: {
|
|
9351
9351
|
country: string;
|
|
@@ -9402,6 +9402,9 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
9402
9402
|
type: "individual" | "company";
|
|
9403
9403
|
key: string;
|
|
9404
9404
|
createdAt: string;
|
|
9405
|
+
inspectionId: string;
|
|
9406
|
+
externalUserId: string;
|
|
9407
|
+
clientId: string;
|
|
9405
9408
|
review: {
|
|
9406
9409
|
levelName: string;
|
|
9407
9410
|
priority: number;
|
|
@@ -9428,9 +9431,6 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
9428
9431
|
confirmed?: boolean | undefined;
|
|
9429
9432
|
autoChecked?: boolean | undefined;
|
|
9430
9433
|
};
|
|
9431
|
-
inspectionId: string;
|
|
9432
|
-
externalUserId: string;
|
|
9433
|
-
clientId: string;
|
|
9434
9434
|
email?: string | undefined;
|
|
9435
9435
|
phone?: string | undefined;
|
|
9436
9436
|
metadata?: Record<string, string>[] | undefined;
|
|
@@ -9568,6 +9568,9 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
9568
9568
|
id: string;
|
|
9569
9569
|
type: "individual" | "company";
|
|
9570
9570
|
createdAt: string;
|
|
9571
|
+
inspectionId: string;
|
|
9572
|
+
externalUserId: string;
|
|
9573
|
+
applicantPlatform: string;
|
|
9571
9574
|
review: {
|
|
9572
9575
|
levelName?: string | undefined;
|
|
9573
9576
|
reviewDate?: Date | undefined;
|
|
@@ -9592,9 +9595,6 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
9592
9595
|
confirmed?: boolean | undefined;
|
|
9593
9596
|
priority?: number | undefined;
|
|
9594
9597
|
};
|
|
9595
|
-
inspectionId: string;
|
|
9596
|
-
externalUserId: string;
|
|
9597
|
-
applicantPlatform: string;
|
|
9598
9598
|
info?: {
|
|
9599
9599
|
idDocs: {
|
|
9600
9600
|
country: string;
|
|
@@ -9651,6 +9651,9 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
9651
9651
|
type: "individual" | "company";
|
|
9652
9652
|
key: string;
|
|
9653
9653
|
createdAt: string;
|
|
9654
|
+
inspectionId: string;
|
|
9655
|
+
externalUserId: string;
|
|
9656
|
+
clientId: string;
|
|
9654
9657
|
review: {
|
|
9655
9658
|
levelName: string;
|
|
9656
9659
|
priority: number;
|
|
@@ -9677,9 +9680,6 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
9677
9680
|
confirmed?: boolean | undefined;
|
|
9678
9681
|
autoChecked?: boolean | undefined;
|
|
9679
9682
|
};
|
|
9680
|
-
inspectionId: string;
|
|
9681
|
-
externalUserId: string;
|
|
9682
|
-
clientId: string;
|
|
9683
9683
|
email?: string | undefined;
|
|
9684
9684
|
phone?: string | undefined;
|
|
9685
9685
|
metadata?: Record<string, string>[] | undefined;
|
|
@@ -9817,6 +9817,9 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
9817
9817
|
id: string;
|
|
9818
9818
|
type: "individual" | "company";
|
|
9819
9819
|
createdAt: string;
|
|
9820
|
+
inspectionId: string;
|
|
9821
|
+
externalUserId: string;
|
|
9822
|
+
applicantPlatform: string;
|
|
9820
9823
|
review: {
|
|
9821
9824
|
levelName?: string | undefined;
|
|
9822
9825
|
reviewDate?: Date | undefined;
|
|
@@ -9841,9 +9844,6 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
9841
9844
|
confirmed?: boolean | undefined;
|
|
9842
9845
|
priority?: number | undefined;
|
|
9843
9846
|
};
|
|
9844
|
-
inspectionId: string;
|
|
9845
|
-
externalUserId: string;
|
|
9846
|
-
applicantPlatform: string;
|
|
9847
9847
|
info?: {
|
|
9848
9848
|
idDocs: {
|
|
9849
9849
|
country: string;
|
|
@@ -5,8 +5,8 @@ export type TransactionType = z.infer<typeof TransactionType>;
|
|
|
5
5
|
export declare const TransactionRiskLevels: readonly ["Low", "Medium", "High"];
|
|
6
6
|
export declare const TransactionRiskLevel: z.ZodEnum<["Low", "Medium", "High"]>;
|
|
7
7
|
export type TransactionRiskLevel = z.infer<typeof TransactionRiskLevel>;
|
|
8
|
-
export declare const TransactionReviewStatuses: readonly ["approved", "
|
|
9
|
-
export declare const TransactionReviewStatus: z.ZodEnum<["approved", "
|
|
8
|
+
export declare const TransactionReviewStatuses: readonly ["pending", "approved", "under_investigation", "blocked"];
|
|
9
|
+
export declare const TransactionReviewStatus: z.ZodEnum<["pending", "approved", "under_investigation", "blocked"]>;
|
|
10
10
|
export type TransactionReviewStatus = z.infer<typeof TransactionReviewStatus>;
|
|
11
11
|
export declare const TransactionDirections: readonly ["IN", "OUT"];
|
|
12
12
|
export declare const TransactionDirection: z.ZodEnum<["IN", "OUT"]>;
|