@types/office-js-preview 1.0.289 → 1.0.290
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-preview/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-preview.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Fri, 18 Mar 2022 15:31:47 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
* Global values: `Excel`, `Office`, `OfficeCore`, `OfficeExtension`, `OneNote`, `PowerPoint`, `Visio`, `Word`
|
|
14
14
|
|
office-js-preview/index.d.ts
CHANGED
|
@@ -1010,11 +1010,11 @@ declare namespace Office {
|
|
|
1010
1010
|
*/
|
|
1011
1011
|
code: number;
|
|
1012
1012
|
/**
|
|
1013
|
-
* Gets
|
|
1013
|
+
* Gets a detailed description of the error.
|
|
1014
1014
|
*/
|
|
1015
1015
|
message: string;
|
|
1016
1016
|
/**
|
|
1017
|
-
* Gets
|
|
1017
|
+
* Gets the name of the error.
|
|
1018
1018
|
*/
|
|
1019
1019
|
name: string;
|
|
1020
1020
|
}
|
office-js-preview/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/office-js-preview",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.290",
|
|
4
4
|
"description": "TypeScript definitions for Office.js",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js-preview",
|
|
6
6
|
"license": "MIT",
|
|
@@ -45,6 +45,6 @@
|
|
|
45
45
|
},
|
|
46
46
|
"scripts": {},
|
|
47
47
|
"dependencies": {},
|
|
48
|
-
"typesPublisherContentHash": "
|
|
48
|
+
"typesPublisherContentHash": "5a9e367dc8871b387c7f183dd7b723ff90bb1b28a2a2b954a68faae4d46c1dcf",
|
|
49
49
|
"typeScriptVersion": "3.9"
|
|
50
50
|
}
|