File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -766,7 +766,13 @@ export class Grid {
766766
767767 static toFile = Uploads . toFile ;
768768
769+ /**
770+ * Interact with workbooks and their data
771+ */
769772 workbooks : API . Workbooks = new API . Workbooks ( this ) ;
773+ /**
774+ * Interact with workbooks and their data
775+ */
770776 beta : API . Beta = new API . Beta ( this ) ;
771777}
772778
Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ import { APIPromise } from '../core/api-promise';
55import { RequestOptions } from '../internal/request-options' ;
66import { path } from '../internal/utils/path' ;
77
8+ /**
9+ * Interact with workbooks and their data
10+ */
811export class Beta extends APIResource {
912 /**
1013 * Retrieve labels automatically detected for cells and ranges in the workbook.
Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ import { RequestOptions } from '../internal/request-options';
99import { multipartFormRequestOptions } from '../internal/uploads' ;
1010import { path } from '../internal/utils/path' ;
1111
12+ /**
13+ * Interact with workbooks and their data
14+ */
1215export class Workbooks extends APIResource {
1316 /**
1417 * List the workbooks linked to an account.
You can’t perform that action at this time.
0 commit comments