@nexeraid/identity-schemas 2.174.0-dev → 2.176.0-dev
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{crystal.schema-ef302018.esm.mjs → CoinMarketCap.schema-6316f6bb.esm.mjs} +186 -177
- package/dist/{crystal.schema-0759eb7a.cjs.dev.cjs → CoinMarketCap.schema-b4189b4d.cjs.dev.cjs} +187 -176
- package/dist/{crystal.schema-66bf44a7.cjs.prod.cjs → CoinMarketCap.schema-f6abc72e.cjs.prod.cjs} +187 -176
- package/dist/declarations/src/providers/crystal-intelligence/crystal.schema.d.ts +0 -6
- package/dist/declarations/src/providers/crystal-intelligence/crystal.schema.d.ts.map +1 -1
- package/dist/declarations/src/providers/provider.schema.d.ts +75 -25
- package/dist/declarations/src/providers/provider.schema.d.ts.map +1 -1
- package/dist/declarations/src/wallet-screening.schema.d.ts +3 -2
- package/dist/declarations/src/wallet-screening.schema.d.ts.map +1 -1
- package/dist/declarations/src/webhooks/send-verification-flow-webhook.schema.d.ts +377 -0
- package/dist/declarations/src/webhooks/send-verification-flow-webhook.schema.d.ts.map +1 -1
- package/dist/{identity-api.schema-0f1b2bbc.cjs.dev.cjs → identity-api.schema-63f85340.cjs.dev.cjs} +1 -1
- package/dist/{identity-api.schema-c9548a70.cjs.prod.cjs → identity-api.schema-9677f8e2.cjs.prod.cjs} +1 -1
- package/dist/{identity-api.schema-99620d93.esm.mjs → identity-api.schema-bf2d3703.esm.mjs} +1 -1
- package/dist/nexeraid-identity-schemas.cjs.dev.cjs +6 -5
- package/dist/nexeraid-identity-schemas.cjs.prod.cjs +6 -5
- package/dist/nexeraid-identity-schemas.esm.mjs +6 -6
- package/dist/package.json +1 -1
- package/dist/{tfhe-utilities-26bedf96.cjs.prod.cjs → tfhe-utilities-36888915.cjs.prod.cjs} +2 -2
- package/dist/{tfhe-utilities-4c0fccc1.esm.mjs → tfhe-utilities-a1861b2b.esm.mjs} +2 -2
- package/dist/{tfhe-utilities-8ca5cd86.cjs.dev.cjs → tfhe-utilities-dd1748ed.cjs.dev.cjs} +2 -2
- package/dist/{toArray-adfee187.esm.mjs → toArray-152c0d5b.esm.mjs} +1 -1
- package/dist/{toArray-e56429ad.cjs.dev.cjs → toArray-821d47c4.cjs.dev.cjs} +1 -1
- package/dist/{toArray-9dfec846.cjs.prod.cjs → toArray-bb4cb04c.cjs.prod.cjs} +1 -1
- package/dist/{vault.schema-59376fdb.cjs.dev.cjs → vault.schema-16d917ad.cjs.dev.cjs} +3 -1
- package/dist/{vault.schema-b3a36686.cjs.prod.cjs → vault.schema-380e6c40.cjs.prod.cjs} +3 -1
- package/dist/{vault.schema-fc798fe1.esm.mjs → vault.schema-92859c2c.esm.mjs} +3 -2
- package/dist/{zod-utils-9f4fd4e5.cjs.dev.cjs → zod-utils-244f0543.cjs.dev.cjs} +2 -2
- package/dist/{zod-utils-5a6796e4.cjs.prod.cjs → zod-utils-3532edb3.cjs.prod.cjs} +2 -2
- package/dist/{zod-utils-4f8af160.esm.mjs → zod-utils-7a80f4e3.esm.mjs} +2 -2
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.cjs +2 -2
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.cjs +2 -2
- package/identity/dist/nexeraid-identity-schemas-identity.esm.mjs +2 -2
- package/package.json +1 -1
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.cjs +301 -299
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.cjs +301 -299
- package/providers/dist/nexeraid-identity-schemas-providers.esm.mjs +3 -3
- package/vault/dist/nexeraid-identity-schemas-vault.cjs.dev.cjs +3 -3
- package/vault/dist/nexeraid-identity-schemas-vault.cjs.prod.cjs +3 -3
- package/vault/dist/nexeraid-identity-schemas-vault.esm.mjs +3 -3
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.cjs +3 -3
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.cjs +3 -3
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.mjs +3 -3
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.cjs +22 -16
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +22 -16
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +11 -6
|
@@ -3,10 +3,10 @@ export declare const ProviderWithoutConfig: string[];
|
|
|
3
3
|
export declare const IdentityProviderOptions: readonly ["nexeraIdSSID", "nexeraIdKYB", "synaps", "ondato"];
|
|
4
4
|
export declare const IdentityProvider: z.ZodEnum<["nexeraIdSSID", "nexeraIdKYB", "synaps", "ondato"]>;
|
|
5
5
|
export type IdentityProvider = z.infer<typeof IdentityProvider>;
|
|
6
|
-
export declare const DataProviderOptions: readonly ["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "trmLabs", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore"];
|
|
7
|
-
export declare const DataProvider: z.ZodEnum<["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "trmLabs", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore"]>;
|
|
6
|
+
export declare const DataProviderOptions: readonly ["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "trmLabs", "crystal", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore"];
|
|
7
|
+
export declare const DataProvider: z.ZodEnum<["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "trmLabs", "crystal", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore"]>;
|
|
8
8
|
export type DataProvider = z.infer<typeof DataProvider>;
|
|
9
|
-
export declare const MergedProviders: z.ZodEnum<["nexeraIdSSID", "nexeraIdKYB", "synaps", "ondato", "complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "trmLabs", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore"]>;
|
|
9
|
+
export declare const MergedProviders: z.ZodEnum<["nexeraIdSSID", "nexeraIdKYB", "synaps", "ondato", "complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "trmLabs", "crystal", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore"]>;
|
|
10
10
|
export type MergedProviders = z.infer<typeof MergedProviders>;
|
|
11
11
|
export declare const MerkleScienceConfig: z.ZodObject<{
|
|
12
12
|
blockchain: 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"]>;
|
|
@@ -22,6 +22,14 @@ export declare const TRMLabsConfig: z.ZodObject<Omit<{
|
|
|
22
22
|
chain: z.ZodOptional<z.ZodNullable<z.ZodEnum<["avalanche_p_chain", "avalanche_x_chain", "aleo", "algorand", "aptos", "arbitrum", "avalanche_c_chain", "b3", "base", "berachain", "binance", "binance_smart_chain", "bitcoin", "bitcoin_cash", "bitcoin_gold", "bitcoin_sv", "blast", "bytom", "cardano", "celestia", "celo", "codex", "concordium", "cosmos", "dash", "dogecoin", "dydx", "elastos", "eos", "ethereum", "ethereum_classic", "fantom", "filecoin", "flow", "gunzilla", "hedera", "hyperliquid", "icon", "internet_computer", "iost", "iota", "klaytn", "lisk", "litecoin", "mode", "monad", "monero", "elrond", "near", "nebulas", "neo", "noble", "oasis", "omni", "ontology", "optimism", "pai", "polkadot", "polygon", "plume", "qtum", "ripple", "ronin", "sei", "solana", "soneium", "sonic", "strk", "steem", "stellar", "sui", "terra", "tezos", "ton", "tron", "unichain", "worldchain", "zcash", "zilliqa", "zksync", "zora", "ALL"]>>>;
|
|
23
23
|
address: z.ZodString;
|
|
24
24
|
}, "address" | "chain">, "strip", z.ZodTypeAny, {}, {}>;
|
|
25
|
+
export declare const CrystalIntelligenceConfig: z.ZodObject<Omit<{
|
|
26
|
+
address: z.ZodString;
|
|
27
|
+
currency: z.ZodString;
|
|
28
|
+
}, "address">, "strip", z.ZodTypeAny, {
|
|
29
|
+
currency: string;
|
|
30
|
+
}, {
|
|
31
|
+
currency: string;
|
|
32
|
+
}>;
|
|
25
33
|
export declare const ScorechainConfig: z.ZodObject<Omit<{
|
|
26
34
|
objectId: z.ZodString;
|
|
27
35
|
coin: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodLiteral<"MAIN">, z.ZodLiteral<"ALL">]>>>;
|
|
@@ -74,6 +82,7 @@ export type ChainalysisConfig = z.infer<typeof ChainalysisConfig>;
|
|
|
74
82
|
export type IpQualityConfig = z.infer<typeof IpQualityConfig>;
|
|
75
83
|
export type BigConfig = z.infer<typeof BigConfig>;
|
|
76
84
|
export type TRMLabsConfig = z.infer<typeof TRMLabsConfig>;
|
|
85
|
+
export type CrystalIntelligenceConfig = z.infer<typeof CrystalIntelligenceConfig>;
|
|
77
86
|
export declare const BaseProvider: z.ZodObject<{
|
|
78
87
|
enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
79
88
|
apiKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -448,6 +457,47 @@ export declare const TRMLabsProvider: z.ZodObject<{
|
|
|
448
457
|
} | null | undefined;
|
|
449
458
|
}>;
|
|
450
459
|
export type TRMLabsProvider = z.infer<typeof TRMLabsProvider>;
|
|
460
|
+
export declare const CrystalIntelligenceProvider: z.ZodObject<{
|
|
461
|
+
enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
462
|
+
apiKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
463
|
+
integrationType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["integrated", "external"]>>>;
|
|
464
|
+
} & {
|
|
465
|
+
onRulesEngine: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
466
|
+
enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
467
|
+
}, "strip", z.ZodTypeAny, {
|
|
468
|
+
enabled?: boolean | null | undefined;
|
|
469
|
+
}, {
|
|
470
|
+
enabled?: boolean | null | undefined;
|
|
471
|
+
}>>>;
|
|
472
|
+
onNewRecord: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
473
|
+
enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
474
|
+
}, "strip", z.ZodTypeAny, {
|
|
475
|
+
enabled?: boolean | null | undefined;
|
|
476
|
+
}, {
|
|
477
|
+
enabled?: boolean | null | undefined;
|
|
478
|
+
}>>>;
|
|
479
|
+
}, "strip", z.ZodTypeAny, {
|
|
480
|
+
enabled?: boolean | null | undefined;
|
|
481
|
+
apiKey?: string | null | undefined;
|
|
482
|
+
integrationType?: "integrated" | "external" | null | undefined;
|
|
483
|
+
onRulesEngine?: {
|
|
484
|
+
enabled?: boolean | null | undefined;
|
|
485
|
+
} | null | undefined;
|
|
486
|
+
onNewRecord?: {
|
|
487
|
+
enabled?: boolean | null | undefined;
|
|
488
|
+
} | null | undefined;
|
|
489
|
+
}, {
|
|
490
|
+
enabled?: boolean | null | undefined;
|
|
491
|
+
apiKey?: string | null | undefined;
|
|
492
|
+
integrationType?: "integrated" | "external" | null | undefined;
|
|
493
|
+
onRulesEngine?: {
|
|
494
|
+
enabled?: boolean | null | undefined;
|
|
495
|
+
} | null | undefined;
|
|
496
|
+
onNewRecord?: {
|
|
497
|
+
enabled?: boolean | null | undefined;
|
|
498
|
+
} | null | undefined;
|
|
499
|
+
}>;
|
|
500
|
+
export type CrystalIntelligenceProvider = z.infer<typeof CrystalIntelligenceProvider>;
|
|
451
501
|
export declare const IpqualityscoreProvider: z.ZodObject<{
|
|
452
502
|
enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
453
503
|
apiKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -697,7 +747,7 @@ export declare const SynapsProvider: z.ZodObject<{
|
|
|
697
747
|
export declare const ProviderData: z.ZodObject<{
|
|
698
748
|
id: z.ZodString;
|
|
699
749
|
projectId: z.ZodString;
|
|
700
|
-
provider: z.ZodUnion<[z.ZodEnum<["nexeraIdSSID", "nexeraIdKYB", "synaps", "ondato"]>, z.ZodEnum<["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "trmLabs", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore"]>]>;
|
|
750
|
+
provider: z.ZodUnion<[z.ZodEnum<["nexeraIdSSID", "nexeraIdKYB", "synaps", "ondato"]>, z.ZodEnum<["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "trmLabs", "crystal", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore"]>]>;
|
|
701
751
|
type: z.ZodEnum<["identity", "data"]>;
|
|
702
752
|
nexeraIdSSID: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
703
753
|
enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -1497,7 +1547,7 @@ export declare const ProviderData: z.ZodObject<{
|
|
|
1497
1547
|
id: string;
|
|
1498
1548
|
type: "data" | "identity";
|
|
1499
1549
|
projectId: string;
|
|
1500
|
-
provider: "trmLabs" | "chainalysis" | "merkleScience" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore";
|
|
1550
|
+
provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore";
|
|
1501
1551
|
chainalysis?: {
|
|
1502
1552
|
enabled?: boolean | null | undefined;
|
|
1503
1553
|
apiKey?: string | null | undefined;
|
|
@@ -1680,7 +1730,7 @@ export declare const ProviderData: z.ZodObject<{
|
|
|
1680
1730
|
id: string;
|
|
1681
1731
|
type: "data" | "identity";
|
|
1682
1732
|
projectId: string;
|
|
1683
|
-
provider: "trmLabs" | "chainalysis" | "merkleScience" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore";
|
|
1733
|
+
provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore";
|
|
1684
1734
|
chainalysis?: {
|
|
1685
1735
|
enabled?: boolean | null | undefined;
|
|
1686
1736
|
apiKey?: string | null | undefined;
|
|
@@ -1864,7 +1914,7 @@ export type ProviderData = z.infer<typeof ProviderData>;
|
|
|
1864
1914
|
export declare const ProviderDataProject: z.ZodObject<Omit<{
|
|
1865
1915
|
id: z.ZodString;
|
|
1866
1916
|
projectId: z.ZodString;
|
|
1867
|
-
provider: z.ZodUnion<[z.ZodEnum<["nexeraIdSSID", "nexeraIdKYB", "synaps", "ondato"]>, z.ZodEnum<["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "trmLabs", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore"]>]>;
|
|
1917
|
+
provider: z.ZodUnion<[z.ZodEnum<["nexeraIdSSID", "nexeraIdKYB", "synaps", "ondato"]>, z.ZodEnum<["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "trmLabs", "crystal", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore"]>]>;
|
|
1868
1918
|
type: z.ZodEnum<["identity", "data"]>;
|
|
1869
1919
|
nexeraIdSSID: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1870
1920
|
enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -2671,7 +2721,7 @@ export declare const ProviderDataProject: z.ZodObject<Omit<{
|
|
|
2671
2721
|
}, "strip", z.ZodTypeAny, {
|
|
2672
2722
|
id: string;
|
|
2673
2723
|
type: "data" | "identity";
|
|
2674
|
-
provider: "trmLabs" | "chainalysis" | "merkleScience" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore";
|
|
2724
|
+
provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore";
|
|
2675
2725
|
project: {
|
|
2676
2726
|
id: string;
|
|
2677
2727
|
};
|
|
@@ -2856,7 +2906,7 @@ export declare const ProviderDataProject: z.ZodObject<Omit<{
|
|
|
2856
2906
|
}, {
|
|
2857
2907
|
id: string;
|
|
2858
2908
|
type: "data" | "identity";
|
|
2859
|
-
provider: "trmLabs" | "chainalysis" | "merkleScience" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore";
|
|
2909
|
+
provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore";
|
|
2860
2910
|
project: {
|
|
2861
2911
|
id: string;
|
|
2862
2912
|
};
|
|
@@ -3043,7 +3093,7 @@ export type ProviderDataProject = z.infer<typeof ProviderDataProject>;
|
|
|
3043
3093
|
export declare const GetProvidersResponse: z.ZodArray<z.ZodObject<Omit<{
|
|
3044
3094
|
id: z.ZodString;
|
|
3045
3095
|
projectId: z.ZodString;
|
|
3046
|
-
provider: z.ZodUnion<[z.ZodEnum<["nexeraIdSSID", "nexeraIdKYB", "synaps", "ondato"]>, z.ZodEnum<["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "trmLabs", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore"]>]>;
|
|
3096
|
+
provider: z.ZodUnion<[z.ZodEnum<["nexeraIdSSID", "nexeraIdKYB", "synaps", "ondato"]>, z.ZodEnum<["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "trmLabs", "crystal", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore"]>]>;
|
|
3047
3097
|
type: z.ZodEnum<["identity", "data"]>;
|
|
3048
3098
|
nexeraIdSSID: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
3049
3099
|
enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -3850,7 +3900,7 @@ export declare const GetProvidersResponse: z.ZodArray<z.ZodObject<Omit<{
|
|
|
3850
3900
|
}, "strip", z.ZodTypeAny, {
|
|
3851
3901
|
id: string;
|
|
3852
3902
|
type: "data" | "identity";
|
|
3853
|
-
provider: "trmLabs" | "chainalysis" | "merkleScience" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore";
|
|
3903
|
+
provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore";
|
|
3854
3904
|
project: {
|
|
3855
3905
|
id: string;
|
|
3856
3906
|
};
|
|
@@ -4035,7 +4085,7 @@ export declare const GetProvidersResponse: z.ZodArray<z.ZodObject<Omit<{
|
|
|
4035
4085
|
}, {
|
|
4036
4086
|
id: string;
|
|
4037
4087
|
type: "data" | "identity";
|
|
4038
|
-
provider: "trmLabs" | "chainalysis" | "merkleScience" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore";
|
|
4088
|
+
provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore";
|
|
4039
4089
|
project: {
|
|
4040
4090
|
id: string;
|
|
4041
4091
|
};
|
|
@@ -4222,7 +4272,7 @@ export type GetProvidersResponse = z.infer<typeof GetProvidersResponse>;
|
|
|
4222
4272
|
export declare const GetProviderResponse: z.ZodObject<{
|
|
4223
4273
|
id: z.ZodString;
|
|
4224
4274
|
projectId: z.ZodString;
|
|
4225
|
-
provider: z.ZodUnion<[z.ZodEnum<["nexeraIdSSID", "nexeraIdKYB", "synaps", "ondato"]>, z.ZodEnum<["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "trmLabs", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore"]>]>;
|
|
4275
|
+
provider: z.ZodUnion<[z.ZodEnum<["nexeraIdSSID", "nexeraIdKYB", "synaps", "ondato"]>, z.ZodEnum<["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "trmLabs", "crystal", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore"]>]>;
|
|
4226
4276
|
type: z.ZodEnum<["identity", "data"]>;
|
|
4227
4277
|
nexeraIdSSID: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
4228
4278
|
enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -5022,7 +5072,7 @@ export declare const GetProviderResponse: z.ZodObject<{
|
|
|
5022
5072
|
id: string;
|
|
5023
5073
|
type: "data" | "identity";
|
|
5024
5074
|
projectId: string;
|
|
5025
|
-
provider: "trmLabs" | "chainalysis" | "merkleScience" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore";
|
|
5075
|
+
provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore";
|
|
5026
5076
|
chainalysis?: {
|
|
5027
5077
|
enabled?: boolean | null | undefined;
|
|
5028
5078
|
apiKey?: string | null | undefined;
|
|
@@ -5205,7 +5255,7 @@ export declare const GetProviderResponse: z.ZodObject<{
|
|
|
5205
5255
|
id: string;
|
|
5206
5256
|
type: "data" | "identity";
|
|
5207
5257
|
projectId: string;
|
|
5208
|
-
provider: "trmLabs" | "chainalysis" | "merkleScience" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore";
|
|
5258
|
+
provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore";
|
|
5209
5259
|
chainalysis?: {
|
|
5210
5260
|
enabled?: boolean | null | undefined;
|
|
5211
5261
|
apiKey?: string | null | undefined;
|
|
@@ -5389,7 +5439,7 @@ export type GetProviderResponse = z.infer<typeof GetProviderResponse>;
|
|
|
5389
5439
|
export declare const CreateProviderInput: z.ZodObject<Omit<{
|
|
5390
5440
|
id: z.ZodString;
|
|
5391
5441
|
projectId: z.ZodString;
|
|
5392
|
-
provider: z.ZodUnion<[z.ZodEnum<["nexeraIdSSID", "nexeraIdKYB", "synaps", "ondato"]>, z.ZodEnum<["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "trmLabs", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore"]>]>;
|
|
5442
|
+
provider: z.ZodUnion<[z.ZodEnum<["nexeraIdSSID", "nexeraIdKYB", "synaps", "ondato"]>, z.ZodEnum<["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "trmLabs", "crystal", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore"]>]>;
|
|
5393
5443
|
type: z.ZodEnum<["identity", "data"]>;
|
|
5394
5444
|
nexeraIdSSID: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
5395
5445
|
enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -6188,7 +6238,7 @@ export declare const CreateProviderInput: z.ZodObject<Omit<{
|
|
|
6188
6238
|
}, "id" | "type" | "projectId"> & {
|
|
6189
6239
|
project: z.ZodString;
|
|
6190
6240
|
}, "strip", z.ZodTypeAny, {
|
|
6191
|
-
provider: "trmLabs" | "chainalysis" | "merkleScience" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore";
|
|
6241
|
+
provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore";
|
|
6192
6242
|
project: string;
|
|
6193
6243
|
chainalysis?: {
|
|
6194
6244
|
enabled?: boolean | null | undefined;
|
|
@@ -6369,7 +6419,7 @@ export declare const CreateProviderInput: z.ZodObject<Omit<{
|
|
|
6369
6419
|
} | null | undefined;
|
|
6370
6420
|
} | null | undefined;
|
|
6371
6421
|
}, {
|
|
6372
|
-
provider: "trmLabs" | "chainalysis" | "merkleScience" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore";
|
|
6422
|
+
provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore";
|
|
6373
6423
|
project: string;
|
|
6374
6424
|
chainalysis?: {
|
|
6375
6425
|
enabled?: boolean | null | undefined;
|
|
@@ -6554,7 +6604,7 @@ export type CreateProviderInput = z.infer<typeof CreateProviderInput>;
|
|
|
6554
6604
|
export declare const CreateProviderResponse: z.ZodObject<Omit<{
|
|
6555
6605
|
id: z.ZodString;
|
|
6556
6606
|
projectId: z.ZodString;
|
|
6557
|
-
provider: z.ZodUnion<[z.ZodEnum<["nexeraIdSSID", "nexeraIdKYB", "synaps", "ondato"]>, z.ZodEnum<["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "trmLabs", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore"]>]>;
|
|
6607
|
+
provider: z.ZodUnion<[z.ZodEnum<["nexeraIdSSID", "nexeraIdKYB", "synaps", "ondato"]>, z.ZodEnum<["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "trmLabs", "crystal", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore"]>]>;
|
|
6558
6608
|
type: z.ZodEnum<["identity", "data"]>;
|
|
6559
6609
|
nexeraIdSSID: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
6560
6610
|
enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -7353,7 +7403,7 @@ export declare const CreateProviderResponse: z.ZodObject<Omit<{
|
|
|
7353
7403
|
}, "type" | "chainalysis" | "merkleScience" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "big" | "scorechain" | "integratedScorechain" | "integratedIpqualityscore" | "ipqualityscore">, "strip", z.ZodTypeAny, {
|
|
7354
7404
|
id: string;
|
|
7355
7405
|
projectId: string;
|
|
7356
|
-
provider: "trmLabs" | "chainalysis" | "merkleScience" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore";
|
|
7406
|
+
provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore";
|
|
7357
7407
|
ondato?: {
|
|
7358
7408
|
enabled?: boolean | null | undefined;
|
|
7359
7409
|
apiKey?: string | null | undefined;
|
|
@@ -7394,7 +7444,7 @@ export declare const CreateProviderResponse: z.ZodObject<Omit<{
|
|
|
7394
7444
|
}, {
|
|
7395
7445
|
id: string;
|
|
7396
7446
|
projectId: string;
|
|
7397
|
-
provider: "trmLabs" | "chainalysis" | "merkleScience" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore";
|
|
7447
|
+
provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore";
|
|
7398
7448
|
ondato?: {
|
|
7399
7449
|
enabled?: boolean | null | undefined;
|
|
7400
7450
|
apiKey?: string | null | undefined;
|
|
@@ -7439,7 +7489,7 @@ export declare const UpdateProviderInput: z.ZodObject<{
|
|
|
7439
7489
|
input: z.ZodObject<Omit<{
|
|
7440
7490
|
id: z.ZodString;
|
|
7441
7491
|
projectId: z.ZodString;
|
|
7442
|
-
provider: z.ZodUnion<[z.ZodEnum<["nexeraIdSSID", "nexeraIdKYB", "synaps", "ondato"]>, z.ZodEnum<["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "trmLabs", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore"]>]>;
|
|
7492
|
+
provider: z.ZodUnion<[z.ZodEnum<["nexeraIdSSID", "nexeraIdKYB", "synaps", "ondato"]>, z.ZodEnum<["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "trmLabs", "crystal", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore"]>]>;
|
|
7443
7493
|
type: z.ZodEnum<["identity", "data"]>;
|
|
7444
7494
|
nexeraIdSSID: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
7445
7495
|
enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -8963,7 +9013,7 @@ export type UpdateProviderInput = z.infer<typeof UpdateProviderInput>;
|
|
|
8963
9013
|
export declare const UpdateProviderResponse: z.ZodObject<{
|
|
8964
9014
|
id: z.ZodString;
|
|
8965
9015
|
projectId: z.ZodString;
|
|
8966
|
-
provider: z.ZodUnion<[z.ZodEnum<["nexeraIdSSID", "nexeraIdKYB", "synaps", "ondato"]>, z.ZodEnum<["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "trmLabs", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore"]>]>;
|
|
9016
|
+
provider: z.ZodUnion<[z.ZodEnum<["nexeraIdSSID", "nexeraIdKYB", "synaps", "ondato"]>, z.ZodEnum<["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "trmLabs", "crystal", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore"]>]>;
|
|
8967
9017
|
type: z.ZodEnum<["identity", "data"]>;
|
|
8968
9018
|
nexeraIdSSID: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
8969
9019
|
enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -9763,7 +9813,7 @@ export declare const UpdateProviderResponse: z.ZodObject<{
|
|
|
9763
9813
|
id: string;
|
|
9764
9814
|
type: "data" | "identity";
|
|
9765
9815
|
projectId: string;
|
|
9766
|
-
provider: "trmLabs" | "chainalysis" | "merkleScience" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore";
|
|
9816
|
+
provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore";
|
|
9767
9817
|
chainalysis?: {
|
|
9768
9818
|
enabled?: boolean | null | undefined;
|
|
9769
9819
|
apiKey?: string | null | undefined;
|
|
@@ -9946,7 +9996,7 @@ export declare const UpdateProviderResponse: z.ZodObject<{
|
|
|
9946
9996
|
id: string;
|
|
9947
9997
|
type: "data" | "identity";
|
|
9948
9998
|
projectId: string;
|
|
9949
|
-
provider: "trmLabs" | "chainalysis" | "merkleScience" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore";
|
|
9999
|
+
provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore";
|
|
9950
10000
|
chainalysis?: {
|
|
9951
10001
|
enabled?: boolean | null | undefined;
|
|
9952
10002
|
apiKey?: string | null | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"provider.schema.d.ts","sourceRoot":"../../../../src/providers","sources":["provider.schema.ts"],"names":[],"mappings":"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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAQ9B,CAAC;AACH,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC;AAEtE,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAe,CAAC;AACnD,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAE5E,eAAO,MAAM,mBAAmB;;;;;;;;;EAG9B,CAAC;AACH,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC;AAEtE,eAAO,MAAM,mBAAmB;;;;;;EAE9B,CAAC;AACH,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC;AAEtE,eAAO,MAAM,sBAAsB;;;;;;EAEjC,CAAC;AACH,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAC5E,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC;AACxE,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC;AACtE,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,YAAY,CAAC,CAAC"}
|
|
1
|
+
{"version":3,"file":"provider.schema.d.ts","sourceRoot":"../../../../src/providers","sources":["provider.schema.ts"],"names":[],"mappings":"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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAe,CAAC;AAChD,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC;AAEtE,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAM9B,CAAC;AACH,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC;AAEtE,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAYjC,CAAC;AACH,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAE5E,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAQ9B,CAAC;AACH,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC;AAEtE,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAe,CAAC;AACnD,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAE5E,eAAO,MAAM,mBAAmB;;;;;;;;;EAG9B,CAAC;AACH,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC;AAEtE,eAAO,MAAM,mBAAmB;;;;;;EAE9B,CAAC;AACH,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC;AAEtE,eAAO,MAAM,sBAAsB;;;;;;EAEjC,CAAC;AACH,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAC5E,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC;AACxE,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC;AACtE,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,YAAY,CAAC,CAAC"}
|
|
@@ -78,7 +78,8 @@ export declare const WalletScreeningData: z.ZodObject<{
|
|
|
78
78
|
screeningUrl?: string | undefined;
|
|
79
79
|
}>;
|
|
80
80
|
export type WalletScreeningData = z.infer<typeof WalletScreeningData>;
|
|
81
|
-
export declare const WalletScreeningProviders: readonly ["trmLabs", "chainalysis", "merkleScience", "bigCs", "scoreChain"];
|
|
82
|
-
export declare const WalletScreeningProvider: z.ZodEnum<["trmLabs", "chainalysis", "merkleScience", "bigCs", "scoreChain"]>;
|
|
81
|
+
export declare const WalletScreeningProviders: readonly ["trmLabs", "chainalysis", "merkleScience", "crystal", "bigCs", "scoreChain"];
|
|
82
|
+
export declare const WalletScreeningProvider: z.ZodEnum<["trmLabs", "chainalysis", "merkleScience", "crystal", "bigCs", "scoreChain"]>;
|
|
83
83
|
export type WalletScreeningProvider = z.infer<typeof WalletScreeningProvider>;
|
|
84
|
+
export declare const WalletScreeningProviderName: Record<WalletScreeningProvider, string>;
|
|
84
85
|
//# sourceMappingURL=wallet-screening.schema.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"wallet-screening.schema.d.ts","sourceRoot":"../../../src","sources":["wallet-screening.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAUxB,eAAO,MAAM,sBAAsB;;;;;;;;;EAGjC,CAAC;AACH,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAE5E,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAa9B,CAAC;AACH,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC;AAEtE,eAAO,MAAM,wBAAwB,
|
|
1
|
+
{"version":3,"file":"wallet-screening.schema.d.ts","sourceRoot":"../../../src","sources":["wallet-screening.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAUxB,eAAO,MAAM,sBAAsB;;;;;;;;;EAGjC,CAAC;AACH,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAE5E,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAa9B,CAAC;AACH,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC;AAEtE,eAAO,MAAM,wBAAwB,wFAO3B,CAAC;AACX,eAAO,MAAM,uBAAuB,0FAAmC,CAAC;AACxE,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC;AAE9E,eAAO,MAAM,2BAA2B,EAAE,MAAM,CAC9C,uBAAuB,EACvB,MAAM,CAQP,CAAC"}
|