@agenticmail/enterprise 0.5.543 → 0.5.544
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.
|
@@ -3,6 +3,7 @@ import { I } from '../components/icons.js';
|
|
|
3
3
|
import { Modal } from '../components/modal.js';
|
|
4
4
|
import { HelpButton } from '../components/help-button.js';
|
|
5
5
|
import { KnowledgeLink } from '../components/knowledge-link.js';
|
|
6
|
+
import { LanguageSelect } from '../components/persona-fields.js';
|
|
6
7
|
|
|
7
8
|
var LANGUAGE_NAMES = { 'en-us': 'English (US)', 'en-gb': 'English (UK)', 'es': 'Spanish', 'fr': 'French', 'de': 'German', 'pt': 'Portuguese', 'it': 'Italian', 'nl': 'Dutch', 'ja': 'Japanese', 'ko': 'Korean', 'zh': 'Chinese', 'ar': 'Arabic', 'hi': 'Hindi', 'ru': 'Russian', 'tr': 'Turkish', 'pl': 'Polish', 'sv': 'Swedish', 'da': 'Danish', 'no': 'Norwegian', 'fi': 'Finnish' };
|
|
8
9
|
function getLanguageName(code) { return LANGUAGE_NAMES[code] || code; }
|
|
@@ -746,3 +746,5 @@
|
|
|
746
746
|
2026-03-15 23:12:46: 2026-03-15T22:12:46Z ERR Request failed error="stream 62865 canceled by remote with error code 0" connIndex=3 dest=https://enterprise.agenticmail.io/api/engine/agent-status-stream event=0 ip=198.41.200.23 type=http
|
|
747
747
|
2026-03-15 23:13:37: 2026-03-15T22:13:37Z ERR error="stream 63137 canceled by remote with error code 0" connIndex=3 event=1 ingressRule=0 originService=http://localhost:3100
|
|
748
748
|
2026-03-15 23:13:37: 2026-03-15T22:13:37Z ERR Request failed error="stream 63137 canceled by remote with error code 0" connIndex=3 dest=https://enterprise.agenticmail.io/api/engine/agent-status-stream event=0 ip=198.41.200.23 type=http
|
|
749
|
+
2026-03-15 23:15:40: 2026-03-15T22:15:40Z ERR error="stream 63437 canceled by remote with error code 0" connIndex=3 event=1 ingressRule=0 originService=http://localhost:3100
|
|
750
|
+
2026-03-15 23:15:40: 2026-03-15T22:15:40Z ERR Request failed error="stream 63437 canceled by remote with error code 0" connIndex=3 dest=https://enterprise.agenticmail.io/api/engine/agent-status-stream event=0 ip=198.41.200.23 type=http
|