@maxim_mazurok/gapi.client.sheets-v4 0.1.20251105 → 0.1.20251112
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/index.d.ts +2 -2
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://sheets.googleapis.com/$discovery/rest?version=v4
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20251112
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -1410,7 +1410,7 @@ declare namespace gapi.client {
|
|
|
1410
1410
|
range?: GridRange;
|
|
1411
1411
|
}
|
|
1412
1412
|
interface NumberFormat {
|
|
1413
|
-
/** Pattern string used for formatting. If not set, a default pattern based on the
|
|
1413
|
+
/** Pattern string used for formatting. If not set, a default pattern based on the spreadsheet's locale will be used if necessary for the given type. See the [Date and Number Formats guide](https://developers.google.com/workspace/sheets/api/guides/formats) for more information about the supported patterns. */
|
|
1414
1414
|
pattern?: string;
|
|
1415
1415
|
/** The type of the number format. When writing, this field must be set. */
|
|
1416
1416
|
type?: string;
|