@nexeraid/identity-schemas 2.217.0-dev → 2.218.0-dev
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/declarations/src/customer.schema.d.ts +6 -6
- package/dist/declarations/src/customer.schema.d.ts.map +1 -1
- package/dist/declarations/src/providers/kyb-sessions.schema.d.ts +4 -4
- package/dist/declarations/src/providers/kyc-sessions.schema.d.ts +12 -12
- package/dist/declarations/src/vault/schemas/Customer.zod.d.ts +5 -5
- package/dist/declarations/src/vault/schemas/generated/Customer.schema.json.d.ts +1 -0
- package/dist/declarations/src/vault/schemas/generated/Customer.type.d.ts +1 -1
- package/dist/declarations/src/vault/schemas/generated/Customer.type.d.ts.map +1 -1
- package/dist/declarations/src/vault/schemas/generated/Transaction.schema.json.d.ts +1 -0
- package/dist/declarations/src/vault/schemas/generated/Transaction.type.d.ts +1 -1
- package/dist/declarations/src/vault/schemas/generated/Transaction.type.d.ts.map +1 -1
- package/dist/declarations/src/vault/vault.schema.d.ts +14 -14
- package/dist/declarations/src/webhooks/customer.webhooks.schema.d.ts +18 -18
- package/dist/declarations/src/webhooks/svix.webhooks.schema.d.ts +405 -405
- package/dist/{identity-api.schema-b9d7499e.esm.mjs → identity-api.schema-1f9fe4fa.esm.mjs} +1 -1
- package/dist/{identity-api.schema-118fb7f8.cjs.dev.cjs → identity-api.schema-9798ade1.cjs.dev.cjs} +1 -1
- package/dist/{identity-api.schema-951efc5e.cjs.prod.cjs → identity-api.schema-c9a2e082.cjs.prod.cjs} +1 -1
- package/dist/nexeraid-identity-schemas.cjs.dev.cjs +5 -5
- package/dist/nexeraid-identity-schemas.cjs.prod.cjs +5 -5
- package/dist/nexeraid-identity-schemas.esm.mjs +7 -7
- package/dist/{notabene.schema-6ed99675.esm.mjs → notabene.schema-62776834.esm.mjs} +2 -2
- package/dist/{notabene.schema-bf8b0fda.cjs.prod.cjs → notabene.schema-c4fa2941.cjs.prod.cjs} +2 -2
- package/dist/{notabene.schema-7a777f33.cjs.dev.cjs → notabene.schema-e4a05871.cjs.dev.cjs} +2 -2
- package/dist/package.json +1 -1
- package/dist/{tfhe-utilities-5ef173ed.esm.mjs → tfhe-utilities-5b05c1ae.esm.mjs} +2 -2
- package/dist/{tfhe-utilities-5ab048a9.cjs.dev.cjs → tfhe-utilities-9b03239f.cjs.dev.cjs} +2 -2
- package/dist/{tfhe-utilities-932c7be4.cjs.prod.cjs → tfhe-utilities-ae674291.cjs.prod.cjs} +2 -2
- package/dist/{toArray-d4a4af1a.cjs.dev.cjs → toArray-10b9bc59.cjs.dev.cjs} +1 -1
- package/dist/{toArray-7da23d8d.cjs.prod.cjs → toArray-de8037dc.cjs.prod.cjs} +1 -1
- package/dist/{toArray-56fb768b.esm.mjs → toArray-f9f87826.esm.mjs} +1 -1
- package/dist/{vault.schema-ae05bbe3.cjs.prod.cjs → vault.schema-5be73acd.cjs.dev.cjs} +4 -2
- package/dist/{vault.schema-0ce3058f.esm.mjs → vault.schema-5e37ac25.esm.mjs} +4 -2
- package/dist/{vault.schema-c5d1017c.cjs.dev.cjs → vault.schema-9254d83c.cjs.prod.cjs} +4 -2
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.cjs +2 -2
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.cjs +2 -2
- package/identity/dist/nexeraid-identity-schemas-identity.esm.mjs +2 -2
- package/package.json +1 -1
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.cjs +3 -3
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.cjs +3 -3
- package/providers/dist/nexeraid-identity-schemas-providers.esm.mjs +3 -3
- package/vault/dist/nexeraid-identity-schemas-vault.cjs.dev.cjs +2 -2
- package/vault/dist/nexeraid-identity-schemas-vault.cjs.prod.cjs +2 -2
- package/vault/dist/nexeraid-identity-schemas-vault.esm.mjs +3 -3
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.cjs +3 -3
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.cjs +3 -3
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.mjs +3 -3
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.cjs +4 -4
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +4 -4
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +4 -4
|
@@ -561,7 +561,7 @@ export declare const CustomerCreatedPayload: z.ZodObject<{
|
|
|
561
561
|
id: z.ZodString;
|
|
562
562
|
riskScore: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Low", "Medium", "High", "No risk"]>>>;
|
|
563
563
|
type: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Individual", "Company"]>>>;
|
|
564
|
-
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
564
|
+
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Started", "Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
565
565
|
status: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Active", "Rejected", "Dormant", "To be reviewed", "Failed", "Escalated", "Terminated", "No status"]>>>;
|
|
566
566
|
createdAt: z.ZodDate;
|
|
567
567
|
updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
@@ -582,7 +582,7 @@ export declare const CustomerCreatedPayload: z.ZodObject<{
|
|
|
582
582
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
583
583
|
reason?: string | null | undefined;
|
|
584
584
|
deletedAt?: Date | null | undefined;
|
|
585
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
585
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
586
586
|
deletedBy?: string | null | undefined;
|
|
587
587
|
}, {
|
|
588
588
|
id: string;
|
|
@@ -598,7 +598,7 @@ export declare const CustomerCreatedPayload: z.ZodObject<{
|
|
|
598
598
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
599
599
|
reason?: string | null | undefined;
|
|
600
600
|
deletedAt?: Date | null | undefined;
|
|
601
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
601
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
602
602
|
deletedBy?: string | null | undefined;
|
|
603
603
|
}>;
|
|
604
604
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -616,7 +616,7 @@ export declare const CustomerCreatedPayload: z.ZodObject<{
|
|
|
616
616
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
617
617
|
reason?: string | null | undefined;
|
|
618
618
|
deletedAt?: Date | null | undefined;
|
|
619
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
619
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
620
620
|
deletedBy?: string | null | undefined;
|
|
621
621
|
};
|
|
622
622
|
eventType: "customer.created";
|
|
@@ -635,7 +635,7 @@ export declare const CustomerCreatedPayload: z.ZodObject<{
|
|
|
635
635
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
636
636
|
reason?: string | null | undefined;
|
|
637
637
|
deletedAt?: Date | null | undefined;
|
|
638
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
638
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
639
639
|
deletedBy?: string | null | undefined;
|
|
640
640
|
};
|
|
641
641
|
eventType: "customer.created";
|
|
@@ -651,7 +651,7 @@ export declare const CustomerUpdatedPayload: z.ZodObject<{
|
|
|
651
651
|
id: z.ZodString;
|
|
652
652
|
riskScore: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Low", "Medium", "High", "No risk"]>>>;
|
|
653
653
|
type: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Individual", "Company"]>>>;
|
|
654
|
-
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
654
|
+
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Started", "Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
655
655
|
status: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Active", "Rejected", "Dormant", "To be reviewed", "Failed", "Escalated", "Terminated", "No status"]>>>;
|
|
656
656
|
createdAt: z.ZodDate;
|
|
657
657
|
updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
@@ -672,7 +672,7 @@ export declare const CustomerUpdatedPayload: z.ZodObject<{
|
|
|
672
672
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
673
673
|
reason?: string | null | undefined;
|
|
674
674
|
deletedAt?: Date | null | undefined;
|
|
675
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
675
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
676
676
|
deletedBy?: string | null | undefined;
|
|
677
677
|
}, {
|
|
678
678
|
id: string;
|
|
@@ -688,7 +688,7 @@ export declare const CustomerUpdatedPayload: z.ZodObject<{
|
|
|
688
688
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
689
689
|
reason?: string | null | undefined;
|
|
690
690
|
deletedAt?: Date | null | undefined;
|
|
691
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
691
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
692
692
|
deletedBy?: string | null | undefined;
|
|
693
693
|
}>;
|
|
694
694
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -706,7 +706,7 @@ export declare const CustomerUpdatedPayload: z.ZodObject<{
|
|
|
706
706
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
707
707
|
reason?: string | null | undefined;
|
|
708
708
|
deletedAt?: Date | null | undefined;
|
|
709
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
709
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
710
710
|
deletedBy?: string | null | undefined;
|
|
711
711
|
};
|
|
712
712
|
eventType: "customer.updated";
|
|
@@ -725,7 +725,7 @@ export declare const CustomerUpdatedPayload: z.ZodObject<{
|
|
|
725
725
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
726
726
|
reason?: string | null | undefined;
|
|
727
727
|
deletedAt?: Date | null | undefined;
|
|
728
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
728
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
729
729
|
deletedBy?: string | null | undefined;
|
|
730
730
|
};
|
|
731
731
|
eventType: "customer.updated";
|
|
@@ -741,7 +741,7 @@ export declare const CustomerDeletedPayload: z.ZodObject<{
|
|
|
741
741
|
id: z.ZodString;
|
|
742
742
|
riskScore: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Low", "Medium", "High", "No risk"]>>>;
|
|
743
743
|
type: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Individual", "Company"]>>>;
|
|
744
|
-
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
744
|
+
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Started", "Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
745
745
|
status: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Active", "Rejected", "Dormant", "To be reviewed", "Failed", "Escalated", "Terminated", "No status"]>>>;
|
|
746
746
|
createdAt: z.ZodDate;
|
|
747
747
|
updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
@@ -762,7 +762,7 @@ export declare const CustomerDeletedPayload: z.ZodObject<{
|
|
|
762
762
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
763
763
|
reason?: string | null | undefined;
|
|
764
764
|
deletedAt?: Date | null | undefined;
|
|
765
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
765
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
766
766
|
deletedBy?: string | null | undefined;
|
|
767
767
|
}, {
|
|
768
768
|
id: string;
|
|
@@ -778,7 +778,7 @@ export declare const CustomerDeletedPayload: z.ZodObject<{
|
|
|
778
778
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
779
779
|
reason?: string | null | undefined;
|
|
780
780
|
deletedAt?: Date | null | undefined;
|
|
781
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
781
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
782
782
|
deletedBy?: string | null | undefined;
|
|
783
783
|
}>;
|
|
784
784
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -796,7 +796,7 @@ export declare const CustomerDeletedPayload: z.ZodObject<{
|
|
|
796
796
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
797
797
|
reason?: string | null | undefined;
|
|
798
798
|
deletedAt?: Date | null | undefined;
|
|
799
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
799
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
800
800
|
deletedBy?: string | null | undefined;
|
|
801
801
|
};
|
|
802
802
|
eventType: "customer.deleted";
|
|
@@ -815,7 +815,7 @@ export declare const CustomerDeletedPayload: z.ZodObject<{
|
|
|
815
815
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
816
816
|
reason?: string | null | undefined;
|
|
817
817
|
deletedAt?: Date | null | undefined;
|
|
818
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
818
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
819
819
|
deletedBy?: string | null | undefined;
|
|
820
820
|
};
|
|
821
821
|
eventType: "customer.deleted";
|
|
@@ -830,7 +830,7 @@ export declare const IndividualCreatedPayload: z.ZodObject<{
|
|
|
830
830
|
updatedBy: z.ZodString;
|
|
831
831
|
id: z.ZodString;
|
|
832
832
|
riskScore: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Low", "Medium", "High", "No risk"]>>>;
|
|
833
|
-
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
833
|
+
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Started", "Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
834
834
|
status: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Active", "Rejected", "Dormant", "To be reviewed", "Failed", "Escalated", "Terminated", "No status"]>>>;
|
|
835
835
|
createdAt: z.ZodDate;
|
|
836
836
|
updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
@@ -850,7 +850,7 @@ export declare const IndividualCreatedPayload: z.ZodObject<{
|
|
|
850
850
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
851
851
|
reason?: string | null | undefined;
|
|
852
852
|
deletedAt?: Date | null | undefined;
|
|
853
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
853
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
854
854
|
deletedBy?: string | null | undefined;
|
|
855
855
|
}, {
|
|
856
856
|
id: string;
|
|
@@ -865,7 +865,7 @@ export declare const IndividualCreatedPayload: z.ZodObject<{
|
|
|
865
865
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
866
866
|
reason?: string | null | undefined;
|
|
867
867
|
deletedAt?: Date | null | undefined;
|
|
868
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
868
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
869
869
|
deletedBy?: string | null | undefined;
|
|
870
870
|
}>;
|
|
871
871
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -882,7 +882,7 @@ export declare const IndividualCreatedPayload: z.ZodObject<{
|
|
|
882
882
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
883
883
|
reason?: string | null | undefined;
|
|
884
884
|
deletedAt?: Date | null | undefined;
|
|
885
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
885
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
886
886
|
deletedBy?: string | null | undefined;
|
|
887
887
|
};
|
|
888
888
|
eventType: "individual.created";
|
|
@@ -900,7 +900,7 @@ export declare const IndividualCreatedPayload: z.ZodObject<{
|
|
|
900
900
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
901
901
|
reason?: string | null | undefined;
|
|
902
902
|
deletedAt?: Date | null | undefined;
|
|
903
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
903
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
904
904
|
deletedBy?: string | null | undefined;
|
|
905
905
|
};
|
|
906
906
|
eventType: "individual.created";
|
|
@@ -915,7 +915,7 @@ export declare const IndividualUpdatedPayload: z.ZodObject<{
|
|
|
915
915
|
updatedBy: z.ZodString;
|
|
916
916
|
id: z.ZodString;
|
|
917
917
|
riskScore: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Low", "Medium", "High", "No risk"]>>>;
|
|
918
|
-
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
918
|
+
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Started", "Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
919
919
|
status: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Active", "Rejected", "Dormant", "To be reviewed", "Failed", "Escalated", "Terminated", "No status"]>>>;
|
|
920
920
|
createdAt: z.ZodDate;
|
|
921
921
|
updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
@@ -935,7 +935,7 @@ export declare const IndividualUpdatedPayload: z.ZodObject<{
|
|
|
935
935
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
936
936
|
reason?: string | null | undefined;
|
|
937
937
|
deletedAt?: Date | null | undefined;
|
|
938
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
938
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
939
939
|
deletedBy?: string | null | undefined;
|
|
940
940
|
}, {
|
|
941
941
|
id: string;
|
|
@@ -950,7 +950,7 @@ export declare const IndividualUpdatedPayload: z.ZodObject<{
|
|
|
950
950
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
951
951
|
reason?: string | null | undefined;
|
|
952
952
|
deletedAt?: Date | null | undefined;
|
|
953
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
953
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
954
954
|
deletedBy?: string | null | undefined;
|
|
955
955
|
}>;
|
|
956
956
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -967,7 +967,7 @@ export declare const IndividualUpdatedPayload: z.ZodObject<{
|
|
|
967
967
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
968
968
|
reason?: string | null | undefined;
|
|
969
969
|
deletedAt?: Date | null | undefined;
|
|
970
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
970
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
971
971
|
deletedBy?: string | null | undefined;
|
|
972
972
|
};
|
|
973
973
|
eventType: "individual.updated";
|
|
@@ -985,7 +985,7 @@ export declare const IndividualUpdatedPayload: z.ZodObject<{
|
|
|
985
985
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
986
986
|
reason?: string | null | undefined;
|
|
987
987
|
deletedAt?: Date | null | undefined;
|
|
988
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
988
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
989
989
|
deletedBy?: string | null | undefined;
|
|
990
990
|
};
|
|
991
991
|
eventType: "individual.updated";
|
|
@@ -1000,7 +1000,7 @@ export declare const IndividualDeletedPayload: z.ZodObject<{
|
|
|
1000
1000
|
updatedBy: z.ZodString;
|
|
1001
1001
|
id: z.ZodString;
|
|
1002
1002
|
riskScore: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Low", "Medium", "High", "No risk"]>>>;
|
|
1003
|
-
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
1003
|
+
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Started", "Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
1004
1004
|
status: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Active", "Rejected", "Dormant", "To be reviewed", "Failed", "Escalated", "Terminated", "No status"]>>>;
|
|
1005
1005
|
createdAt: z.ZodDate;
|
|
1006
1006
|
updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
@@ -1020,7 +1020,7 @@ export declare const IndividualDeletedPayload: z.ZodObject<{
|
|
|
1020
1020
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
1021
1021
|
reason?: string | null | undefined;
|
|
1022
1022
|
deletedAt?: Date | null | undefined;
|
|
1023
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
1023
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
1024
1024
|
deletedBy?: string | null | undefined;
|
|
1025
1025
|
}, {
|
|
1026
1026
|
id: string;
|
|
@@ -1035,7 +1035,7 @@ export declare const IndividualDeletedPayload: z.ZodObject<{
|
|
|
1035
1035
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
1036
1036
|
reason?: string | null | undefined;
|
|
1037
1037
|
deletedAt?: Date | null | undefined;
|
|
1038
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
1038
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
1039
1039
|
deletedBy?: string | null | undefined;
|
|
1040
1040
|
}>;
|
|
1041
1041
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1052,7 +1052,7 @@ export declare const IndividualDeletedPayload: z.ZodObject<{
|
|
|
1052
1052
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
1053
1053
|
reason?: string | null | undefined;
|
|
1054
1054
|
deletedAt?: Date | null | undefined;
|
|
1055
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
1055
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
1056
1056
|
deletedBy?: string | null | undefined;
|
|
1057
1057
|
};
|
|
1058
1058
|
eventType: "individual.deleted";
|
|
@@ -1070,7 +1070,7 @@ export declare const IndividualDeletedPayload: z.ZodObject<{
|
|
|
1070
1070
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
1071
1071
|
reason?: string | null | undefined;
|
|
1072
1072
|
deletedAt?: Date | null | undefined;
|
|
1073
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
1073
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
1074
1074
|
deletedBy?: string | null | undefined;
|
|
1075
1075
|
};
|
|
1076
1076
|
eventType: "individual.deleted";
|
|
@@ -1085,7 +1085,7 @@ export declare const CompanyCreatedPayload: z.ZodObject<{
|
|
|
1085
1085
|
updatedBy: z.ZodString;
|
|
1086
1086
|
id: z.ZodString;
|
|
1087
1087
|
riskScore: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Low", "Medium", "High", "No risk"]>>>;
|
|
1088
|
-
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
1088
|
+
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Started", "Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
1089
1089
|
status: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Active", "Rejected", "Dormant", "To be reviewed", "Failed", "Escalated", "Terminated", "No status"]>>>;
|
|
1090
1090
|
createdAt: z.ZodDate;
|
|
1091
1091
|
updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
@@ -1105,7 +1105,7 @@ export declare const CompanyCreatedPayload: z.ZodObject<{
|
|
|
1105
1105
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
1106
1106
|
reason?: string | null | undefined;
|
|
1107
1107
|
deletedAt?: Date | null | undefined;
|
|
1108
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
1108
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
1109
1109
|
deletedBy?: string | null | undefined;
|
|
1110
1110
|
}, {
|
|
1111
1111
|
id: string;
|
|
@@ -1120,7 +1120,7 @@ export declare const CompanyCreatedPayload: z.ZodObject<{
|
|
|
1120
1120
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
1121
1121
|
reason?: string | null | undefined;
|
|
1122
1122
|
deletedAt?: Date | null | undefined;
|
|
1123
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
1123
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
1124
1124
|
deletedBy?: string | null | undefined;
|
|
1125
1125
|
}>;
|
|
1126
1126
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1137,7 +1137,7 @@ export declare const CompanyCreatedPayload: z.ZodObject<{
|
|
|
1137
1137
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
1138
1138
|
reason?: string | null | undefined;
|
|
1139
1139
|
deletedAt?: Date | null | undefined;
|
|
1140
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
1140
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
1141
1141
|
deletedBy?: string | null | undefined;
|
|
1142
1142
|
};
|
|
1143
1143
|
eventType: "company.created";
|
|
@@ -1155,7 +1155,7 @@ export declare const CompanyCreatedPayload: z.ZodObject<{
|
|
|
1155
1155
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
1156
1156
|
reason?: string | null | undefined;
|
|
1157
1157
|
deletedAt?: Date | null | undefined;
|
|
1158
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
1158
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
1159
1159
|
deletedBy?: string | null | undefined;
|
|
1160
1160
|
};
|
|
1161
1161
|
eventType: "company.created";
|
|
@@ -1170,7 +1170,7 @@ export declare const CompanyUpdatedPayload: z.ZodObject<{
|
|
|
1170
1170
|
updatedBy: z.ZodString;
|
|
1171
1171
|
id: z.ZodString;
|
|
1172
1172
|
riskScore: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Low", "Medium", "High", "No risk"]>>>;
|
|
1173
|
-
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
1173
|
+
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Started", "Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
1174
1174
|
status: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Active", "Rejected", "Dormant", "To be reviewed", "Failed", "Escalated", "Terminated", "No status"]>>>;
|
|
1175
1175
|
createdAt: z.ZodDate;
|
|
1176
1176
|
updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
@@ -1190,7 +1190,7 @@ export declare const CompanyUpdatedPayload: z.ZodObject<{
|
|
|
1190
1190
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
1191
1191
|
reason?: string | null | undefined;
|
|
1192
1192
|
deletedAt?: Date | null | undefined;
|
|
1193
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
1193
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
1194
1194
|
deletedBy?: string | null | undefined;
|
|
1195
1195
|
}, {
|
|
1196
1196
|
id: string;
|
|
@@ -1205,7 +1205,7 @@ export declare const CompanyUpdatedPayload: z.ZodObject<{
|
|
|
1205
1205
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
1206
1206
|
reason?: string | null | undefined;
|
|
1207
1207
|
deletedAt?: Date | null | undefined;
|
|
1208
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
1208
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
1209
1209
|
deletedBy?: string | null | undefined;
|
|
1210
1210
|
}>;
|
|
1211
1211
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1222,7 +1222,7 @@ export declare const CompanyUpdatedPayload: z.ZodObject<{
|
|
|
1222
1222
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
1223
1223
|
reason?: string | null | undefined;
|
|
1224
1224
|
deletedAt?: Date | null | undefined;
|
|
1225
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
1225
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
1226
1226
|
deletedBy?: string | null | undefined;
|
|
1227
1227
|
};
|
|
1228
1228
|
eventType: "company.updated";
|
|
@@ -1240,7 +1240,7 @@ export declare const CompanyUpdatedPayload: z.ZodObject<{
|
|
|
1240
1240
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
1241
1241
|
reason?: string | null | undefined;
|
|
1242
1242
|
deletedAt?: Date | null | undefined;
|
|
1243
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
1243
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
1244
1244
|
deletedBy?: string | null | undefined;
|
|
1245
1245
|
};
|
|
1246
1246
|
eventType: "company.updated";
|
|
@@ -1255,7 +1255,7 @@ export declare const CompanyDeletedPayload: z.ZodObject<{
|
|
|
1255
1255
|
updatedBy: z.ZodString;
|
|
1256
1256
|
id: z.ZodString;
|
|
1257
1257
|
riskScore: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Low", "Medium", "High", "No risk"]>>>;
|
|
1258
|
-
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
1258
|
+
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Started", "Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
1259
1259
|
status: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Active", "Rejected", "Dormant", "To be reviewed", "Failed", "Escalated", "Terminated", "No status"]>>>;
|
|
1260
1260
|
createdAt: z.ZodDate;
|
|
1261
1261
|
updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
@@ -1275,7 +1275,7 @@ export declare const CompanyDeletedPayload: z.ZodObject<{
|
|
|
1275
1275
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
1276
1276
|
reason?: string | null | undefined;
|
|
1277
1277
|
deletedAt?: Date | null | undefined;
|
|
1278
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
1278
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
1279
1279
|
deletedBy?: string | null | undefined;
|
|
1280
1280
|
}, {
|
|
1281
1281
|
id: string;
|
|
@@ -1290,7 +1290,7 @@ export declare const CompanyDeletedPayload: z.ZodObject<{
|
|
|
1290
1290
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
1291
1291
|
reason?: string | null | undefined;
|
|
1292
1292
|
deletedAt?: Date | null | undefined;
|
|
1293
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
1293
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
1294
1294
|
deletedBy?: string | null | undefined;
|
|
1295
1295
|
}>;
|
|
1296
1296
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1307,7 +1307,7 @@ export declare const CompanyDeletedPayload: z.ZodObject<{
|
|
|
1307
1307
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
1308
1308
|
reason?: string | null | undefined;
|
|
1309
1309
|
deletedAt?: Date | null | undefined;
|
|
1310
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
1310
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
1311
1311
|
deletedBy?: string | null | undefined;
|
|
1312
1312
|
};
|
|
1313
1313
|
eventType: "company.deleted";
|
|
@@ -1325,7 +1325,7 @@ export declare const CompanyDeletedPayload: z.ZodObject<{
|
|
|
1325
1325
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
1326
1326
|
reason?: string | null | undefined;
|
|
1327
1327
|
deletedAt?: Date | null | undefined;
|
|
1328
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
1328
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
1329
1329
|
deletedBy?: string | null | undefined;
|
|
1330
1330
|
};
|
|
1331
1331
|
eventType: "company.deleted";
|
|
@@ -2271,7 +2271,7 @@ export declare const WebhookCustomerEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
2271
2271
|
id: z.ZodString;
|
|
2272
2272
|
riskScore: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Low", "Medium", "High", "No risk"]>>>;
|
|
2273
2273
|
type: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Individual", "Company"]>>>;
|
|
2274
|
-
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
2274
|
+
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Started", "Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
2275
2275
|
status: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Active", "Rejected", "Dormant", "To be reviewed", "Failed", "Escalated", "Terminated", "No status"]>>>;
|
|
2276
2276
|
createdAt: z.ZodDate;
|
|
2277
2277
|
updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
@@ -2292,7 +2292,7 @@ export declare const WebhookCustomerEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
2292
2292
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
2293
2293
|
reason?: string | null | undefined;
|
|
2294
2294
|
deletedAt?: Date | null | undefined;
|
|
2295
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
2295
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
2296
2296
|
deletedBy?: string | null | undefined;
|
|
2297
2297
|
}, {
|
|
2298
2298
|
id: string;
|
|
@@ -2308,7 +2308,7 @@ export declare const WebhookCustomerEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
2308
2308
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
2309
2309
|
reason?: string | null | undefined;
|
|
2310
2310
|
deletedAt?: Date | null | undefined;
|
|
2311
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
2311
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
2312
2312
|
deletedBy?: string | null | undefined;
|
|
2313
2313
|
}>;
|
|
2314
2314
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2326,7 +2326,7 @@ export declare const WebhookCustomerEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
2326
2326
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
2327
2327
|
reason?: string | null | undefined;
|
|
2328
2328
|
deletedAt?: Date | null | undefined;
|
|
2329
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
2329
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
2330
2330
|
deletedBy?: string | null | undefined;
|
|
2331
2331
|
};
|
|
2332
2332
|
eventType: "customer.created";
|
|
@@ -2345,7 +2345,7 @@ export declare const WebhookCustomerEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
2345
2345
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
2346
2346
|
reason?: string | null | undefined;
|
|
2347
2347
|
deletedAt?: Date | null | undefined;
|
|
2348
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
2348
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
2349
2349
|
deletedBy?: string | null | undefined;
|
|
2350
2350
|
};
|
|
2351
2351
|
eventType: "customer.created";
|
|
@@ -2360,7 +2360,7 @@ export declare const WebhookCustomerEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
2360
2360
|
id: z.ZodString;
|
|
2361
2361
|
riskScore: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Low", "Medium", "High", "No risk"]>>>;
|
|
2362
2362
|
type: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Individual", "Company"]>>>;
|
|
2363
|
-
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
2363
|
+
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Started", "Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
2364
2364
|
status: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Active", "Rejected", "Dormant", "To be reviewed", "Failed", "Escalated", "Terminated", "No status"]>>>;
|
|
2365
2365
|
createdAt: z.ZodDate;
|
|
2366
2366
|
updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
@@ -2381,7 +2381,7 @@ export declare const WebhookCustomerEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
2381
2381
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
2382
2382
|
reason?: string | null | undefined;
|
|
2383
2383
|
deletedAt?: Date | null | undefined;
|
|
2384
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
2384
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
2385
2385
|
deletedBy?: string | null | undefined;
|
|
2386
2386
|
}, {
|
|
2387
2387
|
id: string;
|
|
@@ -2397,7 +2397,7 @@ export declare const WebhookCustomerEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
2397
2397
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
2398
2398
|
reason?: string | null | undefined;
|
|
2399
2399
|
deletedAt?: Date | null | undefined;
|
|
2400
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
2400
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
2401
2401
|
deletedBy?: string | null | undefined;
|
|
2402
2402
|
}>;
|
|
2403
2403
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2415,7 +2415,7 @@ export declare const WebhookCustomerEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
2415
2415
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
2416
2416
|
reason?: string | null | undefined;
|
|
2417
2417
|
deletedAt?: Date | null | undefined;
|
|
2418
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
2418
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
2419
2419
|
deletedBy?: string | null | undefined;
|
|
2420
2420
|
};
|
|
2421
2421
|
eventType: "customer.updated";
|
|
@@ -2434,7 +2434,7 @@ export declare const WebhookCustomerEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
2434
2434
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
2435
2435
|
reason?: string | null | undefined;
|
|
2436
2436
|
deletedAt?: Date | null | undefined;
|
|
2437
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
2437
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
2438
2438
|
deletedBy?: string | null | undefined;
|
|
2439
2439
|
};
|
|
2440
2440
|
eventType: "customer.updated";
|
|
@@ -2449,7 +2449,7 @@ export declare const WebhookCustomerEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
2449
2449
|
id: z.ZodString;
|
|
2450
2450
|
riskScore: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Low", "Medium", "High", "No risk"]>>>;
|
|
2451
2451
|
type: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Individual", "Company"]>>>;
|
|
2452
|
-
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
2452
|
+
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Started", "Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
2453
2453
|
status: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Active", "Rejected", "Dormant", "To be reviewed", "Failed", "Escalated", "Terminated", "No status"]>>>;
|
|
2454
2454
|
createdAt: z.ZodDate;
|
|
2455
2455
|
updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
@@ -2470,7 +2470,7 @@ export declare const WebhookCustomerEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
2470
2470
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
2471
2471
|
reason?: string | null | undefined;
|
|
2472
2472
|
deletedAt?: Date | null | undefined;
|
|
2473
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
2473
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
2474
2474
|
deletedBy?: string | null | undefined;
|
|
2475
2475
|
}, {
|
|
2476
2476
|
id: string;
|
|
@@ -2486,7 +2486,7 @@ export declare const WebhookCustomerEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
2486
2486
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
2487
2487
|
reason?: string | null | undefined;
|
|
2488
2488
|
deletedAt?: Date | null | undefined;
|
|
2489
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
2489
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
2490
2490
|
deletedBy?: string | null | undefined;
|
|
2491
2491
|
}>;
|
|
2492
2492
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2504,7 +2504,7 @@ export declare const WebhookCustomerEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
2504
2504
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
2505
2505
|
reason?: string | null | undefined;
|
|
2506
2506
|
deletedAt?: Date | null | undefined;
|
|
2507
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
2507
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
2508
2508
|
deletedBy?: string | null | undefined;
|
|
2509
2509
|
};
|
|
2510
2510
|
eventType: "customer.deleted";
|
|
@@ -2523,7 +2523,7 @@ export declare const WebhookCustomerEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
2523
2523
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
2524
2524
|
reason?: string | null | undefined;
|
|
2525
2525
|
deletedAt?: Date | null | undefined;
|
|
2526
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
2526
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
2527
2527
|
deletedBy?: string | null | undefined;
|
|
2528
2528
|
};
|
|
2529
2529
|
eventType: "customer.deleted";
|
|
@@ -2539,7 +2539,7 @@ export declare const WebhookIndividualEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
2539
2539
|
updatedBy: z.ZodString;
|
|
2540
2540
|
id: z.ZodString;
|
|
2541
2541
|
riskScore: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Low", "Medium", "High", "No risk"]>>>;
|
|
2542
|
-
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
2542
|
+
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Started", "Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
2543
2543
|
status: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Active", "Rejected", "Dormant", "To be reviewed", "Failed", "Escalated", "Terminated", "No status"]>>>;
|
|
2544
2544
|
createdAt: z.ZodDate;
|
|
2545
2545
|
updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
@@ -2559,7 +2559,7 @@ export declare const WebhookIndividualEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
2559
2559
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
2560
2560
|
reason?: string | null | undefined;
|
|
2561
2561
|
deletedAt?: Date | null | undefined;
|
|
2562
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
2562
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
2563
2563
|
deletedBy?: string | null | undefined;
|
|
2564
2564
|
}, {
|
|
2565
2565
|
id: string;
|
|
@@ -2574,7 +2574,7 @@ export declare const WebhookIndividualEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
2574
2574
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
2575
2575
|
reason?: string | null | undefined;
|
|
2576
2576
|
deletedAt?: Date | null | undefined;
|
|
2577
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
2577
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
2578
2578
|
deletedBy?: string | null | undefined;
|
|
2579
2579
|
}>;
|
|
2580
2580
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2591,7 +2591,7 @@ export declare const WebhookIndividualEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
2591
2591
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
2592
2592
|
reason?: string | null | undefined;
|
|
2593
2593
|
deletedAt?: Date | null | undefined;
|
|
2594
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
2594
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
2595
2595
|
deletedBy?: string | null | undefined;
|
|
2596
2596
|
};
|
|
2597
2597
|
eventType: "individual.created";
|
|
@@ -2609,7 +2609,7 @@ export declare const WebhookIndividualEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
2609
2609
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
2610
2610
|
reason?: string | null | undefined;
|
|
2611
2611
|
deletedAt?: Date | null | undefined;
|
|
2612
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
2612
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
2613
2613
|
deletedBy?: string | null | undefined;
|
|
2614
2614
|
};
|
|
2615
2615
|
eventType: "individual.created";
|
|
@@ -2623,7 +2623,7 @@ export declare const WebhookIndividualEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
2623
2623
|
updatedBy: z.ZodString;
|
|
2624
2624
|
id: z.ZodString;
|
|
2625
2625
|
riskScore: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Low", "Medium", "High", "No risk"]>>>;
|
|
2626
|
-
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
2626
|
+
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Started", "Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
2627
2627
|
status: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Active", "Rejected", "Dormant", "To be reviewed", "Failed", "Escalated", "Terminated", "No status"]>>>;
|
|
2628
2628
|
createdAt: z.ZodDate;
|
|
2629
2629
|
updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
@@ -2643,7 +2643,7 @@ export declare const WebhookIndividualEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
2643
2643
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
2644
2644
|
reason?: string | null | undefined;
|
|
2645
2645
|
deletedAt?: Date | null | undefined;
|
|
2646
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
2646
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
2647
2647
|
deletedBy?: string | null | undefined;
|
|
2648
2648
|
}, {
|
|
2649
2649
|
id: string;
|
|
@@ -2658,7 +2658,7 @@ export declare const WebhookIndividualEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
2658
2658
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
2659
2659
|
reason?: string | null | undefined;
|
|
2660
2660
|
deletedAt?: Date | null | undefined;
|
|
2661
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
2661
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
2662
2662
|
deletedBy?: string | null | undefined;
|
|
2663
2663
|
}>;
|
|
2664
2664
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2675,7 +2675,7 @@ export declare const WebhookIndividualEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
2675
2675
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
2676
2676
|
reason?: string | null | undefined;
|
|
2677
2677
|
deletedAt?: Date | null | undefined;
|
|
2678
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
2678
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
2679
2679
|
deletedBy?: string | null | undefined;
|
|
2680
2680
|
};
|
|
2681
2681
|
eventType: "individual.updated";
|
|
@@ -2693,7 +2693,7 @@ export declare const WebhookIndividualEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
2693
2693
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
2694
2694
|
reason?: string | null | undefined;
|
|
2695
2695
|
deletedAt?: Date | null | undefined;
|
|
2696
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
2696
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
2697
2697
|
deletedBy?: string | null | undefined;
|
|
2698
2698
|
};
|
|
2699
2699
|
eventType: "individual.updated";
|
|
@@ -2707,7 +2707,7 @@ export declare const WebhookIndividualEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
2707
2707
|
updatedBy: z.ZodString;
|
|
2708
2708
|
id: z.ZodString;
|
|
2709
2709
|
riskScore: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Low", "Medium", "High", "No risk"]>>>;
|
|
2710
|
-
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
2710
|
+
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Started", "Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
2711
2711
|
status: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Active", "Rejected", "Dormant", "To be reviewed", "Failed", "Escalated", "Terminated", "No status"]>>>;
|
|
2712
2712
|
createdAt: z.ZodDate;
|
|
2713
2713
|
updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
@@ -2727,7 +2727,7 @@ export declare const WebhookIndividualEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
2727
2727
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
2728
2728
|
reason?: string | null | undefined;
|
|
2729
2729
|
deletedAt?: Date | null | undefined;
|
|
2730
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
2730
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
2731
2731
|
deletedBy?: string | null | undefined;
|
|
2732
2732
|
}, {
|
|
2733
2733
|
id: string;
|
|
@@ -2742,7 +2742,7 @@ export declare const WebhookIndividualEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
2742
2742
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
2743
2743
|
reason?: string | null | undefined;
|
|
2744
2744
|
deletedAt?: Date | null | undefined;
|
|
2745
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
2745
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
2746
2746
|
deletedBy?: string | null | undefined;
|
|
2747
2747
|
}>;
|
|
2748
2748
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2759,7 +2759,7 @@ export declare const WebhookIndividualEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
2759
2759
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
2760
2760
|
reason?: string | null | undefined;
|
|
2761
2761
|
deletedAt?: Date | null | undefined;
|
|
2762
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
2762
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
2763
2763
|
deletedBy?: string | null | undefined;
|
|
2764
2764
|
};
|
|
2765
2765
|
eventType: "individual.deleted";
|
|
@@ -2777,7 +2777,7 @@ export declare const WebhookIndividualEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
2777
2777
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
2778
2778
|
reason?: string | null | undefined;
|
|
2779
2779
|
deletedAt?: Date | null | undefined;
|
|
2780
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
2780
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
2781
2781
|
deletedBy?: string | null | undefined;
|
|
2782
2782
|
};
|
|
2783
2783
|
eventType: "individual.deleted";
|
|
@@ -2793,7 +2793,7 @@ export declare const WebhookCompanyEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
2793
2793
|
updatedBy: z.ZodString;
|
|
2794
2794
|
id: z.ZodString;
|
|
2795
2795
|
riskScore: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Low", "Medium", "High", "No risk"]>>>;
|
|
2796
|
-
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
2796
|
+
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Started", "Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
2797
2797
|
status: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Active", "Rejected", "Dormant", "To be reviewed", "Failed", "Escalated", "Terminated", "No status"]>>>;
|
|
2798
2798
|
createdAt: z.ZodDate;
|
|
2799
2799
|
updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
@@ -2813,7 +2813,7 @@ export declare const WebhookCompanyEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
2813
2813
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
2814
2814
|
reason?: string | null | undefined;
|
|
2815
2815
|
deletedAt?: Date | null | undefined;
|
|
2816
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
2816
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
2817
2817
|
deletedBy?: string | null | undefined;
|
|
2818
2818
|
}, {
|
|
2819
2819
|
id: string;
|
|
@@ -2828,7 +2828,7 @@ export declare const WebhookCompanyEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
2828
2828
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
2829
2829
|
reason?: string | null | undefined;
|
|
2830
2830
|
deletedAt?: Date | null | undefined;
|
|
2831
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
2831
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
2832
2832
|
deletedBy?: string | null | undefined;
|
|
2833
2833
|
}>;
|
|
2834
2834
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2845,7 +2845,7 @@ export declare const WebhookCompanyEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
2845
2845
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
2846
2846
|
reason?: string | null | undefined;
|
|
2847
2847
|
deletedAt?: Date | null | undefined;
|
|
2848
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
2848
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
2849
2849
|
deletedBy?: string | null | undefined;
|
|
2850
2850
|
};
|
|
2851
2851
|
eventType: "company.created";
|
|
@@ -2863,7 +2863,7 @@ export declare const WebhookCompanyEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
2863
2863
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
2864
2864
|
reason?: string | null | undefined;
|
|
2865
2865
|
deletedAt?: Date | null | undefined;
|
|
2866
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
2866
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
2867
2867
|
deletedBy?: string | null | undefined;
|
|
2868
2868
|
};
|
|
2869
2869
|
eventType: "company.created";
|
|
@@ -2877,7 +2877,7 @@ export declare const WebhookCompanyEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
2877
2877
|
updatedBy: z.ZodString;
|
|
2878
2878
|
id: z.ZodString;
|
|
2879
2879
|
riskScore: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Low", "Medium", "High", "No risk"]>>>;
|
|
2880
|
-
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
2880
|
+
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Started", "Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
2881
2881
|
status: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Active", "Rejected", "Dormant", "To be reviewed", "Failed", "Escalated", "Terminated", "No status"]>>>;
|
|
2882
2882
|
createdAt: z.ZodDate;
|
|
2883
2883
|
updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
@@ -2897,7 +2897,7 @@ export declare const WebhookCompanyEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
2897
2897
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
2898
2898
|
reason?: string | null | undefined;
|
|
2899
2899
|
deletedAt?: Date | null | undefined;
|
|
2900
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
2900
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
2901
2901
|
deletedBy?: string | null | undefined;
|
|
2902
2902
|
}, {
|
|
2903
2903
|
id: string;
|
|
@@ -2912,7 +2912,7 @@ export declare const WebhookCompanyEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
2912
2912
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
2913
2913
|
reason?: string | null | undefined;
|
|
2914
2914
|
deletedAt?: Date | null | undefined;
|
|
2915
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
2915
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
2916
2916
|
deletedBy?: string | null | undefined;
|
|
2917
2917
|
}>;
|
|
2918
2918
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2929,7 +2929,7 @@ export declare const WebhookCompanyEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
2929
2929
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
2930
2930
|
reason?: string | null | undefined;
|
|
2931
2931
|
deletedAt?: Date | null | undefined;
|
|
2932
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
2932
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
2933
2933
|
deletedBy?: string | null | undefined;
|
|
2934
2934
|
};
|
|
2935
2935
|
eventType: "company.updated";
|
|
@@ -2947,7 +2947,7 @@ export declare const WebhookCompanyEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
2947
2947
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
2948
2948
|
reason?: string | null | undefined;
|
|
2949
2949
|
deletedAt?: Date | null | undefined;
|
|
2950
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
2950
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
2951
2951
|
deletedBy?: string | null | undefined;
|
|
2952
2952
|
};
|
|
2953
2953
|
eventType: "company.updated";
|
|
@@ -2961,7 +2961,7 @@ export declare const WebhookCompanyEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
2961
2961
|
updatedBy: z.ZodString;
|
|
2962
2962
|
id: z.ZodString;
|
|
2963
2963
|
riskScore: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Low", "Medium", "High", "No risk"]>>>;
|
|
2964
|
-
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
2964
|
+
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Started", "Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
2965
2965
|
status: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Active", "Rejected", "Dormant", "To be reviewed", "Failed", "Escalated", "Terminated", "No status"]>>>;
|
|
2966
2966
|
createdAt: z.ZodDate;
|
|
2967
2967
|
updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
@@ -2981,7 +2981,7 @@ export declare const WebhookCompanyEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
2981
2981
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
2982
2982
|
reason?: string | null | undefined;
|
|
2983
2983
|
deletedAt?: Date | null | undefined;
|
|
2984
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
2984
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
2985
2985
|
deletedBy?: string | null | undefined;
|
|
2986
2986
|
}, {
|
|
2987
2987
|
id: string;
|
|
@@ -2996,7 +2996,7 @@ export declare const WebhookCompanyEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
2996
2996
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
2997
2997
|
reason?: string | null | undefined;
|
|
2998
2998
|
deletedAt?: Date | null | undefined;
|
|
2999
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
2999
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
3000
3000
|
deletedBy?: string | null | undefined;
|
|
3001
3001
|
}>;
|
|
3002
3002
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -3013,7 +3013,7 @@ export declare const WebhookCompanyEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
3013
3013
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
3014
3014
|
reason?: string | null | undefined;
|
|
3015
3015
|
deletedAt?: Date | null | undefined;
|
|
3016
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
3016
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
3017
3017
|
deletedBy?: string | null | undefined;
|
|
3018
3018
|
};
|
|
3019
3019
|
eventType: "company.deleted";
|
|
@@ -3031,7 +3031,7 @@ export declare const WebhookCompanyEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
3031
3031
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
3032
3032
|
reason?: string | null | undefined;
|
|
3033
3033
|
deletedAt?: Date | null | undefined;
|
|
3034
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
3034
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
3035
3035
|
deletedBy?: string | null | undefined;
|
|
3036
3036
|
};
|
|
3037
3037
|
eventType: "company.deleted";
|
|
@@ -3973,7 +3973,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
3973
3973
|
id: z.ZodString;
|
|
3974
3974
|
riskScore: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Low", "Medium", "High", "No risk"]>>>;
|
|
3975
3975
|
type: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Individual", "Company"]>>>;
|
|
3976
|
-
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
3976
|
+
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Started", "Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
3977
3977
|
status: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Active", "Rejected", "Dormant", "To be reviewed", "Failed", "Escalated", "Terminated", "No status"]>>>;
|
|
3978
3978
|
createdAt: z.ZodDate;
|
|
3979
3979
|
updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
@@ -3994,7 +3994,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
3994
3994
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
3995
3995
|
reason?: string | null | undefined;
|
|
3996
3996
|
deletedAt?: Date | null | undefined;
|
|
3997
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
3997
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
3998
3998
|
deletedBy?: string | null | undefined;
|
|
3999
3999
|
}, {
|
|
4000
4000
|
id: string;
|
|
@@ -4010,7 +4010,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
4010
4010
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
4011
4011
|
reason?: string | null | undefined;
|
|
4012
4012
|
deletedAt?: Date | null | undefined;
|
|
4013
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
4013
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
4014
4014
|
deletedBy?: string | null | undefined;
|
|
4015
4015
|
}>;
|
|
4016
4016
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -4028,7 +4028,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
4028
4028
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
4029
4029
|
reason?: string | null | undefined;
|
|
4030
4030
|
deletedAt?: Date | null | undefined;
|
|
4031
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
4031
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
4032
4032
|
deletedBy?: string | null | undefined;
|
|
4033
4033
|
};
|
|
4034
4034
|
eventType: "customer.created";
|
|
@@ -4047,7 +4047,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
4047
4047
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
4048
4048
|
reason?: string | null | undefined;
|
|
4049
4049
|
deletedAt?: Date | null | undefined;
|
|
4050
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
4050
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
4051
4051
|
deletedBy?: string | null | undefined;
|
|
4052
4052
|
};
|
|
4053
4053
|
eventType: "customer.created";
|
|
@@ -4062,7 +4062,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
4062
4062
|
id: z.ZodString;
|
|
4063
4063
|
riskScore: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Low", "Medium", "High", "No risk"]>>>;
|
|
4064
4064
|
type: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Individual", "Company"]>>>;
|
|
4065
|
-
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
4065
|
+
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Started", "Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
4066
4066
|
status: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Active", "Rejected", "Dormant", "To be reviewed", "Failed", "Escalated", "Terminated", "No status"]>>>;
|
|
4067
4067
|
createdAt: z.ZodDate;
|
|
4068
4068
|
updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
@@ -4083,7 +4083,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
4083
4083
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
4084
4084
|
reason?: string | null | undefined;
|
|
4085
4085
|
deletedAt?: Date | null | undefined;
|
|
4086
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
4086
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
4087
4087
|
deletedBy?: string | null | undefined;
|
|
4088
4088
|
}, {
|
|
4089
4089
|
id: string;
|
|
@@ -4099,7 +4099,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
4099
4099
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
4100
4100
|
reason?: string | null | undefined;
|
|
4101
4101
|
deletedAt?: Date | null | undefined;
|
|
4102
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
4102
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
4103
4103
|
deletedBy?: string | null | undefined;
|
|
4104
4104
|
}>;
|
|
4105
4105
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -4117,7 +4117,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
4117
4117
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
4118
4118
|
reason?: string | null | undefined;
|
|
4119
4119
|
deletedAt?: Date | null | undefined;
|
|
4120
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
4120
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
4121
4121
|
deletedBy?: string | null | undefined;
|
|
4122
4122
|
};
|
|
4123
4123
|
eventType: "customer.updated";
|
|
@@ -4136,7 +4136,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
4136
4136
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
4137
4137
|
reason?: string | null | undefined;
|
|
4138
4138
|
deletedAt?: Date | null | undefined;
|
|
4139
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
4139
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
4140
4140
|
deletedBy?: string | null | undefined;
|
|
4141
4141
|
};
|
|
4142
4142
|
eventType: "customer.updated";
|
|
@@ -4151,7 +4151,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
4151
4151
|
id: z.ZodString;
|
|
4152
4152
|
riskScore: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Low", "Medium", "High", "No risk"]>>>;
|
|
4153
4153
|
type: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Individual", "Company"]>>>;
|
|
4154
|
-
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
4154
|
+
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Started", "Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
4155
4155
|
status: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Active", "Rejected", "Dormant", "To be reviewed", "Failed", "Escalated", "Terminated", "No status"]>>>;
|
|
4156
4156
|
createdAt: z.ZodDate;
|
|
4157
4157
|
updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
@@ -4172,7 +4172,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
4172
4172
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
4173
4173
|
reason?: string | null | undefined;
|
|
4174
4174
|
deletedAt?: Date | null | undefined;
|
|
4175
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
4175
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
4176
4176
|
deletedBy?: string | null | undefined;
|
|
4177
4177
|
}, {
|
|
4178
4178
|
id: string;
|
|
@@ -4188,7 +4188,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
4188
4188
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
4189
4189
|
reason?: string | null | undefined;
|
|
4190
4190
|
deletedAt?: Date | null | undefined;
|
|
4191
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
4191
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
4192
4192
|
deletedBy?: string | null | undefined;
|
|
4193
4193
|
}>;
|
|
4194
4194
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -4206,7 +4206,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
4206
4206
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
4207
4207
|
reason?: string | null | undefined;
|
|
4208
4208
|
deletedAt?: Date | null | undefined;
|
|
4209
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
4209
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
4210
4210
|
deletedBy?: string | null | undefined;
|
|
4211
4211
|
};
|
|
4212
4212
|
eventType: "customer.deleted";
|
|
@@ -4225,7 +4225,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
4225
4225
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
4226
4226
|
reason?: string | null | undefined;
|
|
4227
4227
|
deletedAt?: Date | null | undefined;
|
|
4228
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
4228
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
4229
4229
|
deletedBy?: string | null | undefined;
|
|
4230
4230
|
};
|
|
4231
4231
|
eventType: "customer.deleted";
|
|
@@ -4239,7 +4239,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
4239
4239
|
updatedBy: z.ZodString;
|
|
4240
4240
|
id: z.ZodString;
|
|
4241
4241
|
riskScore: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Low", "Medium", "High", "No risk"]>>>;
|
|
4242
|
-
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
4242
|
+
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Started", "Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
4243
4243
|
status: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Active", "Rejected", "Dormant", "To be reviewed", "Failed", "Escalated", "Terminated", "No status"]>>>;
|
|
4244
4244
|
createdAt: z.ZodDate;
|
|
4245
4245
|
updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
@@ -4259,7 +4259,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
4259
4259
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
4260
4260
|
reason?: string | null | undefined;
|
|
4261
4261
|
deletedAt?: Date | null | undefined;
|
|
4262
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
4262
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
4263
4263
|
deletedBy?: string | null | undefined;
|
|
4264
4264
|
}, {
|
|
4265
4265
|
id: string;
|
|
@@ -4274,7 +4274,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
4274
4274
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
4275
4275
|
reason?: string | null | undefined;
|
|
4276
4276
|
deletedAt?: Date | null | undefined;
|
|
4277
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
4277
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
4278
4278
|
deletedBy?: string | null | undefined;
|
|
4279
4279
|
}>;
|
|
4280
4280
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -4291,7 +4291,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
4291
4291
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
4292
4292
|
reason?: string | null | undefined;
|
|
4293
4293
|
deletedAt?: Date | null | undefined;
|
|
4294
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
4294
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
4295
4295
|
deletedBy?: string | null | undefined;
|
|
4296
4296
|
};
|
|
4297
4297
|
eventType: "individual.created";
|
|
@@ -4309,7 +4309,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
4309
4309
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
4310
4310
|
reason?: string | null | undefined;
|
|
4311
4311
|
deletedAt?: Date | null | undefined;
|
|
4312
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
4312
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
4313
4313
|
deletedBy?: string | null | undefined;
|
|
4314
4314
|
};
|
|
4315
4315
|
eventType: "individual.created";
|
|
@@ -4323,7 +4323,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
4323
4323
|
updatedBy: z.ZodString;
|
|
4324
4324
|
id: z.ZodString;
|
|
4325
4325
|
riskScore: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Low", "Medium", "High", "No risk"]>>>;
|
|
4326
|
-
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
4326
|
+
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Started", "Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
4327
4327
|
status: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Active", "Rejected", "Dormant", "To be reviewed", "Failed", "Escalated", "Terminated", "No status"]>>>;
|
|
4328
4328
|
createdAt: z.ZodDate;
|
|
4329
4329
|
updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
@@ -4343,7 +4343,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
4343
4343
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
4344
4344
|
reason?: string | null | undefined;
|
|
4345
4345
|
deletedAt?: Date | null | undefined;
|
|
4346
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
4346
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
4347
4347
|
deletedBy?: string | null | undefined;
|
|
4348
4348
|
}, {
|
|
4349
4349
|
id: string;
|
|
@@ -4358,7 +4358,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
4358
4358
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
4359
4359
|
reason?: string | null | undefined;
|
|
4360
4360
|
deletedAt?: Date | null | undefined;
|
|
4361
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
4361
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
4362
4362
|
deletedBy?: string | null | undefined;
|
|
4363
4363
|
}>;
|
|
4364
4364
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -4375,7 +4375,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
4375
4375
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
4376
4376
|
reason?: string | null | undefined;
|
|
4377
4377
|
deletedAt?: Date | null | undefined;
|
|
4378
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
4378
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
4379
4379
|
deletedBy?: string | null | undefined;
|
|
4380
4380
|
};
|
|
4381
4381
|
eventType: "individual.updated";
|
|
@@ -4393,7 +4393,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
4393
4393
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
4394
4394
|
reason?: string | null | undefined;
|
|
4395
4395
|
deletedAt?: Date | null | undefined;
|
|
4396
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
4396
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
4397
4397
|
deletedBy?: string | null | undefined;
|
|
4398
4398
|
};
|
|
4399
4399
|
eventType: "individual.updated";
|
|
@@ -4407,7 +4407,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
4407
4407
|
updatedBy: z.ZodString;
|
|
4408
4408
|
id: z.ZodString;
|
|
4409
4409
|
riskScore: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Low", "Medium", "High", "No risk"]>>>;
|
|
4410
|
-
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
4410
|
+
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Started", "Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
4411
4411
|
status: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Active", "Rejected", "Dormant", "To be reviewed", "Failed", "Escalated", "Terminated", "No status"]>>>;
|
|
4412
4412
|
createdAt: z.ZodDate;
|
|
4413
4413
|
updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
@@ -4427,7 +4427,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
4427
4427
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
4428
4428
|
reason?: string | null | undefined;
|
|
4429
4429
|
deletedAt?: Date | null | undefined;
|
|
4430
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
4430
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
4431
4431
|
deletedBy?: string | null | undefined;
|
|
4432
4432
|
}, {
|
|
4433
4433
|
id: string;
|
|
@@ -4442,7 +4442,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
4442
4442
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
4443
4443
|
reason?: string | null | undefined;
|
|
4444
4444
|
deletedAt?: Date | null | undefined;
|
|
4445
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
4445
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
4446
4446
|
deletedBy?: string | null | undefined;
|
|
4447
4447
|
}>;
|
|
4448
4448
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -4459,7 +4459,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
4459
4459
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
4460
4460
|
reason?: string | null | undefined;
|
|
4461
4461
|
deletedAt?: Date | null | undefined;
|
|
4462
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
4462
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
4463
4463
|
deletedBy?: string | null | undefined;
|
|
4464
4464
|
};
|
|
4465
4465
|
eventType: "individual.deleted";
|
|
@@ -4477,7 +4477,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
4477
4477
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
4478
4478
|
reason?: string | null | undefined;
|
|
4479
4479
|
deletedAt?: Date | null | undefined;
|
|
4480
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
4480
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
4481
4481
|
deletedBy?: string | null | undefined;
|
|
4482
4482
|
};
|
|
4483
4483
|
eventType: "individual.deleted";
|
|
@@ -4491,7 +4491,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
4491
4491
|
updatedBy: z.ZodString;
|
|
4492
4492
|
id: z.ZodString;
|
|
4493
4493
|
riskScore: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Low", "Medium", "High", "No risk"]>>>;
|
|
4494
|
-
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
4494
|
+
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Started", "Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
4495
4495
|
status: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Active", "Rejected", "Dormant", "To be reviewed", "Failed", "Escalated", "Terminated", "No status"]>>>;
|
|
4496
4496
|
createdAt: z.ZodDate;
|
|
4497
4497
|
updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
@@ -4511,7 +4511,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
4511
4511
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
4512
4512
|
reason?: string | null | undefined;
|
|
4513
4513
|
deletedAt?: Date | null | undefined;
|
|
4514
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
4514
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
4515
4515
|
deletedBy?: string | null | undefined;
|
|
4516
4516
|
}, {
|
|
4517
4517
|
id: string;
|
|
@@ -4526,7 +4526,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
4526
4526
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
4527
4527
|
reason?: string | null | undefined;
|
|
4528
4528
|
deletedAt?: Date | null | undefined;
|
|
4529
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
4529
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
4530
4530
|
deletedBy?: string | null | undefined;
|
|
4531
4531
|
}>;
|
|
4532
4532
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -4543,7 +4543,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
4543
4543
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
4544
4544
|
reason?: string | null | undefined;
|
|
4545
4545
|
deletedAt?: Date | null | undefined;
|
|
4546
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
4546
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
4547
4547
|
deletedBy?: string | null | undefined;
|
|
4548
4548
|
};
|
|
4549
4549
|
eventType: "company.created";
|
|
@@ -4561,7 +4561,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
4561
4561
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
4562
4562
|
reason?: string | null | undefined;
|
|
4563
4563
|
deletedAt?: Date | null | undefined;
|
|
4564
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
4564
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
4565
4565
|
deletedBy?: string | null | undefined;
|
|
4566
4566
|
};
|
|
4567
4567
|
eventType: "company.created";
|
|
@@ -4575,7 +4575,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
4575
4575
|
updatedBy: z.ZodString;
|
|
4576
4576
|
id: z.ZodString;
|
|
4577
4577
|
riskScore: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Low", "Medium", "High", "No risk"]>>>;
|
|
4578
|
-
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
4578
|
+
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Started", "Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
4579
4579
|
status: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Active", "Rejected", "Dormant", "To be reviewed", "Failed", "Escalated", "Terminated", "No status"]>>>;
|
|
4580
4580
|
createdAt: z.ZodDate;
|
|
4581
4581
|
updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
@@ -4595,7 +4595,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
4595
4595
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
4596
4596
|
reason?: string | null | undefined;
|
|
4597
4597
|
deletedAt?: Date | null | undefined;
|
|
4598
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
4598
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
4599
4599
|
deletedBy?: string | null | undefined;
|
|
4600
4600
|
}, {
|
|
4601
4601
|
id: string;
|
|
@@ -4610,7 +4610,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
4610
4610
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
4611
4611
|
reason?: string | null | undefined;
|
|
4612
4612
|
deletedAt?: Date | null | undefined;
|
|
4613
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
4613
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
4614
4614
|
deletedBy?: string | null | undefined;
|
|
4615
4615
|
}>;
|
|
4616
4616
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -4627,7 +4627,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
4627
4627
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
4628
4628
|
reason?: string | null | undefined;
|
|
4629
4629
|
deletedAt?: Date | null | undefined;
|
|
4630
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
4630
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
4631
4631
|
deletedBy?: string | null | undefined;
|
|
4632
4632
|
};
|
|
4633
4633
|
eventType: "company.updated";
|
|
@@ -4645,7 +4645,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
4645
4645
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
4646
4646
|
reason?: string | null | undefined;
|
|
4647
4647
|
deletedAt?: Date | null | undefined;
|
|
4648
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
4648
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
4649
4649
|
deletedBy?: string | null | undefined;
|
|
4650
4650
|
};
|
|
4651
4651
|
eventType: "company.updated";
|
|
@@ -4659,7 +4659,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
4659
4659
|
updatedBy: z.ZodString;
|
|
4660
4660
|
id: z.ZodString;
|
|
4661
4661
|
riskScore: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Low", "Medium", "High", "No risk"]>>>;
|
|
4662
|
-
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
4662
|
+
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Started", "Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
4663
4663
|
status: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Active", "Rejected", "Dormant", "To be reviewed", "Failed", "Escalated", "Terminated", "No status"]>>>;
|
|
4664
4664
|
createdAt: z.ZodDate;
|
|
4665
4665
|
updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
@@ -4679,7 +4679,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
4679
4679
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
4680
4680
|
reason?: string | null | undefined;
|
|
4681
4681
|
deletedAt?: Date | null | undefined;
|
|
4682
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
4682
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
4683
4683
|
deletedBy?: string | null | undefined;
|
|
4684
4684
|
}, {
|
|
4685
4685
|
id: string;
|
|
@@ -4694,7 +4694,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
4694
4694
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
4695
4695
|
reason?: string | null | undefined;
|
|
4696
4696
|
deletedAt?: Date | null | undefined;
|
|
4697
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
4697
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
4698
4698
|
deletedBy?: string | null | undefined;
|
|
4699
4699
|
}>;
|
|
4700
4700
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -4711,7 +4711,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
4711
4711
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
4712
4712
|
reason?: string | null | undefined;
|
|
4713
4713
|
deletedAt?: Date | null | undefined;
|
|
4714
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
4714
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
4715
4715
|
deletedBy?: string | null | undefined;
|
|
4716
4716
|
};
|
|
4717
4717
|
eventType: "company.deleted";
|
|
@@ -4729,7 +4729,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
4729
4729
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
4730
4730
|
reason?: string | null | undefined;
|
|
4731
4731
|
deletedAt?: Date | null | undefined;
|
|
4732
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
4732
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
4733
4733
|
deletedBy?: string | null | undefined;
|
|
4734
4734
|
};
|
|
4735
4735
|
eventType: "company.deleted";
|
|
@@ -6134,7 +6134,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
6134
6134
|
id: z.ZodString;
|
|
6135
6135
|
riskScore: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Low", "Medium", "High", "No risk"]>>>;
|
|
6136
6136
|
type: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Individual", "Company"]>>>;
|
|
6137
|
-
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
6137
|
+
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Started", "Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
6138
6138
|
status: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Active", "Rejected", "Dormant", "To be reviewed", "Failed", "Escalated", "Terminated", "No status"]>>>;
|
|
6139
6139
|
createdAt: z.ZodDate;
|
|
6140
6140
|
updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
@@ -6155,7 +6155,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
6155
6155
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
6156
6156
|
reason?: string | null | undefined;
|
|
6157
6157
|
deletedAt?: Date | null | undefined;
|
|
6158
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
6158
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
6159
6159
|
deletedBy?: string | null | undefined;
|
|
6160
6160
|
}, {
|
|
6161
6161
|
id: string;
|
|
@@ -6171,7 +6171,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
6171
6171
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
6172
6172
|
reason?: string | null | undefined;
|
|
6173
6173
|
deletedAt?: Date | null | undefined;
|
|
6174
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
6174
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
6175
6175
|
deletedBy?: string | null | undefined;
|
|
6176
6176
|
}>;
|
|
6177
6177
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -6189,7 +6189,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
6189
6189
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
6190
6190
|
reason?: string | null | undefined;
|
|
6191
6191
|
deletedAt?: Date | null | undefined;
|
|
6192
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
6192
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
6193
6193
|
deletedBy?: string | null | undefined;
|
|
6194
6194
|
};
|
|
6195
6195
|
eventType: "customer.created";
|
|
@@ -6208,7 +6208,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
6208
6208
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
6209
6209
|
reason?: string | null | undefined;
|
|
6210
6210
|
deletedAt?: Date | null | undefined;
|
|
6211
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
6211
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
6212
6212
|
deletedBy?: string | null | undefined;
|
|
6213
6213
|
};
|
|
6214
6214
|
eventType: "customer.created";
|
|
@@ -6223,7 +6223,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
6223
6223
|
id: z.ZodString;
|
|
6224
6224
|
riskScore: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Low", "Medium", "High", "No risk"]>>>;
|
|
6225
6225
|
type: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Individual", "Company"]>>>;
|
|
6226
|
-
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
6226
|
+
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Started", "Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
6227
6227
|
status: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Active", "Rejected", "Dormant", "To be reviewed", "Failed", "Escalated", "Terminated", "No status"]>>>;
|
|
6228
6228
|
createdAt: z.ZodDate;
|
|
6229
6229
|
updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
@@ -6244,7 +6244,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
6244
6244
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
6245
6245
|
reason?: string | null | undefined;
|
|
6246
6246
|
deletedAt?: Date | null | undefined;
|
|
6247
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
6247
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
6248
6248
|
deletedBy?: string | null | undefined;
|
|
6249
6249
|
}, {
|
|
6250
6250
|
id: string;
|
|
@@ -6260,7 +6260,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
6260
6260
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
6261
6261
|
reason?: string | null | undefined;
|
|
6262
6262
|
deletedAt?: Date | null | undefined;
|
|
6263
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
6263
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
6264
6264
|
deletedBy?: string | null | undefined;
|
|
6265
6265
|
}>;
|
|
6266
6266
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -6278,7 +6278,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
6278
6278
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
6279
6279
|
reason?: string | null | undefined;
|
|
6280
6280
|
deletedAt?: Date | null | undefined;
|
|
6281
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
6281
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
6282
6282
|
deletedBy?: string | null | undefined;
|
|
6283
6283
|
};
|
|
6284
6284
|
eventType: "customer.updated";
|
|
@@ -6297,7 +6297,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
6297
6297
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
6298
6298
|
reason?: string | null | undefined;
|
|
6299
6299
|
deletedAt?: Date | null | undefined;
|
|
6300
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
6300
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
6301
6301
|
deletedBy?: string | null | undefined;
|
|
6302
6302
|
};
|
|
6303
6303
|
eventType: "customer.updated";
|
|
@@ -6312,7 +6312,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
6312
6312
|
id: z.ZodString;
|
|
6313
6313
|
riskScore: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Low", "Medium", "High", "No risk"]>>>;
|
|
6314
6314
|
type: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Individual", "Company"]>>>;
|
|
6315
|
-
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
6315
|
+
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Started", "Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
6316
6316
|
status: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Active", "Rejected", "Dormant", "To be reviewed", "Failed", "Escalated", "Terminated", "No status"]>>>;
|
|
6317
6317
|
createdAt: z.ZodDate;
|
|
6318
6318
|
updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
@@ -6333,7 +6333,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
6333
6333
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
6334
6334
|
reason?: string | null | undefined;
|
|
6335
6335
|
deletedAt?: Date | null | undefined;
|
|
6336
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
6336
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
6337
6337
|
deletedBy?: string | null | undefined;
|
|
6338
6338
|
}, {
|
|
6339
6339
|
id: string;
|
|
@@ -6349,7 +6349,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
6349
6349
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
6350
6350
|
reason?: string | null | undefined;
|
|
6351
6351
|
deletedAt?: Date | null | undefined;
|
|
6352
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
6352
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
6353
6353
|
deletedBy?: string | null | undefined;
|
|
6354
6354
|
}>;
|
|
6355
6355
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -6367,7 +6367,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
6367
6367
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
6368
6368
|
reason?: string | null | undefined;
|
|
6369
6369
|
deletedAt?: Date | null | undefined;
|
|
6370
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
6370
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
6371
6371
|
deletedBy?: string | null | undefined;
|
|
6372
6372
|
};
|
|
6373
6373
|
eventType: "customer.deleted";
|
|
@@ -6386,7 +6386,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
6386
6386
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
6387
6387
|
reason?: string | null | undefined;
|
|
6388
6388
|
deletedAt?: Date | null | undefined;
|
|
6389
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
6389
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
6390
6390
|
deletedBy?: string | null | undefined;
|
|
6391
6391
|
};
|
|
6392
6392
|
eventType: "customer.deleted";
|
|
@@ -6400,7 +6400,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
6400
6400
|
updatedBy: z.ZodString;
|
|
6401
6401
|
id: z.ZodString;
|
|
6402
6402
|
riskScore: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Low", "Medium", "High", "No risk"]>>>;
|
|
6403
|
-
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
6403
|
+
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Started", "Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
6404
6404
|
status: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Active", "Rejected", "Dormant", "To be reviewed", "Failed", "Escalated", "Terminated", "No status"]>>>;
|
|
6405
6405
|
createdAt: z.ZodDate;
|
|
6406
6406
|
updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
@@ -6420,7 +6420,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
6420
6420
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
6421
6421
|
reason?: string | null | undefined;
|
|
6422
6422
|
deletedAt?: Date | null | undefined;
|
|
6423
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
6423
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
6424
6424
|
deletedBy?: string | null | undefined;
|
|
6425
6425
|
}, {
|
|
6426
6426
|
id: string;
|
|
@@ -6435,7 +6435,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
6435
6435
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
6436
6436
|
reason?: string | null | undefined;
|
|
6437
6437
|
deletedAt?: Date | null | undefined;
|
|
6438
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
6438
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
6439
6439
|
deletedBy?: string | null | undefined;
|
|
6440
6440
|
}>;
|
|
6441
6441
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -6452,7 +6452,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
6452
6452
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
6453
6453
|
reason?: string | null | undefined;
|
|
6454
6454
|
deletedAt?: Date | null | undefined;
|
|
6455
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
6455
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
6456
6456
|
deletedBy?: string | null | undefined;
|
|
6457
6457
|
};
|
|
6458
6458
|
eventType: "individual.created";
|
|
@@ -6470,7 +6470,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
6470
6470
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
6471
6471
|
reason?: string | null | undefined;
|
|
6472
6472
|
deletedAt?: Date | null | undefined;
|
|
6473
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
6473
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
6474
6474
|
deletedBy?: string | null | undefined;
|
|
6475
6475
|
};
|
|
6476
6476
|
eventType: "individual.created";
|
|
@@ -6484,7 +6484,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
6484
6484
|
updatedBy: z.ZodString;
|
|
6485
6485
|
id: z.ZodString;
|
|
6486
6486
|
riskScore: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Low", "Medium", "High", "No risk"]>>>;
|
|
6487
|
-
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
6487
|
+
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Started", "Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
6488
6488
|
status: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Active", "Rejected", "Dormant", "To be reviewed", "Failed", "Escalated", "Terminated", "No status"]>>>;
|
|
6489
6489
|
createdAt: z.ZodDate;
|
|
6490
6490
|
updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
@@ -6504,7 +6504,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
6504
6504
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
6505
6505
|
reason?: string | null | undefined;
|
|
6506
6506
|
deletedAt?: Date | null | undefined;
|
|
6507
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
6507
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
6508
6508
|
deletedBy?: string | null | undefined;
|
|
6509
6509
|
}, {
|
|
6510
6510
|
id: string;
|
|
@@ -6519,7 +6519,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
6519
6519
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
6520
6520
|
reason?: string | null | undefined;
|
|
6521
6521
|
deletedAt?: Date | null | undefined;
|
|
6522
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
6522
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
6523
6523
|
deletedBy?: string | null | undefined;
|
|
6524
6524
|
}>;
|
|
6525
6525
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -6536,7 +6536,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
6536
6536
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
6537
6537
|
reason?: string | null | undefined;
|
|
6538
6538
|
deletedAt?: Date | null | undefined;
|
|
6539
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
6539
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
6540
6540
|
deletedBy?: string | null | undefined;
|
|
6541
6541
|
};
|
|
6542
6542
|
eventType: "individual.updated";
|
|
@@ -6554,7 +6554,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
6554
6554
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
6555
6555
|
reason?: string | null | undefined;
|
|
6556
6556
|
deletedAt?: Date | null | undefined;
|
|
6557
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
6557
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
6558
6558
|
deletedBy?: string | null | undefined;
|
|
6559
6559
|
};
|
|
6560
6560
|
eventType: "individual.updated";
|
|
@@ -6568,7 +6568,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
6568
6568
|
updatedBy: z.ZodString;
|
|
6569
6569
|
id: z.ZodString;
|
|
6570
6570
|
riskScore: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Low", "Medium", "High", "No risk"]>>>;
|
|
6571
|
-
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
6571
|
+
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Started", "Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
6572
6572
|
status: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Active", "Rejected", "Dormant", "To be reviewed", "Failed", "Escalated", "Terminated", "No status"]>>>;
|
|
6573
6573
|
createdAt: z.ZodDate;
|
|
6574
6574
|
updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
@@ -6588,7 +6588,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
6588
6588
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
6589
6589
|
reason?: string | null | undefined;
|
|
6590
6590
|
deletedAt?: Date | null | undefined;
|
|
6591
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
6591
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
6592
6592
|
deletedBy?: string | null | undefined;
|
|
6593
6593
|
}, {
|
|
6594
6594
|
id: string;
|
|
@@ -6603,7 +6603,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
6603
6603
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
6604
6604
|
reason?: string | null | undefined;
|
|
6605
6605
|
deletedAt?: Date | null | undefined;
|
|
6606
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
6606
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
6607
6607
|
deletedBy?: string | null | undefined;
|
|
6608
6608
|
}>;
|
|
6609
6609
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -6620,7 +6620,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
6620
6620
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
6621
6621
|
reason?: string | null | undefined;
|
|
6622
6622
|
deletedAt?: Date | null | undefined;
|
|
6623
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
6623
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
6624
6624
|
deletedBy?: string | null | undefined;
|
|
6625
6625
|
};
|
|
6626
6626
|
eventType: "individual.deleted";
|
|
@@ -6638,7 +6638,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
6638
6638
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
6639
6639
|
reason?: string | null | undefined;
|
|
6640
6640
|
deletedAt?: Date | null | undefined;
|
|
6641
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
6641
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
6642
6642
|
deletedBy?: string | null | undefined;
|
|
6643
6643
|
};
|
|
6644
6644
|
eventType: "individual.deleted";
|
|
@@ -6652,7 +6652,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
6652
6652
|
updatedBy: z.ZodString;
|
|
6653
6653
|
id: z.ZodString;
|
|
6654
6654
|
riskScore: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Low", "Medium", "High", "No risk"]>>>;
|
|
6655
|
-
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
6655
|
+
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Started", "Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
6656
6656
|
status: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Active", "Rejected", "Dormant", "To be reviewed", "Failed", "Escalated", "Terminated", "No status"]>>>;
|
|
6657
6657
|
createdAt: z.ZodDate;
|
|
6658
6658
|
updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
@@ -6672,7 +6672,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
6672
6672
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
6673
6673
|
reason?: string | null | undefined;
|
|
6674
6674
|
deletedAt?: Date | null | undefined;
|
|
6675
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
6675
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
6676
6676
|
deletedBy?: string | null | undefined;
|
|
6677
6677
|
}, {
|
|
6678
6678
|
id: string;
|
|
@@ -6687,7 +6687,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
6687
6687
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
6688
6688
|
reason?: string | null | undefined;
|
|
6689
6689
|
deletedAt?: Date | null | undefined;
|
|
6690
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
6690
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
6691
6691
|
deletedBy?: string | null | undefined;
|
|
6692
6692
|
}>;
|
|
6693
6693
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -6704,7 +6704,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
6704
6704
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
6705
6705
|
reason?: string | null | undefined;
|
|
6706
6706
|
deletedAt?: Date | null | undefined;
|
|
6707
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
6707
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
6708
6708
|
deletedBy?: string | null | undefined;
|
|
6709
6709
|
};
|
|
6710
6710
|
eventType: "company.created";
|
|
@@ -6722,7 +6722,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
6722
6722
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
6723
6723
|
reason?: string | null | undefined;
|
|
6724
6724
|
deletedAt?: Date | null | undefined;
|
|
6725
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
6725
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
6726
6726
|
deletedBy?: string | null | undefined;
|
|
6727
6727
|
};
|
|
6728
6728
|
eventType: "company.created";
|
|
@@ -6736,7 +6736,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
6736
6736
|
updatedBy: z.ZodString;
|
|
6737
6737
|
id: z.ZodString;
|
|
6738
6738
|
riskScore: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Low", "Medium", "High", "No risk"]>>>;
|
|
6739
|
-
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
6739
|
+
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Started", "Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
6740
6740
|
status: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Active", "Rejected", "Dormant", "To be reviewed", "Failed", "Escalated", "Terminated", "No status"]>>>;
|
|
6741
6741
|
createdAt: z.ZodDate;
|
|
6742
6742
|
updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
@@ -6756,7 +6756,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
6756
6756
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
6757
6757
|
reason?: string | null | undefined;
|
|
6758
6758
|
deletedAt?: Date | null | undefined;
|
|
6759
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
6759
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
6760
6760
|
deletedBy?: string | null | undefined;
|
|
6761
6761
|
}, {
|
|
6762
6762
|
id: string;
|
|
@@ -6771,7 +6771,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
6771
6771
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
6772
6772
|
reason?: string | null | undefined;
|
|
6773
6773
|
deletedAt?: Date | null | undefined;
|
|
6774
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
6774
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
6775
6775
|
deletedBy?: string | null | undefined;
|
|
6776
6776
|
}>;
|
|
6777
6777
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -6788,7 +6788,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
6788
6788
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
6789
6789
|
reason?: string | null | undefined;
|
|
6790
6790
|
deletedAt?: Date | null | undefined;
|
|
6791
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
6791
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
6792
6792
|
deletedBy?: string | null | undefined;
|
|
6793
6793
|
};
|
|
6794
6794
|
eventType: "company.updated";
|
|
@@ -6806,7 +6806,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
6806
6806
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
6807
6807
|
reason?: string | null | undefined;
|
|
6808
6808
|
deletedAt?: Date | null | undefined;
|
|
6809
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
6809
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
6810
6810
|
deletedBy?: string | null | undefined;
|
|
6811
6811
|
};
|
|
6812
6812
|
eventType: "company.updated";
|
|
@@ -6820,7 +6820,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
6820
6820
|
updatedBy: z.ZodString;
|
|
6821
6821
|
id: z.ZodString;
|
|
6822
6822
|
riskScore: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Low", "Medium", "High", "No risk"]>>>;
|
|
6823
|
-
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
6823
|
+
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Started", "Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
6824
6824
|
status: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Active", "Rejected", "Dormant", "To be reviewed", "Failed", "Escalated", "Terminated", "No status"]>>>;
|
|
6825
6825
|
createdAt: z.ZodDate;
|
|
6826
6826
|
updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
@@ -6840,7 +6840,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
6840
6840
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
6841
6841
|
reason?: string | null | undefined;
|
|
6842
6842
|
deletedAt?: Date | null | undefined;
|
|
6843
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
6843
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
6844
6844
|
deletedBy?: string | null | undefined;
|
|
6845
6845
|
}, {
|
|
6846
6846
|
id: string;
|
|
@@ -6855,7 +6855,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
6855
6855
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
6856
6856
|
reason?: string | null | undefined;
|
|
6857
6857
|
deletedAt?: Date | null | undefined;
|
|
6858
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
6858
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
6859
6859
|
deletedBy?: string | null | undefined;
|
|
6860
6860
|
}>;
|
|
6861
6861
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -6872,7 +6872,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
6872
6872
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
6873
6873
|
reason?: string | null | undefined;
|
|
6874
6874
|
deletedAt?: Date | null | undefined;
|
|
6875
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
6875
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
6876
6876
|
deletedBy?: string | null | undefined;
|
|
6877
6877
|
};
|
|
6878
6878
|
eventType: "company.deleted";
|
|
@@ -6890,7 +6890,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
6890
6890
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
6891
6891
|
reason?: string | null | undefined;
|
|
6892
6892
|
deletedAt?: Date | null | undefined;
|
|
6893
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
6893
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
6894
6894
|
deletedBy?: string | null | undefined;
|
|
6895
6895
|
};
|
|
6896
6896
|
eventType: "company.deleted";
|
|
@@ -7602,7 +7602,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
7602
7602
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
7603
7603
|
reason?: string | null | undefined;
|
|
7604
7604
|
deletedAt?: Date | null | undefined;
|
|
7605
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
7605
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
7606
7606
|
deletedBy?: string | null | undefined;
|
|
7607
7607
|
};
|
|
7608
7608
|
eventType: "customer.created";
|
|
@@ -7621,7 +7621,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
7621
7621
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
7622
7622
|
reason?: string | null | undefined;
|
|
7623
7623
|
deletedAt?: Date | null | undefined;
|
|
7624
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
7624
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
7625
7625
|
deletedBy?: string | null | undefined;
|
|
7626
7626
|
};
|
|
7627
7627
|
eventType: "customer.updated";
|
|
@@ -7640,7 +7640,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
7640
7640
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
7641
7641
|
reason?: string | null | undefined;
|
|
7642
7642
|
deletedAt?: Date | null | undefined;
|
|
7643
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
7643
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
7644
7644
|
deletedBy?: string | null | undefined;
|
|
7645
7645
|
};
|
|
7646
7646
|
eventType: "customer.deleted";
|
|
@@ -7658,7 +7658,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
7658
7658
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
7659
7659
|
reason?: string | null | undefined;
|
|
7660
7660
|
deletedAt?: Date | null | undefined;
|
|
7661
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
7661
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
7662
7662
|
deletedBy?: string | null | undefined;
|
|
7663
7663
|
};
|
|
7664
7664
|
eventType: "individual.created";
|
|
@@ -7676,7 +7676,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
7676
7676
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
7677
7677
|
reason?: string | null | undefined;
|
|
7678
7678
|
deletedAt?: Date | null | undefined;
|
|
7679
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
7679
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
7680
7680
|
deletedBy?: string | null | undefined;
|
|
7681
7681
|
};
|
|
7682
7682
|
eventType: "individual.updated";
|
|
@@ -7694,7 +7694,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
7694
7694
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
7695
7695
|
reason?: string | null | undefined;
|
|
7696
7696
|
deletedAt?: Date | null | undefined;
|
|
7697
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
7697
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
7698
7698
|
deletedBy?: string | null | undefined;
|
|
7699
7699
|
};
|
|
7700
7700
|
eventType: "individual.deleted";
|
|
@@ -7712,7 +7712,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
7712
7712
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
7713
7713
|
reason?: string | null | undefined;
|
|
7714
7714
|
deletedAt?: Date | null | undefined;
|
|
7715
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
7715
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
7716
7716
|
deletedBy?: string | null | undefined;
|
|
7717
7717
|
};
|
|
7718
7718
|
eventType: "company.created";
|
|
@@ -7730,7 +7730,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
7730
7730
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
7731
7731
|
reason?: string | null | undefined;
|
|
7732
7732
|
deletedAt?: Date | null | undefined;
|
|
7733
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
7733
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
7734
7734
|
deletedBy?: string | null | undefined;
|
|
7735
7735
|
};
|
|
7736
7736
|
eventType: "company.updated";
|
|
@@ -7748,7 +7748,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
7748
7748
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
7749
7749
|
reason?: string | null | undefined;
|
|
7750
7750
|
deletedAt?: Date | null | undefined;
|
|
7751
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
7751
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
7752
7752
|
deletedBy?: string | null | undefined;
|
|
7753
7753
|
};
|
|
7754
7754
|
eventType: "company.deleted";
|
|
@@ -7939,7 +7939,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
7939
7939
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
7940
7940
|
reason?: string | null | undefined;
|
|
7941
7941
|
deletedAt?: Date | null | undefined;
|
|
7942
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
7942
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
7943
7943
|
deletedBy?: string | null | undefined;
|
|
7944
7944
|
};
|
|
7945
7945
|
eventType: "customer.created";
|
|
@@ -7958,7 +7958,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
7958
7958
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
7959
7959
|
reason?: string | null | undefined;
|
|
7960
7960
|
deletedAt?: Date | null | undefined;
|
|
7961
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
7961
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
7962
7962
|
deletedBy?: string | null | undefined;
|
|
7963
7963
|
};
|
|
7964
7964
|
eventType: "customer.updated";
|
|
@@ -7977,7 +7977,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
7977
7977
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
7978
7978
|
reason?: string | null | undefined;
|
|
7979
7979
|
deletedAt?: Date | null | undefined;
|
|
7980
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
7980
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
7981
7981
|
deletedBy?: string | null | undefined;
|
|
7982
7982
|
};
|
|
7983
7983
|
eventType: "customer.deleted";
|
|
@@ -7995,7 +7995,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
7995
7995
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
7996
7996
|
reason?: string | null | undefined;
|
|
7997
7997
|
deletedAt?: Date | null | undefined;
|
|
7998
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
7998
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
7999
7999
|
deletedBy?: string | null | undefined;
|
|
8000
8000
|
};
|
|
8001
8001
|
eventType: "individual.created";
|
|
@@ -8013,7 +8013,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
8013
8013
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
8014
8014
|
reason?: string | null | undefined;
|
|
8015
8015
|
deletedAt?: Date | null | undefined;
|
|
8016
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
8016
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
8017
8017
|
deletedBy?: string | null | undefined;
|
|
8018
8018
|
};
|
|
8019
8019
|
eventType: "individual.updated";
|
|
@@ -8031,7 +8031,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
8031
8031
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
8032
8032
|
reason?: string | null | undefined;
|
|
8033
8033
|
deletedAt?: Date | null | undefined;
|
|
8034
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
8034
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
8035
8035
|
deletedBy?: string | null | undefined;
|
|
8036
8036
|
};
|
|
8037
8037
|
eventType: "individual.deleted";
|
|
@@ -8049,7 +8049,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
8049
8049
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
8050
8050
|
reason?: string | null | undefined;
|
|
8051
8051
|
deletedAt?: Date | null | undefined;
|
|
8052
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
8052
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
8053
8053
|
deletedBy?: string | null | undefined;
|
|
8054
8054
|
};
|
|
8055
8055
|
eventType: "company.created";
|
|
@@ -8067,7 +8067,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
8067
8067
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
8068
8068
|
reason?: string | null | undefined;
|
|
8069
8069
|
deletedAt?: Date | null | undefined;
|
|
8070
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
8070
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
8071
8071
|
deletedBy?: string | null | undefined;
|
|
8072
8072
|
};
|
|
8073
8073
|
eventType: "company.updated";
|
|
@@ -8085,7 +8085,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
8085
8085
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
8086
8086
|
reason?: string | null | undefined;
|
|
8087
8087
|
deletedAt?: Date | null | undefined;
|
|
8088
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
8088
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
8089
8089
|
deletedBy?: string | null | undefined;
|
|
8090
8090
|
};
|
|
8091
8091
|
eventType: "company.deleted";
|
|
@@ -8534,7 +8534,7 @@ export declare const MessageDataOutExtended: z.ZodObject<{
|
|
|
8534
8534
|
id: z.ZodString;
|
|
8535
8535
|
riskScore: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Low", "Medium", "High", "No risk"]>>>;
|
|
8536
8536
|
type: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Individual", "Company"]>>>;
|
|
8537
|
-
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
8537
|
+
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Started", "Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
8538
8538
|
status: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Active", "Rejected", "Dormant", "To be reviewed", "Failed", "Escalated", "Terminated", "No status"]>>>;
|
|
8539
8539
|
createdAt: z.ZodDate;
|
|
8540
8540
|
updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
@@ -8555,7 +8555,7 @@ export declare const MessageDataOutExtended: z.ZodObject<{
|
|
|
8555
8555
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
8556
8556
|
reason?: string | null | undefined;
|
|
8557
8557
|
deletedAt?: Date | null | undefined;
|
|
8558
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
8558
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
8559
8559
|
deletedBy?: string | null | undefined;
|
|
8560
8560
|
}, {
|
|
8561
8561
|
id: string;
|
|
@@ -8571,7 +8571,7 @@ export declare const MessageDataOutExtended: z.ZodObject<{
|
|
|
8571
8571
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
8572
8572
|
reason?: string | null | undefined;
|
|
8573
8573
|
deletedAt?: Date | null | undefined;
|
|
8574
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
8574
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
8575
8575
|
deletedBy?: string | null | undefined;
|
|
8576
8576
|
}>;
|
|
8577
8577
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -8589,7 +8589,7 @@ export declare const MessageDataOutExtended: z.ZodObject<{
|
|
|
8589
8589
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
8590
8590
|
reason?: string | null | undefined;
|
|
8591
8591
|
deletedAt?: Date | null | undefined;
|
|
8592
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
8592
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
8593
8593
|
deletedBy?: string | null | undefined;
|
|
8594
8594
|
};
|
|
8595
8595
|
eventType: "customer.created";
|
|
@@ -8608,7 +8608,7 @@ export declare const MessageDataOutExtended: z.ZodObject<{
|
|
|
8608
8608
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
8609
8609
|
reason?: string | null | undefined;
|
|
8610
8610
|
deletedAt?: Date | null | undefined;
|
|
8611
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
8611
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
8612
8612
|
deletedBy?: string | null | undefined;
|
|
8613
8613
|
};
|
|
8614
8614
|
eventType: "customer.created";
|
|
@@ -8623,7 +8623,7 @@ export declare const MessageDataOutExtended: z.ZodObject<{
|
|
|
8623
8623
|
id: z.ZodString;
|
|
8624
8624
|
riskScore: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Low", "Medium", "High", "No risk"]>>>;
|
|
8625
8625
|
type: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Individual", "Company"]>>>;
|
|
8626
|
-
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
8626
|
+
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Started", "Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
8627
8627
|
status: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Active", "Rejected", "Dormant", "To be reviewed", "Failed", "Escalated", "Terminated", "No status"]>>>;
|
|
8628
8628
|
createdAt: z.ZodDate;
|
|
8629
8629
|
updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
@@ -8644,7 +8644,7 @@ export declare const MessageDataOutExtended: z.ZodObject<{
|
|
|
8644
8644
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
8645
8645
|
reason?: string | null | undefined;
|
|
8646
8646
|
deletedAt?: Date | null | undefined;
|
|
8647
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
8647
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
8648
8648
|
deletedBy?: string | null | undefined;
|
|
8649
8649
|
}, {
|
|
8650
8650
|
id: string;
|
|
@@ -8660,7 +8660,7 @@ export declare const MessageDataOutExtended: z.ZodObject<{
|
|
|
8660
8660
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
8661
8661
|
reason?: string | null | undefined;
|
|
8662
8662
|
deletedAt?: Date | null | undefined;
|
|
8663
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
8663
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
8664
8664
|
deletedBy?: string | null | undefined;
|
|
8665
8665
|
}>;
|
|
8666
8666
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -8678,7 +8678,7 @@ export declare const MessageDataOutExtended: z.ZodObject<{
|
|
|
8678
8678
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
8679
8679
|
reason?: string | null | undefined;
|
|
8680
8680
|
deletedAt?: Date | null | undefined;
|
|
8681
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
8681
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
8682
8682
|
deletedBy?: string | null | undefined;
|
|
8683
8683
|
};
|
|
8684
8684
|
eventType: "customer.updated";
|
|
@@ -8697,7 +8697,7 @@ export declare const MessageDataOutExtended: z.ZodObject<{
|
|
|
8697
8697
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
8698
8698
|
reason?: string | null | undefined;
|
|
8699
8699
|
deletedAt?: Date | null | undefined;
|
|
8700
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
8700
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
8701
8701
|
deletedBy?: string | null | undefined;
|
|
8702
8702
|
};
|
|
8703
8703
|
eventType: "customer.updated";
|
|
@@ -8712,7 +8712,7 @@ export declare const MessageDataOutExtended: z.ZodObject<{
|
|
|
8712
8712
|
id: z.ZodString;
|
|
8713
8713
|
riskScore: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Low", "Medium", "High", "No risk"]>>>;
|
|
8714
8714
|
type: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Individual", "Company"]>>>;
|
|
8715
|
-
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
8715
|
+
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Started", "Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
8716
8716
|
status: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Active", "Rejected", "Dormant", "To be reviewed", "Failed", "Escalated", "Terminated", "No status"]>>>;
|
|
8717
8717
|
createdAt: z.ZodDate;
|
|
8718
8718
|
updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
@@ -8733,7 +8733,7 @@ export declare const MessageDataOutExtended: z.ZodObject<{
|
|
|
8733
8733
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
8734
8734
|
reason?: string | null | undefined;
|
|
8735
8735
|
deletedAt?: Date | null | undefined;
|
|
8736
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
8736
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
8737
8737
|
deletedBy?: string | null | undefined;
|
|
8738
8738
|
}, {
|
|
8739
8739
|
id: string;
|
|
@@ -8749,7 +8749,7 @@ export declare const MessageDataOutExtended: z.ZodObject<{
|
|
|
8749
8749
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
8750
8750
|
reason?: string | null | undefined;
|
|
8751
8751
|
deletedAt?: Date | null | undefined;
|
|
8752
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
8752
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
8753
8753
|
deletedBy?: string | null | undefined;
|
|
8754
8754
|
}>;
|
|
8755
8755
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -8767,7 +8767,7 @@ export declare const MessageDataOutExtended: z.ZodObject<{
|
|
|
8767
8767
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
8768
8768
|
reason?: string | null | undefined;
|
|
8769
8769
|
deletedAt?: Date | null | undefined;
|
|
8770
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
8770
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
8771
8771
|
deletedBy?: string | null | undefined;
|
|
8772
8772
|
};
|
|
8773
8773
|
eventType: "customer.deleted";
|
|
@@ -8786,7 +8786,7 @@ export declare const MessageDataOutExtended: z.ZodObject<{
|
|
|
8786
8786
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
8787
8787
|
reason?: string | null | undefined;
|
|
8788
8788
|
deletedAt?: Date | null | undefined;
|
|
8789
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
8789
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
8790
8790
|
deletedBy?: string | null | undefined;
|
|
8791
8791
|
};
|
|
8792
8792
|
eventType: "customer.deleted";
|
|
@@ -8800,7 +8800,7 @@ export declare const MessageDataOutExtended: z.ZodObject<{
|
|
|
8800
8800
|
updatedBy: z.ZodString;
|
|
8801
8801
|
id: z.ZodString;
|
|
8802
8802
|
riskScore: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Low", "Medium", "High", "No risk"]>>>;
|
|
8803
|
-
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
8803
|
+
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Started", "Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
8804
8804
|
status: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Active", "Rejected", "Dormant", "To be reviewed", "Failed", "Escalated", "Terminated", "No status"]>>>;
|
|
8805
8805
|
createdAt: z.ZodDate;
|
|
8806
8806
|
updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
@@ -8820,7 +8820,7 @@ export declare const MessageDataOutExtended: z.ZodObject<{
|
|
|
8820
8820
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
8821
8821
|
reason?: string | null | undefined;
|
|
8822
8822
|
deletedAt?: Date | null | undefined;
|
|
8823
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
8823
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
8824
8824
|
deletedBy?: string | null | undefined;
|
|
8825
8825
|
}, {
|
|
8826
8826
|
id: string;
|
|
@@ -8835,7 +8835,7 @@ export declare const MessageDataOutExtended: z.ZodObject<{
|
|
|
8835
8835
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
8836
8836
|
reason?: string | null | undefined;
|
|
8837
8837
|
deletedAt?: Date | null | undefined;
|
|
8838
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
8838
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
8839
8839
|
deletedBy?: string | null | undefined;
|
|
8840
8840
|
}>;
|
|
8841
8841
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -8852,7 +8852,7 @@ export declare const MessageDataOutExtended: z.ZodObject<{
|
|
|
8852
8852
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
8853
8853
|
reason?: string | null | undefined;
|
|
8854
8854
|
deletedAt?: Date | null | undefined;
|
|
8855
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
8855
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
8856
8856
|
deletedBy?: string | null | undefined;
|
|
8857
8857
|
};
|
|
8858
8858
|
eventType: "individual.created";
|
|
@@ -8870,7 +8870,7 @@ export declare const MessageDataOutExtended: z.ZodObject<{
|
|
|
8870
8870
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
8871
8871
|
reason?: string | null | undefined;
|
|
8872
8872
|
deletedAt?: Date | null | undefined;
|
|
8873
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
8873
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
8874
8874
|
deletedBy?: string | null | undefined;
|
|
8875
8875
|
};
|
|
8876
8876
|
eventType: "individual.created";
|
|
@@ -8884,7 +8884,7 @@ export declare const MessageDataOutExtended: z.ZodObject<{
|
|
|
8884
8884
|
updatedBy: z.ZodString;
|
|
8885
8885
|
id: z.ZodString;
|
|
8886
8886
|
riskScore: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Low", "Medium", "High", "No risk"]>>>;
|
|
8887
|
-
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
8887
|
+
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Started", "Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
8888
8888
|
status: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Active", "Rejected", "Dormant", "To be reviewed", "Failed", "Escalated", "Terminated", "No status"]>>>;
|
|
8889
8889
|
createdAt: z.ZodDate;
|
|
8890
8890
|
updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
@@ -8904,7 +8904,7 @@ export declare const MessageDataOutExtended: z.ZodObject<{
|
|
|
8904
8904
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
8905
8905
|
reason?: string | null | undefined;
|
|
8906
8906
|
deletedAt?: Date | null | undefined;
|
|
8907
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
8907
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
8908
8908
|
deletedBy?: string | null | undefined;
|
|
8909
8909
|
}, {
|
|
8910
8910
|
id: string;
|
|
@@ -8919,7 +8919,7 @@ export declare const MessageDataOutExtended: z.ZodObject<{
|
|
|
8919
8919
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
8920
8920
|
reason?: string | null | undefined;
|
|
8921
8921
|
deletedAt?: Date | null | undefined;
|
|
8922
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
8922
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
8923
8923
|
deletedBy?: string | null | undefined;
|
|
8924
8924
|
}>;
|
|
8925
8925
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -8936,7 +8936,7 @@ export declare const MessageDataOutExtended: z.ZodObject<{
|
|
|
8936
8936
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
8937
8937
|
reason?: string | null | undefined;
|
|
8938
8938
|
deletedAt?: Date | null | undefined;
|
|
8939
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
8939
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
8940
8940
|
deletedBy?: string | null | undefined;
|
|
8941
8941
|
};
|
|
8942
8942
|
eventType: "individual.updated";
|
|
@@ -8954,7 +8954,7 @@ export declare const MessageDataOutExtended: z.ZodObject<{
|
|
|
8954
8954
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
8955
8955
|
reason?: string | null | undefined;
|
|
8956
8956
|
deletedAt?: Date | null | undefined;
|
|
8957
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
8957
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
8958
8958
|
deletedBy?: string | null | undefined;
|
|
8959
8959
|
};
|
|
8960
8960
|
eventType: "individual.updated";
|
|
@@ -8968,7 +8968,7 @@ export declare const MessageDataOutExtended: z.ZodObject<{
|
|
|
8968
8968
|
updatedBy: z.ZodString;
|
|
8969
8969
|
id: z.ZodString;
|
|
8970
8970
|
riskScore: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Low", "Medium", "High", "No risk"]>>>;
|
|
8971
|
-
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
8971
|
+
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Started", "Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
8972
8972
|
status: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Active", "Rejected", "Dormant", "To be reviewed", "Failed", "Escalated", "Terminated", "No status"]>>>;
|
|
8973
8973
|
createdAt: z.ZodDate;
|
|
8974
8974
|
updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
@@ -8988,7 +8988,7 @@ export declare const MessageDataOutExtended: z.ZodObject<{
|
|
|
8988
8988
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
8989
8989
|
reason?: string | null | undefined;
|
|
8990
8990
|
deletedAt?: Date | null | undefined;
|
|
8991
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
8991
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
8992
8992
|
deletedBy?: string | null | undefined;
|
|
8993
8993
|
}, {
|
|
8994
8994
|
id: string;
|
|
@@ -9003,7 +9003,7 @@ export declare const MessageDataOutExtended: z.ZodObject<{
|
|
|
9003
9003
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
9004
9004
|
reason?: string | null | undefined;
|
|
9005
9005
|
deletedAt?: Date | null | undefined;
|
|
9006
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
9006
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
9007
9007
|
deletedBy?: string | null | undefined;
|
|
9008
9008
|
}>;
|
|
9009
9009
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -9020,7 +9020,7 @@ export declare const MessageDataOutExtended: z.ZodObject<{
|
|
|
9020
9020
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
9021
9021
|
reason?: string | null | undefined;
|
|
9022
9022
|
deletedAt?: Date | null | undefined;
|
|
9023
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
9023
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
9024
9024
|
deletedBy?: string | null | undefined;
|
|
9025
9025
|
};
|
|
9026
9026
|
eventType: "individual.deleted";
|
|
@@ -9038,7 +9038,7 @@ export declare const MessageDataOutExtended: z.ZodObject<{
|
|
|
9038
9038
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
9039
9039
|
reason?: string | null | undefined;
|
|
9040
9040
|
deletedAt?: Date | null | undefined;
|
|
9041
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
9041
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
9042
9042
|
deletedBy?: string | null | undefined;
|
|
9043
9043
|
};
|
|
9044
9044
|
eventType: "individual.deleted";
|
|
@@ -9052,7 +9052,7 @@ export declare const MessageDataOutExtended: z.ZodObject<{
|
|
|
9052
9052
|
updatedBy: z.ZodString;
|
|
9053
9053
|
id: z.ZodString;
|
|
9054
9054
|
riskScore: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Low", "Medium", "High", "No risk"]>>>;
|
|
9055
|
-
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
9055
|
+
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Started", "Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
9056
9056
|
status: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Active", "Rejected", "Dormant", "To be reviewed", "Failed", "Escalated", "Terminated", "No status"]>>>;
|
|
9057
9057
|
createdAt: z.ZodDate;
|
|
9058
9058
|
updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
@@ -9072,7 +9072,7 @@ export declare const MessageDataOutExtended: z.ZodObject<{
|
|
|
9072
9072
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
9073
9073
|
reason?: string | null | undefined;
|
|
9074
9074
|
deletedAt?: Date | null | undefined;
|
|
9075
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
9075
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
9076
9076
|
deletedBy?: string | null | undefined;
|
|
9077
9077
|
}, {
|
|
9078
9078
|
id: string;
|
|
@@ -9087,7 +9087,7 @@ export declare const MessageDataOutExtended: z.ZodObject<{
|
|
|
9087
9087
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
9088
9088
|
reason?: string | null | undefined;
|
|
9089
9089
|
deletedAt?: Date | null | undefined;
|
|
9090
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
9090
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
9091
9091
|
deletedBy?: string | null | undefined;
|
|
9092
9092
|
}>;
|
|
9093
9093
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -9104,7 +9104,7 @@ export declare const MessageDataOutExtended: z.ZodObject<{
|
|
|
9104
9104
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
9105
9105
|
reason?: string | null | undefined;
|
|
9106
9106
|
deletedAt?: Date | null | undefined;
|
|
9107
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
9107
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
9108
9108
|
deletedBy?: string | null | undefined;
|
|
9109
9109
|
};
|
|
9110
9110
|
eventType: "company.created";
|
|
@@ -9122,7 +9122,7 @@ export declare const MessageDataOutExtended: z.ZodObject<{
|
|
|
9122
9122
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
9123
9123
|
reason?: string | null | undefined;
|
|
9124
9124
|
deletedAt?: Date | null | undefined;
|
|
9125
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
9125
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
9126
9126
|
deletedBy?: string | null | undefined;
|
|
9127
9127
|
};
|
|
9128
9128
|
eventType: "company.created";
|
|
@@ -9136,7 +9136,7 @@ export declare const MessageDataOutExtended: z.ZodObject<{
|
|
|
9136
9136
|
updatedBy: z.ZodString;
|
|
9137
9137
|
id: z.ZodString;
|
|
9138
9138
|
riskScore: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Low", "Medium", "High", "No risk"]>>>;
|
|
9139
|
-
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
9139
|
+
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Started", "Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
9140
9140
|
status: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Active", "Rejected", "Dormant", "To be reviewed", "Failed", "Escalated", "Terminated", "No status"]>>>;
|
|
9141
9141
|
createdAt: z.ZodDate;
|
|
9142
9142
|
updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
@@ -9156,7 +9156,7 @@ export declare const MessageDataOutExtended: z.ZodObject<{
|
|
|
9156
9156
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
9157
9157
|
reason?: string | null | undefined;
|
|
9158
9158
|
deletedAt?: Date | null | undefined;
|
|
9159
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
9159
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
9160
9160
|
deletedBy?: string | null | undefined;
|
|
9161
9161
|
}, {
|
|
9162
9162
|
id: string;
|
|
@@ -9171,7 +9171,7 @@ export declare const MessageDataOutExtended: z.ZodObject<{
|
|
|
9171
9171
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
9172
9172
|
reason?: string | null | undefined;
|
|
9173
9173
|
deletedAt?: Date | null | undefined;
|
|
9174
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
9174
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
9175
9175
|
deletedBy?: string | null | undefined;
|
|
9176
9176
|
}>;
|
|
9177
9177
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -9188,7 +9188,7 @@ export declare const MessageDataOutExtended: z.ZodObject<{
|
|
|
9188
9188
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
9189
9189
|
reason?: string | null | undefined;
|
|
9190
9190
|
deletedAt?: Date | null | undefined;
|
|
9191
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
9191
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
9192
9192
|
deletedBy?: string | null | undefined;
|
|
9193
9193
|
};
|
|
9194
9194
|
eventType: "company.updated";
|
|
@@ -9206,7 +9206,7 @@ export declare const MessageDataOutExtended: z.ZodObject<{
|
|
|
9206
9206
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
9207
9207
|
reason?: string | null | undefined;
|
|
9208
9208
|
deletedAt?: Date | null | undefined;
|
|
9209
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
9209
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
9210
9210
|
deletedBy?: string | null | undefined;
|
|
9211
9211
|
};
|
|
9212
9212
|
eventType: "company.updated";
|
|
@@ -9220,7 +9220,7 @@ export declare const MessageDataOutExtended: z.ZodObject<{
|
|
|
9220
9220
|
updatedBy: z.ZodString;
|
|
9221
9221
|
id: z.ZodString;
|
|
9222
9222
|
riskScore: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Low", "Medium", "High", "No risk"]>>>;
|
|
9223
|
-
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
9223
|
+
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Started", "Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
9224
9224
|
status: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Active", "Rejected", "Dormant", "To be reviewed", "Failed", "Escalated", "Terminated", "No status"]>>>;
|
|
9225
9225
|
createdAt: z.ZodDate;
|
|
9226
9226
|
updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
@@ -9240,7 +9240,7 @@ export declare const MessageDataOutExtended: z.ZodObject<{
|
|
|
9240
9240
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
9241
9241
|
reason?: string | null | undefined;
|
|
9242
9242
|
deletedAt?: Date | null | undefined;
|
|
9243
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
9243
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
9244
9244
|
deletedBy?: string | null | undefined;
|
|
9245
9245
|
}, {
|
|
9246
9246
|
id: string;
|
|
@@ -9255,7 +9255,7 @@ export declare const MessageDataOutExtended: z.ZodObject<{
|
|
|
9255
9255
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
9256
9256
|
reason?: string | null | undefined;
|
|
9257
9257
|
deletedAt?: Date | null | undefined;
|
|
9258
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
9258
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
9259
9259
|
deletedBy?: string | null | undefined;
|
|
9260
9260
|
}>;
|
|
9261
9261
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -9272,7 +9272,7 @@ export declare const MessageDataOutExtended: z.ZodObject<{
|
|
|
9272
9272
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
9273
9273
|
reason?: string | null | undefined;
|
|
9274
9274
|
deletedAt?: Date | null | undefined;
|
|
9275
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
9275
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
9276
9276
|
deletedBy?: string | null | undefined;
|
|
9277
9277
|
};
|
|
9278
9278
|
eventType: "company.deleted";
|
|
@@ -9290,7 +9290,7 @@ export declare const MessageDataOutExtended: z.ZodObject<{
|
|
|
9290
9290
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
9291
9291
|
reason?: string | null | undefined;
|
|
9292
9292
|
deletedAt?: Date | null | undefined;
|
|
9293
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
9293
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
9294
9294
|
deletedBy?: string | null | undefined;
|
|
9295
9295
|
};
|
|
9296
9296
|
eventType: "company.deleted";
|
|
@@ -10035,7 +10035,7 @@ export declare const MessageDataOutExtended: z.ZodObject<{
|
|
|
10035
10035
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
10036
10036
|
reason?: string | null | undefined;
|
|
10037
10037
|
deletedAt?: Date | null | undefined;
|
|
10038
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
10038
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
10039
10039
|
deletedBy?: string | null | undefined;
|
|
10040
10040
|
};
|
|
10041
10041
|
eventType: "customer.created";
|
|
@@ -10054,7 +10054,7 @@ export declare const MessageDataOutExtended: z.ZodObject<{
|
|
|
10054
10054
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
10055
10055
|
reason?: string | null | undefined;
|
|
10056
10056
|
deletedAt?: Date | null | undefined;
|
|
10057
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
10057
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
10058
10058
|
deletedBy?: string | null | undefined;
|
|
10059
10059
|
};
|
|
10060
10060
|
eventType: "customer.updated";
|
|
@@ -10073,7 +10073,7 @@ export declare const MessageDataOutExtended: z.ZodObject<{
|
|
|
10073
10073
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
10074
10074
|
reason?: string | null | undefined;
|
|
10075
10075
|
deletedAt?: Date | null | undefined;
|
|
10076
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
10076
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
10077
10077
|
deletedBy?: string | null | undefined;
|
|
10078
10078
|
};
|
|
10079
10079
|
eventType: "customer.deleted";
|
|
@@ -10091,7 +10091,7 @@ export declare const MessageDataOutExtended: z.ZodObject<{
|
|
|
10091
10091
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
10092
10092
|
reason?: string | null | undefined;
|
|
10093
10093
|
deletedAt?: Date | null | undefined;
|
|
10094
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
10094
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
10095
10095
|
deletedBy?: string | null | undefined;
|
|
10096
10096
|
};
|
|
10097
10097
|
eventType: "individual.created";
|
|
@@ -10109,7 +10109,7 @@ export declare const MessageDataOutExtended: z.ZodObject<{
|
|
|
10109
10109
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
10110
10110
|
reason?: string | null | undefined;
|
|
10111
10111
|
deletedAt?: Date | null | undefined;
|
|
10112
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
10112
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
10113
10113
|
deletedBy?: string | null | undefined;
|
|
10114
10114
|
};
|
|
10115
10115
|
eventType: "individual.updated";
|
|
@@ -10127,7 +10127,7 @@ export declare const MessageDataOutExtended: z.ZodObject<{
|
|
|
10127
10127
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
10128
10128
|
reason?: string | null | undefined;
|
|
10129
10129
|
deletedAt?: Date | null | undefined;
|
|
10130
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
10130
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
10131
10131
|
deletedBy?: string | null | undefined;
|
|
10132
10132
|
};
|
|
10133
10133
|
eventType: "individual.deleted";
|
|
@@ -10145,7 +10145,7 @@ export declare const MessageDataOutExtended: z.ZodObject<{
|
|
|
10145
10145
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
10146
10146
|
reason?: string | null | undefined;
|
|
10147
10147
|
deletedAt?: Date | null | undefined;
|
|
10148
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
10148
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
10149
10149
|
deletedBy?: string | null | undefined;
|
|
10150
10150
|
};
|
|
10151
10151
|
eventType: "company.created";
|
|
@@ -10163,7 +10163,7 @@ export declare const MessageDataOutExtended: z.ZodObject<{
|
|
|
10163
10163
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
10164
10164
|
reason?: string | null | undefined;
|
|
10165
10165
|
deletedAt?: Date | null | undefined;
|
|
10166
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
10166
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
10167
10167
|
deletedBy?: string | null | undefined;
|
|
10168
10168
|
};
|
|
10169
10169
|
eventType: "company.updated";
|
|
@@ -10181,7 +10181,7 @@ export declare const MessageDataOutExtended: z.ZodObject<{
|
|
|
10181
10181
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
10182
10182
|
reason?: string | null | undefined;
|
|
10183
10183
|
deletedAt?: Date | null | undefined;
|
|
10184
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
10184
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
10185
10185
|
deletedBy?: string | null | undefined;
|
|
10186
10186
|
};
|
|
10187
10187
|
eventType: "company.deleted";
|
|
@@ -10384,7 +10384,7 @@ export declare const MessageDataOutExtended: z.ZodObject<{
|
|
|
10384
10384
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
10385
10385
|
reason?: string | null | undefined;
|
|
10386
10386
|
deletedAt?: Date | null | undefined;
|
|
10387
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
10387
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
10388
10388
|
deletedBy?: string | null | undefined;
|
|
10389
10389
|
};
|
|
10390
10390
|
eventType: "customer.created";
|
|
@@ -10403,7 +10403,7 @@ export declare const MessageDataOutExtended: z.ZodObject<{
|
|
|
10403
10403
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
10404
10404
|
reason?: string | null | undefined;
|
|
10405
10405
|
deletedAt?: Date | null | undefined;
|
|
10406
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
10406
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
10407
10407
|
deletedBy?: string | null | undefined;
|
|
10408
10408
|
};
|
|
10409
10409
|
eventType: "customer.updated";
|
|
@@ -10422,7 +10422,7 @@ export declare const MessageDataOutExtended: z.ZodObject<{
|
|
|
10422
10422
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
10423
10423
|
reason?: string | null | undefined;
|
|
10424
10424
|
deletedAt?: Date | null | undefined;
|
|
10425
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
10425
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
10426
10426
|
deletedBy?: string | null | undefined;
|
|
10427
10427
|
};
|
|
10428
10428
|
eventType: "customer.deleted";
|
|
@@ -10440,7 +10440,7 @@ export declare const MessageDataOutExtended: z.ZodObject<{
|
|
|
10440
10440
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
10441
10441
|
reason?: string | null | undefined;
|
|
10442
10442
|
deletedAt?: Date | null | undefined;
|
|
10443
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
10443
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
10444
10444
|
deletedBy?: string | null | undefined;
|
|
10445
10445
|
};
|
|
10446
10446
|
eventType: "individual.created";
|
|
@@ -10458,7 +10458,7 @@ export declare const MessageDataOutExtended: z.ZodObject<{
|
|
|
10458
10458
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
10459
10459
|
reason?: string | null | undefined;
|
|
10460
10460
|
deletedAt?: Date | null | undefined;
|
|
10461
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
10461
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
10462
10462
|
deletedBy?: string | null | undefined;
|
|
10463
10463
|
};
|
|
10464
10464
|
eventType: "individual.updated";
|
|
@@ -10476,7 +10476,7 @@ export declare const MessageDataOutExtended: z.ZodObject<{
|
|
|
10476
10476
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
10477
10477
|
reason?: string | null | undefined;
|
|
10478
10478
|
deletedAt?: Date | null | undefined;
|
|
10479
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
10479
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
10480
10480
|
deletedBy?: string | null | undefined;
|
|
10481
10481
|
};
|
|
10482
10482
|
eventType: "individual.deleted";
|
|
@@ -10494,7 +10494,7 @@ export declare const MessageDataOutExtended: z.ZodObject<{
|
|
|
10494
10494
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
10495
10495
|
reason?: string | null | undefined;
|
|
10496
10496
|
deletedAt?: Date | null | undefined;
|
|
10497
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
10497
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
10498
10498
|
deletedBy?: string | null | undefined;
|
|
10499
10499
|
};
|
|
10500
10500
|
eventType: "company.created";
|
|
@@ -10512,7 +10512,7 @@ export declare const MessageDataOutExtended: z.ZodObject<{
|
|
|
10512
10512
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
10513
10513
|
reason?: string | null | undefined;
|
|
10514
10514
|
deletedAt?: Date | null | undefined;
|
|
10515
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
10515
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
10516
10516
|
deletedBy?: string | null | undefined;
|
|
10517
10517
|
};
|
|
10518
10518
|
eventType: "company.updated";
|
|
@@ -10530,7 +10530,7 @@ export declare const MessageDataOutExtended: z.ZodObject<{
|
|
|
10530
10530
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
10531
10531
|
reason?: string | null | undefined;
|
|
10532
10532
|
deletedAt?: Date | null | undefined;
|
|
10533
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
10533
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
10534
10534
|
deletedBy?: string | null | undefined;
|
|
10535
10535
|
};
|
|
10536
10536
|
eventType: "company.deleted";
|
|
@@ -11356,7 +11356,7 @@ export declare const SendMessageForCustomerCreatedInput: z.ZodObject<{
|
|
|
11356
11356
|
id: z.ZodString;
|
|
11357
11357
|
riskScore: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Low", "Medium", "High", "No risk"]>>>;
|
|
11358
11358
|
type: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Individual", "Company"]>>>;
|
|
11359
|
-
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
11359
|
+
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Started", "Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
11360
11360
|
status: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Active", "Rejected", "Dormant", "To be reviewed", "Failed", "Escalated", "Terminated", "No status"]>>>;
|
|
11361
11361
|
createdAt: z.ZodDate;
|
|
11362
11362
|
updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
@@ -11377,7 +11377,7 @@ export declare const SendMessageForCustomerCreatedInput: z.ZodObject<{
|
|
|
11377
11377
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
11378
11378
|
reason?: string | null | undefined;
|
|
11379
11379
|
deletedAt?: Date | null | undefined;
|
|
11380
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
11380
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
11381
11381
|
deletedBy?: string | null | undefined;
|
|
11382
11382
|
}, {
|
|
11383
11383
|
id: string;
|
|
@@ -11393,7 +11393,7 @@ export declare const SendMessageForCustomerCreatedInput: z.ZodObject<{
|
|
|
11393
11393
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
11394
11394
|
reason?: string | null | undefined;
|
|
11395
11395
|
deletedAt?: Date | null | undefined;
|
|
11396
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
11396
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
11397
11397
|
deletedBy?: string | null | undefined;
|
|
11398
11398
|
}>;
|
|
11399
11399
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -11411,7 +11411,7 @@ export declare const SendMessageForCustomerCreatedInput: z.ZodObject<{
|
|
|
11411
11411
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
11412
11412
|
reason?: string | null | undefined;
|
|
11413
11413
|
deletedAt?: Date | null | undefined;
|
|
11414
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
11414
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
11415
11415
|
deletedBy?: string | null | undefined;
|
|
11416
11416
|
};
|
|
11417
11417
|
eventType: "customer.created";
|
|
@@ -11430,7 +11430,7 @@ export declare const SendMessageForCustomerCreatedInput: z.ZodObject<{
|
|
|
11430
11430
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
11431
11431
|
reason?: string | null | undefined;
|
|
11432
11432
|
deletedAt?: Date | null | undefined;
|
|
11433
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
11433
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
11434
11434
|
deletedBy?: string | null | undefined;
|
|
11435
11435
|
};
|
|
11436
11436
|
eventType: "customer.created";
|
|
@@ -11452,7 +11452,7 @@ export declare const SendMessageForCustomerCreatedInput: z.ZodObject<{
|
|
|
11452
11452
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
11453
11453
|
reason?: string | null | undefined;
|
|
11454
11454
|
deletedAt?: Date | null | undefined;
|
|
11455
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
11455
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
11456
11456
|
deletedBy?: string | null | undefined;
|
|
11457
11457
|
};
|
|
11458
11458
|
eventType: "customer.created";
|
|
@@ -11474,7 +11474,7 @@ export declare const SendMessageForCustomerCreatedInput: z.ZodObject<{
|
|
|
11474
11474
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
11475
11475
|
reason?: string | null | undefined;
|
|
11476
11476
|
deletedAt?: Date | null | undefined;
|
|
11477
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
11477
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
11478
11478
|
deletedBy?: string | null | undefined;
|
|
11479
11479
|
};
|
|
11480
11480
|
eventType: "customer.created";
|
|
@@ -11493,7 +11493,7 @@ export declare const SendMessageForCustomerUpdatedInput: z.ZodObject<{
|
|
|
11493
11493
|
id: z.ZodString;
|
|
11494
11494
|
riskScore: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Low", "Medium", "High", "No risk"]>>>;
|
|
11495
11495
|
type: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Individual", "Company"]>>>;
|
|
11496
|
-
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
11496
|
+
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Started", "Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
11497
11497
|
status: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Active", "Rejected", "Dormant", "To be reviewed", "Failed", "Escalated", "Terminated", "No status"]>>>;
|
|
11498
11498
|
createdAt: z.ZodDate;
|
|
11499
11499
|
updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
@@ -11514,7 +11514,7 @@ export declare const SendMessageForCustomerUpdatedInput: z.ZodObject<{
|
|
|
11514
11514
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
11515
11515
|
reason?: string | null | undefined;
|
|
11516
11516
|
deletedAt?: Date | null | undefined;
|
|
11517
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
11517
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
11518
11518
|
deletedBy?: string | null | undefined;
|
|
11519
11519
|
}, {
|
|
11520
11520
|
id: string;
|
|
@@ -11530,7 +11530,7 @@ export declare const SendMessageForCustomerUpdatedInput: z.ZodObject<{
|
|
|
11530
11530
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
11531
11531
|
reason?: string | null | undefined;
|
|
11532
11532
|
deletedAt?: Date | null | undefined;
|
|
11533
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
11533
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
11534
11534
|
deletedBy?: string | null | undefined;
|
|
11535
11535
|
}>;
|
|
11536
11536
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -11548,7 +11548,7 @@ export declare const SendMessageForCustomerUpdatedInput: z.ZodObject<{
|
|
|
11548
11548
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
11549
11549
|
reason?: string | null | undefined;
|
|
11550
11550
|
deletedAt?: Date | null | undefined;
|
|
11551
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
11551
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
11552
11552
|
deletedBy?: string | null | undefined;
|
|
11553
11553
|
};
|
|
11554
11554
|
eventType: "customer.updated";
|
|
@@ -11567,7 +11567,7 @@ export declare const SendMessageForCustomerUpdatedInput: z.ZodObject<{
|
|
|
11567
11567
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
11568
11568
|
reason?: string | null | undefined;
|
|
11569
11569
|
deletedAt?: Date | null | undefined;
|
|
11570
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
11570
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
11571
11571
|
deletedBy?: string | null | undefined;
|
|
11572
11572
|
};
|
|
11573
11573
|
eventType: "customer.updated";
|
|
@@ -11589,7 +11589,7 @@ export declare const SendMessageForCustomerUpdatedInput: z.ZodObject<{
|
|
|
11589
11589
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
11590
11590
|
reason?: string | null | undefined;
|
|
11591
11591
|
deletedAt?: Date | null | undefined;
|
|
11592
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
11592
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
11593
11593
|
deletedBy?: string | null | undefined;
|
|
11594
11594
|
};
|
|
11595
11595
|
eventType: "customer.updated";
|
|
@@ -11611,7 +11611,7 @@ export declare const SendMessageForCustomerUpdatedInput: z.ZodObject<{
|
|
|
11611
11611
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
11612
11612
|
reason?: string | null | undefined;
|
|
11613
11613
|
deletedAt?: Date | null | undefined;
|
|
11614
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
11614
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
11615
11615
|
deletedBy?: string | null | undefined;
|
|
11616
11616
|
};
|
|
11617
11617
|
eventType: "customer.updated";
|
|
@@ -11630,7 +11630,7 @@ export declare const SendMessageForCustomerDeletedInput: z.ZodObject<{
|
|
|
11630
11630
|
id: z.ZodString;
|
|
11631
11631
|
riskScore: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Low", "Medium", "High", "No risk"]>>>;
|
|
11632
11632
|
type: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Individual", "Company"]>>>;
|
|
11633
|
-
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
11633
|
+
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Started", "Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
11634
11634
|
status: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Active", "Rejected", "Dormant", "To be reviewed", "Failed", "Escalated", "Terminated", "No status"]>>>;
|
|
11635
11635
|
createdAt: z.ZodDate;
|
|
11636
11636
|
updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
@@ -11651,7 +11651,7 @@ export declare const SendMessageForCustomerDeletedInput: z.ZodObject<{
|
|
|
11651
11651
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
11652
11652
|
reason?: string | null | undefined;
|
|
11653
11653
|
deletedAt?: Date | null | undefined;
|
|
11654
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
11654
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
11655
11655
|
deletedBy?: string | null | undefined;
|
|
11656
11656
|
}, {
|
|
11657
11657
|
id: string;
|
|
@@ -11667,7 +11667,7 @@ export declare const SendMessageForCustomerDeletedInput: z.ZodObject<{
|
|
|
11667
11667
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
11668
11668
|
reason?: string | null | undefined;
|
|
11669
11669
|
deletedAt?: Date | null | undefined;
|
|
11670
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
11670
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
11671
11671
|
deletedBy?: string | null | undefined;
|
|
11672
11672
|
}>;
|
|
11673
11673
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -11685,7 +11685,7 @@ export declare const SendMessageForCustomerDeletedInput: z.ZodObject<{
|
|
|
11685
11685
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
11686
11686
|
reason?: string | null | undefined;
|
|
11687
11687
|
deletedAt?: Date | null | undefined;
|
|
11688
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
11688
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
11689
11689
|
deletedBy?: string | null | undefined;
|
|
11690
11690
|
};
|
|
11691
11691
|
eventType: "customer.deleted";
|
|
@@ -11704,7 +11704,7 @@ export declare const SendMessageForCustomerDeletedInput: z.ZodObject<{
|
|
|
11704
11704
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
11705
11705
|
reason?: string | null | undefined;
|
|
11706
11706
|
deletedAt?: Date | null | undefined;
|
|
11707
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
11707
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
11708
11708
|
deletedBy?: string | null | undefined;
|
|
11709
11709
|
};
|
|
11710
11710
|
eventType: "customer.deleted";
|
|
@@ -11726,7 +11726,7 @@ export declare const SendMessageForCustomerDeletedInput: z.ZodObject<{
|
|
|
11726
11726
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
11727
11727
|
reason?: string | null | undefined;
|
|
11728
11728
|
deletedAt?: Date | null | undefined;
|
|
11729
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
11729
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
11730
11730
|
deletedBy?: string | null | undefined;
|
|
11731
11731
|
};
|
|
11732
11732
|
eventType: "customer.deleted";
|
|
@@ -11748,7 +11748,7 @@ export declare const SendMessageForCustomerDeletedInput: z.ZodObject<{
|
|
|
11748
11748
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
11749
11749
|
reason?: string | null | undefined;
|
|
11750
11750
|
deletedAt?: Date | null | undefined;
|
|
11751
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
11751
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
11752
11752
|
deletedBy?: string | null | undefined;
|
|
11753
11753
|
};
|
|
11754
11754
|
eventType: "customer.deleted";
|
|
@@ -11766,7 +11766,7 @@ export declare const SendMessageForIndividualCreatedInput: z.ZodObject<{
|
|
|
11766
11766
|
updatedBy: z.ZodString;
|
|
11767
11767
|
id: z.ZodString;
|
|
11768
11768
|
riskScore: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Low", "Medium", "High", "No risk"]>>>;
|
|
11769
|
-
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
11769
|
+
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Started", "Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
11770
11770
|
status: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Active", "Rejected", "Dormant", "To be reviewed", "Failed", "Escalated", "Terminated", "No status"]>>>;
|
|
11771
11771
|
createdAt: z.ZodDate;
|
|
11772
11772
|
updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
@@ -11786,7 +11786,7 @@ export declare const SendMessageForIndividualCreatedInput: z.ZodObject<{
|
|
|
11786
11786
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
11787
11787
|
reason?: string | null | undefined;
|
|
11788
11788
|
deletedAt?: Date | null | undefined;
|
|
11789
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
11789
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
11790
11790
|
deletedBy?: string | null | undefined;
|
|
11791
11791
|
}, {
|
|
11792
11792
|
id: string;
|
|
@@ -11801,7 +11801,7 @@ export declare const SendMessageForIndividualCreatedInput: z.ZodObject<{
|
|
|
11801
11801
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
11802
11802
|
reason?: string | null | undefined;
|
|
11803
11803
|
deletedAt?: Date | null | undefined;
|
|
11804
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
11804
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
11805
11805
|
deletedBy?: string | null | undefined;
|
|
11806
11806
|
}>;
|
|
11807
11807
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -11818,7 +11818,7 @@ export declare const SendMessageForIndividualCreatedInput: z.ZodObject<{
|
|
|
11818
11818
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
11819
11819
|
reason?: string | null | undefined;
|
|
11820
11820
|
deletedAt?: Date | null | undefined;
|
|
11821
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
11821
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
11822
11822
|
deletedBy?: string | null | undefined;
|
|
11823
11823
|
};
|
|
11824
11824
|
eventType: "individual.created";
|
|
@@ -11836,7 +11836,7 @@ export declare const SendMessageForIndividualCreatedInput: z.ZodObject<{
|
|
|
11836
11836
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
11837
11837
|
reason?: string | null | undefined;
|
|
11838
11838
|
deletedAt?: Date | null | undefined;
|
|
11839
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
11839
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
11840
11840
|
deletedBy?: string | null | undefined;
|
|
11841
11841
|
};
|
|
11842
11842
|
eventType: "individual.created";
|
|
@@ -11857,7 +11857,7 @@ export declare const SendMessageForIndividualCreatedInput: z.ZodObject<{
|
|
|
11857
11857
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
11858
11858
|
reason?: string | null | undefined;
|
|
11859
11859
|
deletedAt?: Date | null | undefined;
|
|
11860
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
11860
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
11861
11861
|
deletedBy?: string | null | undefined;
|
|
11862
11862
|
};
|
|
11863
11863
|
eventType: "individual.created";
|
|
@@ -11878,7 +11878,7 @@ export declare const SendMessageForIndividualCreatedInput: z.ZodObject<{
|
|
|
11878
11878
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
11879
11879
|
reason?: string | null | undefined;
|
|
11880
11880
|
deletedAt?: Date | null | undefined;
|
|
11881
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
11881
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
11882
11882
|
deletedBy?: string | null | undefined;
|
|
11883
11883
|
};
|
|
11884
11884
|
eventType: "individual.created";
|
|
@@ -11896,7 +11896,7 @@ export declare const SendMessageForIndividualUpdatedInput: z.ZodObject<{
|
|
|
11896
11896
|
updatedBy: z.ZodString;
|
|
11897
11897
|
id: z.ZodString;
|
|
11898
11898
|
riskScore: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Low", "Medium", "High", "No risk"]>>>;
|
|
11899
|
-
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
11899
|
+
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Started", "Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
11900
11900
|
status: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Active", "Rejected", "Dormant", "To be reviewed", "Failed", "Escalated", "Terminated", "No status"]>>>;
|
|
11901
11901
|
createdAt: z.ZodDate;
|
|
11902
11902
|
updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
@@ -11916,7 +11916,7 @@ export declare const SendMessageForIndividualUpdatedInput: z.ZodObject<{
|
|
|
11916
11916
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
11917
11917
|
reason?: string | null | undefined;
|
|
11918
11918
|
deletedAt?: Date | null | undefined;
|
|
11919
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
11919
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
11920
11920
|
deletedBy?: string | null | undefined;
|
|
11921
11921
|
}, {
|
|
11922
11922
|
id: string;
|
|
@@ -11931,7 +11931,7 @@ export declare const SendMessageForIndividualUpdatedInput: z.ZodObject<{
|
|
|
11931
11931
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
11932
11932
|
reason?: string | null | undefined;
|
|
11933
11933
|
deletedAt?: Date | null | undefined;
|
|
11934
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
11934
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
11935
11935
|
deletedBy?: string | null | undefined;
|
|
11936
11936
|
}>;
|
|
11937
11937
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -11948,7 +11948,7 @@ export declare const SendMessageForIndividualUpdatedInput: z.ZodObject<{
|
|
|
11948
11948
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
11949
11949
|
reason?: string | null | undefined;
|
|
11950
11950
|
deletedAt?: Date | null | undefined;
|
|
11951
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
11951
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
11952
11952
|
deletedBy?: string | null | undefined;
|
|
11953
11953
|
};
|
|
11954
11954
|
eventType: "individual.updated";
|
|
@@ -11966,7 +11966,7 @@ export declare const SendMessageForIndividualUpdatedInput: z.ZodObject<{
|
|
|
11966
11966
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
11967
11967
|
reason?: string | null | undefined;
|
|
11968
11968
|
deletedAt?: Date | null | undefined;
|
|
11969
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
11969
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
11970
11970
|
deletedBy?: string | null | undefined;
|
|
11971
11971
|
};
|
|
11972
11972
|
eventType: "individual.updated";
|
|
@@ -11987,7 +11987,7 @@ export declare const SendMessageForIndividualUpdatedInput: z.ZodObject<{
|
|
|
11987
11987
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
11988
11988
|
reason?: string | null | undefined;
|
|
11989
11989
|
deletedAt?: Date | null | undefined;
|
|
11990
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
11990
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
11991
11991
|
deletedBy?: string | null | undefined;
|
|
11992
11992
|
};
|
|
11993
11993
|
eventType: "individual.updated";
|
|
@@ -12008,7 +12008,7 @@ export declare const SendMessageForIndividualUpdatedInput: z.ZodObject<{
|
|
|
12008
12008
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
12009
12009
|
reason?: string | null | undefined;
|
|
12010
12010
|
deletedAt?: Date | null | undefined;
|
|
12011
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
12011
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
12012
12012
|
deletedBy?: string | null | undefined;
|
|
12013
12013
|
};
|
|
12014
12014
|
eventType: "individual.updated";
|
|
@@ -12026,7 +12026,7 @@ export declare const SendMessageForIndividualDeletedInput: z.ZodObject<{
|
|
|
12026
12026
|
updatedBy: z.ZodString;
|
|
12027
12027
|
id: z.ZodString;
|
|
12028
12028
|
riskScore: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Low", "Medium", "High", "No risk"]>>>;
|
|
12029
|
-
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
12029
|
+
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Started", "Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
12030
12030
|
status: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Active", "Rejected", "Dormant", "To be reviewed", "Failed", "Escalated", "Terminated", "No status"]>>>;
|
|
12031
12031
|
createdAt: z.ZodDate;
|
|
12032
12032
|
updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
@@ -12046,7 +12046,7 @@ export declare const SendMessageForIndividualDeletedInput: z.ZodObject<{
|
|
|
12046
12046
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
12047
12047
|
reason?: string | null | undefined;
|
|
12048
12048
|
deletedAt?: Date | null | undefined;
|
|
12049
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
12049
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
12050
12050
|
deletedBy?: string | null | undefined;
|
|
12051
12051
|
}, {
|
|
12052
12052
|
id: string;
|
|
@@ -12061,7 +12061,7 @@ export declare const SendMessageForIndividualDeletedInput: z.ZodObject<{
|
|
|
12061
12061
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
12062
12062
|
reason?: string | null | undefined;
|
|
12063
12063
|
deletedAt?: Date | null | undefined;
|
|
12064
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
12064
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
12065
12065
|
deletedBy?: string | null | undefined;
|
|
12066
12066
|
}>;
|
|
12067
12067
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -12078,7 +12078,7 @@ export declare const SendMessageForIndividualDeletedInput: z.ZodObject<{
|
|
|
12078
12078
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
12079
12079
|
reason?: string | null | undefined;
|
|
12080
12080
|
deletedAt?: Date | null | undefined;
|
|
12081
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
12081
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
12082
12082
|
deletedBy?: string | null | undefined;
|
|
12083
12083
|
};
|
|
12084
12084
|
eventType: "individual.deleted";
|
|
@@ -12096,7 +12096,7 @@ export declare const SendMessageForIndividualDeletedInput: z.ZodObject<{
|
|
|
12096
12096
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
12097
12097
|
reason?: string | null | undefined;
|
|
12098
12098
|
deletedAt?: Date | null | undefined;
|
|
12099
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
12099
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
12100
12100
|
deletedBy?: string | null | undefined;
|
|
12101
12101
|
};
|
|
12102
12102
|
eventType: "individual.deleted";
|
|
@@ -12117,7 +12117,7 @@ export declare const SendMessageForIndividualDeletedInput: z.ZodObject<{
|
|
|
12117
12117
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
12118
12118
|
reason?: string | null | undefined;
|
|
12119
12119
|
deletedAt?: Date | null | undefined;
|
|
12120
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
12120
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
12121
12121
|
deletedBy?: string | null | undefined;
|
|
12122
12122
|
};
|
|
12123
12123
|
eventType: "individual.deleted";
|
|
@@ -12138,7 +12138,7 @@ export declare const SendMessageForIndividualDeletedInput: z.ZodObject<{
|
|
|
12138
12138
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
12139
12139
|
reason?: string | null | undefined;
|
|
12140
12140
|
deletedAt?: Date | null | undefined;
|
|
12141
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
12141
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
12142
12142
|
deletedBy?: string | null | undefined;
|
|
12143
12143
|
};
|
|
12144
12144
|
eventType: "individual.deleted";
|
|
@@ -12156,7 +12156,7 @@ export declare const SendMessageForCompanyCreatedInput: z.ZodObject<{
|
|
|
12156
12156
|
updatedBy: z.ZodString;
|
|
12157
12157
|
id: z.ZodString;
|
|
12158
12158
|
riskScore: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Low", "Medium", "High", "No risk"]>>>;
|
|
12159
|
-
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
12159
|
+
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Started", "Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
12160
12160
|
status: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Active", "Rejected", "Dormant", "To be reviewed", "Failed", "Escalated", "Terminated", "No status"]>>>;
|
|
12161
12161
|
createdAt: z.ZodDate;
|
|
12162
12162
|
updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
@@ -12176,7 +12176,7 @@ export declare const SendMessageForCompanyCreatedInput: z.ZodObject<{
|
|
|
12176
12176
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
12177
12177
|
reason?: string | null | undefined;
|
|
12178
12178
|
deletedAt?: Date | null | undefined;
|
|
12179
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
12179
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
12180
12180
|
deletedBy?: string | null | undefined;
|
|
12181
12181
|
}, {
|
|
12182
12182
|
id: string;
|
|
@@ -12191,7 +12191,7 @@ export declare const SendMessageForCompanyCreatedInput: z.ZodObject<{
|
|
|
12191
12191
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
12192
12192
|
reason?: string | null | undefined;
|
|
12193
12193
|
deletedAt?: Date | null | undefined;
|
|
12194
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
12194
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
12195
12195
|
deletedBy?: string | null | undefined;
|
|
12196
12196
|
}>;
|
|
12197
12197
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -12208,7 +12208,7 @@ export declare const SendMessageForCompanyCreatedInput: z.ZodObject<{
|
|
|
12208
12208
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
12209
12209
|
reason?: string | null | undefined;
|
|
12210
12210
|
deletedAt?: Date | null | undefined;
|
|
12211
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
12211
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
12212
12212
|
deletedBy?: string | null | undefined;
|
|
12213
12213
|
};
|
|
12214
12214
|
eventType: "company.created";
|
|
@@ -12226,7 +12226,7 @@ export declare const SendMessageForCompanyCreatedInput: z.ZodObject<{
|
|
|
12226
12226
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
12227
12227
|
reason?: string | null | undefined;
|
|
12228
12228
|
deletedAt?: Date | null | undefined;
|
|
12229
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
12229
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
12230
12230
|
deletedBy?: string | null | undefined;
|
|
12231
12231
|
};
|
|
12232
12232
|
eventType: "company.created";
|
|
@@ -12247,7 +12247,7 @@ export declare const SendMessageForCompanyCreatedInput: z.ZodObject<{
|
|
|
12247
12247
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
12248
12248
|
reason?: string | null | undefined;
|
|
12249
12249
|
deletedAt?: Date | null | undefined;
|
|
12250
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
12250
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
12251
12251
|
deletedBy?: string | null | undefined;
|
|
12252
12252
|
};
|
|
12253
12253
|
eventType: "company.created";
|
|
@@ -12268,7 +12268,7 @@ export declare const SendMessageForCompanyCreatedInput: z.ZodObject<{
|
|
|
12268
12268
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
12269
12269
|
reason?: string | null | undefined;
|
|
12270
12270
|
deletedAt?: Date | null | undefined;
|
|
12271
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
12271
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
12272
12272
|
deletedBy?: string | null | undefined;
|
|
12273
12273
|
};
|
|
12274
12274
|
eventType: "company.created";
|
|
@@ -12286,7 +12286,7 @@ export declare const SendMessageForCompanyUpdatedInput: z.ZodObject<{
|
|
|
12286
12286
|
updatedBy: z.ZodString;
|
|
12287
12287
|
id: z.ZodString;
|
|
12288
12288
|
riskScore: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Low", "Medium", "High", "No risk"]>>>;
|
|
12289
|
-
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
12289
|
+
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Started", "Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
12290
12290
|
status: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Active", "Rejected", "Dormant", "To be reviewed", "Failed", "Escalated", "Terminated", "No status"]>>>;
|
|
12291
12291
|
createdAt: z.ZodDate;
|
|
12292
12292
|
updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
@@ -12306,7 +12306,7 @@ export declare const SendMessageForCompanyUpdatedInput: z.ZodObject<{
|
|
|
12306
12306
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
12307
12307
|
reason?: string | null | undefined;
|
|
12308
12308
|
deletedAt?: Date | null | undefined;
|
|
12309
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
12309
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
12310
12310
|
deletedBy?: string | null | undefined;
|
|
12311
12311
|
}, {
|
|
12312
12312
|
id: string;
|
|
@@ -12321,7 +12321,7 @@ export declare const SendMessageForCompanyUpdatedInput: z.ZodObject<{
|
|
|
12321
12321
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
12322
12322
|
reason?: string | null | undefined;
|
|
12323
12323
|
deletedAt?: Date | null | undefined;
|
|
12324
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
12324
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
12325
12325
|
deletedBy?: string | null | undefined;
|
|
12326
12326
|
}>;
|
|
12327
12327
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -12338,7 +12338,7 @@ export declare const SendMessageForCompanyUpdatedInput: z.ZodObject<{
|
|
|
12338
12338
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
12339
12339
|
reason?: string | null | undefined;
|
|
12340
12340
|
deletedAt?: Date | null | undefined;
|
|
12341
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
12341
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
12342
12342
|
deletedBy?: string | null | undefined;
|
|
12343
12343
|
};
|
|
12344
12344
|
eventType: "company.updated";
|
|
@@ -12356,7 +12356,7 @@ export declare const SendMessageForCompanyUpdatedInput: z.ZodObject<{
|
|
|
12356
12356
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
12357
12357
|
reason?: string | null | undefined;
|
|
12358
12358
|
deletedAt?: Date | null | undefined;
|
|
12359
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
12359
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
12360
12360
|
deletedBy?: string | null | undefined;
|
|
12361
12361
|
};
|
|
12362
12362
|
eventType: "company.updated";
|
|
@@ -12377,7 +12377,7 @@ export declare const SendMessageForCompanyUpdatedInput: z.ZodObject<{
|
|
|
12377
12377
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
12378
12378
|
reason?: string | null | undefined;
|
|
12379
12379
|
deletedAt?: Date | null | undefined;
|
|
12380
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
12380
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
12381
12381
|
deletedBy?: string | null | undefined;
|
|
12382
12382
|
};
|
|
12383
12383
|
eventType: "company.updated";
|
|
@@ -12398,7 +12398,7 @@ export declare const SendMessageForCompanyUpdatedInput: z.ZodObject<{
|
|
|
12398
12398
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
12399
12399
|
reason?: string | null | undefined;
|
|
12400
12400
|
deletedAt?: Date | null | undefined;
|
|
12401
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
12401
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
12402
12402
|
deletedBy?: string | null | undefined;
|
|
12403
12403
|
};
|
|
12404
12404
|
eventType: "company.updated";
|
|
@@ -12416,7 +12416,7 @@ export declare const SendMessageForCompanyDeletedInput: z.ZodObject<{
|
|
|
12416
12416
|
updatedBy: z.ZodString;
|
|
12417
12417
|
id: z.ZodString;
|
|
12418
12418
|
riskScore: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Low", "Medium", "High", "No risk"]>>>;
|
|
12419
|
-
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
12419
|
+
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Started", "Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
12420
12420
|
status: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Active", "Rejected", "Dormant", "To be reviewed", "Failed", "Escalated", "Terminated", "No status"]>>>;
|
|
12421
12421
|
createdAt: z.ZodDate;
|
|
12422
12422
|
updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
@@ -12436,7 +12436,7 @@ export declare const SendMessageForCompanyDeletedInput: z.ZodObject<{
|
|
|
12436
12436
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
12437
12437
|
reason?: string | null | undefined;
|
|
12438
12438
|
deletedAt?: Date | null | undefined;
|
|
12439
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
12439
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
12440
12440
|
deletedBy?: string | null | undefined;
|
|
12441
12441
|
}, {
|
|
12442
12442
|
id: string;
|
|
@@ -12451,7 +12451,7 @@ export declare const SendMessageForCompanyDeletedInput: z.ZodObject<{
|
|
|
12451
12451
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
12452
12452
|
reason?: string | null | undefined;
|
|
12453
12453
|
deletedAt?: Date | null | undefined;
|
|
12454
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
12454
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
12455
12455
|
deletedBy?: string | null | undefined;
|
|
12456
12456
|
}>;
|
|
12457
12457
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -12468,7 +12468,7 @@ export declare const SendMessageForCompanyDeletedInput: z.ZodObject<{
|
|
|
12468
12468
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
12469
12469
|
reason?: string | null | undefined;
|
|
12470
12470
|
deletedAt?: Date | null | undefined;
|
|
12471
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
12471
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
12472
12472
|
deletedBy?: string | null | undefined;
|
|
12473
12473
|
};
|
|
12474
12474
|
eventType: "company.deleted";
|
|
@@ -12486,7 +12486,7 @@ export declare const SendMessageForCompanyDeletedInput: z.ZodObject<{
|
|
|
12486
12486
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
12487
12487
|
reason?: string | null | undefined;
|
|
12488
12488
|
deletedAt?: Date | null | undefined;
|
|
12489
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
12489
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
12490
12490
|
deletedBy?: string | null | undefined;
|
|
12491
12491
|
};
|
|
12492
12492
|
eventType: "company.deleted";
|
|
@@ -12507,7 +12507,7 @@ export declare const SendMessageForCompanyDeletedInput: z.ZodObject<{
|
|
|
12507
12507
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
12508
12508
|
reason?: string | null | undefined;
|
|
12509
12509
|
deletedAt?: Date | null | undefined;
|
|
12510
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
12510
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
12511
12511
|
deletedBy?: string | null | undefined;
|
|
12512
12512
|
};
|
|
12513
12513
|
eventType: "company.deleted";
|
|
@@ -12528,7 +12528,7 @@ export declare const SendMessageForCompanyDeletedInput: z.ZodObject<{
|
|
|
12528
12528
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
12529
12529
|
reason?: string | null | undefined;
|
|
12530
12530
|
deletedAt?: Date | null | undefined;
|
|
12531
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
12531
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
12532
12532
|
deletedBy?: string | null | undefined;
|
|
12533
12533
|
};
|
|
12534
12534
|
eventType: "company.deleted";
|
|
@@ -13824,7 +13824,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
13824
13824
|
id: z.ZodString;
|
|
13825
13825
|
riskScore: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Low", "Medium", "High", "No risk"]>>>;
|
|
13826
13826
|
type: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Individual", "Company"]>>>;
|
|
13827
|
-
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
13827
|
+
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Started", "Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
13828
13828
|
status: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Active", "Rejected", "Dormant", "To be reviewed", "Failed", "Escalated", "Terminated", "No status"]>>>;
|
|
13829
13829
|
createdAt: z.ZodDate;
|
|
13830
13830
|
updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
@@ -13845,7 +13845,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
13845
13845
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
13846
13846
|
reason?: string | null | undefined;
|
|
13847
13847
|
deletedAt?: Date | null | undefined;
|
|
13848
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
13848
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
13849
13849
|
deletedBy?: string | null | undefined;
|
|
13850
13850
|
}, {
|
|
13851
13851
|
id: string;
|
|
@@ -13861,7 +13861,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
13861
13861
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
13862
13862
|
reason?: string | null | undefined;
|
|
13863
13863
|
deletedAt?: Date | null | undefined;
|
|
13864
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
13864
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
13865
13865
|
deletedBy?: string | null | undefined;
|
|
13866
13866
|
}>;
|
|
13867
13867
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -13879,7 +13879,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
13879
13879
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
13880
13880
|
reason?: string | null | undefined;
|
|
13881
13881
|
deletedAt?: Date | null | undefined;
|
|
13882
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
13882
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
13883
13883
|
deletedBy?: string | null | undefined;
|
|
13884
13884
|
};
|
|
13885
13885
|
eventType: "customer.created";
|
|
@@ -13898,7 +13898,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
13898
13898
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
13899
13899
|
reason?: string | null | undefined;
|
|
13900
13900
|
deletedAt?: Date | null | undefined;
|
|
13901
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
13901
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
13902
13902
|
deletedBy?: string | null | undefined;
|
|
13903
13903
|
};
|
|
13904
13904
|
eventType: "customer.created";
|
|
@@ -13913,7 +13913,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
13913
13913
|
id: z.ZodString;
|
|
13914
13914
|
riskScore: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Low", "Medium", "High", "No risk"]>>>;
|
|
13915
13915
|
type: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Individual", "Company"]>>>;
|
|
13916
|
-
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
13916
|
+
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Started", "Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
13917
13917
|
status: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Active", "Rejected", "Dormant", "To be reviewed", "Failed", "Escalated", "Terminated", "No status"]>>>;
|
|
13918
13918
|
createdAt: z.ZodDate;
|
|
13919
13919
|
updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
@@ -13934,7 +13934,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
13934
13934
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
13935
13935
|
reason?: string | null | undefined;
|
|
13936
13936
|
deletedAt?: Date | null | undefined;
|
|
13937
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
13937
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
13938
13938
|
deletedBy?: string | null | undefined;
|
|
13939
13939
|
}, {
|
|
13940
13940
|
id: string;
|
|
@@ -13950,7 +13950,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
13950
13950
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
13951
13951
|
reason?: string | null | undefined;
|
|
13952
13952
|
deletedAt?: Date | null | undefined;
|
|
13953
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
13953
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
13954
13954
|
deletedBy?: string | null | undefined;
|
|
13955
13955
|
}>;
|
|
13956
13956
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -13968,7 +13968,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
13968
13968
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
13969
13969
|
reason?: string | null | undefined;
|
|
13970
13970
|
deletedAt?: Date | null | undefined;
|
|
13971
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
13971
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
13972
13972
|
deletedBy?: string | null | undefined;
|
|
13973
13973
|
};
|
|
13974
13974
|
eventType: "customer.updated";
|
|
@@ -13987,7 +13987,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
13987
13987
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
13988
13988
|
reason?: string | null | undefined;
|
|
13989
13989
|
deletedAt?: Date | null | undefined;
|
|
13990
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
13990
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
13991
13991
|
deletedBy?: string | null | undefined;
|
|
13992
13992
|
};
|
|
13993
13993
|
eventType: "customer.updated";
|
|
@@ -14002,7 +14002,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
14002
14002
|
id: z.ZodString;
|
|
14003
14003
|
riskScore: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Low", "Medium", "High", "No risk"]>>>;
|
|
14004
14004
|
type: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Individual", "Company"]>>>;
|
|
14005
|
-
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
14005
|
+
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Started", "Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
14006
14006
|
status: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Active", "Rejected", "Dormant", "To be reviewed", "Failed", "Escalated", "Terminated", "No status"]>>>;
|
|
14007
14007
|
createdAt: z.ZodDate;
|
|
14008
14008
|
updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
@@ -14023,7 +14023,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
14023
14023
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
14024
14024
|
reason?: string | null | undefined;
|
|
14025
14025
|
deletedAt?: Date | null | undefined;
|
|
14026
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
14026
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
14027
14027
|
deletedBy?: string | null | undefined;
|
|
14028
14028
|
}, {
|
|
14029
14029
|
id: string;
|
|
@@ -14039,7 +14039,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
14039
14039
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
14040
14040
|
reason?: string | null | undefined;
|
|
14041
14041
|
deletedAt?: Date | null | undefined;
|
|
14042
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
14042
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
14043
14043
|
deletedBy?: string | null | undefined;
|
|
14044
14044
|
}>;
|
|
14045
14045
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -14057,7 +14057,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
14057
14057
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
14058
14058
|
reason?: string | null | undefined;
|
|
14059
14059
|
deletedAt?: Date | null | undefined;
|
|
14060
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
14060
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
14061
14061
|
deletedBy?: string | null | undefined;
|
|
14062
14062
|
};
|
|
14063
14063
|
eventType: "customer.deleted";
|
|
@@ -14076,7 +14076,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
14076
14076
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
14077
14077
|
reason?: string | null | undefined;
|
|
14078
14078
|
deletedAt?: Date | null | undefined;
|
|
14079
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
14079
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
14080
14080
|
deletedBy?: string | null | undefined;
|
|
14081
14081
|
};
|
|
14082
14082
|
eventType: "customer.deleted";
|
|
@@ -14090,7 +14090,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
14090
14090
|
updatedBy: z.ZodString;
|
|
14091
14091
|
id: z.ZodString;
|
|
14092
14092
|
riskScore: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Low", "Medium", "High", "No risk"]>>>;
|
|
14093
|
-
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
14093
|
+
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Started", "Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
14094
14094
|
status: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Active", "Rejected", "Dormant", "To be reviewed", "Failed", "Escalated", "Terminated", "No status"]>>>;
|
|
14095
14095
|
createdAt: z.ZodDate;
|
|
14096
14096
|
updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
@@ -14110,7 +14110,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
14110
14110
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
14111
14111
|
reason?: string | null | undefined;
|
|
14112
14112
|
deletedAt?: Date | null | undefined;
|
|
14113
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
14113
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
14114
14114
|
deletedBy?: string | null | undefined;
|
|
14115
14115
|
}, {
|
|
14116
14116
|
id: string;
|
|
@@ -14125,7 +14125,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
14125
14125
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
14126
14126
|
reason?: string | null | undefined;
|
|
14127
14127
|
deletedAt?: Date | null | undefined;
|
|
14128
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
14128
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
14129
14129
|
deletedBy?: string | null | undefined;
|
|
14130
14130
|
}>;
|
|
14131
14131
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -14142,7 +14142,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
14142
14142
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
14143
14143
|
reason?: string | null | undefined;
|
|
14144
14144
|
deletedAt?: Date | null | undefined;
|
|
14145
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
14145
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
14146
14146
|
deletedBy?: string | null | undefined;
|
|
14147
14147
|
};
|
|
14148
14148
|
eventType: "individual.created";
|
|
@@ -14160,7 +14160,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
14160
14160
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
14161
14161
|
reason?: string | null | undefined;
|
|
14162
14162
|
deletedAt?: Date | null | undefined;
|
|
14163
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
14163
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
14164
14164
|
deletedBy?: string | null | undefined;
|
|
14165
14165
|
};
|
|
14166
14166
|
eventType: "individual.created";
|
|
@@ -14174,7 +14174,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
14174
14174
|
updatedBy: z.ZodString;
|
|
14175
14175
|
id: z.ZodString;
|
|
14176
14176
|
riskScore: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Low", "Medium", "High", "No risk"]>>>;
|
|
14177
|
-
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
14177
|
+
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Started", "Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
14178
14178
|
status: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Active", "Rejected", "Dormant", "To be reviewed", "Failed", "Escalated", "Terminated", "No status"]>>>;
|
|
14179
14179
|
createdAt: z.ZodDate;
|
|
14180
14180
|
updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
@@ -14194,7 +14194,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
14194
14194
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
14195
14195
|
reason?: string | null | undefined;
|
|
14196
14196
|
deletedAt?: Date | null | undefined;
|
|
14197
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
14197
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
14198
14198
|
deletedBy?: string | null | undefined;
|
|
14199
14199
|
}, {
|
|
14200
14200
|
id: string;
|
|
@@ -14209,7 +14209,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
14209
14209
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
14210
14210
|
reason?: string | null | undefined;
|
|
14211
14211
|
deletedAt?: Date | null | undefined;
|
|
14212
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
14212
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
14213
14213
|
deletedBy?: string | null | undefined;
|
|
14214
14214
|
}>;
|
|
14215
14215
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -14226,7 +14226,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
14226
14226
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
14227
14227
|
reason?: string | null | undefined;
|
|
14228
14228
|
deletedAt?: Date | null | undefined;
|
|
14229
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
14229
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
14230
14230
|
deletedBy?: string | null | undefined;
|
|
14231
14231
|
};
|
|
14232
14232
|
eventType: "individual.updated";
|
|
@@ -14244,7 +14244,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
14244
14244
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
14245
14245
|
reason?: string | null | undefined;
|
|
14246
14246
|
deletedAt?: Date | null | undefined;
|
|
14247
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
14247
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
14248
14248
|
deletedBy?: string | null | undefined;
|
|
14249
14249
|
};
|
|
14250
14250
|
eventType: "individual.updated";
|
|
@@ -14258,7 +14258,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
14258
14258
|
updatedBy: z.ZodString;
|
|
14259
14259
|
id: z.ZodString;
|
|
14260
14260
|
riskScore: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Low", "Medium", "High", "No risk"]>>>;
|
|
14261
|
-
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
14261
|
+
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Started", "Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
14262
14262
|
status: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Active", "Rejected", "Dormant", "To be reviewed", "Failed", "Escalated", "Terminated", "No status"]>>>;
|
|
14263
14263
|
createdAt: z.ZodDate;
|
|
14264
14264
|
updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
@@ -14278,7 +14278,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
14278
14278
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
14279
14279
|
reason?: string | null | undefined;
|
|
14280
14280
|
deletedAt?: Date | null | undefined;
|
|
14281
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
14281
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
14282
14282
|
deletedBy?: string | null | undefined;
|
|
14283
14283
|
}, {
|
|
14284
14284
|
id: string;
|
|
@@ -14293,7 +14293,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
14293
14293
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
14294
14294
|
reason?: string | null | undefined;
|
|
14295
14295
|
deletedAt?: Date | null | undefined;
|
|
14296
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
14296
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
14297
14297
|
deletedBy?: string | null | undefined;
|
|
14298
14298
|
}>;
|
|
14299
14299
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -14310,7 +14310,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
14310
14310
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
14311
14311
|
reason?: string | null | undefined;
|
|
14312
14312
|
deletedAt?: Date | null | undefined;
|
|
14313
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
14313
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
14314
14314
|
deletedBy?: string | null | undefined;
|
|
14315
14315
|
};
|
|
14316
14316
|
eventType: "individual.deleted";
|
|
@@ -14328,7 +14328,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
14328
14328
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
14329
14329
|
reason?: string | null | undefined;
|
|
14330
14330
|
deletedAt?: Date | null | undefined;
|
|
14331
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
14331
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
14332
14332
|
deletedBy?: string | null | undefined;
|
|
14333
14333
|
};
|
|
14334
14334
|
eventType: "individual.deleted";
|
|
@@ -14342,7 +14342,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
14342
14342
|
updatedBy: z.ZodString;
|
|
14343
14343
|
id: z.ZodString;
|
|
14344
14344
|
riskScore: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Low", "Medium", "High", "No risk"]>>>;
|
|
14345
|
-
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
14345
|
+
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Started", "Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
14346
14346
|
status: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Active", "Rejected", "Dormant", "To be reviewed", "Failed", "Escalated", "Terminated", "No status"]>>>;
|
|
14347
14347
|
createdAt: z.ZodDate;
|
|
14348
14348
|
updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
@@ -14362,7 +14362,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
14362
14362
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
14363
14363
|
reason?: string | null | undefined;
|
|
14364
14364
|
deletedAt?: Date | null | undefined;
|
|
14365
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
14365
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
14366
14366
|
deletedBy?: string | null | undefined;
|
|
14367
14367
|
}, {
|
|
14368
14368
|
id: string;
|
|
@@ -14377,7 +14377,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
14377
14377
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
14378
14378
|
reason?: string | null | undefined;
|
|
14379
14379
|
deletedAt?: Date | null | undefined;
|
|
14380
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
14380
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
14381
14381
|
deletedBy?: string | null | undefined;
|
|
14382
14382
|
}>;
|
|
14383
14383
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -14394,7 +14394,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
14394
14394
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
14395
14395
|
reason?: string | null | undefined;
|
|
14396
14396
|
deletedAt?: Date | null | undefined;
|
|
14397
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
14397
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
14398
14398
|
deletedBy?: string | null | undefined;
|
|
14399
14399
|
};
|
|
14400
14400
|
eventType: "company.created";
|
|
@@ -14412,7 +14412,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
14412
14412
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
14413
14413
|
reason?: string | null | undefined;
|
|
14414
14414
|
deletedAt?: Date | null | undefined;
|
|
14415
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
14415
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
14416
14416
|
deletedBy?: string | null | undefined;
|
|
14417
14417
|
};
|
|
14418
14418
|
eventType: "company.created";
|
|
@@ -14426,7 +14426,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
14426
14426
|
updatedBy: z.ZodString;
|
|
14427
14427
|
id: z.ZodString;
|
|
14428
14428
|
riskScore: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Low", "Medium", "High", "No risk"]>>>;
|
|
14429
|
-
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
14429
|
+
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Started", "Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
14430
14430
|
status: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Active", "Rejected", "Dormant", "To be reviewed", "Failed", "Escalated", "Terminated", "No status"]>>>;
|
|
14431
14431
|
createdAt: z.ZodDate;
|
|
14432
14432
|
updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
@@ -14446,7 +14446,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
14446
14446
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
14447
14447
|
reason?: string | null | undefined;
|
|
14448
14448
|
deletedAt?: Date | null | undefined;
|
|
14449
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
14449
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
14450
14450
|
deletedBy?: string | null | undefined;
|
|
14451
14451
|
}, {
|
|
14452
14452
|
id: string;
|
|
@@ -14461,7 +14461,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
14461
14461
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
14462
14462
|
reason?: string | null | undefined;
|
|
14463
14463
|
deletedAt?: Date | null | undefined;
|
|
14464
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
14464
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
14465
14465
|
deletedBy?: string | null | undefined;
|
|
14466
14466
|
}>;
|
|
14467
14467
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -14478,7 +14478,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
14478
14478
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
14479
14479
|
reason?: string | null | undefined;
|
|
14480
14480
|
deletedAt?: Date | null | undefined;
|
|
14481
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
14481
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
14482
14482
|
deletedBy?: string | null | undefined;
|
|
14483
14483
|
};
|
|
14484
14484
|
eventType: "company.updated";
|
|
@@ -14496,7 +14496,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
14496
14496
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
14497
14497
|
reason?: string | null | undefined;
|
|
14498
14498
|
deletedAt?: Date | null | undefined;
|
|
14499
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
14499
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
14500
14500
|
deletedBy?: string | null | undefined;
|
|
14501
14501
|
};
|
|
14502
14502
|
eventType: "company.updated";
|
|
@@ -14510,7 +14510,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
14510
14510
|
updatedBy: z.ZodString;
|
|
14511
14511
|
id: z.ZodString;
|
|
14512
14512
|
riskScore: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Low", "Medium", "High", "No risk"]>>>;
|
|
14513
|
-
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
14513
|
+
onboardingLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Started", "Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded", "Onboarding", "KYB", "Onboarded"]>>>;
|
|
14514
14514
|
status: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Active", "Rejected", "Dormant", "To be reviewed", "Failed", "Escalated", "Terminated", "No status"]>>>;
|
|
14515
14515
|
createdAt: z.ZodDate;
|
|
14516
14516
|
updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
@@ -14530,7 +14530,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
14530
14530
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
14531
14531
|
reason?: string | null | undefined;
|
|
14532
14532
|
deletedAt?: Date | null | undefined;
|
|
14533
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
14533
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
14534
14534
|
deletedBy?: string | null | undefined;
|
|
14535
14535
|
}, {
|
|
14536
14536
|
id: string;
|
|
@@ -14545,7 +14545,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
14545
14545
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
14546
14546
|
reason?: string | null | undefined;
|
|
14547
14547
|
deletedAt?: Date | null | undefined;
|
|
14548
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
14548
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
14549
14549
|
deletedBy?: string | null | undefined;
|
|
14550
14550
|
}>;
|
|
14551
14551
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -14562,7 +14562,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
14562
14562
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
14563
14563
|
reason?: string | null | undefined;
|
|
14564
14564
|
deletedAt?: Date | null | undefined;
|
|
14565
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
14565
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
14566
14566
|
deletedBy?: string | null | undefined;
|
|
14567
14567
|
};
|
|
14568
14568
|
eventType: "company.deleted";
|
|
@@ -14580,7 +14580,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
14580
14580
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
14581
14581
|
reason?: string | null | undefined;
|
|
14582
14582
|
deletedAt?: Date | null | undefined;
|
|
14583
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
14583
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
14584
14584
|
deletedBy?: string | null | undefined;
|
|
14585
14585
|
};
|
|
14586
14586
|
eventType: "company.deleted";
|
|
@@ -15292,7 +15292,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
15292
15292
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
15293
15293
|
reason?: string | null | undefined;
|
|
15294
15294
|
deletedAt?: Date | null | undefined;
|
|
15295
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
15295
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
15296
15296
|
deletedBy?: string | null | undefined;
|
|
15297
15297
|
};
|
|
15298
15298
|
eventType: "customer.created";
|
|
@@ -15311,7 +15311,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
15311
15311
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
15312
15312
|
reason?: string | null | undefined;
|
|
15313
15313
|
deletedAt?: Date | null | undefined;
|
|
15314
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
15314
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
15315
15315
|
deletedBy?: string | null | undefined;
|
|
15316
15316
|
};
|
|
15317
15317
|
eventType: "customer.updated";
|
|
@@ -15330,7 +15330,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
15330
15330
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
15331
15331
|
reason?: string | null | undefined;
|
|
15332
15332
|
deletedAt?: Date | null | undefined;
|
|
15333
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
15333
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
15334
15334
|
deletedBy?: string | null | undefined;
|
|
15335
15335
|
};
|
|
15336
15336
|
eventType: "customer.deleted";
|
|
@@ -15348,7 +15348,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
15348
15348
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
15349
15349
|
reason?: string | null | undefined;
|
|
15350
15350
|
deletedAt?: Date | null | undefined;
|
|
15351
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
15351
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
15352
15352
|
deletedBy?: string | null | undefined;
|
|
15353
15353
|
};
|
|
15354
15354
|
eventType: "individual.created";
|
|
@@ -15366,7 +15366,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
15366
15366
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
15367
15367
|
reason?: string | null | undefined;
|
|
15368
15368
|
deletedAt?: Date | null | undefined;
|
|
15369
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
15369
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
15370
15370
|
deletedBy?: string | null | undefined;
|
|
15371
15371
|
};
|
|
15372
15372
|
eventType: "individual.updated";
|
|
@@ -15384,7 +15384,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
15384
15384
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
15385
15385
|
reason?: string | null | undefined;
|
|
15386
15386
|
deletedAt?: Date | null | undefined;
|
|
15387
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
15387
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
15388
15388
|
deletedBy?: string | null | undefined;
|
|
15389
15389
|
};
|
|
15390
15390
|
eventType: "individual.deleted";
|
|
@@ -15402,7 +15402,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
15402
15402
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
15403
15403
|
reason?: string | null | undefined;
|
|
15404
15404
|
deletedAt?: Date | null | undefined;
|
|
15405
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
15405
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
15406
15406
|
deletedBy?: string | null | undefined;
|
|
15407
15407
|
};
|
|
15408
15408
|
eventType: "company.created";
|
|
@@ -15420,7 +15420,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
15420
15420
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
15421
15421
|
reason?: string | null | undefined;
|
|
15422
15422
|
deletedAt?: Date | null | undefined;
|
|
15423
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
15423
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
15424
15424
|
deletedBy?: string | null | undefined;
|
|
15425
15425
|
};
|
|
15426
15426
|
eventType: "company.updated";
|
|
@@ -15438,7 +15438,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
15438
15438
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
15439
15439
|
reason?: string | null | undefined;
|
|
15440
15440
|
deletedAt?: Date | null | undefined;
|
|
15441
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
15441
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
15442
15442
|
deletedBy?: string | null | undefined;
|
|
15443
15443
|
};
|
|
15444
15444
|
eventType: "company.deleted";
|
|
@@ -15629,7 +15629,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
15629
15629
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
15630
15630
|
reason?: string | null | undefined;
|
|
15631
15631
|
deletedAt?: Date | null | undefined;
|
|
15632
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
15632
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
15633
15633
|
deletedBy?: string | null | undefined;
|
|
15634
15634
|
};
|
|
15635
15635
|
eventType: "customer.created";
|
|
@@ -15648,7 +15648,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
15648
15648
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
15649
15649
|
reason?: string | null | undefined;
|
|
15650
15650
|
deletedAt?: Date | null | undefined;
|
|
15651
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
15651
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
15652
15652
|
deletedBy?: string | null | undefined;
|
|
15653
15653
|
};
|
|
15654
15654
|
eventType: "customer.updated";
|
|
@@ -15667,7 +15667,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
15667
15667
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
15668
15668
|
reason?: string | null | undefined;
|
|
15669
15669
|
deletedAt?: Date | null | undefined;
|
|
15670
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
15670
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
15671
15671
|
deletedBy?: string | null | undefined;
|
|
15672
15672
|
};
|
|
15673
15673
|
eventType: "customer.deleted";
|
|
@@ -15685,7 +15685,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
15685
15685
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
15686
15686
|
reason?: string | null | undefined;
|
|
15687
15687
|
deletedAt?: Date | null | undefined;
|
|
15688
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
15688
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
15689
15689
|
deletedBy?: string | null | undefined;
|
|
15690
15690
|
};
|
|
15691
15691
|
eventType: "individual.created";
|
|
@@ -15703,7 +15703,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
15703
15703
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
15704
15704
|
reason?: string | null | undefined;
|
|
15705
15705
|
deletedAt?: Date | null | undefined;
|
|
15706
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
15706
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
15707
15707
|
deletedBy?: string | null | undefined;
|
|
15708
15708
|
};
|
|
15709
15709
|
eventType: "individual.updated";
|
|
@@ -15721,7 +15721,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
15721
15721
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
15722
15722
|
reason?: string | null | undefined;
|
|
15723
15723
|
deletedAt?: Date | null | undefined;
|
|
15724
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
15724
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
15725
15725
|
deletedBy?: string | null | undefined;
|
|
15726
15726
|
};
|
|
15727
15727
|
eventType: "individual.deleted";
|
|
@@ -15739,7 +15739,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
15739
15739
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
15740
15740
|
reason?: string | null | undefined;
|
|
15741
15741
|
deletedAt?: Date | null | undefined;
|
|
15742
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
15742
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
15743
15743
|
deletedBy?: string | null | undefined;
|
|
15744
15744
|
};
|
|
15745
15745
|
eventType: "company.created";
|
|
@@ -15757,7 +15757,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
15757
15757
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
15758
15758
|
reason?: string | null | undefined;
|
|
15759
15759
|
deletedAt?: Date | null | undefined;
|
|
15760
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
15760
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
15761
15761
|
deletedBy?: string | null | undefined;
|
|
15762
15762
|
};
|
|
15763
15763
|
eventType: "company.updated";
|
|
@@ -15775,7 +15775,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
15775
15775
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
15776
15776
|
reason?: string | null | undefined;
|
|
15777
15777
|
deletedAt?: Date | null | undefined;
|
|
15778
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
15778
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
15779
15779
|
deletedBy?: string | null | undefined;
|
|
15780
15780
|
};
|
|
15781
15781
|
eventType: "company.deleted";
|
|
@@ -15968,7 +15968,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
15968
15968
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
15969
15969
|
reason?: string | null | undefined;
|
|
15970
15970
|
deletedAt?: Date | null | undefined;
|
|
15971
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
15971
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
15972
15972
|
deletedBy?: string | null | undefined;
|
|
15973
15973
|
};
|
|
15974
15974
|
eventType: "customer.created";
|
|
@@ -15987,7 +15987,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
15987
15987
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
15988
15988
|
reason?: string | null | undefined;
|
|
15989
15989
|
deletedAt?: Date | null | undefined;
|
|
15990
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
15990
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
15991
15991
|
deletedBy?: string | null | undefined;
|
|
15992
15992
|
};
|
|
15993
15993
|
eventType: "customer.updated";
|
|
@@ -16006,7 +16006,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
16006
16006
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
16007
16007
|
reason?: string | null | undefined;
|
|
16008
16008
|
deletedAt?: Date | null | undefined;
|
|
16009
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
16009
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
16010
16010
|
deletedBy?: string | null | undefined;
|
|
16011
16011
|
};
|
|
16012
16012
|
eventType: "customer.deleted";
|
|
@@ -16024,7 +16024,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
16024
16024
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
16025
16025
|
reason?: string | null | undefined;
|
|
16026
16026
|
deletedAt?: Date | null | undefined;
|
|
16027
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
16027
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
16028
16028
|
deletedBy?: string | null | undefined;
|
|
16029
16029
|
};
|
|
16030
16030
|
eventType: "individual.created";
|
|
@@ -16042,7 +16042,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
16042
16042
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
16043
16043
|
reason?: string | null | undefined;
|
|
16044
16044
|
deletedAt?: Date | null | undefined;
|
|
16045
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
16045
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
16046
16046
|
deletedBy?: string | null | undefined;
|
|
16047
16047
|
};
|
|
16048
16048
|
eventType: "individual.updated";
|
|
@@ -16060,7 +16060,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
16060
16060
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
16061
16061
|
reason?: string | null | undefined;
|
|
16062
16062
|
deletedAt?: Date | null | undefined;
|
|
16063
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
16063
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
16064
16064
|
deletedBy?: string | null | undefined;
|
|
16065
16065
|
};
|
|
16066
16066
|
eventType: "individual.deleted";
|
|
@@ -16078,7 +16078,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
16078
16078
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
16079
16079
|
reason?: string | null | undefined;
|
|
16080
16080
|
deletedAt?: Date | null | undefined;
|
|
16081
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
16081
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
16082
16082
|
deletedBy?: string | null | undefined;
|
|
16083
16083
|
};
|
|
16084
16084
|
eventType: "company.created";
|
|
@@ -16096,7 +16096,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
16096
16096
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
16097
16097
|
reason?: string | null | undefined;
|
|
16098
16098
|
deletedAt?: Date | null | undefined;
|
|
16099
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
16099
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
16100
16100
|
deletedBy?: string | null | undefined;
|
|
16101
16101
|
};
|
|
16102
16102
|
eventType: "company.updated";
|
|
@@ -16114,7 +16114,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
16114
16114
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
16115
16115
|
reason?: string | null | undefined;
|
|
16116
16116
|
deletedAt?: Date | null | undefined;
|
|
16117
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
16117
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
16118
16118
|
deletedBy?: string | null | undefined;
|
|
16119
16119
|
};
|
|
16120
16120
|
eventType: "company.deleted";
|
|
@@ -16307,7 +16307,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
16307
16307
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
16308
16308
|
reason?: string | null | undefined;
|
|
16309
16309
|
deletedAt?: Date | null | undefined;
|
|
16310
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
16310
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
16311
16311
|
deletedBy?: string | null | undefined;
|
|
16312
16312
|
};
|
|
16313
16313
|
eventType: "customer.created";
|
|
@@ -16326,7 +16326,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
16326
16326
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
16327
16327
|
reason?: string | null | undefined;
|
|
16328
16328
|
deletedAt?: Date | null | undefined;
|
|
16329
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
16329
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
16330
16330
|
deletedBy?: string | null | undefined;
|
|
16331
16331
|
};
|
|
16332
16332
|
eventType: "customer.updated";
|
|
@@ -16345,7 +16345,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
16345
16345
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
16346
16346
|
reason?: string | null | undefined;
|
|
16347
16347
|
deletedAt?: Date | null | undefined;
|
|
16348
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
16348
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
16349
16349
|
deletedBy?: string | null | undefined;
|
|
16350
16350
|
};
|
|
16351
16351
|
eventType: "customer.deleted";
|
|
@@ -16363,7 +16363,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
16363
16363
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
16364
16364
|
reason?: string | null | undefined;
|
|
16365
16365
|
deletedAt?: Date | null | undefined;
|
|
16366
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
16366
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
16367
16367
|
deletedBy?: string | null | undefined;
|
|
16368
16368
|
};
|
|
16369
16369
|
eventType: "individual.created";
|
|
@@ -16381,7 +16381,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
16381
16381
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
16382
16382
|
reason?: string | null | undefined;
|
|
16383
16383
|
deletedAt?: Date | null | undefined;
|
|
16384
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
16384
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
16385
16385
|
deletedBy?: string | null | undefined;
|
|
16386
16386
|
};
|
|
16387
16387
|
eventType: "individual.updated";
|
|
@@ -16399,7 +16399,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
16399
16399
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
16400
16400
|
reason?: string | null | undefined;
|
|
16401
16401
|
deletedAt?: Date | null | undefined;
|
|
16402
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
16402
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
16403
16403
|
deletedBy?: string | null | undefined;
|
|
16404
16404
|
};
|
|
16405
16405
|
eventType: "individual.deleted";
|
|
@@ -16417,7 +16417,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
16417
16417
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
16418
16418
|
reason?: string | null | undefined;
|
|
16419
16419
|
deletedAt?: Date | null | undefined;
|
|
16420
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
16420
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
16421
16421
|
deletedBy?: string | null | undefined;
|
|
16422
16422
|
};
|
|
16423
16423
|
eventType: "company.created";
|
|
@@ -16435,7 +16435,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
16435
16435
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
16436
16436
|
reason?: string | null | undefined;
|
|
16437
16437
|
deletedAt?: Date | null | undefined;
|
|
16438
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
16438
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
16439
16439
|
deletedBy?: string | null | undefined;
|
|
16440
16440
|
};
|
|
16441
16441
|
eventType: "company.updated";
|
|
@@ -16453,7 +16453,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
16453
16453
|
riskScore?: "Low" | "Medium" | "High" | "No risk" | null | undefined;
|
|
16454
16454
|
reason?: string | null | undefined;
|
|
16455
16455
|
deletedAt?: Date | null | undefined;
|
|
16456
|
-
onboardingLevel?: "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
16456
|
+
onboardingLevel?: "Started" | "Sign-up" | "AML screening" | "KYC" | "Questionaire" | "Onboarded" | "Onboarding" | "KYB" | null | undefined;
|
|
16457
16457
|
deletedBy?: string | null | undefined;
|
|
16458
16458
|
};
|
|
16459
16459
|
eventType: "company.deleted";
|