@nexeraid/identity-schemas 2.58.0-dev → 2.60.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-eb0f6e36.esm.mjs → CoinMarketCap.schema-0bf647d6.esm.mjs} +2 -2
- package/dist/{CoinMarketCap.schema-749c7173.cjs.dev.cjs → CoinMarketCap.schema-2dac13a2.cjs.dev.cjs} +2 -2
- package/dist/{CoinMarketCap.schema-39b3d898.cjs.prod.cjs → CoinMarketCap.schema-e58c4f20.cjs.prod.cjs} +2 -2
- package/dist/declarations/src/countries.schema.d.ts +1 -0
- package/dist/declarations/src/countries.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/query.schema.d.ts +2 -2
- package/dist/declarations/src/providers/merkle-science/merkle-science.schema.d.ts +2 -2
- package/dist/declarations/src/transaction.schema.d.ts +2 -2
- package/dist/declarations/src/transaction.schema.d.ts.map +1 -1
- package/dist/declarations/src/webhooks/svix.webhooks.schema.d.ts +6 -24
- package/dist/declarations/src/webhooks/svix.webhooks.schema.d.ts.map +1 -1
- package/dist/{frontend-utilities.schema-9a14c020.cjs.prod.cjs → frontend-utilities.schema-4f9f0bff.cjs.prod.cjs} +2 -2
- package/dist/{frontend-utilities.schema-68f28b9d.cjs.dev.cjs → frontend-utilities.schema-577540bc.cjs.dev.cjs} +2 -2
- package/dist/{frontend-utilities.schema-58b3ccea.esm.mjs → frontend-utilities.schema-d5fee660.esm.mjs} +2 -2
- package/dist/{identity-api.schema-378d3a7f.cjs.dev.cjs → identity-api.schema-64890ffd.cjs.dev.cjs} +1 -1
- package/dist/{identity-api.schema-b30634b0.cjs.prod.cjs → identity-api.schema-aae669c3.cjs.prod.cjs} +1 -1
- package/dist/{identity-api.schema-eab43872.esm.mjs → identity-api.schema-bf27d35a.esm.mjs} +1 -1
- package/dist/nexeraid-identity-schemas.cjs.dev.cjs +4 -3
- package/dist/nexeraid-identity-schemas.cjs.prod.cjs +4 -3
- package/dist/nexeraid-identity-schemas.esm.mjs +4 -4
- package/dist/package.json +1 -1
- package/dist/{vault.schema-52d8cae3.cjs.prod.cjs → vault.schema-2d02afaa.cjs.prod.cjs} +62 -55
- package/dist/{vault.schema-3d206920.esm.mjs → vault.schema-8d2dd08d.esm.mjs} +62 -56
- package/dist/{vault.schema-a005010c.cjs.dev.cjs → vault.schema-a14b6922.cjs.dev.cjs} +62 -55
- 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 +3 -3
package/dist/{CoinMarketCap.schema-eb0f6e36.esm.mjs → CoinMarketCap.schema-0bf647d6.esm.mjs}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { d as Alpha2Country,
|
|
3
|
-
import { as as BlockchainAddress, aT as UuidString, aw as BlockchainNamespace, cF as SdkVerificationOutput, br as WorkflowSessionId, f1 as _defineProperty, dz as QrCodeLinkWithSchemaType, e_ as CredentialType } from './identity-api.schema-
|
|
2
|
+
import { d as Alpha2Country, aW as _toConsumableArray, I as ISO3CountryCode, aY as _slicedToArray, w as CustomerStatus, U as ProofOfResidenceCredentialSubjectSchema, B as BasicCustomerContactInformation } from './vault.schema-8d2dd08d.esm.mjs';
|
|
3
|
+
import { as as BlockchainAddress, aT as UuidString, aw as BlockchainNamespace, cF as SdkVerificationOutput, br as WorkflowSessionId, f1 as _defineProperty, dz as QrCodeLinkWithSchemaType, e_ as CredentialType } from './identity-api.schema-bf27d35a.esm.mjs';
|
|
4
4
|
|
|
5
5
|
// based on https://tech-doc.api.scorechain.com/
|
|
6
6
|
var ANALYSIS_TYPES = ["ASSIGNED", "INCOMING", "OUTGOING", "FULL"];
|
package/dist/{CoinMarketCap.schema-749c7173.cjs.dev.cjs → CoinMarketCap.schema-2dac13a2.cjs.dev.cjs}
RENAMED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var zod = require('zod');
|
|
4
|
-
var vault_schema = require('./vault.schema-
|
|
5
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
4
|
+
var vault_schema = require('./vault.schema-a14b6922.cjs.dev.cjs');
|
|
5
|
+
var identityApi_schema = require('./identity-api.schema-64890ffd.cjs.dev.cjs');
|
|
6
6
|
|
|
7
7
|
// based on https://tech-doc.api.scorechain.com/
|
|
8
8
|
var ANALYSIS_TYPES = ["ASSIGNED", "INCOMING", "OUTGOING", "FULL"];
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var zod = require('zod');
|
|
4
|
-
var vault_schema = require('./vault.schema-
|
|
5
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
4
|
+
var vault_schema = require('./vault.schema-2d02afaa.cjs.prod.cjs');
|
|
5
|
+
var identityApi_schema = require('./identity-api.schema-aae669c3.cjs.prod.cjs');
|
|
6
6
|
|
|
7
7
|
// based on https://tech-doc.api.scorechain.com/
|
|
8
8
|
var ANALYSIS_TYPES = ["ASSIGNED", "INCOMING", "OUTGOING", "FULL"];
|
|
@@ -7,5 +7,6 @@ export type Alpha2Country = z.infer<typeof Alpha2Country>;
|
|
|
7
7
|
export declare const countryISO3toISO2Mapping: Record<ISO3CountryCode, Alpha2Country>;
|
|
8
8
|
export declare const countryISO2toISO3Mapping: Record<Alpha2Country, ISO3CountryCode>;
|
|
9
9
|
export declare const isoCountriesNameFromISO2: Record<Alpha2Country, string>;
|
|
10
|
+
export declare const isoCountriesNameFromISO3: Record<ISO3CountryCode, string>;
|
|
10
11
|
export declare function parseISO3CountryCode(code: string | undefined | null): ISO3CountryCode | undefined;
|
|
11
12
|
//# sourceMappingURL=countries.schema.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"countries.schema.d.ts","sourceRoot":"../../../src","sources":["countries.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB,eAAO,MAAM,eAAe,0uDACwD,CAAC;AAErF,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAC;AAE9D,eAAO,MAAM,iBAAiB,6+CA4PpB,CAAC;AAEX,eAAO,MAAM,aAAa,++CAA4B,CAAC;AAEvD,MAAM,MAAM,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;AAE1D,eAAO,MAAM,wBAAwB,EAAE,MAAM,CAAC,eAAe,EAAE,aAAa,CA6PhE,CAAC;AAEb,eAAO,MAAM,wBAAwB,EAAE,MAAM,CAAC,aAAa,EAAE,eAAe,CA6PhE,CAAC;AAEb,eAAO,MAAM,wBAAwB,EAAE,MAAM,CAAC,aAAa,EAAE,MAAM,CA4PzD,CAAC;AAEX,wBAAgB,oBAAoB,CAClC,IAAI,EAAE,MAAM,GAAG,SAAS,GAAG,IAAI,GAC9B,eAAe,GAAG,SAAS,CAI7B"}
|
|
1
|
+
{"version":3,"file":"countries.schema.d.ts","sourceRoot":"../../../src","sources":["countries.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB,eAAO,MAAM,eAAe,0uDACwD,CAAC;AAErF,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAC;AAE9D,eAAO,MAAM,iBAAiB,6+CA4PpB,CAAC;AAEX,eAAO,MAAM,aAAa,++CAA4B,CAAC;AAEvD,MAAM,MAAM,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;AAE1D,eAAO,MAAM,wBAAwB,EAAE,MAAM,CAAC,eAAe,EAAE,aAAa,CA6PhE,CAAC;AAEb,eAAO,MAAM,wBAAwB,EAAE,MAAM,CAAC,aAAa,EAAE,eAAe,CA6PhE,CAAC;AAEb,eAAO,MAAM,wBAAwB,EAAE,MAAM,CAAC,aAAa,EAAE,MAAM,CA4PzD,CAAC;AAEX,eAAO,MAAM,wBAAwB,EAAE,MAAM,CAAC,eAAe,EAAE,MAAM,CAM/B,CAAC;AAEvC,wBAAgB,oBAAoB,CAClC,IAAI,EAAE,MAAM,GAAG,SAAS,GAAG,IAAI,GAC9B,eAAe,GAAG,SAAS,CAI7B"}
|
|
@@ -175,8 +175,8 @@ export declare const RuleResultQueryConfig: z.ZodObject<z.objectUtil.extendShape
|
|
|
175
175
|
};
|
|
176
176
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
177
177
|
id?: `query_${string}` | undefined;
|
|
178
|
-
type?: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport" | null | undefined;
|
|
179
178
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
179
|
+
type?: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport" | null | undefined;
|
|
180
180
|
queryId?: `query_${string}` | undefined;
|
|
181
181
|
requestId?: number | null | undefined;
|
|
182
182
|
}, {
|
|
@@ -187,8 +187,8 @@ export declare const RuleResultQueryConfig: z.ZodObject<z.objectUtil.extendShape
|
|
|
187
187
|
};
|
|
188
188
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
189
189
|
id?: `query_${string}` | undefined;
|
|
190
|
-
type?: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport" | null | undefined;
|
|
191
190
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
191
|
+
type?: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport" | null | undefined;
|
|
192
192
|
queryId?: `query_${string}` | undefined;
|
|
193
193
|
requestId?: number | null | undefined;
|
|
194
194
|
}>;
|
|
@@ -143,14 +143,14 @@ export declare const MerkleAddressRequest: z.ZodObject<{
|
|
|
143
143
|
show_alerts: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
144
144
|
custom_tags: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
145
145
|
}, "strip", z.ZodTypeAny, {
|
|
146
|
-
type:
|
|
146
|
+
type: 1 | 2;
|
|
147
147
|
identifier: string;
|
|
148
148
|
blockchain: "0" | "1" | "2" | "3" | "4" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "20" | "21" | "22" | "23" | "24" | "25" | "26" | "27" | "28" | "29" | "30" | "31" | "32" | "33" | "34" | "35" | "36" | "37" | "38" | "39" | "40" | "41" | "42" | "43" | "44" | "45" | "46" | "47" | "48" | "49" | "50" | "51" | "52" | "53" | "54" | "55" | "56" | "57" | "58" | "59" | "60" | "61" | "62" | "63" | "64" | "65" | "66" | "67" | "68" | "69" | "70" | "71" | "72" | "73" | "74" | "75" | "76" | "77" | "78" | "79" | "80" | "81" | "82" | "83" | "84" | "85" | "86" | "87" | "88" | "89" | "90" | "91" | "92" | "93" | "94" | "95" | "96" | "97" | "98" | "99" | "100" | "101" | "102" | "103" | "104" | "106" | "107" | "108" | "109" | "110" | "111" | "112" | "113" | "114" | "115" | "116" | "117" | "118" | "119" | "120" | "121" | "122" | "123";
|
|
149
149
|
customer_id: string;
|
|
150
150
|
custom_tags?: string[] | null | undefined;
|
|
151
151
|
show_alerts?: boolean | null | undefined;
|
|
152
152
|
}, {
|
|
153
|
-
type:
|
|
153
|
+
type: 1 | 2;
|
|
154
154
|
identifier: string;
|
|
155
155
|
blockchain: "0" | "1" | "2" | "3" | "4" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "20" | "21" | "22" | "23" | "24" | "25" | "26" | "27" | "28" | "29" | "30" | "31" | "32" | "33" | "34" | "35" | "36" | "37" | "38" | "39" | "40" | "41" | "42" | "43" | "44" | "45" | "46" | "47" | "48" | "49" | "50" | "51" | "52" | "53" | "54" | "55" | "56" | "57" | "58" | "59" | "60" | "61" | "62" | "63" | "64" | "65" | "66" | "67" | "68" | "69" | "70" | "71" | "72" | "73" | "74" | "75" | "76" | "77" | "78" | "79" | "80" | "81" | "82" | "83" | "84" | "85" | "86" | "87" | "88" | "89" | "90" | "91" | "92" | "93" | "94" | "95" | "96" | "97" | "98" | "99" | "100" | "101" | "102" | "103" | "104" | "106" | "107" | "108" | "109" | "110" | "111" | "112" | "113" | "114" | "115" | "116" | "117" | "118" | "119" | "120" | "121" | "122" | "123";
|
|
156
156
|
customer_id: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
|
-
export declare const TRANSACTION_CHARTS: readonly ["
|
|
3
|
-
export declare const TransactionsChartType: z.ZodEnum<["
|
|
2
|
+
export declare const TRANSACTION_CHARTS: readonly ["totalAlerts", "alertsInProgress", "unassignedAlerts", "escalatedAlerts", "overdueAlerts", "avgTimeToCloseAlert", "volume", "transactions", "volumeEvolution", "transactionsEvolution", "assetVolume", "assetTransactions", "breakdownVolume", "breakdownTransaction", "breakdownVolumeByStatus", "breakdownTransactionsByStatus"];
|
|
3
|
+
export declare const TransactionsChartType: z.ZodEnum<["totalAlerts", "alertsInProgress", "unassignedAlerts", "escalatedAlerts", "overdueAlerts", "avgTimeToCloseAlert", "volume", "transactions", "volumeEvolution", "transactionsEvolution", "assetVolume", "assetTransactions", "breakdownVolume", "breakdownTransaction", "breakdownVolumeByStatus", "breakdownTransactionsByStatus"]>;
|
|
4
4
|
export type TransactionsChartType = z.infer<typeof TransactionsChartType>;
|
|
5
5
|
export declare const TRANSACTION_TABLE_COLUMNS: readonly ["riskLevel", "id", "transactionHash", "dateTime", "type", "financeType", "amount", "customer", "counterparty", "tags", "status"];
|
|
6
6
|
export declare const TransactionTableColumn: z.ZodEnum<["riskLevel", "id", "transactionHash", "dateTime", "type", "financeType", "amount", "customer", "counterparty", "tags", "status"]>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"transaction.schema.d.ts","sourceRoot":"../../../src","sources":["transaction.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,eAAO,MAAM,kBAAkB,
|
|
1
|
+
{"version":3,"file":"transaction.schema.d.ts","sourceRoot":"../../../src","sources":["transaction.schema.ts"],"names":[],"mappings":"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"}
|
|
@@ -50793,10 +50793,7 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
|
|
|
50793
50793
|
id?: number | null | undefined;
|
|
50794
50794
|
type?: "ATM" | "Airdrop" | "Auctioned assets" | "Bank" | "Block reward" | "Bot" | "Child abuse" | "Cloud mining" | "Community reported scam" | "Cross-chain Bridge Protocol" | "Darkweb" | "Decentralized service" | "Dex" | "Donations" | "Exchange" | "Gambling" | "Hack" | "ICO" | "Ignored small amounts" | "Investment management firm" | "Large transaction" | "Large unnamed entity" | "Mining pool" | "Mixing pattern" | "Mixing service" | "NFT Marketplace" | "No entities found" | "Ongoing legal action" | "Payment Service Provider" | "Payment channel" | "Peeling chain of unknown origin" | "Phishing" | "Ransomware" | "Real World Asset" | "Sanction list" | "Scam" | "Seized assets" | "Service" | "Staking pool" | "Suspicious" | "Terrorism" | "Token" | "Token burning" | "Token minting" | "Unspent output" | "Wallet" | "OFAC sanction list" | "Closed exchange" | "Custom group" | undefined;
|
|
50795
50795
|
aiDetails?: {
|
|
50796
|
-
entityTypeClassifier:
|
|
50797
|
-
percent: number;
|
|
50798
|
-
type?: "ATM" | "Airdrop" | "Auctioned assets" | "Bank" | "Block reward" | "Bot" | "Child abuse" | "Cloud mining" | "Community reported scam" | "Cross-chain Bridge Protocol" | "Darkweb" | "Decentralized service" | "Dex" | "Donations" | "Exchange" | "Gambling" | "Hack" | "ICO" | "Ignored small amounts" | "Investment management firm" | "Large transaction" | "Large unnamed entity" | "Mining pool" | "Mixing pattern" | "Mixing service" | "NFT Marketplace" | "No entities found" | "Ongoing legal action" | "Payment Service Provider" | "Payment channel" | "Peeling chain of unknown origin" | "Phishing" | "Ransomware" | "Real World Asset" | "Sanction list" | "Scam" | "Seized assets" | "Service" | "Staking pool" | "Suspicious" | "Terrorism" | "Token" | "Token burning" | "Token minting" | "Unspent output" | "Wallet" | "OFAC sanction list" | "Closed exchange" | "Custom group" | undefined;
|
|
50799
|
-
}[];
|
|
50796
|
+
entityTypeClassifier: /*elided*/ any[];
|
|
50800
50797
|
} | null | undefined;
|
|
50801
50798
|
} | null | undefined;
|
|
50802
50799
|
customRiskAssessment?: {
|
|
@@ -50857,10 +50854,7 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
|
|
|
50857
50854
|
type?: "ATM" | "Airdrop" | "Auctioned assets" | "Bank" | "Block reward" | "Bot" | "Child abuse" | "Cloud mining" | "Community reported scam" | "Cross-chain Bridge Protocol" | "Darkweb" | "Decentralized service" | "Dex" | "Donations" | "Exchange" | "Gambling" | "Hack" | "ICO" | "Ignored small amounts" | "Investment management firm" | "Large transaction" | "Large unnamed entity" | "Mining pool" | "Mixing pattern" | "Mixing service" | "NFT Marketplace" | "No entities found" | "Ongoing legal action" | "Payment Service Provider" | "Payment channel" | "Peeling chain of unknown origin" | "Phishing" | "Ransomware" | "Real World Asset" | "Sanction list" | "Scam" | "Seized assets" | "Service" | "Staking pool" | "Suspicious" | "Terrorism" | "Token" | "Token burning" | "Token minting" | "Unspent output" | "Wallet" | "OFAC sanction list" | "Closed exchange" | "Custom group" | "Maximum exploration depth" | "Secondary coin creation" | "Secondary coin removal" | undefined;
|
|
50858
50855
|
referenceAddress?: string | null | undefined;
|
|
50859
50856
|
aiDetails?: {
|
|
50860
|
-
entityTypeClassifier:
|
|
50861
|
-
percent: number;
|
|
50862
|
-
type?: "ATM" | "Airdrop" | "Auctioned assets" | "Bank" | "Block reward" | "Bot" | "Child abuse" | "Cloud mining" | "Community reported scam" | "Cross-chain Bridge Protocol" | "Darkweb" | "Decentralized service" | "Dex" | "Donations" | "Exchange" | "Gambling" | "Hack" | "ICO" | "Ignored small amounts" | "Investment management firm" | "Large transaction" | "Large unnamed entity" | "Mining pool" | "Mixing pattern" | "Mixing service" | "NFT Marketplace" | "No entities found" | "Ongoing legal action" | "Payment Service Provider" | "Payment channel" | "Peeling chain of unknown origin" | "Phishing" | "Ransomware" | "Real World Asset" | "Sanction list" | "Scam" | "Seized assets" | "Service" | "Staking pool" | "Suspicious" | "Terrorism" | "Token" | "Token burning" | "Token minting" | "Unspent output" | "Wallet" | "OFAC sanction list" | "Closed exchange" | "Custom group" | undefined;
|
|
50863
|
-
}[];
|
|
50857
|
+
entityTypeClassifier: /*elided*/ any[];
|
|
50864
50858
|
} | null | undefined;
|
|
50865
50859
|
amountUsd?: number | null | undefined;
|
|
50866
50860
|
}[] | null | undefined;
|
|
@@ -50909,10 +50903,7 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
|
|
|
50909
50903
|
type?: "ATM" | "Airdrop" | "Auctioned assets" | "Bank" | "Block reward" | "Bot" | "Child abuse" | "Cloud mining" | "Community reported scam" | "Cross-chain Bridge Protocol" | "Darkweb" | "Decentralized service" | "Dex" | "Donations" | "Exchange" | "Gambling" | "Hack" | "ICO" | "Ignored small amounts" | "Investment management firm" | "Large transaction" | "Large unnamed entity" | "Mining pool" | "Mixing pattern" | "Mixing service" | "NFT Marketplace" | "No entities found" | "Ongoing legal action" | "Payment Service Provider" | "Payment channel" | "Peeling chain of unknown origin" | "Phishing" | "Ransomware" | "Real World Asset" | "Sanction list" | "Scam" | "Seized assets" | "Service" | "Staking pool" | "Suspicious" | "Terrorism" | "Token" | "Token burning" | "Token minting" | "Unspent output" | "Wallet" | "OFAC sanction list" | "Closed exchange" | "Custom group" | "Maximum exploration depth" | "Secondary coin creation" | "Secondary coin removal" | undefined;
|
|
50910
50904
|
referenceAddress?: string | null | undefined;
|
|
50911
50905
|
aiDetails?: {
|
|
50912
|
-
entityTypeClassifier:
|
|
50913
|
-
percent: number;
|
|
50914
|
-
type?: "ATM" | "Airdrop" | "Auctioned assets" | "Bank" | "Block reward" | "Bot" | "Child abuse" | "Cloud mining" | "Community reported scam" | "Cross-chain Bridge Protocol" | "Darkweb" | "Decentralized service" | "Dex" | "Donations" | "Exchange" | "Gambling" | "Hack" | "ICO" | "Ignored small amounts" | "Investment management firm" | "Large transaction" | "Large unnamed entity" | "Mining pool" | "Mixing pattern" | "Mixing service" | "NFT Marketplace" | "No entities found" | "Ongoing legal action" | "Payment Service Provider" | "Payment channel" | "Peeling chain of unknown origin" | "Phishing" | "Ransomware" | "Real World Asset" | "Sanction list" | "Scam" | "Seized assets" | "Service" | "Staking pool" | "Suspicious" | "Terrorism" | "Token" | "Token burning" | "Token minting" | "Unspent output" | "Wallet" | "OFAC sanction list" | "Closed exchange" | "Custom group" | undefined;
|
|
50915
|
-
}[];
|
|
50906
|
+
entityTypeClassifier: /*elided*/ any[];
|
|
50916
50907
|
} | null | undefined;
|
|
50917
50908
|
amountUsd?: number | null | undefined;
|
|
50918
50909
|
}[] | null | undefined;
|
|
@@ -51671,10 +51662,7 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
|
|
|
51671
51662
|
id?: number | null | undefined;
|
|
51672
51663
|
type?: "ATM" | "Airdrop" | "Auctioned assets" | "Bank" | "Block reward" | "Bot" | "Child abuse" | "Cloud mining" | "Community reported scam" | "Cross-chain Bridge Protocol" | "Darkweb" | "Decentralized service" | "Dex" | "Donations" | "Exchange" | "Gambling" | "Hack" | "ICO" | "Ignored small amounts" | "Investment management firm" | "Large transaction" | "Large unnamed entity" | "Mining pool" | "Mixing pattern" | "Mixing service" | "NFT Marketplace" | "No entities found" | "Ongoing legal action" | "Payment Service Provider" | "Payment channel" | "Peeling chain of unknown origin" | "Phishing" | "Ransomware" | "Real World Asset" | "Sanction list" | "Scam" | "Seized assets" | "Service" | "Staking pool" | "Suspicious" | "Terrorism" | "Token" | "Token burning" | "Token minting" | "Unspent output" | "Wallet" | "OFAC sanction list" | "Closed exchange" | "Custom group" | undefined;
|
|
51673
51664
|
aiDetails?: {
|
|
51674
|
-
entityTypeClassifier:
|
|
51675
|
-
percent: number;
|
|
51676
|
-
type?: "ATM" | "Airdrop" | "Auctioned assets" | "Bank" | "Block reward" | "Bot" | "Child abuse" | "Cloud mining" | "Community reported scam" | "Cross-chain Bridge Protocol" | "Darkweb" | "Decentralized service" | "Dex" | "Donations" | "Exchange" | "Gambling" | "Hack" | "ICO" | "Ignored small amounts" | "Investment management firm" | "Large transaction" | "Large unnamed entity" | "Mining pool" | "Mixing pattern" | "Mixing service" | "NFT Marketplace" | "No entities found" | "Ongoing legal action" | "Payment Service Provider" | "Payment channel" | "Peeling chain of unknown origin" | "Phishing" | "Ransomware" | "Real World Asset" | "Sanction list" | "Scam" | "Seized assets" | "Service" | "Staking pool" | "Suspicious" | "Terrorism" | "Token" | "Token burning" | "Token minting" | "Unspent output" | "Wallet" | "OFAC sanction list" | "Closed exchange" | "Custom group" | undefined;
|
|
51677
|
-
}[];
|
|
51665
|
+
entityTypeClassifier: /*elided*/ any[];
|
|
51678
51666
|
} | null | undefined;
|
|
51679
51667
|
} | null | undefined;
|
|
51680
51668
|
customRiskAssessment?: {
|
|
@@ -51735,10 +51723,7 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
|
|
|
51735
51723
|
type?: "ATM" | "Airdrop" | "Auctioned assets" | "Bank" | "Block reward" | "Bot" | "Child abuse" | "Cloud mining" | "Community reported scam" | "Cross-chain Bridge Protocol" | "Darkweb" | "Decentralized service" | "Dex" | "Donations" | "Exchange" | "Gambling" | "Hack" | "ICO" | "Ignored small amounts" | "Investment management firm" | "Large transaction" | "Large unnamed entity" | "Mining pool" | "Mixing pattern" | "Mixing service" | "NFT Marketplace" | "No entities found" | "Ongoing legal action" | "Payment Service Provider" | "Payment channel" | "Peeling chain of unknown origin" | "Phishing" | "Ransomware" | "Real World Asset" | "Sanction list" | "Scam" | "Seized assets" | "Service" | "Staking pool" | "Suspicious" | "Terrorism" | "Token" | "Token burning" | "Token minting" | "Unspent output" | "Wallet" | "OFAC sanction list" | "Closed exchange" | "Custom group" | "Maximum exploration depth" | "Secondary coin creation" | "Secondary coin removal" | undefined;
|
|
51736
51724
|
referenceAddress?: string | null | undefined;
|
|
51737
51725
|
aiDetails?: {
|
|
51738
|
-
entityTypeClassifier:
|
|
51739
|
-
percent: number;
|
|
51740
|
-
type?: "ATM" | "Airdrop" | "Auctioned assets" | "Bank" | "Block reward" | "Bot" | "Child abuse" | "Cloud mining" | "Community reported scam" | "Cross-chain Bridge Protocol" | "Darkweb" | "Decentralized service" | "Dex" | "Donations" | "Exchange" | "Gambling" | "Hack" | "ICO" | "Ignored small amounts" | "Investment management firm" | "Large transaction" | "Large unnamed entity" | "Mining pool" | "Mixing pattern" | "Mixing service" | "NFT Marketplace" | "No entities found" | "Ongoing legal action" | "Payment Service Provider" | "Payment channel" | "Peeling chain of unknown origin" | "Phishing" | "Ransomware" | "Real World Asset" | "Sanction list" | "Scam" | "Seized assets" | "Service" | "Staking pool" | "Suspicious" | "Terrorism" | "Token" | "Token burning" | "Token minting" | "Unspent output" | "Wallet" | "OFAC sanction list" | "Closed exchange" | "Custom group" | undefined;
|
|
51741
|
-
}[];
|
|
51726
|
+
entityTypeClassifier: /*elided*/ any[];
|
|
51742
51727
|
} | null | undefined;
|
|
51743
51728
|
amountUsd?: number | null | undefined;
|
|
51744
51729
|
}[] | null | undefined;
|
|
@@ -51787,10 +51772,7 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
|
|
|
51787
51772
|
type?: "ATM" | "Airdrop" | "Auctioned assets" | "Bank" | "Block reward" | "Bot" | "Child abuse" | "Cloud mining" | "Community reported scam" | "Cross-chain Bridge Protocol" | "Darkweb" | "Decentralized service" | "Dex" | "Donations" | "Exchange" | "Gambling" | "Hack" | "ICO" | "Ignored small amounts" | "Investment management firm" | "Large transaction" | "Large unnamed entity" | "Mining pool" | "Mixing pattern" | "Mixing service" | "NFT Marketplace" | "No entities found" | "Ongoing legal action" | "Payment Service Provider" | "Payment channel" | "Peeling chain of unknown origin" | "Phishing" | "Ransomware" | "Real World Asset" | "Sanction list" | "Scam" | "Seized assets" | "Service" | "Staking pool" | "Suspicious" | "Terrorism" | "Token" | "Token burning" | "Token minting" | "Unspent output" | "Wallet" | "OFAC sanction list" | "Closed exchange" | "Custom group" | "Maximum exploration depth" | "Secondary coin creation" | "Secondary coin removal" | undefined;
|
|
51788
51773
|
referenceAddress?: string | null | undefined;
|
|
51789
51774
|
aiDetails?: {
|
|
51790
|
-
entityTypeClassifier:
|
|
51791
|
-
percent: number;
|
|
51792
|
-
type?: "ATM" | "Airdrop" | "Auctioned assets" | "Bank" | "Block reward" | "Bot" | "Child abuse" | "Cloud mining" | "Community reported scam" | "Cross-chain Bridge Protocol" | "Darkweb" | "Decentralized service" | "Dex" | "Donations" | "Exchange" | "Gambling" | "Hack" | "ICO" | "Ignored small amounts" | "Investment management firm" | "Large transaction" | "Large unnamed entity" | "Mining pool" | "Mixing pattern" | "Mixing service" | "NFT Marketplace" | "No entities found" | "Ongoing legal action" | "Payment Service Provider" | "Payment channel" | "Peeling chain of unknown origin" | "Phishing" | "Ransomware" | "Real World Asset" | "Sanction list" | "Scam" | "Seized assets" | "Service" | "Staking pool" | "Suspicious" | "Terrorism" | "Token" | "Token burning" | "Token minting" | "Unspent output" | "Wallet" | "OFAC sanction list" | "Closed exchange" | "Custom group" | undefined;
|
|
51793
|
-
}[];
|
|
51775
|
+
entityTypeClassifier: /*elided*/ any[];
|
|
51794
51776
|
} | null | undefined;
|
|
51795
51777
|
amountUsd?: number | null | undefined;
|
|
51796
51778
|
}[] | null | undefined;
|