@altimateai/ui-components 0.0.70 → 0.0.71-beta.2

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,6 +1,6 @@
1
1
  import React__default, { FC, ReactNode } from 'react';
2
- import { j as ChatbotProps, k as ChatbotProviderProps, m as ChatState, A as Artifact, n as ContextOption, I as InteractionRequest, o as ChatMessage, p as AgentAction, q as ChatResponse, F as Feedback, r as LoadingState, s as ChatSession, i as Citation, t as TodoItem, M as MessageAttachment, D as DetectedEntity, E as EntityType, u as AgentStreamResponse, S as SessionStatusEnum } from '../types-C2UJ4TLI.js';
3
- export { x as AssistantMeta, w as ChatEvent, v as ChatEventStatus, z as ChatbotUrls, B as Datamate, G as EntityDetectionRequest, H as EntityDetectionResponse, y as FileUploadProps, W as FinalResponseData, N as InteractionChoice, K as InteractionType, J as Mode, V as ProgressUpdate, R as ToolUsageData, U as UploadedFile, X as agentStreamResponseSchema, O as sessionStatusSchema, Q as todoItemSchema } from '../types-C2UJ4TLI.js';
2
+ import { j as ChatbotProps, k as ChatbotProviderProps, m as ChatState, A as Artifact, n as ContextOption, I as InteractionRequest, o as ChatMessage, p as AgentAction, q as ChatResponse, F as Feedback, r as LoadingState, s as ChatSession, i as Citation, t as TodoItem, M as MessageAttachment, D as DetectedEntity, E as EntityType, u as AgentStreamResponse, S as SessionStatusEnum } from '../types-BdHGJOSE.js';
3
+ export { x as AssistantMeta, w as ChatEvent, v as ChatEventStatus, z as ChatbotUrls, B as Datamate, G as EntityDetectionRequest, H as EntityDetectionResponse, y as FileUploadProps, W as FinalResponseData, N as InteractionChoice, K as InteractionType, J as Mode, V as ProgressUpdate, R as ToolUsageData, U as UploadedFile, X as agentStreamResponseSchema, O as sessionStatusSchema, Q as todoItemSchema } from '../types-BdHGJOSE.js';
4
4
  import * as _reduxjs_toolkit from '@reduxjs/toolkit';
5
5
  import { UnknownAction } from '@reduxjs/toolkit';
6
6
  import * as react_jsx_runtime from 'react/jsx-runtime';
@@ -182,7 +182,10 @@ declare const updateMessageFeedback: _reduxjs_toolkit.ActionCreatorWithPayload<{
182
182
  }, "chat/updateMessageFeedback">;
183
183
  declare const clearHistory: _reduxjs_toolkit.ActionCreatorWithoutPayload<"chat/clearHistory">;
184
184
  declare const deleteMessage: _reduxjs_toolkit.ActionCreatorWithPayload<DeleteMessagePayload, "chat/deleteMessage">;
185
- declare const setLoadingState: _reduxjs_toolkit.ActionCreatorWithPayload<LoadingState, "chat/setLoadingState">;
185
+ declare const setLoadingState: _reduxjs_toolkit.ActionCreatorWithPayload<{
186
+ state: LoadingState;
187
+ sessionId: ChatState["currentSessionId"];
188
+ }, "chat/setLoadingState">;
186
189
  declare const setError: _reduxjs_toolkit.ActionCreatorWithPayload<string | null, "chat/setError">;
187
190
  declare const setAbortController: _reduxjs_toolkit.ActionCreatorWithPayload<AbortController | null, "chat/setAbortController">;
188
191
  declare const addAction: _reduxjs_toolkit.ActionCreatorWithPayload<AgentAction, "chat/addAction">;
package/dist/index.d.ts CHANGED
@@ -4,8 +4,8 @@ import { B as ButtonProps, a as Button } from './Button-42Dj_nRE.js';
4
4
  import { Components } from 'react-markdown';
5
5
  import * as react_jsx_runtime from 'react/jsx-runtime';
6
6
  import { PlotParams } from 'react-plotly.js';
7
- import { T as TaskLabels, a as TeamMateContextProps, b as TeamMateState, c as TeamMateConfig, d as TeamMateActionType, e as TeamMateAvailability } from './types-C2UJ4TLI.js';
8
- export { i as Citation, f as CoachAiConfirmationResponse, C as CoachAiResponse, g as ContentCategory, L as Learning, P as PersonalizationScope, h as TeamMateComponentProps, l as learningSchema } from './types-C2UJ4TLI.js';
7
+ import { T as TaskLabels, a as TeamMateContextProps, b as TeamMateState, c as TeamMateConfig, d as TeamMateActionType, e as TeamMateAvailability } from './types-BdHGJOSE.js';
8
+ export { i as Citation, f as CoachAiConfirmationResponse, C as CoachAiResponse, g as ContentCategory, L as Learning, P as PersonalizationScope, h as TeamMateComponentProps, l as learningSchema } from './types-BdHGJOSE.js';
9
9
  import * as _reduxjs_toolkit from '@reduxjs/toolkit';
10
10
  import { PayloadAction } from '@reduxjs/toolkit';
11
11
  import * as immer from 'immer';
@@ -9,6 +9,7 @@ type ChatEvent = {
9
9
  } | {
10
10
  type: "status_change";
11
11
  status: ChatEventStatus;
12
+ sessionId: string;
12
13
  };
13
14
  interface AgentAction {
14
15
  id?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@altimateai/ui-components",
3
- "version": "0.0.70",
3
+ "version": "0.0.71-beta.2",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/AltimateAI/altimate-components.git"