Skip to content

Commit e043312

Browse files
authored
[client] feat: add contract config type asset (#4302)
1 parent 7196a75 commit e043312

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyoaev/contracts/contract_config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ class ContractOutputType(str, Enum):
4545
IPv4: str = "ipv4"
4646
IPv6: str = "ipv6"
4747
CVE: str = "cve"
48+
Asset: str = "asset"
4849

4950

5051
class ExpectationType(str, Enum):

0 commit comments

Comments
 (0)