@types/office-js-preview 1.0.612 → 1.0.613

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: Fri, 11 Jul 2025 17:36:19 GMT
11
+ * Last updated: Fri, 11 Jul 2025 18:02:44 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
@@ -653,7 +653,7 @@ declare namespace Office {
653
653
  *
654
654
  * - Although Outlook on Mac supports the `InsightMessage` notification type, it currently doesn't support the `InfobarClicked` event.
655
655
  * To determine when the **Dismiss** action is selected from the notification, implement a handler for the `OnInfoBarDismissClicked` event instead.
656
- * For more information, see {@link https://learn.microsoft.com/office/dev/add-ins/outlook/autolaunch#supported-events | Configure your Outlook add-in for event-based activation}.
656
+ * For more information, see {@link https://learn.microsoft.com/office/dev/add-ins/develop/event-based-activation#supported-events | Activate add-ins with events}.
657
657
  *
658
658
  * [Api set: Mailbox 1.10]
659
659
  */
@@ -708,7 +708,7 @@ declare namespace Office {
708
708
  * - The `OfficeThemeChanged` event can only be handled in a task pane. Function commands can't register a handler for this event.
709
709
  *
710
710
  * - The `OfficeThemeChanged` event isn't supported in add-ins that implement
711
- * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/autolaunch | event-based activation}.
711
+ * {@link https://learn.microsoft.com/office/dev/add-ins/develop/event-based-activation | event-based activation}.
712
712
  *
713
713
  * [Api set: Mailbox 1.14]
714
714
  */
@@ -3395,7 +3395,7 @@ declare namespace Office {
3395
3395
  * Mailbox 1.5, the `options` parameter is supported in online-meeting provider and note-logging mobile add-ins. For more information on API support in
3396
3396
  * Outlook on mobile devices, see {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
3397
3397
  *
3398
- * - {@link https://learn.microsoft.com/office/dev/add-ins/outlook/autolaunch | Event-based activation} and
3398
+ * - {@link https://learn.microsoft.com/office/dev/add-ins/develop/event-based-activation | Event-based activation} and
3399
3399
  * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/spam-reporting | integrated spam-reporting} add-ins use a different event object to signal when they've
3400
3400
  * completed processing an event. For more information, see {@link https://learn.microsoft.com/javascript/api/outlook/office.mailboxevent | Office.MailboxEvent}.
3401
3401
  *
@@ -3424,7 +3424,7 @@ declare namespace Office {
3424
3424
  * note-logging mobile add-ins. For more information on API support in Outlook on mobile devices, see
3425
3425
  * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
3426
3426
  *
3427
- * - {@link https://learn.microsoft.com/office/dev/add-ins/outlook/autolaunch | Event-based activation} and
3427
+ * - {@link https://learn.microsoft.com/office/dev/add-ins/develop/event-based-activation | Event-based activation} and
3428
3428
  * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/spam-reporting | integrated spam-reporting} add-ins use a different event object to signal when they've
3429
3429
  * completed processing an event. For more information, see {@link https://learn.microsoft.com/javascript/api/outlook/office.mailboxevent | Office.MailboxEvent}.
3430
3430
  */
@@ -5531,7 +5531,7 @@ declare namespace Office {
5531
5531
  *
5532
5532
  * - If a user selects **Deny** from the dialog, the user will be requested for permissions again the next time the add-in requires access to the user's device capabilities.
5533
5533
  *
5534
- * - If your add-in implements {@link https://learn.microsoft.com/office/dev/add-ins/outlook/autolaunch | event-based activation},
5534
+ * - If your add-in implements {@link https://learn.microsoft.com/office/dev/add-ins/develop/event-based-activation | event-based activation},
5535
5535
  * browser permissions to device capabilities aren't inherited and the `requestPermissionsAsync` method isn't supported.
5536
5536
  *
5537
5537
  * @param permissions An array of device capabilities to which an add-in is requesting access.
@@ -5572,7 +5572,7 @@ declare namespace Office {
5572
5572
  *
5573
5573
  * - If a user selects **Deny** from the dialog, the user will be requested for permissions again the next time the add-in requires access to the user's device capabilities.
5574
5574
  *
5575
- * - If your add-in implements {@link https://learn.microsoft.com/office/dev/add-ins/outlook/autolaunch | event-based activation},
5575
+ * - If your add-in implements {@link https://learn.microsoft.com/office/dev/add-ins/develop/event-based-activation | event-based activation},
5576
5576
  * browser permissions to device capabilities aren't inherited and the `requestPermissionsAsync` method isn't supported.
5577
5577
  *
5578
5578
  * @param permissions An array of device capabilities to which an add-in is requesting access.
@@ -7223,7 +7223,7 @@ declare namespace Office {
7223
7223
  *
7224
7224
  * **Important**: In Outlook, the Office theme API is supported starting in
7225
7225
  * {@link https://learn.microsoft.com/javascript/api/requirement-sets/outlook/requirement-set-1.14/outlook-requirement-set-1.14 | Mailbox requirement set 1.14}.
7226
- * It isn't supported in Outlook add-ins that implement {@link https://learn.microsoft.com/office/dev/add-ins/outlook/autolaunch | event-based activation}.
7226
+ * It isn't supported in Outlook add-ins that implement {@link https://learn.microsoft.com/office/dev/add-ins/develop/event-based-activation | event-based activation}.
7227
7227
  */
7228
7228
  interface OfficeTheme {
7229
7229
  /**
@@ -8788,7 +8788,7 @@ declare namespace Office {
8788
8788
  *
8789
8789
  * - The URL that's returned points to the location of the JavaScript file that classic Outlook on Windows uses to handle event-based activation
8790
8790
  * and integrated spam reporting. To learn more about these features, see
8791
- * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/autolaunch | Configure your Outlook add-in for event-based activation} and
8791
+ * {@link https://learn.microsoft.com/office/dev/add-ins/develop/event-based-activation | Activate add-ins with events} and
8792
8792
  * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/spam-reporting | Implement an integrated spam-reporting add-in}.
8793
8793
  *
8794
8794
  * - In Outlook on the web and {@link https://support.microsoft.com/office/656bb8d9-5a60-49b2-a98b-ba7822bc7627 | new Outlook on Windows},
@@ -11571,7 +11571,7 @@ declare namespace Office {
11571
11571
  * **Important**:
11572
11572
  *
11573
11573
  * - The `sendAsync` method is only supported in task pane and function command implementations. It isn't supported in
11574
- * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/autolaunch | event-based handlers} or
11574
+ * {@link https://learn.microsoft.com/office/dev/add-ins/develop/event-based-activation | event-based handlers} or
11575
11575
  * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/item-multi-select | item multi-select scenarios}.
11576
11576
  *
11577
11577
  * - In a function command implementation, the value returned in `asyncResult.status` may not reflect whether the appointment being composed is successfully sent.
@@ -11606,7 +11606,7 @@ declare namespace Office {
11606
11606
  * **Important**:
11607
11607
  *
11608
11608
  * - The `sendAsync` method is only supported in task pane and function command implementations. It isn't supported in
11609
- * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/autolaunch | event-based handlers} or
11609
+ * {@link https://learn.microsoft.com/office/dev/add-ins/develop/event-based-activation | event-based handlers} or
11610
11610
  * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/item-multi-select | item multi-select scenarios}.
11611
11611
  *
11612
11612
  * - In a function command implementation, the value returned in `asyncResult.status` may not reflect whether the appointment being composed is successfully sent.
@@ -13688,7 +13688,7 @@ declare namespace Office {
13688
13688
  * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
13689
13689
  *
13690
13690
  * - The behavior of `setSignatureAsync` differs if you call it in the event handler of an add-in that implements the
13691
- * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/autolaunch | event-based activation feature using LaunchEvent in the manifest}.
13691
+ * {@link https://learn.microsoft.com/office/dev/add-ins/develop/event-based-activation | event-based activation feature using LaunchEvent in the manifest}.
13692
13692
  * When the user composes a new item (including reply or forward), the signature is set but doesn't modify the form. This means
13693
13693
  * if the user closes the form without making other edits, they won't be prompted to save changes.
13694
13694
  *
@@ -13735,7 +13735,7 @@ declare namespace Office {
13735
13735
  * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
13736
13736
  *
13737
13737
  * - The behavior of `setSignatureAsync` differs if you call it in the event handler of an add-in that implements the
13738
- * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/autolaunch | event-based activation feature using LaunchEvent in the manifest}.
13738
+ * {@link https://learn.microsoft.com/office/dev/add-ins/develop/event-based-activation | event-based activation feature using LaunchEvent in the manifest}.
13739
13739
  * When the user composes a new item (including reply or forward), the signature is set but doesn't modify the form. This means
13740
13740
  * if the user closes the form without making other edits, they won't be prompted to save changes.
13741
13741
  *
@@ -18484,7 +18484,7 @@ declare namespace Office {
18484
18484
  }
18485
18485
  /**
18486
18486
  * The `MailboxEvent` object is passed as an argument to the event handler of an add-in that implements
18487
- * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/autolaunch | event-based activation}, including
18487
+ * {@link https://learn.microsoft.com/office/dev/add-ins/develop/event-based-activation | event-based activation}, including
18488
18488
  * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/onmessagesend-onappointmentsend-events | Smart Alerts},
18489
18489
  * or the {@link https://learn.microsoft.com/office/dev/add-ins/outlook/spam-reporting | integrated spam-reporting feature}.
18490
18490
  * It allows the add-in to signify to the Outlook client that it has completed processing an event.
@@ -19364,7 +19364,7 @@ declare namespace Office {
19364
19364
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Message Compose
19365
19365
  *
19366
19366
  * **Important**: The `closeAsync` method is only supported in task pane and function command implementations. It isn't supported in
19367
- * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/autolaunch | event-based handlers} or
19367
+ * {@link https://learn.microsoft.com/office/dev/add-ins/develop/event-based-activation | event-based handlers} or
19368
19368
  * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/item-multi-select | item multi-select scenarios}.
19369
19369
  *
19370
19370
  * **Errors**:
@@ -19400,7 +19400,7 @@ declare namespace Office {
19400
19400
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Message Compose
19401
19401
  *
19402
19402
  * **Important**: The `closeAsync` method is only supported in task pane and function command implementations. It isn't supported in
19403
- * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/autolaunch | event-based handlers} or
19403
+ * {@link https://learn.microsoft.com/office/dev/add-ins/develop/event-based-activation | event-based handlers} or
19404
19404
  * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/item-multi-select | item multi-select scenarios}.
19405
19405
  *
19406
19406
  * **Errors**:
@@ -20284,7 +20284,7 @@ declare namespace Office {
20284
20284
  * **Important**:
20285
20285
  *
20286
20286
  * - The `sendAsync` method is only supported in task pane and function command implementations. It isn't supported in
20287
- * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/autolaunch | event-based handlers} or
20287
+ * {@link https://learn.microsoft.com/office/dev/add-ins/develop/event-based-activation | event-based handlers} or
20288
20288
  * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/item-multi-select | item multi-select scenarios}.
20289
20289
  *
20290
20290
  * - In a function command implementation, the value returned in `asyncResult.status` may not reflect whether the appointment being composed is successfully sent.
@@ -20319,7 +20319,7 @@ declare namespace Office {
20319
20319
  * **Important**:
20320
20320
  *
20321
20321
  * - The `sendAsync` method is only supported in task pane and function command implementations. It isn't supported in
20322
- * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/autolaunch | event-based handlers} or
20322
+ * {@link https://learn.microsoft.com/office/dev/add-ins/develop/event-based-activation | event-based handlers} or
20323
20323
  * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/item-multi-select | item multi-select scenarios}.
20324
20324
  *
20325
20325
  * - In a function command implementation, the value returned in `asyncResult.status` may not reflect whether the appointment being composed is successfully sent.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js-preview",
3
- "version": "1.0.612",
3
+ "version": "1.0.613",
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": "b889add30a0d5805b1cd1bdb16560067c1d2717c22cb26f28c02d95fc1ea02be",
49
+ "typesPublisherContentHash": "fea378add46c5fe0f775a92d03bddb759b6fa1452c1372974fba84d2ce5a8500",
50
50
  "typeScriptVersion": "5.1",
51
51
  "nonNpm": true
52
52
  }