@camstack/addon-export-hap 1.2.32 → 1.2.33

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.
@@ -20681,6 +20681,14 @@ var ClipSchema = object({
20681
20681
  endMs: number()
20682
20682
  }),
20683
20683
  /**
20684
+ * Distinct object classes attached to this visit (`person`, `car`, …),
20685
+ * dominant first, capped at {@link MAX_CLIP_LABELS}. The ribbon renders these
20686
+ * instead of the bare kind — "Object" tells the operator nothing a colour bar
20687
+ * did not. Absent (never empty) when the visit attached no classified object
20688
+ * event, so a motion/audio-only visit keeps its kind label.
20689
+ */
20690
+ labels: array(string()).max(3).optional(),
20691
+ /**
20684
20692
  * Lazy thumbnail URL, never inlined.
20685
20693
  *
20686
20694
  * Recording-derived clips (events-mode keep-window, and the prepared
@@ -20669,6 +20669,14 @@ var ClipSchema = object({
20669
20669
  endMs: number()
20670
20670
  }),
20671
20671
  /**
20672
+ * Distinct object classes attached to this visit (`person`, `car`, …),
20673
+ * dominant first, capped at {@link MAX_CLIP_LABELS}. The ribbon renders these
20674
+ * instead of the bare kind — "Object" tells the operator nothing a colour bar
20675
+ * did not. Absent (never empty) when the visit attached no classified object
20676
+ * event, so a motion/audio-only visit keeps its kind label.
20677
+ */
20678
+ labels: array(string()).max(3).optional(),
20679
+ /**
20672
20680
  * Lazy thumbnail URL, never inlined.
20673
20681
  *
20674
20682
  * 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-export-hap",
3
- "version": "1.2.32",
3
+ "version": "1.2.33",
4
4
  "description": "HomeKit (HAP) exporter for CamStack devices. Publishes each exposed device as its own HomeKit accessory: cameras and doorbells with SRTP streaming, HomeKit Secure Video, motion, two-way audio, PTZ and battery; switches, lights, locks and sensors through a capability→service table.",
5
5
  "keywords": [
6
6
  "camstack",