@nexeraid/identity-schemas
Advanced tools
Comparing version 1.12.23-dev to 1.12.24-dev
{ | ||
"name": "@nexeraid/identity-schemas", | ||
"version": "1.12.23", | ||
"version": "1.12.24", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
{ | ||
"name": "@nexeraid/identity-schemas", | ||
"version": "1.12.23-dev", | ||
"version": "1.12.24-dev", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
@@ -293,2 +293,7 @@ 'use strict'; | ||
}); | ||
var WebhookScenariosEventPayload = SendScenarioPayload; | ||
var WebhookVerificationEventPayload = SendVerificationFlowPayload; | ||
var WebhookCustomerEventPayload = zod.z.union([CustomerCreatedPayload, CustomerUpdatedPayload, CustomerDeletedPayload]); | ||
var WebhookAlertEventPayload = zod.z.union([AlertCreatedPayload, AlertUpdatedPayload, AlertDeletedPayload]); | ||
var WebhookEventPayload = zod.z.union([WebhookScenariosEventPayload, WebhookVerificationEventPayload, WebhookCustomerEventPayload, WebhookAlertEventPayload]); | ||
var AllNexeraEventTypes = zod.z.array(NexeraEventTypes); | ||
@@ -348,3 +353,3 @@ var NexeraSvixEnvironmentConfig = zod.z.object({ | ||
timestamp: zod.z.coerce.date(), | ||
payload: zod.z.union([SendScenarioPayload, SendVerificationFlowPayload, CustomerCreatedPayload, CustomerUpdatedPayload, CustomerDeletedPayload, AlertCreatedPayload, AlertUpdatedPayload, AlertDeletedPayload]) | ||
payload: WebhookEventPayload | ||
}); | ||
@@ -660,3 +665,6 @@ var AttemptDataOut = zod.z.object({ | ||
exports.VerificationFlowResult = VerificationFlowResult; | ||
exports.WebhookAlertEventPayload = WebhookAlertEventPayload; | ||
exports.WebhookCheckboxInformation = WebhookCheckboxInformation; | ||
exports.WebhookCustomerEventPayload = WebhookCustomerEventPayload; | ||
exports.WebhookEventPayload = WebhookEventPayload; | ||
exports.WebhookEventType = WebhookEventType; | ||
@@ -666,1 +674,3 @@ exports.WebhookEventTypeForm = WebhookEventTypeForm; | ||
exports.WebhookEventTypesForm = WebhookEventTypesForm; | ||
exports.WebhookScenariosEventPayload = WebhookScenariosEventPayload; | ||
exports.WebhookVerificationEventPayload = WebhookVerificationEventPayload; |
@@ -293,2 +293,7 @@ 'use strict'; | ||
}); | ||
var WebhookScenariosEventPayload = SendScenarioPayload; | ||
var WebhookVerificationEventPayload = SendVerificationFlowPayload; | ||
var WebhookCustomerEventPayload = zod.z.union([CustomerCreatedPayload, CustomerUpdatedPayload, CustomerDeletedPayload]); | ||
var WebhookAlertEventPayload = zod.z.union([AlertCreatedPayload, AlertUpdatedPayload, AlertDeletedPayload]); | ||
var WebhookEventPayload = zod.z.union([WebhookScenariosEventPayload, WebhookVerificationEventPayload, WebhookCustomerEventPayload, WebhookAlertEventPayload]); | ||
var AllNexeraEventTypes = zod.z.array(NexeraEventTypes); | ||
@@ -348,3 +353,3 @@ var NexeraSvixEnvironmentConfig = zod.z.object({ | ||
timestamp: zod.z.coerce.date(), | ||
payload: zod.z.union([SendScenarioPayload, SendVerificationFlowPayload, CustomerCreatedPayload, CustomerUpdatedPayload, CustomerDeletedPayload, AlertCreatedPayload, AlertUpdatedPayload, AlertDeletedPayload]) | ||
payload: WebhookEventPayload | ||
}); | ||
@@ -660,3 +665,6 @@ var AttemptDataOut = zod.z.object({ | ||
exports.VerificationFlowResult = VerificationFlowResult; | ||
exports.WebhookAlertEventPayload = WebhookAlertEventPayload; | ||
exports.WebhookCheckboxInformation = WebhookCheckboxInformation; | ||
exports.WebhookCustomerEventPayload = WebhookCustomerEventPayload; | ||
exports.WebhookEventPayload = WebhookEventPayload; | ||
exports.WebhookEventType = WebhookEventType; | ||
@@ -666,1 +674,3 @@ exports.WebhookEventTypeForm = WebhookEventTypeForm; | ||
exports.WebhookEventTypesForm = WebhookEventTypesForm; | ||
exports.WebhookScenariosEventPayload = WebhookScenariosEventPayload; | ||
exports.WebhookVerificationEventPayload = WebhookVerificationEventPayload; |
@@ -289,2 +289,7 @@ import { z } from 'zod'; | ||
}); | ||
var WebhookScenariosEventPayload = SendScenarioPayload; | ||
var WebhookVerificationEventPayload = SendVerificationFlowPayload; | ||
var WebhookCustomerEventPayload = z.union([CustomerCreatedPayload, CustomerUpdatedPayload, CustomerDeletedPayload]); | ||
var WebhookAlertEventPayload = z.union([AlertCreatedPayload, AlertUpdatedPayload, AlertDeletedPayload]); | ||
var WebhookEventPayload = z.union([WebhookScenariosEventPayload, WebhookVerificationEventPayload, WebhookCustomerEventPayload, WebhookAlertEventPayload]); | ||
var AllNexeraEventTypes = z.array(NexeraEventTypes); | ||
@@ -344,3 +349,3 @@ var NexeraSvixEnvironmentConfig = z.object({ | ||
timestamp: z.coerce.date(), | ||
payload: z.union([SendScenarioPayload, SendVerificationFlowPayload, CustomerCreatedPayload, CustomerUpdatedPayload, CustomerDeletedPayload, AlertCreatedPayload, AlertUpdatedPayload, AlertDeletedPayload]) | ||
payload: WebhookEventPayload | ||
}); | ||
@@ -582,2 +587,2 @@ var AttemptDataOut = z.object({ | ||
export { ALERT_CHART_TYPES, ALERT_TABLE_COLUMNS, AlertCategories, AlertCategory, AlertChartType, AlertCreatedPayload, AlertDeletedPayload, AlertSeverities, AlertSeverity, AlertStatus, AlertStatuses, AlertTableColumn, AlertType, AlertTypes, AlertUpdatedPayload, AlertWebhookPayload, AllNexeraEventTypes, AttemptDataOut, AttemptsStatus, AttemptsStatusCode, AttemptsStatusCodes, AttemptsStatusKey, AttemptsStatusKeys, CUSTOMER_TOPICS, ConnectionHandlingWorkspaceInput, ConnectionHandlingWorkspaceOutput, CreateEndpointInput, CreateEndpointOutput, CustomerCreatedPayload, CustomerDeletedPayload, CustomerEvents, CustomerTopics, CustomerUpdatedPayload, CustomerWebhookPayload, DeleteEndpointInput, DeleteEndpointOutput, DuplicateData, EndpointCheckboxsCollapsiblesSchema, EndpointHandlingForm, EndpointOut, EventType, GetEndpointSecretInput, GetEndpointSecretOutput, GetMessagesInput, ListAttemptsByEndpointInput, ListAttemptsByMessageInput, ListAttemptsByMessageOutput, ListEndpointsInput, ListEventTypeOutput, ListMessagesInput, ListMessagesOutput, ListResponseEndpointOut, MessageDataOut, MessageDataOutExtended, NexeraSvixEnvironmentConfig, NexeraWebhookEvents, ResendWebhookInput, ScenarioWebhookPayloadSchema, SendExampleMessageInput, SendMessageForAlertCreatedInput, SendMessageForAlertDeletedInput, SendMessageForAlertUpdatedInput, SendMessageForCustomerCreatedInput, SendMessageForCustomerDeletedInput, SendMessageForCustomerUpdatedInput, SendMessageForSendScenarioInput, SendMessageForSendVerificationFlowInput, SendScenarioPayload, SendVerificationFlowPayload, UpdateEndpointInput, UpdateEndpointOutput, UserInfoForDuplicate, VerificationFlowChecksWebhookPayload, VerificationFlowResult, WebhookCheckboxInformation, WebhookEventType, WebhookEventTypeForm, WebhookEventTypes, WebhookEventTypesForm }; | ||
export { ALERT_CHART_TYPES, ALERT_TABLE_COLUMNS, AlertCategories, AlertCategory, AlertChartType, AlertCreatedPayload, AlertDeletedPayload, AlertSeverities, AlertSeverity, AlertStatus, AlertStatuses, AlertTableColumn, AlertType, AlertTypes, AlertUpdatedPayload, AlertWebhookPayload, AllNexeraEventTypes, AttemptDataOut, AttemptsStatus, AttemptsStatusCode, AttemptsStatusCodes, AttemptsStatusKey, AttemptsStatusKeys, CUSTOMER_TOPICS, ConnectionHandlingWorkspaceInput, ConnectionHandlingWorkspaceOutput, CreateEndpointInput, CreateEndpointOutput, CustomerCreatedPayload, CustomerDeletedPayload, CustomerEvents, CustomerTopics, CustomerUpdatedPayload, CustomerWebhookPayload, DeleteEndpointInput, DeleteEndpointOutput, DuplicateData, EndpointCheckboxsCollapsiblesSchema, EndpointHandlingForm, EndpointOut, EventType, GetEndpointSecretInput, GetEndpointSecretOutput, GetMessagesInput, ListAttemptsByEndpointInput, ListAttemptsByMessageInput, ListAttemptsByMessageOutput, ListEndpointsInput, ListEventTypeOutput, ListMessagesInput, ListMessagesOutput, ListResponseEndpointOut, MessageDataOut, MessageDataOutExtended, NexeraSvixEnvironmentConfig, NexeraWebhookEvents, ResendWebhookInput, ScenarioWebhookPayloadSchema, SendExampleMessageInput, SendMessageForAlertCreatedInput, SendMessageForAlertDeletedInput, SendMessageForAlertUpdatedInput, SendMessageForCustomerCreatedInput, SendMessageForCustomerDeletedInput, SendMessageForCustomerUpdatedInput, SendMessageForSendScenarioInput, SendMessageForSendVerificationFlowInput, SendScenarioPayload, SendVerificationFlowPayload, UpdateEndpointInput, UpdateEndpointOutput, UserInfoForDuplicate, VerificationFlowChecksWebhookPayload, VerificationFlowResult, WebhookAlertEventPayload, WebhookCheckboxInformation, WebhookCustomerEventPayload, WebhookEventPayload, WebhookEventType, WebhookEventTypeForm, WebhookEventTypes, WebhookEventTypesForm, WebhookScenariosEventPayload, WebhookVerificationEventPayload }; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
13157695
0
117923