Skip to content

Commit 4e313b0

Browse files
chore(api): update composite API spec
1 parent e6d615a commit 4e313b0

2 files changed

Lines changed: 5 additions & 2 deletions

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: 2276
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-a6c352830d1270d0abb5bb983058ea21815e1bb7d2e163965335dcb0e706f057.yml
3-
openapi_spec_hash: 8971031a5a99754bad74cc2f51730e51
3+
openapi_spec_hash: f60cc2af36bbe305cda4bc0ad0617ff6
44
config_hash: 0148d517bb02129e9e259f11db3933eb

src/cloudflare/types/billing/usage_paygo_response.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

3-
from typing import List
3+
from typing import List, Optional
44
from datetime import datetime
55
from typing_extensions import TypeAlias
66

@@ -51,5 +51,8 @@ class UsagePaygoResponseItem(BaseModel):
5151
service_name: str = FieldInfo(alias="ServiceName")
5252
"""Identifies the Cloudflare service."""
5353

54+
service_family_name: Optional[str] = FieldInfo(alias="ServiceFamilyName", default=None)
55+
"""Identifies the product family for the Cloudflare service."""
56+
5457

5558
UsagePaygoResponse: TypeAlias = List[UsagePaygoResponseItem]

0 commit comments

Comments
 (0)