@types/office-js 1.0.235 → 1.0.236
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 +12 -3
- 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: Fri, 28 Jan 2022
|
|
11
|
+
* Last updated: Fri, 28 Jan 2022 01:01:26 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
* Global values: `Excel`, `Office`, `OfficeCore`, `OfficeExtension`, `OneNote`, `PowerPoint`, `Visio`, `Word`
|
|
14
14
|
|
office-js/index.d.ts
CHANGED
|
@@ -13747,7 +13747,9 @@ declare namespace Office {
|
|
|
13747
13747
|
*
|
|
13748
13748
|
* `attachments.name`: A string that contains the name of the attachment, up to 255 characters in length.
|
|
13749
13749
|
*
|
|
13750
|
-
* `attachments.url`: Only used if type is set to file. The URI of the location for the file.
|
|
13750
|
+
* `attachments.url`: Only used if type is set to file. The URI of the location for the file. **Important**: This link must be
|
|
13751
|
+
* publicly accessible, without need for authentication by Exchange Online servers. However, with on-premises Exchange, the link can
|
|
13752
|
+
* be accessible on a private network as long as it doesn't need further authentication.
|
|
13751
13753
|
*
|
|
13752
13754
|
* `attachments.isInline`: Only used if type is set to file. If true, indicates that the attachment will be shown inline in the
|
|
13753
13755
|
* message body, and should not be displayed in the attachment list.
|
|
@@ -13792,7 +13794,9 @@ declare namespace Office {
|
|
|
13792
13794
|
*
|
|
13793
13795
|
* `attachments.name`: A string that contains the name of the attachment, up to 255 characters in length.
|
|
13794
13796
|
*
|
|
13795
|
-
* `attachments.url`: Only used if type is set to file. The URI of the location for the file.
|
|
13797
|
+
* `attachments.url`: Only used if type is set to file. The URI of the location for the file. **Important**: This link must be
|
|
13798
|
+
* publicly accessible, without need for authentication by Exchange Online servers. However, with on-premises Exchange, the link can
|
|
13799
|
+
* be accessible on a private network as long as it doesn't need further authentication.
|
|
13796
13800
|
*
|
|
13797
13801
|
* `attachments.isInline`: Only used if type is set to file. If true, indicates that the attachment will be shown inline in the
|
|
13798
13802
|
* message body, and should not be displayed in the attachment list.
|
|
@@ -13841,7 +13845,9 @@ declare namespace Office {
|
|
|
13841
13845
|
*
|
|
13842
13846
|
* `attachments.name`: A string that contains the name of the attachment, up to 255 characters in length.
|
|
13843
13847
|
*
|
|
13844
|
-
* `attachments.url`: Only used if type is set to file. The URI of the location for the file.
|
|
13848
|
+
* `attachments.url`: Only used if type is set to file. The URI of the location for the file. **Important**: This link must be
|
|
13849
|
+
* publicly accessible, without need for authentication by Exchange Online servers. However, with on-premises Exchange, the link can
|
|
13850
|
+
* be accessible on a private network as long as it doesn't need further authentication.
|
|
13845
13851
|
*
|
|
13846
13852
|
* `attachments.isInline`: Only used if type is set to file. If true, indicates that the attachment will be shown inline in the
|
|
13847
13853
|
* message body, and should not be displayed in the attachment list.
|
|
@@ -17206,6 +17212,9 @@ declare namespace Office {
|
|
|
17206
17212
|
name: string;
|
|
17207
17213
|
/**
|
|
17208
17214
|
* Only used if type is set to file. The URI of the location for the file.
|
|
17215
|
+
*
|
|
17216
|
+
* **Important**: This link must be publicly accessible, without need for authentication by Exchange Online servers. However, with
|
|
17217
|
+
* on-premises Exchange, the link can be accessible on a private network as long as it doesn't need further authentication.
|
|
17209
17218
|
*/
|
|
17210
17219
|
url?: string;
|
|
17211
17220
|
/**
|
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.236",
|
|
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": "e7511b3a9cf3d184d7dfbce4f9a9e1fcde4d92ff2e72e46de9392b77e34c400d",
|
|
49
49
|
"typeScriptVersion": "3.8"
|
|
50
50
|
}
|