@camstack/addon-provider-onvif 1.2.93 → 1.2.94
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
|
@@ -24959,8 +24959,8 @@ includeCrops: boolean().optional() }).optional(), array(IdentitySchema).readonly
|
|
|
24959
24959
|
*
|
|
24960
24960
|
* An **empty array reads NOTHING** — `[]` is an empty page, never
|
|
24961
24961
|
* "every camera". A request for no devices is a request, not an
|
|
24962
|
-
* omission; same contract as `deviceManager.
|
|
24963
|
-
* `pipelineAnalytics.listRecentTracks`.
|
|
24962
|
+
* omission; same contract as `deviceManager.listAll`'s `deviceIds`
|
|
24963
|
+
* and `pipelineAnalytics.listRecentTracks`.
|
|
24964
24964
|
*
|
|
24965
24965
|
* Absent (`undefined`) is the omission, and keeps the cluster-wide view.
|
|
24966
24966
|
*/
|
package/dist/addon.mjs
CHANGED
|
@@ -24960,8 +24960,8 @@ includeCrops: boolean().optional() }).optional(), array(IdentitySchema).readonly
|
|
|
24960
24960
|
*
|
|
24961
24961
|
* An **empty array reads NOTHING** — `[]` is an empty page, never
|
|
24962
24962
|
* "every camera". A request for no devices is a request, not an
|
|
24963
|
-
* omission; same contract as `deviceManager.
|
|
24964
|
-
* `pipelineAnalytics.listRecentTracks`.
|
|
24963
|
+
* omission; same contract as `deviceManager.listAll`'s `deviceIds`
|
|
24964
|
+
* and `pipelineAnalytics.listRecentTracks`.
|
|
24965
24965
|
*
|
|
24966
24966
|
* Absent (`undefined`) is the omission, and keeps the cluster-wide view.
|
|
24967
24967
|
*/
|