@koredev/agentai-web-sdk 1.5.9-rc → 3.0.0-rc
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/components/common/constants/errorcodes.d.ts +8 -0
- package/dist/components/common/constants/events.cnst.d.ts +11 -1
- package/dist/esm/agentai-web-sdk.min.js +1 -1
- package/dist/umd/agentai-web-sdk-umd.min.js +1 -1
- package/dist/umd/agentai-web-sdk-umd.min.js.map +1 -1
- package/dist/umd/hot/hot-update.js +656 -37
- package/dist/umd/hot/hot-update.js.map +1 -1
- package/package.json +1 -1
|
@@ -126,7 +126,17 @@ export declare enum SDK_EVENTS {
|
|
|
126
126
|
"SENT_BUTTON_TEMPLATE" = "SENT_BUTTON_TEMPLATE",
|
|
127
127
|
"NETWORK_ERROR_TOASTR" = "NETWORK_ERROR_TOASTR",
|
|
128
128
|
"SETTINGS_TEMPLATE" = "SETTINGS_TEMPLATE",
|
|
129
|
-
"SENTIMENT_POPUP_TEMPLATE" = "SENTIMENT_POPUP_TEMPLATE"
|
|
129
|
+
"SENTIMENT_POPUP_TEMPLATE" = "SENTIMENT_POPUP_TEMPLATE",
|
|
130
|
+
"RUN_CLICK_EVENT" = "RUN_CLICK_EVENT",
|
|
131
|
+
"TAB_CHANGE_EVENT" = "TAB_CHANGE_EVENT",
|
|
132
|
+
"THEME_CHANGE_EVENT" = "THEME_CHANGE_EVENT",
|
|
133
|
+
"SETTINGS_CLICK_EVENT" = "SETTINGS_CLICK_EVENT",
|
|
134
|
+
"SEARCH_EVENT" = "SEARCH_EVENT",
|
|
135
|
+
"TERMINATE_CLICK_EVENT" = "TERMINATE_CLICK_EVENT",
|
|
136
|
+
"INTERRUPT_CLICK_EVENT" = "INTERRUPT_CLICK_EVENT",
|
|
137
|
+
"LISTVIEW_CLICK_EVENT" = "LISTVIEW_CLICK_EVENT",
|
|
138
|
+
"RESTART_CLICK_EVENT" = "RESTART_CLICK_EVENT",
|
|
139
|
+
"SENTIMENT_EVENT" = "SENTIMENT_EVENT"
|
|
130
140
|
}
|
|
131
141
|
export declare enum DATA_EVENTS {
|
|
132
142
|
'AGENT_COACHING_RESPONSES' = "AGENT_COACHING_RESPONSES",
|