@nexeraid/identity-schemas 2.1.4-dev → 2.1.6-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.
@@ -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
- externalUserId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
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
- externalUserId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
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
- externalUserId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
9570
+ externalCustomerId?: string | null | undefined;
9571
9571
  cmsProjectId?: string | undefined;
9572
9572
  deletedBy?: string | null | undefined;
9573
9573
  deletedAt?: Date | null | undefined;
@@ -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
- externalUserId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
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
- externalUserId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
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
- externalUserId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
18999
+ externalCustomerId?: string | null | undefined;
19000
19000
  cmsProjectId?: string | undefined;
19001
19001
  deletedBy?: string | null | undefined;
19002
19002
  deletedAt?: Date | null | undefined;
@@ -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
- externalUserId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
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
- externalUserId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
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
- externalUserId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
28423
+ externalCustomerId?: string | null | undefined;
28424
28424
  cmsProjectId?: string | undefined;
28425
28425
  deletedBy?: string | null | undefined;
28426
28426
  deletedAt?: Date | null | undefined;
@@ -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
- externalUserId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
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
- externalUserId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
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
- externalUserId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
38126
+ externalCustomerId?: string | null | undefined;
38127
38127
  cmsProjectId?: string | undefined;
38128
38128
  deletedBy?: string | null | undefined;
38129
38129
  deletedAt?: Date | null | undefined;
@@ -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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
38938
+ externalCustomerId?: string | null | undefined;
38939
38939
  cmsProjectId?: string | undefined;
38940
38940
  deletedBy?: string | null | undefined;
38941
38941
  deletedAt?: Date | null | undefined;
@@ -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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
39751
+ externalCustomerId?: string | null | undefined;
39752
39752
  cmsProjectId?: string | undefined;
39753
39753
  deletedBy?: string | null | undefined;
39754
39754
  deletedAt?: Date | null | undefined;
@@ -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
- externalUserId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
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
- externalUserId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
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
- externalUserId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
49208
+ externalCustomerId?: string | null | undefined;
49209
49209
  cmsProjectId?: string | undefined;
49210
49210
  deletedBy?: string | null | undefined;
49211
49211
  deletedAt?: Date | null | undefined;
@@ -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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
50053
+ externalCustomerId?: string | null | undefined;
50054
50054
  cmsProjectId?: string | undefined;
50055
50055
  deletedBy?: string | null | undefined;
50056
50056
  deletedAt?: Date | null | undefined;
@@ -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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
50878
+ externalCustomerId?: string | null | undefined;
50879
50879
  cmsProjectId?: string | undefined;
50880
50880
  deletedBy?: string | null | undefined;
50881
50881
  deletedAt?: Date | null | undefined;
@@ -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
- externalUserId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
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
- externalUserId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
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
- externalUserId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
62318
+ externalCustomerId?: string | null | undefined;
62319
62319
  cmsProjectId?: string | undefined;
62320
62320
  deletedBy?: string | null | undefined;
62321
62321
  deletedAt?: Date | null | undefined;
@@ -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
- externalUserId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
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
- externalUserId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
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
- externalUserId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
71772
+ externalCustomerId?: string | null | undefined;
71773
71773
  cmsProjectId?: string | undefined;
71774
71774
  deletedBy?: string | null | undefined;
71775
71775
  deletedAt?: Date | null | undefined;
@@ -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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
72584
+ externalCustomerId?: string | null | undefined;
72585
72585
  cmsProjectId?: string | undefined;
72586
72586
  deletedBy?: string | null | undefined;
72587
72587
  deletedAt?: Date | null | undefined;
@@ -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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
73397
+ externalCustomerId?: string | null | undefined;
73398
73398
  cmsProjectId?: string | undefined;
73399
73399
  deletedBy?: string | null | undefined;
73400
73400
  deletedAt?: Date | null | undefined;
@@ -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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
74212
+ externalCustomerId?: string | null | undefined;
74213
74213
  cmsProjectId?: string | undefined;
74214
74214
  deletedBy?: string | null | undefined;
74215
74215
  deletedAt?: Date | null | undefined;
@@ -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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
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
- externalUserId?: string | null | undefined;
75027
+ externalCustomerId?: string | null | undefined;
75028
75028
  cmsProjectId?: string | undefined;
75029
75029
  deletedBy?: string | null | undefined;
75030
75030
  deletedAt?: Date | null | undefined;