mirror of
https://github.com/brygphilomena/pyhuntress.git
synced 2025-11-04 16:27:30 +00:00
Update model to accept different literal string for phishing scenarios
This commit is contained in:
parent
1f7fe70ffb
commit
467f79ca96
@ -127,6 +127,7 @@ class SATPhishingCampaigns(HuntressModel):
|
||||
class SATPhishingScenarios(HuntressModel):
|
||||
type: Literal[
|
||||
"phishing-scenarios",
|
||||
"phishing-campaign-scenarios",
|
||||
] | None = Field(default=None, alias="Type")
|
||||
id: str | None = Field(default=None, alias="Id")
|
||||
attributes: dict[str, Any] | None = Field(default=None, alias="Attributes")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user