@types/office-js-preview 1.0.394 → 1.0.396

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: Mon, 26 Jun 2023 17:32:37 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `Excel`, `Office`, `OfficeCore`, `OfficeExtension`, `OneNote`, `PowerPoint`, `Visio`, `Word`
14
14
 
@@ -93837,35 +93837,51 @@ declare namespace Word {
93837
93837
  * @remarks
93838
93838
  * [Api set: WordApi 1.5]
93839
93839
  */
93840
- importChangeTrackingMode: boolean;
93840
+ importChangeTrackingMode?: boolean;
93841
+ /**
93842
+ * Represents whether the custom properties from the source document should be imported. Overwrites existing properties with the same name.
93843
+ *
93844
+ * @remarks
93845
+ * [Api set: WordApi BETA (PREVIEW ONLY)]
93846
+ * @beta
93847
+ */
93848
+ importCustomProperties?: boolean;
93849
+ /**
93850
+ * Represents whether the custom XML parts from the source document should be imported.
93851
+ *
93852
+ * @remarks
93853
+ * [Api set: WordApi BETA (PREVIEW ONLY)]
93854
+ * @beta
93855
+ */
93856
+ importCustomXmlParts?: boolean;
93841
93857
  /**
93842
93858
  * Represents whether the page color and other background information from the source document should be imported.
93843
93859
  *
93844
93860
  * @remarks
93845
93861
  * [Api set: WordApi 1.5]
93846
93862
  */
93847
- importPageColor: boolean;
93863
+ importPageColor?: boolean;
93848
93864
  /**
93849
93865
  * Represents whether the paragraph spacing from the source document should be imported.
93850
93866
  *
93851
93867
  * @remarks
93852
93868
  * [Api set: WordApi 1.5]
93853
93869
  */
93854
- importParagraphSpacing: boolean;
93870
+ importParagraphSpacing?: boolean;
93855
93871
  /**
93856
93872
  * Represents whether the styles from the source document should be imported.
93857
93873
  *
93858
93874
  * @remarks
93859
93875
  * [Api set: WordApi 1.5]
93860
93876
  */
93861
- importStyles: boolean;
93877
+ importStyles?: boolean;
93862
93878
  /**
93863
93879
  * Represents whether the theme from the source document should be imported.
93864
93880
  *
93865
93881
  * @remarks
93866
93882
  * [Api set: WordApi 1.5]
93867
93883
  */
93868
- importTheme: boolean;
93884
+ importTheme?: boolean;
93869
93885
  }
93870
93886
  /**
93871
93887
  * 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.396",
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": "876d8a510e5601515316844091957fb63c1c890516f4e5293710c24ac031f960",
49
49
  "typeScriptVersion": "4.3"
50
50
  }