@googleapis/sheets 9.3.0 → 9.3.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 +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
|
+
## [9.3.1](https://github.com/googleapis/google-api-nodejs-client/compare/sheets-v9.3.0...sheets-v9.3.1) (2024-08-30)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **sheets:** update the API ([2c4f5c4](https://github.com/googleapis/google-api-nodejs-client/commit/2c4f5c4289630060b4ab221715790867492d222c))
|
|
9
|
+
|
|
3
10
|
## [9.3.0](https://github.com/googleapis/google-api-nodejs-client/compare/sheets-v9.2.0...sheets-v9.3.0) (2024-08-16)
|
|
4
11
|
|
|
5
12
|
|
package/build/v4.d.ts
CHANGED
|
@@ -4157,7 +4157,7 @@ export declare namespace sheets_v4 {
|
|
|
4157
4157
|
*/
|
|
4158
4158
|
defaultFormat?: Schema$CellFormat;
|
|
4159
4159
|
/**
|
|
4160
|
-
* Whether to allow external URL access for image and import functions. Read only when true. When false, you can set to true.
|
|
4160
|
+
* Whether to allow external URL access for image and import functions. Read only when true. When false, you can set to true. This value will be bypassed and always return true if the admin has enabled the allowlisting feature.
|
|
4161
4161
|
*/
|
|
4162
4162
|
importFunctionsExternalUrlAccessAllowed?: boolean | null;
|
|
4163
4163
|
/**
|
package/package.json
CHANGED
package/v4.ts
CHANGED
|
@@ -4203,7 +4203,7 @@ export namespace sheets_v4 {
|
|
|
4203
4203
|
*/
|
|
4204
4204
|
defaultFormat?: Schema$CellFormat;
|
|
4205
4205
|
/**
|
|
4206
|
-
* Whether to allow external URL access for image and import functions. Read only when true. When false, you can set to true.
|
|
4206
|
+
* Whether to allow external URL access for image and import functions. Read only when true. When false, you can set to true. This value will be bypassed and always return true if the admin has enabled the allowlisting feature.
|
|
4207
4207
|
*/
|
|
4208
4208
|
importFunctionsExternalUrlAccessAllowed?: boolean | null;
|
|
4209
4209
|
/**
|