Skip to content

Commit 946f0d5

Browse files
chore(api): update composite API spec
1 parent 51918b0 commit 946f0d5

5 files changed

Lines changed: 13 additions & 8 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 2423
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare/cloudflare-1e3d519f0938f3b5ccf70cabbabbc045851bfbf40be34363b3c046e6bb372375.yml
3-
openapi_spec_hash: f271af28c3be171a87e60ad5c37ebb9b
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare/cloudflare-36492ae6e1fe94baaa66afde9a987edfc820b9706dcf6dff0621b7cd691e0d3f.yml
3+
openapi_spec_hash: ea9463418f2d733e60ea10080bdceee9
44
config_hash: 49ddc3264a325bcb6e3063c4adc8d37e

src/cloudflare/resources/pipelines/sinks.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ def delete(
183183
184184
sink_id: Specifies the publid ID of the sink.
185185
186-
force: Delete sink forcefully, including deleting any dependent pipelines.
186+
force: Deprecated: Delete sink forcefully, including deleting any dependent pipelines.
187187
188188
extra_headers: Send extra headers
189189
@@ -414,7 +414,7 @@ async def delete(
414414
415415
sink_id: Specifies the publid ID of the sink.
416416
417-
force: Delete sink forcefully, including deleting any dependent pipelines.
417+
force: Deprecated: Delete sink forcefully, including deleting any dependent pipelines.
418418
419419
extra_headers: Send extra headers
420420

src/cloudflare/resources/pipelines/streams.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,8 @@ def delete(
236236
237237
stream_id: Specifies the public ID of the stream.
238238
239-
force: Delete stream forcefully, including deleting any dependent pipelines.
239+
force: Deprecated: Delete stream forcefully, including deleting any dependent
240+
pipelines.
240241
241242
extra_headers: Send extra headers
242243
@@ -520,7 +521,8 @@ async def delete(
520521
521522
stream_id: Specifies the public ID of the stream.
522523
523-
force: Delete stream forcefully, including deleting any dependent pipelines.
524+
force: Deprecated: Delete stream forcefully, including deleting any dependent
525+
pipelines.
524526
525527
extra_headers: Send extra headers
526528

src/cloudflare/types/pipelines/sink_delete_params.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ class SinkDeleteParams(TypedDict, total=False):
1212
"""Specifies the public ID of the account."""
1313

1414
force: str
15-
"""Delete sink forcefully, including deleting any dependent pipelines."""
15+
"""Deprecated: Delete sink forcefully, including deleting any dependent pipelines."""

src/cloudflare/types/pipelines/stream_delete_params.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,7 @@ class StreamDeleteParams(TypedDict, total=False):
1212
"""Specifies the public ID of the account."""
1313

1414
force: str
15-
"""Delete stream forcefully, including deleting any dependent pipelines."""
15+
"""
16+
Deprecated: Delete stream forcefully, including deleting any dependent
17+
pipelines.
18+
"""

0 commit comments

Comments
 (0)