mirror of
https://github.com/brygphilomena/pyhuntress.git
synced 2025-12-06 05:12:33 +00:00
Fix model
This commit is contained in:
parent
b4839e4cf1
commit
949d44e853
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[project]
|
||||
name = "pyhuntress"
|
||||
version = "0.2.13"
|
||||
version = "0.2.14"
|
||||
authors = [
|
||||
{ name="Peter Annabel", email="peter.annabel@gmail.com" },
|
||||
]
|
||||
|
|
|
|||
|
|
@ -141,7 +141,7 @@ class SATPhishingCampaignAttempts(HuntressModel):
|
|||
] | None = Field(default=None, alias="Type")
|
||||
id: str | None = Field(default=None, alias="Id")
|
||||
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")
|
||||
meta: dict[str, dict[str, int]] | None = Field(default=None, alias="Meta")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue