@nexeraid/identity-schemas 2.82.0-dev → 2.83.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-804ac440.esm.mjs → CoinMarketCap.schema-0ab0f865.esm.mjs} +2 -2
- package/dist/{CoinMarketCap.schema-bab2fdef.cjs.dev.cjs → CoinMarketCap.schema-130ae6f8.cjs.dev.cjs} +2 -2
- package/dist/{CoinMarketCap.schema-159dd089.cjs.prod.cjs → CoinMarketCap.schema-34f57bfd.cjs.prod.cjs} +2 -2
- package/dist/declarations/src/vault/vault.schema.d.ts +10 -10
- package/dist/declarations/src/vault/vault.schema.d.ts.map +1 -1
- package/dist/{identity-api.schema-915a0e06.esm.mjs → identity-api.schema-413be7b9.esm.mjs} +1 -1
- package/dist/{identity-api.schema-744f132e.cjs.dev.cjs → identity-api.schema-8c8827a8.cjs.dev.cjs} +1 -1
- package/dist/{identity-api.schema-b9a02183.cjs.prod.cjs → identity-api.schema-c1a397aa.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-8374bffe.esm.mjs → tfhe-utilities-308ce036.esm.mjs} +2 -2
- package/dist/{tfhe-utilities-ad3f8c15.cjs.prod.cjs → tfhe-utilities-87c99c35.cjs.prod.cjs} +2 -2
- package/dist/{tfhe-utilities-24c094b8.cjs.dev.cjs → tfhe-utilities-d84f1a0e.cjs.dev.cjs} +2 -2
- package/dist/{vault.schema-1731457a.esm.mjs → vault.schema-3e68499e.esm.mjs} +14 -14
- package/dist/{vault.schema-2462a106.cjs.prod.cjs → vault.schema-b879e107.cjs.dev.cjs} +14 -14
- package/dist/{vault.schema-bcad47da.cjs.dev.cjs → vault.schema-ba3a058a.cjs.prod.cjs} +14 -14
- 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 +4 -4
package/dist/{CoinMarketCap.schema-804ac440.esm.mjs → CoinMarketCap.schema-0ab0f865.esm.mjs}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { b0 as Alpha2Country, aS as UuidString, ee as _toConsumableArray, eg as ScoringAnalysisRequest, eh as WorkflowsScoringAnalysisRequest, a_ as ISO3CountryCode, ei as _slicedToArray, bS as IdentityId, ar as BlockchainAddress, av as BlockchainNamespace, bO as WorkflowSessionId, cJ as WorkspaceId, cI as OrganizationId, ed as _defineProperty, d3 as ProofOfResidenceCredentialSubjectSchema, cz as VerificationMode } from './vault.schema-
|
|
3
|
-
import { ag as SdkVerificationOutput, j as CustomerStatus, ba as QrCodeLinkWithSchemaType, B as BasicCustomerContactInformation, ck as CredentialType } from './identity-api.schema-
|
|
2
|
+
import { b0 as Alpha2Country, aS as UuidString, ee as _toConsumableArray, eg as ScoringAnalysisRequest, eh as WorkflowsScoringAnalysisRequest, a_ as ISO3CountryCode, ei as _slicedToArray, bS as IdentityId, ar as BlockchainAddress, av as BlockchainNamespace, bO as WorkflowSessionId, cJ as WorkspaceId, cI as OrganizationId, ed as _defineProperty, d3 as ProofOfResidenceCredentialSubjectSchema, cz as VerificationMode } from './vault.schema-3e68499e.esm.mjs';
|
|
3
|
+
import { ag as SdkVerificationOutput, j as CustomerStatus, ba as QrCodeLinkWithSchemaType, B as BasicCustomerContactInformation, ck as CredentialType } from './identity-api.schema-413be7b9.esm.mjs';
|
|
4
4
|
|
|
5
5
|
var IpQualityAnalysisRequest = z.object({
|
|
6
6
|
apiKey: z.string().nullish(),
|
package/dist/{CoinMarketCap.schema-bab2fdef.cjs.dev.cjs → CoinMarketCap.schema-130ae6f8.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-b879e107.cjs.dev.cjs');
|
|
5
|
+
var identityApi_schema = require('./identity-api.schema-8c8827a8.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-ba3a058a.cjs.prod.cjs');
|
|
5
|
+
var identityApi_schema = require('./identity-api.schema-c1a397aa.cjs.prod.cjs');
|
|
6
6
|
|
|
7
7
|
var IpQualityAnalysisRequest = zod.z.object({
|
|
8
8
|
apiKey: zod.z.string().nullish(),
|
|
@@ -3480,15 +3480,15 @@ export declare const VaultPointerKeyMapZodSchema: z.ZodObject<{
|
|
|
3480
3480
|
workflowSessionId?: string | undefined;
|
|
3481
3481
|
}>;
|
|
3482
3482
|
Transaction: z.ZodObject<{
|
|
3483
|
-
transactionId: z.
|
|
3483
|
+
transactionId: z.ZodType<`tx_${string}`, z.ZodTypeDef, `tx_${string}`>;
|
|
3484
3484
|
workflowSessionId: z.ZodOptional<z.ZodString>;
|
|
3485
3485
|
verificationMode: z.ZodOptional<z.ZodEnum<["full_verification", "sandbox"]>>;
|
|
3486
3486
|
}, "strip", z.ZodTypeAny, {
|
|
3487
|
-
transactionId: string
|
|
3487
|
+
transactionId: `tx_${string}`;
|
|
3488
3488
|
verificationMode?: "full_verification" | "sandbox" | undefined;
|
|
3489
3489
|
workflowSessionId?: string | undefined;
|
|
3490
3490
|
}, {
|
|
3491
|
-
transactionId: string
|
|
3491
|
+
transactionId: `tx_${string}`;
|
|
3492
3492
|
verificationMode?: "full_verification" | "sandbox" | undefined;
|
|
3493
3493
|
workflowSessionId?: string | undefined;
|
|
3494
3494
|
}>;
|
|
@@ -3496,20 +3496,20 @@ export declare const VaultPointerKeyMapZodSchema: z.ZodObject<{
|
|
|
3496
3496
|
organizationId: z.ZodString;
|
|
3497
3497
|
workspaceId: z.ZodString;
|
|
3498
3498
|
workflowId: z.ZodString;
|
|
3499
|
-
identityId: z.
|
|
3499
|
+
identityId: z.ZodType<`identity_${string}`, z.ZodTypeDef, `identity_${string}`>;
|
|
3500
3500
|
workflowSessionId: z.ZodString;
|
|
3501
3501
|
}, "strict", z.ZodTypeAny, {
|
|
3502
3502
|
organizationId: string;
|
|
3503
3503
|
workspaceId: string;
|
|
3504
3504
|
workflowId: string;
|
|
3505
3505
|
workflowSessionId: string;
|
|
3506
|
-
identityId: string
|
|
3506
|
+
identityId: `identity_${string}`;
|
|
3507
3507
|
}, {
|
|
3508
3508
|
organizationId: string;
|
|
3509
3509
|
workspaceId: string;
|
|
3510
3510
|
workflowId: string;
|
|
3511
3511
|
workflowSessionId: string;
|
|
3512
|
-
identityId: string
|
|
3512
|
+
identityId: `identity_${string}`;
|
|
3513
3513
|
}>;
|
|
3514
3514
|
}, "strip", z.ZodTypeAny, {
|
|
3515
3515
|
Customer: {
|
|
@@ -3522,7 +3522,7 @@ export declare const VaultPointerKeyMapZodSchema: z.ZodObject<{
|
|
|
3522
3522
|
workflowSessionId?: string | undefined;
|
|
3523
3523
|
};
|
|
3524
3524
|
Transaction: {
|
|
3525
|
-
transactionId: string
|
|
3525
|
+
transactionId: `tx_${string}`;
|
|
3526
3526
|
verificationMode?: "full_verification" | "sandbox" | undefined;
|
|
3527
3527
|
workflowSessionId?: string | undefined;
|
|
3528
3528
|
};
|
|
@@ -3531,7 +3531,7 @@ export declare const VaultPointerKeyMapZodSchema: z.ZodObject<{
|
|
|
3531
3531
|
workspaceId: string;
|
|
3532
3532
|
workflowId: string;
|
|
3533
3533
|
workflowSessionId: string;
|
|
3534
|
-
identityId: string
|
|
3534
|
+
identityId: `identity_${string}`;
|
|
3535
3535
|
};
|
|
3536
3536
|
"Customer/walletScreening": {
|
|
3537
3537
|
customerId: string;
|
|
@@ -3549,7 +3549,7 @@ export declare const VaultPointerKeyMapZodSchema: z.ZodObject<{
|
|
|
3549
3549
|
workflowSessionId?: string | undefined;
|
|
3550
3550
|
};
|
|
3551
3551
|
Transaction: {
|
|
3552
|
-
transactionId: string
|
|
3552
|
+
transactionId: `tx_${string}`;
|
|
3553
3553
|
verificationMode?: "full_verification" | "sandbox" | undefined;
|
|
3554
3554
|
workflowSessionId?: string | undefined;
|
|
3555
3555
|
};
|
|
@@ -3558,7 +3558,7 @@ export declare const VaultPointerKeyMapZodSchema: z.ZodObject<{
|
|
|
3558
3558
|
workspaceId: string;
|
|
3559
3559
|
workflowId: string;
|
|
3560
3560
|
workflowSessionId: string;
|
|
3561
|
-
identityId: string
|
|
3561
|
+
identityId: `identity_${string}`;
|
|
3562
3562
|
};
|
|
3563
3563
|
"Customer/walletScreening": {
|
|
3564
3564
|
customerId: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vault.schema.d.ts","sourceRoot":"../../../../src/vault","sources":["vault.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"vault.schema.d.ts","sourceRoot":"../../../../src/vault","sources":["vault.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAgBxB,OAAO,KAAK,EACV,QAAQ,EACR,gBAAgB,EAChB,YAAY,EACZ,oBAAoB,EACpB,YAAY,EACZ,KAAK,EACL,WAAW,EACX,mBAAmB,EACnB,UAAU,EACV,kBAAkB,EACnB,8BAAqB;AAEtB,OAAO,kBAAkB,oDAAiD;AAC1E,OAAO,KAAK,YAAY,6CAA0C;AAClE,OAAO,oBAAoB,sDAAmD;AAC9E,OAAO,KAAK,cAAc,+CAA4C;AACtE,OAAO,cAAc,gDAA6C;AAClE,OAAO,KAAK,QAAQ,yCAAsC;AAC1D,OAAO,wBAAwB,0DAAuD;AACtF,OAAO,KAAK,kBAAkB,mDAAgD;AAC9E,OAAO,qBAAqB,uDAAoD;AAChF,OAAO,KAAK,eAAe,gDAA6C;AAMxE,eAAO,MAAM,gBAAgB;;;;;;CAM5B,CAAC;AACF,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAMzB,CAAC;AACH,MAAM,MAAM,WAAW,GAAG;IACxB,QAAQ,EAAE,YAAY,CAAC;IACvB,UAAU,EAAE,cAAc,CAAC;IAC3B,WAAW,EAAE,eAAe,CAAC;IAC7B,cAAc,EAAE,kBAAkB,CAAC;IACnC,IAAI,EAAE,QAAQ,CAAC;CAChB,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG,MAAM,WAAW,CAAC;AAC/C,eAAO,MAAM,sBAAsB,0DAElC,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG,KAAK,CAAC,WAAW,CAAC,CAAC;AAClD,eAAO,MAAM,yBAAyB,sDAKrC,CAAC;AAEF,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAuCtC,CAAC;AACH,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC;AAE7E,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;EAIjC,CAAC;AACH,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAEzE,eAAO,MAAM,0BAA0B;;;;;;;;;;;;EAIrC,CAAC;AACH,MAAM,MAAM,iBAAiB,GAAG,YAAY,CAAC,cAAc,EAAE,gBAAgB,CAAC,CAAC;AAE/E,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;EAM3C,CAAC;AACH,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAC3C,OAAO,gCAAgC,CACxC,CAAC;AAEF,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;EAM1C,CAAC;AACH,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAC1C,OAAO,+BAA+B,CACvC,CAAC;AAEF,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;EAM5C,CAAC;AACH,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAC5C,OAAO,iCAAiC,CACzC,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAIxC,CAAC;AAEH,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CACxC,OAAO,6BAA6B,CACrC,CAAC;AAOF,MAAM,MAAM,aAAa,GAAG,QAAQ,CAClC,WAAW,EACX,cAAc,EACd,gBAAgB,EAChB,kBAAkB,EAClB,mBAAmB,CACpB,CAAC;AACF,MAAM,MAAM,qBAAqB,CAAC,KAAK,SAAS,aAAa,IAC3D,gBAAgB,CAAC,WAAW,EAAE,KAAK,CAAC,MAAM,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC;AAE9D,MAAM,MAAM,gBAAgB,GAAG,WAAW,CACxC,WAAW,EACX,cAAc,EACd,gBAAgB,EAChB,kBAAkB,CACnB,CAAC;AACF,MAAM,MAAM,wBAAwB,CAAC,KAAK,SAAS,gBAAgB,IACjE,WAAW,CACT,WAAW,EACX,cAAc,EACd,KAAK,EAEL,kBAAkB,SAAS,OAAO,CAAC,MAAM,CAAC,KAAK,EAAE,GAAG,CAAC,CAAC,GAClD,kBAAkB,GAClB,KAAK,CACV,CAAC;AAEJ,MAAM,MAAM,wBAAwB,CAClC,KAAK,SAAS,iBAAiB,GAAG,aAAa,IAC7C,mBAAmB,CAAC,WAAW,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC;AAEpD,MAAM,MAAM,eAAe,GAAG,UAAU,CACtC,WAAW,EACX,cAAc,EACd,gBAAgB,EAChB,mBAAmB,CACpB,CAAC;AAEF,MAAM,MAAM,uBAAuB,CAAC,KAAK,SAAS,gBAAgB,IAChE,UAAU,CACR,WAAW,EACX,cAAc,EACd,KAAK,EAEL,mBAAmB,SAAS,OAAO,CAAC,MAAM,CAAC,KAAK,EAAE,GAAG,CAAC,CAAC,GACnD,mBAAmB,GACnB,KAAK,CACV,CAAC;AAEJ,MAAM,MAAM,uBAAuB,CAAC,KAAK,SAAS,eAAe,IAC/D,kBAAkB,CAAC,WAAW,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC;AAEjD,MAAM,MAAM,qBAAqB,GAAG,YAAY,CAC9C,WAAW,EACX,cAAc,EACd,gBAAgB,CACjB,CAAC;AACF,MAAM,MAAM,6BAA6B,CAAC,KAAK,SAAS,qBAAqB,IAC3E,oBAAoB,CAAC,WAAW,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC;AAEnD,MAAM,MAAM,6BAA6B,CAAC,KAAK,SAAS,gBAAgB,IACtE,YAAY,CAAC,WAAW,EAAE,cAAc,EAAE,KAAK,CAAC,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { d1 as IDImageCredentialSubjectSchema, d3 as ProofOfResidenceCredentialSubjectSchema, d2 as SelfieImageCredentialSubjectSchema, d0 as IDInformationCredentialSubjectSchema, c$ as IDInformationTfheCredentialSubjectSchema, c_ as OLD_AMLScreeningsResultsCredentialSubjectSchema, cS as ID3CredentialSubjectSchema, cT as IDScanCredentialSubjectSchema, cV as IDScanSelfieCredentialSubjectSchema, cU as IDScanPassportCredentialSubjectSchema, ed as _defineProperty, e4 as VaultMetadataLinkZodSchema, cg as QueryId, ch as QueryGroupId, aS as UuidString, dv as TransactionReviewStatus, ar as BlockchainAddress, ce as ScenarioId, cJ as WorkspaceId, as as String0x, aN as BlockchainSignature, aa as TxHash, cK as WorkflowId, g as EvmChainId, a9 as AddressSchema, aD as EIP155Signature, T as TezosChainId, ah as TezosContractAddress, aP as TezosEntrypointName, ag as TezosImplicitAddress, aI as EdSignature, av as BlockchainNamespace, d4 as GenericVerifiableCredentialSchema, ax as SupportedBlockchainNamespaceForSignatureAuth, B as BlockchainId, cM as ExternalCustomerId, cH as AdditionalCustomerInformationParams, a8 as PublicKey } from './vault.schema-
|
|
2
|
+
import { d1 as IDImageCredentialSubjectSchema, d3 as ProofOfResidenceCredentialSubjectSchema, d2 as SelfieImageCredentialSubjectSchema, d0 as IDInformationCredentialSubjectSchema, c$ as IDInformationTfheCredentialSubjectSchema, c_ as OLD_AMLScreeningsResultsCredentialSubjectSchema, cS as ID3CredentialSubjectSchema, cT as IDScanCredentialSubjectSchema, cV as IDScanSelfieCredentialSubjectSchema, cU as IDScanPassportCredentialSubjectSchema, ed as _defineProperty, e4 as VaultMetadataLinkZodSchema, cg as QueryId, ch as QueryGroupId, aS as UuidString, dv as TransactionReviewStatus, ar as BlockchainAddress, ce as ScenarioId, cJ as WorkspaceId, as as String0x, aN as BlockchainSignature, aa as TxHash, cK as WorkflowId, g as EvmChainId, a9 as AddressSchema, aD as EIP155Signature, T as TezosChainId, ah as TezosContractAddress, aP as TezosEntrypointName, ag as TezosImplicitAddress, aI as EdSignature, av as BlockchainNamespace, d4 as GenericVerifiableCredentialSchema, ax as SupportedBlockchainNamespaceForSignatureAuth, B as BlockchainId, cM as ExternalCustomerId, cH as AdditionalCustomerInformationParams, a8 as PublicKey } from './vault.schema-3e68499e.esm.mjs';
|
|
3
3
|
|
|
4
4
|
var CredentialSchemas = {
|
|
5
5
|
ProofOfResidence: ProofOfResidenceCredentialSubjectSchema,
|
package/dist/{identity-api.schema-744f132e.cjs.dev.cjs → identity-api.schema-8c8827a8.cjs.dev.cjs}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var zod = require('zod');
|
|
4
|
-
var vault_schema = require('./vault.schema-
|
|
4
|
+
var vault_schema = require('./vault.schema-b879e107.cjs.dev.cjs');
|
|
5
5
|
|
|
6
6
|
var CredentialSchemas = {
|
|
7
7
|
ProofOfResidence: vault_schema.ProofOfResidenceCredentialSubjectSchema,
|
package/dist/{identity-api.schema-b9a02183.cjs.prod.cjs → identity-api.schema-c1a397aa.cjs.prod.cjs}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var zod = require('zod');
|
|
4
|
-
var vault_schema = require('./vault.schema-
|
|
4
|
+
var vault_schema = require('./vault.schema-ba3a058a.cjs.prod.cjs');
|
|
5
5
|
|
|
6
6
|
var CredentialSchemas = {
|
|
7
7
|
ProofOfResidence: vault_schema.ProofOfResidenceCredentialSubjectSchema,
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var vault_schema = require('./vault.schema-
|
|
5
|
+
var vault_schema = require('./vault.schema-b879e107.cjs.dev.cjs');
|
|
6
6
|
var zod = require('zod');
|
|
7
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
8
|
-
var tfheUtilities = require('./tfhe-utilities-
|
|
7
|
+
var identityApi_schema = require('./identity-api.schema-8c8827a8.cjs.dev.cjs');
|
|
8
|
+
var tfheUtilities = require('./tfhe-utilities-d84f1a0e.cjs.dev.cjs');
|
|
9
9
|
require('nanoid');
|
|
10
10
|
require('decimal.js');
|
|
11
11
|
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var vault_schema = require('./vault.schema-
|
|
5
|
+
var vault_schema = require('./vault.schema-ba3a058a.cjs.prod.cjs');
|
|
6
6
|
var zod = require('zod');
|
|
7
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
8
|
-
var tfheUtilities = require('./tfhe-utilities-
|
|
7
|
+
var identityApi_schema = require('./identity-api.schema-c1a397aa.cjs.prod.cjs');
|
|
8
|
+
var tfheUtilities = require('./tfhe-utilities-87c99c35.cjs.prod.cjs');
|
|
9
9
|
require('nanoid');
|
|
10
10
|
require('decimal.js');
|
|
11
11
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export { U as ACTIVE_APTOS_CHAIN_IDS, K as ACTIVE_BITCOIN_CHAIN_IDS, a4 as ACTIVE_CARDANO_CHAIN_IDS, k as ACTIVE_COSMOS_CHAIN_IDS, A as ACTIVE_EVM_CHAIN_VALUES, _ as ACTIVE_POLKADOT_CHAIN_IDS, D as ACTIVE_SOLANA_CHAIN_IDS, q as ACTIVE_TEZOS_CHAIN_IDS, a$ as ALPHA_2_COUNTRIES, R as APTOS_CHAIN_IDS, O as APTOS_CHAIN_NAMES, Q as APTOS_CHAIN_NAMES_LIST, b_ as ActionId, bC as ActionPrefix, cH as AdditionalCustomerInformationParams, a9 as AddressSchema, cp as AiAgentId, bJ as AiAgentPrefix, co as AiDocumentId, bI as AiDocumentPrefix, cm as AiExecutionId, bG as AiExecutionPrefix, cn as AiExecutionStepId, bH as AiExecutionStepPrefix, cv as AiMessageId, bN as AiMessagePrefix, cq as AiStepId, bK as AiStepPrefix, b0 as Alpha2Country, dQ as AmlResults, bV as AppId, bd as AppPrefix, ac as AptosAddress, V as AptosChainId, aE as AptosSignature, J as BITCOIN_CHAIN_IDS, H as BITCOIN_CHAIN_NAMES, I as BITCOIN_CHAIN_NAMES_LIST, au as BLOCKCHAIN_NAMESPACES, aC as BLOCKCHAIN_NAMESPACE_TO_ADDRESS_URL, aB as BLOCKCHAIN_NAMESPACE_TO_NAME, aA as BLOCKCHAIN_NAME_TO_NAMESPACE, aq as BitcoinAddress, am as BitcoinBech32Address, L as BitcoinChainId, ak as BitcoinP2PKHAddress, al as BitcoinP2SHAddress, ap as BitcoinTestnetBech32Address, an as BitcoinTestnetP2PKHAddress, ao as BitcoinTestnetP2SHAddress, ar as BlockchainAddress, B as BlockchainId, av as BlockchainNamespace, aN as BlockchainSignature, a3 as CARDANO_CHAIN_IDS, a1 as CARDANO_CHAIN_NAMES, a2 as CARDANO_CHAIN_NAMES_LIST, j as COSMOS_CHAIN_IDS, C as COSMOS_CHAIN_NAMES, i as COSMOS_CHAIN_NAMES_LIST, aj as CardanoAddress, a5 as CardanoChainId, aM as CardanoSignature, bW as ChallengeId, be as ChallengePrefix, ct as ChatId, bL as ChatPrefix, af as CosmosAddress, l as CosmosChainId, aH as CosmosSignature, b3 as CountryName, aZ as CryptoCode, aY as CryptoCodes, aX as CurrencyCode, aW as CurrencyCodes, cL as CustomerId, bY as CustomerScreeningId, bg as CustomerScreeningPrefix, dM as DEFAULT_FIAT_CURRENCY, ay as DISPLAYED_BLOCKCHAIN_NAMESPACES, dV as DataLinkTypeZodSchema, dT as DataLinkVersionZodSchema, dR as DetectedDuplicates, az as DisplayedBlockchainNamespace, aD as EIP155Signature, aQ as ENVS, E as EVM_BLOCK_TIME, f as EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC, aI as EdSignature, bT as EmailId, bb as EmailPrefix, aR as EnvironmentSchema, g as EvmChainId, cM as ExternalCustomerId, cw as FLOW_TYPES, cx as FlowType, aO as FunctionCallData, e8 as GenericVaultDataLinkZodSchema, e7 as GenericVaultEmbeddedLinkZodSchema, e5 as GenericVaultPointerLinkZodSchema, e6 as GenericVaultSearchLinkZodSchema, d4 as GenericVerifiableCredentialSchema, at as HexadecimalSchema, dx as HumanReadableTransactionReviewStatus, dw as HumanReadableTransactionReviewStatuses, dz as HumanReadableTransactionStatusMapping, da as ID3CredentialSchema, cS as ID3CredentialSubjectSchema, cA as IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS, cC as IDENTITY_DOCUMENT_OPTIONS, d7 as IDImageCredentialSchema, d1 as IDImageCredentialSubjectSchema, d6 as IDInformationCredentialSchema, d0 as IDInformationCredentialSubjectSchema, d5 as IDInformationTfheCredentialSchema, c$ as IDInformationTfheCredentialSubjectSchema, db as IDScanCredentialSchema, cT as IDScanCredentialSubjectSchema, dc as IDScanPassportCredentialSchema, cU as IDScanPassportCredentialSubjectSchema, dd as IDScanSelfieCredentialSchema, cV as IDScanSelfieCredentialSubjectSchema, a_ as ISO3CountryCode, cG as Identifier, cO as IdentityAppV2Web2JWT, cN as IdentityAppV2Web3JWT, cB as IdentityDocumentCountryListOption, cD as IdentityDocumentOptionsType, bS as IdentityId, ba as IdentityPrefix, cP as IdentityWidgetAccessToken_NEW, cQ as IdentityWidgetSessionToken, cc as InstitutionExtractedInfosId, bw as InstitutionExtractedInfosPrefix, cb as InstitutionId, bv as InstitutionPrefix, aV as IpAddress, cf as ListId, bz as ListPrefix, cs as MemberId, cu as MessageId, bM as MessagePrefix, b$ as MetaAlertId, bj as MetaAlertPrefix, v as NEXERA_ACTIVE_STARKNET_CHAIN_IDS, M as NEXERA_APTOS_CHAINS, G as NEXERA_BITCOIN_CHAINS, a0 as NEXERA_CARDANO_CHAINS, h as NEXERA_COSMOS_CHAINS, a as NEXERA_EVM_CHAINS, d as NEXERA_EVM_CHAINS_ID, b as NEXERA_EVM_CHAIN_NAMES, c as NEXERA_EVM_CHAIN_NAMES_LIST, W as NEXERA_POLKADOT_CHAINS, w as NEXERA_SOLANA_CHAINS, s as NEXERA_STARKNET_CHAINS, u as NEXERA_STARKNET_CHAIN_IDS, t as NEXERA_STARKNET_CHAIN_NAMES, m as NEXERA_TEZOS_CHAINS, p as NEXERA_TEZOS_CHAIN_IDS, n as NEXERA_TEZOS_CHAIN_NAMES, o as NEXERA_TEZOS_CHAIN_NAMES_LIST, e as NexeraEvmChains, N as NonTestnetBlockchainId, di as OLD_AMLScreeningsResultsCredentialSchema, c_ as OLD_AMLScreeningsResultsCredentialSubjectSchema, de as OLD_IDImageCredentialSchema, cW as OLD_IDImageCredentialSubjectSchema, df as OLD_IDInformationCredentialSchema, cX as OLD_IDInformationCredentialSubjectSchema, dg as OLD_ProofOfResidenceCredentialSchema, cY as OLD_ProofOfResidenceCredentialSubjectSchema, dh as OLD_SelfieImageCredentialSchema, cZ as OLD_SelfieImageCredentialSubjectSchema, cI as OrganizationId, aT as OtpCode, aK as P2Signature, cE as PERSONAL_INFORMATION_FIELDS, Z as POLKADOT_CHAIN_IDS, X as POLKADOT_CHAIN_NAMES, Y as POLKADOT_CHAIN_NAMES_LIST, P as POLYGON_NETWORK_NAMES, aU as PUBLIC_SERVICES_SCHEMA_MAP, dH as PaymentType, dG as PaymentTypes, cF as PersonalInformationFieldsIdentityDocuments, ae as PolkadotAddress, $ as PolkadotChainId, aG as PolkadotSignature, r as PolygonNetworkNames, a7 as PrivateKey, d9 as ProofOfResidenceCredentialSchema, d3 as ProofOfResidenceCredentialSubjectSchema, a8 as PublicKey, ch as QueryGroupId, bB as QueryGroupPrefix, cg as QueryId, bA as QueryPrefix, z as SOLANA_CHAIN_IDS, x as SOLANA_CHAIN_NAMES, y as SOLANA_CHAIN_NAMES_LIST, aw as SUPPORTED_BLOCKCHAIN_NAMESPACES_FOR_SIGNATURE_AUTH, ce as ScenarioId, by as ScenarioPrefix, ci as ScorechainAnalysisId, bi as ScorechainAnalysisPrefix, b7 as ScorechainCountry, e9 as ScorechainEntityRecord, d8 as SelfieImageCredentialSchema, d2 as SelfieImageCredentialSubjectSchema, dW as Separator, F as SolanaChainId, aJ as SpSignature, cl as SsssChunkId, bF as SsssChunkPrefix, ck as SsssShareId, bE as SsssSharePrefix, ad as StarknetAddress, S as StarknetChainId, aF as StarknetSignature, bR as StorageId, b9 as StoragePrefix, as as String0x, ax as SupportedBlockchainNamespaceForSignatureAuth, dN as TRANSACTIONS_STATS_CURRENCIES, dj as TRANSACTION_CHARTS, dl as TRANSACTION_TABLE_COLUMNS, bZ as TagId, bh as TagPrefix, c0 as TagsToTransactionReviewsId, bk as TagsToTransactionReviewsPrefix, bX as TestId, bf as TestPrefix, ai as TezosAddress, T as TezosChainId, ah as TezosContractAddress, aP as TezosEntrypointName, ag as TezosImplicitAddress, aL as TezosSignature, c3 as TransactionActivityId, bn as TransactionActivityPrefix, c1 as TransactionAddressesId, bl as TransactionAddressesPrefix, cd as TransactionAmountId, bx as TransactionAmountPrefix, dL as TransactionAmountsFieldName, dK as TransactionAmountsFieldNames, dD as TransactionCurrencyCode, dC as TransactionCurrencyCodes, dP as TransactionDataEventObject, dB as TransactionDirection, dA as TransactionDirections, c8 as TransactionExtractedInfosId, bs as TransactionExtractedInfosPrefix, c4 as TransactionFeesId, bo as TransactionFeesPrefix, c2 as TransactionId, c7 as TransactionInfosId, br as TransactionInfosPrefix, ca as TransactionMethodExtractedInfosId, bu as TransactionMethodExtractedInfosPrefix, c9 as TransactionMethodsId, bt as TransactionMethodsPrefix, c6 as TransactionPartiesId, bq as TransactionPartiesPrefix, dJ as TransactionPartiesType, dI as TransactionPartiesTypes, bm as TransactionPrefix, dF as TransactionProvider, dE as TransactionProviders, c5 as TransactionReviewId, bp as TransactionReviewPrefix, dv as TransactionReviewStatus, du as TransactionReviewStatuses, dt as TransactionRiskLevel, ds as TransactionRiskLevels, dO as TransactionStatsCurrency, dy as TransactionStatusMapping, dm as TransactionTableColumn, dp as TransactionType, dr as TransactionTypeWithAll, dn as TransactionTypes, dq as TransactionTypesWithAll, dk as TransactionsChartType, aa as TxHash, aS as UuidString, d_ as VaultJsonSchemas, e4 as VaultMetadataLinkZodSchema, e2 as VaultPointerKeyMapZodSchema, e3 as VaultQueryMapZodSchema, e0 as VaultSchemaIdZodSchema, e1 as VaultSchemaPathsZodSchema, d$ as VaultZodSchema, cz as VerificationMode, cy as VerificationModes, bU as WalletId, bc as WalletPrefix, ea as WalletScreeningData, ec as WalletScreeningProvider, eb as WalletScreeningProviders, cR as Web2CreateSessionParams, cK as WorkflowId, cj as WorkflowSessionAttributeId, bD as WorkflowSessionAttributePrefix, bO as WorkflowSessionId, cJ as WorkspaceId, dU as allDataLinkTypes, dS as allDataLinkVersions, b2 as countryISO2toISO3Mapping, b1 as countryISO3toISO2Mapping, bP as createBrandedSchemaId, bQ as createBrandedSchemaIdWithParams, cr as generateId, dX as generateZodObjectPaths, a6 as isValidAddress, b4 as isoCountriesNameFromISO2, b5 as isoCountriesNameFromISO3, b6 as parseISO3CountryCode, dY as resolvePathOnDataSchema, dZ as resolvePathOnMapSchema, b8 as scorechainCountriesNameFromISO2, ab as shortBlockchainAddress } from './vault.schema-
|
|
1
|
+
export { U as ACTIVE_APTOS_CHAIN_IDS, K as ACTIVE_BITCOIN_CHAIN_IDS, a4 as ACTIVE_CARDANO_CHAIN_IDS, k as ACTIVE_COSMOS_CHAIN_IDS, A as ACTIVE_EVM_CHAIN_VALUES, _ as ACTIVE_POLKADOT_CHAIN_IDS, D as ACTIVE_SOLANA_CHAIN_IDS, q as ACTIVE_TEZOS_CHAIN_IDS, a$ as ALPHA_2_COUNTRIES, R as APTOS_CHAIN_IDS, O as APTOS_CHAIN_NAMES, Q as APTOS_CHAIN_NAMES_LIST, b_ as ActionId, bC as ActionPrefix, cH as AdditionalCustomerInformationParams, a9 as AddressSchema, cp as AiAgentId, bJ as AiAgentPrefix, co as AiDocumentId, bI as AiDocumentPrefix, cm as AiExecutionId, bG as AiExecutionPrefix, cn as AiExecutionStepId, bH as AiExecutionStepPrefix, cv as AiMessageId, bN as AiMessagePrefix, cq as AiStepId, bK as AiStepPrefix, b0 as Alpha2Country, dQ as AmlResults, bV as AppId, bd as AppPrefix, ac as AptosAddress, V as AptosChainId, aE as AptosSignature, J as BITCOIN_CHAIN_IDS, H as BITCOIN_CHAIN_NAMES, I as BITCOIN_CHAIN_NAMES_LIST, au as BLOCKCHAIN_NAMESPACES, aC as BLOCKCHAIN_NAMESPACE_TO_ADDRESS_URL, aB as BLOCKCHAIN_NAMESPACE_TO_NAME, aA as BLOCKCHAIN_NAME_TO_NAMESPACE, aq as BitcoinAddress, am as BitcoinBech32Address, L as BitcoinChainId, ak as BitcoinP2PKHAddress, al as BitcoinP2SHAddress, ap as BitcoinTestnetBech32Address, an as BitcoinTestnetP2PKHAddress, ao as BitcoinTestnetP2SHAddress, ar as BlockchainAddress, B as BlockchainId, av as BlockchainNamespace, aN as BlockchainSignature, a3 as CARDANO_CHAIN_IDS, a1 as CARDANO_CHAIN_NAMES, a2 as CARDANO_CHAIN_NAMES_LIST, j as COSMOS_CHAIN_IDS, C as COSMOS_CHAIN_NAMES, i as COSMOS_CHAIN_NAMES_LIST, aj as CardanoAddress, a5 as CardanoChainId, aM as CardanoSignature, bW as ChallengeId, be as ChallengePrefix, ct as ChatId, bL as ChatPrefix, af as CosmosAddress, l as CosmosChainId, aH as CosmosSignature, b3 as CountryName, aZ as CryptoCode, aY as CryptoCodes, aX as CurrencyCode, aW as CurrencyCodes, cL as CustomerId, bY as CustomerScreeningId, bg as CustomerScreeningPrefix, dM as DEFAULT_FIAT_CURRENCY, ay as DISPLAYED_BLOCKCHAIN_NAMESPACES, dV as DataLinkTypeZodSchema, dT as DataLinkVersionZodSchema, dR as DetectedDuplicates, az as DisplayedBlockchainNamespace, aD as EIP155Signature, aQ as ENVS, E as EVM_BLOCK_TIME, f as EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC, aI as EdSignature, bT as EmailId, bb as EmailPrefix, aR as EnvironmentSchema, g as EvmChainId, cM as ExternalCustomerId, cw as FLOW_TYPES, cx as FlowType, aO as FunctionCallData, e8 as GenericVaultDataLinkZodSchema, e7 as GenericVaultEmbeddedLinkZodSchema, e5 as GenericVaultPointerLinkZodSchema, e6 as GenericVaultSearchLinkZodSchema, d4 as GenericVerifiableCredentialSchema, at as HexadecimalSchema, dx as HumanReadableTransactionReviewStatus, dw as HumanReadableTransactionReviewStatuses, dz as HumanReadableTransactionStatusMapping, da as ID3CredentialSchema, cS as ID3CredentialSubjectSchema, cA as IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS, cC as IDENTITY_DOCUMENT_OPTIONS, d7 as IDImageCredentialSchema, d1 as IDImageCredentialSubjectSchema, d6 as IDInformationCredentialSchema, d0 as IDInformationCredentialSubjectSchema, d5 as IDInformationTfheCredentialSchema, c$ as IDInformationTfheCredentialSubjectSchema, db as IDScanCredentialSchema, cT as IDScanCredentialSubjectSchema, dc as IDScanPassportCredentialSchema, cU as IDScanPassportCredentialSubjectSchema, dd as IDScanSelfieCredentialSchema, cV as IDScanSelfieCredentialSubjectSchema, a_ as ISO3CountryCode, cG as Identifier, cO as IdentityAppV2Web2JWT, cN as IdentityAppV2Web3JWT, cB as IdentityDocumentCountryListOption, cD as IdentityDocumentOptionsType, bS as IdentityId, ba as IdentityPrefix, cP as IdentityWidgetAccessToken_NEW, cQ as IdentityWidgetSessionToken, cc as InstitutionExtractedInfosId, bw as InstitutionExtractedInfosPrefix, cb as InstitutionId, bv as InstitutionPrefix, aV as IpAddress, cf as ListId, bz as ListPrefix, cs as MemberId, cu as MessageId, bM as MessagePrefix, b$ as MetaAlertId, bj as MetaAlertPrefix, v as NEXERA_ACTIVE_STARKNET_CHAIN_IDS, M as NEXERA_APTOS_CHAINS, G as NEXERA_BITCOIN_CHAINS, a0 as NEXERA_CARDANO_CHAINS, h as NEXERA_COSMOS_CHAINS, a as NEXERA_EVM_CHAINS, d as NEXERA_EVM_CHAINS_ID, b as NEXERA_EVM_CHAIN_NAMES, c as NEXERA_EVM_CHAIN_NAMES_LIST, W as NEXERA_POLKADOT_CHAINS, w as NEXERA_SOLANA_CHAINS, s as NEXERA_STARKNET_CHAINS, u as NEXERA_STARKNET_CHAIN_IDS, t as NEXERA_STARKNET_CHAIN_NAMES, m as NEXERA_TEZOS_CHAINS, p as NEXERA_TEZOS_CHAIN_IDS, n as NEXERA_TEZOS_CHAIN_NAMES, o as NEXERA_TEZOS_CHAIN_NAMES_LIST, e as NexeraEvmChains, N as NonTestnetBlockchainId, di as OLD_AMLScreeningsResultsCredentialSchema, c_ as OLD_AMLScreeningsResultsCredentialSubjectSchema, de as OLD_IDImageCredentialSchema, cW as OLD_IDImageCredentialSubjectSchema, df as OLD_IDInformationCredentialSchema, cX as OLD_IDInformationCredentialSubjectSchema, dg as OLD_ProofOfResidenceCredentialSchema, cY as OLD_ProofOfResidenceCredentialSubjectSchema, dh as OLD_SelfieImageCredentialSchema, cZ as OLD_SelfieImageCredentialSubjectSchema, cI as OrganizationId, aT as OtpCode, aK as P2Signature, cE as PERSONAL_INFORMATION_FIELDS, Z as POLKADOT_CHAIN_IDS, X as POLKADOT_CHAIN_NAMES, Y as POLKADOT_CHAIN_NAMES_LIST, P as POLYGON_NETWORK_NAMES, aU as PUBLIC_SERVICES_SCHEMA_MAP, dH as PaymentType, dG as PaymentTypes, cF as PersonalInformationFieldsIdentityDocuments, ae as PolkadotAddress, $ as PolkadotChainId, aG as PolkadotSignature, r as PolygonNetworkNames, a7 as PrivateKey, d9 as ProofOfResidenceCredentialSchema, d3 as ProofOfResidenceCredentialSubjectSchema, a8 as PublicKey, ch as QueryGroupId, bB as QueryGroupPrefix, cg as QueryId, bA as QueryPrefix, z as SOLANA_CHAIN_IDS, x as SOLANA_CHAIN_NAMES, y as SOLANA_CHAIN_NAMES_LIST, aw as SUPPORTED_BLOCKCHAIN_NAMESPACES_FOR_SIGNATURE_AUTH, ce as ScenarioId, by as ScenarioPrefix, ci as ScorechainAnalysisId, bi as ScorechainAnalysisPrefix, b7 as ScorechainCountry, e9 as ScorechainEntityRecord, d8 as SelfieImageCredentialSchema, d2 as SelfieImageCredentialSubjectSchema, dW as Separator, F as SolanaChainId, aJ as SpSignature, cl as SsssChunkId, bF as SsssChunkPrefix, ck as SsssShareId, bE as SsssSharePrefix, ad as StarknetAddress, S as StarknetChainId, aF as StarknetSignature, bR as StorageId, b9 as StoragePrefix, as as String0x, ax as SupportedBlockchainNamespaceForSignatureAuth, dN as TRANSACTIONS_STATS_CURRENCIES, dj as TRANSACTION_CHARTS, dl as TRANSACTION_TABLE_COLUMNS, bZ as TagId, bh as TagPrefix, c0 as TagsToTransactionReviewsId, bk as TagsToTransactionReviewsPrefix, bX as TestId, bf as TestPrefix, ai as TezosAddress, T as TezosChainId, ah as TezosContractAddress, aP as TezosEntrypointName, ag as TezosImplicitAddress, aL as TezosSignature, c3 as TransactionActivityId, bn as TransactionActivityPrefix, c1 as TransactionAddressesId, bl as TransactionAddressesPrefix, cd as TransactionAmountId, bx as TransactionAmountPrefix, dL as TransactionAmountsFieldName, dK as TransactionAmountsFieldNames, dD as TransactionCurrencyCode, dC as TransactionCurrencyCodes, dP as TransactionDataEventObject, dB as TransactionDirection, dA as TransactionDirections, c8 as TransactionExtractedInfosId, bs as TransactionExtractedInfosPrefix, c4 as TransactionFeesId, bo as TransactionFeesPrefix, c2 as TransactionId, c7 as TransactionInfosId, br as TransactionInfosPrefix, ca as TransactionMethodExtractedInfosId, bu as TransactionMethodExtractedInfosPrefix, c9 as TransactionMethodsId, bt as TransactionMethodsPrefix, c6 as TransactionPartiesId, bq as TransactionPartiesPrefix, dJ as TransactionPartiesType, dI as TransactionPartiesTypes, bm as TransactionPrefix, dF as TransactionProvider, dE as TransactionProviders, c5 as TransactionReviewId, bp as TransactionReviewPrefix, dv as TransactionReviewStatus, du as TransactionReviewStatuses, dt as TransactionRiskLevel, ds as TransactionRiskLevels, dO as TransactionStatsCurrency, dy as TransactionStatusMapping, dm as TransactionTableColumn, dp as TransactionType, dr as TransactionTypeWithAll, dn as TransactionTypes, dq as TransactionTypesWithAll, dk as TransactionsChartType, aa as TxHash, aS as UuidString, d_ as VaultJsonSchemas, e4 as VaultMetadataLinkZodSchema, e2 as VaultPointerKeyMapZodSchema, e3 as VaultQueryMapZodSchema, e0 as VaultSchemaIdZodSchema, e1 as VaultSchemaPathsZodSchema, d$ as VaultZodSchema, cz as VerificationMode, cy as VerificationModes, bU as WalletId, bc as WalletPrefix, ea as WalletScreeningData, ec as WalletScreeningProvider, eb as WalletScreeningProviders, cR as Web2CreateSessionParams, cK as WorkflowId, cj as WorkflowSessionAttributeId, bD as WorkflowSessionAttributePrefix, bO as WorkflowSessionId, cJ as WorkspaceId, dU as allDataLinkTypes, dS as allDataLinkVersions, b2 as countryISO2toISO3Mapping, b1 as countryISO3toISO2Mapping, bP as createBrandedSchemaId, bQ as createBrandedSchemaIdWithParams, cr as generateId, dX as generateZodObjectPaths, a6 as isValidAddress, b4 as isoCountriesNameFromISO2, b5 as isoCountriesNameFromISO3, b6 as parseISO3CountryCode, dY as resolvePathOnDataSchema, dZ as resolvePathOnMapSchema, b8 as scorechainCountriesNameFromISO2, ab as shortBlockchainAddress } from './vault.schema-3e68499e.esm.mjs';
|
|
2
2
|
import { z } from 'zod';
|
|
3
|
-
import { C as CredentialTypes } from './identity-api.schema-
|
|
4
|
-
export { Y as ACTION_STATUSES, W as ACTION_TRIGGERS, bj as ARRAY_OPERATORS, b1 as AUTHORIZATION_REQUEST_MESSAGE_TYPES, G as AVAILABLE_FLOWS, am as AbbreviatedWorkflowScenario, ak as Action, Z as ActionStatus, X as ActionTrigger, V as ActionType, _ as ActionValue, bx as AllCredentialValues, cb as AllScenarioExecutionAuthorizationData, c3 as AnyTxAuthDataSignatureResponse, c6 as AnyTxAuthInputJsSdk, bY as ApiTezosTxAuthInput, bU as ApiTxAuthInput, bk as ArrayOperator, b9 as AuthQrCodeData, aH as AuthSession, aI as AuthSessionData, b4 as AuthorizationRequestMessage, b3 as AuthorizationRequestMessageType, b2 as AuthorizationRequestMessageTypes, b7 as AuthorizationResponseMessage, H as AvailableFlow, bp as BOOLEAN_OPERATORS, a7 as BackwardsCompatibleScenarioType, a6 as BackwardsCompatibleScenarioTypes, a8 as BaseQueryResponse, B as BasicCustomerContactInformation, bq as BooleanOperator, a_ as CIRCUIT_IDS, k as CUSTOMERS_CHARTS, o as CUSTOMER_AUTOMATION_REASONS, m as CUSTOMER_TABLE_COLUMNS, bI as ChallengeQuerySchema, aJ as ChallengeResponse, a$ as CircuitId, q as CloseScreenNotification, ap as ComplianceImplementationStepsInput, ca as CreateAuthRequestProps, ao as CreateTemplateScenario, cm as CredentialMediaType, ch as CredentialNames, b8 as CredentialQrCodeData, cg as CredentialSchemas, ck as CredentialType, C as CredentialTypes, h as CustomerOnboardingLevel, g as CustomerOnboardingLevels, j as CustomerStatus, i as CustomerStatuses, n as CustomerTableColumn, c as CustomerType, b as CustomerTypes, l as CustomersChartType, br as DATE_OPERATORS, J as DataAvailableOnStart, bs as DateOperator, c4 as Eip155TxAuthInputJsSdk, aa as ExecuteQueryResponse, c2 as ExtendedTezosTxAuthDataSignatureResponse, c0 as ExtendedTezosTxAuthInput, c1 as ExtendedTxAuthDataSignatureResponse, b$ as ExtendedTxAuthInput, aG as GenerateWalletChallengeRequest, ar as GetCredentialsRequest, as as GetCredentialsResponse, aM as GetCustomerStatusRequest, aR as GetCustomerStatusResponse, b_ as GetTezosTxAuthDataSignatureResponse, bW as GetTxAuthDataSignatureResponse, aA as GetTxAuthSigRequest, aC as GetTxAuthSigRequestTezos, aB as GetTxAuthSigResponse, aD as GetTxAuthSigResponseTezos, aU as HostMessage, aE as HostRequestMessage, Q as HostResponseMessage, bw as IDInformationTfhe, aS as IdentityAppMessage, aV as IdentityMessage, z as IdentityNotificationMessage, F as IdentityRequestMessage, aF as IdentityResponseMessage, aN as IdentitySdkMessage, aO as IdentitySdkMessageWithIdentifier, aT as IdentityWallet, A as InitialDataRequest, L as InitialDataResponse, I as IsVerifiedNotification, ay as IsVerifiedRequest, az as IsVerifiedResponse, f as KybOnboardingLevel, e as KybOnboardingLevels, r as KycCompletionData, s as KycCompletionNotification, d as KycOnboardingLevel, K as KycOnboardingLevels, aY as MediaType, aZ as MediaTypePID, bn as NUMERIC_OPERATORS, ci as NexeraCredentialType, bo as NumericOperator, bJ as OLD_CHALLENGE_QUERY_OPERATORS, bK as OLD_ChallengeQueryOperator, bN as OLD_ChallengeQueryOperatorToOperator, bF as OLD_ChallengeQuerySchema, bP as OLD_QueryCredentialType, bO as OLD_QueryCredentialTypes, bf as OPERATORS, x as OcvSdkInitialized, O as OffChainScenarioExecutionData, a9 as OffChainZKPRuleResult, u as OnChainScenarioExecutionData, bg as Operator, bL as OperatorMappings, bM as OperatorToOLD_ChallengeQueryOperator, bE as PartialQueryConfigSimplified, P as PolygonIdInitialized, au as PolygonIdRequest, at as PolygonIdRequestData, aw as PolygonIdResponse, av as PolygonIdResponseData, c9 as PrivacyPreservingMonitoring, b5 as ProofData, bd as QUERY_LOGIC_OPERATOR, ba as QrCodeLinkWithSchemaType, by as QueriesOptions, bB as QueryConfigSimplified, bA as QueryConfigTfhe, bH as QueryCredentialType, bG as QueryCredentialTypes, bC as QueryGroupConfigSimplified, be as QueryLogicOperator, bz as QueryType, aW as RequiredDataRowSchema, aX as RequiredVerificationData, a as RiskScoreType, R as RiskScoreTypes, ab as RuleEngineResponse, t as RuleEngineScenarioExecutionData, bD as RuleResultQueryConfig, ae as RuleResultStatus, af as RuleResultStatusLabels, ad as RuleResultStatuses, U as SCENARIO_ACTION_TYPES, cc as SCENARIO_AUTHORIZATION_STATUSES, bl as STRING_OPERATORS, bt as SUPPORTED_TYPES, al as Scenario, S as ScenarioAuthorizationData, cd as ScenarioAuthorizationStatus, v as ScenarioExecutionData, w as ScenarioExecutionNotification, ac as ScenarioExecutionResponse, a2 as ScenarioMode, a1 as ScenarioModes, a5 as ScenarioSchema, a4 as ScenarioStatus, a3 as ScenarioStatuses, a0 as ScenarioType, $ as ScenarioTypes, ag as SdkVerificationOutput, p as SdkVerificationResponseSchema, E as SendTransactionRequest, D as SignatureRequest, M as SignatureResponse, aq as SimplifiedCredential, y as StartCompletedNotification, ax as StartFlowRequest, bm as StringOperator, bu as SupportedType, bv as SupportedTypes, an as TemplateScenario, bX as TezosTxAuthInput, c5 as TezosTxAuthInputJsSdk, bZ as TezosTxSignatureResponse, T as TransactionData, N as TransactionResponse, aQ as TxAuthDataSignatureGatingError, aL as TxAuthDataSignatureGatingRequest, aP as TxAuthDataSignatureResponse, bT as TxAuthInput, bV as TxSignatureResponse, cl as VerifiableCredential, aj as VerificationOutput, ai as VerificationSessionStatus, ah as VerificationSessionStatuses, cf as VerifyWalletChallengeRequest, aK as WalletSignResponse, ce as WalletSignatureResponse, bh as ZKPOperator, c7 as ZKPRequest, c8 as ZKPRequestFromZKVerifier, b0 as ZeroKnowledgeProofRequest, b6 as ZeroKnowledgeProofResponse, cj as getCredentialName, bR as getOldCredentialPath, bQ as getOldCredentialType, bS as oldCredentialPathToDataLink, bi as operatorDisplayMap, bb as parseIden3Message, bc as parseSessionIdFromUrl } from './identity-api.schema-
|
|
5
|
-
export { I as IDInformationTfheCredentialSubjectCONFIG, V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation, b as getFieldConfig } from './tfhe-utilities-
|
|
3
|
+
import { C as CredentialTypes } from './identity-api.schema-413be7b9.esm.mjs';
|
|
4
|
+
export { Y as ACTION_STATUSES, W as ACTION_TRIGGERS, bj as ARRAY_OPERATORS, b1 as AUTHORIZATION_REQUEST_MESSAGE_TYPES, G as AVAILABLE_FLOWS, am as AbbreviatedWorkflowScenario, ak as Action, Z as ActionStatus, X as ActionTrigger, V as ActionType, _ as ActionValue, bx as AllCredentialValues, cb as AllScenarioExecutionAuthorizationData, c3 as AnyTxAuthDataSignatureResponse, c6 as AnyTxAuthInputJsSdk, bY as ApiTezosTxAuthInput, bU as ApiTxAuthInput, bk as ArrayOperator, b9 as AuthQrCodeData, aH as AuthSession, aI as AuthSessionData, b4 as AuthorizationRequestMessage, b3 as AuthorizationRequestMessageType, b2 as AuthorizationRequestMessageTypes, b7 as AuthorizationResponseMessage, H as AvailableFlow, bp as BOOLEAN_OPERATORS, a7 as BackwardsCompatibleScenarioType, a6 as BackwardsCompatibleScenarioTypes, a8 as BaseQueryResponse, B as BasicCustomerContactInformation, bq as BooleanOperator, a_ as CIRCUIT_IDS, k as CUSTOMERS_CHARTS, o as CUSTOMER_AUTOMATION_REASONS, m as CUSTOMER_TABLE_COLUMNS, bI as ChallengeQuerySchema, aJ as ChallengeResponse, a$ as CircuitId, q as CloseScreenNotification, ap as ComplianceImplementationStepsInput, ca as CreateAuthRequestProps, ao as CreateTemplateScenario, cm as CredentialMediaType, ch as CredentialNames, b8 as CredentialQrCodeData, cg as CredentialSchemas, ck as CredentialType, C as CredentialTypes, h as CustomerOnboardingLevel, g as CustomerOnboardingLevels, j as CustomerStatus, i as CustomerStatuses, n as CustomerTableColumn, c as CustomerType, b as CustomerTypes, l as CustomersChartType, br as DATE_OPERATORS, J as DataAvailableOnStart, bs as DateOperator, c4 as Eip155TxAuthInputJsSdk, aa as ExecuteQueryResponse, c2 as ExtendedTezosTxAuthDataSignatureResponse, c0 as ExtendedTezosTxAuthInput, c1 as ExtendedTxAuthDataSignatureResponse, b$ as ExtendedTxAuthInput, aG as GenerateWalletChallengeRequest, ar as GetCredentialsRequest, as as GetCredentialsResponse, aM as GetCustomerStatusRequest, aR as GetCustomerStatusResponse, b_ as GetTezosTxAuthDataSignatureResponse, bW as GetTxAuthDataSignatureResponse, aA as GetTxAuthSigRequest, aC as GetTxAuthSigRequestTezos, aB as GetTxAuthSigResponse, aD as GetTxAuthSigResponseTezos, aU as HostMessage, aE as HostRequestMessage, Q as HostResponseMessage, bw as IDInformationTfhe, aS as IdentityAppMessage, aV as IdentityMessage, z as IdentityNotificationMessage, F as IdentityRequestMessage, aF as IdentityResponseMessage, aN as IdentitySdkMessage, aO as IdentitySdkMessageWithIdentifier, aT as IdentityWallet, A as InitialDataRequest, L as InitialDataResponse, I as IsVerifiedNotification, ay as IsVerifiedRequest, az as IsVerifiedResponse, f as KybOnboardingLevel, e as KybOnboardingLevels, r as KycCompletionData, s as KycCompletionNotification, d as KycOnboardingLevel, K as KycOnboardingLevels, aY as MediaType, aZ as MediaTypePID, bn as NUMERIC_OPERATORS, ci as NexeraCredentialType, bo as NumericOperator, bJ as OLD_CHALLENGE_QUERY_OPERATORS, bK as OLD_ChallengeQueryOperator, bN as OLD_ChallengeQueryOperatorToOperator, bF as OLD_ChallengeQuerySchema, bP as OLD_QueryCredentialType, bO as OLD_QueryCredentialTypes, bf as OPERATORS, x as OcvSdkInitialized, O as OffChainScenarioExecutionData, a9 as OffChainZKPRuleResult, u as OnChainScenarioExecutionData, bg as Operator, bL as OperatorMappings, bM as OperatorToOLD_ChallengeQueryOperator, bE as PartialQueryConfigSimplified, P as PolygonIdInitialized, au as PolygonIdRequest, at as PolygonIdRequestData, aw as PolygonIdResponse, av as PolygonIdResponseData, c9 as PrivacyPreservingMonitoring, b5 as ProofData, bd as QUERY_LOGIC_OPERATOR, ba as QrCodeLinkWithSchemaType, by as QueriesOptions, bB as QueryConfigSimplified, bA as QueryConfigTfhe, bH as QueryCredentialType, bG as QueryCredentialTypes, bC as QueryGroupConfigSimplified, be as QueryLogicOperator, bz as QueryType, aW as RequiredDataRowSchema, aX as RequiredVerificationData, a as RiskScoreType, R as RiskScoreTypes, ab as RuleEngineResponse, t as RuleEngineScenarioExecutionData, bD as RuleResultQueryConfig, ae as RuleResultStatus, af as RuleResultStatusLabels, ad as RuleResultStatuses, U as SCENARIO_ACTION_TYPES, cc as SCENARIO_AUTHORIZATION_STATUSES, bl as STRING_OPERATORS, bt as SUPPORTED_TYPES, al as Scenario, S as ScenarioAuthorizationData, cd as ScenarioAuthorizationStatus, v as ScenarioExecutionData, w as ScenarioExecutionNotification, ac as ScenarioExecutionResponse, a2 as ScenarioMode, a1 as ScenarioModes, a5 as ScenarioSchema, a4 as ScenarioStatus, a3 as ScenarioStatuses, a0 as ScenarioType, $ as ScenarioTypes, ag as SdkVerificationOutput, p as SdkVerificationResponseSchema, E as SendTransactionRequest, D as SignatureRequest, M as SignatureResponse, aq as SimplifiedCredential, y as StartCompletedNotification, ax as StartFlowRequest, bm as StringOperator, bu as SupportedType, bv as SupportedTypes, an as TemplateScenario, bX as TezosTxAuthInput, c5 as TezosTxAuthInputJsSdk, bZ as TezosTxSignatureResponse, T as TransactionData, N as TransactionResponse, aQ as TxAuthDataSignatureGatingError, aL as TxAuthDataSignatureGatingRequest, aP as TxAuthDataSignatureResponse, bT as TxAuthInput, bV as TxSignatureResponse, cl as VerifiableCredential, aj as VerificationOutput, ai as VerificationSessionStatus, ah as VerificationSessionStatuses, cf as VerifyWalletChallengeRequest, aK as WalletSignResponse, ce as WalletSignatureResponse, bh as ZKPOperator, c7 as ZKPRequest, c8 as ZKPRequestFromZKVerifier, b0 as ZeroKnowledgeProofRequest, b6 as ZeroKnowledgeProofResponse, cj as getCredentialName, bR as getOldCredentialPath, bQ as getOldCredentialType, bS as oldCredentialPathToDataLink, bi as operatorDisplayMap, bb as parseIden3Message, bc as parseSessionIdFromUrl } from './identity-api.schema-413be7b9.esm.mjs';
|
|
5
|
+
export { I as IDInformationTfheCredentialSubjectCONFIG, V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation, b as getFieldConfig } from './tfhe-utilities-308ce036.esm.mjs';
|
|
6
6
|
import 'nanoid';
|
|
7
7
|
import 'decimal.js';
|
|
8
8
|
|
package/dist/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ee as _toConsumableArray } from './vault.schema-
|
|
2
|
-
import { bu as SupportedType, bn as NUMERIC_OPERATORS, bj as ARRAY_OPERATORS, bp as BOOLEAN_OPERATORS, bl as STRING_OPERATORS } from './identity-api.schema-
|
|
1
|
+
import { ee as _toConsumableArray } from './vault.schema-3e68499e.esm.mjs';
|
|
2
|
+
import { bu as SupportedType, bn as NUMERIC_OPERATORS, bj as ARRAY_OPERATORS, bp as BOOLEAN_OPERATORS, bl as STRING_OPERATORS } from './identity-api.schema-413be7b9.esm.mjs';
|
|
3
3
|
|
|
4
4
|
var VC_JSON_SCHEMA_MAP = {
|
|
5
5
|
ProofOfResidence: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var vault_schema = require('./vault.schema-
|
|
4
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
3
|
+
var vault_schema = require('./vault.schema-ba3a058a.cjs.prod.cjs');
|
|
4
|
+
var identityApi_schema = require('./identity-api.schema-c1a397aa.cjs.prod.cjs');
|
|
5
5
|
|
|
6
6
|
var VC_JSON_SCHEMA_MAP = {
|
|
7
7
|
ProofOfResidence: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var vault_schema = require('./vault.schema-
|
|
4
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
3
|
+
var vault_schema = require('./vault.schema-b879e107.cjs.dev.cjs');
|
|
4
|
+
var identityApi_schema = require('./identity-api.schema-8c8827a8.cjs.dev.cjs');
|
|
5
5
|
|
|
6
6
|
var VC_JSON_SCHEMA_MAP = {
|
|
7
7
|
ProofOfResidence: {
|
|
@@ -10928,35 +10928,35 @@ var VaultSchemaIdZodSchema = z["enum"](Object.keys(VaultZodSchema.shape));
|
|
|
10928
10928
|
var VaultSchemaPathsZodSchema = z["enum"](generateZodObjectPaths(VaultZodSchema));
|
|
10929
10929
|
var VaultPointerKeyMapZodSchema = z.object({
|
|
10930
10930
|
Customer: z.object({
|
|
10931
|
-
customerId:
|
|
10932
|
-
workflowSessionId:
|
|
10931
|
+
customerId: CustomerId,
|
|
10932
|
+
workflowSessionId: WorkflowSessionId.optional(),
|
|
10933
10933
|
verificationMode: VerificationMode.optional()
|
|
10934
10934
|
}).strict(),
|
|
10935
10935
|
"Customer/walletScreening": z.object({
|
|
10936
|
-
customerId:
|
|
10937
|
-
workflowSessionId:
|
|
10936
|
+
customerId: CustomerId,
|
|
10937
|
+
workflowSessionId: WorkflowSessionId.optional(),
|
|
10938
10938
|
verificationMode: VerificationMode.optional()
|
|
10939
10939
|
}).strict(),
|
|
10940
10940
|
KycSession: z.object({
|
|
10941
|
-
customerId:
|
|
10942
|
-
workflowSessionId:
|
|
10941
|
+
customerId: CustomerId,
|
|
10942
|
+
workflowSessionId: WorkflowSessionId.optional() // if not provided, use the latest workflow session
|
|
10943
10943
|
}).strict(),
|
|
10944
10944
|
Transaction: z.object({
|
|
10945
|
-
transactionId:
|
|
10946
|
-
workflowSessionId:
|
|
10945
|
+
transactionId: TransactionId,
|
|
10946
|
+
workflowSessionId: WorkflowSessionId.optional(),
|
|
10947
10947
|
verificationMode: VerificationMode.optional()
|
|
10948
10948
|
}),
|
|
10949
10949
|
Tfhe: z.object({
|
|
10950
|
-
organizationId:
|
|
10951
|
-
workspaceId:
|
|
10952
|
-
workflowId:
|
|
10953
|
-
identityId:
|
|
10954
|
-
workflowSessionId:
|
|
10950
|
+
organizationId: OrganizationId,
|
|
10951
|
+
workspaceId: WorkspaceId,
|
|
10952
|
+
workflowId: WorkflowId,
|
|
10953
|
+
identityId: IdentityId,
|
|
10954
|
+
workflowSessionId: WorkflowSessionId
|
|
10955
10955
|
}).strict()
|
|
10956
10956
|
});
|
|
10957
10957
|
var VaultQueryMapZodSchema = z.object({
|
|
10958
10958
|
KycSession: z.object({
|
|
10959
|
-
customerId:
|
|
10959
|
+
customerId: CustomerId
|
|
10960
10960
|
})
|
|
10961
10961
|
});
|
|
10962
10962
|
var VaultMetadataLinkZodSchema = z.object({
|
|
@@ -10934,35 +10934,35 @@ var VaultSchemaIdZodSchema = zod.z["enum"](Object.keys(VaultZodSchema.shape));
|
|
|
10934
10934
|
var VaultSchemaPathsZodSchema = zod.z["enum"](generateZodObjectPaths(VaultZodSchema));
|
|
10935
10935
|
var VaultPointerKeyMapZodSchema = zod.z.object({
|
|
10936
10936
|
Customer: zod.z.object({
|
|
10937
|
-
customerId:
|
|
10938
|
-
workflowSessionId:
|
|
10937
|
+
customerId: CustomerId,
|
|
10938
|
+
workflowSessionId: WorkflowSessionId.optional(),
|
|
10939
10939
|
verificationMode: VerificationMode.optional()
|
|
10940
10940
|
}).strict(),
|
|
10941
10941
|
"Customer/walletScreening": zod.z.object({
|
|
10942
|
-
customerId:
|
|
10943
|
-
workflowSessionId:
|
|
10942
|
+
customerId: CustomerId,
|
|
10943
|
+
workflowSessionId: WorkflowSessionId.optional(),
|
|
10944
10944
|
verificationMode: VerificationMode.optional()
|
|
10945
10945
|
}).strict(),
|
|
10946
10946
|
KycSession: zod.z.object({
|
|
10947
|
-
customerId:
|
|
10948
|
-
workflowSessionId:
|
|
10947
|
+
customerId: CustomerId,
|
|
10948
|
+
workflowSessionId: WorkflowSessionId.optional() // if not provided, use the latest workflow session
|
|
10949
10949
|
}).strict(),
|
|
10950
10950
|
Transaction: zod.z.object({
|
|
10951
|
-
transactionId:
|
|
10952
|
-
workflowSessionId:
|
|
10951
|
+
transactionId: TransactionId,
|
|
10952
|
+
workflowSessionId: WorkflowSessionId.optional(),
|
|
10953
10953
|
verificationMode: VerificationMode.optional()
|
|
10954
10954
|
}),
|
|
10955
10955
|
Tfhe: zod.z.object({
|
|
10956
|
-
organizationId:
|
|
10957
|
-
workspaceId:
|
|
10958
|
-
workflowId:
|
|
10959
|
-
identityId:
|
|
10960
|
-
workflowSessionId:
|
|
10956
|
+
organizationId: OrganizationId,
|
|
10957
|
+
workspaceId: WorkspaceId,
|
|
10958
|
+
workflowId: WorkflowId,
|
|
10959
|
+
identityId: IdentityId,
|
|
10960
|
+
workflowSessionId: WorkflowSessionId
|
|
10961
10961
|
}).strict()
|
|
10962
10962
|
});
|
|
10963
10963
|
var VaultQueryMapZodSchema = zod.z.object({
|
|
10964
10964
|
KycSession: zod.z.object({
|
|
10965
|
-
customerId:
|
|
10965
|
+
customerId: CustomerId
|
|
10966
10966
|
})
|
|
10967
10967
|
});
|
|
10968
10968
|
var VaultMetadataLinkZodSchema = zod.z.object({
|
|
@@ -10934,35 +10934,35 @@ var VaultSchemaIdZodSchema = zod.z["enum"](Object.keys(VaultZodSchema.shape));
|
|
|
10934
10934
|
var VaultSchemaPathsZodSchema = zod.z["enum"](generateZodObjectPaths(VaultZodSchema));
|
|
10935
10935
|
var VaultPointerKeyMapZodSchema = zod.z.object({
|
|
10936
10936
|
Customer: zod.z.object({
|
|
10937
|
-
customerId:
|
|
10938
|
-
workflowSessionId:
|
|
10937
|
+
customerId: CustomerId,
|
|
10938
|
+
workflowSessionId: WorkflowSessionId.optional(),
|
|
10939
10939
|
verificationMode: VerificationMode.optional()
|
|
10940
10940
|
}).strict(),
|
|
10941
10941
|
"Customer/walletScreening": zod.z.object({
|
|
10942
|
-
customerId:
|
|
10943
|
-
workflowSessionId:
|
|
10942
|
+
customerId: CustomerId,
|
|
10943
|
+
workflowSessionId: WorkflowSessionId.optional(),
|
|
10944
10944
|
verificationMode: VerificationMode.optional()
|
|
10945
10945
|
}).strict(),
|
|
10946
10946
|
KycSession: zod.z.object({
|
|
10947
|
-
customerId:
|
|
10948
|
-
workflowSessionId:
|
|
10947
|
+
customerId: CustomerId,
|
|
10948
|
+
workflowSessionId: WorkflowSessionId.optional() // if not provided, use the latest workflow session
|
|
10949
10949
|
}).strict(),
|
|
10950
10950
|
Transaction: zod.z.object({
|
|
10951
|
-
transactionId:
|
|
10952
|
-
workflowSessionId:
|
|
10951
|
+
transactionId: TransactionId,
|
|
10952
|
+
workflowSessionId: WorkflowSessionId.optional(),
|
|
10953
10953
|
verificationMode: VerificationMode.optional()
|
|
10954
10954
|
}),
|
|
10955
10955
|
Tfhe: zod.z.object({
|
|
10956
|
-
organizationId:
|
|
10957
|
-
workspaceId:
|
|
10958
|
-
workflowId:
|
|
10959
|
-
identityId:
|
|
10960
|
-
workflowSessionId:
|
|
10956
|
+
organizationId: OrganizationId,
|
|
10957
|
+
workspaceId: WorkspaceId,
|
|
10958
|
+
workflowId: WorkflowId,
|
|
10959
|
+
identityId: IdentityId,
|
|
10960
|
+
workflowSessionId: WorkflowSessionId
|
|
10961
10961
|
}).strict()
|
|
10962
10962
|
});
|
|
10963
10963
|
var VaultQueryMapZodSchema = zod.z.object({
|
|
10964
10964
|
KycSession: zod.z.object({
|
|
10965
|
-
customerId:
|
|
10965
|
+
customerId: CustomerId
|
|
10966
10966
|
})
|
|
10967
10967
|
});
|
|
10968
10968
|
var VaultMetadataLinkZodSchema = zod.z.object({
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var identityApi_schema = require('../../dist/identity-api.schema-
|
|
5
|
+
var identityApi_schema = require('../../dist/identity-api.schema-8c8827a8.cjs.dev.cjs');
|
|
6
6
|
require('zod');
|
|
7
|
-
require('../../dist/vault.schema-
|
|
7
|
+
require('../../dist/vault.schema-b879e107.cjs.dev.cjs');
|
|
8
8
|
require('nanoid');
|
|
9
9
|
require('decimal.js');
|
|
10
10
|
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var identityApi_schema = require('../../dist/identity-api.schema-
|
|
5
|
+
var identityApi_schema = require('../../dist/identity-api.schema-c1a397aa.cjs.prod.cjs');
|
|
6
6
|
require('zod');
|
|
7
|
-
require('../../dist/vault.schema-
|
|
7
|
+
require('../../dist/vault.schema-ba3a058a.cjs.prod.cjs');
|
|
8
8
|
require('nanoid');
|
|
9
9
|
require('decimal.js');
|
|
10
10
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { Y as ACTION_STATUSES, W as ACTION_TRIGGERS, bj as ARRAY_OPERATORS, b1 as AUTHORIZATION_REQUEST_MESSAGE_TYPES, G as AVAILABLE_FLOWS, am as AbbreviatedWorkflowScenario, ak as Action, Z as ActionStatus, X as ActionTrigger, V as ActionType, _ as ActionValue, bx as AllCredentialValues, cb as AllScenarioExecutionAuthorizationData, c3 as AnyTxAuthDataSignatureResponse, c6 as AnyTxAuthInputJsSdk, bY as ApiTezosTxAuthInput, bU as ApiTxAuthInput, bk as ArrayOperator, b9 as AuthQrCodeData, aH as AuthSession, aI as AuthSessionData, b4 as AuthorizationRequestMessage, b3 as AuthorizationRequestMessageType, b2 as AuthorizationRequestMessageTypes, b7 as AuthorizationResponseMessage, H as AvailableFlow, bp as BOOLEAN_OPERATORS, a7 as BackwardsCompatibleScenarioType, a6 as BackwardsCompatibleScenarioTypes, a8 as BaseQueryResponse, bq as BooleanOperator, a_ as CIRCUIT_IDS, bI as ChallengeQuerySchema, aJ as ChallengeResponse, a$ as CircuitId, q as CloseScreenNotification, ap as ComplianceImplementationStepsInput, ca as CreateAuthRequestProps, ao as CreateTemplateScenario, b8 as CredentialQrCodeData, br as DATE_OPERATORS, J as DataAvailableOnStart, bs as DateOperator, c4 as Eip155TxAuthInputJsSdk, aa as ExecuteQueryResponse, c2 as ExtendedTezosTxAuthDataSignatureResponse, c0 as ExtendedTezosTxAuthInput, c1 as ExtendedTxAuthDataSignatureResponse, b$ as ExtendedTxAuthInput, aG as GenerateWalletChallengeRequest, ar as GetCredentialsRequest, as as GetCredentialsResponse, aM as GetCustomerStatusRequest, aR as GetCustomerStatusResponse, b_ as GetTezosTxAuthDataSignatureResponse, bW as GetTxAuthDataSignatureResponse, aA as GetTxAuthSigRequest, aC as GetTxAuthSigRequestTezos, aB as GetTxAuthSigResponse, aD as GetTxAuthSigResponseTezos, aU as HostMessage, aE as HostRequestMessage, Q as HostResponseMessage, bw as IDInformationTfhe, aS as IdentityAppMessage, aV as IdentityMessage, z as IdentityNotificationMessage, F as IdentityRequestMessage, aF as IdentityResponseMessage, aN as IdentitySdkMessage, aO as IdentitySdkMessageWithIdentifier, aT as IdentityWallet, A as InitialDataRequest, L as InitialDataResponse, I as IsVerifiedNotification, ay as IsVerifiedRequest, az as IsVerifiedResponse, r as KycCompletionData, s as KycCompletionNotification, aY as MediaType, aZ as MediaTypePID, bn as NUMERIC_OPERATORS, bo as NumericOperator, bJ as OLD_CHALLENGE_QUERY_OPERATORS, bK as OLD_ChallengeQueryOperator, bN as OLD_ChallengeQueryOperatorToOperator, bF as OLD_ChallengeQuerySchema, bP as OLD_QueryCredentialType, bO as OLD_QueryCredentialTypes, bf as OPERATORS, x as OcvSdkInitialized, O as OffChainScenarioExecutionData, a9 as OffChainZKPRuleResult, u as OnChainScenarioExecutionData, bg as Operator, bL as OperatorMappings, bM as OperatorToOLD_ChallengeQueryOperator, bE as PartialQueryConfigSimplified, P as PolygonIdInitialized, au as PolygonIdRequest, at as PolygonIdRequestData, aw as PolygonIdResponse, av as PolygonIdResponseData, c9 as PrivacyPreservingMonitoring, b5 as ProofData, bd as QUERY_LOGIC_OPERATOR, ba as QrCodeLinkWithSchemaType, by as QueriesOptions, bB as QueryConfigSimplified, bA as QueryConfigTfhe, bH as QueryCredentialType, bG as QueryCredentialTypes, bC as QueryGroupConfigSimplified, be as QueryLogicOperator, bz as QueryType, aW as RequiredDataRowSchema, aX as RequiredVerificationData, ab as RuleEngineResponse, t as RuleEngineScenarioExecutionData, bD as RuleResultQueryConfig, ae as RuleResultStatus, af as RuleResultStatusLabels, ad as RuleResultStatuses, U as SCENARIO_ACTION_TYPES, cc as SCENARIO_AUTHORIZATION_STATUSES, bl as STRING_OPERATORS, bt as SUPPORTED_TYPES, al as Scenario, S as ScenarioAuthorizationData, cd as ScenarioAuthorizationStatus, v as ScenarioExecutionData, w as ScenarioExecutionNotification, ac as ScenarioExecutionResponse, a2 as ScenarioMode, a1 as ScenarioModes, a5 as ScenarioSchema, a4 as ScenarioStatus, a3 as ScenarioStatuses, a0 as ScenarioType, $ as ScenarioTypes, ag as SdkVerificationOutput, p as SdkVerificationResponseSchema, E as SendTransactionRequest, D as SignatureRequest, M as SignatureResponse, aq as SimplifiedCredential, y as StartCompletedNotification, ax as StartFlowRequest, bm as StringOperator, bu as SupportedType, bv as SupportedTypes, an as TemplateScenario, bX as TezosTxAuthInput, c5 as TezosTxAuthInputJsSdk, bZ as TezosTxSignatureResponse, T as TransactionData, N as TransactionResponse, aQ as TxAuthDataSignatureGatingError, aL as TxAuthDataSignatureGatingRequest, aP as TxAuthDataSignatureResponse, bT as TxAuthInput, bV as TxSignatureResponse, aj as VerificationOutput, ai as VerificationSessionStatus, ah as VerificationSessionStatuses, cf as VerifyWalletChallengeRequest, aK as WalletSignResponse, ce as WalletSignatureResponse, bh as ZKPOperator, c7 as ZKPRequest, c8 as ZKPRequestFromZKVerifier, b0 as ZeroKnowledgeProofRequest, b6 as ZeroKnowledgeProofResponse, bR as getOldCredentialPath, bQ as getOldCredentialType, bS as oldCredentialPathToDataLink, bi as operatorDisplayMap, bb as parseIden3Message, bc as parseSessionIdFromUrl } from '../../dist/identity-api.schema-
|
|
1
|
+
export { Y as ACTION_STATUSES, W as ACTION_TRIGGERS, bj as ARRAY_OPERATORS, b1 as AUTHORIZATION_REQUEST_MESSAGE_TYPES, G as AVAILABLE_FLOWS, am as AbbreviatedWorkflowScenario, ak as Action, Z as ActionStatus, X as ActionTrigger, V as ActionType, _ as ActionValue, bx as AllCredentialValues, cb as AllScenarioExecutionAuthorizationData, c3 as AnyTxAuthDataSignatureResponse, c6 as AnyTxAuthInputJsSdk, bY as ApiTezosTxAuthInput, bU as ApiTxAuthInput, bk as ArrayOperator, b9 as AuthQrCodeData, aH as AuthSession, aI as AuthSessionData, b4 as AuthorizationRequestMessage, b3 as AuthorizationRequestMessageType, b2 as AuthorizationRequestMessageTypes, b7 as AuthorizationResponseMessage, H as AvailableFlow, bp as BOOLEAN_OPERATORS, a7 as BackwardsCompatibleScenarioType, a6 as BackwardsCompatibleScenarioTypes, a8 as BaseQueryResponse, bq as BooleanOperator, a_ as CIRCUIT_IDS, bI as ChallengeQuerySchema, aJ as ChallengeResponse, a$ as CircuitId, q as CloseScreenNotification, ap as ComplianceImplementationStepsInput, ca as CreateAuthRequestProps, ao as CreateTemplateScenario, b8 as CredentialQrCodeData, br as DATE_OPERATORS, J as DataAvailableOnStart, bs as DateOperator, c4 as Eip155TxAuthInputJsSdk, aa as ExecuteQueryResponse, c2 as ExtendedTezosTxAuthDataSignatureResponse, c0 as ExtendedTezosTxAuthInput, c1 as ExtendedTxAuthDataSignatureResponse, b$ as ExtendedTxAuthInput, aG as GenerateWalletChallengeRequest, ar as GetCredentialsRequest, as as GetCredentialsResponse, aM as GetCustomerStatusRequest, aR as GetCustomerStatusResponse, b_ as GetTezosTxAuthDataSignatureResponse, bW as GetTxAuthDataSignatureResponse, aA as GetTxAuthSigRequest, aC as GetTxAuthSigRequestTezos, aB as GetTxAuthSigResponse, aD as GetTxAuthSigResponseTezos, aU as HostMessage, aE as HostRequestMessage, Q as HostResponseMessage, bw as IDInformationTfhe, aS as IdentityAppMessage, aV as IdentityMessage, z as IdentityNotificationMessage, F as IdentityRequestMessage, aF as IdentityResponseMessage, aN as IdentitySdkMessage, aO as IdentitySdkMessageWithIdentifier, aT as IdentityWallet, A as InitialDataRequest, L as InitialDataResponse, I as IsVerifiedNotification, ay as IsVerifiedRequest, az as IsVerifiedResponse, r as KycCompletionData, s as KycCompletionNotification, aY as MediaType, aZ as MediaTypePID, bn as NUMERIC_OPERATORS, bo as NumericOperator, bJ as OLD_CHALLENGE_QUERY_OPERATORS, bK as OLD_ChallengeQueryOperator, bN as OLD_ChallengeQueryOperatorToOperator, bF as OLD_ChallengeQuerySchema, bP as OLD_QueryCredentialType, bO as OLD_QueryCredentialTypes, bf as OPERATORS, x as OcvSdkInitialized, O as OffChainScenarioExecutionData, a9 as OffChainZKPRuleResult, u as OnChainScenarioExecutionData, bg as Operator, bL as OperatorMappings, bM as OperatorToOLD_ChallengeQueryOperator, bE as PartialQueryConfigSimplified, P as PolygonIdInitialized, au as PolygonIdRequest, at as PolygonIdRequestData, aw as PolygonIdResponse, av as PolygonIdResponseData, c9 as PrivacyPreservingMonitoring, b5 as ProofData, bd as QUERY_LOGIC_OPERATOR, ba as QrCodeLinkWithSchemaType, by as QueriesOptions, bB as QueryConfigSimplified, bA as QueryConfigTfhe, bH as QueryCredentialType, bG as QueryCredentialTypes, bC as QueryGroupConfigSimplified, be as QueryLogicOperator, bz as QueryType, aW as RequiredDataRowSchema, aX as RequiredVerificationData, ab as RuleEngineResponse, t as RuleEngineScenarioExecutionData, bD as RuleResultQueryConfig, ae as RuleResultStatus, af as RuleResultStatusLabels, ad as RuleResultStatuses, U as SCENARIO_ACTION_TYPES, cc as SCENARIO_AUTHORIZATION_STATUSES, bl as STRING_OPERATORS, bt as SUPPORTED_TYPES, al as Scenario, S as ScenarioAuthorizationData, cd as ScenarioAuthorizationStatus, v as ScenarioExecutionData, w as ScenarioExecutionNotification, ac as ScenarioExecutionResponse, a2 as ScenarioMode, a1 as ScenarioModes, a5 as ScenarioSchema, a4 as ScenarioStatus, a3 as ScenarioStatuses, a0 as ScenarioType, $ as ScenarioTypes, ag as SdkVerificationOutput, p as SdkVerificationResponseSchema, E as SendTransactionRequest, D as SignatureRequest, M as SignatureResponse, aq as SimplifiedCredential, y as StartCompletedNotification, ax as StartFlowRequest, bm as StringOperator, bu as SupportedType, bv as SupportedTypes, an as TemplateScenario, bX as TezosTxAuthInput, c5 as TezosTxAuthInputJsSdk, bZ as TezosTxSignatureResponse, T as TransactionData, N as TransactionResponse, aQ as TxAuthDataSignatureGatingError, aL as TxAuthDataSignatureGatingRequest, aP as TxAuthDataSignatureResponse, bT as TxAuthInput, bV as TxSignatureResponse, aj as VerificationOutput, ai as VerificationSessionStatus, ah as VerificationSessionStatuses, cf as VerifyWalletChallengeRequest, aK as WalletSignResponse, ce as WalletSignatureResponse, bh as ZKPOperator, c7 as ZKPRequest, c8 as ZKPRequestFromZKVerifier, b0 as ZeroKnowledgeProofRequest, b6 as ZeroKnowledgeProofResponse, bR as getOldCredentialPath, bQ as getOldCredentialType, bS as oldCredentialPathToDataLink, bi as operatorDisplayMap, bb as parseIden3Message, bc as parseSessionIdFromUrl } from '../../dist/identity-api.schema-413be7b9.esm.mjs';
|
|
2
2
|
import 'zod';
|
|
3
|
-
import '../../dist/vault.schema-
|
|
3
|
+
import '../../dist/vault.schema-3e68499e.esm.mjs';
|
|
4
4
|
import 'nanoid';
|
|
5
5
|
import 'decimal.js';
|
package/package.json
CHANGED
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var vault_schema = require('../../dist/vault.schema-
|
|
6
|
-
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-
|
|
5
|
+
var vault_schema = require('../../dist/vault.schema-b879e107.cjs.dev.cjs');
|
|
6
|
+
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-130ae6f8.cjs.dev.cjs');
|
|
7
7
|
require('zod');
|
|
8
8
|
require('nanoid');
|
|
9
9
|
require('decimal.js');
|
|
10
|
-
require('../../dist/identity-api.schema-
|
|
10
|
+
require('../../dist/identity-api.schema-8c8827a8.cjs.dev.cjs');
|
|
11
11
|
|
|
12
12
|
var ALL_SCORECHAIN_BLOCKCHAIN = [{
|
|
13
13
|
id: "BITCOIN",
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var vault_schema = require('../../dist/vault.schema-
|
|
6
|
-
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-
|
|
5
|
+
var vault_schema = require('../../dist/vault.schema-ba3a058a.cjs.prod.cjs');
|
|
6
|
+
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-34f57bfd.cjs.prod.cjs');
|
|
7
7
|
require('zod');
|
|
8
8
|
require('nanoid');
|
|
9
9
|
require('decimal.js');
|
|
10
|
-
require('../../dist/identity-api.schema-
|
|
10
|
+
require('../../dist/identity-api.schema-c1a397aa.cjs.prod.cjs');
|
|
11
11
|
|
|
12
12
|
var ALL_SCORECHAIN_BLOCKCHAIN = [{
|
|
13
13
|
id: "BITCOIN",
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { ej as ANALYSIS_TYPES, ek as AnalysisType, eu as Coin, ez as EntityRiskDefaultsMap, ey as EntityRiskDefaultsValues, eG as GetActiveBlockchains, eF as GetActiveBlockchainsRequest, eH as GetActiveBlockchainsResponse, eK as GetAddressAnalysis, eI as GetAddressAnalysisRequest, eL as GetAddressAnalysisResponse, eo as NonMinimalScorechainBlockchain, el as OBJECT_TYPES, em as ObjectType, eM as RawScorechainResult, ex as RiskExplanation, ev as RiskSeverity, eC as ScorechainAnalysis, en as ScorechainBlockchain, ep as ScorechainBlockchainToNamespace, eJ as ScorechainEntity, ew as ScorechainEntityType, eB as ScorechainError, eA as ScorechainErrorResponse, eN as ScorechainRiskToRiskLevel, er as ScorechainWalletRiskLevel, eq as ScorechainWalletRiskLevels, eE as ScoringAnalysisApiRequest, eg as ScoringAnalysisRequest, eD as ScoringAnalysisResponse, eh as WorkflowsScoringAnalysisRequest, et as compareRiskLevels, es as getRiskLevelByRiskScore } from '../../dist/vault.schema-
|
|
2
|
-
export { K as AMLMetadata, bw as ApplicantMemberOfSchema, bL as BENEFICIARY_TYPES, by as BaseApplicantActionSchema, b6 as BaseProvider, bN as BeneficiaryCompanyCustomerClaims, bO as BeneficiaryCompanyCustomerClaimsArray, bM as BeneficiaryType, cW as BeneficiaryVerificationStatus, cX as BeneficiaryVerificationStatusArray, j as BigCSErrorCodes, b3 as BigConfig, B as BigCryptoChain, h as BigProperties, g as BigPropertiesLiteral, i as BigProperty, b9 as BigProvider, k as BitRankRequest, l as BitRankVerified, n as BitRankVerifiedError, m as BitRankVerifiedErrorResponse, o as BitRankVerifiedResponse, ap as COMPLY_ADVANTAGE_COUNTRY_FIELD_SOURCES, ar as COMPLY_ADVANTAGE_DATE_OF_BIRTH_FIELD_SOURCES, an as COMPLY_ADVANTAGE_NATIONALITY_FIELD_SOURCES, ag as COMPLY_ADVANTAGE_RESPONSE_MATCH_STATUS, ad as COMPLY_ADVANTAGE_RESPONSE_MATCH_TYPE, de as ChainalysisApiError, a$ as ChainalysisConfig, dc as ChainalysisErrorCodes, bc as ChainalysisProvider, da as ChainalysisRegisterApiResponse, df as ChainalysisRegisterResponse, d9 as ChainalysisRequest, dd as ChainalysisRiskAssessmentApiResponse, dg as ChainalysisRiskAssessmentResponse, db as ChainalysisRiskLevel, a4 as CoerceDateUTC, dk as CoinMarketCapApiResponse, dl as CoinMarketCapFiatId, di as CoinMarketCapQuote, dj as CoinMarketCapQuotes, dh as CoinMarketCapRequest, cV as CompanyDocumentMetaData, aH as ComplyAdvantageAmlFullListing, aG as ComplyAdvantageAmlItemSource, aq as ComplyAdvantageCountryFieldSources, as as ComplyAdvantageDateOfBirthFieldSources, aF as ComplyAdvantageKeyInformation, aC as ComplyAdvantageMedia, aR as ComplyAdvantageMonitorSearchDataResponse, aT as ComplyAdvantageMonitorSearchResponse, aS as ComplyAdvantageMonitorSearchSuccessResponse, aU as ComplyAdvantageMonitoredSearchUpdate, ao as ComplyAdvantageNationalityFieldSources, bh as ComplyAdvantageProvider, bg as ComplyAdvantageProviderConfigElement, bf as ComplyAdvantageProviderConfigFilters, be as ComplyAdvantageProviderConfigTypes, ah as ComplyAdvantageReponseMatchStatus, ae as ComplyAdvantageResponseMatchType, aE as ComplyAdvantageSearchDataResponse, aD as ComplyAdvantageSearchDataResponseHit, aI as ComplyAdvantageSearchEntitiesDataResponse, aK as ComplyAdvantageSearchEntitiesResponse, aJ as ComplyAdvantageSearchEntitiesSuccessResponse, a as ComplyAdvantageSearchErrorResponse, aL as ComplyAdvantageSearchRequest, aM as ComplyAdvantageSearchRequests, C as ComplyAdvantageSearchResponse, b as ComplyAdvantageSearchSuccessResponse, aO as ComplyAdvantageUpdateSearchEntitiesRequest, aQ as ComplyAdvantageUpdateSearchEntitiesResponse, aP as ComplyAdvantageUpdateSearchEntitiesSuccessResponse, aN as ComplyAdvantageUpdateSearchRequest, aA as ComplyAdvantageUser, bn as CreateProviderInput, bo as CreateProviderResponse, at as CreateSearchInput, cL as CredentialMetadata, cK as CustomerContactInformationOutput, d0 as CustomerDocumentMetaData, d1 as CustomerStatusResults, aZ as DataProvider, aY as DataProviderOptions, bs as DeleteProviderInput, bt as DeleteProviderResponse, y as DocumentIdMetadata, x as DocumentIdType, D as DocumentIdTypes, cb as DocumentMetadataSchema, J as EmailMetadata, E as EmailVerificationAnalysisResponse, cz as EmailVerificationResponse, F as File, cJ as GetCredentialsOutput, cZ as GetKybSessionInput, c_ as GetKybSessionResponse, cD as GetKycSessionInput, cE as GetKycSessionResponse, cM as GetKycSessionResponseWithCredentialsMetadata, bm as GetProviderResponse, bl as GetProvidersResponse, ab as HIGH_RISK_TYPES, cN as IDImageMetaData, bJ as INDIVIDUAL_BENEFICIARY_RELATIONS, aX as IdentityProvider, aW as IdentityProviderOptions, bK as IndividualBeneficiaryRelation, c as IpQualityAnalysisRequest, d as IpQualityAnalysisResponse, b2 as IpQualityConfig, e as IpQualityServiceAnalysis, I as IpQualityServiceAnalysisResponse, f as IpQualityServiceErrorResponse, bd as IpqualityscoreProvider, cR as KYB_RESULTS, cT as KYB_SESSION_STATUSES, cP as KYB_STEP_TYPES, cv as KYC_RESULTS, cx as KYC_SESSION_STATUSES, cr as KYC_STEP_TYPES, cS as KybResult, cU as KybSessionStatus, cQ as KybStep, cw as KycResult, cy as KycSessionStatus, cs as KycStep, cu as KycStepStatus, ct as KycStepStatuses, L as LivenessMetadata, ac as MEDIUM_RISK_TYPES, av as MatchStatus, au as MatchStatuses, aB as MatchTypeDetail, M as MergedProviders, d7 as MerkleAddressApiError, d6 as MerkleAddressApiResponse, d5 as MerkleAddressRequest, d8 as MerkleAddressResponse, d4 as MerkleBlockChainCodes, d3 as MerkleBlockChainName, d2 as MerkleBlockChainTypes, a_ as MerkleScienceConfig, bb as MerkleScienceProvider, N as NestedSession, b8 as NexeraIdKYBProvider, b7 as NexeraIdSSIDProvider, H as PhoneMetadata, P as PhoneVerificationAnalysisResponse, A as ProofOfAddressDocumentType, z as ProofOfAddressDocumentTypes, G as ProofOfAddressMetadata, cI as ProofOfResidenceDocumentType, cH as ProofOfResidenceMetaData, bj as ProviderData, bk as ProviderDataProject, b5 as ProviderIntegrationType, b4 as ProviderIntegrationTypeOptions, aV as ProviderWithoutConfig, Z as RESULT_PARSER_ERROR, w as ReasonCode, v as ReasonCodes, R as RequestProperty, ax as RiskLevel, aw as RiskLevels, a9 as SEARCH_FILTER_ADVERSE_MEDIA_TYPE, a7 as SEARCH_FILTER_PEP_TYPE, a5 as SEARCH_FILTER_SANCTION_TYPE, ai as SEARCH_FILTER_TYPES, X as SESSION_NOT_FOUND, a1 as STEP_NOT_FOUND, bB as SUMSUB_APPLICANT_TYPES, c4 as SUMSUB_COMPANY_BENEFICIARY_GROUP, bU as SUMSUB_DOC_TYPES, bW as SUMSUB_FLOW_LEVEL, cj as SUMSUB_KYB_SESSION_FLOW_SECTION_STATUS, c9 as SUMSUB_MEDIA_CONTENT_TYPES, bD as SUMSUB_REVIEW_ANSWERS, co as SUMSUB_REVIEW_REJECT_LABELS, cq as SUMSUB_REVIEW_REJECT_LABELS_DESCRIPTION, bF as SUMSUB_REVIEW_REJECT_TYPES, bS as SUMSUB_REVIEW_STATUSES, bz as SUMSUB_STEPS, bQ as SUMSUB_WEBHOOK_INTERNAL_STATUS, b0 as ScorechainConfig, ba as ScorechainProvider, al as SearchEntityType, ak as SearchEntityTypes, aa as SearchFilterAdverseMediaType, a8 as SearchFilterPepType, a6 as SearchFilterSanctionType, aj as SearchFilterType, am as SearchFilters, cY as SelectKybSession, cB as SelectKycSession, cA as SelectKycSessionStep, cC as SelectKycSessionWithCompletedSteps, cO as SelfieImageMetaData, r as Session, s as SessionWithoutSteps, p as Status, S as Statuses, O as Step, u as StepType, t as StepTypes, bH as SumSubAddress, bI as SumSubApplicantInfo, cd as SumSubApplicantResetSchema, cc as SumSubApplicantReviewStatusSchema, ci as SumSubApplicantSchema, bC as SumSubApplicantType, c8 as SumSubApplicantVerificationStepSchema, bP as SumSubCompanyApplicantInfo, c2 as SumSubCompanyApplicantSchema, bV as SumSubDocType, bX as SumSubFlowLevel, ce as SumSubGenerateExternalWebSdkLinkSchema, c3 as SumSubImageId, b_ as SumSubImageReviewResultSchema, c1 as SumSubIndividualApplicantSchema, ca as SumSubMediaContentType, bY as SumSubRequiredIdDoc, bE as SumSubReviewAnswer, cp as SumSubReviewRejectLabel, bG as SumSubReviewRejectType, bZ as SumSubReviewResultSchema, bT as SumSubReviewStatus, cn as SumSubSimilarApplicantsSchema, bA as SumSubStep, c7 as SumSubVerificationStepSchema, bx as SumSubWebhookSchema, c0 as SumsubApplicantType, b$ as SumsubApplicantTypes, c5 as SumsubCompanyBeneficiaryGroup, ch as SumsubKybDataSchema, cm as SumsubKybSessionFlowSection, cl as SumsubKybSessionFlowSectionItem, ck as SumsubKybSessionFlowSectionStatus, cg as SumsubKycDataSchema, c6 as SumsubStepStatus, cf as SumsubVideoCallData, bR as SumsubWebhookInternalStatus, bi as SynapsProvider, _ as SynapsSessionErrorResponse, Q as SynapsSessionEvent, V as SynapsSessionRequest, $ as SynapsSessionResponse, a2 as SynapsStepErrorResponse, T as SynapsStepEvent, a0 as SynapsStepRequest, a3 as SynapsStepResponse, br as ToggleProviderInput, Y as UNKNOWN_ERROR, c$ as UpdateKybSessionOutput, cF as UpdateKycSessionOutput, bp as UpdateProviderInput, bq as UpdateProviderResponse, az as UpdateSearchEntitiesInput, ay as UpdateSearchInput, cG as VideoKycMetaData, bu as WEBHOOK_TYPES, q as WebhookPayload, bv as WebhookType, b1 as WorkflowsScorechainConfig, W as WrappedIpQualityServiceErrorResponse, af as mappingMatchTypeToLabel, U as typeToHumanReadable } from '../../dist/CoinMarketCap.schema-
|
|
1
|
+
export { ej as ANALYSIS_TYPES, ek as AnalysisType, eu as Coin, ez as EntityRiskDefaultsMap, ey as EntityRiskDefaultsValues, eG as GetActiveBlockchains, eF as GetActiveBlockchainsRequest, eH as GetActiveBlockchainsResponse, eK as GetAddressAnalysis, eI as GetAddressAnalysisRequest, eL as GetAddressAnalysisResponse, eo as NonMinimalScorechainBlockchain, el as OBJECT_TYPES, em as ObjectType, eM as RawScorechainResult, ex as RiskExplanation, ev as RiskSeverity, eC as ScorechainAnalysis, en as ScorechainBlockchain, ep as ScorechainBlockchainToNamespace, eJ as ScorechainEntity, ew as ScorechainEntityType, eB as ScorechainError, eA as ScorechainErrorResponse, eN as ScorechainRiskToRiskLevel, er as ScorechainWalletRiskLevel, eq as ScorechainWalletRiskLevels, eE as ScoringAnalysisApiRequest, eg as ScoringAnalysisRequest, eD as ScoringAnalysisResponse, eh as WorkflowsScoringAnalysisRequest, et as compareRiskLevels, es as getRiskLevelByRiskScore } from '../../dist/vault.schema-3e68499e.esm.mjs';
|
|
2
|
+
export { K as AMLMetadata, bw as ApplicantMemberOfSchema, bL as BENEFICIARY_TYPES, by as BaseApplicantActionSchema, b6 as BaseProvider, bN as BeneficiaryCompanyCustomerClaims, bO as BeneficiaryCompanyCustomerClaimsArray, bM as BeneficiaryType, cW as BeneficiaryVerificationStatus, cX as BeneficiaryVerificationStatusArray, j as BigCSErrorCodes, b3 as BigConfig, B as BigCryptoChain, h as BigProperties, g as BigPropertiesLiteral, i as BigProperty, b9 as BigProvider, k as BitRankRequest, l as BitRankVerified, n as BitRankVerifiedError, m as BitRankVerifiedErrorResponse, o as BitRankVerifiedResponse, ap as COMPLY_ADVANTAGE_COUNTRY_FIELD_SOURCES, ar as COMPLY_ADVANTAGE_DATE_OF_BIRTH_FIELD_SOURCES, an as COMPLY_ADVANTAGE_NATIONALITY_FIELD_SOURCES, ag as COMPLY_ADVANTAGE_RESPONSE_MATCH_STATUS, ad as COMPLY_ADVANTAGE_RESPONSE_MATCH_TYPE, de as ChainalysisApiError, a$ as ChainalysisConfig, dc as ChainalysisErrorCodes, bc as ChainalysisProvider, da as ChainalysisRegisterApiResponse, df as ChainalysisRegisterResponse, d9 as ChainalysisRequest, dd as ChainalysisRiskAssessmentApiResponse, dg as ChainalysisRiskAssessmentResponse, db as ChainalysisRiskLevel, a4 as CoerceDateUTC, dk as CoinMarketCapApiResponse, dl as CoinMarketCapFiatId, di as CoinMarketCapQuote, dj as CoinMarketCapQuotes, dh as CoinMarketCapRequest, cV as CompanyDocumentMetaData, aH as ComplyAdvantageAmlFullListing, aG as ComplyAdvantageAmlItemSource, aq as ComplyAdvantageCountryFieldSources, as as ComplyAdvantageDateOfBirthFieldSources, aF as ComplyAdvantageKeyInformation, aC as ComplyAdvantageMedia, aR as ComplyAdvantageMonitorSearchDataResponse, aT as ComplyAdvantageMonitorSearchResponse, aS as ComplyAdvantageMonitorSearchSuccessResponse, aU as ComplyAdvantageMonitoredSearchUpdate, ao as ComplyAdvantageNationalityFieldSources, bh as ComplyAdvantageProvider, bg as ComplyAdvantageProviderConfigElement, bf as ComplyAdvantageProviderConfigFilters, be as ComplyAdvantageProviderConfigTypes, ah as ComplyAdvantageReponseMatchStatus, ae as ComplyAdvantageResponseMatchType, aE as ComplyAdvantageSearchDataResponse, aD as ComplyAdvantageSearchDataResponseHit, aI as ComplyAdvantageSearchEntitiesDataResponse, aK as ComplyAdvantageSearchEntitiesResponse, aJ as ComplyAdvantageSearchEntitiesSuccessResponse, a as ComplyAdvantageSearchErrorResponse, aL as ComplyAdvantageSearchRequest, aM as ComplyAdvantageSearchRequests, C as ComplyAdvantageSearchResponse, b as ComplyAdvantageSearchSuccessResponse, aO as ComplyAdvantageUpdateSearchEntitiesRequest, aQ as ComplyAdvantageUpdateSearchEntitiesResponse, aP as ComplyAdvantageUpdateSearchEntitiesSuccessResponse, aN as ComplyAdvantageUpdateSearchRequest, aA as ComplyAdvantageUser, bn as CreateProviderInput, bo as CreateProviderResponse, at as CreateSearchInput, cL as CredentialMetadata, cK as CustomerContactInformationOutput, d0 as CustomerDocumentMetaData, d1 as CustomerStatusResults, aZ as DataProvider, aY as DataProviderOptions, bs as DeleteProviderInput, bt as DeleteProviderResponse, y as DocumentIdMetadata, x as DocumentIdType, D as DocumentIdTypes, cb as DocumentMetadataSchema, J as EmailMetadata, E as EmailVerificationAnalysisResponse, cz as EmailVerificationResponse, F as File, cJ as GetCredentialsOutput, cZ as GetKybSessionInput, c_ as GetKybSessionResponse, cD as GetKycSessionInput, cE as GetKycSessionResponse, cM as GetKycSessionResponseWithCredentialsMetadata, bm as GetProviderResponse, bl as GetProvidersResponse, ab as HIGH_RISK_TYPES, cN as IDImageMetaData, bJ as INDIVIDUAL_BENEFICIARY_RELATIONS, aX as IdentityProvider, aW as IdentityProviderOptions, bK as IndividualBeneficiaryRelation, c as IpQualityAnalysisRequest, d as IpQualityAnalysisResponse, b2 as IpQualityConfig, e as IpQualityServiceAnalysis, I as IpQualityServiceAnalysisResponse, f as IpQualityServiceErrorResponse, bd as IpqualityscoreProvider, cR as KYB_RESULTS, cT as KYB_SESSION_STATUSES, cP as KYB_STEP_TYPES, cv as KYC_RESULTS, cx as KYC_SESSION_STATUSES, cr as KYC_STEP_TYPES, cS as KybResult, cU as KybSessionStatus, cQ as KybStep, cw as KycResult, cy as KycSessionStatus, cs as KycStep, cu as KycStepStatus, ct as KycStepStatuses, L as LivenessMetadata, ac as MEDIUM_RISK_TYPES, av as MatchStatus, au as MatchStatuses, aB as MatchTypeDetail, M as MergedProviders, d7 as MerkleAddressApiError, d6 as MerkleAddressApiResponse, d5 as MerkleAddressRequest, d8 as MerkleAddressResponse, d4 as MerkleBlockChainCodes, d3 as MerkleBlockChainName, d2 as MerkleBlockChainTypes, a_ as MerkleScienceConfig, bb as MerkleScienceProvider, N as NestedSession, b8 as NexeraIdKYBProvider, b7 as NexeraIdSSIDProvider, H as PhoneMetadata, P as PhoneVerificationAnalysisResponse, A as ProofOfAddressDocumentType, z as ProofOfAddressDocumentTypes, G as ProofOfAddressMetadata, cI as ProofOfResidenceDocumentType, cH as ProofOfResidenceMetaData, bj as ProviderData, bk as ProviderDataProject, b5 as ProviderIntegrationType, b4 as ProviderIntegrationTypeOptions, aV as ProviderWithoutConfig, Z as RESULT_PARSER_ERROR, w as ReasonCode, v as ReasonCodes, R as RequestProperty, ax as RiskLevel, aw as RiskLevels, a9 as SEARCH_FILTER_ADVERSE_MEDIA_TYPE, a7 as SEARCH_FILTER_PEP_TYPE, a5 as SEARCH_FILTER_SANCTION_TYPE, ai as SEARCH_FILTER_TYPES, X as SESSION_NOT_FOUND, a1 as STEP_NOT_FOUND, bB as SUMSUB_APPLICANT_TYPES, c4 as SUMSUB_COMPANY_BENEFICIARY_GROUP, bU as SUMSUB_DOC_TYPES, bW as SUMSUB_FLOW_LEVEL, cj as SUMSUB_KYB_SESSION_FLOW_SECTION_STATUS, c9 as SUMSUB_MEDIA_CONTENT_TYPES, bD as SUMSUB_REVIEW_ANSWERS, co as SUMSUB_REVIEW_REJECT_LABELS, cq as SUMSUB_REVIEW_REJECT_LABELS_DESCRIPTION, bF as SUMSUB_REVIEW_REJECT_TYPES, bS as SUMSUB_REVIEW_STATUSES, bz as SUMSUB_STEPS, bQ as SUMSUB_WEBHOOK_INTERNAL_STATUS, b0 as ScorechainConfig, ba as ScorechainProvider, al as SearchEntityType, ak as SearchEntityTypes, aa as SearchFilterAdverseMediaType, a8 as SearchFilterPepType, a6 as SearchFilterSanctionType, aj as SearchFilterType, am as SearchFilters, cY as SelectKybSession, cB as SelectKycSession, cA as SelectKycSessionStep, cC as SelectKycSessionWithCompletedSteps, cO as SelfieImageMetaData, r as Session, s as SessionWithoutSteps, p as Status, S as Statuses, O as Step, u as StepType, t as StepTypes, bH as SumSubAddress, bI as SumSubApplicantInfo, cd as SumSubApplicantResetSchema, cc as SumSubApplicantReviewStatusSchema, ci as SumSubApplicantSchema, bC as SumSubApplicantType, c8 as SumSubApplicantVerificationStepSchema, bP as SumSubCompanyApplicantInfo, c2 as SumSubCompanyApplicantSchema, bV as SumSubDocType, bX as SumSubFlowLevel, ce as SumSubGenerateExternalWebSdkLinkSchema, c3 as SumSubImageId, b_ as SumSubImageReviewResultSchema, c1 as SumSubIndividualApplicantSchema, ca as SumSubMediaContentType, bY as SumSubRequiredIdDoc, bE as SumSubReviewAnswer, cp as SumSubReviewRejectLabel, bG as SumSubReviewRejectType, bZ as SumSubReviewResultSchema, bT as SumSubReviewStatus, cn as SumSubSimilarApplicantsSchema, bA as SumSubStep, c7 as SumSubVerificationStepSchema, bx as SumSubWebhookSchema, c0 as SumsubApplicantType, b$ as SumsubApplicantTypes, c5 as SumsubCompanyBeneficiaryGroup, ch as SumsubKybDataSchema, cm as SumsubKybSessionFlowSection, cl as SumsubKybSessionFlowSectionItem, ck as SumsubKybSessionFlowSectionStatus, cg as SumsubKycDataSchema, c6 as SumsubStepStatus, cf as SumsubVideoCallData, bR as SumsubWebhookInternalStatus, bi as SynapsProvider, _ as SynapsSessionErrorResponse, Q as SynapsSessionEvent, V as SynapsSessionRequest, $ as SynapsSessionResponse, a2 as SynapsStepErrorResponse, T as SynapsStepEvent, a0 as SynapsStepRequest, a3 as SynapsStepResponse, br as ToggleProviderInput, Y as UNKNOWN_ERROR, c$ as UpdateKybSessionOutput, cF as UpdateKycSessionOutput, bp as UpdateProviderInput, bq as UpdateProviderResponse, az as UpdateSearchEntitiesInput, ay as UpdateSearchInput, cG as VideoKycMetaData, bu as WEBHOOK_TYPES, q as WebhookPayload, bv as WebhookType, b1 as WorkflowsScorechainConfig, W as WrappedIpQualityServiceErrorResponse, af as mappingMatchTypeToLabel, U as typeToHumanReadable } from '../../dist/CoinMarketCap.schema-0ab0f865.esm.mjs';
|
|
3
3
|
import 'zod';
|
|
4
4
|
import 'nanoid';
|
|
5
5
|
import 'decimal.js';
|
|
6
|
-
import '../../dist/identity-api.schema-
|
|
6
|
+
import '../../dist/identity-api.schema-413be7b9.esm.mjs';
|
|
7
7
|
|
|
8
8
|
var ALL_SCORECHAIN_BLOCKCHAIN = [{
|
|
9
9
|
id: "BITCOIN",
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var vault_schema = require('../../dist/vault.schema-
|
|
5
|
+
var vault_schema = require('../../dist/vault.schema-b879e107.cjs.dev.cjs');
|
|
6
6
|
require('zod');
|
|
7
7
|
require('nanoid');
|
|
8
8
|
require('decimal.js');
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var vault_schema = require('../../dist/vault.schema-
|
|
5
|
+
var vault_schema = require('../../dist/vault.schema-ba3a058a.cjs.prod.cjs');
|
|
6
6
|
require('zod');
|
|
7
7
|
require('nanoid');
|
|
8
8
|
require('decimal.js');
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { dQ as AmlResults, dV as DataLinkTypeZodSchema, dT as DataLinkVersionZodSchema, dR as DetectedDuplicates, e8 as GenericVaultDataLinkZodSchema, e7 as GenericVaultEmbeddedLinkZodSchema, e5 as GenericVaultPointerLinkZodSchema, e6 as GenericVaultSearchLinkZodSchema, dW as Separator, d_ as VaultJsonSchemas, e4 as VaultMetadataLinkZodSchema, e2 as VaultPointerKeyMapZodSchema, e3 as VaultQueryMapZodSchema, e0 as VaultSchemaIdZodSchema, e1 as VaultSchemaPathsZodSchema, d$ as VaultZodSchema, dU as allDataLinkTypes, dS as allDataLinkVersions, dX as generateZodObjectPaths, dY as resolvePathOnDataSchema, dZ as resolvePathOnMapSchema } from '../../dist/vault.schema-
|
|
1
|
+
export { dQ as AmlResults, dV as DataLinkTypeZodSchema, dT as DataLinkVersionZodSchema, dR as DetectedDuplicates, e8 as GenericVaultDataLinkZodSchema, e7 as GenericVaultEmbeddedLinkZodSchema, e5 as GenericVaultPointerLinkZodSchema, e6 as GenericVaultSearchLinkZodSchema, dW as Separator, d_ as VaultJsonSchemas, e4 as VaultMetadataLinkZodSchema, e2 as VaultPointerKeyMapZodSchema, e3 as VaultQueryMapZodSchema, e0 as VaultSchemaIdZodSchema, e1 as VaultSchemaPathsZodSchema, d$ as VaultZodSchema, dU as allDataLinkTypes, dS as allDataLinkVersions, dX as generateZodObjectPaths, dY as resolvePathOnDataSchema, dZ as resolvePathOnMapSchema } from '../../dist/vault.schema-3e68499e.esm.mjs';
|
|
2
2
|
import 'zod';
|
|
3
3
|
import 'nanoid';
|
|
4
4
|
import 'decimal.js';
|
package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.cjs
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var vault_schema = require('../../dist/vault.schema-
|
|
6
|
-
var identityApi_schema = require('../../dist/identity-api.schema-
|
|
7
|
-
var tfheUtilities = require('../../dist/tfhe-utilities-
|
|
5
|
+
var vault_schema = require('../../dist/vault.schema-b879e107.cjs.dev.cjs');
|
|
6
|
+
var identityApi_schema = require('../../dist/identity-api.schema-8c8827a8.cjs.dev.cjs');
|
|
7
|
+
var tfheUtilities = require('../../dist/tfhe-utilities-d84f1a0e.cjs.dev.cjs');
|
|
8
8
|
require('zod');
|
|
9
9
|
require('nanoid');
|
|
10
10
|
require('decimal.js');
|
package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.cjs
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var vault_schema = require('../../dist/vault.schema-
|
|
6
|
-
var identityApi_schema = require('../../dist/identity-api.schema-
|
|
7
|
-
var tfheUtilities = require('../../dist/tfhe-utilities-
|
|
5
|
+
var vault_schema = require('../../dist/vault.schema-ba3a058a.cjs.prod.cjs');
|
|
6
|
+
var identityApi_schema = require('../../dist/identity-api.schema-c1a397aa.cjs.prod.cjs');
|
|
7
|
+
var tfheUtilities = require('../../dist/tfhe-utilities-87c99c35.cjs.prod.cjs');
|
|
8
8
|
require('zod');
|
|
9
9
|
require('nanoid');
|
|
10
10
|
require('decimal.js');
|
package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { b0 as Alpha2Country, d4 as GenericVerifiableCredentialSchema, da as ID3CredentialSchema, cS as ID3CredentialSubjectSchema, d7 as IDImageCredentialSchema, d1 as IDImageCredentialSubjectSchema, d6 as IDInformationCredentialSchema, d0 as IDInformationCredentialSubjectSchema, d5 as IDInformationTfheCredentialSchema, c$ as IDInformationTfheCredentialSubjectSchema, db as IDScanCredentialSchema, cT as IDScanCredentialSubjectSchema, dc as IDScanPassportCredentialSchema, cU as IDScanPassportCredentialSubjectSchema, dd as IDScanSelfieCredentialSchema, cV as IDScanSelfieCredentialSubjectSchema, a_ as ISO3CountryCode, di as OLD_AMLScreeningsResultsCredentialSchema, c_ as OLD_AMLScreeningsResultsCredentialSubjectSchema, de as OLD_IDImageCredentialSchema, cW as OLD_IDImageCredentialSubjectSchema, df as OLD_IDInformationCredentialSchema, cX as OLD_IDInformationCredentialSubjectSchema, dg as OLD_ProofOfResidenceCredentialSchema, cY as OLD_ProofOfResidenceCredentialSubjectSchema, dh as OLD_SelfieImageCredentialSchema, cZ as OLD_SelfieImageCredentialSubjectSchema, d9 as ProofOfResidenceCredentialSchema, d3 as ProofOfResidenceCredentialSubjectSchema, d8 as SelfieImageCredentialSchema, d2 as SelfieImageCredentialSubjectSchema, b1 as countryISO3toISO2Mapping, b4 as isoCountriesNameFromISO2 } from '../../dist/vault.schema-
|
|
2
|
-
export { cm as CredentialMediaType, ch as CredentialNames, cg as CredentialSchemas, ck as CredentialType, C as CredentialTypes, ci as NexeraCredentialType, cl as VerifiableCredential, cj as getCredentialName } from '../../dist/identity-api.schema-
|
|
3
|
-
export { I as IDInformationTfheCredentialSubjectCONFIG, V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation, b as getFieldConfig } from '../../dist/tfhe-utilities-
|
|
1
|
+
export { b0 as Alpha2Country, d4 as GenericVerifiableCredentialSchema, da as ID3CredentialSchema, cS as ID3CredentialSubjectSchema, d7 as IDImageCredentialSchema, d1 as IDImageCredentialSubjectSchema, d6 as IDInformationCredentialSchema, d0 as IDInformationCredentialSubjectSchema, d5 as IDInformationTfheCredentialSchema, c$ as IDInformationTfheCredentialSubjectSchema, db as IDScanCredentialSchema, cT as IDScanCredentialSubjectSchema, dc as IDScanPassportCredentialSchema, cU as IDScanPassportCredentialSubjectSchema, dd as IDScanSelfieCredentialSchema, cV as IDScanSelfieCredentialSubjectSchema, a_ as ISO3CountryCode, di as OLD_AMLScreeningsResultsCredentialSchema, c_ as OLD_AMLScreeningsResultsCredentialSubjectSchema, de as OLD_IDImageCredentialSchema, cW as OLD_IDImageCredentialSubjectSchema, df as OLD_IDInformationCredentialSchema, cX as OLD_IDInformationCredentialSubjectSchema, dg as OLD_ProofOfResidenceCredentialSchema, cY as OLD_ProofOfResidenceCredentialSubjectSchema, dh as OLD_SelfieImageCredentialSchema, cZ as OLD_SelfieImageCredentialSubjectSchema, d9 as ProofOfResidenceCredentialSchema, d3 as ProofOfResidenceCredentialSubjectSchema, d8 as SelfieImageCredentialSchema, d2 as SelfieImageCredentialSubjectSchema, b1 as countryISO3toISO2Mapping, b4 as isoCountriesNameFromISO2 } from '../../dist/vault.schema-3e68499e.esm.mjs';
|
|
2
|
+
export { cm as CredentialMediaType, ch as CredentialNames, cg as CredentialSchemas, ck as CredentialType, C as CredentialTypes, ci as NexeraCredentialType, cl as VerifiableCredential, cj as getCredentialName } from '../../dist/identity-api.schema-413be7b9.esm.mjs';
|
|
3
|
+
export { I as IDInformationTfheCredentialSubjectCONFIG, V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation, b as getFieldConfig } from '../../dist/tfhe-utilities-308ce036.esm.mjs';
|
|
4
4
|
import 'zod';
|
|
5
5
|
import 'nanoid';
|
|
6
6
|
import 'decimal.js';
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var identityApi_schema = require('../../dist/identity-api.schema-
|
|
5
|
+
var identityApi_schema = require('../../dist/identity-api.schema-8c8827a8.cjs.dev.cjs');
|
|
6
6
|
var zod = require('zod');
|
|
7
|
-
var vault_schema = require('../../dist/vault.schema-
|
|
8
|
-
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-
|
|
7
|
+
var vault_schema = require('../../dist/vault.schema-b879e107.cjs.dev.cjs');
|
|
8
|
+
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-130ae6f8.cjs.dev.cjs');
|
|
9
9
|
var zodToJsonSchema = require('zod-to-json-schema');
|
|
10
10
|
require('nanoid');
|
|
11
11
|
require('decimal.js');
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var identityApi_schema = require('../../dist/identity-api.schema-
|
|
5
|
+
var identityApi_schema = require('../../dist/identity-api.schema-c1a397aa.cjs.prod.cjs');
|
|
6
6
|
var zod = require('zod');
|
|
7
|
-
var vault_schema = require('../../dist/vault.schema-
|
|
8
|
-
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-
|
|
7
|
+
var vault_schema = require('../../dist/vault.schema-ba3a058a.cjs.prod.cjs');
|
|
8
|
+
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-34f57bfd.cjs.prod.cjs');
|
|
9
9
|
var zodToJsonSchema = require('zod-to-json-schema');
|
|
10
10
|
require('nanoid');
|
|
11
11
|
require('decimal.js');
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { cn as AlertSeverity, co as AlertCategory, cp as AlertType, cq as AlertStatus, a as RiskScoreType, c as CustomerType, h as CustomerOnboardingLevel, j as CustomerStatus, ae as RuleResultStatus } from '../../dist/identity-api.schema-
|
|
2
|
-
export { cv as ALERT_CHART_TYPES, cx as ALERT_TABLE_COLUMNS, cu as AlertCategories, co as AlertCategory, cw as AlertChartType, ct as AlertSeverities, cn as AlertSeverity, cq as AlertStatus, cr as AlertStatuses, cy as AlertTableColumn, cp as AlertType, cs as AlertTypes, cA as DuplicateData, cz as UserInfoForDuplicate } from '../../dist/identity-api.schema-
|
|
1
|
+
import { cn as AlertSeverity, co as AlertCategory, cp as AlertType, cq as AlertStatus, a as RiskScoreType, c as CustomerType, h as CustomerOnboardingLevel, j as CustomerStatus, ae as RuleResultStatus } from '../../dist/identity-api.schema-413be7b9.esm.mjs';
|
|
2
|
+
export { cv as ALERT_CHART_TYPES, cx as ALERT_TABLE_COLUMNS, cu as AlertCategories, co as AlertCategory, cw as AlertChartType, ct as AlertSeverities, cn as AlertSeverity, cq as AlertStatus, cr as AlertStatuses, cy as AlertTableColumn, cp as AlertType, cs as AlertTypes, cA as DuplicateData, cz as UserInfoForDuplicate } from '../../dist/identity-api.schema-413be7b9.esm.mjs';
|
|
3
3
|
import { z } from 'zod';
|
|
4
|
-
import { aS as UuidString, cM as ExternalCustomerId, a_ as ISO3CountryCode, ar as BlockchainAddress, d4 as GenericVerifiableCredentialSchema, ea as WalletScreeningData, dn as TransactionTypes, du as TransactionReviewStatuses, ef as _toArray, ee as _toConsumableArray, aR as EnvironmentSchema } from '../../dist/vault.schema-
|
|
5
|
-
import { M as MergedProviders, I as IpQualityServiceAnalysisResponse, C as ComplyAdvantageSearchResponse, a as ComplyAdvantageSearchErrorResponse, b as ComplyAdvantageSearchSuccessResponse } from '../../dist/CoinMarketCap.schema-
|
|
4
|
+
import { aS as UuidString, cM as ExternalCustomerId, a_ as ISO3CountryCode, ar as BlockchainAddress, d4 as GenericVerifiableCredentialSchema, ea as WalletScreeningData, dn as TransactionTypes, du as TransactionReviewStatuses, ef as _toArray, ee as _toConsumableArray, aR as EnvironmentSchema } from '../../dist/vault.schema-3e68499e.esm.mjs';
|
|
5
|
+
import { M as MergedProviders, I as IpQualityServiceAnalysisResponse, C as ComplyAdvantageSearchResponse, a as ComplyAdvantageSearchErrorResponse, b as ComplyAdvantageSearchSuccessResponse } from '../../dist/CoinMarketCap.schema-0ab0f865.esm.mjs';
|
|
6
6
|
import { zodToJsonSchema } from 'zod-to-json-schema';
|
|
7
7
|
import 'nanoid';
|
|
8
8
|
import 'decimal.js';
|