@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
|
@@ -16,13 +16,13 @@ export declare const ZeroKnowledgeProofRequest: z.ZodObject<{
|
|
|
16
16
|
query: z.ZodRecord<z.ZodString, z.ZodAny>;
|
|
17
17
|
}, "strip", z.ZodTypeAny, {
|
|
18
18
|
id: number;
|
|
19
|
-
circuitId: string;
|
|
20
19
|
query: Record<string, any>;
|
|
20
|
+
circuitId: string;
|
|
21
21
|
optional?: boolean | undefined;
|
|
22
22
|
}, {
|
|
23
23
|
id: number;
|
|
24
|
-
circuitId: string;
|
|
25
24
|
query: Record<string, any>;
|
|
25
|
+
circuitId: string;
|
|
26
26
|
optional?: boolean | undefined;
|
|
27
27
|
}>;
|
|
28
28
|
export type ZeroKnowledgeProofRequest = z.infer<typeof ZeroKnowledgeProofRequest>;
|
|
@@ -67,21 +67,21 @@ export declare const AuthorizationRequestMessage: z.ZodObject<{
|
|
|
67
67
|
query: z.ZodRecord<z.ZodString, z.ZodAny>;
|
|
68
68
|
}, "strip", z.ZodTypeAny, {
|
|
69
69
|
id: number;
|
|
70
|
-
circuitId: string;
|
|
71
70
|
query: Record<string, any>;
|
|
71
|
+
circuitId: string;
|
|
72
72
|
optional?: boolean | undefined;
|
|
73
73
|
}, {
|
|
74
74
|
id: number;
|
|
75
|
-
circuitId: string;
|
|
76
75
|
query: Record<string, any>;
|
|
76
|
+
circuitId: string;
|
|
77
77
|
optional?: boolean | undefined;
|
|
78
78
|
}>, "many">;
|
|
79
79
|
}, "strip", z.ZodTypeAny, {
|
|
80
80
|
callbackUrl: string;
|
|
81
81
|
scope: {
|
|
82
82
|
id: number;
|
|
83
|
-
circuitId: string;
|
|
84
83
|
query: Record<string, any>;
|
|
84
|
+
circuitId: string;
|
|
85
85
|
optional?: boolean | undefined;
|
|
86
86
|
}[];
|
|
87
87
|
message?: string | undefined;
|
|
@@ -91,8 +91,8 @@ export declare const AuthorizationRequestMessage: z.ZodObject<{
|
|
|
91
91
|
callbackUrl: string;
|
|
92
92
|
scope: {
|
|
93
93
|
id: number;
|
|
94
|
-
circuitId: string;
|
|
95
94
|
query: Record<string, any>;
|
|
95
|
+
circuitId: string;
|
|
96
96
|
optional?: boolean | undefined;
|
|
97
97
|
}[];
|
|
98
98
|
message?: string | undefined;
|
|
@@ -108,8 +108,8 @@ export declare const AuthorizationRequestMessage: z.ZodObject<{
|
|
|
108
108
|
callbackUrl: string;
|
|
109
109
|
scope: {
|
|
110
110
|
id: number;
|
|
111
|
-
circuitId: string;
|
|
112
111
|
query: Record<string, any>;
|
|
112
|
+
circuitId: string;
|
|
113
113
|
optional?: boolean | undefined;
|
|
114
114
|
}[];
|
|
115
115
|
message?: string | undefined;
|
|
@@ -127,8 +127,8 @@ export declare const AuthorizationRequestMessage: z.ZodObject<{
|
|
|
127
127
|
callbackUrl: string;
|
|
128
128
|
scope: {
|
|
129
129
|
id: number;
|
|
130
|
-
circuitId: string;
|
|
131
130
|
query: Record<string, any>;
|
|
131
|
+
circuitId: string;
|
|
132
132
|
optional?: boolean | undefined;
|
|
133
133
|
}[];
|
|
134
134
|
message?: string | undefined;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
export declare const AllCredentialAttributes: z.ZodUnion<[z.ZodEnum<["id" | "journeyId" | "reviewAnswer" | "reviewRejectType" | "reviewRejectLabels" | "documentType" | "entryDate" | "entryTime" | "personalData" | "isSandbox", ...("id" | "journeyId" | "reviewAnswer" | "reviewRejectType" | "reviewRejectLabels" | "documentType" | "entryDate" | "entryTime" | "personalData" | "isSandbox")[]]>, z.ZodEnum<["id" | "journeyId" | "reviewAnswer" | "reviewRejectType" | "reviewRejectLabels" | "documentType" | "entryDate" | "entryTime" | "isSandbox" | "base64_front" | "base64_back" | "name" | "mediaType_front" | "mediaType_back", ...("id" | "journeyId" | "reviewAnswer" | "reviewRejectType" | "reviewRejectLabels" | "documentType" | "entryDate" | "entryTime" | "isSandbox" | "base64_front" | "base64_back" | "name" | "mediaType_front" | "mediaType_back")[]]>, z.ZodEnum<["id" | "journeyId" | "reviewAnswer" | "reviewRejectType" | "reviewRejectLabels" | "entryDate" | "entryTime" | "isSandbox" | "name" | "base64" | "mediaType", ...("id" | "journeyId" | "reviewAnswer" | "reviewRejectType" | "reviewRejectLabels" | "entryDate" | "entryTime" | "isSandbox" | "name" | "base64" | "mediaType")[]]>, z.ZodEnum<["id" | "journeyId" | "documentType" | "entryDate" | "entryTime" | "country" | "isSandbox" | "name" | "base64" | "mediaType" | "county" | "city" | "streetName" | "postalCode", ...("id" | "journeyId" | "documentType" | "entryDate" | "entryTime" | "country" | "isSandbox" | "name" | "base64" | "mediaType" | "county" | "city" | "streetName" | "postalCode")[]]>]>;
|
|
3
3
|
export type AllCredentialAttributes = z.infer<typeof AllCredentialAttributes>;
|
|
4
|
-
export declare const AllCredentialValues: z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.
|
|
4
|
+
export declare const AllCredentialValues: z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>;
|
|
5
5
|
export type AllCredentialValues = z.infer<typeof AllCredentialValues>;
|
|
6
|
+
export declare const OPERATORS: readonly ["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne"];
|
|
6
7
|
export declare const Operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne"]>;
|
|
7
8
|
export declare const ZKPOperator: z.ZodEnum<["$noop", "$eq", "$lt", "$gt", "$in", "$nin", "$ne"]>;
|
|
8
9
|
export declare const operatorDisplayMap: {
|
|
@@ -55,16 +56,16 @@ export declare const IDInformation: z.ZodObject<{
|
|
|
55
56
|
type: z.ZodLiteral<"IDInformation">;
|
|
56
57
|
requestId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
57
58
|
attribute: z.ZodUnion<[z.ZodString, z.ZodEnum<["id" | "journeyId" | "reviewAnswer" | "reviewRejectType" | "reviewRejectLabels" | "documentType" | "entryDate" | "entryTime" | "personalData" | "isSandbox", ...("id" | "journeyId" | "reviewAnswer" | "reviewRejectType" | "reviewRejectLabels" | "documentType" | "entryDate" | "entryTime" | "personalData" | "isSandbox")[]]>]>;
|
|
58
|
-
value: z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.
|
|
59
|
+
value: z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>;
|
|
59
60
|
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne"]>;
|
|
60
61
|
}, "strip", z.ZodTypeAny, {
|
|
61
|
-
value: string | number | boolean |
|
|
62
|
+
value: string | number | boolean | string[] | number[];
|
|
62
63
|
type: "IDInformation";
|
|
63
64
|
attribute: string;
|
|
64
65
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
65
66
|
requestId?: number | null | undefined;
|
|
66
67
|
}, {
|
|
67
|
-
value: string | number | boolean |
|
|
68
|
+
value: string | number | boolean | string[] | number[];
|
|
68
69
|
type: "IDInformation";
|
|
69
70
|
attribute: string;
|
|
70
71
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
@@ -74,16 +75,16 @@ export declare const QueryConfig: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
74
75
|
type: z.ZodLiteral<"IDInformation">;
|
|
75
76
|
requestId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
76
77
|
attribute: z.ZodUnion<[z.ZodString, z.ZodEnum<["id" | "journeyId" | "reviewAnswer" | "reviewRejectType" | "reviewRejectLabels" | "documentType" | "entryDate" | "entryTime" | "personalData" | "isSandbox", ...("id" | "journeyId" | "reviewAnswer" | "reviewRejectType" | "reviewRejectLabels" | "documentType" | "entryDate" | "entryTime" | "personalData" | "isSandbox")[]]>]>;
|
|
77
|
-
value: z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.
|
|
78
|
+
value: z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>;
|
|
78
79
|
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne"]>;
|
|
79
80
|
}, "strip", z.ZodTypeAny, {
|
|
80
|
-
value: string | number | boolean |
|
|
81
|
+
value: string | number | boolean | string[] | number[];
|
|
81
82
|
type: "IDInformation";
|
|
82
83
|
attribute: string;
|
|
83
84
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
84
85
|
requestId?: number | null | undefined;
|
|
85
86
|
}, {
|
|
86
|
-
value: string | number | boolean |
|
|
87
|
+
value: string | number | boolean | string[] | number[];
|
|
87
88
|
type: "IDInformation";
|
|
88
89
|
attribute: string;
|
|
89
90
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
@@ -92,16 +93,16 @@ export declare const QueryConfig: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
92
93
|
type: z.ZodLiteral<"IDImage">;
|
|
93
94
|
requestId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
94
95
|
attribute: z.ZodUnion<[z.ZodString, z.ZodEnum<["id" | "journeyId" | "reviewAnswer" | "reviewRejectType" | "reviewRejectLabels" | "documentType" | "entryDate" | "entryTime" | "isSandbox" | "base64_front" | "base64_back" | "name" | "mediaType_front" | "mediaType_back", ...("id" | "journeyId" | "reviewAnswer" | "reviewRejectType" | "reviewRejectLabels" | "documentType" | "entryDate" | "entryTime" | "isSandbox" | "base64_front" | "base64_back" | "name" | "mediaType_front" | "mediaType_back")[]]>]>;
|
|
95
|
-
value: z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.
|
|
96
|
+
value: z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>;
|
|
96
97
|
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne"]>;
|
|
97
98
|
}, "strip", z.ZodTypeAny, {
|
|
98
|
-
value: string | number | boolean |
|
|
99
|
+
value: string | number | boolean | string[] | number[];
|
|
99
100
|
type: "IDImage";
|
|
100
101
|
attribute: string;
|
|
101
102
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
102
103
|
requestId?: number | null | undefined;
|
|
103
104
|
}, {
|
|
104
|
-
value: string | number | boolean |
|
|
105
|
+
value: string | number | boolean | string[] | number[];
|
|
105
106
|
type: "IDImage";
|
|
106
107
|
attribute: string;
|
|
107
108
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
@@ -110,16 +111,16 @@ export declare const QueryConfig: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
110
111
|
type: z.ZodLiteral<"SelfieImage">;
|
|
111
112
|
requestId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
112
113
|
attribute: z.ZodUnion<[z.ZodString, z.ZodEnum<["id" | "journeyId" | "reviewAnswer" | "reviewRejectType" | "reviewRejectLabels" | "entryDate" | "entryTime" | "isSandbox" | "name" | "base64" | "mediaType", ...("id" | "journeyId" | "reviewAnswer" | "reviewRejectType" | "reviewRejectLabels" | "entryDate" | "entryTime" | "isSandbox" | "name" | "base64" | "mediaType")[]]>]>;
|
|
113
|
-
value: z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.
|
|
114
|
+
value: z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>;
|
|
114
115
|
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne"]>;
|
|
115
116
|
}, "strip", z.ZodTypeAny, {
|
|
116
|
-
value: string | number | boolean |
|
|
117
|
+
value: string | number | boolean | string[] | number[];
|
|
117
118
|
type: "SelfieImage";
|
|
118
119
|
attribute: string;
|
|
119
120
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
120
121
|
requestId?: number | null | undefined;
|
|
121
122
|
}, {
|
|
122
|
-
value: string | number | boolean |
|
|
123
|
+
value: string | number | boolean | string[] | number[];
|
|
123
124
|
type: "SelfieImage";
|
|
124
125
|
attribute: string;
|
|
125
126
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
@@ -128,16 +129,16 @@ export declare const QueryConfig: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
128
129
|
type: z.ZodLiteral<"ProofOfResidence">;
|
|
129
130
|
requestId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
130
131
|
attribute: z.ZodUnion<[z.ZodString, z.ZodEnum<["id" | "journeyId" | "documentType" | "entryDate" | "entryTime" | "country" | "isSandbox" | "name" | "base64" | "mediaType" | "county" | "city" | "streetName" | "postalCode", ...("id" | "journeyId" | "documentType" | "entryDate" | "entryTime" | "country" | "isSandbox" | "name" | "base64" | "mediaType" | "county" | "city" | "streetName" | "postalCode")[]]>]>;
|
|
131
|
-
value: z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.
|
|
132
|
+
value: z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>;
|
|
132
133
|
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne"]>;
|
|
133
134
|
}, "strip", z.ZodTypeAny, {
|
|
134
|
-
value: string | number | boolean |
|
|
135
|
+
value: string | number | boolean | string[] | number[];
|
|
135
136
|
type: "ProofOfResidence";
|
|
136
137
|
attribute: string;
|
|
137
138
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
138
139
|
requestId?: number | null | undefined;
|
|
139
140
|
}, {
|
|
140
|
-
value: string | number | boolean |
|
|
141
|
+
value: string | number | boolean | string[] | number[];
|
|
141
142
|
type: "ProofOfResidence";
|
|
142
143
|
attribute: string;
|
|
143
144
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
@@ -149,16 +150,16 @@ export declare const QueryConfigSimplified: z.ZodObject<{
|
|
|
149
150
|
type: z.ZodEnum<["IDInformation", "SelfieImage", "IDImage", "ProofOfResidence", "AMLScreeningsResults", "ID3", "IDScan", "IDScanSelfie", "IDScanPassport"]>;
|
|
150
151
|
requestId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
151
152
|
attribute: z.ZodString;
|
|
152
|
-
value: z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.
|
|
153
|
+
value: z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>;
|
|
153
154
|
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne"]>;
|
|
154
155
|
}, "strip", z.ZodTypeAny, {
|
|
155
|
-
value: string | number | boolean |
|
|
156
|
+
value: string | number | boolean | string[] | number[];
|
|
156
157
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
157
158
|
attribute: string;
|
|
158
159
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
159
160
|
requestId?: number | null | undefined;
|
|
160
161
|
}, {
|
|
161
|
-
value: string | number | boolean |
|
|
162
|
+
value: string | number | boolean | string[] | number[];
|
|
162
163
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
163
164
|
attribute: string;
|
|
164
165
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
@@ -168,16 +169,16 @@ export declare const PartialQueryConfigSimplified: z.ZodObject<{
|
|
|
168
169
|
type: z.ZodOptional<z.ZodEnum<["IDInformation", "SelfieImage", "IDImage", "ProofOfResidence", "AMLScreeningsResults", "ID3", "IDScan", "IDScanSelfie", "IDScanPassport"]>>;
|
|
169
170
|
requestId: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
170
171
|
attribute: z.ZodOptional<z.ZodString>;
|
|
171
|
-
value: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.
|
|
172
|
+
value: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>;
|
|
172
173
|
operator: z.ZodOptional<z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne"]>>;
|
|
173
174
|
}, "strip", z.ZodTypeAny, {
|
|
174
|
-
value?: string | number | boolean |
|
|
175
|
+
value?: string | number | boolean | string[] | number[] | undefined;
|
|
175
176
|
type?: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport" | undefined;
|
|
176
177
|
requestId?: number | null | undefined;
|
|
177
178
|
attribute?: string | undefined;
|
|
178
179
|
operator?: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | undefined;
|
|
179
180
|
}, {
|
|
180
|
-
value?: string | number | boolean |
|
|
181
|
+
value?: string | number | boolean | string[] | number[] | undefined;
|
|
181
182
|
type?: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport" | undefined;
|
|
182
183
|
requestId?: number | null | undefined;
|
|
183
184
|
attribute?: string | undefined;
|
|
@@ -189,16 +190,16 @@ export declare const QueryConfigSimplifiedParsed: z.ZodEffects<z.ZodObject<{
|
|
|
189
190
|
type: z.ZodEnum<["IDInformation", "SelfieImage", "IDImage", "ProofOfResidence", "AMLScreeningsResults", "ID3", "IDScan", "IDScanSelfie", "IDScanPassport"]>;
|
|
190
191
|
requestId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
191
192
|
attribute: z.ZodString;
|
|
192
|
-
value: z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.
|
|
193
|
+
value: z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>;
|
|
193
194
|
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne"]>;
|
|
194
195
|
}, "strip", z.ZodTypeAny, {
|
|
195
|
-
value: string | number | boolean |
|
|
196
|
+
value: string | number | boolean | string[] | number[];
|
|
196
197
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
197
198
|
attribute: string;
|
|
198
199
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
199
200
|
requestId?: number | null | undefined;
|
|
200
201
|
}, {
|
|
201
|
-
value: string | number | boolean |
|
|
202
|
+
value: string | number | boolean | string[] | number[];
|
|
202
203
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
203
204
|
attribute: string;
|
|
204
205
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
@@ -208,9 +209,9 @@ export declare const QueryConfigSimplifiedParsed: z.ZodEffects<z.ZodObject<{
|
|
|
208
209
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
209
210
|
attribute: string;
|
|
210
211
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
211
|
-
value: string | number | boolean |
|
|
212
|
+
value: string | number | boolean | string[] | number[];
|
|
212
213
|
}, {
|
|
213
|
-
value: string | number | boolean |
|
|
214
|
+
value: string | number | boolean | string[] | number[];
|
|
214
215
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
215
216
|
attribute: string;
|
|
216
217
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
@@ -223,16 +224,16 @@ export declare const QueryConfiguration: z.ZodObject<{
|
|
|
223
224
|
type: z.ZodEnum<["IDInformation", "SelfieImage", "IDImage", "ProofOfResidence", "AMLScreeningsResults", "ID3", "IDScan", "IDScanSelfie", "IDScanPassport"]>;
|
|
224
225
|
requestId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
225
226
|
attribute: z.ZodString;
|
|
226
|
-
value: z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.
|
|
227
|
+
value: z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>;
|
|
227
228
|
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne"]>;
|
|
228
229
|
}, "strip", z.ZodTypeAny, {
|
|
229
|
-
value: string | number | boolean |
|
|
230
|
+
value: string | number | boolean | string[] | number[];
|
|
230
231
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
231
232
|
attribute: string;
|
|
232
233
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
233
234
|
requestId?: number | null | undefined;
|
|
234
235
|
}, {
|
|
235
|
-
value: string | number | boolean |
|
|
236
|
+
value: string | number | boolean | string[] | number[];
|
|
236
237
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
237
238
|
attribute: string;
|
|
238
239
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
@@ -242,9 +243,9 @@ export declare const QueryConfiguration: z.ZodObject<{
|
|
|
242
243
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
243
244
|
attribute: string;
|
|
244
245
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
245
|
-
value: string | number | boolean |
|
|
246
|
+
value: string | number | boolean | string[] | number[];
|
|
246
247
|
}, {
|
|
247
|
-
value: string | number | boolean |
|
|
248
|
+
value: string | number | boolean | string[] | number[];
|
|
248
249
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
249
250
|
attribute: string;
|
|
250
251
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
@@ -257,12 +258,12 @@ export declare const QueryConfiguration: z.ZodObject<{
|
|
|
257
258
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
258
259
|
attribute: string;
|
|
259
260
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
260
|
-
value: string | number | boolean |
|
|
261
|
+
value: string | number | boolean | string[] | number[];
|
|
261
262
|
};
|
|
262
263
|
}, {
|
|
263
264
|
id: string;
|
|
264
265
|
query: {
|
|
265
|
-
value: string | number | boolean |
|
|
266
|
+
value: string | number | boolean | string[] | number[];
|
|
266
267
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
267
268
|
attribute: string;
|
|
268
269
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
@@ -275,16 +276,16 @@ export declare const NonParsedQueryConfiguration: z.ZodObject<{
|
|
|
275
276
|
type: z.ZodEnum<["IDInformation", "SelfieImage", "IDImage", "ProofOfResidence", "AMLScreeningsResults", "ID3", "IDScan", "IDScanSelfie", "IDScanPassport"]>;
|
|
276
277
|
requestId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
277
278
|
attribute: z.ZodString;
|
|
278
|
-
value: z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.
|
|
279
|
+
value: z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>;
|
|
279
280
|
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne"]>;
|
|
280
281
|
}, "strip", z.ZodTypeAny, {
|
|
281
|
-
value: string | number | boolean |
|
|
282
|
+
value: string | number | boolean | string[] | number[];
|
|
282
283
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
283
284
|
attribute: string;
|
|
284
285
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
285
286
|
requestId?: number | null | undefined;
|
|
286
287
|
}, {
|
|
287
|
-
value: string | number | boolean |
|
|
288
|
+
value: string | number | boolean | string[] | number[];
|
|
288
289
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
289
290
|
attribute: string;
|
|
290
291
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
@@ -293,7 +294,7 @@ export declare const NonParsedQueryConfiguration: z.ZodObject<{
|
|
|
293
294
|
}, "strip", z.ZodTypeAny, {
|
|
294
295
|
id: string;
|
|
295
296
|
query: {
|
|
296
|
-
value: string | number | boolean |
|
|
297
|
+
value: string | number | boolean | string[] | number[];
|
|
297
298
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
298
299
|
attribute: string;
|
|
299
300
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
@@ -302,7 +303,7 @@ export declare const NonParsedQueryConfiguration: z.ZodObject<{
|
|
|
302
303
|
}, {
|
|
303
304
|
id: string;
|
|
304
305
|
query: {
|
|
305
|
-
value: string | number | boolean |
|
|
306
|
+
value: string | number | boolean | string[] | number[];
|
|
306
307
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
307
308
|
attribute: string;
|
|
308
309
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
@@ -315,16 +316,16 @@ export declare const CreateQueryConfigurationInput: z.ZodObject<{
|
|
|
315
316
|
type: z.ZodEnum<["IDInformation", "SelfieImage", "IDImage", "ProofOfResidence", "AMLScreeningsResults", "ID3", "IDScan", "IDScanSelfie", "IDScanPassport"]>;
|
|
316
317
|
requestId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
317
318
|
attribute: z.ZodString;
|
|
318
|
-
value: z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.
|
|
319
|
+
value: z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>;
|
|
319
320
|
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne"]>;
|
|
320
321
|
}, "strip", z.ZodTypeAny, {
|
|
321
|
-
value: string | number | boolean |
|
|
322
|
+
value: string | number | boolean | string[] | number[];
|
|
322
323
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
323
324
|
attribute: string;
|
|
324
325
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
325
326
|
requestId?: number | null | undefined;
|
|
326
327
|
}, {
|
|
327
|
-
value: string | number | boolean |
|
|
328
|
+
value: string | number | boolean | string[] | number[];
|
|
328
329
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
329
330
|
attribute: string;
|
|
330
331
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
@@ -332,39 +333,39 @@ export declare const CreateQueryConfigurationInput: z.ZodObject<{
|
|
|
332
333
|
}>;
|
|
333
334
|
scenarioId: z.ZodString;
|
|
334
335
|
}, "strip", z.ZodTypeAny, {
|
|
335
|
-
scenarioId: string;
|
|
336
336
|
query: {
|
|
337
|
-
value: string | number | boolean |
|
|
337
|
+
value: string | number | boolean | string[] | number[];
|
|
338
338
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
339
339
|
attribute: string;
|
|
340
340
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
341
341
|
requestId?: number | null | undefined;
|
|
342
342
|
};
|
|
343
|
-
}, {
|
|
344
343
|
scenarioId: string;
|
|
344
|
+
}, {
|
|
345
345
|
query: {
|
|
346
|
-
value: string | number | boolean |
|
|
346
|
+
value: string | number | boolean | string[] | number[];
|
|
347
347
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
348
348
|
attribute: string;
|
|
349
349
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
350
350
|
requestId?: number | null | undefined;
|
|
351
351
|
};
|
|
352
|
+
scenarioId: string;
|
|
352
353
|
}>;
|
|
353
354
|
export declare const CreateQueryConfigurationResponse: z.ZodObject<{
|
|
354
355
|
queryConfiguration: z.ZodEffects<z.ZodObject<{
|
|
355
356
|
type: z.ZodEnum<["IDInformation", "SelfieImage", "IDImage", "ProofOfResidence", "AMLScreeningsResults", "ID3", "IDScan", "IDScanSelfie", "IDScanPassport"]>;
|
|
356
357
|
requestId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
357
358
|
attribute: z.ZodString;
|
|
358
|
-
value: z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.
|
|
359
|
+
value: z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>;
|
|
359
360
|
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne"]>;
|
|
360
361
|
}, "strip", z.ZodTypeAny, {
|
|
361
|
-
value: string | number | boolean |
|
|
362
|
+
value: string | number | boolean | string[] | number[];
|
|
362
363
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
363
364
|
attribute: string;
|
|
364
365
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
365
366
|
requestId?: number | null | undefined;
|
|
366
367
|
}, {
|
|
367
|
-
value: string | number | boolean |
|
|
368
|
+
value: string | number | boolean | string[] | number[];
|
|
368
369
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
369
370
|
attribute: string;
|
|
370
371
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
@@ -374,9 +375,9 @@ export declare const CreateQueryConfigurationResponse: z.ZodObject<{
|
|
|
374
375
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
375
376
|
attribute: string;
|
|
376
377
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
377
|
-
value: string | number | boolean |
|
|
378
|
+
value: string | number | boolean | string[] | number[];
|
|
378
379
|
}, {
|
|
379
|
-
value: string | number | boolean |
|
|
380
|
+
value: string | number | boolean | string[] | number[];
|
|
380
381
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
381
382
|
attribute: string;
|
|
382
383
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
@@ -388,11 +389,11 @@ export declare const CreateQueryConfigurationResponse: z.ZodObject<{
|
|
|
388
389
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
389
390
|
attribute: string;
|
|
390
391
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
391
|
-
value: string | number | boolean |
|
|
392
|
+
value: string | number | boolean | string[] | number[];
|
|
392
393
|
};
|
|
393
394
|
}, {
|
|
394
395
|
queryConfiguration: {
|
|
395
|
-
value: string | number | boolean |
|
|
396
|
+
value: string | number | boolean | string[] | number[];
|
|
396
397
|
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
397
398
|
attribute: string;
|
|
398
399
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
@@ -406,40 +407,40 @@ export declare const UpdateQueryConfigurationInput: z.ZodObject<{
|
|
|
406
407
|
type: z.ZodOptional<z.ZodEnum<["IDInformation", "SelfieImage", "IDImage", "ProofOfResidence", "AMLScreeningsResults", "ID3", "IDScan", "IDScanSelfie", "IDScanPassport"]>>;
|
|
407
408
|
requestId: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
408
409
|
attribute: z.ZodOptional<z.ZodString>;
|
|
409
|
-
value: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.
|
|
410
|
+
value: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>;
|
|
410
411
|
operator: z.ZodOptional<z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne"]>>;
|
|
411
412
|
}, "strip", z.ZodTypeAny, {
|
|
412
|
-
value?: string | number | boolean |
|
|
413
|
+
value?: string | number | boolean | string[] | number[] | undefined;
|
|
413
414
|
type?: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport" | undefined;
|
|
414
415
|
requestId?: number | null | undefined;
|
|
415
416
|
attribute?: string | undefined;
|
|
416
417
|
operator?: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | undefined;
|
|
417
418
|
}, {
|
|
418
|
-
value?: string | number | boolean |
|
|
419
|
+
value?: string | number | boolean | string[] | number[] | undefined;
|
|
419
420
|
type?: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport" | undefined;
|
|
420
421
|
requestId?: number | null | undefined;
|
|
421
422
|
attribute?: string | undefined;
|
|
422
423
|
operator?: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | undefined;
|
|
423
424
|
}>;
|
|
424
425
|
}, "strip", z.ZodTypeAny, {
|
|
425
|
-
scenarioId: string;
|
|
426
426
|
query: {
|
|
427
|
-
value?: string | number | boolean |
|
|
427
|
+
value?: string | number | boolean | string[] | number[] | undefined;
|
|
428
428
|
type?: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport" | undefined;
|
|
429
429
|
requestId?: number | null | undefined;
|
|
430
430
|
attribute?: string | undefined;
|
|
431
431
|
operator?: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | undefined;
|
|
432
432
|
};
|
|
433
|
+
scenarioId: string;
|
|
433
434
|
queryConfigurationId: string;
|
|
434
435
|
}, {
|
|
435
|
-
scenarioId: string;
|
|
436
436
|
query: {
|
|
437
|
-
value?: string | number | boolean |
|
|
437
|
+
value?: string | number | boolean | string[] | number[] | undefined;
|
|
438
438
|
type?: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport" | undefined;
|
|
439
439
|
requestId?: number | null | undefined;
|
|
440
440
|
attribute?: string | undefined;
|
|
441
441
|
operator?: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | undefined;
|
|
442
442
|
};
|
|
443
|
+
scenarioId: string;
|
|
443
444
|
queryConfigurationId: string;
|
|
444
445
|
}>;
|
|
445
446
|
export declare const UpdateQueryConfigurationResponse: z.ZodObject<{
|
|
@@ -447,28 +448,28 @@ export declare const UpdateQueryConfigurationResponse: z.ZodObject<{
|
|
|
447
448
|
type: z.ZodOptional<z.ZodEnum<["IDInformation", "SelfieImage", "IDImage", "ProofOfResidence", "AMLScreeningsResults", "ID3", "IDScan", "IDScanSelfie", "IDScanPassport"]>>;
|
|
448
449
|
requestId: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
449
450
|
attribute: z.ZodOptional<z.ZodString>;
|
|
450
|
-
value: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.
|
|
451
|
+
value: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>;
|
|
451
452
|
operator: z.ZodOptional<z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne"]>>;
|
|
452
453
|
}, "strip", z.ZodTypeAny, {
|
|
453
|
-
value?: string | number | boolean |
|
|
454
|
+
value?: string | number | boolean | string[] | number[] | undefined;
|
|
454
455
|
type?: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport" | undefined;
|
|
455
456
|
requestId?: number | null | undefined;
|
|
456
457
|
attribute?: string | undefined;
|
|
457
458
|
operator?: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | undefined;
|
|
458
459
|
}, {
|
|
459
|
-
value?: string | number | boolean |
|
|
460
|
+
value?: string | number | boolean | string[] | number[] | undefined;
|
|
460
461
|
type?: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport" | undefined;
|
|
461
462
|
requestId?: number | null | undefined;
|
|
462
463
|
attribute?: string | undefined;
|
|
463
464
|
operator?: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | undefined;
|
|
464
465
|
}>, {
|
|
465
|
-
value?: string | number | boolean |
|
|
466
|
+
value?: string | number | boolean | string[] | number[] | undefined;
|
|
466
467
|
type?: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport" | undefined;
|
|
467
468
|
requestId?: number | null | undefined;
|
|
468
469
|
attribute?: string | undefined;
|
|
469
470
|
operator?: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | undefined;
|
|
470
471
|
}, {
|
|
471
|
-
value?: string | number | boolean |
|
|
472
|
+
value?: string | number | boolean | string[] | number[] | undefined;
|
|
472
473
|
type?: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport" | undefined;
|
|
473
474
|
requestId?: number | null | undefined;
|
|
474
475
|
attribute?: string | undefined;
|
|
@@ -476,7 +477,7 @@ export declare const UpdateQueryConfigurationResponse: z.ZodObject<{
|
|
|
476
477
|
}>;
|
|
477
478
|
}, "strip", z.ZodTypeAny, {
|
|
478
479
|
queryConfiguration: {
|
|
479
|
-
value?: string | number | boolean |
|
|
480
|
+
value?: string | number | boolean | string[] | number[] | undefined;
|
|
480
481
|
type?: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport" | undefined;
|
|
481
482
|
requestId?: number | null | undefined;
|
|
482
483
|
attribute?: string | undefined;
|
|
@@ -484,7 +485,7 @@ export declare const UpdateQueryConfigurationResponse: z.ZodObject<{
|
|
|
484
485
|
};
|
|
485
486
|
}, {
|
|
486
487
|
queryConfiguration: {
|
|
487
|
-
value?: string | number | boolean |
|
|
488
|
+
value?: string | number | boolean | string[] | number[] | undefined;
|
|
488
489
|
type?: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport" | undefined;
|
|
489
490
|
requestId?: number | null | undefined;
|
|
490
491
|
attribute?: string | undefined;
|
|
@@ -522,6 +523,7 @@ export type ArrayOperator = z.infer<typeof ArrayOperator>;
|
|
|
522
523
|
export type BooleanOperator = z.infer<typeof BooleanOperator>;
|
|
523
524
|
export type DateOperator = z.infer<typeof DateOperator>;
|
|
524
525
|
export type NumericOperator = z.infer<typeof NumericOperator>;
|
|
526
|
+
export type AllOperators = ArrayOperator | BooleanOperator | DateOperator;
|
|
525
527
|
export type StringOperator = z.infer<typeof StringOperator>;
|
|
526
528
|
export declare const QueryCredentialTypes: readonly ["IDInformation", "IDImage", "SelfieImage", "ProofOfResidence"];
|
|
527
529
|
export declare const QueryCredentialType: z.ZodEnum<["IDInformation", "IDImage", "SelfieImage", "ProofOfResidence"]>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"query.schema.d.ts","sourceRoot":"../../../../src/identity","sources":["query.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAA0B,MAAM,KAAK,CAAC;AAgBhD,eAAO,MAAM,uBAAuB,0+CAKlC,CAAC;AACH,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC;AAE9E,eAAO,MAAM,mBAAmB,
|
|
1
|
+
{"version":3,"file":"query.schema.d.ts","sourceRoot":"../../../../src/identity","sources":["query.schema.ts"],"names":[],"mappings":"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"}
|