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