@activepieces/piece-respond-io 0.0.6 → 0.0.8

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@activepieces/piece-respond-io",
3
- "version": "0.0.6",
3
+ "version": "0.0.8",
4
4
  "type": "commonjs",
5
5
  "main": "./src/index.js",
6
6
  "types": "./src/index.d.ts",
@@ -17,7 +17,7 @@
17
17
  "zod": "3.25.76",
18
18
  "@activepieces/pieces-common": "0.7.0",
19
19
  "@activepieces/pieces-framework": "0.18.4",
20
- "@activepieces/shared": "0.19.0"
20
+ "@activepieces/shared": "0.20.0"
21
21
  },
22
22
  "overrides": {
23
23
  "@tryfabric/martian": {
package/src/i18n/fr.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "Delete Contact": "Supprimer le contact",
12
12
  "Find Contact": "Trouver un contact",
13
13
  "Open Conversation": "Ouvrir la conversation",
14
- "Custom API Call": "Appel API personnalisé",
14
+ "Custom API Call": "Appel d'API personnalisé",
15
15
  "Add an internal comment/note to a conversation in Respond.io.": "Ajouter un commentaire/note interne à une conversation dans Respond.io.",
16
16
  "Add one or multiple tags to a contact in Respond.io.": "Ajouter une ou plusieurs balises à un contact dans Respond.io.",
17
17
  "Assign or unassign a conversation to/from a team member in Respond.io.": "Assigner ou supprimer une conversation à/d'un membre de l'équipe dans Respond.io.",
@@ -20,7 +20,7 @@
20
20
  "Permanently delete a contact from Respond.io.": "Supprimer définitivement un contact de Respond.io.",
21
21
  "Search for contacts by name, email, or phone number in Respond.io.": "Rechercher des contacts par nom, e-mail ou numéro de téléphone dans Respond.io.",
22
22
  "Mark a conversation as open in Respond.io.": "Marquer une conversation comme ouverte dans Respond.io.",
23
- "Make a custom API call to a specific endpoint": "Passez un appel API personnalisé à un point de terminaison spécifique",
23
+ "Make a custom API call to a specific endpoint": "Passer un appel API personnalisé à un endpoint spécifique",
24
24
  "Contact": "Contacter",
25
25
  "Comment Text": "Texte du commentaire",
26
26
  "Tags": "Tags",
@@ -35,7 +35,7 @@
35
35
  "Country Code": "Code du pays",
36
36
  "Custom Fields": "Champs personnalisés",
37
37
  "Search Term": "Terme de recherche",
38
- "Timezone": "Timezone",
38
+ "Timezone": "Fuseau horaire",
39
39
  "Result Limit": "Limite de résultat",
40
40
  "Cursor ID": "Cursor ID",
41
41
  "Method": "Méthode",
@@ -44,7 +44,7 @@
44
44
  "Body": "Corps",
45
45
  "Response is Binary ?": "La réponse est Binaire ?",
46
46
  "No Error on Failure": "Aucune erreur en cas d'échec",
47
- "Timeout (in seconds)": "Délai d'attente (en secondes)",
47
+ "Timeout (in seconds)": "Délai d'expiration (en secondes)",
48
48
  "Select the contact.": "Sélectionnez le contact.",
49
49
  "The internal comment to add (max 1000 characters). You can mention users with {{@user.ID}} format where ID is the user ID.": "Le commentaire interne à ajouter (max 1000 caractères). Vous pouvez mentionner les utilisateurs avec le format {{@user.ID}} où ID est l'ID de l'utilisateur.",
50
50
  "Tags to add to the contact (minimum 1, maximum 10 tags).": "Tags à ajouter au contact (minimum 1, maximum 10 tags).",
@@ -63,12 +63,12 @@
63
63
  "Contact ID to start from for pagination. Optional.": "ID de contact à partir duquel démarrer pour la pagination. Optionnel.",
64
64
  "Authorization headers are injected automatically from your connection.": "Les en-têtes d'autorisation sont injectés automatiquement à partir de votre connexion.",
65
65
  "Enable for files like PDFs, images, etc..": "Activer pour les fichiers comme les PDFs, les images, etc.",
66
- "GET": "OBTENIR",
67
- "POST": "POSTER",
66
+ "GET": "GET",
67
+ "POST": "POST",
68
68
  "PATCH": "PATCH",
69
- "PUT": "EFFACER",
70
- "DELETE": "SUPPRIMER",
71
- "HEAD": "TÊTE",
69
+ "PUT": "PUT",
70
+ "DELETE": "DELETE",
71
+ "HEAD": "HEAD",
72
72
  "Contact Tag Updated": "Tag du contact mis à jour",
73
73
  "Contact Updated": "Contact mis à jour",
74
74
  "Conversation Closed": "Conversation fermée",
package/src/i18n/ja.json CHANGED
@@ -27,7 +27,7 @@
27
27
  "Assignee": "Assignee",
28
28
  "Identifier": "Identifier",
29
29
  "First Name": "名",
30
- "Last Name": "Last Name",
30
+ "Last Name": "",
31
31
  "Email": "Eメールアドレス",
32
32
  "Phone": "電話番号",
33
33
  "Language": "言語",
package/src/i18n/zh.json CHANGED
@@ -26,7 +26,7 @@
26
26
  "Tags": "标签",
27
27
  "Assignee": "Assignee",
28
28
  "Identifier": "Identifier",
29
- "First Name": "First Name",
29
+ "First Name": "名字",
30
30
  "Last Name": "名字",
31
31
  "Email": "电子邮件地址",
32
32
  "Phone": "Phone",