Skip to content

Commit

Permalink
Props: #9493 update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
shilman committed Feb 14, 2020
1 parent ed714ba commit 57e571c
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,29 @@ EmpireAlert.__docgenInfo = {
\\"value\\": \\"'Code Yellow'\\",
\\"computed\\": false
},
\\"required\\": false
\\"required\\": false,
\\"tsType\\": {
\\"name\\": \\"union\\",
\\"raw\\": \\"'Code Red' | 'Code Yellow' | 'Code Green'\\",
\\"elements\\": [{
\\"name\\": \\"literal\\",
\\"value\\": \\"'Code Red'\\"
}, {
\\"name\\": \\"literal\\",
\\"value\\": \\"'Code Yellow'\\"
}, {
\\"name\\": \\"literal\\",
\\"value\\": \\"'Code Green'\\"
}]
},
\\"description\\": \\"A title that brings attention to the alert.\\"
},
\\"message\\": {
\\"required\\": true,
\\"tsType\\": {
\\"name\\": \\"string\\"
},
\\"description\\": \\"A message alerting about Empire activities.\\"
}
}
};"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,25 @@ Object {
"detail": undefined,
"summary": "'Code Yellow'",
},
"description": undefined,
"description": "A title that brings attention to the alert.",
"name": "title",
"required": false,
"type": Object {
"detail": undefined,
"summary": "unknown",
"summary": "union",
},
},
Object {
"defaultValue": Object {
"detail": undefined,
"summary": "1",
},
"description": "A message alerting about Empire activities.",
"name": "message",
"required": true,
"type": Object {
"detail": undefined,
"summary": "string",
},
},
],
Expand Down

0 comments on commit 57e571c

Please sign in to comment.