@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.
Files changed (2) hide show
  1. package/dist/index.d.ts +4 -0
  2. 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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xpert-ai/chatkit-types",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "description": "Type definitions for the ChatKit Web Component.",
5
5
  "sideEffects": false,
6
6
  "type": "module",