@activepieces/piece-zendesk 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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@activepieces/piece-zendesk",
3
- "version": "0.1.10",
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.19.0",
16
+ "@activepieces/shared": "0.20.0",
17
17
  "tslib": "2.8.1"
18
18
  },
19
19
  "overrides": {
package/src/i18n/fr.json CHANGED
@@ -19,7 +19,7 @@
19
19
  "Find Organization(s)": "Trouver des organisations",
20
20
  "Find Ticket(s)": "Trouver le(s) billet(s)",
21
21
  "Find User(s)": "Trouver un/des utilisateur(s)",
22
- "Custom API Call": "Appel API personnalisé",
22
+ "Custom API Call": "Appel d'API personnalisé",
23
23
  "Create a new ticket in Zendesk.": "Créer un nouveau ticket dans Zendesk.",
24
24
  "Modify ticket fields or status via API call.": "Modifier les champs de ticket ou le statut via un appel API.",
25
25
  "Apply one or more tags to a ticket.": "Appliquer une ou plusieurs balises à un ticket.",
@@ -31,7 +31,7 @@
31
31
  "Search organizations by name, domain, external ID, or other criteria.": "Rechercher des organisations par nom, domaine, ID externe ou autre critère.",
32
32
  "Search tickets by ID, field, or content.": "Rechercher des tickets par ID, champ ou contenu.",
33
33
  "Search users by email, name, role, or other criteria.": "Rechercher les utilisateurs par e-mail, nom, rôle ou autre critère.",
34
- "Make a custom API call to a specific endpoint": "Passez un appel API personnalisé à un point de terminaison spécifique",
34
+ "Make a custom API call to a specific endpoint": "Passer un appel API personnalisé à un endpoint spécifique",
35
35
  "Subject": "Sujet",
36
36
  "Comment Body": "Corps du commentaire",
37
37
  "Comment HTML Body": "Corps HTML du commentaire",
@@ -107,7 +107,7 @@
107
107
  "Body": "Corps",
108
108
  "Response is Binary ?": "La réponse est Binaire ?",
109
109
  "No Error on Failure": "Aucune erreur en cas d'échec",
110
- "Timeout (in seconds)": "Délai d'attente (en secondes)",
110
+ "Timeout (in seconds)": "Délai d'expiration (en secondes)",
111
111
  "The subject of the ticket (optional - will use first comment text if not provided)": "Le sujet du ticket (facultatif - utilisera le texte du premier commentaire si non fourni)",
112
112
  "The comment body (text). Use this for plain text comments.": "Le corps du commentaire (texte). Utilisez ceci pour les commentaires en texte brut.",
113
113
  "The comment body (HTML). Use this for HTML formatted comments. If provided, this takes precedence over Comment Body.": "Le corps du commentaire (HTML). Utilisez ceci pour les commentaires au format HTML. Si fourni, cela prend la priorité sur le corps du commentaire.",
@@ -268,12 +268,12 @@
268
268
  "Search by Email": "Rechercher par e-mail",
269
269
  "Search by Role": "Rechercher par Rôle",
270
270
  "Search by Organization": "Recherche par organisation",
271
- "GET": "OBTENIR",
272
- "POST": "POSTER",
271
+ "GET": "GET",
272
+ "POST": "POST",
273
273
  "PATCH": "PATCH",
274
- "PUT": "EFFACER",
275
- "DELETE": "SUPPRIMER",
276
- "HEAD": "TÊTE",
274
+ "PUT": "PUT",
275
+ "DELETE": "DELETE",
276
+ "HEAD": "HEAD",
277
277
  "New ticket in view": "Nouveau ticket en vue",
278
278
  "New Ticket": "Nouveau ticket",
279
279
  "Updated Ticket": "Ticket mis à jour",
package/src/i18n/nl.json CHANGED
@@ -243,7 +243,7 @@
243
243
  "Closed": "gesloten",
244
244
  "End User": "Beëindig gebruiker",
245
245
  "Agent": "Agent",
246
- "Admin": "Admin",
246
+ "Admin": "Beheerder",
247
247
  "Groups": "Groepen",
248
248
  "Assigned": "Toegewezen",
249
249
  "Requested": "Aangevraagd",