@types/office-js 1.0.269 → 1.0.270

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: Wed, 03 Aug 2022 22:02:23 GMT
11
+ * Last updated: Mon, 08 Aug 2022 18:02:22 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
@@ -8406,7 +8406,7 @@ declare namespace Office {
8406
8406
  Preset24
8407
8407
  }
8408
8408
  /**
8409
- * Compose type.
8409
+ * Specifies a message's compose type.
8410
8410
  *
8411
8411
  * @remarks
8412
8412
  * [Api set: Mailbox 1.10]
office-js/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js",
3
- "version": "1.0.269",
3
+ "version": "1.0.270",
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",
@@ -45,6 +45,6 @@
45
45
  },
46
46
  "scripts": {},
47
47
  "dependencies": {},
48
- "typesPublisherContentHash": "725079f7f464828e0c69605136e2ff437cd210901190a30f999d893602504780",
48
+ "typesPublisherContentHash": "2db986b698e2118ad69e75fccfbf037f2b97f643b14c21c5f9ab70d3136b80e2",
49
49
  "typeScriptVersion": "4.0"
50
50
  }