Skip to content

Commit

Permalink
feat(api): api update (#3695)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Dec 3, 2024
1 parent 0f72034 commit 3d87e0b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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
8 changes: 4 additions & 4 deletions zero_trust/deviceposture.go
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ type DeviceInput struct {
OSDistroName string `json:"os_distro_name"`
// Version of OS Distribution (linux only)
OSDistroRevision string `json:"os_distro_revision"`
// 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)
OSVersionExtra string `json:"os_version_extra"`
// overall
Expand Down Expand Up @@ -1092,7 +1092,7 @@ type DeviceInputParam struct {
OSDistroName param.Field[string] `json:"os_distro_name"`
// Version of OS Distribution (linux only)
OSDistroRevision param.Field[string] `json:"os_distro_revision"`
// 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)
OSVersionExtra param.Field[string] `json:"os_version_extra"`
// overall
Expand Down Expand Up @@ -1716,7 +1716,7 @@ type OSVersionInput struct {
OSDistroName string `json:"os_distro_name"`
// Version of OS Distribution (linux only)
OSDistroRevision string `json:"os_distro_revision"`
// 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)
OSVersionExtra string `json:"os_version_extra"`
JSON osVersionInputJSON `json:"-"`
Expand Down Expand Up @@ -1789,7 +1789,7 @@ type OSVersionInputParam struct {
OSDistroName param.Field[string] `json:"os_distro_name"`
// Version of OS Distribution (linux only)
OSDistroRevision param.Field[string] `json:"os_distro_revision"`
// 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)
OSVersionExtra param.Field[string] `json:"os_version_extra"`
}
Expand Down

0 comments on commit 3d87e0b

Please sign in to comment.