@types/office-js-preview 1.0.376 → 1.0.377

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.
@@ -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: Tue, 07 Mar 2023 22:32:37 GMT
11
+ * Last updated: Thu, 09 Mar 2023 21:32:39 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `Excel`, `Office`, `OfficeCore`, `OfficeExtension`, `OneNote`, `PowerPoint`, `Visio`, `Word`
14
14
 
@@ -118448,7 +118448,7 @@ declare namespace PowerPoint {
118448
118448
  * @remarks
118449
118449
  * [Api set: PowerPointApi 1.3]
118450
118450
  *
118451
- * @param key The ID of the tag.
118451
+ * @param key The ID of the tag. The `key` parameter is case-sensitive.
118452
118452
  * @returns The tag with the unique ID. If such a tag does not exist, an error is thrown.
118453
118453
  */
118454
118454
  getItem(key: string): PowerPoint.Tag;
@@ -118468,7 +118468,7 @@ declare namespace PowerPoint {
118468
118468
  * @remarks
118469
118469
  * [Api set: PowerPointApi 1.3]
118470
118470
  *
118471
- * @param key The ID of the tag.
118471
+ * @param key The ID of the tag. The `key` parameter is case-sensitive.
118472
118472
  * @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.
118473
118473
  */
118474
118474
  getItemOrNullObject(key: string): PowerPoint.Tag;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js-preview",
3
- "version": "1.0.376",
3
+ "version": "1.0.377",
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": "83ba8eb1daa630912d1f28701510adf3dbb7808026d05e8ff519f9991c16361a",
48
+ "typesPublisherContentHash": "7176c843b8384af543ec345483b02f476b1303b35766ab426e6f2c7867efed34",
49
49
  "typeScriptVersion": "4.2"
50
50
  }