@types/office-js-preview 1.0.346 → 1.0.347
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-preview/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-preview.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated: Thu,
|
|
11
|
+
* Last updated: Thu, 27 Oct 2022 15:02:53 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
* Global values: `Excel`, `Office`, `OfficeCore`, `OfficeExtension`, `OneNote`, `PowerPoint`, `Visio`, `Word`
|
|
14
14
|
|
office-js-preview/index.d.ts
CHANGED
|
@@ -19257,6 +19257,12 @@ declare namespace OfficeExtension {
|
|
|
19257
19257
|
innerError: Error;
|
|
19258
19258
|
}
|
|
19259
19259
|
|
|
19260
|
+
/**
|
|
19261
|
+
* Represents the error code that can be returned by {@link OfficeExtension.Error | OfficeExtension.Error.code}.
|
|
19262
|
+
*
|
|
19263
|
+
* To learn more about the error codes, see
|
|
19264
|
+
* {@link https://learn.microsoft.com/office/dev/add-ins/reference/javascript-api-for-office-error-codes | Office Common API error codes}.
|
|
19265
|
+
*/
|
|
19260
19266
|
class ErrorCodes {
|
|
19261
19267
|
public static accessDenied: string;
|
|
19262
19268
|
public static generalException: string;
|
office-js-preview/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/office-js-preview",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.347",
|
|
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": "
|
|
48
|
+
"typesPublisherContentHash": "9a013320a8546e40cf9a8f090a50267ee53d6d06a47577aba295fb45d65ee2a2",
|
|
49
49
|
"typeScriptVersion": "4.1"
|
|
50
50
|
}
|