Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@nexeraid/identity-schemas

Package Overview
Dependencies
Maintainers
0
Versions
188
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nexeraid/identity-schemas - npm Package Compare versions

Comparing version 2.43.0-dev to 2.44.0-dev

dist/CoinMarketCap.schema-29681dc3.esm.mjs

58

dist/declarations/src/identity/query.schema.d.ts

@@ -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}`>>>;

2

dist/package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc