mirror of
https://github.com/brygphilomena/pyhuntress.git
synced 2025-12-21 05:47:29 +00:00
Fix model
This commit is contained in:
parent
b4839e4cf1
commit
949d44e853
@ -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…
x
Reference in New Issue
Block a user