@nexeraid/identity-schemas 2.77.0-dev → 2.79.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-32e2c7da.cjs.prod.cjs → CoinMarketCap.schema-898f7352.cjs.prod.cjs} +2 -2
- package/dist/{CoinMarketCap.schema-184b8dba.esm.mjs → CoinMarketCap.schema-9ed30efb.esm.mjs} +2 -2
- package/dist/{CoinMarketCap.schema-e32b532c.cjs.dev.cjs → CoinMarketCap.schema-cb2cb990.cjs.dev.cjs} +2 -2
- package/dist/declarations/src/vault/schemas/generated/Transaction.schema.json.d.ts +818 -0
- package/dist/declarations/src/vault/schemas/generated/Transaction.type.d.ts +21 -0
- package/dist/declarations/src/vault/schemas/generated/Transaction.type.d.ts.map +1 -1
- package/dist/declarations/src/vault/vault.schema.d.ts +165 -0
- package/dist/declarations/src/vault/vault.schema.d.ts.map +1 -1
- package/dist/{identity-api.schema-ea5b7e85.cjs.prod.cjs → identity-api.schema-281e27f8.cjs.prod.cjs} +1 -1
- package/dist/{identity-api.schema-78cad570.cjs.dev.cjs → identity-api.schema-924918d6.cjs.dev.cjs} +1 -1
- package/dist/{identity-api.schema-a2ca36c1.esm.mjs → identity-api.schema-a1e12180.esm.mjs} +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-17dfb556.cjs.prod.cjs → tfhe-utilities-791a7163.cjs.prod.cjs} +2 -2
- package/dist/{tfhe-utilities-180e4ba0.cjs.dev.cjs → tfhe-utilities-dadd90dd.cjs.dev.cjs} +2 -2
- package/dist/{tfhe-utilities-2ff3db73.esm.mjs → tfhe-utilities-ec01285b.esm.mjs} +2 -2
- package/dist/{vault.schema-4acec510.esm.mjs → vault.schema-1731457a.esm.mjs} +1034 -186
- package/dist/{vault.schema-01e66371.cjs.prod.cjs → vault.schema-2462a106.cjs.prod.cjs} +1034 -186
- package/dist/{vault.schema-f3a557c2.cjs.dev.cjs → vault.schema-bcad47da.cjs.dev.cjs} +1034 -186
- 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
|
@@ -3797,8 +3797,8 @@ var SUMSUB_REVIEW_ANSWERS = ["GREEN", "RED", "YELLOW"];
|
|
|
3797
3797
|
var SumSubReviewAnswer = z["enum"](SUMSUB_REVIEW_ANSWERS);
|
|
3798
3798
|
var SUMSUB_REVIEW_REJECT_TYPES = ["FINAL", "RETRY"];
|
|
3799
3799
|
var SumSubReviewRejectType = z["enum"](SUMSUB_REVIEW_REJECT_TYPES);
|
|
3800
|
-
var AML_RESULTS = ["AML Hits", "PEP Hits", "Sanction Hits", "Adverse Media"];
|
|
3801
|
-
var AmlResults = z["enum"](AML_RESULTS);
|
|
3800
|
+
var AML_RESULTS$1 = ["AML Hits", "PEP Hits", "Sanction Hits", "Adverse Media"];
|
|
3801
|
+
var AmlResults$1 = z["enum"](AML_RESULTS$1);
|
|
3802
3802
|
var WALLET_SCREENING_RISK_SCORE = ["No Risk", "Low Risk", "Medium Risk", "High Risk", "Critical Risk"];
|
|
3803
3803
|
z["enum"](WALLET_SCREENING_RISK_SCORE);
|
|
3804
3804
|
var DETECTED_DUPLICATES = ["Duplicate hit"];
|
|
@@ -3821,7 +3821,7 @@ var CustomerZodSchema = z.object({
|
|
|
3821
3821
|
idInformationRejectType: SumSubReviewRejectType.optional()
|
|
3822
3822
|
}).optional(),
|
|
3823
3823
|
amlScreening: z.object({
|
|
3824
|
-
amlResults: AmlResults.array().optional()
|
|
3824
|
+
amlResults: AmlResults$1.array().optional()
|
|
3825
3825
|
}).optional(),
|
|
3826
3826
|
duplicates: z.object({
|
|
3827
3827
|
detectedDuplicates: DetectedDuplicates.array().optional()
|
|
@@ -9915,188 +9915,1036 @@ var TransactionJsonSchema = {
|
|
|
9915
9915
|
}
|
|
9916
9916
|
},
|
|
9917
9917
|
additionalProperties: false
|
|
9918
|
-
}
|
|
9919
|
-
|
|
9920
|
-
|
|
9921
|
-
|
|
9922
|
-
|
|
9923
|
-
|
|
9924
|
-
|
|
9925
|
-
|
|
9926
|
-
|
|
9927
|
-
|
|
9928
|
-
|
|
9929
|
-
|
|
9930
|
-
|
|
9931
|
-
|
|
9932
|
-
|
|
9933
|
-
|
|
9934
|
-
|
|
9935
|
-
|
|
9936
|
-
|
|
9937
|
-
|
|
9938
|
-
|
|
9939
|
-
|
|
9940
|
-
|
|
9941
|
-
|
|
9942
|
-
|
|
9943
|
-
|
|
9944
|
-
|
|
9945
|
-
|
|
9946
|
-
|
|
9947
|
-
|
|
9948
|
-
|
|
9949
|
-
|
|
9950
|
-
|
|
9951
|
-
|
|
9952
|
-
|
|
9953
|
-
|
|
9954
|
-
|
|
9955
|
-
|
|
9956
|
-
|
|
9957
|
-
|
|
9958
|
-
|
|
9959
|
-
|
|
9960
|
-
|
|
9961
|
-
|
|
9962
|
-
|
|
9963
|
-
|
|
9964
|
-
|
|
9965
|
-
|
|
9966
|
-
|
|
9967
|
-
|
|
9968
|
-
|
|
9969
|
-
|
|
9970
|
-
|
|
9971
|
-
|
|
9972
|
-
|
|
9973
|
-
|
|
9974
|
-
|
|
9975
|
-
|
|
9976
|
-
|
|
9977
|
-
|
|
9978
|
-
|
|
9979
|
-
|
|
9980
|
-
|
|
9981
|
-
|
|
9982
|
-
|
|
9983
|
-
|
|
9984
|
-
|
|
9985
|
-
|
|
9986
|
-
|
|
9987
|
-
|
|
9988
|
-
|
|
9989
|
-
|
|
9990
|
-
|
|
9991
|
-
|
|
9992
|
-
|
|
9993
|
-
|
|
9994
|
-
|
|
9995
|
-
|
|
9996
|
-
|
|
9997
|
-
|
|
9998
|
-
|
|
9999
|
-
|
|
10000
|
-
|
|
10001
|
-
|
|
10002
|
-
|
|
10003
|
-
|
|
10004
|
-
|
|
10005
|
-
|
|
10006
|
-
|
|
10007
|
-
|
|
10008
|
-
|
|
10009
|
-
|
|
10010
|
-
|
|
10011
|
-
|
|
10012
|
-
|
|
10013
|
-
|
|
10014
|
-
|
|
10015
|
-
|
|
10016
|
-
|
|
10017
|
-
|
|
10018
|
-
|
|
10019
|
-
|
|
10020
|
-
|
|
10021
|
-
|
|
10022
|
-
|
|
10023
|
-
|
|
10024
|
-
|
|
10025
|
-
}
|
|
10026
|
-
|
|
10027
|
-
|
|
10028
|
-
|
|
10029
|
-
|
|
10030
|
-
|
|
10031
|
-
|
|
10032
|
-
|
|
10033
|
-
|
|
10034
|
-
|
|
10035
|
-
|
|
10036
|
-
|
|
10037
|
-
|
|
10038
|
-
|
|
10039
|
-
|
|
10040
|
-
|
|
10041
|
-
|
|
10042
|
-
|
|
10043
|
-
|
|
10044
|
-
|
|
10045
|
-
|
|
10046
|
-
|
|
10047
|
-
|
|
10048
|
-
|
|
10049
|
-
|
|
10050
|
-
|
|
10051
|
-
|
|
10052
|
-
|
|
10053
|
-
|
|
10054
|
-
|
|
10055
|
-
|
|
10056
|
-
|
|
10057
|
-
|
|
10058
|
-
|
|
10059
|
-
|
|
10060
|
-
|
|
10061
|
-
|
|
10062
|
-
|
|
10063
|
-
|
|
10064
|
-
|
|
10065
|
-
|
|
10066
|
-
|
|
10067
|
-
|
|
10068
|
-
|
|
10069
|
-
|
|
10070
|
-
|
|
10071
|
-
|
|
10072
|
-
|
|
10073
|
-
|
|
10074
|
-
|
|
10075
|
-
|
|
10076
|
-
|
|
10077
|
-
|
|
10078
|
-
|
|
10079
|
-
|
|
10080
|
-
|
|
10081
|
-
|
|
10082
|
-
|
|
10083
|
-
|
|
10084
|
-
|
|
10085
|
-
|
|
10086
|
-
|
|
10087
|
-
|
|
10088
|
-
|
|
10089
|
-
|
|
10090
|
-
|
|
10091
|
-
|
|
10092
|
-
|
|
10093
|
-
|
|
10094
|
-
|
|
10095
|
-
|
|
10096
|
-
|
|
10097
|
-
|
|
10098
|
-
|
|
10099
|
-
|
|
9918
|
+
},
|
|
9919
|
+
amlScreening: {
|
|
9920
|
+
type: "object",
|
|
9921
|
+
properties: {
|
|
9922
|
+
amlResults: {
|
|
9923
|
+
type: "array",
|
|
9924
|
+
items: {
|
|
9925
|
+
type: "string",
|
|
9926
|
+
"enum": [
|
|
9927
|
+
"AML Hits",
|
|
9928
|
+
"PEP Hits",
|
|
9929
|
+
"Sanction Hits",
|
|
9930
|
+
"Adverse Media"
|
|
9931
|
+
]
|
|
9932
|
+
}
|
|
9933
|
+
}
|
|
9934
|
+
},
|
|
9935
|
+
additionalProperties: false
|
|
9936
|
+
},
|
|
9937
|
+
walletScreening: {
|
|
9938
|
+
type: "object",
|
|
9939
|
+
properties: {
|
|
9940
|
+
riskLevel: {
|
|
9941
|
+
type: "string",
|
|
9942
|
+
"enum": [
|
|
9943
|
+
"No Risk",
|
|
9944
|
+
"Low Risk",
|
|
9945
|
+
"Medium Risk",
|
|
9946
|
+
"High Risk",
|
|
9947
|
+
"Critical Risk"
|
|
9948
|
+
]
|
|
9949
|
+
},
|
|
9950
|
+
riskScore: {
|
|
9951
|
+
type: "number",
|
|
9952
|
+
minimum: 0,
|
|
9953
|
+
maximum: 100
|
|
9954
|
+
},
|
|
9955
|
+
firstActive: {
|
|
9956
|
+
type: "number"
|
|
9957
|
+
},
|
|
9958
|
+
lastActive: {
|
|
9959
|
+
type: "number"
|
|
9960
|
+
},
|
|
9961
|
+
lastScreened: {
|
|
9962
|
+
type: "number"
|
|
9963
|
+
},
|
|
9964
|
+
entities: {
|
|
9965
|
+
type: "array",
|
|
9966
|
+
items: {
|
|
9967
|
+
type: "object",
|
|
9968
|
+
properties: {
|
|
9969
|
+
name: {
|
|
9970
|
+
type: "string"
|
|
9971
|
+
},
|
|
9972
|
+
entityType: {
|
|
9973
|
+
type: "string",
|
|
9974
|
+
"enum": [
|
|
9975
|
+
"ATM",
|
|
9976
|
+
"Airdrop",
|
|
9977
|
+
"Auctioned assets",
|
|
9978
|
+
"Bank",
|
|
9979
|
+
"Block reward",
|
|
9980
|
+
"Bot",
|
|
9981
|
+
"Child abuse",
|
|
9982
|
+
"Cloud mining",
|
|
9983
|
+
"Community reported scam",
|
|
9984
|
+
"Cross-chain Bridge Protocol",
|
|
9985
|
+
"Darkweb",
|
|
9986
|
+
"Decentralized service",
|
|
9987
|
+
"Dex",
|
|
9988
|
+
"Donations",
|
|
9989
|
+
"Exchange",
|
|
9990
|
+
"Gambling",
|
|
9991
|
+
"Hack",
|
|
9992
|
+
"ICO",
|
|
9993
|
+
"Ignored small amounts",
|
|
9994
|
+
"Investment management firm",
|
|
9995
|
+
"Large transaction",
|
|
9996
|
+
"Large unnamed entity",
|
|
9997
|
+
"Mining pool",
|
|
9998
|
+
"Mixing pattern",
|
|
9999
|
+
"Mixing service",
|
|
10000
|
+
"NFT Marketplace",
|
|
10001
|
+
"No entities found",
|
|
10002
|
+
"Ongoing legal action",
|
|
10003
|
+
"Payment Service Provider",
|
|
10004
|
+
"Payment channel",
|
|
10005
|
+
"Peeling chain of unknown origin",
|
|
10006
|
+
"Phishing",
|
|
10007
|
+
"Ransomware",
|
|
10008
|
+
"Real World Asset",
|
|
10009
|
+
"Sanction list",
|
|
10010
|
+
"Scam",
|
|
10011
|
+
"Seized assets",
|
|
10012
|
+
"Service",
|
|
10013
|
+
"Staking pool",
|
|
10014
|
+
"Suspicious",
|
|
10015
|
+
"Terrorism",
|
|
10016
|
+
"Token",
|
|
10017
|
+
"Token burning",
|
|
10018
|
+
"Token minting",
|
|
10019
|
+
"Unspent output",
|
|
10020
|
+
"Wallet",
|
|
10021
|
+
"OFAC sanction list",
|
|
10022
|
+
"Closed exchange",
|
|
10023
|
+
"Custom group"
|
|
10024
|
+
]
|
|
10025
|
+
}
|
|
10026
|
+
},
|
|
10027
|
+
required: [
|
|
10028
|
+
"name",
|
|
10029
|
+
"entityType"
|
|
10030
|
+
],
|
|
10031
|
+
additionalProperties: false
|
|
10032
|
+
}
|
|
10033
|
+
},
|
|
10034
|
+
blockchainsActive: {
|
|
10035
|
+
type: "array",
|
|
10036
|
+
items: {
|
|
10037
|
+
type: "string",
|
|
10038
|
+
"enum": [
|
|
10039
|
+
"BITCOIN",
|
|
10040
|
+
"ETHEREUM",
|
|
10041
|
+
"BITCOINCASH",
|
|
10042
|
+
"LITECOIN",
|
|
10043
|
+
"DASH",
|
|
10044
|
+
"RIPPLE",
|
|
10045
|
+
"TEZOS",
|
|
10046
|
+
"TRON",
|
|
10047
|
+
"BSC",
|
|
10048
|
+
"STELLAR",
|
|
10049
|
+
"CARDANO",
|
|
10050
|
+
"ZCASH",
|
|
10051
|
+
"MONERO",
|
|
10052
|
+
"SOLANA",
|
|
10053
|
+
"POLKADOT",
|
|
10054
|
+
"ICON",
|
|
10055
|
+
"DOGECOIN",
|
|
10056
|
+
"FILECOIN",
|
|
10057
|
+
"ARBITRUMONE",
|
|
10058
|
+
"COSMOS",
|
|
10059
|
+
"ALGORAND",
|
|
10060
|
+
"CELO",
|
|
10061
|
+
"POLYGON",
|
|
10062
|
+
"EOS",
|
|
10063
|
+
"ETHEREUMCLASSIC",
|
|
10064
|
+
"FLOW",
|
|
10065
|
+
"FANTOM",
|
|
10066
|
+
"MOONBEAM",
|
|
10067
|
+
"GROESTLCOIN",
|
|
10068
|
+
"INTERNETCOMPUTERPROTOCOL",
|
|
10069
|
+
"INJECTIVEPROTOCOL",
|
|
10070
|
+
"KUSAMA",
|
|
10071
|
+
"LISK",
|
|
10072
|
+
"TERRACLASSIC",
|
|
10073
|
+
"MOONRIVER",
|
|
10074
|
+
"NEARPROTOCOL",
|
|
10075
|
+
"BITCOINGOLD",
|
|
10076
|
+
"THORCHAIN",
|
|
10077
|
+
"SIACOIN",
|
|
10078
|
+
"ECREDITS",
|
|
10079
|
+
"BITCOINSV",
|
|
10080
|
+
"RADIX",
|
|
10081
|
+
"STACKS",
|
|
10082
|
+
"THETANETWORK",
|
|
10083
|
+
"VECHAIN",
|
|
10084
|
+
"VITE",
|
|
10085
|
+
"ZILLIQA",
|
|
10086
|
+
"NEM",
|
|
10087
|
+
"NEO",
|
|
10088
|
+
"VERGE",
|
|
10089
|
+
"AVALANCHE",
|
|
10090
|
+
"GNOSIS",
|
|
10091
|
+
"APTOS",
|
|
10092
|
+
"BNBBEACONCHAIN",
|
|
10093
|
+
"OPTIMISM",
|
|
10094
|
+
"VENIDIUM",
|
|
10095
|
+
"MULTIVERSX",
|
|
10096
|
+
"HARMONY",
|
|
10097
|
+
"TON",
|
|
10098
|
+
"WEMIX",
|
|
10099
|
+
"CRONOS",
|
|
10100
|
+
"AVALANCHEP-XCHAIN",
|
|
10101
|
+
"SUI",
|
|
10102
|
+
"METIS",
|
|
10103
|
+
"AETERNITY",
|
|
10104
|
+
"COTI",
|
|
10105
|
+
"CASPER",
|
|
10106
|
+
"CONSTELLATION",
|
|
10107
|
+
"ELECTRONEUM",
|
|
10108
|
+
"EVERSCALE",
|
|
10109
|
+
"DECENTRALIZEDPICTURES",
|
|
10110
|
+
"HEDERA",
|
|
10111
|
+
"CIRRUS",
|
|
10112
|
+
"HATHOR",
|
|
10113
|
+
"KADENA",
|
|
10114
|
+
"STRATIS",
|
|
10115
|
+
"IOST",
|
|
10116
|
+
"DIGIBYTE",
|
|
10117
|
+
"KOMODO",
|
|
10118
|
+
"RAVENCOIN",
|
|
10119
|
+
"TELOS",
|
|
10120
|
+
"DIGITALBITS",
|
|
10121
|
+
"NERVOS",
|
|
10122
|
+
"DIVI",
|
|
10123
|
+
"HIVE",
|
|
10124
|
+
"NANO",
|
|
10125
|
+
"XDCNETWORK",
|
|
10126
|
+
"FUSE",
|
|
10127
|
+
"ZKSYNC",
|
|
10128
|
+
"BOBA",
|
|
10129
|
+
"HECO",
|
|
10130
|
+
"PULSECHAIN",
|
|
10131
|
+
"BASE",
|
|
10132
|
+
"HELIUM",
|
|
10133
|
+
"DOGECHAIN",
|
|
10134
|
+
"KASPA",
|
|
10135
|
+
"MANTLE",
|
|
10136
|
+
"SEI",
|
|
10137
|
+
"COMDEX",
|
|
10138
|
+
"FIRO",
|
|
10139
|
+
"ECASH",
|
|
10140
|
+
"XDAG",
|
|
10141
|
+
"RONIN",
|
|
10142
|
+
"KLEVER",
|
|
10143
|
+
"BAHAMUT",
|
|
10144
|
+
"FLARE",
|
|
10145
|
+
"CELESTIA",
|
|
10146
|
+
"BNBOPTIMISTIC",
|
|
10147
|
+
"OSMOSIS",
|
|
10148
|
+
"MANTANETWORK",
|
|
10149
|
+
"CONFLUX",
|
|
10150
|
+
"IOTA",
|
|
10151
|
+
"STARKNET",
|
|
10152
|
+
"PARTISIA",
|
|
10153
|
+
"LINEA",
|
|
10154
|
+
"NIBIRUCHAIN",
|
|
10155
|
+
"DYDXCHAIN",
|
|
10156
|
+
"DYMENSION",
|
|
10157
|
+
"OKB",
|
|
10158
|
+
"POLYGONZKEVM",
|
|
10159
|
+
"LUMIA"
|
|
10160
|
+
]
|
|
10161
|
+
}
|
|
10162
|
+
},
|
|
10163
|
+
countries: {
|
|
10164
|
+
type: "array",
|
|
10165
|
+
items: {
|
|
10166
|
+
type: "string",
|
|
10167
|
+
"enum": [
|
|
10168
|
+
"Afghanistan",
|
|
10169
|
+
"Åland Islands",
|
|
10170
|
+
"Albania",
|
|
10171
|
+
"Algeria",
|
|
10172
|
+
"American Samoa",
|
|
10173
|
+
"Andorra",
|
|
10174
|
+
"Angola",
|
|
10175
|
+
"Anguilla",
|
|
10176
|
+
"Antigua and Barbuda",
|
|
10177
|
+
"Argentina",
|
|
10178
|
+
"Armenia",
|
|
10179
|
+
"Aruba",
|
|
10180
|
+
"Australia",
|
|
10181
|
+
"Austria",
|
|
10182
|
+
"Azerbaijan",
|
|
10183
|
+
"Bahamas",
|
|
10184
|
+
"Bahrain",
|
|
10185
|
+
"Bangladesh",
|
|
10186
|
+
"Barbados",
|
|
10187
|
+
"Belarus",
|
|
10188
|
+
"Belgium",
|
|
10189
|
+
"Belize",
|
|
10190
|
+
"Benin",
|
|
10191
|
+
"Bermuda",
|
|
10192
|
+
"Bhutan",
|
|
10193
|
+
"Bolivia",
|
|
10194
|
+
"Bonaire, Sint Eustatius and Saba",
|
|
10195
|
+
"Bosnia-Herzegovina",
|
|
10196
|
+
"Botswana",
|
|
10197
|
+
"Brazil",
|
|
10198
|
+
"British Indian Ocean Territory",
|
|
10199
|
+
"British Virgin Islands",
|
|
10200
|
+
"Brunei Darussalam",
|
|
10201
|
+
"Bulgaria",
|
|
10202
|
+
"Burkina Faso",
|
|
10203
|
+
"Burundi",
|
|
10204
|
+
"Cambodia",
|
|
10205
|
+
"Cameroon",
|
|
10206
|
+
"Canada",
|
|
10207
|
+
"Cape Verde",
|
|
10208
|
+
"Cayman Islands",
|
|
10209
|
+
"Central African Rep",
|
|
10210
|
+
"Chad",
|
|
10211
|
+
"Chile",
|
|
10212
|
+
"China",
|
|
10213
|
+
"Christmas Island",
|
|
10214
|
+
"Cocos (Keeling) Islands",
|
|
10215
|
+
"Colombia",
|
|
10216
|
+
"Comoros",
|
|
10217
|
+
"Congo (Brazzaville)",
|
|
10218
|
+
"Congo, the Democratic Republic",
|
|
10219
|
+
"Cook Islands",
|
|
10220
|
+
"Costa Rica",
|
|
10221
|
+
"Cote D'Ivoire",
|
|
10222
|
+
"Croatia",
|
|
10223
|
+
"Cuba",
|
|
10224
|
+
"Curacao",
|
|
10225
|
+
"Cyprus",
|
|
10226
|
+
"Czech Republic",
|
|
10227
|
+
"Denmark",
|
|
10228
|
+
"Djibouti",
|
|
10229
|
+
"Dominica",
|
|
10230
|
+
"Dominican Republic",
|
|
10231
|
+
"Ecuador",
|
|
10232
|
+
"Egypt",
|
|
10233
|
+
"El Salvador",
|
|
10234
|
+
"Equatorial Guinea",
|
|
10235
|
+
"Eritrea",
|
|
10236
|
+
"Estonia",
|
|
10237
|
+
"Eswatini",
|
|
10238
|
+
"Ethiopia",
|
|
10239
|
+
"Falkland Islands (Malvinas)",
|
|
10240
|
+
"Faroe islands",
|
|
10241
|
+
"Fiji",
|
|
10242
|
+
"Finland",
|
|
10243
|
+
"France",
|
|
10244
|
+
"French Guiana",
|
|
10245
|
+
"French Polynesia",
|
|
10246
|
+
"Gabon",
|
|
10247
|
+
"Gambia",
|
|
10248
|
+
"Georgia",
|
|
10249
|
+
"Germany",
|
|
10250
|
+
"Ghana",
|
|
10251
|
+
"Gibraltar",
|
|
10252
|
+
"Greece",
|
|
10253
|
+
"Greenland",
|
|
10254
|
+
"Grenada",
|
|
10255
|
+
"Guadeloupe",
|
|
10256
|
+
"Guam",
|
|
10257
|
+
"Guatemala",
|
|
10258
|
+
"Guernsey",
|
|
10259
|
+
"Guinea",
|
|
10260
|
+
"Guinea Bissau",
|
|
10261
|
+
"Guyana",
|
|
10262
|
+
"Haiti",
|
|
10263
|
+
"Honduras",
|
|
10264
|
+
"Hong Kong",
|
|
10265
|
+
"Hungary",
|
|
10266
|
+
"Iceland",
|
|
10267
|
+
"India",
|
|
10268
|
+
"Indonesia",
|
|
10269
|
+
"Iran, Islamic Republic of",
|
|
10270
|
+
"Iraq",
|
|
10271
|
+
"Ireland",
|
|
10272
|
+
"Isle Of Man",
|
|
10273
|
+
"Israel",
|
|
10274
|
+
"Italy",
|
|
10275
|
+
"Jamaica",
|
|
10276
|
+
"Japan",
|
|
10277
|
+
"Jersey",
|
|
10278
|
+
"Jordan",
|
|
10279
|
+
"Kazakhstan",
|
|
10280
|
+
"Kenya",
|
|
10281
|
+
"Kiribati",
|
|
10282
|
+
"Kosovo",
|
|
10283
|
+
"Kuwait",
|
|
10284
|
+
"Kyrgyzstan",
|
|
10285
|
+
"Lao People's Democratic Republic",
|
|
10286
|
+
"Latvia",
|
|
10287
|
+
"Lebanon",
|
|
10288
|
+
"Lesotho",
|
|
10289
|
+
"Liberia",
|
|
10290
|
+
"Libya",
|
|
10291
|
+
"Liechtenstein",
|
|
10292
|
+
"Lithuania",
|
|
10293
|
+
"Luxembourg",
|
|
10294
|
+
"Macau",
|
|
10295
|
+
"Madagascar",
|
|
10296
|
+
"Malawi",
|
|
10297
|
+
"Malaysia",
|
|
10298
|
+
"Maldives",
|
|
10299
|
+
"Mali",
|
|
10300
|
+
"Malta",
|
|
10301
|
+
"Marshall Islands",
|
|
10302
|
+
"Martinique",
|
|
10303
|
+
"Mauritania",
|
|
10304
|
+
"Mauritius",
|
|
10305
|
+
"Mayotte",
|
|
10306
|
+
"Mexico",
|
|
10307
|
+
"Micronesia",
|
|
10308
|
+
"Moldova",
|
|
10309
|
+
"Monaco",
|
|
10310
|
+
"Mongolia",
|
|
10311
|
+
"Montenegro",
|
|
10312
|
+
"Montserrat",
|
|
10313
|
+
"Morocco",
|
|
10314
|
+
"Mozambique",
|
|
10315
|
+
"Myanmar",
|
|
10316
|
+
"Namibia",
|
|
10317
|
+
"Nauru",
|
|
10318
|
+
"Nepal",
|
|
10319
|
+
"Netherlands",
|
|
10320
|
+
"New Caledonia",
|
|
10321
|
+
"New Zealand",
|
|
10322
|
+
"Nicaragua",
|
|
10323
|
+
"Niger",
|
|
10324
|
+
"Nigeria",
|
|
10325
|
+
"Niue",
|
|
10326
|
+
"Norfolk Island",
|
|
10327
|
+
"North Korea",
|
|
10328
|
+
"North Macedonia",
|
|
10329
|
+
"North Mariana Islands",
|
|
10330
|
+
"Norway",
|
|
10331
|
+
"Oman",
|
|
10332
|
+
"Pakistan",
|
|
10333
|
+
"Palau",
|
|
10334
|
+
"Palestine, State of",
|
|
10335
|
+
"Panama",
|
|
10336
|
+
"Papua New Guinea",
|
|
10337
|
+
"Paraguay",
|
|
10338
|
+
"Peru",
|
|
10339
|
+
"Philippines",
|
|
10340
|
+
"Pitcairn",
|
|
10341
|
+
"Poland",
|
|
10342
|
+
"Portugal",
|
|
10343
|
+
"Puerto Rico",
|
|
10344
|
+
"Qatar",
|
|
10345
|
+
"Réunion",
|
|
10346
|
+
"Romania",
|
|
10347
|
+
"Russian Federation",
|
|
10348
|
+
"Rwanda",
|
|
10349
|
+
"Saint Barthélemy",
|
|
10350
|
+
"Saint Helena, Ascension and Tristan",
|
|
10351
|
+
"Saint Kitts & Nevis",
|
|
10352
|
+
"Saint Lucia",
|
|
10353
|
+
"Saint Maarten",
|
|
10354
|
+
"Saint Martin (French part)",
|
|
10355
|
+
"Saint Pierre and Miquelon",
|
|
10356
|
+
"Saint Vincent & Grenadines",
|
|
10357
|
+
"Samoa",
|
|
10358
|
+
"San Marino",
|
|
10359
|
+
"Sao Tome & Prin.",
|
|
10360
|
+
"Saudi Arabia",
|
|
10361
|
+
"Senegal",
|
|
10362
|
+
"Serbia",
|
|
10363
|
+
"Seychelles",
|
|
10364
|
+
"Sierra Leone",
|
|
10365
|
+
"Singapore",
|
|
10366
|
+
"Slovakia",
|
|
10367
|
+
"Slovenia",
|
|
10368
|
+
"Solomon Islands",
|
|
10369
|
+
"Somalia",
|
|
10370
|
+
"South Africa",
|
|
10371
|
+
"South Korea",
|
|
10372
|
+
"South Sudan",
|
|
10373
|
+
"Spain",
|
|
10374
|
+
"Sri Lanka",
|
|
10375
|
+
"Sudan",
|
|
10376
|
+
"Suriname",
|
|
10377
|
+
"Svalbard and Mayen",
|
|
10378
|
+
"Sweden",
|
|
10379
|
+
"Switzerland",
|
|
10380
|
+
"Syria",
|
|
10381
|
+
"Taiwan",
|
|
10382
|
+
"Tajikistan",
|
|
10383
|
+
"Tanzania",
|
|
10384
|
+
"Thailand",
|
|
10385
|
+
"Timor-Leste",
|
|
10386
|
+
"Togo",
|
|
10387
|
+
"Tokelau",
|
|
10388
|
+
"Tonga",
|
|
10389
|
+
"Trinidad & Tobago",
|
|
10390
|
+
"Tunisia",
|
|
10391
|
+
"Turkey",
|
|
10392
|
+
"Turkmenistan",
|
|
10393
|
+
"Turks & Caicos",
|
|
10394
|
+
"Tuvalu",
|
|
10395
|
+
"Uganda",
|
|
10396
|
+
"Ukraine",
|
|
10397
|
+
"United Arab Emirates",
|
|
10398
|
+
"United Kingdom",
|
|
10399
|
+
"United States",
|
|
10400
|
+
"United States Virgin Islands",
|
|
10401
|
+
"Uruguay",
|
|
10402
|
+
"Uzbekistan",
|
|
10403
|
+
"Vanuatu",
|
|
10404
|
+
"Vatican City State (Holy See)",
|
|
10405
|
+
"Venezuela",
|
|
10406
|
+
"Vietnam",
|
|
10407
|
+
"Wallis and Futuna",
|
|
10408
|
+
"Western Sahara",
|
|
10409
|
+
"Yemen",
|
|
10410
|
+
"Zambia",
|
|
10411
|
+
"Zimbabwe",
|
|
10412
|
+
"Undefined",
|
|
10413
|
+
"Netherlands Antiles",
|
|
10414
|
+
"Antarctica",
|
|
10415
|
+
"Bouvet Island",
|
|
10416
|
+
"French Southern Territories",
|
|
10417
|
+
"Heard Island & Mcdonald Islands",
|
|
10418
|
+
"South Georgia And Sandwich Isl.",
|
|
10419
|
+
"United States Outlying Islands"
|
|
10420
|
+
]
|
|
10421
|
+
}
|
|
10422
|
+
},
|
|
10423
|
+
relatedCountries: {
|
|
10424
|
+
type: "array",
|
|
10425
|
+
items: {
|
|
10426
|
+
type: "string",
|
|
10427
|
+
"enum": [
|
|
10428
|
+
"Afghanistan",
|
|
10429
|
+
"Åland Islands",
|
|
10430
|
+
"Albania",
|
|
10431
|
+
"Algeria",
|
|
10432
|
+
"American Samoa",
|
|
10433
|
+
"Andorra",
|
|
10434
|
+
"Angola",
|
|
10435
|
+
"Anguilla",
|
|
10436
|
+
"Antigua and Barbuda",
|
|
10437
|
+
"Argentina",
|
|
10438
|
+
"Armenia",
|
|
10439
|
+
"Aruba",
|
|
10440
|
+
"Australia",
|
|
10441
|
+
"Austria",
|
|
10442
|
+
"Azerbaijan",
|
|
10443
|
+
"Bahamas",
|
|
10444
|
+
"Bahrain",
|
|
10445
|
+
"Bangladesh",
|
|
10446
|
+
"Barbados",
|
|
10447
|
+
"Belarus",
|
|
10448
|
+
"Belgium",
|
|
10449
|
+
"Belize",
|
|
10450
|
+
"Benin",
|
|
10451
|
+
"Bermuda",
|
|
10452
|
+
"Bhutan",
|
|
10453
|
+
"Bolivia",
|
|
10454
|
+
"Bonaire, Sint Eustatius and Saba",
|
|
10455
|
+
"Bosnia-Herzegovina",
|
|
10456
|
+
"Botswana",
|
|
10457
|
+
"Brazil",
|
|
10458
|
+
"British Indian Ocean Territory",
|
|
10459
|
+
"British Virgin Islands",
|
|
10460
|
+
"Brunei Darussalam",
|
|
10461
|
+
"Bulgaria",
|
|
10462
|
+
"Burkina Faso",
|
|
10463
|
+
"Burundi",
|
|
10464
|
+
"Cambodia",
|
|
10465
|
+
"Cameroon",
|
|
10466
|
+
"Canada",
|
|
10467
|
+
"Cape Verde",
|
|
10468
|
+
"Cayman Islands",
|
|
10469
|
+
"Central African Rep",
|
|
10470
|
+
"Chad",
|
|
10471
|
+
"Chile",
|
|
10472
|
+
"China",
|
|
10473
|
+
"Christmas Island",
|
|
10474
|
+
"Cocos (Keeling) Islands",
|
|
10475
|
+
"Colombia",
|
|
10476
|
+
"Comoros",
|
|
10477
|
+
"Congo (Brazzaville)",
|
|
10478
|
+
"Congo, the Democratic Republic",
|
|
10479
|
+
"Cook Islands",
|
|
10480
|
+
"Costa Rica",
|
|
10481
|
+
"Cote D'Ivoire",
|
|
10482
|
+
"Croatia",
|
|
10483
|
+
"Cuba",
|
|
10484
|
+
"Curacao",
|
|
10485
|
+
"Cyprus",
|
|
10486
|
+
"Czech Republic",
|
|
10487
|
+
"Denmark",
|
|
10488
|
+
"Djibouti",
|
|
10489
|
+
"Dominica",
|
|
10490
|
+
"Dominican Republic",
|
|
10491
|
+
"Ecuador",
|
|
10492
|
+
"Egypt",
|
|
10493
|
+
"El Salvador",
|
|
10494
|
+
"Equatorial Guinea",
|
|
10495
|
+
"Eritrea",
|
|
10496
|
+
"Estonia",
|
|
10497
|
+
"Eswatini",
|
|
10498
|
+
"Ethiopia",
|
|
10499
|
+
"Falkland Islands (Malvinas)",
|
|
10500
|
+
"Faroe islands",
|
|
10501
|
+
"Fiji",
|
|
10502
|
+
"Finland",
|
|
10503
|
+
"France",
|
|
10504
|
+
"French Guiana",
|
|
10505
|
+
"French Polynesia",
|
|
10506
|
+
"Gabon",
|
|
10507
|
+
"Gambia",
|
|
10508
|
+
"Georgia",
|
|
10509
|
+
"Germany",
|
|
10510
|
+
"Ghana",
|
|
10511
|
+
"Gibraltar",
|
|
10512
|
+
"Greece",
|
|
10513
|
+
"Greenland",
|
|
10514
|
+
"Grenada",
|
|
10515
|
+
"Guadeloupe",
|
|
10516
|
+
"Guam",
|
|
10517
|
+
"Guatemala",
|
|
10518
|
+
"Guernsey",
|
|
10519
|
+
"Guinea",
|
|
10520
|
+
"Guinea Bissau",
|
|
10521
|
+
"Guyana",
|
|
10522
|
+
"Haiti",
|
|
10523
|
+
"Honduras",
|
|
10524
|
+
"Hong Kong",
|
|
10525
|
+
"Hungary",
|
|
10526
|
+
"Iceland",
|
|
10527
|
+
"India",
|
|
10528
|
+
"Indonesia",
|
|
10529
|
+
"Iran, Islamic Republic of",
|
|
10530
|
+
"Iraq",
|
|
10531
|
+
"Ireland",
|
|
10532
|
+
"Isle Of Man",
|
|
10533
|
+
"Israel",
|
|
10534
|
+
"Italy",
|
|
10535
|
+
"Jamaica",
|
|
10536
|
+
"Japan",
|
|
10537
|
+
"Jersey",
|
|
10538
|
+
"Jordan",
|
|
10539
|
+
"Kazakhstan",
|
|
10540
|
+
"Kenya",
|
|
10541
|
+
"Kiribati",
|
|
10542
|
+
"Kosovo",
|
|
10543
|
+
"Kuwait",
|
|
10544
|
+
"Kyrgyzstan",
|
|
10545
|
+
"Lao People's Democratic Republic",
|
|
10546
|
+
"Latvia",
|
|
10547
|
+
"Lebanon",
|
|
10548
|
+
"Lesotho",
|
|
10549
|
+
"Liberia",
|
|
10550
|
+
"Libya",
|
|
10551
|
+
"Liechtenstein",
|
|
10552
|
+
"Lithuania",
|
|
10553
|
+
"Luxembourg",
|
|
10554
|
+
"Macau",
|
|
10555
|
+
"Madagascar",
|
|
10556
|
+
"Malawi",
|
|
10557
|
+
"Malaysia",
|
|
10558
|
+
"Maldives",
|
|
10559
|
+
"Mali",
|
|
10560
|
+
"Malta",
|
|
10561
|
+
"Marshall Islands",
|
|
10562
|
+
"Martinique",
|
|
10563
|
+
"Mauritania",
|
|
10564
|
+
"Mauritius",
|
|
10565
|
+
"Mayotte",
|
|
10566
|
+
"Mexico",
|
|
10567
|
+
"Micronesia",
|
|
10568
|
+
"Moldova",
|
|
10569
|
+
"Monaco",
|
|
10570
|
+
"Mongolia",
|
|
10571
|
+
"Montenegro",
|
|
10572
|
+
"Montserrat",
|
|
10573
|
+
"Morocco",
|
|
10574
|
+
"Mozambique",
|
|
10575
|
+
"Myanmar",
|
|
10576
|
+
"Namibia",
|
|
10577
|
+
"Nauru",
|
|
10578
|
+
"Nepal",
|
|
10579
|
+
"Netherlands",
|
|
10580
|
+
"New Caledonia",
|
|
10581
|
+
"New Zealand",
|
|
10582
|
+
"Nicaragua",
|
|
10583
|
+
"Niger",
|
|
10584
|
+
"Nigeria",
|
|
10585
|
+
"Niue",
|
|
10586
|
+
"Norfolk Island",
|
|
10587
|
+
"North Korea",
|
|
10588
|
+
"North Macedonia",
|
|
10589
|
+
"North Mariana Islands",
|
|
10590
|
+
"Norway",
|
|
10591
|
+
"Oman",
|
|
10592
|
+
"Pakistan",
|
|
10593
|
+
"Palau",
|
|
10594
|
+
"Palestine, State of",
|
|
10595
|
+
"Panama",
|
|
10596
|
+
"Papua New Guinea",
|
|
10597
|
+
"Paraguay",
|
|
10598
|
+
"Peru",
|
|
10599
|
+
"Philippines",
|
|
10600
|
+
"Pitcairn",
|
|
10601
|
+
"Poland",
|
|
10602
|
+
"Portugal",
|
|
10603
|
+
"Puerto Rico",
|
|
10604
|
+
"Qatar",
|
|
10605
|
+
"Réunion",
|
|
10606
|
+
"Romania",
|
|
10607
|
+
"Russian Federation",
|
|
10608
|
+
"Rwanda",
|
|
10609
|
+
"Saint Barthélemy",
|
|
10610
|
+
"Saint Helena, Ascension and Tristan",
|
|
10611
|
+
"Saint Kitts & Nevis",
|
|
10612
|
+
"Saint Lucia",
|
|
10613
|
+
"Saint Maarten",
|
|
10614
|
+
"Saint Martin (French part)",
|
|
10615
|
+
"Saint Pierre and Miquelon",
|
|
10616
|
+
"Saint Vincent & Grenadines",
|
|
10617
|
+
"Samoa",
|
|
10618
|
+
"San Marino",
|
|
10619
|
+
"Sao Tome & Prin.",
|
|
10620
|
+
"Saudi Arabia",
|
|
10621
|
+
"Senegal",
|
|
10622
|
+
"Serbia",
|
|
10623
|
+
"Seychelles",
|
|
10624
|
+
"Sierra Leone",
|
|
10625
|
+
"Singapore",
|
|
10626
|
+
"Slovakia",
|
|
10627
|
+
"Slovenia",
|
|
10628
|
+
"Solomon Islands",
|
|
10629
|
+
"Somalia",
|
|
10630
|
+
"South Africa",
|
|
10631
|
+
"South Korea",
|
|
10632
|
+
"South Sudan",
|
|
10633
|
+
"Spain",
|
|
10634
|
+
"Sri Lanka",
|
|
10635
|
+
"Sudan",
|
|
10636
|
+
"Suriname",
|
|
10637
|
+
"Svalbard and Mayen",
|
|
10638
|
+
"Sweden",
|
|
10639
|
+
"Switzerland",
|
|
10640
|
+
"Syria",
|
|
10641
|
+
"Taiwan",
|
|
10642
|
+
"Tajikistan",
|
|
10643
|
+
"Tanzania",
|
|
10644
|
+
"Thailand",
|
|
10645
|
+
"Timor-Leste",
|
|
10646
|
+
"Togo",
|
|
10647
|
+
"Tokelau",
|
|
10648
|
+
"Tonga",
|
|
10649
|
+
"Trinidad & Tobago",
|
|
10650
|
+
"Tunisia",
|
|
10651
|
+
"Turkey",
|
|
10652
|
+
"Turkmenistan",
|
|
10653
|
+
"Turks & Caicos",
|
|
10654
|
+
"Tuvalu",
|
|
10655
|
+
"Uganda",
|
|
10656
|
+
"Ukraine",
|
|
10657
|
+
"United Arab Emirates",
|
|
10658
|
+
"United Kingdom",
|
|
10659
|
+
"United States",
|
|
10660
|
+
"United States Virgin Islands",
|
|
10661
|
+
"Uruguay",
|
|
10662
|
+
"Uzbekistan",
|
|
10663
|
+
"Vanuatu",
|
|
10664
|
+
"Vatican City State (Holy See)",
|
|
10665
|
+
"Venezuela",
|
|
10666
|
+
"Vietnam",
|
|
10667
|
+
"Wallis and Futuna",
|
|
10668
|
+
"Western Sahara",
|
|
10669
|
+
"Yemen",
|
|
10670
|
+
"Zambia",
|
|
10671
|
+
"Zimbabwe",
|
|
10672
|
+
"Undefined",
|
|
10673
|
+
"Netherlands Antiles",
|
|
10674
|
+
"Antarctica",
|
|
10675
|
+
"Bouvet Island",
|
|
10676
|
+
"French Southern Territories",
|
|
10677
|
+
"Heard Island & Mcdonald Islands",
|
|
10678
|
+
"South Georgia And Sandwich Isl.",
|
|
10679
|
+
"United States Outlying Islands"
|
|
10680
|
+
]
|
|
10681
|
+
}
|
|
10682
|
+
},
|
|
10683
|
+
relatedEntities: {
|
|
10684
|
+
type: "array",
|
|
10685
|
+
items: {
|
|
10686
|
+
type: "object",
|
|
10687
|
+
properties: {
|
|
10688
|
+
name: {
|
|
10689
|
+
type: "string"
|
|
10690
|
+
},
|
|
10691
|
+
entityType: {
|
|
10692
|
+
type: "string",
|
|
10693
|
+
"enum": [
|
|
10694
|
+
"ATM",
|
|
10695
|
+
"Airdrop",
|
|
10696
|
+
"Auctioned assets",
|
|
10697
|
+
"Bank",
|
|
10698
|
+
"Block reward",
|
|
10699
|
+
"Bot",
|
|
10700
|
+
"Child abuse",
|
|
10701
|
+
"Cloud mining",
|
|
10702
|
+
"Community reported scam",
|
|
10703
|
+
"Cross-chain Bridge Protocol",
|
|
10704
|
+
"Darkweb",
|
|
10705
|
+
"Decentralized service",
|
|
10706
|
+
"Dex",
|
|
10707
|
+
"Donations",
|
|
10708
|
+
"Exchange",
|
|
10709
|
+
"Gambling",
|
|
10710
|
+
"Hack",
|
|
10711
|
+
"ICO",
|
|
10712
|
+
"Ignored small amounts",
|
|
10713
|
+
"Investment management firm",
|
|
10714
|
+
"Large transaction",
|
|
10715
|
+
"Large unnamed entity",
|
|
10716
|
+
"Mining pool",
|
|
10717
|
+
"Mixing pattern",
|
|
10718
|
+
"Mixing service",
|
|
10719
|
+
"NFT Marketplace",
|
|
10720
|
+
"No entities found",
|
|
10721
|
+
"Ongoing legal action",
|
|
10722
|
+
"Payment Service Provider",
|
|
10723
|
+
"Payment channel",
|
|
10724
|
+
"Peeling chain of unknown origin",
|
|
10725
|
+
"Phishing",
|
|
10726
|
+
"Ransomware",
|
|
10727
|
+
"Real World Asset",
|
|
10728
|
+
"Sanction list",
|
|
10729
|
+
"Scam",
|
|
10730
|
+
"Seized assets",
|
|
10731
|
+
"Service",
|
|
10732
|
+
"Staking pool",
|
|
10733
|
+
"Suspicious",
|
|
10734
|
+
"Terrorism",
|
|
10735
|
+
"Token",
|
|
10736
|
+
"Token burning",
|
|
10737
|
+
"Token minting",
|
|
10738
|
+
"Unspent output",
|
|
10739
|
+
"Wallet",
|
|
10740
|
+
"OFAC sanction list",
|
|
10741
|
+
"Closed exchange",
|
|
10742
|
+
"Custom group"
|
|
10743
|
+
]
|
|
10744
|
+
}
|
|
10745
|
+
},
|
|
10746
|
+
required: [
|
|
10747
|
+
"name",
|
|
10748
|
+
"entityType"
|
|
10749
|
+
],
|
|
10750
|
+
additionalProperties: false
|
|
10751
|
+
}
|
|
10752
|
+
}
|
|
10753
|
+
},
|
|
10754
|
+
required: [
|
|
10755
|
+
"riskLevel"
|
|
10756
|
+
],
|
|
10757
|
+
additionalProperties: false
|
|
10758
|
+
}
|
|
10759
|
+
},
|
|
10760
|
+
additionalProperties: false
|
|
10761
|
+
}
|
|
10762
|
+
},
|
|
10763
|
+
$schema: "http://json-schema.org/draft-07/schema#"
|
|
10764
|
+
};
|
|
10765
|
+
|
|
10766
|
+
var KycSessionZodSchema = z.object({
|
|
10767
|
+
vcs: z.object({
|
|
10768
|
+
// "v1" here refers the version of the credential schema
|
|
10769
|
+
IDInformation: z.object({
|
|
10770
|
+
v1: IDInformationCredentialSchema
|
|
10771
|
+
}).optional(),
|
|
10772
|
+
IDImage: z.object({
|
|
10773
|
+
v1: IDImageCredentialSchema
|
|
10774
|
+
}).optional(),
|
|
10775
|
+
SelfieImage: z.object({
|
|
10776
|
+
v1: SelfieImageCredentialSchema
|
|
10777
|
+
}).optional(),
|
|
10778
|
+
ProofOfResidence: z.object({
|
|
10779
|
+
v1: ProofOfResidenceCredentialSchema
|
|
10780
|
+
}).optional()
|
|
10781
|
+
})
|
|
10782
|
+
}).strict();
|
|
10783
|
+
|
|
10784
|
+
var TfheZodSchema = z.object({
|
|
10785
|
+
encryptedData: z.string(),
|
|
10786
|
+
descriptor: z.string()
|
|
10787
|
+
}).strict();
|
|
10788
|
+
|
|
10789
|
+
var TfheKycSessionZodSchema = z.object({
|
|
10790
|
+
vcs: z.object({
|
|
10791
|
+
// "v1" here refers the version of the credential schema
|
|
10792
|
+
IDInformationTfhe: z.object({
|
|
10793
|
+
v1: IDInformationTfheCredentialSchema
|
|
10794
|
+
})
|
|
10795
|
+
})
|
|
10796
|
+
}).strict();
|
|
10797
|
+
|
|
10798
|
+
var TRANSACTION_CHARTS = ["totalAlerts", "alertsInProgress", "unassignedAlerts", "escalatedAlerts", "overdueAlerts", "avgTimeToCloseAlert", "volume", "transactions", "volumeEvolution", "transactionsEvolution", "assetVolume", "assetTransactions", "breakdownVolume", "breakdownTransaction", "breakdownVolumeByStatus", "breakdownTransactionsByStatus"];
|
|
10799
|
+
var TransactionsChartType = z["enum"](TRANSACTION_CHARTS);
|
|
10800
|
+
var TRANSACTION_TABLE_COLUMNS = ["riskLevel", "id", "transactionHash", "dateTime", "type", "financeType", "amount", "customer", "counterparty", "tags", "status"];
|
|
10801
|
+
var TransactionTableColumn = z["enum"](TRANSACTION_TABLE_COLUMNS);
|
|
10802
|
+
// Transaction Type
|
|
10803
|
+
var TransactionTypes = ["crypto", "fiat"];
|
|
10804
|
+
var TransactionType = z["enum"](TransactionTypes);
|
|
10805
|
+
// Transaction Type + all
|
|
10806
|
+
var TransactionTypesWithAll = [].concat(TransactionTypes, ["all"]);
|
|
10807
|
+
var TransactionTypeWithAll = z["enum"](TransactionTypesWithAll);
|
|
10808
|
+
// Transaction Risk level
|
|
10809
|
+
var TransactionRiskLevels = ["Low", "Medium", "High", "No risk"];
|
|
10810
|
+
var TransactionRiskLevel = z["enum"](TransactionRiskLevels);
|
|
10811
|
+
// TransactionReview Status
|
|
10812
|
+
var TransactionReviewStatuses = ["pending", "approved", "under_investigation", "blocked", "failed"];
|
|
10813
|
+
var TransactionReviewStatus = z["enum"](TransactionReviewStatuses);
|
|
10814
|
+
// TransactionReview Status mapped to be human readable (on the frontend)
|
|
10815
|
+
var HumanReadableTransactionReviewStatuses = ["Approved", "Blocked", "Failed", "Under investigation", "Pending"];
|
|
10816
|
+
var HumanReadableTransactionReviewStatus = z["enum"](HumanReadableTransactionReviewStatuses);
|
|
10817
|
+
var TransactionStatusMapping = {
|
|
10818
|
+
pending: "Pending",
|
|
10819
|
+
approved: "Approved",
|
|
10820
|
+
under_investigation: "Under investigation",
|
|
10821
|
+
blocked: "Blocked",
|
|
10822
|
+
failed: "Failed"
|
|
10823
|
+
};
|
|
10824
|
+
var HumanReadableTransactionStatusMapping = {
|
|
10825
|
+
Pending: "pending",
|
|
10826
|
+
Approved: "approved",
|
|
10827
|
+
"Under investigation": "under_investigation",
|
|
10828
|
+
Blocked: "blocked",
|
|
10829
|
+
Failed: "failed"
|
|
10830
|
+
};
|
|
10831
|
+
|
|
10832
|
+
// TransactionInfos Direction
|
|
10833
|
+
var TransactionDirections = ["IN", "OUT", "EXCHANGE"];
|
|
10834
|
+
var TransactionDirection = z["enum"](TransactionDirections);
|
|
10835
|
+
var TransactionCurrencyCodes = [].concat(_toConsumableArray(CurrencyCodes), _toConsumableArray(CryptoCodes));
|
|
10836
|
+
var TransactionCurrencyCode = z["enum"](TransactionCurrencyCodes);
|
|
10837
|
+
// TransactionExtractedInfos Providers
|
|
10838
|
+
var TransactionProviders = ["sumsub"];
|
|
10839
|
+
var TransactionProvider = z["enum"](TransactionProviders);
|
|
10840
|
+
// PaymentMethods Type
|
|
10841
|
+
var PaymentTypes = ["card", "account", "crypto"];
|
|
10842
|
+
var PaymentType = z["enum"](PaymentTypes);
|
|
10843
|
+
// TransactionParties Type
|
|
10844
|
+
var TransactionPartiesTypes = ["individual", "company", "smart-contract"];
|
|
10845
|
+
var TransactionPartiesType = z["enum"](TransactionPartiesTypes);
|
|
10846
|
+
var TransactionAmountsFieldNames = ["amount", "targetAmount", "networkFeeAmount", "platformFeeAmount", "transactionFeeAmount"];
|
|
10847
|
+
var TransactionAmountsFieldName = z["enum"](TransactionAmountsFieldNames);
|
|
10848
|
+
var DEFAULT_FIAT_CURRENCY = "EUR";
|
|
10849
|
+
var TRANSACTIONS_STATS_CURRENCIES = ["USD", "EUR", "GBP"];
|
|
10850
|
+
var TransactionStatsCurrency = z["enum"](TRANSACTIONS_STATS_CURRENCIES);
|
|
10851
|
+
// TMS activity logs
|
|
10852
|
+
var TransactionDataEventObject = z.object({
|
|
10853
|
+
transactionId: z.string(),
|
|
10854
|
+
customerId: z.string(),
|
|
10855
|
+
eventDate: z.coerce.date(),
|
|
10856
|
+
workflowName: z.string().optional(),
|
|
10857
|
+
workflowStep: z.string().optional(),
|
|
10858
|
+
sessionId: z.string(),
|
|
10859
|
+
topic: z["enum"](["NEXERA_SSID_TRANSACTION_CREATED", "NEXERA_SSID_KYT_START", "NEXERA_SSID_KYT_RULE_FAILED", "NEXERA_SSID_KYT_RULE_SUCCESS", "NEXERA_SSID_KYT_RULE_SKIPPED", "NEXERA_SSID_KYT_AML"]),
|
|
10860
|
+
scenario: z.object({
|
|
10861
|
+
name: z.string().optional(),
|
|
10862
|
+
status: z.string().optional(),
|
|
10863
|
+
rule: z.string().optional()
|
|
10864
|
+
}).optional()
|
|
10865
|
+
});
|
|
10866
|
+
|
|
10867
|
+
var TransactionStats = z.object({
|
|
10868
|
+
count: z.number().optional(),
|
|
10869
|
+
totalAmountUsd: z.number().optional(),
|
|
10870
|
+
maxAmountUsd: z.number().optional()
|
|
10871
|
+
});
|
|
10872
|
+
var AML_RESULTS = ["AML Hits", "PEP Hits", "Sanction Hits", "Adverse Media"];
|
|
10873
|
+
var AmlResults = z["enum"](AML_RESULTS);
|
|
10874
|
+
var DecimalSchema = z["instanceof"](Decimal).describe("decimal");
|
|
10875
|
+
var PartySchema = z.object({
|
|
10876
|
+
countryOfResidence: ISO3CountryCode.optional(),
|
|
10877
|
+
nationality: ISO3CountryCode.optional(),
|
|
10878
|
+
riskScore: z.number().optional(),
|
|
10879
|
+
riskLevel: TransactionRiskLevel.optional(),
|
|
10880
|
+
type: z.string().optional(),
|
|
10881
|
+
address: z.string().optional()
|
|
10882
|
+
}).optional();
|
|
10883
|
+
var TransactionZodSchema = z.object({
|
|
10884
|
+
amount: z.object({
|
|
10885
|
+
USD: DecimalSchema.optional(),
|
|
10886
|
+
EUR: DecimalSchema.optional(),
|
|
10887
|
+
GBP: DecimalSchema.optional()
|
|
10888
|
+
}).optional(),
|
|
10889
|
+
event: z.object({
|
|
10890
|
+
transactionDate: z.coerce.date().optional(),
|
|
10891
|
+
amount: DecimalSchema.optional(),
|
|
10892
|
+
riskScore: z.number().optional(),
|
|
10893
|
+
riskLevel: z.string().optional(),
|
|
10894
|
+
type: TransactionType.optional(),
|
|
10895
|
+
assets: z.array(z.string()).optional()
|
|
10896
|
+
}).optional(),
|
|
10897
|
+
originator: PartySchema,
|
|
10898
|
+
beneficiary: PartySchema,
|
|
10899
|
+
transactionStats: z.object({
|
|
10900
|
+
last1D: TransactionStats.optional(),
|
|
10901
|
+
last7D: TransactionStats.optional(),
|
|
10902
|
+
last14D: TransactionStats.optional(),
|
|
10903
|
+
last30D: TransactionStats.optional(),
|
|
10904
|
+
yearToDate: TransactionStats.optional(),
|
|
10905
|
+
monthToDate: TransactionStats.optional()
|
|
10906
|
+
}).optional(),
|
|
10907
|
+
amlScreening: z.object({
|
|
10908
|
+
amlResults: AmlResults.array().optional()
|
|
10909
|
+
}).optional(),
|
|
10910
|
+
walletScreening: WalletScreeningData.optional()
|
|
10911
|
+
});
|
|
10912
|
+
|
|
10913
|
+
var VaultJsonSchemas = {
|
|
10914
|
+
Customer: CustomerJsonSchema,
|
|
10915
|
+
KycSession: KycSessionJsonSchema,
|
|
10916
|
+
Transaction: TransactionJsonSchema,
|
|
10917
|
+
TfheKycSession: TfheKycSessionJsonSchema,
|
|
10918
|
+
Tfhe: TfheJsonSchema
|
|
10919
|
+
};
|
|
10920
|
+
var VaultZodSchema = z.object({
|
|
10921
|
+
Customer: CustomerZodSchema,
|
|
10922
|
+
KycSession: KycSessionZodSchema,
|
|
10923
|
+
Transaction: TransactionZodSchema,
|
|
10924
|
+
TfheKycSession: TfheKycSessionZodSchema,
|
|
10925
|
+
Tfhe: TfheZodSchema
|
|
10926
|
+
});
|
|
10927
|
+
var VaultSchemaIdZodSchema = z["enum"](Object.keys(VaultZodSchema.shape));
|
|
10928
|
+
var VaultSchemaPathsZodSchema = z["enum"](generateZodObjectPaths(VaultZodSchema));
|
|
10929
|
+
var VaultPointerKeyMapZodSchema = z.object({
|
|
10930
|
+
Customer: z.object({
|
|
10931
|
+
customerId: z.string(),
|
|
10932
|
+
workflowSessionId: z.string().optional(),
|
|
10933
|
+
verificationMode: VerificationMode.optional()
|
|
10934
|
+
}).strict(),
|
|
10935
|
+
"Customer/walletScreening": z.object({
|
|
10936
|
+
customerId: z.string(),
|
|
10937
|
+
workflowSessionId: z.string().optional(),
|
|
10938
|
+
verificationMode: VerificationMode.optional()
|
|
10939
|
+
}).strict(),
|
|
10940
|
+
KycSession: z.object({
|
|
10941
|
+
customerId: z.string(),
|
|
10942
|
+
workflowSessionId: z.string().optional() // if not provided, use the latest workflow session
|
|
10943
|
+
}).strict(),
|
|
10944
|
+
Transaction: z.object({
|
|
10945
|
+
transactionId: z.string(),
|
|
10946
|
+
workflowSessionId: z.string().optional(),
|
|
10947
|
+
verificationMode: VerificationMode.optional()
|
|
10100
10948
|
}),
|
|
10101
10949
|
Tfhe: z.object({
|
|
10102
10950
|
organizationId: z.string(),
|
|
@@ -10149,4 +10997,4 @@ var GenericVaultDataLinkZodSchema = z.union([GenericVaultPointerLinkZodSchema, G
|
|
|
10149
10997
|
// that a generic vault data link is indeed a valid vault data link
|
|
10150
10998
|
// ================================
|
|
10151
10999
|
|
|
10152
|
-
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, MetaAlertId 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, QueryGroupPrefix as bB, ActionPrefix as bC, WorkflowSessionAttributePrefix as bD, SsssSharePrefix as bE, SsssChunkPrefix as bF, AiExecutionPrefix as bG, AiExecutionStepPrefix as bH, AiDocumentPrefix as bI, AiAgentPrefix as bJ, AiStepPrefix as bK, ChatPrefix as bL, MessagePrefix as bM, AiMessagePrefix as bN, WorkflowSessionId as bO, createBrandedSchemaId as bP, createBrandedSchemaIdWithParams as bQ, StorageId as bR, IdentityId as bS, EmailId as bT, WalletId as bU, AppId as bV, ChallengeId as bW, TestId as bX, CustomerScreeningId as bY, TagId as bZ, ActionId 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, IDInformationTfheCredentialSubjectSchema as c$, TagsToTransactionReviewsId as c0, TransactionAddressesId as c1, TransactionId as c2, TransactionActivityId as c3, TransactionFeesId as c4, TransactionReviewId as c5, TransactionPartiesId as c6, TransactionInfosId as c7, TransactionExtractedInfosId as c8, TransactionMethodsId as c9, IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS as cA, IdentityDocumentCountryListOption as cB, IDENTITY_DOCUMENT_OPTIONS as cC, IdentityDocumentOptionsType as cD, PERSONAL_INFORMATION_FIELDS as cE, PersonalInformationFieldsIdentityDocuments as cF, Identifier as cG, AdditionalCustomerInformationParams as cH, OrganizationId as cI, WorkspaceId as cJ, WorkflowId as cK, CustomerId as cL, ExternalCustomerId as cM, IdentityAppV2Web3JWT as cN, IdentityAppV2Web2JWT as cO, IdentityWidgetAccessToken_NEW as cP, IdentityWidgetSessionToken as cQ, Web2CreateSessionParams as cR, ID3CredentialSubjectSchema as cS, IDScanCredentialSubjectSchema as cT, IDScanPassportCredentialSubjectSchema as cU, IDScanSelfieCredentialSubjectSchema as cV, OLD_IDImageCredentialSubjectSchema as cW, OLD_IDInformationCredentialSubjectSchema as cX, OLD_ProofOfResidenceCredentialSubjectSchema as cY, OLD_SelfieImageCredentialSubjectSchema as cZ, OLD_AMLScreeningsResultsCredentialSubjectSchema as c_, TransactionMethodExtractedInfosId as ca, InstitutionId as cb, InstitutionExtractedInfosId as cc, TransactionAmountId as cd, ScenarioId as ce, ListId as cf, QueryId as cg, QueryGroupId as ch, ScorechainAnalysisId as ci, WorkflowSessionAttributeId as cj, SsssShareId as ck, SsssChunkId as cl, AiExecutionId as cm, AiExecutionStepId as cn, AiDocumentId as co, AiAgentId as cp, AiStepId as cq, generateId as cr, MemberId as cs, ChatId as ct, MessageId as cu, AiMessageId as cv, FLOW_TYPES as cw, FlowType as cx, VerificationModes as cy, VerificationMode as cz, NEXERA_EVM_CHAINS_ID as d, VaultZodSchema as d$, IDInformationCredentialSubjectSchema as d0, IDImageCredentialSubjectSchema as d1, SelfieImageCredentialSubjectSchema as d2, ProofOfResidenceCredentialSubjectSchema as d3, GenericVerifiableCredentialSchema as d4, IDInformationTfheCredentialSchema as d5, IDInformationCredentialSchema as d6, IDImageCredentialSchema as d7, SelfieImageCredentialSchema as d8, ProofOfResidenceCredentialSchema as d9, TransactionDirections as dA, TransactionDirection as dB, TransactionCurrencyCodes as dC, TransactionCurrencyCode as dD, TransactionProviders as dE, TransactionProvider as dF, PaymentTypes as dG, PaymentType as dH, TransactionPartiesTypes as dI, TransactionPartiesType as dJ, TransactionAmountsFieldNames as dK, TransactionAmountsFieldName as dL, DEFAULT_FIAT_CURRENCY as dM, TRANSACTIONS_STATS_CURRENCIES as dN, TransactionStatsCurrency as dO, TransactionDataEventObject as dP, AmlResults as dQ, DetectedDuplicates as dR, allDataLinkVersions as dS, DataLinkVersionZodSchema as dT, allDataLinkTypes as dU, DataLinkTypeZodSchema as dV, Separator as dW, generateZodObjectPaths as dX, resolvePathOnDataSchema as dY, resolvePathOnMapSchema as dZ, VaultJsonSchemas as d_, ID3CredentialSchema as da, IDScanCredentialSchema as db, IDScanPassportCredentialSchema as dc, IDScanSelfieCredentialSchema as dd, OLD_IDImageCredentialSchema as de, OLD_IDInformationCredentialSchema as df, OLD_ProofOfResidenceCredentialSchema as dg, OLD_SelfieImageCredentialSchema as dh, OLD_AMLScreeningsResultsCredentialSchema as di, TRANSACTION_CHARTS as dj, TransactionsChartType as dk, TRANSACTION_TABLE_COLUMNS as dl, TransactionTableColumn as dm, TransactionTypes as dn, TransactionType as dp, TransactionTypesWithAll as dq, TransactionTypeWithAll as dr, TransactionRiskLevels as ds, TransactionRiskLevel as dt, TransactionReviewStatuses as du, TransactionReviewStatus as dv, HumanReadableTransactionReviewStatuses as dw, HumanReadableTransactionReviewStatus as dx, TransactionStatusMapping as dy, HumanReadableTransactionStatusMapping as dz, NexeraEvmChains as e, VaultSchemaIdZodSchema as e0, VaultSchemaPathsZodSchema as e1, VaultPointerKeyMapZodSchema as e2, VaultQueryMapZodSchema as e3, VaultMetadataLinkZodSchema as e4, GenericVaultPointerLinkZodSchema as e5, GenericVaultSearchLinkZodSchema as e6, GenericVaultEmbeddedLinkZodSchema as e7, GenericVaultDataLinkZodSchema as e8, ScorechainEntityRecord as e9, ScorechainErrorResponse as eA, ScorechainError as eB, ScorechainAnalysis as eC, ScoringAnalysisResponse as eD, ScoringAnalysisApiRequest as eE, GetActiveBlockchainsRequest as eF, GetActiveBlockchains as eG, GetActiveBlockchainsResponse as eH, GetAddressAnalysisRequest as eI, ScorechainEntity as eJ, GetAddressAnalysis as eK, GetAddressAnalysisResponse as eL, RawScorechainResult as eM, ScorechainRiskToRiskLevel as eN, WalletScreeningData as ea, WalletScreeningProviders as eb, WalletScreeningProvider as ec, _defineProperty as ed, _toConsumableArray as ee, _toArray as ef, ScoringAnalysisRequest as eg, WorkflowsScoringAnalysisRequest as eh, _slicedToArray as ei, ANALYSIS_TYPES as ej, AnalysisType as ek, OBJECT_TYPES as el, ObjectType as em, ScorechainBlockchain as en, NonMinimalScorechainBlockchain as eo, ScorechainBlockchainToNamespace as ep, ScorechainWalletRiskLevels as eq, ScorechainWalletRiskLevel as er, getRiskLevelByRiskScore as es, compareRiskLevels as et, Coin as eu, RiskSeverity as ev, ScorechainEntityType as ew, RiskExplanation as ex, EntityRiskDefaultsValues as ey, EntityRiskDefaultsMap as ez, 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 };
|
|
11000
|
+
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, MetaAlertId 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, QueryGroupPrefix as bB, ActionPrefix as bC, WorkflowSessionAttributePrefix as bD, SsssSharePrefix as bE, SsssChunkPrefix as bF, AiExecutionPrefix as bG, AiExecutionStepPrefix as bH, AiDocumentPrefix as bI, AiAgentPrefix as bJ, AiStepPrefix as bK, ChatPrefix as bL, MessagePrefix as bM, AiMessagePrefix as bN, WorkflowSessionId as bO, createBrandedSchemaId as bP, createBrandedSchemaIdWithParams as bQ, StorageId as bR, IdentityId as bS, EmailId as bT, WalletId as bU, AppId as bV, ChallengeId as bW, TestId as bX, CustomerScreeningId as bY, TagId as bZ, ActionId 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, IDInformationTfheCredentialSubjectSchema as c$, TagsToTransactionReviewsId as c0, TransactionAddressesId as c1, TransactionId as c2, TransactionActivityId as c3, TransactionFeesId as c4, TransactionReviewId as c5, TransactionPartiesId as c6, TransactionInfosId as c7, TransactionExtractedInfosId as c8, TransactionMethodsId as c9, IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS as cA, IdentityDocumentCountryListOption as cB, IDENTITY_DOCUMENT_OPTIONS as cC, IdentityDocumentOptionsType as cD, PERSONAL_INFORMATION_FIELDS as cE, PersonalInformationFieldsIdentityDocuments as cF, Identifier as cG, AdditionalCustomerInformationParams as cH, OrganizationId as cI, WorkspaceId as cJ, WorkflowId as cK, CustomerId as cL, ExternalCustomerId as cM, IdentityAppV2Web3JWT as cN, IdentityAppV2Web2JWT as cO, IdentityWidgetAccessToken_NEW as cP, IdentityWidgetSessionToken as cQ, Web2CreateSessionParams as cR, ID3CredentialSubjectSchema as cS, IDScanCredentialSubjectSchema as cT, IDScanPassportCredentialSubjectSchema as cU, IDScanSelfieCredentialSubjectSchema as cV, OLD_IDImageCredentialSubjectSchema as cW, OLD_IDInformationCredentialSubjectSchema as cX, OLD_ProofOfResidenceCredentialSubjectSchema as cY, OLD_SelfieImageCredentialSubjectSchema as cZ, OLD_AMLScreeningsResultsCredentialSubjectSchema as c_, TransactionMethodExtractedInfosId as ca, InstitutionId as cb, InstitutionExtractedInfosId as cc, TransactionAmountId as cd, ScenarioId as ce, ListId as cf, QueryId as cg, QueryGroupId as ch, ScorechainAnalysisId as ci, WorkflowSessionAttributeId as cj, SsssShareId as ck, SsssChunkId as cl, AiExecutionId as cm, AiExecutionStepId as cn, AiDocumentId as co, AiAgentId as cp, AiStepId as cq, generateId as cr, MemberId as cs, ChatId as ct, MessageId as cu, AiMessageId as cv, FLOW_TYPES as cw, FlowType as cx, VerificationModes as cy, VerificationMode as cz, NEXERA_EVM_CHAINS_ID as d, VaultZodSchema as d$, IDInformationCredentialSubjectSchema as d0, IDImageCredentialSubjectSchema as d1, SelfieImageCredentialSubjectSchema as d2, ProofOfResidenceCredentialSubjectSchema as d3, GenericVerifiableCredentialSchema as d4, IDInformationTfheCredentialSchema as d5, IDInformationCredentialSchema as d6, IDImageCredentialSchema as d7, SelfieImageCredentialSchema as d8, ProofOfResidenceCredentialSchema as d9, TransactionDirections as dA, TransactionDirection as dB, TransactionCurrencyCodes as dC, TransactionCurrencyCode as dD, TransactionProviders as dE, TransactionProvider as dF, PaymentTypes as dG, PaymentType as dH, TransactionPartiesTypes as dI, TransactionPartiesType as dJ, TransactionAmountsFieldNames as dK, TransactionAmountsFieldName as dL, DEFAULT_FIAT_CURRENCY as dM, TRANSACTIONS_STATS_CURRENCIES as dN, TransactionStatsCurrency as dO, TransactionDataEventObject as dP, AmlResults$1 as dQ, DetectedDuplicates as dR, allDataLinkVersions as dS, DataLinkVersionZodSchema as dT, allDataLinkTypes as dU, DataLinkTypeZodSchema as dV, Separator as dW, generateZodObjectPaths as dX, resolvePathOnDataSchema as dY, resolvePathOnMapSchema as dZ, VaultJsonSchemas as d_, ID3CredentialSchema as da, IDScanCredentialSchema as db, IDScanPassportCredentialSchema as dc, IDScanSelfieCredentialSchema as dd, OLD_IDImageCredentialSchema as de, OLD_IDInformationCredentialSchema as df, OLD_ProofOfResidenceCredentialSchema as dg, OLD_SelfieImageCredentialSchema as dh, OLD_AMLScreeningsResultsCredentialSchema as di, TRANSACTION_CHARTS as dj, TransactionsChartType as dk, TRANSACTION_TABLE_COLUMNS as dl, TransactionTableColumn as dm, TransactionTypes as dn, TransactionType as dp, TransactionTypesWithAll as dq, TransactionTypeWithAll as dr, TransactionRiskLevels as ds, TransactionRiskLevel as dt, TransactionReviewStatuses as du, TransactionReviewStatus as dv, HumanReadableTransactionReviewStatuses as dw, HumanReadableTransactionReviewStatus as dx, TransactionStatusMapping as dy, HumanReadableTransactionStatusMapping as dz, NexeraEvmChains as e, VaultSchemaIdZodSchema as e0, VaultSchemaPathsZodSchema as e1, VaultPointerKeyMapZodSchema as e2, VaultQueryMapZodSchema as e3, VaultMetadataLinkZodSchema as e4, GenericVaultPointerLinkZodSchema as e5, GenericVaultSearchLinkZodSchema as e6, GenericVaultEmbeddedLinkZodSchema as e7, GenericVaultDataLinkZodSchema as e8, ScorechainEntityRecord as e9, ScorechainErrorResponse as eA, ScorechainError as eB, ScorechainAnalysis as eC, ScoringAnalysisResponse as eD, ScoringAnalysisApiRequest as eE, GetActiveBlockchainsRequest as eF, GetActiveBlockchains as eG, GetActiveBlockchainsResponse as eH, GetAddressAnalysisRequest as eI, ScorechainEntity as eJ, GetAddressAnalysis as eK, GetAddressAnalysisResponse as eL, RawScorechainResult as eM, ScorechainRiskToRiskLevel as eN, WalletScreeningData as ea, WalletScreeningProviders as eb, WalletScreeningProvider as ec, _defineProperty as ed, _toConsumableArray as ee, _toArray as ef, ScoringAnalysisRequest as eg, WorkflowsScoringAnalysisRequest as eh, _slicedToArray as ei, ANALYSIS_TYPES as ej, AnalysisType as ek, OBJECT_TYPES as el, ObjectType as em, ScorechainBlockchain as en, NonMinimalScorechainBlockchain as eo, ScorechainBlockchainToNamespace as ep, ScorechainWalletRiskLevels as eq, ScorechainWalletRiskLevel as er, getRiskLevelByRiskScore as es, compareRiskLevels as et, Coin as eu, RiskSeverity as ev, ScorechainEntityType as ew, RiskExplanation as ex, EntityRiskDefaultsValues as ey, EntityRiskDefaultsMap as ez, 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 };
|