@types/office-js-preview 1.0.608 → 1.0.609

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, 13 Jun 2025 17:02:20 GMT
11
+ * Last updated: Mon, 16 Jun 2025 17:35:52 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
@@ -3389,10 +3389,16 @@ declare namespace Office {
3389
3389
  *
3390
3390
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose or Read
3391
3391
  *
3392
- * **Important**: The `options` parameter only applies to Outlook add-ins. It was introduced in Mailbox 1.8. Although Outlook on Android and on iOS support up to
3392
+ * **Important**:
3393
+ *
3394
+ * - The `options` parameter only applies to Outlook add-ins. It was introduced in Mailbox 1.8. Although Outlook on Android and on iOS support up to
3393
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
3394
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}.
3395
3397
  *
3398
+ * - {@link https://learn.microsoft.com/office/dev/add-ins/outlook/autolaunch | Event-based activation} and
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
+ * completed processing an event. For more information, see {@link https://learn.microsoft.com/javascript/api/outlook/office.mailboxevent | Office.MailboxEvent}.
3401
+ *
3396
3402
  * @param options Optional. In Outlook, an object that specifies the behavior of an on-send add-in, online-meeting provider add-in, or note-logging mobile add-in
3397
3403
  * when it completes processing an event.
3398
3404
  */
@@ -3412,9 +3418,15 @@ declare namespace Office {
3412
3418
  *
3413
3419
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose
3414
3420
  *
3415
- * **Important**: Although Outlook on Android and on iOS support up to Mailbox 1.5, the `EventCompletedOptions` object is supported in online-meeting provider and
3421
+ * **Important**:
3422
+ *
3423
+ * - Although Outlook on Android and on iOS support up to Mailbox 1.5, the `EventCompletedOptions` object is supported in online-meeting provider and
3416
3424
  * note-logging mobile add-ins. For more information on API support in Outlook on mobile devices, see
3417
3425
  * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
3426
+ *
3427
+ * - {@link https://learn.microsoft.com/office/dev/add-ins/outlook/autolaunch | Event-based activation} and
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
+ * completed processing an event. For more information, see {@link https://learn.microsoft.com/javascript/api/outlook/office.mailboxevent | Office.MailboxEvent}.
3418
3430
  */
3419
3431
  interface EventCompletedOptions {
3420
3432
  /**
@@ -18470,7 +18482,15 @@ declare namespace Office {
18470
18482
  *
18471
18483
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose or Read
18472
18484
  *
18473
- * **Important**: Support for the integrated spam-reporting feature was introduced in Mailbox 1.14.
18485
+ * **Important**:
18486
+ *
18487
+ * - Support for the integrated spam-reporting feature was introduced in Mailbox 1.14.
18488
+ *
18489
+ * - For information about the Event object used by the {@link https://learn.microsoft.com/office/dev/add-ins/design/add-in-commands | function command button},
18490
+ * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-on-send-addins | on-send add-in},
18491
+ * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/online-meeting | online-meeting provider add-in}, and
18492
+ * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/mobile-log-appointments | note-logging mobile add-in},
18493
+ * see {@link https://learn.microsoft.com/javascript/api/office/office.addincommands.event | Office.AddinCommands.Event}.
18474
18494
  */
18475
18495
  interface MailboxEvent {
18476
18496
  /**
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js-preview",
3
- "version": "1.0.608",
3
+ "version": "1.0.609",
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": "82e4b8a8f0648c8fefb3a13c05c49eacd12e5cbf7dbf404729b4e7327d6c0ba5",
49
+ "typesPublisherContentHash": "25de523899fd11f66f181320eb94174db5d08ec7a6245035cb8dc1bd0407f4d5",
50
50
  "typeScriptVersion": "5.1",
51
51
  "nonNpm": true
52
52
  }