@camstack/addon-provider-petkit 0.2.94 → 0.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
|
@@ -27000,8 +27000,8 @@ includeCrops: boolean().optional() }).optional(), array(IdentitySchema).readonly
|
|
|
27000
27000
|
*
|
|
27001
27001
|
* An **empty array reads NOTHING** — `[]` is an empty page, never
|
|
27002
27002
|
* "every camera". A request for no devices is a request, not an
|
|
27003
|
-
* omission; same contract as `deviceManager.
|
|
27004
|
-
* `pipelineAnalytics.listRecentTracks`.
|
|
27003
|
+
* omission; same contract as `deviceManager.listAll`'s `deviceIds`
|
|
27004
|
+
* and `pipelineAnalytics.listRecentTracks`.
|
|
27005
27005
|
*
|
|
27006
27006
|
* Absent (`undefined`) is the omission, and keeps the cluster-wide view.
|
|
27007
27007
|
*/
|
package/dist/addon.mjs
CHANGED
|
@@ -26999,8 +26999,8 @@ includeCrops: boolean().optional() }).optional(), array(IdentitySchema).readonly
|
|
|
26999
26999
|
*
|
|
27000
27000
|
* An **empty array reads NOTHING** — `[]` is an empty page, never
|
|
27001
27001
|
* "every camera". A request for no devices is a request, not an
|
|
27002
|
-
* omission; same contract as `deviceManager.
|
|
27003
|
-
* `pipelineAnalytics.listRecentTracks`.
|
|
27002
|
+
* omission; same contract as `deviceManager.listAll`'s `deviceIds`
|
|
27003
|
+
* and `pipelineAnalytics.listRecentTracks`.
|
|
27004
27004
|
*
|
|
27005
27005
|
* Absent (`undefined`) is the omission, and keeps the cluster-wide view.
|
|
27006
27006
|
*/
|
package/package.json
CHANGED