@camstack/addon-provider-rtsp 1.2.55 → 1.2.57

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/addon.js CHANGED
@@ -14541,17 +14541,6 @@ var ContainerMemoryPointSchema = object({
14541
14541
  */
14542
14542
  gpuShmemBytes: number().nullable()
14543
14543
  }).extend({ atMs: number() });
14544
- var DumpHeapSnapshotInputSchema = object({
14545
- /** The addon whose runner should dump a heap snapshot. */
14546
- addonId: string() });
14547
- var DumpHeapSnapshotResultSchema = object({
14548
- success: boolean(),
14549
- /** Path of the written .heapsnapshot inside the runner's container/host. */
14550
- path: string().optional(),
14551
- /** Process pid that was signalled. */
14552
- pid: number().optional(),
14553
- reason: string().optional()
14554
- });
14555
14544
  /**
14556
14545
  * One point of one function's series.
14557
14546
  *
@@ -14675,10 +14664,7 @@ var SystemMetricsSchema = object({
14675
14664
  gpuPercent: number().optional(),
14676
14665
  gpuMemoryPercent: number().optional()
14677
14666
  });
14678
- method(_void(), SystemResourceSnapshotSchema), method(_void(), SystemResourceSnapshotSchema.nullable()), method(_void(), SystemMetricsSchema), method(object({ dirPath: string() }), DiskSpaceInfoSchema), method(_void(), MetricsGpuInfoSchema.nullable()), method(_void(), number().nullable()), method(object({ pids: array(number()) }), array(PidResourceStatsSchema)), method(_void(), array(AddonInstanceSchema).readonly()), method(object({ addonId: string() }), PidResourceStatsSchema.nullable()), method(_void(), array(NodeProcessSchema).readonly()), method(GetLoadSeriesInputSchema, NodeLoadSeriesSchema), method(DumpHeapSnapshotInputSchema, DumpHeapSnapshotResultSchema, {
14679
- kind: "mutation",
14680
- auth: "admin"
14681
- });
14667
+ method(_void(), SystemResourceSnapshotSchema), method(_void(), SystemResourceSnapshotSchema.nullable()), method(_void(), SystemMetricsSchema), method(object({ dirPath: string() }), DiskSpaceInfoSchema), method(_void(), MetricsGpuInfoSchema.nullable()), method(_void(), number().nullable()), method(object({ pids: array(number()) }), array(PidResourceStatsSchema)), method(_void(), array(AddonInstanceSchema).readonly()), method(object({ addonId: string() }), PidResourceStatsSchema.nullable()), method(_void(), array(NodeProcessSchema).readonly()), method(GetLoadSeriesInputSchema, NodeLoadSeriesSchema);
14682
14668
  method(object({
14683
14669
  sourceUrl: string(),
14684
14670
  metadata: ModelConvertMetadataSchema,
@@ -18990,7 +18976,8 @@ var MediaFileKindEnum = _enum([
18990
18976
  "plateCrop",
18991
18977
  "keyFrame",
18992
18978
  "keyFrameSmall",
18993
- "thumbnailSmall"
18979
+ "thumbnailSmall",
18980
+ "sceneFrame"
18994
18981
  ]);
18995
18982
  /**
18996
18983
  * One media row ON THE WIRE: what it is, how big it is, and WHERE ITS BYTES
@@ -19639,7 +19626,21 @@ DeviceType.Camera, method(object({ deviceId: number() }), array(TrackSchema).rea
19639
19626
  /** Include stationary-promoted rows (parked objects handed to the
19640
19627
  * stationary registry). Default false: the timeline lists passages,
19641
19628
  * not parking records (operator decision, 2026-08-15). */
19642
- includeStationary: boolean().optional()
19629
+ includeStationary: boolean().optional(),
19630
+ /**
19631
+ * Restrict to these track classes. ABSENT or EMPTY means no filter.
19632
+ *
19633
+ * Added 2026-09-03: the timeline's class chips filtered in the CLIENT,
19634
+ * on a day of rows already downloaded. The zone filter had been moved
19635
+ * here for exactly that reason — and it is also what lets the rows come
19636
+ * back `slim` — but the class filter was left behind, so a narrow
19637
+ * selection was still a wide read followed by a wide discard.
19638
+ *
19639
+ * Empty is "show all", not "nothing matches": a chip row with nothing
19640
+ * selected is an operator who has not narrowed anything, and an empty
19641
+ * timeline would read as a camera that saw nothing.
19642
+ */
19643
+ classes: array(string()).optional()
19643
19644
  }), array(TrackSchema).readonly()), method(RecentTracksQueryInput, RecentTracksPageSchema), method(object({ deviceId: number() }), _void(), {
19644
19645
  kind: "mutation",
19645
19646
  auth: "admin"
@@ -35400,12 +35401,6 @@ Object.freeze({
35400
35401
  addonId: null,
35401
35402
  access: "view"
35402
35403
  },
35403
- "metricsProvider.dumpHeapSnapshot": {
35404
- capName: "metrics-provider",
35405
- capScope: "system",
35406
- addonId: null,
35407
- access: "create"
35408
- },
35409
35404
  "metricsProvider.getAddonStats": {
35410
35405
  capName: "metrics-provider",
35411
35406
  capScope: "system",
package/dist/addon.mjs CHANGED
@@ -14517,17 +14517,6 @@ var ContainerMemoryPointSchema = object({
14517
14517
  */
14518
14518
  gpuShmemBytes: number().nullable()
14519
14519
  }).extend({ atMs: number() });
14520
- var DumpHeapSnapshotInputSchema = object({
14521
- /** The addon whose runner should dump a heap snapshot. */
14522
- addonId: string() });
14523
- var DumpHeapSnapshotResultSchema = object({
14524
- success: boolean(),
14525
- /** Path of the written .heapsnapshot inside the runner's container/host. */
14526
- path: string().optional(),
14527
- /** Process pid that was signalled. */
14528
- pid: number().optional(),
14529
- reason: string().optional()
14530
- });
14531
14520
  /**
14532
14521
  * One point of one function's series.
14533
14522
  *
@@ -14651,10 +14640,7 @@ var SystemMetricsSchema = object({
14651
14640
  gpuPercent: number().optional(),
14652
14641
  gpuMemoryPercent: number().optional()
14653
14642
  });
14654
- method(_void(), SystemResourceSnapshotSchema), method(_void(), SystemResourceSnapshotSchema.nullable()), method(_void(), SystemMetricsSchema), method(object({ dirPath: string() }), DiskSpaceInfoSchema), method(_void(), MetricsGpuInfoSchema.nullable()), method(_void(), number().nullable()), method(object({ pids: array(number()) }), array(PidResourceStatsSchema)), method(_void(), array(AddonInstanceSchema).readonly()), method(object({ addonId: string() }), PidResourceStatsSchema.nullable()), method(_void(), array(NodeProcessSchema).readonly()), method(GetLoadSeriesInputSchema, NodeLoadSeriesSchema), method(DumpHeapSnapshotInputSchema, DumpHeapSnapshotResultSchema, {
14655
- kind: "mutation",
14656
- auth: "admin"
14657
- });
14643
+ method(_void(), SystemResourceSnapshotSchema), method(_void(), SystemResourceSnapshotSchema.nullable()), method(_void(), SystemMetricsSchema), method(object({ dirPath: string() }), DiskSpaceInfoSchema), method(_void(), MetricsGpuInfoSchema.nullable()), method(_void(), number().nullable()), method(object({ pids: array(number()) }), array(PidResourceStatsSchema)), method(_void(), array(AddonInstanceSchema).readonly()), method(object({ addonId: string() }), PidResourceStatsSchema.nullable()), method(_void(), array(NodeProcessSchema).readonly()), method(GetLoadSeriesInputSchema, NodeLoadSeriesSchema);
14658
14644
  method(object({
14659
14645
  sourceUrl: string(),
14660
14646
  metadata: ModelConvertMetadataSchema,
@@ -18966,7 +18952,8 @@ var MediaFileKindEnum = _enum([
18966
18952
  "plateCrop",
18967
18953
  "keyFrame",
18968
18954
  "keyFrameSmall",
18969
- "thumbnailSmall"
18955
+ "thumbnailSmall",
18956
+ "sceneFrame"
18970
18957
  ]);
18971
18958
  /**
18972
18959
  * One media row ON THE WIRE: what it is, how big it is, and WHERE ITS BYTES
@@ -19615,7 +19602,21 @@ DeviceType.Camera, method(object({ deviceId: number() }), array(TrackSchema).rea
19615
19602
  /** Include stationary-promoted rows (parked objects handed to the
19616
19603
  * stationary registry). Default false: the timeline lists passages,
19617
19604
  * not parking records (operator decision, 2026-08-15). */
19618
- includeStationary: boolean().optional()
19605
+ includeStationary: boolean().optional(),
19606
+ /**
19607
+ * Restrict to these track classes. ABSENT or EMPTY means no filter.
19608
+ *
19609
+ * Added 2026-09-03: the timeline's class chips filtered in the CLIENT,
19610
+ * on a day of rows already downloaded. The zone filter had been moved
19611
+ * here for exactly that reason — and it is also what lets the rows come
19612
+ * back `slim` — but the class filter was left behind, so a narrow
19613
+ * selection was still a wide read followed by a wide discard.
19614
+ *
19615
+ * Empty is "show all", not "nothing matches": a chip row with nothing
19616
+ * selected is an operator who has not narrowed anything, and an empty
19617
+ * timeline would read as a camera that saw nothing.
19618
+ */
19619
+ classes: array(string()).optional()
19619
19620
  }), array(TrackSchema).readonly()), method(RecentTracksQueryInput, RecentTracksPageSchema), method(object({ deviceId: number() }), _void(), {
19620
19621
  kind: "mutation",
19621
19622
  auth: "admin"
@@ -35376,12 +35377,6 @@ Object.freeze({
35376
35377
  addonId: null,
35377
35378
  access: "view"
35378
35379
  },
35379
- "metricsProvider.dumpHeapSnapshot": {
35380
- capName: "metrics-provider",
35381
- capScope: "system",
35382
- addonId: null,
35383
- access: "create"
35384
- },
35385
35380
  "metricsProvider.getAddonStats": {
35386
35381
  capName: "metrics-provider",
35387
35382
  capScope: "system",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/addon-provider-rtsp",
3
- "version": "1.2.55",
3
+ "version": "1.2.57",
4
4
  "description": "Generic RTSP camera device provider addon for CamStack",
5
5
  "keywords": [
6
6
  "camstack",