@maxim_mazurok/gapi.client.sheets-v4 0.0.20250506 → 0.0.20250513

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.d.ts +10 -2
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -9,7 +9,7 @@
9
9
  // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
10
10
  // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
11
11
  // Generated from: https://sheets.googleapis.com/$discovery/rest?version=v4
12
- // Revision: 20250506
12
+ // Revision: 20250513
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -108,6 +108,10 @@ declare namespace gapi.client {
108
108
  /** Required. The table to add. */
109
109
  table?: Table;
110
110
  }
111
+ interface AddTableResponse {
112
+ /** Output only. The table that was added. */
113
+ table?: Table;
114
+ }
111
115
  interface AppendCellsRequest {
112
116
  /** The fields of CellData that should be updated. At least one field must be specified. The root is the CellData; 'row.values.' should not be specified. A single `"*"` can be used as short-hand for listing every field. */
113
117
  fields?: string;
@@ -149,8 +153,10 @@ declare namespace gapi.client {
149
153
  dimensions?: DimensionRange;
150
154
  }
151
155
  interface BandedRange {
152
- /** The ID of the banded range. */
156
+ /** The ID of the banded range. If unset, refer to banded_range_reference. */
153
157
  bandedRangeId?: number;
158
+ /** Output only. The reference of the banded range, used to identify the ID that is not supported by the banded_range_id. */
159
+ bandedRangeReference?: string;
154
160
  /** Properties for column bands. These properties are applied on a column- by-column basis throughout all the columns in the range. At least one of row_properties or column_properties must be specified. */
155
161
  columnProperties?: BandingProperties;
156
162
  /** The range over which these properties are applied. */
@@ -1780,6 +1786,8 @@ declare namespace gapi.client {
1780
1786
  addSheet?: AddSheetResponse;
1781
1787
  /** A reply from adding a slicer. */
1782
1788
  addSlicer?: AddSlicerResponse;
1789
+ /** A reply from adding a table. */
1790
+ addTable?: AddTableResponse;
1783
1791
  /** A reply from cancelling data source object refreshes. */
1784
1792
  cancelDataSourceRefresh?: CancelDataSourceRefreshResponse;
1785
1793
  /** A reply from creating a developer metadata entry. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.sheets-v4",
3
- "version": "0.0.20250506",
3
+ "version": "0.0.20250513",
4
4
  "description": "TypeScript typings for Google Sheets API v4",
5
5
  "repository": {
6
6
  "type": "git",