@camstack/addon-notifiers 1.2.25 → 1.2.26

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
@@ -20068,6 +20068,14 @@ var ClipSchema = object({
20068
20068
  endMs: number()
20069
20069
  }),
20070
20070
  /**
20071
+ * Distinct object classes attached to this visit (`person`, `car`, …),
20072
+ * dominant first, capped at {@link MAX_CLIP_LABELS}. The ribbon renders these
20073
+ * instead of the bare kind — "Object" tells the operator nothing a colour bar
20074
+ * did not. Absent (never empty) when the visit attached no classified object
20075
+ * event, so a motion/audio-only visit keeps its kind label.
20076
+ */
20077
+ labels: array(string()).max(3).optional(),
20078
+ /**
20071
20079
  * Lazy thumbnail URL, never inlined.
20072
20080
  *
20073
20081
  * Recording-derived clips (events-mode keep-window, and the prepared
package/dist/addon.mjs CHANGED
@@ -20041,6 +20041,14 @@ var ClipSchema = object({
20041
20041
  endMs: number()
20042
20042
  }),
20043
20043
  /**
20044
+ * Distinct object classes attached to this visit (`person`, `car`, …),
20045
+ * dominant first, capped at {@link MAX_CLIP_LABELS}. The ribbon renders these
20046
+ * instead of the bare kind — "Object" tells the operator nothing a colour bar
20047
+ * did not. Absent (never empty) when the visit attached no classified object
20048
+ * event, so a motion/audio-only visit keeps its kind label.
20049
+ */
20050
+ labels: array(string()).max(3).optional(),
20051
+ /**
20044
20052
  * Lazy thumbnail URL, never inlined.
20045
20053
  *
20046
20054
  * 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-notifiers",
3
- "version": "1.2.25",
3
+ "version": "1.2.26",
4
4
  "description": "System notifiers addon for CamStack — a `notification-output` collection provider hosting per-kind notifier adapters (ntfy, pushover, gotify, telegram, discord, webhook, zentik).",
5
5
  "keywords": [
6
6
  "camstack",