mirror of
https://github.com/fluencelabs/aqua-lib
synced 2024-12-04 23:30:22 +00:00
Fix Service data type (#29)
Add the `aliases` field to match what actually is returning from the node
This commit is contained in:
parent
70c78e4f0d
commit
c48bf22d0d
@ -19,6 +19,7 @@ data Service:
|
|||||||
id: string
|
id: string
|
||||||
blueprint_id: string
|
blueprint_id: string
|
||||||
owner_id: string
|
owner_id: string
|
||||||
|
aliases: []string
|
||||||
|
|
||||||
data FunctionSignature:
|
data FunctionSignature:
|
||||||
arguments: []Argument
|
arguments: []Argument
|
||||||
|
Loading…
Reference in New Issue
Block a user