@types/office-js 1.0.404 → 1.0.406

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 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: 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
office-js/index.d.ts CHANGED
@@ -13736,10 +13736,6 @@ declare namespace Office {
13736
13736
  /**
13737
13737
  * Represents an email account on an Exchange Server.
13738
13738
  *
13739
- * `EmailUser` objects are primarily received in {@link Office.MeetingSuggestion | MeetingSuggestion} and
13740
- * {@link Office.TaskSuggestion | TaskSuggestion} entities extracted from an Outlook item. To learn more about this scenario, refer to
13741
- * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/extract-entity-strings-from-an-item | Extract entity strings from an Outlook item}.
13742
- *
13743
13739
  * @remarks
13744
13740
  *
13745
13741
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/understanding-outlook-add-in-permissions | Minimum permission level}**: **read item**
@@ -17350,11 +17346,11 @@ declare namespace Office {
17350
17346
  * The `cc` property returns an array that contains an {@link Office.EmailAddressDetails | EmailAddressDetails} object for
17351
17347
  * each recipient listed on the **Cc** line of the message. The maximum number of recipients returned varies per Outlook client.
17352
17348
  *
17353
- * - Windows: 500 recipients
17349
+ * - classic Windows: 500 recipients
17354
17350
  *
17355
17351
  * - Android, classic Mac UI, iOS: 100 recipients
17356
17352
  *
17357
- * - Web browser: 20 recipients
17353
+ * - Web browser, new Outlook: 20 recipients (collapsed view), 500 recipients (expanded view)
17358
17354
  *
17359
17355
  * - New Mac UI: No limit
17360
17356
  *
@@ -17662,11 +17658,11 @@ declare namespace Office {
17662
17658
  * The `to` property returns an array that contains an {@link Office.EmailAddressDetails | EmailAddressDetails} object for
17663
17659
  * each recipient listed on the **To** line of the message. The maximum number of recipients returned varies per Outlook client.
17664
17660
  *
17665
- * - Windows: 500 recipients
17661
+ * - classic Windows: 500 recipients
17666
17662
  *
17667
17663
  * - Android, classic Mac UI, iOS: 100 recipients
17668
17664
  *
17669
- * - Web browser: 20 recipients
17665
+ * - Web browser, new Outlook: 20 recipients (collapsed view), 500 recipients (expanded view)
17670
17666
  *
17671
17667
  * - New Mac UI: No limit
17672
17668
  *
office-js/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js",
3
- "version": "1.0.404",
3
+ "version": "1.0.406",
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",
@@ -45,6 +45,6 @@
45
45
  },
46
46
  "scripts": {},
47
47
  "dependencies": {},
48
- "typesPublisherContentHash": "0f1c4c4851c4cc2e76246980de6cbaff444e768ddceaa2f0b93c46de0f206148",
48
+ "typesPublisherContentHash": "cbd5fb6066a541ecf09d20319c4d4fd0d11d585ec79ef8daaa2dafef04a886b3",
49
49
  "typeScriptVersion": "4.8"
50
50
  }