Skip to content

Commit ff105bb

Browse files
feat(api): api update
1 parent 64f325e commit ff105bb

2 files changed

Lines changed: 2 additions & 5 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: 1807
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-cceb11607263dd002a801aa12787cb89f9335c93d6989a8d49afe1d6fefc72aa.yml
3-
openapi_spec_hash: d32766dd37de93c718371f5e249d69d9
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-d7c181df070807b064c4fd83521547a005978da855686bc75d298e5284a4a9d0.yml
3+
openapi_spec_hash: b31ec08e6175e6ad78a133598e57ee83
44
config_hash: 9f61e9f02b675e373b140471d52b670c

src/cloudflare/types/kv/namespace.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ class Namespace(BaseModel):
1414
title: str
1515
"""A human-readable string name for a Namespace."""
1616

17-
beta: Optional[bool] = None
18-
"""True if new beta namespace, with additional preview features."""
19-
2017
supports_url_encoding: Optional[bool] = None
2118
"""True if keys written on the URL will be URL-decoded before storing.
2219

0 commit comments

Comments
 (0)