@types/office-js-preview 1.0.388 → 1.0.389

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, 19 May 2023 21:32:51 GMT
11
+ * Last updated: Tue, 30 May 2023 21:32:44 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `Excel`, `Office`, `OfficeCore`, `OfficeExtension`, `OneNote`, `PowerPoint`, `Visio`, `Word`
14
14
 
@@ -1549,9 +1549,13 @@ declare namespace Office {
1549
1549
  * **Applications**: Excel, OneNote, Outlook, PowerPoint, Word
1550
1550
  *
1551
1551
  * **Requirement set**: {@link https://learn.microsoft.com/javascript/api/requirement-sets/common/identity-api-requirement-sets | IdentityAPI 1.3}
1552
- *
1553
- * **Important**: In Outlook, this API isn't supported if the add-in is loaded in an Outlook.com or Gmail mailbox.
1554
- *
1552
+ *
1553
+ * **Important**: In Outlook, this API isn't supported in the following scenarios.
1554
+ *
1555
+ * - If the add-in is loaded in an Outlook.com or Gmail mailbox.
1556
+ *
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").
1558
+ *
1555
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).
1556
1560
  * To retrieve an access token in older builds, use
1557
1561
  * {@link https://learn.microsoft.com/javascript/api/office-runtime/officeruntime.auth?view=common-js-preview#office-runtime-officeruntime-auth-getaccesstoken-member(1) |
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js-preview",
3
- "version": "1.0.388",
3
+ "version": "1.0.389",
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": "53769ff00719bae50867b728525a0bf711d059fc20232d7f238dc70282d84dd7",
48
+ "typesPublisherContentHash": "07fd1a2f72c042f59b175f686a119385f6578d87fb632293d7da586b4d85aaf9",
49
49
  "typeScriptVersion": "4.3"
50
50
  }