@types/office-js-preview 1.0.532 → 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: Mon, 18 Nov 2024 16:02:32 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
@@ -11851,6 +11857,8 @@ declare namespace Office {
11851
11857
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/understanding-outlook-add-in-permissions | Minimum permission level}**: **read item**
11852
11858
  *
11853
11859
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Appointment Attendee
11860
+ *
11861
+ * **Important**: In Outlook on the web and on Windows (new and classic), the appointment organizer is included in the object returned by the `requiredAttendees` property.
11854
11862
  */
11855
11863
  requiredAttendees: EmailAddressDetails[];
11856
11864
  /**
@@ -18514,7 +18522,7 @@ declare namespace Office {
18514
18522
  * The `addFileAttachmentAsync` method uploads the file at the specified URI and attaches it to the item in the compose form.
18515
18523
  *
18516
18524
  * @remarks
18517
- * [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]
18518
18526
  *
18519
18527
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/understanding-outlook-add-in-permissions | Minimum permission level}**: **read/write item**
18520
18528
  *
@@ -18522,8 +18530,11 @@ declare namespace Office {
18522
18530
  *
18523
18531
  * **Important**:
18524
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
+ *
18525
18536
  * - In recent builds of classic Outlook on Windows, a bug was introduced that incorrectly appends an `Authorization: Bearer` header to
18526
- * 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
18527
18538
  * introduced with requirement set 1.8.
18528
18539
  *
18529
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
@@ -18557,7 +18568,7 @@ declare namespace Office {
18557
18568
  * The `addFileAttachmentAsync` method uploads the file at the specified URI and attaches it to the item in the compose form.
18558
18569
  *
18559
18570
  * @remarks
18560
- * [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]
18561
18572
  *
18562
18573
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/understanding-outlook-add-in-permissions | Minimum permission level}**: **read/write item**
18563
18574
  *
@@ -18565,8 +18576,11 @@ declare namespace Office {
18565
18576
  *
18566
18577
  * **Important**:
18567
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
+ *
18568
18582
  * - In recent builds of classic Outlook on Windows, a bug was introduced that incorrectly appends an `Authorization: Bearer` header to
18569
- * 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
18570
18584
  * introduced with requirement set 1.8.
18571
18585
  *
18572
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
@@ -21497,6 +21511,9 @@ declare namespace Office {
21497
21511
  *
21498
21512
  * - Mac (new UI): No limit
21499
21513
  *
21514
+ * In classic Outlook on Windows, the appointment organizer is included in the object returned by the `getAsync` method when you create a new appointment or edit an
21515
+ * existing one. In Outlook on the web and new Outlook on Windows, the organizer is only included in the returned object when you edit an existing appointment.
21516
+ *
21500
21517
  * The `getAsync` method only returns recipients resolved by the Outlook client. A resolved recipient has the following characteristics.
21501
21518
  *
21502
21519
  * - If the recipient has a saved entry in the sender's address book, Outlook resolves the email address to the recipient's saved display name.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js-preview",
3
- "version": "1.0.532",
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": "53a23bc9abefc5fcd5478f9d425e96353def328e427ecd6b2d78b9088a08c19a",
49
+ "typesPublisherContentHash": "4e5c973300316f1084a4f6091f24d60f7bfeb7b65426be7a3fb45369a25578ee",
50
50
  "typeScriptVersion": "4.9",
51
51
  "nonNpm": true
52
52
  }