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

Commit 6046ded

Browse files
committed
test: update snapshots
1 parent eea0970 commit 6046ded

File tree

2 files changed

+26
-17
lines changed

2 files changed

+26
-17
lines changed

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)