Skip to content

Commit

Permalink
feat(api): api update (#2211)
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 b1b7c87 commit 71f387c
Show file tree
Hide file tree
Showing 2 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
4 changes: 2 additions & 2 deletions src/resources/zero-trust/devices/posture/posture.ts
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@ export interface OSVersionInput {
os_distro_revision?: string;

/**
* Additional version data. For Mac or iOS, the Product Verison Extra. For Linux,
* Additional version data. For Mac or iOS, the Product Version Extra. For Linux,
* the kernel release version. (Mac, iOS, and Linux only)
*/
os_version_extra?: string;
Expand Down Expand Up @@ -806,7 +806,7 @@ export interface OSVersionInputParam {
os_distro_revision?: string;

/**
* Additional version data. For Mac or iOS, the Product Verison Extra. For Linux,
* Additional version data. For Mac or iOS, the Product Version Extra. For Linux,
* the kernel release version. (Mac, iOS, and Linux only)
*/
os_version_extra?: string;
Expand Down

0 comments on commit 71f387c

Please sign in to comment.