@maxim_mazurok/gapi.client.sheets-v4 0.0.20230808 → 0.0.20230821

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 (3) hide show
  1. package/index.d.ts +14 -14
  2. package/package.json +1 -1
  3. package/tests.ts +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: 20230808
12
+ // Revision: 20230821
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -191,7 +191,7 @@ declare namespace gapi.client {
191
191
  DimensionRange;
192
192
  }
193
193
  interface BandedRange {
194
- /** The id of the banded range. */
194
+ /** The ID of the banded range. */
195
195
  bandedRangeId?:
196
196
  number;
197
197
  /**
@@ -411,7 +411,7 @@ declare namespace gapi.client {
411
411
  /** Color of the series data point. If empty, the series default is used. If color is also set, this field takes precedence. */
412
412
  colorStyle?:
413
413
  ColorStyle;
414
- /** Zero based index of the series data point. */
414
+ /** The zero-based index of the series data point. */
415
415
  index?:
416
416
  number;
417
417
  /**
@@ -600,7 +600,7 @@ declare namespace gapi.client {
600
600
  number;
601
601
  }
602
602
  interface BigQueryDataSourceSpec {
603
- /** The ID of a BigQuery enabled GCP project with a billing account attached. For any queries executed against the data source, the project is charged. */
603
+ /** The ID of a BigQuery enabled Google Cloud project with a billing account attached. For any queries executed against the data source, the project is charged. */
604
604
  projectId?:
605
605
  string;
606
606
  /** A BigQueryQuerySpec. */
@@ -641,7 +641,7 @@ declare namespace gapi.client {
641
641
  /** The condition of the rule. If the condition evaluates to true, the format is applied. */
642
642
  condition?:
643
643
  BooleanCondition;
644
- /** The format to apply. Conditional formatting can only apply a subset of formatting: bold, italic, strikethrough, foreground color & background color. */
644
+ /** The format to apply. Conditional formatting can only apply a subset of formatting: bold, italic, strikethrough, foreground color and, background color. */
645
645
  format?:
646
646
  CellFormat;
647
647
  }
@@ -1260,7 +1260,7 @@ declare namespace gapi.client {
1260
1260
  TimeOfDay;
1261
1261
  }
1262
1262
  interface DataSourceRefreshMonthlySchedule {
1263
- /** Days of the month to refresh. Only 1-28 are supported, mapping to the 1st to the 28th day. At lesat one day must be specified. */
1263
+ /** Days of the month to refresh. Only 1-28 are supported, mapping to the 1st to the 28th day. At least one day must be specified. */
1264
1264
  daysOfMonth?:
1265
1265
  number[];
1266
1266
  /** The start time of a time interval in which a data source refresh is scheduled. Only `hours` part is used. The time interval size defaults to that in the Sheets editor. */
@@ -1710,7 +1710,7 @@ declare namespace gapi.client {
1710
1710
  ColorStyle;
1711
1711
  }
1712
1712
  interface FilterSpec {
1713
- /** The column index. */
1713
+ /** The zero-based column index. */
1714
1714
  columnIndex?:
1715
1715
  number;
1716
1716
  /** Reference to a data source column. */
@@ -2197,7 +2197,7 @@ declare namespace gapi.client {
2197
2197
  string[];
2198
2198
  }
2199
2199
  interface PivotFilterSpec {
2200
- /** The column offset of the source range. */
2200
+ /** The zero-based column offset of the source range. */
2201
2201
  columnOffsetIndex?:
2202
2202
  number;
2203
2203
  /** The reference to the data source column. */
@@ -2397,7 +2397,7 @@ declare namespace gapi.client {
2397
2397
  GridRange[];
2398
2398
  /**
2399
2399
  * True if this protected range will show a warning when editing. Warning-based protection means that every user can edit data in the protected range, except editing will prompt a
2400
- * warning asking the user to confirm the edit. When writing: if this field is true, then editors is ignored. Additionally, if this field is changed from true to false and the
2400
+ * warning asking the user to confirm the edit. When writing: if this field is true, then editors are ignored. Additionally, if this field is changed from true to false and the
2401
2401
  * `editors` field is not set (nor included in the field mask), then the editors will be set to all the editors in the document.
2402
2402
  */
2403
2403
  warningOnly?:
@@ -2839,8 +2839,8 @@ declare namespace gapi.client {
2839
2839
  boolean;
2840
2840
  /**
2841
2841
  * The index of the sheet within the spreadsheet. When adding or updating sheet properties, if this field is excluded then the sheet is added or moved to the end of the sheet list.
2842
- * When updating sheet indices or inserting sheets, movement is considered in "before the move" indexes. For example, if there were 3 sheets (S1, S2, S3) in order to move S1 ahead of
2843
- * S2 the index would have to be set to 2. A sheet index update request is ignored if the requested index is identical to the sheets current index or if the requested new index is
2842
+ * When updating sheet indices or inserting sheets, movement is considered in "before the move" indexes. For example, if there were three sheets (S1, S2, S3) in order to move S1 ahead
2843
+ * of S2 the index would have to be set to 2. A sheet index update request is ignored if the requested index is identical to the sheets current index or if the requested new index is
2844
2844
  * equal to the current sheet index + 1.
2845
2845
  */
2846
2846
  index?:
@@ -2888,7 +2888,7 @@ declare namespace gapi.client {
2888
2888
  /** The background color of the slicer. If background_color is also set, this field takes precedence. */
2889
2889
  backgroundColorStyle?:
2890
2890
  ColorStyle;
2891
- /** The column index in the data table on which the filter is applied to. */
2891
+ /** The zero-based column index in the data table on which the filter is applied to. */
2892
2892
  columnIndex?:
2893
2893
  number;
2894
2894
  /** The data range of the slicer. */
@@ -3555,8 +3555,8 @@ declare namespace gapi.client {
3555
3555
  label?:
3556
3556
  string;
3557
3557
  /**
3558
- * The 0-based index of a data point within the series. If data_is_subtotal is true, the data point at this index is the subtotal. Otherwise, the subtotal appears after the data point
3559
- * with this index. A series can have multiple subtotals at arbitrary indices, but subtotals do not affect the indices of the data points. For example, if a series has three data
3558
+ * The zero-based index of a data point within the series. If data_is_subtotal is true, the data point at this index is the subtotal. Otherwise, the subtotal appears after the data
3559
+ * point with this index. A series can have multiple subtotals at arbitrary indices, but subtotals do not affect the indices of the data points. For example, if a series has three data
3560
3560
  * points, their indices will always be 0, 1, and 2, regardless of how many subtotals exist on the series or what data points they are associated with.
3561
3561
  */
3562
3562
  subtotalIndex?:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.sheets-v4",
3
- "version": "0.0.20230808",
3
+ "version": "0.0.20230821",
4
4
  "description": "TypeScript typings for Google Sheets API v4",
5
5
  "license": "MIT",
6
6
  "author": {
package/tests.ts CHANGED
@@ -3,7 +3,7 @@
3
3
  // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
4
4
  // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
5
5
 
6
- // Revision: 20230808
6
+ // Revision: 20230821
7
7
 
8
8
  gapi.load('client', async () => {
9
9
  /** now we can use gapi.client */