@types/office-js-preview 1.0.533 → 1.0.534

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: Tue, 19 Nov 2024 18:38:08 GMT
11
+ * Last updated: Tue, 19 Nov 2024 21:02:30 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
@@ -10484,7 +10484,7 @@ declare namespace Office {
10484
10484
  * The `addFileAttachmentAsync` method uploads the file at the specified URI and attaches it to the item in the compose form.
10485
10485
  *
10486
10486
  * @remarks
10487
- * [Api set: Mailbox 1.1]
10487
+ * [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]
10488
10488
  *
10489
10489
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/understanding-outlook-add-in-permissions | Minimum permission level}**: **read/write item**
10490
10490
  *
@@ -10492,8 +10492,11 @@ declare namespace Office {
10492
10492
  *
10493
10493
  * **Important**:
10494
10494
  *
10495
+ * - This method isn't supported in Outlook on iOS or Android. For more information on supported APIs in Outlook mobile, see
10496
+ * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
10497
+ *
10495
10498
  * - In recent builds of classic Outlook on Windows, a bug was introduced that incorrectly appends an `Authorization: Bearer` header to
10496
- * this action (whether using this API or the Outlook UI). To work around this issue, you can try using the `addFileAttachmentFromBase64` API
10499
+ * this action (whether using this API or the Outlook UI). To work around this issue, use the `addFileAttachmentFromBase64` API
10497
10500
  * introduced with requirement set 1.8.
10498
10501
  *
10499
10502
  * - 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
@@ -10528,7 +10531,7 @@ declare namespace Office {
10528
10531
  * The `addFileAttachmentAsync` method uploads the file at the specified URI and attaches it to the item in the compose form.
10529
10532
  *
10530
10533
  * @remarks
10531
- * [Api set: Mailbox 1.1]
10534
+ * [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]
10532
10535
  *
10533
10536
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/understanding-outlook-add-in-permissions | Minimum permission level}**: **read/write item**
10534
10537
  *
@@ -10536,8 +10539,11 @@ declare namespace Office {
10536
10539
  *
10537
10540
  * **Important**:
10538
10541
  *
10542
+ * - This method isn't supported in Outlook on iOS or Android. For more information on supported APIs in Outlook mobile, see
10543
+ * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
10544
+ *
10539
10545
  * - In recent builds of classic Outlook on Windows, a bug was introduced that incorrectly appends an `Authorization: Bearer` header to
10540
- * this action (whether using this API or the Outlook UI). To work around this issue, you can try using the `addFileAttachmentFromBase64` API
10546
+ * this action (whether using this API or the Outlook UI). To work around this issue, use the `addFileAttachmentFromBase64` API
10541
10547
  * introduced with requirement set 1.8.
10542
10548
  *
10543
10549
  * - 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
@@ -18516,7 +18522,7 @@ declare namespace Office {
18516
18522
  * The `addFileAttachmentAsync` method uploads the file at the specified URI and attaches it to the item in the compose form.
18517
18523
  *
18518
18524
  * @remarks
18519
- * [Api set: Mailbox 1.1]
18525
+ * [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]
18520
18526
  *
18521
18527
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/understanding-outlook-add-in-permissions | Minimum permission level}**: **read/write item**
18522
18528
  *
@@ -18524,8 +18530,11 @@ declare namespace Office {
18524
18530
  *
18525
18531
  * **Important**:
18526
18532
  *
18533
+ * - This method isn't supported in Outlook on iOS or Android. For more information on supported APIs in Outlook mobile, see
18534
+ * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
18535
+ *
18527
18536
  * - In recent builds of classic Outlook on Windows, a bug was introduced that incorrectly appends an `Authorization: Bearer` header to
18528
- * this action (whether using this API or the Outlook UI). To work around this issue, you can try using the `addFileAttachmentFromBase64` API
18537
+ * this action (whether using this API or the Outlook UI). To work around this issue, use the `addFileAttachmentFromBase64` API
18529
18538
  * introduced with requirement set 1.8.
18530
18539
  *
18531
18540
  * - 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
@@ -18559,7 +18568,7 @@ declare namespace Office {
18559
18568
  * The `addFileAttachmentAsync` method uploads the file at the specified URI and attaches it to the item in the compose form.
18560
18569
  *
18561
18570
  * @remarks
18562
- * [Api set: Mailbox 1.1]
18571
+ * [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]
18563
18572
  *
18564
18573
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/understanding-outlook-add-in-permissions | Minimum permission level}**: **read/write item**
18565
18574
  *
@@ -18567,8 +18576,11 @@ declare namespace Office {
18567
18576
  *
18568
18577
  * **Important**:
18569
18578
  *
18579
+ * - This method isn't supported in Outlook on iOS or Android. For more information on supported APIs in Outlook mobile, see
18580
+ * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
18581
+ *
18570
18582
  * - In recent builds of classic Outlook on Windows, a bug was introduced that incorrectly appends an `Authorization: Bearer` header to
18571
- * this action (whether using this API or the Outlook UI). To work around this issue, you can try using the `addFileAttachmentFromBase64` API
18583
+ * this action (whether using this API or the Outlook UI). To work around this issue, use the `addFileAttachmentFromBase64` API
18572
18584
  * introduced with requirement set 1.8.
18573
18585
  *
18574
18586
  * - 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js-preview",
3
- "version": "1.0.533",
3
+ "version": "1.0.534",
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": "c86073381f29ebf53b0e38dfbba5398b28fdae7195166b336e90359bbe48561f",
49
+ "typesPublisherContentHash": "4e5c973300316f1084a4f6091f24d60f7bfeb7b65426be7a3fb45369a25578ee",
50
50
  "typeScriptVersion": "4.9",
51
51
  "nonNpm": true
52
52
  }