@types/office-js 1.0.519 → 1.0.520

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, 24 Jul 2025 22:02:25 GMT
11
+ * Last updated: Mon, 28 Jul 2025 18:44:19 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
office-js/index.d.ts CHANGED
@@ -21931,7 +21931,7 @@ declare namespace Office {
21931
21931
  * However, take note of the following:
21932
21932
  *
21933
21933
  * - In Outlook on the web, on Windows (new and classic), and on Mac (classic UI), you can have a maximum of 500 recipients in a target field.
21934
- * If you need to set more than 100 recipients, you can call `setAsync` repeatedly, but be mindful of the recipient limit of the field.
21934
+ * If you need to add more recipients after setting 100 recipients, you can call `addAsync` repeatedly, but be mindful of the recipient limit of the field.
21935
21935
  *
21936
21936
  * - In Outlook on Android and on iOS, the `setAsync` method isn't supported in the Message Compose mode. Only the Appointment Organizer mode is
21937
21937
  * supported. For more information on supported APIs in Outlook mobile, see
@@ -21974,7 +21974,7 @@ declare namespace Office {
21974
21974
  * However, take note of the following:
21975
21975
  *
21976
21976
  * - In Outlook on the web, on Windows (new and classic), and on Mac (classic UI), you can have a maximum of 500 recipients in a target field.
21977
- * If you need to set more than 100 recipients, you can call `setAsync` repeatedly, but be mindful of the recipient limit of the field.
21977
+ * If you need to add more recipients after setting 100 recipients, you can call `addAsync` repeatedly, but be mindful of the recipient limit of the field.
21978
21978
  *
21979
21979
  * - In Outlook on Android and on iOS, the `setAsync` method isn't supported in the Message Compose mode. Only the Appointment Organizer mode is
21980
21980
  * supported. For more information on supported APIs in Outlook mobile, see
office-js/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js",
3
- "version": "1.0.519",
3
+ "version": "1.0.520",
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",
@@ -46,6 +46,6 @@
46
46
  "scripts": {},
47
47
  "dependencies": {},
48
48
  "peerDependencies": {},
49
- "typesPublisherContentHash": "86be2472f650c9c3355def930eef20cd7cc0407209dd2f98fe4b9d3c0a5e653d",
49
+ "typesPublisherContentHash": "80099809888ae7e100dfcf21138a0a08b3fc85019da7fd1a9c9570e0a9044f6a",
50
50
  "typeScriptVersion": "5.1"
51
51
  }