@camstack/types 1.1.34 → 1.1.36
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.d.ts +2 -0
- package/dist/addon.js +2 -1
- package/dist/addon.mjs +2 -2
- package/dist/capabilities/addon-pages-source.cap.d.ts +4 -0
- package/dist/capabilities/addon-pages.cap.d.ts +4 -0
- package/dist/capabilities/addon-widgets-source.cap.d.ts +2 -0
- package/dist/capabilities/addon-widgets.cap.d.ts +2 -0
- package/dist/capabilities/index.d.ts +11 -3
- package/dist/capabilities/login-method.cap.d.ts +146 -0
- package/dist/capabilities/nodes.cap.d.ts +19 -1
- package/dist/capabilities/pipeline-executor.cap.d.ts +15 -61
- package/dist/capabilities/pipeline-orchestrator.cap.d.ts +31 -69
- package/dist/capabilities/server-management.cap.d.ts +194 -0
- package/dist/capabilities/viewer-ui.cap.d.ts +24 -0
- package/dist/generated/addon-api.d.ts +516 -170
- package/dist/generated/capability-router-map.d.ts +13 -4
- package/dist/generated/device-proxy.d.ts +1 -1
- package/dist/generated/method-access-map.d.ts +1 -1
- package/dist/generated/system-proxy.d.ts +4 -2
- package/dist/index.d.ts +2 -1
- package/dist/index.js +430 -124
- package/dist/index.mjs +415 -123
- package/dist/interfaces/addon.d.ts +12 -2
- package/dist/interfaces/capability.d.ts +3 -0
- package/dist/interfaces/config-ui.d.ts +40 -0
- package/dist/interfaces/event-bus.d.ts +11 -0
- package/dist/interfaces/pipeline-executor-capability.d.ts +2 -8
- package/dist/interfaces/pipeline-orchestrator-capability.d.ts +0 -14
- package/dist/{sleep-DmP-uxoe.js → sleep-BtS3xMHv.js} +109 -9
- package/dist/{sleep-Cc14_yxc.mjs → sleep-DJaTV2D7.mjs} +86 -10
- package/dist/types/agent-pipeline-settings.d.ts +8 -0
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { $ as
|
|
1
|
+
import { $ as SubscribeAudioChunksInputSchema, A as DATAPLANE_SECRET_HEADER, B as CamStreamKindSchema, C as asJsonArray, D as parseJsonArray, E as asString, F as scopeKey, G as EncodedPacketSchema, H as CameraStreamSchema, I as BrokerStatsSchema, J as ProfileRtspEntrySchema, K as FrameHandleFormatSchema, L as BrokerStatusSchema, M as ReadinessTimeoutError, N as emitDownForOwnedCaps, O as parseJsonObject, P as readinessKey, Q as StreamSourceSchema, R as CAM_PROFILE_ORDER, S as asBoolean, T as asNumber, U as DecodedAudioChunkSchema, V as CamStreamResolutionSchema, W as DecodedFrameSchema, X as ProfileSlotStatusSchema, Y as ProfileSlotSchema, Z as StreamSourceEntrySchema, _ as resolveCapMount, _t as hydrateSchema, a as viewerUiCapability, at as parseProfileBrokerId, b as DeviceRole, bt as DisposerChain, c as createLazyTrpcSource, ct as normalizeAddonInitResult, d as DEVICE_SETTINGS_CONTRIBUTION_METHODS, dt as emitReadiness, et as SubscribeAudioChunksResultSchema, f as DEVICE_STATUS_METHOD, ft as isEvent, g as method, gt as collectHydratedFieldValues, h as isDeviceConfigCap, ht as collectHydratedFieldEntries, i as deviceOpsCapability, it as makeSourceBrokerId, j as ReadinessRegistry, k as parseJsonUnknown, l as createMirrorSource, lt as createDurableState, m as expandCapMethods, mt as WELL_KNOWN_TAB_MAP, n as sleepCancellable, nt as SubscribeFramesResultSchema, o as adminUiCapability, ot as selectAssignedProfileSlots, p as event, pt as WELL_KNOWN_TABS, q as FrameHandleSchema, r as RawStateResultSchema, rt as makeProfileBrokerId, s as createDeviceProxy, st as BaseAddon, t as sleep, tt as SubscribeFramesInputSchema, u as createSliceHandle, ut as createEvent, v as ChargingStatus, vt as resolveHydratedFieldValue, w as asJsonObject, x as DeviceType, y as DeviceFeature, yt as EventCategory, z as CamProfileSchema } from "./sleep-DJaTV2D7.mjs";
|
|
2
2
|
import { t as errMsg } from "./err-msg-IQTHeDzc.mjs";
|
|
3
3
|
import { z } from "zod";
|
|
4
4
|
//#region src/health/wiring-health.ts
|
|
@@ -7604,11 +7604,6 @@ var PipelineSchemaSchema = z.object({
|
|
|
7604
7604
|
selectedEngine: PipelineEngineChoiceSchema,
|
|
7605
7605
|
slots: z.array(PipelineSlotSchemaSchema).readonly()
|
|
7606
7606
|
});
|
|
7607
|
-
var DetectorOutputSchema = z.object({
|
|
7608
|
-
detections: z.array(SpatialDetectionSchema).readonly(),
|
|
7609
|
-
inferenceMs: z.number(),
|
|
7610
|
-
modelId: z.string()
|
|
7611
|
-
});
|
|
7612
7607
|
var EngineProvisioningSchema = z.object({
|
|
7613
7608
|
runtimeId: z.enum([
|
|
7614
7609
|
"onnx",
|
|
@@ -7774,23 +7769,23 @@ var pipelineExecutorCapability = {
|
|
|
7774
7769
|
auth: "admin"
|
|
7775
7770
|
}),
|
|
7776
7771
|
/**
|
|
7777
|
-
*
|
|
7778
|
-
*
|
|
7779
|
-
*
|
|
7780
|
-
* it (default `nodeIdMode: 'routing'
|
|
7781
|
-
*
|
|
7782
|
-
*
|
|
7772
|
+
* Clear THIS node's executor-side PER-DEVICE settings stores (the
|
|
7773
|
+
* per-camera step overrides the object-detection root reads via
|
|
7774
|
+
* `applyDeviceOverridesToTree`). `nodeId` is the ROUTING key — the
|
|
7775
|
+
* generated cap-router strips it (default `nodeIdMode: 'routing'`) and
|
|
7776
|
+
* dispatches to that node, so the provider method runs ON the target
|
|
7777
|
+
* node and receives no `nodeId`.
|
|
7783
7778
|
*
|
|
7784
|
-
*
|
|
7785
|
-
*
|
|
7786
|
-
*
|
|
7787
|
-
*
|
|
7788
|
-
*
|
|
7789
|
-
*
|
|
7779
|
+
* This is the slimmed executor leg of the orchestrator's
|
|
7780
|
+
* `resetNodePipelineDefaults` flow (which owns the real reset: node
|
|
7781
|
+
* addonDefaults pins + per-camera orchestrator overrides). The legacy
|
|
7782
|
+
* `resetToDefault` — which reset a persisted global step-tree seed
|
|
7783
|
+
* nothing in the live per-camera path read — was removed together with
|
|
7784
|
+
* that seed.
|
|
7790
7785
|
*/
|
|
7791
|
-
|
|
7786
|
+
clearDeviceOverrides: method(z.object({ nodeId: z.string() }), z.object({
|
|
7792
7787
|
success: z.literal(true),
|
|
7793
|
-
|
|
7788
|
+
clearedDevices: z.number()
|
|
7794
7789
|
}), {
|
|
7795
7790
|
kind: "mutation",
|
|
7796
7791
|
auth: "admin"
|
|
@@ -7836,11 +7831,6 @@ var pipelineExecutorCapability = {
|
|
|
7836
7831
|
modelId: z.string(),
|
|
7837
7832
|
format: ModelFormatSchema$1
|
|
7838
7833
|
}), z.object({ success: z.literal(true) }), { kind: "mutation" }),
|
|
7839
|
-
detect: method(z.object({
|
|
7840
|
-
addonId: z.string(),
|
|
7841
|
-
frame: FrameInputSchema,
|
|
7842
|
-
config: z.record(z.string(), z.unknown()).optional()
|
|
7843
|
-
}), DetectorOutputSchema),
|
|
7844
7834
|
/**
|
|
7845
7835
|
* Stateless single-frame execution. Callers (runner, benchmark) pass
|
|
7846
7836
|
* the complete `engine` + `steps` tree; the executor holds no state
|
|
@@ -12564,7 +12554,7 @@ function createSystemProxy(api) {
|
|
|
12564
12554
|
getEngineProvisioning: (input) => dispatch("pipelineExecutor", "getEngineProvisioning", "query", input),
|
|
12565
12555
|
getVideoPipelineSteps: (input) => dispatch("pipelineExecutor", "getVideoPipelineSteps", "query", input),
|
|
12566
12556
|
setVideoPipelineSteps: (input) => dispatch("pipelineExecutor", "setVideoPipelineSteps", "mutation", input),
|
|
12567
|
-
|
|
12557
|
+
clearDeviceOverrides: (input) => dispatch("pipelineExecutor", "clearDeviceOverrides", "mutation", input),
|
|
12568
12558
|
getSchema: (input) => dispatch("pipelineExecutor", "getSchema", "query", input),
|
|
12569
12559
|
getGlobalSteps: (input) => dispatch("pipelineExecutor", "getGlobalSteps", "query", input),
|
|
12570
12560
|
getGlobalPipelineConfig: (input) => dispatch("pipelineExecutor", "getGlobalPipelineConfig", "query", input),
|
|
@@ -12578,7 +12568,6 @@ function createSystemProxy(api) {
|
|
|
12578
12568
|
getAddonModels: (input) => dispatch("pipelineExecutor", "getAddonModels", "query", input),
|
|
12579
12569
|
downloadModel: (input) => dispatch("pipelineExecutor", "downloadModel", "mutation", input),
|
|
12580
12570
|
deleteModel: (input) => dispatch("pipelineExecutor", "deleteModel", "mutation", input),
|
|
12581
|
-
detect: (input) => dispatch("pipelineExecutor", "detect", "query", input),
|
|
12582
12571
|
cacheFrameInPool: (input) => dispatch("pipelineExecutor", "cacheFrameInPool", "mutation", input),
|
|
12583
12572
|
inferCached: (input) => dispatch("pipelineExecutor", "inferCached", "mutation", input),
|
|
12584
12573
|
uncacheFrame: (input) => dispatch("pipelineExecutor", "uncacheFrame", "mutation", input),
|
|
@@ -12602,7 +12591,6 @@ function createSystemProxy(api) {
|
|
|
12602
12591
|
getCapabilityBindings: (input) => dispatch("pipelineOrchestrator", "getCapabilityBindings", "query", input),
|
|
12603
12592
|
setCapabilityBinding: (input) => dispatch("pipelineOrchestrator", "setCapabilityBinding", "mutation", input),
|
|
12604
12593
|
getIngestOwner: (input) => dispatch("pipelineOrchestrator", "getIngestOwner", "query", input),
|
|
12605
|
-
getDecoderAssignments: (input) => dispatch("pipelineOrchestrator", "getDecoderAssignments", "query", input),
|
|
12606
12594
|
getAudioNodeLoad: (input) => dispatch("pipelineOrchestrator", "getAudioNodeLoad", "query", input),
|
|
12607
12595
|
getAgentSettings: (input) => dispatch("pipelineOrchestrator", "getAgentSettings", "query", input),
|
|
12608
12596
|
listAgentSettings: (input) => dispatch("pipelineOrchestrator", "listAgentSettings", "query", input),
|
|
@@ -12612,6 +12600,7 @@ function createSystemProxy(api) {
|
|
|
12612
12600
|
setAgentDetectWeight: (input) => dispatch("pipelineOrchestrator", "setAgentDetectWeight", "mutation", input),
|
|
12613
12601
|
setAgentCapabilities: (input) => dispatch("pipelineOrchestrator", "setAgentCapabilities", "mutation", input),
|
|
12614
12602
|
setAgentReachableHost: (input) => dispatch("pipelineOrchestrator", "setAgentReachableHost", "mutation", input),
|
|
12603
|
+
resetNodePipelineDefaults: (input) => dispatch("pipelineOrchestrator", "resetNodePipelineDefaults", "mutation", input),
|
|
12615
12604
|
getCameraStatuses: (input) => dispatch("pipelineOrchestrator", "getCameraStatuses", "query", input),
|
|
12616
12605
|
listTemplates: (input) => dispatch("pipelineOrchestrator", "listTemplates", "query", input),
|
|
12617
12606
|
saveTemplate: (input) => dispatch("pipelineOrchestrator", "saveTemplate", "mutation", input),
|
|
@@ -12634,6 +12623,13 @@ function createSystemProxy(api) {
|
|
|
12634
12623
|
deletePlate: (input) => dispatch("plateGallery", "deletePlate", "mutation", input)
|
|
12635
12624
|
},
|
|
12636
12625
|
recording: { getStorageUsage: (input) => dispatch("recording", "getStorageUsage", "query", input) },
|
|
12626
|
+
serverManagement: {
|
|
12627
|
+
getServerPackageStatus: (input) => dispatch("serverManagement", "getServerPackageStatus", "query", input),
|
|
12628
|
+
checkServerUpdate: (input) => dispatch("serverManagement", "checkServerUpdate", "mutation", input),
|
|
12629
|
+
applyServerUpdate: (input) => dispatch("serverManagement", "applyServerUpdate", "mutation", input),
|
|
12630
|
+
rollbackServerUpdate: (input) => dispatch("serverManagement", "rollbackServerUpdate", "mutation", input),
|
|
12631
|
+
restartServer: (input) => dispatch("serverManagement", "restartServer", "mutation", input)
|
|
12632
|
+
},
|
|
12637
12633
|
settingsStore: {
|
|
12638
12634
|
get: (input) => dispatch("settingsStore", "get", "query", input),
|
|
12639
12635
|
set: (input) => dispatch("settingsStore", "set", "mutation", input),
|
|
@@ -13397,7 +13393,9 @@ var AddonPageDeclarationSchema$1 = z.object({
|
|
|
13397
13393
|
icon: z.string(),
|
|
13398
13394
|
path: z.string(),
|
|
13399
13395
|
remoteName: z.string(),
|
|
13400
|
-
bundle: z.string()
|
|
13396
|
+
bundle: z.string(),
|
|
13397
|
+
section: z.string().optional(),
|
|
13398
|
+
sectionLabel: z.string().optional()
|
|
13401
13399
|
});
|
|
13402
13400
|
var AddonPageInfoSchema = z.object({
|
|
13403
13401
|
addonId: z.string(),
|
|
@@ -13444,7 +13442,18 @@ var AddonPageDeclarationSchema = z.object({
|
|
|
13444
13442
|
* the static-file route can compute an mtime-based cache-buster URL
|
|
13445
13443
|
* without a separate filesystem stat.
|
|
13446
13444
|
*/
|
|
13447
|
-
bundle: z.string()
|
|
13445
|
+
bundle: z.string(),
|
|
13446
|
+
/**
|
|
13447
|
+
* Sidebar section this page docks into. Well-known ids: `'detection'`,
|
|
13448
|
+
* `'cluster'`, `'administration'` — the page renders inside that group.
|
|
13449
|
+
* Any OTHER string creates (or joins) a custom section rendered after
|
|
13450
|
+
* the built-in groups; its label comes from `sectionLabel` (first
|
|
13451
|
+
* declaration wins), falling back to the id. Absent → the legacy
|
|
13452
|
+
* "Addon Pages" group.
|
|
13453
|
+
*/
|
|
13454
|
+
section: z.string().optional(),
|
|
13455
|
+
/** Display label for a CUSTOM `section` id (ignored for well-known ids). */
|
|
13456
|
+
sectionLabel: z.string().optional()
|
|
13448
13457
|
});
|
|
13449
13458
|
var addonPagesSourceCapability = {
|
|
13450
13459
|
name: "addon-pages-source",
|
|
@@ -13728,6 +13737,17 @@ var WidgetMetadataSchema = z.object({
|
|
|
13728
13737
|
deviceContext: z.boolean().default(false),
|
|
13729
13738
|
integrationContext: z.boolean().default(false)
|
|
13730
13739
|
}),
|
|
13740
|
+
/**
|
|
13741
|
+
* Loadable BEFORE authentication. The normal widget registry listing
|
|
13742
|
+
* (`addon-widgets.listWidgets`) is auth-gated, so a pre-auth surface
|
|
13743
|
+
* (the login page) cannot discover a widget through it. A widget that
|
|
13744
|
+
* declares `preAuth: true` marks itself as safe to mount on a pre-auth
|
|
13745
|
+
* screen — it is surfaced through the PUBLIC `auth.listLoginMethods`
|
|
13746
|
+
* login-method contribution channel (see `login-method.cap.ts`) rather
|
|
13747
|
+
* than the authenticated registry, and its bundle is served by the
|
|
13748
|
+
* public `/api/addon-widgets/:addonId/*` static route. Defaults false.
|
|
13749
|
+
*/
|
|
13750
|
+
preAuth: z.boolean().optional().default(false),
|
|
13731
13751
|
/** Dashboard placement HINTS (operator can override per instance). */
|
|
13732
13752
|
defaultSize: WidgetSizeEnum.default("md"),
|
|
13733
13753
|
allowedSizes: z.array(WidgetSizeEnum).readonly().default([
|
|
@@ -14213,6 +14233,89 @@ var authProviderCapability = {
|
|
|
14213
14233
|
/** BIG PLAN 2: declarative mount hint — read by `@camstack/system` `buildCapRouters`. */
|
|
14214
14234
|
mount: { kind: "skip" }
|
|
14215
14235
|
};
|
|
14236
|
+
//#endregion
|
|
14237
|
+
//#region src/capabilities/login-method.cap.ts
|
|
14238
|
+
/**
|
|
14239
|
+
* `login-method` — collection cap through which auth addons contribute
|
|
14240
|
+
* their pre-auth login surfaces to the login page. This is the SINGLE,
|
|
14241
|
+
* generic mechanism that supersedes the dead `auth.listProviders` reader:
|
|
14242
|
+
* every auth addon (OIDC, magic-link, WebAuthn/passkey) registers a
|
|
14243
|
+
* `login-method` provider and the PUBLIC `auth.listLoginMethods`
|
|
14244
|
+
* procedure aggregates them for the unauthenticated login page.
|
|
14245
|
+
*
|
|
14246
|
+
* A contribution is a discriminated union on `kind`:
|
|
14247
|
+
*
|
|
14248
|
+
* - `redirect` — a declarative button. The login page renders a generic
|
|
14249
|
+
* button that navigates to `startUrl` (an addon-owned HTTP route).
|
|
14250
|
+
* Covers OIDC (`/addon/auth-oidc/<id>/start`) and magic-link with
|
|
14251
|
+
* ZERO shell-side JS. A future SSO addon plugs in the same way — the
|
|
14252
|
+
* login page needs NO change.
|
|
14253
|
+
*
|
|
14254
|
+
* - `widget` — a Module-Federation widget the login page mounts (via
|
|
14255
|
+
* `loadRemoteBundle`) for an in-page ceremony. Covers the passkey
|
|
14256
|
+
* login ceremony, which must run `@simplewebauthn/browser` INSIDE the
|
|
14257
|
+
* addon bundle. The referenced widget also declares `preAuth: true` in
|
|
14258
|
+
* its `addon-widgets-source` catalog entry. `auth.listLoginMethods`
|
|
14259
|
+
* stamps a public `bundleUrl` from `addonId` + `bundle`.
|
|
14260
|
+
*
|
|
14261
|
+
* Every contribution carries a `stage`:
|
|
14262
|
+
* - `primary` — shown on the first credentials screen (OIDC /
|
|
14263
|
+
* magic-link buttons; a future usernameless passkey).
|
|
14264
|
+
* - `second-factor` — shown AFTER the password leg, gated on the
|
|
14265
|
+
* returned `factors` (passkey-as-2FA today).
|
|
14266
|
+
*
|
|
14267
|
+
* `mount: skip` — the cap is read server-side by the core auth router
|
|
14268
|
+
* (`registry.getCollection('login-method')`), never mounted as its own
|
|
14269
|
+
* tRPC router.
|
|
14270
|
+
*/
|
|
14271
|
+
/** When a login method renders in the two-phase login flow. */
|
|
14272
|
+
var LoginStageEnum = z.enum(["primary", "second-factor"]);
|
|
14273
|
+
/**
|
|
14274
|
+
* A declarative redirect button — the login page navigates to `startUrl`.
|
|
14275
|
+
* OIDC and magic-link contribute this; a future SSO addon does too.
|
|
14276
|
+
*/
|
|
14277
|
+
var RedirectLoginMethodSchema = z.object({
|
|
14278
|
+
kind: z.literal("redirect"),
|
|
14279
|
+
/** Stable id within the login-method set (e.g. `auth-oidc/google`). */
|
|
14280
|
+
id: z.string(),
|
|
14281
|
+
/** Operator-facing button label. */
|
|
14282
|
+
label: z.string(),
|
|
14283
|
+
/** lucide-react icon name. */
|
|
14284
|
+
icon: z.string().optional(),
|
|
14285
|
+
/** Addon-owned HTTP route the button navigates to (GET). */
|
|
14286
|
+
startUrl: z.string(),
|
|
14287
|
+
stage: LoginStageEnum
|
|
14288
|
+
});
|
|
14289
|
+
/**
|
|
14290
|
+
* A Module-Federation widget the login page mounts for an in-page
|
|
14291
|
+
* ceremony. `bundle` + `addonId` let `auth.listLoginMethods` stamp a
|
|
14292
|
+
* public `bundleUrl`; `remote` is the MF descriptor `loadRemoteBundle`
|
|
14293
|
+
* consumes. No `bundleUrl` here — it is server-stamped on the public
|
|
14294
|
+
* output so the addon never encodes the static-route scheme.
|
|
14295
|
+
*/
|
|
14296
|
+
var WidgetLoginMethodSchema = z.object({
|
|
14297
|
+
kind: z.literal("widget"),
|
|
14298
|
+
/** Stable id within the login-method set (e.g. `auth-webauthn/passkey-login`). */
|
|
14299
|
+
id: z.string(),
|
|
14300
|
+
/** Owning addon id — drives the public bundle URL + the MF namespace. */
|
|
14301
|
+
addonId: z.string(),
|
|
14302
|
+
/** Bundle filename inside the addon's dist dir (`remoteEntry.js`). */
|
|
14303
|
+
bundle: z.string(),
|
|
14304
|
+
/** MF remote descriptor — `{ remoteName, exposedModule, componentKey }`. */
|
|
14305
|
+
remote: WidgetRemoteSchema,
|
|
14306
|
+
stage: LoginStageEnum
|
|
14307
|
+
});
|
|
14308
|
+
/** One login-method contribution — redirect button OR pre-auth widget. */
|
|
14309
|
+
var LoginMethodContributionSchema = z.discriminatedUnion("kind", [RedirectLoginMethodSchema, WidgetLoginMethodSchema]);
|
|
14310
|
+
var loginMethodCapability = {
|
|
14311
|
+
name: "login-method",
|
|
14312
|
+
scope: "system",
|
|
14313
|
+
mode: "collection",
|
|
14314
|
+
internal: true,
|
|
14315
|
+
methods: { getLoginMethods: method(z.void(), z.array(LoginMethodContributionSchema).readonly()) },
|
|
14316
|
+
/** BIG PLAN 2: declarative mount hint — read by `@camstack/system` `buildCapRouters`. */
|
|
14317
|
+
mount: { kind: "skip" }
|
|
14318
|
+
};
|
|
14216
14319
|
/**
|
|
14217
14320
|
* Orchestrator-side destination metadata. The orchestrator computes
|
|
14218
14321
|
* `id = <addonId>:<subId>` from its provider lookup so consumers
|
|
@@ -17600,7 +17703,12 @@ var AgentPipelineSettingsSchema = z.object({
|
|
|
17600
17703
|
detectWeight: z.number().positive().optional(),
|
|
17601
17704
|
/** Node is eligible to run the detection pipeline (decode + inference). */
|
|
17602
17705
|
detect: z.boolean().optional(),
|
|
17603
|
-
/**
|
|
17706
|
+
/**
|
|
17707
|
+
* DEPRECATED AND IGNORED. Decode is always co-located with its frame
|
|
17708
|
+
* consumer, so decode eligibility IS detect eligibility. Kept optional in
|
|
17709
|
+
* the schema ONLY so persisted stores written before the removal still
|
|
17710
|
+
* parse — no code reads it and no write path emits it.
|
|
17711
|
+
*/
|
|
17604
17712
|
decode: z.boolean().optional(),
|
|
17605
17713
|
/** Node is eligible to run audio-analyzer sessions. */
|
|
17606
17714
|
audio: z.boolean().optional(),
|
|
@@ -17661,25 +17769,6 @@ var PipelineAssignmentSchema = z.object({
|
|
|
17661
17769
|
assignedAt: z.number()
|
|
17662
17770
|
});
|
|
17663
17771
|
/**
|
|
17664
|
-
* Decoder placement record. Symmetric to `PipelineAssignmentSchema` but for
|
|
17665
|
-
* the decoder-node placement domain (`balanceDecoder` decision: manual pin
|
|
17666
|
-
* → co-located with pipeline → capacity).
|
|
17667
|
-
*/
|
|
17668
|
-
var DecoderAssignmentSchema = z.object({
|
|
17669
|
-
deviceId: z.number(),
|
|
17670
|
-
/** Moleculer node id of the decoder provider currently responsible for this camera. */
|
|
17671
|
-
decoderNodeId: z.string(),
|
|
17672
|
-
/** True when the assignment was set manually via `assignDecoder`, false when chosen by the balancer. */
|
|
17673
|
-
pinned: z.boolean(),
|
|
17674
|
-
/** Why this assignment was made — useful for debugging the decoder balancer. */
|
|
17675
|
-
reason: z.enum([
|
|
17676
|
-
"manual",
|
|
17677
|
-
"co-located",
|
|
17678
|
-
"capacity",
|
|
17679
|
-
"hardware-affinity"
|
|
17680
|
-
])
|
|
17681
|
-
});
|
|
17682
|
-
/**
|
|
17683
17772
|
* Per-agent load summary surfaced to the load balancer + dashboards.
|
|
17684
17773
|
* Aggregated from each runner's `getLocalLoad` cap call.
|
|
17685
17774
|
*/
|
|
@@ -17966,21 +18055,6 @@ var pipelineOrchestratorCapability = {
|
|
|
17966
18055
|
* present. Defaults to `{ ownerNodeId: 'hub' }`.
|
|
17967
18056
|
*/
|
|
17968
18057
|
getIngestOwner: method(z.void(), IngestOwnerSchema),
|
|
17969
|
-
/** Pin a device's decoder to a specific node. */
|
|
17970
|
-
assignDecoder: method(z.object({
|
|
17971
|
-
deviceId: z.number(),
|
|
17972
|
-
nodeId: z.string()
|
|
17973
|
-
}), z.void(), {
|
|
17974
|
-
kind: "mutation",
|
|
17975
|
-
auth: "admin"
|
|
17976
|
-
}),
|
|
17977
|
-
/** Clear a device's decoder pin (revert to auto). */
|
|
17978
|
-
unassignDecoder: method(z.object({ deviceId: z.number() }), z.void(), {
|
|
17979
|
-
kind: "mutation",
|
|
17980
|
-
auth: "admin"
|
|
17981
|
-
}),
|
|
17982
|
-
/** Get every camera's decoder placement. */
|
|
17983
|
-
getDecoderAssignments: method(z.void(), z.array(DecoderAssignmentSchema).readonly()),
|
|
17984
18058
|
/** Pin a device's audio analysis to a specific cluster node. */
|
|
17985
18059
|
assignAudio: method(z.object({
|
|
17986
18060
|
deviceId: z.number(),
|
|
@@ -18012,23 +18086,6 @@ var pipelineOrchestratorCapability = {
|
|
|
18012
18086
|
pinned: z.boolean(),
|
|
18013
18087
|
assignedAt: z.number()
|
|
18014
18088
|
}))),
|
|
18015
|
-
/**
|
|
18016
|
-
* Get one camera's decoder placement (computed if not yet pinned).
|
|
18017
|
-
*
|
|
18018
|
-
* ADVISORY today: reports the orchestrator's decoder preference only.
|
|
18019
|
-
* Actual decode placement is broker-owned (local-node pin + frame-plane
|
|
18020
|
-
* co-location guard). Reserved to become the binding source/decoder-owner
|
|
18021
|
-
* control in the stream-LB epic (Phase 2).
|
|
18022
|
-
*
|
|
18023
|
-
* `pipelineNodeId` is the node already chosen to run inference for
|
|
18024
|
-
* this camera. When provided, the balancer prefers co-location with
|
|
18025
|
-
* it; omitted → falls back to the last known assignment in the
|
|
18026
|
-
* `assignments` map and finally to 'hub'.
|
|
18027
|
-
*/
|
|
18028
|
-
getDecoderAssignment: method(z.object({
|
|
18029
|
-
deviceId: z.number(),
|
|
18030
|
-
pipelineNodeId: z.string().optional()
|
|
18031
|
-
}), DecoderAssignmentSchema),
|
|
18032
18089
|
/** Read one agent's settings. Null when not yet seeded. */
|
|
18033
18090
|
getAgentSettings: method(z.object({ agentNodeId: z.string() }), AgentPipelineSettingsSchema.nullable()),
|
|
18034
18091
|
/** Enumerate every agent's settings (hub + remote runners). */
|
|
@@ -18098,14 +18155,15 @@ var pipelineOrchestratorCapability = {
|
|
|
18098
18155
|
* `enabledDecoderNodes`, `enabledAudioNodes`, `remoteSourcingNodes`).
|
|
18099
18156
|
* Each flag is optional in the patch: omit a flag to leave it unchanged,
|
|
18100
18157
|
* pass `null` to reset it to the node default (`hub` → capable, every
|
|
18101
|
-
* other node → not). Detection/
|
|
18102
|
-
*
|
|
18103
|
-
*
|
|
18158
|
+
* other node → not). Detection/audio eligibility is derived from these
|
|
18159
|
+
* flags across the cluster; changing them re-derives the enabled sets
|
|
18160
|
+
* and reconciles dispatch immediately. There is NO separate decode flag:
|
|
18161
|
+
* decode is always co-located with its frame consumer, so decode
|
|
18162
|
+
* eligibility IS detect eligibility.
|
|
18104
18163
|
*/
|
|
18105
18164
|
setAgentCapabilities: method(z.object({
|
|
18106
18165
|
agentNodeId: z.string(),
|
|
18107
18166
|
detect: z.boolean().nullable().optional(),
|
|
18108
|
-
decode: z.boolean().nullable().optional(),
|
|
18109
18167
|
audio: z.boolean().nullable().optional(),
|
|
18110
18168
|
ingest: z.boolean().nullable().optional()
|
|
18111
18169
|
}), z.object({ success: z.literal(true) }), {
|
|
@@ -18128,6 +18186,34 @@ var pipelineOrchestratorCapability = {
|
|
|
18128
18186
|
kind: "mutation",
|
|
18129
18187
|
auth: "admin"
|
|
18130
18188
|
}),
|
|
18189
|
+
/**
|
|
18190
|
+
* Reset one node's pipeline to its hardware-aware defaults — the HONEST
|
|
18191
|
+
* reset (replaces the executor's legacy `resetToDefault`, which cleared a
|
|
18192
|
+
* dead persisted step-tree seed nothing in the live path read):
|
|
18193
|
+
* (a) strips every `modelId` pin from that node's
|
|
18194
|
+
* `agentSettings.addonDefaults` (cells revert to Auto — the node
|
|
18195
|
+
* resolves its own hardware-aware format default at runtime);
|
|
18196
|
+
* (b) clears per-camera step overrides scoped to that node
|
|
18197
|
+
* (`stepOverridesByAgent[node]` + the wholesale
|
|
18198
|
+
* `pipelineByAgent[node]` escape hatch);
|
|
18199
|
+
* (c) clears the executor-side per-device settings stores on that node
|
|
18200
|
+
* (`pipelineExecutor.clearDeviceOverrides`);
|
|
18201
|
+
* (d) hot-reloads every camera assigned to the node.
|
|
18202
|
+
*
|
|
18203
|
+
* Returns the EFFECTIVE post-reset object-detection model for the node
|
|
18204
|
+
* (the executor's pure hardware-aware default) so the UI can report what
|
|
18205
|
+
* will actually run — not a value that never reaches the live path.
|
|
18206
|
+
*/
|
|
18207
|
+
resetNodePipelineDefaults: method(z.object({ agentNodeId: z.string() }), z.object({
|
|
18208
|
+
success: z.literal(true),
|
|
18209
|
+
/** Hardware-aware default detection model now in effect on the node (null when unresolvable). */
|
|
18210
|
+
effectiveModelId: z.string().nullable(),
|
|
18211
|
+
/** Number of cameras whose node-scoped overrides were cleared. */
|
|
18212
|
+
clearedCameraOverrides: z.number()
|
|
18213
|
+
}), {
|
|
18214
|
+
kind: "mutation",
|
|
18215
|
+
auth: "admin"
|
|
18216
|
+
}),
|
|
18131
18217
|
/** Read one camera's settings. Null when never touched (inherits agent defaults fully). */
|
|
18132
18218
|
getCameraSettings: method(z.object({ deviceId: z.number() }), CameraPipelineSettingsSchema.nullable()),
|
|
18133
18219
|
/** Set or clear the 3-state toggle for one (camera, addonId). Pass `enabled: null` to clear and revert to agent default. */
|
|
@@ -18220,6 +18306,153 @@ var pipelineOrchestratorCapability = {
|
|
|
18220
18306
|
}
|
|
18221
18307
|
};
|
|
18222
18308
|
//#endregion
|
|
18309
|
+
//#region src/capabilities/server-management.cap.ts
|
|
18310
|
+
/**
|
|
18311
|
+
* server-management — per-NODE singleton capability for a node's ROOT
|
|
18312
|
+
* package lifecycle (runtime-updatable node packages, phase 2: hub + docker
|
|
18313
|
+
* agents).
|
|
18314
|
+
*
|
|
18315
|
+
* Each node's root package (`@camstack/server` on the hub, `@camstack/agent`
|
|
18316
|
+
* on agents) carries the whole software stack in its npm dep tree, so ONE
|
|
18317
|
+
* version describes the node. Updates install into
|
|
18318
|
+
* `<dataDir>/server-root/versions/<v>/` and apply on restart via the baked
|
|
18319
|
+
* starter (probation boot + auto-rollback to N-1).
|
|
18320
|
+
*
|
|
18321
|
+
* Providers:
|
|
18322
|
+
* - HUB: `ServerUpdateService` behind the `server-provided` mount
|
|
18323
|
+
* (`buildServerProviders` in trpc.router.ts) — the default target for
|
|
18324
|
+
* unpinned calls.
|
|
18325
|
+
* - AGENT: `AgentUpdateService` registered by the agent bootstrap under
|
|
18326
|
+
* the synthetic `agent-runtime` addonId and declared in the agent's
|
|
18327
|
+
* `$hub.registerNode` manifest.
|
|
18328
|
+
*
|
|
18329
|
+
* Node routing: singleton caps get the codegen/runtime-builder `nodeId`
|
|
18330
|
+
* injection on every method — `input.nodeId` (or `nodePin(nodeId)` from the
|
|
18331
|
+
* SDK) routes the call to that node's provider via the standard remote
|
|
18332
|
+
* proxy (`createCapabilityProxy` → `$agent-cap-fwd` → the agent's
|
|
18333
|
+
* in-process provider lookup). No `nodeId` → the hub's own provider.
|
|
18334
|
+
*
|
|
18335
|
+
* Spec: docs/superpowers/specs/2026-07-12-runtime-updatable-node-packages-design.md
|
|
18336
|
+
*/
|
|
18337
|
+
/**
|
|
18338
|
+
* Where the running hub's code was loaded from:
|
|
18339
|
+
* - `workspace` — dev checkout (tsx / workspace dist); the starter defers to
|
|
18340
|
+
* plain resolution and runtime updates are refused.
|
|
18341
|
+
* - `baked` — the immutable image seed closure (no data-dir root active).
|
|
18342
|
+
* - `data-root` — the runtime-updatable `<dataDir>/server-root` closure.
|
|
18343
|
+
*/
|
|
18344
|
+
var ServerBootModeSchema = z.enum([
|
|
18345
|
+
"workspace",
|
|
18346
|
+
"baked",
|
|
18347
|
+
"data-root"
|
|
18348
|
+
]);
|
|
18349
|
+
/**
|
|
18350
|
+
* Update lifecycle state:
|
|
18351
|
+
* - `idle` / `checking` / `staging` — steady / in-flight registry work.
|
|
18352
|
+
* - `pending-restart` — a version is staged and the node has NOT yet
|
|
18353
|
+
* restarted onto it (still running the OLD version).
|
|
18354
|
+
* - `awaiting-confirmation` — the node HAS restarted onto the staged version
|
|
18355
|
+
* (it is the active probation boot) and is waiting to confirm boot-health.
|
|
18356
|
+
* Apply/rollback are refused in this state and the node must NOT be
|
|
18357
|
+
* manually restarted, or the probation boot auto-rolls-back.
|
|
18358
|
+
*/
|
|
18359
|
+
var ServerUpdateStateSchema = z.enum([
|
|
18360
|
+
"idle",
|
|
18361
|
+
"checking",
|
|
18362
|
+
"staging",
|
|
18363
|
+
"pending-restart",
|
|
18364
|
+
"awaiting-confirmation"
|
|
18365
|
+
]);
|
|
18366
|
+
var ServerRollbackInfoSchema = z.object({
|
|
18367
|
+
/** The version that failed (or was manually rolled back). */
|
|
18368
|
+
fromVersion: z.string(),
|
|
18369
|
+
/** The version rolled back to; null = the baked seed. */
|
|
18370
|
+
toVersion: z.string().nullable(),
|
|
18371
|
+
atMs: z.number(),
|
|
18372
|
+
reason: z.string()
|
|
18373
|
+
});
|
|
18374
|
+
var ServerPackageStatusSchema = z.object({
|
|
18375
|
+
/** Root package name (`@camstack/server` on the hub). */
|
|
18376
|
+
packageName: z.string(),
|
|
18377
|
+
/** Version of the code the running process ACTUALLY loaded. */
|
|
18378
|
+
runningVersion: z.string().nullable(),
|
|
18379
|
+
/** Node.js runtime version the node's process runs on (`process.versions.node`). */
|
|
18380
|
+
nodeRuntimeVersion: z.string().nullable(),
|
|
18381
|
+
/** Active data-dir root version; null when booted from seed/workspace. */
|
|
18382
|
+
activeVersion: z.string().nullable(),
|
|
18383
|
+
/** N-1 version kept for rollback; null when no previous version exists. */
|
|
18384
|
+
previousVersion: z.string().nullable(),
|
|
18385
|
+
/** Version of the immutable baked seed closure (image fallback). */
|
|
18386
|
+
seedVersion: z.string().nullable(),
|
|
18387
|
+
/** Latest registry version from the most recent check (null = never checked). */
|
|
18388
|
+
latestVersion: z.string().nullable(),
|
|
18389
|
+
updateAvailable: z.boolean(),
|
|
18390
|
+
bootMode: ServerBootModeSchema,
|
|
18391
|
+
updateState: ServerUpdateStateSchema,
|
|
18392
|
+
/** Version staged + awaiting its probation boot, when one is pending. */
|
|
18393
|
+
pendingVersion: z.string().nullable(),
|
|
18394
|
+
/** Set when the last freshly-activated version failed its boot health-check. */
|
|
18395
|
+
rolledBack: ServerRollbackInfoSchema.nullable(),
|
|
18396
|
+
/**
|
|
18397
|
+
* True when `server-root/state.json` EXISTS but is unreadable/corrupt — the
|
|
18398
|
+
* hub is running from the baked seed (or workspace) while installed data-dir
|
|
18399
|
+
* versions are being IGNORED. Surfaced as a warning in the UI.
|
|
18400
|
+
*/
|
|
18401
|
+
stateFileCorrupt: z.boolean(),
|
|
18402
|
+
lastCheckedAtMs: z.number().nullable()
|
|
18403
|
+
});
|
|
18404
|
+
var ServerUpdateCheckResultSchema = z.object({
|
|
18405
|
+
packageName: z.string(),
|
|
18406
|
+
runningVersion: z.string().nullable(),
|
|
18407
|
+
latestVersion: z.string().nullable(),
|
|
18408
|
+
updateAvailable: z.boolean(),
|
|
18409
|
+
checkedAtMs: z.number(),
|
|
18410
|
+
/** Non-null when the registry lookup failed (offline, bad registry, …). */
|
|
18411
|
+
error: z.string().nullable()
|
|
18412
|
+
});
|
|
18413
|
+
var ServerUpdateActionResultSchema = z.object({
|
|
18414
|
+
accepted: z.boolean(),
|
|
18415
|
+
targetVersion: z.string().nullable(),
|
|
18416
|
+
/** True when a graceful restart was scheduled to apply the change. */
|
|
18417
|
+
restarting: z.boolean(),
|
|
18418
|
+
message: z.string()
|
|
18419
|
+
});
|
|
18420
|
+
var serverManagementCapability = {
|
|
18421
|
+
name: "server-management",
|
|
18422
|
+
scope: "system",
|
|
18423
|
+
mode: "singleton",
|
|
18424
|
+
methods: {
|
|
18425
|
+
getServerPackageStatus: method(z.void(), ServerPackageStatusSchema, { auth: "admin" }),
|
|
18426
|
+
checkServerUpdate: method(z.void(), ServerUpdateCheckResultSchema, {
|
|
18427
|
+
kind: "mutation",
|
|
18428
|
+
auth: "admin"
|
|
18429
|
+
}),
|
|
18430
|
+
applyServerUpdate: method(z.object({
|
|
18431
|
+
/** Explicit target version; omitted = latest from the registry. */
|
|
18432
|
+
version: z.string().optional() }), ServerUpdateActionResultSchema, {
|
|
18433
|
+
kind: "mutation",
|
|
18434
|
+
auth: "admin"
|
|
18435
|
+
}),
|
|
18436
|
+
rollbackServerUpdate: method(z.void(), ServerUpdateActionResultSchema, {
|
|
18437
|
+
kind: "mutation",
|
|
18438
|
+
auth: "admin"
|
|
18439
|
+
}),
|
|
18440
|
+
/**
|
|
18441
|
+
* Plain process restart of the node's root process — no version change.
|
|
18442
|
+
* The supervisor (docker restart policy / launchd / Electron main)
|
|
18443
|
+
* relaunches and the starter loads the SAME active version. Refused while
|
|
18444
|
+
* a stage is in flight or a version is already staged awaiting restart
|
|
18445
|
+
* (use apply/rollback instead, so the pending version is not skipped).
|
|
18446
|
+
*/
|
|
18447
|
+
restartServer: method(z.void(), ServerUpdateActionResultSchema, {
|
|
18448
|
+
kind: "mutation",
|
|
18449
|
+
auth: "admin"
|
|
18450
|
+
})
|
|
18451
|
+
},
|
|
18452
|
+
/** BIG PLAN 2: declarative mount hint — read by `@camstack/system` `buildCapRouters`. */
|
|
18453
|
+
mount: { kind: "server-provided" }
|
|
18454
|
+
};
|
|
18455
|
+
//#endregion
|
|
18223
18456
|
//#region src/capabilities/settings-store.cap.ts
|
|
18224
18457
|
/**
|
|
18225
18458
|
* Query filter for settings-store collections.
|
|
@@ -21133,6 +21366,16 @@ var TopologyCategorySchema = z.object({
|
|
|
21133
21366
|
healthy: z.number(),
|
|
21134
21367
|
addons: z.array(TopologyCategoryAddonSchema).readonly()
|
|
21135
21368
|
});
|
|
21369
|
+
/**
|
|
21370
|
+
* The node's runtime-updatable ROOT package (`@camstack/server` on the hub,
|
|
21371
|
+
* `@camstack/agent` on agents) as reported by its `registerNode` manifest —
|
|
21372
|
+
* version visibility for the Server management surface. Nullable: offline
|
|
21373
|
+
* rows and pre-phase-2 nodes report none.
|
|
21374
|
+
*/
|
|
21375
|
+
var TopologyRootPackageSchema = z.object({
|
|
21376
|
+
name: z.string(),
|
|
21377
|
+
version: z.string()
|
|
21378
|
+
});
|
|
21136
21379
|
var TopologyNodeSchema = z.object({
|
|
21137
21380
|
id: z.string(),
|
|
21138
21381
|
name: z.string(),
|
|
@@ -21156,7 +21399,8 @@ var TopologyNodeSchema = z.object({
|
|
|
21156
21399
|
status: z.string()
|
|
21157
21400
|
})).readonly(),
|
|
21158
21401
|
processes: z.array(TopologyProcessSchema).readonly(),
|
|
21159
|
-
categories: z.array(TopologyCategorySchema).readonly()
|
|
21402
|
+
categories: z.array(TopologyCategorySchema).readonly(),
|
|
21403
|
+
rootPackage: TopologyRootPackageSchema.nullable()
|
|
21160
21404
|
});
|
|
21161
21405
|
var CapUsageEdgeSchema = z.object({
|
|
21162
21406
|
callerAddonId: z.string(),
|
|
@@ -22661,6 +22905,7 @@ var CAPABILITY_NAMES = {
|
|
|
22661
22905
|
localNetwork: "local-network",
|
|
22662
22906
|
lockControl: "lock-control",
|
|
22663
22907
|
logDestination: "log-destination",
|
|
22908
|
+
loginMethod: "login-method",
|
|
22664
22909
|
mediaPlayer: "media-player",
|
|
22665
22910
|
meshNetwork: "mesh-network",
|
|
22666
22911
|
metricsProvider: "metrics-provider",
|
|
@@ -22696,6 +22941,7 @@ var CAPABILITY_NAMES = {
|
|
|
22696
22941
|
reboot: "reboot",
|
|
22697
22942
|
recording: "recording",
|
|
22698
22943
|
scriptRunner: "script-runner",
|
|
22944
|
+
serverManagement: "server-management",
|
|
22699
22945
|
settingsStore: "settings-store",
|
|
22700
22946
|
smoke: "smoke",
|
|
22701
22947
|
smtpProvider: "smtp-provider",
|
|
@@ -22720,6 +22966,7 @@ var CAPABILITY_NAMES = {
|
|
|
22720
22966
|
valve: "valve",
|
|
22721
22967
|
vibration: "vibration",
|
|
22722
22968
|
videoclips: "videoclips",
|
|
22969
|
+
viewerUi: "viewer-ui",
|
|
22723
22970
|
waterHeater: "water-heater",
|
|
22724
22971
|
weather: "weather",
|
|
22725
22972
|
webrtcSession: "webrtc-session",
|
|
@@ -23009,6 +23256,10 @@ var CAPABILITY_ROUTER_KEYS = [
|
|
|
23009
23256
|
key: "logDestination",
|
|
23010
23257
|
name: "log-destination"
|
|
23011
23258
|
},
|
|
23259
|
+
{
|
|
23260
|
+
key: "loginMethod",
|
|
23261
|
+
name: "login-method"
|
|
23262
|
+
},
|
|
23012
23263
|
{
|
|
23013
23264
|
key: "mediaPlayer",
|
|
23014
23265
|
name: "media-player"
|
|
@@ -23149,6 +23400,10 @@ var CAPABILITY_ROUTER_KEYS = [
|
|
|
23149
23400
|
key: "scriptRunner",
|
|
23150
23401
|
name: "script-runner"
|
|
23151
23402
|
},
|
|
23403
|
+
{
|
|
23404
|
+
key: "serverManagement",
|
|
23405
|
+
name: "server-management"
|
|
23406
|
+
},
|
|
23152
23407
|
{
|
|
23153
23408
|
key: "settingsStore",
|
|
23154
23409
|
name: "settings-store"
|
|
@@ -23245,6 +23500,10 @@ var CAPABILITY_ROUTER_KEYS = [
|
|
|
23245
23500
|
key: "videoclips",
|
|
23246
23501
|
name: "videoclips"
|
|
23247
23502
|
},
|
|
23503
|
+
{
|
|
23504
|
+
key: "viewerUi",
|
|
23505
|
+
name: "viewer-ui"
|
|
23506
|
+
},
|
|
23248
23507
|
{
|
|
23249
23508
|
key: "waterHeater",
|
|
23250
23509
|
name: "water-heater"
|
|
@@ -23350,6 +23609,7 @@ var ALL_CAPABILITY_DEFINITIONS = [
|
|
|
23350
23609
|
localNetworkCapability,
|
|
23351
23610
|
lockControlCapability,
|
|
23352
23611
|
logDestinationCapability,
|
|
23612
|
+
loginMethodCapability,
|
|
23353
23613
|
mediaPlayerCapability,
|
|
23354
23614
|
meshNetworkCapability,
|
|
23355
23615
|
metricsProviderCapability,
|
|
@@ -23385,6 +23645,7 @@ var ALL_CAPABILITY_DEFINITIONS = [
|
|
|
23385
23645
|
rebootCapability,
|
|
23386
23646
|
recordingCapability,
|
|
23387
23647
|
scriptRunnerCapability,
|
|
23648
|
+
serverManagementCapability,
|
|
23388
23649
|
settingsStoreCapability,
|
|
23389
23650
|
smokeCapability,
|
|
23390
23651
|
smtpProviderCapability,
|
|
@@ -23409,6 +23670,7 @@ var ALL_CAPABILITY_DEFINITIONS = [
|
|
|
23409
23670
|
valveCapability,
|
|
23410
23671
|
vibrationCapability,
|
|
23411
23672
|
videoclipsCapability,
|
|
23673
|
+
viewerUiCapability,
|
|
23412
23674
|
waterHeaterCapability,
|
|
23413
23675
|
weatherCapability,
|
|
23414
23676
|
webrtcSessionCapability,
|
|
@@ -25469,6 +25731,12 @@ var METHOD_ACCESS_MAP = Object.freeze({
|
|
|
25469
25731
|
addonId: null,
|
|
25470
25732
|
access: "create"
|
|
25471
25733
|
},
|
|
25734
|
+
"loginMethod.getLoginMethods": {
|
|
25735
|
+
capName: "login-method",
|
|
25736
|
+
capScope: "system",
|
|
25737
|
+
addonId: null,
|
|
25738
|
+
access: "view"
|
|
25739
|
+
},
|
|
25472
25740
|
"mediaPlayer.next": {
|
|
25473
25741
|
capName: "media-player",
|
|
25474
25742
|
capScope: "device",
|
|
@@ -26099,23 +26367,23 @@ var METHOD_ACCESS_MAP = Object.freeze({
|
|
|
26099
26367
|
addonId: null,
|
|
26100
26368
|
access: "create"
|
|
26101
26369
|
},
|
|
26102
|
-
"pipelineExecutor.
|
|
26370
|
+
"pipelineExecutor.clearDeviceOverrides": {
|
|
26103
26371
|
capName: "pipeline-executor",
|
|
26104
26372
|
capScope: "system",
|
|
26105
26373
|
addonId: null,
|
|
26106
26374
|
access: "delete"
|
|
26107
26375
|
},
|
|
26108
|
-
"pipelineExecutor.
|
|
26376
|
+
"pipelineExecutor.deleteModel": {
|
|
26109
26377
|
capName: "pipeline-executor",
|
|
26110
26378
|
capScope: "system",
|
|
26111
26379
|
addonId: null,
|
|
26112
26380
|
access: "delete"
|
|
26113
26381
|
},
|
|
26114
|
-
"pipelineExecutor.
|
|
26382
|
+
"pipelineExecutor.deleteTemplate": {
|
|
26115
26383
|
capName: "pipeline-executor",
|
|
26116
26384
|
capScope: "system",
|
|
26117
26385
|
addonId: null,
|
|
26118
|
-
access: "
|
|
26386
|
+
access: "delete"
|
|
26119
26387
|
},
|
|
26120
26388
|
"pipelineExecutor.downloadModel": {
|
|
26121
26389
|
capName: "pipeline-executor",
|
|
@@ -26261,12 +26529,6 @@ var METHOD_ACCESS_MAP = Object.freeze({
|
|
|
26261
26529
|
addonId: null,
|
|
26262
26530
|
access: "create"
|
|
26263
26531
|
},
|
|
26264
|
-
"pipelineExecutor.resetToDefault": {
|
|
26265
|
-
capName: "pipeline-executor",
|
|
26266
|
-
capScope: "system",
|
|
26267
|
-
addonId: null,
|
|
26268
|
-
access: "delete"
|
|
26269
|
-
},
|
|
26270
26532
|
"pipelineExecutor.runAudioTest": {
|
|
26271
26533
|
capName: "pipeline-executor",
|
|
26272
26534
|
capScope: "system",
|
|
@@ -26327,12 +26589,6 @@ var METHOD_ACCESS_MAP = Object.freeze({
|
|
|
26327
26589
|
addonId: null,
|
|
26328
26590
|
access: "create"
|
|
26329
26591
|
},
|
|
26330
|
-
"pipelineOrchestrator.assignDecoder": {
|
|
26331
|
-
capName: "pipeline-orchestrator",
|
|
26332
|
-
capScope: "system",
|
|
26333
|
-
addonId: null,
|
|
26334
|
-
access: "create"
|
|
26335
|
-
},
|
|
26336
26592
|
"pipelineOrchestrator.assignPipeline": {
|
|
26337
26593
|
capName: "pipeline-orchestrator",
|
|
26338
26594
|
capScope: "system",
|
|
@@ -26411,18 +26667,6 @@ var METHOD_ACCESS_MAP = Object.freeze({
|
|
|
26411
26667
|
addonId: null,
|
|
26412
26668
|
access: "view"
|
|
26413
26669
|
},
|
|
26414
|
-
"pipelineOrchestrator.getDecoderAssignment": {
|
|
26415
|
-
capName: "pipeline-orchestrator",
|
|
26416
|
-
capScope: "system",
|
|
26417
|
-
addonId: null,
|
|
26418
|
-
access: "view"
|
|
26419
|
-
},
|
|
26420
|
-
"pipelineOrchestrator.getDecoderAssignments": {
|
|
26421
|
-
capName: "pipeline-orchestrator",
|
|
26422
|
-
capScope: "system",
|
|
26423
|
-
addonId: null,
|
|
26424
|
-
access: "view"
|
|
26425
|
-
},
|
|
26426
26670
|
"pipelineOrchestrator.getGlobalMetrics": {
|
|
26427
26671
|
capName: "pipeline-orchestrator",
|
|
26428
26672
|
capScope: "system",
|
|
@@ -26471,6 +26715,12 @@ var METHOD_ACCESS_MAP = Object.freeze({
|
|
|
26471
26715
|
addonId: null,
|
|
26472
26716
|
access: "delete"
|
|
26473
26717
|
},
|
|
26718
|
+
"pipelineOrchestrator.resetNodePipelineDefaults": {
|
|
26719
|
+
capName: "pipeline-orchestrator",
|
|
26720
|
+
capScope: "system",
|
|
26721
|
+
addonId: null,
|
|
26722
|
+
access: "delete"
|
|
26723
|
+
},
|
|
26474
26724
|
"pipelineOrchestrator.resolvePipeline": {
|
|
26475
26725
|
capName: "pipeline-orchestrator",
|
|
26476
26726
|
capScope: "system",
|
|
@@ -26543,12 +26793,6 @@ var METHOD_ACCESS_MAP = Object.freeze({
|
|
|
26543
26793
|
addonId: null,
|
|
26544
26794
|
access: "create"
|
|
26545
26795
|
},
|
|
26546
|
-
"pipelineOrchestrator.unassignDecoder": {
|
|
26547
|
-
capName: "pipeline-orchestrator",
|
|
26548
|
-
capScope: "system",
|
|
26549
|
-
addonId: null,
|
|
26550
|
-
access: "create"
|
|
26551
|
-
},
|
|
26552
26796
|
"pipelineOrchestrator.unassignPipeline": {
|
|
26553
26797
|
capName: "pipeline-orchestrator",
|
|
26554
26798
|
capScope: "system",
|
|
@@ -26855,6 +27099,36 @@ var METHOD_ACCESS_MAP = Object.freeze({
|
|
|
26855
27099
|
addonId: null,
|
|
26856
27100
|
access: "create"
|
|
26857
27101
|
},
|
|
27102
|
+
"serverManagement.applyServerUpdate": {
|
|
27103
|
+
capName: "server-management",
|
|
27104
|
+
capScope: "system",
|
|
27105
|
+
addonId: null,
|
|
27106
|
+
access: "create"
|
|
27107
|
+
},
|
|
27108
|
+
"serverManagement.checkServerUpdate": {
|
|
27109
|
+
capName: "server-management",
|
|
27110
|
+
capScope: "system",
|
|
27111
|
+
addonId: null,
|
|
27112
|
+
access: "create"
|
|
27113
|
+
},
|
|
27114
|
+
"serverManagement.getServerPackageStatus": {
|
|
27115
|
+
capName: "server-management",
|
|
27116
|
+
capScope: "system",
|
|
27117
|
+
addonId: null,
|
|
27118
|
+
access: "view"
|
|
27119
|
+
},
|
|
27120
|
+
"serverManagement.restartServer": {
|
|
27121
|
+
capName: "server-management",
|
|
27122
|
+
capScope: "system",
|
|
27123
|
+
addonId: null,
|
|
27124
|
+
access: "create"
|
|
27125
|
+
},
|
|
27126
|
+
"serverManagement.rollbackServerUpdate": {
|
|
27127
|
+
capName: "server-management",
|
|
27128
|
+
capScope: "system",
|
|
27129
|
+
addonId: null,
|
|
27130
|
+
access: "create"
|
|
27131
|
+
},
|
|
26858
27132
|
"settingsStore.count": {
|
|
26859
27133
|
capName: "settings-store",
|
|
26860
27134
|
capScope: "system",
|
|
@@ -27719,6 +27993,18 @@ var METHOD_ACCESS_MAP = Object.freeze({
|
|
|
27719
27993
|
addonId: null,
|
|
27720
27994
|
access: "view"
|
|
27721
27995
|
},
|
|
27996
|
+
"viewerUi.getStaticDir": {
|
|
27997
|
+
capName: "viewer-ui",
|
|
27998
|
+
capScope: "system",
|
|
27999
|
+
addonId: null,
|
|
28000
|
+
access: "view"
|
|
28001
|
+
},
|
|
28002
|
+
"viewerUi.getVersion": {
|
|
28003
|
+
capName: "viewer-ui",
|
|
28004
|
+
capScope: "system",
|
|
28005
|
+
addonId: null,
|
|
28006
|
+
access: "view"
|
|
28007
|
+
},
|
|
27722
28008
|
"waterHeater.setAway": {
|
|
27723
28009
|
capName: "water-heater",
|
|
27724
28010
|
capScope: "device",
|
|
@@ -27907,6 +28193,7 @@ var KNOWN_CAP_NAMES = [
|
|
|
27907
28193
|
"local-network",
|
|
27908
28194
|
"lock-control",
|
|
27909
28195
|
"log-destination",
|
|
28196
|
+
"login-method",
|
|
27910
28197
|
"media-player",
|
|
27911
28198
|
"mesh-network",
|
|
27912
28199
|
"metrics-provider",
|
|
@@ -27938,6 +28225,7 @@ var KNOWN_CAP_NAMES = [
|
|
|
27938
28225
|
"reboot",
|
|
27939
28226
|
"recording",
|
|
27940
28227
|
"script-runner",
|
|
28228
|
+
"server-management",
|
|
27941
28229
|
"settings-store",
|
|
27942
28230
|
"smtp-provider",
|
|
27943
28231
|
"snapshot",
|
|
@@ -27958,6 +28246,7 @@ var KNOWN_CAP_NAMES = [
|
|
|
27958
28246
|
"vacuum-control",
|
|
27959
28247
|
"valve",
|
|
27960
28248
|
"videoclips",
|
|
28249
|
+
"viewer-ui",
|
|
27961
28250
|
"water-heater",
|
|
27962
28251
|
"webrtc-session",
|
|
27963
28252
|
"zone-analytics",
|
|
@@ -28050,6 +28339,7 @@ var SYSTEM_CAP_NAMES = [
|
|
|
28050
28339
|
"integrations",
|
|
28051
28340
|
"local-network",
|
|
28052
28341
|
"log-destination",
|
|
28342
|
+
"login-method",
|
|
28053
28343
|
"mesh-network",
|
|
28054
28344
|
"metrics-provider",
|
|
28055
28345
|
"model-convert",
|
|
@@ -28066,6 +28356,7 @@ var SYSTEM_CAP_NAMES = [
|
|
|
28066
28356
|
"plate-gallery",
|
|
28067
28357
|
"platform-probe",
|
|
28068
28358
|
"recording",
|
|
28359
|
+
"server-management",
|
|
28069
28360
|
"settings-store",
|
|
28070
28361
|
"smtp-provider",
|
|
28071
28362
|
"sso-bridge",
|
|
@@ -28077,7 +28368,8 @@ var SYSTEM_CAP_NAMES = [
|
|
|
28077
28368
|
"toast",
|
|
28078
28369
|
"turn-provider",
|
|
28079
28370
|
"user-management",
|
|
28080
|
-
"user-passkeys"
|
|
28371
|
+
"user-passkeys",
|
|
28372
|
+
"viewer-ui"
|
|
28081
28373
|
];
|
|
28082
28374
|
//#endregion
|
|
28083
28375
|
//#region src/generated/scope-presets.ts
|
|
@@ -28634,4 +28926,4 @@ function scoreRuntimes(hw) {
|
|
|
28634
28926
|
};
|
|
28635
28927
|
}
|
|
28636
28928
|
//#endregion
|
|
28637
|
-
export { ACCESSORY_LABEL, ALL_CAPABILITY_DEFINITIONS, APPLE_SA_TO_MACRO, AUDIO_BACKEND_CHOICES, AUDIO_MACRO_LABELS, AccessoriesStatusSchema, AccessoryKind, AddBrokerInputSchema, AddonAutoUpdateSchema, AddonListItemSchema, AddonPageDeclarationSchema, AddonPageInfoSchema, AdoptInputSchema as AdoptionAdoptInputSchema, AdoptResultSchema as AdoptionAdoptResultSchema, AdoptionFilterSchema, GetCandidateInputSchema as AdoptionGetCandidateInputSchema, ListCandidatesInputSchema as AdoptionListCandidatesInputSchema, ListCandidatesOutputSchema as AdoptionListCandidatesOutputSchema, ReleaseInputSchema as AdoptionReleaseInputSchema, AdoptionStatusSchema, AgentLoadSummarySchema, AirQualitySensorStatusSchema, AlarmArmModeSchema, AlarmPanelStatusSchema, AlarmStateSchema, AlertSchema, AlertSeveritySchema, AlertSourceSchema, AlertStatusSchema, AmbientLightSensorStatusSchema, ApiKeyRecordSchema, ApiKeySummarySchema, ArchiveEntrySchema, ArchiveManifestSchema, AttachmentMediaTypeSchema, AttachmentSchema, AudioAnalysisResultSchema, AudioAnalysisSettingsSchema, AudioChunkInputSchema, AudioClassSummarySchema, AudioClassificationLabelSchema, AudioClassificationResultSchema, AudioCodecInfoSchema, AudioDecodeSessionConfigSchema, AudioEncodeSchema, AudioEncodeSessionConfigSchema, AudioEncodedChunkSchema, AudioEventSchema, AudioLevelSchema, AudioMetricsHistoryPointSchema, AudioMetricsHistorySchema, AudioMetricsSnapshotSchema, AudioPcmChunkSchema, AuthResultSchema, AutoUpdateSettingsSchema, AutomationControlStatusSchema, AvailableIntegrationTypeSchema, BACKEND_TO_FORMAT, BATTERY_DEVICE_PROFILE, BacklightModeSchema, BackupDestinationInfoSchema, BackupEntrySchema, BaseAddon, BaseDevice, BaseDeviceProvider, BatteryStatusSchema, BinaryStatusSchema, BoundingBoxSchema, BrightnessStatusSchema, AddInputSchema as BrokerAddInputSchema, BrokerAudioClientSchema, BrokerClientsSchema, BrokerConnectionDetailsSchema, BrokerConsumerAttributionSchema, BrokerConsumerKindSchema, BrokerDecodedClientSchema, BrokerEncodedClientSchema, GetStateInputSchema as BrokerGetStateInputSchema, BrokerInfoSchema, BrokerProviderInfoSchema, PublishInputSchema as BrokerPublishInputSchema, RegistryStatusSchema as BrokerRegistryStatusSchema, BrokerRtspClientSchema, BrokerStatsSchema, BrokerStatusEnum, BrokerStatusSchema, SubscribeInputSchema as BrokerSubscribeInputSchema, SubscribeResultSchema as BrokerSubscribeResultSchema, TestConnectionResultSchema as BrokerTestConnectionResultSchema, UnsubscribeInputSchema as BrokerUnsubscribeInputSchema, CAM_PROFILE_ORDER, CAPABILITY_NAMES, CAPABILITY_ROUTER_KEYS, CAP_NAMES_WITH_STATUS, CAP_NODE_PIN_CONTEXT_KEY, CAP_PROVIDER_KIND_MAP, COCO_80_LABELS, COCO_TO_MACRO, CamProfileSchema, CamStreamDescriptorSchema, CamStreamKindSchema, CamStreamResolutionSchema, CameraAssignmentStatusSchema, CameraAudioStatusSchema, CameraBrokerProfileSchema, CameraBrokerStatusSchema, CameraCredentialsSchema, CameraCredentialsStatusSchema, CameraDecoderShmSchema, CameraDecoderStatusSchema, CameraDetectionPhaseSchema, CameraDetectionProvisioningSchema, CameraDetectionProvisioningStateSchema, CameraDetectionStatusSchema, CameraMetricsSchema, CameraMetricsWithDeviceIdSchema, CameraMotionStatusSchema, CameraRecordingModeSchema, CameraRecordingStatusSchema, CameraSourceStatusSchema, CameraSourceStreamSchema, CameraStatusSchema, CameraStreamSchema, CandidateQueryFilterSchema, CapScopeSchema, CapabilityBindingsSchema, CarbonMonoxideStatusSchema, ChargingStatus, ClientNetworkStatsSchema, ClimateControlStatusSchema, ClipPlaybackSchema, ClipSchema, ClusterAddonNodeDeploymentSchema, ClusterAddonStatusEntrySchema, CollectionColumnSchema, CollectionIndexSchema, ColorStatusSchema, ConfigEntrySchema, ConfigSectionWithValuesSchema, ConfigTabDeclarationSchema, ConnectivityStatusSchema, ConsumableItemSchema, ConsumablesStatusSchema, ContactStatusSchema, ControlKindSchema, ControlStatusSchema, ConvertArtifactSchema, ConvertResultSchema, ConvertTargetSchema, CoverStateSchema, CoverStatusSchema, CreateApiKeyInputSchema, CreateApiKeyResultSchema, CreateIntegrationInputSchema, CreateScopedTokenInputSchema, CreateScopedTokenResultSchema, CreateUserInputSchema, CustomActionInputSchema, CustomModelDescriptorSchema, DATAPLANE_SECRET_HEADER, DEFAULT_ADDON_PLACEMENT, DEFAULT_AUDIO_ANALYZER_CONFIG, DEFAULT_DECODER_HWACCEL_CONFIG, DEFAULT_FEATURES, DEFAULT_RETENTION, DEVICE_CAP_NAMES, DEVICE_PROFILES, DEVICE_SETTINGS_CONTRIBUTION_METHODS, DEVICE_STATUS_METHOD, DEVICE_TYPE_INFO, DayNightModeSchema, DayNightOptionsSchema, DayNightSettingsPatchSchema, DayNightStatusSchema, DecodedAudioChunkSchema, DecodedFrameSchema, DecoderAssignmentSchema, DecoderSessionConfigSchema, DecoderStatsSchema, DeleteIntegrationResultSchema, DetectionSourceSchema, DetectorOutputSchema, DeviceCodeSeveritySchema, DeviceConfig, DeviceDiscoveryStatusSchema, ExposeInputSchema as DeviceExportExposeInputSchema, DeviceExportStatusSchema, UnexposeInputSchema as DeviceExportUnexposeInputSchema, DeviceFeature, DeviceInfoSchema, DeviceNetworkStatsSchema, DeviceRole, DeviceRuntimeState, DeviceStatusSchema, DeviceType, DiscoveredChildDeviceSchema, DiscoveredChildStatusSchema, DiscoveredDeviceSchema, DiscoveredTargetSchema, DisposerChain, DoorbellPressEventSchema, DoorbellStatusSchema, EVENT_PAD_MS, EXPRESSION_BUILTINS, EXPRESSION_BUILTIN_NAMES, EXPRESSION_COMPILE_CACHE_CAPACITY, EXPRESSION_IDENTIFIER_RE, EXPRESSION_INJECTED_NOW, ElementConfigStore, EmbeddingInfoSchema, EmbeddingResultSchema, EncodeProfileSchema, EncodedPacketSchema, EnrichedWidgetMetadataSchema, EnumSensorDateTimeFormatSchema, EnumSensorStatusSchema, EventCategory, EventEmitterStatusSchema, EventFireSchema, EventItemSchema, EventKindSchema, EventSourceType, ExportSetupFieldSchema, ExportSetupSchema, ExposedDeviceSchema, ExposureModeSchema, ExpressionEvalError, ExpressionParseError, FanControlStatusSchema, FanDirectionSchema, FeatureManifestSchema, FeatureProbeStatusSchema, FloodStatusSchema, FrameHandleFormatSchema, FrameHandleSchema, FrameInputSchema, GasStatusSchema, GetStreamWithCodecInputSchema, GlobalMetricsSchema, HF_BASE_URL, HF_REPO, HWACCEL_OPTIONS, HealthStatusSchema, HistoryPointSchema, HistoryResolutionEnum, HumidifierStatusSchema, HumiditySensorStatusSchema, HvacModeSchema, ImageRotateSchema, ImageSettingsOptionsSchema, ImageSettingsPatchSchema, ImageSettingsStatusSchema, ImageStatusSchema, IngestOwnerSchema, InstalledPackageSchema, IntegrationLiteSchema, IntegrationWithStateSchema, IntercomAbilitySchema, IntercomStatusSchema, KNOWN_CAP_NAMES, LabelDefinitionSchema, LawnMowerActivitySchema, LawnMowerControlStatusSchema, LocateSegmentResultSchema, LocationStatSchema, LockControlStatusSchema, LockStateSchema, LogEntrySchema, LogLevelSchema, LogStreamEntrySchema, MACRO_LABELS, MAX_EXPRESSION_AST_NODES, MAX_EXPRESSION_BINDINGS, MAX_EXPRESSION_CALL_ARGS, MAX_EXPRESSION_EVAL_STEPS, MAX_EXPRESSION_SOURCE_LENGTH, METHOD_ACCESS_MAP, MODEL_FORMATS, MaskGridDimsSchema, MaskGridShapeSchema, MaskLineShapeSchema, MaskPointSchema, MaskPolygonShapeSchema, MaskPolygonVerticesSchema, MaskRectShapeSchema, MaskShapeKindSchema, MaskShapeSchema, MediaFileSchema, MediaPlayerRepeatSchema, MediaPlayerStateSchema, MediaPlayerStatusSchema, MeshPeerSchema, MeshStatusSchema, MethodAccessSchema, ModelCatalogEntrySchema, ModelConvertInputSchema, ModelConvertMetadataSchema, ModelDistributeInputSchema, ModelDistributeResultSchema, ModelExtraFileSchema, ModelFormatEntrySchema, ModelFormatsSchema, ModelSubstitutionSchema, ModelVariantGroupSchema, MotionAnalysisResultSchema, MotionEventSchema, MotionOnMotionChangedDataSchema, MotionRegionSchema, MotionSourceEnum, MotionSourcesSchema, MotionStatusSchema, MotionTriggerRuntimeStateSchema, MotionTriggerStatusSchema, MotionZoneOptionsSchema, MotionZonePatchSchema, MotionZoneRegionSchema, MotionZoneStatusSchema, StatusSchema as MqttBrokerStatusSchema, NativeDetectionSchema, NativeObjectClassEnum, NativeObjectDetectionRuntimeStateSchema, NativeObjectDetectionStatusSchema, NetworkAccessStatusSchema, NetworkAddressSchema, NetworkEndpointSchema, NotificationActionSchema, NotificationFormatSchema, NotificationHistoryEntrySchema, NotificationRuleSchema, NotificationSchema, NotifierStatusSchema, NumericSensorStatusSchema, OauthIntegrationDescriptorSchema, ObjectEventSchema, OrchestratorMetricsSchema, OsdOverlayKindEnum, OsdOverlayPatchSchema, OsdOverlaySchema, OsdPositionEnum, OsdStatusSchema, PET_FEEDER_MANUAL_FEED_MAX, PET_FEEDER_MANUAL_FEED_MIN, PIPELINE_FLOW_CAPABILITY_NAMES, PIPELINE_OWNER_CAPABILITY_NAMES, PROVIDER_KIND_CAP_NAMES, PYTHON_SCRIPT, PackageUpdateSchema, PackageVersionInfoSchema, PasskeySummarySchema, PcmSampleFormatSchema, PerScopeBreakdownSchema, PetFeederStatusSchema, PickStreamPreferencesSchema, PickStreamRequirementsSchema, PickedCamStreamSchema, PipelineAssignmentSchema, PipelineDefaultStepSchema, PipelineEngineChoiceSchema, PipelineRunResultBridge, PipelineStepInputSchema, PipelineValidationIssueSchema, PipelineValidationResultSchema, PlaceholderReasonSchema, PolygonPointSchema, PowerMeterStatusSchema, PresenceStatusSchema, PressureSensorStatusSchema, PrivacyMaskOptionsSchema, PrivacyMaskPatchSchema, PrivacyMaskRegionSchema, PrivacyMaskShapeSchema, PrivacyMaskStatusSchema, ProfileRtspEntrySchema, ProfileSlotSchema, ProfileSlotStatusSchema, ProviderStatusSchema, PtzAutotrackRuntimeStateSchema, PtzAutotrackSettingsSchema, PtzAutotrackStatusSchema, PtzAutotrackTargetOptionSchema, PtzMoveCommandSchema, PtzPositionSchema, PtzPresetSchema, PtzStatusSchema, QueryFilterSchema, REACHABILITY_FAILURES_TO_OFFLINE, REACHABILITY_POLL_INTERVAL_MS, REACHABILITY_PROBE_TIMEOUT_MS, RECOGNITION_TYPES, RESERVED_BINDING_NAMES, RUNTIME_DEFAULTS, RUNTIME_TO_FORMAT, RawStateResultSchema, ReadSegmentBytesResultSchema, ReadinessRegistry, ReadinessTimeoutError, RecordingAvailabilitySchema, RecordingBandModeSchema, RecordingBandSchema, RecordingBandTriggersSchema, RecordingConfigSchema, RecordingDaysSchema, RecordingDeviceUsageSchema, RecordingLocationUsageSchema, RecordingManifestSchema, RecordingModeSchema, RecordingRangeSchema, RecordingRetentionSchema, RecordingRuleSchema, RecordingScheduleSchema, RecordingStatusSchema, RecordingStorageModeSchema, RecordingStorageUsageSchema, RecordingTriggersSchema, RecordingWeekdaySchema, RenderedAsSchema, ReportMotionInputSchema, RingBuffer, RtpSourceSchema, RtspRestreamEntrySchema, RunnerCameraConfigSchema, RunnerCameraDeviceUIFields, RunnerFrameSourceSchema, RunnerLocalLoadSchema, RunnerLocalMetricsSchema, SCOPE_PRESETS, SOURCE_INFO_METADATA_KEY, STREAM_PROFILE_META, STREAM_QUALITY_LABELS, SUB_DETECTION_TYPES, SYSTEM_CAP_NAMES, ScopedTokenSchema, ScopedTokenSummarySchema, ScoredObjectEventSchema, ScriptRunnerStatusSchema, SearchResultSchema, SendEmailInputSchema, SendEmailResultSchema, SendResultSchema, SettingsPatchSchema, SettingsRecordSchema, SettingsSchemaWithValuesSchema, SettingsUpdateResultSchema, ShmRingStatsSchema, SmokeStatusSchema, SmtpStatusSchema, SnapshotImageSchema, SourceInfoSchema, SpatialDetectionSchema, SsoBridgeClaimsSchema, StartEmbeddedInputSchema, AbortUploadInputSchema as StorageAbortUploadInputSchema, BeginDownloadInputSchema as StorageBeginDownloadInputSchema, BeginDownloadResultSchema as StorageBeginDownloadResultSchema, BeginUploadInputSchema as StorageBeginUploadInputSchema, BeginUploadResultSchema as StorageBeginUploadResultSchema, EndDownloadInputSchema as StorageEndDownloadInputSchema, FinalizeUploadInputSchema as StorageFinalizeUploadInputSchema, StorageLocationDeclarationSchema, StorageLocationRefSchema, StorageLocationSchema, StorageLocationTypeSchema, ProviderInfoSchema as StorageProviderInfoSchema, ReadChunkInputSchema as StorageReadChunkInputSchema, TestLocationResultSchema as StorageTestLocationResultSchema, WriteChunkInputSchema as StorageWriteChunkInputSchema, StreamCodecSchema, StreamFormatSchema, StreamNetworkStatsSchema, StreamParamsOptionsSchema, StreamParamsStatusSchema, StreamProfileConfigSchema, StreamProfileOptionsSchema, StreamProfilePatchSchema, StreamProfileSchema, StreamSourceEntrySchema, StreamSourceSchema, SubscribeAudioChunksInputSchema, SubscribeAudioChunksResultSchema, SubscribeFramesInputSchema, SubscribeFramesResultSchema, SwitchStatusSchema, SystemMetricsSchema, SystemMirror, TIMEZONES, TamperStatusSchema, TankStatusSchema, TargetKindCapsSchema, TargetKindLevelSchema, TargetKindSchema, TargetSchema, TemperatureSensorStatusSchema, TestConnectionResultSchema$1 as TestConnectionResultSchema, TestResultSchema, ToastSchema, TokenScopeSchema, TopologyNodeSchema, TopologyProcessSchema, TopologyServiceSchema, TrackSchema, TrackStateSchema, TrackedDetectionSchema, TurnServerSchema, UNIT_TABLE, BrokerInfoSchema$1 as UnifiedBrokerInfoSchema, UnitConversionError, UpdateIntegrationInputSchema, UpdateStatusSchema, UpdateUserInputSchema, UserRecordSchema, UserSummarySchema, VacuumControlStatusSchema, VacuumStateSchema, ValveStateSchema, ValveStatusSchema, VibrationStatusSchema, VideoEncodeSchema, WELL_KNOWN_TABS, WELL_KNOWN_TAB_MAP, WaterHeaterStatusSchema, WeatherStatusSchema, WebrtcStreamChoiceSchema, WebrtcStreamTargetSchema, WhiteBalanceModeSchema, WidgetHostEnum, WidgetMetadataSchema, WidgetRemoteSchema, WidgetSizeEnum, YAMNET_TO_MACRO, ZoneKindEnum, ZoneRuleModeEnum, ZoneRuleSchema, ZoneRuleStageEnum, ZoneRulesArraySchema, ZoneSchema, ZoneScopeBreakdownSchema, accessoriesCapability, accessoryStableId, addonPagesCapability, addonPagesSourceCapability, addonRoutesCapability, addonSettingsCapability, addonWidgetsCapability, addonWidgetsSourceCapability, addonsCapability, adminUiCapability, advancedNotifierCapability, airQualitySensorCapability, alarmPanelCapability, alertsCapability, ambientLightSensorCapability, applyTransform, asBoolean, asJsonArray, asJsonObject, asNumber, asString, audioAnalysisCapability, audioAnalyzerCapability, audioCodecCapability, audioMetricsCapability, authProviderCapability, autoAssignProfiles, automationControlCapability, backupCapability, batteryCapability, bestLocationMatch, binaryCapability, bindAddonActions, brightnessCapability, brokerCapability, buildAddonRouteProvider, buildModelVariantGroups, buildStreamParamsConfigSchema, buttonCapability, cameraCredentialsCapability, cameraPipelineConfigCapability, cameraStreamsCapability, canConvertUnit, carbonMonoxideCapability, cellsToRects, classifyStream, classifyStreams, climateControlCapability, colorCapability, compileExpression, compileExpressionSafe, connectivityCapability, consumablesCapability, contactCapability, controlCapability, convertUnit, cosineSimilarity, coverCapability, createDeviceProxy, createDurableState, createEvent, createExpressionScope, createLazyTrpcSource, createMirrorSource, createRuntimeStateBridge, createSliceHandle, createSystemProxy, customAction, customModelRegistryCapability, dayNightCapability, decoderCapability, defaultDeviceFor, defineCustomActions, describeModelVariant, detectionPipelineCapability, deviceAdoptionCapability, deviceCustomAction, deviceDiscoveryCapability, deviceExportCapability, deviceManagerCapability, deviceMatchesProfile, deviceOpsCapability, deviceProviderCapability, deviceStateCapability, deviceStatusCapability, doorbellCapability, embeddingEncoderCapability, emitDownForOwnedCaps, emitReadiness, encodeProfileFromStreamShape, enumSensorCapability, enumerateItemArrayFields, enumerateSchemaFields, errMsg, evaluateAst, evaluateLinkExpression, evaluateZoneRules, event, eventEmitterCapability, eventsCapability, expandCapMethods, extractSourceInfoFromMetadata, faceGalleryCapability, fanControlCapability, featureProbeCapability, filesystemBrowseCapability, findTimezone, floodCapability, formatForBackend, formatForRuntime, frameworkSwapConfirmSchema, frameworkSwapPackageSchema, gasCapability, getAudioMacroClassIds, getByPath, getCapsByProviderKind, hfModelUrl, htmlToText, humidifierCapability, humiditySensorCapability, hydrateSchema, imageCapability, imageSettingsCapability, integrationsCapability, intercomCapability, isAgentOnlyPlacement, isArrayOutputSchema, isDeployableToAgent, isDeviceConfigCap, isEvent, isObjectInput, isVoidInput, jobKindSchema, kebabToCamel, lawnMowerControlCapability, lifecycleJobSchema, lifecycleJobScopeSchema, lifecycleJobStateSchema, lifecycleTaskSchema, localNetworkCapability, locationSimilarity, lockControlCapability, logDestinationCapability, looseSchema, makeProfileBrokerId, makeSourceBrokerId, mapAudioLabelToMacro, markdownToHtmlLite, markdownToText, maskUrlCredentials, mediaPlayerCapability, mergeSourceInfo, meshNetworkCapability, method, metricsProviderCapability, migrateConfigToBands, modelConvertCapability, modelDistributorCapability, modelFormatForRuntime, motionCapability, motionDetectionCapability, motionTriggerCapability, motionZonesCapability, mqttBrokerCapability, nativeObjectDetectionCapability, networkAccessCapability, networkQualityCapability, nodePin, nodesCapability, normalizeAddonInitResult, normalizeUnit, notificationOutputCapability, notifierCapability, numericSensorCapability, oauthIntegrationCapability, osdCapability, parseCameraStreamConfig, parseExpression, parseJsonArray, parseJsonObject, parseJsonUnknown, parseProfileBrokerId, parseStreamParamsFormPatch, pendingFrameworkSwapSchema, petFeederCapability, pickPreferredRtspEntry, pipelineAnalyticsCapability, pipelineExecutorCapability, pipelineOrchestratorCapability, pipelineRunnerCapability, plateGalleryCapability, platformProbeCapability, powerMeterCapability, prepareNotification, presenceCapability, pressureSensorCapability, privacyMaskCapability, procedureAuthKey, ptzAutotrackCapability, ptzCapability, pythonScriptForBackend, readNodePin, readinessKey, rebootCapability, recordingCapability, rectsToCells, requiresPython, resolveAddonExecution, resolveAddonGroup, resolveAddonPlacement, resolveAddonRuntime, resolveCapMount, resolveDetectionRuntime, resolveDeviceProfile, resolveFormat, resolveModelFormat, resolveRunnerId, resolveVariantModelId, runInferenceStep, runtimeDevices, scopeKey, scoreRuntimes, scriptRunnerCapability, selectAssignedProfileSlots, setByPath, settingsStoreCapability, sleep, sleepCancellable, smokeCapability, smtpProviderCapability, snapshotCapability, ssoBridgeCapability, startReachabilityPoll, storageCapability, storageEvictableCapability, storageProviderCapability, streamBrokerCapability, streamCatalogCapability, streamParamsCapability, streamPixels, streamQualityLabel, supportedRuntimes, switchCapability, synthesizeSourceInfo, systemCapability, tamperCapability, taskLogEntrySchema, taskPhaseSchema, taskTargetSchema, temperatureSensorCapability, textToHtml, toDeviceSummary, toExpressionValue, toStreamSourceEntry, toastCapability, tokenize, transcodeBody, tryConvertUnit, turnProviderCapability, unitDimension, unitsForDimension, updateCapability, userManagementCapability, userPasskeysCapability, vacuumControlCapability, validateExpressionSource, valveCapability, vibrationCapability, videoclipsCapability, waterHeaterCapability, weatherCapability, webrtcClientHintsSchema, webrtcSessionCapability, wiringAddonHealthSchema, wiringHealthSnapshotSchema, wiringNodeHealthSchema, wiringProbeKindSchema, wiringProbeResultSchema, zodEntriesToConfigUI, zoneAnalyticsCapability, zoneRulesCapability, zonesCapability };
|
|
28929
|
+
export { ACCESSORY_LABEL, ALL_CAPABILITY_DEFINITIONS, APPLE_SA_TO_MACRO, AUDIO_BACKEND_CHOICES, AUDIO_MACRO_LABELS, AccessoriesStatusSchema, AccessoryKind, AddBrokerInputSchema, AddonAutoUpdateSchema, AddonListItemSchema, AddonPageDeclarationSchema, AddonPageInfoSchema, AdoptInputSchema as AdoptionAdoptInputSchema, AdoptResultSchema as AdoptionAdoptResultSchema, AdoptionFilterSchema, GetCandidateInputSchema as AdoptionGetCandidateInputSchema, ListCandidatesInputSchema as AdoptionListCandidatesInputSchema, ListCandidatesOutputSchema as AdoptionListCandidatesOutputSchema, ReleaseInputSchema as AdoptionReleaseInputSchema, AdoptionStatusSchema, AgentLoadSummarySchema, AirQualitySensorStatusSchema, AlarmArmModeSchema, AlarmPanelStatusSchema, AlarmStateSchema, AlertSchema, AlertSeveritySchema, AlertSourceSchema, AlertStatusSchema, AmbientLightSensorStatusSchema, ApiKeyRecordSchema, ApiKeySummarySchema, ArchiveEntrySchema, ArchiveManifestSchema, AttachmentMediaTypeSchema, AttachmentSchema, AudioAnalysisResultSchema, AudioAnalysisSettingsSchema, AudioChunkInputSchema, AudioClassSummarySchema, AudioClassificationLabelSchema, AudioClassificationResultSchema, AudioCodecInfoSchema, AudioDecodeSessionConfigSchema, AudioEncodeSchema, AudioEncodeSessionConfigSchema, AudioEncodedChunkSchema, AudioEventSchema, AudioLevelSchema, AudioMetricsHistoryPointSchema, AudioMetricsHistorySchema, AudioMetricsSnapshotSchema, AudioPcmChunkSchema, AuthResultSchema, AutoUpdateSettingsSchema, AutomationControlStatusSchema, AvailableIntegrationTypeSchema, BACKEND_TO_FORMAT, BATTERY_DEVICE_PROFILE, BacklightModeSchema, BackupDestinationInfoSchema, BackupEntrySchema, BaseAddon, BaseDevice, BaseDeviceProvider, BatteryStatusSchema, BinaryStatusSchema, BoundingBoxSchema, BrightnessStatusSchema, AddInputSchema as BrokerAddInputSchema, BrokerAudioClientSchema, BrokerClientsSchema, BrokerConnectionDetailsSchema, BrokerConsumerAttributionSchema, BrokerConsumerKindSchema, BrokerDecodedClientSchema, BrokerEncodedClientSchema, GetStateInputSchema as BrokerGetStateInputSchema, BrokerInfoSchema, BrokerProviderInfoSchema, PublishInputSchema as BrokerPublishInputSchema, RegistryStatusSchema as BrokerRegistryStatusSchema, BrokerRtspClientSchema, BrokerStatsSchema, BrokerStatusEnum, BrokerStatusSchema, SubscribeInputSchema as BrokerSubscribeInputSchema, SubscribeResultSchema as BrokerSubscribeResultSchema, TestConnectionResultSchema as BrokerTestConnectionResultSchema, UnsubscribeInputSchema as BrokerUnsubscribeInputSchema, CAM_PROFILE_ORDER, CAPABILITY_NAMES, CAPABILITY_ROUTER_KEYS, CAP_NAMES_WITH_STATUS, CAP_NODE_PIN_CONTEXT_KEY, CAP_PROVIDER_KIND_MAP, COCO_80_LABELS, COCO_TO_MACRO, CamProfileSchema, CamStreamDescriptorSchema, CamStreamKindSchema, CamStreamResolutionSchema, CameraAssignmentStatusSchema, CameraAudioStatusSchema, CameraBrokerProfileSchema, CameraBrokerStatusSchema, CameraCredentialsSchema, CameraCredentialsStatusSchema, CameraDecoderShmSchema, CameraDecoderStatusSchema, CameraDetectionPhaseSchema, CameraDetectionProvisioningSchema, CameraDetectionProvisioningStateSchema, CameraDetectionStatusSchema, CameraMetricsSchema, CameraMetricsWithDeviceIdSchema, CameraMotionStatusSchema, CameraRecordingModeSchema, CameraRecordingStatusSchema, CameraSourceStatusSchema, CameraSourceStreamSchema, CameraStatusSchema, CameraStreamSchema, CandidateQueryFilterSchema, CapScopeSchema, CapabilityBindingsSchema, CarbonMonoxideStatusSchema, ChargingStatus, ClientNetworkStatsSchema, ClimateControlStatusSchema, ClipPlaybackSchema, ClipSchema, ClusterAddonNodeDeploymentSchema, ClusterAddonStatusEntrySchema, CollectionColumnSchema, CollectionIndexSchema, ColorStatusSchema, ConfigEntrySchema, ConfigSectionWithValuesSchema, ConfigTabDeclarationSchema, ConnectivityStatusSchema, ConsumableItemSchema, ConsumablesStatusSchema, ContactStatusSchema, ControlKindSchema, ControlStatusSchema, ConvertArtifactSchema, ConvertResultSchema, ConvertTargetSchema, CoverStateSchema, CoverStatusSchema, CreateApiKeyInputSchema, CreateApiKeyResultSchema, CreateIntegrationInputSchema, CreateScopedTokenInputSchema, CreateScopedTokenResultSchema, CreateUserInputSchema, CustomActionInputSchema, CustomModelDescriptorSchema, DATAPLANE_SECRET_HEADER, DEFAULT_ADDON_PLACEMENT, DEFAULT_AUDIO_ANALYZER_CONFIG, DEFAULT_DECODER_HWACCEL_CONFIG, DEFAULT_FEATURES, DEFAULT_RETENTION, DEVICE_CAP_NAMES, DEVICE_PROFILES, DEVICE_SETTINGS_CONTRIBUTION_METHODS, DEVICE_STATUS_METHOD, DEVICE_TYPE_INFO, DayNightModeSchema, DayNightOptionsSchema, DayNightSettingsPatchSchema, DayNightStatusSchema, DecodedAudioChunkSchema, DecodedFrameSchema, DecoderSessionConfigSchema, DecoderStatsSchema, DeleteIntegrationResultSchema, DetectionSourceSchema, DeviceCodeSeveritySchema, DeviceConfig, DeviceDiscoveryStatusSchema, ExposeInputSchema as DeviceExportExposeInputSchema, DeviceExportStatusSchema, UnexposeInputSchema as DeviceExportUnexposeInputSchema, DeviceFeature, DeviceInfoSchema, DeviceNetworkStatsSchema, DeviceRole, DeviceRuntimeState, DeviceStatusSchema, DeviceType, DiscoveredChildDeviceSchema, DiscoveredChildStatusSchema, DiscoveredDeviceSchema, DiscoveredTargetSchema, DisposerChain, DoorbellPressEventSchema, DoorbellStatusSchema, EVENT_PAD_MS, EXPRESSION_BUILTINS, EXPRESSION_BUILTIN_NAMES, EXPRESSION_COMPILE_CACHE_CAPACITY, EXPRESSION_IDENTIFIER_RE, EXPRESSION_INJECTED_NOW, ElementConfigStore, EmbeddingInfoSchema, EmbeddingResultSchema, EncodeProfileSchema, EncodedPacketSchema, EnrichedWidgetMetadataSchema, EnumSensorDateTimeFormatSchema, EnumSensorStatusSchema, EventCategory, EventEmitterStatusSchema, EventFireSchema, EventItemSchema, EventKindSchema, EventSourceType, ExportSetupFieldSchema, ExportSetupSchema, ExposedDeviceSchema, ExposureModeSchema, ExpressionEvalError, ExpressionParseError, FanControlStatusSchema, FanDirectionSchema, FeatureManifestSchema, FeatureProbeStatusSchema, FloodStatusSchema, FrameHandleFormatSchema, FrameHandleSchema, FrameInputSchema, GasStatusSchema, GetStreamWithCodecInputSchema, GlobalMetricsSchema, HF_BASE_URL, HF_REPO, HWACCEL_OPTIONS, HealthStatusSchema, HistoryPointSchema, HistoryResolutionEnum, HumidifierStatusSchema, HumiditySensorStatusSchema, HvacModeSchema, ImageRotateSchema, ImageSettingsOptionsSchema, ImageSettingsPatchSchema, ImageSettingsStatusSchema, ImageStatusSchema, IngestOwnerSchema, InstalledPackageSchema, IntegrationLiteSchema, IntegrationWithStateSchema, IntercomAbilitySchema, IntercomStatusSchema, KNOWN_CAP_NAMES, LabelDefinitionSchema, LawnMowerActivitySchema, LawnMowerControlStatusSchema, LocateSegmentResultSchema, LocationStatSchema, LockControlStatusSchema, LockStateSchema, LogEntrySchema, LogLevelSchema, LogStreamEntrySchema, LoginMethodContributionSchema, LoginStageEnum, MACRO_LABELS, MAX_EXPRESSION_AST_NODES, MAX_EXPRESSION_BINDINGS, MAX_EXPRESSION_CALL_ARGS, MAX_EXPRESSION_EVAL_STEPS, MAX_EXPRESSION_SOURCE_LENGTH, METHOD_ACCESS_MAP, MODEL_FORMATS, MaskGridDimsSchema, MaskGridShapeSchema, MaskLineShapeSchema, MaskPointSchema, MaskPolygonShapeSchema, MaskPolygonVerticesSchema, MaskRectShapeSchema, MaskShapeKindSchema, MaskShapeSchema, MediaFileSchema, MediaPlayerRepeatSchema, MediaPlayerStateSchema, MediaPlayerStatusSchema, MeshPeerSchema, MeshStatusSchema, MethodAccessSchema, ModelCatalogEntrySchema, ModelConvertInputSchema, ModelConvertMetadataSchema, ModelDistributeInputSchema, ModelDistributeResultSchema, ModelExtraFileSchema, ModelFormatEntrySchema, ModelFormatsSchema, ModelSubstitutionSchema, ModelVariantGroupSchema, MotionAnalysisResultSchema, MotionEventSchema, MotionOnMotionChangedDataSchema, MotionRegionSchema, MotionSourceEnum, MotionSourcesSchema, MotionStatusSchema, MotionTriggerRuntimeStateSchema, MotionTriggerStatusSchema, MotionZoneOptionsSchema, MotionZonePatchSchema, MotionZoneRegionSchema, MotionZoneStatusSchema, StatusSchema as MqttBrokerStatusSchema, NativeDetectionSchema, NativeObjectClassEnum, NativeObjectDetectionRuntimeStateSchema, NativeObjectDetectionStatusSchema, NetworkAccessStatusSchema, NetworkAddressSchema, NetworkEndpointSchema, NotificationActionSchema, NotificationFormatSchema, NotificationHistoryEntrySchema, NotificationRuleSchema, NotificationSchema, NotifierStatusSchema, NumericSensorStatusSchema, OauthIntegrationDescriptorSchema, ObjectEventSchema, OrchestratorMetricsSchema, OsdOverlayKindEnum, OsdOverlayPatchSchema, OsdOverlaySchema, OsdPositionEnum, OsdStatusSchema, PET_FEEDER_MANUAL_FEED_MAX, PET_FEEDER_MANUAL_FEED_MIN, PIPELINE_FLOW_CAPABILITY_NAMES, PIPELINE_OWNER_CAPABILITY_NAMES, PROVIDER_KIND_CAP_NAMES, PYTHON_SCRIPT, PackageUpdateSchema, PackageVersionInfoSchema, PasskeySummarySchema, PcmSampleFormatSchema, PerScopeBreakdownSchema, PetFeederStatusSchema, PickStreamPreferencesSchema, PickStreamRequirementsSchema, PickedCamStreamSchema, PipelineAssignmentSchema, PipelineDefaultStepSchema, PipelineEngineChoiceSchema, PipelineRunResultBridge, PipelineStepInputSchema, PipelineValidationIssueSchema, PipelineValidationResultSchema, PlaceholderReasonSchema, PolygonPointSchema, PowerMeterStatusSchema, PresenceStatusSchema, PressureSensorStatusSchema, PrivacyMaskOptionsSchema, PrivacyMaskPatchSchema, PrivacyMaskRegionSchema, PrivacyMaskShapeSchema, PrivacyMaskStatusSchema, ProfileRtspEntrySchema, ProfileSlotSchema, ProfileSlotStatusSchema, ProviderStatusSchema, PtzAutotrackRuntimeStateSchema, PtzAutotrackSettingsSchema, PtzAutotrackStatusSchema, PtzAutotrackTargetOptionSchema, PtzMoveCommandSchema, PtzPositionSchema, PtzPresetSchema, PtzStatusSchema, QueryFilterSchema, REACHABILITY_FAILURES_TO_OFFLINE, REACHABILITY_POLL_INTERVAL_MS, REACHABILITY_PROBE_TIMEOUT_MS, RECOGNITION_TYPES, RESERVED_BINDING_NAMES, RUNTIME_DEFAULTS, RUNTIME_TO_FORMAT, RawStateResultSchema, ReadSegmentBytesResultSchema, ReadinessRegistry, ReadinessTimeoutError, RecordingAvailabilitySchema, RecordingBandModeSchema, RecordingBandSchema, RecordingBandTriggersSchema, RecordingConfigSchema, RecordingDaysSchema, RecordingDeviceUsageSchema, RecordingLocationUsageSchema, RecordingManifestSchema, RecordingModeSchema, RecordingRangeSchema, RecordingRetentionSchema, RecordingRuleSchema, RecordingScheduleSchema, RecordingStatusSchema, RecordingStorageModeSchema, RecordingStorageUsageSchema, RecordingTriggersSchema, RecordingWeekdaySchema, RedirectLoginMethodSchema, RenderedAsSchema, ReportMotionInputSchema, RingBuffer, RtpSourceSchema, RtspRestreamEntrySchema, RunnerCameraConfigSchema, RunnerCameraDeviceUIFields, RunnerFrameSourceSchema, RunnerLocalLoadSchema, RunnerLocalMetricsSchema, SCOPE_PRESETS, SOURCE_INFO_METADATA_KEY, STREAM_PROFILE_META, STREAM_QUALITY_LABELS, SUB_DETECTION_TYPES, SYSTEM_CAP_NAMES, ScopedTokenSchema, ScopedTokenSummarySchema, ScoredObjectEventSchema, ScriptRunnerStatusSchema, SearchResultSchema, SendEmailInputSchema, SendEmailResultSchema, SendResultSchema, ServerBootModeSchema, ServerPackageStatusSchema, ServerRollbackInfoSchema, ServerUpdateActionResultSchema, ServerUpdateCheckResultSchema, ServerUpdateStateSchema, SettingsPatchSchema, SettingsRecordSchema, SettingsSchemaWithValuesSchema, SettingsUpdateResultSchema, ShmRingStatsSchema, SmokeStatusSchema, SmtpStatusSchema, SnapshotImageSchema, SourceInfoSchema, SpatialDetectionSchema, SsoBridgeClaimsSchema, StartEmbeddedInputSchema, AbortUploadInputSchema as StorageAbortUploadInputSchema, BeginDownloadInputSchema as StorageBeginDownloadInputSchema, BeginDownloadResultSchema as StorageBeginDownloadResultSchema, BeginUploadInputSchema as StorageBeginUploadInputSchema, BeginUploadResultSchema as StorageBeginUploadResultSchema, EndDownloadInputSchema as StorageEndDownloadInputSchema, FinalizeUploadInputSchema as StorageFinalizeUploadInputSchema, StorageLocationDeclarationSchema, StorageLocationRefSchema, StorageLocationSchema, StorageLocationTypeSchema, ProviderInfoSchema as StorageProviderInfoSchema, ReadChunkInputSchema as StorageReadChunkInputSchema, TestLocationResultSchema as StorageTestLocationResultSchema, WriteChunkInputSchema as StorageWriteChunkInputSchema, StreamCodecSchema, StreamFormatSchema, StreamNetworkStatsSchema, StreamParamsOptionsSchema, StreamParamsStatusSchema, StreamProfileConfigSchema, StreamProfileOptionsSchema, StreamProfilePatchSchema, StreamProfileSchema, StreamSourceEntrySchema, StreamSourceSchema, SubscribeAudioChunksInputSchema, SubscribeAudioChunksResultSchema, SubscribeFramesInputSchema, SubscribeFramesResultSchema, SwitchStatusSchema, SystemMetricsSchema, SystemMirror, TIMEZONES, TamperStatusSchema, TankStatusSchema, TargetKindCapsSchema, TargetKindLevelSchema, TargetKindSchema, TargetSchema, TemperatureSensorStatusSchema, TestConnectionResultSchema$1 as TestConnectionResultSchema, TestResultSchema, ToastSchema, TokenScopeSchema, TopologyNodeSchema, TopologyProcessSchema, TopologyServiceSchema, TrackSchema, TrackStateSchema, TrackedDetectionSchema, TurnServerSchema, UNIT_TABLE, BrokerInfoSchema$1 as UnifiedBrokerInfoSchema, UnitConversionError, UpdateIntegrationInputSchema, UpdateStatusSchema, UpdateUserInputSchema, UserRecordSchema, UserSummarySchema, VacuumControlStatusSchema, VacuumStateSchema, ValveStateSchema, ValveStatusSchema, VibrationStatusSchema, VideoEncodeSchema, WELL_KNOWN_TABS, WELL_KNOWN_TAB_MAP, WaterHeaterStatusSchema, WeatherStatusSchema, WebrtcStreamChoiceSchema, WebrtcStreamTargetSchema, WhiteBalanceModeSchema, WidgetHostEnum, WidgetLoginMethodSchema, WidgetMetadataSchema, WidgetRemoteSchema, WidgetSizeEnum, YAMNET_TO_MACRO, ZoneKindEnum, ZoneRuleModeEnum, ZoneRuleSchema, ZoneRuleStageEnum, ZoneRulesArraySchema, ZoneSchema, ZoneScopeBreakdownSchema, accessoriesCapability, accessoryStableId, addonPagesCapability, addonPagesSourceCapability, addonRoutesCapability, addonSettingsCapability, addonWidgetsCapability, addonWidgetsSourceCapability, addonsCapability, adminUiCapability, advancedNotifierCapability, airQualitySensorCapability, alarmPanelCapability, alertsCapability, ambientLightSensorCapability, applyTransform, asBoolean, asJsonArray, asJsonObject, asNumber, asString, audioAnalysisCapability, audioAnalyzerCapability, audioCodecCapability, audioMetricsCapability, authProviderCapability, autoAssignProfiles, automationControlCapability, backupCapability, batteryCapability, bestLocationMatch, binaryCapability, bindAddonActions, brightnessCapability, brokerCapability, buildAddonRouteProvider, buildModelVariantGroups, buildStreamParamsConfigSchema, buttonCapability, cameraCredentialsCapability, cameraPipelineConfigCapability, cameraStreamsCapability, canConvertUnit, carbonMonoxideCapability, cellsToRects, classifyStream, classifyStreams, climateControlCapability, collectHydratedFieldEntries, collectHydratedFieldValues, colorCapability, compileExpression, compileExpressionSafe, connectivityCapability, consumablesCapability, contactCapability, controlCapability, convertUnit, cosineSimilarity, coverCapability, createDeviceProxy, createDurableState, createEvent, createExpressionScope, createLazyTrpcSource, createMirrorSource, createRuntimeStateBridge, createSliceHandle, createSystemProxy, customAction, customModelRegistryCapability, dayNightCapability, decoderCapability, defaultDeviceFor, defineCustomActions, describeModelVariant, detectionPipelineCapability, deviceAdoptionCapability, deviceCustomAction, deviceDiscoveryCapability, deviceExportCapability, deviceManagerCapability, deviceMatchesProfile, deviceOpsCapability, deviceProviderCapability, deviceStateCapability, deviceStatusCapability, doorbellCapability, embeddingEncoderCapability, emitDownForOwnedCaps, emitReadiness, encodeProfileFromStreamShape, enumSensorCapability, enumerateItemArrayFields, enumerateSchemaFields, errMsg, evaluateAst, evaluateLinkExpression, evaluateZoneRules, event, eventEmitterCapability, eventsCapability, expandCapMethods, extractSourceInfoFromMetadata, faceGalleryCapability, fanControlCapability, featureProbeCapability, filesystemBrowseCapability, findTimezone, floodCapability, formatForBackend, formatForRuntime, frameworkSwapConfirmSchema, frameworkSwapPackageSchema, gasCapability, getAudioMacroClassIds, getByPath, getCapsByProviderKind, hfModelUrl, htmlToText, humidifierCapability, humiditySensorCapability, hydrateSchema, imageCapability, imageSettingsCapability, integrationsCapability, intercomCapability, isAgentOnlyPlacement, isArrayOutputSchema, isDeployableToAgent, isDeviceConfigCap, isEvent, isObjectInput, isVoidInput, jobKindSchema, kebabToCamel, lawnMowerControlCapability, lifecycleJobSchema, lifecycleJobScopeSchema, lifecycleJobStateSchema, lifecycleTaskSchema, localNetworkCapability, locationSimilarity, lockControlCapability, logDestinationCapability, loginMethodCapability, looseSchema, makeProfileBrokerId, makeSourceBrokerId, mapAudioLabelToMacro, markdownToHtmlLite, markdownToText, maskUrlCredentials, mediaPlayerCapability, mergeSourceInfo, meshNetworkCapability, method, metricsProviderCapability, migrateConfigToBands, modelConvertCapability, modelDistributorCapability, modelFormatForRuntime, motionCapability, motionDetectionCapability, motionTriggerCapability, motionZonesCapability, mqttBrokerCapability, nativeObjectDetectionCapability, networkAccessCapability, networkQualityCapability, nodePin, nodesCapability, normalizeAddonInitResult, normalizeUnit, notificationOutputCapability, notifierCapability, numericSensorCapability, oauthIntegrationCapability, osdCapability, parseCameraStreamConfig, parseExpression, parseJsonArray, parseJsonObject, parseJsonUnknown, parseProfileBrokerId, parseStreamParamsFormPatch, pendingFrameworkSwapSchema, petFeederCapability, pickPreferredRtspEntry, pipelineAnalyticsCapability, pipelineExecutorCapability, pipelineOrchestratorCapability, pipelineRunnerCapability, plateGalleryCapability, platformProbeCapability, powerMeterCapability, prepareNotification, presenceCapability, pressureSensorCapability, privacyMaskCapability, procedureAuthKey, ptzAutotrackCapability, ptzCapability, pythonScriptForBackend, readNodePin, readinessKey, rebootCapability, recordingCapability, rectsToCells, requiresPython, resolveAddonExecution, resolveAddonGroup, resolveAddonPlacement, resolveAddonRuntime, resolveCapMount, resolveDetectionRuntime, resolveDeviceProfile, resolveFormat, resolveHydratedFieldValue, resolveModelFormat, resolveRunnerId, resolveVariantModelId, runInferenceStep, runtimeDevices, scopeKey, scoreRuntimes, scriptRunnerCapability, selectAssignedProfileSlots, serverManagementCapability, setByPath, settingsStoreCapability, sleep, sleepCancellable, smokeCapability, smtpProviderCapability, snapshotCapability, ssoBridgeCapability, startReachabilityPoll, storageCapability, storageEvictableCapability, storageProviderCapability, streamBrokerCapability, streamCatalogCapability, streamParamsCapability, streamPixels, streamQualityLabel, supportedRuntimes, switchCapability, synthesizeSourceInfo, systemCapability, tamperCapability, taskLogEntrySchema, taskPhaseSchema, taskTargetSchema, temperatureSensorCapability, textToHtml, toDeviceSummary, toExpressionValue, toStreamSourceEntry, toastCapability, tokenize, transcodeBody, tryConvertUnit, turnProviderCapability, unitDimension, unitsForDimension, updateCapability, userManagementCapability, userPasskeysCapability, vacuumControlCapability, validateExpressionSource, valveCapability, vibrationCapability, videoclipsCapability, viewerUiCapability, waterHeaterCapability, weatherCapability, webrtcClientHintsSchema, webrtcSessionCapability, wiringAddonHealthSchema, wiringHealthSnapshotSchema, wiringNodeHealthSchema, wiringProbeKindSchema, wiringProbeResultSchema, zodEntriesToConfigUI, zoneAnalyticsCapability, zoneRulesCapability, zonesCapability };
|