@activepieces/piece-dropbox 0.5.5 → 0.5.6
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 -8
- package/src/i18n/de.json +2 -0
- package/src/i18n/es.json +2 -0
- package/src/i18n/fr.json +2 -0
- package/src/i18n/ja.json +2 -0
- package/src/i18n/nl.json +2 -0
- package/src/i18n/pt.json +2 -0
- package/src/i18n/translation.json +2 -0
- package/src/i18n/zh.json +2 -0
package/package.json
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-dropbox",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.6",
|
|
4
4
|
"dependencies": {
|
|
5
|
-
"@ai-sdk/anthropic": "
|
|
6
|
-
"@ai-sdk/google": "
|
|
7
|
-
"@ai-sdk/openai": "
|
|
8
|
-
"@ai-sdk/
|
|
5
|
+
"@ai-sdk/anthropic": "2.0.3",
|
|
6
|
+
"@ai-sdk/google": "2.0.6",
|
|
7
|
+
"@ai-sdk/openai": "2.0.12",
|
|
8
|
+
"@ai-sdk/provider": "2.0.0",
|
|
9
|
+
"@ai-sdk/replicate": "1.0.3",
|
|
9
10
|
"@sinclair/typebox": "0.34.11",
|
|
10
|
-
"ai": "
|
|
11
|
+
"ai": "5.0.12",
|
|
11
12
|
"axios": "1.8.3",
|
|
12
13
|
"axios-retry": "4.4.1",
|
|
13
14
|
"deepmerge-ts": "7.1.0",
|
|
@@ -16,9 +17,9 @@
|
|
|
16
17
|
"nanoid": "3.3.8",
|
|
17
18
|
"semver": "7.6.0",
|
|
18
19
|
"zod": "3.25.76",
|
|
19
|
-
"@activepieces/pieces-common": "0.6.
|
|
20
|
+
"@activepieces/pieces-common": "0.6.7",
|
|
20
21
|
"@activepieces/pieces-framework": "0.18.3",
|
|
21
|
-
"@activepieces/shared": "0.18.
|
|
22
|
+
"@activepieces/shared": "0.18.5",
|
|
22
23
|
"tslib": "2.8.1"
|
|
23
24
|
},
|
|
24
25
|
"overrides": {
|
package/src/i18n/de.json
CHANGED
|
@@ -53,6 +53,7 @@
|
|
|
53
53
|
"Headers": "Kopfzeilen",
|
|
54
54
|
"Query Parameters": "Abfrageparameter",
|
|
55
55
|
"Body": "Körper",
|
|
56
|
+
"Response is Binary ?": "Antwort ist binär?",
|
|
56
57
|
"No Error on Failure": "Kein Fehler bei Fehler",
|
|
57
58
|
"Timeout (in seconds)": "Timeout (in Sekunden)",
|
|
58
59
|
"The search string. Must be at least 3 characters.": "Der Suchstring. Muss mindestens 3 Zeichen lang sein.",
|
|
@@ -91,6 +92,7 @@
|
|
|
91
92
|
"If set to true, the list folder operation will be applied recursively to all subfolders and the response will contain contents of all subfolders.": "Wenn auf \"true\" gesetzt, wird der Listenordner rekursiv auf alle Unterordner angewendet und die Antwort enthält den Inhalt aller Unterordner.",
|
|
92
93
|
"The maximum number of results to return (between 1 and 2000). Default is 2000 if not specified.": "Die maximale Anzahl an Ergebnissen, die zurückgegeben werden sollen (zwischen 1 und 2000). Standardwert ist 2000, wenn nicht angegeben.",
|
|
93
94
|
"Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
|
|
95
|
+
"Enable for files like PDFs, images, etc..": "Aktivieren für Dateien wie PDFs, Bilder, etc..",
|
|
94
96
|
"Relevance": "Relevanz",
|
|
95
97
|
"Modified Time": "Geänderte Zeit",
|
|
96
98
|
"Active": "Aktiv",
|
package/src/i18n/es.json
CHANGED
|
@@ -53,6 +53,7 @@
|
|
|
53
53
|
"Headers": "Encabezados",
|
|
54
54
|
"Query Parameters": "Parámetros de consulta",
|
|
55
55
|
"Body": "Cuerpo",
|
|
56
|
+
"Response is Binary ?": "¿Respuesta es binaria?",
|
|
56
57
|
"No Error on Failure": "No hay ningún error en fallo",
|
|
57
58
|
"Timeout (in seconds)": "Tiempo de espera (en segundos)",
|
|
58
59
|
"The search string. Must be at least 3 characters.": "La cadena de búsqueda. Debe tener al menos 3 caracteres.",
|
|
@@ -91,6 +92,7 @@
|
|
|
91
92
|
"If set to true, the list folder operation will be applied recursively to all subfolders and the response will contain contents of all subfolders.": "Si se establece en verdadero, la operación de carpeta de lista se aplicará recursivamente a todas las subcarpetas y la respuesta contendrá el contenido de todas las subcarpetas.",
|
|
92
93
|
"The maximum number of results to return (between 1 and 2000). Default is 2000 if not specified.": "El número máximo de resultados a devolver (entre 1 y 2000). Por defecto es 2000 si no se especifica.",
|
|
93
94
|
"Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
|
|
95
|
+
"Enable for files like PDFs, images, etc..": "Activar para archivos como PDFs, imágenes, etc.",
|
|
94
96
|
"Relevance": "Relevancia",
|
|
95
97
|
"Modified Time": "Tiempo modificado",
|
|
96
98
|
"Active": "Activo",
|
package/src/i18n/fr.json
CHANGED
|
@@ -53,6 +53,7 @@
|
|
|
53
53
|
"Headers": "En-têtes",
|
|
54
54
|
"Query Parameters": "Paramètres de requête",
|
|
55
55
|
"Body": "Corps",
|
|
56
|
+
"Response is Binary ?": "La réponse est Binaire ?",
|
|
56
57
|
"No Error on Failure": "Aucune erreur en cas d'échec",
|
|
57
58
|
"Timeout (in seconds)": "Délai d'attente (en secondes)",
|
|
58
59
|
"The search string. Must be at least 3 characters.": "La chaîne de recherche. Doit comporter au moins 3 caractères.",
|
|
@@ -91,6 +92,7 @@
|
|
|
91
92
|
"If set to true, the list folder operation will be applied recursively to all subfolders and the response will contain contents of all subfolders.": "Si activé, l'opération de liste des dossiers sera appliquée récursivement à tous les sous-dossiers et la réponse contiendra le contenu de tous les sous-dossiers.",
|
|
92
93
|
"The maximum number of results to return (between 1 and 2000). Default is 2000 if not specified.": "Le nombre maximum de résultats à retourner (entre 1 et 2000). La valeur par défaut est 2000 si non spécifiée.",
|
|
93
94
|
"Authorization headers are injected automatically from your connection.": "Les en-têtes d'autorisation sont injectés automatiquement à partir de votre connexion.",
|
|
95
|
+
"Enable for files like PDFs, images, etc..": "Activer pour les fichiers comme les PDFs, les images, etc.",
|
|
94
96
|
"Relevance": "Pertinence",
|
|
95
97
|
"Modified Time": "Date de modification",
|
|
96
98
|
"Active": "Actif",
|
package/src/i18n/ja.json
CHANGED
|
@@ -53,6 +53,7 @@
|
|
|
53
53
|
"Headers": "ヘッダー",
|
|
54
54
|
"Query Parameters": "クエリパラメータ",
|
|
55
55
|
"Body": "本文",
|
|
56
|
+
"Response is Binary ?": "応答はバイナリですか?",
|
|
56
57
|
"No Error on Failure": "失敗時にエラーはありません",
|
|
57
58
|
"Timeout (in seconds)": "タイムアウト(秒)",
|
|
58
59
|
"The search string. Must be at least 3 characters.": "検索文字列。少なくとも3文字以上にしてください。",
|
|
@@ -91,6 +92,7 @@
|
|
|
91
92
|
"If set to true, the list folder operation will be applied recursively to all subfolders and the response will contain contents of all subfolders.": "true に設定すると、すべてのサブフォルダにリストフォルダ操作が再帰的に適用され、レスポンスにはすべてのサブフォルダの内容が含まれます。",
|
|
92
93
|
"The maximum number of results to return (between 1 and 2000). Default is 2000 if not specified.": "返す結果の最大数(1から2000まで)。指定されていない場合は、デフォルトは2000です。",
|
|
93
94
|
"Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
|
|
95
|
+
"Enable for files like PDFs, images, etc..": "PDF、画像などのファイルを有効にします。",
|
|
94
96
|
"Relevance": "関連",
|
|
95
97
|
"Modified Time": "変更日時",
|
|
96
98
|
"Active": "有効",
|
package/src/i18n/nl.json
CHANGED
|
@@ -53,6 +53,7 @@
|
|
|
53
53
|
"Headers": "Kopteksten",
|
|
54
54
|
"Query Parameters": "Query parameters",
|
|
55
55
|
"Body": "Lichaam",
|
|
56
|
+
"Response is Binary ?": "Antwoord is binair?",
|
|
56
57
|
"No Error on Failure": "Geen fout bij fout",
|
|
57
58
|
"Timeout (in seconds)": "Time-out (in seconden)",
|
|
58
59
|
"The search string. Must be at least 3 characters.": "De zoekopdracht. Moet minstens 3 tekens bevatten.",
|
|
@@ -91,6 +92,7 @@
|
|
|
91
92
|
"If set to true, the list folder operation will be applied recursively to all subfolders and the response will contain contents of all subfolders.": "Indien ingeschakeld zal de lijstmapbewerking recursief worden toegepast op alle submappen en de reactie zal de inhoud van alle submappen bevatten.",
|
|
92
93
|
"The maximum number of results to return (between 1 and 2000). Default is 2000 if not specified.": "Het maximale aantal resultaten om terug te keren (tussen 1 en 2000). Standaard is 2000 indien niet opgegeven.",
|
|
93
94
|
"Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
|
|
95
|
+
"Enable for files like PDFs, images, etc..": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc..",
|
|
94
96
|
"Relevance": "Relevantie",
|
|
95
97
|
"Modified Time": "Gewijzigde tijd",
|
|
96
98
|
"Active": "Actief",
|
package/src/i18n/pt.json
CHANGED
|
@@ -53,6 +53,7 @@
|
|
|
53
53
|
"Headers": "Cabeçalhos",
|
|
54
54
|
"Query Parameters": "Parâmetros da consulta",
|
|
55
55
|
"Body": "Conteúdo",
|
|
56
|
+
"Response is Binary ?": "A resposta é binária ?",
|
|
56
57
|
"No Error on Failure": "Nenhum erro no Failure",
|
|
57
58
|
"Timeout (in seconds)": "Tempo limite (em segundos)",
|
|
58
59
|
"The search string. Must be at least 3 characters.": "O texto de busca. Deve ter pelo menos 3 caracteres.",
|
|
@@ -91,6 +92,7 @@
|
|
|
91
92
|
"If set to true, the list folder operation will be applied recursively to all subfolders and the response will contain contents of all subfolders.": "Se definido como verdadeiro, a operação da lista de pasta será aplicada recursivamente a todas as subpastas e a resposta conterá o conteúdo de todas as subpastas.",
|
|
92
93
|
"The maximum number of results to return (between 1 and 2000). Default is 2000 if not specified.": "O número máximo de resultados a retornar (entre 1 e 2000). O padrão é 2000 se não for especificado.",
|
|
93
94
|
"Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
|
|
95
|
+
"Enable for files like PDFs, images, etc..": "Habilitar para arquivos como PDFs, imagens, etc..",
|
|
94
96
|
"Relevance": "Relevância",
|
|
95
97
|
"Modified Time": "Hora Modificação",
|
|
96
98
|
"Active": "Ativo",
|
|
@@ -53,6 +53,7 @@
|
|
|
53
53
|
"Headers": "Headers",
|
|
54
54
|
"Query Parameters": "Query Parameters",
|
|
55
55
|
"Body": "Body",
|
|
56
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
56
57
|
"No Error on Failure": "No Error on Failure",
|
|
57
58
|
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
58
59
|
"The search string. Must be at least 3 characters.": "The search string. Must be at least 3 characters.",
|
|
@@ -91,6 +92,7 @@
|
|
|
91
92
|
"If set to true, the list folder operation will be applied recursively to all subfolders and the response will contain contents of all subfolders.": "If set to true, the list folder operation will be applied recursively to all subfolders and the response will contain contents of all subfolders.",
|
|
92
93
|
"The maximum number of results to return (between 1 and 2000). Default is 2000 if not specified.": "The maximum number of results to return (between 1 and 2000). Default is 2000 if not specified.",
|
|
93
94
|
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
95
|
+
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
|
94
96
|
"Relevance": "Relevance",
|
|
95
97
|
"Modified Time": "Modified Time",
|
|
96
98
|
"Active": "Active",
|
package/src/i18n/zh.json
CHANGED
|
@@ -53,6 +53,7 @@
|
|
|
53
53
|
"Headers": "信頭",
|
|
54
54
|
"Query Parameters": "查詢參數",
|
|
55
55
|
"Body": "正文內容",
|
|
56
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
56
57
|
"No Error on Failure": "失敗時沒有錯誤",
|
|
57
58
|
"Timeout (in seconds)": "超時(秒)",
|
|
58
59
|
"The search string. Must be at least 3 characters.": "搜索字符串. 必須至少包含3個字符.",
|
|
@@ -91,6 +92,7 @@
|
|
|
91
92
|
"If set to true, the list folder operation will be applied recursively to all subfolders and the response will contain contents of all subfolders.": "如果設置為 true,列出文件夾操作將遞歸應用於所有子文件夾,並且響應將包含所有子文件夾的內容。",
|
|
92
93
|
"The maximum number of results to return (between 1 and 2000). Default is 2000 if not specified.": "返回的最大結果數量(1 到 2000 之間)。如果未指定則默認為 2000。",
|
|
93
94
|
"Authorization headers are injected automatically from your connection.": "授權頭自動從您的連接中注入。",
|
|
95
|
+
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
|
94
96
|
"Relevance": "關聯性",
|
|
95
97
|
"Modified Time": "修改時間",
|
|
96
98
|
"Active": "活動",
|