@activepieces/piece-sendinblue 0.1.10 → 0.1.12
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/src/i18n/zh.json +24 -24
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-sendinblue",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.12",
|
|
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
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"Formerly Sendinblue, is a SaaS solution for relationship marketing": "Anciennement Sendinblue, est une solution SaaS pour le marketing relationnel",
|
|
4
4
|
"Your project API key": "Votre clé API de projet",
|
|
5
5
|
"Create or Update Contact": "Créer ou mettre à jour le contact",
|
|
6
|
-
"Custom API Call": "Appel API personnalisé",
|
|
6
|
+
"Custom API Call": "Appel d'API personnalisé",
|
|
7
7
|
"Create or update an existing contact": "Créer ou mettre à jour un contact existant",
|
|
8
|
-
"Make a custom API call to a specific endpoint": "
|
|
8
|
+
"Make a custom API call to a specific endpoint": "Passer un appel API personnalisé à un endpoint spécifique",
|
|
9
9
|
"Email": "Courriel",
|
|
10
10
|
"External ID": "ID externe",
|
|
11
11
|
"Attributes": "Attributs",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"Body": "Corps",
|
|
20
20
|
"Response is Binary ?": "La réponse est Binaire ?",
|
|
21
21
|
"No Error on Failure": "Aucune erreur en cas d'échec",
|
|
22
|
-
"Timeout (in seconds)": "Délai d'
|
|
22
|
+
"Timeout (in seconds)": "Délai d'expiration (en secondes)",
|
|
23
23
|
"Email address of the user. Mandatory if \"SMS\" field is not passed in \"attributes\" parameter. Mobile Number in SMS field should be passed with proper country code. For example: {\"SMS\":\"+91xxxxxxxxxx\"} or {\"SMS\":\"0091xxxxxxxxxx\"}": "Adresse e-mail de l'utilisateur. Obligatoire si le champ \"SMS\" n'est pas passé dans le paramètre \"attributs\". Le numéro de téléphone mobile dans le champ SMS doit être transmis avec le code de pays approprié. Par exemple: {\"SMS\":\"+91xxxxxxxx\"} ou {\"SMS\":\"0091xxxxxxxx\"}",
|
|
24
24
|
"Pass your own Id to create a contact.": "Passez votre propre Id pour créer un contact.",
|
|
25
25
|
"Pass the set of attributes and their values. The attribute's parameter should be passed in capital letter while creating a contact. These attributes must be present in your SendinBlue account. For eg:\n {\"FNAME\":\"Elly\", \"LNAME\":\"Roger\"}": "Passer l'ensemble des attributs et leurs valeurs. Le paramètre de l'attribut doit être passé en majuscule lors de la création d'un contact. Ces attributs doivent être présents dans votre compte SendinBlue. Par exemple:\n {\"FNAME\":\"Elly\", \"LNAME\":\"Roger\"}",
|
|
@@ -29,10 +29,10 @@
|
|
|
29
29
|
"transactional email forbidden sender for contact. Use only for email Contact ( only available if updateEnabled = true )": "e-mail transactionnel expéditeur interdit pour le contact. Utiliser uniquement pour le contact par e-mail (disponible uniquement si updateEnabled = true )",
|
|
30
30
|
"Authorization headers are injected automatically from your connection.": "Les en-têtes d'autorisation sont injectés automatiquement à partir de votre connexion.",
|
|
31
31
|
"Enable for files like PDFs, images, etc..": "Activer pour les fichiers comme les PDFs, les images, etc.",
|
|
32
|
-
"GET": "
|
|
33
|
-
"POST": "
|
|
32
|
+
"GET": "GET",
|
|
33
|
+
"POST": "POST",
|
|
34
34
|
"PATCH": "PATCH",
|
|
35
|
-
"PUT": "
|
|
36
|
-
"DELETE": "
|
|
37
|
-
"HEAD": "
|
|
35
|
+
"PUT": "PUT",
|
|
36
|
+
"DELETE": "DELETE",
|
|
37
|
+
"HEAD": "HEAD"
|
|
38
38
|
}
|
package/src/i18n/zh.json
CHANGED
|
@@ -1,38 +1,38 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Brevo": "Brevo",
|
|
3
|
-
"Formerly Sendinblue, is a SaaS solution for relationship marketing": "
|
|
4
|
-
"Your project API key": "
|
|
5
|
-
"Create or Update Contact": "
|
|
3
|
+
"Formerly Sendinblue, is a SaaS solution for relationship marketing": "Formerly Sendinblue, is a SaaS solution for relationship marketing",
|
|
4
|
+
"Your project API key": "Your project API key",
|
|
5
|
+
"Create or Update Contact": "Create or Update Contact",
|
|
6
6
|
"Custom API Call": "自定义 API 呼叫",
|
|
7
|
-
"Create or update an existing contact": "
|
|
8
|
-
"Make a custom API call to a specific endpoint": "
|
|
9
|
-
"Email": "
|
|
7
|
+
"Create or update an existing contact": "Create or update an existing contact",
|
|
8
|
+
"Make a custom API call to a specific endpoint": "将一个自定义 API 调用到一个特定的终点",
|
|
9
|
+
"Email": "电子邮件地址",
|
|
10
10
|
"External ID": "外部ID",
|
|
11
|
-
"Attributes": "
|
|
12
|
-
"Email Blacklisted?": "
|
|
13
|
-
"SMS Blacklisted?": "
|
|
14
|
-
"List IDs": "
|
|
15
|
-
"SMTP Blacklist Sender": "SMTP
|
|
11
|
+
"Attributes": "Attributes",
|
|
12
|
+
"Email Blacklisted?": "Email Blacklisted?",
|
|
13
|
+
"SMS Blacklisted?": "SMS Blacklisted?",
|
|
14
|
+
"List IDs": "List IDs",
|
|
15
|
+
"SMTP Blacklist Sender": "SMTP Blacklist Sender",
|
|
16
16
|
"Method": "方法",
|
|
17
17
|
"Headers": "信头",
|
|
18
18
|
"Query Parameters": "查询参数",
|
|
19
19
|
"Body": "正文内容",
|
|
20
20
|
"Response is Binary ?": "Response is Binary ?",
|
|
21
21
|
"No Error on Failure": "失败时没有错误",
|
|
22
|
-
"Timeout (in seconds)": "
|
|
23
|
-
"Email address of the user. Mandatory if \"SMS\" field is not passed in \"attributes\" parameter. Mobile Number in SMS field should be passed with proper country code. For example: {\"SMS\":\"+91xxxxxxxxxx\"} or {\"SMS\":\"0091xxxxxxxxxx\"}": "
|
|
24
|
-
"Pass your own Id to create a contact.": "
|
|
25
|
-
"Pass the set of attributes and their values. The attribute's parameter should be passed in capital letter while creating a contact. These attributes must be present in your SendinBlue account. For eg:\n {\"FNAME\":\"Elly\", \"LNAME\":\"Roger\"}": "
|
|
26
|
-
"Set this field to blacklist the contact for emails (emailBlacklisted = true)": "
|
|
27
|
-
"Set this field to blacklist the contact for SMS (smsBlacklisted = true)": "
|
|
28
|
-
"Ids of the lists to add the contact to.": "
|
|
29
|
-
"transactional email forbidden sender for contact. Use only for email Contact ( only available if updateEnabled = true )": "
|
|
22
|
+
"Timeout (in seconds)": "超时(秒)",
|
|
23
|
+
"Email address of the user. Mandatory if \"SMS\" field is not passed in \"attributes\" parameter. Mobile Number in SMS field should be passed with proper country code. For example: {\"SMS\":\"+91xxxxxxxxxx\"} or {\"SMS\":\"0091xxxxxxxxxx\"}": "Email address of the user. Mandatory if \"SMS\" field is not passed in \"attributes\" parameter. Mobile Number in SMS field should be passed with proper country code. For example: {\"SMS\":\"+91xxxxxxxxxx\"} or {\"SMS\":\"0091xxxxxxxxxx\"}",
|
|
24
|
+
"Pass your own Id to create a contact.": "Pass your own Id to create a contact.",
|
|
25
|
+
"Pass the set of attributes and their values. The attribute's parameter should be passed in capital letter while creating a contact. These attributes must be present in your SendinBlue account. For eg:\n {\"FNAME\":\"Elly\", \"LNAME\":\"Roger\"}": "Pass the set of attributes and their values. The attribute's parameter should be passed in capital letter while creating a contact. These attributes must be present in your SendinBlue account. For eg:\n {\"FNAME\":\"Elly\", \"LNAME\":\"Roger\"}",
|
|
26
|
+
"Set this field to blacklist the contact for emails (emailBlacklisted = true)": "Set this field to blacklist the contact for emails (emailBlacklisted = true)",
|
|
27
|
+
"Set this field to blacklist the contact for SMS (smsBlacklisted = true)": "Set this field to blacklist the contact for SMS (smsBlacklisted = true)",
|
|
28
|
+
"Ids of the lists to add the contact to.": "Ids of the lists to add the contact to.",
|
|
29
|
+
"transactional email forbidden sender for contact. Use only for email Contact ( only available if updateEnabled = true )": "transactional email forbidden sender for contact. Use only for email Contact ( only available if updateEnabled = true )",
|
|
30
30
|
"Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
|
|
31
31
|
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
|
32
|
-
"GET": "
|
|
33
|
-
"POST": "
|
|
32
|
+
"GET": "获取",
|
|
33
|
+
"POST": "帖子",
|
|
34
34
|
"PATCH": "PATCH",
|
|
35
|
-
"PUT": "
|
|
36
|
-
"DELETE": "
|
|
37
|
-
"HEAD": "
|
|
35
|
+
"PUT": "弹出",
|
|
36
|
+
"DELETE": "删除",
|
|
37
|
+
"HEAD": "黑色"
|
|
38
38
|
}
|