import { APIResource } from "../../resource.js"; import * as AgentReadinessAPI from "./agent-readiness.js"; import { AgentReadiness, AgentReadinessSummaryParams, AgentReadinessSummaryResponse } from "./agent-readiness.js"; import * as DatasetsAPI from "./datasets.js"; import { DatasetDownloadParams, DatasetDownloadResponse, DatasetGetResponse, DatasetListParams, DatasetListResponse, Datasets } from "./datasets.js"; import * as GeolocationsAPI from "./geolocations.js"; import { GeolocationGetParams, GeolocationGetResponse, GeolocationListParams, GeolocationListResponse, Geolocations } from "./geolocations.js"; import * as SearchAPI from "./search.js"; import { Search, SearchGlobalParams, SearchGlobalResponse } from "./search.js"; import * as TCPResetsTimeoutsAPI from "./tcp-resets-timeouts.js"; import { TCPResetsTimeoutSummaryParams, TCPResetsTimeoutSummaryResponse, TCPResetsTimeoutTimeseriesGroupsParams, TCPResetsTimeoutTimeseriesGroupsResponse, TCPResetsTimeouts } from "./tcp-resets-timeouts.js"; import * as AIAPI from "./ai/ai.js"; import { AI } from "./ai/ai.js"; import * as AnnotationsAPI from "./annotations/annotations.js"; import { AnnotationListParams, AnnotationListResponse, Annotations } from "./annotations/annotations.js"; import * as AS112API from "./as112/as112.js"; import { AS112, AS112SummaryV2Params, AS112SummaryV2Response, AS112TimeseriesGroupsV2Params, AS112TimeseriesGroupsV2Response, AS112TimeseriesParams, AS112TimeseriesResponse } from "./as112/as112.js"; import * as AttacksAPI from "./attacks/attacks.js"; import { Attacks } from "./attacks/attacks.js"; import * as BGPAPI from "./bgp/bgp.js"; import { BGP, BGPTimeseriesParams, BGPTimeseriesResponse } from "./bgp/bgp.js"; import * as BotsAPI from "./bots/bots.js"; import { BotGetParams, BotGetResponse, BotListParams, BotListResponse, BotSummaryParams, BotSummaryResponse, BotTimeseriesGroupsParams, BotTimeseriesGroupsResponse, BotTimeseriesParams, BotTimeseriesResponse, Bots } from "./bots/bots.js"; import * as CTAPI from "./ct/ct.js"; import { CT, CTSummaryParams, CTSummaryResponse, CTTimeseriesGroupsParams, CTTimeseriesGroupsResponse, CTTimeseriesParams, CTTimeseriesResponse } from "./ct/ct.js"; import * as DNSAPI from "./dns/dns.js"; import { DNS, DNSSummaryV2Params, DNSSummaryV2Response, DNSTimeseriesGroupsV2Params, DNSTimeseriesGroupsV2Response, DNSTimeseriesParams, DNSTimeseriesResponse } from "./dns/dns.js"; import * as EmailAPI from "./email/email.js"; import { Email, RadarEmailSeries, RadarEmailSummary } from "./email/email.js"; import * as EntitiesAPI from "./entities/entities.js"; import { Entities, EntityGetParams, EntityGetResponse } from "./entities/entities.js"; import * as HTTPAPI from "./http/http.js"; import { HTTP, HTTPSummaryV2Params, HTTPSummaryV2Response, HTTPTimeseriesGroupsV2Params, HTTPTimeseriesGroupsV2Response, HTTPTimeseriesParams, HTTPTimeseriesResponse } from "./http/http.js"; import * as LeakedCredentialsAPI from "./leaked-credentials/leaked-credentials.js"; import { LeakedCredentialSummaryV2Params, LeakedCredentialSummaryV2Response, LeakedCredentialTimeseriesGroupsV2Params, LeakedCredentialTimeseriesGroupsV2Response, LeakedCredentials } from "./leaked-credentials/leaked-credentials.js"; import * as NetFlowsAPI from "./netflows/netflows.js"; import { NetFlows, NetFlowsSummaryParams, NetFlowsSummaryResponse, NetFlowsSummaryV2Params, NetFlowsSummaryV2Response, NetFlowsTimeseriesGroupsParams, NetFlowsTimeseriesGroupsResponse, NetFlowsTimeseriesParams, NetFlowsTimeseriesResponse } from "./netflows/netflows.js"; import * as PostQuantumAPI from "./post-quantum/post-quantum.js"; import { PostQuantum } from "./post-quantum/post-quantum.js"; import * as QualityAPI from "./quality/quality.js"; import { Quality } from "./quality/quality.js"; import * as RankingAPI from "./ranking/ranking.js"; import { Ranking, RankingTimeseriesGroupsParams, RankingTimeseriesGroupsResponse, RankingTopParams, RankingTopResponse } from "./ranking/ranking.js"; import * as RobotsTXTAPI from "./robots-txt/robots-txt.js"; import { RobotsTXT } from "./robots-txt/robots-txt.js"; import * as TrafficAnomaliesAPI from "./traffic-anomalies/traffic-anomalies.js"; import { TrafficAnomalies, TrafficAnomalyGetParams, TrafficAnomalyGetResponse } from "./traffic-anomalies/traffic-anomalies.js"; import * as VerifiedBotsAPI from "./verified-bots/verified-bots.js"; import { VerifiedBots } from "./verified-bots/verified-bots.js"; export declare class Radar extends APIResource { agentReadiness: AgentReadinessAPI.AgentReadiness; ai: AIAPI.AI; ct: CTAPI.CT; annotations: AnnotationsAPI.Annotations; bgp: BGPAPI.BGP; bots: BotsAPI.Bots; datasets: DatasetsAPI.Datasets; dns: DNSAPI.DNS; netFlows: NetFlowsAPI.NetFlows; postQuantum: PostQuantumAPI.PostQuantum; search: SearchAPI.Search; verifiedBots: VerifiedBotsAPI.VerifiedBots; as112: AS112API.AS112; email: EmailAPI.Email; attacks: AttacksAPI.Attacks; entities: EntitiesAPI.Entities; geolocations: GeolocationsAPI.Geolocations; http: HTTPAPI.HTTP; quality: QualityAPI.Quality; ranking: RankingAPI.Ranking; trafficAnomalies: TrafficAnomaliesAPI.TrafficAnomalies; tcpResetsTimeouts: TCPResetsTimeoutsAPI.TCPResetsTimeouts; robotsTXT: RobotsTXTAPI.RobotsTXT; leakedCredentials: LeakedCredentialsAPI.LeakedCredentials; } export declare namespace Radar { export { AgentReadiness as AgentReadiness, type AgentReadinessSummaryResponse as AgentReadinessSummaryResponse, type AgentReadinessSummaryParams as AgentReadinessSummaryParams, }; export { AI as AI }; export { CT as CT, type CTSummaryResponse as CTSummaryResponse, type CTTimeseriesResponse as CTTimeseriesResponse, type CTTimeseriesGroupsResponse as CTTimeseriesGroupsResponse, type CTSummaryParams as CTSummaryParams, type CTTimeseriesParams as CTTimeseriesParams, type CTTimeseriesGroupsParams as CTTimeseriesGroupsParams, }; export { Annotations as Annotations, type AnnotationListResponse as AnnotationListResponse, type AnnotationListParams as AnnotationListParams, }; export { BGP as BGP, type BGPTimeseriesResponse as BGPTimeseriesResponse, type BGPTimeseriesParams as BGPTimeseriesParams, }; export { Bots as Bots, type BotListResponse as BotListResponse, type BotGetResponse as BotGetResponse, type BotSummaryResponse as BotSummaryResponse, type BotTimeseriesResponse as BotTimeseriesResponse, type BotTimeseriesGroupsResponse as BotTimeseriesGroupsResponse, type BotListParams as BotListParams, type BotGetParams as BotGetParams, type BotSummaryParams as BotSummaryParams, type BotTimeseriesParams as BotTimeseriesParams, type BotTimeseriesGroupsParams as BotTimeseriesGroupsParams, }; export { Datasets as Datasets, type DatasetListResponse as DatasetListResponse, type DatasetDownloadResponse as DatasetDownloadResponse, type DatasetGetResponse as DatasetGetResponse, type DatasetListParams as DatasetListParams, type DatasetDownloadParams as DatasetDownloadParams, }; export { DNS as DNS, type DNSSummaryV2Response as DNSSummaryV2Response, type DNSTimeseriesResponse as DNSTimeseriesResponse, type DNSTimeseriesGroupsV2Response as DNSTimeseriesGroupsV2Response, type DNSSummaryV2Params as DNSSummaryV2Params, type DNSTimeseriesParams as DNSTimeseriesParams, type DNSTimeseriesGroupsV2Params as DNSTimeseriesGroupsV2Params, }; export { NetFlows as NetFlows, type NetFlowsSummaryResponse as NetFlowsSummaryResponse, type NetFlowsSummaryV2Response as NetFlowsSummaryV2Response, type NetFlowsTimeseriesResponse as NetFlowsTimeseriesResponse, type NetFlowsTimeseriesGroupsResponse as NetFlowsTimeseriesGroupsResponse, type NetFlowsSummaryParams as NetFlowsSummaryParams, type NetFlowsSummaryV2Params as NetFlowsSummaryV2Params, type NetFlowsTimeseriesParams as NetFlowsTimeseriesParams, type NetFlowsTimeseriesGroupsParams as NetFlowsTimeseriesGroupsParams, }; export { PostQuantum as PostQuantum }; export { Search as Search, type SearchGlobalResponse as SearchGlobalResponse, type SearchGlobalParams as SearchGlobalParams, }; export { VerifiedBots as VerifiedBots }; export { AS112 as AS112, type AS112SummaryV2Response as AS112SummaryV2Response, type AS112TimeseriesResponse as AS112TimeseriesResponse, type AS112TimeseriesGroupsV2Response as AS112TimeseriesGroupsV2Response, type AS112SummaryV2Params as AS112SummaryV2Params, type AS112TimeseriesParams as AS112TimeseriesParams, type AS112TimeseriesGroupsV2Params as AS112TimeseriesGroupsV2Params, }; export { Email as Email, type RadarEmailSeries as RadarEmailSeries, type RadarEmailSummary as RadarEmailSummary, }; export { Attacks as Attacks }; export { Entities as Entities, type EntityGetResponse as EntityGetResponse, type EntityGetParams as EntityGetParams, }; export { Geolocations as Geolocations, type GeolocationListResponse as GeolocationListResponse, type GeolocationGetResponse as GeolocationGetResponse, type GeolocationListParams as GeolocationListParams, type GeolocationGetParams as GeolocationGetParams, }; export { HTTP as HTTP, type HTTPSummaryV2Response as HTTPSummaryV2Response, type HTTPTimeseriesResponse as HTTPTimeseriesResponse, type HTTPTimeseriesGroupsV2Response as HTTPTimeseriesGroupsV2Response, type HTTPSummaryV2Params as HTTPSummaryV2Params, type HTTPTimeseriesParams as HTTPTimeseriesParams, type HTTPTimeseriesGroupsV2Params as HTTPTimeseriesGroupsV2Params, }; export { Quality as Quality }; export { Ranking as Ranking, type RankingTimeseriesGroupsResponse as RankingTimeseriesGroupsResponse, type RankingTopResponse as RankingTopResponse, type RankingTimeseriesGroupsParams as RankingTimeseriesGroupsParams, type RankingTopParams as RankingTopParams, }; export { TrafficAnomalies as TrafficAnomalies, type TrafficAnomalyGetResponse as TrafficAnomalyGetResponse, type TrafficAnomalyGetParams as TrafficAnomalyGetParams, }; export { TCPResetsTimeouts as TCPResetsTimeouts, type TCPResetsTimeoutSummaryResponse as TCPResetsTimeoutSummaryResponse, type TCPResetsTimeoutTimeseriesGroupsResponse as TCPResetsTimeoutTimeseriesGroupsResponse, type TCPResetsTimeoutSummaryParams as TCPResetsTimeoutSummaryParams, type TCPResetsTimeoutTimeseriesGroupsParams as TCPResetsTimeoutTimeseriesGroupsParams, }; export { RobotsTXT as RobotsTXT }; export { LeakedCredentials as LeakedCredentials, type LeakedCredentialSummaryV2Response as LeakedCredentialSummaryV2Response, type LeakedCredentialTimeseriesGroupsV2Response as LeakedCredentialTimeseriesGroupsV2Response, type LeakedCredentialSummaryV2Params as LeakedCredentialSummaryV2Params, type LeakedCredentialTimeseriesGroupsV2Params as LeakedCredentialTimeseriesGroupsV2Params, }; } //# sourceMappingURL=radar.d.ts.map