@telnyx/ai-chat-widget 5.0.0 → 5.0.1

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.
package/dist/index.d.ts CHANGED
@@ -4,13 +4,6 @@ import { SVGProps } from 'react';
4
4
  import * as TooltipPrimitive from '@radix-ui/react-tooltip';
5
5
 
6
6
  declare type BaseProps = {
7
- /**
8
- * The default endpoint to use for the chat widget.
9
- * @default `aida`
10
- * @deprecated No longer has any effect — there is a single endpoint, and
11
- * this is already the default. Scheduled for removal in the next major.
12
- */
13
- endpoint?: 'aida';
14
7
  /**
15
8
  * The base URL for AIDA (Heavy thinking mode).
16
9
  * Optional — if omitted, defaults to the internal AIDA endpoint.