@nexeraid/identity-schemas 2.1.4-staging → 2.1.8-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/declarations/src/providers/kyb-sessions.schema.d.ts +12 -12
- package/dist/declarations/src/providers/sumsub/sumsub-applicant.schema.d.ts +36 -36
- package/dist/declarations/src/providers/sumsub/sumsub-webhooks.schema.d.ts +4 -4
- package/dist/declarations/src/webhooks/alert.webhooks.schema.d.ts +3 -3
- package/dist/declarations/src/webhooks/customer.webhooks.schema.d.ts +18 -18
- package/dist/declarations/src/webhooks/svix.webhooks.schema.d.ts +270 -270
- package/dist/package.json +1 -1
- package/package.json +1 -1
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.js +2 -2
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.js +2 -2
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.js +2 -2
|
@@ -9084,7 +9084,7 @@ export declare const CustomerCreatedPayload: z.ZodObject<{
|
|
|
9084
9084
|
payload: z.ZodObject<{
|
|
9085
9085
|
cmsProjectId: z.ZodString;
|
|
9086
9086
|
customerId: z.ZodString;
|
|
9087
|
-
|
|
9087
|
+
externalCustomerId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
9088
9088
|
createdBy: z.ZodString;
|
|
9089
9089
|
updatedBy: z.ZodString;
|
|
9090
9090
|
id: z.ZodString;
|
|
@@ -9107,10 +9107,10 @@ export declare const CustomerCreatedPayload: z.ZodObject<{
|
|
|
9107
9107
|
status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
|
|
9108
9108
|
type?: "Individual" | "Company" | null | undefined;
|
|
9109
9109
|
updatedAt?: Date | null | undefined;
|
|
9110
|
+
externalCustomerId?: string | null | undefined;
|
|
9110
9111
|
reason?: string | null | undefined;
|
|
9111
9112
|
deletedBy?: string | null | undefined;
|
|
9112
9113
|
deletedAt?: Date | null | undefined;
|
|
9113
|
-
externalClientId?: string | null | undefined;
|
|
9114
9114
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
9115
9115
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
9116
9116
|
}, {
|
|
@@ -9123,10 +9123,10 @@ export declare const CustomerCreatedPayload: z.ZodObject<{
|
|
|
9123
9123
|
status?: unknown;
|
|
9124
9124
|
type?: "Individual" | "Company" | null | undefined;
|
|
9125
9125
|
updatedAt?: Date | null | undefined;
|
|
9126
|
+
externalCustomerId?: string | null | undefined;
|
|
9126
9127
|
reason?: string | null | undefined;
|
|
9127
9128
|
deletedBy?: string | null | undefined;
|
|
9128
9129
|
deletedAt?: Date | null | undefined;
|
|
9129
|
-
externalClientId?: string | null | undefined;
|
|
9130
9130
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
9131
9131
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
9132
9132
|
}>;
|
|
@@ -9141,10 +9141,10 @@ export declare const CustomerCreatedPayload: z.ZodObject<{
|
|
|
9141
9141
|
status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
|
|
9142
9142
|
type?: "Individual" | "Company" | null | undefined;
|
|
9143
9143
|
updatedAt?: Date | null | undefined;
|
|
9144
|
+
externalCustomerId?: string | null | undefined;
|
|
9144
9145
|
reason?: string | null | undefined;
|
|
9145
9146
|
deletedBy?: string | null | undefined;
|
|
9146
9147
|
deletedAt?: Date | null | undefined;
|
|
9147
|
-
externalClientId?: string | null | undefined;
|
|
9148
9148
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
9149
9149
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
9150
9150
|
};
|
|
@@ -9160,10 +9160,10 @@ export declare const CustomerCreatedPayload: z.ZodObject<{
|
|
|
9160
9160
|
status?: unknown;
|
|
9161
9161
|
type?: "Individual" | "Company" | null | undefined;
|
|
9162
9162
|
updatedAt?: Date | null | undefined;
|
|
9163
|
+
externalCustomerId?: string | null | undefined;
|
|
9163
9164
|
reason?: string | null | undefined;
|
|
9164
9165
|
deletedBy?: string | null | undefined;
|
|
9165
9166
|
deletedAt?: Date | null | undefined;
|
|
9166
|
-
externalClientId?: string | null | undefined;
|
|
9167
9167
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
9168
9168
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
9169
9169
|
};
|
|
@@ -9174,7 +9174,7 @@ export declare const CustomerUpdatedPayload: z.ZodObject<{
|
|
|
9174
9174
|
payload: z.ZodObject<{
|
|
9175
9175
|
cmsProjectId: z.ZodString;
|
|
9176
9176
|
customerId: z.ZodString;
|
|
9177
|
-
|
|
9177
|
+
externalCustomerId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
9178
9178
|
createdBy: z.ZodString;
|
|
9179
9179
|
updatedBy: z.ZodString;
|
|
9180
9180
|
id: z.ZodString;
|
|
@@ -9197,10 +9197,10 @@ export declare const CustomerUpdatedPayload: z.ZodObject<{
|
|
|
9197
9197
|
status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
|
|
9198
9198
|
type?: "Individual" | "Company" | null | undefined;
|
|
9199
9199
|
updatedAt?: Date | null | undefined;
|
|
9200
|
+
externalCustomerId?: string | null | undefined;
|
|
9200
9201
|
reason?: string | null | undefined;
|
|
9201
9202
|
deletedBy?: string | null | undefined;
|
|
9202
9203
|
deletedAt?: Date | null | undefined;
|
|
9203
|
-
externalClientId?: string | null | undefined;
|
|
9204
9204
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
9205
9205
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
9206
9206
|
}, {
|
|
@@ -9213,10 +9213,10 @@ export declare const CustomerUpdatedPayload: z.ZodObject<{
|
|
|
9213
9213
|
status?: unknown;
|
|
9214
9214
|
type?: "Individual" | "Company" | null | undefined;
|
|
9215
9215
|
updatedAt?: Date | null | undefined;
|
|
9216
|
+
externalCustomerId?: string | null | undefined;
|
|
9216
9217
|
reason?: string | null | undefined;
|
|
9217
9218
|
deletedBy?: string | null | undefined;
|
|
9218
9219
|
deletedAt?: Date | null | undefined;
|
|
9219
|
-
externalClientId?: string | null | undefined;
|
|
9220
9220
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
9221
9221
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
9222
9222
|
}>;
|
|
@@ -9231,10 +9231,10 @@ export declare const CustomerUpdatedPayload: z.ZodObject<{
|
|
|
9231
9231
|
status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
|
|
9232
9232
|
type?: "Individual" | "Company" | null | undefined;
|
|
9233
9233
|
updatedAt?: Date | null | undefined;
|
|
9234
|
+
externalCustomerId?: string | null | undefined;
|
|
9234
9235
|
reason?: string | null | undefined;
|
|
9235
9236
|
deletedBy?: string | null | undefined;
|
|
9236
9237
|
deletedAt?: Date | null | undefined;
|
|
9237
|
-
externalClientId?: string | null | undefined;
|
|
9238
9238
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
9239
9239
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
9240
9240
|
};
|
|
@@ -9250,10 +9250,10 @@ export declare const CustomerUpdatedPayload: z.ZodObject<{
|
|
|
9250
9250
|
status?: unknown;
|
|
9251
9251
|
type?: "Individual" | "Company" | null | undefined;
|
|
9252
9252
|
updatedAt?: Date | null | undefined;
|
|
9253
|
+
externalCustomerId?: string | null | undefined;
|
|
9253
9254
|
reason?: string | null | undefined;
|
|
9254
9255
|
deletedBy?: string | null | undefined;
|
|
9255
9256
|
deletedAt?: Date | null | undefined;
|
|
9256
|
-
externalClientId?: string | null | undefined;
|
|
9257
9257
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
9258
9258
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
9259
9259
|
};
|
|
@@ -9264,7 +9264,7 @@ export declare const CustomerDeletedPayload: z.ZodObject<{
|
|
|
9264
9264
|
payload: z.ZodObject<{
|
|
9265
9265
|
cmsProjectId: z.ZodString;
|
|
9266
9266
|
customerId: z.ZodString;
|
|
9267
|
-
|
|
9267
|
+
externalCustomerId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
9268
9268
|
createdBy: z.ZodString;
|
|
9269
9269
|
updatedBy: z.ZodString;
|
|
9270
9270
|
id: z.ZodString;
|
|
@@ -9287,10 +9287,10 @@ export declare const CustomerDeletedPayload: z.ZodObject<{
|
|
|
9287
9287
|
status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
|
|
9288
9288
|
type?: "Individual" | "Company" | null | undefined;
|
|
9289
9289
|
updatedAt?: Date | null | undefined;
|
|
9290
|
+
externalCustomerId?: string | null | undefined;
|
|
9290
9291
|
reason?: string | null | undefined;
|
|
9291
9292
|
deletedBy?: string | null | undefined;
|
|
9292
9293
|
deletedAt?: Date | null | undefined;
|
|
9293
|
-
externalClientId?: string | null | undefined;
|
|
9294
9294
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
9295
9295
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
9296
9296
|
}, {
|
|
@@ -9303,10 +9303,10 @@ export declare const CustomerDeletedPayload: z.ZodObject<{
|
|
|
9303
9303
|
status?: unknown;
|
|
9304
9304
|
type?: "Individual" | "Company" | null | undefined;
|
|
9305
9305
|
updatedAt?: Date | null | undefined;
|
|
9306
|
+
externalCustomerId?: string | null | undefined;
|
|
9306
9307
|
reason?: string | null | undefined;
|
|
9307
9308
|
deletedBy?: string | null | undefined;
|
|
9308
9309
|
deletedAt?: Date | null | undefined;
|
|
9309
|
-
externalClientId?: string | null | undefined;
|
|
9310
9310
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
9311
9311
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
9312
9312
|
}>;
|
|
@@ -9321,10 +9321,10 @@ export declare const CustomerDeletedPayload: z.ZodObject<{
|
|
|
9321
9321
|
status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
|
|
9322
9322
|
type?: "Individual" | "Company" | null | undefined;
|
|
9323
9323
|
updatedAt?: Date | null | undefined;
|
|
9324
|
+
externalCustomerId?: string | null | undefined;
|
|
9324
9325
|
reason?: string | null | undefined;
|
|
9325
9326
|
deletedBy?: string | null | undefined;
|
|
9326
9327
|
deletedAt?: Date | null | undefined;
|
|
9327
|
-
externalClientId?: string | null | undefined;
|
|
9328
9328
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
9329
9329
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
9330
9330
|
};
|
|
@@ -9340,10 +9340,10 @@ export declare const CustomerDeletedPayload: z.ZodObject<{
|
|
|
9340
9340
|
status?: unknown;
|
|
9341
9341
|
type?: "Individual" | "Company" | null | undefined;
|
|
9342
9342
|
updatedAt?: Date | null | undefined;
|
|
9343
|
+
externalCustomerId?: string | null | undefined;
|
|
9343
9344
|
reason?: string | null | undefined;
|
|
9344
9345
|
deletedBy?: string | null | undefined;
|
|
9345
9346
|
deletedAt?: Date | null | undefined;
|
|
9346
|
-
externalClientId?: string | null | undefined;
|
|
9347
9347
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
9348
9348
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
9349
9349
|
};
|
|
@@ -9358,7 +9358,7 @@ export declare const AlertCreatedPayload: z.ZodObject<{
|
|
|
9358
9358
|
type: z.ZodEnum<["AML Screening", "IP Screening", "Email Screening", "KYC Drop-off", "Onchain Monitoring", "Fraud", "Transaction Monitoring", "Duplicate"]>;
|
|
9359
9359
|
status: z.ZodEnum<["Open", "Under Investigation", "Pending", "Closed", "Escalated"]>;
|
|
9360
9360
|
customerId: z.ZodString;
|
|
9361
|
-
|
|
9361
|
+
externalCustomerId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
9362
9362
|
cmsProjectId: z.ZodOptional<z.ZodString>;
|
|
9363
9363
|
createdAt: z.ZodDate;
|
|
9364
9364
|
updatedAt: z.ZodDate;
|
|
@@ -9373,7 +9373,7 @@ export declare const AlertCreatedPayload: z.ZodObject<{
|
|
|
9373
9373
|
customerId: string;
|
|
9374
9374
|
severity: "Low" | "Medium" | "High";
|
|
9375
9375
|
category: "Onboarding" | "Ongoing monitoring";
|
|
9376
|
-
|
|
9376
|
+
externalCustomerId?: string | null | undefined;
|
|
9377
9377
|
cmsProjectId?: string | undefined;
|
|
9378
9378
|
deletedBy?: string | null | undefined;
|
|
9379
9379
|
deletedAt?: Date | null | undefined;
|
|
@@ -9386,7 +9386,7 @@ export declare const AlertCreatedPayload: z.ZodObject<{
|
|
|
9386
9386
|
customerId: string;
|
|
9387
9387
|
severity: "Low" | "Medium" | "High";
|
|
9388
9388
|
category: "Onboarding" | "Ongoing monitoring";
|
|
9389
|
-
|
|
9389
|
+
externalCustomerId?: string | null | undefined;
|
|
9390
9390
|
cmsProjectId?: string | undefined;
|
|
9391
9391
|
deletedBy?: string | null | undefined;
|
|
9392
9392
|
deletedAt?: Date | null | undefined;
|
|
@@ -9401,7 +9401,7 @@ export declare const AlertCreatedPayload: z.ZodObject<{
|
|
|
9401
9401
|
customerId: string;
|
|
9402
9402
|
severity: "Low" | "Medium" | "High";
|
|
9403
9403
|
category: "Onboarding" | "Ongoing monitoring";
|
|
9404
|
-
|
|
9404
|
+
externalCustomerId?: string | null | undefined;
|
|
9405
9405
|
cmsProjectId?: string | undefined;
|
|
9406
9406
|
deletedBy?: string | null | undefined;
|
|
9407
9407
|
deletedAt?: Date | null | undefined;
|
|
@@ -9417,7 +9417,7 @@ export declare const AlertCreatedPayload: z.ZodObject<{
|
|
|
9417
9417
|
customerId: string;
|
|
9418
9418
|
severity: "Low" | "Medium" | "High";
|
|
9419
9419
|
category: "Onboarding" | "Ongoing monitoring";
|
|
9420
|
-
|
|
9420
|
+
externalCustomerId?: string | null | undefined;
|
|
9421
9421
|
cmsProjectId?: string | undefined;
|
|
9422
9422
|
deletedBy?: string | null | undefined;
|
|
9423
9423
|
deletedAt?: Date | null | undefined;
|
|
@@ -9433,7 +9433,7 @@ export declare const AlertUpdatedPayload: z.ZodObject<{
|
|
|
9433
9433
|
type: z.ZodEnum<["AML Screening", "IP Screening", "Email Screening", "KYC Drop-off", "Onchain Monitoring", "Fraud", "Transaction Monitoring", "Duplicate"]>;
|
|
9434
9434
|
status: z.ZodEnum<["Open", "Under Investigation", "Pending", "Closed", "Escalated"]>;
|
|
9435
9435
|
customerId: z.ZodString;
|
|
9436
|
-
|
|
9436
|
+
externalCustomerId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
9437
9437
|
cmsProjectId: z.ZodOptional<z.ZodString>;
|
|
9438
9438
|
createdAt: z.ZodDate;
|
|
9439
9439
|
updatedAt: z.ZodDate;
|
|
@@ -9448,7 +9448,7 @@ export declare const AlertUpdatedPayload: z.ZodObject<{
|
|
|
9448
9448
|
customerId: string;
|
|
9449
9449
|
severity: "Low" | "Medium" | "High";
|
|
9450
9450
|
category: "Onboarding" | "Ongoing monitoring";
|
|
9451
|
-
|
|
9451
|
+
externalCustomerId?: string | null | undefined;
|
|
9452
9452
|
cmsProjectId?: string | undefined;
|
|
9453
9453
|
deletedBy?: string | null | undefined;
|
|
9454
9454
|
deletedAt?: Date | null | undefined;
|
|
@@ -9461,7 +9461,7 @@ export declare const AlertUpdatedPayload: z.ZodObject<{
|
|
|
9461
9461
|
customerId: string;
|
|
9462
9462
|
severity: "Low" | "Medium" | "High";
|
|
9463
9463
|
category: "Onboarding" | "Ongoing monitoring";
|
|
9464
|
-
|
|
9464
|
+
externalCustomerId?: string | null | undefined;
|
|
9465
9465
|
cmsProjectId?: string | undefined;
|
|
9466
9466
|
deletedBy?: string | null | undefined;
|
|
9467
9467
|
deletedAt?: Date | null | undefined;
|
|
@@ -9476,7 +9476,7 @@ export declare const AlertUpdatedPayload: z.ZodObject<{
|
|
|
9476
9476
|
customerId: string;
|
|
9477
9477
|
severity: "Low" | "Medium" | "High";
|
|
9478
9478
|
category: "Onboarding" | "Ongoing monitoring";
|
|
9479
|
-
|
|
9479
|
+
externalCustomerId?: string | null | undefined;
|
|
9480
9480
|
cmsProjectId?: string | undefined;
|
|
9481
9481
|
deletedBy?: string | null | undefined;
|
|
9482
9482
|
deletedAt?: Date | null | undefined;
|
|
@@ -9492,7 +9492,7 @@ export declare const AlertUpdatedPayload: z.ZodObject<{
|
|
|
9492
9492
|
customerId: string;
|
|
9493
9493
|
severity: "Low" | "Medium" | "High";
|
|
9494
9494
|
category: "Onboarding" | "Ongoing monitoring";
|
|
9495
|
-
|
|
9495
|
+
externalCustomerId?: string | null | undefined;
|
|
9496
9496
|
cmsProjectId?: string | undefined;
|
|
9497
9497
|
deletedBy?: string | null | undefined;
|
|
9498
9498
|
deletedAt?: Date | null | undefined;
|
|
@@ -9508,7 +9508,7 @@ export declare const AlertDeletedPayload: z.ZodObject<{
|
|
|
9508
9508
|
type: z.ZodEnum<["AML Screening", "IP Screening", "Email Screening", "KYC Drop-off", "Onchain Monitoring", "Fraud", "Transaction Monitoring", "Duplicate"]>;
|
|
9509
9509
|
status: z.ZodEnum<["Open", "Under Investigation", "Pending", "Closed", "Escalated"]>;
|
|
9510
9510
|
customerId: z.ZodString;
|
|
9511
|
-
|
|
9511
|
+
externalCustomerId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
9512
9512
|
cmsProjectId: z.ZodOptional<z.ZodString>;
|
|
9513
9513
|
createdAt: z.ZodDate;
|
|
9514
9514
|
updatedAt: z.ZodDate;
|
|
@@ -9523,7 +9523,7 @@ export declare const AlertDeletedPayload: z.ZodObject<{
|
|
|
9523
9523
|
customerId: string;
|
|
9524
9524
|
severity: "Low" | "Medium" | "High";
|
|
9525
9525
|
category: "Onboarding" | "Ongoing monitoring";
|
|
9526
|
-
|
|
9526
|
+
externalCustomerId?: string | null | undefined;
|
|
9527
9527
|
cmsProjectId?: string | undefined;
|
|
9528
9528
|
deletedBy?: string | null | undefined;
|
|
9529
9529
|
deletedAt?: Date | null | undefined;
|
|
@@ -9536,7 +9536,7 @@ export declare const AlertDeletedPayload: z.ZodObject<{
|
|
|
9536
9536
|
customerId: string;
|
|
9537
9537
|
severity: "Low" | "Medium" | "High";
|
|
9538
9538
|
category: "Onboarding" | "Ongoing monitoring";
|
|
9539
|
-
|
|
9539
|
+
externalCustomerId?: string | null | undefined;
|
|
9540
9540
|
cmsProjectId?: string | undefined;
|
|
9541
9541
|
deletedBy?: string | null | undefined;
|
|
9542
9542
|
deletedAt?: Date | null | undefined;
|
|
@@ -9551,7 +9551,7 @@ export declare const AlertDeletedPayload: z.ZodObject<{
|
|
|
9551
9551
|
customerId: string;
|
|
9552
9552
|
severity: "Low" | "Medium" | "High";
|
|
9553
9553
|
category: "Onboarding" | "Ongoing monitoring";
|
|
9554
|
-
|
|
9554
|
+
externalCustomerId?: string | null | undefined;
|
|
9555
9555
|
cmsProjectId?: string | undefined;
|
|
9556
9556
|
deletedBy?: string | null | undefined;
|
|
9557
9557
|
deletedAt?: Date | null | undefined;
|
|
@@ -9567,7 +9567,7 @@ export declare const AlertDeletedPayload: z.ZodObject<{
|
|
|
9567
9567
|
customerId: string;
|
|
9568
9568
|
severity: "Low" | "Medium" | "High";
|
|
9569
9569
|
category: "Onboarding" | "Ongoing monitoring";
|
|
9570
|
-
|
|
9570
|
+
externalCustomerId?: string | null | undefined;
|
|
9571
9571
|
cmsProjectId?: string | undefined;
|
|
9572
9572
|
deletedBy?: string | null | undefined;
|
|
9573
9573
|
deletedAt?: Date | null | undefined;
|
|
@@ -18516,7 +18516,7 @@ export declare const WebhookCustomerEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
18516
18516
|
payload: z.ZodObject<{
|
|
18517
18517
|
cmsProjectId: z.ZodString;
|
|
18518
18518
|
customerId: z.ZodString;
|
|
18519
|
-
|
|
18519
|
+
externalCustomerId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
18520
18520
|
createdBy: z.ZodString;
|
|
18521
18521
|
updatedBy: z.ZodString;
|
|
18522
18522
|
id: z.ZodString;
|
|
@@ -18539,10 +18539,10 @@ export declare const WebhookCustomerEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
18539
18539
|
status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
|
|
18540
18540
|
type?: "Individual" | "Company" | null | undefined;
|
|
18541
18541
|
updatedAt?: Date | null | undefined;
|
|
18542
|
+
externalCustomerId?: string | null | undefined;
|
|
18542
18543
|
reason?: string | null | undefined;
|
|
18543
18544
|
deletedBy?: string | null | undefined;
|
|
18544
18545
|
deletedAt?: Date | null | undefined;
|
|
18545
|
-
externalClientId?: string | null | undefined;
|
|
18546
18546
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
18547
18547
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
18548
18548
|
}, {
|
|
@@ -18555,10 +18555,10 @@ export declare const WebhookCustomerEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
18555
18555
|
status?: unknown;
|
|
18556
18556
|
type?: "Individual" | "Company" | null | undefined;
|
|
18557
18557
|
updatedAt?: Date | null | undefined;
|
|
18558
|
+
externalCustomerId?: string | null | undefined;
|
|
18558
18559
|
reason?: string | null | undefined;
|
|
18559
18560
|
deletedBy?: string | null | undefined;
|
|
18560
18561
|
deletedAt?: Date | null | undefined;
|
|
18561
|
-
externalClientId?: string | null | undefined;
|
|
18562
18562
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
18563
18563
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
18564
18564
|
}>;
|
|
@@ -18573,10 +18573,10 @@ export declare const WebhookCustomerEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
18573
18573
|
status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
|
|
18574
18574
|
type?: "Individual" | "Company" | null | undefined;
|
|
18575
18575
|
updatedAt?: Date | null | undefined;
|
|
18576
|
+
externalCustomerId?: string | null | undefined;
|
|
18576
18577
|
reason?: string | null | undefined;
|
|
18577
18578
|
deletedBy?: string | null | undefined;
|
|
18578
18579
|
deletedAt?: Date | null | undefined;
|
|
18579
|
-
externalClientId?: string | null | undefined;
|
|
18580
18580
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
18581
18581
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
18582
18582
|
};
|
|
@@ -18592,10 +18592,10 @@ export declare const WebhookCustomerEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
18592
18592
|
status?: unknown;
|
|
18593
18593
|
type?: "Individual" | "Company" | null | undefined;
|
|
18594
18594
|
updatedAt?: Date | null | undefined;
|
|
18595
|
+
externalCustomerId?: string | null | undefined;
|
|
18595
18596
|
reason?: string | null | undefined;
|
|
18596
18597
|
deletedBy?: string | null | undefined;
|
|
18597
18598
|
deletedAt?: Date | null | undefined;
|
|
18598
|
-
externalClientId?: string | null | undefined;
|
|
18599
18599
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
18600
18600
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
18601
18601
|
};
|
|
@@ -18605,7 +18605,7 @@ export declare const WebhookCustomerEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
18605
18605
|
payload: z.ZodObject<{
|
|
18606
18606
|
cmsProjectId: z.ZodString;
|
|
18607
18607
|
customerId: z.ZodString;
|
|
18608
|
-
|
|
18608
|
+
externalCustomerId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
18609
18609
|
createdBy: z.ZodString;
|
|
18610
18610
|
updatedBy: z.ZodString;
|
|
18611
18611
|
id: z.ZodString;
|
|
@@ -18628,10 +18628,10 @@ export declare const WebhookCustomerEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
18628
18628
|
status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
|
|
18629
18629
|
type?: "Individual" | "Company" | null | undefined;
|
|
18630
18630
|
updatedAt?: Date | null | undefined;
|
|
18631
|
+
externalCustomerId?: string | null | undefined;
|
|
18631
18632
|
reason?: string | null | undefined;
|
|
18632
18633
|
deletedBy?: string | null | undefined;
|
|
18633
18634
|
deletedAt?: Date | null | undefined;
|
|
18634
|
-
externalClientId?: string | null | undefined;
|
|
18635
18635
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
18636
18636
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
18637
18637
|
}, {
|
|
@@ -18644,10 +18644,10 @@ export declare const WebhookCustomerEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
18644
18644
|
status?: unknown;
|
|
18645
18645
|
type?: "Individual" | "Company" | null | undefined;
|
|
18646
18646
|
updatedAt?: Date | null | undefined;
|
|
18647
|
+
externalCustomerId?: string | null | undefined;
|
|
18647
18648
|
reason?: string | null | undefined;
|
|
18648
18649
|
deletedBy?: string | null | undefined;
|
|
18649
18650
|
deletedAt?: Date | null | undefined;
|
|
18650
|
-
externalClientId?: string | null | undefined;
|
|
18651
18651
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
18652
18652
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
18653
18653
|
}>;
|
|
@@ -18662,10 +18662,10 @@ export declare const WebhookCustomerEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
18662
18662
|
status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
|
|
18663
18663
|
type?: "Individual" | "Company" | null | undefined;
|
|
18664
18664
|
updatedAt?: Date | null | undefined;
|
|
18665
|
+
externalCustomerId?: string | null | undefined;
|
|
18665
18666
|
reason?: string | null | undefined;
|
|
18666
18667
|
deletedBy?: string | null | undefined;
|
|
18667
18668
|
deletedAt?: Date | null | undefined;
|
|
18668
|
-
externalClientId?: string | null | undefined;
|
|
18669
18669
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
18670
18670
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
18671
18671
|
};
|
|
@@ -18681,10 +18681,10 @@ export declare const WebhookCustomerEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
18681
18681
|
status?: unknown;
|
|
18682
18682
|
type?: "Individual" | "Company" | null | undefined;
|
|
18683
18683
|
updatedAt?: Date | null | undefined;
|
|
18684
|
+
externalCustomerId?: string | null | undefined;
|
|
18684
18685
|
reason?: string | null | undefined;
|
|
18685
18686
|
deletedBy?: string | null | undefined;
|
|
18686
18687
|
deletedAt?: Date | null | undefined;
|
|
18687
|
-
externalClientId?: string | null | undefined;
|
|
18688
18688
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
18689
18689
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
18690
18690
|
};
|
|
@@ -18694,7 +18694,7 @@ export declare const WebhookCustomerEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
18694
18694
|
payload: z.ZodObject<{
|
|
18695
18695
|
cmsProjectId: z.ZodString;
|
|
18696
18696
|
customerId: z.ZodString;
|
|
18697
|
-
|
|
18697
|
+
externalCustomerId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
18698
18698
|
createdBy: z.ZodString;
|
|
18699
18699
|
updatedBy: z.ZodString;
|
|
18700
18700
|
id: z.ZodString;
|
|
@@ -18717,10 +18717,10 @@ export declare const WebhookCustomerEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
18717
18717
|
status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
|
|
18718
18718
|
type?: "Individual" | "Company" | null | undefined;
|
|
18719
18719
|
updatedAt?: Date | null | undefined;
|
|
18720
|
+
externalCustomerId?: string | null | undefined;
|
|
18720
18721
|
reason?: string | null | undefined;
|
|
18721
18722
|
deletedBy?: string | null | undefined;
|
|
18722
18723
|
deletedAt?: Date | null | undefined;
|
|
18723
|
-
externalClientId?: string | null | undefined;
|
|
18724
18724
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
18725
18725
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
18726
18726
|
}, {
|
|
@@ -18733,10 +18733,10 @@ export declare const WebhookCustomerEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
18733
18733
|
status?: unknown;
|
|
18734
18734
|
type?: "Individual" | "Company" | null | undefined;
|
|
18735
18735
|
updatedAt?: Date | null | undefined;
|
|
18736
|
+
externalCustomerId?: string | null | undefined;
|
|
18736
18737
|
reason?: string | null | undefined;
|
|
18737
18738
|
deletedBy?: string | null | undefined;
|
|
18738
18739
|
deletedAt?: Date | null | undefined;
|
|
18739
|
-
externalClientId?: string | null | undefined;
|
|
18740
18740
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
18741
18741
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
18742
18742
|
}>;
|
|
@@ -18751,10 +18751,10 @@ export declare const WebhookCustomerEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
18751
18751
|
status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
|
|
18752
18752
|
type?: "Individual" | "Company" | null | undefined;
|
|
18753
18753
|
updatedAt?: Date | null | undefined;
|
|
18754
|
+
externalCustomerId?: string | null | undefined;
|
|
18754
18755
|
reason?: string | null | undefined;
|
|
18755
18756
|
deletedBy?: string | null | undefined;
|
|
18756
18757
|
deletedAt?: Date | null | undefined;
|
|
18757
|
-
externalClientId?: string | null | undefined;
|
|
18758
18758
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
18759
18759
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
18760
18760
|
};
|
|
@@ -18770,10 +18770,10 @@ export declare const WebhookCustomerEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
18770
18770
|
status?: unknown;
|
|
18771
18771
|
type?: "Individual" | "Company" | null | undefined;
|
|
18772
18772
|
updatedAt?: Date | null | undefined;
|
|
18773
|
+
externalCustomerId?: string | null | undefined;
|
|
18773
18774
|
reason?: string | null | undefined;
|
|
18774
18775
|
deletedBy?: string | null | undefined;
|
|
18775
18776
|
deletedAt?: Date | null | undefined;
|
|
18776
|
-
externalClientId?: string | null | undefined;
|
|
18777
18777
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
18778
18778
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
18779
18779
|
};
|
|
@@ -18789,7 +18789,7 @@ export declare const WebhookAlertEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
18789
18789
|
type: z.ZodEnum<["AML Screening", "IP Screening", "Email Screening", "KYC Drop-off", "Onchain Monitoring", "Fraud", "Transaction Monitoring", "Duplicate"]>;
|
|
18790
18790
|
status: z.ZodEnum<["Open", "Under Investigation", "Pending", "Closed", "Escalated"]>;
|
|
18791
18791
|
customerId: z.ZodString;
|
|
18792
|
-
|
|
18792
|
+
externalCustomerId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
18793
18793
|
cmsProjectId: z.ZodOptional<z.ZodString>;
|
|
18794
18794
|
createdAt: z.ZodDate;
|
|
18795
18795
|
updatedAt: z.ZodDate;
|
|
@@ -18804,7 +18804,7 @@ export declare const WebhookAlertEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
18804
18804
|
customerId: string;
|
|
18805
18805
|
severity: "Low" | "Medium" | "High";
|
|
18806
18806
|
category: "Onboarding" | "Ongoing monitoring";
|
|
18807
|
-
|
|
18807
|
+
externalCustomerId?: string | null | undefined;
|
|
18808
18808
|
cmsProjectId?: string | undefined;
|
|
18809
18809
|
deletedBy?: string | null | undefined;
|
|
18810
18810
|
deletedAt?: Date | null | undefined;
|
|
@@ -18817,7 +18817,7 @@ export declare const WebhookAlertEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
18817
18817
|
customerId: string;
|
|
18818
18818
|
severity: "Low" | "Medium" | "High";
|
|
18819
18819
|
category: "Onboarding" | "Ongoing monitoring";
|
|
18820
|
-
|
|
18820
|
+
externalCustomerId?: string | null | undefined;
|
|
18821
18821
|
cmsProjectId?: string | undefined;
|
|
18822
18822
|
deletedBy?: string | null | undefined;
|
|
18823
18823
|
deletedAt?: Date | null | undefined;
|
|
@@ -18832,7 +18832,7 @@ export declare const WebhookAlertEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
18832
18832
|
customerId: string;
|
|
18833
18833
|
severity: "Low" | "Medium" | "High";
|
|
18834
18834
|
category: "Onboarding" | "Ongoing monitoring";
|
|
18835
|
-
|
|
18835
|
+
externalCustomerId?: string | null | undefined;
|
|
18836
18836
|
cmsProjectId?: string | undefined;
|
|
18837
18837
|
deletedBy?: string | null | undefined;
|
|
18838
18838
|
deletedAt?: Date | null | undefined;
|
|
@@ -18848,7 +18848,7 @@ export declare const WebhookAlertEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
18848
18848
|
customerId: string;
|
|
18849
18849
|
severity: "Low" | "Medium" | "High";
|
|
18850
18850
|
category: "Onboarding" | "Ongoing monitoring";
|
|
18851
|
-
|
|
18851
|
+
externalCustomerId?: string | null | undefined;
|
|
18852
18852
|
cmsProjectId?: string | undefined;
|
|
18853
18853
|
deletedBy?: string | null | undefined;
|
|
18854
18854
|
deletedAt?: Date | null | undefined;
|
|
@@ -18863,7 +18863,7 @@ export declare const WebhookAlertEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
18863
18863
|
type: z.ZodEnum<["AML Screening", "IP Screening", "Email Screening", "KYC Drop-off", "Onchain Monitoring", "Fraud", "Transaction Monitoring", "Duplicate"]>;
|
|
18864
18864
|
status: z.ZodEnum<["Open", "Under Investigation", "Pending", "Closed", "Escalated"]>;
|
|
18865
18865
|
customerId: z.ZodString;
|
|
18866
|
-
|
|
18866
|
+
externalCustomerId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
18867
18867
|
cmsProjectId: z.ZodOptional<z.ZodString>;
|
|
18868
18868
|
createdAt: z.ZodDate;
|
|
18869
18869
|
updatedAt: z.ZodDate;
|
|
@@ -18878,7 +18878,7 @@ export declare const WebhookAlertEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
18878
18878
|
customerId: string;
|
|
18879
18879
|
severity: "Low" | "Medium" | "High";
|
|
18880
18880
|
category: "Onboarding" | "Ongoing monitoring";
|
|
18881
|
-
|
|
18881
|
+
externalCustomerId?: string | null | undefined;
|
|
18882
18882
|
cmsProjectId?: string | undefined;
|
|
18883
18883
|
deletedBy?: string | null | undefined;
|
|
18884
18884
|
deletedAt?: Date | null | undefined;
|
|
@@ -18891,7 +18891,7 @@ export declare const WebhookAlertEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
18891
18891
|
customerId: string;
|
|
18892
18892
|
severity: "Low" | "Medium" | "High";
|
|
18893
18893
|
category: "Onboarding" | "Ongoing monitoring";
|
|
18894
|
-
|
|
18894
|
+
externalCustomerId?: string | null | undefined;
|
|
18895
18895
|
cmsProjectId?: string | undefined;
|
|
18896
18896
|
deletedBy?: string | null | undefined;
|
|
18897
18897
|
deletedAt?: Date | null | undefined;
|
|
@@ -18906,7 +18906,7 @@ export declare const WebhookAlertEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
18906
18906
|
customerId: string;
|
|
18907
18907
|
severity: "Low" | "Medium" | "High";
|
|
18908
18908
|
category: "Onboarding" | "Ongoing monitoring";
|
|
18909
|
-
|
|
18909
|
+
externalCustomerId?: string | null | undefined;
|
|
18910
18910
|
cmsProjectId?: string | undefined;
|
|
18911
18911
|
deletedBy?: string | null | undefined;
|
|
18912
18912
|
deletedAt?: Date | null | undefined;
|
|
@@ -18922,7 +18922,7 @@ export declare const WebhookAlertEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
18922
18922
|
customerId: string;
|
|
18923
18923
|
severity: "Low" | "Medium" | "High";
|
|
18924
18924
|
category: "Onboarding" | "Ongoing monitoring";
|
|
18925
|
-
|
|
18925
|
+
externalCustomerId?: string | null | undefined;
|
|
18926
18926
|
cmsProjectId?: string | undefined;
|
|
18927
18927
|
deletedBy?: string | null | undefined;
|
|
18928
18928
|
deletedAt?: Date | null | undefined;
|
|
@@ -18937,7 +18937,7 @@ export declare const WebhookAlertEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
18937
18937
|
type: z.ZodEnum<["AML Screening", "IP Screening", "Email Screening", "KYC Drop-off", "Onchain Monitoring", "Fraud", "Transaction Monitoring", "Duplicate"]>;
|
|
18938
18938
|
status: z.ZodEnum<["Open", "Under Investigation", "Pending", "Closed", "Escalated"]>;
|
|
18939
18939
|
customerId: z.ZodString;
|
|
18940
|
-
|
|
18940
|
+
externalCustomerId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
18941
18941
|
cmsProjectId: z.ZodOptional<z.ZodString>;
|
|
18942
18942
|
createdAt: z.ZodDate;
|
|
18943
18943
|
updatedAt: z.ZodDate;
|
|
@@ -18952,7 +18952,7 @@ export declare const WebhookAlertEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
18952
18952
|
customerId: string;
|
|
18953
18953
|
severity: "Low" | "Medium" | "High";
|
|
18954
18954
|
category: "Onboarding" | "Ongoing monitoring";
|
|
18955
|
-
|
|
18955
|
+
externalCustomerId?: string | null | undefined;
|
|
18956
18956
|
cmsProjectId?: string | undefined;
|
|
18957
18957
|
deletedBy?: string | null | undefined;
|
|
18958
18958
|
deletedAt?: Date | null | undefined;
|
|
@@ -18965,7 +18965,7 @@ export declare const WebhookAlertEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
18965
18965
|
customerId: string;
|
|
18966
18966
|
severity: "Low" | "Medium" | "High";
|
|
18967
18967
|
category: "Onboarding" | "Ongoing monitoring";
|
|
18968
|
-
|
|
18968
|
+
externalCustomerId?: string | null | undefined;
|
|
18969
18969
|
cmsProjectId?: string | undefined;
|
|
18970
18970
|
deletedBy?: string | null | undefined;
|
|
18971
18971
|
deletedAt?: Date | null | undefined;
|
|
@@ -18980,7 +18980,7 @@ export declare const WebhookAlertEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
18980
18980
|
customerId: string;
|
|
18981
18981
|
severity: "Low" | "Medium" | "High";
|
|
18982
18982
|
category: "Onboarding" | "Ongoing monitoring";
|
|
18983
|
-
|
|
18983
|
+
externalCustomerId?: string | null | undefined;
|
|
18984
18984
|
cmsProjectId?: string | undefined;
|
|
18985
18985
|
deletedBy?: string | null | undefined;
|
|
18986
18986
|
deletedAt?: Date | null | undefined;
|
|
@@ -18996,7 +18996,7 @@ export declare const WebhookAlertEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
18996
18996
|
customerId: string;
|
|
18997
18997
|
severity: "Low" | "Medium" | "High";
|
|
18998
18998
|
category: "Onboarding" | "Ongoing monitoring";
|
|
18999
|
-
|
|
18999
|
+
externalCustomerId?: string | null | undefined;
|
|
19000
19000
|
cmsProjectId?: string | undefined;
|
|
19001
19001
|
deletedBy?: string | null | undefined;
|
|
19002
19002
|
deletedAt?: Date | null | undefined;
|
|
@@ -27942,7 +27942,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
27942
27942
|
payload: z.ZodObject<{
|
|
27943
27943
|
cmsProjectId: z.ZodString;
|
|
27944
27944
|
customerId: z.ZodString;
|
|
27945
|
-
|
|
27945
|
+
externalCustomerId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
27946
27946
|
createdBy: z.ZodString;
|
|
27947
27947
|
updatedBy: z.ZodString;
|
|
27948
27948
|
id: z.ZodString;
|
|
@@ -27965,10 +27965,10 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
27965
27965
|
status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
|
|
27966
27966
|
type?: "Individual" | "Company" | null | undefined;
|
|
27967
27967
|
updatedAt?: Date | null | undefined;
|
|
27968
|
+
externalCustomerId?: string | null | undefined;
|
|
27968
27969
|
reason?: string | null | undefined;
|
|
27969
27970
|
deletedBy?: string | null | undefined;
|
|
27970
27971
|
deletedAt?: Date | null | undefined;
|
|
27971
|
-
externalClientId?: string | null | undefined;
|
|
27972
27972
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
27973
27973
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
27974
27974
|
}, {
|
|
@@ -27981,10 +27981,10 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
27981
27981
|
status?: unknown;
|
|
27982
27982
|
type?: "Individual" | "Company" | null | undefined;
|
|
27983
27983
|
updatedAt?: Date | null | undefined;
|
|
27984
|
+
externalCustomerId?: string | null | undefined;
|
|
27984
27985
|
reason?: string | null | undefined;
|
|
27985
27986
|
deletedBy?: string | null | undefined;
|
|
27986
27987
|
deletedAt?: Date | null | undefined;
|
|
27987
|
-
externalClientId?: string | null | undefined;
|
|
27988
27988
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
27989
27989
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
27990
27990
|
}>;
|
|
@@ -27999,10 +27999,10 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
27999
27999
|
status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
|
|
28000
28000
|
type?: "Individual" | "Company" | null | undefined;
|
|
28001
28001
|
updatedAt?: Date | null | undefined;
|
|
28002
|
+
externalCustomerId?: string | null | undefined;
|
|
28002
28003
|
reason?: string | null | undefined;
|
|
28003
28004
|
deletedBy?: string | null | undefined;
|
|
28004
28005
|
deletedAt?: Date | null | undefined;
|
|
28005
|
-
externalClientId?: string | null | undefined;
|
|
28006
28006
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
28007
28007
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
28008
28008
|
};
|
|
@@ -28018,10 +28018,10 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
28018
28018
|
status?: unknown;
|
|
28019
28019
|
type?: "Individual" | "Company" | null | undefined;
|
|
28020
28020
|
updatedAt?: Date | null | undefined;
|
|
28021
|
+
externalCustomerId?: string | null | undefined;
|
|
28021
28022
|
reason?: string | null | undefined;
|
|
28022
28023
|
deletedBy?: string | null | undefined;
|
|
28023
28024
|
deletedAt?: Date | null | undefined;
|
|
28024
|
-
externalClientId?: string | null | undefined;
|
|
28025
28025
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
28026
28026
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
28027
28027
|
};
|
|
@@ -28031,7 +28031,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
28031
28031
|
payload: z.ZodObject<{
|
|
28032
28032
|
cmsProjectId: z.ZodString;
|
|
28033
28033
|
customerId: z.ZodString;
|
|
28034
|
-
|
|
28034
|
+
externalCustomerId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
28035
28035
|
createdBy: z.ZodString;
|
|
28036
28036
|
updatedBy: z.ZodString;
|
|
28037
28037
|
id: z.ZodString;
|
|
@@ -28054,10 +28054,10 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
28054
28054
|
status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
|
|
28055
28055
|
type?: "Individual" | "Company" | null | undefined;
|
|
28056
28056
|
updatedAt?: Date | null | undefined;
|
|
28057
|
+
externalCustomerId?: string | null | undefined;
|
|
28057
28058
|
reason?: string | null | undefined;
|
|
28058
28059
|
deletedBy?: string | null | undefined;
|
|
28059
28060
|
deletedAt?: Date | null | undefined;
|
|
28060
|
-
externalClientId?: string | null | undefined;
|
|
28061
28061
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
28062
28062
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
28063
28063
|
}, {
|
|
@@ -28070,10 +28070,10 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
28070
28070
|
status?: unknown;
|
|
28071
28071
|
type?: "Individual" | "Company" | null | undefined;
|
|
28072
28072
|
updatedAt?: Date | null | undefined;
|
|
28073
|
+
externalCustomerId?: string | null | undefined;
|
|
28073
28074
|
reason?: string | null | undefined;
|
|
28074
28075
|
deletedBy?: string | null | undefined;
|
|
28075
28076
|
deletedAt?: Date | null | undefined;
|
|
28076
|
-
externalClientId?: string | null | undefined;
|
|
28077
28077
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
28078
28078
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
28079
28079
|
}>;
|
|
@@ -28088,10 +28088,10 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
28088
28088
|
status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
|
|
28089
28089
|
type?: "Individual" | "Company" | null | undefined;
|
|
28090
28090
|
updatedAt?: Date | null | undefined;
|
|
28091
|
+
externalCustomerId?: string | null | undefined;
|
|
28091
28092
|
reason?: string | null | undefined;
|
|
28092
28093
|
deletedBy?: string | null | undefined;
|
|
28093
28094
|
deletedAt?: Date | null | undefined;
|
|
28094
|
-
externalClientId?: string | null | undefined;
|
|
28095
28095
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
28096
28096
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
28097
28097
|
};
|
|
@@ -28107,10 +28107,10 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
28107
28107
|
status?: unknown;
|
|
28108
28108
|
type?: "Individual" | "Company" | null | undefined;
|
|
28109
28109
|
updatedAt?: Date | null | undefined;
|
|
28110
|
+
externalCustomerId?: string | null | undefined;
|
|
28110
28111
|
reason?: string | null | undefined;
|
|
28111
28112
|
deletedBy?: string | null | undefined;
|
|
28112
28113
|
deletedAt?: Date | null | undefined;
|
|
28113
|
-
externalClientId?: string | null | undefined;
|
|
28114
28114
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
28115
28115
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
28116
28116
|
};
|
|
@@ -28120,7 +28120,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
28120
28120
|
payload: z.ZodObject<{
|
|
28121
28121
|
cmsProjectId: z.ZodString;
|
|
28122
28122
|
customerId: z.ZodString;
|
|
28123
|
-
|
|
28123
|
+
externalCustomerId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
28124
28124
|
createdBy: z.ZodString;
|
|
28125
28125
|
updatedBy: z.ZodString;
|
|
28126
28126
|
id: z.ZodString;
|
|
@@ -28143,10 +28143,10 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
28143
28143
|
status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
|
|
28144
28144
|
type?: "Individual" | "Company" | null | undefined;
|
|
28145
28145
|
updatedAt?: Date | null | undefined;
|
|
28146
|
+
externalCustomerId?: string | null | undefined;
|
|
28146
28147
|
reason?: string | null | undefined;
|
|
28147
28148
|
deletedBy?: string | null | undefined;
|
|
28148
28149
|
deletedAt?: Date | null | undefined;
|
|
28149
|
-
externalClientId?: string | null | undefined;
|
|
28150
28150
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
28151
28151
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
28152
28152
|
}, {
|
|
@@ -28159,10 +28159,10 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
28159
28159
|
status?: unknown;
|
|
28160
28160
|
type?: "Individual" | "Company" | null | undefined;
|
|
28161
28161
|
updatedAt?: Date | null | undefined;
|
|
28162
|
+
externalCustomerId?: string | null | undefined;
|
|
28162
28163
|
reason?: string | null | undefined;
|
|
28163
28164
|
deletedBy?: string | null | undefined;
|
|
28164
28165
|
deletedAt?: Date | null | undefined;
|
|
28165
|
-
externalClientId?: string | null | undefined;
|
|
28166
28166
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
28167
28167
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
28168
28168
|
}>;
|
|
@@ -28177,10 +28177,10 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
28177
28177
|
status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
|
|
28178
28178
|
type?: "Individual" | "Company" | null | undefined;
|
|
28179
28179
|
updatedAt?: Date | null | undefined;
|
|
28180
|
+
externalCustomerId?: string | null | undefined;
|
|
28180
28181
|
reason?: string | null | undefined;
|
|
28181
28182
|
deletedBy?: string | null | undefined;
|
|
28182
28183
|
deletedAt?: Date | null | undefined;
|
|
28183
|
-
externalClientId?: string | null | undefined;
|
|
28184
28184
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
28185
28185
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
28186
28186
|
};
|
|
@@ -28196,10 +28196,10 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
28196
28196
|
status?: unknown;
|
|
28197
28197
|
type?: "Individual" | "Company" | null | undefined;
|
|
28198
28198
|
updatedAt?: Date | null | undefined;
|
|
28199
|
+
externalCustomerId?: string | null | undefined;
|
|
28199
28200
|
reason?: string | null | undefined;
|
|
28200
28201
|
deletedBy?: string | null | undefined;
|
|
28201
28202
|
deletedAt?: Date | null | undefined;
|
|
28202
|
-
externalClientId?: string | null | undefined;
|
|
28203
28203
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
28204
28204
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
28205
28205
|
};
|
|
@@ -28213,7 +28213,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
28213
28213
|
type: z.ZodEnum<["AML Screening", "IP Screening", "Email Screening", "KYC Drop-off", "Onchain Monitoring", "Fraud", "Transaction Monitoring", "Duplicate"]>;
|
|
28214
28214
|
status: z.ZodEnum<["Open", "Under Investigation", "Pending", "Closed", "Escalated"]>;
|
|
28215
28215
|
customerId: z.ZodString;
|
|
28216
|
-
|
|
28216
|
+
externalCustomerId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
28217
28217
|
cmsProjectId: z.ZodOptional<z.ZodString>;
|
|
28218
28218
|
createdAt: z.ZodDate;
|
|
28219
28219
|
updatedAt: z.ZodDate;
|
|
@@ -28228,7 +28228,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
28228
28228
|
customerId: string;
|
|
28229
28229
|
severity: "Low" | "Medium" | "High";
|
|
28230
28230
|
category: "Onboarding" | "Ongoing monitoring";
|
|
28231
|
-
|
|
28231
|
+
externalCustomerId?: string | null | undefined;
|
|
28232
28232
|
cmsProjectId?: string | undefined;
|
|
28233
28233
|
deletedBy?: string | null | undefined;
|
|
28234
28234
|
deletedAt?: Date | null | undefined;
|
|
@@ -28241,7 +28241,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
28241
28241
|
customerId: string;
|
|
28242
28242
|
severity: "Low" | "Medium" | "High";
|
|
28243
28243
|
category: "Onboarding" | "Ongoing monitoring";
|
|
28244
|
-
|
|
28244
|
+
externalCustomerId?: string | null | undefined;
|
|
28245
28245
|
cmsProjectId?: string | undefined;
|
|
28246
28246
|
deletedBy?: string | null | undefined;
|
|
28247
28247
|
deletedAt?: Date | null | undefined;
|
|
@@ -28256,7 +28256,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
28256
28256
|
customerId: string;
|
|
28257
28257
|
severity: "Low" | "Medium" | "High";
|
|
28258
28258
|
category: "Onboarding" | "Ongoing monitoring";
|
|
28259
|
-
|
|
28259
|
+
externalCustomerId?: string | null | undefined;
|
|
28260
28260
|
cmsProjectId?: string | undefined;
|
|
28261
28261
|
deletedBy?: string | null | undefined;
|
|
28262
28262
|
deletedAt?: Date | null | undefined;
|
|
@@ -28272,7 +28272,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
28272
28272
|
customerId: string;
|
|
28273
28273
|
severity: "Low" | "Medium" | "High";
|
|
28274
28274
|
category: "Onboarding" | "Ongoing monitoring";
|
|
28275
|
-
|
|
28275
|
+
externalCustomerId?: string | null | undefined;
|
|
28276
28276
|
cmsProjectId?: string | undefined;
|
|
28277
28277
|
deletedBy?: string | null | undefined;
|
|
28278
28278
|
deletedAt?: Date | null | undefined;
|
|
@@ -28287,7 +28287,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
28287
28287
|
type: z.ZodEnum<["AML Screening", "IP Screening", "Email Screening", "KYC Drop-off", "Onchain Monitoring", "Fraud", "Transaction Monitoring", "Duplicate"]>;
|
|
28288
28288
|
status: z.ZodEnum<["Open", "Under Investigation", "Pending", "Closed", "Escalated"]>;
|
|
28289
28289
|
customerId: z.ZodString;
|
|
28290
|
-
|
|
28290
|
+
externalCustomerId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
28291
28291
|
cmsProjectId: z.ZodOptional<z.ZodString>;
|
|
28292
28292
|
createdAt: z.ZodDate;
|
|
28293
28293
|
updatedAt: z.ZodDate;
|
|
@@ -28302,7 +28302,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
28302
28302
|
customerId: string;
|
|
28303
28303
|
severity: "Low" | "Medium" | "High";
|
|
28304
28304
|
category: "Onboarding" | "Ongoing monitoring";
|
|
28305
|
-
|
|
28305
|
+
externalCustomerId?: string | null | undefined;
|
|
28306
28306
|
cmsProjectId?: string | undefined;
|
|
28307
28307
|
deletedBy?: string | null | undefined;
|
|
28308
28308
|
deletedAt?: Date | null | undefined;
|
|
@@ -28315,7 +28315,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
28315
28315
|
customerId: string;
|
|
28316
28316
|
severity: "Low" | "Medium" | "High";
|
|
28317
28317
|
category: "Onboarding" | "Ongoing monitoring";
|
|
28318
|
-
|
|
28318
|
+
externalCustomerId?: string | null | undefined;
|
|
28319
28319
|
cmsProjectId?: string | undefined;
|
|
28320
28320
|
deletedBy?: string | null | undefined;
|
|
28321
28321
|
deletedAt?: Date | null | undefined;
|
|
@@ -28330,7 +28330,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
28330
28330
|
customerId: string;
|
|
28331
28331
|
severity: "Low" | "Medium" | "High";
|
|
28332
28332
|
category: "Onboarding" | "Ongoing monitoring";
|
|
28333
|
-
|
|
28333
|
+
externalCustomerId?: string | null | undefined;
|
|
28334
28334
|
cmsProjectId?: string | undefined;
|
|
28335
28335
|
deletedBy?: string | null | undefined;
|
|
28336
28336
|
deletedAt?: Date | null | undefined;
|
|
@@ -28346,7 +28346,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
28346
28346
|
customerId: string;
|
|
28347
28347
|
severity: "Low" | "Medium" | "High";
|
|
28348
28348
|
category: "Onboarding" | "Ongoing monitoring";
|
|
28349
|
-
|
|
28349
|
+
externalCustomerId?: string | null | undefined;
|
|
28350
28350
|
cmsProjectId?: string | undefined;
|
|
28351
28351
|
deletedBy?: string | null | undefined;
|
|
28352
28352
|
deletedAt?: Date | null | undefined;
|
|
@@ -28361,7 +28361,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
28361
28361
|
type: z.ZodEnum<["AML Screening", "IP Screening", "Email Screening", "KYC Drop-off", "Onchain Monitoring", "Fraud", "Transaction Monitoring", "Duplicate"]>;
|
|
28362
28362
|
status: z.ZodEnum<["Open", "Under Investigation", "Pending", "Closed", "Escalated"]>;
|
|
28363
28363
|
customerId: z.ZodString;
|
|
28364
|
-
|
|
28364
|
+
externalCustomerId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
28365
28365
|
cmsProjectId: z.ZodOptional<z.ZodString>;
|
|
28366
28366
|
createdAt: z.ZodDate;
|
|
28367
28367
|
updatedAt: z.ZodDate;
|
|
@@ -28376,7 +28376,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
28376
28376
|
customerId: string;
|
|
28377
28377
|
severity: "Low" | "Medium" | "High";
|
|
28378
28378
|
category: "Onboarding" | "Ongoing monitoring";
|
|
28379
|
-
|
|
28379
|
+
externalCustomerId?: string | null | undefined;
|
|
28380
28380
|
cmsProjectId?: string | undefined;
|
|
28381
28381
|
deletedBy?: string | null | undefined;
|
|
28382
28382
|
deletedAt?: Date | null | undefined;
|
|
@@ -28389,7 +28389,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
28389
28389
|
customerId: string;
|
|
28390
28390
|
severity: "Low" | "Medium" | "High";
|
|
28391
28391
|
category: "Onboarding" | "Ongoing monitoring";
|
|
28392
|
-
|
|
28392
|
+
externalCustomerId?: string | null | undefined;
|
|
28393
28393
|
cmsProjectId?: string | undefined;
|
|
28394
28394
|
deletedBy?: string | null | undefined;
|
|
28395
28395
|
deletedAt?: Date | null | undefined;
|
|
@@ -28404,7 +28404,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
28404
28404
|
customerId: string;
|
|
28405
28405
|
severity: "Low" | "Medium" | "High";
|
|
28406
28406
|
category: "Onboarding" | "Ongoing monitoring";
|
|
28407
|
-
|
|
28407
|
+
externalCustomerId?: string | null | undefined;
|
|
28408
28408
|
cmsProjectId?: string | undefined;
|
|
28409
28409
|
deletedBy?: string | null | undefined;
|
|
28410
28410
|
deletedAt?: Date | null | undefined;
|
|
@@ -28420,7 +28420,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
28420
28420
|
customerId: string;
|
|
28421
28421
|
severity: "Low" | "Medium" | "High";
|
|
28422
28422
|
category: "Onboarding" | "Ongoing monitoring";
|
|
28423
|
-
|
|
28423
|
+
externalCustomerId?: string | null | undefined;
|
|
28424
28424
|
cmsProjectId?: string | undefined;
|
|
28425
28425
|
deletedBy?: string | null | undefined;
|
|
28426
28426
|
deletedAt?: Date | null | undefined;
|
|
@@ -37645,7 +37645,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
37645
37645
|
payload: z.ZodObject<{
|
|
37646
37646
|
cmsProjectId: z.ZodString;
|
|
37647
37647
|
customerId: z.ZodString;
|
|
37648
|
-
|
|
37648
|
+
externalCustomerId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
37649
37649
|
createdBy: z.ZodString;
|
|
37650
37650
|
updatedBy: z.ZodString;
|
|
37651
37651
|
id: z.ZodString;
|
|
@@ -37668,10 +37668,10 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
37668
37668
|
status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
|
|
37669
37669
|
type?: "Individual" | "Company" | null | undefined;
|
|
37670
37670
|
updatedAt?: Date | null | undefined;
|
|
37671
|
+
externalCustomerId?: string | null | undefined;
|
|
37671
37672
|
reason?: string | null | undefined;
|
|
37672
37673
|
deletedBy?: string | null | undefined;
|
|
37673
37674
|
deletedAt?: Date | null | undefined;
|
|
37674
|
-
externalClientId?: string | null | undefined;
|
|
37675
37675
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
37676
37676
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
37677
37677
|
}, {
|
|
@@ -37684,10 +37684,10 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
37684
37684
|
status?: unknown;
|
|
37685
37685
|
type?: "Individual" | "Company" | null | undefined;
|
|
37686
37686
|
updatedAt?: Date | null | undefined;
|
|
37687
|
+
externalCustomerId?: string | null | undefined;
|
|
37687
37688
|
reason?: string | null | undefined;
|
|
37688
37689
|
deletedBy?: string | null | undefined;
|
|
37689
37690
|
deletedAt?: Date | null | undefined;
|
|
37690
|
-
externalClientId?: string | null | undefined;
|
|
37691
37691
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
37692
37692
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
37693
37693
|
}>;
|
|
@@ -37702,10 +37702,10 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
37702
37702
|
status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
|
|
37703
37703
|
type?: "Individual" | "Company" | null | undefined;
|
|
37704
37704
|
updatedAt?: Date | null | undefined;
|
|
37705
|
+
externalCustomerId?: string | null | undefined;
|
|
37705
37706
|
reason?: string | null | undefined;
|
|
37706
37707
|
deletedBy?: string | null | undefined;
|
|
37707
37708
|
deletedAt?: Date | null | undefined;
|
|
37708
|
-
externalClientId?: string | null | undefined;
|
|
37709
37709
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
37710
37710
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
37711
37711
|
};
|
|
@@ -37721,10 +37721,10 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
37721
37721
|
status?: unknown;
|
|
37722
37722
|
type?: "Individual" | "Company" | null | undefined;
|
|
37723
37723
|
updatedAt?: Date | null | undefined;
|
|
37724
|
+
externalCustomerId?: string | null | undefined;
|
|
37724
37725
|
reason?: string | null | undefined;
|
|
37725
37726
|
deletedBy?: string | null | undefined;
|
|
37726
37727
|
deletedAt?: Date | null | undefined;
|
|
37727
|
-
externalClientId?: string | null | undefined;
|
|
37728
37728
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
37729
37729
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
37730
37730
|
};
|
|
@@ -37734,7 +37734,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
37734
37734
|
payload: z.ZodObject<{
|
|
37735
37735
|
cmsProjectId: z.ZodString;
|
|
37736
37736
|
customerId: z.ZodString;
|
|
37737
|
-
|
|
37737
|
+
externalCustomerId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
37738
37738
|
createdBy: z.ZodString;
|
|
37739
37739
|
updatedBy: z.ZodString;
|
|
37740
37740
|
id: z.ZodString;
|
|
@@ -37757,10 +37757,10 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
37757
37757
|
status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
|
|
37758
37758
|
type?: "Individual" | "Company" | null | undefined;
|
|
37759
37759
|
updatedAt?: Date | null | undefined;
|
|
37760
|
+
externalCustomerId?: string | null | undefined;
|
|
37760
37761
|
reason?: string | null | undefined;
|
|
37761
37762
|
deletedBy?: string | null | undefined;
|
|
37762
37763
|
deletedAt?: Date | null | undefined;
|
|
37763
|
-
externalClientId?: string | null | undefined;
|
|
37764
37764
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
37765
37765
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
37766
37766
|
}, {
|
|
@@ -37773,10 +37773,10 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
37773
37773
|
status?: unknown;
|
|
37774
37774
|
type?: "Individual" | "Company" | null | undefined;
|
|
37775
37775
|
updatedAt?: Date | null | undefined;
|
|
37776
|
+
externalCustomerId?: string | null | undefined;
|
|
37776
37777
|
reason?: string | null | undefined;
|
|
37777
37778
|
deletedBy?: string | null | undefined;
|
|
37778
37779
|
deletedAt?: Date | null | undefined;
|
|
37779
|
-
externalClientId?: string | null | undefined;
|
|
37780
37780
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
37781
37781
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
37782
37782
|
}>;
|
|
@@ -37791,10 +37791,10 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
37791
37791
|
status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
|
|
37792
37792
|
type?: "Individual" | "Company" | null | undefined;
|
|
37793
37793
|
updatedAt?: Date | null | undefined;
|
|
37794
|
+
externalCustomerId?: string | null | undefined;
|
|
37794
37795
|
reason?: string | null | undefined;
|
|
37795
37796
|
deletedBy?: string | null | undefined;
|
|
37796
37797
|
deletedAt?: Date | null | undefined;
|
|
37797
|
-
externalClientId?: string | null | undefined;
|
|
37798
37798
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
37799
37799
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
37800
37800
|
};
|
|
@@ -37810,10 +37810,10 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
37810
37810
|
status?: unknown;
|
|
37811
37811
|
type?: "Individual" | "Company" | null | undefined;
|
|
37812
37812
|
updatedAt?: Date | null | undefined;
|
|
37813
|
+
externalCustomerId?: string | null | undefined;
|
|
37813
37814
|
reason?: string | null | undefined;
|
|
37814
37815
|
deletedBy?: string | null | undefined;
|
|
37815
37816
|
deletedAt?: Date | null | undefined;
|
|
37816
|
-
externalClientId?: string | null | undefined;
|
|
37817
37817
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
37818
37818
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
37819
37819
|
};
|
|
@@ -37823,7 +37823,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
37823
37823
|
payload: z.ZodObject<{
|
|
37824
37824
|
cmsProjectId: z.ZodString;
|
|
37825
37825
|
customerId: z.ZodString;
|
|
37826
|
-
|
|
37826
|
+
externalCustomerId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
37827
37827
|
createdBy: z.ZodString;
|
|
37828
37828
|
updatedBy: z.ZodString;
|
|
37829
37829
|
id: z.ZodString;
|
|
@@ -37846,10 +37846,10 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
37846
37846
|
status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
|
|
37847
37847
|
type?: "Individual" | "Company" | null | undefined;
|
|
37848
37848
|
updatedAt?: Date | null | undefined;
|
|
37849
|
+
externalCustomerId?: string | null | undefined;
|
|
37849
37850
|
reason?: string | null | undefined;
|
|
37850
37851
|
deletedBy?: string | null | undefined;
|
|
37851
37852
|
deletedAt?: Date | null | undefined;
|
|
37852
|
-
externalClientId?: string | null | undefined;
|
|
37853
37853
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
37854
37854
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
37855
37855
|
}, {
|
|
@@ -37862,10 +37862,10 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
37862
37862
|
status?: unknown;
|
|
37863
37863
|
type?: "Individual" | "Company" | null | undefined;
|
|
37864
37864
|
updatedAt?: Date | null | undefined;
|
|
37865
|
+
externalCustomerId?: string | null | undefined;
|
|
37865
37866
|
reason?: string | null | undefined;
|
|
37866
37867
|
deletedBy?: string | null | undefined;
|
|
37867
37868
|
deletedAt?: Date | null | undefined;
|
|
37868
|
-
externalClientId?: string | null | undefined;
|
|
37869
37869
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
37870
37870
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
37871
37871
|
}>;
|
|
@@ -37880,10 +37880,10 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
37880
37880
|
status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
|
|
37881
37881
|
type?: "Individual" | "Company" | null | undefined;
|
|
37882
37882
|
updatedAt?: Date | null | undefined;
|
|
37883
|
+
externalCustomerId?: string | null | undefined;
|
|
37883
37884
|
reason?: string | null | undefined;
|
|
37884
37885
|
deletedBy?: string | null | undefined;
|
|
37885
37886
|
deletedAt?: Date | null | undefined;
|
|
37886
|
-
externalClientId?: string | null | undefined;
|
|
37887
37887
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
37888
37888
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
37889
37889
|
};
|
|
@@ -37899,10 +37899,10 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
37899
37899
|
status?: unknown;
|
|
37900
37900
|
type?: "Individual" | "Company" | null | undefined;
|
|
37901
37901
|
updatedAt?: Date | null | undefined;
|
|
37902
|
+
externalCustomerId?: string | null | undefined;
|
|
37902
37903
|
reason?: string | null | undefined;
|
|
37903
37904
|
deletedBy?: string | null | undefined;
|
|
37904
37905
|
deletedAt?: Date | null | undefined;
|
|
37905
|
-
externalClientId?: string | null | undefined;
|
|
37906
37906
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
37907
37907
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
37908
37908
|
};
|
|
@@ -37916,7 +37916,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
37916
37916
|
type: z.ZodEnum<["AML Screening", "IP Screening", "Email Screening", "KYC Drop-off", "Onchain Monitoring", "Fraud", "Transaction Monitoring", "Duplicate"]>;
|
|
37917
37917
|
status: z.ZodEnum<["Open", "Under Investigation", "Pending", "Closed", "Escalated"]>;
|
|
37918
37918
|
customerId: z.ZodString;
|
|
37919
|
-
|
|
37919
|
+
externalCustomerId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
37920
37920
|
cmsProjectId: z.ZodOptional<z.ZodString>;
|
|
37921
37921
|
createdAt: z.ZodDate;
|
|
37922
37922
|
updatedAt: z.ZodDate;
|
|
@@ -37931,7 +37931,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
37931
37931
|
customerId: string;
|
|
37932
37932
|
severity: "Low" | "Medium" | "High";
|
|
37933
37933
|
category: "Onboarding" | "Ongoing monitoring";
|
|
37934
|
-
|
|
37934
|
+
externalCustomerId?: string | null | undefined;
|
|
37935
37935
|
cmsProjectId?: string | undefined;
|
|
37936
37936
|
deletedBy?: string | null | undefined;
|
|
37937
37937
|
deletedAt?: Date | null | undefined;
|
|
@@ -37944,7 +37944,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
37944
37944
|
customerId: string;
|
|
37945
37945
|
severity: "Low" | "Medium" | "High";
|
|
37946
37946
|
category: "Onboarding" | "Ongoing monitoring";
|
|
37947
|
-
|
|
37947
|
+
externalCustomerId?: string | null | undefined;
|
|
37948
37948
|
cmsProjectId?: string | undefined;
|
|
37949
37949
|
deletedBy?: string | null | undefined;
|
|
37950
37950
|
deletedAt?: Date | null | undefined;
|
|
@@ -37959,7 +37959,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
37959
37959
|
customerId: string;
|
|
37960
37960
|
severity: "Low" | "Medium" | "High";
|
|
37961
37961
|
category: "Onboarding" | "Ongoing monitoring";
|
|
37962
|
-
|
|
37962
|
+
externalCustomerId?: string | null | undefined;
|
|
37963
37963
|
cmsProjectId?: string | undefined;
|
|
37964
37964
|
deletedBy?: string | null | undefined;
|
|
37965
37965
|
deletedAt?: Date | null | undefined;
|
|
@@ -37975,7 +37975,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
37975
37975
|
customerId: string;
|
|
37976
37976
|
severity: "Low" | "Medium" | "High";
|
|
37977
37977
|
category: "Onboarding" | "Ongoing monitoring";
|
|
37978
|
-
|
|
37978
|
+
externalCustomerId?: string | null | undefined;
|
|
37979
37979
|
cmsProjectId?: string | undefined;
|
|
37980
37980
|
deletedBy?: string | null | undefined;
|
|
37981
37981
|
deletedAt?: Date | null | undefined;
|
|
@@ -37990,7 +37990,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
37990
37990
|
type: z.ZodEnum<["AML Screening", "IP Screening", "Email Screening", "KYC Drop-off", "Onchain Monitoring", "Fraud", "Transaction Monitoring", "Duplicate"]>;
|
|
37991
37991
|
status: z.ZodEnum<["Open", "Under Investigation", "Pending", "Closed", "Escalated"]>;
|
|
37992
37992
|
customerId: z.ZodString;
|
|
37993
|
-
|
|
37993
|
+
externalCustomerId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
37994
37994
|
cmsProjectId: z.ZodOptional<z.ZodString>;
|
|
37995
37995
|
createdAt: z.ZodDate;
|
|
37996
37996
|
updatedAt: z.ZodDate;
|
|
@@ -38005,7 +38005,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
38005
38005
|
customerId: string;
|
|
38006
38006
|
severity: "Low" | "Medium" | "High";
|
|
38007
38007
|
category: "Onboarding" | "Ongoing monitoring";
|
|
38008
|
-
|
|
38008
|
+
externalCustomerId?: string | null | undefined;
|
|
38009
38009
|
cmsProjectId?: string | undefined;
|
|
38010
38010
|
deletedBy?: string | null | undefined;
|
|
38011
38011
|
deletedAt?: Date | null | undefined;
|
|
@@ -38018,7 +38018,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
38018
38018
|
customerId: string;
|
|
38019
38019
|
severity: "Low" | "Medium" | "High";
|
|
38020
38020
|
category: "Onboarding" | "Ongoing monitoring";
|
|
38021
|
-
|
|
38021
|
+
externalCustomerId?: string | null | undefined;
|
|
38022
38022
|
cmsProjectId?: string | undefined;
|
|
38023
38023
|
deletedBy?: string | null | undefined;
|
|
38024
38024
|
deletedAt?: Date | null | undefined;
|
|
@@ -38033,7 +38033,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
38033
38033
|
customerId: string;
|
|
38034
38034
|
severity: "Low" | "Medium" | "High";
|
|
38035
38035
|
category: "Onboarding" | "Ongoing monitoring";
|
|
38036
|
-
|
|
38036
|
+
externalCustomerId?: string | null | undefined;
|
|
38037
38037
|
cmsProjectId?: string | undefined;
|
|
38038
38038
|
deletedBy?: string | null | undefined;
|
|
38039
38039
|
deletedAt?: Date | null | undefined;
|
|
@@ -38049,7 +38049,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
38049
38049
|
customerId: string;
|
|
38050
38050
|
severity: "Low" | "Medium" | "High";
|
|
38051
38051
|
category: "Onboarding" | "Ongoing monitoring";
|
|
38052
|
-
|
|
38052
|
+
externalCustomerId?: string | null | undefined;
|
|
38053
38053
|
cmsProjectId?: string | undefined;
|
|
38054
38054
|
deletedBy?: string | null | undefined;
|
|
38055
38055
|
deletedAt?: Date | null | undefined;
|
|
@@ -38064,7 +38064,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
38064
38064
|
type: z.ZodEnum<["AML Screening", "IP Screening", "Email Screening", "KYC Drop-off", "Onchain Monitoring", "Fraud", "Transaction Monitoring", "Duplicate"]>;
|
|
38065
38065
|
status: z.ZodEnum<["Open", "Under Investigation", "Pending", "Closed", "Escalated"]>;
|
|
38066
38066
|
customerId: z.ZodString;
|
|
38067
|
-
|
|
38067
|
+
externalCustomerId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
38068
38068
|
cmsProjectId: z.ZodOptional<z.ZodString>;
|
|
38069
38069
|
createdAt: z.ZodDate;
|
|
38070
38070
|
updatedAt: z.ZodDate;
|
|
@@ -38079,7 +38079,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
38079
38079
|
customerId: string;
|
|
38080
38080
|
severity: "Low" | "Medium" | "High";
|
|
38081
38081
|
category: "Onboarding" | "Ongoing monitoring";
|
|
38082
|
-
|
|
38082
|
+
externalCustomerId?: string | null | undefined;
|
|
38083
38083
|
cmsProjectId?: string | undefined;
|
|
38084
38084
|
deletedBy?: string | null | undefined;
|
|
38085
38085
|
deletedAt?: Date | null | undefined;
|
|
@@ -38092,7 +38092,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
38092
38092
|
customerId: string;
|
|
38093
38093
|
severity: "Low" | "Medium" | "High";
|
|
38094
38094
|
category: "Onboarding" | "Ongoing monitoring";
|
|
38095
|
-
|
|
38095
|
+
externalCustomerId?: string | null | undefined;
|
|
38096
38096
|
cmsProjectId?: string | undefined;
|
|
38097
38097
|
deletedBy?: string | null | undefined;
|
|
38098
38098
|
deletedAt?: Date | null | undefined;
|
|
@@ -38107,7 +38107,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
38107
38107
|
customerId: string;
|
|
38108
38108
|
severity: "Low" | "Medium" | "High";
|
|
38109
38109
|
category: "Onboarding" | "Ongoing monitoring";
|
|
38110
|
-
|
|
38110
|
+
externalCustomerId?: string | null | undefined;
|
|
38111
38111
|
cmsProjectId?: string | undefined;
|
|
38112
38112
|
deletedBy?: string | null | undefined;
|
|
38113
38113
|
deletedAt?: Date | null | undefined;
|
|
@@ -38123,7 +38123,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
38123
38123
|
customerId: string;
|
|
38124
38124
|
severity: "Low" | "Medium" | "High";
|
|
38125
38125
|
category: "Onboarding" | "Ongoing monitoring";
|
|
38126
|
-
|
|
38126
|
+
externalCustomerId?: string | null | undefined;
|
|
38127
38127
|
cmsProjectId?: string | undefined;
|
|
38128
38128
|
deletedBy?: string | null | undefined;
|
|
38129
38129
|
deletedAt?: Date | null | undefined;
|
|
@@ -38847,10 +38847,10 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
38847
38847
|
status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
|
|
38848
38848
|
type?: "Individual" | "Company" | null | undefined;
|
|
38849
38849
|
updatedAt?: Date | null | undefined;
|
|
38850
|
+
externalCustomerId?: string | null | undefined;
|
|
38850
38851
|
reason?: string | null | undefined;
|
|
38851
38852
|
deletedBy?: string | null | undefined;
|
|
38852
38853
|
deletedAt?: Date | null | undefined;
|
|
38853
|
-
externalClientId?: string | null | undefined;
|
|
38854
38854
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
38855
38855
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
38856
38856
|
};
|
|
@@ -38866,10 +38866,10 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
38866
38866
|
status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
|
|
38867
38867
|
type?: "Individual" | "Company" | null | undefined;
|
|
38868
38868
|
updatedAt?: Date | null | undefined;
|
|
38869
|
+
externalCustomerId?: string | null | undefined;
|
|
38869
38870
|
reason?: string | null | undefined;
|
|
38870
38871
|
deletedBy?: string | null | undefined;
|
|
38871
38872
|
deletedAt?: Date | null | undefined;
|
|
38872
|
-
externalClientId?: string | null | undefined;
|
|
38873
38873
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
38874
38874
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
38875
38875
|
};
|
|
@@ -38885,10 +38885,10 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
38885
38885
|
status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
|
|
38886
38886
|
type?: "Individual" | "Company" | null | undefined;
|
|
38887
38887
|
updatedAt?: Date | null | undefined;
|
|
38888
|
+
externalCustomerId?: string | null | undefined;
|
|
38888
38889
|
reason?: string | null | undefined;
|
|
38889
38890
|
deletedBy?: string | null | undefined;
|
|
38890
38891
|
deletedAt?: Date | null | undefined;
|
|
38891
|
-
externalClientId?: string | null | undefined;
|
|
38892
38892
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
38893
38893
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
38894
38894
|
};
|
|
@@ -38903,7 +38903,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
38903
38903
|
customerId: string;
|
|
38904
38904
|
severity: "Low" | "Medium" | "High";
|
|
38905
38905
|
category: "Onboarding" | "Ongoing monitoring";
|
|
38906
|
-
|
|
38906
|
+
externalCustomerId?: string | null | undefined;
|
|
38907
38907
|
cmsProjectId?: string | undefined;
|
|
38908
38908
|
deletedBy?: string | null | undefined;
|
|
38909
38909
|
deletedAt?: Date | null | undefined;
|
|
@@ -38919,7 +38919,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
38919
38919
|
customerId: string;
|
|
38920
38920
|
severity: "Low" | "Medium" | "High";
|
|
38921
38921
|
category: "Onboarding" | "Ongoing monitoring";
|
|
38922
|
-
|
|
38922
|
+
externalCustomerId?: string | null | undefined;
|
|
38923
38923
|
cmsProjectId?: string | undefined;
|
|
38924
38924
|
deletedBy?: string | null | undefined;
|
|
38925
38925
|
deletedAt?: Date | null | undefined;
|
|
@@ -38935,7 +38935,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
38935
38935
|
customerId: string;
|
|
38936
38936
|
severity: "Low" | "Medium" | "High";
|
|
38937
38937
|
category: "Onboarding" | "Ongoing monitoring";
|
|
38938
|
-
|
|
38938
|
+
externalCustomerId?: string | null | undefined;
|
|
38939
38939
|
cmsProjectId?: string | undefined;
|
|
38940
38940
|
deletedBy?: string | null | undefined;
|
|
38941
38941
|
deletedAt?: Date | null | undefined;
|
|
@@ -39660,10 +39660,10 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
39660
39660
|
status?: unknown;
|
|
39661
39661
|
type?: "Individual" | "Company" | null | undefined;
|
|
39662
39662
|
updatedAt?: Date | null | undefined;
|
|
39663
|
+
externalCustomerId?: string | null | undefined;
|
|
39663
39664
|
reason?: string | null | undefined;
|
|
39664
39665
|
deletedBy?: string | null | undefined;
|
|
39665
39666
|
deletedAt?: Date | null | undefined;
|
|
39666
|
-
externalClientId?: string | null | undefined;
|
|
39667
39667
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
39668
39668
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
39669
39669
|
};
|
|
@@ -39679,10 +39679,10 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
39679
39679
|
status?: unknown;
|
|
39680
39680
|
type?: "Individual" | "Company" | null | undefined;
|
|
39681
39681
|
updatedAt?: Date | null | undefined;
|
|
39682
|
+
externalCustomerId?: string | null | undefined;
|
|
39682
39683
|
reason?: string | null | undefined;
|
|
39683
39684
|
deletedBy?: string | null | undefined;
|
|
39684
39685
|
deletedAt?: Date | null | undefined;
|
|
39685
|
-
externalClientId?: string | null | undefined;
|
|
39686
39686
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
39687
39687
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
39688
39688
|
};
|
|
@@ -39698,10 +39698,10 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
39698
39698
|
status?: unknown;
|
|
39699
39699
|
type?: "Individual" | "Company" | null | undefined;
|
|
39700
39700
|
updatedAt?: Date | null | undefined;
|
|
39701
|
+
externalCustomerId?: string | null | undefined;
|
|
39701
39702
|
reason?: string | null | undefined;
|
|
39702
39703
|
deletedBy?: string | null | undefined;
|
|
39703
39704
|
deletedAt?: Date | null | undefined;
|
|
39704
|
-
externalClientId?: string | null | undefined;
|
|
39705
39705
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
39706
39706
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
39707
39707
|
};
|
|
@@ -39716,7 +39716,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
39716
39716
|
customerId: string;
|
|
39717
39717
|
severity: "Low" | "Medium" | "High";
|
|
39718
39718
|
category: "Onboarding" | "Ongoing monitoring";
|
|
39719
|
-
|
|
39719
|
+
externalCustomerId?: string | null | undefined;
|
|
39720
39720
|
cmsProjectId?: string | undefined;
|
|
39721
39721
|
deletedBy?: string | null | undefined;
|
|
39722
39722
|
deletedAt?: Date | null | undefined;
|
|
@@ -39732,7 +39732,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
39732
39732
|
customerId: string;
|
|
39733
39733
|
severity: "Low" | "Medium" | "High";
|
|
39734
39734
|
category: "Onboarding" | "Ongoing monitoring";
|
|
39735
|
-
|
|
39735
|
+
externalCustomerId?: string | null | undefined;
|
|
39736
39736
|
cmsProjectId?: string | undefined;
|
|
39737
39737
|
deletedBy?: string | null | undefined;
|
|
39738
39738
|
deletedAt?: Date | null | undefined;
|
|
@@ -39748,7 +39748,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
39748
39748
|
customerId: string;
|
|
39749
39749
|
severity: "Low" | "Medium" | "High";
|
|
39750
39750
|
category: "Onboarding" | "Ongoing monitoring";
|
|
39751
|
-
|
|
39751
|
+
externalCustomerId?: string | null | undefined;
|
|
39752
39752
|
cmsProjectId?: string | undefined;
|
|
39753
39753
|
deletedBy?: string | null | undefined;
|
|
39754
39754
|
deletedAt?: Date | null | undefined;
|
|
@@ -48727,7 +48727,7 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
|
|
|
48727
48727
|
payload: z.ZodObject<{
|
|
48728
48728
|
cmsProjectId: z.ZodString;
|
|
48729
48729
|
customerId: z.ZodString;
|
|
48730
|
-
|
|
48730
|
+
externalCustomerId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
48731
48731
|
createdBy: z.ZodString;
|
|
48732
48732
|
updatedBy: z.ZodString;
|
|
48733
48733
|
id: z.ZodString;
|
|
@@ -48750,10 +48750,10 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
|
|
|
48750
48750
|
status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
|
|
48751
48751
|
type?: "Individual" | "Company" | null | undefined;
|
|
48752
48752
|
updatedAt?: Date | null | undefined;
|
|
48753
|
+
externalCustomerId?: string | null | undefined;
|
|
48753
48754
|
reason?: string | null | undefined;
|
|
48754
48755
|
deletedBy?: string | null | undefined;
|
|
48755
48756
|
deletedAt?: Date | null | undefined;
|
|
48756
|
-
externalClientId?: string | null | undefined;
|
|
48757
48757
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
48758
48758
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
48759
48759
|
}, {
|
|
@@ -48766,10 +48766,10 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
|
|
|
48766
48766
|
status?: unknown;
|
|
48767
48767
|
type?: "Individual" | "Company" | null | undefined;
|
|
48768
48768
|
updatedAt?: Date | null | undefined;
|
|
48769
|
+
externalCustomerId?: string | null | undefined;
|
|
48769
48770
|
reason?: string | null | undefined;
|
|
48770
48771
|
deletedBy?: string | null | undefined;
|
|
48771
48772
|
deletedAt?: Date | null | undefined;
|
|
48772
|
-
externalClientId?: string | null | undefined;
|
|
48773
48773
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
48774
48774
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
48775
48775
|
}>;
|
|
@@ -48784,10 +48784,10 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
|
|
|
48784
48784
|
status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
|
|
48785
48785
|
type?: "Individual" | "Company" | null | undefined;
|
|
48786
48786
|
updatedAt?: Date | null | undefined;
|
|
48787
|
+
externalCustomerId?: string | null | undefined;
|
|
48787
48788
|
reason?: string | null | undefined;
|
|
48788
48789
|
deletedBy?: string | null | undefined;
|
|
48789
48790
|
deletedAt?: Date | null | undefined;
|
|
48790
|
-
externalClientId?: string | null | undefined;
|
|
48791
48791
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
48792
48792
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
48793
48793
|
};
|
|
@@ -48803,10 +48803,10 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
|
|
|
48803
48803
|
status?: unknown;
|
|
48804
48804
|
type?: "Individual" | "Company" | null | undefined;
|
|
48805
48805
|
updatedAt?: Date | null | undefined;
|
|
48806
|
+
externalCustomerId?: string | null | undefined;
|
|
48806
48807
|
reason?: string | null | undefined;
|
|
48807
48808
|
deletedBy?: string | null | undefined;
|
|
48808
48809
|
deletedAt?: Date | null | undefined;
|
|
48809
|
-
externalClientId?: string | null | undefined;
|
|
48810
48810
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
48811
48811
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
48812
48812
|
};
|
|
@@ -48816,7 +48816,7 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
|
|
|
48816
48816
|
payload: z.ZodObject<{
|
|
48817
48817
|
cmsProjectId: z.ZodString;
|
|
48818
48818
|
customerId: z.ZodString;
|
|
48819
|
-
|
|
48819
|
+
externalCustomerId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
48820
48820
|
createdBy: z.ZodString;
|
|
48821
48821
|
updatedBy: z.ZodString;
|
|
48822
48822
|
id: z.ZodString;
|
|
@@ -48839,10 +48839,10 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
|
|
|
48839
48839
|
status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
|
|
48840
48840
|
type?: "Individual" | "Company" | null | undefined;
|
|
48841
48841
|
updatedAt?: Date | null | undefined;
|
|
48842
|
+
externalCustomerId?: string | null | undefined;
|
|
48842
48843
|
reason?: string | null | undefined;
|
|
48843
48844
|
deletedBy?: string | null | undefined;
|
|
48844
48845
|
deletedAt?: Date | null | undefined;
|
|
48845
|
-
externalClientId?: string | null | undefined;
|
|
48846
48846
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
48847
48847
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
48848
48848
|
}, {
|
|
@@ -48855,10 +48855,10 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
|
|
|
48855
48855
|
status?: unknown;
|
|
48856
48856
|
type?: "Individual" | "Company" | null | undefined;
|
|
48857
48857
|
updatedAt?: Date | null | undefined;
|
|
48858
|
+
externalCustomerId?: string | null | undefined;
|
|
48858
48859
|
reason?: string | null | undefined;
|
|
48859
48860
|
deletedBy?: string | null | undefined;
|
|
48860
48861
|
deletedAt?: Date | null | undefined;
|
|
48861
|
-
externalClientId?: string | null | undefined;
|
|
48862
48862
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
48863
48863
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
48864
48864
|
}>;
|
|
@@ -48873,10 +48873,10 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
|
|
|
48873
48873
|
status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
|
|
48874
48874
|
type?: "Individual" | "Company" | null | undefined;
|
|
48875
48875
|
updatedAt?: Date | null | undefined;
|
|
48876
|
+
externalCustomerId?: string | null | undefined;
|
|
48876
48877
|
reason?: string | null | undefined;
|
|
48877
48878
|
deletedBy?: string | null | undefined;
|
|
48878
48879
|
deletedAt?: Date | null | undefined;
|
|
48879
|
-
externalClientId?: string | null | undefined;
|
|
48880
48880
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
48881
48881
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
48882
48882
|
};
|
|
@@ -48892,10 +48892,10 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
|
|
|
48892
48892
|
status?: unknown;
|
|
48893
48893
|
type?: "Individual" | "Company" | null | undefined;
|
|
48894
48894
|
updatedAt?: Date | null | undefined;
|
|
48895
|
+
externalCustomerId?: string | null | undefined;
|
|
48895
48896
|
reason?: string | null | undefined;
|
|
48896
48897
|
deletedBy?: string | null | undefined;
|
|
48897
48898
|
deletedAt?: Date | null | undefined;
|
|
48898
|
-
externalClientId?: string | null | undefined;
|
|
48899
48899
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
48900
48900
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
48901
48901
|
};
|
|
@@ -48905,7 +48905,7 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
|
|
|
48905
48905
|
payload: z.ZodObject<{
|
|
48906
48906
|
cmsProjectId: z.ZodString;
|
|
48907
48907
|
customerId: z.ZodString;
|
|
48908
|
-
|
|
48908
|
+
externalCustomerId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
48909
48909
|
createdBy: z.ZodString;
|
|
48910
48910
|
updatedBy: z.ZodString;
|
|
48911
48911
|
id: z.ZodString;
|
|
@@ -48928,10 +48928,10 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
|
|
|
48928
48928
|
status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
|
|
48929
48929
|
type?: "Individual" | "Company" | null | undefined;
|
|
48930
48930
|
updatedAt?: Date | null | undefined;
|
|
48931
|
+
externalCustomerId?: string | null | undefined;
|
|
48931
48932
|
reason?: string | null | undefined;
|
|
48932
48933
|
deletedBy?: string | null | undefined;
|
|
48933
48934
|
deletedAt?: Date | null | undefined;
|
|
48934
|
-
externalClientId?: string | null | undefined;
|
|
48935
48935
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
48936
48936
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
48937
48937
|
}, {
|
|
@@ -48944,10 +48944,10 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
|
|
|
48944
48944
|
status?: unknown;
|
|
48945
48945
|
type?: "Individual" | "Company" | null | undefined;
|
|
48946
48946
|
updatedAt?: Date | null | undefined;
|
|
48947
|
+
externalCustomerId?: string | null | undefined;
|
|
48947
48948
|
reason?: string | null | undefined;
|
|
48948
48949
|
deletedBy?: string | null | undefined;
|
|
48949
48950
|
deletedAt?: Date | null | undefined;
|
|
48950
|
-
externalClientId?: string | null | undefined;
|
|
48951
48951
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
48952
48952
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
48953
48953
|
}>;
|
|
@@ -48962,10 +48962,10 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
|
|
|
48962
48962
|
status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
|
|
48963
48963
|
type?: "Individual" | "Company" | null | undefined;
|
|
48964
48964
|
updatedAt?: Date | null | undefined;
|
|
48965
|
+
externalCustomerId?: string | null | undefined;
|
|
48965
48966
|
reason?: string | null | undefined;
|
|
48966
48967
|
deletedBy?: string | null | undefined;
|
|
48967
48968
|
deletedAt?: Date | null | undefined;
|
|
48968
|
-
externalClientId?: string | null | undefined;
|
|
48969
48969
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
48970
48970
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
48971
48971
|
};
|
|
@@ -48981,10 +48981,10 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
|
|
|
48981
48981
|
status?: unknown;
|
|
48982
48982
|
type?: "Individual" | "Company" | null | undefined;
|
|
48983
48983
|
updatedAt?: Date | null | undefined;
|
|
48984
|
+
externalCustomerId?: string | null | undefined;
|
|
48984
48985
|
reason?: string | null | undefined;
|
|
48985
48986
|
deletedBy?: string | null | undefined;
|
|
48986
48987
|
deletedAt?: Date | null | undefined;
|
|
48987
|
-
externalClientId?: string | null | undefined;
|
|
48988
48988
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
48989
48989
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
48990
48990
|
};
|
|
@@ -48998,7 +48998,7 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
|
|
|
48998
48998
|
type: z.ZodEnum<["AML Screening", "IP Screening", "Email Screening", "KYC Drop-off", "Onchain Monitoring", "Fraud", "Transaction Monitoring", "Duplicate"]>;
|
|
48999
48999
|
status: z.ZodEnum<["Open", "Under Investigation", "Pending", "Closed", "Escalated"]>;
|
|
49000
49000
|
customerId: z.ZodString;
|
|
49001
|
-
|
|
49001
|
+
externalCustomerId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
49002
49002
|
cmsProjectId: z.ZodOptional<z.ZodString>;
|
|
49003
49003
|
createdAt: z.ZodDate;
|
|
49004
49004
|
updatedAt: z.ZodDate;
|
|
@@ -49013,7 +49013,7 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
|
|
|
49013
49013
|
customerId: string;
|
|
49014
49014
|
severity: "Low" | "Medium" | "High";
|
|
49015
49015
|
category: "Onboarding" | "Ongoing monitoring";
|
|
49016
|
-
|
|
49016
|
+
externalCustomerId?: string | null | undefined;
|
|
49017
49017
|
cmsProjectId?: string | undefined;
|
|
49018
49018
|
deletedBy?: string | null | undefined;
|
|
49019
49019
|
deletedAt?: Date | null | undefined;
|
|
@@ -49026,7 +49026,7 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
|
|
|
49026
49026
|
customerId: string;
|
|
49027
49027
|
severity: "Low" | "Medium" | "High";
|
|
49028
49028
|
category: "Onboarding" | "Ongoing monitoring";
|
|
49029
|
-
|
|
49029
|
+
externalCustomerId?: string | null | undefined;
|
|
49030
49030
|
cmsProjectId?: string | undefined;
|
|
49031
49031
|
deletedBy?: string | null | undefined;
|
|
49032
49032
|
deletedAt?: Date | null | undefined;
|
|
@@ -49041,7 +49041,7 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
|
|
|
49041
49041
|
customerId: string;
|
|
49042
49042
|
severity: "Low" | "Medium" | "High";
|
|
49043
49043
|
category: "Onboarding" | "Ongoing monitoring";
|
|
49044
|
-
|
|
49044
|
+
externalCustomerId?: string | null | undefined;
|
|
49045
49045
|
cmsProjectId?: string | undefined;
|
|
49046
49046
|
deletedBy?: string | null | undefined;
|
|
49047
49047
|
deletedAt?: Date | null | undefined;
|
|
@@ -49057,7 +49057,7 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
|
|
|
49057
49057
|
customerId: string;
|
|
49058
49058
|
severity: "Low" | "Medium" | "High";
|
|
49059
49059
|
category: "Onboarding" | "Ongoing monitoring";
|
|
49060
|
-
|
|
49060
|
+
externalCustomerId?: string | null | undefined;
|
|
49061
49061
|
cmsProjectId?: string | undefined;
|
|
49062
49062
|
deletedBy?: string | null | undefined;
|
|
49063
49063
|
deletedAt?: Date | null | undefined;
|
|
@@ -49072,7 +49072,7 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
|
|
|
49072
49072
|
type: z.ZodEnum<["AML Screening", "IP Screening", "Email Screening", "KYC Drop-off", "Onchain Monitoring", "Fraud", "Transaction Monitoring", "Duplicate"]>;
|
|
49073
49073
|
status: z.ZodEnum<["Open", "Under Investigation", "Pending", "Closed", "Escalated"]>;
|
|
49074
49074
|
customerId: z.ZodString;
|
|
49075
|
-
|
|
49075
|
+
externalCustomerId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
49076
49076
|
cmsProjectId: z.ZodOptional<z.ZodString>;
|
|
49077
49077
|
createdAt: z.ZodDate;
|
|
49078
49078
|
updatedAt: z.ZodDate;
|
|
@@ -49087,7 +49087,7 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
|
|
|
49087
49087
|
customerId: string;
|
|
49088
49088
|
severity: "Low" | "Medium" | "High";
|
|
49089
49089
|
category: "Onboarding" | "Ongoing monitoring";
|
|
49090
|
-
|
|
49090
|
+
externalCustomerId?: string | null | undefined;
|
|
49091
49091
|
cmsProjectId?: string | undefined;
|
|
49092
49092
|
deletedBy?: string | null | undefined;
|
|
49093
49093
|
deletedAt?: Date | null | undefined;
|
|
@@ -49100,7 +49100,7 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
|
|
|
49100
49100
|
customerId: string;
|
|
49101
49101
|
severity: "Low" | "Medium" | "High";
|
|
49102
49102
|
category: "Onboarding" | "Ongoing monitoring";
|
|
49103
|
-
|
|
49103
|
+
externalCustomerId?: string | null | undefined;
|
|
49104
49104
|
cmsProjectId?: string | undefined;
|
|
49105
49105
|
deletedBy?: string | null | undefined;
|
|
49106
49106
|
deletedAt?: Date | null | undefined;
|
|
@@ -49115,7 +49115,7 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
|
|
|
49115
49115
|
customerId: string;
|
|
49116
49116
|
severity: "Low" | "Medium" | "High";
|
|
49117
49117
|
category: "Onboarding" | "Ongoing monitoring";
|
|
49118
|
-
|
|
49118
|
+
externalCustomerId?: string | null | undefined;
|
|
49119
49119
|
cmsProjectId?: string | undefined;
|
|
49120
49120
|
deletedBy?: string | null | undefined;
|
|
49121
49121
|
deletedAt?: Date | null | undefined;
|
|
@@ -49131,7 +49131,7 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
|
|
|
49131
49131
|
customerId: string;
|
|
49132
49132
|
severity: "Low" | "Medium" | "High";
|
|
49133
49133
|
category: "Onboarding" | "Ongoing monitoring";
|
|
49134
|
-
|
|
49134
|
+
externalCustomerId?: string | null | undefined;
|
|
49135
49135
|
cmsProjectId?: string | undefined;
|
|
49136
49136
|
deletedBy?: string | null | undefined;
|
|
49137
49137
|
deletedAt?: Date | null | undefined;
|
|
@@ -49146,7 +49146,7 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
|
|
|
49146
49146
|
type: z.ZodEnum<["AML Screening", "IP Screening", "Email Screening", "KYC Drop-off", "Onchain Monitoring", "Fraud", "Transaction Monitoring", "Duplicate"]>;
|
|
49147
49147
|
status: z.ZodEnum<["Open", "Under Investigation", "Pending", "Closed", "Escalated"]>;
|
|
49148
49148
|
customerId: z.ZodString;
|
|
49149
|
-
|
|
49149
|
+
externalCustomerId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
49150
49150
|
cmsProjectId: z.ZodOptional<z.ZodString>;
|
|
49151
49151
|
createdAt: z.ZodDate;
|
|
49152
49152
|
updatedAt: z.ZodDate;
|
|
@@ -49161,7 +49161,7 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
|
|
|
49161
49161
|
customerId: string;
|
|
49162
49162
|
severity: "Low" | "Medium" | "High";
|
|
49163
49163
|
category: "Onboarding" | "Ongoing monitoring";
|
|
49164
|
-
|
|
49164
|
+
externalCustomerId?: string | null | undefined;
|
|
49165
49165
|
cmsProjectId?: string | undefined;
|
|
49166
49166
|
deletedBy?: string | null | undefined;
|
|
49167
49167
|
deletedAt?: Date | null | undefined;
|
|
@@ -49174,7 +49174,7 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
|
|
|
49174
49174
|
customerId: string;
|
|
49175
49175
|
severity: "Low" | "Medium" | "High";
|
|
49176
49176
|
category: "Onboarding" | "Ongoing monitoring";
|
|
49177
|
-
|
|
49177
|
+
externalCustomerId?: string | null | undefined;
|
|
49178
49178
|
cmsProjectId?: string | undefined;
|
|
49179
49179
|
deletedBy?: string | null | undefined;
|
|
49180
49180
|
deletedAt?: Date | null | undefined;
|
|
@@ -49189,7 +49189,7 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
|
|
|
49189
49189
|
customerId: string;
|
|
49190
49190
|
severity: "Low" | "Medium" | "High";
|
|
49191
49191
|
category: "Onboarding" | "Ongoing monitoring";
|
|
49192
|
-
|
|
49192
|
+
externalCustomerId?: string | null | undefined;
|
|
49193
49193
|
cmsProjectId?: string | undefined;
|
|
49194
49194
|
deletedBy?: string | null | undefined;
|
|
49195
49195
|
deletedAt?: Date | null | undefined;
|
|
@@ -49205,7 +49205,7 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
|
|
|
49205
49205
|
customerId: string;
|
|
49206
49206
|
severity: "Low" | "Medium" | "High";
|
|
49207
49207
|
category: "Onboarding" | "Ongoing monitoring";
|
|
49208
|
-
|
|
49208
|
+
externalCustomerId?: string | null | undefined;
|
|
49209
49209
|
cmsProjectId?: string | undefined;
|
|
49210
49210
|
deletedBy?: string | null | undefined;
|
|
49211
49211
|
deletedAt?: Date | null | undefined;
|
|
@@ -49962,10 +49962,10 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
|
|
|
49962
49962
|
status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
|
|
49963
49963
|
type?: "Individual" | "Company" | null | undefined;
|
|
49964
49964
|
updatedAt?: Date | null | undefined;
|
|
49965
|
+
externalCustomerId?: string | null | undefined;
|
|
49965
49966
|
reason?: string | null | undefined;
|
|
49966
49967
|
deletedBy?: string | null | undefined;
|
|
49967
49968
|
deletedAt?: Date | null | undefined;
|
|
49968
|
-
externalClientId?: string | null | undefined;
|
|
49969
49969
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
49970
49970
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
49971
49971
|
};
|
|
@@ -49981,10 +49981,10 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
|
|
|
49981
49981
|
status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
|
|
49982
49982
|
type?: "Individual" | "Company" | null | undefined;
|
|
49983
49983
|
updatedAt?: Date | null | undefined;
|
|
49984
|
+
externalCustomerId?: string | null | undefined;
|
|
49984
49985
|
reason?: string | null | undefined;
|
|
49985
49986
|
deletedBy?: string | null | undefined;
|
|
49986
49987
|
deletedAt?: Date | null | undefined;
|
|
49987
|
-
externalClientId?: string | null | undefined;
|
|
49988
49988
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
49989
49989
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
49990
49990
|
};
|
|
@@ -50000,10 +50000,10 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
|
|
|
50000
50000
|
status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
|
|
50001
50001
|
type?: "Individual" | "Company" | null | undefined;
|
|
50002
50002
|
updatedAt?: Date | null | undefined;
|
|
50003
|
+
externalCustomerId?: string | null | undefined;
|
|
50003
50004
|
reason?: string | null | undefined;
|
|
50004
50005
|
deletedBy?: string | null | undefined;
|
|
50005
50006
|
deletedAt?: Date | null | undefined;
|
|
50006
|
-
externalClientId?: string | null | undefined;
|
|
50007
50007
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
50008
50008
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
50009
50009
|
};
|
|
@@ -50018,7 +50018,7 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
|
|
|
50018
50018
|
customerId: string;
|
|
50019
50019
|
severity: "Low" | "Medium" | "High";
|
|
50020
50020
|
category: "Onboarding" | "Ongoing monitoring";
|
|
50021
|
-
|
|
50021
|
+
externalCustomerId?: string | null | undefined;
|
|
50022
50022
|
cmsProjectId?: string | undefined;
|
|
50023
50023
|
deletedBy?: string | null | undefined;
|
|
50024
50024
|
deletedAt?: Date | null | undefined;
|
|
@@ -50034,7 +50034,7 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
|
|
|
50034
50034
|
customerId: string;
|
|
50035
50035
|
severity: "Low" | "Medium" | "High";
|
|
50036
50036
|
category: "Onboarding" | "Ongoing monitoring";
|
|
50037
|
-
|
|
50037
|
+
externalCustomerId?: string | null | undefined;
|
|
50038
50038
|
cmsProjectId?: string | undefined;
|
|
50039
50039
|
deletedBy?: string | null | undefined;
|
|
50040
50040
|
deletedAt?: Date | null | undefined;
|
|
@@ -50050,7 +50050,7 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
|
|
|
50050
50050
|
customerId: string;
|
|
50051
50051
|
severity: "Low" | "Medium" | "High";
|
|
50052
50052
|
category: "Onboarding" | "Ongoing monitoring";
|
|
50053
|
-
|
|
50053
|
+
externalCustomerId?: string | null | undefined;
|
|
50054
50054
|
cmsProjectId?: string | undefined;
|
|
50055
50055
|
deletedBy?: string | null | undefined;
|
|
50056
50056
|
deletedAt?: Date | null | undefined;
|
|
@@ -50787,10 +50787,10 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
|
|
|
50787
50787
|
status?: unknown;
|
|
50788
50788
|
type?: "Individual" | "Company" | null | undefined;
|
|
50789
50789
|
updatedAt?: Date | null | undefined;
|
|
50790
|
+
externalCustomerId?: string | null | undefined;
|
|
50790
50791
|
reason?: string | null | undefined;
|
|
50791
50792
|
deletedBy?: string | null | undefined;
|
|
50792
50793
|
deletedAt?: Date | null | undefined;
|
|
50793
|
-
externalClientId?: string | null | undefined;
|
|
50794
50794
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
50795
50795
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
50796
50796
|
};
|
|
@@ -50806,10 +50806,10 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
|
|
|
50806
50806
|
status?: unknown;
|
|
50807
50807
|
type?: "Individual" | "Company" | null | undefined;
|
|
50808
50808
|
updatedAt?: Date | null | undefined;
|
|
50809
|
+
externalCustomerId?: string | null | undefined;
|
|
50809
50810
|
reason?: string | null | undefined;
|
|
50810
50811
|
deletedBy?: string | null | undefined;
|
|
50811
50812
|
deletedAt?: Date | null | undefined;
|
|
50812
|
-
externalClientId?: string | null | undefined;
|
|
50813
50813
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
50814
50814
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
50815
50815
|
};
|
|
@@ -50825,10 +50825,10 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
|
|
|
50825
50825
|
status?: unknown;
|
|
50826
50826
|
type?: "Individual" | "Company" | null | undefined;
|
|
50827
50827
|
updatedAt?: Date | null | undefined;
|
|
50828
|
+
externalCustomerId?: string | null | undefined;
|
|
50828
50829
|
reason?: string | null | undefined;
|
|
50829
50830
|
deletedBy?: string | null | undefined;
|
|
50830
50831
|
deletedAt?: Date | null | undefined;
|
|
50831
|
-
externalClientId?: string | null | undefined;
|
|
50832
50832
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
50833
50833
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
50834
50834
|
};
|
|
@@ -50843,7 +50843,7 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
|
|
|
50843
50843
|
customerId: string;
|
|
50844
50844
|
severity: "Low" | "Medium" | "High";
|
|
50845
50845
|
category: "Onboarding" | "Ongoing monitoring";
|
|
50846
|
-
|
|
50846
|
+
externalCustomerId?: string | null | undefined;
|
|
50847
50847
|
cmsProjectId?: string | undefined;
|
|
50848
50848
|
deletedBy?: string | null | undefined;
|
|
50849
50849
|
deletedAt?: Date | null | undefined;
|
|
@@ -50859,7 +50859,7 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
|
|
|
50859
50859
|
customerId: string;
|
|
50860
50860
|
severity: "Low" | "Medium" | "High";
|
|
50861
50861
|
category: "Onboarding" | "Ongoing monitoring";
|
|
50862
|
-
|
|
50862
|
+
externalCustomerId?: string | null | undefined;
|
|
50863
50863
|
cmsProjectId?: string | undefined;
|
|
50864
50864
|
deletedBy?: string | null | undefined;
|
|
50865
50865
|
deletedAt?: Date | null | undefined;
|
|
@@ -50875,7 +50875,7 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
|
|
|
50875
50875
|
customerId: string;
|
|
50876
50876
|
severity: "Low" | "Medium" | "High";
|
|
50877
50877
|
category: "Onboarding" | "Ongoing monitoring";
|
|
50878
|
-
|
|
50878
|
+
externalCustomerId?: string | null | undefined;
|
|
50879
50879
|
cmsProjectId?: string | undefined;
|
|
50880
50880
|
deletedBy?: string | null | undefined;
|
|
50881
50881
|
deletedAt?: Date | null | undefined;
|
|
@@ -61571,7 +61571,7 @@ export declare const SendMessageForCustomerCreatedInput: z.ZodObject<{
|
|
|
61571
61571
|
payload: z.ZodObject<{
|
|
61572
61572
|
cmsProjectId: z.ZodString;
|
|
61573
61573
|
customerId: z.ZodString;
|
|
61574
|
-
|
|
61574
|
+
externalCustomerId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
61575
61575
|
createdBy: z.ZodString;
|
|
61576
61576
|
updatedBy: z.ZodString;
|
|
61577
61577
|
id: z.ZodString;
|
|
@@ -61594,10 +61594,10 @@ export declare const SendMessageForCustomerCreatedInput: z.ZodObject<{
|
|
|
61594
61594
|
status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
|
|
61595
61595
|
type?: "Individual" | "Company" | null | undefined;
|
|
61596
61596
|
updatedAt?: Date | null | undefined;
|
|
61597
|
+
externalCustomerId?: string | null | undefined;
|
|
61597
61598
|
reason?: string | null | undefined;
|
|
61598
61599
|
deletedBy?: string | null | undefined;
|
|
61599
61600
|
deletedAt?: Date | null | undefined;
|
|
61600
|
-
externalClientId?: string | null | undefined;
|
|
61601
61601
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
61602
61602
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
61603
61603
|
}, {
|
|
@@ -61610,10 +61610,10 @@ export declare const SendMessageForCustomerCreatedInput: z.ZodObject<{
|
|
|
61610
61610
|
status?: unknown;
|
|
61611
61611
|
type?: "Individual" | "Company" | null | undefined;
|
|
61612
61612
|
updatedAt?: Date | null | undefined;
|
|
61613
|
+
externalCustomerId?: string | null | undefined;
|
|
61613
61614
|
reason?: string | null | undefined;
|
|
61614
61615
|
deletedBy?: string | null | undefined;
|
|
61615
61616
|
deletedAt?: Date | null | undefined;
|
|
61616
|
-
externalClientId?: string | null | undefined;
|
|
61617
61617
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
61618
61618
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
61619
61619
|
}>;
|
|
@@ -61628,10 +61628,10 @@ export declare const SendMessageForCustomerCreatedInput: z.ZodObject<{
|
|
|
61628
61628
|
status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
|
|
61629
61629
|
type?: "Individual" | "Company" | null | undefined;
|
|
61630
61630
|
updatedAt?: Date | null | undefined;
|
|
61631
|
+
externalCustomerId?: string | null | undefined;
|
|
61631
61632
|
reason?: string | null | undefined;
|
|
61632
61633
|
deletedBy?: string | null | undefined;
|
|
61633
61634
|
deletedAt?: Date | null | undefined;
|
|
61634
|
-
externalClientId?: string | null | undefined;
|
|
61635
61635
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
61636
61636
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
61637
61637
|
};
|
|
@@ -61647,10 +61647,10 @@ export declare const SendMessageForCustomerCreatedInput: z.ZodObject<{
|
|
|
61647
61647
|
status?: unknown;
|
|
61648
61648
|
type?: "Individual" | "Company" | null | undefined;
|
|
61649
61649
|
updatedAt?: Date | null | undefined;
|
|
61650
|
+
externalCustomerId?: string | null | undefined;
|
|
61650
61651
|
reason?: string | null | undefined;
|
|
61651
61652
|
deletedBy?: string | null | undefined;
|
|
61652
61653
|
deletedAt?: Date | null | undefined;
|
|
61653
|
-
externalClientId?: string | null | undefined;
|
|
61654
61654
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
61655
61655
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
61656
61656
|
};
|
|
@@ -61669,10 +61669,10 @@ export declare const SendMessageForCustomerCreatedInput: z.ZodObject<{
|
|
|
61669
61669
|
status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
|
|
61670
61670
|
type?: "Individual" | "Company" | null | undefined;
|
|
61671
61671
|
updatedAt?: Date | null | undefined;
|
|
61672
|
+
externalCustomerId?: string | null | undefined;
|
|
61672
61673
|
reason?: string | null | undefined;
|
|
61673
61674
|
deletedBy?: string | null | undefined;
|
|
61674
61675
|
deletedAt?: Date | null | undefined;
|
|
61675
|
-
externalClientId?: string | null | undefined;
|
|
61676
61676
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
61677
61677
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
61678
61678
|
};
|
|
@@ -61691,10 +61691,10 @@ export declare const SendMessageForCustomerCreatedInput: z.ZodObject<{
|
|
|
61691
61691
|
status?: unknown;
|
|
61692
61692
|
type?: "Individual" | "Company" | null | undefined;
|
|
61693
61693
|
updatedAt?: Date | null | undefined;
|
|
61694
|
+
externalCustomerId?: string | null | undefined;
|
|
61694
61695
|
reason?: string | null | undefined;
|
|
61695
61696
|
deletedBy?: string | null | undefined;
|
|
61696
61697
|
deletedAt?: Date | null | undefined;
|
|
61697
|
-
externalClientId?: string | null | undefined;
|
|
61698
61698
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
61699
61699
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
61700
61700
|
};
|
|
@@ -61708,7 +61708,7 @@ export declare const SendMessageForCustomerUpdatedInput: z.ZodObject<{
|
|
|
61708
61708
|
payload: z.ZodObject<{
|
|
61709
61709
|
cmsProjectId: z.ZodString;
|
|
61710
61710
|
customerId: z.ZodString;
|
|
61711
|
-
|
|
61711
|
+
externalCustomerId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
61712
61712
|
createdBy: z.ZodString;
|
|
61713
61713
|
updatedBy: z.ZodString;
|
|
61714
61714
|
id: z.ZodString;
|
|
@@ -61731,10 +61731,10 @@ export declare const SendMessageForCustomerUpdatedInput: z.ZodObject<{
|
|
|
61731
61731
|
status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
|
|
61732
61732
|
type?: "Individual" | "Company" | null | undefined;
|
|
61733
61733
|
updatedAt?: Date | null | undefined;
|
|
61734
|
+
externalCustomerId?: string | null | undefined;
|
|
61734
61735
|
reason?: string | null | undefined;
|
|
61735
61736
|
deletedBy?: string | null | undefined;
|
|
61736
61737
|
deletedAt?: Date | null | undefined;
|
|
61737
|
-
externalClientId?: string | null | undefined;
|
|
61738
61738
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
61739
61739
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
61740
61740
|
}, {
|
|
@@ -61747,10 +61747,10 @@ export declare const SendMessageForCustomerUpdatedInput: z.ZodObject<{
|
|
|
61747
61747
|
status?: unknown;
|
|
61748
61748
|
type?: "Individual" | "Company" | null | undefined;
|
|
61749
61749
|
updatedAt?: Date | null | undefined;
|
|
61750
|
+
externalCustomerId?: string | null | undefined;
|
|
61750
61751
|
reason?: string | null | undefined;
|
|
61751
61752
|
deletedBy?: string | null | undefined;
|
|
61752
61753
|
deletedAt?: Date | null | undefined;
|
|
61753
|
-
externalClientId?: string | null | undefined;
|
|
61754
61754
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
61755
61755
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
61756
61756
|
}>;
|
|
@@ -61765,10 +61765,10 @@ export declare const SendMessageForCustomerUpdatedInput: z.ZodObject<{
|
|
|
61765
61765
|
status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
|
|
61766
61766
|
type?: "Individual" | "Company" | null | undefined;
|
|
61767
61767
|
updatedAt?: Date | null | undefined;
|
|
61768
|
+
externalCustomerId?: string | null | undefined;
|
|
61768
61769
|
reason?: string | null | undefined;
|
|
61769
61770
|
deletedBy?: string | null | undefined;
|
|
61770
61771
|
deletedAt?: Date | null | undefined;
|
|
61771
|
-
externalClientId?: string | null | undefined;
|
|
61772
61772
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
61773
61773
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
61774
61774
|
};
|
|
@@ -61784,10 +61784,10 @@ export declare const SendMessageForCustomerUpdatedInput: z.ZodObject<{
|
|
|
61784
61784
|
status?: unknown;
|
|
61785
61785
|
type?: "Individual" | "Company" | null | undefined;
|
|
61786
61786
|
updatedAt?: Date | null | undefined;
|
|
61787
|
+
externalCustomerId?: string | null | undefined;
|
|
61787
61788
|
reason?: string | null | undefined;
|
|
61788
61789
|
deletedBy?: string | null | undefined;
|
|
61789
61790
|
deletedAt?: Date | null | undefined;
|
|
61790
|
-
externalClientId?: string | null | undefined;
|
|
61791
61791
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
61792
61792
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
61793
61793
|
};
|
|
@@ -61806,10 +61806,10 @@ export declare const SendMessageForCustomerUpdatedInput: z.ZodObject<{
|
|
|
61806
61806
|
status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
|
|
61807
61807
|
type?: "Individual" | "Company" | null | undefined;
|
|
61808
61808
|
updatedAt?: Date | null | undefined;
|
|
61809
|
+
externalCustomerId?: string | null | undefined;
|
|
61809
61810
|
reason?: string | null | undefined;
|
|
61810
61811
|
deletedBy?: string | null | undefined;
|
|
61811
61812
|
deletedAt?: Date | null | undefined;
|
|
61812
|
-
externalClientId?: string | null | undefined;
|
|
61813
61813
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
61814
61814
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
61815
61815
|
};
|
|
@@ -61828,10 +61828,10 @@ export declare const SendMessageForCustomerUpdatedInput: z.ZodObject<{
|
|
|
61828
61828
|
status?: unknown;
|
|
61829
61829
|
type?: "Individual" | "Company" | null | undefined;
|
|
61830
61830
|
updatedAt?: Date | null | undefined;
|
|
61831
|
+
externalCustomerId?: string | null | undefined;
|
|
61831
61832
|
reason?: string | null | undefined;
|
|
61832
61833
|
deletedBy?: string | null | undefined;
|
|
61833
61834
|
deletedAt?: Date | null | undefined;
|
|
61834
|
-
externalClientId?: string | null | undefined;
|
|
61835
61835
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
61836
61836
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
61837
61837
|
};
|
|
@@ -61845,7 +61845,7 @@ export declare const SendMessageForCustomerDeletedInput: z.ZodObject<{
|
|
|
61845
61845
|
payload: z.ZodObject<{
|
|
61846
61846
|
cmsProjectId: z.ZodString;
|
|
61847
61847
|
customerId: z.ZodString;
|
|
61848
|
-
|
|
61848
|
+
externalCustomerId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
61849
61849
|
createdBy: z.ZodString;
|
|
61850
61850
|
updatedBy: z.ZodString;
|
|
61851
61851
|
id: z.ZodString;
|
|
@@ -61868,10 +61868,10 @@ export declare const SendMessageForCustomerDeletedInput: z.ZodObject<{
|
|
|
61868
61868
|
status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
|
|
61869
61869
|
type?: "Individual" | "Company" | null | undefined;
|
|
61870
61870
|
updatedAt?: Date | null | undefined;
|
|
61871
|
+
externalCustomerId?: string | null | undefined;
|
|
61871
61872
|
reason?: string | null | undefined;
|
|
61872
61873
|
deletedBy?: string | null | undefined;
|
|
61873
61874
|
deletedAt?: Date | null | undefined;
|
|
61874
|
-
externalClientId?: string | null | undefined;
|
|
61875
61875
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
61876
61876
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
61877
61877
|
}, {
|
|
@@ -61884,10 +61884,10 @@ export declare const SendMessageForCustomerDeletedInput: z.ZodObject<{
|
|
|
61884
61884
|
status?: unknown;
|
|
61885
61885
|
type?: "Individual" | "Company" | null | undefined;
|
|
61886
61886
|
updatedAt?: Date | null | undefined;
|
|
61887
|
+
externalCustomerId?: string | null | undefined;
|
|
61887
61888
|
reason?: string | null | undefined;
|
|
61888
61889
|
deletedBy?: string | null | undefined;
|
|
61889
61890
|
deletedAt?: Date | null | undefined;
|
|
61890
|
-
externalClientId?: string | null | undefined;
|
|
61891
61891
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
61892
61892
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
61893
61893
|
}>;
|
|
@@ -61902,10 +61902,10 @@ export declare const SendMessageForCustomerDeletedInput: z.ZodObject<{
|
|
|
61902
61902
|
status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
|
|
61903
61903
|
type?: "Individual" | "Company" | null | undefined;
|
|
61904
61904
|
updatedAt?: Date | null | undefined;
|
|
61905
|
+
externalCustomerId?: string | null | undefined;
|
|
61905
61906
|
reason?: string | null | undefined;
|
|
61906
61907
|
deletedBy?: string | null | undefined;
|
|
61907
61908
|
deletedAt?: Date | null | undefined;
|
|
61908
|
-
externalClientId?: string | null | undefined;
|
|
61909
61909
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
61910
61910
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
61911
61911
|
};
|
|
@@ -61921,10 +61921,10 @@ export declare const SendMessageForCustomerDeletedInput: z.ZodObject<{
|
|
|
61921
61921
|
status?: unknown;
|
|
61922
61922
|
type?: "Individual" | "Company" | null | undefined;
|
|
61923
61923
|
updatedAt?: Date | null | undefined;
|
|
61924
|
+
externalCustomerId?: string | null | undefined;
|
|
61924
61925
|
reason?: string | null | undefined;
|
|
61925
61926
|
deletedBy?: string | null | undefined;
|
|
61926
61927
|
deletedAt?: Date | null | undefined;
|
|
61927
|
-
externalClientId?: string | null | undefined;
|
|
61928
61928
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
61929
61929
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
61930
61930
|
};
|
|
@@ -61943,10 +61943,10 @@ export declare const SendMessageForCustomerDeletedInput: z.ZodObject<{
|
|
|
61943
61943
|
status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
|
|
61944
61944
|
type?: "Individual" | "Company" | null | undefined;
|
|
61945
61945
|
updatedAt?: Date | null | undefined;
|
|
61946
|
+
externalCustomerId?: string | null | undefined;
|
|
61946
61947
|
reason?: string | null | undefined;
|
|
61947
61948
|
deletedBy?: string | null | undefined;
|
|
61948
61949
|
deletedAt?: Date | null | undefined;
|
|
61949
|
-
externalClientId?: string | null | undefined;
|
|
61950
61950
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
61951
61951
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
61952
61952
|
};
|
|
@@ -61965,10 +61965,10 @@ export declare const SendMessageForCustomerDeletedInput: z.ZodObject<{
|
|
|
61965
61965
|
status?: unknown;
|
|
61966
61966
|
type?: "Individual" | "Company" | null | undefined;
|
|
61967
61967
|
updatedAt?: Date | null | undefined;
|
|
61968
|
+
externalCustomerId?: string | null | undefined;
|
|
61968
61969
|
reason?: string | null | undefined;
|
|
61969
61970
|
deletedBy?: string | null | undefined;
|
|
61970
61971
|
deletedAt?: Date | null | undefined;
|
|
61971
|
-
externalClientId?: string | null | undefined;
|
|
61972
61972
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
61973
61973
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
61974
61974
|
};
|
|
@@ -61986,7 +61986,7 @@ export declare const SendMessageForAlertCreatedInput: z.ZodObject<{
|
|
|
61986
61986
|
type: z.ZodEnum<["AML Screening", "IP Screening", "Email Screening", "KYC Drop-off", "Onchain Monitoring", "Fraud", "Transaction Monitoring", "Duplicate"]>;
|
|
61987
61987
|
status: z.ZodEnum<["Open", "Under Investigation", "Pending", "Closed", "Escalated"]>;
|
|
61988
61988
|
customerId: z.ZodString;
|
|
61989
|
-
|
|
61989
|
+
externalCustomerId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
61990
61990
|
cmsProjectId: z.ZodOptional<z.ZodString>;
|
|
61991
61991
|
createdAt: z.ZodDate;
|
|
61992
61992
|
updatedAt: z.ZodDate;
|
|
@@ -62001,7 +62001,7 @@ export declare const SendMessageForAlertCreatedInput: z.ZodObject<{
|
|
|
62001
62001
|
customerId: string;
|
|
62002
62002
|
severity: "Low" | "Medium" | "High";
|
|
62003
62003
|
category: "Onboarding" | "Ongoing monitoring";
|
|
62004
|
-
|
|
62004
|
+
externalCustomerId?: string | null | undefined;
|
|
62005
62005
|
cmsProjectId?: string | undefined;
|
|
62006
62006
|
deletedBy?: string | null | undefined;
|
|
62007
62007
|
deletedAt?: Date | null | undefined;
|
|
@@ -62014,7 +62014,7 @@ export declare const SendMessageForAlertCreatedInput: z.ZodObject<{
|
|
|
62014
62014
|
customerId: string;
|
|
62015
62015
|
severity: "Low" | "Medium" | "High";
|
|
62016
62016
|
category: "Onboarding" | "Ongoing monitoring";
|
|
62017
|
-
|
|
62017
|
+
externalCustomerId?: string | null | undefined;
|
|
62018
62018
|
cmsProjectId?: string | undefined;
|
|
62019
62019
|
deletedBy?: string | null | undefined;
|
|
62020
62020
|
deletedAt?: Date | null | undefined;
|
|
@@ -62029,7 +62029,7 @@ export declare const SendMessageForAlertCreatedInput: z.ZodObject<{
|
|
|
62029
62029
|
customerId: string;
|
|
62030
62030
|
severity: "Low" | "Medium" | "High";
|
|
62031
62031
|
category: "Onboarding" | "Ongoing monitoring";
|
|
62032
|
-
|
|
62032
|
+
externalCustomerId?: string | null | undefined;
|
|
62033
62033
|
cmsProjectId?: string | undefined;
|
|
62034
62034
|
deletedBy?: string | null | undefined;
|
|
62035
62035
|
deletedAt?: Date | null | undefined;
|
|
@@ -62045,7 +62045,7 @@ export declare const SendMessageForAlertCreatedInput: z.ZodObject<{
|
|
|
62045
62045
|
customerId: string;
|
|
62046
62046
|
severity: "Low" | "Medium" | "High";
|
|
62047
62047
|
category: "Onboarding" | "Ongoing monitoring";
|
|
62048
|
-
|
|
62048
|
+
externalCustomerId?: string | null | undefined;
|
|
62049
62049
|
cmsProjectId?: string | undefined;
|
|
62050
62050
|
deletedBy?: string | null | undefined;
|
|
62051
62051
|
deletedAt?: Date | null | undefined;
|
|
@@ -62064,7 +62064,7 @@ export declare const SendMessageForAlertCreatedInput: z.ZodObject<{
|
|
|
62064
62064
|
customerId: string;
|
|
62065
62065
|
severity: "Low" | "Medium" | "High";
|
|
62066
62066
|
category: "Onboarding" | "Ongoing monitoring";
|
|
62067
|
-
|
|
62067
|
+
externalCustomerId?: string | null | undefined;
|
|
62068
62068
|
cmsProjectId?: string | undefined;
|
|
62069
62069
|
deletedBy?: string | null | undefined;
|
|
62070
62070
|
deletedAt?: Date | null | undefined;
|
|
@@ -62083,7 +62083,7 @@ export declare const SendMessageForAlertCreatedInput: z.ZodObject<{
|
|
|
62083
62083
|
customerId: string;
|
|
62084
62084
|
severity: "Low" | "Medium" | "High";
|
|
62085
62085
|
category: "Onboarding" | "Ongoing monitoring";
|
|
62086
|
-
|
|
62086
|
+
externalCustomerId?: string | null | undefined;
|
|
62087
62087
|
cmsProjectId?: string | undefined;
|
|
62088
62088
|
deletedBy?: string | null | undefined;
|
|
62089
62089
|
deletedAt?: Date | null | undefined;
|
|
@@ -62102,7 +62102,7 @@ export declare const SendMessageForAlertUpdatedInput: z.ZodObject<{
|
|
|
62102
62102
|
type: z.ZodEnum<["AML Screening", "IP Screening", "Email Screening", "KYC Drop-off", "Onchain Monitoring", "Fraud", "Transaction Monitoring", "Duplicate"]>;
|
|
62103
62103
|
status: z.ZodEnum<["Open", "Under Investigation", "Pending", "Closed", "Escalated"]>;
|
|
62104
62104
|
customerId: z.ZodString;
|
|
62105
|
-
|
|
62105
|
+
externalCustomerId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
62106
62106
|
cmsProjectId: z.ZodOptional<z.ZodString>;
|
|
62107
62107
|
createdAt: z.ZodDate;
|
|
62108
62108
|
updatedAt: z.ZodDate;
|
|
@@ -62117,7 +62117,7 @@ export declare const SendMessageForAlertUpdatedInput: z.ZodObject<{
|
|
|
62117
62117
|
customerId: string;
|
|
62118
62118
|
severity: "Low" | "Medium" | "High";
|
|
62119
62119
|
category: "Onboarding" | "Ongoing monitoring";
|
|
62120
|
-
|
|
62120
|
+
externalCustomerId?: string | null | undefined;
|
|
62121
62121
|
cmsProjectId?: string | undefined;
|
|
62122
62122
|
deletedBy?: string | null | undefined;
|
|
62123
62123
|
deletedAt?: Date | null | undefined;
|
|
@@ -62130,7 +62130,7 @@ export declare const SendMessageForAlertUpdatedInput: z.ZodObject<{
|
|
|
62130
62130
|
customerId: string;
|
|
62131
62131
|
severity: "Low" | "Medium" | "High";
|
|
62132
62132
|
category: "Onboarding" | "Ongoing monitoring";
|
|
62133
|
-
|
|
62133
|
+
externalCustomerId?: string | null | undefined;
|
|
62134
62134
|
cmsProjectId?: string | undefined;
|
|
62135
62135
|
deletedBy?: string | null | undefined;
|
|
62136
62136
|
deletedAt?: Date | null | undefined;
|
|
@@ -62145,7 +62145,7 @@ export declare const SendMessageForAlertUpdatedInput: z.ZodObject<{
|
|
|
62145
62145
|
customerId: string;
|
|
62146
62146
|
severity: "Low" | "Medium" | "High";
|
|
62147
62147
|
category: "Onboarding" | "Ongoing monitoring";
|
|
62148
|
-
|
|
62148
|
+
externalCustomerId?: string | null | undefined;
|
|
62149
62149
|
cmsProjectId?: string | undefined;
|
|
62150
62150
|
deletedBy?: string | null | undefined;
|
|
62151
62151
|
deletedAt?: Date | null | undefined;
|
|
@@ -62161,7 +62161,7 @@ export declare const SendMessageForAlertUpdatedInput: z.ZodObject<{
|
|
|
62161
62161
|
customerId: string;
|
|
62162
62162
|
severity: "Low" | "Medium" | "High";
|
|
62163
62163
|
category: "Onboarding" | "Ongoing monitoring";
|
|
62164
|
-
|
|
62164
|
+
externalCustomerId?: string | null | undefined;
|
|
62165
62165
|
cmsProjectId?: string | undefined;
|
|
62166
62166
|
deletedBy?: string | null | undefined;
|
|
62167
62167
|
deletedAt?: Date | null | undefined;
|
|
@@ -62180,7 +62180,7 @@ export declare const SendMessageForAlertUpdatedInput: z.ZodObject<{
|
|
|
62180
62180
|
customerId: string;
|
|
62181
62181
|
severity: "Low" | "Medium" | "High";
|
|
62182
62182
|
category: "Onboarding" | "Ongoing monitoring";
|
|
62183
|
-
|
|
62183
|
+
externalCustomerId?: string | null | undefined;
|
|
62184
62184
|
cmsProjectId?: string | undefined;
|
|
62185
62185
|
deletedBy?: string | null | undefined;
|
|
62186
62186
|
deletedAt?: Date | null | undefined;
|
|
@@ -62199,7 +62199,7 @@ export declare const SendMessageForAlertUpdatedInput: z.ZodObject<{
|
|
|
62199
62199
|
customerId: string;
|
|
62200
62200
|
severity: "Low" | "Medium" | "High";
|
|
62201
62201
|
category: "Onboarding" | "Ongoing monitoring";
|
|
62202
|
-
|
|
62202
|
+
externalCustomerId?: string | null | undefined;
|
|
62203
62203
|
cmsProjectId?: string | undefined;
|
|
62204
62204
|
deletedBy?: string | null | undefined;
|
|
62205
62205
|
deletedAt?: Date | null | undefined;
|
|
@@ -62218,7 +62218,7 @@ export declare const SendMessageForAlertDeletedInput: z.ZodObject<{
|
|
|
62218
62218
|
type: z.ZodEnum<["AML Screening", "IP Screening", "Email Screening", "KYC Drop-off", "Onchain Monitoring", "Fraud", "Transaction Monitoring", "Duplicate"]>;
|
|
62219
62219
|
status: z.ZodEnum<["Open", "Under Investigation", "Pending", "Closed", "Escalated"]>;
|
|
62220
62220
|
customerId: z.ZodString;
|
|
62221
|
-
|
|
62221
|
+
externalCustomerId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
62222
62222
|
cmsProjectId: z.ZodOptional<z.ZodString>;
|
|
62223
62223
|
createdAt: z.ZodDate;
|
|
62224
62224
|
updatedAt: z.ZodDate;
|
|
@@ -62233,7 +62233,7 @@ export declare const SendMessageForAlertDeletedInput: z.ZodObject<{
|
|
|
62233
62233
|
customerId: string;
|
|
62234
62234
|
severity: "Low" | "Medium" | "High";
|
|
62235
62235
|
category: "Onboarding" | "Ongoing monitoring";
|
|
62236
|
-
|
|
62236
|
+
externalCustomerId?: string | null | undefined;
|
|
62237
62237
|
cmsProjectId?: string | undefined;
|
|
62238
62238
|
deletedBy?: string | null | undefined;
|
|
62239
62239
|
deletedAt?: Date | null | undefined;
|
|
@@ -62246,7 +62246,7 @@ export declare const SendMessageForAlertDeletedInput: z.ZodObject<{
|
|
|
62246
62246
|
customerId: string;
|
|
62247
62247
|
severity: "Low" | "Medium" | "High";
|
|
62248
62248
|
category: "Onboarding" | "Ongoing monitoring";
|
|
62249
|
-
|
|
62249
|
+
externalCustomerId?: string | null | undefined;
|
|
62250
62250
|
cmsProjectId?: string | undefined;
|
|
62251
62251
|
deletedBy?: string | null | undefined;
|
|
62252
62252
|
deletedAt?: Date | null | undefined;
|
|
@@ -62261,7 +62261,7 @@ export declare const SendMessageForAlertDeletedInput: z.ZodObject<{
|
|
|
62261
62261
|
customerId: string;
|
|
62262
62262
|
severity: "Low" | "Medium" | "High";
|
|
62263
62263
|
category: "Onboarding" | "Ongoing monitoring";
|
|
62264
|
-
|
|
62264
|
+
externalCustomerId?: string | null | undefined;
|
|
62265
62265
|
cmsProjectId?: string | undefined;
|
|
62266
62266
|
deletedBy?: string | null | undefined;
|
|
62267
62267
|
deletedAt?: Date | null | undefined;
|
|
@@ -62277,7 +62277,7 @@ export declare const SendMessageForAlertDeletedInput: z.ZodObject<{
|
|
|
62277
62277
|
customerId: string;
|
|
62278
62278
|
severity: "Low" | "Medium" | "High";
|
|
62279
62279
|
category: "Onboarding" | "Ongoing monitoring";
|
|
62280
|
-
|
|
62280
|
+
externalCustomerId?: string | null | undefined;
|
|
62281
62281
|
cmsProjectId?: string | undefined;
|
|
62282
62282
|
deletedBy?: string | null | undefined;
|
|
62283
62283
|
deletedAt?: Date | null | undefined;
|
|
@@ -62296,7 +62296,7 @@ export declare const SendMessageForAlertDeletedInput: z.ZodObject<{
|
|
|
62296
62296
|
customerId: string;
|
|
62297
62297
|
severity: "Low" | "Medium" | "High";
|
|
62298
62298
|
category: "Onboarding" | "Ongoing monitoring";
|
|
62299
|
-
|
|
62299
|
+
externalCustomerId?: string | null | undefined;
|
|
62300
62300
|
cmsProjectId?: string | undefined;
|
|
62301
62301
|
deletedBy?: string | null | undefined;
|
|
62302
62302
|
deletedAt?: Date | null | undefined;
|
|
@@ -62315,7 +62315,7 @@ export declare const SendMessageForAlertDeletedInput: z.ZodObject<{
|
|
|
62315
62315
|
customerId: string;
|
|
62316
62316
|
severity: "Low" | "Medium" | "High";
|
|
62317
62317
|
category: "Onboarding" | "Ongoing monitoring";
|
|
62318
|
-
|
|
62318
|
+
externalCustomerId?: string | null | undefined;
|
|
62319
62319
|
cmsProjectId?: string | undefined;
|
|
62320
62320
|
deletedBy?: string | null | undefined;
|
|
62321
62321
|
deletedAt?: Date | null | undefined;
|
|
@@ -71291,7 +71291,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
71291
71291
|
payload: z.ZodObject<{
|
|
71292
71292
|
cmsProjectId: z.ZodString;
|
|
71293
71293
|
customerId: z.ZodString;
|
|
71294
|
-
|
|
71294
|
+
externalCustomerId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
71295
71295
|
createdBy: z.ZodString;
|
|
71296
71296
|
updatedBy: z.ZodString;
|
|
71297
71297
|
id: z.ZodString;
|
|
@@ -71314,10 +71314,10 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
71314
71314
|
status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
|
|
71315
71315
|
type?: "Individual" | "Company" | null | undefined;
|
|
71316
71316
|
updatedAt?: Date | null | undefined;
|
|
71317
|
+
externalCustomerId?: string | null | undefined;
|
|
71317
71318
|
reason?: string | null | undefined;
|
|
71318
71319
|
deletedBy?: string | null | undefined;
|
|
71319
71320
|
deletedAt?: Date | null | undefined;
|
|
71320
|
-
externalClientId?: string | null | undefined;
|
|
71321
71321
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
71322
71322
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
71323
71323
|
}, {
|
|
@@ -71330,10 +71330,10 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
71330
71330
|
status?: unknown;
|
|
71331
71331
|
type?: "Individual" | "Company" | null | undefined;
|
|
71332
71332
|
updatedAt?: Date | null | undefined;
|
|
71333
|
+
externalCustomerId?: string | null | undefined;
|
|
71333
71334
|
reason?: string | null | undefined;
|
|
71334
71335
|
deletedBy?: string | null | undefined;
|
|
71335
71336
|
deletedAt?: Date | null | undefined;
|
|
71336
|
-
externalClientId?: string | null | undefined;
|
|
71337
71337
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
71338
71338
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
71339
71339
|
}>;
|
|
@@ -71348,10 +71348,10 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
71348
71348
|
status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
|
|
71349
71349
|
type?: "Individual" | "Company" | null | undefined;
|
|
71350
71350
|
updatedAt?: Date | null | undefined;
|
|
71351
|
+
externalCustomerId?: string | null | undefined;
|
|
71351
71352
|
reason?: string | null | undefined;
|
|
71352
71353
|
deletedBy?: string | null | undefined;
|
|
71353
71354
|
deletedAt?: Date | null | undefined;
|
|
71354
|
-
externalClientId?: string | null | undefined;
|
|
71355
71355
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
71356
71356
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
71357
71357
|
};
|
|
@@ -71367,10 +71367,10 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
71367
71367
|
status?: unknown;
|
|
71368
71368
|
type?: "Individual" | "Company" | null | undefined;
|
|
71369
71369
|
updatedAt?: Date | null | undefined;
|
|
71370
|
+
externalCustomerId?: string | null | undefined;
|
|
71370
71371
|
reason?: string | null | undefined;
|
|
71371
71372
|
deletedBy?: string | null | undefined;
|
|
71372
71373
|
deletedAt?: Date | null | undefined;
|
|
71373
|
-
externalClientId?: string | null | undefined;
|
|
71374
71374
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
71375
71375
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
71376
71376
|
};
|
|
@@ -71380,7 +71380,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
71380
71380
|
payload: z.ZodObject<{
|
|
71381
71381
|
cmsProjectId: z.ZodString;
|
|
71382
71382
|
customerId: z.ZodString;
|
|
71383
|
-
|
|
71383
|
+
externalCustomerId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
71384
71384
|
createdBy: z.ZodString;
|
|
71385
71385
|
updatedBy: z.ZodString;
|
|
71386
71386
|
id: z.ZodString;
|
|
@@ -71403,10 +71403,10 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
71403
71403
|
status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
|
|
71404
71404
|
type?: "Individual" | "Company" | null | undefined;
|
|
71405
71405
|
updatedAt?: Date | null | undefined;
|
|
71406
|
+
externalCustomerId?: string | null | undefined;
|
|
71406
71407
|
reason?: string | null | undefined;
|
|
71407
71408
|
deletedBy?: string | null | undefined;
|
|
71408
71409
|
deletedAt?: Date | null | undefined;
|
|
71409
|
-
externalClientId?: string | null | undefined;
|
|
71410
71410
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
71411
71411
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
71412
71412
|
}, {
|
|
@@ -71419,10 +71419,10 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
71419
71419
|
status?: unknown;
|
|
71420
71420
|
type?: "Individual" | "Company" | null | undefined;
|
|
71421
71421
|
updatedAt?: Date | null | undefined;
|
|
71422
|
+
externalCustomerId?: string | null | undefined;
|
|
71422
71423
|
reason?: string | null | undefined;
|
|
71423
71424
|
deletedBy?: string | null | undefined;
|
|
71424
71425
|
deletedAt?: Date | null | undefined;
|
|
71425
|
-
externalClientId?: string | null | undefined;
|
|
71426
71426
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
71427
71427
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
71428
71428
|
}>;
|
|
@@ -71437,10 +71437,10 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
71437
71437
|
status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
|
|
71438
71438
|
type?: "Individual" | "Company" | null | undefined;
|
|
71439
71439
|
updatedAt?: Date | null | undefined;
|
|
71440
|
+
externalCustomerId?: string | null | undefined;
|
|
71440
71441
|
reason?: string | null | undefined;
|
|
71441
71442
|
deletedBy?: string | null | undefined;
|
|
71442
71443
|
deletedAt?: Date | null | undefined;
|
|
71443
|
-
externalClientId?: string | null | undefined;
|
|
71444
71444
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
71445
71445
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
71446
71446
|
};
|
|
@@ -71456,10 +71456,10 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
71456
71456
|
status?: unknown;
|
|
71457
71457
|
type?: "Individual" | "Company" | null | undefined;
|
|
71458
71458
|
updatedAt?: Date | null | undefined;
|
|
71459
|
+
externalCustomerId?: string | null | undefined;
|
|
71459
71460
|
reason?: string | null | undefined;
|
|
71460
71461
|
deletedBy?: string | null | undefined;
|
|
71461
71462
|
deletedAt?: Date | null | undefined;
|
|
71462
|
-
externalClientId?: string | null | undefined;
|
|
71463
71463
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
71464
71464
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
71465
71465
|
};
|
|
@@ -71469,7 +71469,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
71469
71469
|
payload: z.ZodObject<{
|
|
71470
71470
|
cmsProjectId: z.ZodString;
|
|
71471
71471
|
customerId: z.ZodString;
|
|
71472
|
-
|
|
71472
|
+
externalCustomerId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
71473
71473
|
createdBy: z.ZodString;
|
|
71474
71474
|
updatedBy: z.ZodString;
|
|
71475
71475
|
id: z.ZodString;
|
|
@@ -71492,10 +71492,10 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
71492
71492
|
status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
|
|
71493
71493
|
type?: "Individual" | "Company" | null | undefined;
|
|
71494
71494
|
updatedAt?: Date | null | undefined;
|
|
71495
|
+
externalCustomerId?: string | null | undefined;
|
|
71495
71496
|
reason?: string | null | undefined;
|
|
71496
71497
|
deletedBy?: string | null | undefined;
|
|
71497
71498
|
deletedAt?: Date | null | undefined;
|
|
71498
|
-
externalClientId?: string | null | undefined;
|
|
71499
71499
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
71500
71500
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
71501
71501
|
}, {
|
|
@@ -71508,10 +71508,10 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
71508
71508
|
status?: unknown;
|
|
71509
71509
|
type?: "Individual" | "Company" | null | undefined;
|
|
71510
71510
|
updatedAt?: Date | null | undefined;
|
|
71511
|
+
externalCustomerId?: string | null | undefined;
|
|
71511
71512
|
reason?: string | null | undefined;
|
|
71512
71513
|
deletedBy?: string | null | undefined;
|
|
71513
71514
|
deletedAt?: Date | null | undefined;
|
|
71514
|
-
externalClientId?: string | null | undefined;
|
|
71515
71515
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
71516
71516
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
71517
71517
|
}>;
|
|
@@ -71526,10 +71526,10 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
71526
71526
|
status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
|
|
71527
71527
|
type?: "Individual" | "Company" | null | undefined;
|
|
71528
71528
|
updatedAt?: Date | null | undefined;
|
|
71529
|
+
externalCustomerId?: string | null | undefined;
|
|
71529
71530
|
reason?: string | null | undefined;
|
|
71530
71531
|
deletedBy?: string | null | undefined;
|
|
71531
71532
|
deletedAt?: Date | null | undefined;
|
|
71532
|
-
externalClientId?: string | null | undefined;
|
|
71533
71533
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
71534
71534
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
71535
71535
|
};
|
|
@@ -71545,10 +71545,10 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
71545
71545
|
status?: unknown;
|
|
71546
71546
|
type?: "Individual" | "Company" | null | undefined;
|
|
71547
71547
|
updatedAt?: Date | null | undefined;
|
|
71548
|
+
externalCustomerId?: string | null | undefined;
|
|
71548
71549
|
reason?: string | null | undefined;
|
|
71549
71550
|
deletedBy?: string | null | undefined;
|
|
71550
71551
|
deletedAt?: Date | null | undefined;
|
|
71551
|
-
externalClientId?: string | null | undefined;
|
|
71552
71552
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
71553
71553
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
71554
71554
|
};
|
|
@@ -71562,7 +71562,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
71562
71562
|
type: z.ZodEnum<["AML Screening", "IP Screening", "Email Screening", "KYC Drop-off", "Onchain Monitoring", "Fraud", "Transaction Monitoring", "Duplicate"]>;
|
|
71563
71563
|
status: z.ZodEnum<["Open", "Under Investigation", "Pending", "Closed", "Escalated"]>;
|
|
71564
71564
|
customerId: z.ZodString;
|
|
71565
|
-
|
|
71565
|
+
externalCustomerId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
71566
71566
|
cmsProjectId: z.ZodOptional<z.ZodString>;
|
|
71567
71567
|
createdAt: z.ZodDate;
|
|
71568
71568
|
updatedAt: z.ZodDate;
|
|
@@ -71577,7 +71577,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
71577
71577
|
customerId: string;
|
|
71578
71578
|
severity: "Low" | "Medium" | "High";
|
|
71579
71579
|
category: "Onboarding" | "Ongoing monitoring";
|
|
71580
|
-
|
|
71580
|
+
externalCustomerId?: string | null | undefined;
|
|
71581
71581
|
cmsProjectId?: string | undefined;
|
|
71582
71582
|
deletedBy?: string | null | undefined;
|
|
71583
71583
|
deletedAt?: Date | null | undefined;
|
|
@@ -71590,7 +71590,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
71590
71590
|
customerId: string;
|
|
71591
71591
|
severity: "Low" | "Medium" | "High";
|
|
71592
71592
|
category: "Onboarding" | "Ongoing monitoring";
|
|
71593
|
-
|
|
71593
|
+
externalCustomerId?: string | null | undefined;
|
|
71594
71594
|
cmsProjectId?: string | undefined;
|
|
71595
71595
|
deletedBy?: string | null | undefined;
|
|
71596
71596
|
deletedAt?: Date | null | undefined;
|
|
@@ -71605,7 +71605,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
71605
71605
|
customerId: string;
|
|
71606
71606
|
severity: "Low" | "Medium" | "High";
|
|
71607
71607
|
category: "Onboarding" | "Ongoing monitoring";
|
|
71608
|
-
|
|
71608
|
+
externalCustomerId?: string | null | undefined;
|
|
71609
71609
|
cmsProjectId?: string | undefined;
|
|
71610
71610
|
deletedBy?: string | null | undefined;
|
|
71611
71611
|
deletedAt?: Date | null | undefined;
|
|
@@ -71621,7 +71621,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
71621
71621
|
customerId: string;
|
|
71622
71622
|
severity: "Low" | "Medium" | "High";
|
|
71623
71623
|
category: "Onboarding" | "Ongoing monitoring";
|
|
71624
|
-
|
|
71624
|
+
externalCustomerId?: string | null | undefined;
|
|
71625
71625
|
cmsProjectId?: string | undefined;
|
|
71626
71626
|
deletedBy?: string | null | undefined;
|
|
71627
71627
|
deletedAt?: Date | null | undefined;
|
|
@@ -71636,7 +71636,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
71636
71636
|
type: z.ZodEnum<["AML Screening", "IP Screening", "Email Screening", "KYC Drop-off", "Onchain Monitoring", "Fraud", "Transaction Monitoring", "Duplicate"]>;
|
|
71637
71637
|
status: z.ZodEnum<["Open", "Under Investigation", "Pending", "Closed", "Escalated"]>;
|
|
71638
71638
|
customerId: z.ZodString;
|
|
71639
|
-
|
|
71639
|
+
externalCustomerId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
71640
71640
|
cmsProjectId: z.ZodOptional<z.ZodString>;
|
|
71641
71641
|
createdAt: z.ZodDate;
|
|
71642
71642
|
updatedAt: z.ZodDate;
|
|
@@ -71651,7 +71651,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
71651
71651
|
customerId: string;
|
|
71652
71652
|
severity: "Low" | "Medium" | "High";
|
|
71653
71653
|
category: "Onboarding" | "Ongoing monitoring";
|
|
71654
|
-
|
|
71654
|
+
externalCustomerId?: string | null | undefined;
|
|
71655
71655
|
cmsProjectId?: string | undefined;
|
|
71656
71656
|
deletedBy?: string | null | undefined;
|
|
71657
71657
|
deletedAt?: Date | null | undefined;
|
|
@@ -71664,7 +71664,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
71664
71664
|
customerId: string;
|
|
71665
71665
|
severity: "Low" | "Medium" | "High";
|
|
71666
71666
|
category: "Onboarding" | "Ongoing monitoring";
|
|
71667
|
-
|
|
71667
|
+
externalCustomerId?: string | null | undefined;
|
|
71668
71668
|
cmsProjectId?: string | undefined;
|
|
71669
71669
|
deletedBy?: string | null | undefined;
|
|
71670
71670
|
deletedAt?: Date | null | undefined;
|
|
@@ -71679,7 +71679,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
71679
71679
|
customerId: string;
|
|
71680
71680
|
severity: "Low" | "Medium" | "High";
|
|
71681
71681
|
category: "Onboarding" | "Ongoing monitoring";
|
|
71682
|
-
|
|
71682
|
+
externalCustomerId?: string | null | undefined;
|
|
71683
71683
|
cmsProjectId?: string | undefined;
|
|
71684
71684
|
deletedBy?: string | null | undefined;
|
|
71685
71685
|
deletedAt?: Date | null | undefined;
|
|
@@ -71695,7 +71695,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
71695
71695
|
customerId: string;
|
|
71696
71696
|
severity: "Low" | "Medium" | "High";
|
|
71697
71697
|
category: "Onboarding" | "Ongoing monitoring";
|
|
71698
|
-
|
|
71698
|
+
externalCustomerId?: string | null | undefined;
|
|
71699
71699
|
cmsProjectId?: string | undefined;
|
|
71700
71700
|
deletedBy?: string | null | undefined;
|
|
71701
71701
|
deletedAt?: Date | null | undefined;
|
|
@@ -71710,7 +71710,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
71710
71710
|
type: z.ZodEnum<["AML Screening", "IP Screening", "Email Screening", "KYC Drop-off", "Onchain Monitoring", "Fraud", "Transaction Monitoring", "Duplicate"]>;
|
|
71711
71711
|
status: z.ZodEnum<["Open", "Under Investigation", "Pending", "Closed", "Escalated"]>;
|
|
71712
71712
|
customerId: z.ZodString;
|
|
71713
|
-
|
|
71713
|
+
externalCustomerId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
71714
71714
|
cmsProjectId: z.ZodOptional<z.ZodString>;
|
|
71715
71715
|
createdAt: z.ZodDate;
|
|
71716
71716
|
updatedAt: z.ZodDate;
|
|
@@ -71725,7 +71725,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
71725
71725
|
customerId: string;
|
|
71726
71726
|
severity: "Low" | "Medium" | "High";
|
|
71727
71727
|
category: "Onboarding" | "Ongoing monitoring";
|
|
71728
|
-
|
|
71728
|
+
externalCustomerId?: string | null | undefined;
|
|
71729
71729
|
cmsProjectId?: string | undefined;
|
|
71730
71730
|
deletedBy?: string | null | undefined;
|
|
71731
71731
|
deletedAt?: Date | null | undefined;
|
|
@@ -71738,7 +71738,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
71738
71738
|
customerId: string;
|
|
71739
71739
|
severity: "Low" | "Medium" | "High";
|
|
71740
71740
|
category: "Onboarding" | "Ongoing monitoring";
|
|
71741
|
-
|
|
71741
|
+
externalCustomerId?: string | null | undefined;
|
|
71742
71742
|
cmsProjectId?: string | undefined;
|
|
71743
71743
|
deletedBy?: string | null | undefined;
|
|
71744
71744
|
deletedAt?: Date | null | undefined;
|
|
@@ -71753,7 +71753,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
71753
71753
|
customerId: string;
|
|
71754
71754
|
severity: "Low" | "Medium" | "High";
|
|
71755
71755
|
category: "Onboarding" | "Ongoing monitoring";
|
|
71756
|
-
|
|
71756
|
+
externalCustomerId?: string | null | undefined;
|
|
71757
71757
|
cmsProjectId?: string | undefined;
|
|
71758
71758
|
deletedBy?: string | null | undefined;
|
|
71759
71759
|
deletedAt?: Date | null | undefined;
|
|
@@ -71769,7 +71769,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
71769
71769
|
customerId: string;
|
|
71770
71770
|
severity: "Low" | "Medium" | "High";
|
|
71771
71771
|
category: "Onboarding" | "Ongoing monitoring";
|
|
71772
|
-
|
|
71772
|
+
externalCustomerId?: string | null | undefined;
|
|
71773
71773
|
cmsProjectId?: string | undefined;
|
|
71774
71774
|
deletedBy?: string | null | undefined;
|
|
71775
71775
|
deletedAt?: Date | null | undefined;
|
|
@@ -72493,10 +72493,10 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
72493
72493
|
status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
|
|
72494
72494
|
type?: "Individual" | "Company" | null | undefined;
|
|
72495
72495
|
updatedAt?: Date | null | undefined;
|
|
72496
|
+
externalCustomerId?: string | null | undefined;
|
|
72496
72497
|
reason?: string | null | undefined;
|
|
72497
72498
|
deletedBy?: string | null | undefined;
|
|
72498
72499
|
deletedAt?: Date | null | undefined;
|
|
72499
|
-
externalClientId?: string | null | undefined;
|
|
72500
72500
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
72501
72501
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
72502
72502
|
};
|
|
@@ -72512,10 +72512,10 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
72512
72512
|
status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
|
|
72513
72513
|
type?: "Individual" | "Company" | null | undefined;
|
|
72514
72514
|
updatedAt?: Date | null | undefined;
|
|
72515
|
+
externalCustomerId?: string | null | undefined;
|
|
72515
72516
|
reason?: string | null | undefined;
|
|
72516
72517
|
deletedBy?: string | null | undefined;
|
|
72517
72518
|
deletedAt?: Date | null | undefined;
|
|
72518
|
-
externalClientId?: string | null | undefined;
|
|
72519
72519
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
72520
72520
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
72521
72521
|
};
|
|
@@ -72531,10 +72531,10 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
72531
72531
|
status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
|
|
72532
72532
|
type?: "Individual" | "Company" | null | undefined;
|
|
72533
72533
|
updatedAt?: Date | null | undefined;
|
|
72534
|
+
externalCustomerId?: string | null | undefined;
|
|
72534
72535
|
reason?: string | null | undefined;
|
|
72535
72536
|
deletedBy?: string | null | undefined;
|
|
72536
72537
|
deletedAt?: Date | null | undefined;
|
|
72537
|
-
externalClientId?: string | null | undefined;
|
|
72538
72538
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
72539
72539
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
72540
72540
|
};
|
|
@@ -72549,7 +72549,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
72549
72549
|
customerId: string;
|
|
72550
72550
|
severity: "Low" | "Medium" | "High";
|
|
72551
72551
|
category: "Onboarding" | "Ongoing monitoring";
|
|
72552
|
-
|
|
72552
|
+
externalCustomerId?: string | null | undefined;
|
|
72553
72553
|
cmsProjectId?: string | undefined;
|
|
72554
72554
|
deletedBy?: string | null | undefined;
|
|
72555
72555
|
deletedAt?: Date | null | undefined;
|
|
@@ -72565,7 +72565,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
72565
72565
|
customerId: string;
|
|
72566
72566
|
severity: "Low" | "Medium" | "High";
|
|
72567
72567
|
category: "Onboarding" | "Ongoing monitoring";
|
|
72568
|
-
|
|
72568
|
+
externalCustomerId?: string | null | undefined;
|
|
72569
72569
|
cmsProjectId?: string | undefined;
|
|
72570
72570
|
deletedBy?: string | null | undefined;
|
|
72571
72571
|
deletedAt?: Date | null | undefined;
|
|
@@ -72581,7 +72581,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
72581
72581
|
customerId: string;
|
|
72582
72582
|
severity: "Low" | "Medium" | "High";
|
|
72583
72583
|
category: "Onboarding" | "Ongoing monitoring";
|
|
72584
|
-
|
|
72584
|
+
externalCustomerId?: string | null | undefined;
|
|
72585
72585
|
cmsProjectId?: string | undefined;
|
|
72586
72586
|
deletedBy?: string | null | undefined;
|
|
72587
72587
|
deletedAt?: Date | null | undefined;
|
|
@@ -73306,10 +73306,10 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
73306
73306
|
status?: unknown;
|
|
73307
73307
|
type?: "Individual" | "Company" | null | undefined;
|
|
73308
73308
|
updatedAt?: Date | null | undefined;
|
|
73309
|
+
externalCustomerId?: string | null | undefined;
|
|
73309
73310
|
reason?: string | null | undefined;
|
|
73310
73311
|
deletedBy?: string | null | undefined;
|
|
73311
73312
|
deletedAt?: Date | null | undefined;
|
|
73312
|
-
externalClientId?: string | null | undefined;
|
|
73313
73313
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
73314
73314
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
73315
73315
|
};
|
|
@@ -73325,10 +73325,10 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
73325
73325
|
status?: unknown;
|
|
73326
73326
|
type?: "Individual" | "Company" | null | undefined;
|
|
73327
73327
|
updatedAt?: Date | null | undefined;
|
|
73328
|
+
externalCustomerId?: string | null | undefined;
|
|
73328
73329
|
reason?: string | null | undefined;
|
|
73329
73330
|
deletedBy?: string | null | undefined;
|
|
73330
73331
|
deletedAt?: Date | null | undefined;
|
|
73331
|
-
externalClientId?: string | null | undefined;
|
|
73332
73332
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
73333
73333
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
73334
73334
|
};
|
|
@@ -73344,10 +73344,10 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
73344
73344
|
status?: unknown;
|
|
73345
73345
|
type?: "Individual" | "Company" | null | undefined;
|
|
73346
73346
|
updatedAt?: Date | null | undefined;
|
|
73347
|
+
externalCustomerId?: string | null | undefined;
|
|
73347
73348
|
reason?: string | null | undefined;
|
|
73348
73349
|
deletedBy?: string | null | undefined;
|
|
73349
73350
|
deletedAt?: Date | null | undefined;
|
|
73350
|
-
externalClientId?: string | null | undefined;
|
|
73351
73351
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
73352
73352
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
73353
73353
|
};
|
|
@@ -73362,7 +73362,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
73362
73362
|
customerId: string;
|
|
73363
73363
|
severity: "Low" | "Medium" | "High";
|
|
73364
73364
|
category: "Onboarding" | "Ongoing monitoring";
|
|
73365
|
-
|
|
73365
|
+
externalCustomerId?: string | null | undefined;
|
|
73366
73366
|
cmsProjectId?: string | undefined;
|
|
73367
73367
|
deletedBy?: string | null | undefined;
|
|
73368
73368
|
deletedAt?: Date | null | undefined;
|
|
@@ -73378,7 +73378,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
73378
73378
|
customerId: string;
|
|
73379
73379
|
severity: "Low" | "Medium" | "High";
|
|
73380
73380
|
category: "Onboarding" | "Ongoing monitoring";
|
|
73381
|
-
|
|
73381
|
+
externalCustomerId?: string | null | undefined;
|
|
73382
73382
|
cmsProjectId?: string | undefined;
|
|
73383
73383
|
deletedBy?: string | null | undefined;
|
|
73384
73384
|
deletedAt?: Date | null | undefined;
|
|
@@ -73394,7 +73394,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
73394
73394
|
customerId: string;
|
|
73395
73395
|
severity: "Low" | "Medium" | "High";
|
|
73396
73396
|
category: "Onboarding" | "Ongoing monitoring";
|
|
73397
|
-
|
|
73397
|
+
externalCustomerId?: string | null | undefined;
|
|
73398
73398
|
cmsProjectId?: string | undefined;
|
|
73399
73399
|
deletedBy?: string | null | undefined;
|
|
73400
73400
|
deletedAt?: Date | null | undefined;
|
|
@@ -74121,10 +74121,10 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
74121
74121
|
status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
|
|
74122
74122
|
type?: "Individual" | "Company" | null | undefined;
|
|
74123
74123
|
updatedAt?: Date | null | undefined;
|
|
74124
|
+
externalCustomerId?: string | null | undefined;
|
|
74124
74125
|
reason?: string | null | undefined;
|
|
74125
74126
|
deletedBy?: string | null | undefined;
|
|
74126
74127
|
deletedAt?: Date | null | undefined;
|
|
74127
|
-
externalClientId?: string | null | undefined;
|
|
74128
74128
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
74129
74129
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
74130
74130
|
};
|
|
@@ -74140,10 +74140,10 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
74140
74140
|
status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
|
|
74141
74141
|
type?: "Individual" | "Company" | null | undefined;
|
|
74142
74142
|
updatedAt?: Date | null | undefined;
|
|
74143
|
+
externalCustomerId?: string | null | undefined;
|
|
74143
74144
|
reason?: string | null | undefined;
|
|
74144
74145
|
deletedBy?: string | null | undefined;
|
|
74145
74146
|
deletedAt?: Date | null | undefined;
|
|
74146
|
-
externalClientId?: string | null | undefined;
|
|
74147
74147
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
74148
74148
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
74149
74149
|
};
|
|
@@ -74159,10 +74159,10 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
74159
74159
|
status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
|
|
74160
74160
|
type?: "Individual" | "Company" | null | undefined;
|
|
74161
74161
|
updatedAt?: Date | null | undefined;
|
|
74162
|
+
externalCustomerId?: string | null | undefined;
|
|
74162
74163
|
reason?: string | null | undefined;
|
|
74163
74164
|
deletedBy?: string | null | undefined;
|
|
74164
74165
|
deletedAt?: Date | null | undefined;
|
|
74165
|
-
externalClientId?: string | null | undefined;
|
|
74166
74166
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
74167
74167
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
74168
74168
|
};
|
|
@@ -74177,7 +74177,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
74177
74177
|
customerId: string;
|
|
74178
74178
|
severity: "Low" | "Medium" | "High";
|
|
74179
74179
|
category: "Onboarding" | "Ongoing monitoring";
|
|
74180
|
-
|
|
74180
|
+
externalCustomerId?: string | null | undefined;
|
|
74181
74181
|
cmsProjectId?: string | undefined;
|
|
74182
74182
|
deletedBy?: string | null | undefined;
|
|
74183
74183
|
deletedAt?: Date | null | undefined;
|
|
@@ -74193,7 +74193,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
74193
74193
|
customerId: string;
|
|
74194
74194
|
severity: "Low" | "Medium" | "High";
|
|
74195
74195
|
category: "Onboarding" | "Ongoing monitoring";
|
|
74196
|
-
|
|
74196
|
+
externalCustomerId?: string | null | undefined;
|
|
74197
74197
|
cmsProjectId?: string | undefined;
|
|
74198
74198
|
deletedBy?: string | null | undefined;
|
|
74199
74199
|
deletedAt?: Date | null | undefined;
|
|
@@ -74209,7 +74209,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
74209
74209
|
customerId: string;
|
|
74210
74210
|
severity: "Low" | "Medium" | "High";
|
|
74211
74211
|
category: "Onboarding" | "Ongoing monitoring";
|
|
74212
|
-
|
|
74212
|
+
externalCustomerId?: string | null | undefined;
|
|
74213
74213
|
cmsProjectId?: string | undefined;
|
|
74214
74214
|
deletedBy?: string | null | undefined;
|
|
74215
74215
|
deletedAt?: Date | null | undefined;
|
|
@@ -74936,10 +74936,10 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
74936
74936
|
status?: unknown;
|
|
74937
74937
|
type?: "Individual" | "Company" | null | undefined;
|
|
74938
74938
|
updatedAt?: Date | null | undefined;
|
|
74939
|
+
externalCustomerId?: string | null | undefined;
|
|
74939
74940
|
reason?: string | null | undefined;
|
|
74940
74941
|
deletedBy?: string | null | undefined;
|
|
74941
74942
|
deletedAt?: Date | null | undefined;
|
|
74942
|
-
externalClientId?: string | null | undefined;
|
|
74943
74943
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
74944
74944
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
74945
74945
|
};
|
|
@@ -74955,10 +74955,10 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
74955
74955
|
status?: unknown;
|
|
74956
74956
|
type?: "Individual" | "Company" | null | undefined;
|
|
74957
74957
|
updatedAt?: Date | null | undefined;
|
|
74958
|
+
externalCustomerId?: string | null | undefined;
|
|
74958
74959
|
reason?: string | null | undefined;
|
|
74959
74960
|
deletedBy?: string | null | undefined;
|
|
74960
74961
|
deletedAt?: Date | null | undefined;
|
|
74961
|
-
externalClientId?: string | null | undefined;
|
|
74962
74962
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
74963
74963
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
74964
74964
|
};
|
|
@@ -74974,10 +74974,10 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
74974
74974
|
status?: unknown;
|
|
74975
74975
|
type?: "Individual" | "Company" | null | undefined;
|
|
74976
74976
|
updatedAt?: Date | null | undefined;
|
|
74977
|
+
externalCustomerId?: string | null | undefined;
|
|
74977
74978
|
reason?: string | null | undefined;
|
|
74978
74979
|
deletedBy?: string | null | undefined;
|
|
74979
74980
|
deletedAt?: Date | null | undefined;
|
|
74980
|
-
externalClientId?: string | null | undefined;
|
|
74981
74981
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
74982
74982
|
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
74983
74983
|
};
|
|
@@ -74992,7 +74992,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
74992
74992
|
customerId: string;
|
|
74993
74993
|
severity: "Low" | "Medium" | "High";
|
|
74994
74994
|
category: "Onboarding" | "Ongoing monitoring";
|
|
74995
|
-
|
|
74995
|
+
externalCustomerId?: string | null | undefined;
|
|
74996
74996
|
cmsProjectId?: string | undefined;
|
|
74997
74997
|
deletedBy?: string | null | undefined;
|
|
74998
74998
|
deletedAt?: Date | null | undefined;
|
|
@@ -75008,7 +75008,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
75008
75008
|
customerId: string;
|
|
75009
75009
|
severity: "Low" | "Medium" | "High";
|
|
75010
75010
|
category: "Onboarding" | "Ongoing monitoring";
|
|
75011
|
-
|
|
75011
|
+
externalCustomerId?: string | null | undefined;
|
|
75012
75012
|
cmsProjectId?: string | undefined;
|
|
75013
75013
|
deletedBy?: string | null | undefined;
|
|
75014
75014
|
deletedAt?: Date | null | undefined;
|
|
@@ -75024,7 +75024,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
75024
75024
|
customerId: string;
|
|
75025
75025
|
severity: "Low" | "Medium" | "High";
|
|
75026
75026
|
category: "Onboarding" | "Ongoing monitoring";
|
|
75027
|
-
|
|
75027
|
+
externalCustomerId?: string | null | undefined;
|
|
75028
75028
|
cmsProjectId?: string | undefined;
|
|
75029
75029
|
deletedBy?: string | null | undefined;
|
|
75030
75030
|
deletedAt?: Date | null | undefined;
|