@lambda-development/erp-core 0.1.18 → 0.1.20
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.
|
@@ -43,6 +43,7 @@ interface ChatContextValue {
|
|
|
43
43
|
loadMoreHistory: (sessionId: string) => Promise<void>;
|
|
44
44
|
clearHistory: (sessionId: string) => Promise<void>;
|
|
45
45
|
sendMessage: (sessionId: string, content: string, attachmentIds?: string[]) => boolean;
|
|
46
|
+
transcribeAudio: (audioBase64: string, audioFormat: string, sessionId?: string) => Promise<string>;
|
|
46
47
|
getMessages: (sessionId?: string) => ChatMessage[];
|
|
47
48
|
hasMoreHistory: (sessionId?: string) => boolean;
|
|
48
49
|
isLoadingOlder: (sessionId?: string) => boolean;
|
|
@@ -349,6 +349,9 @@ declare const _default: {
|
|
|
349
349
|
"Zip Code": "PLZ",
|
|
350
350
|
"Country": "Land",
|
|
351
351
|
"Tax ID": "Steuernummer",
|
|
352
|
+
"Contact Person": "Ansprechperson",
|
|
353
|
+
"Contact Email": "E-Mail Ansprechperson",
|
|
354
|
+
"Contact Phone": "Telefon Ansprechperson",
|
|
352
355
|
"Supplier Name": "Lieferantenname",
|
|
353
356
|
"Supplier Group": "Lieferantengruppe",
|
|
354
357
|
"Item Group": "Artikelgruppe",
|
|
@@ -401,7 +404,12 @@ declare const _default: {
|
|
|
401
404
|
"attachTitle": "Datei anhängen (PDF oder Bild, max. 10 MB)",
|
|
402
405
|
"creating": "Chat wird erstellt...",
|
|
403
406
|
"dropToAttach": "Datei zum Anhängen ablegen (Bilder oder PDF, je max. 10 MB)",
|
|
404
|
-
"demoError": "Demo konnte nicht gestartet werden"
|
|
407
|
+
"demoError": "Demo konnte nicht gestartet werden",
|
|
408
|
+
"voiceStart": "Sprachnachricht aufnehmen",
|
|
409
|
+
"voiceStop": "Aufnahme stoppen",
|
|
410
|
+
"voiceTranscribing": "Wird transkribiert...",
|
|
411
|
+
"micDenied": "Zugriff auf das Mikrofon wurde verweigert.",
|
|
412
|
+
"transcribeFailed": "Transkription fehlgeschlagen. Bitte erneut versuchen."
|
|
405
413
|
},
|
|
406
414
|
"tutorial": {
|
|
407
415
|
"pageTitle": "Erste Schritte mit Lambda ERP",
|
|
@@ -325,7 +325,12 @@ declare const _default: {
|
|
|
325
325
|
"attachTitle": "Attach file (PDF or image, max 10 MB)",
|
|
326
326
|
"creating": "Creating chat...",
|
|
327
327
|
"dropToAttach": "Drop file to attach (images or PDF, max 10 MB each)",
|
|
328
|
-
"demoError": "Could not start demo"
|
|
328
|
+
"demoError": "Could not start demo",
|
|
329
|
+
"voiceStart": "Record voice message",
|
|
330
|
+
"voiceStop": "Stop recording",
|
|
331
|
+
"voiceTranscribing": "Transcribing...",
|
|
332
|
+
"micDenied": "Microphone access was denied.",
|
|
333
|
+
"transcribeFailed": "Transcription failed. Please try again."
|
|
329
334
|
},
|
|
330
335
|
"conversions": {
|
|
331
336
|
"Create Credit Note": "Create Credit Note",
|
|
@@ -360,6 +365,9 @@ declare const _default: {
|
|
|
360
365
|
"Credit Limit": "Credit Limit",
|
|
361
366
|
"Currency": "Currency",
|
|
362
367
|
"Current Period End": "Current Period End",
|
|
368
|
+
"Contact Person": "Contact Person",
|
|
369
|
+
"Contact Email": "Contact Email",
|
|
370
|
+
"Contact Phone": "Contact Phone",
|
|
363
371
|
"Current Period Start": "Current Period Start",
|
|
364
372
|
"Customer": "Customer",
|
|
365
373
|
"Customer Group": "Customer Group",
|
|
@@ -349,6 +349,9 @@ declare const _default: {
|
|
|
349
349
|
"Zip Code": "Code postal",
|
|
350
350
|
"Country": "Pays",
|
|
351
351
|
"Tax ID": "N° de TVA",
|
|
352
|
+
"Contact Person": "Personne de contact",
|
|
353
|
+
"Contact Email": "E-mail du contact",
|
|
354
|
+
"Contact Phone": "Téléphone du contact",
|
|
352
355
|
"Supplier Name": "Nom du fournisseur",
|
|
353
356
|
"Supplier Group": "Groupe de fournisseurs",
|
|
354
357
|
"Item Group": "Groupe d'articles",
|
|
@@ -401,7 +404,12 @@ declare const _default: {
|
|
|
401
404
|
"attachTitle": "Joindre un fichier (PDF ou image, max 10 Mo)",
|
|
402
405
|
"creating": "Création du chat...",
|
|
403
406
|
"dropToAttach": "Déposez un fichier à joindre (images ou PDF, max 10 Mo chacun)",
|
|
404
|
-
"demoError": "Impossible de démarrer la démo"
|
|
407
|
+
"demoError": "Impossible de démarrer la démo",
|
|
408
|
+
"voiceStart": "Enregistrer un message vocal",
|
|
409
|
+
"voiceStop": "Arrêter l'enregistrement",
|
|
410
|
+
"voiceTranscribing": "Transcription...",
|
|
411
|
+
"micDenied": "L'accès au microphone a été refusé.",
|
|
412
|
+
"transcribeFailed": "Échec de la transcription. Veuillez réessayer."
|
|
405
413
|
},
|
|
406
414
|
"tutorial": {
|
|
407
415
|
"pageTitle": "Premiers pas avec Lambda ERP",
|