@types/office-js-preview 1.0.616 → 1.0.617

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: Wed, 16 Jul 2025 15:03:42 GMT
11
+ * Last updated: Mon, 28 Jul 2025 18:44:19 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
@@ -22285,7 +22285,7 @@ declare namespace Office {
22285
22285
  * However, take note of the following:
22286
22286
  *
22287
22287
  * - 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.
22288
- * If you need to set more than 100 recipients, you can call `setAsync` repeatedly, but be mindful of the recipient limit of the field.
22288
+ * 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.
22289
22289
  *
22290
22290
  * - In Outlook on Android and on iOS, the `setAsync` method isn't supported in the Message Compose mode. Only the Appointment Organizer mode is
22291
22291
  * supported. For more information on supported APIs in Outlook mobile, see
@@ -22328,7 +22328,7 @@ declare namespace Office {
22328
22328
  * However, take note of the following:
22329
22329
  *
22330
22330
  * - 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.
22331
- * If you need to set more than 100 recipients, you can call `setAsync` repeatedly, but be mindful of the recipient limit of the field.
22331
+ * 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.
22332
22332
  *
22333
22333
  * - In Outlook on Android and on iOS, the `setAsync` method isn't supported in the Message Compose mode. Only the Appointment Organizer mode is
22334
22334
  * supported. For more information on supported APIs in Outlook mobile, see
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js-preview",
3
- "version": "1.0.616",
3
+ "version": "1.0.617",
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": "8a0d9b4dedfdbe7f1369e85aeec8e46c2ebfc3407f80f55f897585f95c1172fb",
49
+ "typesPublisherContentHash": "076a69e35fe5c2df4f42a727ebbb046867a552d71c3782e299b138bb53458e2d",
50
50
  "typeScriptVersion": "5.1",
51
51
  "nonNpm": true
52
52
  }