@camstack/types 0.1.31 → 0.1.33

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 (90) hide show
  1. package/dist/capabilities/admin-ui.cap.d.ts +6 -2
  2. package/dist/capabilities/admin-ui.cap.d.ts.map +1 -1
  3. package/dist/capabilities/advanced-notifier.cap.d.ts +202 -29
  4. package/dist/capabilities/advanced-notifier.cap.d.ts.map +1 -1
  5. package/dist/capabilities/audio-codec.cap.d.ts +2 -2
  6. package/dist/capabilities/capability-definition.d.ts +22 -0
  7. package/dist/capabilities/capability-definition.d.ts.map +1 -1
  8. package/dist/capabilities/device-export.cap.d.ts +77 -0
  9. package/dist/capabilities/device-export.cap.d.ts.map +1 -0
  10. package/dist/capabilities/embedding-encoder.cap.d.ts +14 -7
  11. package/dist/capabilities/embedding-encoder.cap.d.ts.map +1 -1
  12. package/dist/capabilities/index.d.ts +15 -11
  13. package/dist/capabilities/index.d.ts.map +1 -1
  14. package/dist/capabilities/intercom.cap.d.ts +34 -0
  15. package/dist/capabilities/intercom.cap.d.ts.map +1 -1
  16. package/dist/capabilities/mesh-network.cap.d.ts +72 -22
  17. package/dist/capabilities/mesh-network.cap.d.ts.map +1 -1
  18. package/dist/capabilities/mesh-orchestrator.cap.d.ts +67 -0
  19. package/dist/capabilities/mesh-orchestrator.cap.d.ts.map +1 -1
  20. package/dist/capabilities/mqtt-broker.cap.d.ts +153 -0
  21. package/dist/capabilities/mqtt-broker.cap.d.ts.map +1 -0
  22. package/dist/capabilities/network-access.cap.d.ts +41 -1
  23. package/dist/capabilities/network-access.cap.d.ts.map +1 -1
  24. package/dist/capabilities/nodes.cap.d.ts +23 -1
  25. package/dist/capabilities/nodes.cap.d.ts.map +1 -1
  26. package/dist/capabilities/platform-probe.cap.d.ts +234 -15
  27. package/dist/capabilities/platform-probe.cap.d.ts.map +1 -1
  28. package/dist/capabilities/smtp-provider.cap.d.ts +11 -10
  29. package/dist/capabilities/smtp-provider.cap.d.ts.map +1 -1
  30. package/dist/capabilities/sso-bridge.cap.d.ts +3 -0
  31. package/dist/capabilities/sso-bridge.cap.d.ts.map +1 -1
  32. package/dist/capabilities/stream-broker.cap.d.ts +90 -85
  33. package/dist/capabilities/stream-broker.cap.d.ts.map +1 -1
  34. package/dist/capabilities/user-management.cap.d.ts +4 -0
  35. package/dist/capabilities/user-management.cap.d.ts.map +1 -1
  36. package/dist/capabilities/webrtc-session.cap.d.ts +34 -0
  37. package/dist/capabilities/webrtc-session.cap.d.ts.map +1 -1
  38. package/dist/enums/event-category.d.ts +1 -8
  39. package/dist/enums/event-category.d.ts.map +1 -1
  40. package/dist/generated/addon-api.d.ts +13377 -10829
  41. package/dist/generated/addon-api.d.ts.map +1 -1
  42. package/dist/generated/cap-status-types.d.ts +5 -1
  43. package/dist/generated/cap-status-types.d.ts.map +1 -1
  44. package/dist/generated/capability-router-map.d.ts +7 -7
  45. package/dist/generated/capability-router-map.d.ts.map +1 -1
  46. package/dist/generated/device-proxy.d.ts +2 -0
  47. package/dist/generated/device-proxy.d.ts.map +1 -1
  48. package/dist/generated/method-access-map.d.ts +1 -1
  49. package/dist/generated/method-access-map.d.ts.map +1 -1
  50. package/dist/generated/provider-kind-map.d.ts +22 -0
  51. package/dist/generated/provider-kind-map.d.ts.map +1 -0
  52. package/dist/generated/system-proxy.d.ts +9 -5
  53. package/dist/generated/system-proxy.d.ts.map +1 -1
  54. package/dist/{index-BKifir_y.js → index-DRWlYskM.js} +541 -355
  55. package/dist/index-DRWlYskM.js.map +1 -0
  56. package/dist/{index-BKnvgAep.mjs → index-YnRVILXN.mjs} +801 -615
  57. package/dist/index-YnRVILXN.mjs.map +1 -0
  58. package/dist/index.d.ts +2 -0
  59. package/dist/index.d.ts.map +1 -1
  60. package/dist/index.js +119 -40
  61. package/dist/index.js.map +1 -1
  62. package/dist/index.mjs +376 -297
  63. package/dist/index.mjs.map +1 -1
  64. package/dist/interfaces/addon.d.ts +14 -3
  65. package/dist/interfaces/addon.d.ts.map +1 -1
  66. package/dist/interfaces/advanced-notifier.d.ts +8 -7
  67. package/dist/interfaces/advanced-notifier.d.ts.map +1 -1
  68. package/dist/interfaces/api-responses.d.ts +6 -0
  69. package/dist/interfaces/api-responses.d.ts.map +1 -1
  70. package/dist/interfaces/capability.d.ts +6 -6
  71. package/dist/interfaces/capability.d.ts.map +1 -1
  72. package/dist/interfaces/embedding-encoder.d.ts +16 -7
  73. package/dist/interfaces/embedding-encoder.d.ts.map +1 -1
  74. package/dist/interfaces/rtp-egress.d.ts +45 -0
  75. package/dist/interfaces/rtp-egress.d.ts.map +1 -0
  76. package/dist/interfaces/storage.d.ts +1 -1
  77. package/dist/interfaces/storage.d.ts.map +1 -1
  78. package/dist/node.js +6 -6
  79. package/dist/node.js.map +1 -1
  80. package/dist/node.mjs +6 -6
  81. package/dist/node.mjs.map +1 -1
  82. package/dist/storage/filesystem-storage-provider.d.ts +1 -1
  83. package/dist/storage/filesystem-storage-provider.d.ts.map +1 -1
  84. package/package.json +1 -1
  85. package/dist/capabilities/home-assistant.cap.d.ts +0 -138
  86. package/dist/capabilities/home-assistant.cap.d.ts.map +0 -1
  87. package/dist/capabilities/mqtt-provider.cap.d.ts +0 -91
  88. package/dist/capabilities/mqtt-provider.cap.d.ts.map +0 -1
  89. package/dist/index-BKifir_y.js.map +0 -1
  90. package/dist/index-BKnvgAep.mjs.map +0 -1
package/dist/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
- import { h as hydrateSchema, e as errMsg, z as zonesCapability, a as zoneRulesCapability, b as zoneAnalyticsCapability, s as switchCapability, p as ptzAutotrackCapability, m as motionTriggerCapability, c as motionCapability, f as featureProbeCapability, d as doorbellCapability, g as deviceStatusCapability, i as deviceDiscoveryCapability, j as cameraStreamsCapability, k as brightnessCapability, l as batteryCapability, n as audioMetricsCapability, o as deviceProviderCapability, q as accessoriesCapability, r as addonPagesCapability, t as addonPagesSourceCapability, u as addonRoutesCapability, v as addonSettingsCapability, w as addonWidgetsCapability, x as addonWidgetsSourceCapability, y as addonsCapability, A as adminUiCapability, B as advancedNotifierCapability, C as alertsCapability, D as audioAnalysisCapability, E as audioAnalyzerCapability, F as audioCodecCapability, G as authProviderCapability, H as authenticationCapability, I as backupCapability, J as cameraCredentialsCapability, K as decoderCapability, L as detectionPipelineCapability, M as deviceManagerCapability, N as deviceOpsCapability, O as deviceStateCapability, P as embeddingEncoderCapability, Q as eventsCapability, R as homeAssistantCapability, S as integrationsCapability, T as intercomCapability, U as localNetworkCapability, V as logDestinationCapability, W as meshNetworkCapability, X as meshOrchestratorCapability, Y as metricsProviderCapability, Z as motionDetectionCapability, _ as mqttProviderCapability, $ as nativeObjectDetectionCapability, a0 as networkAccessCapability, a1 as networkQualityCapability, a2 as nodesCapability, a3 as notificationOutputCapability, a4 as osdCapability, a5 as pipelineAnalyticsCapability, a6 as pipelineExecutorCapability, a7 as pipelineOrchestratorCapability, a8 as pipelineRunnerCapability, a9 as platformProbeCapability, aa as ptzCapability, ab as rebootCapability, ac as recordingCapability, ad as recordingEngineCapability, ae as remoteAccessCapability, af as restreamerCapability, ag as settingsStoreCapability, ah as smtpProviderCapability, ai as snapshotCapability, aj as snapshotProviderCapability, ak as ssoBridgeCapability, al as storageCapability, am as storageProviderCapability, an as streamBrokerCapability, ao as streamingEngineCapability, ap as systemCapability, aq as toastCapability, ar as turnOrchestratorCapability, as as turnProviderCapability, at as userManagementCapability, au as userPasskeysCapability, av as webrtcCapability, aw as webrtcSessionCapability } from "./index-BKnvgAep.mjs";
2
- import { ax, ay, az, aA, aB, aC, aD, aE, aF, aG, aH, aI, aJ, aK, aL, aM, aN, aO, aP, aQ, aR, aS, aT, aU, aV, aW, aX, aY, aZ, a_, a$, b0, b1, b2, b3, b4, b5, b6, b7, b8, b9, ba, bb, bc, bd, be, bf, bg, bh, bi, bj, bk, bl, bm, bn, bo, bp, bq, br, bs, bt, bu, bv, bw, bx, by, bz, bA, bB, bC, bD, bE, bF, bG, bH, bI, bJ, bK, bL, bM, bN, bO, bP, bQ, bR, bS, bT, bU, bV, bW, bX, bY, bZ, b_, b$, c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, ca, cb, cc, cd, ce, cf, cg, ch, ci, cj, ck, cl, cm, cn, co, cp, cq, cr, cs, ct, cu, cv, cw, cx, cy, cz, cA, cB, cC, cD, cE, cF, cG, cH, cI, cJ, cK, cL, cM, cN, cO, cP, cQ, cR, cS, cT, cU, cV, cW, cX, cY, cZ, c_, c$, d0, d1, d2, d3, d4, d5, d6, d7, d8, d9, da, db, dc, dd, de, df, dg, dh, di, dj, dk, dl, dm, dn, dp, dq, dr, ds, dt, du, dv, dw, dx, dy, dz, dA, dB, dC, dD, dE, dF, dG, dH, dI, dJ, dK, dL, dM, dN, dO, dP, dQ, dR, dS, dT, dU, dV, dW, dX, dY, dZ, d_, d$, e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, ea, eb, ec, ed, ee, ef, eg, eh, ei, ej, ek, el, em, en, eo, ep, eq, er, es, et, eu, ev, ew, ex, ey, ez, eA, eB, eC, eD, eE, eF, eG, eH, eI, eJ, eK } from "./index-BKnvgAep.mjs";
1
+ import { h as hydrateSchema, e as errMsg, z as zonesCapability, a as zoneRulesCapability, b as zoneAnalyticsCapability, s as switchCapability, p as ptzAutotrackCapability, m as motionTriggerCapability, c as motionCapability, f as featureProbeCapability, d as doorbellCapability, g as deviceStatusCapability, i as deviceDiscoveryCapability, j as cameraStreamsCapability, k as brightnessCapability, l as batteryCapability, n as audioMetricsCapability, o as deviceProviderCapability, q as accessoriesCapability, r as addonPagesCapability, t as addonPagesSourceCapability, u as addonRoutesCapability, v as addonSettingsCapability, w as addonWidgetsCapability, x as addonWidgetsSourceCapability, y as addonsCapability, A as adminUiCapability, B as advancedNotifierCapability, C as alertsCapability, D as audioAnalysisCapability, E as audioAnalyzerCapability, F as audioCodecCapability, G as authProviderCapability, H as authenticationCapability, I as backupCapability, J as cameraCredentialsCapability, K as decoderCapability, L as detectionPipelineCapability, M as deviceExportCapability, N as deviceManagerCapability, O as deviceOpsCapability, P as deviceStateCapability, Q as embeddingEncoderCapability, R as eventsCapability, S as integrationsCapability, T as intercomCapability, U as localNetworkCapability, V as logDestinationCapability, W as meshNetworkCapability, X as meshOrchestratorCapability, Y as metricsProviderCapability, Z as motionDetectionCapability, _ as mqttBrokerCapability, $ as nativeObjectDetectionCapability, a0 as networkAccessCapability, a1 as networkQualityCapability, a2 as nodesCapability, a3 as notificationOutputCapability, a4 as osdCapability, a5 as pipelineAnalyticsCapability, a6 as pipelineExecutorCapability, a7 as pipelineOrchestratorCapability, a8 as pipelineRunnerCapability, a9 as platformProbeCapability, aa as ptzCapability, ab as rebootCapability, ac as recordingCapability, ad as recordingEngineCapability, ae as remoteAccessCapability, af as restreamerCapability, ag as settingsStoreCapability, ah as smtpProviderCapability, ai as snapshotCapability, aj as snapshotProviderCapability, ak as ssoBridgeCapability, al as storageCapability, am as storageProviderCapability, an as streamBrokerCapability, ao as streamingEngineCapability, ap as systemCapability, aq as toastCapability, ar as turnOrchestratorCapability, as as turnProviderCapability, at as userManagementCapability, au as userPasskeysCapability, av as webrtcCapability, aw as webrtcSessionCapability } from "./index-YnRVILXN.mjs";
2
+ import { ax, ay, az, aA, aB, aC, aD, aE, aF, aG, aH, aI, aJ, aK, aL, aM, aN, aO, aP, aQ, aR, aS, aT, aU, aV, aW, aX, aY, aZ, a_, a$, b0, b1, b2, b3, b4, b5, b6, b7, b8, b9, ba, bb, bc, bd, be, bf, bg, bh, bi, bj, bk, bl, bm, bn, bo, bp, bq, br, bs, bt, bu, bv, bw, bx, by, bz, bA, bB, bC, bD, bE, bF, bG, bH, bI, bJ, bK, bL, bM, bN, bO, bP, bQ, bR, bS, bT, bU, bV, bW, bX, bY, bZ, b_, b$, c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, ca, cb, cc, cd, ce, cf, cg, ch, ci, cj, ck, cl, cm, cn, co, cp, cq, cr, cs, ct, cu, cv, cw, cx, cy, cz, cA, cB, cC, cD, cE, cF, cG, cH, cI, cJ, cK, cL, cM, cN, cO, cP, cQ, cR, cS, cT, cU, cV, cW, cX, cY, cZ, c_, c$, d0, d1, d2, d3, d4, d5, d6, d7, d8, d9, da, db, dc, dd, de, df, dg, dh, di, dj, dk, dl, dm, dn, dp, dq, dr, ds, dt, du, dv, dw, dx, dy, dz, dA, dB, dC, dD, dE, dF, dG, dH, dI, dJ, dK, dL, dM, dN, dO, dP, dQ, dR, dS, dT, dU, dV, dW, dX, dY, dZ, d_, d$, e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, ea, eb, ec, ed, ee, ef, eg, eh, ei, ej, ek, el, em, en, eo, ep, eq, er, es, et, eu, ev, ew, ex, ey, ez, eA, eB, eC, eD, eE, eF, eG, eH, eI, eJ, eK, eL, eM, eN, eO } from "./index-YnRVILXN.mjs";
3
3
  import { z } from "zod";
4
4
  class DisposerChain {
5
5
  disposers = [];
@@ -207,8 +207,6 @@ var EventCategory = /* @__PURE__ */ ((EventCategory2) => {
207
207
  EventCategory2["DeviceAwake"] = "device.awake";
208
208
  EventCategory2["DeviceSleeping"] = "device.sleeping";
209
209
  EventCategory2["RetentionCleanup"] = "retention.cleanup";
210
- EventCategory2["MqttMessage"] = "mqtt.message";
211
- EventCategory2["HomeAssistantEvent"] = "home-assistant.event";
212
210
  return EventCategory2;
213
211
  })(EventCategory || {});
214
212
  function isEvent(event, category) {
@@ -2893,6 +2891,9 @@ function createDeviceProxy(api, binding, opts) {
2893
2891
  startSession: (input) => dispatch("intercom", "intercom", "startSession", "mutation", input),
2894
2892
  handleAnswer: (input) => dispatch("intercom", "intercom", "handleAnswer", "mutation", input),
2895
2893
  stopSession: (input) => dispatch("intercom", "intercom", "stopSession", "mutation", input),
2894
+ startTalkSession: (input) => dispatch("intercom", "intercom", "startTalkSession", "mutation", input),
2895
+ pushTalkPcm: (input) => dispatch("intercom", "intercom", "pushTalkPcm", "mutation", input),
2896
+ endTalkSession: (input) => dispatch("intercom", "intercom", "endTalkSession", "mutation", input),
2896
2897
  getStatus: (input) => dispatch("intercom", "intercom", "getStatus", "query", input)
2897
2898
  };
2898
2899
  const motionInterface = {
@@ -2971,6 +2972,7 @@ function createDeviceProxy(api, binding, opts) {
2971
2972
  const webrtcSessionInterface = {
2972
2973
  listStreams: (input) => dispatch("webrtc-session", "webrtcSession", "listStreams", "query", input),
2973
2974
  createSession: (input) => dispatch("webrtc-session", "webrtcSession", "createSession", "mutation", input),
2975
+ handleOffer: (input) => dispatch("webrtc-session", "webrtcSession", "handleOffer", "mutation", input),
2974
2976
  handleAnswer: (input) => dispatch("webrtc-session", "webrtcSession", "handleAnswer", "mutation", input),
2975
2977
  closeSession: (input) => dispatch("webrtc-session", "webrtcSession", "closeSession", "mutation", input),
2976
2978
  hasAdaptiveBitrate: (input) => dispatch("webrtc-session", "webrtcSession", "hasAdaptiveBitrate", "query", input)
@@ -2995,6 +2997,11 @@ function createDeviceProxy(api, binding, opts) {
2995
2997
  getDeviceSettings: (input) => dispatchSystem("addonSettings", "getDeviceSettings", "query", input),
2996
2998
  updateDeviceSettings: (input) => dispatchSystem("addonSettings", "updateDeviceSettings", "mutation", input)
2997
2999
  };
3000
+ const deviceExportInterface = {
3001
+ getDeviceSettingsContribution: (input) => dispatchSystem("deviceExport", "getDeviceSettingsContribution", "query", input),
3002
+ getDeviceLiveContribution: (input) => dispatchSystem("deviceExport", "getDeviceLiveContribution", "query", input),
3003
+ applyDeviceSettingsPatch: (input) => dispatchSystem("deviceExport", "applyDeviceSettingsPatch", "mutation", input)
3004
+ };
2998
3005
  const deviceManagerInterface = {
2999
3006
  loadConfig: (input) => dispatchSystem("deviceManager", "loadConfig", "query", input),
3000
3007
  loadRuntimeState: (input) => dispatchSystem("deviceManager", "loadRuntimeState", "query", input),
@@ -3133,6 +3140,7 @@ function createDeviceProxy(api, binding, opts) {
3133
3140
  zoneRules: zoneRulesInterface,
3134
3141
  zones: zonesInterface,
3135
3142
  addonSettings: addonSettingsInterface,
3143
+ deviceExport: deviceExportInterface,
3136
3144
  deviceManager: deviceManagerInterface,
3137
3145
  deviceState: deviceStateInterface,
3138
3146
  networkQuality: networkQualityInterface,
@@ -3298,6 +3306,13 @@ function createSystemProxy(api) {
3298
3306
  listActiveSessions: (input) => dispatch("decoder", "listActiveSessions", "query", input),
3299
3307
  reprobeHwaccel: (input) => dispatch("decoder", "reprobeHwaccel", "mutation", input)
3300
3308
  };
3309
+ const deviceExportInterface = {
3310
+ getStatus: (input) => dispatch("deviceExport", "getStatus", "query", input),
3311
+ listSupportedDeviceKinds: (input) => dispatch("deviceExport", "listSupportedDeviceKinds", "query", input),
3312
+ listExposedDevices: (input) => dispatch("deviceExport", "listExposedDevices", "query", input),
3313
+ exposeDevice: (input) => dispatch("deviceExport", "exposeDevice", "mutation", input),
3314
+ unexposeDevice: (input) => dispatch("deviceExport", "unexposeDevice", "mutation", input)
3315
+ };
3301
3316
  const deviceManagerInterface = {
3302
3317
  allocateDeviceId: (input) => dispatch("deviceManager", "allocateDeviceId", "mutation", input),
3303
3318
  registerDevice: (input) => dispatch("deviceManager", "registerDevice", "mutation", input),
@@ -3356,16 +3371,19 @@ function createSystemProxy(api) {
3356
3371
  const meshNetworkInterface = {
3357
3372
  getStatus: (input) => dispatch("meshNetwork", "getStatus", "query", input),
3358
3373
  join: (input) => dispatch("meshNetwork", "join", "mutation", input),
3374
+ startLogin: (input) => dispatch("meshNetwork", "startLogin", "mutation", input),
3359
3375
  leave: (input) => dispatch("meshNetwork", "leave", "mutation", input),
3376
+ logout: (input) => dispatch("meshNetwork", "logout", "mutation", input),
3360
3377
  listPeers: (input) => dispatch("meshNetwork", "listPeers", "query", input),
3361
- setPublicIngress: (input) => dispatch("meshNetwork", "setPublicIngress", "mutation", input),
3362
- setMeshIngress: (input) => dispatch("meshNetwork", "setMeshIngress", "mutation", input),
3363
3378
  testConnection: (input) => dispatch("meshNetwork", "testConnection", "mutation", input)
3364
3379
  };
3365
3380
  const meshOrchestratorInterface = {
3366
3381
  listProviders: (input) => dispatch("meshOrchestrator", "listProviders", "query", input),
3367
3382
  joinProvider: (input) => dispatch("meshOrchestrator", "joinProvider", "mutation", input),
3368
- leaveProvider: (input) => dispatch("meshOrchestrator", "leaveProvider", "mutation", input)
3383
+ leaveProvider: (input) => dispatch("meshOrchestrator", "leaveProvider", "mutation", input),
3384
+ startLoginProvider: (input) => dispatch("meshOrchestrator", "startLoginProvider", "mutation", input),
3385
+ logoutProvider: (input) => dispatch("meshOrchestrator", "logoutProvider", "mutation", input),
3386
+ listProviderPeers: (input) => dispatch("meshOrchestrator", "listProviderPeers", "query", input)
3369
3387
  };
3370
3388
  const metricsProviderInterface = {
3371
3389
  collectSnapshot: (input) => dispatch("metricsProvider", "collectSnapshot", "query", input),
@@ -3380,6 +3398,16 @@ function createSystemProxy(api) {
3380
3398
  listNodeProcesses: (input) => dispatch("metricsProvider", "listNodeProcesses", "query", input),
3381
3399
  killProcess: (input) => dispatch("metricsProvider", "killProcess", "mutation", input)
3382
3400
  };
3401
+ const mqttBrokerInterface = {
3402
+ listBrokers: (input) => dispatch("mqttBroker", "listBrokers", "query", input),
3403
+ getBrokerConfig: (input) => dispatch("mqttBroker", "getBrokerConfig", "query", input),
3404
+ addBroker: (input) => dispatch("mqttBroker", "addBroker", "mutation", input),
3405
+ removeBroker: (input) => dispatch("mqttBroker", "removeBroker", "mutation", input),
3406
+ testConnection: (input) => dispatch("mqttBroker", "testConnection", "mutation", input),
3407
+ startEmbeddedBroker: (input) => dispatch("mqttBroker", "startEmbeddedBroker", "mutation", input),
3408
+ stopEmbeddedBroker: (input) => dispatch("mqttBroker", "stopEmbeddedBroker", "mutation", input),
3409
+ getStatus: (input) => dispatch("mqttBroker", "getStatus", "query", input)
3410
+ };
3383
3411
  const networkQualityInterface = {
3384
3412
  getAllStats: (input) => dispatch("networkQuality", "getAllStats", "query", input)
3385
3413
  };
@@ -3393,6 +3421,7 @@ function createSystemProxy(api) {
3393
3421
  shutdownNode: (input) => dispatch("nodes", "shutdownNode", "mutation", input),
3394
3422
  renameNode: (input) => dispatch("nodes", "renameNode", "mutation", input),
3395
3423
  clusterAddonStatus: (input) => dispatch("nodes", "clusterAddonStatus", "query", input),
3424
+ getNodeAddons: (input) => dispatch("nodes", "getNodeAddons", "query", input),
3396
3425
  setProcessLogLevel: (input) => dispatch("nodes", "setProcessLogLevel", "mutation", input),
3397
3426
  executeQuery: (input) => dispatch("nodes", "executeQuery", "mutation", input)
3398
3427
  };
@@ -3465,7 +3494,9 @@ function createSystemProxy(api) {
3465
3494
  getCapabilities: (input) => dispatch("platformProbe", "getCapabilities", "query", input),
3466
3495
  getHardware: (input) => dispatch("platformProbe", "getHardware", "query", input),
3467
3496
  resolveInferenceConfig: (input) => dispatch("platformProbe", "resolveInferenceConfig", "query", input),
3468
- resolveHwAccel: (input) => dispatch("platformProbe", "resolveHwAccel", "query", input)
3497
+ resolveHwAccel: (input) => dispatch("platformProbe", "resolveHwAccel", "query", input),
3498
+ getHardwareEncoders: (input) => dispatch("platformProbe", "getHardwareEncoders", "query", input),
3499
+ refreshHardwareEncoders: (input) => dispatch("platformProbe", "refreshHardwareEncoders", "mutation", input)
3469
3500
  };
3470
3501
  const recordingEngineInterface = {
3471
3502
  getStatus: (input) => dispatch("recordingEngine", "getStatus", "query", input),
@@ -3532,6 +3563,8 @@ function createSystemProxy(api) {
3532
3563
  listClients: (input) => dispatch("streamBroker", "listClients", "query", input),
3533
3564
  killClient: (input) => dispatch("streamBroker", "killClient", "mutation", input),
3534
3565
  getStreamUrl: (input) => dispatch("streamBroker", "getStreamUrl", "query", input),
3566
+ getStreamWithCodec: (input) => dispatch("streamBroker", "getStreamWithCodec", "mutation", input),
3567
+ releaseStreamWithCodec: (input) => dispatch("streamBroker", "releaseStreamWithCodec", "mutation", input),
3535
3568
  getBroker: (input) => dispatch("streamBroker", "getBroker", "query", input),
3536
3569
  setPreBufferDuration: (input) => dispatch("streamBroker", "setPreBufferDuration", "mutation", input),
3537
3570
  getPreBufferInfo: (input) => dispatch("streamBroker", "getPreBufferInfo", "query", input),
@@ -3595,6 +3628,7 @@ function createSystemProxy(api) {
3595
3628
  authentication: authenticationInterface,
3596
3629
  backup: backupInterface,
3597
3630
  decoder: decoderInterface,
3631
+ deviceExport: deviceExportInterface,
3598
3632
  deviceManager: deviceManagerInterface,
3599
3633
  deviceProvider: deviceProviderInterface,
3600
3634
  deviceState: deviceStateInterface,
@@ -3603,6 +3637,7 @@ function createSystemProxy(api) {
3603
3637
  meshNetwork: meshNetworkInterface,
3604
3638
  meshOrchestrator: meshOrchestratorInterface,
3605
3639
  metricsProvider: metricsProviderInterface,
3640
+ mqttBroker: mqttBrokerInterface,
3606
3641
  networkQuality: networkQualityInterface,
3607
3642
  nodes: nodesInterface,
3608
3643
  notificationOutput: notificationOutputInterface,
@@ -4400,6 +4435,7 @@ const CAPABILITY_NAMES = {
4400
4435
  decoder: "decoder",
4401
4436
  detectionPipeline: "detection-pipeline",
4402
4437
  deviceDiscovery: "device-discovery",
4438
+ deviceExport: "device-export",
4403
4439
  deviceManager: "device-manager",
4404
4440
  deviceOps: "device-ops",
4405
4441
  deviceProvider: "device-provider",
@@ -4409,7 +4445,6 @@ const CAPABILITY_NAMES = {
4409
4445
  embeddingEncoder: "embedding-encoder",
4410
4446
  events: "events",
4411
4447
  featureProbe: "feature-probe",
4412
- homeAssistant: "home-assistant",
4413
4448
  integrations: "integrations",
4414
4449
  intercom: "intercom",
4415
4450
  localNetwork: "local-network",
@@ -4420,7 +4455,7 @@ const CAPABILITY_NAMES = {
4420
4455
  motion: "motion",
4421
4456
  motionDetection: "motion-detection",
4422
4457
  motionTrigger: "motion-trigger",
4423
- mqttProvider: "mqtt-provider",
4458
+ mqttBroker: "mqtt-broker",
4424
4459
  nativeObjectDetection: "native-object-detection",
4425
4460
  networkAccess: "network-access",
4426
4461
  networkQuality: "network-quality",
@@ -4487,6 +4522,7 @@ const CAPABILITY_ROUTER_KEYS = [
4487
4522
  { key: "decoder", name: "decoder" },
4488
4523
  { key: "detectionPipeline", name: "detection-pipeline" },
4489
4524
  { key: "deviceDiscovery", name: "device-discovery" },
4525
+ { key: "deviceExport", name: "device-export" },
4490
4526
  { key: "deviceManager", name: "device-manager" },
4491
4527
  { key: "deviceOps", name: "device-ops" },
4492
4528
  { key: "deviceProvider", name: "device-provider" },
@@ -4496,7 +4532,6 @@ const CAPABILITY_ROUTER_KEYS = [
4496
4532
  { key: "embeddingEncoder", name: "embedding-encoder" },
4497
4533
  { key: "events", name: "events" },
4498
4534
  { key: "featureProbe", name: "feature-probe" },
4499
- { key: "homeAssistant", name: "home-assistant" },
4500
4535
  { key: "integrations", name: "integrations" },
4501
4536
  { key: "intercom", name: "intercom" },
4502
4537
  { key: "localNetwork", name: "local-network" },
@@ -4507,7 +4542,7 @@ const CAPABILITY_ROUTER_KEYS = [
4507
4542
  { key: "motion", name: "motion" },
4508
4543
  { key: "motionDetection", name: "motion-detection" },
4509
4544
  { key: "motionTrigger", name: "motion-trigger" },
4510
- { key: "mqttProvider", name: "mqtt-provider" },
4545
+ { key: "mqttBroker", name: "mqtt-broker" },
4511
4546
  { key: "nativeObjectDetection", name: "native-object-detection" },
4512
4547
  { key: "networkAccess", name: "network-access" },
4513
4548
  { key: "networkQuality", name: "network-quality" },
@@ -4574,6 +4609,7 @@ const ALL_CAPABILITY_DEFINITIONS = [
4574
4609
  decoderCapability,
4575
4610
  detectionPipelineCapability,
4576
4611
  deviceDiscoveryCapability,
4612
+ deviceExportCapability,
4577
4613
  deviceManagerCapability,
4578
4614
  deviceOpsCapability,
4579
4615
  deviceProviderCapability,
@@ -4583,7 +4619,6 @@ const ALL_CAPABILITY_DEFINITIONS = [
4583
4619
  embeddingEncoderCapability,
4584
4620
  eventsCapability,
4585
4621
  featureProbeCapability,
4586
- homeAssistantCapability,
4587
4622
  integrationsCapability,
4588
4623
  intercomCapability,
4589
4624
  localNetworkCapability,
@@ -4594,7 +4629,7 @@ const ALL_CAPABILITY_DEFINITIONS = [
4594
4629
  motionCapability,
4595
4630
  motionDetectionCapability,
4596
4631
  motionTriggerCapability,
4597
- mqttProviderCapability,
4632
+ mqttBrokerCapability,
4598
4633
  nativeObjectDetectionCapability,
4599
4634
  networkAccessCapability,
4600
4635
  networkQualityCapability,
@@ -4641,12 +4676,14 @@ const CAP_NAMES_WITH_STATUS = [
4641
4676
  "brightness",
4642
4677
  "camera-credentials",
4643
4678
  "device-discovery",
4679
+ "device-export",
4644
4680
  "device-status",
4645
4681
  "doorbell",
4646
4682
  "feature-probe",
4647
4683
  "intercom",
4648
4684
  "motion",
4649
4685
  "motion-trigger",
4686
+ "mqtt-broker",
4650
4687
  "native-object-detection",
4651
4688
  "osd",
4652
4689
  "ptz",
@@ -4759,6 +4796,11 @@ const METHOD_ACCESS_MAP = Object.freeze({
4759
4796
  "deviceDiscovery.listDiscovered": { capName: "device-discovery", capScope: "device", addonId: null, access: "view" },
4760
4797
  "deviceDiscovery.refreshDiscovery": { capName: "device-discovery", capScope: "device", addonId: null, access: "create" },
4761
4798
  "deviceDiscovery.releaseDevice": { capName: "device-discovery", capScope: "device", addonId: null, access: "create" },
4799
+ "deviceExport.exposeDevice": { capName: "device-export", capScope: "system", addonId: null, access: "create" },
4800
+ "deviceExport.getStatus": { capName: "device-export", capScope: "system", addonId: null, access: "view" },
4801
+ "deviceExport.listExposedDevices": { capName: "device-export", capScope: "system", addonId: null, access: "view" },
4802
+ "deviceExport.listSupportedDeviceKinds": { capName: "device-export", capScope: "system", addonId: null, access: "view" },
4803
+ "deviceExport.unexposeDevice": { capName: "device-export", capScope: "system", addonId: null, access: "create" },
4762
4804
  "deviceManager.addLocation": { capName: "device-manager", capScope: "system", addonId: null, access: "create" },
4763
4805
  "deviceManager.adoptDevice": { capName: "device-manager", capScope: "system", addonId: null, access: "create" },
4764
4806
  "deviceManager.allocateDeviceId": { capName: "device-manager", capScope: "system", addonId: null, access: "create" },
@@ -4830,13 +4872,6 @@ const METHOD_ACCESS_MAP = Object.freeze({
4830
4872
  "events.getEventClipUrl": { capName: "events", capScope: "device", addonId: null, access: "view" },
4831
4873
  "events.getEvents": { capName: "events", capScope: "device", addonId: null, access: "view" },
4832
4874
  "events.getEventThumbnail": { capName: "events", capScope: "device", addonId: null, access: "view" },
4833
- "homeAssistant.callService": { capName: "home-assistant", capScope: "system", addonId: null, access: "create" },
4834
- "homeAssistant.getState": { capName: "home-assistant", capScope: "system", addonId: null, access: "view" },
4835
- "homeAssistant.getStates": { capName: "home-assistant", capScope: "system", addonId: null, access: "view" },
4836
- "homeAssistant.getStatus": { capName: "home-assistant", capScope: "system", addonId: null, access: "view" },
4837
- "homeAssistant.listSubscriptions": { capName: "home-assistant", capScope: "system", addonId: null, access: "view" },
4838
- "homeAssistant.subscribeEvents": { capName: "home-assistant", capScope: "system", addonId: null, access: "create" },
4839
- "homeAssistant.unsubscribeEvents": { capName: "home-assistant", capScope: "system", addonId: null, access: "delete" },
4840
4875
  "integrations.create": { capName: "integrations", capScope: "system", addonId: null, access: "create" },
4841
4876
  "integrations.delete": { capName: "integrations", capScope: "system", addonId: null, access: "delete" },
4842
4877
  "integrations.get": { capName: "integrations", capScope: "system", addonId: null, access: "view" },
@@ -4847,8 +4882,11 @@ const METHOD_ACCESS_MAP = Object.freeze({
4847
4882
  "integrations.setSettings": { capName: "integrations", capScope: "system", addonId: null, access: "create" },
4848
4883
  "integrations.testConnection": { capName: "integrations", capScope: "system", addonId: null, access: "create" },
4849
4884
  "integrations.update": { capName: "integrations", capScope: "system", addonId: null, access: "create" },
4885
+ "intercom.endTalkSession": { capName: "intercom", capScope: "device", addonId: null, access: "create" },
4850
4886
  "intercom.handleAnswer": { capName: "intercom", capScope: "device", addonId: null, access: "create" },
4887
+ "intercom.pushTalkPcm": { capName: "intercom", capScope: "device", addonId: null, access: "create" },
4851
4888
  "intercom.startSession": { capName: "intercom", capScope: "device", addonId: null, access: "create" },
4889
+ "intercom.startTalkSession": { capName: "intercom", capScope: "device", addonId: null, access: "create" },
4852
4890
  "intercom.stopSession": { capName: "intercom", capScope: "device", addonId: null, access: "create" },
4853
4891
  "localNetwork.getAllowedAddresses": { capName: "local-network", capScope: "system", addonId: null, access: "view" },
4854
4892
  "localNetwork.getConnectionEndpoints": { capName: "local-network", capScope: "system", addonId: null, access: "view" },
@@ -4862,12 +4900,15 @@ const METHOD_ACCESS_MAP = Object.freeze({
4862
4900
  "meshNetwork.join": { capName: "mesh-network", capScope: "system", addonId: null, access: "create" },
4863
4901
  "meshNetwork.leave": { capName: "mesh-network", capScope: "system", addonId: null, access: "create" },
4864
4902
  "meshNetwork.listPeers": { capName: "mesh-network", capScope: "system", addonId: null, access: "view" },
4865
- "meshNetwork.setMeshIngress": { capName: "mesh-network", capScope: "system", addonId: null, access: "create" },
4866
- "meshNetwork.setPublicIngress": { capName: "mesh-network", capScope: "system", addonId: null, access: "create" },
4903
+ "meshNetwork.logout": { capName: "mesh-network", capScope: "system", addonId: null, access: "create" },
4904
+ "meshNetwork.startLogin": { capName: "mesh-network", capScope: "system", addonId: null, access: "create" },
4867
4905
  "meshNetwork.testConnection": { capName: "mesh-network", capScope: "system", addonId: null, access: "create" },
4868
4906
  "meshOrchestrator.joinProvider": { capName: "mesh-orchestrator", capScope: "system", addonId: null, access: "create" },
4869
4907
  "meshOrchestrator.leaveProvider": { capName: "mesh-orchestrator", capScope: "system", addonId: null, access: "create" },
4908
+ "meshOrchestrator.listProviderPeers": { capName: "mesh-orchestrator", capScope: "system", addonId: null, access: "view" },
4870
4909
  "meshOrchestrator.listProviders": { capName: "mesh-orchestrator", capScope: "system", addonId: null, access: "view" },
4910
+ "meshOrchestrator.logoutProvider": { capName: "mesh-orchestrator", capScope: "system", addonId: null, access: "create" },
4911
+ "meshOrchestrator.startLoginProvider": { capName: "mesh-orchestrator", capScope: "system", addonId: null, access: "create" },
4871
4912
  "metricsProvider.collectSnapshot": { capName: "metrics-provider", capScope: "system", addonId: null, access: "view" },
4872
4913
  "metricsProvider.getAddonStats": { capName: "metrics-provider", capScope: "system", addonId: null, access: "view" },
4873
4914
  "metricsProvider.getCached": { capName: "metrics-provider", capScope: "system", addonId: null, access: "view" },
@@ -4884,13 +4925,17 @@ const METHOD_ACCESS_MAP = Object.freeze({
4884
4925
  "motionDetection.removeCamera": { capName: "motion-detection", capScope: "device", addonId: null, access: "delete" },
4885
4926
  "motionDetection.reset": { capName: "motion-detection", capScope: "device", addonId: null, access: "delete" },
4886
4927
  "motionTrigger.setMotionTrigger": { capName: "motion-trigger", capScope: "device", addonId: null, access: "create" },
4887
- "mqttProvider.getStatus": { capName: "mqtt-provider", capScope: "system", addonId: null, access: "view" },
4888
- "mqttProvider.listSubscriptions": { capName: "mqtt-provider", capScope: "system", addonId: null, access: "view" },
4889
- "mqttProvider.publish": { capName: "mqtt-provider", capScope: "system", addonId: null, access: "create" },
4890
- "mqttProvider.subscribe": { capName: "mqtt-provider", capScope: "system", addonId: null, access: "create" },
4891
- "mqttProvider.unsubscribe": { capName: "mqtt-provider", capScope: "system", addonId: null, access: "delete" },
4928
+ "mqttBroker.addBroker": { capName: "mqtt-broker", capScope: "system", addonId: null, access: "create" },
4929
+ "mqttBroker.getBrokerConfig": { capName: "mqtt-broker", capScope: "system", addonId: null, access: "view" },
4930
+ "mqttBroker.getStatus": { capName: "mqtt-broker", capScope: "system", addonId: null, access: "view" },
4931
+ "mqttBroker.listBrokers": { capName: "mqtt-broker", capScope: "system", addonId: null, access: "view" },
4932
+ "mqttBroker.removeBroker": { capName: "mqtt-broker", capScope: "system", addonId: null, access: "delete" },
4933
+ "mqttBroker.startEmbeddedBroker": { capName: "mqtt-broker", capScope: "system", addonId: null, access: "create" },
4934
+ "mqttBroker.stopEmbeddedBroker": { capName: "mqtt-broker", capScope: "system", addonId: null, access: "create" },
4935
+ "mqttBroker.testConnection": { capName: "mqtt-broker", capScope: "system", addonId: null, access: "create" },
4892
4936
  "networkAccess.getEndpoint": { capName: "network-access", capScope: "system", addonId: null, access: "view" },
4893
4937
  "networkAccess.getStatus": { capName: "network-access", capScope: "system", addonId: null, access: "view" },
4938
+ "networkAccess.listEndpoints": { capName: "network-access", capScope: "system", addonId: null, access: "view" },
4894
4939
  "networkAccess.start": { capName: "network-access", capScope: "system", addonId: null, access: "create" },
4895
4940
  "networkAccess.stop": { capName: "network-access", capScope: "system", addonId: null, access: "create" },
4896
4941
  "networkQuality.getAllStats": { capName: "network-quality", capScope: "system", addonId: null, access: "view" },
@@ -4899,6 +4944,7 @@ const METHOD_ACCESS_MAP = Object.freeze({
4899
4944
  "nodes.clusterAddonStatus": { capName: "nodes", capScope: "system", addonId: null, access: "view" },
4900
4945
  "nodes.deployAddon": { capName: "nodes", capScope: "system", addonId: null, access: "create" },
4901
4946
  "nodes.executeQuery": { capName: "nodes", capScope: "system", addonId: null, access: "create" },
4947
+ "nodes.getNodeAddons": { capName: "nodes", capScope: "system", addonId: null, access: "view" },
4902
4948
  "nodes.renameNode": { capName: "nodes", capScope: "system", addonId: null, access: "create" },
4903
4949
  "nodes.restartAddon": { capName: "nodes", capScope: "system", addonId: null, access: "create" },
4904
4950
  "nodes.restartNode": { capName: "nodes", capScope: "system", addonId: null, access: "create" },
@@ -4997,6 +5043,8 @@ const METHOD_ACCESS_MAP = Object.freeze({
4997
5043
  "pipelineRunner.reportMotion": { capName: "pipeline-runner", capScope: "system", addonId: null, access: "create" },
4998
5044
  "platformProbe.getCapabilities": { capName: "platform-probe", capScope: "system", addonId: null, access: "view" },
4999
5045
  "platformProbe.getHardware": { capName: "platform-probe", capScope: "system", addonId: null, access: "view" },
5046
+ "platformProbe.getHardwareEncoders": { capName: "platform-probe", capScope: "system", addonId: null, access: "view" },
5047
+ "platformProbe.refreshHardwareEncoders": { capName: "platform-probe", capScope: "system", addonId: null, access: "create" },
5000
5048
  "platformProbe.resolveHwAccel": { capName: "platform-probe", capScope: "system", addonId: null, access: "view" },
5001
5049
  "platformProbe.resolveInferenceConfig": { capName: "platform-probe", capScope: "system", addonId: null, access: "view" },
5002
5050
  "ptz.continuousMove": { capName: "ptz", capScope: "device", addonId: null, access: "create" },
@@ -5101,6 +5149,7 @@ const METHOD_ACCESS_MAP = Object.freeze({
5101
5149
  "streamBroker.getRtspEntry": { capName: "stream-broker", capScope: "system", addonId: null, access: "view" },
5102
5150
  "streamBroker.getRtspPort": { capName: "stream-broker", capScope: "system", addonId: null, access: "view" },
5103
5151
  "streamBroker.getStreamUrl": { capName: "stream-broker", capScope: "system", addonId: null, access: "view" },
5152
+ "streamBroker.getStreamWithCodec": { capName: "stream-broker", capScope: "system", addonId: null, access: "create" },
5104
5153
  "streamBroker.isRtspEnabled": { capName: "stream-broker", capScope: "system", addonId: null, access: "view" },
5105
5154
  "streamBroker.killClient": { capName: "stream-broker", capScope: "system", addonId: null, access: "create" },
5106
5155
  "streamBroker.listAllCameraStreams": { capName: "stream-broker", capScope: "system", addonId: null, access: "view" },
@@ -5108,6 +5157,7 @@ const METHOD_ACCESS_MAP = Object.freeze({
5108
5157
  "streamBroker.listClients": { capName: "stream-broker", capScope: "system", addonId: null, access: "view" },
5109
5158
  "streamBroker.publishCameraStream": { capName: "stream-broker", capScope: "system", addonId: null, access: "create" },
5110
5159
  "streamBroker.regenerateRtspToken": { capName: "stream-broker", capScope: "system", addonId: null, access: "create" },
5160
+ "streamBroker.releaseStreamWithCodec": { capName: "stream-broker", capScope: "system", addonId: null, access: "create" },
5111
5161
  "streamBroker.restartProfile": { capName: "stream-broker", capScope: "system", addonId: null, access: "create" },
5112
5162
  "streamBroker.retractCameraStream": { capName: "stream-broker", capScope: "system", addonId: null, access: "create" },
5113
5163
  "streamBroker.setPreBufferDuration": { capName: "stream-broker", capScope: "system", addonId: null, access: "create" },
@@ -5167,6 +5217,7 @@ const METHOD_ACCESS_MAP = Object.freeze({
5167
5217
  "webrtcSession.closeSession": { capName: "webrtc-session", capScope: "device", addonId: null, access: "create" },
5168
5218
  "webrtcSession.createSession": { capName: "webrtc-session", capScope: "device", addonId: null, access: "create" },
5169
5219
  "webrtcSession.handleAnswer": { capName: "webrtc-session", capScope: "device", addonId: null, access: "create" },
5220
+ "webrtcSession.handleOffer": { capName: "webrtc-session", capScope: "device", addonId: null, access: "create" },
5170
5221
  "webrtcSession.hasAdaptiveBitrate": { capName: "webrtc-session", capScope: "device", addonId: null, access: "view" },
5171
5222
  "webrtcSession.listStreams": { capName: "webrtc-session", capScope: "device", addonId: null, access: "view" },
5172
5223
  "zoneAnalytics.getCameraHistory": { capName: "zone-analytics", capScope: "device", addonId: null, access: "view" },
@@ -5203,13 +5254,13 @@ const KNOWN_CAP_NAMES = [
5203
5254
  "camera-streams",
5204
5255
  "decoder",
5205
5256
  "device-discovery",
5257
+ "device-export",
5206
5258
  "device-manager",
5207
5259
  "device-ops",
5208
5260
  "device-provider",
5209
5261
  "device-state",
5210
5262
  "embedding-encoder",
5211
5263
  "events",
5212
- "home-assistant",
5213
5264
  "integrations",
5214
5265
  "intercom",
5215
5266
  "local-network",
@@ -5220,7 +5271,7 @@ const KNOWN_CAP_NAMES = [
5220
5271
  "motion",
5221
5272
  "motion-detection",
5222
5273
  "motion-trigger",
5223
- "mqtt-provider",
5274
+ "mqtt-broker",
5224
5275
  "network-access",
5225
5276
  "network-quality",
5226
5277
  "nodes",
@@ -5303,18 +5354,18 @@ const SYSTEM_CAP_NAMES = [
5303
5354
  "authentication",
5304
5355
  "backup",
5305
5356
  "decoder",
5357
+ "device-export",
5306
5358
  "device-manager",
5307
5359
  "device-provider",
5308
5360
  "device-state",
5309
5361
  "embedding-encoder",
5310
- "home-assistant",
5311
5362
  "integrations",
5312
5363
  "local-network",
5313
5364
  "log-destination",
5314
5365
  "mesh-network",
5315
5366
  "mesh-orchestrator",
5316
5367
  "metrics-provider",
5317
- "mqtt-provider",
5368
+ "mqtt-broker",
5318
5369
  "network-access",
5319
5370
  "network-quality",
5320
5371
  "nodes",
@@ -5378,6 +5429,27 @@ const SCOPE_PRESETS = [
5378
5429
  ]
5379
5430
  }
5380
5431
  ];
5432
+ const CAP_PROVIDER_KIND_MAP = Object.freeze({
5433
+ "device-export": "device-export",
5434
+ "mesh-network": "mesh",
5435
+ "mqtt-broker": "broker",
5436
+ "network-access": "ingress",
5437
+ "smtp-provider": "email"
5438
+ });
5439
+ const PROVIDER_KIND_CAP_NAMES = [
5440
+ "device-export",
5441
+ "mesh-network",
5442
+ "mqtt-broker",
5443
+ "network-access",
5444
+ "smtp-provider"
5445
+ ];
5446
+ function getCapsByProviderKind(kind) {
5447
+ const out = [];
5448
+ for (const [capName, capKind] of Object.entries(CAP_PROVIDER_KIND_MAP)) {
5449
+ if (capKind === kind) out.push(capName);
5450
+ }
5451
+ return out;
5452
+ }
5381
5453
  function maskUrlCredentials(rawUrl) {
5382
5454
  try {
5383
5455
  const u = new URL(rawUrl);
@@ -5440,302 +5512,308 @@ export {
5440
5512
  aA as AUDIO_MACRO_LABELS,
5441
5513
  aB as AccessoriesStatusSchema,
5442
5514
  aC as AccessoryKind,
5443
- aD as AddonAutoUpdateSchema,
5444
- aE as AddonListItemSchema,
5445
- aF as AddonPageDeclarationSchema,
5446
- aG as AddonPageInfoSchema,
5447
- aH as AgentLoadSummarySchema,
5448
- aI as AlertSchema,
5449
- aJ as AlertSeveritySchema,
5450
- aK as AlertSourceSchema,
5451
- aL as AlertStatusSchema,
5452
- aM as ApiKeyRecordSchema,
5453
- aN as ApiKeySummarySchema,
5454
- aO as ArchiveEntrySchema,
5455
- aP as ArchiveManifestSchema,
5456
- aQ as AudioAnalysisResultSchema,
5457
- aR as AudioAnalysisSettingsSchema,
5458
- aS as AudioChunkInputSchema,
5459
- aT as AudioClassSummarySchema,
5460
- aU as AudioClassificationLabelSchema,
5461
- aV as AudioClassificationResultSchema,
5462
- aW as AudioCodecInfoSchema,
5463
- aX as AudioDecodeSessionConfigSchema,
5464
- aY as AudioEncodeSessionConfigSchema,
5465
- aZ as AudioEncodedChunkSchema,
5466
- a_ as AudioEventSchema,
5467
- a$ as AudioLevelSchema,
5468
- b0 as AudioMetricsHistoryPointSchema,
5469
- b1 as AudioMetricsHistorySchema,
5470
- b2 as AudioMetricsSnapshotSchema,
5471
- b3 as AudioPcmChunkSchema,
5472
- b4 as AuthProviderInfoSchema,
5473
- b5 as AuthResultSchema,
5474
- b6 as AutoUpdateSettingsSchema,
5475
- b7 as AvailableIntegrationTypeSchema,
5515
+ aD as AddBrokerInputSchema,
5516
+ aE as AddonAutoUpdateSchema,
5517
+ aF as AddonListItemSchema,
5518
+ aG as AddonPageDeclarationSchema,
5519
+ aH as AddonPageInfoSchema,
5520
+ aI as AgentLoadSummarySchema,
5521
+ aJ as AlertSchema,
5522
+ aK as AlertSeveritySchema,
5523
+ aL as AlertSourceSchema,
5524
+ aM as AlertStatusSchema,
5525
+ aN as ApiKeyRecordSchema,
5526
+ aO as ApiKeySummarySchema,
5527
+ aP as ArchiveEntrySchema,
5528
+ aQ as ArchiveManifestSchema,
5529
+ aR as AudioAnalysisResultSchema,
5530
+ aS as AudioAnalysisSettingsSchema,
5531
+ aT as AudioChunkInputSchema,
5532
+ aU as AudioClassSummarySchema,
5533
+ aV as AudioClassificationLabelSchema,
5534
+ aW as AudioClassificationResultSchema,
5535
+ aX as AudioCodecInfoSchema,
5536
+ aY as AudioDecodeSessionConfigSchema,
5537
+ aZ as AudioEncodeSessionConfigSchema,
5538
+ a_ as AudioEncodedChunkSchema,
5539
+ a$ as AudioEventSchema,
5540
+ b0 as AudioLevelSchema,
5541
+ b1 as AudioMetricsHistoryPointSchema,
5542
+ b2 as AudioMetricsHistorySchema,
5543
+ b3 as AudioMetricsSnapshotSchema,
5544
+ b4 as AudioPcmChunkSchema,
5545
+ b5 as AuthProviderInfoSchema,
5546
+ b6 as AuthResultSchema,
5547
+ b7 as AutoUpdateSettingsSchema,
5548
+ b8 as AvailableIntegrationTypeSchema,
5476
5549
  BACKEND_TO_FORMAT,
5477
- b8 as BATTERY_DEVICE_PROFILE,
5478
- b9 as BackupDestinationInfoSchema,
5479
- ba as BackupEntrySchema,
5550
+ b9 as BATTERY_DEVICE_PROFILE,
5551
+ ba as BackupDestinationInfoSchema,
5552
+ bb as BackupEntrySchema,
5480
5553
  BaseAddon,
5481
5554
  BaseDevice,
5482
5555
  BaseDeviceProvider,
5483
- bb as BatteryStatusSchema,
5484
- bc as BoundingBoxSchema,
5485
- bd as BrightnessStatusSchema,
5486
- be as BrokerAudioClientSchema,
5487
- bf as BrokerClientsSchema,
5488
- bg as BrokerDecodedClientSchema,
5489
- bh as BrokerRtspClientSchema,
5490
- bi as BrokerStatsSchema,
5491
- bj as BrokerStatusSchema,
5492
- bk as CAM_PROFILE_ORDER,
5556
+ bc as BatteryStatusSchema,
5557
+ bd as BoundingBoxSchema,
5558
+ be as BrightnessStatusSchema,
5559
+ bf as BrokerAudioClientSchema,
5560
+ bg as BrokerClientsSchema,
5561
+ bh as BrokerConnectionDetailsSchema,
5562
+ bi as BrokerDecodedClientSchema,
5563
+ bj as BrokerInfoSchema,
5564
+ bk as BrokerRtspClientSchema,
5565
+ bl as BrokerStatsSchema,
5566
+ bm as BrokerStatusSchema,
5567
+ bn as CAM_PROFILE_ORDER,
5493
5568
  CAPABILITY_NAMES,
5494
5569
  CAPABILITY_ROUTER_KEYS,
5495
5570
  CAP_NAMES_WITH_STATUS,
5571
+ CAP_PROVIDER_KIND_MAP,
5496
5572
  COCO_80_LABELS,
5497
5573
  COCO_TO_MACRO,
5498
- bl as CamProfileSchema,
5499
- bm as CamStreamKindSchema,
5500
- bn as CamStreamResolutionSchema,
5501
- bo as CameraCredentialsSchema,
5502
- bp as CameraCredentialsStatusSchema,
5503
- bq as CameraMetricsSchema,
5504
- br as CameraMetricsWithDeviceIdSchema,
5505
- bs as CameraStreamSchema,
5506
- bt as CapScopeSchema,
5507
- bu as CapabilityBindingsSchema,
5508
- bv as ChargingStatus,
5509
- bw as ClientNetworkStatsSchema,
5510
- bx as ClusterAddonNodeDeploymentSchema,
5511
- by as ClusterAddonStatusEntrySchema,
5512
- bz as CollectionColumnSchema,
5513
- bA as CollectionIndexSchema,
5514
- bB as ConfigEntrySchema,
5515
- bC as ConfigSectionWithValuesSchema,
5516
- bD as ConfigTabDeclarationSchema,
5517
- bE as CreateApiKeyInputSchema,
5518
- bF as CreateApiKeyResultSchema,
5519
- bG as CreateIntegrationInputSchema,
5520
- bH as CreateScopedTokenInputSchema,
5521
- bI as CreateScopedTokenResultSchema,
5522
- bJ as CreateUserInputSchema,
5523
- bK as CustomActionInputSchema,
5574
+ bo as CamProfileSchema,
5575
+ bp as CamStreamKindSchema,
5576
+ bq as CamStreamResolutionSchema,
5577
+ br as CameraCredentialsSchema,
5578
+ bs as CameraCredentialsStatusSchema,
5579
+ bt as CameraMetricsSchema,
5580
+ bu as CameraMetricsWithDeviceIdSchema,
5581
+ bv as CameraStreamSchema,
5582
+ bw as CapScopeSchema,
5583
+ bx as CapabilityBindingsSchema,
5584
+ by as ChargingStatus,
5585
+ bz as ClientNetworkStatsSchema,
5586
+ bA as ClusterAddonNodeDeploymentSchema,
5587
+ bB as ClusterAddonStatusEntrySchema,
5588
+ bC as CollectionColumnSchema,
5589
+ bD as CollectionIndexSchema,
5590
+ bE as ConfigEntrySchema,
5591
+ bF as ConfigSectionWithValuesSchema,
5592
+ bG as ConfigTabDeclarationSchema,
5593
+ bH as CreateApiKeyInputSchema,
5594
+ bI as CreateApiKeyResultSchema,
5595
+ bJ as CreateIntegrationInputSchema,
5596
+ bK as CreateScopedTokenInputSchema,
5597
+ bL as CreateScopedTokenResultSchema,
5598
+ bM as CreateUserInputSchema,
5599
+ bN as CustomActionInputSchema,
5524
5600
  DEFAULT_ADDON_GROUP,
5525
5601
  DEFAULT_ADDON_PLACEMENT,
5526
- bL as DEFAULT_AUDIO_ANALYZER_CONFIG,
5527
- bM as DEFAULT_DECODER_HWACCEL_CONFIG,
5602
+ bO as DEFAULT_AUDIO_ANALYZER_CONFIG,
5603
+ bP as DEFAULT_DECODER_HWACCEL_CONFIG,
5528
5604
  DEFAULT_FEATURES,
5529
5605
  DEFAULT_LOCATION_SUBDIRS,
5530
5606
  DEFAULT_RETENTION,
5531
5607
  DEVICE_CAP_NAMES,
5532
- bN as DEVICE_PROFILES,
5533
- bO as DEVICE_SETTINGS_CONTRIBUTION_METHODS,
5534
- bP as DEVICE_STATUS_METHOD,
5608
+ bQ as DEVICE_PROFILES,
5609
+ bR as DEVICE_SETTINGS_CONTRIBUTION_METHODS,
5610
+ bS as DEVICE_STATUS_METHOD,
5535
5611
  DEVICE_TYPE_INFO,
5536
- bQ as DecodedFrameSchema,
5537
- bR as DecoderAssignmentSchema,
5538
- bS as DecoderSessionConfigSchema,
5539
- bT as DecoderStatsSchema,
5540
- bU as DeleteIntegrationResultSchema,
5541
- bV as DetectorOutputSchema,
5612
+ bT as DecodedFrameSchema,
5613
+ bU as DecoderAssignmentSchema,
5614
+ bV as DecoderSessionConfigSchema,
5615
+ bW as DecoderStatsSchema,
5616
+ bX as DeleteIntegrationResultSchema,
5617
+ bY as DetectorOutputSchema,
5542
5618
  DeviceConfig,
5543
- bW as DeviceDiscoveryStatusSchema,
5544
- bX as DeviceFeature,
5545
- bY as DeviceInfoSchema,
5546
- bZ as DeviceNetworkStatsSchema,
5547
- b_ as DeviceRole,
5619
+ bZ as DeviceDiscoveryStatusSchema,
5620
+ b_ as DeviceExportExposeInputSchema,
5621
+ b$ as DeviceExportStatusSchema,
5622
+ c0 as DeviceExportUnexposeInputSchema,
5623
+ c1 as DeviceFeature,
5624
+ c2 as DeviceInfoSchema,
5625
+ c3 as DeviceNetworkStatsSchema,
5626
+ c4 as DeviceRole,
5548
5627
  DeviceRuntimeState,
5549
- b$ as DeviceStatusSchema,
5550
- c0 as DeviceType,
5551
- c1 as DiscoveredChildDeviceSchema,
5552
- c2 as DiscoveredChildStatusSchema,
5553
- c3 as DiscoveredDeviceSchema,
5628
+ c5 as DeviceStatusSchema,
5629
+ c6 as DeviceType,
5630
+ c7 as DiscoveredChildDeviceSchema,
5631
+ c8 as DiscoveredChildStatusSchema,
5632
+ c9 as DiscoveredDeviceSchema,
5554
5633
  DisposerChain,
5555
- c4 as DoorbellPressEventSchema,
5556
- c5 as DoorbellStatusSchema,
5634
+ ca as DoorbellPressEventSchema,
5635
+ cb as DoorbellStatusSchema,
5557
5636
  ElementConfigStore,
5558
- c6 as EmbeddingInfoSchema,
5559
- c7 as EmbeddingResultSchema,
5560
- c8 as EncodedPacketSchema,
5561
- c9 as EnrichedWidgetMetadataSchema,
5637
+ cc as EmbeddingInfoSchema,
5638
+ cd as EmbeddingResultSchema,
5639
+ ce as EncodedPacketSchema,
5640
+ cf as EnrichedWidgetMetadataSchema,
5562
5641
  EventCategory,
5563
- ca as EventItemSchema,
5564
- cb as EventKindSchema,
5642
+ cg as EventItemSchema,
5643
+ ch as EventKindSchema,
5565
5644
  EventSourceType,
5566
- cc as ExposedResourceSchema,
5567
- cd as FeatureManifestSchema,
5568
- ce as FeatureProbeStatusSchema,
5569
- cf as FrameInputSchema,
5570
- cg as GlobalMetricsSchema,
5645
+ ci as ExposedDeviceSchema,
5646
+ cj as ExposedResourceSchema,
5647
+ ck as FeatureManifestSchema,
5648
+ cl as FeatureProbeStatusSchema,
5649
+ cm as FrameInputSchema,
5650
+ cn as GetStreamWithCodecInputSchema,
5651
+ co as GlobalMetricsSchema,
5571
5652
  HF_BASE_URL,
5572
5653
  HF_REPO,
5573
- ch as HWACCEL_OPTIONS,
5574
- ci as HaServiceCallSchema,
5575
- cj as HaStateSchema,
5576
- ck as HaStatusSchema,
5577
- cl as HealthStatusSchema,
5578
- cm as HistoryPointSchema,
5579
- cn as HistoryResolutionEnum,
5580
- co as InstalledPackageSchema,
5581
- cp as IntegrationLiteSchema,
5582
- cq as IntegrationWithStateSchema,
5583
- cr as IntercomAbilitySchema,
5584
- cs as IntercomStatusSchema,
5654
+ cp as HWACCEL_OPTIONS,
5655
+ cq as HealthStatusSchema,
5656
+ cr as HistoryPointSchema,
5657
+ cs as HistoryResolutionEnum,
5658
+ ct as InstalledPackageSchema,
5659
+ cu as IntegrationLiteSchema,
5660
+ cv as IntegrationWithStateSchema,
5661
+ cw as IntercomAbilitySchema,
5662
+ cx as IntercomStatusSchema,
5585
5663
  KNOWN_CAP_NAMES,
5586
- ct as LocationStatSchema,
5587
- cu as LogEntrySchema,
5588
- cv as LogLevelSchema,
5589
- cw as LogStreamEntrySchema,
5664
+ cy as LocationStatSchema,
5665
+ cz as LogEntrySchema,
5666
+ cA as LogLevelSchema,
5667
+ cB as LogStreamEntrySchema,
5590
5668
  MACRO_LABELS,
5591
5669
  METHOD_ACCESS_MAP,
5592
- cx as MODEL_FORMATS,
5593
- cy as MediaFileSchema,
5594
- cz as MethodAccessSchema,
5595
- cA as MotionAnalysisResultSchema,
5596
- cB as MotionEventSchema,
5597
- cC as MotionOnMotionChangedDataSchema,
5598
- cD as MotionRegionSchema,
5599
- cE as MotionSourceEnum,
5600
- cF as MotionSourcesSchema,
5601
- cG as MotionStatusSchema,
5602
- cH as MotionTriggerRuntimeStateSchema,
5603
- cI as MotionTriggerStatusSchema,
5604
- cJ as MqttStatusSchema,
5605
- cK as NativeDetectionSchema,
5606
- cL as NativeObjectClassEnum,
5607
- cM as NativeObjectDetectionStatusSchema,
5608
- cN as NetworkAccessStatusSchema,
5609
- cO as NetworkAddressSchema,
5610
- cP as NetworkEndpointSchema,
5611
- cQ as NotificationHistoryEntrySchema,
5612
- cR as NotificationRuleSchema,
5613
- cS as NotificationSchema,
5614
- cT as ObjectEventSchema,
5615
- cU as OrchestratorMetricsSchema,
5616
- cV as OsdOverlayKindEnum,
5617
- cW as OsdOverlayPatchSchema,
5618
- cX as OsdOverlaySchema,
5619
- cY as OsdPositionEnum,
5620
- cZ as OsdStatusSchema,
5621
- c_ as PIPELINE_FLOW_CAPABILITY_NAMES,
5622
- c$ as PIPELINE_OWNER_CAPABILITY_NAMES,
5670
+ cC as MODEL_FORMATS,
5671
+ cD as MediaFileSchema,
5672
+ cE as MethodAccessSchema,
5673
+ cF as MotionAnalysisResultSchema,
5674
+ cG as MotionEventSchema,
5675
+ cH as MotionOnMotionChangedDataSchema,
5676
+ cI as MotionRegionSchema,
5677
+ cJ as MotionSourceEnum,
5678
+ cK as MotionSourcesSchema,
5679
+ cL as MotionStatusSchema,
5680
+ cM as MotionTriggerRuntimeStateSchema,
5681
+ cN as MotionTriggerStatusSchema,
5682
+ cO as MqttBrokerStatusSchema,
5683
+ cP as NativeDetectionSchema,
5684
+ cQ as NativeObjectClassEnum,
5685
+ cR as NativeObjectDetectionStatusSchema,
5686
+ cS as NetworkAccessStatusSchema,
5687
+ cT as NetworkAddressSchema,
5688
+ cU as NetworkEndpointSchema,
5689
+ cV as NotificationHistoryEntrySchema,
5690
+ cW as NotificationRuleSchema,
5691
+ cX as NotificationSchema,
5692
+ cY as ObjectEventSchema,
5693
+ cZ as OrchestratorMetricsSchema,
5694
+ c_ as OsdOverlayKindEnum,
5695
+ c$ as OsdOverlayPatchSchema,
5696
+ d0 as OsdOverlaySchema,
5697
+ d1 as OsdPositionEnum,
5698
+ d2 as OsdStatusSchema,
5699
+ d3 as PIPELINE_FLOW_CAPABILITY_NAMES,
5700
+ d4 as PIPELINE_OWNER_CAPABILITY_NAMES,
5701
+ PROVIDER_KIND_CAP_NAMES,
5623
5702
  PYTHON_SCRIPT,
5624
- d0 as PackageUpdateSchema,
5625
- d1 as PackageVersionInfoSchema,
5626
- d2 as PasskeySummarySchema,
5627
- d3 as PcmSampleFormatSchema,
5628
- d4 as PerScopeBreakdownSchema,
5629
- d5 as PipelineAssignmentSchema,
5630
- d6 as PipelineDefaultStepSchema,
5631
- d7 as PipelineEngineChoiceSchema,
5632
- d8 as PipelineRunResultBridge,
5633
- d9 as PipelineStepInputSchema,
5634
- da as PlaceholderReasonSchema,
5635
- db as PolygonPointSchema,
5636
- dc as ProfileSlotSchema,
5637
- dd as ProfileSlotStatusSchema,
5638
- de as ProviderStatusSchema,
5639
- df as PtzAutotrackRuntimeStateSchema,
5640
- dg as PtzAutotrackSettingsSchema,
5641
- dh as PtzAutotrackStatusSchema,
5642
- di as PtzAutotrackTargetOptionSchema,
5643
- dj as PtzMoveCommandSchema,
5644
- dk as PtzPositionSchema,
5645
- dl as PtzPresetSchema,
5646
- dm as PublishInputSchema,
5647
- dn as QueryFilterSchema,
5703
+ d5 as PackageUpdateSchema,
5704
+ d6 as PackageVersionInfoSchema,
5705
+ d7 as PasskeySummarySchema,
5706
+ d8 as PcmSampleFormatSchema,
5707
+ d9 as PerScopeBreakdownSchema,
5708
+ da as PipelineAssignmentSchema,
5709
+ db as PipelineDefaultStepSchema,
5710
+ dc as PipelineEngineChoiceSchema,
5711
+ dd as PipelineRunResultBridge,
5712
+ de as PipelineStepInputSchema,
5713
+ df as PlaceholderReasonSchema,
5714
+ dg as PolygonPointSchema,
5715
+ dh as ProfileSlotSchema,
5716
+ di as ProfileSlotStatusSchema,
5717
+ dj as ProviderStatusSchema,
5718
+ dk as PtzAutotrackRuntimeStateSchema,
5719
+ dl as PtzAutotrackSettingsSchema,
5720
+ dm as PtzAutotrackStatusSchema,
5721
+ dn as PtzAutotrackTargetOptionSchema,
5722
+ dp as PtzMoveCommandSchema,
5723
+ dq as PtzPositionSchema,
5724
+ dr as PtzPresetSchema,
5725
+ ds as QueryFilterSchema,
5648
5726
  RECOGNITION_TYPES,
5649
5727
  RUNTIME_DEFAULTS,
5650
5728
  RUNTIME_TO_FORMAT,
5651
5729
  ReadinessRegistry,
5652
5730
  ReadinessTimeoutError,
5653
- dp as RegisteredStreamSchema,
5654
- dq as RemoteAccessEndpointSchema,
5655
- dr as RemoteAccessProviderInfoSchema,
5656
- ds as ReportMotionInputSchema,
5731
+ dt as RegisteredStreamSchema,
5732
+ du as RemoteAccessEndpointSchema,
5733
+ dv as RemoteAccessProviderInfoSchema,
5734
+ dw as ReportMotionInputSchema,
5657
5735
  RingBuffer,
5658
- dt as RtspRestreamEntrySchema,
5659
- du as RunnerCameraConfigSchema,
5660
- dv as RunnerCameraDeviceUIFields,
5661
- dw as RunnerLocalLoadSchema,
5662
- dx as RunnerLocalMetricsSchema,
5736
+ dx as RtpSourceSchema,
5737
+ dy as RtspRestreamEntrySchema,
5738
+ dz as RunnerCameraConfigSchema,
5739
+ dA as RunnerCameraDeviceUIFields,
5740
+ dB as RunnerLocalLoadSchema,
5741
+ dC as RunnerLocalMetricsSchema,
5663
5742
  SCOPE_PRESETS,
5664
- dy as STORAGE_LOCATION_CARDINALITY,
5743
+ dD as STORAGE_LOCATION_CARDINALITY,
5665
5744
  STORAGE_LOCATION_TYPES,
5666
5745
  STREAM_QUALITY_LABELS,
5667
5746
  SUB_DETECTION_TYPES,
5668
5747
  SYSTEM_CAP_NAMES,
5669
- dz as ScopedTokenSchema,
5670
- dA as ScopedTokenSummarySchema,
5671
- dB as SearchResultSchema,
5672
- dC as SegmentSchema,
5673
- dD as SendEmailInputSchema,
5674
- dE as SendEmailResultSchema,
5675
- dF as SettingsPatchSchema,
5676
- dG as SettingsRecordSchema,
5677
- dH as SettingsSchemaWithValuesSchema,
5678
- dI as SettingsUpdateResultSchema,
5679
- dJ as SmtpStatusSchema,
5680
- dK as SnapshotImageSchema,
5681
- dL as SpatialDetectionSchema,
5682
- dM as SsoBridgeClaimsSchema,
5683
- dN as StorageAbortUploadInputSchema,
5684
- dO as StorageBeginDownloadInputSchema,
5685
- dP as StorageBeginDownloadResultSchema,
5686
- dQ as StorageBeginUploadInputSchema,
5687
- dR as StorageBeginUploadResultSchema,
5688
- dS as StorageEndDownloadInputSchema,
5689
- dT as StorageFinalizeUploadInputSchema,
5690
- dU as StorageLocationRefSchema,
5691
- dV as StorageLocationSchema,
5692
- dW as StorageLocationTypeSchema,
5693
- dX as StorageProviderInfoSchema,
5694
- dY as StorageReadChunkInputSchema,
5695
- dZ as StorageTestLocationResultSchema,
5696
- d_ as StorageWriteChunkInputSchema,
5697
- d$ as StreamFormatSchema,
5698
- e0 as StreamInfoSchema,
5699
- e1 as StreamNetworkStatsSchema,
5700
- e2 as StreamSourceEntrySchema,
5701
- e3 as StreamSourceSchema,
5702
- e4 as SubscribeInputSchema,
5703
- e5 as SubscriptionInfoSchema,
5704
- e6 as SwitchStatusSchema,
5705
- e7 as SystemMetricsSchema,
5748
+ dE as ScopedTokenSchema,
5749
+ dF as ScopedTokenSummarySchema,
5750
+ dG as SearchResultSchema,
5751
+ dH as SegmentSchema,
5752
+ dI as SendEmailInputSchema,
5753
+ dJ as SendEmailResultSchema,
5754
+ dK as SettingsPatchSchema,
5755
+ dL as SettingsRecordSchema,
5756
+ dM as SettingsSchemaWithValuesSchema,
5757
+ dN as SettingsUpdateResultSchema,
5758
+ dO as SmtpStatusSchema,
5759
+ dP as SnapshotImageSchema,
5760
+ dQ as SpatialDetectionSchema,
5761
+ dR as SsoBridgeClaimsSchema,
5762
+ dS as StartEmbeddedInputSchema,
5763
+ dT as StorageAbortUploadInputSchema,
5764
+ dU as StorageBeginDownloadInputSchema,
5765
+ dV as StorageBeginDownloadResultSchema,
5766
+ dW as StorageBeginUploadInputSchema,
5767
+ dX as StorageBeginUploadResultSchema,
5768
+ dY as StorageEndDownloadInputSchema,
5769
+ dZ as StorageFinalizeUploadInputSchema,
5770
+ d_ as StorageLocationRefSchema,
5771
+ d$ as StorageLocationSchema,
5772
+ e0 as StorageLocationTypeSchema,
5773
+ e1 as StorageProviderInfoSchema,
5774
+ e2 as StorageReadChunkInputSchema,
5775
+ e3 as StorageTestLocationResultSchema,
5776
+ e4 as StorageWriteChunkInputSchema,
5777
+ e5 as StreamFormatSchema,
5778
+ e6 as StreamInfoSchema,
5779
+ e7 as StreamNetworkStatsSchema,
5780
+ e8 as StreamSourceEntrySchema,
5781
+ e9 as StreamSourceSchema,
5782
+ ea as SwitchStatusSchema,
5783
+ eb as SystemMetricsSchema,
5706
5784
  SystemMirror,
5707
- e8 as TestConnectionResultSchema,
5708
- e9 as ToastSchema,
5709
- ea as TokenScopeSchema,
5710
- eb as TopologyNodeSchema,
5711
- ec as TopologyProcessSchema,
5712
- ed as TopologyServiceSchema,
5713
- ee as TrackSchema,
5714
- ef as TrackStateSchema,
5715
- eg as TrackedDetectionSchema,
5716
- eh as TurnProviderInfoSchema,
5717
- ei as TurnServerSchema,
5718
- ej as UpdateIntegrationInputSchema,
5719
- ek as UpdateUserInputSchema,
5720
- el as UserRecordSchema,
5721
- em as UserSummarySchema,
5722
- en as WELL_KNOWN_TABS,
5723
- eo as WELL_KNOWN_TAB_MAP,
5724
- ep as WebrtcStreamChoiceSchema,
5725
- eq as WebrtcStreamTargetSchema,
5726
- er as WidgetHostEnum,
5727
- es as WidgetMetadataSchema,
5728
- et as WidgetSizeEnum,
5729
- eu as YAMNET_TO_MACRO,
5730
- ev as ZoneKindEnum,
5731
- ew as ZoneRuleModeEnum,
5732
- ex as ZoneRuleSchema,
5733
- ey as ZoneRuleStageEnum,
5734
- ez as ZoneRulesArraySchema,
5735
- eA as ZoneSchema,
5736
- eB as ZoneScopeBreakdownSchema,
5785
+ ec as TestConnectionResultSchema,
5786
+ ed as ToastSchema,
5787
+ ee as TokenScopeSchema,
5788
+ ef as TopologyNodeSchema,
5789
+ eg as TopologyProcessSchema,
5790
+ eh as TopologyServiceSchema,
5791
+ ei as TrackSchema,
5792
+ ej as TrackStateSchema,
5793
+ ek as TrackedDetectionSchema,
5794
+ el as TurnProviderInfoSchema,
5795
+ em as TurnServerSchema,
5796
+ en as UpdateIntegrationInputSchema,
5797
+ eo as UpdateUserInputSchema,
5798
+ ep as UserRecordSchema,
5799
+ eq as UserSummarySchema,
5800
+ er as WELL_KNOWN_TABS,
5801
+ es as WELL_KNOWN_TAB_MAP,
5802
+ et as WebrtcStreamChoiceSchema,
5803
+ eu as WebrtcStreamTargetSchema,
5804
+ ev as WidgetHostEnum,
5805
+ ew as WidgetMetadataSchema,
5806
+ ex as WidgetSizeEnum,
5807
+ ey as YAMNET_TO_MACRO,
5808
+ ez as ZoneKindEnum,
5809
+ eA as ZoneRuleModeEnum,
5810
+ eB as ZoneRuleSchema,
5811
+ eC as ZoneRuleStageEnum,
5812
+ eD as ZoneRulesArraySchema,
5813
+ eE as ZoneSchema,
5814
+ eF as ZoneScopeBreakdownSchema,
5737
5815
  accessoriesCapability,
5738
- eC as accessoryStableId,
5816
+ eG as accessoryStableId,
5739
5817
  addonPagesCapability,
5740
5818
  addonPagesSourceCapability,
5741
5819
  addonRoutesCapability,
@@ -5780,8 +5858,9 @@ export {
5780
5858
  defineCustomActions,
5781
5859
  detectionPipelineCapability,
5782
5860
  deviceDiscoveryCapability,
5861
+ deviceExportCapability,
5783
5862
  deviceManagerCapability,
5784
- eD as deviceMatchesProfile,
5863
+ eH as deviceMatchesProfile,
5785
5864
  deviceOpsCapability,
5786
5865
  deviceProviderCapability,
5787
5866
  deviceStateCapability,
@@ -5792,15 +5871,15 @@ export {
5792
5871
  emitReadiness,
5793
5872
  errMsg,
5794
5873
  evaluateZoneRules,
5795
- eE as event,
5874
+ eI as event,
5796
5875
  eventsCapability,
5797
- eF as expandCapMethods,
5876
+ eJ as expandCapMethods,
5798
5877
  featureProbeCapability,
5799
5878
  formatForBackend,
5800
5879
  formatForRuntime,
5801
- eG as getAudioMacroClassIds,
5880
+ eK as getAudioMacroClassIds,
5881
+ getCapsByProviderKind,
5802
5882
  hfModelUrl,
5803
- homeAssistantCapability,
5804
5883
  hydrateSchema,
5805
5884
  integrationsCapability,
5806
5885
  intercomCapability,
@@ -5809,16 +5888,16 @@ export {
5809
5888
  isEvent,
5810
5889
  localNetworkCapability,
5811
5890
  logDestinationCapability,
5812
- eH as mapAudioLabelToMacro,
5891
+ eL as mapAudioLabelToMacro,
5813
5892
  maskUrlCredentials,
5814
5893
  meshNetworkCapability,
5815
5894
  meshOrchestratorCapability,
5816
- eI as method,
5895
+ eM as method,
5817
5896
  metricsProviderCapability,
5818
5897
  motionCapability,
5819
5898
  motionDetectionCapability,
5820
5899
  motionTriggerCapability,
5821
- mqttProviderCapability,
5900
+ mqttBrokerCapability,
5822
5901
  nativeObjectDetectionCapability,
5823
5902
  networkAccessCapability,
5824
5903
  networkQualityCapability,
@@ -5849,7 +5928,7 @@ export {
5849
5928
  resolveAddonPlacement,
5850
5929
  resolveAddonRuntime,
5851
5930
  resolveDetectionRuntime,
5852
- eJ as resolveDeviceProfile,
5931
+ eN as resolveDeviceProfile,
5853
5932
  resolveModelFormat,
5854
5933
  restreamerCapability,
5855
5934
  runInferenceStep,
@@ -5875,7 +5954,7 @@ export {
5875
5954
  userManagementCapability,
5876
5955
  userPasskeysCapability,
5877
5956
  webrtcCapability,
5878
- eK as webrtcClientHintsSchema,
5957
+ eO as webrtcClientHintsSchema,
5879
5958
  webrtcSessionCapability,
5880
5959
  zodEntriesToConfigUI,
5881
5960
  zoneAnalyticsCapability,