@types/office-js 1.0.260 → 1.0.261
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 +1 -1
- office-js/index.d.ts +5 -1
- office-js/package.json +2 -2
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:
|
|
11
|
+
* Last updated: Mon, 13 Jun 2022 17:31:34 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
|
@@ -18067,7 +18067,7 @@ declare namespace Office {
|
|
|
18067
18067
|
* <table>
|
|
18068
18068
|
* <tr>
|
|
18069
18069
|
* <th>Value</th>
|
|
18070
|
-
* <th>Description
|
|
18070
|
+
* <th>Description</th>
|
|
18071
18071
|
* </tr>
|
|
18072
18072
|
* <tr>
|
|
18073
18073
|
* <td>enterprise</td>
|
|
@@ -18086,6 +18086,10 @@ declare namespace Office {
|
|
|
18086
18086
|
* <td>The mailbox is associated with a personal Outlook.com account.</td>
|
|
18087
18087
|
* </tr>
|
|
18088
18088
|
* </table>
|
|
18089
|
+
*
|
|
18090
|
+
* **Note**: For hybrid Exchange environments, the returned account type value depends on where the mailbox is hosted.
|
|
18091
|
+
* If the mailbox is on an on-premises server, the account type value is **enterprise**. However, if it's hosted on
|
|
18092
|
+
* Exchange Online, the account type value is **office365**.
|
|
18089
18093
|
*/
|
|
18090
18094
|
accountType: string;
|
|
18091
18095
|
/**
|
office-js/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/office-js",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.261",
|
|
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",
|
|
@@ -45,6 +45,6 @@
|
|
|
45
45
|
},
|
|
46
46
|
"scripts": {},
|
|
47
47
|
"dependencies": {},
|
|
48
|
-
"typesPublisherContentHash": "
|
|
48
|
+
"typesPublisherContentHash": "a2464b03ed422cb68eac98cfb0daff10857b2e67e5dde42ee84943c2d2b26486",
|
|
49
49
|
"typeScriptVersion": "4.0"
|
|
50
50
|
}
|