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

@nexeraprotocol/nexera-id-schemas

Package Overview
Dependencies
Maintainers
1
Versions
385
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nexeraprotocol/nexera-id-schemas - npm Package Compare versions

Comparing version 1.10.88 to 1.10.89-dev

27

dist/nexeraprotocol-nexera-id-schemas.cjs.dev.js

@@ -464,2 +464,14 @@ 'use strict';

}).array();
var GetSSIDCountsResponseHistorical = zod.z.object({
current: OpenMeterResponse.extend({
groupBy: zod.z.object({
type: NexeraSSIDEventType
})
}).array(),
previous: OpenMeterResponse.extend({
groupBy: zod.z.object({
type: NexeraSSIDEventType
})
}).array()
});
var GetCustomerStatusChangedResponse = OpenMeterResponse.extend({

@@ -471,6 +483,12 @@ groupBy: zod.z.object({

}).array();
var GetCustomerStatusesResponse = zod.z.array(zod.z.object({
state: zod.z.union([noteMap_schema.CustomerStatus, zod.z.literal("Total"), noteMap_schema.OnboardingLevel]),
count: zod.z.number()
}));
var GetCustomerStatusesResponse = zod.z.object({
current: zod.z.array(zod.z.object({
state: zod.z.union([noteMap_schema.CustomerStatus, zod.z.literal("Total"), noteMap_schema.OnboardingLevel]),
count: zod.z.number()
})),
previous: zod.z.array(zod.z.object({
state: zod.z.union([noteMap_schema.CustomerStatus, zod.z.literal("Total"), noteMap_schema.OnboardingLevel]),
count: zod.z.number()
}))
});
var GetCustomerRiskLevelChangedResponse = zod.z.object({

@@ -1101,2 +1119,3 @@ average: OpenMeterResponse.extend({

exports.GetSSIDCountsResponse = GetSSIDCountsResponse;
exports.GetSSIDCountsResponseHistorical = GetSSIDCountsResponseHistorical;
exports.GetSSIDDurationResponse = GetSSIDDurationResponse;

@@ -1103,0 +1122,0 @@ exports.GetTop5CountriesByCustomerCountResponse = GetTop5CountriesByCustomerCountResponse;

@@ -464,2 +464,14 @@ 'use strict';

}).array();
var GetSSIDCountsResponseHistorical = zod.z.object({
current: OpenMeterResponse.extend({
groupBy: zod.z.object({
type: NexeraSSIDEventType
})
}).array(),
previous: OpenMeterResponse.extend({
groupBy: zod.z.object({
type: NexeraSSIDEventType
})
}).array()
});
var GetCustomerStatusChangedResponse = OpenMeterResponse.extend({

@@ -471,6 +483,12 @@ groupBy: zod.z.object({

}).array();
var GetCustomerStatusesResponse = zod.z.array(zod.z.object({
state: zod.z.union([noteMap_schema.CustomerStatus, zod.z.literal("Total"), noteMap_schema.OnboardingLevel]),
count: zod.z.number()
}));
var GetCustomerStatusesResponse = zod.z.object({
current: zod.z.array(zod.z.object({
state: zod.z.union([noteMap_schema.CustomerStatus, zod.z.literal("Total"), noteMap_schema.OnboardingLevel]),
count: zod.z.number()
})),
previous: zod.z.array(zod.z.object({
state: zod.z.union([noteMap_schema.CustomerStatus, zod.z.literal("Total"), noteMap_schema.OnboardingLevel]),
count: zod.z.number()
}))
});
var GetCustomerRiskLevelChangedResponse = zod.z.object({

@@ -1101,2 +1119,3 @@ average: OpenMeterResponse.extend({

exports.GetSSIDCountsResponse = GetSSIDCountsResponse;
exports.GetSSIDCountsResponseHistorical = GetSSIDCountsResponseHistorical;
exports.GetSSIDDurationResponse = GetSSIDDurationResponse;

@@ -1103,0 +1122,0 @@ exports.GetTop5CountriesByCustomerCountResponse = GetTop5CountriesByCustomerCountResponse;

@@ -462,2 +462,14 @@ import { _ as _defineProperty, W as WorkspaceSettings, S as ScenarioWebhookPayloadSchema, V as VerificationFlowChecksWebhookPayload, C as CustomerStatus, R as RiskScoreType, A as Alpha3Country, a as RuleResultStatus, b as SynapsSessionEvent, c as SynapsStepEvent, O as OnboardingLevel } from './note-map.schema-c18cff14.esm.js';

}).array();
var GetSSIDCountsResponseHistorical = z.object({
current: OpenMeterResponse.extend({
groupBy: z.object({
type: NexeraSSIDEventType
})
}).array(),
previous: OpenMeterResponse.extend({
groupBy: z.object({
type: NexeraSSIDEventType
})
}).array()
});
var GetCustomerStatusChangedResponse = OpenMeterResponse.extend({

@@ -469,6 +481,12 @@ groupBy: z.object({

}).array();
var GetCustomerStatusesResponse = z.array(z.object({
state: z.union([CustomerStatus, z.literal("Total"), OnboardingLevel]),
count: z.number()
}));
var GetCustomerStatusesResponse = z.object({
current: z.array(z.object({
state: z.union([CustomerStatus, z.literal("Total"), OnboardingLevel]),
count: z.number()
})),
previous: z.array(z.object({
state: z.union([CustomerStatus, z.literal("Total"), OnboardingLevel]),
count: z.number()
}))
});
var GetCustomerRiskLevelChangedResponse = z.object({

@@ -568,2 +586,2 @@ average: OpenMeterResponse.extend({

export { ACTIVE_CHAIN_VALUES, ACTIVITY_TOPICS, ActivityTopic, AllNexeraEventTypes, BaseSignatureRequestEvent, ChainId, ConnectionHandlingWorkspaceInput, ConnectionHandlingWorkspaceOutput, CreateEndpointInput, CreateEndpointOutput, CustomerEvents, DASHBOARD_STATS_TIME_FRAMES, DeleteEndpointInput, DeleteEndpointOutput, EndpointOut, EventType, GetAlertsMetrics, GetAverageRiskLevelResponse, GetCustomerCountryResponse, GetCustomerCreatedResponse, GetCustomerRiskLevelChangedResponse, GetCustomerStatusChangedResponse, GetCustomerStatusCountsResponse, GetCustomerStatusesResponse, GetNewCustomersResponse, GetRuleEngineResponse, GetSSIDCountsResponse, GetSSIDDurationResponse, GetTop5CountriesByCustomerCountResponse, ListEnpointsInput, ListEventTypeOutput, ListResponseEndpointOut, Member, NEXERA_CHAINS, NEXERA_CHAIN_NAMES, NEXERA_CHAIN_VALUES, NEXERA_SSID, NEXERA_SSID_EVENTS, NexeraEvent, NexeraEventTopic, NexeraEventTopics, NexeraMeterQueries, NexeraMeterQueryParams, NexeraMeterQueryResponse, NexeraSSIDEventType, NexeraSvixEnvironmentConfig, NexeraWebhookEvents, OPEN_METER_WINDOW_SIZES, OmMeterSlug, OpenMeterQueryParams, OpenMeterWindowSize, POLYGON_NETWORK_NAMES, PolygonNetworkNames, RefreshSessionMember, RuleEngineEvent, RuleEngineEventType, RuleEngineEventTypes, SendCodeInput, SendCodeOutput, SendMessageForSendScenarioInput, SendMessageForSendVerificationFlowInput, SessionMember, SignatureRequestEvent, SynapsEvents, Timeframe, UpdateEndpointInput, UpdateEndpointOutput, WebhookEventType, WebhookEventTypes, nexeraEventTypeToHMR };
export { ACTIVE_CHAIN_VALUES, ACTIVITY_TOPICS, ActivityTopic, AllNexeraEventTypes, BaseSignatureRequestEvent, ChainId, ConnectionHandlingWorkspaceInput, ConnectionHandlingWorkspaceOutput, CreateEndpointInput, CreateEndpointOutput, CustomerEvents, DASHBOARD_STATS_TIME_FRAMES, DeleteEndpointInput, DeleteEndpointOutput, EndpointOut, EventType, GetAlertsMetrics, GetAverageRiskLevelResponse, GetCustomerCountryResponse, GetCustomerCreatedResponse, GetCustomerRiskLevelChangedResponse, GetCustomerStatusChangedResponse, GetCustomerStatusCountsResponse, GetCustomerStatusesResponse, GetNewCustomersResponse, GetRuleEngineResponse, GetSSIDCountsResponse, GetSSIDCountsResponseHistorical, GetSSIDDurationResponse, GetTop5CountriesByCustomerCountResponse, ListEnpointsInput, ListEventTypeOutput, ListResponseEndpointOut, Member, NEXERA_CHAINS, NEXERA_CHAIN_NAMES, NEXERA_CHAIN_VALUES, NEXERA_SSID, NEXERA_SSID_EVENTS, NexeraEvent, NexeraEventTopic, NexeraEventTopics, NexeraMeterQueries, NexeraMeterQueryParams, NexeraMeterQueryResponse, NexeraSSIDEventType, NexeraSvixEnvironmentConfig, NexeraWebhookEvents, OPEN_METER_WINDOW_SIZES, OmMeterSlug, OpenMeterQueryParams, OpenMeterWindowSize, POLYGON_NETWORK_NAMES, PolygonNetworkNames, RefreshSessionMember, RuleEngineEvent, RuleEngineEventType, RuleEngineEventTypes, SendCodeInput, SendCodeOutput, SendMessageForSendScenarioInput, SendMessageForSendVerificationFlowInput, SessionMember, SignatureRequestEvent, SynapsEvents, Timeframe, UpdateEndpointInput, UpdateEndpointOutput, WebhookEventType, WebhookEventTypes, nexeraEventTypeToHMR };

2

dist/package.json
{
"name": "@nexeraprotocol/nexera-id-schemas",
"version": "1.10.88",
"version": "1.10.89",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/nexeraprotocol-nexera-id-schemas.cjs.js",

{
"name": "@nexeraprotocol/nexera-id-schemas",
"version": "1.10.88",
"version": "1.10.89-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

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