@activepieces/piece-zoho-desk 0.1.4 → 0.1.5

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-zoho-desk",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "main": "./src/index.js",
5
5
  "types": "./src/index.d.ts",
6
6
  "scripts": {
@@ -8,9 +8,9 @@
8
8
  "lint": "eslint 'src/**/*.ts'"
9
9
  },
10
10
  "dependencies": {
11
- "@activepieces/pieces-common": "0.11.7",
12
- "@activepieces/pieces-framework": "0.25.6",
13
- "@activepieces/shared": "0.38.4",
11
+ "@activepieces/pieces-common": "0.12.0",
12
+ "@activepieces/pieces-framework": "0.26.0",
13
+ "@activepieces/shared": "0.50.1",
14
14
  "tslib": "2.6.2"
15
15
  }
16
16
  }
@@ -0,0 +1,98 @@
1
+ {
2
+ "Helpdesk management software": "Helpdesk-Management-Software",
3
+ "Location": "Standort",
4
+ "The location of your Zoho Desk account.": "Der Standort Ihres Zoho Desk Kontos.",
5
+ "zoho.eu (Europe)": "zoho.eu (Europa)",
6
+ "zoho.com (United States)": "zoho.com (Vereinigte Staaten)",
7
+ "zoho.com.au (Australia)": "zoho.com.au (Australien)",
8
+ "zoho.jp (Japan)": "zoho.jp (Japan)",
9
+ "zoho.in (India)": "zoho.in (Indien)",
10
+ "zohocloud.ca (Canada)": "zohocloud.ca (Canada)",
11
+ "Authentication for Zoho Desk": "Authentifizierung für Zoho Desk",
12
+ "List tickets.": "Tickets auflisten.",
13
+ "Create Ticket": "Ticket erstellen",
14
+ "Find Contact": "Kontakt finden",
15
+ "Custom API Call": "Eigener API-Aufruf",
16
+ "List tickets": "Tickets auflisten",
17
+ "Creates a new ticket.": "Erstellt ein neues Ticket.",
18
+ "Finds an existing contact by email.": "Findet einen bestehenden Kontakt per E-Mail.",
19
+ "Make a custom API call to a specific endpoint": "Einen benutzerdefinierten API-Aufruf an einen bestimmten Endpunkt machen",
20
+ "Organization": "Organisation",
21
+ "include": "einbeziehen",
22
+ "Department": "Abteilung",
23
+ "Contact ID": "Kontakt-ID",
24
+ "Subject": "Betreff",
25
+ "Description": "Beschreibung",
26
+ "Email": "E-Mail",
27
+ "Phone": "Telefon",
28
+ "Status": "Status",
29
+ "Priority": "Priorität",
30
+ "Category": "Kategorie",
31
+ "Sub Category": "Unterkategorie",
32
+ "Due Date": "Fälligkeitsdatum",
33
+ "Channel": "Kanal",
34
+ "Assignee ID": "Assignee ID",
35
+ "Product ID": "Produkt-ID",
36
+ "Classification": "Klassifizierung",
37
+ "Language": "Sprache",
38
+ "Entity Skills": "Entitätsfertigkeiten",
39
+ "Custom Fields": "Eigene Felder",
40
+ "Method": "Methode",
41
+ "Headers": "Kopfzeilen",
42
+ "Query Parameters": "Abfrageparameter",
43
+ "Body Type": "Körpertyp",
44
+ "Body": "Körper",
45
+ "Response is Binary ?": "Antwort ist binär?",
46
+ "No Error on Failure": "Kein Fehler bei Fehler",
47
+ "Timeout (in seconds)": "Timeout (in Sekunden)",
48
+ "Follow redirects": "Weiterleitungen folgen",
49
+ "Organization ID": "Organisations-ID",
50
+ "Additional information related to the tickets.": "Weitere Informationen über die Eintrittskarten.",
51
+ "ID of the contact raising the ticket": "ID des Kontakts zur Erhöhung des Tickets",
52
+ "Subject of the ticket": "Betreff des Tickets",
53
+ "Description of the issue in the ticket": "Beschreibung des Problems im Ticket",
54
+ "Email address of the contact raising the ticket": "E-Mail-Adresse des Kontakts zur Erhöhung des Tickets",
55
+ "Phone number of the contact raising the ticket": "Telefonnummer des Kontakts zur Erhöhung des Tickets",
56
+ "Status of the ticket": "Status des Tickets",
57
+ "Priority of the ticket": "Priorität des Tickets",
58
+ "Category of the ticket": "Kategorie des Tickets",
59
+ "Sub-category of the ticket": "Unterkategorie des Tickets",
60
+ "Due date for the ticket (ISO format)": "Enddatum des Tickets (ISO-Format)",
61
+ "Channel through which the ticket is created": "Kanal über den das Ticket erstellt wird",
62
+ "ID of the agent to whom the ticket is assigned": "ID des Agenten, dem das Ticket zugewiesen ist",
63
+ "ID of the product to which the ticket belongs": "ID des Produkts, zu dem das Ticket gehört",
64
+ "Classification of the ticket": "Klassifizierung des Tickets",
65
+ "Language of the ticket": "Sprache des Tickets",
66
+ "Array of skill IDs associated with the ticket": "Array der Fähigkeiten-IDs, die dem Ticket zugeordnet sind",
67
+ "Custom fields in the ticket": "Benutzerdefinierte Felder im Ticket",
68
+ "Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
69
+ "Enable for files like PDFs, images, etc.": "Aktivieren für Dateien wie PDFs, Bilder usw.",
70
+ "Select organization ID to include in auth headers.": "Wählen Sie die Organisations-ID aus, die in die Autth-Kopfzeilen aufgenommen werden soll.",
71
+ "contacts": "kontakte",
72
+ "products": "produkte",
73
+ "departments": "abteilungen",
74
+ "team": "team",
75
+ "isRead": "isLesen",
76
+ "assignee": "assignee",
77
+ "Open": "Öffnen",
78
+ "On Hold": "Halten",
79
+ "Escalated": "Eskaliert",
80
+ "Closed": "Geschlossen",
81
+ "Low": "Niedrig",
82
+ "Medium": "Mittel",
83
+ "High": "Hoch",
84
+ "Urgent": "Dringend",
85
+ "Chat": "Chat",
86
+ "Web": "Web",
87
+ "Social": "Soziale",
88
+ "GET": "ERHALTEN",
89
+ "POST": "POST",
90
+ "PATCH": "PATCH",
91
+ "PUT": "PUT",
92
+ "DELETE": "LÖSCHEN",
93
+ "HEAD": "HEAD",
94
+ "None": "Keine",
95
+ "JSON": "JSON",
96
+ "Form Data": "Formulardaten",
97
+ "Raw": "Rohe"
98
+ }
@@ -0,0 +1,98 @@
1
+ {
2
+ "Helpdesk management software": "Software de gestión de helpdesk",
3
+ "Location": "Ubicación",
4
+ "The location of your Zoho Desk account.": "La ubicación de su cuenta de Zoho Desk.",
5
+ "zoho.eu (Europe)": "zoho.eu (Europa)",
6
+ "zoho.com (United States)": "zoho.com (Estados Unidos)",
7
+ "zoho.com.au (Australia)": "zoho.com.au (Tamaño)",
8
+ "zoho.jp (Japan)": "zoho.jp (Japón)",
9
+ "zoho.in (India)": "zoho.in (India)",
10
+ "zohocloud.ca (Canada)": "zohocloud.ca (Canada)",
11
+ "Authentication for Zoho Desk": "Autenticación para Zoho Desk",
12
+ "List tickets.": "Listar Tickets.",
13
+ "Create Ticket": "Crear Ticket",
14
+ "Find Contact": "Encontrar contacto",
15
+ "Custom API Call": "Llamada API personalizada",
16
+ "List tickets": "Listar tickets",
17
+ "Creates a new ticket.": "Crea un nuevo Ticket.",
18
+ "Finds an existing contact by email.": "Encuentra un contacto existente por correo electrónico.",
19
+ "Make a custom API call to a specific endpoint": "Hacer una llamada API personalizada a un extremo específico",
20
+ "Organization": "Organización",
21
+ "include": "incluir",
22
+ "Department": "Departamento",
23
+ "Contact ID": "ID de contacto",
24
+ "Subject": "Asunto",
25
+ "Description": "Descripción",
26
+ "Email": "E-mail",
27
+ "Phone": "Teléfono",
28
+ "Status": "Estado",
29
+ "Priority": "Prioridad",
30
+ "Category": "Categoría",
31
+ "Sub Category": "Subcategoría",
32
+ "Due Date": "Fecha de fin",
33
+ "Channel": "Canal",
34
+ "Assignee ID": "Assignee ID",
35
+ "Product ID": "ID producto",
36
+ "Classification": "Clasificación",
37
+ "Language": "Idioma",
38
+ "Entity Skills": "Habilidades de la entidad",
39
+ "Custom Fields": "Campos personalizados",
40
+ "Method": "Método",
41
+ "Headers": "Encabezados",
42
+ "Query Parameters": "Parámetros de consulta",
43
+ "Body Type": "Tipo de cuerpo",
44
+ "Body": "Cuerpo",
45
+ "Response is Binary ?": "¿Respuesta es binaria?",
46
+ "No Error on Failure": "No hay ningún error en fallo",
47
+ "Timeout (in seconds)": "Tiempo de espera (en segundos)",
48
+ "Follow redirects": "Seguir redirecciones",
49
+ "Organization ID": "ID de la organización",
50
+ "Additional information related to the tickets.": "Información adicional relacionada con los billetes.",
51
+ "ID of the contact raising the ticket": "ID del contacto que levanta el ticket",
52
+ "Subject of the ticket": "Asunto del ticket",
53
+ "Description of the issue in the ticket": "Descripción del problema en el ticket",
54
+ "Email address of the contact raising the ticket": "Dirección de correo electrónico del contacto elevando el ticket",
55
+ "Phone number of the contact raising the ticket": "Número de teléfono del contacto elevando el ticket",
56
+ "Status of the ticket": "Estado del ticket",
57
+ "Priority of the ticket": "Prioridad del ticket",
58
+ "Category of the ticket": "Categoría del ticket",
59
+ "Sub-category of the ticket": "Sub-categoría del ticket",
60
+ "Due date for the ticket (ISO format)": "Fecha límite para el ticket (formato ISO)",
61
+ "Channel through which the ticket is created": "Canal a través del cual se crea el ticket",
62
+ "ID of the agent to whom the ticket is assigned": "ID del agente al que se asigna el ticket",
63
+ "ID of the product to which the ticket belongs": "ID del producto al que pertenece el ticket",
64
+ "Classification of the ticket": "Clasificación del ticket",
65
+ "Language of the ticket": "Idioma del ticket",
66
+ "Array of skill IDs associated with the ticket": "Arreglo de IDs de habilidades asociadas con el ticket",
67
+ "Custom fields in the ticket": "Campos personalizados en el ticket",
68
+ "Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
69
+ "Enable for files like PDFs, images, etc.": "Activar para archivos como PDFs, imágenes, etc.",
70
+ "Select organization ID to include in auth headers.": "Seleccione el ID de la organización para incluir en las cabeceras de autenticación.",
71
+ "contacts": "contactos",
72
+ "products": "productos",
73
+ "departments": "departamentos",
74
+ "team": "equipo",
75
+ "isRead": "es leído",
76
+ "assignee": "assignee",
77
+ "Open": "Abrir",
78
+ "On Hold": "En espera",
79
+ "Escalated": "Escalado",
80
+ "Closed": "Cerrado",
81
+ "Low": "Baja",
82
+ "Medium": "Medio",
83
+ "High": "Alta",
84
+ "Urgent": "Urgente",
85
+ "Chat": "Chatear",
86
+ "Web": "Web",
87
+ "Social": "Social",
88
+ "GET": "RECOGER",
89
+ "POST": "POST",
90
+ "PATCH": "PATCH",
91
+ "PUT": "PUT",
92
+ "DELETE": "BORRAR",
93
+ "HEAD": "LIMPIO",
94
+ "None": "Ninguna",
95
+ "JSON": "JSON",
96
+ "Form Data": "Datos de Formulario",
97
+ "Raw": "Rápido"
98
+ }
@@ -0,0 +1,98 @@
1
+ {
2
+ "Helpdesk management software": "Logiciel de gestion de helpdesk",
3
+ "Location": "Localisation",
4
+ "The location of your Zoho Desk account.": "La localisation de votre compte Zoho Desk.",
5
+ "zoho.eu (Europe)": "zoho.eu (Europe)",
6
+ "zoho.com (United States)": "zoho.com (États-Unis)",
7
+ "zoho.com.au (Australia)": "zoho.com.au (Australie)",
8
+ "zoho.jp (Japan)": "zoho.jp (Japon)",
9
+ "zoho.in (India)": "zoho.in (Inde)",
10
+ "zohocloud.ca (Canada)": "zohocloud.ca (Canada)",
11
+ "Authentication for Zoho Desk": "Authentification pour Zoho Desk",
12
+ "List tickets.": "Liste des tickets.",
13
+ "Create Ticket": "Créer un ticket",
14
+ "Find Contact": "Trouver un contact",
15
+ "Custom API Call": "Appel d'API personnalisé",
16
+ "List tickets": "Lister les tickets",
17
+ "Creates a new ticket.": "Crée un nouveau ticket.",
18
+ "Finds an existing contact by email.": "Trouve un contact existant par email.",
19
+ "Make a custom API call to a specific endpoint": "Passer un appel API personnalisé à un endpoint spécifique",
20
+ "Organization": "Organisation",
21
+ "include": "Inclure",
22
+ "Department": "Service",
23
+ "Contact ID": "ID du contact",
24
+ "Subject": "Sujet",
25
+ "Description": "Libellé",
26
+ "Email": "Courriel",
27
+ "Phone": "Téléphone",
28
+ "Status": "Statut",
29
+ "Priority": "Priorité",
30
+ "Category": "Catégorie",
31
+ "Sub Category": "Sous-catégorie",
32
+ "Due Date": "Date de fin",
33
+ "Channel": "Chaîne",
34
+ "Assignee ID": "Assignee ID",
35
+ "Product ID": "ID du produit",
36
+ "Classification": "Classification",
37
+ "Language": "Langue",
38
+ "Entity Skills": "Compétences de l'entité",
39
+ "Custom Fields": "Champs personnalisés",
40
+ "Method": "Méthode",
41
+ "Headers": "En-têtes",
42
+ "Query Parameters": "Paramètres de requête",
43
+ "Body Type": "Body Type",
44
+ "Body": "Corps",
45
+ "Response is Binary ?": "La réponse est Binaire ?",
46
+ "No Error on Failure": "Aucune erreur en cas d'échec",
47
+ "Timeout (in seconds)": "Délai d'expiration (en secondes)",
48
+ "Follow redirects": "Suivre les redirections",
49
+ "Organization ID": "ID de l'organisation",
50
+ "Additional information related to the tickets.": "Informations complémentaires sur les billets.",
51
+ "ID of the contact raising the ticket": "ID du contact soulevant le ticket",
52
+ "Subject of the ticket": "Sujet du ticket",
53
+ "Description of the issue in the ticket": "Description du problème dans le ticket",
54
+ "Email address of the contact raising the ticket": "Adresse e-mail du contact en soulevant le ticket",
55
+ "Phone number of the contact raising the ticket": "Numéro de téléphone du contact en soulevant le ticket",
56
+ "Status of the ticket": "Statut du ticket",
57
+ "Priority of the ticket": "Priorité du ticket",
58
+ "Category of the ticket": "Catégorie du ticket",
59
+ "Sub-category of the ticket": "Sous-catégorie du ticket",
60
+ "Due date for the ticket (ISO format)": "Date d'échéance du ticket (format ISO)",
61
+ "Channel through which the ticket is created": "Canal par lequel le ticket est créé",
62
+ "ID of the agent to whom the ticket is assigned": "ID de l'agent à qui le ticket est assigné",
63
+ "ID of the product to which the ticket belongs": "ID du produit auquel appartient le ticket",
64
+ "Classification of the ticket": "Classification du ticket",
65
+ "Language of the ticket": "Langue du ticket",
66
+ "Array of skill IDs associated with the ticket": "Tableau des identifiants de compétence associés au ticket",
67
+ "Custom fields in the ticket": "Champs personnalisés dans le ticket",
68
+ "Authorization headers are injected automatically from your connection.": "Les en-têtes d'autorisation sont injectés automatiquement à partir de votre connexion.",
69
+ "Enable for files like PDFs, images, etc.": "Activer pour les fichiers comme les PDFs, les images, etc.",
70
+ "Select organization ID to include in auth headers.": "Sélectionnez l'ID de l'organisation à inclure dans les en-têtes d'authentification.",
71
+ "contacts": "contacts",
72
+ "products": "produits",
73
+ "departments": "départements",
74
+ "team": "équipe",
75
+ "isRead": "est lu",
76
+ "assignee": "assignee",
77
+ "Open": "Ouvert",
78
+ "On Hold": "En attente",
79
+ "Escalated": "Escalade",
80
+ "Closed": "Fermé",
81
+ "Low": "Bas",
82
+ "Medium": "Moyenne",
83
+ "High": "Élevé",
84
+ "Urgent": "Urgent",
85
+ "Chat": "Discuter",
86
+ "Web": "Web",
87
+ "Social": "Réseaux sociaux",
88
+ "GET": "GET",
89
+ "POST": "POST",
90
+ "PATCH": "PATCH",
91
+ "PUT": "PUT",
92
+ "DELETE": "DELETE",
93
+ "HEAD": "HEAD",
94
+ "None": "Aucun",
95
+ "JSON": "JSON",
96
+ "Form Data": "Données du formulaire",
97
+ "Raw": "Brut"
98
+ }
@@ -0,0 +1,98 @@
1
+ {
2
+ "Helpdesk management software": "ヘルプデスク管理ソフトウェア",
3
+ "Location": "場所",
4
+ "The location of your Zoho Desk account.": "Zoho Deskアカウントの場所。",
5
+ "zoho.eu (Europe)": "zoho.eu (ヨーロッパ)",
6
+ "zoho.com (United States)": "zoho.com (アメリカ合衆国)",
7
+ "zoho.com.au (Australia)": "zoho.com.au (オーストラリア)",
8
+ "zoho.jp (Japan)": "zoho.jp (日本)",
9
+ "zoho.in (India)": "zoho.in (インド)",
10
+ "zohocloud.ca (Canada)": "zohocloud.ca (Canada)",
11
+ "Authentication for Zoho Desk": "Zoho Deskの認証",
12
+ "List tickets.": "チケットを一覧にします。",
13
+ "Create Ticket": "チケットを作成",
14
+ "Find Contact": "連絡先を探す",
15
+ "Custom API Call": "カスタムAPI通話",
16
+ "List tickets": "チケット一覧",
17
+ "Creates a new ticket.": "新しいチケットを作成します。",
18
+ "Finds an existing contact by email.": "電子メールで既存の連絡先を検索します。",
19
+ "Make a custom API call to a specific endpoint": "特定のエンドポイントへのカスタム API コールを実行します。",
20
+ "Organization": "組織",
21
+ "include": "含む",
22
+ "Department": "部門",
23
+ "Contact ID": "連絡先ID",
24
+ "Subject": "件名",
25
+ "Description": "説明",
26
+ "Email": "Eメールアドレス",
27
+ "Phone": "電話番号",
28
+ "Status": "Status",
29
+ "Priority": "優先度",
30
+ "Category": "カテゴリ",
31
+ "Sub Category": "サブカテゴリ",
32
+ "Due Date": "締切日",
33
+ "Channel": "チャンネル",
34
+ "Assignee ID": "Assignee ID",
35
+ "Product ID": "商品ID",
36
+ "Classification": "分類",
37
+ "Language": "言語",
38
+ "Entity Skills": "エンティティスキル",
39
+ "Custom Fields": "カスタムフィールド",
40
+ "Method": "方法",
41
+ "Headers": "ヘッダー",
42
+ "Query Parameters": "クエリパラメータ",
43
+ "Body Type": "ボディタイプ",
44
+ "Body": "本文",
45
+ "Response is Binary ?": "応答はバイナリですか?",
46
+ "No Error on Failure": "失敗時にエラーはありません",
47
+ "Timeout (in seconds)": "タイムアウト(秒)",
48
+ "Follow redirects": "リダイレクトをフォローする",
49
+ "Organization ID": "組織 ID",
50
+ "Additional information related to the tickets.": "チケットに関連する追加情報。",
51
+ "ID of the contact raising the ticket": "チケットを発行している連絡先のID",
52
+ "Subject of the ticket": "チケットの件名",
53
+ "Description of the issue in the ticket": "チケットのチケットの説明",
54
+ "Email address of the contact raising the ticket": "チケットを発行している連絡先のメールアドレス",
55
+ "Phone number of the contact raising the ticket": "チケットを発行している連絡先の電話番号",
56
+ "Status of the ticket": "チケットのステータス",
57
+ "Priority of the ticket": "チケットの優先度",
58
+ "Category of the ticket": "チケットのカテゴリ",
59
+ "Sub-category of the ticket": "チケットサブカテゴリ",
60
+ "Due date for the ticket (ISO format)": "チケットの期限 (ISO形式)",
61
+ "Channel through which the ticket is created": "チケットが作成されたチャンネル",
62
+ "ID of the agent to whom the ticket is assigned": "チケットが割り当てられたエージェントの ID",
63
+ "ID of the product to which the ticket belongs": "チケットが所属している商品のID",
64
+ "Classification of the ticket": "チケットの分類",
65
+ "Language of the ticket": "チケットの言語",
66
+ "Array of skill IDs associated with the ticket": "チケットに関連付けられたスキル ID の配列",
67
+ "Custom fields in the ticket": "チケットのカスタムフィールド",
68
+ "Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
69
+ "Enable for files like PDFs, images, etc.": "PDF、画像などのファイルを有効にする",
70
+ "Select organization ID to include in auth headers.": "認証ヘッダーに含める組織 ID を選択します。",
71
+ "contacts": "連絡先",
72
+ "products": "商品",
73
+ "departments": "部門",
74
+ "team": "チーム",
75
+ "isRead": "isRead",
76
+ "assignee": "assignee",
77
+ "Open": "開く",
78
+ "On Hold": "保留中",
79
+ "Escalated": "エスカレート",
80
+ "Closed": "クローズ済み",
81
+ "Low": "低い",
82
+ "Medium": "ミディアム",
83
+ "High": "高い",
84
+ "Urgent": "urgent",
85
+ "Chat": "チャット",
86
+ "Web": "ウェブ",
87
+ "Social": "ソーシャル",
88
+ "GET": "取得",
89
+ "POST": "POST",
90
+ "PATCH": "PATCH",
91
+ "PUT": "PUT",
92
+ "DELETE": "削除",
93
+ "HEAD": "頭",
94
+ "None": "なし",
95
+ "JSON": "JSON",
96
+ "Form Data": "フォームデータ",
97
+ "Raw": "Raw"
98
+ }
@@ -0,0 +1,98 @@
1
+ {
2
+ "Helpdesk management software": "Helpdesk beheer software",
3
+ "Location": "Locatie",
4
+ "The location of your Zoho Desk account.": "De locatie van je Zoho Desk account.",
5
+ "zoho.eu (Europe)": "zoho.eu (Europa)",
6
+ "zoho.com (United States)": "zoho.com (Verenigde Staten)",
7
+ "zoho.com.au (Australia)": "zoho.com.au (Australia)",
8
+ "zoho.jp (Japan)": "zoho.jp (Japan)",
9
+ "zoho.in (India)": "zoho.in (India)",
10
+ "zohocloud.ca (Canada)": "zohocloud.ca (Canada)",
11
+ "Authentication for Zoho Desk": "Authenticatie voor Zoho Desk",
12
+ "List tickets.": "Toon tickets.",
13
+ "Create Ticket": "Ticket aanmaken",
14
+ "Find Contact": "Contactpersoon zoeken",
15
+ "Custom API Call": "Custom API Call",
16
+ "List tickets": "Tickets weergeven",
17
+ "Creates a new ticket.": "Maakt een nieuw ticket.",
18
+ "Finds an existing contact by email.": "Vindt een bestaand contact per e-mail.",
19
+ "Make a custom API call to a specific endpoint": "Maak een aangepaste API call naar een specifiek eindpunt",
20
+ "Organization": "Rekening",
21
+ "include": "insluiten",
22
+ "Department": "Afdeling",
23
+ "Contact ID": "Contact ID",
24
+ "Subject": "Onderwerp",
25
+ "Description": "Beschrijving",
26
+ "Email": "E-mail",
27
+ "Phone": "Telefoonnummer",
28
+ "Status": "status",
29
+ "Priority": "Prioriteit",
30
+ "Category": "categorie",
31
+ "Sub Category": "Sub Categorie",
32
+ "Due Date": "Inleverdatum",
33
+ "Channel": "Kanaal",
34
+ "Assignee ID": "Assignee ID",
35
+ "Product ID": "Product ID",
36
+ "Classification": "Classificatie",
37
+ "Language": "Taal",
38
+ "Entity Skills": "Entiteit Vaardigheden",
39
+ "Custom Fields": "Aangepaste velden",
40
+ "Method": "Methode",
41
+ "Headers": "Kopteksten",
42
+ "Query Parameters": "Query parameters",
43
+ "Body Type": "Type lichaam",
44
+ "Body": "Lichaam",
45
+ "Response is Binary ?": "Antwoord is binair?",
46
+ "No Error on Failure": "Geen fout bij fout",
47
+ "Timeout (in seconds)": "Time-out (in seconden)",
48
+ "Follow redirects": "Volg omleidingen",
49
+ "Organization ID": "Organisatie ID",
50
+ "Additional information related to the tickets.": "Aanvullende informatie met betrekking tot de tickets.",
51
+ "ID of the contact raising the ticket": "ID van het contact waarmee het ticket wordt verhoogd",
52
+ "Subject of the ticket": "Onderwerp van de ticket",
53
+ "Description of the issue in the ticket": "Beschrijving van het probleem in het ticket",
54
+ "Email address of the contact raising the ticket": "E-mailadres van de contactpersoon die het ticket verhoogt",
55
+ "Phone number of the contact raising the ticket": "Telefoonnummer van de contactpersoon die het ticket verhoogt",
56
+ "Status of the ticket": "Status van de ticket",
57
+ "Priority of the ticket": "Prioriteit van de ticket",
58
+ "Category of the ticket": "Categorie van de ticket",
59
+ "Sub-category of the ticket": "Subcategorie van het ticket",
60
+ "Due date for the ticket (ISO format)": "Vervaldatum voor het ticket (ISO formaat)",
61
+ "Channel through which the ticket is created": "Kanaal waarmee het ticket is aangemaakt",
62
+ "ID of the agent to whom the ticket is assigned": "ID van de agent aan wie de ticket is toegewezen",
63
+ "ID of the product to which the ticket belongs": "ID van het product waar de ticket bij hoort",
64
+ "Classification of the ticket": "Classificatie van het ticket",
65
+ "Language of the ticket": "Taal van het ticket",
66
+ "Array of skill IDs associated with the ticket": "Array van vaardigheids-IDs die zijn gekoppeld aan het ticket",
67
+ "Custom fields in the ticket": "Aangepaste velden in het ticket",
68
+ "Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
69
+ "Enable for files like PDFs, images, etc.": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc.",
70
+ "Select organization ID to include in auth headers.": "Selecteer organisatie-ID om op te nemen in de autorisatieheaders.",
71
+ "contacts": "contactpersonen",
72
+ "products": "product(en)",
73
+ "departments": "afdelingen",
74
+ "team": "team",
75
+ "isRead": "Gelezen",
76
+ "assignee": "assignee",
77
+ "Open": "Open",
78
+ "On Hold": "In de wacht",
79
+ "Escalated": "Geëscaleerd",
80
+ "Closed": "gesloten",
81
+ "Low": "laag",
82
+ "Medium": "Middelgroot",
83
+ "High": "hoog",
84
+ "Urgent": "Dringend",
85
+ "Chat": "Chatten",
86
+ "Web": "Internet",
87
+ "Social": "Sociaal",
88
+ "GET": "KRIJG",
89
+ "POST": "POSTE",
90
+ "PATCH": "BEKIJK",
91
+ "PUT": "PUT",
92
+ "DELETE": "VERWIJDEREN",
93
+ "HEAD": "HOOFD",
94
+ "None": "geen",
95
+ "JSON": "JSON",
96
+ "Form Data": "Formulieren gegevens",
97
+ "Raw": "Onbewerkte"
98
+ }
@@ -0,0 +1,98 @@
1
+ {
2
+ "Helpdesk management software": "Software de gerenciamento Helpdesk",
3
+ "Location": "Local:",
4
+ "The location of your Zoho Desk account.": "A localização da sua conta Zoho Desk.",
5
+ "zoho.eu (Europe)": "zoho.eu (Europa)",
6
+ "zoho.com (United States)": "zoho.com (Estados Unidos)",
7
+ "zoho.com.au (Australia)": "zoho.com.au (Austrália)",
8
+ "zoho.jp (Japan)": "zoho.jp (Japão)",
9
+ "zoho.in (India)": "zoho.in (Índia)",
10
+ "zohocloud.ca (Canada)": "zohocloud.ca (Canada)",
11
+ "Authentication for Zoho Desk": "Autenticação para Zoho Desk",
12
+ "List tickets.": "Listar bilhetes.",
13
+ "Create Ticket": "Criar Ticket",
14
+ "Find Contact": "Localizar contato",
15
+ "Custom API Call": "Chamada de API personalizada",
16
+ "List tickets": "Lista de pedidos",
17
+ "Creates a new ticket.": "Cria um novo ticket.",
18
+ "Finds an existing contact by email.": "Localiza um contato existente por e-mail.",
19
+ "Make a custom API call to a specific endpoint": "Faça uma chamada de API personalizada para um ponto de extremidade específico",
20
+ "Organization": "Cliente",
21
+ "include": "incluir",
22
+ "Department": "Departamento",
23
+ "Contact ID": "ID do contato",
24
+ "Subject": "Cargo",
25
+ "Description": "Descrição",
26
+ "Email": "e-mail",
27
+ "Phone": "Smartphone",
28
+ "Status": "Estado",
29
+ "Priority": "Prioridade",
30
+ "Category": "categoria",
31
+ "Sub Category": "Sub Categoria",
32
+ "Due Date": "Data de vencimento",
33
+ "Channel": "Canal",
34
+ "Assignee ID": "Assignee ID",
35
+ "Product ID": "ID do Produto",
36
+ "Classification": "Classificação",
37
+ "Language": "IDIOMA",
38
+ "Entity Skills": "Habilidades da Entidade",
39
+ "Custom Fields": "Campos Personalizados",
40
+ "Method": "Método",
41
+ "Headers": "Cabeçalhos",
42
+ "Query Parameters": "Parâmetros da consulta",
43
+ "Body Type": "Tipo de Corpo",
44
+ "Body": "Conteúdo",
45
+ "Response is Binary ?": "A resposta é binária ?",
46
+ "No Error on Failure": "Nenhum erro no Failure",
47
+ "Timeout (in seconds)": "Tempo limite (em segundos)",
48
+ "Follow redirects": "Seguir redirecionamentos",
49
+ "Organization ID": "ID da organização",
50
+ "Additional information related to the tickets.": "Informação adicional relacionada aos tickets.",
51
+ "ID of the contact raising the ticket": "ID do contato levantando o ticket",
52
+ "Subject of the ticket": "Assunto do ticket",
53
+ "Description of the issue in the ticket": "Descrição da issue no ticket",
54
+ "Email address of the contact raising the ticket": "Endereço de e-mail do contato levantando o ticket",
55
+ "Phone number of the contact raising the ticket": "Número de telefone do contato aumentando o ticket",
56
+ "Status of the ticket": "Status do ticket",
57
+ "Priority of the ticket": "Prioridade do ticket",
58
+ "Category of the ticket": "Categoria do ticket",
59
+ "Sub-category of the ticket": "Subcategoria do ticket",
60
+ "Due date for the ticket (ISO format)": "Data limite para o pedido (formato ISO)",
61
+ "Channel through which the ticket is created": "Canal através do qual o ticket foi criado",
62
+ "ID of the agent to whom the ticket is assigned": "ID do agente para quem o ticket foi atribuído",
63
+ "ID of the product to which the ticket belongs": "ID do produto ao qual o ticket pertence",
64
+ "Classification of the ticket": "Classificação do ticket",
65
+ "Language of the ticket": "Idioma do ticket",
66
+ "Array of skill IDs associated with the ticket": "Array de IDs de habilidade associados com o bilhete",
67
+ "Custom fields in the ticket": "Campos personalizados no Ticket",
68
+ "Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
69
+ "Enable for files like PDFs, images, etc.": "Habilitar para arquivos como PDFs, imagens, etc.",
70
+ "Select organization ID to include in auth headers.": "Selecione o ID da organização para incluir no cabeçalho de autenticação.",
71
+ "contacts": "contatos",
72
+ "products": "produtos",
73
+ "departments": "departamentos",
74
+ "team": "equipe",
75
+ "isRead": "Liderar",
76
+ "assignee": "assignee",
77
+ "Open": "Abertas",
78
+ "On Hold": "Em espera",
79
+ "Escalated": "escalado",
80
+ "Closed": "Fechado",
81
+ "Low": "baixa",
82
+ "Medium": "Média",
83
+ "High": "alta",
84
+ "Urgent": "Urgente",
85
+ "Chat": "Bate-papo",
86
+ "Web": "Web",
87
+ "Social": "Sócio",
88
+ "GET": "OBTER",
89
+ "POST": "POSTAR",
90
+ "PATCH": "COMPRAR",
91
+ "PUT": "COLOCAR",
92
+ "DELETE": "EXCLUIR",
93
+ "HEAD": "CABEÇA",
94
+ "None": "Nenhuma",
95
+ "JSON": "JSON",
96
+ "Form Data": "Dados de Formulário",
97
+ "Raw": "RAW"
98
+ }
@@ -0,0 +1,91 @@
1
+ {
2
+ "Zoho Desk": "Рабочий стол Zoho",
3
+ "Helpdesk management software": "Программа для управления Helpdesk",
4
+ "Location": "Местоположение",
5
+ "The location of your Zoho Desk account.": "Расположение вашего аккаунта Zoho Desk.",
6
+ "zoho.eu (Europe)": "zoho.eu (Европа)",
7
+ "zoho.com (United States)": "zoho.com (Соединенные Штаты)",
8
+ "zoho.com.au (Australia)": "zoho.com.au (Австралия)",
9
+ "zoho.jp (Japan)": "zoho.jp (Япония)",
10
+ "zoho.in (India)": "zoho.in (Индия)",
11
+ "zohocloud.ca (Canada)": "zohocloud.ca (Canada)",
12
+ "Authentication for Zoho Desk": "Аутентификация для Zoho Desk",
13
+ "List tickets.": "Список заявок.",
14
+ "Create Ticket": "Создать тикет",
15
+ "Find Contact": "Найти контакт",
16
+ "Custom API Call": "Пользовательский вызов API",
17
+ "List tickets": "Список заявок",
18
+ "Creates a new ticket.": "Создает новую Заявку.",
19
+ "Finds an existing contact by email.": "Поиск существующего контакта по электронной почте.",
20
+ "Make a custom API call to a specific endpoint": "Сделать пользовательский API вызов к определенной конечной точке",
21
+ "Organization": "Организация",
22
+ "include": "включать",
23
+ "Department": "Отдел",
24
+ "Contact ID": "ID контакта",
25
+ "Subject": "Тема",
26
+ "Description": "Description",
27
+ "Email": "Почта",
28
+ "Phone": "Телефон",
29
+ "Status": "Status",
30
+ "Priority": "Приоритет",
31
+ "Category": "Категория",
32
+ "Sub Category": "Подкатегория",
33
+ "Due Date": "Срок сдачи",
34
+ "Channel": "Канал",
35
+ "Assignee ID": "Assignee ID",
36
+ "Product ID": "ID товара",
37
+ "Classification": "Классификация",
38
+ "Language": "Язык",
39
+ "Entity Skills": "Навыки сущности",
40
+ "Custom Fields": "Пользовательские поля",
41
+ "Method": "Метод",
42
+ "Headers": "Заголовки",
43
+ "Query Parameters": "Параметры запроса",
44
+ "Body": "Тело",
45
+ "No Error on Failure": "Нет ошибок при ошибке",
46
+ "Timeout (in seconds)": "Таймаут (в секундах)",
47
+ "Organization ID": "ID Организации",
48
+ "Additional information related to the tickets.": "Дополнительная информация о билетах.",
49
+ "ID of the contact raising the ticket": "ID контакта, поднявшего заявку",
50
+ "Subject of the ticket": "Тема заявки",
51
+ "Description of the issue in the ticket": "Описание проблемы в тикете",
52
+ "Email address of the contact raising the ticket": "Адрес электронной почты контактного лица",
53
+ "Phone number of the contact raising the ticket": "Телефонный номер контакта",
54
+ "Status of the ticket": "Статус заявки",
55
+ "Priority of the ticket": "Приоритет тикета",
56
+ "Category of the ticket": "Категория заявки",
57
+ "Sub-category of the ticket": "Подкатегория заявки",
58
+ "Due date for the ticket (ISO format)": "Дата окончания заявки (в формате ISO)",
59
+ "Channel through which the ticket is created": "Канал, через который создается заявка",
60
+ "ID of the agent to whom the ticket is assigned": "ID агента, которому назначена заявка",
61
+ "ID of the product to which the ticket belongs": "ID продукта, к которому принадлежит заявка",
62
+ "Classification of the ticket": "Классификация заявки",
63
+ "Language of the ticket": "Язык заявки",
64
+ "Array of skill IDs associated with the ticket": "Массив идентификаторов навыков, связанных с картой",
65
+ "Custom fields in the ticket": "Пользовательские поля в заявке",
66
+ "Authorization headers are injected automatically from your connection.": "Заголовки авторизации включаются автоматически из вашего соединения.",
67
+ "Select organization ID to include in auth headers.": "Выберите ID организации для включения в заголовки авторизации.",
68
+ "contacts": "контакты",
69
+ "products": "товары",
70
+ "departments": "отделы",
71
+ "team": "команда",
72
+ "isRead": "непрочитано",
73
+ "assignee": "assignee",
74
+ "Open": "Открыть",
75
+ "On Hold": "На удержании",
76
+ "Escalated": "Эскалация",
77
+ "Closed": "Закрыто",
78
+ "Low": "Низкий",
79
+ "Medium": "Средний",
80
+ "High": "Высокий",
81
+ "Urgent": "Срочно",
82
+ "Chat": "Чат",
83
+ "Web": "Веб",
84
+ "Social": "Соцсети",
85
+ "GET": "ПОЛУЧИТЬ",
86
+ "POST": "ПОСТ",
87
+ "PATCH": "ПАТЧ",
88
+ "PUT": "ПОКУПИТЬ",
89
+ "DELETE": "УДАЛИТЬ",
90
+ "HEAD": "HEAD"
91
+ }
@@ -0,0 +1,98 @@
1
+ {
2
+ "Helpdesk management software": "Helpdesk management software",
3
+ "Location": "Location",
4
+ "The location of your Zoho Desk account.": "The location of your Zoho Desk account.",
5
+ "zoho.eu (Europe)": "zoho.eu (Europe)",
6
+ "zoho.com (United States)": "zoho.com (United States)",
7
+ "zoho.com.au (Australia)": "zoho.com.au (Australia)",
8
+ "zoho.jp (Japan)": "zoho.jp (Japan)",
9
+ "zoho.in (India)": "zoho.in (India)",
10
+ "zohocloud.ca (Canada)": "zohocloud.ca (Canada)",
11
+ "Authentication for Zoho Desk": "Authentication for Zoho Desk",
12
+ "List tickets.": "List tickets.",
13
+ "Create Ticket": "Create Ticket",
14
+ "Find Contact": "Find Contact",
15
+ "Custom API Call": "Custom API Call",
16
+ "List tickets": "List tickets",
17
+ "Creates a new ticket.": "Creates a new ticket.",
18
+ "Finds an existing contact by email.": "Finds an existing contact by email.",
19
+ "Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
20
+ "Organization": "Organization",
21
+ "include": "include",
22
+ "Department": "Department",
23
+ "Contact ID": "Contact ID",
24
+ "Subject": "Subject",
25
+ "Description": "Description",
26
+ "Email": "Email",
27
+ "Phone": "Phone",
28
+ "Status": "Status",
29
+ "Priority": "Priority",
30
+ "Category": "Category",
31
+ "Sub Category": "Sub Category",
32
+ "Due Date": "Due Date",
33
+ "Channel": "Channel",
34
+ "Assignee ID": "Assignee ID",
35
+ "Product ID": "Product ID",
36
+ "Classification": "Classification",
37
+ "Language": "Language",
38
+ "Entity Skills": "Entity Skills",
39
+ "Custom Fields": "Custom Fields",
40
+ "Method": "Method",
41
+ "Headers": "Headers",
42
+ "Query Parameters": "Query Parameters",
43
+ "Body Type": "Body Type",
44
+ "Body": "Body",
45
+ "Response is Binary ?": "Response is Binary ?",
46
+ "No Error on Failure": "No Error on Failure",
47
+ "Timeout (in seconds)": "Timeout (in seconds)",
48
+ "Follow redirects": "Follow redirects",
49
+ "Organization ID": "Organization ID",
50
+ "Additional information related to the tickets.": "Additional information related to the tickets.",
51
+ "ID of the contact raising the ticket": "ID of the contact raising the ticket",
52
+ "Subject of the ticket": "Subject of the ticket",
53
+ "Description of the issue in the ticket": "Description of the issue in the ticket",
54
+ "Email address of the contact raising the ticket": "Email address of the contact raising the ticket",
55
+ "Phone number of the contact raising the ticket": "Phone number of the contact raising the ticket",
56
+ "Status of the ticket": "Status of the ticket",
57
+ "Priority of the ticket": "Priority of the ticket",
58
+ "Category of the ticket": "Category of the ticket",
59
+ "Sub-category of the ticket": "Sub-category of the ticket",
60
+ "Due date for the ticket (ISO format)": "Due date for the ticket (ISO format)",
61
+ "Channel through which the ticket is created": "Channel through which the ticket is created",
62
+ "ID of the agent to whom the ticket is assigned": "ID of the agent to whom the ticket is assigned",
63
+ "ID of the product to which the ticket belongs": "ID of the product to which the ticket belongs",
64
+ "Classification of the ticket": "Classification of the ticket",
65
+ "Language of the ticket": "Language of the ticket",
66
+ "Array of skill IDs associated with the ticket": "Array of skill IDs associated with the ticket",
67
+ "Custom fields in the ticket": "Custom fields in the ticket",
68
+ "Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
69
+ "Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
70
+ "Select organization ID to include in auth headers.": "Select organization ID to include in auth headers.",
71
+ "contacts": "contacts",
72
+ "products": "products",
73
+ "departments": "departments",
74
+ "team": "team",
75
+ "isRead": "isRead",
76
+ "assignee": "assignee",
77
+ "Open": "Open",
78
+ "On Hold": "On Hold",
79
+ "Escalated": "Escalated",
80
+ "Closed": "Closed",
81
+ "Low": "Low",
82
+ "Medium": "Medium",
83
+ "High": "High",
84
+ "Urgent": "Urgent",
85
+ "Chat": "Chat",
86
+ "Web": "Web",
87
+ "Social": "Social",
88
+ "GET": "GET",
89
+ "POST": "POST",
90
+ "PATCH": "PATCH",
91
+ "PUT": "PUT",
92
+ "DELETE": "DELETE",
93
+ "HEAD": "HEAD",
94
+ "None": "None",
95
+ "JSON": "JSON",
96
+ "Form Data": "Form Data",
97
+ "Raw": "Raw"
98
+ }
@@ -0,0 +1,91 @@
1
+ {
2
+ "Zoho Desk": "Zoho Desk",
3
+ "Helpdesk management software": "Helpdesk management software",
4
+ "Location": "Location",
5
+ "The location of your Zoho Desk account.": "The location of your Zoho Desk account.",
6
+ "zoho.eu (Europe)": "zoho.eu (Europe)",
7
+ "zoho.com (United States)": "zoho.com (United States)",
8
+ "zoho.com.au (Australia)": "zoho.com.au (Australia)",
9
+ "zoho.jp (Japan)": "zoho.jp (Japan)",
10
+ "zoho.in (India)": "zoho.in (India)",
11
+ "zohocloud.ca (Canada)": "zohocloud.ca (Canada)",
12
+ "Authentication for Zoho Desk": "Authentication for Zoho Desk",
13
+ "List tickets.": "List tickets.",
14
+ "Create Ticket": "Create Ticket",
15
+ "Find Contact": "Find Contact",
16
+ "Custom API Call": "Custom API Call",
17
+ "List tickets": "List tickets",
18
+ "Creates a new ticket.": "Creates a new ticket.",
19
+ "Finds an existing contact by email.": "Finds an existing contact by email.",
20
+ "Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
21
+ "Organization": "Organization",
22
+ "include": "include",
23
+ "Department": "Department",
24
+ "Contact ID": "Contact ID",
25
+ "Subject": "Subject",
26
+ "Description": "Description",
27
+ "Email": "Email",
28
+ "Phone": "Phone",
29
+ "Status": "Status",
30
+ "Priority": "Priority",
31
+ "Category": "Category",
32
+ "Sub Category": "Sub Category",
33
+ "Due Date": "Due Date",
34
+ "Channel": "Channel",
35
+ "Assignee ID": "Assignee ID",
36
+ "Product ID": "Product ID",
37
+ "Classification": "Classification",
38
+ "Language": "Language",
39
+ "Entity Skills": "Entity Skills",
40
+ "Custom Fields": "Custom Fields",
41
+ "Method": "Method",
42
+ "Headers": "Headers",
43
+ "Query Parameters": "Query Parameters",
44
+ "Body": "Body",
45
+ "No Error on Failure": "No Error on Failure",
46
+ "Timeout (in seconds)": "Timeout (in seconds)",
47
+ "Organization ID": "Organization ID",
48
+ "Additional information related to the tickets.": "Additional information related to the tickets.",
49
+ "ID of the contact raising the ticket": "ID of the contact raising the ticket",
50
+ "Subject of the ticket": "Subject of the ticket",
51
+ "Description of the issue in the ticket": "Description of the issue in the ticket",
52
+ "Email address of the contact raising the ticket": "Email address of the contact raising the ticket",
53
+ "Phone number of the contact raising the ticket": "Phone number of the contact raising the ticket",
54
+ "Status of the ticket": "Status of the ticket",
55
+ "Priority of the ticket": "Priority of the ticket",
56
+ "Category of the ticket": "Category of the ticket",
57
+ "Sub-category of the ticket": "Sub-category of the ticket",
58
+ "Due date for the ticket (ISO format)": "Due date for the ticket (ISO format)",
59
+ "Channel through which the ticket is created": "Channel through which the ticket is created",
60
+ "ID of the agent to whom the ticket is assigned": "ID of the agent to whom the ticket is assigned",
61
+ "ID of the product to which the ticket belongs": "ID of the product to which the ticket belongs",
62
+ "Classification of the ticket": "Classification of the ticket",
63
+ "Language of the ticket": "Language of the ticket",
64
+ "Array of skill IDs associated with the ticket": "Array of skill IDs associated with the ticket",
65
+ "Custom fields in the ticket": "Custom fields in the ticket",
66
+ "Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
67
+ "Select organization ID to include in auth headers.": "Select organization ID to include in auth headers.",
68
+ "contacts": "contacts",
69
+ "products": "products",
70
+ "departments": "departments",
71
+ "team": "team",
72
+ "isRead": "isRead",
73
+ "assignee": "assignee",
74
+ "Open": "Open",
75
+ "On Hold": "On Hold",
76
+ "Escalated": "Escalated",
77
+ "Closed": "Closed",
78
+ "Low": "Low",
79
+ "Medium": "Medium",
80
+ "High": "High",
81
+ "Urgent": "Urgent",
82
+ "Chat": "Chat",
83
+ "Web": "Web",
84
+ "Social": "Social",
85
+ "GET": "GET",
86
+ "POST": "POST",
87
+ "PATCH": "PATCH",
88
+ "PUT": "PUT",
89
+ "DELETE": "DELETE",
90
+ "HEAD": "HEAD"
91
+ }
@@ -0,0 +1,98 @@
1
+ {
2
+ "Helpdesk management software": "Helpdesk management software",
3
+ "Location": "Location",
4
+ "The location of your Zoho Desk account.": "The location of your Zoho Desk account.",
5
+ "zoho.eu (Europe)": "zoho.eu (Europe)",
6
+ "zoho.com (United States)": "zoho.com (United States)",
7
+ "zoho.com.au (Australia)": "zoho.com.au (Australia)",
8
+ "zoho.jp (Japan)": "zoho.jp (Japan)",
9
+ "zoho.in (India)": "zoho.in (India)",
10
+ "zohocloud.ca (Canada)": "zohocloud.ca (Canada)",
11
+ "Authentication for Zoho Desk": "Authentication for Zoho Desk",
12
+ "List tickets.": "List tickets.",
13
+ "Create Ticket": "Create Ticket",
14
+ "Find Contact": "Find Contact",
15
+ "Custom API Call": "自定义 API 呼叫",
16
+ "List tickets": "List tickets",
17
+ "Creates a new ticket.": "Creates a new ticket.",
18
+ "Finds an existing contact by email.": "Finds an existing contact by email.",
19
+ "Make a custom API call to a specific endpoint": "将一个自定义 API 调用到一个特定的终点",
20
+ "Organization": "Organization",
21
+ "include": "include",
22
+ "Department": "Department",
23
+ "Contact ID": "Contact ID",
24
+ "Subject": "Subject",
25
+ "Description": "描述",
26
+ "Email": "电子邮件地址",
27
+ "Phone": "Phone",
28
+ "Status": "状态",
29
+ "Priority": "Priority",
30
+ "Category": "Category",
31
+ "Sub Category": "Sub Category",
32
+ "Due Date": "Due Date",
33
+ "Channel": "Channel",
34
+ "Assignee ID": "Assignee ID",
35
+ "Product ID": "Product ID",
36
+ "Classification": "Classification",
37
+ "Language": "Language",
38
+ "Entity Skills": "Entity Skills",
39
+ "Custom Fields": "Custom Fields",
40
+ "Method": "方法",
41
+ "Headers": "信头",
42
+ "Query Parameters": "查询参数",
43
+ "Body Type": "Body Type",
44
+ "Body": "正文内容",
45
+ "Response is Binary ?": "Response is Binary ?",
46
+ "No Error on Failure": "失败时没有错误",
47
+ "Timeout (in seconds)": "超时(秒)",
48
+ "Follow redirects": "Follow redirects",
49
+ "Organization ID": "Organization ID",
50
+ "Additional information related to the tickets.": "Additional information related to the tickets.",
51
+ "ID of the contact raising the ticket": "ID of the contact raising the ticket",
52
+ "Subject of the ticket": "Subject of the ticket",
53
+ "Description of the issue in the ticket": "Description of the issue in the ticket",
54
+ "Email address of the contact raising the ticket": "Email address of the contact raising the ticket",
55
+ "Phone number of the contact raising the ticket": "Phone number of the contact raising the ticket",
56
+ "Status of the ticket": "Status of the ticket",
57
+ "Priority of the ticket": "Priority of the ticket",
58
+ "Category of the ticket": "Category of the ticket",
59
+ "Sub-category of the ticket": "Sub-category of the ticket",
60
+ "Due date for the ticket (ISO format)": "Due date for the ticket (ISO format)",
61
+ "Channel through which the ticket is created": "Channel through which the ticket is created",
62
+ "ID of the agent to whom the ticket is assigned": "ID of the agent to whom the ticket is assigned",
63
+ "ID of the product to which the ticket belongs": "ID of the product to which the ticket belongs",
64
+ "Classification of the ticket": "Classification of the ticket",
65
+ "Language of the ticket": "Language of the ticket",
66
+ "Array of skill IDs associated with the ticket": "Array of skill IDs associated with the ticket",
67
+ "Custom fields in the ticket": "Custom fields in the ticket",
68
+ "Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
69
+ "Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
70
+ "Select organization ID to include in auth headers.": "Select organization ID to include in auth headers.",
71
+ "contacts": "contacts",
72
+ "products": "产品",
73
+ "departments": "departments",
74
+ "team": "团队",
75
+ "isRead": "isRead",
76
+ "assignee": "assignee",
77
+ "Open": "Open",
78
+ "On Hold": "On Hold",
79
+ "Escalated": "Escalated",
80
+ "Closed": "Closed",
81
+ "Low": "Low",
82
+ "Medium": "Medium",
83
+ "High": "High",
84
+ "Urgent": "Urgent",
85
+ "Chat": "Chat",
86
+ "Web": "Web",
87
+ "Social": "Social",
88
+ "GET": "获取",
89
+ "POST": "帖子",
90
+ "PATCH": "PATCH",
91
+ "PUT": "弹出",
92
+ "DELETE": "删除",
93
+ "HEAD": "黑色",
94
+ "None": "无",
95
+ "JSON": "JSON",
96
+ "Form Data": "表单数据",
97
+ "Raw": "原始文件"
98
+ }
package/src/index.d.ts CHANGED
@@ -1 +1,2 @@
1
1
  export declare const piecesZohoDesk: import("@activepieces/pieces-framework").Piece<import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>>;
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAaA,eAAO,MAAM,cAAc,+JAgCzB,CAAC"}
@@ -19,3 +19,4 @@ export declare const createTicketAction: import("@activepieces/pieces-framework"
19
19
  entitySkills: import("@activepieces/pieces-framework").ArrayProperty<false>;
20
20
  customFields: import("@activepieces/pieces-framework").ObjectProperty<false>;
21
21
  }>;
22
+ //# sourceMappingURL=create-ticket.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-ticket.d.ts","sourceRoot":"","sources":["../../../../src/lib/actions/create-ticket.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;EAkL7B,CAAC"}
@@ -2,3 +2,4 @@ export declare const findContactAction: import("@activepieces/pieces-framework")
2
2
  orgId: import("@activepieces/pieces-framework").DropdownProperty<string, false, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>> | import("@activepieces/pieces-framework").DropdownProperty<string, true, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>>;
3
3
  email: import("@activepieces/pieces-framework").ShortTextProperty<true>;
4
4
  }>;
5
+ //# sourceMappingURL=find-contact.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"find-contact.d.ts","sourceRoot":"","sources":["../../../../src/lib/actions/find-contact.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,iBAAiB;;;EAqC5B,CAAC"}
@@ -2,3 +2,4 @@ export declare const listTicketsAction: import("@activepieces/pieces-framework")
2
2
  orgId: import("@activepieces/pieces-framework").DropdownProperty<string, false, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>> | import("@activepieces/pieces-framework").DropdownProperty<string, true, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>>;
3
3
  include: import("@activepieces/pieces-framework").StaticMultiSelectDropdownProperty<string, false>;
4
4
  }>;
5
+ //# sourceMappingURL=list-tickets.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-tickets.d.ts","sourceRoot":"","sources":["../../../../src/lib/actions/list-tickets.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,iBAAiB;;;EAuC5B,CAAC"}
@@ -1 +1,2 @@
1
1
  export declare const zohoDeskAuth: import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>;
2
+ //# sourceMappingURL=auth.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"auth.d.ts","sourceRoot":"","sources":["../../../../src/lib/common/auth.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY,+GAyDvB,CAAC"}
@@ -10,3 +10,4 @@ export type ZohoDeskApiCallParams = {
10
10
  body?: any;
11
11
  };
12
12
  export declare function zohoDeskApiCall<T extends HttpMessageBody>({ auth, orgId, method, resourceUri, query, body, }: ZohoDeskApiCallParams): Promise<T>;
13
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/lib/common/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAGN,eAAe,EACf,UAAU,EAGV,MAAM,6BAA6B,CAAC;AACrC,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAC;AACtE,OAAO,EAAE,YAAY,EAAE,MAAM,QAAQ,CAAC;AAEtC,MAAM,MAAM,qBAAqB,GAAG;IACnC,IAAI,EAAE,oBAAoB,CAAC,OAAO,YAAY,CAAC,CAAC;IAChD,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,UAAU,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,EAAE,GAAG,SAAS,CAAC,CAAC;IAC/D,IAAI,CAAC,EAAE,GAAG,CAAC;CACX,CAAC;AAEF,wBAAsB,eAAe,CAAC,CAAC,SAAS,eAAe,EAAE,EAChE,IAAI,EACJ,KAAK,EACL,MAAM,EACN,WAAW,EACX,KAAK,EACL,IAAI,GACJ,EAAE,qBAAqB,GAAG,OAAO,CAAC,CAAC,CAAC,CA+BpC"}
@@ -6,3 +6,4 @@ interface DropdownParams {
6
6
  export declare const organizationId: (params: DropdownParams) => import("@activepieces/pieces-framework").DropdownProperty<string, false, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>> | import("@activepieces/pieces-framework").DropdownProperty<string, true, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>>;
7
7
  export declare const departmentId: (params: DropdownParams) => import("@activepieces/pieces-framework").DropdownProperty<string, false, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>> | import("@activepieces/pieces-framework").DropdownProperty<string, true, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>>;
8
8
  export {};
9
+ //# sourceMappingURL=props.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"props.d.ts","sourceRoot":"","sources":["../../../../src/lib/common/props.ts"],"names":[],"mappings":"AAKA,UAAU,cAAc;IACvB,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,OAAO,CAAC;CAClB;AAED,eAAO,MAAM,cAAc,WAAY,cAAc,qXAiClD,CAAC;AAEJ,eAAO,MAAM,YAAY,WAAY,cAAc,qXA2ChD,CAAC"}