@types/office-js-preview 1.0.280 → 1.0.281

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: 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
 
@@ -11905,7 +11905,8 @@ declare namespace Office {
11905
11905
  * Gets the MIME content type of the attachment.
11906
11906
  *
11907
11907
  * **Warning**: While the `contentType` value is a direct lookup of the attachment's extension, the internal mapping isn't actively maintained
11908
- * so this property has been deprecated. If you require specific types, grab the attachment's extension and process accordingly.
11908
+ * so this property has been deprecated. If you require specific types, grab the attachment's extension and process accordingly. For details,
11909
+ * refer to the {@link https://devblogs.microsoft.com/microsoft365dev/outlook-javascript-api-deprecation-for-attachmentdetails-contenttype-property/ | related blog post }.
11909
11910
  *
11910
11911
  * @deprecated If you require specific content types, grab the attachment's extension and process accordingly.
11911
11912
  */
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js-preview",
3
- "version": "1.0.280",
3
+ "version": "1.0.281",
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",
@@ -40,6 +40,6 @@
40
40
  },
41
41
  "scripts": {},
42
42
  "dependencies": {},
43
- "typesPublisherContentHash": "c311ebf2b643ba0bbe62996fefeb9de73d05652ae1c3f46944e14bc6ee7ffff5",
43
+ "typesPublisherContentHash": "0dcc7b2cb55360f096e2a9387d2aada75c975cbcc71b04cf7ed602da056a01c1",
44
44
  "typeScriptVersion": "3.8"
45
45
  }