@nexeraid/identity-schemas 2.8.0-dev → 2.10.0-dev
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{customers.schema-1bf4fe64.cjs.dev.js → customers.schema-a23a7d7d.cjs.dev.js} +1 -1
- package/dist/{customers.schema-0bfe7ed2.esm.js → customers.schema-bc9ea241.esm.js} +1 -1
- package/dist/{customers.schema-80e163e9.cjs.prod.js → customers.schema-f2cbacca.cjs.prod.js} +1 -1
- package/dist/declarations/src/identity/app-requests.schema.d.ts +37 -37
- package/dist/declarations/src/identity/identity-v2.schema.d.ts +9 -9
- package/dist/declarations/src/identity/kyc.schema.d.ts +20 -20
- package/dist/declarations/src/identity/query.schema.d.ts +97 -92
- package/dist/declarations/src/identity/query.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/scenario.schema.d.ts +99 -99
- package/dist/declarations/src/identity/zkps.schema.d.ts +17 -17
- package/dist/declarations/src/providers/sumsub/sumsub-applicant.schema.d.ts +4 -4
- package/dist/declarations/src/transaction.schema.d.ts +2 -2
- package/dist/declarations/src/transaction.schema.d.ts.map +1 -1
- package/dist/declarations/src/webhooks/svix.webhooks.schema.d.ts +135 -135
- package/dist/declarations/src/webhooks/tms.webhooks.schema.d.ts +3 -3
- package/dist/{frontend-utilities.schema-63c0c3ec.cjs.prod.js → frontend-utilities.schema-1a37ad51.cjs.prod.js} +1 -1
- package/dist/{frontend-utilities.schema-c53dbf36.esm.js → frontend-utilities.schema-5587da47.esm.js} +1 -1
- package/dist/{frontend-utilities.schema-7ec52bb3.cjs.dev.js → frontend-utilities.schema-b01c1889.cjs.dev.js} +1 -1
- package/dist/{identity-api.schema-725ecd1d.cjs.prod.js → identity-api.schema-2fb2ff78.cjs.prod.js} +42 -9
- package/dist/{identity-api.schema-e1fe9b0e.cjs.dev.js → identity-api.schema-841bc821.cjs.dev.js} +42 -9
- package/dist/{identity-api.schema-a3f556f3.esm.js → identity-api.schema-ee362a66.esm.js} +42 -9
- package/dist/nexeraid-identity-schemas.cjs.dev.js +3 -3
- package/dist/nexeraid-identity-schemas.cjs.prod.js +3 -3
- package/dist/nexeraid-identity-schemas.esm.js +4 -4
- package/dist/package.json +1 -1
- package/dist/{transaction.schema-1534b40f.cjs.prod.js → transaction.schema-2d4e973b.cjs.prod.js} +2 -2
- package/dist/{transaction.schema-221579a3.esm.js → transaction.schema-2dd50ae5.esm.js} +2 -2
- package/dist/{transaction.schema-4195655f.cjs.dev.js → transaction.schema-5bc7e516.cjs.dev.js} +2 -2
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.js +1 -1
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.js +1 -1
- 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 +3 -3
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.js +3 -3
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.js +3 -3
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var zod = require('zod');
|
|
4
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
4
|
+
var identityApi_schema = require('./identity-api.schema-841bc821.cjs.dev.js');
|
|
5
5
|
|
|
6
6
|
// based on https://tech-doc.api.scorechain.com/
|
|
7
7
|
var ANALYSIS_TYPES = ["ASSIGNED", "INCOMING", "OUTGOING", "FULL"];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { a4 as BlockchainAddress, F as AddressSchema, an as Alpha2Country, af as UuidString, eM as _toConsumableArray, eO as _arrayWithHoles, eP as _unsupportedIterableToArray, eQ as _nonIterableRest, al as ISO3CountryCode, a7 as BlockchainNamespace, c8 as SdkVerificationOutput, aD as CustomerStatus, eR as _defineProperty, eD as ProofOfResidenceCredentialSubjectSchema, d0 as QrCodeLinkWithSchemaType, aE as BasicCustomerContactInformation, eJ as CredentialType } from './identity-api.schema-
|
|
2
|
+
import { a4 as BlockchainAddress, F as AddressSchema, an as Alpha2Country, af as UuidString, eM as _toConsumableArray, eO as _arrayWithHoles, eP as _unsupportedIterableToArray, eQ as _nonIterableRest, al as ISO3CountryCode, a7 as BlockchainNamespace, c8 as SdkVerificationOutput, aD as CustomerStatus, eR as _defineProperty, eD as ProofOfResidenceCredentialSubjectSchema, d0 as QrCodeLinkWithSchemaType, aE as BasicCustomerContactInformation, eJ as CredentialType } from './identity-api.schema-ee362a66.esm.js';
|
|
3
3
|
|
|
4
4
|
// based on https://tech-doc.api.scorechain.com/
|
|
5
5
|
var ANALYSIS_TYPES = ["ASSIGNED", "INCOMING", "OUTGOING", "FULL"];
|
package/dist/{customers.schema-80e163e9.cjs.prod.js → customers.schema-f2cbacca.cjs.prod.js}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var zod = require('zod');
|
|
4
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
4
|
+
var identityApi_schema = require('./identity-api.schema-2fb2ff78.cjs.prod.js');
|
|
5
5
|
|
|
6
6
|
// based on https://tech-doc.api.scorechain.com/
|
|
7
7
|
var ANALYSIS_TYPES = ["ASSIGNED", "INCOMING", "OUTGOING", "FULL"];
|
|
@@ -244,18 +244,18 @@ export declare const ScenarioAuthorizationData: z.ZodObject<{
|
|
|
244
244
|
requestId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
245
245
|
attribute: z.ZodString;
|
|
246
246
|
value: z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>;
|
|
247
|
-
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne"]>;
|
|
247
|
+
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists"]>;
|
|
248
248
|
}, "strip", z.ZodTypeAny, {
|
|
249
249
|
value: string | number | boolean | string[] | number[];
|
|
250
250
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
251
251
|
attribute: string;
|
|
252
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
252
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
253
253
|
requestId?: number | null | undefined;
|
|
254
254
|
}, {
|
|
255
255
|
value: string | number | boolean | string[] | number[];
|
|
256
256
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
257
257
|
attribute: string;
|
|
258
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
258
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
259
259
|
requestId?: number | null | undefined;
|
|
260
260
|
}>, "many">;
|
|
261
261
|
workflowSessionId: z.ZodOptional<z.ZodString>;
|
|
@@ -265,7 +265,7 @@ export declare const ScenarioAuthorizationData: z.ZodObject<{
|
|
|
265
265
|
value: string | number | boolean | string[] | number[];
|
|
266
266
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
267
267
|
attribute: string;
|
|
268
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
268
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
269
269
|
requestId?: number | null | undefined;
|
|
270
270
|
}[];
|
|
271
271
|
projectId: string;
|
|
@@ -327,7 +327,7 @@ export declare const ScenarioAuthorizationData: z.ZodObject<{
|
|
|
327
327
|
value: string | number | boolean | string[] | number[];
|
|
328
328
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
329
329
|
attribute: string;
|
|
330
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
330
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
331
331
|
requestId?: number | null | undefined;
|
|
332
332
|
}[];
|
|
333
333
|
projectId: string;
|
|
@@ -949,18 +949,18 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
|
|
|
949
949
|
requestId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
950
950
|
attribute: z.ZodString;
|
|
951
951
|
value: z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>;
|
|
952
|
-
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne"]>;
|
|
952
|
+
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists"]>;
|
|
953
953
|
}, "strip", z.ZodTypeAny, {
|
|
954
954
|
value: string | number | boolean | string[] | number[];
|
|
955
955
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
956
956
|
attribute: string;
|
|
957
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
957
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
958
958
|
requestId?: number | null | undefined;
|
|
959
959
|
}, {
|
|
960
960
|
value: string | number | boolean | string[] | number[];
|
|
961
961
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
962
962
|
attribute: string;
|
|
963
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
963
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
964
964
|
requestId?: number | null | undefined;
|
|
965
965
|
}>, "many">;
|
|
966
966
|
workflowSessionId: z.ZodOptional<z.ZodString>;
|
|
@@ -970,7 +970,7 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
|
|
|
970
970
|
value: string | number | boolean | string[] | number[];
|
|
971
971
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
972
972
|
attribute: string;
|
|
973
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
973
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
974
974
|
requestId?: number | null | undefined;
|
|
975
975
|
}[];
|
|
976
976
|
projectId: string;
|
|
@@ -1032,7 +1032,7 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
|
|
|
1032
1032
|
value: string | number | boolean | string[] | number[];
|
|
1033
1033
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
1034
1034
|
attribute: string;
|
|
1035
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
1035
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
1036
1036
|
requestId?: number | null | undefined;
|
|
1037
1037
|
}[];
|
|
1038
1038
|
projectId: string;
|
|
@@ -1097,7 +1097,7 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
|
|
|
1097
1097
|
value: string | number | boolean | string[] | number[];
|
|
1098
1098
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
1099
1099
|
attribute: string;
|
|
1100
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
1100
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
1101
1101
|
requestId?: number | null | undefined;
|
|
1102
1102
|
}[];
|
|
1103
1103
|
projectId: string;
|
|
@@ -1162,7 +1162,7 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
|
|
|
1162
1162
|
value: string | number | boolean | string[] | number[];
|
|
1163
1163
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
1164
1164
|
attribute: string;
|
|
1165
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
1165
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
1166
1166
|
requestId?: number | null | undefined;
|
|
1167
1167
|
}[];
|
|
1168
1168
|
projectId: string;
|
|
@@ -1628,18 +1628,18 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
1628
1628
|
requestId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1629
1629
|
attribute: z.ZodString;
|
|
1630
1630
|
value: z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>;
|
|
1631
|
-
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne"]>;
|
|
1631
|
+
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists"]>;
|
|
1632
1632
|
}, "strip", z.ZodTypeAny, {
|
|
1633
1633
|
value: string | number | boolean | string[] | number[];
|
|
1634
1634
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
1635
1635
|
attribute: string;
|
|
1636
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
1636
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
1637
1637
|
requestId?: number | null | undefined;
|
|
1638
1638
|
}, {
|
|
1639
1639
|
value: string | number | boolean | string[] | number[];
|
|
1640
1640
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
1641
1641
|
attribute: string;
|
|
1642
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
1642
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
1643
1643
|
requestId?: number | null | undefined;
|
|
1644
1644
|
}>, "many">;
|
|
1645
1645
|
workflowSessionId: z.ZodOptional<z.ZodString>;
|
|
@@ -1649,7 +1649,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
1649
1649
|
value: string | number | boolean | string[] | number[];
|
|
1650
1650
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
1651
1651
|
attribute: string;
|
|
1652
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
1652
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
1653
1653
|
requestId?: number | null | undefined;
|
|
1654
1654
|
}[];
|
|
1655
1655
|
projectId: string;
|
|
@@ -1711,7 +1711,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
1711
1711
|
value: string | number | boolean | string[] | number[];
|
|
1712
1712
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
1713
1713
|
attribute: string;
|
|
1714
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
1714
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
1715
1715
|
requestId?: number | null | undefined;
|
|
1716
1716
|
}[];
|
|
1717
1717
|
projectId: string;
|
|
@@ -1776,7 +1776,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
1776
1776
|
value: string | number | boolean | string[] | number[];
|
|
1777
1777
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
1778
1778
|
attribute: string;
|
|
1779
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
1779
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
1780
1780
|
requestId?: number | null | undefined;
|
|
1781
1781
|
}[];
|
|
1782
1782
|
projectId: string;
|
|
@@ -1841,7 +1841,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
1841
1841
|
value: string | number | boolean | string[] | number[];
|
|
1842
1842
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
1843
1843
|
attribute: string;
|
|
1844
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
1844
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
1845
1845
|
requestId?: number | null | undefined;
|
|
1846
1846
|
}[];
|
|
1847
1847
|
projectId: string;
|
|
@@ -2309,18 +2309,18 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2309
2309
|
requestId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2310
2310
|
attribute: z.ZodString;
|
|
2311
2311
|
value: z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>;
|
|
2312
|
-
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne"]>;
|
|
2312
|
+
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists"]>;
|
|
2313
2313
|
}, "strip", z.ZodTypeAny, {
|
|
2314
2314
|
value: string | number | boolean | string[] | number[];
|
|
2315
2315
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
2316
2316
|
attribute: string;
|
|
2317
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
2317
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
2318
2318
|
requestId?: number | null | undefined;
|
|
2319
2319
|
}, {
|
|
2320
2320
|
value: string | number | boolean | string[] | number[];
|
|
2321
2321
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
2322
2322
|
attribute: string;
|
|
2323
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
2323
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
2324
2324
|
requestId?: number | null | undefined;
|
|
2325
2325
|
}>, "many">;
|
|
2326
2326
|
workflowSessionId: z.ZodOptional<z.ZodString>;
|
|
@@ -2330,7 +2330,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2330
2330
|
value: string | number | boolean | string[] | number[];
|
|
2331
2331
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
2332
2332
|
attribute: string;
|
|
2333
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
2333
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
2334
2334
|
requestId?: number | null | undefined;
|
|
2335
2335
|
}[];
|
|
2336
2336
|
projectId: string;
|
|
@@ -2392,7 +2392,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2392
2392
|
value: string | number | boolean | string[] | number[];
|
|
2393
2393
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
2394
2394
|
attribute: string;
|
|
2395
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
2395
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
2396
2396
|
requestId?: number | null | undefined;
|
|
2397
2397
|
}[];
|
|
2398
2398
|
projectId: string;
|
|
@@ -2457,7 +2457,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2457
2457
|
value: string | number | boolean | string[] | number[];
|
|
2458
2458
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
2459
2459
|
attribute: string;
|
|
2460
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
2460
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
2461
2461
|
requestId?: number | null | undefined;
|
|
2462
2462
|
}[];
|
|
2463
2463
|
projectId: string;
|
|
@@ -2522,7 +2522,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2522
2522
|
value: string | number | boolean | string[] | number[];
|
|
2523
2523
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
2524
2524
|
attribute: string;
|
|
2525
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
2525
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
2526
2526
|
requestId?: number | null | undefined;
|
|
2527
2527
|
}[];
|
|
2528
2528
|
projectId: string;
|
|
@@ -2621,7 +2621,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2621
2621
|
value: string | number | boolean | string[] | number[];
|
|
2622
2622
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
2623
2623
|
attribute: string;
|
|
2624
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
2624
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
2625
2625
|
requestId?: number | null | undefined;
|
|
2626
2626
|
}[];
|
|
2627
2627
|
projectId: string;
|
|
@@ -2715,7 +2715,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2715
2715
|
value: string | number | boolean | string[] | number[];
|
|
2716
2716
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
2717
2717
|
attribute: string;
|
|
2718
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
2718
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
2719
2719
|
requestId?: number | null | undefined;
|
|
2720
2720
|
}[];
|
|
2721
2721
|
projectId: string;
|
|
@@ -3299,18 +3299,18 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3299
3299
|
requestId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
3300
3300
|
attribute: z.ZodString;
|
|
3301
3301
|
value: z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>;
|
|
3302
|
-
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne"]>;
|
|
3302
|
+
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists"]>;
|
|
3303
3303
|
}, "strip", z.ZodTypeAny, {
|
|
3304
3304
|
value: string | number | boolean | string[] | number[];
|
|
3305
3305
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
3306
3306
|
attribute: string;
|
|
3307
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
3307
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
3308
3308
|
requestId?: number | null | undefined;
|
|
3309
3309
|
}, {
|
|
3310
3310
|
value: string | number | boolean | string[] | number[];
|
|
3311
3311
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
3312
3312
|
attribute: string;
|
|
3313
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
3313
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
3314
3314
|
requestId?: number | null | undefined;
|
|
3315
3315
|
}>, "many">;
|
|
3316
3316
|
workflowSessionId: z.ZodOptional<z.ZodString>;
|
|
@@ -3320,7 +3320,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3320
3320
|
value: string | number | boolean | string[] | number[];
|
|
3321
3321
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
3322
3322
|
attribute: string;
|
|
3323
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
3323
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
3324
3324
|
requestId?: number | null | undefined;
|
|
3325
3325
|
}[];
|
|
3326
3326
|
projectId: string;
|
|
@@ -3382,7 +3382,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3382
3382
|
value: string | number | boolean | string[] | number[];
|
|
3383
3383
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
3384
3384
|
attribute: string;
|
|
3385
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
3385
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
3386
3386
|
requestId?: number | null | undefined;
|
|
3387
3387
|
}[];
|
|
3388
3388
|
projectId: string;
|
|
@@ -3447,7 +3447,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3447
3447
|
value: string | number | boolean | string[] | number[];
|
|
3448
3448
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
3449
3449
|
attribute: string;
|
|
3450
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
3450
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
3451
3451
|
requestId?: number | null | undefined;
|
|
3452
3452
|
}[];
|
|
3453
3453
|
projectId: string;
|
|
@@ -3512,7 +3512,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3512
3512
|
value: string | number | boolean | string[] | number[];
|
|
3513
3513
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
3514
3514
|
attribute: string;
|
|
3515
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
3515
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
3516
3516
|
requestId?: number | null | undefined;
|
|
3517
3517
|
}[];
|
|
3518
3518
|
projectId: string;
|
|
@@ -3611,7 +3611,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3611
3611
|
value: string | number | boolean | string[] | number[];
|
|
3612
3612
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
3613
3613
|
attribute: string;
|
|
3614
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
3614
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
3615
3615
|
requestId?: number | null | undefined;
|
|
3616
3616
|
}[];
|
|
3617
3617
|
projectId: string;
|
|
@@ -3705,7 +3705,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3705
3705
|
value: string | number | boolean | string[] | number[];
|
|
3706
3706
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
3707
3707
|
attribute: string;
|
|
3708
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
3708
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
3709
3709
|
requestId?: number | null | undefined;
|
|
3710
3710
|
}[];
|
|
3711
3711
|
projectId: string;
|
|
@@ -1707,18 +1707,18 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
1707
1707
|
requestId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1708
1708
|
attribute: z.ZodString;
|
|
1709
1709
|
value: z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>;
|
|
1710
|
-
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne"]>;
|
|
1710
|
+
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists"]>;
|
|
1711
1711
|
}, "strip", z.ZodTypeAny, {
|
|
1712
1712
|
value: string | number | boolean | string[] | number[];
|
|
1713
1713
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
1714
1714
|
attribute: string;
|
|
1715
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
1715
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
1716
1716
|
requestId?: number | null | undefined;
|
|
1717
1717
|
}, {
|
|
1718
1718
|
value: string | number | boolean | string[] | number[];
|
|
1719
1719
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
1720
1720
|
attribute: string;
|
|
1721
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
1721
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
1722
1722
|
requestId?: number | null | undefined;
|
|
1723
1723
|
}>, "many">;
|
|
1724
1724
|
workflowSessionId: z.ZodOptional<z.ZodString>;
|
|
@@ -1728,7 +1728,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
1728
1728
|
value: string | number | boolean | string[] | number[];
|
|
1729
1729
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
1730
1730
|
attribute: string;
|
|
1731
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
1731
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
1732
1732
|
requestId?: number | null | undefined;
|
|
1733
1733
|
}[];
|
|
1734
1734
|
projectId: string;
|
|
@@ -1790,7 +1790,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
1790
1790
|
value: string | number | boolean | string[] | number[];
|
|
1791
1791
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
1792
1792
|
attribute: string;
|
|
1793
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
1793
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
1794
1794
|
requestId?: number | null | undefined;
|
|
1795
1795
|
}[];
|
|
1796
1796
|
projectId: string;
|
|
@@ -1855,7 +1855,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
1855
1855
|
value: string | number | boolean | string[] | number[];
|
|
1856
1856
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
1857
1857
|
attribute: string;
|
|
1858
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
1858
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
1859
1859
|
requestId?: number | null | undefined;
|
|
1860
1860
|
}[];
|
|
1861
1861
|
projectId: string;
|
|
@@ -1920,7 +1920,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
1920
1920
|
value: string | number | boolean | string[] | number[];
|
|
1921
1921
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
1922
1922
|
attribute: string;
|
|
1923
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
1923
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
1924
1924
|
requestId?: number | null | undefined;
|
|
1925
1925
|
}[];
|
|
1926
1926
|
projectId: string;
|
|
@@ -2019,7 +2019,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2019
2019
|
value: string | number | boolean | string[] | number[];
|
|
2020
2020
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
2021
2021
|
attribute: string;
|
|
2022
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
2022
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
2023
2023
|
requestId?: number | null | undefined;
|
|
2024
2024
|
}[];
|
|
2025
2025
|
projectId: string;
|
|
@@ -2112,7 +2112,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2112
2112
|
value: string | number | boolean | string[] | number[];
|
|
2113
2113
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
2114
2114
|
attribute: string;
|
|
2115
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
2115
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
2116
2116
|
requestId?: number | null | undefined;
|
|
2117
2117
|
}[];
|
|
2118
2118
|
projectId: string;
|
|
@@ -990,18 +990,18 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
990
990
|
requestId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
991
991
|
attribute: z.ZodString;
|
|
992
992
|
value: z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>;
|
|
993
|
-
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne"]>;
|
|
993
|
+
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists"]>;
|
|
994
994
|
}, "strip", z.ZodTypeAny, {
|
|
995
995
|
value: string | number | boolean | string[] | number[];
|
|
996
996
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
997
997
|
attribute: string;
|
|
998
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
998
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
999
999
|
requestId?: number | null | undefined;
|
|
1000
1000
|
}, {
|
|
1001
1001
|
value: string | number | boolean | string[] | number[];
|
|
1002
1002
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
1003
1003
|
attribute: string;
|
|
1004
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
1004
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
1005
1005
|
requestId?: number | null | undefined;
|
|
1006
1006
|
}>, "many">;
|
|
1007
1007
|
workflowSessionId: z.ZodOptional<z.ZodString>;
|
|
@@ -1011,7 +1011,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
1011
1011
|
value: string | number | boolean | string[] | number[];
|
|
1012
1012
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
1013
1013
|
attribute: string;
|
|
1014
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
1014
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
1015
1015
|
requestId?: number | null | undefined;
|
|
1016
1016
|
}[];
|
|
1017
1017
|
projectId: string;
|
|
@@ -1073,7 +1073,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
1073
1073
|
value: string | number | boolean | string[] | number[];
|
|
1074
1074
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
1075
1075
|
attribute: string;
|
|
1076
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
1076
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
1077
1077
|
requestId?: number | null | undefined;
|
|
1078
1078
|
}[];
|
|
1079
1079
|
projectId: string;
|
|
@@ -1138,7 +1138,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
1138
1138
|
value: string | number | boolean | string[] | number[];
|
|
1139
1139
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
1140
1140
|
attribute: string;
|
|
1141
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
1141
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
1142
1142
|
requestId?: number | null | undefined;
|
|
1143
1143
|
}[];
|
|
1144
1144
|
projectId: string;
|
|
@@ -1203,7 +1203,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
1203
1203
|
value: string | number | boolean | string[] | number[];
|
|
1204
1204
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
1205
1205
|
attribute: string;
|
|
1206
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
1206
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
1207
1207
|
requestId?: number | null | undefined;
|
|
1208
1208
|
}[];
|
|
1209
1209
|
projectId: string;
|
|
@@ -1302,7 +1302,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
1302
1302
|
value: string | number | boolean | string[] | number[];
|
|
1303
1303
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
1304
1304
|
attribute: string;
|
|
1305
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
1305
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
1306
1306
|
requestId?: number | null | undefined;
|
|
1307
1307
|
}[];
|
|
1308
1308
|
projectId: string;
|
|
@@ -1396,7 +1396,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
1396
1396
|
value: string | number | boolean | string[] | number[];
|
|
1397
1397
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
1398
1398
|
attribute: string;
|
|
1399
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
1399
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
1400
1400
|
requestId?: number | null | undefined;
|
|
1401
1401
|
}[];
|
|
1402
1402
|
projectId: string;
|
|
@@ -2360,18 +2360,18 @@ export declare const RequiredVerificationData: z.ZodObject<{
|
|
|
2360
2360
|
requestId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2361
2361
|
attribute: z.ZodString;
|
|
2362
2362
|
value: z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>;
|
|
2363
|
-
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne"]>;
|
|
2363
|
+
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists"]>;
|
|
2364
2364
|
}, "strip", z.ZodTypeAny, {
|
|
2365
2365
|
value: string | number | boolean | string[] | number[];
|
|
2366
2366
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
2367
2367
|
attribute: string;
|
|
2368
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
2368
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
2369
2369
|
requestId?: number | null | undefined;
|
|
2370
2370
|
}, {
|
|
2371
2371
|
value: string | number | boolean | string[] | number[];
|
|
2372
2372
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
2373
2373
|
attribute: string;
|
|
2374
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
2374
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
2375
2375
|
requestId?: number | null | undefined;
|
|
2376
2376
|
}>;
|
|
2377
2377
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2380,7 +2380,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
|
|
|
2380
2380
|
value: string | number | boolean | string[] | number[];
|
|
2381
2381
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
2382
2382
|
attribute: string;
|
|
2383
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
2383
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
2384
2384
|
requestId?: number | null | undefined;
|
|
2385
2385
|
};
|
|
2386
2386
|
circuitId: "credentialAtomicQuerySigV2" | "credentialAtomicQuerySigV2OnChain";
|
|
@@ -2391,7 +2391,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
|
|
|
2391
2391
|
value: string | number | boolean | string[] | number[];
|
|
2392
2392
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
2393
2393
|
attribute: string;
|
|
2394
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
2394
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
2395
2395
|
requestId?: number | null | undefined;
|
|
2396
2396
|
};
|
|
2397
2397
|
circuitId: "credentialAtomicQuerySigV2" | "credentialAtomicQuerySigV2OnChain";
|
|
@@ -2405,7 +2405,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
|
|
|
2405
2405
|
value: string | number | boolean | string[] | number[];
|
|
2406
2406
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
2407
2407
|
attribute: string;
|
|
2408
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
2408
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
2409
2409
|
requestId?: number | null | undefined;
|
|
2410
2410
|
};
|
|
2411
2411
|
circuitId: "credentialAtomicQuerySigV2" | "credentialAtomicQuerySigV2OnChain";
|
|
@@ -2419,7 +2419,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
|
|
|
2419
2419
|
value: string | number | boolean | string[] | number[];
|
|
2420
2420
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
2421
2421
|
attribute: string;
|
|
2422
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
2422
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
2423
2423
|
requestId?: number | null | undefined;
|
|
2424
2424
|
};
|
|
2425
2425
|
circuitId: "credentialAtomicQuerySigV2" | "credentialAtomicQuerySigV2OnChain";
|
|
@@ -2443,7 +2443,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
|
|
|
2443
2443
|
value: string | number | boolean | string[] | number[];
|
|
2444
2444
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
2445
2445
|
attribute: string;
|
|
2446
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
2446
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
2447
2447
|
requestId?: number | null | undefined;
|
|
2448
2448
|
};
|
|
2449
2449
|
circuitId: "credentialAtomicQuerySigV2" | "credentialAtomicQuerySigV2OnChain";
|
|
@@ -2467,7 +2467,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
|
|
|
2467
2467
|
value: string | number | boolean | string[] | number[];
|
|
2468
2468
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
2469
2469
|
attribute: string;
|
|
2470
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
2470
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
2471
2471
|
requestId?: number | null | undefined;
|
|
2472
2472
|
};
|
|
2473
2473
|
circuitId: "credentialAtomicQuerySigV2" | "credentialAtomicQuerySigV2OnChain";
|
|
@@ -2503,7 +2503,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
|
|
|
2503
2503
|
value: string | number | boolean | string[] | number[];
|
|
2504
2504
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
2505
2505
|
attribute: string;
|
|
2506
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
2506
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
2507
2507
|
requestId?: number | null | undefined;
|
|
2508
2508
|
};
|
|
2509
2509
|
circuitId: "credentialAtomicQuerySigV2" | "credentialAtomicQuerySigV2OnChain";
|
|
@@ -2539,7 +2539,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
|
|
|
2539
2539
|
value: string | number | boolean | string[] | number[];
|
|
2540
2540
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
2541
2541
|
attribute: string;
|
|
2542
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
2542
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
2543
2543
|
requestId?: number | null | undefined;
|
|
2544
2544
|
};
|
|
2545
2545
|
circuitId: "credentialAtomicQuerySigV2" | "credentialAtomicQuerySigV2OnChain";
|