@camstack/addon-remote-storage 1.1.25 → 1.1.26

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/s3.addon.js CHANGED
@@ -2,7 +2,7 @@ Object.defineProperties(exports, {
2
2
  __esModule: { value: true },
3
3
  [Symbol.toStringTag]: { value: "Module" }
4
4
  });
5
- const require_shared = require("./shared-BuH7csTY.js");
5
+ const require_shared = require("./shared-BU3WLevm.js");
6
6
  let node_stream = require("node:stream");
7
7
  let _aws_sdk_client_s3 = require("@aws-sdk/client-s3");
8
8
  let _aws_sdk_lib_storage = require("@aws-sdk/lib-storage");
package/dist/s3.addon.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { c as BaseAddon, i as rearmIdleAbort, n as getOptionalBasePath, o as scheduleIdleAbort, s as storageProviderCapability, t as createSessionId } from "./shared-uJtt1S2z.mjs";
1
+ import { c as BaseAddon, i as rearmIdleAbort, n as getOptionalBasePath, o as scheduleIdleAbort, s as storageProviderCapability, t as createSessionId } from "./shared-Djb5j9fy.mjs";
2
2
  import { PassThrough } from "node:stream";
3
3
  import { DeleteObjectCommand, GetObjectCommand, HeadBucketCommand, HeadObjectCommand, ListObjectsV2Command, PutObjectCommand, S3Client } from "@aws-sdk/client-s3";
4
4
  import { Upload } from "@aws-sdk/lib-storage";
@@ -2,7 +2,7 @@ Object.defineProperties(exports, {
2
2
  __esModule: { value: true },
3
3
  [Symbol.toStringTag]: { value: "Module" }
4
4
  });
5
- const require_shared = require("./shared-BuH7csTY.js");
5
+ const require_shared = require("./shared-BU3WLevm.js");
6
6
  let ssh2 = require("ssh2");
7
7
  let node_path = require("node:path");
8
8
  node_path = require_shared.__toESM(node_path);
@@ -1,4 +1,4 @@
1
- import { a as safeJoinRemotePath, c as BaseAddon, i as rearmIdleAbort, o as scheduleIdleAbort, r as getRequiredBasePath, s as storageProviderCapability, t as createSessionId } from "./shared-uJtt1S2z.mjs";
1
+ import { a as safeJoinRemotePath, c as BaseAddon, i as rearmIdleAbort, o as scheduleIdleAbort, r as getRequiredBasePath, s as storageProviderCapability, t as createSessionId } from "./shared-Djb5j9fy.mjs";
2
2
  import { Client } from "ssh2";
3
3
  import * as path from "node:path";
4
4
  //#region src/providers/sftp/sftp-config-schema.ts
@@ -7245,6 +7245,24 @@ var RecordingRetentionSchema = object({
7245
7245
  maxSizeGb: number().min(0).optional()
7246
7246
  });
7247
7247
  /**
7248
+ * Scrub-thumbnail fidelity preset — the single per-camera selector bundling the
7249
+ * sprite tile RESOLUTION + JPEG QUALITY the recorder packs timeline-scrub
7250
+ * previews at. Five graduated steps; absent on a config = `standard` (the
7251
+ * shipped default, matching `sheet-geometry`/`sheet-composer`).
7252
+ *
7253
+ * Existing sheets are IMMUTABLE — a changed preset applies to NEW windows only.
7254
+ * Each window's index sidecar carries its own tile dims, so a camera whose
7255
+ * preset changed over time renders every historical window at the dims it was
7256
+ * written with.
7257
+ */
7258
+ var ScrubThumbnailPresetSchema = _enum([
7259
+ "minimal",
7260
+ "low",
7261
+ "standard",
7262
+ "high",
7263
+ "max"
7264
+ ]);
7265
+ /**
7248
7266
  * The full per-camera recording intent — the wire shape of a RecordingTarget.
7249
7267
  *
7250
7268
  * `mode` is the authoritative storage choice; `schedule`/`triggers`/`pre`/`post`
@@ -7281,7 +7299,14 @@ var RecordingConfigSchema = object({
7281
7299
  * derived into bands once via `migrateConfigToBands`.
7282
7300
  */
7283
7301
  bands: array(RecordingBandSchema).optional(),
7284
- retention: RecordingRetentionSchema.optional()
7302
+ retention: RecordingRetentionSchema.optional(),
7303
+ /**
7304
+ * Per-camera scrub-thumbnail fidelity preset (resolution + JPEG quality for
7305
+ * timeline-scrub sprite previews). Absent = `standard`. Applies to NEW
7306
+ * windows only — existing sheets are immutable, and each window's index
7307
+ * carries its own tile dims so mixed-preset history renders correctly.
7308
+ */
7309
+ scrubThumbnails: ScrubThumbnailPresetSchema.optional()
7285
7310
  });
7286
7311
  /**
7287
7312
  * `StorageLocationType` — an addon-declared id that identifies the *kind* of
@@ -7222,6 +7222,24 @@ var RecordingRetentionSchema = object({
7222
7222
  maxSizeGb: number().min(0).optional()
7223
7223
  });
7224
7224
  /**
7225
+ * Scrub-thumbnail fidelity preset — the single per-camera selector bundling the
7226
+ * sprite tile RESOLUTION + JPEG QUALITY the recorder packs timeline-scrub
7227
+ * previews at. Five graduated steps; absent on a config = `standard` (the
7228
+ * shipped default, matching `sheet-geometry`/`sheet-composer`).
7229
+ *
7230
+ * Existing sheets are IMMUTABLE — a changed preset applies to NEW windows only.
7231
+ * Each window's index sidecar carries its own tile dims, so a camera whose
7232
+ * preset changed over time renders every historical window at the dims it was
7233
+ * written with.
7234
+ */
7235
+ var ScrubThumbnailPresetSchema = _enum([
7236
+ "minimal",
7237
+ "low",
7238
+ "standard",
7239
+ "high",
7240
+ "max"
7241
+ ]);
7242
+ /**
7225
7243
  * The full per-camera recording intent — the wire shape of a RecordingTarget.
7226
7244
  *
7227
7245
  * `mode` is the authoritative storage choice; `schedule`/`triggers`/`pre`/`post`
@@ -7258,7 +7276,14 @@ var RecordingConfigSchema = object({
7258
7276
  * derived into bands once via `migrateConfigToBands`.
7259
7277
  */
7260
7278
  bands: array(RecordingBandSchema).optional(),
7261
- retention: RecordingRetentionSchema.optional()
7279
+ retention: RecordingRetentionSchema.optional(),
7280
+ /**
7281
+ * Per-camera scrub-thumbnail fidelity preset (resolution + JPEG quality for
7282
+ * timeline-scrub sprite previews). Absent = `standard`. Applies to NEW
7283
+ * windows only — existing sheets are immutable, and each window's index
7284
+ * carries its own tile dims so mixed-preset history renders correctly.
7285
+ */
7286
+ scrubThumbnails: ScrubThumbnailPresetSchema.optional()
7262
7287
  });
7263
7288
  /**
7264
7289
  * `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_shared = require("./shared-BuH7csTY.js");
5
+ const require_shared = require("./shared-BU3WLevm.js");
6
6
  let node_stream = require("node:stream");
7
7
  let webdav = require("webdav");
8
8
  //#region src/providers/webdav/webdav-config-schema.ts
@@ -1,4 +1,4 @@
1
- import { a as safeJoinRemotePath, c as BaseAddon, i as rearmIdleAbort, o as scheduleIdleAbort, r as getRequiredBasePath, s as storageProviderCapability, t as createSessionId } from "./shared-uJtt1S2z.mjs";
1
+ import { a as safeJoinRemotePath, c as BaseAddon, i as rearmIdleAbort, o as scheduleIdleAbort, r as getRequiredBasePath, s as storageProviderCapability, t as createSessionId } from "./shared-Djb5j9fy.mjs";
2
2
  import { PassThrough } from "node:stream";
3
3
  import { AuthType, createClient } from "webdav";
4
4
  //#region src/providers/webdav/webdav-config-schema.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/addon-remote-storage",
3
- "version": "1.1.25",
3
+ "version": "1.1.26",
4
4
  "description": "Remote storage providers (SFTP, S3, WebDAV) — unifies remote backends behind the storage-provider cap",
5
5
  "keywords": [
6
6
  "camstack",