@nexeraid/identity-schemas 2.7.0-dev → 2.9.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.
Files changed (54) hide show
  1. package/dist/{customers.schema-25c9bc0a.esm.js → customers.schema-0bfe7ed2.esm.js} +1 -1
  2. package/dist/{customers.schema-7ac300ea.cjs.dev.js → customers.schema-1bf4fe64.cjs.dev.js} +1 -1
  3. package/dist/{customers.schema-a484549e.cjs.prod.js → customers.schema-80e163e9.cjs.prod.js} +1 -1
  4. package/dist/declarations/src/identity/app-requests.schema.d.ts +109 -104
  5. package/dist/declarations/src/identity/app-requests.schema.d.ts.map +1 -1
  6. package/dist/declarations/src/identity/identity-v2.schema.d.ts +25 -24
  7. package/dist/declarations/src/identity/identity-v2.schema.d.ts.map +1 -1
  8. package/dist/declarations/src/identity/index.d.ts +1 -2
  9. package/dist/declarations/src/identity/index.d.ts.map +1 -1
  10. package/dist/declarations/src/identity/kyc.schema.d.ts +31 -194
  11. package/dist/declarations/src/identity/kyc.schema.d.ts.map +1 -1
  12. package/dist/declarations/src/identity/query.schema.d.ts +178 -0
  13. package/dist/declarations/src/identity/query.schema.d.ts.map +1 -1
  14. package/dist/declarations/src/identity/scenario.schema.d.ts +1180 -0
  15. package/dist/declarations/src/identity/scenario.schema.d.ts.map +1 -0
  16. package/dist/declarations/src/identity/zkps.schema.d.ts +0 -744
  17. package/dist/declarations/src/identity/zkps.schema.d.ts.map +1 -1
  18. package/dist/declarations/src/providers/kyc-sessions.schema.d.ts +63 -60
  19. package/dist/declarations/src/providers/kyc-sessions.schema.d.ts.map +1 -1
  20. package/dist/declarations/src/providers/sumsub/sumsub-applicant.schema.d.ts +4 -4
  21. package/dist/declarations/src/transaction.schema.d.ts +2 -2
  22. package/dist/declarations/src/transaction.schema.d.ts.map +1 -1
  23. package/dist/declarations/src/webhooks/svix.webhooks.schema.d.ts +135 -135
  24. package/dist/declarations/src/webhooks/tms.webhooks.schema.d.ts +3 -3
  25. package/dist/{frontend-utilities.schema-2ad117b9.cjs.prod.js → frontend-utilities.schema-63c0c3ec.cjs.prod.js} +1 -1
  26. package/dist/{frontend-utilities.schema-a0cf242f.cjs.dev.js → frontend-utilities.schema-7ec52bb3.cjs.dev.js} +1 -1
  27. package/dist/{frontend-utilities.schema-3e61e949.esm.js → frontend-utilities.schema-c53dbf36.esm.js} +1 -1
  28. package/dist/{identity-api.schema-08b1e63d.cjs.dev.js → identity-api.schema-725ecd1d.cjs.prod.js} +357 -437
  29. package/dist/{identity-api.schema-a01dae12.esm.js → identity-api.schema-a3f556f3.esm.js} +351 -424
  30. package/dist/{identity-api.schema-1b5f26e1.cjs.prod.js → identity-api.schema-e1fe9b0e.cjs.dev.js} +357 -437
  31. package/dist/nexeraid-identity-schemas.cjs.dev.js +10 -17
  32. package/dist/nexeraid-identity-schemas.cjs.prod.js +10 -17
  33. package/dist/nexeraid-identity-schemas.esm.js +4 -4
  34. package/dist/package.json +1 -1
  35. package/dist/{transaction.schema-1e7e4f0c.esm.js → transaction.schema-356f414e.esm.js} +2 -2
  36. package/dist/{transaction.schema-c69db067.cjs.dev.js → transaction.schema-8da87f68.cjs.dev.js} +2 -2
  37. package/dist/{transaction.schema-3ac3062a.cjs.prod.js → transaction.schema-aff2475c.cjs.prod.js} +2 -2
  38. package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.js +8 -15
  39. package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.js +8 -15
  40. package/identity/dist/nexeraid-identity-schemas-identity.esm.js +1 -1
  41. package/package.json +1 -1
  42. package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.js +2 -2
  43. package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.js +2 -2
  44. package/providers/dist/nexeraid-identity-schemas-providers.esm.js +2 -2
  45. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.js +2 -2
  46. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.js +2 -2
  47. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.js +2 -2
  48. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.js +4 -4
  49. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.js +4 -4
  50. package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.js +4 -4
  51. package/dist/declarations/src/identity/challenge-query.schema.d.ts +0 -1246
  52. package/dist/declarations/src/identity/challenge-query.schema.d.ts.map +0 -1
  53. package/dist/declarations/src/identity/execute-scenario.schema.d.ts +0 -136
  54. package/dist/declarations/src/identity/execute-scenario.schema.d.ts.map +0 -1
@@ -1,1246 +0,0 @@
1
- import { z } from "zod";
2
- export declare const ChallengeQueryOperators: z.ZodEffects<z.ZodObject<{
3
- GREATER_THAN: z.ZodOptional<z.ZodNumber>;
4
- LESS_THAN: z.ZodOptional<z.ZodNumber>;
5
- EQUAL_TO: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodArray<z.ZodNever, "many">, z.ZodArray<z.ZodNumber, "many">, z.ZodArray<z.ZodString, "many">]>>;
6
- NOT_EQUAL_TO: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodArray<z.ZodNever, "many">, z.ZodArray<z.ZodNumber, "many">, z.ZodArray<z.ZodString, "many">]>>;
7
- LESS_THAN_OR_EQUAL_TO: z.ZodOptional<z.ZodNumber>;
8
- GREATER_THAN_OR_EQUAL_TO: z.ZodOptional<z.ZodNumber>;
9
- IN: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodNumber, "many">, z.ZodArray<z.ZodString, "many">]>>;
10
- NOT_IN: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodNumber, "many">, z.ZodArray<z.ZodString, "many">]>>;
11
- }, "strip", z.ZodTypeAny, {
12
- IN?: string | string[] | number[] | undefined;
13
- GREATER_THAN?: number | undefined;
14
- LESS_THAN?: number | undefined;
15
- EQUAL_TO?: string | number | never[] | string[] | number[] | undefined;
16
- NOT_EQUAL_TO?: string | number | never[] | string[] | number[] | undefined;
17
- LESS_THAN_OR_EQUAL_TO?: number | undefined;
18
- GREATER_THAN_OR_EQUAL_TO?: number | undefined;
19
- NOT_IN?: string | string[] | number[] | undefined;
20
- }, {
21
- IN?: string | string[] | number[] | undefined;
22
- GREATER_THAN?: number | undefined;
23
- LESS_THAN?: number | undefined;
24
- EQUAL_TO?: string | number | never[] | string[] | number[] | undefined;
25
- NOT_EQUAL_TO?: string | number | never[] | string[] | number[] | undefined;
26
- LESS_THAN_OR_EQUAL_TO?: number | undefined;
27
- GREATER_THAN_OR_EQUAL_TO?: number | undefined;
28
- NOT_IN?: string | string[] | number[] | undefined;
29
- }>, {
30
- IN?: string | string[] | number[] | undefined;
31
- GREATER_THAN?: number | undefined;
32
- LESS_THAN?: number | undefined;
33
- EQUAL_TO?: string | number | never[] | string[] | number[] | undefined;
34
- NOT_EQUAL_TO?: string | number | never[] | string[] | number[] | undefined;
35
- LESS_THAN_OR_EQUAL_TO?: number | undefined;
36
- GREATER_THAN_OR_EQUAL_TO?: number | undefined;
37
- NOT_IN?: string | string[] | number[] | undefined;
38
- }, {
39
- IN?: string | string[] | number[] | undefined;
40
- GREATER_THAN?: number | undefined;
41
- LESS_THAN?: number | undefined;
42
- EQUAL_TO?: string | number | never[] | string[] | number[] | undefined;
43
- NOT_EQUAL_TO?: string | number | never[] | string[] | number[] | undefined;
44
- LESS_THAN_OR_EQUAL_TO?: number | undefined;
45
- GREATER_THAN_OR_EQUAL_TO?: number | undefined;
46
- NOT_IN?: string | string[] | number[] | undefined;
47
- }>;
48
- export declare const CHALLENGE_QUERY_OPERATORS: readonly ["GREATER_THAN", "LESS_THAN", "EQUAL_TO", "NOT_EQUAL_TO", "LESS_THAN_OR_EQUAL_TO", "GREATER_THAN_OR_EQUAL_TO", "IN", "NOT_IN"];
49
- export declare const ChallengeQueryOperator: z.ZodEnum<["GREATER_THAN", "LESS_THAN", "EQUAL_TO", "NOT_EQUAL_TO", "LESS_THAN_OR_EQUAL_TO", "GREATER_THAN_OR_EQUAL_TO", "IN", "NOT_IN"]>;
50
- export type ChallengeQueryOperator = z.infer<typeof ChallengeQueryOperator>;
51
- export declare const OperatorToChallengeQueryOperator: {
52
- $noop: "EQUAL_TO";
53
- $eq: "EQUAL_TO";
54
- $lt: "LESS_THAN";
55
- $lte: "LESS_THAN_OR_EQUAL_TO";
56
- $gt: "GREATER_THAN";
57
- $gte: "GREATER_THAN_OR_EQUAL_TO";
58
- $in: "IN";
59
- $nin: "NOT_IN";
60
- $ne: "NOT_EQUAL_TO";
61
- };
62
- export declare const ChallengeQueryOperatorToOperator: {
63
- EQUAL_TO: "$eq";
64
- LESS_THAN: "$lt";
65
- LESS_THAN_OR_EQUAL_TO: "$lte";
66
- GREATER_THAN: "$gt";
67
- GREATER_THAN_OR_EQUAL_TO: "$gte";
68
- IN: "$in";
69
- NOT_IN: "$nin";
70
- NOT_EQUAL_TO: "$ne";
71
- };
72
- export declare const ChallengeQuerySchema: z.ZodObject<{
73
- id: z.ZodOptional<z.ZodString>;
74
- query: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
75
- type: z.ZodLiteral<"IDInformation">;
76
- requestId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
77
- attribute: z.ZodUnion<[z.ZodString, z.ZodEnum<["id" | "journeyId" | "reviewAnswer" | "reviewRejectType" | "reviewRejectLabels" | "documentType" | "entryDate" | "entryTime" | "personalData" | "isSandbox", ...("id" | "journeyId" | "reviewAnswer" | "reviewRejectType" | "reviewRejectLabels" | "documentType" | "entryDate" | "entryTime" | "personalData" | "isSandbox")[]]>]>;
78
- value: z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>;
79
- operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne"]>;
80
- }, "strip", z.ZodTypeAny, {
81
- value: string | number | boolean | string[] | number[];
82
- type: "IDInformation";
83
- attribute: string;
84
- operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
85
- requestId?: number | null | undefined;
86
- }, {
87
- value: string | number | boolean | string[] | number[];
88
- type: "IDInformation";
89
- attribute: string;
90
- operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
91
- requestId?: number | null | undefined;
92
- }>, z.ZodObject<{
93
- type: z.ZodLiteral<"IDImage">;
94
- requestId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
95
- attribute: z.ZodUnion<[z.ZodString, z.ZodEnum<["id" | "journeyId" | "reviewAnswer" | "reviewRejectType" | "reviewRejectLabels" | "documentType" | "entryDate" | "entryTime" | "isSandbox" | "base64_front" | "base64_back" | "name" | "mediaType_front" | "mediaType_back", ...("id" | "journeyId" | "reviewAnswer" | "reviewRejectType" | "reviewRejectLabels" | "documentType" | "entryDate" | "entryTime" | "isSandbox" | "base64_front" | "base64_back" | "name" | "mediaType_front" | "mediaType_back")[]]>]>;
96
- value: z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>;
97
- operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne"]>;
98
- }, "strip", z.ZodTypeAny, {
99
- value: string | number | boolean | string[] | number[];
100
- type: "IDImage";
101
- attribute: string;
102
- operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
103
- requestId?: number | null | undefined;
104
- }, {
105
- value: string | number | boolean | string[] | number[];
106
- type: "IDImage";
107
- attribute: string;
108
- operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
109
- requestId?: number | null | undefined;
110
- }>, z.ZodObject<{
111
- type: z.ZodLiteral<"SelfieImage">;
112
- requestId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
113
- attribute: z.ZodUnion<[z.ZodString, z.ZodEnum<["id" | "journeyId" | "reviewAnswer" | "reviewRejectType" | "reviewRejectLabels" | "entryDate" | "entryTime" | "isSandbox" | "name" | "base64" | "mediaType", ...("id" | "journeyId" | "reviewAnswer" | "reviewRejectType" | "reviewRejectLabels" | "entryDate" | "entryTime" | "isSandbox" | "name" | "base64" | "mediaType")[]]>]>;
114
- value: z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>;
115
- operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne"]>;
116
- }, "strip", z.ZodTypeAny, {
117
- value: string | number | boolean | string[] | number[];
118
- type: "SelfieImage";
119
- attribute: string;
120
- operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
121
- requestId?: number | null | undefined;
122
- }, {
123
- value: string | number | boolean | string[] | number[];
124
- type: "SelfieImage";
125
- attribute: string;
126
- operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
127
- requestId?: number | null | undefined;
128
- }>, z.ZodObject<{
129
- type: z.ZodLiteral<"ProofOfResidence">;
130
- requestId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
131
- attribute: z.ZodUnion<[z.ZodString, z.ZodEnum<["id" | "journeyId" | "documentType" | "entryDate" | "entryTime" | "country" | "isSandbox" | "name" | "base64" | "mediaType" | "county" | "city" | "streetName" | "postalCode", ...("id" | "journeyId" | "documentType" | "entryDate" | "entryTime" | "country" | "isSandbox" | "name" | "base64" | "mediaType" | "county" | "city" | "streetName" | "postalCode")[]]>]>;
132
- value: z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>;
133
- operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne"]>;
134
- }, "strip", z.ZodTypeAny, {
135
- value: string | number | boolean | string[] | number[];
136
- type: "ProofOfResidence";
137
- attribute: string;
138
- operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
139
- requestId?: number | null | undefined;
140
- }, {
141
- value: string | number | boolean | string[] | number[];
142
- type: "ProofOfResidence";
143
- attribute: string;
144
- operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
145
- requestId?: number | null | undefined;
146
- }>]>;
147
- }, "strip", z.ZodTypeAny, {
148
- query: {
149
- value: string | number | boolean | string[] | number[];
150
- type: "IDInformation";
151
- attribute: string;
152
- operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
153
- requestId?: number | null | undefined;
154
- } | {
155
- value: string | number | boolean | string[] | number[];
156
- type: "IDImage";
157
- attribute: string;
158
- operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
159
- requestId?: number | null | undefined;
160
- } | {
161
- value: string | number | boolean | string[] | number[];
162
- type: "SelfieImage";
163
- attribute: string;
164
- operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
165
- requestId?: number | null | undefined;
166
- } | {
167
- value: string | number | boolean | string[] | number[];
168
- type: "ProofOfResidence";
169
- attribute: string;
170
- operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
171
- requestId?: number | null | undefined;
172
- };
173
- id?: string | undefined;
174
- }, {
175
- query: {
176
- value: string | number | boolean | string[] | number[];
177
- type: "IDInformation";
178
- attribute: string;
179
- operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
180
- requestId?: number | null | undefined;
181
- } | {
182
- value: string | number | boolean | string[] | number[];
183
- type: "IDImage";
184
- attribute: string;
185
- operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
186
- requestId?: number | null | undefined;
187
- } | {
188
- value: string | number | boolean | string[] | number[];
189
- type: "SelfieImage";
190
- attribute: string;
191
- operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
192
- requestId?: number | null | undefined;
193
- } | {
194
- value: string | number | boolean | string[] | number[];
195
- type: "ProofOfResidence";
196
- attribute: string;
197
- operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
198
- requestId?: number | null | undefined;
199
- };
200
- id?: string | undefined;
201
- }>;
202
- export declare const ExecuteChallengeQueryInput: z.ZodObject<{
203
- externalCustomerId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
204
- 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>]>>>;
205
- credentials: z.ZodArray<z.ZodObject<{
206
- id: z.ZodString;
207
- "@context": z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
208
- type: z.ZodArray<z.ZodString, "many">;
209
- expirationDate: z.ZodOptional<z.ZodString>;
210
- issuanceDate: z.ZodOptional<z.ZodString>;
211
- credentialSubject: z.ZodRecord<z.ZodString, z.ZodAny>;
212
- credentialStatus: z.ZodObject<{
213
- id: z.ZodString;
214
- type: z.ZodEnum<["SparseMerkleTreeProof", "Iden3ReverseSparseMerkleTreeProof", "Iden3commRevocationStatusV1.0", "Iden3OnchainSparseMerkleTreeProof2023"]>;
215
- revocationNonce: z.ZodOptional<z.ZodNumber>;
216
- }, "strip", z.ZodTypeAny, {
217
- id: string;
218
- type: "SparseMerkleTreeProof" | "Iden3ReverseSparseMerkleTreeProof" | "Iden3commRevocationStatusV1.0" | "Iden3OnchainSparseMerkleTreeProof2023";
219
- revocationNonce?: number | undefined;
220
- }, {
221
- id: string;
222
- type: "SparseMerkleTreeProof" | "Iden3ReverseSparseMerkleTreeProof" | "Iden3commRevocationStatusV1.0" | "Iden3OnchainSparseMerkleTreeProof2023";
223
- revocationNonce?: number | undefined;
224
- }>;
225
- issuer: z.ZodString;
226
- credentialSchema: z.ZodObject<{
227
- id: z.ZodString;
228
- type: z.ZodString;
229
- }, "strip", z.ZodTypeAny, {
230
- id: string;
231
- type: string;
232
- }, {
233
- id: string;
234
- type: string;
235
- }>;
236
- proof: z.ZodAny;
237
- }, "strip", z.ZodTypeAny, {
238
- id: string;
239
- type: string[];
240
- credentialSubject: Record<string, any>;
241
- credentialStatus: {
242
- id: string;
243
- type: "SparseMerkleTreeProof" | "Iden3ReverseSparseMerkleTreeProof" | "Iden3commRevocationStatusV1.0" | "Iden3OnchainSparseMerkleTreeProof2023";
244
- revocationNonce?: number | undefined;
245
- };
246
- issuer: string;
247
- credentialSchema: {
248
- id: string;
249
- type: string;
250
- };
251
- "@context"?: string[] | undefined;
252
- expirationDate?: string | undefined;
253
- issuanceDate?: string | undefined;
254
- proof?: any;
255
- }, {
256
- id: string;
257
- type: string[];
258
- credentialSubject: Record<string, any>;
259
- credentialStatus: {
260
- id: string;
261
- type: "SparseMerkleTreeProof" | "Iden3ReverseSparseMerkleTreeProof" | "Iden3commRevocationStatusV1.0" | "Iden3OnchainSparseMerkleTreeProof2023";
262
- revocationNonce?: number | undefined;
263
- };
264
- issuer: string;
265
- credentialSchema: {
266
- id: string;
267
- type: string;
268
- };
269
- "@context"?: string[] | undefined;
270
- expirationDate?: string | undefined;
271
- issuanceDate?: string | undefined;
272
- proof?: any;
273
- }>, "many">;
274
- challengeQuery: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
275
- type: z.ZodLiteral<"IDInformation">;
276
- requestId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
277
- attribute: z.ZodUnion<[z.ZodString, z.ZodEnum<["id" | "journeyId" | "reviewAnswer" | "reviewRejectType" | "reviewRejectLabels" | "documentType" | "entryDate" | "entryTime" | "personalData" | "isSandbox", ...("id" | "journeyId" | "reviewAnswer" | "reviewRejectType" | "reviewRejectLabels" | "documentType" | "entryDate" | "entryTime" | "personalData" | "isSandbox")[]]>]>;
278
- value: z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>;
279
- operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne"]>;
280
- }, "strip", z.ZodTypeAny, {
281
- value: string | number | boolean | string[] | number[];
282
- type: "IDInformation";
283
- attribute: string;
284
- operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
285
- requestId?: number | null | undefined;
286
- }, {
287
- value: string | number | boolean | string[] | number[];
288
- type: "IDInformation";
289
- attribute: string;
290
- operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
291
- requestId?: number | null | undefined;
292
- }>, z.ZodObject<{
293
- type: z.ZodLiteral<"IDImage">;
294
- requestId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
295
- attribute: z.ZodUnion<[z.ZodString, z.ZodEnum<["id" | "journeyId" | "reviewAnswer" | "reviewRejectType" | "reviewRejectLabels" | "documentType" | "entryDate" | "entryTime" | "isSandbox" | "base64_front" | "base64_back" | "name" | "mediaType_front" | "mediaType_back", ...("id" | "journeyId" | "reviewAnswer" | "reviewRejectType" | "reviewRejectLabels" | "documentType" | "entryDate" | "entryTime" | "isSandbox" | "base64_front" | "base64_back" | "name" | "mediaType_front" | "mediaType_back")[]]>]>;
296
- value: z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>;
297
- operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne"]>;
298
- }, "strip", z.ZodTypeAny, {
299
- value: string | number | boolean | string[] | number[];
300
- type: "IDImage";
301
- attribute: string;
302
- operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
303
- requestId?: number | null | undefined;
304
- }, {
305
- value: string | number | boolean | string[] | number[];
306
- type: "IDImage";
307
- attribute: string;
308
- operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
309
- requestId?: number | null | undefined;
310
- }>, z.ZodObject<{
311
- type: z.ZodLiteral<"SelfieImage">;
312
- requestId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
313
- attribute: z.ZodUnion<[z.ZodString, z.ZodEnum<["id" | "journeyId" | "reviewAnswer" | "reviewRejectType" | "reviewRejectLabels" | "entryDate" | "entryTime" | "isSandbox" | "name" | "base64" | "mediaType", ...("id" | "journeyId" | "reviewAnswer" | "reviewRejectType" | "reviewRejectLabels" | "entryDate" | "entryTime" | "isSandbox" | "name" | "base64" | "mediaType")[]]>]>;
314
- value: z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>;
315
- operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne"]>;
316
- }, "strip", z.ZodTypeAny, {
317
- value: string | number | boolean | string[] | number[];
318
- type: "SelfieImage";
319
- attribute: string;
320
- operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
321
- requestId?: number | null | undefined;
322
- }, {
323
- value: string | number | boolean | string[] | number[];
324
- type: "SelfieImage";
325
- attribute: string;
326
- operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
327
- requestId?: number | null | undefined;
328
- }>, z.ZodObject<{
329
- type: z.ZodLiteral<"ProofOfResidence">;
330
- requestId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
331
- attribute: z.ZodUnion<[z.ZodString, z.ZodEnum<["id" | "journeyId" | "documentType" | "entryDate" | "entryTime" | "country" | "isSandbox" | "name" | "base64" | "mediaType" | "county" | "city" | "streetName" | "postalCode", ...("id" | "journeyId" | "documentType" | "entryDate" | "entryTime" | "country" | "isSandbox" | "name" | "base64" | "mediaType" | "county" | "city" | "streetName" | "postalCode")[]]>]>;
332
- value: z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>;
333
- operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne"]>;
334
- }, "strip", z.ZodTypeAny, {
335
- value: string | number | boolean | string[] | number[];
336
- type: "ProofOfResidence";
337
- attribute: string;
338
- operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
339
- requestId?: number | null | undefined;
340
- }, {
341
- value: string | number | boolean | string[] | number[];
342
- type: "ProofOfResidence";
343
- attribute: string;
344
- operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
345
- requestId?: number | null | undefined;
346
- }>]>;
347
- }, "strip", z.ZodTypeAny, {
348
- credentials: {
349
- id: string;
350
- type: string[];
351
- credentialSubject: Record<string, any>;
352
- credentialStatus: {
353
- id: string;
354
- type: "SparseMerkleTreeProof" | "Iden3ReverseSparseMerkleTreeProof" | "Iden3commRevocationStatusV1.0" | "Iden3OnchainSparseMerkleTreeProof2023";
355
- revocationNonce?: number | undefined;
356
- };
357
- issuer: string;
358
- credentialSchema: {
359
- id: string;
360
- type: string;
361
- };
362
- "@context"?: string[] | undefined;
363
- expirationDate?: string | undefined;
364
- issuanceDate?: string | undefined;
365
- proof?: any;
366
- }[];
367
- challengeQuery: {
368
- value: string | number | boolean | string[] | number[];
369
- type: "IDInformation";
370
- attribute: string;
371
- operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
372
- requestId?: number | null | undefined;
373
- } | {
374
- value: string | number | boolean | string[] | number[];
375
- type: "IDImage";
376
- attribute: string;
377
- operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
378
- requestId?: number | null | undefined;
379
- } | {
380
- value: string | number | boolean | string[] | number[];
381
- type: "SelfieImage";
382
- attribute: string;
383
- operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
384
- requestId?: number | null | undefined;
385
- } | {
386
- value: string | number | boolean | string[] | number[];
387
- type: "ProofOfResidence";
388
- attribute: string;
389
- operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
390
- requestId?: number | null | undefined;
391
- };
392
- address?: string | null | undefined;
393
- externalCustomerId?: string | null | undefined;
394
- }, {
395
- credentials: {
396
- id: string;
397
- type: string[];
398
- credentialSubject: Record<string, any>;
399
- credentialStatus: {
400
- id: string;
401
- type: "SparseMerkleTreeProof" | "Iden3ReverseSparseMerkleTreeProof" | "Iden3commRevocationStatusV1.0" | "Iden3OnchainSparseMerkleTreeProof2023";
402
- revocationNonce?: number | undefined;
403
- };
404
- issuer: string;
405
- credentialSchema: {
406
- id: string;
407
- type: string;
408
- };
409
- "@context"?: string[] | undefined;
410
- expirationDate?: string | undefined;
411
- issuanceDate?: string | undefined;
412
- proof?: any;
413
- }[];
414
- challengeQuery: {
415
- value: string | number | boolean | string[] | number[];
416
- type: "IDInformation";
417
- attribute: string;
418
- operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
419
- requestId?: number | null | undefined;
420
- } | {
421
- value: string | number | boolean | string[] | number[];
422
- type: "IDImage";
423
- attribute: string;
424
- operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
425
- requestId?: number | null | undefined;
426
- } | {
427
- value: string | number | boolean | string[] | number[];
428
- type: "SelfieImage";
429
- attribute: string;
430
- operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
431
- requestId?: number | null | undefined;
432
- } | {
433
- value: string | number | boolean | string[] | number[];
434
- type: "ProofOfResidence";
435
- attribute: string;
436
- operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
437
- requestId?: number | null | undefined;
438
- };
439
- address?: string | null | undefined;
440
- externalCustomerId?: string | null | undefined;
441
- }>;
442
- export declare const ExecuteChallengeQueryConfig: z.ZodObject<{
443
- input: z.ZodObject<{
444
- externalCustomerId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
445
- 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>]>>>;
446
- credentials: z.ZodArray<z.ZodObject<{
447
- id: z.ZodString;
448
- "@context": z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
449
- type: z.ZodArray<z.ZodString, "many">;
450
- expirationDate: z.ZodOptional<z.ZodString>;
451
- issuanceDate: z.ZodOptional<z.ZodString>;
452
- credentialSubject: z.ZodRecord<z.ZodString, z.ZodAny>;
453
- credentialStatus: z.ZodObject<{
454
- id: z.ZodString;
455
- type: z.ZodEnum<["SparseMerkleTreeProof", "Iden3ReverseSparseMerkleTreeProof", "Iden3commRevocationStatusV1.0", "Iden3OnchainSparseMerkleTreeProof2023"]>;
456
- revocationNonce: z.ZodOptional<z.ZodNumber>;
457
- }, "strip", z.ZodTypeAny, {
458
- id: string;
459
- type: "SparseMerkleTreeProof" | "Iden3ReverseSparseMerkleTreeProof" | "Iden3commRevocationStatusV1.0" | "Iden3OnchainSparseMerkleTreeProof2023";
460
- revocationNonce?: number | undefined;
461
- }, {
462
- id: string;
463
- type: "SparseMerkleTreeProof" | "Iden3ReverseSparseMerkleTreeProof" | "Iden3commRevocationStatusV1.0" | "Iden3OnchainSparseMerkleTreeProof2023";
464
- revocationNonce?: number | undefined;
465
- }>;
466
- issuer: z.ZodString;
467
- credentialSchema: z.ZodObject<{
468
- id: z.ZodString;
469
- type: z.ZodString;
470
- }, "strip", z.ZodTypeAny, {
471
- id: string;
472
- type: string;
473
- }, {
474
- id: string;
475
- type: string;
476
- }>;
477
- proof: z.ZodAny;
478
- }, "strip", z.ZodTypeAny, {
479
- id: string;
480
- type: string[];
481
- credentialSubject: Record<string, any>;
482
- credentialStatus: {
483
- id: string;
484
- type: "SparseMerkleTreeProof" | "Iden3ReverseSparseMerkleTreeProof" | "Iden3commRevocationStatusV1.0" | "Iden3OnchainSparseMerkleTreeProof2023";
485
- revocationNonce?: number | undefined;
486
- };
487
- issuer: string;
488
- credentialSchema: {
489
- id: string;
490
- type: string;
491
- };
492
- "@context"?: string[] | undefined;
493
- expirationDate?: string | undefined;
494
- issuanceDate?: string | undefined;
495
- proof?: any;
496
- }, {
497
- id: string;
498
- type: string[];
499
- credentialSubject: Record<string, any>;
500
- credentialStatus: {
501
- id: string;
502
- type: "SparseMerkleTreeProof" | "Iden3ReverseSparseMerkleTreeProof" | "Iden3commRevocationStatusV1.0" | "Iden3OnchainSparseMerkleTreeProof2023";
503
- revocationNonce?: number | undefined;
504
- };
505
- issuer: string;
506
- credentialSchema: {
507
- id: string;
508
- type: string;
509
- };
510
- "@context"?: string[] | undefined;
511
- expirationDate?: string | undefined;
512
- issuanceDate?: string | undefined;
513
- proof?: any;
514
- }>, "many">;
515
- challengeQuery: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
516
- type: z.ZodLiteral<"IDInformation">;
517
- requestId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
518
- attribute: z.ZodUnion<[z.ZodString, z.ZodEnum<["id" | "journeyId" | "reviewAnswer" | "reviewRejectType" | "reviewRejectLabels" | "documentType" | "entryDate" | "entryTime" | "personalData" | "isSandbox", ...("id" | "journeyId" | "reviewAnswer" | "reviewRejectType" | "reviewRejectLabels" | "documentType" | "entryDate" | "entryTime" | "personalData" | "isSandbox")[]]>]>;
519
- value: z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>;
520
- operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne"]>;
521
- }, "strip", z.ZodTypeAny, {
522
- value: string | number | boolean | string[] | number[];
523
- type: "IDInformation";
524
- attribute: string;
525
- operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
526
- requestId?: number | null | undefined;
527
- }, {
528
- value: string | number | boolean | string[] | number[];
529
- type: "IDInformation";
530
- attribute: string;
531
- operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
532
- requestId?: number | null | undefined;
533
- }>, z.ZodObject<{
534
- type: z.ZodLiteral<"IDImage">;
535
- requestId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
536
- attribute: z.ZodUnion<[z.ZodString, z.ZodEnum<["id" | "journeyId" | "reviewAnswer" | "reviewRejectType" | "reviewRejectLabels" | "documentType" | "entryDate" | "entryTime" | "isSandbox" | "base64_front" | "base64_back" | "name" | "mediaType_front" | "mediaType_back", ...("id" | "journeyId" | "reviewAnswer" | "reviewRejectType" | "reviewRejectLabels" | "documentType" | "entryDate" | "entryTime" | "isSandbox" | "base64_front" | "base64_back" | "name" | "mediaType_front" | "mediaType_back")[]]>]>;
537
- value: z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>;
538
- operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne"]>;
539
- }, "strip", z.ZodTypeAny, {
540
- value: string | number | boolean | string[] | number[];
541
- type: "IDImage";
542
- attribute: string;
543
- operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
544
- requestId?: number | null | undefined;
545
- }, {
546
- value: string | number | boolean | string[] | number[];
547
- type: "IDImage";
548
- attribute: string;
549
- operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
550
- requestId?: number | null | undefined;
551
- }>, z.ZodObject<{
552
- type: z.ZodLiteral<"SelfieImage">;
553
- requestId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
554
- attribute: z.ZodUnion<[z.ZodString, z.ZodEnum<["id" | "journeyId" | "reviewAnswer" | "reviewRejectType" | "reviewRejectLabels" | "entryDate" | "entryTime" | "isSandbox" | "name" | "base64" | "mediaType", ...("id" | "journeyId" | "reviewAnswer" | "reviewRejectType" | "reviewRejectLabels" | "entryDate" | "entryTime" | "isSandbox" | "name" | "base64" | "mediaType")[]]>]>;
555
- value: z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>;
556
- operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne"]>;
557
- }, "strip", z.ZodTypeAny, {
558
- value: string | number | boolean | string[] | number[];
559
- type: "SelfieImage";
560
- attribute: string;
561
- operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
562
- requestId?: number | null | undefined;
563
- }, {
564
- value: string | number | boolean | string[] | number[];
565
- type: "SelfieImage";
566
- attribute: string;
567
- operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
568
- requestId?: number | null | undefined;
569
- }>, z.ZodObject<{
570
- type: z.ZodLiteral<"ProofOfResidence">;
571
- requestId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
572
- attribute: z.ZodUnion<[z.ZodString, z.ZodEnum<["id" | "journeyId" | "documentType" | "entryDate" | "entryTime" | "country" | "isSandbox" | "name" | "base64" | "mediaType" | "county" | "city" | "streetName" | "postalCode", ...("id" | "journeyId" | "documentType" | "entryDate" | "entryTime" | "country" | "isSandbox" | "name" | "base64" | "mediaType" | "county" | "city" | "streetName" | "postalCode")[]]>]>;
573
- value: z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>;
574
- operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne"]>;
575
- }, "strip", z.ZodTypeAny, {
576
- value: string | number | boolean | string[] | number[];
577
- type: "ProofOfResidence";
578
- attribute: string;
579
- operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
580
- requestId?: number | null | undefined;
581
- }, {
582
- value: string | number | boolean | string[] | number[];
583
- type: "ProofOfResidence";
584
- attribute: string;
585
- operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
586
- requestId?: number | null | undefined;
587
- }>]>;
588
- }, "strip", z.ZodTypeAny, {
589
- credentials: {
590
- id: string;
591
- type: string[];
592
- credentialSubject: Record<string, any>;
593
- credentialStatus: {
594
- id: string;
595
- type: "SparseMerkleTreeProof" | "Iden3ReverseSparseMerkleTreeProof" | "Iden3commRevocationStatusV1.0" | "Iden3OnchainSparseMerkleTreeProof2023";
596
- revocationNonce?: number | undefined;
597
- };
598
- issuer: string;
599
- credentialSchema: {
600
- id: string;
601
- type: string;
602
- };
603
- "@context"?: string[] | undefined;
604
- expirationDate?: string | undefined;
605
- issuanceDate?: string | undefined;
606
- proof?: any;
607
- }[];
608
- challengeQuery: {
609
- value: string | number | boolean | string[] | number[];
610
- type: "IDInformation";
611
- attribute: string;
612
- operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
613
- requestId?: number | null | undefined;
614
- } | {
615
- value: string | number | boolean | string[] | number[];
616
- type: "IDImage";
617
- attribute: string;
618
- operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
619
- requestId?: number | null | undefined;
620
- } | {
621
- value: string | number | boolean | string[] | number[];
622
- type: "SelfieImage";
623
- attribute: string;
624
- operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
625
- requestId?: number | null | undefined;
626
- } | {
627
- value: string | number | boolean | string[] | number[];
628
- type: "ProofOfResidence";
629
- attribute: string;
630
- operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
631
- requestId?: number | null | undefined;
632
- };
633
- address?: string | null | undefined;
634
- externalCustomerId?: string | null | undefined;
635
- }, {
636
- credentials: {
637
- id: string;
638
- type: string[];
639
- credentialSubject: Record<string, any>;
640
- credentialStatus: {
641
- id: string;
642
- type: "SparseMerkleTreeProof" | "Iden3ReverseSparseMerkleTreeProof" | "Iden3commRevocationStatusV1.0" | "Iden3OnchainSparseMerkleTreeProof2023";
643
- revocationNonce?: number | undefined;
644
- };
645
- issuer: string;
646
- credentialSchema: {
647
- id: string;
648
- type: string;
649
- };
650
- "@context"?: string[] | undefined;
651
- expirationDate?: string | undefined;
652
- issuanceDate?: string | undefined;
653
- proof?: any;
654
- }[];
655
- challengeQuery: {
656
- value: string | number | boolean | string[] | number[];
657
- type: "IDInformation";
658
- attribute: string;
659
- operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
660
- requestId?: number | null | undefined;
661
- } | {
662
- value: string | number | boolean | string[] | number[];
663
- type: "IDImage";
664
- attribute: string;
665
- operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
666
- requestId?: number | null | undefined;
667
- } | {
668
- value: string | number | boolean | string[] | number[];
669
- type: "SelfieImage";
670
- attribute: string;
671
- operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
672
- requestId?: number | null | undefined;
673
- } | {
674
- value: string | number | boolean | string[] | number[];
675
- type: "ProofOfResidence";
676
- attribute: string;
677
- operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
678
- requestId?: number | null | undefined;
679
- };
680
- address?: string | null | undefined;
681
- externalCustomerId?: string | null | undefined;
682
- }>;
683
- executionId: z.ZodString;
684
- sessionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
685
- cmsObjectId: z.ZodString;
686
- cmsScenarioId: z.ZodOptional<z.ZodString>;
687
- }, "strip", z.ZodTypeAny, {
688
- executionId: string;
689
- input: {
690
- credentials: {
691
- id: string;
692
- type: string[];
693
- credentialSubject: Record<string, any>;
694
- credentialStatus: {
695
- id: string;
696
- type: "SparseMerkleTreeProof" | "Iden3ReverseSparseMerkleTreeProof" | "Iden3commRevocationStatusV1.0" | "Iden3OnchainSparseMerkleTreeProof2023";
697
- revocationNonce?: number | undefined;
698
- };
699
- issuer: string;
700
- credentialSchema: {
701
- id: string;
702
- type: string;
703
- };
704
- "@context"?: string[] | undefined;
705
- expirationDate?: string | undefined;
706
- issuanceDate?: string | undefined;
707
- proof?: any;
708
- }[];
709
- challengeQuery: {
710
- value: string | number | boolean | string[] | number[];
711
- type: "IDInformation";
712
- attribute: string;
713
- operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
714
- requestId?: number | null | undefined;
715
- } | {
716
- value: string | number | boolean | string[] | number[];
717
- type: "IDImage";
718
- attribute: string;
719
- operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
720
- requestId?: number | null | undefined;
721
- } | {
722
- value: string | number | boolean | string[] | number[];
723
- type: "SelfieImage";
724
- attribute: string;
725
- operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
726
- requestId?: number | null | undefined;
727
- } | {
728
- value: string | number | boolean | string[] | number[];
729
- type: "ProofOfResidence";
730
- attribute: string;
731
- operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
732
- requestId?: number | null | undefined;
733
- };
734
- address?: string | null | undefined;
735
- externalCustomerId?: string | null | undefined;
736
- };
737
- cmsObjectId: string;
738
- sessionId?: string | null | undefined;
739
- cmsScenarioId?: string | undefined;
740
- }, {
741
- executionId: string;
742
- input: {
743
- credentials: {
744
- id: string;
745
- type: string[];
746
- credentialSubject: Record<string, any>;
747
- credentialStatus: {
748
- id: string;
749
- type: "SparseMerkleTreeProof" | "Iden3ReverseSparseMerkleTreeProof" | "Iden3commRevocationStatusV1.0" | "Iden3OnchainSparseMerkleTreeProof2023";
750
- revocationNonce?: number | undefined;
751
- };
752
- issuer: string;
753
- credentialSchema: {
754
- id: string;
755
- type: string;
756
- };
757
- "@context"?: string[] | undefined;
758
- expirationDate?: string | undefined;
759
- issuanceDate?: string | undefined;
760
- proof?: any;
761
- }[];
762
- challengeQuery: {
763
- value: string | number | boolean | string[] | number[];
764
- type: "IDInformation";
765
- attribute: string;
766
- operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
767
- requestId?: number | null | undefined;
768
- } | {
769
- value: string | number | boolean | string[] | number[];
770
- type: "IDImage";
771
- attribute: string;
772
- operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
773
- requestId?: number | null | undefined;
774
- } | {
775
- value: string | number | boolean | string[] | number[];
776
- type: "SelfieImage";
777
- attribute: string;
778
- operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
779
- requestId?: number | null | undefined;
780
- } | {
781
- value: string | number | boolean | string[] | number[];
782
- type: "ProofOfResidence";
783
- attribute: string;
784
- operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
785
- requestId?: number | null | undefined;
786
- };
787
- address?: string | null | undefined;
788
- externalCustomerId?: string | null | undefined;
789
- };
790
- cmsObjectId: string;
791
- sessionId?: string | null | undefined;
792
- cmsScenarioId?: string | undefined;
793
- }>;
794
- export declare const OpaChallengeQueryResponse: z.ZodObject<{
795
- result: z.ZodObject<{
796
- is_valid: z.ZodBoolean;
797
- reasons: z.ZodArray<z.ZodString, "many">;
798
- }, "strip", z.ZodTypeAny, {
799
- is_valid: boolean;
800
- reasons: string[];
801
- }, {
802
- is_valid: boolean;
803
- reasons: string[];
804
- }>;
805
- }, "strip", z.ZodTypeAny, {
806
- result: {
807
- is_valid: boolean;
808
- reasons: string[];
809
- };
810
- }, {
811
- result: {
812
- is_valid: boolean;
813
- reasons: string[];
814
- };
815
- }>;
816
- export declare const ExecuteChallengeQueryResponse: z.ZodObject<z.objectUtil.extendShape<{
817
- result: z.ZodObject<{
818
- is_valid: z.ZodBoolean;
819
- reasons: z.ZodArray<z.ZodString, "many">;
820
- }, "strip", z.ZodTypeAny, {
821
- is_valid: boolean;
822
- reasons: string[];
823
- }, {
824
- is_valid: boolean;
825
- reasons: string[];
826
- }>;
827
- }, {
828
- executionId: z.ZodString;
829
- }>, "strip", z.ZodTypeAny, {
830
- result: {
831
- is_valid: boolean;
832
- reasons: string[];
833
- };
834
- executionId: string;
835
- }, {
836
- result: {
837
- is_valid: boolean;
838
- reasons: string[];
839
- };
840
- executionId: string;
841
- }>;
842
- export declare const OPAChallengeQuery: z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodObject<{
843
- GREATER_THAN: z.ZodOptional<z.ZodNumber>;
844
- LESS_THAN: z.ZodOptional<z.ZodNumber>;
845
- EQUAL_TO: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodArray<z.ZodNever, "many">, z.ZodArray<z.ZodNumber, "many">, z.ZodArray<z.ZodString, "many">]>>;
846
- NOT_EQUAL_TO: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodArray<z.ZodNever, "many">, z.ZodArray<z.ZodNumber, "many">, z.ZodArray<z.ZodString, "many">]>>;
847
- LESS_THAN_OR_EQUAL_TO: z.ZodOptional<z.ZodNumber>;
848
- GREATER_THAN_OR_EQUAL_TO: z.ZodOptional<z.ZodNumber>;
849
- IN: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodNumber, "many">, z.ZodArray<z.ZodString, "many">]>>;
850
- NOT_IN: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodNumber, "many">, z.ZodArray<z.ZodString, "many">]>>;
851
- }, "strip", z.ZodTypeAny, {
852
- IN?: string | string[] | number[] | undefined;
853
- GREATER_THAN?: number | undefined;
854
- LESS_THAN?: number | undefined;
855
- EQUAL_TO?: string | number | never[] | string[] | number[] | undefined;
856
- NOT_EQUAL_TO?: string | number | never[] | string[] | number[] | undefined;
857
- LESS_THAN_OR_EQUAL_TO?: number | undefined;
858
- GREATER_THAN_OR_EQUAL_TO?: number | undefined;
859
- NOT_IN?: string | string[] | number[] | undefined;
860
- }, {
861
- IN?: string | string[] | number[] | undefined;
862
- GREATER_THAN?: number | undefined;
863
- LESS_THAN?: number | undefined;
864
- EQUAL_TO?: string | number | never[] | string[] | number[] | undefined;
865
- NOT_EQUAL_TO?: string | number | never[] | string[] | number[] | undefined;
866
- LESS_THAN_OR_EQUAL_TO?: number | undefined;
867
- GREATER_THAN_OR_EQUAL_TO?: number | undefined;
868
- NOT_IN?: string | string[] | number[] | undefined;
869
- }>, {
870
- IN?: string | string[] | number[] | undefined;
871
- GREATER_THAN?: number | undefined;
872
- LESS_THAN?: number | undefined;
873
- EQUAL_TO?: string | number | never[] | string[] | number[] | undefined;
874
- NOT_EQUAL_TO?: string | number | never[] | string[] | number[] | undefined;
875
- LESS_THAN_OR_EQUAL_TO?: number | undefined;
876
- GREATER_THAN_OR_EQUAL_TO?: number | undefined;
877
- NOT_IN?: string | string[] | number[] | undefined;
878
- }, {
879
- IN?: string | string[] | number[] | undefined;
880
- GREATER_THAN?: number | undefined;
881
- LESS_THAN?: number | undefined;
882
- EQUAL_TO?: string | number | never[] | string[] | number[] | undefined;
883
- NOT_EQUAL_TO?: string | number | never[] | string[] | number[] | undefined;
884
- LESS_THAN_OR_EQUAL_TO?: number | undefined;
885
- GREATER_THAN_OR_EQUAL_TO?: number | undefined;
886
- NOT_IN?: string | string[] | number[] | undefined;
887
- }>>, Record<string, {
888
- IN?: string | string[] | number[] | undefined;
889
- GREATER_THAN?: number | undefined;
890
- LESS_THAN?: number | undefined;
891
- EQUAL_TO?: string | number | never[] | string[] | number[] | undefined;
892
- NOT_EQUAL_TO?: string | number | never[] | string[] | number[] | undefined;
893
- LESS_THAN_OR_EQUAL_TO?: number | undefined;
894
- GREATER_THAN_OR_EQUAL_TO?: number | undefined;
895
- NOT_IN?: string | string[] | number[] | undefined;
896
- }>, Record<string, {
897
- IN?: string | string[] | number[] | undefined;
898
- GREATER_THAN?: number | undefined;
899
- LESS_THAN?: number | undefined;
900
- EQUAL_TO?: string | number | never[] | string[] | number[] | undefined;
901
- NOT_EQUAL_TO?: string | number | never[] | string[] | number[] | undefined;
902
- LESS_THAN_OR_EQUAL_TO?: number | undefined;
903
- GREATER_THAN_OR_EQUAL_TO?: number | undefined;
904
- NOT_IN?: string | string[] | number[] | undefined;
905
- }>>;
906
- export declare const OffChainZKPRuleResult: z.ZodObject<{
907
- result: z.ZodObject<{
908
- is_valid: z.ZodBoolean;
909
- query: z.ZodObject<{
910
- type: z.ZodEnum<["IDInformation", "SelfieImage", "IDImage", "ProofOfResidence", "AMLScreeningsResults", "ID3", "IDScan", "IDScanSelfie", "IDScanPassport"]>;
911
- requestId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
912
- attribute: z.ZodString;
913
- value: z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>;
914
- operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne"]>;
915
- }, "strip", z.ZodTypeAny, {
916
- value: string | number | boolean | string[] | number[];
917
- type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
918
- attribute: string;
919
- operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
920
- requestId?: number | null | undefined;
921
- }, {
922
- value: string | number | boolean | string[] | number[];
923
- type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
924
- attribute: string;
925
- operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
926
- requestId?: number | null | undefined;
927
- }>;
928
- reasons: z.ZodArray<z.ZodString, "many">;
929
- }, "strip", z.ZodTypeAny, {
930
- query: {
931
- value: string | number | boolean | string[] | number[];
932
- type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
933
- attribute: string;
934
- operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
935
- requestId?: number | null | undefined;
936
- };
937
- is_valid: boolean;
938
- reasons: string[];
939
- }, {
940
- query: {
941
- value: string | number | boolean | string[] | number[];
942
- type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
943
- attribute: string;
944
- operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
945
- requestId?: number | null | undefined;
946
- };
947
- is_valid: boolean;
948
- reasons: string[];
949
- }>;
950
- }, "strip", z.ZodTypeAny, {
951
- result: {
952
- query: {
953
- value: string | number | boolean | string[] | number[];
954
- type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
955
- attribute: string;
956
- operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
957
- requestId?: number | null | undefined;
958
- };
959
- is_valid: boolean;
960
- reasons: string[];
961
- };
962
- }, {
963
- result: {
964
- query: {
965
- value: string | number | boolean | string[] | number[];
966
- type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
967
- attribute: string;
968
- operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
969
- requestId?: number | null | undefined;
970
- };
971
- is_valid: boolean;
972
- reasons: string[];
973
- };
974
- }>;
975
- export type OffChainZKPRuleResult = z.infer<typeof OffChainZKPRuleResult>;
976
- export type ChallengeQueryOperators = z.infer<typeof ChallengeQueryOperators>;
977
- export type OpaChallengeQueryResponse = z.infer<typeof OpaChallengeQueryResponse>;
978
- export type ExecuteChallengeQueryInput = z.infer<typeof ExecuteChallengeQueryInput>;
979
- export type OPAChallengeQuery = z.infer<typeof OPAChallengeQuery>;
980
- export type ExecuteChallengeQueryConfig = z.infer<typeof ExecuteChallengeQueryConfig>;
981
- export type ChallengeQuery = z.infer<typeof ChallengeQuerySchema>;
982
- export type ExecuteChallengeQueryResponse = z.infer<typeof ExecuteChallengeQueryResponse>;
983
- export declare const SdkVerificationOutput: z.ZodObject<{
984
- customerId: z.ZodOptional<z.ZodString>;
985
- scenarioExecutionId: z.ZodOptional<z.ZodString>;
986
- status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "error", "unknown"]>>;
987
- results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
988
- objectType: z.ZodEnum<["ChallengeQuery", "OnChainZKP", "OffChainZKP", "IndividualCustomerMonitoring", "TransactionMonitoring"]>;
989
- objectId: z.ZodString;
990
- name: z.ZodString;
991
- 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>]>>>;
992
- result: z.ZodObject<{
993
- result: z.ZodObject<{
994
- is_valid: z.ZodBoolean;
995
- reasons: z.ZodArray<z.ZodUnknown, "many">;
996
- }, "strip", z.ZodTypeAny, {
997
- is_valid: boolean;
998
- reasons: unknown[];
999
- }, {
1000
- is_valid: boolean;
1001
- reasons: unknown[];
1002
- }>;
1003
- executionId: z.ZodString;
1004
- }, "strip", z.ZodTypeAny, {
1005
- result: {
1006
- is_valid: boolean;
1007
- reasons: unknown[];
1008
- };
1009
- executionId: string;
1010
- }, {
1011
- result: {
1012
- is_valid: boolean;
1013
- reasons: unknown[];
1014
- };
1015
- executionId: string;
1016
- }>;
1017
- executionId: z.ZodString;
1018
- scenarioId: z.ZodString;
1019
- }, "strip", z.ZodTypeAny, {
1020
- name: string;
1021
- result: {
1022
- result: {
1023
- is_valid: boolean;
1024
- reasons: unknown[];
1025
- };
1026
- executionId: string;
1027
- };
1028
- executionId: string;
1029
- scenarioId: string;
1030
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
1031
- objectId: string;
1032
- address?: string | null | undefined;
1033
- }, {
1034
- name: string;
1035
- result: {
1036
- result: {
1037
- is_valid: boolean;
1038
- reasons: unknown[];
1039
- };
1040
- executionId: string;
1041
- };
1042
- executionId: string;
1043
- scenarioId: string;
1044
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
1045
- objectId: string;
1046
- address?: string | null | undefined;
1047
- }>, "many">, "many">>;
1048
- }, "strip", z.ZodTypeAny, {
1049
- status?: "valid" | "unknown" | "not-valid" | "error" | undefined;
1050
- customerId?: string | undefined;
1051
- scenarioExecutionId?: string | undefined;
1052
- results?: {
1053
- name: string;
1054
- result: {
1055
- result: {
1056
- is_valid: boolean;
1057
- reasons: unknown[];
1058
- };
1059
- executionId: string;
1060
- };
1061
- executionId: string;
1062
- scenarioId: string;
1063
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
1064
- objectId: string;
1065
- address?: string | null | undefined;
1066
- }[][] | undefined;
1067
- }, {
1068
- status?: "valid" | "unknown" | "not-valid" | "error" | undefined;
1069
- customerId?: string | undefined;
1070
- scenarioExecutionId?: string | undefined;
1071
- results?: {
1072
- name: string;
1073
- result: {
1074
- result: {
1075
- is_valid: boolean;
1076
- reasons: unknown[];
1077
- };
1078
- executionId: string;
1079
- };
1080
- executionId: string;
1081
- scenarioId: string;
1082
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
1083
- objectId: string;
1084
- address?: string | null | undefined;
1085
- }[][] | undefined;
1086
- }>;
1087
- export type SdkVerificationOutput = z.infer<typeof SdkVerificationOutput>;
1088
- export declare const VerificationSessionStatuses: readonly ["IN_PROGRESS", "COMPLETED", "NOT_STARTED"];
1089
- export declare const VerificationSessionStatus: z.ZodEnum<["IN_PROGRESS", "COMPLETED", "NOT_STARTED"]>;
1090
- export type VerificationSessionStatus = z.infer<typeof VerificationSessionStatus>;
1091
- export declare const VerificationOutput: z.ZodObject<{
1092
- id: z.ZodNullable<z.ZodString>;
1093
- verificationResult: z.ZodNullable<z.ZodObject<{
1094
- customerId: z.ZodOptional<z.ZodString>;
1095
- scenarioExecutionId: z.ZodOptional<z.ZodString>;
1096
- status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "error", "unknown"]>>;
1097
- results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
1098
- objectType: z.ZodEnum<["ChallengeQuery", "OnChainZKP", "OffChainZKP", "IndividualCustomerMonitoring", "TransactionMonitoring"]>;
1099
- objectId: z.ZodString;
1100
- name: z.ZodString;
1101
- 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>]>>>;
1102
- result: z.ZodObject<{
1103
- result: z.ZodObject<{
1104
- is_valid: z.ZodBoolean;
1105
- reasons: z.ZodArray<z.ZodUnknown, "many">;
1106
- }, "strip", z.ZodTypeAny, {
1107
- is_valid: boolean;
1108
- reasons: unknown[];
1109
- }, {
1110
- is_valid: boolean;
1111
- reasons: unknown[];
1112
- }>;
1113
- executionId: z.ZodString;
1114
- }, "strip", z.ZodTypeAny, {
1115
- result: {
1116
- is_valid: boolean;
1117
- reasons: unknown[];
1118
- };
1119
- executionId: string;
1120
- }, {
1121
- result: {
1122
- is_valid: boolean;
1123
- reasons: unknown[];
1124
- };
1125
- executionId: string;
1126
- }>;
1127
- executionId: z.ZodString;
1128
- scenarioId: z.ZodString;
1129
- }, "strip", z.ZodTypeAny, {
1130
- name: string;
1131
- result: {
1132
- result: {
1133
- is_valid: boolean;
1134
- reasons: unknown[];
1135
- };
1136
- executionId: string;
1137
- };
1138
- executionId: string;
1139
- scenarioId: string;
1140
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
1141
- objectId: string;
1142
- address?: string | null | undefined;
1143
- }, {
1144
- name: string;
1145
- result: {
1146
- result: {
1147
- is_valid: boolean;
1148
- reasons: unknown[];
1149
- };
1150
- executionId: string;
1151
- };
1152
- executionId: string;
1153
- scenarioId: string;
1154
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
1155
- objectId: string;
1156
- address?: string | null | undefined;
1157
- }>, "many">, "many">>;
1158
- }, "strip", z.ZodTypeAny, {
1159
- status?: "valid" | "unknown" | "not-valid" | "error" | undefined;
1160
- customerId?: string | undefined;
1161
- scenarioExecutionId?: string | undefined;
1162
- results?: {
1163
- name: string;
1164
- result: {
1165
- result: {
1166
- is_valid: boolean;
1167
- reasons: unknown[];
1168
- };
1169
- executionId: string;
1170
- };
1171
- executionId: string;
1172
- scenarioId: string;
1173
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
1174
- objectId: string;
1175
- address?: string | null | undefined;
1176
- }[][] | undefined;
1177
- }, {
1178
- status?: "valid" | "unknown" | "not-valid" | "error" | undefined;
1179
- customerId?: string | undefined;
1180
- scenarioExecutionId?: string | undefined;
1181
- results?: {
1182
- name: string;
1183
- result: {
1184
- result: {
1185
- is_valid: boolean;
1186
- reasons: unknown[];
1187
- };
1188
- executionId: string;
1189
- };
1190
- executionId: string;
1191
- scenarioId: string;
1192
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
1193
- objectId: string;
1194
- address?: string | null | undefined;
1195
- }[][] | undefined;
1196
- }>>;
1197
- status: z.ZodEnum<["IN_PROGRESS", "COMPLETED", "NOT_STARTED"]>;
1198
- }, "strip", z.ZodTypeAny, {
1199
- id: string | null;
1200
- status: "IN_PROGRESS" | "COMPLETED" | "NOT_STARTED";
1201
- verificationResult: {
1202
- status?: "valid" | "unknown" | "not-valid" | "error" | undefined;
1203
- customerId?: string | undefined;
1204
- scenarioExecutionId?: string | undefined;
1205
- results?: {
1206
- name: string;
1207
- result: {
1208
- result: {
1209
- is_valid: boolean;
1210
- reasons: unknown[];
1211
- };
1212
- executionId: string;
1213
- };
1214
- executionId: string;
1215
- scenarioId: string;
1216
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
1217
- objectId: string;
1218
- address?: string | null | undefined;
1219
- }[][] | undefined;
1220
- } | null;
1221
- }, {
1222
- id: string | null;
1223
- status: "IN_PROGRESS" | "COMPLETED" | "NOT_STARTED";
1224
- verificationResult: {
1225
- status?: "valid" | "unknown" | "not-valid" | "error" | undefined;
1226
- customerId?: string | undefined;
1227
- scenarioExecutionId?: string | undefined;
1228
- results?: {
1229
- name: string;
1230
- result: {
1231
- result: {
1232
- is_valid: boolean;
1233
- reasons: unknown[];
1234
- };
1235
- executionId: string;
1236
- };
1237
- executionId: string;
1238
- scenarioId: string;
1239
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
1240
- objectId: string;
1241
- address?: string | null | undefined;
1242
- }[][] | undefined;
1243
- } | null;
1244
- }>;
1245
- export type VerificationOutput = z.infer<typeof VerificationOutput>;
1246
- //# sourceMappingURL=challenge-query.schema.d.ts.map