@nexeraid/identity-schemas 2.216.0-dev → 2.217.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.
@@ -3,10 +3,10 @@ export declare const ProviderWithoutConfig: string[];
3
3
  export declare const IdentityProviderOptions: readonly ["nexeraIdSSID", "nexeraIdKYB", "synaps", "ondato"];
4
4
  export declare const IdentityProvider: z.ZodEnum<["nexeraIdSSID", "nexeraIdKYB", "synaps", "ondato"]>;
5
5
  export type IdentityProvider = z.infer<typeof IdentityProvider>;
6
- export declare const DataProviderOptions: readonly ["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "trmLabs", "crystal", "notabene", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore", "notabene"];
7
- export declare const DataProvider: z.ZodEnum<["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "trmLabs", "crystal", "notabene", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore", "notabene"]>;
6
+ export declare const DataProviderOptions: readonly ["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "trmLabs", "crystal", "notabene", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore", "notabene", "integratedWalletMonitoring"];
7
+ export declare const DataProvider: z.ZodEnum<["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "trmLabs", "crystal", "notabene", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore", "notabene", "integratedWalletMonitoring"]>;
8
8
  export type DataProvider = z.infer<typeof DataProvider>;
9
- export declare const MergedProviders: z.ZodEnum<["nexeraIdSSID", "nexeraIdKYB", "synaps", "ondato", "complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "trmLabs", "crystal", "notabene", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore", "notabene"]>;
9
+ export declare const MergedProviders: z.ZodEnum<["nexeraIdSSID", "nexeraIdKYB", "synaps", "ondato", "complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "trmLabs", "crystal", "notabene", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore", "notabene", "integratedWalletMonitoring"]>;
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"]>;
@@ -797,7 +797,7 @@ export declare const SynapsProvider: z.ZodObject<{
797
797
  export declare const ProviderData: z.ZodObject<{
798
798
  id: z.ZodString;
799
799
  projectId: z.ZodString;
800
- provider: z.ZodUnion<[z.ZodEnum<["nexeraIdSSID", "nexeraIdKYB", "synaps", "ondato"]>, z.ZodEnum<["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "trmLabs", "crystal", "notabene", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore", "notabene"]>]>;
800
+ provider: z.ZodUnion<[z.ZodEnum<["nexeraIdSSID", "nexeraIdKYB", "synaps", "ondato"]>, z.ZodEnum<["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "trmLabs", "crystal", "notabene", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore", "notabene", "integratedWalletMonitoring"]>]>;
801
801
  type: z.ZodEnum<["identity", "data"]>;
802
802
  nexeraIdSSID: z.ZodOptional<z.ZodNullable<z.ZodObject<{
803
803
  enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
@@ -1593,11 +1593,24 @@ export declare const ProviderData: z.ZodObject<{
1593
1593
  }[] | null | undefined;
1594
1594
  } | null | undefined;
1595
1595
  }>>>;
1596
+ integratedWalletMonitoring: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1597
+ enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
1598
+ apiKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1599
+ integrationType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["integrated", "external"]>>>;
1600
+ }, "strip", z.ZodTypeAny, {
1601
+ enabled?: boolean | null | undefined;
1602
+ apiKey?: string | null | undefined;
1603
+ integrationType?: "integrated" | "external" | null | undefined;
1604
+ }, {
1605
+ enabled?: boolean | null | undefined;
1606
+ apiKey?: string | null | undefined;
1607
+ integrationType?: "integrated" | "external" | null | undefined;
1608
+ }>>>;
1596
1609
  }, "strip", z.ZodTypeAny, {
1597
1610
  id: string;
1598
1611
  type: "data" | "identity";
1599
1612
  projectId: string;
1600
- provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore";
1613
+ provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore" | "integratedWalletMonitoring";
1601
1614
  chainalysis?: {
1602
1615
  enabled?: boolean | null | undefined;
1603
1616
  apiKey?: string | null | undefined;
@@ -1755,6 +1768,11 @@ export declare const ProviderData: z.ZodObject<{
1755
1768
  }[] | null | undefined;
1756
1769
  } | null | undefined;
1757
1770
  } | null | undefined;
1771
+ integratedWalletMonitoring?: {
1772
+ enabled?: boolean | null | undefined;
1773
+ apiKey?: string | null | undefined;
1774
+ integrationType?: "integrated" | "external" | null | undefined;
1775
+ } | null | undefined;
1758
1776
  ipqualityscore?: {
1759
1777
  enabled?: boolean | null | undefined;
1760
1778
  apiKey?: string | null | undefined;
@@ -1780,7 +1798,7 @@ export declare const ProviderData: z.ZodObject<{
1780
1798
  id: string;
1781
1799
  type: "data" | "identity";
1782
1800
  projectId: string;
1783
- provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore";
1801
+ provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore" | "integratedWalletMonitoring";
1784
1802
  chainalysis?: {
1785
1803
  enabled?: boolean | null | undefined;
1786
1804
  apiKey?: string | null | undefined;
@@ -1938,6 +1956,11 @@ export declare const ProviderData: z.ZodObject<{
1938
1956
  }[] | null | undefined;
1939
1957
  } | null | undefined;
1940
1958
  } | null | undefined;
1959
+ integratedWalletMonitoring?: {
1960
+ enabled?: boolean | null | undefined;
1961
+ apiKey?: string | null | undefined;
1962
+ integrationType?: "integrated" | "external" | null | undefined;
1963
+ } | null | undefined;
1941
1964
  ipqualityscore?: {
1942
1965
  enabled?: boolean | null | undefined;
1943
1966
  apiKey?: string | null | undefined;
@@ -1964,7 +1987,7 @@ export type ProviderData = z.infer<typeof ProviderData>;
1964
1987
  export declare const ProviderDataProject: z.ZodObject<Omit<{
1965
1988
  id: z.ZodString;
1966
1989
  projectId: z.ZodString;
1967
- provider: z.ZodUnion<[z.ZodEnum<["nexeraIdSSID", "nexeraIdKYB", "synaps", "ondato"]>, z.ZodEnum<["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "trmLabs", "crystal", "notabene", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore", "notabene"]>]>;
1990
+ provider: z.ZodUnion<[z.ZodEnum<["nexeraIdSSID", "nexeraIdKYB", "synaps", "ondato"]>, z.ZodEnum<["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "trmLabs", "crystal", "notabene", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore", "notabene", "integratedWalletMonitoring"]>]>;
1968
1991
  type: z.ZodEnum<["identity", "data"]>;
1969
1992
  nexeraIdSSID: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1970
1993
  enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
@@ -2760,6 +2783,19 @@ export declare const ProviderDataProject: z.ZodObject<Omit<{
2760
2783
  }[] | null | undefined;
2761
2784
  } | null | undefined;
2762
2785
  }>>>;
2786
+ integratedWalletMonitoring: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2787
+ enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
2788
+ apiKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2789
+ integrationType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["integrated", "external"]>>>;
2790
+ }, "strip", z.ZodTypeAny, {
2791
+ enabled?: boolean | null | undefined;
2792
+ apiKey?: string | null | undefined;
2793
+ integrationType?: "integrated" | "external" | null | undefined;
2794
+ }, {
2795
+ enabled?: boolean | null | undefined;
2796
+ apiKey?: string | null | undefined;
2797
+ integrationType?: "integrated" | "external" | null | undefined;
2798
+ }>>>;
2763
2799
  }, "projectId"> & {
2764
2800
  project: z.ZodObject<{
2765
2801
  id: z.ZodString;
@@ -2771,7 +2807,7 @@ export declare const ProviderDataProject: z.ZodObject<Omit<{
2771
2807
  }, "strip", z.ZodTypeAny, {
2772
2808
  id: string;
2773
2809
  type: "data" | "identity";
2774
- provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore";
2810
+ provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore" | "integratedWalletMonitoring";
2775
2811
  project: {
2776
2812
  id: string;
2777
2813
  };
@@ -2932,6 +2968,11 @@ export declare const ProviderDataProject: z.ZodObject<Omit<{
2932
2968
  }[] | null | undefined;
2933
2969
  } | null | undefined;
2934
2970
  } | null | undefined;
2971
+ integratedWalletMonitoring?: {
2972
+ enabled?: boolean | null | undefined;
2973
+ apiKey?: string | null | undefined;
2974
+ integrationType?: "integrated" | "external" | null | undefined;
2975
+ } | null | undefined;
2935
2976
  ipqualityscore?: {
2936
2977
  enabled?: boolean | null | undefined;
2937
2978
  apiKey?: string | null | undefined;
@@ -2956,7 +2997,7 @@ export declare const ProviderDataProject: z.ZodObject<Omit<{
2956
2997
  }, {
2957
2998
  id: string;
2958
2999
  type: "data" | "identity";
2959
- provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore";
3000
+ provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore" | "integratedWalletMonitoring";
2960
3001
  project: {
2961
3002
  id: string;
2962
3003
  };
@@ -3117,6 +3158,11 @@ export declare const ProviderDataProject: z.ZodObject<Omit<{
3117
3158
  }[] | null | undefined;
3118
3159
  } | null | undefined;
3119
3160
  } | null | undefined;
3161
+ integratedWalletMonitoring?: {
3162
+ enabled?: boolean | null | undefined;
3163
+ apiKey?: string | null | undefined;
3164
+ integrationType?: "integrated" | "external" | null | undefined;
3165
+ } | null | undefined;
3120
3166
  ipqualityscore?: {
3121
3167
  enabled?: boolean | null | undefined;
3122
3168
  apiKey?: string | null | undefined;
@@ -3143,7 +3189,7 @@ export type ProviderDataProject = z.infer<typeof ProviderDataProject>;
3143
3189
  export declare const GetProvidersResponse: z.ZodArray<z.ZodObject<Omit<{
3144
3190
  id: z.ZodString;
3145
3191
  projectId: z.ZodString;
3146
- provider: z.ZodUnion<[z.ZodEnum<["nexeraIdSSID", "nexeraIdKYB", "synaps", "ondato"]>, z.ZodEnum<["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "trmLabs", "crystal", "notabene", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore", "notabene"]>]>;
3192
+ provider: z.ZodUnion<[z.ZodEnum<["nexeraIdSSID", "nexeraIdKYB", "synaps", "ondato"]>, z.ZodEnum<["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "trmLabs", "crystal", "notabene", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore", "notabene", "integratedWalletMonitoring"]>]>;
3147
3193
  type: z.ZodEnum<["identity", "data"]>;
3148
3194
  nexeraIdSSID: z.ZodOptional<z.ZodNullable<z.ZodObject<{
3149
3195
  enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
@@ -3939,6 +3985,19 @@ export declare const GetProvidersResponse: z.ZodArray<z.ZodObject<Omit<{
3939
3985
  }[] | null | undefined;
3940
3986
  } | null | undefined;
3941
3987
  }>>>;
3988
+ integratedWalletMonitoring: z.ZodOptional<z.ZodNullable<z.ZodObject<{
3989
+ enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
3990
+ apiKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3991
+ integrationType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["integrated", "external"]>>>;
3992
+ }, "strip", z.ZodTypeAny, {
3993
+ enabled?: boolean | null | undefined;
3994
+ apiKey?: string | null | undefined;
3995
+ integrationType?: "integrated" | "external" | null | undefined;
3996
+ }, {
3997
+ enabled?: boolean | null | undefined;
3998
+ apiKey?: string | null | undefined;
3999
+ integrationType?: "integrated" | "external" | null | undefined;
4000
+ }>>>;
3942
4001
  }, "projectId"> & {
3943
4002
  project: z.ZodObject<{
3944
4003
  id: z.ZodString;
@@ -3950,7 +4009,7 @@ export declare const GetProvidersResponse: z.ZodArray<z.ZodObject<Omit<{
3950
4009
  }, "strip", z.ZodTypeAny, {
3951
4010
  id: string;
3952
4011
  type: "data" | "identity";
3953
- provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore";
4012
+ provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore" | "integratedWalletMonitoring";
3954
4013
  project: {
3955
4014
  id: string;
3956
4015
  };
@@ -4111,6 +4170,11 @@ export declare const GetProvidersResponse: z.ZodArray<z.ZodObject<Omit<{
4111
4170
  }[] | null | undefined;
4112
4171
  } | null | undefined;
4113
4172
  } | null | undefined;
4173
+ integratedWalletMonitoring?: {
4174
+ enabled?: boolean | null | undefined;
4175
+ apiKey?: string | null | undefined;
4176
+ integrationType?: "integrated" | "external" | null | undefined;
4177
+ } | null | undefined;
4114
4178
  ipqualityscore?: {
4115
4179
  enabled?: boolean | null | undefined;
4116
4180
  apiKey?: string | null | undefined;
@@ -4135,7 +4199,7 @@ export declare const GetProvidersResponse: z.ZodArray<z.ZodObject<Omit<{
4135
4199
  }, {
4136
4200
  id: string;
4137
4201
  type: "data" | "identity";
4138
- provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore";
4202
+ provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore" | "integratedWalletMonitoring";
4139
4203
  project: {
4140
4204
  id: string;
4141
4205
  };
@@ -4296,6 +4360,11 @@ export declare const GetProvidersResponse: z.ZodArray<z.ZodObject<Omit<{
4296
4360
  }[] | null | undefined;
4297
4361
  } | null | undefined;
4298
4362
  } | null | undefined;
4363
+ integratedWalletMonitoring?: {
4364
+ enabled?: boolean | null | undefined;
4365
+ apiKey?: string | null | undefined;
4366
+ integrationType?: "integrated" | "external" | null | undefined;
4367
+ } | null | undefined;
4299
4368
  ipqualityscore?: {
4300
4369
  enabled?: boolean | null | undefined;
4301
4370
  apiKey?: string | null | undefined;
@@ -4322,7 +4391,7 @@ export type GetProvidersResponse = z.infer<typeof GetProvidersResponse>;
4322
4391
  export declare const GetProviderResponse: z.ZodObject<{
4323
4392
  id: z.ZodString;
4324
4393
  projectId: z.ZodString;
4325
- provider: z.ZodUnion<[z.ZodEnum<["nexeraIdSSID", "nexeraIdKYB", "synaps", "ondato"]>, z.ZodEnum<["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "trmLabs", "crystal", "notabene", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore", "notabene"]>]>;
4394
+ provider: z.ZodUnion<[z.ZodEnum<["nexeraIdSSID", "nexeraIdKYB", "synaps", "ondato"]>, z.ZodEnum<["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "trmLabs", "crystal", "notabene", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore", "notabene", "integratedWalletMonitoring"]>]>;
4326
4395
  type: z.ZodEnum<["identity", "data"]>;
4327
4396
  nexeraIdSSID: z.ZodOptional<z.ZodNullable<z.ZodObject<{
4328
4397
  enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
@@ -5118,11 +5187,24 @@ export declare const GetProviderResponse: z.ZodObject<{
5118
5187
  }[] | null | undefined;
5119
5188
  } | null | undefined;
5120
5189
  }>>>;
5190
+ integratedWalletMonitoring: z.ZodOptional<z.ZodNullable<z.ZodObject<{
5191
+ enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
5192
+ apiKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5193
+ integrationType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["integrated", "external"]>>>;
5194
+ }, "strip", z.ZodTypeAny, {
5195
+ enabled?: boolean | null | undefined;
5196
+ apiKey?: string | null | undefined;
5197
+ integrationType?: "integrated" | "external" | null | undefined;
5198
+ }, {
5199
+ enabled?: boolean | null | undefined;
5200
+ apiKey?: string | null | undefined;
5201
+ integrationType?: "integrated" | "external" | null | undefined;
5202
+ }>>>;
5121
5203
  }, "strip", z.ZodTypeAny, {
5122
5204
  id: string;
5123
5205
  type: "data" | "identity";
5124
5206
  projectId: string;
5125
- provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore";
5207
+ provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore" | "integratedWalletMonitoring";
5126
5208
  chainalysis?: {
5127
5209
  enabled?: boolean | null | undefined;
5128
5210
  apiKey?: string | null | undefined;
@@ -5280,6 +5362,11 @@ export declare const GetProviderResponse: z.ZodObject<{
5280
5362
  }[] | null | undefined;
5281
5363
  } | null | undefined;
5282
5364
  } | null | undefined;
5365
+ integratedWalletMonitoring?: {
5366
+ enabled?: boolean | null | undefined;
5367
+ apiKey?: string | null | undefined;
5368
+ integrationType?: "integrated" | "external" | null | undefined;
5369
+ } | null | undefined;
5283
5370
  ipqualityscore?: {
5284
5371
  enabled?: boolean | null | undefined;
5285
5372
  apiKey?: string | null | undefined;
@@ -5305,7 +5392,7 @@ export declare const GetProviderResponse: z.ZodObject<{
5305
5392
  id: string;
5306
5393
  type: "data" | "identity";
5307
5394
  projectId: string;
5308
- provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore";
5395
+ provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore" | "integratedWalletMonitoring";
5309
5396
  chainalysis?: {
5310
5397
  enabled?: boolean | null | undefined;
5311
5398
  apiKey?: string | null | undefined;
@@ -5463,6 +5550,11 @@ export declare const GetProviderResponse: z.ZodObject<{
5463
5550
  }[] | null | undefined;
5464
5551
  } | null | undefined;
5465
5552
  } | null | undefined;
5553
+ integratedWalletMonitoring?: {
5554
+ enabled?: boolean | null | undefined;
5555
+ apiKey?: string | null | undefined;
5556
+ integrationType?: "integrated" | "external" | null | undefined;
5557
+ } | null | undefined;
5466
5558
  ipqualityscore?: {
5467
5559
  enabled?: boolean | null | undefined;
5468
5560
  apiKey?: string | null | undefined;
@@ -5489,7 +5581,7 @@ export type GetProviderResponse = z.infer<typeof GetProviderResponse>;
5489
5581
  export declare const CreateProviderInput: z.ZodObject<Omit<{
5490
5582
  id: z.ZodString;
5491
5583
  projectId: z.ZodString;
5492
- provider: z.ZodUnion<[z.ZodEnum<["nexeraIdSSID", "nexeraIdKYB", "synaps", "ondato"]>, z.ZodEnum<["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "trmLabs", "crystal", "notabene", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore", "notabene"]>]>;
5584
+ provider: z.ZodUnion<[z.ZodEnum<["nexeraIdSSID", "nexeraIdKYB", "synaps", "ondato"]>, z.ZodEnum<["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "trmLabs", "crystal", "notabene", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore", "notabene", "integratedWalletMonitoring"]>]>;
5493
5585
  type: z.ZodEnum<["identity", "data"]>;
5494
5586
  nexeraIdSSID: z.ZodOptional<z.ZodNullable<z.ZodObject<{
5495
5587
  enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
@@ -6285,10 +6377,23 @@ export declare const CreateProviderInput: z.ZodObject<Omit<{
6285
6377
  }[] | null | undefined;
6286
6378
  } | null | undefined;
6287
6379
  }>>>;
6380
+ integratedWalletMonitoring: z.ZodOptional<z.ZodNullable<z.ZodObject<{
6381
+ enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
6382
+ apiKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6383
+ integrationType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["integrated", "external"]>>>;
6384
+ }, "strip", z.ZodTypeAny, {
6385
+ enabled?: boolean | null | undefined;
6386
+ apiKey?: string | null | undefined;
6387
+ integrationType?: "integrated" | "external" | null | undefined;
6388
+ }, {
6389
+ enabled?: boolean | null | undefined;
6390
+ apiKey?: string | null | undefined;
6391
+ integrationType?: "integrated" | "external" | null | undefined;
6392
+ }>>>;
6288
6393
  }, "id" | "type" | "projectId"> & {
6289
6394
  project: z.ZodString;
6290
6395
  }, "strip", z.ZodTypeAny, {
6291
- provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore";
6396
+ provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore" | "integratedWalletMonitoring";
6292
6397
  project: string;
6293
6398
  chainalysis?: {
6294
6399
  enabled?: boolean | null | undefined;
@@ -6447,6 +6552,11 @@ export declare const CreateProviderInput: z.ZodObject<Omit<{
6447
6552
  }[] | null | undefined;
6448
6553
  } | null | undefined;
6449
6554
  } | null | undefined;
6555
+ integratedWalletMonitoring?: {
6556
+ enabled?: boolean | null | undefined;
6557
+ apiKey?: string | null | undefined;
6558
+ integrationType?: "integrated" | "external" | null | undefined;
6559
+ } | null | undefined;
6450
6560
  ipqualityscore?: {
6451
6561
  enabled?: boolean | null | undefined;
6452
6562
  apiKey?: string | null | undefined;
@@ -6469,7 +6579,7 @@ export declare const CreateProviderInput: z.ZodObject<Omit<{
6469
6579
  } | null | undefined;
6470
6580
  } | null | undefined;
6471
6581
  }, {
6472
- provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore";
6582
+ provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore" | "integratedWalletMonitoring";
6473
6583
  project: string;
6474
6584
  chainalysis?: {
6475
6585
  enabled?: boolean | null | undefined;
@@ -6628,6 +6738,11 @@ export declare const CreateProviderInput: z.ZodObject<Omit<{
6628
6738
  }[] | null | undefined;
6629
6739
  } | null | undefined;
6630
6740
  } | null | undefined;
6741
+ integratedWalletMonitoring?: {
6742
+ enabled?: boolean | null | undefined;
6743
+ apiKey?: string | null | undefined;
6744
+ integrationType?: "integrated" | "external" | null | undefined;
6745
+ } | null | undefined;
6631
6746
  ipqualityscore?: {
6632
6747
  enabled?: boolean | null | undefined;
6633
6748
  apiKey?: string | null | undefined;
@@ -6654,7 +6769,7 @@ export type CreateProviderInput = z.infer<typeof CreateProviderInput>;
6654
6769
  export declare const CreateProviderResponse: z.ZodObject<Omit<{
6655
6770
  id: z.ZodString;
6656
6771
  projectId: z.ZodString;
6657
- provider: z.ZodUnion<[z.ZodEnum<["nexeraIdSSID", "nexeraIdKYB", "synaps", "ondato"]>, z.ZodEnum<["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "trmLabs", "crystal", "notabene", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore", "notabene"]>]>;
6772
+ provider: z.ZodUnion<[z.ZodEnum<["nexeraIdSSID", "nexeraIdKYB", "synaps", "ondato"]>, z.ZodEnum<["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "trmLabs", "crystal", "notabene", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore", "notabene", "integratedWalletMonitoring"]>]>;
6658
6773
  type: z.ZodEnum<["identity", "data"]>;
6659
6774
  nexeraIdSSID: z.ZodOptional<z.ZodNullable<z.ZodObject<{
6660
6775
  enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
@@ -7450,10 +7565,23 @@ export declare const CreateProviderResponse: z.ZodObject<Omit<{
7450
7565
  }[] | null | undefined;
7451
7566
  } | null | undefined;
7452
7567
  }>>>;
7568
+ integratedWalletMonitoring: z.ZodOptional<z.ZodNullable<z.ZodObject<{
7569
+ enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
7570
+ apiKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
7571
+ integrationType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["integrated", "external"]>>>;
7572
+ }, "strip", z.ZodTypeAny, {
7573
+ enabled?: boolean | null | undefined;
7574
+ apiKey?: string | null | undefined;
7575
+ integrationType?: "integrated" | "external" | null | undefined;
7576
+ }, {
7577
+ enabled?: boolean | null | undefined;
7578
+ apiKey?: string | null | undefined;
7579
+ integrationType?: "integrated" | "external" | null | undefined;
7580
+ }>>>;
7453
7581
  }, "type" | "chainalysis" | "merkleScience" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "big" | "scorechain" | "integratedScorechain" | "integratedIpqualityscore" | "ipqualityscore">, "strip", z.ZodTypeAny, {
7454
7582
  id: string;
7455
7583
  projectId: string;
7456
- provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore";
7584
+ provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore" | "integratedWalletMonitoring";
7457
7585
  ondato?: {
7458
7586
  enabled?: boolean | null | undefined;
7459
7587
  apiKey?: string | null | undefined;
@@ -7491,10 +7619,15 @@ export declare const CreateProviderResponse: z.ZodObject<Omit<{
7491
7619
  screenDataOnNewRecord?: boolean | null | undefined;
7492
7620
  monitorOnTheOngoingManner?: boolean | null | undefined;
7493
7621
  } | null | undefined;
7622
+ integratedWalletMonitoring?: {
7623
+ enabled?: boolean | null | undefined;
7624
+ apiKey?: string | null | undefined;
7625
+ integrationType?: "integrated" | "external" | null | undefined;
7626
+ } | null | undefined;
7494
7627
  }, {
7495
7628
  id: string;
7496
7629
  projectId: string;
7497
- provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore";
7630
+ provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore" | "integratedWalletMonitoring";
7498
7631
  ondato?: {
7499
7632
  enabled?: boolean | null | undefined;
7500
7633
  apiKey?: string | null | undefined;
@@ -7532,6 +7665,11 @@ export declare const CreateProviderResponse: z.ZodObject<Omit<{
7532
7665
  screenDataOnNewRecord?: boolean | null | undefined;
7533
7666
  monitorOnTheOngoingManner?: boolean | null | undefined;
7534
7667
  } | null | undefined;
7668
+ integratedWalletMonitoring?: {
7669
+ enabled?: boolean | null | undefined;
7670
+ apiKey?: string | null | undefined;
7671
+ integrationType?: "integrated" | "external" | null | undefined;
7672
+ } | null | undefined;
7535
7673
  }>;
7536
7674
  export type CreateProviderResponse = z.infer<typeof CreateProviderResponse>;
7537
7675
  export declare const UpdateProviderInput: z.ZodObject<{
@@ -7539,7 +7677,7 @@ export declare const UpdateProviderInput: z.ZodObject<{
7539
7677
  input: z.ZodObject<Omit<{
7540
7678
  id: z.ZodString;
7541
7679
  projectId: z.ZodString;
7542
- provider: z.ZodUnion<[z.ZodEnum<["nexeraIdSSID", "nexeraIdKYB", "synaps", "ondato"]>, z.ZodEnum<["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "trmLabs", "crystal", "notabene", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore", "notabene"]>]>;
7680
+ provider: z.ZodUnion<[z.ZodEnum<["nexeraIdSSID", "nexeraIdKYB", "synaps", "ondato"]>, z.ZodEnum<["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "trmLabs", "crystal", "notabene", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore", "notabene", "integratedWalletMonitoring"]>]>;
7543
7681
  type: z.ZodEnum<["identity", "data"]>;
7544
7682
  nexeraIdSSID: z.ZodOptional<z.ZodNullable<z.ZodObject<{
7545
7683
  enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
@@ -8335,6 +8473,19 @@ export declare const UpdateProviderInput: z.ZodObject<{
8335
8473
  }[] | null | undefined;
8336
8474
  } | null | undefined;
8337
8475
  }>>>;
8476
+ integratedWalletMonitoring: z.ZodOptional<z.ZodNullable<z.ZodObject<{
8477
+ enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
8478
+ apiKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
8479
+ integrationType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["integrated", "external"]>>>;
8480
+ }, "strip", z.ZodTypeAny, {
8481
+ enabled?: boolean | null | undefined;
8482
+ apiKey?: string | null | undefined;
8483
+ integrationType?: "integrated" | "external" | null | undefined;
8484
+ }, {
8485
+ enabled?: boolean | null | undefined;
8486
+ apiKey?: string | null | undefined;
8487
+ integrationType?: "integrated" | "external" | null | undefined;
8488
+ }>>>;
8338
8489
  }, "id" | "type" | "projectId" | "provider">, "strip", z.ZodTypeAny, {
8339
8490
  chainalysis?: {
8340
8491
  enabled?: boolean | null | undefined;
@@ -8493,6 +8644,11 @@ export declare const UpdateProviderInput: z.ZodObject<{
8493
8644
  }[] | null | undefined;
8494
8645
  } | null | undefined;
8495
8646
  } | null | undefined;
8647
+ integratedWalletMonitoring?: {
8648
+ enabled?: boolean | null | undefined;
8649
+ apiKey?: string | null | undefined;
8650
+ integrationType?: "integrated" | "external" | null | undefined;
8651
+ } | null | undefined;
8496
8652
  ipqualityscore?: {
8497
8653
  enabled?: boolean | null | undefined;
8498
8654
  apiKey?: string | null | undefined;
@@ -8672,6 +8828,11 @@ export declare const UpdateProviderInput: z.ZodObject<{
8672
8828
  }[] | null | undefined;
8673
8829
  } | null | undefined;
8674
8830
  } | null | undefined;
8831
+ integratedWalletMonitoring?: {
8832
+ enabled?: boolean | null | undefined;
8833
+ apiKey?: string | null | undefined;
8834
+ integrationType?: "integrated" | "external" | null | undefined;
8835
+ } | null | undefined;
8675
8836
  ipqualityscore?: {
8676
8837
  enabled?: boolean | null | undefined;
8677
8838
  apiKey?: string | null | undefined;
@@ -8853,6 +9014,11 @@ export declare const UpdateProviderInput: z.ZodObject<{
8853
9014
  }[] | null | undefined;
8854
9015
  } | null | undefined;
8855
9016
  } | null | undefined;
9017
+ integratedWalletMonitoring?: {
9018
+ enabled?: boolean | null | undefined;
9019
+ apiKey?: string | null | undefined;
9020
+ integrationType?: "integrated" | "external" | null | undefined;
9021
+ } | null | undefined;
8856
9022
  ipqualityscore?: {
8857
9023
  enabled?: boolean | null | undefined;
8858
9024
  apiKey?: string | null | undefined;
@@ -9035,6 +9201,11 @@ export declare const UpdateProviderInput: z.ZodObject<{
9035
9201
  }[] | null | undefined;
9036
9202
  } | null | undefined;
9037
9203
  } | null | undefined;
9204
+ integratedWalletMonitoring?: {
9205
+ enabled?: boolean | null | undefined;
9206
+ apiKey?: string | null | undefined;
9207
+ integrationType?: "integrated" | "external" | null | undefined;
9208
+ } | null | undefined;
9038
9209
  ipqualityscore?: {
9039
9210
  enabled?: boolean | null | undefined;
9040
9211
  apiKey?: string | null | undefined;
@@ -9063,7 +9234,7 @@ export type UpdateProviderInput = z.infer<typeof UpdateProviderInput>;
9063
9234
  export declare const UpdateProviderResponse: z.ZodObject<{
9064
9235
  id: z.ZodString;
9065
9236
  projectId: z.ZodString;
9066
- provider: z.ZodUnion<[z.ZodEnum<["nexeraIdSSID", "nexeraIdKYB", "synaps", "ondato"]>, z.ZodEnum<["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "trmLabs", "crystal", "notabene", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore", "notabene"]>]>;
9237
+ provider: z.ZodUnion<[z.ZodEnum<["nexeraIdSSID", "nexeraIdKYB", "synaps", "ondato"]>, z.ZodEnum<["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "trmLabs", "crystal", "notabene", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore", "notabene", "integratedWalletMonitoring"]>]>;
9067
9238
  type: z.ZodEnum<["identity", "data"]>;
9068
9239
  nexeraIdSSID: z.ZodOptional<z.ZodNullable<z.ZodObject<{
9069
9240
  enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
@@ -9859,11 +10030,24 @@ export declare const UpdateProviderResponse: z.ZodObject<{
9859
10030
  }[] | null | undefined;
9860
10031
  } | null | undefined;
9861
10032
  }>>>;
10033
+ integratedWalletMonitoring: z.ZodOptional<z.ZodNullable<z.ZodObject<{
10034
+ enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
10035
+ apiKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10036
+ integrationType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["integrated", "external"]>>>;
10037
+ }, "strip", z.ZodTypeAny, {
10038
+ enabled?: boolean | null | undefined;
10039
+ apiKey?: string | null | undefined;
10040
+ integrationType?: "integrated" | "external" | null | undefined;
10041
+ }, {
10042
+ enabled?: boolean | null | undefined;
10043
+ apiKey?: string | null | undefined;
10044
+ integrationType?: "integrated" | "external" | null | undefined;
10045
+ }>>>;
9862
10046
  }, "strip", z.ZodTypeAny, {
9863
10047
  id: string;
9864
10048
  type: "data" | "identity";
9865
10049
  projectId: string;
9866
- provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore";
10050
+ provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore" | "integratedWalletMonitoring";
9867
10051
  chainalysis?: {
9868
10052
  enabled?: boolean | null | undefined;
9869
10053
  apiKey?: string | null | undefined;
@@ -10021,6 +10205,11 @@ export declare const UpdateProviderResponse: z.ZodObject<{
10021
10205
  }[] | null | undefined;
10022
10206
  } | null | undefined;
10023
10207
  } | null | undefined;
10208
+ integratedWalletMonitoring?: {
10209
+ enabled?: boolean | null | undefined;
10210
+ apiKey?: string | null | undefined;
10211
+ integrationType?: "integrated" | "external" | null | undefined;
10212
+ } | null | undefined;
10024
10213
  ipqualityscore?: {
10025
10214
  enabled?: boolean | null | undefined;
10026
10215
  apiKey?: string | null | undefined;
@@ -10046,7 +10235,7 @@ export declare const UpdateProviderResponse: z.ZodObject<{
10046
10235
  id: string;
10047
10236
  type: "data" | "identity";
10048
10237
  projectId: string;
10049
- provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore";
10238
+ provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore" | "integratedWalletMonitoring";
10050
10239
  chainalysis?: {
10051
10240
  enabled?: boolean | null | undefined;
10052
10241
  apiKey?: string | null | undefined;
@@ -10204,6 +10393,11 @@ export declare const UpdateProviderResponse: z.ZodObject<{
10204
10393
  }[] | null | undefined;
10205
10394
  } | null | undefined;
10206
10395
  } | null | undefined;
10396
+ integratedWalletMonitoring?: {
10397
+ enabled?: boolean | null | undefined;
10398
+ apiKey?: string | null | undefined;
10399
+ integrationType?: "integrated" | "external" | null | undefined;
10400
+ } | null | undefined;
10207
10401
  ipqualityscore?: {
10208
10402
  enabled?: boolean | null | undefined;
10209
10403
  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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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkBvB,CAAC;AAEH,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,YAAY,CAAC,CAAC;AAExD,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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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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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmBvB,CAAC;AAEH,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,YAAY,CAAC,CAAC;AAExD,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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"}
@@ -7,7 +7,7 @@ var z = require('zod');
7
7
  var identityApi_schema = require('./identity-api.schema-118fb7f8.cjs.dev.cjs');
8
8
  var tfheUtilities = require('./tfhe-utilities-5ab048a9.cjs.dev.cjs');
9
9
  var vault_dist_nexeraidIdentitySchemasVault = require('../vault/dist/nexeraid-identity-schemas-vault.cjs.dev.cjs');
10
- var notabene_schema = require('./notabene.schema-459ebb04.cjs.dev.cjs');
10
+ var notabene_schema = require('./notabene.schema-7a777f33.cjs.dev.cjs');
11
11
  require('nanoid');
12
12
  require('decimal.js');
13
13
  require('crypto');
@@ -7,7 +7,7 @@ var z = require('zod');
7
7
  var identityApi_schema = require('./identity-api.schema-951efc5e.cjs.prod.cjs');
8
8
  var tfheUtilities = require('./tfhe-utilities-932c7be4.cjs.prod.cjs');
9
9
  var vault_dist_nexeraidIdentitySchemasVault = require('../vault/dist/nexeraid-identity-schemas-vault.cjs.prod.cjs');
10
- var notabene_schema = require('./notabene.schema-9155f00a.cjs.prod.cjs');
10
+ var notabene_schema = require('./notabene.schema-bf8b0fda.cjs.prod.cjs');
11
11
  require('nanoid');
12
12
  require('decimal.js');
13
13
  require('crypto');
@@ -5,7 +5,7 @@ import { C as CredentialTypes } from './identity-api.schema-b9d7499e.esm.mjs';
5
5
  export { v as ACTION_STATUSES, t as ACTION_TRIGGERS, b8 as ARRAY_OPERATORS, aM as AUTHORIZATION_REQUEST_MESSAGE_TYPES, A as AVAILABLE_FLOWS, a4 as AbbreviatedWorkflowScenario, a2 as Action, w as ActionStatus, u as ActionTrigger, s as ActionType, x as ActionValue, bo as AllCredentialValues, c4 as AllScenarioExecutionAuthorizationData, bY as AnyTxAuthDataSignatureResponse, b$ as AnyTxAuthInputJsSdk, bR as ApiTezosTxAuthInput, bL as ApiTxAuthInput, b9 as ArrayOperator, aU as AuthQrCodeData, ap as AuthSession, ar as AuthSessionData, aP as AuthorizationRequestMessage, aO as AuthorizationRequestMessageType, aN as AuthorizationRequestMessageTypes, aS as AuthorizationResponseMessage, n as AvailableFlow, be as BOOLEAN_OPERATORS, M as BackwardsCompatibleScenarioType, L as BackwardsCompatibleScenarioTypes, N as BaseQueryResponse, bf as BooleanOperator, aJ as CIRCUIT_IDS, bz as ChallengeQuerySchema, as as ChallengeResponse, aK as CircuitId, b as CloseScreenNotification, a7 as ComplianceImplementationStepsInput, c3 as CreateAuthRequestProps, a6 as CreateTemplateScenario, cf as CredentialMediaType, ca as CredentialNames, aT as CredentialQrCodeData, c9 as CredentialSchemas, cd as CredentialType, C as CredentialTypes, bg as DATE_OPERATORS, bi as DISPLAY_MODE, D as DataAvailableOnStart, bh as DateOperator, bj as DisplayMode, bZ as Eip155TxAuthInputJsSdk, U as ExecuteQueryResponse, bX as ExtendedTezosTxAuthDataSignatureResponse, bV as ExtendedTezosTxAuthInput, bW as ExtendedTxAuthDataSignatureResponse, bU as ExtendedTxAuthInput, ao as GenerateWalletChallengeRequest, a9 as GetCredentialsRequest, aa as GetCredentialsResponse, av as GetCustomerStatusRequest, aA as GetCustomerStatusResponse, bT as GetTezosTxAuthDataSignatureResponse, bO as GetTxAuthDataSignatureFailureResponse, bP as GetTxAuthDataSignatureResponse, bN as GetTxAuthDataSignatureSuccessResponse, ai as GetTxAuthSigRequest, ak as GetTxAuthSigRequestTezos, aj as GetTxAuthSigResponse, al as GetTxAuthSigResponseTezos, aD as HostMessage, am as HostRequestMessage, H as HostResponseMessage, bn as IDInformationTfhe, aB as IdentityAppMessage, aE as IdentityMessage, i as IdentityNotificationMessage, m as IdentityRequestMessage, an as IdentityResponseMessage, aw as IdentitySdkMessage, ax as IdentitySdkMessageWithIdentifier, aC as IdentityWallet, j as InitialDataRequest, o as InitialDataResponse, I as IsVerifiedNotification, ag as IsVerifiedRequest, ah as IsVerifiedResponse, K as KycCompletionData, c as KycCompletionNotification, cg as Language, aH as MediaType, aI as MediaTypePID, aq as MobileExchangeTokenResponse, bc as NUMERIC_OPERATORS, cb as NexeraCredentialType, bd as NumericOperator, bA as OLD_CHALLENGE_QUERY_OPERATORS, bB as OLD_ChallengeQueryOperator, bE as OLD_ChallengeQueryOperatorToOperator, bw as OLD_ChallengeQuerySchema, bG as OLD_QueryCredentialType, bF as OLD_QueryCredentialTypes, b0 as OPERATORS, g as OcvSdkInitialized, O as OffChainScenarioExecutionData, Q as OffChainZKPRuleResult, d as OnChainScenarioExecutionData, b1 as Operator, bC as OperatorMappings, bD as OperatorToOLD_ChallengeQueryOperator, bv as PartialQueryConfigSimplified, P as PolygonIdInitialized, ac as PolygonIdRequest, ab as PolygonIdRequestData, ae as PolygonIdResponse, ad as PolygonIdResponseData, c2 as PrivacyPreservingMonitoring, aQ as ProofData, a_ as QUERY_LOGIC_OPERATOR, aV as QrCodeLinkWithSchemaType, bp as QueriesOptions, bs as QueryConfigSimplified, br as QueryConfigTfhe, by as QueryCredentialType, bx as QueryCredentialTypes, bt as QueryGroupConfigSimplified, a$ as QueryLogicOperator, bq as QueryType, aF as RequiredDataRowSchema, aG as RequiredVerificationData, V as RuleEngineResponse, R as RuleEngineScenarioExecutionData, bu as RuleResultQueryConfig, Y as RuleResultStatus, Z as RuleResultStatusLabels, X as RuleResultStatuses, b3 as RuleTimeframe, r as SCENARIO_ACTION_TYPES, c5 as SCENARIO_AUTHORIZATION_STATUSES, ba as STRING_OPERATORS, bk as SUPPORTED_TYPES, S as ScenarioAuthorizationData, c6 as ScenarioAuthorizationStatus, e as ScenarioExecutionData, f as ScenarioExecutionNotification, W as ScenarioExecutionResponse, E as ScenarioMode, B as ScenarioModes, J as ScenarioSchema, G as ScenarioStatus, F as ScenarioStatuses, z as ScenarioType, y as ScenarioTypes, _ as SdkVerificationOutput, a as SdkVerificationResponseSchema, l as SendTransactionRequest, k as SignatureRequest, p as SignatureResponse, a8 as SimplifiedCredential, a3 as SimplifiedScenario, aZ as SpecialDataSetType, aY as SpecialDataSetTypes, h as StartCompletedNotification, af as StartFlowRequest, bb as StringOperator, bl as SupportedQueryInputType, bm as SupportedQueryInputTypes, b2 as TIMEFRAME, a5 as TemplateScenario, bQ as TezosTxAuthInput, b_ as TezosTxAuthInputJsSdk, bS as TezosTxSignatureResponse, T as TransactionData, q as TransactionResponse, az as TxAuthDataSignatureGatingError, au as TxAuthDataSignatureGatingRequest, ay as TxAuthDataSignatureResponse, bK as TxAuthInput, bM as TxSignatureResponse, ce as VerifiableCredential, a1 as VerificationOutput, a0 as VerificationSessionStatus, $ as VerificationSessionStatuses, c8 as VerifyWalletChallengeRequest, at as WalletSignResponse, c7 as WalletSignatureResponse, b4 as ZKPOperator, c0 as ZKPRequest, c1 as ZKPRequestFromZKVerifier, aL as ZeroKnowledgeProofRequest, aR as ZeroKnowledgeProofResponse, cc as getCredentialName, bI as getOldCredentialPath, bH as getOldCredentialType, bJ as oldCredentialPathToDataLink, b5 as operatorDisplayMap, aW as parseIden3Message, aX as parseSessionIdFromUrl, b7 as timeframeAlertDisplayMap, b6 as timeframeDisplayMap } from './identity-api.schema-b9d7499e.esm.mjs';
6
6
  export { s as IDInformationTfheCredentialSubjectCONFIG, V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation, b as getFieldConfig } from './tfhe-utilities-5ef173ed.esm.mjs';
7
7
  export { Separator, computeVaultKey, generateZodObjectPaths, resolvePathOnDataSchema, resolvePathOnMapSchema } from '../vault/dist/nexeraid-identity-schemas-vault.esm.mjs';
8
- import { N as NotabeneTxCreateStatus } from './notabene.schema-135a726a.esm.mjs';
8
+ import { N as NotabeneTxCreateStatus } from './notabene.schema-6ed99675.esm.mjs';
9
9
  import 'nanoid';
10
10
  import 'decimal.js';
11
11
  import 'crypto';
@@ -1436,7 +1436,7 @@ var TRMLabsAddressesScreeningResponse = z$1.union([TRMLabsAddressesScreening, TR
1436
1436
  var ProviderWithoutConfig = ["chainalysis", "scorechain", "integratedScorechain", "trmLabs"];
1437
1437
  var IdentityProviderOptions = ["nexeraIdSSID", "nexeraIdKYB", "synaps", "ondato"];
1438
1438
  var IdentityProvider = z["enum"](IdentityProviderOptions);
1439
- var DataProviderOptions = ["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "trmLabs", "crystal", "notabene", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore", "notabene"];
1439
+ var DataProviderOptions = ["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "trmLabs", "crystal", "notabene", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore", "notabene", "integratedWalletMonitoring"];
1440
1440
  var DataProvider = z["enum"](DataProviderOptions);
1441
1441
  var MergedProviders = z["enum"]([].concat(_toConsumableArray(IdentityProvider.options), _toConsumableArray(DataProvider.options)));
1442
1442
  var MerkleScienceConfig = z.object({
@@ -1603,7 +1603,8 @@ var ProviderData = z.object({
1603
1603
  chainalysis: ChainalysisProvider.nullish(),
1604
1604
  integratedComplyAdvantage: ComplyAdvantageProvider.nullish(),
1605
1605
  integratedScorechain: ScorechainProvider.nullish(),
1606
- integratedIpqualityscore: IpqualityscoreProvider.nullish()
1606
+ integratedIpqualityscore: IpqualityscoreProvider.nullish(),
1607
+ integratedWalletMonitoring: BaseProvider.nullish()
1607
1608
  });
1608
1609
  var ProviderDataProject = ProviderData.omit({
1609
1610
  projectId: true
@@ -1442,7 +1442,7 @@ var TRMLabsAddressesScreeningResponse = z__default["default"].union([TRMLabsAddr
1442
1442
  var ProviderWithoutConfig = ["chainalysis", "scorechain", "integratedScorechain", "trmLabs"];
1443
1443
  var IdentityProviderOptions = ["nexeraIdSSID", "nexeraIdKYB", "synaps", "ondato"];
1444
1444
  var IdentityProvider = z.z["enum"](IdentityProviderOptions);
1445
- var DataProviderOptions = ["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "trmLabs", "crystal", "notabene", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore", "notabene"];
1445
+ var DataProviderOptions = ["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "trmLabs", "crystal", "notabene", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore", "notabene", "integratedWalletMonitoring"];
1446
1446
  var DataProvider = z.z["enum"](DataProviderOptions);
1447
1447
  var MergedProviders = z.z["enum"]([].concat(vault_schema._toConsumableArray(IdentityProvider.options), vault_schema._toConsumableArray(DataProvider.options)));
1448
1448
  var MerkleScienceConfig = z.z.object({
@@ -1609,7 +1609,8 @@ var ProviderData = z.z.object({
1609
1609
  chainalysis: ChainalysisProvider.nullish(),
1610
1610
  integratedComplyAdvantage: ComplyAdvantageProvider.nullish(),
1611
1611
  integratedScorechain: ScorechainProvider.nullish(),
1612
- integratedIpqualityscore: IpqualityscoreProvider.nullish()
1612
+ integratedIpqualityscore: IpqualityscoreProvider.nullish(),
1613
+ integratedWalletMonitoring: BaseProvider.nullish()
1613
1614
  });
1614
1615
  var ProviderDataProject = ProviderData.omit({
1615
1616
  projectId: true
@@ -1442,7 +1442,7 @@ var TRMLabsAddressesScreeningResponse = z__default["default"].union([TRMLabsAddr
1442
1442
  var ProviderWithoutConfig = ["chainalysis", "scorechain", "integratedScorechain", "trmLabs"];
1443
1443
  var IdentityProviderOptions = ["nexeraIdSSID", "nexeraIdKYB", "synaps", "ondato"];
1444
1444
  var IdentityProvider = z.z["enum"](IdentityProviderOptions);
1445
- var DataProviderOptions = ["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "trmLabs", "crystal", "notabene", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore", "notabene"];
1445
+ var DataProviderOptions = ["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "trmLabs", "crystal", "notabene", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore", "notabene", "integratedWalletMonitoring"];
1446
1446
  var DataProvider = z.z["enum"](DataProviderOptions);
1447
1447
  var MergedProviders = z.z["enum"]([].concat(vault_schema._toConsumableArray(IdentityProvider.options), vault_schema._toConsumableArray(DataProvider.options)));
1448
1448
  var MerkleScienceConfig = z.z.object({
@@ -1609,7 +1609,8 @@ var ProviderData = z.z.object({
1609
1609
  chainalysis: ChainalysisProvider.nullish(),
1610
1610
  integratedComplyAdvantage: ComplyAdvantageProvider.nullish(),
1611
1611
  integratedScorechain: ScorechainProvider.nullish(),
1612
- integratedIpqualityscore: IpqualityscoreProvider.nullish()
1612
+ integratedIpqualityscore: IpqualityscoreProvider.nullish(),
1613
+ integratedWalletMonitoring: BaseProvider.nullish()
1613
1614
  });
1614
1615
  var ProviderDataProject = ProviderData.omit({
1615
1616
  projectId: true
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nexeraid/identity-schemas",
3
- "version": "2.216.0",
3
+ "version": "2.217.0",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "license": "ISC",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nexeraid/identity-schemas",
3
- "version": "2.216.0-dev",
3
+ "version": "2.217.0-dev",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "license": "ISC",
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  var vault_schema = require('../../dist/vault.schema-c5d1017c.cjs.dev.cjs');
6
- var notabene_schema = require('../../dist/notabene.schema-459ebb04.cjs.dev.cjs');
6
+ var notabene_schema = require('../../dist/notabene.schema-7a777f33.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-ae05bbe3.cjs.prod.cjs');
6
- var notabene_schema = require('../../dist/notabene.schema-9155f00a.cjs.prod.cjs');
6
+ var notabene_schema = require('../../dist/notabene.schema-bf8b0fda.cjs.prod.cjs');
7
7
  require('zod');
8
8
  require('nanoid');
9
9
  require('decimal.js');
@@ -1,5 +1,5 @@
1
1
  export { gi as ANALYSIS_TYPES, gj as AnalysisType, gr as Coin, gw as EntityRiskDefaultsMap, gv as EntityRiskDefaultsValues, gC as GetActiveBlockchains, gB as GetActiveBlockchainsRequest, gD as GetActiveBlockchainsResponse, gH as GetAddressAnalysis, gE as GetAddressAnalysisRequest, gJ as GetAddressAnalysisResponse, gI as GetTransactionAnalysis, gF as GetTransactionAnalysisRequest, gK as GetTransactionAnalysisResponse, gn as NonMinimalScorechainBlockchain, gk as OBJECT_TYPES, gl as ObjectType, gM as RawScorechainResult, gu as RiskExplanation, gs as RiskSeverity, gz as ScorechainAnalysis, gm as ScorechainBlockchain, go as ScorechainBlockchainToNamespace, gG as ScorechainEntity, gt as ScorechainEntityType, gy as ScorechainError, gx as ScorechainErrorResponse, gN as ScorechainRiskToRiskLevel, gQ as ScorechainTransactionRiskLevel, gP as ScorechainWalletRiskLevel, gO as ScorechainWalletRiskLevels, gL as ScoringAnalysisApiRequest, gd as ScoringAnalysisRequest, gA as ScoringAnalysisResponse, ge as WorkflowsScoringAnalysisRequest, gq as compareRiskLevels, gp as getRiskLevelByRiskScore } from '../../dist/vault.schema-0ce3058f.esm.mjs';
2
- export { O as AMLMetadata, cT as APPLICANT_CHECK_STATUSES, d8 as ApiErrorCommandResponse, d7 as ApiErrorResponse, d9 as ApiSuccessCommandResponse, cU as ApplicantCheckStatus, cF as ApplicantImages, bD as ApplicantMemberOfSchema, dX as AuthToken, dY as AuthTokenError, dW as AuthTokenRequest, dZ as AuthTokenResponse, bU as BENEFICIARY_TYPES, bF as BaseApplicantActionSchema, ba as BaseProvider, bW as BeneficiaryCompanyCustomerClaims, bX as BeneficiaryCompanyCustomerClaimsArray, bV as BeneficiaryType, dk as BeneficiaryVerificationStatus, dl as BeneficiaryVerificationStatusArray, j as BigCSErrorCodes, b5 as BigConfig, B as BigCryptoChain, h as BigProperties, g as BigPropertiesLiteral, i as BigProperty, bd as BigProvider, k as BitRankRequest, l as BitRankVerified, n as BitRankVerifiedError, m as BitRankVerifiedErrorResponse, o as BitRankVerifiedResponse, dh as COMPANY_DOCUMENT_STATUS, aq as COMPLY_ADVANTAGE_COUNTRY_FIELD_SOURCES, as as COMPLY_ADVANTAGE_DATE_OF_BIRTH_FIELD_SOURCES, ao as COMPLY_ADVANTAGE_NATIONALITY_FIELD_SOURCES, ah as COMPLY_ADVANTAGE_RESPONSE_MATCH_STATUS, ae as COMPLY_ADVANTAGE_RESPONSE_MATCH_TYPE, dF as ChainalysisApiError, b0 as ChainalysisConfig, dD as ChainalysisErrorCodes, bg as ChainalysisProvider, dB as ChainalysisRegisterApiResponse, dG as ChainalysisRegisterResponse, dA as ChainalysisRequest, dE as ChainalysisRiskAssessmentApiResponse, dH as ChainalysisRiskAssessmentResponse, dC as ChainalysisRiskLevel, a5 as CoerceDateUTC, dL as CoinMarketCapApiResponse, dM as CoinMarketCapFiatId, dJ as CoinMarketCapQuote, dK as CoinMarketCapQuotes, dI as CoinMarketCapRequest, dj as CompanyDocumentMetaData, di as CompanyDocumentStatus, aI as ComplyAdvantageAmlFullListing, aH as ComplyAdvantageAmlItemSource, ar as ComplyAdvantageCountryFieldSources, at as ComplyAdvantageDateOfBirthFieldSources, aG as ComplyAdvantageKeyInformation, aD as ComplyAdvantageMedia, aS as ComplyAdvantageMonitorSearchDataResponse, aU as ComplyAdvantageMonitorSearchResponse, aT as ComplyAdvantageMonitorSearchSuccessResponse, aV as ComplyAdvantageMonitoredSearchUpdate, ap as ComplyAdvantageNationalityFieldSources, bo as ComplyAdvantageProvider, bn as ComplyAdvantageProviderConfigElement, bm as ComplyAdvantageProviderConfigFilters, bl as ComplyAdvantageProviderConfigTypes, ai as ComplyAdvantageReponseMatchStatus, af as ComplyAdvantageResponseMatchType, aF as ComplyAdvantageSearchDataResponse, aE as ComplyAdvantageSearchDataResponseHit, aJ as ComplyAdvantageSearchEntitiesDataResponse, aL as ComplyAdvantageSearchEntitiesResponse, aK as ComplyAdvantageSearchEntitiesSuccessResponse, a as ComplyAdvantageSearchErrorResponse, aM as ComplyAdvantageSearchRequest, aN as ComplyAdvantageSearchRequests, C as ComplyAdvantageSearchResponse, b as ComplyAdvantageSearchSuccessResponse, aP as ComplyAdvantageUpdateSearchEntitiesRequest, aR as ComplyAdvantageUpdateSearchEntitiesResponse, aQ as ComplyAdvantageUpdateSearchEntitiesSuccessResponse, aO as ComplyAdvantageUpdateSearchRequest, aB as ComplyAdvantageUser, bu as CreateProviderInput, bv as CreateProviderResponse, au as CreateSearchInput, d3 as CredentialMetadata, b2 as CrystalIntelligenceConfig, bi as CrystalIntelligenceProvider, dT as CrystalWalletScreeningApiRequest, dU as CrystalWalletScreeningResponse, d2 as CustomerContactInformationOutput, dr as CustomerDocumentMetaData, ds as CustomerStatusResults, a_ as DataProvider, aZ as DataProviderOptions, bz as DeleteProviderInput, bA as DeleteProviderResponse, z as DocumentIdMetadata, y as DocumentIdType, D as DocumentIdTypes, cr as DocumentMetadataSchema, cs as DocumentSubmitResponse, K as EmailMetadata, E as EmailVerificationAnalysisResponse, cR as EmailVerificationResponse, F as File, d1 as GetCredentialsOutput, dn as GetKybSessionInput, dp as GetKybSessionResponse, cX as GetKycSessionInput, cY as GetKycSessionResponse, d4 as GetKycSessionResponseWithCredentialsMetadata, da as GetKycSessionsOutput, bt as GetProviderResponse, bs as GetProvidersResponse, ac as HIGH_RISK_TYPES, d5 as IDImageMetaData, bS as INDIVIDUAL_BENEFICIARY_RELATIONS, aY as IdentityProvider, aX as IdentityProviderOptions, bT as IndividualBeneficiaryRelation, c as IpQualityAnalysisRequest, d as IpQualityAnalysisResponse, b6 as IpQualityConfig, e as IpQualityServiceAnalysis, I as IpQualityServiceAnalysisResponse, f as IpQualityServiceErrorResponse, bk as IpqualityscoreProvider, dd as KYB_RESULTS, df as KYB_SESSION_STATUSES, db as KYB_STEP_TYPES, c6 as KYC_DOC_SIDES, cN as KYC_RESULTS, cP as KYC_SESSION_STATUSES, cJ as KYC_STEP_TYPES, de as KybResult, dg as KybSessionStatus, dc as KybStep, c7 as KycDocSide, cO as KycResult, cQ as KycSessionStatus, cK as KycStep, cM as KycStepStatus, cL as KycStepStatuses, e1 as LegalPersonNameIdentifierType, L as LivenessMetadata, ad as MEDIUM_RISK_TYPES, aw as MatchStatus, av as MatchStatuses, aC as MatchTypeDetail, M as MergedProviders, dy as MerkleAddressApiError, dx as MerkleAddressApiResponse, dw as MerkleAddressRequest, dz as MerkleAddressResponse, dv as MerkleBlockChainCodes, du as MerkleBlockChainName, dt as MerkleBlockChainTypes, a$ as MerkleScienceConfig, bf as MerkleScienceProvider, e3 as NOTABENE_TX_CREATE_STATUS, d$ as NameIdentifierType, e0 as NationalIdentifierType, r as NestedSession, bc as NexeraIdKYBProvider, bb as NexeraIdSSIDProvider, d_ as NotabeneAssetResponse, dV as NotabeneAudience, b7 as NotabeneConfig, e5 as NotabeneErrorCode, e9 as NotabeneJurisdictionsCondition, e8 as NotabeneJurisdictionsRequest, eb as NotabeneJurisdictionsResponse, ea as NotabeneJurisdictionsUnitaryResponse, bj as NotabeneProvider, e6 as NotabeneTxCreateError, e2 as NotabeneTxCreateRequest, e4 as NotabeneTxCreateResponse, N as NotabeneTxCreateStatus, e7 as NotabeneTxValidateFullResponse, ec as NotabeneWebhookPayload, ed as NotabeneWebhookSchema, J as PhoneMetadata, P as PhoneVerificationAnalysisResponse, G as ProofOfAddressDocumentType, A as ProofOfAddressDocumentTypes, H as ProofOfAddressMetadata, d0 as ProofOfResidenceDocumentType, c$ as ProofOfResidenceMetaData, bq as ProviderData, br as ProviderDataProject, b9 as ProviderIntegrationType, b8 as ProviderIntegrationTypeOptions, aW as ProviderWithoutConfig, _ as RESULT_PARSER_ERROR, x as ReasonCode, w as ReasonCodes, R as RequestProperty, ay as RiskLevel, ax as RiskLevels, aa as SEARCH_FILTER_ADVERSE_MEDIA_TYPE, a8 as SEARCH_FILTER_PEP_TYPE, a6 as SEARCH_FILTER_SANCTION_TYPE, aj as SEARCH_FILTER_TYPES, Y as SESSION_NOT_FOUND, a2 as STEP_NOT_FOUND, bI as SUMSUB_APPLICANT_TYPES, ck as SUMSUB_COMPANY_BENEFICIARY_GROUP, c1 as SUMSUB_DOC_TYPES, c2 as SUMSUB_DOC_TYPES_ARRAY, c8 as SUMSUB_FLOW_LEVEL, cA as SUMSUB_KYB_SESSION_FLOW_SECTION_STATUS, c4 as SUMSUB_KYC_DOC_TYPES, cp as SUMSUB_MEDIA_CONTENT_TYPES, bK as SUMSUB_REVIEW_ANSWERS, cG as SUMSUB_REVIEW_REJECT_LABELS, cI as SUMSUB_REVIEW_REJECT_LABELS_DESCRIPTION, bM as SUMSUB_REVIEW_REJECT_TYPES, b$ as SUMSUB_REVIEW_STATUSES, bG as SUMSUB_STEPS, bZ as SUMSUB_WEBHOOK_INTERNAL_STATUS, b3 as ScorechainConfig, be as ScorechainProvider, am as SearchEntityType, al as SearchEntityTypes, ab as SearchFilterAdverseMediaType, a9 as SearchFilterPepType, a7 as SearchFilterSanctionType, ak as SearchFilterType, an as SearchFilters, dm as SelectKybSession, cV as SelectKycSession, cS as SelectKycSessionStep, cW as SelectKycSessionWithCompletedSteps, d6 as SelfieImageMetaData, s as Session, t as SessionWithoutSteps, p as Status, S as Statuses, Q as Step, v as StepType, u as StepTypes, bQ as SumSubAddress, bR as SumSubApplicantInfo, cu as SumSubApplicantResetSchema, ct as SumSubApplicantReviewStatusSchema, cz as SumSubApplicantSchema, bJ as SumSubApplicantType, co as SumSubApplicantVerificationStepSchema, bY as SumSubCompanyApplicantInfo, ci as SumSubCompanyApplicantSchema, c3 as SumSubDocType, c9 as SumSubFlowLevel, cv as SumSubGenerateExternalWebSdkLinkSchema, cj as SumSubImageId, cd as SumSubImageReviewResultSchema, ce as SumSubImageStatus, ch as SumSubIndividualApplicantSchema, c5 as SumSubKycDocType, cq as SumSubMediaContentType, ca as SumSubRequiredIdDoc, bL as SumSubReviewAnswer, cH as SumSubReviewRejectLabel, bN as SumSubReviewRejectType, cc as SumSubReviewResultSchema, c0 as SumSubReviewStatus, cE as SumSubSimilarApplicantsSchema, bH as SumSubStep, cn as SumSubVerificationStepSchema, bE as SumSubWebhookSchema, cg as SumsubApplicantType, cf as SumsubApplicantTypes, cl as SumsubCompanyBeneficiaryGroup, bP as SumsubCountryCode, cy as SumsubKybDataSchema, cD as SumsubKybSessionFlowSection, cC as SumsubKybSessionFlowSectionItem, cB as SumsubKybSessionFlowSectionStatus, cx as SumsubKycDataSchema, bO as SumsubReviewDecision, cm as SumsubStepStatus, cw as SumsubVideoCallData, b_ as SumsubWebhookInternalStatus, bp as SynapsProvider, $ as SynapsSessionErrorResponse, T as SynapsSessionEvent, X as SynapsSessionRequest, a0 as SynapsSessionResponse, a3 as SynapsStepErrorResponse, U as SynapsStepEvent, a1 as SynapsStepRequest, a4 as SynapsStepResponse, dR as TRMLabsAddressesScreening, dN as TRMLabsAddressesScreeningApiRequest, dS as TRMLabsAddressesScreeningResponse, b1 as TRMLabsConfig, bh as TRMLabsProvider, dQ as TRMLabsRiskScoreToScorechainRiskMapping, dO as TRM_RISK_SCORE_LEVEL, dP as TRM_RISK_SCORE_LEVEL_LABEL, by as ToggleProviderInput, Z as UNKNOWN_ERROR, dq as UpdateKybSessionOutput, cZ as UpdateKycSessionOutput, bw as UpdateProviderInput, bx as UpdateProviderResponse, aA as UpdateSearchEntitiesInput, az as UpdateSearchInput, cb as UploadDocumentRequest, c_ as VideoKycMetaData, bB as WEBHOOK_TYPES, q as WebhookPayload, bC as WebhookType, b4 as WorkflowsScorechainConfig, W as WrappedIpQualityServiceErrorResponse, ag as mappingMatchTypeToLabel, V as typeToHumanReadable } from '../../dist/notabene.schema-135a726a.esm.mjs';
2
+ export { O as AMLMetadata, cT as APPLICANT_CHECK_STATUSES, d8 as ApiErrorCommandResponse, d7 as ApiErrorResponse, d9 as ApiSuccessCommandResponse, cU as ApplicantCheckStatus, cF as ApplicantImages, bD as ApplicantMemberOfSchema, dX as AuthToken, dY as AuthTokenError, dW as AuthTokenRequest, dZ as AuthTokenResponse, bU as BENEFICIARY_TYPES, bF as BaseApplicantActionSchema, ba as BaseProvider, bW as BeneficiaryCompanyCustomerClaims, bX as BeneficiaryCompanyCustomerClaimsArray, bV as BeneficiaryType, dk as BeneficiaryVerificationStatus, dl as BeneficiaryVerificationStatusArray, j as BigCSErrorCodes, b5 as BigConfig, B as BigCryptoChain, h as BigProperties, g as BigPropertiesLiteral, i as BigProperty, bd as BigProvider, k as BitRankRequest, l as BitRankVerified, n as BitRankVerifiedError, m as BitRankVerifiedErrorResponse, o as BitRankVerifiedResponse, dh as COMPANY_DOCUMENT_STATUS, aq as COMPLY_ADVANTAGE_COUNTRY_FIELD_SOURCES, as as COMPLY_ADVANTAGE_DATE_OF_BIRTH_FIELD_SOURCES, ao as COMPLY_ADVANTAGE_NATIONALITY_FIELD_SOURCES, ah as COMPLY_ADVANTAGE_RESPONSE_MATCH_STATUS, ae as COMPLY_ADVANTAGE_RESPONSE_MATCH_TYPE, dF as ChainalysisApiError, b0 as ChainalysisConfig, dD as ChainalysisErrorCodes, bg as ChainalysisProvider, dB as ChainalysisRegisterApiResponse, dG as ChainalysisRegisterResponse, dA as ChainalysisRequest, dE as ChainalysisRiskAssessmentApiResponse, dH as ChainalysisRiskAssessmentResponse, dC as ChainalysisRiskLevel, a5 as CoerceDateUTC, dL as CoinMarketCapApiResponse, dM as CoinMarketCapFiatId, dJ as CoinMarketCapQuote, dK as CoinMarketCapQuotes, dI as CoinMarketCapRequest, dj as CompanyDocumentMetaData, di as CompanyDocumentStatus, aI as ComplyAdvantageAmlFullListing, aH as ComplyAdvantageAmlItemSource, ar as ComplyAdvantageCountryFieldSources, at as ComplyAdvantageDateOfBirthFieldSources, aG as ComplyAdvantageKeyInformation, aD as ComplyAdvantageMedia, aS as ComplyAdvantageMonitorSearchDataResponse, aU as ComplyAdvantageMonitorSearchResponse, aT as ComplyAdvantageMonitorSearchSuccessResponse, aV as ComplyAdvantageMonitoredSearchUpdate, ap as ComplyAdvantageNationalityFieldSources, bo as ComplyAdvantageProvider, bn as ComplyAdvantageProviderConfigElement, bm as ComplyAdvantageProviderConfigFilters, bl as ComplyAdvantageProviderConfigTypes, ai as ComplyAdvantageReponseMatchStatus, af as ComplyAdvantageResponseMatchType, aF as ComplyAdvantageSearchDataResponse, aE as ComplyAdvantageSearchDataResponseHit, aJ as ComplyAdvantageSearchEntitiesDataResponse, aL as ComplyAdvantageSearchEntitiesResponse, aK as ComplyAdvantageSearchEntitiesSuccessResponse, a as ComplyAdvantageSearchErrorResponse, aM as ComplyAdvantageSearchRequest, aN as ComplyAdvantageSearchRequests, C as ComplyAdvantageSearchResponse, b as ComplyAdvantageSearchSuccessResponse, aP as ComplyAdvantageUpdateSearchEntitiesRequest, aR as ComplyAdvantageUpdateSearchEntitiesResponse, aQ as ComplyAdvantageUpdateSearchEntitiesSuccessResponse, aO as ComplyAdvantageUpdateSearchRequest, aB as ComplyAdvantageUser, bu as CreateProviderInput, bv as CreateProviderResponse, au as CreateSearchInput, d3 as CredentialMetadata, b2 as CrystalIntelligenceConfig, bi as CrystalIntelligenceProvider, dT as CrystalWalletScreeningApiRequest, dU as CrystalWalletScreeningResponse, d2 as CustomerContactInformationOutput, dr as CustomerDocumentMetaData, ds as CustomerStatusResults, a_ as DataProvider, aZ as DataProviderOptions, bz as DeleteProviderInput, bA as DeleteProviderResponse, z as DocumentIdMetadata, y as DocumentIdType, D as DocumentIdTypes, cr as DocumentMetadataSchema, cs as DocumentSubmitResponse, K as EmailMetadata, E as EmailVerificationAnalysisResponse, cR as EmailVerificationResponse, F as File, d1 as GetCredentialsOutput, dn as GetKybSessionInput, dp as GetKybSessionResponse, cX as GetKycSessionInput, cY as GetKycSessionResponse, d4 as GetKycSessionResponseWithCredentialsMetadata, da as GetKycSessionsOutput, bt as GetProviderResponse, bs as GetProvidersResponse, ac as HIGH_RISK_TYPES, d5 as IDImageMetaData, bS as INDIVIDUAL_BENEFICIARY_RELATIONS, aY as IdentityProvider, aX as IdentityProviderOptions, bT as IndividualBeneficiaryRelation, c as IpQualityAnalysisRequest, d as IpQualityAnalysisResponse, b6 as IpQualityConfig, e as IpQualityServiceAnalysis, I as IpQualityServiceAnalysisResponse, f as IpQualityServiceErrorResponse, bk as IpqualityscoreProvider, dd as KYB_RESULTS, df as KYB_SESSION_STATUSES, db as KYB_STEP_TYPES, c6 as KYC_DOC_SIDES, cN as KYC_RESULTS, cP as KYC_SESSION_STATUSES, cJ as KYC_STEP_TYPES, de as KybResult, dg as KybSessionStatus, dc as KybStep, c7 as KycDocSide, cO as KycResult, cQ as KycSessionStatus, cK as KycStep, cM as KycStepStatus, cL as KycStepStatuses, e1 as LegalPersonNameIdentifierType, L as LivenessMetadata, ad as MEDIUM_RISK_TYPES, aw as MatchStatus, av as MatchStatuses, aC as MatchTypeDetail, M as MergedProviders, dy as MerkleAddressApiError, dx as MerkleAddressApiResponse, dw as MerkleAddressRequest, dz as MerkleAddressResponse, dv as MerkleBlockChainCodes, du as MerkleBlockChainName, dt as MerkleBlockChainTypes, a$ as MerkleScienceConfig, bf as MerkleScienceProvider, e3 as NOTABENE_TX_CREATE_STATUS, d$ as NameIdentifierType, e0 as NationalIdentifierType, r as NestedSession, bc as NexeraIdKYBProvider, bb as NexeraIdSSIDProvider, d_ as NotabeneAssetResponse, dV as NotabeneAudience, b7 as NotabeneConfig, e5 as NotabeneErrorCode, e9 as NotabeneJurisdictionsCondition, e8 as NotabeneJurisdictionsRequest, eb as NotabeneJurisdictionsResponse, ea as NotabeneJurisdictionsUnitaryResponse, bj as NotabeneProvider, e6 as NotabeneTxCreateError, e2 as NotabeneTxCreateRequest, e4 as NotabeneTxCreateResponse, N as NotabeneTxCreateStatus, e7 as NotabeneTxValidateFullResponse, ec as NotabeneWebhookPayload, ed as NotabeneWebhookSchema, J as PhoneMetadata, P as PhoneVerificationAnalysisResponse, G as ProofOfAddressDocumentType, A as ProofOfAddressDocumentTypes, H as ProofOfAddressMetadata, d0 as ProofOfResidenceDocumentType, c$ as ProofOfResidenceMetaData, bq as ProviderData, br as ProviderDataProject, b9 as ProviderIntegrationType, b8 as ProviderIntegrationTypeOptions, aW as ProviderWithoutConfig, _ as RESULT_PARSER_ERROR, x as ReasonCode, w as ReasonCodes, R as RequestProperty, ay as RiskLevel, ax as RiskLevels, aa as SEARCH_FILTER_ADVERSE_MEDIA_TYPE, a8 as SEARCH_FILTER_PEP_TYPE, a6 as SEARCH_FILTER_SANCTION_TYPE, aj as SEARCH_FILTER_TYPES, Y as SESSION_NOT_FOUND, a2 as STEP_NOT_FOUND, bI as SUMSUB_APPLICANT_TYPES, ck as SUMSUB_COMPANY_BENEFICIARY_GROUP, c1 as SUMSUB_DOC_TYPES, c2 as SUMSUB_DOC_TYPES_ARRAY, c8 as SUMSUB_FLOW_LEVEL, cA as SUMSUB_KYB_SESSION_FLOW_SECTION_STATUS, c4 as SUMSUB_KYC_DOC_TYPES, cp as SUMSUB_MEDIA_CONTENT_TYPES, bK as SUMSUB_REVIEW_ANSWERS, cG as SUMSUB_REVIEW_REJECT_LABELS, cI as SUMSUB_REVIEW_REJECT_LABELS_DESCRIPTION, bM as SUMSUB_REVIEW_REJECT_TYPES, b$ as SUMSUB_REVIEW_STATUSES, bG as SUMSUB_STEPS, bZ as SUMSUB_WEBHOOK_INTERNAL_STATUS, b3 as ScorechainConfig, be as ScorechainProvider, am as SearchEntityType, al as SearchEntityTypes, ab as SearchFilterAdverseMediaType, a9 as SearchFilterPepType, a7 as SearchFilterSanctionType, ak as SearchFilterType, an as SearchFilters, dm as SelectKybSession, cV as SelectKycSession, cS as SelectKycSessionStep, cW as SelectKycSessionWithCompletedSteps, d6 as SelfieImageMetaData, s as Session, t as SessionWithoutSteps, p as Status, S as Statuses, Q as Step, v as StepType, u as StepTypes, bQ as SumSubAddress, bR as SumSubApplicantInfo, cu as SumSubApplicantResetSchema, ct as SumSubApplicantReviewStatusSchema, cz as SumSubApplicantSchema, bJ as SumSubApplicantType, co as SumSubApplicantVerificationStepSchema, bY as SumSubCompanyApplicantInfo, ci as SumSubCompanyApplicantSchema, c3 as SumSubDocType, c9 as SumSubFlowLevel, cv as SumSubGenerateExternalWebSdkLinkSchema, cj as SumSubImageId, cd as SumSubImageReviewResultSchema, ce as SumSubImageStatus, ch as SumSubIndividualApplicantSchema, c5 as SumSubKycDocType, cq as SumSubMediaContentType, ca as SumSubRequiredIdDoc, bL as SumSubReviewAnswer, cH as SumSubReviewRejectLabel, bN as SumSubReviewRejectType, cc as SumSubReviewResultSchema, c0 as SumSubReviewStatus, cE as SumSubSimilarApplicantsSchema, bH as SumSubStep, cn as SumSubVerificationStepSchema, bE as SumSubWebhookSchema, cg as SumsubApplicantType, cf as SumsubApplicantTypes, cl as SumsubCompanyBeneficiaryGroup, bP as SumsubCountryCode, cy as SumsubKybDataSchema, cD as SumsubKybSessionFlowSection, cC as SumsubKybSessionFlowSectionItem, cB as SumsubKybSessionFlowSectionStatus, cx as SumsubKycDataSchema, bO as SumsubReviewDecision, cm as SumsubStepStatus, cw as SumsubVideoCallData, b_ as SumsubWebhookInternalStatus, bp as SynapsProvider, $ as SynapsSessionErrorResponse, T as SynapsSessionEvent, X as SynapsSessionRequest, a0 as SynapsSessionResponse, a3 as SynapsStepErrorResponse, U as SynapsStepEvent, a1 as SynapsStepRequest, a4 as SynapsStepResponse, dR as TRMLabsAddressesScreening, dN as TRMLabsAddressesScreeningApiRequest, dS as TRMLabsAddressesScreeningResponse, b1 as TRMLabsConfig, bh as TRMLabsProvider, dQ as TRMLabsRiskScoreToScorechainRiskMapping, dO as TRM_RISK_SCORE_LEVEL, dP as TRM_RISK_SCORE_LEVEL_LABEL, by as ToggleProviderInput, Z as UNKNOWN_ERROR, dq as UpdateKybSessionOutput, cZ as UpdateKycSessionOutput, bw as UpdateProviderInput, bx as UpdateProviderResponse, aA as UpdateSearchEntitiesInput, az as UpdateSearchInput, cb as UploadDocumentRequest, c_ as VideoKycMetaData, bB as WEBHOOK_TYPES, q as WebhookPayload, bC as WebhookType, b4 as WorkflowsScorechainConfig, W as WrappedIpQualityServiceErrorResponse, ag as mappingMatchTypeToLabel, V as typeToHumanReadable } from '../../dist/notabene.schema-6ed99675.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 z = require('zod');
6
6
  var vault_schema = require('../../dist/vault.schema-c5d1017c.cjs.dev.cjs');
7
7
  var identityApi_schema = require('../../dist/identity-api.schema-118fb7f8.cjs.dev.cjs');
8
- var notabene_schema = require('../../dist/notabene.schema-459ebb04.cjs.dev.cjs');
8
+ var notabene_schema = require('../../dist/notabene.schema-7a777f33.cjs.dev.cjs');
9
9
  var toArray = require('../../dist/toArray-d4a4af1a.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 z = require('zod');
6
6
  var vault_schema = require('../../dist/vault.schema-ae05bbe3.cjs.prod.cjs');
7
7
  var identityApi_schema = require('../../dist/identity-api.schema-951efc5e.cjs.prod.cjs');
8
- var notabene_schema = require('../../dist/notabene.schema-9155f00a.cjs.prod.cjs');
8
+ var notabene_schema = require('../../dist/notabene.schema-bf8b0fda.cjs.prod.cjs');
9
9
  var toArray = require('../../dist/toArray-7da23d8d.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 { aX as UuidString, dW as ExternalCustomerId, dU as WorkflowId, bf as RiskScoreType, bh as CustomerType, bn as CustomerOnboardingLevel, bp as CustomerStatus, b3 as ISO3CountryCode, au as BlockchainAddress, ee as GenericVerifiableCredentialSchema, g1 as WalletScreeningData, eD as TransactionTypes, eJ as TransactionReviewStatuses, ga as _toConsumableArray, aW as EnvironmentSchema } from '../../dist/vault.schema-0ce3058f.esm.mjs';
3
3
  import { Y as RuleResultStatus } from '../../dist/identity-api.schema-b9d7499e.esm.mjs';
4
- import { M as MergedProviders, I as IpQualityServiceAnalysisResponse, C as ComplyAdvantageSearchResponse, a as ComplyAdvantageSearchErrorResponse, b as ComplyAdvantageSearchSuccessResponse } from '../../dist/notabene.schema-135a726a.esm.mjs';
4
+ import { M as MergedProviders, I as IpQualityServiceAnalysisResponse, C as ComplyAdvantageSearchResponse, a as ComplyAdvantageSearchErrorResponse, b as ComplyAdvantageSearchSuccessResponse } from '../../dist/notabene.schema-6ed99675.esm.mjs';
5
5
  import { _ as _toArray } from '../../dist/toArray-56fb768b.esm.mjs';
6
6
  import { zodToJsonSchema } from 'zod-to-json-schema';
7
7
  import 'nanoid';