@types/office-js 1.0.439 → 1.0.440
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 +1 -1
- office-js/index.d.ts +8 -0
- office-js/package.json +2 -2
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:
|
|
11
|
+
* Last updated: Tue, 29 Oct 2024 17:34:47 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
office-js/index.d.ts
CHANGED
|
@@ -17739,6 +17739,14 @@ declare namespace Office {
|
|
|
17739
17739
|
* <td>New messages and message replies</td>
|
|
17740
17740
|
* </tr>
|
|
17741
17741
|
* <tr>
|
|
17742
|
+
* <td>IPM.Note.SMIME</td>
|
|
17743
|
+
* <td>Encrypted messages that can also be signed</td>
|
|
17744
|
+
* </tr>
|
|
17745
|
+
* <tr>
|
|
17746
|
+
* <td>IPM.Note.SMIME.MultipartSigned</td>
|
|
17747
|
+
* <td>Clear-signed messages</td>
|
|
17748
|
+
* </tr>
|
|
17749
|
+
* <tr>
|
|
17742
17750
|
* <td>IPM.Schedule.Meeting.Request</td>
|
|
17743
17751
|
* <td>Meeting requests</td>
|
|
17744
17752
|
* </tr>
|
office-js/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/office-js",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.440",
|
|
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": "
|
|
49
|
+
"typesPublisherContentHash": "41a36640f78da75e36022c60b4d0ef10cfb50e9e73c87c074503e9c0c62b3f39",
|
|
50
50
|
"typeScriptVersion": "4.8"
|
|
51
51
|
}
|