@nexeraid/identity-schemas 2.135.0-dev → 2.136.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-85c03672.cjs.dev.cjs → CoinMarketCap.schema-8c548a7a.cjs.dev.cjs} +2 -2
- package/dist/{CoinMarketCap.schema-3c84a83a.cjs.prod.cjs → CoinMarketCap.schema-9a98b8e0.cjs.prod.cjs} +2 -2
- package/dist/{CoinMarketCap.schema-623374cb.esm.mjs → CoinMarketCap.schema-dbdf1818.esm.mjs} +2 -2
- package/dist/declarations/src/providers/scorechain/scorechain.schema.d.ts.map +1 -1
- package/dist/{identity-api.schema-9a739da3.cjs.dev.cjs → identity-api.schema-78bf8d90.cjs.dev.cjs} +1 -1
- package/dist/{identity-api.schema-48424ad8.cjs.prod.cjs → identity-api.schema-99868677.cjs.prod.cjs} +1 -1
- package/dist/{identity-api.schema-60f57409.esm.mjs → identity-api.schema-b75987f3.esm.mjs} +1 -1
- package/dist/nexeraid-identity-schemas.cjs.dev.cjs +5 -5
- package/dist/nexeraid-identity-schemas.cjs.prod.cjs +5 -5
- package/dist/nexeraid-identity-schemas.esm.mjs +6 -6
- package/dist/package.json +1 -1
- package/dist/{tfhe-utilities-869b1c6d.esm.mjs → tfhe-utilities-1cfcaf82.esm.mjs} +2 -2
- package/dist/{tfhe-utilities-241d1930.cjs.prod.cjs → tfhe-utilities-ace3df7b.cjs.prod.cjs} +2 -2
- package/dist/{tfhe-utilities-237d0100.cjs.dev.cjs → tfhe-utilities-e7994d08.cjs.dev.cjs} +2 -2
- package/dist/{toArray-220d1fad.cjs.dev.cjs → toArray-2f35114e.cjs.dev.cjs} +1 -1
- package/dist/{toArray-15d2f4ef.cjs.prod.cjs → toArray-360ed8fc.cjs.prod.cjs} +1 -1
- package/dist/{toArray-6cc1cdfd.esm.mjs → toArray-a1e551de.esm.mjs} +1 -1
- package/dist/{vault.schema-a9655668.cjs.prod.cjs → vault.schema-674269b9.cjs.dev.cjs} +4 -0
- package/dist/{vault.schema-8f730124.esm.mjs → vault.schema-c5f3a10b.esm.mjs} +4 -0
- package/dist/{vault.schema-e7915798.cjs.dev.cjs → vault.schema-fae426cb.cjs.prod.cjs} +4 -0
- package/dist/{zod-utils-85dce7c6.cjs.dev.cjs → zod-utils-60c2507e.cjs.dev.cjs} +2 -2
- package/dist/{zod-utils-b0e456ff.cjs.prod.cjs → zod-utils-e10925b6.cjs.prod.cjs} +2 -2
- package/dist/{zod-utils-8a5a8edd.esm.mjs → zod-utils-eaa787ae.esm.mjs} +2 -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 +3 -3
- package/vault/dist/nexeraid-identity-schemas-vault.cjs.prod.cjs +3 -3
- package/vault/dist/nexeraid-identity-schemas-vault.esm.mjs +3 -3
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.cjs +3 -3
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.cjs +3 -3
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.mjs +3 -3
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.cjs +4 -4
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +4 -4
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +4 -4
package/dist/{CoinMarketCap.schema-85c03672.cjs.dev.cjs → CoinMarketCap.schema-8c548a7a.cjs.dev.cjs}
RENAMED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var zod = require('zod');
|
|
4
|
-
var vault_schema = require('./vault.schema-
|
|
5
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
4
|
+
var vault_schema = require('./vault.schema-674269b9.cjs.dev.cjs');
|
|
5
|
+
var identityApi_schema = require('./identity-api.schema-78bf8d90.cjs.dev.cjs');
|
|
6
6
|
|
|
7
7
|
var IpQualityAnalysisRequest = zod.z.object({
|
|
8
8
|
apiKey: zod.z.string().nullish(),
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var zod = require('zod');
|
|
4
|
-
var vault_schema = require('./vault.schema-
|
|
5
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
4
|
+
var vault_schema = require('./vault.schema-fae426cb.cjs.prod.cjs');
|
|
5
|
+
var identityApi_schema = require('./identity-api.schema-99868677.cjs.prod.cjs');
|
|
6
6
|
|
|
7
7
|
var IpQualityAnalysisRequest = zod.z.object({
|
|
8
8
|
apiKey: zod.z.string().nullish(),
|
package/dist/{CoinMarketCap.schema-623374cb.esm.mjs → CoinMarketCap.schema-dbdf1818.esm.mjs}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { b4 as Alpha2Country, aW as UuidString, fu as _toConsumableArray, fA as ScoringAnalysisRequest, fB as WorkflowsScoringAnalysisRequest, b2 as ISO3CountryCode, fw as _slicedToArray, co as IdentityId, at as BlockchainAddress, ay as BlockchainNamespace, ck as WorkflowSessionId, dk as WorkspaceId, dj as OrganizationId, bo as CustomerStatus, ft as _defineProperty, dH as ProofOfResidenceCredentialSubjectSchema, bp as BasicCustomerContactInformation, da as VerificationMode } from './vault.schema-
|
|
3
|
-
import { _ as SdkVerificationOutput, aU as QrCodeLinkWithSchemaType, c4 as CredentialType } from './identity-api.schema-
|
|
2
|
+
import { b4 as Alpha2Country, aW as UuidString, fu as _toConsumableArray, fA as ScoringAnalysisRequest, fB as WorkflowsScoringAnalysisRequest, b2 as ISO3CountryCode, fw as _slicedToArray, co as IdentityId, at as BlockchainAddress, ay as BlockchainNamespace, ck as WorkflowSessionId, dk as WorkspaceId, dj as OrganizationId, bo as CustomerStatus, ft as _defineProperty, dH as ProofOfResidenceCredentialSubjectSchema, bp as BasicCustomerContactInformation, da as VerificationMode } from './vault.schema-c5f3a10b.esm.mjs';
|
|
3
|
+
import { _ as SdkVerificationOutput, aU as QrCodeLinkWithSchemaType, c4 as CredentialType } from './identity-api.schema-b75987f3.esm.mjs';
|
|
4
4
|
|
|
5
5
|
var IpQualityAnalysisRequest = z.object({
|
|
6
6
|
apiKey: z.string().nullish(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"scorechain.schema.d.ts","sourceRoot":"../../../../../src/providers/scorechain","sources":["scorechain.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,KAAK,EAAE,mBAAmB,EAAE,kCAAyB;AAG5D,OAAO,EACL,yBAAyB,EAE1B,wCAAqC;AAGtC,eAAO,MAAM,cAAc,uDAKjB,CAAC;AACX,eAAO,MAAM,YAAY,yDAAyB,CAAC;AACnD,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,YAAY,CAAC,CAAC;AAExD,eAAO,MAAM,YAAY,+CAAgD,CAAC;AAC1E,eAAO,MAAM,UAAU,iDAAuB,CAAC;AAE/C,eAAO,MAAM,oBAAoB,aAAa,CAAC;AAC/C,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC;AACxE,eAAO,MAAM,8BAA8B,aAAa,CAAC;AAEzD,MAAM,MAAM,8BAA8B,GAAG,CAAC,CAAC,KAAK,CAClD,OAAO,8BAA8B,CACtC,CAAC;AACF,qDAAkD;AAClD,eAAO,MAAM,+BAA+B,EAAE,MAAM,CAClD,oBAAoB,EACpB,mBAAmB,CA4HpB,CAAC;AACF,eAAO,MAAM,uBAAuB,GAClC,WAAW,MAAM,KAChB,yBAcF,CAAC;AACF,eAAO,MAAM,iBAAiB,GAC5B,GAAG,yBAAyB,EAC5B,GAAG,yBAAyB,WAM7B,CAAC;AAEF,eAAO,MAAM,IAAI,sEAEmC,CAAC;AAErD,eAAO,MAAM,YAAY,mGAOvB,CAAC;AACH,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,YAAY,CAAC,CAAC;AACxD,eAAO,MAAM,oBAAoB,g1BAqD/B,CAAC;AACH,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAExE,eAAO,MAAM,eAAe;;;;;;;;;;;;EAI1B,CAAC;AACH,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAC;AAE9D,eAAO,MAAM,wBAAwB,EAAE,eAAe,
|
|
1
|
+
{"version":3,"file":"scorechain.schema.d.ts","sourceRoot":"../../../../../src/providers/scorechain","sources":["scorechain.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,KAAK,EAAE,mBAAmB,EAAE,kCAAyB;AAG5D,OAAO,EACL,yBAAyB,EAE1B,wCAAqC;AAGtC,eAAO,MAAM,cAAc,uDAKjB,CAAC;AACX,eAAO,MAAM,YAAY,yDAAyB,CAAC;AACnD,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,YAAY,CAAC,CAAC;AAExD,eAAO,MAAM,YAAY,+CAAgD,CAAC;AAC1E,eAAO,MAAM,UAAU,iDAAuB,CAAC;AAE/C,eAAO,MAAM,oBAAoB,aAAa,CAAC;AAC/C,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC;AACxE,eAAO,MAAM,8BAA8B,aAAa,CAAC;AAEzD,MAAM,MAAM,8BAA8B,GAAG,CAAC,CAAC,KAAK,CAClD,OAAO,8BAA8B,CACtC,CAAC;AACF,qDAAkD;AAClD,eAAO,MAAM,+BAA+B,EAAE,MAAM,CAClD,oBAAoB,EACpB,mBAAmB,CA4HpB,CAAC;AACF,eAAO,MAAM,uBAAuB,GAClC,WAAW,MAAM,KAChB,yBAcF,CAAC;AACF,eAAO,MAAM,iBAAiB,GAC5B,GAAG,yBAAyB,EAC5B,GAAG,yBAAyB,WAM7B,CAAC;AAEF,eAAO,MAAM,IAAI,sEAEmC,CAAC;AAErD,eAAO,MAAM,YAAY,mGAOvB,CAAC;AACH,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,YAAY,CAAC,CAAC;AACxD,eAAO,MAAM,oBAAoB,g1BAqD/B,CAAC;AACH,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAExE,eAAO,MAAM,eAAe;;;;;;;;;;;;EAI1B,CAAC;AACH,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAC;AAE9D,eAAO,MAAM,wBAAwB,EAAE,eAAe,EAoFrD,CAAC;AACF,eAAO,MAAM,qBAAqB,EAAE,MAAM,CACxC,oBAAoB,EACpB;IAAE,YAAY,EAAE,MAAM,CAAC;IAAC,SAAS,EAAE,yBAAyB,CAAA;CAAE,CAuD/D,CAAC;AA2KF,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAgBlC,CAAC;AAEH,MAAM,MAAM,2BAA2B,GAAG,CAAC,CAAC,KAAK,CAC/C,OAAO,uBAAuB,CAC/B,CAAC;AAEF,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAE1B,CAAC;AACH,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAC;AAE9D,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAQ7B,CAAC;AACH,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAEpE,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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O,yBAAyB,CACjC,CAAC;AAEF,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAG9B,CAAC;AACH,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC;AAEtE,eAAO,MAAM,+BAA+B;;;;;;;;;;;;EAO1C,CAAC;AACH,MAAM,MAAM,+BAA+B,GAAG,CAAC,CAAC,KAAK,CACnD,OAAO,+BAA+B,CACvC,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,MAAM,CAC5C,YAAY,EACZ,yBAAyB,CAQ1B,CAAC"}
|
package/dist/{identity-api.schema-9a739da3.cjs.dev.cjs → identity-api.schema-78bf8d90.cjs.dev.cjs}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var zod = require('zod');
|
|
4
|
-
var vault_schema = require('./vault.schema-
|
|
4
|
+
var vault_schema = require('./vault.schema-674269b9.cjs.dev.cjs');
|
|
5
5
|
|
|
6
6
|
var CredentialSchemas = {
|
|
7
7
|
ProofOfResidence: vault_schema.ProofOfResidenceCredentialSubjectSchema,
|
package/dist/{identity-api.schema-48424ad8.cjs.prod.cjs → identity-api.schema-99868677.cjs.prod.cjs}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var zod = require('zod');
|
|
4
|
-
var vault_schema = require('./vault.schema-
|
|
4
|
+
var vault_schema = require('./vault.schema-fae426cb.cjs.prod.cjs');
|
|
5
5
|
|
|
6
6
|
var CredentialSchemas = {
|
|
7
7
|
ProofOfResidence: vault_schema.ProofOfResidenceCredentialSubjectSchema,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { dF as IDImageCredentialSubjectSchema, dH as ProofOfResidenceCredentialSubjectSchema, dG as SelfieImageCredentialSubjectSchema, dE as IDInformationCredentialSubjectSchema, dD as IDInformationTfheCredentialSubjectSchema, dC as OLD_AMLScreeningsResultsCredentialSubjectSchema, du as ID3CredentialSubjectSchema, dv as IDScanCredentialSubjectSchema, dx as IDScanSelfieCredentialSubjectSchema, dw as IDScanPassportCredentialSubjectSchema, ft as _defineProperty, fi as VaultMetadataLinkZodSchema, cX as QueryId, cz as DatasetColumnId, cY as QueryGroupId, aW as UuidString, at as BlockchainAddress, cW as ScenarioId, dk as WorkspaceId, av as String0x, aQ as BlockchainSignature, ac as TxHash, dl as WorkflowId, h as EvmChainId, ab as EvmAddress, aG as EIP155Signature, T as TezosChainId, aj as TezosContractAddress, aS as TezosEntrypointName, ai as TezosImplicitAddress, aL as EdSignature, ay as BlockchainNamespace, dI as GenericVerifiableCredentialSchema, aA as SupportedBlockchainNamespaceForSignatureAuth, B as BlockchainId, dn as ExternalCustomerId, di as AdditionalCustomerInformationParams, bo as CustomerStatus, aa as PublicKey } from './vault.schema-
|
|
2
|
+
import { dF as IDImageCredentialSubjectSchema, dH as ProofOfResidenceCredentialSubjectSchema, dG as SelfieImageCredentialSubjectSchema, dE as IDInformationCredentialSubjectSchema, dD as IDInformationTfheCredentialSubjectSchema, dC as OLD_AMLScreeningsResultsCredentialSubjectSchema, du as ID3CredentialSubjectSchema, dv as IDScanCredentialSubjectSchema, dx as IDScanSelfieCredentialSubjectSchema, dw as IDScanPassportCredentialSubjectSchema, ft as _defineProperty, fi as VaultMetadataLinkZodSchema, cX as QueryId, cz as DatasetColumnId, cY as QueryGroupId, aW as UuidString, at as BlockchainAddress, cW as ScenarioId, dk as WorkspaceId, av as String0x, aQ as BlockchainSignature, ac as TxHash, dl as WorkflowId, h as EvmChainId, ab as EvmAddress, aG as EIP155Signature, T as TezosChainId, aj as TezosContractAddress, aS as TezosEntrypointName, ai as TezosImplicitAddress, aL as EdSignature, ay as BlockchainNamespace, dI as GenericVerifiableCredentialSchema, aA as SupportedBlockchainNamespaceForSignatureAuth, B as BlockchainId, dn as ExternalCustomerId, di as AdditionalCustomerInformationParams, bo as CustomerStatus, aa as PublicKey } from './vault.schema-c5f3a10b.esm.mjs';
|
|
3
3
|
|
|
4
4
|
var CredentialSchemas = {
|
|
5
5
|
ProofOfResidence: ProofOfResidenceCredentialSubjectSchema,
|
|
@@ -2,14 +2,14 @@
|
|
|
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-674269b9.cjs.dev.cjs');
|
|
6
6
|
var zod = require('zod');
|
|
7
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
8
|
-
var tfheUtilities = require('./tfhe-utilities-
|
|
9
|
-
var zodUtils = require('./zod-utils-
|
|
7
|
+
var identityApi_schema = require('./identity-api.schema-78bf8d90.cjs.dev.cjs');
|
|
8
|
+
var tfheUtilities = require('./tfhe-utilities-e7994d08.cjs.dev.cjs');
|
|
9
|
+
var zodUtils = require('./zod-utils-60c2507e.cjs.dev.cjs');
|
|
10
10
|
require('nanoid');
|
|
11
11
|
require('decimal.js');
|
|
12
|
-
require('./toArray-
|
|
12
|
+
require('./toArray-2f35114e.cjs.dev.cjs');
|
|
13
13
|
|
|
14
14
|
var decodeUint8Array = function decodeUint8Array(data) {
|
|
15
15
|
var salt = data;
|
|
@@ -2,14 +2,14 @@
|
|
|
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-fae426cb.cjs.prod.cjs');
|
|
6
6
|
var zod = require('zod');
|
|
7
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
8
|
-
var tfheUtilities = require('./tfhe-utilities-
|
|
9
|
-
var zodUtils = require('./zod-utils-
|
|
7
|
+
var identityApi_schema = require('./identity-api.schema-99868677.cjs.prod.cjs');
|
|
8
|
+
var tfheUtilities = require('./tfhe-utilities-ace3df7b.cjs.prod.cjs');
|
|
9
|
+
var zodUtils = require('./zod-utils-e10925b6.cjs.prod.cjs');
|
|
10
10
|
require('nanoid');
|
|
11
11
|
require('decimal.js');
|
|
12
|
-
require('./toArray-
|
|
12
|
+
require('./toArray-360ed8fc.cjs.prod.cjs');
|
|
13
13
|
|
|
14
14
|
var decodeUint8Array = function decodeUint8Array(data) {
|
|
15
15
|
var salt = data;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
export { W as ACTIVE_APTOS_CHAIN_IDS, M as ACTIVE_BITCOIN_CHAIN_IDS, a6 as ACTIVE_CARDANO_CHAIN_IDS, l as ACTIVE_COSMOS_CHAIN_IDS, A as ACTIVE_EVM_CHAIN_VALUES, a0 as ACTIVE_POLKADOT_CHAIN_IDS, G as ACTIVE_SOLANA_CHAIN_IDS, r as ACTIVE_TEZOS_CHAIN_IDS, b3 as ALPHA_2_COUNTRIES, V as APTOS_CHAIN_IDS, R as APTOS_CHAIN_NAMES, U as APTOS_CHAIN_NAMES_LIST, aT as AbiItem, cx as ActionId, c6 as ActionPrefix, di as AdditionalCustomerInformationParams, ce as AiAgentPrefix, cd as AiDocumentPrefix, cb as AiExecutionPrefix, cc as AiExecutionStepPrefix, cj as AiMessagePrefix, cf as AiStepPrefix, b4 as Alpha2Country, f6 as AmlResults, cr as AppId, bA as AppPrefix, ae as AptosAddress, X as AptosChainId, aH as AptosSignature, ex as AuditAction, L as BITCOIN_CHAIN_IDS, J as BITCOIN_CHAIN_NAMES, K as BITCOIN_CHAIN_NAMES_LIST, ax as BLOCKCHAIN_NAMESPACES, aF as BLOCKCHAIN_NAMESPACE_TO_ADDRESS_URL, aE as BLOCKCHAIN_NAMESPACE_TO_NAME, aD as BLOCKCHAIN_NAME_TO_NAMESPACE, bp as BasicCustomerContactInformation, as as BitcoinAddress, ao as BitcoinBech32Address, O as BitcoinChainId, am as BitcoinP2PKHAddress, an as BitcoinP2SHAddress, ar as BitcoinTestnetBech32Address, ap as BitcoinTestnetP2PKHAddress, aq as BitcoinTestnetP2SHAddress, at as BlockchainAddress, B as BlockchainId, ay as BlockchainNamespace, aQ as BlockchainSignature, a5 as CARDANO_CHAIN_IDS, a3 as CARDANO_CHAIN_NAMES, a4 as CARDANO_CHAIN_NAMES_LIST, k as COSMOS_CHAIN_IDS, C as COSMOS_CHAIN_NAMES, j as COSMOS_CHAIN_NAMES_LIST, bq as CUSTOMERS_CHARTS, bu as CUSTOMER_AUTOMATION_REASONS, bs as CUSTOMER_TABLE_COLUMNS, al as CardanoAddress, a7 as CardanoChainId, aP as CardanoSignature, cs as ChallengeId, bB as ChallengePrefix, d5 as ChatId, d2 as ChatItemId, ci as ChatItemPrefix, cg as ChatPrefix, cV as ComplyAdvantageSearchUpdateId, c8 as ComplyAdvantageSearchUpdatePrefix, ah as CosmosAddress, m as CosmosChainId, aK as CosmosSignature, b7 as CountryName, eQ as CreateInsitutionExtractedInfosOutput, eE as CreateInsitutionOutput, eO as CreateTransactionExtractedInfosOutput, ez as CreateTransactionFeesParams, eC as CreateTransactionInfosOutput, eP as CreateTransactionMethodExtractedInfoOutput, eD as CreateTransactionMethodOutput, eN as CreateTransactionOutput, eF as CreateTransactionPartiesOutput, eG as CreateTransactionReviewOutput, b1 as CryptoCode, b0 as CryptoCodes, a$ as CurrencyCode, a_ as CurrencyCodes, dm as CustomerId, bm as CustomerOnboardingLevel, bl as CustomerOnboardingLevels, bv as CustomerPersonalInformation, cu as CustomerScreeningId, bo as CustomerStatus, bn as CustomerStatuses, bt as CustomerTableColumn, bg as CustomerType, bf as CustomerTypes, br as CustomersChartType, et as DEFAULT_FIAT_CURRENCY, aB as DISPLAYED_BLOCKCHAIN_NAMESPACES, au as DashboardAddress, D as DashboardChainId, a as DashboardChainIdList, fb as DataLinkTypeZodSchema, f9 as DataLinkVersionZodSchema, cz as DatasetColumnId, cB as DatasetColumnOptionId, bK as DatasetColumnOptionPrefix, bI as DatasetColumnPrefix, cA as DatasetColumnTypeId, bJ as DatasetColumnTypePrefix, cF as DatasetFolderId, bO as DatasetFolderPrefix, cy as DatasetId, bH as DatasetPrefix, cC as DatasetRowId, bL as DatasetRowPrefix, cD as DatasetRowValueId, bM as DatasetRowValuePrefix, cE as DatasetViewId, bN as DatasetViewPrefix, f7 as DetectedDuplicates, aC as DisplayedBlockchainNamespace, aG as EIP155Signature, aU as ENVS, E as EVM_BLOCK_TIME, g as EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC, aL as EdSignature, cp as EmailId, by as EmailPrefix, aV as EnvironmentSchema, cZ as EvaluationMethodId, c5 as EvaluationMethodPrefix, ab as EvmAddress, h as EvmChainId, dn as ExternalCustomerId, d7 as FLOW_TYPES, d8 as FlowType, aR as FunctionCallData, fm as GenericVaultDataLinkZodSchema, fl as GenericVaultEmbeddedLinkZodSchema, fj as GenericVaultPointerLinkZodSchema, fk as GenericVaultSearchLinkZodSchema, dI as GenericVerifiableCredentialSchema, e_ as GetAverageHistoricalAmountOutput, eZ as GetAverageHistoricalAmountParams, f0 as GetMedianHistoricalAmountOutput, e$ as GetMedianHistoricalAmountParams, eV as GetOneTransactionOutput, ey as GetTransactionAuditsParams, eA as GetTransactionFeesOutput, f1 as GetTransactionHistoricalAveragesParams, eM as GetTransactionParams, f3 as GetTransactionReviewOutput, f2 as GetTransactionReviewParams, f5 as GetTransactionReviewsOutput, f4 as GetTransactionReviewsParams, eS as GetTransactionStatsOutput, eR as GetTransactionStatsParams, eL as GetTransactionsForAlertOutput, eK as GetTransactionsForAlertParams, eX as GetTransactionsOutput, eW as GetTransactionsOutputData, eU as GetTransactionsParams, aw as HexadecimalSchema, ee as HumanReadableTransactionReviewStatus, ed as HumanReadableTransactionReviewStatuses, eg as HumanReadableTransactionStatusMapping, dO as ID3CredentialSchema, du as ID3CredentialSubjectSchema, db as IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS, dd as IDENTITY_DOCUMENT_OPTIONS, dL as IDImageCredentialSchema, dF as IDImageCredentialSubjectSchema, dK as IDInformationCredentialSchema, dE as IDInformationCredentialSubjectSchema, dJ as IDInformationTfheCredentialSchema, dD as IDInformationTfheCredentialSubjectSchema, dP as IDScanCredentialSchema, dv as IDScanCredentialSubjectSchema, dQ as IDScanPassportCredentialSchema, dw as IDScanPassportCredentialSubjectSchema, dR as IDScanSelfieCredentialSchema, dx as IDScanSelfieCredentialSubjectSchema, b2 as ISO3CountryCode, dh as Identifier, dq as IdentityAppV2Web2JWT, dp as IdentityAppV2Web3JWT, dc as IdentityDocumentCountryListOption, de as IdentityDocumentOptionsType, co as IdentityId, bx as IdentityPrefix, dr as IdentityWidgetAccessToken_NEW, ds as IdentityWidgetSessionToken, bD as IndividualScreeningPrefix, cT as InstitutionExtractedInfosId, c0 as InstitutionExtractedInfosPrefix, cS as InstitutionId, b$ as InstitutionPrefix, aZ as IpAddress, bk as KybOnboardingLevel, bj as KybOnboardingLevels, bi as KycOnboardingLevel, bh as KycOnboardingLevels, d4 as MemberId, d6 as MessageId, ch as MessagePrefix, cG as MetaAlertId, bP as MetaAlertPrefix, w as NEXERA_ACTIVE_STARKNET_CHAIN_IDS, Q as NEXERA_APTOS_CHAINS, I as NEXERA_BITCOIN_CHAINS, a2 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, dW as OLD_AMLScreeningsResultsCredentialSchema, dC as OLD_AMLScreeningsResultsCredentialSubjectSchema, dS as OLD_IDImageCredentialSchema, dy as OLD_IDImageCredentialSubjectSchema, dT as OLD_IDInformationCredentialSchema, dz as OLD_IDInformationCredentialSubjectSchema, dU as OLD_ProofOfResidenceCredentialSchema, dA as OLD_ProofOfResidenceCredentialSubjectSchema, dV as OLD_SelfieImageCredentialSchema, dB as OLD_SelfieImageCredentialSubjectSchema, dj as OrganizationId, aX as OtpCode, aN as P2Signature, df as PERSONAL_INFORMATION_FIELDS, $ as POLKADOT_CHAIN_IDS, Z as POLKADOT_CHAIN_NAMES, _ as POLKADOT_CHAIN_NAMES_LIST, P as POLYGON_NETWORK_NAMES, aY as PUBLIC_SERVICES_SCHEMA_MAP, eo as PaymentType, en as PaymentTypes, dg as PersonalInformationFieldsIdentityDocuments, ag as PolkadotAddress, a1 as PolkadotChainId, aJ as PolkadotSignature, s as PolygonNetworkNames, eB as PostValidatedCurrencyCode, a9 as PrivateKey, dN as ProofOfResidenceCredentialSchema, dH as ProofOfResidenceCredentialSubjectSchema, aa as PublicKey, cY as QueryGroupId, c4 as QueryGroupPrefix, cX as QueryId, c3 as QueryPrefix, be as RiskScoreType, bd as RiskScoreTypes, F as SOLANA_CHAIN_IDS, y as SOLANA_CHAIN_NAMES, z as SOLANA_CHAIN_NAMES_LIST, az as SUPPORTED_BLOCKCHAIN_NAMESPACES_FOR_SIGNATURE_AUTH, cW as ScenarioId, c2 as ScenarioPrefix, c_ as ScorechainAnalysisId, bG as ScorechainAnalysisPrefix, bb as ScorechainCountry, fn as ScorechainEntityRecord, dM as SelfieImageCredentialSchema, dG as SelfieImageCredentialSubjectSchema, cv as SigGatingId, bE as SigGatingPrefix, H as SolanaChainId, aM as SpSignature, d1 as SsssChunkId, ca as SsssChunkPrefix, d0 as SsssShareId, c9 as SsssSharePrefix, af as StarknetAddress, S as StarknetChainId, aI as StarknetSignature, cn as StorageId, bw as StoragePrefix, av as String0x, aA as SupportedBlockchainNamespaceForSignatureAuth, eu as TRANSACTIONS_STATS_CURRENCIES, e1 as TRANSACTION_CHARTS, e3 as TRANSACTION_TABLE_COLUMNS, dZ as Tag, cw as TagId, bF as TagPrefix, d_ as TagTitle, cH as TagsToEntityId, bQ as TagsToEntityPrefix, ct as TestId, bC as TestPrefix, ak as TezosAddress, T as TezosChainId, aj as TezosContractAddress, aS as TezosEntrypointName, ai as TezosImplicitAddress, aO as TezosSignature, cK as TransactionActivityId, bT as TransactionActivityPrefix, cI as TransactionAddressesId, bR as TransactionAddressesPrefix, cU as TransactionAmountId, c1 as TransactionAmountPrefix, es as TransactionAmountsFieldName, er as TransactionAmountsFieldNames, eY as TransactionAmountsToConvert, ek as TransactionCurrencyCode, ej as TransactionCurrencyCodes, ew as TransactionDataEventObject, ei as TransactionDirection, eh as TransactionDirections, cP as TransactionExtractedInfosId, bY as TransactionExtractedInfosPrefix, cL as TransactionFeesId, bU as TransactionFeesPrefix, cJ as TransactionId, cO as TransactionInfosId, bX as TransactionInfosPrefix, cR as TransactionMethodExtractedInfosId, b_ as TransactionMethodExtractedInfosPrefix, cQ as TransactionMethodsId, bZ as TransactionMethodsPrefix, cN as TransactionPartiesId, bW as TransactionPartiesPrefix, eq as TransactionPartiesType, ep as TransactionPartiesTypes, bS as TransactionPrefix, em as TransactionProvider, el as TransactionProviders, cM as TransactionReviewId, bV as TransactionReviewPrefix, ec as TransactionReviewStatus, eb as TransactionReviewStatuses, ea as TransactionRiskLevel, e9 as TransactionRiskLevels, ev as TransactionStatsCurrency, ef as TransactionStatusMapping, e4 as TransactionTableColumn, e6 as TransactionType, e8 as TransactionTypeWithAll, e5 as TransactionTypes, e7 as TransactionTypesWithAll, e2 as TransactionsChartType, ac as TxHash, dY as TypeTag, dX as TypeTags, eJ as UpdateTransactionReviewOutput, eH as UpdateTransactionReviewParams, eI as UpdateTransactionsReviewParams, aW as UuidString, fc as VaultJsonSchemas, fi as VaultMetadataLinkZodSchema, fg as VaultPointerKeyMapZodSchema, fh as VaultQueryMapZodSchema, fe as VaultSchemaIdZodSchema, ff as VaultSchemaPathsZodSchema, fd as VaultZodSchema, da as VerificationMode, d9 as VerificationModes, e0 as WORKFLOW_TYPE_TO_TAG_TYPE, cq as WalletId, bz as WalletPrefix, fo as WalletScreeningData, fq as WalletScreeningProvider, fp as WalletScreeningProviders, dt as Web2CreateSessionParams, fr as Web3ArgsType, fs as Web3TransactionData, dl as WorkflowId, c$ as WorkflowSessionAttributeId, c7 as WorkflowSessionAttributePrefix, ck as WorkflowSessionId, dk as WorkspaceId, fa as allDataLinkTypes, f8 as allDataLinkVersions, b6 as countryISO2toISO3Mapping, b5 as countryISO3toISO2Mapping, cl as createBrandedSchemaId, cm as createBrandedSchemaIdWithParams, d3 as generateId, d$ as getTagTypeFromEntityType, eT as initializeStatistics, a8 as isValidAddress, b8 as isoCountriesNameFromISO2, b9 as isoCountriesNameFromISO3, ba as parseISO3CountryCode, bc as scorechainCountriesNameFromISO2, ad as shortBlockchainAddress } from './vault.schema-8f730124.esm.mjs';
|
|
1
|
+
export { W as ACTIVE_APTOS_CHAIN_IDS, M as ACTIVE_BITCOIN_CHAIN_IDS, a6 as ACTIVE_CARDANO_CHAIN_IDS, l as ACTIVE_COSMOS_CHAIN_IDS, A as ACTIVE_EVM_CHAIN_VALUES, a0 as ACTIVE_POLKADOT_CHAIN_IDS, G as ACTIVE_SOLANA_CHAIN_IDS, r as ACTIVE_TEZOS_CHAIN_IDS, b3 as ALPHA_2_COUNTRIES, V as APTOS_CHAIN_IDS, R as APTOS_CHAIN_NAMES, U as APTOS_CHAIN_NAMES_LIST, aT as AbiItem, cx as ActionId, c6 as ActionPrefix, di as AdditionalCustomerInformationParams, ce as AiAgentPrefix, cd as AiDocumentPrefix, cb as AiExecutionPrefix, cc as AiExecutionStepPrefix, cj as AiMessagePrefix, cf as AiStepPrefix, b4 as Alpha2Country, f6 as AmlResults, cr as AppId, bA as AppPrefix, ae as AptosAddress, X as AptosChainId, aH as AptosSignature, ex as AuditAction, L as BITCOIN_CHAIN_IDS, J as BITCOIN_CHAIN_NAMES, K as BITCOIN_CHAIN_NAMES_LIST, ax as BLOCKCHAIN_NAMESPACES, aF as BLOCKCHAIN_NAMESPACE_TO_ADDRESS_URL, aE as BLOCKCHAIN_NAMESPACE_TO_NAME, aD as BLOCKCHAIN_NAME_TO_NAMESPACE, bp as BasicCustomerContactInformation, as as BitcoinAddress, ao as BitcoinBech32Address, O as BitcoinChainId, am as BitcoinP2PKHAddress, an as BitcoinP2SHAddress, ar as BitcoinTestnetBech32Address, ap as BitcoinTestnetP2PKHAddress, aq as BitcoinTestnetP2SHAddress, at as BlockchainAddress, B as BlockchainId, ay as BlockchainNamespace, aQ as BlockchainSignature, a5 as CARDANO_CHAIN_IDS, a3 as CARDANO_CHAIN_NAMES, a4 as CARDANO_CHAIN_NAMES_LIST, k as COSMOS_CHAIN_IDS, C as COSMOS_CHAIN_NAMES, j as COSMOS_CHAIN_NAMES_LIST, bq as CUSTOMERS_CHARTS, bu as CUSTOMER_AUTOMATION_REASONS, bs as CUSTOMER_TABLE_COLUMNS, al as CardanoAddress, a7 as CardanoChainId, aP as CardanoSignature, cs as ChallengeId, bB as ChallengePrefix, d5 as ChatId, d2 as ChatItemId, ci as ChatItemPrefix, cg as ChatPrefix, cV as ComplyAdvantageSearchUpdateId, c8 as ComplyAdvantageSearchUpdatePrefix, ah as CosmosAddress, m as CosmosChainId, aK as CosmosSignature, b7 as CountryName, eQ as CreateInsitutionExtractedInfosOutput, eE as CreateInsitutionOutput, eO as CreateTransactionExtractedInfosOutput, ez as CreateTransactionFeesParams, eC as CreateTransactionInfosOutput, eP as CreateTransactionMethodExtractedInfoOutput, eD as CreateTransactionMethodOutput, eN as CreateTransactionOutput, eF as CreateTransactionPartiesOutput, eG as CreateTransactionReviewOutput, b1 as CryptoCode, b0 as CryptoCodes, a$ as CurrencyCode, a_ as CurrencyCodes, dm as CustomerId, bm as CustomerOnboardingLevel, bl as CustomerOnboardingLevels, bv as CustomerPersonalInformation, cu as CustomerScreeningId, bo as CustomerStatus, bn as CustomerStatuses, bt as CustomerTableColumn, bg as CustomerType, bf as CustomerTypes, br as CustomersChartType, et as DEFAULT_FIAT_CURRENCY, aB as DISPLAYED_BLOCKCHAIN_NAMESPACES, au as DashboardAddress, D as DashboardChainId, a as DashboardChainIdList, fb as DataLinkTypeZodSchema, f9 as DataLinkVersionZodSchema, cz as DatasetColumnId, cB as DatasetColumnOptionId, bK as DatasetColumnOptionPrefix, bI as DatasetColumnPrefix, cA as DatasetColumnTypeId, bJ as DatasetColumnTypePrefix, cF as DatasetFolderId, bO as DatasetFolderPrefix, cy as DatasetId, bH as DatasetPrefix, cC as DatasetRowId, bL as DatasetRowPrefix, cD as DatasetRowValueId, bM as DatasetRowValuePrefix, cE as DatasetViewId, bN as DatasetViewPrefix, f7 as DetectedDuplicates, aC as DisplayedBlockchainNamespace, aG as EIP155Signature, aU as ENVS, E as EVM_BLOCK_TIME, g as EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC, aL as EdSignature, cp as EmailId, by as EmailPrefix, aV as EnvironmentSchema, cZ as EvaluationMethodId, c5 as EvaluationMethodPrefix, ab as EvmAddress, h as EvmChainId, dn as ExternalCustomerId, d7 as FLOW_TYPES, d8 as FlowType, aR as FunctionCallData, fm as GenericVaultDataLinkZodSchema, fl as GenericVaultEmbeddedLinkZodSchema, fj as GenericVaultPointerLinkZodSchema, fk as GenericVaultSearchLinkZodSchema, dI as GenericVerifiableCredentialSchema, e_ as GetAverageHistoricalAmountOutput, eZ as GetAverageHistoricalAmountParams, f0 as GetMedianHistoricalAmountOutput, e$ as GetMedianHistoricalAmountParams, eV as GetOneTransactionOutput, ey as GetTransactionAuditsParams, eA as GetTransactionFeesOutput, f1 as GetTransactionHistoricalAveragesParams, eM as GetTransactionParams, f3 as GetTransactionReviewOutput, f2 as GetTransactionReviewParams, f5 as GetTransactionReviewsOutput, f4 as GetTransactionReviewsParams, eS as GetTransactionStatsOutput, eR as GetTransactionStatsParams, eL as GetTransactionsForAlertOutput, eK as GetTransactionsForAlertParams, eX as GetTransactionsOutput, eW as GetTransactionsOutputData, eU as GetTransactionsParams, aw as HexadecimalSchema, ee as HumanReadableTransactionReviewStatus, ed as HumanReadableTransactionReviewStatuses, eg as HumanReadableTransactionStatusMapping, dO as ID3CredentialSchema, du as ID3CredentialSubjectSchema, db as IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS, dd as IDENTITY_DOCUMENT_OPTIONS, dL as IDImageCredentialSchema, dF as IDImageCredentialSubjectSchema, dK as IDInformationCredentialSchema, dE as IDInformationCredentialSubjectSchema, dJ as IDInformationTfheCredentialSchema, dD as IDInformationTfheCredentialSubjectSchema, dP as IDScanCredentialSchema, dv as IDScanCredentialSubjectSchema, dQ as IDScanPassportCredentialSchema, dw as IDScanPassportCredentialSubjectSchema, dR as IDScanSelfieCredentialSchema, dx as IDScanSelfieCredentialSubjectSchema, b2 as ISO3CountryCode, dh as Identifier, dq as IdentityAppV2Web2JWT, dp as IdentityAppV2Web3JWT, dc as IdentityDocumentCountryListOption, de as IdentityDocumentOptionsType, co as IdentityId, bx as IdentityPrefix, dr as IdentityWidgetAccessToken_NEW, ds as IdentityWidgetSessionToken, bD as IndividualScreeningPrefix, cT as InstitutionExtractedInfosId, c0 as InstitutionExtractedInfosPrefix, cS as InstitutionId, b$ as InstitutionPrefix, aZ as IpAddress, bk as KybOnboardingLevel, bj as KybOnboardingLevels, bi as KycOnboardingLevel, bh as KycOnboardingLevels, d4 as MemberId, d6 as MessageId, ch as MessagePrefix, cG as MetaAlertId, bP as MetaAlertPrefix, w as NEXERA_ACTIVE_STARKNET_CHAIN_IDS, Q as NEXERA_APTOS_CHAINS, I as NEXERA_BITCOIN_CHAINS, a2 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, dW as OLD_AMLScreeningsResultsCredentialSchema, dC as OLD_AMLScreeningsResultsCredentialSubjectSchema, dS as OLD_IDImageCredentialSchema, dy as OLD_IDImageCredentialSubjectSchema, dT as OLD_IDInformationCredentialSchema, dz as OLD_IDInformationCredentialSubjectSchema, dU as OLD_ProofOfResidenceCredentialSchema, dA as OLD_ProofOfResidenceCredentialSubjectSchema, dV as OLD_SelfieImageCredentialSchema, dB as OLD_SelfieImageCredentialSubjectSchema, dj as OrganizationId, aX as OtpCode, aN as P2Signature, df as PERSONAL_INFORMATION_FIELDS, $ as POLKADOT_CHAIN_IDS, Z as POLKADOT_CHAIN_NAMES, _ as POLKADOT_CHAIN_NAMES_LIST, P as POLYGON_NETWORK_NAMES, aY as PUBLIC_SERVICES_SCHEMA_MAP, eo as PaymentType, en as PaymentTypes, dg as PersonalInformationFieldsIdentityDocuments, ag as PolkadotAddress, a1 as PolkadotChainId, aJ as PolkadotSignature, s as PolygonNetworkNames, eB as PostValidatedCurrencyCode, a9 as PrivateKey, dN as ProofOfResidenceCredentialSchema, dH as ProofOfResidenceCredentialSubjectSchema, aa as PublicKey, cY as QueryGroupId, c4 as QueryGroupPrefix, cX as QueryId, c3 as QueryPrefix, be as RiskScoreType, bd as RiskScoreTypes, F as SOLANA_CHAIN_IDS, y as SOLANA_CHAIN_NAMES, z as SOLANA_CHAIN_NAMES_LIST, az as SUPPORTED_BLOCKCHAIN_NAMESPACES_FOR_SIGNATURE_AUTH, cW as ScenarioId, c2 as ScenarioPrefix, c_ as ScorechainAnalysisId, bG as ScorechainAnalysisPrefix, bb as ScorechainCountry, fn as ScorechainEntityRecord, dM as SelfieImageCredentialSchema, dG as SelfieImageCredentialSubjectSchema, cv as SigGatingId, bE as SigGatingPrefix, H as SolanaChainId, aM as SpSignature, d1 as SsssChunkId, ca as SsssChunkPrefix, d0 as SsssShareId, c9 as SsssSharePrefix, af as StarknetAddress, S as StarknetChainId, aI as StarknetSignature, cn as StorageId, bw as StoragePrefix, av as String0x, aA as SupportedBlockchainNamespaceForSignatureAuth, eu as TRANSACTIONS_STATS_CURRENCIES, e1 as TRANSACTION_CHARTS, e3 as TRANSACTION_TABLE_COLUMNS, dZ as Tag, cw as TagId, bF as TagPrefix, d_ as TagTitle, cH as TagsToEntityId, bQ as TagsToEntityPrefix, ct as TestId, bC as TestPrefix, ak as TezosAddress, T as TezosChainId, aj as TezosContractAddress, aS as TezosEntrypointName, ai as TezosImplicitAddress, aO as TezosSignature, cK as TransactionActivityId, bT as TransactionActivityPrefix, cI as TransactionAddressesId, bR as TransactionAddressesPrefix, cU as TransactionAmountId, c1 as TransactionAmountPrefix, es as TransactionAmountsFieldName, er as TransactionAmountsFieldNames, eY as TransactionAmountsToConvert, ek as TransactionCurrencyCode, ej as TransactionCurrencyCodes, ew as TransactionDataEventObject, ei as TransactionDirection, eh as TransactionDirections, cP as TransactionExtractedInfosId, bY as TransactionExtractedInfosPrefix, cL as TransactionFeesId, bU as TransactionFeesPrefix, cJ as TransactionId, cO as TransactionInfosId, bX as TransactionInfosPrefix, cR as TransactionMethodExtractedInfosId, b_ as TransactionMethodExtractedInfosPrefix, cQ as TransactionMethodsId, bZ as TransactionMethodsPrefix, cN as TransactionPartiesId, bW as TransactionPartiesPrefix, eq as TransactionPartiesType, ep as TransactionPartiesTypes, bS as TransactionPrefix, em as TransactionProvider, el as TransactionProviders, cM as TransactionReviewId, bV as TransactionReviewPrefix, ec as TransactionReviewStatus, eb as TransactionReviewStatuses, ea as TransactionRiskLevel, e9 as TransactionRiskLevels, ev as TransactionStatsCurrency, ef as TransactionStatusMapping, e4 as TransactionTableColumn, e6 as TransactionType, e8 as TransactionTypeWithAll, e5 as TransactionTypes, e7 as TransactionTypesWithAll, e2 as TransactionsChartType, ac as TxHash, dY as TypeTag, dX as TypeTags, eJ as UpdateTransactionReviewOutput, eH as UpdateTransactionReviewParams, eI as UpdateTransactionsReviewParams, aW as UuidString, fc as VaultJsonSchemas, fi as VaultMetadataLinkZodSchema, fg as VaultPointerKeyMapZodSchema, fh as VaultQueryMapZodSchema, fe as VaultSchemaIdZodSchema, ff as VaultSchemaPathsZodSchema, fd as VaultZodSchema, da as VerificationMode, d9 as VerificationModes, e0 as WORKFLOW_TYPE_TO_TAG_TYPE, cq as WalletId, bz as WalletPrefix, fo as WalletScreeningData, fq as WalletScreeningProvider, fp as WalletScreeningProviders, dt as Web2CreateSessionParams, fr as Web3ArgsType, fs as Web3TransactionData, dl as WorkflowId, c$ as WorkflowSessionAttributeId, c7 as WorkflowSessionAttributePrefix, ck as WorkflowSessionId, dk as WorkspaceId, fa as allDataLinkTypes, f8 as allDataLinkVersions, b6 as countryISO2toISO3Mapping, b5 as countryISO3toISO2Mapping, cl as createBrandedSchemaId, cm as createBrandedSchemaIdWithParams, d3 as generateId, d$ as getTagTypeFromEntityType, eT as initializeStatistics, a8 as isValidAddress, b8 as isoCountriesNameFromISO2, b9 as isoCountriesNameFromISO3, ba as parseISO3CountryCode, bc as scorechainCountriesNameFromISO2, ad as shortBlockchainAddress } from './vault.schema-c5f3a10b.esm.mjs';
|
|
2
2
|
import { z } from 'zod';
|
|
3
|
-
import { C as CredentialTypes } from './identity-api.schema-
|
|
4
|
-
export { v as ACTION_STATUSES, t as ACTION_TRIGGERS, b1 as ARRAY_OPERATORS, aL 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, bf as AllCredentialValues, bX as AllScenarioExecutionAuthorizationData, bP as AnyTxAuthDataSignatureResponse, bS as AnyTxAuthInputJsSdk, bI as ApiTezosTxAuthInput, bC as ApiTxAuthInput, b2 as ArrayOperator, aT as AuthQrCodeData, ap as AuthSession, aq as AuthSessionData, aO as AuthorizationRequestMessage, aN as AuthorizationRequestMessageType, aM as AuthorizationRequestMessageTypes, aR as AuthorizationResponseMessage, n as AvailableFlow, b7 as BOOLEAN_OPERATORS, M as BackwardsCompatibleScenarioType, L as BackwardsCompatibleScenarioTypes, N as BaseQueryResponse, b8 as BooleanOperator, aI as CIRCUIT_IDS, bq as ChallengeQuerySchema, ar as ChallengeResponse, aJ as CircuitId, b as CloseScreenNotification, a7 as ComplianceImplementationStepsInput, bW as CreateAuthRequestProps, a6 as CreateTemplateScenario, c6 as CredentialMediaType, c1 as CredentialNames, aS as CredentialQrCodeData, c0 as CredentialSchemas, c4 as CredentialType, C as CredentialTypes, b9 as DATE_OPERATORS, D as DataAvailableOnStart, ba as DateOperator, bQ as Eip155TxAuthInputJsSdk, U as ExecuteQueryResponse, bO as ExtendedTezosTxAuthDataSignatureResponse, bM as ExtendedTezosTxAuthInput, bN as ExtendedTxAuthDataSignatureResponse, bL as ExtendedTxAuthInput, ao as GenerateWalletChallengeRequest, a9 as GetCredentialsRequest, aa as GetCredentialsResponse, au as GetCustomerStatusRequest, az as GetCustomerStatusResponse, bK as GetTezosTxAuthDataSignatureResponse, bF as GetTxAuthDataSignatureFailureResponse, bG as GetTxAuthDataSignatureResponse, bE as GetTxAuthDataSignatureSuccessResponse, ai as GetTxAuthSigRequest, ak as GetTxAuthSigRequestTezos, aj as GetTxAuthSigResponse, al as GetTxAuthSigResponseTezos, aC as HostMessage, am as HostRequestMessage, H as HostResponseMessage, be as IDInformationTfhe, aA as IdentityAppMessage, aD as IdentityMessage, i as IdentityNotificationMessage, m as IdentityRequestMessage, an as IdentityResponseMessage, av as IdentitySdkMessage, aw as IdentitySdkMessageWithIdentifier, aB as IdentityWallet, j as InitialDataRequest, o as InitialDataResponse, I as IsVerifiedNotification, ag as IsVerifiedRequest, ah as IsVerifiedResponse, K as KycCompletionData, c as KycCompletionNotification, aG as MediaType, aH as MediaTypePID, b5 as NUMERIC_OPERATORS, c2 as NexeraCredentialType, b6 as NumericOperator, br as OLD_CHALLENGE_QUERY_OPERATORS, bs as OLD_ChallengeQueryOperator, bv as OLD_ChallengeQueryOperatorToOperator, bn as OLD_ChallengeQuerySchema, bx as OLD_QueryCredentialType, bw as OLD_QueryCredentialTypes, aZ as OPERATORS, g as OcvSdkInitialized, O as OffChainScenarioExecutionData, Q as OffChainZKPRuleResult, d as OnChainScenarioExecutionData, a_ as Operator, bt as OperatorMappings, bu as OperatorToOLD_ChallengeQueryOperator, bm as PartialQueryConfigSimplified, P as PolygonIdInitialized, ac as PolygonIdRequest, ab as PolygonIdRequestData, ae as PolygonIdResponse, ad as PolygonIdResponseData, bV as PrivacyPreservingMonitoring, aP as ProofData, aX as QUERY_LOGIC_OPERATOR, aU as QrCodeLinkWithSchemaType, bg as QueriesOptions, bj as QueryConfigSimplified, bi as QueryConfigTfhe, bp as QueryCredentialType, bo as QueryCredentialTypes, bk as QueryGroupConfigSimplified, aY as QueryLogicOperator, bh as QueryType, aE as RequiredDataRowSchema, aF as RequiredVerificationData, V as RuleEngineResponse, R as RuleEngineScenarioExecutionData, bl as RuleResultQueryConfig, Y as RuleResultStatus, Z as RuleResultStatusLabels, X as RuleResultStatuses, r as SCENARIO_ACTION_TYPES, bY as SCENARIO_AUTHORIZATION_STATUSES, b3 as STRING_OPERATORS, bb as SUPPORTED_TYPES, S as ScenarioAuthorizationData, bZ 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, h as StartCompletedNotification, af as StartFlowRequest, b4 as StringOperator, bc as SupportedType, bd as SupportedTypes, a5 as TemplateScenario, bH as TezosTxAuthInput, bR as TezosTxAuthInputJsSdk, bJ as TezosTxSignatureResponse, T as TransactionData, q as TransactionResponse, ay as TxAuthDataSignatureGatingError, at as TxAuthDataSignatureGatingRequest, ax as TxAuthDataSignatureResponse, bB as TxAuthInput, bD as TxSignatureResponse, c5 as VerifiableCredential, a1 as VerificationOutput, a0 as VerificationSessionStatus, $ as VerificationSessionStatuses, b$ as VerifyWalletChallengeRequest, as as WalletSignResponse, b_ as WalletSignatureResponse, a$ as ZKPOperator, bT as ZKPRequest, bU as ZKPRequestFromZKVerifier, aK as ZeroKnowledgeProofRequest, aQ as ZeroKnowledgeProofResponse, c3 as getCredentialName, bz as getOldCredentialPath, by as getOldCredentialType, bA as oldCredentialPathToDataLink, b0 as operatorDisplayMap, aV as parseIden3Message, aW as parseSessionIdFromUrl } from './identity-api.schema-
|
|
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-
|
|
6
|
-
export { S as Separator, g as generateZodObjectPaths, r as resolvePathOnDataSchema, a as resolvePathOnMapSchema } from './zod-utils-
|
|
3
|
+
import { C as CredentialTypes } from './identity-api.schema-b75987f3.esm.mjs';
|
|
4
|
+
export { v as ACTION_STATUSES, t as ACTION_TRIGGERS, b1 as ARRAY_OPERATORS, aL 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, bf as AllCredentialValues, bX as AllScenarioExecutionAuthorizationData, bP as AnyTxAuthDataSignatureResponse, bS as AnyTxAuthInputJsSdk, bI as ApiTezosTxAuthInput, bC as ApiTxAuthInput, b2 as ArrayOperator, aT as AuthQrCodeData, ap as AuthSession, aq as AuthSessionData, aO as AuthorizationRequestMessage, aN as AuthorizationRequestMessageType, aM as AuthorizationRequestMessageTypes, aR as AuthorizationResponseMessage, n as AvailableFlow, b7 as BOOLEAN_OPERATORS, M as BackwardsCompatibleScenarioType, L as BackwardsCompatibleScenarioTypes, N as BaseQueryResponse, b8 as BooleanOperator, aI as CIRCUIT_IDS, bq as ChallengeQuerySchema, ar as ChallengeResponse, aJ as CircuitId, b as CloseScreenNotification, a7 as ComplianceImplementationStepsInput, bW as CreateAuthRequestProps, a6 as CreateTemplateScenario, c6 as CredentialMediaType, c1 as CredentialNames, aS as CredentialQrCodeData, c0 as CredentialSchemas, c4 as CredentialType, C as CredentialTypes, b9 as DATE_OPERATORS, D as DataAvailableOnStart, ba as DateOperator, bQ as Eip155TxAuthInputJsSdk, U as ExecuteQueryResponse, bO as ExtendedTezosTxAuthDataSignatureResponse, bM as ExtendedTezosTxAuthInput, bN as ExtendedTxAuthDataSignatureResponse, bL as ExtendedTxAuthInput, ao as GenerateWalletChallengeRequest, a9 as GetCredentialsRequest, aa as GetCredentialsResponse, au as GetCustomerStatusRequest, az as GetCustomerStatusResponse, bK as GetTezosTxAuthDataSignatureResponse, bF as GetTxAuthDataSignatureFailureResponse, bG as GetTxAuthDataSignatureResponse, bE as GetTxAuthDataSignatureSuccessResponse, ai as GetTxAuthSigRequest, ak as GetTxAuthSigRequestTezos, aj as GetTxAuthSigResponse, al as GetTxAuthSigResponseTezos, aC as HostMessage, am as HostRequestMessage, H as HostResponseMessage, be as IDInformationTfhe, aA as IdentityAppMessage, aD as IdentityMessage, i as IdentityNotificationMessage, m as IdentityRequestMessage, an as IdentityResponseMessage, av as IdentitySdkMessage, aw as IdentitySdkMessageWithIdentifier, aB as IdentityWallet, j as InitialDataRequest, o as InitialDataResponse, I as IsVerifiedNotification, ag as IsVerifiedRequest, ah as IsVerifiedResponse, K as KycCompletionData, c as KycCompletionNotification, aG as MediaType, aH as MediaTypePID, b5 as NUMERIC_OPERATORS, c2 as NexeraCredentialType, b6 as NumericOperator, br as OLD_CHALLENGE_QUERY_OPERATORS, bs as OLD_ChallengeQueryOperator, bv as OLD_ChallengeQueryOperatorToOperator, bn as OLD_ChallengeQuerySchema, bx as OLD_QueryCredentialType, bw as OLD_QueryCredentialTypes, aZ as OPERATORS, g as OcvSdkInitialized, O as OffChainScenarioExecutionData, Q as OffChainZKPRuleResult, d as OnChainScenarioExecutionData, a_ as Operator, bt as OperatorMappings, bu as OperatorToOLD_ChallengeQueryOperator, bm as PartialQueryConfigSimplified, P as PolygonIdInitialized, ac as PolygonIdRequest, ab as PolygonIdRequestData, ae as PolygonIdResponse, ad as PolygonIdResponseData, bV as PrivacyPreservingMonitoring, aP as ProofData, aX as QUERY_LOGIC_OPERATOR, aU as QrCodeLinkWithSchemaType, bg as QueriesOptions, bj as QueryConfigSimplified, bi as QueryConfigTfhe, bp as QueryCredentialType, bo as QueryCredentialTypes, bk as QueryGroupConfigSimplified, aY as QueryLogicOperator, bh as QueryType, aE as RequiredDataRowSchema, aF as RequiredVerificationData, V as RuleEngineResponse, R as RuleEngineScenarioExecutionData, bl as RuleResultQueryConfig, Y as RuleResultStatus, Z as RuleResultStatusLabels, X as RuleResultStatuses, r as SCENARIO_ACTION_TYPES, bY as SCENARIO_AUTHORIZATION_STATUSES, b3 as STRING_OPERATORS, bb as SUPPORTED_TYPES, S as ScenarioAuthorizationData, bZ 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, h as StartCompletedNotification, af as StartFlowRequest, b4 as StringOperator, bc as SupportedType, bd as SupportedTypes, a5 as TemplateScenario, bH as TezosTxAuthInput, bR as TezosTxAuthInputJsSdk, bJ as TezosTxSignatureResponse, T as TransactionData, q as TransactionResponse, ay as TxAuthDataSignatureGatingError, at as TxAuthDataSignatureGatingRequest, ax as TxAuthDataSignatureResponse, bB as TxAuthInput, bD as TxSignatureResponse, c5 as VerifiableCredential, a1 as VerificationOutput, a0 as VerificationSessionStatus, $ as VerificationSessionStatuses, b$ as VerifyWalletChallengeRequest, as as WalletSignResponse, b_ as WalletSignatureResponse, a$ as ZKPOperator, bT as ZKPRequest, bU as ZKPRequestFromZKVerifier, aK as ZeroKnowledgeProofRequest, aQ as ZeroKnowledgeProofResponse, c3 as getCredentialName, bz as getOldCredentialPath, by as getOldCredentialType, bA as oldCredentialPathToDataLink, b0 as operatorDisplayMap, aV as parseIden3Message, aW as parseSessionIdFromUrl } from './identity-api.schema-b75987f3.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-1cfcaf82.esm.mjs';
|
|
6
|
+
export { S as Separator, g as generateZodObjectPaths, r as resolvePathOnDataSchema, a as resolvePathOnMapSchema } from './zod-utils-eaa787ae.esm.mjs';
|
|
7
7
|
import 'nanoid';
|
|
8
8
|
import 'decimal.js';
|
|
9
|
-
import './toArray-
|
|
9
|
+
import './toArray-a1e551de.esm.mjs';
|
|
10
10
|
|
|
11
11
|
var decodeUint8Array = function decodeUint8Array(data) {
|
|
12
12
|
var salt = data;
|
package/dist/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { fu as _toConsumableArray } from './vault.schema-
|
|
2
|
-
import { bc as SupportedType, b5 as NUMERIC_OPERATORS, b1 as ARRAY_OPERATORS, b7 as BOOLEAN_OPERATORS, b3 as STRING_OPERATORS } from './identity-api.schema-
|
|
1
|
+
import { fu as _toConsumableArray } from './vault.schema-c5f3a10b.esm.mjs';
|
|
2
|
+
import { bc as SupportedType, b5 as NUMERIC_OPERATORS, b1 as ARRAY_OPERATORS, b7 as BOOLEAN_OPERATORS, b3 as STRING_OPERATORS } from './identity-api.schema-b75987f3.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
|
-
var vault_schema = require('./vault.schema-
|
|
4
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
3
|
+
var vault_schema = require('./vault.schema-fae426cb.cjs.prod.cjs');
|
|
4
|
+
var identityApi_schema = require('./identity-api.schema-99868677.cjs.prod.cjs');
|
|
5
5
|
|
|
6
6
|
var VC_JSON_SCHEMA_MAP = {
|
|
7
7
|
ProofOfResidence: {
|
|
@@ -1,7 +1,7 @@
|
|
|
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-674269b9.cjs.dev.cjs');
|
|
4
|
+
var identityApi_schema = require('./identity-api.schema-78bf8d90.cjs.dev.cjs');
|
|
5
5
|
|
|
6
6
|
var VC_JSON_SCHEMA_MAP = {
|
|
7
7
|
ProofOfResidence: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var vault_schema = require('./vault.schema-
|
|
3
|
+
var vault_schema = require('./vault.schema-674269b9.cjs.dev.cjs');
|
|
4
4
|
|
|
5
5
|
function _toArray(r) {
|
|
6
6
|
return vault_schema._arrayWithHoles(r) || vault_schema._iterableToArray(r) || vault_schema._unsupportedIterableToArray(r) || vault_schema._nonIterableRest();
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var vault_schema = require('./vault.schema-
|
|
3
|
+
var vault_schema = require('./vault.schema-fae426cb.cjs.prod.cjs');
|
|
4
4
|
|
|
5
5
|
function _toArray(r) {
|
|
6
6
|
return vault_schema._arrayWithHoles(r) || vault_schema._iterableToArray(r) || vault_schema._unsupportedIterableToArray(r) || vault_schema._nonIterableRest();
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { fx as _arrayWithHoles, fy as _iterableToArray, fv as _unsupportedIterableToArray, fz as _nonIterableRest } from './vault.schema-
|
|
1
|
+
import { fx as _arrayWithHoles, fy as _iterableToArray, fv as _unsupportedIterableToArray, fz as _nonIterableRest } from './vault.schema-c5f3a10b.esm.mjs';
|
|
2
2
|
|
|
3
3
|
function _toArray(r) {
|
|
4
4
|
return _arrayWithHoles(r) || _iterableToArray(r) || _unsupportedIterableToArray(r) || _nonIterableRest();
|
|
@@ -3123,6 +3123,10 @@ var EntityRiskDefaultsValues = [{
|
|
|
3123
3123
|
entity: "Block reward",
|
|
3124
3124
|
defaultScore: 100,
|
|
3125
3125
|
riskLevel: "No Risk"
|
|
3126
|
+
}, {
|
|
3127
|
+
entity: "Blacklisted",
|
|
3128
|
+
defaultScore: 15,
|
|
3129
|
+
riskLevel: "High Risk"
|
|
3126
3130
|
}, {
|
|
3127
3131
|
entity: "Bot",
|
|
3128
3132
|
defaultScore: 45,
|
|
@@ -3117,6 +3117,10 @@ var EntityRiskDefaultsValues = [{
|
|
|
3117
3117
|
entity: "Block reward",
|
|
3118
3118
|
defaultScore: 100,
|
|
3119
3119
|
riskLevel: "No Risk"
|
|
3120
|
+
}, {
|
|
3121
|
+
entity: "Blacklisted",
|
|
3122
|
+
defaultScore: 15,
|
|
3123
|
+
riskLevel: "High Risk"
|
|
3120
3124
|
}, {
|
|
3121
3125
|
entity: "Bot",
|
|
3122
3126
|
defaultScore: 45,
|
|
@@ -3123,6 +3123,10 @@ var EntityRiskDefaultsValues = [{
|
|
|
3123
3123
|
entity: "Block reward",
|
|
3124
3124
|
defaultScore: 100,
|
|
3125
3125
|
riskLevel: "No Risk"
|
|
3126
|
+
}, {
|
|
3127
|
+
entity: "Blacklisted",
|
|
3128
|
+
defaultScore: 15,
|
|
3129
|
+
riskLevel: "High Risk"
|
|
3126
3130
|
}, {
|
|
3127
3131
|
entity: "Bot",
|
|
3128
3132
|
defaultScore: 45,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var toArray = require('./toArray-
|
|
4
|
-
var vault_schema = require('./vault.schema-
|
|
3
|
+
var toArray = require('./toArray-2f35114e.cjs.dev.cjs');
|
|
4
|
+
var vault_schema = require('./vault.schema-674269b9.cjs.dev.cjs');
|
|
5
5
|
var zod = require('zod');
|
|
6
6
|
|
|
7
7
|
// tools to work with object paths in TypeScript
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var toArray = require('./toArray-
|
|
4
|
-
var vault_schema = require('./vault.schema-
|
|
3
|
+
var toArray = require('./toArray-360ed8fc.cjs.prod.cjs');
|
|
4
|
+
var vault_schema = require('./vault.schema-fae426cb.cjs.prod.cjs');
|
|
5
5
|
var zod = require('zod');
|
|
6
6
|
|
|
7
7
|
// tools to work with object paths in TypeScript
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { _ as _toArray } from './toArray-
|
|
2
|
-
import { fv as _unsupportedIterableToArray, fr as Web3ArgsType, fw as _slicedToArray, fu as _toConsumableArray } from './vault.schema-
|
|
1
|
+
import { _ as _toArray } from './toArray-a1e551de.esm.mjs';
|
|
2
|
+
import { fv as _unsupportedIterableToArray, fr as Web3ArgsType, fw as _slicedToArray, fu as _toConsumableArray } from './vault.schema-c5f3a10b.esm.mjs';
|
|
3
3
|
import { z } from 'zod';
|
|
4
4
|
|
|
5
5
|
// tools to work with object paths in TypeScript
|
|
@@ -2,9 +2,9 @@
|
|
|
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-78bf8d90.cjs.dev.cjs');
|
|
6
6
|
require('zod');
|
|
7
|
-
require('../../dist/vault.schema-
|
|
7
|
+
require('../../dist/vault.schema-674269b9.cjs.dev.cjs');
|
|
8
8
|
require('nanoid');
|
|
9
9
|
require('decimal.js');
|
|
10
10
|
|
|
@@ -2,9 +2,9 @@
|
|
|
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-99868677.cjs.prod.cjs');
|
|
6
6
|
require('zod');
|
|
7
|
-
require('../../dist/vault.schema-
|
|
7
|
+
require('../../dist/vault.schema-fae426cb.cjs.prod.cjs');
|
|
8
8
|
require('nanoid');
|
|
9
9
|
require('decimal.js');
|
|
10
10
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { v as ACTION_STATUSES, t as ACTION_TRIGGERS, b1 as ARRAY_OPERATORS, aL 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, bf as AllCredentialValues, bX as AllScenarioExecutionAuthorizationData, bP as AnyTxAuthDataSignatureResponse, bS as AnyTxAuthInputJsSdk, bI as ApiTezosTxAuthInput, bC as ApiTxAuthInput, b2 as ArrayOperator, aT as AuthQrCodeData, ap as AuthSession, aq as AuthSessionData, aO as AuthorizationRequestMessage, aN as AuthorizationRequestMessageType, aM as AuthorizationRequestMessageTypes, aR as AuthorizationResponseMessage, n as AvailableFlow, b7 as BOOLEAN_OPERATORS, M as BackwardsCompatibleScenarioType, L as BackwardsCompatibleScenarioTypes, N as BaseQueryResponse, b8 as BooleanOperator, aI as CIRCUIT_IDS, bq as ChallengeQuerySchema, ar as ChallengeResponse, aJ as CircuitId, b as CloseScreenNotification, a7 as ComplianceImplementationStepsInput, bW as CreateAuthRequestProps, a6 as CreateTemplateScenario, aS as CredentialQrCodeData, b9 as DATE_OPERATORS, D as DataAvailableOnStart, ba as DateOperator, bQ as Eip155TxAuthInputJsSdk, U as ExecuteQueryResponse, bO as ExtendedTezosTxAuthDataSignatureResponse, bM as ExtendedTezosTxAuthInput, bN as ExtendedTxAuthDataSignatureResponse, bL as ExtendedTxAuthInput, ao as GenerateWalletChallengeRequest, a9 as GetCredentialsRequest, aa as GetCredentialsResponse, au as GetCustomerStatusRequest, az as GetCustomerStatusResponse, bK as GetTezosTxAuthDataSignatureResponse, bF as GetTxAuthDataSignatureFailureResponse, bG as GetTxAuthDataSignatureResponse, bE as GetTxAuthDataSignatureSuccessResponse, ai as GetTxAuthSigRequest, ak as GetTxAuthSigRequestTezos, aj as GetTxAuthSigResponse, al as GetTxAuthSigResponseTezos, aC as HostMessage, am as HostRequestMessage, H as HostResponseMessage, be as IDInformationTfhe, aA as IdentityAppMessage, aD as IdentityMessage, i as IdentityNotificationMessage, m as IdentityRequestMessage, an as IdentityResponseMessage, av as IdentitySdkMessage, aw as IdentitySdkMessageWithIdentifier, aB as IdentityWallet, j as InitialDataRequest, o as InitialDataResponse, I as IsVerifiedNotification, ag as IsVerifiedRequest, ah as IsVerifiedResponse, K as KycCompletionData, c as KycCompletionNotification, aG as MediaType, aH as MediaTypePID, b5 as NUMERIC_OPERATORS, b6 as NumericOperator, br as OLD_CHALLENGE_QUERY_OPERATORS, bs as OLD_ChallengeQueryOperator, bv as OLD_ChallengeQueryOperatorToOperator, bn as OLD_ChallengeQuerySchema, bx as OLD_QueryCredentialType, bw as OLD_QueryCredentialTypes, aZ as OPERATORS, g as OcvSdkInitialized, O as OffChainScenarioExecutionData, Q as OffChainZKPRuleResult, d as OnChainScenarioExecutionData, a_ as Operator, bt as OperatorMappings, bu as OperatorToOLD_ChallengeQueryOperator, bm as PartialQueryConfigSimplified, P as PolygonIdInitialized, ac as PolygonIdRequest, ab as PolygonIdRequestData, ae as PolygonIdResponse, ad as PolygonIdResponseData, bV as PrivacyPreservingMonitoring, aP as ProofData, aX as QUERY_LOGIC_OPERATOR, aU as QrCodeLinkWithSchemaType, bg as QueriesOptions, bj as QueryConfigSimplified, bi as QueryConfigTfhe, bp as QueryCredentialType, bo as QueryCredentialTypes, bk as QueryGroupConfigSimplified, aY as QueryLogicOperator, bh as QueryType, aE as RequiredDataRowSchema, aF as RequiredVerificationData, V as RuleEngineResponse, R as RuleEngineScenarioExecutionData, bl as RuleResultQueryConfig, Y as RuleResultStatus, Z as RuleResultStatusLabels, X as RuleResultStatuses, r as SCENARIO_ACTION_TYPES, bY as SCENARIO_AUTHORIZATION_STATUSES, b3 as STRING_OPERATORS, bb as SUPPORTED_TYPES, S as ScenarioAuthorizationData, bZ 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, h as StartCompletedNotification, af as StartFlowRequest, b4 as StringOperator, bc as SupportedType, bd as SupportedTypes, a5 as TemplateScenario, bH as TezosTxAuthInput, bR as TezosTxAuthInputJsSdk, bJ as TezosTxSignatureResponse, T as TransactionData, q as TransactionResponse, ay as TxAuthDataSignatureGatingError, at as TxAuthDataSignatureGatingRequest, ax as TxAuthDataSignatureResponse, bB as TxAuthInput, bD as TxSignatureResponse, a1 as VerificationOutput, a0 as VerificationSessionStatus, $ as VerificationSessionStatuses, b$ as VerifyWalletChallengeRequest, as as WalletSignResponse, b_ as WalletSignatureResponse, a$ as ZKPOperator, bT as ZKPRequest, bU as ZKPRequestFromZKVerifier, aK as ZeroKnowledgeProofRequest, aQ as ZeroKnowledgeProofResponse, bz as getOldCredentialPath, by as getOldCredentialType, bA as oldCredentialPathToDataLink, b0 as operatorDisplayMap, aV as parseIden3Message, aW as parseSessionIdFromUrl } from '../../dist/identity-api.schema-
|
|
1
|
+
export { v as ACTION_STATUSES, t as ACTION_TRIGGERS, b1 as ARRAY_OPERATORS, aL 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, bf as AllCredentialValues, bX as AllScenarioExecutionAuthorizationData, bP as AnyTxAuthDataSignatureResponse, bS as AnyTxAuthInputJsSdk, bI as ApiTezosTxAuthInput, bC as ApiTxAuthInput, b2 as ArrayOperator, aT as AuthQrCodeData, ap as AuthSession, aq as AuthSessionData, aO as AuthorizationRequestMessage, aN as AuthorizationRequestMessageType, aM as AuthorizationRequestMessageTypes, aR as AuthorizationResponseMessage, n as AvailableFlow, b7 as BOOLEAN_OPERATORS, M as BackwardsCompatibleScenarioType, L as BackwardsCompatibleScenarioTypes, N as BaseQueryResponse, b8 as BooleanOperator, aI as CIRCUIT_IDS, bq as ChallengeQuerySchema, ar as ChallengeResponse, aJ as CircuitId, b as CloseScreenNotification, a7 as ComplianceImplementationStepsInput, bW as CreateAuthRequestProps, a6 as CreateTemplateScenario, aS as CredentialQrCodeData, b9 as DATE_OPERATORS, D as DataAvailableOnStart, ba as DateOperator, bQ as Eip155TxAuthInputJsSdk, U as ExecuteQueryResponse, bO as ExtendedTezosTxAuthDataSignatureResponse, bM as ExtendedTezosTxAuthInput, bN as ExtendedTxAuthDataSignatureResponse, bL as ExtendedTxAuthInput, ao as GenerateWalletChallengeRequest, a9 as GetCredentialsRequest, aa as GetCredentialsResponse, au as GetCustomerStatusRequest, az as GetCustomerStatusResponse, bK as GetTezosTxAuthDataSignatureResponse, bF as GetTxAuthDataSignatureFailureResponse, bG as GetTxAuthDataSignatureResponse, bE as GetTxAuthDataSignatureSuccessResponse, ai as GetTxAuthSigRequest, ak as GetTxAuthSigRequestTezos, aj as GetTxAuthSigResponse, al as GetTxAuthSigResponseTezos, aC as HostMessage, am as HostRequestMessage, H as HostResponseMessage, be as IDInformationTfhe, aA as IdentityAppMessage, aD as IdentityMessage, i as IdentityNotificationMessage, m as IdentityRequestMessage, an as IdentityResponseMessage, av as IdentitySdkMessage, aw as IdentitySdkMessageWithIdentifier, aB as IdentityWallet, j as InitialDataRequest, o as InitialDataResponse, I as IsVerifiedNotification, ag as IsVerifiedRequest, ah as IsVerifiedResponse, K as KycCompletionData, c as KycCompletionNotification, aG as MediaType, aH as MediaTypePID, b5 as NUMERIC_OPERATORS, b6 as NumericOperator, br as OLD_CHALLENGE_QUERY_OPERATORS, bs as OLD_ChallengeQueryOperator, bv as OLD_ChallengeQueryOperatorToOperator, bn as OLD_ChallengeQuerySchema, bx as OLD_QueryCredentialType, bw as OLD_QueryCredentialTypes, aZ as OPERATORS, g as OcvSdkInitialized, O as OffChainScenarioExecutionData, Q as OffChainZKPRuleResult, d as OnChainScenarioExecutionData, a_ as Operator, bt as OperatorMappings, bu as OperatorToOLD_ChallengeQueryOperator, bm as PartialQueryConfigSimplified, P as PolygonIdInitialized, ac as PolygonIdRequest, ab as PolygonIdRequestData, ae as PolygonIdResponse, ad as PolygonIdResponseData, bV as PrivacyPreservingMonitoring, aP as ProofData, aX as QUERY_LOGIC_OPERATOR, aU as QrCodeLinkWithSchemaType, bg as QueriesOptions, bj as QueryConfigSimplified, bi as QueryConfigTfhe, bp as QueryCredentialType, bo as QueryCredentialTypes, bk as QueryGroupConfigSimplified, aY as QueryLogicOperator, bh as QueryType, aE as RequiredDataRowSchema, aF as RequiredVerificationData, V as RuleEngineResponse, R as RuleEngineScenarioExecutionData, bl as RuleResultQueryConfig, Y as RuleResultStatus, Z as RuleResultStatusLabels, X as RuleResultStatuses, r as SCENARIO_ACTION_TYPES, bY as SCENARIO_AUTHORIZATION_STATUSES, b3 as STRING_OPERATORS, bb as SUPPORTED_TYPES, S as ScenarioAuthorizationData, bZ 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, h as StartCompletedNotification, af as StartFlowRequest, b4 as StringOperator, bc as SupportedType, bd as SupportedTypes, a5 as TemplateScenario, bH as TezosTxAuthInput, bR as TezosTxAuthInputJsSdk, bJ as TezosTxSignatureResponse, T as TransactionData, q as TransactionResponse, ay as TxAuthDataSignatureGatingError, at as TxAuthDataSignatureGatingRequest, ax as TxAuthDataSignatureResponse, bB as TxAuthInput, bD as TxSignatureResponse, a1 as VerificationOutput, a0 as VerificationSessionStatus, $ as VerificationSessionStatuses, b$ as VerifyWalletChallengeRequest, as as WalletSignResponse, b_ as WalletSignatureResponse, a$ as ZKPOperator, bT as ZKPRequest, bU as ZKPRequestFromZKVerifier, aK as ZeroKnowledgeProofRequest, aQ as ZeroKnowledgeProofResponse, bz as getOldCredentialPath, by as getOldCredentialType, bA as oldCredentialPathToDataLink, b0 as operatorDisplayMap, aV as parseIden3Message, aW as parseSessionIdFromUrl } from '../../dist/identity-api.schema-b75987f3.esm.mjs';
|
|
2
2
|
import 'zod';
|
|
3
|
-
import '../../dist/vault.schema-
|
|
3
|
+
import '../../dist/vault.schema-c5f3a10b.esm.mjs';
|
|
4
4
|
import 'nanoid';
|
|
5
5
|
import 'decimal.js';
|
package/package.json
CHANGED
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var vault_schema = require('../../dist/vault.schema-
|
|
6
|
-
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-
|
|
5
|
+
var vault_schema = require('../../dist/vault.schema-674269b9.cjs.dev.cjs');
|
|
6
|
+
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-8c548a7a.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-78bf8d90.cjs.dev.cjs');
|
|
11
11
|
|
|
12
12
|
var ALL_SCORECHAIN_BLOCKCHAIN = [{
|
|
13
13
|
id: "BITCOIN",
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var vault_schema = require('../../dist/vault.schema-
|
|
6
|
-
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-
|
|
5
|
+
var vault_schema = require('../../dist/vault.schema-fae426cb.cjs.prod.cjs');
|
|
6
|
+
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-9a98b8e0.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-99868677.cjs.prod.cjs');
|
|
11
11
|
|
|
12
12
|
var ALL_SCORECHAIN_BLOCKCHAIN = [{
|
|
13
13
|
id: "BITCOIN",
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { fC as ANALYSIS_TYPES, fD as AnalysisType, fL as Coin, fQ as EntityRiskDefaultsMap, fP as EntityRiskDefaultsValues, fW as GetActiveBlockchains, fV as GetActiveBlockchainsRequest, fX as GetActiveBlockchainsResponse, f_ as GetAddressAnalysis, fY as GetAddressAnalysisRequest, f$ as GetAddressAnalysisResponse, fH as NonMinimalScorechainBlockchain, fE as OBJECT_TYPES, fF as ObjectType, g1 as RawScorechainResult, fO as RiskExplanation, fM as RiskSeverity, fT as ScorechainAnalysis, fG as ScorechainBlockchain, fI as ScorechainBlockchainToNamespace, fZ as ScorechainEntity, fN as ScorechainEntityType, fS as ScorechainError, fR as ScorechainErrorResponse, g2 as ScorechainRiskToRiskLevel, g4 as ScorechainWalletRiskLevel, g3 as ScorechainWalletRiskLevels, g0 as ScoringAnalysisApiRequest, fA as ScoringAnalysisRequest, fU as ScoringAnalysisResponse, fB as WorkflowsScoringAnalysisRequest, fK as compareRiskLevels, fJ as getRiskLevelByRiskScore } from '../../dist/vault.schema-
|
|
2
|
-
export { K as AMLMetadata, cQ as ApiErrorCommandResponse, cP as ApiErrorResponse, cR as ApiSuccessCommandResponse, bw as ApplicantMemberOfSchema, bL as BENEFICIARY_TYPES, by as BaseApplicantActionSchema, b6 as BaseProvider, bN as BeneficiaryCompanyCustomerClaims, bO as BeneficiaryCompanyCustomerClaimsArray, bM as BeneficiaryType, c_ as BeneficiaryVerificationStatus, c$ as BeneficiaryVerificationStatusArray, j as BigCSErrorCodes, b3 as BigConfig, B as BigCryptoChain, h as BigProperties, g as BigPropertiesLiteral, i as BigProperty, b9 as BigProvider, k as BitRankRequest, l as BitRankVerified, n as BitRankVerifiedError, m as BitRankVerifiedErrorResponse, o as BitRankVerifiedResponse, ap as COMPLY_ADVANTAGE_COUNTRY_FIELD_SOURCES, ar as COMPLY_ADVANTAGE_DATE_OF_BIRTH_FIELD_SOURCES, an as COMPLY_ADVANTAGE_NATIONALITY_FIELD_SOURCES, ag as COMPLY_ADVANTAGE_RESPONSE_MATCH_STATUS, ad as COMPLY_ADVANTAGE_RESPONSE_MATCH_TYPE, di as ChainalysisApiError, a$ as ChainalysisConfig, dg as ChainalysisErrorCodes, bc as ChainalysisProvider, de as ChainalysisRegisterApiResponse, dj as ChainalysisRegisterResponse, dd as ChainalysisRequest, dh as ChainalysisRiskAssessmentApiResponse, dk as ChainalysisRiskAssessmentResponse, df as ChainalysisRiskLevel, a4 as CoerceDateUTC, dp as CoinMarketCapApiResponse, dq as CoinMarketCapFiatId, dm as CoinMarketCapQuote, dn as CoinMarketCapQuotes, dl as CoinMarketCapRequest, cZ as CompanyDocumentMetaData, aH as ComplyAdvantageAmlFullListing, aG as ComplyAdvantageAmlItemSource, aq as ComplyAdvantageCountryFieldSources, as as ComplyAdvantageDateOfBirthFieldSources, aF as ComplyAdvantageKeyInformation, aC as ComplyAdvantageMedia, aR as ComplyAdvantageMonitorSearchDataResponse, aT as ComplyAdvantageMonitorSearchResponse, aS as ComplyAdvantageMonitorSearchSuccessResponse, aU as ComplyAdvantageMonitoredSearchUpdate, ao as ComplyAdvantageNationalityFieldSources, bh as ComplyAdvantageProvider, bg as ComplyAdvantageProviderConfigElement, bf as ComplyAdvantageProviderConfigFilters, be as ComplyAdvantageProviderConfigTypes, ah as ComplyAdvantageReponseMatchStatus, ae as ComplyAdvantageResponseMatchType, aE as ComplyAdvantageSearchDataResponse, aD as ComplyAdvantageSearchDataResponseHit, aI as ComplyAdvantageSearchEntitiesDataResponse, aK as ComplyAdvantageSearchEntitiesResponse, aJ as ComplyAdvantageSearchEntitiesSuccessResponse, a as ComplyAdvantageSearchErrorResponse, aL as ComplyAdvantageSearchRequest, aM as ComplyAdvantageSearchRequests, C as ComplyAdvantageSearchResponse, b as ComplyAdvantageSearchSuccessResponse, aO as ComplyAdvantageUpdateSearchEntitiesRequest, aQ as ComplyAdvantageUpdateSearchEntitiesResponse, aP as ComplyAdvantageUpdateSearchEntitiesSuccessResponse, aN as ComplyAdvantageUpdateSearchRequest, aA as ComplyAdvantageUser, bn as CreateProviderInput, bo as CreateProviderResponse, at as CreateSearchInput, cL as CredentialMetadata, cK as CustomerContactInformationOutput, d4 as CustomerDocumentMetaData, d5 as CustomerStatusResults, aZ as DataProvider, aY as DataProviderOptions, bs as DeleteProviderInput, bt as DeleteProviderResponse, y as DocumentIdMetadata, x as DocumentIdType, D as DocumentIdTypes, cb as DocumentMetadataSchema, J as EmailMetadata, E as EmailVerificationAnalysisResponse, cz as EmailVerificationResponse, F as File, cJ as GetCredentialsOutput, d1 as GetKybSessionInput, d2 as GetKybSessionResponse, cD as GetKycSessionInput, cE as GetKycSessionResponse, cM as GetKycSessionResponseWithCredentialsMetadata, cS as GetKycSessionsOutput, bm as GetProviderResponse, bl as GetProvidersResponse, ab as HIGH_RISK_TYPES, cN as IDImageMetaData, bJ as INDIVIDUAL_BENEFICIARY_RELATIONS, aX as IdentityProvider, aW as IdentityProviderOptions, bK as IndividualBeneficiaryRelation, c as IpQualityAnalysisRequest, d as IpQualityAnalysisResponse, b2 as IpQualityConfig, e as IpQualityServiceAnalysis, I as IpQualityServiceAnalysisResponse, f as IpQualityServiceErrorResponse, bd as IpqualityscoreProvider, cV as KYB_RESULTS, cX as KYB_SESSION_STATUSES, cT as KYB_STEP_TYPES, cv as KYC_RESULTS, cx as KYC_SESSION_STATUSES, cr as KYC_STEP_TYPES, cW as KybResult, cY as KybSessionStatus, cU as KybStep, cw as KycResult, cy as KycSessionStatus, cs as KycStep, cu as KycStepStatus, ct as KycStepStatuses, L as LivenessMetadata, ac as MEDIUM_RISK_TYPES, av as MatchStatus, au as MatchStatuses, aB as MatchTypeDetail, M as MergedProviders, db as MerkleAddressApiError, da as MerkleAddressApiResponse, d9 as MerkleAddressRequest, dc as MerkleAddressResponse, d8 as MerkleBlockChainCodes, d7 as MerkleBlockChainName, d6 as MerkleBlockChainTypes, a_ as MerkleScienceConfig, bb as MerkleScienceProvider, N as NestedSession, b8 as NexeraIdKYBProvider, b7 as NexeraIdSSIDProvider, H as PhoneMetadata, P as PhoneVerificationAnalysisResponse, A as ProofOfAddressDocumentType, z as ProofOfAddressDocumentTypes, G as ProofOfAddressMetadata, cI as ProofOfResidenceDocumentType, cH as ProofOfResidenceMetaData, bj as ProviderData, bk as ProviderDataProject, b5 as ProviderIntegrationType, b4 as ProviderIntegrationTypeOptions, aV as ProviderWithoutConfig, Z as RESULT_PARSER_ERROR, w as ReasonCode, v as ReasonCodes, R as RequestProperty, ax as RiskLevel, aw as RiskLevels, a9 as SEARCH_FILTER_ADVERSE_MEDIA_TYPE, a7 as SEARCH_FILTER_PEP_TYPE, a5 as SEARCH_FILTER_SANCTION_TYPE, ai as SEARCH_FILTER_TYPES, X as SESSION_NOT_FOUND, a1 as STEP_NOT_FOUND, bB as SUMSUB_APPLICANT_TYPES, c4 as SUMSUB_COMPANY_BENEFICIARY_GROUP, bU as SUMSUB_DOC_TYPES, bW as SUMSUB_FLOW_LEVEL, cj as SUMSUB_KYB_SESSION_FLOW_SECTION_STATUS, c9 as SUMSUB_MEDIA_CONTENT_TYPES, bD as SUMSUB_REVIEW_ANSWERS, co as SUMSUB_REVIEW_REJECT_LABELS, cq as SUMSUB_REVIEW_REJECT_LABELS_DESCRIPTION, bF as SUMSUB_REVIEW_REJECT_TYPES, bS as SUMSUB_REVIEW_STATUSES, bz as SUMSUB_STEPS, bQ as SUMSUB_WEBHOOK_INTERNAL_STATUS, b0 as ScorechainConfig, ba as ScorechainProvider, al as SearchEntityType, ak as SearchEntityTypes, aa as SearchFilterAdverseMediaType, a8 as SearchFilterPepType, a6 as SearchFilterSanctionType, aj as SearchFilterType, am as SearchFilters, d0 as SelectKybSession, cB as SelectKycSession, cA as SelectKycSessionStep, cC as SelectKycSessionWithCompletedSteps, cO as SelfieImageMetaData, r as Session, s as SessionWithoutSteps, p as Status, S as Statuses, O as Step, u as StepType, t as StepTypes, bH as SumSubAddress, bI as SumSubApplicantInfo, cd as SumSubApplicantResetSchema, cc as SumSubApplicantReviewStatusSchema, ci as SumSubApplicantSchema, bC as SumSubApplicantType, c8 as SumSubApplicantVerificationStepSchema, bP as SumSubCompanyApplicantInfo, c2 as SumSubCompanyApplicantSchema, bV as SumSubDocType, bX as SumSubFlowLevel, ce as SumSubGenerateExternalWebSdkLinkSchema, c3 as SumSubImageId, b_ as SumSubImageReviewResultSchema, c1 as SumSubIndividualApplicantSchema, ca as SumSubMediaContentType, bY as SumSubRequiredIdDoc, bE as SumSubReviewAnswer, cp as SumSubReviewRejectLabel, bG as SumSubReviewRejectType, bZ as SumSubReviewResultSchema, bT as SumSubReviewStatus, cn as SumSubSimilarApplicantsSchema, bA as SumSubStep, c7 as SumSubVerificationStepSchema, bx as SumSubWebhookSchema, c0 as SumsubApplicantType, b$ as SumsubApplicantTypes, c5 as SumsubCompanyBeneficiaryGroup, ch as SumsubKybDataSchema, cm as SumsubKybSessionFlowSection, cl as SumsubKybSessionFlowSectionItem, ck as SumsubKybSessionFlowSectionStatus, cg as SumsubKycDataSchema, c6 as SumsubStepStatus, cf as SumsubVideoCallData, bR as SumsubWebhookInternalStatus, bi as SynapsProvider, _ as SynapsSessionErrorResponse, Q as SynapsSessionEvent, V as SynapsSessionRequest, $ as SynapsSessionResponse, a2 as SynapsStepErrorResponse, T as SynapsStepEvent, a0 as SynapsStepRequest, a3 as SynapsStepResponse, br as ToggleProviderInput, Y as UNKNOWN_ERROR, d3 as UpdateKybSessionOutput, cF as UpdateKycSessionOutput, bp as UpdateProviderInput, bq as UpdateProviderResponse, az as UpdateSearchEntitiesInput, ay as UpdateSearchInput, cG as VideoKycMetaData, bu as WEBHOOK_TYPES, q as WebhookPayload, bv as WebhookType, b1 as WorkflowsScorechainConfig, W as WrappedIpQualityServiceErrorResponse, af as mappingMatchTypeToLabel, U as typeToHumanReadable } from '../../dist/CoinMarketCap.schema-
|
|
1
|
+
export { fC as ANALYSIS_TYPES, fD as AnalysisType, fL as Coin, fQ as EntityRiskDefaultsMap, fP as EntityRiskDefaultsValues, fW as GetActiveBlockchains, fV as GetActiveBlockchainsRequest, fX as GetActiveBlockchainsResponse, f_ as GetAddressAnalysis, fY as GetAddressAnalysisRequest, f$ as GetAddressAnalysisResponse, fH as NonMinimalScorechainBlockchain, fE as OBJECT_TYPES, fF as ObjectType, g1 as RawScorechainResult, fO as RiskExplanation, fM as RiskSeverity, fT as ScorechainAnalysis, fG as ScorechainBlockchain, fI as ScorechainBlockchainToNamespace, fZ as ScorechainEntity, fN as ScorechainEntityType, fS as ScorechainError, fR as ScorechainErrorResponse, g2 as ScorechainRiskToRiskLevel, g4 as ScorechainWalletRiskLevel, g3 as ScorechainWalletRiskLevels, g0 as ScoringAnalysisApiRequest, fA as ScoringAnalysisRequest, fU as ScoringAnalysisResponse, fB as WorkflowsScoringAnalysisRequest, fK as compareRiskLevels, fJ as getRiskLevelByRiskScore } from '../../dist/vault.schema-c5f3a10b.esm.mjs';
|
|
2
|
+
export { K as AMLMetadata, cQ as ApiErrorCommandResponse, cP as ApiErrorResponse, cR as ApiSuccessCommandResponse, bw as ApplicantMemberOfSchema, bL as BENEFICIARY_TYPES, by as BaseApplicantActionSchema, b6 as BaseProvider, bN as BeneficiaryCompanyCustomerClaims, bO as BeneficiaryCompanyCustomerClaimsArray, bM as BeneficiaryType, c_ as BeneficiaryVerificationStatus, c$ as BeneficiaryVerificationStatusArray, j as BigCSErrorCodes, b3 as BigConfig, B as BigCryptoChain, h as BigProperties, g as BigPropertiesLiteral, i as BigProperty, b9 as BigProvider, k as BitRankRequest, l as BitRankVerified, n as BitRankVerifiedError, m as BitRankVerifiedErrorResponse, o as BitRankVerifiedResponse, ap as COMPLY_ADVANTAGE_COUNTRY_FIELD_SOURCES, ar as COMPLY_ADVANTAGE_DATE_OF_BIRTH_FIELD_SOURCES, an as COMPLY_ADVANTAGE_NATIONALITY_FIELD_SOURCES, ag as COMPLY_ADVANTAGE_RESPONSE_MATCH_STATUS, ad as COMPLY_ADVANTAGE_RESPONSE_MATCH_TYPE, di as ChainalysisApiError, a$ as ChainalysisConfig, dg as ChainalysisErrorCodes, bc as ChainalysisProvider, de as ChainalysisRegisterApiResponse, dj as ChainalysisRegisterResponse, dd as ChainalysisRequest, dh as ChainalysisRiskAssessmentApiResponse, dk as ChainalysisRiskAssessmentResponse, df as ChainalysisRiskLevel, a4 as CoerceDateUTC, dp as CoinMarketCapApiResponse, dq as CoinMarketCapFiatId, dm as CoinMarketCapQuote, dn as CoinMarketCapQuotes, dl as CoinMarketCapRequest, cZ as CompanyDocumentMetaData, aH as ComplyAdvantageAmlFullListing, aG as ComplyAdvantageAmlItemSource, aq as ComplyAdvantageCountryFieldSources, as as ComplyAdvantageDateOfBirthFieldSources, aF as ComplyAdvantageKeyInformation, aC as ComplyAdvantageMedia, aR as ComplyAdvantageMonitorSearchDataResponse, aT as ComplyAdvantageMonitorSearchResponse, aS as ComplyAdvantageMonitorSearchSuccessResponse, aU as ComplyAdvantageMonitoredSearchUpdate, ao as ComplyAdvantageNationalityFieldSources, bh as ComplyAdvantageProvider, bg as ComplyAdvantageProviderConfigElement, bf as ComplyAdvantageProviderConfigFilters, be as ComplyAdvantageProviderConfigTypes, ah as ComplyAdvantageReponseMatchStatus, ae as ComplyAdvantageResponseMatchType, aE as ComplyAdvantageSearchDataResponse, aD as ComplyAdvantageSearchDataResponseHit, aI as ComplyAdvantageSearchEntitiesDataResponse, aK as ComplyAdvantageSearchEntitiesResponse, aJ as ComplyAdvantageSearchEntitiesSuccessResponse, a as ComplyAdvantageSearchErrorResponse, aL as ComplyAdvantageSearchRequest, aM as ComplyAdvantageSearchRequests, C as ComplyAdvantageSearchResponse, b as ComplyAdvantageSearchSuccessResponse, aO as ComplyAdvantageUpdateSearchEntitiesRequest, aQ as ComplyAdvantageUpdateSearchEntitiesResponse, aP as ComplyAdvantageUpdateSearchEntitiesSuccessResponse, aN as ComplyAdvantageUpdateSearchRequest, aA as ComplyAdvantageUser, bn as CreateProviderInput, bo as CreateProviderResponse, at as CreateSearchInput, cL as CredentialMetadata, cK as CustomerContactInformationOutput, d4 as CustomerDocumentMetaData, d5 as CustomerStatusResults, aZ as DataProvider, aY as DataProviderOptions, bs as DeleteProviderInput, bt as DeleteProviderResponse, y as DocumentIdMetadata, x as DocumentIdType, D as DocumentIdTypes, cb as DocumentMetadataSchema, J as EmailMetadata, E as EmailVerificationAnalysisResponse, cz as EmailVerificationResponse, F as File, cJ as GetCredentialsOutput, d1 as GetKybSessionInput, d2 as GetKybSessionResponse, cD as GetKycSessionInput, cE as GetKycSessionResponse, cM as GetKycSessionResponseWithCredentialsMetadata, cS as GetKycSessionsOutput, bm as GetProviderResponse, bl as GetProvidersResponse, ab as HIGH_RISK_TYPES, cN as IDImageMetaData, bJ as INDIVIDUAL_BENEFICIARY_RELATIONS, aX as IdentityProvider, aW as IdentityProviderOptions, bK as IndividualBeneficiaryRelation, c as IpQualityAnalysisRequest, d as IpQualityAnalysisResponse, b2 as IpQualityConfig, e as IpQualityServiceAnalysis, I as IpQualityServiceAnalysisResponse, f as IpQualityServiceErrorResponse, bd as IpqualityscoreProvider, cV as KYB_RESULTS, cX as KYB_SESSION_STATUSES, cT as KYB_STEP_TYPES, cv as KYC_RESULTS, cx as KYC_SESSION_STATUSES, cr as KYC_STEP_TYPES, cW as KybResult, cY as KybSessionStatus, cU as KybStep, cw as KycResult, cy as KycSessionStatus, cs as KycStep, cu as KycStepStatus, ct as KycStepStatuses, L as LivenessMetadata, ac as MEDIUM_RISK_TYPES, av as MatchStatus, au as MatchStatuses, aB as MatchTypeDetail, M as MergedProviders, db as MerkleAddressApiError, da as MerkleAddressApiResponse, d9 as MerkleAddressRequest, dc as MerkleAddressResponse, d8 as MerkleBlockChainCodes, d7 as MerkleBlockChainName, d6 as MerkleBlockChainTypes, a_ as MerkleScienceConfig, bb as MerkleScienceProvider, N as NestedSession, b8 as NexeraIdKYBProvider, b7 as NexeraIdSSIDProvider, H as PhoneMetadata, P as PhoneVerificationAnalysisResponse, A as ProofOfAddressDocumentType, z as ProofOfAddressDocumentTypes, G as ProofOfAddressMetadata, cI as ProofOfResidenceDocumentType, cH as ProofOfResidenceMetaData, bj as ProviderData, bk as ProviderDataProject, b5 as ProviderIntegrationType, b4 as ProviderIntegrationTypeOptions, aV as ProviderWithoutConfig, Z as RESULT_PARSER_ERROR, w as ReasonCode, v as ReasonCodes, R as RequestProperty, ax as RiskLevel, aw as RiskLevels, a9 as SEARCH_FILTER_ADVERSE_MEDIA_TYPE, a7 as SEARCH_FILTER_PEP_TYPE, a5 as SEARCH_FILTER_SANCTION_TYPE, ai as SEARCH_FILTER_TYPES, X as SESSION_NOT_FOUND, a1 as STEP_NOT_FOUND, bB as SUMSUB_APPLICANT_TYPES, c4 as SUMSUB_COMPANY_BENEFICIARY_GROUP, bU as SUMSUB_DOC_TYPES, bW as SUMSUB_FLOW_LEVEL, cj as SUMSUB_KYB_SESSION_FLOW_SECTION_STATUS, c9 as SUMSUB_MEDIA_CONTENT_TYPES, bD as SUMSUB_REVIEW_ANSWERS, co as SUMSUB_REVIEW_REJECT_LABELS, cq as SUMSUB_REVIEW_REJECT_LABELS_DESCRIPTION, bF as SUMSUB_REVIEW_REJECT_TYPES, bS as SUMSUB_REVIEW_STATUSES, bz as SUMSUB_STEPS, bQ as SUMSUB_WEBHOOK_INTERNAL_STATUS, b0 as ScorechainConfig, ba as ScorechainProvider, al as SearchEntityType, ak as SearchEntityTypes, aa as SearchFilterAdverseMediaType, a8 as SearchFilterPepType, a6 as SearchFilterSanctionType, aj as SearchFilterType, am as SearchFilters, d0 as SelectKybSession, cB as SelectKycSession, cA as SelectKycSessionStep, cC as SelectKycSessionWithCompletedSteps, cO as SelfieImageMetaData, r as Session, s as SessionWithoutSteps, p as Status, S as Statuses, O as Step, u as StepType, t as StepTypes, bH as SumSubAddress, bI as SumSubApplicantInfo, cd as SumSubApplicantResetSchema, cc as SumSubApplicantReviewStatusSchema, ci as SumSubApplicantSchema, bC as SumSubApplicantType, c8 as SumSubApplicantVerificationStepSchema, bP as SumSubCompanyApplicantInfo, c2 as SumSubCompanyApplicantSchema, bV as SumSubDocType, bX as SumSubFlowLevel, ce as SumSubGenerateExternalWebSdkLinkSchema, c3 as SumSubImageId, b_ as SumSubImageReviewResultSchema, c1 as SumSubIndividualApplicantSchema, ca as SumSubMediaContentType, bY as SumSubRequiredIdDoc, bE as SumSubReviewAnswer, cp as SumSubReviewRejectLabel, bG as SumSubReviewRejectType, bZ as SumSubReviewResultSchema, bT as SumSubReviewStatus, cn as SumSubSimilarApplicantsSchema, bA as SumSubStep, c7 as SumSubVerificationStepSchema, bx as SumSubWebhookSchema, c0 as SumsubApplicantType, b$ as SumsubApplicantTypes, c5 as SumsubCompanyBeneficiaryGroup, ch as SumsubKybDataSchema, cm as SumsubKybSessionFlowSection, cl as SumsubKybSessionFlowSectionItem, ck as SumsubKybSessionFlowSectionStatus, cg as SumsubKycDataSchema, c6 as SumsubStepStatus, cf as SumsubVideoCallData, bR as SumsubWebhookInternalStatus, bi as SynapsProvider, _ as SynapsSessionErrorResponse, Q as SynapsSessionEvent, V as SynapsSessionRequest, $ as SynapsSessionResponse, a2 as SynapsStepErrorResponse, T as SynapsStepEvent, a0 as SynapsStepRequest, a3 as SynapsStepResponse, br as ToggleProviderInput, Y as UNKNOWN_ERROR, d3 as UpdateKybSessionOutput, cF as UpdateKycSessionOutput, bp as UpdateProviderInput, bq as UpdateProviderResponse, az as UpdateSearchEntitiesInput, ay as UpdateSearchInput, cG as VideoKycMetaData, bu as WEBHOOK_TYPES, q as WebhookPayload, bv as WebhookType, b1 as WorkflowsScorechainConfig, W as WrappedIpQualityServiceErrorResponse, af as mappingMatchTypeToLabel, U as typeToHumanReadable } from '../../dist/CoinMarketCap.schema-dbdf1818.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-b75987f3.esm.mjs';
|
|
7
7
|
|
|
8
8
|
var ALL_SCORECHAIN_BLOCKCHAIN = [{
|
|
9
9
|
id: "BITCOIN",
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var vault_schema = require('../../dist/vault.schema-
|
|
6
|
-
var zodUtils = require('../../dist/zod-utils-
|
|
5
|
+
var vault_schema = require('../../dist/vault.schema-674269b9.cjs.dev.cjs');
|
|
6
|
+
var zodUtils = require('../../dist/zod-utils-60c2507e.cjs.dev.cjs');
|
|
7
7
|
require('zod');
|
|
8
8
|
require('nanoid');
|
|
9
9
|
require('decimal.js');
|
|
10
|
-
require('../../dist/toArray-
|
|
10
|
+
require('../../dist/toArray-2f35114e.cjs.dev.cjs');
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var vault_schema = require('../../dist/vault.schema-
|
|
6
|
-
var zodUtils = require('../../dist/zod-utils-
|
|
5
|
+
var vault_schema = require('../../dist/vault.schema-fae426cb.cjs.prod.cjs');
|
|
6
|
+
var zodUtils = require('../../dist/zod-utils-e10925b6.cjs.prod.cjs');
|
|
7
7
|
require('zod');
|
|
8
8
|
require('nanoid');
|
|
9
9
|
require('decimal.js');
|
|
10
|
-
require('../../dist/toArray-
|
|
10
|
+
require('../../dist/toArray-360ed8fc.cjs.prod.cjs');
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { f6 as AmlResults, fb as DataLinkTypeZodSchema, f9 as DataLinkVersionZodSchema, f7 as DetectedDuplicates, fm as GenericVaultDataLinkZodSchema, fl as GenericVaultEmbeddedLinkZodSchema, fj as GenericVaultPointerLinkZodSchema, fk as GenericVaultSearchLinkZodSchema, fc as VaultJsonSchemas, fi as VaultMetadataLinkZodSchema, fg as VaultPointerKeyMapZodSchema, fh as VaultQueryMapZodSchema, fe as VaultSchemaIdZodSchema, ff as VaultSchemaPathsZodSchema, fd as VaultZodSchema, fa as allDataLinkTypes, f8 as allDataLinkVersions } from '../../dist/vault.schema-
|
|
2
|
-
export { S as Separator, g as generateZodObjectPaths, r as resolvePathOnDataSchema, a as resolvePathOnMapSchema } from '../../dist/zod-utils-
|
|
1
|
+
export { f6 as AmlResults, fb as DataLinkTypeZodSchema, f9 as DataLinkVersionZodSchema, f7 as DetectedDuplicates, fm as GenericVaultDataLinkZodSchema, fl as GenericVaultEmbeddedLinkZodSchema, fj as GenericVaultPointerLinkZodSchema, fk as GenericVaultSearchLinkZodSchema, fc as VaultJsonSchemas, fi as VaultMetadataLinkZodSchema, fg as VaultPointerKeyMapZodSchema, fh as VaultQueryMapZodSchema, fe as VaultSchemaIdZodSchema, ff as VaultSchemaPathsZodSchema, fd as VaultZodSchema, fa as allDataLinkTypes, f8 as allDataLinkVersions } from '../../dist/vault.schema-c5f3a10b.esm.mjs';
|
|
2
|
+
export { S as Separator, g as generateZodObjectPaths, r as resolvePathOnDataSchema, a as resolvePathOnMapSchema } from '../../dist/zod-utils-eaa787ae.esm.mjs';
|
|
3
3
|
import 'zod';
|
|
4
4
|
import 'nanoid';
|
|
5
5
|
import 'decimal.js';
|
|
6
|
-
import '../../dist/toArray-
|
|
6
|
+
import '../../dist/toArray-a1e551de.esm.mjs';
|
package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.cjs
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var vault_schema = require('../../dist/vault.schema-
|
|
6
|
-
var identityApi_schema = require('../../dist/identity-api.schema-
|
|
7
|
-
var tfheUtilities = require('../../dist/tfhe-utilities-
|
|
5
|
+
var vault_schema = require('../../dist/vault.schema-674269b9.cjs.dev.cjs');
|
|
6
|
+
var identityApi_schema = require('../../dist/identity-api.schema-78bf8d90.cjs.dev.cjs');
|
|
7
|
+
var tfheUtilities = require('../../dist/tfhe-utilities-e7994d08.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
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var vault_schema = require('../../dist/vault.schema-
|
|
6
|
-
var identityApi_schema = require('../../dist/identity-api.schema-
|
|
7
|
-
var tfheUtilities = require('../../dist/tfhe-utilities-
|
|
5
|
+
var vault_schema = require('../../dist/vault.schema-fae426cb.cjs.prod.cjs');
|
|
6
|
+
var identityApi_schema = require('../../dist/identity-api.schema-99868677.cjs.prod.cjs');
|
|
7
|
+
var tfheUtilities = require('../../dist/tfhe-utilities-ace3df7b.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
|
-
export { b4 as Alpha2Country, dI as GenericVerifiableCredentialSchema, dO as ID3CredentialSchema, du as ID3CredentialSubjectSchema, dL as IDImageCredentialSchema, dF as IDImageCredentialSubjectSchema, dK as IDInformationCredentialSchema, dE as IDInformationCredentialSubjectSchema, dJ as IDInformationTfheCredentialSchema, dD as IDInformationTfheCredentialSubjectSchema, dP as IDScanCredentialSchema, dv as IDScanCredentialSubjectSchema, dQ as IDScanPassportCredentialSchema, dw as IDScanPassportCredentialSubjectSchema, dR as IDScanSelfieCredentialSchema, dx as IDScanSelfieCredentialSubjectSchema, b2 as ISO3CountryCode, dW as OLD_AMLScreeningsResultsCredentialSchema, dC as OLD_AMLScreeningsResultsCredentialSubjectSchema, dS as OLD_IDImageCredentialSchema, dy as OLD_IDImageCredentialSubjectSchema, dT as OLD_IDInformationCredentialSchema, dz as OLD_IDInformationCredentialSubjectSchema, dU as OLD_ProofOfResidenceCredentialSchema, dA as OLD_ProofOfResidenceCredentialSubjectSchema, dV as OLD_SelfieImageCredentialSchema, dB as OLD_SelfieImageCredentialSubjectSchema, dN as ProofOfResidenceCredentialSchema, dH as ProofOfResidenceCredentialSubjectSchema, dM as SelfieImageCredentialSchema, dG as SelfieImageCredentialSubjectSchema, b5 as countryISO3toISO2Mapping, b8 as isoCountriesNameFromISO2 } from '../../dist/vault.schema-
|
|
2
|
-
export { c6 as CredentialMediaType, c1 as CredentialNames, c0 as CredentialSchemas, c4 as CredentialType, C as CredentialTypes, c2 as NexeraCredentialType, c5 as VerifiableCredential, c3 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-
|
|
1
|
+
export { b4 as Alpha2Country, dI as GenericVerifiableCredentialSchema, dO as ID3CredentialSchema, du as ID3CredentialSubjectSchema, dL as IDImageCredentialSchema, dF as IDImageCredentialSubjectSchema, dK as IDInformationCredentialSchema, dE as IDInformationCredentialSubjectSchema, dJ as IDInformationTfheCredentialSchema, dD as IDInformationTfheCredentialSubjectSchema, dP as IDScanCredentialSchema, dv as IDScanCredentialSubjectSchema, dQ as IDScanPassportCredentialSchema, dw as IDScanPassportCredentialSubjectSchema, dR as IDScanSelfieCredentialSchema, dx as IDScanSelfieCredentialSubjectSchema, b2 as ISO3CountryCode, dW as OLD_AMLScreeningsResultsCredentialSchema, dC as OLD_AMLScreeningsResultsCredentialSubjectSchema, dS as OLD_IDImageCredentialSchema, dy as OLD_IDImageCredentialSubjectSchema, dT as OLD_IDInformationCredentialSchema, dz as OLD_IDInformationCredentialSubjectSchema, dU as OLD_ProofOfResidenceCredentialSchema, dA as OLD_ProofOfResidenceCredentialSubjectSchema, dV as OLD_SelfieImageCredentialSchema, dB as OLD_SelfieImageCredentialSubjectSchema, dN as ProofOfResidenceCredentialSchema, dH as ProofOfResidenceCredentialSubjectSchema, dM as SelfieImageCredentialSchema, dG as SelfieImageCredentialSubjectSchema, b5 as countryISO3toISO2Mapping, b8 as isoCountriesNameFromISO2 } from '../../dist/vault.schema-c5f3a10b.esm.mjs';
|
|
2
|
+
export { c6 as CredentialMediaType, c1 as CredentialNames, c0 as CredentialSchemas, c4 as CredentialType, C as CredentialTypes, c2 as NexeraCredentialType, c5 as VerifiableCredential, c3 as getCredentialName } from '../../dist/identity-api.schema-b75987f3.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-1cfcaf82.esm.mjs';
|
|
4
4
|
import 'zod';
|
|
5
5
|
import 'nanoid';
|
|
6
6
|
import 'decimal.js';
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var zod = require('zod');
|
|
6
|
-
var vault_schema = require('../../dist/vault.schema-
|
|
7
|
-
var identityApi_schema = require('../../dist/identity-api.schema-
|
|
8
|
-
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-
|
|
9
|
-
var toArray = require('../../dist/toArray-
|
|
6
|
+
var vault_schema = require('../../dist/vault.schema-674269b9.cjs.dev.cjs');
|
|
7
|
+
var identityApi_schema = require('../../dist/identity-api.schema-78bf8d90.cjs.dev.cjs');
|
|
8
|
+
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-8c548a7a.cjs.dev.cjs');
|
|
9
|
+
var toArray = require('../../dist/toArray-2f35114e.cjs.dev.cjs');
|
|
10
10
|
var zodToJsonSchema = require('zod-to-json-schema');
|
|
11
11
|
require('nanoid');
|
|
12
12
|
require('decimal.js');
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var zod = require('zod');
|
|
6
|
-
var vault_schema = require('../../dist/vault.schema-
|
|
7
|
-
var identityApi_schema = require('../../dist/identity-api.schema-
|
|
8
|
-
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-
|
|
9
|
-
var toArray = require('../../dist/toArray-
|
|
6
|
+
var vault_schema = require('../../dist/vault.schema-fae426cb.cjs.prod.cjs');
|
|
7
|
+
var identityApi_schema = require('../../dist/identity-api.schema-99868677.cjs.prod.cjs');
|
|
8
|
+
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-9a98b8e0.cjs.prod.cjs');
|
|
9
|
+
var toArray = require('../../dist/toArray-360ed8fc.cjs.prod.cjs');
|
|
10
10
|
var zodToJsonSchema = require('zod-to-json-schema');
|
|
11
11
|
require('nanoid');
|
|
12
12
|
require('decimal.js');
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { aW as UuidString, dn as ExternalCustomerId, dl as WorkflowId, be as RiskScoreType, bg as CustomerType, bm as CustomerOnboardingLevel, bo as CustomerStatus, b2 as ISO3CountryCode, at as BlockchainAddress, dI as GenericVerifiableCredentialSchema, fo as WalletScreeningData, e5 as TransactionTypes, eb as TransactionReviewStatuses, fu as _toConsumableArray, aV as EnvironmentSchema } from '../../dist/vault.schema-
|
|
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/CoinMarketCap.schema-
|
|
5
|
-
import { _ as _toArray } from '../../dist/toArray-
|
|
2
|
+
import { aW as UuidString, dn as ExternalCustomerId, dl as WorkflowId, be as RiskScoreType, bg as CustomerType, bm as CustomerOnboardingLevel, bo as CustomerStatus, b2 as ISO3CountryCode, at as BlockchainAddress, dI as GenericVerifiableCredentialSchema, fo as WalletScreeningData, e5 as TransactionTypes, eb as TransactionReviewStatuses, fu as _toConsumableArray, aV as EnvironmentSchema } from '../../dist/vault.schema-c5f3a10b.esm.mjs';
|
|
3
|
+
import { Y as RuleResultStatus } from '../../dist/identity-api.schema-b75987f3.esm.mjs';
|
|
4
|
+
import { M as MergedProviders, I as IpQualityServiceAnalysisResponse, C as ComplyAdvantageSearchResponse, a as ComplyAdvantageSearchErrorResponse, b as ComplyAdvantageSearchSuccessResponse } from '../../dist/CoinMarketCap.schema-dbdf1818.esm.mjs';
|
|
5
|
+
import { _ as _toArray } from '../../dist/toArray-a1e551de.esm.mjs';
|
|
6
6
|
import { zodToJsonSchema } from 'zod-to-json-schema';
|
|
7
7
|
import 'nanoid';
|
|
8
8
|
import 'decimal.js';
|