@nexeraid/identity-schemas
Advanced tools
Comparing version 1.12.16-dev to 1.12.17-dev
@@ -1120,2 +1120,160 @@ import { z } from "zod"; | ||
export type SdkVerificationOutput = z.infer<typeof SdkVerificationOutput>; | ||
export declare const VerificationSessionStatuses: readonly ["IN_PROGRESS", "COMPLETED", "NOT_STARTED"]; | ||
export declare const VerificationSessionStatus: z.ZodEnum<["IN_PROGRESS", "COMPLETED", "NOT_STARTED"]>; | ||
export type VerificationSessionStatus = z.infer<typeof VerificationSessionStatus>; | ||
export declare const VerificationOutput: z.ZodObject<{ | ||
id: z.ZodNullable<z.ZodString>; | ||
verificationResult: z.ZodNullable<z.ZodObject<{ | ||
customerId: z.ZodString; | ||
scenarioExecutionId: z.ZodString; | ||
status: z.ZodEnum<["valid", "not-valid", "error", "unknown"]>; | ||
results: z.ZodArray<z.ZodArray<z.ZodObject<{ | ||
objectType: z.ZodEnum<["ChallengeQuery", "OnChainZKP", "OffChainZKP"]>; | ||
objectId: z.ZodString; | ||
name: z.ZodString; | ||
address: z.ZodOptional<z.ZodNullable<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>]>>>; | ||
result: z.ZodObject<{ | ||
result: z.ZodObject<{ | ||
is_valid: z.ZodBoolean; | ||
reasons: z.ZodArray<z.ZodUnknown, "many">; | ||
}, "strip", z.ZodTypeAny, { | ||
is_valid: boolean; | ||
reasons: unknown[]; | ||
}, { | ||
is_valid: boolean; | ||
reasons: unknown[]; | ||
}>; | ||
executionId: z.ZodString; | ||
}, "strip", z.ZodTypeAny, { | ||
result: { | ||
is_valid: boolean; | ||
reasons: unknown[]; | ||
}; | ||
executionId: string; | ||
}, { | ||
result: { | ||
is_valid: boolean; | ||
reasons: unknown[]; | ||
}; | ||
executionId: string; | ||
}>; | ||
executionId: z.ZodString; | ||
scenarioId: z.ZodString; | ||
}, "strip", z.ZodTypeAny, { | ||
name: string; | ||
result: { | ||
result: { | ||
is_valid: boolean; | ||
reasons: unknown[]; | ||
}; | ||
executionId: string; | ||
}; | ||
executionId: string; | ||
scenarioId: string; | ||
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP"; | ||
objectId: string; | ||
address?: string | null | undefined; | ||
}, { | ||
name: string; | ||
result: { | ||
result: { | ||
is_valid: boolean; | ||
reasons: unknown[]; | ||
}; | ||
executionId: string; | ||
}; | ||
executionId: string; | ||
scenarioId: string; | ||
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP"; | ||
objectId: string; | ||
address?: string | null | undefined; | ||
}>, "many">, "many">; | ||
}, "strip", z.ZodTypeAny, { | ||
status: "valid" | "unknown" | "not-valid" | "error"; | ||
customerId: string; | ||
scenarioExecutionId: string; | ||
results: { | ||
name: string; | ||
result: { | ||
result: { | ||
is_valid: boolean; | ||
reasons: unknown[]; | ||
}; | ||
executionId: string; | ||
}; | ||
executionId: string; | ||
scenarioId: string; | ||
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP"; | ||
objectId: string; | ||
address?: string | null | undefined; | ||
}[][]; | ||
}, { | ||
status: "valid" | "unknown" | "not-valid" | "error"; | ||
customerId: string; | ||
scenarioExecutionId: string; | ||
results: { | ||
name: string; | ||
result: { | ||
result: { | ||
is_valid: boolean; | ||
reasons: unknown[]; | ||
}; | ||
executionId: string; | ||
}; | ||
executionId: string; | ||
scenarioId: string; | ||
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP"; | ||
objectId: string; | ||
address?: string | null | undefined; | ||
}[][]; | ||
}>>; | ||
status: z.ZodEnum<["IN_PROGRESS", "COMPLETED", "NOT_STARTED"]>; | ||
}, "strip", z.ZodTypeAny, { | ||
id: string | null; | ||
status: "IN_PROGRESS" | "COMPLETED" | "NOT_STARTED"; | ||
verificationResult: { | ||
status: "valid" | "unknown" | "not-valid" | "error"; | ||
customerId: string; | ||
scenarioExecutionId: string; | ||
results: { | ||
name: string; | ||
result: { | ||
result: { | ||
is_valid: boolean; | ||
reasons: unknown[]; | ||
}; | ||
executionId: string; | ||
}; | ||
executionId: string; | ||
scenarioId: string; | ||
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP"; | ||
objectId: string; | ||
address?: string | null | undefined; | ||
}[][]; | ||
} | null; | ||
}, { | ||
id: string | null; | ||
status: "IN_PROGRESS" | "COMPLETED" | "NOT_STARTED"; | ||
verificationResult: { | ||
status: "valid" | "unknown" | "not-valid" | "error"; | ||
customerId: string; | ||
scenarioExecutionId: string; | ||
results: { | ||
name: string; | ||
result: { | ||
result: { | ||
is_valid: boolean; | ||
reasons: unknown[]; | ||
}; | ||
executionId: string; | ||
}; | ||
executionId: string; | ||
scenarioId: string; | ||
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP"; | ||
objectId: string; | ||
address?: string | null | undefined; | ||
}[][]; | ||
} | null; | ||
}>; | ||
export type VerificationOutput = z.infer<typeof VerificationOutput>; | ||
//# sourceMappingURL=challenge-query.schema.d.ts.map |
@@ -6,4 +6,4 @@ 'use strict'; | ||
var zod = require('zod'); | ||
var identityApi_schema = require('./identity-api.schema-dc9a849c.cjs.dev.js'); | ||
var frontendUtilities_schema = require('./frontend-utilities.schema-efc06daf.cjs.dev.js'); | ||
var identityApi_schema = require('./identity-api.schema-c28d229f.cjs.dev.js'); | ||
var frontendUtilities_schema = require('./frontend-utilities.schema-dfeb3391.cjs.dev.js'); | ||
require('nanoid'); | ||
@@ -348,4 +348,9 @@ | ||
exports.VerifiableCredential = identityApi_schema.VerifiableCredential; | ||
exports.VerificationBeginNotification = identityApi_schema.VerificationBeginNotification; | ||
exports.VerificationCompleteNotification = identityApi_schema.VerificationCompleteNotification; | ||
exports.VerificationMode = identityApi_schema.VerificationMode; | ||
exports.VerificationModes = identityApi_schema.VerificationModes; | ||
exports.VerificationOutput = identityApi_schema.VerificationOutput; | ||
exports.VerificationSessionStatus = identityApi_schema.VerificationSessionStatus; | ||
exports.VerificationSessionStatuses = identityApi_schema.VerificationSessionStatuses; | ||
exports.WalletChallengeRequest = identityApi_schema.WalletChallengeRequest; | ||
@@ -352,0 +357,0 @@ exports.WalletId = identityApi_schema.WalletId; |
@@ -6,4 +6,4 @@ 'use strict'; | ||
var zod = require('zod'); | ||
var identityApi_schema = require('./identity-api.schema-63e650ec.cjs.prod.js'); | ||
var frontendUtilities_schema = require('./frontend-utilities.schema-6d0912b0.cjs.prod.js'); | ||
var identityApi_schema = require('./identity-api.schema-f4f93e24.cjs.prod.js'); | ||
var frontendUtilities_schema = require('./frontend-utilities.schema-5c7e4938.cjs.prod.js'); | ||
require('nanoid'); | ||
@@ -348,4 +348,9 @@ | ||
exports.VerifiableCredential = identityApi_schema.VerifiableCredential; | ||
exports.VerificationBeginNotification = identityApi_schema.VerificationBeginNotification; | ||
exports.VerificationCompleteNotification = identityApi_schema.VerificationCompleteNotification; | ||
exports.VerificationMode = identityApi_schema.VerificationMode; | ||
exports.VerificationModes = identityApi_schema.VerificationModes; | ||
exports.VerificationOutput = identityApi_schema.VerificationOutput; | ||
exports.VerificationSessionStatus = identityApi_schema.VerificationSessionStatus; | ||
exports.VerificationSessionStatuses = identityApi_schema.VerificationSessionStatuses; | ||
exports.WalletChallengeRequest = identityApi_schema.WalletChallengeRequest; | ||
@@ -352,0 +357,0 @@ exports.WalletId = identityApi_schema.WalletId; |
import { z } from 'zod'; | ||
import { C as CredentialTypes } from './identity-api.schema-bb419f4c.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, cp as ARRAY_OPERATORS, bb as AVAILABLE_FLOWS, aJ as AdditionalCustomerInformationParams, z as AddressSchema, ck as AllCredentialAttributes, cl as AllCredentialValues, d7 as AllScenarioExecutionAuthorizationData, ak as Alpha2Country, d1 as AnyTxAuthDataSignatureResponse, c_ as AnyTxAuthInput, au as AppId, I as AptosAddress, J as AptosSignature, cq as ArrayOperator, cg as AuthQrCodeData, bW as AuthSession, cb as AuthorizationRequestMessage, ce 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, cv as BOOLEAN_OPERATORS, du as BasicCustomerContactInformation, a2 as BlockchainAddress, B as BlockchainId, a5 as BlockchainNamespace, a3 as BlockchainSignature, cw as BooleanOperator, n as COSMOS_CHAIN_NAMES, o as COSMOS_CHAIN_NAMES_LIST, p as COSMOS_CHAIN_VALUES, dv as CUSTOMERS_CHARTS, dz as CUSTOMER_AUTOMATION_REASONS, dx 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, bX as ChallengeResponse, aV as CloseScreenNotification, bE as ComplianceImplementationStepsInput, Q as CosmosAddress, r as CosmosChainId, R as CosmosSignature, d5 as CreateAuthRequestProps, cK as CreateQueryConfigurationInput, cL as CreateQueryConfigurationResponse, d6 as CreateZKProofRequestProps, dU as CredentialMediaType, dP as CredentialNames, cf as CredentialQrCodeData, dO as CredentialSchemas, dS as CredentialType, C as CredentialTypes, dr as CustomerOnboardingLevel, dq as CustomerOnboardingLevels, dt as CustomerStatus, ds as CustomerStatuses, dy as CustomerTableColumn, dk as CustomerType, dj as CustomerTypes, dw as CustomersChartType, cx as DATE_OPERATORS, a7 as DISPLAYED_LOCKCHAIN_NAMESPACES, bd as DataAvailableOnStart, cy as DateOperator, cO as DeleteQueryConfigurationInput, cP 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, d0 as ExtendedTezosTxAuthDataSignatureResponse, cZ as ExtendedTezosTxAuthInput, c$ as ExtendedTxAuthDataSignatureResponse, cY as ExtendedTxAuthInput, aO as ExternalCustomerId, ay as FLOW_TYPES, az as FlowType, G as FunctionCallData, dN as GenericVerifiableCredentialSchema, bG as GetCredentialsRequest, bH as GetCredentialsResponse, b_ as GetCustomerStatusRequest, c2 as GetCustomerStatusResponse, cX as GetTezosTxAuthDataSignatureResponse, cU as GetTxAuthDataSignatureResponse, bP as GetTxAuthSigRequest, bR as GetTxAuthSigRequestTezos, bQ as GetTxAuthSigResponse, bS as GetTxAuthSigResponseTezos, c4 as HostMessage, bT as HostRequestMessage, bh as HostResponseMessage, dA as ID3CredentialSubjectSchema, aC as IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS, aE as IDENTITY_DOCUMENT_OPTIONS, dK as IDImageCredentialSubjectSchema, cC as IDInformation, dJ as IDInformationCredentialSubjectSchema, dB as IDScanCredentialSubjectSchema, dC as IDScanPassportCredentialSubjectSchema, dD as IDScanSelfieCredentialSubjectSchema, ai as ISO3CountryCode, aI as Identifier, c3 as IdentityAppMessage, aQ as IdentityAppV2Web2JWT, aP as IdentityAppV2Web3JWT, aD as IdentityDocumentCountryListOption, aF as IdentityDocumentOptionsType, ar as IdentityId, c5 as IdentityMessage, b5 as IdentityNotificationMessage, ba as IdentityRequestMessage, bU as IdentityResponseMessage, b$ as IdentitySdkMessage, c0 as IdentitySdkMessageWithIdentifier, aK as IdentityWidgetAccessToken, aR as IdentityWidgetAccessToken_NEW, aS as IdentityWidgetSessionToken, b6 as InitialDataRequest, be as InitialDataResponse, b1 as IsVerifiedNotification, bN as IsVerifiedRequest, bO as IsVerifiedResponse, dp as KybOnboardingLevel, dn as KybOnboardingLevels, aW as KycCompletionData, aX as KycCompletionNotification, dm as KycOnboardingLevel, dl as KycOnboardingLevels, c8 as MediaType, c9 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, ct as NUMERIC_OPERATORS, dQ as NexeraCredentialType, cJ as NonParsedQueryConfiguration, cu as NumericOperator, dI as OLD_AMLScreeningsResultsCredentialSubjectSchema, dE as OLD_IDImageCredentialSubjectSchema, dF as OLD_IDInformationCredentialSubjectSchema, dG as OLD_ProofOfResidenceCredentialSubjectSchema, dH as OLD_SelfieImageCredentialSubjectSchema, br as OPAChallengeQuery, b3 as OcvSdkInitialized, aZ as OffChainScenarioExecutionData, d4 as OffChainZKP, bt as OffChainZKPRuleResult, bs as OnChainRuleResult, a_ as OnChainScenarioExecutionData, d9 as OnChainZKP, da as OnChainZKPFromNexeraID, dc as OnChainZKPPayload, db as OnChainZKPScenarioFromCms, bp as OpaChallengeQueryResponse, cm 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, cG as PartialQueryConfigSimplified, aH as PersonalInformationFieldsIdentityDocuments, M as PolkadotAddress, O as PolkadotSignature, b2 as PolygonIdInitialized, bJ as PolygonIdRequest, bI as PolygonIdRequestData, bL as PolygonIdResponse, bK as PolygonIdResponseData, i as PolygonNetworkNames, x as PrivateKey, d8 as ProjectAuthorizationData, cc as ProofData, dM as ProofOfResidenceCredentialSubjectSchema, y as PublicKey, ch as QrCodeLinkWithSchemaType, cD as QueryConfig, cF as QueryConfigSimplified, cH as QueryConfigSimplifiedParsed, cI as QueryConfiguration, cR as QueryCredentialType, cQ as QueryCredentialTypes, cE as QueryType, c6 as RequiredDataRowSchema, c7 as RequiredVerificationData, di as RiskScoreType, dh as RiskScoreTypes, bz as RuleEngineResponse, aY as RuleEngineScenarioExecutionData, bC as RuleResultStatus, bD as RuleResultStatusLabels, bB as RuleResultStatuses, dd as SCENARIO_AUTHORIZATION_STATUSES, cr as STRING_OPERATORS, cz as SUPPORTED_TYPES, aT as ScenarioAuthorizationData, de as ScenarioAuthorizationStatus, a$ as ScenarioExecutionData, b0 as ScenarioExecutionNotification, bA as ScenarioExecutionResponse, by as ScenarioStatus, bx as ScenarioStatuses, bw as ScenarioType, bv as ScenarioTypes, bu as SdkVerificationOutput, aU as SdkVerificationResponseSchema, dL as SelfieImageCredentialSubjectSchema, b9 as SendTransactionRequest, b7 as SignatureRequest, bf as SignatureResponse, bF as SimplifiedCredential, Z as SpSignature, K as StarknetAddress, S as StarknetChainId, L as StarknetSignature, b4 as StartCompletedNotification, bM as StartFlowRequest, aq as StorageId, w as String0x, cs as StringOperator, cA as SupportedType, cB as SupportedTypes, aw as TestId, W as TezosAddress, T as TezosChainId, V as TezosContractAddress, X as TezosEntrypointName, U as TezosImplicitAddress, $ as TezosSignature, cV as TezosTxAuthInput, cW as TezosTxSignatureResponse, b8 as TransactionData, bg as TransactionResponse, bZ as TxAuthDataSignatureGatingRequest, c1 as TxAuthDataSignatureResponse, cS as TxAuthInput, D as TxHash, cT as TxSignatureResponse, cM as UpdateQueryConfigurationInput, cN as UpdateQueryConfigurationResponse, ae as UuidString, dT as VerifiableCredential, aB as VerificationMode, aA as VerificationModes, bV as WalletChallengeRequest, at as WalletId, bY as WalletSignResponse, dg as WalletSignatureData, df as WalletSignatureResponse, aN as WorkflowId, aM as WorkspaceId, cn as ZKPOperator, d2 as ZKPRequest, d3 as ZKPRequestFromZKVerifier, ca as ZeroKnowledgeProofRequest, cd as ZeroKnowledgeProofResponse, af as ZodParse, ab as coerceBoolean, am as countryISO2toISO3Mapping, al as countryISO3toISO2Mapping, ap as createBrandedSchemaId, ax as generateId, dR as getCredentialName, v as isValidAddress, an as isoCountriesNameFromISO2, co as operatorDisplayMap, ao as parseISO3CountryCode, ci as parseIden3Message, cj as parseSessionIdFromUrl, H as shortAddress, ag as shortBlockchainAddress } from './identity-api.schema-bb419f4c.esm.js'; | ||
export { V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation } from './frontend-utilities.schema-99db048a.esm.js'; | ||
import { C as CredentialTypes } from './identity-api.schema-8f4532a6.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, cu as ARRAY_OPERATORS, bb as AVAILABLE_FLOWS, aJ as AdditionalCustomerInformationParams, z as AddressSchema, cp as AllCredentialAttributes, cq as AllCredentialValues, dc as AllScenarioExecutionAuthorizationData, ak as Alpha2Country, d6 as AnyTxAuthDataSignatureResponse, d3 as AnyTxAuthInput, au as AppId, I as AptosAddress, J as AptosSignature, cv as ArrayOperator, cl as AuthQrCodeData, bZ as AuthSession, cg as AuthorizationRequestMessage, cj 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, cA as BOOLEAN_OPERATORS, dz as BasicCustomerContactInformation, a2 as BlockchainAddress, B as BlockchainId, a5 as BlockchainNamespace, a3 as BlockchainSignature, cB as BooleanOperator, n as COSMOS_CHAIN_NAMES, o as COSMOS_CHAIN_NAMES_LIST, p as COSMOS_CHAIN_VALUES, dA as CUSTOMERS_CHARTS, dE as CUSTOMER_AUTOMATION_REASONS, dC 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, da as CreateAuthRequestProps, cP as CreateQueryConfigurationInput, cQ as CreateQueryConfigurationResponse, db as CreateZKProofRequestProps, dZ as CredentialMediaType, dU as CredentialNames, ck as CredentialQrCodeData, dT as CredentialSchemas, dX as CredentialType, C as CredentialTypes, dw as CustomerOnboardingLevel, dv as CustomerOnboardingLevels, dy as CustomerStatus, dx as CustomerStatuses, dD as CustomerTableColumn, dq as CustomerType, dp as CustomerTypes, dB as CustomersChartType, cC as DATE_OPERATORS, a7 as DISPLAYED_LOCKCHAIN_NAMESPACES, bd as DataAvailableOnStart, cD as DateOperator, cT as DeleteQueryConfigurationInput, cU 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, d5 as ExtendedTezosTxAuthDataSignatureResponse, d2 as ExtendedTezosTxAuthInput, d4 as ExtendedTxAuthDataSignatureResponse, d1 as ExtendedTxAuthInput, aO as ExternalCustomerId, ay as FLOW_TYPES, az as FlowType, G as FunctionCallData, dS as GenericVerifiableCredentialSchema, bJ as GetCredentialsRequest, bK as GetCredentialsResponse, c1 as GetCustomerStatusRequest, c5 as GetCustomerStatusResponse, d0 as GetTezosTxAuthDataSignatureResponse, cZ as GetTxAuthDataSignatureResponse, bS as GetTxAuthSigRequest, bU as GetTxAuthSigRequestTezos, bT as GetTxAuthSigResponse, bV as GetTxAuthSigResponseTezos, c9 as HostMessage, bW as HostRequestMessage, bh as HostResponseMessage, dF as ID3CredentialSubjectSchema, aC as IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS, aE as IDENTITY_DOCUMENT_OPTIONS, dP as IDImageCredentialSubjectSchema, cH as IDInformation, dO as IDInformationCredentialSubjectSchema, dG as IDScanCredentialSubjectSchema, dH as IDScanPassportCredentialSubjectSchema, dI as IDScanSelfieCredentialSubjectSchema, ai as ISO3CountryCode, aI as Identifier, c8 as IdentityAppMessage, aQ as IdentityAppV2Web2JWT, aP as IdentityAppV2Web3JWT, aD as IdentityDocumentCountryListOption, aF as IdentityDocumentOptionsType, ar as IdentityId, ca 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, du as KybOnboardingLevel, dt as KybOnboardingLevels, aW as KycCompletionData, aX as KycCompletionNotification, ds as KycOnboardingLevel, dr as KycOnboardingLevels, cd as MediaType, ce 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, cy as NUMERIC_OPERATORS, dV as NexeraCredentialType, cO as NonParsedQueryConfiguration, cz as NumericOperator, dN as OLD_AMLScreeningsResultsCredentialSubjectSchema, dJ as OLD_IDImageCredentialSubjectSchema, dK as OLD_IDInformationCredentialSubjectSchema, dL as OLD_ProofOfResidenceCredentialSubjectSchema, dM as OLD_SelfieImageCredentialSubjectSchema, br as OPAChallengeQuery, b3 as OcvSdkInitialized, aZ as OffChainScenarioExecutionData, d9 as OffChainZKP, bt as OffChainZKPRuleResult, bs as OnChainRuleResult, a_ as OnChainScenarioExecutionData, de as OnChainZKP, df as OnChainZKPFromNexeraID, dh as OnChainZKPPayload, dg as OnChainZKPScenarioFromCms, bp as OpaChallengeQueryResponse, cr 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, cL 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, dd as ProjectAuthorizationData, ch as ProofData, dR as ProofOfResidenceCredentialSubjectSchema, y as PublicKey, cm as QrCodeLinkWithSchemaType, cI as QueryConfig, cK as QueryConfigSimplified, cM as QueryConfigSimplifiedParsed, cN as QueryConfiguration, cW as QueryCredentialType, cV as QueryCredentialTypes, cJ as QueryType, cb as RequiredDataRowSchema, cc as RequiredVerificationData, dn as RiskScoreType, dm as RiskScoreTypes, bC as RuleEngineResponse, aY as RuleEngineScenarioExecutionData, bF as RuleResultStatus, bG as RuleResultStatusLabels, bE as RuleResultStatuses, di as SCENARIO_AUTHORIZATION_STATUSES, cw as STRING_OPERATORS, cE as SUPPORTED_TYPES, aT as ScenarioAuthorizationData, dj 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, dQ 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, cx as StringOperator, cF as SupportedType, cG 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, c$ as TezosTxSignatureResponse, b8 as TransactionData, bg as TransactionResponse, c0 as TxAuthDataSignatureGatingRequest, c4 as TxAuthDataSignatureResponse, cX as TxAuthInput, D as TxHash, cY as TxSignatureResponse, cR as UpdateQueryConfigurationInput, cS as UpdateQueryConfigurationResponse, ae as UuidString, dY as VerifiableCredential, c6 as VerificationBeginNotification, c7 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, dl as WalletSignatureData, dk as WalletSignatureResponse, aN as WorkflowId, aM as WorkspaceId, cs as ZKPOperator, d7 as ZKPRequest, d8 as ZKPRequestFromZKVerifier, cf as ZeroKnowledgeProofRequest, ci as ZeroKnowledgeProofResponse, af as ZodParse, ab as coerceBoolean, am as countryISO2toISO3Mapping, al as countryISO3toISO2Mapping, ap as createBrandedSchemaId, ax as generateId, dW as getCredentialName, v as isValidAddress, an as isoCountriesNameFromISO2, ct as operatorDisplayMap, ao as parseISO3CountryCode, cn as parseIden3Message, co as parseSessionIdFromUrl, H as shortAddress, ag as shortBlockchainAddress } from './identity-api.schema-8f4532a6.esm.js'; | ||
export { V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation } from './frontend-utilities.schema-f6f3eea6.esm.js'; | ||
import 'nanoid'; | ||
@@ -6,0 +6,0 @@ |
{ | ||
"name": "@nexeraid/identity-schemas", | ||
"version": "1.12.16", | ||
"version": "1.12.17", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
@@ -5,3 +5,3 @@ 'use strict'; | ||
var identityApi_schema = require('../../dist/identity-api.schema-dc9a849c.cjs.dev.js'); | ||
var identityApi_schema = require('../../dist/identity-api.schema-c28d229f.cjs.dev.js'); | ||
require('zod'); | ||
@@ -154,2 +154,7 @@ require('nanoid'); | ||
exports.UpdateQueryConfigurationResponse = identityApi_schema.UpdateQueryConfigurationResponse; | ||
exports.VerificationBeginNotification = identityApi_schema.VerificationBeginNotification; | ||
exports.VerificationCompleteNotification = identityApi_schema.VerificationCompleteNotification; | ||
exports.VerificationOutput = identityApi_schema.VerificationOutput; | ||
exports.VerificationSessionStatus = identityApi_schema.VerificationSessionStatus; | ||
exports.VerificationSessionStatuses = identityApi_schema.VerificationSessionStatuses; | ||
exports.WalletChallengeRequest = identityApi_schema.WalletChallengeRequest; | ||
@@ -156,0 +161,0 @@ exports.WalletSignResponse = identityApi_schema.WalletSignResponse; |
@@ -5,3 +5,3 @@ 'use strict'; | ||
var identityApi_schema = require('../../dist/identity-api.schema-63e650ec.cjs.prod.js'); | ||
var identityApi_schema = require('../../dist/identity-api.schema-f4f93e24.cjs.prod.js'); | ||
require('zod'); | ||
@@ -154,2 +154,7 @@ require('nanoid'); | ||
exports.UpdateQueryConfigurationResponse = identityApi_schema.UpdateQueryConfigurationResponse; | ||
exports.VerificationBeginNotification = identityApi_schema.VerificationBeginNotification; | ||
exports.VerificationCompleteNotification = identityApi_schema.VerificationCompleteNotification; | ||
exports.VerificationOutput = identityApi_schema.VerificationOutput; | ||
exports.VerificationSessionStatus = identityApi_schema.VerificationSessionStatus; | ||
exports.VerificationSessionStatuses = identityApi_schema.VerificationSessionStatuses; | ||
exports.WalletChallengeRequest = identityApi_schema.WalletChallengeRequest; | ||
@@ -156,0 +161,0 @@ exports.WalletSignResponse = identityApi_schema.WalletSignResponse; |
@@ -1,3 +0,3 @@ | ||
export { cp as ARRAY_OPERATORS, bb as AVAILABLE_FLOWS, ck as AllCredentialAttributes, cl as AllCredentialValues, d7 as AllScenarioExecutionAuthorizationData, d1 as AnyTxAuthDataSignatureResponse, c_ as AnyTxAuthInput, cq as ArrayOperator, cg as AuthQrCodeData, bW as AuthSession, cb as AuthorizationRequestMessage, ce as AuthorizationResponseMessage, bc as AvailableFlow, cv as BOOLEAN_OPERATORS, cw as BooleanOperator, bj as ChallengeQueryOperator, bl as ChallengeQueryOperatorToOperator, bi as ChallengeQueryOperators, bm as ChallengeQuerySchema, bX as ChallengeResponse, aV as CloseScreenNotification, bE as ComplianceImplementationStepsInput, d5 as CreateAuthRequestProps, cK as CreateQueryConfigurationInput, cL as CreateQueryConfigurationResponse, d6 as CreateZKProofRequestProps, cf as CredentialQrCodeData, cx as DATE_OPERATORS, bd as DataAvailableOnStart, cy as DateOperator, cO as DeleteQueryConfigurationInput, cP as DeleteQueryConfigurationResponse, bo as ExecuteChallengeQueryConfig, bn as ExecuteChallengeQueryInput, bq as ExecuteChallengeQueryResponse, d0 as ExtendedTezosTxAuthDataSignatureResponse, cZ as ExtendedTezosTxAuthInput, c$ as ExtendedTxAuthDataSignatureResponse, cY as ExtendedTxAuthInput, bG as GetCredentialsRequest, bH as GetCredentialsResponse, b_ as GetCustomerStatusRequest, c2 as GetCustomerStatusResponse, cX as GetTezosTxAuthDataSignatureResponse, cU as GetTxAuthDataSignatureResponse, bP as GetTxAuthSigRequest, bR as GetTxAuthSigRequestTezos, bQ as GetTxAuthSigResponse, bS as GetTxAuthSigResponseTezos, c4 as HostMessage, bT as HostRequestMessage, bh as HostResponseMessage, cC as IDInformation, c3 as IdentityAppMessage, c5 as IdentityMessage, b5 as IdentityNotificationMessage, ba as IdentityRequestMessage, bU as IdentityResponseMessage, b$ as IdentitySdkMessage, c0 as IdentitySdkMessageWithIdentifier, b6 as InitialDataRequest, be as InitialDataResponse, b1 as IsVerifiedNotification, bN as IsVerifiedRequest, bO as IsVerifiedResponse, aW as KycCompletionData, aX as KycCompletionNotification, c8 as MediaType, c9 as MediaTypePID, ct as NUMERIC_OPERATORS, cJ as NonParsedQueryConfiguration, cu as NumericOperator, br as OPAChallengeQuery, b3 as OcvSdkInitialized, aZ as OffChainScenarioExecutionData, d4 as OffChainZKP, bt as OffChainZKPRuleResult, bs as OnChainRuleResult, a_ as OnChainScenarioExecutionData, d9 as OnChainZKP, da as OnChainZKPFromNexeraID, dc as OnChainZKPPayload, db as OnChainZKPScenarioFromCms, bp as OpaChallengeQueryResponse, cm as Operator, bk as OperatorToChallengeQueryOperator, cG as PartialQueryConfigSimplified, b2 as PolygonIdInitialized, bJ as PolygonIdRequest, bI as PolygonIdRequestData, bL as PolygonIdResponse, bK as PolygonIdResponseData, d8 as ProjectAuthorizationData, cc as ProofData, ch as QrCodeLinkWithSchemaType, cD as QueryConfig, cF as QueryConfigSimplified, cH as QueryConfigSimplifiedParsed, cI as QueryConfiguration, cR as QueryCredentialType, cQ as QueryCredentialTypes, cE as QueryType, c6 as RequiredDataRowSchema, c7 as RequiredVerificationData, bz as RuleEngineResponse, aY as RuleEngineScenarioExecutionData, bC as RuleResultStatus, bD as RuleResultStatusLabels, bB as RuleResultStatuses, dd as SCENARIO_AUTHORIZATION_STATUSES, cr as STRING_OPERATORS, cz as SUPPORTED_TYPES, aT as ScenarioAuthorizationData, de as ScenarioAuthorizationStatus, a$ as ScenarioExecutionData, b0 as ScenarioExecutionNotification, bA as ScenarioExecutionResponse, by as ScenarioStatus, bx as ScenarioStatuses, bw as ScenarioType, bv as ScenarioTypes, bu as SdkVerificationOutput, aU as SdkVerificationResponseSchema, b9 as SendTransactionRequest, b7 as SignatureRequest, bf as SignatureResponse, bF as SimplifiedCredential, b4 as StartCompletedNotification, bM as StartFlowRequest, cs as StringOperator, cA as SupportedType, cB as SupportedTypes, cV as TezosTxAuthInput, cW as TezosTxSignatureResponse, b8 as TransactionData, bg as TransactionResponse, bZ as TxAuthDataSignatureGatingRequest, c1 as TxAuthDataSignatureResponse, cS as TxAuthInput, cT as TxSignatureResponse, cM as UpdateQueryConfigurationInput, cN as UpdateQueryConfigurationResponse, bV as WalletChallengeRequest, bY as WalletSignResponse, dg as WalletSignatureData, df as WalletSignatureResponse, cn as ZKPOperator, d2 as ZKPRequest, d3 as ZKPRequestFromZKVerifier, ca as ZeroKnowledgeProofRequest, cd as ZeroKnowledgeProofResponse, co as operatorDisplayMap, ci as parseIden3Message, cj as parseSessionIdFromUrl } from '../../dist/identity-api.schema-bb419f4c.esm.js'; | ||
export { cu as ARRAY_OPERATORS, bb as AVAILABLE_FLOWS, cp as AllCredentialAttributes, cq as AllCredentialValues, dc as AllScenarioExecutionAuthorizationData, d6 as AnyTxAuthDataSignatureResponse, d3 as AnyTxAuthInput, cv as ArrayOperator, cl as AuthQrCodeData, bZ as AuthSession, cg as AuthorizationRequestMessage, cj as AuthorizationResponseMessage, bc as AvailableFlow, cA as BOOLEAN_OPERATORS, cB as BooleanOperator, bj as ChallengeQueryOperator, bl as ChallengeQueryOperatorToOperator, bi as ChallengeQueryOperators, bm as ChallengeQuerySchema, b_ as ChallengeResponse, aV as CloseScreenNotification, bH as ComplianceImplementationStepsInput, da as CreateAuthRequestProps, cP as CreateQueryConfigurationInput, cQ as CreateQueryConfigurationResponse, db as CreateZKProofRequestProps, ck as CredentialQrCodeData, cC as DATE_OPERATORS, bd as DataAvailableOnStart, cD as DateOperator, cT as DeleteQueryConfigurationInput, cU as DeleteQueryConfigurationResponse, bo as ExecuteChallengeQueryConfig, bn as ExecuteChallengeQueryInput, bq as ExecuteChallengeQueryResponse, d5 as ExtendedTezosTxAuthDataSignatureResponse, d2 as ExtendedTezosTxAuthInput, d4 as ExtendedTxAuthDataSignatureResponse, d1 as ExtendedTxAuthInput, bJ as GetCredentialsRequest, bK as GetCredentialsResponse, c1 as GetCustomerStatusRequest, c5 as GetCustomerStatusResponse, d0 as GetTezosTxAuthDataSignatureResponse, cZ as GetTxAuthDataSignatureResponse, bS as GetTxAuthSigRequest, bU as GetTxAuthSigRequestTezos, bT as GetTxAuthSigResponse, bV as GetTxAuthSigResponseTezos, c9 as HostMessage, bW as HostRequestMessage, bh as HostResponseMessage, cH as IDInformation, c8 as IdentityAppMessage, ca 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, cd as MediaType, ce as MediaTypePID, cy as NUMERIC_OPERATORS, cO as NonParsedQueryConfiguration, cz as NumericOperator, br as OPAChallengeQuery, b3 as OcvSdkInitialized, aZ as OffChainScenarioExecutionData, d9 as OffChainZKP, bt as OffChainZKPRuleResult, bs as OnChainRuleResult, a_ as OnChainScenarioExecutionData, de as OnChainZKP, df as OnChainZKPFromNexeraID, dh as OnChainZKPPayload, dg as OnChainZKPScenarioFromCms, bp as OpaChallengeQueryResponse, cr as Operator, bk as OperatorToChallengeQueryOperator, cL as PartialQueryConfigSimplified, b2 as PolygonIdInitialized, bM as PolygonIdRequest, bL as PolygonIdRequestData, bO as PolygonIdResponse, bN as PolygonIdResponseData, dd as ProjectAuthorizationData, ch as ProofData, cm as QrCodeLinkWithSchemaType, cI as QueryConfig, cK as QueryConfigSimplified, cM as QueryConfigSimplifiedParsed, cN as QueryConfiguration, cW as QueryCredentialType, cV as QueryCredentialTypes, cJ as QueryType, cb as RequiredDataRowSchema, cc as RequiredVerificationData, bC as RuleEngineResponse, aY as RuleEngineScenarioExecutionData, bF as RuleResultStatus, bG as RuleResultStatusLabels, bE as RuleResultStatuses, di as SCENARIO_AUTHORIZATION_STATUSES, cw as STRING_OPERATORS, cE as SUPPORTED_TYPES, aT as ScenarioAuthorizationData, dj 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, cx as StringOperator, cF as SupportedType, cG as SupportedTypes, c_ as TezosTxAuthInput, c$ as TezosTxSignatureResponse, b8 as TransactionData, bg as TransactionResponse, c0 as TxAuthDataSignatureGatingRequest, c4 as TxAuthDataSignatureResponse, cX as TxAuthInput, cY as TxSignatureResponse, cR as UpdateQueryConfigurationInput, cS as UpdateQueryConfigurationResponse, c6 as VerificationBeginNotification, c7 as VerificationCompleteNotification, bx as VerificationOutput, bw as VerificationSessionStatus, bv as VerificationSessionStatuses, bY as WalletChallengeRequest, b$ as WalletSignResponse, dl as WalletSignatureData, dk as WalletSignatureResponse, cs as ZKPOperator, d7 as ZKPRequest, d8 as ZKPRequestFromZKVerifier, cf as ZeroKnowledgeProofRequest, ci as ZeroKnowledgeProofResponse, ct as operatorDisplayMap, cn as parseIden3Message, co as parseSessionIdFromUrl } from '../../dist/identity-api.schema-8f4532a6.esm.js'; | ||
import 'zod'; | ||
import 'nanoid'; |
{ | ||
"name": "@nexeraid/identity-schemas", | ||
"version": "1.12.16-dev", | ||
"version": "1.12.17-dev", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
@@ -5,4 +5,4 @@ 'use strict'; | ||
var identityApi_schema = require('../../dist/identity-api.schema-dc9a849c.cjs.dev.js'); | ||
var frontendUtilities_schema = require('../../dist/frontend-utilities.schema-efc06daf.cjs.dev.js'); | ||
var identityApi_schema = require('../../dist/identity-api.schema-c28d229f.cjs.dev.js'); | ||
var frontendUtilities_schema = require('../../dist/frontend-utilities.schema-dfeb3391.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-63e650ec.cjs.prod.js'); | ||
var frontendUtilities_schema = require('../../dist/frontend-utilities.schema-6d0912b0.cjs.prod.js'); | ||
var identityApi_schema = require('../../dist/identity-api.schema-f4f93e24.cjs.prod.js'); | ||
var frontendUtilities_schema = require('../../dist/frontend-utilities.schema-5c7e4938.cjs.prod.js'); | ||
require('zod'); | ||
@@ -9,0 +9,0 @@ require('nanoid'); |
@@ -1,4 +0,4 @@ | ||
export { ak as Alpha2Country, dU as CredentialMediaType, dP as CredentialNames, dO as CredentialSchemas, dS as CredentialType, C as CredentialTypes, dN as GenericVerifiableCredentialSchema, dA as ID3CredentialSubjectSchema, dK as IDImageCredentialSubjectSchema, dJ as IDInformationCredentialSubjectSchema, dB as IDScanCredentialSubjectSchema, dC as IDScanPassportCredentialSubjectSchema, dD as IDScanSelfieCredentialSubjectSchema, ai as ISO3CountryCode, dQ as NexeraCredentialType, dI as OLD_AMLScreeningsResultsCredentialSubjectSchema, dE as OLD_IDImageCredentialSubjectSchema, dF as OLD_IDInformationCredentialSubjectSchema, dG as OLD_ProofOfResidenceCredentialSubjectSchema, dH as OLD_SelfieImageCredentialSubjectSchema, dM as ProofOfResidenceCredentialSubjectSchema, dL as SelfieImageCredentialSubjectSchema, dT as VerifiableCredential, al as countryISO3toISO2Mapping, dR as getCredentialName, an as isoCountriesNameFromISO2 } from '../../dist/identity-api.schema-bb419f4c.esm.js'; | ||
export { V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation } from '../../dist/frontend-utilities.schema-99db048a.esm.js'; | ||
export { ak as Alpha2Country, dZ as CredentialMediaType, dU as CredentialNames, dT as CredentialSchemas, dX as CredentialType, C as CredentialTypes, dS as GenericVerifiableCredentialSchema, dF as ID3CredentialSubjectSchema, dP as IDImageCredentialSubjectSchema, dO as IDInformationCredentialSubjectSchema, dG as IDScanCredentialSubjectSchema, dH as IDScanPassportCredentialSubjectSchema, dI as IDScanSelfieCredentialSubjectSchema, ai as ISO3CountryCode, dV as NexeraCredentialType, dN as OLD_AMLScreeningsResultsCredentialSubjectSchema, dJ as OLD_IDImageCredentialSubjectSchema, dK as OLD_IDInformationCredentialSubjectSchema, dL as OLD_ProofOfResidenceCredentialSubjectSchema, dM as OLD_SelfieImageCredentialSubjectSchema, dR as ProofOfResidenceCredentialSubjectSchema, dQ as SelfieImageCredentialSubjectSchema, dY as VerifiableCredential, al as countryISO3toISO2Mapping, dW as getCredentialName, an as isoCountriesNameFromISO2 } from '../../dist/identity-api.schema-8f4532a6.esm.js'; | ||
export { V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation } from '../../dist/frontend-utilities.schema-f6f3eea6.esm.js'; | ||
import 'zod'; | ||
import 'nanoid'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
2942998
50824