@types/office-js 1.0.233 → 1.0.234

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: Mon, 24 Jan 2022 22:31:42 GMT
11
+ * Last updated: Wed, 26 Jan 2022 18:31:26 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
@@ -11609,7 +11609,8 @@ declare namespace Office {
11609
11609
  * Gets the MIME content type of the attachment.
11610
11610
  *
11611
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.
11612
+ * so this property has been deprecated. If you require specific types, grab the attachment's extension and process accordingly. For details,
11613
+ * refer to the {@link https://devblogs.microsoft.com/microsoft365dev/outlook-javascript-api-deprecation-for-attachmentdetails-contenttype-property/ | related blog post }.
11613
11614
  *
11614
11615
  * @deprecated If you require specific content types, grab the attachment's extension and process accordingly.
11615
11616
  */
office-js/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js",
3
- "version": "1.0.233",
3
+ "version": "1.0.234",
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": "7bec6fb9f8c7b6e4ca197910bbf5307635feb7aafb6ebf783dbb9bd52ce66575",
43
+ "typesPublisherContentHash": "d762eab95a082f7cfb2a22d92ec97193dd68984db81f145fcb52d228ec86169d",
44
44
  "typeScriptVersion": "3.8"
45
45
  }