@types/office-js-preview 1.0.348 → 1.0.350

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, 27 Oct 2022 18:02:55 GMT
11
+ * Last updated: Fri, 04 Nov 2022 16:02:52 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `Excel`, `Office`, `OfficeCore`, `OfficeExtension`, `OneNote`, `PowerPoint`, `Visio`, `Word`
14
14
 
@@ -4288,7 +4288,7 @@ declare namespace Office {
4288
4288
  * </tr>
4289
4289
  * <tr>
4290
4290
  * <td><code>Office.CoercionType.SlideRange</code></td>
4291
- * <td>- PowerPoint on the web and on Windows</td>
4291
+ * <td>- PowerPoint</td>
4292
4292
  * </tr>
4293
4293
  * <tr>
4294
4294
  * <td><code>Office.CoercionType.Table</code> (TableData object)</td>
@@ -4528,7 +4528,7 @@ declare namespace Office {
4528
4528
  * </tr>
4529
4529
  * <tr>
4530
4530
  * <td><code>Office.CoercionType.SlideRange</code></td>
4531
- * <td>- PowerPoint on the web and Windows</td>
4531
+ * <td>- PowerPoint on the web and on Windows</td>
4532
4532
  * </tr>
4533
4533
  * <tr>
4534
4534
  * <td><code>Office.CoercionType.Table</code> (TableData object)</td>
@@ -94061,15 +94061,15 @@ declare namespace Word {
94061
94061
  */
94062
94062
  none = "None",
94063
94063
  /**
94064
- * @deprecated Hidden is no longer supported.
94065
94064
  * Warning: hidden has been deprecated.
94065
+ * @deprecated Hidden is no longer supported.
94066
94066
  * @remarks
94067
94067
  * [Api set: WordApi 1.1]
94068
94068
  */
94069
94069
  hidden = "Hidden",
94070
94070
  /**
94071
- * @deprecated DotLine is no longer supported.
94072
94071
  * Warning: dotLine has been deprecated.
94072
+ * @deprecated DotLine is no longer supported.
94073
94073
  * @remarks
94074
94074
  * [Api set: WordApi 1.1]
94075
94075
  */
@@ -94183,8 +94183,8 @@ declare namespace Word {
94183
94183
  */
94184
94184
  page = "Page",
94185
94185
  /**
94186
- * @deprecated Use sectionNext instead.
94187
94186
  * Warning: next has been deprecated. Use sectionNext instead.
94187
+ * @deprecated Use sectionNext instead.
94188
94188
  * @remarks
94189
94189
  * [Api set: WordApi 1.1]
94190
94190
  */
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js-preview",
3
- "version": "1.0.348",
3
+ "version": "1.0.350",
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": "ea48836212c7f71a802749c761a03735acc16955ca4adc37b26bbe1eda876a98",
48
+ "typesPublisherContentHash": "39fe6e49510c0b8055cc62ed3db7dfd23689ac2878da01d60970ad341c7ea56d",
49
49
  "typeScriptVersion": "4.1"
50
50
  }