@types/office-js 1.0.272 → 1.0.273
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 +1 -1
- office-js/index.d.ts +14 -0
- office-js/package.json +2 -2
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: Mon,
|
|
11
|
+
* Last updated: Mon, 29 Aug 2022 23:32:43 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
|
@@ -16581,6 +16581,13 @@ declare namespace Office {
|
|
|
16581
16581
|
*
|
|
16582
16582
|
* There are a maximum of 5 notifications per message. Setting more will return a `NumberOfNotificationMessagesExceeded` error.
|
|
16583
16583
|
*
|
|
16584
|
+
* **Important**:
|
|
16585
|
+
*
|
|
16586
|
+
* - Only one notification of type {@link https://docs.microsoft.com/javascript/api/outlook/office.mailboxenums.itemnotificationmessagetype#fields | InsightMessage}
|
|
16587
|
+
* is allowed per add-in. Attempting to add more will throw an error.
|
|
16588
|
+
*
|
|
16589
|
+
* - In modern Outlook on the web, you can add an `InsightMessage` notification only in Compose mode.
|
|
16590
|
+
*
|
|
16584
16591
|
* @remarks
|
|
16585
16592
|
* [Api set: Mailbox 1.3]
|
|
16586
16593
|
*
|
|
@@ -16603,6 +16610,13 @@ declare namespace Office {
|
|
|
16603
16610
|
*
|
|
16604
16611
|
* There are a maximum of 5 notifications per message. Setting more will return a `NumberOfNotificationMessagesExceeded` error.
|
|
16605
16612
|
*
|
|
16613
|
+
* **Important**:
|
|
16614
|
+
*
|
|
16615
|
+
* - Only one notification of type {@link https://docs.microsoft.com/javascript/api/outlook/office.mailboxenums.itemnotificationmessagetype#fields | InsightMessage}
|
|
16616
|
+
* is allowed per add-in. Attempting to add more will throw an error.
|
|
16617
|
+
*
|
|
16618
|
+
* - In modern Outlook on the web, you can add an `InsightMessage` notification only in Compose mode.
|
|
16619
|
+
*
|
|
16606
16620
|
* @remarks
|
|
16607
16621
|
* [Api set: Mailbox 1.3]
|
|
16608
16622
|
*
|
office-js/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/office-js",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.273",
|
|
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": "
|
|
48
|
+
"typesPublisherContentHash": "259cf2bcde08dabe6367345d9072f2ea044b6315871c61a5a1f63ab3b90bb229",
|
|
49
49
|
"typeScriptVersion": "4.0"
|
|
50
50
|
}
|