@types/office-js 1.0.335 → 1.0.336
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 +3 -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:
|
|
11
|
+
* Last updated: Wed, 12 Jul 2023 17:32:58 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
|
@@ -13463,7 +13463,7 @@ declare namespace Office {
|
|
|
13463
13463
|
}
|
|
13464
13464
|
/**
|
|
13465
13465
|
* The `InternetHeaders` object represents custom internet headers that are preserved after the message item leaves Exchange
|
|
13466
|
-
* and is converted to a MIME message.
|
|
13466
|
+
* and is converted to a MIME message.
|
|
13467
13467
|
*
|
|
13468
13468
|
* Internet headers are stored as string key-value pairs on a per-item basis.
|
|
13469
13469
|
*
|
|
@@ -13496,7 +13496,7 @@ declare namespace Office {
|
|
|
13496
13496
|
interface InternetHeaders {
|
|
13497
13497
|
/**
|
|
13498
13498
|
* Given an array of internet header names, this method returns a record containing those internet headers and their values.
|
|
13499
|
-
* If the add-in requests
|
|
13499
|
+
* If the add-in requests a header that isn't available, that header won't be returned in the results.
|
|
13500
13500
|
*
|
|
13501
13501
|
* **Note**: This method is intended to return the values of the custom headers you set using the `setAsync` method.
|
|
13502
13502
|
*
|
|
@@ -13517,7 +13517,7 @@ declare namespace Office {
|
|
|
13517
13517
|
getAsync(names: string[], options: Office.AsyncContextOptions, callback: (asyncResult: Office.AsyncResult<Record<string, string>>) => void): void;
|
|
13518
13518
|
/**
|
|
13519
13519
|
* Given an array of internet header names, this method returns a record containing those internet headers and their values.
|
|
13520
|
-
* If the add-in requests
|
|
13520
|
+
* If the add-in requests a header that isn't available, that header won't be returned in the results.
|
|
13521
13521
|
*
|
|
13522
13522
|
* **Note**: This method is intended to return the values of the custom headers you set using the `setAsync` method.
|
|
13523
13523
|
*
|
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.336",
|
|
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": "1e85acad9690151d9aeca195ff57c60a76e842f71ef2ce5b520bc46bab04fd6a",
|
|
49
49
|
"typeScriptVersion": "4.3"
|
|
50
50
|
}
|