Skip to content

Commit d68a8eb

Browse files
feat(api): manual updates
1 parent a9ac415 commit d68a8eb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 15
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/zeroentropy%2Fzeroentropy-6d4d2509d6d6d6f6cb90dcad9ddc75dc7562ff8ed3a055bee111921a83cb26d3.yml
3-
openapi_spec_hash: 9cf0d15c10c9061cebd0816868366d1d
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/zeroentropy%2Fzeroentropy-f06c49dfd4b38a4f9d5bcad56348156bbf641aa8b7968acfbf655ad6ceff2126.yml
3+
openapi_spec_hash: cac52dd65fbcb65ffa7a183e764b7f06
44
config_hash: a7dc8380ffa9d78eee964a96e0eb7b54

src/resources/queries.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ export namespace QueryTopSnippetsResponse {
181181
* The range of page indices spanned by this snippet, as a 2-tuple of integers.
182182
* Inclusive on the first page_index and exclusive on the second page_index.
183183
*/
184-
page_span: Array<unknown>;
184+
page_span: Array<number>;
185185

186186
/**
187187
* The path of the document that this snippet comes from.

0 commit comments

Comments
 (0)