@activepieces/piece-doctly 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-doctly",
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"
@@ -0,0 +1,29 @@
1
+ {
2
+ "You can obtain API key from [API Settings](https://doctly.ai/keys).": "Sie können API-Schlüssel unter [API-Einstellungen](https://doctly.ai/keys).",
3
+ "Convert PDF to Text": "PDF in Text umwandeln",
4
+ "Custom API Call": "Eigener API-Aufruf",
5
+ "Converts PDF document to text file with markdown formatting.": "Konvertiert PDF-Dokument in Textdatei mit Markdown Formatierung.",
6
+ "Make a custom API call to a specific endpoint": "Einen benutzerdefinierten API-Aufruf an einen bestimmten Endpunkt machen",
7
+ "Document File": "Dokumentdatei",
8
+ "Method": "Methode",
9
+ "Headers": "Kopfzeilen",
10
+ "Query Parameters": "Abfrageparameter",
11
+ "Body Type": "Körpertyp",
12
+ "Body": "Körper",
13
+ "Response is Binary ?": "Antwort ist binär?",
14
+ "No Error on Failure": "Kein Fehler bei Fehler",
15
+ "Timeout (in seconds)": "Timeout (in Sekunden)",
16
+ "Follow redirects": "Weiterleitungen folgen",
17
+ "Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
18
+ "Enable for files like PDFs, images, etc.": "Aktivieren für Dateien wie PDFs, Bilder usw.",
19
+ "GET": "ERHALTEN",
20
+ "POST": "POST",
21
+ "PATCH": "PATCH",
22
+ "PUT": "PUT",
23
+ "DELETE": "LÖSCHEN",
24
+ "HEAD": "HEAD",
25
+ "None": "Keine",
26
+ "JSON": "JSON",
27
+ "Form Data": "Formulardaten",
28
+ "Raw": "Rohe"
29
+ }
@@ -0,0 +1,29 @@
1
+ {
2
+ "You can obtain API key from [API Settings](https://doctly.ai/keys).": "Puedes obtener la clave API de [Configuración API](https://doctly.ai/keys).",
3
+ "Convert PDF to Text": "Convertir PDF a texto",
4
+ "Custom API Call": "Llamada API personalizada",
5
+ "Converts PDF document to text file with markdown formatting.": "Convierte documento PDF a archivo de texto con formato markdown.",
6
+ "Make a custom API call to a specific endpoint": "Hacer una llamada API personalizada a un extremo específico",
7
+ "Document File": "Archivo del documento",
8
+ "Method": "Método",
9
+ "Headers": "Encabezados",
10
+ "Query Parameters": "Parámetros de consulta",
11
+ "Body Type": "Tipo de cuerpo",
12
+ "Body": "Cuerpo",
13
+ "Response is Binary ?": "¿Respuesta es binaria?",
14
+ "No Error on Failure": "No hay ningún error en fallo",
15
+ "Timeout (in seconds)": "Tiempo de espera (en segundos)",
16
+ "Follow redirects": "Seguir redirecciones",
17
+ "Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
18
+ "Enable for files like PDFs, images, etc.": "Activar para archivos como PDFs, imágenes, etc.",
19
+ "GET": "RECOGER",
20
+ "POST": "POST",
21
+ "PATCH": "PATCH",
22
+ "PUT": "PUT",
23
+ "DELETE": "BORRAR",
24
+ "HEAD": "LIMPIO",
25
+ "None": "Ninguna",
26
+ "JSON": "JSON",
27
+ "Form Data": "Datos de Formulario",
28
+ "Raw": "Rápido"
29
+ }
@@ -0,0 +1,29 @@
1
+ {
2
+ "You can obtain API key from [API Settings](https://doctly.ai/keys).": "Vous pouvez obtenir la clé API depuis [API Settings](https://doctly.ai/keys).",
3
+ "Convert PDF to Text": "Convertir le PDF en texte",
4
+ "Custom API Call": "Appel d'API personnalisé",
5
+ "Converts PDF document to text file with markdown formatting.": "Convertit le document PDF en fichier texte avec le formatage markdown.",
6
+ "Make a custom API call to a specific endpoint": "Passer un appel API personnalisé à un endpoint spécifique",
7
+ "Document File": "Fichier de document",
8
+ "Method": "Méthode",
9
+ "Headers": "Headers",
10
+ "Query Parameters": "Paramètres de requête",
11
+ "Body Type": "Body Type",
12
+ "Body": "Body",
13
+ "Response is Binary ?": "La réponse est Binaire ?",
14
+ "No Error on Failure": "Aucune erreur en cas d'échec",
15
+ "Timeout (in seconds)": "Délai d'expiration (en secondes)",
16
+ "Follow redirects": "Suivre les redirections",
17
+ "Authorization headers are injected automatically from your connection.": "Les Headers d'autorisation sont injectés automatiquement à partir de votre connexion.",
18
+ "Enable for files like PDFs, images, etc.": "Activer pour les fichiers comme les PDFs, les images, etc.",
19
+ "GET": "GET",
20
+ "POST": "POST",
21
+ "PATCH": "PATCH",
22
+ "PUT": "PUT",
23
+ "DELETE": "DELETE",
24
+ "HEAD": "HEAD",
25
+ "None": "Aucun",
26
+ "JSON": "JSON",
27
+ "Form Data": "Données du formulaire",
28
+ "Raw": "Brut"
29
+ }
@@ -0,0 +1,29 @@
1
+ {
2
+ "You can obtain API key from [API Settings](https://doctly.ai/keys).": "[API 設定](https://doctly.ai/keys)からAPIキーを取得できます。",
3
+ "Convert PDF to Text": "PDFをテキストに変換",
4
+ "Custom API Call": "カスタムAPI通話",
5
+ "Converts PDF document to text file with markdown formatting.": "マークダウン形式でPDFドキュメントをテキストファイルに変換します。",
6
+ "Make a custom API call to a specific endpoint": "特定のエンドポイントへのカスタム API コールを実行します。",
7
+ "Document File": "ドキュメントファイル",
8
+ "Method": "方法",
9
+ "Headers": "ヘッダー",
10
+ "Query Parameters": "クエリパラメータ",
11
+ "Body Type": "ボディタイプ",
12
+ "Body": "本文",
13
+ "Response is Binary ?": "応答はバイナリですか?",
14
+ "No Error on Failure": "失敗時にエラーはありません",
15
+ "Timeout (in seconds)": "タイムアウト(秒)",
16
+ "Follow redirects": "リダイレクトをフォローする",
17
+ "Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
18
+ "Enable for files like PDFs, images, etc.": "PDF、画像などのファイルを有効にする",
19
+ "GET": "取得",
20
+ "POST": "POST",
21
+ "PATCH": "PATCH",
22
+ "PUT": "PUT",
23
+ "DELETE": "削除",
24
+ "HEAD": "頭",
25
+ "None": "なし",
26
+ "JSON": "JSON",
27
+ "Form Data": "フォームデータ",
28
+ "Raw": "Raw"
29
+ }
@@ -0,0 +1,29 @@
1
+ {
2
+ "You can obtain API key from [API Settings](https://doctly.ai/keys).": "U kunt API-sleutel verkrijgen via [API-instellingen](https://doctly.ai/keys).",
3
+ "Convert PDF to Text": "Converteer PDF naar tekst",
4
+ "Custom API Call": "Custom API Call",
5
+ "Converts PDF document to text file with markdown formatting.": "Converteert PDF-document naar tekstbestand met markdown opmaak.",
6
+ "Make a custom API call to a specific endpoint": "Maak een aangepaste API call naar een specifiek eindpunt",
7
+ "Document File": "Document bestand",
8
+ "Method": "Methode",
9
+ "Headers": "Kopteksten",
10
+ "Query Parameters": "Query parameters",
11
+ "Body Type": "Type lichaam",
12
+ "Body": "Lichaam",
13
+ "Response is Binary ?": "Antwoord is binair?",
14
+ "No Error on Failure": "Geen fout bij fout",
15
+ "Timeout (in seconds)": "Time-out (in seconden)",
16
+ "Follow redirects": "Volg omleidingen",
17
+ "Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
18
+ "Enable for files like PDFs, images, etc.": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc.",
19
+ "GET": "KRIJG",
20
+ "POST": "POSTE",
21
+ "PATCH": "BEKIJK",
22
+ "PUT": "PUT",
23
+ "DELETE": "VERWIJDEREN",
24
+ "HEAD": "HOOFD",
25
+ "None": "geen",
26
+ "JSON": "JSON",
27
+ "Form Data": "Formulieren gegevens",
28
+ "Raw": "Onbewerkte"
29
+ }
@@ -0,0 +1,29 @@
1
+ {
2
+ "You can obtain API key from [API Settings](https://doctly.ai/keys).": "Você pode obter chave de API em [Configurações da API](https://doctly.ai/keys).",
3
+ "Convert PDF to Text": "Converter PDF para Texto",
4
+ "Custom API Call": "Chamada de API personalizada",
5
+ "Converts PDF document to text file with markdown formatting.": "Converte documento PDF para arquivo de texto com formatação markdown.",
6
+ "Make a custom API call to a specific endpoint": "Faça uma chamada de API personalizada para um ponto de extremidade específico",
7
+ "Document File": "Arquivo de documento",
8
+ "Method": "Método",
9
+ "Headers": "Cabeçalhos",
10
+ "Query Parameters": "Parâmetros da consulta",
11
+ "Body Type": "Tipo de Corpo",
12
+ "Body": "Conteúdo",
13
+ "Response is Binary ?": "A resposta é binária ?",
14
+ "No Error on Failure": "Nenhum erro no Failure",
15
+ "Timeout (in seconds)": "Tempo limite (em segundos)",
16
+ "Follow redirects": "Seguir redirecionamentos",
17
+ "Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
18
+ "Enable for files like PDFs, images, etc.": "Habilitar para arquivos como PDFs, imagens, etc.",
19
+ "GET": "OBTER",
20
+ "POST": "POSTAR",
21
+ "PATCH": "COMPRAR",
22
+ "PUT": "COLOCAR",
23
+ "DELETE": "EXCLUIR",
24
+ "HEAD": "CABEÇA",
25
+ "None": "Nenhuma",
26
+ "JSON": "JSON",
27
+ "Form Data": "Dados de Formulário",
28
+ "Raw": "RAW"
29
+ }
@@ -8,16 +8,22 @@
8
8
  "Method": "Method",
9
9
  "Headers": "Headers",
10
10
  "Query Parameters": "Query Parameters",
11
+ "Body Type": "Body Type",
11
12
  "Body": "Body",
12
13
  "Response is Binary ?": "Response is Binary ?",
13
14
  "No Error on Failure": "No Error on Failure",
14
15
  "Timeout (in seconds)": "Timeout (in seconds)",
16
+ "Follow redirects": "Follow redirects",
15
17
  "Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
16
- "Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
18
+ "Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
17
19
  "GET": "GET",
18
20
  "POST": "POST",
19
21
  "PATCH": "PATCH",
20
22
  "PUT": "PUT",
21
23
  "DELETE": "DELETE",
22
- "HEAD": "HEAD"
24
+ "HEAD": "HEAD",
25
+ "None": "None",
26
+ "JSON": "JSON",
27
+ "Form Data": "Form Data",
28
+ "Raw": "Raw"
23
29
  }
@@ -0,0 +1,29 @@
1
+ {
2
+ "You can obtain API key from [API Settings](https://doctly.ai/keys).": "You can obtain API key from [API Settings](https://doctly.ai/keys).",
3
+ "Convert PDF to Text": "Convert PDF to Text",
4
+ "Custom API Call": "自定义 API 呼叫",
5
+ "Converts PDF document to text file with markdown formatting.": "Converts PDF document to text file with markdown formatting.",
6
+ "Make a custom API call to a specific endpoint": "将一个自定义 API 调用到一个特定的终点",
7
+ "Document File": "Document File",
8
+ "Method": "方法",
9
+ "Headers": "信头",
10
+ "Query Parameters": "查询参数",
11
+ "Body Type": "Body Type",
12
+ "Body": "正文内容",
13
+ "Response is Binary ?": "Response is Binary ?",
14
+ "No Error on Failure": "失败时没有错误",
15
+ "Timeout (in seconds)": "超时(秒)",
16
+ "Follow redirects": "Follow redirects",
17
+ "Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
18
+ "Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
19
+ "GET": "获取",
20
+ "POST": "帖子",
21
+ "PATCH": "PATCH",
22
+ "PUT": "弹出",
23
+ "DELETE": "删除",
24
+ "HEAD": "黑色",
25
+ "None": "无",
26
+ "JSON": "JSON",
27
+ "Form Data": "表单数据",
28
+ "Raw": "原始文件"
29
+ }