@inkeep/agents-ui-js-cloud 0.0.0-dev-20260501205503 → 0.0.0-dev-20260501215045
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/embed.js +11 -11
- package/dist/types.d.ts +1 -9
- package/package.json +3 -3
package/dist/types.d.ts
CHANGED
|
@@ -936,6 +936,7 @@ export declare interface InkeepAIChatSettings {
|
|
|
936
936
|
*/
|
|
937
937
|
messageActions?: CustomMessageAction[]
|
|
938
938
|
|
|
939
|
+
|
|
939
940
|
/**
|
|
940
941
|
* Custom labels for the chat interface's action buttons.
|
|
941
942
|
* Use this for internationalization or to better match your application's terminology.
|
|
@@ -964,15 +965,6 @@ export declare interface InkeepAIChatSettings {
|
|
|
964
965
|
* @default true
|
|
965
966
|
*/
|
|
966
967
|
shouldAutoScroll?: boolean
|
|
967
|
-
|
|
968
|
-
/**
|
|
969
|
-
* The bot protection check level applied to BotID-protected requests.
|
|
970
|
-
* - `'basic'`: lightweight challenge suitable for most traffic.
|
|
971
|
-
* - `'deepAnalysis'`: stricter analysis for high-risk surfaces (requires Vercel BotID Pro).
|
|
972
|
-
* @see https://vercel.com/docs/botid/advanced-configuration
|
|
973
|
-
* @default 'basic'
|
|
974
|
-
*/
|
|
975
|
-
botProtectionLevel?: 'basic' | 'deepAnalysis'
|
|
976
968
|
}
|
|
977
969
|
|
|
978
970
|
export declare interface InkeepBaseSettings {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inkeep/agents-ui-js-cloud",
|
|
3
|
-
"version": "0.0.0-dev-
|
|
3
|
+
"version": "0.0.0-dev-20260501215045",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "Inkeep, Inc. Customer License (IICL) v1.1",
|
|
6
6
|
"homepage": "",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"react": "19.0.0",
|
|
39
39
|
"react-dom": "19.0.0",
|
|
40
40
|
"uuid": "^11.1.0",
|
|
41
|
-
"@inkeep/agents-ui-cloud": "0.0.0-dev-
|
|
41
|
+
"@inkeep/agents-ui-cloud": "0.0.0-dev-20260501215045"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@biomejs/biome": "1.9.4",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"vite": "5.4.11",
|
|
57
57
|
"vite-bundle-visualizer": "^1.2.1",
|
|
58
58
|
"vite-plugin-dts": "4.4.0",
|
|
59
|
-
"@inkeep/agents-ui": "0.0.0-dev-
|
|
59
|
+
"@inkeep/agents-ui": "0.0.0-dev-20260501215045"
|
|
60
60
|
},
|
|
61
61
|
"module": "./dist/embed.js",
|
|
62
62
|
"types": "./dist/types.d.ts",
|