@types/office-js-preview 1.0.525 → 1.0.526

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, 28 Oct 2024 16:38:07 GMT
11
+ * Last updated: Tue, 29 Oct 2024 17:34:47 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
@@ -18010,6 +18010,14 @@ declare namespace Office {
18010
18010
  * <td>New messages and message replies</td>
18011
18011
  * </tr>
18012
18012
  * <tr>
18013
+ * <td>IPM.Note.SMIME</td>
18014
+ * <td>Encrypted messages that can also be signed</td>
18015
+ * </tr>
18016
+ * <tr>
18017
+ * <td>IPM.Note.SMIME.MultipartSigned</td>
18018
+ * <td>Clear-signed messages</td>
18019
+ * </tr>
18020
+ * <tr>
18013
18021
  * <td>IPM.Schedule.Meeting.Request</td>
18014
18022
  * <td>Meeting requests</td>
18015
18023
  * </tr>
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js-preview",
3
- "version": "1.0.525",
3
+ "version": "1.0.526",
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": "5d15e3b16ea115a508d69bf32c4ce720518d7f8429fd7b90a49c90e6fc453962",
49
+ "typesPublisherContentHash": "181c7cade0f84b9b679fa655e06c0bf9bc21220ac84137bb6259f2af77256dfa",
50
50
  "typeScriptVersion": "4.8",
51
51
  "nonNpm": true
52
52
  }