@types/office-js 1.0.424 → 1.0.425
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 +1 -1
- office-js/index.d.ts +0 -12
- office-js/package.json +2 -2
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, 24 Sep 2024
|
|
11
|
+
* Last updated: Tue, 24 Sep 2024 21:36:31 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
office-js/index.d.ts
CHANGED
|
@@ -56075,18 +56075,6 @@ declare namespace Excel {
|
|
|
56075
56075
|
* [Api set: ExcelApi 1.7]
|
|
56076
56076
|
*/
|
|
56077
56077
|
worksheetMoved = "WorksheetMoved",
|
|
56078
|
-
/**
|
|
56079
|
-
* LineageActivityUpdateAvailable represents the type of event registered when new revision updates lineage model.
|
|
56080
|
-
* @remarks
|
|
56081
|
-
* [Api set: ExcelApi 1.7]
|
|
56082
|
-
*/
|
|
56083
|
-
workbookActionRecorded = "WorkbookActionRecorded",
|
|
56084
|
-
/**
|
|
56085
|
-
* VbaRecorderRecordingChanged represents the type of event registered when the VBA recording output changes.
|
|
56086
|
-
* @remarks
|
|
56087
|
-
* [Api set: Recorder 1.1]
|
|
56088
|
-
*/
|
|
56089
|
-
vbaRecorderRecordingChanged2 = "VbaRecorderRecordingChanged2"
|
|
56090
56078
|
}
|
|
56091
56079
|
/**
|
|
56092
56080
|
* @remarks
|
office-js/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/office-js",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.425",
|
|
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": "
|
|
48
|
+
"typesPublisherContentHash": "a92dbad76c846ca01423fb3393f6480781cc5a2c924966c6e31fb72f2cdcc77a",
|
|
49
49
|
"typeScriptVersion": "4.8"
|
|
50
50
|
}
|