@types/office-js 1.0.317 → 1.0.318

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 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: Tue, 07 Mar 2023 22:32:37 GMT
11
+ * Last updated: Thu, 09 Mar 2023 21:32:38 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
@@ -109309,7 +109309,7 @@ declare namespace PowerPoint {
109309
109309
  * @remarks
109310
109310
  * [Api set: PowerPointApi 1.3]
109311
109311
  *
109312
- * @param key The ID of the tag.
109312
+ * @param key The ID of the tag. The `key` parameter is case-sensitive.
109313
109313
  * @returns The tag with the unique ID. If such a tag does not exist, an error is thrown.
109314
109314
  */
109315
109315
  getItem(key: string): PowerPoint.Tag;
@@ -109329,7 +109329,7 @@ declare namespace PowerPoint {
109329
109329
  * @remarks
109330
109330
  * [Api set: PowerPointApi 1.3]
109331
109331
  *
109332
- * @param key The ID of the tag.
109332
+ * @param key The ID of the tag. The `key` parameter is case-sensitive.
109333
109333
  * @returns The tag with the unique ID. If such a tag does not exist, an object with an `isNullObject` property set to true is returned.
109334
109334
  */
109335
109335
  getItemOrNullObject(key: string): PowerPoint.Tag;
office-js/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js",
3
- "version": "1.0.317",
3
+ "version": "1.0.318",
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": "712921af1c8058579edecbad22236dff326c9c1b19af52298741d5ae0df45d17",
48
+ "typesPublisherContentHash": "8892a7fa745b18d3a2d33c8d0fa2e782a9a3d009c249efef0d01dae9a797c641",
49
49
  "typeScriptVersion": "4.2"
50
50
  }