@types/office-js-preview 1.0.391 → 1.0.392

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 (https://github.com/OfficeD
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: Fri, 09 Jun 2023 17:33:06 GMT
11
+ * Last updated: Tue, 13 Jun 2023 23:02:50 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `Excel`, `Office`, `OfficeCore`, `OfficeExtension`, `OneNote`, `PowerPoint`, `Visio`, `Word`
14
14
 
@@ -1550,13 +1550,19 @@ declare namespace Office {
1550
1550
  *
1551
1551
  * **Requirement set**: {@link https://learn.microsoft.com/javascript/api/requirement-sets/common/identity-api-requirement-sets | IdentityAPI 1.3}
1552
1552
  *
1553
- * **Important**: In Outlook, this API isn't supported in the following scenarios.
1553
+ * **Important**:
1554
+ *
1555
+ * - In Outlook, this API isn't supported in the following scenarios.
1556
+ *
1557
+ * - If the add-in is loaded in an Outlook.com or Gmail mailbox.
1554
1558
  *
1555
- * - If the add-in is loaded in an Outlook.com or Gmail mailbox.
1559
+ * - If the add-in is loaded in Outlook on the web in the Safari browser. This results in error 13001 ("The user is not signed into Office").
1556
1560
  *
1557
- * - If the add-in is loaded in Outlook on the web in the Safari browser. This results in error 13001 ("The user is not signed into Office").
1561
+ * - In Outlook on the web, if you use the
1562
+ * {@link https://learn.microsoft.com/javascript/api/office/office.ui#office-office-ui-displaydialogasync-member(1) | displayDialogAsync}
1563
+ * method to open a dialog, you must close the dialog before you can call `getAccessToken`.
1558
1564
  *
1559
- * **Note**: In an Outlook event-based activation add-in, this API is supported in Outlook on Windows starting from Version 2111 (Build 14701.20000).
1565
+ * - In an Outlook event-based activation add-in, this API is supported in Outlook on Windows starting from Version 2111 (Build 14701.20000).
1560
1566
  * To retrieve an access token in older builds, use
1561
1567
  * {@link https://learn.microsoft.com/javascript/api/office-runtime/officeruntime.auth?view=common-js-preview#office-runtime-officeruntime-auth-getaccesstoken-member(1) |
1562
1568
  * OfficeRuntime.auth.getAccessToken} instead. For more information, see
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js-preview",
3
- "version": "1.0.391",
3
+ "version": "1.0.392",
4
4
  "description": "TypeScript definitions for Office.js",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js-preview",
6
6
  "license": "MIT",
@@ -45,6 +45,6 @@
45
45
  },
46
46
  "scripts": {},
47
47
  "dependencies": {},
48
- "typesPublisherContentHash": "876c566111b10a806622789993158019b4205d5d8e5e5c5d54a7c6fbfcb62186",
48
+ "typesPublisherContentHash": "d1594d9b07c6dc9f5d7d3485f09c19a9482348312886cbc25db0997c0659239a",
49
49
  "typeScriptVersion": "4.3"
50
50
  }