@types/office-js-preview 1.0.418 → 1.0.420
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:34:58 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
|
@@ -12454,7 +12454,7 @@ declare namespace Office {
|
|
|
12454
12454
|
*
|
|
12455
12455
|
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose
|
|
12456
12456
|
*
|
|
12457
|
-
* **Important**: In Outlook on Android and on iOS, this
|
|
12457
|
+
* **Important**: In Outlook on Android and on iOS, this method isn't supported in the Message Compose mode. Only the Appointment Organizer mode is
|
|
12458
12458
|
* supported. For more information on supported APIs in Outlook mobile, see
|
|
12459
12459
|
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
|
|
12460
12460
|
*
|
|
@@ -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.420",
|
|
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": "d20826dc894059685b080cddd4bd911d0e2cbb94c0454deca30af8c70edc090a",
|
|
49
49
|
"typeScriptVersion": "4.5"
|
|
50
50
|
}
|