@activepieces/piece-zendesk 0.1.8 → 0.1.9
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 +9 -8
- package/src/i18n/de.json +2 -0
- package/src/i18n/es.json +2 -0
- package/src/i18n/fr.json +2 -0
- package/src/i18n/ja.json +2 -0
- package/src/i18n/nl.json +2 -0
- package/src/i18n/pt.json +2 -0
- package/src/i18n/translation.json +2 -0
- package/src/i18n/zh.json +2 -0
package/package.json
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-zendesk",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.9",
|
|
4
4
|
"dependencies": {
|
|
5
|
-
"@ai-sdk/anthropic": "
|
|
6
|
-
"@ai-sdk/google": "
|
|
7
|
-
"@ai-sdk/openai": "
|
|
8
|
-
"@ai-sdk/
|
|
5
|
+
"@ai-sdk/anthropic": "2.0.3",
|
|
6
|
+
"@ai-sdk/google": "2.0.6",
|
|
7
|
+
"@ai-sdk/openai": "2.0.12",
|
|
8
|
+
"@ai-sdk/provider": "2.0.0",
|
|
9
|
+
"@ai-sdk/replicate": "1.0.3",
|
|
9
10
|
"@sinclair/typebox": "0.34.11",
|
|
10
|
-
"ai": "
|
|
11
|
+
"ai": "5.0.12",
|
|
11
12
|
"axios": "1.8.3",
|
|
12
13
|
"axios-retry": "4.4.1",
|
|
13
14
|
"deepmerge-ts": "7.1.0",
|
|
@@ -16,9 +17,9 @@
|
|
|
16
17
|
"nanoid": "3.3.8",
|
|
17
18
|
"semver": "7.6.0",
|
|
18
19
|
"zod": "3.25.76",
|
|
19
|
-
"@activepieces/pieces-common": "0.6.
|
|
20
|
+
"@activepieces/pieces-common": "0.6.7",
|
|
20
21
|
"@activepieces/pieces-framework": "0.18.3",
|
|
21
|
-
"@activepieces/shared": "0.18.
|
|
22
|
+
"@activepieces/shared": "0.18.5",
|
|
22
23
|
"tslib": "2.8.1"
|
|
23
24
|
},
|
|
24
25
|
"overrides": {
|
package/src/i18n/de.json
CHANGED
|
@@ -105,6 +105,7 @@
|
|
|
105
105
|
"Headers": "Kopfzeilen",
|
|
106
106
|
"Query Parameters": "Abfrageparameter",
|
|
107
107
|
"Body": "Körper",
|
|
108
|
+
"Response is Binary ?": "Antwort ist binär?",
|
|
108
109
|
"No Error on Failure": "Kein Fehler bei Fehler",
|
|
109
110
|
"Timeout (in seconds)": "Timeout (in Sekunden)",
|
|
110
111
|
"The subject of the ticket (optional - will use first comment text if not provided)": "Der Betreff des Tickets (optional - wird den Text des ersten Kommentars verwenden, wenn er nicht angegeben ist)",
|
|
@@ -225,6 +226,7 @@
|
|
|
225
226
|
"Search users by external ID": "Benutzer mit externer ID suchen",
|
|
226
227
|
"Custom search query using Zendesk search syntax (e.g., \"type:user role:agent\")": "Benutzerdefinierte Suchanfrage mit Zendesk Suchsyntax (z.B. \"type:user role:agent\")",
|
|
227
228
|
"Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
|
|
229
|
+
"Enable for files like PDFs, images, etc..": "Aktivieren für Dateien wie PDFs, Bilder, etc..",
|
|
228
230
|
"Low": "Niedrig",
|
|
229
231
|
"Normal": "Normal",
|
|
230
232
|
"High": "Hoch",
|
package/src/i18n/es.json
CHANGED
|
@@ -105,6 +105,7 @@
|
|
|
105
105
|
"Headers": "Encabezados",
|
|
106
106
|
"Query Parameters": "Parámetros de consulta",
|
|
107
107
|
"Body": "Cuerpo",
|
|
108
|
+
"Response is Binary ?": "¿Respuesta es binaria?",
|
|
108
109
|
"No Error on Failure": "No hay ningún error en fallo",
|
|
109
110
|
"Timeout (in seconds)": "Tiempo de espera (en segundos)",
|
|
110
111
|
"The subject of the ticket (optional - will use first comment text if not provided)": "El asunto del ticket (opcional - utilizará el primer texto del comentario si no se proporciona)",
|
|
@@ -225,6 +226,7 @@
|
|
|
225
226
|
"Search users by external ID": "Buscar usuarios por ID externa",
|
|
226
227
|
"Custom search query using Zendesk search syntax (e.g., \"type:user role:agent\")": "Consulta de búsqueda personalizada usando la sintaxis de búsqueda Zendesk (por ejemplo, \"tipo:rol de usuario:agent\")",
|
|
227
228
|
"Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
|
|
229
|
+
"Enable for files like PDFs, images, etc..": "Activar para archivos como PDFs, imágenes, etc.",
|
|
228
230
|
"Low": "Baja",
|
|
229
231
|
"Normal": "Normal",
|
|
230
232
|
"High": "Alta",
|
package/src/i18n/fr.json
CHANGED
|
@@ -105,6 +105,7 @@
|
|
|
105
105
|
"Headers": "En-têtes",
|
|
106
106
|
"Query Parameters": "Paramètres de requête",
|
|
107
107
|
"Body": "Corps",
|
|
108
|
+
"Response is Binary ?": "La réponse est Binaire ?",
|
|
108
109
|
"No Error on Failure": "Aucune erreur en cas d'échec",
|
|
109
110
|
"Timeout (in seconds)": "Délai d'attente (en secondes)",
|
|
110
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)",
|
|
@@ -225,6 +226,7 @@
|
|
|
225
226
|
"Search users by external ID": "Rechercher des utilisateurs par ID externe",
|
|
226
227
|
"Custom search query using Zendesk search syntax (e.g., \"type:user role:agent\")": "Requête de recherche personnalisée en utilisant la syntaxe de recherche Zendesk (par exemple, \"type:user role:agent\")",
|
|
227
228
|
"Authorization headers are injected automatically from your connection.": "Les en-têtes d'autorisation sont injectés automatiquement à partir de votre connexion.",
|
|
229
|
+
"Enable for files like PDFs, images, etc..": "Activer pour les fichiers comme les PDFs, les images, etc.",
|
|
228
230
|
"Low": "Bas",
|
|
229
231
|
"Normal": "Normale",
|
|
230
232
|
"High": "Élevé",
|
package/src/i18n/ja.json
CHANGED
|
@@ -105,6 +105,7 @@
|
|
|
105
105
|
"Headers": "ヘッダー",
|
|
106
106
|
"Query Parameters": "クエリパラメータ",
|
|
107
107
|
"Body": "本文",
|
|
108
|
+
"Response is Binary ?": "応答はバイナリですか?",
|
|
108
109
|
"No Error on Failure": "失敗時にエラーはありません",
|
|
109
110
|
"Timeout (in seconds)": "タイムアウト(秒)",
|
|
110
111
|
"The subject of the ticket (optional - will use first comment text if not provided)": "チケットの件名 (省略可能)",
|
|
@@ -225,6 +226,7 @@
|
|
|
225
226
|
"Search users by external ID": "外部 ID でユーザーを検索",
|
|
226
227
|
"Custom search query using Zendesk search syntax (e.g., \"type:user role:agent\")": "Zendesk検索構文を使用したカスタム検索クエリ (例: \"type:user role:agent\")",
|
|
227
228
|
"Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
|
|
229
|
+
"Enable for files like PDFs, images, etc..": "PDF、画像などのファイルを有効にします。",
|
|
228
230
|
"Low": "低い",
|
|
229
231
|
"Normal": "標準",
|
|
230
232
|
"High": "高い",
|
package/src/i18n/nl.json
CHANGED
|
@@ -105,6 +105,7 @@
|
|
|
105
105
|
"Headers": "Kopteksten",
|
|
106
106
|
"Query Parameters": "Query parameters",
|
|
107
107
|
"Body": "Lichaam",
|
|
108
|
+
"Response is Binary ?": "Antwoord is binair?",
|
|
108
109
|
"No Error on Failure": "Geen fout bij fout",
|
|
109
110
|
"Timeout (in seconds)": "Time-out (in seconden)",
|
|
110
111
|
"The subject of the ticket (optional - will use first comment text if not provided)": "Het onderwerp van de ticket (optioneel - gebruikt de eerste reactietekst indien niet opgegeven)",
|
|
@@ -225,6 +226,7 @@
|
|
|
225
226
|
"Search users by external ID": "Gebruikers zoeken op externe ID",
|
|
226
227
|
"Custom search query using Zendesk search syntax (e.g., \"type:user role:agent\")": "Aangepaste zoekquery met behulp van Zendesk zoeksyntaxis (bijv. \"type:user rol:agent\")",
|
|
227
228
|
"Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
|
|
229
|
+
"Enable for files like PDFs, images, etc..": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc..",
|
|
228
230
|
"Low": "laag",
|
|
229
231
|
"Normal": "normaal",
|
|
230
232
|
"High": "hoog",
|
package/src/i18n/pt.json
CHANGED
|
@@ -105,6 +105,7 @@
|
|
|
105
105
|
"Headers": "Cabeçalhos",
|
|
106
106
|
"Query Parameters": "Parâmetros da consulta",
|
|
107
107
|
"Body": "Conteúdo",
|
|
108
|
+
"Response is Binary ?": "A resposta é binária ?",
|
|
108
109
|
"No Error on Failure": "Nenhum erro no Failure",
|
|
109
110
|
"Timeout (in seconds)": "Tempo limite (em segundos)",
|
|
110
111
|
"The subject of the ticket (optional - will use first comment text if not provided)": "O assunto do ticket (opcional - usará o texto do primeiro comentário se não for fornecido)",
|
|
@@ -225,6 +226,7 @@
|
|
|
225
226
|
"Search users by external ID": "Buscar usuários por ID externo",
|
|
226
227
|
"Custom search query using Zendesk search syntax (e.g., \"type:user role:agent\")": "Consulta de pesquisa personalizada usando sintaxe de pesquisa do Zendesk (por exemplo, \"tipo:user role:agent\")",
|
|
227
228
|
"Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
|
|
229
|
+
"Enable for files like PDFs, images, etc..": "Habilitar para arquivos como PDFs, imagens, etc..",
|
|
228
230
|
"Low": "baixa",
|
|
229
231
|
"Normal": "normal",
|
|
230
232
|
"High": "alta",
|
|
@@ -105,6 +105,7 @@
|
|
|
105
105
|
"Headers": "Headers",
|
|
106
106
|
"Query Parameters": "Query Parameters",
|
|
107
107
|
"Body": "Body",
|
|
108
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
108
109
|
"No Error on Failure": "No Error on Failure",
|
|
109
110
|
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
110
111
|
"The subject of the ticket (optional - will use first comment text if not provided)": "The subject of the ticket (optional - will use first comment text if not provided)",
|
|
@@ -225,6 +226,7 @@
|
|
|
225
226
|
"Search users by external ID": "Search users by external ID",
|
|
226
227
|
"Custom search query using Zendesk search syntax (e.g., \"type:user role:agent\")": "Custom search query using Zendesk search syntax (e.g., \"type:user role:agent\")",
|
|
227
228
|
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
229
|
+
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
|
228
230
|
"Low": "Low",
|
|
229
231
|
"Normal": "Normal",
|
|
230
232
|
"High": "High",
|
package/src/i18n/zh.json
CHANGED
|
@@ -105,6 +105,7 @@
|
|
|
105
105
|
"Headers": "信头",
|
|
106
106
|
"Query Parameters": "查询参数",
|
|
107
107
|
"Body": "正文内容",
|
|
108
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
108
109
|
"No Error on Failure": "失败时没有错误",
|
|
109
110
|
"Timeout (in seconds)": "超时(秒)",
|
|
110
111
|
"The subject of the ticket (optional - will use first comment text if not provided)": "The subject of the ticket (optional - will use first comment text if not provided)",
|
|
@@ -225,6 +226,7 @@
|
|
|
225
226
|
"Search users by external ID": "Search users by external ID",
|
|
226
227
|
"Custom search query using Zendesk search syntax (e.g., \"type:user role:agent\")": "Custom search query using Zendesk search syntax (e.g., \"type:user role:agent\")",
|
|
227
228
|
"Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
|
|
229
|
+
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
|
228
230
|
"Low": "Low",
|
|
229
231
|
"Normal": "Normal",
|
|
230
232
|
"High": "High",
|