@types/office-js-preview 1.0.419 → 1.0.421
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:
|
|
11
|
+
* Last updated: Thu, 05 Oct 2023 20:36:03 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
|
*
|
|
@@ -19021,18 +19021,30 @@ declare namespace Office {
|
|
|
19021
19021
|
/**
|
|
19022
19022
|
* The identifier of the message conversation that contains the message that's currently selected.
|
|
19023
19023
|
*
|
|
19024
|
+
* @remarks
|
|
19025
|
+
* This property is currently in preview in Outlook on Windows. To test it,
|
|
19026
|
+
* you must install Version 2305 (Build 16501.20210) or later.
|
|
19027
|
+
*
|
|
19024
19028
|
* @beta
|
|
19025
19029
|
*/
|
|
19026
19030
|
conversationId: string;
|
|
19027
19031
|
/**
|
|
19028
19032
|
* Returns `true` if the message that's currently selected contains an attachment.
|
|
19029
19033
|
*
|
|
19034
|
+
* @remarks
|
|
19035
|
+
* This property is currently in preview in Outlook on Windows. To test it,
|
|
19036
|
+
* you must install Version 2305 (Build 16501.20210) or later.
|
|
19037
|
+
*
|
|
19030
19038
|
* @beta
|
|
19031
19039
|
*/
|
|
19032
19040
|
hasAttachment: boolean;
|
|
19033
19041
|
/**
|
|
19034
19042
|
* The internet message identifier of the message that's currently selected.
|
|
19035
19043
|
*
|
|
19044
|
+
* @remarks
|
|
19045
|
+
* This property is currently in preview in Outlook on Windows. To test it,
|
|
19046
|
+
* you must install Version 2305 (Build 16501.20210) or later.
|
|
19047
|
+
*
|
|
19036
19048
|
* @beta
|
|
19037
19049
|
*/
|
|
19038
19050
|
internetMessageId: string;
|
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.421",
|
|
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": "6acc5804c1d7a466b01ece7e89cc822c70423c0b0e7e858b43705cfd2716e9fb",
|
|
49
49
|
"typeScriptVersion": "4.5"
|
|
50
50
|
}
|