Skip to content

Commit 78219af

Browse files
stainless-app[bot]stainless-bot
authored andcommittedDec 3, 2024·
feat(api): api update (#3695)
1 parent 8f604ac commit 78219af

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎.stats.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
configured_endpoints: 1448
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-c6de93f8f17d32aab783331839a3d62613deee459b821a7a76cb0f4e73a038ce.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-35321a10f9aec92aee5cd1982968d65ac8bddae6f8cdc422b8168d0d08b19c29.yml

‎zero_trust/deviceposture.go

+4-4
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ type DeviceInput struct {
377377
OSDistroName string `json:"os_distro_name"`
378378
// Version of OS Distribution (linux only)
379379
OSDistroRevision string `json:"os_distro_revision"`
380-
// Additional version data. For Mac or iOS, the Product Verison Extra. For Linux,
380+
// Additional version data. For Mac or iOS, the Product Version Extra. For Linux,
381381
// the kernel release version. (Mac, iOS, and Linux only)
382382
OSVersionExtra string `json:"os_version_extra"`
383383
// overall
@@ -1092,7 +1092,7 @@ type DeviceInputParam struct {
10921092
OSDistroName param.Field[string] `json:"os_distro_name"`
10931093
// Version of OS Distribution (linux only)
10941094
OSDistroRevision param.Field[string] `json:"os_distro_revision"`
1095-
// Additional version data. For Mac or iOS, the Product Verison Extra. For Linux,
1095+
// Additional version data. For Mac or iOS, the Product Version Extra. For Linux,
10961096
// the kernel release version. (Mac, iOS, and Linux only)
10971097
OSVersionExtra param.Field[string] `json:"os_version_extra"`
10981098
// overall
@@ -1716,7 +1716,7 @@ type OSVersionInput struct {
17161716
OSDistroName string `json:"os_distro_name"`
17171717
// Version of OS Distribution (linux only)
17181718
OSDistroRevision string `json:"os_distro_revision"`
1719-
// Additional version data. For Mac or iOS, the Product Verison Extra. For Linux,
1719+
// Additional version data. For Mac or iOS, the Product Version Extra. For Linux,
17201720
// the kernel release version. (Mac, iOS, and Linux only)
17211721
OSVersionExtra string `json:"os_version_extra"`
17221722
JSON osVersionInputJSON `json:"-"`
@@ -1789,7 +1789,7 @@ type OSVersionInputParam struct {
17891789
OSDistroName param.Field[string] `json:"os_distro_name"`
17901790
// Version of OS Distribution (linux only)
17911791
OSDistroRevision param.Field[string] `json:"os_distro_revision"`
1792-
// Additional version data. For Mac or iOS, the Product Verison Extra. For Linux,
1792+
// Additional version data. For Mac or iOS, the Product Version Extra. For Linux,
17931793
// the kernel release version. (Mac, iOS, and Linux only)
17941794
OSVersionExtra param.Field[string] `json:"os_version_extra"`
17951795
}

0 commit comments

Comments
 (0)
Please sign in to comment.