@nexeraid/identity-schemas 2.176.0 → 2.178.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-f6abc72e.cjs.prod.cjs → CoinMarketCap.schema-71a071cd.cjs.prod.cjs} +6 -6
- package/dist/{CoinMarketCap.schema-b4189b4d.cjs.dev.cjs → CoinMarketCap.schema-e6745b56.cjs.dev.cjs} +6 -6
- package/dist/{CoinMarketCap.schema-6316f6bb.esm.mjs → CoinMarketCap.schema-f7d4c283.esm.mjs} +7 -7
- package/dist/declarations/src/providers/merkle-science/merkle-science.schema.d.ts +3 -3
- package/dist/declarations/src/providers/provider.schema.d.ts +7 -7
- package/dist/declarations/src/providers/provider.schema.d.ts.map +1 -1
- package/dist/declarations/src/providers/sumsub/sumsub-applicant.schema.d.ts +1 -0
- package/dist/declarations/src/providers/sumsub/sumsub-applicant.schema.d.ts.map +1 -1
- package/dist/declarations/src/vault/schemas/generated/Transaction.schema.json.d.ts +674 -0
- package/dist/declarations/src/vault/schemas/generated/Transaction.type.d.ts +18 -0
- package/dist/declarations/src/vault/schemas/generated/Transaction.type.d.ts.map +1 -1
- package/dist/declarations/src/vault/vault.schema.d.ts +137 -0
- package/dist/declarations/src/vault/vault.schema.d.ts.map +1 -1
- package/dist/{identity-api.schema-63f85340.cjs.dev.cjs → identity-api.schema-68d6d63a.cjs.dev.cjs} +1 -1
- package/dist/{identity-api.schema-bf2d3703.esm.mjs → identity-api.schema-7323c161.esm.mjs} +1 -1
- package/dist/{identity-api.schema-9677f8e2.cjs.prod.cjs → identity-api.schema-e8718fe2.cjs.prod.cjs} +1 -1
- package/dist/nexeraid-identity-schemas.cjs.dev.cjs +5 -5
- package/dist/nexeraid-identity-schemas.cjs.prod.cjs +5 -5
- package/dist/nexeraid-identity-schemas.esm.mjs +6 -6
- package/dist/package.json +1 -1
- package/dist/{tfhe-utilities-a1861b2b.esm.mjs → tfhe-utilities-4fe2f887.esm.mjs} +2 -2
- package/dist/{tfhe-utilities-dd1748ed.cjs.dev.cjs → tfhe-utilities-7942084b.cjs.dev.cjs} +2 -2
- package/dist/{tfhe-utilities-36888915.cjs.prod.cjs → tfhe-utilities-c2bd454e.cjs.prod.cjs} +2 -2
- package/dist/{toArray-bb4cb04c.cjs.prod.cjs → toArray-1650534c.cjs.prod.cjs} +1 -1
- package/dist/{toArray-821d47c4.cjs.dev.cjs → toArray-d9bb813a.cjs.dev.cjs} +1 -1
- package/dist/{toArray-152c0d5b.esm.mjs → toArray-e2a36a42.esm.mjs} +1 -1
- package/dist/{vault.schema-92859c2c.esm.mjs → vault.schema-1ee28657.esm.mjs} +705 -1
- package/dist/{vault.schema-16d917ad.cjs.dev.cjs → vault.schema-38073e10.cjs.dev.cjs} +705 -1
- package/dist/{vault.schema-380e6c40.cjs.prod.cjs → vault.schema-58c0147e.cjs.prod.cjs} +705 -1
- package/dist/{zod-utils-7a80f4e3.esm.mjs → zod-utils-1426c50d.esm.mjs} +2 -2
- package/dist/{zod-utils-3532edb3.cjs.prod.cjs → zod-utils-20d842c2.cjs.prod.cjs} +2 -2
- package/dist/{zod-utils-244f0543.cjs.dev.cjs → zod-utils-bed9cada.cjs.dev.cjs} +2 -2
- 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 -3
- package/vault/dist/nexeraid-identity-schemas-vault.cjs.prod.cjs +3 -3
- package/vault/dist/nexeraid-identity-schemas-vault.esm.mjs +3 -3
- 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 +4 -4
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +4 -4
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +4 -4
|
@@ -3796,7 +3796,7 @@ var WalletScreeningData = z.object({
|
|
|
3796
3796
|
});
|
|
3797
3797
|
var WalletScreeningProviders = ["trmLabs", "chainalysis", "merkleScience", "crystal", "bigCs", "scoreChain"];
|
|
3798
3798
|
var WalletScreeningProvider = z["enum"](WalletScreeningProviders);
|
|
3799
|
-
var WalletScreeningProviderName = _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({}, WalletScreeningProvider.Enum.scoreChain, "Scorechain"), WalletScreeningProvider.Enum.trmLabs, "TRM Labs"), WalletScreeningProvider.Enum.chainalysis, "Chainalysis"), WalletScreeningProvider.Enum.merkleScience, "Merkle Science"), WalletScreeningProvider.Enum.crystal, "Crystal Intelligence"), WalletScreeningProvider.Enum.bigCs, "
|
|
3799
|
+
var WalletScreeningProviderName = _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({}, WalletScreeningProvider.Enum.scoreChain, "Scorechain"), WalletScreeningProvider.Enum.trmLabs, "TRM Labs"), WalletScreeningProvider.Enum.chainalysis, "Chainalysis"), WalletScreeningProvider.Enum.merkleScience, "Merkle Science"), WalletScreeningProvider.Enum.crystal, "Crystal Intelligence"), WalletScreeningProvider.Enum.bigCs, "BitRank");
|
|
3800
3800
|
|
|
3801
3801
|
// FIXME:importing SumSubReviewAnswer causes circular dependency
|
|
3802
3802
|
var SUMSUB_REVIEW_ANSWERS = ["GREEN", "RED", "YELLOW"];
|
|
@@ -10665,6 +10665,707 @@ var TransactionJsonSchema = {
|
|
|
10665
10665
|
],
|
|
10666
10666
|
additionalProperties: false
|
|
10667
10667
|
},
|
|
10668
|
+
counterpartyWalletScreening: {
|
|
10669
|
+
type: "object",
|
|
10670
|
+
properties: {
|
|
10671
|
+
riskLevel: {
|
|
10672
|
+
type: "string",
|
|
10673
|
+
"enum": [
|
|
10674
|
+
"No Risk",
|
|
10675
|
+
"Low Risk",
|
|
10676
|
+
"Medium Risk",
|
|
10677
|
+
"High Risk",
|
|
10678
|
+
"Critical Risk"
|
|
10679
|
+
]
|
|
10680
|
+
},
|
|
10681
|
+
riskScore: {
|
|
10682
|
+
type: "number",
|
|
10683
|
+
minimum: 0,
|
|
10684
|
+
maximum: 100
|
|
10685
|
+
},
|
|
10686
|
+
firstActive: {
|
|
10687
|
+
type: "number"
|
|
10688
|
+
},
|
|
10689
|
+
lastActive: {
|
|
10690
|
+
type: "number"
|
|
10691
|
+
},
|
|
10692
|
+
lastScreened: {
|
|
10693
|
+
type: "number"
|
|
10694
|
+
},
|
|
10695
|
+
entities: {
|
|
10696
|
+
type: "array",
|
|
10697
|
+
items: {
|
|
10698
|
+
type: "object",
|
|
10699
|
+
properties: {
|
|
10700
|
+
name: {
|
|
10701
|
+
type: "string"
|
|
10702
|
+
},
|
|
10703
|
+
entityType: {
|
|
10704
|
+
type: "string",
|
|
10705
|
+
"enum": [
|
|
10706
|
+
"ATM",
|
|
10707
|
+
"Airdrop",
|
|
10708
|
+
"Auctioned assets",
|
|
10709
|
+
"Bank",
|
|
10710
|
+
"Block reward",
|
|
10711
|
+
"Blacklisted",
|
|
10712
|
+
"Bot",
|
|
10713
|
+
"Child abuse",
|
|
10714
|
+
"Cloud mining",
|
|
10715
|
+
"Community reported scam",
|
|
10716
|
+
"Cross-chain Bridge Protocol",
|
|
10717
|
+
"Darkweb",
|
|
10718
|
+
"Decentralized service",
|
|
10719
|
+
"Dex",
|
|
10720
|
+
"Donations",
|
|
10721
|
+
"Exchange",
|
|
10722
|
+
"Gambling",
|
|
10723
|
+
"Hack",
|
|
10724
|
+
"ICO",
|
|
10725
|
+
"Ignored small amounts",
|
|
10726
|
+
"Investment management firm",
|
|
10727
|
+
"Large transaction",
|
|
10728
|
+
"Large unnamed entity",
|
|
10729
|
+
"Mining pool",
|
|
10730
|
+
"Mixing pattern",
|
|
10731
|
+
"Mixing service",
|
|
10732
|
+
"NFT Marketplace",
|
|
10733
|
+
"No entities found",
|
|
10734
|
+
"Ongoing legal action",
|
|
10735
|
+
"Payment Service Provider",
|
|
10736
|
+
"Payment channel",
|
|
10737
|
+
"Peeling chain of unknown origin",
|
|
10738
|
+
"Phishing",
|
|
10739
|
+
"Ransomware",
|
|
10740
|
+
"Real World Asset",
|
|
10741
|
+
"Sanction list",
|
|
10742
|
+
"Scam",
|
|
10743
|
+
"Seized assets",
|
|
10744
|
+
"Service",
|
|
10745
|
+
"Staking pool",
|
|
10746
|
+
"Suspicious",
|
|
10747
|
+
"Terrorism",
|
|
10748
|
+
"Token",
|
|
10749
|
+
"Token burning",
|
|
10750
|
+
"Token minting",
|
|
10751
|
+
"Unspent output",
|
|
10752
|
+
"Wallet",
|
|
10753
|
+
"OFAC sanction list",
|
|
10754
|
+
"Closed exchange",
|
|
10755
|
+
"Custom group"
|
|
10756
|
+
]
|
|
10757
|
+
}
|
|
10758
|
+
},
|
|
10759
|
+
required: [
|
|
10760
|
+
"name",
|
|
10761
|
+
"entityType"
|
|
10762
|
+
],
|
|
10763
|
+
additionalProperties: false
|
|
10764
|
+
}
|
|
10765
|
+
},
|
|
10766
|
+
blockchainsActive: {
|
|
10767
|
+
type: "array",
|
|
10768
|
+
items: {
|
|
10769
|
+
type: "string"
|
|
10770
|
+
}
|
|
10771
|
+
},
|
|
10772
|
+
countries: {
|
|
10773
|
+
type: "array",
|
|
10774
|
+
items: {
|
|
10775
|
+
type: "string",
|
|
10776
|
+
"enum": [
|
|
10777
|
+
"Afghanistan",
|
|
10778
|
+
"Åland Islands",
|
|
10779
|
+
"Albania",
|
|
10780
|
+
"Algeria",
|
|
10781
|
+
"American Samoa",
|
|
10782
|
+
"Andorra",
|
|
10783
|
+
"Angola",
|
|
10784
|
+
"Anguilla",
|
|
10785
|
+
"Antigua and Barbuda",
|
|
10786
|
+
"Argentina",
|
|
10787
|
+
"Armenia",
|
|
10788
|
+
"Aruba",
|
|
10789
|
+
"Australia",
|
|
10790
|
+
"Austria",
|
|
10791
|
+
"Azerbaijan",
|
|
10792
|
+
"Bahamas",
|
|
10793
|
+
"Bahrain",
|
|
10794
|
+
"Bangladesh",
|
|
10795
|
+
"Barbados",
|
|
10796
|
+
"Belarus",
|
|
10797
|
+
"Belgium",
|
|
10798
|
+
"Belize",
|
|
10799
|
+
"Benin",
|
|
10800
|
+
"Bermuda",
|
|
10801
|
+
"Bhutan",
|
|
10802
|
+
"Bolivia",
|
|
10803
|
+
"Bonaire, Sint Eustatius and Saba",
|
|
10804
|
+
"Bosnia-Herzegovina",
|
|
10805
|
+
"Botswana",
|
|
10806
|
+
"Brazil",
|
|
10807
|
+
"British Indian Ocean Territory",
|
|
10808
|
+
"British Virgin Islands",
|
|
10809
|
+
"Brunei Darussalam",
|
|
10810
|
+
"Bulgaria",
|
|
10811
|
+
"Burkina Faso",
|
|
10812
|
+
"Burundi",
|
|
10813
|
+
"Cambodia",
|
|
10814
|
+
"Cameroon",
|
|
10815
|
+
"Canada",
|
|
10816
|
+
"Cape Verde",
|
|
10817
|
+
"Cayman Islands",
|
|
10818
|
+
"Central African Rep",
|
|
10819
|
+
"Chad",
|
|
10820
|
+
"Chile",
|
|
10821
|
+
"China",
|
|
10822
|
+
"Christmas Island",
|
|
10823
|
+
"Cocos (Keeling) Islands",
|
|
10824
|
+
"Colombia",
|
|
10825
|
+
"Comoros",
|
|
10826
|
+
"Congo (Brazzaville)",
|
|
10827
|
+
"Congo, the Democratic Republic",
|
|
10828
|
+
"Cook Islands",
|
|
10829
|
+
"Costa Rica",
|
|
10830
|
+
"Cote D'Ivoire",
|
|
10831
|
+
"Croatia",
|
|
10832
|
+
"Cuba",
|
|
10833
|
+
"Curacao",
|
|
10834
|
+
"Cyprus",
|
|
10835
|
+
"Czech Republic",
|
|
10836
|
+
"Denmark",
|
|
10837
|
+
"Djibouti",
|
|
10838
|
+
"Dominica",
|
|
10839
|
+
"Dominican Republic",
|
|
10840
|
+
"Ecuador",
|
|
10841
|
+
"Egypt",
|
|
10842
|
+
"El Salvador",
|
|
10843
|
+
"Equatorial Guinea",
|
|
10844
|
+
"Eritrea",
|
|
10845
|
+
"Estonia",
|
|
10846
|
+
"Eswatini",
|
|
10847
|
+
"Ethiopia",
|
|
10848
|
+
"Falkland Islands (Malvinas)",
|
|
10849
|
+
"Faroe islands",
|
|
10850
|
+
"Fiji",
|
|
10851
|
+
"Finland",
|
|
10852
|
+
"France",
|
|
10853
|
+
"French Guiana",
|
|
10854
|
+
"French Polynesia",
|
|
10855
|
+
"Gabon",
|
|
10856
|
+
"Gambia",
|
|
10857
|
+
"Georgia",
|
|
10858
|
+
"Germany",
|
|
10859
|
+
"Ghana",
|
|
10860
|
+
"Gibraltar",
|
|
10861
|
+
"Greece",
|
|
10862
|
+
"Greenland",
|
|
10863
|
+
"Grenada",
|
|
10864
|
+
"Guadeloupe",
|
|
10865
|
+
"Guam",
|
|
10866
|
+
"Guatemala",
|
|
10867
|
+
"Guernsey",
|
|
10868
|
+
"Guinea",
|
|
10869
|
+
"Guinea Bissau",
|
|
10870
|
+
"Guyana",
|
|
10871
|
+
"Haiti",
|
|
10872
|
+
"Honduras",
|
|
10873
|
+
"Hong Kong",
|
|
10874
|
+
"Hungary",
|
|
10875
|
+
"Iceland",
|
|
10876
|
+
"India",
|
|
10877
|
+
"Indonesia",
|
|
10878
|
+
"Iran, Islamic Republic of",
|
|
10879
|
+
"Iraq",
|
|
10880
|
+
"Ireland",
|
|
10881
|
+
"Isle Of Man",
|
|
10882
|
+
"Israel",
|
|
10883
|
+
"Italy",
|
|
10884
|
+
"Jamaica",
|
|
10885
|
+
"Japan",
|
|
10886
|
+
"Jersey",
|
|
10887
|
+
"Jordan",
|
|
10888
|
+
"Kazakhstan",
|
|
10889
|
+
"Kenya",
|
|
10890
|
+
"Kiribati",
|
|
10891
|
+
"Kosovo",
|
|
10892
|
+
"Kuwait",
|
|
10893
|
+
"Kyrgyzstan",
|
|
10894
|
+
"Lao People's Democratic Republic",
|
|
10895
|
+
"Latvia",
|
|
10896
|
+
"Lebanon",
|
|
10897
|
+
"Lesotho",
|
|
10898
|
+
"Liberia",
|
|
10899
|
+
"Libya",
|
|
10900
|
+
"Liechtenstein",
|
|
10901
|
+
"Lithuania",
|
|
10902
|
+
"Luxembourg",
|
|
10903
|
+
"Macau",
|
|
10904
|
+
"Madagascar",
|
|
10905
|
+
"Malawi",
|
|
10906
|
+
"Malaysia",
|
|
10907
|
+
"Maldives",
|
|
10908
|
+
"Mali",
|
|
10909
|
+
"Malta",
|
|
10910
|
+
"Marshall Islands",
|
|
10911
|
+
"Martinique",
|
|
10912
|
+
"Mauritania",
|
|
10913
|
+
"Mauritius",
|
|
10914
|
+
"Mayotte",
|
|
10915
|
+
"Mexico",
|
|
10916
|
+
"Micronesia",
|
|
10917
|
+
"Moldova",
|
|
10918
|
+
"Monaco",
|
|
10919
|
+
"Mongolia",
|
|
10920
|
+
"Montenegro",
|
|
10921
|
+
"Montserrat",
|
|
10922
|
+
"Morocco",
|
|
10923
|
+
"Mozambique",
|
|
10924
|
+
"Myanmar",
|
|
10925
|
+
"Namibia",
|
|
10926
|
+
"Nauru",
|
|
10927
|
+
"Nepal",
|
|
10928
|
+
"Netherlands",
|
|
10929
|
+
"New Caledonia",
|
|
10930
|
+
"New Zealand",
|
|
10931
|
+
"Nicaragua",
|
|
10932
|
+
"Niger",
|
|
10933
|
+
"Nigeria",
|
|
10934
|
+
"Niue",
|
|
10935
|
+
"Norfolk Island",
|
|
10936
|
+
"North Korea",
|
|
10937
|
+
"North Macedonia",
|
|
10938
|
+
"North Mariana Islands",
|
|
10939
|
+
"Norway",
|
|
10940
|
+
"Oman",
|
|
10941
|
+
"Pakistan",
|
|
10942
|
+
"Palau",
|
|
10943
|
+
"Palestine, State of",
|
|
10944
|
+
"Panama",
|
|
10945
|
+
"Papua New Guinea",
|
|
10946
|
+
"Paraguay",
|
|
10947
|
+
"Peru",
|
|
10948
|
+
"Philippines",
|
|
10949
|
+
"Pitcairn",
|
|
10950
|
+
"Poland",
|
|
10951
|
+
"Portugal",
|
|
10952
|
+
"Puerto Rico",
|
|
10953
|
+
"Qatar",
|
|
10954
|
+
"Réunion",
|
|
10955
|
+
"Romania",
|
|
10956
|
+
"Russian Federation",
|
|
10957
|
+
"Rwanda",
|
|
10958
|
+
"Saint Barthélemy",
|
|
10959
|
+
"Saint Helena, Ascension and Tristan",
|
|
10960
|
+
"Saint Kitts & Nevis",
|
|
10961
|
+
"Saint Lucia",
|
|
10962
|
+
"Saint Maarten",
|
|
10963
|
+
"Saint Martin (French part)",
|
|
10964
|
+
"Saint Pierre and Miquelon",
|
|
10965
|
+
"Saint Vincent & Grenadines",
|
|
10966
|
+
"Samoa",
|
|
10967
|
+
"San Marino",
|
|
10968
|
+
"Sao Tome & Prin.",
|
|
10969
|
+
"Saudi Arabia",
|
|
10970
|
+
"Senegal",
|
|
10971
|
+
"Serbia",
|
|
10972
|
+
"Seychelles",
|
|
10973
|
+
"Sierra Leone",
|
|
10974
|
+
"Singapore",
|
|
10975
|
+
"Slovakia",
|
|
10976
|
+
"Slovenia",
|
|
10977
|
+
"Solomon Islands",
|
|
10978
|
+
"Somalia",
|
|
10979
|
+
"South Africa",
|
|
10980
|
+
"South Korea",
|
|
10981
|
+
"South Sudan",
|
|
10982
|
+
"Spain",
|
|
10983
|
+
"Sri Lanka",
|
|
10984
|
+
"Sudan",
|
|
10985
|
+
"Suriname",
|
|
10986
|
+
"Svalbard and Mayen",
|
|
10987
|
+
"Sweden",
|
|
10988
|
+
"Switzerland",
|
|
10989
|
+
"Syria",
|
|
10990
|
+
"Taiwan",
|
|
10991
|
+
"Tajikistan",
|
|
10992
|
+
"Tanzania",
|
|
10993
|
+
"Thailand",
|
|
10994
|
+
"Timor-Leste",
|
|
10995
|
+
"Togo",
|
|
10996
|
+
"Tokelau",
|
|
10997
|
+
"Tonga",
|
|
10998
|
+
"Trinidad & Tobago",
|
|
10999
|
+
"Tunisia",
|
|
11000
|
+
"Turkey",
|
|
11001
|
+
"Turkmenistan",
|
|
11002
|
+
"Turks & Caicos",
|
|
11003
|
+
"Tuvalu",
|
|
11004
|
+
"Uganda",
|
|
11005
|
+
"Ukraine",
|
|
11006
|
+
"United Arab Emirates",
|
|
11007
|
+
"United Kingdom",
|
|
11008
|
+
"United States",
|
|
11009
|
+
"United States Virgin Islands",
|
|
11010
|
+
"Uruguay",
|
|
11011
|
+
"Uzbekistan",
|
|
11012
|
+
"Vanuatu",
|
|
11013
|
+
"Vatican City State (Holy See)",
|
|
11014
|
+
"Venezuela",
|
|
11015
|
+
"Vietnam",
|
|
11016
|
+
"Wallis and Futuna",
|
|
11017
|
+
"Western Sahara",
|
|
11018
|
+
"Yemen",
|
|
11019
|
+
"Zambia",
|
|
11020
|
+
"Zimbabwe",
|
|
11021
|
+
"Undefined",
|
|
11022
|
+
"Netherlands Antiles",
|
|
11023
|
+
"Antarctica",
|
|
11024
|
+
"Bouvet Island",
|
|
11025
|
+
"French Southern Territories",
|
|
11026
|
+
"Heard Island & Mcdonald Islands",
|
|
11027
|
+
"South Georgia And Sandwich Isl.",
|
|
11028
|
+
"United States Outlying Islands"
|
|
11029
|
+
]
|
|
11030
|
+
}
|
|
11031
|
+
},
|
|
11032
|
+
relatedCountries: {
|
|
11033
|
+
type: "array",
|
|
11034
|
+
items: {
|
|
11035
|
+
type: "string",
|
|
11036
|
+
"enum": [
|
|
11037
|
+
"Afghanistan",
|
|
11038
|
+
"Åland Islands",
|
|
11039
|
+
"Albania",
|
|
11040
|
+
"Algeria",
|
|
11041
|
+
"American Samoa",
|
|
11042
|
+
"Andorra",
|
|
11043
|
+
"Angola",
|
|
11044
|
+
"Anguilla",
|
|
11045
|
+
"Antigua and Barbuda",
|
|
11046
|
+
"Argentina",
|
|
11047
|
+
"Armenia",
|
|
11048
|
+
"Aruba",
|
|
11049
|
+
"Australia",
|
|
11050
|
+
"Austria",
|
|
11051
|
+
"Azerbaijan",
|
|
11052
|
+
"Bahamas",
|
|
11053
|
+
"Bahrain",
|
|
11054
|
+
"Bangladesh",
|
|
11055
|
+
"Barbados",
|
|
11056
|
+
"Belarus",
|
|
11057
|
+
"Belgium",
|
|
11058
|
+
"Belize",
|
|
11059
|
+
"Benin",
|
|
11060
|
+
"Bermuda",
|
|
11061
|
+
"Bhutan",
|
|
11062
|
+
"Bolivia",
|
|
11063
|
+
"Bonaire, Sint Eustatius and Saba",
|
|
11064
|
+
"Bosnia-Herzegovina",
|
|
11065
|
+
"Botswana",
|
|
11066
|
+
"Brazil",
|
|
11067
|
+
"British Indian Ocean Territory",
|
|
11068
|
+
"British Virgin Islands",
|
|
11069
|
+
"Brunei Darussalam",
|
|
11070
|
+
"Bulgaria",
|
|
11071
|
+
"Burkina Faso",
|
|
11072
|
+
"Burundi",
|
|
11073
|
+
"Cambodia",
|
|
11074
|
+
"Cameroon",
|
|
11075
|
+
"Canada",
|
|
11076
|
+
"Cape Verde",
|
|
11077
|
+
"Cayman Islands",
|
|
11078
|
+
"Central African Rep",
|
|
11079
|
+
"Chad",
|
|
11080
|
+
"Chile",
|
|
11081
|
+
"China",
|
|
11082
|
+
"Christmas Island",
|
|
11083
|
+
"Cocos (Keeling) Islands",
|
|
11084
|
+
"Colombia",
|
|
11085
|
+
"Comoros",
|
|
11086
|
+
"Congo (Brazzaville)",
|
|
11087
|
+
"Congo, the Democratic Republic",
|
|
11088
|
+
"Cook Islands",
|
|
11089
|
+
"Costa Rica",
|
|
11090
|
+
"Cote D'Ivoire",
|
|
11091
|
+
"Croatia",
|
|
11092
|
+
"Cuba",
|
|
11093
|
+
"Curacao",
|
|
11094
|
+
"Cyprus",
|
|
11095
|
+
"Czech Republic",
|
|
11096
|
+
"Denmark",
|
|
11097
|
+
"Djibouti",
|
|
11098
|
+
"Dominica",
|
|
11099
|
+
"Dominican Republic",
|
|
11100
|
+
"Ecuador",
|
|
11101
|
+
"Egypt",
|
|
11102
|
+
"El Salvador",
|
|
11103
|
+
"Equatorial Guinea",
|
|
11104
|
+
"Eritrea",
|
|
11105
|
+
"Estonia",
|
|
11106
|
+
"Eswatini",
|
|
11107
|
+
"Ethiopia",
|
|
11108
|
+
"Falkland Islands (Malvinas)",
|
|
11109
|
+
"Faroe islands",
|
|
11110
|
+
"Fiji",
|
|
11111
|
+
"Finland",
|
|
11112
|
+
"France",
|
|
11113
|
+
"French Guiana",
|
|
11114
|
+
"French Polynesia",
|
|
11115
|
+
"Gabon",
|
|
11116
|
+
"Gambia",
|
|
11117
|
+
"Georgia",
|
|
11118
|
+
"Germany",
|
|
11119
|
+
"Ghana",
|
|
11120
|
+
"Gibraltar",
|
|
11121
|
+
"Greece",
|
|
11122
|
+
"Greenland",
|
|
11123
|
+
"Grenada",
|
|
11124
|
+
"Guadeloupe",
|
|
11125
|
+
"Guam",
|
|
11126
|
+
"Guatemala",
|
|
11127
|
+
"Guernsey",
|
|
11128
|
+
"Guinea",
|
|
11129
|
+
"Guinea Bissau",
|
|
11130
|
+
"Guyana",
|
|
11131
|
+
"Haiti",
|
|
11132
|
+
"Honduras",
|
|
11133
|
+
"Hong Kong",
|
|
11134
|
+
"Hungary",
|
|
11135
|
+
"Iceland",
|
|
11136
|
+
"India",
|
|
11137
|
+
"Indonesia",
|
|
11138
|
+
"Iran, Islamic Republic of",
|
|
11139
|
+
"Iraq",
|
|
11140
|
+
"Ireland",
|
|
11141
|
+
"Isle Of Man",
|
|
11142
|
+
"Israel",
|
|
11143
|
+
"Italy",
|
|
11144
|
+
"Jamaica",
|
|
11145
|
+
"Japan",
|
|
11146
|
+
"Jersey",
|
|
11147
|
+
"Jordan",
|
|
11148
|
+
"Kazakhstan",
|
|
11149
|
+
"Kenya",
|
|
11150
|
+
"Kiribati",
|
|
11151
|
+
"Kosovo",
|
|
11152
|
+
"Kuwait",
|
|
11153
|
+
"Kyrgyzstan",
|
|
11154
|
+
"Lao People's Democratic Republic",
|
|
11155
|
+
"Latvia",
|
|
11156
|
+
"Lebanon",
|
|
11157
|
+
"Lesotho",
|
|
11158
|
+
"Liberia",
|
|
11159
|
+
"Libya",
|
|
11160
|
+
"Liechtenstein",
|
|
11161
|
+
"Lithuania",
|
|
11162
|
+
"Luxembourg",
|
|
11163
|
+
"Macau",
|
|
11164
|
+
"Madagascar",
|
|
11165
|
+
"Malawi",
|
|
11166
|
+
"Malaysia",
|
|
11167
|
+
"Maldives",
|
|
11168
|
+
"Mali",
|
|
11169
|
+
"Malta",
|
|
11170
|
+
"Marshall Islands",
|
|
11171
|
+
"Martinique",
|
|
11172
|
+
"Mauritania",
|
|
11173
|
+
"Mauritius",
|
|
11174
|
+
"Mayotte",
|
|
11175
|
+
"Mexico",
|
|
11176
|
+
"Micronesia",
|
|
11177
|
+
"Moldova",
|
|
11178
|
+
"Monaco",
|
|
11179
|
+
"Mongolia",
|
|
11180
|
+
"Montenegro",
|
|
11181
|
+
"Montserrat",
|
|
11182
|
+
"Morocco",
|
|
11183
|
+
"Mozambique",
|
|
11184
|
+
"Myanmar",
|
|
11185
|
+
"Namibia",
|
|
11186
|
+
"Nauru",
|
|
11187
|
+
"Nepal",
|
|
11188
|
+
"Netherlands",
|
|
11189
|
+
"New Caledonia",
|
|
11190
|
+
"New Zealand",
|
|
11191
|
+
"Nicaragua",
|
|
11192
|
+
"Niger",
|
|
11193
|
+
"Nigeria",
|
|
11194
|
+
"Niue",
|
|
11195
|
+
"Norfolk Island",
|
|
11196
|
+
"North Korea",
|
|
11197
|
+
"North Macedonia",
|
|
11198
|
+
"North Mariana Islands",
|
|
11199
|
+
"Norway",
|
|
11200
|
+
"Oman",
|
|
11201
|
+
"Pakistan",
|
|
11202
|
+
"Palau",
|
|
11203
|
+
"Palestine, State of",
|
|
11204
|
+
"Panama",
|
|
11205
|
+
"Papua New Guinea",
|
|
11206
|
+
"Paraguay",
|
|
11207
|
+
"Peru",
|
|
11208
|
+
"Philippines",
|
|
11209
|
+
"Pitcairn",
|
|
11210
|
+
"Poland",
|
|
11211
|
+
"Portugal",
|
|
11212
|
+
"Puerto Rico",
|
|
11213
|
+
"Qatar",
|
|
11214
|
+
"Réunion",
|
|
11215
|
+
"Romania",
|
|
11216
|
+
"Russian Federation",
|
|
11217
|
+
"Rwanda",
|
|
11218
|
+
"Saint Barthélemy",
|
|
11219
|
+
"Saint Helena, Ascension and Tristan",
|
|
11220
|
+
"Saint Kitts & Nevis",
|
|
11221
|
+
"Saint Lucia",
|
|
11222
|
+
"Saint Maarten",
|
|
11223
|
+
"Saint Martin (French part)",
|
|
11224
|
+
"Saint Pierre and Miquelon",
|
|
11225
|
+
"Saint Vincent & Grenadines",
|
|
11226
|
+
"Samoa",
|
|
11227
|
+
"San Marino",
|
|
11228
|
+
"Sao Tome & Prin.",
|
|
11229
|
+
"Saudi Arabia",
|
|
11230
|
+
"Senegal",
|
|
11231
|
+
"Serbia",
|
|
11232
|
+
"Seychelles",
|
|
11233
|
+
"Sierra Leone",
|
|
11234
|
+
"Singapore",
|
|
11235
|
+
"Slovakia",
|
|
11236
|
+
"Slovenia",
|
|
11237
|
+
"Solomon Islands",
|
|
11238
|
+
"Somalia",
|
|
11239
|
+
"South Africa",
|
|
11240
|
+
"South Korea",
|
|
11241
|
+
"South Sudan",
|
|
11242
|
+
"Spain",
|
|
11243
|
+
"Sri Lanka",
|
|
11244
|
+
"Sudan",
|
|
11245
|
+
"Suriname",
|
|
11246
|
+
"Svalbard and Mayen",
|
|
11247
|
+
"Sweden",
|
|
11248
|
+
"Switzerland",
|
|
11249
|
+
"Syria",
|
|
11250
|
+
"Taiwan",
|
|
11251
|
+
"Tajikistan",
|
|
11252
|
+
"Tanzania",
|
|
11253
|
+
"Thailand",
|
|
11254
|
+
"Timor-Leste",
|
|
11255
|
+
"Togo",
|
|
11256
|
+
"Tokelau",
|
|
11257
|
+
"Tonga",
|
|
11258
|
+
"Trinidad & Tobago",
|
|
11259
|
+
"Tunisia",
|
|
11260
|
+
"Turkey",
|
|
11261
|
+
"Turkmenistan",
|
|
11262
|
+
"Turks & Caicos",
|
|
11263
|
+
"Tuvalu",
|
|
11264
|
+
"Uganda",
|
|
11265
|
+
"Ukraine",
|
|
11266
|
+
"United Arab Emirates",
|
|
11267
|
+
"United Kingdom",
|
|
11268
|
+
"United States",
|
|
11269
|
+
"United States Virgin Islands",
|
|
11270
|
+
"Uruguay",
|
|
11271
|
+
"Uzbekistan",
|
|
11272
|
+
"Vanuatu",
|
|
11273
|
+
"Vatican City State (Holy See)",
|
|
11274
|
+
"Venezuela",
|
|
11275
|
+
"Vietnam",
|
|
11276
|
+
"Wallis and Futuna",
|
|
11277
|
+
"Western Sahara",
|
|
11278
|
+
"Yemen",
|
|
11279
|
+
"Zambia",
|
|
11280
|
+
"Zimbabwe",
|
|
11281
|
+
"Undefined",
|
|
11282
|
+
"Netherlands Antiles",
|
|
11283
|
+
"Antarctica",
|
|
11284
|
+
"Bouvet Island",
|
|
11285
|
+
"French Southern Territories",
|
|
11286
|
+
"Heard Island & Mcdonald Islands",
|
|
11287
|
+
"South Georgia And Sandwich Isl.",
|
|
11288
|
+
"United States Outlying Islands"
|
|
11289
|
+
]
|
|
11290
|
+
}
|
|
11291
|
+
},
|
|
11292
|
+
relatedEntities: {
|
|
11293
|
+
type: "array",
|
|
11294
|
+
items: {
|
|
11295
|
+
type: "object",
|
|
11296
|
+
properties: {
|
|
11297
|
+
name: {
|
|
11298
|
+
type: "string"
|
|
11299
|
+
},
|
|
11300
|
+
entityType: {
|
|
11301
|
+
type: "string",
|
|
11302
|
+
"enum": [
|
|
11303
|
+
"ATM",
|
|
11304
|
+
"Airdrop",
|
|
11305
|
+
"Auctioned assets",
|
|
11306
|
+
"Bank",
|
|
11307
|
+
"Block reward",
|
|
11308
|
+
"Blacklisted",
|
|
11309
|
+
"Bot",
|
|
11310
|
+
"Child abuse",
|
|
11311
|
+
"Cloud mining",
|
|
11312
|
+
"Community reported scam",
|
|
11313
|
+
"Cross-chain Bridge Protocol",
|
|
11314
|
+
"Darkweb",
|
|
11315
|
+
"Decentralized service",
|
|
11316
|
+
"Dex",
|
|
11317
|
+
"Donations",
|
|
11318
|
+
"Exchange",
|
|
11319
|
+
"Gambling",
|
|
11320
|
+
"Hack",
|
|
11321
|
+
"ICO",
|
|
11322
|
+
"Ignored small amounts",
|
|
11323
|
+
"Investment management firm",
|
|
11324
|
+
"Large transaction",
|
|
11325
|
+
"Large unnamed entity",
|
|
11326
|
+
"Mining pool",
|
|
11327
|
+
"Mixing pattern",
|
|
11328
|
+
"Mixing service",
|
|
11329
|
+
"NFT Marketplace",
|
|
11330
|
+
"No entities found",
|
|
11331
|
+
"Ongoing legal action",
|
|
11332
|
+
"Payment Service Provider",
|
|
11333
|
+
"Payment channel",
|
|
11334
|
+
"Peeling chain of unknown origin",
|
|
11335
|
+
"Phishing",
|
|
11336
|
+
"Ransomware",
|
|
11337
|
+
"Real World Asset",
|
|
11338
|
+
"Sanction list",
|
|
11339
|
+
"Scam",
|
|
11340
|
+
"Seized assets",
|
|
11341
|
+
"Service",
|
|
11342
|
+
"Staking pool",
|
|
11343
|
+
"Suspicious",
|
|
11344
|
+
"Terrorism",
|
|
11345
|
+
"Token",
|
|
11346
|
+
"Token burning",
|
|
11347
|
+
"Token minting",
|
|
11348
|
+
"Unspent output",
|
|
11349
|
+
"Wallet",
|
|
11350
|
+
"OFAC sanction list",
|
|
11351
|
+
"Closed exchange",
|
|
11352
|
+
"Custom group"
|
|
11353
|
+
]
|
|
11354
|
+
}
|
|
11355
|
+
},
|
|
11356
|
+
required: [
|
|
11357
|
+
"name",
|
|
11358
|
+
"entityType"
|
|
11359
|
+
],
|
|
11360
|
+
additionalProperties: false
|
|
11361
|
+
}
|
|
11362
|
+
}
|
|
11363
|
+
},
|
|
11364
|
+
required: [
|
|
11365
|
+
"riskLevel"
|
|
11366
|
+
],
|
|
11367
|
+
additionalProperties: false
|
|
11368
|
+
},
|
|
10668
11369
|
transactionScreening: {
|
|
10669
11370
|
type: "object",
|
|
10670
11371
|
properties: {
|
|
@@ -12110,6 +12811,9 @@ var TransactionZodSchema = z.object({
|
|
|
12110
12811
|
walletScreening: WalletScreeningData.omit({
|
|
12111
12812
|
screeningUrl: true
|
|
12112
12813
|
}).optional(),
|
|
12814
|
+
counterpartyWalletScreening: WalletScreeningData.omit({
|
|
12815
|
+
screeningUrl: true
|
|
12816
|
+
}).optional(),
|
|
12113
12817
|
transactionScreening: TransactionScreeningData.optional(),
|
|
12114
12818
|
historicalAverages: z.object({
|
|
12115
12819
|
amount: AmountByCurrencyBreakdown.optional(),
|