Skip to content

Commit 32e93e9

Browse files
[office-js] [office-js-preview] (Word) Specific APIs need M365 sub (DefinitelyTyped#71812)
1 parent 4559a6d commit 32e93e9

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

types/office-js-preview/index.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100173,6 +100173,8 @@ declare namespace Word {
100173100173
*
100174100174
* @remarks
100175100175
* [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}.
100176100178
*/
100177100179
getAnnotations(): Word.AnnotationCollection;
100178100180
/**
@@ -100300,6 +100302,8 @@ declare namespace Word {
100300100302
* @remarks
100301100303
* [Api set: WordApi 1.7]
100302100304
*
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+
*
100303100307
* @param annotations Annotations to set.
100304100308
* @returns An array of the inserted annotations identifiers.
100305100309
*/

types/office-js/index.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91584,6 +91584,8 @@ declare namespace Word {
9158491584
*
9158591585
* @remarks
9158691586
* [Api set: WordApi 1.7]
91587+
*
91588+
* 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}.
9158791589
*/
9158891590
getAnnotations(): Word.AnnotationCollection;
9158991591
/**
@@ -91711,6 +91713,8 @@ declare namespace Word {
9171191713
* @remarks
9171291714
* [Api set: WordApi 1.7]
9171391715
*
91716+
* 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}.
91717+
*
9171491718
* @param annotations Annotations to set.
9171591719
* @returns An array of the inserted annotations identifiers.
9171691720
*/

0 commit comments

Comments
 (0)