diff --git a/.stats.yml b/.stats.yml index ee7b008a..53de1033 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,2 +1,2 @@ configured_endpoints: 2 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/hyperspell%2Fhyperspell-7ff5aa8df478efbb456eaf85bd0509e79c857e5e2d9328d465316870c13b4ffe.yml +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/hyperspell%2Fhyperspell-de985d11041334568361f7cc095daa97f14f1808d7ce817b3186b1e9b912ac3c.yml diff --git a/src/resources/documents.ts b/src/resources/documents.ts index 81e9f227..677b8798 100644 --- a/src/resources/documents.ts +++ b/src/resources/documents.ts @@ -122,7 +122,7 @@ export namespace Document { /** * The final weighted score of the section */ - weighted?: number; + weighted?: number | null; } } } diff --git a/src/resources/query.ts b/src/resources/query.ts index 0da9a76d..ff2d8c97 100644 --- a/src/resources/query.ts +++ b/src/resources/query.ts @@ -124,7 +124,7 @@ export namespace QueryRetrieveResponse { /** * The final weighted score of the section */ - weighted?: number; + weighted?: number | null; } } }