@nexeraid/identity-schemas 2.90.0-dev → 2.92.0-dev
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{CoinMarketCap.schema-ad7f766b.cjs.prod.cjs → CoinMarketCap.schema-218d0159.cjs.prod.cjs} +2 -2
- package/dist/{CoinMarketCap.schema-cfab0fd1.cjs.dev.cjs → CoinMarketCap.schema-8c155e0d.cjs.dev.cjs} +2 -2
- package/dist/{CoinMarketCap.schema-20cad571.esm.mjs → CoinMarketCap.schema-f941f584.esm.mjs} +2 -2
- package/dist/declarations/src/identity/app-requests.schema.d.ts +225 -0
- package/dist/declarations/src/identity/app-requests.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/identity-v2.schema.d.ts +53 -0
- package/dist/declarations/src/identity/identity-v2.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/kyc.schema.d.ts +159 -0
- package/dist/declarations/src/identity/kyc.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/query.schema.d.ts +187 -0
- package/dist/declarations/src/identity/query.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/scenario.schema.d.ts +370 -0
- package/dist/declarations/src/identity/scenario.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/zkps.schema.d.ts +109 -0
- package/dist/declarations/src/identity/zkps.schema.d.ts.map +1 -1
- package/dist/declarations/src/providers/customers.schema.d.ts +3 -3
- package/dist/declarations/src/providers/kyc-sessions.schema.d.ts +4 -4
- package/dist/declarations/src/providers/kyc-sessions.schema.d.ts.map +1 -1
- package/dist/declarations/src/vault/schemas/generated/KycSession.schema.json.d.ts +1 -0
- package/dist/declarations/src/vault/schemas/generated/KycSession.type.d.ts +1 -1
- package/dist/declarations/src/vault/schemas/generated/KycSession.type.d.ts.map +1 -1
- package/dist/declarations/src/vault/schemas/generated/Transaction.schema.json.d.ts +42 -22
- package/dist/declarations/src/vault/schemas/generated/Transaction.type.d.ts +5 -5
- package/dist/declarations/src/vault/schemas/generated/Transaction.type.d.ts.map +1 -1
- package/dist/declarations/src/vault/vault.schema.d.ts +13 -13
- package/dist/declarations/src/verifiable-credentials/general-vc-typing.schema.d.ts +3 -3
- package/dist/declarations/src/verifiable-credentials/generated/ProofOfResidenceCredentialSubjectSchema.d.ts +3 -3
- package/dist/declarations/src/verifiable-credentials/generated/ProofOfResidenceCredentialSubjectSchema.d.ts.map +1 -1
- package/dist/declarations/src/verifiable-credentials/generated-ts/IDInformationTfhe-credentialSubject.json.d.ts +0 -246
- package/dist/declarations/src/verifiable-credentials/generated-ts/IDInformationTfhe-credentialSubject.json.d.ts.map +1 -1
- package/dist/declarations/src/verifiable-credentials/index.d.ts +1 -1
- package/dist/declarations/src/verifiable-credentials/index.d.ts.map +1 -1
- package/dist/declarations/src/verifiable-credentials/vc_json_schema_map.d.ts +32 -32
- package/dist/declarations/src/verifiable-credentials/vcs.schema.d.ts +5 -5
- package/dist/{identity-api.schema-c6d12982.cjs.prod.cjs → identity-api.schema-49bb28b1.cjs.prod.cjs} +6 -1
- package/dist/{identity-api.schema-6abb6921.cjs.dev.cjs → identity-api.schema-631884b4.cjs.dev.cjs} +6 -1
- package/dist/{identity-api.schema-63ceffe7.esm.mjs → identity-api.schema-a5793eed.esm.mjs} +6 -1
- package/dist/nexeraid-identity-schemas.cjs.dev.cjs +4 -4
- package/dist/nexeraid-identity-schemas.cjs.prod.cjs +4 -4
- package/dist/nexeraid-identity-schemas.esm.mjs +4 -4
- package/dist/package.json +1 -1
- package/dist/{tfhe-utilities-25b1c53b.esm.mjs → tfhe-utilities-35852daa.esm.mjs} +36 -37
- package/dist/{tfhe-utilities-057d82b7.cjs.prod.cjs → tfhe-utilities-8f915faa.cjs.prod.cjs} +36 -37
- package/dist/{tfhe-utilities-ee36869f.cjs.dev.cjs → tfhe-utilities-9a012c74.cjs.dev.cjs} +36 -37
- package/dist/{vault.schema-c507b278.cjs.dev.cjs → vault.schema-4f041ed1.cjs.dev.cjs} +3 -2
- package/dist/{vault.schema-faff845c.cjs.prod.cjs → vault.schema-7f773af4.cjs.prod.cjs} +3 -2
- package/dist/{vault.schema-607626e2.esm.mjs → vault.schema-a0de2905.esm.mjs} +3 -2
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.cjs +2 -2
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.cjs +2 -2
- package/identity/dist/nexeraid-identity-schemas-identity.esm.mjs +2 -2
- package/package.json +1 -1
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.cjs +3 -3
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.cjs +3 -3
- package/providers/dist/nexeraid-identity-schemas-providers.esm.mjs +3 -3
- package/vault/dist/nexeraid-identity-schemas-vault.cjs.dev.cjs +1 -1
- package/vault/dist/nexeraid-identity-schemas-vault.cjs.prod.cjs +1 -1
- package/vault/dist/nexeraid-identity-schemas-vault.esm.mjs +1 -1
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.cjs +4 -4
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.cjs +4 -4
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.mjs +3 -3
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.cjs +3 -3
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +3 -3
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +3 -3
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var vault_schema = require('./vault.schema-
|
|
5
|
+
var vault_schema = require('./vault.schema-4f041ed1.cjs.dev.cjs');
|
|
6
6
|
var zod = require('zod');
|
|
7
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
8
|
-
var tfheUtilities = require('./tfhe-utilities-
|
|
7
|
+
var identityApi_schema = require('./identity-api.schema-631884b4.cjs.dev.cjs');
|
|
8
|
+
var tfheUtilities = require('./tfhe-utilities-9a012c74.cjs.dev.cjs');
|
|
9
9
|
require('nanoid');
|
|
10
10
|
require('decimal.js');
|
|
11
11
|
|
|
@@ -638,7 +638,7 @@ exports.oldCredentialPathToDataLink = identityApi_schema.oldCredentialPathToData
|
|
|
638
638
|
exports.operatorDisplayMap = identityApi_schema.operatorDisplayMap;
|
|
639
639
|
exports.parseIden3Message = identityApi_schema.parseIden3Message;
|
|
640
640
|
exports.parseSessionIdFromUrl = identityApi_schema.parseSessionIdFromUrl;
|
|
641
|
-
exports.IDInformationTfheCredentialSubjectCONFIG = tfheUtilities.
|
|
641
|
+
exports.IDInformationTfheCredentialSubjectCONFIG = tfheUtilities.schema;
|
|
642
642
|
exports.VC_JSON_SCHEMA_MAP = tfheUtilities.VC_JSON_SCHEMA_MAP;
|
|
643
643
|
exports.cleanObject = tfheUtilities.cleanObject;
|
|
644
644
|
exports.getAvailableFields = tfheUtilities.getAvailableFields;
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var vault_schema = require('./vault.schema-
|
|
5
|
+
var vault_schema = require('./vault.schema-7f773af4.cjs.prod.cjs');
|
|
6
6
|
var zod = require('zod');
|
|
7
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
8
|
-
var tfheUtilities = require('./tfhe-utilities-
|
|
7
|
+
var identityApi_schema = require('./identity-api.schema-49bb28b1.cjs.prod.cjs');
|
|
8
|
+
var tfheUtilities = require('./tfhe-utilities-8f915faa.cjs.prod.cjs');
|
|
9
9
|
require('nanoid');
|
|
10
10
|
require('decimal.js');
|
|
11
11
|
|
|
@@ -638,7 +638,7 @@ exports.oldCredentialPathToDataLink = identityApi_schema.oldCredentialPathToData
|
|
|
638
638
|
exports.operatorDisplayMap = identityApi_schema.operatorDisplayMap;
|
|
639
639
|
exports.parseIden3Message = identityApi_schema.parseIden3Message;
|
|
640
640
|
exports.parseSessionIdFromUrl = identityApi_schema.parseSessionIdFromUrl;
|
|
641
|
-
exports.IDInformationTfheCredentialSubjectCONFIG = tfheUtilities.
|
|
641
|
+
exports.IDInformationTfheCredentialSubjectCONFIG = tfheUtilities.schema;
|
|
642
642
|
exports.VC_JSON_SCHEMA_MAP = tfheUtilities.VC_JSON_SCHEMA_MAP;
|
|
643
643
|
exports.cleanObject = tfheUtilities.cleanObject;
|
|
644
644
|
exports.getAvailableFields = tfheUtilities.getAvailableFields;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export { U as ACTIVE_APTOS_CHAIN_IDS, K as ACTIVE_BITCOIN_CHAIN_IDS, a4 as ACTIVE_CARDANO_CHAIN_IDS, k as ACTIVE_COSMOS_CHAIN_IDS, A as ACTIVE_EVM_CHAIN_VALUES, _ as ACTIVE_POLKADOT_CHAIN_IDS, D as ACTIVE_SOLANA_CHAIN_IDS, q as ACTIVE_TEZOS_CHAIN_IDS, a$ as ALPHA_2_COUNTRIES, R as APTOS_CHAIN_IDS, O as APTOS_CHAIN_NAMES, Q as APTOS_CHAIN_NAMES_LIST, b_ as ActionId, bC as ActionPrefix, cH as AdditionalCustomerInformationParams, a9 as AddressSchema, cp as AiAgentId, bJ as AiAgentPrefix, co as AiDocumentId, bI as AiDocumentPrefix, cm as AiExecutionId, bG as AiExecutionPrefix, cn as AiExecutionStepId, bH as AiExecutionStepPrefix, cv as AiMessageId, bN as AiMessagePrefix, cq as AiStepId, bK as AiStepPrefix, b0 as Alpha2Country, dQ as AmlResults, bV as AppId, bd as AppPrefix, ac as AptosAddress, V as AptosChainId, aE as AptosSignature, J as BITCOIN_CHAIN_IDS, H as BITCOIN_CHAIN_NAMES, I as BITCOIN_CHAIN_NAMES_LIST, au as BLOCKCHAIN_NAMESPACES, aC as BLOCKCHAIN_NAMESPACE_TO_ADDRESS_URL, aB as BLOCKCHAIN_NAMESPACE_TO_NAME, aA as BLOCKCHAIN_NAME_TO_NAMESPACE, aq as BitcoinAddress, am as BitcoinBech32Address, L as BitcoinChainId, ak as BitcoinP2PKHAddress, al as BitcoinP2SHAddress, ap as BitcoinTestnetBech32Address, an as BitcoinTestnetP2PKHAddress, ao as BitcoinTestnetP2SHAddress, ar as BlockchainAddress, B as BlockchainId, av as BlockchainNamespace, aN as BlockchainSignature, a3 as CARDANO_CHAIN_IDS, a1 as CARDANO_CHAIN_NAMES, a2 as CARDANO_CHAIN_NAMES_LIST, j as COSMOS_CHAIN_IDS, C as COSMOS_CHAIN_NAMES, i as COSMOS_CHAIN_NAMES_LIST, aj as CardanoAddress, a5 as CardanoChainId, aM as CardanoSignature, bW as ChallengeId, be as ChallengePrefix, ct as ChatId, bL as ChatPrefix, af as CosmosAddress, l as CosmosChainId, aH as CosmosSignature, b3 as CountryName, aZ as CryptoCode, aY as CryptoCodes, aX as CurrencyCode, aW as CurrencyCodes, cL as CustomerId, bY as CustomerScreeningId, bg as CustomerScreeningPrefix, dM as DEFAULT_FIAT_CURRENCY, ay as DISPLAYED_BLOCKCHAIN_NAMESPACES, dV as DataLinkTypeZodSchema, dT as DataLinkVersionZodSchema, dR as DetectedDuplicates, az as DisplayedBlockchainNamespace, aD as EIP155Signature, aQ as ENVS, E as EVM_BLOCK_TIME, f as EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC, aI as EdSignature, bT as EmailId, bb as EmailPrefix, aR as EnvironmentSchema, g as EvmChainId, cM as ExternalCustomerId, cw as FLOW_TYPES, cx as FlowType, aO as FunctionCallData, e8 as GenericVaultDataLinkZodSchema, e7 as GenericVaultEmbeddedLinkZodSchema, e5 as GenericVaultPointerLinkZodSchema, e6 as GenericVaultSearchLinkZodSchema, d4 as GenericVerifiableCredentialSchema, at as HexadecimalSchema, dx as HumanReadableTransactionReviewStatus, dw as HumanReadableTransactionReviewStatuses, dz as HumanReadableTransactionStatusMapping, da as ID3CredentialSchema, cS as ID3CredentialSubjectSchema, cA as IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS, cC as IDENTITY_DOCUMENT_OPTIONS, d7 as IDImageCredentialSchema, d1 as IDImageCredentialSubjectSchema, d6 as IDInformationCredentialSchema, d0 as IDInformationCredentialSubjectSchema, d5 as IDInformationTfheCredentialSchema, c$ as IDInformationTfheCredentialSubjectSchema, db as IDScanCredentialSchema, cT as IDScanCredentialSubjectSchema, dc as IDScanPassportCredentialSchema, cU as IDScanPassportCredentialSubjectSchema, dd as IDScanSelfieCredentialSchema, cV as IDScanSelfieCredentialSubjectSchema, a_ as ISO3CountryCode, cG as Identifier, cO as IdentityAppV2Web2JWT, cN as IdentityAppV2Web3JWT, cB as IdentityDocumentCountryListOption, cD as IdentityDocumentOptionsType, bS as IdentityId, ba as IdentityPrefix, cP as IdentityWidgetAccessToken_NEW, cQ as IdentityWidgetSessionToken, cc as InstitutionExtractedInfosId, bw as InstitutionExtractedInfosPrefix, cb as InstitutionId, bv as InstitutionPrefix, aV as IpAddress, cf as ListId, bz as ListPrefix, cs as MemberId, cu as MessageId, bM as MessagePrefix, b$ as MetaAlertId, bj as MetaAlertPrefix, v as NEXERA_ACTIVE_STARKNET_CHAIN_IDS, M as NEXERA_APTOS_CHAINS, G as NEXERA_BITCOIN_CHAINS, a0 as NEXERA_CARDANO_CHAINS, h as NEXERA_COSMOS_CHAINS, a as NEXERA_EVM_CHAINS, d as NEXERA_EVM_CHAINS_ID, b as NEXERA_EVM_CHAIN_NAMES, c as NEXERA_EVM_CHAIN_NAMES_LIST, W as NEXERA_POLKADOT_CHAINS, w as NEXERA_SOLANA_CHAINS, s as NEXERA_STARKNET_CHAINS, u as NEXERA_STARKNET_CHAIN_IDS, t as NEXERA_STARKNET_CHAIN_NAMES, m as NEXERA_TEZOS_CHAINS, p as NEXERA_TEZOS_CHAIN_IDS, n as NEXERA_TEZOS_CHAIN_NAMES, o as NEXERA_TEZOS_CHAIN_NAMES_LIST, e as NexeraEvmChains, N as NonTestnetBlockchainId, di as OLD_AMLScreeningsResultsCredentialSchema, c_ as OLD_AMLScreeningsResultsCredentialSubjectSchema, de as OLD_IDImageCredentialSchema, cW as OLD_IDImageCredentialSubjectSchema, df as OLD_IDInformationCredentialSchema, cX as OLD_IDInformationCredentialSubjectSchema, dg as OLD_ProofOfResidenceCredentialSchema, cY as OLD_ProofOfResidenceCredentialSubjectSchema, dh as OLD_SelfieImageCredentialSchema, cZ as OLD_SelfieImageCredentialSubjectSchema, cI as OrganizationId, aT as OtpCode, aK as P2Signature, cE as PERSONAL_INFORMATION_FIELDS, Z as POLKADOT_CHAIN_IDS, X as POLKADOT_CHAIN_NAMES, Y as POLKADOT_CHAIN_NAMES_LIST, P as POLYGON_NETWORK_NAMES, aU as PUBLIC_SERVICES_SCHEMA_MAP, dH as PaymentType, dG as PaymentTypes, cF as PersonalInformationFieldsIdentityDocuments, ae as PolkadotAddress, $ as PolkadotChainId, aG as PolkadotSignature, r as PolygonNetworkNames, a7 as PrivateKey, d9 as ProofOfResidenceCredentialSchema, d3 as ProofOfResidenceCredentialSubjectSchema, a8 as PublicKey, ch as QueryGroupId, bB as QueryGroupPrefix, cg as QueryId, bA as QueryPrefix, z as SOLANA_CHAIN_IDS, x as SOLANA_CHAIN_NAMES, y as SOLANA_CHAIN_NAMES_LIST, aw as SUPPORTED_BLOCKCHAIN_NAMESPACES_FOR_SIGNATURE_AUTH, ce as ScenarioId, by as ScenarioPrefix, ci as ScorechainAnalysisId, bi as ScorechainAnalysisPrefix, b7 as ScorechainCountry, e9 as ScorechainEntityRecord, d8 as SelfieImageCredentialSchema, d2 as SelfieImageCredentialSubjectSchema, dW as Separator, F as SolanaChainId, aJ as SpSignature, cl as SsssChunkId, bF as SsssChunkPrefix, ck as SsssShareId, bE as SsssSharePrefix, ad as StarknetAddress, S as StarknetChainId, aF as StarknetSignature, bR as StorageId, b9 as StoragePrefix, as as String0x, ax as SupportedBlockchainNamespaceForSignatureAuth, dN as TRANSACTIONS_STATS_CURRENCIES, dj as TRANSACTION_CHARTS, dl as TRANSACTION_TABLE_COLUMNS, bZ as TagId, bh as TagPrefix, c0 as TagsToEntityId, bk as TagsToEntityPrefix, bX as TestId, bf as TestPrefix, ai as TezosAddress, T as TezosChainId, ah as TezosContractAddress, aP as TezosEntrypointName, ag as TezosImplicitAddress, aL as TezosSignature, c3 as TransactionActivityId, bn as TransactionActivityPrefix, c1 as TransactionAddressesId, bl as TransactionAddressesPrefix, cd as TransactionAmountId, bx as TransactionAmountPrefix, dL as TransactionAmountsFieldName, dK as TransactionAmountsFieldNames, dD as TransactionCurrencyCode, dC as TransactionCurrencyCodes, dP as TransactionDataEventObject, dB as TransactionDirection, dA as TransactionDirections, c8 as TransactionExtractedInfosId, bs as TransactionExtractedInfosPrefix, c4 as TransactionFeesId, bo as TransactionFeesPrefix, c2 as TransactionId, c7 as TransactionInfosId, br as TransactionInfosPrefix, ca as TransactionMethodExtractedInfosId, bu as TransactionMethodExtractedInfosPrefix, c9 as TransactionMethodsId, bt as TransactionMethodsPrefix, c6 as TransactionPartiesId, bq as TransactionPartiesPrefix, dJ as TransactionPartiesType, dI as TransactionPartiesTypes, bm as TransactionPrefix, dF as TransactionProvider, dE as TransactionProviders, c5 as TransactionReviewId, bp as TransactionReviewPrefix, dv as TransactionReviewStatus, du as TransactionReviewStatuses, dt as TransactionRiskLevel, ds as TransactionRiskLevels, dO as TransactionStatsCurrency, dy as TransactionStatusMapping, dm as TransactionTableColumn, dp as TransactionType, dr as TransactionTypeWithAll, dn as TransactionTypes, dq as TransactionTypesWithAll, dk as TransactionsChartType, aa as TxHash, aS as UuidString, d_ as VaultJsonSchemas, e4 as VaultMetadataLinkZodSchema, e2 as VaultPointerKeyMapZodSchema, e3 as VaultQueryMapZodSchema, e0 as VaultSchemaIdZodSchema, e1 as VaultSchemaPathsZodSchema, d$ as VaultZodSchema, cz as VerificationMode, cy as VerificationModes, bU as WalletId, bc as WalletPrefix, ea as WalletScreeningData, ec as WalletScreeningProvider, eb as WalletScreeningProviders, cR as Web2CreateSessionParams, cK as WorkflowId, cj as WorkflowSessionAttributeId, bD as WorkflowSessionAttributePrefix, bO as WorkflowSessionId, cJ as WorkspaceId, dU as allDataLinkTypes, dS as allDataLinkVersions, b2 as countryISO2toISO3Mapping, b1 as countryISO3toISO2Mapping, bP as createBrandedSchemaId, bQ as createBrandedSchemaIdWithParams, cr as generateId, dX as generateZodObjectPaths, a6 as isValidAddress, b4 as isoCountriesNameFromISO2, b5 as isoCountriesNameFromISO3, b6 as parseISO3CountryCode, dY as resolvePathOnDataSchema, dZ as resolvePathOnMapSchema, b8 as scorechainCountriesNameFromISO2, ab as shortBlockchainAddress } from './vault.schema-
|
|
1
|
+
export { U as ACTIVE_APTOS_CHAIN_IDS, K as ACTIVE_BITCOIN_CHAIN_IDS, a4 as ACTIVE_CARDANO_CHAIN_IDS, k as ACTIVE_COSMOS_CHAIN_IDS, A as ACTIVE_EVM_CHAIN_VALUES, _ as ACTIVE_POLKADOT_CHAIN_IDS, D as ACTIVE_SOLANA_CHAIN_IDS, q as ACTIVE_TEZOS_CHAIN_IDS, a$ as ALPHA_2_COUNTRIES, R as APTOS_CHAIN_IDS, O as APTOS_CHAIN_NAMES, Q as APTOS_CHAIN_NAMES_LIST, b_ as ActionId, bC as ActionPrefix, cH as AdditionalCustomerInformationParams, a9 as AddressSchema, cp as AiAgentId, bJ as AiAgentPrefix, co as AiDocumentId, bI as AiDocumentPrefix, cm as AiExecutionId, bG as AiExecutionPrefix, cn as AiExecutionStepId, bH as AiExecutionStepPrefix, cv as AiMessageId, bN as AiMessagePrefix, cq as AiStepId, bK as AiStepPrefix, b0 as Alpha2Country, dQ as AmlResults, bV as AppId, bd as AppPrefix, ac as AptosAddress, V as AptosChainId, aE as AptosSignature, J as BITCOIN_CHAIN_IDS, H as BITCOIN_CHAIN_NAMES, I as BITCOIN_CHAIN_NAMES_LIST, au as BLOCKCHAIN_NAMESPACES, aC as BLOCKCHAIN_NAMESPACE_TO_ADDRESS_URL, aB as BLOCKCHAIN_NAMESPACE_TO_NAME, aA as BLOCKCHAIN_NAME_TO_NAMESPACE, aq as BitcoinAddress, am as BitcoinBech32Address, L as BitcoinChainId, ak as BitcoinP2PKHAddress, al as BitcoinP2SHAddress, ap as BitcoinTestnetBech32Address, an as BitcoinTestnetP2PKHAddress, ao as BitcoinTestnetP2SHAddress, ar as BlockchainAddress, B as BlockchainId, av as BlockchainNamespace, aN as BlockchainSignature, a3 as CARDANO_CHAIN_IDS, a1 as CARDANO_CHAIN_NAMES, a2 as CARDANO_CHAIN_NAMES_LIST, j as COSMOS_CHAIN_IDS, C as COSMOS_CHAIN_NAMES, i as COSMOS_CHAIN_NAMES_LIST, aj as CardanoAddress, a5 as CardanoChainId, aM as CardanoSignature, bW as ChallengeId, be as ChallengePrefix, ct as ChatId, bL as ChatPrefix, af as CosmosAddress, l as CosmosChainId, aH as CosmosSignature, b3 as CountryName, aZ as CryptoCode, aY as CryptoCodes, aX as CurrencyCode, aW as CurrencyCodes, cL as CustomerId, bY as CustomerScreeningId, bg as CustomerScreeningPrefix, dM as DEFAULT_FIAT_CURRENCY, ay as DISPLAYED_BLOCKCHAIN_NAMESPACES, dV as DataLinkTypeZodSchema, dT as DataLinkVersionZodSchema, dR as DetectedDuplicates, az as DisplayedBlockchainNamespace, aD as EIP155Signature, aQ as ENVS, E as EVM_BLOCK_TIME, f as EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC, aI as EdSignature, bT as EmailId, bb as EmailPrefix, aR as EnvironmentSchema, g as EvmChainId, cM as ExternalCustomerId, cw as FLOW_TYPES, cx as FlowType, aO as FunctionCallData, e8 as GenericVaultDataLinkZodSchema, e7 as GenericVaultEmbeddedLinkZodSchema, e5 as GenericVaultPointerLinkZodSchema, e6 as GenericVaultSearchLinkZodSchema, d4 as GenericVerifiableCredentialSchema, at as HexadecimalSchema, dx as HumanReadableTransactionReviewStatus, dw as HumanReadableTransactionReviewStatuses, dz as HumanReadableTransactionStatusMapping, da as ID3CredentialSchema, cS as ID3CredentialSubjectSchema, cA as IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS, cC as IDENTITY_DOCUMENT_OPTIONS, d7 as IDImageCredentialSchema, d1 as IDImageCredentialSubjectSchema, d6 as IDInformationCredentialSchema, d0 as IDInformationCredentialSubjectSchema, d5 as IDInformationTfheCredentialSchema, c$ as IDInformationTfheCredentialSubjectSchema, db as IDScanCredentialSchema, cT as IDScanCredentialSubjectSchema, dc as IDScanPassportCredentialSchema, cU as IDScanPassportCredentialSubjectSchema, dd as IDScanSelfieCredentialSchema, cV as IDScanSelfieCredentialSubjectSchema, a_ as ISO3CountryCode, cG as Identifier, cO as IdentityAppV2Web2JWT, cN as IdentityAppV2Web3JWT, cB as IdentityDocumentCountryListOption, cD as IdentityDocumentOptionsType, bS as IdentityId, ba as IdentityPrefix, cP as IdentityWidgetAccessToken_NEW, cQ as IdentityWidgetSessionToken, cc as InstitutionExtractedInfosId, bw as InstitutionExtractedInfosPrefix, cb as InstitutionId, bv as InstitutionPrefix, aV as IpAddress, cf as ListId, bz as ListPrefix, cs as MemberId, cu as MessageId, bM as MessagePrefix, b$ as MetaAlertId, bj as MetaAlertPrefix, v as NEXERA_ACTIVE_STARKNET_CHAIN_IDS, M as NEXERA_APTOS_CHAINS, G as NEXERA_BITCOIN_CHAINS, a0 as NEXERA_CARDANO_CHAINS, h as NEXERA_COSMOS_CHAINS, a as NEXERA_EVM_CHAINS, d as NEXERA_EVM_CHAINS_ID, b as NEXERA_EVM_CHAIN_NAMES, c as NEXERA_EVM_CHAIN_NAMES_LIST, W as NEXERA_POLKADOT_CHAINS, w as NEXERA_SOLANA_CHAINS, s as NEXERA_STARKNET_CHAINS, u as NEXERA_STARKNET_CHAIN_IDS, t as NEXERA_STARKNET_CHAIN_NAMES, m as NEXERA_TEZOS_CHAINS, p as NEXERA_TEZOS_CHAIN_IDS, n as NEXERA_TEZOS_CHAIN_NAMES, o as NEXERA_TEZOS_CHAIN_NAMES_LIST, e as NexeraEvmChains, N as NonTestnetBlockchainId, di as OLD_AMLScreeningsResultsCredentialSchema, c_ as OLD_AMLScreeningsResultsCredentialSubjectSchema, de as OLD_IDImageCredentialSchema, cW as OLD_IDImageCredentialSubjectSchema, df as OLD_IDInformationCredentialSchema, cX as OLD_IDInformationCredentialSubjectSchema, dg as OLD_ProofOfResidenceCredentialSchema, cY as OLD_ProofOfResidenceCredentialSubjectSchema, dh as OLD_SelfieImageCredentialSchema, cZ as OLD_SelfieImageCredentialSubjectSchema, cI as OrganizationId, aT as OtpCode, aK as P2Signature, cE as PERSONAL_INFORMATION_FIELDS, Z as POLKADOT_CHAIN_IDS, X as POLKADOT_CHAIN_NAMES, Y as POLKADOT_CHAIN_NAMES_LIST, P as POLYGON_NETWORK_NAMES, aU as PUBLIC_SERVICES_SCHEMA_MAP, dH as PaymentType, dG as PaymentTypes, cF as PersonalInformationFieldsIdentityDocuments, ae as PolkadotAddress, $ as PolkadotChainId, aG as PolkadotSignature, r as PolygonNetworkNames, a7 as PrivateKey, d9 as ProofOfResidenceCredentialSchema, d3 as ProofOfResidenceCredentialSubjectSchema, a8 as PublicKey, ch as QueryGroupId, bB as QueryGroupPrefix, cg as QueryId, bA as QueryPrefix, z as SOLANA_CHAIN_IDS, x as SOLANA_CHAIN_NAMES, y as SOLANA_CHAIN_NAMES_LIST, aw as SUPPORTED_BLOCKCHAIN_NAMESPACES_FOR_SIGNATURE_AUTH, ce as ScenarioId, by as ScenarioPrefix, ci as ScorechainAnalysisId, bi as ScorechainAnalysisPrefix, b7 as ScorechainCountry, e9 as ScorechainEntityRecord, d8 as SelfieImageCredentialSchema, d2 as SelfieImageCredentialSubjectSchema, dW as Separator, F as SolanaChainId, aJ as SpSignature, cl as SsssChunkId, bF as SsssChunkPrefix, ck as SsssShareId, bE as SsssSharePrefix, ad as StarknetAddress, S as StarknetChainId, aF as StarknetSignature, bR as StorageId, b9 as StoragePrefix, as as String0x, ax as SupportedBlockchainNamespaceForSignatureAuth, dN as TRANSACTIONS_STATS_CURRENCIES, dj as TRANSACTION_CHARTS, dl as TRANSACTION_TABLE_COLUMNS, bZ as TagId, bh as TagPrefix, c0 as TagsToEntityId, bk as TagsToEntityPrefix, bX as TestId, bf as TestPrefix, ai as TezosAddress, T as TezosChainId, ah as TezosContractAddress, aP as TezosEntrypointName, ag as TezosImplicitAddress, aL as TezosSignature, c3 as TransactionActivityId, bn as TransactionActivityPrefix, c1 as TransactionAddressesId, bl as TransactionAddressesPrefix, cd as TransactionAmountId, bx as TransactionAmountPrefix, dL as TransactionAmountsFieldName, dK as TransactionAmountsFieldNames, dD as TransactionCurrencyCode, dC as TransactionCurrencyCodes, dP as TransactionDataEventObject, dB as TransactionDirection, dA as TransactionDirections, c8 as TransactionExtractedInfosId, bs as TransactionExtractedInfosPrefix, c4 as TransactionFeesId, bo as TransactionFeesPrefix, c2 as TransactionId, c7 as TransactionInfosId, br as TransactionInfosPrefix, ca as TransactionMethodExtractedInfosId, bu as TransactionMethodExtractedInfosPrefix, c9 as TransactionMethodsId, bt as TransactionMethodsPrefix, c6 as TransactionPartiesId, bq as TransactionPartiesPrefix, dJ as TransactionPartiesType, dI as TransactionPartiesTypes, bm as TransactionPrefix, dF as TransactionProvider, dE as TransactionProviders, c5 as TransactionReviewId, bp as TransactionReviewPrefix, dv as TransactionReviewStatus, du as TransactionReviewStatuses, dt as TransactionRiskLevel, ds as TransactionRiskLevels, dO as TransactionStatsCurrency, dy as TransactionStatusMapping, dm as TransactionTableColumn, dp as TransactionType, dr as TransactionTypeWithAll, dn as TransactionTypes, dq as TransactionTypesWithAll, dk as TransactionsChartType, aa as TxHash, aS as UuidString, d_ as VaultJsonSchemas, e4 as VaultMetadataLinkZodSchema, e2 as VaultPointerKeyMapZodSchema, e3 as VaultQueryMapZodSchema, e0 as VaultSchemaIdZodSchema, e1 as VaultSchemaPathsZodSchema, d$ as VaultZodSchema, cz as VerificationMode, cy as VerificationModes, bU as WalletId, bc as WalletPrefix, ea as WalletScreeningData, ec as WalletScreeningProvider, eb as WalletScreeningProviders, cR as Web2CreateSessionParams, cK as WorkflowId, cj as WorkflowSessionAttributeId, bD as WorkflowSessionAttributePrefix, bO as WorkflowSessionId, cJ as WorkspaceId, dU as allDataLinkTypes, dS as allDataLinkVersions, b2 as countryISO2toISO3Mapping, b1 as countryISO3toISO2Mapping, bP as createBrandedSchemaId, bQ as createBrandedSchemaIdWithParams, cr as generateId, dX as generateZodObjectPaths, a6 as isValidAddress, b4 as isoCountriesNameFromISO2, b5 as isoCountriesNameFromISO3, b6 as parseISO3CountryCode, dY as resolvePathOnDataSchema, dZ as resolvePathOnMapSchema, b8 as scorechainCountriesNameFromISO2, ab as shortBlockchainAddress } from './vault.schema-a0de2905.esm.mjs';
|
|
2
2
|
import { z } from 'zod';
|
|
3
|
-
import { C as CredentialTypes } from './identity-api.schema-
|
|
4
|
-
export { Z as ACTION_STATUSES, X as ACTION_TRIGGERS, bk as ARRAY_OPERATORS, b2 as AUTHORIZATION_REQUEST_MESSAGE_TYPES, H as AVAILABLE_FLOWS, an as AbbreviatedWorkflowScenario, al as Action, _ as ActionStatus, Y as ActionTrigger, W as ActionType, $ as ActionValue, by as AllCredentialValues, cc as AllScenarioExecutionAuthorizationData, c4 as AnyTxAuthDataSignatureResponse, c7 as AnyTxAuthInputJsSdk, bZ as ApiTezosTxAuthInput, bV as ApiTxAuthInput, bl as ArrayOperator, ba as AuthQrCodeData, aI as AuthSession, aJ as AuthSessionData, b5 as AuthorizationRequestMessage, b4 as AuthorizationRequestMessageType, b3 as AuthorizationRequestMessageTypes, b8 as AuthorizationResponseMessage, J as AvailableFlow, bq as BOOLEAN_OPERATORS, a8 as BackwardsCompatibleScenarioType, a7 as BackwardsCompatibleScenarioTypes, a9 as BaseQueryResponse, B as BasicCustomerContactInformation, br as BooleanOperator, a$ as CIRCUIT_IDS, k as CUSTOMERS_CHARTS, o as CUSTOMER_AUTOMATION_REASONS, m as CUSTOMER_TABLE_COLUMNS, bJ as ChallengeQuerySchema, aK as ChallengeResponse, b0 as CircuitId, r as CloseScreenNotification, aq as ComplianceImplementationStepsInput, cb as CreateAuthRequestProps, ap as CreateTemplateScenario, cn as CredentialMediaType, ci as CredentialNames, b9 as CredentialQrCodeData, ch as CredentialSchemas, cl as CredentialType, C as CredentialTypes, h as CustomerOnboardingLevel, g as CustomerOnboardingLevels, p as CustomerPersonalInformation, j as CustomerStatus, i as CustomerStatuses, n as CustomerTableColumn, c as CustomerType, b as CustomerTypes, l as CustomersChartType, bs as DATE_OPERATORS, L as DataAvailableOnStart, bt as DateOperator, c5 as Eip155TxAuthInputJsSdk, ab as ExecuteQueryResponse, c3 as ExtendedTezosTxAuthDataSignatureResponse, c1 as ExtendedTezosTxAuthInput, c2 as ExtendedTxAuthDataSignatureResponse, c0 as ExtendedTxAuthInput, aH as GenerateWalletChallengeRequest, as as GetCredentialsRequest, at as GetCredentialsResponse, aN as GetCustomerStatusRequest, aS as GetCustomerStatusResponse, b$ as GetTezosTxAuthDataSignatureResponse, bX as GetTxAuthDataSignatureResponse, aB as GetTxAuthSigRequest, aD as GetTxAuthSigRequestTezos, aC as GetTxAuthSigResponse, aE as GetTxAuthSigResponseTezos, aV as HostMessage, aF as HostRequestMessage, U as HostResponseMessage, bx as IDInformationTfhe, aT as IdentityAppMessage, aW as IdentityMessage, A as IdentityNotificationMessage, G as IdentityRequestMessage, aG as IdentityResponseMessage, aO as IdentitySdkMessage, aP as IdentitySdkMessageWithIdentifier, aU as IdentityWallet, D as InitialDataRequest, M as InitialDataResponse, I as IsVerifiedNotification, az as IsVerifiedRequest, aA as IsVerifiedResponse, f as KybOnboardingLevel, e as KybOnboardingLevels, s as KycCompletionData, t as KycCompletionNotification, d as KycOnboardingLevel, K as KycOnboardingLevels, aZ as MediaType, a_ as MediaTypePID, bo as NUMERIC_OPERATORS, cj as NexeraCredentialType, bp as NumericOperator, bK as OLD_CHALLENGE_QUERY_OPERATORS, bL as OLD_ChallengeQueryOperator, bO as OLD_ChallengeQueryOperatorToOperator, bG as OLD_ChallengeQuerySchema, bQ as OLD_QueryCredentialType, bP as OLD_QueryCredentialTypes, bg as OPERATORS, y as OcvSdkInitialized, O as OffChainScenarioExecutionData, aa as OffChainZKPRuleResult, v as OnChainScenarioExecutionData, bh as Operator, bM as OperatorMappings, bN as OperatorToOLD_ChallengeQueryOperator, bF as PartialQueryConfigSimplified, P as PolygonIdInitialized, av as PolygonIdRequest, au as PolygonIdRequestData, ax as PolygonIdResponse, aw as PolygonIdResponseData, ca as PrivacyPreservingMonitoring, b6 as ProofData, be as QUERY_LOGIC_OPERATOR, bb as QrCodeLinkWithSchemaType, bz as QueriesOptions, bC as QueryConfigSimplified, bB as QueryConfigTfhe, bI as QueryCredentialType, bH as QueryCredentialTypes, bD as QueryGroupConfigSimplified, bf as QueryLogicOperator, bA as QueryType, aX as RequiredDataRowSchema, aY as RequiredVerificationData, a as RiskScoreType, R as RiskScoreTypes, ac as RuleEngineResponse, u as RuleEngineScenarioExecutionData, bE as RuleResultQueryConfig, af as RuleResultStatus, ag as RuleResultStatusLabels, ae as RuleResultStatuses, V as SCENARIO_ACTION_TYPES, cd as SCENARIO_AUTHORIZATION_STATUSES, bm as STRING_OPERATORS, bu as SUPPORTED_TYPES, am as Scenario, S as ScenarioAuthorizationData, ce as ScenarioAuthorizationStatus, w as ScenarioExecutionData, x as ScenarioExecutionNotification, ad as ScenarioExecutionResponse, a3 as ScenarioMode, a2 as ScenarioModes, a6 as ScenarioSchema, a5 as ScenarioStatus, a4 as ScenarioStatuses, a1 as ScenarioType, a0 as ScenarioTypes, ah as SdkVerificationOutput, q as SdkVerificationResponseSchema, F as SendTransactionRequest, E as SignatureRequest, N as SignatureResponse, ar as SimplifiedCredential, z as StartCompletedNotification, ay as StartFlowRequest, bn as StringOperator, bv as SupportedType, bw as SupportedTypes, ao as TemplateScenario, bY as TezosTxAuthInput, c6 as TezosTxAuthInputJsSdk, b_ as TezosTxSignatureResponse, T as TransactionData, Q as TransactionResponse, aR as TxAuthDataSignatureGatingError, aM as TxAuthDataSignatureGatingRequest, aQ as TxAuthDataSignatureResponse, bU as TxAuthInput, bW as TxSignatureResponse, cm as VerifiableCredential, ak as VerificationOutput, aj as VerificationSessionStatus, ai as VerificationSessionStatuses, cg as VerifyWalletChallengeRequest, aL as WalletSignResponse, cf as WalletSignatureResponse, bi as ZKPOperator, c8 as ZKPRequest, c9 as ZKPRequestFromZKVerifier, b1 as ZeroKnowledgeProofRequest, b7 as ZeroKnowledgeProofResponse, ck as getCredentialName, bS as getOldCredentialPath, bR as getOldCredentialType, bT as oldCredentialPathToDataLink, bj as operatorDisplayMap, bc as parseIden3Message, bd as parseSessionIdFromUrl } from './identity-api.schema-
|
|
5
|
-
export {
|
|
3
|
+
import { C as CredentialTypes } from './identity-api.schema-a5793eed.esm.mjs';
|
|
4
|
+
export { Z as ACTION_STATUSES, X as ACTION_TRIGGERS, bk as ARRAY_OPERATORS, b2 as AUTHORIZATION_REQUEST_MESSAGE_TYPES, H as AVAILABLE_FLOWS, an as AbbreviatedWorkflowScenario, al as Action, _ as ActionStatus, Y as ActionTrigger, W as ActionType, $ as ActionValue, by as AllCredentialValues, cc as AllScenarioExecutionAuthorizationData, c4 as AnyTxAuthDataSignatureResponse, c7 as AnyTxAuthInputJsSdk, bZ as ApiTezosTxAuthInput, bV as ApiTxAuthInput, bl as ArrayOperator, ba as AuthQrCodeData, aI as AuthSession, aJ as AuthSessionData, b5 as AuthorizationRequestMessage, b4 as AuthorizationRequestMessageType, b3 as AuthorizationRequestMessageTypes, b8 as AuthorizationResponseMessage, J as AvailableFlow, bq as BOOLEAN_OPERATORS, a8 as BackwardsCompatibleScenarioType, a7 as BackwardsCompatibleScenarioTypes, a9 as BaseQueryResponse, B as BasicCustomerContactInformation, br as BooleanOperator, a$ as CIRCUIT_IDS, k as CUSTOMERS_CHARTS, o as CUSTOMER_AUTOMATION_REASONS, m as CUSTOMER_TABLE_COLUMNS, bJ as ChallengeQuerySchema, aK as ChallengeResponse, b0 as CircuitId, r as CloseScreenNotification, aq as ComplianceImplementationStepsInput, cb as CreateAuthRequestProps, ap as CreateTemplateScenario, cn as CredentialMediaType, ci as CredentialNames, b9 as CredentialQrCodeData, ch as CredentialSchemas, cl as CredentialType, C as CredentialTypes, h as CustomerOnboardingLevel, g as CustomerOnboardingLevels, p as CustomerPersonalInformation, j as CustomerStatus, i as CustomerStatuses, n as CustomerTableColumn, c as CustomerType, b as CustomerTypes, l as CustomersChartType, bs as DATE_OPERATORS, L as DataAvailableOnStart, bt as DateOperator, c5 as Eip155TxAuthInputJsSdk, ab as ExecuteQueryResponse, c3 as ExtendedTezosTxAuthDataSignatureResponse, c1 as ExtendedTezosTxAuthInput, c2 as ExtendedTxAuthDataSignatureResponse, c0 as ExtendedTxAuthInput, aH as GenerateWalletChallengeRequest, as as GetCredentialsRequest, at as GetCredentialsResponse, aN as GetCustomerStatusRequest, aS as GetCustomerStatusResponse, b$ as GetTezosTxAuthDataSignatureResponse, bX as GetTxAuthDataSignatureResponse, aB as GetTxAuthSigRequest, aD as GetTxAuthSigRequestTezos, aC as GetTxAuthSigResponse, aE as GetTxAuthSigResponseTezos, aV as HostMessage, aF as HostRequestMessage, U as HostResponseMessage, bx as IDInformationTfhe, aT as IdentityAppMessage, aW as IdentityMessage, A as IdentityNotificationMessage, G as IdentityRequestMessage, aG as IdentityResponseMessage, aO as IdentitySdkMessage, aP as IdentitySdkMessageWithIdentifier, aU as IdentityWallet, D as InitialDataRequest, M as InitialDataResponse, I as IsVerifiedNotification, az as IsVerifiedRequest, aA as IsVerifiedResponse, f as KybOnboardingLevel, e as KybOnboardingLevels, s as KycCompletionData, t as KycCompletionNotification, d as KycOnboardingLevel, K as KycOnboardingLevels, aZ as MediaType, a_ as MediaTypePID, bo as NUMERIC_OPERATORS, cj as NexeraCredentialType, bp as NumericOperator, bK as OLD_CHALLENGE_QUERY_OPERATORS, bL as OLD_ChallengeQueryOperator, bO as OLD_ChallengeQueryOperatorToOperator, bG as OLD_ChallengeQuerySchema, bQ as OLD_QueryCredentialType, bP as OLD_QueryCredentialTypes, bg as OPERATORS, y as OcvSdkInitialized, O as OffChainScenarioExecutionData, aa as OffChainZKPRuleResult, v as OnChainScenarioExecutionData, bh as Operator, bM as OperatorMappings, bN as OperatorToOLD_ChallengeQueryOperator, bF as PartialQueryConfigSimplified, P as PolygonIdInitialized, av as PolygonIdRequest, au as PolygonIdRequestData, ax as PolygonIdResponse, aw as PolygonIdResponseData, ca as PrivacyPreservingMonitoring, b6 as ProofData, be as QUERY_LOGIC_OPERATOR, bb as QrCodeLinkWithSchemaType, bz as QueriesOptions, bC as QueryConfigSimplified, bB as QueryConfigTfhe, bI as QueryCredentialType, bH as QueryCredentialTypes, bD as QueryGroupConfigSimplified, bf as QueryLogicOperator, bA as QueryType, aX as RequiredDataRowSchema, aY as RequiredVerificationData, a as RiskScoreType, R as RiskScoreTypes, ac as RuleEngineResponse, u as RuleEngineScenarioExecutionData, bE as RuleResultQueryConfig, af as RuleResultStatus, ag as RuleResultStatusLabels, ae as RuleResultStatuses, V as SCENARIO_ACTION_TYPES, cd as SCENARIO_AUTHORIZATION_STATUSES, bm as STRING_OPERATORS, bu as SUPPORTED_TYPES, am as Scenario, S as ScenarioAuthorizationData, ce as ScenarioAuthorizationStatus, w as ScenarioExecutionData, x as ScenarioExecutionNotification, ad as ScenarioExecutionResponse, a3 as ScenarioMode, a2 as ScenarioModes, a6 as ScenarioSchema, a5 as ScenarioStatus, a4 as ScenarioStatuses, a1 as ScenarioType, a0 as ScenarioTypes, ah as SdkVerificationOutput, q as SdkVerificationResponseSchema, F as SendTransactionRequest, E as SignatureRequest, N as SignatureResponse, ar as SimplifiedCredential, z as StartCompletedNotification, ay as StartFlowRequest, bn as StringOperator, bv as SupportedType, bw as SupportedTypes, ao as TemplateScenario, bY as TezosTxAuthInput, c6 as TezosTxAuthInputJsSdk, b_ as TezosTxSignatureResponse, T as TransactionData, Q as TransactionResponse, aR as TxAuthDataSignatureGatingError, aM as TxAuthDataSignatureGatingRequest, aQ as TxAuthDataSignatureResponse, bU as TxAuthInput, bW as TxSignatureResponse, cm as VerifiableCredential, ak as VerificationOutput, aj as VerificationSessionStatus, ai as VerificationSessionStatuses, cg as VerifyWalletChallengeRequest, aL as WalletSignResponse, cf as WalletSignatureResponse, bi as ZKPOperator, c8 as ZKPRequest, c9 as ZKPRequestFromZKVerifier, b1 as ZeroKnowledgeProofRequest, b7 as ZeroKnowledgeProofResponse, ck as getCredentialName, bS as getOldCredentialPath, bR as getOldCredentialType, bT as oldCredentialPathToDataLink, bj as operatorDisplayMap, bc as parseIden3Message, bd as parseSessionIdFromUrl } from './identity-api.schema-a5793eed.esm.mjs';
|
|
5
|
+
export { s as IDInformationTfheCredentialSubjectCONFIG, V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation, b as getFieldConfig } from './tfhe-utilities-35852daa.esm.mjs';
|
|
6
6
|
import 'nanoid';
|
|
7
7
|
import 'decimal.js';
|
|
8
8
|
|
package/dist/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { ee as _toConsumableArray } from './vault.schema-
|
|
2
|
-
import { bv as SupportedType, bo as NUMERIC_OPERATORS, bk as ARRAY_OPERATORS, bq as BOOLEAN_OPERATORS, bm as STRING_OPERATORS } from './identity-api.schema-
|
|
1
|
+
import { ee as _toConsumableArray } from './vault.schema-a0de2905.esm.mjs';
|
|
2
|
+
import { bv as SupportedType, bo as NUMERIC_OPERATORS, bk as ARRAY_OPERATORS, bq as BOOLEAN_OPERATORS, bm as STRING_OPERATORS } from './identity-api.schema-a5793eed.esm.mjs';
|
|
3
3
|
|
|
4
4
|
var VC_JSON_SCHEMA_MAP = {
|
|
5
5
|
ProofOfResidence: {
|
|
6
|
-
prod: "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
7
|
-
stage: "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
8
|
-
dev: "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
9
|
-
local: "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
10
|
-
"test-dev-1": "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
11
|
-
"test-dev-2": "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
12
|
-
"test-dev-3": "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
13
|
-
"test-dev-4": "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
6
|
+
prod: "https://quicknode.quicknode-ipfs.com/ipfs/QmY6jPN4gAGfgfwGHMswDniKCv22DHzNtqCmPUyV5iVWxW",
|
|
7
|
+
stage: "https://quicknode.quicknode-ipfs.com/ipfs/QmY6jPN4gAGfgfwGHMswDniKCv22DHzNtqCmPUyV5iVWxW",
|
|
8
|
+
dev: "https://quicknode.quicknode-ipfs.com/ipfs/QmY6jPN4gAGfgfwGHMswDniKCv22DHzNtqCmPUyV5iVWxW",
|
|
9
|
+
local: "https://quicknode.quicknode-ipfs.com/ipfs/QmY6jPN4gAGfgfwGHMswDniKCv22DHzNtqCmPUyV5iVWxW",
|
|
10
|
+
"test-dev-1": "https://quicknode.quicknode-ipfs.com/ipfs/QmY6jPN4gAGfgfwGHMswDniKCv22DHzNtqCmPUyV5iVWxW",
|
|
11
|
+
"test-dev-2": "https://quicknode.quicknode-ipfs.com/ipfs/QmY6jPN4gAGfgfwGHMswDniKCv22DHzNtqCmPUyV5iVWxW",
|
|
12
|
+
"test-dev-3": "https://quicknode.quicknode-ipfs.com/ipfs/QmY6jPN4gAGfgfwGHMswDniKCv22DHzNtqCmPUyV5iVWxW",
|
|
13
|
+
"test-dev-4": "https://quicknode.quicknode-ipfs.com/ipfs/QmY6jPN4gAGfgfwGHMswDniKCv22DHzNtqCmPUyV5iVWxW"
|
|
14
14
|
},
|
|
15
15
|
ProofOfResidence_LD: {
|
|
16
16
|
prod: "https://quicknode.quicknode-ipfs.com/ipfs/QmWEa2nNHLP3bsFYDGZbpLuM42J8krpEhjsuDkT4Q19VWf",
|
|
@@ -23,14 +23,14 @@ var VC_JSON_SCHEMA_MAP = {
|
|
|
23
23
|
"test-dev-4": "https://quicknode.quicknode-ipfs.com/ipfs/QmWEa2nNHLP3bsFYDGZbpLuM42J8krpEhjsuDkT4Q19VWf"
|
|
24
24
|
},
|
|
25
25
|
IDInformation: {
|
|
26
|
-
prod: "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
27
|
-
stage: "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
28
|
-
dev: "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
29
|
-
local: "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
30
|
-
"test-dev-1": "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
31
|
-
"test-dev-2": "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
32
|
-
"test-dev-3": "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
33
|
-
"test-dev-4": "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
26
|
+
prod: "https://quicknode.quicknode-ipfs.com/ipfs/QmWwWLVAPaTCp8hUwsv5uBvr7fh7GNyet33ZEfp2Ru9sGX",
|
|
27
|
+
stage: "https://quicknode.quicknode-ipfs.com/ipfs/QmWwWLVAPaTCp8hUwsv5uBvr7fh7GNyet33ZEfp2Ru9sGX",
|
|
28
|
+
dev: "https://quicknode.quicknode-ipfs.com/ipfs/QmWwWLVAPaTCp8hUwsv5uBvr7fh7GNyet33ZEfp2Ru9sGX",
|
|
29
|
+
local: "https://quicknode.quicknode-ipfs.com/ipfs/QmWwWLVAPaTCp8hUwsv5uBvr7fh7GNyet33ZEfp2Ru9sGX",
|
|
30
|
+
"test-dev-1": "https://quicknode.quicknode-ipfs.com/ipfs/QmWwWLVAPaTCp8hUwsv5uBvr7fh7GNyet33ZEfp2Ru9sGX",
|
|
31
|
+
"test-dev-2": "https://quicknode.quicknode-ipfs.com/ipfs/QmWwWLVAPaTCp8hUwsv5uBvr7fh7GNyet33ZEfp2Ru9sGX",
|
|
32
|
+
"test-dev-3": "https://quicknode.quicknode-ipfs.com/ipfs/QmWwWLVAPaTCp8hUwsv5uBvr7fh7GNyet33ZEfp2Ru9sGX",
|
|
33
|
+
"test-dev-4": "https://quicknode.quicknode-ipfs.com/ipfs/QmWwWLVAPaTCp8hUwsv5uBvr7fh7GNyet33ZEfp2Ru9sGX"
|
|
34
34
|
},
|
|
35
35
|
AMLScreeningsResults: {
|
|
36
36
|
prod: "https://quicknode.quicknode-ipfs.com/ipfs/QmacioN1D6w8Pz1vzYKZotMESuNKu9kq5K3XWGA4SRrPyx",
|
|
@@ -39,24 +39,24 @@ var VC_JSON_SCHEMA_MAP = {
|
|
|
39
39
|
local: "https://quicknode.quicknode-ipfs.com/ipfs/QmacioN1D6w8Pz1vzYKZotMESuNKu9kq5K3XWGA4SRrPyx"
|
|
40
40
|
},
|
|
41
41
|
IDImage: {
|
|
42
|
-
prod: "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
43
|
-
stage: "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
44
|
-
dev: "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
45
|
-
local: "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
46
|
-
"test-dev-1": "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
47
|
-
"test-dev-2": "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
48
|
-
"test-dev-3": "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
49
|
-
"test-dev-4": "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
42
|
+
prod: "https://quicknode.quicknode-ipfs.com/ipfs/QmSwymEMjxs5vtsE4BqLLK6at6V4ajHNystQshvMppxMBm",
|
|
43
|
+
stage: "https://quicknode.quicknode-ipfs.com/ipfs/QmSwymEMjxs5vtsE4BqLLK6at6V4ajHNystQshvMppxMBm",
|
|
44
|
+
dev: "https://quicknode.quicknode-ipfs.com/ipfs/QmSwymEMjxs5vtsE4BqLLK6at6V4ajHNystQshvMppxMBm",
|
|
45
|
+
local: "https://quicknode.quicknode-ipfs.com/ipfs/QmSwymEMjxs5vtsE4BqLLK6at6V4ajHNystQshvMppxMBm",
|
|
46
|
+
"test-dev-1": "https://quicknode.quicknode-ipfs.com/ipfs/QmSwymEMjxs5vtsE4BqLLK6at6V4ajHNystQshvMppxMBm",
|
|
47
|
+
"test-dev-2": "https://quicknode.quicknode-ipfs.com/ipfs/QmSwymEMjxs5vtsE4BqLLK6at6V4ajHNystQshvMppxMBm",
|
|
48
|
+
"test-dev-3": "https://quicknode.quicknode-ipfs.com/ipfs/QmSwymEMjxs5vtsE4BqLLK6at6V4ajHNystQshvMppxMBm",
|
|
49
|
+
"test-dev-4": "https://quicknode.quicknode-ipfs.com/ipfs/QmSwymEMjxs5vtsE4BqLLK6at6V4ajHNystQshvMppxMBm"
|
|
50
50
|
},
|
|
51
51
|
SelfieImage: {
|
|
52
|
-
prod: "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
53
|
-
stage: "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
54
|
-
dev: "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
55
|
-
local: "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
56
|
-
"test-dev-1": "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
57
|
-
"test-dev-2": "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
58
|
-
"test-dev-3": "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
59
|
-
"test-dev-4": "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
52
|
+
prod: "https://quicknode.quicknode-ipfs.com/ipfs/QmWQ6HGApcGJfbKPF7Cw3wtvCBr81keR4edfti1K1bY1j7",
|
|
53
|
+
stage: "https://quicknode.quicknode-ipfs.com/ipfs/QmWQ6HGApcGJfbKPF7Cw3wtvCBr81keR4edfti1K1bY1j7",
|
|
54
|
+
dev: "https://quicknode.quicknode-ipfs.com/ipfs/QmWQ6HGApcGJfbKPF7Cw3wtvCBr81keR4edfti1K1bY1j7",
|
|
55
|
+
local: "https://quicknode.quicknode-ipfs.com/ipfs/QmWQ6HGApcGJfbKPF7Cw3wtvCBr81keR4edfti1K1bY1j7",
|
|
56
|
+
"test-dev-1": "https://quicknode.quicknode-ipfs.com/ipfs/QmWQ6HGApcGJfbKPF7Cw3wtvCBr81keR4edfti1K1bY1j7",
|
|
57
|
+
"test-dev-2": "https://quicknode.quicknode-ipfs.com/ipfs/QmWQ6HGApcGJfbKPF7Cw3wtvCBr81keR4edfti1K1bY1j7",
|
|
58
|
+
"test-dev-3": "https://quicknode.quicknode-ipfs.com/ipfs/QmWQ6HGApcGJfbKPF7Cw3wtvCBr81keR4edfti1K1bY1j7",
|
|
59
|
+
"test-dev-4": "https://quicknode.quicknode-ipfs.com/ipfs/QmWQ6HGApcGJfbKPF7Cw3wtvCBr81keR4edfti1K1bY1j7"
|
|
60
60
|
},
|
|
61
61
|
IDInformation_LD: {
|
|
62
62
|
prod: "https://quicknode.quicknode-ipfs.com/ipfs/QmUFBpPnPanYZPcRKRnGFZeyYSpXx1L3XNngowjRtQFzrD",
|
|
@@ -690,7 +690,6 @@ var schema$6 = {
|
|
|
690
690
|
}
|
|
691
691
|
}
|
|
692
692
|
};
|
|
693
|
-
var IDInformationTfheCredentialSubjectCONFIG = schema$6;
|
|
694
693
|
|
|
695
694
|
/** Generated with `./generate-schemas-ts.sh` */
|
|
696
695
|
var schema$5 = {
|
|
@@ -731,7 +730,7 @@ var schema$5 = {
|
|
|
731
730
|
title: "Type",
|
|
732
731
|
description: "Type of the document (e.g. Gas bill, Internet bill, Electricity bill, Rent agreement, Bank statement)",
|
|
733
732
|
type: "string",
|
|
734
|
-
"enum": ["Gas_bill", "Internet_bill", "Electricity_bill", "Rent_agreement", "Bank_statement"]
|
|
733
|
+
"enum": ["Gas_bill", "Internet_bill", "Electricity_bill", "Rent_agreement", "Bank_statement", "Not_specified"]
|
|
735
734
|
},
|
|
736
735
|
entryDate: {
|
|
737
736
|
description: "Entry date associated with the credential",
|
|
@@ -2435,4 +2434,4 @@ var getFieldConfig = function getFieldConfig(props) {
|
|
|
2435
2434
|
}
|
|
2436
2435
|
};
|
|
2437
2436
|
|
|
2438
|
-
export {
|
|
2437
|
+
export { VC_JSON_SCHEMA_MAP as V, getAvailableFields as a, getFieldConfig as b, cleanObject as c, getCredentialSchemaLocation as g, schema$6 as s };
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var vault_schema = require('./vault.schema-
|
|
4
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
3
|
+
var vault_schema = require('./vault.schema-7f773af4.cjs.prod.cjs');
|
|
4
|
+
var identityApi_schema = require('./identity-api.schema-49bb28b1.cjs.prod.cjs');
|
|
5
5
|
|
|
6
6
|
var VC_JSON_SCHEMA_MAP = {
|
|
7
7
|
ProofOfResidence: {
|
|
8
|
-
prod: "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
9
|
-
stage: "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
10
|
-
dev: "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
11
|
-
local: "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
12
|
-
"test-dev-1": "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
13
|
-
"test-dev-2": "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
14
|
-
"test-dev-3": "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
15
|
-
"test-dev-4": "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
8
|
+
prod: "https://quicknode.quicknode-ipfs.com/ipfs/QmY6jPN4gAGfgfwGHMswDniKCv22DHzNtqCmPUyV5iVWxW",
|
|
9
|
+
stage: "https://quicknode.quicknode-ipfs.com/ipfs/QmY6jPN4gAGfgfwGHMswDniKCv22DHzNtqCmPUyV5iVWxW",
|
|
10
|
+
dev: "https://quicknode.quicknode-ipfs.com/ipfs/QmY6jPN4gAGfgfwGHMswDniKCv22DHzNtqCmPUyV5iVWxW",
|
|
11
|
+
local: "https://quicknode.quicknode-ipfs.com/ipfs/QmY6jPN4gAGfgfwGHMswDniKCv22DHzNtqCmPUyV5iVWxW",
|
|
12
|
+
"test-dev-1": "https://quicknode.quicknode-ipfs.com/ipfs/QmY6jPN4gAGfgfwGHMswDniKCv22DHzNtqCmPUyV5iVWxW",
|
|
13
|
+
"test-dev-2": "https://quicknode.quicknode-ipfs.com/ipfs/QmY6jPN4gAGfgfwGHMswDniKCv22DHzNtqCmPUyV5iVWxW",
|
|
14
|
+
"test-dev-3": "https://quicknode.quicknode-ipfs.com/ipfs/QmY6jPN4gAGfgfwGHMswDniKCv22DHzNtqCmPUyV5iVWxW",
|
|
15
|
+
"test-dev-4": "https://quicknode.quicknode-ipfs.com/ipfs/QmY6jPN4gAGfgfwGHMswDniKCv22DHzNtqCmPUyV5iVWxW"
|
|
16
16
|
},
|
|
17
17
|
ProofOfResidence_LD: {
|
|
18
18
|
prod: "https://quicknode.quicknode-ipfs.com/ipfs/QmWEa2nNHLP3bsFYDGZbpLuM42J8krpEhjsuDkT4Q19VWf",
|
|
@@ -25,14 +25,14 @@ var VC_JSON_SCHEMA_MAP = {
|
|
|
25
25
|
"test-dev-4": "https://quicknode.quicknode-ipfs.com/ipfs/QmWEa2nNHLP3bsFYDGZbpLuM42J8krpEhjsuDkT4Q19VWf"
|
|
26
26
|
},
|
|
27
27
|
IDInformation: {
|
|
28
|
-
prod: "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
29
|
-
stage: "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
30
|
-
dev: "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
31
|
-
local: "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
32
|
-
"test-dev-1": "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
33
|
-
"test-dev-2": "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
34
|
-
"test-dev-3": "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
35
|
-
"test-dev-4": "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
28
|
+
prod: "https://quicknode.quicknode-ipfs.com/ipfs/QmWwWLVAPaTCp8hUwsv5uBvr7fh7GNyet33ZEfp2Ru9sGX",
|
|
29
|
+
stage: "https://quicknode.quicknode-ipfs.com/ipfs/QmWwWLVAPaTCp8hUwsv5uBvr7fh7GNyet33ZEfp2Ru9sGX",
|
|
30
|
+
dev: "https://quicknode.quicknode-ipfs.com/ipfs/QmWwWLVAPaTCp8hUwsv5uBvr7fh7GNyet33ZEfp2Ru9sGX",
|
|
31
|
+
local: "https://quicknode.quicknode-ipfs.com/ipfs/QmWwWLVAPaTCp8hUwsv5uBvr7fh7GNyet33ZEfp2Ru9sGX",
|
|
32
|
+
"test-dev-1": "https://quicknode.quicknode-ipfs.com/ipfs/QmWwWLVAPaTCp8hUwsv5uBvr7fh7GNyet33ZEfp2Ru9sGX",
|
|
33
|
+
"test-dev-2": "https://quicknode.quicknode-ipfs.com/ipfs/QmWwWLVAPaTCp8hUwsv5uBvr7fh7GNyet33ZEfp2Ru9sGX",
|
|
34
|
+
"test-dev-3": "https://quicknode.quicknode-ipfs.com/ipfs/QmWwWLVAPaTCp8hUwsv5uBvr7fh7GNyet33ZEfp2Ru9sGX",
|
|
35
|
+
"test-dev-4": "https://quicknode.quicknode-ipfs.com/ipfs/QmWwWLVAPaTCp8hUwsv5uBvr7fh7GNyet33ZEfp2Ru9sGX"
|
|
36
36
|
},
|
|
37
37
|
AMLScreeningsResults: {
|
|
38
38
|
prod: "https://quicknode.quicknode-ipfs.com/ipfs/QmacioN1D6w8Pz1vzYKZotMESuNKu9kq5K3XWGA4SRrPyx",
|
|
@@ -41,24 +41,24 @@ var VC_JSON_SCHEMA_MAP = {
|
|
|
41
41
|
local: "https://quicknode.quicknode-ipfs.com/ipfs/QmacioN1D6w8Pz1vzYKZotMESuNKu9kq5K3XWGA4SRrPyx"
|
|
42
42
|
},
|
|
43
43
|
IDImage: {
|
|
44
|
-
prod: "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
45
|
-
stage: "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
46
|
-
dev: "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
47
|
-
local: "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
48
|
-
"test-dev-1": "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
49
|
-
"test-dev-2": "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
50
|
-
"test-dev-3": "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
51
|
-
"test-dev-4": "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
44
|
+
prod: "https://quicknode.quicknode-ipfs.com/ipfs/QmSwymEMjxs5vtsE4BqLLK6at6V4ajHNystQshvMppxMBm",
|
|
45
|
+
stage: "https://quicknode.quicknode-ipfs.com/ipfs/QmSwymEMjxs5vtsE4BqLLK6at6V4ajHNystQshvMppxMBm",
|
|
46
|
+
dev: "https://quicknode.quicknode-ipfs.com/ipfs/QmSwymEMjxs5vtsE4BqLLK6at6V4ajHNystQshvMppxMBm",
|
|
47
|
+
local: "https://quicknode.quicknode-ipfs.com/ipfs/QmSwymEMjxs5vtsE4BqLLK6at6V4ajHNystQshvMppxMBm",
|
|
48
|
+
"test-dev-1": "https://quicknode.quicknode-ipfs.com/ipfs/QmSwymEMjxs5vtsE4BqLLK6at6V4ajHNystQshvMppxMBm",
|
|
49
|
+
"test-dev-2": "https://quicknode.quicknode-ipfs.com/ipfs/QmSwymEMjxs5vtsE4BqLLK6at6V4ajHNystQshvMppxMBm",
|
|
50
|
+
"test-dev-3": "https://quicknode.quicknode-ipfs.com/ipfs/QmSwymEMjxs5vtsE4BqLLK6at6V4ajHNystQshvMppxMBm",
|
|
51
|
+
"test-dev-4": "https://quicknode.quicknode-ipfs.com/ipfs/QmSwymEMjxs5vtsE4BqLLK6at6V4ajHNystQshvMppxMBm"
|
|
52
52
|
},
|
|
53
53
|
SelfieImage: {
|
|
54
|
-
prod: "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
55
|
-
stage: "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
56
|
-
dev: "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
57
|
-
local: "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
58
|
-
"test-dev-1": "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
59
|
-
"test-dev-2": "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
60
|
-
"test-dev-3": "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
61
|
-
"test-dev-4": "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
54
|
+
prod: "https://quicknode.quicknode-ipfs.com/ipfs/QmWQ6HGApcGJfbKPF7Cw3wtvCBr81keR4edfti1K1bY1j7",
|
|
55
|
+
stage: "https://quicknode.quicknode-ipfs.com/ipfs/QmWQ6HGApcGJfbKPF7Cw3wtvCBr81keR4edfti1K1bY1j7",
|
|
56
|
+
dev: "https://quicknode.quicknode-ipfs.com/ipfs/QmWQ6HGApcGJfbKPF7Cw3wtvCBr81keR4edfti1K1bY1j7",
|
|
57
|
+
local: "https://quicknode.quicknode-ipfs.com/ipfs/QmWQ6HGApcGJfbKPF7Cw3wtvCBr81keR4edfti1K1bY1j7",
|
|
58
|
+
"test-dev-1": "https://quicknode.quicknode-ipfs.com/ipfs/QmWQ6HGApcGJfbKPF7Cw3wtvCBr81keR4edfti1K1bY1j7",
|
|
59
|
+
"test-dev-2": "https://quicknode.quicknode-ipfs.com/ipfs/QmWQ6HGApcGJfbKPF7Cw3wtvCBr81keR4edfti1K1bY1j7",
|
|
60
|
+
"test-dev-3": "https://quicknode.quicknode-ipfs.com/ipfs/QmWQ6HGApcGJfbKPF7Cw3wtvCBr81keR4edfti1K1bY1j7",
|
|
61
|
+
"test-dev-4": "https://quicknode.quicknode-ipfs.com/ipfs/QmWQ6HGApcGJfbKPF7Cw3wtvCBr81keR4edfti1K1bY1j7"
|
|
62
62
|
},
|
|
63
63
|
IDInformation_LD: {
|
|
64
64
|
prod: "https://quicknode.quicknode-ipfs.com/ipfs/QmUFBpPnPanYZPcRKRnGFZeyYSpXx1L3XNngowjRtQFzrD",
|
|
@@ -692,7 +692,6 @@ var schema$6 = {
|
|
|
692
692
|
}
|
|
693
693
|
}
|
|
694
694
|
};
|
|
695
|
-
var IDInformationTfheCredentialSubjectCONFIG = schema$6;
|
|
696
695
|
|
|
697
696
|
/** Generated with `./generate-schemas-ts.sh` */
|
|
698
697
|
var schema$5 = {
|
|
@@ -733,7 +732,7 @@ var schema$5 = {
|
|
|
733
732
|
title: "Type",
|
|
734
733
|
description: "Type of the document (e.g. Gas bill, Internet bill, Electricity bill, Rent agreement, Bank statement)",
|
|
735
734
|
type: "string",
|
|
736
|
-
"enum": ["Gas_bill", "Internet_bill", "Electricity_bill", "Rent_agreement", "Bank_statement"]
|
|
735
|
+
"enum": ["Gas_bill", "Internet_bill", "Electricity_bill", "Rent_agreement", "Bank_statement", "Not_specified"]
|
|
737
736
|
},
|
|
738
737
|
entryDate: {
|
|
739
738
|
description: "Entry date associated with the credential",
|
|
@@ -2437,9 +2436,9 @@ var getFieldConfig = function getFieldConfig(props) {
|
|
|
2437
2436
|
}
|
|
2438
2437
|
};
|
|
2439
2438
|
|
|
2440
|
-
exports.IDInformationTfheCredentialSubjectCONFIG = IDInformationTfheCredentialSubjectCONFIG;
|
|
2441
2439
|
exports.VC_JSON_SCHEMA_MAP = VC_JSON_SCHEMA_MAP;
|
|
2442
2440
|
exports.cleanObject = cleanObject;
|
|
2443
2441
|
exports.getAvailableFields = getAvailableFields;
|
|
2444
2442
|
exports.getCredentialSchemaLocation = getCredentialSchemaLocation;
|
|
2445
2443
|
exports.getFieldConfig = getFieldConfig;
|
|
2444
|
+
exports.schema = schema$6;
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var vault_schema = require('./vault.schema-
|
|
4
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
3
|
+
var vault_schema = require('./vault.schema-4f041ed1.cjs.dev.cjs');
|
|
4
|
+
var identityApi_schema = require('./identity-api.schema-631884b4.cjs.dev.cjs');
|
|
5
5
|
|
|
6
6
|
var VC_JSON_SCHEMA_MAP = {
|
|
7
7
|
ProofOfResidence: {
|
|
8
|
-
prod: "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
9
|
-
stage: "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
10
|
-
dev: "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
11
|
-
local: "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
12
|
-
"test-dev-1": "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
13
|
-
"test-dev-2": "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
14
|
-
"test-dev-3": "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
15
|
-
"test-dev-4": "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
8
|
+
prod: "https://quicknode.quicknode-ipfs.com/ipfs/QmY6jPN4gAGfgfwGHMswDniKCv22DHzNtqCmPUyV5iVWxW",
|
|
9
|
+
stage: "https://quicknode.quicknode-ipfs.com/ipfs/QmY6jPN4gAGfgfwGHMswDniKCv22DHzNtqCmPUyV5iVWxW",
|
|
10
|
+
dev: "https://quicknode.quicknode-ipfs.com/ipfs/QmY6jPN4gAGfgfwGHMswDniKCv22DHzNtqCmPUyV5iVWxW",
|
|
11
|
+
local: "https://quicknode.quicknode-ipfs.com/ipfs/QmY6jPN4gAGfgfwGHMswDniKCv22DHzNtqCmPUyV5iVWxW",
|
|
12
|
+
"test-dev-1": "https://quicknode.quicknode-ipfs.com/ipfs/QmY6jPN4gAGfgfwGHMswDniKCv22DHzNtqCmPUyV5iVWxW",
|
|
13
|
+
"test-dev-2": "https://quicknode.quicknode-ipfs.com/ipfs/QmY6jPN4gAGfgfwGHMswDniKCv22DHzNtqCmPUyV5iVWxW",
|
|
14
|
+
"test-dev-3": "https://quicknode.quicknode-ipfs.com/ipfs/QmY6jPN4gAGfgfwGHMswDniKCv22DHzNtqCmPUyV5iVWxW",
|
|
15
|
+
"test-dev-4": "https://quicknode.quicknode-ipfs.com/ipfs/QmY6jPN4gAGfgfwGHMswDniKCv22DHzNtqCmPUyV5iVWxW"
|
|
16
16
|
},
|
|
17
17
|
ProofOfResidence_LD: {
|
|
18
18
|
prod: "https://quicknode.quicknode-ipfs.com/ipfs/QmWEa2nNHLP3bsFYDGZbpLuM42J8krpEhjsuDkT4Q19VWf",
|
|
@@ -25,14 +25,14 @@ var VC_JSON_SCHEMA_MAP = {
|
|
|
25
25
|
"test-dev-4": "https://quicknode.quicknode-ipfs.com/ipfs/QmWEa2nNHLP3bsFYDGZbpLuM42J8krpEhjsuDkT4Q19VWf"
|
|
26
26
|
},
|
|
27
27
|
IDInformation: {
|
|
28
|
-
prod: "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
29
|
-
stage: "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
30
|
-
dev: "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
31
|
-
local: "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
32
|
-
"test-dev-1": "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
33
|
-
"test-dev-2": "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
34
|
-
"test-dev-3": "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
35
|
-
"test-dev-4": "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
28
|
+
prod: "https://quicknode.quicknode-ipfs.com/ipfs/QmWwWLVAPaTCp8hUwsv5uBvr7fh7GNyet33ZEfp2Ru9sGX",
|
|
29
|
+
stage: "https://quicknode.quicknode-ipfs.com/ipfs/QmWwWLVAPaTCp8hUwsv5uBvr7fh7GNyet33ZEfp2Ru9sGX",
|
|
30
|
+
dev: "https://quicknode.quicknode-ipfs.com/ipfs/QmWwWLVAPaTCp8hUwsv5uBvr7fh7GNyet33ZEfp2Ru9sGX",
|
|
31
|
+
local: "https://quicknode.quicknode-ipfs.com/ipfs/QmWwWLVAPaTCp8hUwsv5uBvr7fh7GNyet33ZEfp2Ru9sGX",
|
|
32
|
+
"test-dev-1": "https://quicknode.quicknode-ipfs.com/ipfs/QmWwWLVAPaTCp8hUwsv5uBvr7fh7GNyet33ZEfp2Ru9sGX",
|
|
33
|
+
"test-dev-2": "https://quicknode.quicknode-ipfs.com/ipfs/QmWwWLVAPaTCp8hUwsv5uBvr7fh7GNyet33ZEfp2Ru9sGX",
|
|
34
|
+
"test-dev-3": "https://quicknode.quicknode-ipfs.com/ipfs/QmWwWLVAPaTCp8hUwsv5uBvr7fh7GNyet33ZEfp2Ru9sGX",
|
|
35
|
+
"test-dev-4": "https://quicknode.quicknode-ipfs.com/ipfs/QmWwWLVAPaTCp8hUwsv5uBvr7fh7GNyet33ZEfp2Ru9sGX"
|
|
36
36
|
},
|
|
37
37
|
AMLScreeningsResults: {
|
|
38
38
|
prod: "https://quicknode.quicknode-ipfs.com/ipfs/QmacioN1D6w8Pz1vzYKZotMESuNKu9kq5K3XWGA4SRrPyx",
|
|
@@ -41,24 +41,24 @@ var VC_JSON_SCHEMA_MAP = {
|
|
|
41
41
|
local: "https://quicknode.quicknode-ipfs.com/ipfs/QmacioN1D6w8Pz1vzYKZotMESuNKu9kq5K3XWGA4SRrPyx"
|
|
42
42
|
},
|
|
43
43
|
IDImage: {
|
|
44
|
-
prod: "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
45
|
-
stage: "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
46
|
-
dev: "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
47
|
-
local: "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
48
|
-
"test-dev-1": "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
49
|
-
"test-dev-2": "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
50
|
-
"test-dev-3": "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
51
|
-
"test-dev-4": "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
44
|
+
prod: "https://quicknode.quicknode-ipfs.com/ipfs/QmSwymEMjxs5vtsE4BqLLK6at6V4ajHNystQshvMppxMBm",
|
|
45
|
+
stage: "https://quicknode.quicknode-ipfs.com/ipfs/QmSwymEMjxs5vtsE4BqLLK6at6V4ajHNystQshvMppxMBm",
|
|
46
|
+
dev: "https://quicknode.quicknode-ipfs.com/ipfs/QmSwymEMjxs5vtsE4BqLLK6at6V4ajHNystQshvMppxMBm",
|
|
47
|
+
local: "https://quicknode.quicknode-ipfs.com/ipfs/QmSwymEMjxs5vtsE4BqLLK6at6V4ajHNystQshvMppxMBm",
|
|
48
|
+
"test-dev-1": "https://quicknode.quicknode-ipfs.com/ipfs/QmSwymEMjxs5vtsE4BqLLK6at6V4ajHNystQshvMppxMBm",
|
|
49
|
+
"test-dev-2": "https://quicknode.quicknode-ipfs.com/ipfs/QmSwymEMjxs5vtsE4BqLLK6at6V4ajHNystQshvMppxMBm",
|
|
50
|
+
"test-dev-3": "https://quicknode.quicknode-ipfs.com/ipfs/QmSwymEMjxs5vtsE4BqLLK6at6V4ajHNystQshvMppxMBm",
|
|
51
|
+
"test-dev-4": "https://quicknode.quicknode-ipfs.com/ipfs/QmSwymEMjxs5vtsE4BqLLK6at6V4ajHNystQshvMppxMBm"
|
|
52
52
|
},
|
|
53
53
|
SelfieImage: {
|
|
54
|
-
prod: "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
55
|
-
stage: "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
56
|
-
dev: "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
57
|
-
local: "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
58
|
-
"test-dev-1": "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
59
|
-
"test-dev-2": "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
60
|
-
"test-dev-3": "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
61
|
-
"test-dev-4": "https://quicknode.quicknode-ipfs.com/ipfs/
|
|
54
|
+
prod: "https://quicknode.quicknode-ipfs.com/ipfs/QmWQ6HGApcGJfbKPF7Cw3wtvCBr81keR4edfti1K1bY1j7",
|
|
55
|
+
stage: "https://quicknode.quicknode-ipfs.com/ipfs/QmWQ6HGApcGJfbKPF7Cw3wtvCBr81keR4edfti1K1bY1j7",
|
|
56
|
+
dev: "https://quicknode.quicknode-ipfs.com/ipfs/QmWQ6HGApcGJfbKPF7Cw3wtvCBr81keR4edfti1K1bY1j7",
|
|
57
|
+
local: "https://quicknode.quicknode-ipfs.com/ipfs/QmWQ6HGApcGJfbKPF7Cw3wtvCBr81keR4edfti1K1bY1j7",
|
|
58
|
+
"test-dev-1": "https://quicknode.quicknode-ipfs.com/ipfs/QmWQ6HGApcGJfbKPF7Cw3wtvCBr81keR4edfti1K1bY1j7",
|
|
59
|
+
"test-dev-2": "https://quicknode.quicknode-ipfs.com/ipfs/QmWQ6HGApcGJfbKPF7Cw3wtvCBr81keR4edfti1K1bY1j7",
|
|
60
|
+
"test-dev-3": "https://quicknode.quicknode-ipfs.com/ipfs/QmWQ6HGApcGJfbKPF7Cw3wtvCBr81keR4edfti1K1bY1j7",
|
|
61
|
+
"test-dev-4": "https://quicknode.quicknode-ipfs.com/ipfs/QmWQ6HGApcGJfbKPF7Cw3wtvCBr81keR4edfti1K1bY1j7"
|
|
62
62
|
},
|
|
63
63
|
IDInformation_LD: {
|
|
64
64
|
prod: "https://quicknode.quicknode-ipfs.com/ipfs/QmUFBpPnPanYZPcRKRnGFZeyYSpXx1L3XNngowjRtQFzrD",
|
|
@@ -692,7 +692,6 @@ var schema$6 = {
|
|
|
692
692
|
}
|
|
693
693
|
}
|
|
694
694
|
};
|
|
695
|
-
var IDInformationTfheCredentialSubjectCONFIG = schema$6;
|
|
696
695
|
|
|
697
696
|
/** Generated with `./generate-schemas-ts.sh` */
|
|
698
697
|
var schema$5 = {
|
|
@@ -733,7 +732,7 @@ var schema$5 = {
|
|
|
733
732
|
title: "Type",
|
|
734
733
|
description: "Type of the document (e.g. Gas bill, Internet bill, Electricity bill, Rent agreement, Bank statement)",
|
|
735
734
|
type: "string",
|
|
736
|
-
"enum": ["Gas_bill", "Internet_bill", "Electricity_bill", "Rent_agreement", "Bank_statement"]
|
|
735
|
+
"enum": ["Gas_bill", "Internet_bill", "Electricity_bill", "Rent_agreement", "Bank_statement", "Not_specified"]
|
|
737
736
|
},
|
|
738
737
|
entryDate: {
|
|
739
738
|
description: "Entry date associated with the credential",
|
|
@@ -2437,9 +2436,9 @@ var getFieldConfig = function getFieldConfig(props) {
|
|
|
2437
2436
|
}
|
|
2438
2437
|
};
|
|
2439
2438
|
|
|
2440
|
-
exports.IDInformationTfheCredentialSubjectCONFIG = IDInformationTfheCredentialSubjectCONFIG;
|
|
2441
2439
|
exports.VC_JSON_SCHEMA_MAP = VC_JSON_SCHEMA_MAP;
|
|
2442
2440
|
exports.cleanObject = cleanObject;
|
|
2443
2441
|
exports.getAvailableFields = getAvailableFields;
|
|
2444
2442
|
exports.getCredentialSchemaLocation = getCredentialSchemaLocation;
|
|
2445
2443
|
exports.getFieldConfig = getFieldConfig;
|
|
2444
|
+
exports.schema = schema$6;
|
|
@@ -2436,7 +2436,7 @@ var ProofOfResidenceCredentialSubjectSchema = zod.z.object({
|
|
|
2436
2436
|
country: zod.z["enum"](["AFG", "ALB", "DZA", "ASM", "AND", "AGO", "AIA", "ATA", "ATG", "ARG", "ARM", "ABW", "AUS", "AUT", "AZE", "BHS", "BHR", "BGD", "BRB", "BLR", "BEL", "BLZ", "BEN", "BMU", "BTN", "BOL", "BES", "BIH", "BWA", "BVT", "BRA", "IOT", "BRN", "BGR", "BFA", "BDI", "CPV", "KHM", "CMR", "CAN", "CYM", "CAF", "TCD", "CHL", "CHN", "CXR", "CCK", "COL", "COM", "COD", "COG", "COK", "CRI", "HRV", "CUB", "CUW", "CYP", "CZE", "CIV", "DNK", "DJI", "DMA", "DOM", "ECU", "EGY", "SLV", "GNQ", "ERI", "EST", "SWZ", "ETH", "FLK", "FRO", "FJI", "FIN", "FRA", "GUF", "PYF", "ATF", "GAB", "GMB", "GEO", "DEU", "GHA", "GIB", "GRC", "GRL", "GRD", "GLP", "GUM", "GTM", "GGY", "GIN", "GNB", "GUY", "HTI", "HMD", "VAT", "HND", "HKG", "HUN", "ISL", "IND", "IDN", "IRN", "IRQ", "IRL", "IMN", "ISR", "ITA", "JAM", "JPN", "JEY", "JOR", "KAZ", "KEN", "KIR", "PRK", "KOR", "KWT", "KGZ", "LAO", "LVA", "LBN", "LSO", "LBR", "LBY", "LIE", "LTU", "LUX", "MAC", "MDG", "MWI", "MYS", "MDV", "MLI", "MLT", "MHL", "MTQ", "MRT", "MUS", "MYT", "MEX", "FSM", "MDA", "MCO", "MNG", "MNE", "MSR", "MAR", "MOZ", "MMR", "NAM", "NRU", "NPL", "NLD", "NCL", "NZL", "NIC", "NER", "NGA", "NIU", "NFK", "MNP", "NOR", "OMN", "PAK", "PLW", "PSE", "PAN", "PNG", "PRY", "PER", "PHL", "PCN", "POL", "PRT", "PRI", "QAT", "MKD", "ROU", "RUS", "RWA", "REU", "BLM", "SHN", "KNA", "LCA", "MAF", "SPM", "VCT", "WSM", "SMR", "STP", "SAU", "SEN", "SRB", "SYC", "SLE", "SGP", "SXM", "SVK", "SVN", "SLB", "SOM", "ZAF", "SGS", "SSD", "ESP", "LKA", "SDN", "SUR", "SJM", "SWE", "CHE", "SYR", "TWN", "TJK", "TZA", "THA", "TLS", "TGO", "TKL", "TON", "TTO", "TUN", "TUR", "TKM", "TCA", "TUV", "UGA", "UKR", "ARE", "GBR", "UMI", "USA", "URY", "UZB", "VUT", "VEN", "VNM", "VGB", "VIR", "WLF", "ESH", "YEM", "ZMB", "ZWE", "ALA", "ANT", "XKX"]).describe("The country of residence - ISO 3166-1 alpha-3 country code (https://www.iban.com/country-codes)").optional(),
|
|
2437
2437
|
base64: zod.z.string().describe("Base64 encoded image of the proof of residence").optional(),
|
|
2438
2438
|
name: zod.z.string().describe("Name of the document (e.g. ProofOfResidence.jpg)").optional(),
|
|
2439
|
-
documentType: zod.z["enum"](["Gas_bill", "Internet_bill", "Electricity_bill", "Rent_agreement", "Bank_statement"]).describe("Type of the document (e.g. Gas bill, Internet bill, Electricity bill, Rent agreement, Bank statement)"),
|
|
2439
|
+
documentType: zod.z["enum"](["Gas_bill", "Internet_bill", "Electricity_bill", "Rent_agreement", "Bank_statement", "Not_specified"]).describe("Type of the document (e.g. Gas bill, Internet bill, Electricity bill, Rent agreement, Bank statement)"),
|
|
2440
2440
|
entryDate: zod.z.number()["int"]().describe("Entry date associated with the credential"),
|
|
2441
2441
|
entryTime: zod.z.string().describe("Entry time associated with the credential"),
|
|
2442
2442
|
mediaType: zod.z["enum"](["image/jpeg", "image/jpg", "image/png", "application/pdf"]).describe("Media type of the document (e.g. image/jpeg, image/png, application/pdf)").optional(),
|
|
@@ -7465,7 +7465,8 @@ var KycSessionJsonSchema = {
|
|
|
7465
7465
|
"Internet_bill",
|
|
7466
7466
|
"Electricity_bill",
|
|
7467
7467
|
"Rent_agreement",
|
|
7468
|
-
"Bank_statement"
|
|
7468
|
+
"Bank_statement",
|
|
7469
|
+
"Not_specified"
|
|
7469
7470
|
],
|
|
7470
7471
|
description: "Type of the document (e.g. Gas bill, Internet bill, Electricity bill, Rent agreement, Bank statement)"
|
|
7471
7472
|
},
|
|
@@ -2436,7 +2436,7 @@ var ProofOfResidenceCredentialSubjectSchema = zod.z.object({
|
|
|
2436
2436
|
country: zod.z["enum"](["AFG", "ALB", "DZA", "ASM", "AND", "AGO", "AIA", "ATA", "ATG", "ARG", "ARM", "ABW", "AUS", "AUT", "AZE", "BHS", "BHR", "BGD", "BRB", "BLR", "BEL", "BLZ", "BEN", "BMU", "BTN", "BOL", "BES", "BIH", "BWA", "BVT", "BRA", "IOT", "BRN", "BGR", "BFA", "BDI", "CPV", "KHM", "CMR", "CAN", "CYM", "CAF", "TCD", "CHL", "CHN", "CXR", "CCK", "COL", "COM", "COD", "COG", "COK", "CRI", "HRV", "CUB", "CUW", "CYP", "CZE", "CIV", "DNK", "DJI", "DMA", "DOM", "ECU", "EGY", "SLV", "GNQ", "ERI", "EST", "SWZ", "ETH", "FLK", "FRO", "FJI", "FIN", "FRA", "GUF", "PYF", "ATF", "GAB", "GMB", "GEO", "DEU", "GHA", "GIB", "GRC", "GRL", "GRD", "GLP", "GUM", "GTM", "GGY", "GIN", "GNB", "GUY", "HTI", "HMD", "VAT", "HND", "HKG", "HUN", "ISL", "IND", "IDN", "IRN", "IRQ", "IRL", "IMN", "ISR", "ITA", "JAM", "JPN", "JEY", "JOR", "KAZ", "KEN", "KIR", "PRK", "KOR", "KWT", "KGZ", "LAO", "LVA", "LBN", "LSO", "LBR", "LBY", "LIE", "LTU", "LUX", "MAC", "MDG", "MWI", "MYS", "MDV", "MLI", "MLT", "MHL", "MTQ", "MRT", "MUS", "MYT", "MEX", "FSM", "MDA", "MCO", "MNG", "MNE", "MSR", "MAR", "MOZ", "MMR", "NAM", "NRU", "NPL", "NLD", "NCL", "NZL", "NIC", "NER", "NGA", "NIU", "NFK", "MNP", "NOR", "OMN", "PAK", "PLW", "PSE", "PAN", "PNG", "PRY", "PER", "PHL", "PCN", "POL", "PRT", "PRI", "QAT", "MKD", "ROU", "RUS", "RWA", "REU", "BLM", "SHN", "KNA", "LCA", "MAF", "SPM", "VCT", "WSM", "SMR", "STP", "SAU", "SEN", "SRB", "SYC", "SLE", "SGP", "SXM", "SVK", "SVN", "SLB", "SOM", "ZAF", "SGS", "SSD", "ESP", "LKA", "SDN", "SUR", "SJM", "SWE", "CHE", "SYR", "TWN", "TJK", "TZA", "THA", "TLS", "TGO", "TKL", "TON", "TTO", "TUN", "TUR", "TKM", "TCA", "TUV", "UGA", "UKR", "ARE", "GBR", "UMI", "USA", "URY", "UZB", "VUT", "VEN", "VNM", "VGB", "VIR", "WLF", "ESH", "YEM", "ZMB", "ZWE", "ALA", "ANT", "XKX"]).describe("The country of residence - ISO 3166-1 alpha-3 country code (https://www.iban.com/country-codes)").optional(),
|
|
2437
2437
|
base64: zod.z.string().describe("Base64 encoded image of the proof of residence").optional(),
|
|
2438
2438
|
name: zod.z.string().describe("Name of the document (e.g. ProofOfResidence.jpg)").optional(),
|
|
2439
|
-
documentType: zod.z["enum"](["Gas_bill", "Internet_bill", "Electricity_bill", "Rent_agreement", "Bank_statement"]).describe("Type of the document (e.g. Gas bill, Internet bill, Electricity bill, Rent agreement, Bank statement)"),
|
|
2439
|
+
documentType: zod.z["enum"](["Gas_bill", "Internet_bill", "Electricity_bill", "Rent_agreement", "Bank_statement", "Not_specified"]).describe("Type of the document (e.g. Gas bill, Internet bill, Electricity bill, Rent agreement, Bank statement)"),
|
|
2440
2440
|
entryDate: zod.z.number()["int"]().describe("Entry date associated with the credential"),
|
|
2441
2441
|
entryTime: zod.z.string().describe("Entry time associated with the credential"),
|
|
2442
2442
|
mediaType: zod.z["enum"](["image/jpeg", "image/jpg", "image/png", "application/pdf"]).describe("Media type of the document (e.g. image/jpeg, image/png, application/pdf)").optional(),
|
|
@@ -7465,7 +7465,8 @@ var KycSessionJsonSchema = {
|
|
|
7465
7465
|
"Internet_bill",
|
|
7466
7466
|
"Electricity_bill",
|
|
7467
7467
|
"Rent_agreement",
|
|
7468
|
-
"Bank_statement"
|
|
7468
|
+
"Bank_statement",
|
|
7469
|
+
"Not_specified"
|
|
7469
7470
|
],
|
|
7470
7471
|
description: "Type of the document (e.g. Gas bill, Internet bill, Electricity bill, Rent agreement, Bank statement)"
|
|
7471
7472
|
},
|
|
@@ -2430,7 +2430,7 @@ var ProofOfResidenceCredentialSubjectSchema = z.object({
|
|
|
2430
2430
|
country: z["enum"](["AFG", "ALB", "DZA", "ASM", "AND", "AGO", "AIA", "ATA", "ATG", "ARG", "ARM", "ABW", "AUS", "AUT", "AZE", "BHS", "BHR", "BGD", "BRB", "BLR", "BEL", "BLZ", "BEN", "BMU", "BTN", "BOL", "BES", "BIH", "BWA", "BVT", "BRA", "IOT", "BRN", "BGR", "BFA", "BDI", "CPV", "KHM", "CMR", "CAN", "CYM", "CAF", "TCD", "CHL", "CHN", "CXR", "CCK", "COL", "COM", "COD", "COG", "COK", "CRI", "HRV", "CUB", "CUW", "CYP", "CZE", "CIV", "DNK", "DJI", "DMA", "DOM", "ECU", "EGY", "SLV", "GNQ", "ERI", "EST", "SWZ", "ETH", "FLK", "FRO", "FJI", "FIN", "FRA", "GUF", "PYF", "ATF", "GAB", "GMB", "GEO", "DEU", "GHA", "GIB", "GRC", "GRL", "GRD", "GLP", "GUM", "GTM", "GGY", "GIN", "GNB", "GUY", "HTI", "HMD", "VAT", "HND", "HKG", "HUN", "ISL", "IND", "IDN", "IRN", "IRQ", "IRL", "IMN", "ISR", "ITA", "JAM", "JPN", "JEY", "JOR", "KAZ", "KEN", "KIR", "PRK", "KOR", "KWT", "KGZ", "LAO", "LVA", "LBN", "LSO", "LBR", "LBY", "LIE", "LTU", "LUX", "MAC", "MDG", "MWI", "MYS", "MDV", "MLI", "MLT", "MHL", "MTQ", "MRT", "MUS", "MYT", "MEX", "FSM", "MDA", "MCO", "MNG", "MNE", "MSR", "MAR", "MOZ", "MMR", "NAM", "NRU", "NPL", "NLD", "NCL", "NZL", "NIC", "NER", "NGA", "NIU", "NFK", "MNP", "NOR", "OMN", "PAK", "PLW", "PSE", "PAN", "PNG", "PRY", "PER", "PHL", "PCN", "POL", "PRT", "PRI", "QAT", "MKD", "ROU", "RUS", "RWA", "REU", "BLM", "SHN", "KNA", "LCA", "MAF", "SPM", "VCT", "WSM", "SMR", "STP", "SAU", "SEN", "SRB", "SYC", "SLE", "SGP", "SXM", "SVK", "SVN", "SLB", "SOM", "ZAF", "SGS", "SSD", "ESP", "LKA", "SDN", "SUR", "SJM", "SWE", "CHE", "SYR", "TWN", "TJK", "TZA", "THA", "TLS", "TGO", "TKL", "TON", "TTO", "TUN", "TUR", "TKM", "TCA", "TUV", "UGA", "UKR", "ARE", "GBR", "UMI", "USA", "URY", "UZB", "VUT", "VEN", "VNM", "VGB", "VIR", "WLF", "ESH", "YEM", "ZMB", "ZWE", "ALA", "ANT", "XKX"]).describe("The country of residence - ISO 3166-1 alpha-3 country code (https://www.iban.com/country-codes)").optional(),
|
|
2431
2431
|
base64: z.string().describe("Base64 encoded image of the proof of residence").optional(),
|
|
2432
2432
|
name: z.string().describe("Name of the document (e.g. ProofOfResidence.jpg)").optional(),
|
|
2433
|
-
documentType: z["enum"](["Gas_bill", "Internet_bill", "Electricity_bill", "Rent_agreement", "Bank_statement"]).describe("Type of the document (e.g. Gas bill, Internet bill, Electricity bill, Rent agreement, Bank statement)"),
|
|
2433
|
+
documentType: z["enum"](["Gas_bill", "Internet_bill", "Electricity_bill", "Rent_agreement", "Bank_statement", "Not_specified"]).describe("Type of the document (e.g. Gas bill, Internet bill, Electricity bill, Rent agreement, Bank statement)"),
|
|
2434
2434
|
entryDate: z.number()["int"]().describe("Entry date associated with the credential"),
|
|
2435
2435
|
entryTime: z.string().describe("Entry time associated with the credential"),
|
|
2436
2436
|
mediaType: z["enum"](["image/jpeg", "image/jpg", "image/png", "application/pdf"]).describe("Media type of the document (e.g. image/jpeg, image/png, application/pdf)").optional(),
|
|
@@ -7459,7 +7459,8 @@ var KycSessionJsonSchema = {
|
|
|
7459
7459
|
"Internet_bill",
|
|
7460
7460
|
"Electricity_bill",
|
|
7461
7461
|
"Rent_agreement",
|
|
7462
|
-
"Bank_statement"
|
|
7462
|
+
"Bank_statement",
|
|
7463
|
+
"Not_specified"
|
|
7463
7464
|
],
|
|
7464
7465
|
description: "Type of the document (e.g. Gas bill, Internet bill, Electricity bill, Rent agreement, Bank statement)"
|
|
7465
7466
|
},
|