@nexeraid/identity-schemas 2.162.0-dev → 2.163.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.
Files changed (51) hide show
  1. package/dist/{CoinMarketCap.schema-c435bb46.esm.mjs → CoinMarketCap.schema-64c42000.esm.mjs} +2 -2
  2. package/dist/{CoinMarketCap.schema-10e85bfd.cjs.dev.cjs → CoinMarketCap.schema-de428ef6.cjs.dev.cjs} +2 -2
  3. package/dist/{CoinMarketCap.schema-c2b35cbb.cjs.prod.cjs → CoinMarketCap.schema-ff44fa11.cjs.prod.cjs} +2 -2
  4. package/dist/declarations/src/index.d.ts +1 -0
  5. package/dist/declarations/src/index.d.ts.map +1 -1
  6. package/dist/declarations/src/providers/scorechain/scorechain.schema.d.ts +617 -37
  7. package/dist/declarations/src/providers/scorechain/scorechain.schema.d.ts.map +1 -1
  8. package/dist/declarations/src/providers/scorechain/scorechainRiskLevel.schema.d.ts +2 -0
  9. package/dist/declarations/src/providers/scorechain/scorechainRiskLevel.schema.d.ts.map +1 -1
  10. package/dist/declarations/src/transaction-screening.schema.d.ts +70 -0
  11. package/dist/declarations/src/transaction-screening.schema.d.ts.map +1 -0
  12. package/dist/declarations/src/vault/schemas/generated/Transaction.schema.json.d.ts +674 -0
  13. package/dist/declarations/src/vault/schemas/generated/Transaction.type.d.ts +18 -0
  14. package/dist/declarations/src/vault/schemas/generated/Transaction.type.d.ts.map +1 -1
  15. package/dist/declarations/src/vault/vault.schema.d.ts +136 -0
  16. package/dist/declarations/src/vault/vault.schema.d.ts.map +1 -1
  17. package/dist/{identity-api.schema-f1dbf7ca.cjs.dev.cjs → identity-api.schema-0b887966.cjs.dev.cjs} +1 -1
  18. package/dist/{identity-api.schema-19a90b6a.esm.mjs → identity-api.schema-464b7f7b.esm.mjs} +1 -1
  19. package/dist/{identity-api.schema-1c87b3cc.cjs.prod.cjs → identity-api.schema-bcf87daa.cjs.prod.cjs} +1 -1
  20. package/dist/nexeraid-identity-schemas.cjs.dev.cjs +8 -5
  21. package/dist/nexeraid-identity-schemas.cjs.prod.cjs +8 -5
  22. package/dist/nexeraid-identity-schemas.esm.mjs +6 -6
  23. package/dist/package.json +1 -1
  24. package/dist/{tfhe-utilities-c646109b.cjs.dev.cjs → tfhe-utilities-4edda016.cjs.dev.cjs} +2 -2
  25. package/dist/{tfhe-utilities-116a8c2b.cjs.prod.cjs → tfhe-utilities-87474e66.cjs.prod.cjs} +2 -2
  26. package/dist/{tfhe-utilities-87e5b68e.esm.mjs → tfhe-utilities-b1c9eabd.esm.mjs} +2 -2
  27. package/dist/{toArray-87d5a9ab.cjs.dev.cjs → toArray-85ff9cff.cjs.dev.cjs} +1 -1
  28. package/dist/{toArray-04d191ae.cjs.prod.cjs → toArray-d0c80d82.cjs.prod.cjs} +1 -1
  29. package/dist/{toArray-bef8e1b7.esm.mjs → toArray-dfc84c2e.esm.mjs} +1 -1
  30. package/dist/{vault.schema-a0ae295d.cjs.dev.cjs → vault.schema-0dad1db1.cjs.dev.cjs} +910 -161
  31. package/dist/{vault.schema-b0af8c17.cjs.prod.cjs → vault.schema-bd965f5a.cjs.prod.cjs} +910 -161
  32. package/dist/{vault.schema-4071b21a.esm.mjs → vault.schema-c4e7bbb5.esm.mjs} +904 -162
  33. package/dist/{zod-utils-db4a338c.cjs.prod.cjs → zod-utils-3741b1ab.cjs.prod.cjs} +2 -2
  34. package/dist/{zod-utils-85400877.esm.mjs → zod-utils-57dbf256.esm.mjs} +2 -2
  35. package/dist/{zod-utils-8ef62f02.cjs.dev.cjs → zod-utils-d3f309aa.cjs.dev.cjs} +2 -2
  36. package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.cjs +2 -2
  37. package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.cjs +2 -2
  38. package/identity/dist/nexeraid-identity-schemas-identity.esm.mjs +2 -2
  39. package/package.json +1 -1
  40. package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.cjs +7 -3
  41. package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.cjs +7 -3
  42. package/providers/dist/nexeraid-identity-schemas-providers.esm.mjs +3 -3
  43. package/vault/dist/nexeraid-identity-schemas-vault.cjs.dev.cjs +3 -3
  44. package/vault/dist/nexeraid-identity-schemas-vault.cjs.prod.cjs +3 -3
  45. package/vault/dist/nexeraid-identity-schemas-vault.esm.mjs +3 -3
  46. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.cjs +3 -3
  47. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.cjs +3 -3
  48. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.mjs +3 -3
  49. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.cjs +4 -4
  50. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +4 -4
  51. package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +4 -4
@@ -2999,6 +2999,7 @@ var CustomerPersonalInformation = z.object({
2999
2999
 
3000
3000
  var ScorechainWalletRiskLevels = ["No Risk", "Low Risk", "Medium Risk", "High Risk", "Critical Risk"];
3001
3001
  var ScorechainWalletRiskLevel = z["enum"](ScorechainWalletRiskLevels);
3002
+ var ScorechainTransactionRiskLevel = z["enum"](ScorechainWalletRiskLevels);
3002
3003
 
3003
3004
  var _ScorechainBlockchain;
3004
3005
 
@@ -3644,7 +3645,8 @@ var ScoringAnalysisRequest = z.object({
3644
3645
  depth: z.coerce.number()["int"]().gte(1).lte(100).nullish()
3645
3646
  });
3646
3647
  var GetActiveBlockchainsRequest = z.object({
3647
- address: BlockchainAddress
3648
+ address: BlockchainAddress.optional(),
3649
+ transactionHash: z.string().optional()
3648
3650
  });
3649
3651
  var GetActiveBlockchains = z.object({
3650
3652
  addresses: z.object({
@@ -3658,6 +3660,10 @@ var GetAddressAnalysisRequest = z.object({
3658
3660
  address: BlockchainAddress,
3659
3661
  blockchain: ScorechainBlockchain
3660
3662
  });
3663
+ var GetTransactionAnalysisRequest = z.object({
3664
+ blockchain: ScorechainBlockchain,
3665
+ transactionHash: z.string()
3666
+ });
3661
3667
  var ScorechainEntity = z.object({
3662
3668
  id: z.number()["int"](),
3663
3669
  name: z.string(),
@@ -3679,7 +3685,37 @@ var GetAddressAnalysis = z.object({
3679
3685
  name: z.string()
3680
3686
  }))
3681
3687
  });
3688
+ var GetTransactionAnalysis = z.object({
3689
+ hash: z.string(),
3690
+ blockchain: ScorechainBlockchain,
3691
+ timestamp: z.number()["int"](),
3692
+ cases: z.array(z.object({
3693
+ id: z.string(),
3694
+ name: z.string()
3695
+ })),
3696
+ numberOfConfirmations: z.number()["int"](),
3697
+ block: z.number()["int"]().nullish(),
3698
+ fees: z.object({
3699
+ amount: z.number(),
3700
+ unit: z.string(),
3701
+ amountUsd: z.number().nullish()
3702
+ }),
3703
+ energy: z.object({}).nullish(),
3704
+ tags: z.array(z["enum"](["GENERIC", "MINING", "MIXING", "CONTRACT_CALL", "DEX_TRADE", "LIGHTNING", "CROSS_CHAIN"])),
3705
+ signers: z.array(z.object({
3706
+ address: BlockchainAddress,
3707
+ type: z["enum"](["MINING", "MIXING", "LIGHTNING", "CROSS_CHAIN"])
3708
+ })),
3709
+ operations: z.array(z.object({
3710
+ type: z["enum"](["MINING", "MIXING", "LIGHTNING", "CROSS_CHAIN"])
3711
+ })),
3712
+ blockchainSpecific: z.object({
3713
+ lightningNetwork: z.object({}).optional(),
3714
+ crossChainSwaps: z.array(z.object({})).optional()
3715
+ })
3716
+ });
3682
3717
  var GetAddressAnalysisResponse = z.union([GetAddressAnalysis, ScorechainError]);
3718
+ var GetTransactionAnalysisResponse = z.union([GetTransactionAnalysis, ScorechainError]);
3683
3719
  var ScoringAnalysisApiRequest = z.object({
3684
3720
  analysisType: AnalysisType.nullish(),
3685
3721
  objectType: ObjectType.nullish(),
@@ -3690,7 +3726,8 @@ var ScoringAnalysisApiRequest = z.object({
3690
3726
  });
3691
3727
  var RawScorechainResult = z.object({
3692
3728
  scoring: ScorechainAnalysis.optional(),
3693
- addressAnalysis: GetAddressAnalysis
3729
+ addressAnalysis: GetAddressAnalysis.optional(),
3730
+ transactionAnalysis: GetTransactionAnalysis.optional()
3694
3731
  });
3695
3732
  var WorkflowsScoringAnalysisRequest = z.object({
3696
3733
  objectId: z.string().nullish().describe("Address or transaction hash, depending on objectType"),
@@ -9854,8 +9891,7 @@ var TransactionJsonSchema = {
9854
9891
  "Questionaire",
9855
9892
  "Onboarded",
9856
9893
  "Onboarding",
9857
- "KYB",
9858
- "Onboarded"
9894
+ "KYB"
9859
9895
  ]
9860
9896
  },
9861
9897
  customerType: {
@@ -10593,172 +10629,873 @@ var TransactionJsonSchema = {
10593
10629
  ],
10594
10630
  additionalProperties: false
10595
10631
  },
10596
- historicalAverages: {
10632
+ transactionScreening: {
10597
10633
  type: "object",
10598
10634
  properties: {
10599
- amount: {
10600
- type: "object",
10601
- properties: {
10602
- USD: {
10603
- description: "decimal"
10604
- },
10605
- EUR: {
10606
- description: "decimal"
10607
- },
10608
- GBP: {
10609
- description: "decimal"
10610
- }
10611
- },
10612
- additionalProperties: false
10635
+ riskLevel: {
10636
+ type: "string",
10637
+ "enum": [
10638
+ "No Risk",
10639
+ "Low Risk",
10640
+ "Medium Risk",
10641
+ "High Risk",
10642
+ "Critical Risk"
10643
+ ]
10613
10644
  },
10614
- maa: {
10615
- type: "object",
10616
- properties: {
10617
- USD: {
10618
- description: "decimal"
10619
- },
10620
- EUR: {
10621
- description: "decimal"
10622
- },
10623
- GBP: {
10624
- description: "decimal"
10625
- }
10626
- },
10627
- additionalProperties: false
10645
+ riskScore: {
10646
+ type: "number",
10647
+ minimum: 0,
10648
+ maximum: 100
10628
10649
  },
10629
- maaExt: {
10630
- type: "object",
10631
- properties: {
10632
- USD: {
10633
- description: "decimal"
10634
- },
10635
- EUR: {
10636
- description: "decimal"
10637
- },
10638
- GBP: {
10639
- description: "decimal"
10640
- }
10641
- },
10642
- additionalProperties: false
10650
+ firstActive: {
10651
+ type: "number"
10643
10652
  },
10644
- maaInt: {
10645
- type: "object",
10646
- properties: {
10647
- USD: {
10648
- description: "decimal"
10649
- },
10650
- EUR: {
10651
- description: "decimal"
10652
- },
10653
- GBP: {
10654
- description: "decimal"
10655
- }
10656
- },
10657
- additionalProperties: false
10653
+ lastActive: {
10654
+ type: "number"
10658
10655
  },
10659
- gmaa: {
10660
- type: "object",
10661
- properties: {
10662
- USD: {
10663
- description: "decimal"
10664
- },
10665
- EUR: {
10666
- description: "decimal"
10667
- },
10668
- GBP: {
10669
- description: "decimal"
10670
- }
10671
- },
10672
- additionalProperties: false
10656
+ lastScreened: {
10657
+ type: "number"
10673
10658
  },
10674
- average: {
10675
- type: "object",
10676
- properties: {
10677
- USD: {
10678
- description: "decimal"
10679
- },
10680
- EUR: {
10681
- description: "decimal"
10659
+ entities: {
10660
+ type: "array",
10661
+ items: {
10662
+ type: "object",
10663
+ properties: {
10664
+ name: {
10665
+ type: "string"
10666
+ },
10667
+ entityType: {
10668
+ type: "string",
10669
+ "enum": [
10670
+ "ATM",
10671
+ "Airdrop",
10672
+ "Auctioned assets",
10673
+ "Bank",
10674
+ "Block reward",
10675
+ "Blacklisted",
10676
+ "Bot",
10677
+ "Child abuse",
10678
+ "Cloud mining",
10679
+ "Community reported scam",
10680
+ "Cross-chain Bridge Protocol",
10681
+ "Darkweb",
10682
+ "Decentralized service",
10683
+ "Dex",
10684
+ "Donations",
10685
+ "Exchange",
10686
+ "Gambling",
10687
+ "Hack",
10688
+ "ICO",
10689
+ "Ignored small amounts",
10690
+ "Investment management firm",
10691
+ "Large transaction",
10692
+ "Large unnamed entity",
10693
+ "Mining pool",
10694
+ "Mixing pattern",
10695
+ "Mixing service",
10696
+ "NFT Marketplace",
10697
+ "No entities found",
10698
+ "Ongoing legal action",
10699
+ "Payment Service Provider",
10700
+ "Payment channel",
10701
+ "Peeling chain of unknown origin",
10702
+ "Phishing",
10703
+ "Ransomware",
10704
+ "Real World Asset",
10705
+ "Sanction list",
10706
+ "Scam",
10707
+ "Seized assets",
10708
+ "Service",
10709
+ "Staking pool",
10710
+ "Suspicious",
10711
+ "Terrorism",
10712
+ "Token",
10713
+ "Token burning",
10714
+ "Token minting",
10715
+ "Unspent output",
10716
+ "Wallet",
10717
+ "OFAC sanction list",
10718
+ "Closed exchange",
10719
+ "Custom group"
10720
+ ]
10721
+ }
10682
10722
  },
10683
- GBP: {
10684
- description: "decimal"
10685
- }
10686
- },
10687
- additionalProperties: false
10723
+ required: [
10724
+ "name",
10725
+ "entityType"
10726
+ ],
10727
+ additionalProperties: false
10728
+ }
10688
10729
  },
10689
- median: {
10690
- type: "object",
10691
- properties: {
10692
- USD: {
10693
- description: "decimal"
10694
- },
10695
- EUR: {
10696
- description: "decimal"
10697
- },
10698
- GBP: {
10699
- description: "decimal"
10700
- }
10701
- },
10702
- additionalProperties: false
10703
- }
10704
- },
10705
- additionalProperties: false
10706
- }
10707
- },
10708
- additionalProperties: false
10709
- }
10710
- },
10711
- $schema: "http://json-schema.org/draft-07/schema#"
10712
- };
10713
-
10714
- var Web3TransactionJsonSchema = {
10715
- $ref: "#/definitions/Web3Transaction",
10716
- definitions: {
10717
- Web3Transaction: {
10718
- type: "object",
10719
- properties: {
10720
- senderAddress: {
10721
- type: "string",
10722
- description: "String value that identifies the address of a specific user. Normally tied to an EOA that includes the Smart Wallet."
10723
- },
10724
- contractAddress: {
10725
- type: "string",
10726
- description: "String value that identifies the address of a specific user. Normally tied to an EOA that includes the Smart Wallet."
10727
- },
10728
- functionName: {
10729
- type: "string"
10730
- },
10731
- functionArgs: {
10732
- type: "object",
10733
- additionalProperties: {
10734
- type: [
10735
- "string",
10736
- "number",
10737
- "boolean"
10738
- ]
10739
- }
10740
- },
10741
- transactionRequestDate: {
10742
- type: "string",
10743
- format: "date-time"
10744
- }
10745
- },
10746
- required: [
10747
- "senderAddress",
10748
- "contractAddress"
10749
- ],
10750
- additionalProperties: false
10751
- }
10752
- },
10753
- $schema: "http://json-schema.org/draft-07/schema#"
10754
- };
10755
-
10756
- var KycSessionZodSchema = z.object({
10757
- vcs: z.object({
10758
- // "v1" here refers the version of the credential schema
10759
- IDInformation: z.object({
10760
- v1: IDInformationCredentialSchema
10761
- }).optional(),
10730
+ blockchainsActive: {
10731
+ type: "array",
10732
+ items: {
10733
+ type: "string"
10734
+ }
10735
+ },
10736
+ countries: {
10737
+ type: "array",
10738
+ items: {
10739
+ type: "string",
10740
+ "enum": [
10741
+ "Afghanistan",
10742
+ "Åland Islands",
10743
+ "Albania",
10744
+ "Algeria",
10745
+ "American Samoa",
10746
+ "Andorra",
10747
+ "Angola",
10748
+ "Anguilla",
10749
+ "Antigua and Barbuda",
10750
+ "Argentina",
10751
+ "Armenia",
10752
+ "Aruba",
10753
+ "Australia",
10754
+ "Austria",
10755
+ "Azerbaijan",
10756
+ "Bahamas",
10757
+ "Bahrain",
10758
+ "Bangladesh",
10759
+ "Barbados",
10760
+ "Belarus",
10761
+ "Belgium",
10762
+ "Belize",
10763
+ "Benin",
10764
+ "Bermuda",
10765
+ "Bhutan",
10766
+ "Bolivia",
10767
+ "Bonaire, Sint Eustatius and Saba",
10768
+ "Bosnia-Herzegovina",
10769
+ "Botswana",
10770
+ "Brazil",
10771
+ "British Indian Ocean Territory",
10772
+ "British Virgin Islands",
10773
+ "Brunei Darussalam",
10774
+ "Bulgaria",
10775
+ "Burkina Faso",
10776
+ "Burundi",
10777
+ "Cambodia",
10778
+ "Cameroon",
10779
+ "Canada",
10780
+ "Cape Verde",
10781
+ "Cayman Islands",
10782
+ "Central African Rep",
10783
+ "Chad",
10784
+ "Chile",
10785
+ "China",
10786
+ "Christmas Island",
10787
+ "Cocos (Keeling) Islands",
10788
+ "Colombia",
10789
+ "Comoros",
10790
+ "Congo (Brazzaville)",
10791
+ "Congo, the Democratic Republic",
10792
+ "Cook Islands",
10793
+ "Costa Rica",
10794
+ "Cote D'Ivoire",
10795
+ "Croatia",
10796
+ "Cuba",
10797
+ "Curacao",
10798
+ "Cyprus",
10799
+ "Czech Republic",
10800
+ "Denmark",
10801
+ "Djibouti",
10802
+ "Dominica",
10803
+ "Dominican Republic",
10804
+ "Ecuador",
10805
+ "Egypt",
10806
+ "El Salvador",
10807
+ "Equatorial Guinea",
10808
+ "Eritrea",
10809
+ "Estonia",
10810
+ "Eswatini",
10811
+ "Ethiopia",
10812
+ "Falkland Islands (Malvinas)",
10813
+ "Faroe islands",
10814
+ "Fiji",
10815
+ "Finland",
10816
+ "France",
10817
+ "French Guiana",
10818
+ "French Polynesia",
10819
+ "Gabon",
10820
+ "Gambia",
10821
+ "Georgia",
10822
+ "Germany",
10823
+ "Ghana",
10824
+ "Gibraltar",
10825
+ "Greece",
10826
+ "Greenland",
10827
+ "Grenada",
10828
+ "Guadeloupe",
10829
+ "Guam",
10830
+ "Guatemala",
10831
+ "Guernsey",
10832
+ "Guinea",
10833
+ "Guinea Bissau",
10834
+ "Guyana",
10835
+ "Haiti",
10836
+ "Honduras",
10837
+ "Hong Kong",
10838
+ "Hungary",
10839
+ "Iceland",
10840
+ "India",
10841
+ "Indonesia",
10842
+ "Iran, Islamic Republic of",
10843
+ "Iraq",
10844
+ "Ireland",
10845
+ "Isle Of Man",
10846
+ "Israel",
10847
+ "Italy",
10848
+ "Jamaica",
10849
+ "Japan",
10850
+ "Jersey",
10851
+ "Jordan",
10852
+ "Kazakhstan",
10853
+ "Kenya",
10854
+ "Kiribati",
10855
+ "Kosovo",
10856
+ "Kuwait",
10857
+ "Kyrgyzstan",
10858
+ "Lao People's Democratic Republic",
10859
+ "Latvia",
10860
+ "Lebanon",
10861
+ "Lesotho",
10862
+ "Liberia",
10863
+ "Libya",
10864
+ "Liechtenstein",
10865
+ "Lithuania",
10866
+ "Luxembourg",
10867
+ "Macau",
10868
+ "Madagascar",
10869
+ "Malawi",
10870
+ "Malaysia",
10871
+ "Maldives",
10872
+ "Mali",
10873
+ "Malta",
10874
+ "Marshall Islands",
10875
+ "Martinique",
10876
+ "Mauritania",
10877
+ "Mauritius",
10878
+ "Mayotte",
10879
+ "Mexico",
10880
+ "Micronesia",
10881
+ "Moldova",
10882
+ "Monaco",
10883
+ "Mongolia",
10884
+ "Montenegro",
10885
+ "Montserrat",
10886
+ "Morocco",
10887
+ "Mozambique",
10888
+ "Myanmar",
10889
+ "Namibia",
10890
+ "Nauru",
10891
+ "Nepal",
10892
+ "Netherlands",
10893
+ "New Caledonia",
10894
+ "New Zealand",
10895
+ "Nicaragua",
10896
+ "Niger",
10897
+ "Nigeria",
10898
+ "Niue",
10899
+ "Norfolk Island",
10900
+ "North Korea",
10901
+ "North Macedonia",
10902
+ "North Mariana Islands",
10903
+ "Norway",
10904
+ "Oman",
10905
+ "Pakistan",
10906
+ "Palau",
10907
+ "Palestine, State of",
10908
+ "Panama",
10909
+ "Papua New Guinea",
10910
+ "Paraguay",
10911
+ "Peru",
10912
+ "Philippines",
10913
+ "Pitcairn",
10914
+ "Poland",
10915
+ "Portugal",
10916
+ "Puerto Rico",
10917
+ "Qatar",
10918
+ "Réunion",
10919
+ "Romania",
10920
+ "Russian Federation",
10921
+ "Rwanda",
10922
+ "Saint Barthélemy",
10923
+ "Saint Helena, Ascension and Tristan",
10924
+ "Saint Kitts & Nevis",
10925
+ "Saint Lucia",
10926
+ "Saint Maarten",
10927
+ "Saint Martin (French part)",
10928
+ "Saint Pierre and Miquelon",
10929
+ "Saint Vincent & Grenadines",
10930
+ "Samoa",
10931
+ "San Marino",
10932
+ "Sao Tome & Prin.",
10933
+ "Saudi Arabia",
10934
+ "Senegal",
10935
+ "Serbia",
10936
+ "Seychelles",
10937
+ "Sierra Leone",
10938
+ "Singapore",
10939
+ "Slovakia",
10940
+ "Slovenia",
10941
+ "Solomon Islands",
10942
+ "Somalia",
10943
+ "South Africa",
10944
+ "South Korea",
10945
+ "South Sudan",
10946
+ "Spain",
10947
+ "Sri Lanka",
10948
+ "Sudan",
10949
+ "Suriname",
10950
+ "Svalbard and Mayen",
10951
+ "Sweden",
10952
+ "Switzerland",
10953
+ "Syria",
10954
+ "Taiwan",
10955
+ "Tajikistan",
10956
+ "Tanzania",
10957
+ "Thailand",
10958
+ "Timor-Leste",
10959
+ "Togo",
10960
+ "Tokelau",
10961
+ "Tonga",
10962
+ "Trinidad & Tobago",
10963
+ "Tunisia",
10964
+ "Turkey",
10965
+ "Turkmenistan",
10966
+ "Turks & Caicos",
10967
+ "Tuvalu",
10968
+ "Uganda",
10969
+ "Ukraine",
10970
+ "United Arab Emirates",
10971
+ "United Kingdom",
10972
+ "United States",
10973
+ "United States Virgin Islands",
10974
+ "Uruguay",
10975
+ "Uzbekistan",
10976
+ "Vanuatu",
10977
+ "Vatican City State (Holy See)",
10978
+ "Venezuela",
10979
+ "Vietnam",
10980
+ "Wallis and Futuna",
10981
+ "Western Sahara",
10982
+ "Yemen",
10983
+ "Zambia",
10984
+ "Zimbabwe",
10985
+ "Undefined",
10986
+ "Netherlands Antiles",
10987
+ "Antarctica",
10988
+ "Bouvet Island",
10989
+ "French Southern Territories",
10990
+ "Heard Island & Mcdonald Islands",
10991
+ "South Georgia And Sandwich Isl.",
10992
+ "United States Outlying Islands"
10993
+ ]
10994
+ }
10995
+ },
10996
+ relatedCountries: {
10997
+ type: "array",
10998
+ items: {
10999
+ type: "string",
11000
+ "enum": [
11001
+ "Afghanistan",
11002
+ "Åland Islands",
11003
+ "Albania",
11004
+ "Algeria",
11005
+ "American Samoa",
11006
+ "Andorra",
11007
+ "Angola",
11008
+ "Anguilla",
11009
+ "Antigua and Barbuda",
11010
+ "Argentina",
11011
+ "Armenia",
11012
+ "Aruba",
11013
+ "Australia",
11014
+ "Austria",
11015
+ "Azerbaijan",
11016
+ "Bahamas",
11017
+ "Bahrain",
11018
+ "Bangladesh",
11019
+ "Barbados",
11020
+ "Belarus",
11021
+ "Belgium",
11022
+ "Belize",
11023
+ "Benin",
11024
+ "Bermuda",
11025
+ "Bhutan",
11026
+ "Bolivia",
11027
+ "Bonaire, Sint Eustatius and Saba",
11028
+ "Bosnia-Herzegovina",
11029
+ "Botswana",
11030
+ "Brazil",
11031
+ "British Indian Ocean Territory",
11032
+ "British Virgin Islands",
11033
+ "Brunei Darussalam",
11034
+ "Bulgaria",
11035
+ "Burkina Faso",
11036
+ "Burundi",
11037
+ "Cambodia",
11038
+ "Cameroon",
11039
+ "Canada",
11040
+ "Cape Verde",
11041
+ "Cayman Islands",
11042
+ "Central African Rep",
11043
+ "Chad",
11044
+ "Chile",
11045
+ "China",
11046
+ "Christmas Island",
11047
+ "Cocos (Keeling) Islands",
11048
+ "Colombia",
11049
+ "Comoros",
11050
+ "Congo (Brazzaville)",
11051
+ "Congo, the Democratic Republic",
11052
+ "Cook Islands",
11053
+ "Costa Rica",
11054
+ "Cote D'Ivoire",
11055
+ "Croatia",
11056
+ "Cuba",
11057
+ "Curacao",
11058
+ "Cyprus",
11059
+ "Czech Republic",
11060
+ "Denmark",
11061
+ "Djibouti",
11062
+ "Dominica",
11063
+ "Dominican Republic",
11064
+ "Ecuador",
11065
+ "Egypt",
11066
+ "El Salvador",
11067
+ "Equatorial Guinea",
11068
+ "Eritrea",
11069
+ "Estonia",
11070
+ "Eswatini",
11071
+ "Ethiopia",
11072
+ "Falkland Islands (Malvinas)",
11073
+ "Faroe islands",
11074
+ "Fiji",
11075
+ "Finland",
11076
+ "France",
11077
+ "French Guiana",
11078
+ "French Polynesia",
11079
+ "Gabon",
11080
+ "Gambia",
11081
+ "Georgia",
11082
+ "Germany",
11083
+ "Ghana",
11084
+ "Gibraltar",
11085
+ "Greece",
11086
+ "Greenland",
11087
+ "Grenada",
11088
+ "Guadeloupe",
11089
+ "Guam",
11090
+ "Guatemala",
11091
+ "Guernsey",
11092
+ "Guinea",
11093
+ "Guinea Bissau",
11094
+ "Guyana",
11095
+ "Haiti",
11096
+ "Honduras",
11097
+ "Hong Kong",
11098
+ "Hungary",
11099
+ "Iceland",
11100
+ "India",
11101
+ "Indonesia",
11102
+ "Iran, Islamic Republic of",
11103
+ "Iraq",
11104
+ "Ireland",
11105
+ "Isle Of Man",
11106
+ "Israel",
11107
+ "Italy",
11108
+ "Jamaica",
11109
+ "Japan",
11110
+ "Jersey",
11111
+ "Jordan",
11112
+ "Kazakhstan",
11113
+ "Kenya",
11114
+ "Kiribati",
11115
+ "Kosovo",
11116
+ "Kuwait",
11117
+ "Kyrgyzstan",
11118
+ "Lao People's Democratic Republic",
11119
+ "Latvia",
11120
+ "Lebanon",
11121
+ "Lesotho",
11122
+ "Liberia",
11123
+ "Libya",
11124
+ "Liechtenstein",
11125
+ "Lithuania",
11126
+ "Luxembourg",
11127
+ "Macau",
11128
+ "Madagascar",
11129
+ "Malawi",
11130
+ "Malaysia",
11131
+ "Maldives",
11132
+ "Mali",
11133
+ "Malta",
11134
+ "Marshall Islands",
11135
+ "Martinique",
11136
+ "Mauritania",
11137
+ "Mauritius",
11138
+ "Mayotte",
11139
+ "Mexico",
11140
+ "Micronesia",
11141
+ "Moldova",
11142
+ "Monaco",
11143
+ "Mongolia",
11144
+ "Montenegro",
11145
+ "Montserrat",
11146
+ "Morocco",
11147
+ "Mozambique",
11148
+ "Myanmar",
11149
+ "Namibia",
11150
+ "Nauru",
11151
+ "Nepal",
11152
+ "Netherlands",
11153
+ "New Caledonia",
11154
+ "New Zealand",
11155
+ "Nicaragua",
11156
+ "Niger",
11157
+ "Nigeria",
11158
+ "Niue",
11159
+ "Norfolk Island",
11160
+ "North Korea",
11161
+ "North Macedonia",
11162
+ "North Mariana Islands",
11163
+ "Norway",
11164
+ "Oman",
11165
+ "Pakistan",
11166
+ "Palau",
11167
+ "Palestine, State of",
11168
+ "Panama",
11169
+ "Papua New Guinea",
11170
+ "Paraguay",
11171
+ "Peru",
11172
+ "Philippines",
11173
+ "Pitcairn",
11174
+ "Poland",
11175
+ "Portugal",
11176
+ "Puerto Rico",
11177
+ "Qatar",
11178
+ "Réunion",
11179
+ "Romania",
11180
+ "Russian Federation",
11181
+ "Rwanda",
11182
+ "Saint Barthélemy",
11183
+ "Saint Helena, Ascension and Tristan",
11184
+ "Saint Kitts & Nevis",
11185
+ "Saint Lucia",
11186
+ "Saint Maarten",
11187
+ "Saint Martin (French part)",
11188
+ "Saint Pierre and Miquelon",
11189
+ "Saint Vincent & Grenadines",
11190
+ "Samoa",
11191
+ "San Marino",
11192
+ "Sao Tome & Prin.",
11193
+ "Saudi Arabia",
11194
+ "Senegal",
11195
+ "Serbia",
11196
+ "Seychelles",
11197
+ "Sierra Leone",
11198
+ "Singapore",
11199
+ "Slovakia",
11200
+ "Slovenia",
11201
+ "Solomon Islands",
11202
+ "Somalia",
11203
+ "South Africa",
11204
+ "South Korea",
11205
+ "South Sudan",
11206
+ "Spain",
11207
+ "Sri Lanka",
11208
+ "Sudan",
11209
+ "Suriname",
11210
+ "Svalbard and Mayen",
11211
+ "Sweden",
11212
+ "Switzerland",
11213
+ "Syria",
11214
+ "Taiwan",
11215
+ "Tajikistan",
11216
+ "Tanzania",
11217
+ "Thailand",
11218
+ "Timor-Leste",
11219
+ "Togo",
11220
+ "Tokelau",
11221
+ "Tonga",
11222
+ "Trinidad & Tobago",
11223
+ "Tunisia",
11224
+ "Turkey",
11225
+ "Turkmenistan",
11226
+ "Turks & Caicos",
11227
+ "Tuvalu",
11228
+ "Uganda",
11229
+ "Ukraine",
11230
+ "United Arab Emirates",
11231
+ "United Kingdom",
11232
+ "United States",
11233
+ "United States Virgin Islands",
11234
+ "Uruguay",
11235
+ "Uzbekistan",
11236
+ "Vanuatu",
11237
+ "Vatican City State (Holy See)",
11238
+ "Venezuela",
11239
+ "Vietnam",
11240
+ "Wallis and Futuna",
11241
+ "Western Sahara",
11242
+ "Yemen",
11243
+ "Zambia",
11244
+ "Zimbabwe",
11245
+ "Undefined",
11246
+ "Netherlands Antiles",
11247
+ "Antarctica",
11248
+ "Bouvet Island",
11249
+ "French Southern Territories",
11250
+ "Heard Island & Mcdonald Islands",
11251
+ "South Georgia And Sandwich Isl.",
11252
+ "United States Outlying Islands"
11253
+ ]
11254
+ }
11255
+ },
11256
+ relatedEntities: {
11257
+ type: "array",
11258
+ items: {
11259
+ type: "object",
11260
+ properties: {
11261
+ name: {
11262
+ type: "string"
11263
+ },
11264
+ entityType: {
11265
+ type: "string",
11266
+ "enum": [
11267
+ "ATM",
11268
+ "Airdrop",
11269
+ "Auctioned assets",
11270
+ "Bank",
11271
+ "Block reward",
11272
+ "Blacklisted",
11273
+ "Bot",
11274
+ "Child abuse",
11275
+ "Cloud mining",
11276
+ "Community reported scam",
11277
+ "Cross-chain Bridge Protocol",
11278
+ "Darkweb",
11279
+ "Decentralized service",
11280
+ "Dex",
11281
+ "Donations",
11282
+ "Exchange",
11283
+ "Gambling",
11284
+ "Hack",
11285
+ "ICO",
11286
+ "Ignored small amounts",
11287
+ "Investment management firm",
11288
+ "Large transaction",
11289
+ "Large unnamed entity",
11290
+ "Mining pool",
11291
+ "Mixing pattern",
11292
+ "Mixing service",
11293
+ "NFT Marketplace",
11294
+ "No entities found",
11295
+ "Ongoing legal action",
11296
+ "Payment Service Provider",
11297
+ "Payment channel",
11298
+ "Peeling chain of unknown origin",
11299
+ "Phishing",
11300
+ "Ransomware",
11301
+ "Real World Asset",
11302
+ "Sanction list",
11303
+ "Scam",
11304
+ "Seized assets",
11305
+ "Service",
11306
+ "Staking pool",
11307
+ "Suspicious",
11308
+ "Terrorism",
11309
+ "Token",
11310
+ "Token burning",
11311
+ "Token minting",
11312
+ "Unspent output",
11313
+ "Wallet",
11314
+ "OFAC sanction list",
11315
+ "Closed exchange",
11316
+ "Custom group"
11317
+ ]
11318
+ }
11319
+ },
11320
+ required: [
11321
+ "name",
11322
+ "entityType"
11323
+ ],
11324
+ additionalProperties: false
11325
+ }
11326
+ }
11327
+ },
11328
+ required: [
11329
+ "riskLevel"
11330
+ ],
11331
+ additionalProperties: false
11332
+ },
11333
+ historicalAverages: {
11334
+ type: "object",
11335
+ properties: {
11336
+ amount: {
11337
+ type: "object",
11338
+ properties: {
11339
+ USD: {
11340
+ description: "decimal"
11341
+ },
11342
+ EUR: {
11343
+ description: "decimal"
11344
+ },
11345
+ GBP: {
11346
+ description: "decimal"
11347
+ }
11348
+ },
11349
+ additionalProperties: false
11350
+ },
11351
+ maa: {
11352
+ type: "object",
11353
+ properties: {
11354
+ USD: {
11355
+ description: "decimal"
11356
+ },
11357
+ EUR: {
11358
+ description: "decimal"
11359
+ },
11360
+ GBP: {
11361
+ description: "decimal"
11362
+ }
11363
+ },
11364
+ additionalProperties: false
11365
+ },
11366
+ maaExt: {
11367
+ type: "object",
11368
+ properties: {
11369
+ USD: {
11370
+ description: "decimal"
11371
+ },
11372
+ EUR: {
11373
+ description: "decimal"
11374
+ },
11375
+ GBP: {
11376
+ description: "decimal"
11377
+ }
11378
+ },
11379
+ additionalProperties: false
11380
+ },
11381
+ maaInt: {
11382
+ type: "object",
11383
+ properties: {
11384
+ USD: {
11385
+ description: "decimal"
11386
+ },
11387
+ EUR: {
11388
+ description: "decimal"
11389
+ },
11390
+ GBP: {
11391
+ description: "decimal"
11392
+ }
11393
+ },
11394
+ additionalProperties: false
11395
+ },
11396
+ gmaa: {
11397
+ type: "object",
11398
+ properties: {
11399
+ USD: {
11400
+ description: "decimal"
11401
+ },
11402
+ EUR: {
11403
+ description: "decimal"
11404
+ },
11405
+ GBP: {
11406
+ description: "decimal"
11407
+ }
11408
+ },
11409
+ additionalProperties: false
11410
+ },
11411
+ average: {
11412
+ type: "object",
11413
+ properties: {
11414
+ USD: {
11415
+ description: "decimal"
11416
+ },
11417
+ EUR: {
11418
+ description: "decimal"
11419
+ },
11420
+ GBP: {
11421
+ description: "decimal"
11422
+ }
11423
+ },
11424
+ additionalProperties: false
11425
+ },
11426
+ median: {
11427
+ type: "object",
11428
+ properties: {
11429
+ USD: {
11430
+ description: "decimal"
11431
+ },
11432
+ EUR: {
11433
+ description: "decimal"
11434
+ },
11435
+ GBP: {
11436
+ description: "decimal"
11437
+ }
11438
+ },
11439
+ additionalProperties: false
11440
+ }
11441
+ },
11442
+ additionalProperties: false
11443
+ }
11444
+ },
11445
+ additionalProperties: false
11446
+ }
11447
+ },
11448
+ $schema: "http://json-schema.org/draft-07/schema#"
11449
+ };
11450
+
11451
+ var Web3TransactionJsonSchema = {
11452
+ $ref: "#/definitions/Web3Transaction",
11453
+ definitions: {
11454
+ Web3Transaction: {
11455
+ type: "object",
11456
+ properties: {
11457
+ senderAddress: {
11458
+ type: "string",
11459
+ description: "String value that identifies the address of a specific user. Normally tied to an EOA that includes the Smart Wallet."
11460
+ },
11461
+ contractAddress: {
11462
+ type: "string",
11463
+ description: "String value that identifies the address of a specific user. Normally tied to an EOA that includes the Smart Wallet."
11464
+ },
11465
+ functionName: {
11466
+ type: "string"
11467
+ },
11468
+ functionArgs: {
11469
+ type: "object",
11470
+ additionalProperties: {
11471
+ type: [
11472
+ "string",
11473
+ "number",
11474
+ "boolean"
11475
+ ]
11476
+ }
11477
+ },
11478
+ transactionRequestDate: {
11479
+ type: "string",
11480
+ format: "date-time"
11481
+ }
11482
+ },
11483
+ required: [
11484
+ "senderAddress",
11485
+ "contractAddress"
11486
+ ],
11487
+ additionalProperties: false
11488
+ }
11489
+ },
11490
+ $schema: "http://json-schema.org/draft-07/schema#"
11491
+ };
11492
+
11493
+ var KycSessionZodSchema = z.object({
11494
+ vcs: z.object({
11495
+ // "v1" here refers the version of the credential schema
11496
+ IDInformation: z.object({
11497
+ v1: IDInformationCredentialSchema
11498
+ }).optional(),
10762
11499
  IDImage: z.object({
10763
11500
  v1: IDImageCredentialSchema
10764
11501
  }).optional(),
@@ -10785,6 +11522,10 @@ var TfheKycSessionZodSchema = z.object({
10785
11522
  })
10786
11523
  }).strict();
10787
11524
 
11525
+ var TransactionScreeningData = WalletScreeningData;
11526
+ var TransactionScreeningProviders = ["scoreChain"];
11527
+ var TransactionScreeningProvider = z["enum"](TransactionScreeningProviders);
11528
+
10788
11529
  var TypeTags = ["transaction", "individual", "company"];
10789
11530
  var TypeTag = z["enum"](TypeTags);
10790
11531
  var ENTITY_TYPE_TAG_MAPPING = {
@@ -11328,6 +12069,7 @@ var TransactionZodSchema = z.object({
11328
12069
  amlResults: AmlResults.array().optional()
11329
12070
  }).optional(),
11330
12071
  walletScreening: WalletScreeningData.optional(),
12072
+ transactionScreening: TransactionScreeningData.optional(),
11331
12073
  historicalAverages: z.object({
11332
12074
  amount: AmountByCurrencyBreakdown.optional(),
11333
12075
  maa: AmountByCurrencyBreakdown.optional(),
@@ -11447,4 +12189,4 @@ var GenericVaultDataLinkZodSchema = z.union([GenericVaultPointerLinkZodSchema, G
11447
12189
  // that a generic vault data link is indeed a valid vault data link
11448
12190
  // ================================
11449
12191
 
11450
- export { POLKADOT_CHAIN_IDS as $, ACTIVE_EVM_CHAIN_VALUES as A, BlockchainId as B, COSMOS_CHAIN_NAMES as C, DashboardChainId as D, EVM_BLOCK_TIME as E, SOLANA_CHAIN_IDS as F, ACTIVE_SOLANA_CHAIN_IDS as G, SolanaChainId as H, NEXERA_BITCOIN_CHAINS as I, BITCOIN_CHAIN_NAMES as J, BITCOIN_CHAIN_NAMES_LIST as K, BITCOIN_CHAIN_IDS as L, ACTIVE_BITCOIN_CHAIN_IDS as M, NonTestnetBlockchainId as N, BitcoinChainId as O, POLYGON_NETWORK_NAMES as P, NEXERA_APTOS_CHAINS as Q, APTOS_CHAIN_NAMES as R, StarknetChainId as S, TezosChainId as T, APTOS_CHAIN_NAMES_LIST as U, APTOS_CHAIN_IDS as V, ACTIVE_APTOS_CHAIN_IDS as W, AptosChainId as X, NEXERA_POLKADOT_CHAINS as Y, POLKADOT_CHAIN_NAMES as Z, POLKADOT_CHAIN_NAMES_LIST as _, DashboardChainIdList as a, CurrencyCode as a$, ACTIVE_POLKADOT_CHAIN_IDS as a0, PolkadotChainId as a1, NEXERA_CARDANO_CHAINS as a2, CARDANO_CHAIN_NAMES as a3, CARDANO_CHAIN_NAMES_LIST as a4, CARDANO_CHAIN_IDS as a5, ACTIVE_CARDANO_CHAIN_IDS as a6, CardanoChainId as a7, isValidAddress as a8, PrivateKey as a9, SupportedBlockchainNamespaceForSignatureAuth as aA, DISPLAYED_BLOCKCHAIN_NAMESPACES as aB, DisplayedBlockchainNamespace as aC, BLOCKCHAIN_NAME_TO_NAMESPACE as aD, BLOCKCHAIN_NAMESPACE_TO_NAME as aE, BLOCKCHAIN_NAMESPACE_TO_ADDRESS_URL as aF, EIP155Signature as aG, AptosSignature as aH, StarknetSignature as aI, PolkadotSignature as aJ, CosmosSignature as aK, EdSignature as aL, SpSignature as aM, P2Signature as aN, TezosSignature as aO, CardanoSignature as aP, BlockchainSignature as aQ, FunctionCallData as aR, TezosEntrypointName as aS, AbiItem as aT, ENVS as aU, EnvironmentSchema as aV, UuidString as aW, OtpCode as aX, PUBLIC_SERVICES_SCHEMA_MAP as aY, IpAddress as aZ, CurrencyCodes as a_, PublicKey as aa, EvmAddress as ab, TxHash as ac, shortBlockchainAddress as ad, AptosAddress as ae, StarknetAddress as af, PolkadotAddress as ag, CosmosAddress as ah, TezosImplicitAddress as ai, TezosContractAddress as aj, TezosAddress as ak, CardanoAddress as al, BitcoinP2PKHAddress as am, BitcoinP2SHAddress as an, BitcoinBech32Address as ao, BitcoinTestnetP2PKHAddress as ap, BitcoinTestnetP2SHAddress as aq, BitcoinTestnetBech32Address as ar, BitcoinAddress as as, BlockchainAddress as at, DashboardAddress as au, String0x as av, HexadecimalSchema as aw, BLOCKCHAIN_NAMESPACES as ax, BlockchainNamespace as ay, SUPPORTED_BLOCKCHAIN_NAMESPACES_FOR_SIGNATURE_AUTH as az, NEXERA_EVM_CHAINS as b, InstitutionPrefix as b$, CryptoCodes as b0, CryptoCode as b1, ISO3CountryCode as b2, ALPHA_2_COUNTRIES as b3, Alpha2Country as b4, countryISO3toISO2Mapping as b5, countryISO2toISO3Mapping as b6, CountryName as b7, isoCountriesNameFromISO2 as b8, isoCountriesNameFromISO3 as b9, AppPrefix as bA, ChallengePrefix as bB, TestPrefix as bC, IndividualScreeningPrefix as bD, SigGatingPrefix as bE, TagPrefix as bF, ScorechainAnalysisPrefix as bG, DatasetPrefix as bH, DatasetColumnPrefix as bI, DatasetColumnTypePrefix as bJ, DatasetColumnOptionPrefix as bK, DatasetRowPrefix as bL, DatasetRowValuePrefix as bM, DatasetViewPrefix as bN, DatasetFolderPrefix as bO, MetaAlertPrefix as bP, TagsToEntityPrefix as bQ, TransactionAddressesPrefix as bR, TransactionPrefix as bS, TransactionActivityPrefix as bT, TransactionFeesPrefix as bU, TransactionReviewPrefix as bV, TransactionPartiesPrefix as bW, TransactionInfosPrefix as bX, TransactionExtractedInfosPrefix as bY, TransactionMethodsPrefix as bZ, TransactionMethodExtractedInfosPrefix as b_, parseISO3CountryCode as ba, ScorechainCountry as bb, scorechainCountriesNameFromISO2 as bc, RiskScoreTypes as bd, RiskScoreType as be, CustomerTypes as bf, CustomerType as bg, KycOnboardingLevels as bh, KycOnboardingLevel as bi, KybOnboardingLevels as bj, KybOnboardingLevel as bk, CustomerOnboardingLevels as bl, CustomerOnboardingLevel as bm, CustomerStatuses as bn, CustomerStatus as bo, BasicCustomerContactInformation as bp, CUSTOMERS_CHARTS as bq, CustomersChartType as br, CUSTOMER_TABLE_COLUMNS as bs, CustomerTableColumn as bt, CUSTOMER_AUTOMATION_REASONS as bu, CustomerPersonalInformation as bv, StoragePrefix as bw, IdentityPrefix as bx, EmailPrefix as by, WalletPrefix as bz, NEXERA_EVM_CHAIN_NAMES as c, WorkflowSessionAttributeId as c$, InstitutionExtractedInfosPrefix as c0, TransactionAmountPrefix as c1, ScenarioPrefix as c2, QueryPrefix as c3, QueryGroupPrefix as c4, EvaluationMethodPrefix as c5, ActionPrefix as c6, WorkflowSessionAttributePrefix as c7, ComplyAdvantageSearchUpdatePrefix as c8, SsssSharePrefix as c9, DatasetColumnTypeId as cA, DatasetColumnOptionId as cB, DatasetRowId as cC, DatasetRowValueId as cD, DatasetViewId as cE, DatasetFolderId as cF, MetaAlertId as cG, TagsToEntityId as cH, TransactionAddressesId as cI, TransactionId as cJ, TransactionActivityId as cK, TransactionFeesId as cL, TransactionReviewId as cM, TransactionPartiesId as cN, TransactionInfosId as cO, TransactionExtractedInfosId as cP, TransactionMethodsId as cQ, TransactionMethodExtractedInfosId as cR, InstitutionId as cS, InstitutionExtractedInfosId as cT, TransactionAmountId as cU, ComplyAdvantageSearchUpdateId as cV, ScenarioId as cW, QueryId as cX, QueryGroupId as cY, EvaluationMethodId as cZ, ScorechainAnalysisId as c_, SsssChunkPrefix as ca, AiExecutionPrefix as cb, AiExecutionStepPrefix as cc, AiDocumentPrefix as cd, AiAgentPrefix as ce, AiStepPrefix as cf, ChatPrefix as cg, MessagePrefix as ch, ChatItemPrefix as ci, AiMessagePrefix as cj, WorkflowSessionId as ck, createBrandedSchemaId as cl, createBrandedSchemaIdWithParams as cm, StorageId as cn, IdentityId as co, EmailId as cp, WalletId as cq, AppId as cr, ChallengeId as cs, TestId as ct, CustomerScreeningId as cu, SigGatingId as cv, TagId as cw, ActionId as cx, DatasetId as cy, DatasetColumnId as cz, NEXERA_EVM_CHAIN_NAMES_LIST as d, getTagTypeFromEntityType as d$, SsssShareId as d0, SsssChunkId as d1, ChatItemId as d2, generateId as d3, MemberId as d4, ChatId as d5, MessageId as d6, FLOW_TYPES as d7, FlowType as d8, VerificationModes as d9, OLD_ProofOfResidenceCredentialSubjectSchema as dA, OLD_SelfieImageCredentialSubjectSchema as dB, OLD_AMLScreeningsResultsCredentialSubjectSchema as dC, IDInformationTfheCredentialSubjectSchema as dD, IDInformationCredentialSubjectSchema as dE, IDImageCredentialSubjectSchema as dF, SelfieImageCredentialSubjectSchema as dG, ProofOfResidenceCredentialSubjectSchema as dH, GenericVerifiableCredentialSchema as dI, IDInformationTfheCredentialSchema as dJ, IDInformationCredentialSchema as dK, IDImageCredentialSchema as dL, SelfieImageCredentialSchema as dM, ProofOfResidenceCredentialSchema as dN, ID3CredentialSchema as dO, IDScanCredentialSchema as dP, IDScanPassportCredentialSchema as dQ, IDScanSelfieCredentialSchema as dR, OLD_IDImageCredentialSchema as dS, OLD_IDInformationCredentialSchema as dT, OLD_ProofOfResidenceCredentialSchema as dU, OLD_SelfieImageCredentialSchema as dV, OLD_AMLScreeningsResultsCredentialSchema as dW, TypeTags as dX, TypeTag as dY, Tag as dZ, TagTitle as d_, VerificationMode as da, IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS as db, IdentityDocumentCountryListOption as dc, IDENTITY_DOCUMENT_OPTIONS as dd, IdentityDocumentOptionsType as de, PERSONAL_INFORMATION_FIELDS as df, PersonalInformationFieldsIdentityDocuments as dg, Identifier as dh, AdditionalCustomerInformationParams as di, OrganizationId as dj, WorkspaceId as dk, WorkflowId as dl, CustomerId as dm, ExternalCustomerId as dn, IdentityAppV2Web3JWT as dp, IdentityAppV2Web2JWT as dq, IdentityWidgetAccessToken_NEW as dr, IdentityWidgetSessionToken as ds, Web2CreateSessionParams as dt, ID3CredentialSubjectSchema as du, IDScanCredentialSubjectSchema as dv, IDScanPassportCredentialSubjectSchema as dw, IDScanSelfieCredentialSubjectSchema as dx, OLD_IDImageCredentialSubjectSchema as dy, OLD_IDInformationCredentialSubjectSchema as dz, NEXERA_EVM_CHAINS_ID as e, GetAverageHistoricalAmountOutput as e$, WORKFLOW_TYPE_TO_TAG_TYPE as e0, TRANSACTION_CHARTS as e1, TransactionsChartType as e2, TRANSACTION_TABLE_COLUMNS as e3, TransactionTableColumn as e4, TransactionTypes as e5, TransactionType as e6, TransactionTypesWithAll as e7, TransactionTypeWithAll as e8, TransactionRiskLevels as e9, CreateTransactionFeesParams as eA, CreateBulkTransactionFeesParams as eB, GetTransactionFeesOutput as eC, CreateTransactionInfosOutput as eD, CreateTransactionMethodOutput as eE, CreateInsitutionOutput as eF, CreateTransactionPartiesOutput as eG, CreateTransactionReviewOutput as eH, UpdateTransactionReviewParams as eI, UpdateTransactionsReviewParams as eJ, UpdateTransactionReviewOutput as eK, GetTransactionsForAlertParams as eL, GetTransactionsForAlertOutput as eM, GetTransactionParams as eN, CreateTransactionOutput as eO, CreateTransactionExtractedInfosOutput as eP, CreateTransactionMethodExtractedInfoOutput as eQ, CreateInsitutionExtractedInfosOutput as eR, GetTransactionStatsParams as eS, GetTransactionStatsOutput as eT, initializeStatistics as eU, GetTransactionsParams as eV, GetOneTransactionOutput as eW, GetTransactionsOutputData as eX, GetTransactionsOutput as eY, TransactionAmountsToConvert as eZ, GetAverageHistoricalAmountParams as e_, TransactionRiskLevel as ea, TransactionReviewStatuses as eb, TransactionReviewStatus as ec, HumanReadableTransactionReviewStatuses as ed, HumanReadableTransactionReviewStatus as ee, TransactionStatusMapping as ef, HumanReadableTransactionStatusMapping as eg, TransactionDirections as eh, TransactionDirection as ei, TransactionCurrencyCodes as ej, TransactionCurrencyCode as ek, TransactionProviders as el, TransactionProvider as em, PaymentTypes as en, PaymentType as eo, TransactionPartiesTypes as ep, TransactionPartiesType as eq, TransactionAmountsFieldNames as er, TransactionAmountsFieldName as es, DEFAULT_FIAT_CURRENCY as et, TRANSACTIONS_STATS_CURRENCIES as eu, TransactionStatsCurrency as ev, TransactionDataEventObject as ew, AuditAction as ex, GetTransactionAuditsParams as ey, PostValidatedCurrencyCode as ez, NexeraEvmChains as f, GetAddressAnalysis as f$, GetMedianHistoricalAmountParams as f0, GetMedianHistoricalAmountOutput as f1, GetTransactionHistoricalAveragesParams as f2, GetTransactionReviewParams as f3, GetTransactionReviewOutput as f4, GetTransactionReviewsParams as f5, GetTransactionReviewsOutput as f6, AmlResults$1 as f7, DetectedDuplicates as f8, allDataLinkVersions as f9, _nonIterableRest as fA, ScoringAnalysisRequest as fB, WorkflowsScoringAnalysisRequest as fC, ANALYSIS_TYPES as fD, AnalysisType as fE, OBJECT_TYPES as fF, ObjectType as fG, ScorechainBlockchain as fH, NonMinimalScorechainBlockchain as fI, ScorechainBlockchainToNamespace as fJ, getRiskLevelByRiskScore as fK, compareRiskLevels as fL, Coin as fM, RiskSeverity as fN, ScorechainEntityType as fO, RiskExplanation as fP, EntityRiskDefaultsValues as fQ, EntityRiskDefaultsMap as fR, ScorechainErrorResponse as fS, ScorechainError as fT, ScorechainAnalysis as fU, ScoringAnalysisResponse as fV, GetActiveBlockchainsRequest as fW, GetActiveBlockchains as fX, GetActiveBlockchainsResponse as fY, GetAddressAnalysisRequest as fZ, ScorechainEntity as f_, DataLinkVersionZodSchema as fa, allDataLinkTypes as fb, DataLinkTypeZodSchema as fc, VaultJsonSchemas as fd, VaultZodSchema as fe, VaultSchemaIdZodSchema as ff, VaultSchemaPathsZodSchema as fg, VaultPointerKeyMapZodSchema as fh, VaultQueryMapZodSchema as fi, VaultMetadataLinkZodSchema as fj, GenericVaultPointerLinkZodSchema as fk, GenericVaultSearchLinkZodSchema as fl, GenericVaultEmbeddedLinkZodSchema as fm, GenericVaultDataLinkZodSchema as fn, ScorechainEntityRecord as fo, WalletScreeningData as fp, WalletScreeningProviders as fq, WalletScreeningProvider as fr, Web3ArgsType as fs, Web3TransactionData as ft, _defineProperty as fu, _toConsumableArray as fv, _unsupportedIterableToArray as fw, _slicedToArray as fx, _arrayWithHoles as fy, _iterableToArray as fz, EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC as g, GetAddressAnalysisResponse as g0, ScoringAnalysisApiRequest as g1, RawScorechainResult as g2, ScorechainRiskToRiskLevel as g3, ScorechainWalletRiskLevels as g4, ScorechainWalletRiskLevel as g5, EvmChainId as h, NEXERA_COSMOS_CHAINS as i, COSMOS_CHAIN_NAMES_LIST as j, COSMOS_CHAIN_IDS as k, ACTIVE_COSMOS_CHAIN_IDS as l, CosmosChainId as m, NEXERA_TEZOS_CHAINS as n, NEXERA_TEZOS_CHAIN_NAMES as o, NEXERA_TEZOS_CHAIN_NAMES_LIST as p, NEXERA_TEZOS_CHAIN_IDS as q, ACTIVE_TEZOS_CHAIN_IDS as r, PolygonNetworkNames as s, NEXERA_STARKNET_CHAINS as t, NEXERA_STARKNET_CHAIN_NAMES as u, NEXERA_STARKNET_CHAIN_IDS as v, NEXERA_ACTIVE_STARKNET_CHAIN_IDS as w, NEXERA_SOLANA_CHAINS as x, SOLANA_CHAIN_NAMES as y, SOLANA_CHAIN_NAMES_LIST as z };
12192
+ export { POLKADOT_CHAIN_IDS as $, ACTIVE_EVM_CHAIN_VALUES as A, BlockchainId as B, COSMOS_CHAIN_NAMES as C, DashboardChainId as D, EVM_BLOCK_TIME as E, SOLANA_CHAIN_IDS as F, ACTIVE_SOLANA_CHAIN_IDS as G, SolanaChainId as H, NEXERA_BITCOIN_CHAINS as I, BITCOIN_CHAIN_NAMES as J, BITCOIN_CHAIN_NAMES_LIST as K, BITCOIN_CHAIN_IDS as L, ACTIVE_BITCOIN_CHAIN_IDS as M, NonTestnetBlockchainId as N, BitcoinChainId as O, POLYGON_NETWORK_NAMES as P, NEXERA_APTOS_CHAINS as Q, APTOS_CHAIN_NAMES as R, StarknetChainId as S, TezosChainId as T, APTOS_CHAIN_NAMES_LIST as U, APTOS_CHAIN_IDS as V, ACTIVE_APTOS_CHAIN_IDS as W, AptosChainId as X, NEXERA_POLKADOT_CHAINS as Y, POLKADOT_CHAIN_NAMES as Z, POLKADOT_CHAIN_NAMES_LIST as _, DashboardChainIdList as a, CurrencyCode as a$, ACTIVE_POLKADOT_CHAIN_IDS as a0, PolkadotChainId as a1, NEXERA_CARDANO_CHAINS as a2, CARDANO_CHAIN_NAMES as a3, CARDANO_CHAIN_NAMES_LIST as a4, CARDANO_CHAIN_IDS as a5, ACTIVE_CARDANO_CHAIN_IDS as a6, CardanoChainId as a7, isValidAddress as a8, PrivateKey as a9, SupportedBlockchainNamespaceForSignatureAuth as aA, DISPLAYED_BLOCKCHAIN_NAMESPACES as aB, DisplayedBlockchainNamespace as aC, BLOCKCHAIN_NAME_TO_NAMESPACE as aD, BLOCKCHAIN_NAMESPACE_TO_NAME as aE, BLOCKCHAIN_NAMESPACE_TO_ADDRESS_URL as aF, EIP155Signature as aG, AptosSignature as aH, StarknetSignature as aI, PolkadotSignature as aJ, CosmosSignature as aK, EdSignature as aL, SpSignature as aM, P2Signature as aN, TezosSignature as aO, CardanoSignature as aP, BlockchainSignature as aQ, FunctionCallData as aR, TezosEntrypointName as aS, AbiItem as aT, ENVS as aU, EnvironmentSchema as aV, UuidString as aW, OtpCode as aX, PUBLIC_SERVICES_SCHEMA_MAP as aY, IpAddress as aZ, CurrencyCodes as a_, PublicKey as aa, EvmAddress as ab, TxHash as ac, shortBlockchainAddress as ad, AptosAddress as ae, StarknetAddress as af, PolkadotAddress as ag, CosmosAddress as ah, TezosImplicitAddress as ai, TezosContractAddress as aj, TezosAddress as ak, CardanoAddress as al, BitcoinP2PKHAddress as am, BitcoinP2SHAddress as an, BitcoinBech32Address as ao, BitcoinTestnetP2PKHAddress as ap, BitcoinTestnetP2SHAddress as aq, BitcoinTestnetBech32Address as ar, BitcoinAddress as as, BlockchainAddress as at, DashboardAddress as au, String0x as av, HexadecimalSchema as aw, BLOCKCHAIN_NAMESPACES as ax, BlockchainNamespace as ay, SUPPORTED_BLOCKCHAIN_NAMESPACES_FOR_SIGNATURE_AUTH as az, NEXERA_EVM_CHAINS as b, InstitutionPrefix as b$, CryptoCodes as b0, CryptoCode as b1, ISO3CountryCode as b2, ALPHA_2_COUNTRIES as b3, Alpha2Country as b4, countryISO3toISO2Mapping as b5, countryISO2toISO3Mapping as b6, CountryName as b7, isoCountriesNameFromISO2 as b8, isoCountriesNameFromISO3 as b9, AppPrefix as bA, ChallengePrefix as bB, TestPrefix as bC, IndividualScreeningPrefix as bD, SigGatingPrefix as bE, TagPrefix as bF, ScorechainAnalysisPrefix as bG, DatasetPrefix as bH, DatasetColumnPrefix as bI, DatasetColumnTypePrefix as bJ, DatasetColumnOptionPrefix as bK, DatasetRowPrefix as bL, DatasetRowValuePrefix as bM, DatasetViewPrefix as bN, DatasetFolderPrefix as bO, MetaAlertPrefix as bP, TagsToEntityPrefix as bQ, TransactionAddressesPrefix as bR, TransactionPrefix as bS, TransactionActivityPrefix as bT, TransactionFeesPrefix as bU, TransactionReviewPrefix as bV, TransactionPartiesPrefix as bW, TransactionInfosPrefix as bX, TransactionExtractedInfosPrefix as bY, TransactionMethodsPrefix as bZ, TransactionMethodExtractedInfosPrefix as b_, parseISO3CountryCode as ba, ScorechainCountry as bb, scorechainCountriesNameFromISO2 as bc, RiskScoreTypes as bd, RiskScoreType as be, CustomerTypes as bf, CustomerType as bg, KycOnboardingLevels as bh, KycOnboardingLevel as bi, KybOnboardingLevels as bj, KybOnboardingLevel as bk, CustomerOnboardingLevels as bl, CustomerOnboardingLevel as bm, CustomerStatuses as bn, CustomerStatus as bo, BasicCustomerContactInformation as bp, CUSTOMERS_CHARTS as bq, CustomersChartType as br, CUSTOMER_TABLE_COLUMNS as bs, CustomerTableColumn as bt, CUSTOMER_AUTOMATION_REASONS as bu, CustomerPersonalInformation as bv, StoragePrefix as bw, IdentityPrefix as bx, EmailPrefix as by, WalletPrefix as bz, NEXERA_EVM_CHAIN_NAMES as c, WorkflowSessionAttributeId as c$, InstitutionExtractedInfosPrefix as c0, TransactionAmountPrefix as c1, ScenarioPrefix as c2, QueryPrefix as c3, QueryGroupPrefix as c4, EvaluationMethodPrefix as c5, ActionPrefix as c6, WorkflowSessionAttributePrefix as c7, ComplyAdvantageSearchUpdatePrefix as c8, SsssSharePrefix as c9, DatasetColumnTypeId as cA, DatasetColumnOptionId as cB, DatasetRowId as cC, DatasetRowValueId as cD, DatasetViewId as cE, DatasetFolderId as cF, MetaAlertId as cG, TagsToEntityId as cH, TransactionAddressesId as cI, TransactionId as cJ, TransactionActivityId as cK, TransactionFeesId as cL, TransactionReviewId as cM, TransactionPartiesId as cN, TransactionInfosId as cO, TransactionExtractedInfosId as cP, TransactionMethodsId as cQ, TransactionMethodExtractedInfosId as cR, InstitutionId as cS, InstitutionExtractedInfosId as cT, TransactionAmountId as cU, ComplyAdvantageSearchUpdateId as cV, ScenarioId as cW, QueryId as cX, QueryGroupId as cY, EvaluationMethodId as cZ, ScorechainAnalysisId as c_, SsssChunkPrefix as ca, AiExecutionPrefix as cb, AiExecutionStepPrefix as cc, AiDocumentPrefix as cd, AiAgentPrefix as ce, AiStepPrefix as cf, ChatPrefix as cg, MessagePrefix as ch, ChatItemPrefix as ci, AiMessagePrefix as cj, WorkflowSessionId as ck, createBrandedSchemaId as cl, createBrandedSchemaIdWithParams as cm, StorageId as cn, IdentityId as co, EmailId as cp, WalletId as cq, AppId as cr, ChallengeId as cs, TestId as ct, CustomerScreeningId as cu, SigGatingId as cv, TagId as cw, ActionId as cx, DatasetId as cy, DatasetColumnId as cz, NEXERA_EVM_CHAIN_NAMES_LIST as d, getTagTypeFromEntityType as d$, SsssShareId as d0, SsssChunkId as d1, ChatItemId as d2, generateId as d3, MemberId as d4, ChatId as d5, MessageId as d6, FLOW_TYPES as d7, FlowType as d8, VerificationModes as d9, OLD_ProofOfResidenceCredentialSubjectSchema as dA, OLD_SelfieImageCredentialSubjectSchema as dB, OLD_AMLScreeningsResultsCredentialSubjectSchema as dC, IDInformationTfheCredentialSubjectSchema as dD, IDInformationCredentialSubjectSchema as dE, IDImageCredentialSubjectSchema as dF, SelfieImageCredentialSubjectSchema as dG, ProofOfResidenceCredentialSubjectSchema as dH, GenericVerifiableCredentialSchema as dI, IDInformationTfheCredentialSchema as dJ, IDInformationCredentialSchema as dK, IDImageCredentialSchema as dL, SelfieImageCredentialSchema as dM, ProofOfResidenceCredentialSchema as dN, ID3CredentialSchema as dO, IDScanCredentialSchema as dP, IDScanPassportCredentialSchema as dQ, IDScanSelfieCredentialSchema as dR, OLD_IDImageCredentialSchema as dS, OLD_IDInformationCredentialSchema as dT, OLD_ProofOfResidenceCredentialSchema as dU, OLD_SelfieImageCredentialSchema as dV, OLD_AMLScreeningsResultsCredentialSchema as dW, TypeTags as dX, TypeTag as dY, Tag as dZ, TagTitle as d_, VerificationMode as da, IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS as db, IdentityDocumentCountryListOption as dc, IDENTITY_DOCUMENT_OPTIONS as dd, IdentityDocumentOptionsType as de, PERSONAL_INFORMATION_FIELDS as df, PersonalInformationFieldsIdentityDocuments as dg, Identifier as dh, AdditionalCustomerInformationParams as di, OrganizationId as dj, WorkspaceId as dk, WorkflowId as dl, CustomerId as dm, ExternalCustomerId as dn, IdentityAppV2Web3JWT as dp, IdentityAppV2Web2JWT as dq, IdentityWidgetAccessToken_NEW as dr, IdentityWidgetSessionToken as ds, Web2CreateSessionParams as dt, ID3CredentialSubjectSchema as du, IDScanCredentialSubjectSchema as dv, IDScanPassportCredentialSubjectSchema as dw, IDScanSelfieCredentialSubjectSchema as dx, OLD_IDImageCredentialSubjectSchema as dy, OLD_IDInformationCredentialSubjectSchema as dz, NEXERA_EVM_CHAINS_ID as e, GetAverageHistoricalAmountOutput as e$, WORKFLOW_TYPE_TO_TAG_TYPE as e0, TRANSACTION_CHARTS as e1, TransactionsChartType as e2, TRANSACTION_TABLE_COLUMNS as e3, TransactionTableColumn as e4, TransactionTypes as e5, TransactionType as e6, TransactionTypesWithAll as e7, TransactionTypeWithAll as e8, TransactionRiskLevels as e9, CreateTransactionFeesParams as eA, CreateBulkTransactionFeesParams as eB, GetTransactionFeesOutput as eC, CreateTransactionInfosOutput as eD, CreateTransactionMethodOutput as eE, CreateInsitutionOutput as eF, CreateTransactionPartiesOutput as eG, CreateTransactionReviewOutput as eH, UpdateTransactionReviewParams as eI, UpdateTransactionsReviewParams as eJ, UpdateTransactionReviewOutput as eK, GetTransactionsForAlertParams as eL, GetTransactionsForAlertOutput as eM, GetTransactionParams as eN, CreateTransactionOutput as eO, CreateTransactionExtractedInfosOutput as eP, CreateTransactionMethodExtractedInfoOutput as eQ, CreateInsitutionExtractedInfosOutput as eR, GetTransactionStatsParams as eS, GetTransactionStatsOutput as eT, initializeStatistics as eU, GetTransactionsParams as eV, GetOneTransactionOutput as eW, GetTransactionsOutputData as eX, GetTransactionsOutput as eY, TransactionAmountsToConvert as eZ, GetAverageHistoricalAmountParams as e_, TransactionRiskLevel as ea, TransactionReviewStatuses as eb, TransactionReviewStatus as ec, HumanReadableTransactionReviewStatuses as ed, HumanReadableTransactionReviewStatus as ee, TransactionStatusMapping as ef, HumanReadableTransactionStatusMapping as eg, TransactionDirections as eh, TransactionDirection as ei, TransactionCurrencyCodes as ej, TransactionCurrencyCode as ek, TransactionProviders as el, TransactionProvider as em, PaymentTypes as en, PaymentType as eo, TransactionPartiesTypes as ep, TransactionPartiesType as eq, TransactionAmountsFieldNames as er, TransactionAmountsFieldName as es, DEFAULT_FIAT_CURRENCY as et, TRANSACTIONS_STATS_CURRENCIES as eu, TransactionStatsCurrency as ev, TransactionDataEventObject as ew, AuditAction as ex, GetTransactionAuditsParams as ey, PostValidatedCurrencyCode as ez, NexeraEvmChains as f, GetActiveBlockchainsResponse as f$, GetMedianHistoricalAmountParams as f0, GetMedianHistoricalAmountOutput as f1, GetTransactionHistoricalAveragesParams as f2, GetTransactionReviewParams as f3, GetTransactionReviewOutput as f4, GetTransactionReviewsParams as f5, GetTransactionReviewsOutput as f6, AmlResults$1 as f7, DetectedDuplicates as f8, allDataLinkVersions as f9, _slicedToArray as fA, _arrayWithHoles as fB, _iterableToArray as fC, _nonIterableRest as fD, ScoringAnalysisRequest as fE, WorkflowsScoringAnalysisRequest as fF, ANALYSIS_TYPES as fG, AnalysisType as fH, OBJECT_TYPES as fI, ObjectType as fJ, ScorechainBlockchain as fK, NonMinimalScorechainBlockchain as fL, ScorechainBlockchainToNamespace as fM, getRiskLevelByRiskScore as fN, compareRiskLevels as fO, Coin as fP, RiskSeverity as fQ, ScorechainEntityType as fR, RiskExplanation as fS, EntityRiskDefaultsValues as fT, EntityRiskDefaultsMap as fU, ScorechainErrorResponse as fV, ScorechainError as fW, ScorechainAnalysis as fX, ScoringAnalysisResponse as fY, GetActiveBlockchainsRequest as fZ, GetActiveBlockchains as f_, DataLinkVersionZodSchema as fa, allDataLinkTypes as fb, DataLinkTypeZodSchema as fc, VaultJsonSchemas as fd, VaultZodSchema as fe, VaultSchemaIdZodSchema as ff, VaultSchemaPathsZodSchema as fg, VaultPointerKeyMapZodSchema as fh, VaultQueryMapZodSchema as fi, VaultMetadataLinkZodSchema as fj, GenericVaultPointerLinkZodSchema as fk, GenericVaultSearchLinkZodSchema as fl, GenericVaultEmbeddedLinkZodSchema as fm, GenericVaultDataLinkZodSchema as fn, ScorechainEntityRecord as fo, WalletScreeningData as fp, WalletScreeningProviders as fq, WalletScreeningProvider as fr, Web3ArgsType as fs, Web3TransactionData as ft, TransactionScreeningData as fu, TransactionScreeningProviders as fv, TransactionScreeningProvider as fw, _defineProperty as fx, _toConsumableArray as fy, _unsupportedIterableToArray as fz, EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC as g, GetAddressAnalysisRequest as g0, GetTransactionAnalysisRequest as g1, ScorechainEntity as g2, GetAddressAnalysis as g3, GetTransactionAnalysis as g4, GetAddressAnalysisResponse as g5, GetTransactionAnalysisResponse as g6, ScoringAnalysisApiRequest as g7, RawScorechainResult as g8, ScorechainRiskToRiskLevel as g9, ScorechainWalletRiskLevels as ga, ScorechainWalletRiskLevel as gb, ScorechainTransactionRiskLevel as gc, EvmChainId as h, NEXERA_COSMOS_CHAINS as i, COSMOS_CHAIN_NAMES_LIST as j, COSMOS_CHAIN_IDS as k, ACTIVE_COSMOS_CHAIN_IDS as l, CosmosChainId as m, NEXERA_TEZOS_CHAINS as n, NEXERA_TEZOS_CHAIN_NAMES as o, NEXERA_TEZOS_CHAIN_NAMES_LIST as p, NEXERA_TEZOS_CHAIN_IDS as q, ACTIVE_TEZOS_CHAIN_IDS as r, PolygonNetworkNames as s, NEXERA_STARKNET_CHAINS as t, NEXERA_STARKNET_CHAIN_NAMES as u, NEXERA_STARKNET_CHAIN_IDS as v, NEXERA_ACTIVE_STARKNET_CHAIN_IDS as w, NEXERA_SOLANA_CHAINS as x, SOLANA_CHAIN_NAMES as y, SOLANA_CHAIN_NAMES_LIST as z };