@activepieces/piece-pylon 0.0.6 → 0.0.7
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 +2 -2
- package/src/i18n/de.json +13 -13
- package/src/i18n/es.json +15 -15
- package/src/i18n/ja.json +15 -15
- package/src/i18n/nl.json +15 -15
- package/src/i18n/pt.json +18 -18
- package/src/i18n/zh.json +14 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-pylon",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.7",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"@sinclair/typebox": "0.34.11",
|
|
6
6
|
"axios": "1.8.3",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"zod": "3.25.76",
|
|
14
14
|
"@activepieces/pieces-common": "0.7.0",
|
|
15
15
|
"@activepieces/pieces-framework": "0.18.4",
|
|
16
|
-
"@activepieces/shared": "0.
|
|
16
|
+
"@activepieces/shared": "0.20.0",
|
|
17
17
|
"tslib": "2.8.1"
|
|
18
18
|
},
|
|
19
19
|
"overrides": {
|
package/src/i18n/de.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Pylon": "Pylon",
|
|
3
|
-
"Custom API Call": "
|
|
4
|
-
"Make a custom API call to a specific endpoint": "
|
|
5
|
-
"Method": "
|
|
6
|
-
"Headers": "
|
|
7
|
-
"Query Parameters": "
|
|
8
|
-
"Body": "
|
|
9
|
-
"Response is Binary ?": "
|
|
10
|
-
"No Error on Failure": "
|
|
11
|
-
"Timeout (in seconds)": "Timeout (in
|
|
12
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
13
|
-
"Enable for files like PDFs, images, etc..": "
|
|
14
|
-
"GET": "
|
|
3
|
+
"Custom API Call": "Eigener API-Aufruf",
|
|
4
|
+
"Make a custom API call to a specific endpoint": "Einen benutzerdefinierten API-Aufruf an einen bestimmten Endpunkt machen",
|
|
5
|
+
"Method": "Methode",
|
|
6
|
+
"Headers": "Kopfzeilen",
|
|
7
|
+
"Query Parameters": "Abfrageparameter",
|
|
8
|
+
"Body": "Körper",
|
|
9
|
+
"Response is Binary ?": "Antwort ist binär?",
|
|
10
|
+
"No Error on Failure": "Kein Fehler bei Fehler",
|
|
11
|
+
"Timeout (in seconds)": "Timeout (in Sekunden)",
|
|
12
|
+
"Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
|
|
13
|
+
"Enable for files like PDFs, images, etc..": "Aktivieren für Dateien wie PDFs, Bilder, etc..",
|
|
14
|
+
"GET": "ERHALTEN",
|
|
15
15
|
"POST": "POST",
|
|
16
16
|
"PATCH": "PATCH",
|
|
17
17
|
"PUT": "PUT",
|
|
18
|
-
"DELETE": "
|
|
18
|
+
"DELETE": "LÖSCHEN",
|
|
19
19
|
"HEAD": "HEAD"
|
|
20
20
|
}
|
package/src/i18n/es.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Pylon": "
|
|
3
|
-
"Custom API Call": "
|
|
4
|
-
"Make a custom API call to a specific endpoint": "
|
|
5
|
-
"Method": "
|
|
6
|
-
"Headers": "
|
|
7
|
-
"Query Parameters": "
|
|
8
|
-
"Body": "
|
|
9
|
-
"Response is Binary ?": "
|
|
10
|
-
"No Error on Failure": "No
|
|
11
|
-
"Timeout (in seconds)": "
|
|
12
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
13
|
-
"Enable for files like PDFs, images, etc..": "
|
|
14
|
-
"GET": "
|
|
2
|
+
"Pylon": "Pilón",
|
|
3
|
+
"Custom API Call": "Llamada API personalizada",
|
|
4
|
+
"Make a custom API call to a specific endpoint": "Hacer una llamada API personalizada a un extremo específico",
|
|
5
|
+
"Method": "Método",
|
|
6
|
+
"Headers": "Encabezados",
|
|
7
|
+
"Query Parameters": "Parámetros de consulta",
|
|
8
|
+
"Body": "Cuerpo",
|
|
9
|
+
"Response is Binary ?": "¿Respuesta es binaria?",
|
|
10
|
+
"No Error on Failure": "No hay ningún error en fallo",
|
|
11
|
+
"Timeout (in seconds)": "Tiempo de espera (en segundos)",
|
|
12
|
+
"Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
|
|
13
|
+
"Enable for files like PDFs, images, etc..": "Activar para archivos como PDFs, imágenes, etc.",
|
|
14
|
+
"GET": "RECOGER",
|
|
15
15
|
"POST": "POST",
|
|
16
16
|
"PATCH": "PATCH",
|
|
17
17
|
"PUT": "PUT",
|
|
18
|
-
"DELETE": "
|
|
19
|
-
"HEAD": "
|
|
18
|
+
"DELETE": "BORRAR",
|
|
19
|
+
"HEAD": "LIMPIO"
|
|
20
20
|
}
|
package/src/i18n/ja.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Pylon": "
|
|
3
|
-
"Custom API Call": "
|
|
4
|
-
"Make a custom API call to a specific endpoint": "
|
|
5
|
-
"Method": "
|
|
6
|
-
"Headers": "
|
|
7
|
-
"Query Parameters": "
|
|
8
|
-
"Body": "
|
|
9
|
-
"Response is Binary ?": "
|
|
10
|
-
"No Error on Failure": "
|
|
11
|
-
"Timeout (in seconds)": "
|
|
12
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
13
|
-
"Enable for files like PDFs, images, etc..": "
|
|
14
|
-
"GET": "
|
|
2
|
+
"Pylon": "パイロン",
|
|
3
|
+
"Custom API Call": "カスタムAPI通話",
|
|
4
|
+
"Make a custom API call to a specific endpoint": "特定のエンドポイントへのカスタム API コールを実行します。",
|
|
5
|
+
"Method": "方法",
|
|
6
|
+
"Headers": "ヘッダー",
|
|
7
|
+
"Query Parameters": "クエリパラメータ",
|
|
8
|
+
"Body": "本文",
|
|
9
|
+
"Response is Binary ?": "応答はバイナリですか?",
|
|
10
|
+
"No Error on Failure": "失敗時にエラーはありません",
|
|
11
|
+
"Timeout (in seconds)": "タイムアウト(秒)",
|
|
12
|
+
"Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
|
|
13
|
+
"Enable for files like PDFs, images, etc..": "PDF、画像などのファイルを有効にします。",
|
|
14
|
+
"GET": "取得",
|
|
15
15
|
"POST": "POST",
|
|
16
16
|
"PATCH": "PATCH",
|
|
17
17
|
"PUT": "PUT",
|
|
18
|
-
"DELETE": "
|
|
19
|
-
"HEAD": "
|
|
18
|
+
"DELETE": "削除",
|
|
19
|
+
"HEAD": "頭"
|
|
20
20
|
}
|
package/src/i18n/nl.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Pylon": "Pylon",
|
|
3
3
|
"Custom API Call": "Custom API Call",
|
|
4
|
-
"Make a custom API call to a specific endpoint": "
|
|
5
|
-
"Method": "
|
|
6
|
-
"Headers": "
|
|
7
|
-
"Query Parameters": "Query
|
|
8
|
-
"Body": "
|
|
9
|
-
"Response is Binary ?": "
|
|
10
|
-
"No Error on Failure": "
|
|
11
|
-
"Timeout (in seconds)": "
|
|
12
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
13
|
-
"Enable for files like PDFs, images, etc..": "
|
|
14
|
-
"GET": "
|
|
15
|
-
"POST": "
|
|
16
|
-
"PATCH": "
|
|
4
|
+
"Make a custom API call to a specific endpoint": "Maak een aangepaste API call naar een specifiek eindpunt",
|
|
5
|
+
"Method": "Methode",
|
|
6
|
+
"Headers": "Kopteksten",
|
|
7
|
+
"Query Parameters": "Query parameters",
|
|
8
|
+
"Body": "Lichaam",
|
|
9
|
+
"Response is Binary ?": "Antwoord is binair?",
|
|
10
|
+
"No Error on Failure": "Geen fout bij fout",
|
|
11
|
+
"Timeout (in seconds)": "Time-out (in seconden)",
|
|
12
|
+
"Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
|
|
13
|
+
"Enable for files like PDFs, images, etc..": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc..",
|
|
14
|
+
"GET": "KRIJG",
|
|
15
|
+
"POST": "POSTE",
|
|
16
|
+
"PATCH": "BEKIJK",
|
|
17
17
|
"PUT": "PUT",
|
|
18
|
-
"DELETE": "
|
|
19
|
-
"HEAD": "
|
|
18
|
+
"DELETE": "VERWIJDEREN",
|
|
19
|
+
"HEAD": "HOOFD"
|
|
20
20
|
}
|
package/src/i18n/pt.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Pylon": "
|
|
3
|
-
"Custom API Call": "
|
|
4
|
-
"Make a custom API call to a specific endpoint": "
|
|
5
|
-
"Method": "
|
|
6
|
-
"Headers": "
|
|
7
|
-
"Query Parameters": "
|
|
8
|
-
"Body": "
|
|
9
|
-
"Response is Binary ?": "
|
|
10
|
-
"No Error on Failure": "
|
|
11
|
-
"Timeout (in seconds)": "
|
|
12
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
13
|
-
"Enable for files like PDFs, images, etc..": "
|
|
14
|
-
"GET": "
|
|
15
|
-
"POST": "
|
|
16
|
-
"PATCH": "
|
|
17
|
-
"PUT": "
|
|
18
|
-
"DELETE": "
|
|
19
|
-
"HEAD": "
|
|
2
|
+
"Pylon": "Pilão",
|
|
3
|
+
"Custom API Call": "Chamada de API personalizada",
|
|
4
|
+
"Make a custom API call to a specific endpoint": "Faça uma chamada de API personalizada para um ponto de extremidade específico",
|
|
5
|
+
"Method": "Método",
|
|
6
|
+
"Headers": "Cabeçalhos",
|
|
7
|
+
"Query Parameters": "Parâmetros da consulta",
|
|
8
|
+
"Body": "Conteúdo",
|
|
9
|
+
"Response is Binary ?": "A resposta é binária ?",
|
|
10
|
+
"No Error on Failure": "Nenhum erro no Failure",
|
|
11
|
+
"Timeout (in seconds)": "Tempo limite (em segundos)",
|
|
12
|
+
"Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
|
|
13
|
+
"Enable for files like PDFs, images, etc..": "Habilitar para arquivos como PDFs, imagens, etc..",
|
|
14
|
+
"GET": "OBTER",
|
|
15
|
+
"POST": "POSTAR",
|
|
16
|
+
"PATCH": "COMPRAR",
|
|
17
|
+
"PUT": "COLOCAR",
|
|
18
|
+
"DELETE": "EXCLUIR",
|
|
19
|
+
"HEAD": "CABEÇA"
|
|
20
20
|
}
|
package/src/i18n/zh.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Pylon": "Pylon",
|
|
3
|
-
"Custom API Call": "
|
|
4
|
-
"Make a custom API call to a specific endpoint": "
|
|
5
|
-
"Method": "
|
|
6
|
-
"Headers": "
|
|
7
|
-
"Query Parameters": "
|
|
8
|
-
"Body": "
|
|
3
|
+
"Custom API Call": "自定义 API 呼叫",
|
|
4
|
+
"Make a custom API call to a specific endpoint": "将一个自定义 API 调用到一个特定的终点",
|
|
5
|
+
"Method": "方法",
|
|
6
|
+
"Headers": "信头",
|
|
7
|
+
"Query Parameters": "查询参数",
|
|
8
|
+
"Body": "正文内容",
|
|
9
9
|
"Response is Binary ?": "Response is Binary ?",
|
|
10
|
-
"No Error on Failure": "
|
|
11
|
-
"Timeout (in seconds)": "
|
|
12
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
10
|
+
"No Error on Failure": "失败时没有错误",
|
|
11
|
+
"Timeout (in seconds)": "超时(秒)",
|
|
12
|
+
"Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
|
|
13
13
|
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
|
14
|
-
"GET": "
|
|
15
|
-
"POST": "
|
|
14
|
+
"GET": "获取",
|
|
15
|
+
"POST": "帖子",
|
|
16
16
|
"PATCH": "PATCH",
|
|
17
|
-
"PUT": "
|
|
18
|
-
"DELETE": "
|
|
19
|
-
"HEAD": "
|
|
17
|
+
"PUT": "弹出",
|
|
18
|
+
"DELETE": "删除",
|
|
19
|
+
"HEAD": "黑色"
|
|
20
20
|
}
|