@types/office-js-preview 1.0.550 → 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.
@@ -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: Thu, 30 Jan 2025 16:02:41 GMT
11
+ * Last updated: Fri, 31 Jan 2025 18:02:56 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
@@ -3723,7 +3723,7 @@ declare namespace Office {
3723
3723
  *
3724
3724
  * 1. The add-in calls the `enable` method on the `BeforeDocumentCloseNotification` object.
3725
3725
  *
3726
- * 2. When the notification dialog is open, the end user clicks the **Don't close** button within the dialog, clicks the Close button in the upper right corner of the dialog, or presses the Esc key.
3726
+ * 2. When the notification dialog is open, the end user clicks the **Don't close** button within the dialog, clicks the Close button in the upper right corner of the dialog, or presses the <kbd>Esc</kbd> key.
3727
3727
  *
3728
3728
  * The `BeforeDocumentCloseNotification` API is only supported in Excel.
3729
3729
  * @param handler The event handler that is called when the dialog is cancelled.
@@ -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
  */
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js-preview",
3
- "version": "1.0.550",
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": "160731023a29e05bf6614488318789a716da119480bd2245293bf53ac831b157",
49
+ "typesPublisherContentHash": "84a63ac5be4ef919345ea4d8c26db7b31182976c67ef6d8dc2c5e1b801138a1b",
50
50
  "typeScriptVersion": "5.0",
51
51
  "nonNpm": true
52
52
  }