@carbon/ai-chat 1.3.0-rc.0 → 1.3.0
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 +1 -1
- package/dist/es/chat.ChatAppEntry.js +205 -104
- package/dist/es/chat.ChatAppEntry.js.map +1 -1
- package/dist/es/chat.PageObjectId.js +7 -1
- package/dist/es/chat.PageObjectId.js.map +1 -1
- package/dist/es/serverEntry.js +1 -1
- package/dist/es-custom/aiChatEntry.js +1 -1
- package/dist/es-custom/chat.ChatAppEntry.js +205 -104
- package/dist/es-custom/chat.ChatAppEntry.js.map +1 -1
- package/dist/es-custom/chat.PageObjectId.js +7 -1
- package/dist/es-custom/chat.PageObjectId.js.map +1 -1
- package/dist/es-custom/serverEntry.js +1 -1
- package/dist/types/aiChatEntry.d.ts +2 -2
- package/dist/types/{serverEntry-BN03ML3a.d.ts → serverEntry-BMoPx5K4.d.ts} +87 -26
- package/dist/types/serverEntry.d.ts +1 -1
- package/package.json +3 -3
|
@@ -5,6 +5,12 @@ var ViewType;
|
|
|
5
5
|
ViewType["MAIN_WINDOW"] = "mainWindow";
|
|
6
6
|
})(ViewType || (ViewType = {}));
|
|
7
7
|
|
|
8
|
+
var PanelType;
|
|
9
|
+
|
|
10
|
+
(function(PanelType) {
|
|
11
|
+
PanelType["DEFAULT"] = "default";
|
|
12
|
+
})(PanelType || (PanelType = {}));
|
|
13
|
+
|
|
8
14
|
var WriteableElementName;
|
|
9
15
|
|
|
10
16
|
(function(WriteableElementName) {
|
|
@@ -904,5 +910,5 @@ var PageObjectId;
|
|
|
904
910
|
PageObjectId["BUTTON_RESPONSE_PANEL"] = "button_response_panel";
|
|
905
911
|
})(PageObjectId || (PageObjectId = {}));
|
|
906
912
|
|
|
907
|
-
export { BusEventType as B, CornersType as C, ErrorType as E, FeedbackInteractionType as F, HumanAgentsOnlineStatus as H, IFrameItemDisplayOption as I, MessageSendSource as M, OnErrorType as O,
|
|
913
|
+
export { BusEventType as B, CornersType as C, ErrorType as E, FeedbackInteractionType as F, HumanAgentsOnlineStatus as H, IFrameItemDisplayOption as I, MessageSendSource as M, OnErrorType as O, PanelType as P, ScreenShareState as S, UserType as U, ViewType as V, WriteableElementName as W, ViewChangeReason as a, CancellationReason as b, CarbonTheme as c, MinimizeButtonIconType as d, enLanguagePack as e, FileStatusValue as f, ButtonItemKind as g, ButtonItemType as h, MessageInputType as i, MessageResponseTypes as j, OptionItemPreference as k, WidthOptions as l, HumanAgentMessageType as m, ChainOfThoughtStepStatus as n, MessageErrorState as o, PageObjectId as p, InternalMessageRequestType as q, MainWindowOpenReason as r, MainWindowCloseReason as s };
|
|
908
914
|
//# sourceMappingURL=chat.PageObjectId.js.map
|