Skip to content

Commit fae1b3c

Browse files
chore(api): update composite API spec
1 parent 6cd86a9 commit fae1b3c

2 files changed

Lines changed: 8 additions & 2 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: 2307
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare/cloudflare-30cc72a59aa7c6decd41d038b42249617e6713a08a4f375bb6f0e904d08c01f5.yml
3-
openapi_spec_hash: 57bb0cb8db5b803654160bc4451ea9be
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare/cloudflare-774615a3ce44b5eb565859bf51c5943af86fde77b7d12b7d796892d6203dc330.yml
3+
openapi_spec_hash: 0a8f757d1f412c1d81fb1ecf4bfba78b
44
config_hash: aed7aa51410f7a92236320eb8c9040f1

src/cloudflare/types/billing/usage_paygo_response.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,11 @@ class UsagePaygoResponseItem(BaseModel):
5454
service_family_name: Optional[str] = FieldInfo(alias="ServiceFamilyName", default=None)
5555
"""Identifies the product family for the Cloudflare service."""
5656

57+
zone_id: Optional[str] = FieldInfo(alias="ZoneId", default=None)
58+
"""The identifier for the Cloudflare zone (zone tag)."""
59+
60+
zone_name: Optional[str] = FieldInfo(alias="ZoneName", default=None)
61+
"""The display name of the Cloudflare zone."""
62+
5763

5864
UsagePaygoResponse: TypeAlias = List[UsagePaygoResponseItem]

0 commit comments

Comments
 (0)