Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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)
"""