File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
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
Original file line number Diff line number Diff line change @@ -434,7 +434,7 @@ export namespace QueryCreateParams {
434
434
* The value to be searched for in the field. In case of exists operator, it is not
435
435
* needed.
436
436
*/
437
- value ?: string | ( string & { } ) | number | boolean | Array < unknown > | Array < string | number | boolean > ;
437
+ value ?: string | ( string & { } ) | number | boolean | Array < string > | Array < string | number | boolean > ;
438
438
}
439
439
}
440
440
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ export namespace CompositeMetadataFilter {
153
153
* The value to be searched for in the field. In case of exists operator, it is not
154
154
* needed.
155
155
*/
156
- value ?: string | ( string & { } ) | number | boolean | Array < unknown > | Array < string | number | boolean > ;
156
+ value ?: string | ( string & { } ) | number | boolean | Array < string > | Array < string | number | boolean > ;
157
157
}
158
158
}
159
159
You can’t perform that action at this time.
0 commit comments