@types/office-js 1.0.554 → 1.0.555
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 +2 -2
- 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: Fri, 31 Oct 2025
|
|
11
|
+
* Last updated: Fri, 31 Oct 2025 18:41:02 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
office-js/index.d.ts
CHANGED
|
@@ -118841,7 +118841,7 @@ declare namespace Word {
|
|
|
118841
118841
|
after = "After",
|
|
118842
118842
|
}
|
|
118843
118843
|
/**
|
|
118844
|
-
* Represents the location of a {@link
|
|
118844
|
+
* Represents the location of a {@link Word.Border | border}.
|
|
118845
118845
|
*
|
|
118846
118846
|
* @remarks
|
|
118847
118847
|
* [Api set: WordApi 1.3]
|
|
@@ -119009,7 +119009,7 @@ declare namespace Word {
|
|
|
119009
119009
|
mixed = "Mixed",
|
|
119010
119010
|
}
|
|
119011
119011
|
/**
|
|
119012
|
-
* The {@link
|
|
119012
|
+
* The {@link Word.Border | border} types.
|
|
119013
119013
|
*
|
|
119014
119014
|
* @remarks
|
|
119015
119015
|
* [Api set: WordApi 1.3]
|
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.555",
|
|
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",
|
|
@@ -46,6 +46,6 @@
|
|
|
46
46
|
"scripts": {},
|
|
47
47
|
"dependencies": {},
|
|
48
48
|
"peerDependencies": {},
|
|
49
|
-
"typesPublisherContentHash": "
|
|
49
|
+
"typesPublisherContentHash": "e5a64e89ebe675aae5d8d85524ce180ecfc37c26afc5005f062675c3ab1be038",
|
|
50
50
|
"typeScriptVersion": "5.2"
|
|
51
51
|
}
|