@types/office-js 1.0.447 → 1.0.448
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 +20 -8
- 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: Tue, 19 Nov 2024
|
|
11
|
+
* Last updated: Tue, 19 Nov 2024 21:02:30 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
office-js/index.d.ts
CHANGED
|
@@ -10420,7 +10420,7 @@ declare namespace Office {
|
|
|
10420
10420
|
* The `addFileAttachmentAsync` method uploads the file at the specified URI and attaches it to the item in the compose form.
|
|
10421
10421
|
*
|
|
10422
10422
|
* @remarks
|
|
10423
|
-
* [Api set: Mailbox 1.1]
|
|
10423
|
+
* [Api set: Mailbox 1.1 for Outlook on Windows (classic) and on Mac, Mailbox 1.8 for Outlook on the web and new Outlook on Windows]
|
|
10424
10424
|
*
|
|
10425
10425
|
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/understanding-outlook-add-in-permissions | Minimum permission level}**: **read/write item**
|
|
10426
10426
|
*
|
|
@@ -10428,8 +10428,11 @@ declare namespace Office {
|
|
|
10428
10428
|
*
|
|
10429
10429
|
* **Important**:
|
|
10430
10430
|
*
|
|
10431
|
+
* - This method isn't supported in Outlook on iOS or Android. For more information on supported APIs in Outlook mobile, see
|
|
10432
|
+
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
|
|
10433
|
+
*
|
|
10431
10434
|
* - In recent builds of classic Outlook on Windows, a bug was introduced that incorrectly appends an `Authorization: Bearer` header to
|
|
10432
|
-
* this action (whether using this API or the Outlook UI). To work around this issue,
|
|
10435
|
+
* this action (whether using this API or the Outlook UI). To work around this issue, use the `addFileAttachmentFromBase64` API
|
|
10433
10436
|
* introduced with requirement set 1.8.
|
|
10434
10437
|
*
|
|
10435
10438
|
* - The URI of the file to be attached must support caching in production. The server hosting the image shouldn't return a `Cache-Control` header that
|
|
@@ -10464,7 +10467,7 @@ declare namespace Office {
|
|
|
10464
10467
|
* The `addFileAttachmentAsync` method uploads the file at the specified URI and attaches it to the item in the compose form.
|
|
10465
10468
|
*
|
|
10466
10469
|
* @remarks
|
|
10467
|
-
* [Api set: Mailbox 1.1]
|
|
10470
|
+
* [Api set: Mailbox 1.1 for Outlook on Windows (classic) and on Mac, Mailbox 1.8 for Outlook on the web and new Outlook on Windows]
|
|
10468
10471
|
*
|
|
10469
10472
|
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/understanding-outlook-add-in-permissions | Minimum permission level}**: **read/write item**
|
|
10470
10473
|
*
|
|
@@ -10472,8 +10475,11 @@ declare namespace Office {
|
|
|
10472
10475
|
*
|
|
10473
10476
|
* **Important**:
|
|
10474
10477
|
*
|
|
10478
|
+
* - This method isn't supported in Outlook on iOS or Android. For more information on supported APIs in Outlook mobile, see
|
|
10479
|
+
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
|
|
10480
|
+
*
|
|
10475
10481
|
* - In recent builds of classic Outlook on Windows, a bug was introduced that incorrectly appends an `Authorization: Bearer` header to
|
|
10476
|
-
* this action (whether using this API or the Outlook UI). To work around this issue,
|
|
10482
|
+
* this action (whether using this API or the Outlook UI). To work around this issue, use the `addFileAttachmentFromBase64` API
|
|
10477
10483
|
* introduced with requirement set 1.8.
|
|
10478
10484
|
*
|
|
10479
10485
|
* - The URI of the file to be attached must support caching in production. The server hosting the image shouldn't return a `Cache-Control` header that
|
|
@@ -16307,7 +16313,7 @@ declare namespace Office {
|
|
|
16307
16313
|
* The `addFileAttachmentAsync` method uploads the file at the specified URI and attaches it to the item in the compose form.
|
|
16308
16314
|
*
|
|
16309
16315
|
* @remarks
|
|
16310
|
-
* [Api set: Mailbox 1.1]
|
|
16316
|
+
* [Api set: Mailbox 1.1 for Outlook on Windows (classic) and on Mac, Mailbox 1.8 for Outlook on the web and new Outlook on Windows]
|
|
16311
16317
|
*
|
|
16312
16318
|
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/understanding-outlook-add-in-permissions | Minimum permission level}**: **read/write item**
|
|
16313
16319
|
*
|
|
@@ -16315,8 +16321,11 @@ declare namespace Office {
|
|
|
16315
16321
|
*
|
|
16316
16322
|
* **Important**:
|
|
16317
16323
|
*
|
|
16324
|
+
* - This method isn't supported in Outlook on iOS or Android. For more information on supported APIs in Outlook mobile, see
|
|
16325
|
+
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
|
|
16326
|
+
*
|
|
16318
16327
|
* - In recent builds of classic Outlook on Windows, a bug was introduced that incorrectly appends an `Authorization: Bearer` header to
|
|
16319
|
-
* this action (whether using this API or the Outlook UI). To work around this issue,
|
|
16328
|
+
* this action (whether using this API or the Outlook UI). To work around this issue, use the `addFileAttachmentFromBase64` API
|
|
16320
16329
|
* introduced with requirement set 1.8.
|
|
16321
16330
|
*
|
|
16322
16331
|
* - The URI of the file to be attached must support caching in production. The server hosting the image shouldn't return a `Cache-Control` header that
|
|
@@ -16350,7 +16359,7 @@ declare namespace Office {
|
|
|
16350
16359
|
* The `addFileAttachmentAsync` method uploads the file at the specified URI and attaches it to the item in the compose form.
|
|
16351
16360
|
*
|
|
16352
16361
|
* @remarks
|
|
16353
|
-
* [Api set: Mailbox 1.1]
|
|
16362
|
+
* [Api set: Mailbox 1.1 for Outlook on Windows (classic) and on Mac, Mailbox 1.8 for Outlook on the web and new Outlook on Windows]
|
|
16354
16363
|
*
|
|
16355
16364
|
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/understanding-outlook-add-in-permissions | Minimum permission level}**: **read/write item**
|
|
16356
16365
|
*
|
|
@@ -16358,8 +16367,11 @@ declare namespace Office {
|
|
|
16358
16367
|
*
|
|
16359
16368
|
* **Important**:
|
|
16360
16369
|
*
|
|
16370
|
+
* - This method isn't supported in Outlook on iOS or Android. For more information on supported APIs in Outlook mobile, see
|
|
16371
|
+
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
|
|
16372
|
+
*
|
|
16361
16373
|
* - In recent builds of classic Outlook on Windows, a bug was introduced that incorrectly appends an `Authorization: Bearer` header to
|
|
16362
|
-
* this action (whether using this API or the Outlook UI). To work around this issue,
|
|
16374
|
+
* this action (whether using this API or the Outlook UI). To work around this issue, use the `addFileAttachmentFromBase64` API
|
|
16363
16375
|
* introduced with requirement set 1.8.
|
|
16364
16376
|
*
|
|
16365
16377
|
* - The URI of the file to be attached must support caching in production. The server hosting the image shouldn't return a `Cache-Control` header that
|
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.448",
|
|
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": "f5f3dd019545f4602c3c34a1e72602e3ee054c899f86d498709074bb14c1588e",
|
|
50
50
|
"typeScriptVersion": "4.9"
|
|
51
51
|
}
|