@nexeraid/identity-schemas
Advanced tools
Comparing version 1.12.7-development-1724249013201 to 1.12.8-dev
@@ -14,3 +14,3 @@ import { z } from "zod"; | ||
export declare const Identifier: z.ZodUnion<[z.ZodLiteral<"verification">, z.ZodLiteral<"management">]>; | ||
export declare const AdditionalUserInformationsParams: z.ZodObject<{ | ||
export declare const AdditionalUserInformationParams: z.ZodObject<{ | ||
email: z.ZodOptional<z.ZodString>; | ||
@@ -43,3 +43,3 @@ phone: z.ZodOptional<z.ZodString>; | ||
}>; | ||
export type AdditionalUserInformationsParams = z.infer<typeof AdditionalUserInformationsParams>; | ||
export type AdditionalUserInformationParams = z.infer<typeof AdditionalUserInformationParams>; | ||
export declare const IdentityWidgetAccessToken: z.ZodObject<{ | ||
@@ -157,6 +157,6 @@ 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 Fetch the additional user informations from the services instead of relying on this field | ||
* @deprecated Fetch the additional user information from the services instead of relying on this field | ||
* We only have this field in web2 mode because most of the services are relying on the blockchain address to be present in the JWT | ||
*/ | ||
deprecated_additionalUserInformations: z.ZodOptional<z.ZodObject<{ | ||
deprecated_additionalUserInformation: z.ZodOptional<z.ZodObject<{ | ||
email: z.ZodOptional<z.ZodString>; | ||
@@ -202,3 +202,3 @@ phone: z.ZodOptional<z.ZodString>; | ||
ipAddress?: string | undefined; | ||
deprecated_additionalUserInformations?: { | ||
deprecated_additionalUserInformation?: { | ||
email?: string | undefined; | ||
@@ -224,3 +224,3 @@ wallet?: { | ||
ipAddress?: string | undefined; | ||
deprecated_additionalUserInformations?: { | ||
deprecated_additionalUserInformation?: { | ||
email?: string | undefined; | ||
@@ -299,6 +299,6 @@ wallet?: { | ||
/** | ||
* @deprecated Fetch the additional user informations from the services instead of relying on this field | ||
* @deprecated Fetch the additional user information from the services instead of relying on this field | ||
* We only have this field in web2 mode because most of the services are relying on the blockchain address to be present in the JWT | ||
*/ | ||
deprecated_additionalUserInformations: z.ZodOptional<z.ZodObject<{ | ||
deprecated_additionalUserInformation: z.ZodOptional<z.ZodObject<{ | ||
email: z.ZodOptional<z.ZodString>; | ||
@@ -344,3 +344,3 @@ phone: z.ZodOptional<z.ZodString>; | ||
ipAddress?: string | undefined; | ||
deprecated_additionalUserInformations?: { | ||
deprecated_additionalUserInformation?: { | ||
email?: string | undefined; | ||
@@ -366,3 +366,3 @@ wallet?: { | ||
ipAddress?: string | undefined; | ||
deprecated_additionalUserInformations?: { | ||
deprecated_additionalUserInformation?: { | ||
email?: string | undefined; | ||
@@ -490,6 +490,6 @@ wallet?: { | ||
/** | ||
* @deprecated Fetch the additional user informations from the services instead of relying on this field | ||
* @deprecated Fetch the additional user information from the services instead of relying on this field | ||
* We only have this field in web2 mode because most of the services are relying on the blockchain address to be present in the JWT | ||
*/ | ||
deprecated_additionalUserInformations: z.ZodOptional<z.ZodObject<{ | ||
deprecated_additionalUserInformation: z.ZodOptional<z.ZodObject<{ | ||
email: z.ZodOptional<z.ZodString>; | ||
@@ -535,3 +535,3 @@ phone: z.ZodOptional<z.ZodString>; | ||
ipAddress?: string | undefined; | ||
deprecated_additionalUserInformations?: { | ||
deprecated_additionalUserInformation?: { | ||
email?: string | undefined; | ||
@@ -557,3 +557,3 @@ wallet?: { | ||
ipAddress?: string | undefined; | ||
deprecated_additionalUserInformations?: { | ||
deprecated_additionalUserInformation?: { | ||
email?: string | undefined; | ||
@@ -560,0 +560,0 @@ wallet?: { |
@@ -6,3 +6,3 @@ 'use strict'; | ||
var zod = require('zod'); | ||
var identityApi_schema = require('./identity-api.schema-5b06efc9.cjs.dev.js'); | ||
var identityApi_schema = require('./identity-api.schema-c0e6e89e.cjs.dev.js'); | ||
require('nanoid'); | ||
@@ -80,3 +80,3 @@ | ||
exports.AVAILABLE_FLOWS = identityApi_schema.AVAILABLE_FLOWS; | ||
exports.AdditionalUserInformationsParams = identityApi_schema.AdditionalUserInformationsParams; | ||
exports.AdditionalUserInformationParams = identityApi_schema.AdditionalUserInformationParams; | ||
exports.AddressSchema = identityApi_schema.AddressSchema; | ||
@@ -83,0 +83,0 @@ exports.AllCredentialAttributes = identityApi_schema.AllCredentialAttributes; |
@@ -6,3 +6,3 @@ 'use strict'; | ||
var zod = require('zod'); | ||
var identityApi_schema = require('./identity-api.schema-6a7b64cb.cjs.prod.js'); | ||
var identityApi_schema = require('./identity-api.schema-d228c39a.cjs.prod.js'); | ||
require('nanoid'); | ||
@@ -80,3 +80,3 @@ | ||
exports.AVAILABLE_FLOWS = identityApi_schema.AVAILABLE_FLOWS; | ||
exports.AdditionalUserInformationsParams = identityApi_schema.AdditionalUserInformationsParams; | ||
exports.AdditionalUserInformationParams = identityApi_schema.AdditionalUserInformationParams; | ||
exports.AddressSchema = identityApi_schema.AddressSchema; | ||
@@ -83,0 +83,0 @@ exports.AllCredentialAttributes = identityApi_schema.AllCredentialAttributes; |
import { z } from 'zod'; | ||
import { C as CredentialTypes } from './identity-api.schema-4513c541.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, ck as ARRAY_OPERATORS, bb as AVAILABLE_FLOWS, aJ as AdditionalUserInformationsParams, z as AddressSchema, cf as AllCredentialAttributes, cg as AllCredentialValues, cY as AllScenarioExecutionAuthorizationData, ak as Alpha2Country, au as AppId, I as AptosAddress, J as AptosSignature, cl as ArrayOperator, cb as AuthQrCodeData, bV as AuthSession, c6 as AuthorizationRequestMessage, c9 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, cq as BOOLEAN_OPERATORS, a2 as BlockchainAddress, B as BlockchainId, a5 as BlockchainNamespace, a3 as BlockchainSignature, cr as BooleanOperator, n as COSMOS_CHAIN_NAMES, o as COSMOS_CHAIN_NAMES_LIST, p as COSMOS_CHAIN_VALUES, a0 as CardanoAddress, a1 as CardanoSignature, av as ChallengeId, bj as ChallengeQueryOperator, bl as ChallengeQueryOperatorToOperator, bi as ChallengeQueryOperators, bm as ChallengeQuerySchema, bW as ChallengeResponse, aV as CloseScreenNotification, bE as ComplianceImplementationStepsInput, Q as CosmosAddress, r as CosmosChainId, R as CosmosSignature, cW as CreateAuthRequestProps, cF as CreateQueryConfigurationInput, cG as CreateQueryConfigurationResponse, cX as CreateZKProofRequestProps, ca as CredentialQrCodeData, cs as DATE_OPERATORS, a7 as DISPLAYED_LOCKCHAIN_NAMESPACES, bd as DataAvailableOnStart, ct as DateOperator, cJ as DeleteQueryConfigurationInput, cK 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, aO as ExternalClientId, ay as FLOW_TYPES, az as FlowType, G as FunctionCallData, bG as GetCredentialsRequest, bH as GetCredentialsResponse, cS as GetTezosTxAuthDataSignatureResponse, cP as GetTxAuthDataSignatureResponse, bP as GetTxAuthSigRequest, bR as GetTxAuthSigRequestTezos, bQ as GetTxAuthSigResponse, bS as GetTxAuthSigResponseTezos, b$ as HostMessage, bT as HostRequestMessage, bh as HostResponseMessage, aC as IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS, aE as IDENTITY_DOCUMENT_OPTIONS, cx as IDInformation, ai as ISO3CountryCode, aI as Identifier, b_ as IdentityAppMessage, aQ as IdentityAppV2Web2JWT, aP as IdentityAppV2Web3JWT, aD as IdentityDocumentCountryListOption, aF as IdentityDocumentOptionsType, ar as IdentityId, c0 as IdentityMessage, b5 as IdentityNotificationMessage, ba as IdentityRequestMessage, bU as IdentityResponseMessage, bY as IdentitySdkMessage, bZ 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, aW as KycCompletionData, aX as KycCompletionNotification, c3 as MediaType, c4 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, co as NUMERIC_OPERATORS, cE as NonParsedQueryConfiguration, cp as NumericOperator, br as OPAChallengeQuery, b3 as OcvSdkInitialized, aZ as OffChainScenarioExecutionData, cV as OffChainZKP, bt as OffChainZKPRuleResult, bs as OnChainRuleResult, a_ as OnChainScenarioExecutionData, c_ as OnChainZKP, c$ as OnChainZKPFromNexeraID, d1 as OnChainZKPPayload, d0 as OnChainZKPScenarioFromCms, bp as OpaChallengeQueryResponse, ch 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, cB 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, cZ as ProjectAuthorizationData, c7 as ProofData, y as PublicKey, cc as QrCodeLinkWithSchemaType, cy as QueryConfig, cA as QueryConfigSimplified, cC as QueryConfigSimplifiedParsed, cD as QueryConfiguration, cM as QueryCredentialType, cL as QueryCredentialTypes, cz as QueryType, c1 as RequiredDataRowSchema, c2 as RequiredVerificationData, bz as RuleEngineResponse, aY as RuleEngineScenarioExecutionData, bC as RuleResultStatus, bD as RuleResultStatusLabels, bB as RuleResultStatuses, d2 as SCENARIO_AUTHORIZATION_STATUSES, cm as STRING_OPERATORS, cu as SUPPORTED_TYPES, aT as ScenarioAuthorizationData, d3 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, Z as SpSignature, K as StarknetAddress, S as StarknetChainId, L as StarknetSignature, b4 as StartCompletedNotification, bM as StartFlowRequest, aq as StorageId, w as String0x, cn as StringOperator, cv as SupportedType, cw as SupportedTypes, aw as TestId, W as TezosAddress, T as TezosChainId, V as TezosContractAddress, X as TezosEntrypointName, U as TezosImplicitAddress, $ as TezosSignature, cQ as TezosTxAuthInput, cR as TezosTxSignatureResponse, b8 as TransactionData, bg as TransactionResponse, cN as TxAuthInput, D as TxHash, cO as TxSignatureResponse, cH as UpdateQueryConfigurationInput, cI as UpdateQueryConfigurationResponse, ae as UuidString, aB as VerificationMode, aA as VerificationModes, at as WalletId, bX as WalletSignResponse, d5 as WalletSignatureData, d4 as WalletSignatureResponse, aN as WorkflowId, aM as WorkspaceId, ci as ZKPOperator, cT as ZKPRequest, cU as ZKPRequestFromZKVerifier, c5 as ZeroKnowledgeProofRequest, c8 as ZeroKnowledgeProofResponse, af as ZodParse, ab as coerceBoolean, am as countryISO2toISO3Mapping, al as countryISO3toISO2Mapping, ap as createBrandedSchemaId, ax as generateId, v as isValidAddress, an as isoCountriesNameFromISO2, cj as operatorDisplayMap, ao as parseISO3CountryCode, cd as parseIden3Message, ce as parseSessionIdFromUrl, H as shortAddress, ag as shortBlockchainAddress } from './identity-api.schema-4513c541.esm.js'; | ||
import { C as CredentialTypes } from './identity-api.schema-0c864891.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, ck as ARRAY_OPERATORS, bb as AVAILABLE_FLOWS, aJ as AdditionalUserInformationParams, z as AddressSchema, cf as AllCredentialAttributes, cg as AllCredentialValues, cY as AllScenarioExecutionAuthorizationData, ak as Alpha2Country, au as AppId, I as AptosAddress, J as AptosSignature, cl as ArrayOperator, cb as AuthQrCodeData, bV as AuthSession, c6 as AuthorizationRequestMessage, c9 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, cq as BOOLEAN_OPERATORS, a2 as BlockchainAddress, B as BlockchainId, a5 as BlockchainNamespace, a3 as BlockchainSignature, cr as BooleanOperator, n as COSMOS_CHAIN_NAMES, o as COSMOS_CHAIN_NAMES_LIST, p as COSMOS_CHAIN_VALUES, a0 as CardanoAddress, a1 as CardanoSignature, av as ChallengeId, bj as ChallengeQueryOperator, bl as ChallengeQueryOperatorToOperator, bi as ChallengeQueryOperators, bm as ChallengeQuerySchema, bW as ChallengeResponse, aV as CloseScreenNotification, bE as ComplianceImplementationStepsInput, Q as CosmosAddress, r as CosmosChainId, R as CosmosSignature, cW as CreateAuthRequestProps, cF as CreateQueryConfigurationInput, cG as CreateQueryConfigurationResponse, cX as CreateZKProofRequestProps, ca as CredentialQrCodeData, cs as DATE_OPERATORS, a7 as DISPLAYED_LOCKCHAIN_NAMESPACES, bd as DataAvailableOnStart, ct as DateOperator, cJ as DeleteQueryConfigurationInput, cK 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, aO as ExternalClientId, ay as FLOW_TYPES, az as FlowType, G as FunctionCallData, bG as GetCredentialsRequest, bH as GetCredentialsResponse, cS as GetTezosTxAuthDataSignatureResponse, cP as GetTxAuthDataSignatureResponse, bP as GetTxAuthSigRequest, bR as GetTxAuthSigRequestTezos, bQ as GetTxAuthSigResponse, bS as GetTxAuthSigResponseTezos, b$ as HostMessage, bT as HostRequestMessage, bh as HostResponseMessage, aC as IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS, aE as IDENTITY_DOCUMENT_OPTIONS, cx as IDInformation, ai as ISO3CountryCode, aI as Identifier, b_ as IdentityAppMessage, aQ as IdentityAppV2Web2JWT, aP as IdentityAppV2Web3JWT, aD as IdentityDocumentCountryListOption, aF as IdentityDocumentOptionsType, ar as IdentityId, c0 as IdentityMessage, b5 as IdentityNotificationMessage, ba as IdentityRequestMessage, bU as IdentityResponseMessage, bY as IdentitySdkMessage, bZ 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, aW as KycCompletionData, aX as KycCompletionNotification, c3 as MediaType, c4 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, co as NUMERIC_OPERATORS, cE as NonParsedQueryConfiguration, cp as NumericOperator, br as OPAChallengeQuery, b3 as OcvSdkInitialized, aZ as OffChainScenarioExecutionData, cV as OffChainZKP, bt as OffChainZKPRuleResult, bs as OnChainRuleResult, a_ as OnChainScenarioExecutionData, c_ as OnChainZKP, c$ as OnChainZKPFromNexeraID, d1 as OnChainZKPPayload, d0 as OnChainZKPScenarioFromCms, bp as OpaChallengeQueryResponse, ch 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, cB 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, cZ as ProjectAuthorizationData, c7 as ProofData, y as PublicKey, cc as QrCodeLinkWithSchemaType, cy as QueryConfig, cA as QueryConfigSimplified, cC as QueryConfigSimplifiedParsed, cD as QueryConfiguration, cM as QueryCredentialType, cL as QueryCredentialTypes, cz as QueryType, c1 as RequiredDataRowSchema, c2 as RequiredVerificationData, bz as RuleEngineResponse, aY as RuleEngineScenarioExecutionData, bC as RuleResultStatus, bD as RuleResultStatusLabels, bB as RuleResultStatuses, d2 as SCENARIO_AUTHORIZATION_STATUSES, cm as STRING_OPERATORS, cu as SUPPORTED_TYPES, aT as ScenarioAuthorizationData, d3 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, Z as SpSignature, K as StarknetAddress, S as StarknetChainId, L as StarknetSignature, b4 as StartCompletedNotification, bM as StartFlowRequest, aq as StorageId, w as String0x, cn as StringOperator, cv as SupportedType, cw as SupportedTypes, aw as TestId, W as TezosAddress, T as TezosChainId, V as TezosContractAddress, X as TezosEntrypointName, U as TezosImplicitAddress, $ as TezosSignature, cQ as TezosTxAuthInput, cR as TezosTxSignatureResponse, b8 as TransactionData, bg as TransactionResponse, cN as TxAuthInput, D as TxHash, cO as TxSignatureResponse, cH as UpdateQueryConfigurationInput, cI as UpdateQueryConfigurationResponse, ae as UuidString, aB as VerificationMode, aA as VerificationModes, at as WalletId, bX as WalletSignResponse, d5 as WalletSignatureData, d4 as WalletSignatureResponse, aN as WorkflowId, aM as WorkspaceId, ci as ZKPOperator, cT as ZKPRequest, cU as ZKPRequestFromZKVerifier, c5 as ZeroKnowledgeProofRequest, c8 as ZeroKnowledgeProofResponse, af as ZodParse, ab as coerceBoolean, am as countryISO2toISO3Mapping, al as countryISO3toISO2Mapping, ap as createBrandedSchemaId, ax as generateId, v as isValidAddress, an as isoCountriesNameFromISO2, cj as operatorDisplayMap, ao as parseISO3CountryCode, cd as parseIden3Message, ce as parseSessionIdFromUrl, H as shortAddress, ag as shortBlockchainAddress } from './identity-api.schema-0c864891.esm.js'; | ||
import 'nanoid'; | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@nexeraid/identity-schemas", | ||
"version": "1.12.7", | ||
"version": "1.12.8", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
@@ -5,3 +5,3 @@ 'use strict'; | ||
var identityApi_schema = require('../../dist/identity-api.schema-5b06efc9.cjs.dev.js'); | ||
var identityApi_schema = require('../../dist/identity-api.schema-c0e6e89e.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-6a7b64cb.cjs.prod.js'); | ||
var identityApi_schema = require('../../dist/identity-api.schema-d228c39a.cjs.prod.js'); | ||
require('zod'); | ||
@@ -8,0 +8,0 @@ require('nanoid'); |
@@ -1,3 +0,3 @@ | ||
export { ck as ARRAY_OPERATORS, bb as AVAILABLE_FLOWS, cf as AllCredentialAttributes, cg as AllCredentialValues, cY as AllScenarioExecutionAuthorizationData, cl as ArrayOperator, cb as AuthQrCodeData, bV as AuthSession, c6 as AuthorizationRequestMessage, c9 as AuthorizationResponseMessage, bc as AvailableFlow, cq as BOOLEAN_OPERATORS, cr as BooleanOperator, bj as ChallengeQueryOperator, bl as ChallengeQueryOperatorToOperator, bi as ChallengeQueryOperators, bm as ChallengeQuerySchema, bW as ChallengeResponse, aV as CloseScreenNotification, bE as ComplianceImplementationStepsInput, cW as CreateAuthRequestProps, cF as CreateQueryConfigurationInput, cG as CreateQueryConfigurationResponse, cX as CreateZKProofRequestProps, ca as CredentialQrCodeData, cs as DATE_OPERATORS, bd as DataAvailableOnStart, ct as DateOperator, cJ as DeleteQueryConfigurationInput, cK as DeleteQueryConfigurationResponse, bo as ExecuteChallengeQueryConfig, bn as ExecuteChallengeQueryInput, bq as ExecuteChallengeQueryResponse, bG as GetCredentialsRequest, bH as GetCredentialsResponse, cS as GetTezosTxAuthDataSignatureResponse, cP as GetTxAuthDataSignatureResponse, bP as GetTxAuthSigRequest, bR as GetTxAuthSigRequestTezos, bQ as GetTxAuthSigResponse, bS as GetTxAuthSigResponseTezos, b$ as HostMessage, bT as HostRequestMessage, bh as HostResponseMessage, cx as IDInformation, b_ as IdentityAppMessage, c0 as IdentityMessage, b5 as IdentityNotificationMessage, ba as IdentityRequestMessage, bU as IdentityResponseMessage, bY as IdentitySdkMessage, bZ as IdentitySdkMessageWithIdentifier, b6 as InitialDataRequest, be as InitialDataResponse, b1 as IsVerifiedNotification, bN as IsVerifiedRequest, bO as IsVerifiedResponse, aW as KycCompletionData, aX as KycCompletionNotification, c3 as MediaType, c4 as MediaTypePID, co as NUMERIC_OPERATORS, cE as NonParsedQueryConfiguration, cp as NumericOperator, br as OPAChallengeQuery, b3 as OcvSdkInitialized, aZ as OffChainScenarioExecutionData, cV as OffChainZKP, bt as OffChainZKPRuleResult, bs as OnChainRuleResult, a_ as OnChainScenarioExecutionData, c_ as OnChainZKP, c$ as OnChainZKPFromNexeraID, d1 as OnChainZKPPayload, d0 as OnChainZKPScenarioFromCms, bp as OpaChallengeQueryResponse, ch as Operator, bk as OperatorToChallengeQueryOperator, cB as PartialQueryConfigSimplified, b2 as PolygonIdInitialized, bJ as PolygonIdRequest, bI as PolygonIdRequestData, bL as PolygonIdResponse, bK as PolygonIdResponseData, cZ as ProjectAuthorizationData, c7 as ProofData, cc as QrCodeLinkWithSchemaType, cy as QueryConfig, cA as QueryConfigSimplified, cC as QueryConfigSimplifiedParsed, cD as QueryConfiguration, cM as QueryCredentialType, cL as QueryCredentialTypes, cz as QueryType, c1 as RequiredDataRowSchema, c2 as RequiredVerificationData, bz as RuleEngineResponse, aY as RuleEngineScenarioExecutionData, bC as RuleResultStatus, bD as RuleResultStatusLabels, bB as RuleResultStatuses, d2 as SCENARIO_AUTHORIZATION_STATUSES, cm as STRING_OPERATORS, cu as SUPPORTED_TYPES, aT as ScenarioAuthorizationData, d3 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, cn as StringOperator, cv as SupportedType, cw as SupportedTypes, cQ as TezosTxAuthInput, cR as TezosTxSignatureResponse, b8 as TransactionData, bg as TransactionResponse, cN as TxAuthInput, cO as TxSignatureResponse, cH as UpdateQueryConfigurationInput, cI as UpdateQueryConfigurationResponse, bX as WalletSignResponse, d5 as WalletSignatureData, d4 as WalletSignatureResponse, ci as ZKPOperator, cT as ZKPRequest, cU as ZKPRequestFromZKVerifier, c5 as ZeroKnowledgeProofRequest, c8 as ZeroKnowledgeProofResponse, cj as operatorDisplayMap, cd as parseIden3Message, ce as parseSessionIdFromUrl } from '../../dist/identity-api.schema-4513c541.esm.js'; | ||
export { ck as ARRAY_OPERATORS, bb as AVAILABLE_FLOWS, cf as AllCredentialAttributes, cg as AllCredentialValues, cY as AllScenarioExecutionAuthorizationData, cl as ArrayOperator, cb as AuthQrCodeData, bV as AuthSession, c6 as AuthorizationRequestMessage, c9 as AuthorizationResponseMessage, bc as AvailableFlow, cq as BOOLEAN_OPERATORS, cr as BooleanOperator, bj as ChallengeQueryOperator, bl as ChallengeQueryOperatorToOperator, bi as ChallengeQueryOperators, bm as ChallengeQuerySchema, bW as ChallengeResponse, aV as CloseScreenNotification, bE as ComplianceImplementationStepsInput, cW as CreateAuthRequestProps, cF as CreateQueryConfigurationInput, cG as CreateQueryConfigurationResponse, cX as CreateZKProofRequestProps, ca as CredentialQrCodeData, cs as DATE_OPERATORS, bd as DataAvailableOnStart, ct as DateOperator, cJ as DeleteQueryConfigurationInput, cK as DeleteQueryConfigurationResponse, bo as ExecuteChallengeQueryConfig, bn as ExecuteChallengeQueryInput, bq as ExecuteChallengeQueryResponse, bG as GetCredentialsRequest, bH as GetCredentialsResponse, cS as GetTezosTxAuthDataSignatureResponse, cP as GetTxAuthDataSignatureResponse, bP as GetTxAuthSigRequest, bR as GetTxAuthSigRequestTezos, bQ as GetTxAuthSigResponse, bS as GetTxAuthSigResponseTezos, b$ as HostMessage, bT as HostRequestMessage, bh as HostResponseMessage, cx as IDInformation, b_ as IdentityAppMessage, c0 as IdentityMessage, b5 as IdentityNotificationMessage, ba as IdentityRequestMessage, bU as IdentityResponseMessage, bY as IdentitySdkMessage, bZ as IdentitySdkMessageWithIdentifier, b6 as InitialDataRequest, be as InitialDataResponse, b1 as IsVerifiedNotification, bN as IsVerifiedRequest, bO as IsVerifiedResponse, aW as KycCompletionData, aX as KycCompletionNotification, c3 as MediaType, c4 as MediaTypePID, co as NUMERIC_OPERATORS, cE as NonParsedQueryConfiguration, cp as NumericOperator, br as OPAChallengeQuery, b3 as OcvSdkInitialized, aZ as OffChainScenarioExecutionData, cV as OffChainZKP, bt as OffChainZKPRuleResult, bs as OnChainRuleResult, a_ as OnChainScenarioExecutionData, c_ as OnChainZKP, c$ as OnChainZKPFromNexeraID, d1 as OnChainZKPPayload, d0 as OnChainZKPScenarioFromCms, bp as OpaChallengeQueryResponse, ch as Operator, bk as OperatorToChallengeQueryOperator, cB as PartialQueryConfigSimplified, b2 as PolygonIdInitialized, bJ as PolygonIdRequest, bI as PolygonIdRequestData, bL as PolygonIdResponse, bK as PolygonIdResponseData, cZ as ProjectAuthorizationData, c7 as ProofData, cc as QrCodeLinkWithSchemaType, cy as QueryConfig, cA as QueryConfigSimplified, cC as QueryConfigSimplifiedParsed, cD as QueryConfiguration, cM as QueryCredentialType, cL as QueryCredentialTypes, cz as QueryType, c1 as RequiredDataRowSchema, c2 as RequiredVerificationData, bz as RuleEngineResponse, aY as RuleEngineScenarioExecutionData, bC as RuleResultStatus, bD as RuleResultStatusLabels, bB as RuleResultStatuses, d2 as SCENARIO_AUTHORIZATION_STATUSES, cm as STRING_OPERATORS, cu as SUPPORTED_TYPES, aT as ScenarioAuthorizationData, d3 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, cn as StringOperator, cv as SupportedType, cw as SupportedTypes, cQ as TezosTxAuthInput, cR as TezosTxSignatureResponse, b8 as TransactionData, bg as TransactionResponse, cN as TxAuthInput, cO as TxSignatureResponse, cH as UpdateQueryConfigurationInput, cI as UpdateQueryConfigurationResponse, bX as WalletSignResponse, d5 as WalletSignatureData, d4 as WalletSignatureResponse, ci as ZKPOperator, cT as ZKPRequest, cU as ZKPRequestFromZKVerifier, c5 as ZeroKnowledgeProofRequest, c8 as ZeroKnowledgeProofResponse, cj as operatorDisplayMap, cd as parseIden3Message, ce as parseSessionIdFromUrl } from '../../dist/identity-api.schema-0c864891.esm.js'; | ||
import 'zod'; | ||
import 'nanoid'; |
{ | ||
"name": "@nexeraid/identity-schemas", | ||
"version": "1.12.7-development-1724249013201", | ||
"version": "1.12.8-dev", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
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 too big to display
Sorry, the diff of this file is too big to display
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
2775940
47489