@camstack/addon-osd-manager 0.1.86 → 0.1.89

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.
Files changed (21) hide show
  1. package/dist/{MotionZonesSettings-CTeumHLO.mjs → MotionZonesSettings-CpZBRWm5.mjs} +2 -2
  2. package/dist/{PrivacyMaskSettings-fdjNIqKO.mjs → PrivacyMaskSettings-Tl9QmM7H.mjs} +4 -4
  3. package/dist/{SceneMonitorEditor-B2J48DBP.mjs → SceneMonitorEditor-BVeDOkRJ.mjs} +3 -3
  4. package/dist/_stub.js +11 -11
  5. package/dist/{_virtual_mf-localSharedImportMap___mfe_internal__addon_osd_manager_page-DSQfQYzJ.mjs → _virtual_mf-localSharedImportMap___mfe_internal__addon_osd_manager_page-ClwEvchD.mjs} +4 -4
  6. package/dist/_virtual_mf___mfe_internal__addon_osd_manager_page__loadShare___mf_0_camstack_mf_1_sdk__loadShare__.js-B_4MkXHU.mjs +25 -0
  7. package/dist/_virtual_mf___mfe_internal__addon_osd_manager_page__loadShare___mf_0_camstack_mf_1_types__loadShare__.js-mCB-uuJD.mjs +26 -0
  8. package/dist/addon-osd-manager.css +1 -1
  9. package/dist/{hostInit-DtKC_wF0.mjs → hostInit-ka6QX6aG.mjs} +3 -3
  10. package/dist/index.js +237 -16
  11. package/dist/index.mjs +237 -16
  12. package/dist/{player-overlays-NTelJ6s9.mjs → player-overlays-DlFy1Vd1.mjs} +1 -1
  13. package/dist/remoteEntry.js +1 -1
  14. package/dist/{responsive-su-j7vCi.mjs → responsive-Bu9A8Rdp.mjs} +1 -1
  15. package/dist/{square-C6ZCvrTe.mjs → square-e8perRQ-.mjs} +1 -1
  16. package/dist/{trash-2-Co_YN77y.mjs → trash-2-C2VSW2kV.mjs} +1 -1
  17. package/dist/{use-device-snapshot-BAK2bXGM.mjs → use-device-snapshot-BO5IPkxL.mjs} +1 -1
  18. package/dist/{virtual_mf-REMOTE_ENTRY_ID___mfe_internal__addon_osd_manager_page__remoteEntry_js-De2dnnNJ.mjs → virtual_mf-REMOTE_ENTRY_ID___mfe_internal__addon_osd_manager_page__remoteEntry_js-BcU-9zG9.mjs} +1 -1
  19. package/package.json +1 -1
  20. package/dist/_virtual_mf___mfe_internal__addon_osd_manager_page__loadShare___mf_0_camstack_mf_1_sdk__loadShare__.js-plrwWXXt.mjs +0 -25
  21. package/dist/_virtual_mf___mfe_internal__addon_osd_manager_page__loadShare___mf_0_camstack_mf_1_types__loadShare__.js-uewjKOcg.mjs +0 -26
package/dist/index.js CHANGED
@@ -2,7 +2,7 @@ Object.defineProperties(exports, {
2
2
  __esModule: { value: true },
3
3
  [Symbol.toStringTag]: { value: "Module" }
4
4
  });
5
- //#region ../types/dist/event-category-CnLqLOKs.mjs
5
+ //#region ../types/dist/event-category-DAXzJeTX.mjs
6
6
  var EventCategory = /* @__PURE__ */ function(EventCategory) {
7
7
  EventCategory["SystemBoot"] = "system.boot";
8
8
  EventCategory["SystemAddonsReady"] = "system.addons-ready";
@@ -594,7 +594,6 @@ var EventCategory = /* @__PURE__ */ function(EventCategory) {
594
594
  * issue. Payload `PipelineAnalyticsPlateGalleryChangedPayload`.
595
595
  */
596
596
  EventCategory["PipelineAnalyticsPlateGalleryChanged"] = "pipeline-analytics.plate-gallery-changed";
597
- EventCategory["FrigateLiveEvent"] = "frigate.live-event";
598
597
  EventCategory["CameraStreamsProfileSlotsChanged"] = "camera-streams.onProfileSlotsChanged";
599
598
  /**
600
599
  * Stream-broker health watchdog. Per-broker (deviceId/profile) emission.
@@ -13717,7 +13716,7 @@ var detectionPipelineCapability = {
13717
13716
  var SourceInfoSchema = object({
13718
13717
  /** Live dispatch key — mutable when the source system allows rename. */
13719
13718
  id: string(),
13720
- /** Source system tag — e.g. 'homeassistant' | 'reolink' | 'frigate'. */
13719
+ /** Source system tag — e.g. 'homeassistant' | 'reolink' | 'onvif'. */
13721
13720
  system: string(),
13722
13721
  /** Immutable upstream identifier when available (HA `unique_id`, … ).
13723
13722
  * Used to detect rename when `id` changes. */
@@ -14374,7 +14373,7 @@ var deviceProviderCapability = {
14374
14373
  * - `device-management.router.ts` (deleted in Phase 2)
14375
14374
  * - `device-ops.router.ts` (compat layer — deleted; device-provider ops absorbed here)
14376
14375
  *
14377
- * All device provider addons (rtsp, onvif, frigate, …) are hub-local: they may
14376
+ * All device provider addons (rtsp, onvif, …) are hub-local: they may
14378
14377
  * fork into separate processes but never run on remote cluster agents. Therefore:
14379
14378
  * - No nodeId routing needed — this is a pure hub singleton.
14380
14379
  * - The hub's DeviceRegistry is the single source of truth for all live devices.
@@ -19292,7 +19291,7 @@ var NcRuleInputSchema = object({
19292
19291
  * The measured seven-person arrival on device 590 spans 110 s with every
19293
19292
  * internal gap under 30 s. A 12 s fixed window cuts it into three groups; an
19294
19293
  * idle cutoff holds it as one and ends it when the arrival actually ends.
19295
- * 30 is Frigate's shipped value for the same decision.
19294
+ * 30 s is a widely shipped value for the same decision.
19296
19295
  *
19297
19296
  * ### What it replaces
19298
19297
  *
@@ -22133,6 +22132,13 @@ var ZoneCrossingSchema = object({
22133
22132
  /** Zone display name at crossing time (falls back to the id). */
22134
22133
  zoneName: string().optional()
22135
22134
  });
22135
+ /** One zone a box was stamped with, and how much of the BOX fell inside it. */
22136
+ var ZoneOverlapSchema = object({
22137
+ zoneId: string(),
22138
+ zoneName: string().optional(),
22139
+ /** Percentage of the BOX area inside the zone, 0–100. */
22140
+ overlapPct: number()
22141
+ });
22136
22142
  var ObjectEventSchema = object({
22137
22143
  ...BaseEventFields,
22138
22144
  kind: literal("object"),
@@ -22157,6 +22163,35 @@ var ObjectEventSchema = object({
22157
22163
  bbox: BoundingBoxSchema.optional(),
22158
22164
  /** Heavy JSON — omitted in slim projection. */
22159
22165
  zones: array(string()).readonly().optional(),
22166
+ /**
22167
+ * How far inside each stamped zone the box actually was, as a percentage of
22168
+ * the BOX area.
22169
+ *
22170
+ * Membership alone cannot express "at least a third of it inside", which is
22171
+ * the bar an operator argues with — and the number already existed: the
22172
+ * engine computed it, the pipeline logged it, and then discarded it. It
22173
+ * matters most on the events that carry no track, where a rule has nothing
22174
+ * else to judge by.
22175
+ */
22176
+ zoneOverlaps: array(ZoneOverlapSchema).readonly().optional(),
22177
+ /**
22178
+ * Present when this event describes a detection the TRACKER refused, so it
22179
+ * has no track and never will.
22180
+ *
22181
+ * A zone-scoped immediate rule asks "is there an animal in the flowerbed
22182
+ * NOW?"; tracking answers a different question ("is this the same subject as
22183
+ * before?") whose confirmation threshold presumes continuity. On 2026-09-09 a
22184
+ * dog at 0.7729, 100% inside a watched zone, was refused three times in six
22185
+ * seconds with three different candidate ids — seven analysed frames in the
22186
+ * window, the subject in a handful of them, metres apart — and produced no
22187
+ * event at all.
22188
+ *
22189
+ * It is NAMED rather than merely implied by a missing `trackId`: an event
22190
+ * with no track and no reason is indistinguishable from a track whose media
22191
+ * went missing, and a consumer that asks this one for a best shot or a
22192
+ * history is asking for something that never existed.
22193
+ */
22194
+ spawnRefused: string().optional(),
22160
22195
  /** Omitted in slim projection. */
22161
22196
  state: TrackStateSchema.optional(),
22162
22197
  /**
@@ -23825,6 +23860,60 @@ var NativeCropResultSchema = object({
23825
23860
  */
23826
23861
  tier: _enum(["native", "ram-fullframe"]).optional()
23827
23862
  });
23863
+ /**
23864
+ * What a PARKED frame is for — the `kind` half of the `(deviceId, trackId,
23865
+ * kind)` key ([D422](../../../docs/decisions/adr-0422-a-relevant-frame-is-parked-when-it-becomes-relevant.md)).
23866
+ *
23867
+ * - `keyFrame` — the track's clean best FULL frame at native width (capped by
23868
+ * the caller's `maxWidth`). What `keyFrame` + `keyFrameSmall` are written
23869
+ * from, and what the detail plane's full-frame rung cuts from.
23870
+ * - `thumbnail` — the best-shot subject slab: the caller's 16:9 central-square
23871
+ * window, cut by the runner at uncapped native resolution.
23872
+ *
23873
+ * The runner never interprets `trackId`; it is an opaque key the hub owns.
23874
+ */
23875
+ var ParkedFrameKindSchema = _enum(["keyFrame", "thumbnail"]);
23876
+ /**
23877
+ * Why a park did NOT happen. Every one is logged on the runner with
23878
+ * `tags: { deviceId }` and the handle's measured age, because a handle already
23879
+ * gone at park time IS the defect the 150–500 ms window exists to prevent —
23880
+ * never a reason to retry in a loop.
23881
+ *
23882
+ * - `handle-gone` — the native surface no longer resolves this handle (never
23883
+ * registered, past the lease bound, or the worker released it). `detail`
23884
+ * carries the runner's own miss reason.
23885
+ * - `encode-failed` — pixels resolved and the JPEG encode threw.
23886
+ */
23887
+ var ParkRefusalSchema = _enum(["handle-gone", "encode-failed"]);
23888
+ /** Answer to `parkTrackFrame` — a discriminated union, so "not parked" always names why. */
23889
+ var ParkTrackFrameResultSchema = discriminatedUnion("parked", [object({
23890
+ parked: literal(true),
23891
+ /** The node holding the parcel — what a later retrieval must be pinned to. */
23892
+ nodeId: string(),
23893
+ width: number().int().positive(),
23894
+ height: number().int().positive(),
23895
+ /** JPEG bytes the parcel costs on the node. */
23896
+ bytes: number().int().nonnegative(),
23897
+ /** Whether this park replaced a parcel already held for the key. */
23898
+ replaced: boolean()
23899
+ }), object({
23900
+ parked: literal(false),
23901
+ nodeId: string(),
23902
+ reason: ParkRefusalSchema,
23903
+ /** Age of the handle at the park, on the runner's clock; null if unknown. */
23904
+ handleAgeMs: number().nullable(),
23905
+ detail: string().optional()
23906
+ })]);
23907
+ /** A retrieved parcel — the runner's own JPEG, base64 for the wire. */
23908
+ var ParkedTrackFrameSchema = object({
23909
+ jpeg: string(),
23910
+ width: number().int().positive(),
23911
+ height: number().int().positive(),
23912
+ /** The frame instant the parcel shows (the caller's clock, echoed back). */
23913
+ timestamp: number(),
23914
+ /** When the node stored it (the node's clock). */
23915
+ parkedAt: number()
23916
+ });
23828
23917
  /** Parent detection context passed to `runDetailSubtree` — the crop's
23829
23918
  * originating detection, in FRAME-space coordinates. Reuses
23830
23919
  * `NativeCropBboxSchema`'s `{x,y,w,h}` shape (same numeric fields; here
@@ -24214,7 +24303,7 @@ var RunnerCameraConfigSchema = object({
24214
24303
  * - `analyzer`: ML/frame-diff motion detection (motion-wasm or other
24215
24304
  * analyzer providers) running on decoded frames in this runner.
24216
24305
  * - `onboard`: camera-native motion pushes (Reolink Baichuan, ONVIF
24217
- * analytics, Frigate motion). The provider emits ProviderMotion
24306
+ * analytics). The provider emits ProviderMotion
24218
24307
  * events; the orchestrator forwards to `reportMotion`.
24219
24308
  */
24220
24309
  motionSources: MotionSourcesSchema.default(["analyzer"]),
@@ -24596,7 +24685,60 @@ var pipelineRunnerCapability = {
24596
24685
  className: string(),
24597
24686
  /** Camera the pixels came from. Diagnostics + log tags ONLY — never routing. */
24598
24687
  sourceDeviceId: number()
24599
- }), RunStatelessStepResultSchema, { kind: "mutation" })
24688
+ }), RunStatelessStepResultSchema, { kind: "mutation" }),
24689
+ /**
24690
+ * PARK a frame for a track at the instant it is judged to matter
24691
+ * ([D422](../../../docs/decisions/adr-0422-a-relevant-frame-is-parked-when-it-becomes-relevant.md)).
24692
+ *
24693
+ * The hub's `BestDetectionTracker` — the single "best per track" policy —
24694
+ * concludes a frame is a track's best and calls this on the node that
24695
+ * owns `handle` (`nodePin(handle.nodeId)`), while the handle is young. The
24696
+ * runner cuts `bbox` from the native surface it already holds (a full
24697
+ * frame for `keyFrame`, the caller's subject window for `thumbnail`),
24698
+ * encodes ONE JPEG, and keeps it under `(deviceId, trackId, kind)`. Every
24699
+ * later consumer retrieves by that key (`getParkedTrackFrame`) — a lookup
24700
+ * that cannot miss on age. D52 holds: the rectangle is cut by the runner,
24701
+ * never a pre-cut tile the caller decided. D9/D18 hold: one compressed
24702
+ * encode at a decision point, never a stream.
24703
+ *
24704
+ * Idempotent per `(trackId, kind)`: a later park replaces (the ranking is
24705
+ * the hub's; this adds no second opinion), an out-of-order older instant
24706
+ * is ignored. Bounded per device and per node on the runner
24707
+ * (`parked-frame-store.ts`), oldest-first eviction, never a refusal for
24708
+ * space. A refusal names its reason and is logged on the runner with the
24709
+ * handle's measured age — it is never retried into a loop.
24710
+ */
24711
+ parkTrackFrame: method(object({
24712
+ deviceId: number(),
24713
+ /** Opaque to the runner — the hub's track id. */
24714
+ trackId: string(),
24715
+ kind: ParkedFrameKindSchema,
24716
+ handle: FrameHandleSchema,
24717
+ /** Normalized [0,1] window to cut. `{0,0,1,1}` for a full frame. */
24718
+ bbox: NativeCropBboxSchema,
24719
+ /** Width cap for a full-frame park (the `keyFrame` native cap). */
24720
+ maxWidth: number().int().positive().optional(),
24721
+ /** The frame instant (caller's clock) — orders parks for one key. */
24722
+ timestamp: number()
24723
+ }), ParkTrackFrameResultSchema, { kind: "mutation" }),
24724
+ /**
24725
+ * Retrieve a parked parcel by `(deviceId, trackId, kind)`. Pinned to the
24726
+ * node that answered the park (`ParkTrackFrameResult.nodeId`). `null` means
24727
+ * nothing was parked under that key on this node — never "too old".
24728
+ */
24729
+ getParkedTrackFrame: method(object({
24730
+ deviceId: number(),
24731
+ trackId: string(),
24732
+ kind: ParkedFrameKindSchema
24733
+ }), ParkedTrackFrameSchema.nullable()),
24734
+ /**
24735
+ * Drop every parcel of a track — the hub closed it. Idempotent. A track
24736
+ * whose release is lost ages out on the runner under a hard ceiling.
24737
+ */
24738
+ releaseParkedTrackFrames: method(object({
24739
+ deviceId: number(),
24740
+ trackId: string()
24741
+ }), object({ released: number().int().nonnegative() }), { kind: "mutation" })
24600
24742
  }
24601
24743
  };
24602
24744
  var CameraPipelineConfigSchema = object({
@@ -28836,8 +28978,8 @@ onStatusChanged: { data: object({
28836
28978
  /**
28837
28979
  * Runtime-state slice — every provider that registers this cap
28838
28980
  * stores the same shape under `device.runtimeState[battery]`.
28839
- * Cross-provider uniformity: a Reolink Argus, a Frigate sensor
28840
- * proxy, an ONVIF battery cam all read/write the same keys.
28981
+ * Cross-provider uniformity: a Reolink Argus, a sensor proxy,
28982
+ * an ONVIF battery cam all read/write the same keys.
28841
28983
  * Consumers (BatteryBadge, snapshot wrapper sleep gate) read once
28842
28984
  * via `device.runtimeState.getCapState('battery')` regardless of
28843
28985
  * the underlying driver.
@@ -28987,7 +29129,7 @@ var buttonCapability = {
28987
29129
  *
28988
29130
  * Implementations:
28989
29131
  * - Each camera-providing addon registers this cap natively per
28990
- * device (Reolink, Hikvision, RTSP, Frigate, ONVIF self).
29132
+ * device (Reolink, Hikvision, RTSP, ONVIF self).
28991
29133
  * - Returns a snapshot from the persisted device config blob — no
28992
29134
  * extra round-trip to the camera, no probing.
28993
29135
  * - The cap is admin-only (`auth: 'admin'`) — credentials must not
@@ -31160,7 +31302,7 @@ var AvailableIntegrationTypeSchema = object({
31160
31302
  * Which integration-marker cap the addon declared, so the wizard can
31161
31303
  * branch on CAP — never on addon name. `device-adoption` integrations
31162
31304
  * (Home Assistant, …) route through the broker step (Approach A);
31163
- * `device-provider` integrations (Reolink/Frigate/ONVIF) keep the
31305
+ * `device-provider` integrations (Reolink/ONVIF) keep the
31164
31306
  * legacy config → discovery flow.
31165
31307
  */
31166
31308
  kind: _enum(["device-adoption", "device-provider"]),
@@ -35037,13 +35179,31 @@ var RecordingManifestSchema = object({
35037
35179
  */
35038
35180
  playbackEndpoints: array(string())
35039
35181
  });
35040
- /** Recording storage usage for one camera (bytes on disk across all its
35041
- * profiles/subtrees/locations on this node). */
35182
+ /**
35183
+ * Recording storage usage for one camera — what the ARCHIVE holds for it,
35184
+ * across every profile and every resolvable location on this node.
35185
+ *
35186
+ * ## Archive vs residency, which is the whole point of this shape (D418)
35187
+ *
35188
+ * `usedBytes` / `oldestMs` / `segments` are the durable hour ledger's numbers:
35189
+ * the same quantity `RecordingLocationUsage.usedBytes` reports for the volume
35190
+ * this camera writes to, so the two can be added up and compared.
35191
+ *
35192
+ * They were not always. Until D418 this row came from the recorder's in-RAM
35193
+ * `RecordingIndex`, which since D287 holds only the live tail plus the hours
35194
+ * somebody hydrated — so a hub with 1.9 TB and 3.3 days of footage reported
35195
+ * 60.5 GB and "oldest: three hours ago" on the same page as the volume row
35196
+ * that said otherwise, and two people read it as retention eating recent
35197
+ * footage. Residency is still reported, under `residentBytes` /
35198
+ * `residentOldestMs`, which answer a different question and say so.
35199
+ */
35042
35200
  var RecordingDeviceUsageSchema = object({
35043
35201
  deviceId: number(),
35202
+ /** Bytes the ARCHIVE holds for this camera on this node's resolvable
35203
+ * recordings locations. */
35044
35204
  usedBytes: number(),
35045
35205
  /**
35046
- * Start of this camera's OLDEST indexed segment, across every profile and
35206
+ * Start of this camera's OLDEST ARCHIVED segment, across every profile and
35047
35207
  * location — the "Oldest footage" column in Recordings → Storage, and the
35048
35208
  * only honest answer to "is retention actually holding?" per camera.
35049
35209
  *
@@ -35053,7 +35213,24 @@ var RecordingDeviceUsageSchema = object({
35053
35213
  * (types) and the addon ship on different trains, and the addon is usually
35054
35214
  * the later of the two.
35055
35215
  */
35056
- oldestMs: number().nullable().optional()
35216
+ oldestMs: number().nullable().optional(),
35217
+ /** Segments the archive holds for this camera — the "M" beside `usedBytes`.
35218
+ * OPTIONAL for the same train-skew reason as `oldestMs`. */
35219
+ segments: number().optional(),
35220
+ /**
35221
+ * RESIDENCY, not the archive: bytes the recorder process currently holds in
35222
+ * its RAM index — the live tail plus the hours a reader hydrated.
35223
+ *
35224
+ * It answers "what can be served without touching the disk", never "how much
35225
+ * footage this camera has". A UI that renders it must label it as such, and
35226
+ * must never total it as storage. OPTIONAL: a recorder predating D418 omits
35227
+ * it, and so does a node whose ledger could not answer.
35228
+ */
35229
+ residentBytes: number().optional(),
35230
+ /** The residency counterpart of `oldestMs` — the oldest segment currently in
35231
+ * RAM, which on a healthy recorder is minutes ago and means nothing about
35232
+ * retention. `null` = nothing resident. */
35233
+ residentOldestMs: number().nullable().optional()
35057
35234
  });
35058
35235
  /** Recording storage usage + capacity for one storage location. */
35059
35236
  var RecordingLocationUsageSchema = object({
@@ -35091,6 +35268,17 @@ var RecordingStorageUsageSchema = object({
35091
35268
  totalUsedBytes: number(),
35092
35269
  devices: array(RecordingDeviceUsageSchema),
35093
35270
  /**
35271
+ * WHERE `devices[]` came from, so an empty table is never mistaken for empty
35272
+ * disks (D418).
35273
+ *
35274
+ * `archive` = the durable hour ledger answered. `unavailable` = this node
35275
+ * declared no ledger and the recorder REFUSED rather than answering the
35276
+ * question with the resident index (D295 rule 3) — the rows are UNKNOWN, not
35277
+ * zero, and a UI must say so. OPTIONAL: a recorder predating D418 omits it,
35278
+ * and its rows are residency.
35279
+ */
35280
+ devicesRead: _enum(["archive", "unavailable"]).optional(),
35281
+ /**
35094
35282
  * Per-physical-volume capacity. OPTIONAL, and consumers must render the rest
35095
35283
  * of the payload without it: the hub serves this method through a BAKED
35096
35284
  * router, so a hub whose framework train predates a change to this array
@@ -42748,6 +42936,24 @@ Object.freeze({
42748
42936
  addonId: null,
42749
42937
  access: "view"
42750
42938
  },
42939
+ "pipelineRunner.getParkedTrackFrame": {
42940
+ capName: "pipeline-runner",
42941
+ capScope: "system",
42942
+ addonId: null,
42943
+ access: "view"
42944
+ },
42945
+ "pipelineRunner.parkTrackFrame": {
42946
+ capName: "pipeline-runner",
42947
+ capScope: "system",
42948
+ addonId: null,
42949
+ access: "create"
42950
+ },
42951
+ "pipelineRunner.releaseParkedTrackFrames": {
42952
+ capName: "pipeline-runner",
42953
+ capScope: "system",
42954
+ addonId: null,
42955
+ access: "create"
42956
+ },
42751
42957
  "pipelineRunner.reportMotion": {
42752
42958
  capName: "pipeline-runner",
42753
42959
  capScope: "system",
@@ -46025,6 +46231,21 @@ Object.freeze({
46025
46231
  form: "single",
46026
46232
  optional: false
46027
46233
  }],
46234
+ "pipelineRunner.getParkedTrackFrame": [{
46235
+ name: "deviceId",
46236
+ form: "single",
46237
+ optional: false
46238
+ }],
46239
+ "pipelineRunner.parkTrackFrame": [{
46240
+ name: "deviceId",
46241
+ form: "single",
46242
+ optional: false
46243
+ }],
46244
+ "pipelineRunner.releaseParkedTrackFrames": [{
46245
+ name: "deviceId",
46246
+ form: "single",
46247
+ optional: false
46248
+ }],
46028
46249
  "pipelineRunner.reportMotion": [{
46029
46250
  name: "deviceId",
46030
46251
  form: "single",
@@ -46776,7 +46997,7 @@ var PreviewTextField = string().max(200);
46776
46997
  * Whether the notification's preview is a STILL or a short animation.
46777
46998
  *
46778
46999
  * The operator's ask, verbatim: *"inviato come gif o video (come per le altre
46779
- * rule)"* — his Scrypted advanced-notifier has a `gifRule`, and a ten-hour
47000
+ * rule)"* — the other rules already offer an animated preview, and a ten-hour
46780
47001
  * night reads better as three seconds of motion than as one frame of it. Both
46781
47002
  * modes get the SAME treatment (blurred frame, large centred title); `'gif'`
46782
47003
  * simply applies it to a dozen frames sampled across the render and assembles