File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11configured_endpoints : 10
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/grid%2Fspreadsheet-api-0fcb90c99dd94a67ced8221561ec4c57e241ce6184bc7f898fafc66fecddf323 .yml
3- openapi_spec_hash : 4b82d4e266214f222b25792079d5190e
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/grid%2Fspreadsheet-api-937ec398ff9d8219722378c542c3ffaf79b917fd833781ea5c6840b42620e6c8 .yml
3+ openapi_spec_hash : 3ac84a2bff939ae296c2f4295d4e28e9
44config_hash : d3f4645d9a93970cbead53b83c49a2c4
Original file line number Diff line number Diff line change @@ -162,6 +162,11 @@ export namespace BetaSearchLabelsResponse {
162162 */
163163 filename : string ;
164164
165+ /**
166+ * Array of labels within the workbook that match the search query
167+ */
168+ labels : Array < Result . Label > ;
169+
165170 /**
166171 * Most recent version number of the workbook
167172 */
@@ -177,8 +182,6 @@ export namespace BetaSearchLabelsResponse {
177182 */
178183 workbook_id : string ;
179184
180- labels ?: Array < Result . Label > ;
181-
182185 /**
183186 * Relevance ranking of the workbook in relation to the search results (higher is
184187 * better)
You can’t perform that action at this time.
0 commit comments