Skip to content

Commit 5835075

Browse files
authored
Merge pull request #430 from 3lina/428-update-outputobservablerequired-type
#428 - Update OutputObservableRequired type
2 parents 59b08a5 + f56c454 commit 5835075

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

thehive4py/types/observable.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ class OutputObservableRequired(TypedDict):
3131
dataType: str
3232
startDate: int
3333
tlp: int
34+
tlpLabel: str
3435
pap: int
36+
papLabel: str
3537
ioc: bool
3638
sighted: bool
3739
reports: dict

0 commit comments

Comments
 (0)