Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions webhook/generated/webhook.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
}
Expand Down Expand Up @@ -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
}
}
},
Expand Down Expand Up @@ -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
}
}
}
Expand Down
5 changes: 5 additions & 0 deletions webhook/webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading