@types/office-js-preview 1.0.395 → 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: Thu, 22 Jun 2023 22:32:44 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
 
@@ -93838,6 +93838,22 @@ declare namespace Word {
93838
93838
  * [Api set: WordApi 1.5]
93839
93839
  */
93840
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
  *
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js-preview",
3
- "version": "1.0.395",
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": "2d6e0ab9d84f01ae11c892ce248ff458da80756691811507eb846729b6d7d610",
48
+ "typesPublisherContentHash": "876d8a510e5601515316844091957fb63c1c890516f4e5293710c24ac031f960",
49
49
  "typeScriptVersion": "4.3"
50
50
  }