From 71f387cf366b6b804b52cc9ce03e3e15c48805f8 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 15:03:31 +0000 Subject: [PATCH] feat(api): api update (#2211) --- .stats.yml | 2 +- src/resources/zero-trust/devices/posture/posture.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.stats.yml b/.stats.yml index fe170af0b86..6f3a1184bba 100644 --- a/.stats.yml +++ b/.stats.yml @@ -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 diff --git a/src/resources/zero-trust/devices/posture/posture.ts b/src/resources/zero-trust/devices/posture/posture.ts index b10fadc25a5..9804b10b05f 100644 --- a/src/resources/zero-trust/devices/posture/posture.ts +++ b/src/resources/zero-trust/devices/posture/posture.ts @@ -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; @@ -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;