@camstack/addon-export-alexa 1.2.27 → 1.2.28
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.
|
@@ -20181,6 +20181,14 @@ var ClipSchema = object({
|
|
|
20181
20181
|
endMs: number()
|
|
20182
20182
|
}),
|
|
20183
20183
|
/**
|
|
20184
|
+
* Distinct object classes attached to this visit (`person`, `car`, …),
|
|
20185
|
+
* dominant first, capped at {@link MAX_CLIP_LABELS}. The ribbon renders these
|
|
20186
|
+
* instead of the bare kind — "Object" tells the operator nothing a colour bar
|
|
20187
|
+
* did not. Absent (never empty) when the visit attached no classified object
|
|
20188
|
+
* event, so a motion/audio-only visit keeps its kind label.
|
|
20189
|
+
*/
|
|
20190
|
+
labels: array(string()).max(3).optional(),
|
|
20191
|
+
/**
|
|
20184
20192
|
* Lazy thumbnail URL, never inlined.
|
|
20185
20193
|
*
|
|
20186
20194
|
* Recording-derived clips (events-mode keep-window, and the prepared
|
|
@@ -20154,6 +20154,14 @@ var ClipSchema = object({
|
|
|
20154
20154
|
endMs: number()
|
|
20155
20155
|
}),
|
|
20156
20156
|
/**
|
|
20157
|
+
* Distinct object classes attached to this visit (`person`, `car`, …),
|
|
20158
|
+
* dominant first, capped at {@link MAX_CLIP_LABELS}. The ribbon renders these
|
|
20159
|
+
* instead of the bare kind — "Object" tells the operator nothing a colour bar
|
|
20160
|
+
* did not. Absent (never empty) when the visit attached no classified object
|
|
20161
|
+
* event, so a motion/audio-only visit keeps its kind label.
|
|
20162
|
+
*/
|
|
20163
|
+
labels: array(string()).max(3).optional(),
|
|
20164
|
+
/**
|
|
20157
20165
|
* Lazy thumbnail URL, never inlined.
|
|
20158
20166
|
*
|
|
20159
20167
|
* 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-alexa",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.28",
|
|
4
4
|
"description": "Alexa Smart Home Skill export — hub-side OAuth provider + directive handler. The companion AWS Lambda forwards Alexa directives to this addon's /addon/export-alexa/directive endpoint.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"camstack",
|