@types/office-js-preview 1.0.707 → 1.0.708

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: Wed, 13 May 2026 20:32:27 GMT
11
+ * Last updated: Thu, 21 May 2026 23:23:28 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
@@ -21512,7 +21512,7 @@ declare namespace Office {
21512
21512
  }
21513
21513
  /**
21514
21514
  * Specifies the behavior of an {@link https://learn.microsoft.com/office/dev/add-ins/outlook/encryption-decryption | encryption add-in} after it completes processing an
21515
- * {@link https://learn.microsoft.com/javascript/api/office/office.eventtype#fields | OnMessageRead} event.
21515
+ * {@link https://learn.microsoft.com/office/dev/add-ins/develop/event-based-activation#outlook-events | OnMessageDecrypt} event.
21516
21516
  *
21517
21517
  * @remarks
21518
21518
  *
@@ -21527,7 +21527,7 @@ declare namespace Office {
21527
21527
  interface MessageDecryptEventCompletedOptions {
21528
21528
  /**
21529
21529
  * When you use the {@link https://learn.microsoft.com/javascript/api/outlook/office.mailboxevent#outlook-office-mailboxevent-completed-member(1) | completed method} to signal completion of an event handler,
21530
- * this value indicates if the `OnMessageRead` event should continue to run or be canceled. If the `allowEvent` property is set to `true`, the decrypted contents of the message is displayed.
21530
+ * this value indicates if the `OnMessageDecrypt` event should continue to run or be canceled. If the `allowEvent` property is set to `true`, the decrypted contents of the message is displayed.
21531
21531
  *
21532
21532
  * @remarks
21533
21533
  *
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js-preview",
3
- "version": "1.0.707",
3
+ "version": "1.0.708",
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",
@@ -41,7 +41,7 @@
41
41
  "scripts": {},
42
42
  "dependencies": {},
43
43
  "peerDependencies": {},
44
- "typesPublisherContentHash": "6f79644e476a4dae9334a2e99aab2d596b4c9330632bcd9f8701546f93d26eb5",
44
+ "typesPublisherContentHash": "1708f1dabff32e80067274841e982080442718c35b89ee44675da428d501845c",
45
45
  "typeScriptVersion": "5.3",
46
46
  "nonNpm": true
47
47
  }