@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 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: Tue, 20 Sep 2022 23:03:16 GMT
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
- * **Hosts**: Excel, Outlook, PowerPoint, Word
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 host Office application.
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
  */
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-runtime",
3
- "version": "1.0.28",
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": "36b3aed1e9a5d85ef1f13cac06e1a41e8f8e84b91421b70b426aac53ada47c39",
43
+ "typesPublisherContentHash": "602934e1b76eba7eee5575664719b7776705ce801f8e2c79dc7f2f122f1f48de",
44
44
  "typeScriptVersion": "4.1"
45
45
  }