@types/office-js-preview 1.0.279 → 1.0.280

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: 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
 
@@ -11904,8 +11904,10 @@ declare namespace Office {
11904
11904
  /**
11905
11905
  * Gets the MIME content type of the attachment.
11906
11906
  *
11907
- * **Important**: While the `contentType` value is a direct lookup of the attachment's extension, the internal mapping isn't actively maintained.
11908
- * If you require specific types, grab the attachment's extension and process accordingly.
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.
11909
+ *
11910
+ * @deprecated If you require specific content types, grab the attachment's extension and process accordingly.
11909
11911
  */
11910
11912
  contentType: string;
11911
11913
  /**
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js-preview",
3
- "version": "1.0.279",
3
+ "version": "1.0.280",
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": "e9165fb259e6225283b2207ca446452331492201f9bef211e017c6faa6f3354d",
43
+ "typesPublisherContentHash": "c311ebf2b643ba0bbe62996fefeb9de73d05652ae1c3f46944e14bc6ee7ffff5",
44
44
  "typeScriptVersion": "3.8"
45
45
  }