@types/office-js 1.0.332 → 1.0.333

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: Tue, 20 Jun 2023 17:32:40 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
 
office-js/index.d.ts CHANGED
@@ -88966,35 +88966,35 @@ declare namespace Word {
88966
88966
  * @remarks
88967
88967
  * [Api set: WordApi 1.5]
88968
88968
  */
88969
- importChangeTrackingMode: boolean;
88969
+ importChangeTrackingMode?: boolean;
88970
88970
  /**
88971
88971
  * Represents whether the page color and other background information from the source document should be imported.
88972
88972
  *
88973
88973
  * @remarks
88974
88974
  * [Api set: WordApi 1.5]
88975
88975
  */
88976
- importPageColor: boolean;
88976
+ importPageColor?: boolean;
88977
88977
  /**
88978
88978
  * Represents whether the paragraph spacing from the source document should be imported.
88979
88979
  *
88980
88980
  * @remarks
88981
88981
  * [Api set: WordApi 1.5]
88982
88982
  */
88983
- importParagraphSpacing: boolean;
88983
+ importParagraphSpacing?: boolean;
88984
88984
  /**
88985
88985
  * Represents whether the styles from the source document should be imported.
88986
88986
  *
88987
88987
  * @remarks
88988
88988
  * [Api set: WordApi 1.5]
88989
88989
  */
88990
- importStyles: boolean;
88990
+ importStyles?: boolean;
88991
88991
  /**
88992
88992
  * Represents whether the theme from the source document should be imported.
88993
88993
  *
88994
88994
  * @remarks
88995
88995
  * [Api set: WordApi 1.5]
88996
88996
  */
88997
- importTheme: boolean;
88997
+ importTheme?: boolean;
88998
88998
  }
88999
88999
  /**
89000
89000
  * Specifies the options to be included in a search operation.
office-js/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js",
3
- "version": "1.0.332",
3
+ "version": "1.0.333",
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",
@@ -45,6 +45,6 @@
45
45
  },
46
46
  "scripts": {},
47
47
  "dependencies": {},
48
- "typesPublisherContentHash": "61674515026554e09af1050e92f1b97b947a10aa8f521972b005f82f364489cc",
48
+ "typesPublisherContentHash": "73aeaaa098e54c895e33987e7e2717756b293a2dda4237c18b98fc58f2120ea1",
49
49
  "typeScriptVersion": "4.3"
50
50
  }