@camstack/types 0.1.39 → 0.1.41

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 (323) hide show
  1. package/dist/addon/base-addon.d.ts +14 -2
  2. package/dist/addon/base-addon.d.ts.map +1 -1
  3. package/dist/addon/durable-state.d.ts +33 -0
  4. package/dist/addon/durable-state.d.ts.map +1 -0
  5. package/dist/capabilities/accessories.cap.d.ts +56 -8
  6. package/dist/capabilities/accessories.cap.d.ts.map +1 -1
  7. package/dist/capabilities/addon-settings.cap.d.ts +1 -0
  8. package/dist/capabilities/addon-settings.cap.d.ts.map +1 -1
  9. package/dist/capabilities/addons.cap.d.ts +187 -1
  10. package/dist/capabilities/addons.cap.d.ts.map +1 -1
  11. package/dist/capabilities/advanced-notifier.cap.d.ts +4 -0
  12. package/dist/capabilities/advanced-notifier.cap.d.ts.map +1 -1
  13. package/dist/capabilities/air-quality-sensor.cap.d.ts +56 -0
  14. package/dist/capabilities/air-quality-sensor.cap.d.ts.map +1 -0
  15. package/dist/capabilities/alarm-panel.cap.d.ts +154 -0
  16. package/dist/capabilities/alarm-panel.cap.d.ts.map +1 -0
  17. package/dist/capabilities/alerts.cap.d.ts +5 -5
  18. package/dist/capabilities/ambient-light-sensor.cap.d.ts +39 -0
  19. package/dist/capabilities/ambient-light-sensor.cap.d.ts.map +1 -0
  20. package/dist/capabilities/audio-analyzer.cap.d.ts +2 -2
  21. package/dist/capabilities/automation-control.cap.d.ts +65 -0
  22. package/dist/capabilities/automation-control.cap.d.ts.map +1 -0
  23. package/dist/capabilities/battery.cap.d.ts +30 -1
  24. package/dist/capabilities/battery.cap.d.ts.map +1 -1
  25. package/dist/capabilities/binary.cap.d.ts +40 -0
  26. package/dist/capabilities/binary.cap.d.ts.map +1 -0
  27. package/dist/capabilities/brightness.cap.d.ts +3 -2
  28. package/dist/capabilities/brightness.cap.d.ts.map +1 -1
  29. package/dist/capabilities/broker.cap.d.ts +291 -0
  30. package/dist/capabilities/broker.cap.d.ts.map +1 -0
  31. package/dist/capabilities/button.cap.d.ts +27 -0
  32. package/dist/capabilities/button.cap.d.ts.map +1 -0
  33. package/dist/capabilities/camera-credentials.cap.d.ts +1 -0
  34. package/dist/capabilities/camera-credentials.cap.d.ts.map +1 -1
  35. package/dist/capabilities/camera-pipeline-config.cap.d.ts +43 -0
  36. package/dist/capabilities/camera-pipeline-config.cap.d.ts.map +1 -0
  37. package/dist/capabilities/camera-streams.cap.d.ts +147 -10
  38. package/dist/capabilities/camera-streams.cap.d.ts.map +1 -1
  39. package/dist/capabilities/capability-definition.d.ts +15 -0
  40. package/dist/capabilities/capability-definition.d.ts.map +1 -1
  41. package/dist/capabilities/carbon-monoxide.cap.d.ts +33 -0
  42. package/dist/capabilities/carbon-monoxide.cap.d.ts.map +1 -0
  43. package/dist/capabilities/climate-control.cap.d.ts +183 -0
  44. package/dist/capabilities/climate-control.cap.d.ts.map +1 -0
  45. package/dist/capabilities/color.cap.d.ts +186 -0
  46. package/dist/capabilities/color.cap.d.ts.map +1 -0
  47. package/dist/capabilities/connectivity.cap.d.ts +37 -0
  48. package/dist/capabilities/connectivity.cap.d.ts.map +1 -0
  49. package/dist/capabilities/consumables.cap.d.ts +105 -0
  50. package/dist/capabilities/consumables.cap.d.ts.map +1 -0
  51. package/dist/capabilities/contact.cap.d.ts +41 -0
  52. package/dist/capabilities/contact.cap.d.ts.map +1 -0
  53. package/dist/capabilities/control.cap.d.ts +167 -0
  54. package/dist/capabilities/control.cap.d.ts.map +1 -0
  55. package/dist/capabilities/cover.cap.d.ts +104 -0
  56. package/dist/capabilities/cover.cap.d.ts.map +1 -0
  57. package/dist/capabilities/custom-actions.d.ts +6 -0
  58. package/dist/capabilities/custom-actions.d.ts.map +1 -1
  59. package/dist/capabilities/decoder.cap.d.ts +1 -1
  60. package/dist/capabilities/device-adoption.cap.d.ts +203 -0
  61. package/dist/capabilities/device-adoption.cap.d.ts.map +1 -0
  62. package/dist/capabilities/device-discovery.cap.d.ts +44 -143
  63. package/dist/capabilities/device-discovery.cap.d.ts.map +1 -1
  64. package/dist/capabilities/device-manager.cap.d.ts +469 -0
  65. package/dist/capabilities/device-manager.cap.d.ts.map +1 -1
  66. package/dist/capabilities/device-ops.cap.d.ts +30 -0
  67. package/dist/capabilities/device-ops.cap.d.ts.map +1 -1
  68. package/dist/capabilities/device-provider.cap.d.ts +36 -0
  69. package/dist/capabilities/device-provider.cap.d.ts.map +1 -1
  70. package/dist/capabilities/device-status.cap.d.ts +1 -0
  71. package/dist/capabilities/device-status.cap.d.ts.map +1 -1
  72. package/dist/capabilities/doorbell.cap.d.ts +1 -0
  73. package/dist/capabilities/doorbell.cap.d.ts.map +1 -1
  74. package/dist/capabilities/enum-sensor.cap.d.ts +60 -0
  75. package/dist/capabilities/enum-sensor.cap.d.ts.map +1 -0
  76. package/dist/capabilities/event-emitter.cap.d.ts +79 -0
  77. package/dist/capabilities/event-emitter.cap.d.ts.map +1 -0
  78. package/dist/capabilities/fan-control.cap.d.ts +100 -0
  79. package/dist/capabilities/fan-control.cap.d.ts.map +1 -0
  80. package/dist/capabilities/feature-probe.cap.d.ts +1 -0
  81. package/dist/capabilities/feature-probe.cap.d.ts.map +1 -1
  82. package/dist/capabilities/flood.cap.d.ts +37 -0
  83. package/dist/capabilities/flood.cap.d.ts.map +1 -0
  84. package/dist/capabilities/gas.cap.d.ts +34 -0
  85. package/dist/capabilities/gas.cap.d.ts.map +1 -0
  86. package/dist/capabilities/humidifier.cap.d.ts +82 -0
  87. package/dist/capabilities/humidifier.cap.d.ts.map +1 -0
  88. package/dist/capabilities/humidity-sensor.cap.d.ts +43 -0
  89. package/dist/capabilities/humidity-sensor.cap.d.ts.map +1 -0
  90. package/dist/capabilities/image.cap.d.ts +44 -0
  91. package/dist/capabilities/image.cap.d.ts.map +1 -0
  92. package/dist/capabilities/index.d.ts +103 -15
  93. package/dist/capabilities/index.d.ts.map +1 -1
  94. package/dist/capabilities/integrations.cap.d.ts +12 -0
  95. package/dist/capabilities/integrations.cap.d.ts.map +1 -1
  96. package/dist/capabilities/intercom.cap.d.ts +49 -9
  97. package/dist/capabilities/intercom.cap.d.ts.map +1 -1
  98. package/dist/capabilities/lawn-mower-control.cap.d.ts +83 -0
  99. package/dist/capabilities/lawn-mower-control.cap.d.ts.map +1 -0
  100. package/dist/capabilities/local-network.cap.d.ts +1 -1
  101. package/dist/capabilities/lock-control.cap.d.ts +92 -0
  102. package/dist/capabilities/lock-control.cap.d.ts.map +1 -0
  103. package/dist/capabilities/mask-shape.d.ts +99 -0
  104. package/dist/capabilities/mask-shape.d.ts.map +1 -0
  105. package/dist/capabilities/media-player.cap.d.ts +201 -0
  106. package/dist/capabilities/media-player.cap.d.ts.map +1 -0
  107. package/dist/capabilities/mesh-network.cap.d.ts +3 -3
  108. package/dist/capabilities/motion-trigger.cap.d.ts +1 -0
  109. package/dist/capabilities/motion-trigger.cap.d.ts.map +1 -1
  110. package/dist/capabilities/motion-zones.cap.d.ts +95 -13
  111. package/dist/capabilities/motion-zones.cap.d.ts.map +1 -1
  112. package/dist/capabilities/mqtt-broker.cap.d.ts +3 -3
  113. package/dist/capabilities/native-object-detection.cap.d.ts +74 -3
  114. package/dist/capabilities/native-object-detection.cap.d.ts.map +1 -1
  115. package/dist/capabilities/network-access.cap.d.ts +7 -7
  116. package/dist/capabilities/network-quality.cap.d.ts +5 -0
  117. package/dist/capabilities/network-quality.cap.d.ts.map +1 -1
  118. package/dist/capabilities/notifier.cap.d.ts +173 -0
  119. package/dist/capabilities/notifier.cap.d.ts.map +1 -0
  120. package/dist/capabilities/numeric-sensor.cap.d.ts +52 -0
  121. package/dist/capabilities/numeric-sensor.cap.d.ts.map +1 -0
  122. package/dist/capabilities/oauth-integration.cap.d.ts +4 -2
  123. package/dist/capabilities/oauth-integration.cap.d.ts.map +1 -1
  124. package/dist/capabilities/osd.cap.d.ts +1 -0
  125. package/dist/capabilities/osd.cap.d.ts.map +1 -1
  126. package/dist/capabilities/pipeline-analytics.cap.d.ts +69 -22
  127. package/dist/capabilities/pipeline-analytics.cap.d.ts.map +1 -1
  128. package/dist/capabilities/pipeline-executor.cap.d.ts +2 -2
  129. package/dist/capabilities/pipeline-orchestrator.cap.d.ts +1 -1
  130. package/dist/capabilities/pipeline-runner.cap.d.ts +4 -2
  131. package/dist/capabilities/pipeline-runner.cap.d.ts.map +1 -1
  132. package/dist/capabilities/platform-probe.cap.d.ts +25 -0
  133. package/dist/capabilities/platform-probe.cap.d.ts.map +1 -1
  134. package/dist/capabilities/power-meter.cap.d.ts +65 -0
  135. package/dist/capabilities/power-meter.cap.d.ts.map +1 -0
  136. package/dist/capabilities/presence.cap.d.ts +79 -0
  137. package/dist/capabilities/presence.cap.d.ts.map +1 -0
  138. package/dist/capabilities/pressure-sensor.cap.d.ts +43 -0
  139. package/dist/capabilities/pressure-sensor.cap.d.ts.map +1 -0
  140. package/dist/capabilities/privacy-mask.cap.d.ts +207 -0
  141. package/dist/capabilities/privacy-mask.cap.d.ts.map +1 -0
  142. package/dist/capabilities/ptz-autotrack.cap.d.ts +1 -0
  143. package/dist/capabilities/ptz-autotrack.cap.d.ts.map +1 -1
  144. package/dist/capabilities/ptz.cap.d.ts +1 -0
  145. package/dist/capabilities/ptz.cap.d.ts.map +1 -1
  146. package/dist/capabilities/reboot.cap.d.ts +1 -0
  147. package/dist/capabilities/reboot.cap.d.ts.map +1 -1
  148. package/dist/capabilities/recording.cap.d.ts +238 -32
  149. package/dist/capabilities/recording.cap.d.ts.map +1 -1
  150. package/dist/capabilities/restreamer.cap.d.ts +2 -2
  151. package/dist/capabilities/schemas/detection-shared.d.ts +14 -1
  152. package/dist/capabilities/schemas/detection-shared.d.ts.map +1 -1
  153. package/dist/capabilities/schemas/orchestrator-metrics.d.ts +2 -2
  154. package/dist/capabilities/schemas/streaming-shared.d.ts +64 -1
  155. package/dist/capabilities/schemas/streaming-shared.d.ts.map +1 -1
  156. package/dist/capabilities/script-runner.cap.d.ts +62 -0
  157. package/dist/capabilities/script-runner.cap.d.ts.map +1 -0
  158. package/dist/capabilities/settings-store.cap.d.ts +25 -0
  159. package/dist/capabilities/settings-store.cap.d.ts.map +1 -1
  160. package/dist/capabilities/smoke.cap.d.ts +38 -0
  161. package/dist/capabilities/smoke.cap.d.ts.map +1 -0
  162. package/dist/capabilities/snapshot-provider.cap.d.ts +1 -1
  163. package/dist/capabilities/snapshot.cap.d.ts +1 -0
  164. package/dist/capabilities/snapshot.cap.d.ts.map +1 -1
  165. package/dist/capabilities/sso-bridge.cap.d.ts +3 -3
  166. package/dist/capabilities/storage-evictable.cap.d.ts +54 -0
  167. package/dist/capabilities/storage-evictable.cap.d.ts.map +1 -0
  168. package/dist/capabilities/storage-provider.cap.d.ts +31 -186
  169. package/dist/capabilities/storage-provider.cap.d.ts.map +1 -1
  170. package/dist/capabilities/storage.cap.d.ts +35 -226
  171. package/dist/capabilities/storage.cap.d.ts.map +1 -1
  172. package/dist/capabilities/stream-broker.cap.d.ts +309 -25
  173. package/dist/capabilities/stream-broker.cap.d.ts.map +1 -1
  174. package/dist/capabilities/stream-catalog.cap.d.ts +85 -0
  175. package/dist/capabilities/stream-catalog.cap.d.ts.map +1 -0
  176. package/dist/capabilities/stream-params.cap.d.ts +27 -26
  177. package/dist/capabilities/stream-params.cap.d.ts.map +1 -1
  178. package/dist/capabilities/switch.cap.d.ts +1 -0
  179. package/dist/capabilities/switch.cap.d.ts.map +1 -1
  180. package/dist/capabilities/tamper.cap.d.ts +33 -0
  181. package/dist/capabilities/tamper.cap.d.ts.map +1 -0
  182. package/dist/capabilities/temperature-sensor.cap.d.ts +51 -0
  183. package/dist/capabilities/temperature-sensor.cap.d.ts.map +1 -0
  184. package/dist/capabilities/update.cap.d.ts +49 -0
  185. package/dist/capabilities/update.cap.d.ts.map +1 -0
  186. package/dist/capabilities/user-management.cap.d.ts +20 -20
  187. package/dist/capabilities/vacuum-control.cap.d.ts +229 -0
  188. package/dist/capabilities/vacuum-control.cap.d.ts.map +1 -0
  189. package/dist/capabilities/valve.cap.d.ts +93 -0
  190. package/dist/capabilities/valve.cap.d.ts.map +1 -0
  191. package/dist/capabilities/vibration.cap.d.ts +33 -0
  192. package/dist/capabilities/vibration.cap.d.ts.map +1 -0
  193. package/dist/capabilities/water-heater.cap.d.ts +78 -0
  194. package/dist/capabilities/water-heater.cap.d.ts.map +1 -0
  195. package/dist/capabilities/weather.cap.d.ts +76 -0
  196. package/dist/capabilities/weather.cap.d.ts.map +1 -0
  197. package/dist/capabilities/webrtc-session.cap.d.ts +128 -0
  198. package/dist/capabilities/webrtc-session.cap.d.ts.map +1 -1
  199. package/dist/constants.d.ts +0 -2
  200. package/dist/constants.d.ts.map +1 -1
  201. package/dist/device/base-device-provider.d.ts +11 -0
  202. package/dist/device/base-device-provider.d.ts.map +1 -1
  203. package/dist/device/base-device.d.ts +52 -0
  204. package/dist/device/base-device.d.ts.map +1 -1
  205. package/dist/device/device-context.d.ts +29 -0
  206. package/dist/device/device-context.d.ts.map +1 -1
  207. package/dist/device/device-link-transform.d.ts +6 -0
  208. package/dist/device/device-link-transform.d.ts.map +1 -0
  209. package/dist/device/device-management.d.ts +116 -4
  210. package/dist/device/device-management.d.ts.map +1 -1
  211. package/dist/device/device-type.d.ts +214 -3
  212. package/dist/device/device-type.d.ts.map +1 -1
  213. package/dist/device/device.d.ts +25 -0
  214. package/dist/device/device.d.ts.map +1 -1
  215. package/dist/device/index.d.ts +5 -1
  216. package/dist/device/index.d.ts.map +1 -1
  217. package/dist/device/path-util.d.ts +13 -0
  218. package/dist/device/path-util.d.ts.map +1 -0
  219. package/dist/device/schema-fields.d.ts +12 -0
  220. package/dist/device/schema-fields.d.ts.map +1 -0
  221. package/dist/device/source-info.d.ts +87 -0
  222. package/dist/device/source-info.d.ts.map +1 -0
  223. package/dist/device/system-mirror.d.ts +6 -2
  224. package/dist/device/system-mirror.d.ts.map +1 -1
  225. package/dist/encode-profile.d.ts +126 -0
  226. package/dist/encode-profile.d.ts.map +1 -0
  227. package/dist/enums/event-category.d.ts +92 -7
  228. package/dist/enums/event-category.d.ts.map +1 -1
  229. package/dist/generated/addon-api.d.ts +12821 -8025
  230. package/dist/generated/addon-api.d.ts.map +1 -1
  231. package/dist/generated/cap-status-types.d.ts +87 -1
  232. package/dist/generated/cap-status-types.d.ts.map +1 -1
  233. package/dist/generated/capability-router-map.d.ts +142 -7
  234. package/dist/generated/capability-router-map.d.ts.map +1 -1
  235. package/dist/generated/device-local-state.d.ts +123 -0
  236. package/dist/generated/device-local-state.d.ts.map +1 -1
  237. package/dist/generated/device-proxy.d.ts +132 -5
  238. package/dist/generated/device-proxy.d.ts.map +1 -1
  239. package/dist/generated/method-access-map.d.ts +1 -1
  240. package/dist/generated/method-access-map.d.ts.map +1 -1
  241. package/dist/generated/provider-kind-map.d.ts +1 -1
  242. package/dist/generated/provider-kind-map.d.ts.map +1 -1
  243. package/dist/generated/system-proxy.d.ts +10 -8
  244. package/dist/generated/system-proxy.d.ts.map +1 -1
  245. package/dist/health/wiring-health.d.ts +136 -0
  246. package/dist/health/wiring-health.d.ts.map +1 -0
  247. package/dist/{index-CMM1Y9W6.js → index-BSA_TBea.js} +4774 -923
  248. package/dist/index-BSA_TBea.js.map +1 -0
  249. package/dist/{index-QRlzao1I.mjs → index-Bpj3ScIH.mjs} +5142 -1291
  250. package/dist/index-Bpj3ScIH.mjs.map +1 -0
  251. package/dist/index.d.ts +23 -3
  252. package/dist/index.d.ts.map +1 -1
  253. package/dist/index.js +1498 -119
  254. package/dist/index.js.map +1 -1
  255. package/dist/index.mjs +1806 -427
  256. package/dist/index.mjs.map +1 -1
  257. package/dist/interfaces/addon-data-plane.d.ts +76 -0
  258. package/dist/interfaces/addon-data-plane.d.ts.map +1 -0
  259. package/dist/interfaces/addon.d.ts +61 -1
  260. package/dist/interfaces/addon.d.ts.map +1 -1
  261. package/dist/interfaces/advanced-notifier.d.ts +4 -0
  262. package/dist/interfaces/advanced-notifier.d.ts.map +1 -1
  263. package/dist/interfaces/capability.d.ts +59 -1
  264. package/dist/interfaces/capability.d.ts.map +1 -1
  265. package/dist/interfaces/config-ui.d.ts +70 -6
  266. package/dist/interfaces/config-ui.d.ts.map +1 -1
  267. package/dist/interfaces/device-capabilities/camera.d.ts +2 -1
  268. package/dist/interfaces/device-capabilities/camera.d.ts.map +1 -1
  269. package/dist/interfaces/event-bus.d.ts +105 -4
  270. package/dist/interfaces/event-bus.d.ts.map +1 -1
  271. package/dist/interfaces/kernel-abstractions.d.ts +10 -1
  272. package/dist/interfaces/kernel-abstractions.d.ts.map +1 -1
  273. package/dist/interfaces/network-quality.d.ts +8 -0
  274. package/dist/interfaces/network-quality.d.ts.map +1 -1
  275. package/dist/interfaces/pipeline-executor-capability.d.ts +2 -2
  276. package/dist/interfaces/pipeline-orchestrator-capability.d.ts +2 -1
  277. package/dist/interfaces/pipeline-orchestrator-capability.d.ts.map +1 -1
  278. package/dist/interfaces/pipeline-runner-capability.d.ts +7 -0
  279. package/dist/interfaces/pipeline-runner-capability.d.ts.map +1 -1
  280. package/dist/interfaces/recording-config.d.ts +91 -0
  281. package/dist/interfaces/recording-config.d.ts.map +1 -0
  282. package/dist/interfaces/rtp-egress.d.ts +2 -3
  283. package/dist/interfaces/rtp-egress.d.ts.map +1 -1
  284. package/dist/interfaces/storage-location-declaration.d.ts +34 -0
  285. package/dist/interfaces/storage-location-declaration.d.ts.map +1 -0
  286. package/dist/interfaces/storage-location.d.ts +18 -74
  287. package/dist/interfaces/storage-location.d.ts.map +1 -1
  288. package/dist/interfaces/storage.d.ts +15 -4
  289. package/dist/interfaces/storage.d.ts.map +1 -1
  290. package/dist/interfaces/stream-broker.d.ts +39 -4
  291. package/dist/interfaces/stream-broker.d.ts.map +1 -1
  292. package/dist/interfaces/timezones.d.ts +59 -0
  293. package/dist/interfaces/timezones.d.ts.map +1 -0
  294. package/dist/node.d.ts +3 -0
  295. package/dist/node.d.ts.map +1 -1
  296. package/dist/node.js +50 -8
  297. package/dist/node.js.map +1 -1
  298. package/dist/node.mjs +51 -9
  299. package/dist/node.mjs.map +1 -1
  300. package/dist/readiness/readiness-registry.d.ts.map +1 -1
  301. package/dist/schemas/auth-records.d.ts +4 -4
  302. package/dist/storage/filesystem-storage-provider.d.ts +2 -1
  303. package/dist/storage/filesystem-storage-provider.d.ts.map +1 -1
  304. package/dist/stream-selection.d.ts +85 -0
  305. package/dist/stream-selection.d.ts.map +1 -0
  306. package/dist/types/detection.d.ts +3 -3
  307. package/dist/types/io.d.ts +13 -1
  308. package/dist/types/io.d.ts.map +1 -1
  309. package/dist/util/location-match.d.ts +15 -0
  310. package/dist/util/location-match.d.ts.map +1 -0
  311. package/dist/utils/canonical-hash.d.ts +20 -0
  312. package/dist/utils/canonical-hash.d.ts.map +1 -0
  313. package/dist/utils/export-reconciler.d.ts +101 -0
  314. package/dist/utils/export-reconciler.d.ts.map +1 -0
  315. package/dist/utils/privacy-grid-raster.d.ts +48 -0
  316. package/dist/utils/privacy-grid-raster.d.ts.map +1 -0
  317. package/dist/utils/sleep.d.ts +36 -0
  318. package/dist/utils/sleep.d.ts.map +1 -0
  319. package/package.json +1 -1
  320. package/dist/capabilities/recording-engine.cap.d.ts +0 -477
  321. package/dist/capabilities/recording-engine.cap.d.ts.map +0 -1
  322. package/dist/index-CMM1Y9W6.js.map +0 -1
  323. package/dist/index-QRlzao1I.mjs.map +0 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"encode-profile.d.ts","sourceRoot":"","sources":["../src/encode-profile.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB;;;;;;;;;;;GAWG;AAEH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAa5B,CAAA;AACF,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAA;AAE3D,eAAO,MAAM,iBAAiB;;;;;;;;;;;mBAQ5B,CAAA;AACF,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAA;AAE3D,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAgB9B,CAAA;AACF,MAAM,MAAM,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAA;AAE/D;;;;;;;;;;GAUG;AACH,wBAAgB,4BAA4B,CAAC,MAAM,EAAE;IACnD,QAAQ,CAAC,KAAK,CAAC,EAAE,MAAM,CAAA;IACvB,QAAQ,CAAC,UAAU,CAAC,EAAE;QAAE,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;QAAC,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAA;KAAE,CAAA;IACzE,QAAQ,CAAC,GAAG,CAAC,EAAE,MAAM,CAAA;CACtB,GAAG,aAAa,GAAG,SAAS,CAgB5B"}
@@ -83,6 +83,21 @@ export declare enum EventCategory {
83
83
  * fires on hardware-config changes (host/port/credentials/etc).
84
84
  */
85
85
  DeviceMetaChanged = "device.meta-changed",
86
+ /**
87
+ * Emitted by `BaseDevice.updateSourceInfo()` after a successful patch
88
+ * to the device's upstream-system identity / rendering envelope. The
89
+ * full new SourceInfo travels in the payload so cross-process listeners
90
+ * (UI, export adapters) don't need to re-read the meta blob.
91
+ *
92
+ * Payload: `{deviceId, sourceInfo}`.
93
+ *
94
+ * Distinct from `DeviceMetaChanged` which covers the operator-edited
95
+ * surface (`name` / `location` / `disabled`). The two share the
96
+ * persistence layer (both ride on `device-manager.setMetadata` for
97
+ * SourceInfo, or `setName`/`setLocation`/`setDisabled` for the meta
98
+ * fields) but consumers care about different subsets.
99
+ */
100
+ DeviceSourceInfoChanged = "device.source-info-changed",
86
101
  /**
87
102
  * Emitted by DeviceStreamWiringService after a successful
88
103
  * `stream-broker.registerDeviceStreams` call. Payload includes
@@ -92,9 +107,33 @@ export declare enum EventCategory {
92
107
  * Replaces the legacy `StreamRouterService.onDeviceRegistered` callback.
93
108
  */
94
109
  DeviceStreamsRegistered = "device.streams-registered",
110
+ /**
111
+ * Device-level "fully provisioned" signal — the EXPORT trigger. Emitted once
112
+ * a device's persisted export-relevant shape (its `DeviceFeature` set) is
113
+ * established or changes, carrying `{deviceId, fingerprint, generation}`.
114
+ * Export adapters (Alexa / HAP) react to THIS instead of the chatty per-cap
115
+ * `DeviceBindingsChanged`, turning a boot's incomplete→complete trickle into
116
+ * one clean delta. `fingerprint` is `canonicalDeviceFingerprint(shape)`.
117
+ *
118
+ * Spec: docs/superpowers/specs/2026-06-01-alexa-hap-export-reconciler-design.md
119
+ */
120
+ DeviceProvisioned = "device.provisioned",
121
+ /**
122
+ * Fires once when a device's initial feature-probe completes successfully
123
+ * (lastProbedAt 0→>0); exported shape is now stable. Telemetry (may be
124
+ * dropped) — consumers MUST also gate on the device record's `probed` flag.
125
+ */
126
+ DeviceReady = "device.ready",
95
127
  IntegrationEnabled = "integration.enabled",
96
128
  IntegrationDisabled = "integration.disabled",
97
129
  IntegrationDeleted = "integration.deleted",
130
+ /** Emitted when a broker connection's status flips (connected /
131
+ * disconnected / error). Carries `{ brokerId, status, error? }`. */
132
+ BrokerStatusChanged = "broker.status-changed",
133
+ /** Emitted for every subscription-matched message routed by a
134
+ * broker provider. Carries `{ brokerId, subscriptionId, key, payload }`.
135
+ * Consumers filter by `brokerId` + `subscriptionId` in the handler. */
136
+ BrokerMessage = "broker.message",
98
137
  ProviderStarted = "provider.started",
99
138
  ProviderStopped = "provider.stopped",
100
139
  ProcessCrashed = "process.crashed",
@@ -183,15 +222,23 @@ export declare enum EventCategory {
183
222
  /**
184
223
  * Cap event fired by `stream-broker` when a broker fails to dial a
185
224
  * managed-loopback source (today: `pull-rfc4571`) and the publisher
186
- * needs to refresh the cached URL. Mirrors Scrypted's
187
- * `ensureRfcServer` self-heal pattern: the lib's TCP server
188
- * idle-tears-down on its own schedule, so a re-publish with a fresh
189
- * `host:port` is the only way to keep the broker dialable. Camera
190
- * providers (Reolink Baichuan native, …) subscribe and respond by
191
- * re-running their publish pipeline.
225
+ * needs to refresh the cached URL. The lib's TCP server idle-tears-down
226
+ * on its own schedule, so a re-publish with a fresh `host:port` is the
227
+ * only way to keep the broker dialable. Camera providers (Reolink
228
+ * Baichuan native, …) subscribe and respond by re-running their publish
229
+ * pipeline.
192
230
  * Payload: `{ deviceId, camStreamId, brokerId }`.
193
231
  */
194
232
  StreamBrokerOnRequestStreamSourceRefresh = "stream-broker.onRequestStreamSourceRefresh",
233
+ /**
234
+ * A camera provider changed a device's stream parameters (codec /
235
+ * resolution / bitrate / a stream added or removed). A LOW-LATENCY NUDGE
236
+ * for the stream-broker's catalog reconcile: it carries NO authoritative
237
+ * data — the broker re-PULLS that device's `stream-catalog` cap on receipt
238
+ * (the 30s reconcile poll is the backstop if this nudge is dropped). Emitted
239
+ * by providers from `stream-params.setProfile`. Payload: `{ deviceId }`.
240
+ */
241
+ StreamParamsChanged = "stream-params.changed",
195
242
  /**
196
243
  * Generic per-device runtime-state change. Fired by `device-manager`
197
244
  * whenever a persisted slice in any cap's `runtimeState` shape
@@ -211,6 +258,17 @@ export declare enum EventCategory {
211
258
  * polling `batteryCapability.getStatus`.
212
259
  */
213
260
  BatteryOnStatusChanged = "battery.onStatusChanged",
261
+ /**
262
+ * Emitted by the battery cap provider WHEN `wakeForStream` enters the
263
+ * "wake in progress" window — between the Baichuan wake-up issue and
264
+ * the camera's first dialed-back RTP packet. The stream-broker
265
+ * manager subscribes to flip the per-broker placeholder reason to
266
+ * `'waking'` so viewers see a labelled "WAKING UP" tile instead of
267
+ * the generic `'reconnecting'` frame. Carries `{ deviceId }`. The
268
+ * complementary "wake complete" signal is the existing
269
+ * `BatteryOnStatusChanged { sleeping: false }` event.
270
+ */
271
+ BatteryOnWakeStarted = "battery.onWakeStarted",
214
272
  /**
215
273
  * Cap event fired by every device that registers the `doorbell`
216
274
  * capability. Mirrors `doorbellCapability.events.onPressed`. Carries
@@ -219,6 +277,15 @@ export declare enum EventCategory {
219
277
  * on the device detail page.
220
278
  */
221
279
  DoorbellOnPressed = "doorbell.onPressed",
280
+ /**
281
+ * Cap event fired by every device that registers the `event-emitter`
282
+ * capability. Mirrors `eventEmitterCapability.events.onEvent`. Carries
283
+ * `{ deviceId, eventType, data, timestamp, seq }` — the device's EXACT
284
+ * declared event verbatim (NO normalization). Subscribers (UI event
285
+ * stream, advanced-notifier rules) react to fired events without
286
+ * holding a cap reference.
287
+ */
288
+ EventEmitted = "event-emitter.event",
222
289
  /**
223
290
  * Periodic snapshot of the per-node detection-pipeline engine
224
291
  * registry (loaded engines, models resident, in-use cameras, idle
@@ -336,6 +403,15 @@ export declare enum EventCategory {
336
403
  /** Fired by the `local-network` cap when the host's interface set
337
404
  * changes (new IP from DHCP, VPN connect, docker bridge added). */
338
405
  LocalNetworkChanged = "network.local.changed",
406
+ /**
407
+ * Fired by a `mesh-network` provider (Tailscale, …) when its
408
+ * mesh-reachable host changes (join / leave / MagicDNS or 100.x IP
409
+ * change). Lets `local-network` fold the mesh endpoint into its
410
+ * connection-endpoint list without a cross-package import. Payload
411
+ * carries the preferred host (`host: ''` = no longer reachable),
412
+ * the hub port, and the scheme. Telemetry-grade (D8): consumers
413
+ * pull-reconcile from the provider's `getStatus` on reconnect. */
414
+ MeshNetworkChanged = "network.mesh.changed",
339
415
  BackupCompleted = "backup.completed",
340
416
  BackupRestored = "backup.restored",
341
417
  NotificationDispatched = "notification.dispatched",
@@ -366,6 +442,15 @@ export declare enum EventCategory {
366
442
  * Battery cam went to sleep. See `DeviceAwake`.
367
443
  */
368
444
  DeviceSleeping = "device.sleeping",
369
- RetentionCleanup = "retention.cleanup"
445
+ RetentionCleanup = "retention.cleanup",
446
+ /**
447
+ * Progress snapshot emitted by `BulkUpdateCoordinator` on every state
448
+ * transition (item status change, phase change, completion, cancel).
449
+ * Payload is `BulkUpdateState`. Admin UI subscribes via `useLiveEvent`
450
+ * to drive the sticky `BulkUpdateBanner` and per-row `AddonRowBadge`.
451
+ *
452
+ * Spec: docs/superpowers/specs/2026-05-21-addons-bulk-update-progress-design.md
453
+ */
454
+ AddonsBulkUpdateProgress = "addons.bulk-update-progress"
370
455
  }
371
456
  //# sourceMappingURL=event-category.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"event-category.d.ts","sourceRoot":"","sources":["../../src/enums/event-category.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"event-category.d.ts","sourceRoot":"","sources":["../../src/enums/event-category.ts"],"names":[],"mappings":"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"}