Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@nexeraid/identity-schemas

Package Overview
Dependencies
Maintainers
0
Versions
188
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nexeraid/identity-schemas - npm Package Compare versions

Comparing version 1.12.23-dev to 1.12.24-dev

2

dist/package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc