@types/office-js 1.0.232 → 1.0.233

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: Thu, 13 Jan 2022 20:01:40 GMT
11
+ * Last updated: Mon, 24 Jan 2022 22:31:42 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
@@ -11608,8 +11608,10 @@ declare namespace Office {
11608
11608
  /**
11609
11609
  * Gets the MIME content type of the attachment.
11610
11610
  *
11611
- * **Important**: While the `contentType` value is a direct lookup of the attachment's extension, the internal mapping isn't actively maintained.
11612
- * If you require specific types, grab the attachment's extension and process accordingly.
11611
+ * **Warning**: While the `contentType` value is a direct lookup of the attachment's extension, the internal mapping isn't actively maintained
11612
+ * so this property has been deprecated. If you require specific types, grab the attachment's extension and process accordingly.
11613
+ *
11614
+ * @deprecated If you require specific content types, grab the attachment's extension and process accordingly.
11613
11615
  */
11614
11616
  contentType: string;
11615
11617
  /**
office-js/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js",
3
- "version": "1.0.232",
3
+ "version": "1.0.233",
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",
@@ -40,6 +40,6 @@
40
40
  },
41
41
  "scripts": {},
42
42
  "dependencies": {},
43
- "typesPublisherContentHash": "f8be3313df8580a60cd5048a0521736f6e87cc2ee3465e4080b148675c7616b1",
43
+ "typesPublisherContentHash": "7bec6fb9f8c7b6e4ca197910bbf5307635feb7aafb6ebf783dbb9bd52ce66575",
44
44
  "typeScriptVersion": "3.8"
45
45
  }