@nexeraprotocol/nexera-id-schemas
Advanced tools
Comparing version 1.10.88 to 1.10.89-dev
@@ -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 }; |
{ | ||
"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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
8578096
138892
2