@types/office-js-preview 1.0.399 → 1.0.400
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:
|
|
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-preview/index.d.ts
CHANGED
|
@@ -13737,7 +13737,7 @@ declare namespace Office {
|
|
|
13737
13737
|
}
|
|
13738
13738
|
/**
|
|
13739
13739
|
* The `InternetHeaders` object represents custom internet headers that are preserved after the message item leaves Exchange
|
|
13740
|
-
* and is converted to a MIME message.
|
|
13740
|
+
* and is converted to a MIME message.
|
|
13741
13741
|
*
|
|
13742
13742
|
* Internet headers are stored as string key-value pairs on a per-item basis.
|
|
13743
13743
|
*
|
|
@@ -13770,7 +13770,7 @@ declare namespace Office {
|
|
|
13770
13770
|
interface InternetHeaders {
|
|
13771
13771
|
/**
|
|
13772
13772
|
* Given an array of internet header names, this method returns a record containing those internet headers and their values.
|
|
13773
|
-
* If the add-in requests
|
|
13773
|
+
* If the add-in requests a header that isn't available, that header won't be returned in the results.
|
|
13774
13774
|
*
|
|
13775
13775
|
* **Note**: This method is intended to return the values of the custom headers you set using the `setAsync` method.
|
|
13776
13776
|
*
|
|
@@ -13791,7 +13791,7 @@ declare namespace Office {
|
|
|
13791
13791
|
getAsync(names: string[], options: Office.AsyncContextOptions, callback: (asyncResult: Office.AsyncResult<Record<string, string>>) => void): void;
|
|
13792
13792
|
/**
|
|
13793
13793
|
* Given an array of internet header names, this method returns a record containing those internet headers and their values.
|
|
13794
|
-
* If the add-in requests
|
|
13794
|
+
* If the add-in requests a header that isn't available, that header won't be returned in the results.
|
|
13795
13795
|
*
|
|
13796
13796
|
* **Note**: This method is intended to return the values of the custom headers you set using the `setAsync` method.
|
|
13797
13797
|
*
|
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.400",
|
|
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": "ced014ed8515bb662de31b9f981751382eb845a92d9538da6c4dff270ec4cf7e",
|
|
49
49
|
"typeScriptVersion": "4.3"
|
|
50
50
|
}
|