Skip to content
This repository was archived by the owner on Oct 10, 2022. It is now read-only.

Commit c7ab1b9

Browse files
renovate[bot]renovate-botBenaiah
authored
fix(deps): update dependency @netlify/open-api to ^2.5.0 (#445)
* fix(deps): update dependency @netlify/open-api to ^2.5.0 * fix: update snapshots Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Benaiah Mischenko <benaiah@mischenko.com>
1 parent c93a758 commit c7ab1b9

File tree

4 files changed

+23
-9
lines changed

4 files changed

+23
-9
lines changed

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"node client"
6363
],
6464
"dependencies": {
65-
"@netlify/open-api": "^2.4.0",
65+
"@netlify/open-api": "^2.5.0",
6666
"lodash.camelcase": "^4.3.0",
6767
"micro-api-client": "^3.3.0",
6868
"node-fetch": "^2.6.1",

src/operations.test.js.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5307,7 +5307,21 @@ Generated by [AVA](https://ava.li).
53075307
{
53085308
operationId: 'createSiteBuild',
53095309
parameters: {
5310-
body: {},
5310+
body: {
5311+
build: {
5312+
in: 'body',
5313+
name: 'build',
5314+
required: false,
5315+
schema: {
5316+
properties: {
5317+
image: {
5318+
type: 'string',
5319+
},
5320+
},
5321+
type: 'object',
5322+
},
5323+
},
5324+
},
53115325
path: {
53125326
site_id: {
53135327
in: 'path',

src/operations.test.js.snap

66 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)