@types/office-js 1.0.429 → 1.0.430

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 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: Thu, 26 Sep 2024 23:08:14 GMT
11
+ * Last updated: Mon, 30 Sep 2024 17:36:57 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
office-js/index.d.ts CHANGED
@@ -14791,7 +14791,13 @@ declare namespace Office {
14791
14791
  * {@link Office.MessageCompose | MessageCompose}, {@link Office.MessageRead | MessageRead},
14792
14792
  * {@link Office.AppointmentCompose | AppointmentCompose}, {@link Office.AppointmentRead | AppointmentRead}
14793
14793
  *
14794
- * **Important**: `item` can be null if your add-in supports pinning the task pane. For details on how to handle, see
14794
+ * **Important**:
14795
+ *
14796
+ * - When calling `Office.context.mailbox.item` on a message, note that the Reading Pane in the Outlook client must be turned on.
14797
+ * For guidance on how to configure the Reading Pane, see
14798
+ * {@link https://support.microsoft.com/office/2fd687ed-7fc4-4ae3-8eab-9f9b8c6d53f0 | Use and configure the Reading Pane to preview messages}.
14799
+ *
14800
+ * - `item` can be null if your add-in supports pinning the task pane. For details on how to handle, see
14795
14801
  * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/pinnable-taskpane#implement-the-event-handler | Implement a pinnable task pane in Outlook}.
14796
14802
  */
14797
14803
  item?: Item & ItemCompose & ItemRead & Message & MessageCompose & MessageRead & Appointment & AppointmentCompose & AppointmentRead;
@@ -15983,10 +15989,16 @@ declare namespace Office {
15983
15989
  /**
15984
15990
  * The message compose mode of {@link Office.Item | Office.context.mailbox.item}.
15985
15991
  *
15986
- * **Important**: This is an internal Outlook object, not directly exposed through existing interfaces.
15992
+ * **Important**:
15993
+ *
15994
+ * - This is an internal Outlook object, not directly exposed through existing interfaces.
15987
15995
  * You should treat this as a mode of `Office.context.mailbox.item`. For more information, refer to the
15988
15996
  * {@link https://learn.microsoft.com/javascript/api/requirement-sets/outlook/requirement-set-1.14/office.context.mailbox.item | Object Model} page.
15989
15997
  *
15998
+ * - When calling `Office.context.mailbox.item` on a message, note that the Reading Pane in the Outlook client must be turned on.
15999
+ * For guidance on how to configure the Reading Pane, see
16000
+ * {@link https://support.microsoft.com/office/2fd687ed-7fc4-4ae3-8eab-9f9b8c6d53f0 | Use and configure the Reading Pane to preview messages}.
16001
+ *
15990
16002
  * Parent interfaces:
15991
16003
  *
15992
16004
  * - {@link Office.ItemCompose | ItemCompose}
@@ -17468,10 +17480,16 @@ declare namespace Office {
17468
17480
  /**
17469
17481
  * The message read mode of {@link Office.Item | Office.context.mailbox.item}.
17470
17482
  *
17471
- * **Important**: This is an internal Outlook object, not directly exposed through existing interfaces.
17483
+ * **Important**:
17484
+ *
17485
+ * - This is an internal Outlook object, not directly exposed through existing interfaces.
17472
17486
  * You should treat this as a mode of `Office.context.mailbox.item`. For more information, refer to the
17473
17487
  * {@link https://learn.microsoft.com/javascript/api/requirement-sets/outlook/requirement-set-1.14/office.context.mailbox.item | Object Model} page.
17474
17488
  *
17489
+ * - When calling `Office.context.mailbox.item` on a message, note that the Reading Pane in the Outlook client must be turned on.
17490
+ * For guidance on how to configure the Reading Pane, see
17491
+ * {@link https://support.microsoft.com/office/2fd687ed-7fc4-4ae3-8eab-9f9b8c6d53f0 | Use and configure the Reading Pane to preview messages}.
17492
+ *
17475
17493
  * Parent interfaces:
17476
17494
  *
17477
17495
  * - {@link Office.ItemRead | ItemRead}
office-js/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js",
3
- "version": "1.0.429",
3
+ "version": "1.0.430",
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",
@@ -45,6 +45,6 @@
45
45
  },
46
46
  "scripts": {},
47
47
  "dependencies": {},
48
- "typesPublisherContentHash": "60ad0ded958135c080e0d2aa0c085ede7dd5972cdd901e61960b414c96fe922a",
48
+ "typesPublisherContentHash": "0112fcb0889c02ade9f01e86a5077e2ff1562c8423e9954717608eba728e864f",
49
49
  "typeScriptVersion": "4.8"
50
50
  }