@camstack/addon-provider-rtsp 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/addon.js +2 -2
- package/dist/addon.mjs +2 -2
- package/package.json +1 -1
package/dist/addon.js
CHANGED
|
@@ -26041,8 +26041,8 @@ includeCrops: boolean().optional() }).optional(), array(IdentitySchema).readonly
|
|
|
26041
26041
|
*
|
|
26042
26042
|
* An **empty array reads NOTHING** — `[]` is an empty page, never
|
|
26043
26043
|
* "every camera". A request for no devices is a request, not an
|
|
26044
|
-
* omission; same contract as `deviceManager.
|
|
26045
|
-
* `pipelineAnalytics.listRecentTracks`.
|
|
26044
|
+
* omission; same contract as `deviceManager.listAll`'s `deviceIds`
|
|
26045
|
+
* and `pipelineAnalytics.listRecentTracks`.
|
|
26046
26046
|
*
|
|
26047
26047
|
* Absent (`undefined`) is the omission, and keeps the cluster-wide view.
|
|
26048
26048
|
*/
|
package/dist/addon.mjs
CHANGED
|
@@ -26017,8 +26017,8 @@ includeCrops: boolean().optional() }).optional(), array(IdentitySchema).readonly
|
|
|
26017
26017
|
*
|
|
26018
26018
|
* An **empty array reads NOTHING** — `[]` is an empty page, never
|
|
26019
26019
|
* "every camera". A request for no devices is a request, not an
|
|
26020
|
-
* omission; same contract as `deviceManager.
|
|
26021
|
-
* `pipelineAnalytics.listRecentTracks`.
|
|
26020
|
+
* omission; same contract as `deviceManager.listAll`'s `deviceIds`
|
|
26021
|
+
* and `pipelineAnalytics.listRecentTracks`.
|
|
26022
26022
|
*
|
|
26023
26023
|
* Absent (`undefined`) is the omission, and keeps the cluster-wide view.
|
|
26024
26024
|
*/
|