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