@activepieces/piece-apitemplate-io 0.0.3 → 0.0.5

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,16 +1,11 @@
1
1
  {
2
2
  "name": "@activepieces/piece-apitemplate-io",
3
- "version": "0.0.3",
3
+ "version": "0.0.5",
4
4
  "type": "commonjs",
5
5
  "main": "./src/index.js",
6
6
  "types": "./src/index.d.ts",
7
7
  "dependencies": {
8
- "@ai-sdk/anthropic": "1.2.12",
9
- "@ai-sdk/google": "1.2.19",
10
- "@ai-sdk/openai": "1.3.22",
11
- "@ai-sdk/replicate": "0.2.8",
12
8
  "@sinclair/typebox": "0.34.11",
13
- "ai": "4.3.16",
14
9
  "axios": "1.8.3",
15
10
  "axios-retry": "4.4.1",
16
11
  "deepmerge-ts": "7.1.0",
@@ -20,9 +15,9 @@
20
15
  "semver": "7.6.0",
21
16
  "tslib": "^2.3.0",
22
17
  "zod": "3.25.76",
23
- "@activepieces/pieces-common": "0.6.4",
24
- "@activepieces/pieces-framework": "0.18.2",
25
- "@activepieces/shared": "0.18.0"
18
+ "@activepieces/pieces-common": "0.7.0",
19
+ "@activepieces/pieces-framework": "0.18.4",
20
+ "@activepieces/shared": "0.19.0"
26
21
  },
27
22
  "overrides": {
28
23
  "@tryfabric/martian": {
package/src/i18n/de.json CHANGED
@@ -64,6 +64,7 @@
64
64
  "Headers": "Kopfzeilen",
65
65
  "Query Parameters": "Abfrageparameter",
66
66
  "Body": "Körper",
67
+ "Response is Binary ?": "Antwort ist binär?",
67
68
  "No Error on Failure": "Kein Fehler bei Fehler",
68
69
  "Timeout (in seconds)": "Timeout (in Sekunden)",
69
70
  "JSON data with overrides array to populate the template. Format: {\"overrides\": [{\"name\": \"object_name\", \"property\": \"value\"}]}.": "JSON-Daten mit überschreibt Array, um die Vorlage zu füllen. Format: {\"overrides\": [{\"name\": \"object_name\", \"property\": \"value\"}]}.",
@@ -101,6 +102,7 @@
101
102
  "End date for filtering (YYYY-MM-DD format, optional)": "Enddatum für die Filterung (JJJJ-MM-TT Format, optional)",
102
103
  "Filter by external reference ID (meta field)": "Nach externer Referenz-ID filtern (Meta-Feld)",
103
104
  "Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
105
+ "Enable for files like PDFs, images, etc..": "Aktivieren für Dateien wie PDFs, Bilder, etc..",
104
106
  "A4": "A4",
105
107
  "A3": "A3",
106
108
  "A5": "A5",
package/src/i18n/es.json CHANGED
@@ -64,6 +64,7 @@
64
64
  "Headers": "Encabezados",
65
65
  "Query Parameters": "Parámetros de consulta",
66
66
  "Body": "Cuerpo",
67
+ "Response is Binary ?": "¿Respuesta es binaria?",
67
68
  "No Error on Failure": "No hay ningún error en fallo",
68
69
  "Timeout (in seconds)": "Tiempo de espera (en segundos)",
69
70
  "JSON data with overrides array to populate the template. Format: {\"overrides\": [{\"name\": \"object_name\", \"property\": \"value\"}]}.": "Datos JSON con matriz de sobreescritura para rellenar la plantilla. Formato: {\"overrides\": [{\"name\": \"object_name\", \"property\": \"value\"}]}.",
@@ -101,6 +102,7 @@
101
102
  "End date for filtering (YYYY-MM-DD format, optional)": "Fecha de fin del filtrado (formato AAA-MM-DD, opcional)",
102
103
  "Filter by external reference ID (meta field)": "Filtrar por ID de referencia externa (meta campo)",
103
104
  "Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
105
+ "Enable for files like PDFs, images, etc..": "Activar para archivos como PDFs, imágenes, etc.",
104
106
  "A4": "R4",
105
107
  "A3": "R3",
106
108
  "A5": "R5",
package/src/i18n/fr.json CHANGED
@@ -64,6 +64,7 @@
64
64
  "Headers": "En-têtes",
65
65
  "Query Parameters": "Paramètres de requête",
66
66
  "Body": "Corps",
67
+ "Response is Binary ?": "La réponse est Binaire ?",
67
68
  "No Error on Failure": "Aucune erreur en cas d'échec",
68
69
  "Timeout (in seconds)": "Délai d'attente (en secondes)",
69
70
  "JSON data with overrides array to populate the template. Format: {\"overrides\": [{\"name\": \"object_name\", \"property\": \"value\"}]}.": "Les données JSON avec un tableau surchargeant le modèle. Format: {\"overrides\": [{\"name\": \"object_name\", \"property\": \"value\"}]}.",
@@ -101,6 +102,7 @@
101
102
  "End date for filtering (YYYY-MM-DD format, optional)": "Date de fin de filtrage (format AAAA-MM-JJ, optionnel)",
102
103
  "Filter by external reference ID (meta field)": "Filtrer par ID de référence externe (champ meta)",
103
104
  "Authorization headers are injected automatically from your connection.": "Les en-têtes d'autorisation sont injectés automatiquement à partir de votre connexion.",
105
+ "Enable for files like PDFs, images, etc..": "Activer pour les fichiers comme les PDFs, les images, etc.",
104
106
  "A4": "A4",
105
107
  "A3": "A3",
106
108
  "A5": "A5",
package/src/i18n/ja.json CHANGED
@@ -64,6 +64,7 @@
64
64
  "Headers": "ヘッダー",
65
65
  "Query Parameters": "クエリパラメータ",
66
66
  "Body": "本文",
67
+ "Response is Binary ?": "応答はバイナリですか?",
67
68
  "No Error on Failure": "失敗時にエラーはありません",
68
69
  "Timeout (in seconds)": "タイムアウト(秒)",
69
70
  "JSON data with overrides array to populate the template. Format: {\"overrides\": [{\"name\": \"object_name\", \"property\": \"value\"}]}.": "テンプレートを追加するための配列をオーバーライドするJSONデータ。フォーマット: {\"overrides\": [{\"name\": \"object_name\", \"property\": \"value\"}]}.",
@@ -101,6 +102,7 @@
101
102
  "End date for filtering (YYYY-MM-DD format, optional)": "フィルタリングの終了日 (YYYY-MM-DD形式、任意)",
102
103
  "Filter by external reference ID (meta field)": "外部参照IDでフィルター (メタフィールド)",
103
104
  "Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
105
+ "Enable for files like PDFs, images, etc..": "PDF、画像などのファイルを有効にします。",
104
106
  "A4": "A4",
105
107
  "A3": "A3",
106
108
  "A5": "A5",
package/src/i18n/nl.json CHANGED
@@ -64,6 +64,7 @@
64
64
  "Headers": "Kopteksten",
65
65
  "Query Parameters": "Query parameters",
66
66
  "Body": "Lichaam",
67
+ "Response is Binary ?": "Antwoord is binair?",
67
68
  "No Error on Failure": "Geen fout bij fout",
68
69
  "Timeout (in seconds)": "Time-out (in seconden)",
69
70
  "JSON data with overrides array to populate the template. Format: {\"overrides\": [{\"name\": \"object_name\", \"property\": \"value\"}]}.": "JSON-gegevens met overrides array om het sjabloon te vullen. Formaat: {\"overrides\": [{\"name\": \"object_name\", \"property\": \"value\"}}.",
@@ -101,6 +102,7 @@
101
102
  "End date for filtering (YYYY-MM-DD format, optional)": "Einddatum voor het filteren (JJJJ-MM-DD formaat, optioneel)",
102
103
  "Filter by external reference ID (meta field)": "Filter op extern referentie-ID (meta veld)",
103
104
  "Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
105
+ "Enable for files like PDFs, images, etc..": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc..",
104
106
  "A4": "A4",
105
107
  "A3": "A3",
106
108
  "A5": "A5",
package/src/i18n/pt.json CHANGED
@@ -64,6 +64,7 @@
64
64
  "Headers": "Cabeçalhos",
65
65
  "Query Parameters": "Parâmetros da consulta",
66
66
  "Body": "Conteúdo",
67
+ "Response is Binary ?": "A resposta é binária ?",
67
68
  "No Error on Failure": "Nenhum erro no Failure",
68
69
  "Timeout (in seconds)": "Tempo limite (em segundos)",
69
70
  "JSON data with overrides array to populate the template. Format: {\"overrides\": [{\"name\": \"object_name\", \"property\": \"value\"}]}.": "Dados JSON com matriz de substituições para preencher o template. Formato: {\"overrides\": [{\"name\": \"object_name\", \"property\": \"value\"}]}.",
@@ -101,6 +102,7 @@
101
102
  "End date for filtering (YYYY-MM-DD format, optional)": "Data final para filtragem (AAAA-MM-DD formato, opcional)",
102
103
  "Filter by external reference ID (meta field)": "Filtrar por ID de referência externo (campo meta)",
103
104
  "Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
105
+ "Enable for files like PDFs, images, etc..": "Habilitar para arquivos como PDFs, imagens, etc..",
104
106
  "A4": "A4",
105
107
  "A3": "A3",
106
108
  "A5": "A5",
@@ -64,6 +64,7 @@
64
64
  "Headers": "Headers",
65
65
  "Query Parameters": "Query Parameters",
66
66
  "Body": "Body",
67
+ "Response is Binary ?": "Response is Binary ?",
67
68
  "No Error on Failure": "No Error on Failure",
68
69
  "Timeout (in seconds)": "Timeout (in seconds)",
69
70
  "JSON data with overrides array to populate the template. Format: {\"overrides\": [{\"name\": \"object_name\", \"property\": \"value\"}]}.": "JSON data with overrides array to populate the template. Format: {\"overrides\": [{\"name\": \"object_name\", \"property\": \"value\"}]}.",
@@ -101,6 +102,7 @@
101
102
  "End date for filtering (YYYY-MM-DD format, optional)": "End date for filtering (YYYY-MM-DD format, optional)",
102
103
  "Filter by external reference ID (meta field)": "Filter by external reference ID (meta field)",
103
104
  "Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
105
+ "Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
104
106
  "A4": "A4",
105
107
  "A3": "A3",
106
108
  "A5": "A5",
package/src/i18n/zh.json CHANGED
@@ -64,6 +64,7 @@
64
64
  "Headers": "信头",
65
65
  "Query Parameters": "查询参数",
66
66
  "Body": "正文内容",
67
+ "Response is Binary ?": "Response is Binary ?",
67
68
  "No Error on Failure": "失败时没有错误",
68
69
  "Timeout (in seconds)": "超时(秒)",
69
70
  "JSON data with overrides array to populate the template. Format: {\"overrides\": [{\"name\": \"object_name\", \"property\": \"value\"}]}.": "JSON data with overrides array to populate the template. Format: {\"overrides\": [{\"name\": \"object_name\", \"property\": \"value\"}]}.",
@@ -101,6 +102,7 @@
101
102
  "End date for filtering (YYYY-MM-DD format, optional)": "End date for filtering (YYYY-MM-DD format, optional)",
102
103
  "Filter by external reference ID (meta field)": "Filter by external reference ID (meta field)",
103
104
  "Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
105
+ "Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
104
106
  "A4": "A4",
105
107
  "A3": "A3",
106
108
  "A5": "A5",