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

Commit 0ed5ed0

Browse files
authored
Merge pull request #407 from netlify/renovate/netlify-packages
fix(deps): update dependency @netlify/open-api to ^2.4.0
2 parents 86a2f9a + 2c3211b commit 0ed5ed0

File tree

4 files changed

+109
-8
lines changed

4 files changed

+109
-8
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
@@ -65,7 +65,7 @@
6565
"node client"
6666
],
6767
"dependencies": {
68-
"@netlify/open-api": "^2.3.1",
68+
"@netlify/open-api": "^2.4.0",
6969
"@netlify/zip-it-and-ship-it": "^3.9.0",
7070
"backoff": "^2.5.0",
7171
"clean-deep": "^3.4.0",

src/operations.test.js.md

Lines changed: 101 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7119,6 +7119,107 @@ Generated by [AVA](https://ava.li).
71197119
],
71207120
verb: 'put',
71217121
},
7122+
{
7123+
description: 'This is an internal-only endpoint.',
7124+
operationId: 'getLatestPluginRuns',
7125+
parameters: {
7126+
body: {},
7127+
path: {
7128+
site_id: {
7129+
in: 'path',
7130+
name: 'site_id',
7131+
required: true,
7132+
type: 'string',
7133+
},
7134+
},
7135+
query: {
7136+
packages: {
7137+
in: 'query',
7138+
items: {
7139+
type: 'string',
7140+
},
7141+
name: 'packages',
7142+
required: true,
7143+
type: 'array',
7144+
},
7145+
state: {
7146+
in: 'query',
7147+
name: 'state',
7148+
type: 'string',
7149+
},
7150+
},
7151+
},
7152+
path: '/sites/{site_id}/plugin_runs/latest',
7153+
responses: {
7154+
200: {
7155+
description: 'OK',
7156+
schema: {
7157+
items: {
7158+
allOf: [
7159+
{
7160+
properties: {
7161+
package: {
7162+
type: 'string',
7163+
},
7164+
reporting_event: {
7165+
type: 'string',
7166+
},
7167+
state: {
7168+
type: 'string',
7169+
},
7170+
summary: {
7171+
type: 'string',
7172+
},
7173+
text: {
7174+
type: 'string',
7175+
},
7176+
title: {
7177+
type: 'string',
7178+
},
7179+
version: {
7180+
type: 'string',
7181+
},
7182+
},
7183+
type: 'object',
7184+
},
7185+
{
7186+
properties: {
7187+
deploy_id: {
7188+
type: 'string',
7189+
},
7190+
},
7191+
type: 'object',
7192+
},
7193+
],
7194+
},
7195+
type: 'array',
7196+
},
7197+
},
7198+
default: {
7199+
description: 'error',
7200+
schema: {
7201+
properties: {
7202+
code: {
7203+
format: 'int64',
7204+
type: 'integer',
7205+
},
7206+
message: {
7207+
type: 'string',
7208+
'x-nullable': false,
7209+
},
7210+
},
7211+
required: [
7212+
'message',
7213+
],
7214+
type: 'object',
7215+
},
7216+
},
7217+
},
7218+
tags: [
7219+
'x-internal',
7220+
],
7221+
verb: 'get',
7222+
},
71227223
{
71237224
description: 'This is an internal-only endpoint.',
71247225
operationId: 'createPluginRun',

src/operations.test.js.snap

670 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)