@amarfts/bizcomp-types
v0.1.13
Published
Shared TypeScript type definitions for the [BizComp](https://bizcomp.be) platform.
Readme
@amarfts/bizcomp-types
Shared TypeScript type definitions for the BizComp platform.
Used by both the backend (GCP) and frontend (Vercel) to ensure type consistency across repos.
Install
npm install @amarfts/bizcomp-typesUsage
import type { DashboardWidget, AgentRunResult, ClassifiedIntent } from "@amarfts/bizcomp-types";What's included
- Intent & Classification —
IntentType,ClassifiedIntent,SearchFilters - Dashboard & Widgets —
WidgetType,DashboardWidget,GenBIDashboard - Tool Execution —
ToolExecutionState,ToolExecutionResult - Agent Results —
AgentRunResult,AgentResultContext,SuggestedAction - Streaming —
StreamingStage,PartialWidget - Chat & Search —
ChatMessage,SearchResult
Publishing
cd packages/types
# bump version in package.json
npm publish