@types/office-runtime 1.0.24 → 1.0.25

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, 21 Jun 2022 21:01:37 GMT
11
+ * Last updated: Thu, 14 Jul 2022 22:02:27 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `OfficeRuntime`
14
14
 
office-runtime/index.d.ts CHANGED
@@ -18,7 +18,7 @@ Copyright (c) Microsoft Corporation
18
18
  */
19
19
  declare namespace OfficeRuntime {
20
20
  /**
21
- * Method that enables a pop up web dialog box.
21
+ * Function that enables a pop up web dialog box.
22
22
  *
23
23
  * [Api set: SharedRuntime 1.1]
24
24
  *
@@ -283,7 +283,7 @@ declare namespace OfficeRuntime {
283
283
  */
284
284
  const apiInformation: ApiInformation;
285
285
  /**
286
- * Interface that contains functions for checking API requirement-set support.
286
+ * Interface that contains methods for checking API requirement-set support.
287
287
  */
288
288
  interface ApiInformation {
289
289
  /**
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-runtime",
3
- "version": "1.0.24",
3
+ "version": "1.0.25",
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": "284ed6f24d74073f2659a8b2abc04e7d490abc44114dd7b55523efd658833caf",
43
+ "typesPublisherContentHash": "411de12567453639065511b1219d785a256c1c089b94c2e3f1d8807502b5777e",
44
44
  "typeScriptVersion": "4.0"
45
45
  }