@nexeraid/identity-schemas 2.58.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.
Files changed (34) hide show
  1. package/dist/{CoinMarketCap.schema-eb0f6e36.esm.mjs → CoinMarketCap.schema-997a2947.esm.mjs} +2 -2
  2. package/dist/{CoinMarketCap.schema-39b3d898.cjs.prod.cjs → CoinMarketCap.schema-c6102de2.cjs.prod.cjs} +2 -2
  3. package/dist/{CoinMarketCap.schema-749c7173.cjs.dev.cjs → CoinMarketCap.schema-e0bcdf9e.cjs.dev.cjs} +2 -2
  4. package/dist/declarations/src/countries.schema.d.ts +1 -0
  5. package/dist/declarations/src/countries.schema.d.ts.map +1 -1
  6. package/dist/{frontend-utilities.schema-68f28b9d.cjs.dev.cjs → frontend-utilities.schema-0d80b75f.cjs.dev.cjs} +2 -2
  7. package/dist/{frontend-utilities.schema-9a14c020.cjs.prod.cjs → frontend-utilities.schema-8c7b8a3c.cjs.prod.cjs} +2 -2
  8. package/dist/{frontend-utilities.schema-58b3ccea.esm.mjs → frontend-utilities.schema-fb20e3c9.esm.mjs} +2 -2
  9. package/dist/{identity-api.schema-b30634b0.cjs.prod.cjs → identity-api.schema-6e3821ce.cjs.prod.cjs} +1 -1
  10. package/dist/{identity-api.schema-eab43872.esm.mjs → identity-api.schema-9549d4ad.esm.mjs} +1 -1
  11. package/dist/{identity-api.schema-378d3a7f.cjs.dev.cjs → identity-api.schema-ad211224.cjs.dev.cjs} +1 -1
  12. package/dist/nexeraid-identity-schemas.cjs.dev.cjs +4 -3
  13. package/dist/nexeraid-identity-schemas.cjs.prod.cjs +4 -3
  14. package/dist/nexeraid-identity-schemas.esm.mjs +4 -4
  15. package/dist/package.json +1 -1
  16. package/dist/{vault.schema-3d206920.esm.mjs → vault.schema-2d4c9c9e.esm.mjs} +61 -55
  17. package/dist/{vault.schema-52d8cae3.cjs.prod.cjs → vault.schema-68fca560.cjs.prod.cjs} +61 -54
  18. package/dist/{vault.schema-a005010c.cjs.dev.cjs → vault.schema-d89cf4c6.cjs.dev.cjs} +61 -54
  19. package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.cjs +2 -2
  20. package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.cjs +2 -2
  21. package/identity/dist/nexeraid-identity-schemas-identity.esm.mjs +2 -2
  22. package/package.json +1 -1
  23. package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.cjs +3 -3
  24. package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.cjs +3 -3
  25. package/providers/dist/nexeraid-identity-schemas-providers.esm.mjs +3 -3
  26. package/vault/dist/nexeraid-identity-schemas-vault.cjs.dev.cjs +1 -1
  27. package/vault/dist/nexeraid-identity-schemas-vault.cjs.prod.cjs +1 -1
  28. package/vault/dist/nexeraid-identity-schemas-vault.esm.mjs +1 -1
  29. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.cjs +3 -3
  30. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.cjs +3 -3
  31. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.mjs +3 -3
  32. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.cjs +3 -3
  33. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +3 -3
  34. package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +3 -3
@@ -1,7 +1,7 @@
1
1
  import { z } from 'zod';
2
- import { aT as UuidString, eQ as ExternalCustomerId, as as BlockchainAddress, cD as RuleResultStatus, aS as EnvironmentSchema } from '../../dist/identity-api.schema-eab43872.esm.mjs';
3
- import { g as RiskScoreType, n as CustomerType, t as CustomerOnboardingLevel, v as CustomerStatus, I as ISO3CountryCode, U as GenericVerifiableCredentialSchema, ab as TransactionTypes, ah as TransactionReviewStatuses, aW as _toArray, aV as _toConsumableArray } from '../../dist/vault.schema-3d206920.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-eb0f6e36.esm.mjs';
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';