@camstack/types 1.2.100 → 1.2.101
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/addon.js +3 -2
- package/dist/addon.mjs +3 -2
- package/dist/capabilities/custom-model-registry.cap.d.ts +12 -0
- package/dist/capabilities/index.d.ts +1 -1
- package/dist/capabilities/model-convert.cap.d.ts +6 -0
- package/dist/capabilities/model-distributor.cap.d.ts +12 -0
- package/dist/capabilities/pipeline-analytics.cap.d.ts +121 -0
- package/dist/capabilities/pipeline-executor.cap.d.ts +35 -5
- package/dist/generated/addon-api.d.ts +14 -0
- package/dist/generated/cap-input-defaults.d.ts +1 -1
- package/dist/generated/method-access-map.d.ts +1 -1
- package/dist/generated/method-device-selectors.d.ts +1 -1
- package/dist/index.js +115 -2
- package/dist/index.mjs +108 -3
- package/dist/{sleep-C2XhJhkd.js → sleep-BwXldPpA.js} +2 -0
- package/dist/{sleep-B8EIZt4h.mjs → sleep-C3vjSV4H.mjs} +2 -0
- package/dist/types/models.d.ts +38 -0
- package/package.json +1 -1
package/dist/addon.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
2
|
const require_event_category = require("./event-category-EY0GNjV9.js");
|
|
3
|
-
const require_sleep = require("./sleep-
|
|
3
|
+
const require_sleep = require("./sleep-BwXldPpA.js");
|
|
4
4
|
const require_err_msg = require("./err-msg-COpsHMw2.js");
|
|
5
5
|
//#region src/generated/cap-input-defaults.ts
|
|
6
6
|
/**
|
|
@@ -16,7 +16,7 @@ const require_err_msg = require("./err-msg-COpsHMw2.js");
|
|
|
16
16
|
* Plain data, zero Zod: a forked runner must not import the schema barrel
|
|
17
17
|
* (~144MB RSS per runner — D28).
|
|
18
18
|
*
|
|
19
|
-
* Coverage: 24 caps,
|
|
19
|
+
* Coverage: 24 caps, 53 methods with defaults.
|
|
20
20
|
*/
|
|
21
21
|
var CAP_INPUT_DEFAULTS = Object.freeze({
|
|
22
22
|
"addons": { "getLogs": { "limit": 100 } },
|
|
@@ -129,6 +129,7 @@ var CAP_INPUT_DEFAULTS = Object.freeze({
|
|
|
129
129
|
"getMotionEvents": { "limit": 1e3 },
|
|
130
130
|
"getObjectEvents": { "limit": 1e3 },
|
|
131
131
|
"getSensorEvents": { "limit": 1e3 },
|
|
132
|
+
"listGroups": { "limit": 40 },
|
|
132
133
|
"listRecentTracks": { "limit": 200 },
|
|
133
134
|
"searchObjectEvents": {
|
|
134
135
|
"limit": 50,
|
package/dist/addon.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as EventCategory } from "./event-category-CIa_iT6b.mjs";
|
|
2
|
-
import { A as expandCapMethods, B as ReadinessTimeoutError, I as nodePin, L as readNodePin, T as adminUiCapability, U as scopeKey, _t as BaseAddon, a as asJsonObject, b as viewerUiCapability, d as BOOT_RECOVERY_BACKOFF_MS, f as DEVICE_SCOPED_CAPS, gt as DisposerChain, ht as DATAPLANE_SECRET_HEADER, m as createDeviceProxy, p as isDeviceScopedCap, s as asString, t as sleep, u as parseJsonUnknown, vt as normalizeAddonInitResult, w as DeviceType, xt as emitReadiness, y as deviceOpsCapability, z as ReadinessRegistry } from "./sleep-
|
|
2
|
+
import { A as expandCapMethods, B as ReadinessTimeoutError, I as nodePin, L as readNodePin, T as adminUiCapability, U as scopeKey, _t as BaseAddon, a as asJsonObject, b as viewerUiCapability, d as BOOT_RECOVERY_BACKOFF_MS, f as DEVICE_SCOPED_CAPS, gt as DisposerChain, ht as DATAPLANE_SECRET_HEADER, m as createDeviceProxy, p as isDeviceScopedCap, s as asString, t as sleep, u as parseJsonUnknown, vt as normalizeAddonInitResult, w as DeviceType, xt as emitReadiness, y as deviceOpsCapability, z as ReadinessRegistry } from "./sleep-C3vjSV4H.mjs";
|
|
3
3
|
import { t as errMsg } from "./err-msg-IQTHeDzc.mjs";
|
|
4
4
|
//#region src/generated/cap-input-defaults.ts
|
|
5
5
|
/**
|
|
@@ -15,7 +15,7 @@ import { t as errMsg } from "./err-msg-IQTHeDzc.mjs";
|
|
|
15
15
|
* Plain data, zero Zod: a forked runner must not import the schema barrel
|
|
16
16
|
* (~144MB RSS per runner — D28).
|
|
17
17
|
*
|
|
18
|
-
* Coverage: 24 caps,
|
|
18
|
+
* Coverage: 24 caps, 53 methods with defaults.
|
|
19
19
|
*/
|
|
20
20
|
var CAP_INPUT_DEFAULTS = Object.freeze({
|
|
21
21
|
"addons": { "getLogs": { "limit": 100 } },
|
|
@@ -128,6 +128,7 @@ var CAP_INPUT_DEFAULTS = Object.freeze({
|
|
|
128
128
|
"getMotionEvents": { "limit": 1e3 },
|
|
129
129
|
"getObjectEvents": { "limit": 1e3 },
|
|
130
130
|
"getSensorEvents": { "limit": 1e3 },
|
|
131
|
+
"listGroups": { "limit": 40 },
|
|
131
132
|
"listRecentTracks": { "limit": 200 },
|
|
132
133
|
"searchObjectEvents": {
|
|
133
134
|
"limit": 50,
|
|
@@ -137,6 +137,12 @@ export declare const CustomModelDescriptorSchema: z.ZodObject<{
|
|
|
137
137
|
}>>;
|
|
138
138
|
resolution: z.ZodOptional<z.ZodNumber>;
|
|
139
139
|
}, z.core.$strip>>;
|
|
140
|
+
provider: z.ZodOptional<z.ZodEnum<{
|
|
141
|
+
custom: "custom";
|
|
142
|
+
camstack: "camstack";
|
|
143
|
+
frigate: "frigate";
|
|
144
|
+
scrypted: "scrypted";
|
|
145
|
+
}>>;
|
|
140
146
|
classMap: z.ZodOptional<z.ZodObject<{
|
|
141
147
|
mapping: z.ZodRecord<z.ZodString, z.ZodEnum<{
|
|
142
148
|
person: "person";
|
|
@@ -275,6 +281,12 @@ export declare const customModelRegistryCapability: {
|
|
|
275
281
|
}>>;
|
|
276
282
|
resolution: z.ZodOptional<z.ZodNumber>;
|
|
277
283
|
}, z.core.$strip>>;
|
|
284
|
+
provider: z.ZodOptional<z.ZodEnum<{
|
|
285
|
+
custom: "custom";
|
|
286
|
+
camstack: "camstack";
|
|
287
|
+
frigate: "frigate";
|
|
288
|
+
scrypted: "scrypted";
|
|
289
|
+
}>>;
|
|
278
290
|
classMap: z.ZodOptional<z.ZodObject<{
|
|
279
291
|
mapping: z.ZodRecord<z.ZodString, z.ZodEnum<{
|
|
280
292
|
person: "person";
|
|
@@ -76,7 +76,7 @@ export { NetworkAccessStatusSchema, NetworkEndpointSchema, networkAccessCapabili
|
|
|
76
76
|
export { type Attachment, type AttachmentMediaType, AttachmentMediaTypeSchema, AttachmentSchema, type DiscoveredTarget, DiscoveredTargetSchema, type INotificationOutputProvider, type NotificationAction, type NotificationActionIcon, NotificationActionIconSchema, NotificationActionSchema, type NotificationFormat, NotificationFormatSchema, NotificationSchema, notificationOutputCapability, type RenderedAs, RenderedAsSchema, type SendResult, SendResultSchema, type Target, type TargetKind, type TargetKindCaps, TargetKindCapsSchema, type TargetKindLevel, TargetKindLevelSchema, TargetKindSchema, TargetSchema, type TestResult, TestResultSchema, } from './notification-output.cap.js';
|
|
77
77
|
export { type INotificationRulesProvider, NC_ALARM_SYSTEM_EVENT_KINDS, NC_AUDIO_DBFS_FLOOR, NC_AUTHORABLE_SYSTEM_EVENT_KINDS, NC_CONDITION_CATALOG, NC_CONFIRM_DEFAULT_MAX_IMAGE_PX, NC_CONFIRM_DEFAULT_TIMEOUT_MS, NC_CONFIRM_MAX_TIMEOUT_MS, NC_CONFIRM_MIN_TIMEOUT_MS, NC_DEFAULT_SNOOZE_MINUTES, NC_HISTORY_LIMIT_DEFAULT, NC_HISTORY_LIMIT_MAX, NC_MAX_PER_TRACK_IMMEDIATE, NC_SNOOZE_MAX_MINUTES, type NcAlarmConfig, NcAlarmConfigSchema, type NcAlarmModeCoverage, NcAlarmModeCoverageSchema, type NcAlarmSettings, type NcAlarmSettingsPatch, NcAlarmSettingsPatchSchema, NcAlarmSettingsSchema, type NcAlarmSkippedDevice, NcAlarmSkippedDeviceSchema, type NcAlarmSkipReason, NcAlarmSkipReasonSchema, type NcAudioCondition, NcAudioConditionSchema, type NcConditionDescriptor, NcConditionDescriptorSchema, type NcConditions, NcConditionsSchema, type NcConfirm, type NcConfirmExpect, NcConfirmExpectSchema, NcConfirmSchema, type NcCrossing, NcCrossingSchema, type NcDelivery, NcDeliverySchema, type NcDeviceStateCondition, NcDeviceStateConditionSchema, type NcHistoryEntry, NcHistoryEntrySchema, type NcHistoryFilter, NcHistoryFilterSchema, type NcHistoryRecordKind, NcHistoryRecordKindSchema, type NcHistoryStatus, NcHistoryStatusSchema, type NcHistorySubject, NcHistorySubjectSchema, type NcMediaFrame, NcMediaFrameSchema, type NcMediaPolicy, NcMediaPolicySchema, type NcOccupancyCondition, NcOccupancyConditionSchema, type NcPlateMatcher, NcPlateMatcherSchema, type NcRule, type NcRuleAction, NcRuleActionSchema, type NcRuleActionSequence, NcRuleActionSequenceSchema, type NcRuleActions, NcRuleActionsSchema, type NcRuleInput, NcRuleInputSchema, type NcRuleNotificationButton, NcRuleNotificationButtonSchema, type NcRulePatch, NcRulePatchSchema, NcRuleSchema, type NcRuleTarget, NcRuleTargetSchema, type NcSceneCondition, NcSceneConditionSchema, type NcSchedule, NcScheduleSchema, type NcScheduleWindow, NcScheduleWindowSchema, type NcSnooze, type NcSnoozeInput, NcSnoozeInputSchema, NcSnoozeSchema, type NcSnoozeScope, NcSnoozeScopeSchema, type NcSnoozeSuppressed, NcSnoozeSuppressedSchema, type NcSystemEventCondition, NcSystemEventConditionSchema, type NcSystemEventKind, NcSystemEventKindSchema, type NcTestResult, NcTestResultSchema, type NcThrottle, type NcThrottleGranularity, NcThrottleGranularitySchema, NcThrottleSchema, type NcZoneCondition, NcZoneConditionSchema, notificationRulesCapability, } from './notification-rules.cap.js';
|
|
78
78
|
export { type IOauthIntegrationProvider, type OauthIntegrationDescriptor, OauthIntegrationDescriptorSchema, oauthIntegrationCapability, } from './oauth-integration.cap.js';
|
|
79
|
-
export { type AudioEvent, AudioEventSchema, type DetectionSource, DetectionSourceSchema, type EventKind, type EventKindCategory, EventKindCategorySchema, type EventKindDescriptor, EventKindDescriptorSchema, type EventKindIcon, EventKindIconSchema, EventKindSchema, type EventKindsForDevice, EventKindsForDeviceSchema, type EventPruneCounts, type EventStoreDeviceFootprint, type EventStoreFootprint, type IPipelineAnalyticsProvider, type KeyEvent, KeyEventSchema, type LabelAttribution, LabelAttributionSchema, type LabelTier, LabelTierSchema, type MediaFile, type MediaFileInfo, MediaFileInfoSchema, type MediaFileKind, MediaFileSchema, type MotionEvent, MotionEventSchema, type ObjectEvent, ObjectEventSchema, pipelineAnalyticsCapability, type RecentTracksPage, RecentTracksPageSchema, type RecentTracksQuery, RecentTracksQueryInput, type RetrainAnnotation, type RetrainAnnotationDraft, RetrainAnnotationDraftSchema, RetrainAnnotationKindSchema, RetrainAnnotationSchema, RetrainAnnotationSourceSchema, type RetrainAssistResult, RetrainAssistResultSchema, RetrainAssistSubjectSchema, RetrainCopyRefusalSchema, type RetrainFrame, type RetrainFrameCandidate, RetrainFrameCandidateSchema, type RetrainFrameList, RetrainFrameListSchema, RetrainFrameSchema, type RetrainFrameSelection, RetrainFrameSelectionSchema, type RetrainMacroClass, RetrainMacroClassSchema, type RetrainStatus, RetrainStatusSchema, type RetrainTrack, RetrainTrackSchema, type RetrainTransitionResult, RetrainTransitionResultSchema, type ScoredObjectEvent, ScoredObjectEventSchema, type SensorEvent, SensorEventSchema, type Track, type TrackCascadeCounts, TrackCascadeCountsSchema, type TrackEnvelope, TrackEnvelopeSchema, TrackedDetectionSchema, type TrackFlags, type TrackFlagsPatch, TrackFlagsPatchSchema, TrackFlagsSchema, type TrackProjection, TrackProjectionSchema, TrackSchema, type TrackSource, TrackSourceSchema, type TrackState, TrackStateSchema, type TrackZoneFilter, TrackZoneFilterSchema, type TrainingExportDeviceTotals, TrainingExportDeviceTotalsSchema, type TrainingExportSummary, TrainingExportSummarySchema, type ZoneCrossing, type ZoneCrossingDirection, ZoneCrossingDirectionSchema, ZoneCrossingSchema, } from './pipeline-analytics.cap.js';
|
|
79
|
+
export { type AudioEvent, AudioEventSchema, type DetectionSource, DetectionSourceSchema, type EventKind, type EventKindCategory, EventKindCategorySchema, type EventKindDescriptor, EventKindDescriptorSchema, type EventKindIcon, EventKindIconSchema, EventKindSchema, type EventKindsForDevice, EventKindsForDeviceSchema, type EventPruneCounts, type EventStoreDeviceFootprint, type EventStoreFootprint, type IPipelineAnalyticsProvider, type KeyEvent, KeyEventSchema, type LabelAttribution, LabelAttributionSchema, type LabelTier, LabelTierSchema, type MediaFile, type MediaFileInfo, MediaFileInfoSchema, type MediaFileKind, MediaFileSchema, type MotionEvent, MotionEventSchema, type ObjectEvent, ObjectEventSchema, pipelineAnalyticsCapability, type RecentTracksPage, RecentTracksPageSchema, type RecentTracksQuery, RecentTracksQueryInput, type AnalyticsGroupDetail, AnalyticsGroupDetailSchema, type AnalyticsGroupMember, AnalyticsGroupMemberSchema, type AnalyticsGroupRecord, AnalyticsGroupRecordSchema, type ListGroupsPage, ListGroupsPageSchema, type ListGroupsQuery, ListGroupsQueryInput, type RetrainAnnotation, type RetrainAnnotationDraft, RetrainAnnotationDraftSchema, RetrainAnnotationKindSchema, RetrainAnnotationSchema, RetrainAnnotationSourceSchema, type RetrainAssistResult, RetrainAssistResultSchema, RetrainAssistSubjectSchema, RetrainCopyRefusalSchema, type RetrainFrame, type RetrainFrameCandidate, RetrainFrameCandidateSchema, type RetrainFrameList, RetrainFrameListSchema, RetrainFrameSchema, type RetrainFrameSelection, RetrainFrameSelectionSchema, type RetrainMacroClass, RetrainMacroClassSchema, type RetrainStatus, RetrainStatusSchema, type RetrainTrack, RetrainTrackSchema, type RetrainTransitionResult, RetrainTransitionResultSchema, type ScoredObjectEvent, ScoredObjectEventSchema, type SensorEvent, SensorEventSchema, type Track, type TrackCascadeCounts, TrackCascadeCountsSchema, type TrackEnvelope, TrackEnvelopeSchema, TrackedDetectionSchema, type TrackFlags, type TrackFlagsPatch, TrackFlagsPatchSchema, TrackFlagsSchema, type TrackProjection, TrackProjectionSchema, TrackSchema, type TrackSource, TrackSourceSchema, type TrackState, TrackStateSchema, type TrackZoneFilter, TrackZoneFilterSchema, type TrainingExportDeviceTotals, TrainingExportDeviceTotalsSchema, type TrainingExportSummary, TrainingExportSummarySchema, type ZoneCrossing, type ZoneCrossingDirection, ZoneCrossingDirectionSchema, ZoneCrossingSchema, } from './pipeline-analytics.cap.js';
|
|
80
80
|
export type { NativeCropRef, PipelineStepInputOutput, PipelineValidationIssue, PipelineValidationResult, } from './pipeline-executor.cap.js';
|
|
81
81
|
export { ModelSubstitutionSchema, NativeCropRefSchema, PipelineDefaultStepSchema, PipelineEngineChoiceSchema, PipelineRunResultBridge, PipelineStepInputSchema, PipelineValidationIssueSchema, PipelineValidationResultSchema, pipelineExecutorCapability, } from './pipeline-executor.cap.js';
|
|
82
82
|
export type { CameraAssignmentStatus, CameraAudioStatus, CameraBrokerProfile, CameraBrokerStatus, CameraDecoderShm, CameraDecoderStatus, CameraDetectionPhase, CameraDetectionProvisioning, CameraDetectionProvisioningState, CameraDetectionStatus, CameraMotionStatus, CameraRecordingMode, CameraRecordingStatus, CameraSourceStatus, CameraSourceStream, CameraStatus, CameraStatusDegradation, CameraStatusDegradationReason, CameraStatusStage, DiskReconcileJob, InferenceDeviceExclusionReason, IngestOwner, NodeInferenceDevice, NodeInferenceDevices, } from './pipeline-orchestrator.cap.js';
|
|
@@ -245,6 +245,12 @@ export declare const modelConvertCapability: {
|
|
|
245
245
|
}>>;
|
|
246
246
|
resolution: z.ZodOptional<z.ZodNumber>;
|
|
247
247
|
}, z.core.$strip>>;
|
|
248
|
+
provider: z.ZodOptional<z.ZodEnum<{
|
|
249
|
+
custom: "custom";
|
|
250
|
+
camstack: "camstack";
|
|
251
|
+
frigate: "frigate";
|
|
252
|
+
scrypted: "scrypted";
|
|
253
|
+
}>>;
|
|
248
254
|
classMap: z.ZodOptional<z.ZodObject<{
|
|
249
255
|
mapping: z.ZodRecord<z.ZodString, z.ZodEnum<{
|
|
250
256
|
person: "person";
|
|
@@ -139,6 +139,12 @@ export declare const ModelDistributeInputSchema: z.ZodObject<{
|
|
|
139
139
|
}>>;
|
|
140
140
|
resolution: z.ZodOptional<z.ZodNumber>;
|
|
141
141
|
}, z.core.$strip>>;
|
|
142
|
+
provider: z.ZodOptional<z.ZodEnum<{
|
|
143
|
+
custom: "custom";
|
|
144
|
+
camstack: "camstack";
|
|
145
|
+
frigate: "frigate";
|
|
146
|
+
scrypted: "scrypted";
|
|
147
|
+
}>>;
|
|
142
148
|
classMap: z.ZodOptional<z.ZodObject<{
|
|
143
149
|
mapping: z.ZodRecord<z.ZodString, z.ZodEnum<{
|
|
144
150
|
person: "person";
|
|
@@ -291,6 +297,12 @@ export declare const modelDistributorCapability: {
|
|
|
291
297
|
}>>;
|
|
292
298
|
resolution: z.ZodOptional<z.ZodNumber>;
|
|
293
299
|
}, z.core.$strip>>;
|
|
300
|
+
provider: z.ZodOptional<z.ZodEnum<{
|
|
301
|
+
custom: "custom";
|
|
302
|
+
camstack: "camstack";
|
|
303
|
+
frigate: "frigate";
|
|
304
|
+
scrypted: "scrypted";
|
|
305
|
+
}>>;
|
|
294
306
|
classMap: z.ZodOptional<z.ZodObject<{
|
|
295
307
|
mapping: z.ZodRecord<z.ZodString, z.ZodEnum<{
|
|
296
308
|
person: "person";
|
|
@@ -1113,6 +1113,76 @@ declare const RecentTracksPageSchema: z.ZodObject<{
|
|
|
1113
1113
|
nextCursor: z.ZodNullable<z.ZodString>;
|
|
1114
1114
|
}, z.core.$strip>;
|
|
1115
1115
|
export type RecentTracksPage = z.infer<typeof RecentTracksPageSchema>;
|
|
1116
|
+
export declare const AnalyticsGroupRecordSchema: z.ZodObject<{
|
|
1117
|
+
id: z.ZodString;
|
|
1118
|
+
deviceId: z.ZodNumber;
|
|
1119
|
+
openedAt: z.ZodNumber;
|
|
1120
|
+
closedAt: z.ZodNumber;
|
|
1121
|
+
timestamp: z.ZodNumber;
|
|
1122
|
+
memberCount: z.ZodNumber;
|
|
1123
|
+
memberTrackIds: z.ZodReadonly<z.ZodArray<z.ZodString>>;
|
|
1124
|
+
className: z.ZodString;
|
|
1125
|
+
classes: z.ZodReadonly<z.ZodArray<z.ZodString>>;
|
|
1126
|
+
mediaUrl: z.ZodNullable<z.ZodString>;
|
|
1127
|
+
singleton: z.ZodBoolean;
|
|
1128
|
+
}, z.core.$strip>;
|
|
1129
|
+
export type AnalyticsGroupRecord = z.infer<typeof AnalyticsGroupRecordSchema>;
|
|
1130
|
+
export declare const AnalyticsGroupMemberSchema: z.ZodObject<{
|
|
1131
|
+
trackId: z.ZodString;
|
|
1132
|
+
deviceId: z.ZodNumber;
|
|
1133
|
+
className: z.ZodString;
|
|
1134
|
+
firstSeen: z.ZodNumber;
|
|
1135
|
+
lastSeen: z.ZodNumber;
|
|
1136
|
+
mediaUrl: z.ZodNullable<z.ZodString>;
|
|
1137
|
+
}, z.core.$strip>;
|
|
1138
|
+
export type AnalyticsGroupMember = z.infer<typeof AnalyticsGroupMemberSchema>;
|
|
1139
|
+
export declare const AnalyticsGroupDetailSchema: z.ZodObject<{
|
|
1140
|
+
id: z.ZodString;
|
|
1141
|
+
deviceId: z.ZodNumber;
|
|
1142
|
+
openedAt: z.ZodNumber;
|
|
1143
|
+
closedAt: z.ZodNumber;
|
|
1144
|
+
timestamp: z.ZodNumber;
|
|
1145
|
+
memberCount: z.ZodNumber;
|
|
1146
|
+
memberTrackIds: z.ZodReadonly<z.ZodArray<z.ZodString>>;
|
|
1147
|
+
className: z.ZodString;
|
|
1148
|
+
classes: z.ZodReadonly<z.ZodArray<z.ZodString>>;
|
|
1149
|
+
mediaUrl: z.ZodNullable<z.ZodString>;
|
|
1150
|
+
singleton: z.ZodBoolean;
|
|
1151
|
+
members: z.ZodReadonly<z.ZodArray<z.ZodObject<{
|
|
1152
|
+
trackId: z.ZodString;
|
|
1153
|
+
deviceId: z.ZodNumber;
|
|
1154
|
+
className: z.ZodString;
|
|
1155
|
+
firstSeen: z.ZodNumber;
|
|
1156
|
+
lastSeen: z.ZodNumber;
|
|
1157
|
+
mediaUrl: z.ZodNullable<z.ZodString>;
|
|
1158
|
+
}, z.core.$strip>>>;
|
|
1159
|
+
}, z.core.$strip>;
|
|
1160
|
+
export type AnalyticsGroupDetail = z.infer<typeof AnalyticsGroupDetailSchema>;
|
|
1161
|
+
export declare const ListGroupsQueryInput: z.ZodObject<{
|
|
1162
|
+
deviceIds: z.ZodArray<z.ZodNumber>;
|
|
1163
|
+
since: z.ZodOptional<z.ZodNumber>;
|
|
1164
|
+
until: z.ZodOptional<z.ZodNumber>;
|
|
1165
|
+
limit: z.ZodDefault<z.ZodNumber>;
|
|
1166
|
+
cursor: z.ZodOptional<z.ZodString>;
|
|
1167
|
+
}, z.core.$strip>;
|
|
1168
|
+
export type ListGroupsQuery = z.infer<typeof ListGroupsQueryInput>;
|
|
1169
|
+
export declare const ListGroupsPageSchema: z.ZodObject<{
|
|
1170
|
+
groups: z.ZodReadonly<z.ZodArray<z.ZodObject<{
|
|
1171
|
+
id: z.ZodString;
|
|
1172
|
+
deviceId: z.ZodNumber;
|
|
1173
|
+
openedAt: z.ZodNumber;
|
|
1174
|
+
closedAt: z.ZodNumber;
|
|
1175
|
+
timestamp: z.ZodNumber;
|
|
1176
|
+
memberCount: z.ZodNumber;
|
|
1177
|
+
memberTrackIds: z.ZodReadonly<z.ZodArray<z.ZodString>>;
|
|
1178
|
+
className: z.ZodString;
|
|
1179
|
+
classes: z.ZodReadonly<z.ZodArray<z.ZodString>>;
|
|
1180
|
+
mediaUrl: z.ZodNullable<z.ZodString>;
|
|
1181
|
+
singleton: z.ZodBoolean;
|
|
1182
|
+
}, z.core.$strip>>>;
|
|
1183
|
+
nextCursor: z.ZodNullable<z.ZodString>;
|
|
1184
|
+
}, z.core.$strip>;
|
|
1185
|
+
export type ListGroupsPage = z.infer<typeof ListGroupsPageSchema>;
|
|
1116
1186
|
declare const KeyEventSchema: z.ZodObject<{
|
|
1117
1187
|
retrainStatus: z.ZodOptional<z.ZodEnum<{
|
|
1118
1188
|
none: "none";
|
|
@@ -1708,6 +1778,57 @@ export declare const pipelineAnalyticsCapability: {
|
|
|
1708
1778
|
}, z.core.$strip>>>;
|
|
1709
1779
|
nextCursor: z.ZodNullable<z.ZodString>;
|
|
1710
1780
|
}, z.core.$strip>, import("./capability-definition.js").CapabilityMethodKind>;
|
|
1781
|
+
/**
|
|
1782
|
+
* Batched co-moving group listing — the Groups feed. Same merge/cursor
|
|
1783
|
+
* contract as {@link listRecentTracks}. A group is a sealed partition of
|
|
1784
|
+
* one session; `getGroup` is the detail with members.
|
|
1785
|
+
*/
|
|
1786
|
+
readonly listGroups: import("./capability-definition.js").CapabilityMethodSchema<z.ZodObject<{
|
|
1787
|
+
deviceIds: z.ZodArray<z.ZodNumber>;
|
|
1788
|
+
since: z.ZodOptional<z.ZodNumber>;
|
|
1789
|
+
until: z.ZodOptional<z.ZodNumber>;
|
|
1790
|
+
limit: z.ZodDefault<z.ZodNumber>;
|
|
1791
|
+
cursor: z.ZodOptional<z.ZodString>;
|
|
1792
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1793
|
+
groups: z.ZodReadonly<z.ZodArray<z.ZodObject<{
|
|
1794
|
+
id: z.ZodString;
|
|
1795
|
+
deviceId: z.ZodNumber;
|
|
1796
|
+
openedAt: z.ZodNumber;
|
|
1797
|
+
closedAt: z.ZodNumber;
|
|
1798
|
+
timestamp: z.ZodNumber;
|
|
1799
|
+
memberCount: z.ZodNumber;
|
|
1800
|
+
memberTrackIds: z.ZodReadonly<z.ZodArray<z.ZodString>>;
|
|
1801
|
+
className: z.ZodString;
|
|
1802
|
+
classes: z.ZodReadonly<z.ZodArray<z.ZodString>>;
|
|
1803
|
+
mediaUrl: z.ZodNullable<z.ZodString>;
|
|
1804
|
+
singleton: z.ZodBoolean;
|
|
1805
|
+
}, z.core.$strip>>>;
|
|
1806
|
+
nextCursor: z.ZodNullable<z.ZodString>;
|
|
1807
|
+
}, z.core.$strip>, import("./capability-definition.js").CapabilityMethodKind>;
|
|
1808
|
+
readonly getGroup: import("./capability-definition.js").CapabilityMethodSchema<z.ZodObject<{
|
|
1809
|
+
deviceId: z.ZodNumber;
|
|
1810
|
+
groupId: z.ZodString;
|
|
1811
|
+
}, z.core.$strip>, z.ZodNullable<z.ZodObject<{
|
|
1812
|
+
id: z.ZodString;
|
|
1813
|
+
deviceId: z.ZodNumber;
|
|
1814
|
+
openedAt: z.ZodNumber;
|
|
1815
|
+
closedAt: z.ZodNumber;
|
|
1816
|
+
timestamp: z.ZodNumber;
|
|
1817
|
+
memberCount: z.ZodNumber;
|
|
1818
|
+
memberTrackIds: z.ZodReadonly<z.ZodArray<z.ZodString>>;
|
|
1819
|
+
className: z.ZodString;
|
|
1820
|
+
classes: z.ZodReadonly<z.ZodArray<z.ZodString>>;
|
|
1821
|
+
mediaUrl: z.ZodNullable<z.ZodString>;
|
|
1822
|
+
singleton: z.ZodBoolean;
|
|
1823
|
+
members: z.ZodReadonly<z.ZodArray<z.ZodObject<{
|
|
1824
|
+
trackId: z.ZodString;
|
|
1825
|
+
deviceId: z.ZodNumber;
|
|
1826
|
+
className: z.ZodString;
|
|
1827
|
+
firstSeen: z.ZodNumber;
|
|
1828
|
+
lastSeen: z.ZodNumber;
|
|
1829
|
+
mediaUrl: z.ZodNullable<z.ZodString>;
|
|
1830
|
+
}, z.core.$strip>>>;
|
|
1831
|
+
}, z.core.$strip>>, import("./capability-definition.js").CapabilityMethodKind>;
|
|
1711
1832
|
readonly clearTracks: import("./capability-definition.js").CapabilityMethodSchema<z.ZodObject<{
|
|
1712
1833
|
deviceId: z.ZodNumber;
|
|
1713
1834
|
}, z.core.$strip>, z.ZodVoid, "mutation">;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import {
|
|
3
|
-
import type { ConfigUISchema, ConfigField } from '../interfaces/config-ui.js';
|
|
2
|
+
import type { ConfigField, ConfigUISchema } from '../interfaces/config-ui.js';
|
|
4
3
|
import type { InferenceCapabilities, ModelAvailability } from '../interfaces/inference-capabilities.js';
|
|
5
|
-
import type {
|
|
6
|
-
import type { FrameResult, AudioResult } from '../types/detection.js';
|
|
4
|
+
import type { AudioResult, FrameResult } from '../types/detection.js';
|
|
7
5
|
import type { FrameRef, FrameViewSpec } from '../types/frame-view.js';
|
|
6
|
+
import type { PipelineConfig } from '../types/pipeline.js';
|
|
7
|
+
import { type InferProvider } from './capability-definition.js';
|
|
8
8
|
/**
|
|
9
9
|
* Reference to the frame's retained NATIVE surface + the parent crop's placement
|
|
10
10
|
* within the frame, so the executor can re-cut a leaf child ROI at native
|
|
@@ -149,6 +149,12 @@ declare const PipelineModelOptionSchema: z.ZodObject<{
|
|
|
149
149
|
resolution: z.ZodOptional<z.ZodNumber>;
|
|
150
150
|
}, z.core.$strip>>;
|
|
151
151
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
152
|
+
provider: z.ZodOptional<z.ZodEnum<{
|
|
153
|
+
custom: "custom";
|
|
154
|
+
camstack: "camstack";
|
|
155
|
+
frigate: "frigate";
|
|
156
|
+
scrypted: "scrypted";
|
|
157
|
+
}>>;
|
|
152
158
|
}, z.core.$strip>;
|
|
153
159
|
declare const PipelineAddonSchemaSchema: z.ZodObject<{
|
|
154
160
|
id: z.ZodString;
|
|
@@ -190,6 +196,12 @@ declare const PipelineAddonSchemaSchema: z.ZodObject<{
|
|
|
190
196
|
resolution: z.ZodOptional<z.ZodNumber>;
|
|
191
197
|
}, z.core.$strip>>;
|
|
192
198
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
199
|
+
provider: z.ZodOptional<z.ZodEnum<{
|
|
200
|
+
custom: "custom";
|
|
201
|
+
camstack: "camstack";
|
|
202
|
+
frigate: "frigate";
|
|
203
|
+
scrypted: "scrypted";
|
|
204
|
+
}>>;
|
|
193
205
|
}, z.core.$strip>>>;
|
|
194
206
|
defaultModelId: z.ZodString;
|
|
195
207
|
defaultModelIdByFormat: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
@@ -256,6 +268,12 @@ declare const PipelineSlotSchemaSchema: z.ZodObject<{
|
|
|
256
268
|
resolution: z.ZodOptional<z.ZodNumber>;
|
|
257
269
|
}, z.core.$strip>>;
|
|
258
270
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
271
|
+
provider: z.ZodOptional<z.ZodEnum<{
|
|
272
|
+
custom: "custom";
|
|
273
|
+
camstack: "camstack";
|
|
274
|
+
frigate: "frigate";
|
|
275
|
+
scrypted: "scrypted";
|
|
276
|
+
}>>;
|
|
259
277
|
}, z.core.$strip>>>;
|
|
260
278
|
defaultModelId: z.ZodString;
|
|
261
279
|
defaultModelIdByFormat: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
@@ -364,6 +382,12 @@ declare const PipelineSchemaSchema: z.ZodObject<{
|
|
|
364
382
|
resolution: z.ZodOptional<z.ZodNumber>;
|
|
365
383
|
}, z.core.$strip>>;
|
|
366
384
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
385
|
+
provider: z.ZodOptional<z.ZodEnum<{
|
|
386
|
+
custom: "custom";
|
|
387
|
+
camstack: "camstack";
|
|
388
|
+
frigate: "frigate";
|
|
389
|
+
scrypted: "scrypted";
|
|
390
|
+
}>>;
|
|
367
391
|
}, z.core.$strip>>>;
|
|
368
392
|
defaultModelId: z.ZodString;
|
|
369
393
|
defaultModelIdByFormat: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
@@ -675,6 +699,12 @@ export declare const pipelineExecutorCapability: {
|
|
|
675
699
|
resolution: z.ZodOptional<z.ZodNumber>;
|
|
676
700
|
}, z.core.$strip>>;
|
|
677
701
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
702
|
+
provider: z.ZodOptional<z.ZodEnum<{
|
|
703
|
+
custom: "custom";
|
|
704
|
+
camstack: "camstack";
|
|
705
|
+
frigate: "frigate";
|
|
706
|
+
scrypted: "scrypted";
|
|
707
|
+
}>>;
|
|
678
708
|
}, z.core.$strip>>>;
|
|
679
709
|
defaultModelId: z.ZodString;
|
|
680
710
|
defaultModelIdByFormat: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
@@ -1181,4 +1211,4 @@ export declare const pipelineExecutorCapability: {
|
|
|
1181
1211
|
};
|
|
1182
1212
|
};
|
|
1183
1213
|
export type IPipelineExecutorProvider = InferProvider<typeof pipelineExecutorCapability>;
|
|
1184
|
-
export {
|
|
1214
|
+
export { AvailableEngineSchema, EngineDeviceInfoSchema, EngineProvisioningSchema, ModelSubstitutionSchema, PipelineAddonSchemaSchema, PipelineDefaultStepSchema, PipelineEngineChoiceSchema, PipelineModelOptionSchema, PipelineSchemaSchema, PipelineSlotSchemaSchema, PipelineTemplateSchema, PipelineTemplateStepSchema, PipelineValidationIssueSchema, PipelineValidationResultSchema, };
|
|
@@ -4830,6 +4830,20 @@ export type AppRouter = TrpcCoreRouter<{
|
|
|
4830
4830
|
output: z.infer<typeof pipelineAnalyticsCapability.methods.listRecentTracks.output>;
|
|
4831
4831
|
meta: object;
|
|
4832
4832
|
}>;
|
|
4833
|
+
listGroups: TRPCQueryProcedure<{
|
|
4834
|
+
input: {
|
|
4835
|
+
[x: string]: unknown;
|
|
4836
|
+
} & z.input<typeof pipelineAnalyticsCapability.methods.listGroups.input>;
|
|
4837
|
+
output: z.infer<typeof pipelineAnalyticsCapability.methods.listGroups.output>;
|
|
4838
|
+
meta: object;
|
|
4839
|
+
}>;
|
|
4840
|
+
getGroup: TRPCQueryProcedure<{
|
|
4841
|
+
input: {
|
|
4842
|
+
[x: string]: unknown;
|
|
4843
|
+
} & z.input<typeof pipelineAnalyticsCapability.methods.getGroup.input>;
|
|
4844
|
+
output: z.infer<typeof pipelineAnalyticsCapability.methods.getGroup.output>;
|
|
4845
|
+
meta: object;
|
|
4846
|
+
}>;
|
|
4833
4847
|
clearTracks: TRPCMutationProcedure<{
|
|
4834
4848
|
input: {
|
|
4835
4849
|
[x: string]: unknown;
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
* Plain data, zero Zod: a forked runner must not import the schema barrel
|
|
12
12
|
* (~144MB RSS per runner — D28).
|
|
13
13
|
*
|
|
14
|
-
* Coverage: 24 caps,
|
|
14
|
+
* Coverage: 24 caps, 53 methods with defaults.
|
|
15
15
|
*/
|
|
16
16
|
export declare const CAP_INPUT_DEFAULTS: Readonly<Record<string, Readonly<Record<string, Readonly<Record<string, unknown>>>>>>;
|
|
17
17
|
/**
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* scope+access check inside `protectedProcedure` (see
|
|
7
7
|
* `server/backend/src/api/trpc/trpc.middleware.ts`).
|
|
8
8
|
*
|
|
9
|
-
* Coverage:
|
|
9
|
+
* Coverage: 953 method paths across 123 capabilities.
|
|
10
10
|
*/
|
|
11
11
|
import type { CapabilityMethodAccess } from '../capabilities/capability-definition.js';
|
|
12
12
|
export interface MethodAccessRecord {
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* system-scope cap that takes a deviceId was previously never device-filtered
|
|
7
7
|
* — see the generator header).
|
|
8
8
|
*
|
|
9
|
-
* Coverage:
|
|
9
|
+
* Coverage: 339 methods carry a device reference, of which
|
|
10
10
|
* 124 are on SYSTEM-scope caps.
|
|
11
11
|
*
|
|
12
12
|
* Top-level fields, number arrays, and one-level arrays of objects carrying
|
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
2
|
const require_event_category = require("./event-category-EY0GNjV9.js");
|
|
3
|
-
const require_sleep = require("./sleep-
|
|
3
|
+
const require_sleep = require("./sleep-BwXldPpA.js");
|
|
4
4
|
const require_canonical_hash = require("./canonical-hash-DNV8S5ET.js");
|
|
5
5
|
const require_enums = require("./enums.js");
|
|
6
6
|
const require_err_msg = require("./err-msg-COpsHMw2.js");
|
|
@@ -2605,6 +2605,32 @@ var ModelVariantGroupSchema = zod.z.object({
|
|
|
2605
2605
|
*/
|
|
2606
2606
|
resolution: zod.z.number().int().positive().optional()
|
|
2607
2607
|
});
|
|
2608
|
+
/**
|
|
2609
|
+
* Where a catalog entry came from. The pipeline stepper partitions the picker
|
|
2610
|
+
* by this id (CamStack / Frigate / Scrypted / Custom). Absent on older durable
|
|
2611
|
+
* registry rows — {@link inferModelProvider} fills it at read time. Built-in
|
|
2612
|
+
* catalog entries omit it and `getSchema` treats them as `camstack`.
|
|
2613
|
+
*/
|
|
2614
|
+
var MODEL_PROVIDER_IDS = [
|
|
2615
|
+
"camstack",
|
|
2616
|
+
"frigate",
|
|
2617
|
+
"scrypted",
|
|
2618
|
+
"custom"
|
|
2619
|
+
];
|
|
2620
|
+
var ModelProviderIdSchema = zod.z.enum(MODEL_PROVIDER_IDS);
|
|
2621
|
+
/**
|
|
2622
|
+
* Resolve a catalog entry's picker provider. An explicit stamp always wins;
|
|
2623
|
+
* otherwise Frigate/Scrypted are recognised from id prefix or description.
|
|
2624
|
+
* Unstamped BYO registry rows fall through to `custom`. Family `yolov9` is
|
|
2625
|
+
* NOT a Scrypted signal — CamStack ships that family too.
|
|
2626
|
+
*/
|
|
2627
|
+
function inferModelProvider(entry) {
|
|
2628
|
+
if (entry.provider !== void 0) return entry.provider;
|
|
2629
|
+
const haystack = `${entry.id} ${entry.description ?? ""}`;
|
|
2630
|
+
if (/scrypted/i.test(haystack)) return "scrypted";
|
|
2631
|
+
if (/frigate/i.test(haystack)) return "frigate";
|
|
2632
|
+
return "custom";
|
|
2633
|
+
}
|
|
2608
2634
|
var ModelCatalogEntrySchema = zod.z.object({
|
|
2609
2635
|
id: zod.z.string(),
|
|
2610
2636
|
name: zod.z.string(),
|
|
@@ -2702,6 +2728,12 @@ var ModelCatalogEntrySchema = zod.z.object({
|
|
|
2702
2728
|
*/
|
|
2703
2729
|
group: ModelVariantGroupSchema.optional(),
|
|
2704
2730
|
/**
|
|
2731
|
+
* Catalog source for the pipeline stepper's provider-first picker. Absent on
|
|
2732
|
+
* built-in CamStack entries (treated as `camstack`) and on registry rows
|
|
2733
|
+
* persisted before this field existed (`inferModelProvider` fills those).
|
|
2734
|
+
*/
|
|
2735
|
+
provider: ModelProviderIdSchema.optional(),
|
|
2736
|
+
/**
|
|
2705
2737
|
* Per-MODEL class map override. Absent ⇒ the step's `StepDefinition.classMap`
|
|
2706
2738
|
* applies (Frigate / COCO public catalog). Set on a custom model whose raw
|
|
2707
2739
|
* labels already ARE the CamStack macros (Scrypted identity map).
|
|
@@ -15463,6 +15495,46 @@ var RecentTracksPageSchema = zod.z.object({
|
|
|
15463
15495
|
/** Cursor for the next page, or null when this page is the last. */
|
|
15464
15496
|
nextCursor: zod.z.string().nullable()
|
|
15465
15497
|
});
|
|
15498
|
+
var LIST_GROUPS_DEFAULT_LIMIT = 40;
|
|
15499
|
+
var LIST_GROUPS_MAX_LIMIT = 100;
|
|
15500
|
+
var AnalyticsGroupRecordSchema = zod.z.object({
|
|
15501
|
+
id: zod.z.string(),
|
|
15502
|
+
deviceId: zod.z.number().int(),
|
|
15503
|
+
openedAt: zod.z.number().int(),
|
|
15504
|
+
closedAt: zod.z.number().int(),
|
|
15505
|
+
timestamp: zod.z.number().int(),
|
|
15506
|
+
memberCount: zod.z.number().int(),
|
|
15507
|
+
memberTrackIds: zod.z.array(zod.z.string()).readonly(),
|
|
15508
|
+
className: zod.z.string(),
|
|
15509
|
+
classes: zod.z.array(zod.z.string()).readonly(),
|
|
15510
|
+
/** Relative event-media path, or null when the group has no picture yet. */
|
|
15511
|
+
mediaUrl: zod.z.string().nullable(),
|
|
15512
|
+
singleton: zod.z.boolean()
|
|
15513
|
+
});
|
|
15514
|
+
var AnalyticsGroupMemberSchema = zod.z.object({
|
|
15515
|
+
trackId: zod.z.string(),
|
|
15516
|
+
deviceId: zod.z.number().int(),
|
|
15517
|
+
className: zod.z.string(),
|
|
15518
|
+
firstSeen: zod.z.number().int(),
|
|
15519
|
+
lastSeen: zod.z.number().int(),
|
|
15520
|
+
mediaUrl: zod.z.string().nullable()
|
|
15521
|
+
});
|
|
15522
|
+
var AnalyticsGroupDetailSchema = AnalyticsGroupRecordSchema.extend({ members: zod.z.array(AnalyticsGroupMemberSchema).readonly() });
|
|
15523
|
+
var ListGroupsQueryInput = zod.z.object({
|
|
15524
|
+
/** Devices to merge. An empty array yields `{ groups: [], nextCursor: null }`. */
|
|
15525
|
+
deviceIds: zod.z.array(zod.z.number()),
|
|
15526
|
+
/** Window lower bound on `closedAt` (inclusive). */
|
|
15527
|
+
since: zod.z.number().optional(),
|
|
15528
|
+
/** Window upper bound on `openedAt` (inclusive). */
|
|
15529
|
+
until: zod.z.number().optional(),
|
|
15530
|
+
limit: zod.z.number().int().min(1).max(LIST_GROUPS_MAX_LIMIT).default(LIST_GROUPS_DEFAULT_LIMIT),
|
|
15531
|
+
/** Opaque continuation cursor from a previous page's `nextCursor`. */
|
|
15532
|
+
cursor: zod.z.string().optional()
|
|
15533
|
+
});
|
|
15534
|
+
var ListGroupsPageSchema = zod.z.object({
|
|
15535
|
+
groups: zod.z.array(AnalyticsGroupRecordSchema).readonly(),
|
|
15536
|
+
nextCursor: zod.z.string().nullable()
|
|
15537
|
+
});
|
|
15466
15538
|
var KeyEventQueryInput = zod.z.object({
|
|
15467
15539
|
deviceId: zod.z.number(),
|
|
15468
15540
|
/** Window lower bound (track firstSeen ≥ since). */
|
|
@@ -15712,6 +15784,16 @@ var pipelineAnalyticsCapability = {
|
|
|
15712
15784
|
* are not included (same contract as `listTracks`).
|
|
15713
15785
|
*/
|
|
15714
15786
|
listRecentTracks: require_sleep.method(RecentTracksQueryInput, RecentTracksPageSchema),
|
|
15787
|
+
/**
|
|
15788
|
+
* Batched co-moving group listing — the Groups feed. Same merge/cursor
|
|
15789
|
+
* contract as {@link listRecentTracks}. A group is a sealed partition of
|
|
15790
|
+
* one session; `getGroup` is the detail with members.
|
|
15791
|
+
*/
|
|
15792
|
+
listGroups: require_sleep.method(ListGroupsQueryInput, ListGroupsPageSchema),
|
|
15793
|
+
getGroup: require_sleep.method(zod.z.object({
|
|
15794
|
+
deviceId: zod.z.number(),
|
|
15795
|
+
groupId: zod.z.string().min(1)
|
|
15796
|
+
}), AnalyticsGroupDetailSchema.nullable()),
|
|
15715
15797
|
clearTracks: require_sleep.method(zod.z.object({ deviceId: zod.z.number() }), zod.z.void(), {
|
|
15716
15798
|
kind: "mutation",
|
|
15717
15799
|
auth: "admin"
|
|
@@ -16400,7 +16482,8 @@ var PipelineModelOptionSchema = zod.z.object({
|
|
|
16400
16482
|
sizeMB: zod.z.number()
|
|
16401
16483
|
})),
|
|
16402
16484
|
group: ModelVariantGroupSchema.optional(),
|
|
16403
|
-
legacy: zod.z.boolean().optional()
|
|
16485
|
+
legacy: zod.z.boolean().optional(),
|
|
16486
|
+
provider: ModelProviderIdSchema.optional()
|
|
16404
16487
|
});
|
|
16405
16488
|
var ConfigFieldBridge = zod.z.custom();
|
|
16406
16489
|
var PipelineAddonSchemaSchema = zod.z.object({
|
|
@@ -37790,6 +37873,12 @@ var METHOD_ACCESS_MAP = Object.freeze({
|
|
|
37790
37873
|
addonId: null,
|
|
37791
37874
|
access: "view"
|
|
37792
37875
|
},
|
|
37876
|
+
"pipelineAnalytics.getGroup": {
|
|
37877
|
+
capName: "pipeline-analytics",
|
|
37878
|
+
capScope: "device",
|
|
37879
|
+
addonId: null,
|
|
37880
|
+
access: "view"
|
|
37881
|
+
},
|
|
37793
37882
|
"pipelineAnalytics.getKeyEvents": {
|
|
37794
37883
|
capName: "pipeline-analytics",
|
|
37795
37884
|
capScope: "device",
|
|
@@ -37874,6 +37963,12 @@ var METHOD_ACCESS_MAP = Object.freeze({
|
|
|
37874
37963
|
addonId: null,
|
|
37875
37964
|
access: "view"
|
|
37876
37965
|
},
|
|
37966
|
+
"pipelineAnalytics.listGroups": {
|
|
37967
|
+
capName: "pipeline-analytics",
|
|
37968
|
+
capScope: "device",
|
|
37969
|
+
addonId: null,
|
|
37970
|
+
access: "view"
|
|
37971
|
+
},
|
|
37877
37972
|
"pipelineAnalytics.listOpsLog": {
|
|
37878
37973
|
capName: "pipeline-analytics",
|
|
37879
37974
|
capScope: "device",
|
|
@@ -41550,6 +41645,11 @@ var METHOD_DEVICE_SELECTORS = Object.freeze({
|
|
|
41550
41645
|
form: "single",
|
|
41551
41646
|
optional: false
|
|
41552
41647
|
}],
|
|
41648
|
+
"pipelineAnalytics.getGroup": [{
|
|
41649
|
+
name: "deviceId",
|
|
41650
|
+
form: "single",
|
|
41651
|
+
optional: false
|
|
41652
|
+
}],
|
|
41553
41653
|
"pipelineAnalytics.getKeyEvents": [{
|
|
41554
41654
|
name: "deviceId",
|
|
41555
41655
|
form: "single",
|
|
@@ -41605,6 +41705,11 @@ var METHOD_DEVICE_SELECTORS = Object.freeze({
|
|
|
41605
41705
|
form: "array",
|
|
41606
41706
|
optional: false
|
|
41607
41707
|
}],
|
|
41708
|
+
"pipelineAnalytics.listGroups": [{
|
|
41709
|
+
name: "deviceIds",
|
|
41710
|
+
form: "array",
|
|
41711
|
+
optional: false
|
|
41712
|
+
}],
|
|
41608
41713
|
"pipelineAnalytics.listOpsLog": [{
|
|
41609
41714
|
name: "deviceId",
|
|
41610
41715
|
form: "single",
|
|
@@ -47462,6 +47567,9 @@ exports.AlertSeveritySchema = AlertSeveritySchema;
|
|
|
47462
47567
|
exports.AlertSourceSchema = AlertSourceSchema;
|
|
47463
47568
|
exports.AlertStatusSchema = AlertStatusSchema;
|
|
47464
47569
|
exports.AmbientLightSensorStatusSchema = AmbientLightSensorStatusSchema;
|
|
47570
|
+
exports.AnalyticsGroupDetailSchema = AnalyticsGroupDetailSchema;
|
|
47571
|
+
exports.AnalyticsGroupMemberSchema = AnalyticsGroupMemberSchema;
|
|
47572
|
+
exports.AnalyticsGroupRecordSchema = AnalyticsGroupRecordSchema;
|
|
47465
47573
|
exports.ApiKeyRecordSchema = ApiKeyRecordSchema;
|
|
47466
47574
|
exports.ApiKeySummarySchema = ApiKeySummarySchema;
|
|
47467
47575
|
exports.ArchiveEntrySchema = ArchiveEntrySchema;
|
|
@@ -47805,6 +47913,8 @@ exports.LawnMowerActivitySchema = LawnMowerActivitySchema;
|
|
|
47805
47913
|
exports.LawnMowerControlStatusSchema = LawnMowerControlStatusSchema;
|
|
47806
47914
|
exports.LinkedDeviceSchema = LinkedDeviceSchema;
|
|
47807
47915
|
exports.LinkedDevicesModeSchema = LinkedDevicesModeSchema;
|
|
47916
|
+
exports.ListGroupsPageSchema = ListGroupsPageSchema;
|
|
47917
|
+
exports.ListGroupsQueryInput = ListGroupsQueryInput;
|
|
47808
47918
|
exports.LlmDefaultSchema = LlmDefaultSchema;
|
|
47809
47919
|
exports.LlmDefaultSelectorSchema = LlmDefaultSelectorSchema;
|
|
47810
47920
|
exports.LlmDownloadProgressSchema = LlmDownloadProgressSchema;
|
|
@@ -47848,6 +47958,7 @@ exports.MAX_EXPRESSION_SOURCE_LENGTH = MAX_EXPRESSION_SOURCE_LENGTH;
|
|
|
47848
47958
|
exports.METHOD_ACCESS_MAP = METHOD_ACCESS_MAP;
|
|
47849
47959
|
exports.METHOD_DEVICE_SELECTORS = METHOD_DEVICE_SELECTORS;
|
|
47850
47960
|
exports.MODEL_FORMATS = MODEL_FORMATS;
|
|
47961
|
+
exports.MODEL_PROVIDER_IDS = MODEL_PROVIDER_IDS;
|
|
47851
47962
|
exports.MOTION_TRIGGER_FEATURE = MOTION_TRIGGER_FEATURE;
|
|
47852
47963
|
exports.ManagedModelCatalogEntrySchema = ManagedModelCatalogEntrySchema;
|
|
47853
47964
|
exports.ManagedModelExtraFileSchema = ManagedModelExtraFileSchema;
|
|
@@ -47878,6 +47989,7 @@ exports.ModelDistributeResultSchema = ModelDistributeResultSchema;
|
|
|
47878
47989
|
exports.ModelExtraFileSchema = ModelExtraFileSchema;
|
|
47879
47990
|
exports.ModelFormatEntrySchema = ModelFormatEntrySchema;
|
|
47880
47991
|
exports.ModelFormatsSchema = ModelFormatsSchema;
|
|
47992
|
+
exports.ModelProviderIdSchema = ModelProviderIdSchema;
|
|
47881
47993
|
exports.ModelSubstitutionSchema = ModelSubstitutionSchema;
|
|
47882
47994
|
exports.ModelVariantGroupSchema = ModelVariantGroupSchema;
|
|
47883
47995
|
exports.MotionAnalysisResultSchema = MotionAnalysisResultSchema;
|
|
@@ -48533,6 +48645,7 @@ exports.humiditySensorCapability = humiditySensorCapability;
|
|
|
48533
48645
|
exports.hydrateSchema = require_sleep.hydrateSchema;
|
|
48534
48646
|
exports.imageCapability = imageCapability;
|
|
48535
48647
|
exports.imageSettingsCapability = imageSettingsCapability;
|
|
48648
|
+
exports.inferModelProvider = inferModelProvider;
|
|
48536
48649
|
exports.initialPoolMemoryState = initialPoolMemoryState;
|
|
48537
48650
|
exports.integrationsCapability = integrationsCapability;
|
|
48538
48651
|
exports.intercomCapability = intercomCapability;
|
package/dist/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as EventCategory } from "./event-category-CIa_iT6b.mjs";
|
|
2
|
-
import { $ as EncodedPacketSchema, A as expandCapMethods, B as ReadinessTimeoutError, C as DeviceRole, Ct as WELL_KNOWN_TABS, D as DEVICE_SETTINGS_CONTRIBUTION_METHODS, Dt as hydrateSchema, E as DEFAULT_RUNTIME_STATE_DURABILITY, Et as collectHydratedFieldValues, F as CAP_NODE_PIN_CONTEXT_KEY, G as BrokerStatusSchema, H as readinessKey, I as nodePin, J as CamStreamKindSchema, K as CAM_PROFILE_ORDER, L as readNodePin, M as method, N as resolveCapMount, O as DEVICE_STATUS_METHOD, Ot as resolveHydratedFieldValue, P as systemMethod, Q as DecodedFrameSchema, R as toNodeId, S as DeviceFeature, St as isEvent, T as adminUiCapability, Tt as collectHydratedFieldEntries, U as scopeKey, V as emitDownForOwnedCaps, W as BrokerStatsSchema, X as CameraStreamSchema, Y as CamStreamResolutionSchema, Z as DecodedAudioChunkSchema, _ as createSliceHandle, _t as BaseAddon, a as asJsonObject, at as StreamSourceEntrySchema, b as viewerUiCapability, bt as createEvent, c as parseJsonArray, ct as SubscribeAudioChunksResultSchema, d as BOOT_RECOVERY_BACKOFF_MS, dt as makeProfileBrokerId, et as FrameHandleFormatSchema, f as DEVICE_SCOPED_CAPS, ft as makeSourceBrokerId, g as createMirrorSource, gt as DisposerChain, h as createLazyTrpcSource, ht as DATAPLANE_SECRET_HEADER, i as asJsonArray, it as ProfileSlotStatusSchema, j as isDeviceConfigCap, k as event, l as parseJsonObject, lt as SubscribeFramesInputSchema, m as createDeviceProxy, mt as selectAssignedProfileSlots, n as sleepCancellable, nt as ProfileRtspEntrySchema, o as asNumber, ot as StreamSourceSchema, p as isDeviceScopedCap, pt as parseProfileBrokerId, q as CamProfileSchema, r as asBoolean, rt as ProfileSlotSchema, s as asString, st as SubscribeAudioChunksInputSchema, t as sleep, tt as FrameHandleSchema, u as parseJsonUnknown, ut as SubscribeFramesResultSchema, v as RawStateResultSchema, vt as normalizeAddonInitResult, w as DeviceType, wt as WELL_KNOWN_TAB_MAP, x as ChargingStatus, xt as emitReadiness, y as deviceOpsCapability, yt as createDurableState, z as ReadinessRegistry } from "./sleep-
|
|
2
|
+
import { $ as EncodedPacketSchema, A as expandCapMethods, B as ReadinessTimeoutError, C as DeviceRole, Ct as WELL_KNOWN_TABS, D as DEVICE_SETTINGS_CONTRIBUTION_METHODS, Dt as hydrateSchema, E as DEFAULT_RUNTIME_STATE_DURABILITY, Et as collectHydratedFieldValues, F as CAP_NODE_PIN_CONTEXT_KEY, G as BrokerStatusSchema, H as readinessKey, I as nodePin, J as CamStreamKindSchema, K as CAM_PROFILE_ORDER, L as readNodePin, M as method, N as resolveCapMount, O as DEVICE_STATUS_METHOD, Ot as resolveHydratedFieldValue, P as systemMethod, Q as DecodedFrameSchema, R as toNodeId, S as DeviceFeature, St as isEvent, T as adminUiCapability, Tt as collectHydratedFieldEntries, U as scopeKey, V as emitDownForOwnedCaps, W as BrokerStatsSchema, X as CameraStreamSchema, Y as CamStreamResolutionSchema, Z as DecodedAudioChunkSchema, _ as createSliceHandle, _t as BaseAddon, a as asJsonObject, at as StreamSourceEntrySchema, b as viewerUiCapability, bt as createEvent, c as parseJsonArray, ct as SubscribeAudioChunksResultSchema, d as BOOT_RECOVERY_BACKOFF_MS, dt as makeProfileBrokerId, et as FrameHandleFormatSchema, f as DEVICE_SCOPED_CAPS, ft as makeSourceBrokerId, g as createMirrorSource, gt as DisposerChain, h as createLazyTrpcSource, ht as DATAPLANE_SECRET_HEADER, i as asJsonArray, it as ProfileSlotStatusSchema, j as isDeviceConfigCap, k as event, l as parseJsonObject, lt as SubscribeFramesInputSchema, m as createDeviceProxy, mt as selectAssignedProfileSlots, n as sleepCancellable, nt as ProfileRtspEntrySchema, o as asNumber, ot as StreamSourceSchema, p as isDeviceScopedCap, pt as parseProfileBrokerId, q as CamProfileSchema, r as asBoolean, rt as ProfileSlotSchema, s as asString, st as SubscribeAudioChunksInputSchema, t as sleep, tt as FrameHandleSchema, u as parseJsonUnknown, ut as SubscribeFramesResultSchema, v as RawStateResultSchema, vt as normalizeAddonInitResult, w as DeviceType, wt as WELL_KNOWN_TAB_MAP, x as ChargingStatus, xt as emitReadiness, y as deviceOpsCapability, yt as createDurableState, z as ReadinessRegistry } from "./sleep-C3vjSV4H.mjs";
|
|
3
3
|
import { a as buildAudioArgs, c as buildVideoArgs, d as logBannerArgs, f as pickVideoEncoder, i as audioPlanFromEncodeProfile, l as invocationFromEncodeProfile, n as Fmp4BoxSplitter, o as buildFfmpegArgs, r as AUDIO_PRESETS, s as buildInputArgs, t as canonicalHash, u as isSoftwareDecode } from "./canonical-hash-rO1sRmEK.mjs";
|
|
4
4
|
import { EventSourceType } from "./enums.mjs";
|
|
5
5
|
import { t as errMsg } from "./err-msg-IQTHeDzc.mjs";
|
|
@@ -2604,6 +2604,32 @@ var ModelVariantGroupSchema = z.object({
|
|
|
2604
2604
|
*/
|
|
2605
2605
|
resolution: z.number().int().positive().optional()
|
|
2606
2606
|
});
|
|
2607
|
+
/**
|
|
2608
|
+
* Where a catalog entry came from. The pipeline stepper partitions the picker
|
|
2609
|
+
* by this id (CamStack / Frigate / Scrypted / Custom). Absent on older durable
|
|
2610
|
+
* registry rows — {@link inferModelProvider} fills it at read time. Built-in
|
|
2611
|
+
* catalog entries omit it and `getSchema` treats them as `camstack`.
|
|
2612
|
+
*/
|
|
2613
|
+
var MODEL_PROVIDER_IDS = [
|
|
2614
|
+
"camstack",
|
|
2615
|
+
"frigate",
|
|
2616
|
+
"scrypted",
|
|
2617
|
+
"custom"
|
|
2618
|
+
];
|
|
2619
|
+
var ModelProviderIdSchema = z.enum(MODEL_PROVIDER_IDS);
|
|
2620
|
+
/**
|
|
2621
|
+
* Resolve a catalog entry's picker provider. An explicit stamp always wins;
|
|
2622
|
+
* otherwise Frigate/Scrypted are recognised from id prefix or description.
|
|
2623
|
+
* Unstamped BYO registry rows fall through to `custom`. Family `yolov9` is
|
|
2624
|
+
* NOT a Scrypted signal — CamStack ships that family too.
|
|
2625
|
+
*/
|
|
2626
|
+
function inferModelProvider(entry) {
|
|
2627
|
+
if (entry.provider !== void 0) return entry.provider;
|
|
2628
|
+
const haystack = `${entry.id} ${entry.description ?? ""}`;
|
|
2629
|
+
if (/scrypted/i.test(haystack)) return "scrypted";
|
|
2630
|
+
if (/frigate/i.test(haystack)) return "frigate";
|
|
2631
|
+
return "custom";
|
|
2632
|
+
}
|
|
2607
2633
|
var ModelCatalogEntrySchema = z.object({
|
|
2608
2634
|
id: z.string(),
|
|
2609
2635
|
name: z.string(),
|
|
@@ -2701,6 +2727,12 @@ var ModelCatalogEntrySchema = z.object({
|
|
|
2701
2727
|
*/
|
|
2702
2728
|
group: ModelVariantGroupSchema.optional(),
|
|
2703
2729
|
/**
|
|
2730
|
+
* Catalog source for the pipeline stepper's provider-first picker. Absent on
|
|
2731
|
+
* built-in CamStack entries (treated as `camstack`) and on registry rows
|
|
2732
|
+
* persisted before this field existed (`inferModelProvider` fills those).
|
|
2733
|
+
*/
|
|
2734
|
+
provider: ModelProviderIdSchema.optional(),
|
|
2735
|
+
/**
|
|
2704
2736
|
* Per-MODEL class map override. Absent ⇒ the step's `StepDefinition.classMap`
|
|
2705
2737
|
* applies (Frigate / COCO public catalog). Set on a custom model whose raw
|
|
2706
2738
|
* labels already ARE the CamStack macros (Scrypted identity map).
|
|
@@ -15462,6 +15494,46 @@ var RecentTracksPageSchema = z.object({
|
|
|
15462
15494
|
/** Cursor for the next page, or null when this page is the last. */
|
|
15463
15495
|
nextCursor: z.string().nullable()
|
|
15464
15496
|
});
|
|
15497
|
+
var LIST_GROUPS_DEFAULT_LIMIT = 40;
|
|
15498
|
+
var LIST_GROUPS_MAX_LIMIT = 100;
|
|
15499
|
+
var AnalyticsGroupRecordSchema = z.object({
|
|
15500
|
+
id: z.string(),
|
|
15501
|
+
deviceId: z.number().int(),
|
|
15502
|
+
openedAt: z.number().int(),
|
|
15503
|
+
closedAt: z.number().int(),
|
|
15504
|
+
timestamp: z.number().int(),
|
|
15505
|
+
memberCount: z.number().int(),
|
|
15506
|
+
memberTrackIds: z.array(z.string()).readonly(),
|
|
15507
|
+
className: z.string(),
|
|
15508
|
+
classes: z.array(z.string()).readonly(),
|
|
15509
|
+
/** Relative event-media path, or null when the group has no picture yet. */
|
|
15510
|
+
mediaUrl: z.string().nullable(),
|
|
15511
|
+
singleton: z.boolean()
|
|
15512
|
+
});
|
|
15513
|
+
var AnalyticsGroupMemberSchema = z.object({
|
|
15514
|
+
trackId: z.string(),
|
|
15515
|
+
deviceId: z.number().int(),
|
|
15516
|
+
className: z.string(),
|
|
15517
|
+
firstSeen: z.number().int(),
|
|
15518
|
+
lastSeen: z.number().int(),
|
|
15519
|
+
mediaUrl: z.string().nullable()
|
|
15520
|
+
});
|
|
15521
|
+
var AnalyticsGroupDetailSchema = AnalyticsGroupRecordSchema.extend({ members: z.array(AnalyticsGroupMemberSchema).readonly() });
|
|
15522
|
+
var ListGroupsQueryInput = z.object({
|
|
15523
|
+
/** Devices to merge. An empty array yields `{ groups: [], nextCursor: null }`. */
|
|
15524
|
+
deviceIds: z.array(z.number()),
|
|
15525
|
+
/** Window lower bound on `closedAt` (inclusive). */
|
|
15526
|
+
since: z.number().optional(),
|
|
15527
|
+
/** Window upper bound on `openedAt` (inclusive). */
|
|
15528
|
+
until: z.number().optional(),
|
|
15529
|
+
limit: z.number().int().min(1).max(LIST_GROUPS_MAX_LIMIT).default(LIST_GROUPS_DEFAULT_LIMIT),
|
|
15530
|
+
/** Opaque continuation cursor from a previous page's `nextCursor`. */
|
|
15531
|
+
cursor: z.string().optional()
|
|
15532
|
+
});
|
|
15533
|
+
var ListGroupsPageSchema = z.object({
|
|
15534
|
+
groups: z.array(AnalyticsGroupRecordSchema).readonly(),
|
|
15535
|
+
nextCursor: z.string().nullable()
|
|
15536
|
+
});
|
|
15465
15537
|
var KeyEventQueryInput = z.object({
|
|
15466
15538
|
deviceId: z.number(),
|
|
15467
15539
|
/** Window lower bound (track firstSeen ≥ since). */
|
|
@@ -15711,6 +15783,16 @@ var pipelineAnalyticsCapability = {
|
|
|
15711
15783
|
* are not included (same contract as `listTracks`).
|
|
15712
15784
|
*/
|
|
15713
15785
|
listRecentTracks: method(RecentTracksQueryInput, RecentTracksPageSchema),
|
|
15786
|
+
/**
|
|
15787
|
+
* Batched co-moving group listing — the Groups feed. Same merge/cursor
|
|
15788
|
+
* contract as {@link listRecentTracks}. A group is a sealed partition of
|
|
15789
|
+
* one session; `getGroup` is the detail with members.
|
|
15790
|
+
*/
|
|
15791
|
+
listGroups: method(ListGroupsQueryInput, ListGroupsPageSchema),
|
|
15792
|
+
getGroup: method(z.object({
|
|
15793
|
+
deviceId: z.number(),
|
|
15794
|
+
groupId: z.string().min(1)
|
|
15795
|
+
}), AnalyticsGroupDetailSchema.nullable()),
|
|
15714
15796
|
clearTracks: method(z.object({ deviceId: z.number() }), z.void(), {
|
|
15715
15797
|
kind: "mutation",
|
|
15716
15798
|
auth: "admin"
|
|
@@ -16399,7 +16481,8 @@ var PipelineModelOptionSchema = z.object({
|
|
|
16399
16481
|
sizeMB: z.number()
|
|
16400
16482
|
})),
|
|
16401
16483
|
group: ModelVariantGroupSchema.optional(),
|
|
16402
|
-
legacy: z.boolean().optional()
|
|
16484
|
+
legacy: z.boolean().optional(),
|
|
16485
|
+
provider: ModelProviderIdSchema.optional()
|
|
16403
16486
|
});
|
|
16404
16487
|
var ConfigFieldBridge = z.custom();
|
|
16405
16488
|
var PipelineAddonSchemaSchema = z.object({
|
|
@@ -37782,6 +37865,12 @@ var METHOD_ACCESS_MAP = Object.freeze({
|
|
|
37782
37865
|
addonId: null,
|
|
37783
37866
|
access: "view"
|
|
37784
37867
|
},
|
|
37868
|
+
"pipelineAnalytics.getGroup": {
|
|
37869
|
+
capName: "pipeline-analytics",
|
|
37870
|
+
capScope: "device",
|
|
37871
|
+
addonId: null,
|
|
37872
|
+
access: "view"
|
|
37873
|
+
},
|
|
37785
37874
|
"pipelineAnalytics.getKeyEvents": {
|
|
37786
37875
|
capName: "pipeline-analytics",
|
|
37787
37876
|
capScope: "device",
|
|
@@ -37866,6 +37955,12 @@ var METHOD_ACCESS_MAP = Object.freeze({
|
|
|
37866
37955
|
addonId: null,
|
|
37867
37956
|
access: "view"
|
|
37868
37957
|
},
|
|
37958
|
+
"pipelineAnalytics.listGroups": {
|
|
37959
|
+
capName: "pipeline-analytics",
|
|
37960
|
+
capScope: "device",
|
|
37961
|
+
addonId: null,
|
|
37962
|
+
access: "view"
|
|
37963
|
+
},
|
|
37869
37964
|
"pipelineAnalytics.listOpsLog": {
|
|
37870
37965
|
capName: "pipeline-analytics",
|
|
37871
37966
|
capScope: "device",
|
|
@@ -41542,6 +41637,11 @@ var METHOD_DEVICE_SELECTORS = Object.freeze({
|
|
|
41542
41637
|
form: "single",
|
|
41543
41638
|
optional: false
|
|
41544
41639
|
}],
|
|
41640
|
+
"pipelineAnalytics.getGroup": [{
|
|
41641
|
+
name: "deviceId",
|
|
41642
|
+
form: "single",
|
|
41643
|
+
optional: false
|
|
41644
|
+
}],
|
|
41545
41645
|
"pipelineAnalytics.getKeyEvents": [{
|
|
41546
41646
|
name: "deviceId",
|
|
41547
41647
|
form: "single",
|
|
@@ -41597,6 +41697,11 @@ var METHOD_DEVICE_SELECTORS = Object.freeze({
|
|
|
41597
41697
|
form: "array",
|
|
41598
41698
|
optional: false
|
|
41599
41699
|
}],
|
|
41700
|
+
"pipelineAnalytics.listGroups": [{
|
|
41701
|
+
name: "deviceIds",
|
|
41702
|
+
form: "array",
|
|
41703
|
+
optional: false
|
|
41704
|
+
}],
|
|
41600
41705
|
"pipelineAnalytics.listOpsLog": [{
|
|
41601
41706
|
name: "deviceId",
|
|
41602
41707
|
form: "single",
|
|
@@ -47416,4 +47521,4 @@ function enumerateInferenceDevices(hw) {
|
|
|
47416
47521
|
return out;
|
|
47417
47522
|
}
|
|
47418
47523
|
//#endregion
|
|
47419
|
-
export { ACCESSORY_LABEL, ACCESS_ROLES, ALEXA_EGRESS_PROFILE, ALL_CAPABILITY_DEFINITIONS, APPLE_SA_TO_MACRO, AUDIO_ANALYSIS_CAP_NAME, AUDIO_BACKEND_CHOICES, AUDIO_MACRO_LABELS, AUDIO_PRESETS, AccessoriesStatusSchema, AccessoryKind, AddBrokerInputSchema, AddonAutoUpdateSchema, AddonListItemSchema, AddonPageDeclarationSchema, AddonPageInfoSchema, AdoptInputSchema as AdoptionAdoptInputSchema, AdoptResultSchema as AdoptionAdoptResultSchema, AdoptionCandidateResultSchema, AdoptionFilterSchema, GetCandidateInputSchema as AdoptionGetCandidateInputSchema, AdoptionJobSchema, AdoptionJobStateSchema, ListCandidatesInputSchema as AdoptionListCandidatesInputSchema, ListCandidatesOutputSchema as AdoptionListCandidatesOutputSchema, AdoptionOutcomeSchema, ReleaseInputSchema as AdoptionReleaseInputSchema, AdoptionStatusSchema, AgentLoadSummarySchema, AirQualitySensorStatusSchema, AlarmArmModeSchema, AlarmPanelStatusSchema, AlarmStateSchema, AlertSchema, AlertSeveritySchema, AlertSourceSchema, AlertStatusSchema, AmbientLightSensorStatusSchema, ApiKeyRecordSchema, ApiKeySummarySchema, ArchiveEntrySchema, ArchiveManifestSchema, AttachmentMediaTypeSchema, AttachmentSchema, AudioAnalysisResultSchema, AudioAnalysisSettingsSchema, AudioChunkInputSchema, AudioClassSummarySchema, AudioClassificationLabelSchema, AudioClassificationResultSchema, AudioCodecInfoSchema, AudioDecodeSessionConfigSchema, AudioEncodeSchema, AudioEncodeSessionConfigSchema, AudioEncodedChunkSchema, AudioEventSchema, AudioLevelSchema, AudioMetricsHistoryPointSchema, AudioMetricsHistorySchema, AudioMetricsSnapshotSchema, AudioPcmChunkSchema, AuthResultSchema, AutoUpdateSettingsSchema, AutomationActionSchema, AutomationConditionOperatorSchema, AutomationConditionSchema, AutomationControlStatusSchema, AutomationRecipeSchema, AutomationTriggerSchema, AvailableIntegrationTypeSchema, BACKEND_TO_FORMAT, BASE_LIVE_EGRESS_PROFILE, BATTERY_DEVICE_PROFILE, BATTERY_UNREACHABLE_AFTER_MS, BOOT_RECOVERY_BACKOFF_MS, BacklightModeSchema, BackupDestinationInfoSchema, BackupEntrySchema, BaseAddon, BaseDevice, BaseDeviceProvider, BatteryStatusSchema, BinaryStatusSchema, BoundingBoxSchema, BrightnessStatusSchema, AddInputSchema as BrokerAddInputSchema, BrokerAudioClientSchema, BrokerClientsSchema, BrokerConnectionDetailsSchema, BrokerConsumerAttributionSchema, BrokerConsumerKindSchema, BrokerDecodedClientSchema, BrokerEncodedClientSchema, GetStateInputSchema as BrokerGetStateInputSchema, BrokerInfoSchema, BrokerProviderInfoSchema, PublishInputSchema as BrokerPublishInputSchema, RegistryStatusSchema as BrokerRegistryStatusSchema, BrokerRtspClientSchema, BrokerStatsSchema, BrokerStatusEnum, BrokerStatusSchema, SubscribeInputSchema as BrokerSubscribeInputSchema, SubscribeResultSchema as BrokerSubscribeResultSchema, TestConnectionResultSchema as BrokerTestConnectionResultSchema, UnsubscribeInputSchema as BrokerUnsubscribeInputSchema, CAMERA_SWITCH_CATALOG, CAMERA_SWITCH_ORDER, CAM_PROFILE_ORDER, CAPABILITY_NAMES, CAPABILITY_ROUTER_KEYS, CAP_NAMES_WITH_STATUS, CAP_NODE_PIN_CONTEXT_KEY, CAP_PROVIDER_KIND_MAP, CLASS_MAP_MACRO_TARGETS, CLUSTER_MODEL_SCOPED_STEPS, CLUSTER_MODEL_SECTION_ID, CLUSTER_STEP_SETTING_FIELDS, COCO_80_LABELS, COCO_TO_MACRO, CONNECTION_TEST_TIMEOUT_MS, CORE_BLOCKS_ADDON_ID, CORE_BLOCK_ADDON_PREFIX, CamProfileSchema, CamStreamDescriptorSchema, CamStreamKindSchema, CamStreamResolutionSchema, CameraAssignmentStatusSchema, CameraAudioStatusSchema, CameraBrokerProfileSchema, CameraBrokerStatusSchema, CameraCredentialsSchema, CameraCredentialsStatusSchema, CameraDecoderShmSchema, CameraDecoderStatusSchema, CameraDetectionPhaseSchema, CameraDetectionProvisioningSchema, CameraDetectionProvisioningStateSchema, CameraDetectionStatusSchema, CameraMetricsSchema, CameraMetricsWithDeviceIdSchema, CameraMotionStatusSchema, CameraRecordingModeSchema, CameraRecordingStatusSchema, CameraSourceStatusSchema, CameraSourceStreamSchema, CameraStatusDegradationReasonSchema, CameraStatusDegradationSchema, CameraStatusSchema, CameraStatusStageSchema, CameraStreamSchema, CameraSwitchAuthoritySchema, CameraSwitchGroupSchema, CameraSwitchIdSchema, CameraSwitchSchema, CameraSwitchUnavailableReasonSchema, CandidateQueryFilterSchema, CapScopeSchema, CapabilityBindingsSchema, CarbonMonoxideStatusSchema, ChargingStatus, ClassMapDefinitionSchema, ClientNetworkStatsSchema, ClimateControlStatusSchema, ClipPlaybackSchema, ClipSchema, ClusterAddonNodeDeploymentSchema, ClusterAddonStatusEntrySchema, CollectionColumnSchema, CollectionIndexSchema, ColorStatusSchema, ConfigEntrySchema, ConfigSectionWithValuesSchema, ConfigTabDeclarationSchema, ConnectionTestDescriptorSchema, ConnectionTestInputSchema, ConnectionTestOutcomeSchema, ConnectivityStatusSchema, ConsumableItemSchema, ConsumablesStatusSchema, ContactStatusSchema, ControlKindSchema, ControlStatusSchema, ConvertArtifactSchema, ConvertResultSchema, ConvertTargetSchema, CoreBlockCompileResultSchema, CoreBlockInputSchema, CoreBlockPlacementSchema, CoreBlockSchema, CoreBlockStatusSchema, CoverStateSchema, CoverStatusSchema, CreateApiKeyInputSchema, CreateApiKeyResultSchema, CreateIntegrationInputSchema, CreateScopedTokenInputSchema, CreateScopedTokenResultSchema, CreateUserInputSchema, CustomActionInputSchema, CustomModelDescriptorSchema, DATAPLANE_SECRET_HEADER, DECLARED_DEVICE_SWEEP_LIMIT, DECLARED_INTEGRATION_FIXED_KEY, DEFAULT_ADDON_PLACEMENT, DEFAULT_AUDIO_ANALYZER_CONFIG, DEFAULT_CLUSTER_STEP_MODELS, DEFAULT_CLUSTER_STEP_SETTINGS, DEFAULT_DECODER_HWACCEL_CONFIG, DEFAULT_DETAIL_CROP_CONVENTION, DEFAULT_EVENTS_BAND_BUFFER_SEC, DEFAULT_EVENT_COLOR, DEFAULT_FEATURES, DEFAULT_MIN_LANDMARK_FACE_SIZE_PX, DEFAULT_NATIVE_LEASE_SETTINGS, DEFAULT_POOL_MEMORY_POLICY, DEFAULT_RECORDING_PROFILES, DEFAULT_RETENTION, DEFAULT_RUNTIME_STATE_DURABILITY, DEFAULT_SCRUB_THUMBNAIL_PRESET, DEFAULT_TIMELAPSE_PREVIEW_TEXT, DETAIL_CROP_PADDING_FIELD, DETAIL_CROP_PADDING_KEY, DETAIL_CROP_SECTION_ID, DETAIL_CROP_SQUARE_KEY, DETECTION_MACRO_CLASSES, DETECTION_PIPELINE_CAP_NAME, DEVICE_BACKEND_TO_FORMAT, DEVICE_CAP_NAMES, DEVICE_PROFILES, DEVICE_SCOPED_CAPS, DEVICE_SETTINGS_CONTRIBUTION_METHODS, DEVICE_STATE_READERS, DEVICE_STATUS_METHOD, DEVICE_TYPE_CONTROL_KIND, DEVICE_TYPE_INFO, EngineInfoSchema as DataStoreEngineInfoSchema, DayNightModeSchema, DayNightOptionsSchema, DayNightSettingsPatchSchema, DayNightStatusSchema, DeclaredDevices, DecodedAudioChunkSchema, DecodedFrameSchema, DecoderSessionConfigSchema, DecoderStatsSchema, DeleteIntegrationResultSchema, DetailCropConventionSchema, DetectionSourceSchema, DeviceCodeSeveritySchema, DeviceConfig, DeviceDiscoveryStatusSchema, ExposeInputSchema as DeviceExportExposeInputSchema, DeviceExportStatusSchema, UnexposeInputSchema as DeviceExportUnexposeInputSchema, DeviceFeature, DeviceInfoSchema, DeviceNetworkStatsSchema, DeviceRole, DeviceRuntimeState, DeviceSelectorSchema, DeviceStatusSchema, DeviceType, DiscoveredChildDeviceSchema, DiscoveredChildStatusSchema, DiscoveredDeviceSchema, DiscoveredTargetSchema, DiskReconcileJobSchema, DisposerChain, DoorbellPressEventSchema, DoorbellStatusSchema, EVENTFUL_CAP_NAMES, EVENT_KIND_BY_CAP, EVENT_PAD_MS, EVENT_TAXONOMY, EXPORT_DENSE_MAX_RANGES, EXPRESSION_BUILTINS, EXPRESSION_BUILTIN_NAMES, EXPRESSION_COMPILE_CACHE_CAPACITY, EXPRESSION_IDENTIFIER_RE, EXPRESSION_INJECTED_NOW, EgressEncodeSchema, EgressRateControlSchema, EgressTranscodeRequestSchema, EgressTranscodeSchema, ElementConfigStore, EmbeddingInfoSchema, EmbeddingResultSchema, EncodeProfileSchema, EncodedPacketSchema, EnrichedWidgetMetadataSchema, EnumSensorDateTimeFormatSchema, EnumSensorStatusSchema, EventCategory, EventEmitterStatusSchema, EventFireSchema, EventItemSchema, EventKindCategorySchema, EventKindDescriptorSchema, EventKindIconSchema, EventKindSchema, EventKindsForDeviceSchema, EventMediaArtifactSchema, EventMediaCoverageSchema, EventMediaKindSchema, EventMediaProductionSchema, EventSourceType, ExportBytesSchema, ExportDenseRangeSchema, ExportDenseSchema, ExportDownloadSchema, ExportOptionsSchema, ExportRecordSchema, ExportSetupFieldSchema, ExportSetupSchema, ExportSpeedSchema, ExportStateSchema, ExportTimelapseSchema, ExposedDeviceSchema, ExposureModeSchema, ExpressionBindingSourceSchema, ExpressionEvalError, ExpressionFieldBindingSchema, ExpressionGlobalBindingSchema, ExpressionLiteralBindingSchema, ExpressionParseError, ExpressionSourceSchema, FULL_IMAGE_BBOX, FanControlStatusSchema, FanDirectionSchema, FeatureManifestSchema, FeatureProbeStatusSchema, FloodStatusSchema, Fmp4BoxSplitter, FrameHandleFormatSchema, FrameHandleSchema, FrameInputSchema, FrameLazyCountersSchema, FrameLazyMetricsSchema, GasStatusSchema, GetStreamWithCodecInputSchema, GlobalMetricsSchema, HAP_AUDIO_BASE, HAP_AUDIO_BITRATE_KBPS, HAP_AUDIO_VBV_KBITS, HAP_KEYFRAME_INTERVAL_SEC, HF_BASE_URL, HF_REPO, HWACCEL_OPTIONS, HealthStatusSchema, HfModelResolutionSchema, HistoryPointSchema, HistoryResolutionEnum, HumidifierStatusSchema, HumiditySensorStatusSchema, HvacModeSchema, INFERENCE_DEVICE_EXCLUSION_REASONS, ImageContractSchema, ImageContractStateSchema, ImageRotateSchema, ImageSettingsOptionsSchema, ImageSettingsPatchSchema, ImageSettingsStatusSchema, ImageStatusSchema, InferenceDeviceExclusionReasonSchema, IngestOwnerSchema, InstalledPackageSchema, IntegrationLiteSchema, IntegrationWithStateSchema, IntercomAbilitySchema, IntercomStatusSchema, KNOWN_CAP_NAMES, KeyEventSchema, LOG_LEVEL_RANK, LabelAttributionSchema, LabelDefinitionSchema, LabelTierSchema, LawnMowerActivitySchema, LawnMowerControlStatusSchema, LinkedDeviceSchema, LinkedDevicesModeSchema, LlmDefaultSchema, LlmDefaultSelectorSchema, LlmDownloadProgressSchema, LlmErrorCodeSchema, LlmGenerateBaseInputSchema, LlmGenerateErrSchema, LlmGenerateOkSchema, LlmGenerateResultSchema, LlmImageSchema, LlmNodeModelSchema, LlmProfileKindDescriptorSchema, LlmProfileKindSchema, LlmProfileSchema, LlmRetryPolicySchema, LlmRuntimeCompleteInputSchema, LlmRuntimeDiskUsageSchema, LlmRuntimeNodeSchema, LlmRuntimeStatusSchema, LlmTimeoutDefaults, LlmUsageRollupSchema, LlmUsageSchema, LocateSegmentResultSchema, LocationStatSchema, LockControlStatusSchema, LockStateSchema, LogEntrySchema, LogLevelSchema, LogStreamEntrySchema, LoginMethodContributionSchema, LoginStageEnum, MACRO_LABELS, MAX_CLIP_EVENT_IDS, MAX_CLIP_LABELS, MAX_CONDITION_DEPTH, MAX_CONDITION_LEAVES, MAX_EXPRESSION_AST_NODES, MAX_EXPRESSION_BINDINGS, MAX_EXPRESSION_CALL_ARGS, MAX_EXPRESSION_EVAL_STEPS, MAX_EXPRESSION_SOURCE_LENGTH, METHOD_ACCESS_MAP, METHOD_DEVICE_SELECTORS, MODEL_FORMATS, MOTION_TRIGGER_FEATURE, ManagedModelCatalogEntrySchema, ManagedModelExtraFileSchema, ManagedModelRefSchema, ManagedRuntimeConfigSchema, MaskGridDimsSchema, MaskGridShapeSchema, MaskLineShapeSchema, MaskPointSchema, MaskPolygonShapeSchema, MaskPolygonVerticesSchema, MaskRectShapeSchema, MaskShapeKindSchema, MaskShapeSchema, MediaFileInfoSchema, MediaFileSchema, MediaPlayerRepeatSchema, MediaPlayerStateSchema, MediaPlayerStatusSchema, MeshPeerSchema, MeshStatusSchema, MethodAccessSchema, ModelCatalogEntrySchema, ModelConvertInputSchema, ModelConvertMetadataSchema, ModelDistributeInputSchema, ModelDistributeResultSchema, ModelExtraFileSchema, ModelFormatEntrySchema, ModelFormatsSchema, ModelSubstitutionSchema, ModelVariantGroupSchema, MotionAnalysisResultSchema, MotionEventSchema, MotionOnMotionChangedDataSchema, MotionRegionSchema, MotionSourceEnum, MotionSourcesSchema, MotionStatusSchema, MotionTriggerRuntimeStateSchema, MotionTriggerStatusSchema, MotionZoneOptionsSchema, MotionZonePatchSchema, MotionZoneRegionSchema, MotionZoneStatusSchema, StatusSchema as MqttBrokerStatusSchema, MutationFilterSchema, NATIVE_LEASE_ACTIVITY_FIELD, NATIVE_LEASE_ACTIVITY_KEY, NATIVE_LEASE_ADMISSION_FIELD, NATIVE_LEASE_ADMISSION_KEY, NATIVE_LEASE_BUDGET_FIELD, NATIVE_LEASE_BUDGET_KEY, NATIVE_LEASE_HOLD_FIELD, NATIVE_LEASE_HOLD_KEY, NATIVE_LEASE_SECTION_ID, NATIVE_LEASE_TILE_BUDGET_FIELD, NATIVE_LEASE_TILE_BUDGET_KEY, NC_ALARM_SYSTEM_EVENT_KINDS, NC_AUDIO_CONFIRM_HITS_DEFAULT, NC_AUDIO_CONFIRM_HITS_MAX, NC_AUDIO_CONFIRM_HITS_MIN, NC_AUDIO_CONFIRM_WINDOW_MAX_SEC, NC_AUDIO_CONFIRM_WINDOW_MIN_SEC, NC_AUDIO_CONFIRM_WINDOW_SEC_DEFAULT, NC_AUDIO_DBFS_FLOOR, NC_AUDIO_DB_MAX, NC_AUDIO_DB_MIN, NC_AUDIO_DB_OFFERED, NC_AUDIO_DB_STEP, NC_AUDIO_DEFAULTS, NC_AUDIO_HIT_PERCENT_MAX, NC_AUDIO_HIT_PERCENT_MIN, NC_AUDIO_SAMPLING_MAX_SEC, NC_AUDIO_SAMPLING_MIN_SEC, NC_AUDIO_SEED, NC_AUTHORABLE_SYSTEM_EVENT_KINDS, NC_BASE_CONDITION_KEYS, NC_CONDITION_CATALOG, NC_CONFIRM_DEFAULT_MAX_IMAGE_PX, NC_CONFIRM_DEFAULT_TIMEOUT_MS, NC_CONFIRM_MAX_TIMEOUT_MS, NC_CONFIRM_MIN_TIMEOUT_MS, NC_DEFAULT_SNOOZE_MINUTES, NC_HISTORY_LIMIT_DEFAULT, NC_HISTORY_LIMIT_MAX, NC_MAX_PER_TRACK_IMMEDIATE, NC_OCCUPANCY_DEFAULTS, NC_RULE_EDITOR_SECTION_ORDER, NC_RULE_KIND_SPECS, NC_RULE_SECTIONS, NC_SNOOZE_MAX_MINUTES, NC_SYSTEM_DELIVERY, NC_SYSTEM_EVENT_FILTER_KEYS, NC_TAXONOMY, NativeCropBboxSchema, NativeCropRefSchema, NativeCropResultSchema, NativeDetectionSchema, NativeLeaseAdmissionSchema, NativeLeaseSettingsSchema, NativeObjectClassEnum, NativeObjectDetectionRuntimeStateSchema, NativeObjectDetectionStatusSchema, NcAlarmConfigSchema, NcAlarmModeCoverageSchema, NcAlarmSettingsPatchSchema, NcAlarmSettingsSchema, NcAlarmSkipReasonSchema, NcAlarmSkippedDeviceSchema, NcAudioConditionSchema, NcConditionDescriptorSchema, NcConditionsSchema, NcConfirmExpectSchema, NcConfirmSchema, NcCrossingSchema, NcDeliverySchema, NcDeviceStateConditionSchema, NcHistoryEntrySchema, NcHistoryFilterSchema, NcHistoryRecordKindSchema, NcHistoryStatusSchema, NcHistorySubjectSchema, NcMediaFrameSchema, NcMediaPolicySchema, NcOccupancyConditionSchema, NcPlateMatcherSchema, NcRuleActionSchema, NcRuleActionSequenceSchema, NcRuleActionsSchema, NcRuleInputSchema, NcRuleNotificationButtonSchema, NcRulePatchSchema, NcRuleSchema, NcRuleTargetSchema, NcSceneConditionSchema, NcScheduleSchema, NcScheduleWindowSchema, NcSnoozeInputSchema, NcSnoozeSchema, NcSnoozeScopeSchema, NcSnoozeSuppressedSchema, NcSystemEventConditionSchema, NcSystemEventKindSchema, NcTaxonomyEntrySchema, NcTaxonomySchema, NcTestResultSchema, NcThrottleGranularitySchema, NcThrottleSchema, NcZoneConditionSchema, NetworkAccessStatusSchema, NetworkAddressSchema, NetworkEndpointSchema, NotificationActionIconSchema, NotificationActionSchema, NotificationFormatSchema, NotificationSchema, NotifierStatusSchema, NumericSensorStatusSchema, OPERATOR_WRITTEN_STALE_MS, OPS_LOG_DEFAULT_LIMIT, OPS_LOG_RING_DEFAULT_MAX, OauthIntegrationDescriptorSchema, ObjectEventSchema, OpsLogDomainSchema, OpsLogEntrySchema, OpsLogOpSchema, OpsLogQueryInputSchema, OpsLogReasonSchema, OrchestratorMetricsSchema, OsdOverlayKindEnum, OsdOverlayPatchSchema, OsdOverlaySchema, OsdPositionEnum, OsdRenderOutcomeEnum, OsdRenderResultSchema, OsdSlotBindingSchema, OsdSlotViewSchema, OsdSourceOptionSchema, OsdSourceSchema, OsdSourceValueTypeEnum, OsdStatusSchema, PET_FEEDER_MANUAL_FEED_MAX, PET_FEEDER_MANUAL_FEED_MIN, PIPELINE_FLOW_CAPABILITY_NAMES, PIPELINE_OWNER_CAPABILITY_NAMES, PRIVACY_MASK_CAP_NAME, PROVIDER_KIND_CAP_NAMES, PYTHON_SCRIPT, PackageUpdateSchema, PackageVersionInfoSchema, PasskeyLoginMethodSchema, PasskeySummarySchema, PcmSampleFormatSchema, PerScopeBreakdownSchema, PetFeederStatusSchema, PickStreamPreferencesSchema, PickStreamRequirementsSchema, PickedCamStreamSchema, PipelineAssignmentSchema, PipelineDefaultStepSchema, PipelineEngineChoiceSchema, PipelineRunResultBridge, PipelineStepInputSchema, PipelineValidationIssueSchema, PipelineValidationResultSchema, PlaceholderReasonSchema, PolygonPointSchema, PoolMemoryWatchdog, PowerMeterStatusSchema, PresenceStatusSchema, PressureSensorStatusSchema, PrivacyMaskOptionsSchema, PrivacyMaskPatchSchema, PrivacyMaskRegionSchema, PrivacyMaskShapeSchema, PrivacyMaskStatusSchema, ProfileRtspEntrySchema, ProfileSlotSchema, ProfileSlotStatusSchema, ProviderStatusSchema, PtzAutotrackRuntimeStateSchema, PtzAutotrackSettingsSchema, PtzAutotrackStatusSchema, PtzAutotrackTargetOptionSchema, PtzMoveCommandSchema, PtzOptionsSchema, PtzPositionSchema, PtzPresetSchema, PtzStatusSchema, QueryFilterSchema, RATE_CONTROL_RELAXED, RATE_CONTROL_TIGHT, REACHABILITY_FAILURES_TO_OFFLINE, REACHABILITY_POLL_INTERVAL_MS, REACHABILITY_PROBE_TIMEOUT_MS, RECOGNITION_TYPES, RECORDING_EXPORT_MAX_READ_BYTES, RESERVED_BINDING_NAMES, RESTORED_CAP_NAMES, RUNTIME_DEFAULTS, RUNTIME_STATE_POLICY, RUNTIME_STATE_REFRESH_MISS_COOLDOWN_MS, RUNTIME_TO_FORMAT, RawStateResultSchema, ReadGopBytesResultSchema, ReadSegmentBytesResultSchema, ReadinessRegistry, ReadinessTimeoutError, RecentTracksPageSchema, RecentTracksQueryInput, RecordingAvailabilitySchema, RecordingBandModeSchema, RecordingBandSchema, RecordingBandTriggersSchema, RecordingConfigSchema, RecordingDaysSchema, RecordingDeviceUsageSchema, RecordingLocationUsageSchema, RecordingManifestSchema, RecordingRangeSchema, RecordingRebalanceInputSchema, RecordingRebalanceMoveSchema, RecordingRebalancePlanSchema, RecordingRebalanceSkipReasonSchema, RecordingRebalanceSkipSchema, RecordingRetentionSchema, RecordingStatusSchema, RecordingStorageModeSchema, RecordingStorageUsageSchema, RecordingTriggersSchema, RecordingWeekdaySchema, RedirectLoginMethodSchema, RelocateFootageClassSchema, RelocateFootageInputSchema, RelocateJobSchema, RelocateJobStateSchema, RelocateMediaInputSchema, RenderedAsSchema, ReportMotionInputSchema, RetrainAnnotationDraftSchema, RetrainAnnotationKindSchema, RetrainAnnotationSchema, RetrainAnnotationSourceSchema, RetrainAssistResultSchema, RetrainAssistSubjectSchema, RetrainCopyRefusalSchema, RetrainFrameCandidateSchema, RetrainFrameListSchema, RetrainFrameSchema, RetrainFrameSelectionSchema, RetrainMacroClassSchema, RetrainStatusSchema, RetrainTrackSchema, RetrainTransitionResultSchema, RingBuffer, RtpSourceSchema, RtspRestreamEntrySchema, RunnerCameraConfigSchema, RunnerCameraDeviceUIFields, RunnerFrameSourceSchema, RunnerInferenceDeviceSchema, RunnerLocalLoadSchema, RunnerLocalMetricsSchema, SCENE_CONDITIONS, SCENE_CONFIRM_DEFAULT_MAX_IMAGE_PX, SCENE_CONFIRM_DEFAULT_TIMEOUT_MS, SCENE_DEFAULT_ANCHOR_THRESHOLD, SCENE_DEFAULT_CHECK_INTERVAL_SEC, SCENE_DEFAULT_OBSERVATION_SPACING_SEC, SCENE_DEFAULT_QUIET_SECONDS, SCENE_DEFAULT_UNCOVERED_POLICY, SCENE_DIVERGED, SCENE_RESET_RECAPTURES, SCOPE_PRESETS, SCRUB_THUMBNAIL_PRESETS, SCRUB_THUMBNAIL_PRESET_LABELS, SCRUB_THUMBNAIL_PRESET_ORDER, SENSOR_FEATURES, SENSOR_MAP, SOURCE_INFO_METADATA_KEY, STREAM_PROFILE_META, STREAM_QUALITY_LABELS, SUB_DETECTION_TYPES, SYSTEM_CAP_NAMES, SYSTEM_SCOPE_DEVICE_METHODS, SceneCheckSchema, SceneConditionSchema, SceneConfirmSchema, SceneMonitorSchema, SceneMonitorStateSchema, SceneMonitorStatusSchema, SceneReferenceSchema, SceneUnavailableSchema, SceneUncoveredPolicySchema, SceneVerdictSchema, ScopedTokenSchema, ScopedTokenSummarySchema, ScoredObjectEventSchema, ScriptRunnerStatusSchema, ScrubThumbnailPresetSchema, SearchResultSchema, SendEmailInputSchema, SendEmailResultSchema, SendResultSchema, SensorEventSchema, ServerBootModeSchema, ServerPackageStatusSchema, ServerRollbackInfoSchema, ServerUpdateActionResultSchema, ServerUpdateCheckResultSchema, ServerUpdateStateSchema, SetSiteLocationInputSchema, SettingsPatchSchema, SettingsRecordSchema, SettingsSchemaWithValuesSchema, SettingsUpdateResultSchema, ShmRingStatsSchema, SiteLocationSchema, SiteLocationSourceSchema, SiteLocationStatusSchema, SmokeStatusSchema, SmtpStatusSchema, SnapshotImageSchema, SourceInfoSchema, SpatialDetectionSchema, SsoBridgeClaimsSchema, StartEmbeddedInputSchema, StationaryObjectSchema, AbortUploadInputSchema as StorageAbortUploadInputSchema, BeginDownloadInputSchema as StorageBeginDownloadInputSchema, BeginDownloadResultSchema as StorageBeginDownloadResultSchema, BeginUploadInputSchema as StorageBeginUploadInputSchema, BeginUploadResultSchema as StorageBeginUploadResultSchema, EndDownloadInputSchema as StorageEndDownloadInputSchema, FinalizeUploadInputSchema as StorageFinalizeUploadInputSchema, StorageLocationDeclarationSchema, StorageLocationRefSchema, StorageLocationSchema, StorageLocationTypeSchema, StorageMigrationClassSchema, StorageMigrationDestinationsSchema, StorageMigrationFootageMoveInputSchema, StorageMigrationInputSchema, StorageMigrationJobSchema, StorageMigrationLeaseInputSchema, StorageMigrationMediaMoveInputSchema, StorageMigrationMoveSchema, StorageMigrationParticipantSchema, StorageMigrationPhaseSchema, StorageMigrationPlanSchema, ProviderInfoSchema as StorageProviderInfoSchema, ReadChunkInputSchema as StorageReadChunkInputSchema, TestLocationResultSchema as StorageTestLocationResultSchema, WriteChunkInputSchema as StorageWriteChunkInputSchema, StreamCodecSchema, StreamFormatSchema, StreamNetworkStatsSchema, StreamParamsOptionsSchema, StreamParamsStatusSchema, StreamProfileConfigSchema, StreamProfileOptionsSchema, StreamProfilePatchSchema, StreamProfileSchema, StreamSourceEntrySchema, StreamSourceSchema, SubscribeAudioChunksInputSchema, SubscribeAudioChunksResultSchema, SubscribeFramesInputSchema, SubscribeFramesResultSchema, SwitchStatusSchema, SystemMetricsSchema, SystemMirror, TAXONOMY_COLORS, TIMELAPSE_DENSE_FLOOR_SEC, TIMEZONES, TRANSCODE_DOWN_MAX_BITRATE_KBPS, TRANSCODE_DOWN_MAX_HEIGHT, TamperStatusSchema, TankStatusSchema, TargetKindCapsSchema, TargetKindLevelSchema, TargetKindSchema, TargetSchema, TemperatureSensorStatusSchema, TerminalInstanceInfoSchema, TerminalLegacyCameraSchema, TerminalOutputBatchSchema, TerminalOutputEventSchema, TerminalProfileInfoSchema, TerminalSessionInfoSchema, TestConnectionResultSchema$1 as TestConnectionResultSchema, TestConnectionStatusEnum, TestResultSchema, TimelapseRuleInputSchema, TimelapseRulePatchSchema, TimelapseRuleSchema, TimelapseTemplateSchema, ToastSchema, TokenScopeSchema, TopologyNodeSchema, TopologyProcessSchema, TopologyServiceSchema, TrackCascadeCountsSchema, TrackEnvelopeSchema, TrackFlagsPatchSchema, TrackFlagsSchema, TrackProjectionSchema, TrackSchema, TrackSourceSchema, TrackStateSchema, TrackZoneFilterSchema, TrackedDetectionSchema, TrainingExportDeviceTotalsSchema, TrainingExportSummarySchema, TurnServerSchema, UNIT_TABLE, BrokerInfoSchema$1 as UnifiedBrokerInfoSchema, UnitConversionError, UpdateIntegrationInputSchema, UpdateStatusSchema, UpdateUserInputSchema, UserRecordSchema, UserSummarySchema, VISIT_MERGE_GAP_MS, VacuumControlStatusSchema, VacuumStateSchema, ValveStateSchema, ValveStatusSchema, VectorDeclareIndexInputSchema, VectorDeleteByFilterInputSchema, VectorDeleteInputSchema, VectorDeleteResultSchema, VectorFilterSchema, VectorGetInputSchema, VectorGetResultSchema, VectorItemSchema, VectorMatchSchema, VectorMetadataSchema, VectorMetricSchema, VectorQueryInputSchema, VectorQueryResultSchema, VectorStatsInputSchema, VectorStatsResultSchema, VectorUpsertInputSchema, VectorUpsertResultSchema, VibrationStatusSchema, VideoEncodeSchema, WEBRTC_EGRESS_PROFILE, WELL_KNOWN_TABS, WELL_KNOWN_TAB_MAP, WaterHeaterStatusSchema, WeatherStatusSchema, WebrtcStreamChoiceSchema, WebrtcStreamTargetSchema, WhiteBalanceModeSchema, WidgetHostEnum, WidgetLoginMethodSchema, WidgetMetadataSchema, WidgetRemoteSchema, WidgetSizeEnum, YAMNET_TO_MACRO, ZoneCrossingDirectionSchema, ZoneCrossingSchema, ZoneKindEnum, ZoneRuleModeEnum, ZoneRuleSchema, ZoneRuleStageEnum, ZoneRulesArraySchema, ZoneSchema, ZoneScopeBreakdownSchema, accessoriesCapability, accessoryStableId, addonPagesCapability, addonPagesSourceCapability, addonRoutesCapability, addonSettingsCapability, addonWidgetsCapability, addonWidgetsSourceCapability, addonsCapability, adminUiCapability, airQualitySensorCapability, alarmPanelCapability, alertsCapability, ambientLightSensorCapability, asBoolean, asJsonArray, asJsonObject, asNumber, asString, assertTimelapseCadences, audioAnalysisCapability, audioAnalyzerCapability, audioCodecCapability, audioIsFailClosed, audioKindId, audioLabelChoices, audioMetricsCapability, audioModeOf, audioOrDefaults, audioPlanFromEncodeProfile, authProviderCapability, autoAssignProfiles, automationControlCapability, backupCapability, bareAddonId, batteryCapability, bestLocationMatch, binaryCapability, bindAddonActions, brightnessCapability, brokerCapability, buildAddonRouteProvider, buildAudioArgs, buildEventKindDescriptor, buildFfmpegArgs, buildInputArgs, buildModelVariantGroups, buildNcTaxonomy, buildRoleScopes, buildStreamParamsConfigSchema, buildVideoArgs, buttonCapability, cameraCredentialsCapability, cameraPipelineConfigCapability, cameraStreamsCapability, canConvertUnit, canonicalEgressPlan, carbonMonoxideCapability, cellsToRects, classifyBearerPrincipal, classifyStream, classifyStreams, climateControlCapability, clusterModelSettingKey, clusterStepSettingFieldsFor, clusterStepSettingKey, collectHydratedFieldEntries, collectHydratedFieldValues, colorCapability, colorForKind, commitWatchdogRestart, compileExpression, compileExpressionSafe, composeSwitchedOff, conditionDepth, conditionExclusionReason, conditionVisibleForKind, connectionTestCapability, connectivityCapability, consumablesCapability, contactCapability, controlCapability, convertUnit, coreBlockAddonId, coreBlockIdFromAddonId, coreBlocksCapability, cosineSimilarity, countConditionLeaves, coverCapability, createDeviceProxy, createDurableState, createEvent, createExpressionScope, createHwAccelCache, createLazyTrpcSource, createMirrorSource, createRuntimeStateBridge, createSliceHandle, createSystemProxy, customAction, customModelRegistryCapability, dataStoreProviderCapability, dayNightCapability, declarationOwnerNodeId, decodeVectorBase64, decoderCapability, defaultDeliveryForSection, defaultDeviceFor, defineCustomActions, deriveBatteryPresence, deriveCameraSwitches, deriveDetailCropRect, deriveRecordingMode, describeModelVariant, detectAccessRole, detectionPipelineCapability, deviceAdoptionCapability, deviceBackendToFormat, deviceCustomAction, deviceDiscoveryCapability, deviceExportCapability, deviceManagerCapability, deviceMatchesProfile, deviceOpsCapability, deviceProviderCapability, deviceSelectorMatches, deviceStateCapability, deviceStatusCapability, doorbellCapability, droppedConditionsForKind, egressTranscodeSharingKey, egressTransportFromRequest, embeddingEncoderCapability, emitDownForOwnedCaps, emitReadiness, encodeProfileFromStreamShape, encodeVectorBase64, enumSensorCapability, enumerateInferenceDevices, enumerateItemArrayFields, enumerateSchemaFields, errMsg, evaluateAst, evaluateExpressionSource, evaluatePoolMemory, evaluateZoneRules, event, eventEmitterCapability, eventsCapability, expandCapMethods, extractNestedAddonId, extractSourceInfoFromMetadata, faceGalleryCapability, fanControlCapability, featureProbeCapability, filesystemBrowseCapability, findTimezone, floodCapability, formatForBackend, formatForRuntime, gasCapability, generateAutomationBlock, getAudioMacroClassIds, getByPath, getCapsByProviderKind, getTaxonomyEntry, hasMotionTrigger, hfModelUrl, htmlToText, humidifierCapability, humiditySensorCapability, hydrateSchema, imageCapability, imageSettingsCapability, initialPoolMemoryState, integrationsCapability, intercomCapability, invocationFromEncodeProfile, isAgentOnlyPlacement, isArrayOutputSchema, isAudioLabelSelected, isAudioRule, isBaseConditionKey, isBatteryPresenceFault, isClusterScopedStep, isCollectionArrayMethod, isDeployableToAgent, isDetectionMacroClass, isDeviceConfigCap, isDeviceScopedCap, isEvent, isIsolatedBuiltin, isNode, isObjectInput, isOccupancyRule, isRestoredCap, isSameAddonId, isScheduleActive, isSoftwareDecode, isSystemDelivery, isVoidInput, jobKindSchema, kebabToCamel, knownValues, lawnMowerControlCapability, lifecycleJobSchema, lifecycleJobScopeSchema, lifecycleJobStateSchema, lifecycleTaskSchema, llmCapability, llmRuntimeCapability, localNetworkCapability, locationSimilarity, lockControlCapability, logBannerArgs, logDestinationCapability, logLevelAtMost, loginMethodCapability, looseSchema, makeProfileBrokerId, makeSourceBrokerId, mapAudioLabelToMacro, markdownToHtmlLite, markdownToText, maskUrlCredentials, mediaPlayerCapability, mergeSourceInfo, meshNetworkCapability, method, methodAccessForHttpMethod, metricsProviderCapability, modelConvertCapability, modelDistributorCapability, modelFormatForRuntime, motionCapability, motionDetectionCapability, motionTriggerCapability, motionZonesCapability, mqttBrokerCapability, nativeObjectDetectionCapability, networkAccessCapability, networkQualityCapability, nodePin, nodesCapability, normalizeAddonInitResult, normalizeAudioLabel, normalizeTokenScopes, normalizeUnit, notificationOutputCapability, notificationRulesCapability, notifierCapability, numericSensorCapability, oauthIntegrationCapability, objectInputDeclaresAddonId, osdCapability, osdManagerCapability, overlayClusterStepSettings, parseCameraStreamConfig, parseExpression, parseJsonArray, parseJsonObject, parseJsonUnknown, parseProcStatus, parseProfileBrokerId, parseRuleSection, parseStreamParamsFormPatch, patchAudio, petFeederCapability, pickAccessoryControl, pickClusterStepModels, pickClusterStepSettings, pickDetailCropConvention, pickNativeLeaseOverride, pickPreferredRtspEntry, pickRestartCandidate, pickVideoEncoder, pickerForCondition, pipelineAnalyticsCapability, pipelineExecutorCapability, pipelineOrchestratorCapability, pipelineRunnerCapability, plateGalleryCapability, platformProbeCapability, poolMemoryThreshold, powerMeterCapability, prepareNotification, presenceCapability, pressureSensorCapability, principalMayReachAddon, privacyMaskCapability, procedureAuthKey, ptzAutotrackCapability, ptzCapability, pythonScriptForBackend, readClusterStepModels, readClusterStepSettings, readDetailCropConvention, readDeviceStateFrom, readNativeLeaseOverride, readNodePin, readTimelapseGeneratedAt, readinessKey, rebootCapability, recordingCapability, recordingExportCapability, rectsToCells, requiresPython, resetPoolBaseline, resolveAddonExecution, resolveAddonGroup, resolveAddonPlacement, resolveAddonRuntime, resolveCapMount, resolveClusterStepModelId, resolveDetectionRuntime, resolveDeviceControlKind, resolveDeviceProfile, resolveEgressDecodeHwAccel, resolveFormat, resolveHydratedFieldValue, resolveModelFormat, resolveMutate, resolvePoolMemoryPolicy, resolveRecordingProfiles, resolveRunnerId, resolveScrubThumbnailGeometry, resolveVariantModelId, resolveViewableDeviceIds, roleSpec, ruleEditorSectionsForKind, ruleKindOf, ruleKindSpec, ruleMatchesSection, ruleSection, ruleSectionOf, ruleSeedForSection, runInferenceStep, runtimeDevices, runtimeStatePolicyFor, sceneMonitorCapability, scopeInherits, scopeKey, scopesAllowAddon, scopesAllowDeviceCap, scoreRuntimes, scriptRunnerCapability, selectAssignedProfileSlots, serverManagementCapability, setByPath, settingsStoreCapability, sleep, sleepCancellable, smokeCapability, smtpProviderCapability, snapshotCapability, ssoBridgeCapability, startReachabilityPoll, stateVocabularyFor, storageCapability, storageEvictableCapability, storageMigrationCapability, storageProviderCapability, streamBrokerCapability, streamCatalogCapability, streamParamsCapability, streamPixels, streamQualityLabel, subKindsOf, summarisePrivacyAudio, summarizeEffectiveScope, supportedRuntimes, switchCapability, switchedOffIds, synthesizeSourceInfo, systemCapability, systemEventFilterApplies, systemEventFilterAppliesToAnyKind, tamperCapability, taskLogEntrySchema, taskPhaseSchema, taskTargetSchema, temperatureSensorCapability, terminalSessionCapability, textToHtml, toDeviceSummary, toExpressionValue, toNodeId, toStreamSourceEntry, toastCapability, toggleAudioLabel, tokenize, transcodeBody, tryConvertUnit, turnProviderCapability, unitDimension, unitsForDimension, updateCapability, userManagementCapability, userPasskeysCapability, vacuumControlCapability, validateExpressionSource, validateRecipeBounds, valveCapability, vectorDimFromBase64, vectorStoreCapability, vibrationCapability, videoclipsCapability, viewerUiCapability, waterHeaterCapability, weatherCapability, webrtcClientHintsSchema, webrtcSessionCapability, wiringAddonHealthSchema, wiringHealthSnapshotSchema, wiringNodeHealthSchema, wiringProbeKindSchema, wiringProbeResultSchema, zodEntriesToConfigUI, zoneAnalyticsCapability, zoneRulesCapability, zonesCapability };
|
|
47524
|
+
export { ACCESSORY_LABEL, ACCESS_ROLES, ALEXA_EGRESS_PROFILE, ALL_CAPABILITY_DEFINITIONS, APPLE_SA_TO_MACRO, AUDIO_ANALYSIS_CAP_NAME, AUDIO_BACKEND_CHOICES, AUDIO_MACRO_LABELS, AUDIO_PRESETS, AccessoriesStatusSchema, AccessoryKind, AddBrokerInputSchema, AddonAutoUpdateSchema, AddonListItemSchema, AddonPageDeclarationSchema, AddonPageInfoSchema, AdoptInputSchema as AdoptionAdoptInputSchema, AdoptResultSchema as AdoptionAdoptResultSchema, AdoptionCandidateResultSchema, AdoptionFilterSchema, GetCandidateInputSchema as AdoptionGetCandidateInputSchema, AdoptionJobSchema, AdoptionJobStateSchema, ListCandidatesInputSchema as AdoptionListCandidatesInputSchema, ListCandidatesOutputSchema as AdoptionListCandidatesOutputSchema, AdoptionOutcomeSchema, ReleaseInputSchema as AdoptionReleaseInputSchema, AdoptionStatusSchema, AgentLoadSummarySchema, AirQualitySensorStatusSchema, AlarmArmModeSchema, AlarmPanelStatusSchema, AlarmStateSchema, AlertSchema, AlertSeveritySchema, AlertSourceSchema, AlertStatusSchema, AmbientLightSensorStatusSchema, AnalyticsGroupDetailSchema, AnalyticsGroupMemberSchema, AnalyticsGroupRecordSchema, ApiKeyRecordSchema, ApiKeySummarySchema, ArchiveEntrySchema, ArchiveManifestSchema, AttachmentMediaTypeSchema, AttachmentSchema, AudioAnalysisResultSchema, AudioAnalysisSettingsSchema, AudioChunkInputSchema, AudioClassSummarySchema, AudioClassificationLabelSchema, AudioClassificationResultSchema, AudioCodecInfoSchema, AudioDecodeSessionConfigSchema, AudioEncodeSchema, AudioEncodeSessionConfigSchema, AudioEncodedChunkSchema, AudioEventSchema, AudioLevelSchema, AudioMetricsHistoryPointSchema, AudioMetricsHistorySchema, AudioMetricsSnapshotSchema, AudioPcmChunkSchema, AuthResultSchema, AutoUpdateSettingsSchema, AutomationActionSchema, AutomationConditionOperatorSchema, AutomationConditionSchema, AutomationControlStatusSchema, AutomationRecipeSchema, AutomationTriggerSchema, AvailableIntegrationTypeSchema, BACKEND_TO_FORMAT, BASE_LIVE_EGRESS_PROFILE, BATTERY_DEVICE_PROFILE, BATTERY_UNREACHABLE_AFTER_MS, BOOT_RECOVERY_BACKOFF_MS, BacklightModeSchema, BackupDestinationInfoSchema, BackupEntrySchema, BaseAddon, BaseDevice, BaseDeviceProvider, BatteryStatusSchema, BinaryStatusSchema, BoundingBoxSchema, BrightnessStatusSchema, AddInputSchema as BrokerAddInputSchema, BrokerAudioClientSchema, BrokerClientsSchema, BrokerConnectionDetailsSchema, BrokerConsumerAttributionSchema, BrokerConsumerKindSchema, BrokerDecodedClientSchema, BrokerEncodedClientSchema, GetStateInputSchema as BrokerGetStateInputSchema, BrokerInfoSchema, BrokerProviderInfoSchema, PublishInputSchema as BrokerPublishInputSchema, RegistryStatusSchema as BrokerRegistryStatusSchema, BrokerRtspClientSchema, BrokerStatsSchema, BrokerStatusEnum, BrokerStatusSchema, SubscribeInputSchema as BrokerSubscribeInputSchema, SubscribeResultSchema as BrokerSubscribeResultSchema, TestConnectionResultSchema as BrokerTestConnectionResultSchema, UnsubscribeInputSchema as BrokerUnsubscribeInputSchema, CAMERA_SWITCH_CATALOG, CAMERA_SWITCH_ORDER, CAM_PROFILE_ORDER, CAPABILITY_NAMES, CAPABILITY_ROUTER_KEYS, CAP_NAMES_WITH_STATUS, CAP_NODE_PIN_CONTEXT_KEY, CAP_PROVIDER_KIND_MAP, CLASS_MAP_MACRO_TARGETS, CLUSTER_MODEL_SCOPED_STEPS, CLUSTER_MODEL_SECTION_ID, CLUSTER_STEP_SETTING_FIELDS, COCO_80_LABELS, COCO_TO_MACRO, CONNECTION_TEST_TIMEOUT_MS, CORE_BLOCKS_ADDON_ID, CORE_BLOCK_ADDON_PREFIX, CamProfileSchema, CamStreamDescriptorSchema, CamStreamKindSchema, CamStreamResolutionSchema, CameraAssignmentStatusSchema, CameraAudioStatusSchema, CameraBrokerProfileSchema, CameraBrokerStatusSchema, CameraCredentialsSchema, CameraCredentialsStatusSchema, CameraDecoderShmSchema, CameraDecoderStatusSchema, CameraDetectionPhaseSchema, CameraDetectionProvisioningSchema, CameraDetectionProvisioningStateSchema, CameraDetectionStatusSchema, CameraMetricsSchema, CameraMetricsWithDeviceIdSchema, CameraMotionStatusSchema, CameraRecordingModeSchema, CameraRecordingStatusSchema, CameraSourceStatusSchema, CameraSourceStreamSchema, CameraStatusDegradationReasonSchema, CameraStatusDegradationSchema, CameraStatusSchema, CameraStatusStageSchema, CameraStreamSchema, CameraSwitchAuthoritySchema, CameraSwitchGroupSchema, CameraSwitchIdSchema, CameraSwitchSchema, CameraSwitchUnavailableReasonSchema, CandidateQueryFilterSchema, CapScopeSchema, CapabilityBindingsSchema, CarbonMonoxideStatusSchema, ChargingStatus, ClassMapDefinitionSchema, ClientNetworkStatsSchema, ClimateControlStatusSchema, ClipPlaybackSchema, ClipSchema, ClusterAddonNodeDeploymentSchema, ClusterAddonStatusEntrySchema, CollectionColumnSchema, CollectionIndexSchema, ColorStatusSchema, ConfigEntrySchema, ConfigSectionWithValuesSchema, ConfigTabDeclarationSchema, ConnectionTestDescriptorSchema, ConnectionTestInputSchema, ConnectionTestOutcomeSchema, ConnectivityStatusSchema, ConsumableItemSchema, ConsumablesStatusSchema, ContactStatusSchema, ControlKindSchema, ControlStatusSchema, ConvertArtifactSchema, ConvertResultSchema, ConvertTargetSchema, CoreBlockCompileResultSchema, CoreBlockInputSchema, CoreBlockPlacementSchema, CoreBlockSchema, CoreBlockStatusSchema, CoverStateSchema, CoverStatusSchema, CreateApiKeyInputSchema, CreateApiKeyResultSchema, CreateIntegrationInputSchema, CreateScopedTokenInputSchema, CreateScopedTokenResultSchema, CreateUserInputSchema, CustomActionInputSchema, CustomModelDescriptorSchema, DATAPLANE_SECRET_HEADER, DECLARED_DEVICE_SWEEP_LIMIT, DECLARED_INTEGRATION_FIXED_KEY, DEFAULT_ADDON_PLACEMENT, DEFAULT_AUDIO_ANALYZER_CONFIG, DEFAULT_CLUSTER_STEP_MODELS, DEFAULT_CLUSTER_STEP_SETTINGS, DEFAULT_DECODER_HWACCEL_CONFIG, DEFAULT_DETAIL_CROP_CONVENTION, DEFAULT_EVENTS_BAND_BUFFER_SEC, DEFAULT_EVENT_COLOR, DEFAULT_FEATURES, DEFAULT_MIN_LANDMARK_FACE_SIZE_PX, DEFAULT_NATIVE_LEASE_SETTINGS, DEFAULT_POOL_MEMORY_POLICY, DEFAULT_RECORDING_PROFILES, DEFAULT_RETENTION, DEFAULT_RUNTIME_STATE_DURABILITY, DEFAULT_SCRUB_THUMBNAIL_PRESET, DEFAULT_TIMELAPSE_PREVIEW_TEXT, DETAIL_CROP_PADDING_FIELD, DETAIL_CROP_PADDING_KEY, DETAIL_CROP_SECTION_ID, DETAIL_CROP_SQUARE_KEY, DETECTION_MACRO_CLASSES, DETECTION_PIPELINE_CAP_NAME, DEVICE_BACKEND_TO_FORMAT, DEVICE_CAP_NAMES, DEVICE_PROFILES, DEVICE_SCOPED_CAPS, DEVICE_SETTINGS_CONTRIBUTION_METHODS, DEVICE_STATE_READERS, DEVICE_STATUS_METHOD, DEVICE_TYPE_CONTROL_KIND, DEVICE_TYPE_INFO, EngineInfoSchema as DataStoreEngineInfoSchema, DayNightModeSchema, DayNightOptionsSchema, DayNightSettingsPatchSchema, DayNightStatusSchema, DeclaredDevices, DecodedAudioChunkSchema, DecodedFrameSchema, DecoderSessionConfigSchema, DecoderStatsSchema, DeleteIntegrationResultSchema, DetailCropConventionSchema, DetectionSourceSchema, DeviceCodeSeveritySchema, DeviceConfig, DeviceDiscoveryStatusSchema, ExposeInputSchema as DeviceExportExposeInputSchema, DeviceExportStatusSchema, UnexposeInputSchema as DeviceExportUnexposeInputSchema, DeviceFeature, DeviceInfoSchema, DeviceNetworkStatsSchema, DeviceRole, DeviceRuntimeState, DeviceSelectorSchema, DeviceStatusSchema, DeviceType, DiscoveredChildDeviceSchema, DiscoveredChildStatusSchema, DiscoveredDeviceSchema, DiscoveredTargetSchema, DiskReconcileJobSchema, DisposerChain, DoorbellPressEventSchema, DoorbellStatusSchema, EVENTFUL_CAP_NAMES, EVENT_KIND_BY_CAP, EVENT_PAD_MS, EVENT_TAXONOMY, EXPORT_DENSE_MAX_RANGES, EXPRESSION_BUILTINS, EXPRESSION_BUILTIN_NAMES, EXPRESSION_COMPILE_CACHE_CAPACITY, EXPRESSION_IDENTIFIER_RE, EXPRESSION_INJECTED_NOW, EgressEncodeSchema, EgressRateControlSchema, EgressTranscodeRequestSchema, EgressTranscodeSchema, ElementConfigStore, EmbeddingInfoSchema, EmbeddingResultSchema, EncodeProfileSchema, EncodedPacketSchema, EnrichedWidgetMetadataSchema, EnumSensorDateTimeFormatSchema, EnumSensorStatusSchema, EventCategory, EventEmitterStatusSchema, EventFireSchema, EventItemSchema, EventKindCategorySchema, EventKindDescriptorSchema, EventKindIconSchema, EventKindSchema, EventKindsForDeviceSchema, EventMediaArtifactSchema, EventMediaCoverageSchema, EventMediaKindSchema, EventMediaProductionSchema, EventSourceType, ExportBytesSchema, ExportDenseRangeSchema, ExportDenseSchema, ExportDownloadSchema, ExportOptionsSchema, ExportRecordSchema, ExportSetupFieldSchema, ExportSetupSchema, ExportSpeedSchema, ExportStateSchema, ExportTimelapseSchema, ExposedDeviceSchema, ExposureModeSchema, ExpressionBindingSourceSchema, ExpressionEvalError, ExpressionFieldBindingSchema, ExpressionGlobalBindingSchema, ExpressionLiteralBindingSchema, ExpressionParseError, ExpressionSourceSchema, FULL_IMAGE_BBOX, FanControlStatusSchema, FanDirectionSchema, FeatureManifestSchema, FeatureProbeStatusSchema, FloodStatusSchema, Fmp4BoxSplitter, FrameHandleFormatSchema, FrameHandleSchema, FrameInputSchema, FrameLazyCountersSchema, FrameLazyMetricsSchema, GasStatusSchema, GetStreamWithCodecInputSchema, GlobalMetricsSchema, HAP_AUDIO_BASE, HAP_AUDIO_BITRATE_KBPS, HAP_AUDIO_VBV_KBITS, HAP_KEYFRAME_INTERVAL_SEC, HF_BASE_URL, HF_REPO, HWACCEL_OPTIONS, HealthStatusSchema, HfModelResolutionSchema, HistoryPointSchema, HistoryResolutionEnum, HumidifierStatusSchema, HumiditySensorStatusSchema, HvacModeSchema, INFERENCE_DEVICE_EXCLUSION_REASONS, ImageContractSchema, ImageContractStateSchema, ImageRotateSchema, ImageSettingsOptionsSchema, ImageSettingsPatchSchema, ImageSettingsStatusSchema, ImageStatusSchema, InferenceDeviceExclusionReasonSchema, IngestOwnerSchema, InstalledPackageSchema, IntegrationLiteSchema, IntegrationWithStateSchema, IntercomAbilitySchema, IntercomStatusSchema, KNOWN_CAP_NAMES, KeyEventSchema, LOG_LEVEL_RANK, LabelAttributionSchema, LabelDefinitionSchema, LabelTierSchema, LawnMowerActivitySchema, LawnMowerControlStatusSchema, LinkedDeviceSchema, LinkedDevicesModeSchema, ListGroupsPageSchema, ListGroupsQueryInput, LlmDefaultSchema, LlmDefaultSelectorSchema, LlmDownloadProgressSchema, LlmErrorCodeSchema, LlmGenerateBaseInputSchema, LlmGenerateErrSchema, LlmGenerateOkSchema, LlmGenerateResultSchema, LlmImageSchema, LlmNodeModelSchema, LlmProfileKindDescriptorSchema, LlmProfileKindSchema, LlmProfileSchema, LlmRetryPolicySchema, LlmRuntimeCompleteInputSchema, LlmRuntimeDiskUsageSchema, LlmRuntimeNodeSchema, LlmRuntimeStatusSchema, LlmTimeoutDefaults, LlmUsageRollupSchema, LlmUsageSchema, LocateSegmentResultSchema, LocationStatSchema, LockControlStatusSchema, LockStateSchema, LogEntrySchema, LogLevelSchema, LogStreamEntrySchema, LoginMethodContributionSchema, LoginStageEnum, MACRO_LABELS, MAX_CLIP_EVENT_IDS, MAX_CLIP_LABELS, MAX_CONDITION_DEPTH, MAX_CONDITION_LEAVES, MAX_EXPRESSION_AST_NODES, MAX_EXPRESSION_BINDINGS, MAX_EXPRESSION_CALL_ARGS, MAX_EXPRESSION_EVAL_STEPS, MAX_EXPRESSION_SOURCE_LENGTH, METHOD_ACCESS_MAP, METHOD_DEVICE_SELECTORS, MODEL_FORMATS, MODEL_PROVIDER_IDS, MOTION_TRIGGER_FEATURE, ManagedModelCatalogEntrySchema, ManagedModelExtraFileSchema, ManagedModelRefSchema, ManagedRuntimeConfigSchema, MaskGridDimsSchema, MaskGridShapeSchema, MaskLineShapeSchema, MaskPointSchema, MaskPolygonShapeSchema, MaskPolygonVerticesSchema, MaskRectShapeSchema, MaskShapeKindSchema, MaskShapeSchema, MediaFileInfoSchema, MediaFileSchema, MediaPlayerRepeatSchema, MediaPlayerStateSchema, MediaPlayerStatusSchema, MeshPeerSchema, MeshStatusSchema, MethodAccessSchema, ModelCatalogEntrySchema, ModelConvertInputSchema, ModelConvertMetadataSchema, ModelDistributeInputSchema, ModelDistributeResultSchema, ModelExtraFileSchema, ModelFormatEntrySchema, ModelFormatsSchema, ModelProviderIdSchema, ModelSubstitutionSchema, ModelVariantGroupSchema, MotionAnalysisResultSchema, MotionEventSchema, MotionOnMotionChangedDataSchema, MotionRegionSchema, MotionSourceEnum, MotionSourcesSchema, MotionStatusSchema, MotionTriggerRuntimeStateSchema, MotionTriggerStatusSchema, MotionZoneOptionsSchema, MotionZonePatchSchema, MotionZoneRegionSchema, MotionZoneStatusSchema, StatusSchema as MqttBrokerStatusSchema, MutationFilterSchema, NATIVE_LEASE_ACTIVITY_FIELD, NATIVE_LEASE_ACTIVITY_KEY, NATIVE_LEASE_ADMISSION_FIELD, NATIVE_LEASE_ADMISSION_KEY, NATIVE_LEASE_BUDGET_FIELD, NATIVE_LEASE_BUDGET_KEY, NATIVE_LEASE_HOLD_FIELD, NATIVE_LEASE_HOLD_KEY, NATIVE_LEASE_SECTION_ID, NATIVE_LEASE_TILE_BUDGET_FIELD, NATIVE_LEASE_TILE_BUDGET_KEY, NC_ALARM_SYSTEM_EVENT_KINDS, NC_AUDIO_CONFIRM_HITS_DEFAULT, NC_AUDIO_CONFIRM_HITS_MAX, NC_AUDIO_CONFIRM_HITS_MIN, NC_AUDIO_CONFIRM_WINDOW_MAX_SEC, NC_AUDIO_CONFIRM_WINDOW_MIN_SEC, NC_AUDIO_CONFIRM_WINDOW_SEC_DEFAULT, NC_AUDIO_DBFS_FLOOR, NC_AUDIO_DB_MAX, NC_AUDIO_DB_MIN, NC_AUDIO_DB_OFFERED, NC_AUDIO_DB_STEP, NC_AUDIO_DEFAULTS, NC_AUDIO_HIT_PERCENT_MAX, NC_AUDIO_HIT_PERCENT_MIN, NC_AUDIO_SAMPLING_MAX_SEC, NC_AUDIO_SAMPLING_MIN_SEC, NC_AUDIO_SEED, NC_AUTHORABLE_SYSTEM_EVENT_KINDS, NC_BASE_CONDITION_KEYS, NC_CONDITION_CATALOG, NC_CONFIRM_DEFAULT_MAX_IMAGE_PX, NC_CONFIRM_DEFAULT_TIMEOUT_MS, NC_CONFIRM_MAX_TIMEOUT_MS, NC_CONFIRM_MIN_TIMEOUT_MS, NC_DEFAULT_SNOOZE_MINUTES, NC_HISTORY_LIMIT_DEFAULT, NC_HISTORY_LIMIT_MAX, NC_MAX_PER_TRACK_IMMEDIATE, NC_OCCUPANCY_DEFAULTS, NC_RULE_EDITOR_SECTION_ORDER, NC_RULE_KIND_SPECS, NC_RULE_SECTIONS, NC_SNOOZE_MAX_MINUTES, NC_SYSTEM_DELIVERY, NC_SYSTEM_EVENT_FILTER_KEYS, NC_TAXONOMY, NativeCropBboxSchema, NativeCropRefSchema, NativeCropResultSchema, NativeDetectionSchema, NativeLeaseAdmissionSchema, NativeLeaseSettingsSchema, NativeObjectClassEnum, NativeObjectDetectionRuntimeStateSchema, NativeObjectDetectionStatusSchema, NcAlarmConfigSchema, NcAlarmModeCoverageSchema, NcAlarmSettingsPatchSchema, NcAlarmSettingsSchema, NcAlarmSkipReasonSchema, NcAlarmSkippedDeviceSchema, NcAudioConditionSchema, NcConditionDescriptorSchema, NcConditionsSchema, NcConfirmExpectSchema, NcConfirmSchema, NcCrossingSchema, NcDeliverySchema, NcDeviceStateConditionSchema, NcHistoryEntrySchema, NcHistoryFilterSchema, NcHistoryRecordKindSchema, NcHistoryStatusSchema, NcHistorySubjectSchema, NcMediaFrameSchema, NcMediaPolicySchema, NcOccupancyConditionSchema, NcPlateMatcherSchema, NcRuleActionSchema, NcRuleActionSequenceSchema, NcRuleActionsSchema, NcRuleInputSchema, NcRuleNotificationButtonSchema, NcRulePatchSchema, NcRuleSchema, NcRuleTargetSchema, NcSceneConditionSchema, NcScheduleSchema, NcScheduleWindowSchema, NcSnoozeInputSchema, NcSnoozeSchema, NcSnoozeScopeSchema, NcSnoozeSuppressedSchema, NcSystemEventConditionSchema, NcSystemEventKindSchema, NcTaxonomyEntrySchema, NcTaxonomySchema, NcTestResultSchema, NcThrottleGranularitySchema, NcThrottleSchema, NcZoneConditionSchema, NetworkAccessStatusSchema, NetworkAddressSchema, NetworkEndpointSchema, NotificationActionIconSchema, NotificationActionSchema, NotificationFormatSchema, NotificationSchema, NotifierStatusSchema, NumericSensorStatusSchema, OPERATOR_WRITTEN_STALE_MS, OPS_LOG_DEFAULT_LIMIT, OPS_LOG_RING_DEFAULT_MAX, OauthIntegrationDescriptorSchema, ObjectEventSchema, OpsLogDomainSchema, OpsLogEntrySchema, OpsLogOpSchema, OpsLogQueryInputSchema, OpsLogReasonSchema, OrchestratorMetricsSchema, OsdOverlayKindEnum, OsdOverlayPatchSchema, OsdOverlaySchema, OsdPositionEnum, OsdRenderOutcomeEnum, OsdRenderResultSchema, OsdSlotBindingSchema, OsdSlotViewSchema, OsdSourceOptionSchema, OsdSourceSchema, OsdSourceValueTypeEnum, OsdStatusSchema, PET_FEEDER_MANUAL_FEED_MAX, PET_FEEDER_MANUAL_FEED_MIN, PIPELINE_FLOW_CAPABILITY_NAMES, PIPELINE_OWNER_CAPABILITY_NAMES, PRIVACY_MASK_CAP_NAME, PROVIDER_KIND_CAP_NAMES, PYTHON_SCRIPT, PackageUpdateSchema, PackageVersionInfoSchema, PasskeyLoginMethodSchema, PasskeySummarySchema, PcmSampleFormatSchema, PerScopeBreakdownSchema, PetFeederStatusSchema, PickStreamPreferencesSchema, PickStreamRequirementsSchema, PickedCamStreamSchema, PipelineAssignmentSchema, PipelineDefaultStepSchema, PipelineEngineChoiceSchema, PipelineRunResultBridge, PipelineStepInputSchema, PipelineValidationIssueSchema, PipelineValidationResultSchema, PlaceholderReasonSchema, PolygonPointSchema, PoolMemoryWatchdog, PowerMeterStatusSchema, PresenceStatusSchema, PressureSensorStatusSchema, PrivacyMaskOptionsSchema, PrivacyMaskPatchSchema, PrivacyMaskRegionSchema, PrivacyMaskShapeSchema, PrivacyMaskStatusSchema, ProfileRtspEntrySchema, ProfileSlotSchema, ProfileSlotStatusSchema, ProviderStatusSchema, PtzAutotrackRuntimeStateSchema, PtzAutotrackSettingsSchema, PtzAutotrackStatusSchema, PtzAutotrackTargetOptionSchema, PtzMoveCommandSchema, PtzOptionsSchema, PtzPositionSchema, PtzPresetSchema, PtzStatusSchema, QueryFilterSchema, RATE_CONTROL_RELAXED, RATE_CONTROL_TIGHT, REACHABILITY_FAILURES_TO_OFFLINE, REACHABILITY_POLL_INTERVAL_MS, REACHABILITY_PROBE_TIMEOUT_MS, RECOGNITION_TYPES, RECORDING_EXPORT_MAX_READ_BYTES, RESERVED_BINDING_NAMES, RESTORED_CAP_NAMES, RUNTIME_DEFAULTS, RUNTIME_STATE_POLICY, RUNTIME_STATE_REFRESH_MISS_COOLDOWN_MS, RUNTIME_TO_FORMAT, RawStateResultSchema, ReadGopBytesResultSchema, ReadSegmentBytesResultSchema, ReadinessRegistry, ReadinessTimeoutError, RecentTracksPageSchema, RecentTracksQueryInput, RecordingAvailabilitySchema, RecordingBandModeSchema, RecordingBandSchema, RecordingBandTriggersSchema, RecordingConfigSchema, RecordingDaysSchema, RecordingDeviceUsageSchema, RecordingLocationUsageSchema, RecordingManifestSchema, RecordingRangeSchema, RecordingRebalanceInputSchema, RecordingRebalanceMoveSchema, RecordingRebalancePlanSchema, RecordingRebalanceSkipReasonSchema, RecordingRebalanceSkipSchema, RecordingRetentionSchema, RecordingStatusSchema, RecordingStorageModeSchema, RecordingStorageUsageSchema, RecordingTriggersSchema, RecordingWeekdaySchema, RedirectLoginMethodSchema, RelocateFootageClassSchema, RelocateFootageInputSchema, RelocateJobSchema, RelocateJobStateSchema, RelocateMediaInputSchema, RenderedAsSchema, ReportMotionInputSchema, RetrainAnnotationDraftSchema, RetrainAnnotationKindSchema, RetrainAnnotationSchema, RetrainAnnotationSourceSchema, RetrainAssistResultSchema, RetrainAssistSubjectSchema, RetrainCopyRefusalSchema, RetrainFrameCandidateSchema, RetrainFrameListSchema, RetrainFrameSchema, RetrainFrameSelectionSchema, RetrainMacroClassSchema, RetrainStatusSchema, RetrainTrackSchema, RetrainTransitionResultSchema, RingBuffer, RtpSourceSchema, RtspRestreamEntrySchema, RunnerCameraConfigSchema, RunnerCameraDeviceUIFields, RunnerFrameSourceSchema, RunnerInferenceDeviceSchema, RunnerLocalLoadSchema, RunnerLocalMetricsSchema, SCENE_CONDITIONS, SCENE_CONFIRM_DEFAULT_MAX_IMAGE_PX, SCENE_CONFIRM_DEFAULT_TIMEOUT_MS, SCENE_DEFAULT_ANCHOR_THRESHOLD, SCENE_DEFAULT_CHECK_INTERVAL_SEC, SCENE_DEFAULT_OBSERVATION_SPACING_SEC, SCENE_DEFAULT_QUIET_SECONDS, SCENE_DEFAULT_UNCOVERED_POLICY, SCENE_DIVERGED, SCENE_RESET_RECAPTURES, SCOPE_PRESETS, SCRUB_THUMBNAIL_PRESETS, SCRUB_THUMBNAIL_PRESET_LABELS, SCRUB_THUMBNAIL_PRESET_ORDER, SENSOR_FEATURES, SENSOR_MAP, SOURCE_INFO_METADATA_KEY, STREAM_PROFILE_META, STREAM_QUALITY_LABELS, SUB_DETECTION_TYPES, SYSTEM_CAP_NAMES, SYSTEM_SCOPE_DEVICE_METHODS, SceneCheckSchema, SceneConditionSchema, SceneConfirmSchema, SceneMonitorSchema, SceneMonitorStateSchema, SceneMonitorStatusSchema, SceneReferenceSchema, SceneUnavailableSchema, SceneUncoveredPolicySchema, SceneVerdictSchema, ScopedTokenSchema, ScopedTokenSummarySchema, ScoredObjectEventSchema, ScriptRunnerStatusSchema, ScrubThumbnailPresetSchema, SearchResultSchema, SendEmailInputSchema, SendEmailResultSchema, SendResultSchema, SensorEventSchema, ServerBootModeSchema, ServerPackageStatusSchema, ServerRollbackInfoSchema, ServerUpdateActionResultSchema, ServerUpdateCheckResultSchema, ServerUpdateStateSchema, SetSiteLocationInputSchema, SettingsPatchSchema, SettingsRecordSchema, SettingsSchemaWithValuesSchema, SettingsUpdateResultSchema, ShmRingStatsSchema, SiteLocationSchema, SiteLocationSourceSchema, SiteLocationStatusSchema, SmokeStatusSchema, SmtpStatusSchema, SnapshotImageSchema, SourceInfoSchema, SpatialDetectionSchema, SsoBridgeClaimsSchema, StartEmbeddedInputSchema, StationaryObjectSchema, AbortUploadInputSchema as StorageAbortUploadInputSchema, BeginDownloadInputSchema as StorageBeginDownloadInputSchema, BeginDownloadResultSchema as StorageBeginDownloadResultSchema, BeginUploadInputSchema as StorageBeginUploadInputSchema, BeginUploadResultSchema as StorageBeginUploadResultSchema, EndDownloadInputSchema as StorageEndDownloadInputSchema, FinalizeUploadInputSchema as StorageFinalizeUploadInputSchema, StorageLocationDeclarationSchema, StorageLocationRefSchema, StorageLocationSchema, StorageLocationTypeSchema, StorageMigrationClassSchema, StorageMigrationDestinationsSchema, StorageMigrationFootageMoveInputSchema, StorageMigrationInputSchema, StorageMigrationJobSchema, StorageMigrationLeaseInputSchema, StorageMigrationMediaMoveInputSchema, StorageMigrationMoveSchema, StorageMigrationParticipantSchema, StorageMigrationPhaseSchema, StorageMigrationPlanSchema, ProviderInfoSchema as StorageProviderInfoSchema, ReadChunkInputSchema as StorageReadChunkInputSchema, TestLocationResultSchema as StorageTestLocationResultSchema, WriteChunkInputSchema as StorageWriteChunkInputSchema, StreamCodecSchema, StreamFormatSchema, StreamNetworkStatsSchema, StreamParamsOptionsSchema, StreamParamsStatusSchema, StreamProfileConfigSchema, StreamProfileOptionsSchema, StreamProfilePatchSchema, StreamProfileSchema, StreamSourceEntrySchema, StreamSourceSchema, SubscribeAudioChunksInputSchema, SubscribeAudioChunksResultSchema, SubscribeFramesInputSchema, SubscribeFramesResultSchema, SwitchStatusSchema, SystemMetricsSchema, SystemMirror, TAXONOMY_COLORS, TIMELAPSE_DENSE_FLOOR_SEC, TIMEZONES, TRANSCODE_DOWN_MAX_BITRATE_KBPS, TRANSCODE_DOWN_MAX_HEIGHT, TamperStatusSchema, TankStatusSchema, TargetKindCapsSchema, TargetKindLevelSchema, TargetKindSchema, TargetSchema, TemperatureSensorStatusSchema, TerminalInstanceInfoSchema, TerminalLegacyCameraSchema, TerminalOutputBatchSchema, TerminalOutputEventSchema, TerminalProfileInfoSchema, TerminalSessionInfoSchema, TestConnectionResultSchema$1 as TestConnectionResultSchema, TestConnectionStatusEnum, TestResultSchema, TimelapseRuleInputSchema, TimelapseRulePatchSchema, TimelapseRuleSchema, TimelapseTemplateSchema, ToastSchema, TokenScopeSchema, TopologyNodeSchema, TopologyProcessSchema, TopologyServiceSchema, TrackCascadeCountsSchema, TrackEnvelopeSchema, TrackFlagsPatchSchema, TrackFlagsSchema, TrackProjectionSchema, TrackSchema, TrackSourceSchema, TrackStateSchema, TrackZoneFilterSchema, TrackedDetectionSchema, TrainingExportDeviceTotalsSchema, TrainingExportSummarySchema, TurnServerSchema, UNIT_TABLE, BrokerInfoSchema$1 as UnifiedBrokerInfoSchema, UnitConversionError, UpdateIntegrationInputSchema, UpdateStatusSchema, UpdateUserInputSchema, UserRecordSchema, UserSummarySchema, VISIT_MERGE_GAP_MS, VacuumControlStatusSchema, VacuumStateSchema, ValveStateSchema, ValveStatusSchema, VectorDeclareIndexInputSchema, VectorDeleteByFilterInputSchema, VectorDeleteInputSchema, VectorDeleteResultSchema, VectorFilterSchema, VectorGetInputSchema, VectorGetResultSchema, VectorItemSchema, VectorMatchSchema, VectorMetadataSchema, VectorMetricSchema, VectorQueryInputSchema, VectorQueryResultSchema, VectorStatsInputSchema, VectorStatsResultSchema, VectorUpsertInputSchema, VectorUpsertResultSchema, VibrationStatusSchema, VideoEncodeSchema, WEBRTC_EGRESS_PROFILE, WELL_KNOWN_TABS, WELL_KNOWN_TAB_MAP, WaterHeaterStatusSchema, WeatherStatusSchema, WebrtcStreamChoiceSchema, WebrtcStreamTargetSchema, WhiteBalanceModeSchema, WidgetHostEnum, WidgetLoginMethodSchema, WidgetMetadataSchema, WidgetRemoteSchema, WidgetSizeEnum, YAMNET_TO_MACRO, ZoneCrossingDirectionSchema, ZoneCrossingSchema, ZoneKindEnum, ZoneRuleModeEnum, ZoneRuleSchema, ZoneRuleStageEnum, ZoneRulesArraySchema, ZoneSchema, ZoneScopeBreakdownSchema, accessoriesCapability, accessoryStableId, addonPagesCapability, addonPagesSourceCapability, addonRoutesCapability, addonSettingsCapability, addonWidgetsCapability, addonWidgetsSourceCapability, addonsCapability, adminUiCapability, airQualitySensorCapability, alarmPanelCapability, alertsCapability, ambientLightSensorCapability, asBoolean, asJsonArray, asJsonObject, asNumber, asString, assertTimelapseCadences, audioAnalysisCapability, audioAnalyzerCapability, audioCodecCapability, audioIsFailClosed, audioKindId, audioLabelChoices, audioMetricsCapability, audioModeOf, audioOrDefaults, audioPlanFromEncodeProfile, authProviderCapability, autoAssignProfiles, automationControlCapability, backupCapability, bareAddonId, batteryCapability, bestLocationMatch, binaryCapability, bindAddonActions, brightnessCapability, brokerCapability, buildAddonRouteProvider, buildAudioArgs, buildEventKindDescriptor, buildFfmpegArgs, buildInputArgs, buildModelVariantGroups, buildNcTaxonomy, buildRoleScopes, buildStreamParamsConfigSchema, buildVideoArgs, buttonCapability, cameraCredentialsCapability, cameraPipelineConfigCapability, cameraStreamsCapability, canConvertUnit, canonicalEgressPlan, carbonMonoxideCapability, cellsToRects, classifyBearerPrincipal, classifyStream, classifyStreams, climateControlCapability, clusterModelSettingKey, clusterStepSettingFieldsFor, clusterStepSettingKey, collectHydratedFieldEntries, collectHydratedFieldValues, colorCapability, colorForKind, commitWatchdogRestart, compileExpression, compileExpressionSafe, composeSwitchedOff, conditionDepth, conditionExclusionReason, conditionVisibleForKind, connectionTestCapability, connectivityCapability, consumablesCapability, contactCapability, controlCapability, convertUnit, coreBlockAddonId, coreBlockIdFromAddonId, coreBlocksCapability, cosineSimilarity, countConditionLeaves, coverCapability, createDeviceProxy, createDurableState, createEvent, createExpressionScope, createHwAccelCache, createLazyTrpcSource, createMirrorSource, createRuntimeStateBridge, createSliceHandle, createSystemProxy, customAction, customModelRegistryCapability, dataStoreProviderCapability, dayNightCapability, declarationOwnerNodeId, decodeVectorBase64, decoderCapability, defaultDeliveryForSection, defaultDeviceFor, defineCustomActions, deriveBatteryPresence, deriveCameraSwitches, deriveDetailCropRect, deriveRecordingMode, describeModelVariant, detectAccessRole, detectionPipelineCapability, deviceAdoptionCapability, deviceBackendToFormat, deviceCustomAction, deviceDiscoveryCapability, deviceExportCapability, deviceManagerCapability, deviceMatchesProfile, deviceOpsCapability, deviceProviderCapability, deviceSelectorMatches, deviceStateCapability, deviceStatusCapability, doorbellCapability, droppedConditionsForKind, egressTranscodeSharingKey, egressTransportFromRequest, embeddingEncoderCapability, emitDownForOwnedCaps, emitReadiness, encodeProfileFromStreamShape, encodeVectorBase64, enumSensorCapability, enumerateInferenceDevices, enumerateItemArrayFields, enumerateSchemaFields, errMsg, evaluateAst, evaluateExpressionSource, evaluatePoolMemory, evaluateZoneRules, event, eventEmitterCapability, eventsCapability, expandCapMethods, extractNestedAddonId, extractSourceInfoFromMetadata, faceGalleryCapability, fanControlCapability, featureProbeCapability, filesystemBrowseCapability, findTimezone, floodCapability, formatForBackend, formatForRuntime, gasCapability, generateAutomationBlock, getAudioMacroClassIds, getByPath, getCapsByProviderKind, getTaxonomyEntry, hasMotionTrigger, hfModelUrl, htmlToText, humidifierCapability, humiditySensorCapability, hydrateSchema, imageCapability, imageSettingsCapability, inferModelProvider, initialPoolMemoryState, integrationsCapability, intercomCapability, invocationFromEncodeProfile, isAgentOnlyPlacement, isArrayOutputSchema, isAudioLabelSelected, isAudioRule, isBaseConditionKey, isBatteryPresenceFault, isClusterScopedStep, isCollectionArrayMethod, isDeployableToAgent, isDetectionMacroClass, isDeviceConfigCap, isDeviceScopedCap, isEvent, isIsolatedBuiltin, isNode, isObjectInput, isOccupancyRule, isRestoredCap, isSameAddonId, isScheduleActive, isSoftwareDecode, isSystemDelivery, isVoidInput, jobKindSchema, kebabToCamel, knownValues, lawnMowerControlCapability, lifecycleJobSchema, lifecycleJobScopeSchema, lifecycleJobStateSchema, lifecycleTaskSchema, llmCapability, llmRuntimeCapability, localNetworkCapability, locationSimilarity, lockControlCapability, logBannerArgs, logDestinationCapability, logLevelAtMost, loginMethodCapability, looseSchema, makeProfileBrokerId, makeSourceBrokerId, mapAudioLabelToMacro, markdownToHtmlLite, markdownToText, maskUrlCredentials, mediaPlayerCapability, mergeSourceInfo, meshNetworkCapability, method, methodAccessForHttpMethod, metricsProviderCapability, modelConvertCapability, modelDistributorCapability, modelFormatForRuntime, motionCapability, motionDetectionCapability, motionTriggerCapability, motionZonesCapability, mqttBrokerCapability, nativeObjectDetectionCapability, networkAccessCapability, networkQualityCapability, nodePin, nodesCapability, normalizeAddonInitResult, normalizeAudioLabel, normalizeTokenScopes, normalizeUnit, notificationOutputCapability, notificationRulesCapability, notifierCapability, numericSensorCapability, oauthIntegrationCapability, objectInputDeclaresAddonId, osdCapability, osdManagerCapability, overlayClusterStepSettings, parseCameraStreamConfig, parseExpression, parseJsonArray, parseJsonObject, parseJsonUnknown, parseProcStatus, parseProfileBrokerId, parseRuleSection, parseStreamParamsFormPatch, patchAudio, petFeederCapability, pickAccessoryControl, pickClusterStepModels, pickClusterStepSettings, pickDetailCropConvention, pickNativeLeaseOverride, pickPreferredRtspEntry, pickRestartCandidate, pickVideoEncoder, pickerForCondition, pipelineAnalyticsCapability, pipelineExecutorCapability, pipelineOrchestratorCapability, pipelineRunnerCapability, plateGalleryCapability, platformProbeCapability, poolMemoryThreshold, powerMeterCapability, prepareNotification, presenceCapability, pressureSensorCapability, principalMayReachAddon, privacyMaskCapability, procedureAuthKey, ptzAutotrackCapability, ptzCapability, pythonScriptForBackend, readClusterStepModels, readClusterStepSettings, readDetailCropConvention, readDeviceStateFrom, readNativeLeaseOverride, readNodePin, readTimelapseGeneratedAt, readinessKey, rebootCapability, recordingCapability, recordingExportCapability, rectsToCells, requiresPython, resetPoolBaseline, resolveAddonExecution, resolveAddonGroup, resolveAddonPlacement, resolveAddonRuntime, resolveCapMount, resolveClusterStepModelId, resolveDetectionRuntime, resolveDeviceControlKind, resolveDeviceProfile, resolveEgressDecodeHwAccel, resolveFormat, resolveHydratedFieldValue, resolveModelFormat, resolveMutate, resolvePoolMemoryPolicy, resolveRecordingProfiles, resolveRunnerId, resolveScrubThumbnailGeometry, resolveVariantModelId, resolveViewableDeviceIds, roleSpec, ruleEditorSectionsForKind, ruleKindOf, ruleKindSpec, ruleMatchesSection, ruleSection, ruleSectionOf, ruleSeedForSection, runInferenceStep, runtimeDevices, runtimeStatePolicyFor, sceneMonitorCapability, scopeInherits, scopeKey, scopesAllowAddon, scopesAllowDeviceCap, scoreRuntimes, scriptRunnerCapability, selectAssignedProfileSlots, serverManagementCapability, setByPath, settingsStoreCapability, sleep, sleepCancellable, smokeCapability, smtpProviderCapability, snapshotCapability, ssoBridgeCapability, startReachabilityPoll, stateVocabularyFor, storageCapability, storageEvictableCapability, storageMigrationCapability, storageProviderCapability, streamBrokerCapability, streamCatalogCapability, streamParamsCapability, streamPixels, streamQualityLabel, subKindsOf, summarisePrivacyAudio, summarizeEffectiveScope, supportedRuntimes, switchCapability, switchedOffIds, synthesizeSourceInfo, systemCapability, systemEventFilterApplies, systemEventFilterAppliesToAnyKind, tamperCapability, taskLogEntrySchema, taskPhaseSchema, taskTargetSchema, temperatureSensorCapability, terminalSessionCapability, textToHtml, toDeviceSummary, toExpressionValue, toNodeId, toStreamSourceEntry, toastCapability, toggleAudioLabel, tokenize, transcodeBody, tryConvertUnit, turnProviderCapability, unitDimension, unitsForDimension, updateCapability, userManagementCapability, userPasskeysCapability, vacuumControlCapability, validateExpressionSource, validateRecipeBounds, valveCapability, vectorDimFromBase64, vectorStoreCapability, vibrationCapability, videoclipsCapability, viewerUiCapability, waterHeaterCapability, weatherCapability, webrtcClientHintsSchema, webrtcSessionCapability, wiringAddonHealthSchema, wiringHealthSnapshotSchema, wiringNodeHealthSchema, wiringProbeKindSchema, wiringProbeResultSchema, zodEntriesToConfigUI, zoneAnalyticsCapability, zoneRulesCapability, zonesCapability };
|
|
@@ -3188,6 +3188,8 @@ function createDeviceProxy(api, binding, opts) {
|
|
|
3188
3188
|
getTrack: (input) => dispatch("pipeline-analytics", "pipelineAnalytics", "getTrack", "query", input),
|
|
3189
3189
|
listTracks: (input) => dispatch("pipeline-analytics", "pipelineAnalytics", "listTracks", "query", input),
|
|
3190
3190
|
listRecentTracks: (input) => dispatch("pipeline-analytics", "pipelineAnalytics", "listRecentTracks", "query", input),
|
|
3191
|
+
listGroups: (input) => dispatch("pipeline-analytics", "pipelineAnalytics", "listGroups", "query", input),
|
|
3192
|
+
getGroup: (input) => dispatch("pipeline-analytics", "pipelineAnalytics", "getGroup", "query", input),
|
|
3191
3193
|
clearTracks: (input) => dispatch("pipeline-analytics", "pipelineAnalytics", "clearTracks", "mutation", input),
|
|
3192
3194
|
getMotionEvents: (input) => dispatch("pipeline-analytics", "pipelineAnalytics", "getMotionEvents", "query", input),
|
|
3193
3195
|
getObjectEvents: (input) => dispatch("pipeline-analytics", "pipelineAnalytics", "getObjectEvents", "query", input),
|
|
@@ -3188,6 +3188,8 @@ function createDeviceProxy(api, binding, opts) {
|
|
|
3188
3188
|
getTrack: (input) => dispatch("pipeline-analytics", "pipelineAnalytics", "getTrack", "query", input),
|
|
3189
3189
|
listTracks: (input) => dispatch("pipeline-analytics", "pipelineAnalytics", "listTracks", "query", input),
|
|
3190
3190
|
listRecentTracks: (input) => dispatch("pipeline-analytics", "pipelineAnalytics", "listRecentTracks", "query", input),
|
|
3191
|
+
listGroups: (input) => dispatch("pipeline-analytics", "pipelineAnalytics", "listGroups", "query", input),
|
|
3192
|
+
getGroup: (input) => dispatch("pipeline-analytics", "pipelineAnalytics", "getGroup", "query", input),
|
|
3191
3193
|
clearTracks: (input) => dispatch("pipeline-analytics", "pipelineAnalytics", "clearTracks", "mutation", input),
|
|
3192
3194
|
getMotionEvents: (input) => dispatch("pipeline-analytics", "pipelineAnalytics", "getMotionEvents", "query", input),
|
|
3193
3195
|
getObjectEvents: (input) => dispatch("pipeline-analytics", "pipelineAnalytics", "getObjectEvents", "query", input),
|
package/dist/types/models.d.ts
CHANGED
|
@@ -127,6 +127,32 @@ export declare const ModelVariantGroupSchema: z.ZodObject<{
|
|
|
127
127
|
resolution: z.ZodOptional<z.ZodNumber>;
|
|
128
128
|
}, z.core.$strip>;
|
|
129
129
|
export type ModelVariantGroup = z.infer<typeof ModelVariantGroupSchema>;
|
|
130
|
+
/**
|
|
131
|
+
* Where a catalog entry came from. The pipeline stepper partitions the picker
|
|
132
|
+
* by this id (CamStack / Frigate / Scrypted / Custom). Absent on older durable
|
|
133
|
+
* registry rows — {@link inferModelProvider} fills it at read time. Built-in
|
|
134
|
+
* catalog entries omit it and `getSchema` treats them as `camstack`.
|
|
135
|
+
*/
|
|
136
|
+
export declare const MODEL_PROVIDER_IDS: readonly ["camstack", "frigate", "scrypted", "custom"];
|
|
137
|
+
export declare const ModelProviderIdSchema: z.ZodEnum<{
|
|
138
|
+
custom: "custom";
|
|
139
|
+
camstack: "camstack";
|
|
140
|
+
frigate: "frigate";
|
|
141
|
+
scrypted: "scrypted";
|
|
142
|
+
}>;
|
|
143
|
+
export type ModelProviderId = (typeof MODEL_PROVIDER_IDS)[number];
|
|
144
|
+
export interface InferModelProviderInput {
|
|
145
|
+
readonly id: string;
|
|
146
|
+
readonly provider?: ModelProviderId;
|
|
147
|
+
readonly description?: string;
|
|
148
|
+
}
|
|
149
|
+
/**
|
|
150
|
+
* Resolve a catalog entry's picker provider. An explicit stamp always wins;
|
|
151
|
+
* otherwise Frigate/Scrypted are recognised from id prefix or description.
|
|
152
|
+
* Unstamped BYO registry rows fall through to `custom`. Family `yolov9` is
|
|
153
|
+
* NOT a Scrypted signal — CamStack ships that family too.
|
|
154
|
+
*/
|
|
155
|
+
export declare function inferModelProvider(entry: InferModelProviderInput): ModelProviderId;
|
|
130
156
|
export declare const ModelCatalogEntrySchema: z.ZodObject<{
|
|
131
157
|
id: z.ZodString;
|
|
132
158
|
name: z.ZodString;
|
|
@@ -245,6 +271,12 @@ export declare const ModelCatalogEntrySchema: z.ZodObject<{
|
|
|
245
271
|
}>>;
|
|
246
272
|
resolution: z.ZodOptional<z.ZodNumber>;
|
|
247
273
|
}, z.core.$strip>>;
|
|
274
|
+
provider: z.ZodOptional<z.ZodEnum<{
|
|
275
|
+
custom: "custom";
|
|
276
|
+
camstack: "camstack";
|
|
277
|
+
frigate: "frigate";
|
|
278
|
+
scrypted: "scrypted";
|
|
279
|
+
}>>;
|
|
248
280
|
classMap: z.ZodOptional<z.ZodObject<{
|
|
249
281
|
mapping: z.ZodRecord<z.ZodString, z.ZodEnum<{
|
|
250
282
|
person: "person";
|
|
@@ -484,6 +516,12 @@ export declare const ConvertResultSchema: z.ZodObject<{
|
|
|
484
516
|
}>>;
|
|
485
517
|
resolution: z.ZodOptional<z.ZodNumber>;
|
|
486
518
|
}, z.core.$strip>>;
|
|
519
|
+
provider: z.ZodOptional<z.ZodEnum<{
|
|
520
|
+
custom: "custom";
|
|
521
|
+
camstack: "camstack";
|
|
522
|
+
frigate: "frigate";
|
|
523
|
+
scrypted: "scrypted";
|
|
524
|
+
}>>;
|
|
487
525
|
classMap: z.ZodOptional<z.ZodObject<{
|
|
488
526
|
mapping: z.ZodRecord<z.ZodString, z.ZodEnum<{
|
|
489
527
|
person: "person";
|