@types/office-js 1.0.355 → 1.0.356
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 +16 -6
- 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, 31 Oct 2023 19:44:14 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
office-js/index.d.ts
CHANGED
|
@@ -13117,6 +13117,8 @@ declare namespace Office {
|
|
|
13117
13117
|
*
|
|
13118
13118
|
* @remarks
|
|
13119
13119
|
*
|
|
13120
|
+
* [Api set: Mailbox 1.1]
|
|
13121
|
+
*
|
|
13120
13122
|
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/understanding-outlook-add-in-permissions | Minimum permission level}**: **read item**
|
|
13121
13123
|
*
|
|
13122
13124
|
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose or Read
|
|
@@ -13127,27 +13129,33 @@ declare namespace Office {
|
|
|
13127
13129
|
*/
|
|
13128
13130
|
interface Diagnostics {
|
|
13129
13131
|
/**
|
|
13130
|
-
* Gets a string that represents the
|
|
13131
|
-
*
|
|
13132
|
-
* A string that can be one of the following values: `Outlook`, `OutlookWebApp`, `OutlookIOS`, or `OutlookAndroid`.
|
|
13132
|
+
* Gets a string that represents the type of Outlook client.
|
|
13133
13133
|
*
|
|
13134
|
-
*
|
|
13134
|
+
* The string can be one of the following values: `Outlook`, `newOutlookWindows`, `OutlookWebApp`, `OutlookIOS`, or `OutlookAndroid`.
|
|
13135
13135
|
*
|
|
13136
13136
|
* @remarks
|
|
13137
13137
|
*
|
|
13138
|
+
* [Api set: Mailbox 1.1]
|
|
13139
|
+
*
|
|
13138
13140
|
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/understanding-outlook-add-in-permissions | Minimum permission level}**: **read item**
|
|
13139
13141
|
*
|
|
13140
13142
|
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose or Read
|
|
13143
|
+
*
|
|
13144
|
+
* **Important**: The `Outlook` value is returned for Outlook desktop clients on Windows and on Mac. `newOutlookWindows` is returned for the
|
|
13145
|
+
* {@link https://insider.microsoft365.com/blog/new-outlook-for-windows-available-to-all-office-insiders | new Outlook on Windows desktop client}
|
|
13146
|
+
* currently in preview.
|
|
13141
13147
|
*/
|
|
13142
13148
|
hostName: string;
|
|
13143
13149
|
/**
|
|
13144
|
-
* Gets a string that represents the version of either the
|
|
13150
|
+
* Gets a string that represents the version of either the Outlook client or the Exchange Server (for example, "15.0.468.0").
|
|
13145
13151
|
*
|
|
13146
13152
|
* If the mail add-in is running in Outlook on a desktop or mobile client, the `hostVersion` property returns the version of the
|
|
13147
|
-
*
|
|
13153
|
+
* Outlook client. In Outlook on the web, the property returns the version of the Exchange Server.
|
|
13148
13154
|
*
|
|
13149
13155
|
* @remarks
|
|
13150
13156
|
*
|
|
13157
|
+
* [Api set: Mailbox 1.1]
|
|
13158
|
+
*
|
|
13151
13159
|
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/understanding-outlook-add-in-permissions | Minimum permission level}**: **read item**
|
|
13152
13160
|
*
|
|
13153
13161
|
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose or Read
|
|
@@ -13172,6 +13180,8 @@ declare namespace Office {
|
|
|
13172
13180
|
*
|
|
13173
13181
|
* @remarks
|
|
13174
13182
|
*
|
|
13183
|
+
* [Api set: Mailbox 1.1]
|
|
13184
|
+
*
|
|
13175
13185
|
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/understanding-outlook-add-in-permissions | Minimum permission level}**: **read item**
|
|
13176
13186
|
*
|
|
13177
13187
|
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose or Read
|
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.356",
|
|
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",
|
|
@@ -45,6 +45,6 @@
|
|
|
45
45
|
},
|
|
46
46
|
"scripts": {},
|
|
47
47
|
"dependencies": {},
|
|
48
|
-
"typesPublisherContentHash": "
|
|
48
|
+
"typesPublisherContentHash": "e31e1c5a83426930ef806e7c125afc7ae1f68818d3b3d32f64c9af29e4dfddfe",
|
|
49
49
|
"typeScriptVersion": "4.5"
|
|
50
50
|
}
|