Skip to content

Commit 40d4c67

Browse files
feat(api): api update
1 parent d864e2d commit 40d4c67

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_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
44
config_hash: d3f4645d9a93970cbead53b83c49a2c4

src/resources/beta.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)