@xpert-ai/chatkit-types 0.0.6 → 0.0.7
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 +4 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -231,6 +231,10 @@ export declare interface ChatkitMessage {
|
|
|
231
231
|
}
|
|
232
232
|
|
|
233
233
|
export declare type ChatKitOptions = {
|
|
234
|
+
/**
|
|
235
|
+
* ChatKit iframe URL for web component integrations.
|
|
236
|
+
*/
|
|
237
|
+
frameUrl?: string;
|
|
234
238
|
api: CustomApiConfig | HostedApiConfig;
|
|
235
239
|
/**
|
|
236
240
|
* Locale override for ChatKit UI. If not provided, the browser's locale
|