@types/office-js-preview 1.0.507 → 1.0.509

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: Wed, 11 Sep 2024 18:39:09 GMT
11
+ * Last updated: Sat, 14 Sep 2024 00:27:55 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
@@ -11257,7 +11257,7 @@ declare namespace Office {
11257
11257
  * when Outlook is in cached mode, it may take some time before the item is actually synced to the server.
11258
11258
  * Until the item is synced, using the item ID will return an error.
11259
11259
  *
11260
- * - In Outlook on Mac, only Build 16.35.308 or later supports saving a meeting.
11260
+ * - In Outlook on Mac, only Version 16.35 (20030802) and later supports saving a meeting.
11261
11261
  * Otherwise, the `saveAsync` method fails when called from a meeting in compose mode.
11262
11262
  * For a workaround, see {@link https://learn.microsoft.com/outlook/troubleshoot/calendars/cannot-save-meeting-as-draft-in-outlook-for-mac | Cannot save a meeting as a draft in Outlook for Mac by using Office JS API}.
11263
11263
  *
@@ -11297,7 +11297,7 @@ declare namespace Office {
11297
11297
  * when Outlook is in cached mode, it may take some time before the item is actually synced to the server.
11298
11298
  * Until the item is synced, using the item ID will return an error.
11299
11299
  *
11300
- * - In Outlook on Mac, only Build 16.35.308 or later supports saving a meeting.
11300
+ * - In Outlook on Mac, only Version 16.35 (20030802) and later supports saving a meeting.
11301
11301
  * Otherwise, the `saveAsync` method fails when called from a meeting in compose mode.
11302
11302
  * For a workaround, see {@link https://learn.microsoft.com/outlook/troubleshoot/calendars/cannot-save-meeting-as-draft-in-outlook-for-mac | Cannot save a meeting as a draft in Outlook for Mac by using Office JS API}.
11303
11303
  *
@@ -21402,7 +21402,7 @@ declare namespace Office {
21402
21402
  /**
21403
21403
  * Gets the account type of the user associated with the mailbox.
21404
21404
  *
21405
- * **Note**: This member is currently only supported in Outlook on Mac, Build 16.9.1212 and greater.
21405
+ * **Note**: This member is currently only supported in Outlook on Mac starting in Version 16.9 (17121200).
21406
21406
  *
21407
21407
  * @remarks
21408
21408
  * [Api set: Mailbox 1.6]
@@ -90233,14 +90233,14 @@ declare namespace Word {
90233
90233
  */
90234
90234
  interface Critique {
90235
90235
  /**
90236
- * Gets the color scheme of the critique.
90236
+ * Specifies the color scheme of the critique.
90237
90237
  *
90238
90238
  * @remarks
90239
90239
  * [Api set: WordApi 1.7]
90240
90240
  */
90241
90241
  colorScheme: Word.CritiqueColorScheme | "Red" | "Green" | "Blue" | "Lavender" | "Berry";
90242
90242
  /**
90243
- * Gets the length of the critique inside paragraph.
90243
+ * Specifies the length of the critique inside paragraph.
90244
90244
  *
90245
90245
  * @remarks
90246
90246
  * [Api set: WordApi 1.7]
@@ -90254,7 +90254,7 @@ declare namespace Word {
90254
90254
  */
90255
90255
  popupOptions?: Word.CritiquePopupOptions;
90256
90256
  /**
90257
- * Gets the start index of the critique inside paragraph.
90257
+ * Specifies the start index of the critique inside paragraph.
90258
90258
  *
90259
90259
  * @remarks
90260
90260
  * [Api set: WordApi 1.7]
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js-preview",
3
- "version": "1.0.507",
3
+ "version": "1.0.509",
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",
@@ -45,7 +45,7 @@
45
45
  },
46
46
  "scripts": {},
47
47
  "dependencies": {},
48
- "typesPublisherContentHash": "2f57a94a274dd8c3d73a1c323edf7fb76f0eedea6b3c61dbd2ec6a4c03c30a56",
48
+ "typesPublisherContentHash": "c6216ace87179b50a4899fd2b0562cad4dc3886569bea24a82072991c991db49",
49
49
  "typeScriptVersion": "4.8",
50
50
  "nonNpm": true
51
51
  }