@erdoai/ui 0.1.42 → 0.1.43
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.cts +1 -4
- package/dist/index.d.ts +1 -4
- package/package.json +2 -2
package/dist/index.d.cts
CHANGED
|
@@ -1077,10 +1077,7 @@ interface BotInvocationStatusInfo {
|
|
|
1077
1077
|
/** Current status of the invocation */
|
|
1078
1078
|
status: InvocationStatus$1 | string;
|
|
1079
1079
|
/** Optional status message */
|
|
1080
|
-
message?: string
|
|
1081
|
-
Valid: boolean;
|
|
1082
|
-
String: string;
|
|
1083
|
-
};
|
|
1080
|
+
message?: string;
|
|
1084
1081
|
}
|
|
1085
1082
|
/** Event within a bot invocation */
|
|
1086
1083
|
interface BotInvocationEventInfo {
|
package/dist/index.d.ts
CHANGED
|
@@ -1077,10 +1077,7 @@ interface BotInvocationStatusInfo {
|
|
|
1077
1077
|
/** Current status of the invocation */
|
|
1078
1078
|
status: InvocationStatus$1 | string;
|
|
1079
1079
|
/** Optional status message */
|
|
1080
|
-
message?: string
|
|
1081
|
-
Valid: boolean;
|
|
1082
|
-
String: string;
|
|
1083
|
-
};
|
|
1080
|
+
message?: string;
|
|
1084
1081
|
}
|
|
1085
1082
|
/** Event within a bot invocation */
|
|
1086
1083
|
interface BotInvocationEventInfo {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@erdoai/ui",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.43",
|
|
4
4
|
"description": "Erdo UI components for rendering agent results",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"react-dom": "^18.0.0 || ^19.0.0"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@erdoai/types": "^0.1.
|
|
36
|
+
"@erdoai/types": "^0.1.10",
|
|
37
37
|
"@hugocxl/react-to-image": "^0.0.9",
|
|
38
38
|
"@lordicon/react": "^1.11.0",
|
|
39
39
|
"@radix-ui/react-collapsible": "^1.1.0",
|