@googleapis/sheets 3.0.1 → 3.0.2
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 +7 -0
- package/build/v4.d.ts +5 -5
- package/package.json +1 -1
- package/v4.ts +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.0.2](https://github.com/googleapis/google-api-nodejs-client/compare/sheets-v3.0.1...sheets-v3.0.2) (2022-07-04)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **sheets:** update the API ([47b9d1c](https://github.com/googleapis/google-api-nodejs-client/commit/47b9d1c0ae3729555aca8f867f746615bd58ec20))
|
|
9
|
+
|
|
3
10
|
## [3.0.1](https://github.com/googleapis/google-api-nodejs-client/compare/sheets-v3.0.0...sheets-v3.0.1) (2022-06-21)
|
|
4
11
|
|
|
5
12
|
|
package/build/v4.d.ts
CHANGED
|
@@ -913,7 +913,7 @@ export declare namespace sheets_v4 {
|
|
|
913
913
|
*/
|
|
914
914
|
export interface Schema$Border {
|
|
915
915
|
/**
|
|
916
|
-
* The color of the border. Deprecated: Use
|
|
916
|
+
* The color of the border. Deprecated: Use color_style.
|
|
917
917
|
*/
|
|
918
918
|
color?: Schema$Color;
|
|
919
919
|
/**
|
|
@@ -1133,7 +1133,7 @@ export declare namespace sheets_v4 {
|
|
|
1133
1133
|
*/
|
|
1134
1134
|
horizontalAlignment?: string | null;
|
|
1135
1135
|
/**
|
|
1136
|
-
*
|
|
1136
|
+
* If one exists, how a hyperlink should be displayed in the cell.
|
|
1137
1137
|
*/
|
|
1138
1138
|
hyperlinkDisplayType?: string | null;
|
|
1139
1139
|
/**
|
|
@@ -1149,11 +1149,11 @@ 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). Setting a cell-level link here
|
|
1152
|
+
* The format of the text in the cell (unless overridden by a format run). Setting a cell-level link here clears the cell's existing links. Setting the link field in a TextFormatRun takes precedence over the cell-level link.
|
|
1153
1153
|
*/
|
|
1154
1154
|
textFormat?: Schema$TextFormat;
|
|
1155
1155
|
/**
|
|
1156
|
-
* The rotation applied to text in
|
|
1156
|
+
* The rotation applied to text in the cell.
|
|
1157
1157
|
*/
|
|
1158
1158
|
textRotation?: Schema$TextRotation;
|
|
1159
1159
|
/**
|
|
@@ -1418,7 +1418,7 @@ export declare namespace sheets_v4 {
|
|
|
1418
1418
|
*/
|
|
1419
1419
|
export interface Schema$ColorStyle {
|
|
1420
1420
|
/**
|
|
1421
|
-
* RGB color.
|
|
1421
|
+
* RGB color. The [`alpha`](/sheets/api/reference/rest/v4/spreadsheets/other#Color.FIELDS.alpha) value in the [`Color`](/sheets/api/reference/rest/v4/spreadsheets/other#color) object isn't generally supported.
|
|
1422
1422
|
*/
|
|
1423
1423
|
rgbColor?: Schema$Color;
|
|
1424
1424
|
/**
|
package/package.json
CHANGED
package/v4.ts
CHANGED
|
@@ -964,7 +964,7 @@ export namespace sheets_v4 {
|
|
|
964
964
|
*/
|
|
965
965
|
export interface Schema$Border {
|
|
966
966
|
/**
|
|
967
|
-
* The color of the border. Deprecated: Use
|
|
967
|
+
* The color of the border. Deprecated: Use color_style.
|
|
968
968
|
*/
|
|
969
969
|
color?: Schema$Color;
|
|
970
970
|
/**
|
|
@@ -1184,7 +1184,7 @@ export namespace sheets_v4 {
|
|
|
1184
1184
|
*/
|
|
1185
1185
|
horizontalAlignment?: string | null;
|
|
1186
1186
|
/**
|
|
1187
|
-
*
|
|
1187
|
+
* If one exists, how a hyperlink should be displayed in the cell.
|
|
1188
1188
|
*/
|
|
1189
1189
|
hyperlinkDisplayType?: string | null;
|
|
1190
1190
|
/**
|
|
@@ -1200,11 +1200,11 @@ export namespace sheets_v4 {
|
|
|
1200
1200
|
*/
|
|
1201
1201
|
textDirection?: string | null;
|
|
1202
1202
|
/**
|
|
1203
|
-
* The format of the text in the cell (unless overridden by a format run). Setting a cell-level link here
|
|
1203
|
+
* The format of the text in the cell (unless overridden by a format run). Setting a cell-level link here clears the cell's existing links. Setting the link field in a TextFormatRun takes precedence over the cell-level link.
|
|
1204
1204
|
*/
|
|
1205
1205
|
textFormat?: Schema$TextFormat;
|
|
1206
1206
|
/**
|
|
1207
|
-
* The rotation applied to text in
|
|
1207
|
+
* The rotation applied to text in the cell.
|
|
1208
1208
|
*/
|
|
1209
1209
|
textRotation?: Schema$TextRotation;
|
|
1210
1210
|
/**
|
|
@@ -1468,7 +1468,7 @@ export namespace sheets_v4 {
|
|
|
1468
1468
|
*/
|
|
1469
1469
|
export interface Schema$ColorStyle {
|
|
1470
1470
|
/**
|
|
1471
|
-
* RGB color.
|
|
1471
|
+
* RGB color. The [`alpha`](/sheets/api/reference/rest/v4/spreadsheets/other#Color.FIELDS.alpha) value in the [`Color`](/sheets/api/reference/rest/v4/spreadsheets/other#color) object isn't generally supported.
|
|
1472
1472
|
*/
|
|
1473
1473
|
rgbColor?: Schema$Color;
|
|
1474
1474
|
/**
|