@activepieces/piece-apitemplate-io 0.0.5 → 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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@activepieces/piece-apitemplate-io",
3
- "version": "0.0.5",
3
+ "version": "0.0.7",
4
4
  "type": "commonjs",
5
5
  "main": "./src/index.js",
6
6
  "types": "./src/index.d.ts",
@@ -9,15 +9,14 @@
9
9
  "axios": "1.8.3",
10
10
  "axios-retry": "4.4.1",
11
11
  "deepmerge-ts": "7.1.0",
12
- "fast-glob": "3.3.3",
13
12
  "mime-types": "2.1.35",
14
13
  "nanoid": "3.3.8",
15
14
  "semver": "7.6.0",
16
15
  "tslib": "^2.3.0",
17
16
  "zod": "3.25.76",
18
17
  "@activepieces/pieces-common": "0.7.0",
19
- "@activepieces/pieces-framework": "0.18.4",
20
- "@activepieces/shared": "0.19.0"
18
+ "@activepieces/pieces-framework": "0.20.1",
19
+ "@activepieces/shared": "0.20.1"
21
20
  },
22
21
  "overrides": {
23
22
  "@tryfabric/martian": {
package/src/i18n/de.json CHANGED
@@ -1,5 +1,4 @@
1
1
  {
2
- "APITemplate.io": "APITemplate.io",
3
2
  "Region": "Region",
4
3
  "API Key": "API-Schlüssel",
5
4
  "Select your preferred API region for better performance": "Wählen Sie Ihre bevorzugte API-Region für eine bessere Leistung",
package/src/i18n/es.json CHANGED
@@ -1,5 +1,4 @@
1
1
  {
2
- "APITemplate.io": "APITemplate.io",
3
2
  "Region": "Región",
4
3
  "API Key": "Clave API",
5
4
  "Select your preferred API region for better performance": "Seleccione su región API preferida para un mejor rendimiento",
package/src/i18n/fr.json CHANGED
@@ -1,5 +1,4 @@
1
1
  {
2
- "APITemplate.io": "APITemplate.io",
3
2
  "Region": "Région",
4
3
  "API Key": "Clé API",
5
4
  "Select your preferred API region for better performance": "Sélectionnez votre région API préférée pour de meilleures performances",
@@ -19,7 +18,7 @@
19
18
  "Delete Object": "Supprimer l'objet",
20
19
  "Get Account Information": "Obtenir les informations du compte",
21
20
  "List Objects": "Lister les objets",
22
- "Custom API Call": "Appel API personnalisé",
21
+ "Custom API Call": "Appel d'API personnalisé",
23
22
  "Creates an image from a template with provided data.": "Crée une image à partir d'un modèle avec les données fournies.",
24
23
  "Creates a PDF from HTML.": "Crée un PDF à partir du HTML.",
25
24
  "Creates a PDF from a webpage URL.": "Crée un PDF à partir d'une URL de page web.",
@@ -27,7 +26,7 @@
27
26
  "Deletes a generated PDF or image by its transaction reference or object ID.": "Supprime un PDF ou une image généré par sa référence de transaction ou son ID d'objet.",
28
27
  "Retrieves account information including usage statistics and account details.": "Récupère les informations du compte y compris les statistiques d'utilisation et les détails du compte.",
29
28
  "Retrieves a list of generated PDFs and images with optional filtering": "Récupère une liste de PDFs générés et d'images avec filtrage facultatif",
30
- "Make a custom API call to a specific endpoint": "Passez un appel API personnalisé à un point de terminaison spécifique",
29
+ "Make a custom API call to a specific endpoint": "Passer un appel API personnalisé à un endpoint spécifique",
31
30
  "Template ID": "ID du modèle",
32
31
  "Template Data": "Données du modèle",
33
32
  "Generation Delay (ms)": "Délai de génération (ms)",
@@ -66,7 +65,7 @@
66
65
  "Body": "Corps",
67
66
  "Response is Binary ?": "La réponse est Binaire ?",
68
67
  "No Error on Failure": "Aucune erreur en cas d'échec",
69
- "Timeout (in seconds)": "Délai d'attente (en secondes)",
68
+ "Timeout (in seconds)": "Délai d'expiration (en secondes)",
70
69
  "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\"}]}.",
71
70
  "Delay in milliseconds before PDF generation": "Délai en millisecondes avant la génération de PDF",
72
71
  "Specify an external reference ID for your own reference": "Spécifiez un ID de référence externe pour votre propre référence",
@@ -102,7 +101,7 @@
102
101
  "End date for filtering (YYYY-MM-DD format, optional)": "Date de fin de filtrage (format AAAA-MM-JJ, optionnel)",
103
102
  "Filter by external reference ID (meta field)": "Filtrer par ID de référence externe (champ meta)",
104
103
  "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
+ "Enable for files like PDFs, images, etc..": "Activer pour les fichiers comme les PDF, les images, etc.",
106
105
  "A4": "A4",
107
106
  "A3": "A3",
108
107
  "A5": "A5",
@@ -111,10 +110,10 @@
111
110
  "Tabloid": "Tabloïde",
112
111
  "Portrait": "Portrait",
113
112
  "Landscape": "Paysage",
114
- "GET": "OBTENIR",
115
- "POST": "POSTER",
113
+ "GET": "GET",
114
+ "POST": "POST",
116
115
  "PATCH": "PATCH",
117
- "PUT": "EFFACER",
118
- "DELETE": "SUPPRIMER",
119
- "HEAD": "TÊTE"
116
+ "PUT": "PUT",
117
+ "DELETE": "DELETE",
118
+ "HEAD": "HEAD"
120
119
  }
package/src/i18n/ja.json CHANGED
@@ -1,5 +1,4 @@
1
1
  {
2
- "APITemplate.io": "APITemplate.io",
3
2
  "Region": "地域",
4
3
  "API Key": "API キー",
5
4
  "Select your preferred API region for better performance": "パフォーマンスを向上させるために、ご希望の API リージョンを選択してください",
package/src/i18n/nl.json CHANGED
@@ -1,5 +1,4 @@
1
1
  {
2
- "APITemplate.io": "APITemplate.io",
3
2
  "Region": "Regio",
4
3
  "API Key": "API Sleutel",
5
4
  "Select your preferred API region for better performance": "Selecteer uw gewenste API-regio voor betere prestaties",
package/src/i18n/pt.json CHANGED
@@ -1,5 +1,4 @@
1
1
  {
2
- "APITemplate.io": "APITemplate.io",
3
2
  "Region": "Região",
4
3
  "API Key": "Chave de API",
5
4
  "Select your preferred API region for better performance": "Selecione a região da API preferida para um melhor desempenho",
@@ -1,5 +1,4 @@
1
1
  {
2
- "APITemplate.io": "APITemplate.io",
3
2
  "Region": "Region",
4
3
  "API Key": "API Key",
5
4
  "Select your preferred API region for better performance": "Select your preferred API region for better performance",
package/src/i18n/zh.json CHANGED
@@ -1,5 +1,4 @@
1
1
  {
2
- "APITemplate.io": "APITemplate.io",
3
2
  "Region": "Region",
4
3
  "API Key": "API 密钥",
5
4
  "Select your preferred API region for better performance": "Select your preferred API region for better performance",