@types/office-js-preview 1.0.314 → 1.0.315

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 (https://github.com/OfficeD
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, 15 Jun 2022 19:01:37 GMT
11
+ * Last updated: Thu, 16 Jun 2022 20:31:36 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `Excel`, `Office`, `OfficeCore`, `OfficeExtension`, `OneNote`, `PowerPoint`, `Visio`, `Word`
14
14
 
@@ -10819,9 +10819,9 @@ declare namespace Office {
10819
10819
  *
10820
10820
  * - Windows: 500 members
10821
10821
  *
10822
- * - Mac: 100 members
10822
+ * - Classic Mac UI: 100 members
10823
10823
  *
10824
- * - Other: No limit
10824
+ * - New Mac UI, web browser, Android: No limit
10825
10825
  *
10826
10826
  * *Compose mode*
10827
10827
  *
@@ -10856,9 +10856,9 @@ declare namespace Office {
10856
10856
  *
10857
10857
  * - Windows: 500 members
10858
10858
  *
10859
- * - Mac: 100 members
10859
+ * - Classic Mac UI: 100 members
10860
10860
  *
10861
- * - Other: No limit
10861
+ * - New Mac UI, web browser, Android: No limit
10862
10862
  *
10863
10863
  * *Compose mode*
10864
10864
  *
@@ -11141,11 +11141,11 @@ declare namespace Office {
11141
11141
  * The `optionalAttendees` property returns an array that contains an {@link Office.EmailAddressDetails | EmailAddressDetails} object for
11142
11142
  * each optional attendee to the meeting. Collection size limits:
11143
11143
  *
11144
- * - Windows: 500 members
11145
- *
11146
- * - Mac: 100 members
11147
- *
11148
- * - Other: No limit
11144
+ * - Windows: 500 members
11145
+ *
11146
+ * - Classic Mac UI: 100 members
11147
+ *
11148
+ * - New Mac UI, web browser, Android: No limit
11149
11149
  *
11150
11150
  * @remarks
11151
11151
  *
@@ -11189,11 +11189,11 @@ declare namespace Office {
11189
11189
  * The `requiredAttendees` property returns an array that contains an {@link Office.EmailAddressDetails | EmailAddressDetails} object for
11190
11190
  * each required attendee to the meeting. Collection size limits:
11191
11191
  *
11192
- * - Windows: 500 members
11193
- *
11194
- * - Mac: 100 members
11195
- *
11196
- * - Other: No limit
11192
+ * - Windows: 500 members
11193
+ *
11194
+ * - Classic Mac UI: 100 members
11195
+ *
11196
+ * - New Mac UI, web browser, Android: No limit
11197
11197
  *
11198
11198
  * @remarks
11199
11199
  *
@@ -15995,11 +15995,11 @@ declare namespace Office {
15995
15995
  *
15996
15996
  * - Windows: 500 members
15997
15997
  *
15998
- * - Mac: 100 members
15998
+ * - Classic Mac UI: 100 members
15999
15999
  *
16000
16000
  * - Web browser: 20 members
16001
16001
  *
16002
- * - Other: No limit
16002
+ * - New Mac UI, Android: No limit
16003
16003
  *
16004
16004
  * @remarks
16005
16005
  *
@@ -16293,11 +16293,11 @@ declare namespace Office {
16293
16293
  *
16294
16294
  * - Windows: 500 members
16295
16295
  *
16296
- * - Mac: 100 members
16296
+ * - Classic Mac UI: 100 members
16297
16297
  *
16298
16298
  * - Web browser: 20 members
16299
16299
  *
16300
- * - Other: No limit
16300
+ * - New Mac UI, Android: No limit
16301
16301
  *
16302
16302
  * @remarks
16303
16303
  *
@@ -17440,9 +17440,9 @@ declare namespace Office {
17440
17440
  * - Windows: 100 recipients.
17441
17441
  * **Note**: Can call API repeatedly but the maximum number of recipients in the target field on the item is 500 recipients.
17442
17442
  *
17443
- * - Mac, web browser: 100 recipients
17443
+ * - Classic Mac UI, web browser: 100 recipients
17444
17444
  *
17445
- * - Other: No limit
17445
+ * - New Mac UI, Android: No limit
17446
17446
  *
17447
17447
  * @remarks
17448
17448
  * [Api set: Mailbox 1.1]
@@ -17478,9 +17478,9 @@ declare namespace Office {
17478
17478
  * - Windows: 100 recipients.
17479
17479
  * **Note**: Can call API repeatedly but the maximum number of recipients in the target field on the item is 500 recipients.
17480
17480
  *
17481
- * - Mac, web browser: 100 recipients
17481
+ * - Classic Mac UI, web browser: 100 recipients
17482
17482
  *
17483
- * - Other: No limit
17483
+ * - New Mac UI, Android: No limit
17484
17484
  *
17485
17485
  * @remarks
17486
17486
  * [Api set: Mailbox 1.1]
@@ -17504,9 +17504,9 @@ declare namespace Office {
17504
17504
  * When the call completes, the `asyncResult.value` property will contain an array of {@link Office.EmailAddressDetails | EmailAddressDetails}
17505
17505
  * objects. Collection size limits:
17506
17506
  *
17507
- * - Windows, Mac, web browser: 500 members
17507
+ * - Windows, classic Mac UI, web browser: 500 members
17508
17508
  *
17509
- * - Other: No limit
17509
+ * - New Mac UI, Android: No limit
17510
17510
  *
17511
17511
  * **Important**: In Outlook on the web, if a user created a new message by activating a contact's email address link from their contact or
17512
17512
  * profile card, your add-in's `getAsync` call currently won't return a value in the `displayName` property of the
@@ -17532,9 +17532,9 @@ declare namespace Office {
17532
17532
  * When the call completes, the `asyncResult.value` property will contain an array of {@link Office.EmailAddressDetails | EmailAddressDetails}
17533
17533
  * objects. Collection size limits:
17534
17534
  *
17535
- * - Windows, Mac, web browser: 500 members
17535
+ * - Windows, classic Mac UI, web browser: 500 members
17536
17536
  *
17537
- * - Other: No limit
17537
+ * - New Mac UI, Android: No limit
17538
17538
  *
17539
17539
  * **Important**: In Outlook on the web, if a user created a new message by activating a contact's email address link from their contact or
17540
17540
  * profile card, your add-in's `getAsync` call currently won't return a value in the `displayName` property of the
@@ -17567,9 +17567,12 @@ declare namespace Office {
17567
17567
  *
17568
17568
  * Maximum number that can be set:
17569
17569
  *
17570
- * - Windows, Mac, web browser: 100 recipients
17570
+ * - Windows: 100 recipients.
17571
+ * **Note**: Can call API repeatedly but the maximum number of recipients in the target field on the item is 500 recipients.
17571
17572
  *
17572
- * - Other: No limit
17573
+ * - Classic Mac UI, web browser: 100 recipients
17574
+ *
17575
+ * - New Mac UI, Android: No limit
17573
17576
  *
17574
17577
  * @remarks
17575
17578
  * [Api set: Mailbox 1.1]
@@ -17605,9 +17608,12 @@ declare namespace Office {
17605
17608
  *
17606
17609
  * Maximum number that can be set:
17607
17610
  *
17608
- * - Windows, Mac, web browser: 100 recipients
17611
+ * - Windows: 100 recipients.
17612
+ * **Note**: Can call API repeatedly but the maximum number of recipients in the target field on the item is 500 recipients.
17613
+ *
17614
+ * - Classic Mac UI, web browser: 100 recipients
17609
17615
  *
17610
- * - Other: No limit
17616
+ * - New Mac UI, Android: No limit
17611
17617
  *
17612
17618
  * @remarks
17613
17619
  * [Api set: Mailbox 1.1]
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js-preview",
3
- "version": "1.0.314",
3
+ "version": "1.0.315",
4
4
  "description": "TypeScript definitions for Office.js",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js-preview",
6
6
  "license": "MIT",
@@ -45,6 +45,6 @@
45
45
  },
46
46
  "scripts": {},
47
47
  "dependencies": {},
48
- "typesPublisherContentHash": "6d76cd8d1b85ff8d38e7c351dcbd2c4d888c5cd51d7f84d58b3c54db021594b5",
48
+ "typesPublisherContentHash": "7b8b6cb450be9b3c52cd71cd1dd00a54a63029abb20462fab4e186809b42c9ba",
49
49
  "typeScriptVersion": "4.0"
50
50
  }