@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.
- package/dist/index.d.ts +7 -0
- 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
|