@camstack/addon-decoder-nodeav 1.2.94 → 1.2.95
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/index.js +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -24905,8 +24905,8 @@ includeCrops: boolean().optional() }).optional(), array(IdentitySchema).readonly
|
|
|
24905
24905
|
*
|
|
24906
24906
|
* An **empty array reads NOTHING** — `[]` is an empty page, never
|
|
24907
24907
|
* "every camera". A request for no devices is a request, not an
|
|
24908
|
-
* omission; same contract as `deviceManager.
|
|
24909
|
-
* `pipelineAnalytics.listRecentTracks`.
|
|
24908
|
+
* omission; same contract as `deviceManager.listAll`'s `deviceIds`
|
|
24909
|
+
* and `pipelineAnalytics.listRecentTracks`.
|
|
24910
24910
|
*
|
|
24911
24911
|
* Absent (`undefined`) is the omission, and keeps the cluster-wide view.
|
|
24912
24912
|
*/
|
package/dist/index.mjs
CHANGED
|
@@ -24901,8 +24901,8 @@ includeCrops: boolean().optional() }).optional(), array(IdentitySchema).readonly
|
|
|
24901
24901
|
*
|
|
24902
24902
|
* An **empty array reads NOTHING** — `[]` is an empty page, never
|
|
24903
24903
|
* "every camera". A request for no devices is a request, not an
|
|
24904
|
-
* omission; same contract as `deviceManager.
|
|
24905
|
-
* `pipelineAnalytics.listRecentTracks`.
|
|
24904
|
+
* omission; same contract as `deviceManager.listAll`'s `deviceIds`
|
|
24905
|
+
* and `pipelineAnalytics.listRecentTracks`.
|
|
24906
24906
|
*
|
|
24907
24907
|
* Absent (`undefined`) is the omission, and keeps the cluster-wide view.
|
|
24908
24908
|
*/
|