@types/office-runtime 1.0.28 → 1.0.29
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-runtime/README.md +1 -1
- office-runtime/index.d.ts +2 -2
- office-runtime/package.json +2 -2
office-runtime/README.md
CHANGED
|
@@ -8,7 +8,7 @@ This package contains type definitions for office-runtime (https://github.com/Of
|
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-runtime.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Wed, 05 Oct 2022 21:03:02 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
* Global values: `OfficeRuntime`
|
|
14
14
|
|
office-runtime/index.d.ts
CHANGED
|
@@ -297,7 +297,7 @@ declare namespace OfficeRuntime {
|
|
|
297
297
|
*
|
|
298
298
|
* @remarks
|
|
299
299
|
*
|
|
300
|
-
* **
|
|
300
|
+
* **Applications**: Excel, Outlook, PowerPoint, Word
|
|
301
301
|
*
|
|
302
302
|
* @param options - Optional. Accepts an `AuthOptions` object to define sign-on behaviors.
|
|
303
303
|
* @returns Promise to the access token.
|
|
@@ -313,7 +313,7 @@ declare namespace OfficeRuntime {
|
|
|
313
313
|
*/
|
|
314
314
|
interface ApiInformation {
|
|
315
315
|
/**
|
|
316
|
-
* Check if the specified requirement set is supported by the
|
|
316
|
+
* Check if the specified requirement set is supported by the Office application.
|
|
317
317
|
* @param name - Set name; e.g., "MatrixBindings".
|
|
318
318
|
* @param minVersion - The minimum required version; e.g., "1.4".
|
|
319
319
|
*/
|
office-runtime/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/office-runtime",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.29",
|
|
4
4
|
"description": "TypeScript definitions for office-runtime",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-runtime",
|
|
6
6
|
"license": "MIT",
|
|
@@ -40,6 +40,6 @@
|
|
|
40
40
|
},
|
|
41
41
|
"scripts": {},
|
|
42
42
|
"dependencies": {},
|
|
43
|
-
"typesPublisherContentHash": "
|
|
43
|
+
"typesPublisherContentHash": "602934e1b76eba7eee5575664719b7776705ce801f8e2c79dc7f2f122f1f48de",
|
|
44
44
|
"typeScriptVersion": "4.1"
|
|
45
45
|
}
|