@netlify/open-api
Advanced tools
Comparing version 0.7.1 to 0.8.0
{ | ||
"swagger": "2.0", | ||
"info": { | ||
"version": "0.7.1", | ||
"version": "0.8.0", | ||
"title": "Netlify's API definition" | ||
@@ -2425,2 +2425,10 @@ }, | ||
"type": "string" | ||
}, | ||
"default_hooks_data": { | ||
"type": "object", | ||
"properties": { | ||
"access_token": { | ||
"type": "string" | ||
} | ||
} | ||
} | ||
@@ -2487,2 +2495,5 @@ } | ||
} | ||
}, | ||
"instalation_id": { | ||
"type": "string" | ||
} | ||
@@ -2780,3 +2791,3 @@ } | ||
"properties": { | ||
"large_media": { | ||
"large_media_enabled": { | ||
"type": "boolean" | ||
@@ -2783,0 +2794,0 @@ } |
{ | ||
"name": "@netlify/open-api", | ||
"version": "0.7.1", | ||
"version": "0.8.0", | ||
"description": "Netlify's open-api definition as a module", | ||
@@ -5,0 +5,0 @@ "main": "js/dist/swagger.json", |
Sorry, the diff of this file is not supported yet
3450
114073