@types/office-js 1.0.208 → 1.0.209

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, 11 Oct 2021 18:31:28 GMT
11
+ * Last updated: Tue, 12 Oct 2021 17:31:37 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
@@ -76866,7 +76866,7 @@ declare namespace Word {
76866
76866
  }
76867
76867
  /**
76868
76868
  * Specifies the options to be included in a search operation.
76869
- *
76869
+ *
76870
76870
  * To learn more about how to use search options in the Word JavaScript APIs, read {@link https://docs.microsoft.com/office/dev/add-ins/word/search-option-guidance | Use search options to find text in your Word add-in}.
76871
76871
  *
76872
76872
  * @remarks
@@ -82948,13 +82948,6 @@ declare namespace Word {
82948
82948
  * [Api set: WordApi 1.3]
82949
82949
  */
82950
82950
  properties?: Word.Interfaces.DocumentPropertiesLoadOptions;
82951
- /**
82952
- *
82953
- * Gets or sets a value that indicates that, when opening a new document, whether it is allowed to close this document even if this document is untitled. True to close, false otherwise.
82954
- *
82955
- * [Api set: WordApi]
82956
- */
82957
- allowCloseOnUntitled?: boolean;
82958
82951
  /**
82959
82952
  * Indicates whether the changes in the document have been saved. A value of true indicates that the document hasn't changed since it was saved. Read-only.
82960
82953
  *
office-js/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js",
3
- "version": "1.0.208",
3
+ "version": "1.0.209",
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": "491984a872477a072b1a84d6ae2f1a095ec19dfe30903633db33d718e6502010",
43
+ "typesPublisherContentHash": "dea8ad7a11e6eef69ccc4d4d7bb79d73a142e316db2d97e1a8feab8a3ca5535b",
44
44
  "typeScriptVersion": "3.7"
45
45
  }