Skip to content

Commit a97ab5f

Browse files
feat(api): api update
1 parent 307e604 commit a97ab5f

3 files changed

Lines changed: 10 additions & 2 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-937ec398ff9d8219722378c542c3ffaf79b917fd833781ea5c6840b42620e6c8.yml
3-
openapi_spec_hash: 3ac84a2bff939ae296c2f4295d4e28e9
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/grid%2Fspreadsheet-api-1ab2fc3d8f3148930e93143508a6b0616f518304292780e73b6e617f2d9a8544.yml
3+
openapi_spec_hash: ae93f3385420957c590f188e8657dd31
44
config_hash: d3f4645d9a93970cbead53b83c49a2c4

src/resources/workbooks.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -788,6 +788,13 @@ export namespace WorkbookRenderChartParams {
788788
*/
789789
legendVisible?: 'false' | 'true' | null;
790790

791+
/**
792+
* Hex color code for the chart's background matte, e.g. '#FFFFFF' for white, if
793+
* not specified, the chart will have a transparent background. Note, this is
794+
* currently only supported for PNG images.
795+
*/
796+
matte?: string | null;
797+
791798
/**
792799
* Number format pattern used for formatting labels on the chart.
793800
*/

tests/api-resources/workbooks.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ describe('resource workbooks', () => {
9393
legend: '=D2:D142',
9494
legendLines: '=E2:E142',
9595
legendVisible: 'false',
96+
matte: '#FFFFFF',
9697
numberFormat: '#,##0.0',
9798
sortBy: 0,
9899
sortOrder: '',

0 commit comments

Comments
 (0)