@camstack/addon-osd-manager 0.1.16 → 0.1.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{MotionZonesSettings-DDk0KstC.mjs → MotionZonesSettings-2bARhPh6.mjs} +2 -2
- package/dist/{PrivacyMaskSettings-CsXnMGKT.mjs → PrivacyMaskSettings-Cdqm3uIC.mjs} +4 -4
- package/dist/{SceneMonitorEditor-8C9vWyuL.mjs → SceneMonitorEditor-C58VvxWO.mjs} +3 -3
- package/dist/_stub.js +196 -196
- package/dist/{_virtual_mf-localSharedImportMap___mfe_internal__addon_osd_manager_page-Yo6BXk0X.mjs → _virtual_mf-localSharedImportMap___mfe_internal__addon_osd_manager_page-AB877qFK.mjs} +4 -4
- package/dist/_virtual_mf___mfe_internal__addon_osd_manager_page__loadShare___mf_0_camstack_mf_1_types__loadShare__.js-KlN_tI2R.mjs +26 -0
- package/dist/addon-osd-manager.css +1 -1
- package/dist/{hostInit-Df_NHE4W.mjs → hostInit-m3PVQphj.mjs} +3 -3
- package/dist/index.js +224 -61
- package/dist/index.mjs +224 -61
- package/dist/{player-overlays-C5TVZDIL.mjs → player-overlays-CQmBy0Zm.mjs} +1 -1
- package/dist/remoteEntry.js +1 -1
- package/dist/{responsive-B6685e2G.mjs → responsive-jU_1DnOd.mjs} +1 -1
- package/dist/{square-ezK9FWt6.mjs → square-BewXHDNm.mjs} +1 -1
- package/dist/{trash-2-BoPZpFI0.mjs → trash-2-h2ZuBBnj.mjs} +1 -1
- package/dist/{use-device-snapshot-BDmozw2y.mjs → use-device-snapshot--wXDROMR.mjs} +1 -1
- package/dist/{virtual_mf-REMOTE_ENTRY_ID___mfe_internal__addon_osd_manager_page__remoteEntry_js-CsJNPlNP.mjs → virtual_mf-REMOTE_ENTRY_ID___mfe_internal__addon_osd_manager_page__remoteEntry_js-C8_X3KFr.mjs} +1 -1
- package/package.json +1 -1
- package/dist/_virtual_mf___mfe_internal__addon_osd_manager_page__loadShare___mf_0_camstack_mf_1_types__loadShare__.js-C9zRtW6C.mjs +0 -26
package/dist/index.mjs
CHANGED
|
@@ -7637,7 +7637,7 @@ var RecordingBandSchema = object({
|
|
|
7637
7637
|
postBufferSec: number().min(0).optional()
|
|
7638
7638
|
});
|
|
7639
7639
|
({
|
|
7640
|
-
preBufferSec:
|
|
7640
|
+
preBufferSec: 15,
|
|
7641
7641
|
postBufferSec: 30
|
|
7642
7642
|
}).postBufferSec * 1e3;
|
|
7643
7643
|
/**
|
|
@@ -15318,128 +15318,103 @@ var COCO_TO_MACRO = {
|
|
|
15318
15318
|
var AUDIO_MACRO_LABELS = [
|
|
15319
15319
|
{
|
|
15320
15320
|
id: "speech",
|
|
15321
|
-
name: "Speech"
|
|
15322
|
-
icon: "🗣️"
|
|
15321
|
+
name: "Speech"
|
|
15323
15322
|
},
|
|
15324
15323
|
{
|
|
15325
15324
|
id: "scream",
|
|
15326
|
-
name: "Scream / Shout"
|
|
15327
|
-
icon: "😱"
|
|
15325
|
+
name: "Scream / Shout"
|
|
15328
15326
|
},
|
|
15329
15327
|
{
|
|
15330
15328
|
id: "crying",
|
|
15331
|
-
name: "Crying / Baby"
|
|
15332
|
-
icon: "😢"
|
|
15329
|
+
name: "Crying / Baby"
|
|
15333
15330
|
},
|
|
15334
15331
|
{
|
|
15335
15332
|
id: "laughter",
|
|
15336
|
-
name: "Laughter"
|
|
15337
|
-
icon: "😂"
|
|
15333
|
+
name: "Laughter"
|
|
15338
15334
|
},
|
|
15339
15335
|
{
|
|
15340
15336
|
id: "music",
|
|
15341
|
-
name: "Music"
|
|
15342
|
-
icon: "🎵"
|
|
15337
|
+
name: "Music"
|
|
15343
15338
|
},
|
|
15344
15339
|
{
|
|
15345
15340
|
id: "dog",
|
|
15346
|
-
name: "Dog"
|
|
15347
|
-
icon: "🐕"
|
|
15341
|
+
name: "Dog"
|
|
15348
15342
|
},
|
|
15349
15343
|
{
|
|
15350
15344
|
id: "cat",
|
|
15351
|
-
name: "Cat"
|
|
15352
|
-
icon: "🐈"
|
|
15345
|
+
name: "Cat"
|
|
15353
15346
|
},
|
|
15354
15347
|
{
|
|
15355
15348
|
id: "bird",
|
|
15356
|
-
name: "Bird"
|
|
15357
|
-
icon: "🐦"
|
|
15349
|
+
name: "Bird"
|
|
15358
15350
|
},
|
|
15359
15351
|
{
|
|
15360
15352
|
id: "animal",
|
|
15361
|
-
name: "Animal (other)"
|
|
15362
|
-
icon: "🐾"
|
|
15353
|
+
name: "Animal (other)"
|
|
15363
15354
|
},
|
|
15364
15355
|
{
|
|
15365
15356
|
id: "alarm",
|
|
15366
|
-
name: "Alarm / Siren"
|
|
15367
|
-
icon: "🚨"
|
|
15357
|
+
name: "Alarm / Siren"
|
|
15368
15358
|
},
|
|
15369
15359
|
{
|
|
15370
15360
|
id: "doorbell",
|
|
15371
|
-
name: "Doorbell / Knock"
|
|
15372
|
-
icon: "🔔"
|
|
15361
|
+
name: "Doorbell / Knock"
|
|
15373
15362
|
},
|
|
15374
15363
|
{
|
|
15375
15364
|
id: "glass_breaking",
|
|
15376
|
-
name: "Glass Breaking"
|
|
15377
|
-
icon: "💥"
|
|
15365
|
+
name: "Glass Breaking"
|
|
15378
15366
|
},
|
|
15379
15367
|
{
|
|
15380
15368
|
id: "gunshot",
|
|
15381
|
-
name: "Gunshot / Explosion"
|
|
15382
|
-
icon: "💣"
|
|
15369
|
+
name: "Gunshot / Explosion"
|
|
15383
15370
|
},
|
|
15384
15371
|
{
|
|
15385
15372
|
id: "vehicle",
|
|
15386
|
-
name: "Vehicle"
|
|
15387
|
-
icon: "🚗"
|
|
15373
|
+
name: "Vehicle"
|
|
15388
15374
|
},
|
|
15389
15375
|
{
|
|
15390
15376
|
id: "siren",
|
|
15391
|
-
name: "Emergency Siren"
|
|
15392
|
-
icon: "🚑"
|
|
15377
|
+
name: "Emergency Siren"
|
|
15393
15378
|
},
|
|
15394
15379
|
{
|
|
15395
15380
|
id: "fire",
|
|
15396
|
-
name: "Fire / Smoke"
|
|
15397
|
-
icon: "🔥"
|
|
15381
|
+
name: "Fire / Smoke"
|
|
15398
15382
|
},
|
|
15399
15383
|
{
|
|
15400
15384
|
id: "water",
|
|
15401
|
-
name: "Water"
|
|
15402
|
-
icon: "💧"
|
|
15385
|
+
name: "Water"
|
|
15403
15386
|
},
|
|
15404
15387
|
{
|
|
15405
15388
|
id: "wind",
|
|
15406
|
-
name: "Wind / Weather"
|
|
15407
|
-
icon: "🌬️"
|
|
15389
|
+
name: "Wind / Weather"
|
|
15408
15390
|
},
|
|
15409
15391
|
{
|
|
15410
15392
|
id: "door",
|
|
15411
|
-
name: "Door"
|
|
15412
|
-
icon: "🚪"
|
|
15393
|
+
name: "Door"
|
|
15413
15394
|
},
|
|
15414
15395
|
{
|
|
15415
15396
|
id: "footsteps",
|
|
15416
|
-
name: "Footsteps"
|
|
15417
|
-
icon: "👣"
|
|
15397
|
+
name: "Footsteps"
|
|
15418
15398
|
},
|
|
15419
15399
|
{
|
|
15420
15400
|
id: "crowd",
|
|
15421
|
-
name: "Crowd / Chatter"
|
|
15422
|
-
icon: "👥"
|
|
15401
|
+
name: "Crowd / Chatter"
|
|
15423
15402
|
},
|
|
15424
15403
|
{
|
|
15425
15404
|
id: "telephone",
|
|
15426
|
-
name: "Telephone"
|
|
15427
|
-
icon: "📞"
|
|
15405
|
+
name: "Telephone"
|
|
15428
15406
|
},
|
|
15429
15407
|
{
|
|
15430
15408
|
id: "engine",
|
|
15431
|
-
name: "Engine / Motor"
|
|
15432
|
-
icon: "⚙️"
|
|
15409
|
+
name: "Engine / Motor"
|
|
15433
15410
|
},
|
|
15434
15411
|
{
|
|
15435
15412
|
id: "tools",
|
|
15436
|
-
name: "Tools / Construction"
|
|
15437
|
-
icon: "🔨"
|
|
15413
|
+
name: "Tools / Construction"
|
|
15438
15414
|
},
|
|
15439
15415
|
{
|
|
15440
15416
|
id: "silence",
|
|
15441
|
-
name: "Silence"
|
|
15442
|
-
icon: "🤫"
|
|
15417
|
+
name: "Silence"
|
|
15443
15418
|
}
|
|
15444
15419
|
];
|
|
15445
15420
|
var YAMNET_TO_MACRO = {
|
|
@@ -18492,7 +18467,7 @@ var TrackEnvelopeSchema = object({
|
|
|
18492
18467
|
* `snapshots[]` references — megabytes across a page of tracks. `slim`
|
|
18493
18468
|
* keeps every scalar the list surfaces actually render (ids, class(es),
|
|
18494
18469
|
* label / audioLabels / importance enrichment, firstSeen/lastSeen, state,
|
|
18495
|
-
* zonesVisited, bestEventId, envelope, hasFace, hasRider) and returns `positions` /
|
|
18470
|
+
* zonesVisited, bestEventId, envelope, hasFace, hasEmbeddedFace, hasRider) and returns `positions` /
|
|
18496
18471
|
* `snapshots` as EMPTY arrays — detail views re-fetch the full row via
|
|
18497
18472
|
* `getTrack`. Mirrors the event-store `projection` convention
|
|
18498
18473
|
* (`getObjectEvents` et al.).
|
|
@@ -18787,6 +18762,35 @@ var TrackSchema = object({
|
|
|
18787
18762
|
*/
|
|
18788
18763
|
hasFace: boolean().optional(),
|
|
18789
18764
|
/**
|
|
18765
|
+
* This track has a face row IN THE GALLERY: a crop **and** an embedding — a
|
|
18766
|
+
* face an operator could ASSIGN to an identity.
|
|
18767
|
+
*
|
|
18768
|
+
* The STRICT twin of {@link hasFace}, and the pair only earns its keep
|
|
18769
|
+
* because the two disagree. `hasFace` is stamped at the TOP of the face
|
|
18770
|
+
* branch, before every gate, and means no more than "a face detector produced
|
|
18771
|
+
* a face detail". This one is stamped at the single moment the gallery row
|
|
18772
|
+
* LANDS — after `FaceRecognizer.onTrackEnd` successfully persists it, i.e.
|
|
18773
|
+
* past the embedding-magnitude verdict, the `minFacePx` detection gate, the
|
|
18774
|
+
* candidate gate, the imageless-track drop (no crop was ever captured) and
|
|
18775
|
+
* the crop-store drop. Everything between the detector and that insert can
|
|
18776
|
+
* legitimately refuse the face, so a flag written any earlier promises the
|
|
18777
|
+
* operator something to assign and delivers nothing.
|
|
18778
|
+
*
|
|
18779
|
+
* **Independent of recognition.** A face collected but never auto-matched is
|
|
18780
|
+
* still assignable — it is in fact the face an operator most wants to reach —
|
|
18781
|
+
* so this is NOT gated on `recognizedIdentityId`. Recognition lands in
|
|
18782
|
+
* `subLabel`; this says only that the raw material exists.
|
|
18783
|
+
*
|
|
18784
|
+
* **Set once, never cleared.** A track that produced a gallery row produced
|
|
18785
|
+
* one; deleting the row later is the gallery's business, not this flag's.
|
|
18786
|
+
*
|
|
18787
|
+
* **Absent ≠ false**, the same rule as {@link hasFace}: every row written
|
|
18788
|
+
* before the column omits it, and so does every server that predates the
|
|
18789
|
+
* field. A consumer must test `=== true` and render nothing otherwise —
|
|
18790
|
+
* never infer "no assignable face".
|
|
18791
|
+
*/
|
|
18792
|
+
hasEmbeddedFace: boolean().optional(),
|
|
18793
|
+
/**
|
|
18790
18794
|
* This subject CONTAINS a folded rider — a person the rider-pairing step
|
|
18791
18795
|
* ([D34](../decisions/adr-0034.md)) removed from the frame BEFORE the tracker,
|
|
18792
18796
|
* so the passage is tracked once and as a VEHICLE.
|
|
@@ -20729,6 +20733,32 @@ var DetailResultSchema = object({
|
|
|
20729
20733
|
/** FRAME-space bbox (already mapped back from crop space). */
|
|
20730
20734
|
bbox: NativeCropBboxSchema.optional(),
|
|
20731
20735
|
embedding: string().optional(),
|
|
20736
|
+
/**
|
|
20737
|
+
* L2 magnitude of the RAW pre-normalization embedding. Additive and optional
|
|
20738
|
+
* so an older runner that does not send it degrades to "unmeasurable", which
|
|
20739
|
+
* the consuming gate treats as accept — never as reject.
|
|
20740
|
+
*/
|
|
20741
|
+
embeddingMagnitude: number().optional(),
|
|
20742
|
+
/**
|
|
20743
|
+
* Model that produced `embedding` — the SAME contract `labelModelId` has for
|
|
20744
|
+
* `label`, and for the same reason: the producing node is the only side that
|
|
20745
|
+
* knows which model actually ran, and re-deriving it downstream is exactly
|
|
20746
|
+
* the inference this model exists to forbid.
|
|
20747
|
+
*
|
|
20748
|
+
* Additive and optional, so a runner that predates it degrades to
|
|
20749
|
+
* "unmeasurable" rather than to a wrong answer — the consumer falls back to
|
|
20750
|
+
* its previous assumption instead of refusing.
|
|
20751
|
+
*
|
|
20752
|
+
* Its absence was not cosmetic. `FaceRecognizer` needs the probe's model id
|
|
20753
|
+
* to use `face-matcher`'s same-model gate (`sample.modelId !== probe.modelId`);
|
|
20754
|
+
* with nothing on the wire it took the id from the GALLERY, so the gate
|
|
20755
|
+
* compared the gallery against itself and could never fire. That turned the
|
|
20756
|
+
* one guard protecting the face feature space into a tautology, and it is
|
|
20757
|
+
* why swapping `face-embedding`'s model would NOT have stranded the enrolled
|
|
20758
|
+
* gallery as the catalog comment predicts — it would have scored the new
|
|
20759
|
+
* model's vectors against the old model's samples in one cosine space.
|
|
20760
|
+
*/
|
|
20761
|
+
embeddingModelId: string().optional(),
|
|
20732
20762
|
label: string().optional(),
|
|
20733
20763
|
/**
|
|
20734
20764
|
* The tier `label` occupies, copied VERBATIM from the producing step's
|
|
@@ -21746,6 +21776,12 @@ var CameraStatusSchema = object({
|
|
|
21746
21776
|
/** Unix timestamp (ms) when this snapshot was composed server-side. */
|
|
21747
21777
|
fetchedAt: number()
|
|
21748
21778
|
});
|
|
21779
|
+
var InferenceDeviceExclusionReasonSchema = _enum([
|
|
21780
|
+
"disabled",
|
|
21781
|
+
"unavailable",
|
|
21782
|
+
"cannot-host-camera-root",
|
|
21783
|
+
"accelerator-preferred"
|
|
21784
|
+
]);
|
|
21749
21785
|
var NodeInferenceDeviceSchema = object({
|
|
21750
21786
|
/** Stable per-node device key, e.g. `openvino:npu`, `edgetpu:usb`, `cpu`. */
|
|
21751
21787
|
key: string(),
|
|
@@ -21776,7 +21812,17 @@ var NodeInferenceDeviceSchema = object({
|
|
|
21776
21812
|
* available per format; this is the stored selection that becomes the
|
|
21777
21813
|
* default for EVERY camera landing on this accelerator.
|
|
21778
21814
|
*/
|
|
21779
|
-
steps: record(string(), DeviceStepConfigSchema).optional()
|
|
21815
|
+
steps: record(string(), DeviceStepConfigSchema).optional(),
|
|
21816
|
+
/**
|
|
21817
|
+
* `null` when the device IS a camera-root candidate on this node; otherwise
|
|
21818
|
+
* the reason the dispatcher drops it. Computed by the SAME
|
|
21819
|
+
* `resolveInferenceDeviceEligibility` the dispatcher runs, so this view can
|
|
21820
|
+
* never disagree with the election — deriving it in the UI from
|
|
21821
|
+
* `enabled`/`available` would silently miss `cannot-host-camera-root` (needs
|
|
21822
|
+
* the node's model catalog) and `accelerator-preferred` (needs the node-wide
|
|
21823
|
+
* "an accelerator is serving" predicate).
|
|
21824
|
+
*/
|
|
21825
|
+
exclusion: InferenceDeviceExclusionReasonSchema.nullable()
|
|
21780
21826
|
});
|
|
21781
21827
|
var NodeInferenceDevicesSchema = object({
|
|
21782
21828
|
nodeId: string(),
|
|
@@ -22691,6 +22737,7 @@ var snapshotCapability = {
|
|
|
22691
22737
|
isBattery: boolean(),
|
|
22692
22738
|
reason: _enum([
|
|
22693
22739
|
"disabled",
|
|
22740
|
+
"offline",
|
|
22694
22741
|
"sleeping",
|
|
22695
22742
|
"unreachable",
|
|
22696
22743
|
"waking"
|
|
@@ -22780,9 +22827,17 @@ targets: array(object({
|
|
|
22780
22827
|
sleeping: boolean(),
|
|
22781
22828
|
/** Current device state rendered over the cached frame. State images
|
|
22782
22829
|
* remain authoritative even when their photographic background is
|
|
22783
|
-
* old; null means the link must carry a current camera frame.
|
|
22830
|
+
* old; null means the link must carry a current camera frame.
|
|
22831
|
+
*
|
|
22832
|
+
* **This is the ONLY source a surface may derive an inactive tile
|
|
22833
|
+
* from.** A client that reads a device's `online`/`disabled` flags and
|
|
22834
|
+
* draws its own verdict will disagree with the pixels it is painting
|
|
22835
|
+
* — the frame comes from here, and so must the sentence over it
|
|
22836
|
+
* (D190). Pair with `ageMs` for the age of the photograph behind the
|
|
22837
|
+
* state. */
|
|
22784
22838
|
stateReason: _enum([
|
|
22785
22839
|
"disabled",
|
|
22840
|
+
"offline",
|
|
22786
22841
|
"sleeping",
|
|
22787
22842
|
"unreachable",
|
|
22788
22843
|
"waking"
|
|
@@ -27740,7 +27795,12 @@ var ListResultSchema = object({
|
|
|
27740
27795
|
probedAt: number()
|
|
27741
27796
|
});
|
|
27742
27797
|
var PreferredSchema = LocalInterfaceSchema.nullable();
|
|
27743
|
-
|
|
27798
|
+
/**
|
|
27799
|
+
* Candidate base URL for the SDK to race on connect. Order matters —
|
|
27800
|
+
* the SDK should attempt these top-to-bottom with a short per-candidate
|
|
27801
|
+
* timeout (e.g. 1500ms) and cache the winner for the session.
|
|
27802
|
+
*/
|
|
27803
|
+
var ConnectionEndpointSchema = object({
|
|
27744
27804
|
/** Operator-facing label (e.g. "LAN — en0", "Public tunnel"). */
|
|
27745
27805
|
label: string(),
|
|
27746
27806
|
/** Fully-formed base URL with scheme + host + port. */
|
|
@@ -27783,7 +27843,42 @@ var GetConnectionEndpointsResultSchema = object({ endpoints: array(object({
|
|
|
27783
27843
|
* ordering between polls.
|
|
27784
27844
|
*/
|
|
27785
27845
|
priority: number()
|
|
27786
|
-
})
|
|
27846
|
+
});
|
|
27847
|
+
/**
|
|
27848
|
+
* Where the advertised local port came from. Ordered most → least
|
|
27849
|
+
* authoritative, and the whole point of returning it: a client must be able to
|
|
27850
|
+
* tell a FACT about the hub's socket from an echo of its own guess.
|
|
27851
|
+
*/
|
|
27852
|
+
var LocalPortSourceEnum = _enum([
|
|
27853
|
+
"server-config",
|
|
27854
|
+
"server-env",
|
|
27855
|
+
"caller-hint",
|
|
27856
|
+
"default"
|
|
27857
|
+
]);
|
|
27858
|
+
/** The port every LAN/loopback `baseUrl` in the same result was built with. */
|
|
27859
|
+
var AdvertisedLocalPortSchema = object({
|
|
27860
|
+
port: number().int().min(1).max(65535),
|
|
27861
|
+
source: LocalPortSourceEnum
|
|
27862
|
+
});
|
|
27863
|
+
var GetConnectionEndpointsResultSchema = object({
|
|
27864
|
+
endpoints: array(ConnectionEndpointSchema).readonly(),
|
|
27865
|
+
/**
|
|
27866
|
+
* The port the hub built the LAN/loopback URLs with, and where that number
|
|
27867
|
+
* came from.
|
|
27868
|
+
*
|
|
27869
|
+
* Returned rather than merely applied, because "the URL is right" and "the
|
|
27870
|
+
* client can KNOW the URL is right" are different properties. A client that
|
|
27871
|
+
* only sees a corrected URL cannot distinguish a hub that fixed the port from
|
|
27872
|
+
* a hub that echoed the port the client sent, so it cannot decide whether to
|
|
27873
|
+
* race the candidate or discard it. With `source` it can: anything but
|
|
27874
|
+
* `caller-hint` is the hub's own socket.
|
|
27875
|
+
*
|
|
27876
|
+
* Absent on hubs predating this field — a client that finds it missing is
|
|
27877
|
+
* talking to an echoing hub and must degrade exactly as it does for
|
|
27878
|
+
* `caller-hint`.
|
|
27879
|
+
*/
|
|
27880
|
+
localPort: AdvertisedLocalPortSchema
|
|
27881
|
+
});
|
|
27787
27882
|
/**
|
|
27788
27883
|
* The chosen outbound endpoint for notification artifacts. `baseUrl: null` =
|
|
27789
27884
|
* AUTO (resolved from the candidate ranking at send time); `resolved` reports
|
|
@@ -27829,10 +27924,35 @@ var localNetworkCapability = {
|
|
|
27829
27924
|
* Honours `getAllowedAddresses()` when set — addresses outside
|
|
27830
27925
|
* the allowlist are dropped (the public tunnel + loopback are
|
|
27831
27926
|
* always included as escape hatches).
|
|
27927
|
+
*
|
|
27928
|
+
* **The port is the hub's, not the caller's** (D62 — a function's fact
|
|
27929
|
+
* belongs to whoever already owns it). This method used to take a `port`
|
|
27930
|
+
* and echo it onto every LAN and loopback URL it advertised, which made
|
|
27931
|
+
* every client a second authority on a socket only the hub binds. A viewer
|
|
27932
|
+
* configured with a port-less public URL (`https://camstack.example.top`)
|
|
27933
|
+
* infers 443 from the scheme, asks with 443, and was handed
|
|
27934
|
+
* `https://192.168.1.9:443` for a hub listening on 4443. That candidate
|
|
27935
|
+
* cannot ever answer, and losing its race reads in the log exactly like
|
|
27936
|
+
* "the LAN was tried and it was slower" — so an operator sitting on his own
|
|
27937
|
+
* WiFi stayed on the public tunnel for weeks, with the LAN candidate born
|
|
27938
|
+
* dead on every single connect.
|
|
27939
|
+
*
|
|
27940
|
+
* The hub now resolves its own listen port and reports it as `localPort`,
|
|
27941
|
+
* with the SOURCE of the number, so a client can tell a fact from an echo.
|
|
27942
|
+
*
|
|
27943
|
+
* Out of scope on purpose: a LAN URL that is not the hub's own socket (a
|
|
27944
|
+
* reverse proxy in front of it on another port) is not this method's to
|
|
27945
|
+
* invent either — pin it with `setNotificationEndpoint` / a configured
|
|
27946
|
+
* origin, which is an operator statement rather than a guess.
|
|
27832
27947
|
*/
|
|
27833
27948
|
getConnectionEndpoints: method(object({
|
|
27834
|
-
/**
|
|
27835
|
-
|
|
27949
|
+
/**
|
|
27950
|
+
* LEGACY HINT — do not send from new code. Kept optional so clients
|
|
27951
|
+
* written against the echoing contract keep working; the hub uses it
|
|
27952
|
+
* only when it cannot read its own port, and says so via
|
|
27953
|
+
* `localPort.source === 'caller-hint'`.
|
|
27954
|
+
*/
|
|
27955
|
+
port: number().int().min(1).max(65535).optional(),
|
|
27836
27956
|
/** Include `http(s)://127.0.0.1:<port>` as the lowest-priority
|
|
27837
27957
|
* candidate. Default `true`. */
|
|
27838
27958
|
includeLoopback: boolean().optional(),
|
|
@@ -40776,7 +40896,6 @@ var NC_AUDIO_DEFAULTS = {
|
|
|
40776
40896
|
hitPercent: 60,
|
|
40777
40897
|
samplingSeconds: 10
|
|
40778
40898
|
};
|
|
40779
|
-
new Map(AUDIO_MACRO_LABELS.flatMap((macro) => macro.icon === void 0 ? [] : [[macro.id, macro.icon]]));
|
|
40780
40899
|
new Set(["devices", "classes"]);
|
|
40781
40900
|
NC_AUDIO_DEFAULTS.hitPercent, NC_AUDIO_DEFAULTS.samplingSeconds;
|
|
40782
40901
|
var WEEKDAY_TO_DAY = {
|
|
@@ -41070,6 +41189,39 @@ TimelapseRuleInputSchema.extend({
|
|
|
41070
41189
|
createdAt: number(),
|
|
41071
41190
|
updatedAt: number()
|
|
41072
41191
|
});
|
|
41192
|
+
Object.freeze(Object.fromEntries([{
|
|
41193
|
+
stepId: "face-embedding",
|
|
41194
|
+
label: "Face recognition model",
|
|
41195
|
+
defaultModelId: "arcface-r100",
|
|
41196
|
+
indexName: "the enrolled face gallery",
|
|
41197
|
+
options: [
|
|
41198
|
+
{
|
|
41199
|
+
id: "arcface-r100",
|
|
41200
|
+
label: "ArcFace (ResNet34)"
|
|
41201
|
+
},
|
|
41202
|
+
{
|
|
41203
|
+
id: "auraface-r100",
|
|
41204
|
+
label: "AuraFace R100"
|
|
41205
|
+
},
|
|
41206
|
+
{
|
|
41207
|
+
id: "inception-resnet-v1",
|
|
41208
|
+
label: "Inception ResNet V1"
|
|
41209
|
+
}
|
|
41210
|
+
]
|
|
41211
|
+
}, {
|
|
41212
|
+
stepId: "clip-embedding",
|
|
41213
|
+
label: "Semantic search model",
|
|
41214
|
+
defaultModelId: "mobileclip-s1",
|
|
41215
|
+
indexName: "the object semantic-search index",
|
|
41216
|
+
options: [{
|
|
41217
|
+
id: "mobileclip-s1",
|
|
41218
|
+
label: "MobileCLIP S1"
|
|
41219
|
+
}, {
|
|
41220
|
+
id: "mobileclip-s2",
|
|
41221
|
+
label: "MobileCLIP S2"
|
|
41222
|
+
}]
|
|
41223
|
+
}].map((s) => [s.stepId, s.defaultModelId])));
|
|
41224
|
+
string().min(1);
|
|
41073
41225
|
object({
|
|
41074
41226
|
/**
|
|
41075
41227
|
* Fraction of the box's own size added on EACH side before cutting.
|
|
@@ -41090,10 +41242,21 @@ object({
|
|
|
41090
41242
|
*/
|
|
41091
41243
|
square: boolean()
|
|
41092
41244
|
});
|
|
41093
|
-
|
|
41245
|
+
/**
|
|
41246
|
+
* The convention in force when nobody has configured one — byte-for-byte the
|
|
41247
|
+
* behaviour of the pre-unification LIVE path (`DETAIL_CROP_PADDING_RATIO`).
|
|
41248
|
+
*/
|
|
41249
|
+
var DEFAULT_DETAIL_CROP_CONVENTION = {
|
|
41094
41250
|
paddingRatio: .15,
|
|
41095
41251
|
square: false
|
|
41096
|
-
}
|
|
41252
|
+
};
|
|
41253
|
+
Object.freeze({
|
|
41254
|
+
x: 0,
|
|
41255
|
+
y: 0,
|
|
41256
|
+
w: 1,
|
|
41257
|
+
h: 1
|
|
41258
|
+
});
|
|
41259
|
+
DEFAULT_DETAIL_CROP_CONVENTION.paddingRatio;
|
|
41097
41260
|
/**
|
|
41098
41261
|
* WHICH delivered frames the decode worker retains a native copy of.
|
|
41099
41262
|
*
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { h as e, l as t, u as n, y as r } from "./_virtual_mf___mfe_internal__addon_osd_manager_page__loadShare__react__loadShare__.js-Bs1t18EM.mjs";
|
|
2
|
-
import { o as i, s as a } from "./responsive-
|
|
2
|
+
import { o as i, s as a } from "./responsive-jU_1DnOd.mjs";
|
|
3
3
|
import { n as o, r as s, t as c } from "./_virtual_mf___mfe_internal__addon_osd_manager_page__loadShare__react_mf_1_jsx_mf_2_runtime__loadShare__.js-DalfdIDw.mjs";
|
|
4
4
|
var l = a("chevron-down", [["path", {
|
|
5
5
|
d: "m6 9 6 6 6-6",
|
package/dist/remoteEntry.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as e, t } from "./virtual_mf-REMOTE_ENTRY_ID___mfe_internal__addon_osd_manager_page__remoteEntry_js-
|
|
1
|
+
import { n as e, t } from "./virtual_mf-REMOTE_ENTRY_ID___mfe_internal__addon_osd_manager_page__remoteEntry_js-C8_X3KFr.mjs";
|
|
2
2
|
export { t as get, e as init };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { c as e, g as t, h as n, l as r, n as i, p as a, r as o, t as s, u as c, y as l } from "./_virtual_mf___mfe_internal__addon_osd_manager_page__loadShare__react__loadShare__.js-Bs1t18EM.mjs";
|
|
2
2
|
import "./_virtual_mf___mfe_internal__addon_osd_manager_page__loadShare__react_mf_1_jsx_mf_2_runtime__loadShare__.js-DalfdIDw.mjs";
|
|
3
|
-
import {
|
|
3
|
+
import { t as u } from "./_virtual_mf___mfe_internal__addon_osd_manager_page__loadShare___mf_0_camstack_mf_1_types__loadShare__.js-KlN_tI2R.mjs";
|
|
4
4
|
//#region ../ui-library/node_modules/lucide-react/dist/esm/shared/src/utils/mergeClasses.js
|
|
5
5
|
l();
|
|
6
6
|
var d = (...e) => e.filter((e, t, n) => !!e && e.trim() !== "" && n.indexOf(e) === t).join(" ").trim(), f = (e) => e.replace(/([a-z0-9])([A-Z])/g, "$1-$2").toLowerCase(), p = (e) => e.replace(/^([A-Z])|[\s-_]+(\w)/g, (e, t, n) => n ? n.toUpperCase() : t.toLowerCase()), m = (e) => {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { c as e, h as t, p as n, y as r } from "./_virtual_mf___mfe_internal__addon_osd_manager_page__loadShare__react__loadShare__.js-Bs1t18EM.mjs";
|
|
2
|
-
import { s as i } from "./responsive-
|
|
2
|
+
import { s as i } from "./responsive-jU_1DnOd.mjs";
|
|
3
3
|
var a = i("camera", [["path", {
|
|
4
4
|
d: "M13.997 4a2 2 0 0 1 1.76 1.05l.486.9A2 2 0 0 0 18.003 7H20a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h1.997a2 2 0 0 0 1.759-1.048l.489-.904A2 2 0 0 1 10.004 4z",
|
|
5
5
|
key: "18u6gg"
|
|
@@ -2753,7 +2753,7 @@ async function rr(e) {
|
|
|
2753
2753
|
}
|
|
2754
2754
|
}
|
|
2755
2755
|
async function ir() {
|
|
2756
|
-
return tr ||= rr(() => import("./_virtual_mf-localSharedImportMap___mfe_internal__addon_osd_manager_page-
|
|
2756
|
+
return tr ||= rr(() => import("./_virtual_mf-localSharedImportMap___mfe_internal__addon_osd_manager_page-AB877qFK.mjs")).catch((e) => {
|
|
2757
2757
|
throw tr = void 0, e;
|
|
2758
2758
|
}), tr;
|
|
2759
2759
|
}
|
package/package.json
CHANGED
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
//#region \0virtual:mf:__mfe_internal__addon_osd_manager_page__loadShare___mf_0_camstack_mf_1_types__loadShare__.js
|
|
2
|
-
var e = "__mf_init__virtual:mf:__mfe_internal__addon_osd_manager_page__mf_v__runtimeInit__mf_v__.js__", t = globalThis[e];
|
|
3
|
-
if (!t) {
|
|
4
|
-
let n, r, i = new Promise((e, t) => {
|
|
5
|
-
n = e, r = t;
|
|
6
|
-
});
|
|
7
|
-
t = globalThis[e] = {
|
|
8
|
-
initPromise: i,
|
|
9
|
-
initResolve: n,
|
|
10
|
-
initReject: r
|
|
11
|
-
};
|
|
12
|
-
}
|
|
13
|
-
var n = t.initPromise, r = "__mf_module_cache__";
|
|
14
|
-
globalThis[r] ||= {
|
|
15
|
-
share: {},
|
|
16
|
-
remote: {}
|
|
17
|
-
}, globalThis[r].share ||= {}, globalThis[r].remote ||= {};
|
|
18
|
-
var i = globalThis[r], a, o, s, c, l, u, d, f, p, m, h, g, _, v, y, b, x = (e) => {
|
|
19
|
-
e.ACCESSORY_LABEL, e.ACCESS_ROLES, e.ALEXA_EGRESS_PROFILE, a = e.ALL_CAPABILITY_DEFINITIONS, e.APPLE_SA_TO_MACRO, e.AUDIO_ANALYSIS_CAP_NAME, e.AUDIO_BACKEND_CHOICES, e.AUDIO_MACRO_LABELS, e.AUDIO_PRESETS, e.AccessoriesStatusSchema, e.AccessoryKind, e.AddBrokerInputSchema, e.AddonAutoUpdateSchema, e.AddonListItemSchema, e.AddonPageDeclarationSchema, e.AddonPageInfoSchema, e.AdoptionAdoptInputSchema, e.AdoptionAdoptResultSchema, e.AdoptionCandidateResultSchema, e.AdoptionFilterSchema, e.AdoptionGetCandidateInputSchema, e.AdoptionJobSchema, e.AdoptionJobStateSchema, e.AdoptionListCandidatesInputSchema, e.AdoptionListCandidatesOutputSchema, e.AdoptionOutcomeSchema, e.AdoptionReleaseInputSchema, e.AdoptionStatusSchema, e.AgentLoadSummarySchema, e.AirQualitySensorStatusSchema, e.AlarmArmModeSchema, e.AlarmPanelStatusSchema, o = e.AlarmStateSchema, e.AlertSchema, e.AlertSeveritySchema, e.AlertSourceSchema, e.AlertStatusSchema, e.AmbientLightSensorStatusSchema, e.ApiKeyRecordSchema, e.ApiKeySummarySchema, e.ArchiveEntrySchema, e.ArchiveManifestSchema, e.AttachmentMediaTypeSchema, e.AttachmentSchema, e.AudioAnalysisResultSchema, e.AudioAnalysisSettingsSchema, e.AudioChunkInputSchema, e.AudioClassSummarySchema, e.AudioClassificationLabelSchema, e.AudioClassificationResultSchema, e.AudioCodecInfoSchema, e.AudioDecodeSessionConfigSchema, e.AudioEncodeSchema, e.AudioEncodeSessionConfigSchema, e.AudioEncodedChunkSchema, e.AudioEventSchema, e.AudioLevelSchema, e.AudioMetricsHistoryPointSchema, e.AudioMetricsHistorySchema, e.AudioMetricsSnapshotSchema, e.AudioPcmChunkSchema, e.AuthResultSchema, e.AutoUpdateSettingsSchema, e.AutomationActionSchema, e.AutomationConditionOperatorSchema, e.AutomationConditionSchema, e.AutomationControlStatusSchema, e.AutomationRecipeSchema, e.AutomationTriggerSchema, e.AvailableIntegrationTypeSchema, e.BACKEND_TO_FORMAT, e.BASE_LIVE_EGRESS_PROFILE, e.BATTERY_DEVICE_PROFILE, e.BATTERY_UNREACHABLE_AFTER_MS, e.BOOT_RECOVERY_BACKOFF_MS, e.BacklightModeSchema, e.BackupDestinationInfoSchema, e.BackupEntrySchema, e.BaseAddon, e.BaseDevice, e.BaseDeviceProvider, e.BatteryStatusSchema, e.BinaryStatusSchema, e.BoundingBoxSchema, e.BrightnessStatusSchema, e.BrokerAddInputSchema, e.BrokerAudioClientSchema, e.BrokerClientsSchema, e.BrokerConnectionDetailsSchema, e.BrokerConsumerAttributionSchema, e.BrokerConsumerKindSchema, e.BrokerDecodedClientSchema, e.BrokerEncodedClientSchema, e.BrokerGetStateInputSchema, e.BrokerInfoSchema, e.BrokerProviderInfoSchema, e.BrokerPublishInputSchema, e.BrokerRegistryStatusSchema, e.BrokerRtspClientSchema, e.BrokerStatsSchema, e.BrokerStatusEnum, e.BrokerStatusSchema, e.BrokerSubscribeInputSchema, e.BrokerSubscribeResultSchema, e.BrokerTestConnectionResultSchema, e.BrokerUnsubscribeInputSchema, e.CAMERA_SWITCH_CATALOG, e.CAMERA_SWITCH_ORDER, e.CAM_PROFILE_ORDER, e.CAPABILITY_NAMES, e.CAPABILITY_ROUTER_KEYS, e.CAP_NAMES_WITH_STATUS, e.CAP_NODE_PIN_CONTEXT_KEY, e.CAP_PROVIDER_KIND_MAP, e.COCO_80_LABELS, e.COCO_TO_MACRO, e.CONNECTION_TEST_TIMEOUT_MS, e.CORE_BLOCKS_ADDON_ID, e.CORE_BLOCK_ADDON_PREFIX, e.CamProfileSchema, e.CamStreamDescriptorSchema, e.CamStreamKindSchema, e.CamStreamResolutionSchema, e.CameraAssignmentStatusSchema, e.CameraAudioStatusSchema, e.CameraBrokerProfileSchema, e.CameraBrokerStatusSchema, e.CameraCredentialsSchema, e.CameraCredentialsStatusSchema, e.CameraDecoderShmSchema, e.CameraDecoderStatusSchema, e.CameraDetectionPhaseSchema, e.CameraDetectionProvisioningSchema, e.CameraDetectionProvisioningStateSchema, e.CameraDetectionStatusSchema, e.CameraMetricsSchema, e.CameraMetricsWithDeviceIdSchema, e.CameraMotionStatusSchema, e.CameraRecordingModeSchema, e.CameraRecordingStatusSchema, e.CameraSourceStatusSchema, e.CameraSourceStreamSchema, e.CameraStatusDegradationReasonSchema, e.CameraStatusDegradationSchema, e.CameraStatusSchema, e.CameraStatusStageSchema, e.CameraStreamSchema, e.CameraSwitchAuthoritySchema, e.CameraSwitchGroupSchema, e.CameraSwitchIdSchema, e.CameraSwitchSchema, e.CameraSwitchUnavailableReasonSchema, e.CandidateQueryFilterSchema, e.CapScopeSchema, e.CapabilityBindingsSchema, e.CarbonMonoxideStatusSchema, e.ChargingStatus, e.ClientNetworkStatsSchema, e.ClimateControlStatusSchema, e.ClipPlaybackSchema, e.ClipSchema, e.ClusterAddonNodeDeploymentSchema, e.ClusterAddonStatusEntrySchema, e.CollectionColumnSchema, e.CollectionIndexSchema, e.ColorStatusSchema, e.ConfigEntrySchema, e.ConfigSectionWithValuesSchema, e.ConfigTabDeclarationSchema, e.ConnectionTestDescriptorSchema, e.ConnectionTestInputSchema, e.ConnectionTestOutcomeSchema, e.ConnectivityStatusSchema, e.ConsumableItemSchema, e.ConsumablesStatusSchema, e.ContactStatusSchema, e.ControlKindSchema, e.ControlStatusSchema, e.ConvertArtifactSchema, e.ConvertResultSchema, e.ConvertTargetSchema, e.CoreBlockCompileResultSchema, e.CoreBlockInputSchema, e.CoreBlockPlacementSchema, e.CoreBlockSchema, e.CoreBlockStatusSchema, e.CoverStateSchema, e.CoverStatusSchema, e.CreateApiKeyInputSchema, e.CreateApiKeyResultSchema, e.CreateIntegrationInputSchema, e.CreateScopedTokenInputSchema, e.CreateScopedTokenResultSchema, e.CreateUserInputSchema, e.CustomActionInputSchema, e.CustomModelDescriptorSchema, e.DATAPLANE_SECRET_HEADER, e.DECLARED_DEVICE_SWEEP_LIMIT, e.DECLARED_INTEGRATION_FIXED_KEY, e.DEFAULT_ADDON_PLACEMENT, e.DEFAULT_AUDIO_ANALYZER_CONFIG, e.DEFAULT_DECODER_HWACCEL_CONFIG, e.DEFAULT_DETAIL_CROP_CONVENTION, e.DEFAULT_EVENTS_BAND_BUFFER_SEC, e.DEFAULT_EVENT_COLOR, e.DEFAULT_FEATURES, e.DEFAULT_NATIVE_LEASE_SETTINGS, e.DEFAULT_POOL_MEMORY_POLICY, e.DEFAULT_RECORDING_PROFILES, e.DEFAULT_RETENTION, e.DEFAULT_RUNTIME_STATE_DURABILITY, e.DEFAULT_SCRUB_THUMBNAIL_PRESET, e.DEFAULT_TIMELAPSE_PREVIEW_TEXT, e.DETAIL_CROP_PADDING_FIELD, e.DETAIL_CROP_PADDING_KEY, e.DETAIL_CROP_SECTION_ID, e.DETAIL_CROP_SQUARE_KEY, e.DETECTION_MACRO_CLASSES, e.DETECTION_PIPELINE_CAP_NAME, e.DEVICE_BACKEND_TO_FORMAT, e.DEVICE_CAP_NAMES, e.DEVICE_PROFILES, e.DEVICE_SCOPED_CAPS, e.DEVICE_SETTINGS_CONTRIBUTION_METHODS, e.DEVICE_STATE_READERS, e.DEVICE_STATUS_METHOD, s = e.DEVICE_TYPE_CONTROL_KIND, e.DEVICE_TYPE_INFO, e.DataStoreEngineInfoSchema, e.DayNightModeSchema, e.DayNightOptionsSchema, e.DayNightSettingsPatchSchema, e.DayNightStatusSchema, e.DeclaredDevices, e.DecodedAudioChunkSchema, e.DecodedFrameSchema, e.DecoderSessionConfigSchema, e.DecoderStatsSchema, e.DeleteIntegrationResultSchema, e.DetailCropConventionSchema, e.DetectionSourceSchema, e.DeviceCodeSeveritySchema, e.DeviceConfig, e.DeviceDiscoveryStatusSchema, e.DeviceExportExposeInputSchema, e.DeviceExportStatusSchema, e.DeviceExportUnexposeInputSchema, c = e.DeviceFeature, e.DeviceInfoSchema, e.DeviceNetworkStatsSchema, l = e.DeviceRole, e.DeviceRuntimeState, e.DeviceSelectorSchema, e.DeviceStatusSchema, u = e.DeviceType, e.DiscoveredChildDeviceSchema, e.DiscoveredChildStatusSchema, e.DiscoveredDeviceSchema, e.DiscoveredTargetSchema, e.DiskReconcileJobSchema, e.DisposerChain, e.DoorbellPressEventSchema, e.DoorbellStatusSchema, e.EVENTFUL_CAP_NAMES, e.EVENT_KIND_BY_CAP, e.EVENT_PAD_MS, d = e.EVENT_TAXONOMY, e.EXPORT_DENSE_MAX_RANGES, e.EXPRESSION_BUILTINS, e.EXPRESSION_BUILTIN_NAMES, e.EXPRESSION_COMPILE_CACHE_CAPACITY, e.EXPRESSION_IDENTIFIER_RE, e.EXPRESSION_INJECTED_NOW, e.EgressEncodeSchema, e.EgressRateControlSchema, e.EgressTranscodeRequestSchema, e.EgressTranscodeSchema, e.ElementConfigStore, e.EmbeddingInfoSchema, e.EmbeddingResultSchema, e.EncodeProfileSchema, e.EncodedPacketSchema, e.EnrichedWidgetMetadataSchema, e.EnumSensorDateTimeFormatSchema, e.EnumSensorStatusSchema, f = e.EventCategory, e.EventEmitterStatusSchema, e.EventFireSchema, e.EventItemSchema, e.EventKindCategorySchema, e.EventKindDescriptorSchema, e.EventKindIconSchema, e.EventKindSchema, e.EventKindsForDeviceSchema, e.EventMediaArtifactSchema, e.EventMediaCoverageSchema, e.EventMediaKindSchema, e.EventMediaProductionSchema, e.EventSourceType, e.ExportBytesSchema, e.ExportDenseRangeSchema, e.ExportDenseSchema, e.ExportDownloadSchema, e.ExportOptionsSchema, e.ExportRecordSchema, e.ExportSetupFieldSchema, e.ExportSetupSchema, e.ExportSpeedSchema, e.ExportStateSchema, e.ExportTimelapseSchema, p = e.ExposedDeviceSchema, e.ExposureModeSchema, e.ExpressionBindingSourceSchema, e.ExpressionEvalError, e.ExpressionFieldBindingSchema, e.ExpressionGlobalBindingSchema, e.ExpressionLiteralBindingSchema, e.ExpressionParseError, e.ExpressionSourceSchema, e.FanControlStatusSchema, e.FanDirectionSchema, e.FeatureManifestSchema, e.FeatureProbeStatusSchema, e.FloodStatusSchema, e.Fmp4BoxSplitter, e.FrameHandleFormatSchema, e.FrameHandleSchema, e.FrameInputSchema, e.GasStatusSchema, e.GetStreamWithCodecInputSchema, e.GlobalMetricsSchema, e.HAP_AUDIO_BASE, e.HAP_AUDIO_BITRATE_KBPS, e.HAP_AUDIO_VBV_KBITS, e.HAP_KEYFRAME_INTERVAL_SEC, e.HF_BASE_URL, e.HF_REPO, e.HWACCEL_OPTIONS, e.HealthStatusSchema, e.HfModelResolutionSchema, e.HistoryPointSchema, e.HistoryResolutionEnum, e.HumidifierStatusSchema, e.HumiditySensorStatusSchema, e.HvacModeSchema, e.ImageContractSchema, e.ImageContractStateSchema, e.ImageRotateSchema, e.ImageSettingsOptionsSchema, e.ImageSettingsPatchSchema, e.ImageSettingsStatusSchema, e.ImageStatusSchema, e.IngestOwnerSchema, e.InstalledPackageSchema, e.IntegrationLiteSchema, e.IntegrationWithStateSchema, e.IntercomAbilitySchema, e.IntercomStatusSchema, e.KNOWN_CAP_NAMES, e.KeyEventSchema, e.LOG_LEVEL_RANK, e.LabelAttributionSchema, e.LabelDefinitionSchema, e.LabelTierSchema, e.LawnMowerActivitySchema, e.LawnMowerControlStatusSchema, e.LinkedDeviceSchema, e.LinkedDevicesModeSchema, e.LlmDefaultSchema, e.LlmDefaultSelectorSchema, e.LlmDownloadProgressSchema, e.LlmErrorCodeSchema, e.LlmGenerateBaseInputSchema, e.LlmGenerateErrSchema, e.LlmGenerateOkSchema, e.LlmGenerateResultSchema, e.LlmImageSchema, e.LlmNodeModelSchema, e.LlmProfileKindDescriptorSchema, e.LlmProfileKindSchema, e.LlmProfileSchema, e.LlmRetryPolicySchema, e.LlmRuntimeCompleteInputSchema, e.LlmRuntimeDiskUsageSchema, e.LlmRuntimeNodeSchema, e.LlmRuntimeStatusSchema, e.LlmTimeoutDefaults, e.LlmUsageRollupSchema, e.LlmUsageSchema, e.LocateSegmentResultSchema, e.LocationStatSchema, e.LockControlStatusSchema, e.LockStateSchema, e.LogEntrySchema, e.LogLevelSchema, e.LogStreamEntrySchema, e.LoginMethodContributionSchema, e.LoginStageEnum, e.MACRO_LABELS, e.MAX_CLIP_EVENT_IDS, e.MAX_CLIP_LABELS, e.MAX_CONDITION_DEPTH, e.MAX_CONDITION_LEAVES, e.MAX_EXPRESSION_AST_NODES, e.MAX_EXPRESSION_BINDINGS, e.MAX_EXPRESSION_CALL_ARGS, e.MAX_EXPRESSION_EVAL_STEPS, e.MAX_EXPRESSION_SOURCE_LENGTH, e.METHOD_ACCESS_MAP, e.METHOD_DEVICE_SELECTORS, e.MODEL_FORMATS, e.MOTION_TRIGGER_FEATURE, e.ManagedModelCatalogEntrySchema, e.ManagedModelExtraFileSchema, e.ManagedModelRefSchema, e.ManagedRuntimeConfigSchema, e.MaskGridDimsSchema, e.MaskGridShapeSchema, e.MaskLineShapeSchema, e.MaskPointSchema, e.MaskPolygonShapeSchema, e.MaskPolygonVerticesSchema, e.MaskRectShapeSchema, e.MaskShapeKindSchema, e.MaskShapeSchema, e.MediaFileInfoSchema, e.MediaFileSchema, e.MediaPlayerRepeatSchema, e.MediaPlayerStateSchema, e.MediaPlayerStatusSchema, e.MeshPeerSchema, e.MeshStatusSchema, e.MethodAccessSchema, e.ModelCatalogEntrySchema, e.ModelConvertInputSchema, e.ModelConvertMetadataSchema, e.ModelDistributeInputSchema, e.ModelDistributeResultSchema, e.ModelExtraFileSchema, e.ModelFormatEntrySchema, e.ModelFormatsSchema, e.ModelSubstitutionSchema, e.ModelVariantGroupSchema, e.MotionAnalysisResultSchema, e.MotionEventSchema, e.MotionOnMotionChangedDataSchema, e.MotionRegionSchema, e.MotionSourceEnum, e.MotionSourcesSchema, e.MotionStatusSchema, e.MotionTriggerRuntimeStateSchema, e.MotionTriggerStatusSchema, e.MotionZoneOptionsSchema, e.MotionZonePatchSchema, e.MotionZoneRegionSchema, e.MotionZoneStatusSchema, e.MqttBrokerStatusSchema, e.MutationFilterSchema, e.NATIVE_LEASE_ACTIVITY_FIELD, e.NATIVE_LEASE_ACTIVITY_KEY, e.NATIVE_LEASE_ADMISSION_FIELD, e.NATIVE_LEASE_ADMISSION_KEY, e.NATIVE_LEASE_BUDGET_FIELD, e.NATIVE_LEASE_BUDGET_KEY, e.NATIVE_LEASE_HOLD_FIELD, e.NATIVE_LEASE_HOLD_KEY, e.NATIVE_LEASE_SECTION_ID, e.NATIVE_LEASE_TILE_BUDGET_FIELD, e.NATIVE_LEASE_TILE_BUDGET_KEY, e.NC_ALARM_SYSTEM_EVENT_KINDS, e.NC_AUDIO_DBFS_FLOOR, e.NC_AUDIO_DB_MAX, e.NC_AUDIO_DB_MIN, e.NC_AUDIO_DB_OFFERED, e.NC_AUDIO_DB_STEP, e.NC_AUDIO_DEFAULTS, e.NC_AUDIO_HIT_PERCENT_MAX, e.NC_AUDIO_HIT_PERCENT_MIN, e.NC_AUDIO_SAMPLING_MAX_SEC, e.NC_AUDIO_SAMPLING_MIN_SEC, e.NC_AUDIO_SEED, e.NC_AUTHORABLE_SYSTEM_EVENT_KINDS, e.NC_BASE_CONDITION_KEYS, e.NC_CONDITION_CATALOG, e.NC_CONFIRM_DEFAULT_MAX_IMAGE_PX, e.NC_CONFIRM_DEFAULT_TIMEOUT_MS, e.NC_CONFIRM_MAX_TIMEOUT_MS, e.NC_CONFIRM_MIN_TIMEOUT_MS, e.NC_DEFAULT_SNOOZE_MINUTES, e.NC_HISTORY_LIMIT_DEFAULT, e.NC_HISTORY_LIMIT_MAX, e.NC_MAX_PER_TRACK_IMMEDIATE, e.NC_OCCUPANCY_DEFAULTS, e.NC_RULE_EDITOR_SECTION_ORDER, e.NC_RULE_KIND_SPECS, e.NC_RULE_SECTIONS, e.NC_SNOOZE_MAX_MINUTES, e.NC_SYSTEM_DELIVERY, e.NC_SYSTEM_EVENT_FILTER_KEYS, e.NC_TAXONOMY, e.NativeCropBboxSchema, e.NativeCropRefSchema, e.NativeCropResultSchema, e.NativeDetectionSchema, e.NativeLeaseAdmissionSchema, e.NativeLeaseSettingsSchema, e.NativeObjectClassEnum, e.NativeObjectDetectionRuntimeStateSchema, e.NativeObjectDetectionStatusSchema, e.NcAlarmConfigSchema, e.NcAlarmModeCoverageSchema, e.NcAlarmSettingsPatchSchema, e.NcAlarmSettingsSchema, e.NcAlarmSkipReasonSchema, e.NcAlarmSkippedDeviceSchema, e.NcAudioConditionSchema, e.NcConditionDescriptorSchema, e.NcConditionsSchema, e.NcConfirmExpectSchema, e.NcConfirmSchema, e.NcCrossingSchema, e.NcDeliverySchema, e.NcDeviceStateConditionSchema, e.NcHistoryEntrySchema, e.NcHistoryFilterSchema, e.NcHistoryRecordKindSchema, e.NcHistoryStatusSchema, e.NcHistorySubjectSchema, e.NcMediaFrameSchema, e.NcMediaPolicySchema, e.NcOccupancyConditionSchema, e.NcPlateMatcherSchema, e.NcRuleActionSchema, e.NcRuleActionSequenceSchema, e.NcRuleActionsSchema, e.NcRuleInputSchema, e.NcRuleNotificationButtonSchema, e.NcRulePatchSchema, e.NcRuleSchema, e.NcRuleTargetSchema, e.NcSceneConditionSchema, e.NcScheduleSchema, e.NcScheduleWindowSchema, e.NcSnoozeInputSchema, e.NcSnoozeSchema, e.NcSnoozeScopeSchema, e.NcSnoozeSuppressedSchema, e.NcSystemEventConditionSchema, e.NcSystemEventKindSchema, e.NcTaxonomyEntrySchema, e.NcTaxonomySchema, e.NcTestResultSchema, e.NcThrottleGranularitySchema, e.NcThrottleSchema, e.NcZoneConditionSchema, e.NetworkAccessStatusSchema, e.NetworkAddressSchema, e.NetworkEndpointSchema, e.NotificationActionIconSchema, e.NotificationActionSchema, e.NotificationFormatSchema, e.NotificationSchema, e.NotifierStatusSchema, e.NumericSensorStatusSchema, e.OPS_LOG_DEFAULT_LIMIT, e.OPS_LOG_RING_DEFAULT_MAX, e.OauthIntegrationDescriptorSchema, e.ObjectEventSchema, e.OpsLogDomainSchema, e.OpsLogEntrySchema, e.OpsLogOpSchema, e.OpsLogQueryInputSchema, e.OpsLogReasonSchema, e.OrchestratorMetricsSchema, e.OsdOverlayKindEnum, e.OsdOverlayPatchSchema, e.OsdOverlaySchema, e.OsdPositionEnum, e.OsdRenderOutcomeEnum, e.OsdRenderResultSchema, e.OsdSlotBindingSchema, e.OsdSlotViewSchema, e.OsdSourceOptionSchema, e.OsdSourceSchema, e.OsdSourceValueTypeEnum, e.OsdStatusSchema, m = e.PET_FEEDER_MANUAL_FEED_MAX, h = e.PET_FEEDER_MANUAL_FEED_MIN, e.PIPELINE_FLOW_CAPABILITY_NAMES, e.PIPELINE_OWNER_CAPABILITY_NAMES, e.PRIVACY_MASK_CAP_NAME, e.PROVIDER_KIND_CAP_NAMES, e.PYTHON_SCRIPT, e.PackageUpdateSchema, e.PackageVersionInfoSchema, e.PasskeyLoginMethodSchema, e.PasskeySummarySchema, e.PcmSampleFormatSchema, e.PerScopeBreakdownSchema, e.PetFeederStatusSchema, e.PickStreamPreferencesSchema, e.PickStreamRequirementsSchema, e.PickedCamStreamSchema, e.PipelineAssignmentSchema, e.PipelineDefaultStepSchema, e.PipelineEngineChoiceSchema, e.PipelineRunResultBridge, e.PipelineStepInputSchema, e.PipelineValidationIssueSchema, e.PipelineValidationResultSchema, e.PlaceholderReasonSchema, e.PolygonPointSchema, e.PoolMemoryWatchdog, e.PowerMeterStatusSchema, e.PresenceStatusSchema, e.PressureSensorStatusSchema, e.PrivacyMaskOptionsSchema, e.PrivacyMaskPatchSchema, e.PrivacyMaskRegionSchema, e.PrivacyMaskShapeSchema, e.PrivacyMaskStatusSchema, e.ProfileRtspEntrySchema, e.ProfileSlotSchema, e.ProfileSlotStatusSchema, e.ProviderStatusSchema, e.PtzAutotrackRuntimeStateSchema, e.PtzAutotrackSettingsSchema, e.PtzAutotrackStatusSchema, e.PtzAutotrackTargetOptionSchema, e.PtzMoveCommandSchema, e.PtzOptionsSchema, e.PtzPositionSchema, e.PtzPresetSchema, e.PtzStatusSchema, e.QueryFilterSchema, e.RATE_CONTROL_RELAXED, e.RATE_CONTROL_TIGHT, e.REACHABILITY_FAILURES_TO_OFFLINE, e.REACHABILITY_POLL_INTERVAL_MS, e.REACHABILITY_PROBE_TIMEOUT_MS, e.RECOGNITION_TYPES, e.RECORDING_EXPORT_MAX_READ_BYTES, e.RESERVED_BINDING_NAMES, e.RESTORED_CAP_NAMES, e.RUNTIME_DEFAULTS, e.RUNTIME_STATE_POLICY, e.RUNTIME_TO_FORMAT, e.RawStateResultSchema, e.ReadGopBytesResultSchema, e.ReadSegmentBytesResultSchema, e.ReadinessRegistry, e.ReadinessTimeoutError, e.RecentTracksPageSchema, e.RecentTracksQueryInput, e.RecordingAvailabilitySchema, e.RecordingBandModeSchema, e.RecordingBandSchema, e.RecordingBandTriggersSchema, e.RecordingConfigSchema, e.RecordingDaysSchema, e.RecordingDeviceUsageSchema, e.RecordingLocationUsageSchema, e.RecordingManifestSchema, e.RecordingRangeSchema, e.RecordingRebalanceInputSchema, e.RecordingRebalanceMoveSchema, e.RecordingRebalancePlanSchema, e.RecordingRebalanceSkipReasonSchema, e.RecordingRebalanceSkipSchema, e.RecordingRetentionSchema, e.RecordingStatusSchema, e.RecordingStorageModeSchema, e.RecordingStorageUsageSchema, e.RecordingTriggersSchema, e.RecordingWeekdaySchema, e.RedirectLoginMethodSchema, e.RelocateFootageClassSchema, e.RelocateFootageInputSchema, e.RelocateJobSchema, e.RelocateJobStateSchema, e.RelocateMediaInputSchema, e.RenderedAsSchema, e.ReportMotionInputSchema, e.RetrainAnnotationDraftSchema, e.RetrainAnnotationKindSchema, e.RetrainAnnotationSchema, e.RetrainAnnotationSourceSchema, e.RetrainAssistResultSchema, e.RetrainAssistSubjectSchema, e.RetrainCopyRefusalSchema, e.RetrainFrameCandidateSchema, e.RetrainFrameListSchema, e.RetrainFrameSchema, e.RetrainFrameSelectionSchema, e.RetrainMacroClassSchema, e.RetrainStatusSchema, e.RetrainTrackSchema, e.RetrainTransitionResultSchema, e.RingBuffer, e.RtpSourceSchema, e.RtspRestreamEntrySchema, e.RunnerCameraConfigSchema, e.RunnerCameraDeviceUIFields, e.RunnerFrameSourceSchema, e.RunnerInferenceDeviceSchema, e.RunnerLocalLoadSchema, e.RunnerLocalMetricsSchema, e.SCENE_CONDITIONS, e.SCENE_CONFIRM_DEFAULT_MAX_IMAGE_PX, e.SCENE_CONFIRM_DEFAULT_TIMEOUT_MS, e.SCENE_DEFAULT_ANCHOR_THRESHOLD, e.SCENE_DEFAULT_CHECK_INTERVAL_SEC, e.SCENE_DEFAULT_OBSERVATION_SPACING_SEC, e.SCENE_DEFAULT_QUIET_SECONDS, e.SCENE_DEFAULT_UNCOVERED_POLICY, e.SCENE_DIVERGED, e.SCENE_RESET_RECAPTURES, e.SCOPE_PRESETS, e.SCRUB_THUMBNAIL_PRESETS, e.SCRUB_THUMBNAIL_PRESET_LABELS, e.SCRUB_THUMBNAIL_PRESET_ORDER, e.SENSOR_FEATURES, e.SENSOR_MAP, e.SOURCE_INFO_METADATA_KEY, e.STREAM_PROFILE_META, e.STREAM_QUALITY_LABELS, e.SUB_DETECTION_TYPES, e.SYSTEM_CAP_NAMES, e.SYSTEM_SCOPE_DEVICE_METHODS, e.SceneCheckSchema, e.SceneConditionSchema, e.SceneConfirmSchema, e.SceneMonitorSchema, e.SceneMonitorStateSchema, e.SceneMonitorStatusSchema, e.SceneReferenceSchema, e.SceneUnavailableSchema, e.SceneUncoveredPolicySchema, e.SceneVerdictSchema, e.ScopedTokenSchema, e.ScopedTokenSummarySchema, e.ScoredObjectEventSchema, e.ScriptRunnerStatusSchema, e.ScrubThumbnailPresetSchema, e.SearchResultSchema, e.SendEmailInputSchema, e.SendEmailResultSchema, e.SendResultSchema, e.SensorEventSchema, e.ServerBootModeSchema, e.ServerPackageStatusSchema, e.ServerRollbackInfoSchema, e.ServerUpdateActionResultSchema, e.ServerUpdateCheckResultSchema, e.ServerUpdateStateSchema, e.SetSiteLocationInputSchema, e.SettingsPatchSchema, e.SettingsRecordSchema, e.SettingsSchemaWithValuesSchema, e.SettingsUpdateResultSchema, e.ShmRingStatsSchema, e.SiteLocationSchema, e.SiteLocationSourceSchema, e.SiteLocationStatusSchema, e.SmokeStatusSchema, e.SmtpStatusSchema, e.SnapshotImageSchema, g = e.SourceInfoSchema, e.SpatialDetectionSchema, e.SsoBridgeClaimsSchema, e.StartEmbeddedInputSchema, e.StationaryObjectSchema, e.StorageAbortUploadInputSchema, e.StorageBeginDownloadInputSchema, e.StorageBeginDownloadResultSchema, e.StorageBeginUploadInputSchema, e.StorageBeginUploadResultSchema, e.StorageEndDownloadInputSchema, e.StorageFinalizeUploadInputSchema, e.StorageLocationDeclarationSchema, e.StorageLocationRefSchema, e.StorageLocationSchema, e.StorageLocationTypeSchema, e.StorageMigrationClassSchema, e.StorageMigrationDestinationsSchema, e.StorageMigrationFootageMoveInputSchema, e.StorageMigrationInputSchema, e.StorageMigrationJobSchema, e.StorageMigrationLeaseInputSchema, e.StorageMigrationMediaMoveInputSchema, e.StorageMigrationMoveSchema, e.StorageMigrationParticipantSchema, e.StorageMigrationPhaseSchema, e.StorageMigrationPlanSchema, e.StorageProviderInfoSchema, e.StorageReadChunkInputSchema, e.StorageTestLocationResultSchema, e.StorageWriteChunkInputSchema, e.StreamCodecSchema, e.StreamFormatSchema, e.StreamNetworkStatsSchema, e.StreamParamsOptionsSchema, e.StreamParamsStatusSchema, e.StreamProfileConfigSchema, e.StreamProfileOptionsSchema, e.StreamProfilePatchSchema, e.StreamProfileSchema, e.StreamSourceEntrySchema, e.StreamSourceSchema, e.SubscribeAudioChunksInputSchema, e.SubscribeAudioChunksResultSchema, e.SubscribeFramesInputSchema, e.SubscribeFramesResultSchema, e.SwitchStatusSchema, e.SystemMetricsSchema, e.SystemMirror, e.TAXONOMY_COLORS, e.TIMELAPSE_DENSE_FLOOR_SEC, e.TIMEZONES, e.TRANSCODE_DOWN_MAX_BITRATE_KBPS, e.TRANSCODE_DOWN_MAX_HEIGHT, e.TamperStatusSchema, e.TankStatusSchema, e.TargetKindCapsSchema, e.TargetKindLevelSchema, e.TargetKindSchema, e.TargetSchema, e.TemperatureSensorStatusSchema, e.TerminalInstanceInfoSchema, e.TerminalLegacyCameraSchema, e.TerminalOutputBatchSchema, e.TerminalOutputEventSchema, e.TerminalProfileInfoSchema, e.TerminalSessionInfoSchema, e.TestConnectionResultSchema, e.TestConnectionStatusEnum, e.TestResultSchema, e.TimelapseRuleInputSchema, e.TimelapseRulePatchSchema, e.TimelapseRuleSchema, e.TimelapseTemplateSchema, e.ToastSchema, e.TokenScopeSchema, e.TopologyNodeSchema, e.TopologyProcessSchema, e.TopologyServiceSchema, e.TrackCascadeCountsSchema, e.TrackEnvelopeSchema, e.TrackFlagsPatchSchema, e.TrackFlagsSchema, e.TrackProjectionSchema, e.TrackSchema, e.TrackSourceSchema, e.TrackStateSchema, e.TrackZoneFilterSchema, e.TrackedDetectionSchema, e.TrainingExportDeviceTotalsSchema, e.TrainingExportSummarySchema, e.TurnServerSchema, e.UNIT_TABLE, e.UnifiedBrokerInfoSchema, e.UnitConversionError, e.UpdateIntegrationInputSchema, e.UpdateStatusSchema, e.UpdateUserInputSchema, e.UserRecordSchema, e.UserSummarySchema, e.VISIT_MERGE_GAP_MS, e.VacuumControlStatusSchema, e.VacuumStateSchema, e.ValveStateSchema, e.ValveStatusSchema, e.VectorDeclareIndexInputSchema, e.VectorDeleteByFilterInputSchema, e.VectorDeleteInputSchema, e.VectorDeleteResultSchema, e.VectorFilterSchema, e.VectorGetInputSchema, e.VectorGetResultSchema, e.VectorItemSchema, e.VectorMatchSchema, e.VectorMetadataSchema, e.VectorMetricSchema, e.VectorQueryInputSchema, e.VectorQueryResultSchema, e.VectorStatsInputSchema, e.VectorStatsResultSchema, e.VectorUpsertInputSchema, e.VectorUpsertResultSchema, e.VibrationStatusSchema, e.VideoEncodeSchema, e.WEBRTC_EGRESS_PROFILE, e.WELL_KNOWN_TABS, e.WELL_KNOWN_TAB_MAP, e.WaterHeaterStatusSchema, e.WeatherStatusSchema, e.WebrtcStreamChoiceSchema, e.WebrtcStreamTargetSchema, e.WhiteBalanceModeSchema, e.WidgetHostEnum, e.WidgetLoginMethodSchema, e.WidgetMetadataSchema, e.WidgetRemoteSchema, e.WidgetSizeEnum, e.YAMNET_TO_MACRO, e.ZoneCrossingDirectionSchema, e.ZoneCrossingSchema, e.ZoneKindEnum, e.ZoneRuleModeEnum, e.ZoneRuleSchema, e.ZoneRuleStageEnum, e.ZoneRulesArraySchema, e.ZoneSchema, e.ZoneScopeBreakdownSchema, e.accessoriesCapability, e.accessoryStableId, e.addonPagesCapability, e.addonPagesSourceCapability, e.addonRoutesCapability, e.addonSettingsCapability, e.addonWidgetsCapability, e.addonWidgetsSourceCapability, e.addonsCapability, e.adminUiCapability, e.airQualitySensorCapability, e.alarmPanelCapability, e.alertsCapability, e.ambientLightSensorCapability, e.asBoolean, e.asJsonArray, e.asJsonObject, e.asNumber, e.asString, e.assertTimelapseCadences, e.audioAnalysisCapability, e.audioAnalyzerCapability, e.audioCodecCapability, e.audioIsFailClosed, e.audioLabelChoices, e.audioMetricsCapability, e.audioModeOf, e.audioOrDefaults, e.audioPlanFromEncodeProfile, e.authProviderCapability, e.autoAssignProfiles, e.automationControlCapability, e.backupCapability, e.bareAddonId, e.batteryCapability, e.bestLocationMatch, e.binaryCapability, e.bindAddonActions, e.brightnessCapability, e.brokerCapability, e.buildAddonRouteProvider, e.buildAudioArgs, e.buildEventKindDescriptor, e.buildFfmpegArgs, e.buildInputArgs, e.buildModelVariantGroups, e.buildNcTaxonomy, e.buildRoleScopes, e.buildStreamParamsConfigSchema, e.buildVideoArgs, e.buttonCapability, e.cameraCredentialsCapability, e.cameraPipelineConfigCapability, e.cameraStreamsCapability, _ = e.canConvertUnit, e.canonicalEgressPlan, e.carbonMonoxideCapability, e.cellsToRects, e.classifyBearerPrincipal, e.classifyStream, e.classifyStreams, e.climateControlCapability, e.collectHydratedFieldEntries, e.collectHydratedFieldValues, e.colorCapability, e.colorForKind, e.commitWatchdogRestart, e.compileExpression, e.compileExpressionSafe, e.composeSwitchedOff, e.conditionDepth, e.conditionExclusionReason, e.conditionVisibleForKind, e.connectionTestCapability, e.connectivityCapability, e.consumablesCapability, e.contactCapability, e.controlCapability, e.convertUnit, e.coreBlockAddonId, e.coreBlockIdFromAddonId, e.coreBlocksCapability, e.cosineSimilarity, e.countConditionLeaves, e.coverCapability, v = e.createDeviceProxy, e.createDurableState, e.createEvent, e.createExpressionScope, e.createHwAccelCache, e.createLazyTrpcSource, e.createMirrorSource, e.createRuntimeStateBridge, e.createSliceHandle, e.createSystemProxy, e.customAction, e.customModelRegistryCapability, e.dataStoreProviderCapability, e.dayNightCapability, e.declarationOwnerNodeId, e.decodeVectorBase64, e.decoderCapability, e.defaultDeliveryForSection, e.defaultDeviceFor, e.defineCustomActions, e.deriveBatteryPresence, e.deriveCameraSwitches, e.deriveDetailCropRect, e.deriveRecordingMode, e.describeModelVariant, e.detectAccessRole, e.detectionPipelineCapability, e.deviceAdoptionCapability, e.deviceBackendToFormat, e.deviceCustomAction, e.deviceDiscoveryCapability, e.deviceExportCapability, e.deviceManagerCapability, e.deviceMatchesProfile, e.deviceOpsCapability, e.deviceProviderCapability, e.deviceSelectorMatches, e.deviceStateCapability, e.deviceStatusCapability, e.doorbellCapability, e.droppedConditionsForKind, e.egressTranscodeSharingKey, e.egressTransportFromRequest, e.embeddingEncoderCapability, e.emitDownForOwnedCaps, e.emitReadiness, e.encodeProfileFromStreamShape, e.encodeVectorBase64, e.enumSensorCapability, e.enumerateInferenceDevices, e.enumerateItemArrayFields, e.enumerateSchemaFields, e.errMsg, e.evaluateAst, e.evaluateExpressionSource, e.evaluatePoolMemory, e.evaluateZoneRules, e.event, e.eventEmitterCapability, e.eventsCapability, e.expandCapMethods, e.extractNestedAddonId, e.extractSourceInfoFromMetadata, e.faceGalleryCapability, e.fanControlCapability, e.featureProbeCapability, e.filesystemBrowseCapability, e.findTimezone, e.floodCapability, e.formatForBackend, e.formatForRuntime, e.gasCapability, e.generateAutomationBlock, e.getAudioMacroClassIds, e.getByPath, e.getCapsByProviderKind, e.getTaxonomyEntry, e.hasMotionTrigger, e.hfModelUrl, e.htmlToText, e.humidifierCapability, e.humiditySensorCapability, e.hydrateSchema, e.imageCapability, e.imageSettingsCapability, e.initialPoolMemoryState, e.integrationsCapability, e.intercomCapability, e.invocationFromEncodeProfile, e.isAgentOnlyPlacement, e.isArrayOutputSchema, e.isAudioLabelSelected, e.isAudioRule, e.isBaseConditionKey, e.isBatteryPresenceFault, e.isCollectionArrayMethod, e.isDeployableToAgent, e.isDetectionMacroClass, e.isDeviceConfigCap, e.isDeviceScopedCap, e.isEvent, e.isIsolatedBuiltin, e.isNode, e.isObjectInput, e.isOccupancyRule, e.isRestoredCap, e.isSameAddonId, e.isScheduleActive, e.isSoftwareDecode, e.isSystemDelivery, e.isVoidInput, e.jobKindSchema, e.kebabToCamel, e.knownValues, e.lawnMowerControlCapability, e.lifecycleJobSchema, e.lifecycleJobScopeSchema, e.lifecycleJobStateSchema, e.lifecycleTaskSchema, e.llmCapability, e.llmRuntimeCapability, e.localNetworkCapability, e.locationSimilarity, e.lockControlCapability, e.logBannerArgs, e.logDestinationCapability, e.logLevelAtMost, e.loginMethodCapability, e.looseSchema, e.makeProfileBrokerId, e.makeSourceBrokerId, e.mapAudioLabelToMacro, e.markdownToHtmlLite, e.markdownToText, e.maskUrlCredentials, e.mediaPlayerCapability, e.mergeSourceInfo, e.meshNetworkCapability, e.method, e.methodAccessForHttpMethod, e.metricsProviderCapability, e.modelConvertCapability, e.modelDistributorCapability, e.modelFormatForRuntime, e.motionCapability, e.motionDetectionCapability, e.motionTriggerCapability, e.motionZonesCapability, e.mqttBrokerCapability, e.nativeObjectDetectionCapability, e.networkAccessCapability, e.networkQualityCapability, e.nodePin, e.nodesCapability, e.normalizeAddonInitResult, e.normalizeAudioLabel, e.normalizeTokenScopes, e.normalizeUnit, e.notificationOutputCapability, e.notificationRulesCapability, e.notifierCapability, e.numericSensorCapability, e.oauthIntegrationCapability, e.objectInputDeclaresAddonId, e.osdCapability, e.osdManagerCapability, e.parseCameraStreamConfig, e.parseExpression, e.parseJsonArray, e.parseJsonObject, e.parseJsonUnknown, e.parseProcStatus, e.parseProfileBrokerId, e.parseRuleSection, e.parseStreamParamsFormPatch, e.patchAudio, e.petFeederCapability, e.pickAccessoryControl, e.pickDetailCropConvention, e.pickNativeLeaseOverride, e.pickPreferredRtspEntry, e.pickRestartCandidate, e.pickVideoEncoder, e.pickerForCondition, e.pipelineAnalyticsCapability, e.pipelineExecutorCapability, e.pipelineOrchestratorCapability, e.pipelineRunnerCapability, e.plateGalleryCapability, e.platformProbeCapability, e.poolMemoryThreshold, e.powerMeterCapability, e.prepareNotification, e.presenceCapability, e.pressureSensorCapability, e.principalMayReachAddon, e.privacyMaskCapability, e.procedureAuthKey, e.ptzAutotrackCapability, e.ptzCapability, e.pythonScriptForBackend, e.readDetailCropConvention, e.readDeviceStateFrom, e.readNativeLeaseOverride, e.readNodePin, e.readTimelapseGeneratedAt, e.readinessKey, e.rebootCapability, e.recordingCapability, e.recordingExportCapability, e.rectsToCells, e.requiresPython, e.resetPoolBaseline, e.resolveAddonExecution, e.resolveAddonGroup, e.resolveAddonPlacement, e.resolveAddonRuntime, e.resolveCapMount, e.resolveDetectionRuntime, e.resolveDeviceControlKind, e.resolveDeviceProfile, e.resolveEgressDecodeHwAccel, e.resolveFormat, e.resolveHydratedFieldValue, e.resolveModelFormat, e.resolveMutate, e.resolvePoolMemoryPolicy, e.resolveRecordingProfiles, e.resolveRunnerId, e.resolveScrubThumbnailGeometry, e.resolveVariantModelId, e.resolveViewableDeviceIds, e.roleSpec, e.ruleEditorSectionsForKind, e.ruleKindOf, e.ruleKindSpec, e.ruleMatchesSection, e.ruleSection, e.ruleSectionOf, e.ruleSeedForSection, e.runInferenceStep, e.runtimeDevices, e.runtimeStatePolicyFor, e.sceneMonitorCapability, e.scopeInherits, e.scopeKey, e.scopesAllowAddon, e.scopesAllowDeviceCap, e.scoreRuntimes, e.scriptRunnerCapability, e.selectAssignedProfileSlots, e.serverManagementCapability, e.setByPath, e.settingsStoreCapability, e.sleep, e.sleepCancellable, e.smokeCapability, e.smtpProviderCapability, e.snapshotCapability, e.ssoBridgeCapability, e.startReachabilityPoll, y = e.stateVocabularyFor, e.storageCapability, e.storageEvictableCapability, e.storageMigrationCapability, e.storageProviderCapability, e.streamBrokerCapability, e.streamCatalogCapability, e.streamParamsCapability, e.streamPixels, e.streamQualityLabel, e.subKindsOf, e.summarisePrivacyAudio, e.summarizeEffectiveScope, e.supportedRuntimes, e.switchCapability, e.switchedOffIds, e.synthesizeSourceInfo, e.systemCapability, e.systemEventFilterApplies, e.systemEventFilterAppliesToAnyKind, e.tamperCapability, e.taskLogEntrySchema, e.taskPhaseSchema, e.taskTargetSchema, e.temperatureSensorCapability, e.terminalSessionCapability, e.textToHtml, e.toDeviceSummary, e.toExpressionValue, e.toNodeId, e.toStreamSourceEntry, e.toastCapability, e.toggleAudioLabel, e.tokenize, e.transcodeBody, b = e.tryConvertUnit, e.turnProviderCapability, e.unitDimension, e.unitsForDimension, e.updateCapability, e.userManagementCapability, e.userPasskeysCapability, e.vacuumControlCapability, e.validateExpressionSource, e.validateRecipeBounds, e.valveCapability, e.vectorDimFromBase64, e.vectorStoreCapability, e.vibrationCapability, e.videoclipsCapability, e.viewerUiCapability, e.waterHeaterCapability, e.weatherCapability, e.webrtcClientHintsSchema, e.webrtcSessionCapability, e.wiringAddonHealthSchema, e.wiringHealthSnapshotSchema, e.wiringNodeHealthSchema, e.wiringProbeKindSchema, e.wiringProbeResultSchema, e.zodEntriesToConfigUI, e.zoneAnalyticsCapability, e.zoneRulesCapability, e.zonesCapability, e.default;
|
|
20
|
-
}, S = i.share["default:@camstack/types"];
|
|
21
|
-
S === void 0 ? n.then(() => {
|
|
22
|
-
if (S = i.share["default:@camstack/types"], S === void 0) throw Error("[Module Federation] Shared module @camstack/types was imported before federation bootstrap finished.");
|
|
23
|
-
x(S);
|
|
24
|
-
}) : x(S);
|
|
25
|
-
//#endregion
|
|
26
|
-
export { l as a, f as c, o as d, m as f, v as g, _ as h, c as i, a as l, g as m, b as n, u as o, h as p, s as r, d as s, y as t, p as u };
|