diff --git a/airbyte-integrations/connectors/source-bing-ads/streams/accounts.patch.json b/airbyte-integrations/connectors/source-bing-ads/streams/accounts.patch.json index 734b895d2ef7..cdb7d725ada3 100644 --- a/airbyte-integrations/connectors/source-bing-ads/streams/accounts.patch.json +++ b/airbyte-integrations/connectors/source-bing-ads/streams/accounts.patch.json @@ -2,6 +2,9 @@ "properties": { "Id": { "type": ["null", "integer"] + }, + "LinkedAgencies": { + "type": ["null", "object"] } } } diff --git a/airbyte-integrations/connectors/source-bing-ads/streams/ad_groups.patch.json b/airbyte-integrations/connectors/source-bing-ads/streams/ad_groups.patch.json index e116f88b0f48..c9540b8425cf 100644 --- a/airbyte-integrations/connectors/source-bing-ads/streams/ad_groups.patch.json +++ b/airbyte-integrations/connectors/source-bing-ads/streams/ad_groups.patch.json @@ -38,6 +38,48 @@ } } } - } + }, + "UrlCustomParameters": { + "properties": { + "Parameters": { + "properties": { + "CustomParameter": { + "items": { + "properties": { + "key": { + "type": [ + "null", + "string" + ] + }, + "value": { + "type": [ + "null", + "string" + ] + } + }, + "type": [ + "null", + "object" + ] + }, + "type": [ + "null", + "array" + ] + } + }, + "type": [ + "null", + "object" + ] + } + }, + "type": [ + "null", + "object" + ] + } } }