Skip to content

Commit

Permalink
feat(api): api update (#2238)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Dec 3, 2024
1 parent adc6f6b commit 84bc37c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configured_endpoints: 1448
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-c6de93f8f17d32aab783331839a3d62613deee459b821a7a76cb0f4e73a038ce.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-35321a10f9aec92aee5cd1982968d65ac8bddae6f8cdc422b8168d0d08b19c29.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ class OSVersionInput(BaseModel):
os_version_extra: Optional[str] = None
"""Additional version data.
For Mac or iOS, the Product Verison Extra. For Linux, the kernel release
For Mac or iOS, the Product Version Extra. For Linux, the kernel release
version. (Mac, iOS, and Linux only)
"""
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ class OSVersionInputParam(TypedDict, total=False):
os_version_extra: str
"""Additional version data.
For Mac or iOS, the Product Verison Extra. For Linux, the kernel release
For Mac or iOS, the Product Version Extra. For Linux, the kernel release
version. (Mac, iOS, and Linux only)
"""

0 comments on commit 84bc37c

Please sign in to comment.