@camstack/addon-pipeline 1.2.159 → 1.2.160
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/audio-analyzer/index.js +2 -2
- package/dist/audio-analyzer/index.mjs +2 -2
- package/dist/detection-pipeline/index.js +5 -5
- package/dist/detection-pipeline/index.mjs +4 -4
- package/dist/{dist-bBqjZ7fo.js → dist-5VmTxa8x.js} +14 -69
- package/dist/{dist-p8ruahJy.mjs → dist-C8zVKhzA.mjs} +14 -69
- package/dist/{lazy-sharp-Ct1Ow2zO.js → lazy-sharp-C89jIlwj.js} +1 -1
- package/dist/{local-frame-registry-Bua7Qg7A.js → local-frame-registry-BNMgZ5uA.js} +1 -1
- package/dist/{local-frame-registry-Ce3h-QcZ.mjs → local-frame-registry-Bh-egEcl.mjs} +1 -1
- package/dist/motion-wasm/index.js +2 -2
- package/dist/motion-wasm/index.mjs +1 -1
- package/dist/{node-DRc0Vqkz.js → node-FsbZDqyh.js} +1 -1
- package/dist/{node-kVYpLOax.mjs → node-G9AiO_JJ.mjs} +1 -1
- package/dist/pipeline-runner/index.js +5 -5
- package/dist/pipeline-runner/index.mjs +4 -4
- package/dist/{process-memory-D9s145SO.mjs → process-memory-Bbvc_vQS.mjs} +1 -1
- package/dist/{process-memory-B4Id9YAE.js → process-memory-CMC_42XT.js} +1 -1
- package/dist/recorder/index.js +2 -3
- package/dist/recorder/index.mjs +2 -3
- package/dist/{segment-demux-js-VrM03R0O.mjs → segment-demux-js-Cw--C40J.mjs} +1 -1
- package/dist/{segment-demux-js-DAgunuXf.js → segment-demux-js-iEt5OWTd.js} +1 -1
- package/dist/session-decode/decode-worker-child.js +2 -2
- package/dist/session-decode/decode-worker-child.mjs +1 -1
- package/dist/stream-broker/_stub.js +2 -2
- package/dist/stream-broker/{_virtual_mf-localSharedImportMap___mfe_internal__addon_stream_broker_widgets-B-FG8Phz.mjs → _virtual_mf-localSharedImportMap___mfe_internal__addon_stream_broker_widgets-l7NtBWCj.mjs} +3 -3
- package/dist/stream-broker/_virtual_mf___mfe_internal__addon_stream_broker_widgets__loadShare___mf_0_camstack_mf_1_types__loadShare__.js-Blnh70uP.mjs +26 -0
- package/dist/stream-broker/_virtual_mf___mfe_internal__addon_stream_broker_widgets__loadShare___mf_0_camstack_mf_1_ui_mf_2_library__loadShare__.js-CWtPG7OH.mjs +26 -0
- package/dist/stream-broker/demux-worker-child.js +1 -1
- package/dist/stream-broker/demux-worker-child.mjs +1 -1
- package/dist/stream-broker/{hostInit-DePWOWOH.mjs → hostInit-C2zs9368.mjs} +3 -3
- package/dist/stream-broker/index.js +20 -14
- package/dist/stream-broker/index.mjs +20 -14
- package/dist/stream-broker/remoteEntry.js +1 -1
- package/dist/{worker-protocol-BN0Q-eeu.mjs → worker-protocol-CA_SVsYj.mjs} +1 -1
- package/dist/{worker-protocol-CjWhvUMn.js → worker-protocol-CB8pNFkV.js} +1 -1
- package/package.json +1 -1
- package/dist/stream-broker/_virtual_mf___mfe_internal__addon_stream_broker_widgets__loadShare___mf_0_camstack_mf_1_types__loadShare__.js-OnimCf2v.mjs +0 -26
- package/dist/stream-broker/_virtual_mf___mfe_internal__addon_stream_broker_widgets__loadShare___mf_0_camstack_mf_1_ui_mf_2_library__loadShare__.js-_e_Px_mR.mjs +0 -26
|
@@ -2,8 +2,8 @@ Object.defineProperties(exports, {
|
|
|
2
2
|
__esModule: { value: true },
|
|
3
3
|
[Symbol.toStringTag]: { value: "Module" }
|
|
4
4
|
});
|
|
5
|
-
const require_dist = require("../dist-
|
|
6
|
-
const require_process_memory = require("../process-memory-
|
|
5
|
+
const require_dist = require("../dist-5VmTxa8x.js");
|
|
6
|
+
const require_process_memory = require("../process-memory-CMC_42XT.js");
|
|
7
7
|
let node_fs = require("node:fs");
|
|
8
8
|
node_fs = require_dist.__toESM(node_fs);
|
|
9
9
|
let node_path = require("node:path");
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { n as __require } from "../chunk-DnnnRqeS.mjs";
|
|
2
|
-
import { A as audioAnalysisCapability, It as hydrateSchema, S as PoolMemoryWatchdog, _t as resolvePoolMemoryPolicy, j as audioAnalyzerCapability, jt as BaseAddon, n as AUDIO_BACKEND_CHOICES, nt as mapAudioLabelToMacro, s as DEFAULT_AUDIO_ANALYZER_CONFIG, v as HF_BASE_URL, wt as errMsg } from "../dist-
|
|
3
|
-
import { n as pickNodePlatformArch, t as readProcessMemory } from "../process-memory-
|
|
2
|
+
import { A as audioAnalysisCapability, It as hydrateSchema, S as PoolMemoryWatchdog, _t as resolvePoolMemoryPolicy, j as audioAnalyzerCapability, jt as BaseAddon, n as AUDIO_BACKEND_CHOICES, nt as mapAudioLabelToMacro, s as DEFAULT_AUDIO_ANALYZER_CONFIG, v as HF_BASE_URL, wt as errMsg } from "../dist-C8zVKhzA.mjs";
|
|
3
|
+
import { n as pickNodePlatformArch, t as readProcessMemory } from "../process-memory-Bbvc_vQS.mjs";
|
|
4
4
|
import * as fs from "node:fs";
|
|
5
5
|
import * as path$1 from "node:path";
|
|
6
6
|
import { downloadFile } from "@camstack/system/addon-utils";
|
|
@@ -2,12 +2,12 @@ Object.defineProperties(exports, {
|
|
|
2
2
|
__esModule: { value: true },
|
|
3
3
|
[Symbol.toStringTag]: { value: "Module" }
|
|
4
4
|
});
|
|
5
|
-
const require_dist = require("../dist-
|
|
6
|
-
const require_node = require("../node-
|
|
7
|
-
const require_local_frame_registry = require("../local-frame-registry-
|
|
8
|
-
const require_lazy_sharp = require("../lazy-sharp-
|
|
5
|
+
const require_dist = require("../dist-5VmTxa8x.js");
|
|
6
|
+
const require_node = require("../node-FsbZDqyh.js");
|
|
7
|
+
const require_local_frame_registry = require("../local-frame-registry-BNMgZ5uA.js");
|
|
8
|
+
const require_lazy_sharp = require("../lazy-sharp-C89jIlwj.js");
|
|
9
9
|
const require_event_loop_stall_monitor = require("../event-loop-stall-monitor-DaUBcb13.js");
|
|
10
|
-
const require_process_memory = require("../process-memory-
|
|
10
|
+
const require_process_memory = require("../process-memory-CMC_42XT.js");
|
|
11
11
|
let node_fs = require("node:fs");
|
|
12
12
|
node_fs = require_dist.__toESM(node_fs);
|
|
13
13
|
let node_path = require("node:path");
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { n as __require } from "../chunk-DnnnRqeS.mjs";
|
|
2
|
-
import { Bt as nodePin, Ft as createEvent, It as hydrateSchema, Kt as array, O as YAMNET_TO_MACRO, Q as inferModelProvider, Qt as object, S as PoolMemoryWatchdog, St as supportedRuntimes$1, Vt as parseJsonUnknown, W as detectionPipelineCapability, Wt as sleep, Y as evaluateZoneRules, _t as resolvePoolMemoryPolicy, at as overlayClusterStepSettings, c as DEFAULT_CLUSTER_STEP_MODELS, ct as pickClusterStepSettings, dt as pipelineExecutorCapability, en as string, et as loadContributionCapability, ht as resolveClusterStepModelId, jt as BaseAddon, l as DEFAULT_CLUSTER_STEP_SETTINGS, m as DEVICE_BACKEND_TO_FORMAT, nn as EventCategory, q as enumerateInferenceDevices, st as pickClusterStepModels, t as APPLE_SA_TO_MACRO, tn as union, wt as errMsg, yt as runtimeDevices$1, z as defaultDeviceFor$1 } from "../dist-
|
|
3
|
-
import { a as readProcessCost } from "../node-
|
|
4
|
-
import { a as getDefaultModelForFormat, c as getStepDefinition, i as ALL_STEPS, l as resolveModelForFormat, o as getDefaultModelForFormatFromDef, r as ALL_PIPELINE_STEPS, s as getStep, t as localFrameRegistry, u as landmarkPrecisionVerdict } from "../local-frame-registry-
|
|
2
|
+
import { Bt as nodePin, Ft as createEvent, It as hydrateSchema, Kt as array, O as YAMNET_TO_MACRO, Q as inferModelProvider, Qt as object, S as PoolMemoryWatchdog, St as supportedRuntimes$1, Vt as parseJsonUnknown, W as detectionPipelineCapability, Wt as sleep, Y as evaluateZoneRules, _t as resolvePoolMemoryPolicy, at as overlayClusterStepSettings, c as DEFAULT_CLUSTER_STEP_MODELS, ct as pickClusterStepSettings, dt as pipelineExecutorCapability, en as string, et as loadContributionCapability, ht as resolveClusterStepModelId, jt as BaseAddon, l as DEFAULT_CLUSTER_STEP_SETTINGS, m as DEVICE_BACKEND_TO_FORMAT, nn as EventCategory, q as enumerateInferenceDevices, st as pickClusterStepModels, t as APPLE_SA_TO_MACRO, tn as union, wt as errMsg, yt as runtimeDevices$1, z as defaultDeviceFor$1 } from "../dist-C8zVKhzA.mjs";
|
|
3
|
+
import { a as readProcessCost } from "../node-G9AiO_JJ.mjs";
|
|
4
|
+
import { a as getDefaultModelForFormat, c as getStepDefinition, i as ALL_STEPS, l as resolveModelForFormat, o as getDefaultModelForFormatFromDef, r as ALL_PIPELINE_STEPS, s as getStep, t as localFrameRegistry, u as landmarkPrecisionVerdict } from "../local-frame-registry-Bh-egEcl.mjs";
|
|
5
5
|
import { t as getSharp } from "../lazy-sharp-DXsqwpph.mjs";
|
|
6
6
|
import { n as startEventLoopStallMonitor } from "../event-loop-stall-monitor-DXLNBMkY.mjs";
|
|
7
|
-
import { n as pickNodePlatformArch, t as readProcessMemory } from "../process-memory-
|
|
7
|
+
import { n as pickNodePlatformArch, t as readProcessMemory } from "../process-memory-Bbvc_vQS.mjs";
|
|
8
8
|
import * as fs from "node:fs";
|
|
9
9
|
import * as path$1 from "node:path";
|
|
10
10
|
import { spawn } from "node:child_process";
|
|
@@ -14771,6 +14771,12 @@ method(object({
|
|
|
14771
14771
|
}), _void(), {
|
|
14772
14772
|
kind: "mutation",
|
|
14773
14773
|
auth: "admin"
|
|
14774
|
+
}), method(object({
|
|
14775
|
+
from: string(),
|
|
14776
|
+
to: string()
|
|
14777
|
+
}), object({ moved: number() }), {
|
|
14778
|
+
kind: "mutation",
|
|
14779
|
+
auth: "admin"
|
|
14774
14780
|
}), method(object({
|
|
14775
14781
|
deviceId: number(),
|
|
14776
14782
|
disabled: boolean()
|
|
@@ -21282,46 +21288,6 @@ var RecentTracksPageSchema = object({
|
|
|
21282
21288
|
/** Cursor for the next page, or null when this page is the last. */
|
|
21283
21289
|
nextCursor: string().nullable()
|
|
21284
21290
|
});
|
|
21285
|
-
var LIST_GROUPS_DEFAULT_LIMIT = 40;
|
|
21286
|
-
var LIST_GROUPS_MAX_LIMIT = 100;
|
|
21287
|
-
var AnalyticsGroupRecordSchema = object({
|
|
21288
|
-
id: string(),
|
|
21289
|
-
deviceId: number().int(),
|
|
21290
|
-
openedAt: number().int(),
|
|
21291
|
-
closedAt: number().int(),
|
|
21292
|
-
timestamp: number().int(),
|
|
21293
|
-
memberCount: number().int(),
|
|
21294
|
-
memberTrackIds: array(string()).readonly(),
|
|
21295
|
-
className: string(),
|
|
21296
|
-
classes: array(string()).readonly(),
|
|
21297
|
-
/** Relative event-media path, or null when the group has no picture yet. */
|
|
21298
|
-
mediaUrl: string().nullable(),
|
|
21299
|
-
singleton: boolean()
|
|
21300
|
-
});
|
|
21301
|
-
var AnalyticsGroupMemberSchema = object({
|
|
21302
|
-
trackId: string(),
|
|
21303
|
-
deviceId: number().int(),
|
|
21304
|
-
className: string(),
|
|
21305
|
-
firstSeen: number().int(),
|
|
21306
|
-
lastSeen: number().int(),
|
|
21307
|
-
mediaUrl: string().nullable()
|
|
21308
|
-
});
|
|
21309
|
-
var AnalyticsGroupDetailSchema = AnalyticsGroupRecordSchema.extend({ members: array(AnalyticsGroupMemberSchema).readonly() });
|
|
21310
|
-
var ListGroupsQueryInput = object({
|
|
21311
|
-
/** Devices to merge. An empty array yields `{ groups: [], nextCursor: null }`. */
|
|
21312
|
-
deviceIds: array(number()),
|
|
21313
|
-
/** Window lower bound on `closedAt` (inclusive). */
|
|
21314
|
-
since: number().optional(),
|
|
21315
|
-
/** Window upper bound on `openedAt` (inclusive). */
|
|
21316
|
-
until: number().optional(),
|
|
21317
|
-
limit: number().int().min(1).max(LIST_GROUPS_MAX_LIMIT).default(LIST_GROUPS_DEFAULT_LIMIT),
|
|
21318
|
-
/** Opaque continuation cursor from a previous page's `nextCursor`. */
|
|
21319
|
-
cursor: string().optional()
|
|
21320
|
-
});
|
|
21321
|
-
var ListGroupsPageSchema = object({
|
|
21322
|
-
groups: array(AnalyticsGroupRecordSchema).readonly(),
|
|
21323
|
-
nextCursor: string().nullable()
|
|
21324
|
-
});
|
|
21325
21291
|
var KEY_EVENTS_DEFAULT_LIMIT = 50;
|
|
21326
21292
|
var KEY_EVENTS_MAX_LIMIT = 200;
|
|
21327
21293
|
var KeyEventQueryInput = object({
|
|
@@ -21425,9 +21391,7 @@ var TrackCascadeCountsSchema = object({
|
|
|
21425
21391
|
/** Unassigned plate reads removed (best-effort; plate leg deferred to plate-intelligence). */
|
|
21426
21392
|
plates: number().int(),
|
|
21427
21393
|
/** Per-track CLIP search vectors removed (best-effort). */
|
|
21428
|
-
embeddings: number().int()
|
|
21429
|
-
/** Group membership + group rows removed with their last member (best-effort). */
|
|
21430
|
-
groups: number().int()
|
|
21394
|
+
embeddings: number().int()
|
|
21431
21395
|
});
|
|
21432
21396
|
/** Disk-wins reconcile: media rows whose blobs are gone, then empty tracks. */
|
|
21433
21397
|
var DiskReconcileCountsSchema = object({
|
|
@@ -21676,10 +21640,7 @@ DeviceType.Camera, method(object({ deviceId: number() }), array(TrackSchema).rea
|
|
|
21676
21640
|
* stationary registry). Default false: the timeline lists passages,
|
|
21677
21641
|
* not parking records (operator decision, 2026-08-15). */
|
|
21678
21642
|
includeStationary: boolean().optional()
|
|
21679
|
-
}), array(TrackSchema).readonly()), method(RecentTracksQueryInput, RecentTracksPageSchema), method(
|
|
21680
|
-
deviceId: number(),
|
|
21681
|
-
groupId: string().min(1)
|
|
21682
|
-
}), AnalyticsGroupDetailSchema.nullable()), method(object({ deviceId: number() }), _void(), {
|
|
21643
|
+
}), array(TrackSchema).readonly()), method(RecentTracksQueryInput, RecentTracksPageSchema), method(object({ deviceId: number() }), _void(), {
|
|
21683
21644
|
kind: "mutation",
|
|
21684
21645
|
auth: "admin"
|
|
21685
21646
|
}), method(DeviceEventQueryInput, array(MotionEventSchema).readonly()), method(ObjectEventQueryInput, array(ObjectEventSchema).readonly()), method(DeviceEventQueryInput, array(AudioEventSchema).readonly()), method(object({ deviceId: number() }), array(EventKindDescriptorSchema).readonly()), method(object({ deviceIds: array(number()).min(1).max(200) }), array(EventKindsForDeviceSchema).readonly()), method(object({
|
|
@@ -33431,6 +33392,12 @@ Object.freeze({
|
|
|
33431
33392
|
addonId: null,
|
|
33432
33393
|
access: "delete"
|
|
33433
33394
|
},
|
|
33395
|
+
"deviceManager.renameLocation": {
|
|
33396
|
+
capName: "device-manager",
|
|
33397
|
+
capScope: "system",
|
|
33398
|
+
addonId: null,
|
|
33399
|
+
access: "create"
|
|
33400
|
+
},
|
|
33434
33401
|
"deviceManager.runDeviceAction": {
|
|
33435
33402
|
capName: "device-manager",
|
|
33436
33403
|
capScope: "system",
|
|
@@ -35123,12 +35090,6 @@ Object.freeze({
|
|
|
35123
35090
|
addonId: null,
|
|
35124
35091
|
access: "view"
|
|
35125
35092
|
},
|
|
35126
|
-
"pipelineAnalytics.getGroup": {
|
|
35127
|
-
capName: "pipeline-analytics",
|
|
35128
|
-
capScope: "device",
|
|
35129
|
-
addonId: null,
|
|
35130
|
-
access: "view"
|
|
35131
|
-
},
|
|
35132
35093
|
"pipelineAnalytics.getKeyEvents": {
|
|
35133
35094
|
capName: "pipeline-analytics",
|
|
35134
35095
|
capScope: "device",
|
|
@@ -35231,12 +35192,6 @@ Object.freeze({
|
|
|
35231
35192
|
addonId: null,
|
|
35232
35193
|
access: "view"
|
|
35233
35194
|
},
|
|
35234
|
-
"pipelineAnalytics.listGroups": {
|
|
35235
|
-
capName: "pipeline-analytics",
|
|
35236
|
-
capScope: "device",
|
|
35237
|
-
addonId: null,
|
|
35238
|
-
access: "view"
|
|
35239
|
-
},
|
|
35240
35195
|
"pipelineAnalytics.listOpsLog": {
|
|
35241
35196
|
capName: "pipeline-analytics",
|
|
35242
35197
|
capScope: "device",
|
|
@@ -38859,11 +38814,6 @@ Object.freeze({
|
|
|
38859
38814
|
form: "single",
|
|
38860
38815
|
optional: true
|
|
38861
38816
|
}],
|
|
38862
|
-
"pipelineAnalytics.getGroup": [{
|
|
38863
|
-
name: "deviceId",
|
|
38864
|
-
form: "single",
|
|
38865
|
-
optional: false
|
|
38866
|
-
}],
|
|
38867
38817
|
"pipelineAnalytics.getKeyEvents": [{
|
|
38868
38818
|
name: "deviceId",
|
|
38869
38819
|
form: "single",
|
|
@@ -38929,11 +38879,6 @@ Object.freeze({
|
|
|
38929
38879
|
form: "single",
|
|
38930
38880
|
optional: false
|
|
38931
38881
|
}],
|
|
38932
|
-
"pipelineAnalytics.listGroups": [{
|
|
38933
|
-
name: "deviceIds",
|
|
38934
|
-
form: "array",
|
|
38935
|
-
optional: false
|
|
38936
|
-
}],
|
|
38937
38882
|
"pipelineAnalytics.listOpsLog": [{
|
|
38938
38883
|
name: "deviceId",
|
|
38939
38884
|
form: "single",
|
|
@@ -14748,6 +14748,12 @@ method(object({
|
|
|
14748
14748
|
}), _void(), {
|
|
14749
14749
|
kind: "mutation",
|
|
14750
14750
|
auth: "admin"
|
|
14751
|
+
}), method(object({
|
|
14752
|
+
from: string(),
|
|
14753
|
+
to: string()
|
|
14754
|
+
}), object({ moved: number() }), {
|
|
14755
|
+
kind: "mutation",
|
|
14756
|
+
auth: "admin"
|
|
14751
14757
|
}), method(object({
|
|
14752
14758
|
deviceId: number(),
|
|
14753
14759
|
disabled: boolean()
|
|
@@ -21259,46 +21265,6 @@ var RecentTracksPageSchema = object({
|
|
|
21259
21265
|
/** Cursor for the next page, or null when this page is the last. */
|
|
21260
21266
|
nextCursor: string().nullable()
|
|
21261
21267
|
});
|
|
21262
|
-
var LIST_GROUPS_DEFAULT_LIMIT = 40;
|
|
21263
|
-
var LIST_GROUPS_MAX_LIMIT = 100;
|
|
21264
|
-
var AnalyticsGroupRecordSchema = object({
|
|
21265
|
-
id: string(),
|
|
21266
|
-
deviceId: number().int(),
|
|
21267
|
-
openedAt: number().int(),
|
|
21268
|
-
closedAt: number().int(),
|
|
21269
|
-
timestamp: number().int(),
|
|
21270
|
-
memberCount: number().int(),
|
|
21271
|
-
memberTrackIds: array(string()).readonly(),
|
|
21272
|
-
className: string(),
|
|
21273
|
-
classes: array(string()).readonly(),
|
|
21274
|
-
/** Relative event-media path, or null when the group has no picture yet. */
|
|
21275
|
-
mediaUrl: string().nullable(),
|
|
21276
|
-
singleton: boolean()
|
|
21277
|
-
});
|
|
21278
|
-
var AnalyticsGroupMemberSchema = object({
|
|
21279
|
-
trackId: string(),
|
|
21280
|
-
deviceId: number().int(),
|
|
21281
|
-
className: string(),
|
|
21282
|
-
firstSeen: number().int(),
|
|
21283
|
-
lastSeen: number().int(),
|
|
21284
|
-
mediaUrl: string().nullable()
|
|
21285
|
-
});
|
|
21286
|
-
var AnalyticsGroupDetailSchema = AnalyticsGroupRecordSchema.extend({ members: array(AnalyticsGroupMemberSchema).readonly() });
|
|
21287
|
-
var ListGroupsQueryInput = object({
|
|
21288
|
-
/** Devices to merge. An empty array yields `{ groups: [], nextCursor: null }`. */
|
|
21289
|
-
deviceIds: array(number()),
|
|
21290
|
-
/** Window lower bound on `closedAt` (inclusive). */
|
|
21291
|
-
since: number().optional(),
|
|
21292
|
-
/** Window upper bound on `openedAt` (inclusive). */
|
|
21293
|
-
until: number().optional(),
|
|
21294
|
-
limit: number().int().min(1).max(LIST_GROUPS_MAX_LIMIT).default(LIST_GROUPS_DEFAULT_LIMIT),
|
|
21295
|
-
/** Opaque continuation cursor from a previous page's `nextCursor`. */
|
|
21296
|
-
cursor: string().optional()
|
|
21297
|
-
});
|
|
21298
|
-
var ListGroupsPageSchema = object({
|
|
21299
|
-
groups: array(AnalyticsGroupRecordSchema).readonly(),
|
|
21300
|
-
nextCursor: string().nullable()
|
|
21301
|
-
});
|
|
21302
21268
|
var KEY_EVENTS_DEFAULT_LIMIT = 50;
|
|
21303
21269
|
var KEY_EVENTS_MAX_LIMIT = 200;
|
|
21304
21270
|
var KeyEventQueryInput = object({
|
|
@@ -21402,9 +21368,7 @@ var TrackCascadeCountsSchema = object({
|
|
|
21402
21368
|
/** Unassigned plate reads removed (best-effort; plate leg deferred to plate-intelligence). */
|
|
21403
21369
|
plates: number().int(),
|
|
21404
21370
|
/** Per-track CLIP search vectors removed (best-effort). */
|
|
21405
|
-
embeddings: number().int()
|
|
21406
|
-
/** Group membership + group rows removed with their last member (best-effort). */
|
|
21407
|
-
groups: number().int()
|
|
21371
|
+
embeddings: number().int()
|
|
21408
21372
|
});
|
|
21409
21373
|
/** Disk-wins reconcile: media rows whose blobs are gone, then empty tracks. */
|
|
21410
21374
|
var DiskReconcileCountsSchema = object({
|
|
@@ -21653,10 +21617,7 @@ DeviceType.Camera, method(object({ deviceId: number() }), array(TrackSchema).rea
|
|
|
21653
21617
|
* stationary registry). Default false: the timeline lists passages,
|
|
21654
21618
|
* not parking records (operator decision, 2026-08-15). */
|
|
21655
21619
|
includeStationary: boolean().optional()
|
|
21656
|
-
}), array(TrackSchema).readonly()), method(RecentTracksQueryInput, RecentTracksPageSchema), method(
|
|
21657
|
-
deviceId: number(),
|
|
21658
|
-
groupId: string().min(1)
|
|
21659
|
-
}), AnalyticsGroupDetailSchema.nullable()), method(object({ deviceId: number() }), _void(), {
|
|
21620
|
+
}), array(TrackSchema).readonly()), method(RecentTracksQueryInput, RecentTracksPageSchema), method(object({ deviceId: number() }), _void(), {
|
|
21660
21621
|
kind: "mutation",
|
|
21661
21622
|
auth: "admin"
|
|
21662
21623
|
}), method(DeviceEventQueryInput, array(MotionEventSchema).readonly()), method(ObjectEventQueryInput, array(ObjectEventSchema).readonly()), method(DeviceEventQueryInput, array(AudioEventSchema).readonly()), method(object({ deviceId: number() }), array(EventKindDescriptorSchema).readonly()), method(object({ deviceIds: array(number()).min(1).max(200) }), array(EventKindsForDeviceSchema).readonly()), method(object({
|
|
@@ -33408,6 +33369,12 @@ Object.freeze({
|
|
|
33408
33369
|
addonId: null,
|
|
33409
33370
|
access: "delete"
|
|
33410
33371
|
},
|
|
33372
|
+
"deviceManager.renameLocation": {
|
|
33373
|
+
capName: "device-manager",
|
|
33374
|
+
capScope: "system",
|
|
33375
|
+
addonId: null,
|
|
33376
|
+
access: "create"
|
|
33377
|
+
},
|
|
33411
33378
|
"deviceManager.runDeviceAction": {
|
|
33412
33379
|
capName: "device-manager",
|
|
33413
33380
|
capScope: "system",
|
|
@@ -35100,12 +35067,6 @@ Object.freeze({
|
|
|
35100
35067
|
addonId: null,
|
|
35101
35068
|
access: "view"
|
|
35102
35069
|
},
|
|
35103
|
-
"pipelineAnalytics.getGroup": {
|
|
35104
|
-
capName: "pipeline-analytics",
|
|
35105
|
-
capScope: "device",
|
|
35106
|
-
addonId: null,
|
|
35107
|
-
access: "view"
|
|
35108
|
-
},
|
|
35109
35070
|
"pipelineAnalytics.getKeyEvents": {
|
|
35110
35071
|
capName: "pipeline-analytics",
|
|
35111
35072
|
capScope: "device",
|
|
@@ -35208,12 +35169,6 @@ Object.freeze({
|
|
|
35208
35169
|
addonId: null,
|
|
35209
35170
|
access: "view"
|
|
35210
35171
|
},
|
|
35211
|
-
"pipelineAnalytics.listGroups": {
|
|
35212
|
-
capName: "pipeline-analytics",
|
|
35213
|
-
capScope: "device",
|
|
35214
|
-
addonId: null,
|
|
35215
|
-
access: "view"
|
|
35216
|
-
},
|
|
35217
35172
|
"pipelineAnalytics.listOpsLog": {
|
|
35218
35173
|
capName: "pipeline-analytics",
|
|
35219
35174
|
capScope: "device",
|
|
@@ -38836,11 +38791,6 @@ Object.freeze({
|
|
|
38836
38791
|
form: "single",
|
|
38837
38792
|
optional: true
|
|
38838
38793
|
}],
|
|
38839
|
-
"pipelineAnalytics.getGroup": [{
|
|
38840
|
-
name: "deviceId",
|
|
38841
|
-
form: "single",
|
|
38842
|
-
optional: false
|
|
38843
|
-
}],
|
|
38844
38794
|
"pipelineAnalytics.getKeyEvents": [{
|
|
38845
38795
|
name: "deviceId",
|
|
38846
38796
|
form: "single",
|
|
@@ -38906,11 +38856,6 @@ Object.freeze({
|
|
|
38906
38856
|
form: "single",
|
|
38907
38857
|
optional: false
|
|
38908
38858
|
}],
|
|
38909
|
-
"pipelineAnalytics.listGroups": [{
|
|
38910
|
-
name: "deviceIds",
|
|
38911
|
-
form: "array",
|
|
38912
|
-
optional: false
|
|
38913
|
-
}],
|
|
38914
38859
|
"pipelineAnalytics.listOpsLog": [{
|
|
38915
38860
|
name: "deviceId",
|
|
38916
38861
|
form: "single",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { M as audioKindId, Z as hfModelUrl, a as COCO_80_LABELS, o as COCO_TO_MACRO, r as AUDIO_MACRO_LABELS } from "./dist-
|
|
1
|
+
import { M as audioKindId, Z as hfModelUrl, a as COCO_80_LABELS, o as COCO_TO_MACRO, r as AUDIO_MACRO_LABELS } from "./dist-C8zVKhzA.mjs";
|
|
2
2
|
import { randomUUID } from "node:crypto";
|
|
3
3
|
//#region src/detection-pipeline/registry/model-catalogs.ts
|
|
4
4
|
var HF_REPO = "camstack/camstack-models";
|
|
@@ -2,8 +2,8 @@ Object.defineProperties(exports, {
|
|
|
2
2
|
__esModule: { value: true },
|
|
3
3
|
[Symbol.toStringTag]: { value: "Module" }
|
|
4
4
|
});
|
|
5
|
-
const require_dist = require("../dist-
|
|
6
|
-
const require_lazy_sharp = require("../lazy-sharp-
|
|
5
|
+
const require_dist = require("../dist-5VmTxa8x.js");
|
|
6
|
+
const require_lazy_sharp = require("../lazy-sharp-C89jIlwj.js");
|
|
7
7
|
let node_fs = require("node:fs");
|
|
8
8
|
let node_path = require("node:path");
|
|
9
9
|
//#region src/motion-wasm/wasm-motion-detector.ts
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { It as hydrateSchema, Pt as DeviceType, Y as evaluateZoneRules, it as motionDetectionCapability, jt as BaseAddon } from "../dist-
|
|
1
|
+
import { It as hydrateSchema, Pt as DeviceType, Y as evaluateZoneRules, it as motionDetectionCapability, jt as BaseAddon } from "../dist-C8zVKhzA.mjs";
|
|
2
2
|
import { t as getSharp } from "../lazy-sharp-DXsqwpph.mjs";
|
|
3
3
|
import { readFileSync } from "node:fs";
|
|
4
4
|
import { join } from "node:path";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Dt as buildFfmpegArgs, Et as Fmp4BoxSplitter, kt as isSoftwareDecode, wt as errMsg } from "./dist-
|
|
1
|
+
import { Dt as buildFfmpegArgs, Et as Fmp4BoxSplitter, kt as isSoftwareDecode, wt as errMsg } from "./dist-C8zVKhzA.mjs";
|
|
2
2
|
import { randomUUID } from "node:crypto";
|
|
3
3
|
import "node:fs";
|
|
4
4
|
import "node:path";
|
|
@@ -2,12 +2,12 @@ Object.defineProperties(exports, {
|
|
|
2
2
|
__esModule: { value: true },
|
|
3
3
|
[Symbol.toStringTag]: { value: "Module" }
|
|
4
4
|
});
|
|
5
|
-
const require_dist = require("../dist-
|
|
6
|
-
const require_node = require("../node-
|
|
7
|
-
const require_local_frame_registry = require("../local-frame-registry-
|
|
8
|
-
const require_worker_protocol = require("../worker-protocol-
|
|
5
|
+
const require_dist = require("../dist-5VmTxa8x.js");
|
|
6
|
+
const require_node = require("../node-FsbZDqyh.js");
|
|
7
|
+
const require_local_frame_registry = require("../local-frame-registry-BNMgZ5uA.js");
|
|
8
|
+
const require_worker_protocol = require("../worker-protocol-CB8pNFkV.js");
|
|
9
9
|
const require_hub_hostname = require("../hub-hostname-DAJXlOgV.js");
|
|
10
|
-
const require_lazy_sharp = require("../lazy-sharp-
|
|
10
|
+
const require_lazy_sharp = require("../lazy-sharp-C89jIlwj.js");
|
|
11
11
|
const require_restream_intent = require("../restream-intent-Cv9x3jmu.js");
|
|
12
12
|
const require_event_loop_stall_monitor = require("../event-loop-stall-monitor-DaUBcb13.js");
|
|
13
13
|
const require_remote_restream = require("../remote-restream-CO36Sr30.js");
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { B as defineCustomActions, Bt as nodePin, Ft as createEvent, Gt as _enum, H as deriveDetailCropRect, Kt as array, L as customAction, Qt as object, X as failureContributionCapability, Xt as literal, Yt as lazy, Zt as number, _ as FailureCounters, en as string, et as loadContributionCapability, ft as pipelineRunnerCapability, jt as BaseAddon, lt as pickDetailCropConvention, m as DEVICE_BACKEND_TO_FORMAT, nn as EventCategory, p as DEFAULT_NATIVE_LEASE_SETTINGS, qt as boolean, u as DEFAULT_DETAIL_CROP_CONVENTION, ut as pickNativeLeaseOverride, wt as errMsg } from "../dist-
|
|
2
|
-
import { i as NO_COST_CLAIM, t as ChildCostRegistry } from "../node-
|
|
3
|
-
import { c as getStepDefinition, n as resolveFrameViewGeometry, t as localFrameRegistry } from "../local-frame-registry-
|
|
4
|
-
import { a as nativeLeaseSettingEnv, t as isWorkerReply } from "../worker-protocol-
|
|
1
|
+
import { B as defineCustomActions, Bt as nodePin, Ft as createEvent, Gt as _enum, H as deriveDetailCropRect, Kt as array, L as customAction, Qt as object, X as failureContributionCapability, Xt as literal, Yt as lazy, Zt as number, _ as FailureCounters, en as string, et as loadContributionCapability, ft as pipelineRunnerCapability, jt as BaseAddon, lt as pickDetailCropConvention, m as DEVICE_BACKEND_TO_FORMAT, nn as EventCategory, p as DEFAULT_NATIVE_LEASE_SETTINGS, qt as boolean, u as DEFAULT_DETAIL_CROP_CONVENTION, ut as pickNativeLeaseOverride, wt as errMsg } from "../dist-C8zVKhzA.mjs";
|
|
2
|
+
import { i as NO_COST_CLAIM, t as ChildCostRegistry } from "../node-G9AiO_JJ.mjs";
|
|
3
|
+
import { c as getStepDefinition, n as resolveFrameViewGeometry, t as localFrameRegistry } from "../local-frame-registry-Bh-egEcl.mjs";
|
|
4
|
+
import { a as nativeLeaseSettingEnv, t as isWorkerReply } from "../worker-protocol-CA_SVsYj.mjs";
|
|
5
5
|
import { t as resolveHubHostname } from "../hub-hostname-cCknRYKj.mjs";
|
|
6
6
|
import { t as getSharp } from "../lazy-sharp-DXsqwpph.mjs";
|
|
7
7
|
import { n as withDetectionIntent } from "../restream-intent-B4BXZra7.mjs";
|
package/dist/recorder/index.js
CHANGED
|
@@ -2,8 +2,8 @@ Object.defineProperties(exports, {
|
|
|
2
2
|
__esModule: { value: true },
|
|
3
3
|
[Symbol.toStringTag]: { value: "Module" }
|
|
4
4
|
});
|
|
5
|
-
const require_dist = require("../dist-
|
|
6
|
-
const require_node = require("../node-
|
|
5
|
+
const require_dist = require("../dist-5VmTxa8x.js");
|
|
6
|
+
const require_node = require("../node-FsbZDqyh.js");
|
|
7
7
|
const require_hub_hostname = require("../hub-hostname-DAJXlOgV.js");
|
|
8
8
|
const require_restream_intent = require("../restream-intent-Cv9x3jmu.js");
|
|
9
9
|
const require_event_loop_stall_monitor = require("../event-loop-stall-monitor-DaUBcb13.js");
|
|
@@ -10000,7 +10000,6 @@ Object.freeze({
|
|
|
10000
10000
|
"getMotionEvents": { "limit": 1e3 },
|
|
10001
10001
|
"getObjectEvents": { "limit": 1e3 },
|
|
10002
10002
|
"getSensorEvents": { "limit": 1e3 },
|
|
10003
|
-
"listGroups": { "limit": 40 },
|
|
10004
10003
|
"listRecentTracks": { "limit": 200 },
|
|
10005
10004
|
"reclaimDebugMedia": { "mode": "report" },
|
|
10006
10005
|
"searchObjectEvents": {
|
package/dist/recorder/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { $ as isFirstLevelMacroClass, $t as record, B as defineCustomActions, Bt as nodePin, E as RecordingConfigSchema, Gt as _enum, It as hydrateSchema, J as evaluateSensorEdge, Kt as array, L as customAction, N as batteryCapability, Nt as DeviceFeature, Pt as DeviceType, Qt as object, T as RECORDING_EXPORT_MAX_READ_BYTES, U as deriveRecordingMode, Ut as selectAssignedProfileSlots, V as deriveBatteryPresence, Wt as sleep$1, Zt as number, bt as storageEvictableCapability, d as DEFAULT_EVENTS_BAND_BUFFER_SEC, en as string, et as loadContributionCapability, g as ExportRecordSchema, i as BatteryStatusSchema, jt as BaseAddon, mt as recordingExportCapability, nn as EventCategory, pt as recordingCapability, qt as boolean, vt as resolveRecordingProfiles, wt as errMsg, x as OpsLogEntrySchema } from "../dist-
|
|
2
|
-
import { i as NO_COST_CLAIM, t as ChildCostRegistry } from "../node-
|
|
1
|
+
import { $ as isFirstLevelMacroClass, $t as record, B as defineCustomActions, Bt as nodePin, E as RecordingConfigSchema, Gt as _enum, It as hydrateSchema, J as evaluateSensorEdge, Kt as array, L as customAction, N as batteryCapability, Nt as DeviceFeature, Pt as DeviceType, Qt as object, T as RECORDING_EXPORT_MAX_READ_BYTES, U as deriveRecordingMode, Ut as selectAssignedProfileSlots, V as deriveBatteryPresence, Wt as sleep$1, Zt as number, bt as storageEvictableCapability, d as DEFAULT_EVENTS_BAND_BUFFER_SEC, en as string, et as loadContributionCapability, g as ExportRecordSchema, i as BatteryStatusSchema, jt as BaseAddon, mt as recordingExportCapability, nn as EventCategory, pt as recordingCapability, qt as boolean, vt as resolveRecordingProfiles, wt as errMsg, x as OpsLogEntrySchema } from "../dist-C8zVKhzA.mjs";
|
|
2
|
+
import { i as NO_COST_CLAIM, t as ChildCostRegistry } from "../node-G9AiO_JJ.mjs";
|
|
3
3
|
import { t as resolveHubHostname } from "../hub-hostname-cCknRYKj.mjs";
|
|
4
4
|
import { r as withRecordingIntent } from "../restream-intent-B4BXZra7.mjs";
|
|
5
5
|
import { n as startEventLoopStallMonitor } from "../event-loop-stall-monitor-DXLNBMkY.mjs";
|
|
@@ -9994,7 +9994,6 @@ Object.freeze({
|
|
|
9994
9994
|
"getMotionEvents": { "limit": 1e3 },
|
|
9995
9995
|
"getObjectEvents": { "limit": 1e3 },
|
|
9996
9996
|
"getSensorEvents": { "limit": 1e3 },
|
|
9997
|
-
"listGroups": { "limit": 40 },
|
|
9998
9997
|
"listRecentTracks": { "limit": 200 },
|
|
9999
9998
|
"reclaimDebugMedia": { "mode": "report" },
|
|
10000
9999
|
"searchObjectEvents": {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as __toESM, t as __commonJSMin } from "./chunk-DnnnRqeS.mjs";
|
|
2
|
-
import { wt as errMsg } from "./dist-
|
|
2
|
+
import { wt as errMsg } from "./dist-C8zVKhzA.mjs";
|
|
3
3
|
import { spawn } from "node:child_process";
|
|
4
4
|
//#region ../../node_modules/mp4box/dist/mp4box.all.js
|
|
5
5
|
var require_mp4box_all = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const require_dist = require("./dist-
|
|
1
|
+
const require_dist = require("./dist-5VmTxa8x.js");
|
|
2
2
|
let node_child_process = require("node:child_process");
|
|
3
3
|
//#region ../../node_modules/mp4box/dist/mp4box.all.js
|
|
4
4
|
var require_mp4box_all = /* @__PURE__ */ require_dist.__commonJSMin(((exports) => {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
const require_worker_protocol = require("../worker-protocol-
|
|
3
|
-
const require_lazy_sharp = require("../lazy-sharp-
|
|
2
|
+
const require_worker_protocol = require("../worker-protocol-CB8pNFkV.js");
|
|
3
|
+
const require_lazy_sharp = require("../lazy-sharp-C89jIlwj.js");
|
|
4
4
|
//#region src/session-decode/color-conversion.ts
|
|
5
5
|
/**
|
|
6
6
|
* Explicit YUV→RGB colorspace/range resolution for the session-decode worker.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { i as formatNativeLeaseKnobs, n as isWorkerRequest, o as resolveNativeLeaseKnobs, r as logLevelForLine } from "../worker-protocol-
|
|
1
|
+
import { i as formatNativeLeaseKnobs, n as isWorkerRequest, o as resolveNativeLeaseKnobs, r as logLevelForLine } from "../worker-protocol-CA_SVsYj.mjs";
|
|
2
2
|
import { n as setSharpWarnSink, r as hostExternalEntryUrls, t as getSharp } from "../lazy-sharp-DXsqwpph.mjs";
|
|
3
3
|
//#region src/session-decode/color-conversion.ts
|
|
4
4
|
/**
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { a as e, c as t, d as n, f as r, i, l as a, n as o, o as s, p as c, r as l, s as u, t as d, u as f } from "./_virtual_mf___mfe_internal__addon_stream_broker_widgets__loadShare___mf_0_camstack_mf_1_ui_mf_2_library__loadShare__.js-
|
|
1
|
+
import { a as e, c as t, d as n, f as r, i, l as a, n as o, o as s, p as c, r as l, s as u, t as d, u as f } from "./_virtual_mf___mfe_internal__addon_stream_broker_widgets__loadShare___mf_0_camstack_mf_1_ui_mf_2_library__loadShare__.js-CWtPG7OH.mjs";
|
|
2
2
|
import { a as p, i as m, n as h, o as g, r as _, t as v } from "./_virtual_mf___mfe_internal__addon_stream_broker_widgets__loadShare__react__loadShare__.js-C9j-2lBe.mjs";
|
|
3
3
|
import { n as y, r as b, t as x } from "./_virtual_mf___mfe_internal__addon_stream_broker_widgets__loadShare__react_mf_1_jsx_mf_2_runtime__loadShare__.js-XO0-Pyu6.mjs";
|
|
4
|
-
import { t as S } from "./_virtual_mf___mfe_internal__addon_stream_broker_widgets__loadShare___mf_0_camstack_mf_1_types__loadShare__.js-
|
|
4
|
+
import { t as S } from "./_virtual_mf___mfe_internal__addon_stream_broker_widgets__loadShare___mf_0_camstack_mf_1_types__loadShare__.js-Blnh70uP.mjs";
|
|
5
5
|
import { n as C, t as w } from "./_virtual_mf___mfe_internal__addon_stream_broker_widgets__loadShare___mf_0_tanstack_mf_1_react_mf_2_query__loadShare__.js-BO7TIbJV.mjs";
|
|
6
6
|
//#region ../../node_modules/lucide-react/dist/esm/shared/src/utils.js
|
|
7
7
|
var T = (e) => e.replace(/([a-z0-9])([A-Z])/g, "$1-$2").toLowerCase(), E = (e) => e.replace(/^([A-Z])|[\s-_]+(\w)/g, (e, t, n) => n ? n.toUpperCase() : t.toLowerCase()), D = (e) => {
|
|
@@ -3,7 +3,7 @@ import "./dist-CYZr2fwk.mjs";
|
|
|
3
3
|
var e = {
|
|
4
4
|
"@camstack/sdk": {
|
|
5
5
|
name: "@camstack/sdk",
|
|
6
|
-
version: "1.2.
|
|
6
|
+
version: "1.2.53",
|
|
7
7
|
scope: ["default"],
|
|
8
8
|
loaded: !1,
|
|
9
9
|
from: "addon_stream_broker_widgets",
|
|
@@ -18,7 +18,7 @@ var e = {
|
|
|
18
18
|
},
|
|
19
19
|
"@camstack/types": {
|
|
20
20
|
name: "@camstack/types",
|
|
21
|
-
version: "1.2.
|
|
21
|
+
version: "1.2.133",
|
|
22
22
|
scope: ["default"],
|
|
23
23
|
loaded: !1,
|
|
24
24
|
from: "addon_stream_broker_widgets",
|
|
@@ -33,7 +33,7 @@ var e = {
|
|
|
33
33
|
},
|
|
34
34
|
"@camstack/ui-library": {
|
|
35
35
|
name: "@camstack/ui-library",
|
|
36
|
-
version: "1.2.
|
|
36
|
+
version: "1.2.98",
|
|
37
37
|
scope: ["default"],
|
|
38
38
|
loaded: !1,
|
|
39
39
|
from: "addon_stream_broker_widgets",
|