@activepieces/piece-bannerbear 0.4.0 → 0.4.1
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 +6 -4
- package/src/i18n/de.json +8 -2
- package/src/i18n/es.json +8 -2
- package/src/i18n/fr.json +8 -2
- package/src/i18n/ja.json +8 -2
- package/src/i18n/nl.json +8 -2
- package/src/i18n/pt.json +8 -2
- package/src/i18n/translation.json +8 -2
- package/src/i18n/zh.json +8 -2
package/package.json
CHANGED
|
@@ -1,20 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-bannerbear",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.1",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"@sinclair/typebox": "0.34.11",
|
|
6
|
+
"ai": "^6.0.0",
|
|
6
7
|
"axios": "1.13.1",
|
|
7
8
|
"axios-retry": "4.4.1",
|
|
8
9
|
"deepmerge-ts": "7.1.0",
|
|
9
10
|
"form-data": "4.0.4",
|
|
11
|
+
"i18next": "23.13.0",
|
|
10
12
|
"mime-types": "2.1.35",
|
|
11
13
|
"nanoid": "3.3.8",
|
|
12
14
|
"semver": "7.6.0",
|
|
13
15
|
"socket.io-client": "4.8.1",
|
|
14
16
|
"zod": "4.1.13",
|
|
15
|
-
"@activepieces/pieces-common": "0.11.
|
|
16
|
-
"@activepieces/pieces-framework": "0.
|
|
17
|
-
"@activepieces/shared": "0.
|
|
17
|
+
"@activepieces/pieces-common": "0.11.2",
|
|
18
|
+
"@activepieces/pieces-framework": "0.24.0",
|
|
19
|
+
"@activepieces/shared": "0.32.0",
|
|
18
20
|
"tslib": "2.6.2"
|
|
19
21
|
},
|
|
20
22
|
"resolutions": {
|
package/src/i18n/de.json
CHANGED
|
@@ -14,10 +14,12 @@
|
|
|
14
14
|
"Method": "Methode",
|
|
15
15
|
"Headers": "Kopfzeilen",
|
|
16
16
|
"Query Parameters": "Abfrageparameter",
|
|
17
|
+
"Body Type": "Körpertyp",
|
|
17
18
|
"Body": "Körper",
|
|
18
19
|
"Response is Binary ?": "Antwort ist binär?",
|
|
19
20
|
"No Error on Failure": "Kein Fehler bei Fehler",
|
|
20
21
|
"Timeout (in seconds)": "Timeout (in Sekunden)",
|
|
22
|
+
"Follow redirects": "Weiterleitungen folgen",
|
|
21
23
|
"The template to use in image creation.": "Die Vorlage, die bei der Erstellung von Bildern verwendet wird.",
|
|
22
24
|
"Create image based on a specific version of the template.": "Erstellen Sie ein Bild basierend auf einer bestimmten Version der Vorlage.",
|
|
23
25
|
"A list of modifications you want to make on the template.": "Eine Liste der Änderungen, die Sie im Template vornehmen möchten.",
|
|
@@ -25,11 +27,15 @@
|
|
|
25
27
|
"Render a PDF instead of a PNG. Default is false.": "PDF anstelle eines PNGs ausgeben. Standard ist falsch.",
|
|
26
28
|
"Any metadata that you need to store e.g. ID of a record in your DB.": "Alle Metadaten, die Sie benötigen, um z.B. die ID eines Datensatzes in Ihrer Datenbank zu speichern.",
|
|
27
29
|
"Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
|
|
28
|
-
"Enable for files like PDFs, images, etc
|
|
30
|
+
"Enable for files like PDFs, images, etc.": "Aktivieren für Dateien wie PDFs, Bilder usw.",
|
|
29
31
|
"GET": "ERHALTEN",
|
|
30
32
|
"POST": "POST",
|
|
31
33
|
"PATCH": "PATCH",
|
|
32
34
|
"PUT": "PUT",
|
|
33
35
|
"DELETE": "LÖSCHEN",
|
|
34
|
-
"HEAD": "HEAD"
|
|
36
|
+
"HEAD": "HEAD",
|
|
37
|
+
"None": "Keine",
|
|
38
|
+
"JSON": "JSON",
|
|
39
|
+
"Form Data": "Formulardaten",
|
|
40
|
+
"Raw": "Rohe"
|
|
35
41
|
}
|
package/src/i18n/es.json
CHANGED
|
@@ -14,10 +14,12 @@
|
|
|
14
14
|
"Method": "Método",
|
|
15
15
|
"Headers": "Encabezados",
|
|
16
16
|
"Query Parameters": "Parámetros de consulta",
|
|
17
|
+
"Body Type": "Tipo de cuerpo",
|
|
17
18
|
"Body": "Cuerpo",
|
|
18
19
|
"Response is Binary ?": "¿Respuesta es binaria?",
|
|
19
20
|
"No Error on Failure": "No hay ningún error en fallo",
|
|
20
21
|
"Timeout (in seconds)": "Tiempo de espera (en segundos)",
|
|
22
|
+
"Follow redirects": "Seguir redirecciones",
|
|
21
23
|
"The template to use in image creation.": "La plantilla a usar en la creación de imágenes.",
|
|
22
24
|
"Create image based on a specific version of the template.": "Crear una imagen basada en una versión específica de la plantilla.",
|
|
23
25
|
"A list of modifications you want to make on the template.": "Una lista de modificaciones que desea hacer en la plantilla.",
|
|
@@ -25,11 +27,15 @@
|
|
|
25
27
|
"Render a PDF instead of a PNG. Default is false.": "Procesar un PDF en lugar de un PNG. Por defecto es falso.",
|
|
26
28
|
"Any metadata that you need to store e.g. ID of a record in your DB.": "Cualquier metadata que necesite almacenar por ejemplo el ID de un registro en su DB.",
|
|
27
29
|
"Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
|
|
28
|
-
"Enable for files like PDFs, images, etc
|
|
30
|
+
"Enable for files like PDFs, images, etc.": "Activar para archivos como PDFs, imágenes, etc.",
|
|
29
31
|
"GET": "RECOGER",
|
|
30
32
|
"POST": "POST",
|
|
31
33
|
"PATCH": "PATCH",
|
|
32
34
|
"PUT": "PUT",
|
|
33
35
|
"DELETE": "BORRAR",
|
|
34
|
-
"HEAD": "LIMPIO"
|
|
36
|
+
"HEAD": "LIMPIO",
|
|
37
|
+
"None": "Ninguna",
|
|
38
|
+
"JSON": "JSON",
|
|
39
|
+
"Form Data": "Datos de Formulario",
|
|
40
|
+
"Raw": "Rápido"
|
|
35
41
|
}
|
package/src/i18n/fr.json
CHANGED
|
@@ -14,10 +14,12 @@
|
|
|
14
14
|
"Method": "Méthode",
|
|
15
15
|
"Headers": "En-têtes",
|
|
16
16
|
"Query Parameters": "Paramètres de requête",
|
|
17
|
+
"Body Type": "Body Type",
|
|
17
18
|
"Body": "Corps",
|
|
18
19
|
"Response is Binary ?": "La réponse est Binaire ?",
|
|
19
20
|
"No Error on Failure": "Aucune erreur en cas d'échec",
|
|
20
21
|
"Timeout (in seconds)": "Délai d'attente (en secondes)",
|
|
22
|
+
"Follow redirects": "Suivre les redirections",
|
|
21
23
|
"The template to use in image creation.": "Le modèle à utiliser dans la création d'image.",
|
|
22
24
|
"Create image based on a specific version of the template.": "Créer une image basée sur une version spécifique du modèle.",
|
|
23
25
|
"A list of modifications you want to make on the template.": "Une liste de modifications que vous voulez faire sur le modèle.",
|
|
@@ -25,11 +27,15 @@
|
|
|
25
27
|
"Render a PDF instead of a PNG. Default is false.": "Renvoie un PDF au lieu d'un PNG. La valeur par défaut est false.",
|
|
26
28
|
"Any metadata that you need to store e.g. ID of a record in your DB.": "Toutes les métadonnées dont vous avez besoin pour stocker par exemple l'ID d'un enregistrement dans votre base de données.",
|
|
27
29
|
"Authorization headers are injected automatically from your connection.": "Les en-têtes d'autorisation sont injectés automatiquement à partir de votre connexion.",
|
|
28
|
-
"Enable for files like PDFs, images, etc
|
|
30
|
+
"Enable for files like PDFs, images, etc.": "Activer pour les fichiers comme les PDFs, les images, etc.",
|
|
29
31
|
"GET": "OBTENIR",
|
|
30
32
|
"POST": "POSTER",
|
|
31
33
|
"PATCH": "PATCH",
|
|
32
34
|
"PUT": "EFFACER",
|
|
33
35
|
"DELETE": "SUPPRIMER",
|
|
34
|
-
"HEAD": "TÊTE"
|
|
36
|
+
"HEAD": "TÊTE",
|
|
37
|
+
"None": "Aucun",
|
|
38
|
+
"JSON": "JSON",
|
|
39
|
+
"Form Data": "Données du formulaire",
|
|
40
|
+
"Raw": "Brut"
|
|
35
41
|
}
|
package/src/i18n/ja.json
CHANGED
|
@@ -14,10 +14,12 @@
|
|
|
14
14
|
"Method": "方法",
|
|
15
15
|
"Headers": "ヘッダー",
|
|
16
16
|
"Query Parameters": "クエリパラメータ",
|
|
17
|
+
"Body Type": "ボディタイプ",
|
|
17
18
|
"Body": "本文",
|
|
18
19
|
"Response is Binary ?": "応答はバイナリですか?",
|
|
19
20
|
"No Error on Failure": "失敗時にエラーはありません",
|
|
20
21
|
"Timeout (in seconds)": "タイムアウト(秒)",
|
|
22
|
+
"Follow redirects": "リダイレクトをフォローする",
|
|
21
23
|
"The template to use in image creation.": "イメージ作成で使用するテンプレート。",
|
|
22
24
|
"Create image based on a specific version of the template.": "テンプレートの特定のバージョンに基づいて画像を作成します。",
|
|
23
25
|
"A list of modifications you want to make on the template.": "テンプレート上で行う変更のリスト。",
|
|
@@ -25,11 +27,15 @@
|
|
|
25
27
|
"Render a PDF instead of a PNG. Default is false.": "PNGの代わりにPDFをレンダリングします。デフォルトはfalseです。",
|
|
26
28
|
"Any metadata that you need to store e.g. ID of a record in your DB.": "たとえば、DBにレコードのIDなどを保存する必要があるメタデータ。",
|
|
27
29
|
"Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
|
|
28
|
-
"Enable for files like PDFs, images, etc
|
|
30
|
+
"Enable for files like PDFs, images, etc.": "PDF、画像などのファイルを有効にする",
|
|
29
31
|
"GET": "取得",
|
|
30
32
|
"POST": "POST",
|
|
31
33
|
"PATCH": "PATCH",
|
|
32
34
|
"PUT": "PUT",
|
|
33
35
|
"DELETE": "削除",
|
|
34
|
-
"HEAD": "頭"
|
|
36
|
+
"HEAD": "頭",
|
|
37
|
+
"None": "なし",
|
|
38
|
+
"JSON": "JSON",
|
|
39
|
+
"Form Data": "フォームデータ",
|
|
40
|
+
"Raw": "Raw"
|
|
35
41
|
}
|
package/src/i18n/nl.json
CHANGED
|
@@ -14,10 +14,12 @@
|
|
|
14
14
|
"Method": "Methode",
|
|
15
15
|
"Headers": "Kopteksten",
|
|
16
16
|
"Query Parameters": "Query parameters",
|
|
17
|
+
"Body Type": "Type lichaam",
|
|
17
18
|
"Body": "Lichaam",
|
|
18
19
|
"Response is Binary ?": "Antwoord is binair?",
|
|
19
20
|
"No Error on Failure": "Geen fout bij fout",
|
|
20
21
|
"Timeout (in seconds)": "Time-out (in seconden)",
|
|
22
|
+
"Follow redirects": "Volg omleidingen",
|
|
21
23
|
"The template to use in image creation.": "Het sjabloon dat gebruikt moet worden bij het maken van afbeeldingen.",
|
|
22
24
|
"Create image based on a specific version of the template.": "Maak afbeelding aan op basis van een specifieke versie van de template.",
|
|
23
25
|
"A list of modifications you want to make on the template.": "Een lijst van wijzigingen die je wilt aanbrengen op de template.",
|
|
@@ -25,11 +27,15 @@
|
|
|
25
27
|
"Render a PDF instead of a PNG. Default is false.": "Geef een PDF weer in plaats van een PNG. Standaard is onwaar.",
|
|
26
28
|
"Any metadata that you need to store e.g. ID of a record in your DB.": "Elke metagegevens die u moet opslaan, bijv. ID van een record in uw database.",
|
|
27
29
|
"Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
|
|
28
|
-
"Enable for files like PDFs, images, etc
|
|
30
|
+
"Enable for files like PDFs, images, etc.": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc.",
|
|
29
31
|
"GET": "KRIJG",
|
|
30
32
|
"POST": "POSTE",
|
|
31
33
|
"PATCH": "BEKIJK",
|
|
32
34
|
"PUT": "PUT",
|
|
33
35
|
"DELETE": "VERWIJDEREN",
|
|
34
|
-
"HEAD": "HOOFD"
|
|
36
|
+
"HEAD": "HOOFD",
|
|
37
|
+
"None": "geen",
|
|
38
|
+
"JSON": "JSON",
|
|
39
|
+
"Form Data": "Formulieren gegevens",
|
|
40
|
+
"Raw": "Onbewerkte"
|
|
35
41
|
}
|
package/src/i18n/pt.json
CHANGED
|
@@ -14,10 +14,12 @@
|
|
|
14
14
|
"Method": "Método",
|
|
15
15
|
"Headers": "Cabeçalhos",
|
|
16
16
|
"Query Parameters": "Parâmetros da consulta",
|
|
17
|
+
"Body Type": "Tipo de Corpo",
|
|
17
18
|
"Body": "Conteúdo",
|
|
18
19
|
"Response is Binary ?": "A resposta é binária ?",
|
|
19
20
|
"No Error on Failure": "Nenhum erro no Failure",
|
|
20
21
|
"Timeout (in seconds)": "Tempo limite (em segundos)",
|
|
22
|
+
"Follow redirects": "Seguir redirecionamentos",
|
|
21
23
|
"The template to use in image creation.": "O modelo a ser usado na criação de imagem.",
|
|
22
24
|
"Create image based on a specific version of the template.": "Criar imagem com base em uma versão específica do modelo.",
|
|
23
25
|
"A list of modifications you want to make on the template.": "Uma lista de modificações que você quer fazer no modelo.",
|
|
@@ -25,11 +27,15 @@
|
|
|
25
27
|
"Render a PDF instead of a PNG. Default is false.": "Renderizar um PDF em vez de um PNG. O padrão é falso.",
|
|
26
28
|
"Any metadata that you need to store e.g. ID of a record in your DB.": "Quaisquer metadados que você precise armazenar por exemplo a identificação de um registro em seu banco de dados.",
|
|
27
29
|
"Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
|
|
28
|
-
"Enable for files like PDFs, images, etc
|
|
30
|
+
"Enable for files like PDFs, images, etc.": "Habilitar para arquivos como PDFs, imagens, etc.",
|
|
29
31
|
"GET": "OBTER",
|
|
30
32
|
"POST": "POSTAR",
|
|
31
33
|
"PATCH": "COMPRAR",
|
|
32
34
|
"PUT": "COLOCAR",
|
|
33
35
|
"DELETE": "EXCLUIR",
|
|
34
|
-
"HEAD": "CABEÇA"
|
|
36
|
+
"HEAD": "CABEÇA",
|
|
37
|
+
"None": "Nenhuma",
|
|
38
|
+
"JSON": "JSON",
|
|
39
|
+
"Form Data": "Dados de Formulário",
|
|
40
|
+
"Raw": "RAW"
|
|
35
41
|
}
|
|
@@ -14,10 +14,12 @@
|
|
|
14
14
|
"Method": "Method",
|
|
15
15
|
"Headers": "Headers",
|
|
16
16
|
"Query Parameters": "Query Parameters",
|
|
17
|
+
"Body Type": "Body Type",
|
|
17
18
|
"Body": "Body",
|
|
18
19
|
"Response is Binary ?": "Response is Binary ?",
|
|
19
20
|
"No Error on Failure": "No Error on Failure",
|
|
20
21
|
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
22
|
+
"Follow redirects": "Follow redirects",
|
|
21
23
|
"The template to use in image creation.": "The template to use in image creation.",
|
|
22
24
|
"Create image based on a specific version of the template.": "Create image based on a specific version of the template.",
|
|
23
25
|
"A list of modifications you want to make on the template.": "A list of modifications you want to make on the template.",
|
|
@@ -25,11 +27,15 @@
|
|
|
25
27
|
"Render a PDF instead of a PNG. Default is false.": "Render a PDF instead of a PNG. Default is false.",
|
|
26
28
|
"Any metadata that you need to store e.g. ID of a record in your DB.": "Any metadata that you need to store e.g. ID of a record in your DB.",
|
|
27
29
|
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
28
|
-
"Enable for files like PDFs, images, etc
|
|
30
|
+
"Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
|
|
29
31
|
"GET": "GET",
|
|
30
32
|
"POST": "POST",
|
|
31
33
|
"PATCH": "PATCH",
|
|
32
34
|
"PUT": "PUT",
|
|
33
35
|
"DELETE": "DELETE",
|
|
34
|
-
"HEAD": "HEAD"
|
|
36
|
+
"HEAD": "HEAD",
|
|
37
|
+
"None": "None",
|
|
38
|
+
"JSON": "JSON",
|
|
39
|
+
"Form Data": "Form Data",
|
|
40
|
+
"Raw": "Raw"
|
|
35
41
|
}
|
package/src/i18n/zh.json
CHANGED
|
@@ -14,10 +14,12 @@
|
|
|
14
14
|
"Method": "方法",
|
|
15
15
|
"Headers": "信头",
|
|
16
16
|
"Query Parameters": "查询参数",
|
|
17
|
+
"Body Type": "Body Type",
|
|
17
18
|
"Body": "正文内容",
|
|
18
19
|
"Response is Binary ?": "Response is Binary ?",
|
|
19
20
|
"No Error on Failure": "失败时没有错误",
|
|
20
21
|
"Timeout (in seconds)": "超时(秒)",
|
|
22
|
+
"Follow redirects": "Follow redirects",
|
|
21
23
|
"The template to use in image creation.": "The template to use in image creation.",
|
|
22
24
|
"Create image based on a specific version of the template.": "Create image based on a specific version of the template.",
|
|
23
25
|
"A list of modifications you want to make on the template.": "A list of modifications you want to make on the template.",
|
|
@@ -25,11 +27,15 @@
|
|
|
25
27
|
"Render a PDF instead of a PNG. Default is false.": "Render a PDF instead of a PNG. Default is false.",
|
|
26
28
|
"Any metadata that you need to store e.g. ID of a record in your DB.": "Any metadata that you need to store e.g. ID of a record in your DB.",
|
|
27
29
|
"Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
|
|
28
|
-
"Enable for files like PDFs, images, etc
|
|
30
|
+
"Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
|
|
29
31
|
"GET": "获取",
|
|
30
32
|
"POST": "帖子",
|
|
31
33
|
"PATCH": "PATCH",
|
|
32
34
|
"PUT": "弹出",
|
|
33
35
|
"DELETE": "删除",
|
|
34
|
-
"HEAD": "黑色"
|
|
36
|
+
"HEAD": "黑色",
|
|
37
|
+
"None": "无",
|
|
38
|
+
"JSON": "JSON",
|
|
39
|
+
"Form Data": "表单数据",
|
|
40
|
+
"Raw": "原始文件"
|
|
35
41
|
}
|