@camstack/types 1.2.81 → 1.2.82

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.
@@ -178,6 +178,7 @@ export declare const snapshotCapability: {
178
178
  disabled: "disabled";
179
179
  waking: "waking";
180
180
  }>>;
181
+ battery: z.ZodBoolean;
181
182
  }, z.core.$strip>>, import("./capability-definition.js").CapabilityMethodKind> & {
182
183
  readonly systemOnly: true;
183
184
  };
package/dist/index.js CHANGED
@@ -19154,7 +19154,14 @@ targets: zod.z.array(zod.z.object({
19154
19154
  "sleeping",
19155
19155
  "unreachable",
19156
19156
  "waking"
19157
- ]).nullable()
19157
+ ]).nullable(),
19158
+ /** A battery camera (whatever its current state). An AWAKE battery
19159
+ * camera is deliberately NOT recaptured on the poll cadence — every
19160
+ * capture is a camera hit that would keep it out of sleep — so its
19161
+ * cached frame legitimately ages past the currency ceiling while
19162
+ * nothing is streaming. A surface must keep painting it (a fresh
19163
+ * frame is captured at each wake), not blank to "unavailable". */
19164
+ battery: zod.z.boolean()
19158
19165
  })))
19159
19166
  },
19160
19167
  status: {
package/dist/index.mjs CHANGED
@@ -19153,7 +19153,14 @@ targets: z.array(z.object({
19153
19153
  "sleeping",
19154
19154
  "unreachable",
19155
19155
  "waking"
19156
- ]).nullable()
19156
+ ]).nullable(),
19157
+ /** A battery camera (whatever its current state). An AWAKE battery
19158
+ * camera is deliberately NOT recaptured on the poll cadence — every
19159
+ * capture is a camera hit that would keep it out of sleep — so its
19160
+ * cached frame legitimately ages past the currency ceiling while
19161
+ * nothing is streaming. A surface must keep painting it (a fresh
19162
+ * frame is captured at each wake), not blank to "unavailable". */
19163
+ battery: z.boolean()
19157
19164
  })))
19158
19165
  },
19159
19166
  status: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/types",
3
- "version": "1.2.81",
3
+ "version": "1.2.82",
4
4
  "description": "Shared types, interfaces, and model catalogs for the CamStack detection ecosystem",
5
5
  "keywords": [
6
6
  "camstack",