@camstack/types 1.2.44 → 1.2.46

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/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  import { t as EventCategory } from "./event-category-41fKf-q9.mjs";
2
- import { $ as FrameHandleSchema, A as method, B as readinessKey, C as DeviceType, Ct as collectHydratedFieldEntries, D as event, E as DEVICE_STATUS_METHOD, Et as resolveHydratedFieldValue, F as readNodePin, G as CamProfileSchema, H as BrokerStatsSchema, I as toNodeId, J as CameraStreamSchema, K as CamStreamKindSchema, L as ReadinessRegistry, M as systemMethod, N as CAP_NODE_PIN_CONTEXT_KEY, O as expandCapMethods, P as nodePin, Q as FrameHandleFormatSchema, R as ReadinessTimeoutError, S as DeviceRole, St as WELL_KNOWN_TAB_MAP, T as DEVICE_SETTINGS_CONTRIBUTION_METHODS, Tt as hydrateSchema, U as BrokerStatusSchema, V as scopeKey, W as CAM_PROFILE_ORDER, X as DecodedFrameSchema, Y as DecodedAudioChunkSchema, Z as EncodedPacketSchema, _ as RawStateResultSchema, _t as createDurableState, a as asJsonObject, at as SubscribeAudioChunksInputSchema, b as ChargingStatus, bt as isEvent, c as parseJsonArray, ct as SubscribeFramesResultSchema, d as DEVICE_SCOPED_CAPS, dt as parseProfileBrokerId, et as ProfileRtspEntrySchema, f as isDeviceScopedCap, ft as selectAssignedProfileSlots, g as createSliceHandle, gt as normalizeAddonInitResult, h as createMirrorSource, ht as BaseAddon, i as asJsonArray, it as StreamSourceSchema, j as resolveCapMount, k as isDeviceConfigCap, l as parseJsonObject, lt as makeProfileBrokerId, m as createLazyTrpcSource, mt as DisposerChain, n as sleepCancellable, nt as ProfileSlotStatusSchema, o as asNumber, ot as SubscribeAudioChunksResultSchema, p as createDeviceProxy, pt as DATAPLANE_SECRET_HEADER, q as CamStreamResolutionSchema, r as asBoolean, rt as StreamSourceEntrySchema, s as asString, st as SubscribeFramesInputSchema, t as sleep, tt as ProfileSlotSchema, u as parseJsonUnknown, ut as makeSourceBrokerId, v as deviceOpsCapability, vt as createEvent, w as adminUiCapability, wt as collectHydratedFieldValues, x as DeviceFeature, xt as WELL_KNOWN_TABS, y as viewerUiCapability, yt as emitReadiness, z as emitDownForOwnedCaps } from "./sleep-cC4Fuup8.mjs";
2
+ import { $ as FrameHandleSchema, A as method, B as readinessKey, C as DeviceType, Ct as collectHydratedFieldEntries, D as event, E as DEVICE_STATUS_METHOD, Et as resolveHydratedFieldValue, F as readNodePin, G as CamProfileSchema, H as BrokerStatsSchema, I as toNodeId, J as CameraStreamSchema, K as CamStreamKindSchema, L as ReadinessRegistry, M as systemMethod, N as CAP_NODE_PIN_CONTEXT_KEY, O as expandCapMethods, P as nodePin, Q as FrameHandleFormatSchema, R as ReadinessTimeoutError, S as DeviceRole, St as WELL_KNOWN_TAB_MAP, T as DEVICE_SETTINGS_CONTRIBUTION_METHODS, Tt as hydrateSchema, U as BrokerStatusSchema, V as scopeKey, W as CAM_PROFILE_ORDER, X as DecodedFrameSchema, Y as DecodedAudioChunkSchema, Z as EncodedPacketSchema, _ as RawStateResultSchema, _t as createDurableState, a as asJsonObject, at as SubscribeAudioChunksInputSchema, b as ChargingStatus, bt as isEvent, c as parseJsonArray, ct as SubscribeFramesResultSchema, d as DEVICE_SCOPED_CAPS, dt as parseProfileBrokerId, et as ProfileRtspEntrySchema, f as isDeviceScopedCap, ft as selectAssignedProfileSlots, g as createSliceHandle, gt as normalizeAddonInitResult, h as createMirrorSource, ht as BaseAddon, i as asJsonArray, it as StreamSourceSchema, j as resolveCapMount, k as isDeviceConfigCap, l as parseJsonObject, lt as makeProfileBrokerId, m as createLazyTrpcSource, mt as DisposerChain, n as sleepCancellable, nt as ProfileSlotStatusSchema, o as asNumber, ot as SubscribeAudioChunksResultSchema, p as createDeviceProxy, pt as DATAPLANE_SECRET_HEADER, q as CamStreamResolutionSchema, r as asBoolean, rt as StreamSourceEntrySchema, s as asString, st as SubscribeFramesInputSchema, t as sleep, tt as ProfileSlotSchema, u as parseJsonUnknown, ut as makeSourceBrokerId, v as deviceOpsCapability, vt as createEvent, w as adminUiCapability, wt as collectHydratedFieldValues, x as DeviceFeature, xt as WELL_KNOWN_TABS, y as viewerUiCapability, yt as emitReadiness, z as emitDownForOwnedCaps } from "./sleep-BbYwFLG6.mjs";
3
3
  import { a as buildAudioArgs, c as buildVideoArgs, d as logBannerArgs, f as pickVideoEncoder, i as audioPlanFromEncodeProfile, l as invocationFromEncodeProfile, n as canonicalHash, o as buildFfmpegArgs, r as AUDIO_PRESETS, s as buildInputArgs, t as Fmp4BoxSplitter, u as isSoftwareDecode } from "./fmp4-box-splitter-B53u9-Nu.mjs";
4
4
  import { EventSourceType } from "./enums.mjs";
5
5
  import { t as errMsg } from "./err-msg-IQTHeDzc.mjs";
@@ -3792,6 +3792,69 @@ var StreamFormatSchema = z.enum([
3792
3792
  "mjpeg",
3793
3793
  "rtsp"
3794
3794
  ]);
3795
+ /** A container `produceEventMedia` can emit. */
3796
+ var EventMediaKindSchema = z.enum(["mp4", "gif"]);
3797
+ /**
3798
+ * One produced artifact, referenced by HANDLE.
3799
+ *
3800
+ * Never inline bytes: a produced clip is 200 KB–5 MB and every consumer of this
3801
+ * method is in another runner ([D9](../../../../docs/decisions/adr-0009.md),
3802
+ * [D18](../../../../docs/decisions/adr-0018.md) — cross-process media is fetched
3803
+ * on demand, compressed, by handle). `bytes` is here so a caller can decide
3804
+ * whether it wants the fetch at all.
3805
+ */
3806
+ var EventMediaArtifactSchema = z.object({
3807
+ kind: EventMediaKindSchema,
3808
+ /** Opaque, single-camera, short-lived. Redeem with `fetchEventMedia`. */
3809
+ handle: z.string(),
3810
+ /**
3811
+ * The node holding the bytes — the ROUTING key for `fetchEventMedia`.
3812
+ *
3813
+ * `stream-broker` is a singleton cap and an unpinned call never leaves the
3814
+ * hub, so a handle produced on an agent's broker would be redeemed against
3815
+ * the hub's store and come back `null`. Same contract, same field name and
3816
+ * the same reason as `FrameHandleSchema.nodeId`: the producer stamps where it
3817
+ * lives and the consumer pins to it.
3818
+ */
3819
+ nodeId: z.string(),
3820
+ mime: z.string(),
3821
+ bytes: z.number().int(),
3822
+ width: z.number().int(),
3823
+ height: z.number().int()
3824
+ });
3825
+ /**
3826
+ * What a production actually covered — the answer to the only question an
3827
+ * operator asks about a notification clip.
3828
+ *
3829
+ * `fromTs`/`toTs` are WALL CLOCK, derived from the ring's own packet timeline,
3830
+ * so a caller can state "this clip starts 4.1 s before the event" instead of
3831
+ * inferring it from a duration. A production whose `fromTs` is later than the
3832
+ * event is a production with no pre-roll, and that is exactly the defect this
3833
+ * method exists to make visible rather than plausible.
3834
+ */
3835
+ var EventMediaCoverageSchema = z.object({
3836
+ fromTs: z.number(),
3837
+ toTs: z.number(),
3838
+ /** Encoded packets in the muxed window. */
3839
+ packets: z.number().int()
3840
+ });
3841
+ /**
3842
+ * The result of ONE cut, in every container the caller asked for.
3843
+ *
3844
+ * Every artifact in `media` came out of the SAME window of the SAME rendition —
3845
+ * that is the whole reason this is one method rather than one call per format.
3846
+ * A consumer attaching a gif and a video can no longer show two different
3847
+ * moments, because it never chose two sources.
3848
+ */
3849
+ var EventMediaProductionSchema = z.object({
3850
+ media: z.array(EventMediaArtifactSchema).readonly(),
3851
+ coverage: EventMediaCoverageSchema,
3852
+ /** The rendition actually cut from — what the default or the fallback chose. */
3853
+ profile: CamProfileSchema,
3854
+ /** `copy` = the camera's own H.264, untouched. `encode` = re-encoded (H.265
3855
+ * source, a downscale, or a playback rate other than 1). */
3856
+ video: z.enum(["copy", "encode"])
3857
+ });
3795
3858
  var RtspRestreamEntrySchema = z.object({
3796
3859
  brokerId: z.string(),
3797
3860
  url: z.string(),
@@ -4229,6 +4292,66 @@ var streamBrokerCapability = {
4229
4292
  kind: "mutation",
4230
4293
  auth: "admin"
4231
4294
  }),
4295
+ /**
4296
+ * THE production point for event media — one window, every container.
4297
+ *
4298
+ * `renderPreBufferClip` renders ONE format per call, so a consumer wanting a
4299
+ * gif and a video made two calls and got two windows. On 2026-08-08 the
4300
+ * operator received exactly that: a gif around a doorbell press and an mp4
4301
+ * of the six seconds after it. This method cuts once and derives the rest,
4302
+ * so "the attachments agree" is a property of the service instead of a
4303
+ * discipline every consumer has to keep.
4304
+ *
4305
+ * It is also the only place that owns the packets. The broker already
4306
+ * retains an AnnexB ring per camera (`setClipRetention`, D32) — the
4307
+ * prebuffer — so a production reaches BACKWARDS from the event with no
4308
+ * process to spawn and nothing kept warm. It waits out `postSeconds`, muxes
4309
+ * the window once (COPYING the camera's own H.264 whenever nothing is being
4310
+ * changed), derives any gif from that same mux, and returns HANDLES.
4311
+ *
4312
+ * Intended for every future consumer, not just notifications: a clips API, a
4313
+ * retrain export and an event export all want the same window of the same
4314
+ * camera and must not each grow their own renderer.
4315
+ */
4316
+ produceEventMedia: method(z.object({
4317
+ deviceId: z.number(),
4318
+ /** Absent = the largest H.264 rendition at or below 1080p, which is
4319
+ * also the one that can be copied. Falls back to whatever the ring
4320
+ * actually retained, and the answer says which. */
4321
+ profile: CamProfileSchema.optional(),
4322
+ aroundMs: z.number(),
4323
+ preSeconds: z.number().min(0).max(20).default(4),
4324
+ postSeconds: z.number().min(0).max(20).default(6),
4325
+ kinds: z.array(EventMediaKindSchema).min(1).default(["mp4"]),
4326
+ /** GIF geometry. The video keeps the source's own. */
4327
+ gifMaxWidth: z.number().int().min(120).max(1280).default(640),
4328
+ gifFps: z.number().int().min(1).max(15).default(8),
4329
+ /**
4330
+ * Playback rate, applied to EVERY container so they stay one clip.
4331
+ * `1` is real time and is what allows the copy branch.
4332
+ */
4333
+ speed: z.number().min(1).max(8).default(1)
4334
+ }), EventMediaProductionSchema, {
4335
+ kind: "mutation",
4336
+ auth: "admin"
4337
+ }),
4338
+ /**
4339
+ * Redeem a {@link EventMediaArtifactSchema} handle for its bytes.
4340
+ *
4341
+ * Separate from the production on purpose (D18): the producing runner keeps
4342
+ * the artifact for a few minutes, and a consumer that only wanted the
4343
+ * coverage never moves a megabyte. `null` once it has expired — a handle is
4344
+ * short-lived by design and a caller that waited too long must see that
4345
+ * rather than a zero-length file.
4346
+ */
4347
+ fetchEventMedia: method(z.object({ handle: z.string() }), z.object({
4348
+ base64: z.string(),
4349
+ mime: z.string(),
4350
+ bytes: z.number().int()
4351
+ }).nullable(), {
4352
+ kind: "mutation",
4353
+ auth: "admin"
4354
+ }),
4232
4355
  listAllCameraStreams: method(z.void(), z.array(CameraStreamSchema).readonly()),
4233
4356
  listAllProfileSlots: method(z.void(), z.array(ProfileSlotSchema).readonly()),
4234
4357
  getBrokerStats: method(z.object({ brokerId: z.string() }), BrokerStatsSchema),
@@ -12379,6 +12502,76 @@ var TrackFlagsSchema = z.object({
12379
12502
  * `trained` without a re-fetch. */
12380
12503
  retrainStatus: RetrainStatusSchema
12381
12504
  });
12505
+ /**
12506
+ * WHICH tier a label occupies. The slot a label lands in is DECLARED by the
12507
+ * step that produced it (`StepDefinition.labelTier`), never inferred from the
12508
+ * text or the step's name.
12509
+ *
12510
+ * - `1` — a SUB-CLASS: finer than the macro class, still a taxonomy token.
12511
+ * `animal-type` (`dog`, `bird`), `vehicle-type` (`van`), and the root
12512
+ * detector's own raw class when it is finer than the macro it maps to.
12513
+ * - `2` — an INSTANCE: the finest thing said about this subject.
12514
+ * `species` (`Turdus migratorius`), `identity` (`Alice`), `plate-text`.
12515
+ *
12516
+ * The macro class itself (`person`, `vehicle`, `animal`, `package`, `face`,
12517
+ * `plate`, `audio`) is NOT a tier — it is `className`, and a macro token
12518
+ * offered for either label slot is refused (2026-08-07 rule; the refusal is
12519
+ * logged as `label tier collapse refused`).
12520
+ */
12521
+ var LabelTierSchema = z.union([z.literal(1), z.literal(2)]);
12522
+ /**
12523
+ * WHO decided a label, and when. Carried per tier so a value can be traced to
12524
+ * the step and model that produced it — which is what makes the write rule
12525
+ * arguable after the fact ("why is 592's label `dog` and not `Canis lupus`?")
12526
+ * and what lets a migrated, UNATTRIBUTED value be told apart from a real one.
12527
+ *
12528
+ * `stepId` is the pipeline step id (`animal-classifier`, `bird-classifier`,
12529
+ * `plate-ocr`, `face-embedding`, `object-detection`), or the sentinel
12530
+ * `migration:4g` for a value the 4g migration moved from the single-slot era —
12531
+ * that value has no provenance, and the write rule lets ANY properly-attributed
12532
+ * write of the same tier replace it regardless of score.
12533
+ */
12534
+ var LabelAttributionSchema = z.object({
12535
+ stepId: z.string(),
12536
+ modelId: z.string().optional(),
12537
+ decidedAt: z.number()
12538
+ });
12539
+ /**
12540
+ * The TIERED label model (roadmap 4g), spread into `TrackSchema` and
12541
+ * `ObjectEventSchema` from ONE place so the two surfaces cannot drift — a
12542
+ * track and its events always answer the same question the same way.
12543
+ *
12544
+ * Two scalar columns, not an array: every consumer wants "the coarse one" or
12545
+ * "the fine one", and an array made both a scan. `label` is tier 1, `subLabel`
12546
+ * is tier 2, and each carries its own score + attribution.
12547
+ *
12548
+ * **Reading it.** What a human should be shown is `subLabel ?? label` — the
12549
+ * finest thing known. Before 4g the single `label` column held the finest
12550
+ * value, so a consumer that has not been updated reads the tier-1 slot and
12551
+ * shows nothing on a species-only row; that is why the migration puts every
12552
+ * pre-4g value in tier 2 (it cannot regress a display that reads the fallback)
12553
+ * and why the read surfaces were changed in the same train.
12554
+ *
12555
+ * **Writing it.** The slots are independent, which is the whole point: a
12556
+ * tier-1 write (`bird`) can never overwrite a tier-2 value (`Turdus
12557
+ * migratorius`), so fineness cannot regress by construction. Within a tier the
12558
+ * higher score wins. One rule, one implementation — see
12559
+ * `pipeline/label-tier.ts` in addon-post-analysis.
12560
+ */
12561
+ var TieredLabelFields = {
12562
+ /** Tier 1 — the sub-class. See {@link LabelTierSchema}. */
12563
+ label: z.string().optional(),
12564
+ /** Confidence of the tier-1 value, as reported by the deciding step. */
12565
+ labelScore: z.number().optional(),
12566
+ /** Provenance of the tier-1 value. See {@link LabelAttributionSchema}. */
12567
+ labelMeta: LabelAttributionSchema.optional(),
12568
+ /** Tier 2 — the instance. See {@link LabelTierSchema}. */
12569
+ subLabel: z.string().optional(),
12570
+ /** Confidence of the tier-2 value, as reported by the deciding step. */
12571
+ subLabelScore: z.number().optional(),
12572
+ /** Provenance of the tier-2 value. See {@link LabelAttributionSchema}. */
12573
+ subLabelMeta: LabelAttributionSchema.optional()
12574
+ };
12382
12575
  /** Per-camera slice of a training-export estimate. */
12383
12576
  var TrainingExportDeviceTotalsSchema = z.object({
12384
12577
  deviceId: z.number(),
@@ -12403,7 +12596,7 @@ var TrackSchema = z.object({
12403
12596
  trackId: z.string(),
12404
12597
  deviceId: z.number(),
12405
12598
  className: z.string(),
12406
- label: z.string().optional(),
12599
+ ...TieredLabelFields,
12407
12600
  producingDeviceName: z.string().optional(),
12408
12601
  /** Track provenance. Absent ⇒ `pipeline` (legacy rows). */
12409
12602
  source: TrackSourceSchema.optional(),
@@ -12524,7 +12717,7 @@ var ObjectEventSchema = z.object({
12524
12717
  /** Omitted in slim projection. */
12525
12718
  trackId: z.string().optional(),
12526
12719
  className: z.string(),
12527
- label: z.string().optional(),
12720
+ ...TieredLabelFields,
12528
12721
  /** Omitted in slim projection. */
12529
12722
  confidence: z.number().optional(),
12530
12723
  /** Heavy JSON — omitted in slim projection. */
@@ -12605,6 +12798,173 @@ var MediaFileSchema = z.object({
12605
12798
  * stored blob and a `?variant=thumb` rendering without fetching either.
12606
12799
  */
12607
12800
  var MediaFileInfoSchema = MediaFileSchema.omit({ base64: true });
12801
+ /**
12802
+ * The MACRO tier of an annotation — a CLOSED set.
12803
+ *
12804
+ * This is what the exported detector predicts, so a typo here is a new class
12805
+ * with one example in it. `label` and `subLabel` are open strings by contrast:
12806
+ * the whole point of the page is teaching the model things it does not know
12807
+ * yet, and constraining that vocabulary would make it useless.
12808
+ *
12809
+ * A macro class is NEVER a label. The provider refuses a write whose `label` or
12810
+ * `subLabel` is one of these values, in any casing, because once `person`
12811
+ * exists in both tiers "every person box" stops being answerable without
12812
+ * knowing every string anyone ever typed — and the damage is retroactive.
12813
+ */
12814
+ var RetrainMacroClassSchema = z.enum([
12815
+ "person",
12816
+ "vehicle",
12817
+ "animal",
12818
+ "package",
12819
+ "face",
12820
+ "plate"
12821
+ ]);
12822
+ /** A subject to learn, or a phantom to unlearn (taught by OMISSION). */
12823
+ var RetrainAnnotationKindSchema = z.enum(["subject", "model_error"]);
12824
+ /** Did a human draw this box, or did the assist propose it? */
12825
+ var RetrainAnnotationSourceSchema = z.enum(["operator", "assist"]);
12826
+ /** Normalised `[0,1]` rectangle against the FULL frame — the canonical form. */
12827
+ var RetrainBboxSchema = z.object({
12828
+ x: z.number(),
12829
+ y: z.number(),
12830
+ w: z.number(),
12831
+ h: z.number()
12832
+ });
12833
+ /**
12834
+ * One annotated subject.
12835
+ *
12836
+ * `bbox` is normalised against the full frame, ALWAYS. The per-model shapes
12837
+ * (letterboxed root / zone-cropped package / subject-cropped classifier) are
12838
+ * derived from it at export and never stored — storing them is how one feature
12839
+ * space ends up holding two crops of the same subject (D52).
12840
+ */
12841
+ var RetrainAnnotationSchema = z.object({
12842
+ id: z.string(),
12843
+ trackId: z.string(),
12844
+ deviceId: z.number(),
12845
+ /** The COPY in retrain storage — never the source track's media key. */
12846
+ mediaKey: z.string(),
12847
+ bbox: RetrainBboxSchema,
12848
+ macroClass: RetrainMacroClassSchema,
12849
+ label: z.string().optional(),
12850
+ subLabel: z.string().optional(),
12851
+ kind: RetrainAnnotationKindSchema,
12852
+ source: RetrainAnnotationSourceSchema,
12853
+ /** Which model proposed this box — or, on a `model_error`, drew the phantom. */
12854
+ assistModelId: z.string().optional(),
12855
+ assistScore: z.number().optional(),
12856
+ exportedInBatch: z.string().optional(),
12857
+ createdAt: z.number()
12858
+ });
12859
+ /** The write form — the server owns `id`, `createdAt` and the frame binding. */
12860
+ var RetrainAnnotationDraftSchema = RetrainAnnotationSchema.omit({
12861
+ id: true,
12862
+ trackId: true,
12863
+ deviceId: true,
12864
+ mediaKey: true,
12865
+ createdAt: true,
12866
+ exportedInBatch: true
12867
+ });
12868
+ /** A track sitting in `staging`, with everything the worklist needs to rank it. */
12869
+ var RetrainTrackSchema = z.object({
12870
+ trackId: z.string(),
12871
+ deviceId: z.number(),
12872
+ className: z.string(),
12873
+ label: z.string().optional(),
12874
+ firstSeen: z.number(),
12875
+ lastSeen: z.number(),
12876
+ /** How many frames the dataset already holds from this track. */
12877
+ frameCount: z.number().int(),
12878
+ /** How many subjects have been annotated on those frames. `0` with
12879
+ * `frameCount: 0` is exactly "staging, still to work". */
12880
+ annotationCount: z.number().int()
12881
+ });
12882
+ /** A frame the picker may offer — an index row, no blob was read to produce it. */
12883
+ var RetrainFrameCandidateSchema = z.object({
12884
+ mediaKey: z.string(),
12885
+ kind: MediaFileKindEnum,
12886
+ timestamp: z.number(),
12887
+ sizeBytes: z.number().int(),
12888
+ /** A copy of this original already exists — selecting it is free and cannot
12889
+ * fail, whatever became of the original. */
12890
+ copied: z.boolean()
12891
+ });
12892
+ /** A frame the dataset OWNS: bytes copied at selection time. */
12893
+ var RetrainFrameSchema = z.object({
12894
+ frameId: z.string(),
12895
+ deviceId: z.number(),
12896
+ trackId: z.string(),
12897
+ /** Provenance only. It may already point at nothing — that is expected. */
12898
+ sourceMediaKey: z.string(),
12899
+ sourceKind: MediaFileKindEnum,
12900
+ sizeBytes: z.number().int(),
12901
+ width: z.number().int(),
12902
+ height: z.number().int(),
12903
+ copiedAt: z.number()
12904
+ });
12905
+ /** Why a copy-on-select could not be honoured — named, never a silent skip. */
12906
+ var RetrainCopyRefusalSchema = z.enum([
12907
+ "source-missing",
12908
+ "unreadable-image",
12909
+ "write-failed"
12910
+ ]);
12911
+ var RetrainFrameSelectionSchema = z.object({
12912
+ copied: z.array(RetrainFrameSchema).readonly(),
12913
+ refused: z.array(z.object({
12914
+ sourceMediaKey: z.string(),
12915
+ reason: RetrainCopyRefusalSchema
12916
+ })).readonly()
12917
+ });
12918
+ var RetrainFrameListSchema = z.object({
12919
+ candidates: z.array(RetrainFrameCandidateSchema).readonly(),
12920
+ copies: z.array(RetrainFrameSchema).readonly(),
12921
+ /** What the page pre-selects — the native key frame when one survives. */
12922
+ autoPickMediaKey: z.string().optional()
12923
+ });
12924
+ /** What the operator asked the assist to look for. */
12925
+ var RetrainAssistSubjectSchema = z.discriminatedUnion("kind", [z.object({
12926
+ kind: z.literal("package"),
12927
+ zone: RetrainBboxSchema.optional()
12928
+ }), z.object({
12929
+ kind: z.literal("objects"),
12930
+ modelId: z.string(),
12931
+ minScore: z.number().optional()
12932
+ })]);
12933
+ /**
12934
+ * The assist's answer — a discriminated union, because "the model saw nothing"
12935
+ * and "this node cannot run that model" lead to different next moves and a
12936
+ * nullable result cannot tell them apart.
12937
+ */
12938
+ var RetrainAssistResultSchema = z.discriminatedUnion("kind", [z.object({
12939
+ kind: z.literal("proposed"),
12940
+ modelId: z.string(),
12941
+ stepId: z.string(),
12942
+ minScore: z.number(),
12943
+ /** Drafts, ready to edit. `source: 'assist'` until the operator touches one. */
12944
+ proposals: z.array(RetrainAnnotationDraftSchema).readonly(),
12945
+ /** Returned by the runner but removed by the threshold. */
12946
+ belowThreshold: z.number().int()
12947
+ }), z.object({
12948
+ kind: z.literal("refused"),
12949
+ /** `no-zone` is ours; the rest are the runner's own refusal vocabulary. */
12950
+ reason: z.string(),
12951
+ detail: z.string().optional()
12952
+ })]);
12953
+ /** The outcome of a lifecycle move owned by the retrain page. */
12954
+ var RetrainTransitionResultSchema = z.object({
12955
+ trackId: z.string(),
12956
+ /** Where the track ended up, whatever happened. */
12957
+ retrainStatus: RetrainStatusSchema,
12958
+ /** `false` ⇒ the move was refused or was a no-op; `reason` says which. */
12959
+ changed: z.boolean(),
12960
+ reason: z.enum([
12961
+ "unknown-track",
12962
+ "no-frames-copied",
12963
+ "not-staging",
12964
+ "not-trained",
12965
+ "unchanged"
12966
+ ]).optional()
12967
+ });
12608
12968
  var DEFAULT_EVENT_QUERY_LIMIT = 1e3;
12609
12969
  var MAX_EVENT_QUERY_LIMIT = 5e3;
12610
12970
  var DeviceEventQueryInput = z.object({
@@ -12659,7 +13019,7 @@ var KeyEventSchema = z.object({
12659
13019
  /** Track start time (firstSeen). */
12660
13020
  timestamp: z.number(),
12661
13021
  className: z.string(),
12662
- label: z.string().optional(),
13022
+ ...TieredLabelFields,
12663
13023
  importance: z.number(),
12664
13024
  /** Highest-confidence ObjectEvent id for the track (empty when none). */
12665
13025
  bestEventId: z.string(),
@@ -13150,6 +13510,201 @@ var pipelineAnalyticsCapability = {
13150
13510
  kind: "query",
13151
13511
  auth: "admin"
13152
13512
  }),
13513
+ /**
13514
+ * The staging worklist for one camera, or for every camera that has one.
13515
+ *
13516
+ * Fetched ON DEMAND, over the staging set only — the page never scans
13517
+ * history, because making the working set small is the entire purpose of
13518
+ * the mark. Each row carries how many frames the dataset already holds from
13519
+ * the track and how many subjects were annotated on them, so
13520
+ * `frameCount: 0` reads as "still to work" without a second call per track.
13521
+ *
13522
+ * `auth: 'admin'`, unlike the viewer-level mark itself: marking a track is
13523
+ * curation you do while looking at it, but building the training set the
13524
+ * fleet's models are fine-tuned on is not.
13525
+ */
13526
+ listRetrainStaging: method(z.object({
13527
+ /** Empty ⇒ every camera that has staging tracks. A LIST, not a single
13528
+ * `deviceId`, deliberately: `deviceId` would make this device-bound and
13529
+ * route it at one camera's owner, and "every camera" would stop being
13530
+ * expressible at all. */
13531
+ deviceIds: z.array(z.number()).optional(),
13532
+ limit: z.number().int().min(1).max(500).optional()
13533
+ }), z.array(RetrainTrackSchema).readonly(), {
13534
+ kind: "query",
13535
+ auth: "admin"
13536
+ }),
13537
+ /**
13538
+ * What a track can contribute, and what it already has.
13539
+ *
13540
+ * `candidates` are the track's whole, unannotated frames — index rows only,
13541
+ * so this is cheap. `copies` are the frames already inside the dataset, and
13542
+ * a candidate whose copy exists is marked `copied: true`: selecting it again
13543
+ * is free and CANNOT fail, whatever became of the original.
13544
+ *
13545
+ * A crop, a thumbnail and `fullFrameBoxed` are never candidates. The last
13546
+ * one matters most: it has the model's own rectangle burned into the pixels,
13547
+ * and a detector trained on it learns to find a green line.
13548
+ */
13549
+ listRetrainFrames: method(z.object({ trackId: z.string() }), RetrainFrameListSchema, {
13550
+ kind: "query",
13551
+ auth: "admin"
13552
+ }),
13553
+ /**
13554
+ * COPY-ON-SELECT — the write that makes `trained` safe to evict.
13555
+ *
13556
+ * Selecting a frame copies its bytes into retrain storage immediately: not
13557
+ * a reference, not a lease. Once the copy exists the dataset no longer
13558
+ * depends on the track's media, which is exactly what lets D81 hand a
13559
+ * `trained` track back to retention.
13560
+ *
13561
+ * The order inside is load-bearing and is pinned by a test: an EXISTING
13562
+ * copy is returned without touching the source, so an original that
13563
+ * evaporated blocks the selection of THAT ORIGINAL and never the copy
13564
+ * already taken. Every refusal comes back named — a dropped selection is
13565
+ * never silent, on the wire or in the log.
13566
+ */
13567
+ selectRetrainFrames: method(z.object({
13568
+ deviceId: z.number(),
13569
+ trackId: z.string(),
13570
+ mediaKeys: z.array(z.string()).min(1)
13571
+ }), RetrainFrameSelectionSchema, {
13572
+ kind: "mutation",
13573
+ auth: "admin"
13574
+ }),
13575
+ /** Un-select a frame: its annotations go first, then the copy and its blob.
13576
+ * Deliberately destructive and deliberately explicit — it is the only way
13577
+ * a frame leaves the dataset before export. */
13578
+ deselectRetrainFrame: method(z.object({
13579
+ deviceId: z.number(),
13580
+ trackId: z.string(),
13581
+ frameId: z.string()
13582
+ }), z.object({
13583
+ removed: z.boolean(),
13584
+ removedAnnotations: z.number().int()
13585
+ }), {
13586
+ kind: "mutation",
13587
+ auth: "admin"
13588
+ }),
13589
+ /**
13590
+ * The pixels of ONE copied frame, base64.
13591
+ *
13592
+ * Through the cap rather than a data plane because it is genuinely one
13593
+ * frame at a time, on demand, at human speed — the shape D9/D18 permit
13594
+ * (what they forbid is frames crossing a boundary at frame RATE). The
13595
+ * annotation canvas needs the image and its exact dimensions in the same
13596
+ * answer: a canvas that places a normalised box against a size it guessed
13597
+ * draws every box in the wrong place.
13598
+ */
13599
+ getRetrainFrameImage: method(z.object({ frameId: z.string() }), z.object({
13600
+ base64: z.string(),
13601
+ width: z.number().int(),
13602
+ height: z.number().int()
13603
+ }), {
13604
+ kind: "query",
13605
+ auth: "admin"
13606
+ }),
13607
+ /**
13608
+ * Ask the pipeline what it sees, as a PROPOSAL.
13609
+ *
13610
+ * Runs through `pipelineRunner.runStatelessStep` on the COPIED frame, and
13611
+ * every box comes back as a draft with `source: 'assist'` plus the model and
13612
+ * score that produced it. The operator confirms, edits, adds and deletes;
13613
+ * nothing is stored until `saveRetrainAnnotations`.
13614
+ *
13615
+ * For packages the request is `rfdetr-package` on the ZONE CROP at 0.35 —
13616
+ * never the whole frame, where a package detector at that threshold proposes
13617
+ * furniture. A package request with no zone is REFUSED rather than widened,
13618
+ * because the silent widening would look like a bad model for as long as
13619
+ * nobody checked which rectangle it ran on.
13620
+ */
13621
+ proposeRetrainAnnotations: method(z.object({
13622
+ deviceId: z.number(),
13623
+ trackId: z.string(),
13624
+ frameId: z.string(),
13625
+ subject: RetrainAssistSubjectSchema,
13626
+ /** Which node runs it. Absent ⇒ wherever an unowned call lands. */
13627
+ nodeId: z.string().optional()
13628
+ }), RetrainAssistResultSchema, {
13629
+ kind: "mutation",
13630
+ auth: "admin"
13631
+ }),
13632
+ /** Every annotation on a track, oldest first. */
13633
+ listRetrainAnnotations: method(z.object({ trackId: z.string() }), z.array(RetrainAnnotationSchema).readonly(), {
13634
+ kind: "query",
13635
+ auth: "admin"
13636
+ }),
13637
+ /**
13638
+ * Replace EVERY annotation on one frame with the supplied set.
13639
+ *
13640
+ * Whole-frame replacement, not per-box upsert: the unit of ground truth is
13641
+ * the frame, and "the operator deleted a box" must be the same durable
13642
+ * outcome as "the operator never drew it". A per-box patch would let a frame
13643
+ * keep a box the operator removed on a surface that only knew about the
13644
+ * boxes it sent.
13645
+ *
13646
+ * Refuses a macro class typed into `label` or `subLabel` — the tiers are
13647
+ * separate and the guard is at the WRITE, because a mixed taxonomy cannot
13648
+ * be un-mixed by reading it.
13649
+ */
13650
+ saveRetrainAnnotations: method(z.object({
13651
+ deviceId: z.number(),
13652
+ trackId: z.string(),
13653
+ frameId: z.string(),
13654
+ annotations: z.array(RetrainAnnotationDraftSchema)
13655
+ }), z.array(RetrainAnnotationSchema).readonly(), {
13656
+ kind: "mutation",
13657
+ auth: "admin"
13658
+ }),
13659
+ /**
13660
+ * Finish with a track: `staging → trained`. **The only writer of that
13661
+ * state** — D81 shipped the column with it deliberately unreachable.
13662
+ *
13663
+ * Refuses a track the dataset holds no copies from. `trained` un-pins the
13664
+ * track's media, so completing without a copy is a delete order for material
13665
+ * nothing ever extracted anything from; that refusal IS the safety argument
13666
+ * of D81, expressed as a precondition.
13667
+ */
13668
+ completeRetrainTrack: method(z.object({
13669
+ deviceId: z.number(),
13670
+ trackId: z.string()
13671
+ }), RetrainTransitionResultSchema, {
13672
+ kind: "mutation",
13673
+ auth: "admin"
13674
+ }),
13675
+ /**
13676
+ * The deliberate return: `trained → staging`, for the rare case.
13677
+ *
13678
+ * The generic `setTrackFlags` toggle refuses this in both directions by
13679
+ * design (D81) — re-staging from a checkbox is how the same material gets
13680
+ * annotated twice under two ground truths. Doing it here means the operator
13681
+ * is looking at the annotations that already exist while they decide, and
13682
+ * those annotations are LEFT ALONE: "put this back" must not be a
13683
+ * destructive act wearing a navigational name.
13684
+ */
13685
+ restageRetrainTrack: method(z.object({
13686
+ deviceId: z.number(),
13687
+ trackId: z.string()
13688
+ }), RetrainTransitionResultSchema, {
13689
+ kind: "mutation",
13690
+ auth: "admin"
13691
+ }),
13692
+ /**
13693
+ * Where to download the ANNOTATED dataset.
13694
+ *
13695
+ * The sibling of `getTrainingExportUrl` and deliberately not the same
13696
+ * archive: that one streams a marked track's stored media verbatim, this one
13697
+ * streams the retrain COPIES plus an `annotations.json` carrying, for every
13698
+ * subject, the canonical full-frame box AND the geometry derived for each
13699
+ * model shape (letterboxed root / zone-cropped package / subject-cropped
13700
+ * classifier). Derived at export, never stored — one box in, three shapes
13701
+ * out, so two crops of the same subject can never end up in one feature
13702
+ * space (D52).
13703
+ */
13704
+ getRetrainExportUrl: method(z.object({ deviceIds: z.array(z.number()).optional() }), z.object({ url: z.string() }), {
13705
+ kind: "query",
13706
+ auth: "admin"
13707
+ }),
13153
13708
  getEventMedia: method(z.object({
13154
13709
  eventId: z.string(),
13155
13710
  kind: MediaFileKindEnum.optional()
@@ -13976,6 +14531,22 @@ var DetailResultSchema = z.object({
13976
14531
  bbox: NativeCropBboxSchema.optional(),
13977
14532
  embedding: z.string().optional(),
13978
14533
  label: z.string().optional(),
14534
+ /**
14535
+ * The tier `label` occupies, copied VERBATIM from the producing step's
14536
+ * `StepDefinition.labelTier` (roadmap 4g). Present only when `label` is.
14537
+ *
14538
+ * It rides the wire rather than being resolved by the consumer because the
14539
+ * declaration lives with the step definition, which only the executing node
14540
+ * has: post-analysis holds no step registry, and re-deriving the tier from
14541
+ * `className` there would be exactly the inference this model exists to
14542
+ * forbid. A `label` that arrives WITHOUT this field is refused by the write
14543
+ * rule and logged (`label tier undeclared`) — an older runner therefore
14544
+ * stops enriching rather than guessing, which is why addon-pipeline is
14545
+ * deployed BEFORE addon-post-analysis.
14546
+ */
14547
+ labelTier: z.union([z.literal(1), z.literal(2)]).optional(),
14548
+ /** Model that produced `label` — carried into the tier's attribution. */
14549
+ labelModelId: z.string().optional(),
13979
14550
  alignedCropJpeg: z.string().optional(),
13980
14551
  /** Face short side (px) measured on the NATIVE crop surface. The `bbox`
13981
14552
  * above is detection-frame px (≈6× smaller on a 4K camera) — min-face-size
@@ -31993,6 +32564,12 @@ var METHOD_ACCESS_MAP = Object.freeze({
31993
32564
  addonId: null,
31994
32565
  access: "delete"
31995
32566
  },
32567
+ "pipelineAnalytics.completeRetrainTrack": {
32568
+ capName: "pipeline-analytics",
32569
+ capScope: "device",
32570
+ addonId: null,
32571
+ access: "create"
32572
+ },
31996
32573
  "pipelineAnalytics.deleteDeviceEvents": {
31997
32574
  capName: "pipeline-analytics",
31998
32575
  capScope: "device",
@@ -32005,6 +32582,12 @@ var METHOD_ACCESS_MAP = Object.freeze({
32005
32582
  addonId: null,
32006
32583
  access: "delete"
32007
32584
  },
32585
+ "pipelineAnalytics.deselectRetrainFrame": {
32586
+ capName: "pipeline-analytics",
32587
+ capScope: "device",
32588
+ addonId: null,
32589
+ access: "create"
32590
+ },
32008
32591
  "pipelineAnalytics.getActiveTracks": {
32009
32592
  capName: "pipeline-analytics",
32010
32593
  capScope: "device",
@@ -32065,6 +32648,18 @@ var METHOD_ACCESS_MAP = Object.freeze({
32065
32648
  addonId: null,
32066
32649
  access: "view"
32067
32650
  },
32651
+ "pipelineAnalytics.getRetrainExportUrl": {
32652
+ capName: "pipeline-analytics",
32653
+ capScope: "device",
32654
+ addonId: null,
32655
+ access: "view"
32656
+ },
32657
+ "pipelineAnalytics.getRetrainFrameImage": {
32658
+ capName: "pipeline-analytics",
32659
+ capScope: "device",
32660
+ addonId: null,
32661
+ access: "view"
32662
+ },
32068
32663
  "pipelineAnalytics.getSensorEvents": {
32069
32664
  capName: "pipeline-analytics",
32070
32665
  capScope: "device",
@@ -32119,6 +32714,24 @@ var METHOD_ACCESS_MAP = Object.freeze({
32119
32714
  addonId: null,
32120
32715
  access: "view"
32121
32716
  },
32717
+ "pipelineAnalytics.listRetrainAnnotations": {
32718
+ capName: "pipeline-analytics",
32719
+ capScope: "device",
32720
+ addonId: null,
32721
+ access: "view"
32722
+ },
32723
+ "pipelineAnalytics.listRetrainFrames": {
32724
+ capName: "pipeline-analytics",
32725
+ capScope: "device",
32726
+ addonId: null,
32727
+ access: "view"
32728
+ },
32729
+ "pipelineAnalytics.listRetrainStaging": {
32730
+ capName: "pipeline-analytics",
32731
+ capScope: "device",
32732
+ addonId: null,
32733
+ access: "view"
32734
+ },
32122
32735
  "pipelineAnalytics.listTrackMedia": {
32123
32736
  capName: "pipeline-analytics",
32124
32737
  capScope: "device",
@@ -32131,6 +32744,12 @@ var METHOD_ACCESS_MAP = Object.freeze({
32131
32744
  addonId: null,
32132
32745
  access: "view"
32133
32746
  },
32747
+ "pipelineAnalytics.proposeRetrainAnnotations": {
32748
+ capName: "pipeline-analytics",
32749
+ capScope: "device",
32750
+ addonId: null,
32751
+ access: "create"
32752
+ },
32134
32753
  "pipelineAnalytics.pruneEvents": {
32135
32754
  capName: "pipeline-analytics",
32136
32755
  capScope: "device",
@@ -32161,12 +32780,30 @@ var METHOD_ACCESS_MAP = Object.freeze({
32161
32780
  addonId: null,
32162
32781
  access: "create"
32163
32782
  },
32783
+ "pipelineAnalytics.restageRetrainTrack": {
32784
+ capName: "pipeline-analytics",
32785
+ capScope: "device",
32786
+ addonId: null,
32787
+ access: "create"
32788
+ },
32789
+ "pipelineAnalytics.saveRetrainAnnotations": {
32790
+ capName: "pipeline-analytics",
32791
+ capScope: "device",
32792
+ addonId: null,
32793
+ access: "create"
32794
+ },
32164
32795
  "pipelineAnalytics.searchObjectEvents": {
32165
32796
  capName: "pipeline-analytics",
32166
32797
  capScope: "device",
32167
32798
  addonId: null,
32168
32799
  access: "view"
32169
32800
  },
32801
+ "pipelineAnalytics.selectRetrainFrames": {
32802
+ capName: "pipeline-analytics",
32803
+ capScope: "device",
32804
+ addonId: null,
32805
+ access: "create"
32806
+ },
32170
32807
  "pipelineAnalytics.setTrackFlags": {
32171
32808
  capName: "pipeline-analytics",
32172
32809
  capScope: "device",
@@ -33559,6 +34196,12 @@ var METHOD_ACCESS_MAP = Object.freeze({
33559
34196
  addonId: null,
33560
34197
  access: "create"
33561
34198
  },
34199
+ "streamBroker.fetchEventMedia": {
34200
+ capName: "stream-broker",
34201
+ capScope: "system",
34202
+ addonId: null,
34203
+ access: "create"
34204
+ },
33562
34205
  "streamBroker.getAllRtspEntries": {
33563
34206
  capName: "stream-broker",
33564
34207
  capScope: "system",
@@ -33643,6 +34286,12 @@ var METHOD_ACCESS_MAP = Object.freeze({
33643
34286
  addonId: null,
33644
34287
  access: "create"
33645
34288
  },
34289
+ "streamBroker.produceEventMedia": {
34290
+ capName: "stream-broker",
34291
+ capScope: "system",
34292
+ addonId: null,
34293
+ access: "create"
34294
+ },
33646
34295
  "streamBroker.publishCameraStream": {
33647
34296
  capName: "stream-broker",
33648
34297
  capScope: "system",
@@ -35173,6 +35822,7 @@ function createSystemProxy(api) {
35173
35822
  testConfig: (input) => dispatch("storage", "testConfig", "query", input)
35174
35823
  },
35175
35824
  streamBroker: {
35825
+ fetchEventMedia: (input) => dispatch("streamBroker", "fetchEventMedia", "mutation", input),
35176
35826
  listAllCameraStreams: (input) => dispatch("streamBroker", "listAllCameraStreams", "query", input),
35177
35827
  listAllProfileSlots: (input) => dispatch("streamBroker", "listAllProfileSlots", "query", input),
35178
35828
  getBrokerStats: (input) => dispatch("streamBroker", "getBrokerStats", "query", input),
@@ -37482,4 +38132,4 @@ function enumerateInferenceDevices(hw) {
37482
38132
  return out;
37483
38133
  }
37484
38134
  //#endregion
37485
- export { ACCESSORY_LABEL, 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, AdoptionFilterSchema, GetCandidateInputSchema as AdoptionGetCandidateInputSchema, ListCandidatesInputSchema as AdoptionListCandidatesInputSchema, ListCandidatesOutputSchema as AdoptionListCandidatesOutputSchema, 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, AutomationControlStatusSchema, AvailableIntegrationTypeSchema, BACKEND_TO_FORMAT, BASE_LIVE_EGRESS_PROFILE, BATTERY_DEVICE_PROFILE, 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, COCO_80_LABELS, COCO_TO_MACRO, CamProfileSchema, CamStreamDescriptorSchema, CamStreamKindSchema, CamStreamResolutionSchema, CameraAssignmentStatusSchema, CameraAudioStatusSchema, CameraBrokerProfileSchema, CameraBrokerStatusSchema, CameraCredentialsSchema, CameraCredentialsStatusSchema, CameraDecoderShmSchema, CameraDecoderStatusSchema, CameraDetectionPhaseSchema, CameraDetectionProvisioningSchema, CameraDetectionProvisioningStateSchema, CameraDetectionStatusSchema, CameraMetricsSchema, CameraMetricsWithDeviceIdSchema, CameraMotionStatusSchema, CameraRecordingModeSchema, CameraRecordingStatusSchema, CameraSourceStatusSchema, CameraSourceStreamSchema, CameraStatusSchema, CameraStreamSchema, CameraSwitchAuthoritySchema, CameraSwitchGroupSchema, CameraSwitchIdSchema, CameraSwitchSchema, CameraSwitchUnavailableReasonSchema, CandidateQueryFilterSchema, CapScopeSchema, CapabilityBindingsSchema, CarbonMonoxideStatusSchema, ChargingStatus, ClientNetworkStatsSchema, ClimateControlStatusSchema, ClipPlaybackSchema, ClipSchema, ClusterAddonNodeDeploymentSchema, ClusterAddonStatusEntrySchema, CollectionColumnSchema, CollectionIndexSchema, ColorStatusSchema, ConfigEntrySchema, ConfigSectionWithValuesSchema, ConfigTabDeclarationSchema, 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, DEFAULT_ADDON_PLACEMENT, DEFAULT_AUDIO_ANALYZER_CONFIG, DEFAULT_DECODER_HWACCEL_CONFIG, DEFAULT_DETAIL_CROP_CONVENTION, DEFAULT_EVENT_COLOR, DEFAULT_FEATURES, DEFAULT_NATIVE_LEASE_SETTINGS, DEFAULT_RETENTION, DEFAULT_SCRUB_THUMBNAIL_PRESET, DETAIL_CROP_PADDING_FIELD, DETAIL_CROP_PADDING_KEY, DETAIL_CROP_SECTION_ID, DETAIL_CROP_SQUARE_KEY, 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, DecodedAudioChunkSchema, DecodedFrameSchema, DecoderSessionConfigSchema, DecoderStatsSchema, DeleteIntegrationResultSchema, DetailCropConventionSchema, DetectionSourceSchema, DeviceCodeSeveritySchema, DeviceConfig, DeviceDiscoveryStatusSchema, ExposeInputSchema as DeviceExportExposeInputSchema, DeviceExportStatusSchema, UnexposeInputSchema as DeviceExportUnexposeInputSchema, DeviceFeature, DeviceInfoSchema, DeviceLinkModeSchema, DeviceNetworkStatsSchema, DeviceRole, DeviceRuntimeState, DeviceStatusSchema, DeviceType, DiscoveredChildDeviceSchema, DiscoveredChildStatusSchema, DiscoveredDeviceSchema, DiscoveredTargetSchema, DisposerChain, DoorbellPressEventSchema, DoorbellStatusSchema, EVENTFUL_CAP_NAMES, EVENT_KIND_BY_CAP, EVENT_PAD_MS, EVENT_TAXONOMY, 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, EventSourceType, ExportDownloadSchema, ExportOptionsSchema, ExportRecordSchema, ExportSetupFieldSchema, ExportSetupSchema, ExportSpeedSchema, ExportStateSchema, ExportTimelapseSchema, ExposedDeviceSchema, ExposureModeSchema, ExpressionEvalError, ExpressionParseError, FanControlStatusSchema, FanDirectionSchema, FeatureManifestSchema, FeatureProbeStatusSchema, FloodStatusSchema, Fmp4BoxSplitter, FrameHandleFormatSchema, FrameHandleSchema, FrameInputSchema, 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, HistoryPointSchema, HistoryResolutionEnum, HumidifierStatusSchema, HumiditySensorStatusSchema, HvacModeSchema, ImageContractSchema, ImageContractStateSchema, ImageRotateSchema, ImageSettingsOptionsSchema, ImageSettingsPatchSchema, ImageSettingsStatusSchema, ImageStatusSchema, IngestOwnerSchema, InstalledPackageSchema, IntegrationLiteSchema, IntegrationWithStateSchema, IntercomAbilitySchema, IntercomStatusSchema, KNOWN_CAP_NAMES, KeyEventSchema, LOG_LEVEL_RANK, LabelDefinitionSchema, LawnMowerActivitySchema, LawnMowerControlStatusSchema, LinkedDeviceSchema, LlmDefaultSchema, LlmDefaultSelectorSchema, LlmErrorCodeSchema, LlmGenerateBaseInputSchema, LlmGenerateErrSchema, LlmGenerateOkSchema, LlmGenerateResultSchema, LlmImageSchema, LlmNodeModelSchema, LlmProfileKindDescriptorSchema, LlmProfileKindSchema, LlmProfileSchema, LlmRuntimeCompleteInputSchema, LlmRuntimeDiskUsageSchema, LlmRuntimeNodeSchema, LlmRuntimeStatusSchema, LlmUsageRollupSchema, LlmUsageSchema, LocateSegmentResultSchema, LocationStatSchema, LockControlStatusSchema, LockStateSchema, LogEntrySchema, LogLevelSchema, LogStreamEntrySchema, LoginMethodContributionSchema, LoginStageEnum, MACRO_LABELS, MAX_EXPRESSION_AST_NODES, MAX_EXPRESSION_BINDINGS, MAX_EXPRESSION_CALL_ARGS, MAX_EXPRESSION_EVAL_STEPS, MAX_EXPRESSION_SOURCE_LENGTH, METHOD_ACCESS_MAP, MODEL_FORMATS, MOTION_TRIGGER_FEATURE, ManagedModelCatalogEntrySchema, 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_SECTION_ID, NATIVE_LEASE_TTL_FIELD, NATIVE_LEASE_TTL_KEY, NC_BASE_CONDITION_KEYS, NC_CONDITION_CATALOG, NC_HISTORY_LIMIT_DEFAULT, NC_HISTORY_LIMIT_MAX, NC_MAX_PER_TRACK_IMMEDIATE, NC_SNOOZE_MAX_MINUTES, NC_TAXONOMY, NativeCropBboxSchema, NativeCropRefSchema, NativeCropResultSchema, NativeDetectionSchema, NativeLeaseAdmissionSchema, NativeLeaseSettingsSchema, NativeObjectClassEnum, NativeObjectDetectionRuntimeStateSchema, NativeObjectDetectionStatusSchema, NcAlarmConfigSchema, NcAlarmModeCoverageSchema, NcAlarmSettingsPatchSchema, NcAlarmSettingsSchema, NcConditionDescriptorSchema, NcConditionsSchema, NcCrossingSchema, NcDeliverySchema, NcDeviceStateConditionSchema, NcHistoryEntrySchema, NcHistoryFilterSchema, NcHistoryRecordKindSchema, NcHistoryStatusSchema, NcHistorySubjectSchema, NcMediaFrameSchema, NcMediaPolicySchema, NcOccupancyConditionSchema, NcPlateMatcherSchema, NcRuleActionSchema, NcRuleActionSequenceSchema, NcRuleActionsSchema, NcRuleInputSchema, NcRuleNotificationButtonSchema, NcRulePatchSchema, NcRuleSchema, NcRuleTargetSchema, NcScheduleSchema, NcScheduleWindowSchema, NcSnoozeInputSchema, NcSnoozeSchema, NcSnoozeScopeSchema, NcSnoozeSuppressedSchema, NcTaxonomyEntrySchema, NcTaxonomySchema, NcTestResultSchema, NcThrottleGranularitySchema, NcThrottleSchema, NcZoneConditionSchema, NetworkAccessStatusSchema, NetworkAddressSchema, NetworkEndpointSchema, NotificationActionIconSchema, NotificationActionSchema, NotificationFormatSchema, NotificationSchema, NotifierStatusSchema, NumericSensorStatusSchema, 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, 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, RESERVED_BINDING_NAMES, RUNTIME_DEFAULTS, RUNTIME_TO_FORMAT, RawStateResultSchema, ReadGopBytesResultSchema, ReadSegmentBytesResultSchema, ReadinessRegistry, ReadinessTimeoutError, RecentTracksPageSchema, RecentTracksQueryInput, RecordingAvailabilitySchema, RecordingBandModeSchema, RecordingBandSchema, RecordingBandTriggersSchema, RecordingConfigSchema, RecordingDaysSchema, RecordingDeviceUsageSchema, RecordingLocationUsageSchema, RecordingManifestSchema, RecordingRangeSchema, RecordingRetentionSchema, RecordingStatusSchema, RecordingStorageModeSchema, RecordingStorageUsageSchema, RecordingTriggersSchema, RecordingWeekdaySchema, RedirectLoginMethodSchema, RelocateFootageInputSchema, RelocateJobSchema, RelocateJobStateSchema, RelocateMediaInputSchema, RenderedAsSchema, ReportMotionInputSchema, RetrainStatusSchema, RingBuffer, RtpSourceSchema, RtspRestreamEntrySchema, RunnerCameraConfigSchema, RunnerCameraDeviceUIFields, RunnerFrameSourceSchema, RunnerInferenceDeviceSchema, RunnerLocalLoadSchema, RunnerLocalMetricsSchema, 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, SceneCheckSchema, SceneConditionSchema, SceneMonitorSchema, SceneMonitorStateSchema, SceneMonitorStatusSchema, SceneReferenceSchema, ScopedTokenSchema, ScopedTokenSummarySchema, ScoredObjectEventSchema, ScriptRunnerStatusSchema, ScrubThumbnailPresetSchema, SearchResultSchema, SendEmailInputSchema, SendEmailResultSchema, SendResultSchema, SensorEventSchema, ServerBootModeSchema, ServerPackageStatusSchema, ServerRollbackInfoSchema, ServerUpdateActionResultSchema, ServerUpdateCheckResultSchema, ServerUpdateStateSchema, SettingsPatchSchema, SettingsRecordSchema, SettingsSchemaWithValuesSchema, SettingsUpdateResultSchema, ShmRingStatsSchema, 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, 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, TIMEZONES, TRANSCODE_DOWN_MAX_BITRATE_KBPS, TRANSCODE_DOWN_MAX_HEIGHT, TamperStatusSchema, TankStatusSchema, TargetKindCapsSchema, TargetKindLevelSchema, TargetKindSchema, TargetSchema, TemperatureSensorStatusSchema, TerminalProfileInfoSchema, TerminalSessionInfoSchema, TestConnectionResultSchema$1 as TestConnectionResultSchema, 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, 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, applyTransform, asBoolean, asJsonArray, asJsonObject, asNumber, asString, audioAnalysisCapability, audioAnalyzerCapability, audioCodecCapability, audioMetricsCapability, audioPlanFromEncodeProfile, authProviderCapability, autoAssignProfiles, automationControlCapability, backupCapability, bareAddonId, batteryCapability, bestLocationMatch, binaryCapability, bindAddonActions, brightnessCapability, brokerCapability, buildAddonRouteProvider, buildAudioArgs, buildEventKindDescriptor, buildFfmpegArgs, buildInputArgs, buildModelVariantGroups, buildNcTaxonomy, buildStreamParamsConfigSchema, buildVideoArgs, buttonCapability, cameraCredentialsCapability, cameraPipelineConfigCapability, cameraStreamsCapability, canConvertUnit, canonicalEgressPlan, carbonMonoxideCapability, cellsToRects, classifyStream, classifyStreams, climateControlCapability, collectHydratedFieldEntries, collectHydratedFieldValues, colorCapability, colorForKind, compileExpression, compileExpressionSafe, connectivityCapability, consumablesCapability, contactCapability, controlCapability, convertUnit, coreBlocksCapability, cosineSimilarity, coverCapability, createDeviceProxy, createDurableState, createEvent, createExpressionScope, createHwAccelCache, createLazyTrpcSource, createMirrorSource, createRuntimeStateBridge, createSliceHandle, createSystemProxy, customAction, customModelRegistryCapability, dataStoreProviderCapability, dayNightCapability, decodeVectorBase64, decoderCapability, defaultDeviceFor, defineCustomActions, deriveCameraSwitches, deriveDetailCropRect, deriveRecordingMode, describeModelVariant, detectionPipelineCapability, deviceAdoptionCapability, deviceBackendToFormat, deviceCustomAction, deviceDiscoveryCapability, deviceExportCapability, deviceManagerCapability, deviceMatchesProfile, deviceOpsCapability, deviceProviderCapability, deviceStateCapability, deviceStatusCapability, doorbellCapability, egressTranscodeSharingKey, egressTransportFromRequest, embeddingEncoderCapability, emitDownForOwnedCaps, emitReadiness, encodeProfileFromStreamShape, encodeVectorBase64, enumSensorCapability, enumerateInferenceDevices, enumerateItemArrayFields, enumerateSchemaFields, errMsg, evaluateAst, evaluateLinkExpression, evaluateZoneRules, event, eventEmitterCapability, eventsCapability, expandCapMethods, extractNestedAddonId, extractSourceInfoFromMetadata, faceGalleryCapability, fanControlCapability, featureProbeCapability, filesystemBrowseCapability, findTimezone, floodCapability, formatForBackend, formatForRuntime, gasCapability, getAudioMacroClassIds, getByPath, getCapsByProviderKind, getTaxonomyEntry, hasMotionTrigger, hfModelUrl, htmlToText, humidifierCapability, humiditySensorCapability, hydrateSchema, imageCapability, imageSettingsCapability, integrationsCapability, intercomCapability, invocationFromEncodeProfile, isAgentOnlyPlacement, isArrayOutputSchema, isBaseConditionKey, isCollectionArrayMethod, isDeployableToAgent, isDeviceConfigCap, isDeviceScopedCap, isEvent, isNode, isObjectInput, isSameAddonId, isScheduleActive, isSoftwareDecode, 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, metricsProviderCapability, modelConvertCapability, modelDistributorCapability, modelFormatForRuntime, motionCapability, motionDetectionCapability, motionTriggerCapability, motionZonesCapability, mqttBrokerCapability, nativeObjectDetectionCapability, networkAccessCapability, networkQualityCapability, nodePin, nodesCapability, normalizeAddonInitResult, normalizeUnit, notificationOutputCapability, notificationRulesCapability, notifierCapability, numericSensorCapability, oauthIntegrationCapability, objectInputDeclaresAddonId, osdCapability, osdManagerCapability, parseCameraStreamConfig, parseExpression, parseJsonArray, parseJsonObject, parseJsonUnknown, parseProfileBrokerId, parseStreamParamsFormPatch, petFeederCapability, pickAccessoryControl, pickDetailCropConvention, pickNativeLeaseOverride, pickPreferredRtspEntry, pickVideoEncoder, pickerForCondition, pipelineAnalyticsCapability, pipelineExecutorCapability, pipelineOrchestratorCapability, pipelineRunnerCapability, plateGalleryCapability, platformProbeCapability, powerMeterCapability, prepareNotification, presenceCapability, pressureSensorCapability, privacyMaskCapability, procedureAuthKey, ptzAutotrackCapability, ptzCapability, pythonScriptForBackend, readDetailCropConvention, readDeviceStateFrom, readNativeLeaseOverride, readNodePin, readinessKey, rebootCapability, recordingCapability, recordingExportCapability, rectsToCells, requiresPython, resolveAddonExecution, resolveAddonGroup, resolveAddonPlacement, resolveAddonRuntime, resolveCapMount, resolveDetectionRuntime, resolveDeviceControlKind, resolveDeviceProfile, resolveEgressDecodeHwAccel, resolveFormat, resolveHydratedFieldValue, resolveModelFormat, resolveMutate, resolveRunnerId, resolveScrubThumbnailGeometry, resolveVariantModelId, runInferenceStep, runtimeDevices, sceneMonitorCapability, scopeKey, scoreRuntimes, scriptRunnerCapability, selectAssignedProfileSlots, serverManagementCapability, setByPath, settingsStoreCapability, sleep, sleepCancellable, smokeCapability, smtpProviderCapability, snapshotCapability, ssoBridgeCapability, startReachabilityPoll, stateVocabularyFor, storageCapability, storageEvictableCapability, storageProviderCapability, streamBrokerCapability, streamCatalogCapability, streamParamsCapability, streamPixels, streamQualityLabel, subKindsOf, summarisePrivacyAudio, supportedRuntimes, switchCapability, switchedOffIds, synthesizeSourceInfo, systemCapability, tamperCapability, taskLogEntrySchema, taskPhaseSchema, taskTargetSchema, temperatureSensorCapability, terminalSessionCapability, textToHtml, toDeviceSummary, toExpressionValue, toNodeId, toStreamSourceEntry, toastCapability, tokenize, transcodeBody, tryConvertUnit, turnProviderCapability, unitDimension, unitsForDimension, updateCapability, userManagementCapability, userPasskeysCapability, vacuumControlCapability, validateExpressionSource, valveCapability, vectorDimFromBase64, vectorStoreCapability, vibrationCapability, videoclipsCapability, viewerUiCapability, waterHeaterCapability, weatherCapability, webrtcClientHintsSchema, webrtcSessionCapability, wiringAddonHealthSchema, wiringHealthSnapshotSchema, wiringNodeHealthSchema, wiringProbeKindSchema, wiringProbeResultSchema, zodEntriesToConfigUI, zoneAnalyticsCapability, zoneRulesCapability, zonesCapability };
38135
+ export { ACCESSORY_LABEL, 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, AdoptionFilterSchema, GetCandidateInputSchema as AdoptionGetCandidateInputSchema, ListCandidatesInputSchema as AdoptionListCandidatesInputSchema, ListCandidatesOutputSchema as AdoptionListCandidatesOutputSchema, 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, AutomationControlStatusSchema, AvailableIntegrationTypeSchema, BACKEND_TO_FORMAT, BASE_LIVE_EGRESS_PROFILE, BATTERY_DEVICE_PROFILE, 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, COCO_80_LABELS, COCO_TO_MACRO, CamProfileSchema, CamStreamDescriptorSchema, CamStreamKindSchema, CamStreamResolutionSchema, CameraAssignmentStatusSchema, CameraAudioStatusSchema, CameraBrokerProfileSchema, CameraBrokerStatusSchema, CameraCredentialsSchema, CameraCredentialsStatusSchema, CameraDecoderShmSchema, CameraDecoderStatusSchema, CameraDetectionPhaseSchema, CameraDetectionProvisioningSchema, CameraDetectionProvisioningStateSchema, CameraDetectionStatusSchema, CameraMetricsSchema, CameraMetricsWithDeviceIdSchema, CameraMotionStatusSchema, CameraRecordingModeSchema, CameraRecordingStatusSchema, CameraSourceStatusSchema, CameraSourceStreamSchema, CameraStatusSchema, CameraStreamSchema, CameraSwitchAuthoritySchema, CameraSwitchGroupSchema, CameraSwitchIdSchema, CameraSwitchSchema, CameraSwitchUnavailableReasonSchema, CandidateQueryFilterSchema, CapScopeSchema, CapabilityBindingsSchema, CarbonMonoxideStatusSchema, ChargingStatus, ClientNetworkStatsSchema, ClimateControlStatusSchema, ClipPlaybackSchema, ClipSchema, ClusterAddonNodeDeploymentSchema, ClusterAddonStatusEntrySchema, CollectionColumnSchema, CollectionIndexSchema, ColorStatusSchema, ConfigEntrySchema, ConfigSectionWithValuesSchema, ConfigTabDeclarationSchema, 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, DEFAULT_ADDON_PLACEMENT, DEFAULT_AUDIO_ANALYZER_CONFIG, DEFAULT_DECODER_HWACCEL_CONFIG, DEFAULT_DETAIL_CROP_CONVENTION, DEFAULT_EVENT_COLOR, DEFAULT_FEATURES, DEFAULT_NATIVE_LEASE_SETTINGS, DEFAULT_RETENTION, DEFAULT_SCRUB_THUMBNAIL_PRESET, DETAIL_CROP_PADDING_FIELD, DETAIL_CROP_PADDING_KEY, DETAIL_CROP_SECTION_ID, DETAIL_CROP_SQUARE_KEY, 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, DecodedAudioChunkSchema, DecodedFrameSchema, DecoderSessionConfigSchema, DecoderStatsSchema, DeleteIntegrationResultSchema, DetailCropConventionSchema, DetectionSourceSchema, DeviceCodeSeveritySchema, DeviceConfig, DeviceDiscoveryStatusSchema, ExposeInputSchema as DeviceExportExposeInputSchema, DeviceExportStatusSchema, UnexposeInputSchema as DeviceExportUnexposeInputSchema, DeviceFeature, DeviceInfoSchema, DeviceLinkModeSchema, DeviceNetworkStatsSchema, DeviceRole, DeviceRuntimeState, DeviceStatusSchema, DeviceType, DiscoveredChildDeviceSchema, DiscoveredChildStatusSchema, DiscoveredDeviceSchema, DiscoveredTargetSchema, DisposerChain, DoorbellPressEventSchema, DoorbellStatusSchema, EVENTFUL_CAP_NAMES, EVENT_KIND_BY_CAP, EVENT_PAD_MS, EVENT_TAXONOMY, 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, ExportDownloadSchema, ExportOptionsSchema, ExportRecordSchema, ExportSetupFieldSchema, ExportSetupSchema, ExportSpeedSchema, ExportStateSchema, ExportTimelapseSchema, ExposedDeviceSchema, ExposureModeSchema, ExpressionEvalError, ExpressionParseError, FanControlStatusSchema, FanDirectionSchema, FeatureManifestSchema, FeatureProbeStatusSchema, FloodStatusSchema, Fmp4BoxSplitter, FrameHandleFormatSchema, FrameHandleSchema, FrameInputSchema, 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, HistoryPointSchema, HistoryResolutionEnum, HumidifierStatusSchema, HumiditySensorStatusSchema, HvacModeSchema, ImageContractSchema, ImageContractStateSchema, ImageRotateSchema, ImageSettingsOptionsSchema, ImageSettingsPatchSchema, ImageSettingsStatusSchema, ImageStatusSchema, IngestOwnerSchema, InstalledPackageSchema, IntegrationLiteSchema, IntegrationWithStateSchema, IntercomAbilitySchema, IntercomStatusSchema, KNOWN_CAP_NAMES, KeyEventSchema, LOG_LEVEL_RANK, LabelAttributionSchema, LabelDefinitionSchema, LabelTierSchema, LawnMowerActivitySchema, LawnMowerControlStatusSchema, LinkedDeviceSchema, LlmDefaultSchema, LlmDefaultSelectorSchema, LlmErrorCodeSchema, LlmGenerateBaseInputSchema, LlmGenerateErrSchema, LlmGenerateOkSchema, LlmGenerateResultSchema, LlmImageSchema, LlmNodeModelSchema, LlmProfileKindDescriptorSchema, LlmProfileKindSchema, LlmProfileSchema, LlmRuntimeCompleteInputSchema, LlmRuntimeDiskUsageSchema, LlmRuntimeNodeSchema, LlmRuntimeStatusSchema, LlmUsageRollupSchema, LlmUsageSchema, LocateSegmentResultSchema, LocationStatSchema, LockControlStatusSchema, LockStateSchema, LogEntrySchema, LogLevelSchema, LogStreamEntrySchema, LoginMethodContributionSchema, LoginStageEnum, MACRO_LABELS, MAX_EXPRESSION_AST_NODES, MAX_EXPRESSION_BINDINGS, MAX_EXPRESSION_CALL_ARGS, MAX_EXPRESSION_EVAL_STEPS, MAX_EXPRESSION_SOURCE_LENGTH, METHOD_ACCESS_MAP, MODEL_FORMATS, MOTION_TRIGGER_FEATURE, ManagedModelCatalogEntrySchema, 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_SECTION_ID, NATIVE_LEASE_TTL_FIELD, NATIVE_LEASE_TTL_KEY, NC_BASE_CONDITION_KEYS, NC_CONDITION_CATALOG, NC_HISTORY_LIMIT_DEFAULT, NC_HISTORY_LIMIT_MAX, NC_MAX_PER_TRACK_IMMEDIATE, NC_SNOOZE_MAX_MINUTES, NC_TAXONOMY, NativeCropBboxSchema, NativeCropRefSchema, NativeCropResultSchema, NativeDetectionSchema, NativeLeaseAdmissionSchema, NativeLeaseSettingsSchema, NativeObjectClassEnum, NativeObjectDetectionRuntimeStateSchema, NativeObjectDetectionStatusSchema, NcAlarmConfigSchema, NcAlarmModeCoverageSchema, NcAlarmSettingsPatchSchema, NcAlarmSettingsSchema, NcConditionDescriptorSchema, NcConditionsSchema, NcCrossingSchema, NcDeliverySchema, NcDeviceStateConditionSchema, NcHistoryEntrySchema, NcHistoryFilterSchema, NcHistoryRecordKindSchema, NcHistoryStatusSchema, NcHistorySubjectSchema, NcMediaFrameSchema, NcMediaPolicySchema, NcOccupancyConditionSchema, NcPlateMatcherSchema, NcRuleActionSchema, NcRuleActionSequenceSchema, NcRuleActionsSchema, NcRuleInputSchema, NcRuleNotificationButtonSchema, NcRulePatchSchema, NcRuleSchema, NcRuleTargetSchema, NcScheduleSchema, NcScheduleWindowSchema, NcSnoozeInputSchema, NcSnoozeSchema, NcSnoozeScopeSchema, NcSnoozeSuppressedSchema, NcTaxonomyEntrySchema, NcTaxonomySchema, NcTestResultSchema, NcThrottleGranularitySchema, NcThrottleSchema, NcZoneConditionSchema, NetworkAccessStatusSchema, NetworkAddressSchema, NetworkEndpointSchema, NotificationActionIconSchema, NotificationActionSchema, NotificationFormatSchema, NotificationSchema, NotifierStatusSchema, NumericSensorStatusSchema, 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, 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, RESERVED_BINDING_NAMES, RUNTIME_DEFAULTS, RUNTIME_TO_FORMAT, RawStateResultSchema, ReadGopBytesResultSchema, ReadSegmentBytesResultSchema, ReadinessRegistry, ReadinessTimeoutError, RecentTracksPageSchema, RecentTracksQueryInput, RecordingAvailabilitySchema, RecordingBandModeSchema, RecordingBandSchema, RecordingBandTriggersSchema, RecordingConfigSchema, RecordingDaysSchema, RecordingDeviceUsageSchema, RecordingLocationUsageSchema, RecordingManifestSchema, RecordingRangeSchema, RecordingRetentionSchema, RecordingStatusSchema, RecordingStorageModeSchema, RecordingStorageUsageSchema, RecordingTriggersSchema, RecordingWeekdaySchema, RedirectLoginMethodSchema, 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, 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, SceneCheckSchema, SceneConditionSchema, SceneMonitorSchema, SceneMonitorStateSchema, SceneMonitorStatusSchema, SceneReferenceSchema, ScopedTokenSchema, ScopedTokenSummarySchema, ScoredObjectEventSchema, ScriptRunnerStatusSchema, ScrubThumbnailPresetSchema, SearchResultSchema, SendEmailInputSchema, SendEmailResultSchema, SendResultSchema, SensorEventSchema, ServerBootModeSchema, ServerPackageStatusSchema, ServerRollbackInfoSchema, ServerUpdateActionResultSchema, ServerUpdateCheckResultSchema, ServerUpdateStateSchema, SettingsPatchSchema, SettingsRecordSchema, SettingsSchemaWithValuesSchema, SettingsUpdateResultSchema, ShmRingStatsSchema, 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, 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, TIMEZONES, TRANSCODE_DOWN_MAX_BITRATE_KBPS, TRANSCODE_DOWN_MAX_HEIGHT, TamperStatusSchema, TankStatusSchema, TargetKindCapsSchema, TargetKindLevelSchema, TargetKindSchema, TargetSchema, TemperatureSensorStatusSchema, TerminalProfileInfoSchema, TerminalSessionInfoSchema, TestConnectionResultSchema$1 as TestConnectionResultSchema, 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, 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, applyTransform, asBoolean, asJsonArray, asJsonObject, asNumber, asString, audioAnalysisCapability, audioAnalyzerCapability, audioCodecCapability, audioMetricsCapability, audioPlanFromEncodeProfile, authProviderCapability, autoAssignProfiles, automationControlCapability, backupCapability, bareAddonId, batteryCapability, bestLocationMatch, binaryCapability, bindAddonActions, brightnessCapability, brokerCapability, buildAddonRouteProvider, buildAudioArgs, buildEventKindDescriptor, buildFfmpegArgs, buildInputArgs, buildModelVariantGroups, buildNcTaxonomy, buildStreamParamsConfigSchema, buildVideoArgs, buttonCapability, cameraCredentialsCapability, cameraPipelineConfigCapability, cameraStreamsCapability, canConvertUnit, canonicalEgressPlan, carbonMonoxideCapability, cellsToRects, classifyStream, classifyStreams, climateControlCapability, collectHydratedFieldEntries, collectHydratedFieldValues, colorCapability, colorForKind, compileExpression, compileExpressionSafe, connectivityCapability, consumablesCapability, contactCapability, controlCapability, convertUnit, coreBlocksCapability, cosineSimilarity, coverCapability, createDeviceProxy, createDurableState, createEvent, createExpressionScope, createHwAccelCache, createLazyTrpcSource, createMirrorSource, createRuntimeStateBridge, createSliceHandle, createSystemProxy, customAction, customModelRegistryCapability, dataStoreProviderCapability, dayNightCapability, decodeVectorBase64, decoderCapability, defaultDeviceFor, defineCustomActions, deriveCameraSwitches, deriveDetailCropRect, deriveRecordingMode, describeModelVariant, detectionPipelineCapability, deviceAdoptionCapability, deviceBackendToFormat, deviceCustomAction, deviceDiscoveryCapability, deviceExportCapability, deviceManagerCapability, deviceMatchesProfile, deviceOpsCapability, deviceProviderCapability, deviceStateCapability, deviceStatusCapability, doorbellCapability, egressTranscodeSharingKey, egressTransportFromRequest, embeddingEncoderCapability, emitDownForOwnedCaps, emitReadiness, encodeProfileFromStreamShape, encodeVectorBase64, enumSensorCapability, enumerateInferenceDevices, enumerateItemArrayFields, enumerateSchemaFields, errMsg, evaluateAst, evaluateLinkExpression, evaluateZoneRules, event, eventEmitterCapability, eventsCapability, expandCapMethods, extractNestedAddonId, extractSourceInfoFromMetadata, faceGalleryCapability, fanControlCapability, featureProbeCapability, filesystemBrowseCapability, findTimezone, floodCapability, formatForBackend, formatForRuntime, gasCapability, getAudioMacroClassIds, getByPath, getCapsByProviderKind, getTaxonomyEntry, hasMotionTrigger, hfModelUrl, htmlToText, humidifierCapability, humiditySensorCapability, hydrateSchema, imageCapability, imageSettingsCapability, integrationsCapability, intercomCapability, invocationFromEncodeProfile, isAgentOnlyPlacement, isArrayOutputSchema, isBaseConditionKey, isCollectionArrayMethod, isDeployableToAgent, isDeviceConfigCap, isDeviceScopedCap, isEvent, isNode, isObjectInput, isSameAddonId, isScheduleActive, isSoftwareDecode, 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, metricsProviderCapability, modelConvertCapability, modelDistributorCapability, modelFormatForRuntime, motionCapability, motionDetectionCapability, motionTriggerCapability, motionZonesCapability, mqttBrokerCapability, nativeObjectDetectionCapability, networkAccessCapability, networkQualityCapability, nodePin, nodesCapability, normalizeAddonInitResult, normalizeUnit, notificationOutputCapability, notificationRulesCapability, notifierCapability, numericSensorCapability, oauthIntegrationCapability, objectInputDeclaresAddonId, osdCapability, osdManagerCapability, parseCameraStreamConfig, parseExpression, parseJsonArray, parseJsonObject, parseJsonUnknown, parseProfileBrokerId, parseStreamParamsFormPatch, petFeederCapability, pickAccessoryControl, pickDetailCropConvention, pickNativeLeaseOverride, pickPreferredRtspEntry, pickVideoEncoder, pickerForCondition, pipelineAnalyticsCapability, pipelineExecutorCapability, pipelineOrchestratorCapability, pipelineRunnerCapability, plateGalleryCapability, platformProbeCapability, powerMeterCapability, prepareNotification, presenceCapability, pressureSensorCapability, privacyMaskCapability, procedureAuthKey, ptzAutotrackCapability, ptzCapability, pythonScriptForBackend, readDetailCropConvention, readDeviceStateFrom, readNativeLeaseOverride, readNodePin, readinessKey, rebootCapability, recordingCapability, recordingExportCapability, rectsToCells, requiresPython, resolveAddonExecution, resolveAddonGroup, resolveAddonPlacement, resolveAddonRuntime, resolveCapMount, resolveDetectionRuntime, resolveDeviceControlKind, resolveDeviceProfile, resolveEgressDecodeHwAccel, resolveFormat, resolveHydratedFieldValue, resolveModelFormat, resolveMutate, resolveRunnerId, resolveScrubThumbnailGeometry, resolveVariantModelId, runInferenceStep, runtimeDevices, sceneMonitorCapability, scopeKey, scoreRuntimes, scriptRunnerCapability, selectAssignedProfileSlots, serverManagementCapability, setByPath, settingsStoreCapability, sleep, sleepCancellable, smokeCapability, smtpProviderCapability, snapshotCapability, ssoBridgeCapability, startReachabilityPoll, stateVocabularyFor, storageCapability, storageEvictableCapability, storageProviderCapability, streamBrokerCapability, streamCatalogCapability, streamParamsCapability, streamPixels, streamQualityLabel, subKindsOf, summarisePrivacyAudio, supportedRuntimes, switchCapability, switchedOffIds, synthesizeSourceInfo, systemCapability, tamperCapability, taskLogEntrySchema, taskPhaseSchema, taskTargetSchema, temperatureSensorCapability, terminalSessionCapability, textToHtml, toDeviceSummary, toExpressionValue, toNodeId, toStreamSourceEntry, toastCapability, tokenize, transcodeBody, tryConvertUnit, turnProviderCapability, unitDimension, unitsForDimension, updateCapability, userManagementCapability, userPasskeysCapability, vacuumControlCapability, validateExpressionSource, valveCapability, vectorDimFromBase64, vectorStoreCapability, vibrationCapability, videoclipsCapability, viewerUiCapability, waterHeaterCapability, weatherCapability, webrtcClientHintsSchema, webrtcSessionCapability, wiringAddonHealthSchema, wiringHealthSnapshotSchema, wiringNodeHealthSchema, wiringProbeKindSchema, wiringProbeResultSchema, zodEntriesToConfigUI, zoneAnalyticsCapability, zoneRulesCapability, zonesCapability };