@nexeraid/identity-schemas 2.3.24-dev → 2.3.25-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/{customers.schema-cc3df18f.cjs.dev.js → customers.schema-0ce8464a.cjs.dev.js} +1 -1
- package/dist/{customers.schema-f0d472b1.cjs.prod.js → customers.schema-459fdc4d.cjs.prod.js} +1 -1
- package/dist/{customers.schema-0306abb6.esm.js → customers.schema-8f6c7924.esm.js} +1 -1
- package/dist/declarations/src/identity/app-requests.schema.d.ts +366 -366
- package/dist/declarations/src/identity/app-requests.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/challenge-query.schema.d.ts +117 -149
- package/dist/declarations/src/identity/challenge-query.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/host-requests.schema.d.ts +44 -44
- package/dist/declarations/src/identity/identity-v2.schema.d.ts +94 -94
- package/dist/declarations/src/identity/kyc.schema.d.ts +150 -150
- package/dist/declarations/src/identity/polygon-id.schema.d.ts +8 -8
- package/dist/declarations/src/identity/query.schema.d.ts +69 -67
- package/dist/declarations/src/identity/query.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/zkps.schema.d.ts +97 -97
- package/dist/declarations/src/identity-ids.schema.d.ts +20 -2
- package/dist/declarations/src/identity-ids.schema.d.ts.map +1 -1
- package/dist/declarations/src/nexeraSSID.schema.d.ts +2 -0
- package/dist/declarations/src/nexeraSSID.schema.d.ts.map +1 -1
- package/dist/declarations/src/providers/kyc-sessions.schema.d.ts +75 -75
- package/dist/{frontend-utilities.schema-02fc8336.esm.js → frontend-utilities.schema-8b213997.esm.js} +1 -1
- package/dist/{frontend-utilities.schema-0be040b7.cjs.dev.js → frontend-utilities.schema-9ce4190b.cjs.dev.js} +1 -1
- package/dist/{frontend-utilities.schema-cd88e673.cjs.prod.js → frontend-utilities.schema-d4d6374c.cjs.prod.js} +1 -1
- package/dist/{identity-api.schema-2de31155.cjs.prod.js → identity-api.schema-a16ec830.cjs.dev.js} +417 -396
- package/dist/{identity-api.schema-68a83f54.esm.js → identity-api.schema-d1954107.esm.js} +406 -396
- package/dist/{identity-api.schema-bbb2c243.cjs.dev.js → identity-api.schema-f103ebd9.cjs.prod.js} +417 -396
- package/dist/nexeraid-identity-schemas.cjs.dev.js +14 -3
- package/dist/nexeraid-identity-schemas.cjs.prod.js +14 -3
- package/dist/nexeraid-identity-schemas.esm.js +3 -3
- package/dist/package.json +1 -1
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.js +3 -2
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.js +3 -2
- package/identity/dist/nexeraid-identity-schemas-identity.esm.js +1 -1
- package/package.json +1 -1
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.js +2 -2
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.js +2 -2
- package/providers/dist/nexeraid-identity-schemas-providers.esm.js +2 -2
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.js +2 -2
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.js +2 -2
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.js +2 -2
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.js +2 -2
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.js +2 -2
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.js +2 -2
|
@@ -30,21 +30,21 @@ export declare const HostMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
30
30
|
query: z.ZodRecord<z.ZodString, z.ZodAny>;
|
|
31
31
|
}, "strip", z.ZodTypeAny, {
|
|
32
32
|
id: number;
|
|
33
|
-
circuitId: string;
|
|
34
33
|
query: Record<string, any>;
|
|
34
|
+
circuitId: string;
|
|
35
35
|
optional?: boolean | undefined;
|
|
36
36
|
}, {
|
|
37
37
|
id: number;
|
|
38
|
-
circuitId: string;
|
|
39
38
|
query: Record<string, any>;
|
|
39
|
+
circuitId: string;
|
|
40
40
|
optional?: boolean | undefined;
|
|
41
41
|
}>, "many">;
|
|
42
42
|
}, "strip", z.ZodTypeAny, {
|
|
43
43
|
callbackUrl: string;
|
|
44
44
|
scope: {
|
|
45
45
|
id: number;
|
|
46
|
-
circuitId: string;
|
|
47
46
|
query: Record<string, any>;
|
|
47
|
+
circuitId: string;
|
|
48
48
|
optional?: boolean | undefined;
|
|
49
49
|
}[];
|
|
50
50
|
message?: string | undefined;
|
|
@@ -54,8 +54,8 @@ export declare const HostMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
54
54
|
callbackUrl: string;
|
|
55
55
|
scope: {
|
|
56
56
|
id: number;
|
|
57
|
-
circuitId: string;
|
|
58
57
|
query: Record<string, any>;
|
|
58
|
+
circuitId: string;
|
|
59
59
|
optional?: boolean | undefined;
|
|
60
60
|
}[];
|
|
61
61
|
message?: string | undefined;
|
|
@@ -71,8 +71,8 @@ export declare const HostMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
71
71
|
callbackUrl: string;
|
|
72
72
|
scope: {
|
|
73
73
|
id: number;
|
|
74
|
-
circuitId: string;
|
|
75
74
|
query: Record<string, any>;
|
|
75
|
+
circuitId: string;
|
|
76
76
|
optional?: boolean | undefined;
|
|
77
77
|
}[];
|
|
78
78
|
message?: string | undefined;
|
|
@@ -90,8 +90,8 @@ export declare const HostMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
90
90
|
callbackUrl: string;
|
|
91
91
|
scope: {
|
|
92
92
|
id: number;
|
|
93
|
-
circuitId: string;
|
|
94
93
|
query: Record<string, any>;
|
|
94
|
+
circuitId: string;
|
|
95
95
|
optional?: boolean | undefined;
|
|
96
96
|
}[];
|
|
97
97
|
message?: string | undefined;
|
|
@@ -112,8 +112,8 @@ export declare const HostMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
112
112
|
callbackUrl: string;
|
|
113
113
|
scope: {
|
|
114
114
|
id: number;
|
|
115
|
-
circuitId: string;
|
|
116
115
|
query: Record<string, any>;
|
|
116
|
+
circuitId: string;
|
|
117
117
|
optional?: boolean | undefined;
|
|
118
118
|
}[];
|
|
119
119
|
message?: string | undefined;
|
|
@@ -134,8 +134,8 @@ export declare const HostMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
134
134
|
callbackUrl: string;
|
|
135
135
|
scope: {
|
|
136
136
|
id: number;
|
|
137
|
-
circuitId: string;
|
|
138
137
|
query: Record<string, any>;
|
|
138
|
+
circuitId: string;
|
|
139
139
|
optional?: boolean | undefined;
|
|
140
140
|
}[];
|
|
141
141
|
message?: string | undefined;
|
|
@@ -180,29 +180,29 @@ export declare const HostMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
180
180
|
query: z.ZodRecord<z.ZodString, z.ZodAny>;
|
|
181
181
|
}, "strip", z.ZodTypeAny, {
|
|
182
182
|
id: number;
|
|
183
|
-
circuitId: string;
|
|
184
183
|
query: Record<string, any>;
|
|
184
|
+
circuitId: string;
|
|
185
185
|
optional?: boolean | undefined;
|
|
186
186
|
}, {
|
|
187
187
|
id: number;
|
|
188
|
-
circuitId: string;
|
|
189
188
|
query: Record<string, any>;
|
|
189
|
+
circuitId: string;
|
|
190
190
|
optional?: boolean | undefined;
|
|
191
191
|
}>;
|
|
192
192
|
}, "strip", z.ZodTypeAny, {
|
|
193
193
|
type: "zkp";
|
|
194
194
|
zkpRequest: {
|
|
195
195
|
id: number;
|
|
196
|
-
circuitId: string;
|
|
197
196
|
query: Record<string, any>;
|
|
197
|
+
circuitId: string;
|
|
198
198
|
optional?: boolean | undefined;
|
|
199
199
|
};
|
|
200
200
|
}, {
|
|
201
201
|
type: "zkp";
|
|
202
202
|
zkpRequest: {
|
|
203
203
|
id: number;
|
|
204
|
-
circuitId: string;
|
|
205
204
|
query: Record<string, any>;
|
|
205
|
+
circuitId: string;
|
|
206
206
|
optional?: boolean | undefined;
|
|
207
207
|
};
|
|
208
208
|
}>]>;
|
|
@@ -217,8 +217,8 @@ export declare const HostMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
217
217
|
callbackUrl: string;
|
|
218
218
|
scope: {
|
|
219
219
|
id: number;
|
|
220
|
-
circuitId: string;
|
|
221
220
|
query: Record<string, any>;
|
|
221
|
+
circuitId: string;
|
|
222
222
|
optional?: boolean | undefined;
|
|
223
223
|
}[];
|
|
224
224
|
message?: string | undefined;
|
|
@@ -240,8 +240,8 @@ export declare const HostMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
240
240
|
type: "zkp";
|
|
241
241
|
zkpRequest: {
|
|
242
242
|
id: number;
|
|
243
|
-
circuitId: string;
|
|
244
243
|
query: Record<string, any>;
|
|
244
|
+
circuitId: string;
|
|
245
245
|
optional?: boolean | undefined;
|
|
246
246
|
};
|
|
247
247
|
};
|
|
@@ -256,8 +256,8 @@ export declare const HostMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
256
256
|
callbackUrl: string;
|
|
257
257
|
scope: {
|
|
258
258
|
id: number;
|
|
259
|
-
circuitId: string;
|
|
260
259
|
query: Record<string, any>;
|
|
260
|
+
circuitId: string;
|
|
261
261
|
optional?: boolean | undefined;
|
|
262
262
|
}[];
|
|
263
263
|
message?: string | undefined;
|
|
@@ -279,8 +279,8 @@ export declare const HostMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
279
279
|
type: "zkp";
|
|
280
280
|
zkpRequest: {
|
|
281
281
|
id: number;
|
|
282
|
-
circuitId: string;
|
|
283
282
|
query: Record<string, any>;
|
|
283
|
+
circuitId: string;
|
|
284
284
|
optional?: boolean | undefined;
|
|
285
285
|
};
|
|
286
286
|
};
|
|
@@ -595,10 +595,10 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
595
595
|
data: z.ZodUnion<[z.ZodObject<{
|
|
596
596
|
type: z.ZodLiteral<"RuleEngineScenarioExecution">;
|
|
597
597
|
data: z.ZodObject<{
|
|
598
|
-
customerId: z.ZodString
|
|
599
|
-
scenarioExecutionId: z.ZodString
|
|
600
|
-
status: z.ZodEnum<["valid", "not-valid", "error", "unknown"]
|
|
601
|
-
results: z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
598
|
+
customerId: z.ZodOptional<z.ZodString>;
|
|
599
|
+
scenarioExecutionId: z.ZodOptional<z.ZodString>;
|
|
600
|
+
status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "error", "unknown"]>>;
|
|
601
|
+
results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
602
602
|
objectType: z.ZodEnum<["ChallengeQuery", "OnChainZKP", "OffChainZKP"]>;
|
|
603
603
|
objectId: z.ZodString;
|
|
604
604
|
name: z.ZodString;
|
|
@@ -658,12 +658,12 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
658
658
|
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
|
|
659
659
|
objectId: string;
|
|
660
660
|
address?: string | null | undefined;
|
|
661
|
-
}>, "many">, "many"
|
|
661
|
+
}>, "many">, "many">>;
|
|
662
662
|
}, "strip", z.ZodTypeAny, {
|
|
663
|
-
status
|
|
664
|
-
customerId
|
|
665
|
-
scenarioExecutionId
|
|
666
|
-
results
|
|
663
|
+
status?: "valid" | "unknown" | "not-valid" | "error" | undefined;
|
|
664
|
+
customerId?: string | undefined;
|
|
665
|
+
scenarioExecutionId?: string | undefined;
|
|
666
|
+
results?: {
|
|
667
667
|
name: string;
|
|
668
668
|
result: {
|
|
669
669
|
result: {
|
|
@@ -677,12 +677,12 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
677
677
|
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
|
|
678
678
|
objectId: string;
|
|
679
679
|
address?: string | null | undefined;
|
|
680
|
-
}[][];
|
|
680
|
+
}[][] | undefined;
|
|
681
681
|
}, {
|
|
682
|
-
status
|
|
683
|
-
customerId
|
|
684
|
-
scenarioExecutionId
|
|
685
|
-
results
|
|
682
|
+
status?: "valid" | "unknown" | "not-valid" | "error" | undefined;
|
|
683
|
+
customerId?: string | undefined;
|
|
684
|
+
scenarioExecutionId?: string | undefined;
|
|
685
|
+
results?: {
|
|
686
686
|
name: string;
|
|
687
687
|
result: {
|
|
688
688
|
result: {
|
|
@@ -696,15 +696,15 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
696
696
|
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
|
|
697
697
|
objectId: string;
|
|
698
698
|
address?: string | null | undefined;
|
|
699
|
-
}[][];
|
|
699
|
+
}[][] | undefined;
|
|
700
700
|
}>;
|
|
701
701
|
}, "strip", z.ZodTypeAny, {
|
|
702
702
|
type: "RuleEngineScenarioExecution";
|
|
703
703
|
data: {
|
|
704
|
-
status
|
|
705
|
-
customerId
|
|
706
|
-
scenarioExecutionId
|
|
707
|
-
results
|
|
704
|
+
status?: "valid" | "unknown" | "not-valid" | "error" | undefined;
|
|
705
|
+
customerId?: string | undefined;
|
|
706
|
+
scenarioExecutionId?: string | undefined;
|
|
707
|
+
results?: {
|
|
708
708
|
name: string;
|
|
709
709
|
result: {
|
|
710
710
|
result: {
|
|
@@ -718,15 +718,15 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
718
718
|
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
|
|
719
719
|
objectId: string;
|
|
720
720
|
address?: string | null | undefined;
|
|
721
|
-
}[][];
|
|
721
|
+
}[][] | undefined;
|
|
722
722
|
};
|
|
723
723
|
}, {
|
|
724
724
|
type: "RuleEngineScenarioExecution";
|
|
725
725
|
data: {
|
|
726
|
-
status
|
|
727
|
-
customerId
|
|
728
|
-
scenarioExecutionId
|
|
729
|
-
results
|
|
726
|
+
status?: "valid" | "unknown" | "not-valid" | "error" | undefined;
|
|
727
|
+
customerId?: string | undefined;
|
|
728
|
+
scenarioExecutionId?: string | undefined;
|
|
729
|
+
results?: {
|
|
730
730
|
name: string;
|
|
731
731
|
result: {
|
|
732
732
|
result: {
|
|
@@ -740,7 +740,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
740
740
|
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
|
|
741
741
|
objectId: string;
|
|
742
742
|
address?: string | null | undefined;
|
|
743
|
-
}[][];
|
|
743
|
+
}[][] | undefined;
|
|
744
744
|
};
|
|
745
745
|
}>, z.ZodObject<{
|
|
746
746
|
type: z.ZodLiteral<"OffChainScenarioExecution">;
|
|
@@ -769,21 +769,21 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
769
769
|
query: z.ZodRecord<z.ZodString, z.ZodAny>;
|
|
770
770
|
}, "strip", z.ZodTypeAny, {
|
|
771
771
|
id: number;
|
|
772
|
-
circuitId: string;
|
|
773
772
|
query: Record<string, any>;
|
|
773
|
+
circuitId: string;
|
|
774
774
|
optional?: boolean | undefined;
|
|
775
775
|
}, {
|
|
776
776
|
id: number;
|
|
777
|
-
circuitId: string;
|
|
778
777
|
query: Record<string, any>;
|
|
778
|
+
circuitId: string;
|
|
779
779
|
optional?: boolean | undefined;
|
|
780
780
|
}>, "many">;
|
|
781
781
|
}, "strip", z.ZodTypeAny, {
|
|
782
782
|
callbackUrl: string;
|
|
783
783
|
scope: {
|
|
784
784
|
id: number;
|
|
785
|
-
circuitId: string;
|
|
786
785
|
query: Record<string, any>;
|
|
786
|
+
circuitId: string;
|
|
787
787
|
optional?: boolean | undefined;
|
|
788
788
|
}[];
|
|
789
789
|
message?: string | undefined;
|
|
@@ -793,8 +793,8 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
793
793
|
callbackUrl: string;
|
|
794
794
|
scope: {
|
|
795
795
|
id: number;
|
|
796
|
-
circuitId: string;
|
|
797
796
|
query: Record<string, any>;
|
|
797
|
+
circuitId: string;
|
|
798
798
|
optional?: boolean | undefined;
|
|
799
799
|
}[];
|
|
800
800
|
message?: string | undefined;
|
|
@@ -810,8 +810,8 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
810
810
|
callbackUrl: string;
|
|
811
811
|
scope: {
|
|
812
812
|
id: number;
|
|
813
|
-
circuitId: string;
|
|
814
813
|
query: Record<string, any>;
|
|
814
|
+
circuitId: string;
|
|
815
815
|
optional?: boolean | undefined;
|
|
816
816
|
}[];
|
|
817
817
|
message?: string | undefined;
|
|
@@ -829,8 +829,8 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
829
829
|
callbackUrl: string;
|
|
830
830
|
scope: {
|
|
831
831
|
id: number;
|
|
832
|
-
circuitId: string;
|
|
833
832
|
query: Record<string, any>;
|
|
833
|
+
circuitId: string;
|
|
834
834
|
optional?: boolean | undefined;
|
|
835
835
|
}[];
|
|
836
836
|
message?: string | undefined;
|
|
@@ -984,40 +984,40 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
984
984
|
to?: string | undefined;
|
|
985
985
|
}>>>;
|
|
986
986
|
verificationError: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
987
|
-
query: z.ZodObject<{
|
|
987
|
+
query: z.ZodArray<z.ZodObject<{
|
|
988
988
|
type: z.ZodEnum<["IDInformation", "SelfieImage", "IDImage", "ProofOfResidence", "AMLScreeningsResults", "ID3", "IDScan", "IDScanSelfie", "IDScanPassport"]>;
|
|
989
989
|
requestId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
990
990
|
attribute: z.ZodString;
|
|
991
|
-
value: z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.
|
|
991
|
+
value: z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>;
|
|
992
992
|
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne"]>;
|
|
993
993
|
}, "strip", z.ZodTypeAny, {
|
|
994
|
-
value: string | number | boolean |
|
|
994
|
+
value: string | number | boolean | string[] | number[];
|
|
995
995
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
996
996
|
attribute: string;
|
|
997
997
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
998
998
|
requestId?: number | null | undefined;
|
|
999
999
|
}, {
|
|
1000
|
-
value: string | number | boolean |
|
|
1000
|
+
value: string | number | boolean | string[] | number[];
|
|
1001
1001
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
1002
1002
|
attribute: string;
|
|
1003
1003
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
1004
1004
|
requestId?: number | null | undefined;
|
|
1005
|
-
}>;
|
|
1005
|
+
}>, "many">;
|
|
1006
1006
|
workflowSessionId: z.ZodOptional<z.ZodString>;
|
|
1007
1007
|
}, "strip", z.ZodTypeAny, {
|
|
1008
1008
|
status: "pending" | "authorised" | "unauthorised";
|
|
1009
|
-
projectId: string;
|
|
1010
|
-
executionId: string;
|
|
1011
|
-
sessionId: string;
|
|
1012
|
-
scenarioId: string;
|
|
1013
|
-
scenarioName: string;
|
|
1014
1009
|
query: {
|
|
1015
|
-
value: string | number | boolean |
|
|
1010
|
+
value: string | number | boolean | string[] | number[];
|
|
1016
1011
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
1017
1012
|
attribute: string;
|
|
1018
1013
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
1019
1014
|
requestId?: number | null | undefined;
|
|
1020
|
-
};
|
|
1015
|
+
}[];
|
|
1016
|
+
projectId: string;
|
|
1017
|
+
executionId: string;
|
|
1018
|
+
sessionId: string;
|
|
1019
|
+
scenarioId: string;
|
|
1020
|
+
scenarioName: string;
|
|
1021
1021
|
requestMessage: {
|
|
1022
1022
|
id: string;
|
|
1023
1023
|
type: "https://iden3-communication.io/authorization/1.0/request" | "https://iden3-communication.io/authorization/1.0/response" | "https://iden3-communication.io/credentials/1.0/issuance-request" | "https://iden3-communication.io/credentials/1.0/fetch-request" | "https://iden3-communication.io/credentials/1.0/offer" | "https://iden3-communication.io/credentials/1.0/issuance-response" | "https://iden3-communication.io/credentials/1.0/refresh" | "https://iden3-communication.io/devices/1.0/registration" | "https://iden3-communication.io/messages/1.0/fetch" | "https://iden3-communication.io/proofs/1.0/request" | "https://iden3-communication.io/proofs/1.0/response" | "https://iden3-communication.io/revocation/1.0/request-status" | "https://iden3-communication.io/revocation/1.0/status" | "https://iden3-communication.io/proofs/1.0/contract-invoke-request" | "https://iden3-communication.io/proofs/1.0/contract-invoke-response" | "https://iden3-communication.io/credentials/1.0/onchain-offer" | "https://iden3-communication.io/credentials/0.1/proposal-request" | "https://iden3-communication.io/credentials/0.1/proposal" | "https://iden3-communication.io/credentials/0.1/payment-request" | "https://iden3-communication.io/credentials/0.1/payment";
|
|
@@ -1025,8 +1025,8 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
1025
1025
|
callbackUrl: string;
|
|
1026
1026
|
scope: {
|
|
1027
1027
|
id: number;
|
|
1028
|
-
circuitId: string;
|
|
1029
1028
|
query: Record<string, any>;
|
|
1029
|
+
circuitId: string;
|
|
1030
1030
|
optional?: boolean | undefined;
|
|
1031
1031
|
}[];
|
|
1032
1032
|
message?: string | undefined;
|
|
@@ -1068,18 +1068,18 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
1068
1068
|
workflowSessionId?: string | undefined;
|
|
1069
1069
|
}, {
|
|
1070
1070
|
status: "pending" | "authorised" | "unauthorised";
|
|
1071
|
-
projectId: string;
|
|
1072
|
-
executionId: string;
|
|
1073
|
-
sessionId: string;
|
|
1074
|
-
scenarioId: string;
|
|
1075
|
-
scenarioName: string;
|
|
1076
1071
|
query: {
|
|
1077
|
-
value: string | number | boolean |
|
|
1072
|
+
value: string | number | boolean | string[] | number[];
|
|
1078
1073
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
1079
1074
|
attribute: string;
|
|
1080
1075
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
1081
1076
|
requestId?: number | null | undefined;
|
|
1082
|
-
};
|
|
1077
|
+
}[];
|
|
1078
|
+
projectId: string;
|
|
1079
|
+
executionId: string;
|
|
1080
|
+
sessionId: string;
|
|
1081
|
+
scenarioId: string;
|
|
1082
|
+
scenarioName: string;
|
|
1083
1083
|
requestMessage: {
|
|
1084
1084
|
id: string;
|
|
1085
1085
|
type: "https://iden3-communication.io/authorization/1.0/request" | "https://iden3-communication.io/authorization/1.0/response" | "https://iden3-communication.io/credentials/1.0/issuance-request" | "https://iden3-communication.io/credentials/1.0/fetch-request" | "https://iden3-communication.io/credentials/1.0/offer" | "https://iden3-communication.io/credentials/1.0/issuance-response" | "https://iden3-communication.io/credentials/1.0/refresh" | "https://iden3-communication.io/devices/1.0/registration" | "https://iden3-communication.io/messages/1.0/fetch" | "https://iden3-communication.io/proofs/1.0/request" | "https://iden3-communication.io/proofs/1.0/response" | "https://iden3-communication.io/revocation/1.0/request-status" | "https://iden3-communication.io/revocation/1.0/status" | "https://iden3-communication.io/proofs/1.0/contract-invoke-request" | "https://iden3-communication.io/proofs/1.0/contract-invoke-response" | "https://iden3-communication.io/credentials/1.0/onchain-offer" | "https://iden3-communication.io/credentials/0.1/proposal-request" | "https://iden3-communication.io/credentials/0.1/proposal" | "https://iden3-communication.io/credentials/0.1/payment-request" | "https://iden3-communication.io/credentials/0.1/payment";
|
|
@@ -1087,8 +1087,8 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
1087
1087
|
callbackUrl: string;
|
|
1088
1088
|
scope: {
|
|
1089
1089
|
id: number;
|
|
1090
|
-
circuitId: string;
|
|
1091
1090
|
query: Record<string, any>;
|
|
1091
|
+
circuitId: string;
|
|
1092
1092
|
optional?: boolean | undefined;
|
|
1093
1093
|
}[];
|
|
1094
1094
|
message?: string | undefined;
|
|
@@ -1133,18 +1133,18 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
1133
1133
|
type: "OffChainScenarioExecution";
|
|
1134
1134
|
data: {
|
|
1135
1135
|
status: "pending" | "authorised" | "unauthorised";
|
|
1136
|
-
projectId: string;
|
|
1137
|
-
executionId: string;
|
|
1138
|
-
sessionId: string;
|
|
1139
|
-
scenarioId: string;
|
|
1140
|
-
scenarioName: string;
|
|
1141
1136
|
query: {
|
|
1142
|
-
value: string | number | boolean |
|
|
1137
|
+
value: string | number | boolean | string[] | number[];
|
|
1143
1138
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
1144
1139
|
attribute: string;
|
|
1145
1140
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
1146
1141
|
requestId?: number | null | undefined;
|
|
1147
|
-
};
|
|
1142
|
+
}[];
|
|
1143
|
+
projectId: string;
|
|
1144
|
+
executionId: string;
|
|
1145
|
+
sessionId: string;
|
|
1146
|
+
scenarioId: string;
|
|
1147
|
+
scenarioName: string;
|
|
1148
1148
|
requestMessage: {
|
|
1149
1149
|
id: string;
|
|
1150
1150
|
type: "https://iden3-communication.io/authorization/1.0/request" | "https://iden3-communication.io/authorization/1.0/response" | "https://iden3-communication.io/credentials/1.0/issuance-request" | "https://iden3-communication.io/credentials/1.0/fetch-request" | "https://iden3-communication.io/credentials/1.0/offer" | "https://iden3-communication.io/credentials/1.0/issuance-response" | "https://iden3-communication.io/credentials/1.0/refresh" | "https://iden3-communication.io/devices/1.0/registration" | "https://iden3-communication.io/messages/1.0/fetch" | "https://iden3-communication.io/proofs/1.0/request" | "https://iden3-communication.io/proofs/1.0/response" | "https://iden3-communication.io/revocation/1.0/request-status" | "https://iden3-communication.io/revocation/1.0/status" | "https://iden3-communication.io/proofs/1.0/contract-invoke-request" | "https://iden3-communication.io/proofs/1.0/contract-invoke-response" | "https://iden3-communication.io/credentials/1.0/onchain-offer" | "https://iden3-communication.io/credentials/0.1/proposal-request" | "https://iden3-communication.io/credentials/0.1/proposal" | "https://iden3-communication.io/credentials/0.1/payment-request" | "https://iden3-communication.io/credentials/0.1/payment";
|
|
@@ -1152,8 +1152,8 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
1152
1152
|
callbackUrl: string;
|
|
1153
1153
|
scope: {
|
|
1154
1154
|
id: number;
|
|
1155
|
-
circuitId: string;
|
|
1156
1155
|
query: Record<string, any>;
|
|
1156
|
+
circuitId: string;
|
|
1157
1157
|
optional?: boolean | undefined;
|
|
1158
1158
|
}[];
|
|
1159
1159
|
message?: string | undefined;
|
|
@@ -1198,18 +1198,18 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
1198
1198
|
type: "OffChainScenarioExecution";
|
|
1199
1199
|
data: {
|
|
1200
1200
|
status: "pending" | "authorised" | "unauthorised";
|
|
1201
|
-
projectId: string;
|
|
1202
|
-
executionId: string;
|
|
1203
|
-
sessionId: string;
|
|
1204
|
-
scenarioId: string;
|
|
1205
|
-
scenarioName: string;
|
|
1206
1201
|
query: {
|
|
1207
|
-
value: string | number | boolean |
|
|
1202
|
+
value: string | number | boolean | string[] | number[];
|
|
1208
1203
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
1209
1204
|
attribute: string;
|
|
1210
1205
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
1211
1206
|
requestId?: number | null | undefined;
|
|
1212
|
-
};
|
|
1207
|
+
}[];
|
|
1208
|
+
projectId: string;
|
|
1209
|
+
executionId: string;
|
|
1210
|
+
sessionId: string;
|
|
1211
|
+
scenarioId: string;
|
|
1212
|
+
scenarioName: string;
|
|
1213
1213
|
requestMessage: {
|
|
1214
1214
|
id: string;
|
|
1215
1215
|
type: "https://iden3-communication.io/authorization/1.0/request" | "https://iden3-communication.io/authorization/1.0/response" | "https://iden3-communication.io/credentials/1.0/issuance-request" | "https://iden3-communication.io/credentials/1.0/fetch-request" | "https://iden3-communication.io/credentials/1.0/offer" | "https://iden3-communication.io/credentials/1.0/issuance-response" | "https://iden3-communication.io/credentials/1.0/refresh" | "https://iden3-communication.io/devices/1.0/registration" | "https://iden3-communication.io/messages/1.0/fetch" | "https://iden3-communication.io/proofs/1.0/request" | "https://iden3-communication.io/proofs/1.0/response" | "https://iden3-communication.io/revocation/1.0/request-status" | "https://iden3-communication.io/revocation/1.0/status" | "https://iden3-communication.io/proofs/1.0/contract-invoke-request" | "https://iden3-communication.io/proofs/1.0/contract-invoke-response" | "https://iden3-communication.io/credentials/1.0/onchain-offer" | "https://iden3-communication.io/credentials/0.1/proposal-request" | "https://iden3-communication.io/credentials/0.1/proposal" | "https://iden3-communication.io/credentials/0.1/payment-request" | "https://iden3-communication.io/credentials/0.1/payment";
|
|
@@ -1217,8 +1217,8 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
1217
1217
|
callbackUrl: string;
|
|
1218
1218
|
scope: {
|
|
1219
1219
|
id: number;
|
|
1220
|
-
circuitId: string;
|
|
1221
1220
|
query: Record<string, any>;
|
|
1221
|
+
circuitId: string;
|
|
1222
1222
|
optional?: boolean | undefined;
|
|
1223
1223
|
}[];
|
|
1224
1224
|
message?: string | undefined;
|
|
@@ -1274,10 +1274,10 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
1274
1274
|
data: {
|
|
1275
1275
|
type: "RuleEngineScenarioExecution";
|
|
1276
1276
|
data: {
|
|
1277
|
-
status
|
|
1278
|
-
customerId
|
|
1279
|
-
scenarioExecutionId
|
|
1280
|
-
results
|
|
1277
|
+
status?: "valid" | "unknown" | "not-valid" | "error" | undefined;
|
|
1278
|
+
customerId?: string | undefined;
|
|
1279
|
+
scenarioExecutionId?: string | undefined;
|
|
1280
|
+
results?: {
|
|
1281
1281
|
name: string;
|
|
1282
1282
|
result: {
|
|
1283
1283
|
result: {
|
|
@@ -1291,24 +1291,24 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
1291
1291
|
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
|
|
1292
1292
|
objectId: string;
|
|
1293
1293
|
address?: string | null | undefined;
|
|
1294
|
-
}[][];
|
|
1294
|
+
}[][] | undefined;
|
|
1295
1295
|
};
|
|
1296
1296
|
} | {
|
|
1297
1297
|
type: "OffChainScenarioExecution";
|
|
1298
1298
|
data: {
|
|
1299
1299
|
status: "pending" | "authorised" | "unauthorised";
|
|
1300
|
-
projectId: string;
|
|
1301
|
-
executionId: string;
|
|
1302
|
-
sessionId: string;
|
|
1303
|
-
scenarioId: string;
|
|
1304
|
-
scenarioName: string;
|
|
1305
1300
|
query: {
|
|
1306
|
-
value: string | number | boolean |
|
|
1301
|
+
value: string | number | boolean | string[] | number[];
|
|
1307
1302
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
1308
1303
|
attribute: string;
|
|
1309
1304
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
1310
1305
|
requestId?: number | null | undefined;
|
|
1311
|
-
};
|
|
1306
|
+
}[];
|
|
1307
|
+
projectId: string;
|
|
1308
|
+
executionId: string;
|
|
1309
|
+
sessionId: string;
|
|
1310
|
+
scenarioId: string;
|
|
1311
|
+
scenarioName: string;
|
|
1312
1312
|
requestMessage: {
|
|
1313
1313
|
id: string;
|
|
1314
1314
|
type: "https://iden3-communication.io/authorization/1.0/request" | "https://iden3-communication.io/authorization/1.0/response" | "https://iden3-communication.io/credentials/1.0/issuance-request" | "https://iden3-communication.io/credentials/1.0/fetch-request" | "https://iden3-communication.io/credentials/1.0/offer" | "https://iden3-communication.io/credentials/1.0/issuance-response" | "https://iden3-communication.io/credentials/1.0/refresh" | "https://iden3-communication.io/devices/1.0/registration" | "https://iden3-communication.io/messages/1.0/fetch" | "https://iden3-communication.io/proofs/1.0/request" | "https://iden3-communication.io/proofs/1.0/response" | "https://iden3-communication.io/revocation/1.0/request-status" | "https://iden3-communication.io/revocation/1.0/status" | "https://iden3-communication.io/proofs/1.0/contract-invoke-request" | "https://iden3-communication.io/proofs/1.0/contract-invoke-response" | "https://iden3-communication.io/credentials/1.0/onchain-offer" | "https://iden3-communication.io/credentials/0.1/proposal-request" | "https://iden3-communication.io/credentials/0.1/proposal" | "https://iden3-communication.io/credentials/0.1/payment-request" | "https://iden3-communication.io/credentials/0.1/payment";
|
|
@@ -1316,8 +1316,8 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
1316
1316
|
callbackUrl: string;
|
|
1317
1317
|
scope: {
|
|
1318
1318
|
id: number;
|
|
1319
|
-
circuitId: string;
|
|
1320
1319
|
query: Record<string, any>;
|
|
1320
|
+
circuitId: string;
|
|
1321
1321
|
optional?: boolean | undefined;
|
|
1322
1322
|
}[];
|
|
1323
1323
|
message?: string | undefined;
|
|
@@ -1368,10 +1368,10 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
1368
1368
|
data: {
|
|
1369
1369
|
type: "RuleEngineScenarioExecution";
|
|
1370
1370
|
data: {
|
|
1371
|
-
status
|
|
1372
|
-
customerId
|
|
1373
|
-
scenarioExecutionId
|
|
1374
|
-
results
|
|
1371
|
+
status?: "valid" | "unknown" | "not-valid" | "error" | undefined;
|
|
1372
|
+
customerId?: string | undefined;
|
|
1373
|
+
scenarioExecutionId?: string | undefined;
|
|
1374
|
+
results?: {
|
|
1375
1375
|
name: string;
|
|
1376
1376
|
result: {
|
|
1377
1377
|
result: {
|
|
@@ -1385,24 +1385,24 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
1385
1385
|
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
|
|
1386
1386
|
objectId: string;
|
|
1387
1387
|
address?: string | null | undefined;
|
|
1388
|
-
}[][];
|
|
1388
|
+
}[][] | undefined;
|
|
1389
1389
|
};
|
|
1390
1390
|
} | {
|
|
1391
1391
|
type: "OffChainScenarioExecution";
|
|
1392
1392
|
data: {
|
|
1393
1393
|
status: "pending" | "authorised" | "unauthorised";
|
|
1394
|
-
projectId: string;
|
|
1395
|
-
executionId: string;
|
|
1396
|
-
sessionId: string;
|
|
1397
|
-
scenarioId: string;
|
|
1398
|
-
scenarioName: string;
|
|
1399
1394
|
query: {
|
|
1400
|
-
value: string | number | boolean |
|
|
1395
|
+
value: string | number | boolean | string[] | number[];
|
|
1401
1396
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
1402
1397
|
attribute: string;
|
|
1403
1398
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
1404
1399
|
requestId?: number | null | undefined;
|
|
1405
|
-
};
|
|
1400
|
+
}[];
|
|
1401
|
+
projectId: string;
|
|
1402
|
+
executionId: string;
|
|
1403
|
+
sessionId: string;
|
|
1404
|
+
scenarioId: string;
|
|
1405
|
+
scenarioName: string;
|
|
1406
1406
|
requestMessage: {
|
|
1407
1407
|
id: string;
|
|
1408
1408
|
type: "https://iden3-communication.io/authorization/1.0/request" | "https://iden3-communication.io/authorization/1.0/response" | "https://iden3-communication.io/credentials/1.0/issuance-request" | "https://iden3-communication.io/credentials/1.0/fetch-request" | "https://iden3-communication.io/credentials/1.0/offer" | "https://iden3-communication.io/credentials/1.0/issuance-response" | "https://iden3-communication.io/credentials/1.0/refresh" | "https://iden3-communication.io/devices/1.0/registration" | "https://iden3-communication.io/messages/1.0/fetch" | "https://iden3-communication.io/proofs/1.0/request" | "https://iden3-communication.io/proofs/1.0/response" | "https://iden3-communication.io/revocation/1.0/request-status" | "https://iden3-communication.io/revocation/1.0/status" | "https://iden3-communication.io/proofs/1.0/contract-invoke-request" | "https://iden3-communication.io/proofs/1.0/contract-invoke-response" | "https://iden3-communication.io/credentials/1.0/onchain-offer" | "https://iden3-communication.io/credentials/0.1/proposal-request" | "https://iden3-communication.io/credentials/0.1/proposal" | "https://iden3-communication.io/credentials/0.1/payment-request" | "https://iden3-communication.io/credentials/0.1/payment";
|
|
@@ -1410,8 +1410,8 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
1410
1410
|
callbackUrl: string;
|
|
1411
1411
|
scope: {
|
|
1412
1412
|
id: number;
|
|
1413
|
-
circuitId: string;
|
|
1414
1413
|
query: Record<string, any>;
|
|
1414
|
+
circuitId: string;
|
|
1415
1415
|
optional?: boolean | undefined;
|
|
1416
1416
|
}[];
|
|
1417
1417
|
message?: string | undefined;
|
|
@@ -2356,16 +2356,16 @@ export declare const RequiredVerificationData: z.ZodObject<{
|
|
|
2356
2356
|
type: z.ZodEnum<["IDInformation", "SelfieImage", "IDImage", "ProofOfResidence", "AMLScreeningsResults", "ID3", "IDScan", "IDScanSelfie", "IDScanPassport"]>;
|
|
2357
2357
|
requestId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2358
2358
|
attribute: z.ZodString;
|
|
2359
|
-
value: z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.
|
|
2359
|
+
value: z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>;
|
|
2360
2360
|
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne"]>;
|
|
2361
2361
|
}, "strip", z.ZodTypeAny, {
|
|
2362
|
-
value: string | number | boolean |
|
|
2362
|
+
value: string | number | boolean | string[] | number[];
|
|
2363
2363
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
2364
2364
|
attribute: string;
|
|
2365
2365
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
2366
2366
|
requestId?: number | null | undefined;
|
|
2367
2367
|
}, {
|
|
2368
|
-
value: string | number | boolean |
|
|
2368
|
+
value: string | number | boolean | string[] | number[];
|
|
2369
2369
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
2370
2370
|
attribute: string;
|
|
2371
2371
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
@@ -2373,25 +2373,25 @@ export declare const RequiredVerificationData: z.ZodObject<{
|
|
|
2373
2373
|
}>;
|
|
2374
2374
|
}, "strip", z.ZodTypeAny, {
|
|
2375
2375
|
id: number;
|
|
2376
|
-
circuitId: "credentialAtomicQuerySigV2" | "credentialAtomicQuerySigV2OnChain";
|
|
2377
2376
|
query: {
|
|
2378
|
-
value: string | number | boolean |
|
|
2377
|
+
value: string | number | boolean | string[] | number[];
|
|
2379
2378
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
2380
2379
|
attribute: string;
|
|
2381
2380
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
2382
2381
|
requestId?: number | null | undefined;
|
|
2383
2382
|
};
|
|
2383
|
+
circuitId: "credentialAtomicQuerySigV2" | "credentialAtomicQuerySigV2OnChain";
|
|
2384
2384
|
optional?: boolean | undefined;
|
|
2385
2385
|
}, {
|
|
2386
2386
|
id: number;
|
|
2387
|
-
circuitId: "credentialAtomicQuerySigV2" | "credentialAtomicQuerySigV2OnChain";
|
|
2388
2387
|
query: {
|
|
2389
|
-
value: string | number | boolean |
|
|
2388
|
+
value: string | number | boolean | string[] | number[];
|
|
2390
2389
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
2391
2390
|
attribute: string;
|
|
2392
2391
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
2393
2392
|
requestId?: number | null | undefined;
|
|
2394
2393
|
};
|
|
2394
|
+
circuitId: "credentialAtomicQuerySigV2" | "credentialAtomicQuerySigV2OnChain";
|
|
2395
2395
|
optional?: boolean | undefined;
|
|
2396
2396
|
}>, "many">;
|
|
2397
2397
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2405,14 +2405,14 @@ export declare const RequiredVerificationData: z.ZodObject<{
|
|
|
2405
2405
|
}[];
|
|
2406
2406
|
conditions: {
|
|
2407
2407
|
id: number;
|
|
2408
|
-
circuitId: "credentialAtomicQuerySigV2" | "credentialAtomicQuerySigV2OnChain";
|
|
2409
2408
|
query: {
|
|
2410
|
-
value: string | number | boolean |
|
|
2409
|
+
value: string | number | boolean | string[] | number[];
|
|
2411
2410
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
2412
2411
|
attribute: string;
|
|
2413
2412
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
2414
2413
|
requestId?: number | null | undefined;
|
|
2415
2414
|
};
|
|
2415
|
+
circuitId: "credentialAtomicQuerySigV2" | "credentialAtomicQuerySigV2OnChain";
|
|
2416
2416
|
optional?: boolean | undefined;
|
|
2417
2417
|
}[];
|
|
2418
2418
|
}, {
|
|
@@ -2426,14 +2426,14 @@ export declare const RequiredVerificationData: z.ZodObject<{
|
|
|
2426
2426
|
}[];
|
|
2427
2427
|
conditions: {
|
|
2428
2428
|
id: number;
|
|
2429
|
-
circuitId: "credentialAtomicQuerySigV2" | "credentialAtomicQuerySigV2OnChain";
|
|
2430
2429
|
query: {
|
|
2431
|
-
value: string | number | boolean |
|
|
2430
|
+
value: string | number | boolean | string[] | number[];
|
|
2432
2431
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
2433
2432
|
attribute: string;
|
|
2434
2433
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
2435
2434
|
requestId?: number | null | undefined;
|
|
2436
2435
|
};
|
|
2436
|
+
circuitId: "credentialAtomicQuerySigV2" | "credentialAtomicQuerySigV2OnChain";
|
|
2437
2437
|
optional?: boolean | undefined;
|
|
2438
2438
|
}[];
|
|
2439
2439
|
}>;
|
|
@@ -2478,16 +2478,16 @@ export declare const RequiredVerificationData: z.ZodObject<{
|
|
|
2478
2478
|
type: z.ZodEnum<["IDInformation", "SelfieImage", "IDImage", "ProofOfResidence", "AMLScreeningsResults", "ID3", "IDScan", "IDScanSelfie", "IDScanPassport"]>;
|
|
2479
2479
|
requestId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2480
2480
|
attribute: z.ZodString;
|
|
2481
|
-
value: z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.
|
|
2481
|
+
value: z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>;
|
|
2482
2482
|
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne"]>;
|
|
2483
2483
|
}, "strip", z.ZodTypeAny, {
|
|
2484
|
-
value: string | number | boolean |
|
|
2484
|
+
value: string | number | boolean | string[] | number[];
|
|
2485
2485
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
2486
2486
|
attribute: string;
|
|
2487
2487
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
2488
2488
|
requestId?: number | null | undefined;
|
|
2489
2489
|
}, {
|
|
2490
|
-
value: string | number | boolean |
|
|
2490
|
+
value: string | number | boolean | string[] | number[];
|
|
2491
2491
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
2492
2492
|
attribute: string;
|
|
2493
2493
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
@@ -2495,55 +2495,55 @@ export declare const RequiredVerificationData: z.ZodObject<{
|
|
|
2495
2495
|
}>;
|
|
2496
2496
|
}, "strip", z.ZodTypeAny, {
|
|
2497
2497
|
id: number;
|
|
2498
|
-
circuitId: "credentialAtomicQuerySigV2" | "credentialAtomicQuerySigV2OnChain";
|
|
2499
2498
|
query: {
|
|
2500
|
-
value: string | number | boolean |
|
|
2499
|
+
value: string | number | boolean | string[] | number[];
|
|
2501
2500
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
2502
2501
|
attribute: string;
|
|
2503
2502
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
2504
2503
|
requestId?: number | null | undefined;
|
|
2505
2504
|
};
|
|
2505
|
+
circuitId: "credentialAtomicQuerySigV2" | "credentialAtomicQuerySigV2OnChain";
|
|
2506
2506
|
optional?: boolean | undefined;
|
|
2507
2507
|
}, {
|
|
2508
2508
|
id: number;
|
|
2509
|
-
circuitId: "credentialAtomicQuerySigV2" | "credentialAtomicQuerySigV2OnChain";
|
|
2510
2509
|
query: {
|
|
2511
|
-
value: string | number | boolean |
|
|
2510
|
+
value: string | number | boolean | string[] | number[];
|
|
2512
2511
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
2513
2512
|
attribute: string;
|
|
2514
2513
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
2515
2514
|
requestId?: number | null | undefined;
|
|
2516
2515
|
};
|
|
2516
|
+
circuitId: "credentialAtomicQuerySigV2" | "credentialAtomicQuerySigV2OnChain";
|
|
2517
2517
|
optional?: boolean | undefined;
|
|
2518
2518
|
}>, "many">;
|
|
2519
2519
|
}, "strip", z.ZodTypeAny, {
|
|
2520
|
-
scenarioVerifierAddress: string;
|
|
2521
2520
|
conditions: {
|
|
2522
2521
|
id: number;
|
|
2523
|
-
circuitId: "credentialAtomicQuerySigV2" | "credentialAtomicQuerySigV2OnChain";
|
|
2524
2522
|
query: {
|
|
2525
|
-
value: string | number | boolean |
|
|
2523
|
+
value: string | number | boolean | string[] | number[];
|
|
2526
2524
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
2527
2525
|
attribute: string;
|
|
2528
2526
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
2529
2527
|
requestId?: number | null | undefined;
|
|
2530
2528
|
};
|
|
2529
|
+
circuitId: "credentialAtomicQuerySigV2" | "credentialAtomicQuerySigV2OnChain";
|
|
2531
2530
|
optional?: boolean | undefined;
|
|
2532
2531
|
}[];
|
|
2533
|
-
}, {
|
|
2534
2532
|
scenarioVerifierAddress: string;
|
|
2533
|
+
}, {
|
|
2535
2534
|
conditions: {
|
|
2536
2535
|
id: number;
|
|
2537
|
-
circuitId: "credentialAtomicQuerySigV2" | "credentialAtomicQuerySigV2OnChain";
|
|
2538
2536
|
query: {
|
|
2539
|
-
value: string | number | boolean |
|
|
2537
|
+
value: string | number | boolean | string[] | number[];
|
|
2540
2538
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
2541
2539
|
attribute: string;
|
|
2542
2540
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
2543
2541
|
requestId?: number | null | undefined;
|
|
2544
2542
|
};
|
|
2543
|
+
circuitId: "credentialAtomicQuerySigV2" | "credentialAtomicQuerySigV2OnChain";
|
|
2545
2544
|
optional?: boolean | undefined;
|
|
2546
2545
|
}[];
|
|
2546
|
+
scenarioVerifierAddress: string;
|
|
2547
2547
|
}>, "many">;
|
|
2548
2548
|
}, "strip", z.ZodTypeAny, {
|
|
2549
2549
|
requiredData: {
|
|
@@ -2555,19 +2555,19 @@ export declare const RequiredVerificationData: z.ZodObject<{
|
|
|
2555
2555
|
}[];
|
|
2556
2556
|
}[];
|
|
2557
2557
|
verifications: {
|
|
2558
|
-
scenarioVerifierAddress: string;
|
|
2559
2558
|
conditions: {
|
|
2560
2559
|
id: number;
|
|
2561
|
-
circuitId: "credentialAtomicQuerySigV2" | "credentialAtomicQuerySigV2OnChain";
|
|
2562
2560
|
query: {
|
|
2563
|
-
value: string | number | boolean |
|
|
2561
|
+
value: string | number | boolean | string[] | number[];
|
|
2564
2562
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
2565
2563
|
attribute: string;
|
|
2566
2564
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
2567
2565
|
requestId?: number | null | undefined;
|
|
2568
2566
|
};
|
|
2567
|
+
circuitId: "credentialAtomicQuerySigV2" | "credentialAtomicQuerySigV2OnChain";
|
|
2569
2568
|
optional?: boolean | undefined;
|
|
2570
2569
|
}[];
|
|
2570
|
+
scenarioVerifierAddress: string;
|
|
2571
2571
|
}[];
|
|
2572
2572
|
}, {
|
|
2573
2573
|
requiredData: {
|
|
@@ -2579,19 +2579,19 @@ export declare const RequiredVerificationData: z.ZodObject<{
|
|
|
2579
2579
|
}[];
|
|
2580
2580
|
}[];
|
|
2581
2581
|
verifications: {
|
|
2582
|
-
scenarioVerifierAddress: string;
|
|
2583
2582
|
conditions: {
|
|
2584
2583
|
id: number;
|
|
2585
|
-
circuitId: "credentialAtomicQuerySigV2" | "credentialAtomicQuerySigV2OnChain";
|
|
2586
2584
|
query: {
|
|
2587
|
-
value: string | number | boolean |
|
|
2585
|
+
value: string | number | boolean | string[] | number[];
|
|
2588
2586
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
2589
2587
|
attribute: string;
|
|
2590
2588
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
2591
2589
|
requestId?: number | null | undefined;
|
|
2592
2590
|
};
|
|
2591
|
+
circuitId: "credentialAtomicQuerySigV2" | "credentialAtomicQuerySigV2OnChain";
|
|
2593
2592
|
optional?: boolean | undefined;
|
|
2594
2593
|
}[];
|
|
2594
|
+
scenarioVerifierAddress: string;
|
|
2595
2595
|
}[];
|
|
2596
2596
|
}>;
|
|
2597
2597
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2616,14 +2616,14 @@ export declare const RequiredVerificationData: z.ZodObject<{
|
|
|
2616
2616
|
}[];
|
|
2617
2617
|
conditions: {
|
|
2618
2618
|
id: number;
|
|
2619
|
-
circuitId: "credentialAtomicQuerySigV2" | "credentialAtomicQuerySigV2OnChain";
|
|
2620
2619
|
query: {
|
|
2621
|
-
value: string | number | boolean |
|
|
2620
|
+
value: string | number | boolean | string[] | number[];
|
|
2622
2621
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
2623
2622
|
attribute: string;
|
|
2624
2623
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
2625
2624
|
requestId?: number | null | undefined;
|
|
2626
2625
|
};
|
|
2626
|
+
circuitId: "credentialAtomicQuerySigV2" | "credentialAtomicQuerySigV2OnChain";
|
|
2627
2627
|
optional?: boolean | undefined;
|
|
2628
2628
|
}[];
|
|
2629
2629
|
};
|
|
@@ -2637,19 +2637,19 @@ export declare const RequiredVerificationData: z.ZodObject<{
|
|
|
2637
2637
|
}[];
|
|
2638
2638
|
}[];
|
|
2639
2639
|
verifications: {
|
|
2640
|
-
scenarioVerifierAddress: string;
|
|
2641
2640
|
conditions: {
|
|
2642
2641
|
id: number;
|
|
2643
|
-
circuitId: "credentialAtomicQuerySigV2" | "credentialAtomicQuerySigV2OnChain";
|
|
2644
2642
|
query: {
|
|
2645
|
-
value: string | number | boolean |
|
|
2643
|
+
value: string | number | boolean | string[] | number[];
|
|
2646
2644
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
2647
2645
|
attribute: string;
|
|
2648
2646
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
2649
2647
|
requestId?: number | null | undefined;
|
|
2650
2648
|
};
|
|
2649
|
+
circuitId: "credentialAtomicQuerySigV2" | "credentialAtomicQuerySigV2OnChain";
|
|
2651
2650
|
optional?: boolean | undefined;
|
|
2652
2651
|
}[];
|
|
2652
|
+
scenarioVerifierAddress: string;
|
|
2653
2653
|
}[];
|
|
2654
2654
|
};
|
|
2655
2655
|
}, {
|
|
@@ -2674,14 +2674,14 @@ export declare const RequiredVerificationData: z.ZodObject<{
|
|
|
2674
2674
|
}[];
|
|
2675
2675
|
conditions: {
|
|
2676
2676
|
id: number;
|
|
2677
|
-
circuitId: "credentialAtomicQuerySigV2" | "credentialAtomicQuerySigV2OnChain";
|
|
2678
2677
|
query: {
|
|
2679
|
-
value: string | number | boolean |
|
|
2678
|
+
value: string | number | boolean | string[] | number[];
|
|
2680
2679
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
2681
2680
|
attribute: string;
|
|
2682
2681
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
2683
2682
|
requestId?: number | null | undefined;
|
|
2684
2683
|
};
|
|
2684
|
+
circuitId: "credentialAtomicQuerySigV2" | "credentialAtomicQuerySigV2OnChain";
|
|
2685
2685
|
optional?: boolean | undefined;
|
|
2686
2686
|
}[];
|
|
2687
2687
|
};
|
|
@@ -2695,19 +2695,19 @@ export declare const RequiredVerificationData: z.ZodObject<{
|
|
|
2695
2695
|
}[];
|
|
2696
2696
|
}[];
|
|
2697
2697
|
verifications: {
|
|
2698
|
-
scenarioVerifierAddress: string;
|
|
2699
2698
|
conditions: {
|
|
2700
2699
|
id: number;
|
|
2701
|
-
circuitId: "credentialAtomicQuerySigV2" | "credentialAtomicQuerySigV2OnChain";
|
|
2702
2700
|
query: {
|
|
2703
|
-
value: string | number | boolean |
|
|
2701
|
+
value: string | number | boolean | string[] | number[];
|
|
2704
2702
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
2705
2703
|
attribute: string;
|
|
2706
2704
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
2707
2705
|
requestId?: number | null | undefined;
|
|
2708
2706
|
};
|
|
2707
|
+
circuitId: "credentialAtomicQuerySigV2" | "credentialAtomicQuerySigV2OnChain";
|
|
2709
2708
|
optional?: boolean | undefined;
|
|
2710
2709
|
}[];
|
|
2710
|
+
scenarioVerifierAddress: string;
|
|
2711
2711
|
}[];
|
|
2712
2712
|
};
|
|
2713
2713
|
}>;
|