@types/office-js-preview 1.0.418 → 1.0.419
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-preview/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-preview.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated: Tue, 03 Oct 2023
|
|
11
|
+
* Last updated: Tue, 03 Oct 2023 22:06:05 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
* Global values: `Excel`, `Office`, `OfficeCore`, `OfficeExtension`, `OneNote`, `PowerPoint`, `Visio`, `Word`
|
|
14
14
|
|
office-js-preview/index.d.ts
CHANGED
|
@@ -19893,7 +19893,7 @@ declare namespace Office {
|
|
|
19893
19893
|
*
|
|
19894
19894
|
* @beta
|
|
19895
19895
|
*/
|
|
19896
|
-
sendModeOverride?:
|
|
19896
|
+
sendModeOverride?: MailboxEnums.SendModeOverride | string;
|
|
19897
19897
|
}
|
|
19898
19898
|
/**
|
|
19899
19899
|
* Provides information about the `Office.EventType.SpamReporting` event that occurs when an unsolicited message is reported.
|
|
@@ -19977,7 +19977,7 @@ declare namespace Office {
|
|
|
19977
19977
|
*
|
|
19978
19978
|
* @beta
|
|
19979
19979
|
*/
|
|
19980
|
-
moveItemTo?:
|
|
19980
|
+
moveItemTo?: MailboxEnums.MoveSpamItemTo;
|
|
19981
19981
|
/**
|
|
19982
19982
|
* When set to `true`, deletes a reported message if an error occurs while the message is processed.
|
|
19983
19983
|
* If this property is set to `false` or isn't specified in the {@link Office.MailboxEvent.completed | completed method},
|
office-js-preview/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/office-js-preview",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.419",
|
|
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": "
|
|
48
|
+
"typesPublisherContentHash": "3706ab11cdbfa1ab256c218f440c6657869f4fd3071f34b80029917146c5a21e",
|
|
49
49
|
"typeScriptVersion": "4.5"
|
|
50
50
|
}
|