@types/office-js 1.0.207 → 1.0.208

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: Fri, 01 Oct 2021 23:31:35 GMT
11
+ * Last updated: Mon, 11 Oct 2021 18:31:28 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
@@ -78609,6 +78609,7 @@ declare namespace Word {
78609
78609
  *
78610
78610
  * @remarks
78611
78611
  * [Api set: WordApi]
78612
+ *
78612
78613
  * Content control appearance options are bounding box, tags, or hidden.
78613
78614
  */
78614
78615
  enum ContentControlAppearance {
@@ -78817,6 +78818,7 @@ declare namespace Word {
78817
78818
  *
78818
78819
  * @remarks
78819
78820
  * [Api set: WordApi]
78821
+ *
78820
78822
  * To be used with an API call, such as `obj.insertSomething(newStuff, location);`
78821
78823
  * If the location is "Before" or "After", the new content will be outside of the modified object.
78822
78824
  * If the location is "Start" or "End", the new content will be included as part of the modified object.
office-js/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js",
3
- "version": "1.0.207",
3
+ "version": "1.0.208",
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": "33985247470c50885fd3d4bd1a5242a3b9867efe28470deb8e29ebc219b96624",
43
+ "typesPublisherContentHash": "491984a872477a072b1a84d6ae2f1a095ec19dfe30903633db33d718e6502010",
44
44
  "typeScriptVersion": "3.7"
45
45
  }