Skip to content

Commit 6b156d9

Browse files
chore(api): update composite API spec
1 parent 2b3061a commit 6b156d9

117 files changed

Lines changed: 3006 additions & 5742 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
configured_endpoints: 2195
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-0ce49e6bb0d3819f135b9a567b661205fdf5df21cff157eab2b7abd7b5b50347.yml
3-
openapi_spec_hash: 512a5bb3a32860590c8949765605d65a
1+
configured_endpoints: 2184
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-a085fe9423a471ff6a541742d5f268cc73a5a641321c8a280eec22ad5745fa52.yml
3+
openapi_spec_hash: 8549e8a8242264b6668f327f37b307e6
44
config_hash: a476425ca18fdfc75a509dd60a1461b7

src/cloudflare/resources/billing/usage.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ def paygo(
6262
6363
When no query
6464
parameters are provided, returns usage for the current billing period. This
65-
endpoint is currently in beta and access is restricted to select accounts.
65+
endpoint is currently in alpha and access is restricted to select accounts.
66+
While in alpha, the endpoint may get breaking changes.
6667
6768
Args:
6869
account_id: Represents a Cloudflare resource identifier tag.
@@ -138,7 +139,8 @@ async def paygo(
138139
139140
When no query
140141
parameters are provided, returns usage for the current billing period. This
141-
endpoint is currently in beta and access is restricted to select accounts.
142+
endpoint is currently in alpha and access is restricted to select accounts.
143+
While in alpha, the endpoint may get breaking changes.
142144
143145
Args:
144146
account_id: Represents a Cloudflare resource identifier tag.

src/cloudflare/resources/email_security/api.md

Lines changed: 19 additions & 72 deletions
Large diffs are not rendered by default.

src/cloudflare/resources/email_security/investigate/__init__.py

Lines changed: 0 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

3-
from .raw import (
4-
RawResource,
5-
AsyncRawResource,
6-
RawResourceWithRawResponse,
7-
AsyncRawResourceWithRawResponse,
8-
RawResourceWithStreamingResponse,
9-
AsyncRawResourceWithStreamingResponse,
10-
)
113
from .move import (
124
MoveResource,
135
AsyncMoveResource,
@@ -16,14 +8,6 @@
168
MoveResourceWithStreamingResponse,
179
AsyncMoveResourceWithStreamingResponse,
1810
)
19-
from .trace import (
20-
TraceResource,
21-
AsyncTraceResource,
22-
TraceResourceWithRawResponse,
23-
AsyncTraceResourceWithRawResponse,
24-
TraceResourceWithStreamingResponse,
25-
AsyncTraceResourceWithStreamingResponse,
26-
)
2711
from .preview import (
2812
PreviewResource,
2913
AsyncPreviewResource,
@@ -40,22 +24,6 @@
4024
ReleaseResourceWithStreamingResponse,
4125
AsyncReleaseResourceWithStreamingResponse,
4226
)
43-
from .detections import (
44-
DetectionsResource,
45-
AsyncDetectionsResource,
46-
DetectionsResourceWithRawResponse,
47-
AsyncDetectionsResourceWithRawResponse,
48-
DetectionsResourceWithStreamingResponse,
49-
AsyncDetectionsResourceWithStreamingResponse,
50-
)
51-
from .reclassify import (
52-
ReclassifyResource,
53-
AsyncReclassifyResource,
54-
ReclassifyResourceWithRawResponse,
55-
AsyncReclassifyResourceWithRawResponse,
56-
ReclassifyResourceWithStreamingResponse,
57-
AsyncReclassifyResourceWithStreamingResponse,
58-
)
5927
from .investigate import (
6028
InvestigateResource,
6129
AsyncInvestigateResource,
@@ -66,42 +34,18 @@
6634
)
6735

6836
__all__ = [
69-
"DetectionsResource",
70-
"AsyncDetectionsResource",
71-
"DetectionsResourceWithRawResponse",
72-
"AsyncDetectionsResourceWithRawResponse",
73-
"DetectionsResourceWithStreamingResponse",
74-
"AsyncDetectionsResourceWithStreamingResponse",
7537
"PreviewResource",
7638
"AsyncPreviewResource",
7739
"PreviewResourceWithRawResponse",
7840
"AsyncPreviewResourceWithRawResponse",
7941
"PreviewResourceWithStreamingResponse",
8042
"AsyncPreviewResourceWithStreamingResponse",
81-
"RawResource",
82-
"AsyncRawResource",
83-
"RawResourceWithRawResponse",
84-
"AsyncRawResourceWithRawResponse",
85-
"RawResourceWithStreamingResponse",
86-
"AsyncRawResourceWithStreamingResponse",
87-
"TraceResource",
88-
"AsyncTraceResource",
89-
"TraceResourceWithRawResponse",
90-
"AsyncTraceResourceWithRawResponse",
91-
"TraceResourceWithStreamingResponse",
92-
"AsyncTraceResourceWithStreamingResponse",
9343
"MoveResource",
9444
"AsyncMoveResource",
9545
"MoveResourceWithRawResponse",
9646
"AsyncMoveResourceWithRawResponse",
9747
"MoveResourceWithStreamingResponse",
9848
"AsyncMoveResourceWithStreamingResponse",
99-
"ReclassifyResource",
100-
"AsyncReclassifyResource",
101-
"ReclassifyResourceWithRawResponse",
102-
"AsyncReclassifyResourceWithRawResponse",
103-
"ReclassifyResourceWithStreamingResponse",
104-
"AsyncReclassifyResourceWithStreamingResponse",
10549
"ReleaseResource",
10650
"AsyncReleaseResource",
10751
"ReleaseResourceWithRawResponse",

src/cloudflare/resources/email_security/investigate/detections.py

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

0 commit comments

Comments
 (0)