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
1010from .http_client import ApiKeyAuth
1111
@@ -17,7 +17,7 @@ class Server(Enum):
1717 'Cves' ,
1818 'Vendors' ,
1919 'Products' ,
20- 'Tags ' ,
20+ 'TrackerTags ' ,
2121 'Fingerprints' ,
2222 'ApiKeyCredentials' ,
2323 'BasicAuthCredentials' ,
@@ -36,19 +36,22 @@ class Server(Enum):
3636 'OutputFormat' ,
3737 'Stats' ,
3838 'ValidationError' ,
39+ 'VendorSubscription' ,
3940 'AdjustmentScore' ,
4041 'AffectedComponent' ,
4142 'AllowlistSubscription' ,
4243 'AttackDetail' ,
4344 'Behavior' ,
44- 'CVEEvent ' ,
45+ 'CVEEventOutput ' ,
4546 'CVEResponseBase' ,
4647 'CVEsubscription' ,
4748 'CWE' ,
4849 'Classification' ,
4950 'Classifications' ,
5051 'EntityType' ,
5152 'ExploitationPhase' ,
53+ 'FacetBucket' ,
54+ 'FingerprintEventOutput' ,
5255 'FingerprintRuleResponse' ,
5356 'FingerprintRuleSummary' ,
5457 'FingerprintTimelineItem' ,
@@ -62,24 +65,32 @@ class Server(Enum):
6265 'GetFingerprintIPsResponsePage' ,
6366 'GetFingerprintRulesResponsePage' ,
6467 'GetFingerprintSubscribedIntegrationsResponsePage' ,
68+ 'GetVendorIPsResponsePage' ,
69+ 'GetVendorSubscribedIntegrationsResponsePage' ,
6570 'History' ,
6671 'IPItem' ,
6772 'IntegrationResponse' ,
6873 'IntervalOptions' ,
74+ 'IpsDetailsStats' ,
6975 'Location' ,
7076 'LookupImpactCVEItem' ,
7177 'LookupImpactFingerprintItem' ,
7278 'LookupImpactResponsePage' ,
73- 'LookupListItem ' ,
74- 'LookupListResponsePage ' ,
79+ 'LookupListItemWithStats ' ,
80+ 'LookupListWithStatsResponsePage ' ,
7581 'MitreTechnique' ,
7682 'Reference' ,
7783 'ScoreBreakdown' ,
7884 'Scores' ,
7985 'SinceOptions' ,
8086 'SubscribeCVEIntegrationRequest' ,
8187 'SubscribeFingerprintIntegrationRequest' ,
88+ 'SubscribeVendorIntegrationRequest' ,
89+ 'ThreatContext' ,
8290 'TimelineItem' ,
91+ 'TopProductItem' ,
92+ 'VendorSortBy' ,
93+ 'VendorStatsResponse' ,
8394 'ApiKeyAuth' ,
8495 'Server' ,
8596 'Page'
0 commit comments