Skip to content

Commit 4fc7703

Browse files
chore(api): update composite API spec
1 parent 106aa43 commit 4fc7703

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 2228
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-a6c352830d1270d0abb5bb983058ea21815e1bb7d2e163965335dcb0e706f057.yml
3-
openapi_spec_hash: 688a10f8bad37046ecc77a00e6e358c4
3+
openapi_spec_hash: af35fe9ff5829ddee2028232a1ffd265
44
config_hash: a0d2c4abe971a3caafcc4324d98d7106

src/cloudflare/types/zones/custom_nameserver_get_response.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ class ResultInfo(BaseModel):
4949
total_count: Optional[float] = None
5050
"""Total results available without any search parameters."""
5151

52+
total_pages: Optional[float] = None
53+
"""The number of total pages in the entire result set."""
54+
5255

5356
class CustomNameserverGetResponse(BaseModel):
5457
errors: List[Error]

0 commit comments

Comments
 (0)