Skip to content

Commit 136c2e0

Browse files
feat(api): update via SDK Studio
1 parent 60a838c commit 136c2e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
configured_endpoints: 13
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/zeroentropy%2Fzeroentropy-4c160c0957e2b2fe9f95a75d7dcdf92e1d26318ebbc4ccc62d5d6beed6f5d24d.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/zeroentropy%2Fzeroentropy-f0123960b91403fc24d7f6af6c899a0273d6efa068eff58ea0730106a1268d92.yml

src/resources/queries.ts

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

126126
/**
127127
* The path of the document that this snippet comes from.

0 commit comments

Comments
 (0)