@camstack/addon-osd-manager 0.1.20 → 0.1.21
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-Dhh1AqWY.mjs → MotionZonesSettings-C1tuU9vA.mjs} +2 -2
- package/dist/{PrivacyMaskSettings-CPABuSH1.mjs → PrivacyMaskSettings-BfYwmnx-.mjs} +4 -4
- package/dist/{SceneMonitorEditor-CyVjkJI2.mjs → SceneMonitorEditor-Fui6aPeX.mjs} +3 -3
- package/dist/_stub.js +11 -11
- package/dist/{_virtual_mf-localSharedImportMap___mfe_internal__addon_osd_manager_page-5jby0ZM9.mjs → _virtual_mf-localSharedImportMap___mfe_internal__addon_osd_manager_page-CUYUIYix.mjs} +4 -4
- package/dist/_virtual_mf___mfe_internal__addon_osd_manager_page__loadShare___mf_0_camstack_mf_1_types__loadShare__.js-BhABwRxy.mjs +26 -0
- package/dist/{hostInit-5GIsHCyh.mjs → hostInit-wPjKQ8mT.mjs} +3 -3
- package/dist/index.js +222 -33
- package/dist/index.mjs +222 -33
- package/dist/{player-overlays-A11g0xRn.mjs → player-overlays-B_C4YyEi.mjs} +1 -1
- package/dist/remoteEntry.js +1 -1
- package/dist/{responsive-B_W10135.mjs → responsive-BzwsIYSh.mjs} +1 -1
- package/dist/{square-BqxtsJJ4.mjs → square-X_zDrz0l.mjs} +1 -1
- package/dist/{trash-2-xxP-WwG0.mjs → trash-2-BldQMEFN.mjs} +1 -1
- package/dist/{use-device-snapshot-B6sowK2s.mjs → use-device-snapshot-Bxo1wH26.mjs} +1 -1
- package/dist/{virtual_mf-REMOTE_ENTRY_ID___mfe_internal__addon_osd_manager_page__remoteEntry_js-0ziNXHDT.mjs → virtual_mf-REMOTE_ENTRY_ID___mfe_internal__addon_osd_manager_page__remoteEntry_js-DZH4YPzH.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-DO3S4jGF.mjs +0 -26
package/dist/index.mjs
CHANGED
|
@@ -5800,6 +5800,13 @@ var BaseAddon = class {
|
|
|
5800
5800
|
_readinessGeneration = typeof crypto !== "undefined" && crypto.randomUUID ? crypto.randomUUID() : Math.random().toString(36).slice(2, 14);
|
|
5801
5801
|
/** Capability names this addon registered at init — used to emit matching `down` events on shutdown. */
|
|
5802
5802
|
_registeredCapNames = [];
|
|
5803
|
+
/**
|
|
5804
|
+
* True only after `readAddonStore` actually answered. Constructor
|
|
5805
|
+
* defaults look like stored config when the store is down — a forked
|
|
5806
|
+
* addon that auto-starts from those defaults (cloudflare-tunnel quick
|
|
5807
|
+
* mode, 2026-08-25) is not "the operator chose this".
|
|
5808
|
+
*/
|
|
5809
|
+
settingsStoreReady = false;
|
|
5803
5810
|
/** Default config values. Provided via constructor. */
|
|
5804
5811
|
defaults;
|
|
5805
5812
|
constructor(defaults) {
|
|
@@ -6200,7 +6207,9 @@ var BaseAddon = class {
|
|
|
6200
6207
|
];
|
|
6201
6208
|
let lastErr;
|
|
6202
6209
|
for (let attempt = 0; attempt <= delaysMs.length; attempt++) try {
|
|
6203
|
-
|
|
6210
|
+
const stored = await settings.readAddonStore() ?? {};
|
|
6211
|
+
this.settingsStoreReady = true;
|
|
6212
|
+
return stored;
|
|
6204
6213
|
} catch (err) {
|
|
6205
6214
|
lastErr = err;
|
|
6206
6215
|
const msg = err instanceof Error ? err.message : String(err);
|
|
@@ -6208,6 +6217,7 @@ var BaseAddon = class {
|
|
|
6208
6217
|
if (attempt === delaysMs.length) break;
|
|
6209
6218
|
await new Promise((r) => setTimeout(r, delaysMs[attempt]));
|
|
6210
6219
|
}
|
|
6220
|
+
this.settingsStoreReady = false;
|
|
6211
6221
|
this._ctx?.logger?.warn?.("readAddonStore: settings-store unavailable after retries — using defaults", { meta: { error: lastErr instanceof Error ? lastErr.message : String(lastErr) } });
|
|
6212
6222
|
return {};
|
|
6213
6223
|
}
|
|
@@ -8183,6 +8193,12 @@ var ModelVariantGroupSchema = object({
|
|
|
8183
8193
|
*/
|
|
8184
8194
|
resolution: number().int().positive().optional()
|
|
8185
8195
|
});
|
|
8196
|
+
var ModelProviderIdSchema = _enum([
|
|
8197
|
+
"camstack",
|
|
8198
|
+
"frigate",
|
|
8199
|
+
"scrypted",
|
|
8200
|
+
"custom"
|
|
8201
|
+
]);
|
|
8186
8202
|
var ModelCatalogEntrySchema = object({
|
|
8187
8203
|
id: string(),
|
|
8188
8204
|
name: string(),
|
|
@@ -8280,6 +8296,12 @@ var ModelCatalogEntrySchema = object({
|
|
|
8280
8296
|
*/
|
|
8281
8297
|
group: ModelVariantGroupSchema.optional(),
|
|
8282
8298
|
/**
|
|
8299
|
+
* Catalog source for the pipeline stepper's provider-first picker. Absent on
|
|
8300
|
+
* built-in CamStack entries (treated as `camstack`) and on registry rows
|
|
8301
|
+
* persisted before this field existed (`inferModelProvider` fills those).
|
|
8302
|
+
*/
|
|
8303
|
+
provider: ModelProviderIdSchema.optional(),
|
|
8304
|
+
/**
|
|
8283
8305
|
* Per-MODEL class map override. Absent ⇒ the step's `StepDefinition.classMap`
|
|
8284
8306
|
* applies (Frigate / COCO public catalog). Set on a custom model whose raw
|
|
8285
8307
|
* labels already ARE the CamStack macros (Scrypted identity map).
|
|
@@ -12880,6 +12902,27 @@ var LinkedDeviceSchema = object({
|
|
|
12880
12902
|
features: array(string()),
|
|
12881
12903
|
producesTrackedEvents: boolean().optional()
|
|
12882
12904
|
});
|
|
12905
|
+
/** One camera's resolved linked set, tagged with the camera it belongs to.
|
|
12906
|
+
* The batch answer needs the tag; the single-device answer already has it
|
|
12907
|
+
* from the input, which is why `getLinkedDevices` keeps the untagged shape. */
|
|
12908
|
+
var LinkedDevicesForDeviceSchema = object({
|
|
12909
|
+
deviceId: number(),
|
|
12910
|
+
mode: LinkedDevicesModeSchema,
|
|
12911
|
+
devices: array(LinkedDeviceSchema)
|
|
12912
|
+
});
|
|
12913
|
+
/** One device's binding map — the shape `getBindings`, `getBindingsBatch` and
|
|
12914
|
+
* `getAllBindings` all answer in. Declared once: three copies of the same
|
|
12915
|
+
* object literal is exactly how the three drift apart. */
|
|
12916
|
+
var DeviceBindingsForDeviceSchema = object({
|
|
12917
|
+
deviceId: number(),
|
|
12918
|
+
entries: array(object({
|
|
12919
|
+
capName: string(),
|
|
12920
|
+
kind: _enum(["native", "wrapped"]),
|
|
12921
|
+
providerAddonId: string(),
|
|
12922
|
+
providerNodeId: string(),
|
|
12923
|
+
nativeAddonId: string()
|
|
12924
|
+
}))
|
|
12925
|
+
});
|
|
12883
12926
|
var SavedDeviceRowSchema = object({
|
|
12884
12927
|
/** Numeric id reserved at allocateDeviceId time. */
|
|
12885
12928
|
id: number(),
|
|
@@ -13242,7 +13285,21 @@ var deviceManagerCapability = {
|
|
|
13242
13285
|
projection: _enum(["full", "slim"]).optional(),
|
|
13243
13286
|
/** Return only camera devices. Filtering server-side instead of
|
|
13244
13287
|
* shipping 293 rows to find 12. */
|
|
13245
|
-
isCamera: boolean().optional()
|
|
13288
|
+
isCamera: boolean().optional(),
|
|
13289
|
+
/**
|
|
13290
|
+
* Return only these device ids. For the caller that already KNOWS the
|
|
13291
|
+
* handful it wants and needs a field the id-bearing answer does not
|
|
13292
|
+
* carry — the viewer's linked-devices panel joins `type` and `online`
|
|
13293
|
+
* onto ~8 linked ids and, unfiltered, dragged the fleet across to do
|
|
13294
|
+
* it: 433 KB slim / 958 KB full for 967 devices, on a query that
|
|
13295
|
+
* refetches on the reconcile interval, on a phone.
|
|
13296
|
+
*
|
|
13297
|
+
* Safe to send at a hub that predates it: Zod STRIPS unknown input
|
|
13298
|
+
* keys rather than rejecting them (verified against the live hub
|
|
13299
|
+
* 2026-08-25 — 967 rows came back), so an old hub answers exactly what
|
|
13300
|
+
* it answers today and the caller filters as it already does.
|
|
13301
|
+
*/
|
|
13302
|
+
deviceIds: array(number()).optional()
|
|
13246
13303
|
}), array(DeviceInfoSchema)),
|
|
13247
13304
|
/** Get a single device by numeric deviceId. */
|
|
13248
13305
|
getDevice: method(object({ deviceId: number() }), DeviceInfoSchema.nullable()),
|
|
@@ -13261,6 +13318,23 @@ var deviceManagerCapability = {
|
|
|
13261
13318
|
mode: LinkedDevicesModeSchema,
|
|
13262
13319
|
devices: array(LinkedDeviceSchema)
|
|
13263
13320
|
})),
|
|
13321
|
+
/**
|
|
13322
|
+
* `getLinkedDevices` for MANY cameras, in one call.
|
|
13323
|
+
*
|
|
13324
|
+
* Not a convenience wrapper — a cost fix. Resolving one camera's linked set
|
|
13325
|
+
* needs the whole fleet as candidates (children ∪ same-location), so the
|
|
13326
|
+
* single-device path runs a full `listAll` per call. Asked per camera that
|
|
13327
|
+
* is N full-fleet sweeps of device-manager's event loop, and they do not
|
|
13328
|
+
* overlap: measured on the live hub 2026-08-25, 30 concurrent
|
|
13329
|
+
* `getLinkedDevices` took 4110 ms wall (median 4060 ms each) to return
|
|
13330
|
+
* 7260 bytes in total. The batch takes ONE sweep and one settings read per
|
|
13331
|
+
* camera.
|
|
13332
|
+
*
|
|
13333
|
+
* A device id that resolves to nothing still gets a row (`devices: []`) —
|
|
13334
|
+
* a caller that asked for thirty and got twenty-eight cannot tell which two
|
|
13335
|
+
* are missing, or that any are.
|
|
13336
|
+
*/
|
|
13337
|
+
getLinkedDevicesBatch: method(object({ deviceIds: array(number()) }), array(LinkedDevicesForDeviceSchema)),
|
|
13264
13338
|
/** Get stream sources for a camera device. */
|
|
13265
13339
|
getStreamSources: method(object({ deviceId: number() }), array(StreamSourceEntrySchema$1)),
|
|
13266
13340
|
/** Get config entries (key + value + description) for a device. */
|
|
@@ -13318,16 +13392,22 @@ var deviceManagerCapability = {
|
|
|
13318
13392
|
* currently-active provider (native or wrapper) + the underlying native
|
|
13319
13393
|
* addon id, so consumers can decide routing without re-running discovery.
|
|
13320
13394
|
*/
|
|
13321
|
-
getBindings: method(object({ deviceId: number() }),
|
|
13322
|
-
|
|
13323
|
-
|
|
13324
|
-
|
|
13325
|
-
|
|
13326
|
-
|
|
13327
|
-
|
|
13328
|
-
|
|
13329
|
-
|
|
13330
|
-
|
|
13395
|
+
getBindings: method(object({ deviceId: number() }), DeviceBindingsForDeviceSchema),
|
|
13396
|
+
/**
|
|
13397
|
+
* `getBindings` for a NAMED set of devices, in one call.
|
|
13398
|
+
*
|
|
13399
|
+
* Between `getBindings` (one device) and `getAllBindings` (all 988) there
|
|
13400
|
+
* was nothing, so a caller that needs seventy-five either pays
|
|
13401
|
+
* seventy-five round-trips or drags the whole fleet across. Measured on
|
|
13402
|
+
* the live hub 2026-08-25: 75 concurrent `getBindings` = 1211 ms / 118 KB,
|
|
13403
|
+
* `getAllBindings({})` = 511 ms / 679 KB. Neither is the right answer to
|
|
13404
|
+
* "these seventy-five".
|
|
13405
|
+
*
|
|
13406
|
+
* Same resolver, same routing rules, same per-device shape as
|
|
13407
|
+
* `getBindings`; ids are deduped and a device with no bindings answers
|
|
13408
|
+
* `entries: []` rather than dropping out.
|
|
13409
|
+
*/
|
|
13410
|
+
getBindingsBatch: method(object({ deviceIds: array(number()) }), array(DeviceBindingsForDeviceSchema)),
|
|
13331
13411
|
/**
|
|
13332
13412
|
* Return the binding map for every device known to the hub. Used by
|
|
13333
13413
|
* `SystemManager` warm-boot: a single round-trip resolves the
|
|
@@ -13336,16 +13416,7 @@ var deviceManagerCapability = {
|
|
|
13336
13416
|
* device add/remove) — clients invalidate via the
|
|
13337
13417
|
* `capability.binding-changed` event.
|
|
13338
13418
|
*/
|
|
13339
|
-
getAllBindings: method(object({}), array(
|
|
13340
|
-
deviceId: number(),
|
|
13341
|
-
entries: array(object({
|
|
13342
|
-
capName: string(),
|
|
13343
|
-
kind: _enum(["native", "wrapped"]),
|
|
13344
|
-
providerAddonId: string(),
|
|
13345
|
-
providerNodeId: string(),
|
|
13346
|
-
nativeAddonId: string()
|
|
13347
|
-
}))
|
|
13348
|
-
}))),
|
|
13419
|
+
getAllBindings: method(object({}), array(DeviceBindingsForDeviceSchema)),
|
|
13349
13420
|
/**
|
|
13350
13421
|
* Activate (or deactivate) a wrapper addon for a (device, cap) pair.
|
|
13351
13422
|
* Persists the binding via ctx.settings. active=false clears the wrapper
|
|
@@ -16233,12 +16304,15 @@ var NcOccupancyConditionSchema = object({
|
|
|
16233
16304
|
* there is no second switch that can disagree with the first and every rule
|
|
16234
16305
|
* authored before the decision migrates for free (`audioModeOf`):
|
|
16235
16306
|
*
|
|
16236
|
-
* - **LABEL mode — `labels` present.** The rule fires
|
|
16237
|
-
*
|
|
16238
|
-
* `hitPercent` and `samplingSeconds` are ignored
|
|
16239
|
-
*
|
|
16240
|
-
*
|
|
16241
|
-
*
|
|
16307
|
+
* - **LABEL mode — `labels` present.** The rule fires when `confirmHits`
|
|
16308
|
+
* labelled frames land inside `confirmWindowSec` (default 2 in 5 s).
|
|
16309
|
+
* `hitPercent` and `samplingSeconds` are still ignored — a percentage of
|
|
16310
|
+
* frames is the wrong question for a classifier that labels 1–3 frames
|
|
16311
|
+
* per episode. The count window is the brake that drops a single-frame
|
|
16312
|
+
* false positive; the rule's own `throttle` cooldown is the other. The
|
|
16313
|
+
* per-label confidence floor is the analyzer's (`classificationMinScore`,
|
|
16314
|
+
* per device) — a label only reaches this condition if the classifier was
|
|
16315
|
+
* already confident enough. `confirmHits: 1` restores first-frame fire.
|
|
16242
16316
|
* - **LEVEL mode — `dbThreshold` present, no labels.** The sampling window IS
|
|
16243
16317
|
* the condition: at least `hitPercent`% of the samples over
|
|
16244
16318
|
* `samplingSeconds` must be at or above `dbThreshold` dBFS (see
|
|
@@ -16265,14 +16339,22 @@ var NcOccupancyConditionSchema = object({
|
|
|
16265
16339
|
* an operator who typed `dog` mean the same thing.
|
|
16266
16340
|
*/
|
|
16267
16341
|
var NcAudioConditionSchema = object({
|
|
16268
|
-
/** LABEL MODE: audio macro labels. Present ⇒
|
|
16342
|
+
/** LABEL MODE: audio macro labels. Present ⇒ count-in-window confirm. */
|
|
16269
16343
|
labels: array(string().min(1)).min(1).optional(),
|
|
16270
16344
|
/** LEVEL MODE: floor in dBFS (negative-going, `0` = full scale). */
|
|
16271
16345
|
dbThreshold: number().min(-96).max(0).optional(),
|
|
16272
16346
|
/** LEVEL MODE ONLY: percentage of the window's samples that must be hits (1–100). */
|
|
16273
16347
|
hitPercent: number().int().min(1).max(100).default(60),
|
|
16274
16348
|
/** LEVEL MODE ONLY: length of the sampling window in seconds. */
|
|
16275
|
-
samplingSeconds: number().int().min(1).max(300).default(10)
|
|
16349
|
+
samplingSeconds: number().int().min(1).max(300).default(10),
|
|
16350
|
+
/**
|
|
16351
|
+
* LABEL MODE: how many labelled frames must land inside
|
|
16352
|
+
* {@link NcAudioConditionSchema.shape.confirmWindowSec} before dispatch.
|
|
16353
|
+
* Absent ⇒ 2 (the matcher default). `1` is first-frame fire.
|
|
16354
|
+
*/
|
|
16355
|
+
confirmHits: number().int().min(1).max(20).optional(),
|
|
16356
|
+
/** LABEL MODE: the window those frames must share, in seconds. Absent ⇒ 5. */
|
|
16357
|
+
confirmWindowSec: number().int().min(1).max(60).optional()
|
|
16276
16358
|
});
|
|
16277
16359
|
/**
|
|
16278
16360
|
* Which zone-crossing DIRECTION a rule accepts (`ObjectEvent.zoneCrossing`).
|
|
@@ -19197,6 +19279,46 @@ var RecentTracksPageSchema = object({
|
|
|
19197
19279
|
/** Cursor for the next page, or null when this page is the last. */
|
|
19198
19280
|
nextCursor: string().nullable()
|
|
19199
19281
|
});
|
|
19282
|
+
var LIST_GROUPS_DEFAULT_LIMIT = 40;
|
|
19283
|
+
var LIST_GROUPS_MAX_LIMIT = 100;
|
|
19284
|
+
var AnalyticsGroupRecordSchema = object({
|
|
19285
|
+
id: string(),
|
|
19286
|
+
deviceId: number().int(),
|
|
19287
|
+
openedAt: number().int(),
|
|
19288
|
+
closedAt: number().int(),
|
|
19289
|
+
timestamp: number().int(),
|
|
19290
|
+
memberCount: number().int(),
|
|
19291
|
+
memberTrackIds: array(string()).readonly(),
|
|
19292
|
+
className: string(),
|
|
19293
|
+
classes: array(string()).readonly(),
|
|
19294
|
+
/** Relative event-media path, or null when the group has no picture yet. */
|
|
19295
|
+
mediaUrl: string().nullable(),
|
|
19296
|
+
singleton: boolean()
|
|
19297
|
+
});
|
|
19298
|
+
var AnalyticsGroupMemberSchema = object({
|
|
19299
|
+
trackId: string(),
|
|
19300
|
+
deviceId: number().int(),
|
|
19301
|
+
className: string(),
|
|
19302
|
+
firstSeen: number().int(),
|
|
19303
|
+
lastSeen: number().int(),
|
|
19304
|
+
mediaUrl: string().nullable()
|
|
19305
|
+
});
|
|
19306
|
+
var AnalyticsGroupDetailSchema = AnalyticsGroupRecordSchema.extend({ members: array(AnalyticsGroupMemberSchema).readonly() });
|
|
19307
|
+
var ListGroupsQueryInput = object({
|
|
19308
|
+
/** Devices to merge. An empty array yields `{ groups: [], nextCursor: null }`. */
|
|
19309
|
+
deviceIds: array(number()),
|
|
19310
|
+
/** Window lower bound on `closedAt` (inclusive). */
|
|
19311
|
+
since: number().optional(),
|
|
19312
|
+
/** Window upper bound on `openedAt` (inclusive). */
|
|
19313
|
+
until: number().optional(),
|
|
19314
|
+
limit: number().int().min(1).max(LIST_GROUPS_MAX_LIMIT).default(LIST_GROUPS_DEFAULT_LIMIT),
|
|
19315
|
+
/** Opaque continuation cursor from a previous page's `nextCursor`. */
|
|
19316
|
+
cursor: string().optional()
|
|
19317
|
+
});
|
|
19318
|
+
var ListGroupsPageSchema = object({
|
|
19319
|
+
groups: array(AnalyticsGroupRecordSchema).readonly(),
|
|
19320
|
+
nextCursor: string().nullable()
|
|
19321
|
+
});
|
|
19200
19322
|
var KeyEventQueryInput = object({
|
|
19201
19323
|
deviceId: number(),
|
|
19202
19324
|
/** Window lower bound (track firstSeen ≥ since). */
|
|
@@ -19272,7 +19394,9 @@ var TrackCascadeCountsSchema = object({
|
|
|
19272
19394
|
/** Unassigned plate reads removed (best-effort; plate leg deferred to plate-intelligence). */
|
|
19273
19395
|
plates: number().int(),
|
|
19274
19396
|
/** Per-track CLIP search vectors removed (best-effort). */
|
|
19275
|
-
embeddings: number().int()
|
|
19397
|
+
embeddings: number().int(),
|
|
19398
|
+
/** Group membership + group rows removed with their last member (best-effort). */
|
|
19399
|
+
groups: number().int()
|
|
19276
19400
|
});
|
|
19277
19401
|
/** Disk-wins reconcile: media rows whose blobs are gone, then empty tracks. */
|
|
19278
19402
|
var DiskReconcileCountsSchema = object({
|
|
@@ -19444,6 +19568,16 @@ var pipelineAnalyticsCapability = {
|
|
|
19444
19568
|
* are not included (same contract as `listTracks`).
|
|
19445
19569
|
*/
|
|
19446
19570
|
listRecentTracks: method(RecentTracksQueryInput, RecentTracksPageSchema),
|
|
19571
|
+
/**
|
|
19572
|
+
* Batched co-moving group listing — the Groups feed. Same merge/cursor
|
|
19573
|
+
* contract as {@link listRecentTracks}. A group is a sealed partition of
|
|
19574
|
+
* one session; `getGroup` is the detail with members.
|
|
19575
|
+
*/
|
|
19576
|
+
listGroups: method(ListGroupsQueryInput, ListGroupsPageSchema),
|
|
19577
|
+
getGroup: method(object({
|
|
19578
|
+
deviceId: number(),
|
|
19579
|
+
groupId: string().min(1)
|
|
19580
|
+
}), AnalyticsGroupDetailSchema.nullable()),
|
|
19447
19581
|
clearTracks: method(object({ deviceId: number() }), _void(), {
|
|
19448
19582
|
kind: "mutation",
|
|
19449
19583
|
auth: "admin"
|
|
@@ -20129,7 +20263,8 @@ var PipelineModelOptionSchema = object({
|
|
|
20129
20263
|
sizeMB: number()
|
|
20130
20264
|
})),
|
|
20131
20265
|
group: ModelVariantGroupSchema.optional(),
|
|
20132
|
-
legacy: boolean().optional()
|
|
20266
|
+
legacy: boolean().optional(),
|
|
20267
|
+
provider: ModelProviderIdSchema.optional()
|
|
20133
20268
|
});
|
|
20134
20269
|
var ConfigFieldBridge = custom();
|
|
20135
20270
|
var PipelineAddonSchemaSchema = object({
|
|
@@ -29967,7 +30102,12 @@ var PlateInfoSchema = object({
|
|
|
29967
30102
|
plateBbox: BoundingBoxSchema.optional(),
|
|
29968
30103
|
/** keyFrame parity: MediaStore key of the track's native-resolution key frame. */
|
|
29969
30104
|
keyFrameMediaKey: string().optional(),
|
|
29970
|
-
base64: string().optional()
|
|
30105
|
+
base64: string().optional(),
|
|
30106
|
+
/**
|
|
30107
|
+
* Same crop as a data-plane URL. `getPlateByTrack` returns this and
|
|
30108
|
+
* never inlines JPEG; `listPlates` still inlines for the admin-ui.
|
|
30109
|
+
*/
|
|
30110
|
+
cropUrl: string().optional()
|
|
29971
30111
|
});
|
|
29972
30112
|
var MediaFileLiteSchema = object({
|
|
29973
30113
|
key: string(),
|
|
@@ -34997,6 +35137,12 @@ Object.freeze({
|
|
|
34997
35137
|
addonId: null,
|
|
34998
35138
|
access: "view"
|
|
34999
35139
|
},
|
|
35140
|
+
"deviceManager.getBindingsBatch": {
|
|
35141
|
+
capName: "device-manager",
|
|
35142
|
+
capScope: "system",
|
|
35143
|
+
addonId: null,
|
|
35144
|
+
access: "view"
|
|
35145
|
+
},
|
|
35000
35146
|
"deviceManager.getChildren": {
|
|
35001
35147
|
capName: "device-manager",
|
|
35002
35148
|
capScope: "system",
|
|
@@ -35057,6 +35203,12 @@ Object.freeze({
|
|
|
35057
35203
|
addonId: null,
|
|
35058
35204
|
access: "view"
|
|
35059
35205
|
},
|
|
35206
|
+
"deviceManager.getLinkedDevicesBatch": {
|
|
35207
|
+
capName: "device-manager",
|
|
35208
|
+
capScope: "system",
|
|
35209
|
+
addonId: null,
|
|
35210
|
+
access: "view"
|
|
35211
|
+
},
|
|
35060
35212
|
"deviceManager.getRoleDisplayDefaults": {
|
|
35061
35213
|
capName: "device-manager",
|
|
35062
35214
|
capScope: "system",
|
|
@@ -36827,6 +36979,12 @@ Object.freeze({
|
|
|
36827
36979
|
addonId: null,
|
|
36828
36980
|
access: "view"
|
|
36829
36981
|
},
|
|
36982
|
+
"pipelineAnalytics.getGroup": {
|
|
36983
|
+
capName: "pipeline-analytics",
|
|
36984
|
+
capScope: "device",
|
|
36985
|
+
addonId: null,
|
|
36986
|
+
access: "view"
|
|
36987
|
+
},
|
|
36830
36988
|
"pipelineAnalytics.getKeyEvents": {
|
|
36831
36989
|
capName: "pipeline-analytics",
|
|
36832
36990
|
capScope: "device",
|
|
@@ -36911,6 +37069,12 @@ Object.freeze({
|
|
|
36911
37069
|
addonId: null,
|
|
36912
37070
|
access: "view"
|
|
36913
37071
|
},
|
|
37072
|
+
"pipelineAnalytics.listGroups": {
|
|
37073
|
+
capName: "pipeline-analytics",
|
|
37074
|
+
capScope: "device",
|
|
37075
|
+
addonId: null,
|
|
37076
|
+
access: "view"
|
|
37077
|
+
},
|
|
36914
37078
|
"pipelineAnalytics.listOpsLog": {
|
|
36915
37079
|
capName: "pipeline-analytics",
|
|
36916
37080
|
capScope: "device",
|
|
@@ -39692,6 +39856,11 @@ Object.freeze({
|
|
|
39692
39856
|
form: "single",
|
|
39693
39857
|
optional: false
|
|
39694
39858
|
}],
|
|
39859
|
+
"deviceManager.getBindingsBatch": [{
|
|
39860
|
+
name: "deviceIds",
|
|
39861
|
+
form: "array",
|
|
39862
|
+
optional: false
|
|
39863
|
+
}],
|
|
39695
39864
|
"deviceManager.getChildren": [{
|
|
39696
39865
|
name: "parentDeviceId",
|
|
39697
39866
|
form: "single",
|
|
@@ -39737,6 +39906,11 @@ Object.freeze({
|
|
|
39737
39906
|
form: "single",
|
|
39738
39907
|
optional: false
|
|
39739
39908
|
}],
|
|
39909
|
+
"deviceManager.getLinkedDevicesBatch": [{
|
|
39910
|
+
name: "deviceIds",
|
|
39911
|
+
form: "array",
|
|
39912
|
+
optional: false
|
|
39913
|
+
}],
|
|
39740
39914
|
"deviceManager.getSettingsSchema": [{
|
|
39741
39915
|
name: "deviceId",
|
|
39742
39916
|
form: "single",
|
|
@@ -39757,6 +39931,11 @@ Object.freeze({
|
|
|
39757
39931
|
form: "single",
|
|
39758
39932
|
optional: false
|
|
39759
39933
|
}],
|
|
39934
|
+
"deviceManager.listAll": [{
|
|
39935
|
+
name: "deviceIds",
|
|
39936
|
+
form: "array",
|
|
39937
|
+
optional: true
|
|
39938
|
+
}],
|
|
39760
39939
|
"deviceManager.loadConfig": [{
|
|
39761
39940
|
name: "deviceId",
|
|
39762
39941
|
form: "single",
|
|
@@ -40330,6 +40509,11 @@ Object.freeze({
|
|
|
40330
40509
|
form: "single",
|
|
40331
40510
|
optional: false
|
|
40332
40511
|
}],
|
|
40512
|
+
"pipelineAnalytics.getGroup": [{
|
|
40513
|
+
name: "deviceId",
|
|
40514
|
+
form: "single",
|
|
40515
|
+
optional: false
|
|
40516
|
+
}],
|
|
40333
40517
|
"pipelineAnalytics.getKeyEvents": [{
|
|
40334
40518
|
name: "deviceId",
|
|
40335
40519
|
form: "single",
|
|
@@ -40385,6 +40569,11 @@ Object.freeze({
|
|
|
40385
40569
|
form: "array",
|
|
40386
40570
|
optional: false
|
|
40387
40571
|
}],
|
|
40572
|
+
"pipelineAnalytics.listGroups": [{
|
|
40573
|
+
name: "deviceIds",
|
|
40574
|
+
form: "array",
|
|
40575
|
+
optional: false
|
|
40576
|
+
}],
|
|
40388
40577
|
"pipelineAnalytics.listOpsLog": [{
|
|
40389
40578
|
name: "deviceId",
|
|
40390
40579
|
form: "single",
|
|
@@ -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-BzwsIYSh.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-DZH4YPzH.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 { t as u } from "./_virtual_mf___mfe_internal__addon_osd_manager_page__loadShare___mf_0_camstack_mf_1_types__loadShare__.js-
|
|
3
|
+
import { t as u } from "./_virtual_mf___mfe_internal__addon_osd_manager_page__loadShare___mf_0_camstack_mf_1_types__loadShare__.js-BhABwRxy.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-BzwsIYSh.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-CUYUIYix.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.CLASS_MAP_MACRO_TARGETS, e.CLUSTER_MODEL_SCOPED_STEPS, e.CLUSTER_MODEL_SECTION_ID, e.CLUSTER_STEP_SETTING_FIELDS, 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.ClassMapDefinitionSchema, 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_CLUSTER_STEP_MODELS, e.DEFAULT_CLUSTER_STEP_SETTINGS, 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_MIN_LANDMARK_FACE_SIZE_PX, 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.FULL_IMAGE_BBOX, e.FanControlStatusSchema, e.FanDirectionSchema, e.FeatureManifestSchema, e.FeatureProbeStatusSchema, e.FloodStatusSchema, e.Fmp4BoxSplitter, e.FrameHandleFormatSchema, e.FrameHandleSchema, e.FrameInputSchema, e.FrameLazyCountersSchema, e.FrameLazyMetricsSchema, 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.INFERENCE_DEVICE_EXCLUSION_REASONS, e.ImageContractSchema, e.ImageContractStateSchema, e.ImageRotateSchema, e.ImageSettingsOptionsSchema, e.ImageSettingsPatchSchema, e.ImageSettingsStatusSchema, e.ImageStatusSchema, e.InferenceDeviceExclusionReasonSchema, 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.OPERATOR_WRITTEN_STALE_MS, 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_STATE_REFRESH_MISS_COOLDOWN_MS, 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.audioKindId, 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.clusterModelSettingKey, e.clusterStepSettingFieldsFor, e.clusterStepSettingKey, 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.isClusterScopedStep, 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.overlayClusterStepSettings, 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.pickClusterStepModels, e.pickClusterStepSettings, 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.readClusterStepModels, e.readClusterStepSettings, 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.resolveClusterStepModelId, 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 { c as a, d as c, p as d, o as f, _ as g, g as h, s as i, f as l, h as m, y as n, l as o, m as p, b as r, u as s, v as t, a as u };
|