@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
|
@@ -1723,8 +1723,8 @@ export declare const ComplyAdvantageSearchSuccessResponse: z.ZodObject<{
|
|
|
1723
1723
|
};
|
|
1724
1724
|
}>;
|
|
1725
1725
|
}, "strip", z.ZodTypeAny, {
|
|
1726
|
-
status: "success";
|
|
1727
1726
|
code: 200;
|
|
1727
|
+
status: "success";
|
|
1728
1728
|
content: {
|
|
1729
1729
|
data: {
|
|
1730
1730
|
id: number;
|
|
@@ -1819,8 +1819,8 @@ export declare const ComplyAdvantageSearchSuccessResponse: z.ZodObject<{
|
|
|
1819
1819
|
};
|
|
1820
1820
|
};
|
|
1821
1821
|
}, {
|
|
1822
|
-
status: "success";
|
|
1823
1822
|
code: 200;
|
|
1823
|
+
status: "success";
|
|
1824
1824
|
content: {
|
|
1825
1825
|
data: {
|
|
1826
1826
|
id: number;
|
|
@@ -1921,13 +1921,13 @@ export declare const ComplyAdvantageSearchErrorResponse: z.ZodObject<{
|
|
|
1921
1921
|
code: z.ZodNumber;
|
|
1922
1922
|
message: z.ZodString;
|
|
1923
1923
|
}, "strip", z.ZodTypeAny, {
|
|
1924
|
-
status: "failure";
|
|
1925
1924
|
code: number;
|
|
1926
1925
|
message: string;
|
|
1927
|
-
}, {
|
|
1928
1926
|
status: "failure";
|
|
1927
|
+
}, {
|
|
1929
1928
|
code: number;
|
|
1930
1929
|
message: string;
|
|
1930
|
+
status: "failure";
|
|
1931
1931
|
}>;
|
|
1932
1932
|
export type ComplyAdvantageSearchErrorResponse = z.infer<typeof ComplyAdvantageSearchErrorResponse>;
|
|
1933
1933
|
export declare const ComplyAdvantageSearchResponse: z.ZodUnion<[z.ZodObject<{
|
|
@@ -2639,8 +2639,8 @@ export declare const ComplyAdvantageSearchResponse: z.ZodUnion<[z.ZodObject<{
|
|
|
2639
2639
|
};
|
|
2640
2640
|
}>;
|
|
2641
2641
|
}, "strip", z.ZodTypeAny, {
|
|
2642
|
-
status: "success";
|
|
2643
2642
|
code: 200;
|
|
2643
|
+
status: "success";
|
|
2644
2644
|
content: {
|
|
2645
2645
|
data: {
|
|
2646
2646
|
id: number;
|
|
@@ -2735,8 +2735,8 @@ export declare const ComplyAdvantageSearchResponse: z.ZodUnion<[z.ZodObject<{
|
|
|
2735
2735
|
};
|
|
2736
2736
|
};
|
|
2737
2737
|
}, {
|
|
2738
|
-
status: "success";
|
|
2739
2738
|
code: 200;
|
|
2739
|
+
status: "success";
|
|
2740
2740
|
content: {
|
|
2741
2741
|
data: {
|
|
2742
2742
|
id: number;
|
|
@@ -2835,13 +2835,13 @@ export declare const ComplyAdvantageSearchResponse: z.ZodUnion<[z.ZodObject<{
|
|
|
2835
2835
|
code: z.ZodNumber;
|
|
2836
2836
|
message: z.ZodString;
|
|
2837
2837
|
}, "strip", z.ZodTypeAny, {
|
|
2838
|
-
status: "failure";
|
|
2839
2838
|
code: number;
|
|
2840
2839
|
message: string;
|
|
2841
|
-
}, {
|
|
2842
2840
|
status: "failure";
|
|
2841
|
+
}, {
|
|
2843
2842
|
code: number;
|
|
2844
2843
|
message: string;
|
|
2844
|
+
status: "failure";
|
|
2845
2845
|
}>]>;
|
|
2846
2846
|
export type ComplyAdvantageSearchResponse = z.infer<typeof ComplyAdvantageSearchResponse>;
|
|
2847
2847
|
export declare const ComplyAdvantageKeyInformation: z.ZodObject<{
|
|
@@ -3127,6 +3127,7 @@ export declare const ComplyAdvantageSearchEntitiesDataResponse: z.ZodArray<z.Zod
|
|
|
3127
3127
|
related: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodUnknown, "many">>>;
|
|
3128
3128
|
fields: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodUnknown, "many">>>;
|
|
3129
3129
|
}, "strip", z.ZodTypeAny, {
|
|
3130
|
+
assets?: unknown[] | null | undefined;
|
|
3130
3131
|
fields?: unknown[] | null | undefined;
|
|
3131
3132
|
keywords?: unknown[] | null | undefined;
|
|
3132
3133
|
media?: {
|
|
@@ -3136,9 +3137,9 @@ export declare const ComplyAdvantageSearchEntitiesDataResponse: z.ZodArray<z.Zod
|
|
|
3136
3137
|
date?: Date | undefined;
|
|
3137
3138
|
}[] | null | undefined;
|
|
3138
3139
|
match_types?: string[] | null | undefined;
|
|
3139
|
-
assets?: unknown[] | null | undefined;
|
|
3140
3140
|
related?: unknown[] | null | undefined;
|
|
3141
3141
|
}, {
|
|
3142
|
+
assets?: unknown[] | null | undefined;
|
|
3142
3143
|
fields?: unknown[] | null | undefined;
|
|
3143
3144
|
keywords?: unknown[] | null | undefined;
|
|
3144
3145
|
media?: {
|
|
@@ -3148,7 +3149,6 @@ export declare const ComplyAdvantageSearchEntitiesDataResponse: z.ZodArray<z.Zod
|
|
|
3148
3149
|
date?: unknown;
|
|
3149
3150
|
}[] | null | undefined;
|
|
3150
3151
|
match_types?: string[] | null | undefined;
|
|
3151
|
-
assets?: unknown[] | null | undefined;
|
|
3152
3152
|
related?: unknown[] | null | undefined;
|
|
3153
3153
|
}>>>;
|
|
3154
3154
|
full_listing: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodOptional<z.ZodNullable<z.ZodString>>>>>;
|
|
@@ -3196,6 +3196,7 @@ export declare const ComplyAdvantageSearchEntitiesDataResponse: z.ZodArray<z.Zod
|
|
|
3196
3196
|
designation?: string | null | undefined;
|
|
3197
3197
|
} | null | undefined;
|
|
3198
3198
|
uncategorized?: {
|
|
3199
|
+
assets?: unknown[] | null | undefined;
|
|
3199
3200
|
fields?: unknown[] | null | undefined;
|
|
3200
3201
|
keywords?: unknown[] | null | undefined;
|
|
3201
3202
|
media?: {
|
|
@@ -3205,7 +3206,6 @@ export declare const ComplyAdvantageSearchEntitiesDataResponse: z.ZodArray<z.Zod
|
|
|
3205
3206
|
date?: Date | undefined;
|
|
3206
3207
|
}[] | null | undefined;
|
|
3207
3208
|
match_types?: string[] | null | undefined;
|
|
3208
|
-
assets?: unknown[] | null | undefined;
|
|
3209
3209
|
related?: unknown[] | null | undefined;
|
|
3210
3210
|
} | null | undefined;
|
|
3211
3211
|
full_listing?: Record<string, string | null | undefined> | null | undefined;
|
|
@@ -3247,6 +3247,7 @@ export declare const ComplyAdvantageSearchEntitiesDataResponse: z.ZodArray<z.Zod
|
|
|
3247
3247
|
designation?: string | null | undefined;
|
|
3248
3248
|
} | null | undefined;
|
|
3249
3249
|
uncategorized?: {
|
|
3250
|
+
assets?: unknown[] | null | undefined;
|
|
3250
3251
|
fields?: unknown[] | null | undefined;
|
|
3251
3252
|
keywords?: unknown[] | null | undefined;
|
|
3252
3253
|
media?: {
|
|
@@ -3256,7 +3257,6 @@ export declare const ComplyAdvantageSearchEntitiesDataResponse: z.ZodArray<z.Zod
|
|
|
3256
3257
|
date?: unknown;
|
|
3257
3258
|
}[] | null | undefined;
|
|
3258
3259
|
match_types?: string[] | null | undefined;
|
|
3259
|
-
assets?: unknown[] | null | undefined;
|
|
3260
3260
|
related?: unknown[] | null | undefined;
|
|
3261
3261
|
} | null | undefined;
|
|
3262
3262
|
full_listing?: Record<string, string | null | undefined> | null | undefined;
|
|
@@ -3395,6 +3395,7 @@ export declare const ComplyAdvantageSearchEntitiesSuccessResponse: z.ZodObject<{
|
|
|
3395
3395
|
related: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodUnknown, "many">>>;
|
|
3396
3396
|
fields: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodUnknown, "many">>>;
|
|
3397
3397
|
}, "strip", z.ZodTypeAny, {
|
|
3398
|
+
assets?: unknown[] | null | undefined;
|
|
3398
3399
|
fields?: unknown[] | null | undefined;
|
|
3399
3400
|
keywords?: unknown[] | null | undefined;
|
|
3400
3401
|
media?: {
|
|
@@ -3404,9 +3405,9 @@ export declare const ComplyAdvantageSearchEntitiesSuccessResponse: z.ZodObject<{
|
|
|
3404
3405
|
date?: Date | undefined;
|
|
3405
3406
|
}[] | null | undefined;
|
|
3406
3407
|
match_types?: string[] | null | undefined;
|
|
3407
|
-
assets?: unknown[] | null | undefined;
|
|
3408
3408
|
related?: unknown[] | null | undefined;
|
|
3409
3409
|
}, {
|
|
3410
|
+
assets?: unknown[] | null | undefined;
|
|
3410
3411
|
fields?: unknown[] | null | undefined;
|
|
3411
3412
|
keywords?: unknown[] | null | undefined;
|
|
3412
3413
|
media?: {
|
|
@@ -3416,7 +3417,6 @@ export declare const ComplyAdvantageSearchEntitiesSuccessResponse: z.ZodObject<{
|
|
|
3416
3417
|
date?: unknown;
|
|
3417
3418
|
}[] | null | undefined;
|
|
3418
3419
|
match_types?: string[] | null | undefined;
|
|
3419
|
-
assets?: unknown[] | null | undefined;
|
|
3420
3420
|
related?: unknown[] | null | undefined;
|
|
3421
3421
|
}>>>;
|
|
3422
3422
|
full_listing: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodOptional<z.ZodNullable<z.ZodString>>>>>;
|
|
@@ -3464,6 +3464,7 @@ export declare const ComplyAdvantageSearchEntitiesSuccessResponse: z.ZodObject<{
|
|
|
3464
3464
|
designation?: string | null | undefined;
|
|
3465
3465
|
} | null | undefined;
|
|
3466
3466
|
uncategorized?: {
|
|
3467
|
+
assets?: unknown[] | null | undefined;
|
|
3467
3468
|
fields?: unknown[] | null | undefined;
|
|
3468
3469
|
keywords?: unknown[] | null | undefined;
|
|
3469
3470
|
media?: {
|
|
@@ -3473,7 +3474,6 @@ export declare const ComplyAdvantageSearchEntitiesSuccessResponse: z.ZodObject<{
|
|
|
3473
3474
|
date?: Date | undefined;
|
|
3474
3475
|
}[] | null | undefined;
|
|
3475
3476
|
match_types?: string[] | null | undefined;
|
|
3476
|
-
assets?: unknown[] | null | undefined;
|
|
3477
3477
|
related?: unknown[] | null | undefined;
|
|
3478
3478
|
} | null | undefined;
|
|
3479
3479
|
full_listing?: Record<string, string | null | undefined> | null | undefined;
|
|
@@ -3515,6 +3515,7 @@ export declare const ComplyAdvantageSearchEntitiesSuccessResponse: z.ZodObject<{
|
|
|
3515
3515
|
designation?: string | null | undefined;
|
|
3516
3516
|
} | null | undefined;
|
|
3517
3517
|
uncategorized?: {
|
|
3518
|
+
assets?: unknown[] | null | undefined;
|
|
3518
3519
|
fields?: unknown[] | null | undefined;
|
|
3519
3520
|
keywords?: unknown[] | null | undefined;
|
|
3520
3521
|
media?: {
|
|
@@ -3524,7 +3525,6 @@ export declare const ComplyAdvantageSearchEntitiesSuccessResponse: z.ZodObject<{
|
|
|
3524
3525
|
date?: unknown;
|
|
3525
3526
|
}[] | null | undefined;
|
|
3526
3527
|
match_types?: string[] | null | undefined;
|
|
3527
|
-
assets?: unknown[] | null | undefined;
|
|
3528
3528
|
related?: unknown[] | null | undefined;
|
|
3529
3529
|
} | null | undefined;
|
|
3530
3530
|
full_listing?: Record<string, string | null | undefined> | null | undefined;
|
|
@@ -3534,8 +3534,8 @@ export declare const ComplyAdvantageSearchEntitiesSuccessResponse: z.ZodObject<{
|
|
|
3534
3534
|
} | null | undefined;
|
|
3535
3535
|
}>, "many">>>;
|
|
3536
3536
|
}, "strip", z.ZodTypeAny, {
|
|
3537
|
-
status: "success";
|
|
3538
3537
|
code: 200;
|
|
3538
|
+
status: "success";
|
|
3539
3539
|
content?: {
|
|
3540
3540
|
id: string;
|
|
3541
3541
|
last_updated_utc: Date;
|
|
@@ -3570,6 +3570,7 @@ export declare const ComplyAdvantageSearchEntitiesSuccessResponse: z.ZodObject<{
|
|
|
3570
3570
|
designation?: string | null | undefined;
|
|
3571
3571
|
} | null | undefined;
|
|
3572
3572
|
uncategorized?: {
|
|
3573
|
+
assets?: unknown[] | null | undefined;
|
|
3573
3574
|
fields?: unknown[] | null | undefined;
|
|
3574
3575
|
keywords?: unknown[] | null | undefined;
|
|
3575
3576
|
media?: {
|
|
@@ -3579,7 +3580,6 @@ export declare const ComplyAdvantageSearchEntitiesSuccessResponse: z.ZodObject<{
|
|
|
3579
3580
|
date?: Date | undefined;
|
|
3580
3581
|
}[] | null | undefined;
|
|
3581
3582
|
match_types?: string[] | null | undefined;
|
|
3582
|
-
assets?: unknown[] | null | undefined;
|
|
3583
3583
|
related?: unknown[] | null | undefined;
|
|
3584
3584
|
} | null | undefined;
|
|
3585
3585
|
full_listing?: Record<string, string | null | undefined> | null | undefined;
|
|
@@ -3589,8 +3589,8 @@ export declare const ComplyAdvantageSearchEntitiesSuccessResponse: z.ZodObject<{
|
|
|
3589
3589
|
} | null | undefined;
|
|
3590
3590
|
}[] | null | undefined;
|
|
3591
3591
|
}, {
|
|
3592
|
-
status: "success";
|
|
3593
3592
|
code: 200;
|
|
3593
|
+
status: "success";
|
|
3594
3594
|
content?: {
|
|
3595
3595
|
id: string;
|
|
3596
3596
|
last_updated_utc?: unknown;
|
|
@@ -3625,6 +3625,7 @@ export declare const ComplyAdvantageSearchEntitiesSuccessResponse: z.ZodObject<{
|
|
|
3625
3625
|
designation?: string | null | undefined;
|
|
3626
3626
|
} | null | undefined;
|
|
3627
3627
|
uncategorized?: {
|
|
3628
|
+
assets?: unknown[] | null | undefined;
|
|
3628
3629
|
fields?: unknown[] | null | undefined;
|
|
3629
3630
|
keywords?: unknown[] | null | undefined;
|
|
3630
3631
|
media?: {
|
|
@@ -3634,7 +3635,6 @@ export declare const ComplyAdvantageSearchEntitiesSuccessResponse: z.ZodObject<{
|
|
|
3634
3635
|
date?: unknown;
|
|
3635
3636
|
}[] | null | undefined;
|
|
3636
3637
|
match_types?: string[] | null | undefined;
|
|
3637
|
-
assets?: unknown[] | null | undefined;
|
|
3638
3638
|
related?: unknown[] | null | undefined;
|
|
3639
3639
|
} | null | undefined;
|
|
3640
3640
|
full_listing?: Record<string, string | null | undefined> | null | undefined;
|
|
@@ -3774,6 +3774,7 @@ export declare const ComplyAdvantageSearchEntitiesResponse: z.ZodUnion<[z.ZodObj
|
|
|
3774
3774
|
related: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodUnknown, "many">>>;
|
|
3775
3775
|
fields: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodUnknown, "many">>>;
|
|
3776
3776
|
}, "strip", z.ZodTypeAny, {
|
|
3777
|
+
assets?: unknown[] | null | undefined;
|
|
3777
3778
|
fields?: unknown[] | null | undefined;
|
|
3778
3779
|
keywords?: unknown[] | null | undefined;
|
|
3779
3780
|
media?: {
|
|
@@ -3783,9 +3784,9 @@ export declare const ComplyAdvantageSearchEntitiesResponse: z.ZodUnion<[z.ZodObj
|
|
|
3783
3784
|
date?: Date | undefined;
|
|
3784
3785
|
}[] | null | undefined;
|
|
3785
3786
|
match_types?: string[] | null | undefined;
|
|
3786
|
-
assets?: unknown[] | null | undefined;
|
|
3787
3787
|
related?: unknown[] | null | undefined;
|
|
3788
3788
|
}, {
|
|
3789
|
+
assets?: unknown[] | null | undefined;
|
|
3789
3790
|
fields?: unknown[] | null | undefined;
|
|
3790
3791
|
keywords?: unknown[] | null | undefined;
|
|
3791
3792
|
media?: {
|
|
@@ -3795,7 +3796,6 @@ export declare const ComplyAdvantageSearchEntitiesResponse: z.ZodUnion<[z.ZodObj
|
|
|
3795
3796
|
date?: unknown;
|
|
3796
3797
|
}[] | null | undefined;
|
|
3797
3798
|
match_types?: string[] | null | undefined;
|
|
3798
|
-
assets?: unknown[] | null | undefined;
|
|
3799
3799
|
related?: unknown[] | null | undefined;
|
|
3800
3800
|
}>>>;
|
|
3801
3801
|
full_listing: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodOptional<z.ZodNullable<z.ZodString>>>>>;
|
|
@@ -3843,6 +3843,7 @@ export declare const ComplyAdvantageSearchEntitiesResponse: z.ZodUnion<[z.ZodObj
|
|
|
3843
3843
|
designation?: string | null | undefined;
|
|
3844
3844
|
} | null | undefined;
|
|
3845
3845
|
uncategorized?: {
|
|
3846
|
+
assets?: unknown[] | null | undefined;
|
|
3846
3847
|
fields?: unknown[] | null | undefined;
|
|
3847
3848
|
keywords?: unknown[] | null | undefined;
|
|
3848
3849
|
media?: {
|
|
@@ -3852,7 +3853,6 @@ export declare const ComplyAdvantageSearchEntitiesResponse: z.ZodUnion<[z.ZodObj
|
|
|
3852
3853
|
date?: Date | undefined;
|
|
3853
3854
|
}[] | null | undefined;
|
|
3854
3855
|
match_types?: string[] | null | undefined;
|
|
3855
|
-
assets?: unknown[] | null | undefined;
|
|
3856
3856
|
related?: unknown[] | null | undefined;
|
|
3857
3857
|
} | null | undefined;
|
|
3858
3858
|
full_listing?: Record<string, string | null | undefined> | null | undefined;
|
|
@@ -3894,6 +3894,7 @@ export declare const ComplyAdvantageSearchEntitiesResponse: z.ZodUnion<[z.ZodObj
|
|
|
3894
3894
|
designation?: string | null | undefined;
|
|
3895
3895
|
} | null | undefined;
|
|
3896
3896
|
uncategorized?: {
|
|
3897
|
+
assets?: unknown[] | null | undefined;
|
|
3897
3898
|
fields?: unknown[] | null | undefined;
|
|
3898
3899
|
keywords?: unknown[] | null | undefined;
|
|
3899
3900
|
media?: {
|
|
@@ -3903,7 +3904,6 @@ export declare const ComplyAdvantageSearchEntitiesResponse: z.ZodUnion<[z.ZodObj
|
|
|
3903
3904
|
date?: unknown;
|
|
3904
3905
|
}[] | null | undefined;
|
|
3905
3906
|
match_types?: string[] | null | undefined;
|
|
3906
|
-
assets?: unknown[] | null | undefined;
|
|
3907
3907
|
related?: unknown[] | null | undefined;
|
|
3908
3908
|
} | null | undefined;
|
|
3909
3909
|
full_listing?: Record<string, string | null | undefined> | null | undefined;
|
|
@@ -3913,8 +3913,8 @@ export declare const ComplyAdvantageSearchEntitiesResponse: z.ZodUnion<[z.ZodObj
|
|
|
3913
3913
|
} | null | undefined;
|
|
3914
3914
|
}>, "many">>>;
|
|
3915
3915
|
}, "strip", z.ZodTypeAny, {
|
|
3916
|
-
status: "success";
|
|
3917
3916
|
code: 200;
|
|
3917
|
+
status: "success";
|
|
3918
3918
|
content?: {
|
|
3919
3919
|
id: string;
|
|
3920
3920
|
last_updated_utc: Date;
|
|
@@ -3949,6 +3949,7 @@ export declare const ComplyAdvantageSearchEntitiesResponse: z.ZodUnion<[z.ZodObj
|
|
|
3949
3949
|
designation?: string | null | undefined;
|
|
3950
3950
|
} | null | undefined;
|
|
3951
3951
|
uncategorized?: {
|
|
3952
|
+
assets?: unknown[] | null | undefined;
|
|
3952
3953
|
fields?: unknown[] | null | undefined;
|
|
3953
3954
|
keywords?: unknown[] | null | undefined;
|
|
3954
3955
|
media?: {
|
|
@@ -3958,7 +3959,6 @@ export declare const ComplyAdvantageSearchEntitiesResponse: z.ZodUnion<[z.ZodObj
|
|
|
3958
3959
|
date?: Date | undefined;
|
|
3959
3960
|
}[] | null | undefined;
|
|
3960
3961
|
match_types?: string[] | null | undefined;
|
|
3961
|
-
assets?: unknown[] | null | undefined;
|
|
3962
3962
|
related?: unknown[] | null | undefined;
|
|
3963
3963
|
} | null | undefined;
|
|
3964
3964
|
full_listing?: Record<string, string | null | undefined> | null | undefined;
|
|
@@ -3968,8 +3968,8 @@ export declare const ComplyAdvantageSearchEntitiesResponse: z.ZodUnion<[z.ZodObj
|
|
|
3968
3968
|
} | null | undefined;
|
|
3969
3969
|
}[] | null | undefined;
|
|
3970
3970
|
}, {
|
|
3971
|
-
status: "success";
|
|
3972
3971
|
code: 200;
|
|
3972
|
+
status: "success";
|
|
3973
3973
|
content?: {
|
|
3974
3974
|
id: string;
|
|
3975
3975
|
last_updated_utc?: unknown;
|
|
@@ -4004,6 +4004,7 @@ export declare const ComplyAdvantageSearchEntitiesResponse: z.ZodUnion<[z.ZodObj
|
|
|
4004
4004
|
designation?: string | null | undefined;
|
|
4005
4005
|
} | null | undefined;
|
|
4006
4006
|
uncategorized?: {
|
|
4007
|
+
assets?: unknown[] | null | undefined;
|
|
4007
4008
|
fields?: unknown[] | null | undefined;
|
|
4008
4009
|
keywords?: unknown[] | null | undefined;
|
|
4009
4010
|
media?: {
|
|
@@ -4013,7 +4014,6 @@ export declare const ComplyAdvantageSearchEntitiesResponse: z.ZodUnion<[z.ZodObj
|
|
|
4013
4014
|
date?: unknown;
|
|
4014
4015
|
}[] | null | undefined;
|
|
4015
4016
|
match_types?: string[] | null | undefined;
|
|
4016
|
-
assets?: unknown[] | null | undefined;
|
|
4017
4017
|
related?: unknown[] | null | undefined;
|
|
4018
4018
|
} | null | undefined;
|
|
4019
4019
|
full_listing?: Record<string, string | null | undefined> | null | undefined;
|
|
@@ -4027,13 +4027,13 @@ export declare const ComplyAdvantageSearchEntitiesResponse: z.ZodUnion<[z.ZodObj
|
|
|
4027
4027
|
code: z.ZodNumber;
|
|
4028
4028
|
message: z.ZodString;
|
|
4029
4029
|
}, "strip", z.ZodTypeAny, {
|
|
4030
|
-
status: "failure";
|
|
4031
4030
|
code: number;
|
|
4032
4031
|
message: string;
|
|
4033
|
-
}, {
|
|
4034
4032
|
status: "failure";
|
|
4033
|
+
}, {
|
|
4035
4034
|
code: number;
|
|
4036
4035
|
message: string;
|
|
4036
|
+
status: "failure";
|
|
4037
4037
|
}>]>;
|
|
4038
4038
|
export type ComplyAdvantageSearchEntitiesResponse = z.infer<typeof ComplyAdvantageSearchEntitiesResponse>;
|
|
4039
4039
|
export declare const ComplyAdvantageSearchRequest: z.ZodObject<{
|
|
@@ -4612,8 +4612,8 @@ export declare const ComplyAdvantageUpdateSearchEntitiesSuccessResponse: z.ZodOb
|
|
|
4612
4612
|
blacklist_hits?: unknown[] | undefined;
|
|
4613
4613
|
}>;
|
|
4614
4614
|
}, "strip", z.ZodTypeAny, {
|
|
4615
|
-
status: "success";
|
|
4616
4615
|
code: 200;
|
|
4616
|
+
status: "success";
|
|
4617
4617
|
content: {
|
|
4618
4618
|
id: number;
|
|
4619
4619
|
risk_level: "unknown" | "low" | "medium" | "high";
|
|
@@ -4706,8 +4706,8 @@ export declare const ComplyAdvantageUpdateSearchEntitiesSuccessResponse: z.ZodOb
|
|
|
4706
4706
|
blacklist_hits?: unknown[] | undefined;
|
|
4707
4707
|
};
|
|
4708
4708
|
}, {
|
|
4709
|
-
status: "success";
|
|
4710
4709
|
code: 200;
|
|
4710
|
+
status: "success";
|
|
4711
4711
|
content: {
|
|
4712
4712
|
id: number;
|
|
4713
4713
|
risk_level: "unknown" | "low" | "medium" | "high";
|
|
@@ -5324,8 +5324,8 @@ export declare const ComplyAdvantageUpdateSearchEntitiesResponse: z.ZodUnion<[z.
|
|
|
5324
5324
|
blacklist_hits?: unknown[] | undefined;
|
|
5325
5325
|
}>;
|
|
5326
5326
|
}, "strip", z.ZodTypeAny, {
|
|
5327
|
-
status: "success";
|
|
5328
5327
|
code: 200;
|
|
5328
|
+
status: "success";
|
|
5329
5329
|
content: {
|
|
5330
5330
|
id: number;
|
|
5331
5331
|
risk_level: "unknown" | "low" | "medium" | "high";
|
|
@@ -5418,8 +5418,8 @@ export declare const ComplyAdvantageUpdateSearchEntitiesResponse: z.ZodUnion<[z.
|
|
|
5418
5418
|
blacklist_hits?: unknown[] | undefined;
|
|
5419
5419
|
};
|
|
5420
5420
|
}, {
|
|
5421
|
-
status: "success";
|
|
5422
5421
|
code: 200;
|
|
5422
|
+
status: "success";
|
|
5423
5423
|
content: {
|
|
5424
5424
|
id: number;
|
|
5425
5425
|
risk_level: "unknown" | "low" | "medium" | "high";
|
|
@@ -5516,13 +5516,13 @@ export declare const ComplyAdvantageUpdateSearchEntitiesResponse: z.ZodUnion<[z.
|
|
|
5516
5516
|
code: z.ZodNumber;
|
|
5517
5517
|
message: z.ZodString;
|
|
5518
5518
|
}, "strip", z.ZodTypeAny, {
|
|
5519
|
-
status: "failure";
|
|
5520
5519
|
code: number;
|
|
5521
5520
|
message: string;
|
|
5522
|
-
}, {
|
|
5523
5521
|
status: "failure";
|
|
5522
|
+
}, {
|
|
5524
5523
|
code: number;
|
|
5525
5524
|
message: string;
|
|
5525
|
+
status: "failure";
|
|
5526
5526
|
}>]>;
|
|
5527
5527
|
export type ComplyAdvantageUpdateSearchEntitiesResponse = z.infer<typeof ComplyAdvantageUpdateSearchEntitiesResponse>;
|
|
5528
5528
|
export declare const ComplyAdvantageMonitorSearchDataResponse: z.ZodObject<{
|
|
@@ -5602,8 +5602,8 @@ export declare const ComplyAdvantageMonitorSearchSuccessResponse: z.ZodObject<{
|
|
|
5602
5602
|
}[] | undefined;
|
|
5603
5603
|
}>;
|
|
5604
5604
|
}, "strip", z.ZodTypeAny, {
|
|
5605
|
-
status: "success";
|
|
5606
5605
|
code: 200;
|
|
5606
|
+
status: "success";
|
|
5607
5607
|
content: {
|
|
5608
5608
|
ref: string;
|
|
5609
5609
|
searcher_id: number;
|
|
@@ -5615,8 +5615,8 @@ export declare const ComplyAdvantageMonitorSearchSuccessResponse: z.ZodObject<{
|
|
|
5615
5615
|
}[] | undefined;
|
|
5616
5616
|
};
|
|
5617
5617
|
}, {
|
|
5618
|
-
status: "success";
|
|
5619
5618
|
code: 200;
|
|
5619
|
+
status: "success";
|
|
5620
5620
|
content: {
|
|
5621
5621
|
ref: string;
|
|
5622
5622
|
searcher_id: number;
|
|
@@ -5669,8 +5669,8 @@ export declare const ComplyAdvantageMonitorSearchResponse: z.ZodUnion<[z.ZodObje
|
|
|
5669
5669
|
}[] | undefined;
|
|
5670
5670
|
}>;
|
|
5671
5671
|
}, "strip", z.ZodTypeAny, {
|
|
5672
|
-
status: "success";
|
|
5673
5672
|
code: 200;
|
|
5673
|
+
status: "success";
|
|
5674
5674
|
content: {
|
|
5675
5675
|
ref: string;
|
|
5676
5676
|
searcher_id: number;
|
|
@@ -5682,8 +5682,8 @@ export declare const ComplyAdvantageMonitorSearchResponse: z.ZodUnion<[z.ZodObje
|
|
|
5682
5682
|
}[] | undefined;
|
|
5683
5683
|
};
|
|
5684
5684
|
}, {
|
|
5685
|
-
status: "success";
|
|
5686
5685
|
code: 200;
|
|
5686
|
+
status: "success";
|
|
5687
5687
|
content: {
|
|
5688
5688
|
ref: string;
|
|
5689
5689
|
searcher_id: number;
|
|
@@ -5699,13 +5699,13 @@ export declare const ComplyAdvantageMonitorSearchResponse: z.ZodUnion<[z.ZodObje
|
|
|
5699
5699
|
code: z.ZodNumber;
|
|
5700
5700
|
message: z.ZodString;
|
|
5701
5701
|
}, "strip", z.ZodTypeAny, {
|
|
5702
|
-
status: "failure";
|
|
5703
5702
|
code: number;
|
|
5704
5703
|
message: string;
|
|
5705
|
-
}, {
|
|
5706
5704
|
status: "failure";
|
|
5705
|
+
}, {
|
|
5707
5706
|
code: number;
|
|
5708
5707
|
message: string;
|
|
5708
|
+
status: "failure";
|
|
5709
5709
|
}>]>;
|
|
5710
5710
|
export type ComplyAdvantageMonitorSearchResponse = z.infer<typeof ComplyAdvantageMonitorSearchResponse>;
|
|
5711
5711
|
export declare const ComplyAdvantageMonitoredSearchUpdate: z.ZodObject<{
|
|
@@ -53,9 +53,9 @@ export declare const BeneficiaryVerificationStatus: z.ZodObject<{
|
|
|
53
53
|
applicantId: string;
|
|
54
54
|
levelName: string;
|
|
55
55
|
externalUserId: string;
|
|
56
|
+
type?: "shareholder" | "ubo" | "representative" | null | undefined;
|
|
56
57
|
reviewAnswer?: "RED" | "YELLOW" | "GREEN" | null | undefined;
|
|
57
58
|
reviewRejectType?: "FINAL" | "RETRY" | null | undefined;
|
|
58
|
-
type?: "shareholder" | "ubo" | "representative" | null | undefined;
|
|
59
59
|
calculatedResult?: "Passed" | "Rejected" | "ToBeManuallyChecked" | "Retry" | null | undefined;
|
|
60
60
|
}, {
|
|
61
61
|
name: string;
|
|
@@ -63,9 +63,9 @@ export declare const BeneficiaryVerificationStatus: z.ZodObject<{
|
|
|
63
63
|
applicantId: string;
|
|
64
64
|
levelName: string;
|
|
65
65
|
externalUserId: string;
|
|
66
|
+
type?: "shareholder" | "ubo" | "representative" | null | undefined;
|
|
66
67
|
reviewAnswer?: "RED" | "YELLOW" | "GREEN" | null | undefined;
|
|
67
68
|
reviewRejectType?: "FINAL" | "RETRY" | null | undefined;
|
|
68
|
-
type?: "shareholder" | "ubo" | "representative" | null | undefined;
|
|
69
69
|
calculatedResult?: "Passed" | "Rejected" | "ToBeManuallyChecked" | "Retry" | null | undefined;
|
|
70
70
|
}>;
|
|
71
71
|
export type BeneficiaryVerificationStatus = z.infer<typeof BeneficiaryVerificationStatus>;
|
|
@@ -85,9 +85,9 @@ export declare const BeneficiaryVerificationStatusArray: z.ZodArray<z.ZodObject<
|
|
|
85
85
|
applicantId: string;
|
|
86
86
|
levelName: string;
|
|
87
87
|
externalUserId: string;
|
|
88
|
+
type?: "shareholder" | "ubo" | "representative" | null | undefined;
|
|
88
89
|
reviewAnswer?: "RED" | "YELLOW" | "GREEN" | null | undefined;
|
|
89
90
|
reviewRejectType?: "FINAL" | "RETRY" | null | undefined;
|
|
90
|
-
type?: "shareholder" | "ubo" | "representative" | null | undefined;
|
|
91
91
|
calculatedResult?: "Passed" | "Rejected" | "ToBeManuallyChecked" | "Retry" | null | undefined;
|
|
92
92
|
}, {
|
|
93
93
|
name: string;
|
|
@@ -95,9 +95,9 @@ export declare const BeneficiaryVerificationStatusArray: z.ZodArray<z.ZodObject<
|
|
|
95
95
|
applicantId: string;
|
|
96
96
|
levelName: string;
|
|
97
97
|
externalUserId: string;
|
|
98
|
+
type?: "shareholder" | "ubo" | "representative" | null | undefined;
|
|
98
99
|
reviewAnswer?: "RED" | "YELLOW" | "GREEN" | null | undefined;
|
|
99
100
|
reviewRejectType?: "FINAL" | "RETRY" | null | undefined;
|
|
100
|
-
type?: "shareholder" | "ubo" | "representative" | null | undefined;
|
|
101
101
|
calculatedResult?: "Passed" | "Rejected" | "ToBeManuallyChecked" | "Retry" | null | undefined;
|
|
102
102
|
}>, "many">;
|
|
103
103
|
export type BeneficiaryVerificationStatusArray = z.infer<typeof BeneficiaryVerificationStatusArray>;
|
|
@@ -129,9 +129,9 @@ export declare const SelectKybSession: z.ZodObject<{
|
|
|
129
129
|
applicantId: string;
|
|
130
130
|
levelName: string;
|
|
131
131
|
externalUserId: string;
|
|
132
|
+
type?: "shareholder" | "ubo" | "representative" | null | undefined;
|
|
132
133
|
reviewAnswer?: "RED" | "YELLOW" | "GREEN" | null | undefined;
|
|
133
134
|
reviewRejectType?: "FINAL" | "RETRY" | null | undefined;
|
|
134
|
-
type?: "shareholder" | "ubo" | "representative" | null | undefined;
|
|
135
135
|
calculatedResult?: "Passed" | "Rejected" | "ToBeManuallyChecked" | "Retry" | null | undefined;
|
|
136
136
|
}, {
|
|
137
137
|
name: string;
|
|
@@ -139,9 +139,9 @@ export declare const SelectKybSession: z.ZodObject<{
|
|
|
139
139
|
applicantId: string;
|
|
140
140
|
levelName: string;
|
|
141
141
|
externalUserId: string;
|
|
142
|
+
type?: "shareholder" | "ubo" | "representative" | null | undefined;
|
|
142
143
|
reviewAnswer?: "RED" | "YELLOW" | "GREEN" | null | undefined;
|
|
143
144
|
reviewRejectType?: "FINAL" | "RETRY" | null | undefined;
|
|
144
|
-
type?: "shareholder" | "ubo" | "representative" | null | undefined;
|
|
145
145
|
calculatedResult?: "Passed" | "Rejected" | "ToBeManuallyChecked" | "Retry" | null | undefined;
|
|
146
146
|
}>, "many">>>;
|
|
147
147
|
workflowId: z.ZodNullable<z.ZodString>;
|
|
@@ -154,9 +154,9 @@ export declare const SelectKybSession: z.ZodObject<{
|
|
|
154
154
|
customerId: string;
|
|
155
155
|
workflowId: string | null;
|
|
156
156
|
cmsProjectId: string;
|
|
157
|
+
status?: "Closed" | "Started" | "NotStarted" | null | undefined;
|
|
157
158
|
reviewAnswer?: "RED" | "YELLOW" | "GREEN" | null | undefined;
|
|
158
159
|
reviewRejectType?: "FINAL" | "RETRY" | null | undefined;
|
|
159
|
-
status?: "Closed" | "Started" | "NotStarted" | null | undefined;
|
|
160
160
|
result?: "Passed" | "Rejected" | "ToBeManuallyChecked" | "Retry" | null | undefined;
|
|
161
161
|
address?: string | null | undefined;
|
|
162
162
|
ip?: string | null | undefined;
|
|
@@ -167,9 +167,9 @@ export declare const SelectKybSession: z.ZodObject<{
|
|
|
167
167
|
applicantId: string;
|
|
168
168
|
levelName: string;
|
|
169
169
|
externalUserId: string;
|
|
170
|
+
type?: "shareholder" | "ubo" | "representative" | null | undefined;
|
|
170
171
|
reviewAnswer?: "RED" | "YELLOW" | "GREEN" | null | undefined;
|
|
171
172
|
reviewRejectType?: "FINAL" | "RETRY" | null | undefined;
|
|
172
|
-
type?: "shareholder" | "ubo" | "representative" | null | undefined;
|
|
173
173
|
calculatedResult?: "Passed" | "Rejected" | "ToBeManuallyChecked" | "Retry" | null | undefined;
|
|
174
174
|
}[] | null | undefined;
|
|
175
175
|
sandboxSimulated?: boolean | null | undefined;
|
|
@@ -180,9 +180,9 @@ export declare const SelectKybSession: z.ZodObject<{
|
|
|
180
180
|
customerId: string;
|
|
181
181
|
workflowId: string | null;
|
|
182
182
|
cmsProjectId: string;
|
|
183
|
+
status?: "Closed" | "Started" | "NotStarted" | null | undefined;
|
|
183
184
|
reviewAnswer?: "RED" | "YELLOW" | "GREEN" | null | undefined;
|
|
184
185
|
reviewRejectType?: "FINAL" | "RETRY" | null | undefined;
|
|
185
|
-
status?: "Closed" | "Started" | "NotStarted" | null | undefined;
|
|
186
186
|
result?: "Passed" | "Rejected" | "ToBeManuallyChecked" | "Retry" | null | undefined;
|
|
187
187
|
address?: string | null | undefined;
|
|
188
188
|
ip?: string | null | undefined;
|
|
@@ -193,9 +193,9 @@ export declare const SelectKybSession: z.ZodObject<{
|
|
|
193
193
|
applicantId: string;
|
|
194
194
|
levelName: string;
|
|
195
195
|
externalUserId: string;
|
|
196
|
+
type?: "shareholder" | "ubo" | "representative" | null | undefined;
|
|
196
197
|
reviewAnswer?: "RED" | "YELLOW" | "GREEN" | null | undefined;
|
|
197
198
|
reviewRejectType?: "FINAL" | "RETRY" | null | undefined;
|
|
198
|
-
type?: "shareholder" | "ubo" | "representative" | null | undefined;
|
|
199
199
|
calculatedResult?: "Passed" | "Rejected" | "ToBeManuallyChecked" | "Retry" | null | undefined;
|
|
200
200
|
}[] | null | undefined;
|
|
201
201
|
sandboxSimulated?: boolean | null | undefined;
|
|
@@ -236,9 +236,9 @@ export declare const GetKybSessionResponse: z.ZodObject<{
|
|
|
236
236
|
applicantId: string;
|
|
237
237
|
levelName: string;
|
|
238
238
|
externalUserId: string;
|
|
239
|
+
type?: "shareholder" | "ubo" | "representative" | null | undefined;
|
|
239
240
|
reviewAnswer?: "RED" | "YELLOW" | "GREEN" | null | undefined;
|
|
240
241
|
reviewRejectType?: "FINAL" | "RETRY" | null | undefined;
|
|
241
|
-
type?: "shareholder" | "ubo" | "representative" | null | undefined;
|
|
242
242
|
calculatedResult?: "Passed" | "Rejected" | "ToBeManuallyChecked" | "Retry" | null | undefined;
|
|
243
243
|
}, {
|
|
244
244
|
name: string;
|
|
@@ -246,9 +246,9 @@ export declare const GetKybSessionResponse: z.ZodObject<{
|
|
|
246
246
|
applicantId: string;
|
|
247
247
|
levelName: string;
|
|
248
248
|
externalUserId: string;
|
|
249
|
+
type?: "shareholder" | "ubo" | "representative" | null | undefined;
|
|
249
250
|
reviewAnswer?: "RED" | "YELLOW" | "GREEN" | null | undefined;
|
|
250
251
|
reviewRejectType?: "FINAL" | "RETRY" | null | undefined;
|
|
251
|
-
type?: "shareholder" | "ubo" | "representative" | null | undefined;
|
|
252
252
|
calculatedResult?: "Passed" | "Rejected" | "ToBeManuallyChecked" | "Retry" | null | undefined;
|
|
253
253
|
}>, "many">>>;
|
|
254
254
|
workflowId: z.ZodNullable<z.ZodString>;
|
|
@@ -261,9 +261,9 @@ export declare const GetKybSessionResponse: z.ZodObject<{
|
|
|
261
261
|
customerId: string;
|
|
262
262
|
workflowId: string | null;
|
|
263
263
|
cmsProjectId: string;
|
|
264
|
+
status?: "Closed" | "Started" | "NotStarted" | null | undefined;
|
|
264
265
|
reviewAnswer?: "RED" | "YELLOW" | "GREEN" | null | undefined;
|
|
265
266
|
reviewRejectType?: "FINAL" | "RETRY" | null | undefined;
|
|
266
|
-
status?: "Closed" | "Started" | "NotStarted" | null | undefined;
|
|
267
267
|
result?: "Passed" | "Rejected" | "ToBeManuallyChecked" | "Retry" | null | undefined;
|
|
268
268
|
address?: string | null | undefined;
|
|
269
269
|
ip?: string | null | undefined;
|
|
@@ -274,9 +274,9 @@ export declare const GetKybSessionResponse: z.ZodObject<{
|
|
|
274
274
|
applicantId: string;
|
|
275
275
|
levelName: string;
|
|
276
276
|
externalUserId: string;
|
|
277
|
+
type?: "shareholder" | "ubo" | "representative" | null | undefined;
|
|
277
278
|
reviewAnswer?: "RED" | "YELLOW" | "GREEN" | null | undefined;
|
|
278
279
|
reviewRejectType?: "FINAL" | "RETRY" | null | undefined;
|
|
279
|
-
type?: "shareholder" | "ubo" | "representative" | null | undefined;
|
|
280
280
|
calculatedResult?: "Passed" | "Rejected" | "ToBeManuallyChecked" | "Retry" | null | undefined;
|
|
281
281
|
}[] | null | undefined;
|
|
282
282
|
sandboxSimulated?: boolean | null | undefined;
|
|
@@ -287,9 +287,9 @@ export declare const GetKybSessionResponse: z.ZodObject<{
|
|
|
287
287
|
customerId: string;
|
|
288
288
|
workflowId: string | null;
|
|
289
289
|
cmsProjectId: string;
|
|
290
|
+
status?: "Closed" | "Started" | "NotStarted" | null | undefined;
|
|
290
291
|
reviewAnswer?: "RED" | "YELLOW" | "GREEN" | null | undefined;
|
|
291
292
|
reviewRejectType?: "FINAL" | "RETRY" | null | undefined;
|
|
292
|
-
status?: "Closed" | "Started" | "NotStarted" | null | undefined;
|
|
293
293
|
result?: "Passed" | "Rejected" | "ToBeManuallyChecked" | "Retry" | null | undefined;
|
|
294
294
|
address?: string | null | undefined;
|
|
295
295
|
ip?: string | null | undefined;
|
|
@@ -300,9 +300,9 @@ export declare const GetKybSessionResponse: z.ZodObject<{
|
|
|
300
300
|
applicantId: string;
|
|
301
301
|
levelName: string;
|
|
302
302
|
externalUserId: string;
|
|
303
|
+
type?: "shareholder" | "ubo" | "representative" | null | undefined;
|
|
303
304
|
reviewAnswer?: "RED" | "YELLOW" | "GREEN" | null | undefined;
|
|
304
305
|
reviewRejectType?: "FINAL" | "RETRY" | null | undefined;
|
|
305
|
-
type?: "shareholder" | "ubo" | "representative" | null | undefined;
|
|
306
306
|
calculatedResult?: "Passed" | "Rejected" | "ToBeManuallyChecked" | "Retry" | null | undefined;
|
|
307
307
|
}[] | null | undefined;
|
|
308
308
|
sandboxSimulated?: boolean | null | undefined;
|