@altimateai/ui-components 0.0.10-beta.6 → 0.0.13

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.
@@ -1,4 +1,4 @@
1
- import { l as kt, p as vt, m as wt, n as rt, o as I, s as St, q as Et, r as Tt, t as et } from "./CoachForm.js";
1
+ import { k as kt, p as vt, l as wt, m as rt, n as I, s as St, o as Et, q as Tt, r as et } from "./CoachForm.js";
2
2
  import { s as q } from "./redux-toolkit.modern.js";
3
3
  import { i as It } from "./is_dark.js";
4
4
  var X = function() {
@@ -47,7 +47,6 @@ interface FileUploadProps {
47
47
  interface ChatbotUrls {
48
48
  origin?: string;
49
49
  askPath?: string;
50
- continuePath?: string;
51
50
  proceedPath?: string;
52
51
  frontendUrl?: string;
53
52
  followupPath?: string;
@@ -77,8 +76,6 @@ interface ChatbotProviderProps extends ChatbotProps {
77
76
  value: string;
78
77
  }[];
79
78
  placeholder?: string;
80
- isV1Agent?: boolean;
81
- agentType: AgentTypes;
82
79
  }
83
80
  type InteractionType = "text" | "select" | "multiSelect" | "confirm";
84
81
  interface InteractionChoice {
@@ -131,7 +128,6 @@ interface ChatState {
131
128
  abortController: AbortController | null;
132
129
  currentActions: AgentAction[];
133
130
  taskLabel?: keyof typeof TaskLabels;
134
- agentType: AgentTypes;
135
131
  initialValidation?: (data: {
136
132
  context: ChatSession["context"];
137
133
  }) => Promise<void>;
@@ -146,7 +142,6 @@ interface ChatState {
146
142
  components?: {
147
143
  feedback?: ReactNode;
148
144
  };
149
- isV1Agent?: boolean;
150
145
  }
151
146
  interface AgentStreamResponse {
152
147
  id?: string;
@@ -167,14 +162,6 @@ interface AgentStreamResponse {
167
162
  artifacts?: Artifact[];
168
163
  citations?: Citation[];
169
164
  }
170
- declare enum AgentTypes {
171
- UNKNOWN = "unknown",
172
- ALERT_MIGRATION = "alert_migration",
173
- TABLE_INSIGHTS = "table_optimizer",
174
- QUERY_INSIGHTS = "query_optimizer",
175
- SUMMARY_CHAT = "summary_chat",
176
- TERADATA_MIGRATION = "teradata_migration"
177
- }
178
165
 
179
166
  interface TeamMateState {
180
167
  showCoachingForm: boolean;
@@ -284,4 +271,4 @@ interface Citation {
284
271
  taskLabel: TaskLabels;
285
272
  }
286
273
 
287
- export { type Artifact as A, type CoachAiResponse as C, type Feedback as F, type InteractionRequest as I, type Learning as L, PersonalizationScope as P, TaskLabels as T, type TeamMateContextProps as a, type TeamMateState as b, type TeamMateConfig as c, TeamMateActionType as d, TeamMateAvailability as e, type CoachAiConfirmationResponse as f, ContentCategory as g, type TeamMateComponentProps as h, type Citation as i, type ChatbotProps as j, type ChatbotProviderProps as k, learningSchema as l, type ChatState as m, type ContextOption as n, type ChatMessage as o, type AgentAction as p, type ChatResponse as q, LoadingState as r, type AssistantMeta as s, type ChatSession as t, type FileUploadProps as u, type ChatbotUrls as v, type InteractionType as w, type InteractionChoice as x, type AgentStreamResponse as y, AgentTypes as z };
274
+ export { type Artifact as A, type CoachAiResponse as C, type Feedback as F, type InteractionRequest as I, type Learning as L, PersonalizationScope as P, TaskLabels as T, type TeamMateContextProps as a, type TeamMateState as b, type TeamMateConfig as c, TeamMateActionType as d, TeamMateAvailability as e, type CoachAiConfirmationResponse as f, ContentCategory as g, type TeamMateComponentProps as h, type Citation as i, type ChatbotProps as j, type ChatbotProviderProps as k, learningSchema as l, type ChatState as m, type ContextOption as n, type ChatMessage as o, type AgentAction as p, type ChatResponse as q, LoadingState as r, type AssistantMeta as s, type ChatSession as t, type FileUploadProps as u, type ChatbotUrls as v, type InteractionType as w, type InteractionChoice as x, type AgentStreamResponse as y };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@altimateai/ui-components",
3
- "version": "0.0.10-beta.6",
3
+ "version": "0.0.13",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/AltimateAI/altimate-components.git"