@camstack/types 1.2.68 → 1.2.70

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-Cv9dO26A.mjs";
2
- import { $ as FrameHandleFormatSchema, A as isDeviceConfigCap, B as emitDownForOwnedCaps, C as DeviceType, Ct as WELL_KNOWN_TAB_MAP, D as DEVICE_STATUS_METHOD, Dt as resolveHydratedFieldValue, E as DEVICE_SETTINGS_CONTRIBUTION_METHODS, Et as hydrateSchema, F as nodePin, G as CAM_PROFILE_ORDER, H as scopeKey, I as readNodePin, J as CamStreamResolutionSchema, K as CamProfileSchema, L as toNodeId, M as resolveCapMount, N as systemMethod, O as event, P as CAP_NODE_PIN_CONTEXT_KEY, Q as EncodedPacketSchema, R as ReadinessRegistry, S as DeviceRole, St as WELL_KNOWN_TABS, T as DEFAULT_RUNTIME_STATE_DURABILITY, Tt as collectHydratedFieldValues, U as BrokerStatsSchema, V as readinessKey, W as BrokerStatusSchema, X as DecodedAudioChunkSchema, Y as CameraStreamSchema, Z as DecodedFrameSchema, _ as RawStateResultSchema, _t as normalizeAddonInitResult, a as asJsonObject, at as StreamSourceSchema, b as ChargingStatus, bt as emitReadiness, c as parseJsonArray, ct as SubscribeFramesInputSchema, d as DEVICE_SCOPED_CAPS, dt as makeSourceBrokerId, et as FrameHandleSchema, f as isDeviceScopedCap, ft as parseProfileBrokerId, g as createSliceHandle, gt as BaseAddon, h as createMirrorSource, ht as DisposerChain, i as asJsonArray, it as StreamSourceEntrySchema, j as method, k as expandCapMethods, l as parseJsonObject, lt as SubscribeFramesResultSchema, m as createLazyTrpcSource, mt as DATAPLANE_SECRET_HEADER, n as sleepCancellable, nt as ProfileSlotSchema, o as asNumber, ot as SubscribeAudioChunksInputSchema, p as createDeviceProxy, pt as selectAssignedProfileSlots, q as CamStreamKindSchema, r as asBoolean, rt as ProfileSlotStatusSchema, s as asString, st as SubscribeAudioChunksResultSchema, t as sleep, tt as ProfileRtspEntrySchema, u as parseJsonUnknown, ut as makeProfileBrokerId, v as deviceOpsCapability, vt as createDurableState, w as adminUiCapability, wt as collectHydratedFieldEntries, x as DeviceFeature, xt as isEvent, y as viewerUiCapability, yt as createEvent, z as ReadinessTimeoutError } from "./sleep-CSgK0rNX.mjs";
2
+ import { $ as FrameHandleFormatSchema, A as isDeviceConfigCap, B as emitDownForOwnedCaps, C as DeviceType, Ct as WELL_KNOWN_TAB_MAP, D as DEVICE_STATUS_METHOD, Dt as resolveHydratedFieldValue, E as DEVICE_SETTINGS_CONTRIBUTION_METHODS, Et as hydrateSchema, F as nodePin, G as CAM_PROFILE_ORDER, H as scopeKey, I as readNodePin, J as CamStreamResolutionSchema, K as CamProfileSchema, L as toNodeId, M as resolveCapMount, N as systemMethod, O as event, P as CAP_NODE_PIN_CONTEXT_KEY, Q as EncodedPacketSchema, R as ReadinessRegistry, S as DeviceRole, St as WELL_KNOWN_TABS, T as DEFAULT_RUNTIME_STATE_DURABILITY, Tt as collectHydratedFieldValues, U as BrokerStatsSchema, V as readinessKey, W as BrokerStatusSchema, X as DecodedAudioChunkSchema, Y as CameraStreamSchema, Z as DecodedFrameSchema, _ as RawStateResultSchema, _t as normalizeAddonInitResult, a as asJsonObject, at as StreamSourceSchema, b as ChargingStatus, bt as emitReadiness, c as parseJsonArray, ct as SubscribeFramesInputSchema, d as DEVICE_SCOPED_CAPS, dt as makeSourceBrokerId, et as FrameHandleSchema, f as isDeviceScopedCap, ft as parseProfileBrokerId, g as createSliceHandle, gt as BaseAddon, h as createMirrorSource, ht as DisposerChain, i as asJsonArray, it as StreamSourceEntrySchema, j as method, k as expandCapMethods, l as parseJsonObject, lt as SubscribeFramesResultSchema, m as createLazyTrpcSource, mt as DATAPLANE_SECRET_HEADER, n as sleepCancellable, nt as ProfileSlotSchema, o as asNumber, ot as SubscribeAudioChunksInputSchema, p as createDeviceProxy, pt as selectAssignedProfileSlots, q as CamStreamKindSchema, r as asBoolean, rt as ProfileSlotStatusSchema, s as asString, st as SubscribeAudioChunksResultSchema, t as sleep, tt as ProfileRtspEntrySchema, u as parseJsonUnknown, ut as makeProfileBrokerId, v as deviceOpsCapability, vt as createDurableState, w as adminUiCapability, wt as collectHydratedFieldEntries, x as DeviceFeature, xt as isEvent, y as viewerUiCapability, yt as createEvent, z as ReadinessTimeoutError } from "./sleep-CwERnGrD.mjs";
3
3
  import { a as buildAudioArgs, c as buildVideoArgs, d as logBannerArgs, f as pickVideoEncoder, i as audioPlanFromEncodeProfile, l as invocationFromEncodeProfile, n as Fmp4BoxSplitter, o as buildFfmpegArgs, r as AUDIO_PRESETS, s as buildInputArgs, t as canonicalHash, u as isSoftwareDecode } from "./canonical-hash-rO1sRmEK.mjs";
4
4
  import { EventSourceType } from "./enums.mjs";
5
5
  import { t as errMsg } from "./err-msg-IQTHeDzc.mjs";
@@ -12067,7 +12067,16 @@ var NcScheduleSchema = z.object({
12067
12067
  });
12068
12068
  /** Fuzzy plate matcher — OCR noise makes exact match useless (spec row 12/13). */
12069
12069
  var NcPlateMatcherSchema = z.object({
12070
- values: z.array(z.string().min(1)).min(1),
12070
+ /**
12071
+ * Plate texts (or gallery vehicle names) to match. EMPTY = **any plate the
12072
+ * pipeline could read** — the plate half of "no selection = no narrowing",
12073
+ * and the switch that says this rule is about vehicles that were IDENTIFIED
12074
+ * rather than merely seen. A subject carrying no plate still fails.
12075
+ *
12076
+ * The `.min(1)` this used to carry made that state unauthorable; nothing has
12077
+ * ever persisted an empty list, so widening it cannot change an existing rule.
12078
+ */
12079
+ values: z.array(z.string().min(1)),
12071
12080
  /** Max Levenshtein distance after normalization (uppercase alphanumeric). */
12072
12081
  maxDistance: z.number().int().min(0).max(3).default(1)
12073
12082
  });
@@ -12329,18 +12338,47 @@ var NcConditionsSchema = z.object({
12329
12338
  */
12330
12339
  labelEquals: z.array(z.string().min(1)).optional(),
12331
12340
  /**
12332
- * Identity matcher. P1 boundary: matched against the record's collapsed
12333
- * `label` (the identity display name propagated by the face pipeline) —
12334
- * identity-ID matching rides in P2 when identity ids reach the record.
12341
+ * KNOWN FACES the rule's identity scope, and the switch that says the rule
12342
+ * is about recognised people at all.
12343
+ *
12344
+ * Three states, and the empty one is the point:
12345
+ *
12346
+ * | value | meaning |
12347
+ * | --- | --- |
12348
+ * | absent | the rule does not care who it is; an unrecognised person matches |
12349
+ * | `[]` | **only known faces** — any identity in the gallery, nobody in particular |
12350
+ * | a list | only these identities |
12351
+ *
12352
+ * `[]` is the repo-wide "no selection = no narrowing" reading (an absent
12353
+ * `devices` list is every device), applied one level down: the operator has
12354
+ * turned the face scope ON and narrowed it to nothing, which is every known
12355
+ * face. No second field states the same thing — a switch that can disagree
12356
+ * with the list under it is worse than no switch (D62).
12357
+ *
12358
+ * MEMBERS ARE FACE-GALLERY `Identity.id`s (uuid), not display names. A name is
12359
+ * renameable, and a rule authored on "Gianluca" went silently dark the moment
12360
+ * the operator fixed the spelling. The id reaches the record on
12361
+ * `LabelAttribution.identityId`; the name is what the editor shows and what
12362
+ * `{{label}}` renders.
12363
+ *
12364
+ * Rules written before this carry NAMES, and are resolved to ids lazily at
12365
+ * load (`NcRuleStore.load`) against the live gallery — a name nothing answers
12366
+ * for is left as it stands and reported, never dropped. The engine also
12367
+ * accepts a display-name hit as a compatibility leg, so a rule whose
12368
+ * migration could not resolve keeps matching exactly what it matched before.
12335
12369
  */
12336
12370
  identities: z.array(z.string().min(1)).optional(),
12337
- /** Fuzzy plate matcher against the record's `label` (plate text). */
12371
+ /**
12372
+ * KNOWN PLATES / VEHICLES — the plate mirror of {@link identities}, including
12373
+ * the empty-list reading: `values: []` is "any plate the OCR could read",
12374
+ * a non-empty list is those plates (fuzzily). See {@link NcPlateMatcherSchema}.
12375
+ */
12338
12376
  plates: NcPlateMatcherSchema.optional(),
12339
12377
  /**
12340
- * Identity EXCLUDE — mirror of {@link identities} with `notIn` semantics.
12341
- * Same P1 boundary: matched against the record's collapsed `label` (the
12342
- * identity display name). A record with NO label passes (nothing to
12343
- * exclude), unlike the include variant which fails on an absent label.
12378
+ * Identity EXCLUDE — mirror of {@link identities} with `notIn` semantics, and
12379
+ * the same id members and the same lazy name→id migration. A record with NO
12380
+ * identity passes (nothing to exclude), unlike the include variant which
12381
+ * fails on an unrecognised subject. An EMPTY list excludes nobody.
12344
12382
  */
12345
12383
  identitiesExclude: z.array(z.string().min(1)).optional(),
12346
12384
  /**
@@ -12733,7 +12771,37 @@ var NcRuleInputSchema = z.object({
12733
12771
  * a rule that predates the gate must keep delivering byte-for-byte as it
12734
12772
  * did, and absent is the only way to say that without a migration.
12735
12773
  */
12736
- confirm: NcConfirmSchema.optional()
12774
+ confirm: NcConfirmSchema.optional(),
12775
+ /**
12776
+ * WAIT for face/plate recognition before saying anything.
12777
+ *
12778
+ * A notification's TEXT is frozen at enqueue and its media is re-resolved at
12779
+ * send; the identity is neither. A face is confirmed after `confirmFrames`
12780
+ * agreeing observations — p50 **11.4 s** after the track was first seen,
12781
+ * measured on this hub — and an `immediate` rule enqueues on the first object
12782
+ * event, seconds before that. So "Gianluca è arrivato" is unsayable on the
12783
+ * immediate path, and no amount of media re-resolution fixes a sentence.
12784
+ *
12785
+ * Only two honest answers exist, and this flag picks between them. It has
12786
+ * effect ONLY on a rule that declares a recognition scope
12787
+ * ({@link NcConditions.identities} or {@link NcConditions.plates}) — on any
12788
+ * other rule there is nothing to wait for and the flag is inert.
12789
+ *
12790
+ * | value | what happens |
12791
+ * | --- | --- |
12792
+ * | `true` | the rule stops firing on the object event and fires at TRACK CLOSE instead, once, with the name — later, and complete |
12793
+ * | absent / `false` | it fires at once WITHOUT the name, and if recognition lands before the track closes a SECOND, "…is Gianluca" notification follows (one per track, per rule, per target) |
12794
+ *
12795
+ * `.optional()` and deliberately NOT `.default()`: a Zod default does not run
12796
+ * on the addon cap path, and absent has to keep meaning exactly what every
12797
+ * rule authored before this field meant.
12798
+ *
12799
+ * The cost of `true` is stated here because the editor states it too: a rule
12800
+ * that waits also inherits track-close SEMANTICS — its `zones` condition
12801
+ * tests every zone the track visited and a `crossing` condition can no longer
12802
+ * be satisfied, because a closed track carries no crossing.
12803
+ */
12804
+ waitForEnhancement: z.boolean().optional()
12737
12805
  });
12738
12806
  /**
12739
12807
  * Partial patch for `updateRule` — any subset of the input fields, plus the
@@ -13077,32 +13145,32 @@ var NC_CONDITION_CATALOG = [
13077
13145
  {
13078
13146
  id: "identities",
13079
13147
  group: "label",
13080
- label: "Identities",
13148
+ label: "Known faces",
13081
13149
  valueType: "stringList",
13082
13150
  operator: "in",
13083
13151
  appliesTo: ["immediate", "track-end"],
13084
13152
  phase: "P1",
13085
- description: "P1: matched against the identity display name on the record label."
13153
+ description: "Only recognised people. Selecting NOBODY means every identity in the face gallery; selecting some narrows to those. Matched on the gallery id, so renaming a person does not break the rule. On immediate delivery the name is not known yet when the notification is enqueued — see the rule’s \"wait for recognition\" switch."
13086
13154
  },
13087
13155
  {
13088
13156
  id: "plates",
13089
13157
  group: "label",
13090
- label: "License plates",
13158
+ label: "Known plates",
13091
13159
  valueType: "plateMatcher",
13092
13160
  operator: "fuzzyIn",
13093
13161
  appliesTo: ["immediate", "track-end"],
13094
13162
  phase: "P1",
13095
- description: "Levenshtein-tolerant match against the plate text."
13163
+ description: "Only vehicles whose plate was read. Selecting NO plate means any readable plate; listed plates are matched Levenshtein-tolerantly, because OCR noise makes an exact match useless."
13096
13164
  },
13097
13165
  {
13098
13166
  id: "identitiesExclude",
13099
13167
  group: "label",
13100
- label: "Excluded identities",
13168
+ label: "Excluded faces",
13101
13169
  valueType: "stringList",
13102
13170
  operator: "notIn",
13103
13171
  appliesTo: ["immediate", "track-end"],
13104
13172
  phase: "P1",
13105
- description: "Veto by identity display name (mirror of Identities; absent label passes)."
13173
+ description: "Veto by identity (mirror of Known faces, same gallery ids). A subject nobody recognised passes — there is nothing to exclude."
13106
13174
  },
13107
13175
  {
13108
13176
  id: "minLabelConfidence",
@@ -13757,7 +13825,87 @@ var MethodAccessSchema = z.enum([
13757
13825
  var AllowedProviderSchema = z.union([z.literal("*"), z.array(z.string())]);
13758
13826
  var AllowedDevicesSchema = z.record(z.string(), z.union([z.literal("*"), z.array(z.string())]));
13759
13827
  var CapScopeSchema = z.enum(["device", "system"]);
13760
- var TokenScopeSchema = z.discriminatedUnion("type", [
13828
+ /**
13829
+ * DeviceSelector (scope model v3 — 2026-08-12).
13830
+ *
13831
+ * A `device` grant no longer carries a frozen list of deviceIds. It carries
13832
+ * a SELECTOR the matcher resolves against the live fleet, so the grant can be
13833
+ * DYNAMIC: a `types:['camera']` selector automatically covers a camera added
13834
+ * AFTER the grant was minted — no re-grant, no re-login.
13835
+ *
13836
+ * - `all` — every device in the deployment. The broad viewer/operator
13837
+ * lever without a `category` grant (a `category` grant also covers device
13838
+ * caps that carry no deviceId; `all` is specifically the device set).
13839
+ * - `ids` — an explicit deviceId list. This is what a v2 `device:[…]`
13840
+ * grant migrates to (see {@link TokenScopeSchema}); STATIC — a new camera
13841
+ * is NOT covered until the grant is edited.
13842
+ * - `types` — every device of a `DeviceType` (e.g. every `camera`).
13843
+ * DYNAMIC. A device that changes type, or a new device of the type,
13844
+ * re-resolves on the next request.
13845
+ * - `locations` — every device whose operator-assigned `location` label is
13846
+ * in the set (e.g. "Garden", "Front door"). DYNAMIC. A device with a
13847
+ * null/unset location matches NO `locations` selector.
13848
+ */
13849
+ var DeviceSelectorSchema = z.discriminatedUnion("kind", [
13850
+ z.object({ kind: z.literal("all") }),
13851
+ z.object({
13852
+ kind: z.literal("ids"),
13853
+ ids: z.array(z.number().int()).min(1)
13854
+ }),
13855
+ z.object({
13856
+ kind: z.literal("types"),
13857
+ types: z.array(z.enum(DeviceType)).min(1)
13858
+ }),
13859
+ z.object({
13860
+ kind: z.literal("locations"),
13861
+ locations: z.array(z.string().min(1)).min(1)
13862
+ })
13863
+ ]);
13864
+ var DeviceTokenScopeSchema = z.object({
13865
+ type: z.literal("device"),
13866
+ /** The device SET this grant covers — resolved against the live fleet. */
13867
+ selector: DeviceSelectorSchema,
13868
+ access: z.array(MethodAccessSchema).min(1),
13869
+ /**
13870
+ * Whether a grant on a PARENT device transparently covers its accessory
13871
+ * CHILDREN (siren / floodlight / PIR) via the persisted-parentage walk.
13872
+ * Direction is parent → children ONLY.
13873
+ *
13874
+ * Absent → the matcher DERIVES it from the access flavour: `view`
13875
+ * inherits (a camera viewer sees the camera's accessories), `create` /
13876
+ * `delete` do NOT (actuating/removing a child is an explicit act the
13877
+ * operator must grant on the child, not inherit from the parent). Set it
13878
+ * explicitly to override that default per grant.
13879
+ */
13880
+ includeLinked: z.boolean().optional()
13881
+ });
13882
+ /**
13883
+ * v2 → v3 lazy migration. A pre-v3 `device` grant carried
13884
+ * `targets: string[]` (stringified deviceIds); it rewrites to the equivalent
13885
+ * `selector: {kind:'ids', ids}`. Applied as a `preprocess` so it runs on
13886
+ * EVERY parse path — stored records AND the JWT-carried scope arrays
13887
+ * normalised at the request boundary ({@link normalizeTokenScopes} in
13888
+ * `device-selector.ts`). Chosen over a one-time DB migration because a
13889
+ * migration cannot reach a JWT already in a client's hands; parse-time
13890
+ * migration covers both without a flag day. No cast — the raw object is read
13891
+ * through `Reflect.get` (its static type is `unknown`).
13892
+ */
13893
+ function migrateLegacyTokenScope(raw) {
13894
+ if (raw === null || typeof raw !== "object" || Array.isArray(raw)) return raw;
13895
+ if (Reflect.get(raw, "type") !== "device") return raw;
13896
+ if (Reflect.get(raw, "selector") !== void 0) return raw;
13897
+ const targets = Reflect.get(raw, "targets");
13898
+ if (!Array.isArray(targets)) return raw;
13899
+ return {
13900
+ type: "device",
13901
+ selector: {
13902
+ kind: "ids",
13903
+ ids: targets.map((t) => typeof t === "string" ? Number(t) : t).filter((n) => typeof n === "number" && Number.isInteger(n))
13904
+ },
13905
+ access: Reflect.get(raw, "access")
13906
+ };
13907
+ }
13908
+ var TokenScopeSchema = z.preprocess(migrateLegacyTokenScope, z.discriminatedUnion("type", [
13761
13909
  z.object({
13762
13910
  type: z.literal("category"),
13763
13911
  target: CapScopeSchema,
@@ -13773,18 +13921,8 @@ var TokenScopeSchema = z.discriminatedUnion("type", [
13773
13921
  target: z.string(),
13774
13922
  access: z.array(MethodAccessSchema).min(1)
13775
13923
  }),
13776
- z.object({
13777
- type: z.literal("device"),
13778
- /**
13779
- * One or more deviceIds (serialised as strings for wire-format
13780
- * consistency with the rest of the union). Matcher accepts if
13781
- * `input.deviceId` ∈ `targets`. Array shape avoids the row-explosion
13782
- * of one scope-per-device when granting access to a set of cameras.
13783
- */
13784
- targets: z.array(z.string()).min(1),
13785
- access: z.array(MethodAccessSchema).min(1)
13786
- })
13787
- ]);
13924
+ DeviceTokenScopeSchema
13925
+ ]));
13788
13926
  var UserRecordSchema = z.object({
13789
13927
  id: z.string(),
13790
13928
  username: z.string(),
@@ -14263,7 +14401,21 @@ var LabelTierSchema = z.union([z.literal(1), z.literal(2)]);
14263
14401
  var LabelAttributionSchema = z.object({
14264
14402
  stepId: z.string(),
14265
14403
  modelId: z.string().optional(),
14266
- decidedAt: z.number()
14404
+ decidedAt: z.number(),
14405
+ /**
14406
+ * The GALLERY id behind a recognised tier-2 label — a face-gallery
14407
+ * `Identity.id` or a plate-gallery `Vehicle.id` (both `randomUUID`).
14408
+ *
14409
+ * The text alone is a DISPLAY NAME, and a display name is renameable: a
14410
+ * notification rule authored on "Gianluca" stopped matching the moment the
14411
+ * operator fixed the spelling in the gallery, and nothing said so. The id is
14412
+ * the thing that does not move, so it is what a rule matches on
14413
+ * (`NcConditions.identities`) and the text is what a human is shown.
14414
+ *
14415
+ * Absent when the label names no gallery row — a plate the OCR read but no
14416
+ * vehicle claims, a sub-class, a species, any tier-1 value.
14417
+ */
14418
+ identityId: z.string().optional()
14267
14419
  });
14268
14420
  /**
14269
14421
  * The TIERED label model (roadmap 4g), spread into `TrackSchema` and
@@ -23386,7 +23538,41 @@ var intercomCapability = {
23386
23538
  status: {
23387
23539
  schema: IntercomStatusSchema,
23388
23540
  kind: "command-driven"
23389
- }
23541
+ },
23542
+ /**
23543
+ * Runtime-state slice — mirrored by the kernel.
23544
+ *
23545
+ * The cap declared `status` and nothing else, so the only two sources an
23546
+ * exporter has for a value — the `device.state-changed` slice event and the
23547
+ * `deviceState.getAllSnapshots` snapshot, both built from runtime state —
23548
+ * carried nothing for `intercom`. A talk-back entity in Home Assistant would
23549
+ * have been published and never received a value, which is the defect the
23550
+ * export's two classification tables exist to prevent (177 of them, once), so
23551
+ * `intercom` was excluded rather than exported.
23552
+ *
23553
+ * The shape is the status shape: there is exactly one truth about talk-back
23554
+ * and duplicating it into a second schema is how two halves of one capability
23555
+ * come to disagree. Providers write it through
23556
+ * `this.runtimeState.setCapState('intercom', …)` at the four points that open
23557
+ * and close a session, and seed it at registration so the slice exists before
23558
+ * the first session rather than after it.
23559
+ *
23560
+ * **Bound, named rather than hidden:** `talking` mirrors the provider's own
23561
+ * session handle, so a session torn down by a transport death that never
23562
+ * reaches `stopSession` / `endTalkSession` leaves it latched until the next
23563
+ * session or the next restart. That is why the slice is `session` and not
23564
+ * `restored` — a restart must never restore "talking".
23565
+ */
23566
+ runtimeState: IntercomStatusSchema,
23567
+ /**
23568
+ * Runtime-state durability: **session** — `talking` describes a live audio
23569
+ * session, which by definition does not survive the process that held it.
23570
+ * Restoring it would publish a camera as talking to nobody.
23571
+ *
23572
+ * See `RuntimeStateDurability`. Enforced by
23573
+ * `scripts/check-runtime-state-durability.ts`.
23574
+ */
23575
+ durability: "session"
23390
23576
  };
23391
23577
  //#endregion
23392
23578
  //#region src/capabilities/lawn-mower-control.cap.ts
@@ -26650,7 +26836,7 @@ var recordingCapability = {
26650
26836
  toMs: z.number()
26651
26837
  }), RecordingAvailabilitySchema, {
26652
26838
  kind: "query",
26653
- auth: "admin"
26839
+ auth: "protected"
26654
26840
  }),
26655
26841
  /** Which calendar days in [fromMs,toMs) have ≥1 recorded segment, bucketed by
26656
26842
  * the client's local day (`tzOffsetMinutes` = minutes to add to UTC). Drives
@@ -26662,7 +26848,7 @@ var recordingCapability = {
26662
26848
  tzOffsetMinutes: z.number()
26663
26849
  }), RecordingDaysSchema, {
26664
26850
  kind: "query",
26665
- auth: "admin"
26851
+ auth: "protected"
26666
26852
  }),
26667
26853
  getPlaybackManifest: method(z.object({
26668
26854
  deviceId: z.number(),
@@ -26670,7 +26856,7 @@ var recordingCapability = {
26670
26856
  toMs: z.number()
26671
26857
  }), RecordingManifestSchema, {
26672
26858
  kind: "query",
26673
- auth: "admin"
26859
+ auth: "protected"
26674
26860
  }),
26675
26861
  getStorageUsage: method(z.object({}), RecordingStorageUsageSchema, {
26676
26862
  kind: "query",
@@ -29647,6 +29833,7 @@ var DEVICE_LOCAL_STATE_CAPS = {
29647
29833
  humiditySensor: humiditySensorCapability,
29648
29834
  image: imageCapability,
29649
29835
  imageSettings: imageSettingsCapability,
29836
+ intercom: intercomCapability,
29650
29837
  lawnMowerControl: lawnMowerControlCapability,
29651
29838
  lockControl: lockControlCapability,
29652
29839
  mediaPlayer: mediaPlayerCapability,
@@ -38762,6 +38949,1808 @@ var SYSTEM_CAP_NAMES = [
38762
38949
  "viewer-ui"
38763
38950
  ];
38764
38951
  //#endregion
38952
+ //#region src/generated/method-device-selectors.ts
38953
+ var METHOD_DEVICE_SELECTORS = Object.freeze({
38954
+ "accessories.setChildHidden": [{
38955
+ name: "childDeviceId",
38956
+ form: "single",
38957
+ optional: false
38958
+ }, {
38959
+ name: "deviceId",
38960
+ form: "single",
38961
+ optional: false
38962
+ }],
38963
+ "addonSettings.getDeviceSettings": [{
38964
+ name: "deviceId",
38965
+ form: "single",
38966
+ optional: false
38967
+ }],
38968
+ "addonSettings.updateDeviceSettings": [{
38969
+ name: "deviceId",
38970
+ form: "single",
38971
+ optional: false
38972
+ }],
38973
+ "alarmPanel.arm": [{
38974
+ name: "deviceId",
38975
+ form: "single",
38976
+ optional: false
38977
+ }],
38978
+ "alarmPanel.disarm": [{
38979
+ name: "deviceId",
38980
+ form: "single",
38981
+ optional: false
38982
+ }],
38983
+ "alarmPanel.trigger": [{
38984
+ name: "deviceId",
38985
+ form: "single",
38986
+ optional: false
38987
+ }],
38988
+ "audioAnalysis.resolveDeviceSettings": [{
38989
+ name: "deviceId",
38990
+ form: "single",
38991
+ optional: false
38992
+ }],
38993
+ "audioAnalyzer.classify": [{
38994
+ name: "deviceId",
38995
+ form: "single",
38996
+ optional: true
38997
+ }],
38998
+ "audioMetrics.getCurrentSnapshot": [{
38999
+ name: "deviceId",
39000
+ form: "single",
39001
+ optional: false
39002
+ }],
39003
+ "audioMetrics.getHistory": [{
39004
+ name: "deviceId",
39005
+ form: "single",
39006
+ optional: false
39007
+ }],
39008
+ "automationControl.disable": [{
39009
+ name: "deviceId",
39010
+ form: "single",
39011
+ optional: false
39012
+ }],
39013
+ "automationControl.enable": [{
39014
+ name: "deviceId",
39015
+ form: "single",
39016
+ optional: false
39017
+ }],
39018
+ "automationControl.trigger": [{
39019
+ name: "deviceId",
39020
+ form: "single",
39021
+ optional: false
39022
+ }],
39023
+ "battery.wakeForStream": [{
39024
+ name: "deviceId",
39025
+ form: "single",
39026
+ optional: false
39027
+ }],
39028
+ "brightness.setBrightness": [{
39029
+ name: "deviceId",
39030
+ form: "single",
39031
+ optional: false
39032
+ }],
39033
+ "button.press": [{
39034
+ name: "deviceId",
39035
+ form: "single",
39036
+ optional: false
39037
+ }],
39038
+ "cameraCredentials.getCredentials": [{
39039
+ name: "deviceId",
39040
+ form: "single",
39041
+ optional: false
39042
+ }],
39043
+ "cameraStreams.getBrokerStreams": [{
39044
+ name: "deviceId",
39045
+ form: "single",
39046
+ optional: false
39047
+ }],
39048
+ "cameraStreams.getCameraStreams": [{
39049
+ name: "deviceId",
39050
+ form: "single",
39051
+ optional: false
39052
+ }],
39053
+ "cameraStreams.getProfileRtspEntries": [{
39054
+ name: "deviceId",
39055
+ form: "single",
39056
+ optional: false
39057
+ }],
39058
+ "cameraStreams.getRtspEntries": [{
39059
+ name: "deviceId",
39060
+ form: "single",
39061
+ optional: false
39062
+ }],
39063
+ "cameraStreams.pickStream": [{
39064
+ name: "deviceId",
39065
+ form: "single",
39066
+ optional: false
39067
+ }],
39068
+ "climateControl.setFanMode": [{
39069
+ name: "deviceId",
39070
+ form: "single",
39071
+ optional: false
39072
+ }],
39073
+ "climateControl.setMode": [{
39074
+ name: "deviceId",
39075
+ form: "single",
39076
+ optional: false
39077
+ }],
39078
+ "climateControl.setPreset": [{
39079
+ name: "deviceId",
39080
+ form: "single",
39081
+ optional: false
39082
+ }],
39083
+ "climateControl.setSwingHorizontal": [{
39084
+ name: "deviceId",
39085
+ form: "single",
39086
+ optional: false
39087
+ }],
39088
+ "climateControl.setSwingVertical": [{
39089
+ name: "deviceId",
39090
+ form: "single",
39091
+ optional: false
39092
+ }],
39093
+ "climateControl.setTarget": [{
39094
+ name: "deviceId",
39095
+ form: "single",
39096
+ optional: false
39097
+ }],
39098
+ "climateControl.setTargetHumidity": [{
39099
+ name: "deviceId",
39100
+ form: "single",
39101
+ optional: false
39102
+ }],
39103
+ "climateControl.setTargetRange": [{
39104
+ name: "deviceId",
39105
+ form: "single",
39106
+ optional: false
39107
+ }],
39108
+ "color.setColor": [{
39109
+ name: "deviceId",
39110
+ form: "single",
39111
+ optional: false
39112
+ }],
39113
+ "consumables.reset": [{
39114
+ name: "deviceId",
39115
+ form: "single",
39116
+ optional: false
39117
+ }],
39118
+ "control.setValue": [{
39119
+ name: "deviceId",
39120
+ form: "single",
39121
+ optional: false
39122
+ }],
39123
+ "cover.close": [{
39124
+ name: "deviceId",
39125
+ form: "single",
39126
+ optional: false
39127
+ }],
39128
+ "cover.open": [{
39129
+ name: "deviceId",
39130
+ form: "single",
39131
+ optional: false
39132
+ }],
39133
+ "cover.setPosition": [{
39134
+ name: "deviceId",
39135
+ form: "single",
39136
+ optional: false
39137
+ }],
39138
+ "cover.setTiltPosition": [{
39139
+ name: "deviceId",
39140
+ form: "single",
39141
+ optional: false
39142
+ }],
39143
+ "cover.stop": [{
39144
+ name: "deviceId",
39145
+ form: "single",
39146
+ optional: false
39147
+ }],
39148
+ "dayNight.getOptions": [{
39149
+ name: "deviceId",
39150
+ form: "single",
39151
+ optional: false
39152
+ }],
39153
+ "dayNight.setSettings": [{
39154
+ name: "deviceId",
39155
+ form: "single",
39156
+ optional: false
39157
+ }],
39158
+ "decoder.createSession": [{
39159
+ name: "deviceId",
39160
+ form: "single",
39161
+ optional: true
39162
+ }],
39163
+ "deviceAdoption.release": [{
39164
+ name: "camDeviceId",
39165
+ form: "single",
39166
+ optional: false
39167
+ }],
39168
+ "deviceAdoption.resync": [{
39169
+ name: "camDeviceId",
39170
+ form: "single",
39171
+ optional: false
39172
+ }],
39173
+ "deviceDiscovery.adoptDevice": [{
39174
+ name: "deviceId",
39175
+ form: "single",
39176
+ optional: false
39177
+ }],
39178
+ "deviceDiscovery.listDiscovered": [{
39179
+ name: "deviceId",
39180
+ form: "single",
39181
+ optional: false
39182
+ }],
39183
+ "deviceDiscovery.refreshDiscovery": [{
39184
+ name: "deviceId",
39185
+ form: "single",
39186
+ optional: false
39187
+ }],
39188
+ "deviceDiscovery.releaseDevice": [{
39189
+ name: "childDeviceId",
39190
+ form: "single",
39191
+ optional: false
39192
+ }, {
39193
+ name: "deviceId",
39194
+ form: "single",
39195
+ optional: false
39196
+ }],
39197
+ "deviceManager.adoptionRelease": [{
39198
+ name: "camDeviceId",
39199
+ form: "single",
39200
+ optional: false
39201
+ }],
39202
+ "deviceManager.adoptionResync": [{
39203
+ name: "camDeviceId",
39204
+ form: "single",
39205
+ optional: false
39206
+ }],
39207
+ "deviceManager.applyInitialMeta": [{
39208
+ name: "deviceId",
39209
+ form: "single",
39210
+ optional: false
39211
+ }, {
39212
+ name: "linkDeviceId",
39213
+ form: "single",
39214
+ optional: true
39215
+ }],
39216
+ "deviceManager.disable": [{
39217
+ name: "deviceId",
39218
+ form: "single",
39219
+ optional: false
39220
+ }],
39221
+ "deviceManager.enable": [{
39222
+ name: "deviceId",
39223
+ form: "single",
39224
+ optional: false
39225
+ }],
39226
+ "deviceManager.getBindings": [{
39227
+ name: "deviceId",
39228
+ form: "single",
39229
+ optional: false
39230
+ }],
39231
+ "deviceManager.getChildren": [{
39232
+ name: "parentDeviceId",
39233
+ form: "single",
39234
+ optional: false
39235
+ }],
39236
+ "deviceManager.getConfigSchema": [{
39237
+ name: "deviceId",
39238
+ form: "single",
39239
+ optional: false
39240
+ }],
39241
+ "deviceManager.getDevice": [{
39242
+ name: "deviceId",
39243
+ form: "single",
39244
+ optional: false
39245
+ }],
39246
+ "deviceManager.getDeviceAggregate": [{
39247
+ name: "deviceId",
39248
+ form: "single",
39249
+ optional: false
39250
+ }],
39251
+ "deviceManager.getDeviceLiveInfoAggregate": [{
39252
+ name: "deviceId",
39253
+ form: "single",
39254
+ optional: false
39255
+ }],
39256
+ "deviceManager.getDeviceSettingsAggregate": [{
39257
+ name: "deviceId",
39258
+ form: "single",
39259
+ optional: false
39260
+ }],
39261
+ "deviceManager.getDeviceStatusAggregate": [{
39262
+ name: "deviceId",
39263
+ form: "single",
39264
+ optional: false
39265
+ }],
39266
+ "deviceManager.getDeviceStatusAggregateBatch": [{
39267
+ name: "deviceIds",
39268
+ form: "array",
39269
+ optional: false
39270
+ }],
39271
+ "deviceManager.getLinkedDevices": [{
39272
+ name: "deviceId",
39273
+ form: "single",
39274
+ optional: false
39275
+ }],
39276
+ "deviceManager.getSettingsSchema": [{
39277
+ name: "deviceId",
39278
+ form: "single",
39279
+ optional: false
39280
+ }],
39281
+ "deviceManager.getStreamProfileMap": [{
39282
+ name: "deviceId",
39283
+ form: "single",
39284
+ optional: false
39285
+ }],
39286
+ "deviceManager.getStreamSources": [{
39287
+ name: "deviceId",
39288
+ form: "single",
39289
+ optional: false
39290
+ }],
39291
+ "deviceManager.getWireableFields": [{
39292
+ name: "deviceId",
39293
+ form: "single",
39294
+ optional: false
39295
+ }],
39296
+ "deviceManager.loadConfig": [{
39297
+ name: "deviceId",
39298
+ form: "single",
39299
+ optional: false
39300
+ }],
39301
+ "deviceManager.loadMeta": [{
39302
+ name: "deviceId",
39303
+ form: "single",
39304
+ optional: false
39305
+ }],
39306
+ "deviceManager.loadRuntimeState": [{
39307
+ name: "deviceId",
39308
+ form: "single",
39309
+ optional: false
39310
+ }],
39311
+ "deviceManager.persistConfig": [{
39312
+ name: "deviceId",
39313
+ form: "single",
39314
+ optional: false
39315
+ }],
39316
+ "deviceManager.probeStreams": [{
39317
+ name: "deviceId",
39318
+ form: "single",
39319
+ optional: false
39320
+ }],
39321
+ "deviceManager.registerDevice": [{
39322
+ name: "parentDeviceId",
39323
+ form: "single",
39324
+ optional: true
39325
+ }],
39326
+ "deviceManager.remove": [{
39327
+ name: "deviceId",
39328
+ form: "single",
39329
+ optional: false
39330
+ }],
39331
+ "deviceManager.removeDevice": [{
39332
+ name: "deviceId",
39333
+ form: "single",
39334
+ optional: false
39335
+ }],
39336
+ "deviceManager.runDeviceAction": [{
39337
+ name: "deviceId",
39338
+ form: "single",
39339
+ optional: false
39340
+ }],
39341
+ "deviceManager.setChildLayout": [{
39342
+ name: "deviceId",
39343
+ form: "single",
39344
+ optional: false
39345
+ }],
39346
+ "deviceManager.setDisabled": [{
39347
+ name: "deviceId",
39348
+ form: "single",
39349
+ optional: false
39350
+ }],
39351
+ "deviceManager.setDisplay": [{
39352
+ name: "deviceId",
39353
+ form: "single",
39354
+ optional: false
39355
+ }],
39356
+ "deviceManager.setIntegrationId": [{
39357
+ name: "deviceId",
39358
+ form: "single",
39359
+ optional: false
39360
+ }],
39361
+ "deviceManager.setLinkDeviceId": [{
39362
+ name: "deviceId",
39363
+ form: "single",
39364
+ optional: false
39365
+ }, {
39366
+ name: "linkDeviceId",
39367
+ form: "single",
39368
+ optional: true
39369
+ }],
39370
+ "deviceManager.setLocation": [{
39371
+ name: "deviceId",
39372
+ form: "single",
39373
+ optional: false
39374
+ }],
39375
+ "deviceManager.setMetadata": [{
39376
+ name: "deviceId",
39377
+ form: "single",
39378
+ optional: false
39379
+ }],
39380
+ "deviceManager.setName": [{
39381
+ name: "deviceId",
39382
+ form: "single",
39383
+ optional: false
39384
+ }],
39385
+ "deviceManager.setPrimaryChildEntityId": [{
39386
+ name: "deviceId",
39387
+ form: "single",
39388
+ optional: false
39389
+ }],
39390
+ "deviceManager.setRole": [{
39391
+ name: "deviceId",
39392
+ form: "single",
39393
+ optional: false
39394
+ }],
39395
+ "deviceManager.setStreamProfileMap": [{
39396
+ name: "deviceId",
39397
+ form: "single",
39398
+ optional: false
39399
+ }],
39400
+ "deviceManager.setType": [{
39401
+ name: "deviceId",
39402
+ form: "single",
39403
+ optional: false
39404
+ }],
39405
+ "deviceManager.setWrapperActive": [{
39406
+ name: "deviceId",
39407
+ form: "single",
39408
+ optional: false
39409
+ }],
39410
+ "deviceManager.testField": [{
39411
+ name: "deviceId",
39412
+ form: "single",
39413
+ optional: false
39414
+ }],
39415
+ "deviceManager.updateConfig": [{
39416
+ name: "deviceId",
39417
+ form: "single",
39418
+ optional: false
39419
+ }],
39420
+ "deviceManager.updateDeviceField": [{
39421
+ name: "deviceId",
39422
+ form: "single",
39423
+ optional: false
39424
+ }],
39425
+ "deviceManager.updateDeviceFieldsBatch": [{
39426
+ name: "deviceId",
39427
+ form: "single",
39428
+ optional: false
39429
+ }],
39430
+ "deviceOps.getConfigEntries": [{
39431
+ name: "deviceId",
39432
+ form: "single",
39433
+ optional: false
39434
+ }],
39435
+ "deviceOps.getRawState": [{
39436
+ name: "deviceId",
39437
+ form: "single",
39438
+ optional: false
39439
+ }],
39440
+ "deviceOps.getSettingsSchema": [{
39441
+ name: "deviceId",
39442
+ form: "single",
39443
+ optional: false
39444
+ }],
39445
+ "deviceOps.getStreamSources": [{
39446
+ name: "deviceId",
39447
+ form: "single",
39448
+ optional: false
39449
+ }],
39450
+ "deviceOps.removeDevice": [{
39451
+ name: "deviceId",
39452
+ form: "single",
39453
+ optional: false
39454
+ }],
39455
+ "deviceOps.runAction": [{
39456
+ name: "deviceId",
39457
+ form: "single",
39458
+ optional: false
39459
+ }],
39460
+ "deviceOps.setConfig": [{
39461
+ name: "deviceId",
39462
+ form: "single",
39463
+ optional: false
39464
+ }],
39465
+ "deviceState.getCapSlice": [{
39466
+ name: "deviceId",
39467
+ form: "single",
39468
+ optional: false
39469
+ }],
39470
+ "deviceState.getSnapshot": [{
39471
+ name: "deviceId",
39472
+ form: "single",
39473
+ optional: false
39474
+ }],
39475
+ "deviceState.setCapSlice": [{
39476
+ name: "deviceId",
39477
+ form: "single",
39478
+ optional: false
39479
+ }],
39480
+ "events.getEventClipUrl": [{
39481
+ name: "deviceId",
39482
+ form: "single",
39483
+ optional: false
39484
+ }],
39485
+ "events.getEvents": [{
39486
+ name: "deviceId",
39487
+ form: "single",
39488
+ optional: false
39489
+ }],
39490
+ "events.getEventThumbnail": [{
39491
+ name: "deviceId",
39492
+ form: "single",
39493
+ optional: false
39494
+ }],
39495
+ "faceGallery.getFaceByTrack": [{
39496
+ name: "deviceId",
39497
+ form: "single",
39498
+ optional: false
39499
+ }],
39500
+ "faceGallery.listRecentFaces": [{
39501
+ name: "deviceId",
39502
+ form: "single",
39503
+ optional: true
39504
+ }],
39505
+ "fanControl.setDirection": [{
39506
+ name: "deviceId",
39507
+ form: "single",
39508
+ optional: false
39509
+ }],
39510
+ "fanControl.setOscillating": [{
39511
+ name: "deviceId",
39512
+ form: "single",
39513
+ optional: false
39514
+ }],
39515
+ "fanControl.setPercentage": [{
39516
+ name: "deviceId",
39517
+ form: "single",
39518
+ optional: false
39519
+ }],
39520
+ "fanControl.setPreset": [{
39521
+ name: "deviceId",
39522
+ form: "single",
39523
+ optional: false
39524
+ }],
39525
+ "humidifier.setMode": [{
39526
+ name: "deviceId",
39527
+ form: "single",
39528
+ optional: false
39529
+ }],
39530
+ "humidifier.setOn": [{
39531
+ name: "deviceId",
39532
+ form: "single",
39533
+ optional: false
39534
+ }],
39535
+ "humidifier.setTargetHumidity": [{
39536
+ name: "deviceId",
39537
+ form: "single",
39538
+ optional: false
39539
+ }],
39540
+ "imageSettings.getOptions": [{
39541
+ name: "deviceId",
39542
+ form: "single",
39543
+ optional: false
39544
+ }],
39545
+ "imageSettings.setSettings": [{
39546
+ name: "deviceId",
39547
+ form: "single",
39548
+ optional: false
39549
+ }],
39550
+ "intercom.endTalkSession": [{
39551
+ name: "deviceId",
39552
+ form: "single",
39553
+ optional: false
39554
+ }],
39555
+ "intercom.handleAnswer": [{
39556
+ name: "deviceId",
39557
+ form: "single",
39558
+ optional: false
39559
+ }],
39560
+ "intercom.pushTalkAudio": [{
39561
+ name: "deviceId",
39562
+ form: "single",
39563
+ optional: false
39564
+ }],
39565
+ "intercom.startSession": [{
39566
+ name: "deviceId",
39567
+ form: "single",
39568
+ optional: false
39569
+ }],
39570
+ "intercom.startTalkSession": [{
39571
+ name: "deviceId",
39572
+ form: "single",
39573
+ optional: false
39574
+ }],
39575
+ "intercom.stopSession": [{
39576
+ name: "deviceId",
39577
+ form: "single",
39578
+ optional: false
39579
+ }],
39580
+ "lawnMowerControl.dock": [{
39581
+ name: "deviceId",
39582
+ form: "single",
39583
+ optional: false
39584
+ }],
39585
+ "lawnMowerControl.pause": [{
39586
+ name: "deviceId",
39587
+ form: "single",
39588
+ optional: false
39589
+ }],
39590
+ "lawnMowerControl.startMowing": [{
39591
+ name: "deviceId",
39592
+ form: "single",
39593
+ optional: false
39594
+ }],
39595
+ "lockControl.lock": [{
39596
+ name: "deviceId",
39597
+ form: "single",
39598
+ optional: false
39599
+ }],
39600
+ "lockControl.open": [{
39601
+ name: "deviceId",
39602
+ form: "single",
39603
+ optional: false
39604
+ }],
39605
+ "lockControl.unlock": [{
39606
+ name: "deviceId",
39607
+ form: "single",
39608
+ optional: false
39609
+ }],
39610
+ "mediaPlayer.next": [{
39611
+ name: "deviceId",
39612
+ form: "single",
39613
+ optional: false
39614
+ }],
39615
+ "mediaPlayer.pause": [{
39616
+ name: "deviceId",
39617
+ form: "single",
39618
+ optional: false
39619
+ }],
39620
+ "mediaPlayer.play": [{
39621
+ name: "deviceId",
39622
+ form: "single",
39623
+ optional: false
39624
+ }],
39625
+ "mediaPlayer.playMedia": [{
39626
+ name: "deviceId",
39627
+ form: "single",
39628
+ optional: false
39629
+ }],
39630
+ "mediaPlayer.previous": [{
39631
+ name: "deviceId",
39632
+ form: "single",
39633
+ optional: false
39634
+ }],
39635
+ "mediaPlayer.seek": [{
39636
+ name: "deviceId",
39637
+ form: "single",
39638
+ optional: false
39639
+ }],
39640
+ "mediaPlayer.selectSource": [{
39641
+ name: "deviceId",
39642
+ form: "single",
39643
+ optional: false
39644
+ }],
39645
+ "mediaPlayer.setMute": [{
39646
+ name: "deviceId",
39647
+ form: "single",
39648
+ optional: false
39649
+ }],
39650
+ "mediaPlayer.setRepeat": [{
39651
+ name: "deviceId",
39652
+ form: "single",
39653
+ optional: false
39654
+ }],
39655
+ "mediaPlayer.setShuffle": [{
39656
+ name: "deviceId",
39657
+ form: "single",
39658
+ optional: false
39659
+ }],
39660
+ "mediaPlayer.setVolume": [{
39661
+ name: "deviceId",
39662
+ form: "single",
39663
+ optional: false
39664
+ }],
39665
+ "mediaPlayer.stop": [{
39666
+ name: "deviceId",
39667
+ form: "single",
39668
+ optional: false
39669
+ }],
39670
+ "motion.isDetected": [{
39671
+ name: "deviceId",
39672
+ form: "single",
39673
+ optional: false
39674
+ }],
39675
+ "motionDetection.analyze": [{
39676
+ name: "deviceId",
39677
+ form: "single",
39678
+ optional: false
39679
+ }],
39680
+ "motionDetection.removeCamera": [{
39681
+ name: "deviceId",
39682
+ form: "single",
39683
+ optional: false
39684
+ }],
39685
+ "motionTrigger.setMotionTrigger": [{
39686
+ name: "deviceId",
39687
+ form: "single",
39688
+ optional: false
39689
+ }],
39690
+ "motionZones.getOptions": [{
39691
+ name: "deviceId",
39692
+ form: "single",
39693
+ optional: false
39694
+ }],
39695
+ "motionZones.setZone": [{
39696
+ name: "deviceId",
39697
+ form: "single",
39698
+ optional: false
39699
+ }],
39700
+ "nativeObjectDetection.setEnabled": [{
39701
+ name: "deviceId",
39702
+ form: "single",
39703
+ optional: false
39704
+ }],
39705
+ "networkQuality.getDeviceStats": [{
39706
+ name: "deviceId",
39707
+ form: "single",
39708
+ optional: false
39709
+ }],
39710
+ "networkQuality.reportClientStats": [{
39711
+ name: "deviceId",
39712
+ form: "single",
39713
+ optional: false
39714
+ }],
39715
+ "notificationRules.setDeviceMuted": [{
39716
+ name: "deviceId",
39717
+ form: "single",
39718
+ optional: false
39719
+ }],
39720
+ "notifier.cancel": [{
39721
+ name: "deviceId",
39722
+ form: "single",
39723
+ optional: false
39724
+ }],
39725
+ "notifier.send": [{
39726
+ name: "deviceId",
39727
+ form: "single",
39728
+ optional: false
39729
+ }],
39730
+ "osd.setOverlay": [{
39731
+ name: "deviceId",
39732
+ form: "single",
39733
+ optional: false
39734
+ }],
39735
+ "osdManager.clearSlotBinding": [{
39736
+ name: "deviceId",
39737
+ form: "single",
39738
+ optional: false
39739
+ }],
39740
+ "osdManager.copyDeviceConfiguration": [{
39741
+ name: "sourceDeviceId",
39742
+ form: "single",
39743
+ optional: false
39744
+ }, {
39745
+ name: "targetDeviceId",
39746
+ form: "single",
39747
+ optional: false
39748
+ }],
39749
+ "osdManager.getDeviceOsd": [{
39750
+ name: "deviceId",
39751
+ form: "single",
39752
+ optional: false
39753
+ }],
39754
+ "osdManager.getSourceCatalog": [{
39755
+ name: "deviceId",
39756
+ form: "single",
39757
+ optional: false
39758
+ }],
39759
+ "osdManager.previewSlot": [{
39760
+ name: "deviceId",
39761
+ form: "single",
39762
+ optional: false
39763
+ }],
39764
+ "osdManager.renderDevice": [{
39765
+ name: "deviceId",
39766
+ form: "single",
39767
+ optional: false
39768
+ }],
39769
+ "osdManager.setSlotBinding": [{
39770
+ name: "deviceId",
39771
+ form: "single",
39772
+ optional: false
39773
+ }],
39774
+ "petFeeder.callPet": [{
39775
+ name: "deviceId",
39776
+ form: "single",
39777
+ optional: false
39778
+ }],
39779
+ "petFeeder.cancelFeed": [{
39780
+ name: "deviceId",
39781
+ form: "single",
39782
+ optional: false
39783
+ }],
39784
+ "petFeeder.feed": [{
39785
+ name: "deviceId",
39786
+ form: "single",
39787
+ optional: false
39788
+ }],
39789
+ "petFeeder.markFoodReplenished": [{
39790
+ name: "deviceId",
39791
+ form: "single",
39792
+ optional: false
39793
+ }],
39794
+ "petFeeder.playSound": [{
39795
+ name: "deviceId",
39796
+ form: "single",
39797
+ optional: false
39798
+ }],
39799
+ "petFeeder.resetDesiccant": [{
39800
+ name: "deviceId",
39801
+ form: "single",
39802
+ optional: false
39803
+ }],
39804
+ "petFeeder.setChildLock": [{
39805
+ name: "deviceId",
39806
+ form: "single",
39807
+ optional: false
39808
+ }],
39809
+ "petFeeder.setFeedSound": [{
39810
+ name: "deviceId",
39811
+ form: "single",
39812
+ optional: false
39813
+ }],
39814
+ "petFeeder.setIndicatorLight": [{
39815
+ name: "deviceId",
39816
+ form: "single",
39817
+ optional: false
39818
+ }],
39819
+ "petFeeder.setVolume": [{
39820
+ name: "deviceId",
39821
+ form: "single",
39822
+ optional: false
39823
+ }],
39824
+ "pipelineAnalytics.clearTracks": [{
39825
+ name: "deviceId",
39826
+ form: "single",
39827
+ optional: false
39828
+ }],
39829
+ "pipelineAnalytics.completeRetrainTrack": [{
39830
+ name: "deviceId",
39831
+ form: "single",
39832
+ optional: false
39833
+ }],
39834
+ "pipelineAnalytics.deleteDeviceEvents": [{
39835
+ name: "deviceId",
39836
+ form: "single",
39837
+ optional: false
39838
+ }],
39839
+ "pipelineAnalytics.deleteTracks": [{
39840
+ name: "deviceId",
39841
+ form: "single",
39842
+ optional: false
39843
+ }],
39844
+ "pipelineAnalytics.deselectRetrainFrame": [{
39845
+ name: "deviceId",
39846
+ form: "single",
39847
+ optional: false
39848
+ }],
39849
+ "pipelineAnalytics.getActiveTracks": [{
39850
+ name: "deviceId",
39851
+ form: "single",
39852
+ optional: false
39853
+ }],
39854
+ "pipelineAnalytics.getAudioEvents": [{
39855
+ name: "deviceId",
39856
+ form: "single",
39857
+ optional: false
39858
+ }],
39859
+ "pipelineAnalytics.getEventDensity": [{
39860
+ name: "deviceId",
39861
+ form: "single",
39862
+ optional: false
39863
+ }],
39864
+ "pipelineAnalytics.getKeyEvents": [{
39865
+ name: "deviceId",
39866
+ form: "single",
39867
+ optional: false
39868
+ }],
39869
+ "pipelineAnalytics.getMotionEvents": [{
39870
+ name: "deviceId",
39871
+ form: "single",
39872
+ optional: false
39873
+ }],
39874
+ "pipelineAnalytics.getObjectEvents": [{
39875
+ name: "deviceId",
39876
+ form: "single",
39877
+ optional: false
39878
+ }],
39879
+ "pipelineAnalytics.getRetrainExportUrl": [{
39880
+ name: "deviceIds",
39881
+ form: "array",
39882
+ optional: true
39883
+ }],
39884
+ "pipelineAnalytics.getSensorEvents": [{
39885
+ name: "deviceId",
39886
+ form: "single",
39887
+ optional: false
39888
+ }],
39889
+ "pipelineAnalytics.getTrack": [{
39890
+ name: "deviceId",
39891
+ form: "single",
39892
+ optional: false
39893
+ }],
39894
+ "pipelineAnalytics.getTrainingExportSummary": [{
39895
+ name: "deviceIds",
39896
+ form: "array",
39897
+ optional: true
39898
+ }],
39899
+ "pipelineAnalytics.getTrainingExportUrl": [{
39900
+ name: "deviceIds",
39901
+ form: "array",
39902
+ optional: true
39903
+ }],
39904
+ "pipelineAnalytics.listEventKinds": [{
39905
+ name: "deviceId",
39906
+ form: "single",
39907
+ optional: false
39908
+ }],
39909
+ "pipelineAnalytics.listEventKindsBatch": [{
39910
+ name: "deviceIds",
39911
+ form: "array",
39912
+ optional: false
39913
+ }],
39914
+ "pipelineAnalytics.listOpsLog": [{
39915
+ name: "deviceId",
39916
+ form: "single",
39917
+ optional: true
39918
+ }],
39919
+ "pipelineAnalytics.listRecentTracks": [{
39920
+ name: "deviceIds",
39921
+ form: "array",
39922
+ optional: false
39923
+ }],
39924
+ "pipelineAnalytics.listRetrainStaging": [{
39925
+ name: "deviceIds",
39926
+ form: "array",
39927
+ optional: true
39928
+ }],
39929
+ "pipelineAnalytics.listTracks": [{
39930
+ name: "deviceId",
39931
+ form: "single",
39932
+ optional: false
39933
+ }],
39934
+ "pipelineAnalytics.proposeRetrainAnnotations": [{
39935
+ name: "deviceId",
39936
+ form: "single",
39937
+ optional: false
39938
+ }],
39939
+ "pipelineAnalytics.pruneEventsBefore": [{
39940
+ name: "deviceId",
39941
+ form: "single",
39942
+ optional: false
39943
+ }],
39944
+ "pipelineAnalytics.pruneTracksBefore": [{
39945
+ name: "deviceId",
39946
+ form: "single",
39947
+ optional: false
39948
+ }],
39949
+ "pipelineAnalytics.rebuildObjectEmbeddings": [{
39950
+ name: "deviceId",
39951
+ form: "single",
39952
+ optional: true
39953
+ }],
39954
+ "pipelineAnalytics.restageRetrainTrack": [{
39955
+ name: "deviceId",
39956
+ form: "single",
39957
+ optional: false
39958
+ }],
39959
+ "pipelineAnalytics.saveRetrainAnnotations": [{
39960
+ name: "deviceId",
39961
+ form: "single",
39962
+ optional: false
39963
+ }],
39964
+ "pipelineAnalytics.searchObjectEvents": [{
39965
+ name: "deviceId",
39966
+ form: "single",
39967
+ optional: true
39968
+ }],
39969
+ "pipelineAnalytics.selectRetrainFrames": [{
39970
+ name: "deviceId",
39971
+ form: "single",
39972
+ optional: false
39973
+ }],
39974
+ "pipelineAnalytics.setTrackFlags": [{
39975
+ name: "deviceId",
39976
+ form: "single",
39977
+ optional: false
39978
+ }],
39979
+ "pipelineAnalytics.wipeAllAnalytics": [{
39980
+ name: "deviceId",
39981
+ form: "single",
39982
+ optional: false
39983
+ }],
39984
+ "pipelineExecutor.runPipeline": [{
39985
+ name: "deviceId",
39986
+ form: "single",
39987
+ optional: true
39988
+ }],
39989
+ "pipelineExecutor.runPipelineBatch": [{
39990
+ name: "deviceId",
39991
+ form: "single",
39992
+ optional: true
39993
+ }],
39994
+ "pipelineOrchestrator.assignAudio": [{
39995
+ name: "deviceId",
39996
+ form: "single",
39997
+ optional: false
39998
+ }],
39999
+ "pipelineOrchestrator.assignPipeline": [{
40000
+ name: "deviceId",
40001
+ form: "single",
40002
+ optional: false
40003
+ }],
40004
+ "pipelineOrchestrator.getAudioAssignment": [{
40005
+ name: "deviceId",
40006
+ form: "single",
40007
+ optional: false
40008
+ }],
40009
+ "pipelineOrchestrator.getCameraMetrics": [{
40010
+ name: "deviceId",
40011
+ form: "single",
40012
+ optional: false
40013
+ }],
40014
+ "pipelineOrchestrator.getCameraSettings": [{
40015
+ name: "deviceId",
40016
+ form: "single",
40017
+ optional: false
40018
+ }],
40019
+ "pipelineOrchestrator.getCameraStatus": [{
40020
+ name: "deviceId",
40021
+ form: "single",
40022
+ optional: false
40023
+ }],
40024
+ "pipelineOrchestrator.getCameraStatuses": [{
40025
+ name: "deviceIds",
40026
+ form: "array",
40027
+ optional: true
40028
+ }],
40029
+ "pipelineOrchestrator.getCameraStepOverrides": [{
40030
+ name: "deviceId",
40031
+ form: "single",
40032
+ optional: false
40033
+ }],
40034
+ "pipelineOrchestrator.getCameraSwitches": [{
40035
+ name: "deviceId",
40036
+ form: "single",
40037
+ optional: false
40038
+ }],
40039
+ "pipelineOrchestrator.getPipelineAssignment": [{
40040
+ name: "deviceId",
40041
+ form: "single",
40042
+ optional: false
40043
+ }],
40044
+ "pipelineOrchestrator.getPipelineDevicePin": [{
40045
+ name: "deviceId",
40046
+ form: "single",
40047
+ optional: false
40048
+ }],
40049
+ "pipelineOrchestrator.resolvePipeline": [{
40050
+ name: "deviceId",
40051
+ form: "single",
40052
+ optional: false
40053
+ }],
40054
+ "pipelineOrchestrator.setCameraPipelineForAgent": [{
40055
+ name: "deviceId",
40056
+ form: "single",
40057
+ optional: false
40058
+ }],
40059
+ "pipelineOrchestrator.setCameraStepOverride": [{
40060
+ name: "deviceId",
40061
+ form: "single",
40062
+ optional: false
40063
+ }],
40064
+ "pipelineOrchestrator.setCameraStepToggle": [{
40065
+ name: "deviceId",
40066
+ form: "single",
40067
+ optional: false
40068
+ }],
40069
+ "pipelineOrchestrator.setCameraSwitch": [{
40070
+ name: "deviceId",
40071
+ form: "single",
40072
+ optional: false
40073
+ }],
40074
+ "pipelineOrchestrator.setPipelineDevicePin": [{
40075
+ name: "deviceId",
40076
+ form: "single",
40077
+ optional: false
40078
+ }],
40079
+ "pipelineOrchestrator.unassignAudio": [{
40080
+ name: "deviceId",
40081
+ form: "single",
40082
+ optional: false
40083
+ }],
40084
+ "pipelineOrchestrator.unassignPipeline": [{
40085
+ name: "deviceId",
40086
+ form: "single",
40087
+ optional: false
40088
+ }],
40089
+ "pipelineRunner.attachCamera": [{
40090
+ name: "deviceId",
40091
+ form: "single",
40092
+ optional: false
40093
+ }],
40094
+ "pipelineRunner.detachCamera": [{
40095
+ name: "deviceId",
40096
+ form: "single",
40097
+ optional: false
40098
+ }],
40099
+ "pipelineRunner.getCameraMetrics": [{
40100
+ name: "deviceId",
40101
+ form: "single",
40102
+ optional: false
40103
+ }],
40104
+ "pipelineRunner.reportMotion": [{
40105
+ name: "deviceId",
40106
+ form: "single",
40107
+ optional: false
40108
+ }],
40109
+ "pipelineRunner.runDetailSubtree": [{
40110
+ name: "deviceId",
40111
+ form: "single",
40112
+ optional: false
40113
+ }],
40114
+ "pipelineRunner.runStatelessStep": [{
40115
+ name: "sourceDeviceId",
40116
+ form: "single",
40117
+ optional: false
40118
+ }],
40119
+ "plateGallery.getPlateByTrack": [{
40120
+ name: "deviceId",
40121
+ form: "single",
40122
+ optional: false
40123
+ }],
40124
+ "plateGallery.listPlates": [{
40125
+ name: "deviceId",
40126
+ form: "single",
40127
+ optional: true
40128
+ }],
40129
+ "privacyMask.getOptions": [{
40130
+ name: "deviceId",
40131
+ form: "single",
40132
+ optional: false
40133
+ }],
40134
+ "privacyMask.setAudioEnabled": [{
40135
+ name: "deviceId",
40136
+ form: "single",
40137
+ optional: false
40138
+ }],
40139
+ "privacyMask.setMask": [{
40140
+ name: "deviceId",
40141
+ form: "single",
40142
+ optional: false
40143
+ }],
40144
+ "ptz.continuousMove": [{
40145
+ name: "deviceId",
40146
+ form: "single",
40147
+ optional: false
40148
+ }],
40149
+ "ptz.deletePreset": [{
40150
+ name: "deviceId",
40151
+ form: "single",
40152
+ optional: false
40153
+ }],
40154
+ "ptz.getOptions": [{
40155
+ name: "deviceId",
40156
+ form: "single",
40157
+ optional: false
40158
+ }],
40159
+ "ptz.getPosition": [{
40160
+ name: "deviceId",
40161
+ form: "single",
40162
+ optional: false
40163
+ }],
40164
+ "ptz.getPresets": [{
40165
+ name: "deviceId",
40166
+ form: "single",
40167
+ optional: false
40168
+ }],
40169
+ "ptz.goHome": [{
40170
+ name: "deviceId",
40171
+ form: "single",
40172
+ optional: false
40173
+ }],
40174
+ "ptz.goToPreset": [{
40175
+ name: "deviceId",
40176
+ form: "single",
40177
+ optional: false
40178
+ }],
40179
+ "ptz.move": [{
40180
+ name: "deviceId",
40181
+ form: "single",
40182
+ optional: false
40183
+ }],
40184
+ "ptz.savePreset": [{
40185
+ name: "deviceId",
40186
+ form: "single",
40187
+ optional: false
40188
+ }],
40189
+ "ptz.setAutofocus": [{
40190
+ name: "deviceId",
40191
+ form: "single",
40192
+ optional: false
40193
+ }],
40194
+ "ptz.stop": [{
40195
+ name: "deviceId",
40196
+ form: "single",
40197
+ optional: false
40198
+ }],
40199
+ "ptzAutotrack.getSettings": [{
40200
+ name: "deviceId",
40201
+ form: "single",
40202
+ optional: false
40203
+ }],
40204
+ "ptzAutotrack.getStatus": [{
40205
+ name: "deviceId",
40206
+ form: "single",
40207
+ optional: false
40208
+ }],
40209
+ "ptzAutotrack.setEnabled": [{
40210
+ name: "deviceId",
40211
+ form: "single",
40212
+ optional: false
40213
+ }],
40214
+ "ptzAutotrack.setSettings": [{
40215
+ name: "deviceId",
40216
+ form: "single",
40217
+ optional: false
40218
+ }],
40219
+ "reboot.reboot": [{
40220
+ name: "deviceId",
40221
+ form: "single",
40222
+ optional: false
40223
+ }],
40224
+ "recording.deleteFootprint": [{
40225
+ name: "deviceId",
40226
+ form: "single",
40227
+ optional: false
40228
+ }],
40229
+ "recording.getAvailability": [{
40230
+ name: "deviceId",
40231
+ form: "single",
40232
+ optional: false
40233
+ }],
40234
+ "recording.getDaysWithRecordings": [{
40235
+ name: "deviceId",
40236
+ form: "single",
40237
+ optional: false
40238
+ }],
40239
+ "recording.getDeviceConfig": [{
40240
+ name: "deviceId",
40241
+ form: "single",
40242
+ optional: false
40243
+ }],
40244
+ "recording.getPlaybackManifest": [{
40245
+ name: "deviceId",
40246
+ form: "single",
40247
+ optional: false
40248
+ }],
40249
+ "recording.listOpsLog": [{
40250
+ name: "deviceId",
40251
+ form: "single",
40252
+ optional: true
40253
+ }],
40254
+ "recording.locateSegment": [{
40255
+ name: "deviceId",
40256
+ form: "single",
40257
+ optional: false
40258
+ }],
40259
+ "recording.pruneFootage": [{
40260
+ name: "deviceId",
40261
+ form: "single",
40262
+ optional: false
40263
+ }],
40264
+ "recording.readGopBytes": [{
40265
+ name: "deviceId",
40266
+ form: "single",
40267
+ optional: false
40268
+ }],
40269
+ "recording.readSegmentBytes": [{
40270
+ name: "deviceId",
40271
+ form: "single",
40272
+ optional: false
40273
+ }],
40274
+ "recording.relocateFootage": [{
40275
+ name: "deviceId",
40276
+ form: "single",
40277
+ optional: true
40278
+ }],
40279
+ "recording.renderClip": [{
40280
+ name: "deviceId",
40281
+ form: "single",
40282
+ optional: false
40283
+ }],
40284
+ "recording.renderGif": [{
40285
+ name: "deviceId",
40286
+ form: "single",
40287
+ optional: false
40288
+ }],
40289
+ "recording.rescanStorage": [{
40290
+ name: "deviceId",
40291
+ form: "single",
40292
+ optional: false
40293
+ }],
40294
+ "recording.setDeviceConfig": [{
40295
+ name: "deviceId",
40296
+ form: "single",
40297
+ optional: false
40298
+ }],
40299
+ "recording.startStorageMigrationMove": [{
40300
+ name: "deviceId",
40301
+ form: "single",
40302
+ optional: true
40303
+ }],
40304
+ "recordingExport.createExport": [{
40305
+ name: "deviceId",
40306
+ form: "single",
40307
+ optional: false
40308
+ }],
40309
+ "recordingExport.listExports": [{
40310
+ name: "deviceId",
40311
+ form: "single",
40312
+ optional: true
40313
+ }],
40314
+ "sceneMonitor.captureReference": [{
40315
+ name: "deviceId",
40316
+ form: "single",
40317
+ optional: false
40318
+ }],
40319
+ "sceneMonitor.createScene": [{
40320
+ name: "deviceId",
40321
+ form: "single",
40322
+ optional: false
40323
+ }],
40324
+ "sceneMonitor.deleteReference": [{
40325
+ name: "deviceId",
40326
+ form: "single",
40327
+ optional: false
40328
+ }],
40329
+ "sceneMonitor.deleteScene": [{
40330
+ name: "deviceId",
40331
+ form: "single",
40332
+ optional: false
40333
+ }],
40334
+ "sceneMonitor.listScenes": [{
40335
+ name: "deviceId",
40336
+ form: "single",
40337
+ optional: false
40338
+ }],
40339
+ "sceneMonitor.recheckNow": [{
40340
+ name: "deviceId",
40341
+ form: "single",
40342
+ optional: false
40343
+ }],
40344
+ "sceneMonitor.updateScene": [{
40345
+ name: "deviceId",
40346
+ form: "single",
40347
+ optional: false
40348
+ }],
40349
+ "scriptRunner.run": [{
40350
+ name: "deviceId",
40351
+ form: "single",
40352
+ optional: false
40353
+ }],
40354
+ "scriptRunner.stop": [{
40355
+ name: "deviceId",
40356
+ form: "single",
40357
+ optional: false
40358
+ }],
40359
+ "snapshot.getSnapshot": [{
40360
+ name: "deviceId",
40361
+ form: "single",
40362
+ optional: false
40363
+ }],
40364
+ "snapshot.getSnapshotOverview": [{
40365
+ name: "deviceIds",
40366
+ form: "array",
40367
+ optional: false
40368
+ }],
40369
+ "snapshot.invalidateCache": [{
40370
+ name: "deviceId",
40371
+ form: "single",
40372
+ optional: false
40373
+ }],
40374
+ "streamBroker.acquireEgressTranscode": [{
40375
+ name: "deviceId",
40376
+ form: "single",
40377
+ optional: false
40378
+ }],
40379
+ "streamBroker.assignProfile": [{
40380
+ name: "deviceId",
40381
+ form: "single",
40382
+ optional: false
40383
+ }],
40384
+ "streamBroker.getDeviceAudioMute": [{
40385
+ name: "deviceId",
40386
+ form: "single",
40387
+ optional: false
40388
+ }],
40389
+ "streamBroker.getStreamWithCodec": [{
40390
+ name: "deviceId",
40391
+ form: "single",
40392
+ optional: false
40393
+ }],
40394
+ "streamBroker.produceEventMedia": [{
40395
+ name: "deviceId",
40396
+ form: "single",
40397
+ optional: false
40398
+ }],
40399
+ "streamBroker.publishCameraStream": [{
40400
+ name: "deviceId",
40401
+ form: "single",
40402
+ optional: false
40403
+ }],
40404
+ "streamBroker.renderPreBufferClip": [{
40405
+ name: "deviceId",
40406
+ form: "single",
40407
+ optional: false
40408
+ }],
40409
+ "streamBroker.restartProfile": [{
40410
+ name: "deviceId",
40411
+ form: "single",
40412
+ optional: false
40413
+ }],
40414
+ "streamBroker.retractCameraStream": [{
40415
+ name: "deviceId",
40416
+ form: "single",
40417
+ optional: false
40418
+ }],
40419
+ "streamBroker.setDeviceAudioMute": [{
40420
+ name: "deviceId",
40421
+ form: "single",
40422
+ optional: false
40423
+ }],
40424
+ "streamBroker.unassignProfile": [{
40425
+ name: "deviceId",
40426
+ form: "single",
40427
+ optional: false
40428
+ }],
40429
+ "streamCatalog.getCatalog": [{
40430
+ name: "deviceId",
40431
+ form: "single",
40432
+ optional: false
40433
+ }],
40434
+ "streamParams.getConfigSchema": [{
40435
+ name: "deviceId",
40436
+ form: "single",
40437
+ optional: false
40438
+ }],
40439
+ "streamParams.getOptions": [{
40440
+ name: "deviceId",
40441
+ form: "single",
40442
+ optional: false
40443
+ }],
40444
+ "streamParams.setProfile": [{
40445
+ name: "deviceId",
40446
+ form: "single",
40447
+ optional: false
40448
+ }],
40449
+ "switch.setState": [{
40450
+ name: "deviceId",
40451
+ form: "single",
40452
+ optional: false
40453
+ }],
40454
+ "vacuumControl.locate": [{
40455
+ name: "deviceId",
40456
+ form: "single",
40457
+ optional: false
40458
+ }],
40459
+ "vacuumControl.pause": [{
40460
+ name: "deviceId",
40461
+ form: "single",
40462
+ optional: false
40463
+ }],
40464
+ "vacuumControl.returnToBase": [{
40465
+ name: "deviceId",
40466
+ form: "single",
40467
+ optional: false
40468
+ }],
40469
+ "vacuumControl.setFanSpeed": [{
40470
+ name: "deviceId",
40471
+ form: "single",
40472
+ optional: false
40473
+ }],
40474
+ "vacuumControl.start": [{
40475
+ name: "deviceId",
40476
+ form: "single",
40477
+ optional: false
40478
+ }],
40479
+ "vacuumControl.stop": [{
40480
+ name: "deviceId",
40481
+ form: "single",
40482
+ optional: false
40483
+ }],
40484
+ "valve.close": [{
40485
+ name: "deviceId",
40486
+ form: "single",
40487
+ optional: false
40488
+ }],
40489
+ "valve.open": [{
40490
+ name: "deviceId",
40491
+ form: "single",
40492
+ optional: false
40493
+ }],
40494
+ "valve.setPosition": [{
40495
+ name: "deviceId",
40496
+ form: "single",
40497
+ optional: false
40498
+ }],
40499
+ "valve.stop": [{
40500
+ name: "deviceId",
40501
+ form: "single",
40502
+ optional: false
40503
+ }],
40504
+ "videoclips.getClipPlayback": [{
40505
+ name: "deviceId",
40506
+ form: "single",
40507
+ optional: false
40508
+ }],
40509
+ "videoclips.listClips": [{
40510
+ name: "deviceId",
40511
+ form: "single",
40512
+ optional: false
40513
+ }],
40514
+ "waterHeater.setAway": [{
40515
+ name: "deviceId",
40516
+ form: "single",
40517
+ optional: false
40518
+ }],
40519
+ "waterHeater.setOperationMode": [{
40520
+ name: "deviceId",
40521
+ form: "single",
40522
+ optional: false
40523
+ }],
40524
+ "waterHeater.setTargetTemp": [{
40525
+ name: "deviceId",
40526
+ form: "single",
40527
+ optional: false
40528
+ }],
40529
+ "webrtcSession.addIceCandidate": [{
40530
+ name: "deviceId",
40531
+ form: "single",
40532
+ optional: false
40533
+ }],
40534
+ "webrtcSession.closeSession": [{
40535
+ name: "deviceId",
40536
+ form: "single",
40537
+ optional: false
40538
+ }],
40539
+ "webrtcSession.createSession": [{
40540
+ name: "deviceId",
40541
+ form: "single",
40542
+ optional: false
40543
+ }],
40544
+ "webrtcSession.getIceCandidates": [{
40545
+ name: "deviceId",
40546
+ form: "single",
40547
+ optional: false
40548
+ }],
40549
+ "webrtcSession.getSessionState": [{
40550
+ name: "deviceId",
40551
+ form: "single",
40552
+ optional: false
40553
+ }],
40554
+ "webrtcSession.handleAnswer": [{
40555
+ name: "deviceId",
40556
+ form: "single",
40557
+ optional: false
40558
+ }],
40559
+ "webrtcSession.handleOffer": [{
40560
+ name: "deviceId",
40561
+ form: "single",
40562
+ optional: false
40563
+ }],
40564
+ "webrtcSession.hasAdaptiveBitrate": [{
40565
+ name: "deviceId",
40566
+ form: "single",
40567
+ optional: false
40568
+ }],
40569
+ "webrtcSession.listStreams": [{
40570
+ name: "deviceId",
40571
+ form: "single",
40572
+ optional: false
40573
+ }],
40574
+ "zoneAnalytics.getCameraHistory": [{
40575
+ name: "deviceId",
40576
+ form: "single",
40577
+ optional: false
40578
+ }],
40579
+ "zoneAnalytics.getCurrentSnapshot": [{
40580
+ name: "deviceId",
40581
+ form: "single",
40582
+ optional: false
40583
+ }],
40584
+ "zoneAnalytics.getUnzonedHistory": [{
40585
+ name: "deviceId",
40586
+ form: "single",
40587
+ optional: false
40588
+ }],
40589
+ "zoneAnalytics.getZoneHistory": [{
40590
+ name: "deviceId",
40591
+ form: "single",
40592
+ optional: false
40593
+ }],
40594
+ "zoneRules.listRules": [{
40595
+ name: "deviceId",
40596
+ form: "single",
40597
+ optional: false
40598
+ }],
40599
+ "zoneRules.setRules": [{
40600
+ name: "deviceId",
40601
+ form: "single",
40602
+ optional: false
40603
+ }],
40604
+ "zones.addZone": [{
40605
+ name: "deviceId",
40606
+ form: "single",
40607
+ optional: false
40608
+ }],
40609
+ "zones.listZones": [{
40610
+ name: "deviceId",
40611
+ form: "single",
40612
+ optional: false
40613
+ }],
40614
+ "zones.removeZone": [{
40615
+ name: "deviceId",
40616
+ form: "single",
40617
+ optional: false
40618
+ }],
40619
+ "zones.updateZone": [{
40620
+ name: "deviceId",
40621
+ form: "single",
40622
+ optional: false
40623
+ }]
40624
+ });
40625
+ /** Cap-method paths that carry a device reference AND live on a system-scope
40626
+ * cap — the set the v3 device check newly reaches. */
40627
+ var SYSTEM_SCOPE_DEVICE_METHODS = [
40628
+ "addonSettings.getDeviceSettings",
40629
+ "addonSettings.updateDeviceSettings",
40630
+ "audioAnalyzer.classify",
40631
+ "decoder.createSession",
40632
+ "deviceAdoption.release",
40633
+ "deviceAdoption.resync",
40634
+ "deviceManager.adoptionRelease",
40635
+ "deviceManager.adoptionResync",
40636
+ "deviceManager.applyInitialMeta",
40637
+ "deviceManager.disable",
40638
+ "deviceManager.enable",
40639
+ "deviceManager.getBindings",
40640
+ "deviceManager.getChildren",
40641
+ "deviceManager.getConfigSchema",
40642
+ "deviceManager.getDevice",
40643
+ "deviceManager.getDeviceAggregate",
40644
+ "deviceManager.getDeviceLiveInfoAggregate",
40645
+ "deviceManager.getDeviceSettingsAggregate",
40646
+ "deviceManager.getDeviceStatusAggregate",
40647
+ "deviceManager.getDeviceStatusAggregateBatch",
40648
+ "deviceManager.getLinkedDevices",
40649
+ "deviceManager.getSettingsSchema",
40650
+ "deviceManager.getStreamProfileMap",
40651
+ "deviceManager.getStreamSources",
40652
+ "deviceManager.getWireableFields",
40653
+ "deviceManager.loadConfig",
40654
+ "deviceManager.loadMeta",
40655
+ "deviceManager.loadRuntimeState",
40656
+ "deviceManager.persistConfig",
40657
+ "deviceManager.probeStreams",
40658
+ "deviceManager.registerDevice",
40659
+ "deviceManager.remove",
40660
+ "deviceManager.removeDevice",
40661
+ "deviceManager.runDeviceAction",
40662
+ "deviceManager.setChildLayout",
40663
+ "deviceManager.setDisabled",
40664
+ "deviceManager.setDisplay",
40665
+ "deviceManager.setIntegrationId",
40666
+ "deviceManager.setLinkDeviceId",
40667
+ "deviceManager.setLocation",
40668
+ "deviceManager.setMetadata",
40669
+ "deviceManager.setName",
40670
+ "deviceManager.setPrimaryChildEntityId",
40671
+ "deviceManager.setRole",
40672
+ "deviceManager.setStreamProfileMap",
40673
+ "deviceManager.setType",
40674
+ "deviceManager.setWrapperActive",
40675
+ "deviceManager.testField",
40676
+ "deviceManager.updateConfig",
40677
+ "deviceManager.updateDeviceField",
40678
+ "deviceManager.updateDeviceFieldsBatch",
40679
+ "deviceState.getCapSlice",
40680
+ "deviceState.getSnapshot",
40681
+ "deviceState.setCapSlice",
40682
+ "faceGallery.getFaceByTrack",
40683
+ "faceGallery.listRecentFaces",
40684
+ "networkQuality.getDeviceStats",
40685
+ "networkQuality.reportClientStats",
40686
+ "notificationRules.setDeviceMuted",
40687
+ "osdManager.clearSlotBinding",
40688
+ "osdManager.copyDeviceConfiguration",
40689
+ "osdManager.getDeviceOsd",
40690
+ "osdManager.getSourceCatalog",
40691
+ "osdManager.previewSlot",
40692
+ "osdManager.renderDevice",
40693
+ "osdManager.setSlotBinding",
40694
+ "pipelineExecutor.runPipeline",
40695
+ "pipelineExecutor.runPipelineBatch",
40696
+ "pipelineOrchestrator.assignAudio",
40697
+ "pipelineOrchestrator.assignPipeline",
40698
+ "pipelineOrchestrator.getAudioAssignment",
40699
+ "pipelineOrchestrator.getCameraMetrics",
40700
+ "pipelineOrchestrator.getCameraSettings",
40701
+ "pipelineOrchestrator.getCameraStatus",
40702
+ "pipelineOrchestrator.getCameraStatuses",
40703
+ "pipelineOrchestrator.getCameraStepOverrides",
40704
+ "pipelineOrchestrator.getCameraSwitches",
40705
+ "pipelineOrchestrator.getPipelineAssignment",
40706
+ "pipelineOrchestrator.getPipelineDevicePin",
40707
+ "pipelineOrchestrator.resolvePipeline",
40708
+ "pipelineOrchestrator.setCameraPipelineForAgent",
40709
+ "pipelineOrchestrator.setCameraStepOverride",
40710
+ "pipelineOrchestrator.setCameraStepToggle",
40711
+ "pipelineOrchestrator.setCameraSwitch",
40712
+ "pipelineOrchestrator.setPipelineDevicePin",
40713
+ "pipelineOrchestrator.unassignAudio",
40714
+ "pipelineOrchestrator.unassignPipeline",
40715
+ "pipelineRunner.attachCamera",
40716
+ "pipelineRunner.detachCamera",
40717
+ "pipelineRunner.getCameraMetrics",
40718
+ "pipelineRunner.reportMotion",
40719
+ "pipelineRunner.runDetailSubtree",
40720
+ "pipelineRunner.runStatelessStep",
40721
+ "plateGallery.getPlateByTrack",
40722
+ "plateGallery.listPlates",
40723
+ "recording.deleteFootprint",
40724
+ "recording.getAvailability",
40725
+ "recording.getDaysWithRecordings",
40726
+ "recording.getDeviceConfig",
40727
+ "recording.getPlaybackManifest",
40728
+ "recording.listOpsLog",
40729
+ "recording.locateSegment",
40730
+ "recording.pruneFootage",
40731
+ "recording.readGopBytes",
40732
+ "recording.readSegmentBytes",
40733
+ "recording.relocateFootage",
40734
+ "recording.renderClip",
40735
+ "recording.renderGif",
40736
+ "recording.rescanStorage",
40737
+ "recording.setDeviceConfig",
40738
+ "recording.startStorageMigrationMove",
40739
+ "recordingExport.createExport",
40740
+ "recordingExport.listExports",
40741
+ "streamBroker.acquireEgressTranscode",
40742
+ "streamBroker.assignProfile",
40743
+ "streamBroker.getDeviceAudioMute",
40744
+ "streamBroker.getStreamWithCodec",
40745
+ "streamBroker.produceEventMedia",
40746
+ "streamBroker.publishCameraStream",
40747
+ "streamBroker.renderPreBufferClip",
40748
+ "streamBroker.restartProfile",
40749
+ "streamBroker.retractCameraStream",
40750
+ "streamBroker.setDeviceAudioMute",
40751
+ "streamBroker.unassignProfile"
40752
+ ];
40753
+ //#endregion
38765
40754
  //#region src/generated/provider-kind-map.ts
38766
40755
  var CAP_PROVIDER_KIND_MAP = Object.freeze({
38767
40756
  "broker": "broker",
@@ -38795,7 +40784,7 @@ function getCapsByProviderKind(kind) {
38795
40784
  //#region src/generated/runtime-state-durability.ts
38796
40785
  /**
38797
40786
  * Per-cap runtime-state policy, projected from every `*.cap.ts` that declares
38798
- * `runtimeState`. 62 caps: 33 `restored`, 29 `session`.
40787
+ * `runtimeState`. 63 caps: 33 `restored`, 30 `session`.
38799
40788
  *
38800
40789
  * A cap absent from this map has no runtime-state slice at all. A cap PRESENT
38801
40790
  * with `durability: 'session'` has one and has decided not to keep it.
@@ -38925,6 +40914,10 @@ var RUNTIME_STATE_POLICY = {
38925
40914
  durability: "restored",
38926
40915
  volatileFields: ["lastFetchedAt"]
38927
40916
  },
40917
+ "intercom": {
40918
+ durability: "session",
40919
+ volatileFields: []
40920
+ },
38928
40921
  "lawn-mower-control": {
38929
40922
  durability: "session",
38930
40923
  volatileFields: []
@@ -39111,7 +41104,7 @@ var SCOPE_PRESETS = [
39111
41104
  {
39112
41105
  id: "camera-viewer",
39113
41106
  label: "Camera viewer",
39114
- description: "Read-only over every device — live streams, recordings, motion events, battery state. Combine with `allowedDevices` to restrict to specific cameras.",
41107
+ description: "Read-only over every device — live streams, recordings, motion events, battery state. Pair with a `device` grant (an `ids` / `types` / `locations` selector) to restrict to specific cameras.",
39115
41108
  rows: [{
39116
41109
  type: "category",
39117
41110
  target: "device",
@@ -39128,6 +41121,28 @@ var SCOPE_PRESETS = [
39128
41121
  access: ["view", "create"]
39129
41122
  }]
39130
41123
  },
41124
+ {
41125
+ id: "full-management",
41126
+ label: "Full management",
41127
+ description: "Complete device + system control short of admin: view/create/delete on every device and every system capability. Use for a trusted operator who manages the whole deployment but should not hold the admin bypass.",
41128
+ rows: [{
41129
+ type: "category",
41130
+ target: "device",
41131
+ access: [
41132
+ "view",
41133
+ "create",
41134
+ "delete"
41135
+ ]
41136
+ }, {
41137
+ type: "category",
41138
+ target: "system",
41139
+ access: [
41140
+ "view",
41141
+ "create",
41142
+ "delete"
41143
+ ]
41144
+ }]
41145
+ },
39131
41146
  {
39132
41147
  id: "cli-deployer",
39133
41148
  label: "CLI deployer",
@@ -41124,6 +43139,252 @@ function pickNativeLeaseOverride(view) {
41124
43139
  return readNativeLeaseOverride(flat);
41125
43140
  }
41126
43141
  //#endregion
43142
+ //#region src/schemas/access-roles.ts
43143
+ /**
43144
+ * Ordered widest-last — the panel renders them top to bottom and the operator
43145
+ * reads the list as an escalation.
43146
+ */
43147
+ var ACCESS_ROLES = [
43148
+ {
43149
+ id: "viewer",
43150
+ label: "View",
43151
+ description: "Watch live and recorded video, browse events and read device state. Cannot change anything.",
43152
+ deviceAccess: ["view"],
43153
+ systemAccess: ["view"]
43154
+ },
43155
+ {
43156
+ id: "operator",
43157
+ label: "Operate",
43158
+ description: "Everything View does, plus acting on a device: PTZ, lights, sirens, locks, and snoozing notifications. Cannot delete.",
43159
+ deviceAccess: ["view", "create"],
43160
+ systemAccess: ["view", "create"]
43161
+ },
43162
+ {
43163
+ id: "manager",
43164
+ label: "Full management",
43165
+ description: "Everything Operate does, plus deleting devices, recordings and events. Short of admin — no user or cluster administration.",
43166
+ deviceAccess: [
43167
+ "view",
43168
+ "create",
43169
+ "delete"
43170
+ ],
43171
+ systemAccess: [
43172
+ "view",
43173
+ "create",
43174
+ "delete"
43175
+ ]
43176
+ }
43177
+ ];
43178
+ /** Look a role up by id. Throws on an unknown id — the union makes that
43179
+ * unreachable from typed callers, and a silent fallback would grant the
43180
+ * wrong thing. */
43181
+ function roleSpec(id) {
43182
+ const found = ACCESS_ROLES.find((r) => r.id === id);
43183
+ if (!found) throw new Error(`Unknown access role '${id}'`);
43184
+ return found;
43185
+ }
43186
+ /**
43187
+ * Compose an assignment into the grants the matcher reads.
43188
+ *
43189
+ * `includeLinked` is written explicitly in BOTH directions on purpose. Absent,
43190
+ * the matcher derives it from the access flavour (`view` inherits, `create` /
43191
+ * `delete` do not), so an omitted `false` would silently re-grant the
43192
+ * accessories the operator just excluded, and the panel would be lying about
43193
+ * its own toggle.
43194
+ */
43195
+ function buildRoleScopes(assignment) {
43196
+ const spec = roleSpec(assignment.roleId);
43197
+ return [{
43198
+ type: "device",
43199
+ selector: assignment.selector,
43200
+ access: [...spec.deviceAccess],
43201
+ includeLinked: assignment.includeLinked
43202
+ }, {
43203
+ type: "category",
43204
+ target: "system",
43205
+ access: [...spec.systemAccess]
43206
+ }];
43207
+ }
43208
+ /** Set equality over access arrays — grants round-trip through JSON and Zod
43209
+ * with no order guarantee. */
43210
+ function sameAccess(a, b) {
43211
+ if (a.length !== b.length) return false;
43212
+ const set = new Set(a);
43213
+ return b.every((x) => set.has(x));
43214
+ }
43215
+ /**
43216
+ * Recover the assignment behind a grant set, or `null` when the grants are
43217
+ * not something this panel authored.
43218
+ *
43219
+ * `null` is not an error — it is the "Advanced" case, and the panel MUST show
43220
+ * it as such rather than defaulting the radio to a role the user does not
43221
+ * have. Silently rendering an unrecognised grant set as "View" would make the
43222
+ * next save a downgrade nobody asked for.
43223
+ *
43224
+ * Strict by design: exactly the two rows `buildRoleScopes` writes, an
43225
+ * explicit `includeLinked`, and device/system access that agree on a single
43226
+ * role. Anything else belongs in the raw editor.
43227
+ */
43228
+ function detectAccessRole(scopes) {
43229
+ if (scopes.length !== 2) return null;
43230
+ const deviceRows = scopes.filter((s) => s.type === "device");
43231
+ const systemRows = scopes.filter((s) => s.type === "category" && s.target === "system");
43232
+ if (deviceRows.length !== 1 || systemRows.length !== 1) return null;
43233
+ const [deviceRow] = deviceRows;
43234
+ const [systemRow] = systemRows;
43235
+ if (deviceRow === void 0 || systemRow === void 0) return null;
43236
+ if (deviceRow.type !== "device") return null;
43237
+ if (deviceRow.includeLinked === void 0) return null;
43238
+ const spec = ACCESS_ROLES.find((r) => sameAccess(r.deviceAccess, deviceRow.access) && sameAccess(r.systemAccess, systemRow.access));
43239
+ if (!spec) return null;
43240
+ return {
43241
+ roleId: spec.id,
43242
+ selector: deviceRow.selector,
43243
+ includeLinked: deviceRow.includeLinked
43244
+ };
43245
+ }
43246
+ //#endregion
43247
+ //#region src/schemas/device-selector.ts
43248
+ /** Ancestor-walk bound — defence-in-depth against a corrupt parentage cycle. */
43249
+ var MAX_ANCESTOR_HOPS = 8;
43250
+ /**
43251
+ * Does `selector` cover `device` DIRECTLY (no inheritance)? Inheritance is
43252
+ * layered on by the resolver/matcher, which tests this against a device's
43253
+ * ancestors too.
43254
+ */
43255
+ function deviceSelectorMatches(selector, device) {
43256
+ switch (selector.kind) {
43257
+ case "all": return true;
43258
+ case "ids": return selector.ids.includes(device.id);
43259
+ case "types": return selector.types.some((t) => String(t) === device.type);
43260
+ case "locations": return device.location !== null && selector.locations.includes(device.location);
43261
+ }
43262
+ }
43263
+ /** Whether a `category:device` grant covers `access` (the broad lever). */
43264
+ function hasBroadDeviceGrant(scopes, access) {
43265
+ return scopes.some((s) => s.type === "category" && s.target === "device" && s.access.includes(access));
43266
+ }
43267
+ /** The `device`-typed scopes granting `access`. */
43268
+ function deviceScopesFor(scopes, access) {
43269
+ return scopes.filter((s) => s.type === "device" && s.access.includes(access));
43270
+ }
43271
+ /** Whether inheritance applies for a grant at `access` (view inherits, others
43272
+ * don't, unless the grant overrides via `includeLinked`). */
43273
+ function scopeInherits(scope, access) {
43274
+ return scope.includeLinked ?? access === "view";
43275
+ }
43276
+ /** Ancestors (parent, grandparent, …) of `deviceId` within a fleet map. */
43277
+ function ancestorsOf(deviceId, byId) {
43278
+ const out = [];
43279
+ let current = deviceId;
43280
+ for (let hop = 0; hop < MAX_ANCESTOR_HOPS; hop++) {
43281
+ const parent = current === null ? null : byId.get(current)?.parentDeviceId ?? null;
43282
+ if (parent === null || parent === current) break;
43283
+ out.push(parent);
43284
+ current = parent;
43285
+ }
43286
+ return out;
43287
+ }
43288
+ /**
43289
+ * Resolve the set of deviceIds the caller may reach at `access`, expanded
43290
+ * against the live `fleet`. A `category:device` grant returns the whole
43291
+ * fleet. Device selectors are matched per device — directly, or (when the
43292
+ * grant inherits) against an ancestor, so a parent grant covers its
43293
+ * accessories.
43294
+ */
43295
+ function resolveViewableDeviceIds(scopes, fleet, access) {
43296
+ if (hasBroadDeviceGrant(scopes, access)) return new Set(fleet.map((d) => d.id));
43297
+ const byId = /* @__PURE__ */ new Map();
43298
+ for (const d of fleet) byId.set(d.id, d);
43299
+ const grants = deviceScopesFor(scopes, access);
43300
+ const out = /* @__PURE__ */ new Set();
43301
+ for (const d of fleet) for (const grant of grants) {
43302
+ if (deviceSelectorMatches(grant.selector, d)) {
43303
+ out.add(d.id);
43304
+ break;
43305
+ }
43306
+ if (scopeInherits(grant, access)) {
43307
+ if (ancestorsOf(d.id, byId).some((ancestorId) => {
43308
+ const ancestor = byId.get(ancestorId);
43309
+ return ancestor !== void 0 && deviceSelectorMatches(grant.selector, ancestor);
43310
+ })) {
43311
+ out.add(d.id);
43312
+ break;
43313
+ }
43314
+ }
43315
+ }
43316
+ return out;
43317
+ }
43318
+ /**
43319
+ * Normalise a raw scope array read off a JWT payload or a stored record into
43320
+ * validated v3 `TokenScope`s, migrating any v2 `device:targets` grant on the
43321
+ * way (via {@link TokenScopeSchema}'s preprocess). Applied at the request
43322
+ * boundary (`resolveUser`) so the enforcement matcher only ever sees v3.
43323
+ *
43324
+ * Per-ITEM parse (not whole-array) so a single malformed scope is dropped
43325
+ * without discarding the caller's valid grants — losing a good grant reads as
43326
+ * a lockout, and a lockout reads as broken. A non-array input yields `[]`
43327
+ * (fail closed).
43328
+ */
43329
+ function normalizeTokenScopes(raw) {
43330
+ if (!Array.isArray(raw)) return [];
43331
+ const out = [];
43332
+ for (const item of raw) {
43333
+ const parsed = TokenScopeSchema.safeParse(item);
43334
+ if (parsed.success) out.push(parsed.data);
43335
+ }
43336
+ return out;
43337
+ }
43338
+ var ALL_ACCESS = [
43339
+ "view",
43340
+ "create",
43341
+ "delete"
43342
+ ];
43343
+ function deviceReach(scopes, fleet, access, isAdmin) {
43344
+ if (isAdmin) return {
43345
+ all: true,
43346
+ deviceCount: fleet.length
43347
+ };
43348
+ return {
43349
+ all: hasBroadDeviceGrant(scopes, access) || deviceScopesFor(scopes, access).some((s) => s.selector.kind === "all"),
43350
+ deviceCount: resolveViewableDeviceIds(scopes, fleet, access).size
43351
+ };
43352
+ }
43353
+ function capabilityGrants(scopes) {
43354
+ const out = [];
43355
+ for (const s of scopes) if (s.type === "capability") out.push({
43356
+ name: s.target,
43357
+ access: s.access
43358
+ });
43359
+ return out;
43360
+ }
43361
+ function addonGrants(scopes) {
43362
+ const out = [];
43363
+ for (const s of scopes) if (s.type === "addon") out.push({
43364
+ name: s.target,
43365
+ access: s.access
43366
+ });
43367
+ return out;
43368
+ }
43369
+ /** Build the {@link EffectiveScope} for a caller from their scopes + the fleet. */
43370
+ function summarizeEffectiveScope(scopes, fleet, isAdmin) {
43371
+ const device = {
43372
+ view: deviceReach(scopes, fleet, "view", isAdmin),
43373
+ create: deviceReach(scopes, fleet, "create", isAdmin),
43374
+ delete: deviceReach(scopes, fleet, "delete", isAdmin)
43375
+ };
43376
+ const system = isAdmin ? ALL_ACCESS : ALL_ACCESS.filter((a) => scopes.some((s) => s.type === "category" && s.target === "system" && s.access.includes(a)));
43377
+ return {
43378
+ isAdmin,
43379
+ allDevicesViewable: device.view.all,
43380
+ viewableDeviceCount: device.view.deviceCount,
43381
+ device,
43382
+ system,
43383
+ capabilities: capabilityGrants(scopes),
43384
+ addons: addonGrants(scopes)
43385
+ };
43386
+ }
43387
+ //#endregion
41127
43388
  //#region src/types/device-type.ts
41128
43389
  var DEVICE_TYPE_INFO = { ["camera"]: {
41129
43390
  type: "camera",
@@ -42434,4 +44695,4 @@ function enumerateInferenceDevices(hw) {
42434
44695
  return out;
42435
44696
  }
42436
44697
  //#endregion
42437
- 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, AdoptionCandidateResultSchema, AdoptionFilterSchema, GetCandidateInputSchema as AdoptionGetCandidateInputSchema, AdoptionJobSchema, AdoptionJobStateSchema, ListCandidatesInputSchema as AdoptionListCandidatesInputSchema, ListCandidatesOutputSchema as AdoptionListCandidatesOutputSchema, AdoptionOutcomeSchema, ReleaseInputSchema as AdoptionReleaseInputSchema, AdoptionStatusSchema, AgentLoadSummarySchema, AirQualitySensorStatusSchema, AlarmArmModeSchema, AlarmPanelStatusSchema, AlarmStateSchema, AlertSchema, AlertSeveritySchema, AlertSourceSchema, AlertStatusSchema, AmbientLightSensorStatusSchema, ApiKeyRecordSchema, ApiKeySummarySchema, ArchiveEntrySchema, ArchiveManifestSchema, AttachmentMediaTypeSchema, AttachmentSchema, AudioAnalysisResultSchema, AudioAnalysisSettingsSchema, AudioChunkInputSchema, AudioClassSummarySchema, AudioClassificationLabelSchema, AudioClassificationResultSchema, AudioCodecInfoSchema, AudioDecodeSessionConfigSchema, AudioEncodeSchema, AudioEncodeSessionConfigSchema, AudioEncodedChunkSchema, AudioEventSchema, AudioLevelSchema, AudioMetricsHistoryPointSchema, AudioMetricsHistorySchema, AudioMetricsSnapshotSchema, AudioPcmChunkSchema, AuthResultSchema, AutoUpdateSettingsSchema, AutomationActionSchema, AutomationConditionOperatorSchema, AutomationConditionSchema, AutomationControlStatusSchema, AutomationRecipeSchema, AutomationTriggerSchema, AvailableIntegrationTypeSchema, BACKEND_TO_FORMAT, BASE_LIVE_EGRESS_PROFILE, BATTERY_DEVICE_PROFILE, 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, CONNECTION_TEST_TIMEOUT_MS, CORE_BLOCKS_ADDON_ID, CORE_BLOCK_ADDON_PREFIX, CamProfileSchema, CamStreamDescriptorSchema, CamStreamKindSchema, CamStreamResolutionSchema, CameraAssignmentStatusSchema, CameraAudioStatusSchema, CameraBrokerProfileSchema, CameraBrokerStatusSchema, CameraCredentialsSchema, CameraCredentialsStatusSchema, CameraDecoderShmSchema, CameraDecoderStatusSchema, CameraDetectionPhaseSchema, CameraDetectionProvisioningSchema, CameraDetectionProvisioningStateSchema, CameraDetectionStatusSchema, CameraMetricsSchema, CameraMetricsWithDeviceIdSchema, CameraMotionStatusSchema, CameraRecordingModeSchema, CameraRecordingStatusSchema, CameraSourceStatusSchema, CameraSourceStreamSchema, CameraStatusDegradationReasonSchema, CameraStatusDegradationSchema, CameraStatusSchema, CameraStatusStageSchema, CameraStreamSchema, CameraSwitchAuthoritySchema, CameraSwitchGroupSchema, CameraSwitchIdSchema, CameraSwitchSchema, CameraSwitchUnavailableReasonSchema, CandidateQueryFilterSchema, CapScopeSchema, CapabilityBindingsSchema, CarbonMonoxideStatusSchema, ChargingStatus, ClientNetworkStatsSchema, ClimateControlStatusSchema, ClipPlaybackSchema, ClipSchema, ClusterAddonNodeDeploymentSchema, ClusterAddonStatusEntrySchema, CollectionColumnSchema, CollectionIndexSchema, ColorStatusSchema, ConfigEntrySchema, ConfigSectionWithValuesSchema, ConfigTabDeclarationSchema, ConnectionTestDescriptorSchema, ConnectionTestInputSchema, ConnectionTestOutcomeSchema, ConnectivityStatusSchema, ConsumableItemSchema, ConsumablesStatusSchema, ContactStatusSchema, ControlKindSchema, ControlStatusSchema, ConvertArtifactSchema, ConvertResultSchema, ConvertTargetSchema, CoreBlockCompileResultSchema, CoreBlockInputSchema, CoreBlockPlacementSchema, CoreBlockSchema, CoreBlockStatusSchema, CoverStateSchema, CoverStatusSchema, CreateApiKeyInputSchema, CreateApiKeyResultSchema, CreateIntegrationInputSchema, CreateScopedTokenInputSchema, CreateScopedTokenResultSchema, CreateUserInputSchema, CustomActionInputSchema, CustomModelDescriptorSchema, DATAPLANE_SECRET_HEADER, DECLARED_DEVICE_SWEEP_LIMIT, DECLARED_INTEGRATION_FIXED_KEY, DEFAULT_ADDON_PLACEMENT, DEFAULT_AUDIO_ANALYZER_CONFIG, DEFAULT_DECODER_HWACCEL_CONFIG, DEFAULT_DETAIL_CROP_CONVENTION, DEFAULT_EVENTS_BAND_BUFFER_SEC, DEFAULT_EVENT_COLOR, DEFAULT_FEATURES, DEFAULT_NATIVE_LEASE_SETTINGS, DEFAULT_RETENTION, DEFAULT_RUNTIME_STATE_DURABILITY, DEFAULT_SCRUB_THUMBNAIL_PRESET, DEFAULT_TIMELAPSE_PREVIEW_TEXT, DETAIL_CROP_PADDING_FIELD, DETAIL_CROP_PADDING_KEY, DETAIL_CROP_SECTION_ID, DETAIL_CROP_SQUARE_KEY, DETECTION_MACRO_CLASSES, DETECTION_PIPELINE_CAP_NAME, DEVICE_BACKEND_TO_FORMAT, DEVICE_CAP_NAMES, DEVICE_PROFILES, DEVICE_SCOPED_CAPS, DEVICE_SETTINGS_CONTRIBUTION_METHODS, DEVICE_STATE_READERS, DEVICE_STATUS_METHOD, DEVICE_TYPE_CONTROL_KIND, DEVICE_TYPE_INFO, EngineInfoSchema as DataStoreEngineInfoSchema, DayNightModeSchema, DayNightOptionsSchema, DayNightSettingsPatchSchema, DayNightStatusSchema, DeclaredDevices, DecodedAudioChunkSchema, DecodedFrameSchema, DecoderSessionConfigSchema, DecoderStatsSchema, DeleteIntegrationResultSchema, DetailCropConventionSchema, DetectionSourceSchema, DeviceCodeSeveritySchema, DeviceConfig, DeviceDiscoveryStatusSchema, ExposeInputSchema as DeviceExportExposeInputSchema, DeviceExportStatusSchema, UnexposeInputSchema as DeviceExportUnexposeInputSchema, DeviceFeature, DeviceInfoSchema, DeviceNetworkStatsSchema, DeviceRole, DeviceRuntimeState, DeviceStatusSchema, DeviceType, DiscoveredChildDeviceSchema, DiscoveredChildStatusSchema, DiscoveredDeviceSchema, DiscoveredTargetSchema, DisposerChain, DoorbellPressEventSchema, DoorbellStatusSchema, EVENTFUL_CAP_NAMES, EVENT_KIND_BY_CAP, EVENT_PAD_MS, EVENT_TAXONOMY, EXPORT_DENSE_MAX_RANGES, EXPRESSION_BUILTINS, EXPRESSION_BUILTIN_NAMES, EXPRESSION_COMPILE_CACHE_CAPACITY, EXPRESSION_IDENTIFIER_RE, EXPRESSION_INJECTED_NOW, EgressEncodeSchema, EgressRateControlSchema, EgressTranscodeRequestSchema, EgressTranscodeSchema, ElementConfigStore, EmbeddingInfoSchema, EmbeddingResultSchema, EncodeProfileSchema, EncodedPacketSchema, EnrichedWidgetMetadataSchema, EnumSensorDateTimeFormatSchema, EnumSensorStatusSchema, EventCategory, EventEmitterStatusSchema, EventFireSchema, EventItemSchema, EventKindCategorySchema, EventKindDescriptorSchema, EventKindIconSchema, EventKindSchema, EventKindsForDeviceSchema, EventMediaArtifactSchema, EventMediaCoverageSchema, EventMediaKindSchema, EventMediaProductionSchema, EventSourceType, ExportBytesSchema, ExportDenseRangeSchema, ExportDenseSchema, ExportDownloadSchema, ExportOptionsSchema, ExportRecordSchema, ExportSetupFieldSchema, ExportSetupSchema, ExportSpeedSchema, ExportStateSchema, ExportTimelapseSchema, ExposedDeviceSchema, ExposureModeSchema, ExpressionBindingSourceSchema, ExpressionEvalError, ExpressionFieldBindingSchema, ExpressionGlobalBindingSchema, ExpressionLiteralBindingSchema, ExpressionParseError, ExpressionSourceSchema, 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, LinkedDevicesModeSchema, 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_CONDITION_DEPTH, MAX_CONDITION_LEAVES, MAX_EXPRESSION_AST_NODES, MAX_EXPRESSION_BINDINGS, MAX_EXPRESSION_CALL_ARGS, MAX_EXPRESSION_EVAL_STEPS, MAX_EXPRESSION_SOURCE_LENGTH, METHOD_ACCESS_MAP, 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_HOLD_FIELD, NATIVE_LEASE_HOLD_KEY, NATIVE_LEASE_SECTION_ID, NATIVE_LEASE_TILE_BUDGET_FIELD, NATIVE_LEASE_TILE_BUDGET_KEY, NC_ALARM_SYSTEM_EVENT_KINDS, NC_AUDIO_DBFS_FLOOR, NC_AUDIO_DB_MAX, NC_AUDIO_DB_MIN, NC_AUDIO_DB_OFFERED, NC_AUDIO_DB_STEP, NC_AUDIO_DEFAULTS, NC_AUDIO_HIT_PERCENT_MAX, NC_AUDIO_HIT_PERCENT_MIN, NC_AUDIO_SAMPLING_MAX_SEC, NC_AUDIO_SAMPLING_MIN_SEC, NC_AUTHORABLE_SYSTEM_EVENT_KINDS, NC_BASE_CONDITION_KEYS, NC_CONDITION_CATALOG, NC_CONFIRM_DEFAULT_MAX_IMAGE_PX, NC_CONFIRM_DEFAULT_TIMEOUT_MS, NC_CONFIRM_MAX_TIMEOUT_MS, NC_CONFIRM_MIN_TIMEOUT_MS, NC_DEFAULT_SNOOZE_MINUTES, NC_HISTORY_LIMIT_DEFAULT, NC_HISTORY_LIMIT_MAX, NC_MAX_PER_TRACK_IMMEDIATE, NC_SNOOZE_MAX_MINUTES, NC_TAXONOMY, NativeCropBboxSchema, NativeCropRefSchema, NativeCropResultSchema, NativeDetectionSchema, NativeLeaseAdmissionSchema, NativeLeaseSettingsSchema, NativeObjectClassEnum, NativeObjectDetectionRuntimeStateSchema, NativeObjectDetectionStatusSchema, NcAlarmConfigSchema, NcAlarmModeCoverageSchema, NcAlarmSettingsPatchSchema, NcAlarmSettingsSchema, NcAlarmSkipReasonSchema, NcAlarmSkippedDeviceSchema, NcAudioConditionSchema, NcConditionDescriptorSchema, NcConditionsSchema, NcConfirmExpectSchema, NcConfirmSchema, NcCrossingSchema, NcDeliverySchema, NcDeviceStateConditionSchema, NcHistoryEntrySchema, NcHistoryFilterSchema, NcHistoryRecordKindSchema, NcHistoryStatusSchema, NcHistorySubjectSchema, NcMediaFrameSchema, NcMediaPolicySchema, NcOccupancyConditionSchema, NcPlateMatcherSchema, NcRuleActionSchema, NcRuleActionSequenceSchema, NcRuleActionsSchema, NcRuleInputSchema, NcRuleNotificationButtonSchema, NcRulePatchSchema, NcRuleSchema, NcRuleTargetSchema, NcScheduleSchema, NcScheduleWindowSchema, NcSnoozeInputSchema, NcSnoozeSchema, NcSnoozeScopeSchema, NcSnoozeSuppressedSchema, NcSystemEventConditionSchema, NcSystemEventKindSchema, 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, RECORDING_EXPORT_MAX_READ_BYTES, RESERVED_BINDING_NAMES, RESTORED_CAP_NAMES, RUNTIME_DEFAULTS, RUNTIME_STATE_POLICY, RUNTIME_TO_FORMAT, RawStateResultSchema, ReadGopBytesResultSchema, ReadSegmentBytesResultSchema, ReadinessRegistry, ReadinessTimeoutError, RecentTracksPageSchema, RecentTracksQueryInput, RecordingAvailabilitySchema, RecordingBandModeSchema, RecordingBandSchema, RecordingBandTriggersSchema, RecordingConfigSchema, RecordingDaysSchema, RecordingDeviceUsageSchema, RecordingLocationUsageSchema, RecordingManifestSchema, RecordingRangeSchema, RecordingRebalanceInputSchema, RecordingRebalanceMoveSchema, RecordingRebalancePlanSchema, RecordingRebalanceSkipReasonSchema, RecordingRebalanceSkipSchema, RecordingRetentionSchema, RecordingStatusSchema, RecordingStorageModeSchema, RecordingStorageUsageSchema, RecordingTriggersSchema, RecordingWeekdaySchema, RedirectLoginMethodSchema, RelocateFootageClassSchema, RelocateFootageInputSchema, RelocateJobSchema, RelocateJobStateSchema, RelocateMediaInputSchema, RenderedAsSchema, ReportMotionInputSchema, RetrainAnnotationDraftSchema, RetrainAnnotationKindSchema, RetrainAnnotationSchema, RetrainAnnotationSourceSchema, RetrainAssistResultSchema, RetrainAssistSubjectSchema, RetrainCopyRefusalSchema, RetrainFrameCandidateSchema, RetrainFrameListSchema, RetrainFrameSchema, RetrainFrameSelectionSchema, RetrainMacroClassSchema, RetrainStatusSchema, RetrainTrackSchema, RetrainTransitionResultSchema, RingBuffer, RtpSourceSchema, RtspRestreamEntrySchema, RunnerCameraConfigSchema, RunnerCameraDeviceUIFields, RunnerFrameSourceSchema, RunnerInferenceDeviceSchema, RunnerLocalLoadSchema, RunnerLocalMetricsSchema, 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, StorageMigrationClassSchema, StorageMigrationDestinationsSchema, StorageMigrationFootageMoveInputSchema, StorageMigrationInputSchema, StorageMigrationJobSchema, StorageMigrationLeaseInputSchema, StorageMigrationMediaMoveInputSchema, StorageMigrationMoveSchema, StorageMigrationParticipantSchema, StorageMigrationPhaseSchema, StorageMigrationPlanSchema, ProviderInfoSchema as StorageProviderInfoSchema, ReadChunkInputSchema as StorageReadChunkInputSchema, TestLocationResultSchema as StorageTestLocationResultSchema, WriteChunkInputSchema as StorageWriteChunkInputSchema, StreamCodecSchema, StreamFormatSchema, StreamNetworkStatsSchema, StreamParamsOptionsSchema, StreamParamsStatusSchema, StreamProfileConfigSchema, StreamProfileOptionsSchema, StreamProfilePatchSchema, StreamProfileSchema, StreamSourceEntrySchema, StreamSourceSchema, SubscribeAudioChunksInputSchema, SubscribeAudioChunksResultSchema, SubscribeFramesInputSchema, SubscribeFramesResultSchema, SwitchStatusSchema, SystemMetricsSchema, SystemMirror, TAXONOMY_COLORS, TIMELAPSE_DENSE_FLOOR_SEC, TIMEZONES, TRANSCODE_DOWN_MAX_BITRATE_KBPS, TRANSCODE_DOWN_MAX_HEIGHT, TamperStatusSchema, TankStatusSchema, TargetKindCapsSchema, TargetKindLevelSchema, TargetKindSchema, TargetSchema, TemperatureSensorStatusSchema, TerminalInstanceInfoSchema, TerminalLegacyCameraSchema, TerminalOutputBatchSchema, TerminalOutputEventSchema, TerminalProfileInfoSchema, TerminalSessionInfoSchema, TestConnectionResultSchema$1 as TestConnectionResultSchema, TestConnectionStatusEnum, TestResultSchema, TimelapseRuleInputSchema, TimelapseRulePatchSchema, TimelapseRuleSchema, TimelapseTemplateSchema, ToastSchema, TokenScopeSchema, TopologyNodeSchema, TopologyProcessSchema, TopologyServiceSchema, TrackCascadeCountsSchema, TrackEnvelopeSchema, TrackFlagsPatchSchema, TrackFlagsSchema, TrackProjectionSchema, TrackSchema, TrackSourceSchema, TrackStateSchema, TrackZoneFilterSchema, TrackedDetectionSchema, TrainingExportDeviceTotalsSchema, TrainingExportSummarySchema, TurnServerSchema, UNIT_TABLE, BrokerInfoSchema$1 as UnifiedBrokerInfoSchema, UnitConversionError, UpdateIntegrationInputSchema, UpdateStatusSchema, UpdateUserInputSchema, UserRecordSchema, UserSummarySchema, VacuumControlStatusSchema, VacuumStateSchema, ValveStateSchema, ValveStatusSchema, VectorDeclareIndexInputSchema, VectorDeleteByFilterInputSchema, VectorDeleteInputSchema, VectorDeleteResultSchema, VectorFilterSchema, VectorGetInputSchema, VectorGetResultSchema, VectorItemSchema, VectorMatchSchema, VectorMetadataSchema, VectorMetricSchema, VectorQueryInputSchema, VectorQueryResultSchema, VectorStatsInputSchema, VectorStatsResultSchema, VectorUpsertInputSchema, VectorUpsertResultSchema, VibrationStatusSchema, VideoEncodeSchema, WEBRTC_EGRESS_PROFILE, WELL_KNOWN_TABS, WELL_KNOWN_TAB_MAP, WaterHeaterStatusSchema, WeatherStatusSchema, WebrtcStreamChoiceSchema, WebrtcStreamTargetSchema, WhiteBalanceModeSchema, WidgetHostEnum, WidgetLoginMethodSchema, WidgetMetadataSchema, WidgetRemoteSchema, WidgetSizeEnum, YAMNET_TO_MACRO, ZoneCrossingDirectionSchema, ZoneCrossingSchema, ZoneKindEnum, ZoneRuleModeEnum, ZoneRuleSchema, ZoneRuleStageEnum, ZoneRulesArraySchema, ZoneSchema, ZoneScopeBreakdownSchema, accessoriesCapability, accessoryStableId, addonPagesCapability, addonPagesSourceCapability, addonRoutesCapability, addonSettingsCapability, addonWidgetsCapability, addonWidgetsSourceCapability, addonsCapability, adminUiCapability, airQualitySensorCapability, alarmPanelCapability, alertsCapability, ambientLightSensorCapability, asBoolean, asJsonArray, asJsonObject, asNumber, asString, assertTimelapseCadences, audioAnalysisCapability, audioAnalyzerCapability, audioCodecCapability, audioIsFailClosed, audioLabelChoices, audioMetricsCapability, audioOrDefaults, 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, classifyBearerPrincipal, classifyStream, classifyStreams, climateControlCapability, collectHydratedFieldEntries, collectHydratedFieldValues, colorCapability, colorForKind, compileExpression, compileExpressionSafe, composeSwitchedOff, conditionDepth, connectionTestCapability, connectivityCapability, consumablesCapability, contactCapability, controlCapability, convertUnit, coreBlockAddonId, coreBlockIdFromAddonId, coreBlocksCapability, cosineSimilarity, countConditionLeaves, coverCapability, createDeviceProxy, createDurableState, createEvent, createExpressionScope, createHwAccelCache, createLazyTrpcSource, createMirrorSource, createRuntimeStateBridge, createSliceHandle, createSystemProxy, customAction, customModelRegistryCapability, dataStoreProviderCapability, dayNightCapability, declarationOwnerNodeId, decodeVectorBase64, decoderCapability, 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, evaluateExpressionSource, evaluateZoneRules, event, eventEmitterCapability, eventsCapability, expandCapMethods, extractNestedAddonId, extractSourceInfoFromMetadata, faceGalleryCapability, fanControlCapability, featureProbeCapability, filesystemBrowseCapability, findTimezone, floodCapability, formatForBackend, formatForRuntime, gasCapability, generateAutomationBlock, getAudioMacroClassIds, getByPath, getCapsByProviderKind, getTaxonomyEntry, hasMotionTrigger, hfModelUrl, htmlToText, humidifierCapability, humiditySensorCapability, hydrateSchema, imageCapability, imageSettingsCapability, integrationsCapability, intercomCapability, invocationFromEncodeProfile, isAgentOnlyPlacement, isArrayOutputSchema, isAudioLabelSelected, isBaseConditionKey, isCollectionArrayMethod, isDeployableToAgent, isDetectionMacroClass, isDeviceConfigCap, isDeviceScopedCap, isEvent, isIsolatedBuiltin, isNode, isObjectInput, isRestoredCap, 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, methodAccessForHttpMethod, metricsProviderCapability, modelConvertCapability, modelDistributorCapability, modelFormatForRuntime, motionCapability, motionDetectionCapability, motionTriggerCapability, motionZonesCapability, mqttBrokerCapability, nativeObjectDetectionCapability, networkAccessCapability, networkQualityCapability, nodePin, nodesCapability, normalizeAddonInitResult, normalizeAudioLabel, normalizeUnit, notificationOutputCapability, notificationRulesCapability, notifierCapability, numericSensorCapability, oauthIntegrationCapability, objectInputDeclaresAddonId, osdCapability, osdManagerCapability, parseCameraStreamConfig, parseExpression, parseJsonArray, parseJsonObject, parseJsonUnknown, parseProfileBrokerId, parseStreamParamsFormPatch, patchAudio, petFeederCapability, pickAccessoryControl, pickDetailCropConvention, pickNativeLeaseOverride, pickPreferredRtspEntry, pickVideoEncoder, pickerForCondition, pipelineAnalyticsCapability, pipelineExecutorCapability, pipelineOrchestratorCapability, pipelineRunnerCapability, plateGalleryCapability, platformProbeCapability, powerMeterCapability, prepareNotification, presenceCapability, pressureSensorCapability, principalMayReachAddon, privacyMaskCapability, procedureAuthKey, ptzAutotrackCapability, ptzCapability, pythonScriptForBackend, readDetailCropConvention, readDeviceStateFrom, readNativeLeaseOverride, readNodePin, readTimelapseGeneratedAt, readinessKey, rebootCapability, recordingCapability, recordingExportCapability, rectsToCells, requiresPython, resolveAddonExecution, resolveAddonGroup, resolveAddonPlacement, resolveAddonRuntime, resolveCapMount, resolveDetectionRuntime, resolveDeviceControlKind, resolveDeviceProfile, resolveEgressDecodeHwAccel, resolveFormat, resolveHydratedFieldValue, resolveModelFormat, resolveMutate, resolveRunnerId, resolveScrubThumbnailGeometry, resolveVariantModelId, runInferenceStep, runtimeDevices, runtimeStatePolicyFor, sceneMonitorCapability, scopeKey, scopesAllowAddon, scopesAllowDeviceCap, scoreRuntimes, scriptRunnerCapability, selectAssignedProfileSlots, serverManagementCapability, setByPath, settingsStoreCapability, sleep, sleepCancellable, smokeCapability, smtpProviderCapability, snapshotCapability, ssoBridgeCapability, startReachabilityPoll, stateVocabularyFor, storageCapability, storageEvictableCapability, storageMigrationCapability, storageProviderCapability, streamBrokerCapability, streamCatalogCapability, streamParamsCapability, streamPixels, streamQualityLabel, subKindsOf, summarisePrivacyAudio, supportedRuntimes, switchCapability, switchedOffIds, synthesizeSourceInfo, systemCapability, tamperCapability, taskLogEntrySchema, taskPhaseSchema, taskTargetSchema, temperatureSensorCapability, terminalSessionCapability, textToHtml, toDeviceSummary, toExpressionValue, toNodeId, toStreamSourceEntry, toastCapability, toggleAudioLabel, tokenize, transcodeBody, tryConvertUnit, turnProviderCapability, unitDimension, unitsForDimension, updateCapability, userManagementCapability, userPasskeysCapability, vacuumControlCapability, validateExpressionSource, validateRecipeBounds, valveCapability, vectorDimFromBase64, vectorStoreCapability, vibrationCapability, videoclipsCapability, viewerUiCapability, waterHeaterCapability, weatherCapability, webrtcClientHintsSchema, webrtcSessionCapability, wiringAddonHealthSchema, wiringHealthSnapshotSchema, wiringNodeHealthSchema, wiringProbeKindSchema, wiringProbeResultSchema, zodEntriesToConfigUI, zoneAnalyticsCapability, zoneRulesCapability, zonesCapability };
44698
+ export { ACCESSORY_LABEL, ACCESS_ROLES, ALEXA_EGRESS_PROFILE, ALL_CAPABILITY_DEFINITIONS, APPLE_SA_TO_MACRO, AUDIO_ANALYSIS_CAP_NAME, AUDIO_BACKEND_CHOICES, AUDIO_MACRO_LABELS, AUDIO_PRESETS, AccessoriesStatusSchema, AccessoryKind, AddBrokerInputSchema, AddonAutoUpdateSchema, AddonListItemSchema, AddonPageDeclarationSchema, AddonPageInfoSchema, AdoptInputSchema as AdoptionAdoptInputSchema, AdoptResultSchema as AdoptionAdoptResultSchema, AdoptionCandidateResultSchema, AdoptionFilterSchema, GetCandidateInputSchema as AdoptionGetCandidateInputSchema, AdoptionJobSchema, AdoptionJobStateSchema, ListCandidatesInputSchema as AdoptionListCandidatesInputSchema, ListCandidatesOutputSchema as AdoptionListCandidatesOutputSchema, AdoptionOutcomeSchema, ReleaseInputSchema as AdoptionReleaseInputSchema, AdoptionStatusSchema, AgentLoadSummarySchema, AirQualitySensorStatusSchema, AlarmArmModeSchema, AlarmPanelStatusSchema, AlarmStateSchema, AlertSchema, AlertSeveritySchema, AlertSourceSchema, AlertStatusSchema, AmbientLightSensorStatusSchema, ApiKeyRecordSchema, ApiKeySummarySchema, ArchiveEntrySchema, ArchiveManifestSchema, AttachmentMediaTypeSchema, AttachmentSchema, AudioAnalysisResultSchema, AudioAnalysisSettingsSchema, AudioChunkInputSchema, AudioClassSummarySchema, AudioClassificationLabelSchema, AudioClassificationResultSchema, AudioCodecInfoSchema, AudioDecodeSessionConfigSchema, AudioEncodeSchema, AudioEncodeSessionConfigSchema, AudioEncodedChunkSchema, AudioEventSchema, AudioLevelSchema, AudioMetricsHistoryPointSchema, AudioMetricsHistorySchema, AudioMetricsSnapshotSchema, AudioPcmChunkSchema, AuthResultSchema, AutoUpdateSettingsSchema, AutomationActionSchema, AutomationConditionOperatorSchema, AutomationConditionSchema, AutomationControlStatusSchema, AutomationRecipeSchema, AutomationTriggerSchema, AvailableIntegrationTypeSchema, BACKEND_TO_FORMAT, BASE_LIVE_EGRESS_PROFILE, BATTERY_DEVICE_PROFILE, 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, CONNECTION_TEST_TIMEOUT_MS, CORE_BLOCKS_ADDON_ID, CORE_BLOCK_ADDON_PREFIX, CamProfileSchema, CamStreamDescriptorSchema, CamStreamKindSchema, CamStreamResolutionSchema, CameraAssignmentStatusSchema, CameraAudioStatusSchema, CameraBrokerProfileSchema, CameraBrokerStatusSchema, CameraCredentialsSchema, CameraCredentialsStatusSchema, CameraDecoderShmSchema, CameraDecoderStatusSchema, CameraDetectionPhaseSchema, CameraDetectionProvisioningSchema, CameraDetectionProvisioningStateSchema, CameraDetectionStatusSchema, CameraMetricsSchema, CameraMetricsWithDeviceIdSchema, CameraMotionStatusSchema, CameraRecordingModeSchema, CameraRecordingStatusSchema, CameraSourceStatusSchema, CameraSourceStreamSchema, CameraStatusDegradationReasonSchema, CameraStatusDegradationSchema, CameraStatusSchema, CameraStatusStageSchema, CameraStreamSchema, CameraSwitchAuthoritySchema, CameraSwitchGroupSchema, CameraSwitchIdSchema, CameraSwitchSchema, CameraSwitchUnavailableReasonSchema, CandidateQueryFilterSchema, CapScopeSchema, CapabilityBindingsSchema, CarbonMonoxideStatusSchema, ChargingStatus, ClientNetworkStatsSchema, ClimateControlStatusSchema, ClipPlaybackSchema, ClipSchema, ClusterAddonNodeDeploymentSchema, ClusterAddonStatusEntrySchema, CollectionColumnSchema, CollectionIndexSchema, ColorStatusSchema, ConfigEntrySchema, ConfigSectionWithValuesSchema, ConfigTabDeclarationSchema, ConnectionTestDescriptorSchema, ConnectionTestInputSchema, ConnectionTestOutcomeSchema, ConnectivityStatusSchema, ConsumableItemSchema, ConsumablesStatusSchema, ContactStatusSchema, ControlKindSchema, ControlStatusSchema, ConvertArtifactSchema, ConvertResultSchema, ConvertTargetSchema, CoreBlockCompileResultSchema, CoreBlockInputSchema, CoreBlockPlacementSchema, CoreBlockSchema, CoreBlockStatusSchema, CoverStateSchema, CoverStatusSchema, CreateApiKeyInputSchema, CreateApiKeyResultSchema, CreateIntegrationInputSchema, CreateScopedTokenInputSchema, CreateScopedTokenResultSchema, CreateUserInputSchema, CustomActionInputSchema, CustomModelDescriptorSchema, DATAPLANE_SECRET_HEADER, DECLARED_DEVICE_SWEEP_LIMIT, DECLARED_INTEGRATION_FIXED_KEY, DEFAULT_ADDON_PLACEMENT, DEFAULT_AUDIO_ANALYZER_CONFIG, DEFAULT_DECODER_HWACCEL_CONFIG, DEFAULT_DETAIL_CROP_CONVENTION, DEFAULT_EVENTS_BAND_BUFFER_SEC, DEFAULT_EVENT_COLOR, DEFAULT_FEATURES, DEFAULT_NATIVE_LEASE_SETTINGS, DEFAULT_RETENTION, DEFAULT_RUNTIME_STATE_DURABILITY, DEFAULT_SCRUB_THUMBNAIL_PRESET, DEFAULT_TIMELAPSE_PREVIEW_TEXT, DETAIL_CROP_PADDING_FIELD, DETAIL_CROP_PADDING_KEY, DETAIL_CROP_SECTION_ID, DETAIL_CROP_SQUARE_KEY, DETECTION_MACRO_CLASSES, DETECTION_PIPELINE_CAP_NAME, DEVICE_BACKEND_TO_FORMAT, DEVICE_CAP_NAMES, DEVICE_PROFILES, DEVICE_SCOPED_CAPS, DEVICE_SETTINGS_CONTRIBUTION_METHODS, DEVICE_STATE_READERS, DEVICE_STATUS_METHOD, DEVICE_TYPE_CONTROL_KIND, DEVICE_TYPE_INFO, EngineInfoSchema as DataStoreEngineInfoSchema, DayNightModeSchema, DayNightOptionsSchema, DayNightSettingsPatchSchema, DayNightStatusSchema, DeclaredDevices, DecodedAudioChunkSchema, DecodedFrameSchema, DecoderSessionConfigSchema, DecoderStatsSchema, DeleteIntegrationResultSchema, DetailCropConventionSchema, DetectionSourceSchema, DeviceCodeSeveritySchema, DeviceConfig, DeviceDiscoveryStatusSchema, ExposeInputSchema as DeviceExportExposeInputSchema, DeviceExportStatusSchema, UnexposeInputSchema as DeviceExportUnexposeInputSchema, DeviceFeature, DeviceInfoSchema, DeviceNetworkStatsSchema, DeviceRole, DeviceRuntimeState, DeviceSelectorSchema, DeviceStatusSchema, DeviceType, DiscoveredChildDeviceSchema, DiscoveredChildStatusSchema, DiscoveredDeviceSchema, DiscoveredTargetSchema, DisposerChain, DoorbellPressEventSchema, DoorbellStatusSchema, EVENTFUL_CAP_NAMES, EVENT_KIND_BY_CAP, EVENT_PAD_MS, EVENT_TAXONOMY, EXPORT_DENSE_MAX_RANGES, EXPRESSION_BUILTINS, EXPRESSION_BUILTIN_NAMES, EXPRESSION_COMPILE_CACHE_CAPACITY, EXPRESSION_IDENTIFIER_RE, EXPRESSION_INJECTED_NOW, EgressEncodeSchema, EgressRateControlSchema, EgressTranscodeRequestSchema, EgressTranscodeSchema, ElementConfigStore, EmbeddingInfoSchema, EmbeddingResultSchema, EncodeProfileSchema, EncodedPacketSchema, EnrichedWidgetMetadataSchema, EnumSensorDateTimeFormatSchema, EnumSensorStatusSchema, EventCategory, EventEmitterStatusSchema, EventFireSchema, EventItemSchema, EventKindCategorySchema, EventKindDescriptorSchema, EventKindIconSchema, EventKindSchema, EventKindsForDeviceSchema, EventMediaArtifactSchema, EventMediaCoverageSchema, EventMediaKindSchema, EventMediaProductionSchema, EventSourceType, ExportBytesSchema, ExportDenseRangeSchema, ExportDenseSchema, ExportDownloadSchema, ExportOptionsSchema, ExportRecordSchema, ExportSetupFieldSchema, ExportSetupSchema, ExportSpeedSchema, ExportStateSchema, ExportTimelapseSchema, ExposedDeviceSchema, ExposureModeSchema, ExpressionBindingSourceSchema, ExpressionEvalError, ExpressionFieldBindingSchema, ExpressionGlobalBindingSchema, ExpressionLiteralBindingSchema, ExpressionParseError, ExpressionSourceSchema, 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, LinkedDevicesModeSchema, 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_CONDITION_DEPTH, MAX_CONDITION_LEAVES, MAX_EXPRESSION_AST_NODES, MAX_EXPRESSION_BINDINGS, MAX_EXPRESSION_CALL_ARGS, MAX_EXPRESSION_EVAL_STEPS, MAX_EXPRESSION_SOURCE_LENGTH, METHOD_ACCESS_MAP, METHOD_DEVICE_SELECTORS, MODEL_FORMATS, MOTION_TRIGGER_FEATURE, ManagedModelCatalogEntrySchema, ManagedModelRefSchema, ManagedRuntimeConfigSchema, MaskGridDimsSchema, MaskGridShapeSchema, MaskLineShapeSchema, MaskPointSchema, MaskPolygonShapeSchema, MaskPolygonVerticesSchema, MaskRectShapeSchema, MaskShapeKindSchema, MaskShapeSchema, MediaFileInfoSchema, MediaFileSchema, MediaPlayerRepeatSchema, MediaPlayerStateSchema, MediaPlayerStatusSchema, MeshPeerSchema, MeshStatusSchema, MethodAccessSchema, ModelCatalogEntrySchema, ModelConvertInputSchema, ModelConvertMetadataSchema, ModelDistributeInputSchema, ModelDistributeResultSchema, ModelExtraFileSchema, ModelFormatEntrySchema, ModelFormatsSchema, ModelSubstitutionSchema, ModelVariantGroupSchema, MotionAnalysisResultSchema, MotionEventSchema, MotionOnMotionChangedDataSchema, MotionRegionSchema, MotionSourceEnum, MotionSourcesSchema, MotionStatusSchema, MotionTriggerRuntimeStateSchema, MotionTriggerStatusSchema, MotionZoneOptionsSchema, MotionZonePatchSchema, MotionZoneRegionSchema, MotionZoneStatusSchema, StatusSchema as MqttBrokerStatusSchema, MutationFilterSchema, NATIVE_LEASE_ACTIVITY_FIELD, NATIVE_LEASE_ACTIVITY_KEY, NATIVE_LEASE_ADMISSION_FIELD, NATIVE_LEASE_ADMISSION_KEY, NATIVE_LEASE_BUDGET_FIELD, NATIVE_LEASE_BUDGET_KEY, NATIVE_LEASE_HOLD_FIELD, NATIVE_LEASE_HOLD_KEY, NATIVE_LEASE_SECTION_ID, NATIVE_LEASE_TILE_BUDGET_FIELD, NATIVE_LEASE_TILE_BUDGET_KEY, NC_ALARM_SYSTEM_EVENT_KINDS, NC_AUDIO_DBFS_FLOOR, NC_AUDIO_DB_MAX, NC_AUDIO_DB_MIN, NC_AUDIO_DB_OFFERED, NC_AUDIO_DB_STEP, NC_AUDIO_DEFAULTS, NC_AUDIO_HIT_PERCENT_MAX, NC_AUDIO_HIT_PERCENT_MIN, NC_AUDIO_SAMPLING_MAX_SEC, NC_AUDIO_SAMPLING_MIN_SEC, NC_AUTHORABLE_SYSTEM_EVENT_KINDS, NC_BASE_CONDITION_KEYS, NC_CONDITION_CATALOG, NC_CONFIRM_DEFAULT_MAX_IMAGE_PX, NC_CONFIRM_DEFAULT_TIMEOUT_MS, NC_CONFIRM_MAX_TIMEOUT_MS, NC_CONFIRM_MIN_TIMEOUT_MS, NC_DEFAULT_SNOOZE_MINUTES, NC_HISTORY_LIMIT_DEFAULT, NC_HISTORY_LIMIT_MAX, NC_MAX_PER_TRACK_IMMEDIATE, NC_SNOOZE_MAX_MINUTES, NC_TAXONOMY, NativeCropBboxSchema, NativeCropRefSchema, NativeCropResultSchema, NativeDetectionSchema, NativeLeaseAdmissionSchema, NativeLeaseSettingsSchema, NativeObjectClassEnum, NativeObjectDetectionRuntimeStateSchema, NativeObjectDetectionStatusSchema, NcAlarmConfigSchema, NcAlarmModeCoverageSchema, NcAlarmSettingsPatchSchema, NcAlarmSettingsSchema, NcAlarmSkipReasonSchema, NcAlarmSkippedDeviceSchema, NcAudioConditionSchema, NcConditionDescriptorSchema, NcConditionsSchema, NcConfirmExpectSchema, NcConfirmSchema, NcCrossingSchema, NcDeliverySchema, NcDeviceStateConditionSchema, NcHistoryEntrySchema, NcHistoryFilterSchema, NcHistoryRecordKindSchema, NcHistoryStatusSchema, NcHistorySubjectSchema, NcMediaFrameSchema, NcMediaPolicySchema, NcOccupancyConditionSchema, NcPlateMatcherSchema, NcRuleActionSchema, NcRuleActionSequenceSchema, NcRuleActionsSchema, NcRuleInputSchema, NcRuleNotificationButtonSchema, NcRulePatchSchema, NcRuleSchema, NcRuleTargetSchema, NcScheduleSchema, NcScheduleWindowSchema, NcSnoozeInputSchema, NcSnoozeSchema, NcSnoozeScopeSchema, NcSnoozeSuppressedSchema, NcSystemEventConditionSchema, NcSystemEventKindSchema, 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, RECORDING_EXPORT_MAX_READ_BYTES, RESERVED_BINDING_NAMES, RESTORED_CAP_NAMES, RUNTIME_DEFAULTS, RUNTIME_STATE_POLICY, RUNTIME_TO_FORMAT, RawStateResultSchema, ReadGopBytesResultSchema, ReadSegmentBytesResultSchema, ReadinessRegistry, ReadinessTimeoutError, RecentTracksPageSchema, RecentTracksQueryInput, RecordingAvailabilitySchema, RecordingBandModeSchema, RecordingBandSchema, RecordingBandTriggersSchema, RecordingConfigSchema, RecordingDaysSchema, RecordingDeviceUsageSchema, RecordingLocationUsageSchema, RecordingManifestSchema, RecordingRangeSchema, RecordingRebalanceInputSchema, RecordingRebalanceMoveSchema, RecordingRebalancePlanSchema, RecordingRebalanceSkipReasonSchema, RecordingRebalanceSkipSchema, RecordingRetentionSchema, RecordingStatusSchema, RecordingStorageModeSchema, RecordingStorageUsageSchema, RecordingTriggersSchema, RecordingWeekdaySchema, RedirectLoginMethodSchema, RelocateFootageClassSchema, RelocateFootageInputSchema, RelocateJobSchema, RelocateJobStateSchema, RelocateMediaInputSchema, RenderedAsSchema, ReportMotionInputSchema, RetrainAnnotationDraftSchema, RetrainAnnotationKindSchema, RetrainAnnotationSchema, RetrainAnnotationSourceSchema, RetrainAssistResultSchema, RetrainAssistSubjectSchema, RetrainCopyRefusalSchema, RetrainFrameCandidateSchema, RetrainFrameListSchema, RetrainFrameSchema, RetrainFrameSelectionSchema, RetrainMacroClassSchema, RetrainStatusSchema, RetrainTrackSchema, RetrainTransitionResultSchema, RingBuffer, RtpSourceSchema, RtspRestreamEntrySchema, RunnerCameraConfigSchema, RunnerCameraDeviceUIFields, RunnerFrameSourceSchema, RunnerInferenceDeviceSchema, RunnerLocalLoadSchema, RunnerLocalMetricsSchema, SCOPE_PRESETS, SCRUB_THUMBNAIL_PRESETS, SCRUB_THUMBNAIL_PRESET_LABELS, SCRUB_THUMBNAIL_PRESET_ORDER, SENSOR_FEATURES, SENSOR_MAP, SOURCE_INFO_METADATA_KEY, STREAM_PROFILE_META, STREAM_QUALITY_LABELS, SUB_DETECTION_TYPES, SYSTEM_CAP_NAMES, SYSTEM_SCOPE_DEVICE_METHODS, SceneCheckSchema, SceneConditionSchema, 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, StorageMigrationClassSchema, StorageMigrationDestinationsSchema, StorageMigrationFootageMoveInputSchema, StorageMigrationInputSchema, StorageMigrationJobSchema, StorageMigrationLeaseInputSchema, StorageMigrationMediaMoveInputSchema, StorageMigrationMoveSchema, StorageMigrationParticipantSchema, StorageMigrationPhaseSchema, StorageMigrationPlanSchema, ProviderInfoSchema as StorageProviderInfoSchema, ReadChunkInputSchema as StorageReadChunkInputSchema, TestLocationResultSchema as StorageTestLocationResultSchema, WriteChunkInputSchema as StorageWriteChunkInputSchema, StreamCodecSchema, StreamFormatSchema, StreamNetworkStatsSchema, StreamParamsOptionsSchema, StreamParamsStatusSchema, StreamProfileConfigSchema, StreamProfileOptionsSchema, StreamProfilePatchSchema, StreamProfileSchema, StreamSourceEntrySchema, StreamSourceSchema, SubscribeAudioChunksInputSchema, SubscribeAudioChunksResultSchema, SubscribeFramesInputSchema, SubscribeFramesResultSchema, SwitchStatusSchema, SystemMetricsSchema, SystemMirror, TAXONOMY_COLORS, TIMELAPSE_DENSE_FLOOR_SEC, TIMEZONES, TRANSCODE_DOWN_MAX_BITRATE_KBPS, TRANSCODE_DOWN_MAX_HEIGHT, TamperStatusSchema, TankStatusSchema, TargetKindCapsSchema, TargetKindLevelSchema, TargetKindSchema, TargetSchema, TemperatureSensorStatusSchema, TerminalInstanceInfoSchema, TerminalLegacyCameraSchema, TerminalOutputBatchSchema, TerminalOutputEventSchema, TerminalProfileInfoSchema, TerminalSessionInfoSchema, TestConnectionResultSchema$1 as TestConnectionResultSchema, TestConnectionStatusEnum, TestResultSchema, TimelapseRuleInputSchema, TimelapseRulePatchSchema, TimelapseRuleSchema, TimelapseTemplateSchema, ToastSchema, TokenScopeSchema, TopologyNodeSchema, TopologyProcessSchema, TopologyServiceSchema, TrackCascadeCountsSchema, TrackEnvelopeSchema, TrackFlagsPatchSchema, TrackFlagsSchema, TrackProjectionSchema, TrackSchema, TrackSourceSchema, TrackStateSchema, TrackZoneFilterSchema, TrackedDetectionSchema, TrainingExportDeviceTotalsSchema, TrainingExportSummarySchema, TurnServerSchema, UNIT_TABLE, BrokerInfoSchema$1 as UnifiedBrokerInfoSchema, UnitConversionError, UpdateIntegrationInputSchema, UpdateStatusSchema, UpdateUserInputSchema, UserRecordSchema, UserSummarySchema, VacuumControlStatusSchema, VacuumStateSchema, ValveStateSchema, ValveStatusSchema, VectorDeclareIndexInputSchema, VectorDeleteByFilterInputSchema, VectorDeleteInputSchema, VectorDeleteResultSchema, VectorFilterSchema, VectorGetInputSchema, VectorGetResultSchema, VectorItemSchema, VectorMatchSchema, VectorMetadataSchema, VectorMetricSchema, VectorQueryInputSchema, VectorQueryResultSchema, VectorStatsInputSchema, VectorStatsResultSchema, VectorUpsertInputSchema, VectorUpsertResultSchema, VibrationStatusSchema, VideoEncodeSchema, WEBRTC_EGRESS_PROFILE, WELL_KNOWN_TABS, WELL_KNOWN_TAB_MAP, WaterHeaterStatusSchema, WeatherStatusSchema, WebrtcStreamChoiceSchema, WebrtcStreamTargetSchema, WhiteBalanceModeSchema, WidgetHostEnum, WidgetLoginMethodSchema, WidgetMetadataSchema, WidgetRemoteSchema, WidgetSizeEnum, YAMNET_TO_MACRO, ZoneCrossingDirectionSchema, ZoneCrossingSchema, ZoneKindEnum, ZoneRuleModeEnum, ZoneRuleSchema, ZoneRuleStageEnum, ZoneRulesArraySchema, ZoneSchema, ZoneScopeBreakdownSchema, accessoriesCapability, accessoryStableId, addonPagesCapability, addonPagesSourceCapability, addonRoutesCapability, addonSettingsCapability, addonWidgetsCapability, addonWidgetsSourceCapability, addonsCapability, adminUiCapability, airQualitySensorCapability, alarmPanelCapability, alertsCapability, ambientLightSensorCapability, asBoolean, asJsonArray, asJsonObject, asNumber, asString, assertTimelapseCadences, audioAnalysisCapability, audioAnalyzerCapability, audioCodecCapability, audioIsFailClosed, audioLabelChoices, audioMetricsCapability, audioOrDefaults, audioPlanFromEncodeProfile, authProviderCapability, autoAssignProfiles, automationControlCapability, backupCapability, bareAddonId, batteryCapability, bestLocationMatch, binaryCapability, bindAddonActions, brightnessCapability, brokerCapability, buildAddonRouteProvider, buildAudioArgs, buildEventKindDescriptor, buildFfmpegArgs, buildInputArgs, buildModelVariantGroups, buildNcTaxonomy, buildRoleScopes, buildStreamParamsConfigSchema, buildVideoArgs, buttonCapability, cameraCredentialsCapability, cameraPipelineConfigCapability, cameraStreamsCapability, canConvertUnit, canonicalEgressPlan, carbonMonoxideCapability, cellsToRects, classifyBearerPrincipal, classifyStream, classifyStreams, climateControlCapability, collectHydratedFieldEntries, collectHydratedFieldValues, colorCapability, colorForKind, compileExpression, compileExpressionSafe, composeSwitchedOff, conditionDepth, connectionTestCapability, connectivityCapability, consumablesCapability, contactCapability, controlCapability, convertUnit, coreBlockAddonId, coreBlockIdFromAddonId, coreBlocksCapability, cosineSimilarity, countConditionLeaves, coverCapability, createDeviceProxy, createDurableState, createEvent, createExpressionScope, createHwAccelCache, createLazyTrpcSource, createMirrorSource, createRuntimeStateBridge, createSliceHandle, createSystemProxy, customAction, customModelRegistryCapability, dataStoreProviderCapability, dayNightCapability, declarationOwnerNodeId, decodeVectorBase64, decoderCapability, defaultDeviceFor, defineCustomActions, deriveCameraSwitches, deriveDetailCropRect, deriveRecordingMode, describeModelVariant, detectAccessRole, detectionPipelineCapability, deviceAdoptionCapability, deviceBackendToFormat, deviceCustomAction, deviceDiscoveryCapability, deviceExportCapability, deviceManagerCapability, deviceMatchesProfile, deviceOpsCapability, deviceProviderCapability, deviceSelectorMatches, deviceStateCapability, deviceStatusCapability, doorbellCapability, egressTranscodeSharingKey, egressTransportFromRequest, embeddingEncoderCapability, emitDownForOwnedCaps, emitReadiness, encodeProfileFromStreamShape, encodeVectorBase64, enumSensorCapability, enumerateInferenceDevices, enumerateItemArrayFields, enumerateSchemaFields, errMsg, evaluateAst, evaluateExpressionSource, evaluateZoneRules, event, eventEmitterCapability, eventsCapability, expandCapMethods, extractNestedAddonId, extractSourceInfoFromMetadata, faceGalleryCapability, fanControlCapability, featureProbeCapability, filesystemBrowseCapability, findTimezone, floodCapability, formatForBackend, formatForRuntime, gasCapability, generateAutomationBlock, getAudioMacroClassIds, getByPath, getCapsByProviderKind, getTaxonomyEntry, hasMotionTrigger, hfModelUrl, htmlToText, humidifierCapability, humiditySensorCapability, hydrateSchema, imageCapability, imageSettingsCapability, integrationsCapability, intercomCapability, invocationFromEncodeProfile, isAgentOnlyPlacement, isArrayOutputSchema, isAudioLabelSelected, isBaseConditionKey, isCollectionArrayMethod, isDeployableToAgent, isDetectionMacroClass, isDeviceConfigCap, isDeviceScopedCap, isEvent, isIsolatedBuiltin, isNode, isObjectInput, isRestoredCap, 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, methodAccessForHttpMethod, metricsProviderCapability, modelConvertCapability, modelDistributorCapability, modelFormatForRuntime, motionCapability, motionDetectionCapability, motionTriggerCapability, motionZonesCapability, mqttBrokerCapability, nativeObjectDetectionCapability, networkAccessCapability, networkQualityCapability, nodePin, nodesCapability, normalizeAddonInitResult, normalizeAudioLabel, normalizeTokenScopes, normalizeUnit, notificationOutputCapability, notificationRulesCapability, notifierCapability, numericSensorCapability, oauthIntegrationCapability, objectInputDeclaresAddonId, osdCapability, osdManagerCapability, parseCameraStreamConfig, parseExpression, parseJsonArray, parseJsonObject, parseJsonUnknown, parseProfileBrokerId, parseStreamParamsFormPatch, patchAudio, petFeederCapability, pickAccessoryControl, pickDetailCropConvention, pickNativeLeaseOverride, pickPreferredRtspEntry, pickVideoEncoder, pickerForCondition, pipelineAnalyticsCapability, pipelineExecutorCapability, pipelineOrchestratorCapability, pipelineRunnerCapability, plateGalleryCapability, platformProbeCapability, powerMeterCapability, prepareNotification, presenceCapability, pressureSensorCapability, principalMayReachAddon, privacyMaskCapability, procedureAuthKey, ptzAutotrackCapability, ptzCapability, pythonScriptForBackend, readDetailCropConvention, readDeviceStateFrom, readNativeLeaseOverride, readNodePin, readTimelapseGeneratedAt, readinessKey, rebootCapability, recordingCapability, recordingExportCapability, rectsToCells, requiresPython, resolveAddonExecution, resolveAddonGroup, resolveAddonPlacement, resolveAddonRuntime, resolveCapMount, resolveDetectionRuntime, resolveDeviceControlKind, resolveDeviceProfile, resolveEgressDecodeHwAccel, resolveFormat, resolveHydratedFieldValue, resolveModelFormat, resolveMutate, resolveRunnerId, resolveScrubThumbnailGeometry, resolveVariantModelId, resolveViewableDeviceIds, roleSpec, runInferenceStep, runtimeDevices, runtimeStatePolicyFor, sceneMonitorCapability, scopeInherits, scopeKey, scopesAllowAddon, scopesAllowDeviceCap, scoreRuntimes, scriptRunnerCapability, selectAssignedProfileSlots, serverManagementCapability, setByPath, settingsStoreCapability, sleep, sleepCancellable, smokeCapability, smtpProviderCapability, snapshotCapability, ssoBridgeCapability, startReachabilityPoll, stateVocabularyFor, storageCapability, storageEvictableCapability, storageMigrationCapability, storageProviderCapability, streamBrokerCapability, streamCatalogCapability, streamParamsCapability, streamPixels, streamQualityLabel, subKindsOf, summarisePrivacyAudio, summarizeEffectiveScope, supportedRuntimes, switchCapability, switchedOffIds, synthesizeSourceInfo, systemCapability, tamperCapability, taskLogEntrySchema, taskPhaseSchema, taskTargetSchema, temperatureSensorCapability, terminalSessionCapability, textToHtml, toDeviceSummary, toExpressionValue, toNodeId, toStreamSourceEntry, toastCapability, toggleAudioLabel, tokenize, transcodeBody, tryConvertUnit, turnProviderCapability, unitDimension, unitsForDimension, updateCapability, userManagementCapability, userPasskeysCapability, vacuumControlCapability, validateExpressionSource, validateRecipeBounds, valveCapability, vectorDimFromBase64, vectorStoreCapability, vibrationCapability, videoclipsCapability, viewerUiCapability, waterHeaterCapability, weatherCapability, webrtcClientHintsSchema, webrtcSessionCapability, wiringAddonHealthSchema, wiringHealthSnapshotSchema, wiringNodeHealthSchema, wiringProbeKindSchema, wiringProbeResultSchema, zodEntriesToConfigUI, zoneAnalyticsCapability, zoneRulesCapability, zonesCapability };