@types/office-js 1.0.227 → 1.0.228

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, 20 Dec 2021 22:01:19 GMT
11
+ * Last updated: Wed, 22 Dec 2021 20:01: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
@@ -75753,14 +75753,14 @@ declare namespace Word {
75753
75753
  /** The request context associated with the object. This connects the add-in's process to the Office host application's process. */
75754
75754
  context: RequestContext;
75755
75755
  /**
75756
- * Gets the body object of the main document. The body is the text that excludes headers, footers, footnotes, textboxes, etc.. Read-only.
75756
+ * Gets the body object of the main document. The body is the text that excludes headers, footers, footnotes, textboxes, etc. Read-only.
75757
75757
  *
75758
75758
  * @remarks
75759
75759
  * [Api set: WordApi 1.1]
75760
75760
  */
75761
75761
  readonly body: Word.Body;
75762
75762
  /**
75763
- * Gets the collection of content control objects in the document. This includes content controls in the body of the document, headers, footers, textboxes, etc.. Read-only.
75763
+ * Gets the collection of content control objects in the document. This includes content controls in the body of the document, headers, footers, textboxes, etc. Read-only.
75764
75764
  *
75765
75765
  * @remarks
75766
75766
  * [Api set: WordApi 1.1]
@@ -81938,7 +81938,7 @@ declare namespace Word {
81938
81938
  /** An interface for updating data on the Document object, for use in `document.set({ ... })`. */
81939
81939
  interface DocumentUpdateData {
81940
81940
  /**
81941
- * Gets the body object of the main document. The body is the text that excludes headers, footers, footnotes, textboxes, etc..
81941
+ * Gets the body object of the main document. The body is the text that excludes headers, footers, footnotes, textboxes, etc.
81942
81942
  *
81943
81943
  * @remarks
81944
81944
  * [Api set: WordApi 1.1]
@@ -82879,14 +82879,14 @@ declare namespace Word {
82879
82879
  /** An interface describing the data returned by calling `document.toJSON()`. */
82880
82880
  interface DocumentData {
82881
82881
  /**
82882
- * Gets the body object of the main document. The body is the text that excludes headers, footers, footnotes, textboxes, etc.. Read-only.
82882
+ * Gets the body object of the main document. The body is the text that excludes headers, footers, footnotes, textboxes, etc. Read-only.
82883
82883
  *
82884
82884
  * @remarks
82885
82885
  * [Api set: WordApi 1.1]
82886
82886
  */
82887
82887
  body?: Word.Interfaces.BodyData;
82888
82888
  /**
82889
- * Gets the collection of content control objects in the document. This includes content controls in the body of the document, headers, footers, textboxes, etc.. Read-only.
82889
+ * Gets the collection of content control objects in the document. This includes content controls in the body of the document, headers, footers, textboxes, etc. Read-only.
82890
82890
  *
82891
82891
  * @remarks
82892
82892
  * [Api set: WordApi 1.1]
@@ -84360,7 +84360,7 @@ declare namespace Word {
84360
84360
  */
84361
84361
  $all?: boolean;
84362
84362
  /**
84363
- * Gets the body object of the main document. The body is the text that excludes headers, footers, footnotes, textboxes, etc..
84363
+ * Gets the body object of the main document. The body is the text that excludes headers, footers, footnotes, textboxes, etc.
84364
84364
  *
84365
84365
  * @remarks
84366
84366
  * [Api set: WordApi 1.1]
office-js/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js",
3
- "version": "1.0.227",
3
+ "version": "1.0.228",
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": "2a71f173bd10c98559cd6a00a42cfa0080cccec0436eabedf35bf93451bc26d6",
43
+ "typesPublisherContentHash": "5e247175379108ade43889b7ac81cc6a0bac98843676d85d1becd29947c280da",
44
44
  "typeScriptVersion": "3.8"
45
45
  }