@types/office-js 1.0.405 → 1.0.406

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, 18 Jul 2024 20:36:05 GMT
11
+ * Last updated: Tue, 30 Jul 2024 20:35:47 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
office-js/index.d.ts CHANGED
@@ -13736,10 +13736,6 @@ declare namespace Office {
13736
13736
  /**
13737
13737
  * Represents an email account on an Exchange Server.
13738
13738
  *
13739
- * `EmailUser` objects are primarily received in {@link Office.MeetingSuggestion | MeetingSuggestion} and
13740
- * {@link Office.TaskSuggestion | TaskSuggestion} entities extracted from an Outlook item. To learn more about this scenario, refer to
13741
- * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/extract-entity-strings-from-an-item | Extract entity strings from an Outlook item}.
13742
- *
13743
13739
  * @remarks
13744
13740
  *
13745
13741
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/understanding-outlook-add-in-permissions | Minimum permission level}**: **read item**
office-js/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js",
3
- "version": "1.0.405",
3
+ "version": "1.0.406",
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": "7ae2399d1ef2e8a2adece358b14552bdd854b0b2e08be6ec548a6aa78302d959",
48
+ "typesPublisherContentHash": "cbd5fb6066a541ecf09d20319c4d4fd0d11d585ec79ef8daaa2dafef04a886b3",
49
49
  "typeScriptVersion": "4.8"
50
50
  }