@inkeep/cxkit-types 0.5.102 → 0.5.104

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 +7 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -847,6 +847,13 @@ export declare interface InkeepModalSettings {
847
847
  }
848
848
 
849
849
  export declare interface InkeepSearchSettings {
850
+ /**
851
+ * Custom base URL for search API endpoint.
852
+ * Useful when routing API requests through a proxy.
853
+ * Should include protocol (e.g., 'https://api.your-proxy.com')
854
+ * Falls back to aiApiBaseUrl if not provided.
855
+ */
856
+ searchApiBaseUrl?: string;
850
857
  /**
851
858
  * The placeholder text to use.
852
859
  * @default
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inkeep/cxkit-types",
3
- "version": "0.5.102",
3
+ "version": "0.5.104",
4
4
  "description": "",
5
5
  "license": "Inkeep, Inc. Customer License (IICL) v1.1",
6
6
  "homepage": "",