@types/office-js-preview 1.0.551 → 1.0.552
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:
|
|
11
|
+
* Last updated: Fri, 31 Jan 2025 18:02:56 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
office-js-preview/index.d.ts
CHANGED
|
@@ -100173,6 +100173,8 @@ declare namespace Word {
|
|
|
100173
100173
|
*
|
|
100174
100174
|
* @remarks
|
|
100175
100175
|
* [Api set: WordApi 1.7]
|
|
100176
|
+
*
|
|
100177
|
+
* Important: This API requires a Microsoft 365 subscription in order to work properly because of an underlying service's requirement. For more about this, see {@link https://github.com/OfficeDev/office-js/issues/4953 | GitHub issue 4953}.
|
|
100176
100178
|
*/
|
|
100177
100179
|
getAnnotations(): Word.AnnotationCollection;
|
|
100178
100180
|
/**
|
|
@@ -100300,6 +100302,8 @@ declare namespace Word {
|
|
|
100300
100302
|
* @remarks
|
|
100301
100303
|
* [Api set: WordApi 1.7]
|
|
100302
100304
|
*
|
|
100305
|
+
* Important: This API requires a Microsoft 365 subscription in order to work properly because of an underlying service's requirement. For more about this, see {@link https://github.com/OfficeDev/office-js/issues/4953 | GitHub issue 4953}.
|
|
100306
|
+
*
|
|
100303
100307
|
* @param annotations Annotations to set.
|
|
100304
100308
|
* @returns An array of the inserted annotations identifiers.
|
|
100305
100309
|
*/
|
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.552",
|
|
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": "84a63ac5be4ef919345ea4d8c26db7b31182976c67ef6d8dc2c5e1b801138a1b",
|
|
50
50
|
"typeScriptVersion": "5.0",
|
|
51
51
|
"nonNpm": true
|
|
52
52
|
}
|