@nexeraid/identity-schemas 2.7.0-dev → 2.9.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/{customers.schema-25c9bc0a.esm.js → customers.schema-0bfe7ed2.esm.js} +1 -1
- package/dist/{customers.schema-7ac300ea.cjs.dev.js → customers.schema-1bf4fe64.cjs.dev.js} +1 -1
- package/dist/{customers.schema-a484549e.cjs.prod.js → customers.schema-80e163e9.cjs.prod.js} +1 -1
- package/dist/declarations/src/identity/app-requests.schema.d.ts +109 -104
- package/dist/declarations/src/identity/app-requests.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/identity-v2.schema.d.ts +25 -24
- package/dist/declarations/src/identity/identity-v2.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/index.d.ts +1 -2
- package/dist/declarations/src/identity/index.d.ts.map +1 -1
- package/dist/declarations/src/identity/kyc.schema.d.ts +31 -194
- package/dist/declarations/src/identity/kyc.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/query.schema.d.ts +178 -0
- package/dist/declarations/src/identity/query.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/scenario.schema.d.ts +1180 -0
- package/dist/declarations/src/identity/scenario.schema.d.ts.map +1 -0
- package/dist/declarations/src/identity/zkps.schema.d.ts +0 -744
- package/dist/declarations/src/identity/zkps.schema.d.ts.map +1 -1
- package/dist/declarations/src/providers/kyc-sessions.schema.d.ts +63 -60
- package/dist/declarations/src/providers/kyc-sessions.schema.d.ts.map +1 -1
- package/dist/declarations/src/providers/sumsub/sumsub-applicant.schema.d.ts +4 -4
- package/dist/declarations/src/transaction.schema.d.ts +2 -2
- package/dist/declarations/src/transaction.schema.d.ts.map +1 -1
- package/dist/declarations/src/webhooks/svix.webhooks.schema.d.ts +135 -135
- package/dist/declarations/src/webhooks/tms.webhooks.schema.d.ts +3 -3
- package/dist/{frontend-utilities.schema-2ad117b9.cjs.prod.js → frontend-utilities.schema-63c0c3ec.cjs.prod.js} +1 -1
- package/dist/{frontend-utilities.schema-a0cf242f.cjs.dev.js → frontend-utilities.schema-7ec52bb3.cjs.dev.js} +1 -1
- package/dist/{frontend-utilities.schema-3e61e949.esm.js → frontend-utilities.schema-c53dbf36.esm.js} +1 -1
- package/dist/{identity-api.schema-08b1e63d.cjs.dev.js → identity-api.schema-725ecd1d.cjs.prod.js} +357 -437
- package/dist/{identity-api.schema-a01dae12.esm.js → identity-api.schema-a3f556f3.esm.js} +351 -424
- package/dist/{identity-api.schema-1b5f26e1.cjs.prod.js → identity-api.schema-e1fe9b0e.cjs.dev.js} +357 -437
- package/dist/nexeraid-identity-schemas.cjs.dev.js +10 -17
- package/dist/nexeraid-identity-schemas.cjs.prod.js +10 -17
- package/dist/nexeraid-identity-schemas.esm.js +4 -4
- package/dist/package.json +1 -1
- package/dist/{transaction.schema-1e7e4f0c.esm.js → transaction.schema-356f414e.esm.js} +2 -2
- package/dist/{transaction.schema-c69db067.cjs.dev.js → transaction.schema-8da87f68.cjs.dev.js} +2 -2
- package/dist/{transaction.schema-3ac3062a.cjs.prod.js → transaction.schema-aff2475c.cjs.prod.js} +2 -2
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.js +8 -15
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.js +8 -15
- package/identity/dist/nexeraid-identity-schemas-identity.esm.js +1 -1
- package/package.json +1 -1
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.js +2 -2
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.js +2 -2
- package/providers/dist/nexeraid-identity-schemas-providers.esm.js +2 -2
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.js +2 -2
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.js +2 -2
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.js +2 -2
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.js +4 -4
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.js +4 -4
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.js +4 -4
- package/dist/declarations/src/identity/challenge-query.schema.d.ts +0 -1246
- package/dist/declarations/src/identity/challenge-query.schema.d.ts.map +0 -1
- package/dist/declarations/src/identity/execute-scenario.schema.d.ts +0 -136
- package/dist/declarations/src/identity/execute-scenario.schema.d.ts.map +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { a4 as BlockchainAddress, F as AddressSchema, an as Alpha2Country, af as UuidString,
|
|
2
|
+
import { a4 as BlockchainAddress, F as AddressSchema, an as Alpha2Country, af as UuidString, eM as _toConsumableArray, eO as _arrayWithHoles, eP as _unsupportedIterableToArray, eQ as _nonIterableRest, al as ISO3CountryCode, a7 as BlockchainNamespace, c8 as SdkVerificationOutput, aD as CustomerStatus, eR as _defineProperty, eD as ProofOfResidenceCredentialSubjectSchema, d0 as QrCodeLinkWithSchemaType, aE as BasicCustomerContactInformation, eJ as CredentialType } from './identity-api.schema-a3f556f3.esm.js';
|
|
3
3
|
|
|
4
4
|
// based on https://tech-doc.api.scorechain.com/
|
|
5
5
|
var ANALYSIS_TYPES = ["ASSIGNED", "INCOMING", "OUTGOING", "FULL"];
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var zod = require('zod');
|
|
4
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
4
|
+
var identityApi_schema = require('./identity-api.schema-e1fe9b0e.cjs.dev.js');
|
|
5
5
|
|
|
6
6
|
// based on https://tech-doc.api.scorechain.com/
|
|
7
7
|
var ANALYSIS_TYPES = ["ASSIGNED", "INCOMING", "OUTGOING", "FULL"];
|
package/dist/{customers.schema-a484549e.cjs.prod.js → customers.schema-80e163e9.cjs.prod.js}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var zod = require('zod');
|
|
4
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
4
|
+
var identityApi_schema = require('./identity-api.schema-725ecd1d.cjs.prod.js');
|
|
5
5
|
|
|
6
6
|
// based on https://tech-doc.api.scorechain.com/
|
|
7
7
|
var ANALYSIS_TYPES = ["ASSIGNED", "INCOMING", "OUTGOING", "FULL"];
|