@types/office-js 1.0.257 → 1.0.258
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 +2 -2
- 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: Wed,
|
|
11
|
+
* Last updated: Wed, 01 Jun 2022 18:31:31 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
|
@@ -16873,7 +16873,7 @@ declare namespace Office {
|
|
|
16873
16873
|
* **Important**: In Outlook on the web, if a user created a new message by activating a contact's email address link from their contact or
|
|
16874
16874
|
* profile card, your add-in's `getAsync` call currently won't return a value in the `displayName` property of the
|
|
16875
16875
|
* associated `EmailAddressDetails` object. For more details, refer to the
|
|
16876
|
-
* {@link https://github.com/OfficeDev/office-js
|
|
16876
|
+
* {@link https://github.com/OfficeDev/office-js/issues/2201 | related GitHub issue}.
|
|
16877
16877
|
*
|
|
16878
16878
|
* @remarks
|
|
16879
16879
|
* [Api set: Mailbox 1.1]
|
|
@@ -16901,7 +16901,7 @@ declare namespace Office {
|
|
|
16901
16901
|
* **Important**: In Outlook on the web, if a user created a new message by activating a contact's email address link from their contact or
|
|
16902
16902
|
* profile card, your add-in's `getAsync` call currently won't return a value in the `displayName` property of the
|
|
16903
16903
|
* associated `EmailAddressDetails` object. For more details, refer to the
|
|
16904
|
-
* {@link https://github.com/OfficeDev/office-js
|
|
16904
|
+
* {@link https://github.com/OfficeDev/office-js/issues/2201 | related GitHub issue}.
|
|
16905
16905
|
*
|
|
16906
16906
|
* @remarks
|
|
16907
16907
|
* [Api set: Mailbox 1.1]
|
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.258",
|
|
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": "3a6b1cffaa01f254045a36942fa861556459328c1573e8173558cdbf05050da8",
|
|
49
49
|
"typeScriptVersion": "3.9"
|
|
50
50
|
}
|