@camstack/addon-provider-hikvision 1.2.28 → 1.2.29
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 +8 -0
- package/dist/addon.mjs +8 -0
- package/package.json +1 -1
package/dist/addon.js
CHANGED
|
@@ -20508,6 +20508,14 @@ var ClipSchema = object({
|
|
|
20508
20508
|
endMs: number()
|
|
20509
20509
|
}),
|
|
20510
20510
|
/**
|
|
20511
|
+
* Distinct object classes attached to this visit (`person`, `car`, …),
|
|
20512
|
+
* dominant first, capped at {@link MAX_CLIP_LABELS}. The ribbon renders these
|
|
20513
|
+
* instead of the bare kind — "Object" tells the operator nothing a colour bar
|
|
20514
|
+
* did not. Absent (never empty) when the visit attached no classified object
|
|
20515
|
+
* event, so a motion/audio-only visit keeps its kind label.
|
|
20516
|
+
*/
|
|
20517
|
+
labels: array(string()).max(3).optional(),
|
|
20518
|
+
/**
|
|
20511
20519
|
* Lazy thumbnail URL, never inlined.
|
|
20512
20520
|
*
|
|
20513
20521
|
* Recording-derived clips (events-mode keep-window, and the prepared
|
package/dist/addon.mjs
CHANGED
|
@@ -20509,6 +20509,14 @@ var ClipSchema = object({
|
|
|
20509
20509
|
endMs: number()
|
|
20510
20510
|
}),
|
|
20511
20511
|
/**
|
|
20512
|
+
* Distinct object classes attached to this visit (`person`, `car`, …),
|
|
20513
|
+
* dominant first, capped at {@link MAX_CLIP_LABELS}. The ribbon renders these
|
|
20514
|
+
* instead of the bare kind — "Object" tells the operator nothing a colour bar
|
|
20515
|
+
* did not. Absent (never empty) when the visit attached no classified object
|
|
20516
|
+
* event, so a motion/audio-only visit keeps its kind label.
|
|
20517
|
+
*/
|
|
20518
|
+
labels: array(string()).max(3).optional(),
|
|
20519
|
+
/**
|
|
20512
20520
|
* Lazy thumbnail URL, never inlined.
|
|
20513
20521
|
*
|
|
20514
20522
|
* 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-provider-hikvision",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.29",
|
|
4
4
|
"description": "Hikvision camera device provider addon for CamStack — ISAPI over HTTP(S) with digest auth (snapshot, alarm stream, RTSP discovery)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"camstack",
|