mirror of
https://github.com/brygphilomena/pyhuntress.git
synced 2025-11-04 16:27:30 +00:00
Fix model
This commit is contained in:
parent
b4839e4cf1
commit
949d44e853
@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "pyhuntress"
|
name = "pyhuntress"
|
||||||
version = "0.2.13"
|
version = "0.2.14"
|
||||||
authors = [
|
authors = [
|
||||||
{ name="Peter Annabel", email="peter.annabel@gmail.com" },
|
{ name="Peter Annabel", email="peter.annabel@gmail.com" },
|
||||||
]
|
]
|
||||||
|
|||||||
@ -141,7 +141,7 @@ class SATPhishingCampaignAttempts(HuntressModel):
|
|||||||
] | None = Field(default=None, alias="Type")
|
] | None = Field(default=None, alias="Type")
|
||||||
id: str | None = Field(default=None, alias="Id")
|
id: str | None = Field(default=None, alias="Id")
|
||||||
attributes: dict[str, Any] | None = Field(default=None, alias="Attributes")
|
attributes: dict[str, Any] | None = Field(default=None, alias="Attributes")
|
||||||
relationships: dict[str, dict[str, dict[str, str]]] | None = Field(default=None, alias="Relationships")
|
relationships: dict[str, dict[str, Any]] | None = Field(default=None, alias="Relationships")
|
||||||
links: dict[str, str] | None = Field(default=None, alias="Links")
|
links: dict[str, str] | None = Field(default=None, alias="Links")
|
||||||
meta: dict[str, dict[str, int]] | None = Field(default=None, alias="Meta")
|
meta: dict[str, dict[str, int]] | None = Field(default=None, alias="Meta")
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user