@nexeraid/identity-schemas 2.3.7-dev → 2.3.9-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-1acdda1a.cjs.prod.js → customers.schema-8092edfa.cjs.prod.js} +4 -4
- package/dist/{customers.schema-e40f7e9a.cjs.dev.js → customers.schema-d0cc26ba.cjs.dev.js} +4 -4
- package/dist/{customers.schema-37608679.esm.js → customers.schema-e457212f.esm.js} +4 -4
- package/dist/declarations/src/identity/identity-v2.schema.d.ts +11 -0
- package/dist/declarations/src/identity/identity-v2.schema.d.ts.map +1 -1
- package/dist/declarations/src/providers/chainalysis/chainalysis.schema.d.ts +15 -15
- package/dist/declarations/src/providers/merkle-science/merkle-science.schema.d.ts +6 -6
- package/dist/declarations/src/webhooks/send-verification-flow-webhook.schema.d.ts +24 -24
- package/dist/declarations/src/webhooks/svix.webhooks.schema.d.ts +146 -146
- package/dist/{frontend-utilities.schema-e82b28c5.esm.js → frontend-utilities.schema-310c23a2.esm.js} +1 -1
- package/dist/{frontend-utilities.schema-995d3ffd.cjs.prod.js → frontend-utilities.schema-590fdc26.cjs.prod.js} +1 -1
- package/dist/{frontend-utilities.schema-248cbc44.cjs.dev.js → frontend-utilities.schema-f06cfbf0.cjs.dev.js} +1 -1
- package/dist/{identity-api.schema-74e951be.esm.js → identity-api.schema-12609c1a.esm.js} +5 -1
- package/dist/{identity-api.schema-7bb2255e.cjs.prod.js → identity-api.schema-cc2f8a1b.cjs.dev.js} +5 -0
- package/dist/{identity-api.schema-df9e231d.cjs.dev.js → identity-api.schema-e648ecb5.cjs.prod.js} +5 -0
- package/dist/nexeraid-identity-schemas.cjs.dev.js +3 -2
- package/dist/nexeraid-identity-schemas.cjs.prod.js +3 -2
- package/dist/nexeraid-identity-schemas.esm.js +3 -3
- package/dist/package.json +1 -1
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.js +2 -1
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.js +2 -1
- package/identity/dist/nexeraid-identity-schemas-identity.esm.js +1 -1
- package/package.json +1 -1
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.js +2 -2
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.js +2 -2
- package/providers/dist/nexeraid-identity-schemas-providers.esm.js +2 -2
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.js +2 -2
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.js +2 -2
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.js +2 -2
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.js +2 -2
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.js +2 -2
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.js +2 -2
package/dist/{customers.schema-1acdda1a.cjs.prod.js → customers.schema-8092edfa.cjs.prod.js}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var zod = require('zod');
|
|
4
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
4
|
+
var identityApi_schema = require('./identity-api.schema-e648ecb5.cjs.prod.js');
|
|
5
5
|
|
|
6
6
|
// based on https://tech-doc.api.scorechain.com/
|
|
7
7
|
var ANALYSIS_TYPES = ["ASSIGNED", "INCOMING", "OUTGOING", "FULL"];
|
|
@@ -1063,7 +1063,7 @@ var ChainalysisRequest = zod.z.object({
|
|
|
1063
1063
|
address: zod.z.string()
|
|
1064
1064
|
});
|
|
1065
1065
|
var ChainalysisRegisterApiResponse = zod.z.object({
|
|
1066
|
-
statusCode: zod.z.number(),
|
|
1066
|
+
statusCode: zod.z.number().nullish(),
|
|
1067
1067
|
address: zod.z.string()
|
|
1068
1068
|
});
|
|
1069
1069
|
var ChainalysisRiskLevel = zod.z["enum"](["Severe", "High", "Medium", "Low"]);
|
|
@@ -1121,7 +1121,7 @@ var ChainalysisRiskAssessmentApiResponse = zod.z.object({
|
|
|
1121
1121
|
poolMetadata: PoolMetadata.nullish()
|
|
1122
1122
|
});
|
|
1123
1123
|
var ChainalysisApiError = zod.z.object({
|
|
1124
|
-
statusCode: zod.z.number(),
|
|
1124
|
+
statusCode: zod.z.number().nullish(),
|
|
1125
1125
|
error: zod.z.object({
|
|
1126
1126
|
error: zod.z.string(),
|
|
1127
1127
|
message: zod.z.string(),
|
|
@@ -1302,7 +1302,7 @@ var DigitalAsset = zod.z.object({
|
|
|
1302
1302
|
symbol: zod.z.string().nullish()
|
|
1303
1303
|
});
|
|
1304
1304
|
var MerkleAddressApiResponse = zod.z.object({
|
|
1305
|
-
statusCode: zod.z.number(),
|
|
1305
|
+
statusCode: zod.z.number().nullish(),
|
|
1306
1306
|
identifier: zod.z.string().nullish(),
|
|
1307
1307
|
blockchain: BlockChainNumericalCodes.nullish(),
|
|
1308
1308
|
blockchain_verbose: MerkleBlockChainNamesExtended.nullish(),
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var zod = require('zod');
|
|
4
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
4
|
+
var identityApi_schema = require('./identity-api.schema-cc2f8a1b.cjs.dev.js');
|
|
5
5
|
|
|
6
6
|
// based on https://tech-doc.api.scorechain.com/
|
|
7
7
|
var ANALYSIS_TYPES = ["ASSIGNED", "INCOMING", "OUTGOING", "FULL"];
|
|
@@ -1063,7 +1063,7 @@ var ChainalysisRequest = zod.z.object({
|
|
|
1063
1063
|
address: zod.z.string()
|
|
1064
1064
|
});
|
|
1065
1065
|
var ChainalysisRegisterApiResponse = zod.z.object({
|
|
1066
|
-
statusCode: zod.z.number(),
|
|
1066
|
+
statusCode: zod.z.number().nullish(),
|
|
1067
1067
|
address: zod.z.string()
|
|
1068
1068
|
});
|
|
1069
1069
|
var ChainalysisRiskLevel = zod.z["enum"](["Severe", "High", "Medium", "Low"]);
|
|
@@ -1121,7 +1121,7 @@ var ChainalysisRiskAssessmentApiResponse = zod.z.object({
|
|
|
1121
1121
|
poolMetadata: PoolMetadata.nullish()
|
|
1122
1122
|
});
|
|
1123
1123
|
var ChainalysisApiError = zod.z.object({
|
|
1124
|
-
statusCode: zod.z.number(),
|
|
1124
|
+
statusCode: zod.z.number().nullish(),
|
|
1125
1125
|
error: zod.z.object({
|
|
1126
1126
|
error: zod.z.string(),
|
|
1127
1127
|
message: zod.z.string(),
|
|
@@ -1302,7 +1302,7 @@ var DigitalAsset = zod.z.object({
|
|
|
1302
1302
|
symbol: zod.z.string().nullish()
|
|
1303
1303
|
});
|
|
1304
1304
|
var MerkleAddressApiResponse = zod.z.object({
|
|
1305
|
-
statusCode: zod.z.number(),
|
|
1305
|
+
statusCode: zod.z.number().nullish(),
|
|
1306
1306
|
identifier: zod.z.string().nullish(),
|
|
1307
1307
|
blockchain: BlockChainNumericalCodes.nullish(),
|
|
1308
1308
|
blockchain_verbose: MerkleBlockChainNamesExtended.nullish(),
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { a2 as BlockchainAddress, z as AddressSchema, al as Alpha2Country, ae as UuidString,
|
|
2
|
+
import { a2 as BlockchainAddress, z as AddressSchema, al as Alpha2Country, ae as UuidString, e2 as _toConsumableArray, e4 as _arrayWithHoles, e5 as _unsupportedIterableToArray, e6 as _nonIterableRest, aj as ISO3CountryCode, a5 as BlockchainNamespace, bs as SdkVerificationOutput, aB as CustomerStatus, e7 as _defineProperty, dV as ProofOfResidenceCredentialSubjectSchema, cm as QrCodeLinkWithSchemaType, aC as BasicCustomerContactInformation, d$ as CredentialType } from './identity-api.schema-12609c1a.esm.js';
|
|
3
3
|
|
|
4
4
|
// based on https://tech-doc.api.scorechain.com/
|
|
5
5
|
var ANALYSIS_TYPES = ["ASSIGNED", "INCOMING", "OUTGOING", "FULL"];
|
|
@@ -1061,7 +1061,7 @@ var ChainalysisRequest = z.object({
|
|
|
1061
1061
|
address: z.string()
|
|
1062
1062
|
});
|
|
1063
1063
|
var ChainalysisRegisterApiResponse = z.object({
|
|
1064
|
-
statusCode: z.number(),
|
|
1064
|
+
statusCode: z.number().nullish(),
|
|
1065
1065
|
address: z.string()
|
|
1066
1066
|
});
|
|
1067
1067
|
var ChainalysisRiskLevel = z["enum"](["Severe", "High", "Medium", "Low"]);
|
|
@@ -1119,7 +1119,7 @@ var ChainalysisRiskAssessmentApiResponse = z.object({
|
|
|
1119
1119
|
poolMetadata: PoolMetadata.nullish()
|
|
1120
1120
|
});
|
|
1121
1121
|
var ChainalysisApiError = z.object({
|
|
1122
|
-
statusCode: z.number(),
|
|
1122
|
+
statusCode: z.number().nullish(),
|
|
1123
1123
|
error: z.object({
|
|
1124
1124
|
error: z.string(),
|
|
1125
1125
|
message: z.string(),
|
|
@@ -1300,7 +1300,7 @@ var DigitalAsset = z.object({
|
|
|
1300
1300
|
symbol: z.string().nullish()
|
|
1301
1301
|
});
|
|
1302
1302
|
var MerkleAddressApiResponse = z.object({
|
|
1303
|
-
statusCode: z.number(),
|
|
1303
|
+
statusCode: z.number().nullish(),
|
|
1304
1304
|
identifier: z.string().nullish(),
|
|
1305
1305
|
blockchain: BlockChainNumericalCodes.nullish(),
|
|
1306
1306
|
blockchain_verbose: MerkleBlockChainNamesExtended.nullish(),
|
|
@@ -2135,4 +2135,15 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2135
2135
|
};
|
|
2136
2136
|
}>]>;
|
|
2137
2137
|
export type IdentityAppMessage = z.infer<typeof IdentityAppMessage>;
|
|
2138
|
+
export declare const IdentityWallet: z.ZodObject<{
|
|
2139
|
+
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>]>;
|
|
2140
|
+
namespace: z.ZodEnum<["tezos", "eip155", "aptos", "polkadot", "starknet", "cosmos", "solana", "cardano"]>;
|
|
2141
|
+
}, "strip", z.ZodTypeAny, {
|
|
2142
|
+
address: string;
|
|
2143
|
+
namespace: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano";
|
|
2144
|
+
}, {
|
|
2145
|
+
address: string;
|
|
2146
|
+
namespace: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano";
|
|
2147
|
+
}>;
|
|
2148
|
+
export type IdentityWallet = z.infer<typeof IdentityWallet>;
|
|
2138
2149
|
//# sourceMappingURL=identity-v2.schema.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"identity-v2.schema.d.ts","sourceRoot":"../../../../src/identity","sources":["identity-v2.schema.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"identity-v2.schema.d.ts","sourceRoot":"../../../../src/identity","sources":["identity-v2.schema.ts"],"names":[],"mappings":"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"}
|
|
@@ -8,14 +8,14 @@ export declare const ChainalysisRequest: z.ZodObject<{
|
|
|
8
8
|
}>;
|
|
9
9
|
export type ChainalysisRequest = z.infer<typeof ChainalysisRequest>;
|
|
10
10
|
export declare const ChainalysisRegisterApiResponse: z.ZodObject<{
|
|
11
|
-
statusCode: z.ZodNumber
|
|
11
|
+
statusCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
12
12
|
address: z.ZodString;
|
|
13
13
|
}, "strip", z.ZodTypeAny, {
|
|
14
14
|
address: string;
|
|
15
|
-
statusCode
|
|
15
|
+
statusCode?: number | null | undefined;
|
|
16
16
|
}, {
|
|
17
17
|
address: string;
|
|
18
|
-
statusCode
|
|
18
|
+
statusCode?: number | null | undefined;
|
|
19
19
|
}>;
|
|
20
20
|
export type ChainalysisRegisterApiResponse = z.infer<typeof ChainalysisRegisterApiResponse>;
|
|
21
21
|
export declare const ChainalysisRiskLevel: z.ZodEnum<["Severe", "High", "Medium", "Low"]>;
|
|
@@ -213,7 +213,7 @@ export declare const ChainalysisRiskAssessmentApiResponse: z.ZodObject<{
|
|
|
213
213
|
} | null | undefined;
|
|
214
214
|
}>;
|
|
215
215
|
export declare const ChainalysisApiError: z.ZodObject<{
|
|
216
|
-
statusCode: z.ZodNumber
|
|
216
|
+
statusCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
217
217
|
error: z.ZodObject<{
|
|
218
218
|
error: z.ZodString;
|
|
219
219
|
message: z.ZodString;
|
|
@@ -233,27 +233,27 @@ export declare const ChainalysisApiError: z.ZodObject<{
|
|
|
233
233
|
error: string;
|
|
234
234
|
data?: string | null | undefined;
|
|
235
235
|
};
|
|
236
|
-
statusCode
|
|
236
|
+
statusCode?: number | null | undefined;
|
|
237
237
|
}, {
|
|
238
238
|
error: {
|
|
239
239
|
message: string;
|
|
240
240
|
error: string;
|
|
241
241
|
data?: string | null | undefined;
|
|
242
242
|
};
|
|
243
|
-
statusCode
|
|
243
|
+
statusCode?: number | null | undefined;
|
|
244
244
|
}>;
|
|
245
245
|
export type ChainalysisApiErrorType = z.infer<typeof ChainalysisApiError>;
|
|
246
246
|
export declare const ChainalysisRegisterResponse: z.ZodUnion<[z.ZodObject<{
|
|
247
|
-
statusCode: z.ZodNumber
|
|
247
|
+
statusCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
248
248
|
address: z.ZodString;
|
|
249
249
|
}, "strip", z.ZodTypeAny, {
|
|
250
250
|
address: string;
|
|
251
|
-
statusCode
|
|
251
|
+
statusCode?: number | null | undefined;
|
|
252
252
|
}, {
|
|
253
253
|
address: string;
|
|
254
|
-
statusCode
|
|
254
|
+
statusCode?: number | null | undefined;
|
|
255
255
|
}>, z.ZodObject<{
|
|
256
|
-
statusCode: z.ZodNumber
|
|
256
|
+
statusCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
257
257
|
error: z.ZodObject<{
|
|
258
258
|
error: z.ZodString;
|
|
259
259
|
message: z.ZodString;
|
|
@@ -273,14 +273,14 @@ export declare const ChainalysisRegisterResponse: z.ZodUnion<[z.ZodObject<{
|
|
|
273
273
|
error: string;
|
|
274
274
|
data?: string | null | undefined;
|
|
275
275
|
};
|
|
276
|
-
statusCode
|
|
276
|
+
statusCode?: number | null | undefined;
|
|
277
277
|
}, {
|
|
278
278
|
error: {
|
|
279
279
|
message: string;
|
|
280
280
|
error: string;
|
|
281
281
|
data?: string | null | undefined;
|
|
282
282
|
};
|
|
283
|
-
statusCode
|
|
283
|
+
statusCode?: number | null | undefined;
|
|
284
284
|
}>]>;
|
|
285
285
|
export type ChainalysisRegisterResponse = z.infer<typeof ChainalysisRegisterResponse>;
|
|
286
286
|
export declare const ChainalysisRiskAssessmentResponse: z.ZodUnion<[z.ZodObject<{
|
|
@@ -474,7 +474,7 @@ export declare const ChainalysisRiskAssessmentResponse: z.ZodUnion<[z.ZodObject<
|
|
|
474
474
|
fees?: number | null | undefined;
|
|
475
475
|
} | null | undefined;
|
|
476
476
|
}>, z.ZodObject<{
|
|
477
|
-
statusCode: z.ZodNumber
|
|
477
|
+
statusCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
478
478
|
error: z.ZodObject<{
|
|
479
479
|
error: z.ZodString;
|
|
480
480
|
message: z.ZodString;
|
|
@@ -494,14 +494,14 @@ export declare const ChainalysisRiskAssessmentResponse: z.ZodUnion<[z.ZodObject<
|
|
|
494
494
|
error: string;
|
|
495
495
|
data?: string | null | undefined;
|
|
496
496
|
};
|
|
497
|
-
statusCode
|
|
497
|
+
statusCode?: number | null | undefined;
|
|
498
498
|
}, {
|
|
499
499
|
error: {
|
|
500
500
|
message: string;
|
|
501
501
|
error: string;
|
|
502
502
|
data?: string | null | undefined;
|
|
503
503
|
};
|
|
504
|
-
statusCode
|
|
504
|
+
statusCode?: number | null | undefined;
|
|
505
505
|
}>]>;
|
|
506
506
|
export type ChainalysisRiskAssessmentResponse = z.infer<typeof ChainalysisRiskAssessmentResponse>;
|
|
507
507
|
//# sourceMappingURL=chainalysis.schema.d.ts.map
|
|
@@ -159,7 +159,7 @@ export declare const MerkleAddressRequest: z.ZodObject<{
|
|
|
159
159
|
}>;
|
|
160
160
|
export type MerkleAddressRequest = z.infer<typeof MerkleAddressRequest>;
|
|
161
161
|
export declare const MerkleAddressApiResponse: z.ZodObject<{
|
|
162
|
-
statusCode: z.ZodNumber
|
|
162
|
+
statusCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
163
163
|
identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
164
164
|
blockchain: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodNumber, number, number>>>;
|
|
165
165
|
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"]>>>;
|
|
@@ -259,9 +259,9 @@ export declare const MerkleAddressApiResponse: z.ZodObject<{
|
|
|
259
259
|
name?: string | null | undefined;
|
|
260
260
|
}>, "many">>>;
|
|
261
261
|
}, "strip", z.ZodTypeAny, {
|
|
262
|
-
statusCode: number;
|
|
263
262
|
type?: number | null | undefined;
|
|
264
263
|
identifier?: string | null | undefined;
|
|
264
|
+
statusCode?: number | null | undefined;
|
|
265
265
|
balance?: number | null | undefined;
|
|
266
266
|
blockchain?: number | null | undefined;
|
|
267
267
|
blockchain_verbose?: "Polygon" | "Arbitrum" | "Optimism" | "Moonbeam" | "Moonriver" | "Tezos" | "Aptos" | "Polkadot" | "Starknet" | "Cosmos" | "Solana" | "Cardano" | "Bitcoin" | "Ethereum" | "Litecoin" | "BitcoinCash" | "Ripple" | "Dogecoin" | "Zilliqa" | "BinanceSmartChain" | "Tron" | "Stellar" | "Hedera" | "Cronos" | "Fantom" | "Monero" | "Zcash" | "EthereumClassic" | "Dash" | "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" | "Helium" | "ICP" | "Icon" | "Injective" | "IOTA" | "IoTex" | "Iris" | "Kava" | "Kadena" | "Klaytn" | "Komodo" | "Kusama" | "Lisk" | "Terra" | "Mina" | "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" | "Zcoin" | "Celestia" | "Neutron" | "Avalanche_P" | "Sei" | "Avalanche_X" | "Aztec" | "Bittensor" | "Casper" | "Deso" | "Juno" | "PocketNetwork" | "Ronin" | "Vara" | "XPLA" | "Archway" | "Axelar" | "Dymension" | "Orai" | "Lukso" | "bitsCrunch" | "Reef" | "ImmutablezkEVM" | "BaseProtocol" | "ArbitrumNova" | "Canto" | "MetisDAO" | "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" | null | undefined;
|
|
@@ -303,9 +303,9 @@ export declare const MerkleAddressApiResponse: z.ZodObject<{
|
|
|
303
303
|
name?: string | null | undefined;
|
|
304
304
|
}[] | null | undefined;
|
|
305
305
|
}, {
|
|
306
|
-
statusCode: number;
|
|
307
306
|
type?: number | null | undefined;
|
|
308
307
|
identifier?: string | null | undefined;
|
|
308
|
+
statusCode?: number | null | undefined;
|
|
309
309
|
balance?: number | null | undefined;
|
|
310
310
|
blockchain?: number | null | undefined;
|
|
311
311
|
blockchain_verbose?: "Polygon" | "Arbitrum" | "Optimism" | "Moonbeam" | "Moonriver" | "Tezos" | "Aptos" | "Polkadot" | "Starknet" | "Cosmos" | "Solana" | "Cardano" | "Bitcoin" | "Ethereum" | "Litecoin" | "BitcoinCash" | "Ripple" | "Dogecoin" | "Zilliqa" | "BinanceSmartChain" | "Tron" | "Stellar" | "Hedera" | "Cronos" | "Fantom" | "Monero" | "Zcash" | "EthereumClassic" | "Dash" | "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" | "Helium" | "ICP" | "Icon" | "Injective" | "IOTA" | "IoTex" | "Iris" | "Kava" | "Kadena" | "Klaytn" | "Komodo" | "Kusama" | "Lisk" | "Terra" | "Mina" | "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" | "Zcoin" | "Celestia" | "Neutron" | "Avalanche_P" | "Sei" | "Avalanche_X" | "Aztec" | "Bittensor" | "Casper" | "Deso" | "Juno" | "PocketNetwork" | "Ronin" | "Vara" | "XPLA" | "Archway" | "Axelar" | "Dymension" | "Orai" | "Lukso" | "bitsCrunch" | "Reef" | "ImmutablezkEVM" | "BaseProtocol" | "ArbitrumNova" | "Canto" | "MetisDAO" | "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" | null | undefined;
|
|
@@ -384,7 +384,7 @@ export declare const MerkleAddressApiError: z.ZodObject<{
|
|
|
384
384
|
risk_level_verbose?: "Medium" | "High" | "No Risk Detected" | "Info" | "Caution" | "Critical" | null | undefined;
|
|
385
385
|
}>;
|
|
386
386
|
export declare const MerkleAddressResponse: z.ZodUnion<[z.ZodObject<{
|
|
387
|
-
statusCode: z.ZodNumber
|
|
387
|
+
statusCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
388
388
|
identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
389
389
|
blockchain: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodNumber, number, number>>>;
|
|
390
390
|
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"]>>>;
|
|
@@ -484,9 +484,9 @@ export declare const MerkleAddressResponse: z.ZodUnion<[z.ZodObject<{
|
|
|
484
484
|
name?: string | null | undefined;
|
|
485
485
|
}>, "many">>>;
|
|
486
486
|
}, "strip", z.ZodTypeAny, {
|
|
487
|
-
statusCode: number;
|
|
488
487
|
type?: number | null | undefined;
|
|
489
488
|
identifier?: string | null | undefined;
|
|
489
|
+
statusCode?: number | null | undefined;
|
|
490
490
|
balance?: number | null | undefined;
|
|
491
491
|
blockchain?: number | null | undefined;
|
|
492
492
|
blockchain_verbose?: "Polygon" | "Arbitrum" | "Optimism" | "Moonbeam" | "Moonriver" | "Tezos" | "Aptos" | "Polkadot" | "Starknet" | "Cosmos" | "Solana" | "Cardano" | "Bitcoin" | "Ethereum" | "Litecoin" | "BitcoinCash" | "Ripple" | "Dogecoin" | "Zilliqa" | "BinanceSmartChain" | "Tron" | "Stellar" | "Hedera" | "Cronos" | "Fantom" | "Monero" | "Zcash" | "EthereumClassic" | "Dash" | "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" | "Helium" | "ICP" | "Icon" | "Injective" | "IOTA" | "IoTex" | "Iris" | "Kava" | "Kadena" | "Klaytn" | "Komodo" | "Kusama" | "Lisk" | "Terra" | "Mina" | "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" | "Zcoin" | "Celestia" | "Neutron" | "Avalanche_P" | "Sei" | "Avalanche_X" | "Aztec" | "Bittensor" | "Casper" | "Deso" | "Juno" | "PocketNetwork" | "Ronin" | "Vara" | "XPLA" | "Archway" | "Axelar" | "Dymension" | "Orai" | "Lukso" | "bitsCrunch" | "Reef" | "ImmutablezkEVM" | "BaseProtocol" | "ArbitrumNova" | "Canto" | "MetisDAO" | "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" | null | undefined;
|
|
@@ -528,9 +528,9 @@ export declare const MerkleAddressResponse: z.ZodUnion<[z.ZodObject<{
|
|
|
528
528
|
name?: string | null | undefined;
|
|
529
529
|
}[] | null | undefined;
|
|
530
530
|
}, {
|
|
531
|
-
statusCode: number;
|
|
532
531
|
type?: number | null | undefined;
|
|
533
532
|
identifier?: string | null | undefined;
|
|
533
|
+
statusCode?: number | null | undefined;
|
|
534
534
|
balance?: number | null | undefined;
|
|
535
535
|
blockchain?: number | null | undefined;
|
|
536
536
|
blockchain_verbose?: "Polygon" | "Arbitrum" | "Optimism" | "Moonbeam" | "Moonriver" | "Tezos" | "Aptos" | "Polkadot" | "Starknet" | "Cosmos" | "Solana" | "Cardano" | "Bitcoin" | "Ethereum" | "Litecoin" | "BitcoinCash" | "Ripple" | "Dogecoin" | "Zilliqa" | "BinanceSmartChain" | "Tron" | "Stellar" | "Hedera" | "Cronos" | "Fantom" | "Monero" | "Zcash" | "EthereumClassic" | "Dash" | "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" | "Helium" | "ICP" | "Icon" | "Injective" | "IOTA" | "IoTex" | "Iris" | "Kava" | "Kadena" | "Klaytn" | "Komodo" | "Kusama" | "Lisk" | "Terra" | "Mina" | "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" | "Zcoin" | "Celestia" | "Neutron" | "Avalanche_P" | "Sei" | "Avalanche_X" | "Aztec" | "Bittensor" | "Casper" | "Deso" | "Juno" | "PocketNetwork" | "Ronin" | "Vara" | "XPLA" | "Archway" | "Axelar" | "Dymension" | "Orai" | "Lukso" | "bitsCrunch" | "Reef" | "ImmutablezkEVM" | "BaseProtocol" | "ArbitrumNova" | "Canto" | "MetisDAO" | "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" | null | undefined;
|