@types/office-js 1.0.477 → 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 +1 -1
- office-js/index.d.ts +8 -0
- office-js/package.json +2 -2
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
|
|
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
|
@@ -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.
|
office-js/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/office-js",
|
|
3
|
-
"version": "1.0.
|
|
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": "
|
|
49
|
+
"typesPublisherContentHash": "e1834259e69827012807927626d6e3ae6c04ab8ffbf83f401a3ae047eabea9bd",
|
|
50
50
|
"typeScriptVersion": "5.0"
|
|
51
51
|
}
|