@camstack/addon-remote-storage 1.2.55 → 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.
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-0jYjizzs.js");
5
+ const require_shared = require("./shared-BEUEkXEj.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-BpCkqZUj.mjs";
1
+ import { c as BaseAddon, i as rearmIdleAbort, n as getOptionalBasePath, o as scheduleIdleAbort, s as storageProviderCapability, t as createSessionId } from "./shared-DpPZpjEi.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-0jYjizzs.js");
5
+ const require_shared = require("./shared-BEUEkXEj.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-BpCkqZUj.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-DpPZpjEi.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
@@ -19236,7 +19236,21 @@ DeviceType.Camera, method(object({ deviceId: number() }), array(TrackSchema).rea
19236
19236
  /** Include stationary-promoted rows (parked objects handed to the
19237
19237
  * stationary registry). Default false: the timeline lists passages,
19238
19238
  * not parking records (operator decision, 2026-08-15). */
19239
- includeStationary: boolean().optional()
19239
+ includeStationary: boolean().optional(),
19240
+ /**
19241
+ * Restrict to these track classes. ABSENT or EMPTY means no filter.
19242
+ *
19243
+ * Added 2026-09-03: the timeline's class chips filtered in the CLIENT,
19244
+ * on a day of rows already downloaded. The zone filter had been moved
19245
+ * here for exactly that reason — and it is also what lets the rows come
19246
+ * back `slim` — but the class filter was left behind, so a narrow
19247
+ * selection was still a wide read followed by a wide discard.
19248
+ *
19249
+ * Empty is "show all", not "nothing matches": a chip row with nothing
19250
+ * selected is an operator who has not narrowed anything, and an empty
19251
+ * timeline would read as a camera that saw nothing.
19252
+ */
19253
+ classes: array(string()).optional()
19240
19254
  }), array(TrackSchema).readonly()), method(RecentTracksQueryInput, RecentTracksPageSchema), method(object({ deviceId: number() }), _void(), {
19241
19255
  kind: "mutation",
19242
19256
  auth: "admin"
@@ -19213,7 +19213,21 @@ DeviceType.Camera, method(object({ deviceId: number() }), array(TrackSchema).rea
19213
19213
  /** Include stationary-promoted rows (parked objects handed to the
19214
19214
  * stationary registry). Default false: the timeline lists passages,
19215
19215
  * not parking records (operator decision, 2026-08-15). */
19216
- includeStationary: boolean().optional()
19216
+ includeStationary: boolean().optional(),
19217
+ /**
19218
+ * Restrict to these track classes. ABSENT or EMPTY means no filter.
19219
+ *
19220
+ * Added 2026-09-03: the timeline's class chips filtered in the CLIENT,
19221
+ * on a day of rows already downloaded. The zone filter had been moved
19222
+ * here for exactly that reason — and it is also what lets the rows come
19223
+ * back `slim` — but the class filter was left behind, so a narrow
19224
+ * selection was still a wide read followed by a wide discard.
19225
+ *
19226
+ * Empty is "show all", not "nothing matches": a chip row with nothing
19227
+ * selected is an operator who has not narrowed anything, and an empty
19228
+ * timeline would read as a camera that saw nothing.
19229
+ */
19230
+ classes: array(string()).optional()
19217
19231
  }), array(TrackSchema).readonly()), method(RecentTracksQueryInput, RecentTracksPageSchema), method(object({ deviceId: number() }), _void(), {
19218
19232
  kind: "mutation",
19219
19233
  auth: "admin"
package/dist/smb.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-0jYjizzs.js");
5
+ const require_shared = require("./shared-BEUEkXEj.js");
6
6
  let node_crypto = require("node:crypto");
7
7
  let node_path = require("node:path");
8
8
  node_path = require_shared.__toESM(node_path);
@@ -1,4 +1,4 @@
1
- import { c as BaseAddon, i as rearmIdleAbort, o as scheduleIdleAbort, s as storageProviderCapability } from "./shared-BpCkqZUj.mjs";
1
+ import { c as BaseAddon, i as rearmIdleAbort, o as scheduleIdleAbort, s as storageProviderCapability } from "./shared-DpPZpjEi.mjs";
2
2
  import { randomUUID } from "node:crypto";
3
3
  import * as path from "node:path";
4
4
  import * as fsp from "node:fs/promises";
@@ -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-0jYjizzs.js");
5
+ const require_shared = require("./shared-BEUEkXEj.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-BpCkqZUj.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-DpPZpjEi.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.2.55",
3
+ "version": "1.2.56",
4
4
  "description": "Remote storage providers (SFTP, S3, WebDAV, SMB) — unifies remote backends behind the storage-provider cap",
5
5
  "keywords": [
6
6
  "camstack",