Remove `setupDialog` field from integration provider response schema
BreakingBreaking change
This is a breaking change — integrations that rely on the affected behaviour will need updates before the change rolls out.
What changed
The setupDialog field has been removed from the integration provider object schema in the response for listing available integrations. It was previously a required field (object type with additionalProperties) containing url, width, and height for the setup dialog. Any client code reading setupDialog from integration provider responses will now receive undefined/missing and may break if it doesn't guard against absence.