@camstack/addon-smtp-nodemailer 1.2.20 → 1.2.21
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/smtp.addon.js +8 -0
- package/dist/smtp.addon.mjs +8 -0
- package/package.json +1 -1
package/dist/smtp.addon.js
CHANGED
|
@@ -19914,6 +19914,14 @@ var ClipSchema = object({
|
|
|
19914
19914
|
endMs: number()
|
|
19915
19915
|
}),
|
|
19916
19916
|
/**
|
|
19917
|
+
* Distinct object classes attached to this visit (`person`, `car`, …),
|
|
19918
|
+
* dominant first, capped at {@link MAX_CLIP_LABELS}. The ribbon renders these
|
|
19919
|
+
* instead of the bare kind — "Object" tells the operator nothing a colour bar
|
|
19920
|
+
* did not. Absent (never empty) when the visit attached no classified object
|
|
19921
|
+
* event, so a motion/audio-only visit keeps its kind label.
|
|
19922
|
+
*/
|
|
19923
|
+
labels: array(string()).max(3).optional(),
|
|
19924
|
+
/**
|
|
19917
19925
|
* Lazy thumbnail URL, never inlined.
|
|
19918
19926
|
*
|
|
19919
19927
|
* Recording-derived clips (events-mode keep-window, and the prepared
|
package/dist/smtp.addon.mjs
CHANGED
|
@@ -19912,6 +19912,14 @@ var ClipSchema = object({
|
|
|
19912
19912
|
endMs: number()
|
|
19913
19913
|
}),
|
|
19914
19914
|
/**
|
|
19915
|
+
* Distinct object classes attached to this visit (`person`, `car`, …),
|
|
19916
|
+
* dominant first, capped at {@link MAX_CLIP_LABELS}. The ribbon renders these
|
|
19917
|
+
* instead of the bare kind — "Object" tells the operator nothing a colour bar
|
|
19918
|
+
* did not. Absent (never empty) when the visit attached no classified object
|
|
19919
|
+
* event, so a motion/audio-only visit keeps its kind label.
|
|
19920
|
+
*/
|
|
19921
|
+
labels: array(string()).max(3).optional(),
|
|
19922
|
+
/**
|
|
19915
19923
|
* Lazy thumbnail URL, never inlined.
|
|
19916
19924
|
*
|
|
19917
19925
|
* 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-smtp-nodemailer",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.21",
|
|
4
4
|
"description": "SMTP email provider addon for CamStack — wraps `nodemailer` and registers a `smtp-provider` cap collection entry. Used by magic-link login + notifier addons.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"camstack",
|