@nexeraid/identity-schemas 2.134.0-dev → 2.135.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-80599c31.cjs.prod.cjs → CoinMarketCap.schema-3c84a83a.cjs.prod.cjs} +2 -2
- package/dist/{CoinMarketCap.schema-06ffe3b5.esm.mjs → CoinMarketCap.schema-623374cb.esm.mjs} +2 -2
- package/dist/{CoinMarketCap.schema-b916ff79.cjs.dev.cjs → CoinMarketCap.schema-85c03672.cjs.dev.cjs} +2 -2
- package/dist/declarations/src/providers/scorechain/scorechain.schema.d.ts +616 -616
- package/dist/declarations/src/providers/scorechain/scorechain.schema.d.ts.map +1 -1
- package/dist/declarations/src/vault/schemas/Customer.zod.d.ts +14 -14
- package/dist/declarations/src/vault/schemas/generated/Customer.schema.json.d.ts +2 -0
- package/dist/declarations/src/vault/schemas/generated/Customer.type.d.ts +2 -2
- package/dist/declarations/src/vault/schemas/generated/Customer.type.d.ts.map +1 -1
- package/dist/declarations/src/vault/schemas/generated/Transaction.schema.json.d.ts +2 -0
- package/dist/declarations/src/vault/schemas/generated/Transaction.type.d.ts +2 -2
- package/dist/declarations/src/vault/schemas/generated/Transaction.type.d.ts.map +1 -1
- package/dist/declarations/src/vault/vault.schema.d.ts +36 -36
- package/dist/declarations/src/wallet-screening.schema.d.ts +13 -13
- package/dist/declarations/src/webhooks/send-verification-flow-webhook.schema.d.ts +184 -184
- package/dist/{identity-api.schema-74a15607.cjs.prod.cjs → identity-api.schema-48424ad8.cjs.prod.cjs} +1 -1
- package/dist/{identity-api.schema-29e00255.esm.mjs → identity-api.schema-60f57409.esm.mjs} +1 -1
- package/dist/{identity-api.schema-2be36a59.cjs.dev.cjs → identity-api.schema-9a739da3.cjs.dev.cjs} +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-84d7d28c.cjs.dev.cjs → tfhe-utilities-237d0100.cjs.dev.cjs} +2 -2
- package/dist/{tfhe-utilities-8265169a.cjs.prod.cjs → tfhe-utilities-241d1930.cjs.prod.cjs} +2 -2
- package/dist/{tfhe-utilities-740faf12.esm.mjs → tfhe-utilities-869b1c6d.esm.mjs} +2 -2
- package/dist/{toArray-fe72a2f1.cjs.prod.cjs → toArray-15d2f4ef.cjs.prod.cjs} +1 -1
- package/dist/{toArray-4818887f.cjs.dev.cjs → toArray-220d1fad.cjs.dev.cjs} +1 -1
- package/dist/{toArray-4a6c5ebc.esm.mjs → toArray-6cc1cdfd.esm.mjs} +1 -1
- package/dist/{vault.schema-4e809adc.esm.mjs → vault.schema-8f730124.esm.mjs} +9 -1
- package/dist/{vault.schema-11b13ab3.cjs.dev.cjs → vault.schema-a9655668.cjs.prod.cjs} +9 -1
- package/dist/{vault.schema-9abc36fc.cjs.prod.cjs → vault.schema-e7915798.cjs.dev.cjs} +9 -1
- package/dist/{zod-utils-4642b2af.cjs.dev.cjs → zod-utils-85dce7c6.cjs.dev.cjs} +2 -2
- package/dist/{zod-utils-b35cd66b.esm.mjs → zod-utils-8a5a8edd.esm.mjs} +2 -2
- package/dist/{zod-utils-58f4fc48.cjs.prod.cjs → zod-utils-b0e456ff.cjs.prod.cjs} +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
|
@@ -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-a9655668.cjs.prod.cjs');
|
|
5
|
+
var identityApi_schema = require('./identity-api.schema-48424ad8.cjs.prod.cjs');
|
|
6
6
|
|
|
7
7
|
var IpQualityAnalysisRequest = zod.z.object({
|
|
8
8
|
apiKey: zod.z.string().nullish(),
|
package/dist/{CoinMarketCap.schema-06ffe3b5.esm.mjs → CoinMarketCap.schema-623374cb.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-8f730124.esm.mjs';
|
|
3
|
+
import { _ as SdkVerificationOutput, aU as QrCodeLinkWithSchemaType, c4 as CredentialType } from './identity-api.schema-60f57409.esm.mjs';
|
|
4
4
|
|
|
5
5
|
var IpQualityAnalysisRequest = z.object({
|
|
6
6
|
apiKey: z.string().nullish(),
|
package/dist/{CoinMarketCap.schema-b916ff79.cjs.dev.cjs → CoinMarketCap.schema-85c03672.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-e7915798.cjs.dev.cjs');
|
|
5
|
+
var identityApi_schema = require('./identity-api.schema-9a739da3.cjs.dev.cjs');
|
|
6
6
|
|
|
7
7
|
var IpQualityAnalysisRequest = zod.z.object({
|
|
8
8
|
apiKey: zod.z.string().nullish(),
|