@activepieces/piece-resend 0.1.8 → 0.1.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 +2 -2
- package/src/i18n/fr.json +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-resend",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.10",
|
|
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/fr.json
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
"Resend": "Resend",
|
|
3
3
|
"Email for developers": "E-mail pour les développeurs",
|
|
4
4
|
"Send Email": "Envoyer un e-mail",
|
|
5
|
-
"Custom API Call": "Appel API personnalisé",
|
|
5
|
+
"Custom API Call": "Appel d'API personnalisé",
|
|
6
6
|
"Send a text or HTML email": "Envoyer un message texte ou HTML",
|
|
7
|
-
"Make a custom API call to a specific endpoint": "
|
|
7
|
+
"Make a custom API call to a specific endpoint": "Passer un appel API personnalisé à un endpoint spécifique",
|
|
8
8
|
"To": "À",
|
|
9
9
|
"Sender Name": "Nom de l'expéditeur",
|
|
10
10
|
"Sender Email (From)": "Courriel de l'expéditeur (From)",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"Body": "Corps",
|
|
21
21
|
"Response is Binary ?": "La réponse est Binaire ?",
|
|
22
22
|
"No Error on Failure": "Aucune erreur en cas d'échec",
|
|
23
|
-
"Timeout (in seconds)": "Délai d'
|
|
23
|
+
"Timeout (in seconds)": "Délai d'expiration (en secondes)",
|
|
24
24
|
"Emails of the recipients": "E-mails des destinataires",
|
|
25
25
|
"Sender name": "Nom de l'expéditeur",
|
|
26
26
|
"Sender email": "E-mail de l'expéditeur",
|
|
@@ -30,10 +30,10 @@
|
|
|
30
30
|
"HTML is only allowed if you selected HTML as type": "Le code HTML n'est autorisé que si vous avez sélectionné le code HTML comme type",
|
|
31
31
|
"Authorization headers are injected automatically from your connection.": "Les en-têtes d'autorisation sont injectés automatiquement à partir de votre connexion.",
|
|
32
32
|
"Enable for files like PDFs, images, etc..": "Activer pour les fichiers comme les PDFs, les images, etc.",
|
|
33
|
-
"GET": "
|
|
34
|
-
"POST": "
|
|
33
|
+
"GET": "GET",
|
|
34
|
+
"POST": "POST",
|
|
35
35
|
"PATCH": "PATCH",
|
|
36
|
-
"PUT": "
|
|
37
|
-
"DELETE": "
|
|
38
|
-
"HEAD": "
|
|
36
|
+
"PUT": "PUT",
|
|
37
|
+
"DELETE": "DELETE",
|
|
38
|
+
"HEAD": "HEAD"
|
|
39
39
|
}
|