@camstack/addon-agent-ui 1.2.126 → 1.2.128

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 (2) hide show
  1. package/dist/addon.js +2 -1
  2. package/package.json +1 -1
package/dist/addon.js CHANGED
@@ -7736,6 +7736,7 @@ var CameraSwitchIdSchema = _enum([
7736
7736
  "device-audio",
7737
7737
  "broker-audio",
7738
7738
  "audio-analysis",
7739
+ "event-saving",
7739
7740
  "recording",
7740
7741
  "notifications"
7741
7742
  ]);
@@ -40621,7 +40622,7 @@ var AgentUIAddon = class extends BaseAddon {
40621
40622
  capability: adminUiCapability,
40622
40623
  provider: {
40623
40624
  getStaticDir: async () => ({ staticDir: path.resolve(__dirname) }),
40624
- getVersion: async () => ({ version: "1.2.126" })
40625
+ getVersion: async () => ({ version: "1.2.128" })
40625
40626
  }
40626
40627
  }];
40627
40628
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/addon-agent-ui",
3
- "version": "1.2.126",
3
+ "version": "1.2.128",
4
4
  "description": "Agent UI — lightweight status dashboard served by every agent node",
5
5
  "keywords": [
6
6
  "camstack",