@types/office-js-preview 1.0.570 → 1.0.571

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, 12 Mar 2025 21:02:14 GMT
11
+ * Last updated: Wed, 12 Mar 2025 22:02:27 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
@@ -10597,6 +10597,8 @@ declare namespace Office {
10597
10597
  * - This method isn't supported in Outlook on iOS or Android. For more information on supported APIs in Outlook mobile, see
10598
10598
  * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
10599
10599
  *
10600
+ * - Bitmap (BMP) images aren't supported if they're added as inline attachments.
10601
+ *
10600
10602
  * - In recent builds of classic Outlook on Windows, a bug was introduced that incorrectly appends an `Authorization: Bearer` header to
10601
10603
  * this action (whether using this API or the Outlook UI). To work around this issue, use the `addFileAttachmentFromBase64` API
10602
10604
  * introduced with requirement set 1.8.
@@ -10644,6 +10646,8 @@ declare namespace Office {
10644
10646
  * - This method isn't supported in Outlook on iOS or Android. For more information on supported APIs in Outlook mobile, see
10645
10647
  * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
10646
10648
  *
10649
+ * - Bitmap (BMP) images aren't supported if they're added as inline attachments.
10650
+ *
10647
10651
  * - In recent builds of classic Outlook on Windows, a bug was introduced that incorrectly appends an `Authorization: Bearer` header to
10648
10652
  * this action (whether using this API or the Outlook UI). To work around this issue, use the `addFileAttachmentFromBase64` API
10649
10653
  * introduced with requirement set 1.8.
@@ -18880,6 +18884,8 @@ declare namespace Office {
18880
18884
  * - This method isn't supported in Outlook on iOS or Android. For more information on supported APIs in Outlook mobile, see
18881
18885
  * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
18882
18886
  *
18887
+ * - Bitmap (BMP) images aren't supported if they're added as inline attachments.
18888
+ *
18883
18889
  * - In recent builds of classic Outlook on Windows, a bug was introduced that incorrectly appends an `Authorization: Bearer` header to
18884
18890
  * this action (whether using this API or the Outlook UI). To work around this issue, use the `addFileAttachmentFromBase64` API
18885
18891
  * introduced with requirement set 1.8.
@@ -18926,6 +18932,8 @@ declare namespace Office {
18926
18932
  * - This method isn't supported in Outlook on iOS or Android. For more information on supported APIs in Outlook mobile, see
18927
18933
  * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
18928
18934
  *
18935
+ * - Bitmap (BMP) images aren't supported if they're added as inline attachments.
18936
+ *
18929
18937
  * - In recent builds of classic Outlook on Windows, a bug was introduced that incorrectly appends an `Authorization: Bearer` header to
18930
18938
  * this action (whether using this API or the Outlook UI). To work around this issue, use the `addFileAttachmentFromBase64` API
18931
18939
  * introduced with requirement set 1.8.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js-preview",
3
- "version": "1.0.570",
3
+ "version": "1.0.571",
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": "09e6f53c9386c229a13aa471724b75a4e0882fa6e294704b33d5d146e6b7001e",
49
+ "typesPublisherContentHash": "fc5772f587551df93b0a5ea2d37d8592b217d4eaad75fb08361ca9df0fcb811d",
50
50
  "typeScriptVersion": "5.0",
51
51
  "nonNpm": true
52
52
  }