@types/office-js-preview 1.0.639 → 1.0.641

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: Thu, 18 Sep 2025 00:47:12 GMT
11
+ * Last updated: Mon, 22 Sep 2025 23:32:14 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
@@ -874,7 +874,7 @@ declare namespace Office {
874
874
  * Specifies the Office application in which the add-in is running.
875
875
  *
876
876
  * @remarks
877
- * **Important**: In Outlook, this enum is available from Mailbox requirement set 1.5.
877
+ * **Important**: In Outlook, this enum is available starting with Mailbox requirement set 1.5.
878
878
  */
879
879
  enum HostType {
880
880
  /**
@@ -946,7 +946,7 @@ declare namespace Office {
946
946
  * Specifies the OS or other platform on which the Office application is running.
947
947
  *
948
948
  * @remarks
949
- * **Important**: In Outlook, this enum is available from Mailbox requirement set 1.5.
949
+ * **Important**: In Outlook, this enum is available starting with Mailbox requirement set 1.5.
950
950
  */
951
951
  enum PlatformType {
952
952
  /**
@@ -4671,7 +4671,7 @@ declare namespace Office {
4671
4671
  * Gets information about the environment in which the add-in is running.
4672
4672
  *
4673
4673
  * @remarks
4674
- * **Important**: In Outlook, this property is available from Mailbox requirement set 1.5.
4674
+ * **Important**: In Outlook, this property is available starting with Mailbox requirement set 1.5.
4675
4675
  * For all Mailbox requirement sets, you can use the
4676
4676
  * {@link https://learn.microsoft.com/javascript/api/outlook/office.mailbox?view=outlook-js-preview&preserve-view=true#outlook-office-mailbox-diagnostics-member | Office.context.mailbox.diagnostics}
4677
4677
  * property to get similar information.
@@ -4713,7 +4713,7 @@ declare namespace Office {
4713
4713
  * Contains the Office application in which the add-in is running.
4714
4714
  *
4715
4715
  * @remarks
4716
- * **Important**: In Outlook, this property is available from Mailbox requirement set 1.5. You can also use the
4716
+ * **Important**: In Outlook, this property is available starting with Mailbox requirement set 1.5. You can also use the
4717
4717
  * `Office.context.diagnostics` property to get the application starting with requirement set 1.5. For all
4718
4718
  * Mailbox requirement sets, you can use the
4719
4719
  * {@link https://learn.microsoft.com/javascript/api/outlook/office.mailbox?view=outlook-js-preview&preserve-view=true#outlook-office-mailbox-diagnostics-member | Office.context.mailbox.diagnostics}
@@ -4760,7 +4760,7 @@ declare namespace Office {
4760
4760
  * @remarks
4761
4761
  * **Important**:
4762
4762
  *
4763
- * - In Outlook, this property is available from Mailbox requirement set 1.5. You can also use the
4763
+ * - In Outlook, this property is available starting with Mailbox requirement set 1.5. You can also use the
4764
4764
  * `Office.context.diagnostics` property to get the platform starting with requirement set 1.5. For all
4765
4765
  * Mailbox requirement sets, you can use the
4766
4766
  * {@link https://learn.microsoft.com/javascript/api/outlook/office.mailbox?view=outlook-js-preview&preserve-view=true#outlook-office-mailbox-diagnostics-member | Office.context.mailbox.diagnostics}
@@ -4844,7 +4844,7 @@ declare namespace Office {
4844
4844
  * Provides information about the environment in which the add-in is running.
4845
4845
  *
4846
4846
  * @remarks
4847
- * **Important**: In Outlook, this object is available from Mailbox requirement set 1.5.
4847
+ * **Important**: In Outlook, this object is available starting with Mailbox requirement set 1.5.
4848
4848
  * For all Mailbox requirement sets, you can use the
4849
4849
  * {@link https://learn.microsoft.com/javascript/api/outlook/office.mailbox?view=outlook-js-preview&preserve-view=true#outlook-office-mailbox-diagnostics-member | Office.context.mailbox.diagnostics}
4850
4850
  * property to get similar information.
@@ -13208,9 +13208,9 @@ declare namespace Office {
13208
13208
  * be the exact same value that was previously passed in the `Body.setAsync` method. The client may modify the value passed to `setAsync` to make it
13209
13209
  * render efficiently with its rendering engine.
13210
13210
  *
13211
- * - In Outlook on the web and {@link https://support.microsoft.com/office/656bb8d9-5a60-49b2-a98b-ba7822bc7627 | new Outlook on Windows},
13212
- * if the body contains formatted elements, such as tables, lists, and links, specify `Office.CoercionType.Html` in the `getAsync` call.
13213
- * Otherwise, you may receive an unexpected value, such as an empty string.
13211
+ * - In Outlook on the web and {@link https://support.microsoft.com/office/656bb8d9-5a60-49b2-a98b-ba7822bc7627 | new Outlook on Windows}, specifying `Office.CoercionType.Text`
13212
+ * in the `getAsync` call may not always provide reliable formatting. Specify `Office.CoercionType.Html` instead especially if the body contains
13213
+ * formatted elements, such as tables, lists, and links.
13214
13214
  *
13215
13215
  * - In Outlook on the web and new Outlook on Windows, users can organize their messages as conversations or individual messages in **Settings** > **Mail** > **Layout** > **Message organization**
13216
13216
  * (see {@link https://support.microsoft.com/office/57fe0cd8-e90b-4b1b-91e4-a0ba658c0042 | Change how the message list is displayed in Outlook}).
@@ -13248,9 +13248,9 @@ declare namespace Office {
13248
13248
  * be the exact same value that was previously passed in the `Body.setAsync` method. The client may modify the value passed to `setAsync` to make it
13249
13249
  * render efficiently with its rendering engine.
13250
13250
  *
13251
- * - In Outlook on the web and {@link https://support.microsoft.com/office/656bb8d9-5a60-49b2-a98b-ba7822bc7627 | new Outlook on Windows},
13252
- * if the body contains formatted elements, such as tables, lists, and links, specify `Office.CoercionType.Html` in the `getAsync` call.
13253
- * Otherwise, you may receive an unexpected value, such as an empty string.
13251
+ * - In Outlook on the web and {@link https://support.microsoft.com/office/656bb8d9-5a60-49b2-a98b-ba7822bc7627 | new Outlook on Windows}, specifying `Office.CoercionType.Text`
13252
+ * in the `getAsync` call may not always provide reliable formatting. Specify `Office.CoercionType.Html` instead especially if the body contains
13253
+ * formatted elements, such as tables, lists, and links.
13254
13254
  *
13255
13255
  * - In Outlook on the web and new Outlook on Windows, users can organize their messages as conversations or individual messages in **Settings** > **Mail** > **Layout** > **Message organization**
13256
13256
  * (see {@link https://support.microsoft.com/office/57fe0cd8-e90b-4b1b-91e4-a0ba658c0042 | Change how the message list is displayed in Outlook}).
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js-preview",
3
- "version": "1.0.639",
3
+ "version": "1.0.641",
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": "8ef6a750d18f3adaa6a8151c48de9497f208dbe64f76574651b83237800cee09",
49
+ "typesPublisherContentHash": "e5fb2f284482bf21b43443552da76cf27389d76c518e09335719ff5f819b4adc",
50
50
  "typeScriptVersion": "5.2",
51
51
  "nonNpm": true
52
52
  }