@nexeraid/identity-schemas 2.72.0 → 2.73.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-8a4e841b.cjs.prod.cjs → CoinMarketCap.schema-39dc07bf.cjs.prod.cjs} +2 -2
- package/dist/{CoinMarketCap.schema-7fddd846.cjs.dev.cjs → CoinMarketCap.schema-49ada60a.cjs.dev.cjs} +2 -2
- package/dist/{CoinMarketCap.schema-be687f87.esm.mjs → CoinMarketCap.schema-89f84f7d.esm.mjs} +2 -2
- package/dist/declarations/src/identity/app-requests.schema.d.ts +37 -37
- package/dist/declarations/src/identity/identity-v2.schema.d.ts +9 -9
- package/dist/declarations/src/identity/kyc.schema.d.ts +27 -27
- package/dist/declarations/src/identity/query.schema.d.ts +33 -44
- package/dist/declarations/src/identity/query.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/scenario.schema.d.ts +30 -30
- package/dist/declarations/src/identity/zkps.schema.d.ts +17 -17
- package/dist/declarations/src/vault/index.d.ts +1 -0
- package/dist/declarations/src/vault/index.d.ts.map +1 -1
- package/dist/declarations/src/vault/schemas/Customer.zod.d.ts +241 -0
- package/dist/declarations/src/vault/schemas/Customer.zod.d.ts.map +1 -0
- package/dist/declarations/src/vault/schemas/generated/Customer.schema.json.d.ts +16 -9
- package/dist/declarations/src/vault/schemas/generated/Customer.type.d.ts +2 -9
- package/dist/declarations/src/vault/schemas/generated/Customer.type.d.ts.map +1 -1
- package/dist/declarations/src/vault/vault.schema.d.ts +14 -63
- package/dist/declarations/src/vault/vault.schema.d.ts.map +1 -1
- package/dist/{identity-api.schema-bf80ff6a.cjs.prod.cjs → identity-api.schema-63927f8c.cjs.prod.cjs} +10 -8
- package/dist/{identity-api.schema-f7ff4d23.cjs.dev.cjs → identity-api.schema-71c584a3.cjs.dev.cjs} +10 -8
- package/dist/{identity-api.schema-91d02295.esm.mjs → identity-api.schema-fc405e43.esm.mjs} +10 -8
- package/dist/nexeraid-identity-schemas.cjs.dev.cjs +5 -3
- package/dist/nexeraid-identity-schemas.cjs.prod.cjs +5 -3
- package/dist/nexeraid-identity-schemas.esm.mjs +4 -4
- package/dist/package.json +1 -1
- package/dist/{tfhe-utilities-949889ba.cjs.dev.cjs → tfhe-utilities-74ffc1e1.cjs.dev.cjs} +2 -2
- package/dist/{tfhe-utilities-4eb5dde5.cjs.prod.cjs → tfhe-utilities-d53f6f9d.cjs.prod.cjs} +2 -2
- package/dist/{tfhe-utilities-5443554b.esm.mjs → tfhe-utilities-fc217910.esm.mjs} +2 -2
- package/dist/{vault.schema-715ccfa0.cjs.dev.cjs → vault.schema-05e0f7ea.cjs.prod.cjs} +103 -108
- package/dist/{vault.schema-fbc2d7e0.cjs.prod.cjs → vault.schema-8973f606.cjs.dev.cjs} +103 -108
- package/dist/{vault.schema-dcb18640.esm.mjs → vault.schema-99812078.esm.mjs} +102 -109
- 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 +2 -2
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.cjs +3 -3
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.cjs +3 -3
- package/providers/dist/nexeraid-identity-schemas-providers.esm.mjs +3 -3
- package/vault/dist/nexeraid-identity-schemas-vault.cjs.dev.cjs +3 -1
- package/vault/dist/nexeraid-identity-schemas-vault.cjs.prod.cjs +3 -1
- package/vault/dist/nexeraid-identity-schemas-vault.esm.mjs +1 -1
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.cjs +3 -3
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.cjs +3 -3
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.mjs +3 -3
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.cjs +3 -3
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +3 -3
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +3 -3
|
@@ -2706,80 +2706,6 @@ var generateId = function generateId(type) {
|
|
|
2706
2706
|
};
|
|
2707
2707
|
var MemberId = z.string();
|
|
2708
2708
|
|
|
2709
|
-
var FLOW_TYPES = ["web2", "web3"];
|
|
2710
|
-
var FlowType = z["enum"](FLOW_TYPES).describe("The flow type of the user");
|
|
2711
|
-
var VerificationModes = ["full_verification", "sandbox"];
|
|
2712
|
-
var VerificationMode = z["enum"](VerificationModes).describe("The verification mode of the project");
|
|
2713
|
-
var IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS = ["allowedCountryIdentityDocuments", "excludedCountryIdentityDocuments"];
|
|
2714
|
-
var IdentityDocumentCountryListOption = z["enum"](IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS);
|
|
2715
|
-
var IDENTITY_DOCUMENT_OPTIONS = ["PASSPORT", "ID_CARD", "DRIVING_LICENSE"];
|
|
2716
|
-
var IdentityDocumentOptionsType = z["enum"](IDENTITY_DOCUMENT_OPTIONS);
|
|
2717
|
-
var PERSONAL_INFORMATION_FIELDS = ["EMAIL", "PHONE", "TWITTER", "DISCORD", "TELEGRAM"];
|
|
2718
|
-
var PersonalInformationFieldsIdentityDocuments = z["enum"](PERSONAL_INFORMATION_FIELDS);
|
|
2719
|
-
var Identifier = z.union([z.literal("verification"), z.literal("management")]);
|
|
2720
|
-
|
|
2721
|
-
/**
|
|
2722
|
-
* Represents the additional data that can be attached to a customer
|
|
2723
|
-
*/
|
|
2724
|
-
|
|
2725
|
-
var AdditionalCustomerInformationParams = z.object({
|
|
2726
|
-
email: z.string().email().optional(),
|
|
2727
|
-
phone: z.string().min(4).optional(),
|
|
2728
|
-
wallet: z.object({
|
|
2729
|
-
address: BlockchainAddress,
|
|
2730
|
-
namespace: BlockchainNamespace
|
|
2731
|
-
}).optional()
|
|
2732
|
-
});
|
|
2733
|
-
var OrganizationId = z.string();
|
|
2734
|
-
var WorkspaceId = z.string();
|
|
2735
|
-
var WorkflowId = UuidString;
|
|
2736
|
-
var CustomerId = UuidString;
|
|
2737
|
-
|
|
2738
|
-
// represents an id of a consumer in the external system of our client
|
|
2739
|
-
// as it's an external id, it can be any string
|
|
2740
|
-
var ExternalCustomerId = z.string();
|
|
2741
|
-
var IdentityAppV2BaseJWT = z.object({
|
|
2742
|
-
sub: IdentityId,
|
|
2743
|
-
// @todo: this is named "flow type" here, but it's named "protocol" in the dashboard selection
|
|
2744
|
-
flowType: z.union([z.literal(FlowType.Values.web3), z.literal(FlowType.Values.web2)]),
|
|
2745
|
-
exp: z.number(),
|
|
2746
|
-
customerId: UuidString,
|
|
2747
|
-
verificationMode: VerificationMode,
|
|
2748
|
-
organizationId: OrganizationId,
|
|
2749
|
-
workspaceId: WorkspaceId,
|
|
2750
|
-
workflowId: WorkflowId,
|
|
2751
|
-
ipAddress: z.string().optional(),
|
|
2752
|
-
timestamp: z.number(),
|
|
2753
|
-
iat: z.number(),
|
|
2754
|
-
hosts: z.array(z.string())
|
|
2755
|
-
});
|
|
2756
|
-
var IdentityAppV2Web3JWT = IdentityAppV2BaseJWT.extend({
|
|
2757
|
-
flowType: z.literal(FlowType.Values.web3),
|
|
2758
|
-
blockchainAddress: BlockchainAddress,
|
|
2759
|
-
blockchainNamespace: BlockchainNamespace
|
|
2760
|
-
});
|
|
2761
|
-
var IdentityAppV2Web2JWT = IdentityAppV2BaseJWT.extend({
|
|
2762
|
-
flowType: z.literal(FlowType.Values.web2),
|
|
2763
|
-
/**
|
|
2764
|
-
* @deprecated Fetch the additional user information from the services instead of relying on this field
|
|
2765
|
-
* We only have this field in web2 mode because most of the services are relying on the blockchain address to be present in the JWT
|
|
2766
|
-
*/
|
|
2767
|
-
deprecated_additionalUserInformation: AdditionalCustomerInformationParams.optional()
|
|
2768
|
-
});
|
|
2769
|
-
var IdentityWidgetAccessToken_NEW = z.union([IdentityAppV2Web3JWT, IdentityAppV2Web2JWT]);
|
|
2770
|
-
var IdentityWidgetSessionToken = IdentityWidgetAccessToken_NEW;
|
|
2771
|
-
|
|
2772
|
-
/**
|
|
2773
|
-
* The parameters required to create a new configuration in web2 mode.
|
|
2774
|
-
*/
|
|
2775
|
-
|
|
2776
|
-
var Web2CreateSessionParams = z.object({
|
|
2777
|
-
workflowId: WorkflowId,
|
|
2778
|
-
// required in web2 because we don't have the wallet address
|
|
2779
|
-
externalCustomerId: ExternalCustomerId,
|
|
2780
|
-
additionalInformation: AdditionalCustomerInformationParams.optional()
|
|
2781
|
-
});
|
|
2782
|
-
|
|
2783
2709
|
z.literal("v1");
|
|
2784
2710
|
|
|
2785
2711
|
// this lib is too generic to follow the linting rules, a lot of types end up resolved to any
|
|
@@ -3033,6 +2959,80 @@ var DataLinkVersionZodSchema = z["enum"](allDataLinkVersions);
|
|
|
3033
2959
|
var allDataLinkTypes = ["pointer", "search", "embedded"];
|
|
3034
2960
|
var DataLinkTypeZodSchema = z["enum"](allDataLinkTypes);
|
|
3035
2961
|
|
|
2962
|
+
var FLOW_TYPES = ["web2", "web3"];
|
|
2963
|
+
var FlowType = z["enum"](FLOW_TYPES).describe("The flow type of the user");
|
|
2964
|
+
var VerificationModes = ["full_verification", "sandbox"];
|
|
2965
|
+
var VerificationMode = z["enum"](VerificationModes).describe("The verification mode of the project");
|
|
2966
|
+
var IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS = ["allowedCountryIdentityDocuments", "excludedCountryIdentityDocuments"];
|
|
2967
|
+
var IdentityDocumentCountryListOption = z["enum"](IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS);
|
|
2968
|
+
var IDENTITY_DOCUMENT_OPTIONS = ["PASSPORT", "ID_CARD", "DRIVING_LICENSE"];
|
|
2969
|
+
var IdentityDocumentOptionsType = z["enum"](IDENTITY_DOCUMENT_OPTIONS);
|
|
2970
|
+
var PERSONAL_INFORMATION_FIELDS = ["EMAIL", "PHONE", "TWITTER", "DISCORD", "TELEGRAM"];
|
|
2971
|
+
var PersonalInformationFieldsIdentityDocuments = z["enum"](PERSONAL_INFORMATION_FIELDS);
|
|
2972
|
+
var Identifier = z.union([z.literal("verification"), z.literal("management")]);
|
|
2973
|
+
|
|
2974
|
+
/**
|
|
2975
|
+
* Represents the additional data that can be attached to a customer
|
|
2976
|
+
*/
|
|
2977
|
+
|
|
2978
|
+
var AdditionalCustomerInformationParams = z.object({
|
|
2979
|
+
email: z.string().email().optional(),
|
|
2980
|
+
phone: z.string().min(4).optional(),
|
|
2981
|
+
wallet: z.object({
|
|
2982
|
+
address: BlockchainAddress,
|
|
2983
|
+
namespace: BlockchainNamespace
|
|
2984
|
+
}).optional()
|
|
2985
|
+
});
|
|
2986
|
+
var OrganizationId = z.string();
|
|
2987
|
+
var WorkspaceId = z.string();
|
|
2988
|
+
var WorkflowId = UuidString;
|
|
2989
|
+
var CustomerId = UuidString;
|
|
2990
|
+
|
|
2991
|
+
// represents an id of a consumer in the external system of our client
|
|
2992
|
+
// as it's an external id, it can be any string
|
|
2993
|
+
var ExternalCustomerId = z.string();
|
|
2994
|
+
var IdentityAppV2BaseJWT = z.object({
|
|
2995
|
+
sub: IdentityId,
|
|
2996
|
+
// @todo: this is named "flow type" here, but it's named "protocol" in the dashboard selection
|
|
2997
|
+
flowType: z.union([z.literal(FlowType.Values.web3), z.literal(FlowType.Values.web2)]),
|
|
2998
|
+
exp: z.number(),
|
|
2999
|
+
customerId: UuidString,
|
|
3000
|
+
verificationMode: VerificationMode,
|
|
3001
|
+
organizationId: OrganizationId,
|
|
3002
|
+
workspaceId: WorkspaceId,
|
|
3003
|
+
workflowId: WorkflowId,
|
|
3004
|
+
ipAddress: z.string().optional(),
|
|
3005
|
+
timestamp: z.number(),
|
|
3006
|
+
iat: z.number(),
|
|
3007
|
+
hosts: z.array(z.string())
|
|
3008
|
+
});
|
|
3009
|
+
var IdentityAppV2Web3JWT = IdentityAppV2BaseJWT.extend({
|
|
3010
|
+
flowType: z.literal(FlowType.Values.web3),
|
|
3011
|
+
blockchainAddress: BlockchainAddress,
|
|
3012
|
+
blockchainNamespace: BlockchainNamespace
|
|
3013
|
+
});
|
|
3014
|
+
var IdentityAppV2Web2JWT = IdentityAppV2BaseJWT.extend({
|
|
3015
|
+
flowType: z.literal(FlowType.Values.web2),
|
|
3016
|
+
/**
|
|
3017
|
+
* @deprecated Fetch the additional user information from the services instead of relying on this field
|
|
3018
|
+
* We only have this field in web2 mode because most of the services are relying on the blockchain address to be present in the JWT
|
|
3019
|
+
*/
|
|
3020
|
+
deprecated_additionalUserInformation: AdditionalCustomerInformationParams.optional()
|
|
3021
|
+
});
|
|
3022
|
+
var IdentityWidgetAccessToken_NEW = z.union([IdentityAppV2Web3JWT, IdentityAppV2Web2JWT]);
|
|
3023
|
+
var IdentityWidgetSessionToken = IdentityWidgetAccessToken_NEW;
|
|
3024
|
+
|
|
3025
|
+
/**
|
|
3026
|
+
* The parameters required to create a new configuration in web2 mode.
|
|
3027
|
+
*/
|
|
3028
|
+
|
|
3029
|
+
var Web2CreateSessionParams = z.object({
|
|
3030
|
+
workflowId: WorkflowId,
|
|
3031
|
+
// required in web2 because we don't have the wallet address
|
|
3032
|
+
externalCustomerId: ExternalCustomerId,
|
|
3033
|
+
additionalInformation: AdditionalCustomerInformationParams.optional()
|
|
3034
|
+
});
|
|
3035
|
+
|
|
3036
3036
|
var SCORECHAIN_BLOCKCHAIN_TYPES = ["BITCOIN", "ETHEREUM", "BITCOINCASH", "LITECOIN", "DASH", "RIPPLE", "TEZOS", "TRON", "BSC", "STELLAR", "CARDANO", "ZCASH", "MONERO", "SOLANA", "POLKADOT", "ICON", "DOGECOIN", "FILECOIN", "ARBITRUMONE", "COSMOS", "ALGORAND", "CELO", "POLYGON", "EOS", "ETHEREUMCLASSIC", "FLOW", "FANTOM", "MOONBEAM", "GROESTLCOIN", "INTERNETCOMPUTERPROTOCOL", "INJECTIVEPROTOCOL", "KUSAMA", "LISK", "TERRACLASSIC", "MOONRIVER", "NEARPROTOCOL", "BITCOINGOLD", "THORCHAIN", "SIACOIN", "ECREDITS", "BITCOINSV", "RADIX", "STACKS", "THETANETWORK", "VECHAIN", "VITE", "ZILLIQA", "NEM", "NEO", "VERGE", "AVALANCHE", "GNOSIS", "APTOS", "BNBBEACONCHAIN", "OPTIMISM", "VENIDIUM", "MULTIVERSX", "HARMONY", "TON", "WEMIX", "CRONOS", "AVALANCHEP-XCHAIN", "SUI", "METIS", "AETERNITY", "COTI", "CASPER", "CONSTELLATION", "ELECTRONEUM", "EVERSCALE", "DECENTRALIZEDPICTURES", "HEDERA", "CIRRUS", "HATHOR", "KADENA", "STRATIS", "IOST", "DIGIBYTE", "KOMODO", "RAVENCOIN", "TELOS", "DIGITALBITS", "NERVOS", "DIVI", "HIVE", "NANO", "XDCNETWORK", "FUSE", "ZKSYNC", "BOBA", "HECO", "PULSECHAIN", "BASE", "HELIUM", "DOGECHAIN", "KASPA", "MANTLE", "SEI", "COMDEX", "FIRO", "ECASH", "XDAG", "RONIN", "KLEVER", "BAHAMUT", "FLARE", "CELESTIA", "BNBOPTIMISTIC", "OSMOSIS", "MANTANETWORK", "CONFLUX", "IOTA", "STARKNET", "PARTISIA", "LINEA", "NIBIRUCHAIN", "DYDXCHAIN", "DYMENSION", "OKB", "POLYGONZKEVM", "LUMIA"];
|
|
3037
3037
|
var NON_MINIMAL_SCORECHAIN_BLOCKCHAIN_TYPES = ["BITCOIN", "ETHEREUM", "BITCOINCASH", "LITECOIN", "DASH", "RIPPLE", "TEZOS", "TRON", "BSC", "SOLANA", "POLYGON", "AVALANCHE", "BASE", "TON"];
|
|
3038
3038
|
|
|
@@ -3760,6 +3760,12 @@ var WalletScreeningProvider = z["enum"](WalletScreeningProviders);
|
|
|
3760
3760
|
// FIXME:importing SumSubReviewAnswer causes circular dependency
|
|
3761
3761
|
var SUMSUB_REVIEW_ANSWERS = ["GREEN", "RED", "YELLOW"];
|
|
3762
3762
|
var SumSubReviewAnswer = z["enum"](SUMSUB_REVIEW_ANSWERS);
|
|
3763
|
+
var AML_RESULTS = ["AML Hits", "PEP Hits", "Sanction Hits", "Adverse Media"];
|
|
3764
|
+
var AmlResults = z["enum"](AML_RESULTS);
|
|
3765
|
+
var WALLET_SCREENING_RISK_SCORE = ["No Risk", "Low Risk", "Medium Risk", "High Risk", "Critical Risk"];
|
|
3766
|
+
z["enum"](WALLET_SCREENING_RISK_SCORE);
|
|
3767
|
+
var DETECTED_DUPLICATES = ["Duplicate hit"];
|
|
3768
|
+
var DetectedDuplicates = z["enum"](DETECTED_DUPLICATES);
|
|
3763
3769
|
var CustomerZodSchema = z.object({
|
|
3764
3770
|
identityData: z.object({
|
|
3765
3771
|
age: z.number().optional(),
|
|
@@ -3776,17 +3782,10 @@ var CustomerZodSchema = z.object({
|
|
|
3776
3782
|
proofOfResidenceCheckStatus: SumSubReviewAnswer.optional()
|
|
3777
3783
|
}).optional(),
|
|
3778
3784
|
amlScreening: z.object({
|
|
3779
|
-
|
|
3780
|
-
pepHits: z["boolean"]().optional(),
|
|
3781
|
-
sanctionsHits: z["boolean"]().optional(),
|
|
3782
|
-
adverseMediaHits: z["boolean"]().optional(),
|
|
3783
|
-
pepAttribute: z["boolean"]().optional(),
|
|
3784
|
-
sanctionsStatus: z["boolean"]().optional(),
|
|
3785
|
-
adverseMediaStatus: z["boolean"]().optional()
|
|
3785
|
+
amlResults: AmlResults.array().optional()
|
|
3786
3786
|
}).optional(),
|
|
3787
3787
|
duplicates: z.object({
|
|
3788
|
-
|
|
3789
|
-
hasDuplicates: z["boolean"]().optional()
|
|
3788
|
+
detectedDuplicates: DetectedDuplicates.array().optional()
|
|
3790
3789
|
}).optional(),
|
|
3791
3790
|
walletScreening: WalletScreeningData.optional(),
|
|
3792
3791
|
fraudAnalytics: z.object({
|
|
@@ -4383,26 +4382,17 @@ var CustomerJsonSchema = {
|
|
|
4383
4382
|
amlScreening: {
|
|
4384
4383
|
type: "object",
|
|
4385
4384
|
properties: {
|
|
4386
|
-
|
|
4387
|
-
type: "
|
|
4388
|
-
|
|
4389
|
-
|
|
4390
|
-
|
|
4391
|
-
|
|
4392
|
-
|
|
4393
|
-
|
|
4394
|
-
|
|
4395
|
-
|
|
4396
|
-
|
|
4397
|
-
},
|
|
4398
|
-
pepAttribute: {
|
|
4399
|
-
type: "boolean"
|
|
4400
|
-
},
|
|
4401
|
-
sanctionsStatus: {
|
|
4402
|
-
type: "boolean"
|
|
4403
|
-
},
|
|
4404
|
-
adverseMediaStatus: {
|
|
4405
|
-
type: "boolean"
|
|
4385
|
+
amlResults: {
|
|
4386
|
+
type: "array",
|
|
4387
|
+
items: {
|
|
4388
|
+
type: "string",
|
|
4389
|
+
"enum": [
|
|
4390
|
+
"AML Hits",
|
|
4391
|
+
"PEP Hits",
|
|
4392
|
+
"Sanction Hits",
|
|
4393
|
+
"Adverse Media"
|
|
4394
|
+
]
|
|
4395
|
+
}
|
|
4406
4396
|
}
|
|
4407
4397
|
},
|
|
4408
4398
|
additionalProperties: false
|
|
@@ -4410,11 +4400,14 @@ var CustomerJsonSchema = {
|
|
|
4410
4400
|
duplicates: {
|
|
4411
4401
|
type: "object",
|
|
4412
4402
|
properties: {
|
|
4413
|
-
|
|
4414
|
-
type: "
|
|
4415
|
-
|
|
4416
|
-
|
|
4417
|
-
|
|
4403
|
+
detectedDuplicates: {
|
|
4404
|
+
type: "array",
|
|
4405
|
+
items: {
|
|
4406
|
+
type: "string",
|
|
4407
|
+
"enum": [
|
|
4408
|
+
"Duplicate hit"
|
|
4409
|
+
]
|
|
4410
|
+
}
|
|
4418
4411
|
}
|
|
4419
4412
|
},
|
|
4420
4413
|
additionalProperties: false
|
|
@@ -10103,4 +10096,4 @@ var GenericVaultDataLinkZodSchema = z.union([GenericVaultPointerLinkZodSchema, G
|
|
|
10103
10096
|
// that a generic vault data link is indeed a valid vault data link
|
|
10104
10097
|
// ================================
|
|
10105
10098
|
|
|
10106
|
-
export { PolkadotChainId as $, ACTIVE_EVM_CHAIN_VALUES as A, BlockchainId as B, COSMOS_CHAIN_NAMES as C, ACTIVE_SOLANA_CHAIN_IDS as D, EVM_BLOCK_TIME as E, SolanaChainId as F, NEXERA_BITCOIN_CHAINS as G, BITCOIN_CHAIN_NAMES as H, BITCOIN_CHAIN_NAMES_LIST as I, BITCOIN_CHAIN_IDS as J, ACTIVE_BITCOIN_CHAIN_IDS as K, BitcoinChainId as L, NEXERA_APTOS_CHAINS as M, NonTestnetBlockchainId as N, APTOS_CHAIN_NAMES as O, POLYGON_NETWORK_NAMES as P, APTOS_CHAIN_NAMES_LIST as Q, APTOS_CHAIN_IDS as R, StarknetChainId as S, TezosChainId as T, ACTIVE_APTOS_CHAIN_IDS as U, AptosChainId as V, NEXERA_POLKADOT_CHAINS as W, POLKADOT_CHAIN_NAMES as X, POLKADOT_CHAIN_NAMES_LIST as Y, POLKADOT_CHAIN_IDS as Z, ACTIVE_POLKADOT_CHAIN_IDS as _, NEXERA_EVM_CHAINS as a, ALPHA_2_COUNTRIES as a$, NEXERA_CARDANO_CHAINS as a0, CARDANO_CHAIN_NAMES as a1, CARDANO_CHAIN_NAMES_LIST as a2, CARDANO_CHAIN_IDS as a3, ACTIVE_CARDANO_CHAIN_IDS as a4, CardanoChainId as a5, isValidAddress as a6, PrivateKey as a7, PublicKey as a8, AddressSchema as a9, BLOCKCHAIN_NAME_TO_NAMESPACE as aA, BLOCKCHAIN_NAMESPACE_TO_NAME as aB, BLOCKCHAIN_NAMESPACE_TO_ADDRESS_URL as aC, EIP155Signature as aD, AptosSignature as aE, StarknetSignature as aF, PolkadotSignature as aG, CosmosSignature as aH, EdSignature as aI, SpSignature as aJ, P2Signature as aK, TezosSignature as aL, CardanoSignature as aM, BlockchainSignature as aN, FunctionCallData as aO, TezosEntrypointName as aP, ENVS as aQ, EnvironmentSchema as aR, UuidString as aS, OtpCode as aT, PUBLIC_SERVICES_SCHEMA_MAP as aU, IpAddress as aV, CurrencyCodes as aW, CurrencyCode as aX, CryptoCodes as aY, CryptoCode as aZ, ISO3CountryCode as a_, TxHash as aa, shortBlockchainAddress as ab, AptosAddress as ac, StarknetAddress as ad, PolkadotAddress as ae, CosmosAddress as af, TezosImplicitAddress as ag, TezosContractAddress as ah, TezosAddress as ai, CardanoAddress as aj, BitcoinP2PKHAddress as ak, BitcoinP2SHAddress as al, BitcoinBech32Address as am, BitcoinTestnetP2PKHAddress as an, BitcoinTestnetP2SHAddress as ao, BitcoinTestnetBech32Address as ap, BitcoinAddress as aq, BlockchainAddress as ar, String0x as as, HexadecimalSchema as at, BLOCKCHAIN_NAMESPACES as au, BlockchainNamespace as av, SUPPORTED_BLOCKCHAIN_NAMESPACES_FOR_SIGNATURE_AUTH as aw, SupportedBlockchainNamespaceForSignatureAuth as ax, DISPLAYED_BLOCKCHAIN_NAMESPACES as ay, DisplayedBlockchainNamespace as az, NEXERA_EVM_CHAIN_NAMES as b, TransactionInfosId as b$, Alpha2Country as b0, countryISO3toISO2Mapping as b1, countryISO2toISO3Mapping as b2, CountryName as b3, isoCountriesNameFromISO2 as b4, isoCountriesNameFromISO3 as b5, parseISO3CountryCode as b6, ScorechainCountry as b7, scorechainCountriesNameFromISO2 as b8, StoragePrefix as b9, QueryPrefix as bA, ActionPrefix as bB, WorkflowSessionAttributePrefix as bC, SsssSharePrefix as bD, SsssChunkPrefix as bE, AiExecutionPrefix as bF, AiExecutionStepPrefix as bG, WorkflowSessionId as bH, createBrandedSchemaId as bI, StorageId as bJ, IdentityId as bK, EmailId as bL, WalletId as bM, AppId as bN, ChallengeId as bO, TestId as bP, CustomerScreeningId as bQ, TagId as bR, ActionId as bS, MetaAlertId as bT, TagsToTransactionReviewsId as bU, TransactionAddressesId as bV, TransactionId as bW, TransactionActivityId as bX, TransactionFeesId as bY, TransactionReviewId as bZ, TransactionPartiesId as b_, IdentityPrefix as ba, EmailPrefix as bb, WalletPrefix as bc, AppPrefix as bd, ChallengePrefix as be, TestPrefix as bf, CustomerScreeningPrefix as bg, TagPrefix as bh, ScorechainAnalysisPrefix as bi, MetaAlertPrefix as bj, TagsToTransactionReviewsPrefix as bk, TransactionAddressesPrefix as bl, TransactionPrefix as bm, TransactionActivityPrefix as bn, TransactionFeesPrefix as bo, TransactionReviewPrefix as bp, TransactionPartiesPrefix as bq, TransactionInfosPrefix as br, TransactionExtractedInfosPrefix as bs, TransactionMethodsPrefix as bt, TransactionMethodExtractedInfosPrefix as bu, InstitutionPrefix as bv, InstitutionExtractedInfosPrefix as bw, TransactionAmountPrefix as bx, ScenarioPrefix as by, ListPrefix as bz, NEXERA_EVM_CHAIN_NAMES_LIST as c, OLD_IDImageCredentialSchema as c$, TransactionExtractedInfosId as c0, TransactionMethodsId as c1, TransactionMethodExtractedInfosId as c2, InstitutionId as c3, InstitutionExtractedInfosId as c4, TransactionAmountId as c5, ScenarioId as c6, ListId as c7, QueryId as c8, ScorechainAnalysisId as c9, IdentityWidgetAccessToken_NEW as cA, IdentityWidgetSessionToken as cB, Web2CreateSessionParams as cC, ID3CredentialSubjectSchema as cD, IDScanCredentialSubjectSchema as cE, IDScanPassportCredentialSubjectSchema as cF, IDScanSelfieCredentialSubjectSchema as cG, OLD_IDImageCredentialSubjectSchema as cH, OLD_IDInformationCredentialSubjectSchema as cI, OLD_ProofOfResidenceCredentialSubjectSchema as cJ, OLD_SelfieImageCredentialSubjectSchema as cK, OLD_AMLScreeningsResultsCredentialSubjectSchema as cL, IDInformationTfheCredentialSubjectSchema as cM, IDInformationCredentialSubjectSchema as cN, IDImageCredentialSubjectSchema as cO, SelfieImageCredentialSubjectSchema as cP, ProofOfResidenceCredentialSubjectSchema as cQ, GenericVerifiableCredentialSchema as cR, IDInformationTfheCredentialSchema as cS, IDInformationCredentialSchema as cT, IDImageCredentialSchema as cU, SelfieImageCredentialSchema as cV, ProofOfResidenceCredentialSchema as cW, ID3CredentialSchema as cX, IDScanCredentialSchema as cY, IDScanPassportCredentialSchema as cZ, IDScanSelfieCredentialSchema as c_, WorkflowSessionAttributeId as ca, SsssShareId as cb, SsssChunkId as cc, AiExecutionId as cd, AiExecutionStepId as ce, generateId as cf, MemberId as cg, FLOW_TYPES as ch, FlowType as ci, VerificationModes as cj, VerificationMode as ck, IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS as cl, IdentityDocumentCountryListOption as cm, IDENTITY_DOCUMENT_OPTIONS as cn, IdentityDocumentOptionsType as co, PERSONAL_INFORMATION_FIELDS as cp, PersonalInformationFieldsIdentityDocuments as cq, Identifier as cr, AdditionalCustomerInformationParams as cs, OrganizationId as ct, WorkspaceId as cu, WorkflowId as cv, CustomerId as cw, ExternalCustomerId as cx, IdentityAppV2Web3JWT as cy, IdentityAppV2Web2JWT as cz, NEXERA_EVM_CHAINS_ID as d,
|
|
10099
|
+
export { PolkadotChainId as $, ACTIVE_EVM_CHAIN_VALUES as A, BlockchainId as B, COSMOS_CHAIN_NAMES as C, ACTIVE_SOLANA_CHAIN_IDS as D, EVM_BLOCK_TIME as E, SolanaChainId as F, NEXERA_BITCOIN_CHAINS as G, BITCOIN_CHAIN_NAMES as H, BITCOIN_CHAIN_NAMES_LIST as I, BITCOIN_CHAIN_IDS as J, ACTIVE_BITCOIN_CHAIN_IDS as K, BitcoinChainId as L, NEXERA_APTOS_CHAINS as M, NonTestnetBlockchainId as N, APTOS_CHAIN_NAMES as O, POLYGON_NETWORK_NAMES as P, APTOS_CHAIN_NAMES_LIST as Q, APTOS_CHAIN_IDS as R, StarknetChainId as S, TezosChainId as T, ACTIVE_APTOS_CHAIN_IDS as U, AptosChainId as V, NEXERA_POLKADOT_CHAINS as W, POLKADOT_CHAIN_NAMES as X, POLKADOT_CHAIN_NAMES_LIST as Y, POLKADOT_CHAIN_IDS as Z, ACTIVE_POLKADOT_CHAIN_IDS as _, NEXERA_EVM_CHAINS as a, ALPHA_2_COUNTRIES as a$, NEXERA_CARDANO_CHAINS as a0, CARDANO_CHAIN_NAMES as a1, CARDANO_CHAIN_NAMES_LIST as a2, CARDANO_CHAIN_IDS as a3, ACTIVE_CARDANO_CHAIN_IDS as a4, CardanoChainId as a5, isValidAddress as a6, PrivateKey as a7, PublicKey as a8, AddressSchema as a9, BLOCKCHAIN_NAME_TO_NAMESPACE as aA, BLOCKCHAIN_NAMESPACE_TO_NAME as aB, BLOCKCHAIN_NAMESPACE_TO_ADDRESS_URL as aC, EIP155Signature as aD, AptosSignature as aE, StarknetSignature as aF, PolkadotSignature as aG, CosmosSignature as aH, EdSignature as aI, SpSignature as aJ, P2Signature as aK, TezosSignature as aL, CardanoSignature as aM, BlockchainSignature as aN, FunctionCallData as aO, TezosEntrypointName as aP, ENVS as aQ, EnvironmentSchema as aR, UuidString as aS, OtpCode as aT, PUBLIC_SERVICES_SCHEMA_MAP as aU, IpAddress as aV, CurrencyCodes as aW, CurrencyCode as aX, CryptoCodes as aY, CryptoCode as aZ, ISO3CountryCode as a_, TxHash as aa, shortBlockchainAddress as ab, AptosAddress as ac, StarknetAddress as ad, PolkadotAddress as ae, CosmosAddress as af, TezosImplicitAddress as ag, TezosContractAddress as ah, TezosAddress as ai, CardanoAddress as aj, BitcoinP2PKHAddress as ak, BitcoinP2SHAddress as al, BitcoinBech32Address as am, BitcoinTestnetP2PKHAddress as an, BitcoinTestnetP2SHAddress as ao, BitcoinTestnetBech32Address as ap, BitcoinAddress as aq, BlockchainAddress as ar, String0x as as, HexadecimalSchema as at, BLOCKCHAIN_NAMESPACES as au, BlockchainNamespace as av, SUPPORTED_BLOCKCHAIN_NAMESPACES_FOR_SIGNATURE_AUTH as aw, SupportedBlockchainNamespaceForSignatureAuth as ax, DISPLAYED_BLOCKCHAIN_NAMESPACES as ay, DisplayedBlockchainNamespace as az, NEXERA_EVM_CHAIN_NAMES as b, TransactionInfosId as b$, Alpha2Country as b0, countryISO3toISO2Mapping as b1, countryISO2toISO3Mapping as b2, CountryName as b3, isoCountriesNameFromISO2 as b4, isoCountriesNameFromISO3 as b5, parseISO3CountryCode as b6, ScorechainCountry as b7, scorechainCountriesNameFromISO2 as b8, StoragePrefix as b9, QueryPrefix as bA, ActionPrefix as bB, WorkflowSessionAttributePrefix as bC, SsssSharePrefix as bD, SsssChunkPrefix as bE, AiExecutionPrefix as bF, AiExecutionStepPrefix as bG, WorkflowSessionId as bH, createBrandedSchemaId as bI, StorageId as bJ, IdentityId as bK, EmailId as bL, WalletId as bM, AppId as bN, ChallengeId as bO, TestId as bP, CustomerScreeningId as bQ, TagId as bR, ActionId as bS, MetaAlertId as bT, TagsToTransactionReviewsId as bU, TransactionAddressesId as bV, TransactionId as bW, TransactionActivityId as bX, TransactionFeesId as bY, TransactionReviewId as bZ, TransactionPartiesId as b_, IdentityPrefix as ba, EmailPrefix as bb, WalletPrefix as bc, AppPrefix as bd, ChallengePrefix as be, TestPrefix as bf, CustomerScreeningPrefix as bg, TagPrefix as bh, ScorechainAnalysisPrefix as bi, MetaAlertPrefix as bj, TagsToTransactionReviewsPrefix as bk, TransactionAddressesPrefix as bl, TransactionPrefix as bm, TransactionActivityPrefix as bn, TransactionFeesPrefix as bo, TransactionReviewPrefix as bp, TransactionPartiesPrefix as bq, TransactionInfosPrefix as br, TransactionExtractedInfosPrefix as bs, TransactionMethodsPrefix as bt, TransactionMethodExtractedInfosPrefix as bu, InstitutionPrefix as bv, InstitutionExtractedInfosPrefix as bw, TransactionAmountPrefix as bx, ScenarioPrefix as by, ListPrefix as bz, NEXERA_EVM_CHAIN_NAMES_LIST as c, OLD_IDImageCredentialSchema as c$, TransactionExtractedInfosId as c0, TransactionMethodsId as c1, TransactionMethodExtractedInfosId as c2, InstitutionId as c3, InstitutionExtractedInfosId as c4, TransactionAmountId as c5, ScenarioId as c6, ListId as c7, QueryId as c8, ScorechainAnalysisId as c9, IdentityWidgetAccessToken_NEW as cA, IdentityWidgetSessionToken as cB, Web2CreateSessionParams as cC, ID3CredentialSubjectSchema as cD, IDScanCredentialSubjectSchema as cE, IDScanPassportCredentialSubjectSchema as cF, IDScanSelfieCredentialSubjectSchema as cG, OLD_IDImageCredentialSubjectSchema as cH, OLD_IDInformationCredentialSubjectSchema as cI, OLD_ProofOfResidenceCredentialSubjectSchema as cJ, OLD_SelfieImageCredentialSubjectSchema as cK, OLD_AMLScreeningsResultsCredentialSubjectSchema as cL, IDInformationTfheCredentialSubjectSchema as cM, IDInformationCredentialSubjectSchema as cN, IDImageCredentialSubjectSchema as cO, SelfieImageCredentialSubjectSchema as cP, ProofOfResidenceCredentialSubjectSchema as cQ, GenericVerifiableCredentialSchema as cR, IDInformationTfheCredentialSchema as cS, IDInformationCredentialSchema as cT, IDImageCredentialSchema as cU, SelfieImageCredentialSchema as cV, ProofOfResidenceCredentialSchema as cW, ID3CredentialSchema as cX, IDScanCredentialSchema as cY, IDScanPassportCredentialSchema as cZ, IDScanSelfieCredentialSchema as c_, WorkflowSessionAttributeId as ca, SsssShareId as cb, SsssChunkId as cc, AiExecutionId as cd, AiExecutionStepId as ce, generateId as cf, MemberId as cg, FLOW_TYPES as ch, FlowType as ci, VerificationModes as cj, VerificationMode as ck, IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS as cl, IdentityDocumentCountryListOption as cm, IDENTITY_DOCUMENT_OPTIONS as cn, IdentityDocumentOptionsType as co, PERSONAL_INFORMATION_FIELDS as cp, PersonalInformationFieldsIdentityDocuments as cq, Identifier as cr, AdditionalCustomerInformationParams as cs, OrganizationId as ct, WorkspaceId as cu, WorkflowId as cv, CustomerId as cw, ExternalCustomerId as cx, IdentityAppV2Web3JWT as cy, IdentityAppV2Web2JWT as cz, NEXERA_EVM_CHAINS_ID as d, _toConsumableArray as d$, OLD_IDInformationCredentialSchema as d0, OLD_ProofOfResidenceCredentialSchema as d1, OLD_SelfieImageCredentialSchema as d2, OLD_AMLScreeningsResultsCredentialSchema as d3, TRANSACTION_CHARTS as d4, TransactionsChartType as d5, TRANSACTION_TABLE_COLUMNS as d6, TransactionTableColumn as d7, TransactionTypes as d8, TransactionType as d9, TransactionDataEventObject as dA, AmlResults as dB, DetectedDuplicates as dC, allDataLinkVersions as dD, DataLinkVersionZodSchema as dE, allDataLinkTypes as dF, DataLinkTypeZodSchema as dG, Separator as dH, generateZodObjectPaths as dI, resolvePathOnDataSchema as dJ, resolvePathOnMapSchema as dK, VaultJsonSchemas as dL, VaultZodSchema as dM, VaultSchemaIdZodSchema as dN, VaultSchemaPathsZodSchema as dO, VaultPointerKeyMapZodSchema as dP, VaultQueryMapZodSchema as dQ, VaultMetadataLinkZodSchema as dR, GenericVaultPointerLinkZodSchema as dS, GenericVaultSearchLinkZodSchema as dT, GenericVaultEmbeddedLinkZodSchema as dU, GenericVaultDataLinkZodSchema as dV, ScorechainEntityRecord as dW, WalletScreeningData as dX, WalletScreeningProviders as dY, WalletScreeningProvider as dZ, _defineProperty as d_, TransactionTypesWithAll as da, TransactionTypeWithAll as db, TransactionRiskLevels as dc, TransactionRiskLevel as dd, TransactionReviewStatuses as de, TransactionReviewStatus as df, HumanReadableTransactionReviewStatuses as dg, HumanReadableTransactionReviewStatus as dh, TransactionStatusMapping as di, HumanReadableTransactionStatusMapping as dj, TransactionDirections as dk, TransactionDirection as dl, TransactionCurrencyCodes as dm, TransactionCurrencyCode as dn, TransactionProviders as dp, TransactionProvider as dq, PaymentTypes as dr, PaymentType as ds, TransactionPartiesTypes as dt, TransactionPartiesType as du, TransactionAmountsFieldNames as dv, TransactionAmountsFieldName as dw, DEFAULT_FIAT_CURRENCY as dx, TRANSACTIONS_STATS_CURRENCIES as dy, TransactionStatsCurrency as dz, NexeraEvmChains as e, _toArray as e0, ScoringAnalysisRequest as e1, WorkflowsScoringAnalysisRequest as e2, _slicedToArray as e3, ANALYSIS_TYPES as e4, AnalysisType as e5, OBJECT_TYPES as e6, ObjectType as e7, ScorechainBlockchain as e8, NonMinimalScorechainBlockchain as e9, ScorechainBlockchainToNamespace as ea, ScorechainWalletRiskLevels as eb, ScorechainWalletRiskLevel as ec, getRiskLevelByRiskScore as ed, compareRiskLevels as ee, Coin as ef, RiskSeverity as eg, ScorechainEntityType as eh, RiskExplanation as ei, EntityRiskDefaultsValues as ej, EntityRiskDefaultsMap as ek, ScorechainErrorResponse as el, ScorechainError as em, ScorechainAnalysis as en, ScoringAnalysisResponse as eo, ScoringAnalysisApiRequest as ep, GetActiveBlockchainsRequest as eq, GetActiveBlockchains as er, GetActiveBlockchainsResponse as es, GetAddressAnalysisRequest as et, ScorechainEntity as eu, GetAddressAnalysis as ev, GetAddressAnalysisResponse as ew, RawScorechainResult as ex, ScorechainRiskToRiskLevel as ey, EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC as f, EvmChainId as g, NEXERA_COSMOS_CHAINS as h, COSMOS_CHAIN_NAMES_LIST as i, COSMOS_CHAIN_IDS as j, ACTIVE_COSMOS_CHAIN_IDS as k, CosmosChainId as l, NEXERA_TEZOS_CHAINS as m, NEXERA_TEZOS_CHAIN_NAMES as n, NEXERA_TEZOS_CHAIN_NAMES_LIST as o, NEXERA_TEZOS_CHAIN_IDS as p, ACTIVE_TEZOS_CHAIN_IDS as q, PolygonNetworkNames as r, NEXERA_STARKNET_CHAINS as s, NEXERA_STARKNET_CHAIN_NAMES as t, NEXERA_STARKNET_CHAIN_IDS as u, NEXERA_ACTIVE_STARKNET_CHAIN_IDS as v, NEXERA_SOLANA_CHAINS as w, SOLANA_CHAIN_NAMES as x, SOLANA_CHAIN_NAMES_LIST as y, SOLANA_CHAIN_IDS as z };
|
|
@@ -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-71c584a3.cjs.dev.cjs');
|
|
6
6
|
require('zod');
|
|
7
|
-
require('../../dist/vault.schema-
|
|
7
|
+
require('../../dist/vault.schema-8973f606.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-63927f8c.cjs.prod.cjs');
|
|
6
6
|
require('zod');
|
|
7
|
-
require('../../dist/vault.schema-
|
|
7
|
+
require('../../dist/vault.schema-05e0f7ea.cjs.prod.cjs');
|
|
8
8
|
require('nanoid');
|
|
9
9
|
require('decimal.js');
|
|
10
10
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { b9 as ARRAY_OPERATORS, aT as AUTHORIZATION_REQUEST_MESSAGE_TYPES, G as AVAILABLE_FLOWS, ac as AbbreviatedWorkflowScenario, bn as AllCredentialValues, c0 as AllScenarioExecutionAuthorizationData, bU as AnyTxAuthDataSignatureResponse, bX as AnyTxAuthInputJsSdk, bN as ApiTezosTxAuthInput, bJ as ApiTxAuthInput, ba as ArrayOperator, a$ as AuthQrCodeData, ax as AuthSession, ay as AuthSessionData, aW as AuthorizationRequestMessage, aV as AuthorizationRequestMessageType, aU as AuthorizationRequestMessageTypes, aZ as AuthorizationResponseMessage, H as AvailableFlow, bf as BOOLEAN_OPERATORS, _ as BackwardsCompatibleScenarioType, Z as BackwardsCompatibleScenarioTypes, $ as BaseQueryResponse, bg as BooleanOperator, aQ as CIRCUIT_IDS, bx as ChallengeQuerySchema, az as ChallengeResponse, aR as CircuitId, q as CloseScreenNotification, af as ComplianceImplementationStepsInput, b$ as CreateAuthRequestProps, ae as CreateTemplateScenario, a_ as CredentialQrCodeData, bh as DATE_OPERATORS, J as DataAvailableOnStart, bi as DateOperator, bV as Eip155TxAuthInputJsSdk, a1 as ExecuteQueryResponse, bT as ExtendedTezosTxAuthDataSignatureResponse, bR as ExtendedTezosTxAuthInput, bS as ExtendedTxAuthDataSignatureResponse, bQ as ExtendedTxAuthInput, aw as GenerateWalletChallengeRequest, ah as GetCredentialsRequest, ai as GetCredentialsResponse, aC as GetCustomerStatusRequest, aH as GetCustomerStatusResponse, bP as GetTezosTxAuthDataSignatureResponse, bL as GetTxAuthDataSignatureResponse, aq as GetTxAuthSigRequest, as as GetTxAuthSigRequestTezos, ar as GetTxAuthSigResponse, at as GetTxAuthSigResponseTezos, aK as HostMessage, au as HostRequestMessage, Q as HostResponseMessage, bm as IDInformationTfhe, aI as IdentityAppMessage, aL as IdentityMessage, z as IdentityNotificationMessage, F as IdentityRequestMessage, av as IdentityResponseMessage, aD as IdentitySdkMessage, aE as IdentitySdkMessageWithIdentifier, aJ as IdentityWallet, A as InitialDataRequest, L as InitialDataResponse, I as IsVerifiedNotification, ao as IsVerifiedRequest, ap as IsVerifiedResponse, r as KycCompletionData, s as KycCompletionNotification, aO as MediaType, aP as MediaTypePID, bd as NUMERIC_OPERATORS, be as NumericOperator, by as OLD_CHALLENGE_QUERY_OPERATORS, bz as OLD_ChallengeQueryOperator, bC as OLD_ChallengeQueryOperatorToOperator, bu as OLD_ChallengeQuerySchema, bE as OLD_QueryCredentialType, bD as OLD_QueryCredentialTypes, b5 as OPERATORS, x as OcvSdkInitialized, O as OffChainScenarioExecutionData, a0 as OffChainZKPRuleResult, u as OnChainScenarioExecutionData, b6 as Operator, bA as OperatorMappings, bB as OperatorToOLD_ChallengeQueryOperator, bt as PartialQueryConfigSimplified, P as PolygonIdInitialized, ak as PolygonIdRequest, aj as PolygonIdRequestData, am as PolygonIdResponse, al as PolygonIdResponseData, b_ as PrivacyPreservingMonitoring, aX as ProofData, b3 as QUERY_LOGIC_OPERATOR, b0 as QrCodeLinkWithSchemaType, bo as QueriesOptions, br as QueryConfigSimplified, bq as QueryConfigTfhe, bw as QueryCredentialType, bv as QueryCredentialTypes, b4 as QueryLogicOperator, bp as QueryType, aM as RequiredDataRowSchema, aN as RequiredVerificationData, a2 as RuleEngineResponse, t as RuleEngineScenarioExecutionData, bs as RuleResultQueryConfig, a5 as RuleResultStatus, a6 as RuleResultStatusLabels, a4 as RuleResultStatuses, c1 as SCENARIO_AUTHORIZATION_STATUSES, bb as STRING_OPERATORS, bj as SUPPORTED_TYPES, ab as Scenario, S as ScenarioAuthorizationData, c2 as ScenarioAuthorizationStatus, v as ScenarioExecutionData, w as ScenarioExecutionNotification, a3 as ScenarioExecutionResponse, Y as ScenarioSchema, X as ScenarioStatus, W as ScenarioStatuses, V as ScenarioType, U as ScenarioTypes, a7 as SdkVerificationOutput, p as SdkVerificationResponseSchema, E as SendTransactionRequest, D as SignatureRequest, M as SignatureResponse, ag as SimplifiedCredential, y as StartCompletedNotification, an as StartFlowRequest, bc as StringOperator, bk as SupportedType, bl as SupportedTypes, ad as TemplateScenario, bM as TezosTxAuthInput, bW as TezosTxAuthInputJsSdk, bO as TezosTxSignatureResponse, T as TransactionData, N as TransactionResponse, aG as TxAuthDataSignatureGatingError, aB as TxAuthDataSignatureGatingRequest, aF as TxAuthDataSignatureResponse, bI as TxAuthInput, bK as TxSignatureResponse, aa as VerificationOutput, a9 as VerificationSessionStatus, a8 as VerificationSessionStatuses, c4 as VerifyWalletChallengeRequest, aA as WalletSignResponse, c3 as WalletSignatureResponse, b7 as ZKPOperator, bY as ZKPRequest, bZ as ZKPRequestFromZKVerifier, aS as ZeroKnowledgeProofRequest, aY as ZeroKnowledgeProofResponse, bG as getOldCredentialPath, bF as getOldCredentialType, bH as oldCredentialPathToDataLink, b8 as operatorDisplayMap, b1 as parseIden3Message, b2 as parseSessionIdFromUrl } from '../../dist/identity-api.schema-
|
|
1
|
+
export { b9 as ARRAY_OPERATORS, aT as AUTHORIZATION_REQUEST_MESSAGE_TYPES, G as AVAILABLE_FLOWS, ac as AbbreviatedWorkflowScenario, bn as AllCredentialValues, c0 as AllScenarioExecutionAuthorizationData, bU as AnyTxAuthDataSignatureResponse, bX as AnyTxAuthInputJsSdk, bN as ApiTezosTxAuthInput, bJ as ApiTxAuthInput, ba as ArrayOperator, a$ as AuthQrCodeData, ax as AuthSession, ay as AuthSessionData, aW as AuthorizationRequestMessage, aV as AuthorizationRequestMessageType, aU as AuthorizationRequestMessageTypes, aZ as AuthorizationResponseMessage, H as AvailableFlow, bf as BOOLEAN_OPERATORS, _ as BackwardsCompatibleScenarioType, Z as BackwardsCompatibleScenarioTypes, $ as BaseQueryResponse, bg as BooleanOperator, aQ as CIRCUIT_IDS, bx as ChallengeQuerySchema, az as ChallengeResponse, aR as CircuitId, q as CloseScreenNotification, af as ComplianceImplementationStepsInput, b$ as CreateAuthRequestProps, ae as CreateTemplateScenario, a_ as CredentialQrCodeData, bh as DATE_OPERATORS, J as DataAvailableOnStart, bi as DateOperator, bV as Eip155TxAuthInputJsSdk, a1 as ExecuteQueryResponse, bT as ExtendedTezosTxAuthDataSignatureResponse, bR as ExtendedTezosTxAuthInput, bS as ExtendedTxAuthDataSignatureResponse, bQ as ExtendedTxAuthInput, aw as GenerateWalletChallengeRequest, ah as GetCredentialsRequest, ai as GetCredentialsResponse, aC as GetCustomerStatusRequest, aH as GetCustomerStatusResponse, bP as GetTezosTxAuthDataSignatureResponse, bL as GetTxAuthDataSignatureResponse, aq as GetTxAuthSigRequest, as as GetTxAuthSigRequestTezos, ar as GetTxAuthSigResponse, at as GetTxAuthSigResponseTezos, aK as HostMessage, au as HostRequestMessage, Q as HostResponseMessage, bm as IDInformationTfhe, aI as IdentityAppMessage, aL as IdentityMessage, z as IdentityNotificationMessage, F as IdentityRequestMessage, av as IdentityResponseMessage, aD as IdentitySdkMessage, aE as IdentitySdkMessageWithIdentifier, aJ as IdentityWallet, A as InitialDataRequest, L as InitialDataResponse, I as IsVerifiedNotification, ao as IsVerifiedRequest, ap as IsVerifiedResponse, r as KycCompletionData, s as KycCompletionNotification, aO as MediaType, aP as MediaTypePID, bd as NUMERIC_OPERATORS, be as NumericOperator, by as OLD_CHALLENGE_QUERY_OPERATORS, bz as OLD_ChallengeQueryOperator, bC as OLD_ChallengeQueryOperatorToOperator, bu as OLD_ChallengeQuerySchema, bE as OLD_QueryCredentialType, bD as OLD_QueryCredentialTypes, b5 as OPERATORS, x as OcvSdkInitialized, O as OffChainScenarioExecutionData, a0 as OffChainZKPRuleResult, u as OnChainScenarioExecutionData, b6 as Operator, bA as OperatorMappings, bB as OperatorToOLD_ChallengeQueryOperator, bt as PartialQueryConfigSimplified, P as PolygonIdInitialized, ak as PolygonIdRequest, aj as PolygonIdRequestData, am as PolygonIdResponse, al as PolygonIdResponseData, b_ as PrivacyPreservingMonitoring, aX as ProofData, b3 as QUERY_LOGIC_OPERATOR, b0 as QrCodeLinkWithSchemaType, bo as QueriesOptions, br as QueryConfigSimplified, bq as QueryConfigTfhe, bw as QueryCredentialType, bv as QueryCredentialTypes, b4 as QueryLogicOperator, bp as QueryType, aM as RequiredDataRowSchema, aN as RequiredVerificationData, a2 as RuleEngineResponse, t as RuleEngineScenarioExecutionData, bs as RuleResultQueryConfig, a5 as RuleResultStatus, a6 as RuleResultStatusLabels, a4 as RuleResultStatuses, c1 as SCENARIO_AUTHORIZATION_STATUSES, bb as STRING_OPERATORS, bj as SUPPORTED_TYPES, ab as Scenario, S as ScenarioAuthorizationData, c2 as ScenarioAuthorizationStatus, v as ScenarioExecutionData, w as ScenarioExecutionNotification, a3 as ScenarioExecutionResponse, Y as ScenarioSchema, X as ScenarioStatus, W as ScenarioStatuses, V as ScenarioType, U as ScenarioTypes, a7 as SdkVerificationOutput, p as SdkVerificationResponseSchema, E as SendTransactionRequest, D as SignatureRequest, M as SignatureResponse, ag as SimplifiedCredential, y as StartCompletedNotification, an as StartFlowRequest, bc as StringOperator, bk as SupportedType, bl as SupportedTypes, ad as TemplateScenario, bM as TezosTxAuthInput, bW as TezosTxAuthInputJsSdk, bO as TezosTxSignatureResponse, T as TransactionData, N as TransactionResponse, aG as TxAuthDataSignatureGatingError, aB as TxAuthDataSignatureGatingRequest, aF as TxAuthDataSignatureResponse, bI as TxAuthInput, bK as TxSignatureResponse, aa as VerificationOutput, a9 as VerificationSessionStatus, a8 as VerificationSessionStatuses, c4 as VerifyWalletChallengeRequest, aA as WalletSignResponse, c3 as WalletSignatureResponse, b7 as ZKPOperator, bY as ZKPRequest, bZ as ZKPRequestFromZKVerifier, aS as ZeroKnowledgeProofRequest, aY as ZeroKnowledgeProofResponse, bG as getOldCredentialPath, bF as getOldCredentialType, bH as oldCredentialPathToDataLink, b8 as operatorDisplayMap, b1 as parseIden3Message, b2 as parseSessionIdFromUrl } from '../../dist/identity-api.schema-fc405e43.esm.mjs';
|
|
2
2
|
import 'zod';
|
|
3
|
-
import '../../dist/vault.schema-
|
|
3
|
+
import '../../dist/vault.schema-99812078.esm.mjs';
|
|
4
4
|
import 'nanoid';
|
|
5
5
|
import 'decimal.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nexeraid/identity-schemas",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.73.0-dev",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "ISC",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"remeda": "^2.20.0",
|
|
67
67
|
"zod": "^3.24.1",
|
|
68
68
|
"zod-to-json-schema": "^3.24.1",
|
|
69
|
-
"@nexeraid/logger": "2.35.1"
|
|
69
|
+
"@nexeraid/logger": "2.35.1-dev"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
72
|
"@types/bun": "^1.2.0",
|
|
@@ -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-8973f606.cjs.dev.cjs');
|
|
6
|
+
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-49ada60a.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-71c584a3.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-05e0f7ea.cjs.prod.cjs');
|
|
6
|
+
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-39dc07bf.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-63927f8c.cjs.prod.cjs');
|
|
11
11
|
|
|
12
12
|
var ALL_SCORECHAIN_BLOCKCHAIN = [{
|
|
13
13
|
id: "BITCOIN",
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export {
|
|
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, cU as BeneficiaryVerificationStatus, cV 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, dc as ChainalysisApiError, a$ as ChainalysisConfig, da as ChainalysisErrorCodes, bc as ChainalysisProvider, d8 as ChainalysisRegisterApiResponse, dd as ChainalysisRegisterResponse, d7 as ChainalysisRequest, db as ChainalysisRiskAssessmentApiResponse, de as ChainalysisRiskAssessmentResponse, d9 as ChainalysisRiskLevel, a4 as CoerceDateUTC, di as CoinMarketCapApiResponse, dj as CoinMarketCapFiatId, dg as CoinMarketCapQuote, dh as CoinMarketCapQuotes, df as CoinMarketCapRequest, cT 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, c_ as CustomerDocumentMetaData, c$ 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, cX as GetKybSessionInput, cY as GetKybSessionResponse, cD as GetKycSessionInput, cE as GetKycSessionResponse, cM as GetKycSessionResponseWithCredentialsMetadata, bm as GetProviderResponse, bl as GetProvidersResponse, ab as HIGH_RISK_TYPES, 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, cP as KYB_RESULTS, cR as KYB_SESSION_STATUSES, cN as KYB_STEP_TYPES, cv as KYC_RESULTS, cx as KYC_SESSION_STATUSES, cr as KYC_STEP_TYPES, cQ as KybResult, cS as KybSessionStatus, cO 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, d5 as MerkleAddressApiError, d4 as MerkleAddressApiResponse, d3 as MerkleAddressRequest, d6 as MerkleAddressResponse, d2 as MerkleBlockChainCodes, d1 as MerkleBlockChainName, d0 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, cW as SelectKybSession, cB as SelectKycSession, cA as SelectKycSessionStep, cC as SelectKycSessionWithCompletedSteps, 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, cZ 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 { e4 as ANALYSIS_TYPES, e5 as AnalysisType, ef as Coin, ek as EntityRiskDefaultsMap, ej as EntityRiskDefaultsValues, er as GetActiveBlockchains, eq as GetActiveBlockchainsRequest, es as GetActiveBlockchainsResponse, ev as GetAddressAnalysis, et as GetAddressAnalysisRequest, ew as GetAddressAnalysisResponse, e9 as NonMinimalScorechainBlockchain, e6 as OBJECT_TYPES, e7 as ObjectType, ex as RawScorechainResult, ei as RiskExplanation, eg as RiskSeverity, en as ScorechainAnalysis, e8 as ScorechainBlockchain, ea as ScorechainBlockchainToNamespace, eu as ScorechainEntity, eh as ScorechainEntityType, em as ScorechainError, el as ScorechainErrorResponse, ey as ScorechainRiskToRiskLevel, ec as ScorechainWalletRiskLevel, eb as ScorechainWalletRiskLevels, ep as ScoringAnalysisApiRequest, e1 as ScoringAnalysisRequest, eo as ScoringAnalysisResponse, e2 as WorkflowsScoringAnalysisRequest, ee as compareRiskLevels, ed as getRiskLevelByRiskScore } from '../../dist/vault.schema-99812078.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, cU as BeneficiaryVerificationStatus, cV 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, dc as ChainalysisApiError, a$ as ChainalysisConfig, da as ChainalysisErrorCodes, bc as ChainalysisProvider, d8 as ChainalysisRegisterApiResponse, dd as ChainalysisRegisterResponse, d7 as ChainalysisRequest, db as ChainalysisRiskAssessmentApiResponse, de as ChainalysisRiskAssessmentResponse, d9 as ChainalysisRiskLevel, a4 as CoerceDateUTC, di as CoinMarketCapApiResponse, dj as CoinMarketCapFiatId, dg as CoinMarketCapQuote, dh as CoinMarketCapQuotes, df as CoinMarketCapRequest, cT 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, c_ as CustomerDocumentMetaData, c$ 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, cX as GetKybSessionInput, cY as GetKybSessionResponse, cD as GetKycSessionInput, cE as GetKycSessionResponse, cM as GetKycSessionResponseWithCredentialsMetadata, bm as GetProviderResponse, bl as GetProvidersResponse, ab as HIGH_RISK_TYPES, 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, cP as KYB_RESULTS, cR as KYB_SESSION_STATUSES, cN as KYB_STEP_TYPES, cv as KYC_RESULTS, cx as KYC_SESSION_STATUSES, cr as KYC_STEP_TYPES, cQ as KybResult, cS as KybSessionStatus, cO 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, d5 as MerkleAddressApiError, d4 as MerkleAddressApiResponse, d3 as MerkleAddressRequest, d6 as MerkleAddressResponse, d2 as MerkleBlockChainCodes, d1 as MerkleBlockChainName, d0 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, cW as SelectKybSession, cB as SelectKycSession, cA as SelectKycSessionStep, cC as SelectKycSessionWithCompletedSteps, 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, cZ 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-89f84f7d.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-fc405e43.esm.mjs';
|
|
7
7
|
|
|
8
8
|
var ALL_SCORECHAIN_BLOCKCHAIN = [{
|
|
9
9
|
id: "BITCOIN",
|
|
@@ -2,15 +2,17 @@
|
|
|
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-8973f606.cjs.dev.cjs');
|
|
6
6
|
require('zod');
|
|
7
7
|
require('nanoid');
|
|
8
8
|
require('decimal.js');
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
|
+
exports.AmlResults = vault_schema.AmlResults;
|
|
12
13
|
exports.DataLinkTypeZodSchema = vault_schema.DataLinkTypeZodSchema;
|
|
13
14
|
exports.DataLinkVersionZodSchema = vault_schema.DataLinkVersionZodSchema;
|
|
15
|
+
exports.DetectedDuplicates = vault_schema.DetectedDuplicates;
|
|
14
16
|
exports.GenericVaultDataLinkZodSchema = vault_schema.GenericVaultDataLinkZodSchema;
|
|
15
17
|
exports.GenericVaultEmbeddedLinkZodSchema = vault_schema.GenericVaultEmbeddedLinkZodSchema;
|
|
16
18
|
exports.GenericVaultPointerLinkZodSchema = vault_schema.GenericVaultPointerLinkZodSchema;
|
|
@@ -2,15 +2,17 @@
|
|
|
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-05e0f7ea.cjs.prod.cjs');
|
|
6
6
|
require('zod');
|
|
7
7
|
require('nanoid');
|
|
8
8
|
require('decimal.js');
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
|
+
exports.AmlResults = vault_schema.AmlResults;
|
|
12
13
|
exports.DataLinkTypeZodSchema = vault_schema.DataLinkTypeZodSchema;
|
|
13
14
|
exports.DataLinkVersionZodSchema = vault_schema.DataLinkVersionZodSchema;
|
|
15
|
+
exports.DetectedDuplicates = vault_schema.DetectedDuplicates;
|
|
14
16
|
exports.GenericVaultDataLinkZodSchema = vault_schema.GenericVaultDataLinkZodSchema;
|
|
15
17
|
exports.GenericVaultEmbeddedLinkZodSchema = vault_schema.GenericVaultEmbeddedLinkZodSchema;
|
|
16
18
|
exports.GenericVaultPointerLinkZodSchema = vault_schema.GenericVaultPointerLinkZodSchema;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { dB as AmlResults, dG as DataLinkTypeZodSchema, dE as DataLinkVersionZodSchema, dC as DetectedDuplicates, dV as GenericVaultDataLinkZodSchema, dU as GenericVaultEmbeddedLinkZodSchema, dS as GenericVaultPointerLinkZodSchema, dT as GenericVaultSearchLinkZodSchema, dH as Separator, dL as VaultJsonSchemas, dR as VaultMetadataLinkZodSchema, dP as VaultPointerKeyMapZodSchema, dQ as VaultQueryMapZodSchema, dN as VaultSchemaIdZodSchema, dO as VaultSchemaPathsZodSchema, dM as VaultZodSchema, dF as allDataLinkTypes, dD as allDataLinkVersions, dI as generateZodObjectPaths, dJ as resolvePathOnDataSchema, dK as resolvePathOnMapSchema } from '../../dist/vault.schema-99812078.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-8973f606.cjs.dev.cjs');
|
|
6
|
+
var identityApi_schema = require('../../dist/identity-api.schema-71c584a3.cjs.dev.cjs');
|
|
7
|
+
var tfheUtilities = require('../../dist/tfhe-utilities-74ffc1e1.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-05e0f7ea.cjs.prod.cjs');
|
|
6
|
+
var identityApi_schema = require('../../dist/identity-api.schema-63927f8c.cjs.prod.cjs');
|
|
7
|
+
var tfheUtilities = require('../../dist/tfhe-utilities-d53f6f9d.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, cR as GenericVerifiableCredentialSchema, cX as ID3CredentialSchema, cD as ID3CredentialSubjectSchema, cU as IDImageCredentialSchema, cO as IDImageCredentialSubjectSchema, cT as IDInformationCredentialSchema, cN as IDInformationCredentialSubjectSchema, cS as IDInformationTfheCredentialSchema, cM as IDInformationTfheCredentialSubjectSchema, cY as IDScanCredentialSchema, cE as IDScanCredentialSubjectSchema, cZ as IDScanPassportCredentialSchema, cF as IDScanPassportCredentialSubjectSchema, c_ as IDScanSelfieCredentialSchema, cG as IDScanSelfieCredentialSubjectSchema, a_ as ISO3CountryCode, d3 as OLD_AMLScreeningsResultsCredentialSchema, cL as OLD_AMLScreeningsResultsCredentialSubjectSchema, c$ as OLD_IDImageCredentialSchema, cH as OLD_IDImageCredentialSubjectSchema, d0 as OLD_IDInformationCredentialSchema, cI as OLD_IDInformationCredentialSubjectSchema, d1 as OLD_ProofOfResidenceCredentialSchema, cJ as OLD_ProofOfResidenceCredentialSubjectSchema, d2 as OLD_SelfieImageCredentialSchema, cK as OLD_SelfieImageCredentialSubjectSchema, cW as ProofOfResidenceCredentialSchema, cQ as ProofOfResidenceCredentialSubjectSchema, cV as SelfieImageCredentialSchema, cP as SelfieImageCredentialSubjectSchema, b1 as countryISO3toISO2Mapping, b4 as isoCountriesNameFromISO2 } from '../../dist/vault.schema-
|
|
2
|
-
export { cb as CredentialMediaType, c6 as CredentialNames, c5 as CredentialSchemas, c9 as CredentialType, C as CredentialTypes, c7 as NexeraCredentialType, ca as VerifiableCredential, c8 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, cR as GenericVerifiableCredentialSchema, cX as ID3CredentialSchema, cD as ID3CredentialSubjectSchema, cU as IDImageCredentialSchema, cO as IDImageCredentialSubjectSchema, cT as IDInformationCredentialSchema, cN as IDInformationCredentialSubjectSchema, cS as IDInformationTfheCredentialSchema, cM as IDInformationTfheCredentialSubjectSchema, cY as IDScanCredentialSchema, cE as IDScanCredentialSubjectSchema, cZ as IDScanPassportCredentialSchema, cF as IDScanPassportCredentialSubjectSchema, c_ as IDScanSelfieCredentialSchema, cG as IDScanSelfieCredentialSubjectSchema, a_ as ISO3CountryCode, d3 as OLD_AMLScreeningsResultsCredentialSchema, cL as OLD_AMLScreeningsResultsCredentialSubjectSchema, c$ as OLD_IDImageCredentialSchema, cH as OLD_IDImageCredentialSubjectSchema, d0 as OLD_IDInformationCredentialSchema, cI as OLD_IDInformationCredentialSubjectSchema, d1 as OLD_ProofOfResidenceCredentialSchema, cJ as OLD_ProofOfResidenceCredentialSubjectSchema, d2 as OLD_SelfieImageCredentialSchema, cK as OLD_SelfieImageCredentialSubjectSchema, cW as ProofOfResidenceCredentialSchema, cQ as ProofOfResidenceCredentialSubjectSchema, cV as SelfieImageCredentialSchema, cP as SelfieImageCredentialSubjectSchema, b1 as countryISO3toISO2Mapping, b4 as isoCountriesNameFromISO2 } from '../../dist/vault.schema-99812078.esm.mjs';
|
|
2
|
+
export { cb as CredentialMediaType, c6 as CredentialNames, c5 as CredentialSchemas, c9 as CredentialType, C as CredentialTypes, c7 as NexeraCredentialType, ca as VerifiableCredential, c8 as getCredentialName } from '../../dist/identity-api.schema-fc405e43.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-fc217910.esm.mjs';
|
|
4
4
|
import 'zod';
|
|
5
5
|
import 'nanoid';
|
|
6
6
|
import 'decimal.js';
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var zod = require('zod');
|
|
6
|
-
var vault_schema = require('../../dist/vault.schema-
|
|
7
|
-
var identityApi_schema = require('../../dist/identity-api.schema-
|
|
8
|
-
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-
|
|
6
|
+
var vault_schema = require('../../dist/vault.schema-8973f606.cjs.dev.cjs');
|
|
7
|
+
var identityApi_schema = require('../../dist/identity-api.schema-71c584a3.cjs.dev.cjs');
|
|
8
|
+
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-49ada60a.cjs.dev.cjs');
|
|
9
9
|
var zodToJsonSchema = require('zod-to-json-schema');
|
|
10
10
|
require('nanoid');
|
|
11
11
|
require('decimal.js');
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var zod = require('zod');
|
|
6
|
-
var vault_schema = require('../../dist/vault.schema-
|
|
7
|
-
var identityApi_schema = require('../../dist/identity-api.schema-
|
|
8
|
-
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-
|
|
6
|
+
var vault_schema = require('../../dist/vault.schema-05e0f7ea.cjs.prod.cjs');
|
|
7
|
+
var identityApi_schema = require('../../dist/identity-api.schema-63927f8c.cjs.prod.cjs');
|
|
8
|
+
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-39dc07bf.cjs.prod.cjs');
|
|
9
9
|
var zodToJsonSchema = require('zod-to-json-schema');
|
|
10
10
|
require('nanoid');
|
|
11
11
|
require('decimal.js');
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { aS as UuidString, cx as ExternalCustomerId, a_ as ISO3CountryCode, ar as BlockchainAddress, cR as GenericVerifiableCredentialSchema,
|
|
3
|
-
import { a as RiskScoreType, c as CustomerType, h as CustomerOnboardingLevel, j as CustomerStatus, a5 as RuleResultStatus } from '../../dist/identity-api.schema-
|
|
4
|
-
import { M as MergedProviders, I as IpQualityServiceAnalysisResponse, C as ComplyAdvantageSearchResponse, a as ComplyAdvantageSearchErrorResponse, b as ComplyAdvantageSearchSuccessResponse } from '../../dist/CoinMarketCap.schema-
|
|
2
|
+
import { aS as UuidString, cx as ExternalCustomerId, a_ as ISO3CountryCode, ar as BlockchainAddress, cR as GenericVerifiableCredentialSchema, dX as WalletScreeningData, d8 as TransactionTypes, de as TransactionReviewStatuses, e0 as _toArray, d$ as _toConsumableArray, aR as EnvironmentSchema } from '../../dist/vault.schema-99812078.esm.mjs';
|
|
3
|
+
import { a as RiskScoreType, c as CustomerType, h as CustomerOnboardingLevel, j as CustomerStatus, a5 as RuleResultStatus } from '../../dist/identity-api.schema-fc405e43.esm.mjs';
|
|
4
|
+
import { M as MergedProviders, I as IpQualityServiceAnalysisResponse, C as ComplyAdvantageSearchResponse, a as ComplyAdvantageSearchErrorResponse, b as ComplyAdvantageSearchSuccessResponse } from '../../dist/CoinMarketCap.schema-89f84f7d.esm.mjs';
|
|
5
5
|
import { zodToJsonSchema } from 'zod-to-json-schema';
|
|
6
6
|
import 'nanoid';
|
|
7
7
|
import 'decimal.js';
|