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

Commit 9915239

Browse files
authored
Merge pull request #174 from netlify/renovate/netlify-open-api-0.x-lockfile
fix(deps): update dependency @netlify/open-api to v0.18.1
2 parents 1a43b47 + 6046ded commit 9915239

File tree

3 files changed

+29
-20
lines changed

3 files changed

+29
-20
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.

src/operations.test.js.md

Lines changed: 26 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -10788,47 +10788,56 @@ Generated by [AVA](https://ava.li).
1078810788
description: 'services',
1078910789
schema: {
1079010790
properties: {
10791-
auth_url: {
10792-
type: 'string',
10793-
},
10794-
config: {
10795-
type: 'object',
10796-
},
1079710791
created_at: {
1079810792
format: 'dateTime',
1079910793
type: 'string',
1080010794
},
10801-
env: {
10802-
type: 'object',
10795+
description: {
10796+
type: 'string',
1080310797
},
10804-
external_attributes: {
10805-
type: 'object',
10798+
environments: {
10799+
items: {
10800+
type: 'string',
10801+
},
10802+
type: 'array',
10803+
},
10804+
events: {
10805+
items: {
10806+
type: 'object',
10807+
},
10808+
type: 'array',
10809+
},
10810+
icon: {
10811+
type: 'string',
1080610812
},
1080710813
id: {
1080810814
type: 'string',
1080910815
},
10810-
service_name: {
10816+
long_description: {
10817+
type: 'string',
10818+
},
10819+
manifest_url: {
10820+
type: 'string',
10821+
},
10822+
name: {
1081110823
type: 'string',
1081210824
},
1081310825
service_path: {
1081410826
type: 'string',
1081510827
},
10816-
service_slug: {
10828+
slug: {
1081710829
type: 'string',
1081810830
},
10819-
snippets: {
10831+
tags: {
1082010832
items: {
10821-
type: 'object',
10833+
type: 'string',
1082210834
},
1082310835
type: 'array',
1082410836
},
1082510837
updated_at: {
1082610838
format: 'dateTime',
1082710839
type: 'string',
1082810840
},
10829-
url: {
10830-
type: 'string',
10831-
},
1083210841
},
1083310842
type: 'object',
1083410843
},

src/operations.test.js.snap

106 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)