@activepieces/piece-manus 0.0.1 → 0.1.1
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/package.json +9 -6
- package/src/i18n/de.json +74 -0
- package/src/i18n/es.json +74 -0
- package/src/i18n/fr.json +74 -0
- package/src/i18n/ja.json +74 -0
- package/src/i18n/nl.json +74 -0
- package/src/i18n/pt.json +74 -0
- package/src/i18n/translation.json +74 -0
- package/src/i18n/zh.json +74 -0
- package/src/index.js +1 -1
- package/src/index.js.map +1 -1
- package/src/lib/actions/create-task.js +1 -1
- package/src/lib/actions/create-task.js.map +1 -1
- package/src/lib/actions/delete-task.d.ts +1 -1
- package/src/lib/actions/delete-task.js +3 -2
- package/src/lib/actions/delete-task.js.map +1 -1
- package/src/lib/actions/get-task.d.ts +1 -1
- package/src/lib/actions/get-task.js +3 -2
- package/src/lib/actions/get-task.js.map +1 -1
- package/src/lib/actions/update-task.d.ts +1 -1
- package/src/lib/actions/update-task.js +3 -2
- package/src/lib/actions/update-task.js.map +1 -1
- package/src/lib/triggers/new-task-created.d.ts +1 -1
- package/src/lib/triggers/new-task-created.js +5 -3
- package/src/lib/triggers/new-task-created.js.map +1 -1
- package/src/lib/triggers/task-stopped.d.ts +1 -1
- package/src/lib/triggers/task-stopped.js +4 -2
- package/src/lib/triggers/task-stopped.js.map +1 -1
package/package.json
CHANGED
|
@@ -1,23 +1,26 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-manus",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"main": "./src/index.js",
|
|
6
6
|
"types": "./src/index.d.ts",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@sinclair/typebox": "0.34.11",
|
|
9
|
-
"
|
|
9
|
+
"ai": "^6.0.0",
|
|
10
|
+
"axios": "1.13.1",
|
|
10
11
|
"axios-retry": "4.4.1",
|
|
11
12
|
"deepmerge-ts": "7.1.0",
|
|
13
|
+
"form-data": "4.0.4",
|
|
14
|
+
"i18next": "23.13.0",
|
|
12
15
|
"mime-types": "2.1.35",
|
|
13
16
|
"nanoid": "3.3.8",
|
|
14
17
|
"semver": "7.6.0",
|
|
15
18
|
"socket.io-client": "4.8.1",
|
|
16
19
|
"tslib": "^2.3.0",
|
|
17
|
-
"zod": "
|
|
18
|
-
"@activepieces/pieces-common": "0.
|
|
19
|
-
"@activepieces/pieces-framework": "0.
|
|
20
|
-
"@activepieces/shared": "0.
|
|
20
|
+
"zod": "4.1.13",
|
|
21
|
+
"@activepieces/pieces-common": "0.11.2",
|
|
22
|
+
"@activepieces/pieces-framework": "0.24.0",
|
|
23
|
+
"@activepieces/shared": "0.32.0"
|
|
21
24
|
},
|
|
22
25
|
"resolutions": {
|
|
23
26
|
"rollup": "npm:@rollup/wasm-node"
|
package/src/i18n/de.json
ADDED
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
{
|
|
2
|
+
"AI-powered automation and task execution platform": "AI-basierte Automatisierungs- und Aufgabenausführungsplattform",
|
|
3
|
+
"Your Manus API key from https://app.manus.ai/settings/api-keys": "Dein Manus API-Schlüssel von https://app.manus.ai/settings/api-keys",
|
|
4
|
+
"Create Task": "Aufgabe erstellen",
|
|
5
|
+
"Get Task": "Aufgabe abrufen",
|
|
6
|
+
"Update Task": "Aufgabe aktualisieren",
|
|
7
|
+
"Delete Task": "Aufgabe löschen",
|
|
8
|
+
"Custom API Call": "Eigener API-Aufruf",
|
|
9
|
+
"Create a new task for Manus AI to execute": "Erstellen Sie eine neue Aufgabe für Manus KI ausführen",
|
|
10
|
+
"Retrieve detailed information about a specific task by its ID": "Abrufen von detaillierten Informationen über eine bestimmte Aufgabe durch ihre ID",
|
|
11
|
+
"Update a task's metadata such as title, sharing settings, and visibility in the task list": "Metadaten einer Aufgabe wie Titel, Freigabe von Einstellungen und Sichtbarkeit in der Aufgabenliste aktualisieren",
|
|
12
|
+
"Permanently delete a task by its ID. This action cannot be undone.": "Lösche eine Aufgabe dauerhaft mit ihrer ID. Diese Aktion kann nicht rückgängig gemacht werden.",
|
|
13
|
+
"Make a custom API call to a specific endpoint": "Einen benutzerdefinierten API-Aufruf an einen bestimmten Endpunkt machen",
|
|
14
|
+
"Prompt": "Prompt",
|
|
15
|
+
"Agent Profile": "Agenten-Profil",
|
|
16
|
+
"Task Mode": "Task-Modus",
|
|
17
|
+
"Connectors": "Konnektoren",
|
|
18
|
+
"Hide in Task List": "In der Aufgabenliste ausblenden",
|
|
19
|
+
"Create Shareable Link": "Erstelle teilbaren Link",
|
|
20
|
+
"Task ID": "Task ID",
|
|
21
|
+
"Locale": "Lokal",
|
|
22
|
+
"Attachments": "Anhänge",
|
|
23
|
+
"Task": "Aufgabe",
|
|
24
|
+
"Title": "Titel",
|
|
25
|
+
"Enable Sharing": "Freigabe aktivieren",
|
|
26
|
+
"Visible in Task List": "Sichtbar in der Aufgabenliste",
|
|
27
|
+
"Method": "Methode",
|
|
28
|
+
"Headers": "Kopfzeilen",
|
|
29
|
+
"Query Parameters": "Abfrageparameter",
|
|
30
|
+
"Body Type": "Körpertyp",
|
|
31
|
+
"Body": "Körper",
|
|
32
|
+
"Response is Binary ?": "Antwort ist binär?",
|
|
33
|
+
"No Error on Failure": "Kein Fehler bei Fehler",
|
|
34
|
+
"Timeout (in seconds)": "Timeout (in Sekunden)",
|
|
35
|
+
"Follow redirects": "Weiterleitungen folgen",
|
|
36
|
+
"The task prompt or instruction for the Manus agent": "Die Aufgabenanfrage oder Anleitung für den Manus-Agenten",
|
|
37
|
+
"The AI model profile to use for the task": "Das für die Aufgabe zu verwendende KI-Modellprofil",
|
|
38
|
+
"The interaction mode for the task": "Der Interaktionsmodus für die Aufgabe",
|
|
39
|
+
"List of connector IDs to enable for this task": "Liste der zu aktivierenden Konnektor-IDs für diese Aufgabe",
|
|
40
|
+
"Whether to hide this task from the Manus webapp task list": "Gibt an, ob diese Aufgabe aus der Manus-Webapp-Aufgabenliste ausgeblendet werden soll",
|
|
41
|
+
"Whether to make the chat publicly accessible to others on the Manus website": "Gibt an, ob der Chat für andere auf der Manus-Website öffentlich zugänglich gemacht werden soll",
|
|
42
|
+
"For continuing existing tasks (multi-turn conversations)": "Für die Fortführung bestehender Aufgaben (Multi-Turn-Unterhaltungen)",
|
|
43
|
+
"Your default locale that you've set on Manus (e.g., \"en-US\", \"zh-CN\")": "Ihre Standard-Gebietsschema, die Sie auf Manus gesetzt haben (z. B. \"en-US\", \"zh-CN\")",
|
|
44
|
+
"Array of file/image attachments (URLs or base64 data)": "Datei-/Bild-Anhänge (URLs oder Base64-Daten)",
|
|
45
|
+
"Select the task to retrieve details for": "Wählen Sie die Aufgabe zum Abrufen von Details für",
|
|
46
|
+
"Select the task to update": "Wählen Sie die zu aktualisierende Aufgabe",
|
|
47
|
+
"New title for the task": "Neuer Titel für die Aufgabe",
|
|
48
|
+
"Whether to enable public sharing": "Ob öffentliche Freigabe aktiviert werden soll",
|
|
49
|
+
"Whether the task should be visible in the task list": "Ob die Aufgabe in der Aufgabenliste sichtbar sein soll",
|
|
50
|
+
"Select the task to delete": "Aufgabe zum Löschen auswählen",
|
|
51
|
+
"Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
|
|
52
|
+
"Enable for files like PDFs, images, etc.": "Aktivieren für Dateien wie PDFs, Bilder usw.",
|
|
53
|
+
"Manus 1.5 (Recommended)": "Manus 1.5 (empfohlen)",
|
|
54
|
+
"Manus 1.5 Lite (Faster)": "Manus 1.5 Liter (Schneller)",
|
|
55
|
+
"Speed (Deprecated)": "Geschwindigkeit (veraltet)",
|
|
56
|
+
"Quality (Deprecated)": "Qualität (veraltet)",
|
|
57
|
+
"Chat": "Chat",
|
|
58
|
+
"Adaptive": "Adaptiv",
|
|
59
|
+
"Agent": "Agent",
|
|
60
|
+
"GET": "ERHALTEN",
|
|
61
|
+
"POST": "POST",
|
|
62
|
+
"PATCH": "PATCH",
|
|
63
|
+
"PUT": "PUT",
|
|
64
|
+
"DELETE": "LÖSCHEN",
|
|
65
|
+
"HEAD": "HEAD",
|
|
66
|
+
"None": "Keine",
|
|
67
|
+
"JSON": "JSON",
|
|
68
|
+
"Form Data": "Formulardaten",
|
|
69
|
+
"Raw": "Rohe",
|
|
70
|
+
"New Task Created": "Neue Aufgabe erstellt",
|
|
71
|
+
"Task Stopped": "Aufgabe gestoppt",
|
|
72
|
+
"Triggers when a new task is successfully created in Manus": "Löst aus, wenn eine neue Aufgabe erfolgreich im Manus erstellt wurde",
|
|
73
|
+
"Triggers when a task reaches a stopping point - either completion or requiring user input": "Löst aus, wenn eine Aufgabe einen Haltepunkt erreicht hat - entweder abgeschlossen oder Benutzereingabe benötigt"
|
|
74
|
+
}
|
package/src/i18n/es.json
ADDED
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
{
|
|
2
|
+
"AI-powered automation and task execution platform": "Plataforma de automatización y ejecución de tareas impulsada por AIs",
|
|
3
|
+
"Your Manus API key from https://app.manus.ai/settings/api-keys": "Tu clave API de Manus de https://app.manus.ai/settings/api-keys",
|
|
4
|
+
"Create Task": "Crear tarea",
|
|
5
|
+
"Get Task": "Obtener tarea",
|
|
6
|
+
"Update Task": "Actualizar tarea",
|
|
7
|
+
"Delete Task": "Eliminar tarea",
|
|
8
|
+
"Custom API Call": "Llamada API personalizada",
|
|
9
|
+
"Create a new task for Manus AI to execute": "Crear una nueva tarea para Manus AI para ejecutar",
|
|
10
|
+
"Retrieve detailed information about a specific task by its ID": "Recuperar información detallada sobre una tarea específica por su ID",
|
|
11
|
+
"Update a task's metadata such as title, sharing settings, and visibility in the task list": "Actualizar metadatos de una tarea como título, ajustes para compartir y visibilidad en la lista de tareas",
|
|
12
|
+
"Permanently delete a task by its ID. This action cannot be undone.": "Eliminar permanentemente una tarea por su ID. Esta acción no se puede deshacer.",
|
|
13
|
+
"Make a custom API call to a specific endpoint": "Hacer una llamada API personalizada a un extremo específico",
|
|
14
|
+
"Prompt": "Petición",
|
|
15
|
+
"Agent Profile": "Perfil del agente",
|
|
16
|
+
"Task Mode": "Modo de tarea",
|
|
17
|
+
"Connectors": "Conectores",
|
|
18
|
+
"Hide in Task List": "Ocultar en la lista de tareas",
|
|
19
|
+
"Create Shareable Link": "Crear enlace compartible",
|
|
20
|
+
"Task ID": "Task ID",
|
|
21
|
+
"Locale": "Local",
|
|
22
|
+
"Attachments": "Adjuntos",
|
|
23
|
+
"Task": "Tarea",
|
|
24
|
+
"Title": "Título",
|
|
25
|
+
"Enable Sharing": "Activar compartir",
|
|
26
|
+
"Visible in Task List": "Visible en la lista de tareas",
|
|
27
|
+
"Method": "Método",
|
|
28
|
+
"Headers": "Encabezados",
|
|
29
|
+
"Query Parameters": "Parámetros de consulta",
|
|
30
|
+
"Body Type": "Tipo de cuerpo",
|
|
31
|
+
"Body": "Cuerpo",
|
|
32
|
+
"Response is Binary ?": "¿Respuesta es binaria?",
|
|
33
|
+
"No Error on Failure": "No hay ningún error en fallo",
|
|
34
|
+
"Timeout (in seconds)": "Tiempo de espera (en segundos)",
|
|
35
|
+
"Follow redirects": "Seguir redirecciones",
|
|
36
|
+
"The task prompt or instruction for the Manus agent": "El prompt de la tarea o la instrucción para el agente Manus",
|
|
37
|
+
"The AI model profile to use for the task": "El perfil de modelo de IA a usar para la tarea",
|
|
38
|
+
"The interaction mode for the task": "El modo de interacción para la tarea",
|
|
39
|
+
"List of connector IDs to enable for this task": "Lista de IDs de conector a habilitar para esta tarea",
|
|
40
|
+
"Whether to hide this task from the Manus webapp task list": "Si ocultar esta tarea de la lista de tareas web de Manus",
|
|
41
|
+
"Whether to make the chat publicly accessible to others on the Manus website": "Si desea hacer el chat públicamente accesible a otros en el sitio web Manus",
|
|
42
|
+
"For continuing existing tasks (multi-turn conversations)": "Para continuar las tareas existentes (conversaciones multiturno)",
|
|
43
|
+
"Your default locale that you've set on Manus (e.g., \"en-US\", \"zh-CN\")": "Su idioma predeterminado que ha establecido en Manus (por ejemplo, \"en-US\", \"zh-CN\")",
|
|
44
|
+
"Array of file/image attachments (URLs or base64 data)": "Array de archivos adjuntos (URLs o datos base64)",
|
|
45
|
+
"Select the task to retrieve details for": "Seleccione la tarea para recuperar detalles para",
|
|
46
|
+
"Select the task to update": "Seleccione la tarea a actualizar",
|
|
47
|
+
"New title for the task": "Nuevo título para la tarea",
|
|
48
|
+
"Whether to enable public sharing": "Activar el uso compartido público",
|
|
49
|
+
"Whether the task should be visible in the task list": "Si la tarea debe ser visible en la lista de tareas",
|
|
50
|
+
"Select the task to delete": "Seleccione la tarea a eliminar",
|
|
51
|
+
"Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
|
|
52
|
+
"Enable for files like PDFs, images, etc.": "Activar para archivos como PDFs, imágenes, etc.",
|
|
53
|
+
"Manus 1.5 (Recommended)": "Manus 1.5 (Recomendado)",
|
|
54
|
+
"Manus 1.5 Lite (Faster)": "Manus 1.5 Lite (Faster)",
|
|
55
|
+
"Speed (Deprecated)": "Velocidad (Obsoleto)",
|
|
56
|
+
"Quality (Deprecated)": "Calidad (Obsoleto)",
|
|
57
|
+
"Chat": "Chatear",
|
|
58
|
+
"Adaptive": "Adaptivo",
|
|
59
|
+
"Agent": "Agente",
|
|
60
|
+
"GET": "RECOGER",
|
|
61
|
+
"POST": "POST",
|
|
62
|
+
"PATCH": "PATCH",
|
|
63
|
+
"PUT": "PUT",
|
|
64
|
+
"DELETE": "BORRAR",
|
|
65
|
+
"HEAD": "LIMPIO",
|
|
66
|
+
"None": "Ninguna",
|
|
67
|
+
"JSON": "JSON",
|
|
68
|
+
"Form Data": "Datos de Formulario",
|
|
69
|
+
"Raw": "Rápido",
|
|
70
|
+
"New Task Created": "Nueva tarea creada",
|
|
71
|
+
"Task Stopped": "Tarea detenida",
|
|
72
|
+
"Triggers when a new task is successfully created in Manus": "Se activa cuando una nueva tarea se crea con éxito en Manus",
|
|
73
|
+
"Triggers when a task reaches a stopping point - either completion or requiring user input": "Dispara cuando una tarea alcanza un punto de parada - o bien completar o requerir entrada del usuario"
|
|
74
|
+
}
|
package/src/i18n/fr.json
ADDED
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
{
|
|
2
|
+
"AI-powered automation and task execution platform": "Plateforme d'automatisation et d'exécution de tâches alimentée par l'IA",
|
|
3
|
+
"Your Manus API key from https://app.manus.ai/settings/api-keys": "Votre clé d'API Manus de https://app.manus.ai/settings/api-keys",
|
|
4
|
+
"Create Task": "Créer une tâche",
|
|
5
|
+
"Get Task": "Obtenir une tâche",
|
|
6
|
+
"Update Task": "Tâche de mise à jour",
|
|
7
|
+
"Delete Task": "Supprimer la tâche",
|
|
8
|
+
"Custom API Call": "Appel d'API personnalisé",
|
|
9
|
+
"Create a new task for Manus AI to execute": "Créer une nouvelle tâche à exécuter par Manus AI",
|
|
10
|
+
"Retrieve detailed information about a specific task by its ID": "Récupérer des informations détaillées sur une tâche spécifique par son ID",
|
|
11
|
+
"Update a task's metadata such as title, sharing settings, and visibility in the task list": "Mettre à jour les métadonnées d'une tâche telles que le titre, les paramètres de partage et la visibilité dans la liste des tâches",
|
|
12
|
+
"Permanently delete a task by its ID. This action cannot be undone.": "Supprimer définitivement une tâche par son ID. Cette action ne peut pas être annulée.",
|
|
13
|
+
"Make a custom API call to a specific endpoint": "Passer un appel API personnalisé à un endpoint spécifique",
|
|
14
|
+
"Prompt": "Prompt",
|
|
15
|
+
"Agent Profile": "Profil de l'agent",
|
|
16
|
+
"Task Mode": "Mode Tâche",
|
|
17
|
+
"Connectors": "Connecteurs",
|
|
18
|
+
"Hide in Task List": "Cacher dans la liste des tâches",
|
|
19
|
+
"Create Shareable Link": "Créer un lien partageable",
|
|
20
|
+
"Task ID": "Task ID",
|
|
21
|
+
"Locale": "Locale",
|
|
22
|
+
"Attachments": "Pièces jointes",
|
|
23
|
+
"Task": "Tâche",
|
|
24
|
+
"Title": "Titre",
|
|
25
|
+
"Enable Sharing": "Activer le partage",
|
|
26
|
+
"Visible in Task List": "Visible dans la liste des tâches",
|
|
27
|
+
"Method": "Méthode",
|
|
28
|
+
"Headers": "Headers",
|
|
29
|
+
"Query Parameters": "Paramètres de requête",
|
|
30
|
+
"Body Type": "Body Type",
|
|
31
|
+
"Body": "Body",
|
|
32
|
+
"Response is Binary ?": "La réponse est Binaire ?",
|
|
33
|
+
"No Error on Failure": "Aucune erreur en cas d'échec",
|
|
34
|
+
"Timeout (in seconds)": "Délai d'expiration (en secondes)",
|
|
35
|
+
"Follow redirects": "Suivre les redirections",
|
|
36
|
+
"The task prompt or instruction for the Manus agent": "L'invite de tâche ou les instructions pour l'agent Manus",
|
|
37
|
+
"The AI model profile to use for the task": "Le profil du modèle IA à utiliser pour la tâche",
|
|
38
|
+
"The interaction mode for the task": "Le mode d'interaction pour la tâche",
|
|
39
|
+
"List of connector IDs to enable for this task": "Liste des ID du connecteur à activer pour cette tâche",
|
|
40
|
+
"Whether to hide this task from the Manus webapp task list": "Afficher/Masquer cette tâche de la liste des tâches de Manus webapp",
|
|
41
|
+
"Whether to make the chat publicly accessible to others on the Manus website": "Que ce soit pour rendre le chat accessible publiquement aux autres sur le site Web de Manus",
|
|
42
|
+
"For continuing existing tasks (multi-turn conversations)": "Pour les tâches en cours (conversations multi-virages)",
|
|
43
|
+
"Your default locale that you've set on Manus (e.g., \"en-US\", \"zh-CN\")": "Votre locale par défaut que vous avez définie sur Manus (par exemple, \"en-US\", \"zh-CN\")",
|
|
44
|
+
"Array of file/image attachments (URLs or base64 data)": "Tableau des pièces jointes de fichier/image (URL ou données base64)",
|
|
45
|
+
"Select the task to retrieve details for": "Sélectionnez la tâche pour récupérer les détails pour",
|
|
46
|
+
"Select the task to update": "Sélectionnez la tâche à mettre à jour",
|
|
47
|
+
"New title for the task": "Nouveau titre pour la tâche",
|
|
48
|
+
"Whether to enable public sharing": "Activer ou non le partage public",
|
|
49
|
+
"Whether the task should be visible in the task list": "Si la tâche doit être visible dans la liste des tâches",
|
|
50
|
+
"Select the task to delete": "Sélectionnez la tâche à supprimer",
|
|
51
|
+
"Authorization headers are injected automatically from your connection.": "Les Headers d'autorisation sont injectés automatiquement à partir de votre connexion.",
|
|
52
|
+
"Enable for files like PDFs, images, etc.": "Activer pour les fichiers comme les PDFs, les images, etc.",
|
|
53
|
+
"Manus 1.5 (Recommended)": "Manus 1.5 (Recommandé)",
|
|
54
|
+
"Manus 1.5 Lite (Faster)": "Manus 1.5 Lite (Gratuit)",
|
|
55
|
+
"Speed (Deprecated)": "Vitesse (obsolète)",
|
|
56
|
+
"Quality (Deprecated)": "Qualité (obsolète)",
|
|
57
|
+
"Chat": "Discuter",
|
|
58
|
+
"Adaptive": "Adaptatif",
|
|
59
|
+
"Agent": "Agent",
|
|
60
|
+
"GET": "GET",
|
|
61
|
+
"POST": "POST",
|
|
62
|
+
"PATCH": "PATCH",
|
|
63
|
+
"PUT": "PUT",
|
|
64
|
+
"DELETE": "DELETE",
|
|
65
|
+
"HEAD": "HEAD",
|
|
66
|
+
"None": "Aucun",
|
|
67
|
+
"JSON": "JSON",
|
|
68
|
+
"Form Data": "Données du formulaire",
|
|
69
|
+
"Raw": "Brut",
|
|
70
|
+
"New Task Created": "Nouvelle tâche créée",
|
|
71
|
+
"Task Stopped": "Tâche arrêtée",
|
|
72
|
+
"Triggers when a new task is successfully created in Manus": "Déclenche quand une nouvelle tâche est créée avec succès dans Manus",
|
|
73
|
+
"Triggers when a task reaches a stopping point - either completion or requiring user input": "Déclenche quand une tâche atteint un point d'arrêt - soit compléter soit exiger la saisie de l'utilisateur"
|
|
74
|
+
}
|
package/src/i18n/ja.json
ADDED
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
{
|
|
2
|
+
"AI-powered automation and task execution platform": "AIを搭載した自動化およびタスク実行プラットフォーム",
|
|
3
|
+
"Your Manus API key from https://app.manus.ai/settings/api-keys": "Manus API キー https://app.manus.ai/settings/api-keys",
|
|
4
|
+
"Create Task": "タスクを作成",
|
|
5
|
+
"Get Task": "タスクを取得",
|
|
6
|
+
"Update Task": "タスクの更新",
|
|
7
|
+
"Delete Task": "タスクの削除",
|
|
8
|
+
"Custom API Call": "カスタムAPI通話",
|
|
9
|
+
"Create a new task for Manus AI to execute": "Manus AI が実行される新しいタスクを作成します",
|
|
10
|
+
"Retrieve detailed information about a specific task by its ID": "IDで特定のタスクの詳細情報を取得します",
|
|
11
|
+
"Update a task's metadata such as title, sharing settings, and visibility in the task list": "タイトル、共有設定、タスクリストの表示など、タスクのメタデータを更新します",
|
|
12
|
+
"Permanently delete a task by its ID. This action cannot be undone.": "ID でタスクを完全に削除します。この操作は元に戻すことはできません。",
|
|
13
|
+
"Make a custom API call to a specific endpoint": "特定のエンドポイントへのカスタム API コールを実行します。",
|
|
14
|
+
"Prompt": "Prompt",
|
|
15
|
+
"Agent Profile": "エージェントのプロフィール",
|
|
16
|
+
"Task Mode": "タスクモード",
|
|
17
|
+
"Connectors": "コネクタ",
|
|
18
|
+
"Hide in Task List": "タスク リストに表示しない",
|
|
19
|
+
"Create Shareable Link": "共有可能なリンクを作成",
|
|
20
|
+
"Task ID": "Task ID",
|
|
21
|
+
"Locale": "ロケール",
|
|
22
|
+
"Attachments": "添付ファイル",
|
|
23
|
+
"Task": "タスク",
|
|
24
|
+
"Title": "タイトル",
|
|
25
|
+
"Enable Sharing": "共有を有効にする",
|
|
26
|
+
"Visible in Task List": "タスクリストで表示",
|
|
27
|
+
"Method": "方法",
|
|
28
|
+
"Headers": "ヘッダー",
|
|
29
|
+
"Query Parameters": "クエリパラメータ",
|
|
30
|
+
"Body Type": "ボディタイプ",
|
|
31
|
+
"Body": "本文",
|
|
32
|
+
"Response is Binary ?": "応答はバイナリですか?",
|
|
33
|
+
"No Error on Failure": "失敗時にエラーはありません",
|
|
34
|
+
"Timeout (in seconds)": "タイムアウト(秒)",
|
|
35
|
+
"Follow redirects": "リダイレクトをフォローする",
|
|
36
|
+
"The task prompt or instruction for the Manus agent": "Manus エージェントのタスクプロンプトまたは手順",
|
|
37
|
+
"The AI model profile to use for the task": "タスクに使用するAIモデルプロファイル",
|
|
38
|
+
"The interaction mode for the task": "タスクのインタラクションモード",
|
|
39
|
+
"List of connector IDs to enable for this task": "このタスクで有効にするコネクタIDのリスト",
|
|
40
|
+
"Whether to hide this task from the Manus webapp task list": "このタスクをManusのウェブアプリのタスクリストから非表示にする",
|
|
41
|
+
"Whether to make the chat publicly accessible to others on the Manus website": "Manus のウェブサイトで他のユーザーがチャットにアクセスできるようにするかどうか",
|
|
42
|
+
"For continuing existing tasks (multi-turn conversations)": "既存のタスクを継続するため(会話をマルチターン)",
|
|
43
|
+
"Your default locale that you've set on Manus (e.g., \"en-US\", \"zh-CN\")": "Manus で設定した既定のロケール(例:\"en-US\", \"zh-CN\")",
|
|
44
|
+
"Array of file/image attachments (URLs or base64 data)": "ファイル/画像の添付ファイルの配列 (URLまたはbase64データ)",
|
|
45
|
+
"Select the task to retrieve details for": "詳細を取得するタスクを選択してください",
|
|
46
|
+
"Select the task to update": "更新するタスクを選択してください",
|
|
47
|
+
"New title for the task": "タスクの新しいタイトル",
|
|
48
|
+
"Whether to enable public sharing": "公開共有を有効にする",
|
|
49
|
+
"Whether the task should be visible in the task list": "タスクをタスクリストに表示するかどうか",
|
|
50
|
+
"Select the task to delete": "削除するタスクを選択します",
|
|
51
|
+
"Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
|
|
52
|
+
"Enable for files like PDFs, images, etc.": "PDF、画像などのファイルを有効にする",
|
|
53
|
+
"Manus 1.5 (Recommended)": "Manus 1.5 (推奨)",
|
|
54
|
+
"Manus 1.5 Lite (Faster)": "Manus 1.5 Lite (faster)",
|
|
55
|
+
"Speed (Deprecated)": "速度(非推奨)",
|
|
56
|
+
"Quality (Deprecated)": "品質 (非推奨)",
|
|
57
|
+
"Chat": "チャット",
|
|
58
|
+
"Adaptive": "Adaptive",
|
|
59
|
+
"Agent": "エージェント",
|
|
60
|
+
"GET": "取得",
|
|
61
|
+
"POST": "POST",
|
|
62
|
+
"PATCH": "PATCH",
|
|
63
|
+
"PUT": "PUT",
|
|
64
|
+
"DELETE": "削除",
|
|
65
|
+
"HEAD": "頭",
|
|
66
|
+
"None": "なし",
|
|
67
|
+
"JSON": "JSON",
|
|
68
|
+
"Form Data": "フォームデータ",
|
|
69
|
+
"Raw": "Raw",
|
|
70
|
+
"New Task Created": "新しいタスクが作成されました",
|
|
71
|
+
"Task Stopped": "タスクを停止しました",
|
|
72
|
+
"Triggers when a new task is successfully created in Manus": "マナスで新しいタスクが正常に作成されたときにトリガーします",
|
|
73
|
+
"Triggers when a task reaches a stopping point - either completion or requiring user input": "タスクが停止ポイントに達したときに発生します - 完了またはユーザーの入力が必要です"
|
|
74
|
+
}
|
package/src/i18n/nl.json
ADDED
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
{
|
|
2
|
+
"AI-powered automation and task execution platform": "AI-aangedreven automatisering en taakuitvoeringsplatform",
|
|
3
|
+
"Your Manus API key from https://app.manus.ai/settings/api-keys": "Uw Manus API-sleutel van https://app.manus.ai/settings/api-keys",
|
|
4
|
+
"Create Task": "Taak maken",
|
|
5
|
+
"Get Task": "Ophalen taak",
|
|
6
|
+
"Update Task": "Taak bijwerken",
|
|
7
|
+
"Delete Task": "Taak verwijderen",
|
|
8
|
+
"Custom API Call": "Custom API Call",
|
|
9
|
+
"Create a new task for Manus AI to execute": "Maak een nieuwe taak voor Manus AI om uit te voeren",
|
|
10
|
+
"Retrieve detailed information about a specific task by its ID": "Haal gedetailleerde informatie over een specifieke taak op via de ID",
|
|
11
|
+
"Update a task's metadata such as title, sharing settings, and visibility in the task list": "Werk metadata van een taak bij, zoals titel, delen van instellingen en zichtbaarheid in de takenlijst",
|
|
12
|
+
"Permanently delete a task by its ID. This action cannot be undone.": "Een taak door ID permanent verwijderen. Deze actie kan niet ongedaan worden gemaakt.",
|
|
13
|
+
"Make a custom API call to a specific endpoint": "Maak een aangepaste API call naar een specifiek eindpunt",
|
|
14
|
+
"Prompt": "Prompt",
|
|
15
|
+
"Agent Profile": "Agent profiel",
|
|
16
|
+
"Task Mode": "Modus taak",
|
|
17
|
+
"Connectors": "Connectoren",
|
|
18
|
+
"Hide in Task List": "Verbergen in takenlijst",
|
|
19
|
+
"Create Shareable Link": "Maak Deelbare Link",
|
|
20
|
+
"Task ID": "Task ID",
|
|
21
|
+
"Locale": "Lokalisatie",
|
|
22
|
+
"Attachments": "Bijlagen",
|
|
23
|
+
"Task": "Opdracht",
|
|
24
|
+
"Title": "Aanspreektitel",
|
|
25
|
+
"Enable Sharing": "Delen inschakelen",
|
|
26
|
+
"Visible in Task List": "Zichtbaar in takenlijst",
|
|
27
|
+
"Method": "Methode",
|
|
28
|
+
"Headers": "Kopteksten",
|
|
29
|
+
"Query Parameters": "Query parameters",
|
|
30
|
+
"Body Type": "Type lichaam",
|
|
31
|
+
"Body": "Lichaam",
|
|
32
|
+
"Response is Binary ?": "Antwoord is binair?",
|
|
33
|
+
"No Error on Failure": "Geen fout bij fout",
|
|
34
|
+
"Timeout (in seconds)": "Time-out (in seconden)",
|
|
35
|
+
"Follow redirects": "Volg omleidingen",
|
|
36
|
+
"The task prompt or instruction for the Manus agent": "De taak vraagt of instructie voor de Manus agent",
|
|
37
|
+
"The AI model profile to use for the task": "Het te gebruiken AI modelprofiel voor de taak",
|
|
38
|
+
"The interaction mode for the task": "De interactiemodus voor de taak",
|
|
39
|
+
"List of connector IDs to enable for this task": "Lijst van connector IDs om in te schakelen voor deze taak",
|
|
40
|
+
"Whether to hide this task from the Manus webapp task list": "Verbergen van deze taak van de Manus webapp taak lijst",
|
|
41
|
+
"Whether to make the chat publicly accessible to others on the Manus website": "Of de chat publiekelijk toegankelijk moet worden gemaakt voor anderen op de Manus website",
|
|
42
|
+
"For continuing existing tasks (multi-turn conversations)": "Voor het voortzetten van bestaande taken (meerzijdige gesprekken)",
|
|
43
|
+
"Your default locale that you've set on Manus (e.g., \"en-US\", \"zh-CN\")": "Je standaard taal die je hebt ingesteld op Manus (bijv. \"nl-NL\", \"zh-CN\")",
|
|
44
|
+
"Array of file/image attachments (URLs or base64 data)": "Array van bestand/afbeelding bijlagen (URL's of base64 gegevens)",
|
|
45
|
+
"Select the task to retrieve details for": "Selecteer de taak om details op te halen voor",
|
|
46
|
+
"Select the task to update": "Selecteer de taak om te updaten",
|
|
47
|
+
"New title for the task": "Nieuwe titel voor de taak",
|
|
48
|
+
"Whether to enable public sharing": "Openbare delen inschakelen",
|
|
49
|
+
"Whether the task should be visible in the task list": "Of de taak zichtbaar moet zijn in de takenlijst",
|
|
50
|
+
"Select the task to delete": "Selecteer de taak om te verwijderen",
|
|
51
|
+
"Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
|
|
52
|
+
"Enable for files like PDFs, images, etc.": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc.",
|
|
53
|
+
"Manus 1.5 (Recommended)": "Manus 1.5 (Aanbevolen)",
|
|
54
|
+
"Manus 1.5 Lite (Faster)": "Manus 1.5 Lite (Vast)",
|
|
55
|
+
"Speed (Deprecated)": "Snelheid (Afgekeurd)",
|
|
56
|
+
"Quality (Deprecated)": "Kwaliteit (afgekeurd)",
|
|
57
|
+
"Chat": "Chatten",
|
|
58
|
+
"Adaptive": "Adaptief",
|
|
59
|
+
"Agent": "Agent",
|
|
60
|
+
"GET": "KRIJG",
|
|
61
|
+
"POST": "POSTE",
|
|
62
|
+
"PATCH": "BEKIJK",
|
|
63
|
+
"PUT": "PUT",
|
|
64
|
+
"DELETE": "VERWIJDEREN",
|
|
65
|
+
"HEAD": "HOOFD",
|
|
66
|
+
"None": "geen",
|
|
67
|
+
"JSON": "JSON",
|
|
68
|
+
"Form Data": "Formulieren gegevens",
|
|
69
|
+
"Raw": "Onbewerkte",
|
|
70
|
+
"New Task Created": "Nieuwe taak aangemaakt",
|
|
71
|
+
"Task Stopped": "Taak gestopt",
|
|
72
|
+
"Triggers when a new task is successfully created in Manus": "Triggert wanneer een nieuwe taak met succes is aangemaakt in Manus",
|
|
73
|
+
"Triggers when a task reaches a stopping point - either completion or requiring user input": "Triggert wanneer een taak een eindpunt bereikt - voltooiing, of gebruikers invoer vereist"
|
|
74
|
+
}
|
package/src/i18n/pt.json
ADDED
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
{
|
|
2
|
+
"AI-powered automation and task execution platform": "Automatização com IAR e plataforma de execução de tarefas",
|
|
3
|
+
"Your Manus API key from https://app.manus.ai/settings/api-keys": "Sua chave Manus API de https://app.manus.ai/settings/api-keys",
|
|
4
|
+
"Create Task": "Criar tarefa",
|
|
5
|
+
"Get Task": "Obter Tarefa",
|
|
6
|
+
"Update Task": "Atualizar Tarefa",
|
|
7
|
+
"Delete Task": "Excluir Tarefa",
|
|
8
|
+
"Custom API Call": "Chamada de API personalizada",
|
|
9
|
+
"Create a new task for Manus AI to execute": "Criar uma nova tarefa para a IA de Manus",
|
|
10
|
+
"Retrieve detailed information about a specific task by its ID": "Recuperar informações detalhadas sobre uma tarefa específica por sua ID",
|
|
11
|
+
"Update a task's metadata such as title, sharing settings, and visibility in the task list": "Atualizar metadados de uma tarefa como título, configurações de compartilhamento e visibilidade na lista de tarefas",
|
|
12
|
+
"Permanently delete a task by its ID. This action cannot be undone.": "Exclua permanentemente uma tarefa por sua ID. Esta ação não pode ser desfeita.",
|
|
13
|
+
"Make a custom API call to a specific endpoint": "Faça uma chamada de API personalizada para um ponto de extremidade específico",
|
|
14
|
+
"Prompt": "Aviso",
|
|
15
|
+
"Agent Profile": "Perfil do representante",
|
|
16
|
+
"Task Mode": "Modo de tarefa",
|
|
17
|
+
"Connectors": "Conectores",
|
|
18
|
+
"Hide in Task List": "Ocultar na Lista de Tarefas",
|
|
19
|
+
"Create Shareable Link": "Criar link compartilhável",
|
|
20
|
+
"Task ID": "Task ID",
|
|
21
|
+
"Locale": "Localidade",
|
|
22
|
+
"Attachments": "Anexos",
|
|
23
|
+
"Task": "Tarefas",
|
|
24
|
+
"Title": "Título",
|
|
25
|
+
"Enable Sharing": "Ativar Compartilhamento",
|
|
26
|
+
"Visible in Task List": "Visível na Lista de Tarefas",
|
|
27
|
+
"Method": "Método",
|
|
28
|
+
"Headers": "Cabeçalhos",
|
|
29
|
+
"Query Parameters": "Parâmetros da consulta",
|
|
30
|
+
"Body Type": "Tipo de Corpo",
|
|
31
|
+
"Body": "Conteúdo",
|
|
32
|
+
"Response is Binary ?": "A resposta é binária ?",
|
|
33
|
+
"No Error on Failure": "Nenhum erro no Failure",
|
|
34
|
+
"Timeout (in seconds)": "Tempo limite (em segundos)",
|
|
35
|
+
"Follow redirects": "Seguir redirecionamentos",
|
|
36
|
+
"The task prompt or instruction for the Manus agent": "O prompt ou instrução para o agente de Manus",
|
|
37
|
+
"The AI model profile to use for the task": "O perfil de modelo de IA a ser usado para a tarefa",
|
|
38
|
+
"The interaction mode for the task": "Modo de interação para a tarefa",
|
|
39
|
+
"List of connector IDs to enable for this task": "Lista de IDs de conector para habilitar para esta tarefa",
|
|
40
|
+
"Whether to hide this task from the Manus webapp task list": "Se deseja ocultar esta tarefa da lista de tarefas do webapp Manus",
|
|
41
|
+
"Whether to make the chat publicly accessible to others on the Manus website": "Para tornar o bate-papo acessível publicamente a outros no site do Manus",
|
|
42
|
+
"For continuing existing tasks (multi-turn conversations)": "Para continuar tarefas existentes (conversas multi-revezes)",
|
|
43
|
+
"Your default locale that you've set on Manus (e.g., \"en-US\", \"zh-CN\")": "Sua localidade padrão que você configurou em Manus (por exemplo, \"en-US\", \"zh-CN\")",
|
|
44
|
+
"Array of file/image attachments (URLs or base64 data)": "Array de arquivos / imagens anexadas (URLs ou dados base64)",
|
|
45
|
+
"Select the task to retrieve details for": "Selecione a tarefa para recuperar detalhes de",
|
|
46
|
+
"Select the task to update": "Selecione a tarefa para atualização",
|
|
47
|
+
"New title for the task": "Novo título para a tarefa",
|
|
48
|
+
"Whether to enable public sharing": "Se deseja ativar o compartilhamento público",
|
|
49
|
+
"Whether the task should be visible in the task list": "Se a tarefa deve ser visível na lista de tarefas",
|
|
50
|
+
"Select the task to delete": "Selecione a tarefa para excluir",
|
|
51
|
+
"Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
|
|
52
|
+
"Enable for files like PDFs, images, etc.": "Habilitar para arquivos como PDFs, imagens, etc.",
|
|
53
|
+
"Manus 1.5 (Recommended)": "Manus 1.5 (recomendado)",
|
|
54
|
+
"Manus 1.5 Lite (Faster)": "Manus 1.5 Lite (aster)",
|
|
55
|
+
"Speed (Deprecated)": "Velocidade (obsoleta)",
|
|
56
|
+
"Quality (Deprecated)": "Qualidade (Obsoleta)",
|
|
57
|
+
"Chat": "Bate-papo",
|
|
58
|
+
"Adaptive": "Adaptativo",
|
|
59
|
+
"Agent": "Representante",
|
|
60
|
+
"GET": "OBTER",
|
|
61
|
+
"POST": "POSTAR",
|
|
62
|
+
"PATCH": "COMPRAR",
|
|
63
|
+
"PUT": "COLOCAR",
|
|
64
|
+
"DELETE": "EXCLUIR",
|
|
65
|
+
"HEAD": "CABEÇA",
|
|
66
|
+
"None": "Nenhuma",
|
|
67
|
+
"JSON": "JSON",
|
|
68
|
+
"Form Data": "Dados de Formulário",
|
|
69
|
+
"Raw": "RAW",
|
|
70
|
+
"New Task Created": "Nova tarefa criada",
|
|
71
|
+
"Task Stopped": "Tarefa Parada",
|
|
72
|
+
"Triggers when a new task is successfully created in Manus": "Dispara quando uma nova tarefa é criada com sucesso em Manus",
|
|
73
|
+
"Triggers when a task reaches a stopping point - either completion or requiring user input": "Dispara quando uma tarefa atinge um ponto de parada - ou concluir ou exigir entrada do usuário"
|
|
74
|
+
}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
{
|
|
2
|
+
"AI-powered automation and task execution platform": "AI-powered automation and task execution platform",
|
|
3
|
+
"Your Manus API key from https://app.manus.ai/settings/api-keys": "Your Manus API key from https://app.manus.ai/settings/api-keys",
|
|
4
|
+
"Create Task": "Create Task",
|
|
5
|
+
"Get Task": "Get Task",
|
|
6
|
+
"Update Task": "Update Task",
|
|
7
|
+
"Delete Task": "Delete Task",
|
|
8
|
+
"Custom API Call": "Custom API Call",
|
|
9
|
+
"Create a new task for Manus AI to execute": "Create a new task for Manus AI to execute",
|
|
10
|
+
"Retrieve detailed information about a specific task by its ID": "Retrieve detailed information about a specific task by its ID",
|
|
11
|
+
"Update a task's metadata such as title, sharing settings, and visibility in the task list": "Update a task's metadata such as title, sharing settings, and visibility in the task list",
|
|
12
|
+
"Permanently delete a task by its ID. This action cannot be undone.": "Permanently delete a task by its ID. This action cannot be undone.",
|
|
13
|
+
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
14
|
+
"Prompt": "Prompt",
|
|
15
|
+
"Agent Profile": "Agent Profile",
|
|
16
|
+
"Task Mode": "Task Mode",
|
|
17
|
+
"Connectors": "Connectors",
|
|
18
|
+
"Hide in Task List": "Hide in Task List",
|
|
19
|
+
"Create Shareable Link": "Create Shareable Link",
|
|
20
|
+
"Task ID": "Task ID",
|
|
21
|
+
"Locale": "Locale",
|
|
22
|
+
"Attachments": "Attachments",
|
|
23
|
+
"Task": "Task",
|
|
24
|
+
"Title": "Title",
|
|
25
|
+
"Enable Sharing": "Enable Sharing",
|
|
26
|
+
"Visible in Task List": "Visible in Task List",
|
|
27
|
+
"Method": "Method",
|
|
28
|
+
"Headers": "Headers",
|
|
29
|
+
"Query Parameters": "Query Parameters",
|
|
30
|
+
"Body Type": "Body Type",
|
|
31
|
+
"Body": "Body",
|
|
32
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
33
|
+
"No Error on Failure": "No Error on Failure",
|
|
34
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
35
|
+
"Follow redirects": "Follow redirects",
|
|
36
|
+
"The task prompt or instruction for the Manus agent": "The task prompt or instruction for the Manus agent",
|
|
37
|
+
"The AI model profile to use for the task": "The AI model profile to use for the task",
|
|
38
|
+
"The interaction mode for the task": "The interaction mode for the task",
|
|
39
|
+
"List of connector IDs to enable for this task": "List of connector IDs to enable for this task",
|
|
40
|
+
"Whether to hide this task from the Manus webapp task list": "Whether to hide this task from the Manus webapp task list",
|
|
41
|
+
"Whether to make the chat publicly accessible to others on the Manus website": "Whether to make the chat publicly accessible to others on the Manus website",
|
|
42
|
+
"For continuing existing tasks (multi-turn conversations)": "For continuing existing tasks (multi-turn conversations)",
|
|
43
|
+
"Your default locale that you've set on Manus (e.g., \"en-US\", \"zh-CN\")": "Your default locale that you've set on Manus (e.g., \"en-US\", \"zh-CN\")",
|
|
44
|
+
"Array of file/image attachments (URLs or base64 data)": "Array of file/image attachments (URLs or base64 data)",
|
|
45
|
+
"Select the task to retrieve details for": "Select the task to retrieve details for",
|
|
46
|
+
"Select the task to update": "Select the task to update",
|
|
47
|
+
"New title for the task": "New title for the task",
|
|
48
|
+
"Whether to enable public sharing": "Whether to enable public sharing",
|
|
49
|
+
"Whether the task should be visible in the task list": "Whether the task should be visible in the task list",
|
|
50
|
+
"Select the task to delete": "Select the task to delete",
|
|
51
|
+
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
52
|
+
"Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
|
|
53
|
+
"Manus 1.5 (Recommended)": "Manus 1.5 (Recommended)",
|
|
54
|
+
"Manus 1.5 Lite (Faster)": "Manus 1.5 Lite (Faster)",
|
|
55
|
+
"Speed (Deprecated)": "Speed (Deprecated)",
|
|
56
|
+
"Quality (Deprecated)": "Quality (Deprecated)",
|
|
57
|
+
"Chat": "Chat",
|
|
58
|
+
"Adaptive": "Adaptive",
|
|
59
|
+
"Agent": "Agent",
|
|
60
|
+
"GET": "GET",
|
|
61
|
+
"POST": "POST",
|
|
62
|
+
"PATCH": "PATCH",
|
|
63
|
+
"PUT": "PUT",
|
|
64
|
+
"DELETE": "DELETE",
|
|
65
|
+
"HEAD": "HEAD",
|
|
66
|
+
"None": "None",
|
|
67
|
+
"JSON": "JSON",
|
|
68
|
+
"Form Data": "Form Data",
|
|
69
|
+
"Raw": "Raw",
|
|
70
|
+
"New Task Created": "New Task Created",
|
|
71
|
+
"Task Stopped": "Task Stopped",
|
|
72
|
+
"Triggers when a new task is successfully created in Manus": "Triggers when a new task is successfully created in Manus",
|
|
73
|
+
"Triggers when a task reaches a stopping point - either completion or requiring user input": "Triggers when a task reaches a stopping point - either completion or requiring user input"
|
|
74
|
+
}
|
package/src/i18n/zh.json
ADDED
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
{
|
|
2
|
+
"AI-powered automation and task execution platform": "AI-powered automation and task execution platform",
|
|
3
|
+
"Your Manus API key from https://app.manus.ai/settings/api-keys": "Your Manus API key from https://app.manus.ai/settings/api-keys",
|
|
4
|
+
"Create Task": "Create Task",
|
|
5
|
+
"Get Task": "Get Task",
|
|
6
|
+
"Update Task": "Update Task",
|
|
7
|
+
"Delete Task": "Delete Task",
|
|
8
|
+
"Custom API Call": "自定义 API 呼叫",
|
|
9
|
+
"Create a new task for Manus AI to execute": "Create a new task for Manus AI to execute",
|
|
10
|
+
"Retrieve detailed information about a specific task by its ID": "Retrieve detailed information about a specific task by its ID",
|
|
11
|
+
"Update a task's metadata such as title, sharing settings, and visibility in the task list": "Update a task's metadata such as title, sharing settings, and visibility in the task list",
|
|
12
|
+
"Permanently delete a task by its ID. This action cannot be undone.": "Permanently delete a task by its ID. This action cannot be undone.",
|
|
13
|
+
"Make a custom API call to a specific endpoint": "将一个自定义 API 调用到一个特定的终点",
|
|
14
|
+
"Prompt": "Prompt",
|
|
15
|
+
"Agent Profile": "Agent Profile",
|
|
16
|
+
"Task Mode": "Task Mode",
|
|
17
|
+
"Connectors": "Connectors",
|
|
18
|
+
"Hide in Task List": "Hide in Task List",
|
|
19
|
+
"Create Shareable Link": "Create Shareable Link",
|
|
20
|
+
"Task ID": "Task ID",
|
|
21
|
+
"Locale": "Locale",
|
|
22
|
+
"Attachments": "Attachments",
|
|
23
|
+
"Task": "Task",
|
|
24
|
+
"Title": "标题",
|
|
25
|
+
"Enable Sharing": "Enable Sharing",
|
|
26
|
+
"Visible in Task List": "Visible in Task List",
|
|
27
|
+
"Method": "方法",
|
|
28
|
+
"Headers": "信头",
|
|
29
|
+
"Query Parameters": "查询参数",
|
|
30
|
+
"Body Type": "Body Type",
|
|
31
|
+
"Body": "正文内容",
|
|
32
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
33
|
+
"No Error on Failure": "失败时没有错误",
|
|
34
|
+
"Timeout (in seconds)": "超时(秒)",
|
|
35
|
+
"Follow redirects": "Follow redirects",
|
|
36
|
+
"The task prompt or instruction for the Manus agent": "The task prompt or instruction for the Manus agent",
|
|
37
|
+
"The AI model profile to use for the task": "The AI model profile to use for the task",
|
|
38
|
+
"The interaction mode for the task": "The interaction mode for the task",
|
|
39
|
+
"List of connector IDs to enable for this task": "List of connector IDs to enable for this task",
|
|
40
|
+
"Whether to hide this task from the Manus webapp task list": "Whether to hide this task from the Manus webapp task list",
|
|
41
|
+
"Whether to make the chat publicly accessible to others on the Manus website": "Whether to make the chat publicly accessible to others on the Manus website",
|
|
42
|
+
"For continuing existing tasks (multi-turn conversations)": "For continuing existing tasks (multi-turn conversations)",
|
|
43
|
+
"Your default locale that you've set on Manus (e.g., \"en-US\", \"zh-CN\")": "Your default locale that you've set on Manus (e.g., \"en-US\", \"zh-CN\")",
|
|
44
|
+
"Array of file/image attachments (URLs or base64 data)": "Array of file/image attachments (URLs or base64 data)",
|
|
45
|
+
"Select the task to retrieve details for": "Select the task to retrieve details for",
|
|
46
|
+
"Select the task to update": "Select the task to update",
|
|
47
|
+
"New title for the task": "New title for the task",
|
|
48
|
+
"Whether to enable public sharing": "Whether to enable public sharing",
|
|
49
|
+
"Whether the task should be visible in the task list": "Whether the task should be visible in the task list",
|
|
50
|
+
"Select the task to delete": "Select the task to delete",
|
|
51
|
+
"Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
|
|
52
|
+
"Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
|
|
53
|
+
"Manus 1.5 (Recommended)": "Manus 1.5 (Recommended)",
|
|
54
|
+
"Manus 1.5 Lite (Faster)": "Manus 1.5 Lite (Faster)",
|
|
55
|
+
"Speed (Deprecated)": "Speed (Deprecated)",
|
|
56
|
+
"Quality (Deprecated)": "Quality (Deprecated)",
|
|
57
|
+
"Chat": "Chat",
|
|
58
|
+
"Adaptive": "Adaptive",
|
|
59
|
+
"Agent": "Agent",
|
|
60
|
+
"GET": "获取",
|
|
61
|
+
"POST": "帖子",
|
|
62
|
+
"PATCH": "PATCH",
|
|
63
|
+
"PUT": "弹出",
|
|
64
|
+
"DELETE": "删除",
|
|
65
|
+
"HEAD": "黑色",
|
|
66
|
+
"None": "无",
|
|
67
|
+
"JSON": "JSON",
|
|
68
|
+
"Form Data": "表单数据",
|
|
69
|
+
"Raw": "原始文件",
|
|
70
|
+
"New Task Created": "New Task Created",
|
|
71
|
+
"Task Stopped": "Task Stopped",
|
|
72
|
+
"Triggers when a new task is successfully created in Manus": "Triggers when a new task is successfully created in Manus",
|
|
73
|
+
"Triggers when a task reaches a stopping point - either completion or requiring user input": "Triggers when a task reaches a stopping point - either completion or requiring user input"
|
|
74
|
+
}
|
package/src/index.js
CHANGED
package/src/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../packages/pieces/community/manus/src/index.ts"],"names":[],"mappings":";;;;AACA,qEAA6D;AAC7D,+DAAwE;AACxE,iDAAqD;AACrD,4CAA8C;AAC9C,2DAAuD;AACvD,qDAAiD;AACjD,2DAAuD;AACvD,2DAAuD;AACvD,sEAAiE;AACjE,8DAA0D;AAE7C,QAAA,KAAK,GAAG,IAAA,8BAAW,EAAC;IAC/B,WAAW,EAAE,OAAO;IACpB,WAAW,EAAE,mDAAmD;IAChE,IAAI,EAAE,gBAAS;IACf,uBAAuB,EAAE,QAAQ;IACjC,OAAO,EAAE,+CAA+C;IACxD,UAAU,EAAE,CAAC,sBAAa,CAAC,uBAAuB,CAAC;IACnD,OAAO,EAAE,CAAC,mBAAmB,CAAC;IAC9B,OAAO,EAAE;QACP,wBAAU;QACV,kBAAO;QACP,wBAAU;QACV,wBAAU;QACV,IAAA,yCAAyB,EAAC;YACxB,OAAO,EAAE,GAAG,EAAE,CAAC,yBAAyB;YACxC,IAAI,EAAE,gBAAS;YACf,WAAW,EAAE,CAAO,IAAI,EAAE,EAAE;gBAAC,OAAA,CAAC;oBAC5B,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../packages/pieces/community/manus/src/index.ts"],"names":[],"mappings":";;;;AACA,qEAA6D;AAC7D,+DAAwE;AACxE,iDAAqD;AACrD,4CAA8C;AAC9C,2DAAuD;AACvD,qDAAiD;AACjD,2DAAuD;AACvD,2DAAuD;AACvD,sEAAiE;AACjE,8DAA0D;AAE7C,QAAA,KAAK,GAAG,IAAA,8BAAW,EAAC;IAC/B,WAAW,EAAE,OAAO;IACpB,WAAW,EAAE,mDAAmD;IAChE,IAAI,EAAE,gBAAS;IACf,uBAAuB,EAAE,QAAQ;IACjC,OAAO,EAAE,+CAA+C;IACxD,UAAU,EAAE,CAAC,sBAAa,CAAC,uBAAuB,CAAC;IACnD,OAAO,EAAE,CAAC,mBAAmB,CAAC;IAC9B,OAAO,EAAE;QACP,wBAAU;QACV,kBAAO;QACP,wBAAU;QACV,wBAAU;QACV,IAAA,yCAAyB,EAAC;YACxB,OAAO,EAAE,GAAG,EAAE,CAAC,yBAAyB;YACxC,IAAI,EAAE,gBAAS;YACf,WAAW,EAAE,CAAO,IAAI,EAAE,EAAE;gBAAC,OAAA,CAAC;oBAC5B,OAAO,EAAE,IAAI,CAAC,WAAW;iBAC1B,CAAC,CAAA;cAAA;SACH,CAAC;KACH;IACD,QAAQ,EAAE;QACR,iCAAc;QACd,0BAAW;KACZ;CACE,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-task.js","sourceRoot":"","sources":["../../../../../../../../packages/pieces/community/manus/src/lib/actions/create-task.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"create-task.js","sourceRoot":"","sources":["../../../../../../../../packages/pieces/community/manus/src/lib/actions/create-task.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export declare const deleteTask: import("@activepieces/pieces-framework").IAction<import("@activepieces/pieces-framework").SecretTextProperty<true>, {
|
|
2
|
-
taskId: import("@activepieces/pieces-framework").DropdownProperty<string, true
|
|
2
|
+
taskId: import("@activepieces/pieces-framework").DropdownProperty<string, true, import("@activepieces/pieces-framework").SecretTextProperty<true>>;
|
|
3
3
|
}>;
|
|
@@ -43,6 +43,7 @@ exports.deleteTask = (0, pieces_framework_1.createAction)({
|
|
|
43
43
|
description: 'Permanently delete a task by its ID. This action cannot be undone.',
|
|
44
44
|
props: {
|
|
45
45
|
taskId: pieces_framework_1.Property.Dropdown({
|
|
46
|
+
auth: auth_1.manusAuth,
|
|
46
47
|
displayName: 'Task',
|
|
47
48
|
description: 'Select the task to delete',
|
|
48
49
|
required: true,
|
|
@@ -50,7 +51,7 @@ exports.deleteTask = (0, pieces_framework_1.createAction)({
|
|
|
50
51
|
options: (_a) => tslib_1.__awaiter(void 0, [_a], void 0, function* ({ auth }) {
|
|
51
52
|
if (!auth)
|
|
52
53
|
return { disabled: true, options: [], placeholder: 'Connect account first' };
|
|
53
|
-
return { disabled: false, options: yield getTasksDropdown(auth) };
|
|
54
|
+
return { disabled: false, options: yield getTasksDropdown(auth.secret_text) };
|
|
54
55
|
}),
|
|
55
56
|
}),
|
|
56
57
|
},
|
|
@@ -61,7 +62,7 @@ exports.deleteTask = (0, pieces_framework_1.createAction)({
|
|
|
61
62
|
url: `https://api.manus.ai/v1/tasks/${context.propsValue['taskId']}`,
|
|
62
63
|
headers: {
|
|
63
64
|
'accept': 'application/json',
|
|
64
|
-
'API_KEY': context.auth,
|
|
65
|
+
'API_KEY': context.auth.secret_text,
|
|
65
66
|
},
|
|
66
67
|
});
|
|
67
68
|
return response.body;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"delete-task.js","sourceRoot":"","sources":["../../../../../../../../packages/pieces/community/manus/src/lib/actions/delete-task.ts"],"names":[],"mappings":";;;;AAAA,qEAAwE;AACxE,+DAAqE;AACrE,yCAA2C;AAE3C,SAAe,gBAAgB,CAAC,IAAY;;;QAC1C,IAAI,CAAC;YACH,MAAM,QAAQ,GAAG,MAAM,0BAAU,CAAC,WAAW,CAAC;gBAC5C,MAAM,EAAE,0BAAU,CAAC,GAAG;gBACtB,GAAG,EAAE,+BAA+B;gBACpC,OAAO,EAAE;oBACP,QAAQ,EAAE,kBAAkB;oBAC5B,SAAS,EAAE,IAAI;iBAChB;gBACD,WAAW,EAAE;oBACX,KAAK,EAAE,IAAI;oBACX,KAAK,EAAE,MAAM;oBACb,OAAO,EAAE,YAAY;iBACtB;aACF,CAAC,CAAC;YAEH,MAAM,KAAK,GAAG,CAAA,MAAA,QAAQ,CAAC,IAAI,0CAAE,IAAI,KAAI,EAAE,CAAC;YACxC,OAAO,KAAK,CAAC,GAAG,CAAC,CAAC,IAAS,EAAE,EAAE;;gBAAC,OAAA,CAAC;oBAC/B,KAAK,EAAE,GAAG,CAAA,MAAA,IAAI,CAAC,YAAY,0CAAE,SAAS,CAAC,CAAC,EAAE,EAAE,CAAC,KAAI,eAAe,KAAK,IAAI,CAAC,MAAM,GAAG;oBACnF,KAAK,EAAE,IAAI,CAAC,EAAE;iBACf,CAAC,CAAA;aAAA,CAAC,CAAC;QACN,CAAC;QAAC,OAAO,KAAK,EAAE,CAAC;YACf,OAAO,EAAE,CAAC;QACZ,CAAC;IACH,CAAC;CAAA;AAEY,QAAA,UAAU,GAAG,IAAA,+BAAY,EAAC;IACrC,IAAI,EAAE,aAAa;IACnB,IAAI,EAAE,gBAAS;IACf,WAAW,EAAE,aAAa;IAC1B,WAAW,EAAE,oEAAoE;IACjF,KAAK,EAAE;QACL,MAAM,EAAE,2BAAQ,CAAC,QAAQ,CAAC;YACxB,WAAW,EAAE,MAAM;YACnB,WAAW,EAAE,2BAA2B;YACxC,QAAQ,EAAE,IAAI;YACd,UAAU,EAAE,CAAC,MAAM,CAAC;YACpB,OAAO,EAAE,KAAiB,EAAE,oDAAZ,EAAE,IAAI,EAAE;gBACtB,IAAI,CAAC,IAAI;oBAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,EAAE,EAAE,WAAW,EAAE,uBAAuB,EAAE,CAAC;gBACxF,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE,OAAO,EAAE,MAAM,gBAAgB,CAAC,
|
|
1
|
+
{"version":3,"file":"delete-task.js","sourceRoot":"","sources":["../../../../../../../../packages/pieces/community/manus/src/lib/actions/delete-task.ts"],"names":[],"mappings":";;;;AAAA,qEAAwE;AACxE,+DAAqE;AACrE,yCAA2C;AAE3C,SAAe,gBAAgB,CAAC,IAAY;;;QAC1C,IAAI,CAAC;YACH,MAAM,QAAQ,GAAG,MAAM,0BAAU,CAAC,WAAW,CAAC;gBAC5C,MAAM,EAAE,0BAAU,CAAC,GAAG;gBACtB,GAAG,EAAE,+BAA+B;gBACpC,OAAO,EAAE;oBACP,QAAQ,EAAE,kBAAkB;oBAC5B,SAAS,EAAE,IAAI;iBAChB;gBACD,WAAW,EAAE;oBACX,KAAK,EAAE,IAAI;oBACX,KAAK,EAAE,MAAM;oBACb,OAAO,EAAE,YAAY;iBACtB;aACF,CAAC,CAAC;YAEH,MAAM,KAAK,GAAG,CAAA,MAAA,QAAQ,CAAC,IAAI,0CAAE,IAAI,KAAI,EAAE,CAAC;YACxC,OAAO,KAAK,CAAC,GAAG,CAAC,CAAC,IAAS,EAAE,EAAE;;gBAAC,OAAA,CAAC;oBAC/B,KAAK,EAAE,GAAG,CAAA,MAAA,IAAI,CAAC,YAAY,0CAAE,SAAS,CAAC,CAAC,EAAE,EAAE,CAAC,KAAI,eAAe,KAAK,IAAI,CAAC,MAAM,GAAG;oBACnF,KAAK,EAAE,IAAI,CAAC,EAAE;iBACf,CAAC,CAAA;aAAA,CAAC,CAAC;QACN,CAAC;QAAC,OAAO,KAAK,EAAE,CAAC;YACf,OAAO,EAAE,CAAC;QACZ,CAAC;IACH,CAAC;CAAA;AAEY,QAAA,UAAU,GAAG,IAAA,+BAAY,EAAC;IACrC,IAAI,EAAE,aAAa;IACnB,IAAI,EAAE,gBAAS;IACf,WAAW,EAAE,aAAa;IAC1B,WAAW,EAAE,oEAAoE;IACjF,KAAK,EAAE;QACL,MAAM,EAAE,2BAAQ,CAAC,QAAQ,CAAC;YACxB,IAAI,EAAE,gBAAS;YACf,WAAW,EAAE,MAAM;YACnB,WAAW,EAAE,2BAA2B;YACxC,QAAQ,EAAE,IAAI;YACd,UAAU,EAAE,CAAC,MAAM,CAAC;YACpB,OAAO,EAAE,KAAiB,EAAE,oDAAZ,EAAE,IAAI,EAAE;gBACtB,IAAI,CAAC,IAAI;oBAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,EAAE,EAAE,WAAW,EAAE,uBAAuB,EAAE,CAAC;gBACxF,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE,OAAO,EAAE,MAAM,gBAAgB,CAAC,IAAI,CAAC,WAAW,CAAC,EAAE,CAAC;YAChF,CAAC,CAAA;SACF,CAAC;KACH;IACK,GAAG,CAAC,OAAO;;YACf,MAAM,QAAQ,GAAG,MAAM,0BAAU,CAAC,WAAW,CAAC;gBAC5C,MAAM,EAAE,0BAAU,CAAC,MAAM;gBACzB,GAAG,EAAE,iCAAiC,OAAO,CAAC,UAAU,CAAC,QAAQ,CAAC,EAAE;gBACpE,OAAO,EAAE;oBACP,QAAQ,EAAE,kBAAkB;oBAC5B,SAAS,EAAE,OAAO,CAAC,IAAI,CAAC,WAAW;iBACpC;aACF,CAAC,CAAC;YAEH,OAAO,QAAQ,CAAC,IAAI,CAAC;QACvB,CAAC;KAAA;CACF,CAAC,CAAC"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export declare const getTask: import("@activepieces/pieces-framework").IAction<import("@activepieces/pieces-framework").SecretTextProperty<true>, {
|
|
2
|
-
taskId: import("@activepieces/pieces-framework").DropdownProperty<string, true
|
|
2
|
+
taskId: import("@activepieces/pieces-framework").DropdownProperty<string, true, import("@activepieces/pieces-framework").SecretTextProperty<true>>;
|
|
3
3
|
}>;
|
|
@@ -43,6 +43,7 @@ exports.getTask = (0, pieces_framework_1.createAction)({
|
|
|
43
43
|
description: 'Retrieve detailed information about a specific task by its ID',
|
|
44
44
|
props: {
|
|
45
45
|
taskId: pieces_framework_1.Property.Dropdown({
|
|
46
|
+
auth: auth_1.manusAuth,
|
|
46
47
|
displayName: 'Task',
|
|
47
48
|
description: 'Select the task to retrieve details for',
|
|
48
49
|
required: true,
|
|
@@ -50,7 +51,7 @@ exports.getTask = (0, pieces_framework_1.createAction)({
|
|
|
50
51
|
options: (_a) => tslib_1.__awaiter(void 0, [_a], void 0, function* ({ auth }) {
|
|
51
52
|
if (!auth)
|
|
52
53
|
return { disabled: true, options: [], placeholder: 'Connect account first' };
|
|
53
|
-
return { disabled: false, options: yield getTasksDropdown(auth) };
|
|
54
|
+
return { disabled: false, options: yield getTasksDropdown(auth.secret_text) };
|
|
54
55
|
}),
|
|
55
56
|
}),
|
|
56
57
|
},
|
|
@@ -61,7 +62,7 @@ exports.getTask = (0, pieces_framework_1.createAction)({
|
|
|
61
62
|
url: `https://api.manus.ai/v1/tasks/${context.propsValue['taskId']}`,
|
|
62
63
|
headers: {
|
|
63
64
|
'accept': 'application/json',
|
|
64
|
-
'API_KEY': context.auth,
|
|
65
|
+
'API_KEY': context.auth.secret_text,
|
|
65
66
|
},
|
|
66
67
|
});
|
|
67
68
|
return response.body;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-task.js","sourceRoot":"","sources":["../../../../../../../../packages/pieces/community/manus/src/lib/actions/get-task.ts"],"names":[],"mappings":";;;;AAAA,qEAAwE;AACxE,+DAAqE;AACrE,yCAA2C;AAE3C,SAAe,gBAAgB,CAAC,IAAY;;;QAC1C,IAAI,CAAC;YACH,MAAM,QAAQ,GAAG,MAAM,0BAAU,CAAC,WAAW,CAAC;gBAC5C,MAAM,EAAE,0BAAU,CAAC,GAAG;gBACtB,GAAG,EAAE,+BAA+B;gBACpC,OAAO,EAAE;oBACP,QAAQ,EAAE,kBAAkB;oBAC5B,SAAS,EAAE,IAAI;iBAChB;gBACD,WAAW,EAAE;oBACX,KAAK,EAAE,IAAI;oBACX,KAAK,EAAE,MAAM;oBACb,OAAO,EAAE,YAAY;iBACtB;aACF,CAAC,CAAC;YAEH,MAAM,KAAK,GAAG,CAAA,MAAA,QAAQ,CAAC,IAAI,0CAAE,IAAI,KAAI,EAAE,CAAC;YACxC,OAAO,KAAK,CAAC,GAAG,CAAC,CAAC,IAAS,EAAE,EAAE;;gBAAC,OAAA,CAAC;oBAC/B,KAAK,EAAE,GAAG,CAAA,MAAA,IAAI,CAAC,YAAY,0CAAE,SAAS,CAAC,CAAC,EAAE,EAAE,CAAC,KAAI,eAAe,KAAK,IAAI,CAAC,MAAM,GAAG;oBACnF,KAAK,EAAE,IAAI,CAAC,EAAE;iBACf,CAAC,CAAA;aAAA,CAAC,CAAC;QACN,CAAC;QAAC,OAAO,KAAK,EAAE,CAAC;YACf,OAAO,EAAE,CAAC;QACZ,CAAC;IACH,CAAC;CAAA;AAEY,QAAA,OAAO,GAAG,IAAA,+BAAY,EAAC;IAClC,IAAI,EAAE,UAAU;IAChB,IAAI,EAAE,gBAAS;IACf,WAAW,EAAE,UAAU;IACvB,WAAW,EAAE,+DAA+D;IAC5E,KAAK,EAAE;QACL,MAAM,EAAE,2BAAQ,CAAC,QAAQ,CAAC;YACxB,WAAW,EAAE,MAAM;YACnB,WAAW,EAAE,yCAAyC;YACtD,QAAQ,EAAE,IAAI;YACd,UAAU,EAAE,CAAC,MAAM,CAAC;YACpB,OAAO,EAAE,KAAiB,EAAE,oDAAZ,EAAE,IAAI,EAAE;gBACtB,IAAI,CAAC,IAAI;oBAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,EAAE,EAAE,WAAW,EAAE,uBAAuB,EAAE,CAAC;gBACxF,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE,OAAO,EAAE,MAAM,gBAAgB,CAAC,
|
|
1
|
+
{"version":3,"file":"get-task.js","sourceRoot":"","sources":["../../../../../../../../packages/pieces/community/manus/src/lib/actions/get-task.ts"],"names":[],"mappings":";;;;AAAA,qEAAwE;AACxE,+DAAqE;AACrE,yCAA2C;AAE3C,SAAe,gBAAgB,CAAC,IAAY;;;QAC1C,IAAI,CAAC;YACH,MAAM,QAAQ,GAAG,MAAM,0BAAU,CAAC,WAAW,CAAC;gBAC5C,MAAM,EAAE,0BAAU,CAAC,GAAG;gBACtB,GAAG,EAAE,+BAA+B;gBACpC,OAAO,EAAE;oBACP,QAAQ,EAAE,kBAAkB;oBAC5B,SAAS,EAAE,IAAI;iBAChB;gBACD,WAAW,EAAE;oBACX,KAAK,EAAE,IAAI;oBACX,KAAK,EAAE,MAAM;oBACb,OAAO,EAAE,YAAY;iBACtB;aACF,CAAC,CAAC;YAEH,MAAM,KAAK,GAAG,CAAA,MAAA,QAAQ,CAAC,IAAI,0CAAE,IAAI,KAAI,EAAE,CAAC;YACxC,OAAO,KAAK,CAAC,GAAG,CAAC,CAAC,IAAS,EAAE,EAAE;;gBAAC,OAAA,CAAC;oBAC/B,KAAK,EAAE,GAAG,CAAA,MAAA,IAAI,CAAC,YAAY,0CAAE,SAAS,CAAC,CAAC,EAAE,EAAE,CAAC,KAAI,eAAe,KAAK,IAAI,CAAC,MAAM,GAAG;oBACnF,KAAK,EAAE,IAAI,CAAC,EAAE;iBACf,CAAC,CAAA;aAAA,CAAC,CAAC;QACN,CAAC;QAAC,OAAO,KAAK,EAAE,CAAC;YACf,OAAO,EAAE,CAAC;QACZ,CAAC;IACH,CAAC;CAAA;AAEY,QAAA,OAAO,GAAG,IAAA,+BAAY,EAAC;IAClC,IAAI,EAAE,UAAU;IAChB,IAAI,EAAE,gBAAS;IACf,WAAW,EAAE,UAAU;IACvB,WAAW,EAAE,+DAA+D;IAC5E,KAAK,EAAE;QACL,MAAM,EAAE,2BAAQ,CAAC,QAAQ,CAAC;YACxB,IAAI,EAAE,gBAAS;YACf,WAAW,EAAE,MAAM;YACnB,WAAW,EAAE,yCAAyC;YACtD,QAAQ,EAAE,IAAI;YACd,UAAU,EAAE,CAAC,MAAM,CAAC;YACpB,OAAO,EAAE,KAAiB,EAAE,oDAAZ,EAAE,IAAI,EAAE;gBACtB,IAAI,CAAC,IAAI;oBAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,EAAE,EAAE,WAAW,EAAE,uBAAuB,EAAE,CAAC;gBACxF,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE,OAAO,EAAE,MAAM,gBAAgB,CAAC,IAAI,CAAC,WAAW,CAAC,EAAE,CAAC;YAChF,CAAC,CAAA;SACF,CAAC;KACH;IACK,GAAG,CAAC,OAAO;;YACf,MAAM,QAAQ,GAAG,MAAM,0BAAU,CAAC,WAAW,CAAC;gBAC5C,MAAM,EAAE,0BAAU,CAAC,GAAG;gBACtB,GAAG,EAAE,iCAAiC,OAAO,CAAC,UAAU,CAAC,QAAQ,CAAC,EAAE;gBACpE,OAAO,EAAE;oBACP,QAAQ,EAAE,kBAAkB;oBAC5B,SAAS,EAAE,OAAO,CAAC,IAAI,CAAC,WAAW;iBACpC;aACF,CAAC,CAAC;YAEH,OAAO,QAAQ,CAAC,IAAI,CAAC;QACvB,CAAC;KAAA;CACF,CAAC,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare const updateTask: import("@activepieces/pieces-framework").IAction<import("@activepieces/pieces-framework").SecretTextProperty<true>, {
|
|
2
|
-
taskId: import("@activepieces/pieces-framework").DropdownProperty<string, true
|
|
2
|
+
taskId: import("@activepieces/pieces-framework").DropdownProperty<string, true, import("@activepieces/pieces-framework").SecretTextProperty<true>>;
|
|
3
3
|
title: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
4
4
|
enableShared: import("@activepieces/pieces-framework").CheckboxProperty<false>;
|
|
5
5
|
enableVisibleInTaskList: import("@activepieces/pieces-framework").CheckboxProperty<false>;
|
|
@@ -43,6 +43,7 @@ exports.updateTask = (0, pieces_framework_1.createAction)({
|
|
|
43
43
|
description: 'Update a task\'s metadata such as title, sharing settings, and visibility in the task list',
|
|
44
44
|
props: {
|
|
45
45
|
taskId: pieces_framework_1.Property.Dropdown({
|
|
46
|
+
auth: auth_1.manusAuth,
|
|
46
47
|
displayName: 'Task',
|
|
47
48
|
description: 'Select the task to update',
|
|
48
49
|
required: true,
|
|
@@ -50,7 +51,7 @@ exports.updateTask = (0, pieces_framework_1.createAction)({
|
|
|
50
51
|
options: (_a) => tslib_1.__awaiter(void 0, [_a], void 0, function* ({ auth }) {
|
|
51
52
|
if (!auth)
|
|
52
53
|
return { disabled: true, options: [], placeholder: 'Connect account first' };
|
|
53
|
-
return { disabled: false, options: yield getTasksDropdown(auth) };
|
|
54
|
+
return { disabled: false, options: yield getTasksDropdown(auth.secret_text) };
|
|
54
55
|
}),
|
|
55
56
|
}),
|
|
56
57
|
title: pieces_framework_1.Property.ShortText({
|
|
@@ -89,7 +90,7 @@ exports.updateTask = (0, pieces_framework_1.createAction)({
|
|
|
89
90
|
headers: {
|
|
90
91
|
'accept': 'application/json',
|
|
91
92
|
'content-type': 'application/json',
|
|
92
|
-
'API_KEY': context.auth,
|
|
93
|
+
'API_KEY': context.auth.secret_text,
|
|
93
94
|
},
|
|
94
95
|
body,
|
|
95
96
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-task.js","sourceRoot":"","sources":["../../../../../../../../packages/pieces/community/manus/src/lib/actions/update-task.ts"],"names":[],"mappings":";;;;AAAA,qEAAwE;AACxE,+DAAqE;AACrE,yCAA2C;AAE3C,SAAe,gBAAgB,CAAC,IAAY;;;QAC1C,IAAI,CAAC;YACH,MAAM,QAAQ,GAAG,MAAM,0BAAU,CAAC,WAAW,CAAC;gBAC5C,MAAM,EAAE,0BAAU,CAAC,GAAG;gBACtB,GAAG,EAAE,+BAA+B;gBACpC,OAAO,EAAE;oBACP,QAAQ,EAAE,kBAAkB;oBAC5B,SAAS,EAAE,IAAI;iBAChB;gBACD,WAAW,EAAE;oBACX,KAAK,EAAE,IAAI;oBACX,KAAK,EAAE,MAAM;oBACb,OAAO,EAAE,YAAY;iBACtB;aACF,CAAC,CAAC;YAEH,MAAM,KAAK,GAAG,CAAA,MAAA,QAAQ,CAAC,IAAI,0CAAE,IAAI,KAAI,EAAE,CAAC;YACxC,OAAO,KAAK,CAAC,GAAG,CAAC,CAAC,IAAS,EAAE,EAAE;;gBAAC,OAAA,CAAC;oBAC/B,KAAK,EAAE,GAAG,CAAA,MAAA,IAAI,CAAC,YAAY,0CAAE,SAAS,CAAC,CAAC,EAAE,EAAE,CAAC,KAAI,eAAe,KAAK,IAAI,CAAC,MAAM,GAAG;oBACnF,KAAK,EAAE,IAAI,CAAC,EAAE;iBACf,CAAC,CAAA;aAAA,CAAC,CAAC;QACN,CAAC;QAAC,OAAO,KAAK,EAAE,CAAC;YACf,OAAO,EAAE,CAAC;QACZ,CAAC;IACH,CAAC;CAAA;AAEY,QAAA,UAAU,GAAG,IAAA,+BAAY,EAAC;IACrC,IAAI,EAAE,aAAa;IACnB,IAAI,EAAE,gBAAS;IACf,WAAW,EAAE,aAAa;IAC1B,WAAW,EAAE,4FAA4F;IACzG,KAAK,EAAE;QACL,MAAM,EAAE,2BAAQ,CAAC,QAAQ,CAAC;YACxB,WAAW,EAAE,MAAM;YACnB,WAAW,EAAE,2BAA2B;YACxC,QAAQ,EAAE,IAAI;YACd,UAAU,EAAE,CAAC,MAAM,CAAC;YACpB,OAAO,EAAE,KAAiB,EAAE,oDAAZ,EAAE,IAAI,EAAE;gBACtB,IAAI,CAAC,IAAI;oBAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,EAAE,EAAE,WAAW,EAAE,uBAAuB,EAAE,CAAC;gBACxF,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE,OAAO,EAAE,MAAM,gBAAgB,CAAC,
|
|
1
|
+
{"version":3,"file":"update-task.js","sourceRoot":"","sources":["../../../../../../../../packages/pieces/community/manus/src/lib/actions/update-task.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { TriggerStrategy } from '@activepieces/pieces-framework';
|
|
2
|
-
export declare const newTaskCreated: import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.WEBHOOK, import("@activepieces/pieces-framework").
|
|
2
|
+
export declare const newTaskCreated: import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.WEBHOOK, import("@activepieces/pieces-framework").SecretTextProperty<true>, {}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.POLLING, import("@activepieces/pieces-framework").SecretTextProperty<true>, {}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.MANUAL, import("@activepieces/pieces-framework").SecretTextProperty<true>, {}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.APP_WEBHOOK, import("@activepieces/pieces-framework").SecretTextProperty<true>, {}>;
|
|
@@ -4,11 +4,13 @@ exports.newTaskCreated = void 0;
|
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
5
|
const pieces_framework_1 = require("@activepieces/pieces-framework");
|
|
6
6
|
const pieces_common_1 = require("@activepieces/pieces-common");
|
|
7
|
+
const auth_1 = require("../common/auth");
|
|
7
8
|
exports.newTaskCreated = (0, pieces_framework_1.createTrigger)({
|
|
8
9
|
name: 'new_task_created',
|
|
9
10
|
displayName: 'New Task Created',
|
|
10
11
|
description: 'Triggers when a new task is successfully created in Manus',
|
|
11
12
|
props: {},
|
|
13
|
+
auth: auth_1.manusAuth,
|
|
12
14
|
sampleData: {
|
|
13
15
|
event_id: "task_created_task_abc123",
|
|
14
16
|
event_type: "task_created",
|
|
@@ -16,7 +18,7 @@ exports.newTaskCreated = (0, pieces_framework_1.createTrigger)({
|
|
|
16
18
|
task_id: "task_abc123",
|
|
17
19
|
task_title: "Generate quarterly sales report",
|
|
18
20
|
task_url: "https://manus.im/app/task_abc123"
|
|
19
|
-
}
|
|
21
|
+
},
|
|
20
22
|
},
|
|
21
23
|
type: pieces_framework_1.TriggerStrategy.WEBHOOK,
|
|
22
24
|
onEnable(_a) {
|
|
@@ -28,7 +30,7 @@ exports.newTaskCreated = (0, pieces_framework_1.createTrigger)({
|
|
|
28
30
|
headers: {
|
|
29
31
|
'accept': 'application/json',
|
|
30
32
|
'content-type': 'application/json',
|
|
31
|
-
'API_KEY': auth,
|
|
33
|
+
'API_KEY': auth.secret_text,
|
|
32
34
|
},
|
|
33
35
|
body: {
|
|
34
36
|
webhook: {
|
|
@@ -55,7 +57,7 @@ exports.newTaskCreated = (0, pieces_framework_1.createTrigger)({
|
|
|
55
57
|
url: `https://api.manus.ai/v1/webhooks/${webhookId}`,
|
|
56
58
|
headers: {
|
|
57
59
|
'accept': 'application/json',
|
|
58
|
-
'API_KEY': auth,
|
|
60
|
+
'API_KEY': auth.secret_text,
|
|
59
61
|
},
|
|
60
62
|
});
|
|
61
63
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"new-task-created.js","sourceRoot":"","sources":["../../../../../../../../packages/pieces/community/manus/src/lib/triggers/new-task-created.ts"],"names":[],"mappings":";;;;AAAA,qEAGwC;AACxC,+DAAqE;
|
|
1
|
+
{"version":3,"file":"new-task-created.js","sourceRoot":"","sources":["../../../../../../../../packages/pieces/community/manus/src/lib/triggers/new-task-created.ts"],"names":[],"mappings":";;;;AAAA,qEAGwC;AACxC,+DAAqE;AACrE,yCAA2C;AAE9B,QAAA,cAAc,GAAG,IAAA,gCAAa,EAAC;IAC1C,IAAI,EAAE,kBAAkB;IACxB,WAAW,EAAE,kBAAkB;IAC/B,WAAW,EAAE,2DAA2D;IACxE,KAAK,EAAE,EAAE;IACT,IAAI,EAAE,gBAAS;IACf,UAAU,EAAE;QACV,QAAQ,EAAE,0BAA0B;QACpC,UAAU,EAAE,cAAc;QAC1B,WAAW,EAAE;YACX,OAAO,EAAE,aAAa;YACtB,UAAU,EAAE,iCAAiC;YAC7C,QAAQ,EAAE,kCAAkC;SAC7C;KACF;IACD,IAAI,EAAE,kCAAe,CAAC,OAAO;IACvB,QAAQ;qEAAC,EAAE,UAAU,EAAE,KAAK,EAAE,IAAI,EAAE;YACxC,IAAI,CAAC;gBACH,MAAM,QAAQ,GAAG,MAAM,0BAAU,CAAC,WAAW,CAAC;oBAC5C,MAAM,EAAE,0BAAU,CAAC,IAAI;oBACvB,GAAG,EAAE,kCAAkC;oBACvC,OAAO,EAAE;wBACP,QAAQ,EAAE,kBAAkB;wBAC5B,cAAc,EAAE,kBAAkB;wBAClC,SAAS,EAAE,IAAI,CAAC,WAAW;qBAC5B;oBACD,IAAI,EAAE;wBACJ,OAAO,EAAE;4BACP,GAAG,EAAE,UAAU;yBAChB;qBACF;iBACF,CAAC,CAAC;gBAEH,MAAM,SAAS,GAAG,QAAQ,CAAC,IAAI,CAAC,UAAU,CAAC;gBAC3C,MAAM,KAAK,CAAC,GAAG,CAAC,YAAY,EAAE,SAAS,CAAC,CAAC;gBACzC,MAAM,KAAK,CAAC,GAAG,CAAC,aAAa,EAAE,UAAU,CAAC,CAAC;YAC7C,CAAC;YAAC,OAAO,KAAK,EAAE,CAAC;gBACf,MAAM,IAAI,KAAK,CAAC,6BAA6B,KAAK,EAAE,CAAC,CAAC;YACxD,CAAC;QACH,CAAC;KAAA;IACK,SAAS;qEAAC,EAAE,KAAK,EAAE,IAAI,EAAE;YAC7B,IAAI,CAAC;gBACH,MAAM,SAAS,GAAG,MAAM,KAAK,CAAC,GAAG,CAAC,YAAY,CAAC,CAAC;gBAChD,IAAI,SAAS,EAAE,CAAC;oBACd,MAAM,0BAAU,CAAC,WAAW,CAAC;wBAC3B,MAAM,EAAE,0BAAU,CAAC,MAAM;wBACzB,GAAG,EAAE,oCAAoC,SAAS,EAAE;wBACpD,OAAO,EAAE;4BACP,QAAQ,EAAE,kBAAkB;4BAC5B,SAAS,EAAE,IAAI,CAAC,WAAW;yBAC5B;qBACF,CAAC,CAAC;gBACL,CAAC;YACH,CAAC;YAAC,OAAO,KAAK,EAAE,CAAC;gBACf,OAAO,CAAC,KAAK,CAAC,2BAA2B,EAAE,KAAK,CAAC,CAAC;YACpD,CAAC;QACH,CAAC;KAAA;IACK,GAAG,CAAC,OAAO;;YACf,MAAM,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC,IAAW,CAAC;YAE5C,IAAI,CAAC,OAAO,IAAI,OAAO,CAAC,UAAU,KAAK,cAAc,EAAE,CAAC;gBACtD,OAAO,EAAE,CAAC;YACZ,CAAC;YAED,OAAO,CAAC,OAAO,CAAC,CAAC;QACnB,CAAC;KAAA;CACF,CAAC,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { TriggerStrategy } from '@activepieces/pieces-framework';
|
|
2
|
-
export declare const taskStopped: import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.WEBHOOK, import("@activepieces/pieces-framework").
|
|
2
|
+
export declare const taskStopped: import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.WEBHOOK, import("@activepieces/pieces-framework").SecretTextProperty<true>, {}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.POLLING, import("@activepieces/pieces-framework").SecretTextProperty<true>, {}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.MANUAL, import("@activepieces/pieces-framework").SecretTextProperty<true>, {}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.APP_WEBHOOK, import("@activepieces/pieces-framework").SecretTextProperty<true>, {}>;
|
|
@@ -4,11 +4,13 @@ exports.taskStopped = void 0;
|
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
5
|
const pieces_framework_1 = require("@activepieces/pieces-framework");
|
|
6
6
|
const pieces_common_1 = require("@activepieces/pieces-common");
|
|
7
|
+
const auth_1 = require("../common/auth");
|
|
7
8
|
exports.taskStopped = (0, pieces_framework_1.createTrigger)({
|
|
8
9
|
name: 'task_stopped',
|
|
9
10
|
displayName: 'Task Stopped',
|
|
10
11
|
description: 'Triggers when a task reaches a stopping point - either completion or requiring user input',
|
|
11
12
|
props: {},
|
|
13
|
+
auth: auth_1.manusAuth,
|
|
12
14
|
sampleData: {
|
|
13
15
|
event_id: "task_stopped_task_abc123",
|
|
14
16
|
event_type: "task_stopped",
|
|
@@ -37,7 +39,7 @@ exports.taskStopped = (0, pieces_framework_1.createTrigger)({
|
|
|
37
39
|
headers: {
|
|
38
40
|
'accept': 'application/json',
|
|
39
41
|
'content-type': 'application/json',
|
|
40
|
-
'API_KEY': auth,
|
|
42
|
+
'API_KEY': auth.secret_text,
|
|
41
43
|
},
|
|
42
44
|
body: {
|
|
43
45
|
webhook: {
|
|
@@ -64,7 +66,7 @@ exports.taskStopped = (0, pieces_framework_1.createTrigger)({
|
|
|
64
66
|
url: `https://api.manus.ai/v1/webhooks/${webhookId}`,
|
|
65
67
|
headers: {
|
|
66
68
|
'accept': 'application/json',
|
|
67
|
-
'API_KEY': auth,
|
|
69
|
+
'API_KEY': auth.secret_text,
|
|
68
70
|
},
|
|
69
71
|
});
|
|
70
72
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"task-stopped.js","sourceRoot":"","sources":["../../../../../../../../packages/pieces/community/manus/src/lib/triggers/task-stopped.ts"],"names":[],"mappings":";;;;AAAA,qEAGwC;AACxC,+DAAqE;
|
|
1
|
+
{"version":3,"file":"task-stopped.js","sourceRoot":"","sources":["../../../../../../../../packages/pieces/community/manus/src/lib/triggers/task-stopped.ts"],"names":[],"mappings":";;;;AAAA,qEAGwC;AACxC,+DAAqE;AACrE,yCAA2C;AAE9B,QAAA,WAAW,GAAG,IAAA,gCAAa,EAAC;IACvC,IAAI,EAAE,cAAc;IACpB,WAAW,EAAE,cAAc;IAC3B,WAAW,EAAE,2FAA2F;IACxG,KAAK,EAAE,EAAE;IACT,IAAI,EAAE,gBAAS;IACf,UAAU,EAAE;QACV,QAAQ,EAAE,0BAA0B;QACpC,UAAU,EAAE,cAAc;QAC1B,WAAW,EAAE;YACX,OAAO,EAAE,aAAa;YACtB,UAAU,EAAE,iCAAiC;YAC7C,QAAQ,EAAE,kCAAkC;YAC5C,OAAO,EAAE,uDAAuD;YAChE,WAAW,EAAE;gBACX;oBACE,SAAS,EAAE,qBAAqB;oBAChC,GAAG,EAAE,kEAAkE;oBACvE,UAAU,EAAE,OAAO;iBACpB;aACF;YACD,WAAW,EAAE,QAAQ;SACtB;KACF;IACD,IAAI,EAAE,kCAAe,CAAC,OAAO;IACvB,QAAQ;qEAAC,EAAE,UAAU,EAAE,KAAK,EAAE,IAAI,EAAE;YACxC,IAAI,CAAC;gBACH,MAAM,QAAQ,GAAG,MAAM,0BAAU,CAAC,WAAW,CAAC;oBAC5C,MAAM,EAAE,0BAAU,CAAC,IAAI;oBACvB,GAAG,EAAE,kCAAkC;oBACvC,OAAO,EAAE;wBACP,QAAQ,EAAE,kBAAkB;wBAC5B,cAAc,EAAE,kBAAkB;wBAClC,SAAS,EAAE,IAAI,CAAC,WAAW;qBAC5B;oBACD,IAAI,EAAE;wBACJ,OAAO,EAAE;4BACP,GAAG,EAAE,UAAU;yBAChB;qBACF;iBACF,CAAC,CAAC;gBAEH,MAAM,SAAS,GAAG,QAAQ,CAAC,IAAI,CAAC,UAAU,CAAC;gBAC3C,MAAM,KAAK,CAAC,GAAG,CAAC,YAAY,EAAE,SAAS,CAAC,CAAC;gBACzC,MAAM,KAAK,CAAC,GAAG,CAAC,aAAa,EAAE,UAAU,CAAC,CAAC;YAC7C,CAAC;YAAC,OAAO,KAAK,EAAE,CAAC;gBACf,MAAM,IAAI,KAAK,CAAC,6BAA6B,KAAK,EAAE,CAAC,CAAC;YACxD,CAAC;QACH,CAAC;KAAA;IACK,SAAS;qEAAC,EAAE,KAAK,EAAE,IAAI,EAAE;YAC7B,IAAI,CAAC;gBACH,MAAM,SAAS,GAAG,MAAM,KAAK,CAAC,GAAG,CAAC,YAAY,CAAC,CAAC;gBAChD,IAAI,SAAS,EAAE,CAAC;oBACd,MAAM,0BAAU,CAAC,WAAW,CAAC;wBAC3B,MAAM,EAAE,0BAAU,CAAC,MAAM;wBACzB,GAAG,EAAE,oCAAoC,SAAS,EAAE;wBACpD,OAAO,EAAE;4BACP,QAAQ,EAAE,kBAAkB;4BAC5B,SAAS,EAAE,IAAI,CAAC,WAAW;yBAC5B;qBACF,CAAC,CAAC;gBACL,CAAC;YACH,CAAC;YAAC,OAAO,KAAK,EAAE,CAAC;gBACf,OAAO,CAAC,KAAK,CAAC,2BAA2B,EAAE,KAAK,CAAC,CAAC;YACpD,CAAC;QACH,CAAC;KAAA;IACK,GAAG,CAAC,OAAO;;YACf,MAAM,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC,IAAW,CAAC;YAE5C,IAAI,CAAC,OAAO,IAAI,OAAO,CAAC,UAAU,KAAK,cAAc,EAAE,CAAC;gBACtD,OAAO,EAAE,CAAC;YACZ,CAAC;YAED,OAAO,CAAC,OAAO,CAAC,CAAC;QACnB,CAAC;KAAA;CACF,CAAC,CAAC"}
|