@nexeraid/identity-schemas 2.64.0-dev → 2.65.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-7b52586c.esm.mjs → CoinMarketCap.schema-4168b240.esm.mjs} +6 -3
- package/dist/{CoinMarketCap.schema-53dca8e8.cjs.dev.cjs → CoinMarketCap.schema-5152702c.cjs.dev.cjs} +6 -3
- package/dist/{CoinMarketCap.schema-1e8f8c38.cjs.prod.cjs → CoinMarketCap.schema-dcf0fd09.cjs.prod.cjs} +6 -3
- package/dist/declarations/src/credential-storage.schema.d.ts +3 -3
- package/dist/declarations/src/customer.schema.d.ts +4 -0
- package/dist/declarations/src/customer.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/app-requests.schema.d.ts +50 -50
- package/dist/declarations/src/identity/identity-v2.schema.d.ts +14 -14
- package/dist/declarations/src/identity/kyc.schema.d.ts +184 -24
- package/dist/declarations/src/identity/kyc.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/query.schema.d.ts +121 -4
- package/dist/declarations/src/identity/query.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/scenario.schema.d.ts +41 -41
- package/dist/declarations/src/identity/scenario.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity-ids.schema.d.ts +10 -2
- package/dist/declarations/src/identity-ids.schema.d.ts.map +1 -1
- package/dist/declarations/src/providers/kyc-sessions.schema.d.ts +69 -33
- package/dist/declarations/src/providers/kyc-sessions.schema.d.ts.map +1 -1
- package/dist/declarations/src/vault/schemas/generated/Tfhe.schema.json.d.ts +1037 -0
- package/dist/declarations/src/vault/schemas/generated/Tfhe.type.d.ts +72 -0
- package/dist/declarations/src/vault/schemas/generated/Tfhe.type.d.ts.map +1 -0
- package/dist/declarations/src/vault/vault.schema.d.ts +586 -0
- package/dist/declarations/src/vault/vault.schema.d.ts.map +1 -1
- package/dist/declarations/src/verifiable-credentials/frontend-utilities.schema.d.ts +10 -0
- package/dist/declarations/src/verifiable-credentials/frontend-utilities.schema.d.ts.map +1 -1
- package/dist/declarations/src/verifiable-credentials/general-vc-typing.schema.d.ts +100 -6
- package/dist/declarations/src/verifiable-credentials/general-vc-typing.schema.d.ts.map +1 -1
- package/dist/declarations/src/verifiable-credentials/generated/tfhe/IDInformationTfheCredentialSubjectSchema.d.ts +96 -0
- package/dist/declarations/src/verifiable-credentials/generated/tfhe/IDInformationTfheCredentialSubjectSchema.d.ts.map +1 -0
- package/dist/declarations/src/verifiable-credentials/generated-ts/IDInformationTfhe-credentialSubject.json.d.ts +494 -0
- package/dist/declarations/src/verifiable-credentials/generated-ts/IDInformationTfhe-credentialSubject.json.d.ts.map +1 -0
- package/dist/declarations/src/verifiable-credentials/index.d.ts +6 -0
- package/dist/declarations/src/verifiable-credentials/index.d.ts.map +1 -1
- package/dist/declarations/src/verifiable-credentials/tfhe-utilities.d.ts +6 -0
- package/dist/declarations/src/verifiable-credentials/tfhe-utilities.d.ts.map +1 -0
- package/dist/declarations/src/verifiable-credentials/vcs.schema.d.ts +211 -0
- package/dist/declarations/src/verifiable-credentials/vcs.schema.d.ts.map +1 -1
- package/dist/{identity-api.schema-f07e7dc0.cjs.prod.cjs → identity-api.schema-12a25a42.cjs.prod.cjs} +54 -5
- package/dist/{identity-api.schema-4697ed44.cjs.dev.cjs → identity-api.schema-4510f916.cjs.dev.cjs} +54 -5
- package/dist/{identity-api.schema-50cf4bbe.esm.mjs → identity-api.schema-97cbcb66.esm.mjs} +46 -6
- package/dist/nexeraid-identity-schemas.cjs.dev.cjs +20 -7
- package/dist/nexeraid-identity-schemas.cjs.prod.cjs +20 -7
- package/dist/nexeraid-identity-schemas.esm.mjs +4 -4
- package/dist/package.json +1 -1
- package/dist/{frontend-utilities.schema-85b3a5de.cjs.dev.cjs → tfhe-utilities-1ae3cd6a.cjs.dev.cjs} +303 -6
- package/dist/{frontend-utilities.schema-bdbef342.cjs.prod.cjs → tfhe-utilities-b0e780c6.cjs.prod.cjs} +303 -6
- package/dist/{frontend-utilities.schema-652b04a0.esm.mjs → tfhe-utilities-f43f16b1.esm.mjs} +302 -7
- package/dist/{vault.schema-8d2dd08d.esm.mjs → vault.schema-1b7eeedd.esm.mjs} +1356 -232
- package/dist/{vault.schema-2d02afaa.cjs.prod.cjs → vault.schema-4921bc9f.cjs.dev.cjs} +1357 -231
- package/dist/{vault.schema-a14b6922.cjs.dev.cjs → vault.schema-9d80a02d.cjs.prod.cjs} +1357 -231
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.cjs +7 -2
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.cjs +7 -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 +1 -1
- package/vault/dist/nexeraid-identity-schemas-vault.cjs.prod.cjs +1 -1
- package/vault/dist/nexeraid-identity-schemas-vault.esm.mjs +1 -1
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.cjs +11 -7
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.cjs +11 -7
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.mjs +3 -3
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.cjs +3 -3
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +3 -3
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +3 -3
|
@@ -48,6 +48,7 @@ export type SelectKycSessionStep = z.infer<typeof SelectKycSessionStep>;
|
|
|
48
48
|
export declare const SelectKycSession: z.ZodObject<{
|
|
49
49
|
id: z.ZodString;
|
|
50
50
|
customerId: z.ZodString;
|
|
51
|
+
identityId: z.ZodOptional<z.ZodNullable<z.ZodType<`identity_${string}`, z.ZodTypeDef, `identity_${string}`>>>;
|
|
51
52
|
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>]>]>>>;
|
|
52
53
|
blockchainNamespace: z.ZodOptional<z.ZodNullable<z.ZodEnum<["tezos", "eip155", "aptos", "polkadot", "starknet", "cosmos", "solana", "cardano", "bitcoin"]>>>;
|
|
53
54
|
sandboxSimulated: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -67,7 +68,7 @@ export declare const SelectKycSession: z.ZodObject<{
|
|
|
67
68
|
scenarioExecutionId: z.ZodOptional<z.ZodString>;
|
|
68
69
|
status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "error", "unknown"]>>;
|
|
69
70
|
results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
70
|
-
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "OffChainZKP", "ChallengeQuery"]>;
|
|
71
|
+
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery"]>;
|
|
71
72
|
objectId: z.ZodString;
|
|
72
73
|
name: z.ZodString;
|
|
73
74
|
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 +111,7 @@ export declare const SelectKycSession: z.ZodObject<{
|
|
|
110
111
|
};
|
|
111
112
|
executionId: string;
|
|
112
113
|
scenarioId: string;
|
|
113
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
114
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery";
|
|
114
115
|
objectId: string;
|
|
115
116
|
address?: string | null | undefined;
|
|
116
117
|
}, {
|
|
@@ -124,7 +125,7 @@ export declare const SelectKycSession: z.ZodObject<{
|
|
|
124
125
|
};
|
|
125
126
|
executionId: string;
|
|
126
127
|
scenarioId: string;
|
|
127
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
128
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery";
|
|
128
129
|
objectId: string;
|
|
129
130
|
address?: string | null | undefined;
|
|
130
131
|
}>, "many">, "many">>;
|
|
@@ -143,7 +144,7 @@ export declare const SelectKycSession: z.ZodObject<{
|
|
|
143
144
|
};
|
|
144
145
|
executionId: string;
|
|
145
146
|
scenarioId: string;
|
|
146
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
147
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery";
|
|
147
148
|
objectId: string;
|
|
148
149
|
address?: string | null | undefined;
|
|
149
150
|
}[][] | undefined;
|
|
@@ -162,13 +163,15 @@ export declare const SelectKycSession: z.ZodObject<{
|
|
|
162
163
|
};
|
|
163
164
|
executionId: string;
|
|
164
165
|
scenarioId: string;
|
|
165
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
166
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery";
|
|
166
167
|
objectId: string;
|
|
167
168
|
address?: string | null | undefined;
|
|
168
169
|
}[][] | undefined;
|
|
169
170
|
}>>>;
|
|
170
171
|
workflowId: z.ZodNullable<z.ZodString>;
|
|
171
172
|
workflowSessionId: z.ZodNullable<z.ZodString>;
|
|
173
|
+
workspaceId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
174
|
+
organizationId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
172
175
|
}, "strip", z.ZodTypeAny, {
|
|
173
176
|
id: string;
|
|
174
177
|
createdAt: Date;
|
|
@@ -182,7 +185,10 @@ export declare const SelectKycSession: z.ZodObject<{
|
|
|
182
185
|
reviewRejectType?: "FINAL" | "RETRY" | null | undefined;
|
|
183
186
|
result?: "Passed" | "Rejected" | "ToBeManuallyChecked" | "Retry" | null | undefined;
|
|
184
187
|
address?: string | null | undefined;
|
|
188
|
+
organizationId?: string | null | undefined;
|
|
189
|
+
workspaceId?: string | null | undefined;
|
|
185
190
|
blockchainNamespace?: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | "bitcoin" | null | undefined;
|
|
191
|
+
identityId?: `identity_${string}` | null | undefined;
|
|
186
192
|
ip?: string | null | undefined;
|
|
187
193
|
sandboxMode?: boolean | null | undefined;
|
|
188
194
|
sandboxSimulated?: boolean | null | undefined;
|
|
@@ -203,7 +209,7 @@ export declare const SelectKycSession: z.ZodObject<{
|
|
|
203
209
|
};
|
|
204
210
|
executionId: string;
|
|
205
211
|
scenarioId: string;
|
|
206
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
212
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery";
|
|
207
213
|
objectId: string;
|
|
208
214
|
address?: string | null | undefined;
|
|
209
215
|
}[][] | undefined;
|
|
@@ -221,7 +227,10 @@ export declare const SelectKycSession: z.ZodObject<{
|
|
|
221
227
|
reviewRejectType?: "FINAL" | "RETRY" | null | undefined;
|
|
222
228
|
result?: "Passed" | "Rejected" | "ToBeManuallyChecked" | "Retry" | null | undefined;
|
|
223
229
|
address?: string | null | undefined;
|
|
230
|
+
organizationId?: string | null | undefined;
|
|
231
|
+
workspaceId?: string | null | undefined;
|
|
224
232
|
blockchainNamespace?: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | "bitcoin" | null | undefined;
|
|
233
|
+
identityId?: `identity_${string}` | null | undefined;
|
|
225
234
|
ip?: string | null | undefined;
|
|
226
235
|
sandboxMode?: boolean | null | undefined;
|
|
227
236
|
sandboxSimulated?: boolean | null | undefined;
|
|
@@ -242,7 +251,7 @@ export declare const SelectKycSession: z.ZodObject<{
|
|
|
242
251
|
};
|
|
243
252
|
executionId: string;
|
|
244
253
|
scenarioId: string;
|
|
245
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
254
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery";
|
|
246
255
|
objectId: string;
|
|
247
256
|
address?: string | null | undefined;
|
|
248
257
|
}[][] | undefined;
|
|
@@ -252,6 +261,7 @@ export type SelectKycSession = z.infer<typeof SelectKycSession>;
|
|
|
252
261
|
export declare const SelectKycSessionWithCompletedSteps: z.ZodObject<z.objectUtil.extendShape<{
|
|
253
262
|
id: z.ZodString;
|
|
254
263
|
customerId: z.ZodString;
|
|
264
|
+
identityId: z.ZodOptional<z.ZodNullable<z.ZodType<`identity_${string}`, z.ZodTypeDef, `identity_${string}`>>>;
|
|
255
265
|
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>]>]>>>;
|
|
256
266
|
blockchainNamespace: z.ZodOptional<z.ZodNullable<z.ZodEnum<["tezos", "eip155", "aptos", "polkadot", "starknet", "cosmos", "solana", "cardano", "bitcoin"]>>>;
|
|
257
267
|
sandboxSimulated: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -271,7 +281,7 @@ export declare const SelectKycSessionWithCompletedSteps: z.ZodObject<z.objectUti
|
|
|
271
281
|
scenarioExecutionId: z.ZodOptional<z.ZodString>;
|
|
272
282
|
status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "error", "unknown"]>>;
|
|
273
283
|
results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
274
|
-
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "OffChainZKP", "ChallengeQuery"]>;
|
|
284
|
+
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery"]>;
|
|
275
285
|
objectId: z.ZodString;
|
|
276
286
|
name: z.ZodString;
|
|
277
287
|
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 +324,7 @@ export declare const SelectKycSessionWithCompletedSteps: z.ZodObject<z.objectUti
|
|
|
314
324
|
};
|
|
315
325
|
executionId: string;
|
|
316
326
|
scenarioId: string;
|
|
317
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
327
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery";
|
|
318
328
|
objectId: string;
|
|
319
329
|
address?: string | null | undefined;
|
|
320
330
|
}, {
|
|
@@ -328,7 +338,7 @@ export declare const SelectKycSessionWithCompletedSteps: z.ZodObject<z.objectUti
|
|
|
328
338
|
};
|
|
329
339
|
executionId: string;
|
|
330
340
|
scenarioId: string;
|
|
331
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
341
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery";
|
|
332
342
|
objectId: string;
|
|
333
343
|
address?: string | null | undefined;
|
|
334
344
|
}>, "many">, "many">>;
|
|
@@ -347,7 +357,7 @@ export declare const SelectKycSessionWithCompletedSteps: z.ZodObject<z.objectUti
|
|
|
347
357
|
};
|
|
348
358
|
executionId: string;
|
|
349
359
|
scenarioId: string;
|
|
350
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
360
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery";
|
|
351
361
|
objectId: string;
|
|
352
362
|
address?: string | null | undefined;
|
|
353
363
|
}[][] | undefined;
|
|
@@ -366,13 +376,15 @@ export declare const SelectKycSessionWithCompletedSteps: z.ZodObject<z.objectUti
|
|
|
366
376
|
};
|
|
367
377
|
executionId: string;
|
|
368
378
|
scenarioId: string;
|
|
369
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
379
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery";
|
|
370
380
|
objectId: string;
|
|
371
381
|
address?: string | null | undefined;
|
|
372
382
|
}[][] | undefined;
|
|
373
383
|
}>>>;
|
|
374
384
|
workflowId: z.ZodNullable<z.ZodString>;
|
|
375
385
|
workflowSessionId: z.ZodNullable<z.ZodString>;
|
|
386
|
+
workspaceId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
387
|
+
organizationId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
376
388
|
}, {
|
|
377
389
|
stepsCompleted: z.ZodArray<z.ZodObject<{
|
|
378
390
|
id: z.ZodString;
|
|
@@ -413,7 +425,10 @@ export declare const SelectKycSessionWithCompletedSteps: z.ZodObject<z.objectUti
|
|
|
413
425
|
reviewRejectType?: "FINAL" | "RETRY" | null | undefined;
|
|
414
426
|
result?: "Passed" | "Rejected" | "ToBeManuallyChecked" | "Retry" | null | undefined;
|
|
415
427
|
address?: string | null | undefined;
|
|
428
|
+
organizationId?: string | null | undefined;
|
|
429
|
+
workspaceId?: string | null | undefined;
|
|
416
430
|
blockchainNamespace?: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | "bitcoin" | null | undefined;
|
|
431
|
+
identityId?: `identity_${string}` | null | undefined;
|
|
417
432
|
ip?: string | null | undefined;
|
|
418
433
|
sandboxMode?: boolean | null | undefined;
|
|
419
434
|
sandboxSimulated?: boolean | null | undefined;
|
|
@@ -434,7 +449,7 @@ export declare const SelectKycSessionWithCompletedSteps: z.ZodObject<z.objectUti
|
|
|
434
449
|
};
|
|
435
450
|
executionId: string;
|
|
436
451
|
scenarioId: string;
|
|
437
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
452
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery";
|
|
438
453
|
objectId: string;
|
|
439
454
|
address?: string | null | undefined;
|
|
440
455
|
}[][] | undefined;
|
|
@@ -459,7 +474,10 @@ export declare const SelectKycSessionWithCompletedSteps: z.ZodObject<z.objectUti
|
|
|
459
474
|
reviewRejectType?: "FINAL" | "RETRY" | null | undefined;
|
|
460
475
|
result?: "Passed" | "Rejected" | "ToBeManuallyChecked" | "Retry" | null | undefined;
|
|
461
476
|
address?: string | null | undefined;
|
|
477
|
+
organizationId?: string | null | undefined;
|
|
478
|
+
workspaceId?: string | null | undefined;
|
|
462
479
|
blockchainNamespace?: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | "bitcoin" | null | undefined;
|
|
480
|
+
identityId?: `identity_${string}` | null | undefined;
|
|
463
481
|
ip?: string | null | undefined;
|
|
464
482
|
sandboxMode?: boolean | null | undefined;
|
|
465
483
|
sandboxSimulated?: boolean | null | undefined;
|
|
@@ -480,7 +498,7 @@ export declare const SelectKycSessionWithCompletedSteps: z.ZodObject<z.objectUti
|
|
|
480
498
|
};
|
|
481
499
|
executionId: string;
|
|
482
500
|
scenarioId: string;
|
|
483
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
501
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery";
|
|
484
502
|
objectId: string;
|
|
485
503
|
address?: string | null | undefined;
|
|
486
504
|
}[][] | undefined;
|
|
@@ -497,6 +515,7 @@ export declare const GetKycSessionInput: z.ZodObject<{
|
|
|
497
515
|
export declare const GetKycSessionResponse: z.ZodObject<z.objectUtil.extendShape<{
|
|
498
516
|
id: z.ZodString;
|
|
499
517
|
customerId: z.ZodString;
|
|
518
|
+
identityId: z.ZodOptional<z.ZodNullable<z.ZodType<`identity_${string}`, z.ZodTypeDef, `identity_${string}`>>>;
|
|
500
519
|
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>]>]>>>;
|
|
501
520
|
blockchainNamespace: z.ZodOptional<z.ZodNullable<z.ZodEnum<["tezos", "eip155", "aptos", "polkadot", "starknet", "cosmos", "solana", "cardano", "bitcoin"]>>>;
|
|
502
521
|
sandboxSimulated: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -516,7 +535,7 @@ export declare const GetKycSessionResponse: z.ZodObject<z.objectUtil.extendShape
|
|
|
516
535
|
scenarioExecutionId: z.ZodOptional<z.ZodString>;
|
|
517
536
|
status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "error", "unknown"]>>;
|
|
518
537
|
results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
519
|
-
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "OffChainZKP", "ChallengeQuery"]>;
|
|
538
|
+
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery"]>;
|
|
520
539
|
objectId: z.ZodString;
|
|
521
540
|
name: z.ZodString;
|
|
522
541
|
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 +578,7 @@ export declare const GetKycSessionResponse: z.ZodObject<z.objectUtil.extendShape
|
|
|
559
578
|
};
|
|
560
579
|
executionId: string;
|
|
561
580
|
scenarioId: string;
|
|
562
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
581
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery";
|
|
563
582
|
objectId: string;
|
|
564
583
|
address?: string | null | undefined;
|
|
565
584
|
}, {
|
|
@@ -573,7 +592,7 @@ export declare const GetKycSessionResponse: z.ZodObject<z.objectUtil.extendShape
|
|
|
573
592
|
};
|
|
574
593
|
executionId: string;
|
|
575
594
|
scenarioId: string;
|
|
576
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
595
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery";
|
|
577
596
|
objectId: string;
|
|
578
597
|
address?: string | null | undefined;
|
|
579
598
|
}>, "many">, "many">>;
|
|
@@ -592,7 +611,7 @@ export declare const GetKycSessionResponse: z.ZodObject<z.objectUtil.extendShape
|
|
|
592
611
|
};
|
|
593
612
|
executionId: string;
|
|
594
613
|
scenarioId: string;
|
|
595
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
614
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery";
|
|
596
615
|
objectId: string;
|
|
597
616
|
address?: string | null | undefined;
|
|
598
617
|
}[][] | undefined;
|
|
@@ -611,13 +630,15 @@ export declare const GetKycSessionResponse: z.ZodObject<z.objectUtil.extendShape
|
|
|
611
630
|
};
|
|
612
631
|
executionId: string;
|
|
613
632
|
scenarioId: string;
|
|
614
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
633
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery";
|
|
615
634
|
objectId: string;
|
|
616
635
|
address?: string | null | undefined;
|
|
617
636
|
}[][] | undefined;
|
|
618
637
|
}>>>;
|
|
619
638
|
workflowId: z.ZodNullable<z.ZodString>;
|
|
620
639
|
workflowSessionId: z.ZodNullable<z.ZodString>;
|
|
640
|
+
workspaceId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
641
|
+
organizationId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
621
642
|
}, {
|
|
622
643
|
stepsCompleted: z.ZodArray<z.ZodObject<{
|
|
623
644
|
id: z.ZodString;
|
|
@@ -669,7 +690,10 @@ export declare const GetKycSessionResponse: z.ZodObject<z.objectUtil.extendShape
|
|
|
669
690
|
reviewRejectType?: "FINAL" | "RETRY" | null | undefined;
|
|
670
691
|
result?: "Passed" | "Rejected" | "ToBeManuallyChecked" | "Retry" | null | undefined;
|
|
671
692
|
address?: string | null | undefined;
|
|
693
|
+
organizationId?: string | null | undefined;
|
|
694
|
+
workspaceId?: string | null | undefined;
|
|
672
695
|
blockchainNamespace?: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | "bitcoin" | null | undefined;
|
|
696
|
+
identityId?: `identity_${string}` | null | undefined;
|
|
673
697
|
ip?: string | null | undefined;
|
|
674
698
|
sandboxMode?: boolean | null | undefined;
|
|
675
699
|
sandboxSimulated?: boolean | null | undefined;
|
|
@@ -690,7 +714,7 @@ export declare const GetKycSessionResponse: z.ZodObject<z.objectUtil.extendShape
|
|
|
690
714
|
};
|
|
691
715
|
executionId: string;
|
|
692
716
|
scenarioId: string;
|
|
693
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
717
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery";
|
|
694
718
|
objectId: string;
|
|
695
719
|
address?: string | null | undefined;
|
|
696
720
|
}[][] | undefined;
|
|
@@ -720,7 +744,10 @@ export declare const GetKycSessionResponse: z.ZodObject<z.objectUtil.extendShape
|
|
|
720
744
|
reviewRejectType?: "FINAL" | "RETRY" | null | undefined;
|
|
721
745
|
result?: "Passed" | "Rejected" | "ToBeManuallyChecked" | "Retry" | null | undefined;
|
|
722
746
|
address?: string | null | undefined;
|
|
747
|
+
organizationId?: string | null | undefined;
|
|
748
|
+
workspaceId?: string | null | undefined;
|
|
723
749
|
blockchainNamespace?: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | "bitcoin" | null | undefined;
|
|
750
|
+
identityId?: `identity_${string}` | null | undefined;
|
|
724
751
|
ip?: string | null | undefined;
|
|
725
752
|
sandboxMode?: boolean | null | undefined;
|
|
726
753
|
sandboxSimulated?: boolean | null | undefined;
|
|
@@ -741,7 +768,7 @@ export declare const GetKycSessionResponse: z.ZodObject<z.objectUtil.extendShape
|
|
|
741
768
|
};
|
|
742
769
|
executionId: string;
|
|
743
770
|
scenarioId: string;
|
|
744
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
771
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery";
|
|
745
772
|
objectId: string;
|
|
746
773
|
address?: string | null | undefined;
|
|
747
774
|
}[][] | undefined;
|
|
@@ -948,10 +975,10 @@ export declare const CustomerContactInformationOutput: z.ZodObject<{
|
|
|
948
975
|
}>;
|
|
949
976
|
export type CustomerContactInformationOutput = z.infer<typeof CustomerContactInformationOutput>;
|
|
950
977
|
export declare const CredentialMetadata: z.ZodObject<{
|
|
951
|
-
type: z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodEnum<["AMLScreeningsResults", "ProofOfResidence", "SelfieImage", "IDImage", "IDInformation", "ID3", "IDScan", "IDScanSelfie", "IDScanPassport"]>>;
|
|
978
|
+
type: z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodEnum<["AMLScreeningsResults", "ProofOfResidence", "SelfieImage", "IDImage", "IDInformation", "IDInformationTfhe", "ID3", "IDScan", "IDScanSelfie", "IDScanPassport"]>>;
|
|
952
979
|
imageId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
953
980
|
}, "strip", z.ZodTypeAny, {
|
|
954
|
-
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
981
|
+
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "IDInformationTfhe" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
955
982
|
imageId?: number | null | undefined;
|
|
956
983
|
}, {
|
|
957
984
|
type: string;
|
|
@@ -961,6 +988,7 @@ export type CredentialMetadata = z.infer<typeof CredentialMetadata>;
|
|
|
961
988
|
export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
962
989
|
id: z.ZodString;
|
|
963
990
|
customerId: z.ZodString;
|
|
991
|
+
identityId: z.ZodOptional<z.ZodNullable<z.ZodType<`identity_${string}`, z.ZodTypeDef, `identity_${string}`>>>;
|
|
964
992
|
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>]>]>>>;
|
|
965
993
|
blockchainNamespace: z.ZodOptional<z.ZodNullable<z.ZodEnum<["tezos", "eip155", "aptos", "polkadot", "starknet", "cosmos", "solana", "cardano", "bitcoin"]>>>;
|
|
966
994
|
sandboxSimulated: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -980,7 +1008,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<z
|
|
|
980
1008
|
scenarioExecutionId: z.ZodOptional<z.ZodString>;
|
|
981
1009
|
status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "error", "unknown"]>>;
|
|
982
1010
|
results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
983
|
-
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "OffChainZKP", "ChallengeQuery"]>;
|
|
1011
|
+
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery"]>;
|
|
984
1012
|
objectId: z.ZodString;
|
|
985
1013
|
name: z.ZodString;
|
|
986
1014
|
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 +1051,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<z
|
|
|
1023
1051
|
};
|
|
1024
1052
|
executionId: string;
|
|
1025
1053
|
scenarioId: string;
|
|
1026
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
1054
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery";
|
|
1027
1055
|
objectId: string;
|
|
1028
1056
|
address?: string | null | undefined;
|
|
1029
1057
|
}, {
|
|
@@ -1037,7 +1065,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<z
|
|
|
1037
1065
|
};
|
|
1038
1066
|
executionId: string;
|
|
1039
1067
|
scenarioId: string;
|
|
1040
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
1068
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery";
|
|
1041
1069
|
objectId: string;
|
|
1042
1070
|
address?: string | null | undefined;
|
|
1043
1071
|
}>, "many">, "many">>;
|
|
@@ -1056,7 +1084,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<z
|
|
|
1056
1084
|
};
|
|
1057
1085
|
executionId: string;
|
|
1058
1086
|
scenarioId: string;
|
|
1059
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
1087
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery";
|
|
1060
1088
|
objectId: string;
|
|
1061
1089
|
address?: string | null | undefined;
|
|
1062
1090
|
}[][] | undefined;
|
|
@@ -1075,13 +1103,15 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<z
|
|
|
1075
1103
|
};
|
|
1076
1104
|
executionId: string;
|
|
1077
1105
|
scenarioId: string;
|
|
1078
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
1106
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery";
|
|
1079
1107
|
objectId: string;
|
|
1080
1108
|
address?: string | null | undefined;
|
|
1081
1109
|
}[][] | undefined;
|
|
1082
1110
|
}>>>;
|
|
1083
1111
|
workflowId: z.ZodNullable<z.ZodString>;
|
|
1084
1112
|
workflowSessionId: z.ZodNullable<z.ZodString>;
|
|
1113
|
+
workspaceId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1114
|
+
organizationId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1085
1115
|
}, {
|
|
1086
1116
|
stepsCompleted: z.ZodArray<z.ZodObject<{
|
|
1087
1117
|
id: z.ZodString;
|
|
@@ -1115,10 +1145,10 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<z
|
|
|
1115
1145
|
}>>>;
|
|
1116
1146
|
}>, {
|
|
1117
1147
|
credentialsMetadata: z.ZodArray<z.ZodObject<{
|
|
1118
|
-
type: z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodEnum<["AMLScreeningsResults", "ProofOfResidence", "SelfieImage", "IDImage", "IDInformation", "ID3", "IDScan", "IDScanSelfie", "IDScanPassport"]>>;
|
|
1148
|
+
type: z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodEnum<["AMLScreeningsResults", "ProofOfResidence", "SelfieImage", "IDImage", "IDInformation", "IDInformationTfhe", "ID3", "IDScan", "IDScanSelfie", "IDScanPassport"]>>;
|
|
1119
1149
|
imageId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1120
1150
|
}, "strip", z.ZodTypeAny, {
|
|
1121
|
-
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
1151
|
+
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "IDInformationTfhe" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
1122
1152
|
imageId?: number | null | undefined;
|
|
1123
1153
|
}, {
|
|
1124
1154
|
type: string;
|
|
@@ -1142,7 +1172,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<z
|
|
|
1142
1172
|
kycSessionId: string;
|
|
1143
1173
|
}[];
|
|
1144
1174
|
credentialsMetadata: {
|
|
1145
|
-
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
1175
|
+
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "IDInformationTfhe" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
1146
1176
|
imageId?: number | null | undefined;
|
|
1147
1177
|
}[];
|
|
1148
1178
|
status?: "Closed" | "Started" | "CredentialsClaimed" | "NotStarted" | "EmailVerified" | "UserDataSubmitted" | "VerificationChecked" | null | undefined;
|
|
@@ -1150,7 +1180,10 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<z
|
|
|
1150
1180
|
reviewRejectType?: "FINAL" | "RETRY" | null | undefined;
|
|
1151
1181
|
result?: "Passed" | "Rejected" | "ToBeManuallyChecked" | "Retry" | null | undefined;
|
|
1152
1182
|
address?: string | null | undefined;
|
|
1183
|
+
organizationId?: string | null | undefined;
|
|
1184
|
+
workspaceId?: string | null | undefined;
|
|
1153
1185
|
blockchainNamespace?: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | "bitcoin" | null | undefined;
|
|
1186
|
+
identityId?: `identity_${string}` | null | undefined;
|
|
1154
1187
|
ip?: string | null | undefined;
|
|
1155
1188
|
sandboxMode?: boolean | null | undefined;
|
|
1156
1189
|
sandboxSimulated?: boolean | null | undefined;
|
|
@@ -1171,7 +1204,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<z
|
|
|
1171
1204
|
};
|
|
1172
1205
|
executionId: string;
|
|
1173
1206
|
scenarioId: string;
|
|
1174
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
1207
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery";
|
|
1175
1208
|
objectId: string;
|
|
1176
1209
|
address?: string | null | undefined;
|
|
1177
1210
|
}[][] | undefined;
|
|
@@ -1207,7 +1240,10 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<z
|
|
|
1207
1240
|
reviewRejectType?: "FINAL" | "RETRY" | null | undefined;
|
|
1208
1241
|
result?: "Passed" | "Rejected" | "ToBeManuallyChecked" | "Retry" | null | undefined;
|
|
1209
1242
|
address?: string | null | undefined;
|
|
1243
|
+
organizationId?: string | null | undefined;
|
|
1244
|
+
workspaceId?: string | null | undefined;
|
|
1210
1245
|
blockchainNamespace?: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | "bitcoin" | null | undefined;
|
|
1246
|
+
identityId?: `identity_${string}` | null | undefined;
|
|
1211
1247
|
ip?: string | null | undefined;
|
|
1212
1248
|
sandboxMode?: boolean | null | undefined;
|
|
1213
1249
|
sandboxSimulated?: boolean | null | undefined;
|
|
@@ -1228,7 +1264,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<z
|
|
|
1228
1264
|
};
|
|
1229
1265
|
executionId: string;
|
|
1230
1266
|
scenarioId: string;
|
|
1231
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
1267
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery";
|
|
1232
1268
|
objectId: string;
|
|
1233
1269
|
address?: string | null | undefined;
|
|
1234
1270
|
}[][] | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"kyc-sessions.schema.d.ts","sourceRoot":"../../../../src/providers","sources":["kyc-sessions.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"kyc-sessions.schema.d.ts","sourceRoot":"../../../../src/providers","sources":["kyc-sessions.schema.ts"],"names":[],"mappings":"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"}
|