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

Commit fd164c0

Browse files
committed
@netlify/open-api 0.15.0
1 parent de5f230 commit fd164c0

File tree

4 files changed

+118
-4
lines changed

4 files changed

+118
-4
lines changed

package-lock.json

Lines changed: 3 additions & 3 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
@@ -54,7 +54,7 @@
5454
"node client"
5555
],
5656
"dependencies": {
57-
"@netlify/open-api": "^0.14.0",
57+
"@netlify/open-api": "^0.15.0",
5858
"@netlify/zip-it-and-ship-it": "^0.4.0-18",
5959
"backoff": "^2.5.0",
6060
"clean-deep": "^3.3.0",

src/operations.test.js.md

Lines changed: 114 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6372,6 +6372,120 @@ Generated by [AVA](https://ava.li).
63726372
],
63736373
verb: 'put',
63746374
},
6375+
{
6376+
description: 'This is an internal-only endpoint.',
6377+
operationId: 'createPluginRun',
6378+
parameters: {
6379+
body: {
6380+
plugin_run: {
6381+
in: 'body',
6382+
name: 'plugin_run',
6383+
schema: {
6384+
properties: {
6385+
package: {
6386+
type: 'string',
6387+
},
6388+
reporting_event: {
6389+
type: 'string',
6390+
},
6391+
state: {
6392+
type: 'string',
6393+
},
6394+
summary: {
6395+
type: 'string',
6396+
},
6397+
text: {
6398+
type: 'string',
6399+
},
6400+
title: {
6401+
type: 'string',
6402+
},
6403+
version: {
6404+
type: 'string',
6405+
},
6406+
},
6407+
type: 'object',
6408+
},
6409+
},
6410+
},
6411+
path: {
6412+
deploy_id: {
6413+
in: 'path',
6414+
name: 'deploy_id',
6415+
required: true,
6416+
type: 'string',
6417+
},
6418+
},
6419+
query: {},
6420+
},
6421+
path: '/deploys/{deploy_id}/plugin_runs',
6422+
responses: {
6423+
201: {
6424+
description: 'CREATED',
6425+
schema: {
6426+
allOf: [
6427+
{
6428+
properties: {
6429+
package: {
6430+
type: 'string',
6431+
},
6432+
reporting_event: {
6433+
type: 'string',
6434+
},
6435+
state: {
6436+
type: 'string',
6437+
},
6438+
summary: {
6439+
type: 'string',
6440+
},
6441+
text: {
6442+
type: 'string',
6443+
},
6444+
title: {
6445+
type: 'string',
6446+
},
6447+
version: {
6448+
type: 'string',
6449+
},
6450+
},
6451+
type: 'object',
6452+
},
6453+
{
6454+
properties: {
6455+
deploy_id: {
6456+
type: 'string',
6457+
},
6458+
},
6459+
type: 'object',
6460+
},
6461+
],
6462+
},
6463+
},
6464+
default: {
6465+
description: 'error',
6466+
schema: {
6467+
properties: {
6468+
code: {
6469+
format: 'int64',
6470+
type: 'integer',
6471+
},
6472+
message: {
6473+
type: 'string',
6474+
'x-nullable': false,
6475+
},
6476+
},
6477+
required: [
6478+
'message',
6479+
],
6480+
type: 'object',
6481+
},
6482+
},
6483+
},
6484+
tags: [
6485+
'x-internal',
6486+
],
6487+
verb: 'post',
6488+
},
63756489
{
63766490
operationId: 'listForms',
63776491
parameters: {

src/operations.test.js.snap

845 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)