@nexeraid/identity-schemas 2.102.0-dev → 2.103.0-dev

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -467,9 +467,9 @@ export declare const CustomerCreatedPayload: z.ZodObject<{
467
467
  id: string;
468
468
  createdAt: Date;
469
469
  customerId: string;
470
+ cmsProjectId: string;
470
471
  createdBy: string;
471
472
  updatedBy: string;
472
- cmsProjectId: string;
473
473
  type?: "Individual" | "Company" | null | undefined;
474
474
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
475
475
  updatedAt?: Date | null | undefined;
@@ -483,9 +483,9 @@ export declare const CustomerCreatedPayload: z.ZodObject<{
483
483
  id: string;
484
484
  createdAt: Date;
485
485
  customerId: string;
486
+ cmsProjectId: string;
486
487
  createdBy: string;
487
488
  updatedBy: string;
488
- cmsProjectId: string;
489
489
  type?: "Individual" | "Company" | null | undefined;
490
490
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
491
491
  updatedAt?: Date | null | undefined;
@@ -501,9 +501,9 @@ export declare const CustomerCreatedPayload: z.ZodObject<{
501
501
  id: string;
502
502
  createdAt: Date;
503
503
  customerId: string;
504
+ cmsProjectId: string;
504
505
  createdBy: string;
505
506
  updatedBy: string;
506
- cmsProjectId: string;
507
507
  type?: "Individual" | "Company" | null | undefined;
508
508
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
509
509
  updatedAt?: Date | null | undefined;
@@ -520,9 +520,9 @@ export declare const CustomerCreatedPayload: z.ZodObject<{
520
520
  id: string;
521
521
  createdAt: Date;
522
522
  customerId: string;
523
+ cmsProjectId: string;
523
524
  createdBy: string;
524
525
  updatedBy: string;
525
- cmsProjectId: string;
526
526
  type?: "Individual" | "Company" | null | undefined;
527
527
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
528
528
  updatedAt?: Date | null | undefined;
@@ -557,9 +557,9 @@ export declare const CustomerUpdatedPayload: z.ZodObject<{
557
557
  id: string;
558
558
  createdAt: Date;
559
559
  customerId: string;
560
+ cmsProjectId: string;
560
561
  createdBy: string;
561
562
  updatedBy: string;
562
- cmsProjectId: string;
563
563
  type?: "Individual" | "Company" | null | undefined;
564
564
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
565
565
  updatedAt?: Date | null | undefined;
@@ -573,9 +573,9 @@ export declare const CustomerUpdatedPayload: z.ZodObject<{
573
573
  id: string;
574
574
  createdAt: Date;
575
575
  customerId: string;
576
+ cmsProjectId: string;
576
577
  createdBy: string;
577
578
  updatedBy: string;
578
- cmsProjectId: string;
579
579
  type?: "Individual" | "Company" | null | undefined;
580
580
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
581
581
  updatedAt?: Date | null | undefined;
@@ -591,9 +591,9 @@ export declare const CustomerUpdatedPayload: z.ZodObject<{
591
591
  id: string;
592
592
  createdAt: Date;
593
593
  customerId: string;
594
+ cmsProjectId: string;
594
595
  createdBy: string;
595
596
  updatedBy: string;
596
- cmsProjectId: string;
597
597
  type?: "Individual" | "Company" | null | undefined;
598
598
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
599
599
  updatedAt?: Date | null | undefined;
@@ -610,9 +610,9 @@ export declare const CustomerUpdatedPayload: z.ZodObject<{
610
610
  id: string;
611
611
  createdAt: Date;
612
612
  customerId: string;
613
+ cmsProjectId: string;
613
614
  createdBy: string;
614
615
  updatedBy: string;
615
- cmsProjectId: string;
616
616
  type?: "Individual" | "Company" | null | undefined;
617
617
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
618
618
  updatedAt?: Date | null | undefined;
@@ -647,9 +647,9 @@ export declare const CustomerDeletedPayload: z.ZodObject<{
647
647
  id: string;
648
648
  createdAt: Date;
649
649
  customerId: string;
650
+ cmsProjectId: string;
650
651
  createdBy: string;
651
652
  updatedBy: string;
652
- cmsProjectId: string;
653
653
  type?: "Individual" | "Company" | null | undefined;
654
654
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
655
655
  updatedAt?: Date | null | undefined;
@@ -663,9 +663,9 @@ export declare const CustomerDeletedPayload: z.ZodObject<{
663
663
  id: string;
664
664
  createdAt: Date;
665
665
  customerId: string;
666
+ cmsProjectId: string;
666
667
  createdBy: string;
667
668
  updatedBy: string;
668
- cmsProjectId: string;
669
669
  type?: "Individual" | "Company" | null | undefined;
670
670
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
671
671
  updatedAt?: Date | null | undefined;
@@ -681,9 +681,9 @@ export declare const CustomerDeletedPayload: z.ZodObject<{
681
681
  id: string;
682
682
  createdAt: Date;
683
683
  customerId: string;
684
+ cmsProjectId: string;
684
685
  createdBy: string;
685
686
  updatedBy: string;
686
- cmsProjectId: string;
687
687
  type?: "Individual" | "Company" | null | undefined;
688
688
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
689
689
  updatedAt?: Date | null | undefined;
@@ -700,9 +700,9 @@ export declare const CustomerDeletedPayload: z.ZodObject<{
700
700
  id: string;
701
701
  createdAt: Date;
702
702
  customerId: string;
703
+ cmsProjectId: string;
703
704
  createdBy: string;
704
705
  updatedBy: string;
705
- cmsProjectId: string;
706
706
  type?: "Individual" | "Company" | null | undefined;
707
707
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
708
708
  updatedAt?: Date | null | undefined;
@@ -729,8 +729,6 @@ export declare const AlertCreatedPayload: z.ZodObject<{
729
729
  reason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
730
730
  createdAt: z.ZodDate;
731
731
  updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
732
- createdBy: z.ZodString;
733
- updatedBy: z.ZodOptional<z.ZodNullable<z.ZodString>>;
734
732
  tags: z.ZodArray<z.ZodObject<{
735
733
  id: z.ZodString;
736
734
  title: z.ZodString;
@@ -763,14 +761,12 @@ export declare const AlertCreatedPayload: z.ZodObject<{
763
761
  updatedAt: Date | null;
764
762
  }[];
765
763
  severity: "Low" | "Medium" | "High";
766
- createdBy: string;
767
764
  updatedAt?: Date | null | undefined;
768
765
  workflowId?: string | null | undefined;
769
766
  externalCustomerId?: string | null | undefined;
770
767
  workflowName?: string | null | undefined;
771
768
  reason?: string | null | undefined;
772
769
  scenarioAlertCount?: number | null | undefined;
773
- updatedBy?: string | null | undefined;
774
770
  }, {
775
771
  id: string;
776
772
  status: "Escalated" | "Pending" | "Open" | "Under Investigation" | "Closed";
@@ -784,14 +780,12 @@ export declare const AlertCreatedPayload: z.ZodObject<{
784
780
  updatedAt: Date | null;
785
781
  }[];
786
782
  severity: "Low" | "Medium" | "High";
787
- createdBy: string;
788
783
  updatedAt?: Date | null | undefined;
789
784
  workflowId?: string | null | undefined;
790
785
  externalCustomerId?: string | null | undefined;
791
786
  workflowName?: string | null | undefined;
792
787
  reason?: string | null | undefined;
793
788
  scenarioAlertCount?: number | null | undefined;
794
- updatedBy?: string | null | undefined;
795
789
  }>;
796
790
  }, "strip", z.ZodTypeAny, {
797
791
  payload: {
@@ -807,14 +801,12 @@ export declare const AlertCreatedPayload: z.ZodObject<{
807
801
  updatedAt: Date | null;
808
802
  }[];
809
803
  severity: "Low" | "Medium" | "High";
810
- createdBy: string;
811
804
  updatedAt?: Date | null | undefined;
812
805
  workflowId?: string | null | undefined;
813
806
  externalCustomerId?: string | null | undefined;
814
807
  workflowName?: string | null | undefined;
815
808
  reason?: string | null | undefined;
816
809
  scenarioAlertCount?: number | null | undefined;
817
- updatedBy?: string | null | undefined;
818
810
  };
819
811
  eventType: "alert.created";
820
812
  }, {
@@ -831,14 +823,12 @@ export declare const AlertCreatedPayload: z.ZodObject<{
831
823
  updatedAt: Date | null;
832
824
  }[];
833
825
  severity: "Low" | "Medium" | "High";
834
- createdBy: string;
835
826
  updatedAt?: Date | null | undefined;
836
827
  workflowId?: string | null | undefined;
837
828
  externalCustomerId?: string | null | undefined;
838
829
  workflowName?: string | null | undefined;
839
830
  reason?: string | null | undefined;
840
831
  scenarioAlertCount?: number | null | undefined;
841
- updatedBy?: string | null | undefined;
842
832
  };
843
833
  eventType: "alert.created";
844
834
  }>;
@@ -856,8 +846,6 @@ export declare const AlertUpdatedPayload: z.ZodObject<{
856
846
  reason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
857
847
  createdAt: z.ZodDate;
858
848
  updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
859
- createdBy: z.ZodString;
860
- updatedBy: z.ZodOptional<z.ZodNullable<z.ZodString>>;
861
849
  tags: z.ZodArray<z.ZodObject<{
862
850
  id: z.ZodString;
863
851
  title: z.ZodString;
@@ -890,14 +878,12 @@ export declare const AlertUpdatedPayload: z.ZodObject<{
890
878
  updatedAt: Date | null;
891
879
  }[];
892
880
  severity: "Low" | "Medium" | "High";
893
- createdBy: string;
894
881
  updatedAt?: Date | null | undefined;
895
882
  workflowId?: string | null | undefined;
896
883
  externalCustomerId?: string | null | undefined;
897
884
  workflowName?: string | null | undefined;
898
885
  reason?: string | null | undefined;
899
886
  scenarioAlertCount?: number | null | undefined;
900
- updatedBy?: string | null | undefined;
901
887
  }, {
902
888
  id: string;
903
889
  status: "Escalated" | "Pending" | "Open" | "Under Investigation" | "Closed";
@@ -911,14 +897,12 @@ export declare const AlertUpdatedPayload: z.ZodObject<{
911
897
  updatedAt: Date | null;
912
898
  }[];
913
899
  severity: "Low" | "Medium" | "High";
914
- createdBy: string;
915
900
  updatedAt?: Date | null | undefined;
916
901
  workflowId?: string | null | undefined;
917
902
  externalCustomerId?: string | null | undefined;
918
903
  workflowName?: string | null | undefined;
919
904
  reason?: string | null | undefined;
920
905
  scenarioAlertCount?: number | null | undefined;
921
- updatedBy?: string | null | undefined;
922
906
  }>;
923
907
  }, "strip", z.ZodTypeAny, {
924
908
  payload: {
@@ -934,14 +918,12 @@ export declare const AlertUpdatedPayload: z.ZodObject<{
934
918
  updatedAt: Date | null;
935
919
  }[];
936
920
  severity: "Low" | "Medium" | "High";
937
- createdBy: string;
938
921
  updatedAt?: Date | null | undefined;
939
922
  workflowId?: string | null | undefined;
940
923
  externalCustomerId?: string | null | undefined;
941
924
  workflowName?: string | null | undefined;
942
925
  reason?: string | null | undefined;
943
926
  scenarioAlertCount?: number | null | undefined;
944
- updatedBy?: string | null | undefined;
945
927
  };
946
928
  eventType: "alert.updated";
947
929
  }, {
@@ -958,14 +940,12 @@ export declare const AlertUpdatedPayload: z.ZodObject<{
958
940
  updatedAt: Date | null;
959
941
  }[];
960
942
  severity: "Low" | "Medium" | "High";
961
- createdBy: string;
962
943
  updatedAt?: Date | null | undefined;
963
944
  workflowId?: string | null | undefined;
964
945
  externalCustomerId?: string | null | undefined;
965
946
  workflowName?: string | null | undefined;
966
947
  reason?: string | null | undefined;
967
948
  scenarioAlertCount?: number | null | undefined;
968
- updatedBy?: string | null | undefined;
969
949
  };
970
950
  eventType: "alert.updated";
971
951
  }>;
@@ -983,8 +963,6 @@ export declare const AlertDeletedPayload: z.ZodObject<{
983
963
  reason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
984
964
  createdAt: z.ZodDate;
985
965
  updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
986
- createdBy: z.ZodString;
987
- updatedBy: z.ZodOptional<z.ZodNullable<z.ZodString>>;
988
966
  tags: z.ZodArray<z.ZodObject<{
989
967
  id: z.ZodString;
990
968
  title: z.ZodString;
@@ -1017,14 +995,12 @@ export declare const AlertDeletedPayload: z.ZodObject<{
1017
995
  updatedAt: Date | null;
1018
996
  }[];
1019
997
  severity: "Low" | "Medium" | "High";
1020
- createdBy: string;
1021
998
  updatedAt?: Date | null | undefined;
1022
999
  workflowId?: string | null | undefined;
1023
1000
  externalCustomerId?: string | null | undefined;
1024
1001
  workflowName?: string | null | undefined;
1025
1002
  reason?: string | null | undefined;
1026
1003
  scenarioAlertCount?: number | null | undefined;
1027
- updatedBy?: string | null | undefined;
1028
1004
  }, {
1029
1005
  id: string;
1030
1006
  status: "Escalated" | "Pending" | "Open" | "Under Investigation" | "Closed";
@@ -1038,14 +1014,12 @@ export declare const AlertDeletedPayload: z.ZodObject<{
1038
1014
  updatedAt: Date | null;
1039
1015
  }[];
1040
1016
  severity: "Low" | "Medium" | "High";
1041
- createdBy: string;
1042
1017
  updatedAt?: Date | null | undefined;
1043
1018
  workflowId?: string | null | undefined;
1044
1019
  externalCustomerId?: string | null | undefined;
1045
1020
  workflowName?: string | null | undefined;
1046
1021
  reason?: string | null | undefined;
1047
1022
  scenarioAlertCount?: number | null | undefined;
1048
- updatedBy?: string | null | undefined;
1049
1023
  }>;
1050
1024
  }, "strip", z.ZodTypeAny, {
1051
1025
  payload: {
@@ -1061,14 +1035,12 @@ export declare const AlertDeletedPayload: z.ZodObject<{
1061
1035
  updatedAt: Date | null;
1062
1036
  }[];
1063
1037
  severity: "Low" | "Medium" | "High";
1064
- createdBy: string;
1065
1038
  updatedAt?: Date | null | undefined;
1066
1039
  workflowId?: string | null | undefined;
1067
1040
  externalCustomerId?: string | null | undefined;
1068
1041
  workflowName?: string | null | undefined;
1069
1042
  reason?: string | null | undefined;
1070
1043
  scenarioAlertCount?: number | null | undefined;
1071
- updatedBy?: string | null | undefined;
1072
1044
  };
1073
1045
  eventType: "alert.deleted";
1074
1046
  }, {
@@ -1085,14 +1057,12 @@ export declare const AlertDeletedPayload: z.ZodObject<{
1085
1057
  updatedAt: Date | null;
1086
1058
  }[];
1087
1059
  severity: "Low" | "Medium" | "High";
1088
- createdBy: string;
1089
1060
  updatedAt?: Date | null | undefined;
1090
1061
  workflowId?: string | null | undefined;
1091
1062
  externalCustomerId?: string | null | undefined;
1092
1063
  workflowName?: string | null | undefined;
1093
1064
  reason?: string | null | undefined;
1094
1065
  scenarioAlertCount?: number | null | undefined;
1095
- updatedBy?: string | null | undefined;
1096
1066
  };
1097
1067
  eventType: "alert.deleted";
1098
1068
  }>;
@@ -1630,9 +1600,9 @@ export declare const WebhookCustomerEventPayload: z.ZodUnion<[z.ZodObject<{
1630
1600
  id: string;
1631
1601
  createdAt: Date;
1632
1602
  customerId: string;
1603
+ cmsProjectId: string;
1633
1604
  createdBy: string;
1634
1605
  updatedBy: string;
1635
- cmsProjectId: string;
1636
1606
  type?: "Individual" | "Company" | null | undefined;
1637
1607
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
1638
1608
  updatedAt?: Date | null | undefined;
@@ -1646,9 +1616,9 @@ export declare const WebhookCustomerEventPayload: z.ZodUnion<[z.ZodObject<{
1646
1616
  id: string;
1647
1617
  createdAt: Date;
1648
1618
  customerId: string;
1619
+ cmsProjectId: string;
1649
1620
  createdBy: string;
1650
1621
  updatedBy: string;
1651
- cmsProjectId: string;
1652
1622
  type?: "Individual" | "Company" | null | undefined;
1653
1623
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
1654
1624
  updatedAt?: Date | null | undefined;
@@ -1664,9 +1634,9 @@ export declare const WebhookCustomerEventPayload: z.ZodUnion<[z.ZodObject<{
1664
1634
  id: string;
1665
1635
  createdAt: Date;
1666
1636
  customerId: string;
1637
+ cmsProjectId: string;
1667
1638
  createdBy: string;
1668
1639
  updatedBy: string;
1669
- cmsProjectId: string;
1670
1640
  type?: "Individual" | "Company" | null | undefined;
1671
1641
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
1672
1642
  updatedAt?: Date | null | undefined;
@@ -1683,9 +1653,9 @@ export declare const WebhookCustomerEventPayload: z.ZodUnion<[z.ZodObject<{
1683
1653
  id: string;
1684
1654
  createdAt: Date;
1685
1655
  customerId: string;
1656
+ cmsProjectId: string;
1686
1657
  createdBy: string;
1687
1658
  updatedBy: string;
1688
- cmsProjectId: string;
1689
1659
  type?: "Individual" | "Company" | null | undefined;
1690
1660
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
1691
1661
  updatedAt?: Date | null | undefined;
@@ -1719,9 +1689,9 @@ export declare const WebhookCustomerEventPayload: z.ZodUnion<[z.ZodObject<{
1719
1689
  id: string;
1720
1690
  createdAt: Date;
1721
1691
  customerId: string;
1692
+ cmsProjectId: string;
1722
1693
  createdBy: string;
1723
1694
  updatedBy: string;
1724
- cmsProjectId: string;
1725
1695
  type?: "Individual" | "Company" | null | undefined;
1726
1696
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
1727
1697
  updatedAt?: Date | null | undefined;
@@ -1735,9 +1705,9 @@ export declare const WebhookCustomerEventPayload: z.ZodUnion<[z.ZodObject<{
1735
1705
  id: string;
1736
1706
  createdAt: Date;
1737
1707
  customerId: string;
1708
+ cmsProjectId: string;
1738
1709
  createdBy: string;
1739
1710
  updatedBy: string;
1740
- cmsProjectId: string;
1741
1711
  type?: "Individual" | "Company" | null | undefined;
1742
1712
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
1743
1713
  updatedAt?: Date | null | undefined;
@@ -1753,9 +1723,9 @@ export declare const WebhookCustomerEventPayload: z.ZodUnion<[z.ZodObject<{
1753
1723
  id: string;
1754
1724
  createdAt: Date;
1755
1725
  customerId: string;
1726
+ cmsProjectId: string;
1756
1727
  createdBy: string;
1757
1728
  updatedBy: string;
1758
- cmsProjectId: string;
1759
1729
  type?: "Individual" | "Company" | null | undefined;
1760
1730
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
1761
1731
  updatedAt?: Date | null | undefined;
@@ -1772,9 +1742,9 @@ export declare const WebhookCustomerEventPayload: z.ZodUnion<[z.ZodObject<{
1772
1742
  id: string;
1773
1743
  createdAt: Date;
1774
1744
  customerId: string;
1745
+ cmsProjectId: string;
1775
1746
  createdBy: string;
1776
1747
  updatedBy: string;
1777
- cmsProjectId: string;
1778
1748
  type?: "Individual" | "Company" | null | undefined;
1779
1749
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
1780
1750
  updatedAt?: Date | null | undefined;
@@ -1808,9 +1778,9 @@ export declare const WebhookCustomerEventPayload: z.ZodUnion<[z.ZodObject<{
1808
1778
  id: string;
1809
1779
  createdAt: Date;
1810
1780
  customerId: string;
1781
+ cmsProjectId: string;
1811
1782
  createdBy: string;
1812
1783
  updatedBy: string;
1813
- cmsProjectId: string;
1814
1784
  type?: "Individual" | "Company" | null | undefined;
1815
1785
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
1816
1786
  updatedAt?: Date | null | undefined;
@@ -1824,9 +1794,9 @@ export declare const WebhookCustomerEventPayload: z.ZodUnion<[z.ZodObject<{
1824
1794
  id: string;
1825
1795
  createdAt: Date;
1826
1796
  customerId: string;
1797
+ cmsProjectId: string;
1827
1798
  createdBy: string;
1828
1799
  updatedBy: string;
1829
- cmsProjectId: string;
1830
1800
  type?: "Individual" | "Company" | null | undefined;
1831
1801
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
1832
1802
  updatedAt?: Date | null | undefined;
@@ -1842,9 +1812,9 @@ export declare const WebhookCustomerEventPayload: z.ZodUnion<[z.ZodObject<{
1842
1812
  id: string;
1843
1813
  createdAt: Date;
1844
1814
  customerId: string;
1815
+ cmsProjectId: string;
1845
1816
  createdBy: string;
1846
1817
  updatedBy: string;
1847
- cmsProjectId: string;
1848
1818
  type?: "Individual" | "Company" | null | undefined;
1849
1819
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
1850
1820
  updatedAt?: Date | null | undefined;
@@ -1861,9 +1831,9 @@ export declare const WebhookCustomerEventPayload: z.ZodUnion<[z.ZodObject<{
1861
1831
  id: string;
1862
1832
  createdAt: Date;
1863
1833
  customerId: string;
1834
+ cmsProjectId: string;
1864
1835
  createdBy: string;
1865
1836
  updatedBy: string;
1866
- cmsProjectId: string;
1867
1837
  type?: "Individual" | "Company" | null | undefined;
1868
1838
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
1869
1839
  updatedAt?: Date | null | undefined;
@@ -1891,8 +1861,6 @@ export declare const WebhookAlertEventPayload: z.ZodUnion<[z.ZodObject<{
1891
1861
  reason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1892
1862
  createdAt: z.ZodDate;
1893
1863
  updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
1894
- createdBy: z.ZodString;
1895
- updatedBy: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1896
1864
  tags: z.ZodArray<z.ZodObject<{
1897
1865
  id: z.ZodString;
1898
1866
  title: z.ZodString;
@@ -1925,14 +1893,12 @@ export declare const WebhookAlertEventPayload: z.ZodUnion<[z.ZodObject<{
1925
1893
  updatedAt: Date | null;
1926
1894
  }[];
1927
1895
  severity: "Low" | "Medium" | "High";
1928
- createdBy: string;
1929
1896
  updatedAt?: Date | null | undefined;
1930
1897
  workflowId?: string | null | undefined;
1931
1898
  externalCustomerId?: string | null | undefined;
1932
1899
  workflowName?: string | null | undefined;
1933
1900
  reason?: string | null | undefined;
1934
1901
  scenarioAlertCount?: number | null | undefined;
1935
- updatedBy?: string | null | undefined;
1936
1902
  }, {
1937
1903
  id: string;
1938
1904
  status: "Escalated" | "Pending" | "Open" | "Under Investigation" | "Closed";
@@ -1946,14 +1912,12 @@ export declare const WebhookAlertEventPayload: z.ZodUnion<[z.ZodObject<{
1946
1912
  updatedAt: Date | null;
1947
1913
  }[];
1948
1914
  severity: "Low" | "Medium" | "High";
1949
- createdBy: string;
1950
1915
  updatedAt?: Date | null | undefined;
1951
1916
  workflowId?: string | null | undefined;
1952
1917
  externalCustomerId?: string | null | undefined;
1953
1918
  workflowName?: string | null | undefined;
1954
1919
  reason?: string | null | undefined;
1955
1920
  scenarioAlertCount?: number | null | undefined;
1956
- updatedBy?: string | null | undefined;
1957
1921
  }>;
1958
1922
  }, "strip", z.ZodTypeAny, {
1959
1923
  payload: {
@@ -1969,14 +1933,12 @@ export declare const WebhookAlertEventPayload: z.ZodUnion<[z.ZodObject<{
1969
1933
  updatedAt: Date | null;
1970
1934
  }[];
1971
1935
  severity: "Low" | "Medium" | "High";
1972
- createdBy: string;
1973
1936
  updatedAt?: Date | null | undefined;
1974
1937
  workflowId?: string | null | undefined;
1975
1938
  externalCustomerId?: string | null | undefined;
1976
1939
  workflowName?: string | null | undefined;
1977
1940
  reason?: string | null | undefined;
1978
1941
  scenarioAlertCount?: number | null | undefined;
1979
- updatedBy?: string | null | undefined;
1980
1942
  };
1981
1943
  eventType: "alert.created";
1982
1944
  }, {
@@ -1993,14 +1955,12 @@ export declare const WebhookAlertEventPayload: z.ZodUnion<[z.ZodObject<{
1993
1955
  updatedAt: Date | null;
1994
1956
  }[];
1995
1957
  severity: "Low" | "Medium" | "High";
1996
- createdBy: string;
1997
1958
  updatedAt?: Date | null | undefined;
1998
1959
  workflowId?: string | null | undefined;
1999
1960
  externalCustomerId?: string | null | undefined;
2000
1961
  workflowName?: string | null | undefined;
2001
1962
  reason?: string | null | undefined;
2002
1963
  scenarioAlertCount?: number | null | undefined;
2003
- updatedBy?: string | null | undefined;
2004
1964
  };
2005
1965
  eventType: "alert.created";
2006
1966
  }>, z.ZodObject<{
@@ -2017,8 +1977,6 @@ export declare const WebhookAlertEventPayload: z.ZodUnion<[z.ZodObject<{
2017
1977
  reason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2018
1978
  createdAt: z.ZodDate;
2019
1979
  updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
2020
- createdBy: z.ZodString;
2021
- updatedBy: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2022
1980
  tags: z.ZodArray<z.ZodObject<{
2023
1981
  id: z.ZodString;
2024
1982
  title: z.ZodString;
@@ -2051,14 +2009,12 @@ export declare const WebhookAlertEventPayload: z.ZodUnion<[z.ZodObject<{
2051
2009
  updatedAt: Date | null;
2052
2010
  }[];
2053
2011
  severity: "Low" | "Medium" | "High";
2054
- createdBy: string;
2055
2012
  updatedAt?: Date | null | undefined;
2056
2013
  workflowId?: string | null | undefined;
2057
2014
  externalCustomerId?: string | null | undefined;
2058
2015
  workflowName?: string | null | undefined;
2059
2016
  reason?: string | null | undefined;
2060
2017
  scenarioAlertCount?: number | null | undefined;
2061
- updatedBy?: string | null | undefined;
2062
2018
  }, {
2063
2019
  id: string;
2064
2020
  status: "Escalated" | "Pending" | "Open" | "Under Investigation" | "Closed";
@@ -2072,14 +2028,12 @@ export declare const WebhookAlertEventPayload: z.ZodUnion<[z.ZodObject<{
2072
2028
  updatedAt: Date | null;
2073
2029
  }[];
2074
2030
  severity: "Low" | "Medium" | "High";
2075
- createdBy: string;
2076
2031
  updatedAt?: Date | null | undefined;
2077
2032
  workflowId?: string | null | undefined;
2078
2033
  externalCustomerId?: string | null | undefined;
2079
2034
  workflowName?: string | null | undefined;
2080
2035
  reason?: string | null | undefined;
2081
2036
  scenarioAlertCount?: number | null | undefined;
2082
- updatedBy?: string | null | undefined;
2083
2037
  }>;
2084
2038
  }, "strip", z.ZodTypeAny, {
2085
2039
  payload: {
@@ -2095,14 +2049,12 @@ export declare const WebhookAlertEventPayload: z.ZodUnion<[z.ZodObject<{
2095
2049
  updatedAt: Date | null;
2096
2050
  }[];
2097
2051
  severity: "Low" | "Medium" | "High";
2098
- createdBy: string;
2099
2052
  updatedAt?: Date | null | undefined;
2100
2053
  workflowId?: string | null | undefined;
2101
2054
  externalCustomerId?: string | null | undefined;
2102
2055
  workflowName?: string | null | undefined;
2103
2056
  reason?: string | null | undefined;
2104
2057
  scenarioAlertCount?: number | null | undefined;
2105
- updatedBy?: string | null | undefined;
2106
2058
  };
2107
2059
  eventType: "alert.updated";
2108
2060
  }, {
@@ -2119,14 +2071,12 @@ export declare const WebhookAlertEventPayload: z.ZodUnion<[z.ZodObject<{
2119
2071
  updatedAt: Date | null;
2120
2072
  }[];
2121
2073
  severity: "Low" | "Medium" | "High";
2122
- createdBy: string;
2123
2074
  updatedAt?: Date | null | undefined;
2124
2075
  workflowId?: string | null | undefined;
2125
2076
  externalCustomerId?: string | null | undefined;
2126
2077
  workflowName?: string | null | undefined;
2127
2078
  reason?: string | null | undefined;
2128
2079
  scenarioAlertCount?: number | null | undefined;
2129
- updatedBy?: string | null | undefined;
2130
2080
  };
2131
2081
  eventType: "alert.updated";
2132
2082
  }>, z.ZodObject<{
@@ -2143,8 +2093,6 @@ export declare const WebhookAlertEventPayload: z.ZodUnion<[z.ZodObject<{
2143
2093
  reason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2144
2094
  createdAt: z.ZodDate;
2145
2095
  updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
2146
- createdBy: z.ZodString;
2147
- updatedBy: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2148
2096
  tags: z.ZodArray<z.ZodObject<{
2149
2097
  id: z.ZodString;
2150
2098
  title: z.ZodString;
@@ -2177,14 +2125,12 @@ export declare const WebhookAlertEventPayload: z.ZodUnion<[z.ZodObject<{
2177
2125
  updatedAt: Date | null;
2178
2126
  }[];
2179
2127
  severity: "Low" | "Medium" | "High";
2180
- createdBy: string;
2181
2128
  updatedAt?: Date | null | undefined;
2182
2129
  workflowId?: string | null | undefined;
2183
2130
  externalCustomerId?: string | null | undefined;
2184
2131
  workflowName?: string | null | undefined;
2185
2132
  reason?: string | null | undefined;
2186
2133
  scenarioAlertCount?: number | null | undefined;
2187
- updatedBy?: string | null | undefined;
2188
2134
  }, {
2189
2135
  id: string;
2190
2136
  status: "Escalated" | "Pending" | "Open" | "Under Investigation" | "Closed";
@@ -2198,14 +2144,12 @@ export declare const WebhookAlertEventPayload: z.ZodUnion<[z.ZodObject<{
2198
2144
  updatedAt: Date | null;
2199
2145
  }[];
2200
2146
  severity: "Low" | "Medium" | "High";
2201
- createdBy: string;
2202
2147
  updatedAt?: Date | null | undefined;
2203
2148
  workflowId?: string | null | undefined;
2204
2149
  externalCustomerId?: string | null | undefined;
2205
2150
  workflowName?: string | null | undefined;
2206
2151
  reason?: string | null | undefined;
2207
2152
  scenarioAlertCount?: number | null | undefined;
2208
- updatedBy?: string | null | undefined;
2209
2153
  }>;
2210
2154
  }, "strip", z.ZodTypeAny, {
2211
2155
  payload: {
@@ -2221,14 +2165,12 @@ export declare const WebhookAlertEventPayload: z.ZodUnion<[z.ZodObject<{
2221
2165
  updatedAt: Date | null;
2222
2166
  }[];
2223
2167
  severity: "Low" | "Medium" | "High";
2224
- createdBy: string;
2225
2168
  updatedAt?: Date | null | undefined;
2226
2169
  workflowId?: string | null | undefined;
2227
2170
  externalCustomerId?: string | null | undefined;
2228
2171
  workflowName?: string | null | undefined;
2229
2172
  reason?: string | null | undefined;
2230
2173
  scenarioAlertCount?: number | null | undefined;
2231
- updatedBy?: string | null | undefined;
2232
2174
  };
2233
2175
  eventType: "alert.deleted";
2234
2176
  }, {
@@ -2245,14 +2187,12 @@ export declare const WebhookAlertEventPayload: z.ZodUnion<[z.ZodObject<{
2245
2187
  updatedAt: Date | null;
2246
2188
  }[];
2247
2189
  severity: "Low" | "Medium" | "High";
2248
- createdBy: string;
2249
2190
  updatedAt?: Date | null | undefined;
2250
2191
  workflowId?: string | null | undefined;
2251
2192
  externalCustomerId?: string | null | undefined;
2252
2193
  workflowName?: string | null | undefined;
2253
2194
  reason?: string | null | undefined;
2254
2195
  scenarioAlertCount?: number | null | undefined;
2255
- updatedBy?: string | null | undefined;
2256
2196
  };
2257
2197
  eventType: "alert.deleted";
2258
2198
  }>]>;
@@ -2788,9 +2728,9 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
2788
2728
  id: string;
2789
2729
  createdAt: Date;
2790
2730
  customerId: string;
2731
+ cmsProjectId: string;
2791
2732
  createdBy: string;
2792
2733
  updatedBy: string;
2793
- cmsProjectId: string;
2794
2734
  type?: "Individual" | "Company" | null | undefined;
2795
2735
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
2796
2736
  updatedAt?: Date | null | undefined;
@@ -2804,9 +2744,9 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
2804
2744
  id: string;
2805
2745
  createdAt: Date;
2806
2746
  customerId: string;
2747
+ cmsProjectId: string;
2807
2748
  createdBy: string;
2808
2749
  updatedBy: string;
2809
- cmsProjectId: string;
2810
2750
  type?: "Individual" | "Company" | null | undefined;
2811
2751
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
2812
2752
  updatedAt?: Date | null | undefined;
@@ -2822,9 +2762,9 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
2822
2762
  id: string;
2823
2763
  createdAt: Date;
2824
2764
  customerId: string;
2765
+ cmsProjectId: string;
2825
2766
  createdBy: string;
2826
2767
  updatedBy: string;
2827
- cmsProjectId: string;
2828
2768
  type?: "Individual" | "Company" | null | undefined;
2829
2769
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
2830
2770
  updatedAt?: Date | null | undefined;
@@ -2841,9 +2781,9 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
2841
2781
  id: string;
2842
2782
  createdAt: Date;
2843
2783
  customerId: string;
2784
+ cmsProjectId: string;
2844
2785
  createdBy: string;
2845
2786
  updatedBy: string;
2846
- cmsProjectId: string;
2847
2787
  type?: "Individual" | "Company" | null | undefined;
2848
2788
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
2849
2789
  updatedAt?: Date | null | undefined;
@@ -2877,9 +2817,9 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
2877
2817
  id: string;
2878
2818
  createdAt: Date;
2879
2819
  customerId: string;
2820
+ cmsProjectId: string;
2880
2821
  createdBy: string;
2881
2822
  updatedBy: string;
2882
- cmsProjectId: string;
2883
2823
  type?: "Individual" | "Company" | null | undefined;
2884
2824
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
2885
2825
  updatedAt?: Date | null | undefined;
@@ -2893,9 +2833,9 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
2893
2833
  id: string;
2894
2834
  createdAt: Date;
2895
2835
  customerId: string;
2836
+ cmsProjectId: string;
2896
2837
  createdBy: string;
2897
2838
  updatedBy: string;
2898
- cmsProjectId: string;
2899
2839
  type?: "Individual" | "Company" | null | undefined;
2900
2840
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
2901
2841
  updatedAt?: Date | null | undefined;
@@ -2911,9 +2851,9 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
2911
2851
  id: string;
2912
2852
  createdAt: Date;
2913
2853
  customerId: string;
2854
+ cmsProjectId: string;
2914
2855
  createdBy: string;
2915
2856
  updatedBy: string;
2916
- cmsProjectId: string;
2917
2857
  type?: "Individual" | "Company" | null | undefined;
2918
2858
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
2919
2859
  updatedAt?: Date | null | undefined;
@@ -2930,9 +2870,9 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
2930
2870
  id: string;
2931
2871
  createdAt: Date;
2932
2872
  customerId: string;
2873
+ cmsProjectId: string;
2933
2874
  createdBy: string;
2934
2875
  updatedBy: string;
2935
- cmsProjectId: string;
2936
2876
  type?: "Individual" | "Company" | null | undefined;
2937
2877
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
2938
2878
  updatedAt?: Date | null | undefined;
@@ -2966,9 +2906,9 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
2966
2906
  id: string;
2967
2907
  createdAt: Date;
2968
2908
  customerId: string;
2909
+ cmsProjectId: string;
2969
2910
  createdBy: string;
2970
2911
  updatedBy: string;
2971
- cmsProjectId: string;
2972
2912
  type?: "Individual" | "Company" | null | undefined;
2973
2913
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
2974
2914
  updatedAt?: Date | null | undefined;
@@ -2982,9 +2922,9 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
2982
2922
  id: string;
2983
2923
  createdAt: Date;
2984
2924
  customerId: string;
2925
+ cmsProjectId: string;
2985
2926
  createdBy: string;
2986
2927
  updatedBy: string;
2987
- cmsProjectId: string;
2988
2928
  type?: "Individual" | "Company" | null | undefined;
2989
2929
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
2990
2930
  updatedAt?: Date | null | undefined;
@@ -3000,9 +2940,9 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
3000
2940
  id: string;
3001
2941
  createdAt: Date;
3002
2942
  customerId: string;
2943
+ cmsProjectId: string;
3003
2944
  createdBy: string;
3004
2945
  updatedBy: string;
3005
- cmsProjectId: string;
3006
2946
  type?: "Individual" | "Company" | null | undefined;
3007
2947
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
3008
2948
  updatedAt?: Date | null | undefined;
@@ -3019,9 +2959,9 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
3019
2959
  id: string;
3020
2960
  createdAt: Date;
3021
2961
  customerId: string;
2962
+ cmsProjectId: string;
3022
2963
  createdBy: string;
3023
2964
  updatedBy: string;
3024
- cmsProjectId: string;
3025
2965
  type?: "Individual" | "Company" | null | undefined;
3026
2966
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
3027
2967
  updatedAt?: Date | null | undefined;
@@ -3047,8 +2987,6 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
3047
2987
  reason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3048
2988
  createdAt: z.ZodDate;
3049
2989
  updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
3050
- createdBy: z.ZodString;
3051
- updatedBy: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3052
2990
  tags: z.ZodArray<z.ZodObject<{
3053
2991
  id: z.ZodString;
3054
2992
  title: z.ZodString;
@@ -3081,14 +3019,12 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
3081
3019
  updatedAt: Date | null;
3082
3020
  }[];
3083
3021
  severity: "Low" | "Medium" | "High";
3084
- createdBy: string;
3085
3022
  updatedAt?: Date | null | undefined;
3086
3023
  workflowId?: string | null | undefined;
3087
3024
  externalCustomerId?: string | null | undefined;
3088
3025
  workflowName?: string | null | undefined;
3089
3026
  reason?: string | null | undefined;
3090
3027
  scenarioAlertCount?: number | null | undefined;
3091
- updatedBy?: string | null | undefined;
3092
3028
  }, {
3093
3029
  id: string;
3094
3030
  status: "Escalated" | "Pending" | "Open" | "Under Investigation" | "Closed";
@@ -3102,14 +3038,12 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
3102
3038
  updatedAt: Date | null;
3103
3039
  }[];
3104
3040
  severity: "Low" | "Medium" | "High";
3105
- createdBy: string;
3106
3041
  updatedAt?: Date | null | undefined;
3107
3042
  workflowId?: string | null | undefined;
3108
3043
  externalCustomerId?: string | null | undefined;
3109
3044
  workflowName?: string | null | undefined;
3110
3045
  reason?: string | null | undefined;
3111
3046
  scenarioAlertCount?: number | null | undefined;
3112
- updatedBy?: string | null | undefined;
3113
3047
  }>;
3114
3048
  }, "strip", z.ZodTypeAny, {
3115
3049
  payload: {
@@ -3125,14 +3059,12 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
3125
3059
  updatedAt: Date | null;
3126
3060
  }[];
3127
3061
  severity: "Low" | "Medium" | "High";
3128
- createdBy: string;
3129
3062
  updatedAt?: Date | null | undefined;
3130
3063
  workflowId?: string | null | undefined;
3131
3064
  externalCustomerId?: string | null | undefined;
3132
3065
  workflowName?: string | null | undefined;
3133
3066
  reason?: string | null | undefined;
3134
3067
  scenarioAlertCount?: number | null | undefined;
3135
- updatedBy?: string | null | undefined;
3136
3068
  };
3137
3069
  eventType: "alert.created";
3138
3070
  }, {
@@ -3149,14 +3081,12 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
3149
3081
  updatedAt: Date | null;
3150
3082
  }[];
3151
3083
  severity: "Low" | "Medium" | "High";
3152
- createdBy: string;
3153
3084
  updatedAt?: Date | null | undefined;
3154
3085
  workflowId?: string | null | undefined;
3155
3086
  externalCustomerId?: string | null | undefined;
3156
3087
  workflowName?: string | null | undefined;
3157
3088
  reason?: string | null | undefined;
3158
3089
  scenarioAlertCount?: number | null | undefined;
3159
- updatedBy?: string | null | undefined;
3160
3090
  };
3161
3091
  eventType: "alert.created";
3162
3092
  }>, z.ZodObject<{
@@ -3173,8 +3103,6 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
3173
3103
  reason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3174
3104
  createdAt: z.ZodDate;
3175
3105
  updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
3176
- createdBy: z.ZodString;
3177
- updatedBy: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3178
3106
  tags: z.ZodArray<z.ZodObject<{
3179
3107
  id: z.ZodString;
3180
3108
  title: z.ZodString;
@@ -3207,14 +3135,12 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
3207
3135
  updatedAt: Date | null;
3208
3136
  }[];
3209
3137
  severity: "Low" | "Medium" | "High";
3210
- createdBy: string;
3211
3138
  updatedAt?: Date | null | undefined;
3212
3139
  workflowId?: string | null | undefined;
3213
3140
  externalCustomerId?: string | null | undefined;
3214
3141
  workflowName?: string | null | undefined;
3215
3142
  reason?: string | null | undefined;
3216
3143
  scenarioAlertCount?: number | null | undefined;
3217
- updatedBy?: string | null | undefined;
3218
3144
  }, {
3219
3145
  id: string;
3220
3146
  status: "Escalated" | "Pending" | "Open" | "Under Investigation" | "Closed";
@@ -3228,14 +3154,12 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
3228
3154
  updatedAt: Date | null;
3229
3155
  }[];
3230
3156
  severity: "Low" | "Medium" | "High";
3231
- createdBy: string;
3232
3157
  updatedAt?: Date | null | undefined;
3233
3158
  workflowId?: string | null | undefined;
3234
3159
  externalCustomerId?: string | null | undefined;
3235
3160
  workflowName?: string | null | undefined;
3236
3161
  reason?: string | null | undefined;
3237
3162
  scenarioAlertCount?: number | null | undefined;
3238
- updatedBy?: string | null | undefined;
3239
3163
  }>;
3240
3164
  }, "strip", z.ZodTypeAny, {
3241
3165
  payload: {
@@ -3251,14 +3175,12 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
3251
3175
  updatedAt: Date | null;
3252
3176
  }[];
3253
3177
  severity: "Low" | "Medium" | "High";
3254
- createdBy: string;
3255
3178
  updatedAt?: Date | null | undefined;
3256
3179
  workflowId?: string | null | undefined;
3257
3180
  externalCustomerId?: string | null | undefined;
3258
3181
  workflowName?: string | null | undefined;
3259
3182
  reason?: string | null | undefined;
3260
3183
  scenarioAlertCount?: number | null | undefined;
3261
- updatedBy?: string | null | undefined;
3262
3184
  };
3263
3185
  eventType: "alert.updated";
3264
3186
  }, {
@@ -3275,14 +3197,12 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
3275
3197
  updatedAt: Date | null;
3276
3198
  }[];
3277
3199
  severity: "Low" | "Medium" | "High";
3278
- createdBy: string;
3279
3200
  updatedAt?: Date | null | undefined;
3280
3201
  workflowId?: string | null | undefined;
3281
3202
  externalCustomerId?: string | null | undefined;
3282
3203
  workflowName?: string | null | undefined;
3283
3204
  reason?: string | null | undefined;
3284
3205
  scenarioAlertCount?: number | null | undefined;
3285
- updatedBy?: string | null | undefined;
3286
3206
  };
3287
3207
  eventType: "alert.updated";
3288
3208
  }>, z.ZodObject<{
@@ -3299,8 +3219,6 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
3299
3219
  reason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3300
3220
  createdAt: z.ZodDate;
3301
3221
  updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
3302
- createdBy: z.ZodString;
3303
- updatedBy: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3304
3222
  tags: z.ZodArray<z.ZodObject<{
3305
3223
  id: z.ZodString;
3306
3224
  title: z.ZodString;
@@ -3333,14 +3251,12 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
3333
3251
  updatedAt: Date | null;
3334
3252
  }[];
3335
3253
  severity: "Low" | "Medium" | "High";
3336
- createdBy: string;
3337
3254
  updatedAt?: Date | null | undefined;
3338
3255
  workflowId?: string | null | undefined;
3339
3256
  externalCustomerId?: string | null | undefined;
3340
3257
  workflowName?: string | null | undefined;
3341
3258
  reason?: string | null | undefined;
3342
3259
  scenarioAlertCount?: number | null | undefined;
3343
- updatedBy?: string | null | undefined;
3344
3260
  }, {
3345
3261
  id: string;
3346
3262
  status: "Escalated" | "Pending" | "Open" | "Under Investigation" | "Closed";
@@ -3354,14 +3270,12 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
3354
3270
  updatedAt: Date | null;
3355
3271
  }[];
3356
3272
  severity: "Low" | "Medium" | "High";
3357
- createdBy: string;
3358
3273
  updatedAt?: Date | null | undefined;
3359
3274
  workflowId?: string | null | undefined;
3360
3275
  externalCustomerId?: string | null | undefined;
3361
3276
  workflowName?: string | null | undefined;
3362
3277
  reason?: string | null | undefined;
3363
3278
  scenarioAlertCount?: number | null | undefined;
3364
- updatedBy?: string | null | undefined;
3365
3279
  }>;
3366
3280
  }, "strip", z.ZodTypeAny, {
3367
3281
  payload: {
@@ -3377,14 +3291,12 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
3377
3291
  updatedAt: Date | null;
3378
3292
  }[];
3379
3293
  severity: "Low" | "Medium" | "High";
3380
- createdBy: string;
3381
3294
  updatedAt?: Date | null | undefined;
3382
3295
  workflowId?: string | null | undefined;
3383
3296
  externalCustomerId?: string | null | undefined;
3384
3297
  workflowName?: string | null | undefined;
3385
3298
  reason?: string | null | undefined;
3386
3299
  scenarioAlertCount?: number | null | undefined;
3387
- updatedBy?: string | null | undefined;
3388
3300
  };
3389
3301
  eventType: "alert.deleted";
3390
3302
  }, {
@@ -3401,14 +3313,12 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
3401
3313
  updatedAt: Date | null;
3402
3314
  }[];
3403
3315
  severity: "Low" | "Medium" | "High";
3404
- createdBy: string;
3405
3316
  updatedAt?: Date | null | undefined;
3406
3317
  workflowId?: string | null | undefined;
3407
3318
  externalCustomerId?: string | null | undefined;
3408
3319
  workflowName?: string | null | undefined;
3409
3320
  reason?: string | null | undefined;
3410
3321
  scenarioAlertCount?: number | null | undefined;
3411
- updatedBy?: string | null | undefined;
3412
3322
  };
3413
3323
  eventType: "alert.deleted";
3414
3324
  }>]>, z.ZodUnion<[z.ZodObject<{
@@ -4269,9 +4179,9 @@ export declare const MessageDataOut: z.ZodObject<{
4269
4179
  id: string;
4270
4180
  createdAt: Date;
4271
4181
  customerId: string;
4182
+ cmsProjectId: string;
4272
4183
  createdBy: string;
4273
4184
  updatedBy: string;
4274
- cmsProjectId: string;
4275
4185
  type?: "Individual" | "Company" | null | undefined;
4276
4186
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
4277
4187
  updatedAt?: Date | null | undefined;
@@ -4285,9 +4195,9 @@ export declare const MessageDataOut: z.ZodObject<{
4285
4195
  id: string;
4286
4196
  createdAt: Date;
4287
4197
  customerId: string;
4198
+ cmsProjectId: string;
4288
4199
  createdBy: string;
4289
4200
  updatedBy: string;
4290
- cmsProjectId: string;
4291
4201
  type?: "Individual" | "Company" | null | undefined;
4292
4202
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
4293
4203
  updatedAt?: Date | null | undefined;
@@ -4303,9 +4213,9 @@ export declare const MessageDataOut: z.ZodObject<{
4303
4213
  id: string;
4304
4214
  createdAt: Date;
4305
4215
  customerId: string;
4216
+ cmsProjectId: string;
4306
4217
  createdBy: string;
4307
4218
  updatedBy: string;
4308
- cmsProjectId: string;
4309
4219
  type?: "Individual" | "Company" | null | undefined;
4310
4220
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
4311
4221
  updatedAt?: Date | null | undefined;
@@ -4322,9 +4232,9 @@ export declare const MessageDataOut: z.ZodObject<{
4322
4232
  id: string;
4323
4233
  createdAt: Date;
4324
4234
  customerId: string;
4235
+ cmsProjectId: string;
4325
4236
  createdBy: string;
4326
4237
  updatedBy: string;
4327
- cmsProjectId: string;
4328
4238
  type?: "Individual" | "Company" | null | undefined;
4329
4239
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
4330
4240
  updatedAt?: Date | null | undefined;
@@ -4358,9 +4268,9 @@ export declare const MessageDataOut: z.ZodObject<{
4358
4268
  id: string;
4359
4269
  createdAt: Date;
4360
4270
  customerId: string;
4271
+ cmsProjectId: string;
4361
4272
  createdBy: string;
4362
4273
  updatedBy: string;
4363
- cmsProjectId: string;
4364
4274
  type?: "Individual" | "Company" | null | undefined;
4365
4275
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
4366
4276
  updatedAt?: Date | null | undefined;
@@ -4374,9 +4284,9 @@ export declare const MessageDataOut: z.ZodObject<{
4374
4284
  id: string;
4375
4285
  createdAt: Date;
4376
4286
  customerId: string;
4287
+ cmsProjectId: string;
4377
4288
  createdBy: string;
4378
4289
  updatedBy: string;
4379
- cmsProjectId: string;
4380
4290
  type?: "Individual" | "Company" | null | undefined;
4381
4291
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
4382
4292
  updatedAt?: Date | null | undefined;
@@ -4392,9 +4302,9 @@ export declare const MessageDataOut: z.ZodObject<{
4392
4302
  id: string;
4393
4303
  createdAt: Date;
4394
4304
  customerId: string;
4305
+ cmsProjectId: string;
4395
4306
  createdBy: string;
4396
4307
  updatedBy: string;
4397
- cmsProjectId: string;
4398
4308
  type?: "Individual" | "Company" | null | undefined;
4399
4309
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
4400
4310
  updatedAt?: Date | null | undefined;
@@ -4411,9 +4321,9 @@ export declare const MessageDataOut: z.ZodObject<{
4411
4321
  id: string;
4412
4322
  createdAt: Date;
4413
4323
  customerId: string;
4324
+ cmsProjectId: string;
4414
4325
  createdBy: string;
4415
4326
  updatedBy: string;
4416
- cmsProjectId: string;
4417
4327
  type?: "Individual" | "Company" | null | undefined;
4418
4328
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
4419
4329
  updatedAt?: Date | null | undefined;
@@ -4447,9 +4357,9 @@ export declare const MessageDataOut: z.ZodObject<{
4447
4357
  id: string;
4448
4358
  createdAt: Date;
4449
4359
  customerId: string;
4360
+ cmsProjectId: string;
4450
4361
  createdBy: string;
4451
4362
  updatedBy: string;
4452
- cmsProjectId: string;
4453
4363
  type?: "Individual" | "Company" | null | undefined;
4454
4364
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
4455
4365
  updatedAt?: Date | null | undefined;
@@ -4463,9 +4373,9 @@ export declare const MessageDataOut: z.ZodObject<{
4463
4373
  id: string;
4464
4374
  createdAt: Date;
4465
4375
  customerId: string;
4376
+ cmsProjectId: string;
4466
4377
  createdBy: string;
4467
4378
  updatedBy: string;
4468
- cmsProjectId: string;
4469
4379
  type?: "Individual" | "Company" | null | undefined;
4470
4380
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
4471
4381
  updatedAt?: Date | null | undefined;
@@ -4481,9 +4391,9 @@ export declare const MessageDataOut: z.ZodObject<{
4481
4391
  id: string;
4482
4392
  createdAt: Date;
4483
4393
  customerId: string;
4394
+ cmsProjectId: string;
4484
4395
  createdBy: string;
4485
4396
  updatedBy: string;
4486
- cmsProjectId: string;
4487
4397
  type?: "Individual" | "Company" | null | undefined;
4488
4398
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
4489
4399
  updatedAt?: Date | null | undefined;
@@ -4500,9 +4410,9 @@ export declare const MessageDataOut: z.ZodObject<{
4500
4410
  id: string;
4501
4411
  createdAt: Date;
4502
4412
  customerId: string;
4413
+ cmsProjectId: string;
4503
4414
  createdBy: string;
4504
4415
  updatedBy: string;
4505
- cmsProjectId: string;
4506
4416
  type?: "Individual" | "Company" | null | undefined;
4507
4417
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
4508
4418
  updatedAt?: Date | null | undefined;
@@ -4528,8 +4438,6 @@ export declare const MessageDataOut: z.ZodObject<{
4528
4438
  reason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4529
4439
  createdAt: z.ZodDate;
4530
4440
  updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
4531
- createdBy: z.ZodString;
4532
- updatedBy: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4533
4441
  tags: z.ZodArray<z.ZodObject<{
4534
4442
  id: z.ZodString;
4535
4443
  title: z.ZodString;
@@ -4562,14 +4470,12 @@ export declare const MessageDataOut: z.ZodObject<{
4562
4470
  updatedAt: Date | null;
4563
4471
  }[];
4564
4472
  severity: "Low" | "Medium" | "High";
4565
- createdBy: string;
4566
4473
  updatedAt?: Date | null | undefined;
4567
4474
  workflowId?: string | null | undefined;
4568
4475
  externalCustomerId?: string | null | undefined;
4569
4476
  workflowName?: string | null | undefined;
4570
4477
  reason?: string | null | undefined;
4571
4478
  scenarioAlertCount?: number | null | undefined;
4572
- updatedBy?: string | null | undefined;
4573
4479
  }, {
4574
4480
  id: string;
4575
4481
  status: "Escalated" | "Pending" | "Open" | "Under Investigation" | "Closed";
@@ -4583,14 +4489,12 @@ export declare const MessageDataOut: z.ZodObject<{
4583
4489
  updatedAt: Date | null;
4584
4490
  }[];
4585
4491
  severity: "Low" | "Medium" | "High";
4586
- createdBy: string;
4587
4492
  updatedAt?: Date | null | undefined;
4588
4493
  workflowId?: string | null | undefined;
4589
4494
  externalCustomerId?: string | null | undefined;
4590
4495
  workflowName?: string | null | undefined;
4591
4496
  reason?: string | null | undefined;
4592
4497
  scenarioAlertCount?: number | null | undefined;
4593
- updatedBy?: string | null | undefined;
4594
4498
  }>;
4595
4499
  }, "strip", z.ZodTypeAny, {
4596
4500
  payload: {
@@ -4606,14 +4510,12 @@ export declare const MessageDataOut: z.ZodObject<{
4606
4510
  updatedAt: Date | null;
4607
4511
  }[];
4608
4512
  severity: "Low" | "Medium" | "High";
4609
- createdBy: string;
4610
4513
  updatedAt?: Date | null | undefined;
4611
4514
  workflowId?: string | null | undefined;
4612
4515
  externalCustomerId?: string | null | undefined;
4613
4516
  workflowName?: string | null | undefined;
4614
4517
  reason?: string | null | undefined;
4615
4518
  scenarioAlertCount?: number | null | undefined;
4616
- updatedBy?: string | null | undefined;
4617
4519
  };
4618
4520
  eventType: "alert.created";
4619
4521
  }, {
@@ -4630,14 +4532,12 @@ export declare const MessageDataOut: z.ZodObject<{
4630
4532
  updatedAt: Date | null;
4631
4533
  }[];
4632
4534
  severity: "Low" | "Medium" | "High";
4633
- createdBy: string;
4634
4535
  updatedAt?: Date | null | undefined;
4635
4536
  workflowId?: string | null | undefined;
4636
4537
  externalCustomerId?: string | null | undefined;
4637
4538
  workflowName?: string | null | undefined;
4638
4539
  reason?: string | null | undefined;
4639
4540
  scenarioAlertCount?: number | null | undefined;
4640
- updatedBy?: string | null | undefined;
4641
4541
  };
4642
4542
  eventType: "alert.created";
4643
4543
  }>, z.ZodObject<{
@@ -4654,8 +4554,6 @@ export declare const MessageDataOut: z.ZodObject<{
4654
4554
  reason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4655
4555
  createdAt: z.ZodDate;
4656
4556
  updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
4657
- createdBy: z.ZodString;
4658
- updatedBy: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4659
4557
  tags: z.ZodArray<z.ZodObject<{
4660
4558
  id: z.ZodString;
4661
4559
  title: z.ZodString;
@@ -4688,14 +4586,12 @@ export declare const MessageDataOut: z.ZodObject<{
4688
4586
  updatedAt: Date | null;
4689
4587
  }[];
4690
4588
  severity: "Low" | "Medium" | "High";
4691
- createdBy: string;
4692
4589
  updatedAt?: Date | null | undefined;
4693
4590
  workflowId?: string | null | undefined;
4694
4591
  externalCustomerId?: string | null | undefined;
4695
4592
  workflowName?: string | null | undefined;
4696
4593
  reason?: string | null | undefined;
4697
4594
  scenarioAlertCount?: number | null | undefined;
4698
- updatedBy?: string | null | undefined;
4699
4595
  }, {
4700
4596
  id: string;
4701
4597
  status: "Escalated" | "Pending" | "Open" | "Under Investigation" | "Closed";
@@ -4709,14 +4605,12 @@ export declare const MessageDataOut: z.ZodObject<{
4709
4605
  updatedAt: Date | null;
4710
4606
  }[];
4711
4607
  severity: "Low" | "Medium" | "High";
4712
- createdBy: string;
4713
4608
  updatedAt?: Date | null | undefined;
4714
4609
  workflowId?: string | null | undefined;
4715
4610
  externalCustomerId?: string | null | undefined;
4716
4611
  workflowName?: string | null | undefined;
4717
4612
  reason?: string | null | undefined;
4718
4613
  scenarioAlertCount?: number | null | undefined;
4719
- updatedBy?: string | null | undefined;
4720
4614
  }>;
4721
4615
  }, "strip", z.ZodTypeAny, {
4722
4616
  payload: {
@@ -4732,14 +4626,12 @@ export declare const MessageDataOut: z.ZodObject<{
4732
4626
  updatedAt: Date | null;
4733
4627
  }[];
4734
4628
  severity: "Low" | "Medium" | "High";
4735
- createdBy: string;
4736
4629
  updatedAt?: Date | null | undefined;
4737
4630
  workflowId?: string | null | undefined;
4738
4631
  externalCustomerId?: string | null | undefined;
4739
4632
  workflowName?: string | null | undefined;
4740
4633
  reason?: string | null | undefined;
4741
4634
  scenarioAlertCount?: number | null | undefined;
4742
- updatedBy?: string | null | undefined;
4743
4635
  };
4744
4636
  eventType: "alert.updated";
4745
4637
  }, {
@@ -4756,14 +4648,12 @@ export declare const MessageDataOut: z.ZodObject<{
4756
4648
  updatedAt: Date | null;
4757
4649
  }[];
4758
4650
  severity: "Low" | "Medium" | "High";
4759
- createdBy: string;
4760
4651
  updatedAt?: Date | null | undefined;
4761
4652
  workflowId?: string | null | undefined;
4762
4653
  externalCustomerId?: string | null | undefined;
4763
4654
  workflowName?: string | null | undefined;
4764
4655
  reason?: string | null | undefined;
4765
4656
  scenarioAlertCount?: number | null | undefined;
4766
- updatedBy?: string | null | undefined;
4767
4657
  };
4768
4658
  eventType: "alert.updated";
4769
4659
  }>, z.ZodObject<{
@@ -4780,8 +4670,6 @@ export declare const MessageDataOut: z.ZodObject<{
4780
4670
  reason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4781
4671
  createdAt: z.ZodDate;
4782
4672
  updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
4783
- createdBy: z.ZodString;
4784
- updatedBy: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4785
4673
  tags: z.ZodArray<z.ZodObject<{
4786
4674
  id: z.ZodString;
4787
4675
  title: z.ZodString;
@@ -4814,14 +4702,12 @@ export declare const MessageDataOut: z.ZodObject<{
4814
4702
  updatedAt: Date | null;
4815
4703
  }[];
4816
4704
  severity: "Low" | "Medium" | "High";
4817
- createdBy: string;
4818
4705
  updatedAt?: Date | null | undefined;
4819
4706
  workflowId?: string | null | undefined;
4820
4707
  externalCustomerId?: string | null | undefined;
4821
4708
  workflowName?: string | null | undefined;
4822
4709
  reason?: string | null | undefined;
4823
4710
  scenarioAlertCount?: number | null | undefined;
4824
- updatedBy?: string | null | undefined;
4825
4711
  }, {
4826
4712
  id: string;
4827
4713
  status: "Escalated" | "Pending" | "Open" | "Under Investigation" | "Closed";
@@ -4835,14 +4721,12 @@ export declare const MessageDataOut: z.ZodObject<{
4835
4721
  updatedAt: Date | null;
4836
4722
  }[];
4837
4723
  severity: "Low" | "Medium" | "High";
4838
- createdBy: string;
4839
4724
  updatedAt?: Date | null | undefined;
4840
4725
  workflowId?: string | null | undefined;
4841
4726
  externalCustomerId?: string | null | undefined;
4842
4727
  workflowName?: string | null | undefined;
4843
4728
  reason?: string | null | undefined;
4844
4729
  scenarioAlertCount?: number | null | undefined;
4845
- updatedBy?: string | null | undefined;
4846
4730
  }>;
4847
4731
  }, "strip", z.ZodTypeAny, {
4848
4732
  payload: {
@@ -4858,14 +4742,12 @@ export declare const MessageDataOut: z.ZodObject<{
4858
4742
  updatedAt: Date | null;
4859
4743
  }[];
4860
4744
  severity: "Low" | "Medium" | "High";
4861
- createdBy: string;
4862
4745
  updatedAt?: Date | null | undefined;
4863
4746
  workflowId?: string | null | undefined;
4864
4747
  externalCustomerId?: string | null | undefined;
4865
4748
  workflowName?: string | null | undefined;
4866
4749
  reason?: string | null | undefined;
4867
4750
  scenarioAlertCount?: number | null | undefined;
4868
- updatedBy?: string | null | undefined;
4869
4751
  };
4870
4752
  eventType: "alert.deleted";
4871
4753
  }, {
@@ -4882,14 +4764,12 @@ export declare const MessageDataOut: z.ZodObject<{
4882
4764
  updatedAt: Date | null;
4883
4765
  }[];
4884
4766
  severity: "Low" | "Medium" | "High";
4885
- createdBy: string;
4886
4767
  updatedAt?: Date | null | undefined;
4887
4768
  workflowId?: string | null | undefined;
4888
4769
  externalCustomerId?: string | null | undefined;
4889
4770
  workflowName?: string | null | undefined;
4890
4771
  reason?: string | null | undefined;
4891
4772
  scenarioAlertCount?: number | null | undefined;
4892
- updatedBy?: string | null | undefined;
4893
4773
  };
4894
4774
  eventType: "alert.deleted";
4895
4775
  }>]>, z.ZodUnion<[z.ZodObject<{
@@ -5176,9 +5056,9 @@ export declare const MessageDataOut: z.ZodObject<{
5176
5056
  id: string;
5177
5057
  createdAt: Date;
5178
5058
  customerId: string;
5059
+ cmsProjectId: string;
5179
5060
  createdBy: string;
5180
5061
  updatedBy: string;
5181
- cmsProjectId: string;
5182
5062
  type?: "Individual" | "Company" | null | undefined;
5183
5063
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
5184
5064
  updatedAt?: Date | null | undefined;
@@ -5195,9 +5075,9 @@ export declare const MessageDataOut: z.ZodObject<{
5195
5075
  id: string;
5196
5076
  createdAt: Date;
5197
5077
  customerId: string;
5078
+ cmsProjectId: string;
5198
5079
  createdBy: string;
5199
5080
  updatedBy: string;
5200
- cmsProjectId: string;
5201
5081
  type?: "Individual" | "Company" | null | undefined;
5202
5082
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
5203
5083
  updatedAt?: Date | null | undefined;
@@ -5214,9 +5094,9 @@ export declare const MessageDataOut: z.ZodObject<{
5214
5094
  id: string;
5215
5095
  createdAt: Date;
5216
5096
  customerId: string;
5097
+ cmsProjectId: string;
5217
5098
  createdBy: string;
5218
5099
  updatedBy: string;
5219
- cmsProjectId: string;
5220
5100
  type?: "Individual" | "Company" | null | undefined;
5221
5101
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
5222
5102
  updatedAt?: Date | null | undefined;
@@ -5242,14 +5122,12 @@ export declare const MessageDataOut: z.ZodObject<{
5242
5122
  updatedAt: Date | null;
5243
5123
  }[];
5244
5124
  severity: "Low" | "Medium" | "High";
5245
- createdBy: string;
5246
5125
  updatedAt?: Date | null | undefined;
5247
5126
  workflowId?: string | null | undefined;
5248
5127
  externalCustomerId?: string | null | undefined;
5249
5128
  workflowName?: string | null | undefined;
5250
5129
  reason?: string | null | undefined;
5251
5130
  scenarioAlertCount?: number | null | undefined;
5252
- updatedBy?: string | null | undefined;
5253
5131
  };
5254
5132
  eventType: "alert.created";
5255
5133
  } | {
@@ -5266,14 +5144,12 @@ export declare const MessageDataOut: z.ZodObject<{
5266
5144
  updatedAt: Date | null;
5267
5145
  }[];
5268
5146
  severity: "Low" | "Medium" | "High";
5269
- createdBy: string;
5270
5147
  updatedAt?: Date | null | undefined;
5271
5148
  workflowId?: string | null | undefined;
5272
5149
  externalCustomerId?: string | null | undefined;
5273
5150
  workflowName?: string | null | undefined;
5274
5151
  reason?: string | null | undefined;
5275
5152
  scenarioAlertCount?: number | null | undefined;
5276
- updatedBy?: string | null | undefined;
5277
5153
  };
5278
5154
  eventType: "alert.updated";
5279
5155
  } | {
@@ -5290,14 +5166,12 @@ export declare const MessageDataOut: z.ZodObject<{
5290
5166
  updatedAt: Date | null;
5291
5167
  }[];
5292
5168
  severity: "Low" | "Medium" | "High";
5293
- createdBy: string;
5294
5169
  updatedAt?: Date | null | undefined;
5295
5170
  workflowId?: string | null | undefined;
5296
5171
  externalCustomerId?: string | null | undefined;
5297
5172
  workflowName?: string | null | undefined;
5298
5173
  reason?: string | null | undefined;
5299
5174
  scenarioAlertCount?: number | null | undefined;
5300
- updatedBy?: string | null | undefined;
5301
5175
  };
5302
5176
  eventType: "alert.deleted";
5303
5177
  } | {
@@ -5399,9 +5273,9 @@ export declare const MessageDataOut: z.ZodObject<{
5399
5273
  id: string;
5400
5274
  createdAt: Date;
5401
5275
  customerId: string;
5276
+ cmsProjectId: string;
5402
5277
  createdBy: string;
5403
5278
  updatedBy: string;
5404
- cmsProjectId: string;
5405
5279
  type?: "Individual" | "Company" | null | undefined;
5406
5280
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
5407
5281
  updatedAt?: Date | null | undefined;
@@ -5418,9 +5292,9 @@ export declare const MessageDataOut: z.ZodObject<{
5418
5292
  id: string;
5419
5293
  createdAt: Date;
5420
5294
  customerId: string;
5295
+ cmsProjectId: string;
5421
5296
  createdBy: string;
5422
5297
  updatedBy: string;
5423
- cmsProjectId: string;
5424
5298
  type?: "Individual" | "Company" | null | undefined;
5425
5299
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
5426
5300
  updatedAt?: Date | null | undefined;
@@ -5437,9 +5311,9 @@ export declare const MessageDataOut: z.ZodObject<{
5437
5311
  id: string;
5438
5312
  createdAt: Date;
5439
5313
  customerId: string;
5314
+ cmsProjectId: string;
5440
5315
  createdBy: string;
5441
5316
  updatedBy: string;
5442
- cmsProjectId: string;
5443
5317
  type?: "Individual" | "Company" | null | undefined;
5444
5318
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
5445
5319
  updatedAt?: Date | null | undefined;
@@ -5465,14 +5339,12 @@ export declare const MessageDataOut: z.ZodObject<{
5465
5339
  updatedAt: Date | null;
5466
5340
  }[];
5467
5341
  severity: "Low" | "Medium" | "High";
5468
- createdBy: string;
5469
5342
  updatedAt?: Date | null | undefined;
5470
5343
  workflowId?: string | null | undefined;
5471
5344
  externalCustomerId?: string | null | undefined;
5472
5345
  workflowName?: string | null | undefined;
5473
5346
  reason?: string | null | undefined;
5474
5347
  scenarioAlertCount?: number | null | undefined;
5475
- updatedBy?: string | null | undefined;
5476
5348
  };
5477
5349
  eventType: "alert.created";
5478
5350
  } | {
@@ -5489,14 +5361,12 @@ export declare const MessageDataOut: z.ZodObject<{
5489
5361
  updatedAt: Date | null;
5490
5362
  }[];
5491
5363
  severity: "Low" | "Medium" | "High";
5492
- createdBy: string;
5493
5364
  updatedAt?: Date | null | undefined;
5494
5365
  workflowId?: string | null | undefined;
5495
5366
  externalCustomerId?: string | null | undefined;
5496
5367
  workflowName?: string | null | undefined;
5497
5368
  reason?: string | null | undefined;
5498
5369
  scenarioAlertCount?: number | null | undefined;
5499
- updatedBy?: string | null | undefined;
5500
5370
  };
5501
5371
  eventType: "alert.updated";
5502
5372
  } | {
@@ -5513,14 +5383,12 @@ export declare const MessageDataOut: z.ZodObject<{
5513
5383
  updatedAt: Date | null;
5514
5384
  }[];
5515
5385
  severity: "Low" | "Medium" | "High";
5516
- createdBy: string;
5517
5386
  updatedAt?: Date | null | undefined;
5518
5387
  workflowId?: string | null | undefined;
5519
5388
  externalCustomerId?: string | null | undefined;
5520
5389
  workflowName?: string | null | undefined;
5521
5390
  reason?: string | null | undefined;
5522
5391
  scenarioAlertCount?: number | null | undefined;
5523
- updatedBy?: string | null | undefined;
5524
5392
  };
5525
5393
  eventType: "alert.deleted";
5526
5394
  } | {
@@ -5901,9 +5769,9 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
5901
5769
  id: string;
5902
5770
  createdAt: Date;
5903
5771
  customerId: string;
5772
+ cmsProjectId: string;
5904
5773
  createdBy: string;
5905
5774
  updatedBy: string;
5906
- cmsProjectId: string;
5907
5775
  type?: "Individual" | "Company" | null | undefined;
5908
5776
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
5909
5777
  updatedAt?: Date | null | undefined;
@@ -5917,9 +5785,9 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
5917
5785
  id: string;
5918
5786
  createdAt: Date;
5919
5787
  customerId: string;
5788
+ cmsProjectId: string;
5920
5789
  createdBy: string;
5921
5790
  updatedBy: string;
5922
- cmsProjectId: string;
5923
5791
  type?: "Individual" | "Company" | null | undefined;
5924
5792
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
5925
5793
  updatedAt?: Date | null | undefined;
@@ -5935,9 +5803,9 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
5935
5803
  id: string;
5936
5804
  createdAt: Date;
5937
5805
  customerId: string;
5806
+ cmsProjectId: string;
5938
5807
  createdBy: string;
5939
5808
  updatedBy: string;
5940
- cmsProjectId: string;
5941
5809
  type?: "Individual" | "Company" | null | undefined;
5942
5810
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
5943
5811
  updatedAt?: Date | null | undefined;
@@ -5954,9 +5822,9 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
5954
5822
  id: string;
5955
5823
  createdAt: Date;
5956
5824
  customerId: string;
5825
+ cmsProjectId: string;
5957
5826
  createdBy: string;
5958
5827
  updatedBy: string;
5959
- cmsProjectId: string;
5960
5828
  type?: "Individual" | "Company" | null | undefined;
5961
5829
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
5962
5830
  updatedAt?: Date | null | undefined;
@@ -5990,9 +5858,9 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
5990
5858
  id: string;
5991
5859
  createdAt: Date;
5992
5860
  customerId: string;
5861
+ cmsProjectId: string;
5993
5862
  createdBy: string;
5994
5863
  updatedBy: string;
5995
- cmsProjectId: string;
5996
5864
  type?: "Individual" | "Company" | null | undefined;
5997
5865
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
5998
5866
  updatedAt?: Date | null | undefined;
@@ -6006,9 +5874,9 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
6006
5874
  id: string;
6007
5875
  createdAt: Date;
6008
5876
  customerId: string;
5877
+ cmsProjectId: string;
6009
5878
  createdBy: string;
6010
5879
  updatedBy: string;
6011
- cmsProjectId: string;
6012
5880
  type?: "Individual" | "Company" | null | undefined;
6013
5881
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
6014
5882
  updatedAt?: Date | null | undefined;
@@ -6024,9 +5892,9 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
6024
5892
  id: string;
6025
5893
  createdAt: Date;
6026
5894
  customerId: string;
5895
+ cmsProjectId: string;
6027
5896
  createdBy: string;
6028
5897
  updatedBy: string;
6029
- cmsProjectId: string;
6030
5898
  type?: "Individual" | "Company" | null | undefined;
6031
5899
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
6032
5900
  updatedAt?: Date | null | undefined;
@@ -6043,9 +5911,9 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
6043
5911
  id: string;
6044
5912
  createdAt: Date;
6045
5913
  customerId: string;
5914
+ cmsProjectId: string;
6046
5915
  createdBy: string;
6047
5916
  updatedBy: string;
6048
- cmsProjectId: string;
6049
5917
  type?: "Individual" | "Company" | null | undefined;
6050
5918
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
6051
5919
  updatedAt?: Date | null | undefined;
@@ -6079,9 +5947,9 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
6079
5947
  id: string;
6080
5948
  createdAt: Date;
6081
5949
  customerId: string;
5950
+ cmsProjectId: string;
6082
5951
  createdBy: string;
6083
5952
  updatedBy: string;
6084
- cmsProjectId: string;
6085
5953
  type?: "Individual" | "Company" | null | undefined;
6086
5954
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
6087
5955
  updatedAt?: Date | null | undefined;
@@ -6095,9 +5963,9 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
6095
5963
  id: string;
6096
5964
  createdAt: Date;
6097
5965
  customerId: string;
5966
+ cmsProjectId: string;
6098
5967
  createdBy: string;
6099
5968
  updatedBy: string;
6100
- cmsProjectId: string;
6101
5969
  type?: "Individual" | "Company" | null | undefined;
6102
5970
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
6103
5971
  updatedAt?: Date | null | undefined;
@@ -6113,9 +5981,9 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
6113
5981
  id: string;
6114
5982
  createdAt: Date;
6115
5983
  customerId: string;
5984
+ cmsProjectId: string;
6116
5985
  createdBy: string;
6117
5986
  updatedBy: string;
6118
- cmsProjectId: string;
6119
5987
  type?: "Individual" | "Company" | null | undefined;
6120
5988
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
6121
5989
  updatedAt?: Date | null | undefined;
@@ -6132,9 +6000,9 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
6132
6000
  id: string;
6133
6001
  createdAt: Date;
6134
6002
  customerId: string;
6003
+ cmsProjectId: string;
6135
6004
  createdBy: string;
6136
6005
  updatedBy: string;
6137
- cmsProjectId: string;
6138
6006
  type?: "Individual" | "Company" | null | undefined;
6139
6007
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
6140
6008
  updatedAt?: Date | null | undefined;
@@ -6160,8 +6028,6 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
6160
6028
  reason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6161
6029
  createdAt: z.ZodDate;
6162
6030
  updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
6163
- createdBy: z.ZodString;
6164
- updatedBy: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6165
6031
  tags: z.ZodArray<z.ZodObject<{
6166
6032
  id: z.ZodString;
6167
6033
  title: z.ZodString;
@@ -6194,14 +6060,12 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
6194
6060
  updatedAt: Date | null;
6195
6061
  }[];
6196
6062
  severity: "Low" | "Medium" | "High";
6197
- createdBy: string;
6198
6063
  updatedAt?: Date | null | undefined;
6199
6064
  workflowId?: string | null | undefined;
6200
6065
  externalCustomerId?: string | null | undefined;
6201
6066
  workflowName?: string | null | undefined;
6202
6067
  reason?: string | null | undefined;
6203
6068
  scenarioAlertCount?: number | null | undefined;
6204
- updatedBy?: string | null | undefined;
6205
6069
  }, {
6206
6070
  id: string;
6207
6071
  status: "Escalated" | "Pending" | "Open" | "Under Investigation" | "Closed";
@@ -6215,14 +6079,12 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
6215
6079
  updatedAt: Date | null;
6216
6080
  }[];
6217
6081
  severity: "Low" | "Medium" | "High";
6218
- createdBy: string;
6219
6082
  updatedAt?: Date | null | undefined;
6220
6083
  workflowId?: string | null | undefined;
6221
6084
  externalCustomerId?: string | null | undefined;
6222
6085
  workflowName?: string | null | undefined;
6223
6086
  reason?: string | null | undefined;
6224
6087
  scenarioAlertCount?: number | null | undefined;
6225
- updatedBy?: string | null | undefined;
6226
6088
  }>;
6227
6089
  }, "strip", z.ZodTypeAny, {
6228
6090
  payload: {
@@ -6238,14 +6100,12 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
6238
6100
  updatedAt: Date | null;
6239
6101
  }[];
6240
6102
  severity: "Low" | "Medium" | "High";
6241
- createdBy: string;
6242
6103
  updatedAt?: Date | null | undefined;
6243
6104
  workflowId?: string | null | undefined;
6244
6105
  externalCustomerId?: string | null | undefined;
6245
6106
  workflowName?: string | null | undefined;
6246
6107
  reason?: string | null | undefined;
6247
6108
  scenarioAlertCount?: number | null | undefined;
6248
- updatedBy?: string | null | undefined;
6249
6109
  };
6250
6110
  eventType: "alert.created";
6251
6111
  }, {
@@ -6262,14 +6122,12 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
6262
6122
  updatedAt: Date | null;
6263
6123
  }[];
6264
6124
  severity: "Low" | "Medium" | "High";
6265
- createdBy: string;
6266
6125
  updatedAt?: Date | null | undefined;
6267
6126
  workflowId?: string | null | undefined;
6268
6127
  externalCustomerId?: string | null | undefined;
6269
6128
  workflowName?: string | null | undefined;
6270
6129
  reason?: string | null | undefined;
6271
6130
  scenarioAlertCount?: number | null | undefined;
6272
- updatedBy?: string | null | undefined;
6273
6131
  };
6274
6132
  eventType: "alert.created";
6275
6133
  }>, z.ZodObject<{
@@ -6286,8 +6144,6 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
6286
6144
  reason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6287
6145
  createdAt: z.ZodDate;
6288
6146
  updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
6289
- createdBy: z.ZodString;
6290
- updatedBy: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6291
6147
  tags: z.ZodArray<z.ZodObject<{
6292
6148
  id: z.ZodString;
6293
6149
  title: z.ZodString;
@@ -6320,14 +6176,12 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
6320
6176
  updatedAt: Date | null;
6321
6177
  }[];
6322
6178
  severity: "Low" | "Medium" | "High";
6323
- createdBy: string;
6324
6179
  updatedAt?: Date | null | undefined;
6325
6180
  workflowId?: string | null | undefined;
6326
6181
  externalCustomerId?: string | null | undefined;
6327
6182
  workflowName?: string | null | undefined;
6328
6183
  reason?: string | null | undefined;
6329
6184
  scenarioAlertCount?: number | null | undefined;
6330
- updatedBy?: string | null | undefined;
6331
6185
  }, {
6332
6186
  id: string;
6333
6187
  status: "Escalated" | "Pending" | "Open" | "Under Investigation" | "Closed";
@@ -6341,14 +6195,12 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
6341
6195
  updatedAt: Date | null;
6342
6196
  }[];
6343
6197
  severity: "Low" | "Medium" | "High";
6344
- createdBy: string;
6345
6198
  updatedAt?: Date | null | undefined;
6346
6199
  workflowId?: string | null | undefined;
6347
6200
  externalCustomerId?: string | null | undefined;
6348
6201
  workflowName?: string | null | undefined;
6349
6202
  reason?: string | null | undefined;
6350
6203
  scenarioAlertCount?: number | null | undefined;
6351
- updatedBy?: string | null | undefined;
6352
6204
  }>;
6353
6205
  }, "strip", z.ZodTypeAny, {
6354
6206
  payload: {
@@ -6364,14 +6216,12 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
6364
6216
  updatedAt: Date | null;
6365
6217
  }[];
6366
6218
  severity: "Low" | "Medium" | "High";
6367
- createdBy: string;
6368
6219
  updatedAt?: Date | null | undefined;
6369
6220
  workflowId?: string | null | undefined;
6370
6221
  externalCustomerId?: string | null | undefined;
6371
6222
  workflowName?: string | null | undefined;
6372
6223
  reason?: string | null | undefined;
6373
6224
  scenarioAlertCount?: number | null | undefined;
6374
- updatedBy?: string | null | undefined;
6375
6225
  };
6376
6226
  eventType: "alert.updated";
6377
6227
  }, {
@@ -6388,14 +6238,12 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
6388
6238
  updatedAt: Date | null;
6389
6239
  }[];
6390
6240
  severity: "Low" | "Medium" | "High";
6391
- createdBy: string;
6392
6241
  updatedAt?: Date | null | undefined;
6393
6242
  workflowId?: string | null | undefined;
6394
6243
  externalCustomerId?: string | null | undefined;
6395
6244
  workflowName?: string | null | undefined;
6396
6245
  reason?: string | null | undefined;
6397
6246
  scenarioAlertCount?: number | null | undefined;
6398
- updatedBy?: string | null | undefined;
6399
6247
  };
6400
6248
  eventType: "alert.updated";
6401
6249
  }>, z.ZodObject<{
@@ -6412,8 +6260,6 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
6412
6260
  reason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6413
6261
  createdAt: z.ZodDate;
6414
6262
  updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
6415
- createdBy: z.ZodString;
6416
- updatedBy: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6417
6263
  tags: z.ZodArray<z.ZodObject<{
6418
6264
  id: z.ZodString;
6419
6265
  title: z.ZodString;
@@ -6446,14 +6292,12 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
6446
6292
  updatedAt: Date | null;
6447
6293
  }[];
6448
6294
  severity: "Low" | "Medium" | "High";
6449
- createdBy: string;
6450
6295
  updatedAt?: Date | null | undefined;
6451
6296
  workflowId?: string | null | undefined;
6452
6297
  externalCustomerId?: string | null | undefined;
6453
6298
  workflowName?: string | null | undefined;
6454
6299
  reason?: string | null | undefined;
6455
6300
  scenarioAlertCount?: number | null | undefined;
6456
- updatedBy?: string | null | undefined;
6457
6301
  }, {
6458
6302
  id: string;
6459
6303
  status: "Escalated" | "Pending" | "Open" | "Under Investigation" | "Closed";
@@ -6467,14 +6311,12 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
6467
6311
  updatedAt: Date | null;
6468
6312
  }[];
6469
6313
  severity: "Low" | "Medium" | "High";
6470
- createdBy: string;
6471
6314
  updatedAt?: Date | null | undefined;
6472
6315
  workflowId?: string | null | undefined;
6473
6316
  externalCustomerId?: string | null | undefined;
6474
6317
  workflowName?: string | null | undefined;
6475
6318
  reason?: string | null | undefined;
6476
6319
  scenarioAlertCount?: number | null | undefined;
6477
- updatedBy?: string | null | undefined;
6478
6320
  }>;
6479
6321
  }, "strip", z.ZodTypeAny, {
6480
6322
  payload: {
@@ -6490,14 +6332,12 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
6490
6332
  updatedAt: Date | null;
6491
6333
  }[];
6492
6334
  severity: "Low" | "Medium" | "High";
6493
- createdBy: string;
6494
6335
  updatedAt?: Date | null | undefined;
6495
6336
  workflowId?: string | null | undefined;
6496
6337
  externalCustomerId?: string | null | undefined;
6497
6338
  workflowName?: string | null | undefined;
6498
6339
  reason?: string | null | undefined;
6499
6340
  scenarioAlertCount?: number | null | undefined;
6500
- updatedBy?: string | null | undefined;
6501
6341
  };
6502
6342
  eventType: "alert.deleted";
6503
6343
  }, {
@@ -6514,14 +6354,12 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
6514
6354
  updatedAt: Date | null;
6515
6355
  }[];
6516
6356
  severity: "Low" | "Medium" | "High";
6517
- createdBy: string;
6518
6357
  updatedAt?: Date | null | undefined;
6519
6358
  workflowId?: string | null | undefined;
6520
6359
  externalCustomerId?: string | null | undefined;
6521
6360
  workflowName?: string | null | undefined;
6522
6361
  reason?: string | null | undefined;
6523
6362
  scenarioAlertCount?: number | null | undefined;
6524
- updatedBy?: string | null | undefined;
6525
6363
  };
6526
6364
  eventType: "alert.deleted";
6527
6365
  }>]>, z.ZodUnion<[z.ZodObject<{
@@ -6841,9 +6679,9 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
6841
6679
  id: string;
6842
6680
  createdAt: Date;
6843
6681
  customerId: string;
6682
+ cmsProjectId: string;
6844
6683
  createdBy: string;
6845
6684
  updatedBy: string;
6846
- cmsProjectId: string;
6847
6685
  type?: "Individual" | "Company" | null | undefined;
6848
6686
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
6849
6687
  updatedAt?: Date | null | undefined;
@@ -6860,9 +6698,9 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
6860
6698
  id: string;
6861
6699
  createdAt: Date;
6862
6700
  customerId: string;
6701
+ cmsProjectId: string;
6863
6702
  createdBy: string;
6864
6703
  updatedBy: string;
6865
- cmsProjectId: string;
6866
6704
  type?: "Individual" | "Company" | null | undefined;
6867
6705
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
6868
6706
  updatedAt?: Date | null | undefined;
@@ -6879,9 +6717,9 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
6879
6717
  id: string;
6880
6718
  createdAt: Date;
6881
6719
  customerId: string;
6720
+ cmsProjectId: string;
6882
6721
  createdBy: string;
6883
6722
  updatedBy: string;
6884
- cmsProjectId: string;
6885
6723
  type?: "Individual" | "Company" | null | undefined;
6886
6724
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
6887
6725
  updatedAt?: Date | null | undefined;
@@ -6907,14 +6745,12 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
6907
6745
  updatedAt: Date | null;
6908
6746
  }[];
6909
6747
  severity: "Low" | "Medium" | "High";
6910
- createdBy: string;
6911
6748
  updatedAt?: Date | null | undefined;
6912
6749
  workflowId?: string | null | undefined;
6913
6750
  externalCustomerId?: string | null | undefined;
6914
6751
  workflowName?: string | null | undefined;
6915
6752
  reason?: string | null | undefined;
6916
6753
  scenarioAlertCount?: number | null | undefined;
6917
- updatedBy?: string | null | undefined;
6918
6754
  };
6919
6755
  eventType: "alert.created";
6920
6756
  } | {
@@ -6931,14 +6767,12 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
6931
6767
  updatedAt: Date | null;
6932
6768
  }[];
6933
6769
  severity: "Low" | "Medium" | "High";
6934
- createdBy: string;
6935
6770
  updatedAt?: Date | null | undefined;
6936
6771
  workflowId?: string | null | undefined;
6937
6772
  externalCustomerId?: string | null | undefined;
6938
6773
  workflowName?: string | null | undefined;
6939
6774
  reason?: string | null | undefined;
6940
6775
  scenarioAlertCount?: number | null | undefined;
6941
- updatedBy?: string | null | undefined;
6942
6776
  };
6943
6777
  eventType: "alert.updated";
6944
6778
  } | {
@@ -6955,14 +6789,12 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
6955
6789
  updatedAt: Date | null;
6956
6790
  }[];
6957
6791
  severity: "Low" | "Medium" | "High";
6958
- createdBy: string;
6959
6792
  updatedAt?: Date | null | undefined;
6960
6793
  workflowId?: string | null | undefined;
6961
6794
  externalCustomerId?: string | null | undefined;
6962
6795
  workflowName?: string | null | undefined;
6963
6796
  reason?: string | null | undefined;
6964
6797
  scenarioAlertCount?: number | null | undefined;
6965
- updatedBy?: string | null | undefined;
6966
6798
  };
6967
6799
  eventType: "alert.deleted";
6968
6800
  } | {
@@ -7076,9 +6908,9 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
7076
6908
  id: string;
7077
6909
  createdAt: Date;
7078
6910
  customerId: string;
6911
+ cmsProjectId: string;
7079
6912
  createdBy: string;
7080
6913
  updatedBy: string;
7081
- cmsProjectId: string;
7082
6914
  type?: "Individual" | "Company" | null | undefined;
7083
6915
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
7084
6916
  updatedAt?: Date | null | undefined;
@@ -7095,9 +6927,9 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
7095
6927
  id: string;
7096
6928
  createdAt: Date;
7097
6929
  customerId: string;
6930
+ cmsProjectId: string;
7098
6931
  createdBy: string;
7099
6932
  updatedBy: string;
7100
- cmsProjectId: string;
7101
6933
  type?: "Individual" | "Company" | null | undefined;
7102
6934
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
7103
6935
  updatedAt?: Date | null | undefined;
@@ -7114,9 +6946,9 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
7114
6946
  id: string;
7115
6947
  createdAt: Date;
7116
6948
  customerId: string;
6949
+ cmsProjectId: string;
7117
6950
  createdBy: string;
7118
6951
  updatedBy: string;
7119
- cmsProjectId: string;
7120
6952
  type?: "Individual" | "Company" | null | undefined;
7121
6953
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
7122
6954
  updatedAt?: Date | null | undefined;
@@ -7142,14 +6974,12 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
7142
6974
  updatedAt: Date | null;
7143
6975
  }[];
7144
6976
  severity: "Low" | "Medium" | "High";
7145
- createdBy: string;
7146
6977
  updatedAt?: Date | null | undefined;
7147
6978
  workflowId?: string | null | undefined;
7148
6979
  externalCustomerId?: string | null | undefined;
7149
6980
  workflowName?: string | null | undefined;
7150
6981
  reason?: string | null | undefined;
7151
6982
  scenarioAlertCount?: number | null | undefined;
7152
- updatedBy?: string | null | undefined;
7153
6983
  };
7154
6984
  eventType: "alert.created";
7155
6985
  } | {
@@ -7166,14 +6996,12 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
7166
6996
  updatedAt: Date | null;
7167
6997
  }[];
7168
6998
  severity: "Low" | "Medium" | "High";
7169
- createdBy: string;
7170
6999
  updatedAt?: Date | null | undefined;
7171
7000
  workflowId?: string | null | undefined;
7172
7001
  externalCustomerId?: string | null | undefined;
7173
7002
  workflowName?: string | null | undefined;
7174
7003
  reason?: string | null | undefined;
7175
7004
  scenarioAlertCount?: number | null | undefined;
7176
- updatedBy?: string | null | undefined;
7177
7005
  };
7178
7006
  eventType: "alert.updated";
7179
7007
  } | {
@@ -7190,14 +7018,12 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
7190
7018
  updatedAt: Date | null;
7191
7019
  }[];
7192
7020
  severity: "Low" | "Medium" | "High";
7193
- createdBy: string;
7194
7021
  updatedAt?: Date | null | undefined;
7195
7022
  workflowId?: string | null | undefined;
7196
7023
  externalCustomerId?: string | null | undefined;
7197
7024
  workflowName?: string | null | undefined;
7198
7025
  reason?: string | null | undefined;
7199
7026
  scenarioAlertCount?: number | null | undefined;
7200
- updatedBy?: string | null | undefined;
7201
7027
  };
7202
7028
  eventType: "alert.deleted";
7203
7029
  } | {
@@ -7955,9 +7781,9 @@ export declare const SendMessageForCustomerCreatedInput: z.ZodObject<{
7955
7781
  id: string;
7956
7782
  createdAt: Date;
7957
7783
  customerId: string;
7784
+ cmsProjectId: string;
7958
7785
  createdBy: string;
7959
7786
  updatedBy: string;
7960
- cmsProjectId: string;
7961
7787
  type?: "Individual" | "Company" | null | undefined;
7962
7788
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
7963
7789
  updatedAt?: Date | null | undefined;
@@ -7971,9 +7797,9 @@ export declare const SendMessageForCustomerCreatedInput: z.ZodObject<{
7971
7797
  id: string;
7972
7798
  createdAt: Date;
7973
7799
  customerId: string;
7800
+ cmsProjectId: string;
7974
7801
  createdBy: string;
7975
7802
  updatedBy: string;
7976
- cmsProjectId: string;
7977
7803
  type?: "Individual" | "Company" | null | undefined;
7978
7804
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
7979
7805
  updatedAt?: Date | null | undefined;
@@ -7989,9 +7815,9 @@ export declare const SendMessageForCustomerCreatedInput: z.ZodObject<{
7989
7815
  id: string;
7990
7816
  createdAt: Date;
7991
7817
  customerId: string;
7818
+ cmsProjectId: string;
7992
7819
  createdBy: string;
7993
7820
  updatedBy: string;
7994
- cmsProjectId: string;
7995
7821
  type?: "Individual" | "Company" | null | undefined;
7996
7822
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
7997
7823
  updatedAt?: Date | null | undefined;
@@ -8008,9 +7834,9 @@ export declare const SendMessageForCustomerCreatedInput: z.ZodObject<{
8008
7834
  id: string;
8009
7835
  createdAt: Date;
8010
7836
  customerId: string;
7837
+ cmsProjectId: string;
8011
7838
  createdBy: string;
8012
7839
  updatedBy: string;
8013
- cmsProjectId: string;
8014
7840
  type?: "Individual" | "Company" | null | undefined;
8015
7841
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
8016
7842
  updatedAt?: Date | null | undefined;
@@ -8030,9 +7856,9 @@ export declare const SendMessageForCustomerCreatedInput: z.ZodObject<{
8030
7856
  id: string;
8031
7857
  createdAt: Date;
8032
7858
  customerId: string;
7859
+ cmsProjectId: string;
8033
7860
  createdBy: string;
8034
7861
  updatedBy: string;
8035
- cmsProjectId: string;
8036
7862
  type?: "Individual" | "Company" | null | undefined;
8037
7863
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
8038
7864
  updatedAt?: Date | null | undefined;
@@ -8052,9 +7878,9 @@ export declare const SendMessageForCustomerCreatedInput: z.ZodObject<{
8052
7878
  id: string;
8053
7879
  createdAt: Date;
8054
7880
  customerId: string;
7881
+ cmsProjectId: string;
8055
7882
  createdBy: string;
8056
7883
  updatedBy: string;
8057
- cmsProjectId: string;
8058
7884
  type?: "Individual" | "Company" | null | undefined;
8059
7885
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
8060
7886
  updatedAt?: Date | null | undefined;
@@ -8092,9 +7918,9 @@ export declare const SendMessageForCustomerUpdatedInput: z.ZodObject<{
8092
7918
  id: string;
8093
7919
  createdAt: Date;
8094
7920
  customerId: string;
7921
+ cmsProjectId: string;
8095
7922
  createdBy: string;
8096
7923
  updatedBy: string;
8097
- cmsProjectId: string;
8098
7924
  type?: "Individual" | "Company" | null | undefined;
8099
7925
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
8100
7926
  updatedAt?: Date | null | undefined;
@@ -8108,9 +7934,9 @@ export declare const SendMessageForCustomerUpdatedInput: z.ZodObject<{
8108
7934
  id: string;
8109
7935
  createdAt: Date;
8110
7936
  customerId: string;
7937
+ cmsProjectId: string;
8111
7938
  createdBy: string;
8112
7939
  updatedBy: string;
8113
- cmsProjectId: string;
8114
7940
  type?: "Individual" | "Company" | null | undefined;
8115
7941
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
8116
7942
  updatedAt?: Date | null | undefined;
@@ -8126,9 +7952,9 @@ export declare const SendMessageForCustomerUpdatedInput: z.ZodObject<{
8126
7952
  id: string;
8127
7953
  createdAt: Date;
8128
7954
  customerId: string;
7955
+ cmsProjectId: string;
8129
7956
  createdBy: string;
8130
7957
  updatedBy: string;
8131
- cmsProjectId: string;
8132
7958
  type?: "Individual" | "Company" | null | undefined;
8133
7959
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
8134
7960
  updatedAt?: Date | null | undefined;
@@ -8145,9 +7971,9 @@ export declare const SendMessageForCustomerUpdatedInput: z.ZodObject<{
8145
7971
  id: string;
8146
7972
  createdAt: Date;
8147
7973
  customerId: string;
7974
+ cmsProjectId: string;
8148
7975
  createdBy: string;
8149
7976
  updatedBy: string;
8150
- cmsProjectId: string;
8151
7977
  type?: "Individual" | "Company" | null | undefined;
8152
7978
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
8153
7979
  updatedAt?: Date | null | undefined;
@@ -8167,9 +7993,9 @@ export declare const SendMessageForCustomerUpdatedInput: z.ZodObject<{
8167
7993
  id: string;
8168
7994
  createdAt: Date;
8169
7995
  customerId: string;
7996
+ cmsProjectId: string;
8170
7997
  createdBy: string;
8171
7998
  updatedBy: string;
8172
- cmsProjectId: string;
8173
7999
  type?: "Individual" | "Company" | null | undefined;
8174
8000
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
8175
8001
  updatedAt?: Date | null | undefined;
@@ -8189,9 +8015,9 @@ export declare const SendMessageForCustomerUpdatedInput: z.ZodObject<{
8189
8015
  id: string;
8190
8016
  createdAt: Date;
8191
8017
  customerId: string;
8018
+ cmsProjectId: string;
8192
8019
  createdBy: string;
8193
8020
  updatedBy: string;
8194
- cmsProjectId: string;
8195
8021
  type?: "Individual" | "Company" | null | undefined;
8196
8022
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
8197
8023
  updatedAt?: Date | null | undefined;
@@ -8229,9 +8055,9 @@ export declare const SendMessageForCustomerDeletedInput: z.ZodObject<{
8229
8055
  id: string;
8230
8056
  createdAt: Date;
8231
8057
  customerId: string;
8058
+ cmsProjectId: string;
8232
8059
  createdBy: string;
8233
8060
  updatedBy: string;
8234
- cmsProjectId: string;
8235
8061
  type?: "Individual" | "Company" | null | undefined;
8236
8062
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
8237
8063
  updatedAt?: Date | null | undefined;
@@ -8245,9 +8071,9 @@ export declare const SendMessageForCustomerDeletedInput: z.ZodObject<{
8245
8071
  id: string;
8246
8072
  createdAt: Date;
8247
8073
  customerId: string;
8074
+ cmsProjectId: string;
8248
8075
  createdBy: string;
8249
8076
  updatedBy: string;
8250
- cmsProjectId: string;
8251
8077
  type?: "Individual" | "Company" | null | undefined;
8252
8078
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
8253
8079
  updatedAt?: Date | null | undefined;
@@ -8263,9 +8089,9 @@ export declare const SendMessageForCustomerDeletedInput: z.ZodObject<{
8263
8089
  id: string;
8264
8090
  createdAt: Date;
8265
8091
  customerId: string;
8092
+ cmsProjectId: string;
8266
8093
  createdBy: string;
8267
8094
  updatedBy: string;
8268
- cmsProjectId: string;
8269
8095
  type?: "Individual" | "Company" | null | undefined;
8270
8096
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
8271
8097
  updatedAt?: Date | null | undefined;
@@ -8282,9 +8108,9 @@ export declare const SendMessageForCustomerDeletedInput: z.ZodObject<{
8282
8108
  id: string;
8283
8109
  createdAt: Date;
8284
8110
  customerId: string;
8111
+ cmsProjectId: string;
8285
8112
  createdBy: string;
8286
8113
  updatedBy: string;
8287
- cmsProjectId: string;
8288
8114
  type?: "Individual" | "Company" | null | undefined;
8289
8115
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
8290
8116
  updatedAt?: Date | null | undefined;
@@ -8304,9 +8130,9 @@ export declare const SendMessageForCustomerDeletedInput: z.ZodObject<{
8304
8130
  id: string;
8305
8131
  createdAt: Date;
8306
8132
  customerId: string;
8133
+ cmsProjectId: string;
8307
8134
  createdBy: string;
8308
8135
  updatedBy: string;
8309
- cmsProjectId: string;
8310
8136
  type?: "Individual" | "Company" | null | undefined;
8311
8137
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
8312
8138
  updatedAt?: Date | null | undefined;
@@ -8326,9 +8152,9 @@ export declare const SendMessageForCustomerDeletedInput: z.ZodObject<{
8326
8152
  id: string;
8327
8153
  createdAt: Date;
8328
8154
  customerId: string;
8155
+ cmsProjectId: string;
8329
8156
  createdBy: string;
8330
8157
  updatedBy: string;
8331
- cmsProjectId: string;
8332
8158
  type?: "Individual" | "Company" | null | undefined;
8333
8159
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
8334
8160
  updatedAt?: Date | null | undefined;
@@ -8358,8 +8184,6 @@ export declare const SendMessageForAlertCreatedInput: z.ZodObject<{
8358
8184
  reason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
8359
8185
  createdAt: z.ZodDate;
8360
8186
  updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
8361
- createdBy: z.ZodString;
8362
- updatedBy: z.ZodOptional<z.ZodNullable<z.ZodString>>;
8363
8187
  tags: z.ZodArray<z.ZodObject<{
8364
8188
  id: z.ZodString;
8365
8189
  title: z.ZodString;
@@ -8392,14 +8216,12 @@ export declare const SendMessageForAlertCreatedInput: z.ZodObject<{
8392
8216
  updatedAt: Date | null;
8393
8217
  }[];
8394
8218
  severity: "Low" | "Medium" | "High";
8395
- createdBy: string;
8396
8219
  updatedAt?: Date | null | undefined;
8397
8220
  workflowId?: string | null | undefined;
8398
8221
  externalCustomerId?: string | null | undefined;
8399
8222
  workflowName?: string | null | undefined;
8400
8223
  reason?: string | null | undefined;
8401
8224
  scenarioAlertCount?: number | null | undefined;
8402
- updatedBy?: string | null | undefined;
8403
8225
  }, {
8404
8226
  id: string;
8405
8227
  status: "Escalated" | "Pending" | "Open" | "Under Investigation" | "Closed";
@@ -8413,14 +8235,12 @@ export declare const SendMessageForAlertCreatedInput: z.ZodObject<{
8413
8235
  updatedAt: Date | null;
8414
8236
  }[];
8415
8237
  severity: "Low" | "Medium" | "High";
8416
- createdBy: string;
8417
8238
  updatedAt?: Date | null | undefined;
8418
8239
  workflowId?: string | null | undefined;
8419
8240
  externalCustomerId?: string | null | undefined;
8420
8241
  workflowName?: string | null | undefined;
8421
8242
  reason?: string | null | undefined;
8422
8243
  scenarioAlertCount?: number | null | undefined;
8423
- updatedBy?: string | null | undefined;
8424
8244
  }>;
8425
8245
  }, "strip", z.ZodTypeAny, {
8426
8246
  payload: {
@@ -8436,14 +8256,12 @@ export declare const SendMessageForAlertCreatedInput: z.ZodObject<{
8436
8256
  updatedAt: Date | null;
8437
8257
  }[];
8438
8258
  severity: "Low" | "Medium" | "High";
8439
- createdBy: string;
8440
8259
  updatedAt?: Date | null | undefined;
8441
8260
  workflowId?: string | null | undefined;
8442
8261
  externalCustomerId?: string | null | undefined;
8443
8262
  workflowName?: string | null | undefined;
8444
8263
  reason?: string | null | undefined;
8445
8264
  scenarioAlertCount?: number | null | undefined;
8446
- updatedBy?: string | null | undefined;
8447
8265
  };
8448
8266
  eventType: "alert.created";
8449
8267
  }, {
@@ -8460,14 +8278,12 @@ export declare const SendMessageForAlertCreatedInput: z.ZodObject<{
8460
8278
  updatedAt: Date | null;
8461
8279
  }[];
8462
8280
  severity: "Low" | "Medium" | "High";
8463
- createdBy: string;
8464
8281
  updatedAt?: Date | null | undefined;
8465
8282
  workflowId?: string | null | undefined;
8466
8283
  externalCustomerId?: string | null | undefined;
8467
8284
  workflowName?: string | null | undefined;
8468
8285
  reason?: string | null | undefined;
8469
8286
  scenarioAlertCount?: number | null | undefined;
8470
- updatedBy?: string | null | undefined;
8471
8287
  };
8472
8288
  eventType: "alert.created";
8473
8289
  }>;
@@ -8487,14 +8303,12 @@ export declare const SendMessageForAlertCreatedInput: z.ZodObject<{
8487
8303
  updatedAt: Date | null;
8488
8304
  }[];
8489
8305
  severity: "Low" | "Medium" | "High";
8490
- createdBy: string;
8491
8306
  updatedAt?: Date | null | undefined;
8492
8307
  workflowId?: string | null | undefined;
8493
8308
  externalCustomerId?: string | null | undefined;
8494
8309
  workflowName?: string | null | undefined;
8495
8310
  reason?: string | null | undefined;
8496
8311
  scenarioAlertCount?: number | null | undefined;
8497
- updatedBy?: string | null | undefined;
8498
8312
  };
8499
8313
  eventType: "alert.created";
8500
8314
  };
@@ -8514,14 +8328,12 @@ export declare const SendMessageForAlertCreatedInput: z.ZodObject<{
8514
8328
  updatedAt: Date | null;
8515
8329
  }[];
8516
8330
  severity: "Low" | "Medium" | "High";
8517
- createdBy: string;
8518
8331
  updatedAt?: Date | null | undefined;
8519
8332
  workflowId?: string | null | undefined;
8520
8333
  externalCustomerId?: string | null | undefined;
8521
8334
  workflowName?: string | null | undefined;
8522
8335
  reason?: string | null | undefined;
8523
8336
  scenarioAlertCount?: number | null | undefined;
8524
- updatedBy?: string | null | undefined;
8525
8337
  };
8526
8338
  eventType: "alert.created";
8527
8339
  };
@@ -8542,8 +8354,6 @@ export declare const SendMessageForAlertUpdatedInput: z.ZodObject<{
8542
8354
  reason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
8543
8355
  createdAt: z.ZodDate;
8544
8356
  updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
8545
- createdBy: z.ZodString;
8546
- updatedBy: z.ZodOptional<z.ZodNullable<z.ZodString>>;
8547
8357
  tags: z.ZodArray<z.ZodObject<{
8548
8358
  id: z.ZodString;
8549
8359
  title: z.ZodString;
@@ -8576,14 +8386,12 @@ export declare const SendMessageForAlertUpdatedInput: z.ZodObject<{
8576
8386
  updatedAt: Date | null;
8577
8387
  }[];
8578
8388
  severity: "Low" | "Medium" | "High";
8579
- createdBy: string;
8580
8389
  updatedAt?: Date | null | undefined;
8581
8390
  workflowId?: string | null | undefined;
8582
8391
  externalCustomerId?: string | null | undefined;
8583
8392
  workflowName?: string | null | undefined;
8584
8393
  reason?: string | null | undefined;
8585
8394
  scenarioAlertCount?: number | null | undefined;
8586
- updatedBy?: string | null | undefined;
8587
8395
  }, {
8588
8396
  id: string;
8589
8397
  status: "Escalated" | "Pending" | "Open" | "Under Investigation" | "Closed";
@@ -8597,14 +8405,12 @@ export declare const SendMessageForAlertUpdatedInput: z.ZodObject<{
8597
8405
  updatedAt: Date | null;
8598
8406
  }[];
8599
8407
  severity: "Low" | "Medium" | "High";
8600
- createdBy: string;
8601
8408
  updatedAt?: Date | null | undefined;
8602
8409
  workflowId?: string | null | undefined;
8603
8410
  externalCustomerId?: string | null | undefined;
8604
8411
  workflowName?: string | null | undefined;
8605
8412
  reason?: string | null | undefined;
8606
8413
  scenarioAlertCount?: number | null | undefined;
8607
- updatedBy?: string | null | undefined;
8608
8414
  }>;
8609
8415
  }, "strip", z.ZodTypeAny, {
8610
8416
  payload: {
@@ -8620,14 +8426,12 @@ export declare const SendMessageForAlertUpdatedInput: z.ZodObject<{
8620
8426
  updatedAt: Date | null;
8621
8427
  }[];
8622
8428
  severity: "Low" | "Medium" | "High";
8623
- createdBy: string;
8624
8429
  updatedAt?: Date | null | undefined;
8625
8430
  workflowId?: string | null | undefined;
8626
8431
  externalCustomerId?: string | null | undefined;
8627
8432
  workflowName?: string | null | undefined;
8628
8433
  reason?: string | null | undefined;
8629
8434
  scenarioAlertCount?: number | null | undefined;
8630
- updatedBy?: string | null | undefined;
8631
8435
  };
8632
8436
  eventType: "alert.updated";
8633
8437
  }, {
@@ -8644,14 +8448,12 @@ export declare const SendMessageForAlertUpdatedInput: z.ZodObject<{
8644
8448
  updatedAt: Date | null;
8645
8449
  }[];
8646
8450
  severity: "Low" | "Medium" | "High";
8647
- createdBy: string;
8648
8451
  updatedAt?: Date | null | undefined;
8649
8452
  workflowId?: string | null | undefined;
8650
8453
  externalCustomerId?: string | null | undefined;
8651
8454
  workflowName?: string | null | undefined;
8652
8455
  reason?: string | null | undefined;
8653
8456
  scenarioAlertCount?: number | null | undefined;
8654
- updatedBy?: string | null | undefined;
8655
8457
  };
8656
8458
  eventType: "alert.updated";
8657
8459
  }>;
@@ -8671,14 +8473,12 @@ export declare const SendMessageForAlertUpdatedInput: z.ZodObject<{
8671
8473
  updatedAt: Date | null;
8672
8474
  }[];
8673
8475
  severity: "Low" | "Medium" | "High";
8674
- createdBy: string;
8675
8476
  updatedAt?: Date | null | undefined;
8676
8477
  workflowId?: string | null | undefined;
8677
8478
  externalCustomerId?: string | null | undefined;
8678
8479
  workflowName?: string | null | undefined;
8679
8480
  reason?: string | null | undefined;
8680
8481
  scenarioAlertCount?: number | null | undefined;
8681
- updatedBy?: string | null | undefined;
8682
8482
  };
8683
8483
  eventType: "alert.updated";
8684
8484
  };
@@ -8698,14 +8498,12 @@ export declare const SendMessageForAlertUpdatedInput: z.ZodObject<{
8698
8498
  updatedAt: Date | null;
8699
8499
  }[];
8700
8500
  severity: "Low" | "Medium" | "High";
8701
- createdBy: string;
8702
8501
  updatedAt?: Date | null | undefined;
8703
8502
  workflowId?: string | null | undefined;
8704
8503
  externalCustomerId?: string | null | undefined;
8705
8504
  workflowName?: string | null | undefined;
8706
8505
  reason?: string | null | undefined;
8707
8506
  scenarioAlertCount?: number | null | undefined;
8708
- updatedBy?: string | null | undefined;
8709
8507
  };
8710
8508
  eventType: "alert.updated";
8711
8509
  };
@@ -8726,8 +8524,6 @@ export declare const SendMessageForAlertDeletedInput: z.ZodObject<{
8726
8524
  reason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
8727
8525
  createdAt: z.ZodDate;
8728
8526
  updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
8729
- createdBy: z.ZodString;
8730
- updatedBy: z.ZodOptional<z.ZodNullable<z.ZodString>>;
8731
8527
  tags: z.ZodArray<z.ZodObject<{
8732
8528
  id: z.ZodString;
8733
8529
  title: z.ZodString;
@@ -8760,14 +8556,12 @@ export declare const SendMessageForAlertDeletedInput: z.ZodObject<{
8760
8556
  updatedAt: Date | null;
8761
8557
  }[];
8762
8558
  severity: "Low" | "Medium" | "High";
8763
- createdBy: string;
8764
8559
  updatedAt?: Date | null | undefined;
8765
8560
  workflowId?: string | null | undefined;
8766
8561
  externalCustomerId?: string | null | undefined;
8767
8562
  workflowName?: string | null | undefined;
8768
8563
  reason?: string | null | undefined;
8769
8564
  scenarioAlertCount?: number | null | undefined;
8770
- updatedBy?: string | null | undefined;
8771
8565
  }, {
8772
8566
  id: string;
8773
8567
  status: "Escalated" | "Pending" | "Open" | "Under Investigation" | "Closed";
@@ -8781,14 +8575,12 @@ export declare const SendMessageForAlertDeletedInput: z.ZodObject<{
8781
8575
  updatedAt: Date | null;
8782
8576
  }[];
8783
8577
  severity: "Low" | "Medium" | "High";
8784
- createdBy: string;
8785
8578
  updatedAt?: Date | null | undefined;
8786
8579
  workflowId?: string | null | undefined;
8787
8580
  externalCustomerId?: string | null | undefined;
8788
8581
  workflowName?: string | null | undefined;
8789
8582
  reason?: string | null | undefined;
8790
8583
  scenarioAlertCount?: number | null | undefined;
8791
- updatedBy?: string | null | undefined;
8792
8584
  }>;
8793
8585
  }, "strip", z.ZodTypeAny, {
8794
8586
  payload: {
@@ -8804,14 +8596,12 @@ export declare const SendMessageForAlertDeletedInput: z.ZodObject<{
8804
8596
  updatedAt: Date | null;
8805
8597
  }[];
8806
8598
  severity: "Low" | "Medium" | "High";
8807
- createdBy: string;
8808
8599
  updatedAt?: Date | null | undefined;
8809
8600
  workflowId?: string | null | undefined;
8810
8601
  externalCustomerId?: string | null | undefined;
8811
8602
  workflowName?: string | null | undefined;
8812
8603
  reason?: string | null | undefined;
8813
8604
  scenarioAlertCount?: number | null | undefined;
8814
- updatedBy?: string | null | undefined;
8815
8605
  };
8816
8606
  eventType: "alert.deleted";
8817
8607
  }, {
@@ -8828,14 +8618,12 @@ export declare const SendMessageForAlertDeletedInput: z.ZodObject<{
8828
8618
  updatedAt: Date | null;
8829
8619
  }[];
8830
8620
  severity: "Low" | "Medium" | "High";
8831
- createdBy: string;
8832
8621
  updatedAt?: Date | null | undefined;
8833
8622
  workflowId?: string | null | undefined;
8834
8623
  externalCustomerId?: string | null | undefined;
8835
8624
  workflowName?: string | null | undefined;
8836
8625
  reason?: string | null | undefined;
8837
8626
  scenarioAlertCount?: number | null | undefined;
8838
- updatedBy?: string | null | undefined;
8839
8627
  };
8840
8628
  eventType: "alert.deleted";
8841
8629
  }>;
@@ -8855,14 +8643,12 @@ export declare const SendMessageForAlertDeletedInput: z.ZodObject<{
8855
8643
  updatedAt: Date | null;
8856
8644
  }[];
8857
8645
  severity: "Low" | "Medium" | "High";
8858
- createdBy: string;
8859
8646
  updatedAt?: Date | null | undefined;
8860
8647
  workflowId?: string | null | undefined;
8861
8648
  externalCustomerId?: string | null | undefined;
8862
8649
  workflowName?: string | null | undefined;
8863
8650
  reason?: string | null | undefined;
8864
8651
  scenarioAlertCount?: number | null | undefined;
8865
- updatedBy?: string | null | undefined;
8866
8652
  };
8867
8653
  eventType: "alert.deleted";
8868
8654
  };
@@ -8882,14 +8668,12 @@ export declare const SendMessageForAlertDeletedInput: z.ZodObject<{
8882
8668
  updatedAt: Date | null;
8883
8669
  }[];
8884
8670
  severity: "Low" | "Medium" | "High";
8885
- createdBy: string;
8886
8671
  updatedAt?: Date | null | undefined;
8887
8672
  workflowId?: string | null | undefined;
8888
8673
  externalCustomerId?: string | null | undefined;
8889
8674
  workflowName?: string | null | undefined;
8890
8675
  reason?: string | null | undefined;
8891
8676
  scenarioAlertCount?: number | null | undefined;
8892
- updatedBy?: string | null | undefined;
8893
8677
  };
8894
8678
  eventType: "alert.deleted";
8895
8679
  };
@@ -9585,9 +9369,9 @@ export declare const ListMessagesOutput: z.ZodObject<{
9585
9369
  id: string;
9586
9370
  createdAt: Date;
9587
9371
  customerId: string;
9372
+ cmsProjectId: string;
9588
9373
  createdBy: string;
9589
9374
  updatedBy: string;
9590
- cmsProjectId: string;
9591
9375
  type?: "Individual" | "Company" | null | undefined;
9592
9376
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
9593
9377
  updatedAt?: Date | null | undefined;
@@ -9601,9 +9385,9 @@ export declare const ListMessagesOutput: z.ZodObject<{
9601
9385
  id: string;
9602
9386
  createdAt: Date;
9603
9387
  customerId: string;
9388
+ cmsProjectId: string;
9604
9389
  createdBy: string;
9605
9390
  updatedBy: string;
9606
- cmsProjectId: string;
9607
9391
  type?: "Individual" | "Company" | null | undefined;
9608
9392
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
9609
9393
  updatedAt?: Date | null | undefined;
@@ -9619,9 +9403,9 @@ export declare const ListMessagesOutput: z.ZodObject<{
9619
9403
  id: string;
9620
9404
  createdAt: Date;
9621
9405
  customerId: string;
9406
+ cmsProjectId: string;
9622
9407
  createdBy: string;
9623
9408
  updatedBy: string;
9624
- cmsProjectId: string;
9625
9409
  type?: "Individual" | "Company" | null | undefined;
9626
9410
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
9627
9411
  updatedAt?: Date | null | undefined;
@@ -9638,9 +9422,9 @@ export declare const ListMessagesOutput: z.ZodObject<{
9638
9422
  id: string;
9639
9423
  createdAt: Date;
9640
9424
  customerId: string;
9425
+ cmsProjectId: string;
9641
9426
  createdBy: string;
9642
9427
  updatedBy: string;
9643
- cmsProjectId: string;
9644
9428
  type?: "Individual" | "Company" | null | undefined;
9645
9429
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
9646
9430
  updatedAt?: Date | null | undefined;
@@ -9674,9 +9458,9 @@ export declare const ListMessagesOutput: z.ZodObject<{
9674
9458
  id: string;
9675
9459
  createdAt: Date;
9676
9460
  customerId: string;
9461
+ cmsProjectId: string;
9677
9462
  createdBy: string;
9678
9463
  updatedBy: string;
9679
- cmsProjectId: string;
9680
9464
  type?: "Individual" | "Company" | null | undefined;
9681
9465
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
9682
9466
  updatedAt?: Date | null | undefined;
@@ -9690,9 +9474,9 @@ export declare const ListMessagesOutput: z.ZodObject<{
9690
9474
  id: string;
9691
9475
  createdAt: Date;
9692
9476
  customerId: string;
9477
+ cmsProjectId: string;
9693
9478
  createdBy: string;
9694
9479
  updatedBy: string;
9695
- cmsProjectId: string;
9696
9480
  type?: "Individual" | "Company" | null | undefined;
9697
9481
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
9698
9482
  updatedAt?: Date | null | undefined;
@@ -9708,9 +9492,9 @@ export declare const ListMessagesOutput: z.ZodObject<{
9708
9492
  id: string;
9709
9493
  createdAt: Date;
9710
9494
  customerId: string;
9495
+ cmsProjectId: string;
9711
9496
  createdBy: string;
9712
9497
  updatedBy: string;
9713
- cmsProjectId: string;
9714
9498
  type?: "Individual" | "Company" | null | undefined;
9715
9499
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
9716
9500
  updatedAt?: Date | null | undefined;
@@ -9727,9 +9511,9 @@ export declare const ListMessagesOutput: z.ZodObject<{
9727
9511
  id: string;
9728
9512
  createdAt: Date;
9729
9513
  customerId: string;
9514
+ cmsProjectId: string;
9730
9515
  createdBy: string;
9731
9516
  updatedBy: string;
9732
- cmsProjectId: string;
9733
9517
  type?: "Individual" | "Company" | null | undefined;
9734
9518
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
9735
9519
  updatedAt?: Date | null | undefined;
@@ -9763,9 +9547,9 @@ export declare const ListMessagesOutput: z.ZodObject<{
9763
9547
  id: string;
9764
9548
  createdAt: Date;
9765
9549
  customerId: string;
9550
+ cmsProjectId: string;
9766
9551
  createdBy: string;
9767
9552
  updatedBy: string;
9768
- cmsProjectId: string;
9769
9553
  type?: "Individual" | "Company" | null | undefined;
9770
9554
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
9771
9555
  updatedAt?: Date | null | undefined;
@@ -9779,9 +9563,9 @@ export declare const ListMessagesOutput: z.ZodObject<{
9779
9563
  id: string;
9780
9564
  createdAt: Date;
9781
9565
  customerId: string;
9566
+ cmsProjectId: string;
9782
9567
  createdBy: string;
9783
9568
  updatedBy: string;
9784
- cmsProjectId: string;
9785
9569
  type?: "Individual" | "Company" | null | undefined;
9786
9570
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
9787
9571
  updatedAt?: Date | null | undefined;
@@ -9797,9 +9581,9 @@ export declare const ListMessagesOutput: z.ZodObject<{
9797
9581
  id: string;
9798
9582
  createdAt: Date;
9799
9583
  customerId: string;
9584
+ cmsProjectId: string;
9800
9585
  createdBy: string;
9801
9586
  updatedBy: string;
9802
- cmsProjectId: string;
9803
9587
  type?: "Individual" | "Company" | null | undefined;
9804
9588
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
9805
9589
  updatedAt?: Date | null | undefined;
@@ -9816,9 +9600,9 @@ export declare const ListMessagesOutput: z.ZodObject<{
9816
9600
  id: string;
9817
9601
  createdAt: Date;
9818
9602
  customerId: string;
9603
+ cmsProjectId: string;
9819
9604
  createdBy: string;
9820
9605
  updatedBy: string;
9821
- cmsProjectId: string;
9822
9606
  type?: "Individual" | "Company" | null | undefined;
9823
9607
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
9824
9608
  updatedAt?: Date | null | undefined;
@@ -9844,8 +9628,6 @@ export declare const ListMessagesOutput: z.ZodObject<{
9844
9628
  reason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9845
9629
  createdAt: z.ZodDate;
9846
9630
  updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
9847
- createdBy: z.ZodString;
9848
- updatedBy: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9849
9631
  tags: z.ZodArray<z.ZodObject<{
9850
9632
  id: z.ZodString;
9851
9633
  title: z.ZodString;
@@ -9878,14 +9660,12 @@ export declare const ListMessagesOutput: z.ZodObject<{
9878
9660
  updatedAt: Date | null;
9879
9661
  }[];
9880
9662
  severity: "Low" | "Medium" | "High";
9881
- createdBy: string;
9882
9663
  updatedAt?: Date | null | undefined;
9883
9664
  workflowId?: string | null | undefined;
9884
9665
  externalCustomerId?: string | null | undefined;
9885
9666
  workflowName?: string | null | undefined;
9886
9667
  reason?: string | null | undefined;
9887
9668
  scenarioAlertCount?: number | null | undefined;
9888
- updatedBy?: string | null | undefined;
9889
9669
  }, {
9890
9670
  id: string;
9891
9671
  status: "Escalated" | "Pending" | "Open" | "Under Investigation" | "Closed";
@@ -9899,14 +9679,12 @@ export declare const ListMessagesOutput: z.ZodObject<{
9899
9679
  updatedAt: Date | null;
9900
9680
  }[];
9901
9681
  severity: "Low" | "Medium" | "High";
9902
- createdBy: string;
9903
9682
  updatedAt?: Date | null | undefined;
9904
9683
  workflowId?: string | null | undefined;
9905
9684
  externalCustomerId?: string | null | undefined;
9906
9685
  workflowName?: string | null | undefined;
9907
9686
  reason?: string | null | undefined;
9908
9687
  scenarioAlertCount?: number | null | undefined;
9909
- updatedBy?: string | null | undefined;
9910
9688
  }>;
9911
9689
  }, "strip", z.ZodTypeAny, {
9912
9690
  payload: {
@@ -9922,14 +9700,12 @@ export declare const ListMessagesOutput: z.ZodObject<{
9922
9700
  updatedAt: Date | null;
9923
9701
  }[];
9924
9702
  severity: "Low" | "Medium" | "High";
9925
- createdBy: string;
9926
9703
  updatedAt?: Date | null | undefined;
9927
9704
  workflowId?: string | null | undefined;
9928
9705
  externalCustomerId?: string | null | undefined;
9929
9706
  workflowName?: string | null | undefined;
9930
9707
  reason?: string | null | undefined;
9931
9708
  scenarioAlertCount?: number | null | undefined;
9932
- updatedBy?: string | null | undefined;
9933
9709
  };
9934
9710
  eventType: "alert.created";
9935
9711
  }, {
@@ -9946,14 +9722,12 @@ export declare const ListMessagesOutput: z.ZodObject<{
9946
9722
  updatedAt: Date | null;
9947
9723
  }[];
9948
9724
  severity: "Low" | "Medium" | "High";
9949
- createdBy: string;
9950
9725
  updatedAt?: Date | null | undefined;
9951
9726
  workflowId?: string | null | undefined;
9952
9727
  externalCustomerId?: string | null | undefined;
9953
9728
  workflowName?: string | null | undefined;
9954
9729
  reason?: string | null | undefined;
9955
9730
  scenarioAlertCount?: number | null | undefined;
9956
- updatedBy?: string | null | undefined;
9957
9731
  };
9958
9732
  eventType: "alert.created";
9959
9733
  }>, z.ZodObject<{
@@ -9970,8 +9744,6 @@ export declare const ListMessagesOutput: z.ZodObject<{
9970
9744
  reason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9971
9745
  createdAt: z.ZodDate;
9972
9746
  updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
9973
- createdBy: z.ZodString;
9974
- updatedBy: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9975
9747
  tags: z.ZodArray<z.ZodObject<{
9976
9748
  id: z.ZodString;
9977
9749
  title: z.ZodString;
@@ -10004,14 +9776,12 @@ export declare const ListMessagesOutput: z.ZodObject<{
10004
9776
  updatedAt: Date | null;
10005
9777
  }[];
10006
9778
  severity: "Low" | "Medium" | "High";
10007
- createdBy: string;
10008
9779
  updatedAt?: Date | null | undefined;
10009
9780
  workflowId?: string | null | undefined;
10010
9781
  externalCustomerId?: string | null | undefined;
10011
9782
  workflowName?: string | null | undefined;
10012
9783
  reason?: string | null | undefined;
10013
9784
  scenarioAlertCount?: number | null | undefined;
10014
- updatedBy?: string | null | undefined;
10015
9785
  }, {
10016
9786
  id: string;
10017
9787
  status: "Escalated" | "Pending" | "Open" | "Under Investigation" | "Closed";
@@ -10025,14 +9795,12 @@ export declare const ListMessagesOutput: z.ZodObject<{
10025
9795
  updatedAt: Date | null;
10026
9796
  }[];
10027
9797
  severity: "Low" | "Medium" | "High";
10028
- createdBy: string;
10029
9798
  updatedAt?: Date | null | undefined;
10030
9799
  workflowId?: string | null | undefined;
10031
9800
  externalCustomerId?: string | null | undefined;
10032
9801
  workflowName?: string | null | undefined;
10033
9802
  reason?: string | null | undefined;
10034
9803
  scenarioAlertCount?: number | null | undefined;
10035
- updatedBy?: string | null | undefined;
10036
9804
  }>;
10037
9805
  }, "strip", z.ZodTypeAny, {
10038
9806
  payload: {
@@ -10048,14 +9816,12 @@ export declare const ListMessagesOutput: z.ZodObject<{
10048
9816
  updatedAt: Date | null;
10049
9817
  }[];
10050
9818
  severity: "Low" | "Medium" | "High";
10051
- createdBy: string;
10052
9819
  updatedAt?: Date | null | undefined;
10053
9820
  workflowId?: string | null | undefined;
10054
9821
  externalCustomerId?: string | null | undefined;
10055
9822
  workflowName?: string | null | undefined;
10056
9823
  reason?: string | null | undefined;
10057
9824
  scenarioAlertCount?: number | null | undefined;
10058
- updatedBy?: string | null | undefined;
10059
9825
  };
10060
9826
  eventType: "alert.updated";
10061
9827
  }, {
@@ -10072,14 +9838,12 @@ export declare const ListMessagesOutput: z.ZodObject<{
10072
9838
  updatedAt: Date | null;
10073
9839
  }[];
10074
9840
  severity: "Low" | "Medium" | "High";
10075
- createdBy: string;
10076
9841
  updatedAt?: Date | null | undefined;
10077
9842
  workflowId?: string | null | undefined;
10078
9843
  externalCustomerId?: string | null | undefined;
10079
9844
  workflowName?: string | null | undefined;
10080
9845
  reason?: string | null | undefined;
10081
9846
  scenarioAlertCount?: number | null | undefined;
10082
- updatedBy?: string | null | undefined;
10083
9847
  };
10084
9848
  eventType: "alert.updated";
10085
9849
  }>, z.ZodObject<{
@@ -10096,8 +9860,6 @@ export declare const ListMessagesOutput: z.ZodObject<{
10096
9860
  reason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10097
9861
  createdAt: z.ZodDate;
10098
9862
  updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
10099
- createdBy: z.ZodString;
10100
- updatedBy: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10101
9863
  tags: z.ZodArray<z.ZodObject<{
10102
9864
  id: z.ZodString;
10103
9865
  title: z.ZodString;
@@ -10130,14 +9892,12 @@ export declare const ListMessagesOutput: z.ZodObject<{
10130
9892
  updatedAt: Date | null;
10131
9893
  }[];
10132
9894
  severity: "Low" | "Medium" | "High";
10133
- createdBy: string;
10134
9895
  updatedAt?: Date | null | undefined;
10135
9896
  workflowId?: string | null | undefined;
10136
9897
  externalCustomerId?: string | null | undefined;
10137
9898
  workflowName?: string | null | undefined;
10138
9899
  reason?: string | null | undefined;
10139
9900
  scenarioAlertCount?: number | null | undefined;
10140
- updatedBy?: string | null | undefined;
10141
9901
  }, {
10142
9902
  id: string;
10143
9903
  status: "Escalated" | "Pending" | "Open" | "Under Investigation" | "Closed";
@@ -10151,14 +9911,12 @@ export declare const ListMessagesOutput: z.ZodObject<{
10151
9911
  updatedAt: Date | null;
10152
9912
  }[];
10153
9913
  severity: "Low" | "Medium" | "High";
10154
- createdBy: string;
10155
9914
  updatedAt?: Date | null | undefined;
10156
9915
  workflowId?: string | null | undefined;
10157
9916
  externalCustomerId?: string | null | undefined;
10158
9917
  workflowName?: string | null | undefined;
10159
9918
  reason?: string | null | undefined;
10160
9919
  scenarioAlertCount?: number | null | undefined;
10161
- updatedBy?: string | null | undefined;
10162
9920
  }>;
10163
9921
  }, "strip", z.ZodTypeAny, {
10164
9922
  payload: {
@@ -10174,14 +9932,12 @@ export declare const ListMessagesOutput: z.ZodObject<{
10174
9932
  updatedAt: Date | null;
10175
9933
  }[];
10176
9934
  severity: "Low" | "Medium" | "High";
10177
- createdBy: string;
10178
9935
  updatedAt?: Date | null | undefined;
10179
9936
  workflowId?: string | null | undefined;
10180
9937
  externalCustomerId?: string | null | undefined;
10181
9938
  workflowName?: string | null | undefined;
10182
9939
  reason?: string | null | undefined;
10183
9940
  scenarioAlertCount?: number | null | undefined;
10184
- updatedBy?: string | null | undefined;
10185
9941
  };
10186
9942
  eventType: "alert.deleted";
10187
9943
  }, {
@@ -10198,14 +9954,12 @@ export declare const ListMessagesOutput: z.ZodObject<{
10198
9954
  updatedAt: Date | null;
10199
9955
  }[];
10200
9956
  severity: "Low" | "Medium" | "High";
10201
- createdBy: string;
10202
9957
  updatedAt?: Date | null | undefined;
10203
9958
  workflowId?: string | null | undefined;
10204
9959
  externalCustomerId?: string | null | undefined;
10205
9960
  workflowName?: string | null | undefined;
10206
9961
  reason?: string | null | undefined;
10207
9962
  scenarioAlertCount?: number | null | undefined;
10208
- updatedBy?: string | null | undefined;
10209
9963
  };
10210
9964
  eventType: "alert.deleted";
10211
9965
  }>]>, z.ZodUnion<[z.ZodObject<{
@@ -10492,9 +10246,9 @@ export declare const ListMessagesOutput: z.ZodObject<{
10492
10246
  id: string;
10493
10247
  createdAt: Date;
10494
10248
  customerId: string;
10249
+ cmsProjectId: string;
10495
10250
  createdBy: string;
10496
10251
  updatedBy: string;
10497
- cmsProjectId: string;
10498
10252
  type?: "Individual" | "Company" | null | undefined;
10499
10253
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
10500
10254
  updatedAt?: Date | null | undefined;
@@ -10511,9 +10265,9 @@ export declare const ListMessagesOutput: z.ZodObject<{
10511
10265
  id: string;
10512
10266
  createdAt: Date;
10513
10267
  customerId: string;
10268
+ cmsProjectId: string;
10514
10269
  createdBy: string;
10515
10270
  updatedBy: string;
10516
- cmsProjectId: string;
10517
10271
  type?: "Individual" | "Company" | null | undefined;
10518
10272
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
10519
10273
  updatedAt?: Date | null | undefined;
@@ -10530,9 +10284,9 @@ export declare const ListMessagesOutput: z.ZodObject<{
10530
10284
  id: string;
10531
10285
  createdAt: Date;
10532
10286
  customerId: string;
10287
+ cmsProjectId: string;
10533
10288
  createdBy: string;
10534
10289
  updatedBy: string;
10535
- cmsProjectId: string;
10536
10290
  type?: "Individual" | "Company" | null | undefined;
10537
10291
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
10538
10292
  updatedAt?: Date | null | undefined;
@@ -10558,14 +10312,12 @@ export declare const ListMessagesOutput: z.ZodObject<{
10558
10312
  updatedAt: Date | null;
10559
10313
  }[];
10560
10314
  severity: "Low" | "Medium" | "High";
10561
- createdBy: string;
10562
10315
  updatedAt?: Date | null | undefined;
10563
10316
  workflowId?: string | null | undefined;
10564
10317
  externalCustomerId?: string | null | undefined;
10565
10318
  workflowName?: string | null | undefined;
10566
10319
  reason?: string | null | undefined;
10567
10320
  scenarioAlertCount?: number | null | undefined;
10568
- updatedBy?: string | null | undefined;
10569
10321
  };
10570
10322
  eventType: "alert.created";
10571
10323
  } | {
@@ -10582,14 +10334,12 @@ export declare const ListMessagesOutput: z.ZodObject<{
10582
10334
  updatedAt: Date | null;
10583
10335
  }[];
10584
10336
  severity: "Low" | "Medium" | "High";
10585
- createdBy: string;
10586
10337
  updatedAt?: Date | null | undefined;
10587
10338
  workflowId?: string | null | undefined;
10588
10339
  externalCustomerId?: string | null | undefined;
10589
10340
  workflowName?: string | null | undefined;
10590
10341
  reason?: string | null | undefined;
10591
10342
  scenarioAlertCount?: number | null | undefined;
10592
- updatedBy?: string | null | undefined;
10593
10343
  };
10594
10344
  eventType: "alert.updated";
10595
10345
  } | {
@@ -10606,14 +10356,12 @@ export declare const ListMessagesOutput: z.ZodObject<{
10606
10356
  updatedAt: Date | null;
10607
10357
  }[];
10608
10358
  severity: "Low" | "Medium" | "High";
10609
- createdBy: string;
10610
10359
  updatedAt?: Date | null | undefined;
10611
10360
  workflowId?: string | null | undefined;
10612
10361
  externalCustomerId?: string | null | undefined;
10613
10362
  workflowName?: string | null | undefined;
10614
10363
  reason?: string | null | undefined;
10615
10364
  scenarioAlertCount?: number | null | undefined;
10616
- updatedBy?: string | null | undefined;
10617
10365
  };
10618
10366
  eventType: "alert.deleted";
10619
10367
  } | {
@@ -10715,9 +10463,9 @@ export declare const ListMessagesOutput: z.ZodObject<{
10715
10463
  id: string;
10716
10464
  createdAt: Date;
10717
10465
  customerId: string;
10466
+ cmsProjectId: string;
10718
10467
  createdBy: string;
10719
10468
  updatedBy: string;
10720
- cmsProjectId: string;
10721
10469
  type?: "Individual" | "Company" | null | undefined;
10722
10470
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
10723
10471
  updatedAt?: Date | null | undefined;
@@ -10734,9 +10482,9 @@ export declare const ListMessagesOutput: z.ZodObject<{
10734
10482
  id: string;
10735
10483
  createdAt: Date;
10736
10484
  customerId: string;
10485
+ cmsProjectId: string;
10737
10486
  createdBy: string;
10738
10487
  updatedBy: string;
10739
- cmsProjectId: string;
10740
10488
  type?: "Individual" | "Company" | null | undefined;
10741
10489
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
10742
10490
  updatedAt?: Date | null | undefined;
@@ -10753,9 +10501,9 @@ export declare const ListMessagesOutput: z.ZodObject<{
10753
10501
  id: string;
10754
10502
  createdAt: Date;
10755
10503
  customerId: string;
10504
+ cmsProjectId: string;
10756
10505
  createdBy: string;
10757
10506
  updatedBy: string;
10758
- cmsProjectId: string;
10759
10507
  type?: "Individual" | "Company" | null | undefined;
10760
10508
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
10761
10509
  updatedAt?: Date | null | undefined;
@@ -10781,14 +10529,12 @@ export declare const ListMessagesOutput: z.ZodObject<{
10781
10529
  updatedAt: Date | null;
10782
10530
  }[];
10783
10531
  severity: "Low" | "Medium" | "High";
10784
- createdBy: string;
10785
10532
  updatedAt?: Date | null | undefined;
10786
10533
  workflowId?: string | null | undefined;
10787
10534
  externalCustomerId?: string | null | undefined;
10788
10535
  workflowName?: string | null | undefined;
10789
10536
  reason?: string | null | undefined;
10790
10537
  scenarioAlertCount?: number | null | undefined;
10791
- updatedBy?: string | null | undefined;
10792
10538
  };
10793
10539
  eventType: "alert.created";
10794
10540
  } | {
@@ -10805,14 +10551,12 @@ export declare const ListMessagesOutput: z.ZodObject<{
10805
10551
  updatedAt: Date | null;
10806
10552
  }[];
10807
10553
  severity: "Low" | "Medium" | "High";
10808
- createdBy: string;
10809
10554
  updatedAt?: Date | null | undefined;
10810
10555
  workflowId?: string | null | undefined;
10811
10556
  externalCustomerId?: string | null | undefined;
10812
10557
  workflowName?: string | null | undefined;
10813
10558
  reason?: string | null | undefined;
10814
10559
  scenarioAlertCount?: number | null | undefined;
10815
- updatedBy?: string | null | undefined;
10816
10560
  };
10817
10561
  eventType: "alert.updated";
10818
10562
  } | {
@@ -10829,14 +10573,12 @@ export declare const ListMessagesOutput: z.ZodObject<{
10829
10573
  updatedAt: Date | null;
10830
10574
  }[];
10831
10575
  severity: "Low" | "Medium" | "High";
10832
- createdBy: string;
10833
10576
  updatedAt?: Date | null | undefined;
10834
10577
  workflowId?: string | null | undefined;
10835
10578
  externalCustomerId?: string | null | undefined;
10836
10579
  workflowName?: string | null | undefined;
10837
10580
  reason?: string | null | undefined;
10838
10581
  scenarioAlertCount?: number | null | undefined;
10839
- updatedBy?: string | null | undefined;
10840
10582
  };
10841
10583
  eventType: "alert.deleted";
10842
10584
  } | {
@@ -10940,9 +10682,9 @@ export declare const ListMessagesOutput: z.ZodObject<{
10940
10682
  id: string;
10941
10683
  createdAt: Date;
10942
10684
  customerId: string;
10685
+ cmsProjectId: string;
10943
10686
  createdBy: string;
10944
10687
  updatedBy: string;
10945
- cmsProjectId: string;
10946
10688
  type?: "Individual" | "Company" | null | undefined;
10947
10689
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
10948
10690
  updatedAt?: Date | null | undefined;
@@ -10959,9 +10701,9 @@ export declare const ListMessagesOutput: z.ZodObject<{
10959
10701
  id: string;
10960
10702
  createdAt: Date;
10961
10703
  customerId: string;
10704
+ cmsProjectId: string;
10962
10705
  createdBy: string;
10963
10706
  updatedBy: string;
10964
- cmsProjectId: string;
10965
10707
  type?: "Individual" | "Company" | null | undefined;
10966
10708
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
10967
10709
  updatedAt?: Date | null | undefined;
@@ -10978,9 +10720,9 @@ export declare const ListMessagesOutput: z.ZodObject<{
10978
10720
  id: string;
10979
10721
  createdAt: Date;
10980
10722
  customerId: string;
10723
+ cmsProjectId: string;
10981
10724
  createdBy: string;
10982
10725
  updatedBy: string;
10983
- cmsProjectId: string;
10984
10726
  type?: "Individual" | "Company" | null | undefined;
10985
10727
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
10986
10728
  updatedAt?: Date | null | undefined;
@@ -11006,14 +10748,12 @@ export declare const ListMessagesOutput: z.ZodObject<{
11006
10748
  updatedAt: Date | null;
11007
10749
  }[];
11008
10750
  severity: "Low" | "Medium" | "High";
11009
- createdBy: string;
11010
10751
  updatedAt?: Date | null | undefined;
11011
10752
  workflowId?: string | null | undefined;
11012
10753
  externalCustomerId?: string | null | undefined;
11013
10754
  workflowName?: string | null | undefined;
11014
10755
  reason?: string | null | undefined;
11015
10756
  scenarioAlertCount?: number | null | undefined;
11016
- updatedBy?: string | null | undefined;
11017
10757
  };
11018
10758
  eventType: "alert.created";
11019
10759
  } | {
@@ -11030,14 +10770,12 @@ export declare const ListMessagesOutput: z.ZodObject<{
11030
10770
  updatedAt: Date | null;
11031
10771
  }[];
11032
10772
  severity: "Low" | "Medium" | "High";
11033
- createdBy: string;
11034
10773
  updatedAt?: Date | null | undefined;
11035
10774
  workflowId?: string | null | undefined;
11036
10775
  externalCustomerId?: string | null | undefined;
11037
10776
  workflowName?: string | null | undefined;
11038
10777
  reason?: string | null | undefined;
11039
10778
  scenarioAlertCount?: number | null | undefined;
11040
- updatedBy?: string | null | undefined;
11041
10779
  };
11042
10780
  eventType: "alert.updated";
11043
10781
  } | {
@@ -11054,14 +10792,12 @@ export declare const ListMessagesOutput: z.ZodObject<{
11054
10792
  updatedAt: Date | null;
11055
10793
  }[];
11056
10794
  severity: "Low" | "Medium" | "High";
11057
- createdBy: string;
11058
10795
  updatedAt?: Date | null | undefined;
11059
10796
  workflowId?: string | null | undefined;
11060
10797
  externalCustomerId?: string | null | undefined;
11061
10798
  workflowName?: string | null | undefined;
11062
10799
  reason?: string | null | undefined;
11063
10800
  scenarioAlertCount?: number | null | undefined;
11064
- updatedBy?: string | null | undefined;
11065
10801
  };
11066
10802
  eventType: "alert.deleted";
11067
10803
  } | {
@@ -11165,9 +10901,9 @@ export declare const ListMessagesOutput: z.ZodObject<{
11165
10901
  id: string;
11166
10902
  createdAt: Date;
11167
10903
  customerId: string;
10904
+ cmsProjectId: string;
11168
10905
  createdBy: string;
11169
10906
  updatedBy: string;
11170
- cmsProjectId: string;
11171
10907
  type?: "Individual" | "Company" | null | undefined;
11172
10908
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
11173
10909
  updatedAt?: Date | null | undefined;
@@ -11184,9 +10920,9 @@ export declare const ListMessagesOutput: z.ZodObject<{
11184
10920
  id: string;
11185
10921
  createdAt: Date;
11186
10922
  customerId: string;
10923
+ cmsProjectId: string;
11187
10924
  createdBy: string;
11188
10925
  updatedBy: string;
11189
- cmsProjectId: string;
11190
10926
  type?: "Individual" | "Company" | null | undefined;
11191
10927
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
11192
10928
  updatedAt?: Date | null | undefined;
@@ -11203,9 +10939,9 @@ export declare const ListMessagesOutput: z.ZodObject<{
11203
10939
  id: string;
11204
10940
  createdAt: Date;
11205
10941
  customerId: string;
10942
+ cmsProjectId: string;
11206
10943
  createdBy: string;
11207
10944
  updatedBy: string;
11208
- cmsProjectId: string;
11209
10945
  type?: "Individual" | "Company" | null | undefined;
11210
10946
  status?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
11211
10947
  updatedAt?: Date | null | undefined;
@@ -11231,14 +10967,12 @@ export declare const ListMessagesOutput: z.ZodObject<{
11231
10967
  updatedAt: Date | null;
11232
10968
  }[];
11233
10969
  severity: "Low" | "Medium" | "High";
11234
- createdBy: string;
11235
10970
  updatedAt?: Date | null | undefined;
11236
10971
  workflowId?: string | null | undefined;
11237
10972
  externalCustomerId?: string | null | undefined;
11238
10973
  workflowName?: string | null | undefined;
11239
10974
  reason?: string | null | undefined;
11240
10975
  scenarioAlertCount?: number | null | undefined;
11241
- updatedBy?: string | null | undefined;
11242
10976
  };
11243
10977
  eventType: "alert.created";
11244
10978
  } | {
@@ -11255,14 +10989,12 @@ export declare const ListMessagesOutput: z.ZodObject<{
11255
10989
  updatedAt: Date | null;
11256
10990
  }[];
11257
10991
  severity: "Low" | "Medium" | "High";
11258
- createdBy: string;
11259
10992
  updatedAt?: Date | null | undefined;
11260
10993
  workflowId?: string | null | undefined;
11261
10994
  externalCustomerId?: string | null | undefined;
11262
10995
  workflowName?: string | null | undefined;
11263
10996
  reason?: string | null | undefined;
11264
10997
  scenarioAlertCount?: number | null | undefined;
11265
- updatedBy?: string | null | undefined;
11266
10998
  };
11267
10999
  eventType: "alert.updated";
11268
11000
  } | {
@@ -11279,14 +11011,12 @@ export declare const ListMessagesOutput: z.ZodObject<{
11279
11011
  updatedAt: Date | null;
11280
11012
  }[];
11281
11013
  severity: "Low" | "Medium" | "High";
11282
- createdBy: string;
11283
11014
  updatedAt?: Date | null | undefined;
11284
11015
  workflowId?: string | null | undefined;
11285
11016
  externalCustomerId?: string | null | undefined;
11286
11017
  workflowName?: string | null | undefined;
11287
11018
  reason?: string | null | undefined;
11288
11019
  scenarioAlertCount?: number | null | undefined;
11289
- updatedBy?: string | null | undefined;
11290
11020
  };
11291
11021
  eventType: "alert.deleted";
11292
11022
  } | {