minerva-plexus-csd 1.1.41 → 1.1.43
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/index.d.ts +6 -0
- package/dist/minerva-plexus-csd.es.js +1122 -1091
- package/dist/minerva-plexus-csd.umd.js +34 -34
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -168,6 +168,8 @@ export declare const minervaLocales: {
|
|
|
168
168
|
button_create_conversation: string;
|
|
169
169
|
expand_chat: string;
|
|
170
170
|
collapse_chat: string;
|
|
171
|
+
chat_button_send_message: string;
|
|
172
|
+
chat_button_stop_streaming: string;
|
|
171
173
|
};
|
|
172
174
|
errorMessages: {
|
|
173
175
|
invalidCredentials: string;
|
|
@@ -244,6 +246,8 @@ export declare const minervaLocales: {
|
|
|
244
246
|
customticketbuttontext: string;
|
|
245
247
|
caduca_text: string;
|
|
246
248
|
reiniciasessio: string;
|
|
249
|
+
bot_message: string;
|
|
250
|
+
human_message: string;
|
|
247
251
|
};
|
|
248
252
|
formLabels: {
|
|
249
253
|
loginEmail: string;
|
|
@@ -257,6 +261,8 @@ export declare const minervaLocales: {
|
|
|
257
261
|
button_create_conversation: string;
|
|
258
262
|
expand_chat: string;
|
|
259
263
|
collapse_chat: string;
|
|
264
|
+
chat_button_send_message: string;
|
|
265
|
+
chat_button_stop_streaming: string;
|
|
260
266
|
};
|
|
261
267
|
errorMessages: {
|
|
262
268
|
invalidCredentials: string;
|