@types/office-js-preview 1.0.322 → 1.0.323

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: Mon, 08 Aug 2022 18:02:22 GMT
11
+ * Last updated: Tue, 16 Aug 2022 16:32:34 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `Excel`, `Office`, `OfficeCore`, `OfficeExtension`, `OneNote`, `PowerPoint`, `Visio`, `Word`
14
14
 
@@ -20994,15 +20994,7 @@ declare namespace Excel {
20994
20994
  * [Api set: ExcelApi BETA (PREVIEW ONLY)]
20995
20995
  * @beta
20996
20996
  */
20997
- unknown = "Unknown",
20998
- /**
20999
- * An error returned by the Python interpreter as a result of running the Python code. Displays as error type #EXTERNAL! in Excel.
21000
- *
21001
- * @remarks
21002
- * [Api set: ExcelApi BETA (PREVIEW ONLY)]
21003
- * @beta
21004
- */
21005
- pythonError = "PythonError"
20997
+ unknown = "Unknown"
21006
20998
  }
21007
20999
  /**
21008
21000
  * Represents the value of a cell containing an #EXTERNAL! error.
@@ -21053,7 +21045,7 @@ declare namespace Excel {
21053
21045
  * [Api set: ExcelApi BETA (PREVIEW ONLY)]
21054
21046
  * @beta
21055
21047
  */
21056
- errorSubType?: ExternalErrorCellValueSubType | "Unknown" | "PythonError";
21048
+ errorSubType?: ExternalErrorCellValueSubType | "Unknown";
21057
21049
  }
21058
21050
  /**
21059
21051
  * Represents types of #FIELD! errors.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js-preview",
3
- "version": "1.0.322",
3
+ "version": "1.0.323",
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": "f0d350626a09b6c74fdc165eaa7ed9080e797751abd20a303d8f0df88de22c37",
48
+ "typesPublisherContentHash": "f03777c602ae4face82c8df6aa0acc1aa7be6938b785a723032705a4ad71fcf2",
49
49
  "typeScriptVersion": "4.0"
50
50
  }