@types/office-js-preview 1.0.308 → 1.0.309
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: 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-preview/index.d.ts
CHANGED
|
@@ -17511,7 +17511,7 @@ declare namespace Office {
|
|
|
17511
17511
|
* **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
|
|
17512
17512
|
* profile card, your add-in's `getAsync` call currently won't return a value in the `displayName` property of the
|
|
17513
17513
|
* associated `EmailAddressDetails` object. For more details, refer to the
|
|
17514
|
-
* {@link https://github.com/OfficeDev/office-js
|
|
17514
|
+
* {@link https://github.com/OfficeDev/office-js/issues/2201 | related GitHub issue}.
|
|
17515
17515
|
*
|
|
17516
17516
|
* @remarks
|
|
17517
17517
|
* [Api set: Mailbox 1.1]
|
|
@@ -17539,7 +17539,7 @@ declare namespace Office {
|
|
|
17539
17539
|
* **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
|
|
17540
17540
|
* profile card, your add-in's `getAsync` call currently won't return a value in the `displayName` property of the
|
|
17541
17541
|
* associated `EmailAddressDetails` object. For more details, refer to the
|
|
17542
|
-
* {@link https://github.com/OfficeDev/office-js
|
|
17542
|
+
* {@link https://github.com/OfficeDev/office-js/issues/2201 | related GitHub issue}.
|
|
17543
17543
|
*
|
|
17544
17544
|
* @remarks
|
|
17545
17545
|
* [Api set: Mailbox 1.1]
|
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.309",
|
|
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": "931fa5490b8528c078e76ffa6b5d2de65e4f83c101f1733a6d8372d9d515d3ad",
|
|
49
49
|
"typeScriptVersion": "3.9"
|
|
50
50
|
}
|