Skip to content

Commit c64ba47

Browse files
OpenAPI Publisher Productionrotem-cloud
authored andcommitted
Update bundle: workers
Stainless-Generated-From: c1e6dd31e3913bcfd9d0ec5c050aebdeff4f1c08
1 parent 87ec5d0 commit c64ba47

937 files changed

Lines changed: 63427 additions & 8561 deletions

File tree

Some content is hidden

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

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
configured_endpoints: 2440
1+
configured_endpoints: 2523

api.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,54 @@ from cloudflare.types import (
5353

5454
# [ACM](src/cloudflare/resources/acm/api.md)
5555

56+
# AnalyticsQuery
57+
58+
Types:
59+
60+
```python
61+
from cloudflare.types import (
62+
AnalyticsQuerySummaryResponse,
63+
AnalyticsQueryTimeseriesResponse,
64+
AnalyticsQueryTopNResponse,
65+
)
66+
```
67+
68+
Methods:
69+
70+
- <code title="post /accounts/{account_id}/analytics/query/{dataset}/summary">client.analytics_query.<a href="./src/cloudflare/resources/analytics_query/analytics_query.py">summary</a>(dataset, \*, account_id, \*\*<a href="src/cloudflare/types/analytics_query_summary_params.py">params</a>) -> <a href="./src/cloudflare/types/analytics_query_summary_response.py">AnalyticsQuerySummaryResponse</a></code>
71+
- <code title="post /accounts/{account_id}/analytics/query/{dataset}/timeseries">client.analytics_query.<a href="./src/cloudflare/resources/analytics_query/analytics_query.py">timeseries</a>(dataset, \*, account_id, \*\*<a href="src/cloudflare/types/analytics_query_timeseries_params.py">params</a>) -> <a href="./src/cloudflare/types/analytics_query_timeseries_response.py">AnalyticsQueryTimeseriesResponse</a></code>
72+
- <code title="post /accounts/{account_id}/analytics/query/{dataset}/top-n">client.analytics_query.<a href="./src/cloudflare/resources/analytics_query/analytics_query.py">top_n</a>(dataset, \*, account_id, \*\*<a href="src/cloudflare/types/analytics_query_top_n_params.py">params</a>) -> <a href="./src/cloudflare/types/analytics_query_top_n_response.py">SyncSinglePage[AnalyticsQueryTopNResponse]</a></code>
73+
74+
## DataSecurity
75+
76+
### ContentFindings
77+
78+
Types:
79+
80+
```python
81+
from cloudflare.types.analytics_query.data_security import ContentFindingTopNResponse
82+
```
83+
84+
Methods:
85+
86+
- <code title="post /accounts/{account_id}/analytics/query/data-security/content-findings/top-n">client.analytics_query.data_security.content_findings.<a href="./src/cloudflare/resources/analytics_query/data_security/content_findings.py">top_n</a>(\*, account_id, \*\*<a href="src/cloudflare/types/analytics_query/data_security/content_finding_top_n_params.py">params</a>) -> <a href="./src/cloudflare/types/analytics_query/data_security/content_finding_top_n_response.py">SyncSinglePage[ContentFindingTopNResponse]</a></code>
87+
88+
### Findings
89+
90+
Types:
91+
92+
```python
93+
from cloudflare.types.analytics_query.data_security import (
94+
FindingSummaryResponse,
95+
FindingTimeseriesResponse,
96+
)
97+
```
98+
99+
Methods:
100+
101+
- <code title="post /accounts/{account_id}/analytics/query/data-security/findings/summary">client.analytics_query.data_security.findings.<a href="./src/cloudflare/resources/analytics_query/data_security/findings.py">summary</a>(\*, account_id, \*\*<a href="src/cloudflare/types/analytics_query/data_security/finding_summary_params.py">params</a>) -> <a href="./src/cloudflare/types/analytics_query/data_security/finding_summary_response.py">FindingSummaryResponse</a></code>
102+
- <code title="post /accounts/{account_id}/analytics/query/data-security/findings/timeseries">client.analytics_query.data_security.findings.<a href="./src/cloudflare/resources/analytics_query/data_security/findings.py">timeseries</a>(\*, account_id, \*\*<a href="src/cloudflare/types/analytics_query/data_security/finding_timeseries_params.py">params</a>) -> <a href="./src/cloudflare/types/analytics_query/data_security/finding_timeseries_response.py">FindingTimeseriesResponse</a></code>
103+
56104
# [Argo](src/cloudflare/resources/argo/api.md)
57105

58106
# [CertificateAuthorities](src/cloudflare/resources/certificate_authorities/api.md)

requirements-dev.lock

Lines changed: 49 additions & 111 deletions
Original file line numberDiff line numberDiff line change
@@ -1,114 +1,52 @@
11
# This file was autogenerated by uv via the following command:
22
# uv export -o requirements-dev.lock --no-hashes
33
-e .
4-
annotated-types==0.7.0
5-
# via pydantic
6-
anyio==4.12.1
7-
# via
8-
# cloudflare
9-
# httpx
10-
backports-asyncio-runner==1.2.0 ; python_full_version < '3.11'
11-
# via pytest-asyncio
12-
certifi==2026.1.4
13-
# via
14-
# httpcore
15-
# httpx
16-
colorama==0.4.6
17-
# via
18-
# griffe
19-
# pytest
20-
dirty-equals==0.11
21-
distro==1.9.0
22-
# via cloudflare
23-
exceptiongroup==1.3.1 ; python_full_version < '3.11'
24-
# via
25-
# anyio
26-
# pytest
27-
execnet==2.1.2
28-
# via pytest-xdist
29-
griffe==1.14.0 ; python_full_version < '3.10'
30-
griffe==1.15.0 ; python_full_version >= '3.10'
31-
h11==0.16.0
32-
# via httpcore
33-
httpcore==1.0.9
34-
# via httpx
35-
httpx==0.28.1
36-
# via
37-
# cloudflare
38-
# respx
39-
idna==3.11
40-
# via
41-
# anyio
42-
# httpx
43-
importlib-metadata==8.7.1
44-
iniconfig==2.1.0 ; python_full_version < '3.10'
45-
# via pytest
46-
iniconfig==2.3.0 ; python_full_version >= '3.10'
47-
# via pytest
48-
markdown-it-py==3.0.0 ; python_full_version < '3.10'
49-
# via rich
50-
markdown-it-py==4.0.0 ; python_full_version >= '3.10'
51-
# via rich
52-
mdurl==0.1.2
53-
# via markdown-it-py
54-
mypy==1.17.0
55-
mypy-extensions==1.1.0
56-
# via mypy
57-
nodeenv==1.10.0
58-
# via pyright
59-
packaging==25.0
60-
# via pytest
61-
pathspec==1.0.3
62-
# via mypy
63-
pluggy==1.6.0
64-
# via pytest
65-
pydantic==2.12.5
66-
# via cloudflare
67-
pydantic-core==2.41.5
68-
# via pydantic
69-
pygments==2.19.2
70-
# via
71-
# pytest
72-
# rich
73-
pyright==1.1.399
74-
pytest==8.4.2 ; python_full_version < '3.10'
75-
# via
76-
# pytest-asyncio
77-
# pytest-xdist
78-
pytest==9.0.2 ; python_full_version >= '3.10'
79-
# via
80-
# pytest-asyncio
81-
# pytest-xdist
82-
pytest-asyncio==1.2.0 ; python_full_version < '3.10'
83-
pytest-asyncio==1.3.0 ; python_full_version >= '3.10'
84-
pytest-xdist==3.8.0
85-
python-dateutil==2.9.0.post0 ; python_full_version < '3.10'
86-
# via time-machine
87-
respx==0.22.0
88-
rich==14.2.0
89-
ruff==0.14.13
90-
six==1.17.0 ; python_full_version < '3.10'
91-
# via python-dateutil
92-
sniffio==1.3.1
93-
# via cloudflare
94-
time-machine==2.19.0 ; python_full_version < '3.10'
95-
time-machine==3.2.0 ; python_full_version >= '3.10'
96-
tomli==2.4.0 ; python_full_version < '3.11'
97-
# via
98-
# mypy
99-
# pytest
100-
typing-extensions==4.15.0
101-
# via
102-
# anyio
103-
# cloudflare
104-
# exceptiongroup
105-
# mypy
106-
# pydantic
107-
# pydantic-core
108-
# pyright
109-
# pytest-asyncio
110-
# typing-inspection
111-
typing-inspection==0.4.2
112-
# via pydantic
113-
zipp==3.23.0
114-
# via importlib-metadata
4+
annotated-types==0.7.0 ; extra != 'group-10-cloudflare-pydantic-v2' or extra != 'group-10-cloudflare-pydantic-v1'
5+
anyio==4.12.1 ; extra != 'group-10-cloudflare-pydantic-v2' or extra != 'group-10-cloudflare-pydantic-v1'
6+
backports-asyncio-runner==1.2.0 ; (python_full_version < '3.11' and extra != 'group-10-cloudflare-pydantic-v2') or (python_full_version < '3.11' and extra != 'group-10-cloudflare-pydantic-v1')
7+
certifi==2026.1.4 ; extra != 'group-10-cloudflare-pydantic-v2' or extra != 'group-10-cloudflare-pydantic-v1'
8+
colorama==0.4.6 ; extra != 'group-10-cloudflare-pydantic-v2' or extra != 'group-10-cloudflare-pydantic-v1'
9+
dirty-equals==0.11 ; extra != 'group-10-cloudflare-pydantic-v2' or extra != 'group-10-cloudflare-pydantic-v1'
10+
distro==1.9.0 ; extra != 'group-10-cloudflare-pydantic-v2' or extra != 'group-10-cloudflare-pydantic-v1'
11+
exceptiongroup==1.3.1 ; (python_full_version < '3.11' and extra != 'group-10-cloudflare-pydantic-v2') or (python_full_version < '3.11' and extra != 'group-10-cloudflare-pydantic-v1')
12+
execnet==2.1.2 ; extra != 'group-10-cloudflare-pydantic-v2' or extra != 'group-10-cloudflare-pydantic-v1'
13+
griffe==1.14.0 ; (python_full_version < '3.10' and extra != 'group-10-cloudflare-pydantic-v2') or (python_full_version < '3.10' and extra != 'group-10-cloudflare-pydantic-v1')
14+
griffe==1.15.0 ; (python_full_version >= '3.10' and extra != 'group-10-cloudflare-pydantic-v2') or (python_full_version >= '3.10' and extra != 'group-10-cloudflare-pydantic-v1')
15+
h11==0.16.0 ; extra != 'group-10-cloudflare-pydantic-v2' or extra != 'group-10-cloudflare-pydantic-v1'
16+
httpcore==1.0.9 ; extra != 'group-10-cloudflare-pydantic-v2' or extra != 'group-10-cloudflare-pydantic-v1'
17+
httpx==0.28.1 ; extra != 'group-10-cloudflare-pydantic-v2' or extra != 'group-10-cloudflare-pydantic-v1'
18+
idna==3.11 ; extra != 'group-10-cloudflare-pydantic-v2' or extra != 'group-10-cloudflare-pydantic-v1'
19+
importlib-metadata==8.7.1 ; extra != 'group-10-cloudflare-pydantic-v2' or extra != 'group-10-cloudflare-pydantic-v1'
20+
iniconfig==2.1.0 ; (python_full_version < '3.10' and extra != 'group-10-cloudflare-pydantic-v2') or (python_full_version < '3.10' and extra != 'group-10-cloudflare-pydantic-v1')
21+
iniconfig==2.3.0 ; (python_full_version >= '3.10' and extra != 'group-10-cloudflare-pydantic-v2') or (python_full_version >= '3.10' and extra != 'group-10-cloudflare-pydantic-v1')
22+
markdown-it-py==3.0.0 ; (python_full_version < '3.10' and extra != 'group-10-cloudflare-pydantic-v2') or (python_full_version < '3.10' and extra != 'group-10-cloudflare-pydantic-v1')
23+
markdown-it-py==4.0.0 ; (python_full_version >= '3.10' and extra != 'group-10-cloudflare-pydantic-v2') or (python_full_version >= '3.10' and extra != 'group-10-cloudflare-pydantic-v1')
24+
mdurl==0.1.2 ; extra != 'group-10-cloudflare-pydantic-v2' or extra != 'group-10-cloudflare-pydantic-v1'
25+
mypy==1.17.0 ; extra != 'group-10-cloudflare-pydantic-v2' or extra != 'group-10-cloudflare-pydantic-v1'
26+
mypy-extensions==1.1.0 ; extra != 'group-10-cloudflare-pydantic-v2' or extra != 'group-10-cloudflare-pydantic-v1'
27+
nodeenv==1.10.0 ; extra != 'group-10-cloudflare-pydantic-v2' or extra != 'group-10-cloudflare-pydantic-v1'
28+
packaging==25.0 ; extra != 'group-10-cloudflare-pydantic-v2' or extra != 'group-10-cloudflare-pydantic-v1'
29+
pathspec==1.0.3 ; extra != 'group-10-cloudflare-pydantic-v2' or extra != 'group-10-cloudflare-pydantic-v1'
30+
pluggy==1.6.0 ; extra != 'group-10-cloudflare-pydantic-v2' or extra != 'group-10-cloudflare-pydantic-v1'
31+
pydantic==1.10.26 ; extra != 'group-10-cloudflare-pydantic-v2' or extra != 'group-10-cloudflare-pydantic-v1'
32+
pydantic==2.12.5 ; extra != 'group-10-cloudflare-pydantic-v2' or extra != 'group-10-cloudflare-pydantic-v1'
33+
pydantic-core==2.41.5 ; extra != 'group-10-cloudflare-pydantic-v2' or extra != 'group-10-cloudflare-pydantic-v1'
34+
pygments==2.19.2 ; extra != 'group-10-cloudflare-pydantic-v2' or extra != 'group-10-cloudflare-pydantic-v1'
35+
pyright==1.1.399 ; extra != 'group-10-cloudflare-pydantic-v2' or extra != 'group-10-cloudflare-pydantic-v1'
36+
pytest==8.4.2 ; (python_full_version < '3.10' and extra != 'group-10-cloudflare-pydantic-v2') or (python_full_version < '3.10' and extra != 'group-10-cloudflare-pydantic-v1')
37+
pytest==9.0.2 ; (python_full_version >= '3.10' and extra != 'group-10-cloudflare-pydantic-v2') or (python_full_version >= '3.10' and extra != 'group-10-cloudflare-pydantic-v1')
38+
pytest-asyncio==1.2.0 ; (python_full_version < '3.10' and extra != 'group-10-cloudflare-pydantic-v2') or (python_full_version < '3.10' and extra != 'group-10-cloudflare-pydantic-v1')
39+
pytest-asyncio==1.3.0 ; (python_full_version >= '3.10' and extra != 'group-10-cloudflare-pydantic-v2') or (python_full_version >= '3.10' and extra != 'group-10-cloudflare-pydantic-v1')
40+
pytest-xdist==3.8.0 ; extra != 'group-10-cloudflare-pydantic-v2' or extra != 'group-10-cloudflare-pydantic-v1'
41+
python-dateutil==2.9.0.post0 ; (python_full_version < '3.10' and extra != 'group-10-cloudflare-pydantic-v2') or (python_full_version < '3.10' and extra != 'group-10-cloudflare-pydantic-v1')
42+
respx==0.22.0 ; extra != 'group-10-cloudflare-pydantic-v2' or extra != 'group-10-cloudflare-pydantic-v1'
43+
rich==14.2.0 ; extra != 'group-10-cloudflare-pydantic-v2' or extra != 'group-10-cloudflare-pydantic-v1'
44+
ruff==0.14.13 ; extra != 'group-10-cloudflare-pydantic-v2' or extra != 'group-10-cloudflare-pydantic-v1'
45+
six==1.17.0 ; (python_full_version < '3.10' and extra != 'group-10-cloudflare-pydantic-v2') or (python_full_version < '3.10' and extra != 'group-10-cloudflare-pydantic-v1')
46+
sniffio==1.3.1 ; extra != 'group-10-cloudflare-pydantic-v2' or extra != 'group-10-cloudflare-pydantic-v1'
47+
time-machine==2.19.0 ; (python_full_version < '3.10' and extra != 'group-10-cloudflare-pydantic-v2') or (python_full_version < '3.10' and extra != 'group-10-cloudflare-pydantic-v1')
48+
time-machine==3.2.0 ; (python_full_version >= '3.10' and extra != 'group-10-cloudflare-pydantic-v2') or (python_full_version >= '3.10' and extra != 'group-10-cloudflare-pydantic-v1')
49+
tomli==2.4.0 ; (python_full_version < '3.11' and extra != 'group-10-cloudflare-pydantic-v2') or (python_full_version < '3.11' and extra != 'group-10-cloudflare-pydantic-v1')
50+
typing-extensions==4.15.0 ; extra != 'group-10-cloudflare-pydantic-v2' or extra != 'group-10-cloudflare-pydantic-v1'
51+
typing-inspection==0.4.2 ; extra != 'group-10-cloudflare-pydantic-v2' or extra != 'group-10-cloudflare-pydantic-v1'
52+
zipp==3.23.0 ; extra != 'group-10-cloudflare-pydantic-v2' or extra != 'group-10-cloudflare-pydantic-v1'

scripts/mock

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)