@camstack/addon-provider-petkit 0.2.55 → 0.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
@@ -15604,17 +15604,6 @@ var ContainerMemoryPointSchema = object({
15604
15604
  */
15605
15605
  gpuShmemBytes: number().nullable()
15606
15606
  }).extend({ atMs: number() });
15607
- var DumpHeapSnapshotInputSchema = object({
15608
- /** The addon whose runner should dump a heap snapshot. */
15609
- addonId: string() });
15610
- var DumpHeapSnapshotResultSchema = object({
15611
- success: boolean(),
15612
- /** Path of the written .heapsnapshot inside the runner's container/host. */
15613
- path: string().optional(),
15614
- /** Process pid that was signalled. */
15615
- pid: number().optional(),
15616
- reason: string().optional()
15617
- });
15618
15607
  /**
15619
15608
  * One point of one function's series.
15620
15609
  *
@@ -15738,10 +15727,7 @@ var SystemMetricsSchema = object({
15738
15727
  gpuPercent: number().optional(),
15739
15728
  gpuMemoryPercent: number().optional()
15740
15729
  });
15741
- 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, {
15742
- kind: "mutation",
15743
- auth: "admin"
15744
- });
15730
+ 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);
15745
15731
  method(object({
15746
15732
  sourceUrl: string(),
15747
15733
  metadata: ModelConvertMetadataSchema,
@@ -20053,7 +20039,8 @@ var MediaFileKindEnum = _enum([
20053
20039
  "plateCrop",
20054
20040
  "keyFrame",
20055
20041
  "keyFrameSmall",
20056
- "thumbnailSmall"
20042
+ "thumbnailSmall",
20043
+ "sceneFrame"
20057
20044
  ]);
20058
20045
  /**
20059
20046
  * One media row ON THE WIRE: what it is, how big it is, and WHERE ITS BYTES
@@ -20702,7 +20689,21 @@ DeviceType.Camera, method(object({ deviceId: number() }), array(TrackSchema).rea
20702
20689
  /** Include stationary-promoted rows (parked objects handed to the
20703
20690
  * stationary registry). Default false: the timeline lists passages,
20704
20691
  * not parking records (operator decision, 2026-08-15). */
20705
- includeStationary: boolean().optional()
20692
+ includeStationary: boolean().optional(),
20693
+ /**
20694
+ * Restrict to these track classes. ABSENT or EMPTY means no filter.
20695
+ *
20696
+ * Added 2026-09-03: the timeline's class chips filtered in the CLIENT,
20697
+ * on a day of rows already downloaded. The zone filter had been moved
20698
+ * here for exactly that reason — and it is also what lets the rows come
20699
+ * back `slim` — but the class filter was left behind, so a narrow
20700
+ * selection was still a wide read followed by a wide discard.
20701
+ *
20702
+ * Empty is "show all", not "nothing matches": a chip row with nothing
20703
+ * selected is an operator who has not narrowed anything, and an empty
20704
+ * timeline would read as a camera that saw nothing.
20705
+ */
20706
+ classes: array(string()).optional()
20706
20707
  }), array(TrackSchema).readonly()), method(RecentTracksQueryInput, RecentTracksPageSchema), method(object({ deviceId: number() }), _void(), {
20707
20708
  kind: "mutation",
20708
20709
  auth: "admin"
@@ -36293,12 +36294,6 @@ Object.freeze({
36293
36294
  addonId: null,
36294
36295
  access: "view"
36295
36296
  },
36296
- "metricsProvider.dumpHeapSnapshot": {
36297
- capName: "metrics-provider",
36298
- capScope: "system",
36299
- addonId: null,
36300
- access: "create"
36301
- },
36302
36297
  "metricsProvider.getAddonStats": {
36303
36298
  capName: "metrics-provider",
36304
36299
  capScope: "system",
package/dist/addon.mjs CHANGED
@@ -15603,17 +15603,6 @@ var ContainerMemoryPointSchema = object({
15603
15603
  */
15604
15604
  gpuShmemBytes: number().nullable()
15605
15605
  }).extend({ atMs: number() });
15606
- var DumpHeapSnapshotInputSchema = object({
15607
- /** The addon whose runner should dump a heap snapshot. */
15608
- addonId: string() });
15609
- var DumpHeapSnapshotResultSchema = object({
15610
- success: boolean(),
15611
- /** Path of the written .heapsnapshot inside the runner's container/host. */
15612
- path: string().optional(),
15613
- /** Process pid that was signalled. */
15614
- pid: number().optional(),
15615
- reason: string().optional()
15616
- });
15617
15606
  /**
15618
15607
  * One point of one function's series.
15619
15608
  *
@@ -15737,10 +15726,7 @@ var SystemMetricsSchema = object({
15737
15726
  gpuPercent: number().optional(),
15738
15727
  gpuMemoryPercent: number().optional()
15739
15728
  });
15740
- 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, {
15741
- kind: "mutation",
15742
- auth: "admin"
15743
- });
15729
+ 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);
15744
15730
  method(object({
15745
15731
  sourceUrl: string(),
15746
15732
  metadata: ModelConvertMetadataSchema,
@@ -20052,7 +20038,8 @@ var MediaFileKindEnum = _enum([
20052
20038
  "plateCrop",
20053
20039
  "keyFrame",
20054
20040
  "keyFrameSmall",
20055
- "thumbnailSmall"
20041
+ "thumbnailSmall",
20042
+ "sceneFrame"
20056
20043
  ]);
20057
20044
  /**
20058
20045
  * One media row ON THE WIRE: what it is, how big it is, and WHERE ITS BYTES
@@ -20701,7 +20688,21 @@ DeviceType.Camera, method(object({ deviceId: number() }), array(TrackSchema).rea
20701
20688
  /** Include stationary-promoted rows (parked objects handed to the
20702
20689
  * stationary registry). Default false: the timeline lists passages,
20703
20690
  * not parking records (operator decision, 2026-08-15). */
20704
- includeStationary: boolean().optional()
20691
+ includeStationary: boolean().optional(),
20692
+ /**
20693
+ * Restrict to these track classes. ABSENT or EMPTY means no filter.
20694
+ *
20695
+ * Added 2026-09-03: the timeline's class chips filtered in the CLIENT,
20696
+ * on a day of rows already downloaded. The zone filter had been moved
20697
+ * here for exactly that reason — and it is also what lets the rows come
20698
+ * back `slim` — but the class filter was left behind, so a narrow
20699
+ * selection was still a wide read followed by a wide discard.
20700
+ *
20701
+ * Empty is "show all", not "nothing matches": a chip row with nothing
20702
+ * selected is an operator who has not narrowed anything, and an empty
20703
+ * timeline would read as a camera that saw nothing.
20704
+ */
20705
+ classes: array(string()).optional()
20705
20706
  }), array(TrackSchema).readonly()), method(RecentTracksQueryInput, RecentTracksPageSchema), method(object({ deviceId: number() }), _void(), {
20706
20707
  kind: "mutation",
20707
20708
  auth: "admin"
@@ -36292,12 +36293,6 @@ Object.freeze({
36292
36293
  addonId: null,
36293
36294
  access: "view"
36294
36295
  },
36295
- "metricsProvider.dumpHeapSnapshot": {
36296
- capName: "metrics-provider",
36297
- capScope: "system",
36298
- addonId: null,
36299
- access: "create"
36300
- },
36301
36296
  "metricsProvider.getAddonStats": {
36302
36297
  capName: "metrics-provider",
36303
36298
  capScope: "system",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/addon-provider-petkit",
3
- "version": "0.2.55",
3
+ "version": "0.2.57",
4
4
  "description": "PetKit smart-feeder device-provider addon for CamStack — wraps the @apocaliss92/nodepetkit PetKit cloud client",
5
5
  "keywords": [
6
6
  "camstack",