@googleapis/sheets 0.3.0 → 2.0.1

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,54 @@
1
1
  # Changelog
2
2
 
3
+ ### [2.0.1](https://github.com/googleapis/google-api-nodejs-client/compare/sheets-v2.0.0...sheets-v2.0.1) (2022-03-23)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **sheets:** update the API ([abe90a4](https://github.com/googleapis/google-api-nodejs-client/commit/abe90a40a7742d1c11626d57e711a649ed529a76))
9
+
10
+ ## [2.0.0](https://www.github.com/googleapis/google-api-nodejs-client/compare/sheets-v1.0.0...sheets-v2.0.0) (2021-09-14)
11
+
12
+
13
+ ### ⚠ BREAKING CHANGES
14
+
15
+ * * fix(admin): update the API
16
+ * #### admin:directory_v1
17
+
18
+ ### Features
19
+
20
+ * **auth:** adds support workload identity federation ([#2517](https://www.github.com/googleapis/google-api-nodejs-client/issues/2517)) ([a10707c](https://www.github.com/googleapis/google-api-nodejs-client/commit/a10707c477759e7c9ef6360a2fe800856fb600c1))
21
+ * run the generator ([#2548](https://www.github.com/googleapis/google-api-nodejs-client/issues/2548)) ([339726b](https://www.github.com/googleapis/google-api-nodejs-client/commit/339726b5310e7ea5437e15642cb899c215127f8f))
22
+ * run the generator ([#2627](https://www.github.com/googleapis/google-api-nodejs-client/issues/2627)) ([475f6e8](https://www.github.com/googleapis/google-api-nodejs-client/commit/475f6e87bce7f2a95986d4c2859ff6104e841167))
23
+ * **sheets:** update the API ([d9b89cf](https://www.github.com/googleapis/google-api-nodejs-client/commit/d9b89cf8450175798e7b1b7347268c8bb4b30983))
24
+
25
+
26
+ ### Bug Fixes
27
+
28
+ * **deps:** update dependency googleapis-common to v5 ([#2497](https://www.github.com/googleapis/google-api-nodejs-client/issues/2497)) ([fec087a](https://www.github.com/googleapis/google-api-nodejs-client/commit/fec087abcf3d994dd41c3ffa0a0c12b1f9f09dae))
29
+ * **sheets:** update the API ([82a5676](https://www.github.com/googleapis/google-api-nodejs-client/commit/82a567683eb4ff2b1f91250682a12cb14bfcbb44))
30
+ * **sheets:** update the API ([b95d407](https://www.github.com/googleapis/google-api-nodejs-client/commit/b95d407da45ae76695839acf1a12fb98feaba213))
31
+ * **sheets:** update the API ([3c5cc08](https://www.github.com/googleapis/google-api-nodejs-client/commit/3c5cc08c6b44bafe000e607b9652873b42fbf262))
32
+ * upgrade webpack from 4 to 5 ([#2524](https://www.github.com/googleapis/google-api-nodejs-client/issues/2524)) ([ecfd8bf](https://www.github.com/googleapis/google-api-nodejs-client/commit/ecfd8bfcd06e1beabff7ec9a8c4000222379eb8d))
33
+
34
+ ## [1.0.0](https://www.github.com/googleapis/google-api-nodejs-client/compare/sheets-v0.3.1...sheets-v1.0.0) (2021-06-02)
35
+
36
+
37
+ ### ⚠ BREAKING CHANGES
38
+
39
+ * * fix(admin): update the API
40
+
41
+ ### Features
42
+
43
+ * run the generator ([#2627](https://www.github.com/googleapis/google-api-nodejs-client/issues/2627)) ([475f6e8](https://www.github.com/googleapis/google-api-nodejs-client/commit/475f6e87bce7f2a95986d4c2859ff6104e841167))
44
+
45
+ ### [0.3.1](https://www.github.com/googleapis/google-api-nodejs-client/compare/sheets-v0.3.0...sheets-v0.3.1) (2021-05-23)
46
+
47
+
48
+ ### Bug Fixes
49
+
50
+ * **sheets:** update the API ([b95d407](https://www.github.com/googleapis/google-api-nodejs-client/commit/b95d407da45ae76695839acf1a12fb98feaba213))
51
+
3
52
  ## [0.3.0](https://www.github.com/googleapis/google-api-nodejs-client/compare/sheets-v0.2.0...sheets-v0.3.0) (2021-04-07)
4
53
 
5
54
 
package/README.md CHANGED
@@ -15,10 +15,10 @@ All documentation and usage information can be found on [GitHub](https://github.
15
15
  Information on classes can be found in [Googleapis Documentation](https://googleapis.dev/nodejs/googleapis/latest/sheets/classes/Sheets.html).
16
16
 
17
17
  ## License
18
- This library is licensed under Apache 2.0. Full license text is available in [LICENSE](https://github.com/googleapis/google-api-nodejs-client/blob/master/LICENSE).
18
+ This library is licensed under Apache 2.0. Full license text is available in [LICENSE](https://github.com/googleapis/google-api-nodejs-client/blob/main/LICENSE).
19
19
 
20
20
  ## Contributing
21
- We love contributions! Before submitting a Pull Request, it's always good to start with a new issue first. To learn more, see [CONTRIBUTING](https://github.com/google/google-api-nodejs-client/blob/master/.github/CONTRIBUTING.md).
21
+ We love contributions! Before submitting a Pull Request, it's always good to start with a new issue first. To learn more, see [CONTRIBUTING](https://github.com/google/google-api-nodejs-client/blob/main/.github/CONTRIBUTING.md).
22
22
 
23
23
  ## Questions/problems?
24
24
  * Ask your development related questions on [StackOverflow](http://stackoverflow.com/questions/tagged/google-api-nodejs-client).
package/build/v4.d.ts CHANGED
@@ -422,7 +422,7 @@ export declare namespace sheets_v4 {
422
422
  */
423
423
  positiveColorStyle?: Schema$ColorStyle;
424
424
  /**
425
- * Text formatting options for baseline value.
425
+ * Text formatting options for baseline value. The link field is not supported.
426
426
  */
427
427
  textFormat?: Schema$TextFormat;
428
428
  }
@@ -431,7 +431,7 @@ export declare namespace sheets_v4 {
431
431
  */
432
432
  export interface Schema$BasicChartAxis {
433
433
  /**
434
- * The format of the title. Only valid if the axis is not associated with the domain.
434
+ * The format of the title. Only valid if the axis is not associated with the domain. The link field is not supported.
435
435
  */
436
436
  format?: Schema$TextFormat;
437
437
  /**
@@ -616,7 +616,7 @@ export declare namespace sheets_v4 {
616
616
  */
617
617
  export interface Schema$BatchClearValuesByDataFilterResponse {
618
618
  /**
619
- * The ranges that were cleared, in A1 notation. If the requests are for an unbounded range or a ranger larger than the bounds of the sheet, this is the actual ranges that were cleared, bounded to the sheet's limits.
619
+ * The ranges that were cleared, in [A1 notation](/sheets/api/guides/concepts#cell). If the requests are for an unbounded range or a ranger larger than the bounds of the sheet, this is the actual ranges that were cleared, bounded to the sheet's limits.
620
620
  */
621
621
  clearedRanges?: string[] | null;
622
622
  /**
@@ -629,7 +629,7 @@ export declare namespace sheets_v4 {
629
629
  */
630
630
  export interface Schema$BatchClearValuesRequest {
631
631
  /**
632
- * The ranges to clear, in A1 or R1C1 notation.
632
+ * The ranges to clear, in [A1 notation or R1C1 notation](/sheets/api/guides/concepts#cell).
633
633
  */
634
634
  ranges?: string[] | null;
635
635
  }
@@ -655,7 +655,7 @@ export declare namespace sheets_v4 {
655
655
  */
656
656
  dataFilters?: Schema$DataFilter[];
657
657
  /**
658
- * How dates, times, and durations should be represented in the output. This is ignored if value_render_option is FORMATTED_VALUE. The default dateTime render option is [DateTimeRenderOption.SERIAL_NUMBER].
658
+ * How dates, times, and durations should be represented in the output. This is ignored if value_render_option is FORMATTED_VALUE. The default dateTime render option is SERIAL_NUMBER.
659
659
  */
660
660
  dateTimeRenderOption?: string | null;
661
661
  /**
@@ -663,7 +663,7 @@ export declare namespace sheets_v4 {
663
663
  */
664
664
  majorDimension?: string | null;
665
665
  /**
666
- * How values should be represented in the output. The default render option is ValueRenderOption.FORMATTED_VALUE.
666
+ * How values should be represented in the output. The default render option is FORMATTED_VALUE.
667
667
  */
668
668
  valueRenderOption?: string | null;
669
669
  }
@@ -727,7 +727,7 @@ export declare namespace sheets_v4 {
727
727
  */
728
728
  spreadsheetId?: string | null;
729
729
  /**
730
- * The spreadsheet after updates were applied. This is only set if [BatchUpdateSpreadsheetRequest.include_spreadsheet_in_response] is `true`.
730
+ * The spreadsheet after updates were applied. This is only set if BatchUpdateSpreadsheetRequest.include_spreadsheet_in_response is `true`.
731
731
  */
732
732
  updatedSpreadsheet?: Schema$Spreadsheet;
733
733
  }
@@ -744,11 +744,11 @@ export declare namespace sheets_v4 {
744
744
  */
745
745
  includeValuesInResponse?: boolean | null;
746
746
  /**
747
- * Determines how dates, times, and durations in the response should be rendered. This is ignored if response_value_render_option is FORMATTED_VALUE. The default dateTime render option is DateTimeRenderOption.SERIAL_NUMBER.
747
+ * Determines how dates, times, and durations in the response should be rendered. This is ignored if response_value_render_option is FORMATTED_VALUE. The default dateTime render option is SERIAL_NUMBER.
748
748
  */
749
749
  responseDateTimeRenderOption?: string | null;
750
750
  /**
751
- * Determines how values in the response should be rendered. The default render option is ValueRenderOption.FORMATTED_VALUE.
751
+ * Determines how values in the response should be rendered. The default render option is FORMATTED_VALUE.
752
752
  */
753
753
  responseValueRenderOption?: string | null;
754
754
  /**
@@ -798,11 +798,11 @@ export declare namespace sheets_v4 {
798
798
  */
799
799
  includeValuesInResponse?: boolean | null;
800
800
  /**
801
- * Determines how dates, times, and durations in the response should be rendered. This is ignored if response_value_render_option is FORMATTED_VALUE. The default dateTime render option is DateTimeRenderOption.SERIAL_NUMBER.
801
+ * Determines how dates, times, and durations in the response should be rendered. This is ignored if response_value_render_option is FORMATTED_VALUE. The default dateTime render option is SERIAL_NUMBER.
802
802
  */
803
803
  responseDateTimeRenderOption?: string | null;
804
804
  /**
805
- * Determines how values in the response should be rendered. The default render option is ValueRenderOption.FORMATTED_VALUE.
805
+ * Determines how values in the response should be rendered. The default render option is FORMATTED_VALUE.
806
806
  */
807
807
  responseValueRenderOption?: string | null;
808
808
  /**
@@ -983,7 +983,7 @@ export declare namespace sheets_v4 {
983
983
  */
984
984
  bubbleSizes?: Schema$ChartData;
985
985
  /**
986
- * The format of the text inside the bubbles. Strikethrough and underline are not supported.
986
+ * The format of the text inside the bubbles. Strikethrough, underline, and link are not supported.
987
987
  */
988
988
  bubbleTextStyle?: Schema$TextFormat;
989
989
  /**
@@ -1064,7 +1064,7 @@ export declare namespace sheets_v4 {
1064
1064
  */
1065
1065
  export interface Schema$CellData {
1066
1066
  /**
1067
- * Output only. Information about a data source formula on the cell. The field is set if user_entered_value is a formula referencing some DATA_SOURCE sheet, e.g `=SUM(DataSheet!Column)`.
1067
+ * Output only. Information about a data source formula on the cell. The field is set if user_entered_value is a formula referencing some DATA_SOURCE sheet, e.g. `=SUM(DataSheet!Column)`.
1068
1068
  */
1069
1069
  dataSourceFormula?: Schema$DataSourceFormula;
1070
1070
  /**
@@ -1088,7 +1088,7 @@ export declare namespace sheets_v4 {
1088
1088
  */
1089
1089
  formattedValue?: string | null;
1090
1090
  /**
1091
- * A hyperlink this cell points to, if any. If the cell contains multiple hyperlinks, this field will be empty. This field is read-only. To set it, use a `=HYPERLINK` formula in the userEnteredValue.formulaValue field.
1091
+ * A hyperlink this cell points to, if any. If the cell contains multiple hyperlinks, this field will be empty. This field is read-only. To set it, use a `=HYPERLINK` formula in the userEnteredValue.formulaValue field. A cell-level link can also be set from the userEnteredFormat.textFormat field. Alternatively, set a hyperlink in the textFormatRun.format.link field that spans the entire cell.
1092
1092
  */
1093
1093
  hyperlink?: string | null;
1094
1094
  /**
@@ -1149,7 +1149,7 @@ export declare namespace sheets_v4 {
1149
1149
  */
1150
1150
  textDirection?: string | null;
1151
1151
  /**
1152
- * The format of the text in the cell (unless overridden by a format run).
1152
+ * The format of the text in the cell (unless overridden by a format run). Setting a cell-level link here will clear the cell's existing links. Setting the link field in a TextFormatRun will take precedence over the cell-level link.
1153
1153
  */
1154
1154
  textFormat?: Schema$TextFormat;
1155
1155
  /**
@@ -1337,7 +1337,7 @@ export declare namespace sheets_v4 {
1337
1337
  */
1338
1338
  subtitle?: string | null;
1339
1339
  /**
1340
- * The subtitle text format. Strikethrough and underline are not supported.
1340
+ * The subtitle text format. Strikethrough, underline, and link are not supported.
1341
1341
  */
1342
1342
  subtitleTextFormat?: Schema$TextFormat;
1343
1343
  /**
@@ -1349,7 +1349,7 @@ export declare namespace sheets_v4 {
1349
1349
  */
1350
1350
  title?: string | null;
1351
1351
  /**
1352
- * The title text format. Strikethrough and underline are not supported.
1352
+ * The title text format. Strikethrough, underline, and link are not supported.
1353
1353
  */
1354
1354
  titleTextFormat?: Schema$TextFormat;
1355
1355
  /**
@@ -1589,7 +1589,7 @@ export declare namespace sheets_v4 {
1589
1589
  */
1590
1590
  placement?: string | null;
1591
1591
  /**
1592
- * The text format used for the data label.
1592
+ * The text format used for the data label. The link field is not supported.
1593
1593
  */
1594
1594
  textFormat?: Schema$TextFormat;
1595
1595
  /**
@@ -2048,7 +2048,7 @@ export declare namespace sheets_v4 {
2048
2048
  */
2049
2049
  export interface Schema$DeleteSheetRequest {
2050
2050
  /**
2051
- * The ID of the sheet to delete. If the sheet is of SheetType.DATA_SOURCE type, the associated DataSource is also deleted.
2051
+ * The ID of the sheet to delete. If the sheet is of DATA_SOURCE type, the associated DataSource is also deleted.
2052
2052
  */
2053
2053
  sheetId?: number | null;
2054
2054
  }
@@ -2340,7 +2340,7 @@ export declare namespace sheets_v4 {
2340
2340
  */
2341
2341
  formulaValue?: string | null;
2342
2342
  /**
2343
- * Represents a double value. Note: Dates, Times and DateTimes are represented as doubles in "serial number" format.
2343
+ * Represents a double value. Note: Dates, Times and DateTimes are represented as doubles in SERIAL_NUMBER format.
2344
2344
  */
2345
2345
  numberValue?: number | null;
2346
2346
  /**
@@ -2601,7 +2601,7 @@ export declare namespace sheets_v4 {
2601
2601
  rowGroupControlAfter?: boolean | null;
2602
2602
  }
2603
2603
  /**
2604
- * A range on a sheet. All indexes are zero-based. Indexes are half open, i.e. the start index is inclusive and the end index is exclusive -- [start_index, end_index). Missing indexes indicate the range is unbounded on that side. For example, if `"Sheet1"` is sheet ID 0, then: `Sheet1!A1:A1 == sheet_id: 0, start_row_index: 0, end_row_index: 1, start_column_index: 0, end_column_index: 1` `Sheet1!A3:B4 == sheet_id: 0, start_row_index: 2, end_row_index: 4, start_column_index: 0, end_column_index: 2` `Sheet1!A:B == sheet_id: 0, start_column_index: 0, end_column_index: 2` `Sheet1!A5:B == sheet_id: 0, start_row_index: 4, start_column_index: 0, end_column_index: 2` `Sheet1 == sheet_id:0` The start index must always be less than or equal to the end index. If the start index equals the end index, then the range is empty. Empty ranges are typically not meaningful and are usually rendered in the UI as `#REF!`.
2604
+ * A range on a sheet. All indexes are zero-based. Indexes are half open, i.e. the start index is inclusive and the end index is exclusive -- [start_index, end_index). Missing indexes indicate the range is unbounded on that side. For example, if `"Sheet1"` is sheet ID 123456, then: `Sheet1!A1:A1 == sheet_id: 123456, start_row_index: 0, end_row_index: 1, start_column_index: 0, end_column_index: 1` `Sheet1!A3:B4 == sheet_id: 123456, start_row_index: 2, end_row_index: 4, start_column_index: 0, end_column_index: 2` `Sheet1!A:B == sheet_id: 123456, start_column_index: 0, end_column_index: 2` `Sheet1!A5:B == sheet_id: 123456, start_row_index: 4, start_column_index: 0, end_column_index: 2` `Sheet1 == sheet_id: 123456` The start index must always be less than or equal to the end index. If the start index equals the end index, then the range is empty. Empty ranges are typically not meaningful and are usually rendered in the UI as `#REF!`.
2605
2605
  */
2606
2606
  export interface Schema$GridRange {
2607
2607
  /**
@@ -2766,7 +2766,7 @@ export declare namespace sheets_v4 {
2766
2766
  */
2767
2767
  position?: Schema$TextPosition;
2768
2768
  /**
2769
- * Text formatting options for key value.
2769
+ * Text formatting options for key value. The link field is not supported.
2770
2770
  */
2771
2771
  textFormat?: Schema$TextFormat;
2772
2772
  }
@@ -3955,7 +3955,7 @@ export declare namespace sheets_v4 {
3955
3955
  */
3956
3956
  horizontalAlignment?: string | null;
3957
3957
  /**
3958
- * The text format of title in the slicer.
3958
+ * The text format of title in the slicer. The link field is not supported.
3959
3959
  */
3960
3960
  textFormat?: Schema$TextFormat;
3961
3961
  /**
@@ -4138,7 +4138,7 @@ export declare namespace sheets_v4 {
4138
4138
  */
4139
4139
  italic?: boolean | null;
4140
4140
  /**
4141
- * The link destination of the text, if any. Setting a link in a format run will clear an existing cell-level link. When a link is set, the text foreground color will be set to the default link color and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults.
4141
+ * The link destination of the text, if any. Setting the link field in a TextFormatRun will clear the cell's existing links or a cell-level link set in the same request. When a link is set, the text foreground color will be set to the default link color and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults.
4142
4142
  */
4143
4143
  link?: Schema$Link;
4144
4144
  /**
@@ -4326,7 +4326,7 @@ export declare namespace sheets_v4 {
4326
4326
  */
4327
4327
  sizeData?: Schema$ChartData;
4328
4328
  /**
4329
- * The text format for all labels on the chart.
4329
+ * The text format for all labels on the chart. The link field is not supported.
4330
4330
  */
4331
4331
  textFormat?: Schema$TextFormat;
4332
4332
  }
@@ -4711,7 +4711,7 @@ export declare namespace sheets_v4 {
4711
4711
  */
4712
4712
  updatedData?: Schema$ValueRange;
4713
4713
  /**
4714
- * The range (in A1 notation) that updates were applied to.
4714
+ * The range (in [A1 notation](/sheets/api/guides/concepts#cell)) that updates were applied to.
4715
4715
  */
4716
4716
  updatedRange?: string | null;
4717
4717
  /**
@@ -4757,7 +4757,7 @@ export declare namespace sheets_v4 {
4757
4757
  */
4758
4758
  majorDimension?: string | null;
4759
4759
  /**
4760
- * The range the values cover, in A1 notation. For output, this range indicates the entire requested range, even though the values will exclude trailing rows and columns. When appending values, this field represents the range to search for a table, after which values will be appended.
4760
+ * The range the values cover, in [A1 notation](/sheets/api/guides/concepts#cell). For output, this range indicates the entire requested range, even though the values will exclude trailing rows and columns. When appending values, this field represents the range to search for a table, after which values will be appended.
4761
4761
  */
4762
4762
  range?: string | null;
4763
4763
  /**
@@ -5519,11 +5519,11 @@ export declare namespace sheets_v4 {
5519
5519
  * includeValuesInResponse: 'placeholder-value',
5520
5520
  * // How the input data should be inserted.
5521
5521
  * insertDataOption: 'placeholder-value',
5522
- * // The A1 notation of a range to search for a logical table of data. Values are appended after the last row of the table.
5522
+ * // The [A1 notation](/sheets/api/guides/concepts#cell) of a range to search for a logical table of data. Values are appended after the last row of the table.
5523
5523
  * range: 'placeholder-value',
5524
- * // Determines how dates, times, and durations in the response should be rendered. This is ignored if response_value_render_option is FORMATTED_VALUE. The default dateTime render option is [DateTimeRenderOption.SERIAL_NUMBER].
5524
+ * // Determines how dates, times, and durations in the response should be rendered. This is ignored if response_value_render_option is FORMATTED_VALUE. The default dateTime render option is SERIAL_NUMBER.
5525
5525
  * responseDateTimeRenderOption: 'placeholder-value',
5526
- * // Determines how values in the response should be rendered. The default render option is ValueRenderOption.FORMATTED_VALUE.
5526
+ * // Determines how values in the response should be rendered. The default render option is FORMATTED_VALUE.
5527
5527
  * responseValueRenderOption: 'placeholder-value',
5528
5528
  * // The ID of the spreadsheet to update.
5529
5529
  * spreadsheetId: 'placeholder-value',
@@ -5569,7 +5569,7 @@ export declare namespace sheets_v4 {
5569
5569
  append(params: Params$Resource$Spreadsheets$Values$Append, callback: BodyResponseCallback<Schema$AppendValuesResponse>): void;
5570
5570
  append(callback: BodyResponseCallback<Schema$AppendValuesResponse>): void;
5571
5571
  /**
5572
- * Clears one or more ranges of values from a spreadsheet. The caller must specify the spreadsheet ID and one or more ranges. Only values are cleared -- all other properties of the cell (such as formatting, data validation, etc..) are kept.
5572
+ * Clears one or more ranges of values from a spreadsheet. The caller must specify the spreadsheet ID and one or more ranges. Only values are cleared -- all other properties of the cell (such as formatting and data validation) are kept.
5573
5573
  * @example
5574
5574
  * ```js
5575
5575
  * // Before running the sample:
@@ -5739,11 +5739,11 @@ export declare namespace sheets_v4 {
5739
5739
  *
5740
5740
  * // Do the magic
5741
5741
  * const res = await sheets.spreadsheets.values.batchGet({
5742
- * // How dates, times, and durations should be represented in the output. This is ignored if value_render_option is FORMATTED_VALUE. The default dateTime render option is [DateTimeRenderOption.SERIAL_NUMBER].
5742
+ * // How dates, times, and durations should be represented in the output. This is ignored if value_render_option is FORMATTED_VALUE. The default dateTime render option is SERIAL_NUMBER.
5743
5743
  * dateTimeRenderOption: 'placeholder-value',
5744
- * // The major dimension that results should use. For example, if the spreadsheet data is: `A1=1,B1=2,A2=3,B2=4`, then requesting `range=A1:B2,majorDimension=ROWS` returns `[[1,2],[3,4]]`, whereas requesting `range=A1:B2,majorDimension=COLUMNS` returns `[[1,3],[2,4]]`.
5744
+ * // The major dimension that results should use. For example, if the spreadsheet data is: `A1=1,B1=2,A2=3,B2=4`, then requesting `ranges=["A1:B2"],majorDimension=ROWS` returns `[[1,2],[3,4]]`, whereas requesting `ranges=["A1:B2"],majorDimension=COLUMNS` returns `[[1,3],[2,4]]`.
5745
5745
  * majorDimension: 'placeholder-value',
5746
- * // The A1 notation or R1C1 notation of the range to retrieve values from.
5746
+ * // The [A1 notation or R1C1 notation](/sheets/api/guides/concepts#cell) of the range to retrieve values from.
5747
5747
  * ranges: 'placeholder-value',
5748
5748
  * // The ID of the spreadsheet to retrieve data from.
5749
5749
  * spreadsheetId: 'placeholder-value',
@@ -6034,7 +6034,7 @@ export declare namespace sheets_v4 {
6034
6034
  *
6035
6035
  * // Do the magic
6036
6036
  * const res = await sheets.spreadsheets.values.clear({
6037
- * // The A1 notation or R1C1 notation of the values to clear.
6037
+ * // The [A1 notation or R1C1 notation](/sheets/api/guides/concepts#cell) of the values to clear.
6038
6038
  * range: 'placeholder-value',
6039
6039
  * // The ID of the spreadsheet to update.
6040
6040
  * spreadsheetId: 'placeholder-value',
@@ -6105,15 +6105,15 @@ export declare namespace sheets_v4 {
6105
6105
  *
6106
6106
  * // Do the magic
6107
6107
  * const res = await sheets.spreadsheets.values.get({
6108
- * // How dates, times, and durations should be represented in the output. This is ignored if value_render_option is FORMATTED_VALUE. The default dateTime render option is [DateTimeRenderOption.SERIAL_NUMBER].
6108
+ * // How dates, times, and durations should be represented in the output. This is ignored if value_render_option is FORMATTED_VALUE. The default dateTime render option is SERIAL_NUMBER.
6109
6109
  * dateTimeRenderOption: 'placeholder-value',
6110
6110
  * // The major dimension that results should use. For example, if the spreadsheet data is: `A1=1,B1=2,A2=3,B2=4`, then requesting `range=A1:B2,majorDimension=ROWS` returns `[[1,2],[3,4]]`, whereas requesting `range=A1:B2,majorDimension=COLUMNS` returns `[[1,3],[2,4]]`.
6111
6111
  * majorDimension: 'placeholder-value',
6112
- * // The A1 notation or R1C1 notation of the range to retrieve values from.
6112
+ * // The [A1 notation or R1C1 notation](/sheets/api/guides/concepts#cell) of the range to retrieve values from.
6113
6113
  * range: 'placeholder-value',
6114
6114
  * // The ID of the spreadsheet to retrieve data from.
6115
6115
  * spreadsheetId: 'placeholder-value',
6116
- * // How values should be represented in the output. The default render option is ValueRenderOption.FORMATTED_VALUE.
6116
+ * // How values should be represented in the output. The default render option is FORMATTED_VALUE.
6117
6117
  * valueRenderOption: 'placeholder-value',
6118
6118
  * });
6119
6119
  * console.log(res.data);
@@ -6177,11 +6177,11 @@ export declare namespace sheets_v4 {
6177
6177
  * const res = await sheets.spreadsheets.values.update({
6178
6178
  * // Determines if the update response should include the values of the cells that were updated. By default, responses do not include the updated values. If the range to write was larger than the range actually written, the response includes all values in the requested range (excluding trailing empty rows and columns).
6179
6179
  * includeValuesInResponse: 'placeholder-value',
6180
- * // The A1 notation of the values to update.
6180
+ * // The [A1 notation](/sheets/api/guides/concepts#cell) of the values to update.
6181
6181
  * range: 'placeholder-value',
6182
- * // Determines how dates, times, and durations in the response should be rendered. This is ignored if response_value_render_option is FORMATTED_VALUE. The default dateTime render option is DateTimeRenderOption.SERIAL_NUMBER.
6182
+ * // Determines how dates, times, and durations in the response should be rendered. This is ignored if response_value_render_option is FORMATTED_VALUE. The default dateTime render option is SERIAL_NUMBER.
6183
6183
  * responseDateTimeRenderOption: 'placeholder-value',
6184
- * // Determines how values in the response should be rendered. The default render option is ValueRenderOption.FORMATTED_VALUE.
6184
+ * // Determines how values in the response should be rendered. The default render option is FORMATTED_VALUE.
6185
6185
  * responseValueRenderOption: 'placeholder-value',
6186
6186
  * // The ID of the spreadsheet to update.
6187
6187
  * spreadsheetId: 'placeholder-value',
@@ -6240,15 +6240,15 @@ export declare namespace sheets_v4 {
6240
6240
  */
6241
6241
  insertDataOption?: string;
6242
6242
  /**
6243
- * The A1 notation of a range to search for a logical table of data. Values are appended after the last row of the table.
6243
+ * The [A1 notation](/sheets/api/guides/concepts#cell) of a range to search for a logical table of data. Values are appended after the last row of the table.
6244
6244
  */
6245
6245
  range?: string;
6246
6246
  /**
6247
- * Determines how dates, times, and durations in the response should be rendered. This is ignored if response_value_render_option is FORMATTED_VALUE. The default dateTime render option is [DateTimeRenderOption.SERIAL_NUMBER].
6247
+ * Determines how dates, times, and durations in the response should be rendered. This is ignored if response_value_render_option is FORMATTED_VALUE. The default dateTime render option is SERIAL_NUMBER.
6248
6248
  */
6249
6249
  responseDateTimeRenderOption?: string;
6250
6250
  /**
6251
- * Determines how values in the response should be rendered. The default render option is ValueRenderOption.FORMATTED_VALUE.
6251
+ * Determines how values in the response should be rendered. The default render option is FORMATTED_VALUE.
6252
6252
  */
6253
6253
  responseValueRenderOption?: string;
6254
6254
  /**
@@ -6286,15 +6286,15 @@ export declare namespace sheets_v4 {
6286
6286
  }
6287
6287
  export interface Params$Resource$Spreadsheets$Values$Batchget extends StandardParameters {
6288
6288
  /**
6289
- * How dates, times, and durations should be represented in the output. This is ignored if value_render_option is FORMATTED_VALUE. The default dateTime render option is [DateTimeRenderOption.SERIAL_NUMBER].
6289
+ * How dates, times, and durations should be represented in the output. This is ignored if value_render_option is FORMATTED_VALUE. The default dateTime render option is SERIAL_NUMBER.
6290
6290
  */
6291
6291
  dateTimeRenderOption?: string;
6292
6292
  /**
6293
- * The major dimension that results should use. For example, if the spreadsheet data is: `A1=1,B1=2,A2=3,B2=4`, then requesting `range=A1:B2,majorDimension=ROWS` returns `[[1,2],[3,4]]`, whereas requesting `range=A1:B2,majorDimension=COLUMNS` returns `[[1,3],[2,4]]`.
6293
+ * The major dimension that results should use. For example, if the spreadsheet data is: `A1=1,B1=2,A2=3,B2=4`, then requesting `ranges=["A1:B2"],majorDimension=ROWS` returns `[[1,2],[3,4]]`, whereas requesting `ranges=["A1:B2"],majorDimension=COLUMNS` returns `[[1,3],[2,4]]`.
6294
6294
  */
6295
6295
  majorDimension?: string;
6296
6296
  /**
6297
- * The A1 notation or R1C1 notation of the range to retrieve values from.
6297
+ * The [A1 notation or R1C1 notation](/sheets/api/guides/concepts#cell) of the range to retrieve values from.
6298
6298
  */
6299
6299
  ranges?: string[];
6300
6300
  /**
@@ -6338,7 +6338,7 @@ export declare namespace sheets_v4 {
6338
6338
  }
6339
6339
  export interface Params$Resource$Spreadsheets$Values$Clear extends StandardParameters {
6340
6340
  /**
6341
- * The A1 notation or R1C1 notation of the values to clear.
6341
+ * The [A1 notation or R1C1 notation](/sheets/api/guides/concepts#cell) of the values to clear.
6342
6342
  */
6343
6343
  range?: string;
6344
6344
  /**
@@ -6352,7 +6352,7 @@ export declare namespace sheets_v4 {
6352
6352
  }
6353
6353
  export interface Params$Resource$Spreadsheets$Values$Get extends StandardParameters {
6354
6354
  /**
6355
- * How dates, times, and durations should be represented in the output. This is ignored if value_render_option is FORMATTED_VALUE. The default dateTime render option is [DateTimeRenderOption.SERIAL_NUMBER].
6355
+ * How dates, times, and durations should be represented in the output. This is ignored if value_render_option is FORMATTED_VALUE. The default dateTime render option is SERIAL_NUMBER.
6356
6356
  */
6357
6357
  dateTimeRenderOption?: string;
6358
6358
  /**
@@ -6360,7 +6360,7 @@ export declare namespace sheets_v4 {
6360
6360
  */
6361
6361
  majorDimension?: string;
6362
6362
  /**
6363
- * The A1 notation or R1C1 notation of the range to retrieve values from.
6363
+ * The [A1 notation or R1C1 notation](/sheets/api/guides/concepts#cell) of the range to retrieve values from.
6364
6364
  */
6365
6365
  range?: string;
6366
6366
  /**
@@ -6368,7 +6368,7 @@ export declare namespace sheets_v4 {
6368
6368
  */
6369
6369
  spreadsheetId?: string;
6370
6370
  /**
6371
- * How values should be represented in the output. The default render option is ValueRenderOption.FORMATTED_VALUE.
6371
+ * How values should be represented in the output. The default render option is FORMATTED_VALUE.
6372
6372
  */
6373
6373
  valueRenderOption?: string;
6374
6374
  }
@@ -6378,15 +6378,15 @@ export declare namespace sheets_v4 {
6378
6378
  */
6379
6379
  includeValuesInResponse?: boolean;
6380
6380
  /**
6381
- * The A1 notation of the values to update.
6381
+ * The [A1 notation](/sheets/api/guides/concepts#cell) of the values to update.
6382
6382
  */
6383
6383
  range?: string;
6384
6384
  /**
6385
- * Determines how dates, times, and durations in the response should be rendered. This is ignored if response_value_render_option is FORMATTED_VALUE. The default dateTime render option is DateTimeRenderOption.SERIAL_NUMBER.
6385
+ * Determines how dates, times, and durations in the response should be rendered. This is ignored if response_value_render_option is FORMATTED_VALUE. The default dateTime render option is SERIAL_NUMBER.
6386
6386
  */
6387
6387
  responseDateTimeRenderOption?: string;
6388
6388
  /**
6389
- * Determines how values in the response should be rendered. The default render option is ValueRenderOption.FORMATTED_VALUE.
6389
+ * Determines how values in the response should be rendered. The default render option is FORMATTED_VALUE.
6390
6390
  */
6391
6391
  responseValueRenderOption?: string;
6392
6392
  /**
package/build/v4.js CHANGED
@@ -354,7 +354,8 @@ var sheets_v4;
354
354
  let options = (optionsOrCallback || {});
355
355
  if (typeof paramsOrCallback === 'function') {
356
356
  callback = paramsOrCallback;
357
- params = {};
357
+ params =
358
+ {};
358
359
  options = {};
359
360
  }
360
361
  if (typeof optionsOrCallback === 'function') {
@@ -480,7 +481,8 @@ var sheets_v4;
480
481
  let options = (optionsOrCallback || {});
481
482
  if (typeof paramsOrCallback === 'function') {
482
483
  callback = paramsOrCallback;
483
- params = {};
484
+ params =
485
+ {};
484
486
  options = {};
485
487
  }
486
488
  if (typeof optionsOrCallback === 'function') {
package/build/v4.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"v4.js","sourceRoot":"","sources":["../v4.ts"],"names":[],"mappings":";AAAA,4BAA4B;AAC5B,kEAAkE;AAClE,mEAAmE;AACnE,0CAA0C;AAC1C,EAAE;AACF,gDAAgD;AAChD,EAAE;AACF,sEAAsE;AACtE,oEAAoE;AACpE,2EAA2E;AAC3E,sEAAsE;AACtE,iCAAiC;;AAEjC,uDAAuD;AACvD,yDAAyD;AACzD,sDAAsD;AACtD,0DAA0D;AAC1D,oDAAoD;AACpD,4CAA4C;AAE5C,yDAe2B;AAG3B,IAAiB,SAAS,CA4lPzB;AA5lPD,WAAiB,SAAS;IAgExB;;;;;;;;;;OAUG;IACH,MAAa,MAAM;QAIjB,YAAY,OAAsB,EAAE,MAA2B;YAC7D,IAAI,CAAC,OAAO,GAAG;gBACb,QAAQ,EAAE,OAAO,IAAI,EAAE;gBACvB,MAAM;aACP,CAAC;YAEF,IAAI,CAAC,YAAY,GAAG,IAAI,qBAAqB,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC9D,CAAC;KACF;IAZY,gBAAM,SAYlB,CAAA;IAmsJD,MAAa,qBAAqB;QAKhC,YAAY,OAA0B;YACpC,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;YACvB,IAAI,CAAC,iBAAiB,GAAG,IAAI,uCAAuC,CAClE,IAAI,CAAC,OAAO,CACb,CAAC;YACF,IAAI,CAAC,MAAM,GAAG,IAAI,4BAA4B,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;YAC7D,IAAI,CAAC,MAAM,GAAG,IAAI,4BAA4B,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC/D,CAAC;QAgGD,WAAW,CACT,gBAGkC,EAClC,iBAIkC,EAClC,QAEkC;YAKlC,IAAI,MAAM,GAAG,CAAC,gBAAgB;gBAC5B,EAAE,CAA6C,CAAC;YAClD,IAAI,OAAO,GAAG,CAAC,iBAAiB,IAAI,EAAE,CAAkB,CAAC;YAEzD,IAAI,OAAO,gBAAgB,KAAK,UAAU,EAAE;gBAC1C,QAAQ,GAAG,gBAAgB,CAAC;gBAC5B,MAAM,GAAG,EAA8C,CAAC;gBACxD,OAAO,GAAG,EAAE,CAAC;aACd;YAED,IAAI,OAAO,iBAAiB,KAAK,UAAU,EAAE;gBAC3C,QAAQ,GAAG,iBAAiB,CAAC;gBAC7B,OAAO,GAAG,EAAE,CAAC;aACd;YAED,MAAM,OAAO,GAAG,OAAO,CAAC,OAAO,IAAI,gCAAgC,CAAC;YACpE,MAAM,UAAU,GAAG;gBACjB,OAAO,EAAE,MAAM,CAAC,MAAM,CACpB;oBACE,GAAG,EAAE,CACH,OAAO,GAAG,8CAA8C,CACzD,CAAC,OAAO,CAAC,cAAc,EAAE,IAAI,CAAC;oBAC/B,MAAM,EAAE,MAAM;iBACf,EACD,OAAO,CACR;gBACD,MAAM;gBACN,cAAc,EAAE,CAAC,eAAe,CAAC;gBACjC,UAAU,EAAE,CAAC,eAAe,CAAC;gBAC7B,OAAO,EAAE,IAAI,CAAC,OAAO;aACtB,CAAC;YACF,IAAI,QAAQ,EAAE;gBACZ,oCAAgB,CACd,UAAU,EACV,QAAyC,CAC1C,CAAC;aACH;iBAAM;gBACL,OAAO,oCAAgB,CACrB,UAAU,CACX,CAAC;aACH;QACH,CAAC;QAkGD,MAAM,CACJ,gBAGkC,EAClC,iBAIkC,EAClC,QAEkC;YAElC,IAAI,MAAM,GAAG,CAAC,gBAAgB;gBAC5B,EAAE,CAAwC,CAAC;YAC7C,IAAI,OAAO,GAAG,CAAC,iBAAiB,IAAI,EAAE,CAAkB,CAAC;YAEzD,IAAI,OAAO,gBAAgB,KAAK,UAAU,EAAE;gBAC1C,QAAQ,GAAG,gBAAgB,CAAC;gBAC5B,MAAM,GAAG,EAAyC,CAAC;gBACnD,OAAO,GAAG,EAAE,CAAC;aACd;YAED,IAAI,OAAO,iBAAiB,KAAK,UAAU,EAAE;gBAC3C,QAAQ,GAAG,iBAAiB,CAAC;gBAC7B,OAAO,GAAG,EAAE,CAAC;aACd;YAED,MAAM,OAAO,GAAG,OAAO,CAAC,OAAO,IAAI,gCAAgC,CAAC;YACpE,MAAM,UAAU,GAAG;gBACjB,OAAO,EAAE,MAAM,CAAC,MAAM,CACpB;oBACE,GAAG,EAAE,CAAC,OAAO,GAAG,kBAAkB,CAAC,CAAC,OAAO,CAAC,cAAc,EAAE,IAAI,CAAC;oBACjE,MAAM,EAAE,MAAM;iBACf,EACD,OAAO,CACR;gBACD,MAAM;gBACN,cAAc,EAAE,EAAE;gBAClB,UAAU,EAAE,EAAE;gBACd,OAAO,EAAE,IAAI,CAAC,OAAO;aACtB,CAAC;YACF,IAAI,QAAQ,EAAE;gBACZ,oCAAgB,CACd,UAAU,EACV,QAAyC,CAC1C,CAAC;aACH;iBAAM;gBACL,OAAO,oCAAgB,CAAqB,UAAU,CAAC,CAAC;aACzD;QACH,CAAC;QA4FD,GAAG,CACD,gBAGkC,EAClC,iBAIkC,EAClC,QAEkC;YAElC,IAAI,MAAM,GAAG,CAAC,gBAAgB,IAAI,EAAE,CAAqC,CAAC;YAC1E,IAAI,OAAO,GAAG,CAAC,iBAAiB,IAAI,EAAE,CAAkB,CAAC;YAEzD,IAAI,OAAO,gBAAgB,KAAK,UAAU,EAAE;gBAC1C,QAAQ,GAAG,gBAAgB,CAAC;gBAC5B,MAAM,GAAG,EAAsC,CAAC;gBAChD,OAAO,GAAG,EAAE,CAAC;aACd;YAED,IAAI,OAAO,iBAAiB,KAAK,UAAU,EAAE;gBAC3C,QAAQ,GAAG,iBAAiB,CAAC;gBAC7B,OAAO,GAAG,EAAE,CAAC;aACd;YAED,MAAM,OAAO,GAAG,OAAO,CAAC,OAAO,IAAI,gCAAgC,CAAC;YACpE,MAAM,UAAU,GAAG;gBACjB,OAAO,EAAE,MAAM,CAAC,MAAM,CACpB;oBACE,GAAG,EAAE,CAAC,OAAO,GAAG,kCAAkC,CAAC,CAAC,OAAO,CACzD,cAAc,EACd,IAAI,CACL;oBACD,MAAM,EAAE,KAAK;iBACd,EACD,OAAO,CACR;gBACD,MAAM;gBACN,cAAc,EAAE,CAAC,eAAe,CAAC;gBACjC,UAAU,EAAE,CAAC,eAAe,CAAC;gBAC7B,OAAO,EAAE,IAAI,CAAC,OAAO;aACtB,CAAC;YACF,IAAI,QAAQ,EAAE;gBACZ,oCAAgB,CACd,UAAU,EACV,QAAyC,CAC1C,CAAC;aACH;iBAAM;gBACL,OAAO,oCAAgB,CAAqB,UAAU,CAAC,CAAC;aACzD;QACH,CAAC;QA+FD,eAAe,CACb,gBAGkC,EAClC,iBAIkC,EAClC,QAEkC;YAElC,IAAI,MAAM,GAAG,CAAC,gBAAgB;gBAC5B,EAAE,CAAiD,CAAC;YACtD,IAAI,OAAO,GAAG,CAAC,iBAAiB,IAAI,EAAE,CAAkB,CAAC;YAEzD,IAAI,OAAO,gBAAgB,KAAK,UAAU,EAAE;gBAC1C,QAAQ,GAAG,gBAAgB,CAAC;gBAC5B,MAAM,GAAG,EAAkD,CAAC;gBAC5D,OAAO,GAAG,EAAE,CAAC;aACd;YAED,IAAI,OAAO,iBAAiB,KAAK,UAAU,EAAE;gBAC3C,QAAQ,GAAG,iBAAiB,CAAC;gBAC7B,OAAO,GAAG,EAAE,CAAC;aACd;YAED,MAAM,OAAO,GAAG,OAAO,CAAC,OAAO,IAAI,gCAAgC,CAAC;YACpE,MAAM,UAAU,GAAG;gBACjB,OAAO,EAAE,MAAM,CAAC,MAAM,CACpB;oBACE,GAAG,EAAE,CACH,OAAO,GAAG,kDAAkD,CAC7D,CAAC,OAAO,CAAC,cAAc,EAAE,IAAI,CAAC;oBAC/B,MAAM,EAAE,MAAM;iBACf,EACD,OAAO,CACR;gBACD,MAAM;gBACN,cAAc,EAAE,CAAC,eAAe,CAAC;gBACjC,UAAU,EAAE,CAAC,eAAe,CAAC;gBAC7B,OAAO,EAAE,IAAI,CAAC,OAAO;aACtB,CAAC;YACF,IAAI,QAAQ,EAAE;gBACZ,oCAAgB,CACd,UAAU,EACV,QAAyC,CAC1C,CAAC;aACH;iBAAM;gBACL,OAAO,oCAAgB,CAAqB,UAAU,CAAC,CAAC;aACzD;QACH,CAAC;KACF;IAjmBY,+BAAqB,wBAimBjC,CAAA;IAgDD,MAAa,uCAAuC;QAElD,YAAY,OAA0B;YACpC,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;QACzB,CAAC;QAqFD,GAAG,CACD,gBAGkC,EAClC,iBAIkC,EAClC,QAEkC;YAKlC,IAAI,MAAM,GAAG,CAAC,gBAAgB;gBAC5B,EAAE,CAAuD,CAAC;YAC5D,IAAI,OAAO,GAAG,CAAC,iBAAiB,IAAI,EAAE,CAAkB,CAAC;YAEzD,IAAI,OAAO,gBAAgB,KAAK,UAAU,EAAE;gBAC1C,QAAQ,GAAG,gBAAgB,CAAC;gBAC5B,MAAM,GAAG,EAAwD,CAAC;gBAClE,OAAO,GAAG,EAAE,CAAC;aACd;YAED,IAAI,OAAO,iBAAiB,KAAK,UAAU,EAAE;gBAC3C,QAAQ,GAAG,iBAAiB,CAAC;gBAC7B,OAAO,GAAG,EAAE,CAAC;aACd;YAED,MAAM,OAAO,GAAG,OAAO,CAAC,OAAO,IAAI,gCAAgC,CAAC;YACpE,MAAM,UAAU,GAAG;gBACjB,OAAO,EAAE,MAAM,CAAC,MAAM,CACpB;oBACE,GAAG,EAAE,CACH,OAAO;wBACP,iEAAiE,CAClE,CAAC,OAAO,CAAC,cAAc,EAAE,IAAI,CAAC;oBAC/B,MAAM,EAAE,KAAK;iBACd,EACD,OAAO,CACR;gBACD,MAAM;gBACN,cAAc,EAAE,CAAC,eAAe,EAAE,YAAY,CAAC;gBAC/C,UAAU,EAAE,CAAC,YAAY,EAAE,eAAe,CAAC;gBAC3C,OAAO,EAAE,IAAI,CAAC,OAAO;aACtB,CAAC;YACF,IAAI,QAAQ,EAAE;gBACZ,oCAAgB,CACd,UAAU,EACV,QAAyC,CAC1C,CAAC;aACH;iBAAM;gBACL,OAAO,oCAAgB,CAA2B,UAAU,CAAC,CAAC;aAC/D;QACH,CAAC;QA2FD,MAAM,CACJ,gBAGkC,EAClC,iBAIkC,EAClC,QAEkC;YAKlC,IAAI,MAAM,GAAG,CAAC,gBAAgB;gBAC5B,EAAE,CAA0D,CAAC;YAC/D,IAAI,OAAO,GAAG,CAAC,iBAAiB,IAAI,EAAE,CAAkB,CAAC;YAEzD,IAAI,OAAO,gBAAgB,KAAK,UAAU,EAAE;gBAC1C,QAAQ,GAAG,gBAAgB,CAAC;gBAC5B,MAAM,GAAG,EAA2D,CAAC;gBACrE,OAAO,GAAG,EAAE,CAAC;aACd;YAED,IAAI,OAAO,iBAAiB,KAAK,UAAU,EAAE;gBAC3C,QAAQ,GAAG,iBAAiB,CAAC;gBAC7B,OAAO,GAAG,EAAE,CAAC;aACd;YAED,MAAM,OAAO,GAAG,OAAO,CAAC,OAAO,IAAI,gCAAgC,CAAC;YACpE,MAAM,UAAU,GAAG;gBACjB,OAAO,EAAE,MAAM,CAAC,MAAM,CACpB;oBACE,GAAG,EAAE,CACH,OAAO;wBACP,2DAA2D,CAC5D,CAAC,OAAO,CAAC,cAAc,EAAE,IAAI,CAAC;oBAC/B,MAAM,EAAE,MAAM;iBACf,EACD,OAAO,CACR;gBACD,MAAM;gBACN,cAAc,EAAE,CAAC,eAAe,CAAC;gBACjC,UAAU,EAAE,CAAC,eAAe,CAAC;gBAC7B,OAAO,EAAE,IAAI,CAAC,OAAO;aACtB,CAAC;YACF,IAAI,QAAQ,EAAE;gBACZ,oCAAgB,CACd,UAAU,EACV,QAAyC,CAC1C,CAAC;aACH;iBAAM;gBACL,OAAO,oCAAgB,CACrB,UAAU,CACX,CAAC;aACH;QACH,CAAC;KACF;IAzSY,iDAAuC,0CAySnD,CAAA;IA0BD,MAAa,4BAA4B;QAEvC,YAAY,OAA0B;YACpC,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;QACzB,CAAC;QAkGD,MAAM,CACJ,gBAGkC,EAClC,iBAIkC,EAClC,QAEkC;YAElC,IAAI,MAAM,GAAG,CAAC,gBAAgB;gBAC5B,EAAE,CAA+C,CAAC;YACpD,IAAI,OAAO,GAAG,CAAC,iBAAiB,IAAI,EAAE,CAAkB,CAAC;YAEzD,IAAI,OAAO,gBAAgB,KAAK,UAAU,EAAE;gBAC1C,QAAQ,GAAG,gBAAgB,CAAC;gBAC5B,MAAM,GAAG,EAAgD,CAAC;gBAC1D,OAAO,GAAG,EAAE,CAAC;aACd;YAED,IAAI,OAAO,iBAAiB,KAAK,UAAU,EAAE;gBAC3C,QAAQ,GAAG,iBAAiB,CAAC;gBAC7B,OAAO,GAAG,EAAE,CAAC;aACd;YAED,MAAM,OAAO,GAAG,OAAO,CAAC,OAAO,IAAI,gCAAgC,CAAC;YACpE,MAAM,UAAU,GAAG;gBACjB,OAAO,EAAE,MAAM,CAAC,MAAM,CACpB;oBACE,GAAG,EAAE,CACH,OAAO;wBACP,0DAA0D,CAC3D,CAAC,OAAO,CAAC,cAAc,EAAE,IAAI,CAAC;oBAC/B,MAAM,EAAE,MAAM;iBACf,EACD,OAAO,CACR;gBACD,MAAM;gBACN,cAAc,EAAE,CAAC,eAAe,EAAE,SAAS,CAAC;gBAC5C,UAAU,EAAE,CAAC,SAAS,EAAE,eAAe,CAAC;gBACxC,OAAO,EAAE,IAAI,CAAC,OAAO;aACtB,CAAC;YACF,IAAI,QAAQ,EAAE;gBACZ,oCAAgB,CACd,UAAU,EACV,QAAyC,CAC1C,CAAC;aACH;iBAAM;gBACL,OAAO,oCAAgB,CAAyB,UAAU,CAAC,CAAC;aAC7D;QACH,CAAC;KACF;IA7JY,sCAA4B,+BA6JxC,CAAA;IAmBD,MAAa,4BAA4B;QAEvC,YAAY,OAA0B;YACpC,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;QACzB,CAAC;QAyGD,MAAM,CACJ,gBAGkC,EAClC,iBAIkC,EAClC,QAEkC;YAKlC,IAAI,MAAM,GAAG,CAAC,gBAAgB;gBAC5B,EAAE,CAA+C,CAAC;YACpD,IAAI,OAAO,GAAG,CAAC,iBAAiB,IAAI,EAAE,CAAkB,CAAC;YAEzD,IAAI,OAAO,gBAAgB,KAAK,UAAU,EAAE;gBAC1C,QAAQ,GAAG,gBAAgB,CAAC;gBAC5B,MAAM,GAAG,EAAgD,CAAC;gBAC1D,OAAO,GAAG,EAAE,CAAC;aACd;YAED,IAAI,OAAO,iBAAiB,KAAK,UAAU,EAAE;gBAC3C,QAAQ,GAAG,iBAAiB,CAAC;gBAC7B,OAAO,GAAG,EAAE,CAAC;aACd;YAED,MAAM,OAAO,GAAG,OAAO,CAAC,OAAO,IAAI,gCAAgC,CAAC;YACpE,MAAM,UAAU,GAAG;gBACjB,OAAO,EAAE,MAAM,CAAC,MAAM,CACpB;oBACE,GAAG,EAAE,CACH,OAAO,GAAG,wDAAwD,CACnE,CAAC,OAAO,CAAC,cAAc,EAAE,IAAI,CAAC;oBAC/B,MAAM,EAAE,MAAM;iBACf,EACD,OAAO,CACR;gBACD,MAAM;gBACN,cAAc,EAAE,CAAC,eAAe,EAAE,OAAO,CAAC;gBAC1C,UAAU,EAAE,CAAC,OAAO,EAAE,eAAe,CAAC;gBACtC,OAAO,EAAE,IAAI,CAAC,OAAO;aACtB,CAAC;YACF,IAAI,QAAQ,EAAE;gBACZ,oCAAgB,CACd,UAAU,EACV,QAAyC,CAC1C,CAAC;aACH;iBAAM;gBACL,OAAO,oCAAgB,CAA8B,UAAU,CAAC,CAAC;aAClE;QACH,CAAC;QA4FD,UAAU,CACR,gBAGkC,EAClC,iBAIkC,EAClC,QAEkC;YAKlC,IAAI,MAAM,GAAG,CAAC,gBAAgB;gBAC5B,EAAE,CAAmD,CAAC;YACxD,IAAI,OAAO,GAAG,CAAC,iBAAiB,IAAI,EAAE,CAAkB,CAAC;YAEzD,IAAI,OAAO,gBAAgB,KAAK,UAAU,EAAE;gBAC1C,QAAQ,GAAG,gBAAgB,CAAC;gBAC5B,MAAM,GAAG,EAAoD,CAAC;gBAC9D,OAAO,GAAG,EAAE,CAAC;aACd;YAED,IAAI,OAAO,iBAAiB,KAAK,UAAU,EAAE;gBAC3C,QAAQ,GAAG,iBAAiB,CAAC;gBAC7B,OAAO,GAAG,EAAE,CAAC;aACd;YAED,MAAM,OAAO,GAAG,OAAO,CAAC,OAAO,IAAI,gCAAgC,CAAC;YACpE,MAAM,UAAU,GAAG;gBACjB,OAAO,EAAE,MAAM,CAAC,MAAM,CACpB;oBACE,GAAG,EAAE,CACH,OAAO,GAAG,oDAAoD,CAC/D,CAAC,OAAO,CAAC,cAAc,EAAE,IAAI,CAAC;oBAC/B,MAAM,EAAE,MAAM;iBACf,EACD,OAAO,CACR;gBACD,MAAM;gBACN,cAAc,EAAE,CAAC,eAAe,CAAC;gBACjC,UAAU,EAAE,CAAC,eAAe,CAAC;gBAC7B,OAAO,EAAE,IAAI,CAAC,OAAO;aACtB,CAAC;YACF,IAAI,QAAQ,EAAE;gBACZ,oCAAgB,CACd,UAAU,EACV,QAAyC,CAC1C,CAAC;aACH;iBAAM;gBACL,OAAO,oCAAgB,CAAkC,UAAU,CAAC,CAAC;aACtE;QACH,CAAC;QA4FD,sBAAsB,CACpB,gBAGkC,EAClC,iBAIkC,EAClC,QAEkC;YAKlC,IAAI,MAAM,GAAG,CAAC,gBAAgB;gBAC5B,EAAE,CAA+D,CAAC;YACpE,IAAI,OAAO,GAAG,CAAC,iBAAiB,IAAI,EAAE,CAAkB,CAAC;YAEzD,IAAI,OAAO,gBAAgB,KAAK,UAAU,EAAE;gBAC1C,QAAQ,GAAG,gBAAgB,CAAC;gBAC5B,MAAM,GAAG,EAAgE,CAAC;gBAC1E,OAAO,GAAG,EAAE,CAAC;aACd;YAED,IAAI,OAAO,iBAAiB,KAAK,UAAU,EAAE;gBAC3C,QAAQ,GAAG,iBAAiB,CAAC;gBAC7B,OAAO,GAAG,EAAE,CAAC;aACd;YAED,MAAM,OAAO,GAAG,OAAO,CAAC,OAAO,IAAI,gCAAgC,CAAC;YACpE,MAAM,UAAU,GAAG;gBACjB,OAAO,EAAE,MAAM,CAAC,MAAM,CACpB;oBACE,GAAG,EAAE,CACH,OAAO;wBACP,gEAAgE,CACjE,CAAC,OAAO,CAAC,cAAc,EAAE,IAAI,CAAC;oBAC/B,MAAM,EAAE,MAAM;iBACf,EACD,OAAO,CACR;gBACD,MAAM;gBACN,cAAc,EAAE,CAAC,eAAe,CAAC;gBACjC,UAAU,EAAE,CAAC,eAAe,CAAC;gBAC7B,OAAO,EAAE,IAAI,CAAC,OAAO;aACtB,CAAC;YACF,IAAI,QAAQ,EAAE;gBACZ,oCAAgB,CACd,UAAU,EACV,QAAyC,CAC1C,CAAC;aACH;iBAAM;gBACL,OAAO,oCAAgB,CACrB,UAAU,CACX,CAAC;aACH;QACH,CAAC;QA8FD,QAAQ,CACN,gBAGkC,EAClC,iBAIkC,EAClC,QAEkC;YAKlC,IAAI,MAAM,GAAG,CAAC,gBAAgB;gBAC5B,EAAE,CAAiD,CAAC;YACtD,IAAI,OAAO,GAAG,CAAC,iBAAiB,IAAI,EAAE,CAAkB,CAAC;YAEzD,IAAI,OAAO,gBAAgB,KAAK,UAAU,EAAE;gBAC1C,QAAQ,GAAG,gBAAgB,CAAC;gBAC5B,MAAM,GAAG,EAAkD,CAAC;gBAC5D,OAAO,GAAG,EAAE,CAAC;aACd;YAED,IAAI,OAAO,iBAAiB,KAAK,UAAU,EAAE;gBAC3C,QAAQ,GAAG,iBAAiB,CAAC;gBAC7B,OAAO,GAAG,EAAE,CAAC;aACd;YAED,MAAM,OAAO,GAAG,OAAO,CAAC,OAAO,IAAI,gCAAgC,CAAC;YACpE,MAAM,UAAU,GAAG;gBACjB,OAAO,EAAE,MAAM,CAAC,MAAM,CACpB;oBACE,GAAG,EAAE,CACH,OAAO,GAAG,kDAAkD,CAC7D,CAAC,OAAO,CAAC,cAAc,EAAE,IAAI,CAAC;oBAC/B,MAAM,EAAE,KAAK;iBACd,EACD,OAAO,CACR;gBACD,MAAM;gBACN,cAAc,EAAE,CAAC,eAAe,CAAC;gBACjC,UAAU,EAAE,CAAC,eAAe,CAAC;gBAC7B,OAAO,EAAE,IAAI,CAAC,OAAO;aACtB,CAAC;YACF,IAAI,QAAQ,EAAE;gBACZ,oCAAgB,CACd,UAAU,EACV,QAAyC,CAC1C,CAAC;aACH;iBAAM;gBACL,OAAO,oCAAgB,CAAgC,UAAU,CAAC,CAAC;aACpE;QACH,CAAC;QA+FD,oBAAoB,CAClB,gBAGkC,EAClC,iBAIkC,EAClC,QAEkC;YAKlC,IAAI,MAAM,GAAG,CAAC,gBAAgB;gBAC5B,EAAE,CAA6D,CAAC;YAClE,IAAI,OAAO,GAAG,CAAC,iBAAiB,IAAI,EAAE,CAAkB,CAAC;YAEzD,IAAI,OAAO,gBAAgB,KAAK,UAAU,EAAE;gBAC1C,QAAQ,GAAG,gBAAgB,CAAC;gBAC5B,MAAM,GAAG,EAA8D,CAAC;gBACxE,OAAO,GAAG,EAAE,CAAC;aACd;YAED,IAAI,OAAO,iBAAiB,KAAK,UAAU,EAAE;gBAC3C,QAAQ,GAAG,iBAAiB,CAAC;gBAC7B,OAAO,GAAG,EAAE,CAAC;aACd;YAED,MAAM,OAAO,GAAG,OAAO,CAAC,OAAO,IAAI,gCAAgC,CAAC;YACpE,MAAM,UAAU,GAAG;gBACjB,OAAO,EAAE,MAAM,CAAC,MAAM,CACpB;oBACE,GAAG,EAAE,CACH,OAAO;wBACP,8DAA8D,CAC/D,CAAC,OAAO,CAAC,cAAc,EAAE,IAAI,CAAC;oBAC/B,MAAM,EAAE,MAAM;iBACf,EACD,OAAO,CACR;gBACD,MAAM;gBACN,cAAc,EAAE,CAAC,eAAe,CAAC;gBACjC,UAAU,EAAE,CAAC,eAAe,CAAC;gBAC7B,OAAO,EAAE,IAAI,CAAC,OAAO;aACtB,CAAC;YACF,IAAI,QAAQ,EAAE;gBACZ,oCAAgB,CACd,UAAU,EACV,QAAyC,CAC1C,CAAC;aACH;iBAAM;gBACL,OAAO,oCAAgB,CACrB,UAAU,CACX,CAAC;aACH;QACH,CAAC;QAoGD,WAAW,CACT,gBAGkC,EAClC,iBAIkC,EAClC,QAEkC;YAKlC,IAAI,MAAM,GAAG,CAAC,gBAAgB;gBAC5B,EAAE,CAAoD,CAAC;YACzD,IAAI,OAAO,GAAG,CAAC,iBAAiB,IAAI,EAAE,CAAkB,CAAC;YAEzD,IAAI,OAAO,gBAAgB,KAAK,UAAU,EAAE;gBAC1C,QAAQ,GAAG,gBAAgB,CAAC;gBAC5B,MAAM,GAAG,EAAqD,CAAC;gBAC/D,OAAO,GAAG,EAAE,CAAC;aACd;YAED,IAAI,OAAO,iBAAiB,KAAK,UAAU,EAAE;gBAC3C,QAAQ,GAAG,iBAAiB,CAAC;gBAC7B,OAAO,GAAG,EAAE,CAAC;aACd;YAED,MAAM,OAAO,GAAG,OAAO,CAAC,OAAO,IAAI,gCAAgC,CAAC;YACpE,MAAM,UAAU,GAAG;gBACjB,OAAO,EAAE,MAAM,CAAC,MAAM,CACpB;oBACE,GAAG,EAAE,CACH,OAAO,GAAG,qDAAqD,CAChE,CAAC,OAAO,CAAC,cAAc,EAAE,IAAI,CAAC;oBAC/B,MAAM,EAAE,MAAM;iBACf,EACD,OAAO,CACR;gBACD,MAAM;gBACN,cAAc,EAAE,CAAC,eAAe,CAAC;gBACjC,UAAU,EAAE,CAAC,eAAe,CAAC;gBAC7B,OAAO,EAAE,IAAI,CAAC,OAAO;aACtB,CAAC;YACF,IAAI,QAAQ,EAAE;gBACZ,oCAAgB,CACd,UAAU,EACV,QAAyC,CAC1C,CAAC;aACH;iBAAM;gBACL,OAAO,oCAAgB,CAAmC,UAAU,CAAC,CAAC;aACvE;QACH,CAAC;QAoGD,uBAAuB,CACrB,gBAGkC,EAClC,iBAIkC,EAClC,QAEkC;YAKlC,IAAI,MAAM,GAAG,CAAC,gBAAgB;gBAC5B,EAAE,CAAgE,CAAC;YACrE,IAAI,OAAO,GAAG,CAAC,iBAAiB,IAAI,EAAE,CAAkB,CAAC;YAEzD,IAAI,OAAO,gBAAgB,KAAK,UAAU,EAAE;gBAC1C,QAAQ,GAAG,gBAAgB,CAAC;gBAC5B,MAAM,GAAG,EAAiE,CAAC;gBAC3E,OAAO,GAAG,EAAE,CAAC;aACd;YAED,IAAI,OAAO,iBAAiB,KAAK,UAAU,EAAE;gBAC3C,QAAQ,GAAG,iBAAiB,CAAC;gBAC7B,OAAO,GAAG,EAAE,CAAC;aACd;YAED,MAAM,OAAO,GAAG,OAAO,CAAC,OAAO,IAAI,gCAAgC,CAAC;YACpE,MAAM,UAAU,GAAG;gBACjB,OAAO,EAAE,MAAM,CAAC,MAAM,CACpB;oBACE,GAAG,EAAE,CACH,OAAO;wBACP,iEAAiE,CAClE,CAAC,OAAO,CAAC,cAAc,EAAE,IAAI,CAAC;oBAC/B,MAAM,EAAE,MAAM;iBACf,EACD,OAAO,CACR;gBACD,MAAM;gBACN,cAAc,EAAE,CAAC,eAAe,CAAC;gBACjC,UAAU,EAAE,CAAC,eAAe,CAAC;gBAC7B,OAAO,EAAE,IAAI,CAAC,OAAO;aACtB,CAAC;YACF,IAAI,QAAQ,EAAE;gBACZ,oCAAgB,CACd,UAAU,EACV,QAAyC,CAC1C,CAAC;aACH;iBAAM;gBACL,OAAO,oCAAgB,CACrB,UAAU,CACX,CAAC;aACH;QACH,CAAC;QAwFD,KAAK,CACH,gBAGkC,EAClC,iBAIkC,EAClC,QAEkC;YAKlC,IAAI,MAAM,GAAG,CAAC,gBAAgB;gBAC5B,EAAE,CAA8C,CAAC;YACnD,IAAI,OAAO,GAAG,CAAC,iBAAiB,IAAI,EAAE,CAAkB,CAAC;YAEzD,IAAI,OAAO,gBAAgB,KAAK,UAAU,EAAE;gBAC1C,QAAQ,GAAG,gBAAgB,CAAC;gBAC5B,MAAM,GAAG,EAA+C,CAAC;gBACzD,OAAO,GAAG,EAAE,CAAC;aACd;YAED,IAAI,OAAO,iBAAiB,KAAK,UAAU,EAAE;gBAC3C,QAAQ,GAAG,iBAAiB,CAAC;gBAC7B,OAAO,GAAG,EAAE,CAAC;aACd;YAED,MAAM,OAAO,GAAG,OAAO,CAAC,OAAO,IAAI,gCAAgC,CAAC;YACpE,MAAM,UAAU,GAAG;gBACjB,OAAO,EAAE,MAAM,CAAC,MAAM,CACpB;oBACE,GAAG,EAAE,CACH,OAAO,GAAG,uDAAuD,CAClE,CAAC,OAAO,CAAC,cAAc,EAAE,IAAI,CAAC;oBAC/B,MAAM,EAAE,MAAM;iBACf,EACD,OAAO,CACR;gBACD,MAAM;gBACN,cAAc,EAAE,CAAC,eAAe,EAAE,OAAO,CAAC;gBAC1C,UAAU,EAAE,CAAC,OAAO,EAAE,eAAe,CAAC;gBACtC,OAAO,EAAE,IAAI,CAAC,OAAO;aACtB,CAAC;YACF,IAAI,QAAQ,EAAE;gBACZ,oCAAgB,CACd,UAAU,EACV,QAAyC,CAC1C,CAAC;aACH;iBAAM;gBACL,OAAO,oCAAgB,CAA6B,UAAU,CAAC,CAAC;aACjE;QACH,CAAC;QA2FD,GAAG,CACD,gBAGkC,EAClC,iBAIkC,EAClC,QAEkC;YAElC,IAAI,MAAM,GAAG,CAAC,gBAAgB;gBAC5B,EAAE,CAA4C,CAAC;YACjD,IAAI,OAAO,GAAG,CAAC,iBAAiB,IAAI,EAAE,CAAkB,CAAC;YAEzD,IAAI,OAAO,gBAAgB,KAAK,UAAU,EAAE;gBAC1C,QAAQ,GAAG,gBAAgB,CAAC;gBAC5B,MAAM,GAAG,EAA6C,CAAC;gBACvD,OAAO,GAAG,EAAE,CAAC;aACd;YAED,IAAI,OAAO,iBAAiB,KAAK,UAAU,EAAE;gBAC3C,QAAQ,GAAG,iBAAiB,CAAC;gBAC7B,OAAO,GAAG,EAAE,CAAC;aACd;YAED,MAAM,OAAO,GAAG,OAAO,CAAC,OAAO,IAAI,gCAAgC,CAAC;YACpE,MAAM,UAAU,GAAG;gBACjB,OAAO,EAAE,MAAM,CAAC,MAAM,CACpB;oBACE,GAAG,EAAE,CACH,OAAO,GAAG,iDAAiD,CAC5D,CAAC,OAAO,CAAC,cAAc,EAAE,IAAI,CAAC;oBAC/B,MAAM,EAAE,KAAK;iBACd,EACD,OAAO,CACR;gBACD,MAAM;gBACN,cAAc,EAAE,CAAC,eAAe,EAAE,OAAO,CAAC;gBAC1C,UAAU,EAAE,CAAC,OAAO,EAAE,eAAe,CAAC;gBACtC,OAAO,EAAE,IAAI,CAAC,OAAO;aACtB,CAAC;YACF,IAAI,QAAQ,EAAE;gBACZ,oCAAgB,CACd,UAAU,EACV,QAAyC,CAC1C,CAAC;aACH;iBAAM;gBACL,OAAO,oCAAgB,CAAoB,UAAU,CAAC,CAAC;aACxD;QACH,CAAC;QA0GD,MAAM,CACJ,gBAGkC,EAClC,iBAIkC,EAClC,QAEkC;YAKlC,IAAI,MAAM,GAAG,CAAC,gBAAgB;gBAC5B,EAAE,CAA+C,CAAC;YACpD,IAAI,OAAO,GAAG,CAAC,iBAAiB,IAAI,EAAE,CAAkB,CAAC;YAEzD,IAAI,OAAO,gBAAgB,KAAK,UAAU,EAAE;gBAC1C,QAAQ,GAAG,gBAAgB,CAAC;gBAC5B,MAAM,GAAG,EAAgD,CAAC;gBAC1D,OAAO,GAAG,EAAE,CAAC;aACd;YAED,IAAI,OAAO,iBAAiB,KAAK,UAAU,EAAE;gBAC3C,QAAQ,GAAG,iBAAiB,CAAC;gBAC7B,OAAO,GAAG,EAAE,CAAC;aACd;YAED,MAAM,OAAO,GAAG,OAAO,CAAC,OAAO,IAAI,gCAAgC,CAAC;YACpE,MAAM,UAAU,GAAG;gBACjB,OAAO,EAAE,MAAM,CAAC,MAAM,CACpB;oBACE,GAAG,EAAE,CACH,OAAO,GAAG,iDAAiD,CAC5D,CAAC,OAAO,CAAC,cAAc,EAAE,IAAI,CAAC;oBAC/B,MAAM,EAAE,KAAK;iBACd,EACD,OAAO,CACR;gBACD,MAAM;gBACN,cAAc,EAAE,CAAC,eAAe,EAAE,OAAO,CAAC;gBAC1C,UAAU,EAAE,CAAC,OAAO,EAAE,eAAe,CAAC;gBACtC,OAAO,EAAE,IAAI,CAAC,OAAO;aACtB,CAAC;YACF,IAAI,QAAQ,EAAE;gBACZ,oCAAgB,CACd,UAAU,EACV,QAAyC,CAC1C,CAAC;aACH;iBAAM;gBACL,OAAO,oCAAgB,CAA8B,UAAU,CAAC,CAAC;aAClE;QACH,CAAC;KACF;IA9/CY,sCAA4B,+BA8/CxC,CAAA;AAgMH,CAAC,EA5lPgB,SAAS,GAAT,iBAAS,KAAT,iBAAS,QA4lPzB"}
1
+ {"version":3,"file":"v4.js","sourceRoot":"","sources":["../v4.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@googleapis/sheets",
3
- "version": "0.3.0",
3
+ "version": "2.0.1",
4
4
  "description": "sheets",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
@@ -35,7 +35,7 @@
35
35
  "@microsoft/api-extractor": "^7.8.10",
36
36
  "gts": "^2.0.0",
37
37
  "null-loader": "^4.0.0",
38
- "ts-loader": "^8.0.0",
38
+ "ts-loader": "^9.0.0",
39
39
  "typescript": "~3.7.0",
40
40
  "webpack": "^5.0.0",
41
41
  "webpack-cli": "^4.0.0"
package/v4.ts CHANGED
@@ -476,7 +476,7 @@ export namespace sheets_v4 {
476
476
  */
477
477
  positiveColorStyle?: Schema$ColorStyle;
478
478
  /**
479
- * Text formatting options for baseline value.
479
+ * Text formatting options for baseline value. The link field is not supported.
480
480
  */
481
481
  textFormat?: Schema$TextFormat;
482
482
  }
@@ -485,7 +485,7 @@ export namespace sheets_v4 {
485
485
  */
486
486
  export interface Schema$BasicChartAxis {
487
487
  /**
488
- * The format of the title. Only valid if the axis is not associated with the domain.
488
+ * The format of the title. Only valid if the axis is not associated with the domain. The link field is not supported.
489
489
  */
490
490
  format?: Schema$TextFormat;
491
491
  /**
@@ -668,7 +668,7 @@ export namespace sheets_v4 {
668
668
  */
669
669
  export interface Schema$BatchClearValuesByDataFilterResponse {
670
670
  /**
671
- * The ranges that were cleared, in A1 notation. If the requests are for an unbounded range or a ranger larger than the bounds of the sheet, this is the actual ranges that were cleared, bounded to the sheet's limits.
671
+ * The ranges that were cleared, in [A1 notation](/sheets/api/guides/concepts#cell). If the requests are for an unbounded range or a ranger larger than the bounds of the sheet, this is the actual ranges that were cleared, bounded to the sheet's limits.
672
672
  */
673
673
  clearedRanges?: string[] | null;
674
674
  /**
@@ -681,7 +681,7 @@ export namespace sheets_v4 {
681
681
  */
682
682
  export interface Schema$BatchClearValuesRequest {
683
683
  /**
684
- * The ranges to clear, in A1 or R1C1 notation.
684
+ * The ranges to clear, in [A1 notation or R1C1 notation](/sheets/api/guides/concepts#cell).
685
685
  */
686
686
  ranges?: string[] | null;
687
687
  }
@@ -707,7 +707,7 @@ export namespace sheets_v4 {
707
707
  */
708
708
  dataFilters?: Schema$DataFilter[];
709
709
  /**
710
- * How dates, times, and durations should be represented in the output. This is ignored if value_render_option is FORMATTED_VALUE. The default dateTime render option is [DateTimeRenderOption.SERIAL_NUMBER].
710
+ * How dates, times, and durations should be represented in the output. This is ignored if value_render_option is FORMATTED_VALUE. The default dateTime render option is SERIAL_NUMBER.
711
711
  */
712
712
  dateTimeRenderOption?: string | null;
713
713
  /**
@@ -715,7 +715,7 @@ export namespace sheets_v4 {
715
715
  */
716
716
  majorDimension?: string | null;
717
717
  /**
718
- * How values should be represented in the output. The default render option is ValueRenderOption.FORMATTED_VALUE.
718
+ * How values should be represented in the output. The default render option is FORMATTED_VALUE.
719
719
  */
720
720
  valueRenderOption?: string | null;
721
721
  }
@@ -779,7 +779,7 @@ export namespace sheets_v4 {
779
779
  */
780
780
  spreadsheetId?: string | null;
781
781
  /**
782
- * The spreadsheet after updates were applied. This is only set if [BatchUpdateSpreadsheetRequest.include_spreadsheet_in_response] is `true`.
782
+ * The spreadsheet after updates were applied. This is only set if BatchUpdateSpreadsheetRequest.include_spreadsheet_in_response is `true`.
783
783
  */
784
784
  updatedSpreadsheet?: Schema$Spreadsheet;
785
785
  }
@@ -796,11 +796,11 @@ export namespace sheets_v4 {
796
796
  */
797
797
  includeValuesInResponse?: boolean | null;
798
798
  /**
799
- * Determines how dates, times, and durations in the response should be rendered. This is ignored if response_value_render_option is FORMATTED_VALUE. The default dateTime render option is DateTimeRenderOption.SERIAL_NUMBER.
799
+ * Determines how dates, times, and durations in the response should be rendered. This is ignored if response_value_render_option is FORMATTED_VALUE. The default dateTime render option is SERIAL_NUMBER.
800
800
  */
801
801
  responseDateTimeRenderOption?: string | null;
802
802
  /**
803
- * Determines how values in the response should be rendered. The default render option is ValueRenderOption.FORMATTED_VALUE.
803
+ * Determines how values in the response should be rendered. The default render option is FORMATTED_VALUE.
804
804
  */
805
805
  responseValueRenderOption?: string | null;
806
806
  /**
@@ -850,11 +850,11 @@ export namespace sheets_v4 {
850
850
  */
851
851
  includeValuesInResponse?: boolean | null;
852
852
  /**
853
- * Determines how dates, times, and durations in the response should be rendered. This is ignored if response_value_render_option is FORMATTED_VALUE. The default dateTime render option is DateTimeRenderOption.SERIAL_NUMBER.
853
+ * Determines how dates, times, and durations in the response should be rendered. This is ignored if response_value_render_option is FORMATTED_VALUE. The default dateTime render option is SERIAL_NUMBER.
854
854
  */
855
855
  responseDateTimeRenderOption?: string | null;
856
856
  /**
857
- * Determines how values in the response should be rendered. The default render option is ValueRenderOption.FORMATTED_VALUE.
857
+ * Determines how values in the response should be rendered. The default render option is FORMATTED_VALUE.
858
858
  */
859
859
  responseValueRenderOption?: string | null;
860
860
  /**
@@ -1035,7 +1035,7 @@ export namespace sheets_v4 {
1035
1035
  */
1036
1036
  bubbleSizes?: Schema$ChartData;
1037
1037
  /**
1038
- * The format of the text inside the bubbles. Strikethrough and underline are not supported.
1038
+ * The format of the text inside the bubbles. Strikethrough, underline, and link are not supported.
1039
1039
  */
1040
1040
  bubbleTextStyle?: Schema$TextFormat;
1041
1041
  /**
@@ -1116,7 +1116,7 @@ export namespace sheets_v4 {
1116
1116
  */
1117
1117
  export interface Schema$CellData {
1118
1118
  /**
1119
- * Output only. Information about a data source formula on the cell. The field is set if user_entered_value is a formula referencing some DATA_SOURCE sheet, e.g `=SUM(DataSheet!Column)`.
1119
+ * Output only. Information about a data source formula on the cell. The field is set if user_entered_value is a formula referencing some DATA_SOURCE sheet, e.g. `=SUM(DataSheet!Column)`.
1120
1120
  */
1121
1121
  dataSourceFormula?: Schema$DataSourceFormula;
1122
1122
  /**
@@ -1140,7 +1140,7 @@ export namespace sheets_v4 {
1140
1140
  */
1141
1141
  formattedValue?: string | null;
1142
1142
  /**
1143
- * A hyperlink this cell points to, if any. If the cell contains multiple hyperlinks, this field will be empty. This field is read-only. To set it, use a `=HYPERLINK` formula in the userEnteredValue.formulaValue field.
1143
+ * A hyperlink this cell points to, if any. If the cell contains multiple hyperlinks, this field will be empty. This field is read-only. To set it, use a `=HYPERLINK` formula in the userEnteredValue.formulaValue field. A cell-level link can also be set from the userEnteredFormat.textFormat field. Alternatively, set a hyperlink in the textFormatRun.format.link field that spans the entire cell.
1144
1144
  */
1145
1145
  hyperlink?: string | null;
1146
1146
  /**
@@ -1201,7 +1201,7 @@ export namespace sheets_v4 {
1201
1201
  */
1202
1202
  textDirection?: string | null;
1203
1203
  /**
1204
- * The format of the text in the cell (unless overridden by a format run).
1204
+ * The format of the text in the cell (unless overridden by a format run). Setting a cell-level link here will clear the cell's existing links. Setting the link field in a TextFormatRun will take precedence over the cell-level link.
1205
1205
  */
1206
1206
  textFormat?: Schema$TextFormat;
1207
1207
  /**
@@ -1389,7 +1389,7 @@ export namespace sheets_v4 {
1389
1389
  */
1390
1390
  subtitle?: string | null;
1391
1391
  /**
1392
- * The subtitle text format. Strikethrough and underline are not supported.
1392
+ * The subtitle text format. Strikethrough, underline, and link are not supported.
1393
1393
  */
1394
1394
  subtitleTextFormat?: Schema$TextFormat;
1395
1395
  /**
@@ -1401,7 +1401,7 @@ export namespace sheets_v4 {
1401
1401
  */
1402
1402
  title?: string | null;
1403
1403
  /**
1404
- * The title text format. Strikethrough and underline are not supported.
1404
+ * The title text format. Strikethrough, underline, and link are not supported.
1405
1405
  */
1406
1406
  titleTextFormat?: Schema$TextFormat;
1407
1407
  /**
@@ -1640,7 +1640,7 @@ export namespace sheets_v4 {
1640
1640
  */
1641
1641
  placement?: string | null;
1642
1642
  /**
1643
- * The text format used for the data label.
1643
+ * The text format used for the data label. The link field is not supported.
1644
1644
  */
1645
1645
  textFormat?: Schema$TextFormat;
1646
1646
  /**
@@ -2099,7 +2099,7 @@ export namespace sheets_v4 {
2099
2099
  */
2100
2100
  export interface Schema$DeleteSheetRequest {
2101
2101
  /**
2102
- * The ID of the sheet to delete. If the sheet is of SheetType.DATA_SOURCE type, the associated DataSource is also deleted.
2102
+ * The ID of the sheet to delete. If the sheet is of DATA_SOURCE type, the associated DataSource is also deleted.
2103
2103
  */
2104
2104
  sheetId?: number | null;
2105
2105
  }
@@ -2391,7 +2391,7 @@ export namespace sheets_v4 {
2391
2391
  */
2392
2392
  formulaValue?: string | null;
2393
2393
  /**
2394
- * Represents a double value. Note: Dates, Times and DateTimes are represented as doubles in "serial number" format.
2394
+ * Represents a double value. Note: Dates, Times and DateTimes are represented as doubles in SERIAL_NUMBER format.
2395
2395
  */
2396
2396
  numberValue?: number | null;
2397
2397
  /**
@@ -2650,7 +2650,7 @@ export namespace sheets_v4 {
2650
2650
  rowGroupControlAfter?: boolean | null;
2651
2651
  }
2652
2652
  /**
2653
- * A range on a sheet. All indexes are zero-based. Indexes are half open, i.e. the start index is inclusive and the end index is exclusive -- [start_index, end_index). Missing indexes indicate the range is unbounded on that side. For example, if `"Sheet1"` is sheet ID 0, then: `Sheet1!A1:A1 == sheet_id: 0, start_row_index: 0, end_row_index: 1, start_column_index: 0, end_column_index: 1` `Sheet1!A3:B4 == sheet_id: 0, start_row_index: 2, end_row_index: 4, start_column_index: 0, end_column_index: 2` `Sheet1!A:B == sheet_id: 0, start_column_index: 0, end_column_index: 2` `Sheet1!A5:B == sheet_id: 0, start_row_index: 4, start_column_index: 0, end_column_index: 2` `Sheet1 == sheet_id:0` The start index must always be less than or equal to the end index. If the start index equals the end index, then the range is empty. Empty ranges are typically not meaningful and are usually rendered in the UI as `#REF!`.
2653
+ * A range on a sheet. All indexes are zero-based. Indexes are half open, i.e. the start index is inclusive and the end index is exclusive -- [start_index, end_index). Missing indexes indicate the range is unbounded on that side. For example, if `"Sheet1"` is sheet ID 123456, then: `Sheet1!A1:A1 == sheet_id: 123456, start_row_index: 0, end_row_index: 1, start_column_index: 0, end_column_index: 1` `Sheet1!A3:B4 == sheet_id: 123456, start_row_index: 2, end_row_index: 4, start_column_index: 0, end_column_index: 2` `Sheet1!A:B == sheet_id: 123456, start_column_index: 0, end_column_index: 2` `Sheet1!A5:B == sheet_id: 123456, start_row_index: 4, start_column_index: 0, end_column_index: 2` `Sheet1 == sheet_id: 123456` The start index must always be less than or equal to the end index. If the start index equals the end index, then the range is empty. Empty ranges are typically not meaningful and are usually rendered in the UI as `#REF!`.
2654
2654
  */
2655
2655
  export interface Schema$GridRange {
2656
2656
  /**
@@ -2815,7 +2815,7 @@ export namespace sheets_v4 {
2815
2815
  */
2816
2816
  position?: Schema$TextPosition;
2817
2817
  /**
2818
- * Text formatting options for key value.
2818
+ * Text formatting options for key value. The link field is not supported.
2819
2819
  */
2820
2820
  textFormat?: Schema$TextFormat;
2821
2821
  }
@@ -4002,7 +4002,7 @@ export namespace sheets_v4 {
4002
4002
  */
4003
4003
  horizontalAlignment?: string | null;
4004
4004
  /**
4005
- * The text format of title in the slicer.
4005
+ * The text format of title in the slicer. The link field is not supported.
4006
4006
  */
4007
4007
  textFormat?: Schema$TextFormat;
4008
4008
  /**
@@ -4185,7 +4185,7 @@ export namespace sheets_v4 {
4185
4185
  */
4186
4186
  italic?: boolean | null;
4187
4187
  /**
4188
- * The link destination of the text, if any. Setting a link in a format run will clear an existing cell-level link. When a link is set, the text foreground color will be set to the default link color and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults.
4188
+ * The link destination of the text, if any. Setting the link field in a TextFormatRun will clear the cell's existing links or a cell-level link set in the same request. When a link is set, the text foreground color will be set to the default link color and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults.
4189
4189
  */
4190
4190
  link?: Schema$Link;
4191
4191
  /**
@@ -4373,7 +4373,7 @@ export namespace sheets_v4 {
4373
4373
  */
4374
4374
  sizeData?: Schema$ChartData;
4375
4375
  /**
4376
- * The text format for all labels on the chart.
4376
+ * The text format for all labels on the chart. The link field is not supported.
4377
4377
  */
4378
4378
  textFormat?: Schema$TextFormat;
4379
4379
  }
@@ -4758,7 +4758,7 @@ export namespace sheets_v4 {
4758
4758
  */
4759
4759
  updatedData?: Schema$ValueRange;
4760
4760
  /**
4761
- * The range (in A1 notation) that updates were applied to.
4761
+ * The range (in [A1 notation](/sheets/api/guides/concepts#cell)) that updates were applied to.
4762
4762
  */
4763
4763
  updatedRange?: string | null;
4764
4764
  /**
@@ -4804,7 +4804,7 @@ export namespace sheets_v4 {
4804
4804
  */
4805
4805
  majorDimension?: string | null;
4806
4806
  /**
4807
- * The range the values cover, in A1 notation. For output, this range indicates the entire requested range, even though the values will exclude trailing rows and columns. When appending values, this field represents the range to search for a table, after which values will be appended.
4807
+ * The range the values cover, in [A1 notation](/sheets/api/guides/concepts#cell). For output, this range indicates the entire requested range, even though the values will exclude trailing rows and columns. When appending values, this field represents the range to search for a table, after which values will be appended.
4808
4808
  */
4809
4809
  range?: string | null;
4810
4810
  /**
@@ -6123,11 +6123,11 @@ export namespace sheets_v4 {
6123
6123
  * includeValuesInResponse: 'placeholder-value',
6124
6124
  * // How the input data should be inserted.
6125
6125
  * insertDataOption: 'placeholder-value',
6126
- * // The A1 notation of a range to search for a logical table of data. Values are appended after the last row of the table.
6126
+ * // The [A1 notation](/sheets/api/guides/concepts#cell) of a range to search for a logical table of data. Values are appended after the last row of the table.
6127
6127
  * range: 'placeholder-value',
6128
- * // Determines how dates, times, and durations in the response should be rendered. This is ignored if response_value_render_option is FORMATTED_VALUE. The default dateTime render option is [DateTimeRenderOption.SERIAL_NUMBER].
6128
+ * // Determines how dates, times, and durations in the response should be rendered. This is ignored if response_value_render_option is FORMATTED_VALUE. The default dateTime render option is SERIAL_NUMBER.
6129
6129
  * responseDateTimeRenderOption: 'placeholder-value',
6130
- * // Determines how values in the response should be rendered. The default render option is ValueRenderOption.FORMATTED_VALUE.
6130
+ * // Determines how values in the response should be rendered. The default render option is FORMATTED_VALUE.
6131
6131
  * responseValueRenderOption: 'placeholder-value',
6132
6132
  * // The ID of the spreadsheet to update.
6133
6133
  * spreadsheetId: 'placeholder-value',
@@ -6250,7 +6250,7 @@ export namespace sheets_v4 {
6250
6250
  }
6251
6251
 
6252
6252
  /**
6253
- * Clears one or more ranges of values from a spreadsheet. The caller must specify the spreadsheet ID and one or more ranges. Only values are cleared -- all other properties of the cell (such as formatting, data validation, etc..) are kept.
6253
+ * Clears one or more ranges of values from a spreadsheet. The caller must specify the spreadsheet ID and one or more ranges. Only values are cleared -- all other properties of the cell (such as formatting and data validation) are kept.
6254
6254
  * @example
6255
6255
  * ```js
6256
6256
  * // Before running the sample:
@@ -6510,7 +6510,8 @@ export namespace sheets_v4 {
6510
6510
 
6511
6511
  if (typeof paramsOrCallback === 'function') {
6512
6512
  callback = paramsOrCallback;
6513
- params = {} as Params$Resource$Spreadsheets$Values$Batchclearbydatafilter;
6513
+ params =
6514
+ {} as Params$Resource$Spreadsheets$Values$Batchclearbydatafilter;
6514
6515
  options = {};
6515
6516
  }
6516
6517
 
@@ -6581,11 +6582,11 @@ export namespace sheets_v4 {
6581
6582
  *
6582
6583
  * // Do the magic
6583
6584
  * const res = await sheets.spreadsheets.values.batchGet({
6584
- * // How dates, times, and durations should be represented in the output. This is ignored if value_render_option is FORMATTED_VALUE. The default dateTime render option is [DateTimeRenderOption.SERIAL_NUMBER].
6585
+ * // How dates, times, and durations should be represented in the output. This is ignored if value_render_option is FORMATTED_VALUE. The default dateTime render option is SERIAL_NUMBER.
6585
6586
  * dateTimeRenderOption: 'placeholder-value',
6586
- * // The major dimension that results should use. For example, if the spreadsheet data is: `A1=1,B1=2,A2=3,B2=4`, then requesting `range=A1:B2,majorDimension=ROWS` returns `[[1,2],[3,4]]`, whereas requesting `range=A1:B2,majorDimension=COLUMNS` returns `[[1,3],[2,4]]`.
6587
+ * // The major dimension that results should use. For example, if the spreadsheet data is: `A1=1,B1=2,A2=3,B2=4`, then requesting `ranges=["A1:B2"],majorDimension=ROWS` returns `[[1,2],[3,4]]`, whereas requesting `ranges=["A1:B2"],majorDimension=COLUMNS` returns `[[1,3],[2,4]]`.
6587
6588
  * majorDimension: 'placeholder-value',
6588
- * // The A1 notation or R1C1 notation of the range to retrieve values from.
6589
+ * // The [A1 notation or R1C1 notation](/sheets/api/guides/concepts#cell) of the range to retrieve values from.
6589
6590
  * ranges: 'placeholder-value',
6590
6591
  * // The ID of the spreadsheet to retrieve data from.
6591
6592
  * spreadsheetId: 'placeholder-value',
@@ -7129,7 +7130,8 @@ export namespace sheets_v4 {
7129
7130
 
7130
7131
  if (typeof paramsOrCallback === 'function') {
7131
7132
  callback = paramsOrCallback;
7132
- params = {} as Params$Resource$Spreadsheets$Values$Batchupdatebydatafilter;
7133
+ params =
7134
+ {} as Params$Resource$Spreadsheets$Values$Batchupdatebydatafilter;
7133
7135
  options = {};
7134
7136
  }
7135
7137
 
@@ -7198,7 +7200,7 @@ export namespace sheets_v4 {
7198
7200
  *
7199
7201
  * // Do the magic
7200
7202
  * const res = await sheets.spreadsheets.values.clear({
7201
- * // The A1 notation or R1C1 notation of the values to clear.
7203
+ * // The [A1 notation or R1C1 notation](/sheets/api/guides/concepts#cell) of the values to clear.
7202
7204
  * range: 'placeholder-value',
7203
7205
  * // The ID of the spreadsheet to update.
7204
7206
  * spreadsheetId: 'placeholder-value',
@@ -7344,15 +7346,15 @@ export namespace sheets_v4 {
7344
7346
  *
7345
7347
  * // Do the magic
7346
7348
  * const res = await sheets.spreadsheets.values.get({
7347
- * // How dates, times, and durations should be represented in the output. This is ignored if value_render_option is FORMATTED_VALUE. The default dateTime render option is [DateTimeRenderOption.SERIAL_NUMBER].
7349
+ * // How dates, times, and durations should be represented in the output. This is ignored if value_render_option is FORMATTED_VALUE. The default dateTime render option is SERIAL_NUMBER.
7348
7350
  * dateTimeRenderOption: 'placeholder-value',
7349
7351
  * // The major dimension that results should use. For example, if the spreadsheet data is: `A1=1,B1=2,A2=3,B2=4`, then requesting `range=A1:B2,majorDimension=ROWS` returns `[[1,2],[3,4]]`, whereas requesting `range=A1:B2,majorDimension=COLUMNS` returns `[[1,3],[2,4]]`.
7350
7352
  * majorDimension: 'placeholder-value',
7351
- * // The A1 notation or R1C1 notation of the range to retrieve values from.
7353
+ * // The [A1 notation or R1C1 notation](/sheets/api/guides/concepts#cell) of the range to retrieve values from.
7352
7354
  * range: 'placeholder-value',
7353
7355
  * // The ID of the spreadsheet to retrieve data from.
7354
7356
  * spreadsheetId: 'placeholder-value',
7355
- * // How values should be represented in the output. The default render option is ValueRenderOption.FORMATTED_VALUE.
7357
+ * // How values should be represented in the output. The default render option is FORMATTED_VALUE.
7356
7358
  * valueRenderOption: 'placeholder-value',
7357
7359
  * });
7358
7360
  * console.log(res.data);
@@ -7488,11 +7490,11 @@ export namespace sheets_v4 {
7488
7490
  * const res = await sheets.spreadsheets.values.update({
7489
7491
  * // Determines if the update response should include the values of the cells that were updated. By default, responses do not include the updated values. If the range to write was larger than the range actually written, the response includes all values in the requested range (excluding trailing empty rows and columns).
7490
7492
  * includeValuesInResponse: 'placeholder-value',
7491
- * // The A1 notation of the values to update.
7493
+ * // The [A1 notation](/sheets/api/guides/concepts#cell) of the values to update.
7492
7494
  * range: 'placeholder-value',
7493
- * // Determines how dates, times, and durations in the response should be rendered. This is ignored if response_value_render_option is FORMATTED_VALUE. The default dateTime render option is DateTimeRenderOption.SERIAL_NUMBER.
7495
+ * // Determines how dates, times, and durations in the response should be rendered. This is ignored if response_value_render_option is FORMATTED_VALUE. The default dateTime render option is SERIAL_NUMBER.
7494
7496
  * responseDateTimeRenderOption: 'placeholder-value',
7495
- * // Determines how values in the response should be rendered. The default render option is ValueRenderOption.FORMATTED_VALUE.
7497
+ * // Determines how values in the response should be rendered. The default render option is FORMATTED_VALUE.
7496
7498
  * responseValueRenderOption: 'placeholder-value',
7497
7499
  * // The ID of the spreadsheet to update.
7498
7500
  * spreadsheetId: 'placeholder-value',
@@ -7629,15 +7631,15 @@ export namespace sheets_v4 {
7629
7631
  */
7630
7632
  insertDataOption?: string;
7631
7633
  /**
7632
- * The A1 notation of a range to search for a logical table of data. Values are appended after the last row of the table.
7634
+ * The [A1 notation](/sheets/api/guides/concepts#cell) of a range to search for a logical table of data. Values are appended after the last row of the table.
7633
7635
  */
7634
7636
  range?: string;
7635
7637
  /**
7636
- * Determines how dates, times, and durations in the response should be rendered. This is ignored if response_value_render_option is FORMATTED_VALUE. The default dateTime render option is [DateTimeRenderOption.SERIAL_NUMBER].
7638
+ * Determines how dates, times, and durations in the response should be rendered. This is ignored if response_value_render_option is FORMATTED_VALUE. The default dateTime render option is SERIAL_NUMBER.
7637
7639
  */
7638
7640
  responseDateTimeRenderOption?: string;
7639
7641
  /**
7640
- * Determines how values in the response should be rendered. The default render option is ValueRenderOption.FORMATTED_VALUE.
7642
+ * Determines how values in the response should be rendered. The default render option is FORMATTED_VALUE.
7641
7643
  */
7642
7644
  responseValueRenderOption?: string;
7643
7645
  /**
@@ -7681,15 +7683,15 @@ export namespace sheets_v4 {
7681
7683
  export interface Params$Resource$Spreadsheets$Values$Batchget
7682
7684
  extends StandardParameters {
7683
7685
  /**
7684
- * How dates, times, and durations should be represented in the output. This is ignored if value_render_option is FORMATTED_VALUE. The default dateTime render option is [DateTimeRenderOption.SERIAL_NUMBER].
7686
+ * How dates, times, and durations should be represented in the output. This is ignored if value_render_option is FORMATTED_VALUE. The default dateTime render option is SERIAL_NUMBER.
7685
7687
  */
7686
7688
  dateTimeRenderOption?: string;
7687
7689
  /**
7688
- * The major dimension that results should use. For example, if the spreadsheet data is: `A1=1,B1=2,A2=3,B2=4`, then requesting `range=A1:B2,majorDimension=ROWS` returns `[[1,2],[3,4]]`, whereas requesting `range=A1:B2,majorDimension=COLUMNS` returns `[[1,3],[2,4]]`.
7690
+ * The major dimension that results should use. For example, if the spreadsheet data is: `A1=1,B1=2,A2=3,B2=4`, then requesting `ranges=["A1:B2"],majorDimension=ROWS` returns `[[1,2],[3,4]]`, whereas requesting `ranges=["A1:B2"],majorDimension=COLUMNS` returns `[[1,3],[2,4]]`.
7689
7691
  */
7690
7692
  majorDimension?: string;
7691
7693
  /**
7692
- * The A1 notation or R1C1 notation of the range to retrieve values from.
7694
+ * The [A1 notation or R1C1 notation](/sheets/api/guides/concepts#cell) of the range to retrieve values from.
7693
7695
  */
7694
7696
  ranges?: string[];
7695
7697
  /**
@@ -7740,7 +7742,7 @@ export namespace sheets_v4 {
7740
7742
  export interface Params$Resource$Spreadsheets$Values$Clear
7741
7743
  extends StandardParameters {
7742
7744
  /**
7743
- * The A1 notation or R1C1 notation of the values to clear.
7745
+ * The [A1 notation or R1C1 notation](/sheets/api/guides/concepts#cell) of the values to clear.
7744
7746
  */
7745
7747
  range?: string;
7746
7748
  /**
@@ -7756,7 +7758,7 @@ export namespace sheets_v4 {
7756
7758
  export interface Params$Resource$Spreadsheets$Values$Get
7757
7759
  extends StandardParameters {
7758
7760
  /**
7759
- * How dates, times, and durations should be represented in the output. This is ignored if value_render_option is FORMATTED_VALUE. The default dateTime render option is [DateTimeRenderOption.SERIAL_NUMBER].
7761
+ * How dates, times, and durations should be represented in the output. This is ignored if value_render_option is FORMATTED_VALUE. The default dateTime render option is SERIAL_NUMBER.
7760
7762
  */
7761
7763
  dateTimeRenderOption?: string;
7762
7764
  /**
@@ -7764,7 +7766,7 @@ export namespace sheets_v4 {
7764
7766
  */
7765
7767
  majorDimension?: string;
7766
7768
  /**
7767
- * The A1 notation or R1C1 notation of the range to retrieve values from.
7769
+ * The [A1 notation or R1C1 notation](/sheets/api/guides/concepts#cell) of the range to retrieve values from.
7768
7770
  */
7769
7771
  range?: string;
7770
7772
  /**
@@ -7772,7 +7774,7 @@ export namespace sheets_v4 {
7772
7774
  */
7773
7775
  spreadsheetId?: string;
7774
7776
  /**
7775
- * How values should be represented in the output. The default render option is ValueRenderOption.FORMATTED_VALUE.
7777
+ * How values should be represented in the output. The default render option is FORMATTED_VALUE.
7776
7778
  */
7777
7779
  valueRenderOption?: string;
7778
7780
  }
@@ -7783,15 +7785,15 @@ export namespace sheets_v4 {
7783
7785
  */
7784
7786
  includeValuesInResponse?: boolean;
7785
7787
  /**
7786
- * The A1 notation of the values to update.
7788
+ * The [A1 notation](/sheets/api/guides/concepts#cell) of the values to update.
7787
7789
  */
7788
7790
  range?: string;
7789
7791
  /**
7790
- * Determines how dates, times, and durations in the response should be rendered. This is ignored if response_value_render_option is FORMATTED_VALUE. The default dateTime render option is DateTimeRenderOption.SERIAL_NUMBER.
7792
+ * Determines how dates, times, and durations in the response should be rendered. This is ignored if response_value_render_option is FORMATTED_VALUE. The default dateTime render option is SERIAL_NUMBER.
7791
7793
  */
7792
7794
  responseDateTimeRenderOption?: string;
7793
7795
  /**
7794
- * Determines how values in the response should be rendered. The default render option is ValueRenderOption.FORMATTED_VALUE.
7796
+ * Determines how values in the response should be rendered. The default render option is FORMATTED_VALUE.
7795
7797
  */
7796
7798
  responseValueRenderOption?: string;
7797
7799
  /**