@googleapis/sheets 5.0.3 → 5.0.5
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 +17 -0
- package/build/v4.d.ts +13 -13
- package/package.json +3 -3
- package/v4.ts +13 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [5.0.5](https://github.com/googleapis/google-api-nodejs-client/compare/sheets-v5.0.4...sheets-v5.0.5) (2023-10-11)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **deps:** update dependency googleapis-common to v7 ([9491ec1](https://github.com/googleapis/google-api-nodejs-client/commit/9491ec1cdc3c413e7d73edcfcd59cf5c28a7c855))
|
|
9
|
+
* **sheets:** update the API ([e11a68c](https://github.com/googleapis/google-api-nodejs-client/commit/e11a68c0004f56ddb4a89a34fe0a65b9924c9728))
|
|
10
|
+
* **sheets:** update the API ([19e06a7](https://github.com/googleapis/google-api-nodejs-client/commit/19e06a7c922dbb495c0861188329cc93a0abf0c3))
|
|
11
|
+
* **sheets:** update the API ([3333f83](https://github.com/googleapis/google-api-nodejs-client/commit/3333f834739bb1aad601b579c3eeae0dbecf7b21))
|
|
12
|
+
|
|
13
|
+
## [5.0.4](https://github.com/googleapis/google-api-nodejs-client/compare/sheets-v5.0.3...sheets-v5.0.4) (2023-08-25)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
|
|
18
|
+
* **deps:** update dependency googleapis-common to v7 ([9491ec1](https://github.com/googleapis/google-api-nodejs-client/commit/9491ec1cdc3c413e7d73edcfcd59cf5c28a7c855))
|
|
19
|
+
|
|
3
20
|
## [5.0.3](https://github.com/googleapis/google-api-nodejs-client/compare/sheets-v5.0.2...sheets-v5.0.3) (2023-08-15)
|
|
4
21
|
|
|
5
22
|
|
package/build/v4.d.ts
CHANGED
|
@@ -336,7 +336,7 @@ export declare namespace sheets_v4 {
|
|
|
336
336
|
*/
|
|
337
337
|
export interface Schema$BandedRange {
|
|
338
338
|
/**
|
|
339
|
-
* The
|
|
339
|
+
* The ID of the banded range.
|
|
340
340
|
*/
|
|
341
341
|
bandedRangeId?: number | null;
|
|
342
342
|
/**
|
|
@@ -594,7 +594,7 @@ export declare namespace sheets_v4 {
|
|
|
594
594
|
*/
|
|
595
595
|
colorStyle?: Schema$ColorStyle;
|
|
596
596
|
/**
|
|
597
|
-
*
|
|
597
|
+
* The zero-based index of the series data point.
|
|
598
598
|
*/
|
|
599
599
|
index?: number | null;
|
|
600
600
|
/**
|
|
@@ -844,7 +844,7 @@ export declare namespace sheets_v4 {
|
|
|
844
844
|
*/
|
|
845
845
|
export interface Schema$BigQueryDataSourceSpec {
|
|
846
846
|
/**
|
|
847
|
-
* The ID of a BigQuery enabled
|
|
847
|
+
* 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.
|
|
848
848
|
*/
|
|
849
849
|
projectId?: string | null;
|
|
850
850
|
/**
|
|
@@ -866,7 +866,7 @@ export declare namespace sheets_v4 {
|
|
|
866
866
|
rawQuery?: string | null;
|
|
867
867
|
}
|
|
868
868
|
/**
|
|
869
|
-
* Specifies a BigQuery table definition. Only [native tables](https://cloud.google.com/bigquery/docs/tables-intro)
|
|
869
|
+
* Specifies a BigQuery table definition. Only [native tables](https://cloud.google.com/bigquery/docs/tables-intro) are allowed.
|
|
870
870
|
*/
|
|
871
871
|
export interface Schema$BigQueryTableSpec {
|
|
872
872
|
/**
|
|
@@ -904,7 +904,7 @@ export declare namespace sheets_v4 {
|
|
|
904
904
|
*/
|
|
905
905
|
condition?: Schema$BooleanCondition;
|
|
906
906
|
/**
|
|
907
|
-
* The format to apply. Conditional formatting can only apply a subset of formatting: bold, italic, strikethrough, foreground color
|
|
907
|
+
* The format to apply. Conditional formatting can only apply a subset of formatting: bold, italic, strikethrough, foreground color and, background color.
|
|
908
908
|
*/
|
|
909
909
|
format?: Schema$CellFormat;
|
|
910
910
|
}
|
|
@@ -1731,7 +1731,7 @@ export declare namespace sheets_v4 {
|
|
|
1731
1731
|
*/
|
|
1732
1732
|
export interface Schema$DataSourceRefreshMonthlySchedule {
|
|
1733
1733
|
/**
|
|
1734
|
-
* Days of the month to refresh. Only 1-28 are supported, mapping to the 1st to the 28th day. At
|
|
1734
|
+
* 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.
|
|
1735
1735
|
*/
|
|
1736
1736
|
daysOfMonth?: number[] | null;
|
|
1737
1737
|
/**
|
|
@@ -1740,7 +1740,7 @@ export declare namespace sheets_v4 {
|
|
|
1740
1740
|
startTime?: Schema$TimeOfDay;
|
|
1741
1741
|
}
|
|
1742
1742
|
/**
|
|
1743
|
-
* Schedule for refreshing the data source. Data sources in the spreadsheet are refreshed within a time interval. You can specify the start time by clicking the Scheduled Refresh button in the Sheets editor, but the interval is fixed at 4 hours. For example, if you specify a start time of
|
|
1743
|
+
* Schedule for refreshing the data source. Data sources in the spreadsheet are refreshed within a time interval. You can specify the start time by clicking the Scheduled Refresh button in the Sheets editor, but the interval is fixed at 4 hours. For example, if you specify a start time of 8 AM , the refresh will take place between 8 AM and 12 PM every day.
|
|
1744
1744
|
*/
|
|
1745
1745
|
export interface Schema$DataSourceRefreshSchedule {
|
|
1746
1746
|
/**
|
|
@@ -2382,7 +2382,7 @@ export declare namespace sheets_v4 {
|
|
|
2382
2382
|
*/
|
|
2383
2383
|
export interface Schema$FilterSpec {
|
|
2384
2384
|
/**
|
|
2385
|
-
* The column index.
|
|
2385
|
+
* The zero-based column index.
|
|
2386
2386
|
*/
|
|
2387
2387
|
columnIndex?: number | null;
|
|
2388
2388
|
/**
|
|
@@ -3051,7 +3051,7 @@ export declare namespace sheets_v4 {
|
|
|
3051
3051
|
*/
|
|
3052
3052
|
export interface Schema$PivotFilterSpec {
|
|
3053
3053
|
/**
|
|
3054
|
-
* The column offset of the source range.
|
|
3054
|
+
* The zero-based column offset of the source range.
|
|
3055
3055
|
*/
|
|
3056
3056
|
columnOffsetIndex?: number | null;
|
|
3057
3057
|
/**
|
|
@@ -3282,7 +3282,7 @@ export declare namespace sheets_v4 {
|
|
|
3282
3282
|
*/
|
|
3283
3283
|
unprotectedRanges?: Schema$GridRange[];
|
|
3284
3284
|
/**
|
|
3285
|
-
* 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 warning asking the user to confirm the edit. When writing: if this field is true, then editors
|
|
3285
|
+
* 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 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 `editors` field is not set (nor included in the field mask), then the editors will be set to all the editors in the document.
|
|
3286
3286
|
*/
|
|
3287
3287
|
warningOnly?: boolean | null;
|
|
3288
3288
|
}
|
|
@@ -3877,7 +3877,7 @@ export declare namespace sheets_v4 {
|
|
|
3877
3877
|
*/
|
|
3878
3878
|
hidden?: boolean | null;
|
|
3879
3879
|
/**
|
|
3880
|
-
* 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. When updating sheet indices or inserting sheets, movement is considered in "before the move" indexes. For example, if there were
|
|
3880
|
+
* 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. 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 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 equal to the current sheet index + 1.
|
|
3881
3881
|
*/
|
|
3882
3882
|
index?: number | null;
|
|
3883
3883
|
/**
|
|
@@ -3939,7 +3939,7 @@ export declare namespace sheets_v4 {
|
|
|
3939
3939
|
*/
|
|
3940
3940
|
backgroundColorStyle?: Schema$ColorStyle;
|
|
3941
3941
|
/**
|
|
3942
|
-
* The column index in the data table on which the filter is applied to.
|
|
3942
|
+
* The zero-based column index in the data table on which the filter is applied to.
|
|
3943
3943
|
*/
|
|
3944
3944
|
columnIndex?: number | null;
|
|
3945
3945
|
/**
|
|
@@ -4795,7 +4795,7 @@ export declare namespace sheets_v4 {
|
|
|
4795
4795
|
*/
|
|
4796
4796
|
label?: string | null;
|
|
4797
4797
|
/**
|
|
4798
|
-
* The
|
|
4798
|
+
* 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 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 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.
|
|
4799
4799
|
*/
|
|
4800
4800
|
subtotalIndex?: number | null;
|
|
4801
4801
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@googleapis/sheets",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.5",
|
|
4
4
|
"description": "sheets",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"types": "build/index.d.ts",
|
|
@@ -28,12 +28,12 @@
|
|
|
28
28
|
"webpack": "webpack"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"googleapis-common": "^
|
|
31
|
+
"googleapis-common": "^7.0.0"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@microsoft/api-documenter": "^7.8.10",
|
|
35
35
|
"@microsoft/api-extractor": "^7.8.10",
|
|
36
|
-
"gts": "^
|
|
36
|
+
"gts": "^5.0.0",
|
|
37
37
|
"null-loader": "^4.0.0",
|
|
38
38
|
"ts-loader": "^9.0.0",
|
|
39
39
|
"typescript": "~4.8.4",
|
package/v4.ts
CHANGED
|
@@ -389,7 +389,7 @@ export namespace sheets_v4 {
|
|
|
389
389
|
*/
|
|
390
390
|
export interface Schema$BandedRange {
|
|
391
391
|
/**
|
|
392
|
-
* The
|
|
392
|
+
* The ID of the banded range.
|
|
393
393
|
*/
|
|
394
394
|
bandedRangeId?: number | null;
|
|
395
395
|
/**
|
|
@@ -645,7 +645,7 @@ export namespace sheets_v4 {
|
|
|
645
645
|
*/
|
|
646
646
|
colorStyle?: Schema$ColorStyle;
|
|
647
647
|
/**
|
|
648
|
-
*
|
|
648
|
+
* The zero-based index of the series data point.
|
|
649
649
|
*/
|
|
650
650
|
index?: number | null;
|
|
651
651
|
/**
|
|
@@ -895,7 +895,7 @@ export namespace sheets_v4 {
|
|
|
895
895
|
*/
|
|
896
896
|
export interface Schema$BigQueryDataSourceSpec {
|
|
897
897
|
/**
|
|
898
|
-
* The ID of a BigQuery enabled
|
|
898
|
+
* 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.
|
|
899
899
|
*/
|
|
900
900
|
projectId?: string | null;
|
|
901
901
|
/**
|
|
@@ -917,7 +917,7 @@ export namespace sheets_v4 {
|
|
|
917
917
|
rawQuery?: string | null;
|
|
918
918
|
}
|
|
919
919
|
/**
|
|
920
|
-
* Specifies a BigQuery table definition. Only [native tables](https://cloud.google.com/bigquery/docs/tables-intro)
|
|
920
|
+
* Specifies a BigQuery table definition. Only [native tables](https://cloud.google.com/bigquery/docs/tables-intro) are allowed.
|
|
921
921
|
*/
|
|
922
922
|
export interface Schema$BigQueryTableSpec {
|
|
923
923
|
/**
|
|
@@ -955,7 +955,7 @@ export namespace sheets_v4 {
|
|
|
955
955
|
*/
|
|
956
956
|
condition?: Schema$BooleanCondition;
|
|
957
957
|
/**
|
|
958
|
-
* The format to apply. Conditional formatting can only apply a subset of formatting: bold, italic, strikethrough, foreground color
|
|
958
|
+
* The format to apply. Conditional formatting can only apply a subset of formatting: bold, italic, strikethrough, foreground color and, background color.
|
|
959
959
|
*/
|
|
960
960
|
format?: Schema$CellFormat;
|
|
961
961
|
}
|
|
@@ -1781,7 +1781,7 @@ export namespace sheets_v4 {
|
|
|
1781
1781
|
*/
|
|
1782
1782
|
export interface Schema$DataSourceRefreshMonthlySchedule {
|
|
1783
1783
|
/**
|
|
1784
|
-
* Days of the month to refresh. Only 1-28 are supported, mapping to the 1st to the 28th day. At
|
|
1784
|
+
* 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.
|
|
1785
1785
|
*/
|
|
1786
1786
|
daysOfMonth?: number[] | null;
|
|
1787
1787
|
/**
|
|
@@ -1790,7 +1790,7 @@ export namespace sheets_v4 {
|
|
|
1790
1790
|
startTime?: Schema$TimeOfDay;
|
|
1791
1791
|
}
|
|
1792
1792
|
/**
|
|
1793
|
-
* Schedule for refreshing the data source. Data sources in the spreadsheet are refreshed within a time interval. You can specify the start time by clicking the Scheduled Refresh button in the Sheets editor, but the interval is fixed at 4 hours. For example, if you specify a start time of
|
|
1793
|
+
* Schedule for refreshing the data source. Data sources in the spreadsheet are refreshed within a time interval. You can specify the start time by clicking the Scheduled Refresh button in the Sheets editor, but the interval is fixed at 4 hours. For example, if you specify a start time of 8 AM , the refresh will take place between 8 AM and 12 PM every day.
|
|
1794
1794
|
*/
|
|
1795
1795
|
export interface Schema$DataSourceRefreshSchedule {
|
|
1796
1796
|
/**
|
|
@@ -2432,7 +2432,7 @@ export namespace sheets_v4 {
|
|
|
2432
2432
|
*/
|
|
2433
2433
|
export interface Schema$FilterSpec {
|
|
2434
2434
|
/**
|
|
2435
|
-
* The column index.
|
|
2435
|
+
* The zero-based column index.
|
|
2436
2436
|
*/
|
|
2437
2437
|
columnIndex?: number | null;
|
|
2438
2438
|
/**
|
|
@@ -3099,7 +3099,7 @@ export namespace sheets_v4 {
|
|
|
3099
3099
|
*/
|
|
3100
3100
|
export interface Schema$PivotFilterSpec {
|
|
3101
3101
|
/**
|
|
3102
|
-
* The column offset of the source range.
|
|
3102
|
+
* The zero-based column offset of the source range.
|
|
3103
3103
|
*/
|
|
3104
3104
|
columnOffsetIndex?: number | null;
|
|
3105
3105
|
/**
|
|
@@ -3328,7 +3328,7 @@ export namespace sheets_v4 {
|
|
|
3328
3328
|
*/
|
|
3329
3329
|
unprotectedRanges?: Schema$GridRange[];
|
|
3330
3330
|
/**
|
|
3331
|
-
* 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 warning asking the user to confirm the edit. When writing: if this field is true, then editors
|
|
3331
|
+
* 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 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 `editors` field is not set (nor included in the field mask), then the editors will be set to all the editors in the document.
|
|
3332
3332
|
*/
|
|
3333
3333
|
warningOnly?: boolean | null;
|
|
3334
3334
|
}
|
|
@@ -3923,7 +3923,7 @@ export namespace sheets_v4 {
|
|
|
3923
3923
|
*/
|
|
3924
3924
|
hidden?: boolean | null;
|
|
3925
3925
|
/**
|
|
3926
|
-
* 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. When updating sheet indices or inserting sheets, movement is considered in "before the move" indexes. For example, if there were
|
|
3926
|
+
* 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. 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 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 equal to the current sheet index + 1.
|
|
3927
3927
|
*/
|
|
3928
3928
|
index?: number | null;
|
|
3929
3929
|
/**
|
|
@@ -3985,7 +3985,7 @@ export namespace sheets_v4 {
|
|
|
3985
3985
|
*/
|
|
3986
3986
|
backgroundColorStyle?: Schema$ColorStyle;
|
|
3987
3987
|
/**
|
|
3988
|
-
* The column index in the data table on which the filter is applied to.
|
|
3988
|
+
* The zero-based column index in the data table on which the filter is applied to.
|
|
3989
3989
|
*/
|
|
3990
3990
|
columnIndex?: number | null;
|
|
3991
3991
|
/**
|
|
@@ -4841,7 +4841,7 @@ export namespace sheets_v4 {
|
|
|
4841
4841
|
*/
|
|
4842
4842
|
label?: string | null;
|
|
4843
4843
|
/**
|
|
4844
|
-
* The
|
|
4844
|
+
* 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 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 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.
|
|
4845
4845
|
*/
|
|
4846
4846
|
subtotalIndex?: number | null;
|
|
4847
4847
|
}
|