@carbon/ai-chat 0.5.1 → 0.5.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.
- package/dist/es/aiChatEntry.js.map +1 -0
- package/dist/es/chat.AppContainer.js +5 -2
- package/dist/es/chat.ChatAppEntry.js +17338 -0
- package/dist/es/chat.ChatAppEntry.js.map +1 -0
- package/dist/es/chat.PageObjectId.js +905 -0
- package/dist/es/chat.PageObjectId.js.map +1 -0
- package/dist/es/serverEntry.js +13 -0
- package/dist/es/serverEntry.js.map +1 -0
- package/dist/es/web-components/cds-aichat-container/index.js.map +1 -0
- package/dist/es/web-components/cds-aichat-custom-element/index.js.map +1 -0
- package/dist/types/serverEntry-C7dK61Jb.d.ts +4434 -0
- package/dist/types/serverEntry-Cad3Ek2W.d.ts +4430 -0
- package/dist/types/serverEntry-DvtEiqn2.d.ts +4452 -0
- package/dist/types/serverEntry.d.ts +7 -0
- package/package.json +2 -2
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export { ar as AdditionalDataToAgent, as as AgentAvailability, aO as AudioItem, aJ as BaseGenericItem, aP as BaseMessageInput, p as BusEvent, y as BusEventChatReady, z as BusEventChunkUserDefinedResponse, A as BusEventClosePanelButtonClicked, D as BusEventCustomPanelClose, G as BusEventCustomPanelOpen, H as BusEventCustomPanelPreClose, J as BusEventCustomPanelPreOpen, K as BusEventFeedback, M as BusEventHistoryBegin, O as BusEventHistoryEnd, q as BusEventHumanAgentAreAnyAgentsOnline, r as BusEventHumanAgentEndChat, s as BusEventHumanAgentPreEndChat, t as BusEventHumanAgentPreReceive, u as BusEventHumanAgentPreSend, v as BusEventHumanAgentPreStartChat, w as BusEventHumanAgentReceive, x as BusEventHumanAgentSend, Q as BusEventMessageItemCustom, R as BusEventPreReceive, U as BusEventPreReset, X as BusEventPreSend, Y as BusEventReceive, Z as BusEventReset, _ as BusEventSend, $ as BusEventType, a0 as BusEventUserDefinedResponse, b as BusEventViewChange, B as BusEventViewPreChange, aQ as ButtonItem, aR as ButtonItemKind, aS as ButtonItemType, a8 as CancellationReason, ab as CarbonTheme, aT as CardItem, aU as CarouselItem, bN as CdsAiChatContainerAttributes, bO as CdsAiChatCustomElementAttributes, bz as ChainOfThoughtStep, bA as ChainOfThoughtStepStatus, d as ChatHeaderConfig, a as ChatInstance, a9 as ChatInstanceMessaging, i as ChatInstanceNotifications, j as ChatInstanceServiceDeskActions, aV as Chunk, aW as CompleteItemChunk, aX as ConnectToHumanAgentItem, aY as ConnectToHumanAgentItemTransferInfo, au as ConnectingErrorInfo, aZ as ConversationalSearchItem, a_ as ConversationalSearchItemCitation, o as CornersType, ac as CustomMenuOption, e as CustomPanelConfigOptions, f as CustomPanelInstance, g as CustomPanels, aa as CustomSendMessageOptions, a$ as DateItem, ap as DeepPartial, ad as DisclaimerPublicConfig, av as DisconnectedErrorInfo, aw as EndChatInfo, ax as ErrorType, E as EventBusHandler, k as EventHandlers, b0 as EventInput, b1 as EventInputData, a1 as FeedbackInteractionType, ay as FileStatusValue, az as FileUpload, F as FileUploadCapabilities, b2 as FinalResponseChunk, b3 as GenericItem, b4 as GenericItemMessageFeedbackCategories, bB as GenericItemMessageFeedbackOptions, bC as GenericItemMessageOptions, b5 as GridItem, af as HeaderConfig, bJ as HistoryItem, a4 as HomeScreenConfig, a5 as HomeScreenStarterButton, a6 as HomeScreenStarterButtons, a7 as HomeScreenState, b6 as HorizontalCellAlignment, by as HumanAgentMessageType, at as HumanAgentsOnlineStatus, b7 as IFrameItem, b8 as IFrameItemDisplayOption, b9 as ImageItem, I as IncreaseOrDecrease, ba as InlineErrorItem, ag as InputConfig, bb as ItemStreamingMetadata, ah as LanguagePack, bL as LauncherCallToActionConfig, bM as LauncherConfig, ai as LayoutConfig, L as LayoutCustomProperties, bc as MediaItem, bd as MediaItemDimensions, bD as Message, bK as MessageErrorState, bG as MessageHistoryFeedback, be as MessageInput, bf as MessageInputType, bg as MessageItemPanelInfo, bh as MessageOutput, bi as MessageRequest, aM as MessageRequestHistory, bj as MessageResponse, aL as MessageResponseHistory, aK as MessageResponseOptions, bk as MessageResponseTypes, a2 as MessageSendSource, aj as MinimizeButtonIconType, N as NotificationMessage, aq as ObjectMap, ak as OnErrorData, al as OnErrorType, bl as OptionItem, bm as OptionItemPreference, bS as PageObjectId, bn as PartialItemChunk, bE as PartialOrCompleteItemChunk, bF as PartialResponse, bo as PauseItem, ao as PersistedHumanAgentState, P as PersistedState, l as PublicChatHumanAgentState, m as PublicChatState, am as PublicConfig, an as PublicConfigMessaging, bP as RenderUserDefinedResponse, bQ as RenderUserDefinedState, bR as RenderWriteableElementResponse, aN as ResponseUserProfile, aA as ScreenShareState, bH as SearchResult, S as SendOptions, aB as ServiceDesk, aC as ServiceDeskCallback, aD as ServiceDeskCapabilities, aE as ServiceDeskErrorInfo, aF as ServiceDeskFactoryParameters, aG as ServiceDeskPublicConfig, bx as SingleOption, aH as StartChatOptions, bp as StreamChunk, bT as TestId, bq as TextItem, T as TypeAndHandler, br as UserDefinedItem, aI as UserMessageErrorInfo, bI as UserType, bs as VerticalCellAlignment, bt as VideoItem, a3 as ViewChangeReason, V as ViewState, c as ViewType, bu as WidthOptions, bv as WithBodyAndFooter, bw as WithWidthOptions, W as WriteableElementName, n as WriteableElements, ae as enLanguagePack } from './serverEntry-Cad3Ek2W.js';
|
|
2
|
+
import '@carbon/web-components/es/components/notification/defs.js';
|
|
3
|
+
import '@carbon/web-components/es/components/button/defs.js';
|
|
4
|
+
import 'react';
|
|
5
|
+
import 'lit-html';
|
|
6
|
+
import 'lit';
|
|
7
|
+
import 'react-dom/client';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carbon/ai-chat",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.2",
|
|
4
4
|
"description": "Be sure to review the [chat documentation](https://chat.carbondesignsystem.com/tag/latest/docs/documents/Overview.html).",
|
|
5
5
|
"author": "IBM Corp",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -139,5 +139,5 @@
|
|
|
139
139
|
"url": "https://github.com/carbon-design-system/carbon-ai-chat/issues"
|
|
140
140
|
},
|
|
141
141
|
"homepage": "https://github.com/carbon-design-system/carbon-ai-chat#readme",
|
|
142
|
-
"gitHead": "
|
|
142
|
+
"gitHead": "284974dc88200c5e6d656f0531f22067103a1024"
|
|
143
143
|
}
|