@camstack/addon-mqtt-broker 1.2.21 → 1.2.22

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.
@@ -19977,6 +19977,14 @@ var ClipSchema = object({
19977
19977
  endMs: number()
19978
19978
  }),
19979
19979
  /**
19980
+ * Distinct object classes attached to this visit (`person`, `car`, …),
19981
+ * dominant first, capped at {@link MAX_CLIP_LABELS}. The ribbon renders these
19982
+ * instead of the bare kind — "Object" tells the operator nothing a colour bar
19983
+ * did not. Absent (never empty) when the visit attached no classified object
19984
+ * event, so a motion/audio-only visit keeps its kind label.
19985
+ */
19986
+ labels: array(string()).max(3).optional(),
19987
+ /**
19980
19988
  * Lazy thumbnail URL, never inlined.
19981
19989
  *
19982
19990
  * Recording-derived clips (events-mode keep-window, and the prepared
@@ -19972,6 +19972,14 @@ var ClipSchema = object({
19972
19972
  endMs: number()
19973
19973
  }),
19974
19974
  /**
19975
+ * Distinct object classes attached to this visit (`person`, `car`, …),
19976
+ * dominant first, capped at {@link MAX_CLIP_LABELS}. The ribbon renders these
19977
+ * instead of the bare kind — "Object" tells the operator nothing a colour bar
19978
+ * did not. Absent (never empty) when the visit attached no classified object
19979
+ * event, so a motion/audio-only visit keeps its kind label.
19980
+ */
19981
+ labels: array(string()).max(3).optional(),
19982
+ /**
19975
19983
  * Lazy thumbnail URL, never inlined.
19976
19984
  *
19977
19985
  * 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-mqtt-broker",
3
- "version": "1.2.21",
3
+ "version": "1.2.22",
4
4
  "description": "MQTT broker registry addon for CamStack — manages external broker entries + an optional embedded aedes broker. Consumers spin up their own `mqtt.js` clients via the `mqtt-broker` cap.",
5
5
  "keywords": [
6
6
  "camstack",