@types/google-spreadsheet
Advanced tools
Comparing version 3.1.5 to 3.2.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for google-spreadsheet 3.1 | ||
// Type definitions for google-spreadsheet 3.2 | ||
// Project: https://github.com/theoephraim/node-google-spreadsheet | ||
@@ -860,2 +860,14 @@ // Definitions by: the-vampiire <https://github.com/the-vampiire> | ||
* @description | ||
* insert into worksheet "dimension properties" | ||
* | ||
* @param columnsOrRows which dimension to update | ||
* | ||
* @param bounds start index and end index of the dimension to be added | ||
* | ||
* @param inheritFromBefore to inherit properties from the previous dimension | ||
*/ | ||
insertDimension(columnsOrRows: WorksheetDimension, bounds: WorksheetDimensionBounds, inheritFromBefore?: boolean): Promise<void>; | ||
/** | ||
* @description | ||
* clear all data/cells in the worksheet | ||
@@ -862,0 +874,0 @@ */ |
{ | ||
"name": "@types/google-spreadsheet", | ||
"version": "3.1.5", | ||
"version": "3.2.0", | ||
"description": "TypeScript definitions for google-spreadsheet", | ||
@@ -28,4 +28,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/google-spreadsheet", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "24bab1567cd267309a2552a91c07a79e517698237e34f87ffba478f4b533c6d6", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "d41b02222c1e9469992f51852e2f74e24bd3a6422e5172ab1f0f6b215330809f", | ||
"typeScriptVersion": "3.9" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 29 Jul 2021 17:01:17 GMT | ||
* Last updated: Wed, 23 Mar 2022 04:31:43 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
32066
998