@nexeraid/identity-schemas 2.57.0-dev → 2.59.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-7916723e.esm.mjs → CoinMarketCap.schema-997a2947.esm.mjs} +2 -2
- package/dist/{CoinMarketCap.schema-b6c55501.cjs.prod.cjs → CoinMarketCap.schema-c6102de2.cjs.prod.cjs} +2 -2
- package/dist/{CoinMarketCap.schema-2c5a080b.cjs.dev.cjs → CoinMarketCap.schema-e0bcdf9e.cjs.dev.cjs} +2 -2
- package/dist/declarations/src/countries.schema.d.ts +1 -0
- package/dist/declarations/src/countries.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/query.schema.d.ts +31 -0
- package/dist/declarations/src/identity/query.schema.d.ts.map +1 -1
- package/dist/{frontend-utilities.schema-5ea83813.cjs.dev.cjs → frontend-utilities.schema-0d80b75f.cjs.dev.cjs} +2 -2
- package/dist/{frontend-utilities.schema-076e8bad.cjs.prod.cjs → frontend-utilities.schema-8c7b8a3c.cjs.prod.cjs} +2 -2
- package/dist/{frontend-utilities.schema-13aa3bef.esm.mjs → frontend-utilities.schema-fb20e3c9.esm.mjs} +2 -2
- package/dist/{identity-api.schema-af9b6b85.cjs.prod.cjs → identity-api.schema-6e3821ce.cjs.prod.cjs} +6 -1
- package/dist/{identity-api.schema-4f972705.esm.mjs → identity-api.schema-9549d4ad.esm.mjs} +6 -2
- package/dist/{identity-api.schema-03d64782.cjs.dev.cjs → identity-api.schema-ad211224.cjs.dev.cjs} +6 -1
- package/dist/nexeraid-identity-schemas.cjs.dev.cjs +5 -3
- package/dist/nexeraid-identity-schemas.cjs.prod.cjs +5 -3
- package/dist/nexeraid-identity-schemas.esm.mjs +4 -4
- package/dist/package.json +1 -1
- package/dist/{vault.schema-3d206920.esm.mjs → vault.schema-2d4c9c9e.esm.mjs} +61 -55
- package/dist/{vault.schema-52d8cae3.cjs.prod.cjs → vault.schema-68fca560.cjs.prod.cjs} +61 -54
- package/dist/{vault.schema-a005010c.cjs.dev.cjs → vault.schema-d89cf4c6.cjs.dev.cjs} +61 -54
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.cjs +3 -2
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.cjs +3 -2
- package/identity/dist/nexeraid-identity-schemas-identity.esm.mjs +2 -2
- package/package.json +1 -1
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.cjs +3 -3
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.cjs +3 -3
- package/providers/dist/nexeraid-identity-schemas-providers.esm.mjs +3 -3
- package/vault/dist/nexeraid-identity-schemas-vault.cjs.dev.cjs +1 -1
- package/vault/dist/nexeraid-identity-schemas-vault.cjs.prod.cjs +1 -1
- package/vault/dist/nexeraid-identity-schemas-vault.esm.mjs +1 -1
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.cjs +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 +3 -3
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +3 -3
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +3 -3
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var zod = require('zod');
|
|
6
|
-
var identityApi_schema = require('../../dist/identity-api.schema-
|
|
7
|
-
var vault_schema = require('../../dist/vault.schema-
|
|
8
|
-
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-
|
|
6
|
+
var identityApi_schema = require('../../dist/identity-api.schema-6e3821ce.cjs.prod.cjs');
|
|
7
|
+
var vault_schema = require('../../dist/vault.schema-68fca560.cjs.prod.cjs');
|
|
8
|
+
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-c6102de2.cjs.prod.cjs');
|
|
9
9
|
var zodToJsonSchema = require('zod-to-json-schema');
|
|
10
10
|
require('nanoid');
|
|
11
11
|
require('decimal.js');
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { aT as UuidString,
|
|
3
|
-
import {
|
|
4
|
-
import { M as MergedProviders, S as ScoringAnalysisResponse, B as BitRankVerifiedResponse, a as MerkleAddressResponse, C as ChainalysisRiskAssessmentResponse, I as IpQualityServiceAnalysisResponse, b as ComplyAdvantageSearchResponse, c as ComplyAdvantageSearchErrorResponse, d as ComplyAdvantageSearchSuccessResponse } from '../../dist/CoinMarketCap.schema-
|
|
2
|
+
import { aT as UuidString, eQ as ExternalCustomerId, as as BlockchainAddress, cD as RuleResultStatus, aS as EnvironmentSchema } from '../../dist/identity-api.schema-9549d4ad.esm.mjs';
|
|
3
|
+
import { h as RiskScoreType, o as CustomerType, u as CustomerOnboardingLevel, w as CustomerStatus, I as ISO3CountryCode, V as GenericVerifiableCredentialSchema, ac as TransactionTypes, ai as TransactionReviewStatuses, aX as _toArray, aW as _toConsumableArray } from '../../dist/vault.schema-2d4c9c9e.esm.mjs';
|
|
4
|
+
import { M as MergedProviders, S as ScoringAnalysisResponse, B as BitRankVerifiedResponse, a as MerkleAddressResponse, C as ChainalysisRiskAssessmentResponse, I as IpQualityServiceAnalysisResponse, b as ComplyAdvantageSearchResponse, c as ComplyAdvantageSearchErrorResponse, d as ComplyAdvantageSearchSuccessResponse } from '../../dist/CoinMarketCap.schema-997a2947.esm.mjs';
|
|
5
5
|
import { zodToJsonSchema } from 'zod-to-json-schema';
|
|
6
6
|
import 'nanoid';
|
|
7
7
|
import 'decimal.js';
|