minerva-plexus-csd 1.0.16 → 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 CHANGED
@@ -84,6 +84,8 @@ declare interface CustomLogoProps {
84
84
  logo: default_2.ReactNode;
85
85
  }
86
86
 
87
+ export declare function detectLang(): string;
88
+
87
89
  /**
88
90
  * Obtiene la configuración actual de la API.
89
91
  *
@@ -171,6 +173,23 @@ export declare const minervaLocales: {
171
173
  welcomeMessage: string;
172
174
  startChatting: string;
173
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
+ };
174
193
  };
175
194
  en: {
176
195
  titles: {
@@ -235,6 +254,23 @@ export declare const minervaLocales: {
235
254
  welcomeMessage: string;
236
255
  startChatting: string;
237
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
+ };
238
274
  };
239
275
  };
240
276