@camstack/types 1.2.123 → 1.2.126

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-BZL-fdNj.mjs";
2
- import { $ as DecodedFrameSchema, A as event, B as ReadinessRegistry, C as DeviceFeature, Ct as isEvent, D as DEFAULT_RUNTIME_STATE_DURABILITY, Dt as collectHydratedFieldValues, E as adminUiCapability, Et as collectHydratedFieldEntries, F as systemMethod, G as BrokerStatsSchema, H as emitDownForOwnedCaps, I as CAP_NODE_PIN_CONTEXT_KEY, J as CamProfileSchema, K as BrokerStatusSchema, L as nodePin, M as isDeviceConfigCap, N as method, O as DEVICE_SETTINGS_CONTRIBUTION_METHODS, Ot as hydrateSchema, P as resolveCapMount, Q as DecodedAudioChunkSchema, R as readNodePin, S as ChargingStatus, St as emitReadiness, T as DeviceType, Tt as WELL_KNOWN_TAB_MAP, U as readinessKey, V as ReadinessTimeoutError, W as scopeKey, X as CamStreamResolutionSchema, Y as CamStreamKindSchema, Z as CameraStreamSchema, _ as createMirrorSource, _t as DisposerChain, a as asJsonObject, at as ProfileSlotStatusSchema, b as deviceOpsCapability, bt as createDurableState, c as parseJsonArray, ct as SubscribeAudioChunksInputSchema, d as BOOT_RECOVERY_BACKOFF_MS, dt as SubscribeFramesResultSchema, et as EncodedPacketSchema, f as DEVICE_SCOPED_CAPS, ft as makeProfileBrokerId, g as createLazyTrpcSource, gt as DATAPLANE_SECRET_HEADER, h as createEventBusSliceSource, ht as selectAssignedProfileSlots, i as asJsonArray, it as ProfileSlotSchema, j as expandCapMethods, k as DEVICE_STATUS_METHOD, kt as resolveHydratedFieldValue, l as parseJsonObject, lt as SubscribeAudioChunksResultSchema, m as createDeviceProxy, mt as parseProfileBrokerId, n as sleepCancellable, nt as FrameHandleSchema, o as asNumber, ot as StreamSourceEntrySchema, p as isDeviceScopedCap, pt as makeSourceBrokerId, q as CAM_PROFILE_ORDER, r as asBoolean, rt as ProfileRtspEntrySchema, s as asString, st as StreamSourceSchema, t as sleep, tt as FrameHandleFormatSchema, u as parseJsonUnknown, ut as SubscribeFramesInputSchema, v as createSliceHandle, vt as BaseAddon, w as DeviceRole, wt as WELL_KNOWN_TABS, x as viewerUiCapability, xt as createEvent, y as RawStateResultSchema, yt as normalizeAddonInitResult, z as toNodeId } from "./sleep-C9C8EoK8.mjs";
2
+ import { $ as DecodedFrameSchema, A as event, B as ReadinessRegistry, C as DeviceFeature, Ct as isEvent, D as DEFAULT_RUNTIME_STATE_DURABILITY, Dt as collectHydratedFieldValues, E as adminUiCapability, Et as collectHydratedFieldEntries, F as systemMethod, G as BrokerStatsSchema, H as emitDownForOwnedCaps, I as CAP_NODE_PIN_CONTEXT_KEY, J as CamProfileSchema, K as BrokerStatusSchema, L as nodePin, M as isDeviceConfigCap, N as method, O as DEVICE_SETTINGS_CONTRIBUTION_METHODS, Ot as hydrateSchema, P as resolveCapMount, Q as DecodedAudioChunkSchema, R as readNodePin, S as ChargingStatus, St as emitReadiness, T as DeviceType, Tt as WELL_KNOWN_TAB_MAP, U as readinessKey, V as ReadinessTimeoutError, W as scopeKey, X as CamStreamResolutionSchema, Y as CamStreamKindSchema, Z as CameraStreamSchema, _ as createMirrorSource, _t as DisposerChain, a as asJsonObject, at as ProfileSlotStatusSchema, b as deviceOpsCapability, bt as createDurableState, c as parseJsonArray, ct as SubscribeAudioChunksInputSchema, d as BOOT_RECOVERY_BACKOFF_MS, dt as SubscribeFramesResultSchema, et as EncodedPacketSchema, f as DEVICE_SCOPED_CAPS, ft as makeProfileBrokerId, g as createLazyTrpcSource, gt as DATAPLANE_SECRET_HEADER, h as createEventBusSliceSource, ht as selectAssignedProfileSlots, i as asJsonArray, it as ProfileSlotSchema, j as expandCapMethods, k as DEVICE_STATUS_METHOD, kt as resolveHydratedFieldValue, l as parseJsonObject, lt as SubscribeAudioChunksResultSchema, m as createDeviceProxy, mt as parseProfileBrokerId, n as sleepCancellable, nt as FrameHandleSchema, o as asNumber, ot as StreamSourceEntrySchema, p as isDeviceScopedCap, pt as makeSourceBrokerId, q as CAM_PROFILE_ORDER, r as asBoolean, rt as ProfileRtspEntrySchema, s as asString, st as StreamSourceSchema, t as sleep, tt as FrameHandleFormatSchema, u as parseJsonUnknown, ut as SubscribeFramesInputSchema, v as createSliceHandle, vt as BaseAddon, w as DeviceRole, wt as WELL_KNOWN_TABS, x as viewerUiCapability, xt as createEvent, y as RawStateResultSchema, yt as normalizeAddonInitResult, z as toNodeId } from "./sleep-bm0x6zZF.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";
@@ -1192,6 +1192,69 @@ function composeSwitchedOff(input) {
1192
1192
  };
1193
1193
  }
1194
1194
  //#endregion
1195
+ //#region src/interfaces/config-ui-secrets.ts
1196
+ /**
1197
+ * The value a redacted secret is replaced with on every read surface.
1198
+ *
1199
+ * It is also the WRITE-BACK token: an `upsertLocation` that sends this value
1200
+ * back for a key means "keep what is stored", which is what lets an operator
1201
+ * rename a location without retyping its password. A literal an operator could
1202
+ * plausibly choose as a real password would turn that convenience into a way
1203
+ * to lock yourself out, hence the sentinel shape.
1204
+ */
1205
+ var REDACTED_SECRET = "__camstack_redacted__";
1206
+ /** Is this field's stored value a credential? */
1207
+ function isSecretConfigField(field) {
1208
+ if (field.type === "password") return true;
1209
+ return "secret" in field && field.secret === true;
1210
+ }
1211
+ /**
1212
+ * Every config key in `schema` whose value is a secret, including keys nested
1213
+ * inside `group` / `sub-tabs` containers.
1214
+ */
1215
+ function collectSecretConfigKeys(schema) {
1216
+ const keys = /* @__PURE__ */ new Set();
1217
+ for (const section of sectionsOf(schema)) for (const field of fieldsOf(section)) walkField(field, keys);
1218
+ return keys;
1219
+ }
1220
+ /**
1221
+ * True when the value is a readable schema declaring at least one field of any
1222
+ * kind. Lets a caller tell "this provider has no secrets" from "this provider's
1223
+ * schema could not be read", which are the same empty set otherwise.
1224
+ */
1225
+ function schemaDeclaresAnyField(schema) {
1226
+ for (const section of sectionsOf(schema)) if (fieldsOf(section).length > 0) return true;
1227
+ return false;
1228
+ }
1229
+ function isRecord$2(value) {
1230
+ return typeof value === "object" && value !== null && !Array.isArray(value);
1231
+ }
1232
+ function sectionsOf(schema) {
1233
+ if (!isRecord$2(schema)) return [];
1234
+ const sections = schema["sections"];
1235
+ return Array.isArray(sections) ? sections : [];
1236
+ }
1237
+ function fieldsOf(node) {
1238
+ if (!isRecord$2(node)) return [];
1239
+ const fields = node["fields"];
1240
+ return Array.isArray(fields) ? fields : [];
1241
+ }
1242
+ function walkField(field, out) {
1243
+ if (!isRecord$2(field)) return;
1244
+ const type = field["type"];
1245
+ const key = field["key"];
1246
+ if ((type === "password" || field["secret"] === true) && typeof key === "string" && key.length > 0) out.add(key);
1247
+ if (type === "group") {
1248
+ for (const child of fieldsOf(field)) walkField(child, out);
1249
+ return;
1250
+ }
1251
+ if (type === "sub-tabs") {
1252
+ const tabs = field["tabs"];
1253
+ if (!Array.isArray(tabs)) return;
1254
+ for (const tab of tabs) for (const child of fieldsOf(tab)) walkField(child, out);
1255
+ }
1256
+ }
1257
+ //#endregion
1195
1258
  //#region src/interfaces/device-capabilities/camera.ts
1196
1259
  /** Friendly display labels for stream quality IDs. */
1197
1260
  var STREAM_QUALITY_LABELS = {
@@ -2224,18 +2287,61 @@ var RelocateFootageInputSchema = z.object({
2224
2287
  * `RecordingConfig.enabled` or camera wrapper bindings. */
2225
2288
  var StorageMigrationLeaseInputSchema = z.object({ leaseId: z.string().min(1) });
2226
2289
  var StorageMigrationFootageMoveInputSchema = RelocateFootageInputSchema.extend({ leaseId: z.string().min(1) });
2290
+ /**
2291
+ * What a `relocateMedia` pass DOES. One engine, three passes — never a second
2292
+ * mover (the engine already walks both collections with a timestamp cursor and
2293
+ * already has a stamp-without-copy path).
2294
+ *
2295
+ * - `move` — the default and the historical behaviour: event-media and
2296
+ * retrain blobs move to `toLocationId` and their rows are
2297
+ * stamped. The enrolled gallery is skipped (D197).
2298
+ * - `seal` — ROWS ONLY, no bytes. Every row whose `locationId` is NULL is
2299
+ * stamped with `toLocationId`. `toLocationId` here is the id the
2300
+ * bytes ALREADY sit on — today's `eventMedia` default — because
2301
+ * a NULL row means "wherever `eventMedia` points *now*", and the
2302
+ * instant a repoint moves that pointer the row reads from the
2303
+ * new disk while its bytes are on the old one.
2304
+ * - `gallery` — the inverse selection of `move`: ONLY the retention-exempt
2305
+ * (enrolled-gallery) rows, which `move` deliberately skips.
2306
+ * `galleryMedia` is `cardinality: 'single'`, so this pass can
2307
+ * never run beside a live second location: it is stop-the-world
2308
+ * by construction, which is acceptable only because the gallery
2309
+ * is a few KB per enrolled sample.
2310
+ */
2311
+ var MediaRelocateModeSchema = z.enum([
2312
+ "move",
2313
+ "seal",
2314
+ "gallery"
2315
+ ]);
2227
2316
  var RelocateMediaInputSchema = z.object({
2228
2317
  toLocationId: z.string(),
2229
- throttleMbps: z.number().min(1).max(1e3).optional()
2318
+ throttleMbps: z.number().min(1).max(1e3).optional(),
2319
+ /** Omitted = `move`, the pre-existing behaviour. */
2320
+ mode: MediaRelocateModeSchema.optional()
2321
+ });
2322
+ /** How many rows still carry NO `locationId` — the population a repoint would
2323
+ * silently re-aim at a disk that does not hold their bytes. Zero is the only
2324
+ * value that permits a non-blocking `eventMedia` cutover. */
2325
+ var UnstampedEventMediaCountSchema = z.object({
2326
+ media: z.number().int().nonnegative(),
2327
+ retrainFrames: z.number().int().nonnegative(),
2328
+ total: z.number().int().nonnegative()
2230
2329
  });
2231
2330
  var StorageMigrationMediaMoveInputSchema = RelocateMediaInputSchema.extend({ leaseId: z.string().min(1) });
2232
- /** The independently selectable logical storage classes. `recordings`
2233
- * encompasses the high and mid segment profiles; `recordingsLow` is low
2234
- * segments; `eventMedia` is post-analysis blobs. */
2331
+ /** The independently selectable logical storage classes — every class
2332
+ * `storage.listLocationDeclarations` reports, so an operator never meets a
2333
+ * Zod enum error where they should meet an explanation.
2334
+ *
2335
+ * `recordings` encompasses the high and mid segment profiles; `recordingsLow`
2336
+ * is low segments; `eventMedia` is post-analysis blobs; `galleryMedia` is the
2337
+ * enrolled gallery; `backups` is the system backup archive. The last two have
2338
+ * their own rules — see {@link StorageMigrationFindingCodeSchema}. */
2235
2339
  var StorageMigrationClassSchema = z.enum([
2236
2340
  "recordings",
2237
2341
  "recordingsLow",
2238
- "eventMedia"
2342
+ "eventMedia",
2343
+ "backups",
2344
+ "galleryMedia"
2239
2345
  ]);
2240
2346
  /** A destination is always an existing, fully-qualified location id. The
2241
2347
  * migration API intentionally never changes a source location's `basePath`:
@@ -2243,20 +2349,56 @@ var StorageMigrationClassSchema = z.enum([
2243
2349
  var StorageMigrationDestinationsSchema = z.object({
2244
2350
  recordings: z.string().min(1).optional(),
2245
2351
  recordingsLow: z.string().min(1).optional(),
2246
- eventMedia: z.string().min(1).optional()
2352
+ eventMedia: z.string().min(1).optional(),
2353
+ backups: z.string().min(1).optional(),
2354
+ galleryMedia: z.string().min(1).optional()
2247
2355
  }).refine((value) => Object.keys(value).length > 0, { message: "select at least one storage class" });
2356
+ /**
2357
+ * How a migration sequences the cutover against the byte move.
2358
+ *
2359
+ * - `blocking` — the historical order: pause, move every byte, repoint,
2360
+ * resume. Recording is stopped for the whole move. Right
2361
+ * for a small or a cold class, and the only legal mode for
2362
+ * a `cardinality: 'single'` class.
2363
+ * - `nonBlocking` — repoint FIRST, drain behind: seal, pause, repoint,
2364
+ * refresh, resume, then move the past with everything
2365
+ * running. The pause is three bounded instants (a detach +
2366
+ * attach round, a write-gate drain, a lease) instead of one
2367
+ * bounded by bytes. 1.09 TB at 7–14 MB/s is thirty hours of
2368
+ * stopped recording under `blocking`; the same move is
2369
+ * seconds of stopped recording under `nonBlocking`.
2370
+ *
2371
+ * The mode is on the JOB, not only on the input, because `status` is where an
2372
+ * operator finds out which one is running.
2373
+ */
2374
+ var StorageMigrationModeSchema = z.enum(["blocking", "nonBlocking"]);
2248
2375
  /** Shared input for planning and starting an orchestrated storage migration. */
2249
2376
  var StorageMigrationInputSchema = z.object({
2250
2377
  destinations: StorageMigrationDestinationsSchema,
2251
- throttleMbps: z.number().min(1).max(1e3).optional()
2378
+ throttleMbps: z.number().min(1).max(1e3).optional(),
2379
+ /** Omitted = `blocking`, which stays the default. */
2380
+ mode: StorageMigrationModeSchema.optional()
2252
2381
  });
2253
- /** The durable coordinator state machine. The only phase that changes default
2254
- * locations is `repointing`, after every selected mover has completed and been
2255
- * verified. */
2382
+ /**
2383
+ * The durable coordinator state machine.
2384
+ *
2385
+ * `blocking`:
2386
+ * planning → pausing → moving → verifying → repointing → refreshing → resuming → done
2387
+ *
2388
+ * `nonBlocking`:
2389
+ * planning → sealing → pausing → repointing → refreshing → resuming → draining → verifying → done
2390
+ *
2391
+ * Same phases, different order plus two new ones — not a second mover.
2392
+ * `sealing` closes the `eventMedia` NULL-row hole BEFORE anything is paused;
2393
+ * `draining` runs the same movers UNLEASED, after every writer is back up.
2394
+ * `repointing` is still the only phase that changes a default location.
2395
+ */
2256
2396
  var StorageMigrationPhaseSchema = z.enum([
2257
2397
  "planning",
2398
+ "sealing",
2258
2399
  "pausing",
2259
2400
  "moving",
2401
+ "draining",
2260
2402
  "verifying",
2261
2403
  "repointing",
2262
2404
  "refreshing",
@@ -2270,17 +2412,56 @@ var StorageMigrationParticipantSchema = z.enum([
2270
2412
  "recorder",
2271
2413
  "analytics"
2272
2414
  ]);
2415
+ /**
2416
+ * The mover's own numbers, folded onto the coordinator's durable move record.
2417
+ *
2418
+ * The long half of a non-blocking migration is `draining`, and it is measured
2419
+ * in hours: 136 885 files at ~4 MB/s is about five of them. Before this shape
2420
+ * existed the only place those numbers appeared was a Loki line, so an operator
2421
+ * watching the Admin UI saw `phase: draining` and nothing else for a whole
2422
+ * afternoon.
2423
+ *
2424
+ * It is POLLED, never pushed. Events are telemetry and may be dropped
2425
+ * (D8/D11), and a dropped progress event is indistinguishable from a stalled
2426
+ * mover — which is the exact failure this is meant to end. The coordinator's
2427
+ * `waitForMoves` already fetches the whole {@link RelocateJob} on every tick to
2428
+ * read `state`; folding the counters costs no extra read and makes the durable
2429
+ * record say afterwards how far a move actually got.
2430
+ *
2431
+ * `filesTotal` is `null` for "no honest denominator" and is never zero-filled:
2432
+ * a windowed footage job (`sinceMs`) and a node with no ledger both genuinely
2433
+ * cannot say M, and a 0 there would render as "100 % done".
2434
+ */
2435
+ var StorageMigrationMoveProgressSchema = z.object({
2436
+ filesMoved: z.number().int().nonnegative(),
2437
+ /** The archive census — the **M** of "N of M" (D295). `null` = unknowable. */
2438
+ filesTotal: z.number().int().nonnegative().nullable(),
2439
+ bytesMoved: z.number().int().nonnegative(),
2440
+ /** The MOVER's start, not the migration's: a drain restarted after an addon
2441
+ * crash gets a new mover, and a rate computed from the migration's start
2442
+ * would silently average in the time nothing was running. */
2443
+ startedAt: z.number(),
2444
+ /** When the coordinator last read these numbers. Paired with `startedAt` it
2445
+ * is the only honest rate: both clocks are the hub's, so a UI never has to
2446
+ * subtract its own. */
2447
+ observedAt: z.number()
2448
+ });
2273
2449
  var StorageMigrationMoveSchema = z.object({
2274
2450
  storageClass: StorageMigrationClassSchema,
2275
2451
  fromLocationId: z.string(),
2276
2452
  toLocationId: z.string(),
2277
2453
  moverJobId: z.string().nullable(),
2278
2454
  state: RelocateJobStateSchema.nullable(),
2279
- error: z.string().nullable()
2455
+ error: z.string().nullable(),
2456
+ /** Last observed mover counters; `null` until the mover has been polled once. */
2457
+ progress: StorageMigrationMoveProgressSchema.nullable()
2280
2458
  });
2281
2459
  var StorageMigrationJobSchema = z.object({
2282
2460
  jobId: z.string(),
2283
2461
  phase: StorageMigrationPhaseSchema,
2462
+ /** Which order this job is running. `status` is the only place an operator
2463
+ * can tell a seconds-long cutover from a thirty-hour one. */
2464
+ mode: StorageMigrationModeSchema,
2284
2465
  destinations: StorageMigrationDestinationsSchema,
2285
2466
  throttleMbps: z.number(),
2286
2467
  moves: z.array(StorageMigrationMoveSchema),
@@ -2293,13 +2474,154 @@ var StorageMigrationJobSchema = z.object({
2293
2474
  finishedAt: z.number().nullable(),
2294
2475
  error: z.string().nullable()
2295
2476
  });
2477
+ /**
2478
+ * What the planner NOTICED but did not refuse.
2479
+ *
2480
+ * A refusal throws — the operator cannot miss it. A finding is the other half:
2481
+ * something true about this plan that changes what the operator should expect,
2482
+ * surfaced where they read it rather than in a document they will not open.
2483
+ *
2484
+ * - `sharesDeviceWithSource` — the destination realpath's to the same place as
2485
+ * the source. The move will be a row re-stamp, not a byte move, and it buys
2486
+ * no redundancy. NOTE: this is PATH identity, not `st_dev` — two distinct
2487
+ * directories on one filesystem are NOT detected. See
2488
+ * `deviceIdentityUnknown`.
2489
+ * - `deviceIdentityUnknown` — a location carries a `nodeId` other than this
2490
+ * one (or has no `basePath`), so its realpath cannot be taken here and the
2491
+ * same-device question was not answered at all. Stated rather than assumed
2492
+ * clear: a check that silently never fires is worse than no check.
2493
+ * - `unstampedEventMediaRows` — how many `eventMedia`/retrain rows still carry
2494
+ * no `locationId`. Non-zero refuses a `nonBlocking` cutover.
2495
+ * - `blockingOnly` — this class is `cardinality: 'single'`, so it can never
2496
+ * span two locations and can only ever be moved stop-the-world.
2497
+ * - `noMover` — the class is selectable and planned, but no addon owns a mover
2498
+ * for it. The migration cannot move its bytes.
2499
+ */
2500
+ var StorageMigrationFindingCodeSchema = z.enum([
2501
+ "sharesDeviceWithSource",
2502
+ "deviceIdentityUnknown",
2503
+ "unstampedEventMediaRows",
2504
+ "blockingOnly",
2505
+ "noMover"
2506
+ ]);
2507
+ var StorageMigrationFindingSchema = z.object({
2508
+ code: StorageMigrationFindingCodeSchema,
2509
+ storageClass: StorageMigrationClassSchema,
2510
+ /** Human-readable, already carrying the ids and counts. */
2511
+ message: z.string()
2512
+ });
2296
2513
  var StorageMigrationPlanSchema = z.object({
2297
2514
  destinations: StorageMigrationDestinationsSchema,
2515
+ /** The mode this plan was built for. A plan is only valid for its mode: the
2516
+ * `eventMedia` seal gate and the single-cardinality refusal both depend on
2517
+ * it. */
2518
+ mode: StorageMigrationModeSchema,
2298
2519
  moves: z.array(z.object({
2299
2520
  storageClass: StorageMigrationClassSchema,
2300
2521
  fromLocationId: z.string(),
2301
2522
  toLocationId: z.string()
2302
- }))
2523
+ })),
2524
+ findings: z.array(StorageMigrationFindingSchema)
2525
+ });
2526
+ /**
2527
+ * Which single-flight engine owns a class of work.
2528
+ *
2529
+ * Shared rather than re-declared per consumer: the coordinator lanes its moves
2530
+ * by it, and `storageMigration.movers` labels a mover with it so an operator
2531
+ * can see *which* engine is busy when a drain refuses to start beside another.
2532
+ */
2533
+ var StorageMigrationLaneSchema = z.enum(["footage", "media"]);
2534
+ /**
2535
+ * A mover as it exists RIGHT NOW, whether or not a migration job owns it.
2536
+ *
2537
+ * The coordinator's job record is the state of record for a migration, and its
2538
+ * moves carry {@link StorageMigrationMoveProgress}. But the movers are usable
2539
+ * standalone — `recording.relocateFootage` and `pipelineAnalytics.relocateMedia`
2540
+ * are both operator-callable, and on 2026-08-29 a five-hour drain was armed that
2541
+ * way because no supported UI path existed. A mover armed like that has no job
2542
+ * to fold progress into, so it has to be readable on its own or it is invisible.
2543
+ *
2544
+ * `migrationJobId` is what tells the two apart: `null` means nothing here
2545
+ * orchestrated it.
2546
+ */
2547
+ var StorageMigrationMoverSchema = z.object({
2548
+ lane: StorageMigrationLaneSchema,
2549
+ job: RelocateJobSchema,
2550
+ /** The coordinator job that armed this mover, or `null` for a mover armed
2551
+ * directly against the owning addon. */
2552
+ migrationJobId: z.string().nullable(),
2553
+ /** When the hub read these counters. Stamped here so a rate is `bytesMoved`
2554
+ * over (`observedAt` − `job.startedAt`) with BOTH ends on the hub's clock —
2555
+ * a browser subtracting its own `Date.now()` from a server `startedAt` is a
2556
+ * rate made of two different clocks. */
2557
+ observedAt: z.number()
2558
+ });
2559
+ /**
2560
+ * What a SOURCE still holds for one storage class — the number that makes a
2561
+ * "drain remaining" action honest rather than hopeful.
2562
+ *
2563
+ * It comes from the archive (`SegmentHourLedger.census` for footage, the media
2564
+ * engine's own selection count for media), never from the resident index: a
2565
+ * drain sized off `RecordingIndex` is what reported `done` over 80.3 GB it had
2566
+ * never been told about (D295).
2567
+ *
2568
+ * `items`/`bytes` are `null` for "the archive could not be asked", which is
2569
+ * deliberately NOT zero: a drain is still offered for an unknown residue,
2570
+ * because refusing on an unanswerable read would hide exactly the case an
2571
+ * operator needs to act on.
2572
+ */
2573
+ var StorageMigrationResidueSchema = z.object({
2574
+ storageClass: StorageMigrationClassSchema,
2575
+ /** The location still holding the data. `'*'` for the media lane, whose rows
2576
+ * move from wherever they are rather than from one named source. */
2577
+ fromLocationId: z.string(),
2578
+ /** Where a drain would move it — the class's CURRENT default. */
2579
+ toLocationId: z.string(),
2580
+ /** Segments (footage lane) or rows (media lane) still on the source. */
2581
+ items: z.number().int().nonnegative().nullable(),
2582
+ /** Bytes on the source; `null` when the lane counts rows rather than bytes. */
2583
+ bytes: z.number().int().nonnegative().nullable()
2584
+ });
2585
+ /**
2586
+ * Run the DRAIN half and nothing else.
2587
+ *
2588
+ * A migration that reached `done` has already repointed, so `start` correctly
2589
+ * refuses its destination ("already the default") — there is nothing left to
2590
+ * repoint. But the drain can fail, be cancelled, be interrupted by a restart,
2591
+ * or finish against a work list that was a tenth of the archive (D295), and
2592
+ * before this there was no supported way to run only that half: the only way
2593
+ * through was calling `recording.relocateFootage` by hand over admin tRPC.
2594
+ *
2595
+ * `drain` NEVER calls `setDefaultLocations`. That is what keeps `start`'s
2596
+ * refusal meaningful: the two verbs are disjoint, so nothing here can silently
2597
+ * re-repoint a class that is already migrated.
2598
+ */
2599
+ var StorageMigrationDrainInputSchema = z.object({
2600
+ /** The classes to drain. Each must appear in `storageMigration.residue`, so
2601
+ * a class whose source is already empty is refused rather than started. */
2602
+ classes: z.array(StorageMigrationClassSchema).min(1),
2603
+ throttleMbps: z.number().min(1).max(1e3).optional()
2604
+ });
2605
+ /** What a footage source still holds, asked of the durable hour ledger. */
2606
+ var RelocateResidueInputSchema = z.object({
2607
+ fromLocationId: z.string().min(1),
2608
+ /** Narrow to one logical class; omit for every profile on the location. */
2609
+ footageClass: RelocateFootageClassSchema.optional()
2610
+ });
2611
+ /** `null` = the archive could not answer (no ledger on this node, or the
2612
+ * aggregate failed). Never conflated with an empty source. */
2613
+ var RelocateResidueSchema = z.object({
2614
+ segments: z.number().int().nonnegative(),
2615
+ bytes: z.number().int().nonnegative()
2616
+ }).nullable();
2617
+ /** How many rows a media pass would still act on against a given target — the
2618
+ * media lane's denominator AND its residue, from ONE derivation so the two can
2619
+ * never disagree. `null` = the count could not be taken. */
2620
+ var RelocatableMediaCountSchema = z.object({ rows: z.number().int().nonnegative() }).nullable();
2621
+ var RelocatableMediaCountInputSchema = z.object({
2622
+ toLocationId: z.string().min(1),
2623
+ /** Omitted = `move`. */
2624
+ mode: MediaRelocateModeSchema.optional()
2303
2625
  });
2304
2626
  //#endregion
2305
2627
  //#region src/interfaces/server-analysis.ts
@@ -2418,6 +2740,38 @@ var StorageLocationRefSchema = z.union([StorageLocationTypeSchema, z.string().re
2418
2740
  * two addons declaring the same `id` must agree on `cardinality` (validated
2419
2741
  * at kernel aggregation time, not here).
2420
2742
  */
2743
+ /**
2744
+ * `StorageAccess` — how the service that DECLARED a storage-location kind
2745
+ * actually reaches the bytes. It is the constraint that decides which
2746
+ * `storage-provider`s may back a location of that kind.
2747
+ *
2748
+ * - `'local-path'` — the service asks `storage.resolve` for a path string and
2749
+ * then does its own `node:fs` I/O on it (the recorder's segment writer, the
2750
+ * post-analysis media roots). Only a provider that serves a genuine local
2751
+ * filesystem (`getProviderInfo().nodeLocal === true`) can satisfy that: a
2752
+ * remote provider's `resolve` returns a path on the REMOTE host, and
2753
+ * `fs.readdir` of it on this node either fails or — far worse — succeeds
2754
+ * against a same-named local directory that is something else entirely.
2755
+ *
2756
+ * - `'cap-mediated'` — every byte travels through the `storage` cap
2757
+ * (`read`/`write`, or `beginUpload`/`writeChunk`/`finalizeUpload`). The
2758
+ * service never sees a path, so any provider can back it. `backups` is the
2759
+ * one kind that qualifies today.
2760
+ *
2761
+ * Before this existed, `recordings` was unreachable by SFTP/S3/WebDAV only as
2762
+ * an EMERGENT property of how the recorder happened to be written. Nothing
2763
+ * refused the configuration; the first write simply went somewhere wrong, and
2764
+ * a recording write that goes wrong surfaces as a silent black window rather
2765
+ * than an error (the read path does not `stat`). This turns that accident into
2766
+ * a declared, enforced, testable refusal.
2767
+ */
2768
+ var StorageAccessSchema = z.enum(["local-path", "cap-mediated"]);
2769
+ /**
2770
+ * What an ABSENT `access` means. Fail-closed: a declaration that says nothing
2771
+ * is treated as if it does raw filesystem I/O, so a remote provider is
2772
+ * refused for it. The permissive value must be written down.
2773
+ */
2774
+ var STORAGE_ACCESS_FALLBACK = "local-path";
2421
2775
  var StorageLocationDeclarationSchema = z.object({
2422
2776
  /**
2423
2777
  * Global location identifier, e.g. `recordings` or `recordingsLow`.
@@ -2437,6 +2791,19 @@ var StorageLocationDeclarationSchema = z.object({
2437
2791
  */
2438
2792
  cardinality: z.enum(["single", "multi"]),
2439
2793
  /**
2794
+ * HOW the declaring service reaches the bytes — and therefore WHICH
2795
+ * providers may back a location of this kind. See {@link StorageAccessSchema}
2796
+ * and {@link STORAGE_ACCESS_FALLBACK}.
2797
+ *
2798
+ * Absent means `'local-path'`. That default is FAIL-CLOSED on purpose: it
2799
+ * can only over-restrict (refuse a remote provider for a kind that might
2800
+ * have coped) and never under-restrict. Declaring `'cap-mediated'` is the
2801
+ * permissive direction and is therefore never inferred — a repo guard
2802
+ * (`scripts/check-storage-access-declarations.ts`) refuses to let it be
2803
+ * reached by omission.
2804
+ */
2805
+ access: StorageAccessSchema.optional(),
2806
+ /**
2440
2807
  * When set, the default instance for this location inherits its resolved
2441
2808
  * root from the named location's default instance. Useful for derivative
2442
2809
  * slots (e.g. `recordingsLow` → `recordings`) so operators only need to
@@ -17547,8 +17914,10 @@ var TrackSchema = z.object({
17547
17914
  lastSeen: z.number(),
17548
17915
  /** Frame-rate position history (subject to maxPositionHistory cap). */
17549
17916
  positions: z.array(TrackPositionSchema).readonly(),
17550
- /** Periodic snapshots at snapshotIntervalMs cadence (subject to
17551
- * saveThumbnails policy). */
17917
+ /** Periodic snapshots at snapshotIntervalMs cadence DEBUG media, produced
17918
+ * only while `MediaSettings.debugMediaEnabled` is on for the camera (D299;
17919
+ * the retired `saveThumbnails` used to gate this and the rolling
17920
+ * `lastFrame` together). Empty is the healthy default, not a capture gap. */
17552
17921
  snapshots: z.array(TrackSnapshotSchema).readonly(),
17553
17922
  /** Deduplicated zones the track has entered at least once. Zone IDS. */
17554
17923
  zonesVisited: z.array(z.string()).readonly(),
@@ -18629,6 +18998,32 @@ var pipelineAnalyticsCapability = {
18629
18998
  kind: "mutation",
18630
18999
  auth: "admin"
18631
19000
  }),
19001
+ /**
19002
+ * How many media / retrain rows still carry NO `locationId`.
19003
+ *
19004
+ * A NULL row means "wherever `eventMedia` points NOW", so the instant a
19005
+ * repoint moves that pointer every such row reads from the new disk while
19006
+ * its bytes are on the old one — the archive goes dark until a drain
19007
+ * happens to stamp it. This count is what the migration planner's
19008
+ * non-blocking gate reads; `relocateMedia({ mode: 'seal' })` is what drives
19009
+ * it to zero.
19010
+ */
19011
+ countUnstampedEventMedia: method(z.object({}), UnstampedEventMediaCountSchema, { auth: "admin" }),
19012
+ /**
19013
+ * How many rows a pass would STILL act on against `toLocationId`.
19014
+ *
19015
+ * One derivation, two consumers: it is the media lane's denominator (the
19016
+ * **M** the footage lane gets from the ledger census — D295) and it is the
19017
+ * residue behind "drain remaining". Deriving them separately is how "N of M"
19018
+ * ends up comparing two different populations.
19019
+ *
19020
+ * `null` means the count could not be taken; it is never zero-filled,
19021
+ * because a zero here reads as "nothing left to move".
19022
+ */
19023
+ countRelocatableMedia: method(RelocatableMediaCountInputSchema, RelocatableMediaCountSchema, {
19024
+ kind: "query",
19025
+ auth: "admin"
19026
+ }),
18632
19027
  /** Every relocate job this addon knows about, newest first (in RAM: the
18633
19028
  * move is resumable, so a lost list costs nothing but the display). */
18634
19029
  listRelocateMediaJobs: method(z.object({}), z.array(RelocateJobSchema).readonly(), {
@@ -21701,7 +22096,24 @@ var storageCapability = {
21701
22096
  kind: "mutation",
21702
22097
  auth: "admin"
21703
22098
  }),
21704
- deleteLocation: method(z.object({ id: z.string() }), z.void(), {
22099
+ /**
22100
+ * Remove a location record. REFUSES a location that still holds data —
22101
+ * deleting a drained location whose durable rows still name it is how this
22102
+ * hub acquired 2 131 ghost `recordings:high` segments, and playback does
22103
+ * not stat, so the operator sees a silent black window rather than an
22104
+ * error.
22105
+ *
22106
+ * `force` exists because the occupancy check is BEST-EFFORT and refuses on
22107
+ * "unknown" as well as on "occupied" (a read that fails must not authorise
22108
+ * a destruction — D49). A location on a removed disk, on another node, or
22109
+ * behind a remote provider answers "unknown" forever, and a refusal an
22110
+ * operator cannot override is its own failure mode. `force: true` is
22111
+ * logged, loudly, with what the check saw.
22112
+ */
22113
+ deleteLocation: method(z.object({
22114
+ id: z.string(),
22115
+ force: z.boolean().optional()
22116
+ }), z.void(), {
21705
22117
  kind: "mutation",
21706
22118
  auth: "admin"
21707
22119
  }),
@@ -21794,6 +22206,35 @@ var storageMigrationCapability = {
21794
22206
  cancel: method(z.object({ jobId: z.string() }), z.object({ cancelled: z.boolean() }), {
21795
22207
  kind: "mutation",
21796
22208
  auth: "admin"
22209
+ }),
22210
+ /**
22211
+ * Every mover running RIGHT NOW, in both lanes, with its counters.
22212
+ *
22213
+ * `status` covers a migration's own moves — the coordinator folds their
22214
+ * progress onto the durable job record it is already polling. This covers
22215
+ * the other case, and it is not hypothetical: a drain armed straight against
22216
+ * `recording.relocateFootage` (the only path that existed before
22217
+ * {@link drain}) has no job to fold into and would otherwise be invisible.
22218
+ */
22219
+ movers: method(z.object({}), z.array(StorageMigrationMoverSchema).readonly(), { auth: "admin" }),
22220
+ /**
22221
+ * What each class's SOURCE still holds, from the archive — never from the
22222
+ * resident index (D295). Only classes with something left (or something
22223
+ * unknown) are listed, so an empty list means there is nothing to drain and
22224
+ * the UI has no honest button to offer.
22225
+ */
22226
+ residue: method(z.object({}), z.array(StorageMigrationResidueSchema).readonly(), { auth: "admin" }),
22227
+ /**
22228
+ * Run the drain half alone, on a class whose default has ALREADY moved.
22229
+ *
22230
+ * It never repoints anything, which is what lets `start` keep refusing a
22231
+ * destination that is already the default: the two verbs cannot be confused
22232
+ * for one another, and no operator can re-repoint a migrated class through
22233
+ * this door.
22234
+ */
22235
+ drain: method(StorageMigrationDrainInputSchema, z.object({ jobId: z.string() }), {
22236
+ kind: "mutation",
22237
+ auth: "admin"
21797
22238
  })
21798
22239
  }
21799
22240
  };
@@ -22366,12 +22807,38 @@ response: z.record(z.string(), z.unknown()) }), z.object({
22366
22807
  *
22367
22808
  * ## Why this is a capability and not a helper
22368
22809
  *
22369
- * Six stores in `addon-post-analysis` already hold vectors object CLIP, face,
22370
- * plate, vehicle, identity, and the event store's derivativesand every one of
22371
- * them keeps its vectors in a `JSON` settings-store column and ranks them by
22372
- * brute-force cosine in JS. Measured on the live hub that costs ~11.7 KB per row
22373
- * (512 floats as TEXT, `JSON.parse`d on every search) and made semantic search
22374
- * load 5,000 rows before ranking anything.
22810
+ * This capability was introduced with the claim that SIX stores in
22811
+ * `addon-post-analysis` held vectors in a `JSON` settings-store columnobject
22812
+ * CLIP, face, plate, vehicle, identity, and the event store's derivatives. That
22813
+ * claim was never true, and leaving it here made five stores look like pending
22814
+ * work when three of them have no vector at all. Counted column by column on
22815
+ * 2026-08-30, exactly THREE ever held one:
22816
+ *
22817
+ * - `object-clip` — 512-dim CLIP image embedding, migrated 2026-08-06.
22818
+ * - `faces.embedding` — 512-dim ArcFace face embedding, migrated 2026-08-30.
22819
+ * - `identity-samples.embedding` — the same ArcFace vector for an ENROLLED
22820
+ * face, migrated 2026-08-30 into its OWN index (see below).
22821
+ *
22822
+ * `plates` and `vehicle-samples` store a plate STRING and a score; `vehicles`
22823
+ * and `identities` store a name; the event store stores no derivative vector.
22824
+ * They are not migration candidates and never were.
22825
+ *
22826
+ * Measured on the live hub the JSON encoding cost ~11.7 KB per row (512 floats
22827
+ * as TEXT, `JSON.parse`d on every search) and made semantic search load 5,000
22828
+ * rows before ranking anything.
22829
+ *
22830
+ * ## One index per COMPARISON, never per encoder
22831
+ *
22832
+ * `faces` and `identity-samples` hold the same 512 ArcFace dims from the same
22833
+ * model, and they still get two indexes. An index is a set of things that are
22834
+ * ranked against each other and that live and die together, and these two are
22835
+ * neither: a `faces` row is TRACK-OWNED and cascades away with its track under
22836
+ * a per-camera capacity cap, an `identity-samples` row is retention-EXEMPT
22837
+ * forever and is the gallery every recognition ranks against. One index would
22838
+ * mean every gallery load and every reconcile carried a filter whose failure
22839
+ * mode is either ranking a candidate against itself or reclaiming an enrolled
22840
+ * person's only sample. The dimension they share is not a reason to share an
22841
+ * index; the question they answer is, and it differs.
22375
22842
  *
22376
22843
  * The fix is not a faster loop, it is a different backend — and the backend
22377
22844
  * should be replaceable without touching six callers. So: a singleton
@@ -22476,7 +22943,20 @@ var VectorQueryResultSchema = z.object({
22476
22943
  */
22477
22944
  scanned: z.number(),
22478
22945
  /** True when the backend could not consider every row that passed the filter. */
22479
- truncated: z.boolean()
22946
+ truncated: z.boolean(),
22947
+ /**
22948
+ * The `topK` the backend actually ran with.
22949
+ *
22950
+ * Every backend has a ceiling — sqlite-vec's is 4,096 — and a caller asking
22951
+ * past it used to learn nothing but a boolean, from a WARN in the provider's
22952
+ * own log rather than in its answer. That is how an audit asking for 20,000
22953
+ * consumed 4,096 and reported `examined: 4096` as if it had walked the index,
22954
+ * for weeks. `truncated` says THAT the answer was short; this says BY HOW
22955
+ * MUCH, in the return value, where the caller cannot fail to see it.
22956
+ *
22957
+ * Equals the requested `topK` whenever nothing was lowered.
22958
+ */
22959
+ effectiveTopK: z.number().int().positive()
22480
22960
  });
22481
22961
  var VectorDeleteInputSchema = z.object({
22482
22962
  index: z.string(),
@@ -22505,6 +22985,68 @@ var VectorGetResultSchema = z.object({ items: z.array(z.object({
22505
22985
  id: z.string(),
22506
22986
  metadata: VectorMetadataSchema
22507
22987
  })) });
22988
+ /**
22989
+ * Ids to read back WITH their vectors.
22990
+ *
22991
+ * The sibling of {@link VectorGetResultSchema}, and deliberately a separate
22992
+ * method rather than a flag on it: `getByIds` promises no vectors and its one
22993
+ * caller depends on that promise. This one promises the opposite.
22994
+ *
22995
+ * It exists because a store cannot put its vectors here otherwise. An ArcFace
22996
+ * gallery is ranked IN PROCESS, per detection, against every enrolled sample —
22997
+ * a per-face cross-process KNN would be a network round trip inside the
22998
+ * recognition loop. So the gallery is loaded once and held in RAM, and loading
22999
+ * it requires the index to hand the floats back. Without this method the only
23000
+ * way to keep a readable vector is a JSON column, which is the thing this
23001
+ * capability exists to delete.
23002
+ *
23003
+ * BOUNDED BY THE CALLER: ids are named, never "everything". Enumerating an
23004
+ * index is {@link VectorScanInputSchema}'s job, and it returns no vectors.
23005
+ */
23006
+ var VectorFetchInputSchema = z.object({
23007
+ index: z.string(),
23008
+ ids: z.array(z.string())
23009
+ });
23010
+ var VectorFetchResultSchema = z.object({ items: z.array(z.object({
23011
+ id: z.string(),
23012
+ /** base64 Float32LE — the same wire form `upsert` accepts. */
23013
+ vector: z.string(),
23014
+ metadata: VectorMetadataSchema
23015
+ })) });
23016
+ /**
23017
+ * ENUMERATE an index: one page of rows in a stable order, no ranking.
23018
+ *
23019
+ * A reconcile does not want the nearest rows, it wants ALL of them, and asking
23020
+ * a KNN for "all" is the wrong question twice over. It hits the backend's `k`
23021
+ * ceiling — 4,096 on sqlite-vec against a 22,128-row index — and it needs a
23022
+ * probe vector it does not have, so the audit passed a ZERO vector whose cosine
23023
+ * distance to every row is degenerate. `examined: 4096` then read as "we
23024
+ * looked" for as long as anyone cared to read it.
23025
+ *
23026
+ * This is the primitive that question actually needs: a bounded page, ordered
23027
+ * by the backend's own row order, costing no distance computation at all.
23028
+ * Vectors are NOT returned — an enumeration that shipped 2 KB per row would be
23029
+ * the full-table read this capability was built to stop.
23030
+ */
23031
+ var VectorScanInputSchema = z.object({
23032
+ index: z.string(),
23033
+ /** Opaque resume point. `0` starts at the top; pass back `nextCursor`. */
23034
+ cursor: z.number().int().nonnegative().default(0),
23035
+ limit: z.number().int().positive()
23036
+ });
23037
+ var VectorScanResultSchema = z.object({
23038
+ items: z.array(z.object({
23039
+ id: z.string(),
23040
+ metadata: VectorMetadataSchema
23041
+ })),
23042
+ /**
23043
+ * Where the next page starts, or `null` when the walk reached the end.
23044
+ *
23045
+ * `null` is the ONLY end-of-index signal. A caller must not infer the end
23046
+ * from a short page: a backend is free to return fewer rows than asked.
23047
+ */
23048
+ nextCursor: z.number().int().nonnegative().nullable()
23049
+ });
22508
23050
  var VectorStatsInputSchema = z.object({ index: z.string() });
22509
23051
  var VectorStatsResultSchema = z.object({
22510
23052
  /** Provider id, so an operator can tell brute force from an ANN index. */
@@ -22543,6 +23085,10 @@ var vectorStoreCapability = {
22543
23085
  query: method(VectorQueryInputSchema, VectorQueryResultSchema, { auth: "admin" }),
22544
23086
  /** Metadata by id, no vectors — see {@link VectorGetResultSchema}. */
22545
23087
  getByIds: method(VectorGetInputSchema, VectorGetResultSchema, { auth: "admin" }),
23088
+ /** Metadata AND vectors, by named id — see {@link VectorFetchInputSchema}. */
23089
+ fetchByIds: method(VectorFetchInputSchema, VectorFetchResultSchema, { auth: "admin" }),
23090
+ /** One page of the whole index, unranked — see {@link VectorScanInputSchema}. */
23091
+ scan: method(VectorScanInputSchema, VectorScanResultSchema, { auth: "admin" }),
22546
23092
  deleteByIds: method(VectorDeleteInputSchema, VectorDeleteResultSchema, {
22547
23093
  kind: "mutation",
22548
23094
  auth: "admin"
@@ -30505,6 +31051,20 @@ var recordingCapability = {
30505
31051
  kind: "query",
30506
31052
  auth: "admin"
30507
31053
  }),
31054
+ /**
31055
+ * What a location STILL holds, asked of the durable hour ledger.
31056
+ *
31057
+ * The number behind "drain remaining": segments and bytes that would still
31058
+ * have to move off `fromLocationId`. It is a ledger aggregate — the archive
31059
+ * — because the resident index is not the archive (D295), and a drain sized
31060
+ * off the index is exactly what reported `done` over 80.3 GB on 2026-08-29.
31061
+ * `null` means the archive could not be asked (no ledger on this node, or
31062
+ * the aggregate failed) and is never conflated with an empty source.
31063
+ */
31064
+ getRelocateResidue: method(RelocateResidueInputSchema, RelocateResidueSchema, {
31065
+ kind: "query",
31066
+ auth: "admin"
31067
+ }),
30508
31068
  /** Cancel a running or queued relocate job. A queued job never runs. */
30509
31069
  cancelRelocateJob: method(z.object({ jobId: z.string() }), z.object({ cancelled: z.boolean() }), {
30510
31070
  kind: "mutation",
@@ -40731,6 +41291,18 @@ var METHOD_ACCESS_MAP = Object.freeze({
40731
41291
  addonId: null,
40732
41292
  access: "create"
40733
41293
  },
41294
+ "pipelineAnalytics.countRelocatableMedia": {
41295
+ capName: "pipeline-analytics",
41296
+ capScope: "device",
41297
+ addonId: null,
41298
+ access: "view"
41299
+ },
41300
+ "pipelineAnalytics.countUnstampedEventMedia": {
41301
+ capName: "pipeline-analytics",
41302
+ capScope: "device",
41303
+ addonId: null,
41304
+ access: "view"
41305
+ },
40734
41306
  "pipelineAnalytics.deleteDeviceEvents": {
40735
41307
  capName: "pipeline-analytics",
40736
41308
  capScope: "device",
@@ -41889,6 +42461,12 @@ var METHOD_ACCESS_MAP = Object.freeze({
41889
42461
  addonId: null,
41890
42462
  access: "view"
41891
42463
  },
42464
+ "recording.getRelocateResidue": {
42465
+ capName: "recording",
42466
+ capScope: "system",
42467
+ addonId: null,
42468
+ access: "view"
42469
+ },
41892
42470
  "recording.getStorageMigrationMoveStatus": {
41893
42471
  capName: "recording",
41894
42472
  capScope: "system",
@@ -42435,12 +43013,30 @@ var METHOD_ACCESS_MAP = Object.freeze({
42435
43013
  addonId: null,
42436
43014
  access: "create"
42437
43015
  },
43016
+ "storageMigration.drain": {
43017
+ capName: "storage-migration",
43018
+ capScope: "system",
43019
+ addonId: null,
43020
+ access: "create"
43021
+ },
43022
+ "storageMigration.movers": {
43023
+ capName: "storage-migration",
43024
+ capScope: "system",
43025
+ addonId: null,
43026
+ access: "view"
43027
+ },
42438
43028
  "storageMigration.plan": {
42439
43029
  capName: "storage-migration",
42440
43030
  capScope: "system",
42441
43031
  addonId: null,
42442
43032
  access: "view"
42443
43033
  },
43034
+ "storageMigration.residue": {
43035
+ capName: "storage-migration",
43036
+ capScope: "system",
43037
+ addonId: null,
43038
+ access: "view"
43039
+ },
42444
43040
  "storageMigration.start": {
42445
43041
  capName: "storage-migration",
42446
43042
  capScope: "system",
@@ -43275,6 +43871,12 @@ var METHOD_ACCESS_MAP = Object.freeze({
43275
43871
  addonId: null,
43276
43872
  access: "delete"
43277
43873
  },
43874
+ "vectorStore.fetchByIds": {
43875
+ capName: "vector-store",
43876
+ capScope: "system",
43877
+ addonId: null,
43878
+ access: "view"
43879
+ },
43278
43880
  "vectorStore.getByIds": {
43279
43881
  capName: "vector-store",
43280
43882
  capScope: "system",
@@ -43287,6 +43889,12 @@ var METHOD_ACCESS_MAP = Object.freeze({
43287
43889
  addonId: null,
43288
43890
  access: "view"
43289
43891
  },
43892
+ "vectorStore.scan": {
43893
+ capName: "vector-store",
43894
+ capScope: "system",
43895
+ addonId: null,
43896
+ access: "view"
43897
+ },
43290
43898
  "vectorStore.stats": {
43291
43899
  capName: "vector-store",
43292
43900
  capScope: "system",
@@ -46513,6 +47121,7 @@ function createSystemProxy(api) {
46513
47121
  cancelStorageMigrationMove: (input) => dispatch("recording", "cancelStorageMigrationMove", "mutation", input),
46514
47122
  relocateFootage: (input) => dispatch("recording", "relocateFootage", "mutation", input),
46515
47123
  listRelocateJobs: (input) => dispatch("recording", "listRelocateJobs", "query", input),
47124
+ getRelocateResidue: (input) => dispatch("recording", "getRelocateResidue", "query", input),
46516
47125
  cancelRelocateJob: (input) => dispatch("recording", "cancelRelocateJob", "mutation", input),
46517
47126
  planStorageRebalance: (input) => dispatch("recording", "planStorageRebalance", "query", input),
46518
47127
  startStorageRebalance: (input) => dispatch("recording", "startStorageRebalance", "mutation", input)
@@ -46576,7 +47185,10 @@ function createSystemProxy(api) {
46576
47185
  plan: (input) => dispatch("storageMigration", "plan", "query", input),
46577
47186
  start: (input) => dispatch("storageMigration", "start", "mutation", input),
46578
47187
  status: (input) => dispatch("storageMigration", "status", "query", input),
46579
- cancel: (input) => dispatch("storageMigration", "cancel", "mutation", input)
47188
+ cancel: (input) => dispatch("storageMigration", "cancel", "mutation", input),
47189
+ movers: (input) => dispatch("storageMigration", "movers", "query", input),
47190
+ residue: (input) => dispatch("storageMigration", "residue", "query", input),
47191
+ drain: (input) => dispatch("storageMigration", "drain", "mutation", input)
46580
47192
  },
46581
47193
  streamBroker: {
46582
47194
  fetchEventMedia: (input) => dispatch("streamBroker", "fetchEventMedia", "mutation", input),
@@ -50614,4 +51226,4 @@ function enumerateInferenceDevices(hw) {
50614
51226
  return out;
50615
51227
  }
50616
51228
  //#endregion
50617
- export { ACCESSORY_LABEL, ACCESS_ROLES, ALEXA_EGRESS_PROFILE, ALL_CAPABILITY_DEFINITIONS, APPLE_SA_TO_MACRO, AUDIO_ANALYSIS_CAP_NAME, AUDIO_BACKEND_CHOICES, AUDIO_MACRO_LABELS, AUDIO_PRESETS, AccessoriesStatusSchema, AccessoryKind, AddBrokerInputSchema, AddonAutoUpdateSchema, AddonListItemSchema, AddonPageDeclarationSchema, AddonPageInfoSchema, AdoptInputSchema as AdoptionAdoptInputSchema, AdoptResultSchema as AdoptionAdoptResultSchema, AdoptionCandidateResultSchema, AdoptionFilterSchema, GetCandidateInputSchema as AdoptionGetCandidateInputSchema, AdoptionJobSchema, AdoptionJobStateSchema, ListCandidatesInputSchema as AdoptionListCandidatesInputSchema, ListCandidatesOutputSchema as AdoptionListCandidatesOutputSchema, AdoptionOutcomeSchema, ReleaseInputSchema as AdoptionReleaseInputSchema, AdoptionStatusSchema, AgentLoadSummarySchema, AirQualitySensorStatusSchema, AlarmArmModeSchema, AlarmPanelStatusSchema, AlarmStateSchema, AlertSchema, AlertSeveritySchema, AlertSourceSchema, AlertStatusSchema, AmbientLightSensorStatusSchema, AnalyticsGroupDetailSchema, AnalyticsGroupMemberSchema, AnalyticsGroupRecordSchema, ApiKeyRecordSchema, ApiKeySummarySchema, ArchiveEntrySchema, ArchiveManifestSchema, AttachmentMediaTypeSchema, AttachmentSchema, AudioAnalysisResultSchema, AudioAnalysisSettingsSchema, AudioChunkInputSchema, AudioClassSummarySchema, AudioClassificationLabelSchema, AudioClassificationResultSchema, AudioCodecInfoSchema, AudioDecodeSessionConfigSchema, AudioEncodeSchema, AudioEncodeSessionConfigSchema, AudioEncodedChunkSchema, AudioEventSchema, AudioLevelSchema, AudioMetricsHistoryPointSchema, AudioMetricsHistorySchema, AudioMetricsSnapshotSchema, AudioPcmChunkSchema, AuthResultSchema, AutoUpdateSettingsSchema, AutomationActionSchema, AutomationConditionOperatorSchema, AutomationConditionSchema, AutomationControlStatusSchema, AutomationRecipeSchema, AutomationTriggerSchema, AvailableIntegrationTypeSchema, BACKEND_TO_FORMAT, BASE_LIVE_EGRESS_PROFILE, BATTERY_DEVICE_PROFILE, BATTERY_UNREACHABLE_AFTER_MS, BOOT_RECOVERY_BACKOFF_MS, BacklightModeSchema, BackupDestinationInfoSchema, BackupEntrySchema, BaseAddon, BaseDevice, BaseDeviceProvider, BatteryStatusSchema, BinaryStatusSchema, BoundingBoxSchema, BrightnessStatusSchema, AddInputSchema as BrokerAddInputSchema, BrokerAudioClientSchema, BrokerClientsSchema, BrokerConnectionDetailsSchema, BrokerConsumerAttributionSchema, BrokerConsumerKindSchema, BrokerDecodedClientSchema, BrokerEncodedClientSchema, GetStateInputSchema as BrokerGetStateInputSchema, BrokerInfoSchema, BrokerProviderInfoSchema, PublishInputSchema as BrokerPublishInputSchema, RegistryStatusSchema as BrokerRegistryStatusSchema, BrokerRtspClientSchema, BrokerStatsSchema, BrokerStatusEnum, BrokerStatusSchema, SubscribeInputSchema as BrokerSubscribeInputSchema, SubscribeResultSchema as BrokerSubscribeResultSchema, TestConnectionResultSchema as BrokerTestConnectionResultSchema, UnsubscribeInputSchema as BrokerUnsubscribeInputSchema, BulkRecordSchema, CAMERA_SWITCH_CATALOG, CAMERA_SWITCH_ORDER, CAM_PROFILE_ORDER, CAPABILITY_NAMES, CAPABILITY_ROUTER_KEYS, CAP_NAMES_WITH_STATUS, CAP_NODE_PIN_CONTEXT_KEY, CAP_PROVIDER_KIND_MAP, CLASS_MAP_MACRO_TARGETS, CLUSTER_MODEL_SCOPED_STEPS, CLUSTER_MODEL_SECTION_ID, CLUSTER_STEP_SETTING_FIELDS, COCO_80_LABELS, COCO_TO_MACRO, CONNECTION_TEST_TIMEOUT_MS, CORE_BLOCKS_ADDON_ID, CORE_BLOCK_ADDON_PREFIX, CamProfileSchema, CamStreamDescriptorSchema, CamStreamKindSchema, CamStreamResolutionSchema, CameraAssignmentStatusSchema, CameraAudioStatusSchema, CameraBrokerProfileSchema, CameraBrokerStatusSchema, CameraCredentialsSchema, CameraCredentialsStatusSchema, CameraDecoderShmSchema, CameraDecoderStatusSchema, CameraDetectionPhaseSchema, CameraDetectionProvisioningSchema, CameraDetectionProvisioningStateSchema, CameraDetectionStatusSchema, CameraMetricsSchema, CameraMetricsWithDeviceIdSchema, CameraMotionStatusSchema, CameraRecordingModeSchema, CameraRecordingStatusSchema, CameraSourceStatusSchema, CameraSourceStreamSchema, CameraStatusDegradationReasonSchema, CameraStatusDegradationSchema, CameraStatusSchema, CameraStatusStageSchema, CameraStreamSchema, CameraSwitchAuthoritySchema, CameraSwitchGroupSchema, CameraSwitchIdSchema, CameraSwitchSchema, CameraSwitchUnavailableReasonSchema, CandidateQueryFilterSchema, CapScopeSchema, CapabilityBindingsSchema, CarbonMonoxideStatusSchema, ChargingStatus, ClientNetworkStatsSchema, ClimateControlStatusSchema, ClipPlaybackSchema, ClipSchema, ClusterAddonNodeDeploymentSchema, ClusterAddonStatusEntrySchema, CollectionColumnSchema, CollectionIndexSchema, ColorStatusSchema, ConfigEntrySchema, ConfigSectionWithValuesSchema, ConfigTabDeclarationSchema, ConnectionTestDescriptorSchema, ConnectionTestInputSchema, ConnectionTestOutcomeSchema, ConnectivityStatusSchema, ConsumableItemSchema, ConsumablesStatusSchema, ContactStatusSchema, ControlKindSchema, ControlStatusSchema, ConvertArtifactSchema, ConvertResultSchema, ConvertTargetSchema, CoreBlockCompileResultSchema, CoreBlockInputSchema, CoreBlockPlacementSchema, CoreBlockSchema, CoreBlockStatusSchema, CoverStateSchema, CoverStatusSchema, CreateApiKeyInputSchema, CreateApiKeyResultSchema, CreateIntegrationInputSchema, CreateScopedTokenInputSchema, CreateScopedTokenResultSchema, CreateUserInputSchema, CustomActionInputSchema, CustomModelDescriptorSchema, DATAPLANE_SECRET_HEADER, DECLARED_DEVICE_SWEEP_LIMIT, DECLARED_INTEGRATION_FIXED_KEY, DEFAULT_ADDON_PLACEMENT, DEFAULT_AUDIO_ANALYZER_CONFIG, DEFAULT_CLUSTER_STEP_MODELS, DEFAULT_CLUSTER_STEP_SETTINGS, DEFAULT_DECODER_HWACCEL_CONFIG, DEFAULT_DETAIL_CROP_CONVENTION, DEFAULT_EVENTS_BAND_BUFFER_SEC, DEFAULT_EVENT_COLOR, DEFAULT_FEATURES, DEFAULT_FIRST_SIGHTING_FRESHNESS_MS, DEFAULT_MIN_LANDMARK_FACE_SIZE_PX, DEFAULT_NATIVE_LEASE_SETTINGS, DEFAULT_POOL_MEMORY_POLICY, DEFAULT_RECORDING_PROFILES, DEFAULT_RETENTION, DEFAULT_RUNTIME_STATE_DURABILITY, DEFAULT_TIMELAPSE_PREVIEW_TEXT, DEFAULT_TOKEN_EXPIRY, 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_CHILDREN_BATCH_MAX, 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, DetectionCatalogClassMapSchema, DetectionSourceSchema, DeviceCodeSeveritySchema, DeviceConfig, DeviceDiscoveryStatusSchema, ExposeInputSchema as DeviceExportExposeInputSchema, DeviceExportStatusSchema, UnexposeInputSchema as DeviceExportUnexposeInputSchema, DeviceFeature, DeviceInfoSchema, DeviceNetworkStatsSchema, DeviceRole, DeviceRuntimeState, DeviceSelectorSchema, DeviceStatusSchema, DeviceType, DiagnosticIdSchema, DiagnosticWindowPatchSchema, DiagnosticWindowSchema, DiscoveredChildDeviceSchema, DiscoveredChildStatusSchema, DiscoveredDeviceSchema, DiscoveredTargetSchema, DiskReconcileJobSchema, DisposerChain, DoorbellPressEventSchema, DoorbellStatusSchema, EVENTFUL_CAP_NAMES, EVENT_KIND_BY_CAP, EVENT_PAD_MS, EVENT_TAXONOMY, EXPORT_DENSE_MAX_RANGES, EXPRESSION_BUILTINS, EXPRESSION_BUILTIN_NAMES, EXPRESSION_COMPILE_CACHE_CAPACITY, EXPRESSION_IDENTIFIER_RE, EXPRESSION_INJECTED_NOW, EgressEncodeSchema, EgressRateControlSchema, EgressTranscodeRequestSchema, EgressTranscodeSchema, ElementConfigStore, EmbeddingInfoSchema, EmbeddingResultSchema, EncodeProfileSchema, EncodedPacketSchema, EnrichedWidgetMetadataSchema, EnumSensorDateTimeFormatSchema, EnumSensorStatusSchema, EventCategory, EventEmitterStatusSchema, EventFireSchema, EventItemSchema, EventKindCategorySchema, EventKindDescriptorSchema, EventKindIconSchema, EventKindSchema, EventKindsForDeviceSchema, EventMediaArtifactSchema, EventMediaCoverageSchema, EventMediaKindSchema, EventMediaProductionSchema, EventSourceType, ExportBytesSchema, ExportDenseRangeSchema, ExportDenseSchema, ExportDownloadSchema, ExportOptionsSchema, ExportRecordSchema, ExportSetupFieldSchema, ExportSetupSchema, ExportSpeedSchema, ExportStateSchema, ExportTimelapseSchema, ExposedDeviceSchema, ExposureModeSchema, ExpressionBindingSourceSchema, ExpressionEvalError, ExpressionFieldBindingSchema, ExpressionGlobalBindingSchema, ExpressionLiteralBindingSchema, ExpressionParseError, ExpressionSourceSchema, FIRST_LEVEL_MACRO_CLASSES, FULL_IMAGE_BBOX, FailureContributionSchema, FailureCounters, FailureReasonCountSchema, FanControlStatusSchema, FanDirectionSchema, FeatureManifestSchema, FeatureProbeStatusSchema, FloodStatusSchema, Fmp4BoxSplitter, FrameHandleFormatSchema, FrameHandleSchema, FrameInputSchema, FrameLazyCountersSchema, FrameLazyMetricsSchema, GasStatusSchema, GetLoggingSettingsInputSchema, GetStreamWithCodecInputSchema, GlobalMetricsSchema, HAP_AUDIO_BASE, HAP_AUDIO_BITRATE_KBPS, HAP_AUDIO_VBV_KBITS, HAP_KEYFRAME_INTERVAL_SEC, HF_BASE_URL, HF_REPO, HWACCEL_OPTIONS, HealthStatusSchema, HfModelResolutionSchema, HistoryPointSchema, HistoryResolutionEnum, HumidifierStatusSchema, HumiditySensorStatusSchema, HvacModeSchema, INFERENCE_DEVICE_EXCLUSION_REASONS, ImageContractSchema, ImageContractStateSchema, ImageRotateSchema, ImageSettingsOptionsSchema, ImageSettingsPatchSchema, ImageSettingsStatusSchema, ImageStatusSchema, InferenceDeviceExclusionReasonSchema, IngestOwnerSchema, InstalledPackageSchema, IntegrationLiteSchema, IntegrationWithStateSchema, IntercomAbilitySchema, IntercomStatusSchema, KNOWN_CAP_NAMES, KeyEventSchema, LOAD_CONTRIBUTION_ATTRIBUTIONS, LOAD_CONTRIBUTION_ROLES, LOG_CHANNEL_TICK_MS, LOG_LEVEL_RANK, LabelAttributionSchema, LabelDefinitionSchema, LabelTierSchema, LawnMowerActivitySchema, LawnMowerControlStatusSchema, LinkedDeviceSchema, LinkedDevicesModeSchema, ListGroupsPageSchema, ListGroupsQueryInput, LlmDefaultSchema, LlmDefaultSelectorSchema, LlmDownloadProgressSchema, LlmErrorCodeSchema, LlmGenerateBaseInputSchema, LlmGenerateErrSchema, LlmGenerateOkSchema, LlmGenerateResultSchema, LlmImageSchema, LlmNodeModelSchema, LlmProfileKindDescriptorSchema, LlmProfileKindSchema, LlmProfileSchema, LlmRetryPolicySchema, LlmRuntimeCompleteInputSchema, LlmRuntimeDiskUsageSchema, LlmRuntimeNodeSchema, LlmRuntimeStatusSchema, LlmTimeoutDefaults, LlmUsageRollupSchema, LlmUsageSchema, LoadContributionSchema, LocateSegmentResultSchema, LocationStatSchema, LockControlStatusSchema, LockStateSchema, LogChannelApplyResultSchema, LogChannelDescriptorSchema, LogChannelGate, LogChannelLevelSchema, LogChannelRegistry, LogChannelWindowPatchSchema, LogChannelWindowSchema, LogChannelWindowStateSchema, LogEntrySchema, LogLevelSchema, LogStreamEntrySchema, LoggingEffectiveSchema, LoggingExplicitSchema, LoggingLevelLayerSchema, LoggingLevelSourceSchema, LoggingScopeKindSchema, LoggingSettingsPatchSchema, LoggingSettingsStateSchema, LoginMethodContributionSchema, LoginStageEnum, MACRO_LABELS, MAX_CLIP_EVENT_IDS, MAX_CLIP_LABELS, MAX_CONDITION_DEPTH, MAX_CONDITION_LEAVES, MAX_EXPRESSION_AST_NODES, MAX_EXPRESSION_BINDINGS, MAX_EXPRESSION_CALL_ARGS, MAX_EXPRESSION_EVAL_STEPS, MAX_EXPRESSION_SOURCE_LENGTH, MAX_KEYS, MAX_REASONS_PER_KEY, MAX_SENSOR_TRIGGER_DEVICES, METHOD_ACCESS_MAP, METHOD_DEVICE_SELECTORS, MODEL_FORMATS, MODEL_PROVIDER_IDS, MOTION_TRIGGER_FEATURE, ManagedModelCatalogEntrySchema, ManagedModelExtraFileSchema, ManagedModelRefSchema, ManagedRuntimeConfigSchema, MaskGridDimsSchema, MaskGridShapeSchema, MaskLineShapeSchema, MaskPointSchema, MaskPolygonShapeSchema, MaskPolygonVerticesSchema, MaskRectShapeSchema, MaskShapeKindSchema, MaskShapeSchema, MediaFileInfoSchema, MediaFileSchema, MediaPlayerRepeatSchema, MediaPlayerStateSchema, MediaPlayerStatusSchema, MeshPeerSchema, MeshStatusSchema, MethodAccessSchema, ModelCatalogEntrySchema, ModelConvertInputSchema, ModelConvertMetadataSchema, ModelDistributeInputSchema, ModelDistributeResultSchema, ModelExtraFileSchema, ModelFormatEntrySchema, ModelFormatsSchema, ModelProviderIdSchema, ModelSubstitutionSchema, ModelVariantGroupSchema, MotionAnalysisResultSchema, MotionEventSchema, MotionOnMotionChangedDataSchema, MotionRegionSchema, MotionSourceEnum, MotionSourcesSchema, MotionStatusSchema, MotionTriggerRuntimeStateSchema, MotionTriggerStatusSchema, MotionZoneOptionsSchema, MotionZonePatchSchema, MotionZoneRegionSchema, MotionZoneStatusSchema, StatusSchema as MqttBrokerStatusSchema, MutationFilterSchema, NATIVE_LEASE_ACTIVITY_FIELD, NATIVE_LEASE_ACTIVITY_KEY, NATIVE_LEASE_ADMISSION_FIELD, NATIVE_LEASE_ADMISSION_KEY, NATIVE_LEASE_BUDGET_FIELD, NATIVE_LEASE_BUDGET_KEY, NATIVE_LEASE_HOLD_FIELD, NATIVE_LEASE_HOLD_KEY, NATIVE_LEASE_SCENE_BUDGET_FIELD, NATIVE_LEASE_SCENE_BUDGET_KEY, NATIVE_LEASE_SECTION_ID, NATIVE_LEASE_TILE_BUDGET_FIELD, NATIVE_LEASE_TILE_BUDGET_KEY, NC_ALARM_SYSTEM_EVENT_KINDS, NC_AUDIO_CONFIRM_HITS_DEFAULT, NC_AUDIO_CONFIRM_HITS_MAX, NC_AUDIO_CONFIRM_HITS_MIN, NC_AUDIO_CONFIRM_WINDOW_MAX_SEC, NC_AUDIO_CONFIRM_WINDOW_MIN_SEC, NC_AUDIO_CONFIRM_WINDOW_SEC_DEFAULT, NC_AUDIO_DBFS_FLOOR, NC_AUDIO_DB_MAX, NC_AUDIO_DB_MIN, NC_AUDIO_DB_OFFERED, NC_AUDIO_DB_STEP, NC_AUDIO_DEFAULTS, NC_AUDIO_HIT_PERCENT_MAX, NC_AUDIO_HIT_PERCENT_MIN, NC_AUDIO_SAMPLING_MAX_SEC, NC_AUDIO_SAMPLING_MIN_SEC, NC_AUDIO_SEED, NC_AUTHORABLE_SYSTEM_EVENT_KINDS, NC_BASE_CONDITION_KEYS, NC_CONDITION_CATALOG, NC_CONFIRM_DEFAULT_MAX_IMAGE_PX, NC_CONFIRM_DEFAULT_TIMEOUT_MS, NC_CONFIRM_MAX_TIMEOUT_MS, NC_CONFIRM_MIN_TIMEOUT_MS, NC_DEFAULT_SNOOZE_MINUTES, NC_HISTORY_LIMIT_DEFAULT, NC_HISTORY_LIMIT_MAX, NC_MAX_PER_TRACK_IMMEDIATE, NC_OCCUPANCY_DEFAULTS, NC_RULE_EDITOR_SECTION_ORDER, NC_RULE_KIND_SPECS, NC_RULE_SECTIONS, NC_SNOOZE_MAX_MINUTES, NC_SYSTEM_DELIVERY, NC_SYSTEM_EVENT_FILTER_KEYS, NC_TAXONOMY, NativeCropBboxSchema, NativeCropRefSchema, NativeCropResultSchema, NativeDetectionSchema, NativeLeaseAdmissionSchema, NativeLeaseSettingsSchema, NativeObjectClassEnum, NativeObjectDetectionRuntimeStateSchema, NativeObjectDetectionStatusSchema, NcAlarmConfigSchema, NcAlarmModeCoverageSchema, NcAlarmSettingsPatchSchema, NcAlarmSettingsSchema, NcAlarmSkipReasonSchema, NcAlarmSkippedDeviceSchema, NcAudioConditionSchema, NcConditionDescriptorSchema, NcConditionsSchema, NcConfirmExpectSchema, NcConfirmSchema, NcCrossingSchema, NcDeliverySchema, NcDeviceStateConditionSchema, NcHistoryEntrySchema, NcHistoryFilterSchema, NcHistoryRecordKindSchema, NcHistoryStatusSchema, NcHistorySubjectSchema, NcMediaFrameSchema, NcMediaPolicySchema, NcOccupancyConditionSchema, NcPlateMatcherSchema, NcRuleActionSchema, NcRuleActionSequenceSchema, NcRuleActionsSchema, NcRuleInputSchema, NcRuleNotificationButtonSchema, NcRulePatchSchema, NcRuleSchema, NcRuleTargetSchema, NcSceneConditionSchema, NcScheduleSchema, NcScheduleWindowSchema, NcSnoozeInputSchema, NcSnoozeSchema, NcSnoozeScopeSchema, NcSnoozeSuppressedSchema, NcSystemEventConditionSchema, NcSystemEventKindSchema, NcTaxonomyEntrySchema, NcTaxonomySchema, NcTestResultSchema, NcThrottleGranularitySchema, NcThrottleSchema, NcZoneConditionSchema, NetworkAccessStatusSchema, NetworkAddressSchema, NetworkEndpointSchema, NotificationActionIconSchema, NotificationActionSchema, NotificationFormatSchema, NotificationSchema, NotifierStatusSchema, NumericSensorStatusSchema, OPERATOR_WRITTEN_STALE_MS, OPS_LOG_DEFAULT_LIMIT, OPS_LOG_RING_DEFAULT_MAX, OVERFLOW_REASON, OauthIntegrationDescriptorSchema, ObjectEventSchema, OpsLogDomainSchema, OpsLogEntrySchema, OpsLogOpSchema, OpsLogQueryInputSchema, OpsLogReasonSchema, OrchestratorMetricsSchema, OsdOverlayKindEnum, OsdOverlayPatchSchema, OsdOverlaySchema, OsdPositionEnum, OsdRenderOutcomeEnum, OsdRenderResultSchema, OsdSlotBindingSchema, OsdSlotViewSchema, OsdSourceOptionSchema, OsdSourceSchema, OsdSourceValueTypeEnum, OsdStatusSchema, PET_FEEDER_MANUAL_FEED_MAX, PET_FEEDER_MANUAL_FEED_MIN, PIPELINE_FLOW_CAPABILITY_NAMES, PIPELINE_OWNER_CAPABILITY_NAMES, PRIVACY_MASK_CAP_NAME, PROVIDER_KIND_CAP_NAMES, PYTHON_SCRIPT, PackageUpdateSchema, PackageVersionInfoSchema, PasskeyLoginMethodSchema, PasskeySummarySchema, PcmSampleFormatSchema, PerScopeBreakdownSchema, PetFeederStatusSchema, PickStreamPreferencesSchema, PickStreamRequirementsSchema, PickedCamStreamSchema, PipelineAssignmentSchema, PipelineDefaultStepSchema, PipelineEngineChoiceSchema, PipelineRunResultBridge, PipelineStepInputSchema, PipelineValidationIssueSchema, PipelineValidationResultSchema, PlaceholderReasonSchema, PolygonPointSchema, PoolMemoryWatchdog, PowerMeterStatusSchema, PresenceStatusSchema, PressureSensorStatusSchema, PrivacyMaskOptionsSchema, PrivacyMaskPatchSchema, PrivacyMaskRegionSchema, PrivacyMaskShapeSchema, PrivacyMaskStatusSchema, ProfileRtspEntrySchema, ProfileSlotSchema, ProfileSlotStatusSchema, ProviderStatusSchema, PtzAutotrackRuntimeStateSchema, PtzAutotrackSettingsSchema, PtzAutotrackStatusSchema, PtzAutotrackTargetOptionSchema, PtzMoveCommandSchema, PtzOptionsSchema, PtzPositionSchema, PtzPresetSchema, PtzStatusSchema, QueryFilterSchema, RATE_CONTROL_RELAXED, RATE_CONTROL_TIGHT, REACHABILITY_FAILURES_TO_OFFLINE, REACHABILITY_POLL_INTERVAL_MS, REACHABILITY_PROBE_TIMEOUT_MS, RECOGNITION_TYPES, RECORDING_EXPORT_MAX_READ_BYTES, RESERVED_BINDING_NAMES, RESTORED_CAP_NAMES, ROOT_BUCKET_KEY, RUNTIME_DEFAULTS, RUNTIME_STATE_POLICY, RUNTIME_STATE_REFRESH_MISS_COOLDOWN_MS, RUNTIME_TO_FORMAT, RawStateResultSchema, ReadGopBytesResultSchema, ReadSegmentBytesResultSchema, ReadWindowBytesResultSchema, ReadinessRegistry, ReadinessTimeoutError, RecentTracksPageSchema, RecentTracksQueryInput, RecordingAvailabilitySchema, RecordingBandModeSchema, RecordingBandSchema, RecordingBandTriggersSchema, RecordingConfigSchema, RecordingDaysSchema, RecordingDeviceUsageSchema, RecordingLocationUsageSchema, RecordingManifestSchema, RecordingObjectTriggerClassSchema, RecordingRangeSchema, RecordingRebalanceInputSchema, RecordingRebalanceMoveSchema, RecordingRebalancePlanSchema, RecordingRebalanceSkipReasonSchema, RecordingRebalanceSkipSchema, RecordingRetentionSchema, RecordingStatusSchema, RecordingStorageModeSchema, RecordingStorageUsageSchema, RecordingTriggersSchema, RecordingWeekdaySchema, RedirectLoginMethodSchema, RelocateFootageClassSchema, RelocateFootageInputSchema, RelocateJobSchema, RelocateJobStateSchema, RelocateMediaInputSchema, RenderedAsSchema, ReportMotionInputSchema, ReportedFailureContributionSchema, ReportedLoadContributionSchema, RequestCensusGroupSchema, RequestCensusProcedureSchema, RequestCensusSnapshotSchema, RequestCensusStatusSchema, RetrainAnnotationDraftSchema, RetrainAnnotationKindSchema, RetrainAnnotationSchema, RetrainAnnotationSourceSchema, RetrainAssistResultSchema, RetrainAssistSubjectSchema, RetrainCopyRefusalSchema, RetrainFrameCandidateSchema, RetrainFrameListSchema, RetrainFrameSchema, RetrainFrameSelectionSchema, RetrainMacroClassSchema, RetrainStatusSchema, RetrainTrackSchema, RetrainTransitionResultSchema, RingBuffer, RtpSourceSchema, RtspRestreamEntrySchema, RunnerCameraConfigSchema, RunnerCameraDeviceUIFields, RunnerFrameSourceSchema, RunnerInferenceDeviceSchema, RunnerLocalLoadSchema, RunnerLocalMetricsSchema, SCENE_CONDITIONS, SCENE_CONFIRM_DEFAULT_MAX_IMAGE_PX, SCENE_CONFIRM_DEFAULT_TIMEOUT_MS, SCENE_DEFAULT_ANCHOR_THRESHOLD, SCENE_DEFAULT_CHECK_INTERVAL_SEC, SCENE_DEFAULT_OBSERVATION_SPACING_SEC, SCENE_DEFAULT_QUIET_SECONDS, SCENE_DEFAULT_UNCOVERED_POLICY, SCENE_DIVERGED, SCENE_RESET_RECAPTURES, SCOPE_PRESETS, SENSOR_FEATURES, SENSOR_MAP, SOURCE_CAPS, SOURCE_CAP_ACTIVE_FIELD, SOURCE_CAP_CHANGED_AT_FIELD, SOURCE_DEVICE_TYPES, SOURCE_INFO_METADATA_KEY, STREAM_PROFILE_META, STREAM_QUALITY_LABELS, SUB_DETECTION_TYPES, SYSTEM_CAP_NAMES, SYSTEM_SCOPE_DEVICE_METHODS, SceneCheckSchema, SceneConditionSchema, SceneConfirmSchema, SceneMonitorSchema, SceneMonitorStateSchema, SceneMonitorStatusSchema, SceneReferenceSchema, SceneUnavailableSchema, SceneUncoveredPolicySchema, SceneVerdictSchema, ScopedTokenSchema, ScopedTokenSummarySchema, ScoredObjectEventSchema, ScriptRunnerStatusSchema, SearchResultSchema, SendEmailInputSchema, SendEmailResultSchema, SendResultSchema, SensorEventSchema, ServerBootModeSchema, ServerPackageStatusSchema, ServerRollbackInfoSchema, ServerUpdateActionResultSchema, ServerUpdateCheckResultSchema, ServerUpdateStateSchema, SetLoggingSettingsInputSchema, SetSiteLocationInputSchema, SettingsPatchSchema, SettingsRecordSchema, SettingsSchemaWithValuesSchema, SettingsUpdateResultSchema, ShmRingStatsSchema, SiteLocationSchema, SiteLocationSourceSchema, SiteLocationStatusSchema, SmokeStatusSchema, SmtpStatusSchema, SnapshotImageSchema, SourceInfoSchema, SpatialDetectionSchema, SsoBridgeClaimsSchema, StartEmbeddedInputSchema, StationaryObjectSchema, AbortUploadInputSchema as StorageAbortUploadInputSchema, BeginDownloadInputSchema as StorageBeginDownloadInputSchema, BeginDownloadResultSchema as StorageBeginDownloadResultSchema, BeginUploadInputSchema as StorageBeginUploadInputSchema, BeginUploadResultSchema as StorageBeginUploadResultSchema, EndDownloadInputSchema as StorageEndDownloadInputSchema, FinalizeUploadInputSchema as StorageFinalizeUploadInputSchema, StorageLocationDeclarationSchema, StorageLocationRefSchema, StorageLocationSchema, StorageLocationTypeSchema, StorageMigrationClassSchema, StorageMigrationDestinationsSchema, StorageMigrationFootageMoveInputSchema, StorageMigrationInputSchema, StorageMigrationJobSchema, StorageMigrationLeaseInputSchema, StorageMigrationMediaMoveInputSchema, StorageMigrationMoveSchema, StorageMigrationParticipantSchema, StorageMigrationPhaseSchema, StorageMigrationPlanSchema, ProviderInfoSchema as StorageProviderInfoSchema, ReadChunkInputSchema as StorageReadChunkInputSchema, TestLocationResultSchema as StorageTestLocationResultSchema, WriteChunkInputSchema as StorageWriteChunkInputSchema, StreamCodecSchema, StreamFormatSchema, StreamNetworkStatsSchema, StreamParamsOptionsSchema, StreamParamsStatusSchema, StreamProfileConfigSchema, StreamProfileOptionsSchema, StreamProfilePatchSchema, StreamProfileSchema, StreamSourceEntrySchema, StreamSourceSchema, SubscribeAudioChunksInputSchema, SubscribeAudioChunksResultSchema, SubscribeFramesInputSchema, SubscribeFramesResultSchema, SwitchStatusSchema, SystemMetricsSchema, SystemMirror, TAXONOMY_COLORS, TIMELAPSE_DENSE_FLOOR_SEC, TIMEZONES, TRANSCODE_DOWN_MAX_BITRATE_KBPS, TRANSCODE_DOWN_MAX_HEIGHT, TamperStatusSchema, TankStatusSchema, TargetKindCapsSchema, TargetKindLevelSchema, TargetKindSchema, TargetSchema, TemperatureSensorStatusSchema, TerminalInstanceInfoSchema, TerminalLegacyCameraSchema, TerminalOutputBatchSchema, TerminalOutputEventSchema, TerminalProfileInfoSchema, TerminalSessionInfoSchema, TestConnectionResultSchema$1 as TestConnectionResultSchema, TestConnectionStatusEnum, TestResultSchema, TimelapseRuleInputSchema, TimelapseRulePatchSchema, TimelapseRuleSchema, TimelapseTemplateSchema, ToastSchema, TokenScopeSchema, TopologyNodeSchema, TopologyProcessSchema, TopologyServiceSchema, TrackCascadeCountsSchema, TrackEnvelopeSchema, TrackFlagsPatchSchema, TrackFlagsSchema, TrackProjectionSchema, TrackSchema, TrackSourceSchema, TrackStateSchema, TrackZoneFilterSchema, TrackedDetectionSchema, TrainingExportDeviceTotalsSchema, TrainingExportSummarySchema, TransportPlaneCountsSchema, TransportPlaneSchema, TurnServerSchema, UNATTRIBUTED_BUCKET_KEY, UNIT_TABLE, BrokerInfoSchema$1 as UnifiedBrokerInfoSchema, UnitConversionError, UpdateIntegrationInputSchema, UpdateStatusSchema, UpdateUserInputSchema, UserRecordSchema, UserSummarySchema, VISIT_MERGE_GAP_MS, VacuumControlStatusSchema, VacuumStateSchema, ValveStateSchema, ValveStatusSchema, VectorDeclareIndexInputSchema, VectorDeleteByFilterInputSchema, VectorDeleteInputSchema, VectorDeleteResultSchema, VectorFilterSchema, VectorGetInputSchema, VectorGetResultSchema, VectorItemSchema, VectorMatchSchema, VectorMetadataSchema, VectorMetricSchema, VectorQueryInputSchema, VectorQueryResultSchema, VectorStatsInputSchema, VectorStatsResultSchema, VectorUpsertInputSchema, VectorUpsertResultSchema, VibrationStatusSchema, VideoEncodeSchema, WEBRTC_EGRESS_PROFILE, WELL_KNOWN_TABS, WELL_KNOWN_TAB_MAP, WaterHeaterStatusSchema, WeatherStatusSchema, WebrtcStreamChoiceSchema, WebrtcStreamTargetSchema, WhiteBalanceModeSchema, WidgetHostEnum, WidgetLoginMethodSchema, WidgetMetadataSchema, WidgetRemoteSchema, WidgetSizeEnum, YAMNET_TO_MACRO, ZoneCrossingDirectionSchema, ZoneCrossingSchema, ZoneKindEnum, ZoneRuleModeEnum, ZoneRuleSchema, ZoneRuleStageEnum, ZoneRulesArraySchema, ZoneSchema, ZoneScopeBreakdownSchema, __resetLogChannelRegistryForTests, accessoriesCapability, accessoryStableId, addonPagesCapability, addonPagesSourceCapability, addonRoutesCapability, addonSettingsCapability, addonWidgetsCapability, addonWidgetsSourceCapability, addonsCapability, adminUiCapability, airQualitySensorCapability, alarmPanelCapability, alertsCapability, ambientLightSensorCapability, asBoolean, asJsonArray, asJsonObject, asNumber, asString, assertTimelapseCadences, audioAnalysisCapability, audioAnalyzerCapability, audioCodecCapability, audioIsFailClosed, audioKindId, audioLabelChoices, audioMetricsCapability, audioModeOf, audioOrDefaults, audioPlanFromEncodeProfile, authProviderCapability, autoAssignProfiles, automationControlCapability, backupCapability, bareAddonId, batteryCapability, bestLocationMatch, binaryCapability, bindAddonActions, brightnessCapability, brokerCapability, buildAddonRouteProvider, buildAudioArgs, buildEventKindDescriptor, buildFfmpegArgs, buildInputArgs, buildModelVariantGroups, buildNcTaxonomy, buildRoleScopes, buildStreamParamsConfigSchema, buildVideoArgs, buttonCapability, cameraCredentialsCapability, cameraPipelineConfigCapability, cameraStreamsCapability, canConvertUnit, canonicalEgressPlan, carbonMonoxideCapability, cellsToRects, classifyBearerPrincipal, classifyStream, classifyStreams, climateControlCapability, clusterModelSettingKey, clusterStepSettingFieldsFor, clusterStepSettingKey, collectHydratedFieldEntries, collectHydratedFieldValues, colorCapability, colorForKind, commitWatchdogRestart, compileExpression, compileExpressionSafe, composeSwitchedOff, conditionDepth, conditionExclusionReason, conditionVisibleForKind, connectionTestCapability, connectivityCapability, consumablesCapability, contactCapability, controlCapability, convertUnit, coreBlockAddonId, coreBlockIdFromAddonId, coreBlocksCapability, cosineSimilarity, countConditionLeaves, coverCapability, createDeviceProxy, createDurableState, createEvent, createEventBusSliceSource, createExpressionScope, createHwAccelCache, createLazyTrpcSource, createLogChannelsProvider, createMirrorSource, createRuntimeStateBridge, createSliceHandle, createSystemProxy, customAction, customModelRegistryCapability, dataStoreProviderCapability, dayNightCapability, declarationOwnerNodeId, declareLogChannel, decodeVectorBase64, decoderCapability, defaultDeliveryForSection, defaultDeviceFor, defineCustomActions, deriveBatteryPresence, deriveCameraSwitches, deriveDetailCropRect, deriveRecordingMode, describeModelVariant, detectAccessRole, detectionPipelineCapability, deviceAdoptionCapability, deviceBackendToFormat, deviceCustomAction, deviceDiscoveryCapability, deviceExportCapability, deviceManagerCapability, deviceMatchesProfile, deviceOpsCapability, deviceProviderCapability, deviceSelectorMatches, deviceStateCapability, deviceStatusCapability, doorbellCapability, droppedConditionsForKind, egressTranscodeSharingKey, egressTransportFromRequest, embeddingEncoderCapability, emitDownForOwnedCaps, emitReadiness, encodeProfileFromStreamShape, encodeVectorBase64, enumSensorCapability, enumerateInferenceDevices, enumerateItemArrayFields, enumerateSchemaFields, errMsg, evaluateAst, evaluateExpressionSource, evaluatePoolMemory, evaluateSensorEdge, evaluateZoneRules, event, eventEmitterCapability, eventsCapability, expandCapMethods, extractNestedAddonId, extractSourceInfoFromMetadata, faceGalleryCapability, failureContributionCapability, failureRate, fanControlCapability, featureProbeCapability, filesystemBrowseCapability, findTimezone, floodCapability, foldSnapshotByFunction, formatForBackend, formatForRuntime, gasCapability, generateAutomationBlock, getAudioMacroClassIds, getByPath, getCapsByProviderKind, getLogChannelRegistry, getTaxonomyEntry, hasMotionTrigger, hfModelUrl, htmlToText, humidifierCapability, humiditySensorCapability, hydrateSchema, imageCapability, imageSettingsCapability, inferModelProvider, initialPoolMemoryState, integrationsCapability, intercomCapability, invocationFromEncodeProfile, isAgentOnlyPlacement, isArrayOutputSchema, isAudioLabelSelected, isAudioRule, isBaseConditionKey, isBatteryPresenceFault, isClusterScopedStep, isCollectionArrayMethod, isDeployableToAgent, isDetectionMacroClass, isDeviceConfigCap, isDeviceScopedCap, isEvent, isFirstLevelMacroClass, isIsolatedBuiltin, isNode, isObjectInput, isOccupancyRule, isRestoredCap, isSameAddonId, isScheduleActive, isSoftwareDecode, isSourceCap, isSystemDelivery, isVoidInput, jobKindSchema, kebabToCamel, knownValues, lawnMowerControlCapability, lifecycleJobSchema, lifecycleJobScopeSchema, lifecycleJobStateSchema, lifecycleTaskSchema, llmCapability, llmRuntimeCapability, loadContributionCapability, localNetworkCapability, locationSimilarity, lockControlCapability, logBannerArgs, logChannelsCapability, logDestinationCapability, logLevelAtMost, loginMethodCapability, looseSchema, makeProfileBrokerId, makeSourceBrokerId, mapAudioLabelToMacro, markdownToHtmlLite, markdownToText, maskUrlCredentials, mediaPlayerCapability, mergeSourceInfo, meshNetworkCapability, method, methodAccessForHttpMethod, metricsProviderCapability, modelConvertCapability, modelDistributorCapability, modelFormatForRuntime, motionCapability, motionDetectionCapability, motionTriggerCapability, motionZonesCapability, mqttBrokerCapability, nativeObjectDetectionCapability, networkAccessCapability, networkQualityCapability, nodePin, nodesCapability, normalizeAddonInitResult, normalizeAudioLabel, normalizeTokenScopes, normalizeUnit, notificationOutputCapability, notificationRulesCapability, notifierCapability, numericSensorCapability, oauthIntegrationCapability, objectInputDeclaresAddonId, osdCapability, osdManagerCapability, overlayClusterStepSettings, parseCameraStreamConfig, parseExpression, parseJsonArray, parseJsonObject, parseJsonUnknown, parseProcStatus, parseProfileBrokerId, parseRuleSection, parseStreamParamsFormPatch, patchAudio, petFeederCapability, pickAccessoryControl, pickClusterStepModels, pickClusterStepSettings, pickDetailCropConvention, pickNativeLeaseOverride, pickPreferredRtspEntry, pickRestartCandidate, pickVideoEncoder, pickerForCondition, pipelineAnalyticsCapability, pipelineExecutorCapability, pipelineOrchestratorCapability, pipelineRunnerCapability, plateGalleryCapability, platformProbeCapability, poolMemoryThreshold, powerMeterCapability, prepareNotification, presenceCapability, pressureSensorCapability, principalMayReachAddon, privacyMaskCapability, procedureAuthKey, ptzAutotrackCapability, ptzCapability, pythonScriptForBackend, readClusterStepModels, readClusterStepSettings, readDetailCropConvention, readDeviceStateFrom, readNativeLeaseOverride, readNodePin, readTimelapseGeneratedAt, readinessKey, rebootCapability, recordingCapability, recordingExportCapability, rectsToCells, reducePoints, requiresPython, resetPoolBaseline, resolveAddonExecution, resolveAddonGroup, resolveAddonPlacement, resolveAddonRuntime, resolveBucketMs, resolveCapMount, resolveClusterStepModelId, resolveDetectionRuntime, resolveDeviceControlKind, resolveDeviceProfile, resolveEgressDecodeHwAccel, resolveFormat, resolveHydratedFieldValue, resolveMethodAuth, resolveModelFormat, resolveMutate, resolvePoolMemoryPolicy, resolveRecordingProfiles, resolveRunnerId, resolveVariantModelId, resolveViewableDeviceIds, roleSpec, ruleEditorSectionsForKind, ruleKindOf, ruleKindSpec, ruleMatchesSection, ruleSection, ruleSectionOf, ruleSeedForSection, runInferenceStep, runtimeDevices, runtimeStatePolicyFor, sceneMonitorCapability, scopeInherits, scopeKey, scopesAllowAddon, scopesAllowDeviceCap, scoreRuntimes, scriptRunnerCapability, selectAssignedProfileSlots, serverManagementCapability, setByPath, settingsStoreCapability, sleep, sleepCancellable, sliceActiveValue, sliceChangedAt, smokeCapability, smtpProviderCapability, snapshotCapability, ssoBridgeCapability, startReachabilityPoll, stateVocabularyFor, storageCapability, storageEvictableCapability, storageMigrationCapability, storageProviderCapability, streamBrokerCapability, streamCatalogCapability, streamParamsCapability, streamPixels, streamQualityLabel, subKindsOf, summarisePrivacyAudio, summarizeEffectiveScope, supportedRuntimes, switchCapability, switchedOffIds, synthesizeSourceInfo, systemCapability, systemEventFilterApplies, systemEventFilterAppliesToAnyKind, tamperCapability, taskLogEntrySchema, taskPhaseSchema, taskTargetSchema, temperatureSensorCapability, terminalSessionCapability, textToHtml, toDeviceSummary, toExpressionValue, toNodeId, toStreamSourceEntry, toastCapability, toggleAudioLabel, tokenize, transcodeBody, tryConvertUnit, turnProviderCapability, unitDimension, unitsForDimension, updateCapability, userManagementCapability, userPasskeysCapability, vacuumControlCapability, validateExpressionSource, validateRecipeBounds, valveCapability, vectorDimFromBase64, vectorStoreCapability, vibrationCapability, videoclipsCapability, viewerUiCapability, waterHeaterCapability, weatherCapability, webrtcClientHintsSchema, webrtcSessionCapability, wiringAddonHealthSchema, wiringHealthSnapshotSchema, wiringNodeHealthSchema, wiringProbeKindSchema, wiringProbeResultSchema, zodEntriesToConfigUI, zoneAnalyticsCapability, zoneRulesCapability, zonesCapability };
51229
+ export { ACCESSORY_LABEL, ACCESS_ROLES, ALEXA_EGRESS_PROFILE, ALL_CAPABILITY_DEFINITIONS, APPLE_SA_TO_MACRO, AUDIO_ANALYSIS_CAP_NAME, AUDIO_BACKEND_CHOICES, AUDIO_MACRO_LABELS, AUDIO_PRESETS, AccessoriesStatusSchema, AccessoryKind, AddBrokerInputSchema, AddonAutoUpdateSchema, AddonListItemSchema, AddonPageDeclarationSchema, AddonPageInfoSchema, AdoptInputSchema as AdoptionAdoptInputSchema, AdoptResultSchema as AdoptionAdoptResultSchema, AdoptionCandidateResultSchema, AdoptionFilterSchema, GetCandidateInputSchema as AdoptionGetCandidateInputSchema, AdoptionJobSchema, AdoptionJobStateSchema, ListCandidatesInputSchema as AdoptionListCandidatesInputSchema, ListCandidatesOutputSchema as AdoptionListCandidatesOutputSchema, AdoptionOutcomeSchema, ReleaseInputSchema as AdoptionReleaseInputSchema, AdoptionStatusSchema, AgentLoadSummarySchema, AirQualitySensorStatusSchema, AlarmArmModeSchema, AlarmPanelStatusSchema, AlarmStateSchema, AlertSchema, AlertSeveritySchema, AlertSourceSchema, AlertStatusSchema, AmbientLightSensorStatusSchema, AnalyticsGroupDetailSchema, AnalyticsGroupMemberSchema, AnalyticsGroupRecordSchema, ApiKeyRecordSchema, ApiKeySummarySchema, ArchiveEntrySchema, ArchiveManifestSchema, AttachmentMediaTypeSchema, AttachmentSchema, AudioAnalysisResultSchema, AudioAnalysisSettingsSchema, AudioChunkInputSchema, AudioClassSummarySchema, AudioClassificationLabelSchema, AudioClassificationResultSchema, AudioCodecInfoSchema, AudioDecodeSessionConfigSchema, AudioEncodeSchema, AudioEncodeSessionConfigSchema, AudioEncodedChunkSchema, AudioEventSchema, AudioLevelSchema, AudioMetricsHistoryPointSchema, AudioMetricsHistorySchema, AudioMetricsSnapshotSchema, AudioPcmChunkSchema, AuthResultSchema, AutoUpdateSettingsSchema, AutomationActionSchema, AutomationConditionOperatorSchema, AutomationConditionSchema, AutomationControlStatusSchema, AutomationRecipeSchema, AutomationTriggerSchema, AvailableIntegrationTypeSchema, BACKEND_TO_FORMAT, BASE_LIVE_EGRESS_PROFILE, BATTERY_DEVICE_PROFILE, BATTERY_UNREACHABLE_AFTER_MS, BOOT_RECOVERY_BACKOFF_MS, BacklightModeSchema, BackupDestinationInfoSchema, BackupEntrySchema, BaseAddon, BaseDevice, BaseDeviceProvider, BatteryStatusSchema, BinaryStatusSchema, BoundingBoxSchema, BrightnessStatusSchema, AddInputSchema as BrokerAddInputSchema, BrokerAudioClientSchema, BrokerClientsSchema, BrokerConnectionDetailsSchema, BrokerConsumerAttributionSchema, BrokerConsumerKindSchema, BrokerDecodedClientSchema, BrokerEncodedClientSchema, GetStateInputSchema as BrokerGetStateInputSchema, BrokerInfoSchema, BrokerProviderInfoSchema, PublishInputSchema as BrokerPublishInputSchema, RegistryStatusSchema as BrokerRegistryStatusSchema, BrokerRtspClientSchema, BrokerStatsSchema, BrokerStatusEnum, BrokerStatusSchema, SubscribeInputSchema as BrokerSubscribeInputSchema, SubscribeResultSchema as BrokerSubscribeResultSchema, TestConnectionResultSchema as BrokerTestConnectionResultSchema, UnsubscribeInputSchema as BrokerUnsubscribeInputSchema, BulkRecordSchema, CAMERA_SWITCH_CATALOG, CAMERA_SWITCH_ORDER, CAM_PROFILE_ORDER, CAPABILITY_NAMES, CAPABILITY_ROUTER_KEYS, CAP_NAMES_WITH_STATUS, CAP_NODE_PIN_CONTEXT_KEY, CAP_PROVIDER_KIND_MAP, CLASS_MAP_MACRO_TARGETS, CLUSTER_MODEL_SCOPED_STEPS, CLUSTER_MODEL_SECTION_ID, CLUSTER_STEP_SETTING_FIELDS, COCO_80_LABELS, COCO_TO_MACRO, CONNECTION_TEST_TIMEOUT_MS, CORE_BLOCKS_ADDON_ID, CORE_BLOCK_ADDON_PREFIX, CamProfileSchema, CamStreamDescriptorSchema, CamStreamKindSchema, CamStreamResolutionSchema, CameraAssignmentStatusSchema, CameraAudioStatusSchema, CameraBrokerProfileSchema, CameraBrokerStatusSchema, CameraCredentialsSchema, CameraCredentialsStatusSchema, CameraDecoderShmSchema, CameraDecoderStatusSchema, CameraDetectionPhaseSchema, CameraDetectionProvisioningSchema, CameraDetectionProvisioningStateSchema, CameraDetectionStatusSchema, CameraMetricsSchema, CameraMetricsWithDeviceIdSchema, CameraMotionStatusSchema, CameraRecordingModeSchema, CameraRecordingStatusSchema, CameraSourceStatusSchema, CameraSourceStreamSchema, CameraStatusDegradationReasonSchema, CameraStatusDegradationSchema, CameraStatusSchema, CameraStatusStageSchema, CameraStreamSchema, CameraSwitchAuthoritySchema, CameraSwitchGroupSchema, CameraSwitchIdSchema, CameraSwitchSchema, CameraSwitchUnavailableReasonSchema, CandidateQueryFilterSchema, CapScopeSchema, CapabilityBindingsSchema, CarbonMonoxideStatusSchema, ChargingStatus, ClientNetworkStatsSchema, ClimateControlStatusSchema, ClipPlaybackSchema, ClipSchema, ClusterAddonNodeDeploymentSchema, ClusterAddonStatusEntrySchema, CollectionColumnSchema, CollectionIndexSchema, ColorStatusSchema, ConfigEntrySchema, ConfigSectionWithValuesSchema, ConfigTabDeclarationSchema, ConnectionTestDescriptorSchema, ConnectionTestInputSchema, ConnectionTestOutcomeSchema, ConnectivityStatusSchema, ConsumableItemSchema, ConsumablesStatusSchema, ContactStatusSchema, ControlKindSchema, ControlStatusSchema, ConvertArtifactSchema, ConvertResultSchema, ConvertTargetSchema, CoreBlockCompileResultSchema, CoreBlockInputSchema, CoreBlockPlacementSchema, CoreBlockSchema, CoreBlockStatusSchema, CoverStateSchema, CoverStatusSchema, CreateApiKeyInputSchema, CreateApiKeyResultSchema, CreateIntegrationInputSchema, CreateScopedTokenInputSchema, CreateScopedTokenResultSchema, CreateUserInputSchema, CustomActionInputSchema, CustomModelDescriptorSchema, DATAPLANE_SECRET_HEADER, DECLARED_DEVICE_SWEEP_LIMIT, DECLARED_INTEGRATION_FIXED_KEY, DEFAULT_ADDON_PLACEMENT, DEFAULT_AUDIO_ANALYZER_CONFIG, DEFAULT_CLUSTER_STEP_MODELS, DEFAULT_CLUSTER_STEP_SETTINGS, DEFAULT_DECODER_HWACCEL_CONFIG, DEFAULT_DETAIL_CROP_CONVENTION, DEFAULT_EVENTS_BAND_BUFFER_SEC, DEFAULT_EVENT_COLOR, DEFAULT_FEATURES, DEFAULT_FIRST_SIGHTING_FRESHNESS_MS, DEFAULT_MIN_LANDMARK_FACE_SIZE_PX, DEFAULT_NATIVE_LEASE_SETTINGS, DEFAULT_POOL_MEMORY_POLICY, DEFAULT_RECORDING_PROFILES, DEFAULT_RETENTION, DEFAULT_RUNTIME_STATE_DURABILITY, DEFAULT_TIMELAPSE_PREVIEW_TEXT, DEFAULT_TOKEN_EXPIRY, 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_CHILDREN_BATCH_MAX, 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, DetectionCatalogClassMapSchema, DetectionSourceSchema, DeviceCodeSeveritySchema, DeviceConfig, DeviceDiscoveryStatusSchema, ExposeInputSchema as DeviceExportExposeInputSchema, DeviceExportStatusSchema, UnexposeInputSchema as DeviceExportUnexposeInputSchema, DeviceFeature, DeviceInfoSchema, DeviceNetworkStatsSchema, DeviceRole, DeviceRuntimeState, DeviceSelectorSchema, DeviceStatusSchema, DeviceType, DiagnosticIdSchema, DiagnosticWindowPatchSchema, DiagnosticWindowSchema, DiscoveredChildDeviceSchema, DiscoveredChildStatusSchema, DiscoveredDeviceSchema, DiscoveredTargetSchema, DiskReconcileJobSchema, DisposerChain, DoorbellPressEventSchema, DoorbellStatusSchema, EVENTFUL_CAP_NAMES, EVENT_KIND_BY_CAP, EVENT_PAD_MS, EVENT_TAXONOMY, EXPORT_DENSE_MAX_RANGES, EXPRESSION_BUILTINS, EXPRESSION_BUILTIN_NAMES, EXPRESSION_COMPILE_CACHE_CAPACITY, EXPRESSION_IDENTIFIER_RE, EXPRESSION_INJECTED_NOW, EgressEncodeSchema, EgressRateControlSchema, EgressTranscodeRequestSchema, EgressTranscodeSchema, ElementConfigStore, EmbeddingInfoSchema, EmbeddingResultSchema, EncodeProfileSchema, EncodedPacketSchema, EnrichedWidgetMetadataSchema, EnumSensorDateTimeFormatSchema, EnumSensorStatusSchema, EventCategory, EventEmitterStatusSchema, EventFireSchema, EventItemSchema, EventKindCategorySchema, EventKindDescriptorSchema, EventKindIconSchema, EventKindSchema, EventKindsForDeviceSchema, EventMediaArtifactSchema, EventMediaCoverageSchema, EventMediaKindSchema, EventMediaProductionSchema, EventSourceType, ExportBytesSchema, ExportDenseRangeSchema, ExportDenseSchema, ExportDownloadSchema, ExportOptionsSchema, ExportRecordSchema, ExportSetupFieldSchema, ExportSetupSchema, ExportSpeedSchema, ExportStateSchema, ExportTimelapseSchema, ExposedDeviceSchema, ExposureModeSchema, ExpressionBindingSourceSchema, ExpressionEvalError, ExpressionFieldBindingSchema, ExpressionGlobalBindingSchema, ExpressionLiteralBindingSchema, ExpressionParseError, ExpressionSourceSchema, FIRST_LEVEL_MACRO_CLASSES, FULL_IMAGE_BBOX, FailureContributionSchema, FailureCounters, FailureReasonCountSchema, FanControlStatusSchema, FanDirectionSchema, FeatureManifestSchema, FeatureProbeStatusSchema, FloodStatusSchema, Fmp4BoxSplitter, FrameHandleFormatSchema, FrameHandleSchema, FrameInputSchema, FrameLazyCountersSchema, FrameLazyMetricsSchema, GasStatusSchema, GetLoggingSettingsInputSchema, GetStreamWithCodecInputSchema, GlobalMetricsSchema, HAP_AUDIO_BASE, HAP_AUDIO_BITRATE_KBPS, HAP_AUDIO_VBV_KBITS, HAP_KEYFRAME_INTERVAL_SEC, HF_BASE_URL, HF_REPO, HWACCEL_OPTIONS, HealthStatusSchema, HfModelResolutionSchema, HistoryPointSchema, HistoryResolutionEnum, HumidifierStatusSchema, HumiditySensorStatusSchema, HvacModeSchema, INFERENCE_DEVICE_EXCLUSION_REASONS, ImageContractSchema, ImageContractStateSchema, ImageRotateSchema, ImageSettingsOptionsSchema, ImageSettingsPatchSchema, ImageSettingsStatusSchema, ImageStatusSchema, InferenceDeviceExclusionReasonSchema, IngestOwnerSchema, InstalledPackageSchema, IntegrationLiteSchema, IntegrationWithStateSchema, IntercomAbilitySchema, IntercomStatusSchema, KNOWN_CAP_NAMES, KeyEventSchema, LOAD_CONTRIBUTION_ATTRIBUTIONS, LOAD_CONTRIBUTION_ROLES, LOG_CHANNEL_TICK_MS, LOG_LEVEL_RANK, LabelAttributionSchema, LabelDefinitionSchema, LabelTierSchema, LawnMowerActivitySchema, LawnMowerControlStatusSchema, LinkedDeviceSchema, LinkedDevicesModeSchema, ListGroupsPageSchema, ListGroupsQueryInput, LlmDefaultSchema, LlmDefaultSelectorSchema, LlmDownloadProgressSchema, LlmErrorCodeSchema, LlmGenerateBaseInputSchema, LlmGenerateErrSchema, LlmGenerateOkSchema, LlmGenerateResultSchema, LlmImageSchema, LlmNodeModelSchema, LlmProfileKindDescriptorSchema, LlmProfileKindSchema, LlmProfileSchema, LlmRetryPolicySchema, LlmRuntimeCompleteInputSchema, LlmRuntimeDiskUsageSchema, LlmRuntimeNodeSchema, LlmRuntimeStatusSchema, LlmTimeoutDefaults, LlmUsageRollupSchema, LlmUsageSchema, LoadContributionSchema, LocateSegmentResultSchema, LocationStatSchema, LockControlStatusSchema, LockStateSchema, LogChannelApplyResultSchema, LogChannelDescriptorSchema, LogChannelGate, LogChannelLevelSchema, LogChannelRegistry, LogChannelWindowPatchSchema, LogChannelWindowSchema, LogChannelWindowStateSchema, LogEntrySchema, LogLevelSchema, LogStreamEntrySchema, LoggingEffectiveSchema, LoggingExplicitSchema, LoggingLevelLayerSchema, LoggingLevelSourceSchema, LoggingScopeKindSchema, LoggingSettingsPatchSchema, LoggingSettingsStateSchema, LoginMethodContributionSchema, LoginStageEnum, MACRO_LABELS, MAX_CLIP_EVENT_IDS, MAX_CLIP_LABELS, MAX_CONDITION_DEPTH, MAX_CONDITION_LEAVES, MAX_EXPRESSION_AST_NODES, MAX_EXPRESSION_BINDINGS, MAX_EXPRESSION_CALL_ARGS, MAX_EXPRESSION_EVAL_STEPS, MAX_EXPRESSION_SOURCE_LENGTH, MAX_KEYS, MAX_REASONS_PER_KEY, MAX_SENSOR_TRIGGER_DEVICES, METHOD_ACCESS_MAP, METHOD_DEVICE_SELECTORS, MODEL_FORMATS, MODEL_PROVIDER_IDS, MOTION_TRIGGER_FEATURE, ManagedModelCatalogEntrySchema, ManagedModelExtraFileSchema, ManagedModelRefSchema, ManagedRuntimeConfigSchema, MaskGridDimsSchema, MaskGridShapeSchema, MaskLineShapeSchema, MaskPointSchema, MaskPolygonShapeSchema, MaskPolygonVerticesSchema, MaskRectShapeSchema, MaskShapeKindSchema, MaskShapeSchema, MediaFileInfoSchema, MediaFileSchema, MediaPlayerRepeatSchema, MediaPlayerStateSchema, MediaPlayerStatusSchema, MediaRelocateModeSchema, MeshPeerSchema, MeshStatusSchema, MethodAccessSchema, ModelCatalogEntrySchema, ModelConvertInputSchema, ModelConvertMetadataSchema, ModelDistributeInputSchema, ModelDistributeResultSchema, ModelExtraFileSchema, ModelFormatEntrySchema, ModelFormatsSchema, ModelProviderIdSchema, ModelSubstitutionSchema, ModelVariantGroupSchema, MotionAnalysisResultSchema, MotionEventSchema, MotionOnMotionChangedDataSchema, MotionRegionSchema, MotionSourceEnum, MotionSourcesSchema, MotionStatusSchema, MotionTriggerRuntimeStateSchema, MotionTriggerStatusSchema, MotionZoneOptionsSchema, MotionZonePatchSchema, MotionZoneRegionSchema, MotionZoneStatusSchema, StatusSchema as MqttBrokerStatusSchema, MutationFilterSchema, NATIVE_LEASE_ACTIVITY_FIELD, NATIVE_LEASE_ACTIVITY_KEY, NATIVE_LEASE_ADMISSION_FIELD, NATIVE_LEASE_ADMISSION_KEY, NATIVE_LEASE_BUDGET_FIELD, NATIVE_LEASE_BUDGET_KEY, NATIVE_LEASE_HOLD_FIELD, NATIVE_LEASE_HOLD_KEY, NATIVE_LEASE_SCENE_BUDGET_FIELD, NATIVE_LEASE_SCENE_BUDGET_KEY, NATIVE_LEASE_SECTION_ID, NATIVE_LEASE_TILE_BUDGET_FIELD, NATIVE_LEASE_TILE_BUDGET_KEY, NC_ALARM_SYSTEM_EVENT_KINDS, NC_AUDIO_CONFIRM_HITS_DEFAULT, NC_AUDIO_CONFIRM_HITS_MAX, NC_AUDIO_CONFIRM_HITS_MIN, NC_AUDIO_CONFIRM_WINDOW_MAX_SEC, NC_AUDIO_CONFIRM_WINDOW_MIN_SEC, NC_AUDIO_CONFIRM_WINDOW_SEC_DEFAULT, NC_AUDIO_DBFS_FLOOR, NC_AUDIO_DB_MAX, NC_AUDIO_DB_MIN, NC_AUDIO_DB_OFFERED, NC_AUDIO_DB_STEP, NC_AUDIO_DEFAULTS, NC_AUDIO_HIT_PERCENT_MAX, NC_AUDIO_HIT_PERCENT_MIN, NC_AUDIO_SAMPLING_MAX_SEC, NC_AUDIO_SAMPLING_MIN_SEC, NC_AUDIO_SEED, NC_AUTHORABLE_SYSTEM_EVENT_KINDS, NC_BASE_CONDITION_KEYS, NC_CONDITION_CATALOG, NC_CONFIRM_DEFAULT_MAX_IMAGE_PX, NC_CONFIRM_DEFAULT_TIMEOUT_MS, NC_CONFIRM_MAX_TIMEOUT_MS, NC_CONFIRM_MIN_TIMEOUT_MS, NC_DEFAULT_SNOOZE_MINUTES, NC_HISTORY_LIMIT_DEFAULT, NC_HISTORY_LIMIT_MAX, NC_MAX_PER_TRACK_IMMEDIATE, NC_OCCUPANCY_DEFAULTS, NC_RULE_EDITOR_SECTION_ORDER, NC_RULE_KIND_SPECS, NC_RULE_SECTIONS, NC_SNOOZE_MAX_MINUTES, NC_SYSTEM_DELIVERY, NC_SYSTEM_EVENT_FILTER_KEYS, NC_TAXONOMY, NativeCropBboxSchema, NativeCropRefSchema, NativeCropResultSchema, NativeDetectionSchema, NativeLeaseAdmissionSchema, NativeLeaseSettingsSchema, NativeObjectClassEnum, NativeObjectDetectionRuntimeStateSchema, NativeObjectDetectionStatusSchema, NcAlarmConfigSchema, NcAlarmModeCoverageSchema, NcAlarmSettingsPatchSchema, NcAlarmSettingsSchema, NcAlarmSkipReasonSchema, NcAlarmSkippedDeviceSchema, NcAudioConditionSchema, NcConditionDescriptorSchema, NcConditionsSchema, NcConfirmExpectSchema, NcConfirmSchema, NcCrossingSchema, NcDeliverySchema, NcDeviceStateConditionSchema, NcHistoryEntrySchema, NcHistoryFilterSchema, NcHistoryRecordKindSchema, NcHistoryStatusSchema, NcHistorySubjectSchema, NcMediaFrameSchema, NcMediaPolicySchema, NcOccupancyConditionSchema, NcPlateMatcherSchema, NcRuleActionSchema, NcRuleActionSequenceSchema, NcRuleActionsSchema, NcRuleInputSchema, NcRuleNotificationButtonSchema, NcRulePatchSchema, NcRuleSchema, NcRuleTargetSchema, NcSceneConditionSchema, NcScheduleSchema, NcScheduleWindowSchema, NcSnoozeInputSchema, NcSnoozeSchema, NcSnoozeScopeSchema, NcSnoozeSuppressedSchema, NcSystemEventConditionSchema, NcSystemEventKindSchema, NcTaxonomyEntrySchema, NcTaxonomySchema, NcTestResultSchema, NcThrottleGranularitySchema, NcThrottleSchema, NcZoneConditionSchema, NetworkAccessStatusSchema, NetworkAddressSchema, NetworkEndpointSchema, NotificationActionIconSchema, NotificationActionSchema, NotificationFormatSchema, NotificationSchema, NotifierStatusSchema, NumericSensorStatusSchema, OPERATOR_WRITTEN_STALE_MS, OPS_LOG_DEFAULT_LIMIT, OPS_LOG_RING_DEFAULT_MAX, OVERFLOW_REASON, OauthIntegrationDescriptorSchema, ObjectEventSchema, OpsLogDomainSchema, OpsLogEntrySchema, OpsLogOpSchema, OpsLogQueryInputSchema, OpsLogReasonSchema, OrchestratorMetricsSchema, OsdOverlayKindEnum, OsdOverlayPatchSchema, OsdOverlaySchema, OsdPositionEnum, OsdRenderOutcomeEnum, OsdRenderResultSchema, OsdSlotBindingSchema, OsdSlotViewSchema, OsdSourceOptionSchema, OsdSourceSchema, OsdSourceValueTypeEnum, OsdStatusSchema, PET_FEEDER_MANUAL_FEED_MAX, PET_FEEDER_MANUAL_FEED_MIN, PIPELINE_FLOW_CAPABILITY_NAMES, PIPELINE_OWNER_CAPABILITY_NAMES, PRIVACY_MASK_CAP_NAME, PROVIDER_KIND_CAP_NAMES, PYTHON_SCRIPT, PackageUpdateSchema, PackageVersionInfoSchema, PasskeyLoginMethodSchema, PasskeySummarySchema, PcmSampleFormatSchema, PerScopeBreakdownSchema, PetFeederStatusSchema, PickStreamPreferencesSchema, PickStreamRequirementsSchema, PickedCamStreamSchema, PipelineAssignmentSchema, PipelineDefaultStepSchema, PipelineEngineChoiceSchema, PipelineRunResultBridge, PipelineStepInputSchema, PipelineValidationIssueSchema, PipelineValidationResultSchema, PlaceholderReasonSchema, PolygonPointSchema, PoolMemoryWatchdog, PowerMeterStatusSchema, PresenceStatusSchema, PressureSensorStatusSchema, PrivacyMaskOptionsSchema, PrivacyMaskPatchSchema, PrivacyMaskRegionSchema, PrivacyMaskShapeSchema, PrivacyMaskStatusSchema, ProfileRtspEntrySchema, ProfileSlotSchema, ProfileSlotStatusSchema, ProviderStatusSchema, PtzAutotrackRuntimeStateSchema, PtzAutotrackSettingsSchema, PtzAutotrackStatusSchema, PtzAutotrackTargetOptionSchema, PtzMoveCommandSchema, PtzOptionsSchema, PtzPositionSchema, PtzPresetSchema, PtzStatusSchema, QueryFilterSchema, RATE_CONTROL_RELAXED, RATE_CONTROL_TIGHT, REACHABILITY_FAILURES_TO_OFFLINE, REACHABILITY_POLL_INTERVAL_MS, REACHABILITY_PROBE_TIMEOUT_MS, RECOGNITION_TYPES, RECORDING_EXPORT_MAX_READ_BYTES, REDACTED_SECRET, RESERVED_BINDING_NAMES, RESTORED_CAP_NAMES, ROOT_BUCKET_KEY, RUNTIME_DEFAULTS, RUNTIME_STATE_POLICY, RUNTIME_STATE_REFRESH_MISS_COOLDOWN_MS, RUNTIME_TO_FORMAT, RawStateResultSchema, ReadGopBytesResultSchema, ReadSegmentBytesResultSchema, ReadWindowBytesResultSchema, ReadinessRegistry, ReadinessTimeoutError, RecentTracksPageSchema, RecentTracksQueryInput, RecordingAvailabilitySchema, RecordingBandModeSchema, RecordingBandSchema, RecordingBandTriggersSchema, RecordingConfigSchema, RecordingDaysSchema, RecordingDeviceUsageSchema, RecordingLocationUsageSchema, RecordingManifestSchema, RecordingObjectTriggerClassSchema, RecordingRangeSchema, RecordingRebalanceInputSchema, RecordingRebalanceMoveSchema, RecordingRebalancePlanSchema, RecordingRebalanceSkipReasonSchema, RecordingRebalanceSkipSchema, RecordingRetentionSchema, RecordingStatusSchema, RecordingStorageModeSchema, RecordingStorageUsageSchema, RecordingTriggersSchema, RecordingWeekdaySchema, RedirectLoginMethodSchema, RelocatableMediaCountInputSchema, RelocatableMediaCountSchema, RelocateFootageClassSchema, RelocateFootageInputSchema, RelocateJobSchema, RelocateJobStateSchema, RelocateMediaInputSchema, RelocateResidueInputSchema, RelocateResidueSchema, RenderedAsSchema, ReportMotionInputSchema, ReportedFailureContributionSchema, ReportedLoadContributionSchema, RequestCensusGroupSchema, RequestCensusProcedureSchema, RequestCensusSnapshotSchema, RequestCensusStatusSchema, RetrainAnnotationDraftSchema, RetrainAnnotationKindSchema, RetrainAnnotationSchema, RetrainAnnotationSourceSchema, RetrainAssistResultSchema, RetrainAssistSubjectSchema, RetrainCopyRefusalSchema, RetrainFrameCandidateSchema, RetrainFrameListSchema, RetrainFrameSchema, RetrainFrameSelectionSchema, RetrainMacroClassSchema, RetrainStatusSchema, RetrainTrackSchema, RetrainTransitionResultSchema, RingBuffer, RtpSourceSchema, RtspRestreamEntrySchema, RunnerCameraConfigSchema, RunnerCameraDeviceUIFields, RunnerFrameSourceSchema, RunnerInferenceDeviceSchema, RunnerLocalLoadSchema, RunnerLocalMetricsSchema, SCENE_CONDITIONS, SCENE_CONFIRM_DEFAULT_MAX_IMAGE_PX, SCENE_CONFIRM_DEFAULT_TIMEOUT_MS, SCENE_DEFAULT_ANCHOR_THRESHOLD, SCENE_DEFAULT_CHECK_INTERVAL_SEC, SCENE_DEFAULT_OBSERVATION_SPACING_SEC, SCENE_DEFAULT_QUIET_SECONDS, SCENE_DEFAULT_UNCOVERED_POLICY, SCENE_DIVERGED, SCENE_RESET_RECAPTURES, SCOPE_PRESETS, SENSOR_FEATURES, SENSOR_MAP, SOURCE_CAPS, SOURCE_CAP_ACTIVE_FIELD, SOURCE_CAP_CHANGED_AT_FIELD, SOURCE_DEVICE_TYPES, SOURCE_INFO_METADATA_KEY, STORAGE_ACCESS_FALLBACK, STREAM_PROFILE_META, STREAM_QUALITY_LABELS, SUB_DETECTION_TYPES, SYSTEM_CAP_NAMES, SYSTEM_SCOPE_DEVICE_METHODS, SceneCheckSchema, SceneConditionSchema, SceneConfirmSchema, SceneMonitorSchema, SceneMonitorStateSchema, SceneMonitorStatusSchema, SceneReferenceSchema, SceneUnavailableSchema, SceneUncoveredPolicySchema, SceneVerdictSchema, ScopedTokenSchema, ScopedTokenSummarySchema, ScoredObjectEventSchema, ScriptRunnerStatusSchema, SearchResultSchema, SendEmailInputSchema, SendEmailResultSchema, SendResultSchema, SensorEventSchema, ServerBootModeSchema, ServerPackageStatusSchema, ServerRollbackInfoSchema, ServerUpdateActionResultSchema, ServerUpdateCheckResultSchema, ServerUpdateStateSchema, SetLoggingSettingsInputSchema, SetSiteLocationInputSchema, SettingsPatchSchema, SettingsRecordSchema, SettingsSchemaWithValuesSchema, SettingsUpdateResultSchema, ShmRingStatsSchema, SiteLocationSchema, SiteLocationSourceSchema, SiteLocationStatusSchema, SmokeStatusSchema, SmtpStatusSchema, SnapshotImageSchema, SourceInfoSchema, SpatialDetectionSchema, SsoBridgeClaimsSchema, StartEmbeddedInputSchema, StationaryObjectSchema, AbortUploadInputSchema as StorageAbortUploadInputSchema, StorageAccessSchema, BeginDownloadInputSchema as StorageBeginDownloadInputSchema, BeginDownloadResultSchema as StorageBeginDownloadResultSchema, BeginUploadInputSchema as StorageBeginUploadInputSchema, BeginUploadResultSchema as StorageBeginUploadResultSchema, EndDownloadInputSchema as StorageEndDownloadInputSchema, FinalizeUploadInputSchema as StorageFinalizeUploadInputSchema, StorageLocationDeclarationSchema, StorageLocationRefSchema, StorageLocationSchema, StorageLocationTypeSchema, StorageMigrationClassSchema, StorageMigrationDestinationsSchema, StorageMigrationDrainInputSchema, StorageMigrationFindingCodeSchema, StorageMigrationFindingSchema, StorageMigrationFootageMoveInputSchema, StorageMigrationInputSchema, StorageMigrationJobSchema, StorageMigrationLaneSchema, StorageMigrationLeaseInputSchema, StorageMigrationMediaMoveInputSchema, StorageMigrationModeSchema, StorageMigrationMoveProgressSchema, StorageMigrationMoveSchema, StorageMigrationMoverSchema, StorageMigrationParticipantSchema, StorageMigrationPhaseSchema, StorageMigrationPlanSchema, StorageMigrationResidueSchema, 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, TransportPlaneCountsSchema, TransportPlaneSchema, TurnServerSchema, UNATTRIBUTED_BUCKET_KEY, UNIT_TABLE, BrokerInfoSchema$1 as UnifiedBrokerInfoSchema, UnitConversionError, UnstampedEventMediaCountSchema, UpdateIntegrationInputSchema, UpdateStatusSchema, UpdateUserInputSchema, UserRecordSchema, UserSummarySchema, VISIT_MERGE_GAP_MS, VacuumControlStatusSchema, VacuumStateSchema, ValveStateSchema, ValveStatusSchema, VectorDeclareIndexInputSchema, VectorDeleteByFilterInputSchema, VectorDeleteInputSchema, VectorDeleteResultSchema, VectorFilterSchema, VectorGetInputSchema, VectorGetResultSchema, VectorItemSchema, VectorMatchSchema, VectorMetadataSchema, VectorMetricSchema, VectorQueryInputSchema, VectorQueryResultSchema, VectorStatsInputSchema, VectorStatsResultSchema, VectorUpsertInputSchema, VectorUpsertResultSchema, VibrationStatusSchema, VideoEncodeSchema, WEBRTC_EGRESS_PROFILE, WELL_KNOWN_TABS, WELL_KNOWN_TAB_MAP, WaterHeaterStatusSchema, WeatherStatusSchema, WebrtcStreamChoiceSchema, WebrtcStreamTargetSchema, WhiteBalanceModeSchema, WidgetHostEnum, WidgetLoginMethodSchema, WidgetMetadataSchema, WidgetRemoteSchema, WidgetSizeEnum, YAMNET_TO_MACRO, ZoneCrossingDirectionSchema, ZoneCrossingSchema, ZoneKindEnum, ZoneRuleModeEnum, ZoneRuleSchema, ZoneRuleStageEnum, ZoneRulesArraySchema, ZoneSchema, ZoneScopeBreakdownSchema, __resetLogChannelRegistryForTests, accessoriesCapability, accessoryStableId, addonPagesCapability, addonPagesSourceCapability, addonRoutesCapability, addonSettingsCapability, addonWidgetsCapability, addonWidgetsSourceCapability, addonsCapability, adminUiCapability, airQualitySensorCapability, alarmPanelCapability, alertsCapability, ambientLightSensorCapability, asBoolean, asJsonArray, asJsonObject, asNumber, asString, assertTimelapseCadences, audioAnalysisCapability, audioAnalyzerCapability, audioCodecCapability, audioIsFailClosed, audioKindId, audioLabelChoices, audioMetricsCapability, audioModeOf, audioOrDefaults, audioPlanFromEncodeProfile, authProviderCapability, autoAssignProfiles, automationControlCapability, backupCapability, bareAddonId, batteryCapability, bestLocationMatch, binaryCapability, bindAddonActions, brightnessCapability, brokerCapability, buildAddonRouteProvider, buildAudioArgs, buildEventKindDescriptor, buildFfmpegArgs, buildInputArgs, buildModelVariantGroups, buildNcTaxonomy, buildRoleScopes, buildStreamParamsConfigSchema, buildVideoArgs, buttonCapability, cameraCredentialsCapability, cameraPipelineConfigCapability, cameraStreamsCapability, canConvertUnit, canonicalEgressPlan, carbonMonoxideCapability, cellsToRects, classifyBearerPrincipal, classifyStream, classifyStreams, climateControlCapability, clusterModelSettingKey, clusterStepSettingFieldsFor, clusterStepSettingKey, collectHydratedFieldEntries, collectHydratedFieldValues, collectSecretConfigKeys, colorCapability, colorForKind, commitWatchdogRestart, compileExpression, compileExpressionSafe, composeSwitchedOff, conditionDepth, conditionExclusionReason, conditionVisibleForKind, connectionTestCapability, connectivityCapability, consumablesCapability, contactCapability, controlCapability, convertUnit, coreBlockAddonId, coreBlockIdFromAddonId, coreBlocksCapability, cosineSimilarity, countConditionLeaves, coverCapability, createDeviceProxy, createDurableState, createEvent, createEventBusSliceSource, createExpressionScope, createHwAccelCache, createLazyTrpcSource, createLogChannelsProvider, createMirrorSource, createRuntimeStateBridge, createSliceHandle, createSystemProxy, customAction, customModelRegistryCapability, dataStoreProviderCapability, dayNightCapability, declarationOwnerNodeId, declareLogChannel, decodeVectorBase64, decoderCapability, defaultDeliveryForSection, defaultDeviceFor, defineCustomActions, deriveBatteryPresence, deriveCameraSwitches, deriveDetailCropRect, deriveRecordingMode, describeModelVariant, detectAccessRole, detectionPipelineCapability, deviceAdoptionCapability, deviceBackendToFormat, deviceCustomAction, deviceDiscoveryCapability, deviceExportCapability, deviceManagerCapability, deviceMatchesProfile, deviceOpsCapability, deviceProviderCapability, deviceSelectorMatches, deviceStateCapability, deviceStatusCapability, doorbellCapability, droppedConditionsForKind, egressTranscodeSharingKey, egressTransportFromRequest, embeddingEncoderCapability, emitDownForOwnedCaps, emitReadiness, encodeProfileFromStreamShape, encodeVectorBase64, enumSensorCapability, enumerateInferenceDevices, enumerateItemArrayFields, enumerateSchemaFields, errMsg, evaluateAst, evaluateExpressionSource, evaluatePoolMemory, evaluateSensorEdge, evaluateZoneRules, event, eventEmitterCapability, eventsCapability, expandCapMethods, extractNestedAddonId, extractSourceInfoFromMetadata, faceGalleryCapability, failureContributionCapability, failureRate, fanControlCapability, featureProbeCapability, filesystemBrowseCapability, findTimezone, floodCapability, foldSnapshotByFunction, formatForBackend, formatForRuntime, gasCapability, generateAutomationBlock, getAudioMacroClassIds, getByPath, getCapsByProviderKind, getLogChannelRegistry, getTaxonomyEntry, hasMotionTrigger, hfModelUrl, htmlToText, humidifierCapability, humiditySensorCapability, hydrateSchema, imageCapability, imageSettingsCapability, inferModelProvider, initialPoolMemoryState, integrationsCapability, intercomCapability, invocationFromEncodeProfile, isAgentOnlyPlacement, isArrayOutputSchema, isAudioLabelSelected, isAudioRule, isBaseConditionKey, isBatteryPresenceFault, isClusterScopedStep, isCollectionArrayMethod, isDeployableToAgent, isDetectionMacroClass, isDeviceConfigCap, isDeviceScopedCap, isEvent, isFirstLevelMacroClass, isIsolatedBuiltin, isNode, isObjectInput, isOccupancyRule, isRestoredCap, isSameAddonId, isScheduleActive, isSecretConfigField, isSoftwareDecode, isSourceCap, isSystemDelivery, isVoidInput, jobKindSchema, kebabToCamel, knownValues, lawnMowerControlCapability, lifecycleJobSchema, lifecycleJobScopeSchema, lifecycleJobStateSchema, lifecycleTaskSchema, llmCapability, llmRuntimeCapability, loadContributionCapability, localNetworkCapability, locationSimilarity, lockControlCapability, logBannerArgs, logChannelsCapability, logDestinationCapability, logLevelAtMost, loginMethodCapability, looseSchema, makeProfileBrokerId, makeSourceBrokerId, mapAudioLabelToMacro, markdownToHtmlLite, markdownToText, maskUrlCredentials, mediaPlayerCapability, mergeSourceInfo, meshNetworkCapability, method, methodAccessForHttpMethod, metricsProviderCapability, modelConvertCapability, modelDistributorCapability, modelFormatForRuntime, motionCapability, motionDetectionCapability, motionTriggerCapability, motionZonesCapability, mqttBrokerCapability, nativeObjectDetectionCapability, networkAccessCapability, networkQualityCapability, nodePin, nodesCapability, normalizeAddonInitResult, normalizeAudioLabel, normalizeTokenScopes, normalizeUnit, notificationOutputCapability, notificationRulesCapability, notifierCapability, numericSensorCapability, oauthIntegrationCapability, objectInputDeclaresAddonId, osdCapability, osdManagerCapability, overlayClusterStepSettings, parseCameraStreamConfig, parseExpression, parseJsonArray, parseJsonObject, parseJsonUnknown, parseProcStatus, parseProfileBrokerId, parseRuleSection, parseStreamParamsFormPatch, patchAudio, petFeederCapability, pickAccessoryControl, pickClusterStepModels, pickClusterStepSettings, pickDetailCropConvention, pickNativeLeaseOverride, pickPreferredRtspEntry, pickRestartCandidate, pickVideoEncoder, pickerForCondition, pipelineAnalyticsCapability, pipelineExecutorCapability, pipelineOrchestratorCapability, pipelineRunnerCapability, plateGalleryCapability, platformProbeCapability, poolMemoryThreshold, powerMeterCapability, prepareNotification, presenceCapability, pressureSensorCapability, principalMayReachAddon, privacyMaskCapability, procedureAuthKey, ptzAutotrackCapability, ptzCapability, pythonScriptForBackend, readClusterStepModels, readClusterStepSettings, readDetailCropConvention, readDeviceStateFrom, readNativeLeaseOverride, readNodePin, readTimelapseGeneratedAt, readinessKey, rebootCapability, recordingCapability, recordingExportCapability, rectsToCells, reducePoints, requiresPython, resetPoolBaseline, resolveAddonExecution, resolveAddonGroup, resolveAddonPlacement, resolveAddonRuntime, resolveBucketMs, resolveCapMount, resolveClusterStepModelId, resolveDetectionRuntime, resolveDeviceControlKind, resolveDeviceProfile, resolveEgressDecodeHwAccel, resolveFormat, resolveHydratedFieldValue, resolveMethodAuth, resolveModelFormat, resolveMutate, resolvePoolMemoryPolicy, resolveRecordingProfiles, resolveRunnerId, resolveVariantModelId, resolveViewableDeviceIds, roleSpec, ruleEditorSectionsForKind, ruleKindOf, ruleKindSpec, ruleMatchesSection, ruleSection, ruleSectionOf, ruleSeedForSection, runInferenceStep, runtimeDevices, runtimeStatePolicyFor, sceneMonitorCapability, schemaDeclaresAnyField, scopeInherits, scopeKey, scopesAllowAddon, scopesAllowDeviceCap, scoreRuntimes, scriptRunnerCapability, selectAssignedProfileSlots, serverManagementCapability, setByPath, settingsStoreCapability, sleep, sleepCancellable, sliceActiveValue, sliceChangedAt, smokeCapability, smtpProviderCapability, snapshotCapability, ssoBridgeCapability, startReachabilityPoll, stateVocabularyFor, storageCapability, storageEvictableCapability, storageMigrationCapability, storageProviderCapability, streamBrokerCapability, streamCatalogCapability, streamParamsCapability, streamPixels, streamQualityLabel, subKindsOf, summarisePrivacyAudio, summarizeEffectiveScope, supportedRuntimes, switchCapability, switchedOffIds, synthesizeSourceInfo, systemCapability, systemEventFilterApplies, systemEventFilterAppliesToAnyKind, tamperCapability, taskLogEntrySchema, taskPhaseSchema, taskTargetSchema, temperatureSensorCapability, terminalSessionCapability, textToHtml, toDeviceSummary, toExpressionValue, toNodeId, toStreamSourceEntry, toastCapability, toggleAudioLabel, tokenize, transcodeBody, tryConvertUnit, turnProviderCapability, unitDimension, unitsForDimension, updateCapability, userManagementCapability, userPasskeysCapability, vacuumControlCapability, validateExpressionSource, validateRecipeBounds, valveCapability, vectorDimFromBase64, vectorStoreCapability, vibrationCapability, videoclipsCapability, viewerUiCapability, waterHeaterCapability, weatherCapability, webrtcClientHintsSchema, webrtcSessionCapability, wiringAddonHealthSchema, wiringHealthSnapshotSchema, wiringNodeHealthSchema, wiringProbeKindSchema, wiringProbeResultSchema, zodEntriesToConfigUI, zoneAnalyticsCapability, zoneRulesCapability, zonesCapability };