@activepieces/piece-docsbot 0.1.0 → 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 CHANGED
@@ -1,24 +1,26 @@
1
1
  {
2
2
  "name": "@activepieces/piece-docsbot",
3
- "version": "0.1.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
+ "ai": "^6.0.0",
9
10
  "axios": "1.13.1",
10
11
  "axios-retry": "4.4.1",
11
12
  "deepmerge-ts": "7.1.0",
12
13
  "form-data": "4.0.4",
14
+ "i18next": "23.13.0",
13
15
  "mime-types": "2.1.35",
14
16
  "nanoid": "3.3.8",
15
17
  "semver": "7.6.0",
16
18
  "socket.io-client": "4.8.1",
17
19
  "tslib": "^2.3.0",
18
20
  "zod": "4.1.13",
19
- "@activepieces/pieces-common": "0.11.0",
20
- "@activepieces/pieces-framework": "0.23.0",
21
- "@activepieces/shared": "0.30.4"
21
+ "@activepieces/pieces-common": "0.11.2",
22
+ "@activepieces/pieces-framework": "0.24.0",
23
+ "@activepieces/shared": "0.32.0"
22
24
  },
23
25
  "resolutions": {
24
26
  "rollup": "npm:@rollup/wasm-node"
package/src/i18n/de.json CHANGED
@@ -40,10 +40,12 @@
40
40
  "Method": "Methode",
41
41
  "Headers": "Kopfzeilen",
42
42
  "Query Parameters": "Abfrageparameter",
43
+ "Body Type": "Körpertyp",
43
44
  "Body": "Körper",
44
45
  "Response is Binary ?": "Antwort ist binär?",
45
46
  "No Error on Failure": "Kein Fehler bei Fehler",
46
47
  "Timeout (in seconds)": "Timeout (in Sekunden)",
48
+ "Follow redirects": "Weiterleitungen folgen",
47
49
  "The team to use.": "Das zu verwendende Team.",
48
50
  "The bot to use.": "Der zu verwendende Bot.",
49
51
  "The question to ask the bot. 2 to 500 characters. Max increased to 8K tokens (roughtly 32k chars) when authenticated.": "Die Frage, die dem Bot gestellt werden soll. 2 bis 500 Zeichen. Maximal erhöht sich bei der Authentifizierung auf 8K Tokens (grob 32k Zeichen).",
@@ -71,7 +73,7 @@
71
73
  "The ID of an existing bot in your team to copy from. If provided, the new bot will be created as a copy of the specified bot, with all sources copied over after creation.": "Die ID eines vorhandenen Bots in Ihrem Team zu kopieren. Wenn vorhanden, wird der neue Bot als Kopie des angegebenen Bots erstellt und alle Quellen nach der Erstellung kopiert.",
72
74
  "The bot name.": "Der Bot-Name.",
73
75
  "Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
74
- "Enable for files like PDFs, images, etc..": "Aktivieren für Dateien wie PDFs, Bilder, etc..",
76
+ "Enable for files like PDFs, images, etc.": "Aktivieren für Dateien wie PDFs, Bilder usw.",
75
77
  "Minimal": "Minimal",
76
78
  "Low": "Niedrig",
77
79
  "Medium": "Mittel",
@@ -103,5 +105,9 @@
103
105
  "PATCH": "PATCH",
104
106
  "PUT": "PUT",
105
107
  "DELETE": "LÖSCHEN",
106
- "HEAD": "HEAD"
108
+ "HEAD": "HEAD",
109
+ "None": "Keine",
110
+ "JSON": "JSON",
111
+ "Form Data": "Formulardaten",
112
+ "Raw": "Rohe"
107
113
  }
package/src/i18n/es.json CHANGED
@@ -40,10 +40,12 @@
40
40
  "Method": "Método",
41
41
  "Headers": "Encabezados",
42
42
  "Query Parameters": "Parámetros de consulta",
43
+ "Body Type": "Tipo de cuerpo",
43
44
  "Body": "Cuerpo",
44
45
  "Response is Binary ?": "¿Respuesta es binaria?",
45
46
  "No Error on Failure": "No hay ningún error en fallo",
46
47
  "Timeout (in seconds)": "Tiempo de espera (en segundos)",
48
+ "Follow redirects": "Seguir redirecciones",
47
49
  "The team to use.": "El equipo a utilizar.",
48
50
  "The bot to use.": "El bot a usar.",
49
51
  "The question to ask the bot. 2 to 500 characters. Max increased to 8K tokens (roughtly 32k chars) when authenticated.": "La pregunta para hacer al bot. 2 a 500 caracteres. Máximo aumentado a 8K tokens (ásperamente 32k caracteres) cuando está autenticado.",
@@ -71,7 +73,7 @@
71
73
  "The ID of an existing bot in your team to copy from. If provided, the new bot will be created as a copy of the specified bot, with all sources copied over after creation.": "El ID de un bot existente en tu equipo del que copiar. Si se proporciona, el nuevo bot se creará como una copia del bot especificado, con todas las fuentes copiadas después de la creación.",
72
74
  "The bot name.": "El nombre del bot.",
73
75
  "Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
74
- "Enable for files like PDFs, images, etc..": "Activar para archivos como PDFs, imágenes, etc.",
76
+ "Enable for files like PDFs, images, etc.": "Activar para archivos como PDFs, imágenes, etc.",
75
77
  "Minimal": "Mínimo",
76
78
  "Low": "Baja",
77
79
  "Medium": "Medio",
@@ -103,5 +105,9 @@
103
105
  "PATCH": "PATCH",
104
106
  "PUT": "PUT",
105
107
  "DELETE": "BORRAR",
106
- "HEAD": "LIMPIO"
108
+ "HEAD": "LIMPIO",
109
+ "None": "Ninguna",
110
+ "JSON": "JSON",
111
+ "Form Data": "Datos de Formulario",
112
+ "Raw": "Rápido"
107
113
  }
package/src/i18n/fr.json CHANGED
@@ -40,10 +40,12 @@
40
40
  "Method": "Méthode",
41
41
  "Headers": "Headers",
42
42
  "Query Parameters": "Paramètres de requête",
43
+ "Body Type": "Body Type",
43
44
  "Body": "Body",
44
45
  "Response is Binary ?": "La réponse est Binaire ?",
45
46
  "No Error on Failure": "Aucune erreur en cas d'échec",
46
47
  "Timeout (in seconds)": "Délai d'expiration (en secondes)",
48
+ "Follow redirects": "Suivre les redirections",
47
49
  "The team to use.": "L'équipe à utiliser.",
48
50
  "The bot to use.": "Le bot à utiliser.",
49
51
  "The question to ask the bot. 2 to 500 characters. Max increased to 8K tokens (roughtly 32k chars) when authenticated.": "La question à poser au bot. De 2 à 500 caractères. Maximum a augmenté à 8K jetons (approximativement 32k caractères) lors de l'authentification.",
@@ -71,7 +73,7 @@
71
73
  "The ID of an existing bot in your team to copy from. If provided, the new bot will be created as a copy of the specified bot, with all sources copied over after creation.": "L'ID d'un bot existant dans votre équipe à copier. Si fourni, le nouveau bot sera créé en tant que copie du bot spécifié, avec toutes les sources copiées après la création.",
72
74
  "The bot name.": "Le nom du bot.",
73
75
  "Authorization headers are injected automatically from your connection.": "Les headers d'autorisation sont injectés automatiquement à partir de votre connexion.",
74
- "Enable for files like PDFs, images, etc..": "Activer pour les fichiers comme les PDFs, les images, etc.",
76
+ "Enable for files like PDFs, images, etc.": "Activer pour les fichiers comme les PDFs, les images, etc.",
75
77
  "Minimal": "Minimal",
76
78
  "Low": "Bas",
77
79
  "Medium": "Moyenne",
@@ -103,5 +105,9 @@
103
105
  "PATCH": "PATCH",
104
106
  "PUT": "PUT",
105
107
  "DELETE": "DELETE",
106
- "HEAD": "HEAD"
108
+ "HEAD": "HEAD",
109
+ "None": "Aucun",
110
+ "JSON": "JSON",
111
+ "Form Data": "Données du formulaire",
112
+ "Raw": "Brut"
107
113
  }
package/src/i18n/ja.json CHANGED
@@ -40,10 +40,12 @@
40
40
  "Method": "方法",
41
41
  "Headers": "ヘッダー",
42
42
  "Query Parameters": "クエリパラメータ",
43
+ "Body Type": "ボディタイプ",
43
44
  "Body": "本文",
44
45
  "Response is Binary ?": "応答はバイナリですか?",
45
46
  "No Error on Failure": "失敗時にエラーはありません",
46
47
  "Timeout (in seconds)": "タイムアウト(秒)",
48
+ "Follow redirects": "リダイレクトをフォローする",
47
49
  "The team to use.": "使用するチーム",
48
50
  "The bot to use.": "使用するボット。",
49
51
  "The question to ask the bot. 2 to 500 characters. Max increased to 8K tokens (roughtly 32k chars) when authenticated.": "Botに質問する質問。認証時に最大8Kトークン(大まかに32K文字)が増加しました。",
@@ -71,7 +73,7 @@
71
73
  "The ID of an existing bot in your team to copy from. If provided, the new bot will be created as a copy of the specified bot, with all sources copied over after creation.": "コピー元のチームに存在するボットのID。 指定された場合、新しいボットは指定されたボットのコピーとして作成され、すべてのソースは作成後にコピーされます。",
72
74
  "The bot name.": "Botの名前。",
73
75
  "Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
74
- "Enable for files like PDFs, images, etc..": "PDF、画像などのファイルを有効にします。",
76
+ "Enable for files like PDFs, images, etc.": "PDF、画像などのファイルを有効にする",
75
77
  "Minimal": "最小",
76
78
  "Low": "低い",
77
79
  "Medium": "ミディアム",
@@ -103,5 +105,9 @@
103
105
  "PATCH": "PATCH",
104
106
  "PUT": "PUT",
105
107
  "DELETE": "削除",
106
- "HEAD": "頭"
108
+ "HEAD": "頭",
109
+ "None": "なし",
110
+ "JSON": "JSON",
111
+ "Form Data": "フォームデータ",
112
+ "Raw": "Raw"
107
113
  }
package/src/i18n/nl.json CHANGED
@@ -40,10 +40,12 @@
40
40
  "Method": "Methode",
41
41
  "Headers": "Kopteksten",
42
42
  "Query Parameters": "Query parameters",
43
+ "Body Type": "Type lichaam",
43
44
  "Body": "Lichaam",
44
45
  "Response is Binary ?": "Antwoord is binair?",
45
46
  "No Error on Failure": "Geen fout bij fout",
46
47
  "Timeout (in seconds)": "Time-out (in seconden)",
48
+ "Follow redirects": "Volg omleidingen",
47
49
  "The team to use.": "Het team dat gebruikt moet worden.",
48
50
  "The bot to use.": "De bot om te gebruiken.",
49
51
  "The question to ask the bot. 2 to 500 characters. Max increased to 8K tokens (roughtly 32k chars) when authenticated.": "De vraag om de bot te vragen. 2 tot 500 tekens. Maximale toename naar 8K tokens (ruwweg 32K karakters) bij verificatie.",
@@ -71,7 +73,7 @@
71
73
  "The ID of an existing bot in your team to copy from. If provided, the new bot will be created as a copy of the specified bot, with all sources copied over after creation.": "Het ID van een bestaande bot in je team om van te kopiëren. Indien opgegeven, zal de nieuwe bot worden gemaakt als een kopie van de opgegeven bot, met alle bronnen gekopieerd na de creatie.",
72
74
  "The bot name.": "De bot naam.",
73
75
  "Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
74
- "Enable for files like PDFs, images, etc..": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc..",
76
+ "Enable for files like PDFs, images, etc.": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc.",
75
77
  "Minimal": "Minimaal",
76
78
  "Low": "laag",
77
79
  "Medium": "Middelgroot",
@@ -103,5 +105,9 @@
103
105
  "PATCH": "BEKIJK",
104
106
  "PUT": "PUT",
105
107
  "DELETE": "VERWIJDEREN",
106
- "HEAD": "HOOFD"
108
+ "HEAD": "HOOFD",
109
+ "None": "geen",
110
+ "JSON": "JSON",
111
+ "Form Data": "Formulieren gegevens",
112
+ "Raw": "Onbewerkte"
107
113
  }
package/src/i18n/pt.json CHANGED
@@ -40,10 +40,12 @@
40
40
  "Method": "Método",
41
41
  "Headers": "Cabeçalhos",
42
42
  "Query Parameters": "Parâmetros da consulta",
43
+ "Body Type": "Tipo de Corpo",
43
44
  "Body": "Conteúdo",
44
45
  "Response is Binary ?": "A resposta é binária ?",
45
46
  "No Error on Failure": "Nenhum erro no Failure",
46
47
  "Timeout (in seconds)": "Tempo limite (em segundos)",
48
+ "Follow redirects": "Seguir redirecionamentos",
47
49
  "The team to use.": "O time a usar.",
48
50
  "The bot to use.": "O bot para usar.",
49
51
  "The question to ask the bot. 2 to 500 characters. Max increased to 8K tokens (roughtly 32k chars) when authenticated.": "A pergunta a fazer ao bot. 2 a 500 caracteres. Máximo aumentado para 8K tokens (aproximadamente 32k caracteres) quando autenticado.",
@@ -71,7 +73,7 @@
71
73
  "The ID of an existing bot in your team to copy from. If provided, the new bot will be created as a copy of the specified bot, with all sources copied over after creation.": "O ID de um bot existente em sua equipe para copiar. Se fornecido, o novo bot será criado como uma cópia do bot especificado, com todas as fontes copiadas após a criação.",
72
74
  "The bot name.": "O nome do bot.",
73
75
  "Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
74
- "Enable for files like PDFs, images, etc..": "Habilitar para arquivos como PDFs, imagens, etc..",
76
+ "Enable for files like PDFs, images, etc.": "Habilitar para arquivos como PDFs, imagens, etc.",
75
77
  "Minimal": "Mínimo",
76
78
  "Low": "baixa",
77
79
  "Medium": "Média",
@@ -103,5 +105,9 @@
103
105
  "PATCH": "COMPRAR",
104
106
  "PUT": "COLOCAR",
105
107
  "DELETE": "EXCLUIR",
106
- "HEAD": "CABEÇA"
108
+ "HEAD": "CABEÇA",
109
+ "None": "Nenhuma",
110
+ "JSON": "JSON",
111
+ "Form Data": "Dados de Formulário",
112
+ "Raw": "RAW"
107
113
  }
@@ -40,10 +40,12 @@
40
40
  "Method": "Method",
41
41
  "Headers": "Headers",
42
42
  "Query Parameters": "Query Parameters",
43
+ "Body Type": "Body Type",
43
44
  "Body": "Body",
44
45
  "Response is Binary ?": "Response is Binary ?",
45
46
  "No Error on Failure": "No Error on Failure",
46
47
  "Timeout (in seconds)": "Timeout (in seconds)",
48
+ "Follow redirects": "Follow redirects",
47
49
  "The team to use.": "The team to use.",
48
50
  "The bot to use.": "The bot to use.",
49
51
  "The question to ask the bot. 2 to 500 characters. Max increased to 8K tokens (roughtly 32k chars) when authenticated.": "The question to ask the bot. 2 to 500 characters. Max increased to 8K tokens (roughtly 32k chars) when authenticated.",
@@ -71,7 +73,7 @@
71
73
  "The ID of an existing bot in your team to copy from. If provided, the new bot will be created as a copy of the specified bot, with all sources copied over after creation.": "The ID of an existing bot in your team to copy from. If provided, the new bot will be created as a copy of the specified bot, with all sources copied over after creation.",
72
74
  "The bot name.": "The bot name.",
73
75
  "Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
74
- "Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
76
+ "Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
75
77
  "Minimal": "Minimal",
76
78
  "Low": "Low",
77
79
  "Medium": "Medium",
@@ -103,5 +105,9 @@
103
105
  "PATCH": "PATCH",
104
106
  "PUT": "PUT",
105
107
  "DELETE": "DELETE",
106
- "HEAD": "HEAD"
108
+ "HEAD": "HEAD",
109
+ "None": "None",
110
+ "JSON": "JSON",
111
+ "Form Data": "Form Data",
112
+ "Raw": "Raw"
107
113
  }
package/src/i18n/zh.json CHANGED
@@ -40,10 +40,12 @@
40
40
  "Method": "方法",
41
41
  "Headers": "信头",
42
42
  "Query Parameters": "查询参数",
43
+ "Body Type": "Body Type",
43
44
  "Body": "正文内容",
44
45
  "Response is Binary ?": "Response is Binary ?",
45
46
  "No Error on Failure": "失败时没有错误",
46
47
  "Timeout (in seconds)": "超时(秒)",
48
+ "Follow redirects": "Follow redirects",
47
49
  "The team to use.": "The team to use.",
48
50
  "The bot to use.": "The bot to use.",
49
51
  "The question to ask the bot. 2 to 500 characters. Max increased to 8K tokens (roughtly 32k chars) when authenticated.": "The question to ask the bot. 2 to 500 characters. Max increased to 8K tokens (roughtly 32k chars) when authenticated.",
@@ -71,7 +73,7 @@
71
73
  "The ID of an existing bot in your team to copy from. If provided, the new bot will be created as a copy of the specified bot, with all sources copied over after creation.": "The ID of an existing bot in your team to copy from. If provided, the new bot will be created as a copy of the specified bot, with all sources copied over after creation.",
72
74
  "The bot name.": "The bot name.",
73
75
  "Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
74
- "Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
76
+ "Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
75
77
  "Minimal": "Minimal",
76
78
  "Low": "Low",
77
79
  "Medium": "Medium",
@@ -103,5 +105,9 @@
103
105
  "PATCH": "PATCH",
104
106
  "PUT": "弹出",
105
107
  "DELETE": "删除",
106
- "HEAD": "黑色"
108
+ "HEAD": "黑色",
109
+ "None": "无",
110
+ "JSON": "JSON",
111
+ "Form Data": "表单数据",
112
+ "Raw": "原始文件"
107
113
  }