@nexeraid/identity-schemas 2.230.0-dev → 2.232.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.
Files changed (44) 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-ids.schema.d.ts +9 -1
  4. package/dist/declarations/src/identity-ids.schema.d.ts.map +1 -1
  5. package/dist/declarations/src/nexeraSSID.schema.d.ts +90 -0
  6. package/dist/declarations/src/nexeraSSID.schema.d.ts.map +1 -1
  7. package/dist/declarations/src/verifiable-credentials/vc_json_schema_map.d.ts +18 -0
  8. package/dist/declarations/src/verifiable-credentials/vc_json_schema_map.d.ts.map +1 -1
  9. package/dist/declarations/src/webhooks/svix.webhooks.schema.d.ts +3 -3
  10. package/dist/{identity-api.schema-a6837339.cjs.prod.cjs → identity-api.schema-1d6c48b0.cjs.prod.cjs} +1 -1
  11. package/dist/{identity-api.schema-e9f4a5e0.esm.mjs → identity-api.schema-235de44b.esm.mjs} +1 -1
  12. package/dist/{identity-api.schema-c8db8b2d.cjs.dev.cjs → identity-api.schema-ba410353.cjs.dev.cjs} +1 -1
  13. package/dist/nexeraid-identity-schemas.cjs.dev.cjs +9 -5
  14. package/dist/nexeraid-identity-schemas.cjs.prod.cjs +9 -5
  15. package/dist/nexeraid-identity-schemas.esm.mjs +7 -7
  16. package/dist/package.json +10 -10
  17. package/dist/{tfhe-utilities-5ece52e6.esm.mjs → tfhe-utilities-1ca8cf1f.esm.mjs} +20 -2
  18. package/dist/{tfhe-utilities-50e89d8a.cjs.dev.cjs → tfhe-utilities-5bac62f1.cjs.dev.cjs} +20 -2
  19. package/dist/{tfhe-utilities-45a352cd.cjs.prod.cjs → tfhe-utilities-daf1c4fc.cjs.prod.cjs} +20 -2
  20. package/dist/{toArray-f7901f4f.esm.mjs → toArray-04d6373a.esm.mjs} +1 -1
  21. package/dist/{toArray-1c7c1e87.cjs.dev.cjs → toArray-72daad14.cjs.dev.cjs} +1 -1
  22. package/dist/{toArray-384a37b6.cjs.prod.cjs → toArray-bf51f0a4.cjs.prod.cjs} +1 -1
  23. package/dist/{vault.schema-34d810f5.esm.mjs → vault.schema-ac945548.esm.mjs} +67 -6
  24. package/dist/{vault.schema-64532539.cjs.prod.cjs → vault.schema-f25c0d9b.cjs.prod.cjs} +70 -5
  25. package/dist/{vault.schema-774651f4.cjs.dev.cjs → vault.schema-fc13f09a.cjs.dev.cjs} +70 -5
  26. package/dist/{veriff-webhook.schema-9a3d17c7.esm.mjs → veriff-webhook.schema-2e01c2c7.esm.mjs} +2 -2
  27. package/dist/{veriff-webhook.schema-11483ff2.cjs.dev.cjs → veriff-webhook.schema-7a0110f8.cjs.dev.cjs} +2 -2
  28. package/dist/{veriff-webhook.schema-4b8414cb.cjs.prod.cjs → veriff-webhook.schema-ebd3b5e3.cjs.prod.cjs} +2 -2
  29. package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.cjs +2 -2
  30. package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.cjs +2 -2
  31. package/identity/dist/nexeraid-identity-schemas-identity.esm.mjs +2 -2
  32. package/package.json +10 -10
  33. package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.cjs +3 -3
  34. package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.cjs +3 -3
  35. package/providers/dist/nexeraid-identity-schemas-providers.esm.mjs +3 -3
  36. package/vault/dist/nexeraid-identity-schemas-vault.cjs.dev.cjs +2 -2
  37. package/vault/dist/nexeraid-identity-schemas-vault.cjs.prod.cjs +2 -2
  38. package/vault/dist/nexeraid-identity-schemas-vault.esm.mjs +3 -3
  39. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.cjs +3 -3
  40. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.cjs +3 -3
  41. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.mjs +3 -3
  42. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.cjs +4 -4
  43. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +4 -4
  44. package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +4 -4
@@ -2,9 +2,9 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var identityApi_schema = require('../../dist/identity-api.schema-c8db8b2d.cjs.dev.cjs');
5
+ var identityApi_schema = require('../../dist/identity-api.schema-ba410353.cjs.dev.cjs');
6
6
  require('zod');
7
- require('../../dist/vault.schema-774651f4.cjs.dev.cjs');
7
+ require('../../dist/vault.schema-fc13f09a.cjs.dev.cjs');
8
8
  require('nanoid');
9
9
  require('decimal.js');
10
10
  require('crypto');
@@ -2,9 +2,9 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var identityApi_schema = require('../../dist/identity-api.schema-a6837339.cjs.prod.cjs');
5
+ var identityApi_schema = require('../../dist/identity-api.schema-1d6c48b0.cjs.prod.cjs');
6
6
  require('zod');
7
- require('../../dist/vault.schema-64532539.cjs.prod.cjs');
7
+ require('../../dist/vault.schema-f25c0d9b.cjs.prod.cjs');
8
8
  require('nanoid');
9
9
  require('decimal.js');
10
10
  require('crypto');
@@ -1,6 +1,6 @@
1
- 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, aT as CredentialQrCodeData, 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, aH as MediaType, aI as MediaTypePID, aq as MobileExchangeTokenResponse, bc as NUMERIC_OPERATORS, 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, 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, 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 '../../dist/identity-api.schema-e9f4a5e0.esm.mjs';
1
+ 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, aT as CredentialQrCodeData, 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, aH as MediaType, aI as MediaTypePID, aq as MobileExchangeTokenResponse, bc as NUMERIC_OPERATORS, 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, 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, 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 '../../dist/identity-api.schema-235de44b.esm.mjs';
2
2
  import 'zod';
3
- import '../../dist/vault.schema-34d810f5.esm.mjs';
3
+ import '../../dist/vault.schema-ac945548.esm.mjs';
4
4
  import 'nanoid';
5
5
  import 'decimal.js';
6
6
  import 'crypto';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nexeraid/identity-schemas",
3
- "version": "2.230.0-dev",
3
+ "version": "2.232.0-dev",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "license": "ISC",
@@ -94,26 +94,26 @@
94
94
  "scripts": {
95
95
  "build": "preconstruct build && npm run copy-package-json-to-dist",
96
96
  "copy-package-json-to-dist": "copyfiles package.json dist/",
97
+ "detect-circular-dependencies": "madge --circular src/index.ts",
97
98
  "download-schemas": "./scripts/download-schemas.sh",
99
+ "generate:clean": "rm -rf ./src/vault/schemas/generated/*",
100
+ "generate:prettier": "prettier 'src/vault/schemas/generated/*' --write",
101
+ "generate:zod-to-schema": "bun ./scripts/vault/zod-to-schema.ts && ts-json-as-const ./src/vault/schemas/generated/*.json",
102
+ "generate:zod-to-type": "bun ./scripts/vault/zod-to-type.ts",
98
103
  "generate-schemas-ts": "./scripts/generate-schemas-ts.sh",
99
104
  "generate-zod-schemas": "./scripts/generate-zod-schemas.sh",
100
105
  "lint": "eslint .",
101
- "prettier": "prettier 'src/' --check",
102
- "prettier:fix": "prettier 'src/' --write",
103
106
  "lint:fix": "pnpm lint --fix",
107
+ "manually:generate": "pnpm run generate:zod-to-schema && pnpm run generate:zod-to-type && pnpm run generate:prettier",
104
108
  "prepare:release": "./scripts/prepare_npm_release.sh",
109
+ "prettier": "prettier 'src/' --check",
110
+ "prettier:fix": "prettier 'src/' --write",
105
111
  "publish:public": "pnpm run prepare:release && publish --access=public --no-git-checks --registry https://registry.npmjs.org/",
106
112
  "test": "bun test",
107
113
  "test:unit": "bash -c 'set -o pipefail && TZ=UTC bun test \"$@\" | pino-pretty' --",
108
114
  "type-check": "tsc --noEmit",
109
115
  "update-json-schema-map": "./scripts/update-json-schema-map.sh",
110
116
  "update-jsonld-schema-map": "./scripts/update-jsonld-schema-map.sh",
111
- "update-schemas": "pnpm run download-schemas && pnpm run update-json-schema-map && pnpm run update-jsonld-schema-map && pnpm run generate-zod-schemas && pnpm run generate-schemas-ts && prettier 'src/verifiable-credentials/generated' --write && prettier 'src/verifiable-credentials/generated-ts/' --write",
112
- "manually:generate": "pnpm run generate:zod-to-schema && pnpm run generate:zod-to-type && pnpm run generate:prettier",
113
- "generate:clean": "rm -rf ./src/vault/schemas/generated/*",
114
- "generate:prettier": "prettier 'src/vault/schemas/generated/*' --write",
115
- "generate:zod-to-schema": "bun ./scripts/vault/zod-to-schema.ts && ts-json-as-const ./src/vault/schemas/generated/*.json",
116
- "generate:zod-to-type": "bun ./scripts/vault/zod-to-type.ts",
117
- "detect-circular-dependencies": "madge --circular src/index.ts"
117
+ "update-schemas": "pnpm run download-schemas && pnpm run update-json-schema-map && pnpm run update-jsonld-schema-map && pnpm run generate-zod-schemas && pnpm run generate-schemas-ts && prettier 'src/verifiable-credentials/generated' --write && prettier 'src/verifiable-credentials/generated-ts/' --write"
118
118
  }
119
119
  }
@@ -2,12 +2,12 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var vault_schema = require('../../dist/vault.schema-774651f4.cjs.dev.cjs');
6
- var veriffWebhook_schema = require('../../dist/veriff-webhook.schema-11483ff2.cjs.dev.cjs');
5
+ var vault_schema = require('../../dist/vault.schema-fc13f09a.cjs.dev.cjs');
6
+ var veriffWebhook_schema = require('../../dist/veriff-webhook.schema-7a0110f8.cjs.dev.cjs');
7
7
  require('zod');
8
8
  require('nanoid');
9
9
  require('decimal.js');
10
- require('../../dist/identity-api.schema-c8db8b2d.cjs.dev.cjs');
10
+ require('../../dist/identity-api.schema-ba410353.cjs.dev.cjs');
11
11
  require('crypto');
12
12
 
13
13
  var ALL_SCORECHAIN_BLOCKCHAIN = [{
@@ -2,12 +2,12 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var vault_schema = require('../../dist/vault.schema-64532539.cjs.prod.cjs');
6
- var veriffWebhook_schema = require('../../dist/veriff-webhook.schema-4b8414cb.cjs.prod.cjs');
5
+ var vault_schema = require('../../dist/vault.schema-f25c0d9b.cjs.prod.cjs');
6
+ var veriffWebhook_schema = require('../../dist/veriff-webhook.schema-ebd3b5e3.cjs.prod.cjs');
7
7
  require('zod');
8
8
  require('nanoid');
9
9
  require('decimal.js');
10
- require('../../dist/identity-api.schema-a6837339.cjs.prod.cjs');
10
+ require('../../dist/identity-api.schema-1d6c48b0.cjs.prod.cjs');
11
11
  require('crypto');
12
12
 
13
13
  var ALL_SCORECHAIN_BLOCKCHAIN = [{
@@ -1,9 +1,9 @@
1
- export { gJ as ANALYSIS_TYPES, gK as AnalysisType, gS as Coin, gX as EntityRiskDefaultsMap, gW as EntityRiskDefaultsValues, h1 as GetActiveBlockchains, h0 as GetActiveBlockchainsRequest, h2 as GetActiveBlockchainsResponse, h6 as GetAddressAnalysis, h3 as GetAddressAnalysisRequest, h8 as GetAddressAnalysisResponse, h7 as GetTransactionAnalysis, h4 as GetTransactionAnalysisRequest, h9 as GetTransactionAnalysisResponse, gO as NonMinimalScorechainBlockchain, gL as OBJECT_TYPES, gM as ObjectType, hb as RawScorechainResult, gV as RiskExplanation, gT as RiskSeverity, g_ as ScorechainAnalysis, gN as ScorechainBlockchain, gP as ScorechainBlockchainToNamespace, h5 as ScorechainEntity, gU as ScorechainEntityType, gZ as ScorechainError, gY as ScorechainErrorResponse, hc as ScorechainRiskToRiskLevel, hf as ScorechainTransactionRiskLevel, he as ScorechainWalletRiskLevel, hd as ScorechainWalletRiskLevels, ha as ScoringAnalysisApiRequest, gE as ScoringAnalysisRequest, g$ as ScoringAnalysisResponse, gF as WorkflowsScoringAnalysisRequest, gR as compareRiskLevels, gQ as getRiskLevelByRiskScore } from '../../dist/vault.schema-34d810f5.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, d$ as AuthToken, e0 as AuthTokenError, d_ as AuthTokenRequest, e1 as AuthTokenResponse, bU as BENEFICIARY_TYPES, bF as BaseApplicantActionSchema, ba as BaseProvider, dm as BeneficiaryAttestationDocumentMetaData, bW as BeneficiaryCompanyCustomerClaims, bX as BeneficiaryCompanyCustomerClaimsArray, bV as BeneficiaryType, dp as BeneficiaryVerificationStatus, dq 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, dj 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, dJ as ChainalysisApiError, b0 as ChainalysisConfig, dH as ChainalysisErrorCodes, bg as ChainalysisProvider, dF as ChainalysisRegisterApiResponse, dK as ChainalysisRegisterResponse, dE as ChainalysisRequest, dI as ChainalysisRiskAssessmentApiResponse, dL as ChainalysisRiskAssessmentResponse, dG as ChainalysisRiskLevel, a5 as CoerceDateUTC, dP as CoinMarketCapApiResponse, dQ as CoinMarketCapFiatId, dN as CoinMarketCapQuote, dO as CoinMarketCapQuotes, dM as CoinMarketCapRequest, dl as CompanyDocumentMetaData, dk 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, dX as CrystalWalletScreeningApiRequest, dY as CrystalWalletScreeningResponse, d2 as CustomerContactInformationOutput, dv as CustomerDocumentMetaData, dw 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, ds as GetKybSessionInput, dt 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, df as KYB_RESULTS, dh as KYB_SESSION_STATUSES, dd as KYB_STEP_TYPES, c6 as KYC_DOC_SIDES, db as KYC_PROVIDER_NAMES, cN as KYC_RESULTS, cP as KYC_SESSION_STATUSES, cJ as KYC_STEP_TYPES, dg as KybResult, di as KybSessionStatus, de as KybStep, c7 as KycDocSide, dc as KycProviderName, cO as KycResult, cQ as KycSessionStatus, cK as KycStep, cM as KycStepStatus, cL as KycStepStatuses, e5 as LegalPersonNameIdentifierType, L as LivenessMetadata, ad as MEDIUM_RISK_TYPES, aw as MatchStatus, av as MatchStatuses, aC as MatchTypeDetail, M as MergedProviders, dC as MerkleAddressApiError, dB as MerkleAddressApiResponse, dA as MerkleAddressRequest, dD as MerkleAddressResponse, dz as MerkleBlockChainCodes, dy as MerkleBlockChainName, dx as MerkleBlockChainTypes, a$ as MerkleScienceConfig, bf as MerkleScienceProvider, e7 as NOTABENE_TX_CREATE_STATUS, e3 as NameIdentifierType, e4 as NationalIdentifierType, r as NestedSession, bc as NexeraIdKYBProvider, bb as NexeraIdSSIDProvider, e2 as NotabeneAssetResponse, dZ as NotabeneAudience, b7 as NotabeneConfig, e9 as NotabeneErrorCode, ed as NotabeneJurisdictionsCondition, ec as NotabeneJurisdictionsRequest, ef as NotabeneJurisdictionsResponse, ee as NotabeneJurisdictionsUnitaryResponse, bj as NotabeneProvider, ea as NotabeneTxCreateError, e6 as NotabeneTxCreateRequest, e8 as NotabeneTxCreateResponse, N as NotabeneTxCreateStatus, eb as NotabeneTxValidateFullResponse, eg as NotabeneWebhookPayload, eh 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, dr 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, dV as TRMLabsAddressesScreening, dR as TRMLabsAddressesScreeningApiRequest, dW as TRMLabsAddressesScreeningResponse, b1 as TRMLabsConfig, bh as TRMLabsProvider, dU as TRMLabsRiskScoreToScorechainRiskMapping, dS as TRM_RISK_SCORE_LEVEL, dT as TRM_RISK_SCORE_LEVEL_LABEL, by as ToggleProviderInput, dn as TopographRegistryDocumentMetaData, Z as UNKNOWN_ERROR, du as UpdateKybSessionOutput, cZ as UpdateKycSessionOutput, bw as UpdateProviderInput, bx as UpdateProviderResponse, aA as UpdateSearchEntitiesInput, az as UpdateSearchInput, cb as UploadDocumentRequest, ek as VERIFF_DECISION_CODES, ei as VERIFF_DECISION_STATUSES, em as VeriffCreateSessionRequest, en as VeriffCreateSessionResponse, el as VeriffDecisionCode, ej as VeriffDecisionStatus, ey as VeriffDecisionWebhook, ew as VeriffDocument, ex as VeriffEventWebhook, ev as VeriffPerson, eo as VeriffWatchlistCheckType, et as VeriffWatchlistHit, er as VeriffWatchlistListingEntry, es as VeriffWatchlistListingsByCategory, ep as VeriffWatchlistMatchStatus, eq as VeriffWatchlistSearchTerm, eu as VeriffWatchlistWebhook, 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/veriff-webhook.schema-9a3d17c7.esm.mjs';
1
+ export { gN as ANALYSIS_TYPES, gO as AnalysisType, gW as Coin, g$ as EntityRiskDefaultsMap, g_ as EntityRiskDefaultsValues, h5 as GetActiveBlockchains, h4 as GetActiveBlockchainsRequest, h6 as GetActiveBlockchainsResponse, ha as GetAddressAnalysis, h7 as GetAddressAnalysisRequest, hc as GetAddressAnalysisResponse, hb as GetTransactionAnalysis, h8 as GetTransactionAnalysisRequest, hd as GetTransactionAnalysisResponse, gS as NonMinimalScorechainBlockchain, gP as OBJECT_TYPES, gQ as ObjectType, hf as RawScorechainResult, gZ as RiskExplanation, gX as RiskSeverity, h2 as ScorechainAnalysis, gR as ScorechainBlockchain, gT as ScorechainBlockchainToNamespace, h9 as ScorechainEntity, gY as ScorechainEntityType, h1 as ScorechainError, h0 as ScorechainErrorResponse, hg as ScorechainRiskToRiskLevel, hj as ScorechainTransactionRiskLevel, hi as ScorechainWalletRiskLevel, hh as ScorechainWalletRiskLevels, he as ScoringAnalysisApiRequest, gI as ScoringAnalysisRequest, h3 as ScoringAnalysisResponse, gJ as WorkflowsScoringAnalysisRequest, gV as compareRiskLevels, gU as getRiskLevelByRiskScore } from '../../dist/vault.schema-ac945548.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, d$ as AuthToken, e0 as AuthTokenError, d_ as AuthTokenRequest, e1 as AuthTokenResponse, bU as BENEFICIARY_TYPES, bF as BaseApplicantActionSchema, ba as BaseProvider, dm as BeneficiaryAttestationDocumentMetaData, bW as BeneficiaryCompanyCustomerClaims, bX as BeneficiaryCompanyCustomerClaimsArray, bV as BeneficiaryType, dp as BeneficiaryVerificationStatus, dq 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, dj 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, dJ as ChainalysisApiError, b0 as ChainalysisConfig, dH as ChainalysisErrorCodes, bg as ChainalysisProvider, dF as ChainalysisRegisterApiResponse, dK as ChainalysisRegisterResponse, dE as ChainalysisRequest, dI as ChainalysisRiskAssessmentApiResponse, dL as ChainalysisRiskAssessmentResponse, dG as ChainalysisRiskLevel, a5 as CoerceDateUTC, dP as CoinMarketCapApiResponse, dQ as CoinMarketCapFiatId, dN as CoinMarketCapQuote, dO as CoinMarketCapQuotes, dM as CoinMarketCapRequest, dl as CompanyDocumentMetaData, dk 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, dX as CrystalWalletScreeningApiRequest, dY as CrystalWalletScreeningResponse, d2 as CustomerContactInformationOutput, dv as CustomerDocumentMetaData, dw 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, ds as GetKybSessionInput, dt 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, df as KYB_RESULTS, dh as KYB_SESSION_STATUSES, dd as KYB_STEP_TYPES, c6 as KYC_DOC_SIDES, db as KYC_PROVIDER_NAMES, cN as KYC_RESULTS, cP as KYC_SESSION_STATUSES, cJ as KYC_STEP_TYPES, dg as KybResult, di as KybSessionStatus, de as KybStep, c7 as KycDocSide, dc as KycProviderName, cO as KycResult, cQ as KycSessionStatus, cK as KycStep, cM as KycStepStatus, cL as KycStepStatuses, e5 as LegalPersonNameIdentifierType, L as LivenessMetadata, ad as MEDIUM_RISK_TYPES, aw as MatchStatus, av as MatchStatuses, aC as MatchTypeDetail, M as MergedProviders, dC as MerkleAddressApiError, dB as MerkleAddressApiResponse, dA as MerkleAddressRequest, dD as MerkleAddressResponse, dz as MerkleBlockChainCodes, dy as MerkleBlockChainName, dx as MerkleBlockChainTypes, a$ as MerkleScienceConfig, bf as MerkleScienceProvider, e7 as NOTABENE_TX_CREATE_STATUS, e3 as NameIdentifierType, e4 as NationalIdentifierType, r as NestedSession, bc as NexeraIdKYBProvider, bb as NexeraIdSSIDProvider, e2 as NotabeneAssetResponse, dZ as NotabeneAudience, b7 as NotabeneConfig, e9 as NotabeneErrorCode, ed as NotabeneJurisdictionsCondition, ec as NotabeneJurisdictionsRequest, ef as NotabeneJurisdictionsResponse, ee as NotabeneJurisdictionsUnitaryResponse, bj as NotabeneProvider, ea as NotabeneTxCreateError, e6 as NotabeneTxCreateRequest, e8 as NotabeneTxCreateResponse, N as NotabeneTxCreateStatus, eb as NotabeneTxValidateFullResponse, eg as NotabeneWebhookPayload, eh 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, dr 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, dV as TRMLabsAddressesScreening, dR as TRMLabsAddressesScreeningApiRequest, dW as TRMLabsAddressesScreeningResponse, b1 as TRMLabsConfig, bh as TRMLabsProvider, dU as TRMLabsRiskScoreToScorechainRiskMapping, dS as TRM_RISK_SCORE_LEVEL, dT as TRM_RISK_SCORE_LEVEL_LABEL, by as ToggleProviderInput, dn as TopographRegistryDocumentMetaData, Z as UNKNOWN_ERROR, du as UpdateKybSessionOutput, cZ as UpdateKycSessionOutput, bw as UpdateProviderInput, bx as UpdateProviderResponse, aA as UpdateSearchEntitiesInput, az as UpdateSearchInput, cb as UploadDocumentRequest, ek as VERIFF_DECISION_CODES, ei as VERIFF_DECISION_STATUSES, em as VeriffCreateSessionRequest, en as VeriffCreateSessionResponse, el as VeriffDecisionCode, ej as VeriffDecisionStatus, ey as VeriffDecisionWebhook, ew as VeriffDocument, ex as VeriffEventWebhook, ev as VeriffPerson, eo as VeriffWatchlistCheckType, et as VeriffWatchlistHit, er as VeriffWatchlistListingEntry, es as VeriffWatchlistListingsByCategory, ep as VeriffWatchlistMatchStatus, eq as VeriffWatchlistSearchTerm, eu as VeriffWatchlistWebhook, 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/veriff-webhook.schema-2e01c2c7.esm.mjs';
3
3
  import 'zod';
4
4
  import 'nanoid';
5
5
  import 'decimal.js';
6
- import '../../dist/identity-api.schema-e9f4a5e0.esm.mjs';
6
+ import '../../dist/identity-api.schema-235de44b.esm.mjs';
7
7
  import 'crypto';
8
8
 
9
9
  var ALL_SCORECHAIN_BLOCKCHAIN = [{
@@ -3,8 +3,8 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  var crypto = require('crypto');
6
- var vault_schema = require('../../dist/vault.schema-774651f4.cjs.dev.cjs');
7
- var toArray = require('../../dist/toArray-1c7c1e87.cjs.dev.cjs');
6
+ var vault_schema = require('../../dist/vault.schema-fc13f09a.cjs.dev.cjs');
7
+ var toArray = require('../../dist/toArray-72daad14.cjs.dev.cjs');
8
8
  var z = require('zod');
9
9
  require('nanoid');
10
10
  require('decimal.js');
@@ -3,8 +3,8 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  var crypto = require('crypto');
6
- var vault_schema = require('../../dist/vault.schema-64532539.cjs.prod.cjs');
7
- var toArray = require('../../dist/toArray-384a37b6.cjs.prod.cjs');
6
+ var vault_schema = require('../../dist/vault.schema-f25c0d9b.cjs.prod.cjs');
7
+ var toArray = require('../../dist/toArray-bf51f0a4.cjs.prod.cjs');
8
8
  var z = require('zod');
9
9
  require('nanoid');
10
10
  require('decimal.js');
@@ -1,7 +1,7 @@
1
1
  import { createHash } from 'crypto';
2
- import { gC as _unsupportedIterableToArray, gw as Web3ArgsType, gD as _slicedToArray, gB as _toConsumableArray } from '../../dist/vault.schema-34d810f5.esm.mjs';
3
- export { g9 as AmlResults, ge as DataLinkTypeZodSchema, gc as DataLinkVersionZodSchema, ga as DetectedDuplicates, gp as GenericVaultDataLinkZodSchema, go as GenericVaultEmbeddedLinkZodSchema, gm as GenericVaultPointerLinkZodSchema, gn as GenericVaultSearchLinkZodSchema, gq as TimeFrameCounters, gf as VaultJsonSchemas, gl as VaultMetadataLinkZodSchema, gj as VaultPointerKeyMapZodSchema, gk as VaultQueryMapZodSchema, gh as VaultSchemaIdZodSchema, gi as VaultSchemaPathsZodSchema, gg as VaultZodSchema, gd as allDataLinkTypes, gb as allDataLinkVersions } from '../../dist/vault.schema-34d810f5.esm.mjs';
4
- import { _ as _toArray } from '../../dist/toArray-f7901f4f.esm.mjs';
2
+ import { gG as _unsupportedIterableToArray, gA as Web3ArgsType, gH as _slicedToArray, gF as _toConsumableArray } from '../../dist/vault.schema-ac945548.esm.mjs';
3
+ export { gd as AmlResults, gi as DataLinkTypeZodSchema, gg as DataLinkVersionZodSchema, ge as DetectedDuplicates, gt as GenericVaultDataLinkZodSchema, gs as GenericVaultEmbeddedLinkZodSchema, gq as GenericVaultPointerLinkZodSchema, gr as GenericVaultSearchLinkZodSchema, gu as TimeFrameCounters, gj as VaultJsonSchemas, gp as VaultMetadataLinkZodSchema, gn as VaultPointerKeyMapZodSchema, go as VaultQueryMapZodSchema, gl as VaultSchemaIdZodSchema, gm as VaultSchemaPathsZodSchema, gk as VaultZodSchema, gh as allDataLinkTypes, gf as allDataLinkVersions } from '../../dist/vault.schema-ac945548.esm.mjs';
4
+ import { _ as _toArray } from '../../dist/toArray-04d6373a.esm.mjs';
5
5
  import { z } from 'zod';
6
6
  import 'nanoid';
7
7
  import 'decimal.js';
@@ -2,9 +2,9 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var vault_schema = require('../../dist/vault.schema-774651f4.cjs.dev.cjs');
6
- var identityApi_schema = require('../../dist/identity-api.schema-c8db8b2d.cjs.dev.cjs');
7
- var tfheUtilities = require('../../dist/tfhe-utilities-50e89d8a.cjs.dev.cjs');
5
+ var vault_schema = require('../../dist/vault.schema-fc13f09a.cjs.dev.cjs');
6
+ var identityApi_schema = require('../../dist/identity-api.schema-ba410353.cjs.dev.cjs');
7
+ var tfheUtilities = require('../../dist/tfhe-utilities-5bac62f1.cjs.dev.cjs');
8
8
  require('zod');
9
9
  require('nanoid');
10
10
  require('decimal.js');
@@ -2,9 +2,9 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var vault_schema = require('../../dist/vault.schema-64532539.cjs.prod.cjs');
6
- var identityApi_schema = require('../../dist/identity-api.schema-a6837339.cjs.prod.cjs');
7
- var tfheUtilities = require('../../dist/tfhe-utilities-45a352cd.cjs.prod.cjs');
5
+ var vault_schema = require('../../dist/vault.schema-f25c0d9b.cjs.prod.cjs');
6
+ var identityApi_schema = require('../../dist/identity-api.schema-1d6c48b0.cjs.prod.cjs');
7
+ var tfheUtilities = require('../../dist/tfhe-utilities-daf1c4fc.cjs.prod.cjs');
8
8
  require('zod');
9
9
  require('nanoid');
10
10
  require('decimal.js');
@@ -1,6 +1,6 @@
1
- export { b5 as Alpha2Country, eF as GenericVerifiableCredentialSchema, eL as ID3CredentialSchema, er as ID3CredentialSubjectSchema, eI as IDImageCredentialSchema, eC as IDImageCredentialSubjectSchema, eH as IDInformationCredentialSchema, eB as IDInformationCredentialSubjectSchema, eG as IDInformationTfheCredentialSchema, eA as IDInformationTfheCredentialSubjectSchema, eM as IDScanCredentialSchema, es as IDScanCredentialSubjectSchema, eN as IDScanPassportCredentialSchema, et as IDScanPassportCredentialSubjectSchema, eO as IDScanSelfieCredentialSchema, eu as IDScanSelfieCredentialSubjectSchema, b3 as ISO3CountryCode, eT as OLD_AMLScreeningsResultsCredentialSchema, ez as OLD_AMLScreeningsResultsCredentialSubjectSchema, eP as OLD_IDImageCredentialSchema, ev as OLD_IDImageCredentialSubjectSchema, eQ as OLD_IDInformationCredentialSchema, ew as OLD_IDInformationCredentialSubjectSchema, eR as OLD_ProofOfResidenceCredentialSchema, ex as OLD_ProofOfResidenceCredentialSubjectSchema, eS as OLD_SelfieImageCredentialSchema, ey as OLD_SelfieImageCredentialSubjectSchema, eK as ProofOfResidenceCredentialSchema, eE as ProofOfResidenceCredentialSubjectSchema, eJ as SelfieImageCredentialSchema, eD as SelfieImageCredentialSubjectSchema, b6 as countryISO3toISO2Mapping, b9 as isoCountriesNameFromISO2 } from '../../dist/vault.schema-34d810f5.esm.mjs';
2
- export { cf as CredentialMediaType, ca as CredentialNames, c9 as CredentialSchemas, cd as CredentialType, C as CredentialTypes, cb as NexeraCredentialType, ce as VerifiableCredential, cc as getCredentialName } from '../../dist/identity-api.schema-e9f4a5e0.esm.mjs';
3
- export { s as IDInformationTfheCredentialSubjectCONFIG, V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation, b as getFieldConfig } from '../../dist/tfhe-utilities-5ece52e6.esm.mjs';
1
+ export { b5 as Alpha2Country, eJ as GenericVerifiableCredentialSchema, eP as ID3CredentialSchema, ev as ID3CredentialSubjectSchema, eM as IDImageCredentialSchema, eG as IDImageCredentialSubjectSchema, eL as IDInformationCredentialSchema, eF as IDInformationCredentialSubjectSchema, eK as IDInformationTfheCredentialSchema, eE as IDInformationTfheCredentialSubjectSchema, eQ as IDScanCredentialSchema, ew as IDScanCredentialSubjectSchema, eR as IDScanPassportCredentialSchema, ex as IDScanPassportCredentialSubjectSchema, eS as IDScanSelfieCredentialSchema, ey as IDScanSelfieCredentialSubjectSchema, b3 as ISO3CountryCode, eX as OLD_AMLScreeningsResultsCredentialSchema, eD as OLD_AMLScreeningsResultsCredentialSubjectSchema, eT as OLD_IDImageCredentialSchema, ez as OLD_IDImageCredentialSubjectSchema, eU as OLD_IDInformationCredentialSchema, eA as OLD_IDInformationCredentialSubjectSchema, eV as OLD_ProofOfResidenceCredentialSchema, eB as OLD_ProofOfResidenceCredentialSubjectSchema, eW as OLD_SelfieImageCredentialSchema, eC as OLD_SelfieImageCredentialSubjectSchema, eO as ProofOfResidenceCredentialSchema, eI as ProofOfResidenceCredentialSubjectSchema, eN as SelfieImageCredentialSchema, eH as SelfieImageCredentialSubjectSchema, b6 as countryISO3toISO2Mapping, b9 as isoCountriesNameFromISO2 } from '../../dist/vault.schema-ac945548.esm.mjs';
2
+ export { cf as CredentialMediaType, ca as CredentialNames, c9 as CredentialSchemas, cd as CredentialType, C as CredentialTypes, cb as NexeraCredentialType, ce as VerifiableCredential, cc as getCredentialName } from '../../dist/identity-api.schema-235de44b.esm.mjs';
3
+ export { s as IDInformationTfheCredentialSubjectCONFIG, V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation, b as getFieldConfig } from '../../dist/tfhe-utilities-1ca8cf1f.esm.mjs';
4
4
  import 'zod';
5
5
  import 'nanoid';
6
6
  import 'decimal.js';
@@ -3,10 +3,10 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  var z = require('zod');
6
- var vault_schema = require('../../dist/vault.schema-774651f4.cjs.dev.cjs');
7
- var identityApi_schema = require('../../dist/identity-api.schema-c8db8b2d.cjs.dev.cjs');
8
- var veriffWebhook_schema = require('../../dist/veriff-webhook.schema-11483ff2.cjs.dev.cjs');
9
- var toArray = require('../../dist/toArray-1c7c1e87.cjs.dev.cjs');
6
+ var vault_schema = require('../../dist/vault.schema-fc13f09a.cjs.dev.cjs');
7
+ var identityApi_schema = require('../../dist/identity-api.schema-ba410353.cjs.dev.cjs');
8
+ var veriffWebhook_schema = require('../../dist/veriff-webhook.schema-7a0110f8.cjs.dev.cjs');
9
+ var toArray = require('../../dist/toArray-72daad14.cjs.dev.cjs');
10
10
  var zodToJsonSchema = require('zod-to-json-schema');
11
11
  require('nanoid');
12
12
  require('decimal.js');
@@ -3,10 +3,10 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  var z = require('zod');
6
- var vault_schema = require('../../dist/vault.schema-64532539.cjs.prod.cjs');
7
- var identityApi_schema = require('../../dist/identity-api.schema-a6837339.cjs.prod.cjs');
8
- var veriffWebhook_schema = require('../../dist/veriff-webhook.schema-4b8414cb.cjs.prod.cjs');
9
- var toArray = require('../../dist/toArray-384a37b6.cjs.prod.cjs');
6
+ var vault_schema = require('../../dist/vault.schema-f25c0d9b.cjs.prod.cjs');
7
+ var identityApi_schema = require('../../dist/identity-api.schema-1d6c48b0.cjs.prod.cjs');
8
+ var veriffWebhook_schema = require('../../dist/veriff-webhook.schema-ebd3b5e3.cjs.prod.cjs');
9
+ var toArray = require('../../dist/toArray-bf51f0a4.cjs.prod.cjs');
10
10
  var zodToJsonSchema = require('zod-to-json-schema');
11
11
  require('nanoid');
12
12
  require('decimal.js');
@@ -1,8 +1,8 @@
1
1
  import { z } from 'zod';
2
- import { aX as UuidString, el as ExternalCustomerId, ej as WorkflowId, bf as RiskScoreType, bh as CustomerType, bn as CustomerOnboardingLevel, bp as CustomerStatus, b3 as ISO3CountryCode, au as BlockchainAddress, eF as GenericVerifiableCredentialSchema, gs as WalletScreeningData, f2 as TransactionTypes, f8 as TransactionReviewStatuses, gB as _toConsumableArray, aW as EnvironmentSchema } from '../../dist/vault.schema-34d810f5.esm.mjs';
3
- import { Y as RuleResultStatus } from '../../dist/identity-api.schema-e9f4a5e0.esm.mjs';
4
- import { M as MergedProviders, I as IpQualityServiceAnalysisResponse, C as ComplyAdvantageSearchResponse, a as ComplyAdvantageSearchErrorResponse, b as ComplyAdvantageSearchSuccessResponse } from '../../dist/veriff-webhook.schema-9a3d17c7.esm.mjs';
5
- import { _ as _toArray } from '../../dist/toArray-f7901f4f.esm.mjs';
2
+ import { aX as UuidString, ep as ExternalCustomerId, en as WorkflowId, bf as RiskScoreType, bh as CustomerType, bn as CustomerOnboardingLevel, bp as CustomerStatus, b3 as ISO3CountryCode, au as BlockchainAddress, eJ as GenericVerifiableCredentialSchema, gw as WalletScreeningData, f6 as TransactionTypes, fc as TransactionReviewStatuses, gF as _toConsumableArray, aW as EnvironmentSchema } from '../../dist/vault.schema-ac945548.esm.mjs';
3
+ import { Y as RuleResultStatus } from '../../dist/identity-api.schema-235de44b.esm.mjs';
4
+ import { M as MergedProviders, I as IpQualityServiceAnalysisResponse, C as ComplyAdvantageSearchResponse, a as ComplyAdvantageSearchErrorResponse, b as ComplyAdvantageSearchSuccessResponse } from '../../dist/veriff-webhook.schema-2e01c2c7.esm.mjs';
5
+ import { _ as _toArray } from '../../dist/toArray-04d6373a.esm.mjs';
6
6
  import { zodToJsonSchema } from 'zod-to-json-schema';
7
7
  import 'nanoid';
8
8
  import 'decimal.js';