@nexeraprotocol/nexera-id-schemas
Advanced tools
Comparing version 1.10.93-dev to 1.10.94-dev
@@ -206,2 +206,17 @@ import { W as WorkspaceSettings, C as CustomerStatus, R as RiskScoreType, I as ISO3CountryCode, S as ScenarioWebhookPayloadSchema, V as VerificationFlowChecksWebhookPayload, a as RuleResultStatus, b as SynapsSessionEvent, c as SynapsStepEvent, O as OnboardingLevel } from './credential-storage.schema-ec076636.esm.js'; | ||
}); | ||
var MessageDataOut = z.object({ | ||
id: z.string(), | ||
eventType: WebhookEventType, | ||
timestamp: z.coerce.date() | ||
}); | ||
var AttemptDataOut = z.object({ | ||
id: z.string(), | ||
url: z.string(), | ||
responseStatusCode: z.number(), | ||
status: z.number(), | ||
triggerType: z.coerce.string(), | ||
msgId: z.string(), | ||
endpointId: z.string(), | ||
timestamp: z.coerce.date() | ||
}); | ||
var EventType = z.object({ | ||
@@ -231,3 +246,5 @@ archived: z["boolean"]().optional(), | ||
}); | ||
var ListResponseEndpointOut = z.array(EndpointOut); | ||
var ListResponseEndpointOut = z.object({ | ||
endpoints: z.array(EndpointOut) | ||
}); | ||
var UpdateEndpointInput = z.object({ | ||
@@ -270,2 +287,20 @@ projectId: z.string(), | ||
}); | ||
var ListMessagesInput = z.object({ | ||
projectId: z.string(), | ||
eventType: WebhookEventType.optional() | ||
}); | ||
var GetMessagesInput = z.object({ | ||
projectId: z.string(), | ||
messageId: z.string() | ||
}); | ||
var ListMessagesOutput = z.object({ | ||
messages: z.array(MessageDataOut) | ||
}); | ||
var ListAttemptsByMessageInput = z.object({ | ||
projectId: z.string(), | ||
messageId: z.string() | ||
}); | ||
var ListAttemptsByMessageOutput = z.object({ | ||
attempts: z.array(AttemptDataOut) | ||
}); | ||
var ConnectionHandlingWorkspaceInput = z.object({ | ||
@@ -672,2 +707,2 @@ projectId: z.string() | ||
export { ACTIVITY_TOPICS, ActivityTopic, AllNexeraEventTypes, BaseSignatureRequestEvent, ConnectionHandlingWorkspaceInput, ConnectionHandlingWorkspaceOutput, CreateEndpointInput, CreateEndpointOutput, CustomerEvents, CustomerEventsResponse, DASHBOARD_STATS_TIME_FRAMES, DeleteEndpointInput, DeleteEndpointOutput, EndpointCheckboxsCollapsiblesSchema, EndpointHandlingForm, EndpointOut, EventType, GetAlertsMetrics, GetAverageRiskLevelResponse, GetCustomerCountryResponse, GetCustomerCreatedResponse, GetCustomerRiskLevelChangedResponse, GetCustomerStatusChangedResponse, GetCustomerStatusCountsResponse, GetCustomerStatusesResponse, GetNewCustomersResponse, GetRuleEngineResponse, GetSSIDCountsResponse, GetSSIDCountsResponseHistorical, GetSSIDDurationResponse, GetTop5CountriesByCustomerCountResponse, ListEnpointsInput, ListEventTypeOutput, ListResponseEndpointOut, Member, 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, SessionMember, SignatureRequestEvent, SynapsEvents, Timeframe, UpdateEndpointInput, UpdateEndpointOutput, WebhookCheckboxInformation, WebhookEventType, WebhookEventTypeForm, WebhookEventTypes, WebhookEventTypesForm, nexeraEventTypeToHMR }; | ||
export { ACTIVITY_TOPICS, ActivityTopic, AllNexeraEventTypes, AttemptDataOut, BaseSignatureRequestEvent, ConnectionHandlingWorkspaceInput, ConnectionHandlingWorkspaceOutput, CreateEndpointInput, CreateEndpointOutput, CustomerEvents, CustomerEventsResponse, 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, SessionMember, SignatureRequestEvent, SynapsEvents, Timeframe, UpdateEndpointInput, UpdateEndpointOutput, WebhookCheckboxInformation, WebhookEventType, WebhookEventTypeForm, WebhookEventTypes, WebhookEventTypesForm, nexeraEventTypeToHMR }; |
{ | ||
"name": "@nexeraprotocol/nexera-id-schemas", | ||
"version": "1.10.93", | ||
"version": "1.10.94", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/nexeraprotocol-nexera-id-schemas.cjs.js", |
{ | ||
"name": "@nexeraprotocol/nexera-id-schemas", | ||
"version": "1.10.93-dev", | ||
"version": "1.10.94-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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7824015
122969