@nexeraid/identity-schemas 2.157.0-dev → 2.158.0-dev
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{CoinMarketCap.schema-d83953d0.esm.mjs → CoinMarketCap.schema-649afa76.esm.mjs} +2 -1
- package/dist/{CoinMarketCap.schema-00a140f7.cjs.prod.cjs → CoinMarketCap.schema-99ab9d62.cjs.prod.cjs} +2 -1
- package/dist/{CoinMarketCap.schema-dd6c8043.cjs.dev.cjs → CoinMarketCap.schema-cb186e6b.cjs.dev.cjs} +2 -1
- package/dist/declarations/src/providers/provider.schema.d.ts +219 -25
- package/dist/declarations/src/providers/provider.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.cjs +1 -1
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.cjs +1 -1
- package/providers/dist/nexeraid-identity-schemas-providers.esm.mjs +1 -1
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.cjs +1 -1
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +1 -1
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +1 -1
package/dist/{CoinMarketCap.schema-d83953d0.esm.mjs → CoinMarketCap.schema-649afa76.esm.mjs}
RENAMED
|
@@ -1198,7 +1198,7 @@ var MerkleAddressResponse = z.union([MerkleAddressApiResponse, MerkleAddressApiE
|
|
|
1198
1198
|
|
|
1199
1199
|
// scorechain and integratedScorechain do have a config but coin and depth field are hidden
|
|
1200
1200
|
var ProviderWithoutConfig = ["chainalysis", "scorechain", "integratedScorechain"];
|
|
1201
|
-
var IdentityProviderOptions = ["nexeraIdSSID", "nexeraIdKYB", "synaps"];
|
|
1201
|
+
var IdentityProviderOptions = ["nexeraIdSSID", "nexeraIdKYB", "synaps", "ondato"];
|
|
1202
1202
|
var IdentityProvider = z["enum"](IdentityProviderOptions);
|
|
1203
1203
|
var DataProviderOptions = ["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore"];
|
|
1204
1204
|
var DataProvider = z["enum"](DataProviderOptions);
|
|
@@ -1320,6 +1320,7 @@ var ProviderData = z.object({
|
|
|
1320
1320
|
nexeraIdKYB: NexeraIdKYBProvider.nullish(),
|
|
1321
1321
|
complyAdvantage: ComplyAdvantageProvider.nullish(),
|
|
1322
1322
|
synaps: SynapsProvider.nullish(),
|
|
1323
|
+
ondato: BaseProvider.nullish(),
|
|
1323
1324
|
big: BigProvider.nullish(),
|
|
1324
1325
|
scorechain: ScorechainProvider.nullish(),
|
|
1325
1326
|
ipqualityscore: IpqualityscoreProvider.nullish(),
|
|
@@ -1200,7 +1200,7 @@ var MerkleAddressResponse = zod.z.union([MerkleAddressApiResponse, MerkleAddress
|
|
|
1200
1200
|
|
|
1201
1201
|
// scorechain and integratedScorechain do have a config but coin and depth field are hidden
|
|
1202
1202
|
var ProviderWithoutConfig = ["chainalysis", "scorechain", "integratedScorechain"];
|
|
1203
|
-
var IdentityProviderOptions = ["nexeraIdSSID", "nexeraIdKYB", "synaps"];
|
|
1203
|
+
var IdentityProviderOptions = ["nexeraIdSSID", "nexeraIdKYB", "synaps", "ondato"];
|
|
1204
1204
|
var IdentityProvider = zod.z["enum"](IdentityProviderOptions);
|
|
1205
1205
|
var DataProviderOptions = ["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore"];
|
|
1206
1206
|
var DataProvider = zod.z["enum"](DataProviderOptions);
|
|
@@ -1322,6 +1322,7 @@ var ProviderData = zod.z.object({
|
|
|
1322
1322
|
nexeraIdKYB: NexeraIdKYBProvider.nullish(),
|
|
1323
1323
|
complyAdvantage: ComplyAdvantageProvider.nullish(),
|
|
1324
1324
|
synaps: SynapsProvider.nullish(),
|
|
1325
|
+
ondato: BaseProvider.nullish(),
|
|
1325
1326
|
big: BigProvider.nullish(),
|
|
1326
1327
|
scorechain: ScorechainProvider.nullish(),
|
|
1327
1328
|
ipqualityscore: IpqualityscoreProvider.nullish(),
|
package/dist/{CoinMarketCap.schema-dd6c8043.cjs.dev.cjs → CoinMarketCap.schema-cb186e6b.cjs.dev.cjs}
RENAMED
|
@@ -1200,7 +1200,7 @@ var MerkleAddressResponse = zod.z.union([MerkleAddressApiResponse, MerkleAddress
|
|
|
1200
1200
|
|
|
1201
1201
|
// scorechain and integratedScorechain do have a config but coin and depth field are hidden
|
|
1202
1202
|
var ProviderWithoutConfig = ["chainalysis", "scorechain", "integratedScorechain"];
|
|
1203
|
-
var IdentityProviderOptions = ["nexeraIdSSID", "nexeraIdKYB", "synaps"];
|
|
1203
|
+
var IdentityProviderOptions = ["nexeraIdSSID", "nexeraIdKYB", "synaps", "ondato"];
|
|
1204
1204
|
var IdentityProvider = zod.z["enum"](IdentityProviderOptions);
|
|
1205
1205
|
var DataProviderOptions = ["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore"];
|
|
1206
1206
|
var DataProvider = zod.z["enum"](DataProviderOptions);
|
|
@@ -1322,6 +1322,7 @@ var ProviderData = zod.z.object({
|
|
|
1322
1322
|
nexeraIdKYB: NexeraIdKYBProvider.nullish(),
|
|
1323
1323
|
complyAdvantage: ComplyAdvantageProvider.nullish(),
|
|
1324
1324
|
synaps: SynapsProvider.nullish(),
|
|
1325
|
+
ondato: BaseProvider.nullish(),
|
|
1325
1326
|
big: BigProvider.nullish(),
|
|
1326
1327
|
scorechain: ScorechainProvider.nullish(),
|
|
1327
1328
|
ipqualityscore: IpqualityscoreProvider.nullish(),
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
export declare const ProviderWithoutConfig: string[];
|
|
3
|
-
export declare const IdentityProviderOptions: readonly ["nexeraIdSSID", "nexeraIdKYB", "synaps"];
|
|
4
|
-
export declare const IdentityProvider: z.ZodEnum<["nexeraIdSSID", "nexeraIdKYB", "synaps"]>;
|
|
3
|
+
export declare const IdentityProviderOptions: readonly ["nexeraIdSSID", "nexeraIdKYB", "synaps", "ondato"];
|
|
4
|
+
export declare const IdentityProvider: z.ZodEnum<["nexeraIdSSID", "nexeraIdKYB", "synaps", "ondato"]>;
|
|
5
5
|
export type IdentityProvider = z.infer<typeof IdentityProvider>;
|
|
6
6
|
export declare const DataProviderOptions: readonly ["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore"];
|
|
7
7
|
export declare const DataProvider: z.ZodEnum<["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore"]>;
|
|
8
8
|
export type DataProvider = z.infer<typeof DataProvider>;
|
|
9
|
-
export declare const MergedProviders: z.ZodEnum<["nexeraIdSSID", "nexeraIdKYB", "synaps", "complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore"]>;
|
|
9
|
+
export declare const MergedProviders: z.ZodEnum<["nexeraIdSSID", "nexeraIdKYB", "synaps", "ondato", "complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "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"]>;
|
|
@@ -651,7 +651,7 @@ export declare const SynapsProvider: z.ZodObject<{
|
|
|
651
651
|
export declare const ProviderData: z.ZodObject<{
|
|
652
652
|
id: z.ZodString;
|
|
653
653
|
projectId: z.ZodString;
|
|
654
|
-
provider: z.ZodUnion<[z.ZodEnum<["nexeraIdSSID", "nexeraIdKYB", "synaps"]>, z.ZodEnum<["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore"]>]>;
|
|
654
|
+
provider: z.ZodUnion<[z.ZodEnum<["nexeraIdSSID", "nexeraIdKYB", "synaps", "ondato"]>, z.ZodEnum<["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore"]>]>;
|
|
655
655
|
type: z.ZodEnum<["identity", "data"]>;
|
|
656
656
|
nexeraIdSSID: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
657
657
|
enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -767,6 +767,19 @@ export declare const ProviderData: z.ZodObject<{
|
|
|
767
767
|
integrationType?: "integrated" | "external" | null | undefined;
|
|
768
768
|
webhookSecret?: string | null | undefined;
|
|
769
769
|
}>>>;
|
|
770
|
+
ondato: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
771
|
+
enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
772
|
+
apiKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
773
|
+
integrationType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["integrated", "external"]>>>;
|
|
774
|
+
}, "strip", z.ZodTypeAny, {
|
|
775
|
+
enabled?: boolean | null | undefined;
|
|
776
|
+
apiKey?: string | null | undefined;
|
|
777
|
+
integrationType?: "integrated" | "external" | null | undefined;
|
|
778
|
+
}, {
|
|
779
|
+
enabled?: boolean | null | undefined;
|
|
780
|
+
apiKey?: string | null | undefined;
|
|
781
|
+
integrationType?: "integrated" | "external" | null | undefined;
|
|
782
|
+
}>>>;
|
|
770
783
|
big: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
771
784
|
enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
772
785
|
apiKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -1438,7 +1451,7 @@ export declare const ProviderData: z.ZodObject<{
|
|
|
1438
1451
|
id: string;
|
|
1439
1452
|
type: "data" | "identity";
|
|
1440
1453
|
projectId: string;
|
|
1441
|
-
provider: "chainalysis" | "merkleScience" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore";
|
|
1454
|
+
provider: "chainalysis" | "merkleScience" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore";
|
|
1442
1455
|
chainalysis?: {
|
|
1443
1456
|
enabled?: boolean | null | undefined;
|
|
1444
1457
|
apiKey?: string | null | undefined;
|
|
@@ -1483,6 +1496,11 @@ export declare const ProviderData: z.ZodObject<{
|
|
|
1483
1496
|
integrationType?: "integrated" | "external" | null | undefined;
|
|
1484
1497
|
webhookSecret?: string | null | undefined;
|
|
1485
1498
|
} | null | undefined;
|
|
1499
|
+
ondato?: {
|
|
1500
|
+
enabled?: boolean | null | undefined;
|
|
1501
|
+
apiKey?: string | null | undefined;
|
|
1502
|
+
integrationType?: "integrated" | "external" | null | undefined;
|
|
1503
|
+
} | null | undefined;
|
|
1486
1504
|
complyAdvantage?: {
|
|
1487
1505
|
enabled?: boolean | null | undefined;
|
|
1488
1506
|
apiKey?: string | null | undefined;
|
|
@@ -1616,7 +1634,7 @@ export declare const ProviderData: z.ZodObject<{
|
|
|
1616
1634
|
id: string;
|
|
1617
1635
|
type: "data" | "identity";
|
|
1618
1636
|
projectId: string;
|
|
1619
|
-
provider: "chainalysis" | "merkleScience" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore";
|
|
1637
|
+
provider: "chainalysis" | "merkleScience" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore";
|
|
1620
1638
|
chainalysis?: {
|
|
1621
1639
|
enabled?: boolean | null | undefined;
|
|
1622
1640
|
apiKey?: string | null | undefined;
|
|
@@ -1661,6 +1679,11 @@ export declare const ProviderData: z.ZodObject<{
|
|
|
1661
1679
|
integrationType?: "integrated" | "external" | null | undefined;
|
|
1662
1680
|
webhookSecret?: string | null | undefined;
|
|
1663
1681
|
} | null | undefined;
|
|
1682
|
+
ondato?: {
|
|
1683
|
+
enabled?: boolean | null | undefined;
|
|
1684
|
+
apiKey?: string | null | undefined;
|
|
1685
|
+
integrationType?: "integrated" | "external" | null | undefined;
|
|
1686
|
+
} | null | undefined;
|
|
1664
1687
|
complyAdvantage?: {
|
|
1665
1688
|
enabled?: boolean | null | undefined;
|
|
1666
1689
|
apiKey?: string | null | undefined;
|
|
@@ -1795,7 +1818,7 @@ export type ProviderData = z.infer<typeof ProviderData>;
|
|
|
1795
1818
|
export declare const ProviderDataProject: z.ZodObject<Omit<{
|
|
1796
1819
|
id: z.ZodString;
|
|
1797
1820
|
projectId: z.ZodString;
|
|
1798
|
-
provider: z.ZodUnion<[z.ZodEnum<["nexeraIdSSID", "nexeraIdKYB", "synaps"]>, z.ZodEnum<["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore"]>]>;
|
|
1821
|
+
provider: z.ZodUnion<[z.ZodEnum<["nexeraIdSSID", "nexeraIdKYB", "synaps", "ondato"]>, z.ZodEnum<["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore"]>]>;
|
|
1799
1822
|
type: z.ZodEnum<["identity", "data"]>;
|
|
1800
1823
|
nexeraIdSSID: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1801
1824
|
enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -1911,6 +1934,19 @@ export declare const ProviderDataProject: z.ZodObject<Omit<{
|
|
|
1911
1934
|
integrationType?: "integrated" | "external" | null | undefined;
|
|
1912
1935
|
webhookSecret?: string | null | undefined;
|
|
1913
1936
|
}>>>;
|
|
1937
|
+
ondato: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1938
|
+
enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1939
|
+
apiKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1940
|
+
integrationType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["integrated", "external"]>>>;
|
|
1941
|
+
}, "strip", z.ZodTypeAny, {
|
|
1942
|
+
enabled?: boolean | null | undefined;
|
|
1943
|
+
apiKey?: string | null | undefined;
|
|
1944
|
+
integrationType?: "integrated" | "external" | null | undefined;
|
|
1945
|
+
}, {
|
|
1946
|
+
enabled?: boolean | null | undefined;
|
|
1947
|
+
apiKey?: string | null | undefined;
|
|
1948
|
+
integrationType?: "integrated" | "external" | null | undefined;
|
|
1949
|
+
}>>>;
|
|
1914
1950
|
big: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1915
1951
|
enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1916
1952
|
apiKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -2589,7 +2625,7 @@ export declare const ProviderDataProject: z.ZodObject<Omit<{
|
|
|
2589
2625
|
}, "strip", z.ZodTypeAny, {
|
|
2590
2626
|
id: string;
|
|
2591
2627
|
type: "data" | "identity";
|
|
2592
|
-
provider: "chainalysis" | "merkleScience" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore";
|
|
2628
|
+
provider: "chainalysis" | "merkleScience" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore";
|
|
2593
2629
|
project: {
|
|
2594
2630
|
id: string;
|
|
2595
2631
|
};
|
|
@@ -2637,6 +2673,11 @@ export declare const ProviderDataProject: z.ZodObject<Omit<{
|
|
|
2637
2673
|
integrationType?: "integrated" | "external" | null | undefined;
|
|
2638
2674
|
webhookSecret?: string | null | undefined;
|
|
2639
2675
|
} | null | undefined;
|
|
2676
|
+
ondato?: {
|
|
2677
|
+
enabled?: boolean | null | undefined;
|
|
2678
|
+
apiKey?: string | null | undefined;
|
|
2679
|
+
integrationType?: "integrated" | "external" | null | undefined;
|
|
2680
|
+
} | null | undefined;
|
|
2640
2681
|
complyAdvantage?: {
|
|
2641
2682
|
enabled?: boolean | null | undefined;
|
|
2642
2683
|
apiKey?: string | null | undefined;
|
|
@@ -2769,7 +2810,7 @@ export declare const ProviderDataProject: z.ZodObject<Omit<{
|
|
|
2769
2810
|
}, {
|
|
2770
2811
|
id: string;
|
|
2771
2812
|
type: "data" | "identity";
|
|
2772
|
-
provider: "chainalysis" | "merkleScience" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore";
|
|
2813
|
+
provider: "chainalysis" | "merkleScience" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore";
|
|
2773
2814
|
project: {
|
|
2774
2815
|
id: string;
|
|
2775
2816
|
};
|
|
@@ -2817,6 +2858,11 @@ export declare const ProviderDataProject: z.ZodObject<Omit<{
|
|
|
2817
2858
|
integrationType?: "integrated" | "external" | null | undefined;
|
|
2818
2859
|
webhookSecret?: string | null | undefined;
|
|
2819
2860
|
} | null | undefined;
|
|
2861
|
+
ondato?: {
|
|
2862
|
+
enabled?: boolean | null | undefined;
|
|
2863
|
+
apiKey?: string | null | undefined;
|
|
2864
|
+
integrationType?: "integrated" | "external" | null | undefined;
|
|
2865
|
+
} | null | undefined;
|
|
2820
2866
|
complyAdvantage?: {
|
|
2821
2867
|
enabled?: boolean | null | undefined;
|
|
2822
2868
|
apiKey?: string | null | undefined;
|
|
@@ -2951,7 +2997,7 @@ export type ProviderDataProject = z.infer<typeof ProviderDataProject>;
|
|
|
2951
2997
|
export declare const GetProvidersResponse: z.ZodArray<z.ZodObject<Omit<{
|
|
2952
2998
|
id: z.ZodString;
|
|
2953
2999
|
projectId: z.ZodString;
|
|
2954
|
-
provider: z.ZodUnion<[z.ZodEnum<["nexeraIdSSID", "nexeraIdKYB", "synaps"]>, z.ZodEnum<["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore"]>]>;
|
|
3000
|
+
provider: z.ZodUnion<[z.ZodEnum<["nexeraIdSSID", "nexeraIdKYB", "synaps", "ondato"]>, z.ZodEnum<["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore"]>]>;
|
|
2955
3001
|
type: z.ZodEnum<["identity", "data"]>;
|
|
2956
3002
|
nexeraIdSSID: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2957
3003
|
enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -3067,6 +3113,19 @@ export declare const GetProvidersResponse: z.ZodArray<z.ZodObject<Omit<{
|
|
|
3067
3113
|
integrationType?: "integrated" | "external" | null | undefined;
|
|
3068
3114
|
webhookSecret?: string | null | undefined;
|
|
3069
3115
|
}>>>;
|
|
3116
|
+
ondato: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
3117
|
+
enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
3118
|
+
apiKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3119
|
+
integrationType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["integrated", "external"]>>>;
|
|
3120
|
+
}, "strip", z.ZodTypeAny, {
|
|
3121
|
+
enabled?: boolean | null | undefined;
|
|
3122
|
+
apiKey?: string | null | undefined;
|
|
3123
|
+
integrationType?: "integrated" | "external" | null | undefined;
|
|
3124
|
+
}, {
|
|
3125
|
+
enabled?: boolean | null | undefined;
|
|
3126
|
+
apiKey?: string | null | undefined;
|
|
3127
|
+
integrationType?: "integrated" | "external" | null | undefined;
|
|
3128
|
+
}>>>;
|
|
3070
3129
|
big: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
3071
3130
|
enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
3072
3131
|
apiKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -3745,7 +3804,7 @@ export declare const GetProvidersResponse: z.ZodArray<z.ZodObject<Omit<{
|
|
|
3745
3804
|
}, "strip", z.ZodTypeAny, {
|
|
3746
3805
|
id: string;
|
|
3747
3806
|
type: "data" | "identity";
|
|
3748
|
-
provider: "chainalysis" | "merkleScience" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore";
|
|
3807
|
+
provider: "chainalysis" | "merkleScience" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore";
|
|
3749
3808
|
project: {
|
|
3750
3809
|
id: string;
|
|
3751
3810
|
};
|
|
@@ -3793,6 +3852,11 @@ export declare const GetProvidersResponse: z.ZodArray<z.ZodObject<Omit<{
|
|
|
3793
3852
|
integrationType?: "integrated" | "external" | null | undefined;
|
|
3794
3853
|
webhookSecret?: string | null | undefined;
|
|
3795
3854
|
} | null | undefined;
|
|
3855
|
+
ondato?: {
|
|
3856
|
+
enabled?: boolean | null | undefined;
|
|
3857
|
+
apiKey?: string | null | undefined;
|
|
3858
|
+
integrationType?: "integrated" | "external" | null | undefined;
|
|
3859
|
+
} | null | undefined;
|
|
3796
3860
|
complyAdvantage?: {
|
|
3797
3861
|
enabled?: boolean | null | undefined;
|
|
3798
3862
|
apiKey?: string | null | undefined;
|
|
@@ -3925,7 +3989,7 @@ export declare const GetProvidersResponse: z.ZodArray<z.ZodObject<Omit<{
|
|
|
3925
3989
|
}, {
|
|
3926
3990
|
id: string;
|
|
3927
3991
|
type: "data" | "identity";
|
|
3928
|
-
provider: "chainalysis" | "merkleScience" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore";
|
|
3992
|
+
provider: "chainalysis" | "merkleScience" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore";
|
|
3929
3993
|
project: {
|
|
3930
3994
|
id: string;
|
|
3931
3995
|
};
|
|
@@ -3973,6 +4037,11 @@ export declare const GetProvidersResponse: z.ZodArray<z.ZodObject<Omit<{
|
|
|
3973
4037
|
integrationType?: "integrated" | "external" | null | undefined;
|
|
3974
4038
|
webhookSecret?: string | null | undefined;
|
|
3975
4039
|
} | null | undefined;
|
|
4040
|
+
ondato?: {
|
|
4041
|
+
enabled?: boolean | null | undefined;
|
|
4042
|
+
apiKey?: string | null | undefined;
|
|
4043
|
+
integrationType?: "integrated" | "external" | null | undefined;
|
|
4044
|
+
} | null | undefined;
|
|
3976
4045
|
complyAdvantage?: {
|
|
3977
4046
|
enabled?: boolean | null | undefined;
|
|
3978
4047
|
apiKey?: string | null | undefined;
|
|
@@ -4107,7 +4176,7 @@ export type GetProvidersResponse = z.infer<typeof GetProvidersResponse>;
|
|
|
4107
4176
|
export declare const GetProviderResponse: z.ZodObject<{
|
|
4108
4177
|
id: z.ZodString;
|
|
4109
4178
|
projectId: z.ZodString;
|
|
4110
|
-
provider: z.ZodUnion<[z.ZodEnum<["nexeraIdSSID", "nexeraIdKYB", "synaps"]>, z.ZodEnum<["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore"]>]>;
|
|
4179
|
+
provider: z.ZodUnion<[z.ZodEnum<["nexeraIdSSID", "nexeraIdKYB", "synaps", "ondato"]>, z.ZodEnum<["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore"]>]>;
|
|
4111
4180
|
type: z.ZodEnum<["identity", "data"]>;
|
|
4112
4181
|
nexeraIdSSID: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
4113
4182
|
enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -4223,6 +4292,19 @@ export declare const GetProviderResponse: z.ZodObject<{
|
|
|
4223
4292
|
integrationType?: "integrated" | "external" | null | undefined;
|
|
4224
4293
|
webhookSecret?: string | null | undefined;
|
|
4225
4294
|
}>>>;
|
|
4295
|
+
ondato: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
4296
|
+
enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
4297
|
+
apiKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4298
|
+
integrationType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["integrated", "external"]>>>;
|
|
4299
|
+
}, "strip", z.ZodTypeAny, {
|
|
4300
|
+
enabled?: boolean | null | undefined;
|
|
4301
|
+
apiKey?: string | null | undefined;
|
|
4302
|
+
integrationType?: "integrated" | "external" | null | undefined;
|
|
4303
|
+
}, {
|
|
4304
|
+
enabled?: boolean | null | undefined;
|
|
4305
|
+
apiKey?: string | null | undefined;
|
|
4306
|
+
integrationType?: "integrated" | "external" | null | undefined;
|
|
4307
|
+
}>>>;
|
|
4226
4308
|
big: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
4227
4309
|
enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
4228
4310
|
apiKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -4894,7 +4976,7 @@ export declare const GetProviderResponse: z.ZodObject<{
|
|
|
4894
4976
|
id: string;
|
|
4895
4977
|
type: "data" | "identity";
|
|
4896
4978
|
projectId: string;
|
|
4897
|
-
provider: "chainalysis" | "merkleScience" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore";
|
|
4979
|
+
provider: "chainalysis" | "merkleScience" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore";
|
|
4898
4980
|
chainalysis?: {
|
|
4899
4981
|
enabled?: boolean | null | undefined;
|
|
4900
4982
|
apiKey?: string | null | undefined;
|
|
@@ -4939,6 +5021,11 @@ export declare const GetProviderResponse: z.ZodObject<{
|
|
|
4939
5021
|
integrationType?: "integrated" | "external" | null | undefined;
|
|
4940
5022
|
webhookSecret?: string | null | undefined;
|
|
4941
5023
|
} | null | undefined;
|
|
5024
|
+
ondato?: {
|
|
5025
|
+
enabled?: boolean | null | undefined;
|
|
5026
|
+
apiKey?: string | null | undefined;
|
|
5027
|
+
integrationType?: "integrated" | "external" | null | undefined;
|
|
5028
|
+
} | null | undefined;
|
|
4942
5029
|
complyAdvantage?: {
|
|
4943
5030
|
enabled?: boolean | null | undefined;
|
|
4944
5031
|
apiKey?: string | null | undefined;
|
|
@@ -5072,7 +5159,7 @@ export declare const GetProviderResponse: z.ZodObject<{
|
|
|
5072
5159
|
id: string;
|
|
5073
5160
|
type: "data" | "identity";
|
|
5074
5161
|
projectId: string;
|
|
5075
|
-
provider: "chainalysis" | "merkleScience" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore";
|
|
5162
|
+
provider: "chainalysis" | "merkleScience" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore";
|
|
5076
5163
|
chainalysis?: {
|
|
5077
5164
|
enabled?: boolean | null | undefined;
|
|
5078
5165
|
apiKey?: string | null | undefined;
|
|
@@ -5117,6 +5204,11 @@ export declare const GetProviderResponse: z.ZodObject<{
|
|
|
5117
5204
|
integrationType?: "integrated" | "external" | null | undefined;
|
|
5118
5205
|
webhookSecret?: string | null | undefined;
|
|
5119
5206
|
} | null | undefined;
|
|
5207
|
+
ondato?: {
|
|
5208
|
+
enabled?: boolean | null | undefined;
|
|
5209
|
+
apiKey?: string | null | undefined;
|
|
5210
|
+
integrationType?: "integrated" | "external" | null | undefined;
|
|
5211
|
+
} | null | undefined;
|
|
5120
5212
|
complyAdvantage?: {
|
|
5121
5213
|
enabled?: boolean | null | undefined;
|
|
5122
5214
|
apiKey?: string | null | undefined;
|
|
@@ -5251,7 +5343,7 @@ export type GetProviderResponse = z.infer<typeof GetProviderResponse>;
|
|
|
5251
5343
|
export declare const CreateProviderInput: z.ZodObject<Omit<{
|
|
5252
5344
|
id: z.ZodString;
|
|
5253
5345
|
projectId: z.ZodString;
|
|
5254
|
-
provider: z.ZodUnion<[z.ZodEnum<["nexeraIdSSID", "nexeraIdKYB", "synaps"]>, z.ZodEnum<["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore"]>]>;
|
|
5346
|
+
provider: z.ZodUnion<[z.ZodEnum<["nexeraIdSSID", "nexeraIdKYB", "synaps", "ondato"]>, z.ZodEnum<["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore"]>]>;
|
|
5255
5347
|
type: z.ZodEnum<["identity", "data"]>;
|
|
5256
5348
|
nexeraIdSSID: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
5257
5349
|
enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -5367,6 +5459,19 @@ export declare const CreateProviderInput: z.ZodObject<Omit<{
|
|
|
5367
5459
|
integrationType?: "integrated" | "external" | null | undefined;
|
|
5368
5460
|
webhookSecret?: string | null | undefined;
|
|
5369
5461
|
}>>>;
|
|
5462
|
+
ondato: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
5463
|
+
enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
5464
|
+
apiKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5465
|
+
integrationType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["integrated", "external"]>>>;
|
|
5466
|
+
}, "strip", z.ZodTypeAny, {
|
|
5467
|
+
enabled?: boolean | null | undefined;
|
|
5468
|
+
apiKey?: string | null | undefined;
|
|
5469
|
+
integrationType?: "integrated" | "external" | null | undefined;
|
|
5470
|
+
}, {
|
|
5471
|
+
enabled?: boolean | null | undefined;
|
|
5472
|
+
apiKey?: string | null | undefined;
|
|
5473
|
+
integrationType?: "integrated" | "external" | null | undefined;
|
|
5474
|
+
}>>>;
|
|
5370
5475
|
big: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
5371
5476
|
enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
5372
5477
|
apiKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -6037,7 +6142,7 @@ export declare const CreateProviderInput: z.ZodObject<Omit<{
|
|
|
6037
6142
|
}, "id" | "type" | "projectId"> & {
|
|
6038
6143
|
project: z.ZodString;
|
|
6039
6144
|
}, "strip", z.ZodTypeAny, {
|
|
6040
|
-
provider: "chainalysis" | "merkleScience" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore";
|
|
6145
|
+
provider: "chainalysis" | "merkleScience" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore";
|
|
6041
6146
|
project: string;
|
|
6042
6147
|
chainalysis?: {
|
|
6043
6148
|
enabled?: boolean | null | undefined;
|
|
@@ -6083,6 +6188,11 @@ export declare const CreateProviderInput: z.ZodObject<Omit<{
|
|
|
6083
6188
|
integrationType?: "integrated" | "external" | null | undefined;
|
|
6084
6189
|
webhookSecret?: string | null | undefined;
|
|
6085
6190
|
} | null | undefined;
|
|
6191
|
+
ondato?: {
|
|
6192
|
+
enabled?: boolean | null | undefined;
|
|
6193
|
+
apiKey?: string | null | undefined;
|
|
6194
|
+
integrationType?: "integrated" | "external" | null | undefined;
|
|
6195
|
+
} | null | undefined;
|
|
6086
6196
|
complyAdvantage?: {
|
|
6087
6197
|
enabled?: boolean | null | undefined;
|
|
6088
6198
|
apiKey?: string | null | undefined;
|
|
@@ -6213,7 +6323,7 @@ export declare const CreateProviderInput: z.ZodObject<Omit<{
|
|
|
6213
6323
|
} | null | undefined;
|
|
6214
6324
|
} | null | undefined;
|
|
6215
6325
|
}, {
|
|
6216
|
-
provider: "chainalysis" | "merkleScience" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore";
|
|
6326
|
+
provider: "chainalysis" | "merkleScience" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore";
|
|
6217
6327
|
project: string;
|
|
6218
6328
|
chainalysis?: {
|
|
6219
6329
|
enabled?: boolean | null | undefined;
|
|
@@ -6259,6 +6369,11 @@ export declare const CreateProviderInput: z.ZodObject<Omit<{
|
|
|
6259
6369
|
integrationType?: "integrated" | "external" | null | undefined;
|
|
6260
6370
|
webhookSecret?: string | null | undefined;
|
|
6261
6371
|
} | null | undefined;
|
|
6372
|
+
ondato?: {
|
|
6373
|
+
enabled?: boolean | null | undefined;
|
|
6374
|
+
apiKey?: string | null | undefined;
|
|
6375
|
+
integrationType?: "integrated" | "external" | null | undefined;
|
|
6376
|
+
} | null | undefined;
|
|
6262
6377
|
complyAdvantage?: {
|
|
6263
6378
|
enabled?: boolean | null | undefined;
|
|
6264
6379
|
apiKey?: string | null | undefined;
|
|
@@ -6393,7 +6508,7 @@ export type CreateProviderInput = z.infer<typeof CreateProviderInput>;
|
|
|
6393
6508
|
export declare const CreateProviderResponse: z.ZodObject<Omit<{
|
|
6394
6509
|
id: z.ZodString;
|
|
6395
6510
|
projectId: z.ZodString;
|
|
6396
|
-
provider: z.ZodUnion<[z.ZodEnum<["nexeraIdSSID", "nexeraIdKYB", "synaps"]>, z.ZodEnum<["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore"]>]>;
|
|
6511
|
+
provider: z.ZodUnion<[z.ZodEnum<["nexeraIdSSID", "nexeraIdKYB", "synaps", "ondato"]>, z.ZodEnum<["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore"]>]>;
|
|
6397
6512
|
type: z.ZodEnum<["identity", "data"]>;
|
|
6398
6513
|
nexeraIdSSID: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
6399
6514
|
enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -6509,6 +6624,19 @@ export declare const CreateProviderResponse: z.ZodObject<Omit<{
|
|
|
6509
6624
|
integrationType?: "integrated" | "external" | null | undefined;
|
|
6510
6625
|
webhookSecret?: string | null | undefined;
|
|
6511
6626
|
}>>>;
|
|
6627
|
+
ondato: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
6628
|
+
enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
6629
|
+
apiKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6630
|
+
integrationType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["integrated", "external"]>>>;
|
|
6631
|
+
}, "strip", z.ZodTypeAny, {
|
|
6632
|
+
enabled?: boolean | null | undefined;
|
|
6633
|
+
apiKey?: string | null | undefined;
|
|
6634
|
+
integrationType?: "integrated" | "external" | null | undefined;
|
|
6635
|
+
}, {
|
|
6636
|
+
enabled?: boolean | null | undefined;
|
|
6637
|
+
apiKey?: string | null | undefined;
|
|
6638
|
+
integrationType?: "integrated" | "external" | null | undefined;
|
|
6639
|
+
}>>>;
|
|
6512
6640
|
big: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
6513
6641
|
enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
6514
6642
|
apiKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -7179,7 +7307,12 @@ export declare const CreateProviderResponse: z.ZodObject<Omit<{
|
|
|
7179
7307
|
}, "type" | "chainalysis" | "merkleScience" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "big" | "scorechain" | "integratedScorechain" | "integratedIpqualityscore" | "ipqualityscore">, "strip", z.ZodTypeAny, {
|
|
7180
7308
|
id: string;
|
|
7181
7309
|
projectId: string;
|
|
7182
|
-
provider: "chainalysis" | "merkleScience" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore";
|
|
7310
|
+
provider: "chainalysis" | "merkleScience" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore";
|
|
7311
|
+
ondato?: {
|
|
7312
|
+
enabled?: boolean | null | undefined;
|
|
7313
|
+
apiKey?: string | null | undefined;
|
|
7314
|
+
integrationType?: "integrated" | "external" | null | undefined;
|
|
7315
|
+
} | null | undefined;
|
|
7183
7316
|
complyAdvantage?: {
|
|
7184
7317
|
enabled?: boolean | null | undefined;
|
|
7185
7318
|
apiKey?: string | null | undefined;
|
|
@@ -7215,7 +7348,12 @@ export declare const CreateProviderResponse: z.ZodObject<Omit<{
|
|
|
7215
7348
|
}, {
|
|
7216
7349
|
id: string;
|
|
7217
7350
|
projectId: string;
|
|
7218
|
-
provider: "chainalysis" | "merkleScience" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore";
|
|
7351
|
+
provider: "chainalysis" | "merkleScience" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore";
|
|
7352
|
+
ondato?: {
|
|
7353
|
+
enabled?: boolean | null | undefined;
|
|
7354
|
+
apiKey?: string | null | undefined;
|
|
7355
|
+
integrationType?: "integrated" | "external" | null | undefined;
|
|
7356
|
+
} | null | undefined;
|
|
7219
7357
|
complyAdvantage?: {
|
|
7220
7358
|
enabled?: boolean | null | undefined;
|
|
7221
7359
|
apiKey?: string | null | undefined;
|
|
@@ -7255,7 +7393,7 @@ export declare const UpdateProviderInput: z.ZodObject<{
|
|
|
7255
7393
|
input: z.ZodObject<Omit<{
|
|
7256
7394
|
id: z.ZodString;
|
|
7257
7395
|
projectId: z.ZodString;
|
|
7258
|
-
provider: z.ZodUnion<[z.ZodEnum<["nexeraIdSSID", "nexeraIdKYB", "synaps"]>, z.ZodEnum<["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore"]>]>;
|
|
7396
|
+
provider: z.ZodUnion<[z.ZodEnum<["nexeraIdSSID", "nexeraIdKYB", "synaps", "ondato"]>, z.ZodEnum<["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore"]>]>;
|
|
7259
7397
|
type: z.ZodEnum<["identity", "data"]>;
|
|
7260
7398
|
nexeraIdSSID: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
7261
7399
|
enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -7371,6 +7509,19 @@ export declare const UpdateProviderInput: z.ZodObject<{
|
|
|
7371
7509
|
integrationType?: "integrated" | "external" | null | undefined;
|
|
7372
7510
|
webhookSecret?: string | null | undefined;
|
|
7373
7511
|
}>>>;
|
|
7512
|
+
ondato: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
7513
|
+
enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
7514
|
+
apiKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
7515
|
+
integrationType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["integrated", "external"]>>>;
|
|
7516
|
+
}, "strip", z.ZodTypeAny, {
|
|
7517
|
+
enabled?: boolean | null | undefined;
|
|
7518
|
+
apiKey?: string | null | undefined;
|
|
7519
|
+
integrationType?: "integrated" | "external" | null | undefined;
|
|
7520
|
+
}, {
|
|
7521
|
+
enabled?: boolean | null | undefined;
|
|
7522
|
+
apiKey?: string | null | undefined;
|
|
7523
|
+
integrationType?: "integrated" | "external" | null | undefined;
|
|
7524
|
+
}>>>;
|
|
7374
7525
|
big: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
7375
7526
|
enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
7376
7527
|
apiKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -8083,6 +8234,11 @@ export declare const UpdateProviderInput: z.ZodObject<{
|
|
|
8083
8234
|
integrationType?: "integrated" | "external" | null | undefined;
|
|
8084
8235
|
webhookSecret?: string | null | undefined;
|
|
8085
8236
|
} | null | undefined;
|
|
8237
|
+
ondato?: {
|
|
8238
|
+
enabled?: boolean | null | undefined;
|
|
8239
|
+
apiKey?: string | null | undefined;
|
|
8240
|
+
integrationType?: "integrated" | "external" | null | undefined;
|
|
8241
|
+
} | null | undefined;
|
|
8086
8242
|
complyAdvantage?: {
|
|
8087
8243
|
enabled?: boolean | null | undefined;
|
|
8088
8244
|
apiKey?: string | null | undefined;
|
|
@@ -8257,6 +8413,11 @@ export declare const UpdateProviderInput: z.ZodObject<{
|
|
|
8257
8413
|
integrationType?: "integrated" | "external" | null | undefined;
|
|
8258
8414
|
webhookSecret?: string | null | undefined;
|
|
8259
8415
|
} | null | undefined;
|
|
8416
|
+
ondato?: {
|
|
8417
|
+
enabled?: boolean | null | undefined;
|
|
8418
|
+
apiKey?: string | null | undefined;
|
|
8419
|
+
integrationType?: "integrated" | "external" | null | undefined;
|
|
8420
|
+
} | null | undefined;
|
|
8260
8421
|
complyAdvantage?: {
|
|
8261
8422
|
enabled?: boolean | null | undefined;
|
|
8262
8423
|
apiKey?: string | null | undefined;
|
|
@@ -8433,6 +8594,11 @@ export declare const UpdateProviderInput: z.ZodObject<{
|
|
|
8433
8594
|
integrationType?: "integrated" | "external" | null | undefined;
|
|
8434
8595
|
webhookSecret?: string | null | undefined;
|
|
8435
8596
|
} | null | undefined;
|
|
8597
|
+
ondato?: {
|
|
8598
|
+
enabled?: boolean | null | undefined;
|
|
8599
|
+
apiKey?: string | null | undefined;
|
|
8600
|
+
integrationType?: "integrated" | "external" | null | undefined;
|
|
8601
|
+
} | null | undefined;
|
|
8436
8602
|
complyAdvantage?: {
|
|
8437
8603
|
enabled?: boolean | null | undefined;
|
|
8438
8604
|
apiKey?: string | null | undefined;
|
|
@@ -8610,6 +8776,11 @@ export declare const UpdateProviderInput: z.ZodObject<{
|
|
|
8610
8776
|
integrationType?: "integrated" | "external" | null | undefined;
|
|
8611
8777
|
webhookSecret?: string | null | undefined;
|
|
8612
8778
|
} | null | undefined;
|
|
8779
|
+
ondato?: {
|
|
8780
|
+
enabled?: boolean | null | undefined;
|
|
8781
|
+
apiKey?: string | null | undefined;
|
|
8782
|
+
integrationType?: "integrated" | "external" | null | undefined;
|
|
8783
|
+
} | null | undefined;
|
|
8613
8784
|
complyAdvantage?: {
|
|
8614
8785
|
enabled?: boolean | null | undefined;
|
|
8615
8786
|
apiKey?: string | null | undefined;
|
|
@@ -8746,7 +8917,7 @@ export type UpdateProviderInput = z.infer<typeof UpdateProviderInput>;
|
|
|
8746
8917
|
export declare const UpdateProviderResponse: z.ZodObject<{
|
|
8747
8918
|
id: z.ZodString;
|
|
8748
8919
|
projectId: z.ZodString;
|
|
8749
|
-
provider: z.ZodUnion<[z.ZodEnum<["nexeraIdSSID", "nexeraIdKYB", "synaps"]>, z.ZodEnum<["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore"]>]>;
|
|
8920
|
+
provider: z.ZodUnion<[z.ZodEnum<["nexeraIdSSID", "nexeraIdKYB", "synaps", "ondato"]>, z.ZodEnum<["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore"]>]>;
|
|
8750
8921
|
type: z.ZodEnum<["identity", "data"]>;
|
|
8751
8922
|
nexeraIdSSID: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
8752
8923
|
enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -8862,6 +9033,19 @@ export declare const UpdateProviderResponse: z.ZodObject<{
|
|
|
8862
9033
|
integrationType?: "integrated" | "external" | null | undefined;
|
|
8863
9034
|
webhookSecret?: string | null | undefined;
|
|
8864
9035
|
}>>>;
|
|
9036
|
+
ondato: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
9037
|
+
enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
9038
|
+
apiKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
9039
|
+
integrationType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["integrated", "external"]>>>;
|
|
9040
|
+
}, "strip", z.ZodTypeAny, {
|
|
9041
|
+
enabled?: boolean | null | undefined;
|
|
9042
|
+
apiKey?: string | null | undefined;
|
|
9043
|
+
integrationType?: "integrated" | "external" | null | undefined;
|
|
9044
|
+
}, {
|
|
9045
|
+
enabled?: boolean | null | undefined;
|
|
9046
|
+
apiKey?: string | null | undefined;
|
|
9047
|
+
integrationType?: "integrated" | "external" | null | undefined;
|
|
9048
|
+
}>>>;
|
|
8865
9049
|
big: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
8866
9050
|
enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
8867
9051
|
apiKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -9533,7 +9717,7 @@ export declare const UpdateProviderResponse: z.ZodObject<{
|
|
|
9533
9717
|
id: string;
|
|
9534
9718
|
type: "data" | "identity";
|
|
9535
9719
|
projectId: string;
|
|
9536
|
-
provider: "chainalysis" | "merkleScience" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore";
|
|
9720
|
+
provider: "chainalysis" | "merkleScience" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore";
|
|
9537
9721
|
chainalysis?: {
|
|
9538
9722
|
enabled?: boolean | null | undefined;
|
|
9539
9723
|
apiKey?: string | null | undefined;
|
|
@@ -9578,6 +9762,11 @@ export declare const UpdateProviderResponse: z.ZodObject<{
|
|
|
9578
9762
|
integrationType?: "integrated" | "external" | null | undefined;
|
|
9579
9763
|
webhookSecret?: string | null | undefined;
|
|
9580
9764
|
} | null | undefined;
|
|
9765
|
+
ondato?: {
|
|
9766
|
+
enabled?: boolean | null | undefined;
|
|
9767
|
+
apiKey?: string | null | undefined;
|
|
9768
|
+
integrationType?: "integrated" | "external" | null | undefined;
|
|
9769
|
+
} | null | undefined;
|
|
9581
9770
|
complyAdvantage?: {
|
|
9582
9771
|
enabled?: boolean | null | undefined;
|
|
9583
9772
|
apiKey?: string | null | undefined;
|
|
@@ -9711,7 +9900,7 @@ export declare const UpdateProviderResponse: z.ZodObject<{
|
|
|
9711
9900
|
id: string;
|
|
9712
9901
|
type: "data" | "identity";
|
|
9713
9902
|
projectId: string;
|
|
9714
|
-
provider: "chainalysis" | "merkleScience" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore";
|
|
9903
|
+
provider: "chainalysis" | "merkleScience" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore";
|
|
9715
9904
|
chainalysis?: {
|
|
9716
9905
|
enabled?: boolean | null | undefined;
|
|
9717
9906
|
apiKey?: string | null | undefined;
|
|
@@ -9756,6 +9945,11 @@ export declare const UpdateProviderResponse: z.ZodObject<{
|
|
|
9756
9945
|
integrationType?: "integrated" | "external" | null | undefined;
|
|
9757
9946
|
webhookSecret?: string | null | undefined;
|
|
9758
9947
|
} | null | undefined;
|
|
9948
|
+
ondato?: {
|
|
9949
|
+
enabled?: boolean | null | undefined;
|
|
9950
|
+
apiKey?: string | null | undefined;
|
|
9951
|
+
integrationType?: "integrated" | "external" | null | undefined;
|
|
9952
|
+
} | null | undefined;
|
|
9759
9953
|
complyAdvantage?: {
|
|
9760
9954
|
enabled?: boolean | null | undefined;
|
|
9761
9955
|
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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"}
|
|
1
|
+
{"version":3,"file":"provider.schema.d.ts","sourceRoot":"../../../../src/providers","sources":["provider.schema.ts"],"names":[],"mappings":"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"}
|
package/dist/package.json
CHANGED
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var vault_schema = require('../../dist/vault.schema-b3e91b84.cjs.dev.cjs');
|
|
6
|
-
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-
|
|
6
|
+
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-cb186e6b.cjs.dev.cjs');
|
|
7
7
|
require('zod');
|
|
8
8
|
require('nanoid');
|
|
9
9
|
require('decimal.js');
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var vault_schema = require('../../dist/vault.schema-516f8cf7.cjs.prod.cjs');
|
|
6
|
-
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-
|
|
6
|
+
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-99ab9d62.cjs.prod.cjs');
|
|
7
7
|
require('zod');
|
|
8
8
|
require('nanoid');
|
|
9
9
|
require('decimal.js');
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { fD as ANALYSIS_TYPES, fE as AnalysisType, fM as Coin, fR as EntityRiskDefaultsMap, fQ as EntityRiskDefaultsValues, fX as GetActiveBlockchains, fW as GetActiveBlockchainsRequest, fY as GetActiveBlockchainsResponse, f$ as GetAddressAnalysis, fZ as GetAddressAnalysisRequest, g0 as GetAddressAnalysisResponse, fI as NonMinimalScorechainBlockchain, fF as OBJECT_TYPES, fG as ObjectType, g2 as RawScorechainResult, fP as RiskExplanation, fN as RiskSeverity, fU as ScorechainAnalysis, fH as ScorechainBlockchain, fJ as ScorechainBlockchainToNamespace, f_ as ScorechainEntity, fO as ScorechainEntityType, fT as ScorechainError, fS as ScorechainErrorResponse, g3 as ScorechainRiskToRiskLevel, g5 as ScorechainWalletRiskLevel, g4 as ScorechainWalletRiskLevels, g1 as ScoringAnalysisApiRequest, fB as ScoringAnalysisRequest, fV as ScoringAnalysisResponse, fC as WorkflowsScoringAnalysisRequest, fL as compareRiskLevels, fK as getRiskLevelByRiskScore } from '../../dist/vault.schema-88946b11.esm.mjs';
|
|
2
|
-
export { K as AMLMetadata, cL as APPLICANT_CHECK_STATUSES, d0 as ApiErrorCommandResponse, c$ as ApiErrorResponse, d1 as ApiSuccessCommandResponse, cM as ApplicantCheckStatus, cx as ApplicantImages, bw as ApplicantMemberOfSchema, bN as BENEFICIARY_TYPES, by as BaseApplicantActionSchema, b6 as BaseProvider, bP as BeneficiaryCompanyCustomerClaims, bQ as BeneficiaryCompanyCustomerClaimsArray, bO as BeneficiaryType, dc as BeneficiaryVerificationStatus, dd as BeneficiaryVerificationStatusArray, j as BigCSErrorCodes, b3 as BigConfig, B as BigCryptoChain, h as BigProperties, g as BigPropertiesLiteral, i as BigProperty, b9 as BigProvider, k as BitRankRequest, l as BitRankVerified, n as BitRankVerifiedError, m as BitRankVerifiedErrorResponse, o as BitRankVerifiedResponse, d9 as COMPANY_DOCUMENT_STATUS, ap as COMPLY_ADVANTAGE_COUNTRY_FIELD_SOURCES, ar as COMPLY_ADVANTAGE_DATE_OF_BIRTH_FIELD_SOURCES, an as COMPLY_ADVANTAGE_NATIONALITY_FIELD_SOURCES, ag as COMPLY_ADVANTAGE_RESPONSE_MATCH_STATUS, ad as COMPLY_ADVANTAGE_RESPONSE_MATCH_TYPE, dx as ChainalysisApiError, a$ as ChainalysisConfig, dv as ChainalysisErrorCodes, bc as ChainalysisProvider, dt as ChainalysisRegisterApiResponse, dy as ChainalysisRegisterResponse, ds as ChainalysisRequest, dw as ChainalysisRiskAssessmentApiResponse, dz as ChainalysisRiskAssessmentResponse, du as ChainalysisRiskLevel, a4 as CoerceDateUTC, dD as CoinMarketCapApiResponse, dE as CoinMarketCapFiatId, dB as CoinMarketCapQuote, dC as CoinMarketCapQuotes, dA as CoinMarketCapRequest, db as CompanyDocumentMetaData, da as CompanyDocumentStatus, aH as ComplyAdvantageAmlFullListing, aG as ComplyAdvantageAmlItemSource, aq as ComplyAdvantageCountryFieldSources, as as ComplyAdvantageDateOfBirthFieldSources, aF as ComplyAdvantageKeyInformation, aC as ComplyAdvantageMedia, aR as ComplyAdvantageMonitorSearchDataResponse, aT as ComplyAdvantageMonitorSearchResponse, aS as ComplyAdvantageMonitorSearchSuccessResponse, aU as ComplyAdvantageMonitoredSearchUpdate, ao as ComplyAdvantageNationalityFieldSources, bh as ComplyAdvantageProvider, bg as ComplyAdvantageProviderConfigElement, bf as ComplyAdvantageProviderConfigFilters, be as ComplyAdvantageProviderConfigTypes, ah as ComplyAdvantageReponseMatchStatus, ae as ComplyAdvantageResponseMatchType, aE as ComplyAdvantageSearchDataResponse, aD as ComplyAdvantageSearchDataResponseHit, aI as ComplyAdvantageSearchEntitiesDataResponse, aK as ComplyAdvantageSearchEntitiesResponse, aJ as ComplyAdvantageSearchEntitiesSuccessResponse, a as ComplyAdvantageSearchErrorResponse, aL as ComplyAdvantageSearchRequest, aM as ComplyAdvantageSearchRequests, C as ComplyAdvantageSearchResponse, b as ComplyAdvantageSearchSuccessResponse, aO as ComplyAdvantageUpdateSearchEntitiesRequest, aQ as ComplyAdvantageUpdateSearchEntitiesResponse, aP as ComplyAdvantageUpdateSearchEntitiesSuccessResponse, aN as ComplyAdvantageUpdateSearchRequest, aA as ComplyAdvantageUser, bn as CreateProviderInput, bo as CreateProviderResponse, at as CreateSearchInput, cX as CredentialMetadata, cW as CustomerContactInformationOutput, di as CustomerDocumentMetaData, dj as CustomerStatusResults, aZ as DataProvider, aY as DataProviderOptions, bs as DeleteProviderInput, bt as DeleteProviderResponse, y as DocumentIdMetadata, x as DocumentIdType, D as DocumentIdTypes, cj as DocumentMetadataSchema, ck as DocumentSubmitResponse, J as EmailMetadata, E as EmailVerificationAnalysisResponse, cJ as EmailVerificationResponse, F as File, cV as GetCredentialsOutput, df as GetKybSessionInput, dg as GetKybSessionResponse, cP as GetKycSessionInput, cQ as GetKycSessionResponse, cY as GetKycSessionResponseWithCredentialsMetadata, d2 as GetKycSessionsOutput, bm as GetProviderResponse, bl as GetProvidersResponse, ab as HIGH_RISK_TYPES, cZ as IDImageMetaData, bL as INDIVIDUAL_BENEFICIARY_RELATIONS, aX as IdentityProvider, aW as IdentityProviderOptions, bM as IndividualBeneficiaryRelation, c as IpQualityAnalysisRequest, d as IpQualityAnalysisResponse, b2 as IpQualityConfig, e as IpQualityServiceAnalysis, I as IpQualityServiceAnalysisResponse, f as IpQualityServiceErrorResponse, bd as IpqualityscoreProvider, d5 as KYB_RESULTS, d7 as KYB_SESSION_STATUSES, d3 as KYB_STEP_TYPES, b_ as KYC_DOC_SIDES, cF as KYC_RESULTS, cH as KYC_SESSION_STATUSES, cB as KYC_STEP_TYPES, d6 as KybResult, d8 as KybSessionStatus, d4 as KybStep, b$ as KycDocSide, cG as KycResult, cI as KycSessionStatus, cC as KycStep, cE as KycStepStatus, cD as KycStepStatuses, L as LivenessMetadata, ac as MEDIUM_RISK_TYPES, av as MatchStatus, au as MatchStatuses, aB as MatchTypeDetail, M as MergedProviders, dq as MerkleAddressApiError, dp as MerkleAddressApiResponse, dn as MerkleAddressRequest, dr as MerkleAddressResponse, dm as MerkleBlockChainCodes, dl as MerkleBlockChainName, dk as MerkleBlockChainTypes, a_ as MerkleScienceConfig, bb as MerkleScienceProvider, N as NestedSession, b8 as NexeraIdKYBProvider, b7 as NexeraIdSSIDProvider, H as PhoneMetadata, P as PhoneVerificationAnalysisResponse, A as ProofOfAddressDocumentType, z as ProofOfAddressDocumentTypes, G as ProofOfAddressMetadata, cU as ProofOfResidenceDocumentType, cT as ProofOfResidenceMetaData, bj as ProviderData, bk as ProviderDataProject, b5 as ProviderIntegrationType, b4 as ProviderIntegrationTypeOptions, aV as ProviderWithoutConfig, Z as RESULT_PARSER_ERROR, w as ReasonCode, v as ReasonCodes, R as RequestProperty, ax as RiskLevel, aw as RiskLevels, a9 as SEARCH_FILTER_ADVERSE_MEDIA_TYPE, a7 as SEARCH_FILTER_PEP_TYPE, a5 as SEARCH_FILTER_SANCTION_TYPE, ai as SEARCH_FILTER_TYPES, X as SESSION_NOT_FOUND, a1 as STEP_NOT_FOUND, bB as SUMSUB_APPLICANT_TYPES, cc as SUMSUB_COMPANY_BENEFICIARY_GROUP, bW as SUMSUB_DOC_TYPES, c0 as SUMSUB_FLOW_LEVEL, cs as SUMSUB_KYB_SESSION_FLOW_SECTION_STATUS, bY as SUMSUB_KYC_DOC_TYPES, ch as SUMSUB_MEDIA_CONTENT_TYPES, bD as SUMSUB_REVIEW_ANSWERS, cy as SUMSUB_REVIEW_REJECT_LABELS, cA as SUMSUB_REVIEW_REJECT_LABELS_DESCRIPTION, bF as SUMSUB_REVIEW_REJECT_TYPES, bU as SUMSUB_REVIEW_STATUSES, bz as SUMSUB_STEPS, bS as SUMSUB_WEBHOOK_INTERNAL_STATUS, b0 as ScorechainConfig, ba as ScorechainProvider, al as SearchEntityType, ak as SearchEntityTypes, aa as SearchFilterAdverseMediaType, a8 as SearchFilterPepType, a6 as SearchFilterSanctionType, aj as SearchFilterType, am as SearchFilters, de as SelectKybSession, cN as SelectKycSession, cK as SelectKycSessionStep, cO as SelectKycSessionWithCompletedSteps, c_ as SelfieImageMetaData, r as Session, s as SessionWithoutSteps, p as Status, S as Statuses, O as Step, u as StepType, t as StepTypes, bJ as SumSubAddress, bK as SumSubApplicantInfo, cm as SumSubApplicantResetSchema, cl as SumSubApplicantReviewStatusSchema, cr as SumSubApplicantSchema, bC as SumSubApplicantType, cg as SumSubApplicantVerificationStepSchema, bR as SumSubCompanyApplicantInfo, ca as SumSubCompanyApplicantSchema, bX as SumSubDocType, c1 as SumSubFlowLevel, cn as SumSubGenerateExternalWebSdkLinkSchema, cb as SumSubImageId, c5 as SumSubImageReviewResultSchema, c6 as SumSubImageStatus, c9 as SumSubIndividualApplicantSchema, bZ as SumSubKycDocType, ci as SumSubMediaContentType, c2 as SumSubRequiredIdDoc, bE as SumSubReviewAnswer, cz as SumSubReviewRejectLabel, bG as SumSubReviewRejectType, c4 as SumSubReviewResultSchema, bV as SumSubReviewStatus, cw as SumSubSimilarApplicantsSchema, bA as SumSubStep, cf as SumSubVerificationStepSchema, bx as SumSubWebhookSchema, c8 as SumsubApplicantType, c7 as SumsubApplicantTypes, cd as SumsubCompanyBeneficiaryGroup, bI as SumsubCountryCode, cq as SumsubKybDataSchema, cv as SumsubKybSessionFlowSection, cu as SumsubKybSessionFlowSectionItem, ct as SumsubKybSessionFlowSectionStatus, cp as SumsubKycDataSchema, bH as SumsubReviewDecision, ce as SumsubStepStatus, co as SumsubVideoCallData, bT as SumsubWebhookInternalStatus, bi as SynapsProvider, _ as SynapsSessionErrorResponse, Q as SynapsSessionEvent, V as SynapsSessionRequest, $ as SynapsSessionResponse, a2 as SynapsStepErrorResponse, T as SynapsStepEvent, a0 as SynapsStepRequest, a3 as SynapsStepResponse, br as ToggleProviderInput, Y as UNKNOWN_ERROR, dh as UpdateKybSessionOutput, cR as UpdateKycSessionOutput, bp as UpdateProviderInput, bq as UpdateProviderResponse, az as UpdateSearchEntitiesInput, ay as UpdateSearchInput, c3 as UploadDocumentRequest, cS as VideoKycMetaData, bu as WEBHOOK_TYPES, q as WebhookPayload, bv as WebhookType, b1 as WorkflowsScorechainConfig, W as WrappedIpQualityServiceErrorResponse, af as mappingMatchTypeToLabel, U as typeToHumanReadable } from '../../dist/CoinMarketCap.schema-
|
|
2
|
+
export { K as AMLMetadata, cL as APPLICANT_CHECK_STATUSES, d0 as ApiErrorCommandResponse, c$ as ApiErrorResponse, d1 as ApiSuccessCommandResponse, cM as ApplicantCheckStatus, cx as ApplicantImages, bw as ApplicantMemberOfSchema, bN as BENEFICIARY_TYPES, by as BaseApplicantActionSchema, b6 as BaseProvider, bP as BeneficiaryCompanyCustomerClaims, bQ as BeneficiaryCompanyCustomerClaimsArray, bO as BeneficiaryType, dc as BeneficiaryVerificationStatus, dd as BeneficiaryVerificationStatusArray, j as BigCSErrorCodes, b3 as BigConfig, B as BigCryptoChain, h as BigProperties, g as BigPropertiesLiteral, i as BigProperty, b9 as BigProvider, k as BitRankRequest, l as BitRankVerified, n as BitRankVerifiedError, m as BitRankVerifiedErrorResponse, o as BitRankVerifiedResponse, d9 as COMPANY_DOCUMENT_STATUS, ap as COMPLY_ADVANTAGE_COUNTRY_FIELD_SOURCES, ar as COMPLY_ADVANTAGE_DATE_OF_BIRTH_FIELD_SOURCES, an as COMPLY_ADVANTAGE_NATIONALITY_FIELD_SOURCES, ag as COMPLY_ADVANTAGE_RESPONSE_MATCH_STATUS, ad as COMPLY_ADVANTAGE_RESPONSE_MATCH_TYPE, dx as ChainalysisApiError, a$ as ChainalysisConfig, dv as ChainalysisErrorCodes, bc as ChainalysisProvider, dt as ChainalysisRegisterApiResponse, dy as ChainalysisRegisterResponse, ds as ChainalysisRequest, dw as ChainalysisRiskAssessmentApiResponse, dz as ChainalysisRiskAssessmentResponse, du as ChainalysisRiskLevel, a4 as CoerceDateUTC, dD as CoinMarketCapApiResponse, dE as CoinMarketCapFiatId, dB as CoinMarketCapQuote, dC as CoinMarketCapQuotes, dA as CoinMarketCapRequest, db as CompanyDocumentMetaData, da as CompanyDocumentStatus, aH as ComplyAdvantageAmlFullListing, aG as ComplyAdvantageAmlItemSource, aq as ComplyAdvantageCountryFieldSources, as as ComplyAdvantageDateOfBirthFieldSources, aF as ComplyAdvantageKeyInformation, aC as ComplyAdvantageMedia, aR as ComplyAdvantageMonitorSearchDataResponse, aT as ComplyAdvantageMonitorSearchResponse, aS as ComplyAdvantageMonitorSearchSuccessResponse, aU as ComplyAdvantageMonitoredSearchUpdate, ao as ComplyAdvantageNationalityFieldSources, bh as ComplyAdvantageProvider, bg as ComplyAdvantageProviderConfigElement, bf as ComplyAdvantageProviderConfigFilters, be as ComplyAdvantageProviderConfigTypes, ah as ComplyAdvantageReponseMatchStatus, ae as ComplyAdvantageResponseMatchType, aE as ComplyAdvantageSearchDataResponse, aD as ComplyAdvantageSearchDataResponseHit, aI as ComplyAdvantageSearchEntitiesDataResponse, aK as ComplyAdvantageSearchEntitiesResponse, aJ as ComplyAdvantageSearchEntitiesSuccessResponse, a as ComplyAdvantageSearchErrorResponse, aL as ComplyAdvantageSearchRequest, aM as ComplyAdvantageSearchRequests, C as ComplyAdvantageSearchResponse, b as ComplyAdvantageSearchSuccessResponse, aO as ComplyAdvantageUpdateSearchEntitiesRequest, aQ as ComplyAdvantageUpdateSearchEntitiesResponse, aP as ComplyAdvantageUpdateSearchEntitiesSuccessResponse, aN as ComplyAdvantageUpdateSearchRequest, aA as ComplyAdvantageUser, bn as CreateProviderInput, bo as CreateProviderResponse, at as CreateSearchInput, cX as CredentialMetadata, cW as CustomerContactInformationOutput, di as CustomerDocumentMetaData, dj as CustomerStatusResults, aZ as DataProvider, aY as DataProviderOptions, bs as DeleteProviderInput, bt as DeleteProviderResponse, y as DocumentIdMetadata, x as DocumentIdType, D as DocumentIdTypes, cj as DocumentMetadataSchema, ck as DocumentSubmitResponse, J as EmailMetadata, E as EmailVerificationAnalysisResponse, cJ as EmailVerificationResponse, F as File, cV as GetCredentialsOutput, df as GetKybSessionInput, dg as GetKybSessionResponse, cP as GetKycSessionInput, cQ as GetKycSessionResponse, cY as GetKycSessionResponseWithCredentialsMetadata, d2 as GetKycSessionsOutput, bm as GetProviderResponse, bl as GetProvidersResponse, ab as HIGH_RISK_TYPES, cZ as IDImageMetaData, bL as INDIVIDUAL_BENEFICIARY_RELATIONS, aX as IdentityProvider, aW as IdentityProviderOptions, bM as IndividualBeneficiaryRelation, c as IpQualityAnalysisRequest, d as IpQualityAnalysisResponse, b2 as IpQualityConfig, e as IpQualityServiceAnalysis, I as IpQualityServiceAnalysisResponse, f as IpQualityServiceErrorResponse, bd as IpqualityscoreProvider, d5 as KYB_RESULTS, d7 as KYB_SESSION_STATUSES, d3 as KYB_STEP_TYPES, b_ as KYC_DOC_SIDES, cF as KYC_RESULTS, cH as KYC_SESSION_STATUSES, cB as KYC_STEP_TYPES, d6 as KybResult, d8 as KybSessionStatus, d4 as KybStep, b$ as KycDocSide, cG as KycResult, cI as KycSessionStatus, cC as KycStep, cE as KycStepStatus, cD as KycStepStatuses, L as LivenessMetadata, ac as MEDIUM_RISK_TYPES, av as MatchStatus, au as MatchStatuses, aB as MatchTypeDetail, M as MergedProviders, dq as MerkleAddressApiError, dp as MerkleAddressApiResponse, dn as MerkleAddressRequest, dr as MerkleAddressResponse, dm as MerkleBlockChainCodes, dl as MerkleBlockChainName, dk as MerkleBlockChainTypes, a_ as MerkleScienceConfig, bb as MerkleScienceProvider, N as NestedSession, b8 as NexeraIdKYBProvider, b7 as NexeraIdSSIDProvider, H as PhoneMetadata, P as PhoneVerificationAnalysisResponse, A as ProofOfAddressDocumentType, z as ProofOfAddressDocumentTypes, G as ProofOfAddressMetadata, cU as ProofOfResidenceDocumentType, cT as ProofOfResidenceMetaData, bj as ProviderData, bk as ProviderDataProject, b5 as ProviderIntegrationType, b4 as ProviderIntegrationTypeOptions, aV as ProviderWithoutConfig, Z as RESULT_PARSER_ERROR, w as ReasonCode, v as ReasonCodes, R as RequestProperty, ax as RiskLevel, aw as RiskLevels, a9 as SEARCH_FILTER_ADVERSE_MEDIA_TYPE, a7 as SEARCH_FILTER_PEP_TYPE, a5 as SEARCH_FILTER_SANCTION_TYPE, ai as SEARCH_FILTER_TYPES, X as SESSION_NOT_FOUND, a1 as STEP_NOT_FOUND, bB as SUMSUB_APPLICANT_TYPES, cc as SUMSUB_COMPANY_BENEFICIARY_GROUP, bW as SUMSUB_DOC_TYPES, c0 as SUMSUB_FLOW_LEVEL, cs as SUMSUB_KYB_SESSION_FLOW_SECTION_STATUS, bY as SUMSUB_KYC_DOC_TYPES, ch as SUMSUB_MEDIA_CONTENT_TYPES, bD as SUMSUB_REVIEW_ANSWERS, cy as SUMSUB_REVIEW_REJECT_LABELS, cA as SUMSUB_REVIEW_REJECT_LABELS_DESCRIPTION, bF as SUMSUB_REVIEW_REJECT_TYPES, bU as SUMSUB_REVIEW_STATUSES, bz as SUMSUB_STEPS, bS as SUMSUB_WEBHOOK_INTERNAL_STATUS, b0 as ScorechainConfig, ba as ScorechainProvider, al as SearchEntityType, ak as SearchEntityTypes, aa as SearchFilterAdverseMediaType, a8 as SearchFilterPepType, a6 as SearchFilterSanctionType, aj as SearchFilterType, am as SearchFilters, de as SelectKybSession, cN as SelectKycSession, cK as SelectKycSessionStep, cO as SelectKycSessionWithCompletedSteps, c_ as SelfieImageMetaData, r as Session, s as SessionWithoutSteps, p as Status, S as Statuses, O as Step, u as StepType, t as StepTypes, bJ as SumSubAddress, bK as SumSubApplicantInfo, cm as SumSubApplicantResetSchema, cl as SumSubApplicantReviewStatusSchema, cr as SumSubApplicantSchema, bC as SumSubApplicantType, cg as SumSubApplicantVerificationStepSchema, bR as SumSubCompanyApplicantInfo, ca as SumSubCompanyApplicantSchema, bX as SumSubDocType, c1 as SumSubFlowLevel, cn as SumSubGenerateExternalWebSdkLinkSchema, cb as SumSubImageId, c5 as SumSubImageReviewResultSchema, c6 as SumSubImageStatus, c9 as SumSubIndividualApplicantSchema, bZ as SumSubKycDocType, ci as SumSubMediaContentType, c2 as SumSubRequiredIdDoc, bE as SumSubReviewAnswer, cz as SumSubReviewRejectLabel, bG as SumSubReviewRejectType, c4 as SumSubReviewResultSchema, bV as SumSubReviewStatus, cw as SumSubSimilarApplicantsSchema, bA as SumSubStep, cf as SumSubVerificationStepSchema, bx as SumSubWebhookSchema, c8 as SumsubApplicantType, c7 as SumsubApplicantTypes, cd as SumsubCompanyBeneficiaryGroup, bI as SumsubCountryCode, cq as SumsubKybDataSchema, cv as SumsubKybSessionFlowSection, cu as SumsubKybSessionFlowSectionItem, ct as SumsubKybSessionFlowSectionStatus, cp as SumsubKycDataSchema, bH as SumsubReviewDecision, ce as SumsubStepStatus, co as SumsubVideoCallData, bT as SumsubWebhookInternalStatus, bi as SynapsProvider, _ as SynapsSessionErrorResponse, Q as SynapsSessionEvent, V as SynapsSessionRequest, $ as SynapsSessionResponse, a2 as SynapsStepErrorResponse, T as SynapsStepEvent, a0 as SynapsStepRequest, a3 as SynapsStepResponse, br as ToggleProviderInput, Y as UNKNOWN_ERROR, dh as UpdateKybSessionOutput, cR as UpdateKycSessionOutput, bp as UpdateProviderInput, bq as UpdateProviderResponse, az as UpdateSearchEntitiesInput, ay as UpdateSearchInput, c3 as UploadDocumentRequest, cS as VideoKycMetaData, bu as WEBHOOK_TYPES, q as WebhookPayload, bv as WebhookType, b1 as WorkflowsScorechainConfig, W as WrappedIpQualityServiceErrorResponse, af as mappingMatchTypeToLabel, U as typeToHumanReadable } from '../../dist/CoinMarketCap.schema-649afa76.esm.mjs';
|
|
3
3
|
import 'zod';
|
|
4
4
|
import 'nanoid';
|
|
5
5
|
import 'decimal.js';
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
5
5
|
var zod = require('zod');
|
|
6
6
|
var vault_schema = require('../../dist/vault.schema-b3e91b84.cjs.dev.cjs');
|
|
7
7
|
var identityApi_schema = require('../../dist/identity-api.schema-f786c437.cjs.dev.cjs');
|
|
8
|
-
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-
|
|
8
|
+
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-cb186e6b.cjs.dev.cjs');
|
|
9
9
|
var toArray = require('../../dist/toArray-37445ee3.cjs.dev.cjs');
|
|
10
10
|
var zodToJsonSchema = require('zod-to-json-schema');
|
|
11
11
|
require('nanoid');
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
5
5
|
var zod = require('zod');
|
|
6
6
|
var vault_schema = require('../../dist/vault.schema-516f8cf7.cjs.prod.cjs');
|
|
7
7
|
var identityApi_schema = require('../../dist/identity-api.schema-443adcc0.cjs.prod.cjs');
|
|
8
|
-
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-
|
|
8
|
+
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-99ab9d62.cjs.prod.cjs');
|
|
9
9
|
var toArray = require('../../dist/toArray-bcc5ef4d.cjs.prod.cjs');
|
|
10
10
|
var zodToJsonSchema = require('zod-to-json-schema');
|
|
11
11
|
require('nanoid');
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
import { aW as UuidString, dn as ExternalCustomerId, dl as WorkflowId, be as RiskScoreType, bg as CustomerType, bm as CustomerOnboardingLevel, bo as CustomerStatus, b2 as ISO3CountryCode, at as BlockchainAddress, dI as GenericVerifiableCredentialSchema, fp as WalletScreeningData, e5 as TransactionTypes, eb as TransactionReviewStatuses, fv as _toConsumableArray, aV as EnvironmentSchema } from '../../dist/vault.schema-88946b11.esm.mjs';
|
|
3
3
|
import { Y as RuleResultStatus } from '../../dist/identity-api.schema-42245964.esm.mjs';
|
|
4
|
-
import { M as MergedProviders, I as IpQualityServiceAnalysisResponse, C as ComplyAdvantageSearchResponse, a as ComplyAdvantageSearchErrorResponse, b as ComplyAdvantageSearchSuccessResponse } from '../../dist/CoinMarketCap.schema-
|
|
4
|
+
import { M as MergedProviders, I as IpQualityServiceAnalysisResponse, C as ComplyAdvantageSearchResponse, a as ComplyAdvantageSearchErrorResponse, b as ComplyAdvantageSearchSuccessResponse } from '../../dist/CoinMarketCap.schema-649afa76.esm.mjs';
|
|
5
5
|
import { _ as _toArray } from '../../dist/toArray-f38f22ea.esm.mjs';
|
|
6
6
|
import { zodToJsonSchema } from 'zod-to-json-schema';
|
|
7
7
|
import 'nanoid';
|