From 9fb7e6d37f2cb31ba613f0063aee497011f8d351 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 Jun 2022 03:08:58 +0200 Subject: [PATCH] sync hub items with community (#133) * [create-pull-request] automated change * Delete smtp.json Co-authored-by: rubenfiszel Co-authored-by: Ruben Fiszel --- community/resource_types/{smtp.json => email_smtp.json} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename community/resource_types/{smtp.json => email_smtp.json} (90%) diff --git a/community/resource_types/smtp.json b/community/resource_types/email_smtp.json similarity index 90% rename from community/resource_types/smtp.json rename to community/resource_types/email_smtp.json index bc42d4fe17..6e05b428bf 100644 --- a/community/resource_types/smtp.json +++ b/community/resource_types/email_smtp.json @@ -1,6 +1,6 @@ { "workspace_id": "starter", - "name": "smtp", + "name": "email_smtp", "schema": { "type": "object", "$schema": "https://json-schema.org/draft/2020-12/schema", @@ -28,5 +28,5 @@ } } }, - "description": "SMTP connections info" + "description": "SMTP connection infos" }