@types/office-js 1.0.274 → 1.0.275
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 +17 -1
- 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: Thu, 01 Sep 2022 23:02:41 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
|
@@ -12985,7 +12985,11 @@ declare namespace Office {
|
|
|
12985
12985
|
*
|
|
12986
12986
|
* Apply the following guidelines when you create internet headers in your add-in.
|
|
12987
12987
|
*
|
|
12988
|
-
* - Create the minimum number of headers required.
|
|
12988
|
+
* - Create the minimum number of headers required. The header quota is based on the total size of headers applied to a message. In Exchange Online,
|
|
12989
|
+
* the header limit is capped at 256 KB, while in an Exchange on-premises environment, the limit is determined by your organization's administrator.
|
|
12990
|
+
* For further information on header limits, see
|
|
12991
|
+
* {@link https://docs.microsoft.com/office365/servicedescriptions/exchange-online-service-description/exchange-online-limits#message-limits | Exchange Online message limits}
|
|
12992
|
+
* and {@link https://docs.microsoft.com/exchange/mail-flow/message-size-limits?view=exchserver-2019#types-of-message-size-limits | Exchange Server message limits}.
|
|
12989
12993
|
*
|
|
12990
12994
|
* - Name headers so that you can reuse and update their values later. As such, avoid naming headers in a variable manner
|
|
12991
12995
|
* (for example, based on user input, timestamp, etc.).
|
|
@@ -13076,6 +13080,12 @@ declare namespace Office {
|
|
|
13076
13080
|
* the new value.
|
|
13077
13081
|
*
|
|
13078
13082
|
* **Note**: This method is intended to set the values of your custom headers.
|
|
13083
|
+
*
|
|
13084
|
+
* **Important**: The header quota is based on the total size of headers applied to a message. In Exchange Online,
|
|
13085
|
+
* the header limit is capped at 256 KB, while in an Exchange on-premises environment, the limit is determined by your organization's administrator.
|
|
13086
|
+
* For further information on header limits, see
|
|
13087
|
+
* {@link https://docs.microsoft.com/office365/servicedescriptions/exchange-online-service-description/exchange-online-limits#message-limits | Exchange Online message limits}
|
|
13088
|
+
* and {@link https://docs.microsoft.com/exchange/mail-flow/message-size-limits?view=exchserver-2019#types-of-message-size-limits | Exchange Server message limits}.
|
|
13079
13089
|
*
|
|
13080
13090
|
* @remarks
|
|
13081
13091
|
* [Api set: Mailbox 1.8]
|
|
@@ -13099,6 +13109,12 @@ declare namespace Office {
|
|
|
13099
13109
|
* the new value.
|
|
13100
13110
|
*
|
|
13101
13111
|
* **Note**: This method is intended to set the values of your custom headers.
|
|
13112
|
+
*
|
|
13113
|
+
* **Important**: The header quota is based on the total size of headers applied to a message. In Exchange Online,
|
|
13114
|
+
* the header limit is capped at 256 KB, while in an Exchange on-premises environment, the limit is determined by your organization's administrator.
|
|
13115
|
+
* For further information on header limits, see
|
|
13116
|
+
* {@link https://docs.microsoft.com/office365/servicedescriptions/exchange-online-service-description/exchange-online-limits#message-limits | Exchange Online message limits}
|
|
13117
|
+
* and {@link https://docs.microsoft.com/exchange/mail-flow/message-size-limits?view=exchserver-2019#types-of-message-size-limits | Exchange Server message limits}.
|
|
13102
13118
|
*
|
|
13103
13119
|
* @remarks
|
|
13104
13120
|
* [Api set: Mailbox 1.8]
|
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.275",
|
|
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": "a23e9d16a54ef7b06a0e1f4d77fcc1b51a39a9318a8094012588ca84b2d7027a",
|
|
49
49
|
"typeScriptVersion": "4.1"
|
|
50
50
|
}
|