@nexeraid/identity-schemas
Advanced tools
Comparing version 2.43.0-dev to 2.44.0-dev
@@ -61,2 +61,3 @@ import { z } from "zod"; | ||
export type AllCredentialValues = z.infer<typeof AllCredentialValues>; | ||
export declare const QueryType: z.ZodEnum<["IDInformation", "SelfieImage", "IDImage", "ProofOfResidence", "AMLScreeningsResults", "ID3", "IDScan", "IDScanSelfie", "IDScanPassport"]>; | ||
export declare const QueryConfigSimplified: z.ZodObject<{ | ||
@@ -102,2 +103,59 @@ queryId: z.ZodOptional<z.ZodType<`query_${string}`, z.ZodTypeDef, `query_${string}`>>; | ||
export type QueryConfigSimplified = z.infer<typeof QueryConfigSimplified>; | ||
export declare const RuleResultQueryConfig: z.ZodObject<z.objectUtil.extendShape<{ | ||
queryId: z.ZodOptional<z.ZodType<`query_${string}`, z.ZodTypeDef, `query_${string}`>>; | ||
requestId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>; | ||
attribute: z.ZodObject<{ | ||
version: z.ZodEnum<["v1"]>; | ||
schema: z.ZodEnum<[keyof import("../vault/index.js").VaultSchema, ...(keyof import("../vault/index.js").VaultSchema)[]]>; | ||
path: z.ZodEnum<[VaultSchemaPaths, ...VaultSchemaPaths[]]>; | ||
}, "strip", z.ZodTypeAny, { | ||
path: VaultSchemaPaths; | ||
version: "v1"; | ||
schema: keyof import("../vault/index.js").VaultSchema; | ||
}, { | ||
path: VaultSchemaPaths; | ||
version: "v1"; | ||
schema: keyof import("../vault/index.js").VaultSchema; | ||
}>; | ||
value: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>>; | ||
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists"]>; | ||
}, { | ||
attribute: z.ZodUnion<[z.ZodString, z.ZodObject<{ | ||
version: z.ZodEnum<["v1"]>; | ||
schema: z.ZodEnum<[keyof import("../vault/index.js").VaultSchema, ...(keyof import("../vault/index.js").VaultSchema)[]]>; | ||
path: z.ZodEnum<[VaultSchemaPaths, ...VaultSchemaPaths[]]>; | ||
}, "strip", z.ZodTypeAny, { | ||
path: VaultSchemaPaths; | ||
version: "v1"; | ||
schema: keyof import("../vault/index.js").VaultSchema; | ||
}, { | ||
path: VaultSchemaPaths; | ||
version: "v1"; | ||
schema: keyof import("../vault/index.js").VaultSchema; | ||
}>]>; | ||
type: z.ZodOptional<z.ZodNullable<z.ZodEnum<["IDInformation", "SelfieImage", "IDImage", "ProofOfResidence", "AMLScreeningsResults", "ID3", "IDScan", "IDScanSelfie", "IDScanPassport"]>>>; | ||
}>, "strip", z.ZodTypeAny, { | ||
attribute: string | { | ||
path: VaultSchemaPaths; | ||
version: "v1"; | ||
schema: keyof import("../vault/index.js").VaultSchema; | ||
}; | ||
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists"; | ||
type?: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport" | null | undefined; | ||
value?: string | number | boolean | string[] | number[] | null | undefined; | ||
queryId?: `query_${string}` | undefined; | ||
requestId?: number | null | undefined; | ||
}, { | ||
attribute: string | { | ||
path: VaultSchemaPaths; | ||
version: "v1"; | ||
schema: keyof import("../vault/index.js").VaultSchema; | ||
}; | ||
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists"; | ||
type?: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport" | null | undefined; | ||
value?: string | number | boolean | string[] | number[] | null | undefined; | ||
queryId?: `query_${string}` | undefined; | ||
requestId?: number | null | undefined; | ||
}>; | ||
export type RuleResultQueryConfig = z.infer<typeof RuleResultQueryConfig>; | ||
export declare const PartialQueryConfigSimplified: z.ZodObject<{ | ||
@@ -104,0 +162,0 @@ queryId: z.ZodOptional<z.ZodOptional<z.ZodType<`query_${string}`, z.ZodTypeDef, `query_${string}`>>>; |
{ | ||
"name": "@nexeraid/identity-schemas", | ||
"version": "2.43.0", | ||
"version": "2.44.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
{ | ||
"name": "@nexeraid/identity-schemas", | ||
"version": "2.43.0-dev", | ||
"version": "2.44.0-dev", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18226032
188107