@inkeep/agents-ui-js 0.17.4 → 0.17.5
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 +4 -2
- package/package.json +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { ComponentType } from 'react';
|
|
2
|
-
import
|
|
2
|
+
import { FileUIPart } from 'ai';
|
|
3
3
|
import type { HTMLProps } from 'react';
|
|
4
4
|
import type { ReactNode } from 'react';
|
|
5
5
|
import type { ToolUIPart } from 'ai';
|
|
@@ -668,6 +668,8 @@ declare interface FileField extends BaseFormField {
|
|
|
668
668
|
inputType: 'file'
|
|
669
669
|
}
|
|
670
670
|
|
|
671
|
+
export { FileUIPart }
|
|
672
|
+
|
|
671
673
|
export declare type FilterQuery =
|
|
672
674
|
| Record<string, QueryCondition | QueryValue | QueryValue[]>
|
|
673
675
|
| { $and: FilterQuery[] }
|
|
@@ -788,7 +790,7 @@ export declare interface InkeepAIChatSettings {
|
|
|
788
790
|
*/
|
|
789
791
|
context?: Record<string, unknown>
|
|
790
792
|
|
|
791
|
-
/* Excluded from this release type: files *//**
|
|
793
|
+
/* Excluded from this release type: files *//* Excluded from this release type: transformMessageFiles *//**
|
|
792
794
|
* The placeholder text to display in the chat input field when empty.
|
|
793
795
|
* Use this to provide guidance on what kind of questions users can ask.
|
|
794
796
|
* "Ask me anything about our API documentation..."
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inkeep/agents-ui-js",
|
|
3
|
-
"version": "0.17.
|
|
3
|
+
"version": "0.17.5",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "Inkeep, Inc. Customer License (IICL) v1.1",
|
|
6
6
|
"homepage": "",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"vite": "5.4.11",
|
|
56
56
|
"vite-bundle-visualizer": "^1.2.1",
|
|
57
57
|
"vite-plugin-dts": "4.4.0",
|
|
58
|
-
"@inkeep/agents-ui": "0.17.
|
|
58
|
+
"@inkeep/agents-ui": "0.17.5"
|
|
59
59
|
},
|
|
60
60
|
"module": "./dist/embed.js",
|
|
61
61
|
"types": "./dist/types.d.ts",
|