@nexeraid/identity-schemas 2.156.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-f93fe3c0.esm.mjs → CoinMarketCap.schema-649afa76.esm.mjs} +3 -2
- package/dist/{CoinMarketCap.schema-c2b18378.cjs.prod.cjs → CoinMarketCap.schema-99ab9d62.cjs.prod.cjs} +3 -2
- package/dist/{CoinMarketCap.schema-e1c7831a.cjs.dev.cjs → CoinMarketCap.schema-cb186e6b.cjs.dev.cjs} +3 -2
- package/dist/declarations/src/identity/app-requests.schema.d.ts +57 -57
- package/dist/declarations/src/identity/host-requests.schema.d.ts +50 -50
- package/dist/declarations/src/identity/identity-v2.schema.d.ts +13 -13
- package/dist/declarations/src/identity/kyc.schema.d.ts +31 -31
- package/dist/declarations/src/identity/polygon-id.schema.d.ts +10 -10
- 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/{identity-api.schema-362b1c56.esm.mjs → identity-api.schema-42245964.esm.mjs} +1 -1
- package/dist/{identity-api.schema-6c70e3aa.cjs.prod.cjs → identity-api.schema-443adcc0.cjs.prod.cjs} +1 -1
- package/dist/{identity-api.schema-65dd6440.cjs.dev.cjs → identity-api.schema-f786c437.cjs.dev.cjs} +1 -1
- package/dist/nexeraid-identity-schemas.cjs.dev.cjs +2 -2
- package/dist/nexeraid-identity-schemas.cjs.prod.cjs +2 -2
- package/dist/nexeraid-identity-schemas.esm.mjs +3 -3
- package/dist/package.json +2 -2
- package/dist/{tfhe-utilities-34760e2f.cjs.prod.cjs → tfhe-utilities-03f0250c.cjs.prod.cjs} +1 -1
- package/dist/{tfhe-utilities-28701323.cjs.dev.cjs → tfhe-utilities-5c744359.cjs.dev.cjs} +1 -1
- package/dist/{tfhe-utilities-90193a9c.esm.mjs → tfhe-utilities-e4157a93.esm.mjs} +1 -1
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.cjs +1 -1
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.cjs +1 -1
- package/identity/dist/nexeraid-identity-schemas-identity.esm.mjs +1 -1
- package/package.json +2 -2
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.cjs +2 -2
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.cjs +2 -2
- package/providers/dist/nexeraid-identity-schemas-providers.esm.mjs +2 -2
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.cjs +2 -2
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.cjs +2 -2
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.mjs +2 -2
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.cjs +2 -2
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +2 -2
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +2 -2
|
@@ -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;
|