@types/office-js 1.0.285 → 1.0.287

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.
office-js/README.md CHANGED
@@ -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.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Mon, 26 Sep 2022 22:33:17 GMT
11
+ * Last updated: Thu, 29 Sep 2022 21:33:18 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `Excel`, `Office`, `OfficeCore`, `OfficeExtension`, `OneNote`, `PowerPoint`, `Visio`, `Word`
14
14
 
office-js/index.d.ts CHANGED
@@ -1432,7 +1432,7 @@ declare namespace Office {
1432
1432
  * Server-side code can use this token to access Microsoft Graph for the add-in's web application by using the
1433
1433
  * {@link https://learn.microsoft.com/azure/active-directory/develop/active-directory-v2-protocols-oauth-on-behalf-of | "on behalf of" OAuth flow}.
1434
1434
  *
1435
- * **Important**: In Outlook, this API is not supported if the add-in is loaded in an Outlook.com or Gmail mailbox.
1435
+ * **Important**: In Outlook, this API isn't supported if the add-in is loaded in an Outlook.com or Gmail mailbox.
1436
1436
  *
1437
1437
  * **Warning**: `getAccessTokenAsync` has been deprecated. Use `Office.auth.getAccessToken` instead.
1438
1438
  *
@@ -1457,7 +1457,7 @@ declare namespace Office {
1457
1457
  * Server-side code can use this token to access Microsoft Graph for the add-in's web application by using the
1458
1458
  * {@link https://learn.microsoft.com/azure/active-directory/develop/active-directory-v2-protocols-oauth-on-behalf-of | "on behalf of" OAuth flow}.
1459
1459
  *
1460
- * **Important**: In Outlook, this API is not supported if the add-in is loaded in an Outlook.com or Gmail mailbox.
1460
+ * **Important**: In Outlook, this API isn't supported if the add-in is loaded in an Outlook.com or Gmail mailbox.
1461
1461
  *
1462
1462
  * **Warning**: `getAccessTokenAsync` has been deprecated. Use `Office.auth.getAccessToken` instead.
1463
1463
  *
@@ -1483,6 +1483,8 @@ declare namespace Office {
1483
1483
  * This API requires a single sign-on configuration that bridges the add-in to an Azure application. Office users sign in with Organizational
1484
1484
  * Accounts and Microsoft Accounts. Microsoft Azure returns tokens intended for both user account types to access resources in the Microsoft Graph.
1485
1485
  *
1486
+ * **Important**: In Outlook, this API isn't supported if the add-in is loaded in an Outlook.com or Gmail mailbox.
1487
+ *
1486
1488
  * @remarks
1487
1489
  *
1488
1490
  * **Hosts**: Excel, OneNote, Outlook, PowerPoint, Word
office-js/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js",
3
- "version": "1.0.285",
3
+ "version": "1.0.287",
4
4
  "description": "TypeScript definitions for Office.js",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js",
6
6
  "license": "MIT",
@@ -45,6 +45,6 @@
45
45
  },
46
46
  "scripts": {},
47
47
  "dependencies": {},
48
- "typesPublisherContentHash": "75254c463f3e45948cc65676ec63f3ddb863701db55bd85a3dfb1d23fa64dd00",
48
+ "typesPublisherContentHash": "d72c13825641787493fa21d32b5d0a01ccd85d44835d58609d9258b723de6297",
49
49
  "typeScriptVersion": "4.1"
50
50
  }