@types/office-js 1.0.322 → 1.0.323

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 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: Thu, 20 Apr 2023 21:32:46 GMT
11
+ * Last updated: Wed, 03 May 2023 18:02:49 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
@@ -8897,7 +8897,7 @@ declare namespace Office {
8897
8897
  /**
8898
8898
  * 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.
8899
8899
  *
8900
- * **Note**: In Outlook on Windows starting with Version 2210 (Build 15813.20002), Global Address Book (GAL) recipients saved to a personal address book return
8900
+ * **Important**: In Outlook on Windows (starting with Version 2210 (Build 15813.20002)), on Mac, and on the web, Global Address Book (GAL) recipients saved to a personal address book return
8901
8901
  * the `ExternalUser` value, even if their SMTP email address appears on the Exchange server. Recipients return a `User` value only if they're directly
8902
8902
  * added or resolved against the GAL.
8903
8903
  */
@@ -8905,6 +8905,10 @@ declare namespace Office {
8905
8905
  /**
8906
8906
  * Specifies the recipient isn't one of the other recipient types. It also refers to a recipient that isn't resolved against the Exchange address book,
8907
8907
  * and is therefore treated as an external SMTP address.
8908
+ *
8909
+ * **Important**: In Outlook on Android and on iOS, Global Address Book (GAL) recipients saved to a personal address book return
8910
+ * the `Other` value, even if their SMTP email address appears on the Exchange server. Recipients return a `User` value only if they're directly
8911
+ * added or resolved against the GAL.
8908
8912
  */
8909
8913
  Other = "other"
8910
8914
  }
office-js/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js",
3
- "version": "1.0.322",
3
+ "version": "1.0.323",
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": "450cc2b8bfdc33e3f6d603873f501ab3072c1c8902df3b3b6bc87b7f780dc1e5",
48
+ "typesPublisherContentHash": "d78dc8a3b496915c6a791e2f319d730f8fdacb47e3d30a718376085a4cfa4c70",
49
49
  "typeScriptVersion": "4.3"
50
50
  }