@types/office-js-preview 1.0.625 → 1.0.627

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-preview (https://github.com
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: Tue, 26 Aug 2025 15:02:24 GMT
11
+ * Last updated: Tue, 26 Aug 2025 23:32:31 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
@@ -7213,7 +7213,7 @@ declare namespace Office {
7213
7213
  * <td><strong>Outlook</strong></td>
7214
7214
  * <td>Supported</td>
7215
7215
  * <td>Supported</td>
7216
- * <td>Not available</td>
7216
+ * <td>Supported</td>
7217
7217
  * <td>Not available</td>
7218
7218
  * <td>Not available</td>
7219
7219
  * </tr>
@@ -8821,7 +8821,7 @@ declare namespace Office {
8821
8821
  * {@link https://learn.microsoft.com/office/dev/add-ins/develop/event-based-activation | Activate add-ins with events} and
8822
8822
  * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/spam-reporting | Implement an integrated spam-reporting add-in}.
8823
8823
  *
8824
- * - In Outlook on the web and {@link https://support.microsoft.com/office/656bb8d9-5a60-49b2-a98b-ba7822bc7627 | new Outlook on Windows},
8824
+ * - In Outlook on the web, on Mac, and in the {@link https://support.microsoft.com/office/656bb8d9-5a60-49b2-a98b-ba7822bc7627 | new Outlook on Windows},
8825
8825
  * this API isn't supported in add-ins that implement a task pane. On these clients, the API is only supported in add-ins that implement event-based activation
8826
8826
  * or integrated spam reporting.
8827
8827
  *
@@ -19088,7 +19088,7 @@ declare namespace Office {
19088
19088
  */
19089
19089
  from: From;
19090
19090
  /**
19091
- * Gets the message ID of the original message being replied to by the current message.
19091
+ * Gets the internet message ID of the original message being replied to by the current message.
19092
19092
  *
19093
19093
  * @remarks
19094
19094
  * [Api set: Mailbox 1.14]
@@ -19567,10 +19567,14 @@ declare namespace Office {
19567
19567
  *
19568
19568
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Message Compose
19569
19569
  *
19570
- * **Important**: The `closeAsync` method is only supported in task pane and function command implementations. It isn't supported in
19570
+ * **Important**:
19571
+ *
19572
+ * - The `closeAsync` method is only supported in task pane and function command implementations. It isn't supported in
19571
19573
  * {@link https://learn.microsoft.com/office/dev/add-ins/develop/event-based-activation | event-based handlers} or
19572
19574
  * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/item-multi-select | item multi-select scenarios}.
19573
19575
  *
19576
+ * - When the `closeAsync` method successfully closes and discards the current message, the add-in that called it ceases running.
19577
+ *
19574
19578
  * **Errors**:
19575
19579
  *
19576
19580
  * - `The operation was cancelled by the user`: The user selects **Cancel** from the save dialog and the `discardItem` property isn't defined or is set to `false`.
@@ -19603,10 +19607,14 @@ declare namespace Office {
19603
19607
  *
19604
19608
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Message Compose
19605
19609
  *
19606
- * **Important**: The `closeAsync` method is only supported in task pane and function command implementations. It isn't supported in
19610
+ * **Important**:
19611
+ *
19612
+ * - The `closeAsync` method is only supported in task pane and function command implementations. It isn't supported in
19607
19613
  * {@link https://learn.microsoft.com/office/dev/add-ins/develop/event-based-activation | event-based handlers} or
19608
19614
  * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/item-multi-select | item multi-select scenarios}.
19609
19615
  *
19616
+ * - When the `closeAsync` method successfully closes and discards the current message, the add-in that called it ceases running.
19617
+ *
19610
19618
  * **Errors**:
19611
19619
  *
19612
19620
  * - `The operation was cancelled by the user`: The user selects **Cancel** from the save dialog.
@@ -23951,7 +23959,7 @@ declare namespace Office {
23951
23959
  *
23952
23960
  * - In earlier supported versions of classic Outlook on Windows (versions prior to Version 2412 (Build 18324.20000) that support
23953
23961
  * {@link https://learn.microsoft.com/javascript/api/requirement-sets/outlook/outlook-api-requirement-sets#version-support-for-requirement-sets-in-classic-outlook-on-windows | Mailbox requirement set 1.14}),
23954
- * and Outlook on Mac (preview), the `cancelLabel` property customizes the text of the **Don't Send** button. The **Don't Send** button cancels the item being sent.
23962
+ * and Outlook on Mac, the `cancelLabel` property customizes the text of the **Don't Send** button. The **Don't Send** button cancels the item being sent.
23955
23963
  */
23956
23964
  cancelLabel?: string;
23957
23965
  /**
@@ -23963,7 +23971,7 @@ declare namespace Office {
23963
23971
  *
23964
23972
  * @remarks
23965
23973
  *
23966
- * [Api set: Mailbox 1.14]
23974
+ * [Api set: Mailbox 1.14 (task pane support), Mailbox 1.15 (function command support)]
23967
23975
  *
23968
23976
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/understanding-outlook-add-in-permissions | Minimum permission level (Outlook)}**: **restricted**
23969
23977
  *
@@ -23983,7 +23991,7 @@ declare namespace Office {
23983
23991
  * task pane or runs a function. In this implementation, the **Don't Send** button cancels the item being sent. Its text and functionality can't be customized.
23984
23992
  * In earlier supported versions of classic Outlook on Windows (versions prior to Version 2412 (Build 18324.20000) that support
23985
23993
  * {@link https://learn.microsoft.com/javascript/api/requirement-sets/outlook/outlook-api-requirement-sets#version-support-for-requirement-sets-in-classic-outlook-on-windows | Mailbox requirement set 1.14}),
23986
- * and Outlook on Mac (preview), the **Don't Send** button opens a task pane or runs a function.
23994
+ * and Outlook on Mac, the **Don't Send** button opens a task pane or runs a function.
23987
23995
  *
23988
23996
  * If you customized the text and functionality of the **Don't Send** button in your Smart Alerts add-in prior to Version 2412 (Build 18324.20000) of classic Outlook on Windows,
23989
23997
  * no additional action is needed to implement the **Take Action** button in the latest supported versions. The default or customized **Take Action** button will automatically appear the next time a user receives a Smart Alerts dialog.
@@ -114723,7 +114731,7 @@ declare namespace Word {
114723
114731
  toJSON(): Word.Interfaces.RevisionsFilterData;
114724
114732
  }
114725
114733
  /**
114726
- * Represents a single item in a {@link Word.RepeatingSectionControlControl}.
114734
+ * Represents a single item in a {@link Word.RepeatingSectionContentControl}.
114727
114735
  *
114728
114736
  * @remarks
114729
114737
  * [Api set: WordApi BETA (PREVIEW ONLY)]
@@ -157232,7 +157240,7 @@ declare namespace Word {
157232
157240
  view?: boolean;
157233
157241
  }
157234
157242
  /**
157235
- * Represents a single item in a {@link Word.RepeatingSectionControlControl}.
157243
+ * Represents a single item in a {@link Word.RepeatingSectionContentControl}.
157236
157244
  *
157237
157245
  * @remarks
157238
157246
  * [Api set: WordApi BETA (PREVIEW ONLY)]
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js-preview",
3
- "version": "1.0.625",
3
+ "version": "1.0.627",
4
4
  "description": "TypeScript definitions for office-js-preview",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js-preview",
6
6
  "license": "MIT",
@@ -46,7 +46,7 @@
46
46
  "scripts": {},
47
47
  "dependencies": {},
48
48
  "peerDependencies": {},
49
- "typesPublisherContentHash": "a7c2ad4ed821ac0d72c24568d0879c0c83c08c3483d42ef41b513c95929aabbf",
49
+ "typesPublisherContentHash": "db3cad183bad57b17998e027deca5d3524561f237f2d3a3e78fc93bd4c04d537",
50
50
  "typeScriptVersion": "5.2",
51
51
  "nonNpm": true
52
52
  }