@camstack/types 0.1.14 → 0.1.15

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.
Files changed (445) hide show
  1. package/dist/addon/base-addon.d.ts +262 -0
  2. package/dist/addon/base-addon.d.ts.map +1 -0
  3. package/dist/capabilities/accessories.cap.d.ts +42 -0
  4. package/dist/capabilities/accessories.cap.d.ts.map +1 -0
  5. package/dist/capabilities/addon-pages-source.cap.d.ts +41 -0
  6. package/dist/capabilities/addon-pages-source.cap.d.ts.map +1 -0
  7. package/dist/capabilities/addon-pages.cap.d.ts +36 -0
  8. package/dist/capabilities/addon-pages.cap.d.ts.map +1 -0
  9. package/dist/capabilities/addon-routes.cap.d.ts +22 -0
  10. package/dist/capabilities/addon-routes.cap.d.ts.map +1 -0
  11. package/dist/capabilities/addon-settings.cap.d.ts +170 -0
  12. package/dist/capabilities/addon-settings.cap.d.ts.map +1 -0
  13. package/dist/capabilities/addon-widgets-source.cap.d.ts +103 -0
  14. package/dist/capabilities/addon-widgets-source.cap.d.ts.map +1 -0
  15. package/dist/capabilities/addon-widgets.cap.d.ts +98 -0
  16. package/dist/capabilities/addon-widgets.cap.d.ts.map +1 -0
  17. package/dist/capabilities/addons.cap.d.ts +280 -0
  18. package/dist/capabilities/addons.cap.d.ts.map +1 -0
  19. package/dist/capabilities/admin-ui.cap.d.ts +14 -0
  20. package/dist/capabilities/admin-ui.cap.d.ts.map +1 -0
  21. package/dist/capabilities/advanced-notifier.cap.d.ts +60 -0
  22. package/dist/capabilities/advanced-notifier.cap.d.ts.map +1 -0
  23. package/dist/capabilities/alerts.cap.d.ts +164 -0
  24. package/dist/capabilities/alerts.cap.d.ts.map +1 -0
  25. package/dist/capabilities/audio-analysis.cap.d.ts +46 -0
  26. package/dist/capabilities/audio-analysis.cap.d.ts.map +1 -0
  27. package/dist/capabilities/audio-analyzer.cap.d.ts +148 -0
  28. package/dist/capabilities/audio-analyzer.cap.d.ts.map +1 -0
  29. package/dist/capabilities/audio-codec.cap.d.ts +202 -0
  30. package/dist/capabilities/audio-codec.cap.d.ts.map +1 -0
  31. package/dist/capabilities/audio-metrics.cap.d.ts +174 -0
  32. package/dist/capabilities/audio-metrics.cap.d.ts.map +1 -0
  33. package/dist/capabilities/auth-provider.cap.d.ts +49 -0
  34. package/dist/capabilities/auth-provider.cap.d.ts.map +1 -0
  35. package/dist/capabilities/backup.cap.d.ts +48 -0
  36. package/dist/capabilities/backup.cap.d.ts.map +1 -0
  37. package/dist/capabilities/battery.cap.d.ts +85 -0
  38. package/dist/capabilities/battery.cap.d.ts.map +1 -0
  39. package/dist/capabilities/brightness.cap.d.ts +64 -0
  40. package/dist/capabilities/brightness.cap.d.ts.map +1 -0
  41. package/dist/capabilities/camera-credentials.cap.d.ts +102 -0
  42. package/dist/capabilities/camera-credentials.cap.d.ts.map +1 -0
  43. package/dist/capabilities/camera-streams.cap.d.ts +214 -0
  44. package/dist/capabilities/camera-streams.cap.d.ts.map +1 -0
  45. package/dist/capabilities/capability-definition.d.ts +474 -0
  46. package/dist/capabilities/capability-definition.d.ts.map +1 -0
  47. package/dist/capabilities/custom-actions.d.ts +47 -0
  48. package/dist/capabilities/custom-actions.d.ts.map +1 -0
  49. package/dist/capabilities/decoder.cap.d.ts +173 -0
  50. package/dist/capabilities/decoder.cap.d.ts.map +1 -0
  51. package/dist/capabilities/detection-pipeline.cap.d.ts +34 -0
  52. package/dist/capabilities/detection-pipeline.cap.d.ts.map +1 -0
  53. package/dist/capabilities/device-discovery.cap.d.ts +247 -0
  54. package/dist/capabilities/device-discovery.cap.d.ts.map +1 -0
  55. package/dist/capabilities/device-manager.cap.d.ts +709 -0
  56. package/dist/capabilities/device-manager.cap.d.ts.map +1 -0
  57. package/dist/capabilities/device-ops.cap.d.ts +87 -0
  58. package/dist/capabilities/device-ops.cap.d.ts.map +1 -0
  59. package/dist/capabilities/device-provider.cap.d.ts +151 -0
  60. package/dist/capabilities/device-provider.cap.d.ts.map +1 -0
  61. package/dist/capabilities/device-state.cap.d.ts +97 -0
  62. package/dist/capabilities/device-state.cap.d.ts.map +1 -0
  63. package/dist/capabilities/device-status.cap.d.ts +54 -0
  64. package/dist/capabilities/device-status.cap.d.ts.map +1 -0
  65. package/dist/capabilities/doorbell.cap.d.ts +62 -0
  66. package/dist/capabilities/doorbell.cap.d.ts.map +1 -0
  67. package/dist/capabilities/embedding-encoder.cap.d.ts +41 -0
  68. package/dist/capabilities/embedding-encoder.cap.d.ts.map +1 -0
  69. package/dist/capabilities/events.cap.d.ts +48 -0
  70. package/dist/capabilities/events.cap.d.ts.map +1 -0
  71. package/dist/capabilities/feature-probe.cap.d.ts +79 -0
  72. package/dist/capabilities/feature-probe.cap.d.ts.map +1 -0
  73. package/dist/capabilities/index.d.ts +177 -0
  74. package/dist/capabilities/index.d.ts.map +1 -0
  75. package/dist/capabilities/integrations.cap.d.ts +182 -0
  76. package/dist/capabilities/integrations.cap.d.ts.map +1 -0
  77. package/dist/capabilities/intercom.cap.d.ts +108 -0
  78. package/dist/capabilities/intercom.cap.d.ts.map +1 -0
  79. package/dist/capabilities/log-destination.cap.d.ts +70 -0
  80. package/dist/capabilities/log-destination.cap.d.ts.map +1 -0
  81. package/dist/capabilities/metrics-provider.cap.d.ts +522 -0
  82. package/dist/capabilities/metrics-provider.cap.d.ts.map +1 -0
  83. package/dist/capabilities/motion-detection.cap.d.ts +107 -0
  84. package/dist/capabilities/motion-detection.cap.d.ts.map +1 -0
  85. package/dist/capabilities/motion-trigger.cap.d.ts +78 -0
  86. package/dist/capabilities/motion-trigger.cap.d.ts.map +1 -0
  87. package/dist/capabilities/motion.cap.d.ts +122 -0
  88. package/dist/capabilities/motion.cap.d.ts.map +1 -0
  89. package/dist/capabilities/native-object-detection.cap.d.ts +127 -0
  90. package/dist/capabilities/native-object-detection.cap.d.ts.map +1 -0
  91. package/dist/capabilities/network-access.cap.d.ts +67 -0
  92. package/dist/capabilities/network-access.cap.d.ts.map +1 -0
  93. package/dist/capabilities/network-quality.cap.d.ts +95 -0
  94. package/dist/capabilities/network-quality.cap.d.ts.map +1 -0
  95. package/dist/capabilities/nodes.cap.d.ts +200 -0
  96. package/dist/capabilities/nodes.cap.d.ts.map +1 -0
  97. package/dist/capabilities/notification-output.cap.d.ts +44 -0
  98. package/dist/capabilities/notification-output.cap.d.ts.map +1 -0
  99. package/dist/capabilities/osd.cap.d.ts +236 -0
  100. package/dist/capabilities/osd.cap.d.ts.map +1 -0
  101. package/dist/capabilities/pipeline-analytics.cap.d.ts +501 -0
  102. package/dist/capabilities/pipeline-analytics.cap.d.ts.map +1 -0
  103. package/dist/capabilities/pipeline-executor.cap.d.ts +922 -0
  104. package/dist/capabilities/pipeline-executor.cap.d.ts.map +1 -0
  105. package/dist/capabilities/pipeline-orchestrator.cap.d.ts +793 -0
  106. package/dist/capabilities/pipeline-orchestrator.cap.d.ts.map +1 -0
  107. package/dist/capabilities/pipeline-runner.cap.d.ts +393 -0
  108. package/dist/capabilities/pipeline-runner.cap.d.ts.map +1 -0
  109. package/dist/capabilities/platform-probe.cap.d.ts +168 -0
  110. package/dist/capabilities/platform-probe.cap.d.ts.map +1 -0
  111. package/dist/capabilities/ptz-autotrack.cap.d.ts +188 -0
  112. package/dist/capabilities/ptz-autotrack.cap.d.ts.map +1 -0
  113. package/dist/capabilities/ptz.cap.d.ts +80 -0
  114. package/dist/capabilities/ptz.cap.d.ts.map +1 -0
  115. package/dist/capabilities/reboot.cap.d.ts +32 -0
  116. package/dist/capabilities/reboot.cap.d.ts.map +1 -0
  117. package/dist/capabilities/recording-engine.cap.d.ts +477 -0
  118. package/dist/capabilities/recording-engine.cap.d.ts.map +1 -0
  119. package/dist/capabilities/recording.cap.d.ts +43 -0
  120. package/dist/capabilities/recording.cap.d.ts.map +1 -0
  121. package/dist/capabilities/restreamer.cap.d.ts +51 -0
  122. package/dist/capabilities/restreamer.cap.d.ts.map +1 -0
  123. package/dist/capabilities/schemas/detection-shared.d.ts +63 -0
  124. package/dist/capabilities/schemas/detection-shared.d.ts.map +1 -0
  125. package/dist/capabilities/schemas/orchestrator-metrics.d.ts +44 -0
  126. package/dist/capabilities/schemas/orchestrator-metrics.d.ts.map +1 -0
  127. package/dist/capabilities/schemas/streaming-shared.d.ts +177 -0
  128. package/dist/capabilities/schemas/streaming-shared.d.ts.map +1 -0
  129. package/dist/capabilities/schemas/zone-rule.d.ts +74 -0
  130. package/dist/capabilities/schemas/zone-rule.d.ts.map +1 -0
  131. package/dist/capabilities/settings-store.cap.d.ts +198 -0
  132. package/dist/capabilities/settings-store.cap.d.ts.map +1 -0
  133. package/dist/capabilities/snapshot-provider.cap.d.ts +40 -0
  134. package/dist/capabilities/snapshot-provider.cap.d.ts.map +1 -0
  135. package/dist/capabilities/snapshot.cap.d.ts +78 -0
  136. package/dist/capabilities/snapshot.cap.d.ts.map +1 -0
  137. package/dist/capabilities/storage.cap.d.ts +104 -0
  138. package/dist/capabilities/storage.cap.d.ts.map +1 -0
  139. package/dist/capabilities/stream-broker.cap.d.ts +416 -0
  140. package/dist/capabilities/stream-broker.cap.d.ts.map +1 -0
  141. package/dist/capabilities/streaming-engine.cap.d.ts +58 -0
  142. package/dist/capabilities/streaming-engine.cap.d.ts.map +1 -0
  143. package/dist/capabilities/switch.cap.d.ts +66 -0
  144. package/dist/capabilities/switch.cap.d.ts.map +1 -0
  145. package/dist/capabilities/system.cap.d.ts +86 -0
  146. package/dist/capabilities/system.cap.d.ts.map +1 -0
  147. package/dist/capabilities/toast.cap.d.ts +56 -0
  148. package/dist/capabilities/toast.cap.d.ts.map +1 -0
  149. package/dist/capabilities/turn-provider.cap.d.ts +43 -0
  150. package/dist/capabilities/turn-provider.cap.d.ts.map +1 -0
  151. package/dist/capabilities/user-management.cap.d.ts +378 -0
  152. package/dist/capabilities/user-management.cap.d.ts.map +1 -0
  153. package/dist/capabilities/webrtc-session.cap.d.ts +181 -0
  154. package/dist/capabilities/webrtc-session.cap.d.ts.map +1 -0
  155. package/dist/capabilities/webrtc.cap.d.ts +72 -0
  156. package/dist/capabilities/webrtc.cap.d.ts.map +1 -0
  157. package/dist/capabilities/zone-analytics.cap.d.ts +213 -0
  158. package/dist/capabilities/zone-analytics.cap.d.ts.map +1 -0
  159. package/dist/capabilities/zone-rules.cap.d.ts +129 -0
  160. package/dist/capabilities/zone-rules.cap.d.ts.map +1 -0
  161. package/dist/capabilities/zones.cap.d.ts +151 -0
  162. package/dist/capabilities/zones.cap.d.ts.map +1 -0
  163. package/dist/catalogs/audio-classmap.d.ts +16 -0
  164. package/dist/catalogs/audio-classmap.d.ts.map +1 -0
  165. package/dist/catalogs/coco-classmap.d.ts.map +1 -1
  166. package/dist/constants.d.ts +50 -0
  167. package/dist/constants.d.ts.map +1 -1
  168. package/dist/deps/binary-downloader.d.ts +41 -0
  169. package/dist/deps/binary-downloader.d.ts.map +1 -0
  170. package/dist/deps/ffmpeg-downloader.d.ts +13 -0
  171. package/dist/deps/ffmpeg-downloader.d.ts.map +1 -0
  172. package/dist/deps/index.d.ts +4 -0
  173. package/dist/deps/index.d.ts.map +1 -0
  174. package/dist/deps/python-downloader.d.ts +34 -0
  175. package/dist/deps/python-downloader.d.ts.map +1 -0
  176. package/dist/device/accessory.d.ts +62 -0
  177. package/dist/device/accessory.d.ts.map +1 -0
  178. package/dist/device/base-device-provider.d.ts +170 -0
  179. package/dist/device/base-device-provider.d.ts.map +1 -0
  180. package/dist/device/base-device.d.ts +287 -0
  181. package/dist/device/base-device.d.ts.map +1 -0
  182. package/dist/device/camera-device.d.ts +49 -0
  183. package/dist/device/camera-device.d.ts.map +1 -0
  184. package/dist/device/device-binding.d.ts +23 -0
  185. package/dist/device/device-binding.d.ts.map +1 -0
  186. package/dist/device/device-config.d.ts +65 -0
  187. package/dist/device/device-config.d.ts.map +1 -0
  188. package/dist/device/device-context.d.ts +256 -0
  189. package/dist/device/device-context.d.ts.map +1 -0
  190. package/dist/device/device-management.d.ts +118 -0
  191. package/dist/device/device-management.d.ts.map +1 -0
  192. package/dist/device/device-profile.d.ts +161 -0
  193. package/dist/device/device-profile.d.ts.map +1 -0
  194. package/dist/device/device-runtime-state.d.ts +124 -0
  195. package/dist/device/device-runtime-state.d.ts.map +1 -0
  196. package/dist/device/device-state-handle.d.ts +161 -0
  197. package/dist/device/device-state-handle.d.ts.map +1 -0
  198. package/dist/device/device-type.d.ts +68 -0
  199. package/dist/device/device-type.d.ts.map +1 -0
  200. package/dist/device/device.d.ts +87 -0
  201. package/dist/device/device.d.ts.map +1 -0
  202. package/dist/device/features.d.ts +29 -0
  203. package/dist/device/features.d.ts.map +1 -0
  204. package/dist/device/index.d.ts +20 -0
  205. package/dist/device/index.d.ts.map +1 -0
  206. package/dist/device/runtime-state-helpers.d.ts +69 -0
  207. package/dist/device/runtime-state-helpers.d.ts.map +1 -0
  208. package/dist/device/system-mirror.d.ts +318 -0
  209. package/dist/device/system-mirror.d.ts.map +1 -0
  210. package/dist/device/zod-to-config-ui.d.ts +23 -0
  211. package/dist/device/zod-to-config-ui.d.ts.map +1 -0
  212. package/dist/enums/event-category.d.ts +327 -0
  213. package/dist/enums/event-category.d.ts.map +1 -0
  214. package/dist/enums/event-source-type.d.ts +8 -0
  215. package/dist/enums/event-source-type.d.ts.map +1 -0
  216. package/dist/enums/index.d.ts +3 -0
  217. package/dist/enums/index.d.ts.map +1 -0
  218. package/dist/generated/addon-api.d.ts +13401 -3202
  219. package/dist/generated/addon-api.d.ts.map +1 -1
  220. package/dist/generated/cap-status-types.d.ts +51 -0
  221. package/dist/generated/cap-status-types.d.ts.map +1 -0
  222. package/dist/generated/capability-router-map.d.ts +257 -0
  223. package/dist/generated/capability-router-map.d.ts.map +1 -0
  224. package/dist/generated/device-local-state.d.ts +82 -0
  225. package/dist/generated/device-local-state.d.ts.map +1 -0
  226. package/dist/generated/device-proxy.d.ts +146 -0
  227. package/dist/generated/device-proxy.d.ts.map +1 -0
  228. package/dist/generated/system-proxy.d.ts +80 -0
  229. package/dist/generated/system-proxy.d.ts.map +1 -0
  230. package/dist/helpers/bind-addon-actions.d.ts +19 -0
  231. package/dist/helpers/bind-addon-actions.d.ts.map +1 -0
  232. package/dist/index.d.ts +86 -22
  233. package/dist/index.d.ts.map +1 -1
  234. package/dist/index.js +12328 -436
  235. package/dist/index.js.map +1 -1
  236. package/dist/index.mjs +11952 -427
  237. package/dist/index.mjs.map +1 -1
  238. package/dist/interfaces/addon.d.ts +678 -132
  239. package/dist/interfaces/addon.d.ts.map +1 -1
  240. package/dist/interfaces/advanced-notifier.d.ts +3 -2
  241. package/dist/interfaces/advanced-notifier.d.ts.map +1 -1
  242. package/dist/interfaces/agent-protocol.d.ts +17 -173
  243. package/dist/interfaces/agent-protocol.d.ts.map +1 -1
  244. package/dist/interfaces/agent.d.ts +61 -0
  245. package/dist/interfaces/agent.d.ts.map +1 -1
  246. package/dist/interfaces/alerts.d.ts +14 -0
  247. package/dist/interfaces/alerts.d.ts.map +1 -0
  248. package/dist/interfaces/analysis-persistence.d.ts +37 -19
  249. package/dist/interfaces/analysis-persistence.d.ts.map +1 -1
  250. package/dist/interfaces/analysis.d.ts +33 -4
  251. package/dist/interfaces/analysis.d.ts.map +1 -1
  252. package/dist/interfaces/api-responses.d.ts +117 -0
  253. package/dist/interfaces/api-responses.d.ts.map +1 -0
  254. package/dist/interfaces/api-shared.d.ts +5 -79
  255. package/dist/interfaces/api-shared.d.ts.map +1 -1
  256. package/dist/interfaces/audio-analyzer.d.ts +49 -0
  257. package/dist/interfaces/audio-analyzer.d.ts.map +1 -0
  258. package/dist/interfaces/audio-codec.d.ts +123 -0
  259. package/dist/interfaces/audio-codec.d.ts.map +1 -0
  260. package/dist/interfaces/audio-inference-engine.d.ts +19 -0
  261. package/dist/interfaces/audio-inference-engine.d.ts.map +1 -0
  262. package/dist/interfaces/auth-provider.d.ts.map +1 -1
  263. package/dist/interfaces/auth.d.ts +4 -25
  264. package/dist/interfaces/auth.d.ts.map +1 -1
  265. package/dist/interfaces/camera-pipeline.d.ts +7 -20
  266. package/dist/interfaces/camera-pipeline.d.ts.map +1 -1
  267. package/dist/interfaces/capability.d.ts +159 -23
  268. package/dist/interfaces/capability.d.ts.map +1 -1
  269. package/dist/interfaces/config-ui.d.ts +609 -24
  270. package/dist/interfaces/config-ui.d.ts.map +1 -1
  271. package/dist/interfaces/context.d.ts +9 -4
  272. package/dist/interfaces/context.d.ts.map +1 -1
  273. package/dist/interfaces/decoder.d.ts +38 -3
  274. package/dist/interfaces/decoder.d.ts.map +1 -1
  275. package/dist/interfaces/detection-addon.d.ts +6 -6
  276. package/dist/interfaces/detection-addon.d.ts.map +1 -1
  277. package/dist/interfaces/device-capabilities/camera.d.ts +95 -18
  278. package/dist/interfaces/device-capabilities/camera.d.ts.map +1 -1
  279. package/dist/interfaces/device-capabilities/index.d.ts +0 -13
  280. package/dist/interfaces/device-capabilities/index.d.ts.map +1 -1
  281. package/dist/interfaces/device-provider.d.ts +18 -16
  282. package/dist/interfaces/device-provider.d.ts.map +1 -1
  283. package/dist/interfaces/device.d.ts +4 -21
  284. package/dist/interfaces/device.d.ts.map +1 -1
  285. package/dist/interfaces/embedding-encoder.d.ts +19 -0
  286. package/dist/interfaces/embedding-encoder.d.ts.map +1 -0
  287. package/dist/interfaces/engine-slots.d.ts +10 -0
  288. package/dist/interfaces/engine-slots.d.ts.map +1 -0
  289. package/dist/interfaces/event-bus.d.ts +710 -26
  290. package/dist/interfaces/event-bus.d.ts.map +1 -1
  291. package/dist/interfaces/inference-capabilities.d.ts +0 -17
  292. package/dist/interfaces/inference-capabilities.d.ts.map +1 -1
  293. package/dist/interfaces/inference-engine.d.ts +30 -10
  294. package/dist/interfaces/inference-engine.d.ts.map +1 -1
  295. package/dist/interfaces/integration-registry.d.ts +20 -20
  296. package/dist/interfaces/integration-registry.d.ts.map +1 -1
  297. package/dist/interfaces/kernel-abstractions.d.ts +83 -0
  298. package/dist/interfaces/kernel-abstractions.d.ts.map +1 -0
  299. package/dist/interfaces/logging.d.ts +89 -8
  300. package/dist/interfaces/logging.d.ts.map +1 -1
  301. package/dist/interfaces/metrics-provider.d.ts +17 -0
  302. package/dist/interfaces/metrics-provider.d.ts.map +1 -0
  303. package/dist/interfaces/network-quality.d.ts +4 -4
  304. package/dist/interfaces/network.d.ts +0 -16
  305. package/dist/interfaces/network.d.ts.map +1 -1
  306. package/dist/interfaces/notification.d.ts +1 -1
  307. package/dist/interfaces/pipeline-executor-capability.d.ts +200 -0
  308. package/dist/interfaces/pipeline-executor-capability.d.ts.map +1 -0
  309. package/dist/interfaces/pipeline-orchestrator-capability.d.ts +165 -0
  310. package/dist/interfaces/pipeline-orchestrator-capability.d.ts.map +1 -0
  311. package/dist/interfaces/pipeline-runner-capability.d.ts +147 -0
  312. package/dist/interfaces/pipeline-runner-capability.d.ts.map +1 -0
  313. package/dist/interfaces/pipeline-runner.d.ts +18 -2
  314. package/dist/interfaces/pipeline-runner.d.ts.map +1 -1
  315. package/dist/interfaces/platform.d.ts +1 -1
  316. package/dist/interfaces/platform.d.ts.map +1 -1
  317. package/dist/interfaces/queryable.d.ts +26 -0
  318. package/dist/interfaces/queryable.d.ts.map +1 -0
  319. package/dist/interfaces/raw-tensor-engine.d.ts +16 -0
  320. package/dist/interfaces/raw-tensor-engine.d.ts.map +1 -0
  321. package/dist/interfaces/readiness.d.ts +101 -0
  322. package/dist/interfaces/readiness.d.ts.map +1 -0
  323. package/dist/interfaces/repl.d.ts +1 -1
  324. package/dist/interfaces/restreamer.d.ts +3 -3
  325. package/dist/interfaces/scoped-token.d.ts +1 -21
  326. package/dist/interfaces/scoped-token.d.ts.map +1 -1
  327. package/dist/interfaces/server-analysis.d.ts +30 -87
  328. package/dist/interfaces/server-analysis.d.ts.map +1 -1
  329. package/dist/interfaces/storage.d.ts +123 -45
  330. package/dist/interfaces/storage.d.ts.map +1 -1
  331. package/dist/interfaces/stream-broker.d.ts +285 -17
  332. package/dist/interfaces/stream-broker.d.ts.map +1 -1
  333. package/dist/interfaces/webrtc-provider.d.ts +24 -0
  334. package/dist/interfaces/webrtc-provider.d.ts.map +1 -1
  335. package/dist/node.d.ts +6 -0
  336. package/dist/node.d.ts.map +1 -0
  337. package/dist/node.js +7583 -0
  338. package/dist/node.js.map +1 -0
  339. package/dist/node.mjs +7534 -0
  340. package/dist/node.mjs.map +1 -0
  341. package/dist/readiness/index.d.ts +3 -0
  342. package/dist/readiness/index.d.ts.map +1 -0
  343. package/dist/readiness/readiness-registry.d.ts +183 -0
  344. package/dist/readiness/readiness-registry.d.ts.map +1 -0
  345. package/dist/schemas/auth-records.d.ts +81 -0
  346. package/dist/schemas/auth-records.d.ts.map +1 -0
  347. package/dist/storage/filesystem-storage-provider.d.ts +37 -0
  348. package/dist/storage/filesystem-storage-provider.d.ts.map +1 -0
  349. package/dist/types/agent-pipeline-settings.d.ts +94 -0
  350. package/dist/types/agent-pipeline-settings.d.ts.map +1 -0
  351. package/dist/types/camera-pipeline.d.ts +58 -0
  352. package/dist/types/camera-pipeline.d.ts.map +1 -0
  353. package/dist/types/detection.d.ts +195 -38
  354. package/dist/types/detection.d.ts.map +1 -1
  355. package/dist/types/device-type.d.ts +4 -0
  356. package/dist/types/device-type.d.ts.map +1 -1
  357. package/dist/types/engine-output.d.ts +24 -0
  358. package/dist/types/engine-output.d.ts.map +1 -0
  359. package/dist/types/io.d.ts +57 -3
  360. package/dist/types/io.d.ts.map +1 -1
  361. package/dist/types/models.d.ts +3 -1
  362. package/dist/types/models.d.ts.map +1 -1
  363. package/dist/types/pipeline-schema.d.ts +15 -72
  364. package/dist/types/pipeline-schema.d.ts.map +1 -1
  365. package/dist/types/pipeline-step.d.ts +201 -0
  366. package/dist/types/pipeline-step.d.ts.map +1 -0
  367. package/dist/types/pipeline.d.ts +24 -1
  368. package/dist/types/pipeline.d.ts.map +1 -1
  369. package/dist/utils/element-config-store.d.ts +29 -0
  370. package/dist/utils/element-config-store.d.ts.map +1 -0
  371. package/dist/utils/err-msg.d.ts +7 -0
  372. package/dist/utils/err-msg.d.ts.map +1 -0
  373. package/dist/utils/json-safe.d.ts +33 -0
  374. package/dist/utils/json-safe.d.ts.map +1 -0
  375. package/dist/utils/mask-url.d.ts +10 -0
  376. package/dist/utils/mask-url.d.ts.map +1 -0
  377. package/dist/utils/ring-buffer.d.ts +16 -0
  378. package/dist/utils/ring-buffer.d.ts.map +1 -0
  379. package/dist/utils/run-inference-step.d.ts +26 -0
  380. package/dist/utils/run-inference-step.d.ts.map +1 -0
  381. package/dist/utils/runtime-mapping.d.ts +88 -0
  382. package/dist/utils/runtime-mapping.d.ts.map +1 -0
  383. package/dist/utils/zone-rule-eval.d.ts +47 -0
  384. package/dist/utils/zone-rule-eval.d.ts.map +1 -0
  385. package/package.json +11 -2
  386. package/dist/__tests__/addon-capability-provider.test.d.ts +0 -2
  387. package/dist/__tests__/addon-capability-provider.test.d.ts.map +0 -1
  388. package/dist/__tests__/addon-declaration.test.d.ts +0 -2
  389. package/dist/__tests__/addon-declaration.test.d.ts.map +0 -1
  390. package/dist/__tests__/capability.test.d.ts +0 -2
  391. package/dist/__tests__/capability.test.d.ts.map +0 -1
  392. package/dist/interfaces/addon-i18n.d.ts +0 -41
  393. package/dist/interfaces/addon-i18n.d.ts.map +0 -1
  394. package/dist/interfaces/classifier.d.ts +0 -8
  395. package/dist/interfaces/classifier.d.ts.map +0 -1
  396. package/dist/interfaces/cropper.d.ts +0 -8
  397. package/dist/interfaces/cropper.d.ts.map +0 -1
  398. package/dist/interfaces/detector.d.ts +0 -8
  399. package/dist/interfaces/detector.d.ts.map +0 -1
  400. package/dist/interfaces/device-capabilities/accessory.d.ts +0 -14
  401. package/dist/interfaces/device-capabilities/accessory.d.ts.map +0 -1
  402. package/dist/interfaces/device-capabilities/audio-detector.d.ts +0 -12
  403. package/dist/interfaces/device-capabilities/audio-detector.d.ts.map +0 -1
  404. package/dist/interfaces/device-capabilities/doorbell.d.ts +0 -10
  405. package/dist/interfaces/device-capabilities/doorbell.d.ts.map +0 -1
  406. package/dist/interfaces/device-capabilities/events.d.ts +0 -47
  407. package/dist/interfaces/device-capabilities/events.d.ts.map +0 -1
  408. package/dist/interfaces/device-capabilities/motion-sensor.d.ts +0 -7
  409. package/dist/interfaces/device-capabilities/motion-sensor.d.ts.map +0 -1
  410. package/dist/interfaces/device-capabilities/native-detection.d.ts +0 -14
  411. package/dist/interfaces/device-capabilities/native-detection.d.ts.map +0 -1
  412. package/dist/interfaces/device-capabilities/object-detector.d.ts +0 -59
  413. package/dist/interfaces/device-capabilities/object-detector.d.ts.map +0 -1
  414. package/dist/interfaces/device-capabilities/pan-tilt-zoom.d.ts +0 -29
  415. package/dist/interfaces/device-capabilities/pan-tilt-zoom.d.ts.map +0 -1
  416. package/dist/interfaces/device-capabilities/recording.d.ts +0 -18
  417. package/dist/interfaces/device-capabilities/recording.d.ts.map +0 -1
  418. package/dist/interfaces/device-capabilities/siren.d.ts +0 -8
  419. package/dist/interfaces/device-capabilities/siren.d.ts.map +0 -1
  420. package/dist/interfaces/device-capabilities/status-light.d.ts +0 -7
  421. package/dist/interfaces/device-capabilities/status-light.d.ts.map +0 -1
  422. package/dist/interfaces/device-capabilities/switch.d.ts +0 -8
  423. package/dist/interfaces/device-capabilities/switch.d.ts.map +0 -1
  424. package/dist/interfaces/device-capabilities/two-way-audio.d.ts +0 -8
  425. package/dist/interfaces/device-capabilities/two-way-audio.d.ts.map +0 -1
  426. package/dist/interfaces/device-capability.d.ts +0 -14
  427. package/dist/interfaces/device-capability.d.ts.map +0 -1
  428. package/dist/interfaces/model-catalog.d.ts +0 -25
  429. package/dist/interfaces/model-catalog.d.ts.map +0 -1
  430. package/dist/interfaces/refiner.d.ts +0 -8
  431. package/dist/interfaces/refiner.d.ts.map +0 -1
  432. package/dist/interfaces/repositories.d.ts +0 -20
  433. package/dist/interfaces/repositories.d.ts.map +0 -1
  434. package/dist/interfaces/scene-intelligence.d.ts +0 -21
  435. package/dist/interfaces/scene-intelligence.d.ts.map +0 -1
  436. package/dist/interfaces/storage-backend.d.ts +0 -27
  437. package/dist/interfaces/storage-backend.d.ts.map +0 -1
  438. package/dist/interfaces/worker-protocol.d.ts +0 -110
  439. package/dist/interfaces/worker-protocol.d.ts.map +0 -1
  440. package/dist/schemas/system-settings-schemas.d.ts +0 -27
  441. package/dist/schemas/system-settings-schemas.d.ts.map +0 -1
  442. package/dist/types/benchmark.d.ts +0 -112
  443. package/dist/types/benchmark.d.ts.map +0 -1
  444. package/dist/types/zones.d.ts +0 -48
  445. package/dist/types/zones.d.ts.map +0 -1
@@ -0,0 +1,174 @@
1
+ import { z } from 'zod';
2
+ import { type InferProvider } from './capability-definition.js';
3
+ import { DeviceType } from '../device/device-type.js';
4
+ /**
5
+ * Per-class audio metrics aggregated over a sliding window.
6
+ */
7
+ declare const AudioClassSummarySchema: z.ZodObject<{
8
+ className: z.ZodString;
9
+ hits: z.ZodNumber;
10
+ avgScore: z.ZodNumber;
11
+ peakScore: z.ZodNumber;
12
+ }, z.core.$strip>;
13
+ /**
14
+ * Per-camera audio metrics snapshot — emitted by the analytics frame
15
+ * handler on every `pipeline.audio-inference-result` event and
16
+ * mirrored into the `audio-metrics` device-state slice. Symmetric
17
+ * with `zone-analytics` snapshots for video — every consumer
18
+ * (admin UI panel, automations, alert rules) reads via the
19
+ * canonical `device.state.audioMetrics.value` reactive handle.
20
+ *
21
+ * Aggregates are computed over a rolling `windowSec` window
22
+ * (default 60s). Past that window, classes drop out of `byClass`
23
+ * and the level history shifts forward.
24
+ */
25
+ declare const AudioMetricsSnapshotSchema: z.ZodObject<{
26
+ ts: z.ZodNumber;
27
+ windowSec: z.ZodNumber;
28
+ level: z.ZodObject<{
29
+ rms: z.ZodNumber;
30
+ dbfs: z.ZodNumber;
31
+ }, z.core.$strip>;
32
+ peakDbfs: z.ZodNumber;
33
+ avgDbfs: z.ZodNumber;
34
+ current: z.ZodNullable<z.ZodObject<{
35
+ className: z.ZodString;
36
+ score: z.ZodNumber;
37
+ timestamp: z.ZodNumber;
38
+ }, z.core.$strip>>;
39
+ byClass: z.ZodReadonly<z.ZodArray<z.ZodObject<{
40
+ className: z.ZodString;
41
+ hits: z.ZodNumber;
42
+ avgScore: z.ZodNumber;
43
+ peakScore: z.ZodNumber;
44
+ }, z.core.$strip>>>;
45
+ }, z.core.$strip>;
46
+ export type AudioMetricsSnapshot = z.infer<typeof AudioMetricsSnapshotSchema>;
47
+ export type AudioClassSummary = z.infer<typeof AudioClassSummarySchema>;
48
+ /**
49
+ * One sample on the audio-metrics history time-series. Captures the
50
+ * subset of the live snapshot useful for charting: dB level, peak/avg
51
+ * over the rolling window, and the dominant above-threshold class
52
+ * (when any). Per-class hit breakdown lives on the snapshot but is
53
+ * elided from the history sample to keep the buffer compact —
54
+ * consumers needing class drill-down should pull `getCurrentSnapshot`.
55
+ */
56
+ declare const AudioMetricsHistoryPointSchema: z.ZodObject<{
57
+ ts: z.ZodNumber;
58
+ dbfs: z.ZodNullable<z.ZodNumber>;
59
+ peakDbfs: z.ZodNumber;
60
+ avgDbfs: z.ZodNumber;
61
+ topClass: z.ZodNullable<z.ZodString>;
62
+ topScore: z.ZodNullable<z.ZodNumber>;
63
+ }, z.core.$strip>;
64
+ export type AudioMetricsHistoryPoint = z.infer<typeof AudioMetricsHistoryPointSchema>;
65
+ /**
66
+ * Audio-metrics history payload — a series of `AudioMetricsHistoryPoint`
67
+ * samples capped at `maxPoints` (default 1024). When the requested
68
+ * `windowSec / sampleEveryMs` would exceed the cap, the provider
69
+ * subsamples by bucketed averaging and reports the effective sample
70
+ * spacing on `effectiveSampleEveryMs` so the UI can label the x-axis.
71
+ */
72
+ declare const AudioMetricsHistorySchema: z.ZodObject<{
73
+ points: z.ZodReadonly<z.ZodArray<z.ZodObject<{
74
+ ts: z.ZodNumber;
75
+ dbfs: z.ZodNullable<z.ZodNumber>;
76
+ peakDbfs: z.ZodNumber;
77
+ avgDbfs: z.ZodNumber;
78
+ topClass: z.ZodNullable<z.ZodString>;
79
+ topScore: z.ZodNullable<z.ZodNumber>;
80
+ }, z.core.$strip>>>;
81
+ effectiveSampleEveryMs: z.ZodNumber;
82
+ windowMsActual: z.ZodNumber;
83
+ }, z.core.$strip>;
84
+ export type AudioMetricsHistory = z.infer<typeof AudioMetricsHistorySchema>;
85
+ /**
86
+ * Audio Metrics capability — sliding-window aggregates over the
87
+ * pipeline audio inference results. Hosted by `addon-pipeline-analytics`
88
+ * (same addon that owns `zone-analytics`); the runtime-state slice
89
+ * gives operators a live read on dB level + dominant classes without
90
+ * a custom event subscription.
91
+ */
92
+ export declare const audioMetricsCapability: {
93
+ readonly name: "audio-metrics";
94
+ readonly scope: "device";
95
+ readonly mode: "singleton";
96
+ readonly deviceTypes: readonly [DeviceType.Camera];
97
+ readonly methods: {
98
+ /** Latest snapshot for this device. Null until the analytics
99
+ * pipeline has processed at least one audio window. */
100
+ readonly getCurrentSnapshot: import("./capability-definition.js").CapabilityMethodSchema<z.ZodObject<{
101
+ deviceId: z.ZodNumber;
102
+ }, z.core.$strip>, z.ZodNullable<z.ZodObject<{
103
+ ts: z.ZodNumber;
104
+ windowSec: z.ZodNumber;
105
+ level: z.ZodObject<{
106
+ rms: z.ZodNumber;
107
+ dbfs: z.ZodNumber;
108
+ }, z.core.$strip>;
109
+ peakDbfs: z.ZodNumber;
110
+ avgDbfs: z.ZodNumber;
111
+ current: z.ZodNullable<z.ZodObject<{
112
+ className: z.ZodString;
113
+ score: z.ZodNumber;
114
+ timestamp: z.ZodNumber;
115
+ }, z.core.$strip>>;
116
+ byClass: z.ZodReadonly<z.ZodArray<z.ZodObject<{
117
+ className: z.ZodString;
118
+ hits: z.ZodNumber;
119
+ avgScore: z.ZodNumber;
120
+ peakScore: z.ZodNumber;
121
+ }, z.core.$strip>>>;
122
+ }, z.core.$strip>>, import("./capability-definition.js").CapabilityMethodKind>;
123
+ /**
124
+ * Time-series view of recent audio-metrics samples. The provider
125
+ * keeps an in-memory ring of ~1Hz samples (matching the slice-
126
+ * write rate) capped at `MAX_HISTORY_POINTS_KEPT` (provider-side).
127
+ * `windowSec` selects how far back to read; `sampleEveryMs`
128
+ * downsamples by bucketed averaging when finer than the kept
129
+ * granularity. Empty `points` array on freshly-booted providers
130
+ * with no audio yet — same convention as `getCurrentSnapshot`.
131
+ */
132
+ readonly getHistory: import("./capability-definition.js").CapabilityMethodSchema<z.ZodObject<{
133
+ deviceId: z.ZodNumber;
134
+ windowSec: z.ZodOptional<z.ZodNumber>;
135
+ sampleEveryMs: z.ZodOptional<z.ZodNumber>;
136
+ }, z.core.$strip>, z.ZodObject<{
137
+ points: z.ZodReadonly<z.ZodArray<z.ZodObject<{
138
+ ts: z.ZodNumber;
139
+ dbfs: z.ZodNullable<z.ZodNumber>;
140
+ peakDbfs: z.ZodNumber;
141
+ avgDbfs: z.ZodNumber;
142
+ topClass: z.ZodNullable<z.ZodString>;
143
+ topScore: z.ZodNullable<z.ZodNumber>;
144
+ }, z.core.$strip>>>;
145
+ effectiveSampleEveryMs: z.ZodNumber;
146
+ windowMsActual: z.ZodNumber;
147
+ }, z.core.$strip>, import("./capability-definition.js").CapabilityMethodKind>;
148
+ };
149
+ /** Reactive runtime-state mirror — live `device.state.audioMetrics.value`. */
150
+ readonly runtimeState: z.ZodObject<{
151
+ ts: z.ZodNumber;
152
+ windowSec: z.ZodNumber;
153
+ level: z.ZodObject<{
154
+ rms: z.ZodNumber;
155
+ dbfs: z.ZodNumber;
156
+ }, z.core.$strip>;
157
+ peakDbfs: z.ZodNumber;
158
+ avgDbfs: z.ZodNumber;
159
+ current: z.ZodNullable<z.ZodObject<{
160
+ className: z.ZodString;
161
+ score: z.ZodNumber;
162
+ timestamp: z.ZodNumber;
163
+ }, z.core.$strip>>;
164
+ byClass: z.ZodReadonly<z.ZodArray<z.ZodObject<{
165
+ className: z.ZodString;
166
+ hits: z.ZodNumber;
167
+ avgScore: z.ZodNumber;
168
+ peakScore: z.ZodNumber;
169
+ }, z.core.$strip>>>;
170
+ }, z.core.$strip>;
171
+ };
172
+ export type IAudioMetricsProvider = InferProvider<typeof audioMetricsCapability>;
173
+ export { AudioMetricsSnapshotSchema, AudioClassSummarySchema, AudioMetricsHistoryPointSchema, AudioMetricsHistorySchema, };
174
+ //# sourceMappingURL=audio-metrics.cap.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"audio-metrics.cap.d.ts","sourceRoot":"","sources":["../../src/capabilities/audio-metrics.cap.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AACvB,OAAO,EAAqC,KAAK,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAClG,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAA;AAErD;;GAEG;AACH,QAAA,MAAM,uBAAuB;;;;;iBAQ3B,CAAA;AAEF;;;;;;;;;;;GAWG;AACH,QAAA,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;iBAuB9B,CAAA;AACF,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAA;AAC7E,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAA;AAEvE;;;;;;;GAOG;AACH,QAAA,MAAM,8BAA8B;;;;;;;iBAelC,CAAA;AACF,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,8BAA8B,CAAC,CAAA;AAErF;;;;;;GAMG;AACH,QAAA,MAAM,yBAAyB;;;;;;;;;;;iBAO7B,CAAA;AACF,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAA;AAE3E;;;;;;GAMG;AACH,eAAO,MAAM,sBAAsB;;;;;;QAM/B;gEACwD;;;;;;;;;;;;;;;;;;;;;;;;QAKxD;;;;;;;;WAQG;;;;;;;;;;;;;;;;;;IAgBL,8EAA8E;;;;;;;;;;;;;;;;;;;;;;CAEvC,CAAA;AAEzC,MAAM,MAAM,qBAAqB,GAAG,aAAa,CAAC,OAAO,sBAAsB,CAAC,CAAA;AAEhF,OAAO,EACL,0BAA0B,EAC1B,uBAAuB,EACvB,8BAA8B,EAC9B,yBAAyB,GAC1B,CAAA"}
@@ -0,0 +1,49 @@
1
+ import { z } from 'zod';
2
+ import { type InferProvider } from './capability-definition.js';
3
+ declare const AuthResultSchema: z.ZodObject<{
4
+ userId: z.ZodString;
5
+ username: z.ZodString;
6
+ email: z.ZodOptional<z.ZodString>;
7
+ displayName: z.ZodOptional<z.ZodString>;
8
+ roles: z.ZodOptional<z.ZodArray<z.ZodString>>;
9
+ }, z.core.$strip>;
10
+ export declare const authProviderCapability: {
11
+ readonly name: "auth-provider";
12
+ readonly scope: "system";
13
+ readonly mode: "collection";
14
+ readonly internal: true;
15
+ readonly methods: {
16
+ readonly validateCredentials: import("./capability-definition.js").CapabilityMethodSchema<z.ZodObject<{
17
+ username: z.ZodString;
18
+ password: z.ZodString;
19
+ }, z.core.$strip>, z.ZodNullable<z.ZodObject<{
20
+ userId: z.ZodString;
21
+ username: z.ZodString;
22
+ email: z.ZodOptional<z.ZodString>;
23
+ displayName: z.ZodOptional<z.ZodString>;
24
+ roles: z.ZodOptional<z.ZodArray<z.ZodString>>;
25
+ }, z.core.$strip>>, "mutation">;
26
+ readonly getLoginUrl: import("./capability-definition.js").CapabilityMethodSchema<z.ZodObject<{
27
+ state: z.ZodString;
28
+ }, z.core.$strip>, z.ZodString, import("./capability-definition.js").CapabilityMethodKind>;
29
+ readonly handleCallback: import("./capability-definition.js").CapabilityMethodSchema<z.ZodRecord<z.ZodString, z.ZodString>, z.ZodObject<{
30
+ userId: z.ZodString;
31
+ username: z.ZodString;
32
+ email: z.ZodOptional<z.ZodString>;
33
+ displayName: z.ZodOptional<z.ZodString>;
34
+ roles: z.ZodOptional<z.ZodArray<z.ZodString>>;
35
+ }, z.core.$strip>, "mutation">;
36
+ readonly validateToken: import("./capability-definition.js").CapabilityMethodSchema<z.ZodObject<{
37
+ token: z.ZodString;
38
+ }, z.core.$strip>, z.ZodNullable<z.ZodObject<{
39
+ userId: z.ZodString;
40
+ username: z.ZodString;
41
+ email: z.ZodOptional<z.ZodString>;
42
+ displayName: z.ZodOptional<z.ZodString>;
43
+ roles: z.ZodOptional<z.ZodArray<z.ZodString>>;
44
+ }, z.core.$strip>>, import("./capability-definition.js").CapabilityMethodKind>;
45
+ };
46
+ };
47
+ export type IAuthProvider = InferProvider<typeof authProviderCapability>;
48
+ export { AuthResultSchema };
49
+ //# sourceMappingURL=auth-provider.cap.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"auth-provider.cap.d.ts","sourceRoot":"","sources":["../../src/capabilities/auth-provider.cap.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AACvB,OAAO,EAAqC,KAAK,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAElG,QAAA,MAAM,gBAAgB;;;;;;iBAMpB,CAAA;AAEF,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAeM,CAAA;AAEzC,MAAM,MAAM,aAAa,GAAG,aAAa,CAAC,OAAO,sBAAsB,CAAC,CAAA;AAExE,OAAO,EAAE,gBAAgB,EAAE,CAAA"}
@@ -0,0 +1,48 @@
1
+ import { z } from 'zod';
2
+ import { type InferProvider } from './capability-definition.js';
3
+ declare const BackupEntrySchema: z.ZodObject<{
4
+ id: z.ZodString;
5
+ label: z.ZodOptional<z.ZodString>;
6
+ createdAt: z.ZodNumber;
7
+ sizeBytes: z.ZodNumber;
8
+ locations: z.ZodOptional<z.ZodArray<z.ZodString>>;
9
+ }, z.core.$strip>;
10
+ /**
11
+ * backup — singleton capability for backup management.
12
+ *
13
+ * Implemented by `local-backup` addon. Future providers (S3, rsync)
14
+ * can replace it by registering the same capability.
15
+ */
16
+ export declare const backupCapability: {
17
+ readonly name: "backup";
18
+ readonly scope: "system";
19
+ readonly mode: "singleton";
20
+ readonly methods: {
21
+ readonly trigger: import("./capability-definition.js").CapabilityMethodSchema<z.ZodOptional<z.ZodObject<{
22
+ locations: z.ZodOptional<z.ZodArray<z.ZodString>>;
23
+ label: z.ZodOptional<z.ZodString>;
24
+ }, z.core.$strip>>, z.ZodObject<{
25
+ id: z.ZodString;
26
+ label: z.ZodOptional<z.ZodString>;
27
+ createdAt: z.ZodNumber;
28
+ sizeBytes: z.ZodNumber;
29
+ locations: z.ZodOptional<z.ZodArray<z.ZodString>>;
30
+ }, z.core.$strip>, "mutation">;
31
+ readonly list: import("./capability-definition.js").CapabilityMethodSchema<z.ZodVoid, z.ZodReadonly<z.ZodArray<z.ZodObject<{
32
+ id: z.ZodString;
33
+ label: z.ZodOptional<z.ZodString>;
34
+ createdAt: z.ZodNumber;
35
+ sizeBytes: z.ZodNumber;
36
+ locations: z.ZodOptional<z.ZodArray<z.ZodString>>;
37
+ }, z.core.$strip>>>, import("./capability-definition.js").CapabilityMethodKind>;
38
+ readonly restore: import("./capability-definition.js").CapabilityMethodSchema<z.ZodObject<{
39
+ backupId: z.ZodString;
40
+ }, z.core.$strip>, z.ZodVoid, "mutation">;
41
+ readonly delete: import("./capability-definition.js").CapabilityMethodSchema<z.ZodObject<{
42
+ backupId: z.ZodString;
43
+ }, z.core.$strip>, z.ZodVoid, "mutation">;
44
+ };
45
+ };
46
+ export type IBackupProvider = InferProvider<typeof backupCapability>;
47
+ export { BackupEntrySchema };
48
+ //# sourceMappingURL=backup.cap.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"backup.cap.d.ts","sourceRoot":"","sources":["../../src/capabilities/backup.cap.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AACvB,OAAO,EAAqC,KAAK,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAElG,QAAA,MAAM,iBAAiB;;;;;;iBAMrB,CAAA;AAEF;;;;;GAKG;AACH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAcY,CAAA;AAEzC,MAAM,MAAM,eAAe,GAAG,aAAa,CAAC,OAAO,gBAAgB,CAAC,CAAA;AAEpE,OAAO,EAAE,iBAAiB,EAAE,CAAA"}
@@ -0,0 +1,85 @@
1
+ import { z } from 'zod';
2
+ import { type InferProvider } from './capability-definition.js';
3
+ import { DeviceType } from '../device/device-type.js';
4
+ /**
5
+ * Battery status snapshot. Emitted by providers whose device is
6
+ * battery-operated (cameras with `DeviceFeature.BatteryOperated`,
7
+ * future sensor/button accessories). Consumers build their own "low
8
+ * battery" alerting on top — the cap deliberately does NOT enforce a
9
+ * threshold.
10
+ */
11
+ export declare const BatteryStatusSchema: z.ZodObject<{
12
+ percentage: z.ZodNumber;
13
+ charging: z.ZodEnum<{
14
+ none: "none";
15
+ dc: "dc";
16
+ solar: "solar";
17
+ }>;
18
+ sleeping: z.ZodBoolean;
19
+ lastUpdated: z.ZodNumber;
20
+ }, z.core.$strip>;
21
+ export type BatteryStatus = z.infer<typeof BatteryStatusSchema>;
22
+ export declare const batteryCapability: {
23
+ readonly name: "battery";
24
+ readonly scope: "device";
25
+ readonly mode: "singleton";
26
+ readonly deviceTypes: readonly [DeviceType.Camera, DeviceType.Sensor, DeviceType.Button, DeviceType.Switch];
27
+ readonly methods: {};
28
+ readonly events: {
29
+ /**
30
+ * Emitted whenever the cached status changes (firmware push OR
31
+ * poll observes a delta). The DeviceEventPropagator mirrors this
32
+ * event on the parent chain — subscribing to a camera's source
33
+ * receives battery events from child accessories automatically.
34
+ */
35
+ readonly onStatusChanged: {
36
+ readonly data: z.ZodObject<{
37
+ deviceId: z.ZodNumber;
38
+ status: z.ZodObject<{
39
+ percentage: z.ZodNumber;
40
+ charging: z.ZodEnum<{
41
+ none: "none";
42
+ dc: "dc";
43
+ solar: "solar";
44
+ }>;
45
+ sleeping: z.ZodBoolean;
46
+ lastUpdated: z.ZodNumber;
47
+ }, z.core.$strip>;
48
+ }, z.core.$strip>;
49
+ };
50
+ };
51
+ readonly status: {
52
+ readonly schema: z.ZodObject<{
53
+ percentage: z.ZodNumber;
54
+ charging: z.ZodEnum<{
55
+ none: "none";
56
+ dc: "dc";
57
+ solar: "solar";
58
+ }>;
59
+ sleeping: z.ZodBoolean;
60
+ lastUpdated: z.ZodNumber;
61
+ }, z.core.$strip>;
62
+ readonly kind: "push";
63
+ };
64
+ /**
65
+ * Runtime-state slice — every provider that registers this cap
66
+ * stores the same shape under `device.runtimeState[battery]`.
67
+ * Cross-provider uniformity: a Reolink Argus, a Frigate sensor
68
+ * proxy, an ONVIF battery cam all read/write the same keys.
69
+ * Consumers (BatteryBadge, snapshot wrapper sleep gate) read once
70
+ * via `device.runtimeState.getCapState('battery')` regardless of
71
+ * the underlying driver.
72
+ */
73
+ readonly runtimeState: z.ZodObject<{
74
+ percentage: z.ZodNumber;
75
+ charging: z.ZodEnum<{
76
+ none: "none";
77
+ dc: "dc";
78
+ solar: "solar";
79
+ }>;
80
+ sleeping: z.ZodBoolean;
81
+ lastUpdated: z.ZodNumber;
82
+ }, z.core.$strip>;
83
+ };
84
+ export type IBatteryProvider = InferProvider<typeof batteryCapability>;
85
+ //# sourceMappingURL=battery.cap.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"battery.cap.d.ts","sourceRoot":"","sources":["../../src/capabilities/battery.cap.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AACvB,OAAO,EAA6B,KAAK,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAC1F,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAA;AAErD;;;;;;GAMG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;iBAkB9B,CAAA;AAEF,MAAM,MAAM,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAA;AAE/D,eAAO,MAAM,iBAAiB;;;;;;;QAO1B;;;;;WAKG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAUL;;;;;;;;OAQG;;;;;;;;;;;CAEoC,CAAA;AAEzC,MAAM,MAAM,gBAAgB,GAAG,aAAa,CAAC,OAAO,iBAAiB,CAAC,CAAA"}
@@ -0,0 +1,64 @@
1
+ import { z } from 'zod';
2
+ import { type InferProvider } from './capability-definition.js';
3
+ import { DeviceType } from '../device/device-type.js';
4
+ /**
5
+ * Dimmable-light brightness control. Co-exists with `switch` on the
6
+ * same device — the switch toggles on/off, this cap sets the level
7
+ * applied when the light is on. Modeled after Scrypted's `Brightness`
8
+ * interface so drivers can map their per-vendor dim controls cleanly.
9
+ *
10
+ * The cap is intentionally minimal: a single `setBrightness({deviceId,
11
+ * percentage})` mutation plus the auto-injected `getStatus`. Drivers
12
+ * that expose richer controls (color temperature, scenes, schedules)
13
+ * should surface those via the device's `getSettingsUISchema()`
14
+ * instead of bloating this cap.
15
+ */
16
+ export declare const BrightnessStatusSchema: z.ZodObject<{
17
+ percentage: z.ZodNumber;
18
+ lastChangedAt: z.ZodNumber;
19
+ }, z.core.$strip>;
20
+ export type BrightnessStatus = z.infer<typeof BrightnessStatusSchema>;
21
+ export declare const brightnessCapability: {
22
+ readonly name: "brightness";
23
+ readonly scope: "device";
24
+ readonly mode: "singleton";
25
+ readonly deviceTypes: readonly [DeviceType.Light];
26
+ readonly methods: {
27
+ readonly setBrightness: import("./capability-definition.js").CapabilityMethodSchema<z.ZodObject<{
28
+ deviceId: z.ZodNumber;
29
+ percentage: z.ZodNumber;
30
+ }, z.core.$strip>, z.ZodVoid, "mutation">;
31
+ };
32
+ readonly events: {
33
+ /**
34
+ * Emitted whenever the brightness changes — operator action OR
35
+ * firmware push. Subscribers (UI sliders, automation engines) react
36
+ * without polling.
37
+ */
38
+ readonly onBrightnessChanged: {
39
+ readonly data: z.ZodObject<{
40
+ deviceId: z.ZodNumber;
41
+ percentage: z.ZodNumber;
42
+ lastChangedAt: z.ZodNumber;
43
+ }, z.core.$strip>;
44
+ };
45
+ };
46
+ readonly status: {
47
+ readonly schema: z.ZodObject<{
48
+ percentage: z.ZodNumber;
49
+ lastChangedAt: z.ZodNumber;
50
+ }, z.core.$strip>;
51
+ readonly kind: "command-driven";
52
+ };
53
+ /**
54
+ * Runtime-state slice — the last applied brightness level, mirrored
55
+ * by the kernel. Read via `device.state.brightness.value` so UI
56
+ * sliders surface the current level without polling the provider.
57
+ */
58
+ readonly runtimeState: z.ZodObject<{
59
+ percentage: z.ZodNumber;
60
+ lastChangedAt: z.ZodNumber;
61
+ }, z.core.$strip>;
62
+ };
63
+ export type IBrightnessProvider = InferProvider<typeof brightnessCapability>;
64
+ //# sourceMappingURL=brightness.cap.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"brightness.cap.d.ts","sourceRoot":"","sources":["../../src/capabilities/brightness.cap.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AACvB,OAAO,EAAqC,KAAK,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAClG,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAA;AAErD;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,sBAAsB;;;iBAKjC,CAAA;AAEF,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAA;AAErE,eAAO,MAAM,oBAAoB;;;;;;;;;;;;QAgB7B;;;;WAIG;;;;;;;;;;;;;;;;IAWL;;;;OAIG;;;;;CAEoC,CAAA;AAEzC,MAAM,MAAM,mBAAmB,GAAG,aAAa,CAAC,OAAO,oBAAoB,CAAC,CAAA"}
@@ -0,0 +1,102 @@
1
+ import { z } from 'zod';
2
+ import { type InferProvider } from './capability-definition.js';
3
+ import { DeviceType } from '../device/device-type.js';
4
+ /**
5
+ * camera-credentials — device-scoped cap exposing the camera's network
6
+ * + auth surface in a vendor-neutral shape.
7
+ *
8
+ * Why it exists: cross-vendor wrappers (the planned ONVIF generic addon
9
+ * for PTZ / intercom / events; future homekit / mqtt bridges) need the
10
+ * camera's IP + port + creds without each wrapper re-implementing
11
+ * vendor-specific config-blob extraction. With this cap, every camera
12
+ * provider returns a uniform CameraCredentials and consumers stay
13
+ * vendor-agnostic.
14
+ *
15
+ * Implementations:
16
+ * - Each camera-providing addon registers this cap natively per
17
+ * device (Reolink, Hikvision, RTSP, Frigate, ONVIF self).
18
+ * - Returns a snapshot from the persisted device config blob — no
19
+ * extra round-trip to the camera, no probing.
20
+ * - The cap is admin-only (`auth: 'admin'`) — credentials must not
21
+ * leak through user-scoped paths.
22
+ *
23
+ * Sensitive data handling:
24
+ * - getCredentials returns the full snapshot to admin callers only.
25
+ * - Wrappers are expected to use the value to construct a per-call
26
+ * client and NOT to log / event-bus-emit the password field.
27
+ * - The cap status payload (mirrored to runtime-state) carries
28
+ * non-sensitive metadata only — host + ports + protocol hints. The
29
+ * password / username live on `getCredentials` exclusively.
30
+ *
31
+ * See `docs/onvif-generic-addon-plan.md` for the consuming wrapper
32
+ * design.
33
+ */
34
+ export declare const CameraCredentialsSchema: z.ZodObject<{
35
+ host: z.ZodString;
36
+ port: z.ZodOptional<z.ZodNumber>;
37
+ onvifPort: z.ZodOptional<z.ZodNumber>;
38
+ rtspPort: z.ZodOptional<z.ZodNumber>;
39
+ https: z.ZodOptional<z.ZodBoolean>;
40
+ username: z.ZodOptional<z.ZodString>;
41
+ password: z.ZodOptional<z.ZodString>;
42
+ onvifProfile: z.ZodOptional<z.ZodString>;
43
+ }, z.core.$strip>;
44
+ export type CameraCredentials = z.infer<typeof CameraCredentialsSchema>;
45
+ /**
46
+ * Non-sensitive camera-credentials status — host + ports + protocol
47
+ * hints only. Mirrors what shows up in the bindings UI / device
48
+ * aggregate. The full credentials (with password) are exposed only via
49
+ * `getCredentials` to admin callers.
50
+ */
51
+ export declare const CameraCredentialsStatusSchema: z.ZodObject<{
52
+ host: z.ZodString;
53
+ port: z.ZodNullable<z.ZodNumber>;
54
+ onvifPort: z.ZodNullable<z.ZodNumber>;
55
+ rtspPort: z.ZodNullable<z.ZodNumber>;
56
+ https: z.ZodNullable<z.ZodBoolean>;
57
+ hasUsername: z.ZodBoolean;
58
+ hasPassword: z.ZodBoolean;
59
+ onvifProfile: z.ZodNullable<z.ZodString>;
60
+ }, z.core.$strip>;
61
+ export type CameraCredentialsStatus = z.infer<typeof CameraCredentialsStatusSchema>;
62
+ export declare const cameraCredentialsCapability: {
63
+ readonly name: "camera-credentials";
64
+ readonly scope: "device";
65
+ readonly mode: "singleton";
66
+ readonly deviceTypes: readonly [DeviceType.Camera];
67
+ readonly methods: {
68
+ /**
69
+ * Return the camera's full credential bundle for admin consumers.
70
+ * Each provider implementation returns a snapshot of its persisted
71
+ * config — no I/O to the camera. Returns null when the device is
72
+ * not owned by this addon (deviceId mismatch).
73
+ */
74
+ readonly getCredentials: import("./capability-definition.js").CapabilityMethodSchema<z.ZodObject<{
75
+ deviceId: z.ZodNumber;
76
+ }, z.core.$strip>, z.ZodNullable<z.ZodObject<{
77
+ host: z.ZodString;
78
+ port: z.ZodOptional<z.ZodNumber>;
79
+ onvifPort: z.ZodOptional<z.ZodNumber>;
80
+ rtspPort: z.ZodOptional<z.ZodNumber>;
81
+ https: z.ZodOptional<z.ZodBoolean>;
82
+ username: z.ZodOptional<z.ZodString>;
83
+ password: z.ZodOptional<z.ZodString>;
84
+ onvifProfile: z.ZodOptional<z.ZodString>;
85
+ }, z.core.$strip>>, "query">;
86
+ };
87
+ readonly status: {
88
+ readonly schema: z.ZodObject<{
89
+ host: z.ZodString;
90
+ port: z.ZodNullable<z.ZodNumber>;
91
+ onvifPort: z.ZodNullable<z.ZodNumber>;
92
+ rtspPort: z.ZodNullable<z.ZodNumber>;
93
+ https: z.ZodNullable<z.ZodBoolean>;
94
+ hasUsername: z.ZodBoolean;
95
+ hasPassword: z.ZodBoolean;
96
+ onvifProfile: z.ZodNullable<z.ZodString>;
97
+ }, z.core.$strip>;
98
+ readonly kind: "command-driven";
99
+ };
100
+ };
101
+ export type ICameraCredentialsProvider = InferProvider<typeof cameraCredentialsCapability>;
102
+ //# sourceMappingURL=camera-credentials.cap.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"camera-credentials.cap.d.ts","sourceRoot":"","sources":["../../src/capabilities/camera-credentials.cap.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AACvB,OAAO,EAAqC,KAAK,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAClG,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAA;AAErD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AAEH,eAAO,MAAM,uBAAuB;;;;;;;;;iBAiBlC,CAAA;AAEF,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAA;AAEvE;;;;;GAKG;AACH,eAAO,MAAM,6BAA6B;;;;;;;;;iBASxC,CAAA;AAEF,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,6BAA6B,CAAC,CAAA;AAEnF,eAAO,MAAM,2BAA2B;;;;;;QAMpC;;;;;WAKG;;;;;;;;;;;;;;;;;;;;;;;;;;;CAWkC,CAAA;AAEzC,MAAM,MAAM,0BAA0B,GAAG,aAAa,CAAC,OAAO,2BAA2B,CAAC,CAAA"}