@telnyx/ai-chat-widget 5.0.3 → 5.0.4

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
@@ -10,10 +10,10 @@ declare type BaseProps = {
10
10
  */
11
11
  chatAPIUrl?: string;
12
12
  /**
13
- * The base URL of the feedback to send
14
- * @required
13
+ * The base URL to send message feedback to.
14
+ * Optional — if omitted, defaults to the internal feedback endpoint.
15
15
  */
16
- feedbackAPIUrl: string;
16
+ feedbackAPIUrl?: string;
17
17
  /**
18
18
  * The user info to send with the feedback
19
19
  * @required