@types/office-js-preview 1.0.326 → 1.0.327

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.
@@ -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: Mon, 29 Aug 2022 18:02:41 GMT
11
+ * Last updated: Mon, 29 Aug 2022 23:32:44 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `Excel`, `Office`, `OfficeCore`, `OfficeExtension`, `OneNote`, `PowerPoint`, `Visio`, `Word`
14
14
 
@@ -17179,8 +17179,8 @@ declare namespace Office {
17179
17179
  *
17180
17180
  * **Important**:
17181
17181
  *
17182
- * - Only one notification of type `InsightMessage` is allowed per add-in.
17183
- * (The `InsightMessage` type is currently in preview.) Attempting to add more will throw an error.
17182
+ * - Only one notification of type {@link https://docs.microsoft.com/javascript/api/outlook/office.mailboxenums.itemnotificationmessagetype#fields | InsightMessage}
17183
+ * is allowed per add-in. Attempting to add more will throw an error.
17184
17184
  *
17185
17185
  * - In modern Outlook on the web, you can add an `InsightMessage` notification only in Compose mode.
17186
17186
  *
@@ -17208,8 +17208,8 @@ declare namespace Office {
17208
17208
  *
17209
17209
  * **Important**:
17210
17210
  *
17211
- * - Only one notification of type `InsightMessage` is allowed per add-in.
17212
- * (The `InsightMessage` type is currently in preview.) Attempting to add more will throw an error.
17211
+ * - Only one notification of type {@link https://docs.microsoft.com/javascript/api/outlook/office.mailboxenums.itemnotificationmessagetype#fields | InsightMessage}
17212
+ * is allowed per add-in. Attempting to add more will throw an error.
17213
17213
  *
17214
17214
  * - In modern Outlook on the web, you can add an `InsightMessage` notification only in Compose mode.
17215
17215
  *
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js-preview",
3
- "version": "1.0.326",
3
+ "version": "1.0.327",
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": "348120bc121e0508b0eced0b18485b3e703eb269873b28ff4818d86812a7bf4d",
48
+ "typesPublisherContentHash": "784558303982b3ca5b3b7fdb585eca48f6df6323af2cbcb0be92d43944aaaa7a",
49
49
  "typeScriptVersion": "4.0"
50
50
  }