@types/office-js 1.0.551 → 1.0.552
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 +6 -6
- 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:
|
|
11
|
+
* Last updated: Mon, 27 Oct 2025 20:02:18 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
office-js/index.d.ts
CHANGED
|
@@ -13592,7 +13592,7 @@ declare namespace Office {
|
|
|
13592
13592
|
* - The `setAsync` method isn't supported on a message that's currently loaded using the `loadItemByIdAsync` method.
|
|
13593
13593
|
* For more information, see {@link https://learn.microsoft.com/office/dev/add-ins/outlook/item-multi-select | Activate your Outlook add-in on multiple messages}.
|
|
13594
13594
|
*
|
|
13595
|
-
* - In Outlook on the web and new Outlook on Windows, users can organize their messages as conversations or individual messages in **Settings**
|
|
13595
|
+
* - In Outlook on the web and new Outlook on Windows, users can organize their messages as conversations or individual messages in **Settings** \> **Mail** \> **Layout** \> **Message organization**
|
|
13596
13596
|
* (see {@link https://support.microsoft.com/office/57fe0cd8-e90b-4b1b-91e4-a0ba658c0042 | Change how the message list is displayed in Outlook}).
|
|
13597
13597
|
* This setting affects how much of a message's body is displayed to the user (that is, the entire conversation thread of a message or just the current message).
|
|
13598
13598
|
* In Message Compose mode, particularly for replies to a conversation thread with more than one message, if you want to honor the user's settings when
|
|
@@ -13602,7 +13602,7 @@ declare namespace Office {
|
|
|
13602
13602
|
*
|
|
13603
13603
|
* - In Outlook on the web and new Outlook on Windows, if the `bodyMode` property isn't specified or is set to `Office.MailboxEnums.BodyMode.FullBody`, the entire body of a message,
|
|
13604
13604
|
* including previous messages from the conversation thread, is replaced. This applies even if a user's messages are organized by conversation. In this scenario, the user's
|
|
13605
|
-
* setting is temporarily changed to **Individual messages: Do not group messages**
|
|
13605
|
+
* setting is temporarily changed to **Individual messages: Do not group messages** \> **Only a single message** or **Show email as individual messages** during the `setAsync` call.
|
|
13606
13606
|
* A notification is shown to the user to alert them to this change. Once the call completes, the user's setting is reinstated.
|
|
13607
13607
|
*
|
|
13608
13608
|
* **Errors**:
|
|
@@ -13662,7 +13662,7 @@ declare namespace Office {
|
|
|
13662
13662
|
* - The `setAsync` method isn't supported on a message that's currently loaded using the `loadItemByIdAsync` method.
|
|
13663
13663
|
* For more information, see {@link https://learn.microsoft.com/office/dev/add-ins/outlook/item-multi-select | Activate your Outlook add-in on multiple messages}.
|
|
13664
13664
|
*
|
|
13665
|
-
* - In Outlook on the web and new Outlook on Windows, users can organize their messages as conversations or individual messages in **Settings**
|
|
13665
|
+
* - In Outlook on the web and new Outlook on Windows, users can organize their messages as conversations or individual messages in **Settings** \> **Mail** \> **Layout** \> **Message organization**
|
|
13666
13666
|
* (see {@link https://support.microsoft.com/office/57fe0cd8-e90b-4b1b-91e4-a0ba658c0042 | Change how the message list is displayed in Outlook}).
|
|
13667
13667
|
* This setting affects how much of a message's body is displayed to the user (that is, the entire conversation thread of a message or just the current message).
|
|
13668
13668
|
* In Message Compose mode, particularly for replies in a conversation thread with more than one message, if you want to honor the user's settings when
|
|
@@ -13672,7 +13672,7 @@ declare namespace Office {
|
|
|
13672
13672
|
*
|
|
13673
13673
|
* - In Outlook on the web and new Outlook on Windows, if the `bodyMode` property isn't specified or is set to `Office.MailboxEnums.BodyMode.FullBody`, the entire body of a message,
|
|
13674
13674
|
* including previous messages from the conversation thread, is replaced. This applies even if a user's messages are organized by conversation. In this scenario, the user's
|
|
13675
|
-
* setting is temporarily changed to **Individual messages: Do not group messages**
|
|
13675
|
+
* setting is temporarily changed to **Individual messages: Do not group messages** \> **Only a single message** or **Show email as individual messages** during the `setAsync` call.
|
|
13676
13676
|
* A notification is shown to the user to alert them to this change. Once the call completes, the user's setting is reinstated.
|
|
13677
13677
|
*
|
|
13678
13678
|
* **Errors**:
|
|
@@ -18420,7 +18420,7 @@ declare namespace Office {
|
|
|
18420
18420
|
* @remarks
|
|
18421
18421
|
* [Api set: Mailbox 1.15]
|
|
18422
18422
|
*
|
|
18423
|
-
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/understanding-outlook-add-in-permissions | Minimum permission level}**: **read/write
|
|
18423
|
+
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/understanding-outlook-add-in-permissions | Minimum permission level}**: **read/write mailbox**
|
|
18424
18424
|
*
|
|
18425
18425
|
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose, Read
|
|
18426
18426
|
*
|
|
@@ -18454,7 +18454,7 @@ declare namespace Office {
|
|
|
18454
18454
|
* @remarks
|
|
18455
18455
|
* [Api set: Mailbox 1.15]
|
|
18456
18456
|
*
|
|
18457
|
-
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/understanding-outlook-add-in-permissions | Minimum permission level}**: **read/write
|
|
18457
|
+
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/understanding-outlook-add-in-permissions | Minimum permission level}**: **read/write mailbox**
|
|
18458
18458
|
*
|
|
18459
18459
|
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose, Read
|
|
18460
18460
|
*
|
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.552",
|
|
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",
|
|
@@ -46,6 +46,6 @@
|
|
|
46
46
|
"scripts": {},
|
|
47
47
|
"dependencies": {},
|
|
48
48
|
"peerDependencies": {},
|
|
49
|
-
"typesPublisherContentHash": "
|
|
49
|
+
"typesPublisherContentHash": "d5bc41fb72a8482c164d31d01d3b66c093c610510129454f70570e177c58b96c",
|
|
50
50
|
"typeScriptVersion": "5.2"
|
|
51
51
|
}
|