@types/office-js-preview 1.0.394 → 1.0.395

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: Tue, 20 Jun 2023 17:32:41 GMT
11
+ * Last updated: Thu, 22 Jun 2023 22:32:44 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `Excel`, `Office`, `OfficeCore`, `OfficeExtension`, `OneNote`, `PowerPoint`, `Visio`, `Word`
14
14
 
@@ -93837,35 +93837,35 @@ declare namespace Word {
93837
93837
  * @remarks
93838
93838
  * [Api set: WordApi 1.5]
93839
93839
  */
93840
- importChangeTrackingMode: boolean;
93840
+ importChangeTrackingMode?: boolean;
93841
93841
  /**
93842
93842
  * Represents whether the page color and other background information from the source document should be imported.
93843
93843
  *
93844
93844
  * @remarks
93845
93845
  * [Api set: WordApi 1.5]
93846
93846
  */
93847
- importPageColor: boolean;
93847
+ importPageColor?: boolean;
93848
93848
  /**
93849
93849
  * Represents whether the paragraph spacing from the source document should be imported.
93850
93850
  *
93851
93851
  * @remarks
93852
93852
  * [Api set: WordApi 1.5]
93853
93853
  */
93854
- importParagraphSpacing: boolean;
93854
+ importParagraphSpacing?: boolean;
93855
93855
  /**
93856
93856
  * Represents whether the styles from the source document should be imported.
93857
93857
  *
93858
93858
  * @remarks
93859
93859
  * [Api set: WordApi 1.5]
93860
93860
  */
93861
- importStyles: boolean;
93861
+ importStyles?: boolean;
93862
93862
  /**
93863
93863
  * Represents whether the theme from the source document should be imported.
93864
93864
  *
93865
93865
  * @remarks
93866
93866
  * [Api set: WordApi 1.5]
93867
93867
  */
93868
- importTheme: boolean;
93868
+ importTheme?: boolean;
93869
93869
  }
93870
93870
  /**
93871
93871
  * Specifies the options to be included in a search operation.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js-preview",
3
- "version": "1.0.394",
3
+ "version": "1.0.395",
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",
@@ -45,6 +45,6 @@
45
45
  },
46
46
  "scripts": {},
47
47
  "dependencies": {},
48
- "typesPublisherContentHash": "ad2874e9e7f1f867fc94b86ee6ada63b22bbbe769f2c0cd0f2fb587cad6daa66",
48
+ "typesPublisherContentHash": "2d6e0ab9d84f01ae11c892ce248ff458da80756691811507eb846729b6d7d610",
49
49
  "typeScriptVersion": "4.3"
50
50
  }