@nexeraid/identity-schemas 2.233.0 → 2.235.0-dev
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/declarations/src/providers/kyb-sessions.schema.d.ts +18 -0
- package/dist/declarations/src/providers/kyb-sessions.schema.d.ts.map +1 -1
- package/dist/nexeraid-identity-schemas.cjs.dev.cjs +1 -1
- package/dist/nexeraid-identity-schemas.cjs.prod.cjs +1 -1
- package/dist/nexeraid-identity-schemas.esm.mjs +1 -1
- package/dist/package.json +1 -1
- package/dist/{veriff-webhook.schema-d8f5b0df.cjs.dev.cjs → veriff-webhook.schema-3ac71789.cjs.dev.cjs} +5 -0
- package/dist/{veriff-webhook.schema-3a4e348a.cjs.prod.cjs → veriff-webhook.schema-8adeb70d.cjs.prod.cjs} +5 -0
- package/dist/{veriff-webhook.schema-01b55f80.esm.mjs → veriff-webhook.schema-e964f8cc.esm.mjs} +5 -0
- package/package.json +2 -2
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.cjs +1 -1
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.cjs +1 -1
- package/providers/dist/nexeraid-identity-schemas-providers.esm.mjs +1 -1
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.cjs +1 -1
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +1 -1
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +1 -1
|
@@ -267,6 +267,11 @@ export declare const SelectKybSession: z.ZodObject<{
|
|
|
267
267
|
company: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
268
268
|
companyName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
269
269
|
registrationNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
270
|
+
/** True when the claim was entered by hand (createdBy="manual"). Lets the
|
|
271
|
+
* company step stay on the manual flow on resume/resubmission even if the
|
|
272
|
+
* country IS Topograph-supported — otherwise it would re-derive "automatic"
|
|
273
|
+
* from the country and fire a fresh billed retrieve. */
|
|
274
|
+
isManual: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
270
275
|
country: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
271
276
|
type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
272
277
|
legalAddress: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -281,6 +286,7 @@ export declare const SelectKybSession: z.ZodObject<{
|
|
|
281
286
|
legalAddress?: string | null | undefined;
|
|
282
287
|
taxId?: string | null | undefined;
|
|
283
288
|
website?: string | null | undefined;
|
|
289
|
+
isManual?: boolean | null | undefined;
|
|
284
290
|
incorporationDate?: string | null | undefined;
|
|
285
291
|
}, {
|
|
286
292
|
type?: string | null | undefined;
|
|
@@ -290,6 +296,7 @@ export declare const SelectKybSession: z.ZodObject<{
|
|
|
290
296
|
legalAddress?: string | null | undefined;
|
|
291
297
|
taxId?: string | null | undefined;
|
|
292
298
|
website?: string | null | undefined;
|
|
299
|
+
isManual?: boolean | null | undefined;
|
|
293
300
|
incorporationDate?: string | null | undefined;
|
|
294
301
|
}>>>;
|
|
295
302
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -312,6 +319,7 @@ export declare const SelectKybSession: z.ZodObject<{
|
|
|
312
319
|
legalAddress?: string | null | undefined;
|
|
313
320
|
taxId?: string | null | undefined;
|
|
314
321
|
website?: string | null | undefined;
|
|
322
|
+
isManual?: boolean | null | undefined;
|
|
315
323
|
incorporationDate?: string | null | undefined;
|
|
316
324
|
} | null | undefined;
|
|
317
325
|
ip?: string | null | undefined;
|
|
@@ -354,6 +362,7 @@ export declare const SelectKybSession: z.ZodObject<{
|
|
|
354
362
|
legalAddress?: string | null | undefined;
|
|
355
363
|
taxId?: string | null | undefined;
|
|
356
364
|
website?: string | null | undefined;
|
|
365
|
+
isManual?: boolean | null | undefined;
|
|
357
366
|
incorporationDate?: string | null | undefined;
|
|
358
367
|
} | null | undefined;
|
|
359
368
|
ip?: string | null | undefined;
|
|
@@ -449,6 +458,11 @@ export declare const GetKybSessionResponse: z.ZodObject<{
|
|
|
449
458
|
company: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
450
459
|
companyName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
451
460
|
registrationNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
461
|
+
/** True when the claim was entered by hand (createdBy="manual"). Lets the
|
|
462
|
+
* company step stay on the manual flow on resume/resubmission even if the
|
|
463
|
+
* country IS Topograph-supported — otherwise it would re-derive "automatic"
|
|
464
|
+
* from the country and fire a fresh billed retrieve. */
|
|
465
|
+
isManual: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
452
466
|
country: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
453
467
|
type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
454
468
|
legalAddress: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -463,6 +477,7 @@ export declare const GetKybSessionResponse: z.ZodObject<{
|
|
|
463
477
|
legalAddress?: string | null | undefined;
|
|
464
478
|
taxId?: string | null | undefined;
|
|
465
479
|
website?: string | null | undefined;
|
|
480
|
+
isManual?: boolean | null | undefined;
|
|
466
481
|
incorporationDate?: string | null | undefined;
|
|
467
482
|
}, {
|
|
468
483
|
type?: string | null | undefined;
|
|
@@ -472,6 +487,7 @@ export declare const GetKybSessionResponse: z.ZodObject<{
|
|
|
472
487
|
legalAddress?: string | null | undefined;
|
|
473
488
|
taxId?: string | null | undefined;
|
|
474
489
|
website?: string | null | undefined;
|
|
490
|
+
isManual?: boolean | null | undefined;
|
|
475
491
|
incorporationDate?: string | null | undefined;
|
|
476
492
|
}>>>;
|
|
477
493
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -494,6 +510,7 @@ export declare const GetKybSessionResponse: z.ZodObject<{
|
|
|
494
510
|
legalAddress?: string | null | undefined;
|
|
495
511
|
taxId?: string | null | undefined;
|
|
496
512
|
website?: string | null | undefined;
|
|
513
|
+
isManual?: boolean | null | undefined;
|
|
497
514
|
incorporationDate?: string | null | undefined;
|
|
498
515
|
} | null | undefined;
|
|
499
516
|
ip?: string | null | undefined;
|
|
@@ -536,6 +553,7 @@ export declare const GetKybSessionResponse: z.ZodObject<{
|
|
|
536
553
|
legalAddress?: string | null | undefined;
|
|
537
554
|
taxId?: string | null | undefined;
|
|
538
555
|
website?: string | null | undefined;
|
|
556
|
+
isManual?: boolean | null | undefined;
|
|
539
557
|
incorporationDate?: string | null | undefined;
|
|
540
558
|
} | null | undefined;
|
|
541
559
|
ip?: string | null | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"kyb-sessions.schema.d.ts","sourceRoot":"../../../../src/providers","sources":["kyb-sessions.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAYxB,eAAO,MAAM,cAAc,sBAAuB,CAAC;AACnD,eAAO,MAAM,OAAO,wBAAyB,CAAC;AAC9C,MAAM,MAAM,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,OAAO,CAAC,CAAC;AAE9C,eAAO,MAAM,WAAW,iEAKd,CAAC;AACX,eAAO,MAAM,SAAS,mEAAsB,CAAC;AAC7C,MAAM,MAAM,SAAS,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,SAAS,CAAC,CAAC;AAElD,eAAO,MAAM,oBAAoB,8CAIvB,CAAC;AACX,eAAO,MAAM,gBAAgB,gDAA+B,CAAC;AAC7D,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAehE,eAAO,MAAM,uBAAuB,gDAI1B,CAAC;AACX,eAAO,MAAM,qBAAqB,kDAAkC,CAAC;AACrE,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC;AAE1E,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAoBlC,CAAC;AACH,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC;AAE9E,sEAAsE;AACtE,eAAO,MAAM,sCAAsC;;;;;;;;;;;;;;;;;;;;;EAYjD,CAAC;AACH,MAAM,MAAM,sCAAsC,GAAG,CAAC,CAAC,KAAK,CAC1D,OAAO,sCAAsC,CAC9C,CAAC;AAEF,4CAA4C;AAC5C,eAAO,MAAM,iCAAiC;;IAE5C,2EAA2E;;IAE3E,uEAAuE;;;;;IAiBvE,kEAAkE;;;;;;;;;;;;;;;;;;;;;;;;EAIlE,CAAC;AACH,MAAM,MAAM,iCAAiC,GAAG,CAAC,CAAC,KAAK,CACrD,OAAO,iCAAiC,CACzC,CAAC;AAEF,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAUxC,CAAC;AAEH,MAAM,MAAM,6BAA6B,GAAG,CAAC,CAAC,KAAK,CACjD,OAAO,6BAA6B,CACrC,CAAC;AAEF,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAE9C,CAAC;AAEF,MAAM,MAAM,kCAAkC,GAAG,CAAC,CAAC,KAAK,CACtD,OAAO,kCAAkC,CAC1C,CAAC;AAEF,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAiB3B,0FAA0F;;IAE1F,6EAA6E;;IAE7E;gFAC4E;;IAE5E,0EAA0E;;IAE1E;yEACqE;;IAErE;wEACoE
|
|
1
|
+
{"version":3,"file":"kyb-sessions.schema.d.ts","sourceRoot":"../../../../src/providers","sources":["kyb-sessions.schema.ts"],"names":[],"mappings":"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"}
|
|
@@ -7,7 +7,7 @@ var z = require('zod');
|
|
|
7
7
|
var identityApi_schema = require('./identity-api.schema-ba410353.cjs.dev.cjs');
|
|
8
8
|
var tfheUtilities = require('./tfhe-utilities-5bac62f1.cjs.dev.cjs');
|
|
9
9
|
var vault_dist_nexeraidIdentitySchemasVault = require('../vault/dist/nexeraid-identity-schemas-vault.cjs.dev.cjs');
|
|
10
|
-
var veriffWebhook_schema = require('./veriff-webhook.schema-
|
|
10
|
+
var veriffWebhook_schema = require('./veriff-webhook.schema-3ac71789.cjs.dev.cjs');
|
|
11
11
|
require('nanoid');
|
|
12
12
|
require('decimal.js');
|
|
13
13
|
require('crypto');
|
|
@@ -7,7 +7,7 @@ var z = require('zod');
|
|
|
7
7
|
var identityApi_schema = require('./identity-api.schema-1d6c48b0.cjs.prod.cjs');
|
|
8
8
|
var tfheUtilities = require('./tfhe-utilities-daf1c4fc.cjs.prod.cjs');
|
|
9
9
|
var vault_dist_nexeraidIdentitySchemasVault = require('../vault/dist/nexeraid-identity-schemas-vault.cjs.prod.cjs');
|
|
10
|
-
var veriffWebhook_schema = require('./veriff-webhook.schema-
|
|
10
|
+
var veriffWebhook_schema = require('./veriff-webhook.schema-8adeb70d.cjs.prod.cjs');
|
|
11
11
|
require('nanoid');
|
|
12
12
|
require('decimal.js');
|
|
13
13
|
require('crypto');
|
|
@@ -5,7 +5,7 @@ import { C as CredentialTypes } from './identity-api.schema-235de44b.esm.mjs';
|
|
|
5
5
|
export { v as ACTION_STATUSES, t as ACTION_TRIGGERS, b8 as ARRAY_OPERATORS, aM as AUTHORIZATION_REQUEST_MESSAGE_TYPES, A as AVAILABLE_FLOWS, a4 as AbbreviatedWorkflowScenario, a2 as Action, w as ActionStatus, u as ActionTrigger, s as ActionType, x as ActionValue, bo as AllCredentialValues, c4 as AllScenarioExecutionAuthorizationData, bY as AnyTxAuthDataSignatureResponse, b$ as AnyTxAuthInputJsSdk, bR as ApiTezosTxAuthInput, bL as ApiTxAuthInput, b9 as ArrayOperator, aU as AuthQrCodeData, ap as AuthSession, ar as AuthSessionData, aP as AuthorizationRequestMessage, aO as AuthorizationRequestMessageType, aN as AuthorizationRequestMessageTypes, aS as AuthorizationResponseMessage, n as AvailableFlow, be as BOOLEAN_OPERATORS, M as BackwardsCompatibleScenarioType, L as BackwardsCompatibleScenarioTypes, N as BaseQueryResponse, bf as BooleanOperator, aJ as CIRCUIT_IDS, bz as ChallengeQuerySchema, as as ChallengeResponse, aK as CircuitId, b as CloseScreenNotification, a7 as ComplianceImplementationStepsInput, c3 as CreateAuthRequestProps, a6 as CreateTemplateScenario, cf as CredentialMediaType, ca as CredentialNames, aT as CredentialQrCodeData, c9 as CredentialSchemas, cd as CredentialType, C as CredentialTypes, bg as DATE_OPERATORS, bi as DISPLAY_MODE, D as DataAvailableOnStart, bh as DateOperator, bj as DisplayMode, bZ as Eip155TxAuthInputJsSdk, U as ExecuteQueryResponse, bX as ExtendedTezosTxAuthDataSignatureResponse, bV as ExtendedTezosTxAuthInput, bW as ExtendedTxAuthDataSignatureResponse, bU as ExtendedTxAuthInput, ao as GenerateWalletChallengeRequest, a9 as GetCredentialsRequest, aa as GetCredentialsResponse, av as GetCustomerStatusRequest, aA as GetCustomerStatusResponse, bT as GetTezosTxAuthDataSignatureResponse, bO as GetTxAuthDataSignatureFailureResponse, bP as GetTxAuthDataSignatureResponse, bN as GetTxAuthDataSignatureSuccessResponse, ai as GetTxAuthSigRequest, ak as GetTxAuthSigRequestTezos, aj as GetTxAuthSigResponse, al as GetTxAuthSigResponseTezos, aD as HostMessage, am as HostRequestMessage, H as HostResponseMessage, bn as IDInformationTfhe, aB as IdentityAppMessage, aE as IdentityMessage, i as IdentityNotificationMessage, m as IdentityRequestMessage, an as IdentityResponseMessage, aw as IdentitySdkMessage, ax as IdentitySdkMessageWithIdentifier, aC as IdentityWallet, j as InitialDataRequest, o as InitialDataResponse, I as IsVerifiedNotification, ag as IsVerifiedRequest, ah as IsVerifiedResponse, K as KycCompletionData, c as KycCompletionNotification, cg as Language, aH as MediaType, aI as MediaTypePID, aq as MobileExchangeTokenResponse, bc as NUMERIC_OPERATORS, cb as NexeraCredentialType, bd as NumericOperator, bA as OLD_CHALLENGE_QUERY_OPERATORS, bB as OLD_ChallengeQueryOperator, bE as OLD_ChallengeQueryOperatorToOperator, bw as OLD_ChallengeQuerySchema, bG as OLD_QueryCredentialType, bF as OLD_QueryCredentialTypes, b0 as OPERATORS, g as OcvSdkInitialized, O as OffChainScenarioExecutionData, Q as OffChainZKPRuleResult, d as OnChainScenarioExecutionData, b1 as Operator, bC as OperatorMappings, bD as OperatorToOLD_ChallengeQueryOperator, bv as PartialQueryConfigSimplified, P as PolygonIdInitialized, ac as PolygonIdRequest, ab as PolygonIdRequestData, ae as PolygonIdResponse, ad as PolygonIdResponseData, c2 as PrivacyPreservingMonitoring, aQ as ProofData, a_ as QUERY_LOGIC_OPERATOR, aV as QrCodeLinkWithSchemaType, bp as QueriesOptions, bs as QueryConfigSimplified, br as QueryConfigTfhe, by as QueryCredentialType, bx as QueryCredentialTypes, bt as QueryGroupConfigSimplified, a$ as QueryLogicOperator, bq as QueryType, aF as RequiredDataRowSchema, aG as RequiredVerificationData, V as RuleEngineResponse, R as RuleEngineScenarioExecutionData, bu as RuleResultQueryConfig, Y as RuleResultStatus, Z as RuleResultStatusLabels, X as RuleResultStatuses, b3 as RuleTimeframe, r as SCENARIO_ACTION_TYPES, c5 as SCENARIO_AUTHORIZATION_STATUSES, ba as STRING_OPERATORS, bk as SUPPORTED_TYPES, S as ScenarioAuthorizationData, c6 as ScenarioAuthorizationStatus, e as ScenarioExecutionData, f as ScenarioExecutionNotification, W as ScenarioExecutionResponse, E as ScenarioMode, B as ScenarioModes, J as ScenarioSchema, G as ScenarioStatus, F as ScenarioStatuses, z as ScenarioType, y as ScenarioTypes, _ as SdkVerificationOutput, a as SdkVerificationResponseSchema, l as SendTransactionRequest, k as SignatureRequest, p as SignatureResponse, a8 as SimplifiedCredential, a3 as SimplifiedScenario, aZ as SpecialDataSetType, aY as SpecialDataSetTypes, h as StartCompletedNotification, af as StartFlowRequest, bb as StringOperator, bl as SupportedQueryInputType, bm as SupportedQueryInputTypes, b2 as TIMEFRAME, a5 as TemplateScenario, bQ as TezosTxAuthInput, b_ as TezosTxAuthInputJsSdk, bS as TezosTxSignatureResponse, T as TransactionData, q as TransactionResponse, az as TxAuthDataSignatureGatingError, au as TxAuthDataSignatureGatingRequest, ay as TxAuthDataSignatureResponse, bK as TxAuthInput, bM as TxSignatureResponse, ce as VerifiableCredential, a1 as VerificationOutput, a0 as VerificationSessionStatus, $ as VerificationSessionStatuses, c8 as VerifyWalletChallengeRequest, at as WalletSignResponse, c7 as WalletSignatureResponse, b4 as ZKPOperator, c0 as ZKPRequest, c1 as ZKPRequestFromZKVerifier, aL as ZeroKnowledgeProofRequest, aR as ZeroKnowledgeProofResponse, cc as getCredentialName, bI as getOldCredentialPath, bH as getOldCredentialType, bJ as oldCredentialPathToDataLink, b5 as operatorDisplayMap, aW as parseIden3Message, aX as parseSessionIdFromUrl, b7 as timeframeAlertDisplayMap, b6 as timeframeDisplayMap } from './identity-api.schema-235de44b.esm.mjs';
|
|
6
6
|
export { s as IDInformationTfheCredentialSubjectCONFIG, V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation, b as getFieldConfig } from './tfhe-utilities-1ca8cf1f.esm.mjs';
|
|
7
7
|
export { Separator, computeVaultKey, generateZodObjectPaths, resolvePathOnDataSchema, resolvePathOnMapSchema } from '../vault/dist/nexeraid-identity-schemas-vault.esm.mjs';
|
|
8
|
-
import { N as NotabeneTxCreateStatus } from './veriff-webhook.schema-
|
|
8
|
+
import { N as NotabeneTxCreateStatus } from './veriff-webhook.schema-e964f8cc.esm.mjs';
|
|
9
9
|
import 'nanoid';
|
|
10
10
|
import 'decimal.js';
|
|
11
11
|
import 'crypto';
|
package/dist/package.json
CHANGED
|
@@ -2746,6 +2746,11 @@ var SelectKybSession = z.z.object({
|
|
|
2746
2746
|
company: z.z.object({
|
|
2747
2747
|
companyName: z.z.string().nullish(),
|
|
2748
2748
|
registrationNumber: z.z.string().nullish(),
|
|
2749
|
+
/** True when the claim was entered by hand (createdBy="manual"). Lets the
|
|
2750
|
+
* company step stay on the manual flow on resume/resubmission even if the
|
|
2751
|
+
* country IS Topograph-supported — otherwise it would re-derive "automatic"
|
|
2752
|
+
* from the country and fire a fresh billed retrieve. */
|
|
2753
|
+
isManual: z.z["boolean"]().nullish(),
|
|
2749
2754
|
country: z.z.string().nullish(),
|
|
2750
2755
|
type: z.z.string().nullish(),
|
|
2751
2756
|
legalAddress: z.z.string().nullish(),
|
|
@@ -2746,6 +2746,11 @@ var SelectKybSession = z.z.object({
|
|
|
2746
2746
|
company: z.z.object({
|
|
2747
2747
|
companyName: z.z.string().nullish(),
|
|
2748
2748
|
registrationNumber: z.z.string().nullish(),
|
|
2749
|
+
/** True when the claim was entered by hand (createdBy="manual"). Lets the
|
|
2750
|
+
* company step stay on the manual flow on resume/resubmission even if the
|
|
2751
|
+
* country IS Topograph-supported — otherwise it would re-derive "automatic"
|
|
2752
|
+
* from the country and fire a fresh billed retrieve. */
|
|
2753
|
+
isManual: z.z["boolean"]().nullish(),
|
|
2749
2754
|
country: z.z.string().nullish(),
|
|
2750
2755
|
type: z.z.string().nullish(),
|
|
2751
2756
|
legalAddress: z.z.string().nullish(),
|
package/dist/{veriff-webhook.schema-01b55f80.esm.mjs → veriff-webhook.schema-e964f8cc.esm.mjs}
RENAMED
|
@@ -2740,6 +2740,11 @@ var SelectKybSession = z.object({
|
|
|
2740
2740
|
company: z.object({
|
|
2741
2741
|
companyName: z.string().nullish(),
|
|
2742
2742
|
registrationNumber: z.string().nullish(),
|
|
2743
|
+
/** True when the claim was entered by hand (createdBy="manual"). Lets the
|
|
2744
|
+
* company step stay on the manual flow on resume/resubmission even if the
|
|
2745
|
+
* country IS Topograph-supported — otherwise it would re-derive "automatic"
|
|
2746
|
+
* from the country and fire a fresh billed retrieve. */
|
|
2747
|
+
isManual: z["boolean"]().nullish(),
|
|
2743
2748
|
country: z.string().nullish(),
|
|
2744
2749
|
type: z.string().nullish(),
|
|
2745
2750
|
legalAddress: z.string().nullish(),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nexeraid/identity-schemas",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.235.0-dev",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "ISC",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"remeda": "^2.31.0",
|
|
68
68
|
"zod": "^3.25.76",
|
|
69
69
|
"zod-to-json-schema": "^3.24.6",
|
|
70
|
-
"@nexeraid/logger": "2.35.3"
|
|
70
|
+
"@nexeraid/logger": "2.35.3-dev"
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|
|
73
73
|
"@types/bun": "^1.3.6",
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var vault_schema = require('../../dist/vault.schema-fc13f09a.cjs.dev.cjs');
|
|
6
|
-
var veriffWebhook_schema = require('../../dist/veriff-webhook.schema-
|
|
6
|
+
var veriffWebhook_schema = require('../../dist/veriff-webhook.schema-3ac71789.cjs.dev.cjs');
|
|
7
7
|
require('zod');
|
|
8
8
|
require('nanoid');
|
|
9
9
|
require('decimal.js');
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var vault_schema = require('../../dist/vault.schema-f25c0d9b.cjs.prod.cjs');
|
|
6
|
-
var veriffWebhook_schema = require('../../dist/veriff-webhook.schema-
|
|
6
|
+
var veriffWebhook_schema = require('../../dist/veriff-webhook.schema-8adeb70d.cjs.prod.cjs');
|
|
7
7
|
require('zod');
|
|
8
8
|
require('nanoid');
|
|
9
9
|
require('decimal.js');
|
|
@@ -1,5 +1,5 @@
|
|
|
1
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-01b55f80.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-e964f8cc.esm.mjs';
|
|
3
3
|
import 'zod';
|
|
4
4
|
import 'nanoid';
|
|
5
5
|
import 'decimal.js';
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
5
5
|
var z = require('zod');
|
|
6
6
|
var vault_schema = require('../../dist/vault.schema-fc13f09a.cjs.dev.cjs');
|
|
7
7
|
var identityApi_schema = require('../../dist/identity-api.schema-ba410353.cjs.dev.cjs');
|
|
8
|
-
var veriffWebhook_schema = require('../../dist/veriff-webhook.schema-
|
|
8
|
+
var veriffWebhook_schema = require('../../dist/veriff-webhook.schema-3ac71789.cjs.dev.cjs');
|
|
9
9
|
var toArray = require('../../dist/toArray-72daad14.cjs.dev.cjs');
|
|
10
10
|
var zodToJsonSchema = require('zod-to-json-schema');
|
|
11
11
|
require('nanoid');
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
5
5
|
var z = require('zod');
|
|
6
6
|
var vault_schema = require('../../dist/vault.schema-f25c0d9b.cjs.prod.cjs');
|
|
7
7
|
var identityApi_schema = require('../../dist/identity-api.schema-1d6c48b0.cjs.prod.cjs');
|
|
8
|
-
var veriffWebhook_schema = require('../../dist/veriff-webhook.schema-
|
|
8
|
+
var veriffWebhook_schema = require('../../dist/veriff-webhook.schema-8adeb70d.cjs.prod.cjs');
|
|
9
9
|
var toArray = require('../../dist/toArray-bf51f0a4.cjs.prod.cjs');
|
|
10
10
|
var zodToJsonSchema = require('zod-to-json-schema');
|
|
11
11
|
require('nanoid');
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
import { aX as UuidString, 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
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-
|
|
4
|
+
import { M as MergedProviders, I as IpQualityServiceAnalysisResponse, C as ComplyAdvantageSearchResponse, a as ComplyAdvantageSearchErrorResponse, b as ComplyAdvantageSearchSuccessResponse } from '../../dist/veriff-webhook.schema-e964f8cc.esm.mjs';
|
|
5
5
|
import { _ as _toArray } from '../../dist/toArray-04d6373a.esm.mjs';
|
|
6
6
|
import { zodToJsonSchema } from 'zod-to-json-schema';
|
|
7
7
|
import 'nanoid';
|