@types/office-js-preview 1.0.638 → 1.0.640

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, 17 Sep 2025 18:02:44 GMT
11
+ * Last updated: Mon, 22 Sep 2025 19:32:39 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
@@ -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}).
@@ -55823,9 +55823,6 @@ declare namespace Excel {
55823
55823
  * Queues up a command to load the specified properties of the object. You must call `context.sync()` before reading the properties.
55824
55824
  *
55825
55825
  * @param propertyNamesAndPaths `propertyNamesAndPaths.select` is a comma-delimited string that specifies the properties to load, and `propertyNamesAndPaths.expand` is a comma-delimited string that specifies the navigation properties to load.
55826
- *
55827
- * @remarks
55828
- * [Api set: ExcelApi 1.20]
55829
55826
  */
55830
55827
  load(propertyNamesAndPaths?: {
55831
55828
  select?: string;
@@ -55935,9 +55932,6 @@ declare namespace Excel {
55935
55932
  * Queues up a command to load the specified properties of the object. You must call `context.sync()` before reading the properties.
55936
55933
  *
55937
55934
  * @param propertyNamesAndPaths `propertyNamesAndPaths.select` is a comma-delimited string that specifies the properties to load, and `propertyNamesAndPaths.expand` is a comma-delimited string that specifies the navigation properties to load.
55938
- *
55939
- * @remarks
55940
- * [Api set: ExcelApi 1.20]
55941
55935
  */
55942
55936
  load(propertyNamesAndPaths?: {
55943
55937
  select?: string;
@@ -56024,9 +56018,6 @@ declare namespace Excel {
56024
56018
  * Queues up a command to load the specified properties of the object. You must call `context.sync()` before reading the properties.
56025
56019
  *
56026
56020
  * @param propertyNamesAndPaths `propertyNamesAndPaths.select` is a comma-delimited string that specifies the properties to load, and `propertyNamesAndPaths.expand` is a comma-delimited string that specifies the navigation properties to load.
56027
- *
56028
- * @remarks
56029
- * [Api set: ExcelApi 1.20]
56030
56021
  */
56031
56022
  load(propertyNamesAndPaths?: {
56032
56023
  select?: string;
@@ -56085,9 +56076,6 @@ declare namespace Excel {
56085
56076
  * Queues up a command to load the specified properties of the object. You must call `context.sync()` before reading the properties.
56086
56077
  *
56087
56078
  * @param propertyNamesAndPaths `propertyNamesAndPaths.select` is a comma-delimited string that specifies the properties to load, and `propertyNamesAndPaths.expand` is a comma-delimited string that specifies the navigation properties to load.
56088
- *
56089
- * @remarks
56090
- * [Api set: ExcelApi 1.20]
56091
56079
  */
56092
56080
  load(propertyNamesAndPaths?: {
56093
56081
  select?: string;
@@ -56153,9 +56141,6 @@ declare namespace Excel {
56153
56141
  * Queues up a command to load the specified properties of the object. You must call `context.sync()` before reading the properties.
56154
56142
  *
56155
56143
  * @param propertyNamesAndPaths `propertyNamesAndPaths.select` is a comma-delimited string that specifies the properties to load, and `propertyNamesAndPaths.expand` is a comma-delimited string that specifies the navigation properties to load.
56156
- *
56157
- * @remarks
56158
- * [Api set: ExcelApi 1.20]
56159
56144
  */
56160
56145
  load(propertyNamesAndPaths?: {
56161
56146
  select?: string;
@@ -56292,9 +56277,6 @@ declare namespace Excel {
56292
56277
  * Queues up a command to load the specified properties of the object. You must call `context.sync()` before reading the properties.
56293
56278
  *
56294
56279
  * @param propertyNamesAndPaths `propertyNamesAndPaths.select` is a comma-delimited string that specifies the properties to load, and `propertyNamesAndPaths.expand` is a comma-delimited string that specifies the navigation properties to load.
56295
- *
56296
- * @remarks
56297
- * [Api set: ExcelApi 1.20]
56298
56280
  */
56299
56281
  load(propertyNamesAndPaths?: {
56300
56282
  select?: string;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js-preview",
3
- "version": "1.0.638",
3
+ "version": "1.0.640",
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": "c306033cd630e09359f8303d8dc2fe604bdd9f43f4949cc6ac4b73797853258e",
49
+ "typesPublisherContentHash": "170f0874ea9d1e3e8bb65227256be1408352d3f88913ac3d49ae36543a77839a",
50
50
  "typeScriptVersion": "5.2",
51
51
  "nonNpm": true
52
52
  }