@camstack/types 1.2.124 → 1.2.127
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/addon.js +6 -3
- package/dist/addon.mjs +6 -3
- package/dist/capabilities/device-manager.cap.d.ts +9 -0
- package/dist/capabilities/pipeline-analytics.cap.d.ts +46 -5
- package/dist/capabilities/recording.cap.d.ts +22 -0
- package/dist/capabilities/storage-migration.cap.d.ts +85 -0
- package/dist/capabilities/storage.cap.d.ts +4 -0
- package/dist/capabilities/vector-store.cap.d.ts +113 -6
- package/dist/device/system-mirror.d.ts +7 -0
- package/dist/generated/addon-api.d.ts +49 -0
- package/dist/generated/cap-input-defaults.d.ts +1 -1
- package/dist/generated/method-access-map.d.ts +1 -1
- package/dist/generated/system-proxy.d.ts +2 -2
- package/dist/index.d.ts +3 -2
- package/dist/index.js +557 -19
- package/dist/index.mjs +542 -20
- package/dist/interfaces/addon.d.ts +67 -0
- package/dist/interfaces/config-ui-secrets.d.ts +48 -0
- package/dist/interfaces/config-ui.d.ts +17 -0
- package/dist/interfaces/relocate.d.ts +226 -7
- package/dist/interfaces/storage-location-declaration.d.ts +40 -0
- package/dist/{sleep-CJrvRDlD.js → sleep-CWWLTM6W.js} +1 -0
- package/dist/{sleep-L5-bG_a_.mjs → sleep-bm0x6zZF.mjs} +1 -0
- package/package.json +1 -1
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-
|
|
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 = {
|
|
@@ -2188,6 +2251,21 @@ var RelocateJobSchema = z.object({
|
|
|
2188
2251
|
bytesMoved: z.number().int(),
|
|
2189
2252
|
/** Total files discovered up front; null while (or when) unknown. */
|
|
2190
2253
|
filesTotal: z.number().int().nullable(),
|
|
2254
|
+
/**
|
|
2255
|
+
* Rows this run CORRECTED while moving them — a durable mutation the move
|
|
2256
|
+
* made that nobody asked for, so it is reported where the operator reads the
|
|
2257
|
+
* job rather than only in a log line.
|
|
2258
|
+
*
|
|
2259
|
+
* A footage segment records its byte count in its own NAME, and the durable
|
|
2260
|
+
* hour row derives its aggregates from those names. A file that does not
|
|
2261
|
+
* match its name therefore makes the ledger's sums — and with them quota and
|
|
2262
|
+
* pressure eviction — wrong by the difference, and only a rename can fix it.
|
|
2263
|
+
* On 2026-08-30 one such row also stalled a 110 749-file drain permanently.
|
|
2264
|
+
*
|
|
2265
|
+
* Absent on lanes where the question has no meaning: a media blob's size is
|
|
2266
|
+
* in its row, not in its name, so `MediaRelocateEngine` never reconciles one.
|
|
2267
|
+
*/
|
|
2268
|
+
rowsReconciled: z.number().int().nonnegative().optional(),
|
|
2191
2269
|
startedAt: z.number(),
|
|
2192
2270
|
finishedAt: z.number().nullable(),
|
|
2193
2271
|
error: z.string().nullable()
|
|
@@ -2256,14 +2334,42 @@ var RelocateMediaInputSchema = z.object({
|
|
|
2256
2334
|
/** Omitted = `move`, the pre-existing behaviour. */
|
|
2257
2335
|
mode: MediaRelocateModeSchema.optional()
|
|
2258
2336
|
});
|
|
2259
|
-
/**
|
|
2260
|
-
*
|
|
2261
|
-
*
|
|
2262
|
-
|
|
2263
|
-
|
|
2264
|
-
|
|
2265
|
-
|
|
2337
|
+
/**
|
|
2338
|
+
* The unstamped population of ONE collection — split, because the gate and the
|
|
2339
|
+
* operator ask two different questions and only one of them has to be cheap.
|
|
2340
|
+
*
|
|
2341
|
+
* `present` is the GATE: "is there at least one row that would be orphaned by a
|
|
2342
|
+
* repoint". It is a single indexed seek to the first matching row, so it stays
|
|
2343
|
+
* answerable on a saturated disk and answers in O(log n) precisely in the state
|
|
2344
|
+
* that matters — after a seal, when the population is empty.
|
|
2345
|
+
*
|
|
2346
|
+
* `rows` is the NUMBER, for the refusal message and the operator's sense of
|
|
2347
|
+
* scale. It is a second, indexed `COUNT(*)`, and `null` means **not
|
|
2348
|
+
* measurable** — never zero. `{ present: true, rows: null }` is a legitimate
|
|
2349
|
+
* and useful answer: "there are some, and this read could not say how many"
|
|
2350
|
+
* still refuses the cutover, which is the whole job.
|
|
2351
|
+
*/
|
|
2352
|
+
var UnstampedRowsSchema = z.object({
|
|
2353
|
+
present: z.boolean(),
|
|
2354
|
+
rows: z.number().int().nonnegative().nullable()
|
|
2266
2355
|
});
|
|
2356
|
+
/**
|
|
2357
|
+
* How many rows still carry NO `locationId` — the population a repoint would
|
|
2358
|
+
* silently re-aim at a disk that does not hold their bytes.
|
|
2359
|
+
*
|
|
2360
|
+
* **`null` = the count could not be taken**, and it is NOT permission to cut
|
|
2361
|
+
* over. The gate opens on a measured absence and on nothing else; an unread
|
|
2362
|
+
* collection and an empty one are different facts, and this repo has already
|
|
2363
|
+
* paid for conflating them (`RelocateResidueSchema`, D295).
|
|
2364
|
+
*/
|
|
2365
|
+
var UnstampedEventMediaCountSchema = z.object({
|
|
2366
|
+
media: UnstampedRowsSchema,
|
|
2367
|
+
retrainFrames: UnstampedRowsSchema,
|
|
2368
|
+
/** True when EITHER collection holds one. The refusal reads this. */
|
|
2369
|
+
anyPresent: z.boolean(),
|
|
2370
|
+
/** Sum across both, or `null` when either lane could not be counted. */
|
|
2371
|
+
total: z.number().int().nonnegative().nullable()
|
|
2372
|
+
}).nullable();
|
|
2267
2373
|
var StorageMigrationMediaMoveInputSchema = RelocateMediaInputSchema.extend({ leaseId: z.string().min(1) });
|
|
2268
2374
|
/** The independently selectable logical storage classes — every class
|
|
2269
2375
|
* `storage.listLocationDeclarations` reports, so an operator never meets a
|
|
@@ -2349,13 +2455,53 @@ var StorageMigrationParticipantSchema = z.enum([
|
|
|
2349
2455
|
"recorder",
|
|
2350
2456
|
"analytics"
|
|
2351
2457
|
]);
|
|
2458
|
+
/**
|
|
2459
|
+
* The mover's own numbers, folded onto the coordinator's durable move record.
|
|
2460
|
+
*
|
|
2461
|
+
* The long half of a non-blocking migration is `draining`, and it is measured
|
|
2462
|
+
* in hours: 136 885 files at ~4 MB/s is about five of them. Before this shape
|
|
2463
|
+
* existed the only place those numbers appeared was a Loki line, so an operator
|
|
2464
|
+
* watching the Admin UI saw `phase: draining` and nothing else for a whole
|
|
2465
|
+
* afternoon.
|
|
2466
|
+
*
|
|
2467
|
+
* It is POLLED, never pushed. Events are telemetry and may be dropped
|
|
2468
|
+
* (D8/D11), and a dropped progress event is indistinguishable from a stalled
|
|
2469
|
+
* mover — which is the exact failure this is meant to end. The coordinator's
|
|
2470
|
+
* `waitForMoves` already fetches the whole {@link RelocateJob} on every tick to
|
|
2471
|
+
* read `state`; folding the counters costs no extra read and makes the durable
|
|
2472
|
+
* record say afterwards how far a move actually got.
|
|
2473
|
+
*
|
|
2474
|
+
* `filesTotal` is `null` for "no honest denominator" and is never zero-filled:
|
|
2475
|
+
* a windowed footage job (`sinceMs`) and a node with no ledger both genuinely
|
|
2476
|
+
* cannot say M, and a 0 there would render as "100 % done".
|
|
2477
|
+
*/
|
|
2478
|
+
var StorageMigrationMoveProgressSchema = z.object({
|
|
2479
|
+
filesMoved: z.number().int().nonnegative(),
|
|
2480
|
+
/** The archive census — the **M** of "N of M" (D295). `null` = unknowable. */
|
|
2481
|
+
filesTotal: z.number().int().nonnegative().nullable(),
|
|
2482
|
+
bytesMoved: z.number().int().nonnegative(),
|
|
2483
|
+
/** Rows the mover corrected while moving them — see `RelocateJob`. Absent on
|
|
2484
|
+
* a lane that cannot reconcile. A migration that silently rewrote durable
|
|
2485
|
+
* rows would be the same failure as one that silently skipped them. */
|
|
2486
|
+
rowsReconciled: z.number().int().nonnegative().optional(),
|
|
2487
|
+
/** The MOVER's start, not the migration's: a drain restarted after an addon
|
|
2488
|
+
* crash gets a new mover, and a rate computed from the migration's start
|
|
2489
|
+
* would silently average in the time nothing was running. */
|
|
2490
|
+
startedAt: z.number(),
|
|
2491
|
+
/** When the coordinator last read these numbers. Paired with `startedAt` it
|
|
2492
|
+
* is the only honest rate: both clocks are the hub's, so a UI never has to
|
|
2493
|
+
* subtract its own. */
|
|
2494
|
+
observedAt: z.number()
|
|
2495
|
+
});
|
|
2352
2496
|
var StorageMigrationMoveSchema = z.object({
|
|
2353
2497
|
storageClass: StorageMigrationClassSchema,
|
|
2354
2498
|
fromLocationId: z.string(),
|
|
2355
2499
|
toLocationId: z.string(),
|
|
2356
2500
|
moverJobId: z.string().nullable(),
|
|
2357
2501
|
state: RelocateJobStateSchema.nullable(),
|
|
2358
|
-
error: z.string().nullable()
|
|
2502
|
+
error: z.string().nullable(),
|
|
2503
|
+
/** Last observed mover counters; `null` until the mover has been polled once. */
|
|
2504
|
+
progress: StorageMigrationMoveProgressSchema.nullable()
|
|
2359
2505
|
});
|
|
2360
2506
|
var StorageMigrationJobSchema = z.object({
|
|
2361
2507
|
jobId: z.string(),
|
|
@@ -2424,6 +2570,106 @@ var StorageMigrationPlanSchema = z.object({
|
|
|
2424
2570
|
})),
|
|
2425
2571
|
findings: z.array(StorageMigrationFindingSchema)
|
|
2426
2572
|
});
|
|
2573
|
+
/**
|
|
2574
|
+
* Which single-flight engine owns a class of work.
|
|
2575
|
+
*
|
|
2576
|
+
* Shared rather than re-declared per consumer: the coordinator lanes its moves
|
|
2577
|
+
* by it, and `storageMigration.movers` labels a mover with it so an operator
|
|
2578
|
+
* can see *which* engine is busy when a drain refuses to start beside another.
|
|
2579
|
+
*/
|
|
2580
|
+
var StorageMigrationLaneSchema = z.enum(["footage", "media"]);
|
|
2581
|
+
/**
|
|
2582
|
+
* A mover as it exists RIGHT NOW, whether or not a migration job owns it.
|
|
2583
|
+
*
|
|
2584
|
+
* The coordinator's job record is the state of record for a migration, and its
|
|
2585
|
+
* moves carry {@link StorageMigrationMoveProgress}. But the movers are usable
|
|
2586
|
+
* standalone — `recording.relocateFootage` and `pipelineAnalytics.relocateMedia`
|
|
2587
|
+
* are both operator-callable, and on 2026-08-29 a five-hour drain was armed that
|
|
2588
|
+
* way because no supported UI path existed. A mover armed like that has no job
|
|
2589
|
+
* to fold progress into, so it has to be readable on its own or it is invisible.
|
|
2590
|
+
*
|
|
2591
|
+
* `migrationJobId` is what tells the two apart: `null` means nothing here
|
|
2592
|
+
* orchestrated it.
|
|
2593
|
+
*/
|
|
2594
|
+
var StorageMigrationMoverSchema = z.object({
|
|
2595
|
+
lane: StorageMigrationLaneSchema,
|
|
2596
|
+
job: RelocateJobSchema,
|
|
2597
|
+
/** The coordinator job that armed this mover, or `null` for a mover armed
|
|
2598
|
+
* directly against the owning addon. */
|
|
2599
|
+
migrationJobId: z.string().nullable(),
|
|
2600
|
+
/** When the hub read these counters. Stamped here so a rate is `bytesMoved`
|
|
2601
|
+
* over (`observedAt` − `job.startedAt`) with BOTH ends on the hub's clock —
|
|
2602
|
+
* a browser subtracting its own `Date.now()` from a server `startedAt` is a
|
|
2603
|
+
* rate made of two different clocks. */
|
|
2604
|
+
observedAt: z.number()
|
|
2605
|
+
});
|
|
2606
|
+
/**
|
|
2607
|
+
* What a SOURCE still holds for one storage class — the number that makes a
|
|
2608
|
+
* "drain remaining" action honest rather than hopeful.
|
|
2609
|
+
*
|
|
2610
|
+
* It comes from the archive (`SegmentHourLedger.census` for footage, the media
|
|
2611
|
+
* engine's own selection count for media), never from the resident index: a
|
|
2612
|
+
* drain sized off `RecordingIndex` is what reported `done` over 80.3 GB it had
|
|
2613
|
+
* never been told about (D295).
|
|
2614
|
+
*
|
|
2615
|
+
* `items`/`bytes` are `null` for "the archive could not be asked", which is
|
|
2616
|
+
* deliberately NOT zero: a drain is still offered for an unknown residue,
|
|
2617
|
+
* because refusing on an unanswerable read would hide exactly the case an
|
|
2618
|
+
* operator needs to act on.
|
|
2619
|
+
*/
|
|
2620
|
+
var StorageMigrationResidueSchema = z.object({
|
|
2621
|
+
storageClass: StorageMigrationClassSchema,
|
|
2622
|
+
/** The location still holding the data. `'*'` for the media lane, whose rows
|
|
2623
|
+
* move from wherever they are rather than from one named source. */
|
|
2624
|
+
fromLocationId: z.string(),
|
|
2625
|
+
/** Where a drain would move it — the class's CURRENT default. */
|
|
2626
|
+
toLocationId: z.string(),
|
|
2627
|
+
/** Segments (footage lane) or rows (media lane) still on the source. */
|
|
2628
|
+
items: z.number().int().nonnegative().nullable(),
|
|
2629
|
+
/** Bytes on the source; `null` when the lane counts rows rather than bytes. */
|
|
2630
|
+
bytes: z.number().int().nonnegative().nullable()
|
|
2631
|
+
});
|
|
2632
|
+
/**
|
|
2633
|
+
* Run the DRAIN half and nothing else.
|
|
2634
|
+
*
|
|
2635
|
+
* A migration that reached `done` has already repointed, so `start` correctly
|
|
2636
|
+
* refuses its destination ("already the default") — there is nothing left to
|
|
2637
|
+
* repoint. But the drain can fail, be cancelled, be interrupted by a restart,
|
|
2638
|
+
* or finish against a work list that was a tenth of the archive (D295), and
|
|
2639
|
+
* before this there was no supported way to run only that half: the only way
|
|
2640
|
+
* through was calling `recording.relocateFootage` by hand over admin tRPC.
|
|
2641
|
+
*
|
|
2642
|
+
* `drain` NEVER calls `setDefaultLocations`. That is what keeps `start`'s
|
|
2643
|
+
* refusal meaningful: the two verbs are disjoint, so nothing here can silently
|
|
2644
|
+
* re-repoint a class that is already migrated.
|
|
2645
|
+
*/
|
|
2646
|
+
var StorageMigrationDrainInputSchema = z.object({
|
|
2647
|
+
/** The classes to drain. Each must appear in `storageMigration.residue`, so
|
|
2648
|
+
* a class whose source is already empty is refused rather than started. */
|
|
2649
|
+
classes: z.array(StorageMigrationClassSchema).min(1),
|
|
2650
|
+
throttleMbps: z.number().min(1).max(1e3).optional()
|
|
2651
|
+
});
|
|
2652
|
+
/** What a footage source still holds, asked of the durable hour ledger. */
|
|
2653
|
+
var RelocateResidueInputSchema = z.object({
|
|
2654
|
+
fromLocationId: z.string().min(1),
|
|
2655
|
+
/** Narrow to one logical class; omit for every profile on the location. */
|
|
2656
|
+
footageClass: RelocateFootageClassSchema.optional()
|
|
2657
|
+
});
|
|
2658
|
+
/** `null` = the archive could not answer (no ledger on this node, or the
|
|
2659
|
+
* aggregate failed). Never conflated with an empty source. */
|
|
2660
|
+
var RelocateResidueSchema = z.object({
|
|
2661
|
+
segments: z.number().int().nonnegative(),
|
|
2662
|
+
bytes: z.number().int().nonnegative()
|
|
2663
|
+
}).nullable();
|
|
2664
|
+
/** How many rows a media pass would still act on against a given target — the
|
|
2665
|
+
* media lane's denominator AND its residue, from ONE derivation so the two can
|
|
2666
|
+
* never disagree. `null` = the count could not be taken. */
|
|
2667
|
+
var RelocatableMediaCountSchema = z.object({ rows: z.number().int().nonnegative() }).nullable();
|
|
2668
|
+
var RelocatableMediaCountInputSchema = z.object({
|
|
2669
|
+
toLocationId: z.string().min(1),
|
|
2670
|
+
/** Omitted = `move`. */
|
|
2671
|
+
mode: MediaRelocateModeSchema.optional()
|
|
2672
|
+
});
|
|
2427
2673
|
//#endregion
|
|
2428
2674
|
//#region src/interfaces/server-analysis.ts
|
|
2429
2675
|
var SUB_DETECTION_TYPES = ["face", "plate"];
|
|
@@ -2541,6 +2787,38 @@ var StorageLocationRefSchema = z.union([StorageLocationTypeSchema, z.string().re
|
|
|
2541
2787
|
* two addons declaring the same `id` must agree on `cardinality` (validated
|
|
2542
2788
|
* at kernel aggregation time, not here).
|
|
2543
2789
|
*/
|
|
2790
|
+
/**
|
|
2791
|
+
* `StorageAccess` — how the service that DECLARED a storage-location kind
|
|
2792
|
+
* actually reaches the bytes. It is the constraint that decides which
|
|
2793
|
+
* `storage-provider`s may back a location of that kind.
|
|
2794
|
+
*
|
|
2795
|
+
* - `'local-path'` — the service asks `storage.resolve` for a path string and
|
|
2796
|
+
* then does its own `node:fs` I/O on it (the recorder's segment writer, the
|
|
2797
|
+
* post-analysis media roots). Only a provider that serves a genuine local
|
|
2798
|
+
* filesystem (`getProviderInfo().nodeLocal === true`) can satisfy that: a
|
|
2799
|
+
* remote provider's `resolve` returns a path on the REMOTE host, and
|
|
2800
|
+
* `fs.readdir` of it on this node either fails or — far worse — succeeds
|
|
2801
|
+
* against a same-named local directory that is something else entirely.
|
|
2802
|
+
*
|
|
2803
|
+
* - `'cap-mediated'` — every byte travels through the `storage` cap
|
|
2804
|
+
* (`read`/`write`, or `beginUpload`/`writeChunk`/`finalizeUpload`). The
|
|
2805
|
+
* service never sees a path, so any provider can back it. `backups` is the
|
|
2806
|
+
* one kind that qualifies today.
|
|
2807
|
+
*
|
|
2808
|
+
* Before this existed, `recordings` was unreachable by SFTP/S3/WebDAV only as
|
|
2809
|
+
* an EMERGENT property of how the recorder happened to be written. Nothing
|
|
2810
|
+
* refused the configuration; the first write simply went somewhere wrong, and
|
|
2811
|
+
* a recording write that goes wrong surfaces as a silent black window rather
|
|
2812
|
+
* than an error (the read path does not `stat`). This turns that accident into
|
|
2813
|
+
* a declared, enforced, testable refusal.
|
|
2814
|
+
*/
|
|
2815
|
+
var StorageAccessSchema = z.enum(["local-path", "cap-mediated"]);
|
|
2816
|
+
/**
|
|
2817
|
+
* What an ABSENT `access` means. Fail-closed: a declaration that says nothing
|
|
2818
|
+
* is treated as if it does raw filesystem I/O, so a remote provider is
|
|
2819
|
+
* refused for it. The permissive value must be written down.
|
|
2820
|
+
*/
|
|
2821
|
+
var STORAGE_ACCESS_FALLBACK = "local-path";
|
|
2544
2822
|
var StorageLocationDeclarationSchema = z.object({
|
|
2545
2823
|
/**
|
|
2546
2824
|
* Global location identifier, e.g. `recordings` or `recordingsLow`.
|
|
@@ -2560,6 +2838,19 @@ var StorageLocationDeclarationSchema = z.object({
|
|
|
2560
2838
|
*/
|
|
2561
2839
|
cardinality: z.enum(["single", "multi"]),
|
|
2562
2840
|
/**
|
|
2841
|
+
* HOW the declaring service reaches the bytes — and therefore WHICH
|
|
2842
|
+
* providers may back a location of this kind. See {@link StorageAccessSchema}
|
|
2843
|
+
* and {@link STORAGE_ACCESS_FALLBACK}.
|
|
2844
|
+
*
|
|
2845
|
+
* Absent means `'local-path'`. That default is FAIL-CLOSED on purpose: it
|
|
2846
|
+
* can only over-restrict (refuse a remote provider for a kind that might
|
|
2847
|
+
* have coped) and never under-restrict. Declaring `'cap-mediated'` is the
|
|
2848
|
+
* permissive direction and is therefore never inferred — a repo guard
|
|
2849
|
+
* (`scripts/check-storage-access-declarations.ts`) refuses to let it be
|
|
2850
|
+
* reached by omission.
|
|
2851
|
+
*/
|
|
2852
|
+
access: StorageAccessSchema.optional(),
|
|
2853
|
+
/**
|
|
2563
2854
|
* When set, the default instance for this location inherits its resolved
|
|
2564
2855
|
* root from the named location's default instance. Useful for derivative
|
|
2565
2856
|
* slots (e.g. `recordingsLow` → `recordings`) so operators only need to
|
|
@@ -10271,6 +10562,15 @@ var deviceManagerCapability = {
|
|
|
10271
10562
|
* calls are sync. Bindings change rarely (only on wrapper toggle or
|
|
10272
10563
|
* device add/remove) — clients invalidate via the
|
|
10273
10564
|
* `capability.binding-changed` event.
|
|
10565
|
+
*
|
|
10566
|
+
* "A single round-trip" describes the CLIENT's side and used not to
|
|
10567
|
+
* describe the server's: until 2026-08-30 the resolver read the persisted
|
|
10568
|
+
* wrapper activations once per device, so answering this cost one
|
|
10569
|
+
* settings-door RPC per device — 1 020 on the live 1 019-device hub, and
|
|
10570
|
+
* it did not return in 240 s against `SystemMirror.init`'s 15 s budget.
|
|
10571
|
+
* The server side is now two reads for the whole fleet. Anything PERIODIC
|
|
10572
|
+
* still belongs on `getBindings` / `getBindingsBatch` (D12); this remains
|
|
10573
|
+
* a warm seed.
|
|
10274
10574
|
*/
|
|
10275
10575
|
getAllBindings: method(z.object({}), z.array(DeviceBindingsForDeviceSchema)),
|
|
10276
10576
|
/**
|
|
@@ -17670,8 +17970,10 @@ var TrackSchema = z.object({
|
|
|
17670
17970
|
lastSeen: z.number(),
|
|
17671
17971
|
/** Frame-rate position history (subject to maxPositionHistory cap). */
|
|
17672
17972
|
positions: z.array(TrackPositionSchema).readonly(),
|
|
17673
|
-
/** Periodic snapshots at snapshotIntervalMs cadence
|
|
17674
|
-
*
|
|
17973
|
+
/** Periodic snapshots at snapshotIntervalMs cadence — DEBUG media, produced
|
|
17974
|
+
* only while `MediaSettings.debugMediaEnabled` is on for the camera (D299;
|
|
17975
|
+
* the retired `saveThumbnails` used to gate this and the rolling
|
|
17976
|
+
* `lastFrame` together). Empty is the healthy default, not a capture gap. */
|
|
17675
17977
|
snapshots: z.array(TrackSnapshotSchema).readonly(),
|
|
17676
17978
|
/** Deduplicated zones the track has entered at least once. Zone IDS. */
|
|
17677
17979
|
zonesVisited: z.array(z.string()).readonly(),
|
|
@@ -18761,8 +19063,34 @@ var pipelineAnalyticsCapability = {
|
|
|
18761
19063
|
* happens to stamp it. This count is what the migration planner's
|
|
18762
19064
|
* non-blocking gate reads; `relocateMedia({ mode: 'seal' })` is what drives
|
|
18763
19065
|
* it to zero.
|
|
19066
|
+
*
|
|
19067
|
+
* TWO indexed statements per collection, not a walk. It used to page the
|
|
19068
|
+
* whole collection at 200 rows per RPC ordered by an unindexed column, so
|
|
19069
|
+
* on the live hub — 1 254 576 rows — it hit the 60 s RPC deadline every
|
|
19070
|
+
* time it was called, and the migration it gates could never start. The
|
|
19071
|
+
* cheap question (`present`: is there at least one) is asked first and
|
|
19072
|
+
* separately from the expensive one (`rows`), because only the first has
|
|
19073
|
+
* to be answerable for the gate to do its job.
|
|
19074
|
+
*
|
|
19075
|
+
* **`null` is "not measurable", never zero** — at either level. An
|
|
19076
|
+
* unreadable collection must not read as a sealed one.
|
|
18764
19077
|
*/
|
|
18765
19078
|
countUnstampedEventMedia: method(z.object({}), UnstampedEventMediaCountSchema, { auth: "admin" }),
|
|
19079
|
+
/**
|
|
19080
|
+
* How many rows a pass would STILL act on against `toLocationId`.
|
|
19081
|
+
*
|
|
19082
|
+
* One derivation, two consumers: it is the media lane's denominator (the
|
|
19083
|
+
* **M** the footage lane gets from the ledger census — D295) and it is the
|
|
19084
|
+
* residue behind "drain remaining". Deriving them separately is how "N of M"
|
|
19085
|
+
* ends up comparing two different populations.
|
|
19086
|
+
*
|
|
19087
|
+
* `null` means the count could not be taken; it is never zero-filled,
|
|
19088
|
+
* because a zero here reads as "nothing left to move".
|
|
19089
|
+
*/
|
|
19090
|
+
countRelocatableMedia: method(RelocatableMediaCountInputSchema, RelocatableMediaCountSchema, {
|
|
19091
|
+
kind: "query",
|
|
19092
|
+
auth: "admin"
|
|
19093
|
+
}),
|
|
18766
19094
|
/** Every relocate job this addon knows about, newest first (in RAM: the
|
|
18767
19095
|
* move is resumable, so a lost list costs nothing but the display). */
|
|
18768
19096
|
listRelocateMediaJobs: method(z.object({}), z.array(RelocateJobSchema).readonly(), {
|
|
@@ -21945,6 +22273,35 @@ var storageMigrationCapability = {
|
|
|
21945
22273
|
cancel: method(z.object({ jobId: z.string() }), z.object({ cancelled: z.boolean() }), {
|
|
21946
22274
|
kind: "mutation",
|
|
21947
22275
|
auth: "admin"
|
|
22276
|
+
}),
|
|
22277
|
+
/**
|
|
22278
|
+
* Every mover running RIGHT NOW, in both lanes, with its counters.
|
|
22279
|
+
*
|
|
22280
|
+
* `status` covers a migration's own moves — the coordinator folds their
|
|
22281
|
+
* progress onto the durable job record it is already polling. This covers
|
|
22282
|
+
* the other case, and it is not hypothetical: a drain armed straight against
|
|
22283
|
+
* `recording.relocateFootage` (the only path that existed before
|
|
22284
|
+
* {@link drain}) has no job to fold into and would otherwise be invisible.
|
|
22285
|
+
*/
|
|
22286
|
+
movers: method(z.object({}), z.array(StorageMigrationMoverSchema).readonly(), { auth: "admin" }),
|
|
22287
|
+
/**
|
|
22288
|
+
* What each class's SOURCE still holds, from the archive — never from the
|
|
22289
|
+
* resident index (D295). Only classes with something left (or something
|
|
22290
|
+
* unknown) are listed, so an empty list means there is nothing to drain and
|
|
22291
|
+
* the UI has no honest button to offer.
|
|
22292
|
+
*/
|
|
22293
|
+
residue: method(z.object({}), z.array(StorageMigrationResidueSchema).readonly(), { auth: "admin" }),
|
|
22294
|
+
/**
|
|
22295
|
+
* Run the drain half alone, on a class whose default has ALREADY moved.
|
|
22296
|
+
*
|
|
22297
|
+
* It never repoints anything, which is what lets `start` keep refusing a
|
|
22298
|
+
* destination that is already the default: the two verbs cannot be confused
|
|
22299
|
+
* for one another, and no operator can re-repoint a migrated class through
|
|
22300
|
+
* this door.
|
|
22301
|
+
*/
|
|
22302
|
+
drain: method(StorageMigrationDrainInputSchema, z.object({ jobId: z.string() }), {
|
|
22303
|
+
kind: "mutation",
|
|
22304
|
+
auth: "admin"
|
|
21948
22305
|
})
|
|
21949
22306
|
}
|
|
21950
22307
|
};
|
|
@@ -22517,12 +22874,38 @@ response: z.record(z.string(), z.unknown()) }), z.object({
|
|
|
22517
22874
|
*
|
|
22518
22875
|
* ## Why this is a capability and not a helper
|
|
22519
22876
|
*
|
|
22520
|
-
*
|
|
22521
|
-
*
|
|
22522
|
-
*
|
|
22523
|
-
*
|
|
22524
|
-
*
|
|
22525
|
-
*
|
|
22877
|
+
* This capability was introduced with the claim that SIX stores in
|
|
22878
|
+
* `addon-post-analysis` held vectors in a `JSON` settings-store column — object
|
|
22879
|
+
* CLIP, face, plate, vehicle, identity, and the event store's derivatives. That
|
|
22880
|
+
* claim was never true, and leaving it here made five stores look like pending
|
|
22881
|
+
* work when three of them have no vector at all. Counted column by column on
|
|
22882
|
+
* 2026-08-30, exactly THREE ever held one:
|
|
22883
|
+
*
|
|
22884
|
+
* - `object-clip` — 512-dim CLIP image embedding, migrated 2026-08-06.
|
|
22885
|
+
* - `faces.embedding` — 512-dim ArcFace face embedding, migrated 2026-08-30.
|
|
22886
|
+
* - `identity-samples.embedding` — the same ArcFace vector for an ENROLLED
|
|
22887
|
+
* face, migrated 2026-08-30 into its OWN index (see below).
|
|
22888
|
+
*
|
|
22889
|
+
* `plates` and `vehicle-samples` store a plate STRING and a score; `vehicles`
|
|
22890
|
+
* and `identities` store a name; the event store stores no derivative vector.
|
|
22891
|
+
* They are not migration candidates and never were.
|
|
22892
|
+
*
|
|
22893
|
+
* Measured on the live hub the JSON encoding cost ~11.7 KB per row (512 floats
|
|
22894
|
+
* as TEXT, `JSON.parse`d on every search) and made semantic search load 5,000
|
|
22895
|
+
* rows before ranking anything.
|
|
22896
|
+
*
|
|
22897
|
+
* ## One index per COMPARISON, never per encoder
|
|
22898
|
+
*
|
|
22899
|
+
* `faces` and `identity-samples` hold the same 512 ArcFace dims from the same
|
|
22900
|
+
* model, and they still get two indexes. An index is a set of things that are
|
|
22901
|
+
* ranked against each other and that live and die together, and these two are
|
|
22902
|
+
* neither: a `faces` row is TRACK-OWNED and cascades away with its track under
|
|
22903
|
+
* a per-camera capacity cap, an `identity-samples` row is retention-EXEMPT
|
|
22904
|
+
* forever and is the gallery every recognition ranks against. One index would
|
|
22905
|
+
* mean every gallery load and every reconcile carried a filter whose failure
|
|
22906
|
+
* mode is either ranking a candidate against itself or reclaiming an enrolled
|
|
22907
|
+
* person's only sample. The dimension they share is not a reason to share an
|
|
22908
|
+
* index; the question they answer is, and it differs.
|
|
22526
22909
|
*
|
|
22527
22910
|
* The fix is not a faster loop, it is a different backend — and the backend
|
|
22528
22911
|
* should be replaceable without touching six callers. So: a singleton
|
|
@@ -22627,7 +23010,20 @@ var VectorQueryResultSchema = z.object({
|
|
|
22627
23010
|
*/
|
|
22628
23011
|
scanned: z.number(),
|
|
22629
23012
|
/** True when the backend could not consider every row that passed the filter. */
|
|
22630
|
-
truncated: z.boolean()
|
|
23013
|
+
truncated: z.boolean(),
|
|
23014
|
+
/**
|
|
23015
|
+
* The `topK` the backend actually ran with.
|
|
23016
|
+
*
|
|
23017
|
+
* Every backend has a ceiling — sqlite-vec's is 4,096 — and a caller asking
|
|
23018
|
+
* past it used to learn nothing but a boolean, from a WARN in the provider's
|
|
23019
|
+
* own log rather than in its answer. That is how an audit asking for 20,000
|
|
23020
|
+
* consumed 4,096 and reported `examined: 4096` as if it had walked the index,
|
|
23021
|
+
* for weeks. `truncated` says THAT the answer was short; this says BY HOW
|
|
23022
|
+
* MUCH, in the return value, where the caller cannot fail to see it.
|
|
23023
|
+
*
|
|
23024
|
+
* Equals the requested `topK` whenever nothing was lowered.
|
|
23025
|
+
*/
|
|
23026
|
+
effectiveTopK: z.number().int().positive()
|
|
22631
23027
|
});
|
|
22632
23028
|
var VectorDeleteInputSchema = z.object({
|
|
22633
23029
|
index: z.string(),
|
|
@@ -22656,6 +23052,68 @@ var VectorGetResultSchema = z.object({ items: z.array(z.object({
|
|
|
22656
23052
|
id: z.string(),
|
|
22657
23053
|
metadata: VectorMetadataSchema
|
|
22658
23054
|
})) });
|
|
23055
|
+
/**
|
|
23056
|
+
* Ids to read back WITH their vectors.
|
|
23057
|
+
*
|
|
23058
|
+
* The sibling of {@link VectorGetResultSchema}, and deliberately a separate
|
|
23059
|
+
* method rather than a flag on it: `getByIds` promises no vectors and its one
|
|
23060
|
+
* caller depends on that promise. This one promises the opposite.
|
|
23061
|
+
*
|
|
23062
|
+
* It exists because a store cannot put its vectors here otherwise. An ArcFace
|
|
23063
|
+
* gallery is ranked IN PROCESS, per detection, against every enrolled sample —
|
|
23064
|
+
* a per-face cross-process KNN would be a network round trip inside the
|
|
23065
|
+
* recognition loop. So the gallery is loaded once and held in RAM, and loading
|
|
23066
|
+
* it requires the index to hand the floats back. Without this method the only
|
|
23067
|
+
* way to keep a readable vector is a JSON column, which is the thing this
|
|
23068
|
+
* capability exists to delete.
|
|
23069
|
+
*
|
|
23070
|
+
* BOUNDED BY THE CALLER: ids are named, never "everything". Enumerating an
|
|
23071
|
+
* index is {@link VectorScanInputSchema}'s job, and it returns no vectors.
|
|
23072
|
+
*/
|
|
23073
|
+
var VectorFetchInputSchema = z.object({
|
|
23074
|
+
index: z.string(),
|
|
23075
|
+
ids: z.array(z.string())
|
|
23076
|
+
});
|
|
23077
|
+
var VectorFetchResultSchema = z.object({ items: z.array(z.object({
|
|
23078
|
+
id: z.string(),
|
|
23079
|
+
/** base64 Float32LE — the same wire form `upsert` accepts. */
|
|
23080
|
+
vector: z.string(),
|
|
23081
|
+
metadata: VectorMetadataSchema
|
|
23082
|
+
})) });
|
|
23083
|
+
/**
|
|
23084
|
+
* ENUMERATE an index: one page of rows in a stable order, no ranking.
|
|
23085
|
+
*
|
|
23086
|
+
* A reconcile does not want the nearest rows, it wants ALL of them, and asking
|
|
23087
|
+
* a KNN for "all" is the wrong question twice over. It hits the backend's `k`
|
|
23088
|
+
* ceiling — 4,096 on sqlite-vec against a 22,128-row index — and it needs a
|
|
23089
|
+
* probe vector it does not have, so the audit passed a ZERO vector whose cosine
|
|
23090
|
+
* distance to every row is degenerate. `examined: 4096` then read as "we
|
|
23091
|
+
* looked" for as long as anyone cared to read it.
|
|
23092
|
+
*
|
|
23093
|
+
* This is the primitive that question actually needs: a bounded page, ordered
|
|
23094
|
+
* by the backend's own row order, costing no distance computation at all.
|
|
23095
|
+
* Vectors are NOT returned — an enumeration that shipped 2 KB per row would be
|
|
23096
|
+
* the full-table read this capability was built to stop.
|
|
23097
|
+
*/
|
|
23098
|
+
var VectorScanInputSchema = z.object({
|
|
23099
|
+
index: z.string(),
|
|
23100
|
+
/** Opaque resume point. `0` starts at the top; pass back `nextCursor`. */
|
|
23101
|
+
cursor: z.number().int().nonnegative().default(0),
|
|
23102
|
+
limit: z.number().int().positive()
|
|
23103
|
+
});
|
|
23104
|
+
var VectorScanResultSchema = z.object({
|
|
23105
|
+
items: z.array(z.object({
|
|
23106
|
+
id: z.string(),
|
|
23107
|
+
metadata: VectorMetadataSchema
|
|
23108
|
+
})),
|
|
23109
|
+
/**
|
|
23110
|
+
* Where the next page starts, or `null` when the walk reached the end.
|
|
23111
|
+
*
|
|
23112
|
+
* `null` is the ONLY end-of-index signal. A caller must not infer the end
|
|
23113
|
+
* from a short page: a backend is free to return fewer rows than asked.
|
|
23114
|
+
*/
|
|
23115
|
+
nextCursor: z.number().int().nonnegative().nullable()
|
|
23116
|
+
});
|
|
22659
23117
|
var VectorStatsInputSchema = z.object({ index: z.string() });
|
|
22660
23118
|
var VectorStatsResultSchema = z.object({
|
|
22661
23119
|
/** Provider id, so an operator can tell brute force from an ANN index. */
|
|
@@ -22694,6 +23152,10 @@ var vectorStoreCapability = {
|
|
|
22694
23152
|
query: method(VectorQueryInputSchema, VectorQueryResultSchema, { auth: "admin" }),
|
|
22695
23153
|
/** Metadata by id, no vectors — see {@link VectorGetResultSchema}. */
|
|
22696
23154
|
getByIds: method(VectorGetInputSchema, VectorGetResultSchema, { auth: "admin" }),
|
|
23155
|
+
/** Metadata AND vectors, by named id — see {@link VectorFetchInputSchema}. */
|
|
23156
|
+
fetchByIds: method(VectorFetchInputSchema, VectorFetchResultSchema, { auth: "admin" }),
|
|
23157
|
+
/** One page of the whole index, unranked — see {@link VectorScanInputSchema}. */
|
|
23158
|
+
scan: method(VectorScanInputSchema, VectorScanResultSchema, { auth: "admin" }),
|
|
22697
23159
|
deleteByIds: method(VectorDeleteInputSchema, VectorDeleteResultSchema, {
|
|
22698
23160
|
kind: "mutation",
|
|
22699
23161
|
auth: "admin"
|
|
@@ -30656,6 +31118,20 @@ var recordingCapability = {
|
|
|
30656
31118
|
kind: "query",
|
|
30657
31119
|
auth: "admin"
|
|
30658
31120
|
}),
|
|
31121
|
+
/**
|
|
31122
|
+
* What a location STILL holds, asked of the durable hour ledger.
|
|
31123
|
+
*
|
|
31124
|
+
* The number behind "drain remaining": segments and bytes that would still
|
|
31125
|
+
* have to move off `fromLocationId`. It is a ledger aggregate — the archive
|
|
31126
|
+
* — because the resident index is not the archive (D295), and a drain sized
|
|
31127
|
+
* off the index is exactly what reported `done` over 80.3 GB on 2026-08-29.
|
|
31128
|
+
* `null` means the archive could not be asked (no ledger on this node, or
|
|
31129
|
+
* the aggregate failed) and is never conflated with an empty source.
|
|
31130
|
+
*/
|
|
31131
|
+
getRelocateResidue: method(RelocateResidueInputSchema, RelocateResidueSchema, {
|
|
31132
|
+
kind: "query",
|
|
31133
|
+
auth: "admin"
|
|
31134
|
+
}),
|
|
30659
31135
|
/** Cancel a running or queued relocate job. A queued job never runs. */
|
|
30660
31136
|
cancelRelocateJob: method(z.object({ jobId: z.string() }), z.object({ cancelled: z.boolean() }), {
|
|
30661
31137
|
kind: "mutation",
|
|
@@ -40882,6 +41358,12 @@ var METHOD_ACCESS_MAP = Object.freeze({
|
|
|
40882
41358
|
addonId: null,
|
|
40883
41359
|
access: "create"
|
|
40884
41360
|
},
|
|
41361
|
+
"pipelineAnalytics.countRelocatableMedia": {
|
|
41362
|
+
capName: "pipeline-analytics",
|
|
41363
|
+
capScope: "device",
|
|
41364
|
+
addonId: null,
|
|
41365
|
+
access: "view"
|
|
41366
|
+
},
|
|
40885
41367
|
"pipelineAnalytics.countUnstampedEventMedia": {
|
|
40886
41368
|
capName: "pipeline-analytics",
|
|
40887
41369
|
capScope: "device",
|
|
@@ -42046,6 +42528,12 @@ var METHOD_ACCESS_MAP = Object.freeze({
|
|
|
42046
42528
|
addonId: null,
|
|
42047
42529
|
access: "view"
|
|
42048
42530
|
},
|
|
42531
|
+
"recording.getRelocateResidue": {
|
|
42532
|
+
capName: "recording",
|
|
42533
|
+
capScope: "system",
|
|
42534
|
+
addonId: null,
|
|
42535
|
+
access: "view"
|
|
42536
|
+
},
|
|
42049
42537
|
"recording.getStorageMigrationMoveStatus": {
|
|
42050
42538
|
capName: "recording",
|
|
42051
42539
|
capScope: "system",
|
|
@@ -42592,12 +43080,30 @@ var METHOD_ACCESS_MAP = Object.freeze({
|
|
|
42592
43080
|
addonId: null,
|
|
42593
43081
|
access: "create"
|
|
42594
43082
|
},
|
|
43083
|
+
"storageMigration.drain": {
|
|
43084
|
+
capName: "storage-migration",
|
|
43085
|
+
capScope: "system",
|
|
43086
|
+
addonId: null,
|
|
43087
|
+
access: "create"
|
|
43088
|
+
},
|
|
43089
|
+
"storageMigration.movers": {
|
|
43090
|
+
capName: "storage-migration",
|
|
43091
|
+
capScope: "system",
|
|
43092
|
+
addonId: null,
|
|
43093
|
+
access: "view"
|
|
43094
|
+
},
|
|
42595
43095
|
"storageMigration.plan": {
|
|
42596
43096
|
capName: "storage-migration",
|
|
42597
43097
|
capScope: "system",
|
|
42598
43098
|
addonId: null,
|
|
42599
43099
|
access: "view"
|
|
42600
43100
|
},
|
|
43101
|
+
"storageMigration.residue": {
|
|
43102
|
+
capName: "storage-migration",
|
|
43103
|
+
capScope: "system",
|
|
43104
|
+
addonId: null,
|
|
43105
|
+
access: "view"
|
|
43106
|
+
},
|
|
42601
43107
|
"storageMigration.start": {
|
|
42602
43108
|
capName: "storage-migration",
|
|
42603
43109
|
capScope: "system",
|
|
@@ -43432,6 +43938,12 @@ var METHOD_ACCESS_MAP = Object.freeze({
|
|
|
43432
43938
|
addonId: null,
|
|
43433
43939
|
access: "delete"
|
|
43434
43940
|
},
|
|
43941
|
+
"vectorStore.fetchByIds": {
|
|
43942
|
+
capName: "vector-store",
|
|
43943
|
+
capScope: "system",
|
|
43944
|
+
addonId: null,
|
|
43945
|
+
access: "view"
|
|
43946
|
+
},
|
|
43435
43947
|
"vectorStore.getByIds": {
|
|
43436
43948
|
capName: "vector-store",
|
|
43437
43949
|
capScope: "system",
|
|
@@ -43444,6 +43956,12 @@ var METHOD_ACCESS_MAP = Object.freeze({
|
|
|
43444
43956
|
addonId: null,
|
|
43445
43957
|
access: "view"
|
|
43446
43958
|
},
|
|
43959
|
+
"vectorStore.scan": {
|
|
43960
|
+
capName: "vector-store",
|
|
43961
|
+
capScope: "system",
|
|
43962
|
+
addonId: null,
|
|
43963
|
+
access: "view"
|
|
43964
|
+
},
|
|
43447
43965
|
"vectorStore.stats": {
|
|
43448
43966
|
capName: "vector-store",
|
|
43449
43967
|
capScope: "system",
|
|
@@ -46670,6 +47188,7 @@ function createSystemProxy(api) {
|
|
|
46670
47188
|
cancelStorageMigrationMove: (input) => dispatch("recording", "cancelStorageMigrationMove", "mutation", input),
|
|
46671
47189
|
relocateFootage: (input) => dispatch("recording", "relocateFootage", "mutation", input),
|
|
46672
47190
|
listRelocateJobs: (input) => dispatch("recording", "listRelocateJobs", "query", input),
|
|
47191
|
+
getRelocateResidue: (input) => dispatch("recording", "getRelocateResidue", "query", input),
|
|
46673
47192
|
cancelRelocateJob: (input) => dispatch("recording", "cancelRelocateJob", "mutation", input),
|
|
46674
47193
|
planStorageRebalance: (input) => dispatch("recording", "planStorageRebalance", "query", input),
|
|
46675
47194
|
startStorageRebalance: (input) => dispatch("recording", "startStorageRebalance", "mutation", input)
|
|
@@ -46733,7 +47252,10 @@ function createSystemProxy(api) {
|
|
|
46733
47252
|
plan: (input) => dispatch("storageMigration", "plan", "query", input),
|
|
46734
47253
|
start: (input) => dispatch("storageMigration", "start", "mutation", input),
|
|
46735
47254
|
status: (input) => dispatch("storageMigration", "status", "query", input),
|
|
46736
|
-
cancel: (input) => dispatch("storageMigration", "cancel", "mutation", input)
|
|
47255
|
+
cancel: (input) => dispatch("storageMigration", "cancel", "mutation", input),
|
|
47256
|
+
movers: (input) => dispatch("storageMigration", "movers", "query", input),
|
|
47257
|
+
residue: (input) => dispatch("storageMigration", "residue", "query", input),
|
|
47258
|
+
drain: (input) => dispatch("storageMigration", "drain", "mutation", input)
|
|
46737
47259
|
},
|
|
46738
47260
|
streamBroker: {
|
|
46739
47261
|
fetchEventMedia: (input) => dispatch("streamBroker", "fetchEventMedia", "mutation", input),
|
|
@@ -50771,4 +51293,4 @@ function enumerateInferenceDevices(hw) {
|
|
|
50771
51293
|
return out;
|
|
50772
51294
|
}
|
|
50773
51295
|
//#endregion
|
|
50774
|
-
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, 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, StorageMigrationFindingCodeSchema, StorageMigrationFindingSchema, StorageMigrationFootageMoveInputSchema, StorageMigrationInputSchema, StorageMigrationJobSchema, StorageMigrationLeaseInputSchema, StorageMigrationMediaMoveInputSchema, StorageMigrationModeSchema, 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, 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, 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 };
|
|
51296
|
+
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, UnstampedRowsSchema, 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 };
|