Skip to content

Commit 11a213c

Browse files
committed
making node info path optional (issue #242)
1 parent 728bb10 commit 11a213c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

specification/nodes/info/types.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export class NodeInfo {
6767
export class NodeInfoSettings {
6868
cluster: NodeInfoSettingsCluster
6969
node: NodeInfoSettingsNode
70-
path: NodeInfoPath
70+
path?: NodeInfoPath
7171
repositories?: NodeInfoRepositories
7272
discovery?: NodeInfoDiscover
7373
action?: NodeInfoAction
@@ -151,9 +151,9 @@ export class NodeInfoSettingsNode {
151151
}
152152

153153
export class NodeInfoPath {
154-
logs: string
155-
home: string
156-
repo: string[]
154+
logs?: string
155+
home?: string
156+
repo?: string[]
157157
data?: string[]
158158
}
159159

0 commit comments

Comments
 (0)