@types/office-js-preview 1.0.532 → 1.0.533

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 18:38:08 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
@@ -11851,6 +11851,8 @@ declare namespace Office {
11851
11851
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/understanding-outlook-add-in-permissions | Minimum permission level}**: **read item**
11852
11852
  *
11853
11853
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Appointment Attendee
11854
+ *
11855
+ * **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
11856
  */
11855
11857
  requiredAttendees: EmailAddressDetails[];
11856
11858
  /**
@@ -21497,6 +21499,9 @@ declare namespace Office {
21497
21499
  *
21498
21500
  * - Mac (new UI): No limit
21499
21501
  *
21502
+ * 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
21503
+ * 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.
21504
+ *
21500
21505
  * The `getAsync` method only returns recipients resolved by the Outlook client. A resolved recipient has the following characteristics.
21501
21506
  *
21502
21507
  * - 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.533",
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": "c86073381f29ebf53b0e38dfbba5398b28fdae7195166b336e90359bbe48561f",
50
50
  "typeScriptVersion": "4.9",
51
51
  "nonNpm": true
52
52
  }