minerva-plexus-csd 1.0.17 → 1.1.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/index.d.ts +34 -0
- package/dist/minerva-plexus-csd.es.js +706 -788
- package/dist/minerva-plexus-csd.umd.js +34 -130
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -173,6 +173,23 @@ export declare const minervaLocales: {
|
|
|
173
173
|
welcomeMessage: string;
|
|
174
174
|
startChatting: string;
|
|
175
175
|
};
|
|
176
|
+
ticket: {
|
|
177
|
+
title: string;
|
|
178
|
+
description: string;
|
|
179
|
+
emailLabel: string;
|
|
180
|
+
emailPlaceholder: string;
|
|
181
|
+
close: string;
|
|
182
|
+
create: string;
|
|
183
|
+
sending: string;
|
|
184
|
+
successTitle: string;
|
|
185
|
+
successDescription: string;
|
|
186
|
+
error: string;
|
|
187
|
+
errorInvalidEmail: string;
|
|
188
|
+
errorNoConversation: string;
|
|
189
|
+
errorCreateFailure: string;
|
|
190
|
+
errorUnexpected: string;
|
|
191
|
+
errorTokenEmail: string;
|
|
192
|
+
};
|
|
176
193
|
};
|
|
177
194
|
en: {
|
|
178
195
|
titles: {
|
|
@@ -237,6 +254,23 @@ export declare const minervaLocales: {
|
|
|
237
254
|
welcomeMessage: string;
|
|
238
255
|
startChatting: string;
|
|
239
256
|
};
|
|
257
|
+
ticket: {
|
|
258
|
+
title: string;
|
|
259
|
+
description: string;
|
|
260
|
+
emailLabel: string;
|
|
261
|
+
emailPlaceholder: string;
|
|
262
|
+
close: string;
|
|
263
|
+
create: string;
|
|
264
|
+
sending: string;
|
|
265
|
+
successTitle: string;
|
|
266
|
+
successDescription: string;
|
|
267
|
+
error: string;
|
|
268
|
+
errorInvalidEmail: string;
|
|
269
|
+
errorNoConversation: string;
|
|
270
|
+
errorCreateFailure: string;
|
|
271
|
+
errorUnexpected: string;
|
|
272
|
+
errorTokenEmail: string;
|
|
273
|
+
};
|
|
240
274
|
};
|
|
241
275
|
};
|
|
242
276
|
|