@staylift-tech/conv-widget 0.0.16 → 0.0.17

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.
@@ -26061,7 +26061,8 @@ const stayliftWidgetCss = () => `:host{--sl-primary:#6366f1;--sl-bg:#18181b;--sl
26061
26061
  const BLOCKED_AGENT_IDS = [
26062
26062
  // Add agent IDs here to block them, e.g.:
26063
26063
  // 'agent_abc123',
26064
- 'agent_7701ke555bnjedaacb1w0x9q3c5p'
26064
+ 'agent_7701ke555bnjedaacb1w0x9q3c5p',
26065
+ 'agent_2801kfn62tyye3mv2enkv3btar6k'
26065
26066
  ];
26066
26067
  const StayliftWidget = class {
26067
26068
  constructor(hostRef) {
@@ -4,7 +4,8 @@ import { TextConversation, VoiceConversation } from "@elevenlabs/client";
4
4
  const BLOCKED_AGENT_IDS = [
5
5
  // Add agent IDs here to block them, e.g.:
6
6
  // 'agent_abc123',
7
- 'agent_7701ke555bnjedaacb1w0x9q3c5p'
7
+ 'agent_7701ke555bnjedaacb1w0x9q3c5p',
8
+ 'agent_2801kfn62tyye3mv2enkv3btar6k'
8
9
  ];
9
10
  export class StayliftWidget {
10
11
  constructor() {