@camstack/types 1.2.45 → 1.2.46
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 +10 -2
- package/dist/addon.mjs +10 -2
- package/dist/capabilities/index.d.ts +1 -1
- package/dist/capabilities/notification-output.cap.d.ts +4 -4
- package/dist/capabilities/stream-broker.cap.d.ts +164 -1
- package/dist/generated/addon-api.d.ts +14 -0
- package/dist/generated/cap-input-defaults.d.ts +1 -1
- 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 +1 -1
- package/dist/index.js +141 -1
- package/dist/index.mjs +138 -2
- package/dist/{sleep-Bf5fBs7u.mjs → sleep-BbYwFLG6.mjs} +1 -0
- package/dist/{sleep-BOI-sVEA.js → sleep-CyN9nHr_.js} +1 -0
- package/package.json +1 -1
package/dist/addon.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
2
|
const require_event_category = require("./event-category-BE4PDZ_3.js");
|
|
3
|
-
const require_sleep = require("./sleep-
|
|
3
|
+
const require_sleep = require("./sleep-CyN9nHr_.js");
|
|
4
4
|
const require_err_msg = require("./err-msg-COpsHMw2.js");
|
|
5
5
|
//#region src/generated/collection-array-methods.ts
|
|
6
6
|
/**
|
|
@@ -71,7 +71,7 @@ function isCollectionArrayMethodName(capName, method) {
|
|
|
71
71
|
* Plain data, zero Zod: a forked runner must not import the schema barrel
|
|
72
72
|
* (~144MB RSS per runner — D28).
|
|
73
73
|
*
|
|
74
|
-
* Coverage: 23 caps,
|
|
74
|
+
* Coverage: 23 caps, 51 methods with defaults.
|
|
75
75
|
*/
|
|
76
76
|
var CAP_INPUT_DEFAULTS = Object.freeze({
|
|
77
77
|
"addons": { "getLogs": { "limit": 100 } },
|
|
@@ -247,6 +247,14 @@ var CAP_INPUT_DEFAULTS = Object.freeze({
|
|
|
247
247
|
} } }
|
|
248
248
|
},
|
|
249
249
|
"stream-broker": {
|
|
250
|
+
"produceEventMedia": {
|
|
251
|
+
"preSeconds": 4,
|
|
252
|
+
"postSeconds": 6,
|
|
253
|
+
"kinds": ["mp4"],
|
|
254
|
+
"gifMaxWidth": 640,
|
|
255
|
+
"gifFps": 8,
|
|
256
|
+
"speed": 1
|
|
257
|
+
},
|
|
250
258
|
"pullAudioChunks": { "maxCount": 8 },
|
|
251
259
|
"pullFrameHandles": { "maxCount": 4 },
|
|
252
260
|
"renderPreBufferClip": {
|
package/dist/addon.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as EventCategory } from "./event-category-41fKf-q9.mjs";
|
|
2
|
-
import { C as DeviceType, F as readNodePin, L as ReadinessRegistry, O as expandCapMethods, P as nodePin, R as ReadinessTimeoutError, V as scopeKey, a as asJsonObject, d as DEVICE_SCOPED_CAPS, f as isDeviceScopedCap, gt as normalizeAddonInitResult, ht as BaseAddon, mt as DisposerChain, p as createDeviceProxy, pt as DATAPLANE_SECRET_HEADER, s as asString, t as sleep, u as parseJsonUnknown, v as deviceOpsCapability, w as adminUiCapability, y as viewerUiCapability, yt as emitReadiness } from "./sleep-
|
|
2
|
+
import { C as DeviceType, F as readNodePin, L as ReadinessRegistry, O as expandCapMethods, P as nodePin, R as ReadinessTimeoutError, V as scopeKey, a as asJsonObject, d as DEVICE_SCOPED_CAPS, f as isDeviceScopedCap, gt as normalizeAddonInitResult, ht as BaseAddon, mt as DisposerChain, p as createDeviceProxy, pt as DATAPLANE_SECRET_HEADER, s as asString, t as sleep, u as parseJsonUnknown, v as deviceOpsCapability, w as adminUiCapability, y as viewerUiCapability, yt as emitReadiness } from "./sleep-BbYwFLG6.mjs";
|
|
3
3
|
import { t as errMsg } from "./err-msg-IQTHeDzc.mjs";
|
|
4
4
|
//#region src/generated/collection-array-methods.ts
|
|
5
5
|
/**
|
|
@@ -70,7 +70,7 @@ function isCollectionArrayMethodName(capName, method) {
|
|
|
70
70
|
* Plain data, zero Zod: a forked runner must not import the schema barrel
|
|
71
71
|
* (~144MB RSS per runner — D28).
|
|
72
72
|
*
|
|
73
|
-
* Coverage: 23 caps,
|
|
73
|
+
* Coverage: 23 caps, 51 methods with defaults.
|
|
74
74
|
*/
|
|
75
75
|
var CAP_INPUT_DEFAULTS = Object.freeze({
|
|
76
76
|
"addons": { "getLogs": { "limit": 100 } },
|
|
@@ -246,6 +246,14 @@ var CAP_INPUT_DEFAULTS = Object.freeze({
|
|
|
246
246
|
} } }
|
|
247
247
|
},
|
|
248
248
|
"stream-broker": {
|
|
249
|
+
"produceEventMedia": {
|
|
250
|
+
"preSeconds": 4,
|
|
251
|
+
"postSeconds": 6,
|
|
252
|
+
"kinds": ["mp4"],
|
|
253
|
+
"gifMaxWidth": 640,
|
|
254
|
+
"gifFps": 8,
|
|
255
|
+
"speed": 1
|
|
256
|
+
},
|
|
249
257
|
"pullAudioChunks": { "maxCount": 8 },
|
|
250
258
|
"pullFrameHandles": { "maxCount": 4 },
|
|
251
259
|
"renderPreBufferClip": {
|
|
@@ -99,7 +99,7 @@ export { type IStorageCapProvider, StorageLocationTypeSchema, storageCapability,
|
|
|
99
99
|
export { type EvictableUsage, type EvictResult, type IStorageEvictableProvider, storageEvictableCapability, } from './storage-evictable.cap.js';
|
|
100
100
|
export { AbortUploadInputSchema as StorageAbortUploadInputSchema, BeginDownloadInputSchema as StorageBeginDownloadInputSchema, BeginDownloadResultSchema as StorageBeginDownloadResultSchema, BeginUploadInputSchema as StorageBeginUploadInputSchema, BeginUploadResultSchema as StorageBeginUploadResultSchema, EndDownloadInputSchema as StorageEndDownloadInputSchema, FinalizeUploadInputSchema as StorageFinalizeUploadInputSchema, type IStorageProviderImpl, ProviderInfoSchema as StorageProviderInfoSchema, ReadChunkInputSchema as StorageReadChunkInputSchema, storageProviderCapability, TestLocationResultSchema as StorageTestLocationResultSchema, WriteChunkInputSchema as StorageWriteChunkInputSchema, } from './storage-provider.cap.js';
|
|
101
101
|
export type { AudioCodecTarget, BrokerAudioClient, BrokerClients, BrokerConsumerAttribution, BrokerConsumerKind, BrokerDecodedClient, BrokerEncodedClient, BrokerRtspClient, GetStreamWithCodecInput, PlaceholderReason, RtpSource, VideoCodecTarget, } from './stream-broker.cap.js';
|
|
102
|
-
export { BrokerAudioClientSchema, BrokerClientsSchema, BrokerConsumerAttributionSchema, BrokerConsumerKindSchema, BrokerDecodedClientSchema, BrokerEncodedClientSchema, BrokerRtspClientSchema, type EgressEncode, EgressEncodeSchema, type EgressRateControl, EgressRateControlSchema, type EgressTranscode, type EgressTranscodeRequest, EgressTranscodeRequestSchema, EgressTranscodeSchema, GetStreamWithCodecInputSchema, PlaceholderReasonSchema, RtpSourceSchema, RtspRestreamEntrySchema, type StreamBrokerClient, type StreamFormat, StreamFormatSchema, streamBrokerCapability, } from './stream-broker.cap.js';
|
|
102
|
+
export { BrokerAudioClientSchema, BrokerClientsSchema, BrokerConsumerAttributionSchema, BrokerConsumerKindSchema, BrokerDecodedClientSchema, BrokerEncodedClientSchema, BrokerRtspClientSchema, type EgressEncode, EgressEncodeSchema, type EgressRateControl, EgressRateControlSchema, type EgressTranscode, type EgressTranscodeRequest, EgressTranscodeRequestSchema, EgressTranscodeSchema, type EventMediaArtifact, EventMediaArtifactSchema, type EventMediaCoverage, EventMediaCoverageSchema, type EventMediaKind, EventMediaKindSchema, type EventMediaProduction, EventMediaProductionSchema, GetStreamWithCodecInputSchema, PlaceholderReasonSchema, RtpSourceSchema, RtspRestreamEntrySchema, type StreamBrokerClient, type StreamFormat, StreamFormatSchema, streamBrokerCapability, } from './stream-broker.cap.js';
|
|
103
103
|
export { type ITerminalSessionProvider, type TerminalProfileInfo, TerminalProfileInfoSchema, type TerminalSessionInfo, TerminalSessionInfoSchema, terminalSessionCapability, } from './terminal-session.cap.js';
|
|
104
104
|
export type { ITurnProvider } from './turn-provider.cap.js';
|
|
105
105
|
export { TurnServerSchema, turnProviderCapability } from './turn-provider.cap.js';
|
|
@@ -207,8 +207,8 @@ export declare const TargetKindAttachmentsCapsSchema: z.ZodObject<{
|
|
|
207
207
|
}>>;
|
|
208
208
|
mode: z.ZodEnum<{
|
|
209
209
|
url: "url";
|
|
210
|
-
both: "both";
|
|
211
210
|
bytes: "bytes";
|
|
211
|
+
both: "both";
|
|
212
212
|
}>;
|
|
213
213
|
max: z.ZodNumber;
|
|
214
214
|
maxBytes: z.ZodOptional<z.ZodNumber>;
|
|
@@ -225,8 +225,8 @@ export declare const TargetKindCapsSchema: z.ZodObject<{
|
|
|
225
225
|
}>>;
|
|
226
226
|
mode: z.ZodEnum<{
|
|
227
227
|
url: "url";
|
|
228
|
-
both: "both";
|
|
229
228
|
bytes: "bytes";
|
|
229
|
+
both: "both";
|
|
230
230
|
}>;
|
|
231
231
|
max: z.ZodNumber;
|
|
232
232
|
maxBytes: z.ZodOptional<z.ZodNumber>;
|
|
@@ -276,8 +276,8 @@ export declare const TargetKindSchema: z.ZodObject<{
|
|
|
276
276
|
}>>;
|
|
277
277
|
mode: z.ZodEnum<{
|
|
278
278
|
url: "url";
|
|
279
|
-
both: "both";
|
|
280
279
|
bytes: "bytes";
|
|
280
|
+
both: "both";
|
|
281
281
|
}>;
|
|
282
282
|
max: z.ZodNumber;
|
|
283
283
|
maxBytes: z.ZodOptional<z.ZodNumber>;
|
|
@@ -406,8 +406,8 @@ export declare const notificationOutputCapability: {
|
|
|
406
406
|
}>>;
|
|
407
407
|
mode: z.ZodEnum<{
|
|
408
408
|
url: "url";
|
|
409
|
-
both: "both";
|
|
410
409
|
bytes: "bytes";
|
|
410
|
+
both: "both";
|
|
411
411
|
}>;
|
|
412
412
|
max: z.ZodNumber;
|
|
413
413
|
maxBytes: z.ZodOptional<z.ZodNumber>;
|
|
@@ -8,6 +8,87 @@ export declare const StreamFormatSchema: z.ZodEnum<{
|
|
|
8
8
|
mjpeg: "mjpeg";
|
|
9
9
|
}>;
|
|
10
10
|
export type StreamFormat = z.infer<typeof StreamFormatSchema>;
|
|
11
|
+
/** A container `produceEventMedia` can emit. */
|
|
12
|
+
export declare const EventMediaKindSchema: z.ZodEnum<{
|
|
13
|
+
mp4: "mp4";
|
|
14
|
+
gif: "gif";
|
|
15
|
+
}>;
|
|
16
|
+
export type EventMediaKind = z.infer<typeof EventMediaKindSchema>;
|
|
17
|
+
/**
|
|
18
|
+
* One produced artifact, referenced by HANDLE.
|
|
19
|
+
*
|
|
20
|
+
* Never inline bytes: a produced clip is 200 KB–5 MB and every consumer of this
|
|
21
|
+
* method is in another runner ([D9](../../../../docs/decisions/adr-0009.md),
|
|
22
|
+
* [D18](../../../../docs/decisions/adr-0018.md) — cross-process media is fetched
|
|
23
|
+
* on demand, compressed, by handle). `bytes` is here so a caller can decide
|
|
24
|
+
* whether it wants the fetch at all.
|
|
25
|
+
*/
|
|
26
|
+
export declare const EventMediaArtifactSchema: z.ZodObject<{
|
|
27
|
+
kind: z.ZodEnum<{
|
|
28
|
+
mp4: "mp4";
|
|
29
|
+
gif: "gif";
|
|
30
|
+
}>;
|
|
31
|
+
handle: z.ZodString;
|
|
32
|
+
nodeId: z.ZodString;
|
|
33
|
+
mime: z.ZodString;
|
|
34
|
+
bytes: z.ZodNumber;
|
|
35
|
+
width: z.ZodNumber;
|
|
36
|
+
height: z.ZodNumber;
|
|
37
|
+
}, z.core.$strip>;
|
|
38
|
+
export type EventMediaArtifact = z.infer<typeof EventMediaArtifactSchema>;
|
|
39
|
+
/**
|
|
40
|
+
* What a production actually covered — the answer to the only question an
|
|
41
|
+
* operator asks about a notification clip.
|
|
42
|
+
*
|
|
43
|
+
* `fromTs`/`toTs` are WALL CLOCK, derived from the ring's own packet timeline,
|
|
44
|
+
* so a caller can state "this clip starts 4.1 s before the event" instead of
|
|
45
|
+
* inferring it from a duration. A production whose `fromTs` is later than the
|
|
46
|
+
* event is a production with no pre-roll, and that is exactly the defect this
|
|
47
|
+
* method exists to make visible rather than plausible.
|
|
48
|
+
*/
|
|
49
|
+
export declare const EventMediaCoverageSchema: z.ZodObject<{
|
|
50
|
+
fromTs: z.ZodNumber;
|
|
51
|
+
toTs: z.ZodNumber;
|
|
52
|
+
packets: z.ZodNumber;
|
|
53
|
+
}, z.core.$strip>;
|
|
54
|
+
export type EventMediaCoverage = z.infer<typeof EventMediaCoverageSchema>;
|
|
55
|
+
/**
|
|
56
|
+
* The result of ONE cut, in every container the caller asked for.
|
|
57
|
+
*
|
|
58
|
+
* Every artifact in `media` came out of the SAME window of the SAME rendition —
|
|
59
|
+
* that is the whole reason this is one method rather than one call per format.
|
|
60
|
+
* A consumer attaching a gif and a video can no longer show two different
|
|
61
|
+
* moments, because it never chose two sources.
|
|
62
|
+
*/
|
|
63
|
+
export declare const EventMediaProductionSchema: z.ZodObject<{
|
|
64
|
+
media: z.ZodReadonly<z.ZodArray<z.ZodObject<{
|
|
65
|
+
kind: z.ZodEnum<{
|
|
66
|
+
mp4: "mp4";
|
|
67
|
+
gif: "gif";
|
|
68
|
+
}>;
|
|
69
|
+
handle: z.ZodString;
|
|
70
|
+
nodeId: z.ZodString;
|
|
71
|
+
mime: z.ZodString;
|
|
72
|
+
bytes: z.ZodNumber;
|
|
73
|
+
width: z.ZodNumber;
|
|
74
|
+
height: z.ZodNumber;
|
|
75
|
+
}, z.core.$strip>>>;
|
|
76
|
+
coverage: z.ZodObject<{
|
|
77
|
+
fromTs: z.ZodNumber;
|
|
78
|
+
toTs: z.ZodNumber;
|
|
79
|
+
packets: z.ZodNumber;
|
|
80
|
+
}, z.core.$strip>;
|
|
81
|
+
profile: z.ZodEnum<{
|
|
82
|
+
high: "high";
|
|
83
|
+
mid: "mid";
|
|
84
|
+
low: "low";
|
|
85
|
+
}>;
|
|
86
|
+
video: z.ZodEnum<{
|
|
87
|
+
encode: "encode";
|
|
88
|
+
copy: "copy";
|
|
89
|
+
}>;
|
|
90
|
+
}, z.core.$strip>;
|
|
91
|
+
export type EventMediaProduction = z.infer<typeof EventMediaProductionSchema>;
|
|
11
92
|
declare const RtspRestreamEntrySchema: z.ZodObject<{
|
|
12
93
|
brokerId: z.ZodString;
|
|
13
94
|
url: z.ZodString;
|
|
@@ -592,8 +673,8 @@ export declare const streamBrokerCapability: {
|
|
|
592
673
|
preRollSec: z.ZodDefault<z.ZodNumber>;
|
|
593
674
|
postRollSec: z.ZodDefault<z.ZodNumber>;
|
|
594
675
|
format: z.ZodDefault<z.ZodEnum<{
|
|
595
|
-
gif: "gif";
|
|
596
676
|
mp4: "mp4";
|
|
677
|
+
gif: "gif";
|
|
597
678
|
}>>;
|
|
598
679
|
maxWidth: z.ZodDefault<z.ZodNumber>;
|
|
599
680
|
fps: z.ZodDefault<z.ZodNumber>;
|
|
@@ -609,6 +690,88 @@ export declare const streamBrokerCapability: {
|
|
|
609
690
|
}>;
|
|
610
691
|
durationMs: z.ZodNumber;
|
|
611
692
|
}, z.core.$strip>, "mutation">;
|
|
693
|
+
/**
|
|
694
|
+
* THE production point for event media — one window, every container.
|
|
695
|
+
*
|
|
696
|
+
* `renderPreBufferClip` renders ONE format per call, so a consumer wanting a
|
|
697
|
+
* gif and a video made two calls and got two windows. On 2026-08-08 the
|
|
698
|
+
* operator received exactly that: a gif around a doorbell press and an mp4
|
|
699
|
+
* of the six seconds after it. This method cuts once and derives the rest,
|
|
700
|
+
* so "the attachments agree" is a property of the service instead of a
|
|
701
|
+
* discipline every consumer has to keep.
|
|
702
|
+
*
|
|
703
|
+
* It is also the only place that owns the packets. The broker already
|
|
704
|
+
* retains an AnnexB ring per camera (`setClipRetention`, D32) — the
|
|
705
|
+
* prebuffer — so a production reaches BACKWARDS from the event with no
|
|
706
|
+
* process to spawn and nothing kept warm. It waits out `postSeconds`, muxes
|
|
707
|
+
* the window once (COPYING the camera's own H.264 whenever nothing is being
|
|
708
|
+
* changed), derives any gif from that same mux, and returns HANDLES.
|
|
709
|
+
*
|
|
710
|
+
* Intended for every future consumer, not just notifications: a clips API, a
|
|
711
|
+
* retrain export and an event export all want the same window of the same
|
|
712
|
+
* camera and must not each grow their own renderer.
|
|
713
|
+
*/
|
|
714
|
+
readonly produceEventMedia: import("./capability-definition.js").CapabilityMethodSchema<z.ZodObject<{
|
|
715
|
+
deviceId: z.ZodNumber;
|
|
716
|
+
profile: z.ZodOptional<z.ZodEnum<{
|
|
717
|
+
high: "high";
|
|
718
|
+
mid: "mid";
|
|
719
|
+
low: "low";
|
|
720
|
+
}>>;
|
|
721
|
+
aroundMs: z.ZodNumber;
|
|
722
|
+
preSeconds: z.ZodDefault<z.ZodNumber>;
|
|
723
|
+
postSeconds: z.ZodDefault<z.ZodNumber>;
|
|
724
|
+
kinds: z.ZodDefault<z.ZodArray<z.ZodEnum<{
|
|
725
|
+
mp4: "mp4";
|
|
726
|
+
gif: "gif";
|
|
727
|
+
}>>>;
|
|
728
|
+
gifMaxWidth: z.ZodDefault<z.ZodNumber>;
|
|
729
|
+
gifFps: z.ZodDefault<z.ZodNumber>;
|
|
730
|
+
speed: z.ZodDefault<z.ZodNumber>;
|
|
731
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
732
|
+
media: z.ZodReadonly<z.ZodArray<z.ZodObject<{
|
|
733
|
+
kind: z.ZodEnum<{
|
|
734
|
+
mp4: "mp4";
|
|
735
|
+
gif: "gif";
|
|
736
|
+
}>;
|
|
737
|
+
handle: z.ZodString;
|
|
738
|
+
nodeId: z.ZodString;
|
|
739
|
+
mime: z.ZodString;
|
|
740
|
+
bytes: z.ZodNumber;
|
|
741
|
+
width: z.ZodNumber;
|
|
742
|
+
height: z.ZodNumber;
|
|
743
|
+
}, z.core.$strip>>>;
|
|
744
|
+
coverage: z.ZodObject<{
|
|
745
|
+
fromTs: z.ZodNumber;
|
|
746
|
+
toTs: z.ZodNumber;
|
|
747
|
+
packets: z.ZodNumber;
|
|
748
|
+
}, z.core.$strip>;
|
|
749
|
+
profile: z.ZodEnum<{
|
|
750
|
+
high: "high";
|
|
751
|
+
mid: "mid";
|
|
752
|
+
low: "low";
|
|
753
|
+
}>;
|
|
754
|
+
video: z.ZodEnum<{
|
|
755
|
+
encode: "encode";
|
|
756
|
+
copy: "copy";
|
|
757
|
+
}>;
|
|
758
|
+
}, z.core.$strip>, "mutation">;
|
|
759
|
+
/**
|
|
760
|
+
* Redeem a {@link EventMediaArtifactSchema} handle for its bytes.
|
|
761
|
+
*
|
|
762
|
+
* Separate from the production on purpose (D18): the producing runner keeps
|
|
763
|
+
* the artifact for a few minutes, and a consumer that only wanted the
|
|
764
|
+
* coverage never moves a megabyte. `null` once it has expired — a handle is
|
|
765
|
+
* short-lived by design and a caller that waited too long must see that
|
|
766
|
+
* rather than a zero-length file.
|
|
767
|
+
*/
|
|
768
|
+
readonly fetchEventMedia: import("./capability-definition.js").CapabilityMethodSchema<z.ZodObject<{
|
|
769
|
+
handle: z.ZodString;
|
|
770
|
+
}, z.core.$strip>, z.ZodNullable<z.ZodObject<{
|
|
771
|
+
base64: z.ZodString;
|
|
772
|
+
mime: z.ZodString;
|
|
773
|
+
bytes: z.ZodNumber;
|
|
774
|
+
}, z.core.$strip>>, "mutation">;
|
|
612
775
|
readonly listAllCameraStreams: import("./capability-definition.js").CapabilityMethodSchema<z.ZodVoid, z.ZodReadonly<z.ZodArray<z.ZodObject<{
|
|
613
776
|
camStreamId: z.ZodString;
|
|
614
777
|
deviceId: z.ZodNumber;
|
|
@@ -6961,6 +6961,20 @@ export type AppRouter = TrpcCoreRouter<{
|
|
|
6961
6961
|
output: z.infer<typeof streamBrokerCapability.methods.renderPreBufferClip.output>;
|
|
6962
6962
|
meta: object;
|
|
6963
6963
|
}>;
|
|
6964
|
+
produceEventMedia: TRPCMutationProcedure<{
|
|
6965
|
+
input: {
|
|
6966
|
+
[x: string]: unknown;
|
|
6967
|
+
} & z.input<typeof streamBrokerCapability.methods.produceEventMedia.input>;
|
|
6968
|
+
output: z.infer<typeof streamBrokerCapability.methods.produceEventMedia.output>;
|
|
6969
|
+
meta: object;
|
|
6970
|
+
}>;
|
|
6971
|
+
fetchEventMedia: TRPCMutationProcedure<{
|
|
6972
|
+
input: {
|
|
6973
|
+
[x: string]: unknown;
|
|
6974
|
+
} & z.input<typeof streamBrokerCapability.methods.fetchEventMedia.input>;
|
|
6975
|
+
output: z.infer<typeof streamBrokerCapability.methods.fetchEventMedia.output>;
|
|
6976
|
+
meta: object;
|
|
6977
|
+
}>;
|
|
6964
6978
|
listAllCameraStreams: TRPCQueryProcedure<{
|
|
6965
6979
|
input: {
|
|
6966
6980
|
nodeId?: string | undefined;
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
* Plain data, zero Zod: a forked runner must not import the schema barrel
|
|
12
12
|
* (~144MB RSS per runner — D28).
|
|
13
13
|
*
|
|
14
|
-
* Coverage: 23 caps,
|
|
14
|
+
* Coverage: 23 caps, 51 methods with defaults.
|
|
15
15
|
*/
|
|
16
16
|
export declare const CAP_INPUT_DEFAULTS: Readonly<Record<string, Readonly<Record<string, Readonly<Record<string, unknown>>>>>>;
|
|
17
17
|
/**
|
|
@@ -280,7 +280,7 @@ export interface DeviceProxy {
|
|
|
280
280
|
readonly plateGallery: Pick<InferDeviceProxyCap<typeof plateGalleryCapability>, 'listPlates' | 'getPlateByTrack'>;
|
|
281
281
|
readonly recording: Pick<InferDeviceProxyCap<typeof recordingCapability>, 'getAvailability' | 'getDaysWithRecordings' | 'getPlaybackManifest' | 'getDeviceConfig' | 'locateSegment' | 'readSegmentBytes' | 'readGopBytes' | 'setDeviceConfig' | 'rescanStorage' | 'pruneFootage' | 'deleteFootprint' | 'renderGif' | 'renderClip' | 'getStatus' | 'getDeviceSettingsContribution' | 'getDeviceLiveContribution' | 'applyDeviceSettingsPatch'>;
|
|
282
282
|
readonly recordingExport: Pick<InferDeviceProxyCap<typeof recordingExportCapability>, 'createExport' | 'listExports'>;
|
|
283
|
-
readonly streamBroker: Pick<InferDeviceProxyCap<typeof streamBrokerCapability>, 'publishCameraStream' | 'retractCameraStream' | 'assignProfile' | 'unassignProfile' | 'renderPreBufferClip' | 'restartProfile' | 'getDeviceAudioMute' | 'setDeviceAudioMute' | 'getDeviceSettingsContribution' | 'getDeviceLiveContribution' | 'applyDeviceSettingsPatch'>;
|
|
283
|
+
readonly streamBroker: Pick<InferDeviceProxyCap<typeof streamBrokerCapability>, 'publishCameraStream' | 'retractCameraStream' | 'assignProfile' | 'unassignProfile' | 'renderPreBufferClip' | 'produceEventMedia' | 'restartProfile' | 'getDeviceAudioMute' | 'setDeviceAudioMute' | 'getDeviceSettingsContribution' | 'getDeviceLiveContribution' | 'applyDeviceSettingsPatch'>;
|
|
284
284
|
}
|
|
285
285
|
/**
|
|
286
286
|
* Build a DeviceProxy that pre-binds deviceId + nodeId on every method call
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* scope+access check inside `protectedProcedure` (see
|
|
7
7
|
* `server/backend/src/api/trpc/trpc.middleware.ts`).
|
|
8
8
|
*
|
|
9
|
-
* Coverage:
|
|
9
|
+
* Coverage: 900 method paths across 121 capabilities.
|
|
10
10
|
*/
|
|
11
11
|
import type { CapabilityMethodAccess } from '../capabilities/capability-definition.js';
|
|
12
12
|
export interface MethodAccessRecord {
|
|
@@ -89,7 +89,7 @@ export interface SystemProxy {
|
|
|
89
89
|
readonly serverManagement: Pick<InferProvider<typeof serverManagementCapability>, 'getServerPackageStatus' | 'checkServerUpdate' | 'applyServerUpdate' | 'rollbackServerUpdate' | 'restartServer'>;
|
|
90
90
|
readonly settingsStore: Pick<InferProvider<typeof settingsStoreCapability>, 'get' | 'set' | 'query' | 'insert' | 'update' | 'delete' | 'deleteWhere' | 'updateWhere' | 'count' | 'histogram' | 'isEmpty' | 'declareCollection'>;
|
|
91
91
|
readonly storage: Pick<InferProvider<typeof storageCapability>, 'resolve' | 'write' | 'read' | 'exists' | 'list' | 'delete' | 'getAvailableSpace' | 'beginUpload' | 'writeChunk' | 'finalizeUpload' | 'abortUpload' | 'beginDownload' | 'readChunk' | 'endDownload' | 'listLocations' | 'getDefaultLocation' | 'listLocationDeclarations' | 'upsertLocation' | 'deleteLocation' | 'testLocation' | 'listProviders' | 'testConfig'>;
|
|
92
|
-
readonly streamBroker: Pick<InferProvider<typeof streamBrokerCapability>, 'listAllCameraStreams' | 'listAllProfileSlots' | 'getBrokerStats' | 'probeStream' | 'listClients' | 'killClient' | 'getStreamUrl' | 'getStreamWithCodec' | 'releaseStreamWithCodec' | 'acquireEgressTranscode' | 'releaseEgressTranscode' | 'subscribeAudioChunks' | 'pullAudioChunks' | 'unsubscribeAudioChunks' | 'subscribeFrames' | 'pullFrameHandles' | 'unsubscribeFrames' | 'setPreBufferDuration' | 'getPreBufferInfo' | 'getRtspPort' | 'getAllRtspEntries' | 'getRtspEntry' | 'regenerateRtspToken' | 'setRtspEnabled' | 'isRtspEnabled'>;
|
|
92
|
+
readonly streamBroker: Pick<InferProvider<typeof streamBrokerCapability>, 'fetchEventMedia' | 'listAllCameraStreams' | 'listAllProfileSlots' | 'getBrokerStats' | 'probeStream' | 'listClients' | 'killClient' | 'getStreamUrl' | 'getStreamWithCodec' | 'releaseStreamWithCodec' | 'acquireEgressTranscode' | 'releaseEgressTranscode' | 'subscribeAudioChunks' | 'pullAudioChunks' | 'unsubscribeAudioChunks' | 'subscribeFrames' | 'pullFrameHandles' | 'unsubscribeFrames' | 'setPreBufferDuration' | 'getPreBufferInfo' | 'getRtspPort' | 'getAllRtspEntries' | 'getRtspEntry' | 'regenerateRtspToken' | 'setRtspEnabled' | 'isRtspEnabled'>;
|
|
93
93
|
readonly system: Pick<InferProvider<typeof systemCapability>, 'info' | 'health' | 'featureFlags' | 'networkAddresses' | 'getRetentionConfig' | 'setRetentionConfig' | 'forceRetentionCleanup'>;
|
|
94
94
|
readonly terminalSession: Pick<InferProvider<typeof terminalSessionCapability>, 'listProfiles' | 'listSessions' | 'openSession' | 'resize' | 'close'>;
|
|
95
95
|
readonly toast: Pick<InferProvider<typeof toastCapability>, 'onToast'>;
|
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
2
|
const require_event_category = require("./event-category-BE4PDZ_3.js");
|
|
3
|
-
const require_sleep = require("./sleep-
|
|
3
|
+
const require_sleep = require("./sleep-CyN9nHr_.js");
|
|
4
4
|
const require_fmp4_box_splitter = require("./fmp4-box-splitter-BkWH7O3L.js");
|
|
5
5
|
const require_enums = require("./enums.js");
|
|
6
6
|
const require_err_msg = require("./err-msg-COpsHMw2.js");
|
|
@@ -3793,6 +3793,69 @@ var StreamFormatSchema = zod.z.enum([
|
|
|
3793
3793
|
"mjpeg",
|
|
3794
3794
|
"rtsp"
|
|
3795
3795
|
]);
|
|
3796
|
+
/** A container `produceEventMedia` can emit. */
|
|
3797
|
+
var EventMediaKindSchema = zod.z.enum(["mp4", "gif"]);
|
|
3798
|
+
/**
|
|
3799
|
+
* One produced artifact, referenced by HANDLE.
|
|
3800
|
+
*
|
|
3801
|
+
* Never inline bytes: a produced clip is 200 KB–5 MB and every consumer of this
|
|
3802
|
+
* method is in another runner ([D9](../../../../docs/decisions/adr-0009.md),
|
|
3803
|
+
* [D18](../../../../docs/decisions/adr-0018.md) — cross-process media is fetched
|
|
3804
|
+
* on demand, compressed, by handle). `bytes` is here so a caller can decide
|
|
3805
|
+
* whether it wants the fetch at all.
|
|
3806
|
+
*/
|
|
3807
|
+
var EventMediaArtifactSchema = zod.z.object({
|
|
3808
|
+
kind: EventMediaKindSchema,
|
|
3809
|
+
/** Opaque, single-camera, short-lived. Redeem with `fetchEventMedia`. */
|
|
3810
|
+
handle: zod.z.string(),
|
|
3811
|
+
/**
|
|
3812
|
+
* The node holding the bytes — the ROUTING key for `fetchEventMedia`.
|
|
3813
|
+
*
|
|
3814
|
+
* `stream-broker` is a singleton cap and an unpinned call never leaves the
|
|
3815
|
+
* hub, so a handle produced on an agent's broker would be redeemed against
|
|
3816
|
+
* the hub's store and come back `null`. Same contract, same field name and
|
|
3817
|
+
* the same reason as `FrameHandleSchema.nodeId`: the producer stamps where it
|
|
3818
|
+
* lives and the consumer pins to it.
|
|
3819
|
+
*/
|
|
3820
|
+
nodeId: zod.z.string(),
|
|
3821
|
+
mime: zod.z.string(),
|
|
3822
|
+
bytes: zod.z.number().int(),
|
|
3823
|
+
width: zod.z.number().int(),
|
|
3824
|
+
height: zod.z.number().int()
|
|
3825
|
+
});
|
|
3826
|
+
/**
|
|
3827
|
+
* What a production actually covered — the answer to the only question an
|
|
3828
|
+
* operator asks about a notification clip.
|
|
3829
|
+
*
|
|
3830
|
+
* `fromTs`/`toTs` are WALL CLOCK, derived from the ring's own packet timeline,
|
|
3831
|
+
* so a caller can state "this clip starts 4.1 s before the event" instead of
|
|
3832
|
+
* inferring it from a duration. A production whose `fromTs` is later than the
|
|
3833
|
+
* event is a production with no pre-roll, and that is exactly the defect this
|
|
3834
|
+
* method exists to make visible rather than plausible.
|
|
3835
|
+
*/
|
|
3836
|
+
var EventMediaCoverageSchema = zod.z.object({
|
|
3837
|
+
fromTs: zod.z.number(),
|
|
3838
|
+
toTs: zod.z.number(),
|
|
3839
|
+
/** Encoded packets in the muxed window. */
|
|
3840
|
+
packets: zod.z.number().int()
|
|
3841
|
+
});
|
|
3842
|
+
/**
|
|
3843
|
+
* The result of ONE cut, in every container the caller asked for.
|
|
3844
|
+
*
|
|
3845
|
+
* Every artifact in `media` came out of the SAME window of the SAME rendition —
|
|
3846
|
+
* that is the whole reason this is one method rather than one call per format.
|
|
3847
|
+
* A consumer attaching a gif and a video can no longer show two different
|
|
3848
|
+
* moments, because it never chose two sources.
|
|
3849
|
+
*/
|
|
3850
|
+
var EventMediaProductionSchema = zod.z.object({
|
|
3851
|
+
media: zod.z.array(EventMediaArtifactSchema).readonly(),
|
|
3852
|
+
coverage: EventMediaCoverageSchema,
|
|
3853
|
+
/** The rendition actually cut from — what the default or the fallback chose. */
|
|
3854
|
+
profile: require_sleep.CamProfileSchema,
|
|
3855
|
+
/** `copy` = the camera's own H.264, untouched. `encode` = re-encoded (H.265
|
|
3856
|
+
* source, a downscale, or a playback rate other than 1). */
|
|
3857
|
+
video: zod.z.enum(["copy", "encode"])
|
|
3858
|
+
});
|
|
3796
3859
|
var RtspRestreamEntrySchema = zod.z.object({
|
|
3797
3860
|
brokerId: zod.z.string(),
|
|
3798
3861
|
url: zod.z.string(),
|
|
@@ -4230,6 +4293,66 @@ var streamBrokerCapability = {
|
|
|
4230
4293
|
kind: "mutation",
|
|
4231
4294
|
auth: "admin"
|
|
4232
4295
|
}),
|
|
4296
|
+
/**
|
|
4297
|
+
* THE production point for event media — one window, every container.
|
|
4298
|
+
*
|
|
4299
|
+
* `renderPreBufferClip` renders ONE format per call, so a consumer wanting a
|
|
4300
|
+
* gif and a video made two calls and got two windows. On 2026-08-08 the
|
|
4301
|
+
* operator received exactly that: a gif around a doorbell press and an mp4
|
|
4302
|
+
* of the six seconds after it. This method cuts once and derives the rest,
|
|
4303
|
+
* so "the attachments agree" is a property of the service instead of a
|
|
4304
|
+
* discipline every consumer has to keep.
|
|
4305
|
+
*
|
|
4306
|
+
* It is also the only place that owns the packets. The broker already
|
|
4307
|
+
* retains an AnnexB ring per camera (`setClipRetention`, D32) — the
|
|
4308
|
+
* prebuffer — so a production reaches BACKWARDS from the event with no
|
|
4309
|
+
* process to spawn and nothing kept warm. It waits out `postSeconds`, muxes
|
|
4310
|
+
* the window once (COPYING the camera's own H.264 whenever nothing is being
|
|
4311
|
+
* changed), derives any gif from that same mux, and returns HANDLES.
|
|
4312
|
+
*
|
|
4313
|
+
* Intended for every future consumer, not just notifications: a clips API, a
|
|
4314
|
+
* retrain export and an event export all want the same window of the same
|
|
4315
|
+
* camera and must not each grow their own renderer.
|
|
4316
|
+
*/
|
|
4317
|
+
produceEventMedia: require_sleep.method(zod.z.object({
|
|
4318
|
+
deviceId: zod.z.number(),
|
|
4319
|
+
/** Absent = the largest H.264 rendition at or below 1080p, which is
|
|
4320
|
+
* also the one that can be copied. Falls back to whatever the ring
|
|
4321
|
+
* actually retained, and the answer says which. */
|
|
4322
|
+
profile: require_sleep.CamProfileSchema.optional(),
|
|
4323
|
+
aroundMs: zod.z.number(),
|
|
4324
|
+
preSeconds: zod.z.number().min(0).max(20).default(4),
|
|
4325
|
+
postSeconds: zod.z.number().min(0).max(20).default(6),
|
|
4326
|
+
kinds: zod.z.array(EventMediaKindSchema).min(1).default(["mp4"]),
|
|
4327
|
+
/** GIF geometry. The video keeps the source's own. */
|
|
4328
|
+
gifMaxWidth: zod.z.number().int().min(120).max(1280).default(640),
|
|
4329
|
+
gifFps: zod.z.number().int().min(1).max(15).default(8),
|
|
4330
|
+
/**
|
|
4331
|
+
* Playback rate, applied to EVERY container so they stay one clip.
|
|
4332
|
+
* `1` is real time and is what allows the copy branch.
|
|
4333
|
+
*/
|
|
4334
|
+
speed: zod.z.number().min(1).max(8).default(1)
|
|
4335
|
+
}), EventMediaProductionSchema, {
|
|
4336
|
+
kind: "mutation",
|
|
4337
|
+
auth: "admin"
|
|
4338
|
+
}),
|
|
4339
|
+
/**
|
|
4340
|
+
* Redeem a {@link EventMediaArtifactSchema} handle for its bytes.
|
|
4341
|
+
*
|
|
4342
|
+
* Separate from the production on purpose (D18): the producing runner keeps
|
|
4343
|
+
* the artifact for a few minutes, and a consumer that only wanted the
|
|
4344
|
+
* coverage never moves a megabyte. `null` once it has expired — a handle is
|
|
4345
|
+
* short-lived by design and a caller that waited too long must see that
|
|
4346
|
+
* rather than a zero-length file.
|
|
4347
|
+
*/
|
|
4348
|
+
fetchEventMedia: require_sleep.method(zod.z.object({ handle: zod.z.string() }), zod.z.object({
|
|
4349
|
+
base64: zod.z.string(),
|
|
4350
|
+
mime: zod.z.string(),
|
|
4351
|
+
bytes: zod.z.number().int()
|
|
4352
|
+
}).nullable(), {
|
|
4353
|
+
kind: "mutation",
|
|
4354
|
+
auth: "admin"
|
|
4355
|
+
}),
|
|
4233
4356
|
listAllCameraStreams: require_sleep.method(zod.z.void(), zod.z.array(require_sleep.CameraStreamSchema).readonly()),
|
|
4234
4357
|
listAllProfileSlots: require_sleep.method(zod.z.void(), zod.z.array(require_sleep.ProfileSlotSchema).readonly()),
|
|
4235
4358
|
getBrokerStats: require_sleep.method(zod.z.object({ brokerId: zod.z.string() }), require_sleep.BrokerStatsSchema),
|
|
@@ -34074,6 +34197,12 @@ var METHOD_ACCESS_MAP = Object.freeze({
|
|
|
34074
34197
|
addonId: null,
|
|
34075
34198
|
access: "create"
|
|
34076
34199
|
},
|
|
34200
|
+
"streamBroker.fetchEventMedia": {
|
|
34201
|
+
capName: "stream-broker",
|
|
34202
|
+
capScope: "system",
|
|
34203
|
+
addonId: null,
|
|
34204
|
+
access: "create"
|
|
34205
|
+
},
|
|
34077
34206
|
"streamBroker.getAllRtspEntries": {
|
|
34078
34207
|
capName: "stream-broker",
|
|
34079
34208
|
capScope: "system",
|
|
@@ -34158,6 +34287,12 @@ var METHOD_ACCESS_MAP = Object.freeze({
|
|
|
34158
34287
|
addonId: null,
|
|
34159
34288
|
access: "create"
|
|
34160
34289
|
},
|
|
34290
|
+
"streamBroker.produceEventMedia": {
|
|
34291
|
+
capName: "stream-broker",
|
|
34292
|
+
capScope: "system",
|
|
34293
|
+
addonId: null,
|
|
34294
|
+
access: "create"
|
|
34295
|
+
},
|
|
34161
34296
|
"streamBroker.publishCameraStream": {
|
|
34162
34297
|
capName: "stream-broker",
|
|
34163
34298
|
capScope: "system",
|
|
@@ -35688,6 +35823,7 @@ function createSystemProxy(api) {
|
|
|
35688
35823
|
testConfig: (input) => dispatch("storage", "testConfig", "query", input)
|
|
35689
35824
|
},
|
|
35690
35825
|
streamBroker: {
|
|
35826
|
+
fetchEventMedia: (input) => dispatch("streamBroker", "fetchEventMedia", "mutation", input),
|
|
35691
35827
|
listAllCameraStreams: (input) => dispatch("streamBroker", "listAllCameraStreams", "query", input),
|
|
35692
35828
|
listAllProfileSlots: (input) => dispatch("streamBroker", "listAllProfileSlots", "query", input),
|
|
35693
35829
|
getBrokerStats: (input) => dispatch("streamBroker", "getBrokerStats", "query", input),
|
|
@@ -38259,6 +38395,10 @@ exports.EventKindDescriptorSchema = EventKindDescriptorSchema;
|
|
|
38259
38395
|
exports.EventKindIconSchema = EventKindIconSchema;
|
|
38260
38396
|
exports.EventKindSchema = EventKindSchema;
|
|
38261
38397
|
exports.EventKindsForDeviceSchema = EventKindsForDeviceSchema;
|
|
38398
|
+
exports.EventMediaArtifactSchema = EventMediaArtifactSchema;
|
|
38399
|
+
exports.EventMediaCoverageSchema = EventMediaCoverageSchema;
|
|
38400
|
+
exports.EventMediaKindSchema = EventMediaKindSchema;
|
|
38401
|
+
exports.EventMediaProductionSchema = EventMediaProductionSchema;
|
|
38262
38402
|
exports.EventSourceType = require_enums.EventSourceType$1;
|
|
38263
38403
|
exports.ExportDownloadSchema = ExportDownloadSchema;
|
|
38264
38404
|
exports.ExportOptionsSchema = ExportOptionsSchema;
|
package/dist/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as EventCategory } from "./event-category-41fKf-q9.mjs";
|
|
2
|
-
import { $ as FrameHandleSchema, A as method, B as readinessKey, C as DeviceType, Ct as collectHydratedFieldEntries, D as event, E as DEVICE_STATUS_METHOD, Et as resolveHydratedFieldValue, F as readNodePin, G as CamProfileSchema, H as BrokerStatsSchema, I as toNodeId, J as CameraStreamSchema, K as CamStreamKindSchema, L as ReadinessRegistry, M as systemMethod, N as CAP_NODE_PIN_CONTEXT_KEY, O as expandCapMethods, P as nodePin, Q as FrameHandleFormatSchema, R as ReadinessTimeoutError, S as DeviceRole, St as WELL_KNOWN_TAB_MAP, T as DEVICE_SETTINGS_CONTRIBUTION_METHODS, Tt as hydrateSchema, U as BrokerStatusSchema, V as scopeKey, W as CAM_PROFILE_ORDER, X as DecodedFrameSchema, Y as DecodedAudioChunkSchema, Z as EncodedPacketSchema, _ as RawStateResultSchema, _t as createDurableState, a as asJsonObject, at as SubscribeAudioChunksInputSchema, b as ChargingStatus, bt as isEvent, c as parseJsonArray, ct as SubscribeFramesResultSchema, d as DEVICE_SCOPED_CAPS, dt as parseProfileBrokerId, et as ProfileRtspEntrySchema, f as isDeviceScopedCap, ft as selectAssignedProfileSlots, g as createSliceHandle, gt as normalizeAddonInitResult, h as createMirrorSource, ht as BaseAddon, i as asJsonArray, it as StreamSourceSchema, j as resolveCapMount, k as isDeviceConfigCap, l as parseJsonObject, lt as makeProfileBrokerId, m as createLazyTrpcSource, mt as DisposerChain, n as sleepCancellable, nt as ProfileSlotStatusSchema, o as asNumber, ot as SubscribeAudioChunksResultSchema, p as createDeviceProxy, pt as DATAPLANE_SECRET_HEADER, q as CamStreamResolutionSchema, r as asBoolean, rt as StreamSourceEntrySchema, s as asString, st as SubscribeFramesInputSchema, t as sleep, tt as ProfileSlotSchema, u as parseJsonUnknown, ut as makeSourceBrokerId, v as deviceOpsCapability, vt as createEvent, w as adminUiCapability, wt as collectHydratedFieldValues, x as DeviceFeature, xt as WELL_KNOWN_TABS, y as viewerUiCapability, yt as emitReadiness, z as emitDownForOwnedCaps } from "./sleep-
|
|
2
|
+
import { $ as FrameHandleSchema, A as method, B as readinessKey, C as DeviceType, Ct as collectHydratedFieldEntries, D as event, E as DEVICE_STATUS_METHOD, Et as resolveHydratedFieldValue, F as readNodePin, G as CamProfileSchema, H as BrokerStatsSchema, I as toNodeId, J as CameraStreamSchema, K as CamStreamKindSchema, L as ReadinessRegistry, M as systemMethod, N as CAP_NODE_PIN_CONTEXT_KEY, O as expandCapMethods, P as nodePin, Q as FrameHandleFormatSchema, R as ReadinessTimeoutError, S as DeviceRole, St as WELL_KNOWN_TAB_MAP, T as DEVICE_SETTINGS_CONTRIBUTION_METHODS, Tt as hydrateSchema, U as BrokerStatusSchema, V as scopeKey, W as CAM_PROFILE_ORDER, X as DecodedFrameSchema, Y as DecodedAudioChunkSchema, Z as EncodedPacketSchema, _ as RawStateResultSchema, _t as createDurableState, a as asJsonObject, at as SubscribeAudioChunksInputSchema, b as ChargingStatus, bt as isEvent, c as parseJsonArray, ct as SubscribeFramesResultSchema, d as DEVICE_SCOPED_CAPS, dt as parseProfileBrokerId, et as ProfileRtspEntrySchema, f as isDeviceScopedCap, ft as selectAssignedProfileSlots, g as createSliceHandle, gt as normalizeAddonInitResult, h as createMirrorSource, ht as BaseAddon, i as asJsonArray, it as StreamSourceSchema, j as resolveCapMount, k as isDeviceConfigCap, l as parseJsonObject, lt as makeProfileBrokerId, m as createLazyTrpcSource, mt as DisposerChain, n as sleepCancellable, nt as ProfileSlotStatusSchema, o as asNumber, ot as SubscribeAudioChunksResultSchema, p as createDeviceProxy, pt as DATAPLANE_SECRET_HEADER, q as CamStreamResolutionSchema, r as asBoolean, rt as StreamSourceEntrySchema, s as asString, st as SubscribeFramesInputSchema, t as sleep, tt as ProfileSlotSchema, u as parseJsonUnknown, ut as makeSourceBrokerId, v as deviceOpsCapability, vt as createEvent, w as adminUiCapability, wt as collectHydratedFieldValues, x as DeviceFeature, xt as WELL_KNOWN_TABS, y as viewerUiCapability, yt as emitReadiness, z as emitDownForOwnedCaps } from "./sleep-BbYwFLG6.mjs";
|
|
3
3
|
import { a as buildAudioArgs, c as buildVideoArgs, d as logBannerArgs, f as pickVideoEncoder, i as audioPlanFromEncodeProfile, l as invocationFromEncodeProfile, n as canonicalHash, o as buildFfmpegArgs, r as AUDIO_PRESETS, s as buildInputArgs, t as Fmp4BoxSplitter, u as isSoftwareDecode } from "./fmp4-box-splitter-B53u9-Nu.mjs";
|
|
4
4
|
import { EventSourceType } from "./enums.mjs";
|
|
5
5
|
import { t as errMsg } from "./err-msg-IQTHeDzc.mjs";
|
|
@@ -3792,6 +3792,69 @@ var StreamFormatSchema = z.enum([
|
|
|
3792
3792
|
"mjpeg",
|
|
3793
3793
|
"rtsp"
|
|
3794
3794
|
]);
|
|
3795
|
+
/** A container `produceEventMedia` can emit. */
|
|
3796
|
+
var EventMediaKindSchema = z.enum(["mp4", "gif"]);
|
|
3797
|
+
/**
|
|
3798
|
+
* One produced artifact, referenced by HANDLE.
|
|
3799
|
+
*
|
|
3800
|
+
* Never inline bytes: a produced clip is 200 KB–5 MB and every consumer of this
|
|
3801
|
+
* method is in another runner ([D9](../../../../docs/decisions/adr-0009.md),
|
|
3802
|
+
* [D18](../../../../docs/decisions/adr-0018.md) — cross-process media is fetched
|
|
3803
|
+
* on demand, compressed, by handle). `bytes` is here so a caller can decide
|
|
3804
|
+
* whether it wants the fetch at all.
|
|
3805
|
+
*/
|
|
3806
|
+
var EventMediaArtifactSchema = z.object({
|
|
3807
|
+
kind: EventMediaKindSchema,
|
|
3808
|
+
/** Opaque, single-camera, short-lived. Redeem with `fetchEventMedia`. */
|
|
3809
|
+
handle: z.string(),
|
|
3810
|
+
/**
|
|
3811
|
+
* The node holding the bytes — the ROUTING key for `fetchEventMedia`.
|
|
3812
|
+
*
|
|
3813
|
+
* `stream-broker` is a singleton cap and an unpinned call never leaves the
|
|
3814
|
+
* hub, so a handle produced on an agent's broker would be redeemed against
|
|
3815
|
+
* the hub's store and come back `null`. Same contract, same field name and
|
|
3816
|
+
* the same reason as `FrameHandleSchema.nodeId`: the producer stamps where it
|
|
3817
|
+
* lives and the consumer pins to it.
|
|
3818
|
+
*/
|
|
3819
|
+
nodeId: z.string(),
|
|
3820
|
+
mime: z.string(),
|
|
3821
|
+
bytes: z.number().int(),
|
|
3822
|
+
width: z.number().int(),
|
|
3823
|
+
height: z.number().int()
|
|
3824
|
+
});
|
|
3825
|
+
/**
|
|
3826
|
+
* What a production actually covered — the answer to the only question an
|
|
3827
|
+
* operator asks about a notification clip.
|
|
3828
|
+
*
|
|
3829
|
+
* `fromTs`/`toTs` are WALL CLOCK, derived from the ring's own packet timeline,
|
|
3830
|
+
* so a caller can state "this clip starts 4.1 s before the event" instead of
|
|
3831
|
+
* inferring it from a duration. A production whose `fromTs` is later than the
|
|
3832
|
+
* event is a production with no pre-roll, and that is exactly the defect this
|
|
3833
|
+
* method exists to make visible rather than plausible.
|
|
3834
|
+
*/
|
|
3835
|
+
var EventMediaCoverageSchema = z.object({
|
|
3836
|
+
fromTs: z.number(),
|
|
3837
|
+
toTs: z.number(),
|
|
3838
|
+
/** Encoded packets in the muxed window. */
|
|
3839
|
+
packets: z.number().int()
|
|
3840
|
+
});
|
|
3841
|
+
/**
|
|
3842
|
+
* The result of ONE cut, in every container the caller asked for.
|
|
3843
|
+
*
|
|
3844
|
+
* Every artifact in `media` came out of the SAME window of the SAME rendition —
|
|
3845
|
+
* that is the whole reason this is one method rather than one call per format.
|
|
3846
|
+
* A consumer attaching a gif and a video can no longer show two different
|
|
3847
|
+
* moments, because it never chose two sources.
|
|
3848
|
+
*/
|
|
3849
|
+
var EventMediaProductionSchema = z.object({
|
|
3850
|
+
media: z.array(EventMediaArtifactSchema).readonly(),
|
|
3851
|
+
coverage: EventMediaCoverageSchema,
|
|
3852
|
+
/** The rendition actually cut from — what the default or the fallback chose. */
|
|
3853
|
+
profile: CamProfileSchema,
|
|
3854
|
+
/** `copy` = the camera's own H.264, untouched. `encode` = re-encoded (H.265
|
|
3855
|
+
* source, a downscale, or a playback rate other than 1). */
|
|
3856
|
+
video: z.enum(["copy", "encode"])
|
|
3857
|
+
});
|
|
3795
3858
|
var RtspRestreamEntrySchema = z.object({
|
|
3796
3859
|
brokerId: z.string(),
|
|
3797
3860
|
url: z.string(),
|
|
@@ -4229,6 +4292,66 @@ var streamBrokerCapability = {
|
|
|
4229
4292
|
kind: "mutation",
|
|
4230
4293
|
auth: "admin"
|
|
4231
4294
|
}),
|
|
4295
|
+
/**
|
|
4296
|
+
* THE production point for event media — one window, every container.
|
|
4297
|
+
*
|
|
4298
|
+
* `renderPreBufferClip` renders ONE format per call, so a consumer wanting a
|
|
4299
|
+
* gif and a video made two calls and got two windows. On 2026-08-08 the
|
|
4300
|
+
* operator received exactly that: a gif around a doorbell press and an mp4
|
|
4301
|
+
* of the six seconds after it. This method cuts once and derives the rest,
|
|
4302
|
+
* so "the attachments agree" is a property of the service instead of a
|
|
4303
|
+
* discipline every consumer has to keep.
|
|
4304
|
+
*
|
|
4305
|
+
* It is also the only place that owns the packets. The broker already
|
|
4306
|
+
* retains an AnnexB ring per camera (`setClipRetention`, D32) — the
|
|
4307
|
+
* prebuffer — so a production reaches BACKWARDS from the event with no
|
|
4308
|
+
* process to spawn and nothing kept warm. It waits out `postSeconds`, muxes
|
|
4309
|
+
* the window once (COPYING the camera's own H.264 whenever nothing is being
|
|
4310
|
+
* changed), derives any gif from that same mux, and returns HANDLES.
|
|
4311
|
+
*
|
|
4312
|
+
* Intended for every future consumer, not just notifications: a clips API, a
|
|
4313
|
+
* retrain export and an event export all want the same window of the same
|
|
4314
|
+
* camera and must not each grow their own renderer.
|
|
4315
|
+
*/
|
|
4316
|
+
produceEventMedia: method(z.object({
|
|
4317
|
+
deviceId: z.number(),
|
|
4318
|
+
/** Absent = the largest H.264 rendition at or below 1080p, which is
|
|
4319
|
+
* also the one that can be copied. Falls back to whatever the ring
|
|
4320
|
+
* actually retained, and the answer says which. */
|
|
4321
|
+
profile: CamProfileSchema.optional(),
|
|
4322
|
+
aroundMs: z.number(),
|
|
4323
|
+
preSeconds: z.number().min(0).max(20).default(4),
|
|
4324
|
+
postSeconds: z.number().min(0).max(20).default(6),
|
|
4325
|
+
kinds: z.array(EventMediaKindSchema).min(1).default(["mp4"]),
|
|
4326
|
+
/** GIF geometry. The video keeps the source's own. */
|
|
4327
|
+
gifMaxWidth: z.number().int().min(120).max(1280).default(640),
|
|
4328
|
+
gifFps: z.number().int().min(1).max(15).default(8),
|
|
4329
|
+
/**
|
|
4330
|
+
* Playback rate, applied to EVERY container so they stay one clip.
|
|
4331
|
+
* `1` is real time and is what allows the copy branch.
|
|
4332
|
+
*/
|
|
4333
|
+
speed: z.number().min(1).max(8).default(1)
|
|
4334
|
+
}), EventMediaProductionSchema, {
|
|
4335
|
+
kind: "mutation",
|
|
4336
|
+
auth: "admin"
|
|
4337
|
+
}),
|
|
4338
|
+
/**
|
|
4339
|
+
* Redeem a {@link EventMediaArtifactSchema} handle for its bytes.
|
|
4340
|
+
*
|
|
4341
|
+
* Separate from the production on purpose (D18): the producing runner keeps
|
|
4342
|
+
* the artifact for a few minutes, and a consumer that only wanted the
|
|
4343
|
+
* coverage never moves a megabyte. `null` once it has expired — a handle is
|
|
4344
|
+
* short-lived by design and a caller that waited too long must see that
|
|
4345
|
+
* rather than a zero-length file.
|
|
4346
|
+
*/
|
|
4347
|
+
fetchEventMedia: method(z.object({ handle: z.string() }), z.object({
|
|
4348
|
+
base64: z.string(),
|
|
4349
|
+
mime: z.string(),
|
|
4350
|
+
bytes: z.number().int()
|
|
4351
|
+
}).nullable(), {
|
|
4352
|
+
kind: "mutation",
|
|
4353
|
+
auth: "admin"
|
|
4354
|
+
}),
|
|
4232
4355
|
listAllCameraStreams: method(z.void(), z.array(CameraStreamSchema).readonly()),
|
|
4233
4356
|
listAllProfileSlots: method(z.void(), z.array(ProfileSlotSchema).readonly()),
|
|
4234
4357
|
getBrokerStats: method(z.object({ brokerId: z.string() }), BrokerStatsSchema),
|
|
@@ -34073,6 +34196,12 @@ var METHOD_ACCESS_MAP = Object.freeze({
|
|
|
34073
34196
|
addonId: null,
|
|
34074
34197
|
access: "create"
|
|
34075
34198
|
},
|
|
34199
|
+
"streamBroker.fetchEventMedia": {
|
|
34200
|
+
capName: "stream-broker",
|
|
34201
|
+
capScope: "system",
|
|
34202
|
+
addonId: null,
|
|
34203
|
+
access: "create"
|
|
34204
|
+
},
|
|
34076
34205
|
"streamBroker.getAllRtspEntries": {
|
|
34077
34206
|
capName: "stream-broker",
|
|
34078
34207
|
capScope: "system",
|
|
@@ -34157,6 +34286,12 @@ var METHOD_ACCESS_MAP = Object.freeze({
|
|
|
34157
34286
|
addonId: null,
|
|
34158
34287
|
access: "create"
|
|
34159
34288
|
},
|
|
34289
|
+
"streamBroker.produceEventMedia": {
|
|
34290
|
+
capName: "stream-broker",
|
|
34291
|
+
capScope: "system",
|
|
34292
|
+
addonId: null,
|
|
34293
|
+
access: "create"
|
|
34294
|
+
},
|
|
34160
34295
|
"streamBroker.publishCameraStream": {
|
|
34161
34296
|
capName: "stream-broker",
|
|
34162
34297
|
capScope: "system",
|
|
@@ -35687,6 +35822,7 @@ function createSystemProxy(api) {
|
|
|
35687
35822
|
testConfig: (input) => dispatch("storage", "testConfig", "query", input)
|
|
35688
35823
|
},
|
|
35689
35824
|
streamBroker: {
|
|
35825
|
+
fetchEventMedia: (input) => dispatch("streamBroker", "fetchEventMedia", "mutation", input),
|
|
35690
35826
|
listAllCameraStreams: (input) => dispatch("streamBroker", "listAllCameraStreams", "query", input),
|
|
35691
35827
|
listAllProfileSlots: (input) => dispatch("streamBroker", "listAllProfileSlots", "query", input),
|
|
35692
35828
|
getBrokerStats: (input) => dispatch("streamBroker", "getBrokerStats", "query", input),
|
|
@@ -37996,4 +38132,4 @@ function enumerateInferenceDevices(hw) {
|
|
|
37996
38132
|
return out;
|
|
37997
38133
|
}
|
|
37998
38134
|
//#endregion
|
|
37999
|
-
export { ACCESSORY_LABEL, ALEXA_EGRESS_PROFILE, ALL_CAPABILITY_DEFINITIONS, APPLE_SA_TO_MACRO, AUDIO_ANALYSIS_CAP_NAME, AUDIO_BACKEND_CHOICES, AUDIO_MACRO_LABELS, AUDIO_PRESETS, AccessoriesStatusSchema, AccessoryKind, AddBrokerInputSchema, AddonAutoUpdateSchema, AddonListItemSchema, AddonPageDeclarationSchema, AddonPageInfoSchema, AdoptInputSchema as AdoptionAdoptInputSchema, AdoptResultSchema as AdoptionAdoptResultSchema, 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, BASE_LIVE_EGRESS_PROFILE, BATTERY_DEVICE_PROFILE, BacklightModeSchema, BackupDestinationInfoSchema, BackupEntrySchema, BaseAddon, BaseDevice, BaseDeviceProvider, BatteryStatusSchema, BinaryStatusSchema, BoundingBoxSchema, BrightnessStatusSchema, AddInputSchema as BrokerAddInputSchema, BrokerAudioClientSchema, BrokerClientsSchema, BrokerConnectionDetailsSchema, BrokerConsumerAttributionSchema, BrokerConsumerKindSchema, BrokerDecodedClientSchema, BrokerEncodedClientSchema, GetStateInputSchema as BrokerGetStateInputSchema, BrokerInfoSchema, BrokerProviderInfoSchema, PublishInputSchema as BrokerPublishInputSchema, RegistryStatusSchema as BrokerRegistryStatusSchema, BrokerRtspClientSchema, BrokerStatsSchema, BrokerStatusEnum, BrokerStatusSchema, SubscribeInputSchema as BrokerSubscribeInputSchema, SubscribeResultSchema as BrokerSubscribeResultSchema, TestConnectionResultSchema as BrokerTestConnectionResultSchema, UnsubscribeInputSchema as BrokerUnsubscribeInputSchema, CAMERA_SWITCH_CATALOG, CAMERA_SWITCH_ORDER, CAM_PROFILE_ORDER, CAPABILITY_NAMES, CAPABILITY_ROUTER_KEYS, CAP_NAMES_WITH_STATUS, CAP_NODE_PIN_CONTEXT_KEY, CAP_PROVIDER_KIND_MAP, COCO_80_LABELS, COCO_TO_MACRO, 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, CameraSwitchAuthoritySchema, CameraSwitchGroupSchema, CameraSwitchIdSchema, CameraSwitchSchema, CameraSwitchUnavailableReasonSchema, 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, CoreBlockCompileResultSchema, CoreBlockInputSchema, CoreBlockPlacementSchema, CoreBlockSchema, CoreBlockStatusSchema, 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_DETAIL_CROP_CONVENTION, DEFAULT_EVENT_COLOR, DEFAULT_FEATURES, DEFAULT_NATIVE_LEASE_SETTINGS, DEFAULT_RETENTION, DEFAULT_SCRUB_THUMBNAIL_PRESET, DETAIL_CROP_PADDING_FIELD, DETAIL_CROP_PADDING_KEY, DETAIL_CROP_SECTION_ID, DETAIL_CROP_SQUARE_KEY, DETECTION_PIPELINE_CAP_NAME, DEVICE_BACKEND_TO_FORMAT, DEVICE_CAP_NAMES, DEVICE_PROFILES, DEVICE_SCOPED_CAPS, DEVICE_SETTINGS_CONTRIBUTION_METHODS, DEVICE_STATE_READERS, DEVICE_STATUS_METHOD, DEVICE_TYPE_CONTROL_KIND, DEVICE_TYPE_INFO, EngineInfoSchema as DataStoreEngineInfoSchema, DayNightModeSchema, DayNightOptionsSchema, DayNightSettingsPatchSchema, DayNightStatusSchema, DecodedAudioChunkSchema, DecodedFrameSchema, DecoderSessionConfigSchema, DecoderStatsSchema, DeleteIntegrationResultSchema, DetailCropConventionSchema, DetectionSourceSchema, DeviceCodeSeveritySchema, DeviceConfig, DeviceDiscoveryStatusSchema, ExposeInputSchema as DeviceExportExposeInputSchema, DeviceExportStatusSchema, UnexposeInputSchema as DeviceExportUnexposeInputSchema, DeviceFeature, DeviceInfoSchema, DeviceLinkModeSchema, DeviceNetworkStatsSchema, DeviceRole, DeviceRuntimeState, DeviceStatusSchema, DeviceType, DiscoveredChildDeviceSchema, DiscoveredChildStatusSchema, DiscoveredDeviceSchema, DiscoveredTargetSchema, DisposerChain, DoorbellPressEventSchema, DoorbellStatusSchema, EVENTFUL_CAP_NAMES, EVENT_KIND_BY_CAP, EVENT_PAD_MS, EVENT_TAXONOMY, EXPRESSION_BUILTINS, EXPRESSION_BUILTIN_NAMES, EXPRESSION_COMPILE_CACHE_CAPACITY, EXPRESSION_IDENTIFIER_RE, EXPRESSION_INJECTED_NOW, EgressEncodeSchema, EgressRateControlSchema, EgressTranscodeRequestSchema, EgressTranscodeSchema, ElementConfigStore, EmbeddingInfoSchema, EmbeddingResultSchema, EncodeProfileSchema, EncodedPacketSchema, EnrichedWidgetMetadataSchema, EnumSensorDateTimeFormatSchema, EnumSensorStatusSchema, EventCategory, EventEmitterStatusSchema, EventFireSchema, EventItemSchema, EventKindCategorySchema, EventKindDescriptorSchema, EventKindIconSchema, EventKindSchema, EventKindsForDeviceSchema, EventSourceType, ExportDownloadSchema, ExportOptionsSchema, ExportRecordSchema, ExportSetupFieldSchema, ExportSetupSchema, ExportSpeedSchema, ExportStateSchema, ExportTimelapseSchema, ExposedDeviceSchema, ExposureModeSchema, ExpressionEvalError, ExpressionParseError, FanControlStatusSchema, FanDirectionSchema, FeatureManifestSchema, FeatureProbeStatusSchema, FloodStatusSchema, Fmp4BoxSplitter, FrameHandleFormatSchema, FrameHandleSchema, FrameInputSchema, GasStatusSchema, GetStreamWithCodecInputSchema, GlobalMetricsSchema, HAP_AUDIO_BASE, HAP_AUDIO_BITRATE_KBPS, HAP_AUDIO_VBV_KBITS, HAP_KEYFRAME_INTERVAL_SEC, HF_BASE_URL, HF_REPO, HWACCEL_OPTIONS, HealthStatusSchema, HistoryPointSchema, HistoryResolutionEnum, HumidifierStatusSchema, HumiditySensorStatusSchema, HvacModeSchema, ImageContractSchema, ImageContractStateSchema, ImageRotateSchema, ImageSettingsOptionsSchema, ImageSettingsPatchSchema, ImageSettingsStatusSchema, ImageStatusSchema, IngestOwnerSchema, InstalledPackageSchema, IntegrationLiteSchema, IntegrationWithStateSchema, IntercomAbilitySchema, IntercomStatusSchema, KNOWN_CAP_NAMES, KeyEventSchema, LOG_LEVEL_RANK, LabelAttributionSchema, LabelDefinitionSchema, LabelTierSchema, LawnMowerActivitySchema, LawnMowerControlStatusSchema, LinkedDeviceSchema, LlmDefaultSchema, LlmDefaultSelectorSchema, LlmErrorCodeSchema, LlmGenerateBaseInputSchema, LlmGenerateErrSchema, LlmGenerateOkSchema, LlmGenerateResultSchema, LlmImageSchema, LlmNodeModelSchema, LlmProfileKindDescriptorSchema, LlmProfileKindSchema, LlmProfileSchema, LlmRuntimeCompleteInputSchema, LlmRuntimeDiskUsageSchema, LlmRuntimeNodeSchema, LlmRuntimeStatusSchema, LlmUsageRollupSchema, LlmUsageSchema, LocateSegmentResultSchema, LocationStatSchema, LockControlStatusSchema, LockStateSchema, LogEntrySchema, LogLevelSchema, LogStreamEntrySchema, LoginMethodContributionSchema, LoginStageEnum, MACRO_LABELS, MAX_EXPRESSION_AST_NODES, MAX_EXPRESSION_BINDINGS, MAX_EXPRESSION_CALL_ARGS, MAX_EXPRESSION_EVAL_STEPS, MAX_EXPRESSION_SOURCE_LENGTH, METHOD_ACCESS_MAP, MODEL_FORMATS, MOTION_TRIGGER_FEATURE, ManagedModelCatalogEntrySchema, ManagedModelRefSchema, ManagedRuntimeConfigSchema, MaskGridDimsSchema, MaskGridShapeSchema, MaskLineShapeSchema, MaskPointSchema, MaskPolygonShapeSchema, MaskPolygonVerticesSchema, MaskRectShapeSchema, MaskShapeKindSchema, MaskShapeSchema, MediaFileInfoSchema, MediaFileSchema, MediaPlayerRepeatSchema, MediaPlayerStateSchema, MediaPlayerStatusSchema, MeshPeerSchema, MeshStatusSchema, MethodAccessSchema, ModelCatalogEntrySchema, ModelConvertInputSchema, ModelConvertMetadataSchema, ModelDistributeInputSchema, ModelDistributeResultSchema, ModelExtraFileSchema, ModelFormatEntrySchema, ModelFormatsSchema, ModelSubstitutionSchema, ModelVariantGroupSchema, MotionAnalysisResultSchema, MotionEventSchema, MotionOnMotionChangedDataSchema, MotionRegionSchema, MotionSourceEnum, MotionSourcesSchema, MotionStatusSchema, MotionTriggerRuntimeStateSchema, MotionTriggerStatusSchema, MotionZoneOptionsSchema, MotionZonePatchSchema, MotionZoneRegionSchema, MotionZoneStatusSchema, StatusSchema as MqttBrokerStatusSchema, MutationFilterSchema, NATIVE_LEASE_ACTIVITY_FIELD, NATIVE_LEASE_ACTIVITY_KEY, NATIVE_LEASE_ADMISSION_FIELD, NATIVE_LEASE_ADMISSION_KEY, NATIVE_LEASE_BUDGET_FIELD, NATIVE_LEASE_BUDGET_KEY, NATIVE_LEASE_SECTION_ID, NATIVE_LEASE_TTL_FIELD, NATIVE_LEASE_TTL_KEY, NC_BASE_CONDITION_KEYS, NC_CONDITION_CATALOG, NC_HISTORY_LIMIT_DEFAULT, NC_HISTORY_LIMIT_MAX, NC_MAX_PER_TRACK_IMMEDIATE, NC_SNOOZE_MAX_MINUTES, NC_TAXONOMY, NativeCropBboxSchema, NativeCropRefSchema, NativeCropResultSchema, NativeDetectionSchema, NativeLeaseAdmissionSchema, NativeLeaseSettingsSchema, NativeObjectClassEnum, NativeObjectDetectionRuntimeStateSchema, NativeObjectDetectionStatusSchema, NcAlarmConfigSchema, NcAlarmModeCoverageSchema, NcAlarmSettingsPatchSchema, NcAlarmSettingsSchema, NcConditionDescriptorSchema, NcConditionsSchema, NcCrossingSchema, NcDeliverySchema, NcDeviceStateConditionSchema, NcHistoryEntrySchema, NcHistoryFilterSchema, NcHistoryRecordKindSchema, NcHistoryStatusSchema, NcHistorySubjectSchema, NcMediaFrameSchema, NcMediaPolicySchema, NcOccupancyConditionSchema, NcPlateMatcherSchema, NcRuleActionSchema, NcRuleActionSequenceSchema, NcRuleActionsSchema, NcRuleInputSchema, NcRuleNotificationButtonSchema, NcRulePatchSchema, NcRuleSchema, NcRuleTargetSchema, NcScheduleSchema, NcScheduleWindowSchema, NcSnoozeInputSchema, NcSnoozeSchema, NcSnoozeScopeSchema, NcSnoozeSuppressedSchema, NcTaxonomyEntrySchema, NcTaxonomySchema, NcTestResultSchema, NcThrottleGranularitySchema, NcThrottleSchema, NcZoneConditionSchema, NetworkAccessStatusSchema, NetworkAddressSchema, NetworkEndpointSchema, NotificationActionIconSchema, NotificationActionSchema, NotificationFormatSchema, NotificationSchema, NotifierStatusSchema, NumericSensorStatusSchema, OPS_LOG_DEFAULT_LIMIT, OPS_LOG_RING_DEFAULT_MAX, OauthIntegrationDescriptorSchema, ObjectEventSchema, OpsLogDomainSchema, OpsLogEntrySchema, OpsLogOpSchema, OpsLogQueryInputSchema, OpsLogReasonSchema, OrchestratorMetricsSchema, OsdOverlayKindEnum, OsdOverlayPatchSchema, OsdOverlaySchema, OsdPositionEnum, OsdRenderOutcomeEnum, OsdRenderResultSchema, OsdSlotBindingSchema, OsdSlotViewSchema, OsdSourceOptionSchema, OsdSourceSchema, OsdSourceValueTypeEnum, OsdStatusSchema, PET_FEEDER_MANUAL_FEED_MAX, PET_FEEDER_MANUAL_FEED_MIN, PIPELINE_FLOW_CAPABILITY_NAMES, PIPELINE_OWNER_CAPABILITY_NAMES, PRIVACY_MASK_CAP_NAME, PROVIDER_KIND_CAP_NAMES, PYTHON_SCRIPT, PackageUpdateSchema, PackageVersionInfoSchema, PasskeyLoginMethodSchema, PasskeySummarySchema, PcmSampleFormatSchema, PerScopeBreakdownSchema, PetFeederStatusSchema, PickStreamPreferencesSchema, PickStreamRequirementsSchema, PickedCamStreamSchema, PipelineAssignmentSchema, PipelineDefaultStepSchema, PipelineEngineChoiceSchema, PipelineRunResultBridge, PipelineStepInputSchema, PipelineValidationIssueSchema, PipelineValidationResultSchema, PlaceholderReasonSchema, PolygonPointSchema, PowerMeterStatusSchema, PresenceStatusSchema, PressureSensorStatusSchema, PrivacyMaskOptionsSchema, PrivacyMaskPatchSchema, PrivacyMaskRegionSchema, PrivacyMaskShapeSchema, PrivacyMaskStatusSchema, ProfileRtspEntrySchema, ProfileSlotSchema, ProfileSlotStatusSchema, ProviderStatusSchema, PtzAutotrackRuntimeStateSchema, PtzAutotrackSettingsSchema, PtzAutotrackStatusSchema, PtzAutotrackTargetOptionSchema, PtzMoveCommandSchema, PtzOptionsSchema, PtzPositionSchema, PtzPresetSchema, PtzStatusSchema, QueryFilterSchema, RATE_CONTROL_RELAXED, RATE_CONTROL_TIGHT, REACHABILITY_FAILURES_TO_OFFLINE, REACHABILITY_POLL_INTERVAL_MS, REACHABILITY_PROBE_TIMEOUT_MS, RECOGNITION_TYPES, RESERVED_BINDING_NAMES, RUNTIME_DEFAULTS, RUNTIME_TO_FORMAT, RawStateResultSchema, ReadGopBytesResultSchema, ReadSegmentBytesResultSchema, ReadinessRegistry, ReadinessTimeoutError, RecentTracksPageSchema, RecentTracksQueryInput, RecordingAvailabilitySchema, RecordingBandModeSchema, RecordingBandSchema, RecordingBandTriggersSchema, RecordingConfigSchema, RecordingDaysSchema, RecordingDeviceUsageSchema, RecordingLocationUsageSchema, RecordingManifestSchema, RecordingRangeSchema, RecordingRetentionSchema, RecordingStatusSchema, RecordingStorageModeSchema, RecordingStorageUsageSchema, RecordingTriggersSchema, RecordingWeekdaySchema, RedirectLoginMethodSchema, RelocateFootageInputSchema, RelocateJobSchema, RelocateJobStateSchema, RelocateMediaInputSchema, RenderedAsSchema, ReportMotionInputSchema, RetrainAnnotationDraftSchema, RetrainAnnotationKindSchema, RetrainAnnotationSchema, RetrainAnnotationSourceSchema, RetrainAssistResultSchema, RetrainAssistSubjectSchema, RetrainCopyRefusalSchema, RetrainFrameCandidateSchema, RetrainFrameListSchema, RetrainFrameSchema, RetrainFrameSelectionSchema, RetrainMacroClassSchema, RetrainStatusSchema, RetrainTrackSchema, RetrainTransitionResultSchema, RingBuffer, RtpSourceSchema, RtspRestreamEntrySchema, RunnerCameraConfigSchema, RunnerCameraDeviceUIFields, RunnerFrameSourceSchema, RunnerInferenceDeviceSchema, RunnerLocalLoadSchema, RunnerLocalMetricsSchema, SCOPE_PRESETS, SCRUB_THUMBNAIL_PRESETS, SCRUB_THUMBNAIL_PRESET_LABELS, SCRUB_THUMBNAIL_PRESET_ORDER, SENSOR_FEATURES, SENSOR_MAP, SOURCE_INFO_METADATA_KEY, STREAM_PROFILE_META, STREAM_QUALITY_LABELS, SUB_DETECTION_TYPES, SYSTEM_CAP_NAMES, SceneCheckSchema, SceneConditionSchema, SceneMonitorSchema, SceneMonitorStateSchema, SceneMonitorStatusSchema, SceneReferenceSchema, ScopedTokenSchema, ScopedTokenSummarySchema, ScoredObjectEventSchema, ScriptRunnerStatusSchema, ScrubThumbnailPresetSchema, SearchResultSchema, SendEmailInputSchema, SendEmailResultSchema, SendResultSchema, SensorEventSchema, ServerBootModeSchema, ServerPackageStatusSchema, ServerRollbackInfoSchema, ServerUpdateActionResultSchema, ServerUpdateCheckResultSchema, ServerUpdateStateSchema, SettingsPatchSchema, SettingsRecordSchema, SettingsSchemaWithValuesSchema, SettingsUpdateResultSchema, ShmRingStatsSchema, SmokeStatusSchema, SmtpStatusSchema, SnapshotImageSchema, SourceInfoSchema, SpatialDetectionSchema, SsoBridgeClaimsSchema, StartEmbeddedInputSchema, StationaryObjectSchema, AbortUploadInputSchema as StorageAbortUploadInputSchema, BeginDownloadInputSchema as StorageBeginDownloadInputSchema, BeginDownloadResultSchema as StorageBeginDownloadResultSchema, BeginUploadInputSchema as StorageBeginUploadInputSchema, BeginUploadResultSchema as StorageBeginUploadResultSchema, EndDownloadInputSchema as StorageEndDownloadInputSchema, FinalizeUploadInputSchema as StorageFinalizeUploadInputSchema, StorageLocationDeclarationSchema, StorageLocationRefSchema, StorageLocationSchema, StorageLocationTypeSchema, ProviderInfoSchema as StorageProviderInfoSchema, ReadChunkInputSchema as StorageReadChunkInputSchema, TestLocationResultSchema as StorageTestLocationResultSchema, WriteChunkInputSchema as StorageWriteChunkInputSchema, StreamCodecSchema, StreamFormatSchema, StreamNetworkStatsSchema, StreamParamsOptionsSchema, StreamParamsStatusSchema, StreamProfileConfigSchema, StreamProfileOptionsSchema, StreamProfilePatchSchema, StreamProfileSchema, StreamSourceEntrySchema, StreamSourceSchema, SubscribeAudioChunksInputSchema, SubscribeAudioChunksResultSchema, SubscribeFramesInputSchema, SubscribeFramesResultSchema, SwitchStatusSchema, SystemMetricsSchema, SystemMirror, TAXONOMY_COLORS, TIMEZONES, TRANSCODE_DOWN_MAX_BITRATE_KBPS, TRANSCODE_DOWN_MAX_HEIGHT, TamperStatusSchema, TankStatusSchema, TargetKindCapsSchema, TargetKindLevelSchema, TargetKindSchema, TargetSchema, TemperatureSensorStatusSchema, TerminalProfileInfoSchema, TerminalSessionInfoSchema, TestConnectionResultSchema$1 as TestConnectionResultSchema, TestResultSchema, TimelapseRuleInputSchema, TimelapseRulePatchSchema, TimelapseRuleSchema, TimelapseTemplateSchema, ToastSchema, TokenScopeSchema, TopologyNodeSchema, TopologyProcessSchema, TopologyServiceSchema, TrackCascadeCountsSchema, TrackEnvelopeSchema, TrackFlagsPatchSchema, TrackFlagsSchema, TrackProjectionSchema, TrackSchema, TrackSourceSchema, TrackStateSchema, TrackZoneFilterSchema, TrackedDetectionSchema, TrainingExportDeviceTotalsSchema, TrainingExportSummarySchema, TurnServerSchema, UNIT_TABLE, BrokerInfoSchema$1 as UnifiedBrokerInfoSchema, UnitConversionError, UpdateIntegrationInputSchema, UpdateStatusSchema, UpdateUserInputSchema, UserRecordSchema, UserSummarySchema, VacuumControlStatusSchema, VacuumStateSchema, ValveStateSchema, ValveStatusSchema, VectorDeclareIndexInputSchema, VectorDeleteByFilterInputSchema, VectorDeleteInputSchema, VectorDeleteResultSchema, VectorFilterSchema, VectorGetInputSchema, VectorGetResultSchema, VectorItemSchema, VectorMatchSchema, VectorMetadataSchema, VectorMetricSchema, VectorQueryInputSchema, VectorQueryResultSchema, VectorStatsInputSchema, VectorStatsResultSchema, VectorUpsertInputSchema, VectorUpsertResultSchema, VibrationStatusSchema, VideoEncodeSchema, WEBRTC_EGRESS_PROFILE, WELL_KNOWN_TABS, WELL_KNOWN_TAB_MAP, WaterHeaterStatusSchema, WeatherStatusSchema, WebrtcStreamChoiceSchema, WebrtcStreamTargetSchema, WhiteBalanceModeSchema, WidgetHostEnum, WidgetLoginMethodSchema, WidgetMetadataSchema, WidgetRemoteSchema, WidgetSizeEnum, YAMNET_TO_MACRO, ZoneCrossingDirectionSchema, ZoneCrossingSchema, ZoneKindEnum, ZoneRuleModeEnum, ZoneRuleSchema, ZoneRuleStageEnum, ZoneRulesArraySchema, ZoneSchema, ZoneScopeBreakdownSchema, accessoriesCapability, accessoryStableId, addonPagesCapability, addonPagesSourceCapability, addonRoutesCapability, addonSettingsCapability, addonWidgetsCapability, addonWidgetsSourceCapability, addonsCapability, adminUiCapability, airQualitySensorCapability, alarmPanelCapability, alertsCapability, ambientLightSensorCapability, applyTransform, asBoolean, asJsonArray, asJsonObject, asNumber, asString, audioAnalysisCapability, audioAnalyzerCapability, audioCodecCapability, audioMetricsCapability, audioPlanFromEncodeProfile, authProviderCapability, autoAssignProfiles, automationControlCapability, backupCapability, bareAddonId, batteryCapability, bestLocationMatch, binaryCapability, bindAddonActions, brightnessCapability, brokerCapability, buildAddonRouteProvider, buildAudioArgs, buildEventKindDescriptor, buildFfmpegArgs, buildInputArgs, buildModelVariantGroups, buildNcTaxonomy, buildStreamParamsConfigSchema, buildVideoArgs, buttonCapability, cameraCredentialsCapability, cameraPipelineConfigCapability, cameraStreamsCapability, canConvertUnit, canonicalEgressPlan, carbonMonoxideCapability, cellsToRects, classifyStream, classifyStreams, climateControlCapability, collectHydratedFieldEntries, collectHydratedFieldValues, colorCapability, colorForKind, compileExpression, compileExpressionSafe, connectivityCapability, consumablesCapability, contactCapability, controlCapability, convertUnit, coreBlocksCapability, cosineSimilarity, coverCapability, createDeviceProxy, createDurableState, createEvent, createExpressionScope, createHwAccelCache, createLazyTrpcSource, createMirrorSource, createRuntimeStateBridge, createSliceHandle, createSystemProxy, customAction, customModelRegistryCapability, dataStoreProviderCapability, dayNightCapability, decodeVectorBase64, decoderCapability, defaultDeviceFor, defineCustomActions, deriveCameraSwitches, deriveDetailCropRect, deriveRecordingMode, describeModelVariant, detectionPipelineCapability, deviceAdoptionCapability, deviceBackendToFormat, deviceCustomAction, deviceDiscoveryCapability, deviceExportCapability, deviceManagerCapability, deviceMatchesProfile, deviceOpsCapability, deviceProviderCapability, deviceStateCapability, deviceStatusCapability, doorbellCapability, egressTranscodeSharingKey, egressTransportFromRequest, embeddingEncoderCapability, emitDownForOwnedCaps, emitReadiness, encodeProfileFromStreamShape, encodeVectorBase64, enumSensorCapability, enumerateInferenceDevices, enumerateItemArrayFields, enumerateSchemaFields, errMsg, evaluateAst, evaluateLinkExpression, evaluateZoneRules, event, eventEmitterCapability, eventsCapability, expandCapMethods, extractNestedAddonId, extractSourceInfoFromMetadata, faceGalleryCapability, fanControlCapability, featureProbeCapability, filesystemBrowseCapability, findTimezone, floodCapability, formatForBackend, formatForRuntime, gasCapability, getAudioMacroClassIds, getByPath, getCapsByProviderKind, getTaxonomyEntry, hasMotionTrigger, hfModelUrl, htmlToText, humidifierCapability, humiditySensorCapability, hydrateSchema, imageCapability, imageSettingsCapability, integrationsCapability, intercomCapability, invocationFromEncodeProfile, isAgentOnlyPlacement, isArrayOutputSchema, isBaseConditionKey, isCollectionArrayMethod, isDeployableToAgent, isDeviceConfigCap, isDeviceScopedCap, isEvent, isNode, isObjectInput, isSameAddonId, isScheduleActive, isSoftwareDecode, isVoidInput, jobKindSchema, kebabToCamel, knownValues, lawnMowerControlCapability, lifecycleJobSchema, lifecycleJobScopeSchema, lifecycleJobStateSchema, lifecycleTaskSchema, llmCapability, llmRuntimeCapability, localNetworkCapability, locationSimilarity, lockControlCapability, logBannerArgs, logDestinationCapability, logLevelAtMost, loginMethodCapability, looseSchema, makeProfileBrokerId, makeSourceBrokerId, mapAudioLabelToMacro, markdownToHtmlLite, markdownToText, maskUrlCredentials, mediaPlayerCapability, mergeSourceInfo, meshNetworkCapability, method, metricsProviderCapability, modelConvertCapability, modelDistributorCapability, modelFormatForRuntime, motionCapability, motionDetectionCapability, motionTriggerCapability, motionZonesCapability, mqttBrokerCapability, nativeObjectDetectionCapability, networkAccessCapability, networkQualityCapability, nodePin, nodesCapability, normalizeAddonInitResult, normalizeUnit, notificationOutputCapability, notificationRulesCapability, notifierCapability, numericSensorCapability, oauthIntegrationCapability, objectInputDeclaresAddonId, osdCapability, osdManagerCapability, parseCameraStreamConfig, parseExpression, parseJsonArray, parseJsonObject, parseJsonUnknown, parseProfileBrokerId, parseStreamParamsFormPatch, petFeederCapability, pickAccessoryControl, pickDetailCropConvention, pickNativeLeaseOverride, pickPreferredRtspEntry, pickVideoEncoder, pickerForCondition, pipelineAnalyticsCapability, pipelineExecutorCapability, pipelineOrchestratorCapability, pipelineRunnerCapability, plateGalleryCapability, platformProbeCapability, powerMeterCapability, prepareNotification, presenceCapability, pressureSensorCapability, privacyMaskCapability, procedureAuthKey, ptzAutotrackCapability, ptzCapability, pythonScriptForBackend, readDetailCropConvention, readDeviceStateFrom, readNativeLeaseOverride, readNodePin, readinessKey, rebootCapability, recordingCapability, recordingExportCapability, rectsToCells, requiresPython, resolveAddonExecution, resolveAddonGroup, resolveAddonPlacement, resolveAddonRuntime, resolveCapMount, resolveDetectionRuntime, resolveDeviceControlKind, resolveDeviceProfile, resolveEgressDecodeHwAccel, resolveFormat, resolveHydratedFieldValue, resolveModelFormat, resolveMutate, resolveRunnerId, resolveScrubThumbnailGeometry, resolveVariantModelId, runInferenceStep, runtimeDevices, sceneMonitorCapability, scopeKey, scoreRuntimes, scriptRunnerCapability, selectAssignedProfileSlots, serverManagementCapability, setByPath, settingsStoreCapability, sleep, sleepCancellable, smokeCapability, smtpProviderCapability, snapshotCapability, ssoBridgeCapability, startReachabilityPoll, stateVocabularyFor, storageCapability, storageEvictableCapability, storageProviderCapability, streamBrokerCapability, streamCatalogCapability, streamParamsCapability, streamPixels, streamQualityLabel, subKindsOf, summarisePrivacyAudio, supportedRuntimes, switchCapability, switchedOffIds, synthesizeSourceInfo, systemCapability, tamperCapability, taskLogEntrySchema, taskPhaseSchema, taskTargetSchema, temperatureSensorCapability, terminalSessionCapability, textToHtml, toDeviceSummary, toExpressionValue, toNodeId, toStreamSourceEntry, toastCapability, tokenize, transcodeBody, tryConvertUnit, turnProviderCapability, unitDimension, unitsForDimension, updateCapability, userManagementCapability, userPasskeysCapability, vacuumControlCapability, validateExpressionSource, valveCapability, vectorDimFromBase64, vectorStoreCapability, vibrationCapability, videoclipsCapability, viewerUiCapability, waterHeaterCapability, weatherCapability, webrtcClientHintsSchema, webrtcSessionCapability, wiringAddonHealthSchema, wiringHealthSnapshotSchema, wiringNodeHealthSchema, wiringProbeKindSchema, wiringProbeResultSchema, zodEntriesToConfigUI, zoneAnalyticsCapability, zoneRulesCapability, zonesCapability };
|
|
38135
|
+
export { ACCESSORY_LABEL, ALEXA_EGRESS_PROFILE, ALL_CAPABILITY_DEFINITIONS, APPLE_SA_TO_MACRO, AUDIO_ANALYSIS_CAP_NAME, AUDIO_BACKEND_CHOICES, AUDIO_MACRO_LABELS, AUDIO_PRESETS, AccessoriesStatusSchema, AccessoryKind, AddBrokerInputSchema, AddonAutoUpdateSchema, AddonListItemSchema, AddonPageDeclarationSchema, AddonPageInfoSchema, AdoptInputSchema as AdoptionAdoptInputSchema, AdoptResultSchema as AdoptionAdoptResultSchema, 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, BASE_LIVE_EGRESS_PROFILE, BATTERY_DEVICE_PROFILE, BacklightModeSchema, BackupDestinationInfoSchema, BackupEntrySchema, BaseAddon, BaseDevice, BaseDeviceProvider, BatteryStatusSchema, BinaryStatusSchema, BoundingBoxSchema, BrightnessStatusSchema, AddInputSchema as BrokerAddInputSchema, BrokerAudioClientSchema, BrokerClientsSchema, BrokerConnectionDetailsSchema, BrokerConsumerAttributionSchema, BrokerConsumerKindSchema, BrokerDecodedClientSchema, BrokerEncodedClientSchema, GetStateInputSchema as BrokerGetStateInputSchema, BrokerInfoSchema, BrokerProviderInfoSchema, PublishInputSchema as BrokerPublishInputSchema, RegistryStatusSchema as BrokerRegistryStatusSchema, BrokerRtspClientSchema, BrokerStatsSchema, BrokerStatusEnum, BrokerStatusSchema, SubscribeInputSchema as BrokerSubscribeInputSchema, SubscribeResultSchema as BrokerSubscribeResultSchema, TestConnectionResultSchema as BrokerTestConnectionResultSchema, UnsubscribeInputSchema as BrokerUnsubscribeInputSchema, CAMERA_SWITCH_CATALOG, CAMERA_SWITCH_ORDER, CAM_PROFILE_ORDER, CAPABILITY_NAMES, CAPABILITY_ROUTER_KEYS, CAP_NAMES_WITH_STATUS, CAP_NODE_PIN_CONTEXT_KEY, CAP_PROVIDER_KIND_MAP, COCO_80_LABELS, COCO_TO_MACRO, 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, CameraSwitchAuthoritySchema, CameraSwitchGroupSchema, CameraSwitchIdSchema, CameraSwitchSchema, CameraSwitchUnavailableReasonSchema, 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, CoreBlockCompileResultSchema, CoreBlockInputSchema, CoreBlockPlacementSchema, CoreBlockSchema, CoreBlockStatusSchema, 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_DETAIL_CROP_CONVENTION, DEFAULT_EVENT_COLOR, DEFAULT_FEATURES, DEFAULT_NATIVE_LEASE_SETTINGS, DEFAULT_RETENTION, DEFAULT_SCRUB_THUMBNAIL_PRESET, DETAIL_CROP_PADDING_FIELD, DETAIL_CROP_PADDING_KEY, DETAIL_CROP_SECTION_ID, DETAIL_CROP_SQUARE_KEY, DETECTION_PIPELINE_CAP_NAME, DEVICE_BACKEND_TO_FORMAT, DEVICE_CAP_NAMES, DEVICE_PROFILES, DEVICE_SCOPED_CAPS, DEVICE_SETTINGS_CONTRIBUTION_METHODS, DEVICE_STATE_READERS, DEVICE_STATUS_METHOD, DEVICE_TYPE_CONTROL_KIND, DEVICE_TYPE_INFO, EngineInfoSchema as DataStoreEngineInfoSchema, DayNightModeSchema, DayNightOptionsSchema, DayNightSettingsPatchSchema, DayNightStatusSchema, DecodedAudioChunkSchema, DecodedFrameSchema, DecoderSessionConfigSchema, DecoderStatsSchema, DeleteIntegrationResultSchema, DetailCropConventionSchema, DetectionSourceSchema, DeviceCodeSeveritySchema, DeviceConfig, DeviceDiscoveryStatusSchema, ExposeInputSchema as DeviceExportExposeInputSchema, DeviceExportStatusSchema, UnexposeInputSchema as DeviceExportUnexposeInputSchema, DeviceFeature, DeviceInfoSchema, DeviceLinkModeSchema, DeviceNetworkStatsSchema, DeviceRole, DeviceRuntimeState, DeviceStatusSchema, DeviceType, DiscoveredChildDeviceSchema, DiscoveredChildStatusSchema, DiscoveredDeviceSchema, DiscoveredTargetSchema, DisposerChain, DoorbellPressEventSchema, DoorbellStatusSchema, EVENTFUL_CAP_NAMES, EVENT_KIND_BY_CAP, EVENT_PAD_MS, EVENT_TAXONOMY, EXPRESSION_BUILTINS, EXPRESSION_BUILTIN_NAMES, EXPRESSION_COMPILE_CACHE_CAPACITY, EXPRESSION_IDENTIFIER_RE, EXPRESSION_INJECTED_NOW, EgressEncodeSchema, EgressRateControlSchema, EgressTranscodeRequestSchema, EgressTranscodeSchema, ElementConfigStore, EmbeddingInfoSchema, EmbeddingResultSchema, EncodeProfileSchema, EncodedPacketSchema, EnrichedWidgetMetadataSchema, EnumSensorDateTimeFormatSchema, EnumSensorStatusSchema, EventCategory, EventEmitterStatusSchema, EventFireSchema, EventItemSchema, EventKindCategorySchema, EventKindDescriptorSchema, EventKindIconSchema, EventKindSchema, EventKindsForDeviceSchema, EventMediaArtifactSchema, EventMediaCoverageSchema, EventMediaKindSchema, EventMediaProductionSchema, EventSourceType, ExportDownloadSchema, ExportOptionsSchema, ExportRecordSchema, ExportSetupFieldSchema, ExportSetupSchema, ExportSpeedSchema, ExportStateSchema, ExportTimelapseSchema, ExposedDeviceSchema, ExposureModeSchema, ExpressionEvalError, ExpressionParseError, FanControlStatusSchema, FanDirectionSchema, FeatureManifestSchema, FeatureProbeStatusSchema, FloodStatusSchema, Fmp4BoxSplitter, FrameHandleFormatSchema, FrameHandleSchema, FrameInputSchema, GasStatusSchema, GetStreamWithCodecInputSchema, GlobalMetricsSchema, HAP_AUDIO_BASE, HAP_AUDIO_BITRATE_KBPS, HAP_AUDIO_VBV_KBITS, HAP_KEYFRAME_INTERVAL_SEC, HF_BASE_URL, HF_REPO, HWACCEL_OPTIONS, HealthStatusSchema, HistoryPointSchema, HistoryResolutionEnum, HumidifierStatusSchema, HumiditySensorStatusSchema, HvacModeSchema, ImageContractSchema, ImageContractStateSchema, ImageRotateSchema, ImageSettingsOptionsSchema, ImageSettingsPatchSchema, ImageSettingsStatusSchema, ImageStatusSchema, IngestOwnerSchema, InstalledPackageSchema, IntegrationLiteSchema, IntegrationWithStateSchema, IntercomAbilitySchema, IntercomStatusSchema, KNOWN_CAP_NAMES, KeyEventSchema, LOG_LEVEL_RANK, LabelAttributionSchema, LabelDefinitionSchema, LabelTierSchema, LawnMowerActivitySchema, LawnMowerControlStatusSchema, LinkedDeviceSchema, LlmDefaultSchema, LlmDefaultSelectorSchema, LlmErrorCodeSchema, LlmGenerateBaseInputSchema, LlmGenerateErrSchema, LlmGenerateOkSchema, LlmGenerateResultSchema, LlmImageSchema, LlmNodeModelSchema, LlmProfileKindDescriptorSchema, LlmProfileKindSchema, LlmProfileSchema, LlmRuntimeCompleteInputSchema, LlmRuntimeDiskUsageSchema, LlmRuntimeNodeSchema, LlmRuntimeStatusSchema, LlmUsageRollupSchema, LlmUsageSchema, LocateSegmentResultSchema, LocationStatSchema, LockControlStatusSchema, LockStateSchema, LogEntrySchema, LogLevelSchema, LogStreamEntrySchema, LoginMethodContributionSchema, LoginStageEnum, MACRO_LABELS, MAX_EXPRESSION_AST_NODES, MAX_EXPRESSION_BINDINGS, MAX_EXPRESSION_CALL_ARGS, MAX_EXPRESSION_EVAL_STEPS, MAX_EXPRESSION_SOURCE_LENGTH, METHOD_ACCESS_MAP, MODEL_FORMATS, MOTION_TRIGGER_FEATURE, ManagedModelCatalogEntrySchema, ManagedModelRefSchema, ManagedRuntimeConfigSchema, MaskGridDimsSchema, MaskGridShapeSchema, MaskLineShapeSchema, MaskPointSchema, MaskPolygonShapeSchema, MaskPolygonVerticesSchema, MaskRectShapeSchema, MaskShapeKindSchema, MaskShapeSchema, MediaFileInfoSchema, MediaFileSchema, MediaPlayerRepeatSchema, MediaPlayerStateSchema, MediaPlayerStatusSchema, MeshPeerSchema, MeshStatusSchema, MethodAccessSchema, ModelCatalogEntrySchema, ModelConvertInputSchema, ModelConvertMetadataSchema, ModelDistributeInputSchema, ModelDistributeResultSchema, ModelExtraFileSchema, ModelFormatEntrySchema, ModelFormatsSchema, ModelSubstitutionSchema, ModelVariantGroupSchema, MotionAnalysisResultSchema, MotionEventSchema, MotionOnMotionChangedDataSchema, MotionRegionSchema, MotionSourceEnum, MotionSourcesSchema, MotionStatusSchema, MotionTriggerRuntimeStateSchema, MotionTriggerStatusSchema, MotionZoneOptionsSchema, MotionZonePatchSchema, MotionZoneRegionSchema, MotionZoneStatusSchema, StatusSchema as MqttBrokerStatusSchema, MutationFilterSchema, NATIVE_LEASE_ACTIVITY_FIELD, NATIVE_LEASE_ACTIVITY_KEY, NATIVE_LEASE_ADMISSION_FIELD, NATIVE_LEASE_ADMISSION_KEY, NATIVE_LEASE_BUDGET_FIELD, NATIVE_LEASE_BUDGET_KEY, NATIVE_LEASE_SECTION_ID, NATIVE_LEASE_TTL_FIELD, NATIVE_LEASE_TTL_KEY, NC_BASE_CONDITION_KEYS, NC_CONDITION_CATALOG, NC_HISTORY_LIMIT_DEFAULT, NC_HISTORY_LIMIT_MAX, NC_MAX_PER_TRACK_IMMEDIATE, NC_SNOOZE_MAX_MINUTES, NC_TAXONOMY, NativeCropBboxSchema, NativeCropRefSchema, NativeCropResultSchema, NativeDetectionSchema, NativeLeaseAdmissionSchema, NativeLeaseSettingsSchema, NativeObjectClassEnum, NativeObjectDetectionRuntimeStateSchema, NativeObjectDetectionStatusSchema, NcAlarmConfigSchema, NcAlarmModeCoverageSchema, NcAlarmSettingsPatchSchema, NcAlarmSettingsSchema, NcConditionDescriptorSchema, NcConditionsSchema, NcCrossingSchema, NcDeliverySchema, NcDeviceStateConditionSchema, NcHistoryEntrySchema, NcHistoryFilterSchema, NcHistoryRecordKindSchema, NcHistoryStatusSchema, NcHistorySubjectSchema, NcMediaFrameSchema, NcMediaPolicySchema, NcOccupancyConditionSchema, NcPlateMatcherSchema, NcRuleActionSchema, NcRuleActionSequenceSchema, NcRuleActionsSchema, NcRuleInputSchema, NcRuleNotificationButtonSchema, NcRulePatchSchema, NcRuleSchema, NcRuleTargetSchema, NcScheduleSchema, NcScheduleWindowSchema, NcSnoozeInputSchema, NcSnoozeSchema, NcSnoozeScopeSchema, NcSnoozeSuppressedSchema, NcTaxonomyEntrySchema, NcTaxonomySchema, NcTestResultSchema, NcThrottleGranularitySchema, NcThrottleSchema, NcZoneConditionSchema, NetworkAccessStatusSchema, NetworkAddressSchema, NetworkEndpointSchema, NotificationActionIconSchema, NotificationActionSchema, NotificationFormatSchema, NotificationSchema, NotifierStatusSchema, NumericSensorStatusSchema, OPS_LOG_DEFAULT_LIMIT, OPS_LOG_RING_DEFAULT_MAX, OauthIntegrationDescriptorSchema, ObjectEventSchema, OpsLogDomainSchema, OpsLogEntrySchema, OpsLogOpSchema, OpsLogQueryInputSchema, OpsLogReasonSchema, OrchestratorMetricsSchema, OsdOverlayKindEnum, OsdOverlayPatchSchema, OsdOverlaySchema, OsdPositionEnum, OsdRenderOutcomeEnum, OsdRenderResultSchema, OsdSlotBindingSchema, OsdSlotViewSchema, OsdSourceOptionSchema, OsdSourceSchema, OsdSourceValueTypeEnum, OsdStatusSchema, PET_FEEDER_MANUAL_FEED_MAX, PET_FEEDER_MANUAL_FEED_MIN, PIPELINE_FLOW_CAPABILITY_NAMES, PIPELINE_OWNER_CAPABILITY_NAMES, PRIVACY_MASK_CAP_NAME, PROVIDER_KIND_CAP_NAMES, PYTHON_SCRIPT, PackageUpdateSchema, PackageVersionInfoSchema, PasskeyLoginMethodSchema, PasskeySummarySchema, PcmSampleFormatSchema, PerScopeBreakdownSchema, PetFeederStatusSchema, PickStreamPreferencesSchema, PickStreamRequirementsSchema, PickedCamStreamSchema, PipelineAssignmentSchema, PipelineDefaultStepSchema, PipelineEngineChoiceSchema, PipelineRunResultBridge, PipelineStepInputSchema, PipelineValidationIssueSchema, PipelineValidationResultSchema, PlaceholderReasonSchema, PolygonPointSchema, PowerMeterStatusSchema, PresenceStatusSchema, PressureSensorStatusSchema, PrivacyMaskOptionsSchema, PrivacyMaskPatchSchema, PrivacyMaskRegionSchema, PrivacyMaskShapeSchema, PrivacyMaskStatusSchema, ProfileRtspEntrySchema, ProfileSlotSchema, ProfileSlotStatusSchema, ProviderStatusSchema, PtzAutotrackRuntimeStateSchema, PtzAutotrackSettingsSchema, PtzAutotrackStatusSchema, PtzAutotrackTargetOptionSchema, PtzMoveCommandSchema, PtzOptionsSchema, PtzPositionSchema, PtzPresetSchema, PtzStatusSchema, QueryFilterSchema, RATE_CONTROL_RELAXED, RATE_CONTROL_TIGHT, REACHABILITY_FAILURES_TO_OFFLINE, REACHABILITY_POLL_INTERVAL_MS, REACHABILITY_PROBE_TIMEOUT_MS, RECOGNITION_TYPES, RESERVED_BINDING_NAMES, RUNTIME_DEFAULTS, RUNTIME_TO_FORMAT, RawStateResultSchema, ReadGopBytesResultSchema, ReadSegmentBytesResultSchema, ReadinessRegistry, ReadinessTimeoutError, RecentTracksPageSchema, RecentTracksQueryInput, RecordingAvailabilitySchema, RecordingBandModeSchema, RecordingBandSchema, RecordingBandTriggersSchema, RecordingConfigSchema, RecordingDaysSchema, RecordingDeviceUsageSchema, RecordingLocationUsageSchema, RecordingManifestSchema, RecordingRangeSchema, RecordingRetentionSchema, RecordingStatusSchema, RecordingStorageModeSchema, RecordingStorageUsageSchema, RecordingTriggersSchema, RecordingWeekdaySchema, RedirectLoginMethodSchema, RelocateFootageInputSchema, RelocateJobSchema, RelocateJobStateSchema, RelocateMediaInputSchema, RenderedAsSchema, ReportMotionInputSchema, RetrainAnnotationDraftSchema, RetrainAnnotationKindSchema, RetrainAnnotationSchema, RetrainAnnotationSourceSchema, RetrainAssistResultSchema, RetrainAssistSubjectSchema, RetrainCopyRefusalSchema, RetrainFrameCandidateSchema, RetrainFrameListSchema, RetrainFrameSchema, RetrainFrameSelectionSchema, RetrainMacroClassSchema, RetrainStatusSchema, RetrainTrackSchema, RetrainTransitionResultSchema, RingBuffer, RtpSourceSchema, RtspRestreamEntrySchema, RunnerCameraConfigSchema, RunnerCameraDeviceUIFields, RunnerFrameSourceSchema, RunnerInferenceDeviceSchema, RunnerLocalLoadSchema, RunnerLocalMetricsSchema, SCOPE_PRESETS, SCRUB_THUMBNAIL_PRESETS, SCRUB_THUMBNAIL_PRESET_LABELS, SCRUB_THUMBNAIL_PRESET_ORDER, SENSOR_FEATURES, SENSOR_MAP, SOURCE_INFO_METADATA_KEY, STREAM_PROFILE_META, STREAM_QUALITY_LABELS, SUB_DETECTION_TYPES, SYSTEM_CAP_NAMES, SceneCheckSchema, SceneConditionSchema, SceneMonitorSchema, SceneMonitorStateSchema, SceneMonitorStatusSchema, SceneReferenceSchema, ScopedTokenSchema, ScopedTokenSummarySchema, ScoredObjectEventSchema, ScriptRunnerStatusSchema, ScrubThumbnailPresetSchema, SearchResultSchema, SendEmailInputSchema, SendEmailResultSchema, SendResultSchema, SensorEventSchema, ServerBootModeSchema, ServerPackageStatusSchema, ServerRollbackInfoSchema, ServerUpdateActionResultSchema, ServerUpdateCheckResultSchema, ServerUpdateStateSchema, SettingsPatchSchema, SettingsRecordSchema, SettingsSchemaWithValuesSchema, SettingsUpdateResultSchema, ShmRingStatsSchema, SmokeStatusSchema, SmtpStatusSchema, SnapshotImageSchema, SourceInfoSchema, SpatialDetectionSchema, SsoBridgeClaimsSchema, StartEmbeddedInputSchema, StationaryObjectSchema, AbortUploadInputSchema as StorageAbortUploadInputSchema, BeginDownloadInputSchema as StorageBeginDownloadInputSchema, BeginDownloadResultSchema as StorageBeginDownloadResultSchema, BeginUploadInputSchema as StorageBeginUploadInputSchema, BeginUploadResultSchema as StorageBeginUploadResultSchema, EndDownloadInputSchema as StorageEndDownloadInputSchema, FinalizeUploadInputSchema as StorageFinalizeUploadInputSchema, StorageLocationDeclarationSchema, StorageLocationRefSchema, StorageLocationSchema, StorageLocationTypeSchema, ProviderInfoSchema as StorageProviderInfoSchema, ReadChunkInputSchema as StorageReadChunkInputSchema, TestLocationResultSchema as StorageTestLocationResultSchema, WriteChunkInputSchema as StorageWriteChunkInputSchema, StreamCodecSchema, StreamFormatSchema, StreamNetworkStatsSchema, StreamParamsOptionsSchema, StreamParamsStatusSchema, StreamProfileConfigSchema, StreamProfileOptionsSchema, StreamProfilePatchSchema, StreamProfileSchema, StreamSourceEntrySchema, StreamSourceSchema, SubscribeAudioChunksInputSchema, SubscribeAudioChunksResultSchema, SubscribeFramesInputSchema, SubscribeFramesResultSchema, SwitchStatusSchema, SystemMetricsSchema, SystemMirror, TAXONOMY_COLORS, TIMEZONES, TRANSCODE_DOWN_MAX_BITRATE_KBPS, TRANSCODE_DOWN_MAX_HEIGHT, TamperStatusSchema, TankStatusSchema, TargetKindCapsSchema, TargetKindLevelSchema, TargetKindSchema, TargetSchema, TemperatureSensorStatusSchema, TerminalProfileInfoSchema, TerminalSessionInfoSchema, TestConnectionResultSchema$1 as TestConnectionResultSchema, TestResultSchema, TimelapseRuleInputSchema, TimelapseRulePatchSchema, TimelapseRuleSchema, TimelapseTemplateSchema, ToastSchema, TokenScopeSchema, TopologyNodeSchema, TopologyProcessSchema, TopologyServiceSchema, TrackCascadeCountsSchema, TrackEnvelopeSchema, TrackFlagsPatchSchema, TrackFlagsSchema, TrackProjectionSchema, TrackSchema, TrackSourceSchema, TrackStateSchema, TrackZoneFilterSchema, TrackedDetectionSchema, TrainingExportDeviceTotalsSchema, TrainingExportSummarySchema, TurnServerSchema, UNIT_TABLE, BrokerInfoSchema$1 as UnifiedBrokerInfoSchema, UnitConversionError, UpdateIntegrationInputSchema, UpdateStatusSchema, UpdateUserInputSchema, UserRecordSchema, UserSummarySchema, VacuumControlStatusSchema, VacuumStateSchema, ValveStateSchema, ValveStatusSchema, VectorDeclareIndexInputSchema, VectorDeleteByFilterInputSchema, VectorDeleteInputSchema, VectorDeleteResultSchema, VectorFilterSchema, VectorGetInputSchema, VectorGetResultSchema, VectorItemSchema, VectorMatchSchema, VectorMetadataSchema, VectorMetricSchema, VectorQueryInputSchema, VectorQueryResultSchema, VectorStatsInputSchema, VectorStatsResultSchema, VectorUpsertInputSchema, VectorUpsertResultSchema, VibrationStatusSchema, VideoEncodeSchema, WEBRTC_EGRESS_PROFILE, WELL_KNOWN_TABS, WELL_KNOWN_TAB_MAP, WaterHeaterStatusSchema, WeatherStatusSchema, WebrtcStreamChoiceSchema, WebrtcStreamTargetSchema, WhiteBalanceModeSchema, WidgetHostEnum, WidgetLoginMethodSchema, WidgetMetadataSchema, WidgetRemoteSchema, WidgetSizeEnum, YAMNET_TO_MACRO, ZoneCrossingDirectionSchema, ZoneCrossingSchema, ZoneKindEnum, ZoneRuleModeEnum, ZoneRuleSchema, ZoneRuleStageEnum, ZoneRulesArraySchema, ZoneSchema, ZoneScopeBreakdownSchema, accessoriesCapability, accessoryStableId, addonPagesCapability, addonPagesSourceCapability, addonRoutesCapability, addonSettingsCapability, addonWidgetsCapability, addonWidgetsSourceCapability, addonsCapability, adminUiCapability, airQualitySensorCapability, alarmPanelCapability, alertsCapability, ambientLightSensorCapability, applyTransform, asBoolean, asJsonArray, asJsonObject, asNumber, asString, audioAnalysisCapability, audioAnalyzerCapability, audioCodecCapability, audioMetricsCapability, audioPlanFromEncodeProfile, authProviderCapability, autoAssignProfiles, automationControlCapability, backupCapability, bareAddonId, batteryCapability, bestLocationMatch, binaryCapability, bindAddonActions, brightnessCapability, brokerCapability, buildAddonRouteProvider, buildAudioArgs, buildEventKindDescriptor, buildFfmpegArgs, buildInputArgs, buildModelVariantGroups, buildNcTaxonomy, buildStreamParamsConfigSchema, buildVideoArgs, buttonCapability, cameraCredentialsCapability, cameraPipelineConfigCapability, cameraStreamsCapability, canConvertUnit, canonicalEgressPlan, carbonMonoxideCapability, cellsToRects, classifyStream, classifyStreams, climateControlCapability, collectHydratedFieldEntries, collectHydratedFieldValues, colorCapability, colorForKind, compileExpression, compileExpressionSafe, connectivityCapability, consumablesCapability, contactCapability, controlCapability, convertUnit, coreBlocksCapability, cosineSimilarity, coverCapability, createDeviceProxy, createDurableState, createEvent, createExpressionScope, createHwAccelCache, createLazyTrpcSource, createMirrorSource, createRuntimeStateBridge, createSliceHandle, createSystemProxy, customAction, customModelRegistryCapability, dataStoreProviderCapability, dayNightCapability, decodeVectorBase64, decoderCapability, defaultDeviceFor, defineCustomActions, deriveCameraSwitches, deriveDetailCropRect, deriveRecordingMode, describeModelVariant, detectionPipelineCapability, deviceAdoptionCapability, deviceBackendToFormat, deviceCustomAction, deviceDiscoveryCapability, deviceExportCapability, deviceManagerCapability, deviceMatchesProfile, deviceOpsCapability, deviceProviderCapability, deviceStateCapability, deviceStatusCapability, doorbellCapability, egressTranscodeSharingKey, egressTransportFromRequest, embeddingEncoderCapability, emitDownForOwnedCaps, emitReadiness, encodeProfileFromStreamShape, encodeVectorBase64, enumSensorCapability, enumerateInferenceDevices, enumerateItemArrayFields, enumerateSchemaFields, errMsg, evaluateAst, evaluateLinkExpression, evaluateZoneRules, event, eventEmitterCapability, eventsCapability, expandCapMethods, extractNestedAddonId, extractSourceInfoFromMetadata, faceGalleryCapability, fanControlCapability, featureProbeCapability, filesystemBrowseCapability, findTimezone, floodCapability, formatForBackend, formatForRuntime, gasCapability, getAudioMacroClassIds, getByPath, getCapsByProviderKind, getTaxonomyEntry, hasMotionTrigger, hfModelUrl, htmlToText, humidifierCapability, humiditySensorCapability, hydrateSchema, imageCapability, imageSettingsCapability, integrationsCapability, intercomCapability, invocationFromEncodeProfile, isAgentOnlyPlacement, isArrayOutputSchema, isBaseConditionKey, isCollectionArrayMethod, isDeployableToAgent, isDeviceConfigCap, isDeviceScopedCap, isEvent, isNode, isObjectInput, isSameAddonId, isScheduleActive, isSoftwareDecode, isVoidInput, jobKindSchema, kebabToCamel, knownValues, lawnMowerControlCapability, lifecycleJobSchema, lifecycleJobScopeSchema, lifecycleJobStateSchema, lifecycleTaskSchema, llmCapability, llmRuntimeCapability, localNetworkCapability, locationSimilarity, lockControlCapability, logBannerArgs, logDestinationCapability, logLevelAtMost, loginMethodCapability, looseSchema, makeProfileBrokerId, makeSourceBrokerId, mapAudioLabelToMacro, markdownToHtmlLite, markdownToText, maskUrlCredentials, mediaPlayerCapability, mergeSourceInfo, meshNetworkCapability, method, metricsProviderCapability, modelConvertCapability, modelDistributorCapability, modelFormatForRuntime, motionCapability, motionDetectionCapability, motionTriggerCapability, motionZonesCapability, mqttBrokerCapability, nativeObjectDetectionCapability, networkAccessCapability, networkQualityCapability, nodePin, nodesCapability, normalizeAddonInitResult, normalizeUnit, notificationOutputCapability, notificationRulesCapability, notifierCapability, numericSensorCapability, oauthIntegrationCapability, objectInputDeclaresAddonId, osdCapability, osdManagerCapability, parseCameraStreamConfig, parseExpression, parseJsonArray, parseJsonObject, parseJsonUnknown, parseProfileBrokerId, parseStreamParamsFormPatch, petFeederCapability, pickAccessoryControl, pickDetailCropConvention, pickNativeLeaseOverride, pickPreferredRtspEntry, pickVideoEncoder, pickerForCondition, pipelineAnalyticsCapability, pipelineExecutorCapability, pipelineOrchestratorCapability, pipelineRunnerCapability, plateGalleryCapability, platformProbeCapability, powerMeterCapability, prepareNotification, presenceCapability, pressureSensorCapability, privacyMaskCapability, procedureAuthKey, ptzAutotrackCapability, ptzCapability, pythonScriptForBackend, readDetailCropConvention, readDeviceStateFrom, readNativeLeaseOverride, readNodePin, readinessKey, rebootCapability, recordingCapability, recordingExportCapability, rectsToCells, requiresPython, resolveAddonExecution, resolveAddonGroup, resolveAddonPlacement, resolveAddonRuntime, resolveCapMount, resolveDetectionRuntime, resolveDeviceControlKind, resolveDeviceProfile, resolveEgressDecodeHwAccel, resolveFormat, resolveHydratedFieldValue, resolveModelFormat, resolveMutate, resolveRunnerId, resolveScrubThumbnailGeometry, resolveVariantModelId, runInferenceStep, runtimeDevices, sceneMonitorCapability, scopeKey, scoreRuntimes, scriptRunnerCapability, selectAssignedProfileSlots, serverManagementCapability, setByPath, settingsStoreCapability, sleep, sleepCancellable, smokeCapability, smtpProviderCapability, snapshotCapability, ssoBridgeCapability, startReachabilityPoll, stateVocabularyFor, storageCapability, storageEvictableCapability, storageProviderCapability, streamBrokerCapability, streamCatalogCapability, streamParamsCapability, streamPixels, streamQualityLabel, subKindsOf, summarisePrivacyAudio, supportedRuntimes, switchCapability, switchedOffIds, synthesizeSourceInfo, systemCapability, tamperCapability, taskLogEntrySchema, taskPhaseSchema, taskTargetSchema, temperatureSensorCapability, terminalSessionCapability, textToHtml, toDeviceSummary, toExpressionValue, toNodeId, toStreamSourceEntry, toastCapability, tokenize, transcodeBody, tryConvertUnit, turnProviderCapability, unitDimension, unitsForDimension, updateCapability, userManagementCapability, userPasskeysCapability, vacuumControlCapability, validateExpressionSource, valveCapability, vectorDimFromBase64, vectorStoreCapability, vibrationCapability, videoclipsCapability, viewerUiCapability, waterHeaterCapability, weatherCapability, webrtcClientHintsSchema, webrtcSessionCapability, wiringAddonHealthSchema, wiringHealthSnapshotSchema, wiringNodeHealthSchema, wiringProbeKindSchema, wiringProbeResultSchema, zodEntriesToConfigUI, zoneAnalyticsCapability, zoneRulesCapability, zonesCapability };
|
|
@@ -3500,6 +3500,7 @@ function createDeviceProxy(api, binding, opts) {
|
|
|
3500
3500
|
assignProfile: (input) => dispatchSystem("streamBroker", "assignProfile", "mutation", input),
|
|
3501
3501
|
unassignProfile: (input) => dispatchSystem("streamBroker", "unassignProfile", "mutation", input),
|
|
3502
3502
|
renderPreBufferClip: (input) => dispatchSystem("streamBroker", "renderPreBufferClip", "mutation", input),
|
|
3503
|
+
produceEventMedia: (input) => dispatchSystem("streamBroker", "produceEventMedia", "mutation", input),
|
|
3503
3504
|
restartProfile: (input) => dispatchSystem("streamBroker", "restartProfile", "mutation", input),
|
|
3504
3505
|
getDeviceAudioMute: (input) => dispatchSystem("streamBroker", "getDeviceAudioMute", "query", input),
|
|
3505
3506
|
setDeviceAudioMute: (input) => dispatchSystem("streamBroker", "setDeviceAudioMute", "mutation", input),
|
|
@@ -3500,6 +3500,7 @@ function createDeviceProxy(api, binding, opts) {
|
|
|
3500
3500
|
assignProfile: (input) => dispatchSystem("streamBroker", "assignProfile", "mutation", input),
|
|
3501
3501
|
unassignProfile: (input) => dispatchSystem("streamBroker", "unassignProfile", "mutation", input),
|
|
3502
3502
|
renderPreBufferClip: (input) => dispatchSystem("streamBroker", "renderPreBufferClip", "mutation", input),
|
|
3503
|
+
produceEventMedia: (input) => dispatchSystem("streamBroker", "produceEventMedia", "mutation", input),
|
|
3503
3504
|
restartProfile: (input) => dispatchSystem("streamBroker", "restartProfile", "mutation", input),
|
|
3504
3505
|
getDeviceAudioMute: (input) => dispatchSystem("streamBroker", "getDeviceAudioMute", "query", input),
|
|
3505
3506
|
setDeviceAudioMute: (input) => dispatchSystem("streamBroker", "setDeviceAudioMute", "mutation", input),
|