@camstack/addon-provider-reolink 1.2.117 → 1.2.118
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 +2 -2
- package/dist/addon.mjs +2 -2
- package/package.json +1 -1
package/dist/addon.js
CHANGED
|
@@ -26621,8 +26621,8 @@ includeCrops: boolean().optional() }).optional(), array(IdentitySchema).readonly
|
|
|
26621
26621
|
*
|
|
26622
26622
|
* An **empty array reads NOTHING** — `[]` is an empty page, never
|
|
26623
26623
|
* "every camera". A request for no devices is a request, not an
|
|
26624
|
-
* omission; same contract as `deviceManager.
|
|
26625
|
-
* `pipelineAnalytics.listRecentTracks`.
|
|
26624
|
+
* omission; same contract as `deviceManager.listAll`'s `deviceIds`
|
|
26625
|
+
* and `pipelineAnalytics.listRecentTracks`.
|
|
26626
26626
|
*
|
|
26627
26627
|
* Absent (`undefined`) is the omission, and keeps the cluster-wide view.
|
|
26628
26628
|
*/
|
package/dist/addon.mjs
CHANGED
|
@@ -26616,8 +26616,8 @@ includeCrops: boolean().optional() }).optional(), array(IdentitySchema).readonly
|
|
|
26616
26616
|
*
|
|
26617
26617
|
* An **empty array reads NOTHING** — `[]` is an empty page, never
|
|
26618
26618
|
* "every camera". A request for no devices is a request, not an
|
|
26619
|
-
* omission; same contract as `deviceManager.
|
|
26620
|
-
* `pipelineAnalytics.listRecentTracks`.
|
|
26619
|
+
* omission; same contract as `deviceManager.listAll`'s `deviceIds`
|
|
26620
|
+
* and `pipelineAnalytics.listRecentTracks`.
|
|
26621
26621
|
*
|
|
26622
26622
|
* Absent (`undefined`) is the omission, and keeps the cluster-wide view.
|
|
26623
26623
|
*/
|