55from .services .cves import Cves
66from .services .vendors import Vendors
77from .services .products import Products
8- from .services .tags import Tags
8+ from .services .tracker_tags import TrackerTags
99from .services .fingerprints import Fingerprints
10+ from .services .tracker_events import TrackerEvents
1011from .http_client import ApiKeyAuth
1112
1213class Server (Enum ):
@@ -17,8 +18,9 @@ class Server(Enum):
1718 'Cves' ,
1819 'Vendors' ,
1920 'Products' ,
20- 'Tags ' ,
21+ 'TrackerTags ' ,
2122 'Fingerprints' ,
23+ 'TrackerEvents' ,
2224 'ApiKeyCredentials' ,
2325 'BasicAuthCredentials' ,
2426 'BlocklistSubscription' ,
@@ -36,50 +38,66 @@ class Server(Enum):
3638 'OutputFormat' ,
3739 'Stats' ,
3840 'ValidationError' ,
41+ 'VendorSubscription' ,
3942 'AdjustmentScore' ,
4043 'AffectedComponent' ,
4144 'AllowlistSubscription' ,
4245 'AttackDetail' ,
4346 'Behavior' ,
44- 'CVEEvent' ,
47+ 'CVEEventOutput' ,
48+ 'CVEExploitationPhase' ,
4549 'CVEResponseBase' ,
4650 'CVEsubscription' ,
4751 'CWE' ,
4852 'Classification' ,
4953 'Classifications' ,
5054 'EntityType' ,
5155 'ExploitationPhase' ,
56+ 'ExploitationPhaseChangeEventItem' ,
57+ 'ExploitationPhaseChangeEventsResponsePage' ,
58+ 'FacetBucket' ,
59+ 'FingerprintEventOutput' ,
5260 'FingerprintRuleResponse' ,
5361 'FingerprintRuleSummary' ,
5462 'FingerprintTimelineItem' ,
5563 'GetCVEIPsResponsePage' ,
64+ 'GetCVEProtectRulesResponse' ,
5665 'GetCVEResponse' ,
5766 'GetCVESubscribedIntegrationsResponsePage' ,
58- 'GetCVEsFilterBy' ,
5967 'GetCVEsResponsePage' ,
6068 'GetCVEsSortBy' ,
6169 'GetCVEsSortOrder' ,
6270 'GetFingerprintIPsResponsePage' ,
6371 'GetFingerprintRulesResponsePage' ,
6472 'GetFingerprintSubscribedIntegrationsResponsePage' ,
73+ 'GetVendorIPsResponsePage' ,
74+ 'GetVendorSubscribedIntegrationsResponsePage' ,
6575 'History' ,
6676 'IPItem' ,
6777 'IntegrationResponse' ,
6878 'IntervalOptions' ,
79+ 'IpsDetailsStats' ,
6980 'Location' ,
7081 'LookupImpactCVEItem' ,
7182 'LookupImpactFingerprintItem' ,
7283 'LookupImpactResponsePage' ,
73- 'LookupListItem ' ,
74- 'LookupListResponsePage ' ,
84+ 'LookupListItemWithStats ' ,
85+ 'LookupListWithStatsResponsePage ' ,
7586 'MitreTechnique' ,
87+ 'ProtectRule' ,
88+ 'ProtectRuleTag' ,
7689 'Reference' ,
7790 'ScoreBreakdown' ,
7891 'Scores' ,
7992 'SinceOptions' ,
8093 'SubscribeCVEIntegrationRequest' ,
8194 'SubscribeFingerprintIntegrationRequest' ,
95+ 'SubscribeVendorIntegrationRequest' ,
96+ 'ThreatContext' ,
8297 'TimelineItem' ,
98+ 'TopProductItem' ,
99+ 'VendorSortBy' ,
100+ 'VendorStatsResponse' ,
83101 'ApiKeyAuth' ,
84102 'Server' ,
85103 'Page'
0 commit comments