@nexeraid/identity-schemas 2.75.0-dev → 2.76.0-dev
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{CoinMarketCap.schema-a0e3284a.cjs.prod.cjs → CoinMarketCap.schema-4716bd1c.cjs.prod.cjs} +18 -3
- package/dist/{CoinMarketCap.schema-73597e44.cjs.dev.cjs → CoinMarketCap.schema-7b93e4c3.cjs.dev.cjs} +18 -3
- package/dist/{CoinMarketCap.schema-55b8c72b.esm.mjs → CoinMarketCap.schema-a3f7532d.esm.mjs} +17 -4
- package/dist/declarations/src/identity/app-requests.schema.d.ts +27 -27
- package/dist/declarations/src/identity/identity-v2.schema.d.ts +7 -7
- package/dist/declarations/src/identity/kyc.schema.d.ts +7 -7
- package/dist/declarations/src/identity/query.schema.d.ts +77 -0
- package/dist/declarations/src/identity/query.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/scenario.schema.d.ts +597 -10
- package/dist/declarations/src/identity/scenario.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity-ids.schema.d.ts +6 -2
- package/dist/declarations/src/identity-ids.schema.d.ts.map +1 -1
- package/dist/declarations/src/providers/customers.schema.d.ts +33 -0
- package/dist/declarations/src/providers/customers.schema.d.ts.map +1 -1
- package/dist/declarations/src/providers/kyc-sessions.schema.d.ts +57 -20
- package/dist/declarations/src/providers/kyc-sessions.schema.d.ts.map +1 -1
- package/dist/declarations/src/vault/schemas/Customer.zod.d.ts +10 -0
- package/dist/declarations/src/vault/schemas/Customer.zod.d.ts.map +1 -1
- package/dist/declarations/src/vault/schemas/generated/Customer.schema.json.d.ts +5 -0
- package/dist/declarations/src/vault/schemas/generated/Customer.type.d.ts +2 -0
- package/dist/declarations/src/vault/schemas/generated/Customer.type.d.ts.map +1 -1
- package/dist/declarations/src/vault/vault.schema.d.ts +14 -0
- package/dist/declarations/src/vault/vault.schema.d.ts.map +1 -1
- package/dist/declarations/src/webhooks/alert.schema.d.ts +2 -2
- package/dist/declarations/src/webhooks/alert.schema.d.ts.map +1 -1
- package/dist/declarations/src/webhooks/alert.webhooks.schema.d.ts +3 -3
- package/dist/declarations/src/webhooks/scenario-webhook.schema.d.ts +3 -3
- package/dist/declarations/src/webhooks/svix.webhooks.schema.d.ts +180 -180
- package/dist/{identity-api.schema-698da711.esm.mjs → identity-api.schema-3a704c7f.esm.mjs} +130 -80
- package/dist/{identity-api.schema-f273d197.cjs.dev.cjs → identity-api.schema-58bf8f00.cjs.dev.cjs} +154 -79
- package/dist/{identity-api.schema-86cf92dd.cjs.prod.cjs → identity-api.schema-bc5ea73e.cjs.prod.cjs} +154 -79
- package/dist/nexeraid-identity-schemas.cjs.dev.cjs +16 -3
- package/dist/nexeraid-identity-schemas.cjs.prod.cjs +16 -3
- package/dist/nexeraid-identity-schemas.esm.mjs +4 -4
- package/dist/package.json +1 -1
- package/dist/{tfhe-utilities-2bc50d3e.cjs.prod.cjs → tfhe-utilities-b500085b.cjs.prod.cjs} +2 -2
- package/dist/{tfhe-utilities-36b44d38.cjs.dev.cjs → tfhe-utilities-ca4bf29e.cjs.dev.cjs} +2 -2
- package/dist/{tfhe-utilities-ca582b5e.esm.mjs → tfhe-utilities-eef7ff5b.esm.mjs} +2 -2
- package/dist/{vault.schema-03f54b78.cjs.dev.cjs → vault.schema-01e66371.cjs.prod.cjs} +23 -1
- package/dist/{vault.schema-4c134301.esm.mjs → vault.schema-4acec510.esm.mjs} +22 -2
- package/dist/{vault.schema-6c801a7d.cjs.prod.cjs → vault.schema-f3a557c2.cjs.dev.cjs} +23 -1
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.cjs +13 -2
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.cjs +13 -2
- package/identity/dist/nexeraid-identity-schemas-identity.esm.mjs +2 -2
- package/package.json +1 -1
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.cjs +5 -3
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.cjs +5 -3
- package/providers/dist/nexeraid-identity-schemas-providers.esm.mjs +3 -3
- package/vault/dist/nexeraid-identity-schemas-vault.cjs.dev.cjs +1 -1
- package/vault/dist/nexeraid-identity-schemas-vault.cjs.prod.cjs +1 -1
- package/vault/dist/nexeraid-identity-schemas-vault.esm.mjs +1 -1
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.cjs +3 -3
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.cjs +3 -3
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.mjs +3 -3
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.cjs +21 -48
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +21 -48
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +5 -31
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var zod = require('zod');
|
|
4
|
-
var vault_schema = require('./vault.schema-
|
|
5
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
4
|
+
var vault_schema = require('./vault.schema-01e66371.cjs.prod.cjs');
|
|
5
|
+
var identityApi_schema = require('./identity-api.schema-bc5ea73e.cjs.prod.cjs');
|
|
6
6
|
|
|
7
7
|
var IpQualityAnalysisRequest = zod.z.object({
|
|
8
8
|
apiKey: zod.z.string().nullish(),
|
|
@@ -2180,6 +2180,19 @@ var GetKycSessionResponseWithCredentialsMetadata = GetKycSessionResponse.extend(
|
|
|
2180
2180
|
applicantName: zod.z.string().nullish(),
|
|
2181
2181
|
applicationDate: zod.z.string().nullish()
|
|
2182
2182
|
});
|
|
2183
|
+
var IDImageMetaData = zod.z.object({
|
|
2184
|
+
credentialId: zod.z.string(),
|
|
2185
|
+
journeyId: zod.z.string(),
|
|
2186
|
+
reviewStatus: SumSubReviewAnswer,
|
|
2187
|
+
verificationMode: vault_schema.VerificationMode,
|
|
2188
|
+
documentType: zod.z["enum"](["ID_CARD", "PASSPORT", "DRIVERS", "RESIDENCE_PERMIT", "UTILITY_BILL", "SELFIE", "VIDEO_SELFIE", "PROFILE_IMAGE", "ID_DOC_PHOTO", "AGREEMENT", "CONTRACT", "DRIVERS_TRANSLATION", "INVESTOR_DOC", "VEHICLE_REGISTRATION_CERTIFICATE", "INCOME_SOURCE", "PAYMENT_METHOD", "BANK_CARD", "COVID_VACCINATION_FORM", "OTHER"])
|
|
2189
|
+
});
|
|
2190
|
+
var SelfieImageMetaData = zod.z.object({
|
|
2191
|
+
credentialId: zod.z.string(),
|
|
2192
|
+
journeyId: zod.z.string(),
|
|
2193
|
+
reviewStatus: SumSubReviewAnswer,
|
|
2194
|
+
verificationMode: vault_schema.VerificationMode
|
|
2195
|
+
});
|
|
2183
2196
|
|
|
2184
2197
|
var KYB_STEP_TYPES = ["Started"];
|
|
2185
2198
|
var KybStep = zod.z["enum"](KYB_STEP_TYPES);
|
|
@@ -2249,7 +2262,7 @@ var GetKybSessionInput = zod.z.object({
|
|
|
2249
2262
|
var GetKybSessionResponse = SelectKybSession;
|
|
2250
2263
|
var UpdateKybSessionOutput = zod.z.string();
|
|
2251
2264
|
|
|
2252
|
-
var CustomerDocumentMetaData = zod.z.union([CompanyDocumentMetaData, ProofOfResidenceMetaData, VideoKycMetaData]);
|
|
2265
|
+
var CustomerDocumentMetaData = zod.z.union([CompanyDocumentMetaData, ProofOfResidenceMetaData, VideoKycMetaData, IDImageMetaData, SelfieImageMetaData]);
|
|
2253
2266
|
var CustomerStatusResults = zod.z.union([KybResult, KycResult]);
|
|
2254
2267
|
|
|
2255
2268
|
var CoinMarketCapFiatId = {
|
|
@@ -2484,6 +2497,7 @@ exports.GetKycSessionResponseWithCredentialsMetadata = GetKycSessionResponseWith
|
|
|
2484
2497
|
exports.GetProviderResponse = GetProviderResponse;
|
|
2485
2498
|
exports.GetProvidersResponse = GetProvidersResponse;
|
|
2486
2499
|
exports.HIGH_RISK_TYPES = HIGH_RISK_TYPES;
|
|
2500
|
+
exports.IDImageMetaData = IDImageMetaData;
|
|
2487
2501
|
exports.INDIVIDUAL_BENEFICIARY_RELATIONS = INDIVIDUAL_BENEFICIARY_RELATIONS;
|
|
2488
2502
|
exports.IdentityProvider = IdentityProvider;
|
|
2489
2503
|
exports.IdentityProviderOptions = IdentityProviderOptions;
|
|
@@ -2577,6 +2591,7 @@ exports.SelectKybSession = SelectKybSession;
|
|
|
2577
2591
|
exports.SelectKycSession = SelectKycSession;
|
|
2578
2592
|
exports.SelectKycSessionStep = SelectKycSessionStep;
|
|
2579
2593
|
exports.SelectKycSessionWithCompletedSteps = SelectKycSessionWithCompletedSteps;
|
|
2594
|
+
exports.SelfieImageMetaData = SelfieImageMetaData;
|
|
2580
2595
|
exports.Session = Session;
|
|
2581
2596
|
exports.SessionWithoutSteps = SessionWithoutSteps;
|
|
2582
2597
|
exports.Status = Status$2;
|
package/dist/{CoinMarketCap.schema-73597e44.cjs.dev.cjs → CoinMarketCap.schema-7b93e4c3.cjs.dev.cjs}
RENAMED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var zod = require('zod');
|
|
4
|
-
var vault_schema = require('./vault.schema-
|
|
5
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
4
|
+
var vault_schema = require('./vault.schema-f3a557c2.cjs.dev.cjs');
|
|
5
|
+
var identityApi_schema = require('./identity-api.schema-58bf8f00.cjs.dev.cjs');
|
|
6
6
|
|
|
7
7
|
var IpQualityAnalysisRequest = zod.z.object({
|
|
8
8
|
apiKey: zod.z.string().nullish(),
|
|
@@ -2180,6 +2180,19 @@ var GetKycSessionResponseWithCredentialsMetadata = GetKycSessionResponse.extend(
|
|
|
2180
2180
|
applicantName: zod.z.string().nullish(),
|
|
2181
2181
|
applicationDate: zod.z.string().nullish()
|
|
2182
2182
|
});
|
|
2183
|
+
var IDImageMetaData = zod.z.object({
|
|
2184
|
+
credentialId: zod.z.string(),
|
|
2185
|
+
journeyId: zod.z.string(),
|
|
2186
|
+
reviewStatus: SumSubReviewAnswer,
|
|
2187
|
+
verificationMode: vault_schema.VerificationMode,
|
|
2188
|
+
documentType: zod.z["enum"](["ID_CARD", "PASSPORT", "DRIVERS", "RESIDENCE_PERMIT", "UTILITY_BILL", "SELFIE", "VIDEO_SELFIE", "PROFILE_IMAGE", "ID_DOC_PHOTO", "AGREEMENT", "CONTRACT", "DRIVERS_TRANSLATION", "INVESTOR_DOC", "VEHICLE_REGISTRATION_CERTIFICATE", "INCOME_SOURCE", "PAYMENT_METHOD", "BANK_CARD", "COVID_VACCINATION_FORM", "OTHER"])
|
|
2189
|
+
});
|
|
2190
|
+
var SelfieImageMetaData = zod.z.object({
|
|
2191
|
+
credentialId: zod.z.string(),
|
|
2192
|
+
journeyId: zod.z.string(),
|
|
2193
|
+
reviewStatus: SumSubReviewAnswer,
|
|
2194
|
+
verificationMode: vault_schema.VerificationMode
|
|
2195
|
+
});
|
|
2183
2196
|
|
|
2184
2197
|
var KYB_STEP_TYPES = ["Started"];
|
|
2185
2198
|
var KybStep = zod.z["enum"](KYB_STEP_TYPES);
|
|
@@ -2249,7 +2262,7 @@ var GetKybSessionInput = zod.z.object({
|
|
|
2249
2262
|
var GetKybSessionResponse = SelectKybSession;
|
|
2250
2263
|
var UpdateKybSessionOutput = zod.z.string();
|
|
2251
2264
|
|
|
2252
|
-
var CustomerDocumentMetaData = zod.z.union([CompanyDocumentMetaData, ProofOfResidenceMetaData, VideoKycMetaData]);
|
|
2265
|
+
var CustomerDocumentMetaData = zod.z.union([CompanyDocumentMetaData, ProofOfResidenceMetaData, VideoKycMetaData, IDImageMetaData, SelfieImageMetaData]);
|
|
2253
2266
|
var CustomerStatusResults = zod.z.union([KybResult, KycResult]);
|
|
2254
2267
|
|
|
2255
2268
|
var CoinMarketCapFiatId = {
|
|
@@ -2484,6 +2497,7 @@ exports.GetKycSessionResponseWithCredentialsMetadata = GetKycSessionResponseWith
|
|
|
2484
2497
|
exports.GetProviderResponse = GetProviderResponse;
|
|
2485
2498
|
exports.GetProvidersResponse = GetProvidersResponse;
|
|
2486
2499
|
exports.HIGH_RISK_TYPES = HIGH_RISK_TYPES;
|
|
2500
|
+
exports.IDImageMetaData = IDImageMetaData;
|
|
2487
2501
|
exports.INDIVIDUAL_BENEFICIARY_RELATIONS = INDIVIDUAL_BENEFICIARY_RELATIONS;
|
|
2488
2502
|
exports.IdentityProvider = IdentityProvider;
|
|
2489
2503
|
exports.IdentityProviderOptions = IdentityProviderOptions;
|
|
@@ -2577,6 +2591,7 @@ exports.SelectKybSession = SelectKybSession;
|
|
|
2577
2591
|
exports.SelectKycSession = SelectKycSession;
|
|
2578
2592
|
exports.SelectKycSessionStep = SelectKycSessionStep;
|
|
2579
2593
|
exports.SelectKycSessionWithCompletedSteps = SelectKycSessionWithCompletedSteps;
|
|
2594
|
+
exports.SelfieImageMetaData = SelfieImageMetaData;
|
|
2580
2595
|
exports.Session = Session;
|
|
2581
2596
|
exports.SessionWithoutSteps = SessionWithoutSteps;
|
|
2582
2597
|
exports.Status = Status$2;
|
package/dist/{CoinMarketCap.schema-55b8c72b.esm.mjs → CoinMarketCap.schema-a3f7532d.esm.mjs}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { b0 as Alpha2Country, aS as UuidString,
|
|
3
|
-
import {
|
|
2
|
+
import { b0 as Alpha2Country, aS as UuidString, ee as _toConsumableArray, eg as ScoringAnalysisRequest, eh as WorkflowsScoringAnalysisRequest, a_ as ISO3CountryCode, ei as _slicedToArray, bS as IdentityId, ar as BlockchainAddress, av as BlockchainNamespace, bO as WorkflowSessionId, cJ as WorkspaceId, cI as OrganizationId, ed as _defineProperty, d3 as ProofOfResidenceCredentialSubjectSchema, cz as VerificationMode } from './vault.schema-4acec510.esm.mjs';
|
|
3
|
+
import { ag as SdkVerificationOutput, j as CustomerStatus, ba as QrCodeLinkWithSchemaType, B as BasicCustomerContactInformation, ck as CredentialType } from './identity-api.schema-3a704c7f.esm.mjs';
|
|
4
4
|
|
|
5
5
|
var IpQualityAnalysisRequest = z.object({
|
|
6
6
|
apiKey: z.string().nullish(),
|
|
@@ -2178,6 +2178,19 @@ var GetKycSessionResponseWithCredentialsMetadata = GetKycSessionResponse.extend(
|
|
|
2178
2178
|
applicantName: z.string().nullish(),
|
|
2179
2179
|
applicationDate: z.string().nullish()
|
|
2180
2180
|
});
|
|
2181
|
+
var IDImageMetaData = z.object({
|
|
2182
|
+
credentialId: z.string(),
|
|
2183
|
+
journeyId: z.string(),
|
|
2184
|
+
reviewStatus: SumSubReviewAnswer,
|
|
2185
|
+
verificationMode: VerificationMode,
|
|
2186
|
+
documentType: z["enum"](["ID_CARD", "PASSPORT", "DRIVERS", "RESIDENCE_PERMIT", "UTILITY_BILL", "SELFIE", "VIDEO_SELFIE", "PROFILE_IMAGE", "ID_DOC_PHOTO", "AGREEMENT", "CONTRACT", "DRIVERS_TRANSLATION", "INVESTOR_DOC", "VEHICLE_REGISTRATION_CERTIFICATE", "INCOME_SOURCE", "PAYMENT_METHOD", "BANK_CARD", "COVID_VACCINATION_FORM", "OTHER"])
|
|
2187
|
+
});
|
|
2188
|
+
var SelfieImageMetaData = z.object({
|
|
2189
|
+
credentialId: z.string(),
|
|
2190
|
+
journeyId: z.string(),
|
|
2191
|
+
reviewStatus: SumSubReviewAnswer,
|
|
2192
|
+
verificationMode: VerificationMode
|
|
2193
|
+
});
|
|
2181
2194
|
|
|
2182
2195
|
var KYB_STEP_TYPES = ["Started"];
|
|
2183
2196
|
var KybStep = z["enum"](KYB_STEP_TYPES);
|
|
@@ -2247,7 +2260,7 @@ var GetKybSessionInput = z.object({
|
|
|
2247
2260
|
var GetKybSessionResponse = SelectKybSession;
|
|
2248
2261
|
var UpdateKybSessionOutput = z.string();
|
|
2249
2262
|
|
|
2250
|
-
var CustomerDocumentMetaData = z.union([CompanyDocumentMetaData, ProofOfResidenceMetaData, VideoKycMetaData]);
|
|
2263
|
+
var CustomerDocumentMetaData = z.union([CompanyDocumentMetaData, ProofOfResidenceMetaData, VideoKycMetaData, IDImageMetaData, SelfieImageMetaData]);
|
|
2251
2264
|
var CustomerStatusResults = z.union([KybResult, KycResult]);
|
|
2252
2265
|
|
|
2253
2266
|
var CoinMarketCapFiatId = {
|
|
@@ -2378,4 +2391,4 @@ var CoinMarketCapApiResponse = z.object({
|
|
|
2378
2391
|
status: Status
|
|
2379
2392
|
});
|
|
2380
2393
|
|
|
2381
|
-
export { SynapsSessionResponse as $, ProofOfAddressDocumentType as A, BigCryptoChain as B, ComplyAdvantageSearchResponse as C, DocumentIdTypes as D, EmailVerificationAnalysisResponse as E, File as F, ProofOfAddressMetadata as G, PhoneMetadata as H, IpQualityServiceAnalysisResponse as I, EmailMetadata as J, AMLMetadata as K, LivenessMetadata as L, MergedProviders as M, NestedSession as N, Step as O, PhoneVerificationAnalysisResponse as P, SynapsSessionEvent as Q, RequestProperty as R, Statuses as S, SynapsStepEvent as T, typeToHumanReadable as U, SynapsSessionRequest as V, WrappedIpQualityServiceErrorResponse as W, SESSION_NOT_FOUND as X, UNKNOWN_ERROR as Y, RESULT_PARSER_ERROR as Z, SynapsSessionErrorResponse as _, ComplyAdvantageSearchErrorResponse as a, ChainalysisConfig as a$, SynapsStepRequest as a0, STEP_NOT_FOUND as a1, SynapsStepErrorResponse as a2, SynapsStepResponse as a3, CoerceDateUTC as a4, SEARCH_FILTER_SANCTION_TYPE as a5, SearchFilterSanctionType as a6, SEARCH_FILTER_PEP_TYPE as a7, SearchFilterPepType as a8, SEARCH_FILTER_ADVERSE_MEDIA_TYPE as a9, ComplyAdvantageUser as aA, MatchTypeDetail as aB, ComplyAdvantageMedia as aC, ComplyAdvantageSearchDataResponseHit as aD, ComplyAdvantageSearchDataResponse as aE, ComplyAdvantageKeyInformation as aF, ComplyAdvantageAmlItemSource as aG, ComplyAdvantageAmlFullListing as aH, ComplyAdvantageSearchEntitiesDataResponse as aI, ComplyAdvantageSearchEntitiesSuccessResponse as aJ, ComplyAdvantageSearchEntitiesResponse as aK, ComplyAdvantageSearchRequest as aL, ComplyAdvantageSearchRequests as aM, ComplyAdvantageUpdateSearchRequest as aN, ComplyAdvantageUpdateSearchEntitiesRequest as aO, ComplyAdvantageUpdateSearchEntitiesSuccessResponse as aP, ComplyAdvantageUpdateSearchEntitiesResponse as aQ, ComplyAdvantageMonitorSearchDataResponse as aR, ComplyAdvantageMonitorSearchSuccessResponse as aS, ComplyAdvantageMonitorSearchResponse as aT, ComplyAdvantageMonitoredSearchUpdate as aU, ProviderWithoutConfig as aV, IdentityProviderOptions as aW, IdentityProvider as aX, DataProviderOptions as aY, DataProvider as aZ, MerkleScienceConfig as a_, SearchFilterAdverseMediaType as aa, HIGH_RISK_TYPES as ab, MEDIUM_RISK_TYPES as ac, COMPLY_ADVANTAGE_RESPONSE_MATCH_TYPE as ad, ComplyAdvantageResponseMatchType as ae, mappingMatchTypeToLabel as af, COMPLY_ADVANTAGE_RESPONSE_MATCH_STATUS as ag, ComplyAdvantageReponseMatchStatus as ah, SEARCH_FILTER_TYPES as ai, SearchFilterType as aj, SearchEntityTypes as ak, SearchEntityType as al, SearchFilters as am, COMPLY_ADVANTAGE_NATIONALITY_FIELD_SOURCES as an, ComplyAdvantageNationalityFieldSources as ao, COMPLY_ADVANTAGE_COUNTRY_FIELD_SOURCES as ap, ComplyAdvantageCountryFieldSources as aq, COMPLY_ADVANTAGE_DATE_OF_BIRTH_FIELD_SOURCES as ar, ComplyAdvantageDateOfBirthFieldSources as as, CreateSearchInput as at, MatchStatuses as au, MatchStatus as av, RiskLevels as aw, RiskLevel as ax, UpdateSearchInput as ay, UpdateSearchEntitiesInput as az, ComplyAdvantageSearchSuccessResponse as b, SumsubApplicantTypes as b$, ScorechainConfig as b0, WorkflowsScorechainConfig as b1, IpQualityConfig as b2, BigConfig as b3, ProviderIntegrationTypeOptions as b4, ProviderIntegrationType as b5, BaseProvider as b6, NexeraIdSSIDProvider as b7, NexeraIdKYBProvider as b8, BigProvider as b9, SumSubStep as bA, SUMSUB_APPLICANT_TYPES as bB, SumSubApplicantType as bC, SUMSUB_REVIEW_ANSWERS as bD, SumSubReviewAnswer as bE, SUMSUB_REVIEW_REJECT_TYPES as bF, SumSubReviewRejectType as bG, SumSubAddress as bH, SumSubApplicantInfo as bI, INDIVIDUAL_BENEFICIARY_RELATIONS as bJ, IndividualBeneficiaryRelation as bK, BENEFICIARY_TYPES as bL, BeneficiaryType as bM, BeneficiaryCompanyCustomerClaims as bN, BeneficiaryCompanyCustomerClaimsArray as bO, SumSubCompanyApplicantInfo as bP, SUMSUB_WEBHOOK_INTERNAL_STATUS as bQ, SumsubWebhookInternalStatus as bR, SUMSUB_REVIEW_STATUSES as bS, SumSubReviewStatus as bT, SUMSUB_DOC_TYPES as bU, SumSubDocType as bV, SUMSUB_FLOW_LEVEL as bW, SumSubFlowLevel as bX, SumSubRequiredIdDoc as bY, SumSubReviewResultSchema as bZ, SumSubImageReviewResultSchema as b_, ScorechainProvider as ba, MerkleScienceProvider as bb, ChainalysisProvider as bc, IpqualityscoreProvider as bd, ComplyAdvantageProviderConfigTypes as be, ComplyAdvantageProviderConfigFilters as bf, ComplyAdvantageProviderConfigElement as bg, ComplyAdvantageProvider as bh, SynapsProvider as bi, ProviderData as bj, ProviderDataProject as bk, GetProvidersResponse as bl, GetProviderResponse as bm, CreateProviderInput as bn, CreateProviderResponse as bo, UpdateProviderInput as bp, UpdateProviderResponse as bq, ToggleProviderInput as br, DeleteProviderInput as bs, DeleteProviderResponse as bt, WEBHOOK_TYPES as bu, WebhookType as bv, ApplicantMemberOfSchema as bw, SumSubWebhookSchema as bx, BaseApplicantActionSchema as by, SUMSUB_STEPS as bz, IpQualityAnalysisRequest as c,
|
|
2394
|
+
export { SynapsSessionResponse as $, ProofOfAddressDocumentType as A, BigCryptoChain as B, ComplyAdvantageSearchResponse as C, DocumentIdTypes as D, EmailVerificationAnalysisResponse as E, File as F, ProofOfAddressMetadata as G, PhoneMetadata as H, IpQualityServiceAnalysisResponse as I, EmailMetadata as J, AMLMetadata as K, LivenessMetadata as L, MergedProviders as M, NestedSession as N, Step as O, PhoneVerificationAnalysisResponse as P, SynapsSessionEvent as Q, RequestProperty as R, Statuses as S, SynapsStepEvent as T, typeToHumanReadable as U, SynapsSessionRequest as V, WrappedIpQualityServiceErrorResponse as W, SESSION_NOT_FOUND as X, UNKNOWN_ERROR as Y, RESULT_PARSER_ERROR as Z, SynapsSessionErrorResponse as _, ComplyAdvantageSearchErrorResponse as a, ChainalysisConfig as a$, SynapsStepRequest as a0, STEP_NOT_FOUND as a1, SynapsStepErrorResponse as a2, SynapsStepResponse as a3, CoerceDateUTC as a4, SEARCH_FILTER_SANCTION_TYPE as a5, SearchFilterSanctionType as a6, SEARCH_FILTER_PEP_TYPE as a7, SearchFilterPepType as a8, SEARCH_FILTER_ADVERSE_MEDIA_TYPE as a9, ComplyAdvantageUser as aA, MatchTypeDetail as aB, ComplyAdvantageMedia as aC, ComplyAdvantageSearchDataResponseHit as aD, ComplyAdvantageSearchDataResponse as aE, ComplyAdvantageKeyInformation as aF, ComplyAdvantageAmlItemSource as aG, ComplyAdvantageAmlFullListing as aH, ComplyAdvantageSearchEntitiesDataResponse as aI, ComplyAdvantageSearchEntitiesSuccessResponse as aJ, ComplyAdvantageSearchEntitiesResponse as aK, ComplyAdvantageSearchRequest as aL, ComplyAdvantageSearchRequests as aM, ComplyAdvantageUpdateSearchRequest as aN, ComplyAdvantageUpdateSearchEntitiesRequest as aO, ComplyAdvantageUpdateSearchEntitiesSuccessResponse as aP, ComplyAdvantageUpdateSearchEntitiesResponse as aQ, ComplyAdvantageMonitorSearchDataResponse as aR, ComplyAdvantageMonitorSearchSuccessResponse as aS, ComplyAdvantageMonitorSearchResponse as aT, ComplyAdvantageMonitoredSearchUpdate as aU, ProviderWithoutConfig as aV, IdentityProviderOptions as aW, IdentityProvider as aX, DataProviderOptions as aY, DataProvider as aZ, MerkleScienceConfig as a_, SearchFilterAdverseMediaType as aa, HIGH_RISK_TYPES as ab, MEDIUM_RISK_TYPES as ac, COMPLY_ADVANTAGE_RESPONSE_MATCH_TYPE as ad, ComplyAdvantageResponseMatchType as ae, mappingMatchTypeToLabel as af, COMPLY_ADVANTAGE_RESPONSE_MATCH_STATUS as ag, ComplyAdvantageReponseMatchStatus as ah, SEARCH_FILTER_TYPES as ai, SearchFilterType as aj, SearchEntityTypes as ak, SearchEntityType as al, SearchFilters as am, COMPLY_ADVANTAGE_NATIONALITY_FIELD_SOURCES as an, ComplyAdvantageNationalityFieldSources as ao, COMPLY_ADVANTAGE_COUNTRY_FIELD_SOURCES as ap, ComplyAdvantageCountryFieldSources as aq, COMPLY_ADVANTAGE_DATE_OF_BIRTH_FIELD_SOURCES as ar, ComplyAdvantageDateOfBirthFieldSources as as, CreateSearchInput as at, MatchStatuses as au, MatchStatus as av, RiskLevels as aw, RiskLevel as ax, UpdateSearchInput as ay, UpdateSearchEntitiesInput as az, ComplyAdvantageSearchSuccessResponse as b, SumsubApplicantTypes as b$, ScorechainConfig as b0, WorkflowsScorechainConfig as b1, IpQualityConfig as b2, BigConfig as b3, ProviderIntegrationTypeOptions as b4, ProviderIntegrationType as b5, BaseProvider as b6, NexeraIdSSIDProvider as b7, NexeraIdKYBProvider as b8, BigProvider as b9, SumSubStep as bA, SUMSUB_APPLICANT_TYPES as bB, SumSubApplicantType as bC, SUMSUB_REVIEW_ANSWERS as bD, SumSubReviewAnswer as bE, SUMSUB_REVIEW_REJECT_TYPES as bF, SumSubReviewRejectType as bG, SumSubAddress as bH, SumSubApplicantInfo as bI, INDIVIDUAL_BENEFICIARY_RELATIONS as bJ, IndividualBeneficiaryRelation as bK, BENEFICIARY_TYPES as bL, BeneficiaryType as bM, BeneficiaryCompanyCustomerClaims as bN, BeneficiaryCompanyCustomerClaimsArray as bO, SumSubCompanyApplicantInfo as bP, SUMSUB_WEBHOOK_INTERNAL_STATUS as bQ, SumsubWebhookInternalStatus as bR, SUMSUB_REVIEW_STATUSES as bS, SumSubReviewStatus as bT, SUMSUB_DOC_TYPES as bU, SumSubDocType as bV, SUMSUB_FLOW_LEVEL as bW, SumSubFlowLevel as bX, SumSubRequiredIdDoc as bY, SumSubReviewResultSchema as bZ, SumSubImageReviewResultSchema as b_, ScorechainProvider as ba, MerkleScienceProvider as bb, ChainalysisProvider as bc, IpqualityscoreProvider as bd, ComplyAdvantageProviderConfigTypes as be, ComplyAdvantageProviderConfigFilters as bf, ComplyAdvantageProviderConfigElement as bg, ComplyAdvantageProvider as bh, SynapsProvider as bi, ProviderData as bj, ProviderDataProject as bk, GetProvidersResponse as bl, GetProviderResponse as bm, CreateProviderInput as bn, CreateProviderResponse as bo, UpdateProviderInput as bp, UpdateProviderResponse as bq, ToggleProviderInput as br, DeleteProviderInput as bs, DeleteProviderResponse as bt, WEBHOOK_TYPES as bu, WebhookType as bv, ApplicantMemberOfSchema as bw, SumSubWebhookSchema as bx, BaseApplicantActionSchema as by, SUMSUB_STEPS as bz, IpQualityAnalysisRequest as c, UpdateKybSessionOutput as c$, SumsubApplicantType as c0, SumSubIndividualApplicantSchema as c1, SumSubCompanyApplicantSchema as c2, SumSubImageId as c3, SUMSUB_COMPANY_BENEFICIARY_GROUP as c4, SumsubCompanyBeneficiaryGroup as c5, SumsubStepStatus as c6, SumSubVerificationStepSchema as c7, SumSubApplicantVerificationStepSchema as c8, SUMSUB_MEDIA_CONTENT_TYPES as c9, SelectKycSessionStep as cA, SelectKycSession as cB, SelectKycSessionWithCompletedSteps as cC, GetKycSessionInput as cD, GetKycSessionResponse as cE, UpdateKycSessionOutput as cF, VideoKycMetaData as cG, ProofOfResidenceMetaData as cH, ProofOfResidenceDocumentType as cI, GetCredentialsOutput as cJ, CustomerContactInformationOutput as cK, CredentialMetadata as cL, GetKycSessionResponseWithCredentialsMetadata as cM, IDImageMetaData as cN, SelfieImageMetaData as cO, KYB_STEP_TYPES as cP, KybStep as cQ, KYB_RESULTS as cR, KybResult as cS, KYB_SESSION_STATUSES as cT, KybSessionStatus as cU, CompanyDocumentMetaData as cV, BeneficiaryVerificationStatus as cW, BeneficiaryVerificationStatusArray as cX, SelectKybSession as cY, GetKybSessionInput as cZ, GetKybSessionResponse as c_, SumSubMediaContentType as ca, DocumentMetadataSchema as cb, SumSubApplicantReviewStatusSchema as cc, SumSubApplicantResetSchema as cd, SumSubGenerateExternalWebSdkLinkSchema as ce, SumsubVideoCallData as cf, SumsubKycDataSchema as cg, SumsubKybDataSchema as ch, SumSubApplicantSchema as ci, SUMSUB_KYB_SESSION_FLOW_SECTION_STATUS as cj, SumsubKybSessionFlowSectionStatus as ck, SumsubKybSessionFlowSectionItem as cl, SumsubKybSessionFlowSection as cm, SumSubSimilarApplicantsSchema as cn, SUMSUB_REVIEW_REJECT_LABELS as co, SumSubReviewRejectLabel as cp, SUMSUB_REVIEW_REJECT_LABELS_DESCRIPTION as cq, KYC_STEP_TYPES as cr, KycStep as cs, KycStepStatuses as ct, KycStepStatus as cu, KYC_RESULTS as cv, KycResult as cw, KYC_SESSION_STATUSES as cx, KycSessionStatus as cy, EmailVerificationResponse as cz, IpQualityAnalysisResponse as d, CustomerDocumentMetaData as d0, CustomerStatusResults as d1, MerkleBlockChainTypes as d2, MerkleBlockChainName as d3, MerkleBlockChainCodes as d4, MerkleAddressRequest as d5, MerkleAddressApiResponse as d6, MerkleAddressApiError as d7, MerkleAddressResponse as d8, ChainalysisRequest as d9, ChainalysisRegisterApiResponse as da, ChainalysisRiskLevel as db, ChainalysisErrorCodes as dc, ChainalysisRiskAssessmentApiResponse as dd, ChainalysisApiError as de, ChainalysisRegisterResponse as df, ChainalysisRiskAssessmentResponse as dg, CoinMarketCapRequest as dh, CoinMarketCapQuote as di, CoinMarketCapQuotes as dj, CoinMarketCapApiResponse as dk, CoinMarketCapFiatId as dl, IpQualityServiceAnalysis as e, IpQualityServiceErrorResponse as f, BigPropertiesLiteral as g, BigProperties as h, BigProperty as i, BigCSErrorCodes as j, BitRankRequest as k, BitRankVerified as l, BitRankVerifiedErrorResponse as m, BitRankVerifiedError as n, BitRankVerifiedResponse as o, Status$2 as p, WebhookPayload as q, Session as r, SessionWithoutSteps as s, StepTypes as t, StepType as u, ReasonCodes as v, ReasonCode as w, DocumentIdType as x, DocumentIdMetadata as y, ProofOfAddressDocumentTypes as z };
|
|
@@ -421,7 +421,7 @@ export type ScenarioAuthorizationData = z.infer<typeof ScenarioAuthorizationData
|
|
|
421
421
|
export declare const SdkVerificationResponseSchema: z.ZodObject<{
|
|
422
422
|
customerId: z.ZodOptional<z.ZodString>;
|
|
423
423
|
scenarioExecutionId: z.ZodOptional<z.ZodString>;
|
|
424
|
-
status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "error", "unknown"]>>;
|
|
424
|
+
status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "skipped", "error", "unknown"]>>;
|
|
425
425
|
results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
426
426
|
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery"]>;
|
|
427
427
|
objectId: z.ZodString;
|
|
@@ -485,7 +485,7 @@ export declare const SdkVerificationResponseSchema: z.ZodObject<{
|
|
|
485
485
|
address?: string | null | undefined;
|
|
486
486
|
}>, "many">, "many">>;
|
|
487
487
|
}, "strip", z.ZodTypeAny, {
|
|
488
|
-
status?: "valid" | "unknown" | "not-valid" | "error" | undefined;
|
|
488
|
+
status?: "valid" | "unknown" | "not-valid" | "skipped" | "error" | undefined;
|
|
489
489
|
customerId?: string | undefined;
|
|
490
490
|
scenarioExecutionId?: string | undefined;
|
|
491
491
|
results?: {
|
|
@@ -504,7 +504,7 @@ export declare const SdkVerificationResponseSchema: z.ZodObject<{
|
|
|
504
504
|
address?: string | null | undefined;
|
|
505
505
|
}[][] | undefined;
|
|
506
506
|
}, {
|
|
507
|
-
status?: "valid" | "unknown" | "not-valid" | "error" | undefined;
|
|
507
|
+
status?: "valid" | "unknown" | "not-valid" | "skipped" | "error" | undefined;
|
|
508
508
|
customerId?: string | undefined;
|
|
509
509
|
scenarioExecutionId?: string | undefined;
|
|
510
510
|
results?: {
|
|
@@ -588,7 +588,7 @@ export declare const RuleEngineScenarioExecutionData: z.ZodObject<{
|
|
|
588
588
|
data: z.ZodObject<{
|
|
589
589
|
customerId: z.ZodOptional<z.ZodString>;
|
|
590
590
|
scenarioExecutionId: z.ZodOptional<z.ZodString>;
|
|
591
|
-
status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "error", "unknown"]>>;
|
|
591
|
+
status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "skipped", "error", "unknown"]>>;
|
|
592
592
|
results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
593
593
|
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery"]>;
|
|
594
594
|
objectId: z.ZodString;
|
|
@@ -652,7 +652,7 @@ export declare const RuleEngineScenarioExecutionData: z.ZodObject<{
|
|
|
652
652
|
address?: string | null | undefined;
|
|
653
653
|
}>, "many">, "many">>;
|
|
654
654
|
}, "strip", z.ZodTypeAny, {
|
|
655
|
-
status?: "valid" | "unknown" | "not-valid" | "error" | undefined;
|
|
655
|
+
status?: "valid" | "unknown" | "not-valid" | "skipped" | "error" | undefined;
|
|
656
656
|
customerId?: string | undefined;
|
|
657
657
|
scenarioExecutionId?: string | undefined;
|
|
658
658
|
results?: {
|
|
@@ -671,7 +671,7 @@ export declare const RuleEngineScenarioExecutionData: z.ZodObject<{
|
|
|
671
671
|
address?: string | null | undefined;
|
|
672
672
|
}[][] | undefined;
|
|
673
673
|
}, {
|
|
674
|
-
status?: "valid" | "unknown" | "not-valid" | "error" | undefined;
|
|
674
|
+
status?: "valid" | "unknown" | "not-valid" | "skipped" | "error" | undefined;
|
|
675
675
|
customerId?: string | undefined;
|
|
676
676
|
scenarioExecutionId?: string | undefined;
|
|
677
677
|
results?: {
|
|
@@ -693,7 +693,7 @@ export declare const RuleEngineScenarioExecutionData: z.ZodObject<{
|
|
|
693
693
|
}, "strip", z.ZodTypeAny, {
|
|
694
694
|
type: "RuleEngineScenarioExecution";
|
|
695
695
|
data: {
|
|
696
|
-
status?: "valid" | "unknown" | "not-valid" | "error" | undefined;
|
|
696
|
+
status?: "valid" | "unknown" | "not-valid" | "skipped" | "error" | undefined;
|
|
697
697
|
customerId?: string | undefined;
|
|
698
698
|
scenarioExecutionId?: string | undefined;
|
|
699
699
|
results?: {
|
|
@@ -715,7 +715,7 @@ export declare const RuleEngineScenarioExecutionData: z.ZodObject<{
|
|
|
715
715
|
}, {
|
|
716
716
|
type: "RuleEngineScenarioExecution";
|
|
717
717
|
data: {
|
|
718
|
-
status?: "valid" | "unknown" | "not-valid" | "error" | undefined;
|
|
718
|
+
status?: "valid" | "unknown" | "not-valid" | "skipped" | "error" | undefined;
|
|
719
719
|
customerId?: string | undefined;
|
|
720
720
|
scenarioExecutionId?: string | undefined;
|
|
721
721
|
results?: {
|
|
@@ -1311,7 +1311,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
1311
1311
|
data: z.ZodObject<{
|
|
1312
1312
|
customerId: z.ZodOptional<z.ZodString>;
|
|
1313
1313
|
scenarioExecutionId: z.ZodOptional<z.ZodString>;
|
|
1314
|
-
status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "error", "unknown"]>>;
|
|
1314
|
+
status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "skipped", "error", "unknown"]>>;
|
|
1315
1315
|
results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
1316
1316
|
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery"]>;
|
|
1317
1317
|
objectId: z.ZodString;
|
|
@@ -1375,7 +1375,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
1375
1375
|
address?: string | null | undefined;
|
|
1376
1376
|
}>, "many">, "many">>;
|
|
1377
1377
|
}, "strip", z.ZodTypeAny, {
|
|
1378
|
-
status?: "valid" | "unknown" | "not-valid" | "error" | undefined;
|
|
1378
|
+
status?: "valid" | "unknown" | "not-valid" | "skipped" | "error" | undefined;
|
|
1379
1379
|
customerId?: string | undefined;
|
|
1380
1380
|
scenarioExecutionId?: string | undefined;
|
|
1381
1381
|
results?: {
|
|
@@ -1394,7 +1394,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
1394
1394
|
address?: string | null | undefined;
|
|
1395
1395
|
}[][] | undefined;
|
|
1396
1396
|
}, {
|
|
1397
|
-
status?: "valid" | "unknown" | "not-valid" | "error" | undefined;
|
|
1397
|
+
status?: "valid" | "unknown" | "not-valid" | "skipped" | "error" | undefined;
|
|
1398
1398
|
customerId?: string | undefined;
|
|
1399
1399
|
scenarioExecutionId?: string | undefined;
|
|
1400
1400
|
results?: {
|
|
@@ -1416,7 +1416,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
1416
1416
|
}, "strip", z.ZodTypeAny, {
|
|
1417
1417
|
type: "RuleEngineScenarioExecution";
|
|
1418
1418
|
data: {
|
|
1419
|
-
status?: "valid" | "unknown" | "not-valid" | "error" | undefined;
|
|
1419
|
+
status?: "valid" | "unknown" | "not-valid" | "skipped" | "error" | undefined;
|
|
1420
1420
|
customerId?: string | undefined;
|
|
1421
1421
|
scenarioExecutionId?: string | undefined;
|
|
1422
1422
|
results?: {
|
|
@@ -1438,7 +1438,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
1438
1438
|
}, {
|
|
1439
1439
|
type: "RuleEngineScenarioExecution";
|
|
1440
1440
|
data: {
|
|
1441
|
-
status?: "valid" | "unknown" | "not-valid" | "error" | undefined;
|
|
1441
|
+
status?: "valid" | "unknown" | "not-valid" | "skipped" | "error" | undefined;
|
|
1442
1442
|
customerId?: string | undefined;
|
|
1443
1443
|
scenarioExecutionId?: string | undefined;
|
|
1444
1444
|
results?: {
|
|
@@ -2035,7 +2035,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2035
2035
|
data: z.ZodObject<{
|
|
2036
2036
|
customerId: z.ZodOptional<z.ZodString>;
|
|
2037
2037
|
scenarioExecutionId: z.ZodOptional<z.ZodString>;
|
|
2038
|
-
status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "error", "unknown"]>>;
|
|
2038
|
+
status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "skipped", "error", "unknown"]>>;
|
|
2039
2039
|
results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
2040
2040
|
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery"]>;
|
|
2041
2041
|
objectId: z.ZodString;
|
|
@@ -2099,7 +2099,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2099
2099
|
address?: string | null | undefined;
|
|
2100
2100
|
}>, "many">, "many">>;
|
|
2101
2101
|
}, "strip", z.ZodTypeAny, {
|
|
2102
|
-
status?: "valid" | "unknown" | "not-valid" | "error" | undefined;
|
|
2102
|
+
status?: "valid" | "unknown" | "not-valid" | "skipped" | "error" | undefined;
|
|
2103
2103
|
customerId?: string | undefined;
|
|
2104
2104
|
scenarioExecutionId?: string | undefined;
|
|
2105
2105
|
results?: {
|
|
@@ -2118,7 +2118,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2118
2118
|
address?: string | null | undefined;
|
|
2119
2119
|
}[][] | undefined;
|
|
2120
2120
|
}, {
|
|
2121
|
-
status?: "valid" | "unknown" | "not-valid" | "error" | undefined;
|
|
2121
|
+
status?: "valid" | "unknown" | "not-valid" | "skipped" | "error" | undefined;
|
|
2122
2122
|
customerId?: string | undefined;
|
|
2123
2123
|
scenarioExecutionId?: string | undefined;
|
|
2124
2124
|
results?: {
|
|
@@ -2140,7 +2140,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2140
2140
|
}, "strip", z.ZodTypeAny, {
|
|
2141
2141
|
type: "RuleEngineScenarioExecution";
|
|
2142
2142
|
data: {
|
|
2143
|
-
status?: "valid" | "unknown" | "not-valid" | "error" | undefined;
|
|
2143
|
+
status?: "valid" | "unknown" | "not-valid" | "skipped" | "error" | undefined;
|
|
2144
2144
|
customerId?: string | undefined;
|
|
2145
2145
|
scenarioExecutionId?: string | undefined;
|
|
2146
2146
|
results?: {
|
|
@@ -2162,7 +2162,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2162
2162
|
}, {
|
|
2163
2163
|
type: "RuleEngineScenarioExecution";
|
|
2164
2164
|
data: {
|
|
2165
|
-
status?: "valid" | "unknown" | "not-valid" | "error" | undefined;
|
|
2165
|
+
status?: "valid" | "unknown" | "not-valid" | "skipped" | "error" | undefined;
|
|
2166
2166
|
customerId?: string | undefined;
|
|
2167
2167
|
scenarioExecutionId?: string | undefined;
|
|
2168
2168
|
results?: {
|
|
@@ -2756,7 +2756,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2756
2756
|
data: {
|
|
2757
2757
|
type: "RuleEngineScenarioExecution";
|
|
2758
2758
|
data: {
|
|
2759
|
-
status?: "valid" | "unknown" | "not-valid" | "error" | undefined;
|
|
2759
|
+
status?: "valid" | "unknown" | "not-valid" | "skipped" | "error" | undefined;
|
|
2760
2760
|
customerId?: string | undefined;
|
|
2761
2761
|
scenarioExecutionId?: string | undefined;
|
|
2762
2762
|
results?: {
|
|
@@ -2855,7 +2855,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2855
2855
|
data: {
|
|
2856
2856
|
type: "RuleEngineScenarioExecution";
|
|
2857
2857
|
data: {
|
|
2858
|
-
status?: "valid" | "unknown" | "not-valid" | "error" | undefined;
|
|
2858
|
+
status?: "valid" | "unknown" | "not-valid" | "skipped" | "error" | undefined;
|
|
2859
2859
|
customerId?: string | undefined;
|
|
2860
2860
|
scenarioExecutionId?: string | undefined;
|
|
2861
2861
|
results?: {
|
|
@@ -3078,7 +3078,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3078
3078
|
data: z.ZodObject<{
|
|
3079
3079
|
customerId: z.ZodOptional<z.ZodString>;
|
|
3080
3080
|
scenarioExecutionId: z.ZodOptional<z.ZodString>;
|
|
3081
|
-
status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "error", "unknown"]>>;
|
|
3081
|
+
status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "skipped", "error", "unknown"]>>;
|
|
3082
3082
|
results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
3083
3083
|
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery"]>;
|
|
3084
3084
|
objectId: z.ZodString;
|
|
@@ -3142,7 +3142,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3142
3142
|
address?: string | null | undefined;
|
|
3143
3143
|
}>, "many">, "many">>;
|
|
3144
3144
|
}, "strip", z.ZodTypeAny, {
|
|
3145
|
-
status?: "valid" | "unknown" | "not-valid" | "error" | undefined;
|
|
3145
|
+
status?: "valid" | "unknown" | "not-valid" | "skipped" | "error" | undefined;
|
|
3146
3146
|
customerId?: string | undefined;
|
|
3147
3147
|
scenarioExecutionId?: string | undefined;
|
|
3148
3148
|
results?: {
|
|
@@ -3161,7 +3161,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3161
3161
|
address?: string | null | undefined;
|
|
3162
3162
|
}[][] | undefined;
|
|
3163
3163
|
}, {
|
|
3164
|
-
status?: "valid" | "unknown" | "not-valid" | "error" | undefined;
|
|
3164
|
+
status?: "valid" | "unknown" | "not-valid" | "skipped" | "error" | undefined;
|
|
3165
3165
|
customerId?: string | undefined;
|
|
3166
3166
|
scenarioExecutionId?: string | undefined;
|
|
3167
3167
|
results?: {
|
|
@@ -3183,7 +3183,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3183
3183
|
}, "strip", z.ZodTypeAny, {
|
|
3184
3184
|
type: "RuleEngineScenarioExecution";
|
|
3185
3185
|
data: {
|
|
3186
|
-
status?: "valid" | "unknown" | "not-valid" | "error" | undefined;
|
|
3186
|
+
status?: "valid" | "unknown" | "not-valid" | "skipped" | "error" | undefined;
|
|
3187
3187
|
customerId?: string | undefined;
|
|
3188
3188
|
scenarioExecutionId?: string | undefined;
|
|
3189
3189
|
results?: {
|
|
@@ -3205,7 +3205,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3205
3205
|
}, {
|
|
3206
3206
|
type: "RuleEngineScenarioExecution";
|
|
3207
3207
|
data: {
|
|
3208
|
-
status?: "valid" | "unknown" | "not-valid" | "error" | undefined;
|
|
3208
|
+
status?: "valid" | "unknown" | "not-valid" | "skipped" | "error" | undefined;
|
|
3209
3209
|
customerId?: string | undefined;
|
|
3210
3210
|
scenarioExecutionId?: string | undefined;
|
|
3211
3211
|
results?: {
|
|
@@ -3799,7 +3799,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3799
3799
|
data: {
|
|
3800
3800
|
type: "RuleEngineScenarioExecution";
|
|
3801
3801
|
data: {
|
|
3802
|
-
status?: "valid" | "unknown" | "not-valid" | "error" | undefined;
|
|
3802
|
+
status?: "valid" | "unknown" | "not-valid" | "skipped" | "error" | undefined;
|
|
3803
3803
|
customerId?: string | undefined;
|
|
3804
3804
|
scenarioExecutionId?: string | undefined;
|
|
3805
3805
|
results?: {
|
|
@@ -3898,7 +3898,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3898
3898
|
data: {
|
|
3899
3899
|
type: "RuleEngineScenarioExecution";
|
|
3900
3900
|
data: {
|
|
3901
|
-
status?: "valid" | "unknown" | "not-valid" | "error" | undefined;
|
|
3901
|
+
status?: "valid" | "unknown" | "not-valid" | "skipped" | "error" | undefined;
|
|
3902
3902
|
customerId?: string | undefined;
|
|
3903
3903
|
scenarioExecutionId?: string | undefined;
|
|
3904
3904
|
results?: {
|
|
@@ -1479,7 +1479,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
1479
1479
|
data: z.ZodObject<{
|
|
1480
1480
|
customerId: z.ZodOptional<z.ZodString>;
|
|
1481
1481
|
scenarioExecutionId: z.ZodOptional<z.ZodString>;
|
|
1482
|
-
status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "error", "unknown"]>>;
|
|
1482
|
+
status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "skipped", "error", "unknown"]>>;
|
|
1483
1483
|
results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
1484
1484
|
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery"]>;
|
|
1485
1485
|
objectId: z.ZodString;
|
|
@@ -1543,7 +1543,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
1543
1543
|
address?: string | null | undefined;
|
|
1544
1544
|
}>, "many">, "many">>;
|
|
1545
1545
|
}, "strip", z.ZodTypeAny, {
|
|
1546
|
-
status?: "valid" | "unknown" | "not-valid" | "error" | undefined;
|
|
1546
|
+
status?: "valid" | "unknown" | "not-valid" | "skipped" | "error" | undefined;
|
|
1547
1547
|
customerId?: string | undefined;
|
|
1548
1548
|
scenarioExecutionId?: string | undefined;
|
|
1549
1549
|
results?: {
|
|
@@ -1562,7 +1562,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
1562
1562
|
address?: string | null | undefined;
|
|
1563
1563
|
}[][] | undefined;
|
|
1564
1564
|
}, {
|
|
1565
|
-
status?: "valid" | "unknown" | "not-valid" | "error" | undefined;
|
|
1565
|
+
status?: "valid" | "unknown" | "not-valid" | "skipped" | "error" | undefined;
|
|
1566
1566
|
customerId?: string | undefined;
|
|
1567
1567
|
scenarioExecutionId?: string | undefined;
|
|
1568
1568
|
results?: {
|
|
@@ -1584,7 +1584,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
1584
1584
|
}, "strip", z.ZodTypeAny, {
|
|
1585
1585
|
type: "RuleEngineScenarioExecution";
|
|
1586
1586
|
data: {
|
|
1587
|
-
status?: "valid" | "unknown" | "not-valid" | "error" | undefined;
|
|
1587
|
+
status?: "valid" | "unknown" | "not-valid" | "skipped" | "error" | undefined;
|
|
1588
1588
|
customerId?: string | undefined;
|
|
1589
1589
|
scenarioExecutionId?: string | undefined;
|
|
1590
1590
|
results?: {
|
|
@@ -1606,7 +1606,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
1606
1606
|
}, {
|
|
1607
1607
|
type: "RuleEngineScenarioExecution";
|
|
1608
1608
|
data: {
|
|
1609
|
-
status?: "valid" | "unknown" | "not-valid" | "error" | undefined;
|
|
1609
|
+
status?: "valid" | "unknown" | "not-valid" | "skipped" | "error" | undefined;
|
|
1610
1610
|
customerId?: string | undefined;
|
|
1611
1611
|
scenarioExecutionId?: string | undefined;
|
|
1612
1612
|
results?: {
|
|
@@ -2200,7 +2200,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2200
2200
|
data: {
|
|
2201
2201
|
type: "RuleEngineScenarioExecution";
|
|
2202
2202
|
data: {
|
|
2203
|
-
status?: "valid" | "unknown" | "not-valid" | "error" | undefined;
|
|
2203
|
+
status?: "valid" | "unknown" | "not-valid" | "skipped" | "error" | undefined;
|
|
2204
2204
|
customerId?: string | undefined;
|
|
2205
2205
|
scenarioExecutionId?: string | undefined;
|
|
2206
2206
|
results?: {
|
|
@@ -2298,7 +2298,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2298
2298
|
data: {
|
|
2299
2299
|
type: "RuleEngineScenarioExecution";
|
|
2300
2300
|
data: {
|
|
2301
|
-
status?: "valid" | "unknown" | "not-valid" | "error" | undefined;
|
|
2301
|
+
status?: "valid" | "unknown" | "not-valid" | "skipped" | "error" | undefined;
|
|
2302
2302
|
customerId?: string | undefined;
|
|
2303
2303
|
scenarioExecutionId?: string | undefined;
|
|
2304
2304
|
results?: {
|
|
@@ -607,7 +607,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
607
607
|
data: z.ZodObject<{
|
|
608
608
|
customerId: z.ZodOptional<z.ZodString>;
|
|
609
609
|
scenarioExecutionId: z.ZodOptional<z.ZodString>;
|
|
610
|
-
status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "error", "unknown"]>>;
|
|
610
|
+
status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "skipped", "error", "unknown"]>>;
|
|
611
611
|
results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
612
612
|
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery"]>;
|
|
613
613
|
objectId: z.ZodString;
|
|
@@ -671,7 +671,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
671
671
|
address?: string | null | undefined;
|
|
672
672
|
}>, "many">, "many">>;
|
|
673
673
|
}, "strip", z.ZodTypeAny, {
|
|
674
|
-
status?: "valid" | "unknown" | "not-valid" | "error" | undefined;
|
|
674
|
+
status?: "valid" | "unknown" | "not-valid" | "skipped" | "error" | undefined;
|
|
675
675
|
customerId?: string | undefined;
|
|
676
676
|
scenarioExecutionId?: string | undefined;
|
|
677
677
|
results?: {
|
|
@@ -690,7 +690,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
690
690
|
address?: string | null | undefined;
|
|
691
691
|
}[][] | undefined;
|
|
692
692
|
}, {
|
|
693
|
-
status?: "valid" | "unknown" | "not-valid" | "error" | undefined;
|
|
693
|
+
status?: "valid" | "unknown" | "not-valid" | "skipped" | "error" | undefined;
|
|
694
694
|
customerId?: string | undefined;
|
|
695
695
|
scenarioExecutionId?: string | undefined;
|
|
696
696
|
results?: {
|
|
@@ -712,7 +712,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
712
712
|
}, "strip", z.ZodTypeAny, {
|
|
713
713
|
type: "RuleEngineScenarioExecution";
|
|
714
714
|
data: {
|
|
715
|
-
status?: "valid" | "unknown" | "not-valid" | "error" | undefined;
|
|
715
|
+
status?: "valid" | "unknown" | "not-valid" | "skipped" | "error" | undefined;
|
|
716
716
|
customerId?: string | undefined;
|
|
717
717
|
scenarioExecutionId?: string | undefined;
|
|
718
718
|
results?: {
|
|
@@ -734,7 +734,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
734
734
|
}, {
|
|
735
735
|
type: "RuleEngineScenarioExecution";
|
|
736
736
|
data: {
|
|
737
|
-
status?: "valid" | "unknown" | "not-valid" | "error" | undefined;
|
|
737
|
+
status?: "valid" | "unknown" | "not-valid" | "skipped" | "error" | undefined;
|
|
738
738
|
customerId?: string | undefined;
|
|
739
739
|
scenarioExecutionId?: string | undefined;
|
|
740
740
|
results?: {
|
|
@@ -1328,7 +1328,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
1328
1328
|
data: {
|
|
1329
1329
|
type: "RuleEngineScenarioExecution";
|
|
1330
1330
|
data: {
|
|
1331
|
-
status?: "valid" | "unknown" | "not-valid" | "error" | undefined;
|
|
1331
|
+
status?: "valid" | "unknown" | "not-valid" | "skipped" | "error" | undefined;
|
|
1332
1332
|
customerId?: string | undefined;
|
|
1333
1333
|
scenarioExecutionId?: string | undefined;
|
|
1334
1334
|
results?: {
|
|
@@ -1427,7 +1427,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
1427
1427
|
data: {
|
|
1428
1428
|
type: "RuleEngineScenarioExecution";
|
|
1429
1429
|
data: {
|
|
1430
|
-
status?: "valid" | "unknown" | "not-valid" | "error" | undefined;
|
|
1430
|
+
status?: "valid" | "unknown" | "not-valid" | "skipped" | "error" | undefined;
|
|
1431
1431
|
customerId?: string | undefined;
|
|
1432
1432
|
scenarioExecutionId?: string | undefined;
|
|
1433
1433
|
results?: {
|
|
@@ -162,6 +162,83 @@ export declare const QueryConfigSimplified: z.ZodObject<{
|
|
|
162
162
|
requestId?: number | null | undefined;
|
|
163
163
|
}>;
|
|
164
164
|
export type QueryConfigSimplified = z.infer<typeof QueryConfigSimplified>;
|
|
165
|
+
export declare const QueryGroupConfigSimplified: z.ZodObject<{
|
|
166
|
+
id: z.ZodOptional<z.ZodType<`qgroup_${string}`, z.ZodTypeDef, `qgroup_${string}`>>;
|
|
167
|
+
operator: z.ZodEnum<["AND", "OR"]>;
|
|
168
|
+
queries: z.ZodArray<z.ZodObject<{
|
|
169
|
+
queryId: z.ZodOptional<z.ZodType<`query_${string}`, z.ZodTypeDef, `query_${string}`>>;
|
|
170
|
+
id: z.ZodOptional<z.ZodType<`query_${string}`, z.ZodTypeDef, `query_${string}`>>;
|
|
171
|
+
requestId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
172
|
+
attribute: z.ZodObject<{
|
|
173
|
+
version: z.ZodEnum<["v1"]>;
|
|
174
|
+
schema: z.ZodEnum<[keyof import("../vault/index.js").VaultSchema, ...(keyof import("../vault/index.js").VaultSchema)[]]>;
|
|
175
|
+
path: z.ZodEnum<[VaultSchemaPaths, ...VaultSchemaPaths[]]>;
|
|
176
|
+
}, "strip", z.ZodTypeAny, {
|
|
177
|
+
path: VaultSchemaPaths;
|
|
178
|
+
version: "v1";
|
|
179
|
+
schema: keyof import("../vault/index.js").VaultSchema;
|
|
180
|
+
}, {
|
|
181
|
+
path: VaultSchemaPaths;
|
|
182
|
+
version: "v1";
|
|
183
|
+
schema: keyof import("../vault/index.js").VaultSchema;
|
|
184
|
+
}>;
|
|
185
|
+
value: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>>;
|
|
186
|
+
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists", "$has", "$nhas"]>;
|
|
187
|
+
}, "strip", z.ZodTypeAny, {
|
|
188
|
+
attribute: {
|
|
189
|
+
path: VaultSchemaPaths;
|
|
190
|
+
version: "v1";
|
|
191
|
+
schema: keyof import("../vault/index.js").VaultSchema;
|
|
192
|
+
};
|
|
193
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
194
|
+
id?: `query_${string}` | undefined;
|
|
195
|
+
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
196
|
+
queryId?: `query_${string}` | undefined;
|
|
197
|
+
requestId?: number | null | undefined;
|
|
198
|
+
}, {
|
|
199
|
+
attribute: {
|
|
200
|
+
path: VaultSchemaPaths;
|
|
201
|
+
version: "v1";
|
|
202
|
+
schema: keyof import("../vault/index.js").VaultSchema;
|
|
203
|
+
};
|
|
204
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
205
|
+
id?: `query_${string}` | undefined;
|
|
206
|
+
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
207
|
+
queryId?: `query_${string}` | undefined;
|
|
208
|
+
requestId?: number | null | undefined;
|
|
209
|
+
}>, "many">;
|
|
210
|
+
}, "strip", z.ZodTypeAny, {
|
|
211
|
+
operator: "AND" | "OR";
|
|
212
|
+
queries: {
|
|
213
|
+
attribute: {
|
|
214
|
+
path: VaultSchemaPaths;
|
|
215
|
+
version: "v1";
|
|
216
|
+
schema: keyof import("../vault/index.js").VaultSchema;
|
|
217
|
+
};
|
|
218
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
219
|
+
id?: `query_${string}` | undefined;
|
|
220
|
+
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
221
|
+
queryId?: `query_${string}` | undefined;
|
|
222
|
+
requestId?: number | null | undefined;
|
|
223
|
+
}[];
|
|
224
|
+
id?: `qgroup_${string}` | undefined;
|
|
225
|
+
}, {
|
|
226
|
+
operator: "AND" | "OR";
|
|
227
|
+
queries: {
|
|
228
|
+
attribute: {
|
|
229
|
+
path: VaultSchemaPaths;
|
|
230
|
+
version: "v1";
|
|
231
|
+
schema: keyof import("../vault/index.js").VaultSchema;
|
|
232
|
+
};
|
|
233
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
234
|
+
id?: `query_${string}` | undefined;
|
|
235
|
+
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
236
|
+
queryId?: `query_${string}` | undefined;
|
|
237
|
+
requestId?: number | null | undefined;
|
|
238
|
+
}[];
|
|
239
|
+
id?: `qgroup_${string}` | undefined;
|
|
240
|
+
}>;
|
|
241
|
+
export type QueryGroupConfigSimplified = z.infer<typeof QueryGroupConfigSimplified>;
|
|
165
242
|
export declare const RuleResultQueryConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
166
243
|
queryId: z.ZodOptional<z.ZodType<`query_${string}`, z.ZodTypeDef, `query_${string}`>>;
|
|
167
244
|
id: z.ZodOptional<z.ZodType<`query_${string}`, z.ZodTypeDef, `query_${string}`>>;
|