@chatsystem/client 1.1.87 → 1.2.0

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
@@ -21,6 +21,13 @@ export declare type AppProps = {
21
21
  displayMode?: DisplayModesTypes;
22
22
  /** Enables diagnostic widget logs. Keep disabled in normal production use. */
23
23
  shouldDisplayLogs?: boolean;
24
+ /**
25
+ * Optional ChatSystem API base URL. Omit it for the standard hosted API.
26
+ *
27
+ * This is primarily useful for internal testing and explicitly supported
28
+ * self-hosted deployments. HTTPS is mandatory except for localhost.
29
+ */
30
+ apiUrl?: string;
24
31
  /**
25
32
  * Optional bridge to the host website's existing authenticated session.
26
33
  *