@googleapis/sheets 4.0.1 → 4.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 +1 -1
- package/package.json +1 -1
- package/v4.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [4.0.2](https://github.com/googleapis/google-api-nodejs-client/compare/sheets-v4.0.1...sheets-v4.0.2) (2023-03-13)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **sheets:** update the API ([073c5c4](https://github.com/googleapis/google-api-nodejs-client/commit/073c5c4fabc1ff5abd9ccf7432856349d7761afa))
|
|
9
|
+
|
|
3
10
|
## [4.0.1](https://github.com/googleapis/google-api-nodejs-client/compare/sheets-v4.0.0...sheets-v4.0.1) (2022-12-22)
|
|
4
11
|
|
|
5
12
|
|
package/build/v4.d.ts
CHANGED
|
@@ -1108,7 +1108,7 @@ export declare namespace sheets_v4 {
|
|
|
1108
1108
|
*/
|
|
1109
1109
|
userEnteredFormat?: Schema$CellFormat;
|
|
1110
1110
|
/**
|
|
1111
|
-
* The value the user entered in the cell. e.g
|
|
1111
|
+
* The value the user entered in the cell. e.g., `1234`, `'Hello'`, or `=NOW()` Note: Dates, Times and DateTimes are represented as doubles in serial number format.
|
|
1112
1112
|
*/
|
|
1113
1113
|
userEnteredValue?: Schema$ExtendedValue;
|
|
1114
1114
|
}
|
package/package.json
CHANGED
package/v4.ts
CHANGED
|
@@ -1159,7 +1159,7 @@ export namespace sheets_v4 {
|
|
|
1159
1159
|
*/
|
|
1160
1160
|
userEnteredFormat?: Schema$CellFormat;
|
|
1161
1161
|
/**
|
|
1162
|
-
* The value the user entered in the cell. e.g
|
|
1162
|
+
* The value the user entered in the cell. e.g., `1234`, `'Hello'`, or `=NOW()` Note: Dates, Times and DateTimes are represented as doubles in serial number format.
|
|
1163
1163
|
*/
|
|
1164
1164
|
userEnteredValue?: Schema$ExtendedValue;
|
|
1165
1165
|
}
|