Skip to content

Commit e122304

Browse files
chore(api): upload stainless config from cloudflare-config
1 parent 8c9c619 commit e122304

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+2
-5793
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
configured_endpoints: 1791
1+
configured_endpoints: 1781
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-f9a90d84374801d79af8d42da10e9e44874cec797e617f1216dfcc8ba7830c74.yml
33
openapi_spec_hash: 28e5f4bfda0207bee55dbb865c79ec55
4-
config_hash: f20ebbab54916fcc81ef643e3acda11a
4+
config_hash: b9d4fdd8e697af382ae0ca080ed71364

api.md

Lines changed: 0 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -7247,70 +7247,6 @@ Methods:
72477247
- <code title="get /radar/ai/inference/timeseries_groups/model">client.radar.ai.inference.timeseries_groups.summary.<a href="./src/cloudflare/resources/radar/ai/inference/timeseries_groups/summary.py">model</a>(\*\*<a href="src/cloudflare/types/radar/ai/inference/timeseries_groups/summary_model_params.py">params</a>) -> <a href="./src/cloudflare/types/radar/ai/inference/timeseries_groups/summary_model_response.py">SummaryModelResponse</a></code>
72487248
- <code title="get /radar/ai/inference/timeseries_groups/task">client.radar.ai.inference.timeseries_groups.summary.<a href="./src/cloudflare/resources/radar/ai/inference/timeseries_groups/summary.py">task</a>(\*\*<a href="src/cloudflare/types/radar/ai/inference/timeseries_groups/summary_task_params.py">params</a>) -> <a href="./src/cloudflare/types/radar/ai/inference/timeseries_groups/summary_task_response.py">SummaryTaskResponse</a></code>
72497249

7250-
### Bots
7251-
7252-
#### Summary
7253-
7254-
Types:
7255-
7256-
```python
7257-
from cloudflare.types.radar.ai.bots import (
7258-
SummarySummaryResponse,
7259-
SummaryTimeseriesResponse,
7260-
SummaryTimeseriesGroupsResponse,
7261-
)
7262-
```
7263-
7264-
Methods:
7265-
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>
7313-
73147250
## Annotations
73157251

73167252
Types:

src/cloudflare/resources/radar/__init__.py

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,6 @@
88
AIResourceWithStreamingResponse,
99
AsyncAIResourceWithStreamingResponse,
1010
)
11-
from .ct import (
12-
CtResource,
13-
AsyncCtResource,
14-
CtResourceWithRawResponse,
15-
AsyncCtResourceWithRawResponse,
16-
CtResourceWithStreamingResponse,
17-
AsyncCtResourceWithStreamingResponse,
18-
)
1911
from .bgp import (
2012
BGPResource,
2113
AsyncBGPResource,
@@ -184,12 +176,6 @@
184176
"AsyncAIResourceWithRawResponse",
185177
"AIResourceWithStreamingResponse",
186178
"AsyncAIResourceWithStreamingResponse",
187-
"CtResource",
188-
"AsyncCtResource",
189-
"CtResourceWithRawResponse",
190-
"AsyncCtResourceWithRawResponse",
191-
"CtResourceWithStreamingResponse",
192-
"AsyncCtResourceWithStreamingResponse",
193179
"AnnotationsResource",
194180
"AsyncAnnotationsResource",
195181
"AnnotationsResourceWithRawResponse",

src/cloudflare/resources/radar/ai/__init__.py

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,6 @@
88
AIResourceWithStreamingResponse,
99
AsyncAIResourceWithStreamingResponse,
1010
)
11-
from .bots import (
12-
BotsResource,
13-
AsyncBotsResource,
14-
BotsResourceWithRawResponse,
15-
AsyncBotsResourceWithRawResponse,
16-
BotsResourceWithStreamingResponse,
17-
AsyncBotsResourceWithStreamingResponse,
18-
)
1911
from .inference import (
2012
InferenceResource,
2113
AsyncInferenceResource,
@@ -46,12 +38,6 @@
4638
"AsyncInferenceResourceWithRawResponse",
4739
"InferenceResourceWithStreamingResponse",
4840
"AsyncInferenceResourceWithStreamingResponse",
49-
"BotsResource",
50-
"AsyncBotsResource",
51-
"BotsResourceWithRawResponse",
52-
"AsyncBotsResourceWithRawResponse",
53-
"BotsResourceWithStreamingResponse",
54-
"AsyncBotsResourceWithStreamingResponse",
5541
"AIResource",
5642
"AsyncAIResource",
5743
"AIResourceWithRawResponse",

src/cloudflare/resources/radar/ai/ai.py

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,6 @@
22

33
from __future__ import annotations
44

5-
from .bots.bots import (
6-
BotsResource,
7-
AsyncBotsResource,
8-
BotsResourceWithRawResponse,
9-
AsyncBotsResourceWithRawResponse,
10-
BotsResourceWithStreamingResponse,
11-
AsyncBotsResourceWithStreamingResponse,
12-
)
135
from ...._compat import cached_property
146
from .to_markdown import (
157
ToMarkdownResource,
@@ -41,10 +33,6 @@ def to_markdown(self) -> ToMarkdownResource:
4133
def inference(self) -> InferenceResource:
4234
return InferenceResource(self._client)
4335

44-
@cached_property
45-
def bots(self) -> BotsResource:
46-
return BotsResource(self._client)
47-
4836
@cached_property
4937
def with_raw_response(self) -> AIResourceWithRawResponse:
5038
"""
@@ -74,10 +62,6 @@ def to_markdown(self) -> AsyncToMarkdownResource:
7462
def inference(self) -> AsyncInferenceResource:
7563
return AsyncInferenceResource(self._client)
7664

77-
@cached_property
78-
def bots(self) -> AsyncBotsResource:
79-
return AsyncBotsResource(self._client)
80-
8165
@cached_property
8266
def with_raw_response(self) -> AsyncAIResourceWithRawResponse:
8367
"""
@@ -110,10 +94,6 @@ def to_markdown(self) -> ToMarkdownResourceWithRawResponse:
11094
def inference(self) -> InferenceResourceWithRawResponse:
11195
return InferenceResourceWithRawResponse(self._ai.inference)
11296

113-
@cached_property
114-
def bots(self) -> BotsResourceWithRawResponse:
115-
return BotsResourceWithRawResponse(self._ai.bots)
116-
11797

11898
class AsyncAIResourceWithRawResponse:
11999
def __init__(self, ai: AsyncAIResource) -> None:
@@ -127,10 +107,6 @@ def to_markdown(self) -> AsyncToMarkdownResourceWithRawResponse:
127107
def inference(self) -> AsyncInferenceResourceWithRawResponse:
128108
return AsyncInferenceResourceWithRawResponse(self._ai.inference)
129109

130-
@cached_property
131-
def bots(self) -> AsyncBotsResourceWithRawResponse:
132-
return AsyncBotsResourceWithRawResponse(self._ai.bots)
133-
134110

135111
class AIResourceWithStreamingResponse:
136112
def __init__(self, ai: AIResource) -> None:
@@ -144,10 +120,6 @@ def to_markdown(self) -> ToMarkdownResourceWithStreamingResponse:
144120
def inference(self) -> InferenceResourceWithStreamingResponse:
145121
return InferenceResourceWithStreamingResponse(self._ai.inference)
146122

147-
@cached_property
148-
def bots(self) -> BotsResourceWithStreamingResponse:
149-
return BotsResourceWithStreamingResponse(self._ai.bots)
150-
151123

152124
class AsyncAIResourceWithStreamingResponse:
153125
def __init__(self, ai: AsyncAIResource) -> None:
@@ -160,7 +132,3 @@ def to_markdown(self) -> AsyncToMarkdownResourceWithStreamingResponse:
160132
@cached_property
161133
def inference(self) -> AsyncInferenceResourceWithStreamingResponse:
162134
return AsyncInferenceResourceWithStreamingResponse(self._ai.inference)
163-
164-
@cached_property
165-
def bots(self) -> AsyncBotsResourceWithStreamingResponse:
166-
return AsyncBotsResourceWithStreamingResponse(self._ai.bots)

src/cloudflare/resources/radar/ai/bots/__init__.py

Lines changed: 0 additions & 33 deletions
This file was deleted.

src/cloudflare/resources/radar/ai/bots/bots.py

Lines changed: 0 additions & 102 deletions
This file was deleted.

0 commit comments

Comments
 (0)