Skip to content

Commit 5ad6267

Browse files
feat(api): api update
1 parent c3cf9ac commit 5ad6267

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.stats.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 1712
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-6a4a0d47e8ceab80534487c492d0dadf39a242ad7c586228e50cd19fe76488fc.yml
3-
openapi_spec_hash: 236c4734c35907f8f0a7c1f14eee05dd
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-791eb800114b7948f0318dea8be61dc407b6cd1d44fde3687767387718e9e548.yml
3+
openapi_spec_hash: fe1ba92fafb7fb5c2c6da2df8c296542
44
config_hash: 04c03b2581e7a04107a02c6ae53e4e03

src/cloudflare/resources/intel/whois.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def get(
6060
Get WHOIS Record
6161
6262
Args:
63-
account_id: Identifier
63+
account_id: Use to uniquely identify or reference the resource.
6464
6565
extra_headers: Send extra headers
6666
@@ -122,7 +122,7 @@ async def get(
122122
Get WHOIS Record
123123
124124
Args:
125-
account_id: Identifier
125+
account_id: Use to uniquely identify or reference the resource.
126126
127127
extra_headers: Send extra headers
128128

src/cloudflare/types/intel/whois_get_params.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99

1010
class WhoisGetParams(TypedDict, total=False):
1111
account_id: Required[str]
12-
"""Identifier"""
12+
"""Use to uniquely identify or reference the resource."""
1313

1414
domain: str

src/cloudflare/types/intel/whois_get_response.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99

1010

1111
class WhoisGetResponse(BaseModel):
12+
dnssec: bool
13+
1214
domain: str
1315

1416
extension: str
@@ -85,8 +87,6 @@ class WhoisGetResponse(BaseModel):
8587

8688
created_date_raw: Optional[str] = None
8789

88-
dnssec: Optional[bool] = None
89-
9090
expiration_date: Optional[datetime] = None
9191

9292
expiration_date_raw: Optional[str] = None

0 commit comments

Comments
 (0)