Skip to content

Commit a20be25

Browse files
feat(api): update via SDK Studio (#42)
1 parent 67be5c7 commit a20be25

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.stats.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
configured_endpoints: 46
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/contextual-ai%2Fsunrise-e20c18e11af76caf98794e68406fc556cf91d13e8e27a3b1d1909a4f8c2d3eb5.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/contextual-ai%2Fsunrise-9ab0280b104bf117a95934b45a46cbae3e498eef6c7e29935ce6d9f5c6cfe73c.yml

src/resources/agents/query.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ export namespace QueryCreateParams {
434434
* The value to be searched for in the field. In case of exists operator, it is not
435435
* needed.
436436
*/
437-
value?: string | (string & {}) | number | boolean | Array<unknown> | Array<string | number | boolean>;
437+
value?: string | (string & {}) | number | boolean | Array<string> | Array<string | number | boolean>;
438438
}
439439
}
440440

src/resources/datastores/documents.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ export namespace CompositeMetadataFilter {
153153
* The value to be searched for in the field. In case of exists operator, it is not
154154
* needed.
155155
*/
156-
value?: string | (string & {}) | number | boolean | Array<unknown> | Array<string | number | boolean>;
156+
value?: string | (string & {}) | number | boolean | Array<string> | Array<string | number | boolean>;
157157
}
158158
}
159159

0 commit comments

Comments
 (0)