@uipath/case-tool 1.201.0-preview.131 → 1.201.0-preview.133
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/{case-pack-service-6dvh40eb.js → case-pack-service-rvyqh3x3.js} +4 -4
- package/dist/{de-K6MLR24N-00fjz82b.js → de-5HU6GFWV-zheyw6d2.js} +271 -10
- package/dist/{de-WMKOGI7B-r1821wpe.js → de-5KVP66U6-t37qr521.js} +30 -12
- package/dist/{en-X4DLPKLJ-dt1wtdm7.js → en-4KXU7N7B-24v330b5.js} +15 -7
- package/dist/{en-ILA4HPE5-fhwvq92r.js → en-MABQK6C4-nkzq2j8t.js} +106 -2
- package/dist/{es-HTQSD352-m9rr3f0g.js → es-LUTYN7U7-ye5zn4sn.js} +271 -10
- package/dist/{es-MX-FOX525CG-87g500gr.js → es-MX-POESXYP2-9538722k.js} +272 -11
- package/dist/{es-MX-U6YL5KQX-ynwxdjr8.js → es-MX-XAVLOQW3-47a405kf.js} +30 -12
- package/dist/{es-BVPGJUWA-9gk2g9yb.js → es-VFPNVMP5-6sftsdxe.js} +30 -12
- package/dist/{fr-EKTTDR7Z-bmpwp31r.js → fr-E5MDO4EG-f3x1jeqw.js} +30 -12
- package/dist/{fr-54THJ4QH-d6ezjbhw.js → fr-LJIK56LW-xf3xf2kh.js} +272 -11
- package/dist/index.js +5 -5
- package/dist/{ja-Y2YBTXNN-96cvy5av.js → ja-DPO5PPLO-fmbg7zt2.js} +30 -12
- package/dist/{ja-MHUPLSWO-3qwy4jc0.js → ja-FGEGLBJ3-w9byjhze.js} +271 -10
- package/dist/{ko-S33XAV26-cxf4dn2t.js → ko-ITOPNIYI-aqy82jk8.js} +30 -12
- package/dist/{ko-XPJTXIKK-w1hs4px7.js → ko-TUAK3G3A-s25w0ckg.js} +275 -14
- package/dist/{packager-tool-cqrsre00.js → packager-tool-3wygxefb.js} +116 -12
- package/dist/{packager-tool-yt11dhyp.js → packager-tool-8t401j6x.js} +7619 -1533
- package/dist/{packager-tool-c23zrhj8.js → packager-tool-jysvpt8p.js} +2 -2
- package/dist/{packager-tool-1yy9x4vk.js → packager-tool-p9j43p8h.js} +15 -7
- package/dist/{packager-tool-7c9y9jce.js → packager-tool-qtwqp3q5.js} +5 -5
- package/dist/{pt-BR-TV7NR3ID-vgd26pj1.js → pt-BR-7XGDXRDJ-espnkgrj.js} +272 -11
- package/dist/{pt-BR-JO45SCNI-4kbfnzc4.js → pt-BR-BXURWX4W-xzyndmrx.js} +30 -12
- package/dist/{pt-4JEPEAST-40npwxyw.js → pt-TMVOOITK-myha14p9.js} +271 -10
- package/dist/{pt-W3NA4LIZ-f02gapvs.js → pt-YI4VE4YQ-521681zf.js} +30 -12
- package/dist/{ro-RKJ74FV3-qn0ey39v.js → ro-2VALF3S5-cdz5afkr.js} +275 -14
- package/dist/{ro-WLKX6HF5-fcbe2zz8.js → ro-RKXZUG7Z-pdztdafr.js} +30 -12
- package/dist/ru-WBLQ5B2U-8xd4gpv2.js +10 -0
- package/dist/tool.js +5 -5
- package/dist/{tr-3U2W2XCA-zg3zcmq3.js → tr-AA6O2WSR-bj9n80k8.js} +30 -12
- package/dist/{tr-X7R6GQNB-shwv16dz.js → tr-RIFCEXFH-hgkb4g8y.js} +277 -16
- package/dist/{zh-CN-FEZ24J4A-q5b5x20w.js → zh-CN-IP3FMXWM-1cfarhcp.js} +271 -10
- package/dist/{zh-CN-IPZYQR3P-1h76csc4.js → zh-CN-R2KLHXQV-x6gnk2n0.js} +30 -12
- package/dist/{zh-TW-GKSCT6NW-4n1yfre0.js → zh-TW-AGIDXIPF-n6r6w7vy.js} +272 -11
- package/dist/{zh-TW-YPVSQVGT-wbybwpwt.js → zh-TW-RJGCQANM-tt8j5wv2.js} +30 -12
- package/package.json +2 -2
- package/dist/ru-WBLQ5B2U-awt245ky.js +0 -10
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
import {
|
|
6
6
|
VALID_PACKAGE_NAME_REGEX,
|
|
7
7
|
loadCaseSchemaAsync
|
|
8
|
-
} from "./packager-tool-
|
|
8
|
+
} from "./packager-tool-8t401j6x.js";
|
|
9
9
|
import"./packager-tool-we1phz71.js";
|
|
10
10
|
import"./packager-tool-zqa5k9f7.js";
|
|
11
11
|
import {
|
|
@@ -13,10 +13,10 @@ import {
|
|
|
13
13
|
logger,
|
|
14
14
|
mapPackageMetadataOptions
|
|
15
15
|
} from "./packager-tool-zx48pq4v.js";
|
|
16
|
-
import"./packager-tool-
|
|
16
|
+
import"./packager-tool-3wygxefb.js";
|
|
17
17
|
import"./packager-tool-sc961w0q.js";
|
|
18
|
-
import"./packager-tool-
|
|
19
|
-
import"./packager-tool-
|
|
18
|
+
import"./packager-tool-p9j43p8h.js";
|
|
19
|
+
import"./packager-tool-jysvpt8p.js";
|
|
20
20
|
import"./packager-tool-b098y4a2.js";
|
|
21
21
|
import"./packager-tool-9qecd4wb.js";
|
|
22
22
|
import"./packager-tool-qa9gftnj.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import"./packager-tool-sc961w0q.js";
|
|
2
2
|
import"./packager-tool-wckvcay0.js";
|
|
3
3
|
|
|
4
|
-
// ../../node_modules/@uipath/flow-core/dist/de-
|
|
4
|
+
// ../../node_modules/@uipath/flow-core/dist/de-5HU6GFWV.js
|
|
5
5
|
var manifest_categorySection_dataFabric = "Data Fabric";
|
|
6
6
|
var manifest_category_agentToolAgent_name = "Agent";
|
|
7
7
|
var manifest_category_agentToolAgenticProcess_name = "Maestro-BPMN";
|
|
@@ -14,6 +14,7 @@ var manifest_category_agentToolFlow_name = "Maestro-Flow";
|
|
|
14
14
|
var manifest_category_agentToolFunction_name = "Funktion";
|
|
15
15
|
var manifest_category_agentToolIxp_name = "IXP";
|
|
16
16
|
var manifest_category_agentToolMcp_name = "MCP-Server";
|
|
17
|
+
var manifest_category_agentToolRemoteA2a_name = "Remote-A2A";
|
|
17
18
|
var manifest_category_agentToolRpa_name = "RPA-Workflow";
|
|
18
19
|
var manifest_category_agentTool_name = "Agent-Tool";
|
|
19
20
|
var manifest_category_agent_description = "KI-Agents, die planen und handeln";
|
|
@@ -37,7 +38,7 @@ var manifest_category_data_description = "Daten formen, filtern und transformier
|
|
|
37
38
|
var manifest_category_data_name = "Daten";
|
|
38
39
|
var manifest_category_documentExtraction_name = "Extrahieren";
|
|
39
40
|
var manifest_category_documentProcessing_description = "Analysieren, zusammenfassen und aus Dateien extrahieren";
|
|
40
|
-
var manifest_category_documentProcessing_name = "
|
|
41
|
+
var manifest_category_documentProcessing_name = "Dokument";
|
|
41
42
|
var manifest_category_externalAgent_description = "Einen externen Agent als Knoten ausführen";
|
|
42
43
|
var manifest_category_externalAgent_name = "Agent eines Drittanbieters";
|
|
43
44
|
var manifest_category_flow_description = "Auf einen Maestro-Flow-Prozess verweisen";
|
|
@@ -47,6 +48,8 @@ var manifest_category_humanTask_description = "Arbeit an eine Person weiterleite
|
|
|
47
48
|
var manifest_category_humanTask_name = "Personalwesen";
|
|
48
49
|
var manifest_category_patterns_description = "Vorkonfigurierte Setups mit mehreren Knoten";
|
|
49
50
|
var manifest_category_patterns_name = "Muster";
|
|
51
|
+
var manifest_category_queueTools_description = "Orchestrator-Warteschlangenaktionen";
|
|
52
|
+
var manifest_category_queueTools_name = "Warteschlangentools";
|
|
50
53
|
var manifest_category_rpaWorkflow_description = "Auf einen RPA-Workflow verweisen";
|
|
51
54
|
var manifest_category_rpaWorkflow_name = "RPA-Workflow";
|
|
52
55
|
var manifest_category_tool_description = "Skripte und integrierte Toolaktivitäten";
|
|
@@ -128,6 +131,7 @@ var manifest_node_autonomousAgent_form_sectionAdvanced_title = "Erweiterte Einst
|
|
|
128
131
|
var manifest_node_autonomousAgent_form_title = "Agent-Einstellungen";
|
|
129
132
|
var manifest_node_autonomousAgent_handle_context_label = "Kontext";
|
|
130
133
|
var manifest_node_autonomousAgent_handle_escalation_label = "Eskalationen";
|
|
134
|
+
var manifest_node_autonomousAgent_handle_memory_label = "Arbeitsspeicher";
|
|
131
135
|
var manifest_node_autonomousAgent_handle_tool_label = "Tools";
|
|
132
136
|
var manifest_node_autonomousAgent_input_systemPrompt_errorMessage = "System-Prompt ist erforderlich";
|
|
133
137
|
var manifest_node_autonomousAgent_input_userPrompt_errorMessage = "Benutzer-Prompt ist erforderlich";
|
|
@@ -173,7 +177,9 @@ var manifest_node_classifyDocument_form_fileInput_inputFileRef_validation_requir
|
|
|
173
177
|
var manifest_node_classifyDocument_form_fileInput_inputPageRange_description = "Nur Seiten in diesem Bereich werden verarbeitet.";
|
|
174
178
|
var manifest_node_classifyDocument_form_fileInput_inputPageRange_label = "Seitenbereich";
|
|
175
179
|
var manifest_node_classifyDocument_form_fileInput_inputPageRange_placeholder = "1–5";
|
|
180
|
+
var manifest_node_classifyDocument_form_fileInput_inputSplitPages_label = "Geteilte Seiten";
|
|
176
181
|
var manifest_node_classifyDocument_form_fileInput_title = "File Input";
|
|
182
|
+
var manifest_node_classifyDocument_form_modelConfig_title = "Modell";
|
|
177
183
|
var manifest_node_classifyDocument_form_title = "Konfiguration klassifizieren";
|
|
178
184
|
var manifest_node_classifyDocument_output_error_description = "Fehlerinformationen, wenn der Knoten fehlschlägt";
|
|
179
185
|
var manifest_node_clientSideTool_description = "Benutzerdefiniertes Tool, das auf der Client-Seite ausgeführt wird";
|
|
@@ -312,6 +318,28 @@ var manifest_node_delay_input_timerDate_errorMessage = "Datum ist erforderlich";
|
|
|
312
318
|
var manifest_node_delay_input_timerPreset_errorMessage = "Dauer ist erforderlich";
|
|
313
319
|
var manifest_node_delay_input_timerType_errorMessage = "Timer-Typ ist erforderlich";
|
|
314
320
|
var manifest_node_delay_input_timerValue_errorMessage = "Benutzerdefinierte Dauer ist erforderlich (ISO 8601-Format, z. B. PT15M, PT1H, P1D)";
|
|
321
|
+
var manifest_node_dowhile_description = "Eine Sequence von Aktionen wiederholen, während eine Bedingung erfüllt ist";
|
|
322
|
+
var manifest_node_dowhile_display_description = "Eine Sequence von Aktionen wiederholt ausführen, während eine Bedingung erfüllt ist";
|
|
323
|
+
var manifest_node_dowhile_display_label = "Do While";
|
|
324
|
+
var manifest_node_dowhile_form_iteration_inputBreakEnabled_description = "Knoten innerhalb der Schleife können durch ein Unterbrechungshandle beendet werden.";
|
|
325
|
+
var manifest_node_dowhile_form_iteration_inputBreakEnabled_label = "Unterbrechungs-Ziehpunkt anzeigen";
|
|
326
|
+
var manifest_node_dowhile_form_iteration_inputCondition_componentProps_placeholder = "$vars.response.hasNextPage === true";
|
|
327
|
+
var manifest_node_dowhile_form_iteration_inputCondition_description = "Die Schleife wird wiederholt, während diese Bedingung erfüllt ist. Die Bedingung wird nach jeder Iteration überprüft.";
|
|
328
|
+
var manifest_node_dowhile_form_iteration_inputCondition_label = "Bedingung";
|
|
329
|
+
var manifest_node_dowhile_form_iteration_inputLimit_description = "Die Schleife wird nach dieser Anzahl von Iterationen angehalten, auch wenn die Bedingung immer noch erfüllt ist. Bei leerem Feld wird standardmäßig 10.000 verwendet.";
|
|
330
|
+
var manifest_node_dowhile_form_iteration_inputLimit_label = "Maximale Iterationen";
|
|
331
|
+
var manifest_node_dowhile_form_iteration_title = "Iteration";
|
|
332
|
+
var manifest_node_dowhile_form_title = "Während der Konfiguration ausführen";
|
|
333
|
+
var manifest_node_dowhile_handle_break_label = "Unterbrechung (Break)";
|
|
334
|
+
var manifest_node_dowhile_handle_continue_label = "Fortsetzen (Continue)";
|
|
335
|
+
var manifest_node_dowhile_handle_start_label = "Starten";
|
|
336
|
+
var manifest_node_dowhile_input_condition_errorMessage = "Eine Bedingung hinzufügen";
|
|
337
|
+
var manifest_node_dowhile_input_limit_errorMessage = "Maximale Iterationen festlegen";
|
|
338
|
+
var manifest_node_dowhile_output_error_description = "Fehlerinformationen, wenn der Knoten fehlschlägt";
|
|
339
|
+
var manifest_node_dynamicExtract_description = "Dokumentextraktion von Grund auf erstellen und konfigurieren";
|
|
340
|
+
var manifest_node_dynamicExtract_display_canvasLabel = "v2 extrahieren";
|
|
341
|
+
var manifest_node_dynamicExtract_display_description = "Dokumentextraktion von Grund auf erstellen und konfigurieren";
|
|
342
|
+
var manifest_node_dynamicExtract_display_label = "v2 extrahieren";
|
|
315
343
|
var manifest_node_end_description = "Das Ende eines Prozesspfads markieren";
|
|
316
344
|
var manifest_node_end_display_label = "Beenden";
|
|
317
345
|
var manifest_node_escalationActionApp_description = "Für Überprüfung oder Aktion an einen Menschen eskalieren";
|
|
@@ -349,6 +377,18 @@ var manifest_node_formTrigger_form_schema_inputSchema_label = "Formularschema";
|
|
|
349
377
|
var manifest_node_formTrigger_form_schema_title = "Formular";
|
|
350
378
|
var manifest_node_formTrigger_form_title = "Konfiguration des Formulartriggers";
|
|
351
379
|
var manifest_node_formTrigger_output_output_description = "Über das Triggerformular übermittelte Daten.";
|
|
380
|
+
var manifest_node_getConversationContext_description = "Neuesten Konversationskontext abrufen, der für die Eingabe in einen Konversations-Agent vorgesehen ist";
|
|
381
|
+
var manifest_node_getConversationContext_display_label = "Konversationskontext abrufen";
|
|
382
|
+
var manifest_node_getConversationContext_form_configuration_inputConversationId_label = "Konversations-ID";
|
|
383
|
+
var manifest_node_getConversationContext_form_configuration_inputConversationId_placeholder = "$vars.conversationTrigger1.output.conversationId";
|
|
384
|
+
var manifest_node_getConversationContext_form_configuration_inputConversationId_validation_required = "Konversations-ID ist erforderlich";
|
|
385
|
+
var manifest_node_getConversationContext_form_configuration_inputExchangeLimit_description = "Maximale Anzahl früherer Austauschvorgänge, die in den zurückgegebenen Konversationskontext aufgenommen werden sollen.";
|
|
386
|
+
var manifest_node_getConversationContext_form_configuration_inputExchangeLimit_label = "Austauschlimit";
|
|
387
|
+
var manifest_node_getConversationContext_form_configuration_title = "Konfiguration";
|
|
388
|
+
var manifest_node_getConversationContext_form_title = "Konversationskontext abrufen";
|
|
389
|
+
var manifest_node_getConversationContext_input_conversationId_errorMessage = "Konversations-ID ist erforderlich";
|
|
390
|
+
var manifest_node_getConversationContext_output_error_description = "Fehlerinformationen, wenn der Knoten fehlschlägt";
|
|
391
|
+
var manifest_node_getConversationContext_output_output_description = "Der neueste Konversationskontext aus, der für die Eingabe in einen Konversations-Agent vorgesehen ist.";
|
|
352
392
|
var manifest_node_hitlCodedActionApp_description = "Ein benutzerdefinierter codierter Aktions-App-Dienst";
|
|
353
393
|
var manifest_node_hitlCodedActionApp_display_label = "Aktions-App";
|
|
354
394
|
var manifest_node_hitlCodedActionApp_form_additionalProperties_inputLabels_label = "Beschriftungen";
|
|
@@ -461,6 +501,35 @@ var manifest_node_hitlTask_output_error_description = "Fehlerinformationen, wenn
|
|
|
461
501
|
var manifest_node_hitlTask_output_output_description = "Aufgabenergebnisdaten";
|
|
462
502
|
var manifest_node_hitlTask_output_result_description = "Aufgabenergebnisdaten";
|
|
463
503
|
var manifest_node_hitlTask_output_status_description = "Status der Aufgabenabwicklung (abgeschlossen, abgebrochen, Timeout)";
|
|
504
|
+
var manifest_node_httpRequestTool_description = "Anforderungen an öffentliche Web-APIs senden und den Statuscode, die Header und den Text zurückgeben";
|
|
505
|
+
var manifest_node_httpRequestTool_display_description = "Anforderungen an öffentliche Web-APIs senden und den Statuscode, die Header und den Text zurückgeben";
|
|
506
|
+
var manifest_node_httpRequestTool_display_label = "HTTP-Anforderung";
|
|
507
|
+
var manifest_node_httpRequestTool_form_advanced_inputTimeout_componentProps_placeholder = "30";
|
|
508
|
+
var manifest_node_httpRequestTool_form_advanced_inputTimeout_description = "Nach dieser Anzahl von Sekunden tritt eine Zeitüberschreitung für die Anforderung auf";
|
|
509
|
+
var manifest_node_httpRequestTool_form_advanced_inputTimeout_label = "Zeitüberschreitung";
|
|
510
|
+
var manifest_node_httpRequestTool_form_advanced_title = "Erweitert";
|
|
511
|
+
var manifest_node_httpRequestTool_form_body_inputBody_componentProps_placeholder = '{ "key": "value" }';
|
|
512
|
+
var manifest_node_httpRequestTool_form_body_inputBody_label = "Text";
|
|
513
|
+
var manifest_node_httpRequestTool_form_body_title = "Text";
|
|
514
|
+
var manifest_node_httpRequestTool_form_headers_inputHeaders_componentProps_addButtonLabel = "Header hinzufügen";
|
|
515
|
+
var manifest_node_httpRequestTool_form_headers_inputHeaders_componentProps_keyLabel = "Header-Name";
|
|
516
|
+
var manifest_node_httpRequestTool_form_headers_inputHeaders_componentProps_valueLabel = "Header-Wert";
|
|
517
|
+
var manifest_node_httpRequestTool_form_headers_inputHeaders_label = "Header";
|
|
518
|
+
var manifest_node_httpRequestTool_form_headers_title = "Header";
|
|
519
|
+
var manifest_node_httpRequestTool_form_queryParameters_inputParams_componentProps_addButtonLabel = "Parameter hinzufügen";
|
|
520
|
+
var manifest_node_httpRequestTool_form_queryParameters_inputParams_componentProps_keyLabel = "Parametername";
|
|
521
|
+
var manifest_node_httpRequestTool_form_queryParameters_inputParams_componentProps_placeholder = '{ "status": "open", "page": 1 }';
|
|
522
|
+
var manifest_node_httpRequestTool_form_queryParameters_inputParams_componentProps_valueLabel = "Parameterwert";
|
|
523
|
+
var manifest_node_httpRequestTool_form_queryParameters_inputParams_label = "Abfrageparameter";
|
|
524
|
+
var manifest_node_httpRequestTool_form_queryParameters_title = "Abfrageparameter";
|
|
525
|
+
var manifest_node_httpRequestTool_form_request_inputMethod_label = "Methode";
|
|
526
|
+
var manifest_node_httpRequestTool_form_request_inputUrl_componentProps_placeholder = "https://api.example.com/v1/orders";
|
|
527
|
+
var manifest_node_httpRequestTool_form_request_inputUrl_label = "URL";
|
|
528
|
+
var manifest_node_httpRequestTool_form_request_title = "Anforderung";
|
|
529
|
+
var manifest_node_httpRequestTool_form_title = "HTTP-Anforderung";
|
|
530
|
+
var manifest_node_httpRequestTool_form_toolDetails_inputDescription_label = "Beschreibung";
|
|
531
|
+
var manifest_node_httpRequestTool_form_toolDetails_inputDescription_placeholder = "Ausgehende HTTP-Anforderung an eine URL stellen und den Statuscode, die Antwortheader und den Antworttext zurückgeben. Verwenden, um öffentliche Web-APIs aufzurufen.";
|
|
532
|
+
var manifest_node_httpRequestTool_form_toolDetails_title = "Tooldetails";
|
|
464
533
|
var manifest_node_httpV2_description = "HTTP-Anforderung mit verwalteter Authentifizierung";
|
|
465
534
|
var manifest_node_httpV2_display_label = "HTTP-Anforderung";
|
|
466
535
|
var manifest_node_httpV2_form_advanced_inputRetryCount_description = "Anzahl der Wiederholungen bei einem Fehler";
|
|
@@ -515,6 +584,18 @@ var manifest_node_http_output_output_body_description = "Textinhalt der Antwort"
|
|
|
515
584
|
var manifest_node_http_output_output_description = "HTTP-Antwortobjekt";
|
|
516
585
|
var manifest_node_http_output_output_headers_description = "Antwortheader";
|
|
517
586
|
var manifest_node_http_output_output_statusCode_description = "HTTP-Statuscode";
|
|
587
|
+
var manifest_node_ixpExtract_display_canvasLabel = "Extrahieren";
|
|
588
|
+
var manifest_node_ixpExtract_form_ixpFileUpload_inputFileRef_description = "Datei, aus der Daten extrahiert werden sollen";
|
|
589
|
+
var manifest_node_ixpExtract_form_ixpFileUpload_inputFileRef_label = "File";
|
|
590
|
+
var manifest_node_ixpExtract_form_ixpFileUpload_inputFileRef_validation_required = "Für die Extraktion ist eine Datei erforderlich";
|
|
591
|
+
var manifest_node_ixpExtract_form_ixpFileUpload_inputPageRange_description = "Optionaler zu verarbeitender Seitenbereich.";
|
|
592
|
+
var manifest_node_ixpExtract_form_ixpFileUpload_inputPageRange_label = "Seitenbereich";
|
|
593
|
+
var manifest_node_ixpExtract_form_ixpFileUpload_inputPageRange_placeholder = "z. B. 1–5";
|
|
594
|
+
var manifest_node_ixpExtract_form_ixpFileUpload_title = "File Input";
|
|
595
|
+
var manifest_node_ixpExtract_form_ixpModelConfig_title = "Modellkonfiguration";
|
|
596
|
+
var manifest_node_ixpExtract_form_ixpModel_title = "Konfiguration";
|
|
597
|
+
var manifest_node_ixpExtract_form_schemaDefinition_title = "Schemadefinition";
|
|
598
|
+
var manifest_node_ixpExtract_form_title = "IXP";
|
|
518
599
|
var manifest_node_loop_description = "Eine Sammlung von Elementen durchlaufen";
|
|
519
600
|
var manifest_node_loop_display_description = "Eine Sequenz von Aktionen für jedes Element in einer Sammlung wiederholt ausführen";
|
|
520
601
|
var manifest_node_loop_display_label = "Schleife";
|
|
@@ -596,10 +677,8 @@ var manifest_node_queueCreate_form_queueSelection_title = "Warteschlange";
|
|
|
596
677
|
var manifest_node_queueCreate_form_title = "Warteschlangenelement erstellen";
|
|
597
678
|
var manifest_node_queueCreate_output_error_description = "Fehlerinformationen, wenn der Knoten fehlschlägt";
|
|
598
679
|
var manifest_node_queueCreate_output_output_description = "Die Antwort des erstellten Warteschlangenelements";
|
|
599
|
-
var manifest_node_readEntity_description = "
|
|
600
|
-
var manifest_node_readEntity_display_label = "Entität lesen";
|
|
680
|
+
var manifest_node_readEntity_description = "Einen Entitätsdatensatz aus Data Fabric lesen";
|
|
601
681
|
var manifest_node_readEntity_form_entityConfig_title = "Entitätskonfiguration";
|
|
602
|
-
var manifest_node_readEntity_form_title = "Entitätskonfiguration lesen";
|
|
603
682
|
var manifest_node_readEntity_output_output_description = "Von diesem Knoten gelesener Entitätsdatensatz";
|
|
604
683
|
var manifest_node_scheduledTrigger_description = "Prozess nach einem Zeitplan oder Intervall starten";
|
|
605
684
|
var manifest_node_scheduledTrigger_display_label = "Geplanter Trigger";
|
|
@@ -640,10 +719,12 @@ var manifest_node_sendConversationMessage_form_configuration_inputContent_descri
|
|
|
640
719
|
var manifest_node_sendConversationMessage_form_configuration_inputContent_label = "Inhalt";
|
|
641
720
|
var manifest_node_sendConversationMessage_form_configuration_inputContent_validation_required = "Inhalt ist erforderlich";
|
|
642
721
|
var manifest_node_sendConversationMessage_form_configuration_inputConversationId_label = "Konversations-ID";
|
|
722
|
+
var manifest_node_sendConversationMessage_form_configuration_inputConversationId_placeholder = "$vars.conversationTrigger1.output.conversationId";
|
|
643
723
|
var manifest_node_sendConversationMessage_form_configuration_inputConversationId_validation_required = "Konversations-ID ist erforderlich";
|
|
644
724
|
var manifest_node_sendConversationMessage_form_configuration_inputEndExchange_label = "Austausch nach dem Schreiben beenden";
|
|
645
725
|
var manifest_node_sendConversationMessage_form_configuration_inputExchangeId_description = "Die Nachricht wird diesem vorhandenen Austausch hinzugefügt.";
|
|
646
726
|
var manifest_node_sendConversationMessage_form_configuration_inputExchangeId_label = "Exchange-ID";
|
|
727
|
+
var manifest_node_sendConversationMessage_form_configuration_inputExchangeId_placeholder = "$vars.waitForMessage1.output.conversationContext.latestExchangeId";
|
|
647
728
|
var manifest_node_sendConversationMessage_form_configuration_inputExchangeId_validation_required = "Exchange-ID ist erforderlich";
|
|
648
729
|
var manifest_node_sendConversationMessage_form_configuration_inputMimeType_label = "MIME-Typ";
|
|
649
730
|
var manifest_node_sendConversationMessage_form_configuration_title = "Konfiguration";
|
|
@@ -711,6 +792,9 @@ var manifest_node_transform_form_transformSection_inputs_label = "Transformation
|
|
|
711
792
|
var manifest_node_transform_form_transformSection_title = "Betrieb";
|
|
712
793
|
var manifest_node_transform_output_error_description = "Fehlerinformationen, wenn der Knoten fehlschlägt";
|
|
713
794
|
var manifest_node_transform_output_output_description = "Das Ergebnis der transformierten Daten";
|
|
795
|
+
var manifest_node_updateEntity_description = "Einen Entitätsdatensatz in Data Fabric aktualisieren";
|
|
796
|
+
var manifest_node_updateEntity_form_entityConfig_title = "Entitätskonfiguration";
|
|
797
|
+
var manifest_node_updateEntity_output_output_description = "Entitätsdatensatz nach der Aktualisierung";
|
|
714
798
|
var manifest_node_voiceAgent_description = "KI-Agent für Echtzeit-Sprachkonversationen über Anrufe";
|
|
715
799
|
var manifest_node_voiceAgent_display_label = "Sprach-Agent";
|
|
716
800
|
var manifest_node_voiceAgent_form_callSettings_inputCallContext_description = "Binden Sie über einen Trigger für „Eingehender Anruf“ oder einen Knoten für „Ausgehenden Anruf erstellen“ an den callContext.";
|
|
@@ -747,6 +831,7 @@ var manifest_node_waitForMessage_description = "Warten, bis eine Nachricht in de
|
|
|
747
831
|
var manifest_node_waitForMessage_display_label = "Warten auf Nachricht";
|
|
748
832
|
var manifest_node_waitForMessage_form_configuration_inputConversationId_description = "Die ID der Konversation, auf die gewartet werden soll.";
|
|
749
833
|
var manifest_node_waitForMessage_form_configuration_inputConversationId_label = "Konversations-ID";
|
|
834
|
+
var manifest_node_waitForMessage_form_configuration_inputConversationId_placeholder = "$vars.conversationTrigger1.output.conversationId";
|
|
750
835
|
var manifest_node_waitForMessage_form_configuration_inputConversationId_validation_required = "Konversations-ID ist erforderlich";
|
|
751
836
|
var manifest_node_waitForMessage_form_configuration_inputFrom_description = "Rolle des Absenders der Nachricht, auf die gewartet werden soll.";
|
|
752
837
|
var manifest_node_waitForMessage_form_configuration_inputFrom_label = "Von";
|
|
@@ -758,6 +843,8 @@ var manifest_node_waitForMessage_form_title = "Warten auf Nachricht";
|
|
|
758
843
|
var manifest_node_waitForMessage_input_conversationId_errorMessage = "Konversations-ID ist erforderlich";
|
|
759
844
|
var manifest_node_waitForMessage_output_error_description = "Fehler beim Warten auf die Nachricht ausgelöst";
|
|
760
845
|
var manifest_node_waitForMessage_output_output_description = "Das Ergebnis von „Warten auf Nachricht“, das den neuesten Konversationskontext enthält.";
|
|
846
|
+
var manifest_section_allConnectors = "Alle Connectors";
|
|
847
|
+
var manifest_section_featured = "Ausgewählt";
|
|
761
848
|
var manifest_section_inThisSolution = "In dieser Lösung";
|
|
762
849
|
var manifest_section_published = "Veröffentlicht";
|
|
763
850
|
var manifest_triggerToolbar_changeTriggerType_label = "Triggertyp ändern";
|
|
@@ -774,6 +861,7 @@ var de_default = {
|
|
|
774
861
|
manifest_category_agentToolFunction_name,
|
|
775
862
|
manifest_category_agentToolIxp_name,
|
|
776
863
|
manifest_category_agentToolMcp_name,
|
|
864
|
+
manifest_category_agentToolRemoteA2a_name,
|
|
777
865
|
manifest_category_agentToolRpa_name,
|
|
778
866
|
manifest_category_agentTool_name,
|
|
779
867
|
manifest_category_agent_description,
|
|
@@ -807,6 +895,8 @@ var de_default = {
|
|
|
807
895
|
manifest_category_humanTask_name,
|
|
808
896
|
manifest_category_patterns_description,
|
|
809
897
|
manifest_category_patterns_name,
|
|
898
|
+
manifest_category_queueTools_description,
|
|
899
|
+
manifest_category_queueTools_name,
|
|
810
900
|
manifest_category_rpaWorkflow_description,
|
|
811
901
|
manifest_category_rpaWorkflow_name,
|
|
812
902
|
manifest_category_tool_description,
|
|
@@ -888,6 +978,7 @@ var de_default = {
|
|
|
888
978
|
manifest_node_autonomousAgent_form_title,
|
|
889
979
|
manifest_node_autonomousAgent_handle_context_label,
|
|
890
980
|
manifest_node_autonomousAgent_handle_escalation_label,
|
|
981
|
+
manifest_node_autonomousAgent_handle_memory_label,
|
|
891
982
|
manifest_node_autonomousAgent_handle_tool_label,
|
|
892
983
|
manifest_node_autonomousAgent_input_systemPrompt_errorMessage,
|
|
893
984
|
manifest_node_autonomousAgent_input_userPrompt_errorMessage,
|
|
@@ -933,7 +1024,9 @@ var de_default = {
|
|
|
933
1024
|
manifest_node_classifyDocument_form_fileInput_inputPageRange_description,
|
|
934
1025
|
manifest_node_classifyDocument_form_fileInput_inputPageRange_label,
|
|
935
1026
|
manifest_node_classifyDocument_form_fileInput_inputPageRange_placeholder,
|
|
1027
|
+
manifest_node_classifyDocument_form_fileInput_inputSplitPages_label,
|
|
936
1028
|
manifest_node_classifyDocument_form_fileInput_title,
|
|
1029
|
+
manifest_node_classifyDocument_form_modelConfig_title,
|
|
937
1030
|
manifest_node_classifyDocument_form_title,
|
|
938
1031
|
manifest_node_classifyDocument_output_error_description,
|
|
939
1032
|
manifest_node_clientSideTool_description,
|
|
@@ -1072,6 +1165,28 @@ var de_default = {
|
|
|
1072
1165
|
manifest_node_delay_input_timerPreset_errorMessage,
|
|
1073
1166
|
manifest_node_delay_input_timerType_errorMessage,
|
|
1074
1167
|
manifest_node_delay_input_timerValue_errorMessage,
|
|
1168
|
+
manifest_node_dowhile_description,
|
|
1169
|
+
manifest_node_dowhile_display_description,
|
|
1170
|
+
manifest_node_dowhile_display_label,
|
|
1171
|
+
manifest_node_dowhile_form_iteration_inputBreakEnabled_description,
|
|
1172
|
+
manifest_node_dowhile_form_iteration_inputBreakEnabled_label,
|
|
1173
|
+
manifest_node_dowhile_form_iteration_inputCondition_componentProps_placeholder,
|
|
1174
|
+
manifest_node_dowhile_form_iteration_inputCondition_description,
|
|
1175
|
+
manifest_node_dowhile_form_iteration_inputCondition_label,
|
|
1176
|
+
manifest_node_dowhile_form_iteration_inputLimit_description,
|
|
1177
|
+
manifest_node_dowhile_form_iteration_inputLimit_label,
|
|
1178
|
+
manifest_node_dowhile_form_iteration_title,
|
|
1179
|
+
manifest_node_dowhile_form_title,
|
|
1180
|
+
manifest_node_dowhile_handle_break_label,
|
|
1181
|
+
manifest_node_dowhile_handle_continue_label,
|
|
1182
|
+
manifest_node_dowhile_handle_start_label,
|
|
1183
|
+
manifest_node_dowhile_input_condition_errorMessage,
|
|
1184
|
+
manifest_node_dowhile_input_limit_errorMessage,
|
|
1185
|
+
manifest_node_dowhile_output_error_description,
|
|
1186
|
+
manifest_node_dynamicExtract_description,
|
|
1187
|
+
manifest_node_dynamicExtract_display_canvasLabel,
|
|
1188
|
+
manifest_node_dynamicExtract_display_description,
|
|
1189
|
+
manifest_node_dynamicExtract_display_label,
|
|
1075
1190
|
manifest_node_end_description,
|
|
1076
1191
|
manifest_node_end_display_label,
|
|
1077
1192
|
manifest_node_escalationActionApp_description,
|
|
@@ -1109,6 +1224,18 @@ var de_default = {
|
|
|
1109
1224
|
manifest_node_formTrigger_form_schema_title,
|
|
1110
1225
|
manifest_node_formTrigger_form_title,
|
|
1111
1226
|
manifest_node_formTrigger_output_output_description,
|
|
1227
|
+
manifest_node_getConversationContext_description,
|
|
1228
|
+
manifest_node_getConversationContext_display_label,
|
|
1229
|
+
manifest_node_getConversationContext_form_configuration_inputConversationId_label,
|
|
1230
|
+
manifest_node_getConversationContext_form_configuration_inputConversationId_placeholder,
|
|
1231
|
+
manifest_node_getConversationContext_form_configuration_inputConversationId_validation_required,
|
|
1232
|
+
manifest_node_getConversationContext_form_configuration_inputExchangeLimit_description,
|
|
1233
|
+
manifest_node_getConversationContext_form_configuration_inputExchangeLimit_label,
|
|
1234
|
+
manifest_node_getConversationContext_form_configuration_title,
|
|
1235
|
+
manifest_node_getConversationContext_form_title,
|
|
1236
|
+
manifest_node_getConversationContext_input_conversationId_errorMessage,
|
|
1237
|
+
manifest_node_getConversationContext_output_error_description,
|
|
1238
|
+
manifest_node_getConversationContext_output_output_description,
|
|
1112
1239
|
manifest_node_hitlCodedActionApp_description,
|
|
1113
1240
|
manifest_node_hitlCodedActionApp_display_label,
|
|
1114
1241
|
manifest_node_hitlCodedActionApp_form_additionalProperties_inputLabels_label,
|
|
@@ -1221,6 +1348,35 @@ var de_default = {
|
|
|
1221
1348
|
manifest_node_hitlTask_output_output_description,
|
|
1222
1349
|
manifest_node_hitlTask_output_result_description,
|
|
1223
1350
|
manifest_node_hitlTask_output_status_description,
|
|
1351
|
+
manifest_node_httpRequestTool_description,
|
|
1352
|
+
manifest_node_httpRequestTool_display_description,
|
|
1353
|
+
manifest_node_httpRequestTool_display_label,
|
|
1354
|
+
manifest_node_httpRequestTool_form_advanced_inputTimeout_componentProps_placeholder,
|
|
1355
|
+
manifest_node_httpRequestTool_form_advanced_inputTimeout_description,
|
|
1356
|
+
manifest_node_httpRequestTool_form_advanced_inputTimeout_label,
|
|
1357
|
+
manifest_node_httpRequestTool_form_advanced_title,
|
|
1358
|
+
manifest_node_httpRequestTool_form_body_inputBody_componentProps_placeholder,
|
|
1359
|
+
manifest_node_httpRequestTool_form_body_inputBody_label,
|
|
1360
|
+
manifest_node_httpRequestTool_form_body_title,
|
|
1361
|
+
manifest_node_httpRequestTool_form_headers_inputHeaders_componentProps_addButtonLabel,
|
|
1362
|
+
manifest_node_httpRequestTool_form_headers_inputHeaders_componentProps_keyLabel,
|
|
1363
|
+
manifest_node_httpRequestTool_form_headers_inputHeaders_componentProps_valueLabel,
|
|
1364
|
+
manifest_node_httpRequestTool_form_headers_inputHeaders_label,
|
|
1365
|
+
manifest_node_httpRequestTool_form_headers_title,
|
|
1366
|
+
manifest_node_httpRequestTool_form_queryParameters_inputParams_componentProps_addButtonLabel,
|
|
1367
|
+
manifest_node_httpRequestTool_form_queryParameters_inputParams_componentProps_keyLabel,
|
|
1368
|
+
manifest_node_httpRequestTool_form_queryParameters_inputParams_componentProps_placeholder,
|
|
1369
|
+
manifest_node_httpRequestTool_form_queryParameters_inputParams_componentProps_valueLabel,
|
|
1370
|
+
manifest_node_httpRequestTool_form_queryParameters_inputParams_label,
|
|
1371
|
+
manifest_node_httpRequestTool_form_queryParameters_title,
|
|
1372
|
+
manifest_node_httpRequestTool_form_request_inputMethod_label,
|
|
1373
|
+
manifest_node_httpRequestTool_form_request_inputUrl_componentProps_placeholder,
|
|
1374
|
+
manifest_node_httpRequestTool_form_request_inputUrl_label,
|
|
1375
|
+
manifest_node_httpRequestTool_form_request_title,
|
|
1376
|
+
manifest_node_httpRequestTool_form_title,
|
|
1377
|
+
manifest_node_httpRequestTool_form_toolDetails_inputDescription_label,
|
|
1378
|
+
manifest_node_httpRequestTool_form_toolDetails_inputDescription_placeholder,
|
|
1379
|
+
manifest_node_httpRequestTool_form_toolDetails_title,
|
|
1224
1380
|
manifest_node_httpV2_description,
|
|
1225
1381
|
manifest_node_httpV2_display_label,
|
|
1226
1382
|
manifest_node_httpV2_form_advanced_inputRetryCount_description,
|
|
@@ -1275,6 +1431,18 @@ var de_default = {
|
|
|
1275
1431
|
manifest_node_http_output_output_description,
|
|
1276
1432
|
manifest_node_http_output_output_headers_description,
|
|
1277
1433
|
manifest_node_http_output_output_statusCode_description,
|
|
1434
|
+
manifest_node_ixpExtract_display_canvasLabel,
|
|
1435
|
+
manifest_node_ixpExtract_form_ixpFileUpload_inputFileRef_description,
|
|
1436
|
+
manifest_node_ixpExtract_form_ixpFileUpload_inputFileRef_label,
|
|
1437
|
+
manifest_node_ixpExtract_form_ixpFileUpload_inputFileRef_validation_required,
|
|
1438
|
+
manifest_node_ixpExtract_form_ixpFileUpload_inputPageRange_description,
|
|
1439
|
+
manifest_node_ixpExtract_form_ixpFileUpload_inputPageRange_label,
|
|
1440
|
+
manifest_node_ixpExtract_form_ixpFileUpload_inputPageRange_placeholder,
|
|
1441
|
+
manifest_node_ixpExtract_form_ixpFileUpload_title,
|
|
1442
|
+
manifest_node_ixpExtract_form_ixpModelConfig_title,
|
|
1443
|
+
manifest_node_ixpExtract_form_ixpModel_title,
|
|
1444
|
+
manifest_node_ixpExtract_form_schemaDefinition_title,
|
|
1445
|
+
manifest_node_ixpExtract_form_title,
|
|
1278
1446
|
manifest_node_loop_description,
|
|
1279
1447
|
manifest_node_loop_display_description,
|
|
1280
1448
|
manifest_node_loop_display_label,
|
|
@@ -1357,9 +1525,7 @@ var de_default = {
|
|
|
1357
1525
|
manifest_node_queueCreate_output_error_description,
|
|
1358
1526
|
manifest_node_queueCreate_output_output_description,
|
|
1359
1527
|
manifest_node_readEntity_description,
|
|
1360
|
-
manifest_node_readEntity_display_label,
|
|
1361
1528
|
manifest_node_readEntity_form_entityConfig_title,
|
|
1362
|
-
manifest_node_readEntity_form_title,
|
|
1363
1529
|
manifest_node_readEntity_output_output_description,
|
|
1364
1530
|
manifest_node_scheduledTrigger_description,
|
|
1365
1531
|
manifest_node_scheduledTrigger_display_label,
|
|
@@ -1396,10 +1562,12 @@ var de_default = {
|
|
|
1396
1562
|
manifest_node_sendConversationMessage_form_configuration_inputContent_label,
|
|
1397
1563
|
manifest_node_sendConversationMessage_form_configuration_inputContent_validation_required,
|
|
1398
1564
|
manifest_node_sendConversationMessage_form_configuration_inputConversationId_label,
|
|
1565
|
+
manifest_node_sendConversationMessage_form_configuration_inputConversationId_placeholder,
|
|
1399
1566
|
manifest_node_sendConversationMessage_form_configuration_inputConversationId_validation_required,
|
|
1400
1567
|
manifest_node_sendConversationMessage_form_configuration_inputEndExchange_label,
|
|
1401
1568
|
manifest_node_sendConversationMessage_form_configuration_inputExchangeId_description,
|
|
1402
1569
|
manifest_node_sendConversationMessage_form_configuration_inputExchangeId_label,
|
|
1570
|
+
manifest_node_sendConversationMessage_form_configuration_inputExchangeId_placeholder,
|
|
1403
1571
|
manifest_node_sendConversationMessage_form_configuration_inputExchangeId_validation_required,
|
|
1404
1572
|
manifest_node_sendConversationMessage_form_configuration_inputMimeType_label,
|
|
1405
1573
|
manifest_node_sendConversationMessage_form_configuration_title,
|
|
@@ -1467,6 +1635,9 @@ var de_default = {
|
|
|
1467
1635
|
manifest_node_transform_form_transformSection_title,
|
|
1468
1636
|
manifest_node_transform_output_error_description,
|
|
1469
1637
|
manifest_node_transform_output_output_description,
|
|
1638
|
+
manifest_node_updateEntity_description,
|
|
1639
|
+
manifest_node_updateEntity_form_entityConfig_title,
|
|
1640
|
+
manifest_node_updateEntity_output_output_description,
|
|
1470
1641
|
manifest_node_voiceAgent_description,
|
|
1471
1642
|
manifest_node_voiceAgent_display_label,
|
|
1472
1643
|
manifest_node_voiceAgent_form_callSettings_inputCallContext_description,
|
|
@@ -1503,6 +1674,7 @@ var de_default = {
|
|
|
1503
1674
|
manifest_node_waitForMessage_display_label,
|
|
1504
1675
|
manifest_node_waitForMessage_form_configuration_inputConversationId_description,
|
|
1505
1676
|
manifest_node_waitForMessage_form_configuration_inputConversationId_label,
|
|
1677
|
+
manifest_node_waitForMessage_form_configuration_inputConversationId_placeholder,
|
|
1506
1678
|
manifest_node_waitForMessage_form_configuration_inputConversationId_validation_required,
|
|
1507
1679
|
manifest_node_waitForMessage_form_configuration_inputFrom_description,
|
|
1508
1680
|
manifest_node_waitForMessage_form_configuration_inputFrom_label,
|
|
@@ -1514,6 +1686,8 @@ var de_default = {
|
|
|
1514
1686
|
manifest_node_waitForMessage_input_conversationId_errorMessage,
|
|
1515
1687
|
manifest_node_waitForMessage_output_error_description,
|
|
1516
1688
|
manifest_node_waitForMessage_output_output_description,
|
|
1689
|
+
manifest_section_allConnectors,
|
|
1690
|
+
manifest_section_featured,
|
|
1517
1691
|
manifest_section_inThisSolution,
|
|
1518
1692
|
manifest_section_published,
|
|
1519
1693
|
manifest_triggerToolbar_changeTriggerType_label
|
|
@@ -1522,6 +1696,8 @@ export {
|
|
|
1522
1696
|
manifest_triggerToolbar_changeTriggerType_label,
|
|
1523
1697
|
manifest_section_published,
|
|
1524
1698
|
manifest_section_inThisSolution,
|
|
1699
|
+
manifest_section_featured,
|
|
1700
|
+
manifest_section_allConnectors,
|
|
1525
1701
|
manifest_node_waitForMessage_output_output_description,
|
|
1526
1702
|
manifest_node_waitForMessage_output_error_description,
|
|
1527
1703
|
manifest_node_waitForMessage_input_conversationId_errorMessage,
|
|
@@ -1533,6 +1709,7 @@ export {
|
|
|
1533
1709
|
manifest_node_waitForMessage_form_configuration_inputFrom_label,
|
|
1534
1710
|
manifest_node_waitForMessage_form_configuration_inputFrom_description,
|
|
1535
1711
|
manifest_node_waitForMessage_form_configuration_inputConversationId_validation_required,
|
|
1712
|
+
manifest_node_waitForMessage_form_configuration_inputConversationId_placeholder,
|
|
1536
1713
|
manifest_node_waitForMessage_form_configuration_inputConversationId_label,
|
|
1537
1714
|
manifest_node_waitForMessage_form_configuration_inputConversationId_description,
|
|
1538
1715
|
manifest_node_waitForMessage_display_label,
|
|
@@ -1569,6 +1746,9 @@ export {
|
|
|
1569
1746
|
manifest_node_voiceAgent_form_callSettings_inputCallContext_description,
|
|
1570
1747
|
manifest_node_voiceAgent_display_label,
|
|
1571
1748
|
manifest_node_voiceAgent_description,
|
|
1749
|
+
manifest_node_updateEntity_output_output_description,
|
|
1750
|
+
manifest_node_updateEntity_form_entityConfig_title,
|
|
1751
|
+
manifest_node_updateEntity_description,
|
|
1572
1752
|
manifest_node_transform_output_output_description,
|
|
1573
1753
|
manifest_node_transform_output_error_description,
|
|
1574
1754
|
manifest_node_transform_form_transformSection_title,
|
|
@@ -1636,10 +1816,12 @@ export {
|
|
|
1636
1816
|
manifest_node_sendConversationMessage_form_configuration_title,
|
|
1637
1817
|
manifest_node_sendConversationMessage_form_configuration_inputMimeType_label,
|
|
1638
1818
|
manifest_node_sendConversationMessage_form_configuration_inputExchangeId_validation_required,
|
|
1819
|
+
manifest_node_sendConversationMessage_form_configuration_inputExchangeId_placeholder,
|
|
1639
1820
|
manifest_node_sendConversationMessage_form_configuration_inputExchangeId_label,
|
|
1640
1821
|
manifest_node_sendConversationMessage_form_configuration_inputExchangeId_description,
|
|
1641
1822
|
manifest_node_sendConversationMessage_form_configuration_inputEndExchange_label,
|
|
1642
1823
|
manifest_node_sendConversationMessage_form_configuration_inputConversationId_validation_required,
|
|
1824
|
+
manifest_node_sendConversationMessage_form_configuration_inputConversationId_placeholder,
|
|
1643
1825
|
manifest_node_sendConversationMessage_form_configuration_inputConversationId_label,
|
|
1644
1826
|
manifest_node_sendConversationMessage_form_configuration_inputContent_validation_required,
|
|
1645
1827
|
manifest_node_sendConversationMessage_form_configuration_inputContent_label,
|
|
@@ -1676,9 +1858,7 @@ export {
|
|
|
1676
1858
|
manifest_node_scheduledTrigger_display_label,
|
|
1677
1859
|
manifest_node_scheduledTrigger_description,
|
|
1678
1860
|
manifest_node_readEntity_output_output_description,
|
|
1679
|
-
manifest_node_readEntity_form_title,
|
|
1680
1861
|
manifest_node_readEntity_form_entityConfig_title,
|
|
1681
|
-
manifest_node_readEntity_display_label,
|
|
1682
1862
|
manifest_node_readEntity_description,
|
|
1683
1863
|
manifest_node_queueCreate_output_output_description,
|
|
1684
1864
|
manifest_node_queueCreate_output_error_description,
|
|
@@ -1761,6 +1941,18 @@ export {
|
|
|
1761
1941
|
manifest_node_loop_display_label,
|
|
1762
1942
|
manifest_node_loop_display_description,
|
|
1763
1943
|
manifest_node_loop_description,
|
|
1944
|
+
manifest_node_ixpExtract_form_title,
|
|
1945
|
+
manifest_node_ixpExtract_form_schemaDefinition_title,
|
|
1946
|
+
manifest_node_ixpExtract_form_ixpModel_title,
|
|
1947
|
+
manifest_node_ixpExtract_form_ixpModelConfig_title,
|
|
1948
|
+
manifest_node_ixpExtract_form_ixpFileUpload_title,
|
|
1949
|
+
manifest_node_ixpExtract_form_ixpFileUpload_inputPageRange_placeholder,
|
|
1950
|
+
manifest_node_ixpExtract_form_ixpFileUpload_inputPageRange_label,
|
|
1951
|
+
manifest_node_ixpExtract_form_ixpFileUpload_inputPageRange_description,
|
|
1952
|
+
manifest_node_ixpExtract_form_ixpFileUpload_inputFileRef_validation_required,
|
|
1953
|
+
manifest_node_ixpExtract_form_ixpFileUpload_inputFileRef_label,
|
|
1954
|
+
manifest_node_ixpExtract_form_ixpFileUpload_inputFileRef_description,
|
|
1955
|
+
manifest_node_ixpExtract_display_canvasLabel,
|
|
1764
1956
|
manifest_node_http_output_output_statusCode_description,
|
|
1765
1957
|
manifest_node_http_output_output_headers_description,
|
|
1766
1958
|
manifest_node_http_output_output_description,
|
|
@@ -1815,6 +2007,35 @@ export {
|
|
|
1815
2007
|
manifest_node_httpV2_form_advanced_inputRetryCount_description,
|
|
1816
2008
|
manifest_node_httpV2_display_label,
|
|
1817
2009
|
manifest_node_httpV2_description,
|
|
2010
|
+
manifest_node_httpRequestTool_form_toolDetails_title,
|
|
2011
|
+
manifest_node_httpRequestTool_form_toolDetails_inputDescription_placeholder,
|
|
2012
|
+
manifest_node_httpRequestTool_form_toolDetails_inputDescription_label,
|
|
2013
|
+
manifest_node_httpRequestTool_form_title,
|
|
2014
|
+
manifest_node_httpRequestTool_form_request_title,
|
|
2015
|
+
manifest_node_httpRequestTool_form_request_inputUrl_label,
|
|
2016
|
+
manifest_node_httpRequestTool_form_request_inputUrl_componentProps_placeholder,
|
|
2017
|
+
manifest_node_httpRequestTool_form_request_inputMethod_label,
|
|
2018
|
+
manifest_node_httpRequestTool_form_queryParameters_title,
|
|
2019
|
+
manifest_node_httpRequestTool_form_queryParameters_inputParams_label,
|
|
2020
|
+
manifest_node_httpRequestTool_form_queryParameters_inputParams_componentProps_valueLabel,
|
|
2021
|
+
manifest_node_httpRequestTool_form_queryParameters_inputParams_componentProps_placeholder,
|
|
2022
|
+
manifest_node_httpRequestTool_form_queryParameters_inputParams_componentProps_keyLabel,
|
|
2023
|
+
manifest_node_httpRequestTool_form_queryParameters_inputParams_componentProps_addButtonLabel,
|
|
2024
|
+
manifest_node_httpRequestTool_form_headers_title,
|
|
2025
|
+
manifest_node_httpRequestTool_form_headers_inputHeaders_label,
|
|
2026
|
+
manifest_node_httpRequestTool_form_headers_inputHeaders_componentProps_valueLabel,
|
|
2027
|
+
manifest_node_httpRequestTool_form_headers_inputHeaders_componentProps_keyLabel,
|
|
2028
|
+
manifest_node_httpRequestTool_form_headers_inputHeaders_componentProps_addButtonLabel,
|
|
2029
|
+
manifest_node_httpRequestTool_form_body_title,
|
|
2030
|
+
manifest_node_httpRequestTool_form_body_inputBody_label,
|
|
2031
|
+
manifest_node_httpRequestTool_form_body_inputBody_componentProps_placeholder,
|
|
2032
|
+
manifest_node_httpRequestTool_form_advanced_title,
|
|
2033
|
+
manifest_node_httpRequestTool_form_advanced_inputTimeout_label,
|
|
2034
|
+
manifest_node_httpRequestTool_form_advanced_inputTimeout_description,
|
|
2035
|
+
manifest_node_httpRequestTool_form_advanced_inputTimeout_componentProps_placeholder,
|
|
2036
|
+
manifest_node_httpRequestTool_display_label,
|
|
2037
|
+
manifest_node_httpRequestTool_display_description,
|
|
2038
|
+
manifest_node_httpRequestTool_description,
|
|
1818
2039
|
manifest_node_hitlTask_output_status_description,
|
|
1819
2040
|
manifest_node_hitlTask_output_result_description,
|
|
1820
2041
|
manifest_node_hitlTask_output_output_description,
|
|
@@ -1927,6 +2148,18 @@ export {
|
|
|
1927
2148
|
manifest_node_hitlCodedActionApp_form_additionalProperties_inputLabels_label,
|
|
1928
2149
|
manifest_node_hitlCodedActionApp_display_label,
|
|
1929
2150
|
manifest_node_hitlCodedActionApp_description,
|
|
2151
|
+
manifest_node_getConversationContext_output_output_description,
|
|
2152
|
+
manifest_node_getConversationContext_output_error_description,
|
|
2153
|
+
manifest_node_getConversationContext_input_conversationId_errorMessage,
|
|
2154
|
+
manifest_node_getConversationContext_form_title,
|
|
2155
|
+
manifest_node_getConversationContext_form_configuration_title,
|
|
2156
|
+
manifest_node_getConversationContext_form_configuration_inputExchangeLimit_label,
|
|
2157
|
+
manifest_node_getConversationContext_form_configuration_inputExchangeLimit_description,
|
|
2158
|
+
manifest_node_getConversationContext_form_configuration_inputConversationId_validation_required,
|
|
2159
|
+
manifest_node_getConversationContext_form_configuration_inputConversationId_placeholder,
|
|
2160
|
+
manifest_node_getConversationContext_form_configuration_inputConversationId_label,
|
|
2161
|
+
manifest_node_getConversationContext_display_label,
|
|
2162
|
+
manifest_node_getConversationContext_description,
|
|
1930
2163
|
manifest_node_formTrigger_output_output_description,
|
|
1931
2164
|
manifest_node_formTrigger_form_title,
|
|
1932
2165
|
manifest_node_formTrigger_form_schema_title,
|
|
@@ -1964,6 +2197,28 @@ export {
|
|
|
1964
2197
|
manifest_node_escalationActionApp_description,
|
|
1965
2198
|
manifest_node_end_display_label,
|
|
1966
2199
|
manifest_node_end_description,
|
|
2200
|
+
manifest_node_dynamicExtract_display_label,
|
|
2201
|
+
manifest_node_dynamicExtract_display_description,
|
|
2202
|
+
manifest_node_dynamicExtract_display_canvasLabel,
|
|
2203
|
+
manifest_node_dynamicExtract_description,
|
|
2204
|
+
manifest_node_dowhile_output_error_description,
|
|
2205
|
+
manifest_node_dowhile_input_limit_errorMessage,
|
|
2206
|
+
manifest_node_dowhile_input_condition_errorMessage,
|
|
2207
|
+
manifest_node_dowhile_handle_start_label,
|
|
2208
|
+
manifest_node_dowhile_handle_continue_label,
|
|
2209
|
+
manifest_node_dowhile_handle_break_label,
|
|
2210
|
+
manifest_node_dowhile_form_title,
|
|
2211
|
+
manifest_node_dowhile_form_iteration_title,
|
|
2212
|
+
manifest_node_dowhile_form_iteration_inputLimit_label,
|
|
2213
|
+
manifest_node_dowhile_form_iteration_inputLimit_description,
|
|
2214
|
+
manifest_node_dowhile_form_iteration_inputCondition_label,
|
|
2215
|
+
manifest_node_dowhile_form_iteration_inputCondition_description,
|
|
2216
|
+
manifest_node_dowhile_form_iteration_inputCondition_componentProps_placeholder,
|
|
2217
|
+
manifest_node_dowhile_form_iteration_inputBreakEnabled_label,
|
|
2218
|
+
manifest_node_dowhile_form_iteration_inputBreakEnabled_description,
|
|
2219
|
+
manifest_node_dowhile_display_label,
|
|
2220
|
+
manifest_node_dowhile_display_description,
|
|
2221
|
+
manifest_node_dowhile_description,
|
|
1967
2222
|
manifest_node_delay_input_timerValue_errorMessage,
|
|
1968
2223
|
manifest_node_delay_input_timerType_errorMessage,
|
|
1969
2224
|
manifest_node_delay_input_timerPreset_errorMessage,
|
|
@@ -2102,7 +2357,9 @@ export {
|
|
|
2102
2357
|
manifest_node_clientSideTool_description,
|
|
2103
2358
|
manifest_node_classifyDocument_output_error_description,
|
|
2104
2359
|
manifest_node_classifyDocument_form_title,
|
|
2360
|
+
manifest_node_classifyDocument_form_modelConfig_title,
|
|
2105
2361
|
manifest_node_classifyDocument_form_fileInput_title,
|
|
2362
|
+
manifest_node_classifyDocument_form_fileInput_inputSplitPages_label,
|
|
2106
2363
|
manifest_node_classifyDocument_form_fileInput_inputPageRange_placeholder,
|
|
2107
2364
|
manifest_node_classifyDocument_form_fileInput_inputPageRange_label,
|
|
2108
2365
|
manifest_node_classifyDocument_form_fileInput_inputPageRange_description,
|
|
@@ -2148,6 +2405,7 @@ export {
|
|
|
2148
2405
|
manifest_node_autonomousAgent_input_userPrompt_errorMessage,
|
|
2149
2406
|
manifest_node_autonomousAgent_input_systemPrompt_errorMessage,
|
|
2150
2407
|
manifest_node_autonomousAgent_handle_tool_label,
|
|
2408
|
+
manifest_node_autonomousAgent_handle_memory_label,
|
|
2151
2409
|
manifest_node_autonomousAgent_handle_escalation_label,
|
|
2152
2410
|
manifest_node_autonomousAgent_handle_context_label,
|
|
2153
2411
|
manifest_node_autonomousAgent_form_title,
|
|
@@ -2229,6 +2487,8 @@ export {
|
|
|
2229
2487
|
manifest_category_tool_description,
|
|
2230
2488
|
manifest_category_rpaWorkflow_name,
|
|
2231
2489
|
manifest_category_rpaWorkflow_description,
|
|
2490
|
+
manifest_category_queueTools_name,
|
|
2491
|
+
manifest_category_queueTools_description,
|
|
2232
2492
|
manifest_category_patterns_name,
|
|
2233
2493
|
manifest_category_patterns_description,
|
|
2234
2494
|
manifest_category_humanTask_name,
|
|
@@ -2262,6 +2522,7 @@ export {
|
|
|
2262
2522
|
manifest_category_agent_description,
|
|
2263
2523
|
manifest_category_agentTool_name,
|
|
2264
2524
|
manifest_category_agentToolRpa_name,
|
|
2525
|
+
manifest_category_agentToolRemoteA2a_name,
|
|
2265
2526
|
manifest_category_agentToolMcp_name,
|
|
2266
2527
|
manifest_category_agentToolIxp_name,
|
|
2267
2528
|
manifest_category_agentToolFunction_name,
|
|
@@ -2277,4 +2538,4 @@ export {
|
|
|
2277
2538
|
de_default as default
|
|
2278
2539
|
};
|
|
2279
2540
|
|
|
2280
|
-
//# debugId=
|
|
2541
|
+
//# debugId=7148D8AAEEFDBD2064756E2164756E21
|