@nexeraid/identity-schemas 2.67.0-dev → 2.68.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-25910ca1.cjs.dev.cjs → CoinMarketCap.schema-062256d5.cjs.dev.cjs} +2 -2
- package/dist/{CoinMarketCap.schema-9b46e91a.cjs.prod.cjs → CoinMarketCap.schema-4d32b137.cjs.prod.cjs} +2 -2
- package/dist/{CoinMarketCap.schema-863fe4bf.esm.mjs → CoinMarketCap.schema-7d555c6e.esm.mjs} +2 -2
- package/dist/declarations/src/vault/schemas/generated/Tfhe.schema.json.d.ts +3 -1021
- package/dist/declarations/src/vault/schemas/generated/Tfhe.type.d.ts +2 -68
- package/dist/declarations/src/vault/schemas/generated/Tfhe.type.d.ts.map +1 -1
- package/dist/declarations/src/vault/schemas/generated/TfheKycSession.schema.json.d.ts +1037 -0
- package/dist/declarations/src/vault/schemas/generated/TfheKycSession.type.d.ts +72 -0
- package/dist/declarations/src/vault/schemas/generated/TfheKycSession.type.d.ts.map +1 -0
- package/dist/declarations/src/vault/vault.schema.d.ts +58 -3
- package/dist/declarations/src/vault/vault.schema.d.ts.map +1 -1
- package/dist/{identity-api.schema-8829a875.cjs.dev.cjs → identity-api.schema-67a3b076.cjs.dev.cjs} +1 -1
- package/dist/{identity-api.schema-36a2a1b2.esm.mjs → identity-api.schema-7286cb84.esm.mjs} +1 -1
- package/dist/{identity-api.schema-095969b9.cjs.prod.cjs → identity-api.schema-bcfb353b.cjs.prod.cjs} +1 -1
- package/dist/nexeraid-identity-schemas.cjs.dev.cjs +3 -3
- package/dist/nexeraid-identity-schemas.cjs.prod.cjs +3 -3
- package/dist/nexeraid-identity-schemas.esm.mjs +4 -4
- package/dist/package.json +1 -1
- package/dist/{tfhe-utilities-1fc75756.esm.mjs → tfhe-utilities-2056c352.esm.mjs} +2 -2
- package/dist/{tfhe-utilities-03589c6a.cjs.dev.cjs → tfhe-utilities-50d48dc2.cjs.dev.cjs} +2 -2
- package/dist/{tfhe-utilities-6b015591.cjs.prod.cjs → tfhe-utilities-c1dc8d80.cjs.prod.cjs} +2 -2
- package/dist/{vault.schema-7ed4edcb.cjs.dev.cjs → vault.schema-33893002.cjs.prod.cjs} +38 -1
- package/dist/{vault.schema-cc989cdf.cjs.prod.cjs → vault.schema-3acedc2a.cjs.dev.cjs} +38 -1
- package/dist/{vault.schema-1c1dcdb7.esm.mjs → vault.schema-7d38c7f1.esm.mjs} +38 -1
- 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 +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
package/dist/{CoinMarketCap.schema-25910ca1.cjs.dev.cjs → CoinMarketCap.schema-062256d5.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-3acedc2a.cjs.dev.cjs');
|
|
5
|
+
var identityApi_schema = require('./identity-api.schema-67a3b076.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-33893002.cjs.prod.cjs');
|
|
5
|
+
var identityApi_schema = require('./identity-api.schema-bcfb353b.cjs.prod.cjs');
|
|
6
6
|
|
|
7
7
|
var IpQualityAnalysisRequest = zod.z.object({
|
|
8
8
|
apiKey: zod.z.string().nullish(),
|
package/dist/{CoinMarketCap.schema-863fe4bf.esm.mjs → CoinMarketCap.schema-7d555c6e.esm.mjs}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { b0 as Alpha2Country, aS as UuidString, dW as _toConsumableArray, dY as ScoringAnalysisRequest, dZ as WorkflowsScoringAnalysisRequest, a_ as ISO3CountryCode, d_ as _slicedToArray, bJ as IdentityId, ar as BlockchainAddress, av as BlockchainNamespace, bG as WorkflowSessionId, cs as WorkspaceId, cr as OrganizationId, dV as _defineProperty, cO as ProofOfResidenceCredentialSubjectSchema } from './vault.schema-
|
|
3
|
-
import { a7 as SdkVerificationOutput, j as CustomerStatus, b0 as QrCodeLinkWithSchemaType, B as BasicCustomerContactInformation, c9 as CredentialType } from './identity-api.schema-
|
|
2
|
+
import { b0 as Alpha2Country, aS as UuidString, dW as _toConsumableArray, dY as ScoringAnalysisRequest, dZ as WorkflowsScoringAnalysisRequest, a_ as ISO3CountryCode, d_ as _slicedToArray, bJ as IdentityId, ar as BlockchainAddress, av as BlockchainNamespace, bG as WorkflowSessionId, cs as WorkspaceId, cr as OrganizationId, dV as _defineProperty, cO as ProofOfResidenceCredentialSubjectSchema } from './vault.schema-7d38c7f1.esm.mjs';
|
|
3
|
+
import { a7 as SdkVerificationOutput, j as CustomerStatus, b0 as QrCodeLinkWithSchemaType, B as BasicCustomerContactInformation, c9 as CredentialType } from './identity-api.schema-7286cb84.esm.mjs';
|
|
4
4
|
|
|
5
5
|
var IpQualityAnalysisRequest = z.object({
|
|
6
6
|
apiKey: z.string().nullish(),
|