@camstack/addon-tailscale 1.1.24 → 1.1.25

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.
@@ -24,7 +24,7 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
24
24
  enumerable: true
25
25
  }) : target, mod));
26
26
  //#endregion
27
- const require_dist = require("../dist-j2Tcnvk4.js");
27
+ const require_dist = require("../dist-DBIyLTIA.js");
28
28
  let node_child_process = require("node:child_process");
29
29
  let node_util = require("node:util");
30
30
  let node_fs = require("node:fs");
@@ -1,4 +1,4 @@
1
- import { i as EventCategory, n as networkAccessCapability, r as BaseAddon, t as meshNetworkCapability } from "../dist-4pXP3j1Q.mjs";
1
+ import { i as EventCategory, n as networkAccessCapability, r as BaseAddon, t as meshNetworkCapability } from "../dist-BIsh2UNX.mjs";
2
2
  import { execFile, spawn } from "node:child_process";
3
3
  import { promisify } from "node:util";
4
4
  import * as fs from "node:fs";
@@ -7220,6 +7220,24 @@ var RecordingRetentionSchema = object({
7220
7220
  maxSizeGb: number().min(0).optional()
7221
7221
  });
7222
7222
  /**
7223
+ * Scrub-thumbnail fidelity preset — the single per-camera selector bundling the
7224
+ * sprite tile RESOLUTION + JPEG QUALITY the recorder packs timeline-scrub
7225
+ * previews at. Five graduated steps; absent on a config = `standard` (the
7226
+ * shipped default, matching `sheet-geometry`/`sheet-composer`).
7227
+ *
7228
+ * Existing sheets are IMMUTABLE — a changed preset applies to NEW windows only.
7229
+ * Each window's index sidecar carries its own tile dims, so a camera whose
7230
+ * preset changed over time renders every historical window at the dims it was
7231
+ * written with.
7232
+ */
7233
+ var ScrubThumbnailPresetSchema = _enum([
7234
+ "minimal",
7235
+ "low",
7236
+ "standard",
7237
+ "high",
7238
+ "max"
7239
+ ]);
7240
+ /**
7223
7241
  * The full per-camera recording intent — the wire shape of a RecordingTarget.
7224
7242
  *
7225
7243
  * `mode` is the authoritative storage choice; `schedule`/`triggers`/`pre`/`post`
@@ -7256,7 +7274,14 @@ var RecordingConfigSchema = object({
7256
7274
  * derived into bands once via `migrateConfigToBands`.
7257
7275
  */
7258
7276
  bands: array(RecordingBandSchema).optional(),
7259
- retention: RecordingRetentionSchema.optional()
7277
+ retention: RecordingRetentionSchema.optional(),
7278
+ /**
7279
+ * Per-camera scrub-thumbnail fidelity preset (resolution + JPEG quality for
7280
+ * timeline-scrub sprite previews). Absent = `standard`. Applies to NEW
7281
+ * windows only — existing sheets are immutable, and each window's index
7282
+ * carries its own tile dims so mixed-preset history renders correctly.
7283
+ */
7284
+ scrubThumbnails: ScrubThumbnailPresetSchema.optional()
7260
7285
  });
7261
7286
  /**
7262
7287
  * `StorageLocationType` — an addon-declared id that identifies the *kind* of
@@ -7220,6 +7220,24 @@ var RecordingRetentionSchema = object({
7220
7220
  maxSizeGb: number().min(0).optional()
7221
7221
  });
7222
7222
  /**
7223
+ * Scrub-thumbnail fidelity preset — the single per-camera selector bundling the
7224
+ * sprite tile RESOLUTION + JPEG QUALITY the recorder packs timeline-scrub
7225
+ * previews at. Five graduated steps; absent on a config = `standard` (the
7226
+ * shipped default, matching `sheet-geometry`/`sheet-composer`).
7227
+ *
7228
+ * Existing sheets are IMMUTABLE — a changed preset applies to NEW windows only.
7229
+ * Each window's index sidecar carries its own tile dims, so a camera whose
7230
+ * preset changed over time renders every historical window at the dims it was
7231
+ * written with.
7232
+ */
7233
+ var ScrubThumbnailPresetSchema = _enum([
7234
+ "minimal",
7235
+ "low",
7236
+ "standard",
7237
+ "high",
7238
+ "max"
7239
+ ]);
7240
+ /**
7223
7241
  * The full per-camera recording intent — the wire shape of a RecordingTarget.
7224
7242
  *
7225
7243
  * `mode` is the authoritative storage choice; `schedule`/`triggers`/`pre`/`post`
@@ -7256,7 +7274,14 @@ var RecordingConfigSchema = object({
7256
7274
  * derived into bands once via `migrateConfigToBands`.
7257
7275
  */
7258
7276
  bands: array(RecordingBandSchema).optional(),
7259
- retention: RecordingRetentionSchema.optional()
7277
+ retention: RecordingRetentionSchema.optional(),
7278
+ /**
7279
+ * Per-camera scrub-thumbnail fidelity preset (resolution + JPEG quality for
7280
+ * timeline-scrub sprite previews). Absent = `standard`. Applies to NEW
7281
+ * windows only — existing sheets are immutable, and each window's index
7282
+ * carries its own tile dims so mixed-preset history renders correctly.
7283
+ */
7284
+ scrubThumbnails: ScrubThumbnailPresetSchema.optional()
7260
7285
  });
7261
7286
  /**
7262
7287
  * `StorageLocationType` — an addon-declared id that identifies the *kind* of
@@ -2,7 +2,7 @@ Object.defineProperties(exports, {
2
2
  __esModule: { value: true },
3
3
  [Symbol.toStringTag]: { value: "Module" }
4
4
  });
5
- const require_dist = require("../dist-j2Tcnvk4.js");
5
+ const require_dist = require("../dist-DBIyLTIA.js");
6
6
  let node_child_process = require("node:child_process");
7
7
  let node_util = require("node:util");
8
8
  let node_crypto = require("node:crypto");
@@ -1,4 +1,4 @@
1
- import { i as EventCategory, n as networkAccessCapability, r as BaseAddon } from "../dist-4pXP3j1Q.mjs";
1
+ import { i as EventCategory, n as networkAccessCapability, r as BaseAddon } from "../dist-BIsh2UNX.mjs";
2
2
  import { execFile } from "node:child_process";
3
3
  import { promisify } from "node:util";
4
4
  import { randomUUID } from "node:crypto";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/addon-tailscale",
3
- "version": "1.1.24",
3
+ "version": "1.1.25",
4
4
  "description": "Tailscale bundle for CamStack — joins the host to a tailnet (client) and exposes the hub via Serve/Funnel (ingress). Multi-entry npm package shipping 2 addons under a single bundle.",
5
5
  "keywords": [
6
6
  "camstack",