@activepieces/piece-onfleet 0.0.9 → 0.0.10
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,14 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-onfleet",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.10",
|
|
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
|
"@onfleet/node-onfleet": "1.3.3",
|
|
10
11
|
"@sinclair/typebox": "0.34.11",
|
|
11
|
-
"ai": "
|
|
12
|
+
"ai": "5.0.12",
|
|
12
13
|
"axios": "1.8.3",
|
|
13
14
|
"axios-retry": "4.4.1",
|
|
14
15
|
"dayjs": "1.11.9",
|
|
@@ -18,9 +19,9 @@
|
|
|
18
19
|
"nanoid": "3.3.8",
|
|
19
20
|
"semver": "7.6.0",
|
|
20
21
|
"zod": "3.25.76",
|
|
21
|
-
"@activepieces/pieces-common": "0.6.
|
|
22
|
+
"@activepieces/pieces-common": "0.6.7",
|
|
22
23
|
"@activepieces/pieces-framework": "0.18.3",
|
|
23
|
-
"@activepieces/shared": "0.18.
|
|
24
|
+
"@activepieces/shared": "0.18.5",
|
|
24
25
|
"tslib": "2.8.1"
|
|
25
26
|
},
|
|
26
27
|
"overrides": {
|
package/src/i18n/de.json
CHANGED
|
@@ -114,6 +114,7 @@
|
|
|
114
114
|
"Headers": "Kopfzeilen",
|
|
115
115
|
"Query Parameters": "Abfrageparameter",
|
|
116
116
|
"Body": "Körper",
|
|
117
|
+
"Response is Binary ?": "Antwort ist binär?",
|
|
117
118
|
"No Error on Failure": "Kein Fehler bei Fehler",
|
|
118
119
|
"Timeout (in seconds)": "Timeout (in Sekunden)",
|
|
119
120
|
"The recipient's full name": "Der vollständige Name des Empfängers",
|
|
@@ -149,6 +150,7 @@
|
|
|
149
150
|
"Name of the team": "Name des Teams",
|
|
150
151
|
"Allows Drivers to Self Assign Tasks that are in the Team unassigned container.": "Ermöglicht Treibern selbst Aufgaben zuzuweisen, die im Team nicht zugewiesenen Container sind.",
|
|
151
152
|
"Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
|
|
153
|
+
"Enable for files like PDFs, images, etc..": "Aktivieren für Dateien wie PDFs, Bilder, etc..",
|
|
152
154
|
"GET": "ERHALTEN",
|
|
153
155
|
"POST": "POST",
|
|
154
156
|
"PATCH": "PATCH",
|
package/src/i18n/es.json
CHANGED
|
@@ -114,6 +114,7 @@
|
|
|
114
114
|
"Headers": "Encabezados",
|
|
115
115
|
"Query Parameters": "Parámetros de consulta",
|
|
116
116
|
"Body": "Cuerpo",
|
|
117
|
+
"Response is Binary ?": "¿Respuesta es binaria?",
|
|
117
118
|
"No Error on Failure": "No hay ningún error en fallo",
|
|
118
119
|
"Timeout (in seconds)": "Tiempo de espera (en segundos)",
|
|
119
120
|
"The recipient's full name": "Nombre completo del destinatario",
|
|
@@ -149,6 +150,7 @@
|
|
|
149
150
|
"Name of the team": "Nombre del equipo",
|
|
150
151
|
"Allows Drivers to Self Assign Tasks that are in the Team unassigned container.": "Permite a los Motivadores Auto-Asignar Tareas que están en el contenedor no asignado por equipo.",
|
|
151
152
|
"Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
|
|
153
|
+
"Enable for files like PDFs, images, etc..": "Activar para archivos como PDFs, imágenes, etc.",
|
|
152
154
|
"GET": "RECOGER",
|
|
153
155
|
"POST": "POST",
|
|
154
156
|
"PATCH": "PATCH",
|
package/src/i18n/fr.json
CHANGED
|
@@ -114,6 +114,7 @@
|
|
|
114
114
|
"Headers": "En-têtes",
|
|
115
115
|
"Query Parameters": "Paramètres de requête",
|
|
116
116
|
"Body": "Corps",
|
|
117
|
+
"Response is Binary ?": "La réponse est Binaire ?",
|
|
117
118
|
"No Error on Failure": "Aucune erreur en cas d'échec",
|
|
118
119
|
"Timeout (in seconds)": "Délai d'attente (en secondes)",
|
|
119
120
|
"The recipient's full name": "Le nom complet du destinataire",
|
|
@@ -149,6 +150,7 @@
|
|
|
149
150
|
"Name of the team": "Nom de l'équipe",
|
|
150
151
|
"Allows Drivers to Self Assign Tasks that are in the Team unassigned container.": "Permet aux conducteurs d'auto-assigner des tâches qui sont dans le conteneur de l'équipe non assigné.",
|
|
151
152
|
"Authorization headers are injected automatically from your connection.": "Les en-têtes d'autorisation sont injectés automatiquement à partir de votre connexion.",
|
|
153
|
+
"Enable for files like PDFs, images, etc..": "Activer pour les fichiers comme les PDFs, les images, etc.",
|
|
152
154
|
"GET": "OBTENIR",
|
|
153
155
|
"POST": "POSTER",
|
|
154
156
|
"PATCH": "PATCH",
|
package/src/i18n/ja.json
CHANGED
|
@@ -114,6 +114,7 @@
|
|
|
114
114
|
"Headers": "ヘッダー",
|
|
115
115
|
"Query Parameters": "クエリパラメータ",
|
|
116
116
|
"Body": "本文",
|
|
117
|
+
"Response is Binary ?": "応答はバイナリですか?",
|
|
117
118
|
"No Error on Failure": "失敗時にエラーはありません",
|
|
118
119
|
"Timeout (in seconds)": "タイムアウト(秒)",
|
|
119
120
|
"The recipient's full name": "受取人のフルネーム",
|
|
@@ -149,6 +150,7 @@
|
|
|
149
150
|
"Name of the team": "チーム名",
|
|
150
151
|
"Allows Drivers to Self Assign Tasks that are in the Team unassigned container.": "ドライバがチームに割り当てられていないコンテナ内のタスクを自己アサインすることができます。",
|
|
151
152
|
"Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
|
|
153
|
+
"Enable for files like PDFs, images, etc..": "PDF、画像などのファイルを有効にします。",
|
|
152
154
|
"GET": "取得",
|
|
153
155
|
"POST": "POST",
|
|
154
156
|
"PATCH": "PATCH",
|
package/src/i18n/nl.json
CHANGED
|
@@ -114,6 +114,7 @@
|
|
|
114
114
|
"Headers": "Kopteksten",
|
|
115
115
|
"Query Parameters": "Query parameters",
|
|
116
116
|
"Body": "Lichaam",
|
|
117
|
+
"Response is Binary ?": "Antwoord is binair?",
|
|
117
118
|
"No Error on Failure": "Geen fout bij fout",
|
|
118
119
|
"Timeout (in seconds)": "Time-out (in seconden)",
|
|
119
120
|
"The recipient's full name": "Volledige naam van de ontvanger",
|
|
@@ -149,6 +150,7 @@
|
|
|
149
150
|
"Name of the team": "Naam van het team",
|
|
150
151
|
"Allows Drivers to Self Assign Tasks that are in the Team unassigned container.": "Hiermee kunnen chauffeurs zelf taken toewijzen die in het Team niet toegewezen container zijn.",
|
|
151
152
|
"Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
|
|
153
|
+
"Enable for files like PDFs, images, etc..": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc..",
|
|
152
154
|
"GET": "KRIJG",
|
|
153
155
|
"POST": "POSTE",
|
|
154
156
|
"PATCH": "BEKIJK",
|
package/src/i18n/pt.json
CHANGED
|
@@ -114,6 +114,7 @@
|
|
|
114
114
|
"Headers": "Cabeçalhos",
|
|
115
115
|
"Query Parameters": "Parâmetros da consulta",
|
|
116
116
|
"Body": "Conteúdo",
|
|
117
|
+
"Response is Binary ?": "A resposta é binária ?",
|
|
117
118
|
"No Error on Failure": "Nenhum erro no Failure",
|
|
118
119
|
"Timeout (in seconds)": "Tempo limite (em segundos)",
|
|
119
120
|
"The recipient's full name": "Nome completo do destinatário",
|
|
@@ -149,6 +150,7 @@
|
|
|
149
150
|
"Name of the team": "Nome da equipe",
|
|
150
151
|
"Allows Drivers to Self Assign Tasks that are in the Team unassigned container.": "Permite que motoristas atribuam tarefas que estão na equipe não atribuída",
|
|
151
152
|
"Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
|
|
153
|
+
"Enable for files like PDFs, images, etc..": "Habilitar para arquivos como PDFs, imagens, etc..",
|
|
152
154
|
"GET": "OBTER",
|
|
153
155
|
"POST": "POSTAR",
|
|
154
156
|
"PATCH": "COMPRAR",
|
|
@@ -114,6 +114,7 @@
|
|
|
114
114
|
"Headers": "Headers",
|
|
115
115
|
"Query Parameters": "Query Parameters",
|
|
116
116
|
"Body": "Body",
|
|
117
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
117
118
|
"No Error on Failure": "No Error on Failure",
|
|
118
119
|
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
119
120
|
"The recipient's full name": "The recipient's full name",
|
|
@@ -149,6 +150,7 @@
|
|
|
149
150
|
"Name of the team": "Name of the team",
|
|
150
151
|
"Allows Drivers to Self Assign Tasks that are in the Team unassigned container.": "Allows Drivers to Self Assign Tasks that are in the Team unassigned container.",
|
|
151
152
|
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
153
|
+
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
|
152
154
|
"GET": "GET",
|
|
153
155
|
"POST": "POST",
|
|
154
156
|
"PATCH": "PATCH",
|
package/src/i18n/zh.json
CHANGED
|
@@ -114,6 +114,7 @@
|
|
|
114
114
|
"Headers": "信头",
|
|
115
115
|
"Query Parameters": "查询参数",
|
|
116
116
|
"Body": "正文内容",
|
|
117
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
117
118
|
"No Error on Failure": "失败时没有错误",
|
|
118
119
|
"Timeout (in seconds)": "超时(秒)",
|
|
119
120
|
"The recipient's full name": "The recipient's full name",
|
|
@@ -149,6 +150,7 @@
|
|
|
149
150
|
"Name of the team": "Name of the team",
|
|
150
151
|
"Allows Drivers to Self Assign Tasks that are in the Team unassigned container.": "Allows Drivers to Self Assign Tasks that are in the Team unassigned container.",
|
|
151
152
|
"Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
|
|
153
|
+
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
|
152
154
|
"GET": "获取",
|
|
153
155
|
"POST": "帖子",
|
|
154
156
|
"PATCH": "PATCH",
|