@types/office-js-preview 1.0.626 → 1.0.627
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-preview (https://github.com
|
|
|
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: Tue, 26 Aug 2025
|
|
11
|
+
* Last updated: Tue, 26 Aug 2025 23:32:31 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
office-js-preview/index.d.ts
CHANGED
|
@@ -114731,7 +114731,7 @@ declare namespace Word {
|
|
|
114731
114731
|
toJSON(): Word.Interfaces.RevisionsFilterData;
|
|
114732
114732
|
}
|
|
114733
114733
|
/**
|
|
114734
|
-
* Represents a single item in a {@link Word.
|
|
114734
|
+
* Represents a single item in a {@link Word.RepeatingSectionContentControl}.
|
|
114735
114735
|
*
|
|
114736
114736
|
* @remarks
|
|
114737
114737
|
* [Api set: WordApi BETA (PREVIEW ONLY)]
|
|
@@ -157240,7 +157240,7 @@ declare namespace Word {
|
|
|
157240
157240
|
view?: boolean;
|
|
157241
157241
|
}
|
|
157242
157242
|
/**
|
|
157243
|
-
* Represents a single item in a {@link Word.
|
|
157243
|
+
* Represents a single item in a {@link Word.RepeatingSectionContentControl}.
|
|
157244
157244
|
*
|
|
157245
157245
|
* @remarks
|
|
157246
157246
|
* [Api set: WordApi BETA (PREVIEW ONLY)]
|
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.627",
|
|
4
4
|
"description": "TypeScript definitions for office-js-preview",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js-preview",
|
|
6
6
|
"license": "MIT",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"scripts": {},
|
|
47
47
|
"dependencies": {},
|
|
48
48
|
"peerDependencies": {},
|
|
49
|
-
"typesPublisherContentHash": "
|
|
49
|
+
"typesPublisherContentHash": "db3cad183bad57b17998e027deca5d3524561f237f2d3a3e78fc93bd4c04d537",
|
|
50
50
|
"typeScriptVersion": "5.2",
|
|
51
51
|
"nonNpm": true
|
|
52
52
|
}
|