@nexeraid/identity-schemas 2.196.0-dev → 2.198.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/crypto.schema.d.ts +2 -2
- package/dist/declarations/src/crypto.schema.d.ts.map +1 -1
- package/dist/declarations/src/index.d.ts +1 -0
- package/dist/declarations/src/index.d.ts.map +1 -1
- package/dist/declarations/src/providers/customers.schema.d.ts +2 -2
- package/dist/declarations/src/providers/index.d.ts +1 -1
- package/dist/declarations/src/providers/index.d.ts.map +1 -1
- package/dist/declarations/src/providers/kyb-sessions.schema.d.ts +2 -2
- package/dist/declarations/src/providers/{nota-bene/nota-bene.schema.d.ts → notabene/notabene.schema.d.ts} +4569 -17751
- package/dist/declarations/src/providers/{nota-bene/nota-bene.schema.d.ts.map → notabene/notabene.schema.d.ts.map} +1 -1
- package/dist/declarations/src/providers/provider.schema.d.ts +75 -25
- package/dist/declarations/src/providers/provider.schema.d.ts.map +1 -1
- package/dist/declarations/src/providers/sumsub/sumsub-applicant.schema.d.ts +18 -18
- package/dist/declarations/src/providers/sumsub/sumsub-webhooks.schema.d.ts +2 -2
- package/dist/declarations/src/providers/synaps/synaps.schema.d.ts +48 -48
- package/dist/declarations/src/transaction.schema.d.ts +36 -30
- package/dist/declarations/src/transaction.schema.d.ts.map +1 -1
- package/dist/declarations/src/travel-rule.schema.d.ts +14 -0
- package/dist/declarations/src/travel-rule.schema.d.ts.map +1 -0
- package/dist/{identity-api.schema-fbf3ebdf.cjs.dev.cjs → identity-api.schema-897fa13f.cjs.dev.cjs} +1 -1
- package/dist/{identity-api.schema-61a3a904.esm.mjs → identity-api.schema-ace335f7.esm.mjs} +1 -1
- package/dist/{identity-api.schema-b70ea48d.cjs.prod.cjs → identity-api.schema-f130919a.cjs.prod.cjs} +1 -1
- package/dist/nexeraid-identity-schemas.cjs.dev.cjs +16 -4
- package/dist/nexeraid-identity-schemas.cjs.prod.cjs +16 -4
- package/dist/nexeraid-identity-schemas.esm.mjs +15 -6
- package/dist/{nota-bene.schema-223cb8f9.cjs.dev.cjs → notabene.schema-35ddf959.cjs.dev.cjs} +114 -74
- package/dist/{nota-bene.schema-6e877fea.esm.mjs → notabene.schema-b0248e78.esm.mjs} +105 -69
- package/dist/{nota-bene.schema-f9a5071b.cjs.prod.cjs → notabene.schema-f6e3e1e3.cjs.prod.cjs} +114 -74
- package/dist/package.json +1 -1
- package/dist/{tfhe-utilities-43b94ef2.cjs.dev.cjs → tfhe-utilities-a00acbf7.cjs.dev.cjs} +2 -2
- package/dist/{tfhe-utilities-b784026d.cjs.prod.cjs → tfhe-utilities-a685a571.cjs.prod.cjs} +2 -2
- package/dist/{tfhe-utilities-24522032.esm.mjs → tfhe-utilities-e68cd2ad.esm.mjs} +2 -2
- package/dist/{toArray-b9f47315.cjs.dev.cjs → toArray-5e5125f2.cjs.dev.cjs} +1 -1
- package/dist/{toArray-bf2f4671.cjs.prod.cjs → toArray-9f6e79c6.cjs.prod.cjs} +1 -1
- package/dist/{toArray-3f540af6.esm.mjs → toArray-c7fd14be.esm.mjs} +1 -1
- package/dist/{vault.schema-cf144eaa.cjs.dev.cjs → vault.schema-31179c6c.cjs.dev.cjs} +5 -1
- package/dist/{vault.schema-23f1dece.esm.mjs → vault.schema-8f9dcd31.esm.mjs} +6 -2
- package/dist/{vault.schema-f8011417.cjs.prod.cjs → vault.schema-a7ef3965.cjs.prod.cjs} +5 -1
- 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 +317 -313
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.cjs +317 -313
- 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 +16 -16
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +16 -16
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +4 -4
|
@@ -777,9 +777,9 @@ export declare const SumSubIndividualApplicantSchema: z.ZodObject<{
|
|
|
777
777
|
type: "individual" | "company";
|
|
778
778
|
key: string;
|
|
779
779
|
createdAt: string;
|
|
780
|
+
clientId: string;
|
|
780
781
|
inspectionId: string;
|
|
781
782
|
externalUserId: string;
|
|
782
|
-
clientId: string;
|
|
783
783
|
review: {
|
|
784
784
|
levelName: string;
|
|
785
785
|
priority: number;
|
|
@@ -945,9 +945,9 @@ export declare const SumSubIndividualApplicantSchema: z.ZodObject<{
|
|
|
945
945
|
type: "individual" | "company";
|
|
946
946
|
key: string;
|
|
947
947
|
createdAt: string;
|
|
948
|
+
clientId: string;
|
|
948
949
|
inspectionId: string;
|
|
949
950
|
externalUserId: string;
|
|
950
|
-
clientId: string;
|
|
951
951
|
review: {
|
|
952
952
|
levelName: string;
|
|
953
953
|
priority: number;
|
|
@@ -3101,9 +3101,9 @@ export declare const SumsubKycDataSchema: z.ZodObject<{
|
|
|
3101
3101
|
type: "individual" | "company";
|
|
3102
3102
|
key: string;
|
|
3103
3103
|
createdAt: string;
|
|
3104
|
+
clientId: string;
|
|
3104
3105
|
inspectionId: string;
|
|
3105
3106
|
externalUserId: string;
|
|
3106
|
-
clientId: string;
|
|
3107
3107
|
review: {
|
|
3108
3108
|
levelName: string;
|
|
3109
3109
|
priority: number;
|
|
@@ -3269,9 +3269,9 @@ export declare const SumsubKycDataSchema: z.ZodObject<{
|
|
|
3269
3269
|
type: "individual" | "company";
|
|
3270
3270
|
key: string;
|
|
3271
3271
|
createdAt: string;
|
|
3272
|
+
clientId: string;
|
|
3272
3273
|
inspectionId: string;
|
|
3273
3274
|
externalUserId: string;
|
|
3274
|
-
clientId: string;
|
|
3275
3275
|
review: {
|
|
3276
3276
|
levelName: string;
|
|
3277
3277
|
priority: number;
|
|
@@ -3446,9 +3446,9 @@ export declare const SumsubKycDataSchema: z.ZodObject<{
|
|
|
3446
3446
|
type: "individual" | "company";
|
|
3447
3447
|
key: string;
|
|
3448
3448
|
createdAt: string;
|
|
3449
|
+
clientId: string;
|
|
3449
3450
|
inspectionId: string;
|
|
3450
3451
|
externalUserId: string;
|
|
3451
|
-
clientId: string;
|
|
3452
3452
|
review: {
|
|
3453
3453
|
levelName: string;
|
|
3454
3454
|
priority: number;
|
|
@@ -3621,9 +3621,9 @@ export declare const SumsubKycDataSchema: z.ZodObject<{
|
|
|
3621
3621
|
type: "individual" | "company";
|
|
3622
3622
|
key: string;
|
|
3623
3623
|
createdAt: string;
|
|
3624
|
+
clientId: string;
|
|
3624
3625
|
inspectionId: string;
|
|
3625
3626
|
externalUserId: string;
|
|
3626
|
-
clientId: string;
|
|
3627
3627
|
review: {
|
|
3628
3628
|
levelName: string;
|
|
3629
3629
|
priority: number;
|
|
@@ -5076,9 +5076,9 @@ export declare const SumSubApplicantSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
5076
5076
|
type: "individual" | "company";
|
|
5077
5077
|
key: string;
|
|
5078
5078
|
createdAt: string;
|
|
5079
|
+
clientId: string;
|
|
5079
5080
|
inspectionId: string;
|
|
5080
5081
|
externalUserId: string;
|
|
5081
|
-
clientId: string;
|
|
5082
5082
|
review: {
|
|
5083
5083
|
levelName: string;
|
|
5084
5084
|
priority: number;
|
|
@@ -5244,9 +5244,9 @@ export declare const SumSubApplicantSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
5244
5244
|
type: "individual" | "company";
|
|
5245
5245
|
key: string;
|
|
5246
5246
|
createdAt: string;
|
|
5247
|
+
clientId: string;
|
|
5247
5248
|
inspectionId: string;
|
|
5248
5249
|
externalUserId: string;
|
|
5249
|
-
clientId: string;
|
|
5250
5250
|
review: {
|
|
5251
5251
|
levelName: string;
|
|
5252
5252
|
priority: number;
|
|
@@ -6560,9 +6560,9 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
|
|
|
6560
6560
|
type: "individual" | "company";
|
|
6561
6561
|
key: string;
|
|
6562
6562
|
createdAt: string;
|
|
6563
|
+
clientId: string;
|
|
6563
6564
|
inspectionId: string;
|
|
6564
6565
|
externalUserId: string;
|
|
6565
|
-
clientId: string;
|
|
6566
6566
|
review: {
|
|
6567
6567
|
levelName: string;
|
|
6568
6568
|
priority: number;
|
|
@@ -6728,9 +6728,9 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
|
|
|
6728
6728
|
type: "individual" | "company";
|
|
6729
6729
|
key: string;
|
|
6730
6730
|
createdAt: string;
|
|
6731
|
+
clientId: string;
|
|
6731
6732
|
inspectionId: string;
|
|
6732
6733
|
externalUserId: string;
|
|
6733
|
-
clientId: string;
|
|
6734
6734
|
review: {
|
|
6735
6735
|
levelName: string;
|
|
6736
6736
|
priority: number;
|
|
@@ -7340,9 +7340,9 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
|
|
|
7340
7340
|
type: "individual" | "company";
|
|
7341
7341
|
key: string;
|
|
7342
7342
|
createdAt: string;
|
|
7343
|
+
clientId: string;
|
|
7343
7344
|
inspectionId: string;
|
|
7344
7345
|
externalUserId: string;
|
|
7345
|
-
clientId: string;
|
|
7346
7346
|
review: {
|
|
7347
7347
|
levelName: string;
|
|
7348
7348
|
priority: number;
|
|
@@ -7592,9 +7592,9 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
|
|
|
7592
7592
|
type: "individual" | "company";
|
|
7593
7593
|
key: string;
|
|
7594
7594
|
createdAt: string;
|
|
7595
|
+
clientId: string;
|
|
7595
7596
|
inspectionId: string;
|
|
7596
7597
|
externalUserId: string;
|
|
7597
|
-
clientId: string;
|
|
7598
7598
|
review: {
|
|
7599
7599
|
levelName: string;
|
|
7600
7600
|
priority: number;
|
|
@@ -8526,9 +8526,9 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
8526
8526
|
type: "individual" | "company";
|
|
8527
8527
|
key: string;
|
|
8528
8528
|
createdAt: string;
|
|
8529
|
+
clientId: string;
|
|
8529
8530
|
inspectionId: string;
|
|
8530
8531
|
externalUserId: string;
|
|
8531
|
-
clientId: string;
|
|
8532
8532
|
review: {
|
|
8533
8533
|
levelName: string;
|
|
8534
8534
|
priority: number;
|
|
@@ -8694,9 +8694,9 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
8694
8694
|
type: "individual" | "company";
|
|
8695
8695
|
key: string;
|
|
8696
8696
|
createdAt: string;
|
|
8697
|
+
clientId: string;
|
|
8697
8698
|
inspectionId: string;
|
|
8698
8699
|
externalUserId: string;
|
|
8699
|
-
clientId: string;
|
|
8700
8700
|
review: {
|
|
8701
8701
|
levelName: string;
|
|
8702
8702
|
priority: number;
|
|
@@ -9306,9 +9306,9 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
9306
9306
|
type: "individual" | "company";
|
|
9307
9307
|
key: string;
|
|
9308
9308
|
createdAt: string;
|
|
9309
|
+
clientId: string;
|
|
9309
9310
|
inspectionId: string;
|
|
9310
9311
|
externalUserId: string;
|
|
9311
|
-
clientId: string;
|
|
9312
9312
|
review: {
|
|
9313
9313
|
levelName: string;
|
|
9314
9314
|
priority: number;
|
|
@@ -9558,9 +9558,9 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
9558
9558
|
type: "individual" | "company";
|
|
9559
9559
|
key: string;
|
|
9560
9560
|
createdAt: string;
|
|
9561
|
+
clientId: string;
|
|
9561
9562
|
inspectionId: string;
|
|
9562
9563
|
externalUserId: string;
|
|
9563
|
-
clientId: string;
|
|
9564
9564
|
review: {
|
|
9565
9565
|
levelName: string;
|
|
9566
9566
|
priority: number;
|
|
@@ -9812,9 +9812,9 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
9812
9812
|
type: "individual" | "company";
|
|
9813
9813
|
key: string;
|
|
9814
9814
|
createdAt: string;
|
|
9815
|
+
clientId: string;
|
|
9815
9816
|
inspectionId: string;
|
|
9816
9817
|
externalUserId: string;
|
|
9817
|
-
clientId: string;
|
|
9818
9818
|
review: {
|
|
9819
9819
|
levelName: string;
|
|
9820
9820
|
priority: number;
|
|
@@ -10066,9 +10066,9 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
|
|
|
10066
10066
|
type: "individual" | "company";
|
|
10067
10067
|
key: string;
|
|
10068
10068
|
createdAt: string;
|
|
10069
|
+
clientId: string;
|
|
10069
10070
|
inspectionId: string;
|
|
10070
10071
|
externalUserId: string;
|
|
10071
|
-
clientId: string;
|
|
10072
10072
|
review: {
|
|
10073
10073
|
levelName: string;
|
|
10074
10074
|
priority: number;
|
|
@@ -59,6 +59,7 @@ export declare const SumSubWebhookSchema: z.ZodObject<{
|
|
|
59
59
|
sessionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
60
60
|
}, "strip", z.ZodTypeAny, {
|
|
61
61
|
type: "applicantReviewed" | "applicantCreated" | "applicantPending" | "applicantOnHold" | "applicantPersonalInfoChanged" | "applicantPrechecked" | "applicantDeleted" | "applicantLevelChanged" | "videoIdentStatusChanged" | "applicantReset" | "applicantActionPending" | "applicantActionReviewed" | "applicantActionOnHold" | "applicantTravelRuleStatusChanged" | "applicantWorkflowCompleted" | "applicantTagsChanged";
|
|
62
|
+
clientId: string;
|
|
62
63
|
applicantId: string;
|
|
63
64
|
inspectionId: string;
|
|
64
65
|
applicantType: "individual" | "company";
|
|
@@ -67,7 +68,6 @@ export declare const SumSubWebhookSchema: z.ZodObject<{
|
|
|
67
68
|
sandboxMode: boolean;
|
|
68
69
|
externalUserId: string;
|
|
69
70
|
reviewStatus: "pending" | "init" | "prechecked" | "queued" | "completed" | "onHold";
|
|
70
|
-
clientId: string;
|
|
71
71
|
sessionId?: string | null | undefined;
|
|
72
72
|
reviewResult?: {
|
|
73
73
|
reviewAnswer?: "RED" | "YELLOW" | "GREEN" | undefined;
|
|
@@ -85,6 +85,7 @@ export declare const SumSubWebhookSchema: z.ZodObject<{
|
|
|
85
85
|
}[] | null | undefined;
|
|
86
86
|
}, {
|
|
87
87
|
type: "applicantReviewed" | "applicantCreated" | "applicantPending" | "applicantOnHold" | "applicantPersonalInfoChanged" | "applicantPrechecked" | "applicantDeleted" | "applicantLevelChanged" | "videoIdentStatusChanged" | "applicantReset" | "applicantActionPending" | "applicantActionReviewed" | "applicantActionOnHold" | "applicantTravelRuleStatusChanged" | "applicantWorkflowCompleted" | "applicantTagsChanged";
|
|
88
|
+
clientId: string;
|
|
88
89
|
applicantId: string;
|
|
89
90
|
inspectionId: string;
|
|
90
91
|
applicantType: "individual" | "company";
|
|
@@ -93,7 +94,6 @@ export declare const SumSubWebhookSchema: z.ZodObject<{
|
|
|
93
94
|
sandboxMode: boolean;
|
|
94
95
|
externalUserId: string;
|
|
95
96
|
reviewStatus: "pending" | "init" | "prechecked" | "queued" | "completed" | "onHold";
|
|
96
|
-
clientId: string;
|
|
97
97
|
sessionId?: string | null | undefined;
|
|
98
98
|
reviewResult?: {
|
|
99
99
|
reviewAnswer?: "RED" | "YELLOW" | "GREEN" | undefined;
|
|
@@ -13,13 +13,13 @@ export declare const WebhookPayload: z.ZodObject<{
|
|
|
13
13
|
service: string;
|
|
14
14
|
session_id: string;
|
|
15
15
|
step_id: string;
|
|
16
|
-
status?: "
|
|
16
|
+
status?: "REJECTED" | "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "PENDING_VERIFICATION" | null | undefined;
|
|
17
17
|
}, {
|
|
18
18
|
reason: string;
|
|
19
19
|
service: string;
|
|
20
20
|
session_id: string;
|
|
21
21
|
step_id: string;
|
|
22
|
-
status?: "
|
|
22
|
+
status?: "REJECTED" | "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "PENDING_VERIFICATION" | null | undefined;
|
|
23
23
|
}>;
|
|
24
24
|
export type WebhookPayload = z.infer<typeof WebhookPayload>;
|
|
25
25
|
export declare const NestedSession: z.ZodObject<{
|
|
@@ -34,31 +34,31 @@ export declare const NestedSession: z.ZodObject<{
|
|
|
34
34
|
}, "strip", z.ZodTypeAny, {
|
|
35
35
|
id: string;
|
|
36
36
|
type: string;
|
|
37
|
-
status: "
|
|
37
|
+
status: "REJECTED" | "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "PENDING_VERIFICATION";
|
|
38
38
|
}, {
|
|
39
39
|
id: string;
|
|
40
40
|
type: string;
|
|
41
|
-
status: "
|
|
41
|
+
status: "REJECTED" | "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "PENDING_VERIFICATION";
|
|
42
42
|
}>, "many">;
|
|
43
43
|
}, "strip", z.ZodTypeAny, {
|
|
44
44
|
id: string;
|
|
45
|
-
status: "
|
|
45
|
+
status: "REJECTED" | "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "PENDING_VERIFICATION";
|
|
46
46
|
sandbox: boolean;
|
|
47
47
|
alias: string;
|
|
48
48
|
steps: {
|
|
49
49
|
id: string;
|
|
50
50
|
type: string;
|
|
51
|
-
status: "
|
|
51
|
+
status: "REJECTED" | "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "PENDING_VERIFICATION";
|
|
52
52
|
}[];
|
|
53
53
|
}, {
|
|
54
54
|
id: string;
|
|
55
|
-
status: "
|
|
55
|
+
status: "REJECTED" | "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "PENDING_VERIFICATION";
|
|
56
56
|
sandbox: boolean;
|
|
57
57
|
alias: string;
|
|
58
58
|
steps: {
|
|
59
59
|
id: string;
|
|
60
60
|
type: string;
|
|
61
|
-
status: "
|
|
61
|
+
status: "REJECTED" | "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "PENDING_VERIFICATION";
|
|
62
62
|
}[];
|
|
63
63
|
}>;
|
|
64
64
|
export declare const Session: z.ZodObject<{
|
|
@@ -84,31 +84,31 @@ export declare const Session: z.ZodObject<{
|
|
|
84
84
|
}, "strip", z.ZodTypeAny, {
|
|
85
85
|
id: string;
|
|
86
86
|
type: string;
|
|
87
|
-
status: "
|
|
87
|
+
status: "REJECTED" | "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "PENDING_VERIFICATION";
|
|
88
88
|
}, {
|
|
89
89
|
id: string;
|
|
90
90
|
type: string;
|
|
91
|
-
status: "
|
|
91
|
+
status: "REJECTED" | "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "PENDING_VERIFICATION";
|
|
92
92
|
}>, "many">;
|
|
93
93
|
}, "strip", z.ZodTypeAny, {
|
|
94
94
|
id: string;
|
|
95
|
-
status: "
|
|
95
|
+
status: "REJECTED" | "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "PENDING_VERIFICATION";
|
|
96
96
|
sandbox: boolean;
|
|
97
97
|
alias: string;
|
|
98
98
|
steps: {
|
|
99
99
|
id: string;
|
|
100
100
|
type: string;
|
|
101
|
-
status: "
|
|
101
|
+
status: "REJECTED" | "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "PENDING_VERIFICATION";
|
|
102
102
|
}[];
|
|
103
103
|
}, {
|
|
104
104
|
id: string;
|
|
105
|
-
status: "
|
|
105
|
+
status: "REJECTED" | "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "PENDING_VERIFICATION";
|
|
106
106
|
sandbox: boolean;
|
|
107
107
|
alias: string;
|
|
108
108
|
steps: {
|
|
109
109
|
id: string;
|
|
110
110
|
type: string;
|
|
111
|
-
status: "
|
|
111
|
+
status: "REJECTED" | "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "PENDING_VERIFICATION";
|
|
112
112
|
}[];
|
|
113
113
|
}>;
|
|
114
114
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -118,13 +118,13 @@ export declare const Session: z.ZodObject<{
|
|
|
118
118
|
};
|
|
119
119
|
session: {
|
|
120
120
|
id: string;
|
|
121
|
-
status: "
|
|
121
|
+
status: "REJECTED" | "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "PENDING_VERIFICATION";
|
|
122
122
|
sandbox: boolean;
|
|
123
123
|
alias: string;
|
|
124
124
|
steps: {
|
|
125
125
|
id: string;
|
|
126
126
|
type: string;
|
|
127
|
-
status: "
|
|
127
|
+
status: "REJECTED" | "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "PENDING_VERIFICATION";
|
|
128
128
|
}[];
|
|
129
129
|
};
|
|
130
130
|
}, {
|
|
@@ -134,13 +134,13 @@ export declare const Session: z.ZodObject<{
|
|
|
134
134
|
};
|
|
135
135
|
session: {
|
|
136
136
|
id: string;
|
|
137
|
-
status: "
|
|
137
|
+
status: "REJECTED" | "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "PENDING_VERIFICATION";
|
|
138
138
|
sandbox: boolean;
|
|
139
139
|
alias: string;
|
|
140
140
|
steps: {
|
|
141
141
|
id: string;
|
|
142
142
|
type: string;
|
|
143
|
-
status: "
|
|
143
|
+
status: "REJECTED" | "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "PENDING_VERIFICATION";
|
|
144
144
|
}[];
|
|
145
145
|
};
|
|
146
146
|
}>;
|
|
@@ -168,20 +168,20 @@ export declare const SessionWithoutSteps: z.ZodObject<{
|
|
|
168
168
|
}, "strip", z.ZodTypeAny, {
|
|
169
169
|
id: string;
|
|
170
170
|
type: string;
|
|
171
|
-
status: "
|
|
171
|
+
status: "REJECTED" | "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "PENDING_VERIFICATION";
|
|
172
172
|
}, {
|
|
173
173
|
id: string;
|
|
174
174
|
type: string;
|
|
175
|
-
status: "
|
|
175
|
+
status: "REJECTED" | "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "PENDING_VERIFICATION";
|
|
176
176
|
}>, "many">;
|
|
177
177
|
}, "steps">, "strip", z.ZodTypeAny, {
|
|
178
178
|
id: string;
|
|
179
|
-
status: "
|
|
179
|
+
status: "REJECTED" | "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "PENDING_VERIFICATION";
|
|
180
180
|
sandbox: boolean;
|
|
181
181
|
alias: string;
|
|
182
182
|
}, {
|
|
183
183
|
id: string;
|
|
184
|
-
status: "
|
|
184
|
+
status: "REJECTED" | "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "PENDING_VERIFICATION";
|
|
185
185
|
sandbox: boolean;
|
|
186
186
|
alias: string;
|
|
187
187
|
}>;
|
|
@@ -192,7 +192,7 @@ export declare const SessionWithoutSteps: z.ZodObject<{
|
|
|
192
192
|
};
|
|
193
193
|
session: {
|
|
194
194
|
id: string;
|
|
195
|
-
status: "
|
|
195
|
+
status: "REJECTED" | "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "PENDING_VERIFICATION";
|
|
196
196
|
sandbox: boolean;
|
|
197
197
|
alias: string;
|
|
198
198
|
};
|
|
@@ -203,7 +203,7 @@ export declare const SessionWithoutSteps: z.ZodObject<{
|
|
|
203
203
|
};
|
|
204
204
|
session: {
|
|
205
205
|
id: string;
|
|
206
|
-
status: "
|
|
206
|
+
status: "REJECTED" | "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "PENDING_VERIFICATION";
|
|
207
207
|
sandbox: boolean;
|
|
208
208
|
alias: string;
|
|
209
209
|
};
|
|
@@ -1861,7 +1861,7 @@ export declare const Step: z.ZodObject<{
|
|
|
1861
1861
|
}, "strip", z.ZodTypeAny, {
|
|
1862
1862
|
id: string;
|
|
1863
1863
|
type: "EMAIL" | "PHONE" | "ID_DOCUMENT" | "LIVENESS" | "PROOF_OF_ADDRESS";
|
|
1864
|
-
status: "
|
|
1864
|
+
status: "REJECTED" | "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "PENDING_VERIFICATION";
|
|
1865
1865
|
metadata: {
|
|
1866
1866
|
ip: string;
|
|
1867
1867
|
user_agent: string;
|
|
@@ -2015,7 +2015,7 @@ export declare const Step: z.ZodObject<{
|
|
|
2015
2015
|
}, {
|
|
2016
2016
|
id: string;
|
|
2017
2017
|
type: "EMAIL" | "PHONE" | "ID_DOCUMENT" | "LIVENESS" | "PROOF_OF_ADDRESS";
|
|
2018
|
-
status: "
|
|
2018
|
+
status: "REJECTED" | "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "PENDING_VERIFICATION";
|
|
2019
2019
|
metadata: {
|
|
2020
2020
|
ip: string;
|
|
2021
2021
|
user_agent: string;
|
|
@@ -2173,11 +2173,11 @@ export declare const SynapsSessionEvent: z.ZodObject<{
|
|
|
2173
2173
|
alias: z.ZodString;
|
|
2174
2174
|
sandbox: z.ZodBoolean;
|
|
2175
2175
|
}, "strip", z.ZodTypeAny, {
|
|
2176
|
-
status: "
|
|
2176
|
+
status: "REJECTED" | "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "PENDING_VERIFICATION";
|
|
2177
2177
|
sandbox: boolean;
|
|
2178
2178
|
alias: string;
|
|
2179
2179
|
}, {
|
|
2180
|
-
status: "
|
|
2180
|
+
status: "REJECTED" | "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "PENDING_VERIFICATION";
|
|
2181
2181
|
sandbox: boolean;
|
|
2182
2182
|
alias: string;
|
|
2183
2183
|
}>;
|
|
@@ -2213,7 +2213,7 @@ export declare const SynapsStepEvent: z.ZodObject<{
|
|
|
2213
2213
|
}>;
|
|
2214
2214
|
}, "strip", z.ZodTypeAny, {
|
|
2215
2215
|
type: "EMAIL" | "PHONE" | "ID_DOCUMENT" | "LIVENESS" | "PROOF_OF_ADDRESS";
|
|
2216
|
-
status: "
|
|
2216
|
+
status: "REJECTED" | "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "PENDING_VERIFICATION";
|
|
2217
2217
|
sandbox: boolean;
|
|
2218
2218
|
metadata: {
|
|
2219
2219
|
ip: string;
|
|
@@ -2226,7 +2226,7 @@ export declare const SynapsStepEvent: z.ZodObject<{
|
|
|
2226
2226
|
};
|
|
2227
2227
|
}, {
|
|
2228
2228
|
type: "EMAIL" | "PHONE" | "ID_DOCUMENT" | "LIVENESS" | "PROOF_OF_ADDRESS";
|
|
2229
|
-
status: "
|
|
2229
|
+
status: "REJECTED" | "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "PENDING_VERIFICATION";
|
|
2230
2230
|
sandbox: boolean;
|
|
2231
2231
|
metadata: {
|
|
2232
2232
|
ip: string;
|
|
@@ -2337,31 +2337,31 @@ export declare const SynapsSessionResponse: z.ZodUnion<[z.ZodObject<{
|
|
|
2337
2337
|
}, "strip", z.ZodTypeAny, {
|
|
2338
2338
|
id: string;
|
|
2339
2339
|
type: string;
|
|
2340
|
-
status: "
|
|
2340
|
+
status: "REJECTED" | "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "PENDING_VERIFICATION";
|
|
2341
2341
|
}, {
|
|
2342
2342
|
id: string;
|
|
2343
2343
|
type: string;
|
|
2344
|
-
status: "
|
|
2344
|
+
status: "REJECTED" | "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "PENDING_VERIFICATION";
|
|
2345
2345
|
}>, "many">;
|
|
2346
2346
|
}, "strip", z.ZodTypeAny, {
|
|
2347
2347
|
id: string;
|
|
2348
|
-
status: "
|
|
2348
|
+
status: "REJECTED" | "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "PENDING_VERIFICATION";
|
|
2349
2349
|
sandbox: boolean;
|
|
2350
2350
|
alias: string;
|
|
2351
2351
|
steps: {
|
|
2352
2352
|
id: string;
|
|
2353
2353
|
type: string;
|
|
2354
|
-
status: "
|
|
2354
|
+
status: "REJECTED" | "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "PENDING_VERIFICATION";
|
|
2355
2355
|
}[];
|
|
2356
2356
|
}, {
|
|
2357
2357
|
id: string;
|
|
2358
|
-
status: "
|
|
2358
|
+
status: "REJECTED" | "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "PENDING_VERIFICATION";
|
|
2359
2359
|
sandbox: boolean;
|
|
2360
2360
|
alias: string;
|
|
2361
2361
|
steps: {
|
|
2362
2362
|
id: string;
|
|
2363
2363
|
type: string;
|
|
2364
|
-
status: "
|
|
2364
|
+
status: "REJECTED" | "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "PENDING_VERIFICATION";
|
|
2365
2365
|
}[];
|
|
2366
2366
|
}>;
|
|
2367
2367
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2371,13 +2371,13 @@ export declare const SynapsSessionResponse: z.ZodUnion<[z.ZodObject<{
|
|
|
2371
2371
|
};
|
|
2372
2372
|
session: {
|
|
2373
2373
|
id: string;
|
|
2374
|
-
status: "
|
|
2374
|
+
status: "REJECTED" | "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "PENDING_VERIFICATION";
|
|
2375
2375
|
sandbox: boolean;
|
|
2376
2376
|
alias: string;
|
|
2377
2377
|
steps: {
|
|
2378
2378
|
id: string;
|
|
2379
2379
|
type: string;
|
|
2380
|
-
status: "
|
|
2380
|
+
status: "REJECTED" | "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "PENDING_VERIFICATION";
|
|
2381
2381
|
}[];
|
|
2382
2382
|
};
|
|
2383
2383
|
}, {
|
|
@@ -2387,13 +2387,13 @@ export declare const SynapsSessionResponse: z.ZodUnion<[z.ZodObject<{
|
|
|
2387
2387
|
};
|
|
2388
2388
|
session: {
|
|
2389
2389
|
id: string;
|
|
2390
|
-
status: "
|
|
2390
|
+
status: "REJECTED" | "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "PENDING_VERIFICATION";
|
|
2391
2391
|
sandbox: boolean;
|
|
2392
2392
|
alias: string;
|
|
2393
2393
|
steps: {
|
|
2394
2394
|
id: string;
|
|
2395
2395
|
type: string;
|
|
2396
|
-
status: "
|
|
2396
|
+
status: "REJECTED" | "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "PENDING_VERIFICATION";
|
|
2397
2397
|
}[];
|
|
2398
2398
|
};
|
|
2399
2399
|
}>;
|
|
@@ -2405,13 +2405,13 @@ export declare const SynapsSessionResponse: z.ZodUnion<[z.ZodObject<{
|
|
|
2405
2405
|
};
|
|
2406
2406
|
session: {
|
|
2407
2407
|
id: string;
|
|
2408
|
-
status: "
|
|
2408
|
+
status: "REJECTED" | "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "PENDING_VERIFICATION";
|
|
2409
2409
|
sandbox: boolean;
|
|
2410
2410
|
alias: string;
|
|
2411
2411
|
steps: {
|
|
2412
2412
|
id: string;
|
|
2413
2413
|
type: string;
|
|
2414
|
-
status: "
|
|
2414
|
+
status: "REJECTED" | "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "PENDING_VERIFICATION";
|
|
2415
2415
|
}[];
|
|
2416
2416
|
};
|
|
2417
2417
|
};
|
|
@@ -2424,13 +2424,13 @@ export declare const SynapsSessionResponse: z.ZodUnion<[z.ZodObject<{
|
|
|
2424
2424
|
};
|
|
2425
2425
|
session: {
|
|
2426
2426
|
id: string;
|
|
2427
|
-
status: "
|
|
2427
|
+
status: "REJECTED" | "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "PENDING_VERIFICATION";
|
|
2428
2428
|
sandbox: boolean;
|
|
2429
2429
|
alias: string;
|
|
2430
2430
|
steps: {
|
|
2431
2431
|
id: string;
|
|
2432
2432
|
type: string;
|
|
2433
|
-
status: "
|
|
2433
|
+
status: "REJECTED" | "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "PENDING_VERIFICATION";
|
|
2434
2434
|
}[];
|
|
2435
2435
|
};
|
|
2436
2436
|
};
|
|
@@ -3387,7 +3387,7 @@ export declare const SynapsStepResponse: z.ZodUnion<[z.ZodObject<{
|
|
|
3387
3387
|
}, "strip", z.ZodTypeAny, {
|
|
3388
3388
|
id: string;
|
|
3389
3389
|
type: "EMAIL" | "PHONE" | "ID_DOCUMENT" | "LIVENESS" | "PROOF_OF_ADDRESS";
|
|
3390
|
-
status: "
|
|
3390
|
+
status: "REJECTED" | "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "PENDING_VERIFICATION";
|
|
3391
3391
|
metadata: {
|
|
3392
3392
|
ip: string;
|
|
3393
3393
|
user_agent: string;
|
|
@@ -3541,7 +3541,7 @@ export declare const SynapsStepResponse: z.ZodUnion<[z.ZodObject<{
|
|
|
3541
3541
|
}, {
|
|
3542
3542
|
id: string;
|
|
3543
3543
|
type: "EMAIL" | "PHONE" | "ID_DOCUMENT" | "LIVENESS" | "PROOF_OF_ADDRESS";
|
|
3544
|
-
status: "
|
|
3544
|
+
status: "REJECTED" | "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "PENDING_VERIFICATION";
|
|
3545
3545
|
metadata: {
|
|
3546
3546
|
ip: string;
|
|
3547
3547
|
user_agent: string;
|
|
@@ -3697,7 +3697,7 @@ export declare const SynapsStepResponse: z.ZodUnion<[z.ZodObject<{
|
|
|
3697
3697
|
data: {
|
|
3698
3698
|
id: string;
|
|
3699
3699
|
type: "EMAIL" | "PHONE" | "ID_DOCUMENT" | "LIVENESS" | "PROOF_OF_ADDRESS";
|
|
3700
|
-
status: "
|
|
3700
|
+
status: "REJECTED" | "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "PENDING_VERIFICATION";
|
|
3701
3701
|
metadata: {
|
|
3702
3702
|
ip: string;
|
|
3703
3703
|
user_agent: string;
|
|
@@ -3854,7 +3854,7 @@ export declare const SynapsStepResponse: z.ZodUnion<[z.ZodObject<{
|
|
|
3854
3854
|
data: {
|
|
3855
3855
|
id: string;
|
|
3856
3856
|
type: "EMAIL" | "PHONE" | "ID_DOCUMENT" | "LIVENESS" | "PROOF_OF_ADDRESS";
|
|
3857
|
-
status: "
|
|
3857
|
+
status: "REJECTED" | "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "PENDING_VERIFICATION";
|
|
3858
3858
|
metadata: {
|
|
3859
3859
|
ip: string;
|
|
3860
3860
|
user_agent: string;
|