@nexeraprotocol/nexera-id-schemas
Advanced tools
Comparing version 1.10.99-dev to 1.10.100-dev
@@ -116,3 +116,2 @@ import { z } from "zod"; | ||
}, "strip", z.ZodTypeAny, { | ||
vcs: any[]; | ||
key: { | ||
@@ -126,4 +125,4 @@ address: string; | ||
}; | ||
vcs: any[]; | ||
}, { | ||
vcs: any[]; | ||
key: { | ||
@@ -137,2 +136,3 @@ address: string; | ||
}; | ||
vcs: any[]; | ||
}>; | ||
@@ -139,0 +139,0 @@ export type DownloadableKyc = z.infer<typeof DownloadableKycSchema>; |
@@ -268,2 +268,9 @@ import { W as WorkspaceSettings, R as RiskScoreType, C as CustomerType, O as OnboardingLevel, a as CustomerStatus, I as ISO3CountryCode, S as ScenarioWebhookPayloadSchema, V as VerificationFlowChecksWebhookPayload, b as RuleResultStatus, c as SynapsSessionEvent, d as SynapsStepEvent } from './credential-storage.schema-8ff0b839.esm.js'; | ||
var DeleteEndpointOutput = z["boolean"](); | ||
var GetEndpointSecretInput = z.object({ | ||
projectId: z.string(), | ||
endpointId: z.string() | ||
}); | ||
var GetEndpointSecretOutput = z.object({ | ||
key: z.string() | ||
}).optional(); | ||
@@ -346,2 +353,8 @@ /** | ||
* | ||
* Payload types | ||
* | ||
*/ | ||
/** | ||
* | ||
* Constants definitions | ||
@@ -735,2 +748,2 @@ * | ||
export { ACTIVITY_TOPICS, ActivityTopic, AllNexeraEventTypes, AttemptDataOut, BaseSignatureRequestEvent, ConnectionHandlingWorkspaceInput, ConnectionHandlingWorkspaceOutput, CreateEndpointInput, CreateEndpointOutput, CustomerCreatedPayload, CustomerDeletedPayload, CustomerEvents, CustomerEventsResponse, CustomerUpdatedPayload, DASHBOARD_STATS_TIME_FRAMES, DeleteEndpointInput, DeleteEndpointOutput, EndpointCheckboxsCollapsiblesSchema, EndpointHandlingForm, EndpointOut, EventType, GetAlertsMetrics, GetAverageRiskLevelResponse, GetCustomerCountryResponse, GetCustomerCreatedResponse, GetCustomerRiskLevelChangedResponse, GetCustomerStatusChangedResponse, GetCustomerStatusCountsResponse, GetCustomerStatusesResponse, GetMessagesInput, GetNewCustomersResponse, GetRuleEngineResponse, GetSSIDCountsResponse, GetSSIDCountsResponseHistorical, GetSSIDDurationResponse, GetTop5CountriesByCustomerCountResponse, ListAttemptsByMessageInput, ListAttemptsByMessageOutput, ListEnpointsInput, ListEventTypeOutput, ListMessagesInput, ListMessagesOutput, ListResponseEndpointOut, Member, MessageDataOut, NEXERA_SSID, NEXERA_SSID_EVENTS, NexeraEvent, NexeraEventTopic, NexeraEventTopics, NexeraMeterQueries, NexeraMeterQueryParams, NexeraMeterQueryResponse, NexeraSSIDEventType, NexeraSvixEnvironmentConfig, NexeraWebhookEvents, OPEN_METER_WINDOW_SIZES, OmMeterSlug, OpenMeterQueryParams, OpenMeterWindowSize, RefreshSessionMember, RuleEngineEvent, RuleEngineEventType, RuleEngineEventTypes, SendCodeInput, SendCodeOutput, SendMessageForCustomerCreatedInput, SendMessageForCustomerDeletedInput, SendMessageForCustomerUpdatedInput, SendMessageForSendScenarioInput, SendMessageForSendVerificationFlowInput, SendScenarioPayload, SendVerificationFlowPayload, SessionMember, SignatureRequestEvent, SynapsEvents, Timeframe, UpdateEndpointInput, UpdateEndpointOutput, WebhookCheckboxInformation, WebhookEventType, WebhookEventTypeForm, WebhookEventTypes, WebhookEventTypesForm, nexeraEventTypeToHMR }; | ||
export { ACTIVITY_TOPICS, ActivityTopic, AllNexeraEventTypes, AttemptDataOut, BaseSignatureRequestEvent, ConnectionHandlingWorkspaceInput, ConnectionHandlingWorkspaceOutput, CreateEndpointInput, CreateEndpointOutput, CustomerCreatedPayload, CustomerDeletedPayload, CustomerEvents, CustomerEventsResponse, CustomerUpdatedPayload, DASHBOARD_STATS_TIME_FRAMES, DeleteEndpointInput, DeleteEndpointOutput, EndpointCheckboxsCollapsiblesSchema, EndpointHandlingForm, EndpointOut, EventType, GetAlertsMetrics, GetAverageRiskLevelResponse, GetCustomerCountryResponse, GetCustomerCreatedResponse, GetCustomerRiskLevelChangedResponse, GetCustomerStatusChangedResponse, GetCustomerStatusCountsResponse, GetCustomerStatusesResponse, GetEndpointSecretInput, GetEndpointSecretOutput, GetMessagesInput, GetNewCustomersResponse, GetRuleEngineResponse, GetSSIDCountsResponse, GetSSIDCountsResponseHistorical, GetSSIDDurationResponse, GetTop5CountriesByCustomerCountResponse, ListAttemptsByMessageInput, ListAttemptsByMessageOutput, ListEnpointsInput, ListEventTypeOutput, ListMessagesInput, ListMessagesOutput, ListResponseEndpointOut, Member, MessageDataOut, NEXERA_SSID, NEXERA_SSID_EVENTS, NexeraEvent, NexeraEventTopic, NexeraEventTopics, NexeraMeterQueries, NexeraMeterQueryParams, NexeraMeterQueryResponse, NexeraSSIDEventType, NexeraSvixEnvironmentConfig, NexeraWebhookEvents, OPEN_METER_WINDOW_SIZES, OmMeterSlug, OpenMeterQueryParams, OpenMeterWindowSize, RefreshSessionMember, RuleEngineEvent, RuleEngineEventType, RuleEngineEventTypes, SendCodeInput, SendCodeOutput, SendMessageForCustomerCreatedInput, SendMessageForCustomerDeletedInput, SendMessageForCustomerUpdatedInput, SendMessageForSendScenarioInput, SendMessageForSendVerificationFlowInput, SendScenarioPayload, SendVerificationFlowPayload, SessionMember, SignatureRequestEvent, SynapsEvents, Timeframe, UpdateEndpointInput, UpdateEndpointOutput, WebhookCheckboxInformation, WebhookEventType, WebhookEventTypeForm, WebhookEventTypes, WebhookEventTypesForm, nexeraEventTypeToHMR }; |
{ | ||
"name": "@nexeraprotocol/nexera-id-schemas", | ||
"version": "1.10.99", | ||
"version": "1.10.100", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/nexeraprotocol-nexera-id-schemas.cjs.js", |
{ | ||
"name": "@nexeraprotocol/nexera-id-schemas", | ||
"version": "1.10.99-dev", | ||
"version": "1.10.100-dev", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/nexeraprotocol-nexera-id-schemas.cjs.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
8899085
139684