@activepieces/piece-reddit 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 +2 -2
- package/src/i18n/fr.json +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-reddit",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.7",
|
|
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
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"Edit Comment": "Modifier le commentaire",
|
|
12
12
|
"Delete Post": "Supprimer la publication",
|
|
13
13
|
"Delete Comment": "Supprimer le commentaire",
|
|
14
|
-
"Custom API Call": "Appel API personnalisé",
|
|
14
|
+
"Custom API Call": "Appel d'API personnalisé",
|
|
15
15
|
"Fetch top posts in a subreddit with optional size limit.": "Récupère les meilleurs messages dans un subreddit avec une limite de taille optionnelle.",
|
|
16
16
|
"Fetch detailed information about a specific Reddit post using its ID.": "Récupère des informations détaillées sur un message Reddit spécifique en utilisant son ID.",
|
|
17
17
|
"Submit a new self (text) post to a subreddit.": "Soumettez un nouveau message (texte) à un subreddit.",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"Edits the content of an existing Reddit comment.": "Modifie le contenu d'un commentaire Reddit existant.",
|
|
22
22
|
"Delete a specific Reddit post by ID.": "Supprimer un message Reddit spécifique par ID.",
|
|
23
23
|
"Delete a specific Reddit comment by ID.": "Supprimer un commentaire Reddit spécifique par ID.",
|
|
24
|
-
"Make a custom API call to a specific endpoint": "
|
|
24
|
+
"Make a custom API call to a specific endpoint": "Passer un appel API personnalisé à un endpoint spécifique",
|
|
25
25
|
"Post Category": "Catégorie de publication",
|
|
26
26
|
"Subreddit": "Subreddit",
|
|
27
27
|
"Number of Posts": "Nombre de messages",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"Body": "Corps",
|
|
42
42
|
"Response is Binary ?": "La réponse est Binaire ?",
|
|
43
43
|
"No Error on Failure": "Aucune erreur en cas d'échec",
|
|
44
|
-
"Timeout (in seconds)": "Délai d'
|
|
44
|
+
"Timeout (in seconds)": "Délai d'expiration (en secondes)",
|
|
45
45
|
"Select the category of posts to retrieve": "Sélectionnez la catégorie de messages à récupérer",
|
|
46
46
|
"The subreddit to fetch posts from": "Le subreddit pour récupérer les messages de",
|
|
47
47
|
"Number of posts to fetch (max 100)": "Nombre de messages à récupérer (max 100)",
|
|
@@ -69,10 +69,10 @@
|
|
|
69
69
|
"Controversial": "Controversial",
|
|
70
70
|
"Best": "Meilleure",
|
|
71
71
|
"Old": "Ancien",
|
|
72
|
-
"GET": "
|
|
73
|
-
"POST": "
|
|
72
|
+
"GET": "GET",
|
|
73
|
+
"POST": "POST",
|
|
74
74
|
"PATCH": "PATCH",
|
|
75
|
-
"PUT": "
|
|
76
|
-
"DELETE": "
|
|
77
|
-
"HEAD": "
|
|
75
|
+
"PUT": "PUT",
|
|
76
|
+
"DELETE": "DELETE",
|
|
77
|
+
"HEAD": "HEAD"
|
|
78
78
|
}
|