@types/office-js-preview 1.0.347 → 1.0.349
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: Thu,
|
|
11
|
+
* Last updated: Thu, 03 Nov 2022 15:02:49 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
|
@@ -4288,7 +4288,7 @@ declare namespace Office {
|
|
|
4288
4288
|
* </tr>
|
|
4289
4289
|
* <tr>
|
|
4290
4290
|
* <td><code>Office.CoercionType.SlideRange</code></td>
|
|
4291
|
-
* <td>- PowerPoint
|
|
4291
|
+
* <td>- PowerPoint</td>
|
|
4292
4292
|
* </tr>
|
|
4293
4293
|
* <tr>
|
|
4294
4294
|
* <td><code>Office.CoercionType.Table</code> (TableData object)</td>
|
|
@@ -4528,7 +4528,7 @@ declare namespace Office {
|
|
|
4528
4528
|
* </tr>
|
|
4529
4529
|
* <tr>
|
|
4530
4530
|
* <td><code>Office.CoercionType.SlideRange</code></td>
|
|
4531
|
-
* <td>- PowerPoint on the web and Windows</td>
|
|
4531
|
+
* <td>- PowerPoint on the web and on Windows</td>
|
|
4532
4532
|
* </tr>
|
|
4533
4533
|
* <tr>
|
|
4534
4534
|
* <td><code>Office.CoercionType.Table</code> (TableData object)</td>
|
|
@@ -8976,7 +8976,11 @@ declare namespace Office {
|
|
|
8976
8976
|
*/
|
|
8977
8977
|
User = "user",
|
|
8978
8978
|
/**
|
|
8979
|
-
* Specifies the recipient is an SMTP email address that isn't on the Exchange server.
|
|
8979
|
+
* Specifies the recipient is an SMTP email address that isn't on the Exchange server. It also refers to a recipient added from a personal Outlook address book.
|
|
8980
|
+
*
|
|
8981
|
+
* **Note**: In Outlook on Windows starting with Version 2210 (Build 15813.20002), Global Address Book (GAL) recipients saved to a personal address book return
|
|
8982
|
+
* the `ExternalUser` value, even if their SMTP email address appears on the Exchange server. Recipients return a `User` value only if they're directly
|
|
8983
|
+
* added or resolved against the GAL.
|
|
8980
8984
|
*/
|
|
8981
8985
|
ExternalUser = "externalUser",
|
|
8982
8986
|
/**
|
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.349",
|
|
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": "c28dd390f5279bf1d163b50f6e24ecaad5cd9d0246b234c5a5718a204e420728",
|
|
49
49
|
"typeScriptVersion": "4.1"
|
|
50
50
|
}
|