From 052bf91e9493c9de446b7d4596e01f746a8487e2 Mon Sep 17 00:00:00 2001 From: Nuvindu Date: Thu, 27 Mar 2025 21:24:18 +0530 Subject: [PATCH] Add new Hubspot modules under generated connectors --- release/resources/module_list.json | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/release/resources/module_list.json b/release/resources/module_list.json index 6af0bfe5..7fff695e 100644 --- a/release/resources/module_list.json +++ b/release/resources/module_list.json @@ -281,6 +281,12 @@ { "name": "module-ballerinax-hubspot.automation.actions" }, + { + "name": "module-ballerinax-hubspot.crm.associations" + }, + { + "name": "module-ballerinax-hubspot.crm.associations.schema" + }, { "name": "module-ballerinax-hubspot.crm.commerce.carts" }, @@ -296,12 +302,30 @@ { "name": "module-ballerinax-hubspot.crm.commerce.taxes" }, + { + "name": "module-ballerinax-hubspot.crm.engagements.calls" + }, + { + "name": "module-ballerinax-hubspot.crm.engagements.communications" + }, + { + "name": "module-ballerinax-hubspot.crm.engagements.email" + }, { "name": "module-ballerinax-hubspot.crm.engagement.meeting" }, { "name": "module-ballerinax-hubspot.crm.engagement.notes" }, + { + "name": "module-ballerinax-hubspot.crm.engagements.tasks" + }, + { + "name": "module-ballerinax-hubspot.crm.extensions.timelines" + }, + { + "name": "module-ballerinax-hubspot.crm.extensions.videoconferencing" + }, { "name": "module-ballerinax-hubspot.crm.import" }, @@ -335,6 +359,9 @@ { "name": "module-ballerinax-hubspot.crm.object.tickets" }, + { + "name": "module-ballerinax-hubspot.crm.owners" + }, { "name": "module-ballerinax-hubspot.crm.pipelines" }, @@ -450,4 +477,4 @@ "name": "protoc-tools" } ] -} \ No newline at end of file +}