@nexeraid/identity-schemas 2.1.13-dev → 2.2.5-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/{customers.schema-f1a19424.cjs.dev.js → customers.schema-1c6eb9d6.cjs.dev.js} +10 -0
- package/dist/{customers.schema-8a8bbaf2.esm.js → customers.schema-836ab8a7.esm.js} +9 -1
- package/dist/{customers.schema-676061af.cjs.prod.js → customers.schema-a0f7fdaa.cjs.prod.js} +10 -0
- package/dist/declarations/src/providers/big/BIGBitRankVerifiedScore.schema.d.ts +1 -0
- package/dist/declarations/src/providers/big/BIGBitRankVerifiedScore.schema.d.ts.map +1 -1
- package/dist/declarations/src/providers/chainalysis/chainalysis.schema.d.ts +17 -0
- package/dist/declarations/src/providers/chainalysis/chainalysis.schema.d.ts.map +1 -1
- package/dist/declarations/src/providers/merkle-science/merkle-science.schema.d.ts +6 -0
- package/dist/declarations/src/providers/merkle-science/merkle-science.schema.d.ts.map +1 -1
- package/dist/declarations/src/providers/scorechain/scorechain.schema.d.ts +1 -0
- package/dist/declarations/src/providers/scorechain/scorechain.schema.d.ts.map +1 -1
- package/dist/declarations/src/webhooks/send-verification-flow-webhook.schema.d.ts +24 -0
- package/dist/declarations/src/webhooks/send-verification-flow-webhook.schema.d.ts.map +1 -1
- package/dist/declarations/src/webhooks/svix.webhooks.schema.d.ts +146 -0
- package/dist/declarations/src/webhooks/svix.webhooks.schema.d.ts.map +1 -1
- package/dist/package.json +1 -1
- package/package.json +1 -1
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.js +3 -1
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.js +3 -1
- package/providers/dist/nexeraid-identity-schemas-providers.esm.js +1 -1
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.js +1 -1
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.js +1 -1
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.js +1 -1
|
@@ -3785,6 +3785,7 @@ export declare const SendVerificationFlowPayload: z.ZodObject<{
|
|
|
3785
3785
|
}>, z.ZodObject<{
|
|
3786
3786
|
type: z.ZodEnum<["merkleScience"]>;
|
|
3787
3787
|
data: z.ZodUnion<[z.ZodObject<{
|
|
3788
|
+
statusCode: z.ZodNumber;
|
|
3788
3789
|
identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3789
3790
|
blockchain: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodNumber, number, number>>>;
|
|
3790
3791
|
blockchain_verbose: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Bitcoin", "Ethereum", "Litecoin", "BitcoinCash", "Ripple", "Dogecoin", "Zilliqa", "BinanceSmartChain", "Polygon", "Tron", "Cardano", "Polkadot", "Stellar", "Hedera", "Cronos", "Optimism", "Arbitrum", "Fantom", "Monero", "Cosmos", "Zcash", "EthereumClassic", "Dash", "Solana", "AvalancheC_Chain", "Verge", "BitcoinGold", "Algorand", "Acala", "Akash", "Arweave", "Ardor", "Ark", "Astar", "Band", "BinanceNative", "Celo", "Chiliz", "Nervos", "CronosNative", "Digibyte", "Multiversx", "Enjin", "Eos", "EthereumPow", "FetchAI", "Filecoin", "Flow", "Flare", "Moonbeam", "Helium", "ICP", "Icon", "Injective", "IOTA", "IoTex", "Iris", "Kava", "Kadena", "Klaytn", "Komodo", "Kusama", "Lisk", "Terra", "Mina", "Moonriver", "Nano", "Near", "Neo3", "Oasys", "One", "Ontology", "Osmosis", "Polymesh", "QTUM", "Oasis", "Thorchain", "Ravencoin", "Siacoin", "Shiden", "Songbird", "Stratis", "Stacks", "SUI", "zkSync", "Theta", "Tomo", "VeChain", "Waves", "Wax", "WEMIX", "WaltonChain", "Chia", "Tezos", "Zcoin", "Celestia", "Neutron", "Avalanche_P", "Sei", "Avalanche_X", "Aztec", "Bittensor", "Casper", "Deso", "Juno", "PocketNetwork", "Ronin", "Vara", "XPLA", "Archway", "Axelar", "Dymension", "Starknet", "Orai", "Lukso", "bitsCrunch", "Reef", "ImmutablezkEVM", "BaseProtocol", "ArbitrumNova", "Canto", "MetisDAO", "Aptos", "Bitcoin Cash", "Binance Smart Chain", "Ethereum Classic", "Avalanche C-Chain", "Bitcoin Gold", "Binance Native", "Cronos Native", "Ethereum Pow", "Fetch AI", "Avalanche-P", "Avalanche-X", "Pocket Network", "Immutable zkEVM", "Base Protocol", "Arbitrum Nova"]>>>;
|
|
@@ -3884,6 +3885,7 @@ export declare const SendVerificationFlowPayload: z.ZodObject<{
|
|
|
3884
3885
|
name?: string | null | undefined;
|
|
3885
3886
|
}>, "many">>>;
|
|
3886
3887
|
}, "strip", z.ZodTypeAny, {
|
|
3888
|
+
statusCode: number;
|
|
3887
3889
|
type?: number | null | undefined;
|
|
3888
3890
|
identifier?: string | null | undefined;
|
|
3889
3891
|
balance?: number | null | undefined;
|
|
@@ -3927,6 +3929,7 @@ export declare const SendVerificationFlowPayload: z.ZodObject<{
|
|
|
3927
3929
|
name?: string | null | undefined;
|
|
3928
3930
|
}[] | null | undefined;
|
|
3929
3931
|
}, {
|
|
3932
|
+
statusCode: number;
|
|
3930
3933
|
type?: number | null | undefined;
|
|
3931
3934
|
identifier?: string | null | undefined;
|
|
3932
3935
|
balance?: number | null | undefined;
|
|
@@ -4008,6 +4011,7 @@ export declare const SendVerificationFlowPayload: z.ZodObject<{
|
|
|
4008
4011
|
}, "strip", z.ZodTypeAny, {
|
|
4009
4012
|
type: "merkleScience";
|
|
4010
4013
|
data: {
|
|
4014
|
+
statusCode: number;
|
|
4011
4015
|
type?: number | null | undefined;
|
|
4012
4016
|
identifier?: string | null | undefined;
|
|
4013
4017
|
balance?: number | null | undefined;
|
|
@@ -4063,6 +4067,7 @@ export declare const SendVerificationFlowPayload: z.ZodObject<{
|
|
|
4063
4067
|
}, {
|
|
4064
4068
|
type: "merkleScience";
|
|
4065
4069
|
data: {
|
|
4070
|
+
statusCode: number;
|
|
4066
4071
|
type?: number | null | undefined;
|
|
4067
4072
|
identifier?: string | null | undefined;
|
|
4068
4073
|
balance?: number | null | undefined;
|
|
@@ -4308,6 +4313,7 @@ export declare const SendVerificationFlowPayload: z.ZodObject<{
|
|
|
4308
4313
|
fees?: number | null | undefined;
|
|
4309
4314
|
} | null | undefined;
|
|
4310
4315
|
}>, z.ZodObject<{
|
|
4316
|
+
statusCode: z.ZodNumber;
|
|
4311
4317
|
error: z.ZodObject<{
|
|
4312
4318
|
error: z.ZodString;
|
|
4313
4319
|
message: z.ZodString;
|
|
@@ -4327,12 +4333,14 @@ export declare const SendVerificationFlowPayload: z.ZodObject<{
|
|
|
4327
4333
|
error: string;
|
|
4328
4334
|
data?: string | null | undefined;
|
|
4329
4335
|
};
|
|
4336
|
+
statusCode: number;
|
|
4330
4337
|
}, {
|
|
4331
4338
|
error: {
|
|
4332
4339
|
message: string;
|
|
4333
4340
|
error: string;
|
|
4334
4341
|
data?: string | null | undefined;
|
|
4335
4342
|
};
|
|
4343
|
+
statusCode: number;
|
|
4336
4344
|
}>]>;
|
|
4337
4345
|
}, "strip", z.ZodTypeAny, {
|
|
4338
4346
|
type: "chainalysis";
|
|
@@ -4382,6 +4390,7 @@ export declare const SendVerificationFlowPayload: z.ZodObject<{
|
|
|
4382
4390
|
error: string;
|
|
4383
4391
|
data?: string | null | undefined;
|
|
4384
4392
|
};
|
|
4393
|
+
statusCode: number;
|
|
4385
4394
|
};
|
|
4386
4395
|
}, {
|
|
4387
4396
|
type: "chainalysis";
|
|
@@ -4431,6 +4440,7 @@ export declare const SendVerificationFlowPayload: z.ZodObject<{
|
|
|
4431
4440
|
error: string;
|
|
4432
4441
|
data?: string | null | undefined;
|
|
4433
4442
|
};
|
|
4443
|
+
statusCode: number;
|
|
4434
4444
|
};
|
|
4435
4445
|
}>, z.ZodObject<{
|
|
4436
4446
|
type: z.ZodEnum<["integratedIpqualityscore", "ipQualityScore"]>;
|
|
@@ -6753,6 +6763,7 @@ export declare const SendVerificationFlowPayload: z.ZodObject<{
|
|
|
6753
6763
|
} | {
|
|
6754
6764
|
type: "merkleScience";
|
|
6755
6765
|
data: {
|
|
6766
|
+
statusCode: number;
|
|
6756
6767
|
type?: number | null | undefined;
|
|
6757
6768
|
identifier?: string | null | undefined;
|
|
6758
6769
|
balance?: number | null | undefined;
|
|
@@ -6853,6 +6864,7 @@ export declare const SendVerificationFlowPayload: z.ZodObject<{
|
|
|
6853
6864
|
error: string;
|
|
6854
6865
|
data?: string | null | undefined;
|
|
6855
6866
|
};
|
|
6867
|
+
statusCode: number;
|
|
6856
6868
|
};
|
|
6857
6869
|
} | {
|
|
6858
6870
|
type: "ipQualityScore" | "integratedIpqualityscore";
|
|
@@ -7415,6 +7427,7 @@ export declare const SendVerificationFlowPayload: z.ZodObject<{
|
|
|
7415
7427
|
} | {
|
|
7416
7428
|
type: "merkleScience";
|
|
7417
7429
|
data: {
|
|
7430
|
+
statusCode: number;
|
|
7418
7431
|
type?: number | null | undefined;
|
|
7419
7432
|
identifier?: string | null | undefined;
|
|
7420
7433
|
balance?: number | null | undefined;
|
|
@@ -7515,6 +7528,7 @@ export declare const SendVerificationFlowPayload: z.ZodObject<{
|
|
|
7515
7528
|
error: string;
|
|
7516
7529
|
data?: string | null | undefined;
|
|
7517
7530
|
};
|
|
7531
|
+
statusCode: number;
|
|
7518
7532
|
};
|
|
7519
7533
|
} | {
|
|
7520
7534
|
type: "ipQualityScore" | "integratedIpqualityscore";
|
|
@@ -8079,6 +8093,7 @@ export declare const SendVerificationFlowPayload: z.ZodObject<{
|
|
|
8079
8093
|
} | {
|
|
8080
8094
|
type: "merkleScience";
|
|
8081
8095
|
data: {
|
|
8096
|
+
statusCode: number;
|
|
8082
8097
|
type?: number | null | undefined;
|
|
8083
8098
|
identifier?: string | null | undefined;
|
|
8084
8099
|
balance?: number | null | undefined;
|
|
@@ -8179,6 +8194,7 @@ export declare const SendVerificationFlowPayload: z.ZodObject<{
|
|
|
8179
8194
|
error: string;
|
|
8180
8195
|
data?: string | null | undefined;
|
|
8181
8196
|
};
|
|
8197
|
+
statusCode: number;
|
|
8182
8198
|
};
|
|
8183
8199
|
} | {
|
|
8184
8200
|
type: "ipQualityScore" | "integratedIpqualityscore";
|
|
@@ -8744,6 +8760,7 @@ export declare const SendVerificationFlowPayload: z.ZodObject<{
|
|
|
8744
8760
|
} | {
|
|
8745
8761
|
type: "merkleScience";
|
|
8746
8762
|
data: {
|
|
8763
|
+
statusCode: number;
|
|
8747
8764
|
type?: number | null | undefined;
|
|
8748
8765
|
identifier?: string | null | undefined;
|
|
8749
8766
|
balance?: number | null | undefined;
|
|
@@ -8844,6 +8861,7 @@ export declare const SendVerificationFlowPayload: z.ZodObject<{
|
|
|
8844
8861
|
error: string;
|
|
8845
8862
|
data?: string | null | undefined;
|
|
8846
8863
|
};
|
|
8864
|
+
statusCode: number;
|
|
8847
8865
|
};
|
|
8848
8866
|
} | {
|
|
8849
8867
|
type: "ipQualityScore" | "integratedIpqualityscore";
|
|
@@ -13216,6 +13234,7 @@ export declare const WebhookVerificationEventPayload: z.ZodObject<{
|
|
|
13216
13234
|
}>, z.ZodObject<{
|
|
13217
13235
|
type: z.ZodEnum<["merkleScience"]>;
|
|
13218
13236
|
data: z.ZodUnion<[z.ZodObject<{
|
|
13237
|
+
statusCode: z.ZodNumber;
|
|
13219
13238
|
identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
13220
13239
|
blockchain: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodNumber, number, number>>>;
|
|
13221
13240
|
blockchain_verbose: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Bitcoin", "Ethereum", "Litecoin", "BitcoinCash", "Ripple", "Dogecoin", "Zilliqa", "BinanceSmartChain", "Polygon", "Tron", "Cardano", "Polkadot", "Stellar", "Hedera", "Cronos", "Optimism", "Arbitrum", "Fantom", "Monero", "Cosmos", "Zcash", "EthereumClassic", "Dash", "Solana", "AvalancheC_Chain", "Verge", "BitcoinGold", "Algorand", "Acala", "Akash", "Arweave", "Ardor", "Ark", "Astar", "Band", "BinanceNative", "Celo", "Chiliz", "Nervos", "CronosNative", "Digibyte", "Multiversx", "Enjin", "Eos", "EthereumPow", "FetchAI", "Filecoin", "Flow", "Flare", "Moonbeam", "Helium", "ICP", "Icon", "Injective", "IOTA", "IoTex", "Iris", "Kava", "Kadena", "Klaytn", "Komodo", "Kusama", "Lisk", "Terra", "Mina", "Moonriver", "Nano", "Near", "Neo3", "Oasys", "One", "Ontology", "Osmosis", "Polymesh", "QTUM", "Oasis", "Thorchain", "Ravencoin", "Siacoin", "Shiden", "Songbird", "Stratis", "Stacks", "SUI", "zkSync", "Theta", "Tomo", "VeChain", "Waves", "Wax", "WEMIX", "WaltonChain", "Chia", "Tezos", "Zcoin", "Celestia", "Neutron", "Avalanche_P", "Sei", "Avalanche_X", "Aztec", "Bittensor", "Casper", "Deso", "Juno", "PocketNetwork", "Ronin", "Vara", "XPLA", "Archway", "Axelar", "Dymension", "Starknet", "Orai", "Lukso", "bitsCrunch", "Reef", "ImmutablezkEVM", "BaseProtocol", "ArbitrumNova", "Canto", "MetisDAO", "Aptos", "Bitcoin Cash", "Binance Smart Chain", "Ethereum Classic", "Avalanche C-Chain", "Bitcoin Gold", "Binance Native", "Cronos Native", "Ethereum Pow", "Fetch AI", "Avalanche-P", "Avalanche-X", "Pocket Network", "Immutable zkEVM", "Base Protocol", "Arbitrum Nova"]>>>;
|
|
@@ -13315,6 +13334,7 @@ export declare const WebhookVerificationEventPayload: z.ZodObject<{
|
|
|
13315
13334
|
name?: string | null | undefined;
|
|
13316
13335
|
}>, "many">>>;
|
|
13317
13336
|
}, "strip", z.ZodTypeAny, {
|
|
13337
|
+
statusCode: number;
|
|
13318
13338
|
type?: number | null | undefined;
|
|
13319
13339
|
identifier?: string | null | undefined;
|
|
13320
13340
|
balance?: number | null | undefined;
|
|
@@ -13358,6 +13378,7 @@ export declare const WebhookVerificationEventPayload: z.ZodObject<{
|
|
|
13358
13378
|
name?: string | null | undefined;
|
|
13359
13379
|
}[] | null | undefined;
|
|
13360
13380
|
}, {
|
|
13381
|
+
statusCode: number;
|
|
13361
13382
|
type?: number | null | undefined;
|
|
13362
13383
|
identifier?: string | null | undefined;
|
|
13363
13384
|
balance?: number | null | undefined;
|
|
@@ -13439,6 +13460,7 @@ export declare const WebhookVerificationEventPayload: z.ZodObject<{
|
|
|
13439
13460
|
}, "strip", z.ZodTypeAny, {
|
|
13440
13461
|
type: "merkleScience";
|
|
13441
13462
|
data: {
|
|
13463
|
+
statusCode: number;
|
|
13442
13464
|
type?: number | null | undefined;
|
|
13443
13465
|
identifier?: string | null | undefined;
|
|
13444
13466
|
balance?: number | null | undefined;
|
|
@@ -13494,6 +13516,7 @@ export declare const WebhookVerificationEventPayload: z.ZodObject<{
|
|
|
13494
13516
|
}, {
|
|
13495
13517
|
type: "merkleScience";
|
|
13496
13518
|
data: {
|
|
13519
|
+
statusCode: number;
|
|
13497
13520
|
type?: number | null | undefined;
|
|
13498
13521
|
identifier?: string | null | undefined;
|
|
13499
13522
|
balance?: number | null | undefined;
|
|
@@ -13739,6 +13762,7 @@ export declare const WebhookVerificationEventPayload: z.ZodObject<{
|
|
|
13739
13762
|
fees?: number | null | undefined;
|
|
13740
13763
|
} | null | undefined;
|
|
13741
13764
|
}>, z.ZodObject<{
|
|
13765
|
+
statusCode: z.ZodNumber;
|
|
13742
13766
|
error: z.ZodObject<{
|
|
13743
13767
|
error: z.ZodString;
|
|
13744
13768
|
message: z.ZodString;
|
|
@@ -13758,12 +13782,14 @@ export declare const WebhookVerificationEventPayload: z.ZodObject<{
|
|
|
13758
13782
|
error: string;
|
|
13759
13783
|
data?: string | null | undefined;
|
|
13760
13784
|
};
|
|
13785
|
+
statusCode: number;
|
|
13761
13786
|
}, {
|
|
13762
13787
|
error: {
|
|
13763
13788
|
message: string;
|
|
13764
13789
|
error: string;
|
|
13765
13790
|
data?: string | null | undefined;
|
|
13766
13791
|
};
|
|
13792
|
+
statusCode: number;
|
|
13767
13793
|
}>]>;
|
|
13768
13794
|
}, "strip", z.ZodTypeAny, {
|
|
13769
13795
|
type: "chainalysis";
|
|
@@ -13813,6 +13839,7 @@ export declare const WebhookVerificationEventPayload: z.ZodObject<{
|
|
|
13813
13839
|
error: string;
|
|
13814
13840
|
data?: string | null | undefined;
|
|
13815
13841
|
};
|
|
13842
|
+
statusCode: number;
|
|
13816
13843
|
};
|
|
13817
13844
|
}, {
|
|
13818
13845
|
type: "chainalysis";
|
|
@@ -13862,6 +13889,7 @@ export declare const WebhookVerificationEventPayload: z.ZodObject<{
|
|
|
13862
13889
|
error: string;
|
|
13863
13890
|
data?: string | null | undefined;
|
|
13864
13891
|
};
|
|
13892
|
+
statusCode: number;
|
|
13865
13893
|
};
|
|
13866
13894
|
}>, z.ZodObject<{
|
|
13867
13895
|
type: z.ZodEnum<["integratedIpqualityscore", "ipQualityScore"]>;
|
|
@@ -16184,6 +16212,7 @@ export declare const WebhookVerificationEventPayload: z.ZodObject<{
|
|
|
16184
16212
|
} | {
|
|
16185
16213
|
type: "merkleScience";
|
|
16186
16214
|
data: {
|
|
16215
|
+
statusCode: number;
|
|
16187
16216
|
type?: number | null | undefined;
|
|
16188
16217
|
identifier?: string | null | undefined;
|
|
16189
16218
|
balance?: number | null | undefined;
|
|
@@ -16284,6 +16313,7 @@ export declare const WebhookVerificationEventPayload: z.ZodObject<{
|
|
|
16284
16313
|
error: string;
|
|
16285
16314
|
data?: string | null | undefined;
|
|
16286
16315
|
};
|
|
16316
|
+
statusCode: number;
|
|
16287
16317
|
};
|
|
16288
16318
|
} | {
|
|
16289
16319
|
type: "ipQualityScore" | "integratedIpqualityscore";
|
|
@@ -16846,6 +16876,7 @@ export declare const WebhookVerificationEventPayload: z.ZodObject<{
|
|
|
16846
16876
|
} | {
|
|
16847
16877
|
type: "merkleScience";
|
|
16848
16878
|
data: {
|
|
16879
|
+
statusCode: number;
|
|
16849
16880
|
type?: number | null | undefined;
|
|
16850
16881
|
identifier?: string | null | undefined;
|
|
16851
16882
|
balance?: number | null | undefined;
|
|
@@ -16946,6 +16977,7 @@ export declare const WebhookVerificationEventPayload: z.ZodObject<{
|
|
|
16946
16977
|
error: string;
|
|
16947
16978
|
data?: string | null | undefined;
|
|
16948
16979
|
};
|
|
16980
|
+
statusCode: number;
|
|
16949
16981
|
};
|
|
16950
16982
|
} | {
|
|
16951
16983
|
type: "ipQualityScore" | "integratedIpqualityscore";
|
|
@@ -17510,6 +17542,7 @@ export declare const WebhookVerificationEventPayload: z.ZodObject<{
|
|
|
17510
17542
|
} | {
|
|
17511
17543
|
type: "merkleScience";
|
|
17512
17544
|
data: {
|
|
17545
|
+
statusCode: number;
|
|
17513
17546
|
type?: number | null | undefined;
|
|
17514
17547
|
identifier?: string | null | undefined;
|
|
17515
17548
|
balance?: number | null | undefined;
|
|
@@ -17610,6 +17643,7 @@ export declare const WebhookVerificationEventPayload: z.ZodObject<{
|
|
|
17610
17643
|
error: string;
|
|
17611
17644
|
data?: string | null | undefined;
|
|
17612
17645
|
};
|
|
17646
|
+
statusCode: number;
|
|
17613
17647
|
};
|
|
17614
17648
|
} | {
|
|
17615
17649
|
type: "ipQualityScore" | "integratedIpqualityscore";
|
|
@@ -18175,6 +18209,7 @@ export declare const WebhookVerificationEventPayload: z.ZodObject<{
|
|
|
18175
18209
|
} | {
|
|
18176
18210
|
type: "merkleScience";
|
|
18177
18211
|
data: {
|
|
18212
|
+
statusCode: number;
|
|
18178
18213
|
type?: number | null | undefined;
|
|
18179
18214
|
identifier?: string | null | undefined;
|
|
18180
18215
|
balance?: number | null | undefined;
|
|
@@ -18275,6 +18310,7 @@ export declare const WebhookVerificationEventPayload: z.ZodObject<{
|
|
|
18275
18310
|
error: string;
|
|
18276
18311
|
data?: string | null | undefined;
|
|
18277
18312
|
};
|
|
18313
|
+
statusCode: number;
|
|
18278
18314
|
};
|
|
18279
18315
|
} | {
|
|
18280
18316
|
type: "ipQualityScore" | "integratedIpqualityscore";
|
|
@@ -22644,6 +22680,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
22644
22680
|
}>, z.ZodObject<{
|
|
22645
22681
|
type: z.ZodEnum<["merkleScience"]>;
|
|
22646
22682
|
data: z.ZodUnion<[z.ZodObject<{
|
|
22683
|
+
statusCode: z.ZodNumber;
|
|
22647
22684
|
identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
22648
22685
|
blockchain: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodNumber, number, number>>>;
|
|
22649
22686
|
blockchain_verbose: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Bitcoin", "Ethereum", "Litecoin", "BitcoinCash", "Ripple", "Dogecoin", "Zilliqa", "BinanceSmartChain", "Polygon", "Tron", "Cardano", "Polkadot", "Stellar", "Hedera", "Cronos", "Optimism", "Arbitrum", "Fantom", "Monero", "Cosmos", "Zcash", "EthereumClassic", "Dash", "Solana", "AvalancheC_Chain", "Verge", "BitcoinGold", "Algorand", "Acala", "Akash", "Arweave", "Ardor", "Ark", "Astar", "Band", "BinanceNative", "Celo", "Chiliz", "Nervos", "CronosNative", "Digibyte", "Multiversx", "Enjin", "Eos", "EthereumPow", "FetchAI", "Filecoin", "Flow", "Flare", "Moonbeam", "Helium", "ICP", "Icon", "Injective", "IOTA", "IoTex", "Iris", "Kava", "Kadena", "Klaytn", "Komodo", "Kusama", "Lisk", "Terra", "Mina", "Moonriver", "Nano", "Near", "Neo3", "Oasys", "One", "Ontology", "Osmosis", "Polymesh", "QTUM", "Oasis", "Thorchain", "Ravencoin", "Siacoin", "Shiden", "Songbird", "Stratis", "Stacks", "SUI", "zkSync", "Theta", "Tomo", "VeChain", "Waves", "Wax", "WEMIX", "WaltonChain", "Chia", "Tezos", "Zcoin", "Celestia", "Neutron", "Avalanche_P", "Sei", "Avalanche_X", "Aztec", "Bittensor", "Casper", "Deso", "Juno", "PocketNetwork", "Ronin", "Vara", "XPLA", "Archway", "Axelar", "Dymension", "Starknet", "Orai", "Lukso", "bitsCrunch", "Reef", "ImmutablezkEVM", "BaseProtocol", "ArbitrumNova", "Canto", "MetisDAO", "Aptos", "Bitcoin Cash", "Binance Smart Chain", "Ethereum Classic", "Avalanche C-Chain", "Bitcoin Gold", "Binance Native", "Cronos Native", "Ethereum Pow", "Fetch AI", "Avalanche-P", "Avalanche-X", "Pocket Network", "Immutable zkEVM", "Base Protocol", "Arbitrum Nova"]>>>;
|
|
@@ -22743,6 +22780,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
22743
22780
|
name?: string | null | undefined;
|
|
22744
22781
|
}>, "many">>>;
|
|
22745
22782
|
}, "strip", z.ZodTypeAny, {
|
|
22783
|
+
statusCode: number;
|
|
22746
22784
|
type?: number | null | undefined;
|
|
22747
22785
|
identifier?: string | null | undefined;
|
|
22748
22786
|
balance?: number | null | undefined;
|
|
@@ -22786,6 +22824,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
22786
22824
|
name?: string | null | undefined;
|
|
22787
22825
|
}[] | null | undefined;
|
|
22788
22826
|
}, {
|
|
22827
|
+
statusCode: number;
|
|
22789
22828
|
type?: number | null | undefined;
|
|
22790
22829
|
identifier?: string | null | undefined;
|
|
22791
22830
|
balance?: number | null | undefined;
|
|
@@ -22867,6 +22906,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
22867
22906
|
}, "strip", z.ZodTypeAny, {
|
|
22868
22907
|
type: "merkleScience";
|
|
22869
22908
|
data: {
|
|
22909
|
+
statusCode: number;
|
|
22870
22910
|
type?: number | null | undefined;
|
|
22871
22911
|
identifier?: string | null | undefined;
|
|
22872
22912
|
balance?: number | null | undefined;
|
|
@@ -22922,6 +22962,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
22922
22962
|
}, {
|
|
22923
22963
|
type: "merkleScience";
|
|
22924
22964
|
data: {
|
|
22965
|
+
statusCode: number;
|
|
22925
22966
|
type?: number | null | undefined;
|
|
22926
22967
|
identifier?: string | null | undefined;
|
|
22927
22968
|
balance?: number | null | undefined;
|
|
@@ -23167,6 +23208,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
23167
23208
|
fees?: number | null | undefined;
|
|
23168
23209
|
} | null | undefined;
|
|
23169
23210
|
}>, z.ZodObject<{
|
|
23211
|
+
statusCode: z.ZodNumber;
|
|
23170
23212
|
error: z.ZodObject<{
|
|
23171
23213
|
error: z.ZodString;
|
|
23172
23214
|
message: z.ZodString;
|
|
@@ -23186,12 +23228,14 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
23186
23228
|
error: string;
|
|
23187
23229
|
data?: string | null | undefined;
|
|
23188
23230
|
};
|
|
23231
|
+
statusCode: number;
|
|
23189
23232
|
}, {
|
|
23190
23233
|
error: {
|
|
23191
23234
|
message: string;
|
|
23192
23235
|
error: string;
|
|
23193
23236
|
data?: string | null | undefined;
|
|
23194
23237
|
};
|
|
23238
|
+
statusCode: number;
|
|
23195
23239
|
}>]>;
|
|
23196
23240
|
}, "strip", z.ZodTypeAny, {
|
|
23197
23241
|
type: "chainalysis";
|
|
@@ -23241,6 +23285,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
23241
23285
|
error: string;
|
|
23242
23286
|
data?: string | null | undefined;
|
|
23243
23287
|
};
|
|
23288
|
+
statusCode: number;
|
|
23244
23289
|
};
|
|
23245
23290
|
}, {
|
|
23246
23291
|
type: "chainalysis";
|
|
@@ -23290,6 +23335,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
23290
23335
|
error: string;
|
|
23291
23336
|
data?: string | null | undefined;
|
|
23292
23337
|
};
|
|
23338
|
+
statusCode: number;
|
|
23293
23339
|
};
|
|
23294
23340
|
}>, z.ZodObject<{
|
|
23295
23341
|
type: z.ZodEnum<["integratedIpqualityscore", "ipQualityScore"]>;
|
|
@@ -25612,6 +25658,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
25612
25658
|
} | {
|
|
25613
25659
|
type: "merkleScience";
|
|
25614
25660
|
data: {
|
|
25661
|
+
statusCode: number;
|
|
25615
25662
|
type?: number | null | undefined;
|
|
25616
25663
|
identifier?: string | null | undefined;
|
|
25617
25664
|
balance?: number | null | undefined;
|
|
@@ -25712,6 +25759,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
25712
25759
|
error: string;
|
|
25713
25760
|
data?: string | null | undefined;
|
|
25714
25761
|
};
|
|
25762
|
+
statusCode: number;
|
|
25715
25763
|
};
|
|
25716
25764
|
} | {
|
|
25717
25765
|
type: "ipQualityScore" | "integratedIpqualityscore";
|
|
@@ -26274,6 +26322,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
26274
26322
|
} | {
|
|
26275
26323
|
type: "merkleScience";
|
|
26276
26324
|
data: {
|
|
26325
|
+
statusCode: number;
|
|
26277
26326
|
type?: number | null | undefined;
|
|
26278
26327
|
identifier?: string | null | undefined;
|
|
26279
26328
|
balance?: number | null | undefined;
|
|
@@ -26374,6 +26423,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
26374
26423
|
error: string;
|
|
26375
26424
|
data?: string | null | undefined;
|
|
26376
26425
|
};
|
|
26426
|
+
statusCode: number;
|
|
26377
26427
|
};
|
|
26378
26428
|
} | {
|
|
26379
26429
|
type: "ipQualityScore" | "integratedIpqualityscore";
|
|
@@ -26938,6 +26988,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
26938
26988
|
} | {
|
|
26939
26989
|
type: "merkleScience";
|
|
26940
26990
|
data: {
|
|
26991
|
+
statusCode: number;
|
|
26941
26992
|
type?: number | null | undefined;
|
|
26942
26993
|
identifier?: string | null | undefined;
|
|
26943
26994
|
balance?: number | null | undefined;
|
|
@@ -27038,6 +27089,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
27038
27089
|
error: string;
|
|
27039
27090
|
data?: string | null | undefined;
|
|
27040
27091
|
};
|
|
27092
|
+
statusCode: number;
|
|
27041
27093
|
};
|
|
27042
27094
|
} | {
|
|
27043
27095
|
type: "ipQualityScore" | "integratedIpqualityscore";
|
|
@@ -27603,6 +27655,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
27603
27655
|
} | {
|
|
27604
27656
|
type: "merkleScience";
|
|
27605
27657
|
data: {
|
|
27658
|
+
statusCode: number;
|
|
27606
27659
|
type?: number | null | undefined;
|
|
27607
27660
|
identifier?: string | null | undefined;
|
|
27608
27661
|
balance?: number | null | undefined;
|
|
@@ -27703,6 +27756,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
|
|
|
27703
27756
|
error: string;
|
|
27704
27757
|
data?: string | null | undefined;
|
|
27705
27758
|
};
|
|
27759
|
+
statusCode: number;
|
|
27706
27760
|
};
|
|
27707
27761
|
} | {
|
|
27708
27762
|
type: "ipQualityScore" | "integratedIpqualityscore";
|
|
@@ -32347,6 +32401,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
32347
32401
|
}>, z.ZodObject<{
|
|
32348
32402
|
type: z.ZodEnum<["merkleScience"]>;
|
|
32349
32403
|
data: z.ZodUnion<[z.ZodObject<{
|
|
32404
|
+
statusCode: z.ZodNumber;
|
|
32350
32405
|
identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
32351
32406
|
blockchain: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodNumber, number, number>>>;
|
|
32352
32407
|
blockchain_verbose: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Bitcoin", "Ethereum", "Litecoin", "BitcoinCash", "Ripple", "Dogecoin", "Zilliqa", "BinanceSmartChain", "Polygon", "Tron", "Cardano", "Polkadot", "Stellar", "Hedera", "Cronos", "Optimism", "Arbitrum", "Fantom", "Monero", "Cosmos", "Zcash", "EthereumClassic", "Dash", "Solana", "AvalancheC_Chain", "Verge", "BitcoinGold", "Algorand", "Acala", "Akash", "Arweave", "Ardor", "Ark", "Astar", "Band", "BinanceNative", "Celo", "Chiliz", "Nervos", "CronosNative", "Digibyte", "Multiversx", "Enjin", "Eos", "EthereumPow", "FetchAI", "Filecoin", "Flow", "Flare", "Moonbeam", "Helium", "ICP", "Icon", "Injective", "IOTA", "IoTex", "Iris", "Kava", "Kadena", "Klaytn", "Komodo", "Kusama", "Lisk", "Terra", "Mina", "Moonriver", "Nano", "Near", "Neo3", "Oasys", "One", "Ontology", "Osmosis", "Polymesh", "QTUM", "Oasis", "Thorchain", "Ravencoin", "Siacoin", "Shiden", "Songbird", "Stratis", "Stacks", "SUI", "zkSync", "Theta", "Tomo", "VeChain", "Waves", "Wax", "WEMIX", "WaltonChain", "Chia", "Tezos", "Zcoin", "Celestia", "Neutron", "Avalanche_P", "Sei", "Avalanche_X", "Aztec", "Bittensor", "Casper", "Deso", "Juno", "PocketNetwork", "Ronin", "Vara", "XPLA", "Archway", "Axelar", "Dymension", "Starknet", "Orai", "Lukso", "bitsCrunch", "Reef", "ImmutablezkEVM", "BaseProtocol", "ArbitrumNova", "Canto", "MetisDAO", "Aptos", "Bitcoin Cash", "Binance Smart Chain", "Ethereum Classic", "Avalanche C-Chain", "Bitcoin Gold", "Binance Native", "Cronos Native", "Ethereum Pow", "Fetch AI", "Avalanche-P", "Avalanche-X", "Pocket Network", "Immutable zkEVM", "Base Protocol", "Arbitrum Nova"]>>>;
|
|
@@ -32446,6 +32501,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
32446
32501
|
name?: string | null | undefined;
|
|
32447
32502
|
}>, "many">>>;
|
|
32448
32503
|
}, "strip", z.ZodTypeAny, {
|
|
32504
|
+
statusCode: number;
|
|
32449
32505
|
type?: number | null | undefined;
|
|
32450
32506
|
identifier?: string | null | undefined;
|
|
32451
32507
|
balance?: number | null | undefined;
|
|
@@ -32489,6 +32545,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
32489
32545
|
name?: string | null | undefined;
|
|
32490
32546
|
}[] | null | undefined;
|
|
32491
32547
|
}, {
|
|
32548
|
+
statusCode: number;
|
|
32492
32549
|
type?: number | null | undefined;
|
|
32493
32550
|
identifier?: string | null | undefined;
|
|
32494
32551
|
balance?: number | null | undefined;
|
|
@@ -32570,6 +32627,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
32570
32627
|
}, "strip", z.ZodTypeAny, {
|
|
32571
32628
|
type: "merkleScience";
|
|
32572
32629
|
data: {
|
|
32630
|
+
statusCode: number;
|
|
32573
32631
|
type?: number | null | undefined;
|
|
32574
32632
|
identifier?: string | null | undefined;
|
|
32575
32633
|
balance?: number | null | undefined;
|
|
@@ -32625,6 +32683,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
32625
32683
|
}, {
|
|
32626
32684
|
type: "merkleScience";
|
|
32627
32685
|
data: {
|
|
32686
|
+
statusCode: number;
|
|
32628
32687
|
type?: number | null | undefined;
|
|
32629
32688
|
identifier?: string | null | undefined;
|
|
32630
32689
|
balance?: number | null | undefined;
|
|
@@ -32870,6 +32929,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
32870
32929
|
fees?: number | null | undefined;
|
|
32871
32930
|
} | null | undefined;
|
|
32872
32931
|
}>, z.ZodObject<{
|
|
32932
|
+
statusCode: z.ZodNumber;
|
|
32873
32933
|
error: z.ZodObject<{
|
|
32874
32934
|
error: z.ZodString;
|
|
32875
32935
|
message: z.ZodString;
|
|
@@ -32889,12 +32949,14 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
32889
32949
|
error: string;
|
|
32890
32950
|
data?: string | null | undefined;
|
|
32891
32951
|
};
|
|
32952
|
+
statusCode: number;
|
|
32892
32953
|
}, {
|
|
32893
32954
|
error: {
|
|
32894
32955
|
message: string;
|
|
32895
32956
|
error: string;
|
|
32896
32957
|
data?: string | null | undefined;
|
|
32897
32958
|
};
|
|
32959
|
+
statusCode: number;
|
|
32898
32960
|
}>]>;
|
|
32899
32961
|
}, "strip", z.ZodTypeAny, {
|
|
32900
32962
|
type: "chainalysis";
|
|
@@ -32944,6 +33006,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
32944
33006
|
error: string;
|
|
32945
33007
|
data?: string | null | undefined;
|
|
32946
33008
|
};
|
|
33009
|
+
statusCode: number;
|
|
32947
33010
|
};
|
|
32948
33011
|
}, {
|
|
32949
33012
|
type: "chainalysis";
|
|
@@ -32993,6 +33056,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
32993
33056
|
error: string;
|
|
32994
33057
|
data?: string | null | undefined;
|
|
32995
33058
|
};
|
|
33059
|
+
statusCode: number;
|
|
32996
33060
|
};
|
|
32997
33061
|
}>, z.ZodObject<{
|
|
32998
33062
|
type: z.ZodEnum<["integratedIpqualityscore", "ipQualityScore"]>;
|
|
@@ -35315,6 +35379,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
35315
35379
|
} | {
|
|
35316
35380
|
type: "merkleScience";
|
|
35317
35381
|
data: {
|
|
35382
|
+
statusCode: number;
|
|
35318
35383
|
type?: number | null | undefined;
|
|
35319
35384
|
identifier?: string | null | undefined;
|
|
35320
35385
|
balance?: number | null | undefined;
|
|
@@ -35415,6 +35480,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
35415
35480
|
error: string;
|
|
35416
35481
|
data?: string | null | undefined;
|
|
35417
35482
|
};
|
|
35483
|
+
statusCode: number;
|
|
35418
35484
|
};
|
|
35419
35485
|
} | {
|
|
35420
35486
|
type: "ipQualityScore" | "integratedIpqualityscore";
|
|
@@ -35977,6 +36043,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
35977
36043
|
} | {
|
|
35978
36044
|
type: "merkleScience";
|
|
35979
36045
|
data: {
|
|
36046
|
+
statusCode: number;
|
|
35980
36047
|
type?: number | null | undefined;
|
|
35981
36048
|
identifier?: string | null | undefined;
|
|
35982
36049
|
balance?: number | null | undefined;
|
|
@@ -36077,6 +36144,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
36077
36144
|
error: string;
|
|
36078
36145
|
data?: string | null | undefined;
|
|
36079
36146
|
};
|
|
36147
|
+
statusCode: number;
|
|
36080
36148
|
};
|
|
36081
36149
|
} | {
|
|
36082
36150
|
type: "ipQualityScore" | "integratedIpqualityscore";
|
|
@@ -36641,6 +36709,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
36641
36709
|
} | {
|
|
36642
36710
|
type: "merkleScience";
|
|
36643
36711
|
data: {
|
|
36712
|
+
statusCode: number;
|
|
36644
36713
|
type?: number | null | undefined;
|
|
36645
36714
|
identifier?: string | null | undefined;
|
|
36646
36715
|
balance?: number | null | undefined;
|
|
@@ -36741,6 +36810,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
36741
36810
|
error: string;
|
|
36742
36811
|
data?: string | null | undefined;
|
|
36743
36812
|
};
|
|
36813
|
+
statusCode: number;
|
|
36744
36814
|
};
|
|
36745
36815
|
} | {
|
|
36746
36816
|
type: "ipQualityScore" | "integratedIpqualityscore";
|
|
@@ -37306,6 +37376,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
37306
37376
|
} | {
|
|
37307
37377
|
type: "merkleScience";
|
|
37308
37378
|
data: {
|
|
37379
|
+
statusCode: number;
|
|
37309
37380
|
type?: number | null | undefined;
|
|
37310
37381
|
identifier?: string | null | undefined;
|
|
37311
37382
|
balance?: number | null | undefined;
|
|
@@ -37406,6 +37477,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
37406
37477
|
error: string;
|
|
37407
37478
|
data?: string | null | undefined;
|
|
37408
37479
|
};
|
|
37480
|
+
statusCode: number;
|
|
37409
37481
|
};
|
|
37410
37482
|
} | {
|
|
37411
37483
|
type: "ipQualityScore" | "integratedIpqualityscore";
|
|
@@ -38502,6 +38574,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
38502
38574
|
} | {
|
|
38503
38575
|
type: "merkleScience";
|
|
38504
38576
|
data: {
|
|
38577
|
+
statusCode: number;
|
|
38505
38578
|
type?: number | null | undefined;
|
|
38506
38579
|
identifier?: string | null | undefined;
|
|
38507
38580
|
balance?: number | null | undefined;
|
|
@@ -38602,6 +38675,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
38602
38675
|
error: string;
|
|
38603
38676
|
data?: string | null | undefined;
|
|
38604
38677
|
};
|
|
38678
|
+
statusCode: number;
|
|
38605
38679
|
};
|
|
38606
38680
|
} | {
|
|
38607
38681
|
type: "ipQualityScore" | "integratedIpqualityscore";
|
|
@@ -39315,6 +39389,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
39315
39389
|
} | {
|
|
39316
39390
|
type: "merkleScience";
|
|
39317
39391
|
data: {
|
|
39392
|
+
statusCode: number;
|
|
39318
39393
|
type?: number | null | undefined;
|
|
39319
39394
|
identifier?: string | null | undefined;
|
|
39320
39395
|
balance?: number | null | undefined;
|
|
@@ -39415,6 +39490,7 @@ export declare const MessageDataOut: z.ZodObject<{
|
|
|
39415
39490
|
error: string;
|
|
39416
39491
|
data?: string | null | undefined;
|
|
39417
39492
|
};
|
|
39493
|
+
statusCode: number;
|
|
39418
39494
|
};
|
|
39419
39495
|
} | {
|
|
39420
39496
|
type: "ipQualityScore" | "integratedIpqualityscore";
|
|
@@ -43429,6 +43505,7 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
|
|
|
43429
43505
|
}>, z.ZodObject<{
|
|
43430
43506
|
type: z.ZodEnum<["merkleScience"]>;
|
|
43431
43507
|
data: z.ZodUnion<[z.ZodObject<{
|
|
43508
|
+
statusCode: z.ZodNumber;
|
|
43432
43509
|
identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
43433
43510
|
blockchain: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodNumber, number, number>>>;
|
|
43434
43511
|
blockchain_verbose: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Bitcoin", "Ethereum", "Litecoin", "BitcoinCash", "Ripple", "Dogecoin", "Zilliqa", "BinanceSmartChain", "Polygon", "Tron", "Cardano", "Polkadot", "Stellar", "Hedera", "Cronos", "Optimism", "Arbitrum", "Fantom", "Monero", "Cosmos", "Zcash", "EthereumClassic", "Dash", "Solana", "AvalancheC_Chain", "Verge", "BitcoinGold", "Algorand", "Acala", "Akash", "Arweave", "Ardor", "Ark", "Astar", "Band", "BinanceNative", "Celo", "Chiliz", "Nervos", "CronosNative", "Digibyte", "Multiversx", "Enjin", "Eos", "EthereumPow", "FetchAI", "Filecoin", "Flow", "Flare", "Moonbeam", "Helium", "ICP", "Icon", "Injective", "IOTA", "IoTex", "Iris", "Kava", "Kadena", "Klaytn", "Komodo", "Kusama", "Lisk", "Terra", "Mina", "Moonriver", "Nano", "Near", "Neo3", "Oasys", "One", "Ontology", "Osmosis", "Polymesh", "QTUM", "Oasis", "Thorchain", "Ravencoin", "Siacoin", "Shiden", "Songbird", "Stratis", "Stacks", "SUI", "zkSync", "Theta", "Tomo", "VeChain", "Waves", "Wax", "WEMIX", "WaltonChain", "Chia", "Tezos", "Zcoin", "Celestia", "Neutron", "Avalanche_P", "Sei", "Avalanche_X", "Aztec", "Bittensor", "Casper", "Deso", "Juno", "PocketNetwork", "Ronin", "Vara", "XPLA", "Archway", "Axelar", "Dymension", "Starknet", "Orai", "Lukso", "bitsCrunch", "Reef", "ImmutablezkEVM", "BaseProtocol", "ArbitrumNova", "Canto", "MetisDAO", "Aptos", "Bitcoin Cash", "Binance Smart Chain", "Ethereum Classic", "Avalanche C-Chain", "Bitcoin Gold", "Binance Native", "Cronos Native", "Ethereum Pow", "Fetch AI", "Avalanche-P", "Avalanche-X", "Pocket Network", "Immutable zkEVM", "Base Protocol", "Arbitrum Nova"]>>>;
|
|
@@ -43528,6 +43605,7 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
|
|
|
43528
43605
|
name?: string | null | undefined;
|
|
43529
43606
|
}>, "many">>>;
|
|
43530
43607
|
}, "strip", z.ZodTypeAny, {
|
|
43608
|
+
statusCode: number;
|
|
43531
43609
|
type?: number | null | undefined;
|
|
43532
43610
|
identifier?: string | null | undefined;
|
|
43533
43611
|
balance?: number | null | undefined;
|
|
@@ -43571,6 +43649,7 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
|
|
|
43571
43649
|
name?: string | null | undefined;
|
|
43572
43650
|
}[] | null | undefined;
|
|
43573
43651
|
}, {
|
|
43652
|
+
statusCode: number;
|
|
43574
43653
|
type?: number | null | undefined;
|
|
43575
43654
|
identifier?: string | null | undefined;
|
|
43576
43655
|
balance?: number | null | undefined;
|
|
@@ -43652,6 +43731,7 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
|
|
|
43652
43731
|
}, "strip", z.ZodTypeAny, {
|
|
43653
43732
|
type: "merkleScience";
|
|
43654
43733
|
data: {
|
|
43734
|
+
statusCode: number;
|
|
43655
43735
|
type?: number | null | undefined;
|
|
43656
43736
|
identifier?: string | null | undefined;
|
|
43657
43737
|
balance?: number | null | undefined;
|
|
@@ -43707,6 +43787,7 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
|
|
|
43707
43787
|
}, {
|
|
43708
43788
|
type: "merkleScience";
|
|
43709
43789
|
data: {
|
|
43790
|
+
statusCode: number;
|
|
43710
43791
|
type?: number | null | undefined;
|
|
43711
43792
|
identifier?: string | null | undefined;
|
|
43712
43793
|
balance?: number | null | undefined;
|
|
@@ -43952,6 +44033,7 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
|
|
|
43952
44033
|
fees?: number | null | undefined;
|
|
43953
44034
|
} | null | undefined;
|
|
43954
44035
|
}>, z.ZodObject<{
|
|
44036
|
+
statusCode: z.ZodNumber;
|
|
43955
44037
|
error: z.ZodObject<{
|
|
43956
44038
|
error: z.ZodString;
|
|
43957
44039
|
message: z.ZodString;
|
|
@@ -43971,12 +44053,14 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
|
|
|
43971
44053
|
error: string;
|
|
43972
44054
|
data?: string | null | undefined;
|
|
43973
44055
|
};
|
|
44056
|
+
statusCode: number;
|
|
43974
44057
|
}, {
|
|
43975
44058
|
error: {
|
|
43976
44059
|
message: string;
|
|
43977
44060
|
error: string;
|
|
43978
44061
|
data?: string | null | undefined;
|
|
43979
44062
|
};
|
|
44063
|
+
statusCode: number;
|
|
43980
44064
|
}>]>;
|
|
43981
44065
|
}, "strip", z.ZodTypeAny, {
|
|
43982
44066
|
type: "chainalysis";
|
|
@@ -44026,6 +44110,7 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
|
|
|
44026
44110
|
error: string;
|
|
44027
44111
|
data?: string | null | undefined;
|
|
44028
44112
|
};
|
|
44113
|
+
statusCode: number;
|
|
44029
44114
|
};
|
|
44030
44115
|
}, {
|
|
44031
44116
|
type: "chainalysis";
|
|
@@ -44075,6 +44160,7 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
|
|
|
44075
44160
|
error: string;
|
|
44076
44161
|
data?: string | null | undefined;
|
|
44077
44162
|
};
|
|
44163
|
+
statusCode: number;
|
|
44078
44164
|
};
|
|
44079
44165
|
}>, z.ZodObject<{
|
|
44080
44166
|
type: z.ZodEnum<["integratedIpqualityscore", "ipQualityScore"]>;
|
|
@@ -46397,6 +46483,7 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
|
|
|
46397
46483
|
} | {
|
|
46398
46484
|
type: "merkleScience";
|
|
46399
46485
|
data: {
|
|
46486
|
+
statusCode: number;
|
|
46400
46487
|
type?: number | null | undefined;
|
|
46401
46488
|
identifier?: string | null | undefined;
|
|
46402
46489
|
balance?: number | null | undefined;
|
|
@@ -46497,6 +46584,7 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
|
|
|
46497
46584
|
error: string;
|
|
46498
46585
|
data?: string | null | undefined;
|
|
46499
46586
|
};
|
|
46587
|
+
statusCode: number;
|
|
46500
46588
|
};
|
|
46501
46589
|
} | {
|
|
46502
46590
|
type: "ipQualityScore" | "integratedIpqualityscore";
|
|
@@ -47059,6 +47147,7 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
|
|
|
47059
47147
|
} | {
|
|
47060
47148
|
type: "merkleScience";
|
|
47061
47149
|
data: {
|
|
47150
|
+
statusCode: number;
|
|
47062
47151
|
type?: number | null | undefined;
|
|
47063
47152
|
identifier?: string | null | undefined;
|
|
47064
47153
|
balance?: number | null | undefined;
|
|
@@ -47159,6 +47248,7 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
|
|
|
47159
47248
|
error: string;
|
|
47160
47249
|
data?: string | null | undefined;
|
|
47161
47250
|
};
|
|
47251
|
+
statusCode: number;
|
|
47162
47252
|
};
|
|
47163
47253
|
} | {
|
|
47164
47254
|
type: "ipQualityScore" | "integratedIpqualityscore";
|
|
@@ -47723,6 +47813,7 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
|
|
|
47723
47813
|
} | {
|
|
47724
47814
|
type: "merkleScience";
|
|
47725
47815
|
data: {
|
|
47816
|
+
statusCode: number;
|
|
47726
47817
|
type?: number | null | undefined;
|
|
47727
47818
|
identifier?: string | null | undefined;
|
|
47728
47819
|
balance?: number | null | undefined;
|
|
@@ -47823,6 +47914,7 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
|
|
|
47823
47914
|
error: string;
|
|
47824
47915
|
data?: string | null | undefined;
|
|
47825
47916
|
};
|
|
47917
|
+
statusCode: number;
|
|
47826
47918
|
};
|
|
47827
47919
|
} | {
|
|
47828
47920
|
type: "ipQualityScore" | "integratedIpqualityscore";
|
|
@@ -48388,6 +48480,7 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
|
|
|
48388
48480
|
} | {
|
|
48389
48481
|
type: "merkleScience";
|
|
48390
48482
|
data: {
|
|
48483
|
+
statusCode: number;
|
|
48391
48484
|
type?: number | null | undefined;
|
|
48392
48485
|
identifier?: string | null | undefined;
|
|
48393
48486
|
balance?: number | null | undefined;
|
|
@@ -48488,6 +48581,7 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
|
|
|
48488
48581
|
error: string;
|
|
48489
48582
|
data?: string | null | undefined;
|
|
48490
48583
|
};
|
|
48584
|
+
statusCode: number;
|
|
48491
48585
|
};
|
|
48492
48586
|
} | {
|
|
48493
48587
|
type: "ipQualityScore" | "integratedIpqualityscore";
|
|
@@ -49617,6 +49711,7 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
|
|
|
49617
49711
|
} | {
|
|
49618
49712
|
type: "merkleScience";
|
|
49619
49713
|
data: {
|
|
49714
|
+
statusCode: number;
|
|
49620
49715
|
type?: number | null | undefined;
|
|
49621
49716
|
identifier?: string | null | undefined;
|
|
49622
49717
|
balance?: number | null | undefined;
|
|
@@ -49717,6 +49812,7 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
|
|
|
49717
49812
|
error: string;
|
|
49718
49813
|
data?: string | null | undefined;
|
|
49719
49814
|
};
|
|
49815
|
+
statusCode: number;
|
|
49720
49816
|
};
|
|
49721
49817
|
} | {
|
|
49722
49818
|
type: "ipQualityScore" | "integratedIpqualityscore";
|
|
@@ -50442,6 +50538,7 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
|
|
|
50442
50538
|
} | {
|
|
50443
50539
|
type: "merkleScience";
|
|
50444
50540
|
data: {
|
|
50541
|
+
statusCode: number;
|
|
50445
50542
|
type?: number | null | undefined;
|
|
50446
50543
|
identifier?: string | null | undefined;
|
|
50447
50544
|
balance?: number | null | undefined;
|
|
@@ -50542,6 +50639,7 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
|
|
|
50542
50639
|
error: string;
|
|
50543
50640
|
data?: string | null | undefined;
|
|
50544
50641
|
};
|
|
50642
|
+
statusCode: number;
|
|
50545
50643
|
};
|
|
50546
50644
|
} | {
|
|
50547
50645
|
type: "ipQualityScore" | "integratedIpqualityscore";
|
|
@@ -54933,6 +55031,7 @@ export declare const SendMessageForSendVerificationFlowInput: z.ZodObject<{
|
|
|
54933
55031
|
}>, z.ZodObject<{
|
|
54934
55032
|
type: z.ZodEnum<["merkleScience"]>;
|
|
54935
55033
|
data: z.ZodUnion<[z.ZodObject<{
|
|
55034
|
+
statusCode: z.ZodNumber;
|
|
54936
55035
|
identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
54937
55036
|
blockchain: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodNumber, number, number>>>;
|
|
54938
55037
|
blockchain_verbose: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Bitcoin", "Ethereum", "Litecoin", "BitcoinCash", "Ripple", "Dogecoin", "Zilliqa", "BinanceSmartChain", "Polygon", "Tron", "Cardano", "Polkadot", "Stellar", "Hedera", "Cronos", "Optimism", "Arbitrum", "Fantom", "Monero", "Cosmos", "Zcash", "EthereumClassic", "Dash", "Solana", "AvalancheC_Chain", "Verge", "BitcoinGold", "Algorand", "Acala", "Akash", "Arweave", "Ardor", "Ark", "Astar", "Band", "BinanceNative", "Celo", "Chiliz", "Nervos", "CronosNative", "Digibyte", "Multiversx", "Enjin", "Eos", "EthereumPow", "FetchAI", "Filecoin", "Flow", "Flare", "Moonbeam", "Helium", "ICP", "Icon", "Injective", "IOTA", "IoTex", "Iris", "Kava", "Kadena", "Klaytn", "Komodo", "Kusama", "Lisk", "Terra", "Mina", "Moonriver", "Nano", "Near", "Neo3", "Oasys", "One", "Ontology", "Osmosis", "Polymesh", "QTUM", "Oasis", "Thorchain", "Ravencoin", "Siacoin", "Shiden", "Songbird", "Stratis", "Stacks", "SUI", "zkSync", "Theta", "Tomo", "VeChain", "Waves", "Wax", "WEMIX", "WaltonChain", "Chia", "Tezos", "Zcoin", "Celestia", "Neutron", "Avalanche_P", "Sei", "Avalanche_X", "Aztec", "Bittensor", "Casper", "Deso", "Juno", "PocketNetwork", "Ronin", "Vara", "XPLA", "Archway", "Axelar", "Dymension", "Starknet", "Orai", "Lukso", "bitsCrunch", "Reef", "ImmutablezkEVM", "BaseProtocol", "ArbitrumNova", "Canto", "MetisDAO", "Aptos", "Bitcoin Cash", "Binance Smart Chain", "Ethereum Classic", "Avalanche C-Chain", "Bitcoin Gold", "Binance Native", "Cronos Native", "Ethereum Pow", "Fetch AI", "Avalanche-P", "Avalanche-X", "Pocket Network", "Immutable zkEVM", "Base Protocol", "Arbitrum Nova"]>>>;
|
|
@@ -55032,6 +55131,7 @@ export declare const SendMessageForSendVerificationFlowInput: z.ZodObject<{
|
|
|
55032
55131
|
name?: string | null | undefined;
|
|
55033
55132
|
}>, "many">>>;
|
|
55034
55133
|
}, "strip", z.ZodTypeAny, {
|
|
55134
|
+
statusCode: number;
|
|
55035
55135
|
type?: number | null | undefined;
|
|
55036
55136
|
identifier?: string | null | undefined;
|
|
55037
55137
|
balance?: number | null | undefined;
|
|
@@ -55075,6 +55175,7 @@ export declare const SendMessageForSendVerificationFlowInput: z.ZodObject<{
|
|
|
55075
55175
|
name?: string | null | undefined;
|
|
55076
55176
|
}[] | null | undefined;
|
|
55077
55177
|
}, {
|
|
55178
|
+
statusCode: number;
|
|
55078
55179
|
type?: number | null | undefined;
|
|
55079
55180
|
identifier?: string | null | undefined;
|
|
55080
55181
|
balance?: number | null | undefined;
|
|
@@ -55156,6 +55257,7 @@ export declare const SendMessageForSendVerificationFlowInput: z.ZodObject<{
|
|
|
55156
55257
|
}, "strip", z.ZodTypeAny, {
|
|
55157
55258
|
type: "merkleScience";
|
|
55158
55259
|
data: {
|
|
55260
|
+
statusCode: number;
|
|
55159
55261
|
type?: number | null | undefined;
|
|
55160
55262
|
identifier?: string | null | undefined;
|
|
55161
55263
|
balance?: number | null | undefined;
|
|
@@ -55211,6 +55313,7 @@ export declare const SendMessageForSendVerificationFlowInput: z.ZodObject<{
|
|
|
55211
55313
|
}, {
|
|
55212
55314
|
type: "merkleScience";
|
|
55213
55315
|
data: {
|
|
55316
|
+
statusCode: number;
|
|
55214
55317
|
type?: number | null | undefined;
|
|
55215
55318
|
identifier?: string | null | undefined;
|
|
55216
55319
|
balance?: number | null | undefined;
|
|
@@ -55456,6 +55559,7 @@ export declare const SendMessageForSendVerificationFlowInput: z.ZodObject<{
|
|
|
55456
55559
|
fees?: number | null | undefined;
|
|
55457
55560
|
} | null | undefined;
|
|
55458
55561
|
}>, z.ZodObject<{
|
|
55562
|
+
statusCode: z.ZodNumber;
|
|
55459
55563
|
error: z.ZodObject<{
|
|
55460
55564
|
error: z.ZodString;
|
|
55461
55565
|
message: z.ZodString;
|
|
@@ -55475,12 +55579,14 @@ export declare const SendMessageForSendVerificationFlowInput: z.ZodObject<{
|
|
|
55475
55579
|
error: string;
|
|
55476
55580
|
data?: string | null | undefined;
|
|
55477
55581
|
};
|
|
55582
|
+
statusCode: number;
|
|
55478
55583
|
}, {
|
|
55479
55584
|
error: {
|
|
55480
55585
|
message: string;
|
|
55481
55586
|
error: string;
|
|
55482
55587
|
data?: string | null | undefined;
|
|
55483
55588
|
};
|
|
55589
|
+
statusCode: number;
|
|
55484
55590
|
}>]>;
|
|
55485
55591
|
}, "strip", z.ZodTypeAny, {
|
|
55486
55592
|
type: "chainalysis";
|
|
@@ -55530,6 +55636,7 @@ export declare const SendMessageForSendVerificationFlowInput: z.ZodObject<{
|
|
|
55530
55636
|
error: string;
|
|
55531
55637
|
data?: string | null | undefined;
|
|
55532
55638
|
};
|
|
55639
|
+
statusCode: number;
|
|
55533
55640
|
};
|
|
55534
55641
|
}, {
|
|
55535
55642
|
type: "chainalysis";
|
|
@@ -55579,6 +55686,7 @@ export declare const SendMessageForSendVerificationFlowInput: z.ZodObject<{
|
|
|
55579
55686
|
error: string;
|
|
55580
55687
|
data?: string | null | undefined;
|
|
55581
55688
|
};
|
|
55689
|
+
statusCode: number;
|
|
55582
55690
|
};
|
|
55583
55691
|
}>, z.ZodObject<{
|
|
55584
55692
|
type: z.ZodEnum<["integratedIpqualityscore", "ipQualityScore"]>;
|
|
@@ -57901,6 +58009,7 @@ export declare const SendMessageForSendVerificationFlowInput: z.ZodObject<{
|
|
|
57901
58009
|
} | {
|
|
57902
58010
|
type: "merkleScience";
|
|
57903
58011
|
data: {
|
|
58012
|
+
statusCode: number;
|
|
57904
58013
|
type?: number | null | undefined;
|
|
57905
58014
|
identifier?: string | null | undefined;
|
|
57906
58015
|
balance?: number | null | undefined;
|
|
@@ -58001,6 +58110,7 @@ export declare const SendMessageForSendVerificationFlowInput: z.ZodObject<{
|
|
|
58001
58110
|
error: string;
|
|
58002
58111
|
data?: string | null | undefined;
|
|
58003
58112
|
};
|
|
58113
|
+
statusCode: number;
|
|
58004
58114
|
};
|
|
58005
58115
|
} | {
|
|
58006
58116
|
type: "ipQualityScore" | "integratedIpqualityscore";
|
|
@@ -58563,6 +58673,7 @@ export declare const SendMessageForSendVerificationFlowInput: z.ZodObject<{
|
|
|
58563
58673
|
} | {
|
|
58564
58674
|
type: "merkleScience";
|
|
58565
58675
|
data: {
|
|
58676
|
+
statusCode: number;
|
|
58566
58677
|
type?: number | null | undefined;
|
|
58567
58678
|
identifier?: string | null | undefined;
|
|
58568
58679
|
balance?: number | null | undefined;
|
|
@@ -58663,6 +58774,7 @@ export declare const SendMessageForSendVerificationFlowInput: z.ZodObject<{
|
|
|
58663
58774
|
error: string;
|
|
58664
58775
|
data?: string | null | undefined;
|
|
58665
58776
|
};
|
|
58777
|
+
statusCode: number;
|
|
58666
58778
|
};
|
|
58667
58779
|
} | {
|
|
58668
58780
|
type: "ipQualityScore" | "integratedIpqualityscore";
|
|
@@ -59227,6 +59339,7 @@ export declare const SendMessageForSendVerificationFlowInput: z.ZodObject<{
|
|
|
59227
59339
|
} | {
|
|
59228
59340
|
type: "merkleScience";
|
|
59229
59341
|
data: {
|
|
59342
|
+
statusCode: number;
|
|
59230
59343
|
type?: number | null | undefined;
|
|
59231
59344
|
identifier?: string | null | undefined;
|
|
59232
59345
|
balance?: number | null | undefined;
|
|
@@ -59327,6 +59440,7 @@ export declare const SendMessageForSendVerificationFlowInput: z.ZodObject<{
|
|
|
59327
59440
|
error: string;
|
|
59328
59441
|
data?: string | null | undefined;
|
|
59329
59442
|
};
|
|
59443
|
+
statusCode: number;
|
|
59330
59444
|
};
|
|
59331
59445
|
} | {
|
|
59332
59446
|
type: "ipQualityScore" | "integratedIpqualityscore";
|
|
@@ -59892,6 +60006,7 @@ export declare const SendMessageForSendVerificationFlowInput: z.ZodObject<{
|
|
|
59892
60006
|
} | {
|
|
59893
60007
|
type: "merkleScience";
|
|
59894
60008
|
data: {
|
|
60009
|
+
statusCode: number;
|
|
59895
60010
|
type?: number | null | undefined;
|
|
59896
60011
|
identifier?: string | null | undefined;
|
|
59897
60012
|
balance?: number | null | undefined;
|
|
@@ -59992,6 +60107,7 @@ export declare const SendMessageForSendVerificationFlowInput: z.ZodObject<{
|
|
|
59992
60107
|
error: string;
|
|
59993
60108
|
data?: string | null | undefined;
|
|
59994
60109
|
};
|
|
60110
|
+
statusCode: number;
|
|
59995
60111
|
};
|
|
59996
60112
|
} | {
|
|
59997
60113
|
type: "ipQualityScore" | "integratedIpqualityscore";
|
|
@@ -60560,6 +60676,7 @@ export declare const SendMessageForSendVerificationFlowInput: z.ZodObject<{
|
|
|
60560
60676
|
} | {
|
|
60561
60677
|
type: "merkleScience";
|
|
60562
60678
|
data: {
|
|
60679
|
+
statusCode: number;
|
|
60563
60680
|
type?: number | null | undefined;
|
|
60564
60681
|
identifier?: string | null | undefined;
|
|
60565
60682
|
balance?: number | null | undefined;
|
|
@@ -60660,6 +60777,7 @@ export declare const SendMessageForSendVerificationFlowInput: z.ZodObject<{
|
|
|
60660
60777
|
error: string;
|
|
60661
60778
|
data?: string | null | undefined;
|
|
60662
60779
|
};
|
|
60780
|
+
statusCode: number;
|
|
60663
60781
|
};
|
|
60664
60782
|
} | {
|
|
60665
60783
|
type: "ipQualityScore" | "integratedIpqualityscore";
|
|
@@ -61228,6 +61346,7 @@ export declare const SendMessageForSendVerificationFlowInput: z.ZodObject<{
|
|
|
61228
61346
|
} | {
|
|
61229
61347
|
type: "merkleScience";
|
|
61230
61348
|
data: {
|
|
61349
|
+
statusCode: number;
|
|
61231
61350
|
type?: number | null | undefined;
|
|
61232
61351
|
identifier?: string | null | undefined;
|
|
61233
61352
|
balance?: number | null | undefined;
|
|
@@ -61328,6 +61447,7 @@ export declare const SendMessageForSendVerificationFlowInput: z.ZodObject<{
|
|
|
61328
61447
|
error: string;
|
|
61329
61448
|
data?: string | null | undefined;
|
|
61330
61449
|
};
|
|
61450
|
+
statusCode: number;
|
|
61331
61451
|
};
|
|
61332
61452
|
} | {
|
|
61333
61453
|
type: "ipQualityScore" | "integratedIpqualityscore";
|
|
@@ -65993,6 +66113,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
65993
66113
|
}>, z.ZodObject<{
|
|
65994
66114
|
type: z.ZodEnum<["merkleScience"]>;
|
|
65995
66115
|
data: z.ZodUnion<[z.ZodObject<{
|
|
66116
|
+
statusCode: z.ZodNumber;
|
|
65996
66117
|
identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
65997
66118
|
blockchain: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodNumber, number, number>>>;
|
|
65998
66119
|
blockchain_verbose: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Bitcoin", "Ethereum", "Litecoin", "BitcoinCash", "Ripple", "Dogecoin", "Zilliqa", "BinanceSmartChain", "Polygon", "Tron", "Cardano", "Polkadot", "Stellar", "Hedera", "Cronos", "Optimism", "Arbitrum", "Fantom", "Monero", "Cosmos", "Zcash", "EthereumClassic", "Dash", "Solana", "AvalancheC_Chain", "Verge", "BitcoinGold", "Algorand", "Acala", "Akash", "Arweave", "Ardor", "Ark", "Astar", "Band", "BinanceNative", "Celo", "Chiliz", "Nervos", "CronosNative", "Digibyte", "Multiversx", "Enjin", "Eos", "EthereumPow", "FetchAI", "Filecoin", "Flow", "Flare", "Moonbeam", "Helium", "ICP", "Icon", "Injective", "IOTA", "IoTex", "Iris", "Kava", "Kadena", "Klaytn", "Komodo", "Kusama", "Lisk", "Terra", "Mina", "Moonriver", "Nano", "Near", "Neo3", "Oasys", "One", "Ontology", "Osmosis", "Polymesh", "QTUM", "Oasis", "Thorchain", "Ravencoin", "Siacoin", "Shiden", "Songbird", "Stratis", "Stacks", "SUI", "zkSync", "Theta", "Tomo", "VeChain", "Waves", "Wax", "WEMIX", "WaltonChain", "Chia", "Tezos", "Zcoin", "Celestia", "Neutron", "Avalanche_P", "Sei", "Avalanche_X", "Aztec", "Bittensor", "Casper", "Deso", "Juno", "PocketNetwork", "Ronin", "Vara", "XPLA", "Archway", "Axelar", "Dymension", "Starknet", "Orai", "Lukso", "bitsCrunch", "Reef", "ImmutablezkEVM", "BaseProtocol", "ArbitrumNova", "Canto", "MetisDAO", "Aptos", "Bitcoin Cash", "Binance Smart Chain", "Ethereum Classic", "Avalanche C-Chain", "Bitcoin Gold", "Binance Native", "Cronos Native", "Ethereum Pow", "Fetch AI", "Avalanche-P", "Avalanche-X", "Pocket Network", "Immutable zkEVM", "Base Protocol", "Arbitrum Nova"]>>>;
|
|
@@ -66092,6 +66213,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
66092
66213
|
name?: string | null | undefined;
|
|
66093
66214
|
}>, "many">>>;
|
|
66094
66215
|
}, "strip", z.ZodTypeAny, {
|
|
66216
|
+
statusCode: number;
|
|
66095
66217
|
type?: number | null | undefined;
|
|
66096
66218
|
identifier?: string | null | undefined;
|
|
66097
66219
|
balance?: number | null | undefined;
|
|
@@ -66135,6 +66257,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
66135
66257
|
name?: string | null | undefined;
|
|
66136
66258
|
}[] | null | undefined;
|
|
66137
66259
|
}, {
|
|
66260
|
+
statusCode: number;
|
|
66138
66261
|
type?: number | null | undefined;
|
|
66139
66262
|
identifier?: string | null | undefined;
|
|
66140
66263
|
balance?: number | null | undefined;
|
|
@@ -66216,6 +66339,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
66216
66339
|
}, "strip", z.ZodTypeAny, {
|
|
66217
66340
|
type: "merkleScience";
|
|
66218
66341
|
data: {
|
|
66342
|
+
statusCode: number;
|
|
66219
66343
|
type?: number | null | undefined;
|
|
66220
66344
|
identifier?: string | null | undefined;
|
|
66221
66345
|
balance?: number | null | undefined;
|
|
@@ -66271,6 +66395,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
66271
66395
|
}, {
|
|
66272
66396
|
type: "merkleScience";
|
|
66273
66397
|
data: {
|
|
66398
|
+
statusCode: number;
|
|
66274
66399
|
type?: number | null | undefined;
|
|
66275
66400
|
identifier?: string | null | undefined;
|
|
66276
66401
|
balance?: number | null | undefined;
|
|
@@ -66516,6 +66641,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
66516
66641
|
fees?: number | null | undefined;
|
|
66517
66642
|
} | null | undefined;
|
|
66518
66643
|
}>, z.ZodObject<{
|
|
66644
|
+
statusCode: z.ZodNumber;
|
|
66519
66645
|
error: z.ZodObject<{
|
|
66520
66646
|
error: z.ZodString;
|
|
66521
66647
|
message: z.ZodString;
|
|
@@ -66535,12 +66661,14 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
66535
66661
|
error: string;
|
|
66536
66662
|
data?: string | null | undefined;
|
|
66537
66663
|
};
|
|
66664
|
+
statusCode: number;
|
|
66538
66665
|
}, {
|
|
66539
66666
|
error: {
|
|
66540
66667
|
message: string;
|
|
66541
66668
|
error: string;
|
|
66542
66669
|
data?: string | null | undefined;
|
|
66543
66670
|
};
|
|
66671
|
+
statusCode: number;
|
|
66544
66672
|
}>]>;
|
|
66545
66673
|
}, "strip", z.ZodTypeAny, {
|
|
66546
66674
|
type: "chainalysis";
|
|
@@ -66590,6 +66718,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
66590
66718
|
error: string;
|
|
66591
66719
|
data?: string | null | undefined;
|
|
66592
66720
|
};
|
|
66721
|
+
statusCode: number;
|
|
66593
66722
|
};
|
|
66594
66723
|
}, {
|
|
66595
66724
|
type: "chainalysis";
|
|
@@ -66639,6 +66768,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
66639
66768
|
error: string;
|
|
66640
66769
|
data?: string | null | undefined;
|
|
66641
66770
|
};
|
|
66771
|
+
statusCode: number;
|
|
66642
66772
|
};
|
|
66643
66773
|
}>, z.ZodObject<{
|
|
66644
66774
|
type: z.ZodEnum<["integratedIpqualityscore", "ipQualityScore"]>;
|
|
@@ -68961,6 +69091,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
68961
69091
|
} | {
|
|
68962
69092
|
type: "merkleScience";
|
|
68963
69093
|
data: {
|
|
69094
|
+
statusCode: number;
|
|
68964
69095
|
type?: number | null | undefined;
|
|
68965
69096
|
identifier?: string | null | undefined;
|
|
68966
69097
|
balance?: number | null | undefined;
|
|
@@ -69061,6 +69192,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
69061
69192
|
error: string;
|
|
69062
69193
|
data?: string | null | undefined;
|
|
69063
69194
|
};
|
|
69195
|
+
statusCode: number;
|
|
69064
69196
|
};
|
|
69065
69197
|
} | {
|
|
69066
69198
|
type: "ipQualityScore" | "integratedIpqualityscore";
|
|
@@ -69623,6 +69755,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
69623
69755
|
} | {
|
|
69624
69756
|
type: "merkleScience";
|
|
69625
69757
|
data: {
|
|
69758
|
+
statusCode: number;
|
|
69626
69759
|
type?: number | null | undefined;
|
|
69627
69760
|
identifier?: string | null | undefined;
|
|
69628
69761
|
balance?: number | null | undefined;
|
|
@@ -69723,6 +69856,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
69723
69856
|
error: string;
|
|
69724
69857
|
data?: string | null | undefined;
|
|
69725
69858
|
};
|
|
69859
|
+
statusCode: number;
|
|
69726
69860
|
};
|
|
69727
69861
|
} | {
|
|
69728
69862
|
type: "ipQualityScore" | "integratedIpqualityscore";
|
|
@@ -70287,6 +70421,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
70287
70421
|
} | {
|
|
70288
70422
|
type: "merkleScience";
|
|
70289
70423
|
data: {
|
|
70424
|
+
statusCode: number;
|
|
70290
70425
|
type?: number | null | undefined;
|
|
70291
70426
|
identifier?: string | null | undefined;
|
|
70292
70427
|
balance?: number | null | undefined;
|
|
@@ -70387,6 +70522,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
70387
70522
|
error: string;
|
|
70388
70523
|
data?: string | null | undefined;
|
|
70389
70524
|
};
|
|
70525
|
+
statusCode: number;
|
|
70390
70526
|
};
|
|
70391
70527
|
} | {
|
|
70392
70528
|
type: "ipQualityScore" | "integratedIpqualityscore";
|
|
@@ -70952,6 +71088,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
70952
71088
|
} | {
|
|
70953
71089
|
type: "merkleScience";
|
|
70954
71090
|
data: {
|
|
71091
|
+
statusCode: number;
|
|
70955
71092
|
type?: number | null | undefined;
|
|
70956
71093
|
identifier?: string | null | undefined;
|
|
70957
71094
|
balance?: number | null | undefined;
|
|
@@ -71052,6 +71189,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
71052
71189
|
error: string;
|
|
71053
71190
|
data?: string | null | undefined;
|
|
71054
71191
|
};
|
|
71192
|
+
statusCode: number;
|
|
71055
71193
|
};
|
|
71056
71194
|
} | {
|
|
71057
71195
|
type: "ipQualityScore" | "integratedIpqualityscore";
|
|
@@ -72148,6 +72286,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
72148
72286
|
} | {
|
|
72149
72287
|
type: "merkleScience";
|
|
72150
72288
|
data: {
|
|
72289
|
+
statusCode: number;
|
|
72151
72290
|
type?: number | null | undefined;
|
|
72152
72291
|
identifier?: string | null | undefined;
|
|
72153
72292
|
balance?: number | null | undefined;
|
|
@@ -72248,6 +72387,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
72248
72387
|
error: string;
|
|
72249
72388
|
data?: string | null | undefined;
|
|
72250
72389
|
};
|
|
72390
|
+
statusCode: number;
|
|
72251
72391
|
};
|
|
72252
72392
|
} | {
|
|
72253
72393
|
type: "ipQualityScore" | "integratedIpqualityscore";
|
|
@@ -72961,6 +73101,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
72961
73101
|
} | {
|
|
72962
73102
|
type: "merkleScience";
|
|
72963
73103
|
data: {
|
|
73104
|
+
statusCode: number;
|
|
72964
73105
|
type?: number | null | undefined;
|
|
72965
73106
|
identifier?: string | null | undefined;
|
|
72966
73107
|
balance?: number | null | undefined;
|
|
@@ -73061,6 +73202,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
73061
73202
|
error: string;
|
|
73062
73203
|
data?: string | null | undefined;
|
|
73063
73204
|
};
|
|
73205
|
+
statusCode: number;
|
|
73064
73206
|
};
|
|
73065
73207
|
} | {
|
|
73066
73208
|
type: "ipQualityScore" | "integratedIpqualityscore";
|
|
@@ -73776,6 +73918,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
73776
73918
|
} | {
|
|
73777
73919
|
type: "merkleScience";
|
|
73778
73920
|
data: {
|
|
73921
|
+
statusCode: number;
|
|
73779
73922
|
type?: number | null | undefined;
|
|
73780
73923
|
identifier?: string | null | undefined;
|
|
73781
73924
|
balance?: number | null | undefined;
|
|
@@ -73876,6 +74019,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
73876
74019
|
error: string;
|
|
73877
74020
|
data?: string | null | undefined;
|
|
73878
74021
|
};
|
|
74022
|
+
statusCode: number;
|
|
73879
74023
|
};
|
|
73880
74024
|
} | {
|
|
73881
74025
|
type: "ipQualityScore" | "integratedIpqualityscore";
|
|
@@ -74591,6 +74735,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
74591
74735
|
} | {
|
|
74592
74736
|
type: "merkleScience";
|
|
74593
74737
|
data: {
|
|
74738
|
+
statusCode: number;
|
|
74594
74739
|
type?: number | null | undefined;
|
|
74595
74740
|
identifier?: string | null | undefined;
|
|
74596
74741
|
balance?: number | null | undefined;
|
|
@@ -74691,6 +74836,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
|
|
|
74691
74836
|
error: string;
|
|
74692
74837
|
data?: string | null | undefined;
|
|
74693
74838
|
};
|
|
74839
|
+
statusCode: number;
|
|
74694
74840
|
};
|
|
74695
74841
|
} | {
|
|
74696
74842
|
type: "ipQualityScore" | "integratedIpqualityscore";
|