@activepieces/piece-retune 0.0.10 → 0.0.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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-retune",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.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
|
@@ -7,9 +7,9 @@
|
|
|
7
7
|
"Your re:tune API key.": "Votre clé API re:tune.",
|
|
8
8
|
"\nFollow these instructions to get your re:tune chat ID and API Key:\n\n1. Visit the chatbots page: https://retune.so/chats\n2. Once on the website, locate and click on the chatbot you want to use\n3. From the URL, copy the chat ID you want to use;\ne.g from this: https://retune.so/chat/acewocwe-123123-123123-123123/ your chat ID is \"acewocwe-123123-123123-123123\"\n4. To get the API key, go to https://retune.so/settings\n5. Scroll to the bottom to find \"Re:tune API Keys\" and copy your key below\n": "\nFollow these instructions to get your re:tune chat ID and API Key:\n\n1. Visit the chatbots page: https://retune.so/chats\n2. Once on the website, locate and click on the chatbot you want to use\n3. From the URL, copy the chat ID you want to use;\ne.g from this: https://retune.so/chat/acewocwe-123123-123123-123123/ your chat ID is \"acewocwe-123123-123123-123123\"\n4. To get the API key, go to https://retune.so/settings\n5. Scroll to the bottom to find \"Re:tune API Keys\" and copy your key below\n",
|
|
9
9
|
"Ask Chatbot": "Demander à Chatbot",
|
|
10
|
-
"Custom API Call": "Appel API personnalisé",
|
|
10
|
+
"Custom API Call": "Appel d'API personnalisé",
|
|
11
11
|
"Sends a message to an existing thread with a chatbot.": "Envoie un message à une discussion existante avec un chatbot.",
|
|
12
|
-
"Make a custom API call to a specific endpoint": "
|
|
12
|
+
"Make a custom API call to a specific endpoint": "Passer un appel API personnalisé à un endpoint spécifique",
|
|
13
13
|
"Thread": "Fil de discussion",
|
|
14
14
|
"Message": "Message",
|
|
15
15
|
"Method": "Méthode",
|
|
@@ -18,15 +18,15 @@
|
|
|
18
18
|
"Body": "Corps",
|
|
19
19
|
"Response is Binary ?": "La réponse est Binaire ?",
|
|
20
20
|
"No Error on Failure": "Aucune erreur en cas d'échec",
|
|
21
|
-
"Timeout (in seconds)": "Délai d'
|
|
21
|
+
"Timeout (in seconds)": "Délai d'expiration (en secondes)",
|
|
22
22
|
"The thread you want to send the message to.": "Le fil de discussion auquel vous voulez envoyer le message.",
|
|
23
23
|
"The message you want to send.": "Le message que vous souhaitez envoyer.",
|
|
24
24
|
"Authorization headers are injected automatically from your connection.": "Les en-têtes d'autorisation sont injectés automatiquement à partir de votre connexion.",
|
|
25
25
|
"Enable for files like PDFs, images, etc..": "Activer pour les fichiers comme les PDFs, les images, etc.",
|
|
26
|
-
"GET": "
|
|
27
|
-
"POST": "
|
|
26
|
+
"GET": "GET",
|
|
27
|
+
"POST": "POST",
|
|
28
28
|
"PATCH": "PATCH",
|
|
29
|
-
"PUT": "
|
|
30
|
-
"DELETE": "
|
|
31
|
-
"HEAD": "
|
|
29
|
+
"PUT": "PUT",
|
|
30
|
+
"DELETE": "DELETE",
|
|
31
|
+
"HEAD": "HEAD"
|
|
32
32
|
}
|