@types/office-js-preview 1.0.282 → 1.0.283
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: 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-preview/index.d.ts
CHANGED
|
@@ -14126,7 +14126,9 @@ declare namespace Office {
|
|
|
14126
14126
|
*
|
|
14127
14127
|
* `attachments.name`: A string that contains the name of the attachment, up to 255 characters in length.
|
|
14128
14128
|
*
|
|
14129
|
-
* `attachments.url`: Only used if type is set to file. The URI of the location for the file.
|
|
14129
|
+
* `attachments.url`: Only used if type is set to file. The URI of the location for the file. **Important**: This link must be
|
|
14130
|
+
* publicly accessible, without need for authentication by Exchange Online servers. However, with on-premises Exchange, the link can
|
|
14131
|
+
* be accessible on a private network as long as it doesn't need further authentication.
|
|
14130
14132
|
*
|
|
14131
14133
|
* `attachments.isInline`: Only used if type is set to file. If true, indicates that the attachment will be shown inline in the
|
|
14132
14134
|
* message body, and should not be displayed in the attachment list.
|
|
@@ -14171,7 +14173,9 @@ declare namespace Office {
|
|
|
14171
14173
|
*
|
|
14172
14174
|
* `attachments.name`: A string that contains the name of the attachment, up to 255 characters in length.
|
|
14173
14175
|
*
|
|
14174
|
-
* `attachments.url`: Only used if type is set to file. The URI of the location for the file.
|
|
14176
|
+
* `attachments.url`: Only used if type is set to file. The URI of the location for the file. **Important**: This link must be
|
|
14177
|
+
* publicly accessible, without need for authentication by Exchange Online servers. However, with on-premises Exchange, the link can
|
|
14178
|
+
* be accessible on a private network as long as it doesn't need further authentication.
|
|
14175
14179
|
*
|
|
14176
14180
|
* `attachments.isInline`: Only used if type is set to file. If true, indicates that the attachment will be shown inline in the
|
|
14177
14181
|
* message body, and should not be displayed in the attachment list.
|
|
@@ -14220,7 +14224,9 @@ declare namespace Office {
|
|
|
14220
14224
|
*
|
|
14221
14225
|
* `attachments.name`: A string that contains the name of the attachment, up to 255 characters in length.
|
|
14222
14226
|
*
|
|
14223
|
-
* `attachments.url`: Only used if type is set to file. The URI of the location for the file.
|
|
14227
|
+
* `attachments.url`: Only used if type is set to file. The URI of the location for the file. **Important**: This link must be
|
|
14228
|
+
* publicly accessible, without need for authentication by Exchange Online servers. However, with on-premises Exchange, the link can
|
|
14229
|
+
* be accessible on a private network as long as it doesn't need further authentication.
|
|
14224
14230
|
*
|
|
14225
14231
|
* `attachments.isInline`: Only used if type is set to file. If true, indicates that the attachment will be shown inline in the
|
|
14226
14232
|
* message body, and should not be displayed in the attachment list.
|
|
@@ -17865,6 +17871,9 @@ declare namespace Office {
|
|
|
17865
17871
|
name: string;
|
|
17866
17872
|
/**
|
|
17867
17873
|
* Only used if type is set to file. The URI of the location for the file.
|
|
17874
|
+
*
|
|
17875
|
+
* **Important**: This link must be publicly accessible, without need for authentication by Exchange Online servers. However, with
|
|
17876
|
+
* on-premises Exchange, the link can be accessible on a private network as long as it doesn't need further authentication.
|
|
17868
17877
|
*/
|
|
17869
17878
|
url?: string;
|
|
17870
17879
|
/**
|
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.283",
|
|
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": "55019b51fc55b12ce027f578437961a9bc7d6c0fcc544e0b32fecb3850e08381",
|
|
49
49
|
"typeScriptVersion": "3.8"
|
|
50
50
|
}
|