@@ -7202,6 +7202,18 @@ Methods:
72027202
72037203## AI
72047204
7205+ ### ToMarkdown
7206+
7207+ Types:
7208+
7209+ ```python
7210+ from cloudflare.types.radar.ai import ToMarkdownCreateResponse
7211+ ```
7212+
7213+ Methods:
7214+
7215+ - <code title="post /accounts/{account_id}/ai/tomarkdown">client.radar.ai.to_markdown.<a href="./src/cloudflare/resources/radar/ai/to_markdown.py">create</a>(body, \*, account_id, \*\*<a href="src/cloudflare/types/radar/ai/to_markdown_create_params.py">params</a>) -> <a href="./src/cloudflare/types/radar/ai/to_markdown_create_response.py">SyncSinglePage[ToMarkdownCreateResponse]</a></code>
7216+
72057217### Inference
72067218
72077219#### Summary
@@ -7237,21 +7249,67 @@ Methods:
72377249
72387250### Bots
72397251
7252+ #### Summary
7253+
72407254Types:
72417255
72427256```python
7243- from cloudflare.types.radar.ai import (
7244- BotSummaryResponse ,
7245- BotTimeseriesResponse ,
7246- BotTimeseriesGroupsResponse ,
7257+ from cloudflare.types.radar.ai.bots import (
7258+ SummarySummaryResponse ,
7259+ SummaryTimeseriesResponse ,
7260+ SummaryTimeseriesGroupsResponse ,
72477261)
72487262```
72497263
72507264Methods:
72517265
7252- - <code title="get /radar/ai/bots/summary/{dimension}">client.radar.ai.bots.<a href="./src/cloudflare/resources/radar/ai/bots.py">summary</a>(dimension, \*\*<a href="src/cloudflare/types/radar/ai/bot_summary_params.py">params</a>) -> <a href="./src/cloudflare/types/radar/ai/bot_summary_response.py">BotSummaryResponse</a></code>
7253- - <code title="get /radar/ai/bots/timeseries">client.radar.ai.bots.<a href="./src/cloudflare/resources/radar/ai/bots.py">timeseries</a>(\*\*<a href="src/cloudflare/types/radar/ai/bot_timeseries_params.py">params</a>) -> <a href="./src/cloudflare/types/radar/ai/bot_timeseries_response.py">BotTimeseriesResponse</a></code>
7254- - <code title="get /radar/ai/bots/timeseries_groups/{dimension}">client.radar.ai.bots.<a href="./src/cloudflare/resources/radar/ai/bots.py">timeseries_groups</a>(dimension, \*\*<a href="src/cloudflare/types/radar/ai/bot_timeseries_groups_params.py">params</a>) -> <a href="./src/cloudflare/types/radar/ai/bot_timeseries_groups_response.py">BotTimeseriesGroupsResponse</a></code>
7266+ - <code title="get /radar/ai/bots/summary/{dimension}">client.radar.ai.bots.summary.<a href="./src/cloudflare/resources/radar/ai/bots/summary.py">summary</a>(dimension, \*\*<a href="src/cloudflare/types/radar/ai/bots/summary_summary_params.py">params</a>) -> <a href="./src/cloudflare/types/radar/ai/bots/summary_summary_response.py">SummarySummaryResponse</a></code>
7267+ - <code title="get /radar/ai/bots/timeseries">client.radar.ai.bots.summary.<a href="./src/cloudflare/resources/radar/ai/bots/summary.py">timeseries</a>(\*\*<a href="src/cloudflare/types/radar/ai/bots/summary_timeseries_params.py">params</a>) -> <a href="./src/cloudflare/types/radar/ai/bots/summary_timeseries_response.py">SummaryTimeseriesResponse</a></code>
7268+ - <code title="get /radar/ai/bots/timeseries_groups/{dimension}">client.radar.ai.bots.summary.<a href="./src/cloudflare/resources/radar/ai/bots/summary.py">timeseries_groups</a>(dimension, \*\*<a href="src/cloudflare/types/radar/ai/bots/summary_timeseries_groups_params.py">params</a>) -> <a href="./src/cloudflare/types/radar/ai/bots/summary_timeseries_groups_response.py">SummaryTimeseriesGroupsResponse</a></code>
7269+
7270+ ## Ct
7271+
7272+ Types:
7273+
7274+ ```python
7275+ from cloudflare.types.radar import (
7276+ CtSummaryResponse,
7277+ CtTimeseriesResponse,
7278+ CtTimeseriesGroupsResponse,
7279+ )
7280+ ```
7281+
7282+ Methods:
7283+
7284+ - <code title="get /radar/ct/summary/{dimension}">client.radar.ct.<a href="./src/cloudflare/resources/radar/ct/ct.py">summary</a>(dimension, \*\*<a href="src/cloudflare/types/radar/ct_summary_params.py">params</a>) -> <a href="./src/cloudflare/types/radar/ct_summary_response.py">CtSummaryResponse</a></code>
7285+ - <code title="get /radar/ct/timeseries">client.radar.ct.<a href="./src/cloudflare/resources/radar/ct/ct.py">timeseries</a>(\*\*<a href="src/cloudflare/types/radar/ct_timeseries_params.py">params</a>) -> <a href="./src/cloudflare/types/radar/ct_timeseries_response.py">CtTimeseriesResponse</a></code>
7286+ - <code title="get /radar/ct/timeseries_groups/{dimension}">client.radar.ct.<a href="./src/cloudflare/resources/radar/ct/ct.py">timeseries_groups</a>(dimension, \*\*<a href="src/cloudflare/types/radar/ct_timeseries_groups_params.py">params</a>) -> <a href="./src/cloudflare/types/radar/ct_timeseries_groups_response.py">CtTimeseriesGroupsResponse</a></code>
7287+
7288+ ### Authorities
7289+
7290+ Types:
7291+
7292+ ```python
7293+ from cloudflare.types.radar.ct import AuthorityListResponse, AuthorityGetResponse
7294+ ```
7295+
7296+ Methods:
7297+
7298+ - <code title="get /radar/ct/authorities">client.radar.ct.authorities.<a href="./src/cloudflare/resources/radar/ct/authorities.py">list</a>(\*\*<a href="src/cloudflare/types/radar/ct/authority_list_params.py">params</a>) -> <a href="./src/cloudflare/types/radar/ct/authority_list_response.py">AuthorityListResponse</a></code>
7299+ - <code title="get /radar/ct/authorities/{ca_slug}">client.radar.ct.authorities.<a href="./src/cloudflare/resources/radar/ct/authorities.py">get</a>(ca_slug, \*\*<a href="src/cloudflare/types/radar/ct/authority_get_params.py">params</a>) -> <a href="./src/cloudflare/types/radar/ct/authority_get_response.py">AuthorityGetResponse</a></code>
7300+
7301+ ### Logs
7302+
7303+ Types:
7304+
7305+ ```python
7306+ from cloudflare.types.radar.ct import LogListResponse, LogGetResponse
7307+ ```
7308+
7309+ Methods:
7310+
7311+ - <code title="get /radar/ct/logs">client.radar.ct.logs.<a href="./src/cloudflare/resources/radar/ct/logs.py">list</a>(\*\*<a href="src/cloudflare/types/radar/ct/log_list_params.py">params</a>) -> <a href="./src/cloudflare/types/radar/ct/log_list_response.py">LogListResponse</a></code>
7312+ - <code title="get /radar/ct/logs/{log_slug}">client.radar.ct.logs.<a href="./src/cloudflare/resources/radar/ct/logs.py">get</a>(log_slug, \*\*<a href="src/cloudflare/types/radar/ct/log_get_params.py">params</a>) -> <a href="./src/cloudflare/types/radar/ct/log_get_response.py">LogGetResponse</a></code>
72557313
72567314## Annotations
72577315
@@ -7415,50 +7473,6 @@ Methods:
74157473- <code title="get /radar/bots/crawlers/summary/{dimension}">client.radar.bots.web_crawlers.<a href="./src/cloudflare/resources/radar/bots/web_crawlers.py">summary</a>(dimension, \*\*<a href="src/cloudflare/types/radar/bots/web_crawler_summary_params.py">params</a>) -> <a href="./src/cloudflare/types/radar/bots/web_crawler_summary_response.py">WebCrawlerSummaryResponse</a></code>
74167474- <code title="get /radar/bots/crawlers/timeseries_groups/{dimension}">client.radar.bots.web_crawlers.<a href="./src/cloudflare/resources/radar/bots/web_crawlers.py">timeseries_groups</a>(dimension, \*\*<a href="src/cloudflare/types/radar/bots/web_crawler_timeseries_groups_params.py">params</a>) -> <a href="./src/cloudflare/types/radar/bots/web_crawler_timeseries_groups_response.py">WebCrawlerTimeseriesGroupsResponse</a></code>
74177475
7418- ## Ct
7419-
7420- Types:
7421-
7422- ```python
7423- from cloudflare.types.radar import (
7424- CtSummaryResponse,
7425- CtTimeseriesResponse,
7426- CtTimeseriesGroupsResponse,
7427- )
7428- ```
7429-
7430- Methods:
7431-
7432- - <code title="get /radar/ct/summary/{dimension}">client.radar.ct.<a href="./src/cloudflare/resources/radar/ct/ct.py">summary</a>(dimension, \*\*<a href="src/cloudflare/types/radar/ct_summary_params.py">params</a>) -> <a href="./src/cloudflare/types/radar/ct_summary_response.py">CtSummaryResponse</a></code>
7433- - <code title="get /radar/ct/timeseries">client.radar.ct.<a href="./src/cloudflare/resources/radar/ct/ct.py">timeseries</a>(\*\*<a href="src/cloudflare/types/radar/ct_timeseries_params.py">params</a>) -> <a href="./src/cloudflare/types/radar/ct_timeseries_response.py">CtTimeseriesResponse</a></code>
7434- - <code title="get /radar/ct/timeseries_groups/{dimension}">client.radar.ct.<a href="./src/cloudflare/resources/radar/ct/ct.py">timeseries_groups</a>(dimension, \*\*<a href="src/cloudflare/types/radar/ct_timeseries_groups_params.py">params</a>) -> <a href="./src/cloudflare/types/radar/ct_timeseries_groups_response.py">CtTimeseriesGroupsResponse</a></code>
7435-
7436- ### Authorities
7437-
7438- Types:
7439-
7440- ```python
7441- from cloudflare.types.radar.ct import AuthorityListResponse, AuthorityGetResponse
7442- ```
7443-
7444- Methods:
7445-
7446- - <code title="get /radar/ct/authorities">client.radar.ct.authorities.<a href="./src/cloudflare/resources/radar/ct/authorities.py">list</a>(\*\*<a href="src/cloudflare/types/radar/ct/authority_list_params.py">params</a>) -> <a href="./src/cloudflare/types/radar/ct/authority_list_response.py">AuthorityListResponse</a></code>
7447- - <code title="get /radar/ct/authorities/{ca_slug}">client.radar.ct.authorities.<a href="./src/cloudflare/resources/radar/ct/authorities.py">get</a>(ca_slug, \*\*<a href="src/cloudflare/types/radar/ct/authority_get_params.py">params</a>) -> <a href="./src/cloudflare/types/radar/ct/authority_get_response.py">AuthorityGetResponse</a></code>
7448-
7449- ### Logs
7450-
7451- Types:
7452-
7453- ```python
7454- from cloudflare.types.radar.ct import LogListResponse, LogGetResponse
7455- ```
7456-
7457- Methods:
7458-
7459- - <code title="get /radar/ct/logs">client.radar.ct.logs.<a href="./src/cloudflare/resources/radar/ct/logs.py">list</a>(\*\*<a href="src/cloudflare/types/radar/ct/log_list_params.py">params</a>) -> <a href="./src/cloudflare/types/radar/ct/log_list_response.py">LogListResponse</a></code>
7460- - <code title="get /radar/ct/logs/{log_slug}">client.radar.ct.logs.<a href="./src/cloudflare/resources/radar/ct/logs.py">get</a>(log_slug, \*\*<a href="src/cloudflare/types/radar/ct/log_get_params.py">params</a>) -> <a href="./src/cloudflare/types/radar/ct/log_get_response.py">LogGetResponse</a></code>
7461-
74627476## Datasets
74637477
74647478Types:
0 commit comments