@types/office-js 1.0.477 → 1.0.479

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: Wed, 12 Mar 2025 21:02:14 GMT
11
+ * Last updated: Mon, 17 Mar 2025 20:34:19 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
office-js/index.d.ts CHANGED
@@ -10532,6 +10532,8 @@ declare namespace Office {
10532
10532
  * - This method isn't supported in Outlook on iOS or Android. For more information on supported APIs in Outlook mobile, see
10533
10533
  * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
10534
10534
  *
10535
+ * - Bitmap (BMP) images aren't supported if they're added as inline attachments.
10536
+ *
10535
10537
  * - In recent builds of classic Outlook on Windows, a bug was introduced that incorrectly appends an `Authorization: Bearer` header to
10536
10538
  * this action (whether using this API or the Outlook UI). To work around this issue, use the `addFileAttachmentFromBase64` API
10537
10539
  * introduced with requirement set 1.8.
@@ -10579,6 +10581,8 @@ declare namespace Office {
10579
10581
  * - This method isn't supported in Outlook on iOS or Android. For more information on supported APIs in Outlook mobile, see
10580
10582
  * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
10581
10583
  *
10584
+ * - Bitmap (BMP) images aren't supported if they're added as inline attachments.
10585
+ *
10582
10586
  * - In recent builds of classic Outlook on Windows, a bug was introduced that incorrectly appends an `Authorization: Bearer` header to
10583
10587
  * this action (whether using this API or the Outlook UI). To work around this issue, use the `addFileAttachmentFromBase64` API
10584
10588
  * introduced with requirement set 1.8.
@@ -18517,6 +18521,8 @@ declare namespace Office {
18517
18521
  * - This method isn't supported in Outlook on iOS or Android. For more information on supported APIs in Outlook mobile, see
18518
18522
  * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
18519
18523
  *
18524
+ * - Bitmap (BMP) images aren't supported if they're added as inline attachments.
18525
+ *
18520
18526
  * - In recent builds of classic Outlook on Windows, a bug was introduced that incorrectly appends an `Authorization: Bearer` header to
18521
18527
  * this action (whether using this API or the Outlook UI). To work around this issue, use the `addFileAttachmentFromBase64` API
18522
18528
  * introduced with requirement set 1.8.
@@ -18563,6 +18569,8 @@ declare namespace Office {
18563
18569
  * - This method isn't supported in Outlook on iOS or Android. For more information on supported APIs in Outlook mobile, see
18564
18570
  * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
18565
18571
  *
18572
+ * - Bitmap (BMP) images aren't supported if they're added as inline attachments.
18573
+ *
18566
18574
  * - In recent builds of classic Outlook on Windows, a bug was introduced that incorrectly appends an `Authorization: Bearer` header to
18567
18575
  * this action (whether using this API or the Outlook UI). To work around this issue, use the `addFileAttachmentFromBase64` API
18568
18576
  * introduced with requirement set 1.8.
@@ -104973,7 +104981,7 @@ declare namespace Word {
104973
104981
  /** An interface for updating data on the `Body` object, for use in `body.set({ ... })`. */
104974
104982
  interface BodyUpdateData {
104975
104983
  /**
104976
- * Gets the text format of the body. Use this to get and set font name, size, color and other properties.
104984
+ * Gets the text format of the body. Use this to get and set font name, size, color, and other properties.
104977
104985
  *
104978
104986
  * @remarks
104979
104987
  * [Api set: WordApi 1.1]
@@ -106873,7 +106881,7 @@ declare namespace Word {
106873
106881
  */
106874
106882
  fields?: Word.Interfaces.FieldData[];
106875
106883
  /**
106876
- * Gets the text format of the body. Use this to get and set font name, size, color and other properties.
106884
+ * Gets the text format of the body. Use this to get and set font name, size, color, and other properties.
106877
106885
  *
106878
106886
  * @remarks
106879
106887
  * [Api set: WordApi 1.1]
office-js/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js",
3
- "version": "1.0.477",
3
+ "version": "1.0.479",
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",
@@ -46,6 +46,6 @@
46
46
  "scripts": {},
47
47
  "dependencies": {},
48
48
  "peerDependencies": {},
49
- "typesPublisherContentHash": "0831081c192aafcc22998a9461b7511056d1ce30d4bd9f1374e2098c3a253d24",
49
+ "typesPublisherContentHash": "f469ae5f9869c6d3b42600935a697ab867be7221447881cb863895dbb1532112",
50
50
  "typeScriptVersion": "5.0"
51
51
  }