@activepieces/piece-zoho-crm 0.2.5 → 0.2.6
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 +4 -4
- package/src/i18n/de.json +41 -0
- package/src/i18n/es.json +41 -0
- package/src/i18n/fr.json +41 -0
- package/src/i18n/ja.json +41 -0
- package/src/i18n/nl.json +41 -0
- package/src/i18n/pt.json +41 -0
- package/src/i18n/ru.json +34 -0
- package/src/i18n/translation.json +41 -0
- package/src/i18n/vi.json +34 -0
- package/src/i18n/zh.json +41 -0
- package/src/index.d.ts +1 -0
- package/src/index.d.ts.map +1 -0
- package/src/lib/actions/read-file.d.ts +1 -0
- package/src/lib/actions/read-file.d.ts.map +1 -0
- package/src/lib/auth.d.ts +1 -0
- package/src/lib/auth.d.ts.map +1 -0
- package/src/lib/triggers/new-contact.d.ts +1 -0
- package/src/lib/triggers/new-contact.d.ts.map +1 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-zoho-crm",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.6",
|
|
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.
|
|
12
|
-
"@activepieces/pieces-framework": "0.
|
|
13
|
-
"@activepieces/shared": "0.
|
|
11
|
+
"@activepieces/pieces-common": "0.12.0",
|
|
12
|
+
"@activepieces/pieces-framework": "0.26.0",
|
|
13
|
+
"@activepieces/shared": "0.50.1",
|
|
14
14
|
"dayjs": "1.11.9",
|
|
15
15
|
"tslib": "2.6.2"
|
|
16
16
|
}
|
package/src/i18n/de.json
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Customer relationship management software": "Kundenbeziehungs-Management-Software",
|
|
3
|
+
"Location": "Standort",
|
|
4
|
+
"The location of your Zoho CRM account": "Der Standort Ihres Zoho CRM-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 CRM": "Authentifizierung für Zoho CRM",
|
|
12
|
+
"Read file": "Datei lesen",
|
|
13
|
+
"Custom API Call": "Eigener API-Aufruf",
|
|
14
|
+
"Download a file content from Zoho CRM. e.g.: a Backup File": "Download eines Dateiinhalts von Zoho CRM. z.B.: eine Backup-Datei",
|
|
15
|
+
"Make a custom API call to a specific endpoint": "Einen benutzerdefinierten API-Aufruf an einen bestimmten Endpunkt machen",
|
|
16
|
+
"URL": "URL",
|
|
17
|
+
"Method": "Methode",
|
|
18
|
+
"Headers": "Kopfzeilen",
|
|
19
|
+
"Query Parameters": "Abfrageparameter",
|
|
20
|
+
"Body Type": "Körpertyp",
|
|
21
|
+
"Body": "Körper",
|
|
22
|
+
"Response is Binary ?": "Antwort ist binär?",
|
|
23
|
+
"No Error on Failure": "Kein Fehler bei Fehler",
|
|
24
|
+
"Timeout (in seconds)": "Timeout (in Sekunden)",
|
|
25
|
+
"Follow redirects": "Weiterleitungen folgen",
|
|
26
|
+
"The full URL to use, including the base URL": "Die vollständige URL, die verwendet werden soll, einschließlich der Basis-URL",
|
|
27
|
+
"Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
|
|
28
|
+
"Enable for files like PDFs, images, etc.": "Aktivieren für Dateien wie PDFs, Bilder usw.",
|
|
29
|
+
"GET": "ERHALTEN",
|
|
30
|
+
"POST": "POST",
|
|
31
|
+
"PATCH": "PATCH",
|
|
32
|
+
"PUT": "PUT",
|
|
33
|
+
"DELETE": "LÖSCHEN",
|
|
34
|
+
"HEAD": "HEAD",
|
|
35
|
+
"None": "Keine",
|
|
36
|
+
"JSON": "JSON",
|
|
37
|
+
"Form Data": "Formulardaten",
|
|
38
|
+
"Raw": "Rohe",
|
|
39
|
+
"New Contact": "Neuer Kontakt",
|
|
40
|
+
"Triggers when a new contact is created": "Wird ausgelöst, wenn ein neuer Kontakt erstellt wird"
|
|
41
|
+
}
|
package/src/i18n/es.json
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Customer relationship management software": "Software de gestión de relaciones con clientes",
|
|
3
|
+
"Location": "Ubicación",
|
|
4
|
+
"The location of your Zoho CRM account": "La ubicación de su cuenta de Zoho CRM",
|
|
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 CRM": "Autenticación para Zoho CRM",
|
|
12
|
+
"Read file": "Leer archivo",
|
|
13
|
+
"Custom API Call": "Llamada API personalizada",
|
|
14
|
+
"Download a file content from Zoho CRM. e.g.: a Backup File": "Descargar un archivo de contenido de Zoho CRM. Por ejemplo: un archivo de copia de seguridad",
|
|
15
|
+
"Make a custom API call to a specific endpoint": "Hacer una llamada API personalizada a un extremo específico",
|
|
16
|
+
"URL": "URL",
|
|
17
|
+
"Method": "Método",
|
|
18
|
+
"Headers": "Encabezados",
|
|
19
|
+
"Query Parameters": "Parámetros de consulta",
|
|
20
|
+
"Body Type": "Tipo de cuerpo",
|
|
21
|
+
"Body": "Cuerpo",
|
|
22
|
+
"Response is Binary ?": "¿Respuesta es binaria?",
|
|
23
|
+
"No Error on Failure": "No hay ningún error en fallo",
|
|
24
|
+
"Timeout (in seconds)": "Tiempo de espera (en segundos)",
|
|
25
|
+
"Follow redirects": "Seguir redirecciones",
|
|
26
|
+
"The full URL to use, including the base URL": "La URL completa a usar, incluyendo la URL base",
|
|
27
|
+
"Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
|
|
28
|
+
"Enable for files like PDFs, images, etc.": "Activar para archivos como PDFs, imágenes, etc.",
|
|
29
|
+
"GET": "RECOGER",
|
|
30
|
+
"POST": "POST",
|
|
31
|
+
"PATCH": "PATCH",
|
|
32
|
+
"PUT": "PUT",
|
|
33
|
+
"DELETE": "BORRAR",
|
|
34
|
+
"HEAD": "LIMPIO",
|
|
35
|
+
"None": "Ninguna",
|
|
36
|
+
"JSON": "JSON",
|
|
37
|
+
"Form Data": "Datos de Formulario",
|
|
38
|
+
"Raw": "Rápido",
|
|
39
|
+
"New Contact": "Nuevo contacto",
|
|
40
|
+
"Triggers when a new contact is created": "Dispara cuando se crea un nuevo contacto"
|
|
41
|
+
}
|
package/src/i18n/fr.json
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Customer relationship management software": "Logiciel de gestion de la relation client",
|
|
3
|
+
"Location": "Localisation",
|
|
4
|
+
"The location of your Zoho CRM account": "La localisation de votre compte Zoho CRM",
|
|
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 CRM": "Authentification pour Zoho CRM",
|
|
12
|
+
"Read file": "Lire le fichier",
|
|
13
|
+
"Custom API Call": "Appel d'API personnalisé",
|
|
14
|
+
"Download a file content from Zoho CRM. e.g.: a Backup File": "Télécharger un fichier depuis Zoho CRM. Par exemple : un fichier de sauvegarde",
|
|
15
|
+
"Make a custom API call to a specific endpoint": "Passer un appel API personnalisé à un endpoint spécifique",
|
|
16
|
+
"URL": "URL",
|
|
17
|
+
"Method": "Méthode",
|
|
18
|
+
"Headers": "En-têtes",
|
|
19
|
+
"Query Parameters": "Paramètres de requête",
|
|
20
|
+
"Body Type": "Body Type",
|
|
21
|
+
"Body": "Corps",
|
|
22
|
+
"Response is Binary ?": "La réponse est Binaire ?",
|
|
23
|
+
"No Error on Failure": "Aucune erreur en cas d'échec",
|
|
24
|
+
"Timeout (in seconds)": "Délai d'expiration (en secondes)",
|
|
25
|
+
"Follow redirects": "Suivre les redirections",
|
|
26
|
+
"The full URL to use, including the base URL": "L'URL complète à utiliser, y compris l'URL de base",
|
|
27
|
+
"Authorization headers are injected automatically from your connection.": "Les en-têtes d'autorisation sont injectés automatiquement à partir de votre connexion.",
|
|
28
|
+
"Enable for files like PDFs, images, etc.": "Activer pour les fichiers comme les PDFs, les images, etc.",
|
|
29
|
+
"GET": "GET",
|
|
30
|
+
"POST": "POST",
|
|
31
|
+
"PATCH": "PATCH",
|
|
32
|
+
"PUT": "PUT",
|
|
33
|
+
"DELETE": "DELETE",
|
|
34
|
+
"HEAD": "HEAD",
|
|
35
|
+
"None": "Aucun",
|
|
36
|
+
"JSON": "JSON",
|
|
37
|
+
"Form Data": "Données du formulaire",
|
|
38
|
+
"Raw": "Brut",
|
|
39
|
+
"New Contact": "Nouveau contact",
|
|
40
|
+
"Triggers when a new contact is created": "Déclenche lorsqu'un nouveau contact est créé"
|
|
41
|
+
}
|
package/src/i18n/ja.json
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Customer relationship management software": "顧客関係管理ソフトウェア",
|
|
3
|
+
"Location": "場所",
|
|
4
|
+
"The location of your Zoho CRM account": "Zoho CRM アカウントの場所",
|
|
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 CRM": "Zoho CRM の認証",
|
|
12
|
+
"Read file": "ファイルの読み取り",
|
|
13
|
+
"Custom API Call": "カスタムAPI呼び出し",
|
|
14
|
+
"Download a file content from Zoho CRM. e.g.: a Backup File": "Zoho CRM からファイルの内容をダウンロードします。例えば: バックアップ ファイル",
|
|
15
|
+
"Make a custom API call to a specific endpoint": "特定のエンドポイントへのカスタム API コールを実行します。",
|
|
16
|
+
"URL": "URL",
|
|
17
|
+
"Method": "方法",
|
|
18
|
+
"Headers": "ヘッダー",
|
|
19
|
+
"Query Parameters": "クエリパラメータ",
|
|
20
|
+
"Body Type": "ボディタイプ",
|
|
21
|
+
"Body": "本文",
|
|
22
|
+
"Response is Binary ?": "応答はバイナリですか?",
|
|
23
|
+
"No Error on Failure": "失敗時にエラーはありません",
|
|
24
|
+
"Timeout (in seconds)": "タイムアウト(秒)",
|
|
25
|
+
"Follow redirects": "リダイレクトをフォローする",
|
|
26
|
+
"The full URL to use, including the base URL": "ベースURLを含む使用する完全な URL",
|
|
27
|
+
"Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
|
|
28
|
+
"Enable for files like PDFs, images, etc.": "PDF、画像などのファイルを有効にする",
|
|
29
|
+
"GET": "取得",
|
|
30
|
+
"POST": "POST",
|
|
31
|
+
"PATCH": "PATCH",
|
|
32
|
+
"PUT": "PUT",
|
|
33
|
+
"DELETE": "削除",
|
|
34
|
+
"HEAD": "頭",
|
|
35
|
+
"None": "なし",
|
|
36
|
+
"JSON": "JSON",
|
|
37
|
+
"Form Data": "フォームデータ",
|
|
38
|
+
"Raw": "Raw",
|
|
39
|
+
"New Contact": "新しい連絡先",
|
|
40
|
+
"Triggers when a new contact is created": "新しい連絡先が作成されたときにトリガーします"
|
|
41
|
+
}
|
package/src/i18n/nl.json
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Customer relationship management software": "Klantenrelatie management software",
|
|
3
|
+
"Location": "Locatie",
|
|
4
|
+
"The location of your Zoho CRM account": "De locatie van uw Zoho CRM-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 CRM": "Authenticatie voor Zoho CRM",
|
|
12
|
+
"Read file": "Bestand lezen",
|
|
13
|
+
"Custom API Call": "Custom API Call",
|
|
14
|
+
"Download a file content from Zoho CRM. e.g.: a Backup File": "Download de inhoud van een bestand van Zoho CRM. Bijv.: een back-upbestand",
|
|
15
|
+
"Make a custom API call to a specific endpoint": "Maak een aangepaste API call naar een specifiek eindpunt",
|
|
16
|
+
"URL": "URL",
|
|
17
|
+
"Method": "Methode",
|
|
18
|
+
"Headers": "Kopteksten",
|
|
19
|
+
"Query Parameters": "Query parameters",
|
|
20
|
+
"Body Type": "Type lichaam",
|
|
21
|
+
"Body": "Lichaam",
|
|
22
|
+
"Response is Binary ?": "Antwoord is binair?",
|
|
23
|
+
"No Error on Failure": "Geen fout bij fout",
|
|
24
|
+
"Timeout (in seconds)": "Time-out (in seconden)",
|
|
25
|
+
"Follow redirects": "Volg omleidingen",
|
|
26
|
+
"The full URL to use, including the base URL": "De volledige URL die u wilt gebruiken, inclusief de basis-URL",
|
|
27
|
+
"Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
|
|
28
|
+
"Enable for files like PDFs, images, etc.": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc.",
|
|
29
|
+
"GET": "KRIJG",
|
|
30
|
+
"POST": "POSTE",
|
|
31
|
+
"PATCH": "BEKIJK",
|
|
32
|
+
"PUT": "PUT",
|
|
33
|
+
"DELETE": "VERWIJDEREN",
|
|
34
|
+
"HEAD": "HOOFD",
|
|
35
|
+
"None": "geen",
|
|
36
|
+
"JSON": "JSON",
|
|
37
|
+
"Form Data": "Formulieren gegevens",
|
|
38
|
+
"Raw": "Onbewerkte",
|
|
39
|
+
"New Contact": "Nieuw contactpersoon",
|
|
40
|
+
"Triggers when a new contact is created": "Triggert wanneer een nieuw contact wordt aangemaakt"
|
|
41
|
+
}
|
package/src/i18n/pt.json
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Customer relationship management software": "Software de gerenciamento de clientes",
|
|
3
|
+
"Location": "Local:",
|
|
4
|
+
"The location of your Zoho CRM account": "A localização da sua conta Zoho CRM",
|
|
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 CRM": "Autenticação para Zoho CRM",
|
|
12
|
+
"Read file": "Arquivo de leitura",
|
|
13
|
+
"Custom API Call": "Chamada de API personalizada",
|
|
14
|
+
"Download a file content from Zoho CRM. e.g.: a Backup File": "Baixar um conteúdo de arquivo do Zoho CRM. Ex.: Um arquivo de backup",
|
|
15
|
+
"Make a custom API call to a specific endpoint": "Faça uma chamada de API personalizada para um ponto de extremidade específico",
|
|
16
|
+
"URL": "URL:",
|
|
17
|
+
"Method": "Método",
|
|
18
|
+
"Headers": "Cabeçalhos",
|
|
19
|
+
"Query Parameters": "Parâmetros da consulta",
|
|
20
|
+
"Body Type": "Tipo de Corpo",
|
|
21
|
+
"Body": "Conteúdo",
|
|
22
|
+
"Response is Binary ?": "A resposta é binária ?",
|
|
23
|
+
"No Error on Failure": "Nenhum erro no Failure",
|
|
24
|
+
"Timeout (in seconds)": "Tempo limite (em segundos)",
|
|
25
|
+
"Follow redirects": "Seguir redirecionamentos",
|
|
26
|
+
"The full URL to use, including the base URL": "URL completa a ser usada, incluindo a URL base",
|
|
27
|
+
"Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
|
|
28
|
+
"Enable for files like PDFs, images, etc.": "Habilitar para arquivos como PDFs, imagens, etc.",
|
|
29
|
+
"GET": "OBTER",
|
|
30
|
+
"POST": "POSTAR",
|
|
31
|
+
"PATCH": "COMPRAR",
|
|
32
|
+
"PUT": "COLOCAR",
|
|
33
|
+
"DELETE": "EXCLUIR",
|
|
34
|
+
"HEAD": "CABEÇA",
|
|
35
|
+
"None": "Nenhuma",
|
|
36
|
+
"JSON": "JSON",
|
|
37
|
+
"Form Data": "Dados de Formulário",
|
|
38
|
+
"Raw": "RAW",
|
|
39
|
+
"New Contact": "Novo Contato",
|
|
40
|
+
"Triggers when a new contact is created": "Dispara quando um novo contato é criado"
|
|
41
|
+
}
|
package/src/i18n/ru.json
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Zoho CRM": "Zoho CRM",
|
|
3
|
+
"Customer relationship management software": "Программное обеспечение для управления отношениями с клиентами",
|
|
4
|
+
"Location": "Местоположение",
|
|
5
|
+
"The location of your Zoho CRM account": "Расположение вашего аккаунта Zoho CRM",
|
|
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 CRM": "Аутентификация для Zoho CRM",
|
|
13
|
+
"Read file": "Чтение файла",
|
|
14
|
+
"Custom API Call": "Пользовательский вызов API",
|
|
15
|
+
"Download a file content from Zoho CRM. e.g.: a Backup File": "Скачать содержимое файла из Zoho CRM. Например: файл резервной копии",
|
|
16
|
+
"Make a custom API call to a specific endpoint": "Сделать пользовательский API вызов к определенной конечной точке",
|
|
17
|
+
"URL": "URL",
|
|
18
|
+
"Method": "Метод",
|
|
19
|
+
"Headers": "Заголовки",
|
|
20
|
+
"Query Parameters": "Параметры запроса",
|
|
21
|
+
"Body": "Тело",
|
|
22
|
+
"No Error on Failure": "Нет ошибок при ошибке",
|
|
23
|
+
"Timeout (in seconds)": "Таймаут (в секундах)",
|
|
24
|
+
"The full URL to use, including the base URL": "Полный URL для использования, включая базовый URL",
|
|
25
|
+
"Authorization headers are injected automatically from your connection.": "Заголовки авторизации включаются автоматически из вашего соединения.",
|
|
26
|
+
"GET": "ПОЛУЧИТЬ",
|
|
27
|
+
"POST": "ПОСТ",
|
|
28
|
+
"PATCH": "ПАТЧ",
|
|
29
|
+
"PUT": "ПОКУПИТЬ",
|
|
30
|
+
"DELETE": "УДАЛИТЬ",
|
|
31
|
+
"HEAD": "HEAD",
|
|
32
|
+
"New Contact": "Новый контакт",
|
|
33
|
+
"Triggers when a new contact is created": "Включает при создании нового контакта"
|
|
34
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Customer relationship management software": "Customer relationship management software",
|
|
3
|
+
"Location": "Location",
|
|
4
|
+
"The location of your Zoho CRM account": "The location of your Zoho CRM 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 CRM": "Authentication for Zoho CRM",
|
|
12
|
+
"Read file": "Read file",
|
|
13
|
+
"Custom API Call": "Custom API Call",
|
|
14
|
+
"Download a file content from Zoho CRM. e.g.: a Backup File": "Download a file content from Zoho CRM. e.g.: a Backup File",
|
|
15
|
+
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
16
|
+
"URL": "URL",
|
|
17
|
+
"Method": "Method",
|
|
18
|
+
"Headers": "Headers",
|
|
19
|
+
"Query Parameters": "Query Parameters",
|
|
20
|
+
"Body Type": "Body Type",
|
|
21
|
+
"Body": "Body",
|
|
22
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
23
|
+
"No Error on Failure": "No Error on Failure",
|
|
24
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
25
|
+
"Follow redirects": "Follow redirects",
|
|
26
|
+
"The full URL to use, including the base URL": "The full URL to use, including the base URL",
|
|
27
|
+
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
28
|
+
"Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
|
|
29
|
+
"GET": "GET",
|
|
30
|
+
"POST": "POST",
|
|
31
|
+
"PATCH": "PATCH",
|
|
32
|
+
"PUT": "PUT",
|
|
33
|
+
"DELETE": "DELETE",
|
|
34
|
+
"HEAD": "HEAD",
|
|
35
|
+
"None": "None",
|
|
36
|
+
"JSON": "JSON",
|
|
37
|
+
"Form Data": "Form Data",
|
|
38
|
+
"Raw": "Raw",
|
|
39
|
+
"New Contact": "New Contact",
|
|
40
|
+
"Triggers when a new contact is created": "Triggers when a new contact is created"
|
|
41
|
+
}
|
package/src/i18n/vi.json
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Zoho CRM": "Zoho CRM",
|
|
3
|
+
"Customer relationship management software": "Customer relationship management software",
|
|
4
|
+
"Location": "Location",
|
|
5
|
+
"The location of your Zoho CRM account": "The location of your Zoho CRM 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 CRM": "Authentication for Zoho CRM",
|
|
13
|
+
"Read file": "Read file",
|
|
14
|
+
"Custom API Call": "Custom API Call",
|
|
15
|
+
"Download a file content from Zoho CRM. e.g.: a Backup File": "Download a file content from Zoho CRM. e.g.: a Backup File",
|
|
16
|
+
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
17
|
+
"URL": "URL",
|
|
18
|
+
"Method": "Method",
|
|
19
|
+
"Headers": "Headers",
|
|
20
|
+
"Query Parameters": "Query Parameters",
|
|
21
|
+
"Body": "Body",
|
|
22
|
+
"No Error on Failure": "No Error on Failure",
|
|
23
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
24
|
+
"The full URL to use, including the base URL": "The full URL to use, including the base URL",
|
|
25
|
+
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
26
|
+
"GET": "GET",
|
|
27
|
+
"POST": "POST",
|
|
28
|
+
"PATCH": "PATCH",
|
|
29
|
+
"PUT": "PUT",
|
|
30
|
+
"DELETE": "DELETE",
|
|
31
|
+
"HEAD": "HEAD",
|
|
32
|
+
"New Contact": "New Contact",
|
|
33
|
+
"Triggers when a new contact is created": "Triggers when a new contact is created"
|
|
34
|
+
}
|
package/src/i18n/zh.json
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Customer relationship management software": "Customer relationship management software",
|
|
3
|
+
"Location": "Location",
|
|
4
|
+
"The location of your Zoho CRM account": "The location of your Zoho CRM 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 CRM": "Authentication for Zoho CRM",
|
|
12
|
+
"Read file": "Read file",
|
|
13
|
+
"Custom API Call": "自定义 API 呼叫",
|
|
14
|
+
"Download a file content from Zoho CRM. e.g.: a Backup File": "Download a file content from Zoho CRM. e.g.: a Backup File",
|
|
15
|
+
"Make a custom API call to a specific endpoint": "将一个自定义 API 调用到一个特定的终点",
|
|
16
|
+
"URL": "URL",
|
|
17
|
+
"Method": "方法",
|
|
18
|
+
"Headers": "信头",
|
|
19
|
+
"Query Parameters": "查询参数",
|
|
20
|
+
"Body Type": "Body Type",
|
|
21
|
+
"Body": "正文内容",
|
|
22
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
23
|
+
"No Error on Failure": "失败时没有错误",
|
|
24
|
+
"Timeout (in seconds)": "超时(秒)",
|
|
25
|
+
"Follow redirects": "Follow redirects",
|
|
26
|
+
"The full URL to use, including the base URL": "The full URL to use, including the base URL",
|
|
27
|
+
"Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
|
|
28
|
+
"Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
|
|
29
|
+
"GET": "获取",
|
|
30
|
+
"POST": "帖子",
|
|
31
|
+
"PATCH": "PATCH",
|
|
32
|
+
"PUT": "弹出",
|
|
33
|
+
"DELETE": "删除",
|
|
34
|
+
"HEAD": "黑色",
|
|
35
|
+
"None": "无",
|
|
36
|
+
"JSON": "JSON",
|
|
37
|
+
"Form Data": "表单数据",
|
|
38
|
+
"Raw": "原始文件",
|
|
39
|
+
"New Contact": "New Contact",
|
|
40
|
+
"Triggers when a new contact is created": "Triggers when a new contact is created"
|
|
41
|
+
}
|
package/src/index.d.ts
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAYA,eAAO,MAAM,OAAO,+JAyBlB,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
export declare const readFile: import("@activepieces/pieces-framework").IAction<import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>, {
|
|
2
2
|
url: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
3
3
|
}>;
|
|
4
|
+
//# sourceMappingURL=read-file.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"read-file.d.ts","sourceRoot":"","sources":["../../../../src/lib/actions/read-file.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,QAAQ;;EAwCnB,CAAC"}
|
package/src/lib/auth.d.ts
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"auth.d.ts","sourceRoot":"","sources":["../../../src/lib/auth.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,WAAW,+GAyCtB,CAAC"}
|
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
import { TriggerStrategy } from '@activepieces/pieces-framework';
|
|
2
2
|
export declare const newContact: import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.WEBHOOK, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>, {}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.POLLING, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>, {}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.MANUAL, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>, {}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.APP_WEBHOOK, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>, {}>;
|
|
3
|
+
//# sourceMappingURL=new-contact.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"new-contact.d.ts","sourceRoot":"","sources":["../../../../src/lib/triggers/new-contact.ts"],"names":[],"mappings":"AAQA,OAAO,EAIL,eAAe,EAChB,MAAM,gCAAgC,CAAC;AAIxC,eAAO,MAAM,UAAU,kwBA0GrB,CAAC"}
|