@camstack/addon-smtp-nodemailer 1.2.54 → 1.2.56

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.
@@ -14242,17 +14242,6 @@ var ContainerMemoryPointSchema = object({
14242
14242
  */
14243
14243
  gpuShmemBytes: number().nullable()
14244
14244
  }).extend({ atMs: number() });
14245
- var DumpHeapSnapshotInputSchema = object({
14246
- /** The addon whose runner should dump a heap snapshot. */
14247
- addonId: string() });
14248
- var DumpHeapSnapshotResultSchema = object({
14249
- success: boolean(),
14250
- /** Path of the written .heapsnapshot inside the runner's container/host. */
14251
- path: string().optional(),
14252
- /** Process pid that was signalled. */
14253
- pid: number().optional(),
14254
- reason: string().optional()
14255
- });
14256
14245
  /**
14257
14246
  * One point of one function's series.
14258
14247
  *
@@ -14376,10 +14365,7 @@ var SystemMetricsSchema = object({
14376
14365
  gpuPercent: number().optional(),
14377
14366
  gpuMemoryPercent: number().optional()
14378
14367
  });
14379
- 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, {
14380
- kind: "mutation",
14381
- auth: "admin"
14382
- });
14368
+ 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);
14383
14369
  method(object({
14384
14370
  sourceUrl: string(),
14385
14371
  metadata: ModelConvertMetadataSchema,
@@ -18613,7 +18599,8 @@ var MediaFileKindEnum = _enum([
18613
18599
  "plateCrop",
18614
18600
  "keyFrame",
18615
18601
  "keyFrameSmall",
18616
- "thumbnailSmall"
18602
+ "thumbnailSmall",
18603
+ "sceneFrame"
18617
18604
  ]);
18618
18605
  /**
18619
18606
  * One media row ON THE WIRE: what it is, how big it is, and WHERE ITS BYTES
@@ -19262,7 +19249,21 @@ DeviceType.Camera, method(object({ deviceId: number() }), array(TrackSchema).rea
19262
19249
  /** Include stationary-promoted rows (parked objects handed to the
19263
19250
  * stationary registry). Default false: the timeline lists passages,
19264
19251
  * not parking records (operator decision, 2026-08-15). */
19265
- includeStationary: boolean().optional()
19252
+ includeStationary: boolean().optional(),
19253
+ /**
19254
+ * Restrict to these track classes. ABSENT or EMPTY means no filter.
19255
+ *
19256
+ * Added 2026-09-03: the timeline's class chips filtered in the CLIENT,
19257
+ * on a day of rows already downloaded. The zone filter had been moved
19258
+ * here for exactly that reason — and it is also what lets the rows come
19259
+ * back `slim` — but the class filter was left behind, so a narrow
19260
+ * selection was still a wide read followed by a wide discard.
19261
+ *
19262
+ * Empty is "show all", not "nothing matches": a chip row with nothing
19263
+ * selected is an operator who has not narrowed anything, and an empty
19264
+ * timeline would read as a camera that saw nothing.
19265
+ */
19266
+ classes: array(string()).optional()
19266
19267
  }), array(TrackSchema).readonly()), method(RecentTracksQueryInput, RecentTracksPageSchema), method(object({ deviceId: number() }), _void(), {
19267
19268
  kind: "mutation",
19268
19269
  auth: "admin"
@@ -31444,12 +31445,6 @@ Object.freeze({
31444
31445
  addonId: null,
31445
31446
  access: "view"
31446
31447
  },
31447
- "metricsProvider.dumpHeapSnapshot": {
31448
- capName: "metrics-provider",
31449
- capScope: "system",
31450
- addonId: null,
31451
- access: "create"
31452
- },
31453
31448
  "metricsProvider.getAddonStats": {
31454
31449
  capName: "metrics-provider",
31455
31450
  capScope: "system",
@@ -14240,17 +14240,6 @@ var ContainerMemoryPointSchema = object({
14240
14240
  */
14241
14241
  gpuShmemBytes: number().nullable()
14242
14242
  }).extend({ atMs: number() });
14243
- var DumpHeapSnapshotInputSchema = object({
14244
- /** The addon whose runner should dump a heap snapshot. */
14245
- addonId: string() });
14246
- var DumpHeapSnapshotResultSchema = object({
14247
- success: boolean(),
14248
- /** Path of the written .heapsnapshot inside the runner's container/host. */
14249
- path: string().optional(),
14250
- /** Process pid that was signalled. */
14251
- pid: number().optional(),
14252
- reason: string().optional()
14253
- });
14254
14243
  /**
14255
14244
  * One point of one function's series.
14256
14245
  *
@@ -14374,10 +14363,7 @@ var SystemMetricsSchema = object({
14374
14363
  gpuPercent: number().optional(),
14375
14364
  gpuMemoryPercent: number().optional()
14376
14365
  });
14377
- 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, {
14378
- kind: "mutation",
14379
- auth: "admin"
14380
- });
14366
+ 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);
14381
14367
  method(object({
14382
14368
  sourceUrl: string(),
14383
14369
  metadata: ModelConvertMetadataSchema,
@@ -18611,7 +18597,8 @@ var MediaFileKindEnum = _enum([
18611
18597
  "plateCrop",
18612
18598
  "keyFrame",
18613
18599
  "keyFrameSmall",
18614
- "thumbnailSmall"
18600
+ "thumbnailSmall",
18601
+ "sceneFrame"
18615
18602
  ]);
18616
18603
  /**
18617
18604
  * One media row ON THE WIRE: what it is, how big it is, and WHERE ITS BYTES
@@ -19260,7 +19247,21 @@ DeviceType.Camera, method(object({ deviceId: number() }), array(TrackSchema).rea
19260
19247
  /** Include stationary-promoted rows (parked objects handed to the
19261
19248
  * stationary registry). Default false: the timeline lists passages,
19262
19249
  * not parking records (operator decision, 2026-08-15). */
19263
- includeStationary: boolean().optional()
19250
+ includeStationary: boolean().optional(),
19251
+ /**
19252
+ * Restrict to these track classes. ABSENT or EMPTY means no filter.
19253
+ *
19254
+ * Added 2026-09-03: the timeline's class chips filtered in the CLIENT,
19255
+ * on a day of rows already downloaded. The zone filter had been moved
19256
+ * here for exactly that reason — and it is also what lets the rows come
19257
+ * back `slim` — but the class filter was left behind, so a narrow
19258
+ * selection was still a wide read followed by a wide discard.
19259
+ *
19260
+ * Empty is "show all", not "nothing matches": a chip row with nothing
19261
+ * selected is an operator who has not narrowed anything, and an empty
19262
+ * timeline would read as a camera that saw nothing.
19263
+ */
19264
+ classes: array(string()).optional()
19264
19265
  }), array(TrackSchema).readonly()), method(RecentTracksQueryInput, RecentTracksPageSchema), method(object({ deviceId: number() }), _void(), {
19265
19266
  kind: "mutation",
19266
19267
  auth: "admin"
@@ -31442,12 +31443,6 @@ Object.freeze({
31442
31443
  addonId: null,
31443
31444
  access: "view"
31444
31445
  },
31445
- "metricsProvider.dumpHeapSnapshot": {
31446
- capName: "metrics-provider",
31447
- capScope: "system",
31448
- addonId: null,
31449
- access: "create"
31450
- },
31451
31446
  "metricsProvider.getAddonStats": {
31452
31447
  capName: "metrics-provider",
31453
31448
  capScope: "system",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/addon-smtp-nodemailer",
3
- "version": "1.2.54",
3
+ "version": "1.2.56",
4
4
  "description": "SMTP email provider addon for CamStack — wraps `nodemailer` and registers a `smtp-provider` cap collection entry. Used by magic-link login + notifier addons.",
5
5
  "keywords": [
6
6
  "camstack",