@nexeraid/identity-schemas 2.225.0-dev → 2.226.0-atlas-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.
Files changed (61) hide show
  1. package/dist/declarations/src/config.schema.d.ts +5 -2
  2. package/dist/declarations/src/config.schema.d.ts.map +1 -1
  3. package/dist/declarations/src/identity/app-requests.schema.d.ts +37 -37
  4. package/dist/declarations/src/identity/identity-v2.schema.d.ts +9 -9
  5. package/dist/declarations/src/identity/kyc.schema.d.ts +9 -9
  6. package/dist/declarations/src/identity/scenario.schema.d.ts +34 -34
  7. package/dist/declarations/src/identity/scenario.schema.d.ts.map +1 -1
  8. package/dist/declarations/src/identity-ids.schema.d.ts +9 -1
  9. package/dist/declarations/src/identity-ids.schema.d.ts.map +1 -1
  10. package/dist/declarations/src/providers/index.d.ts +1 -0
  11. package/dist/declarations/src/providers/index.d.ts.map +1 -1
  12. package/dist/declarations/src/providers/kyc-sessions.schema.d.ts +74 -37
  13. package/dist/declarations/src/providers/kyc-sessions.schema.d.ts.map +1 -1
  14. package/dist/declarations/src/providers/provider.schema.d.ts +25 -25
  15. package/dist/declarations/src/providers/provider.schema.d.ts.map +1 -1
  16. package/dist/declarations/src/providers/veriff/index.d.ts +5 -0
  17. package/dist/declarations/src/providers/veriff/index.d.ts.map +1 -0
  18. package/dist/declarations/src/providers/veriff/veriff-decision.schema.d.ts +8 -0
  19. package/dist/declarations/src/providers/veriff/veriff-decision.schema.d.ts.map +1 -0
  20. package/dist/declarations/src/providers/veriff/veriff-session.schema.d.ts +192 -0
  21. package/dist/declarations/src/providers/veriff/veriff-session.schema.d.ts.map +1 -0
  22. package/dist/declarations/src/providers/veriff/veriff-watchlist.schema.d.ts +2400 -0
  23. package/dist/declarations/src/providers/veriff/veriff-watchlist.schema.d.ts.map +1 -0
  24. package/dist/declarations/src/providers/veriff/veriff-webhook.schema.d.ts +655 -0
  25. package/dist/declarations/src/providers/veriff/veriff-webhook.schema.d.ts.map +1 -0
  26. package/dist/declarations/src/webhooks/svix.webhooks.schema.d.ts +3 -3
  27. package/dist/{identity-api.schema-ece7b90d.cjs.dev.cjs → identity-api.schema-16c8ebc4.cjs.dev.cjs} +3 -3
  28. package/dist/{identity-api.schema-f69c9758.esm.mjs → identity-api.schema-5fcf143b.esm.mjs} +3 -3
  29. package/dist/{identity-api.schema-f9009dc7.cjs.prod.cjs → identity-api.schema-b5ecad59.cjs.prod.cjs} +3 -3
  30. package/dist/nexeraid-identity-schemas.cjs.dev.cjs +10 -6
  31. package/dist/nexeraid-identity-schemas.cjs.prod.cjs +10 -6
  32. package/dist/nexeraid-identity-schemas.esm.mjs +7 -7
  33. package/dist/package.json +1 -1
  34. package/dist/{tfhe-utilities-de77fe38.esm.mjs → tfhe-utilities-101f5dad.esm.mjs} +2 -2
  35. package/dist/{tfhe-utilities-d8962a49.cjs.prod.cjs → tfhe-utilities-6c8461f8.cjs.prod.cjs} +2 -2
  36. package/dist/{tfhe-utilities-240124a9.cjs.dev.cjs → tfhe-utilities-eef65873.cjs.dev.cjs} +2 -2
  37. package/dist/{toArray-54402429.esm.mjs → toArray-bd3d6a9d.esm.mjs} +1 -1
  38. package/dist/{toArray-59648854.cjs.dev.cjs → toArray-dd685560.cjs.dev.cjs} +1 -1
  39. package/dist/{toArray-61daffcd.cjs.prod.cjs → toArray-e476f120.cjs.prod.cjs} +1 -1
  40. package/dist/{vault.schema-ab1fa38a.cjs.prod.cjs → vault.schema-0a12d450.cjs.prod.cjs} +79 -4
  41. package/dist/{vault.schema-3b31068c.esm.mjs → vault.schema-240efc8f.esm.mjs} +76 -5
  42. package/dist/{vault.schema-b7bd8197.cjs.dev.cjs → vault.schema-3f345e7f.cjs.dev.cjs} +79 -4
  43. package/dist/{notabene.schema-a795a036.esm.mjs → veriff-webhook.schema-041f06e0.esm.mjs} +164 -5
  44. package/dist/{notabene.schema-cf723922.cjs.prod.cjs → veriff-webhook.schema-cf23046f.cjs.prod.cjs} +182 -4
  45. package/dist/{notabene.schema-e5c798ca.cjs.dev.cjs → veriff-webhook.schema-cfcfd2a2.cjs.dev.cjs} +182 -4
  46. package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.cjs +2 -2
  47. package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.cjs +2 -2
  48. package/identity/dist/nexeraid-identity-schemas-identity.esm.mjs +2 -2
  49. package/package.json +2 -2
  50. package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.cjs +347 -328
  51. package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.cjs +347 -328
  52. package/providers/dist/nexeraid-identity-schemas-providers.esm.mjs +3 -3
  53. package/vault/dist/nexeraid-identity-schemas-vault.cjs.dev.cjs +2 -2
  54. package/vault/dist/nexeraid-identity-schemas-vault.cjs.prod.cjs +2 -2
  55. package/vault/dist/nexeraid-identity-schemas-vault.esm.mjs +3 -3
  56. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.cjs +3 -3
  57. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.cjs +3 -3
  58. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.mjs +3 -3
  59. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.cjs +16 -16
  60. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +16 -16
  61. package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +4 -4
@@ -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", "integratedWalletMonitoring"];
7
- export declare const DataProvider: z.ZodEnum<["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "trmLabs", "crystal", "notabene", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore", "notabene", "integratedWalletMonitoring"]>;
6
+ export declare const DataProviderOptions: readonly ["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "trmLabs", "crystal", "notabene", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore", "notabene", "integratedWalletMonitoring", "veriff"];
7
+ export declare const DataProvider: z.ZodEnum<["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "trmLabs", "crystal", "notabene", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore", "notabene", "integratedWalletMonitoring", "veriff"]>;
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", "integratedWalletMonitoring"]>;
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", "veriff"]>;
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", "integratedWalletMonitoring"]>]>;
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", "veriff"]>]>;
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>>;
@@ -1610,7 +1610,7 @@ export declare const ProviderData: z.ZodObject<{
1610
1610
  id: string;
1611
1611
  type: "data" | "identity";
1612
1612
  projectId: string;
1613
- provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore" | "integratedWalletMonitoring";
1613
+ provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore" | "integratedWalletMonitoring" | "veriff";
1614
1614
  chainalysis?: {
1615
1615
  enabled?: boolean | null | undefined;
1616
1616
  apiKey?: string | null | undefined;
@@ -1798,7 +1798,7 @@ export declare const ProviderData: z.ZodObject<{
1798
1798
  id: string;
1799
1799
  type: "data" | "identity";
1800
1800
  projectId: string;
1801
- provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore" | "integratedWalletMonitoring";
1801
+ provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore" | "integratedWalletMonitoring" | "veriff";
1802
1802
  chainalysis?: {
1803
1803
  enabled?: boolean | null | undefined;
1804
1804
  apiKey?: string | null | undefined;
@@ -1987,7 +1987,7 @@ export type ProviderData = z.infer<typeof ProviderData>;
1987
1987
  export declare const ProviderDataProject: z.ZodObject<Omit<{
1988
1988
  id: z.ZodString;
1989
1989
  projectId: z.ZodString;
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"]>]>;
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", "veriff"]>]>;
1991
1991
  type: z.ZodEnum<["identity", "data"]>;
1992
1992
  nexeraIdSSID: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1993
1993
  enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
@@ -2807,7 +2807,7 @@ export declare const ProviderDataProject: z.ZodObject<Omit<{
2807
2807
  }, "strip", z.ZodTypeAny, {
2808
2808
  id: string;
2809
2809
  type: "data" | "identity";
2810
- provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore" | "integratedWalletMonitoring";
2810
+ provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore" | "integratedWalletMonitoring" | "veriff";
2811
2811
  project: {
2812
2812
  id: string;
2813
2813
  };
@@ -2997,7 +2997,7 @@ export declare const ProviderDataProject: z.ZodObject<Omit<{
2997
2997
  }, {
2998
2998
  id: string;
2999
2999
  type: "data" | "identity";
3000
- provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore" | "integratedWalletMonitoring";
3000
+ provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore" | "integratedWalletMonitoring" | "veriff";
3001
3001
  project: {
3002
3002
  id: string;
3003
3003
  };
@@ -3189,7 +3189,7 @@ export type ProviderDataProject = z.infer<typeof ProviderDataProject>;
3189
3189
  export declare const GetProvidersResponse: z.ZodArray<z.ZodObject<Omit<{
3190
3190
  id: z.ZodString;
3191
3191
  projectId: z.ZodString;
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"]>]>;
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", "veriff"]>]>;
3193
3193
  type: z.ZodEnum<["identity", "data"]>;
3194
3194
  nexeraIdSSID: z.ZodOptional<z.ZodNullable<z.ZodObject<{
3195
3195
  enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
@@ -4009,7 +4009,7 @@ export declare const GetProvidersResponse: z.ZodArray<z.ZodObject<Omit<{
4009
4009
  }, "strip", z.ZodTypeAny, {
4010
4010
  id: string;
4011
4011
  type: "data" | "identity";
4012
- provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore" | "integratedWalletMonitoring";
4012
+ provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore" | "integratedWalletMonitoring" | "veriff";
4013
4013
  project: {
4014
4014
  id: string;
4015
4015
  };
@@ -4199,7 +4199,7 @@ export declare const GetProvidersResponse: z.ZodArray<z.ZodObject<Omit<{
4199
4199
  }, {
4200
4200
  id: string;
4201
4201
  type: "data" | "identity";
4202
- provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore" | "integratedWalletMonitoring";
4202
+ provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore" | "integratedWalletMonitoring" | "veriff";
4203
4203
  project: {
4204
4204
  id: string;
4205
4205
  };
@@ -4391,7 +4391,7 @@ export type GetProvidersResponse = z.infer<typeof GetProvidersResponse>;
4391
4391
  export declare const GetProviderResponse: z.ZodObject<{
4392
4392
  id: z.ZodString;
4393
4393
  projectId: z.ZodString;
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"]>]>;
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", "veriff"]>]>;
4395
4395
  type: z.ZodEnum<["identity", "data"]>;
4396
4396
  nexeraIdSSID: z.ZodOptional<z.ZodNullable<z.ZodObject<{
4397
4397
  enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
@@ -5204,7 +5204,7 @@ export declare const GetProviderResponse: z.ZodObject<{
5204
5204
  id: string;
5205
5205
  type: "data" | "identity";
5206
5206
  projectId: string;
5207
- provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore" | "integratedWalletMonitoring";
5207
+ provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore" | "integratedWalletMonitoring" | "veriff";
5208
5208
  chainalysis?: {
5209
5209
  enabled?: boolean | null | undefined;
5210
5210
  apiKey?: string | null | undefined;
@@ -5392,7 +5392,7 @@ export declare const GetProviderResponse: z.ZodObject<{
5392
5392
  id: string;
5393
5393
  type: "data" | "identity";
5394
5394
  projectId: string;
5395
- provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore" | "integratedWalletMonitoring";
5395
+ provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore" | "integratedWalletMonitoring" | "veriff";
5396
5396
  chainalysis?: {
5397
5397
  enabled?: boolean | null | undefined;
5398
5398
  apiKey?: string | null | undefined;
@@ -5581,7 +5581,7 @@ export type GetProviderResponse = z.infer<typeof GetProviderResponse>;
5581
5581
  export declare const CreateProviderInput: z.ZodObject<Omit<{
5582
5582
  id: z.ZodString;
5583
5583
  projectId: z.ZodString;
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"]>]>;
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", "veriff"]>]>;
5585
5585
  type: z.ZodEnum<["identity", "data"]>;
5586
5586
  nexeraIdSSID: z.ZodOptional<z.ZodNullable<z.ZodObject<{
5587
5587
  enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
@@ -6393,7 +6393,7 @@ export declare const CreateProviderInput: z.ZodObject<Omit<{
6393
6393
  }, "id" | "type" | "projectId"> & {
6394
6394
  project: z.ZodString;
6395
6395
  }, "strip", z.ZodTypeAny, {
6396
- provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore" | "integratedWalletMonitoring";
6396
+ provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore" | "integratedWalletMonitoring" | "veriff";
6397
6397
  project: string;
6398
6398
  chainalysis?: {
6399
6399
  enabled?: boolean | null | undefined;
@@ -6579,7 +6579,7 @@ export declare const CreateProviderInput: z.ZodObject<Omit<{
6579
6579
  } | null | undefined;
6580
6580
  } | null | undefined;
6581
6581
  }, {
6582
- provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore" | "integratedWalletMonitoring";
6582
+ provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore" | "integratedWalletMonitoring" | "veriff";
6583
6583
  project: string;
6584
6584
  chainalysis?: {
6585
6585
  enabled?: boolean | null | undefined;
@@ -6769,7 +6769,7 @@ export type CreateProviderInput = z.infer<typeof CreateProviderInput>;
6769
6769
  export declare const CreateProviderResponse: z.ZodObject<Omit<{
6770
6770
  id: z.ZodString;
6771
6771
  projectId: z.ZodString;
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"]>]>;
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", "veriff"]>]>;
6773
6773
  type: z.ZodEnum<["identity", "data"]>;
6774
6774
  nexeraIdSSID: z.ZodOptional<z.ZodNullable<z.ZodObject<{
6775
6775
  enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
@@ -7581,7 +7581,7 @@ export declare const CreateProviderResponse: z.ZodObject<Omit<{
7581
7581
  }, "type" | "chainalysis" | "merkleScience" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "big" | "scorechain" | "integratedScorechain" | "integratedIpqualityscore" | "ipqualityscore">, "strip", z.ZodTypeAny, {
7582
7582
  id: string;
7583
7583
  projectId: string;
7584
- provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore" | "integratedWalletMonitoring";
7584
+ provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore" | "integratedWalletMonitoring" | "veriff";
7585
7585
  ondato?: {
7586
7586
  enabled?: boolean | null | undefined;
7587
7587
  apiKey?: string | null | undefined;
@@ -7627,7 +7627,7 @@ export declare const CreateProviderResponse: z.ZodObject<Omit<{
7627
7627
  }, {
7628
7628
  id: string;
7629
7629
  projectId: string;
7630
- provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore" | "integratedWalletMonitoring";
7630
+ provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore" | "integratedWalletMonitoring" | "veriff";
7631
7631
  ondato?: {
7632
7632
  enabled?: boolean | null | undefined;
7633
7633
  apiKey?: string | null | undefined;
@@ -7677,7 +7677,7 @@ export declare const UpdateProviderInput: z.ZodObject<{
7677
7677
  input: z.ZodObject<Omit<{
7678
7678
  id: z.ZodString;
7679
7679
  projectId: z.ZodString;
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"]>]>;
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", "veriff"]>]>;
7681
7681
  type: z.ZodEnum<["identity", "data"]>;
7682
7682
  nexeraIdSSID: z.ZodOptional<z.ZodNullable<z.ZodObject<{
7683
7683
  enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
@@ -9234,7 +9234,7 @@ export type UpdateProviderInput = z.infer<typeof UpdateProviderInput>;
9234
9234
  export declare const UpdateProviderResponse: z.ZodObject<{
9235
9235
  id: z.ZodString;
9236
9236
  projectId: z.ZodString;
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"]>]>;
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", "veriff"]>]>;
9238
9238
  type: z.ZodEnum<["identity", "data"]>;
9239
9239
  nexeraIdSSID: z.ZodOptional<z.ZodNullable<z.ZodObject<{
9240
9240
  enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
@@ -10047,7 +10047,7 @@ export declare const UpdateProviderResponse: z.ZodObject<{
10047
10047
  id: string;
10048
10048
  type: "data" | "identity";
10049
10049
  projectId: string;
10050
- provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore" | "integratedWalletMonitoring";
10050
+ provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore" | "integratedWalletMonitoring" | "veriff";
10051
10051
  chainalysis?: {
10052
10052
  enabled?: boolean | null | undefined;
10053
10053
  apiKey?: string | null | undefined;
@@ -10235,7 +10235,7 @@ export declare const UpdateProviderResponse: z.ZodObject<{
10235
10235
  id: string;
10236
10236
  type: "data" | "identity";
10237
10237
  projectId: string;
10238
- provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore" | "integratedWalletMonitoring";
10238
+ provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore" | "integratedWalletMonitoring" | "veriff";
10239
10239
  chainalysis?: {
10240
10240
  enabled?: boolean | null | undefined;
10241
10241
  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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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmBvB,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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"}
@@ -0,0 +1,5 @@
1
+ export * from "./veriff-decision.schema.js";
2
+ export * from "./veriff-session.schema.js";
3
+ export * from "./veriff-watchlist.schema.js";
4
+ export * from "./veriff-webhook.schema.js";
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"../../../../../src/providers/veriff","sources":["index.ts"],"names":[],"mappings":"AAAA,4CAAyC;AACzC,2CAAwC;AACxC,6CAA0C;AAC1C,2CAAwC"}
@@ -0,0 +1,8 @@
1
+ import { z } from "zod";
2
+ export declare const VERIFF_DECISION_STATUSES: readonly ["approved", "declined", "resubmission_requested", "expired", "abandoned"];
3
+ export declare const VeriffDecisionStatus: z.ZodEnum<["approved", "declined", "resubmission_requested", "expired", "abandoned"]>;
4
+ export type VeriffDecisionStatus = z.infer<typeof VeriffDecisionStatus>;
5
+ export declare const VERIFF_DECISION_CODES: readonly [9001, 9102, 9103, 9104];
6
+ export declare const VeriffDecisionCode: z.ZodUnion<[z.ZodLiteral<9001>, z.ZodLiteral<9102>, z.ZodLiteral<9103>, z.ZodLiteral<9104>, z.ZodNumber]>;
7
+ export type VeriffDecisionCode = z.infer<typeof VeriffDecisionCode>;
8
+ //# sourceMappingURL=veriff-decision.schema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"veriff-decision.schema.d.ts","sourceRoot":"../../../../../src/providers/veriff","sources":["veriff-decision.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,wBAAwB,qFAM3B,CAAC;AACX,eAAO,MAAM,oBAAoB,uFAAmC,CAAC;AACrE,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAExE,eAAO,MAAM,qBAAqB,mCAAoC,CAAC;AACvE,eAAO,MAAM,kBAAkB,2GAM7B,CAAC;AACH,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC"}
@@ -0,0 +1,192 @@
1
+ import { z } from "zod";
2
+ export declare const VeriffCreateSessionRequest: z.ZodObject<{
3
+ verification: z.ZodObject<{
4
+ person: z.ZodObject<{
5
+ firstName: z.ZodString;
6
+ lastName: z.ZodString;
7
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
8
+ firstName: z.ZodString;
9
+ lastName: z.ZodString;
10
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
11
+ firstName: z.ZodString;
12
+ lastName: z.ZodString;
13
+ }, z.ZodTypeAny, "passthrough">>;
14
+ vendorData: z.ZodString;
15
+ callback: z.ZodString;
16
+ timestamp: z.ZodString;
17
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
18
+ person: z.ZodObject<{
19
+ firstName: z.ZodString;
20
+ lastName: z.ZodString;
21
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
22
+ firstName: z.ZodString;
23
+ lastName: z.ZodString;
24
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
25
+ firstName: z.ZodString;
26
+ lastName: z.ZodString;
27
+ }, z.ZodTypeAny, "passthrough">>;
28
+ vendorData: z.ZodString;
29
+ callback: z.ZodString;
30
+ timestamp: z.ZodString;
31
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
32
+ person: z.ZodObject<{
33
+ firstName: z.ZodString;
34
+ lastName: z.ZodString;
35
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
36
+ firstName: z.ZodString;
37
+ lastName: z.ZodString;
38
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
39
+ firstName: z.ZodString;
40
+ lastName: z.ZodString;
41
+ }, z.ZodTypeAny, "passthrough">>;
42
+ vendorData: z.ZodString;
43
+ callback: z.ZodString;
44
+ timestamp: z.ZodString;
45
+ }, z.ZodTypeAny, "passthrough">>;
46
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
47
+ verification: z.ZodObject<{
48
+ person: z.ZodObject<{
49
+ firstName: z.ZodString;
50
+ lastName: z.ZodString;
51
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
52
+ firstName: z.ZodString;
53
+ lastName: z.ZodString;
54
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
55
+ firstName: z.ZodString;
56
+ lastName: z.ZodString;
57
+ }, z.ZodTypeAny, "passthrough">>;
58
+ vendorData: z.ZodString;
59
+ callback: z.ZodString;
60
+ timestamp: z.ZodString;
61
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
62
+ person: z.ZodObject<{
63
+ firstName: z.ZodString;
64
+ lastName: z.ZodString;
65
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
66
+ firstName: z.ZodString;
67
+ lastName: z.ZodString;
68
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
69
+ firstName: z.ZodString;
70
+ lastName: z.ZodString;
71
+ }, z.ZodTypeAny, "passthrough">>;
72
+ vendorData: z.ZodString;
73
+ callback: z.ZodString;
74
+ timestamp: z.ZodString;
75
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
76
+ person: z.ZodObject<{
77
+ firstName: z.ZodString;
78
+ lastName: z.ZodString;
79
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
80
+ firstName: z.ZodString;
81
+ lastName: z.ZodString;
82
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
83
+ firstName: z.ZodString;
84
+ lastName: z.ZodString;
85
+ }, z.ZodTypeAny, "passthrough">>;
86
+ vendorData: z.ZodString;
87
+ callback: z.ZodString;
88
+ timestamp: z.ZodString;
89
+ }, z.ZodTypeAny, "passthrough">>;
90
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
91
+ verification: z.ZodObject<{
92
+ person: z.ZodObject<{
93
+ firstName: z.ZodString;
94
+ lastName: z.ZodString;
95
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
96
+ firstName: z.ZodString;
97
+ lastName: z.ZodString;
98
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
99
+ firstName: z.ZodString;
100
+ lastName: z.ZodString;
101
+ }, z.ZodTypeAny, "passthrough">>;
102
+ vendorData: z.ZodString;
103
+ callback: z.ZodString;
104
+ timestamp: z.ZodString;
105
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
106
+ person: z.ZodObject<{
107
+ firstName: z.ZodString;
108
+ lastName: z.ZodString;
109
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
110
+ firstName: z.ZodString;
111
+ lastName: z.ZodString;
112
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
113
+ firstName: z.ZodString;
114
+ lastName: z.ZodString;
115
+ }, z.ZodTypeAny, "passthrough">>;
116
+ vendorData: z.ZodString;
117
+ callback: z.ZodString;
118
+ timestamp: z.ZodString;
119
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
120
+ person: z.ZodObject<{
121
+ firstName: z.ZodString;
122
+ lastName: z.ZodString;
123
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
124
+ firstName: z.ZodString;
125
+ lastName: z.ZodString;
126
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
127
+ firstName: z.ZodString;
128
+ lastName: z.ZodString;
129
+ }, z.ZodTypeAny, "passthrough">>;
130
+ vendorData: z.ZodString;
131
+ callback: z.ZodString;
132
+ timestamp: z.ZodString;
133
+ }, z.ZodTypeAny, "passthrough">>;
134
+ }, z.ZodTypeAny, "passthrough">>;
135
+ export type VeriffCreateSessionRequest = z.infer<typeof VeriffCreateSessionRequest>;
136
+ export declare const VeriffCreateSessionResponse: z.ZodObject<{
137
+ status: z.ZodString;
138
+ verification: z.ZodObject<{
139
+ id: z.ZodString;
140
+ url: z.ZodString;
141
+ sessionToken: z.ZodString;
142
+ baseUrl: z.ZodOptional<z.ZodString>;
143
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
144
+ id: z.ZodString;
145
+ url: z.ZodString;
146
+ sessionToken: z.ZodString;
147
+ baseUrl: z.ZodOptional<z.ZodString>;
148
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
149
+ id: z.ZodString;
150
+ url: z.ZodString;
151
+ sessionToken: z.ZodString;
152
+ baseUrl: z.ZodOptional<z.ZodString>;
153
+ }, z.ZodTypeAny, "passthrough">>;
154
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
155
+ status: z.ZodString;
156
+ verification: z.ZodObject<{
157
+ id: z.ZodString;
158
+ url: z.ZodString;
159
+ sessionToken: z.ZodString;
160
+ baseUrl: z.ZodOptional<z.ZodString>;
161
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
162
+ id: z.ZodString;
163
+ url: z.ZodString;
164
+ sessionToken: z.ZodString;
165
+ baseUrl: z.ZodOptional<z.ZodString>;
166
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
167
+ id: z.ZodString;
168
+ url: z.ZodString;
169
+ sessionToken: z.ZodString;
170
+ baseUrl: z.ZodOptional<z.ZodString>;
171
+ }, z.ZodTypeAny, "passthrough">>;
172
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
173
+ status: z.ZodString;
174
+ verification: z.ZodObject<{
175
+ id: z.ZodString;
176
+ url: z.ZodString;
177
+ sessionToken: z.ZodString;
178
+ baseUrl: z.ZodOptional<z.ZodString>;
179
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
180
+ id: z.ZodString;
181
+ url: z.ZodString;
182
+ sessionToken: z.ZodString;
183
+ baseUrl: z.ZodOptional<z.ZodString>;
184
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
185
+ id: z.ZodString;
186
+ url: z.ZodString;
187
+ sessionToken: z.ZodString;
188
+ baseUrl: z.ZodOptional<z.ZodString>;
189
+ }, z.ZodTypeAny, "passthrough">>;
190
+ }, z.ZodTypeAny, "passthrough">>;
191
+ export type VeriffCreateSessionResponse = z.infer<typeof VeriffCreateSessionResponse>;
192
+ //# sourceMappingURL=veriff-session.schema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"veriff-session.schema.d.ts","sourceRoot":"../../../../../src/providers/veriff","sources":["veriff-session.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gCAgBvB,CAAC;AACjB,MAAM,MAAM,0BAA0B,GAAG,CAAC,CAAC,KAAK,CAC9C,OAAO,0BAA0B,CAClC,CAAC;AAEF,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gCAYxB,CAAC;AACjB,MAAM,MAAM,2BAA2B,GAAG,CAAC,CAAC,KAAK,CAC/C,OAAO,2BAA2B,CACnC,CAAC"}