diff --git a/.stats.yml b/.stats.yml index 5b983c5e514..52aa5c1558e 100755 --- a/.stats.yml +++ b/.stats.yml @@ -1,2 +1,2 @@ configured_endpoints: 1332 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-3121d1e2a80e6a7aa4779339e60d437fadf22bb9c9f24c42a3af63bfc4a00567.yml +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-8f9611e6f8e2e8f49bdddb85c73bc371d1ee7c371d49f0fcac3dda2dc7e9d5c2.yml diff --git a/ai_gateway/log.go b/ai_gateway/log.go index 9d13dce72db..a29f51d2c0d 100755 --- a/ai_gateway/log.go +++ b/ai_gateway/log.go @@ -166,13 +166,11 @@ type LogListParamsDirection string const ( LogListParamsDirectionAsc LogListParamsDirection = "asc" LogListParamsDirectionDesc LogListParamsDirection = "desc" - LogListParamsDirectionAsc LogListParamsDirection = "ASC" - LogListParamsDirectionDesc LogListParamsDirection = "DESC" ) func (r LogListParamsDirection) IsKnown() bool { switch r { - case LogListParamsDirectionAsc, LogListParamsDirectionDesc, LogListParamsDirectionAsc, LogListParamsDirectionDesc: + case LogListParamsDirectionAsc, LogListParamsDirectionDesc: return true } return false