@types/office-js-preview 1.0.487 → 1.0.489

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: Thu, 18 Jul 2024 14:36:26 GMT
11
+ * Last updated: Tue, 30 Jul 2024 20:35:47 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
@@ -13962,10 +13962,6 @@ declare namespace Office {
13962
13962
  /**
13963
13963
  * Represents an email account on an Exchange Server.
13964
13964
  *
13965
- * `EmailUser` objects are primarily received in {@link Office.MeetingSuggestion | MeetingSuggestion} and
13966
- * {@link Office.TaskSuggestion | TaskSuggestion} entities extracted from an Outlook item. To learn more about this scenario, refer to
13967
- * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/extract-entity-strings-from-an-item | Extract entity strings from an Outlook item}.
13968
- *
13969
13965
  * @remarks
13970
13966
  *
13971
13967
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/understanding-outlook-add-in-permissions | Minimum permission level}**: **read item**
@@ -17575,11 +17571,11 @@ declare namespace Office {
17575
17571
  * The `cc` property returns an array that contains an {@link Office.EmailAddressDetails | EmailAddressDetails} object for
17576
17572
  * each recipient listed on the **Cc** line of the message. The maximum number of recipients returned varies per Outlook client.
17577
17573
  *
17578
- * - Windows: 500 recipients
17574
+ * - classic Windows: 500 recipients
17579
17575
  *
17580
17576
  * - Android, classic Mac UI, iOS: 100 recipients
17581
17577
  *
17582
- * - Web browser: 20 recipients
17578
+ * - Web browser, new Outlook: 20 recipients (collapsed view), 500 recipients (expanded view)
17583
17579
  *
17584
17580
  * - New Mac UI: No limit
17585
17581
  *
@@ -17900,11 +17896,11 @@ declare namespace Office {
17900
17896
  * The `to` property returns an array that contains an {@link Office.EmailAddressDetails | EmailAddressDetails} object for
17901
17897
  * each recipient listed on the **To** line of the message. The maximum number of recipients returned varies per Outlook client.
17902
17898
  *
17903
- * - Windows: 500 recipients
17899
+ * - classic Windows: 500 recipients
17904
17900
  *
17905
17901
  * - Android, classic Mac UI, iOS: 100 recipients
17906
17902
  *
17907
- * - Web browser: 20 recipients
17903
+ * - Web browser, new Outlook: 20 recipients (collapsed view), 500 recipients (expanded view)
17908
17904
  *
17909
17905
  * - New Mac UI: No limit
17910
17906
  *
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js-preview",
3
- "version": "1.0.487",
3
+ "version": "1.0.489",
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",
@@ -45,7 +45,7 @@
45
45
  },
46
46
  "scripts": {},
47
47
  "dependencies": {},
48
- "typesPublisherContentHash": "d6a0493b27e75352c7b17b1378fd5af75ee0a7c980493136229b8076ff906f8b",
48
+ "typesPublisherContentHash": "32598313475dd29eb16976d60795cbd08231b6b24ca18d12cebbf29efcfaf4b0",
49
49
  "typeScriptVersion": "4.8",
50
50
  "nonNpm": true
51
51
  }