@camstack/types 1.1.16 → 1.1.18
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 +1 -1
- package/dist/addon.mjs +1 -1
- package/dist/capabilities/camera-streams.cap.d.ts +2 -0
- package/dist/capabilities/index.d.ts +1 -1
- package/dist/capabilities/notification-output.cap.d.ts +503 -24
- package/dist/capabilities/pipeline-orchestrator.cap.d.ts +6 -5
- package/dist/capabilities/schemas/streaming-shared.d.ts +2 -0
- package/dist/capabilities/stream-broker.cap.d.ts +2 -0
- package/dist/capabilities/stream-catalog.cap.d.ts +2 -0
- package/dist/generated/addon-api.d.ts +430 -74
- package/dist/generated/method-access-map.d.ts +1 -1
- package/dist/generated/system-proxy.d.ts +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.js +463 -22
- package/dist/index.mjs +445 -23
- package/dist/interfaces/notification.d.ts +24 -14
- package/dist/interfaces/stream-broker.d.ts +13 -2
- package/dist/notification/degrade-engine.d.ts +60 -0
- package/dist/notification/format-transcode.d.ts +19 -0
- package/dist/{sleep-BQzZ7joF.js → sleep-BabrCASa.js} +1 -0
- package/dist/{sleep-C2M2zF7x.mjs → sleep-MHm--th-.mjs} +1 -0
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { $ as SubscribeAudioChunksResultSchema, A as ReadinessRegistry, B as CamStreamResolutionSchema, C as asJsonObject, D as parseJsonObject, E as parseJsonArray, F as BrokerStatsSchema, G as FrameHandleFormatSchema, H as DecodedAudioChunkSchema, I as BrokerStatusSchema, J as ProfileSlotSchema, K as FrameHandleSchema, L as CAM_PROFILE_ORDER, M as emitDownForOwnedCaps, N as readinessKey, O as parseJsonUnknown, P as scopeKey, Q as SubscribeAudioChunksInputSchema, R as CamProfileSchema, S as asJsonArray, T as asString, U as DecodedFrameSchema, V as CameraStreamSchema, W as EncodedPacketSchema, X as StreamSourceEntrySchema, Y as ProfileSlotStatusSchema, Z as StreamSourceSchema, _ as ChargingStatus, a as adminUiCapability, at as selectAssignedProfileSlots, b as DeviceType, c as createMirrorSource, ct as createDurableState, d as DEVICE_STATUS_METHOD, dt as isEvent, et as SubscribeFramesInputSchema, f as event, ft as WELL_KNOWN_TABS, g as resolveCapMount, gt as DisposerChain, h as method, ht as EventCategory, i as deviceOpsCapability, it as parseProfileBrokerId, j as ReadinessTimeoutError, k as DATAPLANE_SECRET_HEADER, l as createSliceHandle, lt as createEvent, m as isDeviceConfigCap, mt as hydrateSchema, n as sleepCancellable, nt as makeProfileBrokerId, o as createDeviceProxy, ot as BaseAddon, p as expandCapMethods, pt as WELL_KNOWN_TAB_MAP, q as ProfileRtspEntrySchema, r as RawStateResultSchema, rt as makeSourceBrokerId, s as createLazyTrpcSource, st as normalizeAddonInitResult, t as sleep, tt as SubscribeFramesResultSchema, u as DEVICE_SETTINGS_CONTRIBUTION_METHODS, ut as emitReadiness, v as DeviceFeature, w as asNumber, x as asBoolean, y as DeviceRole, z as CamStreamKindSchema } from "./sleep-
|
|
1
|
+
import { $ as SubscribeAudioChunksResultSchema, A as ReadinessRegistry, B as CamStreamResolutionSchema, C as asJsonObject, D as parseJsonObject, E as parseJsonArray, F as BrokerStatsSchema, G as FrameHandleFormatSchema, H as DecodedAudioChunkSchema, I as BrokerStatusSchema, J as ProfileSlotSchema, K as FrameHandleSchema, L as CAM_PROFILE_ORDER, M as emitDownForOwnedCaps, N as readinessKey, O as parseJsonUnknown, P as scopeKey, Q as SubscribeAudioChunksInputSchema, R as CamProfileSchema, S as asJsonArray, T as asString, U as DecodedFrameSchema, V as CameraStreamSchema, W as EncodedPacketSchema, X as StreamSourceEntrySchema, Y as ProfileSlotStatusSchema, Z as StreamSourceSchema, _ as ChargingStatus, a as adminUiCapability, at as selectAssignedProfileSlots, b as DeviceType, c as createMirrorSource, ct as createDurableState, d as DEVICE_STATUS_METHOD, dt as isEvent, et as SubscribeFramesInputSchema, f as event, ft as WELL_KNOWN_TABS, g as resolveCapMount, gt as DisposerChain, h as method, ht as EventCategory, i as deviceOpsCapability, it as parseProfileBrokerId, j as ReadinessTimeoutError, k as DATAPLANE_SECRET_HEADER, l as createSliceHandle, lt as createEvent, m as isDeviceConfigCap, mt as hydrateSchema, n as sleepCancellable, nt as makeProfileBrokerId, o as createDeviceProxy, ot as BaseAddon, p as expandCapMethods, pt as WELL_KNOWN_TAB_MAP, q as ProfileRtspEntrySchema, r as RawStateResultSchema, rt as makeSourceBrokerId, s as createLazyTrpcSource, st as normalizeAddonInitResult, t as sleep, tt as SubscribeFramesResultSchema, u as DEVICE_SETTINGS_CONTRIBUTION_METHODS, ut as emitReadiness, v as DeviceFeature, w as asNumber, x as asBoolean, y as DeviceRole, z as CamStreamKindSchema } from "./sleep-MHm--th-.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
|
|
@@ -2771,6 +2771,203 @@ function createRuntimeStateBridge(params) {
|
|
|
2771
2771
|
};
|
|
2772
2772
|
}
|
|
2773
2773
|
//#endregion
|
|
2774
|
+
//#region src/notification/format-transcode.ts
|
|
2775
|
+
/** Strip a small, safe subset of Markdown down to plain text. */
|
|
2776
|
+
function markdownToText(md) {
|
|
2777
|
+
return md.replace(/!\[([^\]]*)\]\([^)]*\)/g, "$1").replace(/\[([^\]]*)\]\([^)]*\)/g, "$1").replace(/(\*\*|__)(.*?)\1/g, "$2").replace(/(\*|_)(.*?)\1/g, "$2").replace(/`([^`]*)`/g, "$1").replace(/^\s{0,3}#{1,6}\s*/gm, "").replace(/^\s{0,3}>\s?/gm, "").replace(/^\s{0,3}[-*+]\s+/gm, "").replace(/^\s{0,3}\d+\.\s+/gm, "").trim();
|
|
2778
|
+
}
|
|
2779
|
+
var HTML_ENTITIES = [
|
|
2780
|
+
[/ /g, " "],
|
|
2781
|
+
[/&/g, "&"],
|
|
2782
|
+
[/</g, "<"],
|
|
2783
|
+
[/>/g, ">"],
|
|
2784
|
+
[/"/g, "\""],
|
|
2785
|
+
[/'/g, "'"]
|
|
2786
|
+
];
|
|
2787
|
+
/** Strip HTML tags, decode a few entities, map block/br elements to newlines. */
|
|
2788
|
+
function htmlToText(html) {
|
|
2789
|
+
let out = html.replace(/<\s*br\s*\/?\s*>/gi, "\n").replace(/<\s*\/\s*(p|div|li|h[1-6])\s*>/gi, "\n").replace(/<[^>]+>/g, "");
|
|
2790
|
+
for (const [re, rep] of HTML_ENTITIES) out = out.replace(re, rep);
|
|
2791
|
+
return out.replace(/\n{3,}/g, "\n\n").trim();
|
|
2792
|
+
}
|
|
2793
|
+
var HTML_ESCAPES = [
|
|
2794
|
+
[/&/g, "&"],
|
|
2795
|
+
[/</g, "<"],
|
|
2796
|
+
[/>/g, ">"],
|
|
2797
|
+
[/"/g, """],
|
|
2798
|
+
[/'/g, "'"]
|
|
2799
|
+
];
|
|
2800
|
+
function escapeHtml(text) {
|
|
2801
|
+
let out = text;
|
|
2802
|
+
for (const [re, rep] of HTML_ESCAPES) out = out.replace(re, rep);
|
|
2803
|
+
return out;
|
|
2804
|
+
}
|
|
2805
|
+
/** Plain text → HTML-lite (escape + newlines to <br>). */
|
|
2806
|
+
function textToHtml(text) {
|
|
2807
|
+
return escapeHtml(text).replace(/\n/g, "<br>");
|
|
2808
|
+
}
|
|
2809
|
+
/** Markdown → HTML-lite (bold/italic/code/links; used e.g. for Pushover). */
|
|
2810
|
+
function markdownToHtmlLite(md) {
|
|
2811
|
+
return escapeHtml(md).replace(/(\*\*|__)(.*?)\1/g, "<b>$2</b>").replace(/(\*|_)(.*?)\1/g, "<i>$2</i>").replace(/`([^`]*)`/g, "<code>$1</code>").replace(/\[([^\]]*)\]\(([^)]*)\)/g, "<a href=\"$2\">$1</a>").replace(/\n/g, "<br>");
|
|
2812
|
+
}
|
|
2813
|
+
/**
|
|
2814
|
+
* Preference order when the source format is NOT supported — first supported
|
|
2815
|
+
* entry wins. Encodes the Apprise-style "degrade DOWN, but preserve rendering
|
|
2816
|
+
* where a richer target exists" policy:
|
|
2817
|
+
* - markdown → html (html-lite) before text (strip)
|
|
2818
|
+
* - html → text before markdown
|
|
2819
|
+
* - text → markdown before html (text is valid markdown)
|
|
2820
|
+
*/
|
|
2821
|
+
var DEGRADE_ORDER = {
|
|
2822
|
+
text: [
|
|
2823
|
+
"text",
|
|
2824
|
+
"markdown",
|
|
2825
|
+
"html"
|
|
2826
|
+
],
|
|
2827
|
+
markdown: [
|
|
2828
|
+
"markdown",
|
|
2829
|
+
"html",
|
|
2830
|
+
"text"
|
|
2831
|
+
],
|
|
2832
|
+
html: [
|
|
2833
|
+
"html",
|
|
2834
|
+
"text",
|
|
2835
|
+
"markdown"
|
|
2836
|
+
]
|
|
2837
|
+
};
|
|
2838
|
+
/** Pick the best target format the kind supports for a given source format. */
|
|
2839
|
+
function resolveFormat(source, supported) {
|
|
2840
|
+
for (const candidate of DEGRADE_ORDER[source]) if (supported.includes(candidate)) return candidate;
|
|
2841
|
+
return supported[0] ?? "text";
|
|
2842
|
+
}
|
|
2843
|
+
/** Transcode a body between formats. */
|
|
2844
|
+
function transcodeBody(body, from, to) {
|
|
2845
|
+
if (from === to) return body;
|
|
2846
|
+
if (to === "text") {
|
|
2847
|
+
if (from === "markdown") return markdownToText(body);
|
|
2848
|
+
if (from === "html") return htmlToText(body);
|
|
2849
|
+
}
|
|
2850
|
+
if (to === "html") {
|
|
2851
|
+
if (from === "text") return textToHtml(body);
|
|
2852
|
+
if (from === "markdown") return markdownToHtmlLite(body);
|
|
2853
|
+
}
|
|
2854
|
+
if (to === "markdown") {
|
|
2855
|
+
if (from === "text") return body;
|
|
2856
|
+
if (from === "html") return htmlToText(body);
|
|
2857
|
+
}
|
|
2858
|
+
return body;
|
|
2859
|
+
}
|
|
2860
|
+
//#endregion
|
|
2861
|
+
//#region src/notification/degrade-engine.ts
|
|
2862
|
+
function toResolvedLevel(level) {
|
|
2863
|
+
return {
|
|
2864
|
+
id: level.id,
|
|
2865
|
+
ordinal: level.ordinal,
|
|
2866
|
+
...level.flags ? { flags: level.flags } : {},
|
|
2867
|
+
...level.requires ? { requires: level.requires } : {}
|
|
2868
|
+
};
|
|
2869
|
+
}
|
|
2870
|
+
function resolveLevel(levels, n) {
|
|
2871
|
+
if (levels.length === 0) return null;
|
|
2872
|
+
if (n.level !== void 0) {
|
|
2873
|
+
const explicit = levels.find((l) => l.id === n.level);
|
|
2874
|
+
if (explicit) return toResolvedLevel(explicit);
|
|
2875
|
+
}
|
|
2876
|
+
const withOrdinal = levels.filter((l) => l.ordinal !== null);
|
|
2877
|
+
if (withOrdinal.length === 0) return toResolvedLevel(levels[0]);
|
|
2878
|
+
const priority = n.priority;
|
|
2879
|
+
return toResolvedLevel([...withOrdinal].sort((a, b) => {
|
|
2880
|
+
const da = Math.abs((a.ordinal ?? 0) - priority);
|
|
2881
|
+
const db = Math.abs((b.ordinal ?? 0) - priority);
|
|
2882
|
+
if (da !== db) return da - db;
|
|
2883
|
+
return (b.ordinal ?? 0) - (a.ordinal ?? 0);
|
|
2884
|
+
})[0]);
|
|
2885
|
+
}
|
|
2886
|
+
function splitBody(body, maxLen) {
|
|
2887
|
+
if (maxLen <= 0 || body.length <= maxLen) return [body];
|
|
2888
|
+
const parts = [];
|
|
2889
|
+
for (let i = 0; i < body.length; i += maxLen) parts.push(body.slice(i, i + maxLen));
|
|
2890
|
+
return parts;
|
|
2891
|
+
}
|
|
2892
|
+
/**
|
|
2893
|
+
* Prepare a canonical notification for one kind. Never throws — degradation is
|
|
2894
|
+
* always reported in `renderedAs`, never surfaced as an error.
|
|
2895
|
+
*/
|
|
2896
|
+
function prepareNotification(caps, n) {
|
|
2897
|
+
const dropped = [];
|
|
2898
|
+
const sourceFormat = n.format;
|
|
2899
|
+
const format = resolveFormat(sourceFormat, caps.format);
|
|
2900
|
+
if (format !== sourceFormat) dropped.push("format");
|
|
2901
|
+
const transcoded = transcodeBody(n.body, sourceFormat, format);
|
|
2902
|
+
const level = resolveLevel(caps.levels, n);
|
|
2903
|
+
const inAttachments = n.attachments ?? [];
|
|
2904
|
+
const attachments = [];
|
|
2905
|
+
for (const att of inAttachments) {
|
|
2906
|
+
if (!caps.attachments.mediaTypes.includes(att.mediaType)) {
|
|
2907
|
+
dropped.push(`attachment:${att.mediaType}`);
|
|
2908
|
+
continue;
|
|
2909
|
+
}
|
|
2910
|
+
if (caps.attachments.mode === "url" && att.url === void 0) {
|
|
2911
|
+
dropped.push("attachment:noUrl");
|
|
2912
|
+
continue;
|
|
2913
|
+
}
|
|
2914
|
+
if (att.bytes !== void 0 && caps.attachments.maxBytes !== void 0 && att.bytes.length > caps.attachments.maxBytes) {
|
|
2915
|
+
dropped.push("attachment:maxBytes");
|
|
2916
|
+
continue;
|
|
2917
|
+
}
|
|
2918
|
+
if (attachments.length >= caps.attachments.max) {
|
|
2919
|
+
dropped.push("attachment:max");
|
|
2920
|
+
continue;
|
|
2921
|
+
}
|
|
2922
|
+
const needsFetch = caps.attachments.mode === "bytes" && att.bytes === void 0 && att.url !== void 0;
|
|
2923
|
+
attachments.push({
|
|
2924
|
+
mediaType: att.mediaType,
|
|
2925
|
+
...att.url !== void 0 ? { url: att.url } : {},
|
|
2926
|
+
...att.bytes !== void 0 ? { bytes: att.bytes } : {},
|
|
2927
|
+
...att.mime !== void 0 ? { mime: att.mime } : {},
|
|
2928
|
+
...att.name !== void 0 ? { name: att.name } : {},
|
|
2929
|
+
needsFetch
|
|
2930
|
+
});
|
|
2931
|
+
}
|
|
2932
|
+
const inActions = n.actions ?? [];
|
|
2933
|
+
const actions = inActions.slice(0, Math.max(0, caps.actions));
|
|
2934
|
+
if (inActions.length > actions.length) dropped.push("actions");
|
|
2935
|
+
let clickUrl = null;
|
|
2936
|
+
if (n.clickUrl !== void 0) if (caps.clickUrl) clickUrl = n.clickUrl;
|
|
2937
|
+
else dropped.push("clickUrl");
|
|
2938
|
+
let sound = null;
|
|
2939
|
+
if (n.sound !== void 0) if (caps.sound) sound = n.sound;
|
|
2940
|
+
else dropped.push("sound");
|
|
2941
|
+
let ttl = null;
|
|
2942
|
+
if (n.ttl !== void 0) if (caps.ttl) ttl = n.ttl;
|
|
2943
|
+
else dropped.push("ttl");
|
|
2944
|
+
const tag = n.tag ?? null;
|
|
2945
|
+
const bodyParts = splitBody(transcoded, caps.bodyMaxLen);
|
|
2946
|
+
const truncated = bodyParts.length > 1;
|
|
2947
|
+
const renderedAs = {
|
|
2948
|
+
level: level?.id ?? "",
|
|
2949
|
+
format,
|
|
2950
|
+
attachmentsSent: attachments.length,
|
|
2951
|
+
actionsSent: actions.length,
|
|
2952
|
+
truncated,
|
|
2953
|
+
dropped
|
|
2954
|
+
};
|
|
2955
|
+
return {
|
|
2956
|
+
body: bodyParts[0] ?? "",
|
|
2957
|
+
...n.title !== void 0 ? { title: n.title } : {},
|
|
2958
|
+
format,
|
|
2959
|
+
level,
|
|
2960
|
+
attachments,
|
|
2961
|
+
actions,
|
|
2962
|
+
clickUrl,
|
|
2963
|
+
sound,
|
|
2964
|
+
ttl,
|
|
2965
|
+
tag,
|
|
2966
|
+
bodyParts,
|
|
2967
|
+
renderedAs
|
|
2968
|
+
};
|
|
2969
|
+
}
|
|
2970
|
+
//#endregion
|
|
2774
2971
|
//#region src/capabilities/device-status.cap.ts
|
|
2775
2972
|
/**
|
|
2776
2973
|
* Generic device-level status snapshot. Auto-registered by `BaseDevice`
|
|
@@ -10341,8 +10538,14 @@ function createSystemProxy(api) {
|
|
|
10341
10538
|
executeQuery: (input) => dispatch("nodes", "executeQuery", "mutation", input)
|
|
10342
10539
|
},
|
|
10343
10540
|
notificationOutput: {
|
|
10541
|
+
listTargetKinds: (input) => dispatch("notificationOutput", "listTargetKinds", "query", input),
|
|
10542
|
+
listTargets: (input) => dispatch("notificationOutput", "listTargets", "query", input),
|
|
10543
|
+
discoverTargets: (input) => dispatch("notificationOutput", "discoverTargets", "query", input),
|
|
10344
10544
|
send: (input) => dispatch("notificationOutput", "send", "mutation", input),
|
|
10345
|
-
|
|
10545
|
+
testTarget: (input) => dispatch("notificationOutput", "testTarget", "mutation", input),
|
|
10546
|
+
upsertTarget: (input) => dispatch("notificationOutput", "upsertTarget", "mutation", input),
|
|
10547
|
+
deleteTarget: (input) => dispatch("notificationOutput", "deleteTarget", "mutation", input),
|
|
10548
|
+
setTargetEnabled: (input) => dispatch("notificationOutput", "setTargetEnabled", "mutation", input)
|
|
10346
10549
|
},
|
|
10347
10550
|
pipelineExecutor: {
|
|
10348
10551
|
getAvailableEngines: (input) => dispatch("pipelineExecutor", "getAvailableEngines", "query", input),
|
|
@@ -14385,7 +14588,7 @@ var AddBrokerInputSchema = z.object({
|
|
|
14385
14588
|
});
|
|
14386
14589
|
var AddBrokerResultSchema = z.object({ id: z.string() });
|
|
14387
14590
|
var IdInputSchema = z.object({ id: z.string() });
|
|
14388
|
-
var TestResultSchema = z.discriminatedUnion("ok", [z.object({
|
|
14591
|
+
var TestResultSchema$1 = z.discriminatedUnion("ok", [z.object({
|
|
14389
14592
|
ok: z.literal(true),
|
|
14390
14593
|
latencyMs: z.number()
|
|
14391
14594
|
}), z.object({
|
|
@@ -14422,7 +14625,7 @@ var mqttBrokerCapability = {
|
|
|
14422
14625
|
getBrokerConfig: method(IdInputSchema, BrokerConnectionDetailsSchema),
|
|
14423
14626
|
addBroker: method(AddBrokerInputSchema, AddBrokerResultSchema, { kind: "mutation" }),
|
|
14424
14627
|
removeBroker: method(IdInputSchema, z.void(), { kind: "mutation" }),
|
|
14425
|
-
testConnection: method(IdInputSchema, TestResultSchema, { kind: "mutation" }),
|
|
14628
|
+
testConnection: method(IdInputSchema, TestResultSchema$1, { kind: "mutation" }),
|
|
14426
14629
|
startEmbeddedBroker: method(StartEmbeddedInputSchema, StartEmbeddedResultSchema, { kind: "mutation" }),
|
|
14427
14630
|
stopEmbeddedBroker: method(IdInputSchema, z.void(), { kind: "mutation" }),
|
|
14428
14631
|
getStatus: method(z.void(), StatusSchema)
|
|
@@ -14482,30 +14685,212 @@ var networkAccessCapability = {
|
|
|
14482
14685
|
};
|
|
14483
14686
|
//#endregion
|
|
14484
14687
|
//#region src/capabilities/notification-output.cap.ts
|
|
14688
|
+
/**
|
|
14689
|
+
* notification-output — canonical, capability-gated notification delivery.
|
|
14690
|
+
*
|
|
14691
|
+
* Apprise-derived model (see
|
|
14692
|
+
* `docs/superpowers/specs/2026-07-03-notification-output-notifier-matrix.md`):
|
|
14693
|
+
* callers emit ONE canonical `Notification`; each provider declares a
|
|
14694
|
+
* per-kind capability descriptor (`TargetKind`), and the pure degrade
|
|
14695
|
+
* engine (`@camstack/types` `prepareNotification`) transcodes / degrades the
|
|
14696
|
+
* message to what the kind supports — callers never special-case a service.
|
|
14697
|
+
*
|
|
14698
|
+
* DESIGN DECISIONS (locked):
|
|
14699
|
+
* - Target CRUD lives on THIS cap (`upsertTarget` / `deleteTarget` /
|
|
14700
|
+
* `setTargetEnabled`), each provider persisting via the `settings-store`
|
|
14701
|
+
* cap. Rationale: the admin UI needs one uniform surface across the
|
|
14702
|
+
* notifiers addon AND the HA addon; the addon-`globalSettingsSchema`-array
|
|
14703
|
+
* alternative would fork the UI per addon and cannot host the
|
|
14704
|
+
* discovery→adopt flow.
|
|
14705
|
+
* - `listTargetKinds` / `listTargets` / `discoverTargets` return arrays →
|
|
14706
|
+
* the generated cap-mount auto-`concatCollection`-fans them across every
|
|
14707
|
+
* registered provider (notifiers addon + HA addon) so one catalog is
|
|
14708
|
+
* routable. `send` / `testTarget` / CRUD route to ONE provider by the
|
|
14709
|
+
* `addonId` the generated collection router extracts from the call input.
|
|
14710
|
+
* - `Attachment.bytes` is `Uint8Array`. Transport-safe: superjson (the tRPC
|
|
14711
|
+
* transformer) + UDS MsgPack both round-trip typed arrays — already used by
|
|
14712
|
+
* `storage` / `storage-provider` / `recording` caps over the same path. No
|
|
14713
|
+
* base64 fallback needed.
|
|
14714
|
+
*
|
|
14715
|
+
* TODO (deferred, closed-set change — separate decision): add
|
|
14716
|
+
* `providerKind: 'notify'` so notification providers surface on the unified
|
|
14717
|
+
* admin "Integrations" page.
|
|
14718
|
+
*/
|
|
14719
|
+
/**
|
|
14720
|
+
* Zentik-derived typed-media enum — the superset across every kind. Each
|
|
14721
|
+
* adapter picks what it supports and the degrade engine filters the rest.
|
|
14722
|
+
*/
|
|
14723
|
+
var AttachmentMediaTypeSchema = z.enum([
|
|
14724
|
+
"image",
|
|
14725
|
+
"video",
|
|
14726
|
+
"gif",
|
|
14727
|
+
"audio",
|
|
14728
|
+
"icon"
|
|
14729
|
+
]);
|
|
14730
|
+
/**
|
|
14731
|
+
* A single attachment. Exactly one of `url` (remote source, most adapters
|
|
14732
|
+
* prefer this) or `bytes` (inline source; required for Pushover-style
|
|
14733
|
+
* bytes-only kinds) MUST be present — the degrade engine expresses a
|
|
14734
|
+
* url→bytes fetch as a `needsFetch` directive the adapter executes.
|
|
14735
|
+
*/
|
|
14736
|
+
var AttachmentSchema = z.object({
|
|
14737
|
+
mediaType: AttachmentMediaTypeSchema,
|
|
14738
|
+
url: z.string().optional(),
|
|
14739
|
+
bytes: z.instanceof(Uint8Array).optional(),
|
|
14740
|
+
mime: z.string().optional(),
|
|
14741
|
+
name: z.string().optional()
|
|
14742
|
+
}).refine((a) => a.url !== void 0 || a.bytes !== void 0, { message: "Attachment requires either `url` or `bytes`" });
|
|
14743
|
+
var NotificationFormatSchema = z.enum([
|
|
14744
|
+
"text",
|
|
14745
|
+
"markdown",
|
|
14746
|
+
"html"
|
|
14747
|
+
]);
|
|
14748
|
+
/** A single tap-through action button. */
|
|
14749
|
+
var NotificationActionSchema = z.object({
|
|
14750
|
+
id: z.string(),
|
|
14751
|
+
label: z.string(),
|
|
14752
|
+
url: z.string().optional()
|
|
14753
|
+
});
|
|
14754
|
+
/**
|
|
14755
|
+
* The canonical notification. `body` is the only hard field (Apprise model).
|
|
14756
|
+
* `priority` is a 5-level ORDINAL (1=lowest … 3=normal(default) … 5=urgent),
|
|
14757
|
+
* NOT a fixed severity enum — each kind declares its own `caps.levels` and
|
|
14758
|
+
* the adapter maps this ordinal onto its native level. `level?` is an
|
|
14759
|
+
* optional kind-native level id (`emergency`, `silent`, …) that overrides
|
|
14760
|
+
* `priority` for that one target.
|
|
14761
|
+
*/
|
|
14485
14762
|
var NotificationSchema = z.object({
|
|
14486
|
-
title: z.string(),
|
|
14487
14763
|
body: z.string(),
|
|
14488
|
-
|
|
14764
|
+
title: z.string().optional(),
|
|
14765
|
+
format: NotificationFormatSchema.default("text"),
|
|
14766
|
+
priority: z.number().int().min(1).max(5).default(3),
|
|
14767
|
+
level: z.string().optional(),
|
|
14768
|
+
attachments: z.array(AttachmentSchema).optional(),
|
|
14769
|
+
clickUrl: z.string().optional(),
|
|
14770
|
+
actions: z.array(NotificationActionSchema).optional(),
|
|
14771
|
+
sound: z.string().optional(),
|
|
14772
|
+
ttl: z.number().optional(),
|
|
14773
|
+
tag: z.string().optional(),
|
|
14489
14774
|
deviceId: z.number().optional(),
|
|
14490
14775
|
eventId: z.string().optional(),
|
|
14491
|
-
priority: z.enum([
|
|
14492
|
-
"low",
|
|
14493
|
-
"normal",
|
|
14494
|
-
"high",
|
|
14495
|
-
"critical"
|
|
14496
|
-
]).default("normal"),
|
|
14497
14776
|
metadata: z.record(z.string(), z.unknown()).optional()
|
|
14498
14777
|
});
|
|
14778
|
+
/** One declared native severity/priority level for a kind. */
|
|
14779
|
+
var TargetKindLevelSchema = z.object({
|
|
14780
|
+
id: z.string(),
|
|
14781
|
+
label: z.string(),
|
|
14782
|
+
/** Which canonical priority (1..5) this level maps to. `null` = qualitative-only. */
|
|
14783
|
+
ordinal: z.number().int().min(1).max(5).nullable(),
|
|
14784
|
+
flags: z.object({
|
|
14785
|
+
critical: z.boolean().optional(),
|
|
14786
|
+
silent: z.boolean().optional(),
|
|
14787
|
+
noPush: z.boolean().optional()
|
|
14788
|
+
}).optional(),
|
|
14789
|
+
/** e.g. Pushover `emergency` requires `retry` / `expire`. */
|
|
14790
|
+
requires: z.array(z.string()).optional(),
|
|
14791
|
+
description: z.string().optional()
|
|
14792
|
+
});
|
|
14793
|
+
/** Attachment capabilities for a kind (drives the degrade engine + test panel). */
|
|
14794
|
+
var TargetKindAttachmentsCapsSchema = z.object({
|
|
14795
|
+
mediaTypes: z.array(AttachmentMediaTypeSchema),
|
|
14796
|
+
mode: z.enum([
|
|
14797
|
+
"url",
|
|
14798
|
+
"bytes",
|
|
14799
|
+
"both"
|
|
14800
|
+
]),
|
|
14801
|
+
max: z.number().int().nonnegative(),
|
|
14802
|
+
maxBytes: z.number().int().positive().optional()
|
|
14803
|
+
});
|
|
14804
|
+
/** The full capability block consulted before dispatch. */
|
|
14805
|
+
var TargetKindCapsSchema = z.object({
|
|
14806
|
+
attachments: TargetKindAttachmentsCapsSchema,
|
|
14807
|
+
/** Max action buttons (0 = none). */
|
|
14808
|
+
actions: z.number().int().nonnegative(),
|
|
14809
|
+
levels: z.array(TargetKindLevelSchema),
|
|
14810
|
+
format: z.array(NotificationFormatSchema),
|
|
14811
|
+
clickUrl: z.boolean(),
|
|
14812
|
+
sound: z.boolean(),
|
|
14813
|
+
ttl: z.boolean(),
|
|
14814
|
+
bodyMaxLen: z.number().int().positive()
|
|
14815
|
+
});
|
|
14816
|
+
/**
|
|
14817
|
+
* `configSchema` is a `ConfigUISchema` tree passed through to the admin
|
|
14818
|
+
* FormBuilder. Stored as `z.unknown()` at the cap seam (mirrors
|
|
14819
|
+
* `device-provider.getChildCreationSchema` `CreationSchemaOutputSchema`) —
|
|
14820
|
+
* the union is large and not meant for runtime validation here; the exported
|
|
14821
|
+
* `TargetKind` type re-tightens `configSchema` to `ConfigUISchema`.
|
|
14822
|
+
*/
|
|
14823
|
+
var ConfigSchemaPassthrough = z.unknown();
|
|
14824
|
+
var TargetKindSchema = z.object({
|
|
14825
|
+
kind: z.string(),
|
|
14826
|
+
label: z.string(),
|
|
14827
|
+
icon: z.string(),
|
|
14828
|
+
/** Stamped by each provider so the concat-fanned catalog stays routable. */
|
|
14829
|
+
addonId: z.string(),
|
|
14830
|
+
configSchema: ConfigSchemaPassthrough,
|
|
14831
|
+
supportsDiscovery: z.boolean(),
|
|
14832
|
+
caps: TargetKindCapsSchema
|
|
14833
|
+
});
|
|
14834
|
+
/**
|
|
14835
|
+
* A persisted target. `config` holds secrets; providers REDACT secret fields
|
|
14836
|
+
* (return a presence marker only) when serving `listTargets` — never
|
|
14837
|
+
* round-trip a stored secret to the UI.
|
|
14838
|
+
*/
|
|
14839
|
+
var TargetSchema = z.object({
|
|
14840
|
+
id: z.string(),
|
|
14841
|
+
name: z.string(),
|
|
14842
|
+
kind: z.string(),
|
|
14843
|
+
addonId: z.string(),
|
|
14844
|
+
enabled: z.boolean(),
|
|
14845
|
+
config: z.record(z.string(), z.unknown())
|
|
14846
|
+
});
|
|
14847
|
+
/** A discovery-surfaced candidate (config is partial + non-secret). */
|
|
14848
|
+
var DiscoveredTargetSchema = z.object({
|
|
14849
|
+
kind: z.string(),
|
|
14850
|
+
suggestedName: z.string(),
|
|
14851
|
+
config: z.record(z.string(), z.unknown())
|
|
14852
|
+
});
|
|
14853
|
+
/** The degrade engine's report — what was resolved / dropped / degraded. */
|
|
14854
|
+
var RenderedAsSchema = z.object({
|
|
14855
|
+
level: z.string(),
|
|
14856
|
+
format: NotificationFormatSchema,
|
|
14857
|
+
attachmentsSent: z.number().int().nonnegative(),
|
|
14858
|
+
actionsSent: z.number().int().nonnegative(),
|
|
14859
|
+
truncated: z.boolean(),
|
|
14860
|
+
dropped: z.array(z.string())
|
|
14861
|
+
});
|
|
14862
|
+
var SendResultSchema = z.object({
|
|
14863
|
+
success: z.boolean(),
|
|
14864
|
+
error: z.string().optional(),
|
|
14865
|
+
renderedAs: RenderedAsSchema.optional()
|
|
14866
|
+
});
|
|
14867
|
+
/** Same shape as SendResult — kept as a distinct name for the test panel. */
|
|
14868
|
+
var TestResultSchema = SendResultSchema;
|
|
14499
14869
|
var notificationOutputCapability = {
|
|
14500
14870
|
name: "notification-output",
|
|
14501
14871
|
scope: "system",
|
|
14502
14872
|
mode: "collection",
|
|
14503
14873
|
methods: {
|
|
14504
|
-
|
|
14505
|
-
|
|
14506
|
-
|
|
14507
|
-
|
|
14508
|
-
|
|
14874
|
+
listTargetKinds: method(z.object({}), z.array(TargetKindSchema)),
|
|
14875
|
+
listTargets: method(z.object({}), z.array(TargetSchema)),
|
|
14876
|
+
discoverTargets: method(z.object({
|
|
14877
|
+
kind: z.string(),
|
|
14878
|
+
config: z.record(z.string(), z.unknown()).optional()
|
|
14879
|
+
}), z.array(DiscoveredTargetSchema)),
|
|
14880
|
+
send: method(z.object({
|
|
14881
|
+
targetId: z.string(),
|
|
14882
|
+
notification: NotificationSchema
|
|
14883
|
+
}), SendResultSchema, { kind: "mutation" }),
|
|
14884
|
+
testTarget: method(z.object({
|
|
14885
|
+
targetId: z.string(),
|
|
14886
|
+
sample: NotificationSchema.optional()
|
|
14887
|
+
}), TestResultSchema, { kind: "mutation" }),
|
|
14888
|
+
upsertTarget: method(z.object({ target: TargetSchema }), TargetSchema, { kind: "mutation" }),
|
|
14889
|
+
deleteTarget: method(z.object({ targetId: z.string() }), z.void(), { kind: "mutation" }),
|
|
14890
|
+
setTargetEnabled: method(z.object({
|
|
14891
|
+
targetId: z.string(),
|
|
14892
|
+
enabled: z.boolean()
|
|
14893
|
+
}), z.void(), { kind: "mutation" })
|
|
14509
14894
|
}
|
|
14510
14895
|
};
|
|
14511
14896
|
//#endregion
|
|
@@ -15377,10 +15762,11 @@ var pipelineOrchestratorCapability = {
|
|
|
15377
15762
|
}))),
|
|
15378
15763
|
/**
|
|
15379
15764
|
* Get one camera's decoder placement (computed if not yet pinned).
|
|
15380
|
-
*
|
|
15381
|
-
*
|
|
15382
|
-
*
|
|
15383
|
-
*
|
|
15765
|
+
*
|
|
15766
|
+
* ADVISORY today: reports the orchestrator's decoder preference only.
|
|
15767
|
+
* Actual decode placement is broker-owned (local-node pin + frame-plane
|
|
15768
|
+
* co-location guard). Reserved to become the binding source/decoder-owner
|
|
15769
|
+
* control in the stream-LB epic (Phase 2).
|
|
15384
15770
|
*
|
|
15385
15771
|
* `pipelineNodeId` is the node already chosen to run inference for
|
|
15386
15772
|
* this camera. When provided, the balancer prefers co-location with
|
|
@@ -23277,13 +23663,49 @@ var METHOD_ACCESS_MAP = Object.freeze({
|
|
|
23277
23663
|
addonId: null,
|
|
23278
23664
|
access: "create"
|
|
23279
23665
|
},
|
|
23666
|
+
"notificationOutput.deleteTarget": {
|
|
23667
|
+
capName: "notification-output",
|
|
23668
|
+
capScope: "system",
|
|
23669
|
+
addonId: null,
|
|
23670
|
+
access: "delete"
|
|
23671
|
+
},
|
|
23672
|
+
"notificationOutput.discoverTargets": {
|
|
23673
|
+
capName: "notification-output",
|
|
23674
|
+
capScope: "system",
|
|
23675
|
+
addonId: null,
|
|
23676
|
+
access: "view"
|
|
23677
|
+
},
|
|
23678
|
+
"notificationOutput.listTargetKinds": {
|
|
23679
|
+
capName: "notification-output",
|
|
23680
|
+
capScope: "system",
|
|
23681
|
+
addonId: null,
|
|
23682
|
+
access: "view"
|
|
23683
|
+
},
|
|
23684
|
+
"notificationOutput.listTargets": {
|
|
23685
|
+
capName: "notification-output",
|
|
23686
|
+
capScope: "system",
|
|
23687
|
+
addonId: null,
|
|
23688
|
+
access: "view"
|
|
23689
|
+
},
|
|
23280
23690
|
"notificationOutput.send": {
|
|
23281
23691
|
capName: "notification-output",
|
|
23282
23692
|
capScope: "system",
|
|
23283
23693
|
addonId: null,
|
|
23284
23694
|
access: "create"
|
|
23285
23695
|
},
|
|
23286
|
-
"notificationOutput.
|
|
23696
|
+
"notificationOutput.setTargetEnabled": {
|
|
23697
|
+
capName: "notification-output",
|
|
23698
|
+
capScope: "system",
|
|
23699
|
+
addonId: null,
|
|
23700
|
+
access: "create"
|
|
23701
|
+
},
|
|
23702
|
+
"notificationOutput.testTarget": {
|
|
23703
|
+
capName: "notification-output",
|
|
23704
|
+
capScope: "system",
|
|
23705
|
+
addonId: null,
|
|
23706
|
+
access: "create"
|
|
23707
|
+
},
|
|
23708
|
+
"notificationOutput.upsertTarget": {
|
|
23287
23709
|
capName: "notification-output",
|
|
23288
23710
|
capScope: "system",
|
|
23289
23711
|
addonId: null,
|
|
@@ -26018,4 +26440,4 @@ function scoreRuntimes(hw) {
|
|
|
26018
26440
|
};
|
|
26019
26441
|
}
|
|
26020
26442
|
//#endregion
|
|
26021
|
-
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, 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, 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, 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, DisposerChain, DoorbellPressEventSchema, DoorbellStatusSchema, ElementConfigStore, EmbeddingInfoSchema, EmbeddingResultSchema, EncodeProfileSchema, EncodedPacketSchema, EnrichedWidgetMetadataSchema, EnumSensorDateTimeFormatSchema, EnumSensorStatusSchema, EventCategory, EventEmitterStatusSchema, EventFireSchema, EventItemSchema, EventKindSchema, EventSourceType, ExportSetupFieldSchema, ExportSetupSchema, ExposedDeviceSchema, ExposedResourceSchema, FanControlStatusSchema, FanDirectionSchema, FeatureManifestSchema, FeatureProbeStatusSchema, FloodStatusSchema, FrameHandleFormatSchema, FrameHandleSchema, FrameInputSchema, GasStatusSchema, GetStreamWithCodecInputSchema, GlobalMetricsSchema, HF_BASE_URL, HF_REPO, HWACCEL_OPTIONS, HealthStatusSchema, HistoryPointSchema, HistoryResolutionEnum, HumidifierStatusSchema, HumiditySensorStatusSchema, HvacModeSchema, ImageStatusSchema, InstalledPackageSchema, IntegrationLiteSchema, IntegrationWithStateSchema, IntercomAbilitySchema, IntercomStatusSchema, KNOWN_CAP_NAMES, LabelDefinitionSchema, LawnMowerActivitySchema, LawnMowerControlStatusSchema, LocateSegmentResultSchema, LocationStatSchema, LockControlStatusSchema, LockStateSchema, LogEntrySchema, LogLevelSchema, LogStreamEntrySchema, MACRO_LABELS, 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, MotionAnalysisResultSchema, MotionEventSchema, MotionOnMotionChangedDataSchema, MotionRegionSchema, MotionSourceEnum, MotionSourcesSchema, MotionStatusSchema, MotionTriggerRuntimeStateSchema, MotionTriggerStatusSchema, MotionZoneOptionsSchema, MotionZonePatchSchema, MotionZoneRegionSchema, MotionZoneStatusSchema, StatusSchema as MqttBrokerStatusSchema, NativeDetectionSchema, NativeObjectClassEnum, NativeObjectDetectionRuntimeStateSchema, NativeObjectDetectionStatusSchema, NetworkAccessStatusSchema, NetworkAddressSchema, NetworkEndpointSchema, NotificationHistoryEntrySchema, NotificationRuleSchema, NotificationSchema, NotifierStatusSchema, NumericSensorStatusSchema, OauthIntegrationDescriptorSchema, ObjectEventSchema, OrchestratorMetricsSchema, OsdOverlayKindEnum, OsdOverlayPatchSchema, OsdOverlaySchema, OsdPositionEnum, OsdStatusSchema, PIPELINE_FLOW_CAPABILITY_NAMES, PIPELINE_OWNER_CAPABILITY_NAMES, PROVIDER_KIND_CAP_NAMES, PYTHON_SCRIPT, PackageUpdateSchema, PackageVersionInfoSchema, PasskeySummarySchema, PcmSampleFormatSchema, PerScopeBreakdownSchema, PickStreamPreferencesSchema, PickStreamRequirementsSchema, PickedCamStreamSchema, PipelineAssignmentSchema, PipelineDefaultStepSchema, PipelineEngineChoiceSchema, PipelineRunResultBridge, PipelineStepInputSchema, PlaceholderReasonSchema, PolygonPointSchema, PowerMeterStatusSchema, PresenceStatusSchema, PressureSensorStatusSchema, PrivacyMaskOptionsSchema, PrivacyMaskPatchSchema, PrivacyMaskRegionSchema, PrivacyMaskShapeSchema, PrivacyMaskStatusSchema, ProfileRtspEntrySchema, ProfileSlotSchema, ProfileSlotStatusSchema, ProviderStatusSchema, PtzAutotrackRuntimeStateSchema, PtzAutotrackSettingsSchema, PtzAutotrackStatusSchema, PtzAutotrackTargetOptionSchema, PtzMoveCommandSchema, PtzPositionSchema, PtzPresetSchema, PtzStatusSchema, QueryFilterSchema, RECOGNITION_TYPES, 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, RegisteredStreamSchema, ReportMotionInputSchema, RingBuffer, RtpSourceSchema, RtspRestreamEntrySchema, RunnerCameraConfigSchema, RunnerCameraDeviceUIFields, 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, 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, StreamInfoSchema, StreamNetworkStatsSchema, StreamParamsOptionsSchema, StreamParamsStatusSchema, StreamProfileConfigSchema, StreamProfileOptionsSchema, StreamProfilePatchSchema, StreamProfileSchema, StreamSourceEntrySchema, StreamSourceSchema, SubscribeAudioChunksInputSchema, SubscribeAudioChunksResultSchema, SubscribeFramesInputSchema, SubscribeFramesResultSchema, SwitchStatusSchema, SystemMetricsSchema, SystemMirror, TIMEZONES, TamperStatusSchema, TankStatusSchema, TemperatureSensorStatusSchema, TestConnectionResultSchema$1 as TestConnectionResultSchema, ToastSchema, TokenScopeSchema, TopologyNodeSchema, TopologyProcessSchema, TopologyServiceSchema, TrackSchema, TrackStateSchema, TrackedDetectionSchema, TurnServerSchema, BrokerInfoSchema$1 as UnifiedBrokerInfoSchema, UpdateIntegrationInputSchema, UpdateStatusSchema, UpdateUserInputSchema, UserRecordSchema, UserSummarySchema, VacuumControlStatusSchema, VacuumStateSchema, ValveStateSchema, ValveStatusSchema, VibrationStatusSchema, VideoEncodeSchema, WELL_KNOWN_TABS, WELL_KNOWN_TAB_MAP, WaterHeaterStatusSchema, WeatherStatusSchema, WebrtcStreamChoiceSchema, WebrtcStreamTargetSchema, 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, buildStreamParamsConfigSchema, buttonCapability, cameraCredentialsCapability, cameraPipelineConfigCapability, cameraStreamsCapability, carbonMonoxideCapability, cellsToRects, classifyStream, classifyStreams, climateControlCapability, colorCapability, connectivityCapability, consumablesCapability, contactCapability, controlCapability, cosineSimilarity, coverCapability, createDeviceProxy, createDurableState, createEvent, createLazyTrpcSource, createMirrorSource, createRuntimeStateBridge, createSliceHandle, createSystemProxy, customAction, customModelRegistryCapability, decoderCapability, defaultDeviceFor, defineCustomActions, detectionPipelineCapability, deviceAdoptionCapability, deviceCustomAction, deviceDiscoveryCapability, deviceExportCapability, deviceManagerCapability, deviceMatchesProfile, deviceOpsCapability, deviceProviderCapability, deviceStateCapability, deviceStatusCapability, doorbellCapability, embeddingEncoderCapability, emitDownForOwnedCaps, emitReadiness, encodeProfileFromStreamShape, enumSensorCapability, enumerateSchemaFields, errMsg, evaluateZoneRules, event, eventEmitterCapability, eventsCapability, expandCapMethods, extractSourceInfoFromMetadata, faceGalleryCapability, fanControlCapability, featureProbeCapability, filesystemBrowseCapability, findTimezone, floodCapability, formatForBackend, formatForRuntime, frameworkSwapConfirmSchema, frameworkSwapPackageSchema, gasCapability, getAudioMacroClassIds, getByPath, getCapsByProviderKind, hfModelUrl, humidifierCapability, humiditySensorCapability, hydrateSchema, imageCapability, integrationsCapability, intercomCapability, isAgentOnlyPlacement, isDeployableToAgent, isDeviceConfigCap, isEvent, jobKindSchema, lawnMowerControlCapability, lifecycleJobSchema, lifecycleJobScopeSchema, lifecycleJobStateSchema, lifecycleTaskSchema, localNetworkCapability, locationSimilarity, lockControlCapability, logDestinationCapability, makeProfileBrokerId, makeSourceBrokerId, mapAudioLabelToMacro, 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, parseJsonArray, parseJsonObject, parseJsonUnknown, parseProfileBrokerId, parseStreamParamsFormPatch, pendingFrameworkSwapSchema, pickPreferredRtspEntry, pipelineAnalyticsCapability, pipelineExecutorCapability, pipelineOrchestratorCapability, pipelineRunnerCapability, plateGalleryCapability, platformProbeCapability, powerMeterCapability, presenceCapability, pressureSensorCapability, privacyMaskCapability, ptzAutotrackCapability, ptzCapability, pythonScriptForBackend, readNodePin, readinessKey, rebootCapability, recordingCapability, rectsToCells, requiresPython, resolveAddonExecution, resolveAddonGroup, resolveAddonPlacement, resolveAddonRuntime, resolveCapMount, resolveDetectionRuntime, resolveDeviceProfile, resolveModelFormat, resolveRunnerId, restreamerCapability, runInferenceStep, runtimeDevices, scopeKey, scoreRuntimes, scriptRunnerCapability, selectAssignedProfileSlots, setByPath, settingsStoreCapability, sleep, sleepCancellable, smokeCapability, smtpProviderCapability, snapshotCapability, snapshotProviderCapability, ssoBridgeCapability, storageCapability, storageEvictableCapability, storageProviderCapability, streamBrokerCapability, streamCatalogCapability, streamParamsCapability, streamPixels, streamQualityLabel, streamingEngineCapability, supportedRuntimes, switchCapability, synthesizeSourceInfo, systemCapability, tamperCapability, taskLogEntrySchema, taskPhaseSchema, taskTargetSchema, temperatureSensorCapability, toDeviceSummary, toStreamSourceEntry, toastCapability, turnProviderCapability, updateCapability, userManagementCapability, userPasskeysCapability, vacuumControlCapability, valveCapability, vibrationCapability, videoclipsCapability, waterHeaterCapability, weatherCapability, webrtcCapability, webrtcClientHintsSchema, webrtcSessionCapability, wiringAddonHealthSchema, wiringHealthSnapshotSchema, wiringNodeHealthSchema, wiringProbeKindSchema, wiringProbeResultSchema, zodEntriesToConfigUI, zoneAnalyticsCapability, zoneRulesCapability, zonesCapability };
|
|
26443
|
+
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, 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, 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, ElementConfigStore, EmbeddingInfoSchema, EmbeddingResultSchema, EncodeProfileSchema, EncodedPacketSchema, EnrichedWidgetMetadataSchema, EnumSensorDateTimeFormatSchema, EnumSensorStatusSchema, EventCategory, EventEmitterStatusSchema, EventFireSchema, EventItemSchema, EventKindSchema, EventSourceType, ExportSetupFieldSchema, ExportSetupSchema, ExposedDeviceSchema, ExposedResourceSchema, FanControlStatusSchema, FanDirectionSchema, FeatureManifestSchema, FeatureProbeStatusSchema, FloodStatusSchema, FrameHandleFormatSchema, FrameHandleSchema, FrameInputSchema, GasStatusSchema, GetStreamWithCodecInputSchema, GlobalMetricsSchema, HF_BASE_URL, HF_REPO, HWACCEL_OPTIONS, HealthStatusSchema, HistoryPointSchema, HistoryResolutionEnum, HumidifierStatusSchema, HumiditySensorStatusSchema, HvacModeSchema, ImageStatusSchema, InstalledPackageSchema, IntegrationLiteSchema, IntegrationWithStateSchema, IntercomAbilitySchema, IntercomStatusSchema, KNOWN_CAP_NAMES, LabelDefinitionSchema, LawnMowerActivitySchema, LawnMowerControlStatusSchema, LocateSegmentResultSchema, LocationStatSchema, LockControlStatusSchema, LockStateSchema, LogEntrySchema, LogLevelSchema, LogStreamEntrySchema, MACRO_LABELS, 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, 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, PIPELINE_FLOW_CAPABILITY_NAMES, PIPELINE_OWNER_CAPABILITY_NAMES, PROVIDER_KIND_CAP_NAMES, PYTHON_SCRIPT, PackageUpdateSchema, PackageVersionInfoSchema, PasskeySummarySchema, PcmSampleFormatSchema, PerScopeBreakdownSchema, PickStreamPreferencesSchema, PickStreamRequirementsSchema, PickedCamStreamSchema, PipelineAssignmentSchema, PipelineDefaultStepSchema, PipelineEngineChoiceSchema, PipelineRunResultBridge, PipelineStepInputSchema, PlaceholderReasonSchema, PolygonPointSchema, PowerMeterStatusSchema, PresenceStatusSchema, PressureSensorStatusSchema, PrivacyMaskOptionsSchema, PrivacyMaskPatchSchema, PrivacyMaskRegionSchema, PrivacyMaskShapeSchema, PrivacyMaskStatusSchema, ProfileRtspEntrySchema, ProfileSlotSchema, ProfileSlotStatusSchema, ProviderStatusSchema, PtzAutotrackRuntimeStateSchema, PtzAutotrackSettingsSchema, PtzAutotrackStatusSchema, PtzAutotrackTargetOptionSchema, PtzMoveCommandSchema, PtzPositionSchema, PtzPresetSchema, PtzStatusSchema, QueryFilterSchema, RECOGNITION_TYPES, 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, RegisteredStreamSchema, RenderedAsSchema, ReportMotionInputSchema, RingBuffer, RtpSourceSchema, RtspRestreamEntrySchema, RunnerCameraConfigSchema, RunnerCameraDeviceUIFields, 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, StreamInfoSchema, 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, BrokerInfoSchema$1 as UnifiedBrokerInfoSchema, UpdateIntegrationInputSchema, UpdateStatusSchema, UpdateUserInputSchema, UserRecordSchema, UserSummarySchema, VacuumControlStatusSchema, VacuumStateSchema, ValveStateSchema, ValveStatusSchema, VibrationStatusSchema, VideoEncodeSchema, WELL_KNOWN_TABS, WELL_KNOWN_TAB_MAP, WaterHeaterStatusSchema, WeatherStatusSchema, WebrtcStreamChoiceSchema, WebrtcStreamTargetSchema, 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, buildStreamParamsConfigSchema, buttonCapability, cameraCredentialsCapability, cameraPipelineConfigCapability, cameraStreamsCapability, carbonMonoxideCapability, cellsToRects, classifyStream, classifyStreams, climateControlCapability, colorCapability, connectivityCapability, consumablesCapability, contactCapability, controlCapability, cosineSimilarity, coverCapability, createDeviceProxy, createDurableState, createEvent, createLazyTrpcSource, createMirrorSource, createRuntimeStateBridge, createSliceHandle, createSystemProxy, customAction, customModelRegistryCapability, decoderCapability, defaultDeviceFor, defineCustomActions, detectionPipelineCapability, deviceAdoptionCapability, deviceCustomAction, deviceDiscoveryCapability, deviceExportCapability, deviceManagerCapability, deviceMatchesProfile, deviceOpsCapability, deviceProviderCapability, deviceStateCapability, deviceStatusCapability, doorbellCapability, embeddingEncoderCapability, emitDownForOwnedCaps, emitReadiness, encodeProfileFromStreamShape, enumSensorCapability, enumerateSchemaFields, errMsg, 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, integrationsCapability, intercomCapability, isAgentOnlyPlacement, isDeployableToAgent, isDeviceConfigCap, isEvent, jobKindSchema, lawnMowerControlCapability, lifecycleJobSchema, lifecycleJobScopeSchema, lifecycleJobStateSchema, lifecycleTaskSchema, localNetworkCapability, locationSimilarity, lockControlCapability, logDestinationCapability, 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, parseJsonArray, parseJsonObject, parseJsonUnknown, parseProfileBrokerId, parseStreamParamsFormPatch, pendingFrameworkSwapSchema, pickPreferredRtspEntry, pipelineAnalyticsCapability, pipelineExecutorCapability, pipelineOrchestratorCapability, pipelineRunnerCapability, plateGalleryCapability, platformProbeCapability, powerMeterCapability, prepareNotification, presenceCapability, pressureSensorCapability, privacyMaskCapability, ptzAutotrackCapability, ptzCapability, pythonScriptForBackend, readNodePin, readinessKey, rebootCapability, recordingCapability, rectsToCells, requiresPython, resolveAddonExecution, resolveAddonGroup, resolveAddonPlacement, resolveAddonRuntime, resolveCapMount, resolveDetectionRuntime, resolveDeviceProfile, resolveFormat, resolveModelFormat, resolveRunnerId, restreamerCapability, runInferenceStep, runtimeDevices, scopeKey, scoreRuntimes, scriptRunnerCapability, selectAssignedProfileSlots, setByPath, settingsStoreCapability, sleep, sleepCancellable, smokeCapability, smtpProviderCapability, snapshotCapability, snapshotProviderCapability, ssoBridgeCapability, storageCapability, storageEvictableCapability, storageProviderCapability, streamBrokerCapability, streamCatalogCapability, streamParamsCapability, streamPixels, streamQualityLabel, streamingEngineCapability, supportedRuntimes, switchCapability, synthesizeSourceInfo, systemCapability, tamperCapability, taskLogEntrySchema, taskPhaseSchema, taskTargetSchema, temperatureSensorCapability, textToHtml, toDeviceSummary, toStreamSourceEntry, toastCapability, transcodeBody, turnProviderCapability, updateCapability, userManagementCapability, userPasskeysCapability, vacuumControlCapability, valveCapability, vibrationCapability, videoclipsCapability, waterHeaterCapability, weatherCapability, webrtcCapability, webrtcClientHintsSchema, webrtcSessionCapability, wiringAddonHealthSchema, wiringHealthSnapshotSchema, wiringNodeHealthSchema, wiringProbeKindSchema, wiringProbeResultSchema, zodEntriesToConfigUI, zoneAnalyticsCapability, zoneRulesCapability, zonesCapability };
|