@camstack/addon-remote-storage 1.2.20 → 1.2.21

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-CGc-WGwO.js");
5
+ const require_shared = require("./shared-CrotCkhF.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-C-bqmSqc.mjs";
1
+ import { c as BaseAddon, i as rearmIdleAbort, n as getOptionalBasePath, o as scheduleIdleAbort, s as storageProviderCapability, t as createSessionId } from "./shared-Toqenw3n.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-CGc-WGwO.js");
5
+ const require_shared = require("./shared-CrotCkhF.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-C-bqmSqc.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-Toqenw3n.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
@@ -19933,6 +19933,14 @@ var ClipSchema = object({
19933
19933
  endMs: number()
19934
19934
  }),
19935
19935
  /**
19936
+ * Distinct object classes attached to this visit (`person`, `car`, …),
19937
+ * dominant first, capped at {@link MAX_CLIP_LABELS}. The ribbon renders these
19938
+ * instead of the bare kind — "Object" tells the operator nothing a colour bar
19939
+ * did not. Absent (never empty) when the visit attached no classified object
19940
+ * event, so a motion/audio-only visit keeps its kind label.
19941
+ */
19942
+ labels: array(string()).max(3).optional(),
19943
+ /**
19936
19944
  * Lazy thumbnail URL, never inlined.
19937
19945
  *
19938
19946
  * Recording-derived clips (events-mode keep-window, and the prepared
@@ -19910,6 +19910,14 @@ var ClipSchema = object({
19910
19910
  endMs: number()
19911
19911
  }),
19912
19912
  /**
19913
+ * Distinct object classes attached to this visit (`person`, `car`, …),
19914
+ * dominant first, capped at {@link MAX_CLIP_LABELS}. The ribbon renders these
19915
+ * instead of the bare kind — "Object" tells the operator nothing a colour bar
19916
+ * did not. Absent (never empty) when the visit attached no classified object
19917
+ * event, so a motion/audio-only visit keeps its kind label.
19918
+ */
19919
+ labels: array(string()).max(3).optional(),
19920
+ /**
19913
19921
  * Lazy thumbnail URL, never inlined.
19914
19922
  *
19915
19923
  * Recording-derived clips (events-mode keep-window, and the prepared
@@ -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-CGc-WGwO.js");
5
+ const require_shared = require("./shared-CrotCkhF.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-C-bqmSqc.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-Toqenw3n.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.20",
3
+ "version": "1.2.21",
4
4
  "description": "Remote storage providers (SFTP, S3, WebDAV) — unifies remote backends behind the storage-provider cap",
5
5
  "keywords": [
6
6
  "camstack",