From 6edd4cad19f9189f6d6e5ec5e92d09dcfd4f85e9 Mon Sep 17 00:00:00 2001 From: Thisaru Guruge Date: Fri, 24 Jan 2025 14:10:39 +0530 Subject: [PATCH 1/2] Add HubSpot connectors to the dashboard --- release/resources/module_list.json | 83 +++++++++++++++++++++++++++++- 1 file changed, 82 insertions(+), 1 deletion(-) diff --git a/release/resources/module_list.json b/release/resources/module_list.json index 08005526..df16aadf 100644 --- a/release/resources/module_list.json +++ b/release/resources/module_list.json @@ -311,6 +311,87 @@ }, { "name": "module-ballerinax-zendesk" + }, + { + "name": "module-ballerinax-hubspot.marketing.emails" + }, + { + "name": "module-ballerinax-hubspot.marketing.transactional" + }, + { + "name": "module-ballerinax-hubspot.marketing.campaigns" + }, + { + "name": "module-ballerinax-hubspot.marketing.forms" + }, + { + "name": "module-ballerinax-hubspot.marketing.events" + }, + { + "name": "module-ballerinax-hubspot.marketing.subscriptions" + }, + { + "name": "module-ballerinax-hubspot.automation.actions" + }, + { + "name": "module-ballerinax-hubspot.crm.object.companies" + }, + { + "name": "module-ballerinax-hubspot.crm.object.contacts" + }, + { + "name": "module-ballerinax-hubspot.crm.object.deals" + }, + { + "name": "module-ballerinax-hubspot.crm.object.feedback" + }, + { + "name": "module-ballerinax-hubspot.crm.object.leads" + }, + { + "name": "module-ballerinax-hubspot.crm.object.lineitems" + }, + { + "name": "module-ballerinax-hubspot.crm.object.schemas" + }, + { + "name": "module-ballerinax-hubspot.crm.object.products" + }, + { + "name": "module-ballerinax-hubspot.crm.object.tickets" + }, + { + "name": "module-ballerinax-hubspot.crm.commerce.carts" + }, + { + "name": "module-ballerinax-hubspot.crm.commerce.orders" + }, + { + "name": "module-ballerinax-hubspot.crm.commerce.quotes" + }, + { + "name": "module-ballerinax-hubspot.crm.commerce.taxes" + }, + { + "name": "module-ballerinax-hubspot.crm.commerce.discounts" + }, + { + "name": "module-ballerinax-hubspot.crm.engagement.meeting" + }, + { + "name": "module-ballerinax-hubspot.crm.engagement.notes" + }, + { + "name": "module-ballerinax-hubspot.crm.import" + }, + { + "name": "module-ballerinax-hubspot.crm.pipelines" + }, + { + "name": "module-ballerinax-hubspot.crm.properties" + }, + { + "name": "module-ballerinax-hubspot.crm.lists" } ], "driver_modules": [ @@ -369,4 +450,4 @@ "name": "protoc-tools" } ] -} \ No newline at end of file +} From 8fd87090f3755f471c4bae6ae5eaf9dd0066dc73 Mon Sep 17 00:00:00 2001 From: Thisaru Guruge Date: Fri, 24 Jan 2025 14:12:07 +0530 Subject: [PATCH 2/2] Update the CODEOWNERS --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index cf3270ec..5e4b5d09 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -4,4 +4,4 @@ # See: https://help.github.com/articles/about-codeowners/ # These owners will be the default owners for everything in the repo. -* @NipunaRanasinghe @shafreenAnfar +* @daneshk @ThisaruGuruge