@nexeraid/identity-schemas 2.162.0-dev → 2.164.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-10e85bfd.cjs.dev.cjs → CoinMarketCap.schema-0c52a356.cjs.dev.cjs} +2 -2
- package/dist/{CoinMarketCap.schema-c435bb46.esm.mjs → CoinMarketCap.schema-71fcc409.esm.mjs} +2 -2
- package/dist/{CoinMarketCap.schema-c2b35cbb.cjs.prod.cjs → CoinMarketCap.schema-ab71ee5f.cjs.prod.cjs} +2 -2
- package/dist/declarations/src/identity-ids.schema.d.ts +44 -4
- package/dist/declarations/src/identity-ids.schema.d.ts.map +1 -1
- package/dist/declarations/src/index.d.ts +1 -0
- package/dist/declarations/src/index.d.ts.map +1 -1
- package/dist/declarations/src/nexeraSSID.schema.d.ts +2 -0
- package/dist/declarations/src/nexeraSSID.schema.d.ts.map +1 -1
- package/dist/declarations/src/providers/merkle-science/merkle-science.schema.d.ts +16 -16
- package/dist/declarations/src/providers/scorechain/scorechain.schema.d.ts +617 -37
- package/dist/declarations/src/providers/scorechain/scorechain.schema.d.ts.map +1 -1
- package/dist/declarations/src/providers/scorechain/scorechainRiskLevel.schema.d.ts +2 -0
- package/dist/declarations/src/providers/scorechain/scorechainRiskLevel.schema.d.ts.map +1 -1
- package/dist/declarations/src/transaction-screening.schema.d.ts +70 -0
- package/dist/declarations/src/transaction-screening.schema.d.ts.map +1 -0
- package/dist/declarations/src/transaction.schema.d.ts +12 -12
- 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 +136 -0
- package/dist/declarations/src/vault/vault.schema.d.ts.map +1 -1
- package/dist/{identity-api.schema-f1dbf7ca.cjs.dev.cjs → identity-api.schema-073b77e8.cjs.dev.cjs} +1 -1
- package/dist/{identity-api.schema-19a90b6a.esm.mjs → identity-api.schema-7d06abc3.esm.mjs} +1 -1
- package/dist/{identity-api.schema-1c87b3cc.cjs.prod.cjs → identity-api.schema-b0cdf833.cjs.prod.cjs} +1 -1
- package/dist/nexeraid-identity-schemas.cjs.dev.cjs +29 -5
- package/dist/nexeraid-identity-schemas.cjs.prod.cjs +29 -5
- package/dist/nexeraid-identity-schemas.esm.mjs +6 -6
- package/dist/package.json +1 -1
- package/dist/{tfhe-utilities-c646109b.cjs.dev.cjs → tfhe-utilities-7506bbe3.cjs.dev.cjs} +2 -2
- package/dist/{tfhe-utilities-87e5b68e.esm.mjs → tfhe-utilities-e72ea9ae.esm.mjs} +2 -2
- package/dist/{tfhe-utilities-116a8c2b.cjs.prod.cjs → tfhe-utilities-f68d3b85.cjs.prod.cjs} +2 -2
- package/dist/{toArray-04d191ae.cjs.prod.cjs → toArray-19bbf25f.cjs.prod.cjs} +1 -1
- package/dist/{toArray-bef8e1b7.esm.mjs → toArray-27d21942.esm.mjs} +1 -1
- package/dist/{toArray-87d5a9ab.cjs.dev.cjs → toArray-d4a6f7df.cjs.dev.cjs} +1 -1
- package/dist/{vault.schema-a0ae295d.cjs.dev.cjs → vault.schema-68148c82.cjs.dev.cjs} +957 -155
- package/dist/{vault.schema-b0af8c17.cjs.prod.cjs → vault.schema-83220a2a.cjs.prod.cjs} +957 -155
- package/dist/{vault.schema-4071b21a.esm.mjs → vault.schema-e3e5b520.esm.mjs} +930 -156
- package/dist/{zod-utils-db4a338c.cjs.prod.cjs → zod-utils-22ad76a6.cjs.prod.cjs} +2 -2
- package/dist/{zod-utils-8ef62f02.cjs.dev.cjs → zod-utils-373653ad.cjs.dev.cjs} +2 -2
- package/dist/{zod-utils-85400877.esm.mjs → zod-utils-8552e3a4.esm.mjs} +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 +1 -1
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.cjs +7 -3
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.cjs +7 -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
|
@@ -4042,11 +4042,14 @@ export declare const ScoringAnalysisRequest: z.ZodObject<{
|
|
|
4042
4042
|
}>;
|
|
4043
4043
|
export type ScoringAnalysisRequest = z.infer<typeof ScoringAnalysisRequest>;
|
|
4044
4044
|
export declare const GetActiveBlockchainsRequest: z.ZodObject<{
|
|
4045
|
-
address: z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `1${string}`, string>, z.ZodEffects<z.ZodString, `3${string}`, string>, z.ZodEffects<z.ZodString, `bc1${string}`, string>, z.ZodEffects<z.ZodString, `m${string}` | `n${string}`, string>, z.ZodEffects<z.ZodString, `2${string}`, string>, z.ZodEffects<z.ZodString, `tb1${string}`, string>]>]
|
|
4045
|
+
address: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `1${string}`, string>, z.ZodEffects<z.ZodString, `3${string}`, string>, z.ZodEffects<z.ZodString, `bc1${string}`, string>, z.ZodEffects<z.ZodString, `m${string}` | `n${string}`, string>, z.ZodEffects<z.ZodString, `2${string}`, string>, z.ZodEffects<z.ZodString, `tb1${string}`, string>]>]>>;
|
|
4046
|
+
transactionHash: z.ZodOptional<z.ZodString>;
|
|
4046
4047
|
}, "strip", z.ZodTypeAny, {
|
|
4047
|
-
address
|
|
4048
|
+
address?: string | undefined;
|
|
4049
|
+
transactionHash?: string | undefined;
|
|
4048
4050
|
}, {
|
|
4049
|
-
address
|
|
4051
|
+
address?: string | undefined;
|
|
4052
|
+
transactionHash?: string | undefined;
|
|
4050
4053
|
}>;
|
|
4051
4054
|
export type GetActiveBlockchainsRequest = z.infer<typeof GetActiveBlockchainsRequest>;
|
|
4052
4055
|
export declare const GetActiveBlockchains: z.ZodObject<{
|
|
@@ -4285,6 +4288,17 @@ export declare const GetAddressAnalysisRequest: z.ZodObject<{
|
|
|
4285
4288
|
blockchain: string;
|
|
4286
4289
|
}>;
|
|
4287
4290
|
export type GetAddressAnalysisRequest = z.infer<typeof GetAddressAnalysisRequest>;
|
|
4291
|
+
export declare const GetTransactionAnalysisRequest: z.ZodObject<{
|
|
4292
|
+
blockchain: z.ZodString;
|
|
4293
|
+
transactionHash: z.ZodString;
|
|
4294
|
+
}, "strip", z.ZodTypeAny, {
|
|
4295
|
+
transactionHash: string;
|
|
4296
|
+
blockchain: string;
|
|
4297
|
+
}, {
|
|
4298
|
+
transactionHash: string;
|
|
4299
|
+
blockchain: string;
|
|
4300
|
+
}>;
|
|
4301
|
+
export type GetTransactionAnalysisRequest = z.infer<typeof GetTransactionAnalysisRequest>;
|
|
4288
4302
|
export declare const ScorechainEntity: z.ZodObject<{
|
|
4289
4303
|
id: z.ZodNumber;
|
|
4290
4304
|
name: z.ZodString;
|
|
@@ -4451,6 +4465,121 @@ export declare const GetAddressAnalysis: z.ZodObject<{
|
|
|
4451
4465
|
referenceAddress: string;
|
|
4452
4466
|
} | null | undefined;
|
|
4453
4467
|
}>;
|
|
4468
|
+
export declare const GetTransactionAnalysis: z.ZodObject<{
|
|
4469
|
+
hash: z.ZodString;
|
|
4470
|
+
blockchain: z.ZodString;
|
|
4471
|
+
timestamp: z.ZodNumber;
|
|
4472
|
+
cases: z.ZodArray<z.ZodObject<{
|
|
4473
|
+
id: z.ZodString;
|
|
4474
|
+
name: z.ZodString;
|
|
4475
|
+
}, "strip", z.ZodTypeAny, {
|
|
4476
|
+
id: string;
|
|
4477
|
+
name: string;
|
|
4478
|
+
}, {
|
|
4479
|
+
id: string;
|
|
4480
|
+
name: string;
|
|
4481
|
+
}>, "many">;
|
|
4482
|
+
numberOfConfirmations: z.ZodNumber;
|
|
4483
|
+
block: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
4484
|
+
fees: z.ZodObject<{
|
|
4485
|
+
amount: z.ZodNumber;
|
|
4486
|
+
unit: z.ZodString;
|
|
4487
|
+
amountUsd: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
4488
|
+
}, "strip", z.ZodTypeAny, {
|
|
4489
|
+
amount: number;
|
|
4490
|
+
unit: string;
|
|
4491
|
+
amountUsd?: number | null | undefined;
|
|
4492
|
+
}, {
|
|
4493
|
+
amount: number;
|
|
4494
|
+
unit: string;
|
|
4495
|
+
amountUsd?: number | null | undefined;
|
|
4496
|
+
}>;
|
|
4497
|
+
energy: z.ZodOptional<z.ZodNullable<z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>>>;
|
|
4498
|
+
tags: z.ZodArray<z.ZodEnum<["GENERIC", "MINING", "MIXING", "CONTRACT_CALL", "DEX_TRADE", "LIGHTNING", "CROSS_CHAIN"]>, "many">;
|
|
4499
|
+
signers: z.ZodArray<z.ZodObject<{
|
|
4500
|
+
address: z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `1${string}`, string>, z.ZodEffects<z.ZodString, `3${string}`, string>, z.ZodEffects<z.ZodString, `bc1${string}`, string>, z.ZodEffects<z.ZodString, `m${string}` | `n${string}`, string>, z.ZodEffects<z.ZodString, `2${string}`, string>, z.ZodEffects<z.ZodString, `tb1${string}`, string>]>]>;
|
|
4501
|
+
type: z.ZodEnum<["MINING", "MIXING", "LIGHTNING", "CROSS_CHAIN"]>;
|
|
4502
|
+
}, "strip", z.ZodTypeAny, {
|
|
4503
|
+
type: "MINING" | "MIXING" | "LIGHTNING" | "CROSS_CHAIN";
|
|
4504
|
+
address: string;
|
|
4505
|
+
}, {
|
|
4506
|
+
type: "MINING" | "MIXING" | "LIGHTNING" | "CROSS_CHAIN";
|
|
4507
|
+
address: string;
|
|
4508
|
+
}>, "many">;
|
|
4509
|
+
operations: z.ZodArray<z.ZodObject<{
|
|
4510
|
+
type: z.ZodEnum<["MINING", "MIXING", "LIGHTNING", "CROSS_CHAIN"]>;
|
|
4511
|
+
}, "strip", z.ZodTypeAny, {
|
|
4512
|
+
type: "MINING" | "MIXING" | "LIGHTNING" | "CROSS_CHAIN";
|
|
4513
|
+
}, {
|
|
4514
|
+
type: "MINING" | "MIXING" | "LIGHTNING" | "CROSS_CHAIN";
|
|
4515
|
+
}>, "many">;
|
|
4516
|
+
blockchainSpecific: z.ZodObject<{
|
|
4517
|
+
lightningNetwork: z.ZodOptional<z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>>;
|
|
4518
|
+
crossChainSwaps: z.ZodOptional<z.ZodArray<z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>, "many">>;
|
|
4519
|
+
}, "strip", z.ZodTypeAny, {
|
|
4520
|
+
lightningNetwork?: {} | undefined;
|
|
4521
|
+
crossChainSwaps?: {}[] | undefined;
|
|
4522
|
+
}, {
|
|
4523
|
+
lightningNetwork?: {} | undefined;
|
|
4524
|
+
crossChainSwaps?: {}[] | undefined;
|
|
4525
|
+
}>;
|
|
4526
|
+
}, "strip", z.ZodTypeAny, {
|
|
4527
|
+
timestamp: number;
|
|
4528
|
+
tags: ("MINING" | "MIXING" | "LIGHTNING" | "CROSS_CHAIN" | "GENERIC" | "CONTRACT_CALL" | "DEX_TRADE")[];
|
|
4529
|
+
hash: string;
|
|
4530
|
+
blockchain: string;
|
|
4531
|
+
cases: {
|
|
4532
|
+
id: string;
|
|
4533
|
+
name: string;
|
|
4534
|
+
}[];
|
|
4535
|
+
numberOfConfirmations: number;
|
|
4536
|
+
fees: {
|
|
4537
|
+
amount: number;
|
|
4538
|
+
unit: string;
|
|
4539
|
+
amountUsd?: number | null | undefined;
|
|
4540
|
+
};
|
|
4541
|
+
signers: {
|
|
4542
|
+
type: "MINING" | "MIXING" | "LIGHTNING" | "CROSS_CHAIN";
|
|
4543
|
+
address: string;
|
|
4544
|
+
}[];
|
|
4545
|
+
operations: {
|
|
4546
|
+
type: "MINING" | "MIXING" | "LIGHTNING" | "CROSS_CHAIN";
|
|
4547
|
+
}[];
|
|
4548
|
+
blockchainSpecific: {
|
|
4549
|
+
lightningNetwork?: {} | undefined;
|
|
4550
|
+
crossChainSwaps?: {}[] | undefined;
|
|
4551
|
+
};
|
|
4552
|
+
block?: number | null | undefined;
|
|
4553
|
+
energy?: {} | null | undefined;
|
|
4554
|
+
}, {
|
|
4555
|
+
timestamp: number;
|
|
4556
|
+
tags: ("MINING" | "MIXING" | "LIGHTNING" | "CROSS_CHAIN" | "GENERIC" | "CONTRACT_CALL" | "DEX_TRADE")[];
|
|
4557
|
+
hash: string;
|
|
4558
|
+
blockchain: string;
|
|
4559
|
+
cases: {
|
|
4560
|
+
id: string;
|
|
4561
|
+
name: string;
|
|
4562
|
+
}[];
|
|
4563
|
+
numberOfConfirmations: number;
|
|
4564
|
+
fees: {
|
|
4565
|
+
amount: number;
|
|
4566
|
+
unit: string;
|
|
4567
|
+
amountUsd?: number | null | undefined;
|
|
4568
|
+
};
|
|
4569
|
+
signers: {
|
|
4570
|
+
type: "MINING" | "MIXING" | "LIGHTNING" | "CROSS_CHAIN";
|
|
4571
|
+
address: string;
|
|
4572
|
+
}[];
|
|
4573
|
+
operations: {
|
|
4574
|
+
type: "MINING" | "MIXING" | "LIGHTNING" | "CROSS_CHAIN";
|
|
4575
|
+
}[];
|
|
4576
|
+
blockchainSpecific: {
|
|
4577
|
+
lightningNetwork?: {} | undefined;
|
|
4578
|
+
crossChainSwaps?: {}[] | undefined;
|
|
4579
|
+
};
|
|
4580
|
+
block?: number | null | undefined;
|
|
4581
|
+
energy?: {} | null | undefined;
|
|
4582
|
+
}>;
|
|
4454
4583
|
export type GetAddressAnalysis = z.infer<typeof GetAddressAnalysis>;
|
|
4455
4584
|
export declare const GetAddressAnalysisResponse: z.ZodUnion<[z.ZodObject<{
|
|
4456
4585
|
firstActivityDate: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -4764,6 +4893,284 @@ export declare const GetAddressAnalysisResponse: z.ZodUnion<[z.ZodObject<{
|
|
|
4764
4893
|
};
|
|
4765
4894
|
}>]>;
|
|
4766
4895
|
export type GetAddressAnalysisResponse = z.infer<typeof GetAddressAnalysisResponse>;
|
|
4896
|
+
export type GetTransactionAnalysis = z.infer<typeof GetTransactionAnalysis>;
|
|
4897
|
+
export declare const GetTransactionAnalysisResponse: z.ZodUnion<[z.ZodObject<{
|
|
4898
|
+
hash: z.ZodString;
|
|
4899
|
+
blockchain: z.ZodString;
|
|
4900
|
+
timestamp: z.ZodNumber;
|
|
4901
|
+
cases: z.ZodArray<z.ZodObject<{
|
|
4902
|
+
id: z.ZodString;
|
|
4903
|
+
name: z.ZodString;
|
|
4904
|
+
}, "strip", z.ZodTypeAny, {
|
|
4905
|
+
id: string;
|
|
4906
|
+
name: string;
|
|
4907
|
+
}, {
|
|
4908
|
+
id: string;
|
|
4909
|
+
name: string;
|
|
4910
|
+
}>, "many">;
|
|
4911
|
+
numberOfConfirmations: z.ZodNumber;
|
|
4912
|
+
block: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
4913
|
+
fees: z.ZodObject<{
|
|
4914
|
+
amount: z.ZodNumber;
|
|
4915
|
+
unit: z.ZodString;
|
|
4916
|
+
amountUsd: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
4917
|
+
}, "strip", z.ZodTypeAny, {
|
|
4918
|
+
amount: number;
|
|
4919
|
+
unit: string;
|
|
4920
|
+
amountUsd?: number | null | undefined;
|
|
4921
|
+
}, {
|
|
4922
|
+
amount: number;
|
|
4923
|
+
unit: string;
|
|
4924
|
+
amountUsd?: number | null | undefined;
|
|
4925
|
+
}>;
|
|
4926
|
+
energy: z.ZodOptional<z.ZodNullable<z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>>>;
|
|
4927
|
+
tags: z.ZodArray<z.ZodEnum<["GENERIC", "MINING", "MIXING", "CONTRACT_CALL", "DEX_TRADE", "LIGHTNING", "CROSS_CHAIN"]>, "many">;
|
|
4928
|
+
signers: z.ZodArray<z.ZodObject<{
|
|
4929
|
+
address: z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `1${string}`, string>, z.ZodEffects<z.ZodString, `3${string}`, string>, z.ZodEffects<z.ZodString, `bc1${string}`, string>, z.ZodEffects<z.ZodString, `m${string}` | `n${string}`, string>, z.ZodEffects<z.ZodString, `2${string}`, string>, z.ZodEffects<z.ZodString, `tb1${string}`, string>]>]>;
|
|
4930
|
+
type: z.ZodEnum<["MINING", "MIXING", "LIGHTNING", "CROSS_CHAIN"]>;
|
|
4931
|
+
}, "strip", z.ZodTypeAny, {
|
|
4932
|
+
type: "MINING" | "MIXING" | "LIGHTNING" | "CROSS_CHAIN";
|
|
4933
|
+
address: string;
|
|
4934
|
+
}, {
|
|
4935
|
+
type: "MINING" | "MIXING" | "LIGHTNING" | "CROSS_CHAIN";
|
|
4936
|
+
address: string;
|
|
4937
|
+
}>, "many">;
|
|
4938
|
+
operations: z.ZodArray<z.ZodObject<{
|
|
4939
|
+
type: z.ZodEnum<["MINING", "MIXING", "LIGHTNING", "CROSS_CHAIN"]>;
|
|
4940
|
+
}, "strip", z.ZodTypeAny, {
|
|
4941
|
+
type: "MINING" | "MIXING" | "LIGHTNING" | "CROSS_CHAIN";
|
|
4942
|
+
}, {
|
|
4943
|
+
type: "MINING" | "MIXING" | "LIGHTNING" | "CROSS_CHAIN";
|
|
4944
|
+
}>, "many">;
|
|
4945
|
+
blockchainSpecific: z.ZodObject<{
|
|
4946
|
+
lightningNetwork: z.ZodOptional<z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>>;
|
|
4947
|
+
crossChainSwaps: z.ZodOptional<z.ZodArray<z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>, "many">>;
|
|
4948
|
+
}, "strip", z.ZodTypeAny, {
|
|
4949
|
+
lightningNetwork?: {} | undefined;
|
|
4950
|
+
crossChainSwaps?: {}[] | undefined;
|
|
4951
|
+
}, {
|
|
4952
|
+
lightningNetwork?: {} | undefined;
|
|
4953
|
+
crossChainSwaps?: {}[] | undefined;
|
|
4954
|
+
}>;
|
|
4955
|
+
}, "strip", z.ZodTypeAny, {
|
|
4956
|
+
timestamp: number;
|
|
4957
|
+
tags: ("MINING" | "MIXING" | "LIGHTNING" | "CROSS_CHAIN" | "GENERIC" | "CONTRACT_CALL" | "DEX_TRADE")[];
|
|
4958
|
+
hash: string;
|
|
4959
|
+
blockchain: string;
|
|
4960
|
+
cases: {
|
|
4961
|
+
id: string;
|
|
4962
|
+
name: string;
|
|
4963
|
+
}[];
|
|
4964
|
+
numberOfConfirmations: number;
|
|
4965
|
+
fees: {
|
|
4966
|
+
amount: number;
|
|
4967
|
+
unit: string;
|
|
4968
|
+
amountUsd?: number | null | undefined;
|
|
4969
|
+
};
|
|
4970
|
+
signers: {
|
|
4971
|
+
type: "MINING" | "MIXING" | "LIGHTNING" | "CROSS_CHAIN";
|
|
4972
|
+
address: string;
|
|
4973
|
+
}[];
|
|
4974
|
+
operations: {
|
|
4975
|
+
type: "MINING" | "MIXING" | "LIGHTNING" | "CROSS_CHAIN";
|
|
4976
|
+
}[];
|
|
4977
|
+
blockchainSpecific: {
|
|
4978
|
+
lightningNetwork?: {} | undefined;
|
|
4979
|
+
crossChainSwaps?: {}[] | undefined;
|
|
4980
|
+
};
|
|
4981
|
+
block?: number | null | undefined;
|
|
4982
|
+
energy?: {} | null | undefined;
|
|
4983
|
+
}, {
|
|
4984
|
+
timestamp: number;
|
|
4985
|
+
tags: ("MINING" | "MIXING" | "LIGHTNING" | "CROSS_CHAIN" | "GENERIC" | "CONTRACT_CALL" | "DEX_TRADE")[];
|
|
4986
|
+
hash: string;
|
|
4987
|
+
blockchain: string;
|
|
4988
|
+
cases: {
|
|
4989
|
+
id: string;
|
|
4990
|
+
name: string;
|
|
4991
|
+
}[];
|
|
4992
|
+
numberOfConfirmations: number;
|
|
4993
|
+
fees: {
|
|
4994
|
+
amount: number;
|
|
4995
|
+
unit: string;
|
|
4996
|
+
amountUsd?: number | null | undefined;
|
|
4997
|
+
};
|
|
4998
|
+
signers: {
|
|
4999
|
+
type: "MINING" | "MIXING" | "LIGHTNING" | "CROSS_CHAIN";
|
|
5000
|
+
address: string;
|
|
5001
|
+
}[];
|
|
5002
|
+
operations: {
|
|
5003
|
+
type: "MINING" | "MIXING" | "LIGHTNING" | "CROSS_CHAIN";
|
|
5004
|
+
}[];
|
|
5005
|
+
blockchainSpecific: {
|
|
5006
|
+
lightningNetwork?: {} | undefined;
|
|
5007
|
+
crossChainSwaps?: {}[] | undefined;
|
|
5008
|
+
};
|
|
5009
|
+
block?: number | null | undefined;
|
|
5010
|
+
energy?: {} | null | undefined;
|
|
5011
|
+
}>, z.ZodObject<{
|
|
5012
|
+
error: z.ZodUnion<[z.ZodDiscriminatedUnion<"error", [z.ZodObject<{
|
|
5013
|
+
error: z.ZodLiteral<"NOT_FOUND_WALLET">;
|
|
5014
|
+
message: z.ZodString;
|
|
5015
|
+
}, "strip", z.ZodTypeAny, {
|
|
5016
|
+
message: string;
|
|
5017
|
+
error: "NOT_FOUND_WALLET";
|
|
5018
|
+
}, {
|
|
5019
|
+
message: string;
|
|
5020
|
+
error: "NOT_FOUND_WALLET";
|
|
5021
|
+
}>, z.ZodObject<{
|
|
5022
|
+
error: z.ZodLiteral<"INVALID_PARAMETER_BLOCKCHAIN">;
|
|
5023
|
+
message: z.ZodString;
|
|
5024
|
+
}, "strip", z.ZodTypeAny, {
|
|
5025
|
+
message: string;
|
|
5026
|
+
error: "INVALID_PARAMETER_BLOCKCHAIN";
|
|
5027
|
+
}, {
|
|
5028
|
+
message: string;
|
|
5029
|
+
error: "INVALID_PARAMETER_BLOCKCHAIN";
|
|
5030
|
+
}>, z.ZodObject<{
|
|
5031
|
+
error: z.ZodLiteral<"UNAUTHORIZED">;
|
|
5032
|
+
message: z.ZodString;
|
|
5033
|
+
}, "strip", z.ZodTypeAny, {
|
|
5034
|
+
message: string;
|
|
5035
|
+
error: "UNAUTHORIZED";
|
|
5036
|
+
}, {
|
|
5037
|
+
message: string;
|
|
5038
|
+
error: "UNAUTHORIZED";
|
|
5039
|
+
}>, z.ZodObject<{
|
|
5040
|
+
error: z.ZodLiteral<"FORBIDDEN_LICENSE_LIMIT_REACHED">;
|
|
5041
|
+
message: z.ZodString;
|
|
5042
|
+
}, "strip", z.ZodTypeAny, {
|
|
5043
|
+
message: string;
|
|
5044
|
+
error: "FORBIDDEN_LICENSE_LIMIT_REACHED";
|
|
5045
|
+
}, {
|
|
5046
|
+
message: string;
|
|
5047
|
+
error: "FORBIDDEN_LICENSE_LIMIT_REACHED";
|
|
5048
|
+
}>, z.ZodObject<{
|
|
5049
|
+
error: z.ZodLiteral<"NOT_FOUND_TRANSACTION">;
|
|
5050
|
+
message: z.ZodString;
|
|
5051
|
+
}, "strip", z.ZodTypeAny, {
|
|
5052
|
+
message: string;
|
|
5053
|
+
error: "NOT_FOUND_TRANSACTION";
|
|
5054
|
+
}, {
|
|
5055
|
+
message: string;
|
|
5056
|
+
error: "NOT_FOUND_TRANSACTION";
|
|
5057
|
+
}>, z.ZodObject<{
|
|
5058
|
+
error: z.ZodLiteral<"UNPROCESSABLE_GLOBAL_SCORE">;
|
|
5059
|
+
message: z.ZodString;
|
|
5060
|
+
}, "strip", z.ZodTypeAny, {
|
|
5061
|
+
message: string;
|
|
5062
|
+
error: "UNPROCESSABLE_GLOBAL_SCORE";
|
|
5063
|
+
}, {
|
|
5064
|
+
message: string;
|
|
5065
|
+
error: "UNPROCESSABLE_GLOBAL_SCORE";
|
|
5066
|
+
}>, z.ZodObject<{
|
|
5067
|
+
error: z.ZodLiteral<"SERVER_ERROR">;
|
|
5068
|
+
message: z.ZodString;
|
|
5069
|
+
}, "strip", z.ZodTypeAny, {
|
|
5070
|
+
message: string;
|
|
5071
|
+
error: "SERVER_ERROR";
|
|
5072
|
+
}, {
|
|
5073
|
+
message: string;
|
|
5074
|
+
error: "SERVER_ERROR";
|
|
5075
|
+
}>, z.ZodObject<{
|
|
5076
|
+
error: z.ZodLiteral<"UNKNOWN_ERROR">;
|
|
5077
|
+
message: z.ZodString;
|
|
5078
|
+
}, "strip", z.ZodTypeAny, {
|
|
5079
|
+
message: string;
|
|
5080
|
+
error: "UNKNOWN_ERROR";
|
|
5081
|
+
}, {
|
|
5082
|
+
message: string;
|
|
5083
|
+
error: "UNKNOWN_ERROR";
|
|
5084
|
+
}>, z.ZodObject<{
|
|
5085
|
+
error: z.ZodLiteral<"RESULT_PARSER_ERROR">;
|
|
5086
|
+
message: z.ZodString;
|
|
5087
|
+
data: z.ZodString;
|
|
5088
|
+
}, "strip", z.ZodTypeAny, {
|
|
5089
|
+
message: string;
|
|
5090
|
+
data: string;
|
|
5091
|
+
error: "RESULT_PARSER_ERROR";
|
|
5092
|
+
}, {
|
|
5093
|
+
message: string;
|
|
5094
|
+
data: string;
|
|
5095
|
+
error: "RESULT_PARSER_ERROR";
|
|
5096
|
+
}>]>, z.ZodObject<{
|
|
5097
|
+
error: z.ZodString;
|
|
5098
|
+
message: z.ZodString;
|
|
5099
|
+
}, "strip", z.ZodTypeAny, {
|
|
5100
|
+
message: string;
|
|
5101
|
+
error: string;
|
|
5102
|
+
}, {
|
|
5103
|
+
message: string;
|
|
5104
|
+
error: string;
|
|
5105
|
+
}>]>;
|
|
5106
|
+
}, "strip", z.ZodTypeAny, {
|
|
5107
|
+
error: {
|
|
5108
|
+
message: string;
|
|
5109
|
+
error: "NOT_FOUND_WALLET";
|
|
5110
|
+
} | {
|
|
5111
|
+
message: string;
|
|
5112
|
+
error: "INVALID_PARAMETER_BLOCKCHAIN";
|
|
5113
|
+
} | {
|
|
5114
|
+
message: string;
|
|
5115
|
+
error: "UNAUTHORIZED";
|
|
5116
|
+
} | {
|
|
5117
|
+
message: string;
|
|
5118
|
+
error: "FORBIDDEN_LICENSE_LIMIT_REACHED";
|
|
5119
|
+
} | {
|
|
5120
|
+
message: string;
|
|
5121
|
+
error: "NOT_FOUND_TRANSACTION";
|
|
5122
|
+
} | {
|
|
5123
|
+
message: string;
|
|
5124
|
+
error: "UNPROCESSABLE_GLOBAL_SCORE";
|
|
5125
|
+
} | {
|
|
5126
|
+
message: string;
|
|
5127
|
+
error: "SERVER_ERROR";
|
|
5128
|
+
} | {
|
|
5129
|
+
message: string;
|
|
5130
|
+
error: "UNKNOWN_ERROR";
|
|
5131
|
+
} | {
|
|
5132
|
+
message: string;
|
|
5133
|
+
data: string;
|
|
5134
|
+
error: "RESULT_PARSER_ERROR";
|
|
5135
|
+
} | {
|
|
5136
|
+
message: string;
|
|
5137
|
+
error: string;
|
|
5138
|
+
};
|
|
5139
|
+
}, {
|
|
5140
|
+
error: {
|
|
5141
|
+
message: string;
|
|
5142
|
+
error: "NOT_FOUND_WALLET";
|
|
5143
|
+
} | {
|
|
5144
|
+
message: string;
|
|
5145
|
+
error: "INVALID_PARAMETER_BLOCKCHAIN";
|
|
5146
|
+
} | {
|
|
5147
|
+
message: string;
|
|
5148
|
+
error: "UNAUTHORIZED";
|
|
5149
|
+
} | {
|
|
5150
|
+
message: string;
|
|
5151
|
+
error: "FORBIDDEN_LICENSE_LIMIT_REACHED";
|
|
5152
|
+
} | {
|
|
5153
|
+
message: string;
|
|
5154
|
+
error: "NOT_FOUND_TRANSACTION";
|
|
5155
|
+
} | {
|
|
5156
|
+
message: string;
|
|
5157
|
+
error: "UNPROCESSABLE_GLOBAL_SCORE";
|
|
5158
|
+
} | {
|
|
5159
|
+
message: string;
|
|
5160
|
+
error: "SERVER_ERROR";
|
|
5161
|
+
} | {
|
|
5162
|
+
message: string;
|
|
5163
|
+
error: "UNKNOWN_ERROR";
|
|
5164
|
+
} | {
|
|
5165
|
+
message: string;
|
|
5166
|
+
data: string;
|
|
5167
|
+
error: "RESULT_PARSER_ERROR";
|
|
5168
|
+
} | {
|
|
5169
|
+
message: string;
|
|
5170
|
+
error: string;
|
|
5171
|
+
};
|
|
5172
|
+
}>]>;
|
|
5173
|
+
export type GetTransactionAnalysisResponse = z.infer<typeof GetTransactionAnalysisResponse>;
|
|
4767
5174
|
export declare const ScoringAnalysisApiRequest: z.ZodObject<{
|
|
4768
5175
|
analysisType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["ASSIGNED", "INCOMING", "OUTGOING", "FULL"]>>>;
|
|
4769
5176
|
objectType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["TRANSACTION", "ADDRESS", "WALLET"]>>>;
|
|
@@ -6572,7 +6979,7 @@ export declare const RawScorechainResult: z.ZodObject<{
|
|
|
6572
6979
|
};
|
|
6573
6980
|
lowestScore: number;
|
|
6574
6981
|
}>>;
|
|
6575
|
-
addressAnalysis: z.ZodObject<{
|
|
6982
|
+
addressAnalysis: z.ZodOptional<z.ZodObject<{
|
|
6576
6983
|
firstActivityDate: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
6577
6984
|
lastActivityDate: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
6578
6985
|
entity: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
@@ -6721,40 +7128,123 @@ export declare const RawScorechainResult: z.ZodObject<{
|
|
|
6721
7128
|
name: string;
|
|
6722
7129
|
referenceAddress: string;
|
|
6723
7130
|
} | null | undefined;
|
|
6724
|
-
}
|
|
6725
|
-
|
|
6726
|
-
|
|
6727
|
-
|
|
7131
|
+
}>>;
|
|
7132
|
+
transactionAnalysis: z.ZodOptional<z.ZodObject<{
|
|
7133
|
+
hash: z.ZodString;
|
|
7134
|
+
blockchain: z.ZodString;
|
|
7135
|
+
timestamp: z.ZodNumber;
|
|
7136
|
+
cases: z.ZodArray<z.ZodObject<{
|
|
7137
|
+
id: z.ZodString;
|
|
7138
|
+
name: z.ZodString;
|
|
7139
|
+
}, "strip", z.ZodTypeAny, {
|
|
6728
7140
|
id: string;
|
|
6729
7141
|
name: string;
|
|
6730
|
-
}
|
|
6731
|
-
|
|
6732
|
-
id: number;
|
|
6733
|
-
type: "ATM" | "Exchange" | "Airdrop" | "Auctioned assets" | "Bank" | "Block reward" | "Blacklisted" | "Bot" | "Child abuse" | "Cloud mining" | "Community reported scam" | "Cross-chain Bridge Protocol" | "Darkweb" | "Decentralized service" | "Dex" | "Donations" | "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";
|
|
7142
|
+
}, {
|
|
7143
|
+
id: string;
|
|
6734
7144
|
name: string;
|
|
6735
|
-
|
|
6736
|
-
|
|
6737
|
-
|
|
6738
|
-
|
|
6739
|
-
|
|
6740
|
-
|
|
6741
|
-
|
|
6742
|
-
}
|
|
6743
|
-
|
|
6744
|
-
|
|
6745
|
-
|
|
6746
|
-
|
|
6747
|
-
|
|
6748
|
-
|
|
6749
|
-
|
|
6750
|
-
|
|
6751
|
-
|
|
6752
|
-
|
|
6753
|
-
|
|
7145
|
+
}>, "many">;
|
|
7146
|
+
numberOfConfirmations: z.ZodNumber;
|
|
7147
|
+
block: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
7148
|
+
fees: z.ZodObject<{
|
|
7149
|
+
amount: z.ZodNumber;
|
|
7150
|
+
unit: z.ZodString;
|
|
7151
|
+
amountUsd: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
7152
|
+
}, "strip", z.ZodTypeAny, {
|
|
7153
|
+
amount: number;
|
|
7154
|
+
unit: string;
|
|
7155
|
+
amountUsd?: number | null | undefined;
|
|
7156
|
+
}, {
|
|
7157
|
+
amount: number;
|
|
7158
|
+
unit: string;
|
|
7159
|
+
amountUsd?: number | null | undefined;
|
|
7160
|
+
}>;
|
|
7161
|
+
energy: z.ZodOptional<z.ZodNullable<z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>>>;
|
|
7162
|
+
tags: z.ZodArray<z.ZodEnum<["GENERIC", "MINING", "MIXING", "CONTRACT_CALL", "DEX_TRADE", "LIGHTNING", "CROSS_CHAIN"]>, "many">;
|
|
7163
|
+
signers: z.ZodArray<z.ZodObject<{
|
|
7164
|
+
address: z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `1${string}`, string>, z.ZodEffects<z.ZodString, `3${string}`, string>, z.ZodEffects<z.ZodString, `bc1${string}`, string>, z.ZodEffects<z.ZodString, `m${string}` | `n${string}`, string>, z.ZodEffects<z.ZodString, `2${string}`, string>, z.ZodEffects<z.ZodString, `tb1${string}`, string>]>]>;
|
|
7165
|
+
type: z.ZodEnum<["MINING", "MIXING", "LIGHTNING", "CROSS_CHAIN"]>;
|
|
7166
|
+
}, "strip", z.ZodTypeAny, {
|
|
7167
|
+
type: "MINING" | "MIXING" | "LIGHTNING" | "CROSS_CHAIN";
|
|
7168
|
+
address: string;
|
|
7169
|
+
}, {
|
|
7170
|
+
type: "MINING" | "MIXING" | "LIGHTNING" | "CROSS_CHAIN";
|
|
7171
|
+
address: string;
|
|
7172
|
+
}>, "many">;
|
|
7173
|
+
operations: z.ZodArray<z.ZodObject<{
|
|
7174
|
+
type: z.ZodEnum<["MINING", "MIXING", "LIGHTNING", "CROSS_CHAIN"]>;
|
|
7175
|
+
}, "strip", z.ZodTypeAny, {
|
|
7176
|
+
type: "MINING" | "MIXING" | "LIGHTNING" | "CROSS_CHAIN";
|
|
7177
|
+
}, {
|
|
7178
|
+
type: "MINING" | "MIXING" | "LIGHTNING" | "CROSS_CHAIN";
|
|
7179
|
+
}>, "many">;
|
|
7180
|
+
blockchainSpecific: z.ZodObject<{
|
|
7181
|
+
lightningNetwork: z.ZodOptional<z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>>;
|
|
7182
|
+
crossChainSwaps: z.ZodOptional<z.ZodArray<z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>, "many">>;
|
|
7183
|
+
}, "strip", z.ZodTypeAny, {
|
|
7184
|
+
lightningNetwork?: {} | undefined;
|
|
7185
|
+
crossChainSwaps?: {}[] | undefined;
|
|
7186
|
+
}, {
|
|
7187
|
+
lightningNetwork?: {} | undefined;
|
|
7188
|
+
crossChainSwaps?: {}[] | undefined;
|
|
7189
|
+
}>;
|
|
7190
|
+
}, "strip", z.ZodTypeAny, {
|
|
7191
|
+
timestamp: number;
|
|
7192
|
+
tags: ("MINING" | "MIXING" | "LIGHTNING" | "CROSS_CHAIN" | "GENERIC" | "CONTRACT_CALL" | "DEX_TRADE")[];
|
|
7193
|
+
hash: string;
|
|
7194
|
+
blockchain: string;
|
|
7195
|
+
cases: {
|
|
7196
|
+
id: string;
|
|
6754
7197
|
name: string;
|
|
6755
|
-
|
|
6756
|
-
|
|
6757
|
-
|
|
7198
|
+
}[];
|
|
7199
|
+
numberOfConfirmations: number;
|
|
7200
|
+
fees: {
|
|
7201
|
+
amount: number;
|
|
7202
|
+
unit: string;
|
|
7203
|
+
amountUsd?: number | null | undefined;
|
|
7204
|
+
};
|
|
7205
|
+
signers: {
|
|
7206
|
+
type: "MINING" | "MIXING" | "LIGHTNING" | "CROSS_CHAIN";
|
|
7207
|
+
address: string;
|
|
7208
|
+
}[];
|
|
7209
|
+
operations: {
|
|
7210
|
+
type: "MINING" | "MIXING" | "LIGHTNING" | "CROSS_CHAIN";
|
|
7211
|
+
}[];
|
|
7212
|
+
blockchainSpecific: {
|
|
7213
|
+
lightningNetwork?: {} | undefined;
|
|
7214
|
+
crossChainSwaps?: {}[] | undefined;
|
|
7215
|
+
};
|
|
7216
|
+
block?: number | null | undefined;
|
|
7217
|
+
energy?: {} | null | undefined;
|
|
7218
|
+
}, {
|
|
7219
|
+
timestamp: number;
|
|
7220
|
+
tags: ("MINING" | "MIXING" | "LIGHTNING" | "CROSS_CHAIN" | "GENERIC" | "CONTRACT_CALL" | "DEX_TRADE")[];
|
|
7221
|
+
hash: string;
|
|
7222
|
+
blockchain: string;
|
|
7223
|
+
cases: {
|
|
7224
|
+
id: string;
|
|
7225
|
+
name: string;
|
|
7226
|
+
}[];
|
|
7227
|
+
numberOfConfirmations: number;
|
|
7228
|
+
fees: {
|
|
7229
|
+
amount: number;
|
|
7230
|
+
unit: string;
|
|
7231
|
+
amountUsd?: number | null | undefined;
|
|
7232
|
+
};
|
|
7233
|
+
signers: {
|
|
7234
|
+
type: "MINING" | "MIXING" | "LIGHTNING" | "CROSS_CHAIN";
|
|
7235
|
+
address: string;
|
|
7236
|
+
}[];
|
|
7237
|
+
operations: {
|
|
7238
|
+
type: "MINING" | "MIXING" | "LIGHTNING" | "CROSS_CHAIN";
|
|
7239
|
+
}[];
|
|
7240
|
+
blockchainSpecific: {
|
|
7241
|
+
lightningNetwork?: {} | undefined;
|
|
7242
|
+
crossChainSwaps?: {}[] | undefined;
|
|
7243
|
+
};
|
|
7244
|
+
block?: number | null | undefined;
|
|
7245
|
+
energy?: {} | null | undefined;
|
|
7246
|
+
}>>;
|
|
7247
|
+
}, "strip", z.ZodTypeAny, {
|
|
6758
7248
|
scoring?: {
|
|
6759
7249
|
id: string;
|
|
6760
7250
|
analysis: {
|
|
@@ -6908,8 +7398,7 @@ export declare const RawScorechainResult: z.ZodObject<{
|
|
|
6908
7398
|
};
|
|
6909
7399
|
lowestScore: number;
|
|
6910
7400
|
} | undefined;
|
|
6911
|
-
|
|
6912
|
-
addressAnalysis: {
|
|
7401
|
+
addressAnalysis?: {
|
|
6913
7402
|
scenarios: {
|
|
6914
7403
|
id: string;
|
|
6915
7404
|
name: string;
|
|
@@ -6940,7 +7429,37 @@ export declare const RawScorechainResult: z.ZodObject<{
|
|
|
6940
7429
|
name: string;
|
|
6941
7430
|
referenceAddress: string;
|
|
6942
7431
|
} | null | undefined;
|
|
6943
|
-
};
|
|
7432
|
+
} | undefined;
|
|
7433
|
+
transactionAnalysis?: {
|
|
7434
|
+
timestamp: number;
|
|
7435
|
+
tags: ("MINING" | "MIXING" | "LIGHTNING" | "CROSS_CHAIN" | "GENERIC" | "CONTRACT_CALL" | "DEX_TRADE")[];
|
|
7436
|
+
hash: string;
|
|
7437
|
+
blockchain: string;
|
|
7438
|
+
cases: {
|
|
7439
|
+
id: string;
|
|
7440
|
+
name: string;
|
|
7441
|
+
}[];
|
|
7442
|
+
numberOfConfirmations: number;
|
|
7443
|
+
fees: {
|
|
7444
|
+
amount: number;
|
|
7445
|
+
unit: string;
|
|
7446
|
+
amountUsd?: number | null | undefined;
|
|
7447
|
+
};
|
|
7448
|
+
signers: {
|
|
7449
|
+
type: "MINING" | "MIXING" | "LIGHTNING" | "CROSS_CHAIN";
|
|
7450
|
+
address: string;
|
|
7451
|
+
}[];
|
|
7452
|
+
operations: {
|
|
7453
|
+
type: "MINING" | "MIXING" | "LIGHTNING" | "CROSS_CHAIN";
|
|
7454
|
+
}[];
|
|
7455
|
+
blockchainSpecific: {
|
|
7456
|
+
lightningNetwork?: {} | undefined;
|
|
7457
|
+
crossChainSwaps?: {}[] | undefined;
|
|
7458
|
+
};
|
|
7459
|
+
block?: number | null | undefined;
|
|
7460
|
+
energy?: {} | null | undefined;
|
|
7461
|
+
} | undefined;
|
|
7462
|
+
}, {
|
|
6944
7463
|
scoring?: {
|
|
6945
7464
|
id: string;
|
|
6946
7465
|
analysis: {
|
|
@@ -7094,6 +7613,67 @@ export declare const RawScorechainResult: z.ZodObject<{
|
|
|
7094
7613
|
};
|
|
7095
7614
|
lowestScore: number;
|
|
7096
7615
|
} | undefined;
|
|
7616
|
+
addressAnalysis?: {
|
|
7617
|
+
scenarios: {
|
|
7618
|
+
id: string;
|
|
7619
|
+
name: string;
|
|
7620
|
+
}[];
|
|
7621
|
+
entity?: {
|
|
7622
|
+
id: number;
|
|
7623
|
+
type: "ATM" | "Exchange" | "Airdrop" | "Auctioned assets" | "Bank" | "Block reward" | "Blacklisted" | "Bot" | "Child abuse" | "Cloud mining" | "Community reported scam" | "Cross-chain Bridge Protocol" | "Darkweb" | "Decentralized service" | "Dex" | "Donations" | "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";
|
|
7624
|
+
name: string;
|
|
7625
|
+
countries: ("Undefined" | "Netherlands Antiles" | "Kosovo" | "Bonaire, Sint Eustatius and Saba" | "South Sudan" | "Afghanistan" | "Albania" | "Algeria" | "American Samoa" | "Andorra" | "Angola" | "Anguilla" | "Antarctica" | "Argentina" | "Armenia" | "Aruba" | "Australia" | "Austria" | "Azerbaijan" | "Bahamas" | "Bahrain" | "Bangladesh" | "Barbados" | "Belarus" | "Belgium" | "Belize" | "Benin" | "Bermuda" | "Bhutan" | "Bolivia" | "Botswana" | "Bouvet Island" | "Brazil" | "British Indian Ocean Territory" | "Brunei Darussalam" | "Bulgaria" | "Burkina Faso" | "Burundi" | "Cambodia" | "Cameroon" | "Canada" | "Cape Verde" | "Cayman Islands" | "Chad" | "Chile" | "China" | "Christmas Island" | "Cocos (Keeling) Islands" | "Colombia" | "Comoros" | "Cook Islands" | "Costa Rica" | "Cote D'Ivoire" | "Croatia" | "Cuba" | "Cyprus" | "Czech Republic" | "Denmark" | "Djibouti" | "Dominica" | "Dominican Republic" | "Ecuador" | "Egypt" | "El Salvador" | "Equatorial Guinea" | "Eritrea" | "Estonia" | "Ethiopia" | "Falkland Islands (Malvinas)" | "Fiji" | "Finland" | "France" | "French Guiana" | "French Polynesia" | "French Southern Territories" | "Gabon" | "Gambia" | "Georgia" | "Germany" | "Ghana" | "Gibraltar" | "Greece" | "Greenland" | "Grenada" | "Guadeloupe" | "Guam" | "Guatemala" | "Guernsey" | "Guinea" | "Guyana" | "Haiti" | "Heard Island & Mcdonald Islands" | "Honduras" | "Hong Kong" | "Hungary" | "Iceland" | "India" | "Indonesia" | "Iraq" | "Ireland" | "Isle Of Man" | "Israel" | "Italy" | "Jamaica" | "Japan" | "Jersey" | "Jordan" | "Kazakhstan" | "Kenya" | "Kiribati" | "Kuwait" | "Kyrgyzstan" | "Lao People's Democratic Republic" | "Latvia" | "Lebanon" | "Lesotho" | "Liberia" | "Liechtenstein" | "Lithuania" | "Luxembourg" | "Madagascar" | "Malawi" | "Malaysia" | "Maldives" | "Mali" | "Malta" | "Marshall Islands" | "Martinique" | "Mauritania" | "Mauritius" | "Mayotte" | "Mexico" | "Moldova" | "Monaco" | "Mongolia" | "Montenegro" | "Montserrat" | "Morocco" | "Mozambique" | "Myanmar" | "Namibia" | "Nauru" | "Nepal" | "Netherlands" | "New Caledonia" | "New Zealand" | "Nicaragua" | "Niger" | "Nigeria" | "Niue" | "Norfolk Island" | "Norway" | "Oman" | "Pakistan" | "Palau" | "Panama" | "Papua New Guinea" | "Paraguay" | "Peru" | "Philippines" | "Pitcairn" | "Poland" | "Portugal" | "Puerto Rico" | "Qatar" | "Romania" | "Russian Federation" | "Rwanda" | "Saint Lucia" | "Samoa" | "San Marino" | "Saudi Arabia" | "Senegal" | "Serbia" | "Seychelles" | "Sierra Leone" | "Singapore" | "Slovakia" | "Slovenia" | "Solomon Islands" | "Somalia" | "South Africa" | "South Georgia And Sandwich Isl." | "Spain" | "Sri Lanka" | "Sudan" | "Suriname" | "Sweden" | "Switzerland" | "Taiwan" | "Tajikistan" | "Tanzania" | "Thailand" | "Timor-Leste" | "Togo" | "Tokelau" | "Tonga" | "Tunisia" | "Turkey" | "Turkmenistan" | "Tuvalu" | "Uganda" | "Ukraine" | "United Arab Emirates" | "United Kingdom" | "United States" | "United States Outlying Islands" | "Uruguay" | "Uzbekistan" | "Vanuatu" | "Venezuela" | "Western Sahara" | "Yemen" | "Zambia" | "Zimbabwe" | "Åland Islands" | "Antigua and Barbuda" | "Bosnia-Herzegovina" | "British Virgin Islands" | "Central African Rep" | "Congo (Brazzaville)" | "Congo, the Democratic Republic" | "Curacao" | "Eswatini" | "Faroe islands" | "Guinea Bissau" | "Iran, Islamic Republic of" | "Libya" | "Macau" | "Micronesia" | "North Korea" | "North Macedonia" | "North Mariana Islands" | "Palestine, State of" | "Réunion" | "Saint Barthélemy" | "Saint Helena, Ascension and Tristan" | "Saint Kitts & Nevis" | "Saint Maarten" | "Saint Martin (French part)" | "Saint Pierre and Miquelon" | "Saint Vincent & Grenadines" | "Sao Tome & Prin." | "South Korea" | "Svalbard and Mayen" | "Syria" | "Trinidad & Tobago" | "Turks & Caicos" | "United States Virgin Islands" | "Vatican City State (Holy See)" | "Vietnam" | "Wallis and Futuna")[];
|
|
7626
|
+
referenceAddress: string;
|
|
7627
|
+
riskAssessment: {
|
|
7628
|
+
severity: "CRITICAL_RISK" | "HIGH_RISK" | "MEDIUM_RISK" | "LOW_RISK" | "NO_RISK" | "UNDEFINED_RISK";
|
|
7629
|
+
score: number;
|
|
7630
|
+
};
|
|
7631
|
+
source?: string | null | undefined;
|
|
7632
|
+
} | null | undefined;
|
|
7633
|
+
customRiskAssessment?: {
|
|
7634
|
+
origin: string;
|
|
7635
|
+
severity: "CRITICAL_RISK" | "HIGH_RISK" | "MEDIUM_RISK" | "LOW_RISK" | "NO_RISK" | "UNDEFINED_RISK";
|
|
7636
|
+
score: number;
|
|
7637
|
+
justification: string;
|
|
7638
|
+
} | null | undefined;
|
|
7639
|
+
firstActivityDate?: number | null | undefined;
|
|
7640
|
+
lastActivityDate?: number | null | undefined;
|
|
7641
|
+
parentEntity?: {
|
|
7642
|
+
id: number;
|
|
7643
|
+
type: "ATM" | "Exchange" | "Airdrop" | "Auctioned assets" | "Bank" | "Block reward" | "Blacklisted" | "Bot" | "Child abuse" | "Cloud mining" | "Community reported scam" | "Cross-chain Bridge Protocol" | "Darkweb" | "Decentralized service" | "Dex" | "Donations" | "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";
|
|
7644
|
+
name: string;
|
|
7645
|
+
referenceAddress: string;
|
|
7646
|
+
} | null | undefined;
|
|
7647
|
+
} | undefined;
|
|
7648
|
+
transactionAnalysis?: {
|
|
7649
|
+
timestamp: number;
|
|
7650
|
+
tags: ("MINING" | "MIXING" | "LIGHTNING" | "CROSS_CHAIN" | "GENERIC" | "CONTRACT_CALL" | "DEX_TRADE")[];
|
|
7651
|
+
hash: string;
|
|
7652
|
+
blockchain: string;
|
|
7653
|
+
cases: {
|
|
7654
|
+
id: string;
|
|
7655
|
+
name: string;
|
|
7656
|
+
}[];
|
|
7657
|
+
numberOfConfirmations: number;
|
|
7658
|
+
fees: {
|
|
7659
|
+
amount: number;
|
|
7660
|
+
unit: string;
|
|
7661
|
+
amountUsd?: number | null | undefined;
|
|
7662
|
+
};
|
|
7663
|
+
signers: {
|
|
7664
|
+
type: "MINING" | "MIXING" | "LIGHTNING" | "CROSS_CHAIN";
|
|
7665
|
+
address: string;
|
|
7666
|
+
}[];
|
|
7667
|
+
operations: {
|
|
7668
|
+
type: "MINING" | "MIXING" | "LIGHTNING" | "CROSS_CHAIN";
|
|
7669
|
+
}[];
|
|
7670
|
+
blockchainSpecific: {
|
|
7671
|
+
lightningNetwork?: {} | undefined;
|
|
7672
|
+
crossChainSwaps?: {}[] | undefined;
|
|
7673
|
+
};
|
|
7674
|
+
block?: number | null | undefined;
|
|
7675
|
+
energy?: {} | null | undefined;
|
|
7676
|
+
} | undefined;
|
|
7097
7677
|
}>;
|
|
7098
7678
|
export type RawScorechainResult = z.infer<typeof RawScorechainResult>;
|
|
7099
7679
|
export declare const WorkflowsScoringAnalysisRequest: z.ZodObject<{
|