@types/office-js-preview 1.0.581 → 1.0.583

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: Mon, 14 Apr 2025 18:02:23 GMT
11
+ * Last updated: Wed, 16 Apr 2025 21:02:22 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
@@ -15689,14 +15689,6 @@ declare namespace Office {
15689
15689
  * <td>New messages and message replies</td>
15690
15690
  * </tr>
15691
15691
  * <tr>
15692
- * <td>IPM.Note.SMIME</td>
15693
- * <td>Encrypted messages that can also be signed</td>
15694
- * </tr>
15695
- * <tr>
15696
- * <td>IPM.Note.SMIME.MultipartSigned</td>
15697
- * <td>Clear-signed messages</td>
15698
- * </tr>
15699
- * <tr>
15700
15692
  * <td>IPM.Schedule.Meeting.Request</td>
15701
15693
  * <td>Meeting requests</td>
15702
15694
  * </tr>
@@ -15748,14 +15740,6 @@ declare namespace Office {
15748
15740
  * <td>New messages and message replies</td>
15749
15741
  * </tr>
15750
15742
  * <tr>
15751
- * <td>IPM.Note.SMIME</td>
15752
- * <td>Encrypted messages that can also be signed</td>
15753
- * </tr>
15754
- * <tr>
15755
- * <td>IPM.Note.SMIME.MultipartSigned</td>
15756
- * <td>Clear-signed messages</td>
15757
- * </tr>
15758
- * <tr>
15759
15743
  * <td>IPM.Schedule.Meeting.Request</td>
15760
15744
  * <td>Meeting requests</td>
15761
15745
  * </tr>
@@ -16307,14 +16291,6 @@ declare namespace Office {
16307
16291
  * <td>New messages and message replies</td>
16308
16292
  * </tr>
16309
16293
  * <tr>
16310
- * <td>IPM.Note.SMIME</td>
16311
- * <td>Encrypted messages that can also be signed</td>
16312
- * </tr>
16313
- * <tr>
16314
- * <td>IPM.Note.SMIME.MultipartSigned</td>
16315
- * <td>Clear-signed messages</td>
16316
- * </tr>
16317
- * <tr>
16318
16294
  * <td>IPM.Schedule.Meeting.Request</td>
16319
16295
  * <td>Meeting requests</td>
16320
16296
  * </tr>
@@ -19618,14 +19594,6 @@ declare namespace Office {
19618
19594
  * <td>New messages and message replies</td>
19619
19595
  * </tr>
19620
19596
  * <tr>
19621
- * <td>IPM.Note.SMIME</td>
19622
- * <td>Encrypted messages that can also be signed</td>
19623
- * </tr>
19624
- * <tr>
19625
- * <td>IPM.Note.SMIME.MultipartSigned</td>
19626
- * <td>Clear-signed messages</td>
19627
- * </tr>
19628
- * <tr>
19629
19597
  * <td>IPM.Schedule.Meeting.Request</td>
19630
19598
  * <td>Meeting requests</td>
19631
19599
  * </tr>
@@ -19677,14 +19645,6 @@ declare namespace Office {
19677
19645
  * <td>New messages and message replies</td>
19678
19646
  * </tr>
19679
19647
  * <tr>
19680
- * <td>IPM.Note.SMIME</td>
19681
- * <td>Encrypted messages that can also be signed</td>
19682
- * </tr>
19683
- * <tr>
19684
- * <td>IPM.Note.SMIME.MultipartSigned</td>
19685
- * <td>Clear-signed messages</td>
19686
- * </tr>
19687
- * <tr>
19688
19648
  * <td>IPM.Schedule.Meeting.Request</td>
19689
19649
  * <td>Meeting requests</td>
19690
19650
  * </tr>
@@ -20499,14 +20459,6 @@ declare namespace Office {
20499
20459
  * <td>New messages and message replies</td>
20500
20460
  * </tr>
20501
20461
  * <tr>
20502
- * <td>IPM.Note.SMIME</td>
20503
- * <td>Encrypted messages that can also be signed</td>
20504
- * </tr>
20505
- * <tr>
20506
- * <td>IPM.Note.SMIME.MultipartSigned</td>
20507
- * <td>Clear-signed messages</td>
20508
- * </tr>
20509
- * <tr>
20510
20462
  * <td>IPM.Schedule.Meeting.Request</td>
20511
20463
  * <td>Meeting requests</td>
20512
20464
  * </tr>
@@ -21984,7 +21936,7 @@ declare namespace Office {
21984
21936
  *
21985
21937
  * There's no recipient limit if you call `addAsync` in Outlook on Mac (new UI).
21986
21938
  *
21987
- * - The `addAsync` method isn't supported on a message that's currently loaded using the `loadItemByIdAsync` method.
21939
+ * The `addAsync` method isn't supported on a message that's currently loaded using the `loadItemByIdAsync` method.
21988
21940
  * For more information, see {@link https://learn.microsoft.com/office/dev/add-ins/outlook/item-multi-select | Activate your Outlook add-in on multiple messages}.
21989
21941
  *
21990
21942
  * **Errors**:
@@ -22023,7 +21975,7 @@ declare namespace Office {
22023
21975
  *
22024
21976
  * There's no recipient limit if you call `addAsync` in Outlook on Mac (new UI).
22025
21977
  *
22026
- * - The `addAsync` method isn't supported on a message that's currently loaded using the `loadItemByIdAsync` method.
21978
+ * The `addAsync` method isn't supported on a message that's currently loaded using the `loadItemByIdAsync` method.
22027
21979
  * For more information, see {@link https://learn.microsoft.com/office/dev/add-ins/outlook/item-multi-select | Activate your Outlook add-in on multiple messages}.
22028
21980
  *
22029
21981
  * **Errors**:
@@ -22162,7 +22114,7 @@ declare namespace Office {
22162
22114
  *
22163
22115
  * There's no recipient limit if you call `setAsync` in Outlook on Mac (new UI).
22164
22116
  *
22165
- * - The `setAsync` method isn't supported on a message that's currently loaded using the `loadItemByIdAsync` method.
22117
+ * The `setAsync` method isn't supported on a message that's currently loaded using the `loadItemByIdAsync` method.
22166
22118
  * For more information, see {@link https://learn.microsoft.com/office/dev/add-ins/outlook/item-multi-select | Activate your Outlook add-in on multiple messages}.
22167
22119
  *
22168
22120
  * **Errors**:
@@ -22205,7 +22157,7 @@ declare namespace Office {
22205
22157
  *
22206
22158
  * There's no recipient limit if you call `setAsync` in Outlook on Mac (new UI).
22207
22159
  *
22208
- * - The `setAsync` method isn't supported on a message that's currently loaded using the `loadItemByIdAsync` method.
22160
+ * The `setAsync` method isn't supported on a message that's currently loaded using the `loadItemByIdAsync` method.
22209
22161
  * For more information, see {@link https://learn.microsoft.com/office/dev/add-ins/outlook/item-multi-select | Activate your Outlook add-in on multiple messages}.
22210
22162
  *
22211
22163
  * **Errors**:
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js-preview",
3
- "version": "1.0.581",
3
+ "version": "1.0.583",
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": "8d7daadd2fa671c5c307604df6832d22c441817c290570338e4564253191c58d",
49
+ "typesPublisherContentHash": "2b4f01faf5481871bcbbbb568517701f17f39b21dabad2b7520a1d06e9a74db1",
50
50
  "typeScriptVersion": "5.1",
51
51
  "nonNpm": true
52
52
  }