@activepieces/piece-validatedmails 0.0.1 → 0.0.3

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,13 +1,13 @@
1
1
  {
2
2
  "name": "@activepieces/piece-validatedmails",
3
- "version": "0.0.1",
3
+ "version": "0.0.3",
4
4
  "type": "commonjs",
5
5
  "main": "./src/index.js",
6
6
  "types": "./src/index.d.ts",
7
7
  "dependencies": {
8
8
  "@sinclair/typebox": "0.34.11",
9
9
  "ai": "^6.0.0",
10
- "axios": "1.13.1",
10
+ "axios": "1.13.5",
11
11
  "axios-retry": "4.4.1",
12
12
  "deepmerge-ts": "7.1.0",
13
13
  "form-data": "4.0.4",
@@ -17,9 +17,9 @@
17
17
  "socket.io-client": "4.8.1",
18
18
  "tslib": "^2.3.0",
19
19
  "zod": "4.1.13",
20
- "@activepieces/pieces-common": "0.11.5",
21
- "@activepieces/pieces-framework": "0.25.3",
22
- "@activepieces/shared": "0.36.0"
20
+ "@activepieces/pieces-common": "0.11.6",
21
+ "@activepieces/pieces-framework": "0.25.4",
22
+ "@activepieces/shared": "0.37.0"
23
23
  },
24
24
  "resolutions": {
25
25
  "rollup": "npm:@rollup/wasm-node"
@@ -0,0 +1,35 @@
1
+ {
2
+ "ValidatedMails validates email addresses in real time and returns status, score, and domain-level deliverability signals.": "ValidatedMails überprüft E-Mail-Adressen in Echtzeit und gibt Status, Punktzahl und Domänen-Signale zurück.",
3
+ "Your ValidatedMails API key. You can find it in your ValidatedMails dashboard.": "Ihr ValidatedMails API-Schlüssel. Sie finden ihn in Ihrem ValidatedMails Dashboard.",
4
+ "Validate Email": "Validate Email",
5
+ "Custom API Call": "Eigener API-Aufruf",
6
+ "Validate a single email address using the ValidatedMails API.": "Überprüfen Sie mit der API ValidatedMails eine einzelne E-Mail-Adresse.",
7
+ "Make a custom API call to a specific endpoint": "Einen benutzerdefinierten API-Aufruf an einen bestimmten Endpunkt machen",
8
+ "Email Address": "E-Mail-Adresse",
9
+ "DNS Timeout (ms)": "DNS-Timeout (ms)",
10
+ "Mode": "Modus",
11
+ "Method": "Methode",
12
+ "Headers": "Kopfzeilen",
13
+ "Query Parameters": "Abfrageparameter",
14
+ "Body Type": "Körpertyp",
15
+ "Body": "Körper",
16
+ "Response is Binary ?": "Antwort ist binär?",
17
+ "No Error on Failure": "Kein Fehler bei Fehler",
18
+ "Timeout (in seconds)": "Timeout (in Sekunden)",
19
+ "Follow redirects": "Weiterleitungen folgen",
20
+ "The email address to validate.": "Die zu prüfende E-Mail-Adresse.",
21
+ "DNS timeout in milliseconds. Value is clamped between 200 and 5000.": "DNS-Zeitüberschreitung in Millisekunden. Der Wert wird zwischen 200 und 5000 geklemmt.",
22
+ "HTTP method used for validation request.": "HTTP-Methode, die für Validierungsanfragen verwendet wird.",
23
+ "Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
24
+ "Enable for files like PDFs, images, etc.": "Aktivieren für Dateien wie PDFs, Bilder usw.",
25
+ "POST": "POST",
26
+ "GET": "ERHALTEN",
27
+ "PATCH": "PATCH",
28
+ "PUT": "PUT",
29
+ "DELETE": "LÖSCHEN",
30
+ "HEAD": "HEAD",
31
+ "None": "Keine",
32
+ "JSON": "JSON",
33
+ "Form Data": "Formulardaten",
34
+ "Raw": "Rohe"
35
+ }
@@ -0,0 +1,35 @@
1
+ {
2
+ "ValidatedMails validates email addresses in real time and returns status, score, and domain-level deliverability signals.": "ValidatedMails valida las direcciones de correo electrónico en tiempo real y devuelve las señales de entrega, puntuación y dominio.",
3
+ "Your ValidatedMails API key. You can find it in your ValidatedMails dashboard.": "Tu clave API de ValidatedMails. Puedes encontrarla en tu panel de control de ValidatedMails.",
4
+ "Validate Email": "Validate Email",
5
+ "Custom API Call": "Llamada API personalizada",
6
+ "Validate a single email address using the ValidatedMails API.": "Validar una única dirección de correo electrónico usando la API ValidatedMails.",
7
+ "Make a custom API call to a specific endpoint": "Hacer una llamada API personalizada a un extremo específico",
8
+ "Email Address": "Dirección de email",
9
+ "DNS Timeout (ms)": "Tiempo de espera DNS (ms)",
10
+ "Mode": "Modo",
11
+ "Method": "Método",
12
+ "Headers": "Encabezados",
13
+ "Query Parameters": "Parámetros de consulta",
14
+ "Body Type": "Tipo de cuerpo",
15
+ "Body": "Cuerpo",
16
+ "Response is Binary ?": "¿Respuesta es binaria?",
17
+ "No Error on Failure": "No hay ningún error en fallo",
18
+ "Timeout (in seconds)": "Tiempo de espera (en segundos)",
19
+ "Follow redirects": "Seguir redirecciones",
20
+ "The email address to validate.": "La dirección de correo electrónico a validar.",
21
+ "DNS timeout in milliseconds. Value is clamped between 200 and 5000.": "Tiempo de espera DNS en milisegundos. El valor está reprimido entre 200 y 5000.",
22
+ "HTTP method used for validation request.": "Método HTTP usado para la solicitud de validación.",
23
+ "Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
24
+ "Enable for files like PDFs, images, etc.": "Activar para archivos como PDFs, imágenes, etc.",
25
+ "POST": "POST",
26
+ "GET": "RECOGER",
27
+ "PATCH": "PATCH",
28
+ "PUT": "PUT",
29
+ "DELETE": "BORRAR",
30
+ "HEAD": "LIMPIO",
31
+ "None": "Ninguna",
32
+ "JSON": "JSON",
33
+ "Form Data": "Datos de Formulario",
34
+ "Raw": "Rápido"
35
+ }
@@ -0,0 +1,35 @@
1
+ {
2
+ "ValidatedMails validates email addresses in real time and returns status, score, and domain-level deliverability signals.": "ValidatedMails valide les adresses e-mail en temps réel et renvoie le statut, le score et les signaux de délivrabilité au niveau du domaine.",
3
+ "Your ValidatedMails API key. You can find it in your ValidatedMails dashboard.": "Votre clé API ValidatedMails. Vous pouvez la trouver dans votre tableau de bord ValidatedMails.",
4
+ "Validate Email": "Validate Email",
5
+ "Custom API Call": "Appel d'API personnalisé",
6
+ "Validate a single email address using the ValidatedMails API.": "Valider une seule adresse email à l'aide de l'API ValidatedMails.",
7
+ "Make a custom API call to a specific endpoint": "Passer un appel API personnalisé à un endpoint spécifique",
8
+ "Email Address": "Adresse e-mail",
9
+ "DNS Timeout (ms)": "Délai d'attente DNS (ms)",
10
+ "Mode": "Mode",
11
+ "Method": "Méthode",
12
+ "Headers": "Headers",
13
+ "Query Parameters": "Paramètres de requête",
14
+ "Body Type": "Body Type",
15
+ "Body": "Body",
16
+ "Response is Binary ?": "La réponse est Binaire ?",
17
+ "No Error on Failure": "Aucune erreur en cas d'échec",
18
+ "Timeout (in seconds)": "Délai d'expiration (en secondes)",
19
+ "Follow redirects": "Suivre les redirections",
20
+ "The email address to validate.": "L'adresse e-mail à valider.",
21
+ "DNS timeout in milliseconds. Value is clamped between 200 and 5000.": "Délai d'attente DNS en millisecondes. La valeur est serrée entre 200 et 5000.",
22
+ "HTTP method used for validation request.": "Méthode HTTP utilisée pour la requête de validation.",
23
+ "Authorization headers are injected automatically from your connection.": "Les Headers d'autorisation sont injectés automatiquement à partir de votre connexion.",
24
+ "Enable for files like PDFs, images, etc.": "Activer pour les fichiers comme les PDFs, les images, etc.",
25
+ "POST": "POST",
26
+ "GET": "GET",
27
+ "PATCH": "PATCH",
28
+ "PUT": "PUT",
29
+ "DELETE": "DELETE",
30
+ "HEAD": "HEAD",
31
+ "None": "Aucun",
32
+ "JSON": "JSON",
33
+ "Form Data": "Données du formulaire",
34
+ "Raw": "Brut"
35
+ }
@@ -0,0 +1,35 @@
1
+ {
2
+ "ValidatedMails validates email addresses in real time and returns status, score, and domain-level deliverability signals.": "ValidatedMailsは、メールアドレスをリアルタイムで検証し、ステータス、スコア、ドメインレベルの配信シグナルを返します。",
3
+ "Your ValidatedMails API key. You can find it in your ValidatedMails dashboard.": "ValidatedMails API キー。ValidatedMailsダッシュボードで確認できます。",
4
+ "Validate Email": "Validate Email",
5
+ "Custom API Call": "カスタムAPI呼び出し",
6
+ "Validate a single email address using the ValidatedMails API.": "ValidatedMails API を使用して単一のメールアドレスを検証します。",
7
+ "Make a custom API call to a specific endpoint": "特定のエンドポイントへのカスタム API コールを実行します。",
8
+ "Email Address": "メールアドレス",
9
+ "DNS Timeout (ms)": "DNS タイムアウト (ミリ秒)",
10
+ "Mode": "モード",
11
+ "Method": "方法",
12
+ "Headers": "ヘッダー",
13
+ "Query Parameters": "クエリパラメータ",
14
+ "Body Type": "ボディタイプ",
15
+ "Body": "本文",
16
+ "Response is Binary ?": "応答はバイナリですか?",
17
+ "No Error on Failure": "失敗時にエラーはありません",
18
+ "Timeout (in seconds)": "タイムアウト(秒)",
19
+ "Follow redirects": "リダイレクトをフォローする",
20
+ "The email address to validate.": "検証するメールアドレス",
21
+ "DNS timeout in milliseconds. Value is clamped between 200 and 5000.": "DNS タイムアウト。ミリ秒単位。値は 200 から 5000 の間でクランプされます。",
22
+ "HTTP method used for validation request.": "検証要求に使用される HTTP メソッド。",
23
+ "Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
24
+ "Enable for files like PDFs, images, etc.": "PDF、画像などのファイルを有効にする",
25
+ "POST": "POST",
26
+ "GET": "GET",
27
+ "PATCH": "PATCH",
28
+ "PUT": "PUT",
29
+ "DELETE": "DELETE",
30
+ "HEAD": "HEAD",
31
+ "None": "なし",
32
+ "JSON": "JSON",
33
+ "Form Data": "フォームデータ",
34
+ "Raw": "Raw"
35
+ }
@@ -0,0 +1,35 @@
1
+ {
2
+ "ValidatedMails validates email addresses in real time and returns status, score, and domain-level deliverability signals.": "Gevalideerde Mails valideert e-mailadressen in real time en geeft status, score en verzendwaarden op domeinniveau.",
3
+ "Your ValidatedMails API key. You can find it in your ValidatedMails dashboard.": "Uw gevalideerdeMails API-sleutel. U vindt deze in uw dashboard ValidatedMails .",
4
+ "Validate Email": "Validate Email",
5
+ "Custom API Call": "Custom API Call",
6
+ "Validate a single email address using the ValidatedMails API.": "Valideer één e-mailadres met behulp van de gevalideerde Mails API.",
7
+ "Make a custom API call to a specific endpoint": "Maak een aangepaste API call naar een specifiek eindpunt",
8
+ "Email Address": "Uw e-mailadres",
9
+ "DNS Timeout (ms)": "DNS Timeout (ms)",
10
+ "Mode": "Modus",
11
+ "Method": "Methode",
12
+ "Headers": "Kopteksten",
13
+ "Query Parameters": "Query parameters",
14
+ "Body Type": "Type lichaam",
15
+ "Body": "Lichaam",
16
+ "Response is Binary ?": "Antwoord is binair?",
17
+ "No Error on Failure": "Geen fout bij fout",
18
+ "Timeout (in seconds)": "Time-out (in seconden)",
19
+ "Follow redirects": "Volg omleidingen",
20
+ "The email address to validate.": "Het e-mailadres om te valideren.",
21
+ "DNS timeout in milliseconds. Value is clamped between 200 and 5000.": "DNS-time-out in milliseconden. Waarde wordt onderdrukt tussen 200 en 5000.",
22
+ "HTTP method used for validation request.": "HTTP methode gebruikt voor validatie verzoek.",
23
+ "Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
24
+ "Enable for files like PDFs, images, etc.": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc.",
25
+ "POST": "POSTE",
26
+ "GET": "KRIJG",
27
+ "PATCH": "BEKIJK",
28
+ "PUT": "PUT",
29
+ "DELETE": "VERWIJDEREN",
30
+ "HEAD": "HOOFD",
31
+ "None": "geen",
32
+ "JSON": "JSON",
33
+ "Form Data": "Formulieren gegevens",
34
+ "Raw": "Onbewerkte"
35
+ }
@@ -0,0 +1,35 @@
1
+ {
2
+ "ValidatedMails validates email addresses in real time and returns status, score, and domain-level deliverability signals.": "Mails validados validam endereços de e-mail em tempo real e retornam o estado, pontuação e sinais de entregas em nível de domínio.",
3
+ "Your ValidatedMails API key. You can find it in your ValidatedMails dashboard.": "Sua chave de API validadesMails. Pode encontrá-la no seu painel ValidatedMails.",
4
+ "Validate Email": "Validate Email",
5
+ "Custom API Call": "Chamada de API personalizada",
6
+ "Validate a single email address using the ValidatedMails API.": "Validar um único endereço de e-mail usando a API ValidatedMails.",
7
+ "Make a custom API call to a specific endpoint": "Faça uma chamada de API personalizada para um ponto de extremidade específico",
8
+ "Email Address": "Endereço de e-mail",
9
+ "DNS Timeout (ms)": "Tempo limite do DNS (ms)",
10
+ "Mode": "Modo",
11
+ "Method": "Método",
12
+ "Headers": "Cabeçalhos",
13
+ "Query Parameters": "Parâmetros da consulta",
14
+ "Body Type": "Tipo de Corpo",
15
+ "Body": "Conteúdo",
16
+ "Response is Binary ?": "A resposta é binária ?",
17
+ "No Error on Failure": "Nenhum erro no Failure",
18
+ "Timeout (in seconds)": "Tempo limite (em segundos)",
19
+ "Follow redirects": "Seguir redirecionamentos",
20
+ "The email address to validate.": "O endereço de e-mail para validar",
21
+ "DNS timeout in milliseconds. Value is clamped between 200 and 5000.": "Tempo limite de DNS em milissegundos. O valor é esmagado entre 200 e 5000.",
22
+ "HTTP method used for validation request.": "Método HTTP usado para solicitação de validação.",
23
+ "Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
24
+ "Enable for files like PDFs, images, etc.": "Habilitar para arquivos como PDFs, imagens, etc.",
25
+ "POST": "POSTAR",
26
+ "GET": "OBTER",
27
+ "PATCH": "COMPRAR",
28
+ "PUT": "COLOCAR",
29
+ "DELETE": "EXCLUIR",
30
+ "HEAD": "CABEÇA",
31
+ "None": "Nenhuma",
32
+ "JSON": "JSON",
33
+ "Form Data": "Dados de Formulário",
34
+ "Raw": "RAW"
35
+ }
@@ -0,0 +1,35 @@
1
+ {
2
+ "ValidatedMails validates email addresses in real time and returns status, score, and domain-level deliverability signals.": "ValidatedMails validates email addresses in real time and returns status, score, and domain-level deliverability signals.",
3
+ "Your ValidatedMails API key. You can find it in your ValidatedMails dashboard.": "Your ValidatedMails API key. You can find it in your ValidatedMails dashboard.",
4
+ "Validate Email": "Validate Email",
5
+ "Custom API Call": "Custom API Call",
6
+ "Validate a single email address using the ValidatedMails API.": "Validate a single email address using the ValidatedMails API.",
7
+ "Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
8
+ "Email Address": "Email Address",
9
+ "DNS Timeout (ms)": "DNS Timeout (ms)",
10
+ "Mode": "Mode",
11
+ "Method": "Method",
12
+ "Headers": "Headers",
13
+ "Query Parameters": "Query Parameters",
14
+ "Body Type": "Body Type",
15
+ "Body": "Body",
16
+ "Response is Binary ?": "Response is Binary ?",
17
+ "No Error on Failure": "No Error on Failure",
18
+ "Timeout (in seconds)": "Timeout (in seconds)",
19
+ "Follow redirects": "Follow redirects",
20
+ "The email address to validate.": "The email address to validate.",
21
+ "DNS timeout in milliseconds. Value is clamped between 200 and 5000.": "DNS timeout in milliseconds. Value is clamped between 200 and 5000.",
22
+ "HTTP method used for validation request.": "HTTP method used for validation request.",
23
+ "Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
24
+ "Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
25
+ "POST": "POST",
26
+ "GET": "GET",
27
+ "PATCH": "PATCH",
28
+ "PUT": "PUT",
29
+ "DELETE": "DELETE",
30
+ "HEAD": "HEAD",
31
+ "None": "None",
32
+ "JSON": "JSON",
33
+ "Form Data": "Form Data",
34
+ "Raw": "Raw"
35
+ }
@@ -0,0 +1,35 @@
1
+ {
2
+ "ValidatedMails validates email addresses in real time and returns status, score, and domain-level deliverability signals.": "ValidatedMails validates email addresses in real time and returns status, score, and domain-level deliverability signals.",
3
+ "Your ValidatedMails API key. You can find it in your ValidatedMails dashboard.": "Your ValidatedMails API key. You can find it in your ValidatedMails dashboard.",
4
+ "Validate Email": "Validate Email",
5
+ "Custom API Call": "自定义 API 呼叫",
6
+ "Validate a single email address using the ValidatedMails API.": "Validate a single email address using the ValidatedMails API.",
7
+ "Make a custom API call to a specific endpoint": "将一个自定义 API 调用到一个特定的终点",
8
+ "Email Address": "Email Address",
9
+ "DNS Timeout (ms)": "DNS Timeout (ms)",
10
+ "Mode": "Mode",
11
+ "Method": "方法",
12
+ "Headers": "信头",
13
+ "Query Parameters": "查询参数",
14
+ "Body Type": "Body Type",
15
+ "Body": "正文内容",
16
+ "Response is Binary ?": "Response is Binary ?",
17
+ "No Error on Failure": "失败时没有错误",
18
+ "Timeout (in seconds)": "超时(秒)",
19
+ "Follow redirects": "Follow redirects",
20
+ "The email address to validate.": "The email address to validate.",
21
+ "DNS timeout in milliseconds. Value is clamped between 200 and 5000.": "DNS timeout in milliseconds. Value is clamped between 200 and 5000.",
22
+ "HTTP method used for validation request.": "HTTP method used for validation request.",
23
+ "Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
24
+ "Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
25
+ "POST": "帖子",
26
+ "GET": "获取",
27
+ "PATCH": "PATCH",
28
+ "PUT": "弹出",
29
+ "DELETE": "删除",
30
+ "HEAD": "黑色",
31
+ "None": "无",
32
+ "JSON": "JSON",
33
+ "Form Data": "表单数据",
34
+ "Raw": "原始文件"
35
+ }