@nexeraid/identity-schemas 2.31.0 → 2.33.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-e7be5940.esm.mjs → CoinMarketCap.schema-280414c3.esm.mjs} +16 -10
- package/dist/{CoinMarketCap.schema-b0cc2a78.cjs.prod.cjs → CoinMarketCap.schema-6a1ff221.cjs.prod.cjs} +18 -9
- package/dist/{CoinMarketCap.schema-11069418.cjs.dev.cjs → CoinMarketCap.schema-aefa43e8.cjs.dev.cjs} +18 -9
- package/dist/declarations/src/aws-webhook.schema.d.ts +41 -0
- package/dist/declarations/src/aws-webhook.schema.d.ts.map +1 -0
- package/dist/declarations/src/identity/host-requests.schema.d.ts +20 -0
- package/dist/declarations/src/identity/host-requests.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/identity-v2.schema.d.ts +172 -6
- package/dist/declarations/src/identity/identity-v2.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/kyc.schema.d.ts +10 -0
- package/dist/declarations/src/identity/kyc.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/txAuthData.schema.d.ts +198 -197
- package/dist/declarations/src/identity/txAuthData.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity-ids.schema.d.ts +9 -2
- package/dist/declarations/src/identity-ids.schema.d.ts.map +1 -1
- package/dist/declarations/src/index.d.ts +1 -0
- package/dist/declarations/src/index.d.ts.map +1 -1
- package/dist/declarations/src/providers/kyc-sessions.schema.d.ts +277 -27
- package/dist/declarations/src/providers/kyc-sessions.schema.d.ts.map +1 -1
- package/dist/{frontend-utilities.schema-dee00db7.esm.mjs → frontend-utilities.schema-2c6e346e.esm.mjs} +1 -1
- package/dist/{frontend-utilities.schema-75b74942.cjs.dev.cjs → frontend-utilities.schema-2cdacfcb.cjs.dev.cjs} +1 -1
- package/dist/{frontend-utilities.schema-9b40bae5.cjs.prod.cjs → frontend-utilities.schema-fb803ead.cjs.prod.cjs} +1 -1
- package/dist/{identity-api.schema-1a005459.esm.mjs → identity-api.schema-79b2c3a7.esm.mjs} +34 -10
- package/dist/{identity-api.schema-5b5d60ea.cjs.prod.cjs → identity-api.schema-ab731fb2.cjs.prod.cjs} +39 -10
- package/dist/{identity-api.schema-57fbeead.cjs.dev.cjs → identity-api.schema-d2a8b678.cjs.dev.cjs} +39 -10
- package/dist/nexeraid-identity-schemas.cjs.dev.cjs +28 -4
- package/dist/nexeraid-identity-schemas.cjs.prod.cjs +28 -4
- package/dist/nexeraid-identity-schemas.esm.mjs +21 -5
- package/dist/package.json +1 -1
- package/dist/{transaction.schema-c544a68e.esm.mjs → transaction.schema-0a5b60ae.esm.mjs} +1 -1
- package/dist/{transaction.schema-9fc271c9.cjs.prod.cjs → transaction.schema-22e6e231.cjs.prod.cjs} +1 -1
- package/dist/{transaction.schema-18ac4ec3.cjs.dev.cjs → transaction.schema-760719df.cjs.dev.cjs} +1 -1
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.cjs +4 -2
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.cjs +4 -2
- package/identity/dist/nexeraid-identity-schemas-identity.esm.mjs +1 -1
- package/package.json +1 -1
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.cjs +5 -2
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.cjs +5 -2
- package/providers/dist/nexeraid-identity-schemas-providers.esm.mjs +2 -2
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.cjs +2 -2
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.cjs +2 -2
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.mjs +2 -2
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.cjs +3 -3
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +3 -3
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +3 -3
package/dist/{CoinMarketCap.schema-e7be5940.esm.mjs → CoinMarketCap.schema-280414c3.esm.mjs}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { as as BlockchainAddress, aa as AddressSchema, aZ as Alpha2Country, aT as UuidString,
|
|
2
|
+
import { as as BlockchainAddress, aa as AddressSchema, aZ as Alpha2Country, aT as UuidString, fu as _toConsumableArray, fw as _arrayWithHoles, fx as _unsupportedIterableToArray, fy as _nonIterableRest, aX as ISO3CountryCode, aw as BlockchainNamespace, cP as SdkVerificationOutput, ca as WorkflowSessionId, bd as CustomerStatus, fz as _defineProperty, fl as ProofOfResidenceCredentialSubjectSchema, dJ as QrCodeLinkWithSchemaType, be as BasicCustomerContactInformation, fr as CredentialType } from './identity-api.schema-79b2c3a7.esm.mjs';
|
|
3
3
|
|
|
4
4
|
// based on https://tech-doc.api.scorechain.com/
|
|
5
5
|
var ANALYSIS_TYPES = ["ASSIGNED", "INCOMING", "OUTGOING", "FULL"];
|
|
@@ -2256,8 +2256,10 @@ var BaseApplicantActionSchema = z.object({
|
|
|
2256
2256
|
reviewResult: SumSubReviewResultSchema
|
|
2257
2257
|
});
|
|
2258
2258
|
|
|
2259
|
-
var KYC_STEP_TYPES = ["Started", "TermsAndConditionsAccepted", "EmailVerification", "Identity", "Liveness", "ProofOfResidence", "ContactInfo"];
|
|
2259
|
+
var KYC_STEP_TYPES = ["Started", "TermsAndConditionsAccepted", "EmailVerification", "Identity", "Liveness", "ProofOfResidence", "ContactInfo", "CredentialsClaimed"];
|
|
2260
2260
|
var KycStep = z["enum"](KYC_STEP_TYPES);
|
|
2261
|
+
var KycStepStatuses = ["IN_PROGRESS", "SUCCEEDED", "FAILED", "RETRYABLE"];
|
|
2262
|
+
var KycStepStatus = z["enum"](KycStepStatuses);
|
|
2261
2263
|
var KYC_RESULTS = ["Passed", "ToBeManuallyChecked",
|
|
2262
2264
|
// use in case applicantReviewed event comes without reviewResult.reviewAnswer
|
|
2263
2265
|
"Rejected", "Retry"];
|
|
@@ -2282,6 +2284,13 @@ var EmailVerificationResponse = z.object({
|
|
|
2282
2284
|
email: z.string().email(),
|
|
2283
2285
|
verified: z["boolean"]()
|
|
2284
2286
|
});
|
|
2287
|
+
var SelectKycSessionStep = z.object({
|
|
2288
|
+
id: UuidString,
|
|
2289
|
+
type: KycStep,
|
|
2290
|
+
customerId: UuidString,
|
|
2291
|
+
kycSessionId: UuidString,
|
|
2292
|
+
createdAt: z.coerce.date()
|
|
2293
|
+
});
|
|
2285
2294
|
var SelectKycSession = z.object({
|
|
2286
2295
|
id: UuidString,
|
|
2287
2296
|
customerId: UuidString,
|
|
@@ -2300,14 +2309,11 @@ var SelectKycSession = z.object({
|
|
|
2300
2309
|
createdAt: z.coerce.date(),
|
|
2301
2310
|
updatedAt: z.coerce.date(),
|
|
2302
2311
|
scenarioExecutions: SdkVerificationOutput.nullish(),
|
|
2303
|
-
workflowId: z.string().uuid().nullable()
|
|
2312
|
+
workflowId: z.string().uuid().nullable(),
|
|
2313
|
+
workflowSessionId: WorkflowSessionId.nullable()
|
|
2304
2314
|
});
|
|
2305
|
-
var
|
|
2306
|
-
|
|
2307
|
-
type: KycStep,
|
|
2308
|
-
customerId: UuidString,
|
|
2309
|
-
kycSessionId: UuidString,
|
|
2310
|
-
createdAt: z.coerce.date()
|
|
2315
|
+
var SelectKycSessionWithCompletedSteps = SelectKycSession.extend({
|
|
2316
|
+
stepsCompleted: z.array(SelectKycSessionStep)
|
|
2311
2317
|
});
|
|
2312
2318
|
var GetKycSessionInput = z.object({
|
|
2313
2319
|
projectId: z.string()
|
|
@@ -2551,4 +2557,4 @@ var CoinMarketCapApiResponse = z.object({
|
|
|
2551
2557
|
status: Status
|
|
2552
2558
|
});
|
|
2553
2559
|
|
|
2554
|
-
export { LivenessMetadata as $, ANALYSIS_TYPES as A, BitRankVerifiedResponse as B, ChainalysisRiskAssessmentResponse as C, Status$2 as D, EmailVerificationAnalysisResponse as E, WebhookPayload as F, Session as G, SessionWithoutSteps as H, IpQualityServiceAnalysisResponse as I, StepTypes as J, StepType as K, ReasonCodes as L, MergedProviders as M, NestedSession as N, OBJECT_TYPES as O, PhoneVerificationAnalysisResponse as P, ReasonCode as Q, RiskSeverity as R, ScoringAnalysisResponse as S, File as T, DocumentIdTypes as U, DocumentIdType as V, WorkflowsScoringAnalysisRequest as W, DocumentIdMetadata as X, ProofOfAddressDocumentTypes as Y, ProofOfAddressDocumentType as Z, ProofOfAddressMetadata as _, MerkleAddressResponse as a, ComplyAdvantageSearchRequests as a$, PhoneMetadata as a0, EmailMetadata as a1, AMLMetadata as a2, Step as a3, SynapsSessionEvent as a4, SynapsStepEvent as a5, typeToHumanReadable as a6, SynapsSessionRequest as a7, SESSION_NOT_FOUND as a8, UNKNOWN_ERROR as a9, COMPLY_ADVANTAGE_NATIONALITY_FIELD_SOURCES as aA, ComplyAdvantageNationalityFieldSources as aB, COMPLY_ADVANTAGE_COUNTRY_FIELD_SOURCES as aC, ComplyAdvantageCountryFieldSources as aD, COMPLY_ADVANTAGE_DATE_OF_BIRTH_FIELD_SOURCES as aE, ComplyAdvantageDateOfBirthFieldSources as aF, CreateSearchInput as aG, MatchStatuses as aH, MatchStatus as aI, RiskLevels as aJ, RiskLevel as aK, UpdateSearchInput as aL, UpdateSearchEntitiesInput as aM, ComplyAdvantageUser as aN, MatchTypeDetail as aO, ComplyAdvantageMedia as aP, ComplyAdvantageSearchDataResponseHit as aQ, ComplyAdvantageSearchDataResponse as aR, ComplyAdvantageSearchSuccessResponse as aS, ComplyAdvantageSearchErrorResponse as aT, ComplyAdvantageKeyInformation as aU, ComplyAdvantageAmlItemSource as aV, ComplyAdvantageAmlFullListing as aW, ComplyAdvantageSearchEntitiesDataResponse as aX, ComplyAdvantageSearchEntitiesSuccessResponse as aY, ComplyAdvantageSearchEntitiesResponse as aZ, ComplyAdvantageSearchRequest as a_, RESULT_PARSER_ERROR as aa, SynapsSessionErrorResponse as ab, SynapsSessionResponse as ac, SynapsStepRequest as ad, STEP_NOT_FOUND as ae, SynapsStepErrorResponse as af, SynapsStepResponse as ag, CoerceDateUTC as ah, SEARCH_FILTER_SANCTION_TYPE as ai, SearchFilterSanctionType as aj, SEARCH_FILTER_PEP_TYPE as ak, SearchFilterPepType as al, SEARCH_FILTER_ADVERSE_MEDIA_TYPE as am, SearchFilterAdverseMediaType as an, HIGH_RISK_TYPES as ao, MEDIUM_RISK_TYPES as ap, COMPLY_ADVANTAGE_RESPONSE_MATCH_TYPE as aq, ComplyAdvantageResponseMatchType as ar, mappingMatchTypeToLabel as as, COMPLY_ADVANTAGE_RESPONSE_MATCH_STATUS as at, ComplyAdvantageReponseMatchStatus as au, SEARCH_FILTER_TYPES as av, SearchFilterType as aw, SearchEntityTypes as ax, SearchEntityType as ay, SearchFilters as az, ComplyAdvantageSearchResponse as b, BeneficiaryType as b$, ComplyAdvantageUpdateSearchRequest as b0, ComplyAdvantageUpdateSearchEntitiesRequest as b1, ComplyAdvantageUpdateSearchEntitiesSuccessResponse as b2, ComplyAdvantageUpdateSearchEntitiesResponse as b3, ComplyAdvantageMonitorSearchDataResponse as b4, ComplyAdvantageMonitorSearchSuccessResponse as b5, ComplyAdvantageMonitorSearchResponse as b6, ComplyAdvantageMonitoredSearchUpdate as b7, ProviderWithoutConfig as b8, IdentityProviderOptions as b9, GetProvidersResponse as bA, GetProviderResponse as bB, CreateProviderInput as bC, CreateProviderResponse as bD, UpdateProviderInput as bE, UpdateProviderResponse as bF, ToggleProviderInput as bG, DeleteProviderInput as bH, DeleteProviderResponse as bI, WEBHOOK_TYPES as bJ, WebhookType as bK, ApplicantMemberOfSchema as bL, SumSubWebhookSchema as bM, BaseApplicantActionSchema as bN, SUMSUB_STEPS as bO, SumSubStep as bP, SUMSUB_APPLICANT_TYPES as bQ, SumSubApplicantType as bR, SUMSUB_REVIEW_ANSWERS as bS, SumSubReviewAnswer as bT, SUMSUB_REVIEW_REJECT_TYPES as bU, SumSubReviewRejectType as bV, SumSubAddress as bW, SumSubApplicantInfo as bX, INDIVIDUAL_BENEFICIARY_RELATIONS as bY, IndividualBeneficiaryRelation as bZ, BENEFICIARY_TYPES as b_, IdentityProviders as ba, DataProviderOptions as bb, DataProviders as bc, MerkleScienceConfig as bd, ChainalysisConfig as be, ScorechainConfig as bf, WorkflowsScorechainConfig as bg, IpQualityConfig as bh, BigConfig as bi, ProviderIntegrationTypeOptions as bj, ProviderIntegrationType as bk, BaseProvider as bl, NexeraIdSSIDProvider as bm, NexeraIdKYBProvider as bn, BigProvider as bo, ScorechainProvider as bp, MerkleScienceProvider as bq, ChainalysisProvider as br, IpqualityscoreProvider as bs, ComplyAdvantageProviderConfigTypes as bt, ComplyAdvantageProviderConfigFilters as bu, ComplyAdvantageProviderConfigElement as bv, ComplyAdvantageProvider as bw, SynapsProvider as bx, ProviderData as by, ProviderDataProject as bz, AnalysisType as c,
|
|
2560
|
+
export { LivenessMetadata as $, ANALYSIS_TYPES as A, BitRankVerifiedResponse as B, ChainalysisRiskAssessmentResponse as C, Status$2 as D, EmailVerificationAnalysisResponse as E, WebhookPayload as F, Session as G, SessionWithoutSteps as H, IpQualityServiceAnalysisResponse as I, StepTypes as J, StepType as K, ReasonCodes as L, MergedProviders as M, NestedSession as N, OBJECT_TYPES as O, PhoneVerificationAnalysisResponse as P, ReasonCode as Q, RiskSeverity as R, ScoringAnalysisResponse as S, File as T, DocumentIdTypes as U, DocumentIdType as V, WorkflowsScoringAnalysisRequest as W, DocumentIdMetadata as X, ProofOfAddressDocumentTypes as Y, ProofOfAddressDocumentType as Z, ProofOfAddressMetadata as _, MerkleAddressResponse as a, ComplyAdvantageSearchRequests as a$, PhoneMetadata as a0, EmailMetadata as a1, AMLMetadata as a2, Step as a3, SynapsSessionEvent as a4, SynapsStepEvent as a5, typeToHumanReadable as a6, SynapsSessionRequest as a7, SESSION_NOT_FOUND as a8, UNKNOWN_ERROR as a9, COMPLY_ADVANTAGE_NATIONALITY_FIELD_SOURCES as aA, ComplyAdvantageNationalityFieldSources as aB, COMPLY_ADVANTAGE_COUNTRY_FIELD_SOURCES as aC, ComplyAdvantageCountryFieldSources as aD, COMPLY_ADVANTAGE_DATE_OF_BIRTH_FIELD_SOURCES as aE, ComplyAdvantageDateOfBirthFieldSources as aF, CreateSearchInput as aG, MatchStatuses as aH, MatchStatus as aI, RiskLevels as aJ, RiskLevel as aK, UpdateSearchInput as aL, UpdateSearchEntitiesInput as aM, ComplyAdvantageUser as aN, MatchTypeDetail as aO, ComplyAdvantageMedia as aP, ComplyAdvantageSearchDataResponseHit as aQ, ComplyAdvantageSearchDataResponse as aR, ComplyAdvantageSearchSuccessResponse as aS, ComplyAdvantageSearchErrorResponse as aT, ComplyAdvantageKeyInformation as aU, ComplyAdvantageAmlItemSource as aV, ComplyAdvantageAmlFullListing as aW, ComplyAdvantageSearchEntitiesDataResponse as aX, ComplyAdvantageSearchEntitiesSuccessResponse as aY, ComplyAdvantageSearchEntitiesResponse as aZ, ComplyAdvantageSearchRequest as a_, RESULT_PARSER_ERROR as aa, SynapsSessionErrorResponse as ab, SynapsSessionResponse as ac, SynapsStepRequest as ad, STEP_NOT_FOUND as ae, SynapsStepErrorResponse as af, SynapsStepResponse as ag, CoerceDateUTC as ah, SEARCH_FILTER_SANCTION_TYPE as ai, SearchFilterSanctionType as aj, SEARCH_FILTER_PEP_TYPE as ak, SearchFilterPepType as al, SEARCH_FILTER_ADVERSE_MEDIA_TYPE as am, SearchFilterAdverseMediaType as an, HIGH_RISK_TYPES as ao, MEDIUM_RISK_TYPES as ap, COMPLY_ADVANTAGE_RESPONSE_MATCH_TYPE as aq, ComplyAdvantageResponseMatchType as ar, mappingMatchTypeToLabel as as, COMPLY_ADVANTAGE_RESPONSE_MATCH_STATUS as at, ComplyAdvantageReponseMatchStatus as au, SEARCH_FILTER_TYPES as av, SearchFilterType as aw, SearchEntityTypes as ax, SearchEntityType as ay, SearchFilters as az, ComplyAdvantageSearchResponse as b, BeneficiaryType as b$, ComplyAdvantageUpdateSearchRequest as b0, ComplyAdvantageUpdateSearchEntitiesRequest as b1, ComplyAdvantageUpdateSearchEntitiesSuccessResponse as b2, ComplyAdvantageUpdateSearchEntitiesResponse as b3, ComplyAdvantageMonitorSearchDataResponse as b4, ComplyAdvantageMonitorSearchSuccessResponse as b5, ComplyAdvantageMonitorSearchResponse as b6, ComplyAdvantageMonitoredSearchUpdate as b7, ProviderWithoutConfig as b8, IdentityProviderOptions as b9, GetProvidersResponse as bA, GetProviderResponse as bB, CreateProviderInput as bC, CreateProviderResponse as bD, UpdateProviderInput as bE, UpdateProviderResponse as bF, ToggleProviderInput as bG, DeleteProviderInput as bH, DeleteProviderResponse as bI, WEBHOOK_TYPES as bJ, WebhookType as bK, ApplicantMemberOfSchema as bL, SumSubWebhookSchema as bM, BaseApplicantActionSchema as bN, SUMSUB_STEPS as bO, SumSubStep as bP, SUMSUB_APPLICANT_TYPES as bQ, SumSubApplicantType as bR, SUMSUB_REVIEW_ANSWERS as bS, SumSubReviewAnswer as bT, SUMSUB_REVIEW_REJECT_TYPES as bU, SumSubReviewRejectType as bV, SumSubAddress as bW, SumSubApplicantInfo as bX, INDIVIDUAL_BENEFICIARY_RELATIONS as bY, IndividualBeneficiaryRelation as bZ, BENEFICIARY_TYPES as b_, IdentityProviders as ba, DataProviderOptions as bb, DataProviders as bc, MerkleScienceConfig as bd, ChainalysisConfig as be, ScorechainConfig as bf, WorkflowsScorechainConfig as bg, IpQualityConfig as bh, BigConfig as bi, ProviderIntegrationTypeOptions as bj, ProviderIntegrationType as bk, BaseProvider as bl, NexeraIdSSIDProvider as bm, NexeraIdKYBProvider as bn, BigProvider as bo, ScorechainProvider as bp, MerkleScienceProvider as bq, ChainalysisProvider as br, IpqualityscoreProvider as bs, ComplyAdvantageProviderConfigTypes as bt, ComplyAdvantageProviderConfigFilters as bu, ComplyAdvantageProviderConfigElement as bv, ComplyAdvantageProvider as bw, SynapsProvider as bx, ProviderData as by, ProviderDataProject as bz, AnalysisType as c, GetKycSessionResponseWithCredentialsMetadata as c$, BeneficiaryCompanyCustomerClaims as c0, BeneficiaryCompanyCustomerClaimsArray as c1, SumSubCompanyApplicantInfo as c2, SUMSUB_WEBHOOK_INTERNAL_STATUS as c3, SumsubWebhookInternalStatus as c4, SUMSUB_REVIEW_STATUSES as c5, SumSubReviewStatus as c6, SUMSUB_DOC_TYPES as c7, SumSubDocType as c8, SUMSUB_FLOW_LEVEL as c9, SumsubKybSessionFlowSectionItem as cA, SumsubKybSessionFlowSection as cB, SumSubSimilarApplicantsSchema as cC, SUMSUB_REVIEW_REJECT_LABELS as cD, SumSubReviewRejectLabel as cE, SUMSUB_REVIEW_REJECT_LABELS_DESCRIPTION as cF, KYC_STEP_TYPES as cG, KycStep as cH, KycStepStatuses as cI, KycStepStatus as cJ, KYC_RESULTS as cK, KycResult as cL, KYC_SESSION_STATUSES as cM, KycSessionStatus as cN, EmailVerificationResponse as cO, SelectKycSessionStep as cP, SelectKycSession as cQ, SelectKycSessionWithCompletedSteps as cR, GetKycSessionInput as cS, GetKycSessionResponse as cT, UpdateKycSessionOutput as cU, VideoKycMetaData as cV, ProofOfResidenceMetaData as cW, ProofOfResidenceDocumentType as cX, GetCredentialsOutput as cY, CustomerContactInformationOutput as cZ, CredentialMetadata as c_, SumSubFlowLevel as ca, SumSubRequiredIdDoc as cb, SumSubReviewResultSchema as cc, SumSubImageReviewResultSchema as cd, SumsubApplicantTypes as ce, SumsubApplicantType as cf, SumSubIndividualApplicantSchema as cg, SumSubCompanyApplicantSchema as ch, SumSubImageId as ci, SUMSUB_COMPANY_BENEFICIARY_GROUP as cj, SumsubCompanyBeneficiaryGroup as ck, SumsubStepStatus as cl, SumSubVerificationStepSchema as cm, SumSubApplicantVerificationStepSchema as cn, SUMSUB_MEDIA_CONTENT_TYPES as co, SumSubMediaContentType as cp, DocumentMetadataSchema as cq, SumSubApplicantReviewStatusSchema as cr, SumSubApplicantResetSchema as cs, SumSubGenerateExternalWebSdkLinkSchema as ct, SumsubVideoCallData as cu, SumsubKycDataSchema as cv, SumsubKybDataSchema as cw, SumSubApplicantSchema as cx, SUMSUB_KYB_SESSION_FLOW_SECTION_STATUS as cy, SumsubKybSessionFlowSectionStatus as cz, ObjectType as d, KYB_STEP_TYPES as d0, KybStep as d1, KYB_RESULTS as d2, KybResult as d3, KYB_SESSION_STATUSES as d4, KybSessionStatus as d5, CompanyDocumentMetaData as d6, BeneficiaryVerificationStatus as d7, BeneficiaryVerificationStatusArray as d8, SelectKybSession as d9, GetKybSessionInput as da, GetKybSessionResponse as db, UpdateKybSessionOutput as dc, CustomerDocumentMetaData as dd, CustomerStatusResults as de, MerkleBlockChainTypes as df, MerkleBlockChainNames as dg, MerkleBlockChainCodes as dh, MerkleAddressRequest as di, MerkleAddressApiResponse as dj, MerkleAddressApiError as dk, ChainalysisRequest as dl, ChainalysisRegisterApiResponse as dm, ChainalysisRiskLevel as dn, ChainalysisErrorCodes as dp, ChainalysisRiskAssessmentApiResponse as dq, ChainalysisApiError as dr, ChainalysisRegisterResponse as ds, CoinMarketCapRequest as dt, CoinMarketCapQuote as du, CoinMarketCapQuotes as dv, CoinMarketCapApiResponse as dw, CoinMarketCapFiatId as dx, BLOCKCHAIN_TYPES as e, Blockchain as f, Coin as g, ScorechainErrorResponse as h, ScorechainError as i, ScorechainAnalysis as j, ScoringAnalysisRequest as k, IpQualityAnalysisRequest as l, IpQualityAnalysisResponse as m, IpQualityServiceAnalysis as n, IpQualityServiceErrorResponse as o, BigCryptoChain as p, BigPropertiesLiteral as q, BigProperties as r, BigProperty as s, RequestProperty as t, BigCSErrorCodes as u, BitRankRequest as v, BitRankVerified as w, BitRankVerifiedErrorResponse as x, BitRankVerifiedError as y, Statuses as z };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var zod = require('zod');
|
|
4
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
4
|
+
var identityApi_schema = require('./identity-api.schema-ab731fb2.cjs.prod.cjs');
|
|
5
5
|
|
|
6
6
|
// based on https://tech-doc.api.scorechain.com/
|
|
7
7
|
var ANALYSIS_TYPES = ["ASSIGNED", "INCOMING", "OUTGOING", "FULL"];
|
|
@@ -2258,8 +2258,10 @@ var BaseApplicantActionSchema = zod.z.object({
|
|
|
2258
2258
|
reviewResult: SumSubReviewResultSchema
|
|
2259
2259
|
});
|
|
2260
2260
|
|
|
2261
|
-
var KYC_STEP_TYPES = ["Started", "TermsAndConditionsAccepted", "EmailVerification", "Identity", "Liveness", "ProofOfResidence", "ContactInfo"];
|
|
2261
|
+
var KYC_STEP_TYPES = ["Started", "TermsAndConditionsAccepted", "EmailVerification", "Identity", "Liveness", "ProofOfResidence", "ContactInfo", "CredentialsClaimed"];
|
|
2262
2262
|
var KycStep = zod.z["enum"](KYC_STEP_TYPES);
|
|
2263
|
+
var KycStepStatuses = ["IN_PROGRESS", "SUCCEEDED", "FAILED", "RETRYABLE"];
|
|
2264
|
+
var KycStepStatus = zod.z["enum"](KycStepStatuses);
|
|
2263
2265
|
var KYC_RESULTS = ["Passed", "ToBeManuallyChecked",
|
|
2264
2266
|
// use in case applicantReviewed event comes without reviewResult.reviewAnswer
|
|
2265
2267
|
"Rejected", "Retry"];
|
|
@@ -2284,6 +2286,13 @@ var EmailVerificationResponse = zod.z.object({
|
|
|
2284
2286
|
email: zod.z.string().email(),
|
|
2285
2287
|
verified: zod.z["boolean"]()
|
|
2286
2288
|
});
|
|
2289
|
+
var SelectKycSessionStep = zod.z.object({
|
|
2290
|
+
id: identityApi_schema.UuidString,
|
|
2291
|
+
type: KycStep,
|
|
2292
|
+
customerId: identityApi_schema.UuidString,
|
|
2293
|
+
kycSessionId: identityApi_schema.UuidString,
|
|
2294
|
+
createdAt: zod.z.coerce.date()
|
|
2295
|
+
});
|
|
2287
2296
|
var SelectKycSession = zod.z.object({
|
|
2288
2297
|
id: identityApi_schema.UuidString,
|
|
2289
2298
|
customerId: identityApi_schema.UuidString,
|
|
@@ -2302,14 +2311,11 @@ var SelectKycSession = zod.z.object({
|
|
|
2302
2311
|
createdAt: zod.z.coerce.date(),
|
|
2303
2312
|
updatedAt: zod.z.coerce.date(),
|
|
2304
2313
|
scenarioExecutions: identityApi_schema.SdkVerificationOutput.nullish(),
|
|
2305
|
-
workflowId: zod.z.string().uuid().nullable()
|
|
2314
|
+
workflowId: zod.z.string().uuid().nullable(),
|
|
2315
|
+
workflowSessionId: identityApi_schema.WorkflowSessionId.nullable()
|
|
2306
2316
|
});
|
|
2307
|
-
var
|
|
2308
|
-
|
|
2309
|
-
type: KycStep,
|
|
2310
|
-
customerId: identityApi_schema.UuidString,
|
|
2311
|
-
kycSessionId: identityApi_schema.UuidString,
|
|
2312
|
-
createdAt: zod.z.coerce.date()
|
|
2317
|
+
var SelectKycSessionWithCompletedSteps = SelectKycSession.extend({
|
|
2318
|
+
stepsCompleted: zod.z.array(SelectKycSessionStep)
|
|
2313
2319
|
});
|
|
2314
2320
|
var GetKycSessionInput = zod.z.object({
|
|
2315
2321
|
projectId: zod.z.string()
|
|
@@ -2685,6 +2691,8 @@ exports.KybStep = KybStep;
|
|
|
2685
2691
|
exports.KycResult = KycResult;
|
|
2686
2692
|
exports.KycSessionStatus = KycSessionStatus;
|
|
2687
2693
|
exports.KycStep = KycStep;
|
|
2694
|
+
exports.KycStepStatus = KycStepStatus;
|
|
2695
|
+
exports.KycStepStatuses = KycStepStatuses;
|
|
2688
2696
|
exports.LivenessMetadata = LivenessMetadata;
|
|
2689
2697
|
exports.MEDIUM_RISK_TYPES = MEDIUM_RISK_TYPES;
|
|
2690
2698
|
exports.MatchStatus = MatchStatus;
|
|
@@ -2760,6 +2768,7 @@ exports.SearchFilters = SearchFilters;
|
|
|
2760
2768
|
exports.SelectKybSession = SelectKybSession;
|
|
2761
2769
|
exports.SelectKycSession = SelectKycSession;
|
|
2762
2770
|
exports.SelectKycSessionStep = SelectKycSessionStep;
|
|
2771
|
+
exports.SelectKycSessionWithCompletedSteps = SelectKycSessionWithCompletedSteps;
|
|
2763
2772
|
exports.Session = Session;
|
|
2764
2773
|
exports.SessionWithoutSteps = SessionWithoutSteps;
|
|
2765
2774
|
exports.Status = Status$2;
|
package/dist/{CoinMarketCap.schema-11069418.cjs.dev.cjs → CoinMarketCap.schema-aefa43e8.cjs.dev.cjs}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var zod = require('zod');
|
|
4
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
4
|
+
var identityApi_schema = require('./identity-api.schema-d2a8b678.cjs.dev.cjs');
|
|
5
5
|
|
|
6
6
|
// based on https://tech-doc.api.scorechain.com/
|
|
7
7
|
var ANALYSIS_TYPES = ["ASSIGNED", "INCOMING", "OUTGOING", "FULL"];
|
|
@@ -2258,8 +2258,10 @@ var BaseApplicantActionSchema = zod.z.object({
|
|
|
2258
2258
|
reviewResult: SumSubReviewResultSchema
|
|
2259
2259
|
});
|
|
2260
2260
|
|
|
2261
|
-
var KYC_STEP_TYPES = ["Started", "TermsAndConditionsAccepted", "EmailVerification", "Identity", "Liveness", "ProofOfResidence", "ContactInfo"];
|
|
2261
|
+
var KYC_STEP_TYPES = ["Started", "TermsAndConditionsAccepted", "EmailVerification", "Identity", "Liveness", "ProofOfResidence", "ContactInfo", "CredentialsClaimed"];
|
|
2262
2262
|
var KycStep = zod.z["enum"](KYC_STEP_TYPES);
|
|
2263
|
+
var KycStepStatuses = ["IN_PROGRESS", "SUCCEEDED", "FAILED", "RETRYABLE"];
|
|
2264
|
+
var KycStepStatus = zod.z["enum"](KycStepStatuses);
|
|
2263
2265
|
var KYC_RESULTS = ["Passed", "ToBeManuallyChecked",
|
|
2264
2266
|
// use in case applicantReviewed event comes without reviewResult.reviewAnswer
|
|
2265
2267
|
"Rejected", "Retry"];
|
|
@@ -2284,6 +2286,13 @@ var EmailVerificationResponse = zod.z.object({
|
|
|
2284
2286
|
email: zod.z.string().email(),
|
|
2285
2287
|
verified: zod.z["boolean"]()
|
|
2286
2288
|
});
|
|
2289
|
+
var SelectKycSessionStep = zod.z.object({
|
|
2290
|
+
id: identityApi_schema.UuidString,
|
|
2291
|
+
type: KycStep,
|
|
2292
|
+
customerId: identityApi_schema.UuidString,
|
|
2293
|
+
kycSessionId: identityApi_schema.UuidString,
|
|
2294
|
+
createdAt: zod.z.coerce.date()
|
|
2295
|
+
});
|
|
2287
2296
|
var SelectKycSession = zod.z.object({
|
|
2288
2297
|
id: identityApi_schema.UuidString,
|
|
2289
2298
|
customerId: identityApi_schema.UuidString,
|
|
@@ -2302,14 +2311,11 @@ var SelectKycSession = zod.z.object({
|
|
|
2302
2311
|
createdAt: zod.z.coerce.date(),
|
|
2303
2312
|
updatedAt: zod.z.coerce.date(),
|
|
2304
2313
|
scenarioExecutions: identityApi_schema.SdkVerificationOutput.nullish(),
|
|
2305
|
-
workflowId: zod.z.string().uuid().nullable()
|
|
2314
|
+
workflowId: zod.z.string().uuid().nullable(),
|
|
2315
|
+
workflowSessionId: identityApi_schema.WorkflowSessionId.nullable()
|
|
2306
2316
|
});
|
|
2307
|
-
var
|
|
2308
|
-
|
|
2309
|
-
type: KycStep,
|
|
2310
|
-
customerId: identityApi_schema.UuidString,
|
|
2311
|
-
kycSessionId: identityApi_schema.UuidString,
|
|
2312
|
-
createdAt: zod.z.coerce.date()
|
|
2317
|
+
var SelectKycSessionWithCompletedSteps = SelectKycSession.extend({
|
|
2318
|
+
stepsCompleted: zod.z.array(SelectKycSessionStep)
|
|
2313
2319
|
});
|
|
2314
2320
|
var GetKycSessionInput = zod.z.object({
|
|
2315
2321
|
projectId: zod.z.string()
|
|
@@ -2685,6 +2691,8 @@ exports.KybStep = KybStep;
|
|
|
2685
2691
|
exports.KycResult = KycResult;
|
|
2686
2692
|
exports.KycSessionStatus = KycSessionStatus;
|
|
2687
2693
|
exports.KycStep = KycStep;
|
|
2694
|
+
exports.KycStepStatus = KycStepStatus;
|
|
2695
|
+
exports.KycStepStatuses = KycStepStatuses;
|
|
2688
2696
|
exports.LivenessMetadata = LivenessMetadata;
|
|
2689
2697
|
exports.MEDIUM_RISK_TYPES = MEDIUM_RISK_TYPES;
|
|
2690
2698
|
exports.MatchStatus = MatchStatus;
|
|
@@ -2760,6 +2768,7 @@ exports.SearchFilters = SearchFilters;
|
|
|
2760
2768
|
exports.SelectKybSession = SelectKybSession;
|
|
2761
2769
|
exports.SelectKycSession = SelectKycSession;
|
|
2762
2770
|
exports.SelectKycSessionStep = SelectKycSessionStep;
|
|
2771
|
+
exports.SelectKycSessionWithCompletedSteps = SelectKycSessionWithCompletedSteps;
|
|
2763
2772
|
exports.Session = Session;
|
|
2764
2773
|
exports.SessionWithoutSteps = SessionWithoutSteps;
|
|
2765
2774
|
exports.Status = Status$2;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
export declare const AWS_WEBHOOK_TYPES: readonly ["SubscriptionConfirmation", "Notification"];
|
|
3
|
+
export declare const AwsWebhookTypes: z.ZodEnum<["SubscriptionConfirmation", "Notification"]>;
|
|
4
|
+
export declare const AwsWebhookInput: z.ZodObject<{
|
|
5
|
+
Type: z.ZodEnum<["SubscriptionConfirmation", "Notification"]>;
|
|
6
|
+
MessageId: z.ZodString;
|
|
7
|
+
TopicArn: z.ZodString;
|
|
8
|
+
Subject: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
9
|
+
Message: z.ZodString;
|
|
10
|
+
Timestamp: z.ZodString;
|
|
11
|
+
SignatureVersion: z.ZodString;
|
|
12
|
+
Signature: z.ZodString;
|
|
13
|
+
SigningCertURL: z.ZodString;
|
|
14
|
+
UnsubscribeURL: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
15
|
+
SubscribeURL: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
16
|
+
}, "strip", z.ZodTypeAny, {
|
|
17
|
+
Timestamp: string;
|
|
18
|
+
Type: "SubscriptionConfirmation" | "Notification";
|
|
19
|
+
MessageId: string;
|
|
20
|
+
TopicArn: string;
|
|
21
|
+
Message: string;
|
|
22
|
+
SignatureVersion: string;
|
|
23
|
+
Signature: string;
|
|
24
|
+
SigningCertURL: string;
|
|
25
|
+
Subject?: string | null | undefined;
|
|
26
|
+
UnsubscribeURL?: string | null | undefined;
|
|
27
|
+
SubscribeURL?: string | null | undefined;
|
|
28
|
+
}, {
|
|
29
|
+
Timestamp: string;
|
|
30
|
+
Type: "SubscriptionConfirmation" | "Notification";
|
|
31
|
+
MessageId: string;
|
|
32
|
+
TopicArn: string;
|
|
33
|
+
Message: string;
|
|
34
|
+
SignatureVersion: string;
|
|
35
|
+
Signature: string;
|
|
36
|
+
SigningCertURL: string;
|
|
37
|
+
Subject?: string | null | undefined;
|
|
38
|
+
UnsubscribeURL?: string | null | undefined;
|
|
39
|
+
SubscribeURL?: string | null | undefined;
|
|
40
|
+
}>;
|
|
41
|
+
//# sourceMappingURL=aws-webhook.schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"aws-webhook.schema.d.ts","sourceRoot":"../../../src","sources":["aws-webhook.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,iBAAiB,uDAGpB,CAAC;AAEX,eAAO,MAAM,eAAe,yDAA4B,CAAC;AAEzD,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAY1B,CAAC"}
|
|
@@ -1589,6 +1589,7 @@ export type IsVerifiedResponse = z.infer<typeof IsVerifiedResponse>;
|
|
|
1589
1589
|
export declare const GetTxAuthSigRequest: z.ZodObject<{
|
|
1590
1590
|
type: z.ZodLiteral<"getTxAuthSigRequest">;
|
|
1591
1591
|
data: z.ZodObject<z.objectUtil.extendShape<{
|
|
1592
|
+
workflowId: z.ZodOptional<z.ZodString>;
|
|
1592
1593
|
chainId: z.ZodEnum<[import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON, import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY, import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE, import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI, import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER, import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET]>;
|
|
1593
1594
|
contractAbi: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">;
|
|
1594
1595
|
contractAddress: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>;
|
|
@@ -1605,6 +1606,7 @@ export declare const GetTxAuthSigRequest: z.ZodObject<{
|
|
|
1605
1606
|
contractAddress: `0x${string}`;
|
|
1606
1607
|
functionName: string;
|
|
1607
1608
|
args: unknown[];
|
|
1609
|
+
workflowId?: string | undefined;
|
|
1608
1610
|
userAddress?: `0x${string}` | undefined;
|
|
1609
1611
|
blockExpiration?: number | undefined;
|
|
1610
1612
|
nonce?: number | undefined;
|
|
@@ -1614,6 +1616,7 @@ export declare const GetTxAuthSigRequest: z.ZodObject<{
|
|
|
1614
1616
|
contractAddress: string;
|
|
1615
1617
|
functionName: string;
|
|
1616
1618
|
args: unknown[];
|
|
1619
|
+
workflowId?: string | undefined;
|
|
1617
1620
|
userAddress?: string | undefined;
|
|
1618
1621
|
blockExpiration?: number | undefined;
|
|
1619
1622
|
nonce?: number | undefined;
|
|
@@ -1627,6 +1630,7 @@ export declare const GetTxAuthSigRequest: z.ZodObject<{
|
|
|
1627
1630
|
contractAddress: `0x${string}`;
|
|
1628
1631
|
functionName: string;
|
|
1629
1632
|
args: unknown[];
|
|
1633
|
+
workflowId?: string | undefined;
|
|
1630
1634
|
userAddress?: `0x${string}` | undefined;
|
|
1631
1635
|
blockExpiration?: number | undefined;
|
|
1632
1636
|
nonce?: number | undefined;
|
|
@@ -1640,6 +1644,7 @@ export declare const GetTxAuthSigRequest: z.ZodObject<{
|
|
|
1640
1644
|
contractAddress: string;
|
|
1641
1645
|
functionName: string;
|
|
1642
1646
|
args: unknown[];
|
|
1647
|
+
workflowId?: string | undefined;
|
|
1643
1648
|
userAddress?: string | undefined;
|
|
1644
1649
|
blockExpiration?: number | undefined;
|
|
1645
1650
|
nonce?: number | undefined;
|
|
@@ -1710,6 +1715,7 @@ export type GetTxAuthSigResponse = z.infer<typeof GetTxAuthSigResponse>;
|
|
|
1710
1715
|
export declare const GetTxAuthSigRequestTezos: z.ZodObject<{
|
|
1711
1716
|
type: z.ZodLiteral<"getTxAuthSigRequestTezos">;
|
|
1712
1717
|
data: z.ZodObject<z.objectUtil.extendShape<{
|
|
1718
|
+
workflowId: z.ZodOptional<z.ZodString>;
|
|
1713
1719
|
chainID: z.ZodEnum<[import("../blockchain/index.js").NEXERA_TEZOS_CHAINS.TEZOS, import("../blockchain/index.js").NEXERA_TEZOS_CHAINS.TEZOS_GHOSTNET]>;
|
|
1714
1720
|
contractAddress: z.ZodEffects<z.ZodString, `KT1${string}`, string>;
|
|
1715
1721
|
functionName: z.ZodEffects<z.ZodString, `%${string}`, string>;
|
|
@@ -1724,6 +1730,7 @@ export declare const GetTxAuthSigRequestTezos: z.ZodObject<{
|
|
|
1724
1730
|
functionName: `%${string}`;
|
|
1725
1731
|
args: string;
|
|
1726
1732
|
chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
|
|
1733
|
+
workflowId?: string | undefined;
|
|
1727
1734
|
userAddress?: `tz${string}` | undefined;
|
|
1728
1735
|
blockExpiration?: number | undefined;
|
|
1729
1736
|
nonce?: number | undefined;
|
|
@@ -1732,6 +1739,7 @@ export declare const GetTxAuthSigRequestTezos: z.ZodObject<{
|
|
|
1732
1739
|
functionName: string;
|
|
1733
1740
|
args: string;
|
|
1734
1741
|
chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
|
|
1742
|
+
workflowId?: string | undefined;
|
|
1735
1743
|
userAddress?: string | undefined;
|
|
1736
1744
|
blockExpiration?: number | undefined;
|
|
1737
1745
|
nonce?: number | undefined;
|
|
@@ -1744,6 +1752,7 @@ export declare const GetTxAuthSigRequestTezos: z.ZodObject<{
|
|
|
1744
1752
|
functionName: `%${string}`;
|
|
1745
1753
|
args: string;
|
|
1746
1754
|
chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
|
|
1755
|
+
workflowId?: string | undefined;
|
|
1747
1756
|
userAddress?: `tz${string}` | undefined;
|
|
1748
1757
|
blockExpiration?: number | undefined;
|
|
1749
1758
|
nonce?: number | undefined;
|
|
@@ -1756,6 +1765,7 @@ export declare const GetTxAuthSigRequestTezos: z.ZodObject<{
|
|
|
1756
1765
|
functionName: string;
|
|
1757
1766
|
args: string;
|
|
1758
1767
|
chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
|
|
1768
|
+
workflowId?: string | undefined;
|
|
1759
1769
|
userAddress?: string | undefined;
|
|
1760
1770
|
blockExpiration?: number | undefined;
|
|
1761
1771
|
nonce?: number | undefined;
|
|
@@ -2151,6 +2161,7 @@ export declare const HostRequestMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2151
2161
|
}>, z.ZodObject<{
|
|
2152
2162
|
type: z.ZodLiteral<"getTxAuthSigRequest">;
|
|
2153
2163
|
data: z.ZodObject<z.objectUtil.extendShape<{
|
|
2164
|
+
workflowId: z.ZodOptional<z.ZodString>;
|
|
2154
2165
|
chainId: z.ZodEnum<[import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON, import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY, import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE, import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI, import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER, import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET]>;
|
|
2155
2166
|
contractAbi: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">;
|
|
2156
2167
|
contractAddress: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>;
|
|
@@ -2167,6 +2178,7 @@ export declare const HostRequestMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2167
2178
|
contractAddress: `0x${string}`;
|
|
2168
2179
|
functionName: string;
|
|
2169
2180
|
args: unknown[];
|
|
2181
|
+
workflowId?: string | undefined;
|
|
2170
2182
|
userAddress?: `0x${string}` | undefined;
|
|
2171
2183
|
blockExpiration?: number | undefined;
|
|
2172
2184
|
nonce?: number | undefined;
|
|
@@ -2176,6 +2188,7 @@ export declare const HostRequestMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2176
2188
|
contractAddress: string;
|
|
2177
2189
|
functionName: string;
|
|
2178
2190
|
args: unknown[];
|
|
2191
|
+
workflowId?: string | undefined;
|
|
2179
2192
|
userAddress?: string | undefined;
|
|
2180
2193
|
blockExpiration?: number | undefined;
|
|
2181
2194
|
nonce?: number | undefined;
|
|
@@ -2189,6 +2202,7 @@ export declare const HostRequestMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2189
2202
|
contractAddress: `0x${string}`;
|
|
2190
2203
|
functionName: string;
|
|
2191
2204
|
args: unknown[];
|
|
2205
|
+
workflowId?: string | undefined;
|
|
2192
2206
|
userAddress?: `0x${string}` | undefined;
|
|
2193
2207
|
blockExpiration?: number | undefined;
|
|
2194
2208
|
nonce?: number | undefined;
|
|
@@ -2202,6 +2216,7 @@ export declare const HostRequestMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2202
2216
|
contractAddress: string;
|
|
2203
2217
|
functionName: string;
|
|
2204
2218
|
args: unknown[];
|
|
2219
|
+
workflowId?: string | undefined;
|
|
2205
2220
|
userAddress?: string | undefined;
|
|
2206
2221
|
blockExpiration?: number | undefined;
|
|
2207
2222
|
nonce?: number | undefined;
|
|
@@ -2210,6 +2225,7 @@ export declare const HostRequestMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2210
2225
|
}>, z.ZodObject<{
|
|
2211
2226
|
type: z.ZodLiteral<"getTxAuthSigRequestTezos">;
|
|
2212
2227
|
data: z.ZodObject<z.objectUtil.extendShape<{
|
|
2228
|
+
workflowId: z.ZodOptional<z.ZodString>;
|
|
2213
2229
|
chainID: z.ZodEnum<[import("../blockchain/index.js").NEXERA_TEZOS_CHAINS.TEZOS, import("../blockchain/index.js").NEXERA_TEZOS_CHAINS.TEZOS_GHOSTNET]>;
|
|
2214
2230
|
contractAddress: z.ZodEffects<z.ZodString, `KT1${string}`, string>;
|
|
2215
2231
|
functionName: z.ZodEffects<z.ZodString, `%${string}`, string>;
|
|
@@ -2224,6 +2240,7 @@ export declare const HostRequestMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2224
2240
|
functionName: `%${string}`;
|
|
2225
2241
|
args: string;
|
|
2226
2242
|
chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
|
|
2243
|
+
workflowId?: string | undefined;
|
|
2227
2244
|
userAddress?: `tz${string}` | undefined;
|
|
2228
2245
|
blockExpiration?: number | undefined;
|
|
2229
2246
|
nonce?: number | undefined;
|
|
@@ -2232,6 +2249,7 @@ export declare const HostRequestMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2232
2249
|
functionName: string;
|
|
2233
2250
|
args: string;
|
|
2234
2251
|
chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
|
|
2252
|
+
workflowId?: string | undefined;
|
|
2235
2253
|
userAddress?: string | undefined;
|
|
2236
2254
|
blockExpiration?: number | undefined;
|
|
2237
2255
|
nonce?: number | undefined;
|
|
@@ -2244,6 +2262,7 @@ export declare const HostRequestMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2244
2262
|
functionName: `%${string}`;
|
|
2245
2263
|
args: string;
|
|
2246
2264
|
chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
|
|
2265
|
+
workflowId?: string | undefined;
|
|
2247
2266
|
userAddress?: `tz${string}` | undefined;
|
|
2248
2267
|
blockExpiration?: number | undefined;
|
|
2249
2268
|
nonce?: number | undefined;
|
|
@@ -2256,6 +2275,7 @@ export declare const HostRequestMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2256
2275
|
functionName: string;
|
|
2257
2276
|
args: string;
|
|
2258
2277
|
chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
|
|
2278
|
+
workflowId?: string | undefined;
|
|
2259
2279
|
userAddress?: string | undefined;
|
|
2260
2280
|
blockExpiration?: number | undefined;
|
|
2261
2281
|
nonce?: number | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"host-requests.schema.d.ts","sourceRoot":"../../../../src/identity","sources":["host-requests.schema.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"host-requests.schema.d.ts","sourceRoot":"../../../../src/identity","sources":["host-requests.schema.ts"],"names":[],"mappings":"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"}
|