@nexeraid/identity-schemas 2.206.0-dev → 2.208.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/declarations/src/identity/identity-v2.schema.d.ts +10 -10
- package/dist/declarations/src/language.schema.d.ts +1 -1
- package/dist/declarations/src/language.schema.d.ts.map +1 -1
- package/dist/{identity-api.schema-18bfb704.cjs.dev.cjs → identity-api.schema-bf50f89f.cjs.dev.cjs} +1 -1
- package/dist/{identity-api.schema-32fdec1e.cjs.prod.cjs → identity-api.schema-c947dde0.cjs.prod.cjs} +1 -1
- package/dist/{identity-api.schema-61d66842.esm.mjs → identity-api.schema-f8fe4841.esm.mjs} +1 -1
- package/dist/nexeraid-identity-schemas.cjs.dev.cjs +3 -3
- package/dist/nexeraid-identity-schemas.cjs.prod.cjs +3 -3
- package/dist/nexeraid-identity-schemas.esm.mjs +4 -4
- package/dist/{notabene.schema-26426877.cjs.dev.cjs → notabene.schema-2f096418.cjs.dev.cjs} +1 -1
- package/dist/{notabene.schema-a647bdb5.esm.mjs → notabene.schema-4fdb97ca.esm.mjs} +1 -1
- package/dist/{notabene.schema-affe35ef.cjs.prod.cjs → notabene.schema-6f10d405.cjs.prod.cjs} +1 -1
- package/dist/package.json +3 -3
- package/dist/{tfhe-utilities-32cc8d6b.cjs.dev.cjs → tfhe-utilities-47198c7c.cjs.dev.cjs} +1 -1
- package/dist/{tfhe-utilities-a0a07ac0.esm.mjs → tfhe-utilities-5b887fda.esm.mjs} +1 -1
- package/dist/{tfhe-utilities-5522d893.cjs.prod.cjs → tfhe-utilities-cef2d54a.cjs.prod.cjs} +1 -1
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.cjs +1 -1
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.cjs +1 -1
- package/identity/dist/nexeraid-identity-schemas-identity.esm.mjs +1 -1
- package/package.json +3 -3
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.cjs +2 -2
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.cjs +2 -2
- package/providers/dist/nexeraid-identity-schemas-providers.esm.mjs +2 -2
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.cjs +2 -2
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.cjs +2 -2
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.mjs +2 -2
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.cjs +2 -2
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +2 -2
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +2 -2
|
@@ -381,7 +381,7 @@ export declare const IdentitySdkMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
381
381
|
identitySessionId?: `ids__${string}` | undefined;
|
|
382
382
|
externalCustomerId?: string | undefined;
|
|
383
383
|
}>;
|
|
384
|
-
language: z.ZodOptional<z.ZodEnum<["en", "fr"]>>;
|
|
384
|
+
language: z.ZodOptional<z.ZodEnum<["en", "fr", "de"]>>;
|
|
385
385
|
}, "strip", z.ZodTypeAny, {
|
|
386
386
|
authSession: {
|
|
387
387
|
token: string;
|
|
@@ -389,7 +389,7 @@ export declare const IdentitySdkMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
389
389
|
identitySessionId?: `ids__${string}` | undefined;
|
|
390
390
|
externalCustomerId?: string | undefined;
|
|
391
391
|
};
|
|
392
|
-
language?: "en" | "fr" | undefined;
|
|
392
|
+
language?: "en" | "fr" | "de" | undefined;
|
|
393
393
|
}, {
|
|
394
394
|
authSession: {
|
|
395
395
|
token: string;
|
|
@@ -397,7 +397,7 @@ export declare const IdentitySdkMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
397
397
|
identitySessionId?: `ids__${string}` | undefined;
|
|
398
398
|
externalCustomerId?: string | undefined;
|
|
399
399
|
};
|
|
400
|
-
language?: "en" | "fr" | undefined;
|
|
400
|
+
language?: "en" | "fr" | "de" | undefined;
|
|
401
401
|
}>;
|
|
402
402
|
}, "strip", z.ZodTypeAny, {
|
|
403
403
|
type: "appConfig";
|
|
@@ -408,7 +408,7 @@ export declare const IdentitySdkMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
408
408
|
identitySessionId?: `ids__${string}` | undefined;
|
|
409
409
|
externalCustomerId?: string | undefined;
|
|
410
410
|
};
|
|
411
|
-
language?: "en" | "fr" | undefined;
|
|
411
|
+
language?: "en" | "fr" | "de" | undefined;
|
|
412
412
|
};
|
|
413
413
|
}, {
|
|
414
414
|
type: "appConfig";
|
|
@@ -419,7 +419,7 @@ export declare const IdentitySdkMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
419
419
|
identitySessionId?: `ids__${string}` | undefined;
|
|
420
420
|
externalCustomerId?: string | undefined;
|
|
421
421
|
};
|
|
422
|
-
language?: "en" | "fr" | undefined;
|
|
422
|
+
language?: "en" | "fr" | "de" | undefined;
|
|
423
423
|
};
|
|
424
424
|
}>, z.ZodObject<{
|
|
425
425
|
type: z.ZodLiteral<"walletUpdated">;
|
|
@@ -732,7 +732,7 @@ export declare const IdentitySdkMessageWithIdentifier: z.ZodIntersection<z.ZodUn
|
|
|
732
732
|
identitySessionId?: `ids__${string}` | undefined;
|
|
733
733
|
externalCustomerId?: string | undefined;
|
|
734
734
|
}>;
|
|
735
|
-
language: z.ZodOptional<z.ZodEnum<["en", "fr"]>>;
|
|
735
|
+
language: z.ZodOptional<z.ZodEnum<["en", "fr", "de"]>>;
|
|
736
736
|
}, "strip", z.ZodTypeAny, {
|
|
737
737
|
authSession: {
|
|
738
738
|
token: string;
|
|
@@ -740,7 +740,7 @@ export declare const IdentitySdkMessageWithIdentifier: z.ZodIntersection<z.ZodUn
|
|
|
740
740
|
identitySessionId?: `ids__${string}` | undefined;
|
|
741
741
|
externalCustomerId?: string | undefined;
|
|
742
742
|
};
|
|
743
|
-
language?: "en" | "fr" | undefined;
|
|
743
|
+
language?: "en" | "fr" | "de" | undefined;
|
|
744
744
|
}, {
|
|
745
745
|
authSession: {
|
|
746
746
|
token: string;
|
|
@@ -748,7 +748,7 @@ export declare const IdentitySdkMessageWithIdentifier: z.ZodIntersection<z.ZodUn
|
|
|
748
748
|
identitySessionId?: `ids__${string}` | undefined;
|
|
749
749
|
externalCustomerId?: string | undefined;
|
|
750
750
|
};
|
|
751
|
-
language?: "en" | "fr" | undefined;
|
|
751
|
+
language?: "en" | "fr" | "de" | undefined;
|
|
752
752
|
}>;
|
|
753
753
|
}, "strip", z.ZodTypeAny, {
|
|
754
754
|
type: "appConfig";
|
|
@@ -759,7 +759,7 @@ export declare const IdentitySdkMessageWithIdentifier: z.ZodIntersection<z.ZodUn
|
|
|
759
759
|
identitySessionId?: `ids__${string}` | undefined;
|
|
760
760
|
externalCustomerId?: string | undefined;
|
|
761
761
|
};
|
|
762
|
-
language?: "en" | "fr" | undefined;
|
|
762
|
+
language?: "en" | "fr" | "de" | undefined;
|
|
763
763
|
};
|
|
764
764
|
}, {
|
|
765
765
|
type: "appConfig";
|
|
@@ -770,7 +770,7 @@ export declare const IdentitySdkMessageWithIdentifier: z.ZodIntersection<z.ZodUn
|
|
|
770
770
|
identitySessionId?: `ids__${string}` | undefined;
|
|
771
771
|
externalCustomerId?: string | undefined;
|
|
772
772
|
};
|
|
773
|
-
language?: "en" | "fr" | undefined;
|
|
773
|
+
language?: "en" | "fr" | "de" | undefined;
|
|
774
774
|
};
|
|
775
775
|
}>, z.ZodObject<{
|
|
776
776
|
type: z.ZodLiteral<"walletUpdated">;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"language.schema.d.ts","sourceRoot":"../../../src","sources":["language.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,QAAQ,
|
|
1
|
+
{"version":3,"file":"language.schema.d.ts","sourceRoot":"../../../src","sources":["language.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,QAAQ,+BAA6B,CAAC;AACnD,MAAM,MAAM,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,QAAQ,CAAC,CAAC"}
|
package/dist/{identity-api.schema-18bfb704.cjs.dev.cjs → identity-api.schema-bf50f89f.cjs.dev.cjs}
RENAMED
|
@@ -867,7 +867,7 @@ var GetTxAuthSigResponseTezos = z.z.object({
|
|
|
867
867
|
var HostRequestMessage = z.z.union([GetCredentialsRequest, PolygonIdRequest, StartFlowRequest, IsVerifiedRequest, GetTxAuthSigRequest, GetTxAuthSigRequestTezos]);
|
|
868
868
|
var IdentityResponseMessage = z.z.union([GetCredentialsResponse, PolygonIdResponse, IsVerifiedResponse, GetTxAuthSigResponse, GetTxAuthSigResponseTezos]);
|
|
869
869
|
|
|
870
|
-
var Language = z.z["enum"](["en", "fr"]);
|
|
870
|
+
var Language = z.z["enum"](["en", "fr", "de"]);
|
|
871
871
|
|
|
872
872
|
/**
|
|
873
873
|
* Wallet challenge parameters
|
package/dist/{identity-api.schema-32fdec1e.cjs.prod.cjs → identity-api.schema-c947dde0.cjs.prod.cjs}
RENAMED
|
@@ -867,7 +867,7 @@ var GetTxAuthSigResponseTezos = z.z.object({
|
|
|
867
867
|
var HostRequestMessage = z.z.union([GetCredentialsRequest, PolygonIdRequest, StartFlowRequest, IsVerifiedRequest, GetTxAuthSigRequest, GetTxAuthSigRequestTezos]);
|
|
868
868
|
var IdentityResponseMessage = z.z.union([GetCredentialsResponse, PolygonIdResponse, IsVerifiedResponse, GetTxAuthSigResponse, GetTxAuthSigResponseTezos]);
|
|
869
869
|
|
|
870
|
-
var Language = z.z["enum"](["en", "fr"]);
|
|
870
|
+
var Language = z.z["enum"](["en", "fr", "de"]);
|
|
871
871
|
|
|
872
872
|
/**
|
|
873
873
|
* Wallet challenge parameters
|
|
@@ -865,7 +865,7 @@ var GetTxAuthSigResponseTezos = z.object({
|
|
|
865
865
|
var HostRequestMessage = z.union([GetCredentialsRequest, PolygonIdRequest, StartFlowRequest, IsVerifiedRequest, GetTxAuthSigRequest, GetTxAuthSigRequestTezos]);
|
|
866
866
|
var IdentityResponseMessage = z.union([GetCredentialsResponse, PolygonIdResponse, IsVerifiedResponse, GetTxAuthSigResponse, GetTxAuthSigResponseTezos]);
|
|
867
867
|
|
|
868
|
-
var Language = z["enum"](["en", "fr"]);
|
|
868
|
+
var Language = z["enum"](["en", "fr", "de"]);
|
|
869
869
|
|
|
870
870
|
/**
|
|
871
871
|
* Wallet challenge parameters
|
|
@@ -4,10 +4,10 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
var vault_schema = require('./vault.schema-c2e0fceb.cjs.dev.cjs');
|
|
6
6
|
var z = require('zod');
|
|
7
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
8
|
-
var tfheUtilities = require('./tfhe-utilities-
|
|
7
|
+
var identityApi_schema = require('./identity-api.schema-bf50f89f.cjs.dev.cjs');
|
|
8
|
+
var tfheUtilities = require('./tfhe-utilities-47198c7c.cjs.dev.cjs');
|
|
9
9
|
var vault_dist_nexeraidIdentitySchemasVault = require('../vault/dist/nexeraid-identity-schemas-vault.cjs.dev.cjs');
|
|
10
|
-
var notabene_schema = require('./notabene.schema-
|
|
10
|
+
var notabene_schema = require('./notabene.schema-2f096418.cjs.dev.cjs');
|
|
11
11
|
require('nanoid');
|
|
12
12
|
require('decimal.js');
|
|
13
13
|
require('crypto');
|
|
@@ -4,10 +4,10 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
var vault_schema = require('./vault.schema-c4adc8e1.cjs.prod.cjs');
|
|
6
6
|
var z = require('zod');
|
|
7
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
8
|
-
var tfheUtilities = require('./tfhe-utilities-
|
|
7
|
+
var identityApi_schema = require('./identity-api.schema-c947dde0.cjs.prod.cjs');
|
|
8
|
+
var tfheUtilities = require('./tfhe-utilities-cef2d54a.cjs.prod.cjs');
|
|
9
9
|
var vault_dist_nexeraidIdentitySchemasVault = require('../vault/dist/nexeraid-identity-schemas-vault.cjs.prod.cjs');
|
|
10
|
-
var notabene_schema = require('./notabene.schema-
|
|
10
|
+
var notabene_schema = require('./notabene.schema-6f10d405.cjs.prod.cjs');
|
|
11
11
|
require('nanoid');
|
|
12
12
|
require('decimal.js');
|
|
13
13
|
require('crypto');
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { _ as _defineProperty } from './vault.schema-9742b8d3.esm.mjs';
|
|
2
2
|
export { W as ACTIVE_APTOS_CHAIN_IDS, M as ACTIVE_BITCOIN_CHAIN_IDS, a7 as ACTIVE_CARDANO_CHAIN_IDS, l as ACTIVE_COSMOS_CHAIN_IDS, A as ACTIVE_EVM_CHAIN_VALUES, a1 as ACTIVE_POLKADOT_CHAIN_IDS, G as ACTIVE_SOLANA_CHAIN_IDS, r as ACTIVE_TEZOS_CHAIN_IDS, b4 as ALPHA_2_COUNTRIES, V as APTOS_CHAIN_IDS, R as APTOS_CHAIN_NAMES, U as APTOS_CHAIN_NAMES_LIST, aU as AbiItem, dl as AccountId_NEW, bO as AccountPrefix_NEW, cK as ActionId, ci as ActionPrefix, dG as AdditionalCustomerInformationParams, cq as AiAgentPrefix, cp as AiDocumentPrefix, cn as AiExecutionPrefix, co as AiExecutionStepPrefix, cv as AiMessagePrefix, cr as AiStepPrefix, b5 as Alpha2Country, fy as AmlResults, dn as ApiKeyId_NEW, bQ as ApiKeyPrefix_NEW, cE as AppId, bC as AppPrefix, af as AptosAddress, X as AptosChainId, aI as AptosSignature, eV as AuditAction, L as BITCOIN_CHAIN_IDS, J as BITCOIN_CHAIN_NAMES, K as BITCOIN_CHAIN_NAMES_LIST, ay as BLOCKCHAIN_NAMESPACES, aG as BLOCKCHAIN_NAMESPACE_TO_ADDRESS_URL, aF as BLOCKCHAIN_NAMESPACE_TO_NAME, aE as BLOCKCHAIN_NAME_TO_NAMESPACE, bq as BasicCustomerContactInformation, at as BitcoinAddress, ap as BitcoinBech32Address, O as BitcoinChainId, an as BitcoinP2PKHAddress, ao as BitcoinP2SHAddress, as as BitcoinTestnetBech32Address, aq as BitcoinTestnetP2PKHAddress, ar as BitcoinTestnetP2SHAddress, au as BlockchainAddress, B as BlockchainId, az as BlockchainNamespace, aR as BlockchainSignature, a6 as CARDANO_CHAIN_IDS, a4 as CARDANO_CHAIN_NAMES, a5 as CARDANO_CHAIN_NAMES_LIST, k as COSMOS_CHAIN_IDS, C as COSMOS_CHAIN_NAMES, j as COSMOS_CHAIN_NAMES_LIST, br as CUSTOMERS_CHARTS, bv as CUSTOMER_AUTOMATION_REASONS, bt as CUSTOMER_TABLE_COLUMNS, am as CardanoAddress, a8 as CardanoChainId, aQ as CardanoSignature, cF as ChallengeId, bD as ChallengePrefix, dt as ChatId, df as ChatItemId, cu as ChatItemPrefix, cs as ChatPrefix, d6 as ComplyAdvantageSearchUpdateId, ck as ComplyAdvantageSearchUpdatePrefix, ai as CosmosAddress, m as CosmosChainId, aL as CosmosSignature, b8 as CountryName, eZ as CreateBulkTransactionFeesParams, fe as CreateInsitutionExtractedInfosOutput, f1 as CreateInsitutionOutput, fc as CreateTransactionExtractedInfosOutput, eY as CreateTransactionFeesParams, e$ as CreateTransactionInfosOutput, fd as CreateTransactionMethodExtractedInfoOutput, f0 as CreateTransactionMethodOutput, fb as CreateTransactionOutput, f2 as CreateTransactionPartiesOutput, f3 as CreateTransactionReviewOutput, b2 as CryptoCode, b1 as CryptoCodes, b0 as CurrencyCode, a$ as CurrencyCodes, dL as CustomerId, bn as CustomerOnboardingLevel, bm as CustomerOnboardingLevels, bw as CustomerPersonalInformation, cH as CustomerScreeningId, bp as CustomerStatus, bo as CustomerStatuses, bu as CustomerTableColumn, bh as CustomerType, bg as CustomerTypes, bs as CustomersChartType, eR as DEFAULT_FIAT_CURRENCY, aC as DISPLAYED_BLOCKCHAIN_NAMESPACES, av as DashboardAddress, D as DashboardChainId, a as DashboardChainIdList, fD as DataLinkTypeZodSchema, fB as DataLinkVersionZodSchema, cM as DatasetColumnId, cO as DatasetColumnOptionId, bW as DatasetColumnOptionPrefix, bU as DatasetColumnPrefix, cN as DatasetColumnTypeId, bV as DatasetColumnTypePrefix, cS as DatasetFolderId, b_ as DatasetFolderPrefix, cL as DatasetId, bT as DatasetPrefix, cP as DatasetRowId, bX as DatasetRowPrefix, cQ as DatasetRowValueId, bY as DatasetRowValuePrefix, cR as DatasetViewId, bZ as DatasetViewPrefix, fz as DetectedDuplicates, aD as DisplayedBlockchainNamespace, aH as EIP155Signature, aV as ENVS, E as EVM_BLOCK_TIME, g as EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC, aM as EdSignature, cC as EmailId, bA as EmailPrefix, aW as EnvironmentSchema, da as EvaluationMethodId, ch as EvaluationMethodPrefix, ac as EvmAddress, h as EvmChainId, dM as ExternalCustomerId, dv as FLOW_TYPES, dw as FlowType, aS as FunctionCallData, fO as GenericVaultDataLinkZodSchema, fN as GenericVaultEmbeddedLinkZodSchema, fL as GenericVaultPointerLinkZodSchema, fM as GenericVaultSearchLinkZodSchema, e4 as GenericVerifiableCredentialSchema, fq as GetAverageHistoricalAmountOutput, fp as GetAverageHistoricalAmountParams, fs as GetMedianHistoricalAmountOutput, fr as GetMedianHistoricalAmountParams, fl as GetOneTransactionOutput, eW as GetTransactionAuditsParams, fa as GetTransactionByExternalIdParams, e_ as GetTransactionFeesOutput, ft as GetTransactionHistoricalAveragesParams, f9 as GetTransactionParams, fv as GetTransactionReviewOutput, fu as GetTransactionReviewParams, fx as GetTransactionReviewsOutput, fw as GetTransactionReviewsParams, fg as GetTransactionStatsOutput, ff as GetTransactionStatsParams, fi as GetTransactionsCountOutput, fh as GetTransactionsCountParams, f8 as GetTransactionsForAlertOutput, f7 as GetTransactionsForAlertParams, fn as GetTransactionsOutput, fm as GetTransactionsOutputData, fk as GetTransactionsParams, ax as HexadecimalSchema, eC as HumanReadableTransactionReviewStatus, eB as HumanReadableTransactionReviewStatuses, eE as HumanReadableTransactionStatusMapping, ea as ID3CredentialSchema, dS as ID3CredentialSubjectSchema, dz as IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS, dB as IDENTITY_DOCUMENT_OPTIONS, e7 as IDImageCredentialSchema, e1 as IDImageCredentialSubjectSchema, e6 as IDInformationCredentialSchema, e0 as IDInformationCredentialSubjectSchema, e5 as IDInformationTfheCredentialSchema, d$ as IDInformationTfheCredentialSubjectSchema, eb as IDScanCredentialSchema, dT as IDScanCredentialSubjectSchema, ec as IDScanPassportCredentialSchema, dU as IDScanPassportCredentialSubjectSchema, ed as IDScanSelfieCredentialSchema, dV as IDScanSelfieCredentialSubjectSchema, b3 as ISO3CountryCode, dF as Identifier, dO as IdentityAppV2Web2JWT, dN as IdentityAppV2Web3JWT, dA as IdentityDocumentCountryListOption, dC as IdentityDocumentOptionsType, cA as IdentityId, by as IdentityPrefix, cB as IdentitySessionId, bz as IdentitySessionPrefix, dP as IdentityWidgetAccessToken_NEW, dQ as IdentityWidgetSessionToken, bF as IndividualScreeningPrefix, d4 as InstitutionExtractedInfosId, cc as InstitutionExtractedInfosPrefix, d3 as InstitutionId, cb as InstitutionPrefix, dp as InvitationId_NEW, bR as InvitationPrefix_NEW, a_ as IpAddress, bl as KybOnboardingLevel, bk as KybOnboardingLevels, bj as KycOnboardingLevel, bi as KycOnboardingLevels, dJ as MemberId, ds as MemberIdLegacy, di as MemberId_NEW, bL as MemberPrefix_NEW, du as MessageId, ct as MessagePrefix, cT as MetaAlertId, b$ as MetaAlertPrefix, w as NEXERA_ACTIVE_STARKNET_CHAIN_IDS, Q as NEXERA_APTOS_CHAINS, I as NEXERA_BITCOIN_CHAINS, a3 as NEXERA_CARDANO_CHAINS, i as NEXERA_COSMOS_CHAINS, b as NEXERA_EVM_CHAINS, e as NEXERA_EVM_CHAINS_ID, c as NEXERA_EVM_CHAIN_NAMES, d as NEXERA_EVM_CHAIN_NAMES_LIST, Y as NEXERA_POLKADOT_CHAINS, x as NEXERA_SOLANA_CHAINS, t as NEXERA_STARKNET_CHAINS, v as NEXERA_STARKNET_CHAIN_IDS, u as NEXERA_STARKNET_CHAIN_NAMES, n as NEXERA_TEZOS_CHAINS, q as NEXERA_TEZOS_CHAIN_IDS, o as NEXERA_TEZOS_CHAIN_NAMES, p as NEXERA_TEZOS_CHAIN_NAMES_LIST, f as NexeraEvmChains, N as NonTestnetBlockchainId, ei as OLD_AMLScreeningsResultsCredentialSchema, d_ as OLD_AMLScreeningsResultsCredentialSubjectSchema, ee as OLD_IDImageCredentialSchema, dW as OLD_IDImageCredentialSubjectSchema, ef as OLD_IDInformationCredentialSchema, dX as OLD_IDInformationCredentialSubjectSchema, eg as OLD_ProofOfResidenceCredentialSchema, dY as OLD_ProofOfResidenceCredentialSubjectSchema, eh as OLD_SelfieImageCredentialSchema, dZ as OLD_SelfieImageCredentialSubjectSchema, dH as OrganizationId, dh as OrganizationId_NEW, bK as OrganizationPrefix_NEW, aY as OtpCode, aO as P2Signature, dD as PERSONAL_INFORMATION_FIELDS, a0 as POLKADOT_CHAIN_IDS, Z as POLKADOT_CHAIN_NAMES, $ as POLKADOT_CHAIN_NAMES_LIST, P as POLYGON_NETWORK_NAMES, aZ as PUBLIC_SERVICES_SCHEMA_MAP, dq as PasskeyId_NEW, bS as PasskeyPrefix_NEW, eM as PaymentType, eL as PaymentTypes, dE as PersonalInformationFieldsIdentityDocuments, ah as PolkadotAddress, a2 as PolkadotChainId, aK as PolkadotSignature, s as PolygonNetworkNames, eX as PostValidatedCurrencyCode, aa as PrivateKey, e9 as ProofOfResidenceCredentialSchema, e3 as ProofOfResidenceCredentialSubjectSchema, ab as PublicKey, d9 as QueryGroupId, cg as QueryGroupPrefix, d8 as QueryId, cf as QueryPrefix, bf as RiskScoreType, be as RiskScoreTypes, F as SOLANA_CHAIN_IDS, y as SOLANA_CHAIN_NAMES, z as SOLANA_CHAIN_NAMES_LIST, aA as SUPPORTED_BLOCKCHAIN_NAMESPACES_FOR_SIGNATURE_AUTH, d7 as ScenarioId, ce as ScenarioPrefix, db as ScorechainAnalysisId, bI as ScorechainAnalysisPrefix, bc as ScorechainCountry, fQ as ScorechainEntityRecord, e8 as SelfieImageCredentialSchema, e2 as SelfieImageCredentialSubjectSchema, dk as SessionId_NEW, bN as SessionPrefix_NEW, cI as SigGatingId, bG as SigGatingPrefix, H as SolanaChainId, aN as SpSignature, de as SsssChunkId, cm as SsssChunkPrefix, dd as SsssShareId, cl as SsssSharePrefix, ag as StarknetAddress, S as StarknetChainId, aJ as StarknetSignature, cz as StorageId, bx as StoragePrefix, aw as String0x, aB as SupportedBlockchainNamespaceForSignatureAuth, eS as TRANSACTIONS_STATS_CURRENCIES, ep as TRANSACTION_CHARTS, er as TRANSACTION_TABLE_COLUMNS, el as Tag, cJ as TagId, bH as TagPrefix, em as TagTitle, cU as TagsToEntityId, c0 as TagsToEntityPrefix, cG as TestId, bE as TestPrefix, al as TezosAddress, T as TezosChainId, ak as TezosContractAddress, aT as TezosEntrypointName, aj as TezosImplicitAddress, aP as TezosSignature, fP as TimeFrameCounters, cX as TransactionActivityId, c3 as TransactionActivityPrefix, cV as TransactionAddressesId, c1 as TransactionAddressesPrefix, d5 as TransactionAmountId, cd as TransactionAmountPrefix, eQ as TransactionAmountsFieldName, eP as TransactionAmountsFieldNames, fo as TransactionAmountsToConvert, eI as TransactionCurrencyCode, eH as TransactionCurrencyCodes, eU as TransactionDataEventObject, eG as TransactionDirection, eF as TransactionDirections, d0 as TransactionExtractedInfosId, c8 as TransactionExtractedInfosPrefix, cY as TransactionFeesId, c4 as TransactionFeesPrefix, cW as TransactionId, c$ as TransactionInfosId, c7 as TransactionInfosPrefix, d2 as TransactionMethodExtractedInfosId, ca as TransactionMethodExtractedInfosPrefix, d1 as TransactionMethodsId, c9 as TransactionMethodsPrefix, c_ as TransactionPartiesId, c6 as TransactionPartiesPrefix, eO as TransactionPartiesType, eN as TransactionPartiesTypes, c2 as TransactionPrefix, eK as TransactionProvider, eJ as TransactionProviders, cZ as TransactionReviewId, c5 as TransactionReviewPrefix, eA as TransactionReviewStatus, ez as TransactionReviewStatuses, ey as TransactionRiskLevel, ex as TransactionRiskLevels, fX as TransactionScreeningData, fZ as TransactionScreeningProvider, fY as TransactionScreeningProviders, eT as TransactionStatsCurrency, eD as TransactionStatusMapping, es as TransactionTableColumn, eu as TransactionType, ew as TransactionTypeWithAll, et as TransactionTypes, ev as TransactionTypesWithAll, eq as TransactionsChartType, ad as TxHash, ek as TypeTag, ej as TypeTags, f6 as UpdateTransactionReviewOutput, f4 as UpdateTransactionReviewParams, f5 as UpdateTransactionsReviewParams, dg as UserId_NEW, bJ as UserPrefix_NEW, aX as UuidString, fE as VaultJsonSchemas, fK as VaultMetadataLinkZodSchema, fI as VaultPointerKeyMapZodSchema, fJ as VaultQueryMapZodSchema, fG as VaultSchemaIdZodSchema, fH as VaultSchemaPathsZodSchema, fF as VaultZodSchema, dm as VerificationId_NEW, dy as VerificationMode, dx as VerificationModes, bP as VerificationPrefix_NEW, eo as WORKFLOW_TYPE_TO_TAG_TYPE, cD as WalletId, bB as WalletPrefix, fR as WalletScreeningData, fT as WalletScreeningProvider, fU as WalletScreeningProviderName, fS as WalletScreeningProviders, dR as Web2CreateSessionParams, fV as Web3ArgsType, fW as Web3TransactionData, dK as WorkflowId, dc as WorkflowSessionAttributeId, cj as WorkflowSessionAttributePrefix, cw as WorkflowSessionId, dI as WorkspaceId, dj as WorkspaceId_NEW, bM as WorkspacePrefix_NEW, fC as allDataLinkTypes, fA as allDataLinkVersions, b7 as countryISO2toISO3Mapping, b6 as countryISO3toISO2Mapping, cx as createBrandedSchemaId, cy as createBrandedSchemaIdWithParams, dr as generateId, en as getTagTypeFromEntityType, fj as initializeStatistics, a9 as isValidAddress, b9 as isoCountriesNameFromISO2, ba as isoCountriesNameFromISO3, bb as parseISO3CountryCode, bd as scorechainCountriesNameFromISO2, ae as shortBlockchainAddress } from './vault.schema-9742b8d3.esm.mjs';
|
|
3
3
|
import { z } from 'zod';
|
|
4
|
-
import { C as CredentialTypes } from './identity-api.schema-
|
|
5
|
-
export { v as ACTION_STATUSES, t as ACTION_TRIGGERS, b8 as ARRAY_OPERATORS, aM as AUTHORIZATION_REQUEST_MESSAGE_TYPES, A as AVAILABLE_FLOWS, a4 as AbbreviatedWorkflowScenario, a2 as Action, w as ActionStatus, u as ActionTrigger, s as ActionType, x as ActionValue, bo as AllCredentialValues, c4 as AllScenarioExecutionAuthorizationData, bY as AnyTxAuthDataSignatureResponse, b$ as AnyTxAuthInputJsSdk, bR as ApiTezosTxAuthInput, bL as ApiTxAuthInput, b9 as ArrayOperator, aU as AuthQrCodeData, ap as AuthSession, ar as AuthSessionData, aP as AuthorizationRequestMessage, aO as AuthorizationRequestMessageType, aN as AuthorizationRequestMessageTypes, aS as AuthorizationResponseMessage, n as AvailableFlow, be as BOOLEAN_OPERATORS, M as BackwardsCompatibleScenarioType, L as BackwardsCompatibleScenarioTypes, N as BaseQueryResponse, bf as BooleanOperator, aJ as CIRCUIT_IDS, bz as ChallengeQuerySchema, as as ChallengeResponse, aK as CircuitId, b as CloseScreenNotification, a7 as ComplianceImplementationStepsInput, c3 as CreateAuthRequestProps, a6 as CreateTemplateScenario, cf as CredentialMediaType, ca as CredentialNames, aT as CredentialQrCodeData, c9 as CredentialSchemas, cd as CredentialType, C as CredentialTypes, bg as DATE_OPERATORS, bi as DISPLAY_MODE, D as DataAvailableOnStart, bh as DateOperator, bj as DisplayMode, bZ as Eip155TxAuthInputJsSdk, U as ExecuteQueryResponse, bX as ExtendedTezosTxAuthDataSignatureResponse, bV as ExtendedTezosTxAuthInput, bW as ExtendedTxAuthDataSignatureResponse, bU as ExtendedTxAuthInput, ao as GenerateWalletChallengeRequest, a9 as GetCredentialsRequest, aa as GetCredentialsResponse, av as GetCustomerStatusRequest, aA as GetCustomerStatusResponse, bT as GetTezosTxAuthDataSignatureResponse, bO as GetTxAuthDataSignatureFailureResponse, bP as GetTxAuthDataSignatureResponse, bN as GetTxAuthDataSignatureSuccessResponse, ai as GetTxAuthSigRequest, ak as GetTxAuthSigRequestTezos, aj as GetTxAuthSigResponse, al as GetTxAuthSigResponseTezos, aD as HostMessage, am as HostRequestMessage, H as HostResponseMessage, bn as IDInformationTfhe, aB as IdentityAppMessage, aE as IdentityMessage, i as IdentityNotificationMessage, m as IdentityRequestMessage, an as IdentityResponseMessage, aw as IdentitySdkMessage, ax as IdentitySdkMessageWithIdentifier, aC as IdentityWallet, j as InitialDataRequest, o as InitialDataResponse, I as IsVerifiedNotification, ag as IsVerifiedRequest, ah as IsVerifiedResponse, K as KycCompletionData, c as KycCompletionNotification, cg as Language, aH as MediaType, aI as MediaTypePID, aq as MobileExchangeTokenResponse, bc as NUMERIC_OPERATORS, cb as NexeraCredentialType, bd as NumericOperator, bA as OLD_CHALLENGE_QUERY_OPERATORS, bB as OLD_ChallengeQueryOperator, bE as OLD_ChallengeQueryOperatorToOperator, bw as OLD_ChallengeQuerySchema, bG as OLD_QueryCredentialType, bF as OLD_QueryCredentialTypes, b0 as OPERATORS, g as OcvSdkInitialized, O as OffChainScenarioExecutionData, Q as OffChainZKPRuleResult, d as OnChainScenarioExecutionData, b1 as Operator, bC as OperatorMappings, bD as OperatorToOLD_ChallengeQueryOperator, bv as PartialQueryConfigSimplified, P as PolygonIdInitialized, ac as PolygonIdRequest, ab as PolygonIdRequestData, ae as PolygonIdResponse, ad as PolygonIdResponseData, c2 as PrivacyPreservingMonitoring, aQ as ProofData, a_ as QUERY_LOGIC_OPERATOR, aV as QrCodeLinkWithSchemaType, bp as QueriesOptions, bs as QueryConfigSimplified, br as QueryConfigTfhe, by as QueryCredentialType, bx as QueryCredentialTypes, bt as QueryGroupConfigSimplified, a$ as QueryLogicOperator, bq as QueryType, aF as RequiredDataRowSchema, aG as RequiredVerificationData, V as RuleEngineResponse, R as RuleEngineScenarioExecutionData, bu as RuleResultQueryConfig, Y as RuleResultStatus, Z as RuleResultStatusLabels, X as RuleResultStatuses, b3 as RuleTimeframe, r as SCENARIO_ACTION_TYPES, c5 as SCENARIO_AUTHORIZATION_STATUSES, ba as STRING_OPERATORS, bk as SUPPORTED_TYPES, S as ScenarioAuthorizationData, c6 as ScenarioAuthorizationStatus, e as ScenarioExecutionData, f as ScenarioExecutionNotification, W as ScenarioExecutionResponse, E as ScenarioMode, B as ScenarioModes, J as ScenarioSchema, G as ScenarioStatus, F as ScenarioStatuses, z as ScenarioType, y as ScenarioTypes, _ as SdkVerificationOutput, a as SdkVerificationResponseSchema, l as SendTransactionRequest, k as SignatureRequest, p as SignatureResponse, a8 as SimplifiedCredential, a3 as SimplifiedScenario, aZ as SpecialDataSetType, aY as SpecialDataSetTypes, h as StartCompletedNotification, af as StartFlowRequest, bb as StringOperator, bl as SupportedQueryInputType, bm as SupportedQueryInputTypes, b2 as TIMEFRAME, a5 as TemplateScenario, bQ as TezosTxAuthInput, b_ as TezosTxAuthInputJsSdk, bS as TezosTxSignatureResponse, T as TransactionData, q as TransactionResponse, az as TxAuthDataSignatureGatingError, au as TxAuthDataSignatureGatingRequest, ay as TxAuthDataSignatureResponse, bK as TxAuthInput, bM as TxSignatureResponse, ce as VerifiableCredential, a1 as VerificationOutput, a0 as VerificationSessionStatus, $ as VerificationSessionStatuses, c8 as VerifyWalletChallengeRequest, at as WalletSignResponse, c7 as WalletSignatureResponse, b4 as ZKPOperator, c0 as ZKPRequest, c1 as ZKPRequestFromZKVerifier, aL as ZeroKnowledgeProofRequest, aR as ZeroKnowledgeProofResponse, cc as getCredentialName, bI as getOldCredentialPath, bH as getOldCredentialType, bJ as oldCredentialPathToDataLink, b5 as operatorDisplayMap, aW as parseIden3Message, aX as parseSessionIdFromUrl, b7 as timeframeAlertDisplayMap, b6 as timeframeDisplayMap } from './identity-api.schema-
|
|
6
|
-
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-
|
|
4
|
+
import { C as CredentialTypes } from './identity-api.schema-f8fe4841.esm.mjs';
|
|
5
|
+
export { v as ACTION_STATUSES, t as ACTION_TRIGGERS, b8 as ARRAY_OPERATORS, aM as AUTHORIZATION_REQUEST_MESSAGE_TYPES, A as AVAILABLE_FLOWS, a4 as AbbreviatedWorkflowScenario, a2 as Action, w as ActionStatus, u as ActionTrigger, s as ActionType, x as ActionValue, bo as AllCredentialValues, c4 as AllScenarioExecutionAuthorizationData, bY as AnyTxAuthDataSignatureResponse, b$ as AnyTxAuthInputJsSdk, bR as ApiTezosTxAuthInput, bL as ApiTxAuthInput, b9 as ArrayOperator, aU as AuthQrCodeData, ap as AuthSession, ar as AuthSessionData, aP as AuthorizationRequestMessage, aO as AuthorizationRequestMessageType, aN as AuthorizationRequestMessageTypes, aS as AuthorizationResponseMessage, n as AvailableFlow, be as BOOLEAN_OPERATORS, M as BackwardsCompatibleScenarioType, L as BackwardsCompatibleScenarioTypes, N as BaseQueryResponse, bf as BooleanOperator, aJ as CIRCUIT_IDS, bz as ChallengeQuerySchema, as as ChallengeResponse, aK as CircuitId, b as CloseScreenNotification, a7 as ComplianceImplementationStepsInput, c3 as CreateAuthRequestProps, a6 as CreateTemplateScenario, cf as CredentialMediaType, ca as CredentialNames, aT as CredentialQrCodeData, c9 as CredentialSchemas, cd as CredentialType, C as CredentialTypes, bg as DATE_OPERATORS, bi as DISPLAY_MODE, D as DataAvailableOnStart, bh as DateOperator, bj as DisplayMode, bZ as Eip155TxAuthInputJsSdk, U as ExecuteQueryResponse, bX as ExtendedTezosTxAuthDataSignatureResponse, bV as ExtendedTezosTxAuthInput, bW as ExtendedTxAuthDataSignatureResponse, bU as ExtendedTxAuthInput, ao as GenerateWalletChallengeRequest, a9 as GetCredentialsRequest, aa as GetCredentialsResponse, av as GetCustomerStatusRequest, aA as GetCustomerStatusResponse, bT as GetTezosTxAuthDataSignatureResponse, bO as GetTxAuthDataSignatureFailureResponse, bP as GetTxAuthDataSignatureResponse, bN as GetTxAuthDataSignatureSuccessResponse, ai as GetTxAuthSigRequest, ak as GetTxAuthSigRequestTezos, aj as GetTxAuthSigResponse, al as GetTxAuthSigResponseTezos, aD as HostMessage, am as HostRequestMessage, H as HostResponseMessage, bn as IDInformationTfhe, aB as IdentityAppMessage, aE as IdentityMessage, i as IdentityNotificationMessage, m as IdentityRequestMessage, an as IdentityResponseMessage, aw as IdentitySdkMessage, ax as IdentitySdkMessageWithIdentifier, aC as IdentityWallet, j as InitialDataRequest, o as InitialDataResponse, I as IsVerifiedNotification, ag as IsVerifiedRequest, ah as IsVerifiedResponse, K as KycCompletionData, c as KycCompletionNotification, cg as Language, aH as MediaType, aI as MediaTypePID, aq as MobileExchangeTokenResponse, bc as NUMERIC_OPERATORS, cb as NexeraCredentialType, bd as NumericOperator, bA as OLD_CHALLENGE_QUERY_OPERATORS, bB as OLD_ChallengeQueryOperator, bE as OLD_ChallengeQueryOperatorToOperator, bw as OLD_ChallengeQuerySchema, bG as OLD_QueryCredentialType, bF as OLD_QueryCredentialTypes, b0 as OPERATORS, g as OcvSdkInitialized, O as OffChainScenarioExecutionData, Q as OffChainZKPRuleResult, d as OnChainScenarioExecutionData, b1 as Operator, bC as OperatorMappings, bD as OperatorToOLD_ChallengeQueryOperator, bv as PartialQueryConfigSimplified, P as PolygonIdInitialized, ac as PolygonIdRequest, ab as PolygonIdRequestData, ae as PolygonIdResponse, ad as PolygonIdResponseData, c2 as PrivacyPreservingMonitoring, aQ as ProofData, a_ as QUERY_LOGIC_OPERATOR, aV as QrCodeLinkWithSchemaType, bp as QueriesOptions, bs as QueryConfigSimplified, br as QueryConfigTfhe, by as QueryCredentialType, bx as QueryCredentialTypes, bt as QueryGroupConfigSimplified, a$ as QueryLogicOperator, bq as QueryType, aF as RequiredDataRowSchema, aG as RequiredVerificationData, V as RuleEngineResponse, R as RuleEngineScenarioExecutionData, bu as RuleResultQueryConfig, Y as RuleResultStatus, Z as RuleResultStatusLabels, X as RuleResultStatuses, b3 as RuleTimeframe, r as SCENARIO_ACTION_TYPES, c5 as SCENARIO_AUTHORIZATION_STATUSES, ba as STRING_OPERATORS, bk as SUPPORTED_TYPES, S as ScenarioAuthorizationData, c6 as ScenarioAuthorizationStatus, e as ScenarioExecutionData, f as ScenarioExecutionNotification, W as ScenarioExecutionResponse, E as ScenarioMode, B as ScenarioModes, J as ScenarioSchema, G as ScenarioStatus, F as ScenarioStatuses, z as ScenarioType, y as ScenarioTypes, _ as SdkVerificationOutput, a as SdkVerificationResponseSchema, l as SendTransactionRequest, k as SignatureRequest, p as SignatureResponse, a8 as SimplifiedCredential, a3 as SimplifiedScenario, aZ as SpecialDataSetType, aY as SpecialDataSetTypes, h as StartCompletedNotification, af as StartFlowRequest, bb as StringOperator, bl as SupportedQueryInputType, bm as SupportedQueryInputTypes, b2 as TIMEFRAME, a5 as TemplateScenario, bQ as TezosTxAuthInput, b_ as TezosTxAuthInputJsSdk, bS as TezosTxSignatureResponse, T as TransactionData, q as TransactionResponse, az as TxAuthDataSignatureGatingError, au as TxAuthDataSignatureGatingRequest, ay as TxAuthDataSignatureResponse, bK as TxAuthInput, bM as TxSignatureResponse, ce as VerifiableCredential, a1 as VerificationOutput, a0 as VerificationSessionStatus, $ as VerificationSessionStatuses, c8 as VerifyWalletChallengeRequest, at as WalletSignResponse, c7 as WalletSignatureResponse, b4 as ZKPOperator, c0 as ZKPRequest, c1 as ZKPRequestFromZKVerifier, aL as ZeroKnowledgeProofRequest, aR as ZeroKnowledgeProofResponse, cc as getCredentialName, bI as getOldCredentialPath, bH as getOldCredentialType, bJ as oldCredentialPathToDataLink, b5 as operatorDisplayMap, aW as parseIden3Message, aX as parseSessionIdFromUrl, b7 as timeframeAlertDisplayMap, b6 as timeframeDisplayMap } from './identity-api.schema-f8fe4841.esm.mjs';
|
|
6
|
+
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-5b887fda.esm.mjs';
|
|
7
7
|
export { Separator, computeVaultKey, generateZodObjectPaths, resolvePathOnDataSchema, resolvePathOnMapSchema } from '../vault/dist/nexeraid-identity-schemas-vault.esm.mjs';
|
|
8
|
-
import { N as NotabeneTxCreateStatus } from './notabene.schema-
|
|
8
|
+
import { N as NotabeneTxCreateStatus } from './notabene.schema-4fdb97ca.esm.mjs';
|
|
9
9
|
import 'nanoid';
|
|
10
10
|
import 'decimal.js';
|
|
11
11
|
import 'crypto';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var z = require('zod');
|
|
4
4
|
var vault_schema = require('./vault.schema-c2e0fceb.cjs.dev.cjs');
|
|
5
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
5
|
+
var identityApi_schema = require('./identity-api.schema-bf50f89f.cjs.dev.cjs');
|
|
6
6
|
|
|
7
7
|
function _interopDefault (e) { return e && e.__esModule ? e : { 'default': e }; }
|
|
8
8
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import z$1, { z } from 'zod';
|
|
2
2
|
import { b5 as Alpha2Country, aX as UuidString, f_ as _toConsumableArray, g1 as ScoringAnalysisRequest, g2 as WorkflowsScoringAnalysisRequest, b3 as ISO3CountryCode, g0 as _slicedToArray, cA as IdentityId, au as BlockchainAddress, az as BlockchainNamespace, cw as WorkflowSessionId, dI as WorkspaceId, dH as OrganizationId, bp as CustomerStatus, _ as _defineProperty, e3 as ProofOfResidenceCredentialSubjectSchema, bq as BasicCustomerContactInformation, dy as VerificationMode } from './vault.schema-9742b8d3.esm.mjs';
|
|
3
|
-
import { _ as SdkVerificationOutput, aV as QrCodeLinkWithSchemaType, cd as CredentialType } from './identity-api.schema-
|
|
3
|
+
import { _ as SdkVerificationOutput, aV as QrCodeLinkWithSchemaType, cd as CredentialType } from './identity-api.schema-f8fe4841.esm.mjs';
|
|
4
4
|
|
|
5
5
|
var IpQualityAnalysisRequest = z.object({
|
|
6
6
|
apiKey: z.string().nullish(),
|
package/dist/{notabene.schema-affe35ef.cjs.prod.cjs → notabene.schema-6f10d405.cjs.prod.cjs}
RENAMED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var z = require('zod');
|
|
4
4
|
var vault_schema = require('./vault.schema-c4adc8e1.cjs.prod.cjs');
|
|
5
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
5
|
+
var identityApi_schema = require('./identity-api.schema-c947dde0.cjs.prod.cjs');
|
|
6
6
|
|
|
7
7
|
function _interopDefault (e) { return e && e.__esModule ? e : { 'default': e }; }
|
|
8
8
|
|
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nexeraid/identity-schemas",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.208.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "ISC",
|
|
@@ -96,10 +96,10 @@
|
|
|
96
96
|
"zod-to-json-schema": "^3.24.6"
|
|
97
97
|
},
|
|
98
98
|
"devDependencies": {
|
|
99
|
-
"@types/bun": "^1.
|
|
99
|
+
"@types/bun": "^1.3.6",
|
|
100
100
|
"@types/json-schema": "^7.0.15",
|
|
101
101
|
"@unblokttechnology/eslint-config": "workspace:*",
|
|
102
|
-
"bun": "^1.
|
|
102
|
+
"bun": "^1.3.6",
|
|
103
103
|
"eslint": "^8.57.1",
|
|
104
104
|
"json-schema-to-zod": "^2.6.1",
|
|
105
105
|
"ts-json-as-const": "^1.0.7",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var vault_schema = require('./vault.schema-c2e0fceb.cjs.dev.cjs');
|
|
4
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
4
|
+
var identityApi_schema = require('./identity-api.schema-bf50f89f.cjs.dev.cjs');
|
|
5
5
|
|
|
6
6
|
var VC_JSON_SCHEMA_MAP = {
|
|
7
7
|
ProofOfResidence: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { f_ as _toConsumableArray } from './vault.schema-9742b8d3.esm.mjs';
|
|
2
|
-
import { bl as SupportedQueryInputType, bc as NUMERIC_OPERATORS, b8 as ARRAY_OPERATORS, be as BOOLEAN_OPERATORS, ba as STRING_OPERATORS } from './identity-api.schema-
|
|
2
|
+
import { bl as SupportedQueryInputType, bc as NUMERIC_OPERATORS, b8 as ARRAY_OPERATORS, be as BOOLEAN_OPERATORS, ba as STRING_OPERATORS } from './identity-api.schema-f8fe4841.esm.mjs';
|
|
3
3
|
|
|
4
4
|
var VC_JSON_SCHEMA_MAP = {
|
|
5
5
|
ProofOfResidence: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var vault_schema = require('./vault.schema-c4adc8e1.cjs.prod.cjs');
|
|
4
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
4
|
+
var identityApi_schema = require('./identity-api.schema-c947dde0.cjs.prod.cjs');
|
|
5
5
|
|
|
6
6
|
var VC_JSON_SCHEMA_MAP = {
|
|
7
7
|
ProofOfResidence: {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var identityApi_schema = require('../../dist/identity-api.schema-
|
|
5
|
+
var identityApi_schema = require('../../dist/identity-api.schema-bf50f89f.cjs.dev.cjs');
|
|
6
6
|
require('zod');
|
|
7
7
|
require('../../dist/vault.schema-c2e0fceb.cjs.dev.cjs');
|
|
8
8
|
require('nanoid');
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var identityApi_schema = require('../../dist/identity-api.schema-
|
|
5
|
+
var identityApi_schema = require('../../dist/identity-api.schema-c947dde0.cjs.prod.cjs');
|
|
6
6
|
require('zod');
|
|
7
7
|
require('../../dist/vault.schema-c4adc8e1.cjs.prod.cjs');
|
|
8
8
|
require('nanoid');
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { v as ACTION_STATUSES, t as ACTION_TRIGGERS, b8 as ARRAY_OPERATORS, aM as AUTHORIZATION_REQUEST_MESSAGE_TYPES, A as AVAILABLE_FLOWS, a4 as AbbreviatedWorkflowScenario, a2 as Action, w as ActionStatus, u as ActionTrigger, s as ActionType, x as ActionValue, bo as AllCredentialValues, c4 as AllScenarioExecutionAuthorizationData, bY as AnyTxAuthDataSignatureResponse, b$ as AnyTxAuthInputJsSdk, bR as ApiTezosTxAuthInput, bL as ApiTxAuthInput, b9 as ArrayOperator, aU as AuthQrCodeData, ap as AuthSession, ar as AuthSessionData, aP as AuthorizationRequestMessage, aO as AuthorizationRequestMessageType, aN as AuthorizationRequestMessageTypes, aS as AuthorizationResponseMessage, n as AvailableFlow, be as BOOLEAN_OPERATORS, M as BackwardsCompatibleScenarioType, L as BackwardsCompatibleScenarioTypes, N as BaseQueryResponse, bf as BooleanOperator, aJ as CIRCUIT_IDS, bz as ChallengeQuerySchema, as as ChallengeResponse, aK as CircuitId, b as CloseScreenNotification, a7 as ComplianceImplementationStepsInput, c3 as CreateAuthRequestProps, a6 as CreateTemplateScenario, aT as CredentialQrCodeData, bg as DATE_OPERATORS, bi as DISPLAY_MODE, D as DataAvailableOnStart, bh as DateOperator, bj as DisplayMode, bZ as Eip155TxAuthInputJsSdk, U as ExecuteQueryResponse, bX as ExtendedTezosTxAuthDataSignatureResponse, bV as ExtendedTezosTxAuthInput, bW as ExtendedTxAuthDataSignatureResponse, bU as ExtendedTxAuthInput, ao as GenerateWalletChallengeRequest, a9 as GetCredentialsRequest, aa as GetCredentialsResponse, av as GetCustomerStatusRequest, aA as GetCustomerStatusResponse, bT as GetTezosTxAuthDataSignatureResponse, bO as GetTxAuthDataSignatureFailureResponse, bP as GetTxAuthDataSignatureResponse, bN as GetTxAuthDataSignatureSuccessResponse, ai as GetTxAuthSigRequest, ak as GetTxAuthSigRequestTezos, aj as GetTxAuthSigResponse, al as GetTxAuthSigResponseTezos, aD as HostMessage, am as HostRequestMessage, H as HostResponseMessage, bn as IDInformationTfhe, aB as IdentityAppMessage, aE as IdentityMessage, i as IdentityNotificationMessage, m as IdentityRequestMessage, an as IdentityResponseMessage, aw as IdentitySdkMessage, ax as IdentitySdkMessageWithIdentifier, aC as IdentityWallet, j as InitialDataRequest, o as InitialDataResponse, I as IsVerifiedNotification, ag as IsVerifiedRequest, ah as IsVerifiedResponse, K as KycCompletionData, c as KycCompletionNotification, aH as MediaType, aI as MediaTypePID, aq as MobileExchangeTokenResponse, bc as NUMERIC_OPERATORS, bd as NumericOperator, bA as OLD_CHALLENGE_QUERY_OPERATORS, bB as OLD_ChallengeQueryOperator, bE as OLD_ChallengeQueryOperatorToOperator, bw as OLD_ChallengeQuerySchema, bG as OLD_QueryCredentialType, bF as OLD_QueryCredentialTypes, b0 as OPERATORS, g as OcvSdkInitialized, O as OffChainScenarioExecutionData, Q as OffChainZKPRuleResult, d as OnChainScenarioExecutionData, b1 as Operator, bC as OperatorMappings, bD as OperatorToOLD_ChallengeQueryOperator, bv as PartialQueryConfigSimplified, P as PolygonIdInitialized, ac as PolygonIdRequest, ab as PolygonIdRequestData, ae as PolygonIdResponse, ad as PolygonIdResponseData, c2 as PrivacyPreservingMonitoring, aQ as ProofData, a_ as QUERY_LOGIC_OPERATOR, aV as QrCodeLinkWithSchemaType, bp as QueriesOptions, bs as QueryConfigSimplified, br as QueryConfigTfhe, by as QueryCredentialType, bx as QueryCredentialTypes, bt as QueryGroupConfigSimplified, a$ as QueryLogicOperator, bq as QueryType, aF as RequiredDataRowSchema, aG as RequiredVerificationData, V as RuleEngineResponse, R as RuleEngineScenarioExecutionData, bu as RuleResultQueryConfig, Y as RuleResultStatus, Z as RuleResultStatusLabels, X as RuleResultStatuses, b3 as RuleTimeframe, r as SCENARIO_ACTION_TYPES, c5 as SCENARIO_AUTHORIZATION_STATUSES, ba as STRING_OPERATORS, bk as SUPPORTED_TYPES, S as ScenarioAuthorizationData, c6 as ScenarioAuthorizationStatus, e as ScenarioExecutionData, f as ScenarioExecutionNotification, W as ScenarioExecutionResponse, E as ScenarioMode, B as ScenarioModes, J as ScenarioSchema, G as ScenarioStatus, F as ScenarioStatuses, z as ScenarioType, y as ScenarioTypes, _ as SdkVerificationOutput, a as SdkVerificationResponseSchema, l as SendTransactionRequest, k as SignatureRequest, p as SignatureResponse, a8 as SimplifiedCredential, a3 as SimplifiedScenario, aZ as SpecialDataSetType, aY as SpecialDataSetTypes, h as StartCompletedNotification, af as StartFlowRequest, bb as StringOperator, bl as SupportedQueryInputType, bm as SupportedQueryInputTypes, b2 as TIMEFRAME, a5 as TemplateScenario, bQ as TezosTxAuthInput, b_ as TezosTxAuthInputJsSdk, bS as TezosTxSignatureResponse, T as TransactionData, q as TransactionResponse, az as TxAuthDataSignatureGatingError, au as TxAuthDataSignatureGatingRequest, ay as TxAuthDataSignatureResponse, bK as TxAuthInput, bM as TxSignatureResponse, a1 as VerificationOutput, a0 as VerificationSessionStatus, $ as VerificationSessionStatuses, c8 as VerifyWalletChallengeRequest, at as WalletSignResponse, c7 as WalletSignatureResponse, b4 as ZKPOperator, c0 as ZKPRequest, c1 as ZKPRequestFromZKVerifier, aL as ZeroKnowledgeProofRequest, aR as ZeroKnowledgeProofResponse, bI as getOldCredentialPath, bH as getOldCredentialType, bJ as oldCredentialPathToDataLink, b5 as operatorDisplayMap, aW as parseIden3Message, aX as parseSessionIdFromUrl, b7 as timeframeAlertDisplayMap, b6 as timeframeDisplayMap } from '../../dist/identity-api.schema-
|
|
1
|
+
export { v as ACTION_STATUSES, t as ACTION_TRIGGERS, b8 as ARRAY_OPERATORS, aM as AUTHORIZATION_REQUEST_MESSAGE_TYPES, A as AVAILABLE_FLOWS, a4 as AbbreviatedWorkflowScenario, a2 as Action, w as ActionStatus, u as ActionTrigger, s as ActionType, x as ActionValue, bo as AllCredentialValues, c4 as AllScenarioExecutionAuthorizationData, bY as AnyTxAuthDataSignatureResponse, b$ as AnyTxAuthInputJsSdk, bR as ApiTezosTxAuthInput, bL as ApiTxAuthInput, b9 as ArrayOperator, aU as AuthQrCodeData, ap as AuthSession, ar as AuthSessionData, aP as AuthorizationRequestMessage, aO as AuthorizationRequestMessageType, aN as AuthorizationRequestMessageTypes, aS as AuthorizationResponseMessage, n as AvailableFlow, be as BOOLEAN_OPERATORS, M as BackwardsCompatibleScenarioType, L as BackwardsCompatibleScenarioTypes, N as BaseQueryResponse, bf as BooleanOperator, aJ as CIRCUIT_IDS, bz as ChallengeQuerySchema, as as ChallengeResponse, aK as CircuitId, b as CloseScreenNotification, a7 as ComplianceImplementationStepsInput, c3 as CreateAuthRequestProps, a6 as CreateTemplateScenario, aT as CredentialQrCodeData, bg as DATE_OPERATORS, bi as DISPLAY_MODE, D as DataAvailableOnStart, bh as DateOperator, bj as DisplayMode, bZ as Eip155TxAuthInputJsSdk, U as ExecuteQueryResponse, bX as ExtendedTezosTxAuthDataSignatureResponse, bV as ExtendedTezosTxAuthInput, bW as ExtendedTxAuthDataSignatureResponse, bU as ExtendedTxAuthInput, ao as GenerateWalletChallengeRequest, a9 as GetCredentialsRequest, aa as GetCredentialsResponse, av as GetCustomerStatusRequest, aA as GetCustomerStatusResponse, bT as GetTezosTxAuthDataSignatureResponse, bO as GetTxAuthDataSignatureFailureResponse, bP as GetTxAuthDataSignatureResponse, bN as GetTxAuthDataSignatureSuccessResponse, ai as GetTxAuthSigRequest, ak as GetTxAuthSigRequestTezos, aj as GetTxAuthSigResponse, al as GetTxAuthSigResponseTezos, aD as HostMessage, am as HostRequestMessage, H as HostResponseMessage, bn as IDInformationTfhe, aB as IdentityAppMessage, aE as IdentityMessage, i as IdentityNotificationMessage, m as IdentityRequestMessage, an as IdentityResponseMessage, aw as IdentitySdkMessage, ax as IdentitySdkMessageWithIdentifier, aC as IdentityWallet, j as InitialDataRequest, o as InitialDataResponse, I as IsVerifiedNotification, ag as IsVerifiedRequest, ah as IsVerifiedResponse, K as KycCompletionData, c as KycCompletionNotification, aH as MediaType, aI as MediaTypePID, aq as MobileExchangeTokenResponse, bc as NUMERIC_OPERATORS, bd as NumericOperator, bA as OLD_CHALLENGE_QUERY_OPERATORS, bB as OLD_ChallengeQueryOperator, bE as OLD_ChallengeQueryOperatorToOperator, bw as OLD_ChallengeQuerySchema, bG as OLD_QueryCredentialType, bF as OLD_QueryCredentialTypes, b0 as OPERATORS, g as OcvSdkInitialized, O as OffChainScenarioExecutionData, Q as OffChainZKPRuleResult, d as OnChainScenarioExecutionData, b1 as Operator, bC as OperatorMappings, bD as OperatorToOLD_ChallengeQueryOperator, bv as PartialQueryConfigSimplified, P as PolygonIdInitialized, ac as PolygonIdRequest, ab as PolygonIdRequestData, ae as PolygonIdResponse, ad as PolygonIdResponseData, c2 as PrivacyPreservingMonitoring, aQ as ProofData, a_ as QUERY_LOGIC_OPERATOR, aV as QrCodeLinkWithSchemaType, bp as QueriesOptions, bs as QueryConfigSimplified, br as QueryConfigTfhe, by as QueryCredentialType, bx as QueryCredentialTypes, bt as QueryGroupConfigSimplified, a$ as QueryLogicOperator, bq as QueryType, aF as RequiredDataRowSchema, aG as RequiredVerificationData, V as RuleEngineResponse, R as RuleEngineScenarioExecutionData, bu as RuleResultQueryConfig, Y as RuleResultStatus, Z as RuleResultStatusLabels, X as RuleResultStatuses, b3 as RuleTimeframe, r as SCENARIO_ACTION_TYPES, c5 as SCENARIO_AUTHORIZATION_STATUSES, ba as STRING_OPERATORS, bk as SUPPORTED_TYPES, S as ScenarioAuthorizationData, c6 as ScenarioAuthorizationStatus, e as ScenarioExecutionData, f as ScenarioExecutionNotification, W as ScenarioExecutionResponse, E as ScenarioMode, B as ScenarioModes, J as ScenarioSchema, G as ScenarioStatus, F as ScenarioStatuses, z as ScenarioType, y as ScenarioTypes, _ as SdkVerificationOutput, a as SdkVerificationResponseSchema, l as SendTransactionRequest, k as SignatureRequest, p as SignatureResponse, a8 as SimplifiedCredential, a3 as SimplifiedScenario, aZ as SpecialDataSetType, aY as SpecialDataSetTypes, h as StartCompletedNotification, af as StartFlowRequest, bb as StringOperator, bl as SupportedQueryInputType, bm as SupportedQueryInputTypes, b2 as TIMEFRAME, a5 as TemplateScenario, bQ as TezosTxAuthInput, b_ as TezosTxAuthInputJsSdk, bS as TezosTxSignatureResponse, T as TransactionData, q as TransactionResponse, az as TxAuthDataSignatureGatingError, au as TxAuthDataSignatureGatingRequest, ay as TxAuthDataSignatureResponse, bK as TxAuthInput, bM as TxSignatureResponse, a1 as VerificationOutput, a0 as VerificationSessionStatus, $ as VerificationSessionStatuses, c8 as VerifyWalletChallengeRequest, at as WalletSignResponse, c7 as WalletSignatureResponse, b4 as ZKPOperator, c0 as ZKPRequest, c1 as ZKPRequestFromZKVerifier, aL as ZeroKnowledgeProofRequest, aR as ZeroKnowledgeProofResponse, bI as getOldCredentialPath, bH as getOldCredentialType, bJ as oldCredentialPathToDataLink, b5 as operatorDisplayMap, aW as parseIden3Message, aX as parseSessionIdFromUrl, b7 as timeframeAlertDisplayMap, b6 as timeframeDisplayMap } from '../../dist/identity-api.schema-f8fe4841.esm.mjs';
|
|
2
2
|
import 'zod';
|
|
3
3
|
import '../../dist/vault.schema-9742b8d3.esm.mjs';
|
|
4
4
|
import 'nanoid';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nexeraid/identity-schemas",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.208.0-dev",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "ISC",
|
|
@@ -70,9 +70,9 @@
|
|
|
70
70
|
"@nexeraid/logger": "2.35.3-dev"
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|
|
73
|
-
"@types/bun": "^1.
|
|
73
|
+
"@types/bun": "^1.3.6",
|
|
74
74
|
"@types/json-schema": "^7.0.15",
|
|
75
|
-
"bun": "^1.
|
|
75
|
+
"bun": "^1.3.6",
|
|
76
76
|
"eslint": "^8.57.1",
|
|
77
77
|
"json-schema-to-zod": "^2.6.1",
|
|
78
78
|
"ts-json-as-const": "^1.0.7",
|
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var vault_schema = require('../../dist/vault.schema-c2e0fceb.cjs.dev.cjs');
|
|
6
|
-
var notabene_schema = require('../../dist/notabene.schema-
|
|
6
|
+
var notabene_schema = require('../../dist/notabene.schema-2f096418.cjs.dev.cjs');
|
|
7
7
|
require('zod');
|
|
8
8
|
require('nanoid');
|
|
9
9
|
require('decimal.js');
|
|
10
|
-
require('../../dist/identity-api.schema-
|
|
10
|
+
require('../../dist/identity-api.schema-bf50f89f.cjs.dev.cjs');
|
|
11
11
|
require('crypto');
|
|
12
12
|
|
|
13
13
|
var ALL_SCORECHAIN_BLOCKCHAIN = [{
|
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var vault_schema = require('../../dist/vault.schema-c4adc8e1.cjs.prod.cjs');
|
|
6
|
-
var notabene_schema = require('../../dist/notabene.schema-
|
|
6
|
+
var notabene_schema = require('../../dist/notabene.schema-6f10d405.cjs.prod.cjs');
|
|
7
7
|
require('zod');
|
|
8
8
|
require('nanoid');
|
|
9
9
|
require('decimal.js');
|
|
10
|
-
require('../../dist/identity-api.schema-
|
|
10
|
+
require('../../dist/identity-api.schema-c947dde0.cjs.prod.cjs');
|
|
11
11
|
require('crypto');
|
|
12
12
|
|
|
13
13
|
var ALL_SCORECHAIN_BLOCKCHAIN = [{
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
export { g6 as ANALYSIS_TYPES, g7 as AnalysisType, gf as Coin, gk as EntityRiskDefaultsMap, gj as EntityRiskDefaultsValues, gq as GetActiveBlockchains, gp as GetActiveBlockchainsRequest, gr as GetActiveBlockchainsResponse, gv as GetAddressAnalysis, gs as GetAddressAnalysisRequest, gx as GetAddressAnalysisResponse, gw as GetTransactionAnalysis, gt as GetTransactionAnalysisRequest, gy as GetTransactionAnalysisResponse, gb as NonMinimalScorechainBlockchain, g8 as OBJECT_TYPES, g9 as ObjectType, gA as RawScorechainResult, gi as RiskExplanation, gg as RiskSeverity, gn as ScorechainAnalysis, ga as ScorechainBlockchain, gc as ScorechainBlockchainToNamespace, gu as ScorechainEntity, gh as ScorechainEntityType, gm as ScorechainError, gl as ScorechainErrorResponse, gB as ScorechainRiskToRiskLevel, gE as ScorechainTransactionRiskLevel, gD as ScorechainWalletRiskLevel, gC as ScorechainWalletRiskLevels, gz as ScoringAnalysisApiRequest, g1 as ScoringAnalysisRequest, go as ScoringAnalysisResponse, g2 as WorkflowsScoringAnalysisRequest, ge as compareRiskLevels, gd as getRiskLevelByRiskScore } from '../../dist/vault.schema-9742b8d3.esm.mjs';
|
|
2
|
-
export { O as AMLMetadata, cS as APPLICANT_CHECK_STATUSES, d7 as ApiErrorCommandResponse, d6 as ApiErrorResponse, d8 as ApiSuccessCommandResponse, cT as ApplicantCheckStatus, cE as ApplicantImages, bD as ApplicantMemberOfSchema, dW as AuthToken, dX as AuthTokenError, dV as AuthTokenRequest, dY as AuthTokenResponse, bU as BENEFICIARY_TYPES, bF as BaseApplicantActionSchema, ba as BaseProvider, bW as BeneficiaryCompanyCustomerClaims, bX as BeneficiaryCompanyCustomerClaimsArray, bV as BeneficiaryType, dj as BeneficiaryVerificationStatus, dk as BeneficiaryVerificationStatusArray, j as BigCSErrorCodes, b5 as BigConfig, B as BigCryptoChain, h as BigProperties, g as BigPropertiesLiteral, i as BigProperty, bd as BigProvider, k as BitRankRequest, l as BitRankVerified, n as BitRankVerifiedError, m as BitRankVerifiedErrorResponse, o as BitRankVerifiedResponse, dg as COMPANY_DOCUMENT_STATUS, aq as COMPLY_ADVANTAGE_COUNTRY_FIELD_SOURCES, as as COMPLY_ADVANTAGE_DATE_OF_BIRTH_FIELD_SOURCES, ao as COMPLY_ADVANTAGE_NATIONALITY_FIELD_SOURCES, ah as COMPLY_ADVANTAGE_RESPONSE_MATCH_STATUS, ae as COMPLY_ADVANTAGE_RESPONSE_MATCH_TYPE, dE as ChainalysisApiError, b0 as ChainalysisConfig, dC as ChainalysisErrorCodes, bg as ChainalysisProvider, dA as ChainalysisRegisterApiResponse, dF as ChainalysisRegisterResponse, dz as ChainalysisRequest, dD as ChainalysisRiskAssessmentApiResponse, dG as ChainalysisRiskAssessmentResponse, dB as ChainalysisRiskLevel, a5 as CoerceDateUTC, dK as CoinMarketCapApiResponse, dL as CoinMarketCapFiatId, dI as CoinMarketCapQuote, dJ as CoinMarketCapQuotes, dH as CoinMarketCapRequest, di as CompanyDocumentMetaData, dh as CompanyDocumentStatus, aI as ComplyAdvantageAmlFullListing, aH as ComplyAdvantageAmlItemSource, ar as ComplyAdvantageCountryFieldSources, at as ComplyAdvantageDateOfBirthFieldSources, aG as ComplyAdvantageKeyInformation, aD as ComplyAdvantageMedia, aS as ComplyAdvantageMonitorSearchDataResponse, aU as ComplyAdvantageMonitorSearchResponse, aT as ComplyAdvantageMonitorSearchSuccessResponse, aV as ComplyAdvantageMonitoredSearchUpdate, ap as ComplyAdvantageNationalityFieldSources, bo as ComplyAdvantageProvider, bn as ComplyAdvantageProviderConfigElement, bm as ComplyAdvantageProviderConfigFilters, bl as ComplyAdvantageProviderConfigTypes, ai as ComplyAdvantageReponseMatchStatus, af as ComplyAdvantageResponseMatchType, aF as ComplyAdvantageSearchDataResponse, aE as ComplyAdvantageSearchDataResponseHit, aJ as ComplyAdvantageSearchEntitiesDataResponse, aL as ComplyAdvantageSearchEntitiesResponse, aK as ComplyAdvantageSearchEntitiesSuccessResponse, a as ComplyAdvantageSearchErrorResponse, aM as ComplyAdvantageSearchRequest, aN as ComplyAdvantageSearchRequests, C as ComplyAdvantageSearchResponse, b as ComplyAdvantageSearchSuccessResponse, aP as ComplyAdvantageUpdateSearchEntitiesRequest, aR as ComplyAdvantageUpdateSearchEntitiesResponse, aQ as ComplyAdvantageUpdateSearchEntitiesSuccessResponse, aO as ComplyAdvantageUpdateSearchRequest, aB as ComplyAdvantageUser, bu as CreateProviderInput, bv as CreateProviderResponse, au as CreateSearchInput, d2 as CredentialMetadata, b2 as CrystalIntelligenceConfig, bi as CrystalIntelligenceProvider, dS as CrystalWalletScreeningApiRequest, dT as CrystalWalletScreeningResponse, d1 as CustomerContactInformationOutput, dq as CustomerDocumentMetaData, dr as CustomerStatusResults, a_ as DataProvider, aZ as DataProviderOptions, bz as DeleteProviderInput, bA as DeleteProviderResponse, z as DocumentIdMetadata, y as DocumentIdType, D as DocumentIdTypes, cq as DocumentMetadataSchema, cr as DocumentSubmitResponse, K as EmailMetadata, E as EmailVerificationAnalysisResponse, cQ as EmailVerificationResponse, F as File, d0 as GetCredentialsOutput, dm as GetKybSessionInput, dn as GetKybSessionResponse, cW as GetKycSessionInput, cX as GetKycSessionResponse, d3 as GetKycSessionResponseWithCredentialsMetadata, d9 as GetKycSessionsOutput, bt as GetProviderResponse, bs as GetProvidersResponse, ac as HIGH_RISK_TYPES, d4 as IDImageMetaData, bS as INDIVIDUAL_BENEFICIARY_RELATIONS, aY as IdentityProvider, aX as IdentityProviderOptions, bT as IndividualBeneficiaryRelation, c as IpQualityAnalysisRequest, d as IpQualityAnalysisResponse, b6 as IpQualityConfig, e as IpQualityServiceAnalysis, I as IpQualityServiceAnalysisResponse, f as IpQualityServiceErrorResponse, bk as IpqualityscoreProvider, dc as KYB_RESULTS, de as KYB_SESSION_STATUSES, da as KYB_STEP_TYPES, c5 as KYC_DOC_SIDES, cM as KYC_RESULTS, cO as KYC_SESSION_STATUSES, cI as KYC_STEP_TYPES, dd as KybResult, df as KybSessionStatus, db as KybStep, c6 as KycDocSide, cN as KycResult, cP as KycSessionStatus, cJ as KycStep, cL as KycStepStatus, cK as KycStepStatuses, e0 as LegalPersonNameIdentifierType, L as LivenessMetadata, ad as MEDIUM_RISK_TYPES, aw as MatchStatus, av as MatchStatuses, aC as MatchTypeDetail, M as MergedProviders, dx as MerkleAddressApiError, dw as MerkleAddressApiResponse, dv as MerkleAddressRequest, dy as MerkleAddressResponse, du as MerkleBlockChainCodes, dt as MerkleBlockChainName, ds as MerkleBlockChainTypes, a$ as MerkleScienceConfig, bf as MerkleScienceProvider, e2 as NOTABENE_TX_CREATE_STATUS, d_ as NameIdentifierType, d$ as NationalIdentifierType, r as NestedSession, bc as NexeraIdKYBProvider, bb as NexeraIdSSIDProvider, dZ as NotabeneAssetResponse, dU as NotabeneAudience, b7 as NotabeneConfig, e4 as NotabeneErrorCode, e8 as NotabeneJurisdictionsCondition, e7 as NotabeneJurisdictionsRequest, ea as NotabeneJurisdictionsResponse, e9 as NotabeneJurisdictionsUnitaryResponse, bj as NotabeneProvider, e5 as NotabeneTxCreateError, e1 as NotabeneTxCreateRequest, e3 as NotabeneTxCreateResponse, N as NotabeneTxCreateStatus, e6 as NotabeneTxValidateFullResponse, eb as NotabeneWebhookPayload, ec as NotabeneWebhookSchema, J as PhoneMetadata, P as PhoneVerificationAnalysisResponse, G as ProofOfAddressDocumentType, A as ProofOfAddressDocumentTypes, H as ProofOfAddressMetadata, c$ as ProofOfResidenceDocumentType, c_ as ProofOfResidenceMetaData, bq as ProviderData, br as ProviderDataProject, b9 as ProviderIntegrationType, b8 as ProviderIntegrationTypeOptions, aW as ProviderWithoutConfig, _ as RESULT_PARSER_ERROR, x as ReasonCode, w as ReasonCodes, R as RequestProperty, ay as RiskLevel, ax as RiskLevels, aa as SEARCH_FILTER_ADVERSE_MEDIA_TYPE, a8 as SEARCH_FILTER_PEP_TYPE, a6 as SEARCH_FILTER_SANCTION_TYPE, aj as SEARCH_FILTER_TYPES, Y as SESSION_NOT_FOUND, a2 as STEP_NOT_FOUND, bI as SUMSUB_APPLICANT_TYPES, cj as SUMSUB_COMPANY_BENEFICIARY_GROUP, c1 as SUMSUB_DOC_TYPES, c7 as SUMSUB_FLOW_LEVEL, cz as SUMSUB_KYB_SESSION_FLOW_SECTION_STATUS, c3 as SUMSUB_KYC_DOC_TYPES, co as SUMSUB_MEDIA_CONTENT_TYPES, bK as SUMSUB_REVIEW_ANSWERS, cF as SUMSUB_REVIEW_REJECT_LABELS, cH as SUMSUB_REVIEW_REJECT_LABELS_DESCRIPTION, bM as SUMSUB_REVIEW_REJECT_TYPES, b$ as SUMSUB_REVIEW_STATUSES, bG as SUMSUB_STEPS, bZ as SUMSUB_WEBHOOK_INTERNAL_STATUS, b3 as ScorechainConfig, be as ScorechainProvider, am as SearchEntityType, al as SearchEntityTypes, ab as SearchFilterAdverseMediaType, a9 as SearchFilterPepType, a7 as SearchFilterSanctionType, ak as SearchFilterType, an as SearchFilters, dl as SelectKybSession, cU as SelectKycSession, cR as SelectKycSessionStep, cV as SelectKycSessionWithCompletedSteps, d5 as SelfieImageMetaData, s as Session, t as SessionWithoutSteps, p as Status, S as Statuses, Q as Step, v as StepType, u as StepTypes, bQ as SumSubAddress, bR as SumSubApplicantInfo, ct as SumSubApplicantResetSchema, cs as SumSubApplicantReviewStatusSchema, cy as SumSubApplicantSchema, bJ as SumSubApplicantType, cn as SumSubApplicantVerificationStepSchema, bY as SumSubCompanyApplicantInfo, ch as SumSubCompanyApplicantSchema, c2 as SumSubDocType, c8 as SumSubFlowLevel, cu as SumSubGenerateExternalWebSdkLinkSchema, ci as SumSubImageId, cc as SumSubImageReviewResultSchema, cd as SumSubImageStatus, cg as SumSubIndividualApplicantSchema, c4 as SumSubKycDocType, cp as SumSubMediaContentType, c9 as SumSubRequiredIdDoc, bL as SumSubReviewAnswer, cG as SumSubReviewRejectLabel, bN as SumSubReviewRejectType, cb as SumSubReviewResultSchema, c0 as SumSubReviewStatus, cD as SumSubSimilarApplicantsSchema, bH as SumSubStep, cm as SumSubVerificationStepSchema, bE as SumSubWebhookSchema, cf as SumsubApplicantType, ce as SumsubApplicantTypes, ck as SumsubCompanyBeneficiaryGroup, bP as SumsubCountryCode, cx as SumsubKybDataSchema, cC as SumsubKybSessionFlowSection, cB as SumsubKybSessionFlowSectionItem, cA as SumsubKybSessionFlowSectionStatus, cw as SumsubKycDataSchema, bO as SumsubReviewDecision, cl as SumsubStepStatus, cv as SumsubVideoCallData, b_ as SumsubWebhookInternalStatus, bp as SynapsProvider, $ as SynapsSessionErrorResponse, T as SynapsSessionEvent, X as SynapsSessionRequest, a0 as SynapsSessionResponse, a3 as SynapsStepErrorResponse, U as SynapsStepEvent, a1 as SynapsStepRequest, a4 as SynapsStepResponse, dQ as TRMLabsAddressesScreening, dM as TRMLabsAddressesScreeningApiRequest, dR as TRMLabsAddressesScreeningResponse, b1 as TRMLabsConfig, bh as TRMLabsProvider, dP as TRMLabsRiskScoreToScorechainRiskMapping, dN as TRM_RISK_SCORE_LEVEL, dO as TRM_RISK_SCORE_LEVEL_LABEL, by as ToggleProviderInput, Z as UNKNOWN_ERROR, dp as UpdateKybSessionOutput, cY as UpdateKycSessionOutput, bw as UpdateProviderInput, bx as UpdateProviderResponse, aA as UpdateSearchEntitiesInput, az as UpdateSearchInput, ca as UploadDocumentRequest, cZ as VideoKycMetaData, bB as WEBHOOK_TYPES, q as WebhookPayload, bC as WebhookType, b4 as WorkflowsScorechainConfig, W as WrappedIpQualityServiceErrorResponse, ag as mappingMatchTypeToLabel, V as typeToHumanReadable } from '../../dist/notabene.schema-
|
|
2
|
+
export { O as AMLMetadata, cS as APPLICANT_CHECK_STATUSES, d7 as ApiErrorCommandResponse, d6 as ApiErrorResponse, d8 as ApiSuccessCommandResponse, cT as ApplicantCheckStatus, cE as ApplicantImages, bD as ApplicantMemberOfSchema, dW as AuthToken, dX as AuthTokenError, dV as AuthTokenRequest, dY as AuthTokenResponse, bU as BENEFICIARY_TYPES, bF as BaseApplicantActionSchema, ba as BaseProvider, bW as BeneficiaryCompanyCustomerClaims, bX as BeneficiaryCompanyCustomerClaimsArray, bV as BeneficiaryType, dj as BeneficiaryVerificationStatus, dk as BeneficiaryVerificationStatusArray, j as BigCSErrorCodes, b5 as BigConfig, B as BigCryptoChain, h as BigProperties, g as BigPropertiesLiteral, i as BigProperty, bd as BigProvider, k as BitRankRequest, l as BitRankVerified, n as BitRankVerifiedError, m as BitRankVerifiedErrorResponse, o as BitRankVerifiedResponse, dg as COMPANY_DOCUMENT_STATUS, aq as COMPLY_ADVANTAGE_COUNTRY_FIELD_SOURCES, as as COMPLY_ADVANTAGE_DATE_OF_BIRTH_FIELD_SOURCES, ao as COMPLY_ADVANTAGE_NATIONALITY_FIELD_SOURCES, ah as COMPLY_ADVANTAGE_RESPONSE_MATCH_STATUS, ae as COMPLY_ADVANTAGE_RESPONSE_MATCH_TYPE, dE as ChainalysisApiError, b0 as ChainalysisConfig, dC as ChainalysisErrorCodes, bg as ChainalysisProvider, dA as ChainalysisRegisterApiResponse, dF as ChainalysisRegisterResponse, dz as ChainalysisRequest, dD as ChainalysisRiskAssessmentApiResponse, dG as ChainalysisRiskAssessmentResponse, dB as ChainalysisRiskLevel, a5 as CoerceDateUTC, dK as CoinMarketCapApiResponse, dL as CoinMarketCapFiatId, dI as CoinMarketCapQuote, dJ as CoinMarketCapQuotes, dH as CoinMarketCapRequest, di as CompanyDocumentMetaData, dh as CompanyDocumentStatus, aI as ComplyAdvantageAmlFullListing, aH as ComplyAdvantageAmlItemSource, ar as ComplyAdvantageCountryFieldSources, at as ComplyAdvantageDateOfBirthFieldSources, aG as ComplyAdvantageKeyInformation, aD as ComplyAdvantageMedia, aS as ComplyAdvantageMonitorSearchDataResponse, aU as ComplyAdvantageMonitorSearchResponse, aT as ComplyAdvantageMonitorSearchSuccessResponse, aV as ComplyAdvantageMonitoredSearchUpdate, ap as ComplyAdvantageNationalityFieldSources, bo as ComplyAdvantageProvider, bn as ComplyAdvantageProviderConfigElement, bm as ComplyAdvantageProviderConfigFilters, bl as ComplyAdvantageProviderConfigTypes, ai as ComplyAdvantageReponseMatchStatus, af as ComplyAdvantageResponseMatchType, aF as ComplyAdvantageSearchDataResponse, aE as ComplyAdvantageSearchDataResponseHit, aJ as ComplyAdvantageSearchEntitiesDataResponse, aL as ComplyAdvantageSearchEntitiesResponse, aK as ComplyAdvantageSearchEntitiesSuccessResponse, a as ComplyAdvantageSearchErrorResponse, aM as ComplyAdvantageSearchRequest, aN as ComplyAdvantageSearchRequests, C as ComplyAdvantageSearchResponse, b as ComplyAdvantageSearchSuccessResponse, aP as ComplyAdvantageUpdateSearchEntitiesRequest, aR as ComplyAdvantageUpdateSearchEntitiesResponse, aQ as ComplyAdvantageUpdateSearchEntitiesSuccessResponse, aO as ComplyAdvantageUpdateSearchRequest, aB as ComplyAdvantageUser, bu as CreateProviderInput, bv as CreateProviderResponse, au as CreateSearchInput, d2 as CredentialMetadata, b2 as CrystalIntelligenceConfig, bi as CrystalIntelligenceProvider, dS as CrystalWalletScreeningApiRequest, dT as CrystalWalletScreeningResponse, d1 as CustomerContactInformationOutput, dq as CustomerDocumentMetaData, dr as CustomerStatusResults, a_ as DataProvider, aZ as DataProviderOptions, bz as DeleteProviderInput, bA as DeleteProviderResponse, z as DocumentIdMetadata, y as DocumentIdType, D as DocumentIdTypes, cq as DocumentMetadataSchema, cr as DocumentSubmitResponse, K as EmailMetadata, E as EmailVerificationAnalysisResponse, cQ as EmailVerificationResponse, F as File, d0 as GetCredentialsOutput, dm as GetKybSessionInput, dn as GetKybSessionResponse, cW as GetKycSessionInput, cX as GetKycSessionResponse, d3 as GetKycSessionResponseWithCredentialsMetadata, d9 as GetKycSessionsOutput, bt as GetProviderResponse, bs as GetProvidersResponse, ac as HIGH_RISK_TYPES, d4 as IDImageMetaData, bS as INDIVIDUAL_BENEFICIARY_RELATIONS, aY as IdentityProvider, aX as IdentityProviderOptions, bT as IndividualBeneficiaryRelation, c as IpQualityAnalysisRequest, d as IpQualityAnalysisResponse, b6 as IpQualityConfig, e as IpQualityServiceAnalysis, I as IpQualityServiceAnalysisResponse, f as IpQualityServiceErrorResponse, bk as IpqualityscoreProvider, dc as KYB_RESULTS, de as KYB_SESSION_STATUSES, da as KYB_STEP_TYPES, c5 as KYC_DOC_SIDES, cM as KYC_RESULTS, cO as KYC_SESSION_STATUSES, cI as KYC_STEP_TYPES, dd as KybResult, df as KybSessionStatus, db as KybStep, c6 as KycDocSide, cN as KycResult, cP as KycSessionStatus, cJ as KycStep, cL as KycStepStatus, cK as KycStepStatuses, e0 as LegalPersonNameIdentifierType, L as LivenessMetadata, ad as MEDIUM_RISK_TYPES, aw as MatchStatus, av as MatchStatuses, aC as MatchTypeDetail, M as MergedProviders, dx as MerkleAddressApiError, dw as MerkleAddressApiResponse, dv as MerkleAddressRequest, dy as MerkleAddressResponse, du as MerkleBlockChainCodes, dt as MerkleBlockChainName, ds as MerkleBlockChainTypes, a$ as MerkleScienceConfig, bf as MerkleScienceProvider, e2 as NOTABENE_TX_CREATE_STATUS, d_ as NameIdentifierType, d$ as NationalIdentifierType, r as NestedSession, bc as NexeraIdKYBProvider, bb as NexeraIdSSIDProvider, dZ as NotabeneAssetResponse, dU as NotabeneAudience, b7 as NotabeneConfig, e4 as NotabeneErrorCode, e8 as NotabeneJurisdictionsCondition, e7 as NotabeneJurisdictionsRequest, ea as NotabeneJurisdictionsResponse, e9 as NotabeneJurisdictionsUnitaryResponse, bj as NotabeneProvider, e5 as NotabeneTxCreateError, e1 as NotabeneTxCreateRequest, e3 as NotabeneTxCreateResponse, N as NotabeneTxCreateStatus, e6 as NotabeneTxValidateFullResponse, eb as NotabeneWebhookPayload, ec as NotabeneWebhookSchema, J as PhoneMetadata, P as PhoneVerificationAnalysisResponse, G as ProofOfAddressDocumentType, A as ProofOfAddressDocumentTypes, H as ProofOfAddressMetadata, c$ as ProofOfResidenceDocumentType, c_ as ProofOfResidenceMetaData, bq as ProviderData, br as ProviderDataProject, b9 as ProviderIntegrationType, b8 as ProviderIntegrationTypeOptions, aW as ProviderWithoutConfig, _ as RESULT_PARSER_ERROR, x as ReasonCode, w as ReasonCodes, R as RequestProperty, ay as RiskLevel, ax as RiskLevels, aa as SEARCH_FILTER_ADVERSE_MEDIA_TYPE, a8 as SEARCH_FILTER_PEP_TYPE, a6 as SEARCH_FILTER_SANCTION_TYPE, aj as SEARCH_FILTER_TYPES, Y as SESSION_NOT_FOUND, a2 as STEP_NOT_FOUND, bI as SUMSUB_APPLICANT_TYPES, cj as SUMSUB_COMPANY_BENEFICIARY_GROUP, c1 as SUMSUB_DOC_TYPES, c7 as SUMSUB_FLOW_LEVEL, cz as SUMSUB_KYB_SESSION_FLOW_SECTION_STATUS, c3 as SUMSUB_KYC_DOC_TYPES, co as SUMSUB_MEDIA_CONTENT_TYPES, bK as SUMSUB_REVIEW_ANSWERS, cF as SUMSUB_REVIEW_REJECT_LABELS, cH as SUMSUB_REVIEW_REJECT_LABELS_DESCRIPTION, bM as SUMSUB_REVIEW_REJECT_TYPES, b$ as SUMSUB_REVIEW_STATUSES, bG as SUMSUB_STEPS, bZ as SUMSUB_WEBHOOK_INTERNAL_STATUS, b3 as ScorechainConfig, be as ScorechainProvider, am as SearchEntityType, al as SearchEntityTypes, ab as SearchFilterAdverseMediaType, a9 as SearchFilterPepType, a7 as SearchFilterSanctionType, ak as SearchFilterType, an as SearchFilters, dl as SelectKybSession, cU as SelectKycSession, cR as SelectKycSessionStep, cV as SelectKycSessionWithCompletedSteps, d5 as SelfieImageMetaData, s as Session, t as SessionWithoutSteps, p as Status, S as Statuses, Q as Step, v as StepType, u as StepTypes, bQ as SumSubAddress, bR as SumSubApplicantInfo, ct as SumSubApplicantResetSchema, cs as SumSubApplicantReviewStatusSchema, cy as SumSubApplicantSchema, bJ as SumSubApplicantType, cn as SumSubApplicantVerificationStepSchema, bY as SumSubCompanyApplicantInfo, ch as SumSubCompanyApplicantSchema, c2 as SumSubDocType, c8 as SumSubFlowLevel, cu as SumSubGenerateExternalWebSdkLinkSchema, ci as SumSubImageId, cc as SumSubImageReviewResultSchema, cd as SumSubImageStatus, cg as SumSubIndividualApplicantSchema, c4 as SumSubKycDocType, cp as SumSubMediaContentType, c9 as SumSubRequiredIdDoc, bL as SumSubReviewAnswer, cG as SumSubReviewRejectLabel, bN as SumSubReviewRejectType, cb as SumSubReviewResultSchema, c0 as SumSubReviewStatus, cD as SumSubSimilarApplicantsSchema, bH as SumSubStep, cm as SumSubVerificationStepSchema, bE as SumSubWebhookSchema, cf as SumsubApplicantType, ce as SumsubApplicantTypes, ck as SumsubCompanyBeneficiaryGroup, bP as SumsubCountryCode, cx as SumsubKybDataSchema, cC as SumsubKybSessionFlowSection, cB as SumsubKybSessionFlowSectionItem, cA as SumsubKybSessionFlowSectionStatus, cw as SumsubKycDataSchema, bO as SumsubReviewDecision, cl as SumsubStepStatus, cv as SumsubVideoCallData, b_ as SumsubWebhookInternalStatus, bp as SynapsProvider, $ as SynapsSessionErrorResponse, T as SynapsSessionEvent, X as SynapsSessionRequest, a0 as SynapsSessionResponse, a3 as SynapsStepErrorResponse, U as SynapsStepEvent, a1 as SynapsStepRequest, a4 as SynapsStepResponse, dQ as TRMLabsAddressesScreening, dM as TRMLabsAddressesScreeningApiRequest, dR as TRMLabsAddressesScreeningResponse, b1 as TRMLabsConfig, bh as TRMLabsProvider, dP as TRMLabsRiskScoreToScorechainRiskMapping, dN as TRM_RISK_SCORE_LEVEL, dO as TRM_RISK_SCORE_LEVEL_LABEL, by as ToggleProviderInput, Z as UNKNOWN_ERROR, dp as UpdateKybSessionOutput, cY as UpdateKycSessionOutput, bw as UpdateProviderInput, bx as UpdateProviderResponse, aA as UpdateSearchEntitiesInput, az as UpdateSearchInput, ca as UploadDocumentRequest, cZ as VideoKycMetaData, bB as WEBHOOK_TYPES, q as WebhookPayload, bC as WebhookType, b4 as WorkflowsScorechainConfig, W as WrappedIpQualityServiceErrorResponse, ag as mappingMatchTypeToLabel, V as typeToHumanReadable } from '../../dist/notabene.schema-4fdb97ca.esm.mjs';
|
|
3
3
|
import 'zod';
|
|
4
4
|
import 'nanoid';
|
|
5
5
|
import 'decimal.js';
|
|
6
|
-
import '../../dist/identity-api.schema-
|
|
6
|
+
import '../../dist/identity-api.schema-f8fe4841.esm.mjs';
|
|
7
7
|
import 'crypto';
|
|
8
8
|
|
|
9
9
|
var ALL_SCORECHAIN_BLOCKCHAIN = [{
|
package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.cjs
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var vault_schema = require('../../dist/vault.schema-c2e0fceb.cjs.dev.cjs');
|
|
6
|
-
var identityApi_schema = require('../../dist/identity-api.schema-
|
|
7
|
-
var tfheUtilities = require('../../dist/tfhe-utilities-
|
|
6
|
+
var identityApi_schema = require('../../dist/identity-api.schema-bf50f89f.cjs.dev.cjs');
|
|
7
|
+
var tfheUtilities = require('../../dist/tfhe-utilities-47198c7c.cjs.dev.cjs');
|
|
8
8
|
require('zod');
|
|
9
9
|
require('nanoid');
|
|
10
10
|
require('decimal.js');
|
package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.cjs
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var vault_schema = require('../../dist/vault.schema-c4adc8e1.cjs.prod.cjs');
|
|
6
|
-
var identityApi_schema = require('../../dist/identity-api.schema-
|
|
7
|
-
var tfheUtilities = require('../../dist/tfhe-utilities-
|
|
6
|
+
var identityApi_schema = require('../../dist/identity-api.schema-c947dde0.cjs.prod.cjs');
|
|
7
|
+
var tfheUtilities = require('../../dist/tfhe-utilities-cef2d54a.cjs.prod.cjs');
|
|
8
8
|
require('zod');
|
|
9
9
|
require('nanoid');
|
|
10
10
|
require('decimal.js');
|
package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { b5 as Alpha2Country, e4 as GenericVerifiableCredentialSchema, ea as ID3CredentialSchema, dS as ID3CredentialSubjectSchema, e7 as IDImageCredentialSchema, e1 as IDImageCredentialSubjectSchema, e6 as IDInformationCredentialSchema, e0 as IDInformationCredentialSubjectSchema, e5 as IDInformationTfheCredentialSchema, d$ as IDInformationTfheCredentialSubjectSchema, eb as IDScanCredentialSchema, dT as IDScanCredentialSubjectSchema, ec as IDScanPassportCredentialSchema, dU as IDScanPassportCredentialSubjectSchema, ed as IDScanSelfieCredentialSchema, dV as IDScanSelfieCredentialSubjectSchema, b3 as ISO3CountryCode, ei as OLD_AMLScreeningsResultsCredentialSchema, d_ as OLD_AMLScreeningsResultsCredentialSubjectSchema, ee as OLD_IDImageCredentialSchema, dW as OLD_IDImageCredentialSubjectSchema, ef as OLD_IDInformationCredentialSchema, dX as OLD_IDInformationCredentialSubjectSchema, eg as OLD_ProofOfResidenceCredentialSchema, dY as OLD_ProofOfResidenceCredentialSubjectSchema, eh as OLD_SelfieImageCredentialSchema, dZ as OLD_SelfieImageCredentialSubjectSchema, e9 as ProofOfResidenceCredentialSchema, e3 as ProofOfResidenceCredentialSubjectSchema, e8 as SelfieImageCredentialSchema, e2 as SelfieImageCredentialSubjectSchema, b6 as countryISO3toISO2Mapping, b9 as isoCountriesNameFromISO2 } from '../../dist/vault.schema-9742b8d3.esm.mjs';
|
|
2
|
-
export { cf as CredentialMediaType, ca as CredentialNames, c9 as CredentialSchemas, cd as CredentialType, C as CredentialTypes, cb as NexeraCredentialType, ce as VerifiableCredential, cc as getCredentialName } from '../../dist/identity-api.schema-
|
|
3
|
-
export { s as IDInformationTfheCredentialSubjectCONFIG, V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation, b as getFieldConfig } from '../../dist/tfhe-utilities-
|
|
2
|
+
export { cf as CredentialMediaType, ca as CredentialNames, c9 as CredentialSchemas, cd as CredentialType, C as CredentialTypes, cb as NexeraCredentialType, ce as VerifiableCredential, cc as getCredentialName } from '../../dist/identity-api.schema-f8fe4841.esm.mjs';
|
|
3
|
+
export { s as IDInformationTfheCredentialSubjectCONFIG, V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation, b as getFieldConfig } from '../../dist/tfhe-utilities-5b887fda.esm.mjs';
|
|
4
4
|
import 'zod';
|
|
5
5
|
import 'nanoid';
|
|
6
6
|
import 'decimal.js';
|
|
@@ -4,8 +4,8 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
var z = require('zod');
|
|
6
6
|
var vault_schema = require('../../dist/vault.schema-c2e0fceb.cjs.dev.cjs');
|
|
7
|
-
var identityApi_schema = require('../../dist/identity-api.schema-
|
|
8
|
-
var notabene_schema = require('../../dist/notabene.schema-
|
|
7
|
+
var identityApi_schema = require('../../dist/identity-api.schema-bf50f89f.cjs.dev.cjs');
|
|
8
|
+
var notabene_schema = require('../../dist/notabene.schema-2f096418.cjs.dev.cjs');
|
|
9
9
|
var toArray = require('../../dist/toArray-232561bc.cjs.dev.cjs');
|
|
10
10
|
var zodToJsonSchema = require('zod-to-json-schema');
|
|
11
11
|
require('nanoid');
|
|
@@ -4,8 +4,8 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
var z = require('zod');
|
|
6
6
|
var vault_schema = require('../../dist/vault.schema-c4adc8e1.cjs.prod.cjs');
|
|
7
|
-
var identityApi_schema = require('../../dist/identity-api.schema-
|
|
8
|
-
var notabene_schema = require('../../dist/notabene.schema-
|
|
7
|
+
var identityApi_schema = require('../../dist/identity-api.schema-c947dde0.cjs.prod.cjs');
|
|
8
|
+
var notabene_schema = require('../../dist/notabene.schema-6f10d405.cjs.prod.cjs');
|
|
9
9
|
var toArray = require('../../dist/toArray-8ad591c4.cjs.prod.cjs');
|
|
10
10
|
var zodToJsonSchema = require('zod-to-json-schema');
|
|
11
11
|
require('nanoid');
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
import { aX as UuidString, dM as ExternalCustomerId, dK as WorkflowId, bf as RiskScoreType, bh as CustomerType, bn as CustomerOnboardingLevel, bp as CustomerStatus, b3 as ISO3CountryCode, au as BlockchainAddress, e4 as GenericVerifiableCredentialSchema, fR as WalletScreeningData, et as TransactionTypes, ez as TransactionReviewStatuses, f_ as _toConsumableArray, aW as EnvironmentSchema } from '../../dist/vault.schema-9742b8d3.esm.mjs';
|
|
3
|
-
import { Y as RuleResultStatus } from '../../dist/identity-api.schema-
|
|
4
|
-
import { M as MergedProviders, I as IpQualityServiceAnalysisResponse, C as ComplyAdvantageSearchResponse, a as ComplyAdvantageSearchErrorResponse, b as ComplyAdvantageSearchSuccessResponse } from '../../dist/notabene.schema-
|
|
3
|
+
import { Y as RuleResultStatus } from '../../dist/identity-api.schema-f8fe4841.esm.mjs';
|
|
4
|
+
import { M as MergedProviders, I as IpQualityServiceAnalysisResponse, C as ComplyAdvantageSearchResponse, a as ComplyAdvantageSearchErrorResponse, b as ComplyAdvantageSearchSuccessResponse } from '../../dist/notabene.schema-4fdb97ca.esm.mjs';
|
|
5
5
|
import { _ as _toArray } from '../../dist/toArray-b6f9a0ae.esm.mjs';
|
|
6
6
|
import { zodToJsonSchema } from 'zod-to-json-schema';
|
|
7
7
|
import 'nanoid';
|