@nexeraid/identity-schemas 2.37.0 → 2.38.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/{CoinMarketCap.schema-6a1ff221.cjs.prod.cjs → CoinMarketCap.schema-5142a776.cjs.prod.cjs} +23 -12
- package/dist/{CoinMarketCap.schema-aefa43e8.cjs.dev.cjs → CoinMarketCap.schema-f5000da2.cjs.dev.cjs} +23 -12
- package/dist/{CoinMarketCap.schema-280414c3.esm.mjs → CoinMarketCap.schema-f9a98f8e.esm.mjs} +11 -2
- package/dist/declarations/src/customer.schema.d.ts +7 -0
- package/dist/declarations/src/customer.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/app-requests.schema.d.ts +358 -170
- package/dist/declarations/src/identity/app-requests.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/host-requests.schema.d.ts +10 -10
- package/dist/declarations/src/identity/identity-v2.schema.d.ts +86 -42
- package/dist/declarations/src/identity/identity-v2.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/kyc.schema.d.ts +190 -94
- package/dist/declarations/src/identity/kyc.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/query.schema.d.ts +141 -565
- package/dist/declarations/src/identity/query.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/scenario.schema.d.ts +316 -562
- package/dist/declarations/src/identity/scenario.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/zkps.schema.d.ts +145 -53
- package/dist/declarations/src/identity/zkps.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/comply-advantage/comply-advantage.schema.d.ts +42 -42
- package/dist/declarations/src/providers/kyb-sessions.schema.d.ts +16 -16
- package/dist/declarations/src/providers/kyc-sessions.schema.d.ts +36 -36
- package/dist/declarations/src/providers/merkle-science/merkle-science.schema.d.ts +32 -32
- package/dist/declarations/src/providers/provider.schema.d.ts +469 -469
- package/dist/declarations/src/providers/sumsub/sumsub-applicant.schema.d.ts +36 -36
- package/dist/declarations/src/providers/synaps/synaps.schema.d.ts +100 -100
- package/dist/declarations/src/vault/data-link.schema.d.ts +8 -0
- package/dist/declarations/src/vault/data-link.schema.d.ts.map +1 -0
- package/dist/declarations/src/vault/index.d.ts +3 -0
- package/dist/declarations/src/vault/index.d.ts.map +1 -0
- package/dist/declarations/src/vault/schemas/generated/Customer.schema.json.d.ts +897 -0
- package/dist/declarations/src/vault/schemas/generated/Customer.type.d.ts +47 -0
- package/dist/declarations/src/vault/schemas/generated/Customer.type.d.ts.map +1 -0
- package/dist/declarations/src/vault/schemas/generated/KycSession.schema.json.d.ts +1859 -0
- package/dist/declarations/src/vault/schemas/generated/KycSession.type.d.ts +219 -0
- package/dist/declarations/src/vault/schemas/generated/KycSession.type.d.ts.map +1 -0
- package/dist/declarations/src/vault/schemas/generated/Transaction.schema.json.d.ts +1139 -0
- package/dist/declarations/src/vault/schemas/generated/Transaction.type.d.ts +61 -0
- package/dist/declarations/src/vault/schemas/generated/Transaction.type.d.ts.map +1 -0
- package/dist/declarations/src/vault/vault.schema.d.ts +2808 -0
- package/dist/declarations/src/vault/vault.schema.d.ts.map +1 -0
- package/dist/declarations/src/verifiable-credentials/index.d.ts +5 -10
- package/dist/declarations/src/verifiable-credentials/index.d.ts.map +1 -1
- package/dist/declarations/src/verifiable-credentials/vcs.schema.d.ts +8764 -0
- package/dist/declarations/src/verifiable-credentials/vcs.schema.d.ts.map +1 -0
- package/dist/declarations/src/webhooks/alert.webhooks.schema.d.ts +2 -2
- package/dist/declarations/src/webhooks/customer.webhooks.schema.d.ts +28 -28
- package/dist/declarations/src/webhooks/send-verification-flow-webhook.schema.d.ts +100 -100
- package/dist/declarations/src/webhooks/svix.webhooks.schema.d.ts +1362 -1480
- package/dist/declarations/src/webhooks/svix.webhooks.schema.d.ts.map +1 -1
- package/dist/declarations/src/webhooks/tms.webhooks.schema.d.ts +2 -2
- package/dist/{frontend-utilities.schema-2cdacfcb.cjs.dev.cjs → frontend-utilities.schema-3dbbc782.cjs.dev.cjs} +7 -6
- package/dist/{frontend-utilities.schema-2c6e346e.esm.mjs → frontend-utilities.schema-aae337dd.esm.mjs} +2 -1
- package/dist/{frontend-utilities.schema-fb803ead.cjs.prod.cjs → frontend-utilities.schema-b58a8d24.cjs.prod.cjs} +7 -6
- package/dist/identity-api.schema-185a6e6e.cjs.dev.cjs +2012 -0
- package/dist/identity-api.schema-774e69d4.cjs.prod.cjs +2012 -0
- package/dist/identity-api.schema-80658b16.esm.mjs +1654 -0
- package/dist/nexeraid-identity-schemas.cjs.dev.cjs +124 -98
- package/dist/nexeraid-identity-schemas.cjs.prod.cjs +124 -98
- package/dist/nexeraid-identity-schemas.esm.mjs +5 -4
- package/dist/package.json +25 -5
- package/dist/vault.schema-05a9f7fa.cjs.dev.cjs +6349 -0
- package/dist/vault.schema-d868aba3.cjs.prod.cjs +6349 -0
- package/dist/vault.schema-dc014e8d.esm.mjs +6238 -0
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.cjs +16 -22
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.cjs +16 -22
- package/identity/dist/nexeraid-identity-schemas-identity.esm.mjs +3 -1
- package/package.json +25 -5
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.cjs +4 -2
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.cjs +4 -2
- package/providers/dist/nexeraid-identity-schemas-providers.esm.mjs +4 -2
- package/vault/dist/nexeraid-identity-schemas-vault.cjs.cjs +7 -0
- package/vault/dist/nexeraid-identity-schemas-vault.cjs.d.cts +2 -0
- package/vault/dist/nexeraid-identity-schemas-vault.cjs.d.mts +2 -0
- package/vault/dist/nexeraid-identity-schemas-vault.cjs.d.ts +2 -0
- package/vault/dist/nexeraid-identity-schemas-vault.cjs.dev.cjs +25 -0
- package/vault/dist/nexeraid-identity-schemas-vault.cjs.prod.cjs +25 -0
- package/vault/dist/nexeraid-identity-schemas-vault.esm.mjs +3 -0
- package/vault/package.json +4 -0
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.cjs +35 -20
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.cjs +35 -20
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.mjs +4 -2
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.cjs +22 -17
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +22 -17
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +8 -3
- package/dist/identity-api.schema-79b2c3a7.esm.mjs +0 -3485
- package/dist/identity-api.schema-ab731fb2.cjs.prod.cjs +0 -3895
- package/dist/identity-api.schema-d2a8b678.cjs.dev.cjs +0 -3895
- package/dist/transaction.schema-16357ae0.esm.mjs +0 -65
- package/dist/transaction.schema-548b315f.cjs.prod.cjs +0 -101
- package/dist/transaction.schema-8c266a30.cjs.dev.cjs +0 -101
|
@@ -67,7 +67,7 @@ export declare const SelectKycSession: z.ZodObject<{
|
|
|
67
67
|
scenarioExecutionId: z.ZodOptional<z.ZodString>;
|
|
68
68
|
status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "error", "unknown"]>>;
|
|
69
69
|
results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
70
|
-
objectType: z.ZodEnum<["
|
|
70
|
+
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring"]>;
|
|
71
71
|
objectId: z.ZodString;
|
|
72
72
|
name: z.ZodString;
|
|
73
73
|
address: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `1${string}`, string>, z.ZodEffects<z.ZodString, `3${string}`, string>, z.ZodEffects<z.ZodString, `bc1${string}`, string>, z.ZodEffects<z.ZodString, `m${string}` | `n${string}`, string>, z.ZodEffects<z.ZodString, `2${string}`, string>, z.ZodEffects<z.ZodString, `tb1${string}`, string>]>]>>>;
|
|
@@ -110,7 +110,7 @@ export declare const SelectKycSession: z.ZodObject<{
|
|
|
110
110
|
};
|
|
111
111
|
executionId: string;
|
|
112
112
|
scenarioId: string;
|
|
113
|
-
objectType: "
|
|
113
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
114
114
|
objectId: string;
|
|
115
115
|
address?: string | null | undefined;
|
|
116
116
|
}, {
|
|
@@ -124,7 +124,7 @@ export declare const SelectKycSession: z.ZodObject<{
|
|
|
124
124
|
};
|
|
125
125
|
executionId: string;
|
|
126
126
|
scenarioId: string;
|
|
127
|
-
objectType: "
|
|
127
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
128
128
|
objectId: string;
|
|
129
129
|
address?: string | null | undefined;
|
|
130
130
|
}>, "many">, "many">>;
|
|
@@ -143,7 +143,7 @@ export declare const SelectKycSession: z.ZodObject<{
|
|
|
143
143
|
};
|
|
144
144
|
executionId: string;
|
|
145
145
|
scenarioId: string;
|
|
146
|
-
objectType: "
|
|
146
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
147
147
|
objectId: string;
|
|
148
148
|
address?: string | null | undefined;
|
|
149
149
|
}[][] | undefined;
|
|
@@ -162,7 +162,7 @@ export declare const SelectKycSession: z.ZodObject<{
|
|
|
162
162
|
};
|
|
163
163
|
executionId: string;
|
|
164
164
|
scenarioId: string;
|
|
165
|
-
objectType: "
|
|
165
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
166
166
|
objectId: string;
|
|
167
167
|
address?: string | null | undefined;
|
|
168
168
|
}[][] | undefined;
|
|
@@ -177,9 +177,9 @@ export declare const SelectKycSession: z.ZodObject<{
|
|
|
177
177
|
workflowId: string | null;
|
|
178
178
|
workflowSessionId: string | null;
|
|
179
179
|
cmsProjectId: string;
|
|
180
|
+
status?: "Closed" | "Started" | "CredentialsClaimed" | "NotStarted" | "EmailVerified" | "UserDataSubmitted" | "VerificationChecked" | null | undefined;
|
|
180
181
|
reviewAnswer?: "RED" | "YELLOW" | "GREEN" | null | undefined;
|
|
181
182
|
reviewRejectType?: "FINAL" | "RETRY" | null | undefined;
|
|
182
|
-
status?: "Closed" | "Started" | "CredentialsClaimed" | "NotStarted" | "EmailVerified" | "UserDataSubmitted" | "VerificationChecked" | null | undefined;
|
|
183
183
|
result?: "Passed" | "Rejected" | "ToBeManuallyChecked" | "Retry" | null | undefined;
|
|
184
184
|
address?: string | null | undefined;
|
|
185
185
|
blockchainNamespace?: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | "bitcoin" | null | undefined;
|
|
@@ -203,7 +203,7 @@ export declare const SelectKycSession: z.ZodObject<{
|
|
|
203
203
|
};
|
|
204
204
|
executionId: string;
|
|
205
205
|
scenarioId: string;
|
|
206
|
-
objectType: "
|
|
206
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
207
207
|
objectId: string;
|
|
208
208
|
address?: string | null | undefined;
|
|
209
209
|
}[][] | undefined;
|
|
@@ -216,9 +216,9 @@ export declare const SelectKycSession: z.ZodObject<{
|
|
|
216
216
|
workflowId: string | null;
|
|
217
217
|
workflowSessionId: string | null;
|
|
218
218
|
cmsProjectId: string;
|
|
219
|
+
status?: "Closed" | "Started" | "CredentialsClaimed" | "NotStarted" | "EmailVerified" | "UserDataSubmitted" | "VerificationChecked" | null | undefined;
|
|
219
220
|
reviewAnswer?: "RED" | "YELLOW" | "GREEN" | null | undefined;
|
|
220
221
|
reviewRejectType?: "FINAL" | "RETRY" | null | undefined;
|
|
221
|
-
status?: "Closed" | "Started" | "CredentialsClaimed" | "NotStarted" | "EmailVerified" | "UserDataSubmitted" | "VerificationChecked" | null | undefined;
|
|
222
222
|
result?: "Passed" | "Rejected" | "ToBeManuallyChecked" | "Retry" | null | undefined;
|
|
223
223
|
address?: string | null | undefined;
|
|
224
224
|
blockchainNamespace?: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | "bitcoin" | null | undefined;
|
|
@@ -242,7 +242,7 @@ export declare const SelectKycSession: z.ZodObject<{
|
|
|
242
242
|
};
|
|
243
243
|
executionId: string;
|
|
244
244
|
scenarioId: string;
|
|
245
|
-
objectType: "
|
|
245
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
246
246
|
objectId: string;
|
|
247
247
|
address?: string | null | undefined;
|
|
248
248
|
}[][] | undefined;
|
|
@@ -271,7 +271,7 @@ export declare const SelectKycSessionWithCompletedSteps: z.ZodObject<z.objectUti
|
|
|
271
271
|
scenarioExecutionId: z.ZodOptional<z.ZodString>;
|
|
272
272
|
status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "error", "unknown"]>>;
|
|
273
273
|
results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
274
|
-
objectType: z.ZodEnum<["
|
|
274
|
+
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring"]>;
|
|
275
275
|
objectId: z.ZodString;
|
|
276
276
|
name: z.ZodString;
|
|
277
277
|
address: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `1${string}`, string>, z.ZodEffects<z.ZodString, `3${string}`, string>, z.ZodEffects<z.ZodString, `bc1${string}`, string>, z.ZodEffects<z.ZodString, `m${string}` | `n${string}`, string>, z.ZodEffects<z.ZodString, `2${string}`, string>, z.ZodEffects<z.ZodString, `tb1${string}`, string>]>]>>>;
|
|
@@ -314,7 +314,7 @@ export declare const SelectKycSessionWithCompletedSteps: z.ZodObject<z.objectUti
|
|
|
314
314
|
};
|
|
315
315
|
executionId: string;
|
|
316
316
|
scenarioId: string;
|
|
317
|
-
objectType: "
|
|
317
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
318
318
|
objectId: string;
|
|
319
319
|
address?: string | null | undefined;
|
|
320
320
|
}, {
|
|
@@ -328,7 +328,7 @@ export declare const SelectKycSessionWithCompletedSteps: z.ZodObject<z.objectUti
|
|
|
328
328
|
};
|
|
329
329
|
executionId: string;
|
|
330
330
|
scenarioId: string;
|
|
331
|
-
objectType: "
|
|
331
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
332
332
|
objectId: string;
|
|
333
333
|
address?: string | null | undefined;
|
|
334
334
|
}>, "many">, "many">>;
|
|
@@ -347,7 +347,7 @@ export declare const SelectKycSessionWithCompletedSteps: z.ZodObject<z.objectUti
|
|
|
347
347
|
};
|
|
348
348
|
executionId: string;
|
|
349
349
|
scenarioId: string;
|
|
350
|
-
objectType: "
|
|
350
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
351
351
|
objectId: string;
|
|
352
352
|
address?: string | null | undefined;
|
|
353
353
|
}[][] | undefined;
|
|
@@ -366,7 +366,7 @@ export declare const SelectKycSessionWithCompletedSteps: z.ZodObject<z.objectUti
|
|
|
366
366
|
};
|
|
367
367
|
executionId: string;
|
|
368
368
|
scenarioId: string;
|
|
369
|
-
objectType: "
|
|
369
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
370
370
|
objectId: string;
|
|
371
371
|
address?: string | null | undefined;
|
|
372
372
|
}[][] | undefined;
|
|
@@ -408,9 +408,9 @@ export declare const SelectKycSessionWithCompletedSteps: z.ZodObject<z.objectUti
|
|
|
408
408
|
customerId: string;
|
|
409
409
|
kycSessionId: string;
|
|
410
410
|
}[];
|
|
411
|
+
status?: "Closed" | "Started" | "CredentialsClaimed" | "NotStarted" | "EmailVerified" | "UserDataSubmitted" | "VerificationChecked" | null | undefined;
|
|
411
412
|
reviewAnswer?: "RED" | "YELLOW" | "GREEN" | null | undefined;
|
|
412
413
|
reviewRejectType?: "FINAL" | "RETRY" | null | undefined;
|
|
413
|
-
status?: "Closed" | "Started" | "CredentialsClaimed" | "NotStarted" | "EmailVerified" | "UserDataSubmitted" | "VerificationChecked" | null | undefined;
|
|
414
414
|
result?: "Passed" | "Rejected" | "ToBeManuallyChecked" | "Retry" | null | undefined;
|
|
415
415
|
address?: string | null | undefined;
|
|
416
416
|
blockchainNamespace?: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | "bitcoin" | null | undefined;
|
|
@@ -434,7 +434,7 @@ export declare const SelectKycSessionWithCompletedSteps: z.ZodObject<z.objectUti
|
|
|
434
434
|
};
|
|
435
435
|
executionId: string;
|
|
436
436
|
scenarioId: string;
|
|
437
|
-
objectType: "
|
|
437
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
438
438
|
objectId: string;
|
|
439
439
|
address?: string | null | undefined;
|
|
440
440
|
}[][] | undefined;
|
|
@@ -454,9 +454,9 @@ export declare const SelectKycSessionWithCompletedSteps: z.ZodObject<z.objectUti
|
|
|
454
454
|
customerId: string;
|
|
455
455
|
kycSessionId: string;
|
|
456
456
|
}[];
|
|
457
|
+
status?: "Closed" | "Started" | "CredentialsClaimed" | "NotStarted" | "EmailVerified" | "UserDataSubmitted" | "VerificationChecked" | null | undefined;
|
|
457
458
|
reviewAnswer?: "RED" | "YELLOW" | "GREEN" | null | undefined;
|
|
458
459
|
reviewRejectType?: "FINAL" | "RETRY" | null | undefined;
|
|
459
|
-
status?: "Closed" | "Started" | "CredentialsClaimed" | "NotStarted" | "EmailVerified" | "UserDataSubmitted" | "VerificationChecked" | null | undefined;
|
|
460
460
|
result?: "Passed" | "Rejected" | "ToBeManuallyChecked" | "Retry" | null | undefined;
|
|
461
461
|
address?: string | null | undefined;
|
|
462
462
|
blockchainNamespace?: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | "bitcoin" | null | undefined;
|
|
@@ -480,7 +480,7 @@ export declare const SelectKycSessionWithCompletedSteps: z.ZodObject<z.objectUti
|
|
|
480
480
|
};
|
|
481
481
|
executionId: string;
|
|
482
482
|
scenarioId: string;
|
|
483
|
-
objectType: "
|
|
483
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
484
484
|
objectId: string;
|
|
485
485
|
address?: string | null | undefined;
|
|
486
486
|
}[][] | undefined;
|
|
@@ -516,7 +516,7 @@ export declare const GetKycSessionResponse: z.ZodObject<z.objectUtil.extendShape
|
|
|
516
516
|
scenarioExecutionId: z.ZodOptional<z.ZodString>;
|
|
517
517
|
status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "error", "unknown"]>>;
|
|
518
518
|
results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
519
|
-
objectType: z.ZodEnum<["
|
|
519
|
+
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring"]>;
|
|
520
520
|
objectId: z.ZodString;
|
|
521
521
|
name: z.ZodString;
|
|
522
522
|
address: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `1${string}`, string>, z.ZodEffects<z.ZodString, `3${string}`, string>, z.ZodEffects<z.ZodString, `bc1${string}`, string>, z.ZodEffects<z.ZodString, `m${string}` | `n${string}`, string>, z.ZodEffects<z.ZodString, `2${string}`, string>, z.ZodEffects<z.ZodString, `tb1${string}`, string>]>]>>>;
|
|
@@ -559,7 +559,7 @@ export declare const GetKycSessionResponse: z.ZodObject<z.objectUtil.extendShape
|
|
|
559
559
|
};
|
|
560
560
|
executionId: string;
|
|
561
561
|
scenarioId: string;
|
|
562
|
-
objectType: "
|
|
562
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
563
563
|
objectId: string;
|
|
564
564
|
address?: string | null | undefined;
|
|
565
565
|
}, {
|
|
@@ -573,7 +573,7 @@ export declare const GetKycSessionResponse: z.ZodObject<z.objectUtil.extendShape
|
|
|
573
573
|
};
|
|
574
574
|
executionId: string;
|
|
575
575
|
scenarioId: string;
|
|
576
|
-
objectType: "
|
|
576
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
577
577
|
objectId: string;
|
|
578
578
|
address?: string | null | undefined;
|
|
579
579
|
}>, "many">, "many">>;
|
|
@@ -592,7 +592,7 @@ export declare const GetKycSessionResponse: z.ZodObject<z.objectUtil.extendShape
|
|
|
592
592
|
};
|
|
593
593
|
executionId: string;
|
|
594
594
|
scenarioId: string;
|
|
595
|
-
objectType: "
|
|
595
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
596
596
|
objectId: string;
|
|
597
597
|
address?: string | null | undefined;
|
|
598
598
|
}[][] | undefined;
|
|
@@ -611,7 +611,7 @@ export declare const GetKycSessionResponse: z.ZodObject<z.objectUtil.extendShape
|
|
|
611
611
|
};
|
|
612
612
|
executionId: string;
|
|
613
613
|
scenarioId: string;
|
|
614
|
-
objectType: "
|
|
614
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
615
615
|
objectId: string;
|
|
616
616
|
address?: string | null | undefined;
|
|
617
617
|
}[][] | undefined;
|
|
@@ -664,9 +664,9 @@ export declare const GetKycSessionResponse: z.ZodObject<z.objectUtil.extendShape
|
|
|
664
664
|
customerId: string;
|
|
665
665
|
kycSessionId: string;
|
|
666
666
|
}[];
|
|
667
|
+
status?: "Closed" | "Started" | "CredentialsClaimed" | "NotStarted" | "EmailVerified" | "UserDataSubmitted" | "VerificationChecked" | null | undefined;
|
|
667
668
|
reviewAnswer?: "RED" | "YELLOW" | "GREEN" | null | undefined;
|
|
668
669
|
reviewRejectType?: "FINAL" | "RETRY" | null | undefined;
|
|
669
|
-
status?: "Closed" | "Started" | "CredentialsClaimed" | "NotStarted" | "EmailVerified" | "UserDataSubmitted" | "VerificationChecked" | null | undefined;
|
|
670
670
|
result?: "Passed" | "Rejected" | "ToBeManuallyChecked" | "Retry" | null | undefined;
|
|
671
671
|
address?: string | null | undefined;
|
|
672
672
|
blockchainNamespace?: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | "bitcoin" | null | undefined;
|
|
@@ -690,7 +690,7 @@ export declare const GetKycSessionResponse: z.ZodObject<z.objectUtil.extendShape
|
|
|
690
690
|
};
|
|
691
691
|
executionId: string;
|
|
692
692
|
scenarioId: string;
|
|
693
|
-
objectType: "
|
|
693
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
694
694
|
objectId: string;
|
|
695
695
|
address?: string | null | undefined;
|
|
696
696
|
}[][] | undefined;
|
|
@@ -715,9 +715,9 @@ export declare const GetKycSessionResponse: z.ZodObject<z.objectUtil.extendShape
|
|
|
715
715
|
customerId: string;
|
|
716
716
|
kycSessionId: string;
|
|
717
717
|
}[];
|
|
718
|
+
status?: "Closed" | "Started" | "CredentialsClaimed" | "NotStarted" | "EmailVerified" | "UserDataSubmitted" | "VerificationChecked" | null | undefined;
|
|
718
719
|
reviewAnswer?: "RED" | "YELLOW" | "GREEN" | null | undefined;
|
|
719
720
|
reviewRejectType?: "FINAL" | "RETRY" | null | undefined;
|
|
720
|
-
status?: "Closed" | "Started" | "CredentialsClaimed" | "NotStarted" | "EmailVerified" | "UserDataSubmitted" | "VerificationChecked" | null | undefined;
|
|
721
721
|
result?: "Passed" | "Rejected" | "ToBeManuallyChecked" | "Retry" | null | undefined;
|
|
722
722
|
address?: string | null | undefined;
|
|
723
723
|
blockchainNamespace?: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | "bitcoin" | null | undefined;
|
|
@@ -741,7 +741,7 @@ export declare const GetKycSessionResponse: z.ZodObject<z.objectUtil.extendShape
|
|
|
741
741
|
};
|
|
742
742
|
executionId: string;
|
|
743
743
|
scenarioId: string;
|
|
744
|
-
objectType: "
|
|
744
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
745
745
|
objectId: string;
|
|
746
746
|
address?: string | null | undefined;
|
|
747
747
|
}[][] | undefined;
|
|
@@ -980,7 +980,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<z
|
|
|
980
980
|
scenarioExecutionId: z.ZodOptional<z.ZodString>;
|
|
981
981
|
status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "error", "unknown"]>>;
|
|
982
982
|
results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
983
|
-
objectType: z.ZodEnum<["
|
|
983
|
+
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring"]>;
|
|
984
984
|
objectId: z.ZodString;
|
|
985
985
|
name: z.ZodString;
|
|
986
986
|
address: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `1${string}`, string>, z.ZodEffects<z.ZodString, `3${string}`, string>, z.ZodEffects<z.ZodString, `bc1${string}`, string>, z.ZodEffects<z.ZodString, `m${string}` | `n${string}`, string>, z.ZodEffects<z.ZodString, `2${string}`, string>, z.ZodEffects<z.ZodString, `tb1${string}`, string>]>]>>>;
|
|
@@ -1023,7 +1023,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<z
|
|
|
1023
1023
|
};
|
|
1024
1024
|
executionId: string;
|
|
1025
1025
|
scenarioId: string;
|
|
1026
|
-
objectType: "
|
|
1026
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
1027
1027
|
objectId: string;
|
|
1028
1028
|
address?: string | null | undefined;
|
|
1029
1029
|
}, {
|
|
@@ -1037,7 +1037,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<z
|
|
|
1037
1037
|
};
|
|
1038
1038
|
executionId: string;
|
|
1039
1039
|
scenarioId: string;
|
|
1040
|
-
objectType: "
|
|
1040
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
1041
1041
|
objectId: string;
|
|
1042
1042
|
address?: string | null | undefined;
|
|
1043
1043
|
}>, "many">, "many">>;
|
|
@@ -1056,7 +1056,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<z
|
|
|
1056
1056
|
};
|
|
1057
1057
|
executionId: string;
|
|
1058
1058
|
scenarioId: string;
|
|
1059
|
-
objectType: "
|
|
1059
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
1060
1060
|
objectId: string;
|
|
1061
1061
|
address?: string | null | undefined;
|
|
1062
1062
|
}[][] | undefined;
|
|
@@ -1075,7 +1075,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<z
|
|
|
1075
1075
|
};
|
|
1076
1076
|
executionId: string;
|
|
1077
1077
|
scenarioId: string;
|
|
1078
|
-
objectType: "
|
|
1078
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
1079
1079
|
objectId: string;
|
|
1080
1080
|
address?: string | null | undefined;
|
|
1081
1081
|
}[][] | undefined;
|
|
@@ -1145,9 +1145,9 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<z
|
|
|
1145
1145
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
1146
1146
|
imageId?: number | null | undefined;
|
|
1147
1147
|
}[];
|
|
1148
|
+
status?: "Closed" | "Started" | "CredentialsClaimed" | "NotStarted" | "EmailVerified" | "UserDataSubmitted" | "VerificationChecked" | null | undefined;
|
|
1148
1149
|
reviewAnswer?: "RED" | "YELLOW" | "GREEN" | null | undefined;
|
|
1149
1150
|
reviewRejectType?: "FINAL" | "RETRY" | null | undefined;
|
|
1150
|
-
status?: "Closed" | "Started" | "CredentialsClaimed" | "NotStarted" | "EmailVerified" | "UserDataSubmitted" | "VerificationChecked" | null | undefined;
|
|
1151
1151
|
result?: "Passed" | "Rejected" | "ToBeManuallyChecked" | "Retry" | null | undefined;
|
|
1152
1152
|
address?: string | null | undefined;
|
|
1153
1153
|
blockchainNamespace?: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | "bitcoin" | null | undefined;
|
|
@@ -1171,7 +1171,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<z
|
|
|
1171
1171
|
};
|
|
1172
1172
|
executionId: string;
|
|
1173
1173
|
scenarioId: string;
|
|
1174
|
-
objectType: "
|
|
1174
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
1175
1175
|
objectId: string;
|
|
1176
1176
|
address?: string | null | undefined;
|
|
1177
1177
|
}[][] | undefined;
|
|
@@ -1202,9 +1202,9 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<z
|
|
|
1202
1202
|
type: string;
|
|
1203
1203
|
imageId?: number | null | undefined;
|
|
1204
1204
|
}[];
|
|
1205
|
+
status?: "Closed" | "Started" | "CredentialsClaimed" | "NotStarted" | "EmailVerified" | "UserDataSubmitted" | "VerificationChecked" | null | undefined;
|
|
1205
1206
|
reviewAnswer?: "RED" | "YELLOW" | "GREEN" | null | undefined;
|
|
1206
1207
|
reviewRejectType?: "FINAL" | "RETRY" | null | undefined;
|
|
1207
|
-
status?: "Closed" | "Started" | "CredentialsClaimed" | "NotStarted" | "EmailVerified" | "UserDataSubmitted" | "VerificationChecked" | null | undefined;
|
|
1208
1208
|
result?: "Passed" | "Rejected" | "ToBeManuallyChecked" | "Retry" | null | undefined;
|
|
1209
1209
|
address?: string | null | undefined;
|
|
1210
1210
|
blockchainNamespace?: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | "bitcoin" | null | undefined;
|
|
@@ -1228,7 +1228,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<z
|
|
|
1228
1228
|
};
|
|
1229
1229
|
executionId: string;
|
|
1230
1230
|
scenarioId: string;
|
|
1231
|
-
objectType: "
|
|
1231
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
1232
1232
|
objectId: string;
|
|
1233
1233
|
address?: string | null | undefined;
|
|
1234
1234
|
}[][] | undefined;
|
|
@@ -273,6 +273,14 @@ export declare const MerkleAddressApiResponse: z.ZodObject<{
|
|
|
273
273
|
tag_name_verbose?: string | null | undefined;
|
|
274
274
|
};
|
|
275
275
|
} | null | undefined;
|
|
276
|
+
originator?: {
|
|
277
|
+
tag_type_verbose: string;
|
|
278
|
+
tag_subtype_verbose: string;
|
|
279
|
+
tag_name_verbose: string;
|
|
280
|
+
total_value_usd: number;
|
|
281
|
+
exposure_type: string;
|
|
282
|
+
}[] | null | undefined;
|
|
283
|
+
beneficiary?: {}[] | null | undefined;
|
|
276
284
|
statusCode?: number | null | undefined;
|
|
277
285
|
balance?: number | null | undefined;
|
|
278
286
|
blockchain?: number | null | undefined;
|
|
@@ -289,14 +297,6 @@ export declare const MerkleAddressApiResponse: z.ZodObject<{
|
|
|
289
297
|
risk_level_verbose?: "Medium" | "High" | "No Risk Detected" | "Info" | "Caution" | "Critical" | null | undefined;
|
|
290
298
|
created_at?: string | null | undefined;
|
|
291
299
|
updated_at?: string | null | undefined;
|
|
292
|
-
originator?: {
|
|
293
|
-
tag_type_verbose: string;
|
|
294
|
-
tag_subtype_verbose: string;
|
|
295
|
-
tag_name_verbose: string;
|
|
296
|
-
total_value_usd: number;
|
|
297
|
-
exposure_type: string;
|
|
298
|
-
}[] | null | undefined;
|
|
299
|
-
beneficiary?: {}[] | null | undefined;
|
|
300
300
|
custom_tags?: string[] | null | undefined;
|
|
301
301
|
digital_assets?: {
|
|
302
302
|
symbol?: string | null | undefined;
|
|
@@ -317,6 +317,14 @@ export declare const MerkleAddressApiResponse: z.ZodObject<{
|
|
|
317
317
|
tag_name_verbose?: string | null | undefined;
|
|
318
318
|
};
|
|
319
319
|
} | null | undefined;
|
|
320
|
+
originator?: {
|
|
321
|
+
tag_type_verbose: string;
|
|
322
|
+
tag_subtype_verbose: string;
|
|
323
|
+
tag_name_verbose: string;
|
|
324
|
+
total_value_usd: number;
|
|
325
|
+
exposure_type: string;
|
|
326
|
+
}[] | null | undefined;
|
|
327
|
+
beneficiary?: {}[] | null | undefined;
|
|
320
328
|
statusCode?: number | null | undefined;
|
|
321
329
|
balance?: number | null | undefined;
|
|
322
330
|
blockchain?: number | null | undefined;
|
|
@@ -333,14 +341,6 @@ export declare const MerkleAddressApiResponse: z.ZodObject<{
|
|
|
333
341
|
risk_level_verbose?: "Medium" | "High" | "No Risk Detected" | "Info" | "Caution" | "Critical" | null | undefined;
|
|
334
342
|
created_at?: string | null | undefined;
|
|
335
343
|
updated_at?: string | null | undefined;
|
|
336
|
-
originator?: {
|
|
337
|
-
tag_type_verbose: string;
|
|
338
|
-
tag_subtype_verbose: string;
|
|
339
|
-
tag_name_verbose: string;
|
|
340
|
-
total_value_usd: number;
|
|
341
|
-
exposure_type: string;
|
|
342
|
-
}[] | null | undefined;
|
|
343
|
-
beneficiary?: {}[] | null | undefined;
|
|
344
344
|
custom_tags?: string[] | null | undefined;
|
|
345
345
|
digital_assets?: {
|
|
346
346
|
symbol?: string | null | undefined;
|
|
@@ -498,6 +498,14 @@ export declare const MerkleAddressResponse: z.ZodUnion<[z.ZodObject<{
|
|
|
498
498
|
tag_name_verbose?: string | null | undefined;
|
|
499
499
|
};
|
|
500
500
|
} | null | undefined;
|
|
501
|
+
originator?: {
|
|
502
|
+
tag_type_verbose: string;
|
|
503
|
+
tag_subtype_verbose: string;
|
|
504
|
+
tag_name_verbose: string;
|
|
505
|
+
total_value_usd: number;
|
|
506
|
+
exposure_type: string;
|
|
507
|
+
}[] | null | undefined;
|
|
508
|
+
beneficiary?: {}[] | null | undefined;
|
|
501
509
|
statusCode?: number | null | undefined;
|
|
502
510
|
balance?: number | null | undefined;
|
|
503
511
|
blockchain?: number | null | undefined;
|
|
@@ -514,14 +522,6 @@ export declare const MerkleAddressResponse: z.ZodUnion<[z.ZodObject<{
|
|
|
514
522
|
risk_level_verbose?: "Medium" | "High" | "No Risk Detected" | "Info" | "Caution" | "Critical" | null | undefined;
|
|
515
523
|
created_at?: string | null | undefined;
|
|
516
524
|
updated_at?: string | null | undefined;
|
|
517
|
-
originator?: {
|
|
518
|
-
tag_type_verbose: string;
|
|
519
|
-
tag_subtype_verbose: string;
|
|
520
|
-
tag_name_verbose: string;
|
|
521
|
-
total_value_usd: number;
|
|
522
|
-
exposure_type: string;
|
|
523
|
-
}[] | null | undefined;
|
|
524
|
-
beneficiary?: {}[] | null | undefined;
|
|
525
525
|
custom_tags?: string[] | null | undefined;
|
|
526
526
|
digital_assets?: {
|
|
527
527
|
symbol?: string | null | undefined;
|
|
@@ -542,6 +542,14 @@ export declare const MerkleAddressResponse: z.ZodUnion<[z.ZodObject<{
|
|
|
542
542
|
tag_name_verbose?: string | null | undefined;
|
|
543
543
|
};
|
|
544
544
|
} | null | undefined;
|
|
545
|
+
originator?: {
|
|
546
|
+
tag_type_verbose: string;
|
|
547
|
+
tag_subtype_verbose: string;
|
|
548
|
+
tag_name_verbose: string;
|
|
549
|
+
total_value_usd: number;
|
|
550
|
+
exposure_type: string;
|
|
551
|
+
}[] | null | undefined;
|
|
552
|
+
beneficiary?: {}[] | null | undefined;
|
|
545
553
|
statusCode?: number | null | undefined;
|
|
546
554
|
balance?: number | null | undefined;
|
|
547
555
|
blockchain?: number | null | undefined;
|
|
@@ -558,14 +566,6 @@ export declare const MerkleAddressResponse: z.ZodUnion<[z.ZodObject<{
|
|
|
558
566
|
risk_level_verbose?: "Medium" | "High" | "No Risk Detected" | "Info" | "Caution" | "Critical" | null | undefined;
|
|
559
567
|
created_at?: string | null | undefined;
|
|
560
568
|
updated_at?: string | null | undefined;
|
|
561
|
-
originator?: {
|
|
562
|
-
tag_type_verbose: string;
|
|
563
|
-
tag_subtype_verbose: string;
|
|
564
|
-
tag_name_verbose: string;
|
|
565
|
-
total_value_usd: number;
|
|
566
|
-
exposure_type: string;
|
|
567
|
-
}[] | null | undefined;
|
|
568
|
-
beneficiary?: {}[] | null | undefined;
|
|
569
569
|
custom_tags?: string[] | null | undefined;
|
|
570
570
|
digital_assets?: {
|
|
571
571
|
symbol?: string | null | undefined;
|