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 1.12.18-dev to 1.12.19-dev

dist/frontend-utilities.schema-b031116d.cjs.dev.js

198

dist/declarations/src/nexeraSSID.schema.d.ts
import { z } from "zod";
import { BlockchainAddress, BlockchainNamespace } from "./config.schema.js";
export declare const FLOW_TYPES: readonly ["web2", "web3"];

@@ -14,31 +15,19 @@ export declare const FlowType: z.ZodEnum<["web2", "web3"]>;

export declare const Identifier: z.ZodUnion<[z.ZodLiteral<"verification">, z.ZodLiteral<"management">]>;
export declare const AdditionalCustomerInformationParams: z.ZodObject<{
email: z.ZodOptional<z.ZodString>;
phone: z.ZodOptional<z.ZodString>;
wallet: z.ZodOptional<z.ZodObject<{
address: z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>]>;
namespace: z.ZodEnum<["tezos", "eip155", "aptos", "polkadot", "starknet", "cosmos", "solana", "cardano"]>;
}, "strip", z.ZodTypeAny, {
address: string;
namespace: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano";
}, {
address: string;
namespace: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano";
}>>;
}, "strip", z.ZodTypeAny, {
email?: string | undefined;
/**
* Represents the additional data that can be attached to a customer
*/
export type AdditionalCustomerInformationParams = {
/** The email of the customer */
email?: string;
/** The phone number of the customer */
phone?: string;
/** The wallet of the customer */
wallet?: {
address: string;
namespace: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano";
} | undefined;
phone?: string | undefined;
}, {
email?: string | undefined;
wallet?: {
address: string;
namespace: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano";
} | undefined;
phone?: string | undefined;
}>;
export type AdditionalCustomerInformationParams = z.infer<typeof AdditionalCustomerInformationParams>;
/** The address of the wallet */
address: BlockchainAddress;
/** The namespace of the wallet */
namespace: BlockchainNamespace;
};
};
export declare const AdditionalCustomerInformationParams: z.ZodType<AdditionalCustomerInformationParams>;
export declare const IdentityWidgetAccessToken: z.ZodObject<{

@@ -159,30 +148,3 @@ sub: z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>]>;

*/
deprecated_additionalUserInformation: z.ZodOptional<z.ZodObject<{
email: z.ZodOptional<z.ZodString>;
phone: z.ZodOptional<z.ZodString>;
wallet: z.ZodOptional<z.ZodObject<{
address: z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>]>;
namespace: z.ZodEnum<["tezos", "eip155", "aptos", "polkadot", "starknet", "cosmos", "solana", "cardano"]>;
}, "strip", z.ZodTypeAny, {
address: string;
namespace: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano";
}, {
address: string;
namespace: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano";
}>>;
}, "strip", z.ZodTypeAny, {
email?: string | undefined;
wallet?: {
address: string;
namespace: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano";
} | undefined;
phone?: string | undefined;
}, {
email?: string | undefined;
wallet?: {
address: string;
namespace: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano";
} | undefined;
phone?: string | undefined;
}>>;
deprecated_additionalUserInformation: z.ZodOptional<z.ZodType<AdditionalCustomerInformationParams, z.ZodTypeDef, AdditionalCustomerInformationParams>>;
}>, "strip", z.ZodTypeAny, {

@@ -201,10 +163,3 @@ sub: `identity_${string}`;

ipAddress?: string | undefined;
deprecated_additionalUserInformation?: {
email?: string | undefined;
wallet?: {
address: string;
namespace: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano";
} | undefined;
phone?: string | undefined;
} | undefined;
deprecated_additionalUserInformation?: AdditionalCustomerInformationParams | undefined;
}, {

@@ -223,10 +178,3 @@ sub: `identity_${string}`;

ipAddress?: string | undefined;
deprecated_additionalUserInformation?: {
email?: string | undefined;
wallet?: {
address: string;
namespace: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano";
} | undefined;
phone?: string | undefined;
} | undefined;
deprecated_additionalUserInformation?: AdditionalCustomerInformationParams | undefined;
}>;

@@ -301,30 +249,3 @@ export type IdentityAppV2Web3JWT = z.infer<typeof IdentityAppV2Web3JWT>;

*/
deprecated_additionalUserInformation: z.ZodOptional<z.ZodObject<{
email: z.ZodOptional<z.ZodString>;
phone: z.ZodOptional<z.ZodString>;
wallet: z.ZodOptional<z.ZodObject<{
address: z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>]>;
namespace: z.ZodEnum<["tezos", "eip155", "aptos", "polkadot", "starknet", "cosmos", "solana", "cardano"]>;
}, "strip", z.ZodTypeAny, {
address: string;
namespace: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano";
}, {
address: string;
namespace: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano";
}>>;
}, "strip", z.ZodTypeAny, {
email?: string | undefined;
wallet?: {
address: string;
namespace: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano";
} | undefined;
phone?: string | undefined;
}, {
email?: string | undefined;
wallet?: {
address: string;
namespace: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano";
} | undefined;
phone?: string | undefined;
}>>;
deprecated_additionalUserInformation: z.ZodOptional<z.ZodType<AdditionalCustomerInformationParams, z.ZodTypeDef, AdditionalCustomerInformationParams>>;
}>, "strip", z.ZodTypeAny, {

@@ -343,10 +264,3 @@ sub: `identity_${string}`;

ipAddress?: string | undefined;
deprecated_additionalUserInformation?: {
email?: string | undefined;
wallet?: {
address: string;
namespace: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano";
} | undefined;
phone?: string | undefined;
} | undefined;
deprecated_additionalUserInformation?: AdditionalCustomerInformationParams | undefined;
}, {

@@ -365,10 +279,3 @@ sub: `identity_${string}`;

ipAddress?: string | undefined;
deprecated_additionalUserInformation?: {
email?: string | undefined;
wallet?: {
address: string;
namespace: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano";
} | undefined;
phone?: string | undefined;
} | undefined;
deprecated_additionalUserInformation?: AdditionalCustomerInformationParams | undefined;
}>]>;

@@ -492,30 +399,3 @@ export type IdentityWidgetAccessToken = z.infer<typeof IdentityWidgetAccessToken>;

*/
deprecated_additionalUserInformation: z.ZodOptional<z.ZodObject<{
email: z.ZodOptional<z.ZodString>;
phone: z.ZodOptional<z.ZodString>;
wallet: z.ZodOptional<z.ZodObject<{
address: z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>]>;
namespace: z.ZodEnum<["tezos", "eip155", "aptos", "polkadot", "starknet", "cosmos", "solana", "cardano"]>;
}, "strip", z.ZodTypeAny, {
address: string;
namespace: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano";
}, {
address: string;
namespace: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano";
}>>;
}, "strip", z.ZodTypeAny, {
email?: string | undefined;
wallet?: {
address: string;
namespace: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano";
} | undefined;
phone?: string | undefined;
}, {
email?: string | undefined;
wallet?: {
address: string;
namespace: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano";
} | undefined;
phone?: string | undefined;
}>>;
deprecated_additionalUserInformation: z.ZodOptional<z.ZodType<AdditionalCustomerInformationParams, z.ZodTypeDef, AdditionalCustomerInformationParams>>;
}>, "strip", z.ZodTypeAny, {

@@ -534,10 +414,3 @@ sub: `identity_${string}`;

ipAddress?: string | undefined;
deprecated_additionalUserInformation?: {
email?: string | undefined;
wallet?: {
address: string;
namespace: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano";
} | undefined;
phone?: string | undefined;
} | undefined;
deprecated_additionalUserInformation?: AdditionalCustomerInformationParams | undefined;
}, {

@@ -556,12 +429,17 @@ sub: `identity_${string}`;

ipAddress?: string | undefined;
deprecated_additionalUserInformation?: {
email?: string | undefined;
wallet?: {
address: string;
namespace: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano";
} | undefined;
phone?: string | undefined;
} | undefined;
deprecated_additionalUserInformation?: AdditionalCustomerInformationParams | undefined;
}>]>]>;
export type IdentityWidgetSessionToken = z.infer<typeof IdentityWidgetSessionToken>;
/**
* The parameters required to create a new configuration in web2 mode.
*/
export type Web2CreateSessionParams = {
/** The workflow id of the project */
workflowId: WorkflowId;
/** The external customer id of the user */
externalCustomerId: ExternalCustomerId;
/** The additional information to attach to the customer */
additionalInformation?: AdditionalCustomerInformationParams;
};
export declare const Web2CreateSessionParams: z.ZodType<Web2CreateSessionParams>;
//# sourceMappingURL=nexeraSSID.schema.d.ts.map

@@ -6,4 +6,4 @@ 'use strict';

var zod = require('zod');
var identityApi_schema = require('./identity-api.schema-9db90005.cjs.dev.js');
var frontendUtilities_schema = require('./frontend-utilities.schema-50fdec6e.cjs.dev.js');
var identityApi_schema = require('./identity-api.schema-32516598.cjs.dev.js');
var frontendUtilities_schema = require('./frontend-utilities.schema-b031116d.cjs.dev.js');
require('nanoid');

@@ -361,2 +361,3 @@

exports.WalletSignatureResponse = identityApi_schema.WalletSignatureResponse;
exports.Web2CreateSessionParams = identityApi_schema.Web2CreateSessionParams;
exports.WorkflowId = identityApi_schema.WorkflowId;

@@ -363,0 +364,0 @@ exports.WorkspaceId = identityApi_schema.WorkspaceId;

@@ -6,4 +6,4 @@ 'use strict';

var zod = require('zod');
var identityApi_schema = require('./identity-api.schema-582be049.cjs.prod.js');
var frontendUtilities_schema = require('./frontend-utilities.schema-caaeef3b.cjs.prod.js');
var identityApi_schema = require('./identity-api.schema-4f0296c0.cjs.prod.js');
var frontendUtilities_schema = require('./frontend-utilities.schema-d9815781.cjs.prod.js');
require('nanoid');

@@ -361,2 +361,3 @@

exports.WalletSignatureResponse = identityApi_schema.WalletSignatureResponse;
exports.Web2CreateSessionParams = identityApi_schema.Web2CreateSessionParams;
exports.WorkflowId = identityApi_schema.WorkflowId;

@@ -363,0 +364,0 @@ exports.WorkspaceId = identityApi_schema.WorkspaceId;

import { z } from 'zod';
import { C as CredentialTypes } from './identity-api.schema-a34ad87c.esm.js';
export { q as ACTIVE_COSMOS_CHAIN_VALUES, A as ACTIVE_EVM_CHAIN_VALUES, m as ACTIVE_TEZOS_CHAIN_VALUES, aj as ALPHA_2_COUNTRIES, cv as ARRAY_OPERATORS, bb as AVAILABLE_FLOWS, aJ as AdditionalCustomerInformationParams, z as AddressSchema, cq as AllCredentialAttributes, cr as AllCredentialValues, dd as AllScenarioExecutionAuthorizationData, ak as Alpha2Country, d7 as AnyTxAuthDataSignatureResponse, d4 as AnyTxAuthInput, au as AppId, I as AptosAddress, J as AptosSignature, cw as ArrayOperator, cm as AuthQrCodeData, bZ as AuthSession, ch as AuthorizationRequestMessage, ck as AuthorizationResponseMessage, bc as AvailableFlow, a4 as BLOCKCHAIN_NAMESPACES, a6 as BLOCKCHAIN_NAMESPACES_NAMES, aa as BLOCKCHAIN_NAMESPACE_TO_NAME, a9 as BLOCKCHAIN_NAME_TO_NAMESPACE, cB as BOOLEAN_OPERATORS, dA as BasicCustomerContactInformation, a2 as BlockchainAddress, B as BlockchainId, a5 as BlockchainNamespace, a3 as BlockchainSignature, cC as BooleanOperator, n as COSMOS_CHAIN_NAMES, o as COSMOS_CHAIN_NAMES_LIST, p as COSMOS_CHAIN_VALUES, dB as CUSTOMERS_CHARTS, dF as CUSTOMER_AUTOMATION_REASONS, dD as CUSTOMER_TABLE_COLUMNS, a0 as CardanoAddress, a1 as CardanoSignature, av as ChallengeId, bj as ChallengeQueryOperator, bl as ChallengeQueryOperatorToOperator, bi as ChallengeQueryOperators, bm as ChallengeQuerySchema, b_ as ChallengeResponse, aV as CloseScreenNotification, bH as ComplianceImplementationStepsInput, Q as CosmosAddress, r as CosmosChainId, R as CosmosSignature, db as CreateAuthRequestProps, cQ as CreateQueryConfigurationInput, cR as CreateQueryConfigurationResponse, dc as CreateZKProofRequestProps, d_ as CredentialMediaType, dV as CredentialNames, cl as CredentialQrCodeData, dU as CredentialSchemas, dY as CredentialType, C as CredentialTypes, dx as CustomerOnboardingLevel, dw as CustomerOnboardingLevels, dz as CustomerStatus, dy as CustomerStatuses, dE as CustomerTableColumn, dr as CustomerType, dq as CustomerTypes, dC as CustomersChartType, cD as DATE_OPERATORS, a7 as DISPLAYED_LOCKCHAIN_NAMESPACES, bd as DataAvailableOnStart, cE as DateOperator, cU as DeleteQueryConfigurationInput, cV as DeleteQueryConfigurationResponse, a8 as DisplayedBlockchainNamespace, F as EIP155Signature, ac as ENVS, E as EVM_BLOCK_TIME, g as EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC, Y as EdSignature, as as EmailId, ad as EnvironmentSchema, h as EvmChainId, bo as ExecuteChallengeQueryConfig, bn as ExecuteChallengeQueryInput, bq as ExecuteChallengeQueryResponse, d6 as ExtendedTezosTxAuthDataSignatureResponse, d3 as ExtendedTezosTxAuthInput, d5 as ExtendedTxAuthDataSignatureResponse, d2 as ExtendedTxAuthInput, aO as ExternalCustomerId, ay as FLOW_TYPES, az as FlowType, G as FunctionCallData, dT as GenericVerifiableCredentialSchema, bJ as GetCredentialsRequest, bK as GetCredentialsResponse, c1 as GetCustomerStatusRequest, c5 as GetCustomerStatusResponse, d1 as GetTezosTxAuthDataSignatureResponse, c_ as GetTxAuthDataSignatureResponse, bS as GetTxAuthSigRequest, bU as GetTxAuthSigRequestTezos, bT as GetTxAuthSigResponse, bV as GetTxAuthSigResponseTezos, ca as HostMessage, bW as HostRequestMessage, bh as HostResponseMessage, dG as ID3CredentialSubjectSchema, aC as IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS, aE as IDENTITY_DOCUMENT_OPTIONS, dQ as IDImageCredentialSubjectSchema, cI as IDInformation, dP as IDInformationCredentialSubjectSchema, dH as IDScanCredentialSubjectSchema, dI as IDScanPassportCredentialSubjectSchema, dJ as IDScanSelfieCredentialSubjectSchema, ai as ISO3CountryCode, aI as Identifier, c9 as IdentityAppMessage, aQ as IdentityAppV2Web2JWT, aP as IdentityAppV2Web3JWT, aD as IdentityDocumentCountryListOption, aF as IdentityDocumentOptionsType, ar as IdentityId, cb as IdentityMessage, b5 as IdentityNotificationMessage, ba as IdentityRequestMessage, bX as IdentityResponseMessage, c2 as IdentitySdkMessage, c3 as IdentitySdkMessageWithIdentifier, aK as IdentityWidgetAccessToken, aR as IdentityWidgetAccessToken_NEW, aS as IdentityWidgetSessionToken, b6 as InitialDataRequest, be as InitialDataResponse, b1 as IsVerifiedNotification, bQ as IsVerifiedRequest, bR as IsVerifiedResponse, dv as KybOnboardingLevel, du as KybOnboardingLevels, aW as KycCompletionData, aX as KycCompletionNotification, dt as KycOnboardingLevel, ds as KycOnboardingLevels, ce as MediaType, cf as MediaTypePID, u as NEXERA_ACTIVE_STARKNET_CHAIN_VALUES, f as NEXERA_CHAIN_VALUES, b as NEXERA_COSMOS_CHAINS, N as NEXERA_EVM_CHAINS, d as NEXERA_EVM_CHAIN_NAMES, e as NEXERA_EVM_CHAIN_NAMES_LIST, c as NEXERA_STARKNET_CHAINS, s as NEXERA_STARKNET_CHAIN_NAMES, t as NEXERA_STARKNET_CHAIN_VALUES, a as NEXERA_TEZOS_CHAINS, j as NEXERA_TEZOS_CHAIN_NAMES, k as NEXERA_TEZOS_CHAIN_NAMES_LIST, l as NEXERA_TEZOS_CHAIN_VALUES, cz as NUMERIC_OPERATORS, dW as NexeraCredentialType, cP as NonParsedQueryConfiguration, cA as NumericOperator, dO as OLD_AMLScreeningsResultsCredentialSubjectSchema, dK as OLD_IDImageCredentialSubjectSchema, dL as OLD_IDInformationCredentialSubjectSchema, dM as OLD_ProofOfResidenceCredentialSubjectSchema, dN as OLD_SelfieImageCredentialSubjectSchema, br as OPAChallengeQuery, b3 as OcvSdkInitialized, aZ as OffChainScenarioExecutionData, da as OffChainZKP, bt as OffChainZKPRuleResult, bs as OnChainRuleResult, a_ as OnChainScenarioExecutionData, df as OnChainZKP, dg as OnChainZKPFromNexeraID, di as OnChainZKPPayload, dh as OnChainZKPScenarioFromCms, bp as OpaChallengeQueryResponse, cs as Operator, bk as OperatorToChallengeQueryOperator, aL as OrganizationId, _ as P2Signature, aG as PERSONAL_INFORMATION_FIELDS, P as POLYGON_NETWORK_NAMES, ah as PUBLIC_SERVICES_SCHEMA_MAP, cM as PartialQueryConfigSimplified, aH as PersonalInformationFieldsIdentityDocuments, M as PolkadotAddress, O as PolkadotSignature, b2 as PolygonIdInitialized, bM as PolygonIdRequest, bL as PolygonIdRequestData, bO as PolygonIdResponse, bN as PolygonIdResponseData, i as PolygonNetworkNames, x as PrivateKey, de as ProjectAuthorizationData, ci as ProofData, dS as ProofOfResidenceCredentialSubjectSchema, y as PublicKey, cn as QrCodeLinkWithSchemaType, cJ as QueryConfig, cL as QueryConfigSimplified, cN as QueryConfigSimplifiedParsed, cO as QueryConfiguration, cX as QueryCredentialType, cW as QueryCredentialTypes, cK as QueryType, cc as RequiredDataRowSchema, cd as RequiredVerificationData, dp as RiskScoreType, dn as RiskScoreTypes, bC as RuleEngineResponse, aY as RuleEngineScenarioExecutionData, bF as RuleResultStatus, bG as RuleResultStatusLabels, bE as RuleResultStatuses, dj as SCENARIO_AUTHORIZATION_STATUSES, cx as STRING_OPERATORS, cF as SUPPORTED_TYPES, aT as ScenarioAuthorizationData, dk as ScenarioAuthorizationStatus, a$ as ScenarioExecutionData, b0 as ScenarioExecutionNotification, bD as ScenarioExecutionResponse, bB as ScenarioStatus, bA as ScenarioStatuses, bz as ScenarioType, by as ScenarioTypes, bu as SdkVerificationOutput, aU as SdkVerificationResponseSchema, dR as SelfieImageCredentialSubjectSchema, b9 as SendTransactionRequest, b7 as SignatureRequest, bf as SignatureResponse, bI as SimplifiedCredential, Z as SpSignature, K as StarknetAddress, S as StarknetChainId, L as StarknetSignature, b4 as StartCompletedNotification, bP as StartFlowRequest, aq as StorageId, w as String0x, cy as StringOperator, cG as SupportedType, cH as SupportedTypes, aw as TestId, W as TezosAddress, T as TezosChainId, V as TezosContractAddress, X as TezosEntrypointName, U as TezosImplicitAddress, $ as TezosSignature, c$ as TezosTxAuthInput, d0 as TezosTxSignatureResponse, b8 as TransactionData, bg as TransactionResponse, c0 as TxAuthDataSignatureGatingRequest, c4 as TxAuthDataSignatureResponse, cY as TxAuthInput, D as TxHash, cZ as TxSignatureResponse, cS as UpdateQueryConfigurationInput, cT as UpdateQueryConfigurationResponse, ae as UuidString, c7 as ValidVerificationCompleteData, dZ as VerifiableCredential, c6 as VerificationBeginNotification, c8 as VerificationCompleteNotification, aB as VerificationMode, aA as VerificationModes, bx as VerificationOutput, bw as VerificationSessionStatus, bv as VerificationSessionStatuses, bY as WalletChallengeRequest, at as WalletId, b$ as WalletSignResponse, dm as WalletSignatureData, dl as WalletSignatureResponse, aN as WorkflowId, aM as WorkspaceId, ct as ZKPOperator, d8 as ZKPRequest, d9 as ZKPRequestFromZKVerifier, cg as ZeroKnowledgeProofRequest, cj as ZeroKnowledgeProofResponse, af as ZodParse, ab as coerceBoolean, am as countryISO2toISO3Mapping, al as countryISO3toISO2Mapping, ap as createBrandedSchemaId, ax as generateId, dX as getCredentialName, v as isValidAddress, an as isoCountriesNameFromISO2, cu as operatorDisplayMap, ao as parseISO3CountryCode, co as parseIden3Message, cp as parseSessionIdFromUrl, H as shortAddress, ag as shortBlockchainAddress } from './identity-api.schema-a34ad87c.esm.js';
export { V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation } from './frontend-utilities.schema-89d25d69.esm.js';
import { C as CredentialTypes } from './identity-api.schema-ea0d3694.esm.js';
export { q as ACTIVE_COSMOS_CHAIN_VALUES, A as ACTIVE_EVM_CHAIN_VALUES, m as ACTIVE_TEZOS_CHAIN_VALUES, aj as ALPHA_2_COUNTRIES, cw as ARRAY_OPERATORS, bc as AVAILABLE_FLOWS, aJ as AdditionalCustomerInformationParams, z as AddressSchema, cr as AllCredentialAttributes, cs as AllCredentialValues, de as AllScenarioExecutionAuthorizationData, ak as Alpha2Country, d8 as AnyTxAuthDataSignatureResponse, d5 as AnyTxAuthInput, au as AppId, I as AptosAddress, J as AptosSignature, cx as ArrayOperator, cn as AuthQrCodeData, b_ as AuthSession, ci as AuthorizationRequestMessage, cl as AuthorizationResponseMessage, bd as AvailableFlow, a4 as BLOCKCHAIN_NAMESPACES, a6 as BLOCKCHAIN_NAMESPACES_NAMES, aa as BLOCKCHAIN_NAMESPACE_TO_NAME, a9 as BLOCKCHAIN_NAME_TO_NAMESPACE, cC as BOOLEAN_OPERATORS, dB as BasicCustomerContactInformation, a2 as BlockchainAddress, B as BlockchainId, a5 as BlockchainNamespace, a3 as BlockchainSignature, cD as BooleanOperator, n as COSMOS_CHAIN_NAMES, o as COSMOS_CHAIN_NAMES_LIST, p as COSMOS_CHAIN_VALUES, dC as CUSTOMERS_CHARTS, dG as CUSTOMER_AUTOMATION_REASONS, dE as CUSTOMER_TABLE_COLUMNS, a0 as CardanoAddress, a1 as CardanoSignature, av as ChallengeId, bk as ChallengeQueryOperator, bm as ChallengeQueryOperatorToOperator, bj as ChallengeQueryOperators, bn as ChallengeQuerySchema, b$ as ChallengeResponse, aW as CloseScreenNotification, bI as ComplianceImplementationStepsInput, Q as CosmosAddress, r as CosmosChainId, R as CosmosSignature, dc as CreateAuthRequestProps, cR as CreateQueryConfigurationInput, cS as CreateQueryConfigurationResponse, dd as CreateZKProofRequestProps, d$ as CredentialMediaType, dW as CredentialNames, cm as CredentialQrCodeData, dV as CredentialSchemas, dZ as CredentialType, C as CredentialTypes, dy as CustomerOnboardingLevel, dx as CustomerOnboardingLevels, dA as CustomerStatus, dz as CustomerStatuses, dF as CustomerTableColumn, ds as CustomerType, dr as CustomerTypes, dD as CustomersChartType, cE as DATE_OPERATORS, a7 as DISPLAYED_LOCKCHAIN_NAMESPACES, be as DataAvailableOnStart, cF as DateOperator, cV as DeleteQueryConfigurationInput, cW as DeleteQueryConfigurationResponse, a8 as DisplayedBlockchainNamespace, F as EIP155Signature, ac as ENVS, E as EVM_BLOCK_TIME, g as EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC, Y as EdSignature, as as EmailId, ad as EnvironmentSchema, h as EvmChainId, bp as ExecuteChallengeQueryConfig, bo as ExecuteChallengeQueryInput, br as ExecuteChallengeQueryResponse, d7 as ExtendedTezosTxAuthDataSignatureResponse, d4 as ExtendedTezosTxAuthInput, d6 as ExtendedTxAuthDataSignatureResponse, d3 as ExtendedTxAuthInput, aO as ExternalCustomerId, ay as FLOW_TYPES, az as FlowType, G as FunctionCallData, dU as GenericVerifiableCredentialSchema, bK as GetCredentialsRequest, bL as GetCredentialsResponse, c2 as GetCustomerStatusRequest, c6 as GetCustomerStatusResponse, d2 as GetTezosTxAuthDataSignatureResponse, c$ as GetTxAuthDataSignatureResponse, bT as GetTxAuthSigRequest, bV as GetTxAuthSigRequestTezos, bU as GetTxAuthSigResponse, bW as GetTxAuthSigResponseTezos, cb as HostMessage, bX as HostRequestMessage, bi as HostResponseMessage, dH as ID3CredentialSubjectSchema, aC as IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS, aE as IDENTITY_DOCUMENT_OPTIONS, dR as IDImageCredentialSubjectSchema, cJ as IDInformation, dQ as IDInformationCredentialSubjectSchema, dI as IDScanCredentialSubjectSchema, dJ as IDScanPassportCredentialSubjectSchema, dK as IDScanSelfieCredentialSubjectSchema, ai as ISO3CountryCode, aI as Identifier, ca as IdentityAppMessage, aQ as IdentityAppV2Web2JWT, aP as IdentityAppV2Web3JWT, aD as IdentityDocumentCountryListOption, aF as IdentityDocumentOptionsType, ar as IdentityId, cc as IdentityMessage, b6 as IdentityNotificationMessage, bb as IdentityRequestMessage, bY as IdentityResponseMessage, c3 as IdentitySdkMessage, c4 as IdentitySdkMessageWithIdentifier, aK as IdentityWidgetAccessToken, aR as IdentityWidgetAccessToken_NEW, aS as IdentityWidgetSessionToken, b7 as InitialDataRequest, bf as InitialDataResponse, b2 as IsVerifiedNotification, bR as IsVerifiedRequest, bS as IsVerifiedResponse, dw as KybOnboardingLevel, dv as KybOnboardingLevels, aX as KycCompletionData, aY as KycCompletionNotification, du as KycOnboardingLevel, dt as KycOnboardingLevels, cf as MediaType, cg as MediaTypePID, u as NEXERA_ACTIVE_STARKNET_CHAIN_VALUES, f as NEXERA_CHAIN_VALUES, b as NEXERA_COSMOS_CHAINS, N as NEXERA_EVM_CHAINS, d as NEXERA_EVM_CHAIN_NAMES, e as NEXERA_EVM_CHAIN_NAMES_LIST, c as NEXERA_STARKNET_CHAINS, s as NEXERA_STARKNET_CHAIN_NAMES, t as NEXERA_STARKNET_CHAIN_VALUES, a as NEXERA_TEZOS_CHAINS, j as NEXERA_TEZOS_CHAIN_NAMES, k as NEXERA_TEZOS_CHAIN_NAMES_LIST, l as NEXERA_TEZOS_CHAIN_VALUES, cA as NUMERIC_OPERATORS, dX as NexeraCredentialType, cQ as NonParsedQueryConfiguration, cB as NumericOperator, dP as OLD_AMLScreeningsResultsCredentialSubjectSchema, dL as OLD_IDImageCredentialSubjectSchema, dM as OLD_IDInformationCredentialSubjectSchema, dN as OLD_ProofOfResidenceCredentialSubjectSchema, dO as OLD_SelfieImageCredentialSubjectSchema, bs as OPAChallengeQuery, b4 as OcvSdkInitialized, a_ as OffChainScenarioExecutionData, db as OffChainZKP, bu as OffChainZKPRuleResult, bt as OnChainRuleResult, a$ as OnChainScenarioExecutionData, dg as OnChainZKP, dh as OnChainZKPFromNexeraID, dj as OnChainZKPPayload, di as OnChainZKPScenarioFromCms, bq as OpaChallengeQueryResponse, ct as Operator, bl as OperatorToChallengeQueryOperator, aL as OrganizationId, _ as P2Signature, aG as PERSONAL_INFORMATION_FIELDS, P as POLYGON_NETWORK_NAMES, ah as PUBLIC_SERVICES_SCHEMA_MAP, cN as PartialQueryConfigSimplified, aH as PersonalInformationFieldsIdentityDocuments, M as PolkadotAddress, O as PolkadotSignature, b3 as PolygonIdInitialized, bN as PolygonIdRequest, bM as PolygonIdRequestData, bP as PolygonIdResponse, bO as PolygonIdResponseData, i as PolygonNetworkNames, x as PrivateKey, df as ProjectAuthorizationData, cj as ProofData, dT as ProofOfResidenceCredentialSubjectSchema, y as PublicKey, co as QrCodeLinkWithSchemaType, cK as QueryConfig, cM as QueryConfigSimplified, cO as QueryConfigSimplifiedParsed, cP as QueryConfiguration, cY as QueryCredentialType, cX as QueryCredentialTypes, cL as QueryType, cd as RequiredDataRowSchema, ce as RequiredVerificationData, dq as RiskScoreType, dp as RiskScoreTypes, bD as RuleEngineResponse, aZ as RuleEngineScenarioExecutionData, bG as RuleResultStatus, bH as RuleResultStatusLabels, bF as RuleResultStatuses, dk as SCENARIO_AUTHORIZATION_STATUSES, cy as STRING_OPERATORS, cG as SUPPORTED_TYPES, aU as ScenarioAuthorizationData, dl as ScenarioAuthorizationStatus, b0 as ScenarioExecutionData, b1 as ScenarioExecutionNotification, bE as ScenarioExecutionResponse, bC as ScenarioStatus, bB as ScenarioStatuses, bA as ScenarioType, bz as ScenarioTypes, bv as SdkVerificationOutput, aV as SdkVerificationResponseSchema, dS as SelfieImageCredentialSubjectSchema, ba as SendTransactionRequest, b8 as SignatureRequest, bg as SignatureResponse, bJ as SimplifiedCredential, Z as SpSignature, K as StarknetAddress, S as StarknetChainId, L as StarknetSignature, b5 as StartCompletedNotification, bQ as StartFlowRequest, aq as StorageId, w as String0x, cz as StringOperator, cH as SupportedType, cI as SupportedTypes, aw as TestId, W as TezosAddress, T as TezosChainId, V as TezosContractAddress, X as TezosEntrypointName, U as TezosImplicitAddress, $ as TezosSignature, d0 as TezosTxAuthInput, d1 as TezosTxSignatureResponse, b9 as TransactionData, bh as TransactionResponse, c1 as TxAuthDataSignatureGatingRequest, c5 as TxAuthDataSignatureResponse, cZ as TxAuthInput, D as TxHash, c_ as TxSignatureResponse, cT as UpdateQueryConfigurationInput, cU as UpdateQueryConfigurationResponse, ae as UuidString, c8 as ValidVerificationCompleteData, d_ as VerifiableCredential, c7 as VerificationBeginNotification, c9 as VerificationCompleteNotification, aB as VerificationMode, aA as VerificationModes, by as VerificationOutput, bx as VerificationSessionStatus, bw as VerificationSessionStatuses, bZ as WalletChallengeRequest, at as WalletId, c0 as WalletSignResponse, dn as WalletSignatureData, dm as WalletSignatureResponse, aT as Web2CreateSessionParams, aN as WorkflowId, aM as WorkspaceId, cu as ZKPOperator, d9 as ZKPRequest, da as ZKPRequestFromZKVerifier, ch as ZeroKnowledgeProofRequest, ck as ZeroKnowledgeProofResponse, af as ZodParse, ab as coerceBoolean, am as countryISO2toISO3Mapping, al as countryISO3toISO2Mapping, ap as createBrandedSchemaId, ax as generateId, dY as getCredentialName, v as isValidAddress, an as isoCountriesNameFromISO2, cv as operatorDisplayMap, ao as parseISO3CountryCode, cp as parseIden3Message, cq as parseSessionIdFromUrl, H as shortAddress, ag as shortBlockchainAddress } from './identity-api.schema-ea0d3694.esm.js';
export { V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation } from './frontend-utilities.schema-b735a522.esm.js';
import 'nanoid';

@@ -6,0 +6,0 @@

{
"name": "@nexeraid/identity-schemas",
"version": "1.12.18",
"version": "1.12.19",
"description": "",

@@ -5,0 +5,0 @@ "keywords": [],

@@ -5,3 +5,3 @@ 'use strict';

var identityApi_schema = require('../../dist/identity-api.schema-9db90005.cjs.dev.js');
var identityApi_schema = require('../../dist/identity-api.schema-32516598.cjs.dev.js');
require('zod');

@@ -8,0 +8,0 @@ require('nanoid');

@@ -5,3 +5,3 @@ 'use strict';

var identityApi_schema = require('../../dist/identity-api.schema-582be049.cjs.prod.js');
var identityApi_schema = require('../../dist/identity-api.schema-4f0296c0.cjs.prod.js');
require('zod');

@@ -8,0 +8,0 @@ require('nanoid');

@@ -1,3 +0,3 @@

export { cv as ARRAY_OPERATORS, bb as AVAILABLE_FLOWS, cq as AllCredentialAttributes, cr as AllCredentialValues, dd as AllScenarioExecutionAuthorizationData, d7 as AnyTxAuthDataSignatureResponse, d4 as AnyTxAuthInput, cw as ArrayOperator, cm as AuthQrCodeData, bZ as AuthSession, ch as AuthorizationRequestMessage, ck as AuthorizationResponseMessage, bc as AvailableFlow, cB as BOOLEAN_OPERATORS, cC as BooleanOperator, bj as ChallengeQueryOperator, bl as ChallengeQueryOperatorToOperator, bi as ChallengeQueryOperators, bm as ChallengeQuerySchema, b_ as ChallengeResponse, aV as CloseScreenNotification, bH as ComplianceImplementationStepsInput, db as CreateAuthRequestProps, cQ as CreateQueryConfigurationInput, cR as CreateQueryConfigurationResponse, dc as CreateZKProofRequestProps, cl as CredentialQrCodeData, cD as DATE_OPERATORS, bd as DataAvailableOnStart, cE as DateOperator, cU as DeleteQueryConfigurationInput, cV as DeleteQueryConfigurationResponse, bo as ExecuteChallengeQueryConfig, bn as ExecuteChallengeQueryInput, bq as ExecuteChallengeQueryResponse, d6 as ExtendedTezosTxAuthDataSignatureResponse, d3 as ExtendedTezosTxAuthInput, d5 as ExtendedTxAuthDataSignatureResponse, d2 as ExtendedTxAuthInput, bJ as GetCredentialsRequest, bK as GetCredentialsResponse, c1 as GetCustomerStatusRequest, c5 as GetCustomerStatusResponse, d1 as GetTezosTxAuthDataSignatureResponse, c_ as GetTxAuthDataSignatureResponse, bS as GetTxAuthSigRequest, bU as GetTxAuthSigRequestTezos, bT as GetTxAuthSigResponse, bV as GetTxAuthSigResponseTezos, ca as HostMessage, bW as HostRequestMessage, bh as HostResponseMessage, cI as IDInformation, c9 as IdentityAppMessage, cb as IdentityMessage, b5 as IdentityNotificationMessage, ba as IdentityRequestMessage, bX as IdentityResponseMessage, c2 as IdentitySdkMessage, c3 as IdentitySdkMessageWithIdentifier, b6 as InitialDataRequest, be as InitialDataResponse, b1 as IsVerifiedNotification, bQ as IsVerifiedRequest, bR as IsVerifiedResponse, aW as KycCompletionData, aX as KycCompletionNotification, ce as MediaType, cf as MediaTypePID, cz as NUMERIC_OPERATORS, cP as NonParsedQueryConfiguration, cA as NumericOperator, br as OPAChallengeQuery, b3 as OcvSdkInitialized, aZ as OffChainScenarioExecutionData, da as OffChainZKP, bt as OffChainZKPRuleResult, bs as OnChainRuleResult, a_ as OnChainScenarioExecutionData, df as OnChainZKP, dg as OnChainZKPFromNexeraID, di as OnChainZKPPayload, dh as OnChainZKPScenarioFromCms, bp as OpaChallengeQueryResponse, cs as Operator, bk as OperatorToChallengeQueryOperator, cM as PartialQueryConfigSimplified, b2 as PolygonIdInitialized, bM as PolygonIdRequest, bL as PolygonIdRequestData, bO as PolygonIdResponse, bN as PolygonIdResponseData, de as ProjectAuthorizationData, ci as ProofData, cn as QrCodeLinkWithSchemaType, cJ as QueryConfig, cL as QueryConfigSimplified, cN as QueryConfigSimplifiedParsed, cO as QueryConfiguration, cX as QueryCredentialType, cW as QueryCredentialTypes, cK as QueryType, cc as RequiredDataRowSchema, cd as RequiredVerificationData, bC as RuleEngineResponse, aY as RuleEngineScenarioExecutionData, bF as RuleResultStatus, bG as RuleResultStatusLabels, bE as RuleResultStatuses, dj as SCENARIO_AUTHORIZATION_STATUSES, cx as STRING_OPERATORS, cF as SUPPORTED_TYPES, aT as ScenarioAuthorizationData, dk as ScenarioAuthorizationStatus, a$ as ScenarioExecutionData, b0 as ScenarioExecutionNotification, bD as ScenarioExecutionResponse, bB as ScenarioStatus, bA as ScenarioStatuses, bz as ScenarioType, by as ScenarioTypes, bu as SdkVerificationOutput, aU as SdkVerificationResponseSchema, b9 as SendTransactionRequest, b7 as SignatureRequest, bf as SignatureResponse, bI as SimplifiedCredential, b4 as StartCompletedNotification, bP as StartFlowRequest, cy as StringOperator, cG as SupportedType, cH as SupportedTypes, c$ as TezosTxAuthInput, d0 as TezosTxSignatureResponse, b8 as TransactionData, bg as TransactionResponse, c0 as TxAuthDataSignatureGatingRequest, c4 as TxAuthDataSignatureResponse, cY as TxAuthInput, cZ as TxSignatureResponse, cS as UpdateQueryConfigurationInput, cT as UpdateQueryConfigurationResponse, c7 as ValidVerificationCompleteData, c6 as VerificationBeginNotification, c8 as VerificationCompleteNotification, bx as VerificationOutput, bw as VerificationSessionStatus, bv as VerificationSessionStatuses, bY as WalletChallengeRequest, b$ as WalletSignResponse, dm as WalletSignatureData, dl as WalletSignatureResponse, ct as ZKPOperator, d8 as ZKPRequest, d9 as ZKPRequestFromZKVerifier, cg as ZeroKnowledgeProofRequest, cj as ZeroKnowledgeProofResponse, cu as operatorDisplayMap, co as parseIden3Message, cp as parseSessionIdFromUrl } from '../../dist/identity-api.schema-a34ad87c.esm.js';
export { cw as ARRAY_OPERATORS, bc as AVAILABLE_FLOWS, cr as AllCredentialAttributes, cs as AllCredentialValues, de as AllScenarioExecutionAuthorizationData, d8 as AnyTxAuthDataSignatureResponse, d5 as AnyTxAuthInput, cx as ArrayOperator, cn as AuthQrCodeData, b_ as AuthSession, ci as AuthorizationRequestMessage, cl as AuthorizationResponseMessage, bd as AvailableFlow, cC as BOOLEAN_OPERATORS, cD as BooleanOperator, bk as ChallengeQueryOperator, bm as ChallengeQueryOperatorToOperator, bj as ChallengeQueryOperators, bn as ChallengeQuerySchema, b$ as ChallengeResponse, aW as CloseScreenNotification, bI as ComplianceImplementationStepsInput, dc as CreateAuthRequestProps, cR as CreateQueryConfigurationInput, cS as CreateQueryConfigurationResponse, dd as CreateZKProofRequestProps, cm as CredentialQrCodeData, cE as DATE_OPERATORS, be as DataAvailableOnStart, cF as DateOperator, cV as DeleteQueryConfigurationInput, cW as DeleteQueryConfigurationResponse, bp as ExecuteChallengeQueryConfig, bo as ExecuteChallengeQueryInput, br as ExecuteChallengeQueryResponse, d7 as ExtendedTezosTxAuthDataSignatureResponse, d4 as ExtendedTezosTxAuthInput, d6 as ExtendedTxAuthDataSignatureResponse, d3 as ExtendedTxAuthInput, bK as GetCredentialsRequest, bL as GetCredentialsResponse, c2 as GetCustomerStatusRequest, c6 as GetCustomerStatusResponse, d2 as GetTezosTxAuthDataSignatureResponse, c$ as GetTxAuthDataSignatureResponse, bT as GetTxAuthSigRequest, bV as GetTxAuthSigRequestTezos, bU as GetTxAuthSigResponse, bW as GetTxAuthSigResponseTezos, cb as HostMessage, bX as HostRequestMessage, bi as HostResponseMessage, cJ as IDInformation, ca as IdentityAppMessage, cc as IdentityMessage, b6 as IdentityNotificationMessage, bb as IdentityRequestMessage, bY as IdentityResponseMessage, c3 as IdentitySdkMessage, c4 as IdentitySdkMessageWithIdentifier, b7 as InitialDataRequest, bf as InitialDataResponse, b2 as IsVerifiedNotification, bR as IsVerifiedRequest, bS as IsVerifiedResponse, aX as KycCompletionData, aY as KycCompletionNotification, cf as MediaType, cg as MediaTypePID, cA as NUMERIC_OPERATORS, cQ as NonParsedQueryConfiguration, cB as NumericOperator, bs as OPAChallengeQuery, b4 as OcvSdkInitialized, a_ as OffChainScenarioExecutionData, db as OffChainZKP, bu as OffChainZKPRuleResult, bt as OnChainRuleResult, a$ as OnChainScenarioExecutionData, dg as OnChainZKP, dh as OnChainZKPFromNexeraID, dj as OnChainZKPPayload, di as OnChainZKPScenarioFromCms, bq as OpaChallengeQueryResponse, ct as Operator, bl as OperatorToChallengeQueryOperator, cN as PartialQueryConfigSimplified, b3 as PolygonIdInitialized, bN as PolygonIdRequest, bM as PolygonIdRequestData, bP as PolygonIdResponse, bO as PolygonIdResponseData, df as ProjectAuthorizationData, cj as ProofData, co as QrCodeLinkWithSchemaType, cK as QueryConfig, cM as QueryConfigSimplified, cO as QueryConfigSimplifiedParsed, cP as QueryConfiguration, cY as QueryCredentialType, cX as QueryCredentialTypes, cL as QueryType, cd as RequiredDataRowSchema, ce as RequiredVerificationData, bD as RuleEngineResponse, aZ as RuleEngineScenarioExecutionData, bG as RuleResultStatus, bH as RuleResultStatusLabels, bF as RuleResultStatuses, dk as SCENARIO_AUTHORIZATION_STATUSES, cy as STRING_OPERATORS, cG as SUPPORTED_TYPES, aU as ScenarioAuthorizationData, dl as ScenarioAuthorizationStatus, b0 as ScenarioExecutionData, b1 as ScenarioExecutionNotification, bE as ScenarioExecutionResponse, bC as ScenarioStatus, bB as ScenarioStatuses, bA as ScenarioType, bz as ScenarioTypes, bv as SdkVerificationOutput, aV as SdkVerificationResponseSchema, ba as SendTransactionRequest, b8 as SignatureRequest, bg as SignatureResponse, bJ as SimplifiedCredential, b5 as StartCompletedNotification, bQ as StartFlowRequest, cz as StringOperator, cH as SupportedType, cI as SupportedTypes, d0 as TezosTxAuthInput, d1 as TezosTxSignatureResponse, b9 as TransactionData, bh as TransactionResponse, c1 as TxAuthDataSignatureGatingRequest, c5 as TxAuthDataSignatureResponse, cZ as TxAuthInput, c_ as TxSignatureResponse, cT as UpdateQueryConfigurationInput, cU as UpdateQueryConfigurationResponse, c8 as ValidVerificationCompleteData, c7 as VerificationBeginNotification, c9 as VerificationCompleteNotification, by as VerificationOutput, bx as VerificationSessionStatus, bw as VerificationSessionStatuses, bZ as WalletChallengeRequest, c0 as WalletSignResponse, dn as WalletSignatureData, dm as WalletSignatureResponse, cu as ZKPOperator, d9 as ZKPRequest, da as ZKPRequestFromZKVerifier, ch as ZeroKnowledgeProofRequest, ck as ZeroKnowledgeProofResponse, cv as operatorDisplayMap, cp as parseIden3Message, cq as parseSessionIdFromUrl } from '../../dist/identity-api.schema-ea0d3694.esm.js';
import 'zod';
import 'nanoid';
{
"name": "@nexeraid/identity-schemas",
"version": "1.12.18-dev",
"version": "1.12.19-dev",
"description": "",

@@ -5,0 +5,0 @@ "keywords": [],

@@ -5,4 +5,4 @@ 'use strict';

var identityApi_schema = require('../../dist/identity-api.schema-9db90005.cjs.dev.js');
var frontendUtilities_schema = require('../../dist/frontend-utilities.schema-50fdec6e.cjs.dev.js');
var identityApi_schema = require('../../dist/identity-api.schema-32516598.cjs.dev.js');
var frontendUtilities_schema = require('../../dist/frontend-utilities.schema-b031116d.cjs.dev.js');
require('zod');

@@ -9,0 +9,0 @@ require('nanoid');

@@ -5,4 +5,4 @@ 'use strict';

var identityApi_schema = require('../../dist/identity-api.schema-582be049.cjs.prod.js');
var frontendUtilities_schema = require('../../dist/frontend-utilities.schema-caaeef3b.cjs.prod.js');
var identityApi_schema = require('../../dist/identity-api.schema-4f0296c0.cjs.prod.js');
var frontendUtilities_schema = require('../../dist/frontend-utilities.schema-d9815781.cjs.prod.js');
require('zod');

@@ -9,0 +9,0 @@ require('nanoid');

@@ -1,4 +0,4 @@

export { ak as Alpha2Country, d_ as CredentialMediaType, dV as CredentialNames, dU as CredentialSchemas, dY as CredentialType, C as CredentialTypes, dT as GenericVerifiableCredentialSchema, dG as ID3CredentialSubjectSchema, dQ as IDImageCredentialSubjectSchema, dP as IDInformationCredentialSubjectSchema, dH as IDScanCredentialSubjectSchema, dI as IDScanPassportCredentialSubjectSchema, dJ as IDScanSelfieCredentialSubjectSchema, ai as ISO3CountryCode, dW as NexeraCredentialType, dO as OLD_AMLScreeningsResultsCredentialSubjectSchema, dK as OLD_IDImageCredentialSubjectSchema, dL as OLD_IDInformationCredentialSubjectSchema, dM as OLD_ProofOfResidenceCredentialSubjectSchema, dN as OLD_SelfieImageCredentialSubjectSchema, dS as ProofOfResidenceCredentialSubjectSchema, dR as SelfieImageCredentialSubjectSchema, dZ as VerifiableCredential, al as countryISO3toISO2Mapping, dX as getCredentialName, an as isoCountriesNameFromISO2 } from '../../dist/identity-api.schema-a34ad87c.esm.js';
export { V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation } from '../../dist/frontend-utilities.schema-89d25d69.esm.js';
export { ak as Alpha2Country, d$ as CredentialMediaType, dW as CredentialNames, dV as CredentialSchemas, dZ as CredentialType, C as CredentialTypes, dU as GenericVerifiableCredentialSchema, dH as ID3CredentialSubjectSchema, dR as IDImageCredentialSubjectSchema, dQ as IDInformationCredentialSubjectSchema, dI as IDScanCredentialSubjectSchema, dJ as IDScanPassportCredentialSubjectSchema, dK as IDScanSelfieCredentialSubjectSchema, ai as ISO3CountryCode, dX as NexeraCredentialType, dP as OLD_AMLScreeningsResultsCredentialSubjectSchema, dL as OLD_IDImageCredentialSubjectSchema, dM as OLD_IDInformationCredentialSubjectSchema, dN as OLD_ProofOfResidenceCredentialSubjectSchema, dO as OLD_SelfieImageCredentialSubjectSchema, dT as ProofOfResidenceCredentialSubjectSchema, dS as SelfieImageCredentialSubjectSchema, d_ as VerifiableCredential, al as countryISO3toISO2Mapping, dY as getCredentialName, an as isoCountriesNameFromISO2 } from '../../dist/identity-api.schema-ea0d3694.esm.js';
export { V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation } from '../../dist/frontend-utilities.schema-b735a522.esm.js';
import 'zod';
import 'nanoid';

Sorry, the diff of this file is too big to display

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