@types/office-js 1.0.214 → 1.0.215

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.
office-js/README.md CHANGED
@@ -8,7 +8,7 @@ This package contains type definitions for Office.js (https://github.com/OfficeD
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Fri, 22 Oct 2021 21:31:19 GMT
11
+ * Last updated: Fri, 29 Oct 2021 22:31:30 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `Excel`, `Office`, `OfficeCore`, `OfficeExtension`, `OneNote`, `PowerPoint`, `Visio`, `Word`
14
14
 
office-js/index.d.ts CHANGED
@@ -32833,7 +32833,7 @@ declare namespace Excel {
32833
32833
  * Clears the column filter criteria of the AutoFilter.
32834
32834
  *
32835
32835
  * @remarks
32836
- * [Api set: ExcelApiOnline 1.1]
32836
+ * [Api set: ExcelApi 1.14]
32837
32837
  *
32838
32838
  * @param columnIndex The zero-based column index, which represents which column filter needs to be cleared.
32839
32839
  If the index value is not supported(for example, if the value is a negative number, or if the value is greater than the number of available columns in the range),
office-js/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js",
3
- "version": "1.0.214",
3
+ "version": "1.0.215",
4
4
  "description": "TypeScript definitions for Office.js",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js",
6
6
  "license": "MIT",
@@ -40,6 +40,6 @@
40
40
  },
41
41
  "scripts": {},
42
42
  "dependencies": {},
43
- "typesPublisherContentHash": "4a05bea4c5e7ecf93cda2ef524c5249a0461294dce4e7c051b56785742bc2ec9",
43
+ "typesPublisherContentHash": "fbe02e88699a0b4fb15859bbecc823570e54848a419b2416ed30c37c1497fb6f",
44
44
  "typeScriptVersion": "3.7"
45
45
  }