From 9c5aa4aa4ae73bc2bec3109fa6130987d153ce90 Mon Sep 17 00:00:00 2001 From: Lauren Long Date: Mon, 20 Apr 2026 16:34:40 -0700 Subject: [PATCH] [ENG-3847] Add providerAssociationMetadata --- webhook/generated/webhook.json | 18 ++++++++++++++++++ webhook/webhook.yaml | 5 +++++ 2 files changed, 23 insertions(+) diff --git a/webhook/generated/webhook.json b/webhook/generated/webhook.json index 02ceba4..433942a 100644 --- a/webhook/generated/webhook.json +++ b/webhook/generated/webhook.json @@ -159,6 +159,12 @@ "description": "The raw data of the record, exactly as it is returned by the SaaS API.", "additionalProperties": true, "x-go-type-skip-optional-pointer": true + }, + "providerAssociationMetadata": { + "type": "object", + "description": "Provider-specific metadata about the association type (e.g. HubSpot association category, typeId, and label).", + "additionalProperties": true, + "x-go-type-skip-optional-pointer": true } } } @@ -365,6 +371,12 @@ "description": "The raw data of the record, exactly as it is returned by the SaaS API.", "additionalProperties": true, "x-go-type-skip-optional-pointer": true + }, + "providerAssociationMetadata": { + "type": "object", + "description": "Provider-specific metadata about the association type (e.g. HubSpot association category, typeId, and label).", + "additionalProperties": true, + "x-go-type-skip-optional-pointer": true } } }, @@ -423,6 +435,12 @@ "description": "The raw data of the record, exactly as it is returned by the SaaS API.", "additionalProperties": true, "x-go-type-skip-optional-pointer": true + }, + "providerAssociationMetadata": { + "type": "object", + "description": "Provider-specific metadata about the association type (e.g. HubSpot association category, typeId, and label).", + "additionalProperties": true, + "x-go-type-skip-optional-pointer": true } } } diff --git a/webhook/webhook.yaml b/webhook/webhook.yaml index 8213922..50e09c7 100644 --- a/webhook/webhook.yaml +++ b/webhook/webhook.yaml @@ -127,6 +127,11 @@ components: description: The raw data of the record, exactly as it is returned by the SaaS API. additionalProperties: true x-go-type-skip-optional-pointer: true + providerAssociationMetadata: + type: object + description: Provider-specific metadata about the association type (e.g. HubSpot association category, typeId, and label). + additionalProperties: true + x-go-type-skip-optional-pointer: true ResultEntry: title: Result Entry type: object