@camstack/addon-terminal 0.1.24 → 0.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.
package/dist/addon.js CHANGED
@@ -20413,6 +20413,14 @@ var ClipSchema = object({
20413
20413
  endMs: number()
20414
20414
  }),
20415
20415
  /**
20416
+ * Distinct object classes attached to this visit (`person`, `car`, …),
20417
+ * dominant first, capped at {@link MAX_CLIP_LABELS}. The ribbon renders these
20418
+ * instead of the bare kind — "Object" tells the operator nothing a colour bar
20419
+ * did not. Absent (never empty) when the visit attached no classified object
20420
+ * event, so a motion/audio-only visit keeps its kind label.
20421
+ */
20422
+ labels: array(string()).max(3).optional(),
20423
+ /**
20416
20424
  * Lazy thumbnail URL, never inlined.
20417
20425
  *
20418
20426
  * Recording-derived clips (events-mode keep-window, and the prepared
package/dist/addon.mjs CHANGED
@@ -20390,6 +20390,14 @@ var ClipSchema = object({
20390
20390
  endMs: number()
20391
20391
  }),
20392
20392
  /**
20393
+ * Distinct object classes attached to this visit (`person`, `car`, …),
20394
+ * dominant first, capped at {@link MAX_CLIP_LABELS}. The ribbon renders these
20395
+ * instead of the bare kind — "Object" tells the operator nothing a colour bar
20396
+ * did not. Absent (never empty) when the visit attached no classified object
20397
+ * event, so a motion/audio-only visit keeps its kind label.
20398
+ */
20399
+ labels: array(string()).max(3).optional(),
20400
+ /**
20393
20401
  * Lazy thumbnail URL, never inlined.
20394
20402
  *
20395
20403
  * Recording-derived clips (events-mode keep-window, and the prepared
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/addon-terminal",
3
- "version": "0.1.24",
3
+ "version": "0.1.25",
4
4
  "description": "Interactive terminal sessions (pty + xterm) as a CamStack addon",
5
5
  "keywords": [
6
6
  "camstack",