@types/office-js 1.0.476 → 1.0.478

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: Tue, 11 Mar 2025 22:34:38 GMT
11
+ * Last updated: Wed, 12 Mar 2025 22:02:27 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
office-js/index.d.ts CHANGED
@@ -8855,9 +8855,11 @@ declare namespace Office {
8855
8855
  /**
8856
8856
  * The attachment is stored in a cloud location, such as OneDrive.
8857
8857
  *
8858
- * **Important**: In Read mode, the `id` property of the attachment's {@link Office.AttachmentDetails | details} object
8858
+ * **Important**: In Read mode, the `id` property of the attachment's
8859
+ * {@link https://learn.microsoft.com/javascript/api/outlook/office.attachmentdetails | AttachmentDetails} object
8859
8860
  * contains a URL to the file.
8860
- * From requirement set 1.8, the `url` property included in the attachment's {@link Office.AttachmentDetailsCompose | details} object
8861
+ * From requirement set 1.8, the `url` property included in the attachment's
8862
+ * {@link https://learn.microsoft.com/javascript/api/outlook/office.attachmentdetailscompose | AttachmentDetailsCompose} object
8861
8863
  * contains a URL to the file in Compose mode.
8862
8864
  *
8863
8865
  * The `cloud` attachment type isn't supported by the `displayNewMessageForm`, `displayNewMessageFormAsync`, `displayReplyAllForm`, `displayReplyAllFormAsync`,
@@ -10530,6 +10532,8 @@ declare namespace Office {
10530
10532
  * - This method isn't supported in Outlook on iOS or Android. For more information on supported APIs in Outlook mobile, see
10531
10533
  * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
10532
10534
  *
10535
+ * - Bitmap (BMP) images aren't supported if they're added as inline attachments.
10536
+ *
10533
10537
  * - In recent builds of classic Outlook on Windows, a bug was introduced that incorrectly appends an `Authorization: Bearer` header to
10534
10538
  * this action (whether using this API or the Outlook UI). To work around this issue, use the `addFileAttachmentFromBase64` API
10535
10539
  * introduced with requirement set 1.8.
@@ -10577,6 +10581,8 @@ declare namespace Office {
10577
10581
  * - This method isn't supported in Outlook on iOS or Android. For more information on supported APIs in Outlook mobile, see
10578
10582
  * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
10579
10583
  *
10584
+ * - Bitmap (BMP) images aren't supported if they're added as inline attachments.
10585
+ *
10580
10586
  * - In recent builds of classic Outlook on Windows, a bug was introduced that incorrectly appends an `Authorization: Bearer` header to
10581
10587
  * this action (whether using this API or the Outlook UI). To work around this issue, use the `addFileAttachmentFromBase64` API
10582
10588
  * introduced with requirement set 1.8.
@@ -18515,6 +18521,8 @@ declare namespace Office {
18515
18521
  * - This method isn't supported in Outlook on iOS or Android. For more information on supported APIs in Outlook mobile, see
18516
18522
  * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
18517
18523
  *
18524
+ * - Bitmap (BMP) images aren't supported if they're added as inline attachments.
18525
+ *
18518
18526
  * - In recent builds of classic Outlook on Windows, a bug was introduced that incorrectly appends an `Authorization: Bearer` header to
18519
18527
  * this action (whether using this API or the Outlook UI). To work around this issue, use the `addFileAttachmentFromBase64` API
18520
18528
  * introduced with requirement set 1.8.
@@ -18561,6 +18569,8 @@ declare namespace Office {
18561
18569
  * - This method isn't supported in Outlook on iOS or Android. For more information on supported APIs in Outlook mobile, see
18562
18570
  * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
18563
18571
  *
18572
+ * - Bitmap (BMP) images aren't supported if they're added as inline attachments.
18573
+ *
18564
18574
  * - In recent builds of classic Outlook on Windows, a bug was introduced that incorrectly appends an `Authorization: Bearer` header to
18565
18575
  * this action (whether using this API or the Outlook UI). To work around this issue, use the `addFileAttachmentFromBase64` API
18566
18576
  * introduced with requirement set 1.8.
office-js/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js",
3
- "version": "1.0.476",
3
+ "version": "1.0.478",
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": "edabccd8ae39439955f97451c4f3d4c321332e7cd2a49e258b4060c1c0084c96",
49
+ "typesPublisherContentHash": "e1834259e69827012807927626d6e3ae6c04ab8ffbf83f401a3ae047eabea9bd",
50
50
  "typeScriptVersion": "5.0"
51
51
  }