@types/office-js 1.0.211 → 1.0.215

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: Tue, 12 Oct 2021 19:01:23 GMT
11
+ * Last updated: Fri, 29 Oct 2021 22:31:30 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
@@ -1281,7 +1281,7 @@ declare namespace Office {
1281
1281
  asyncContext?: any
1282
1282
  }
1283
1283
  /**
1284
- * The Office Auth namespace, `Office.context.auth`, provides a method that allows the Office client application to obtain an access token to the add-in's web application.
1284
+ * The Office Auth namespace, `Office.auth`, provides a method that allows the Office client application to obtain an access token to the add-in's web application.
1285
1285
  * Indirectly, this also enables the add-in to access the signed-in user's Microsoft Graph data without requiring the user to sign in a second time.
1286
1286
  */
1287
1287
  interface Auth {
@@ -16648,6 +16648,11 @@ declare namespace Office {
16648
16648
  *
16649
16649
  * - Other: No limit
16650
16650
  *
16651
+ * **Important**: In Outlook on the web, if a user created a new message by activating a contact's email address link from their contact or
16652
+ * profile card, your add-in's `getAsync` call currently won't return a value in the `displayName` property of the
16653
+ * associated `EmailAddressDetails` object. For more details, refer to the
16654
+ * {@link https://github.com/OfficeDev/office-js-docs-pr/issues/2962 | related GitHub issue}.
16655
+ *
16651
16656
  * @remarks
16652
16657
  * [Api set: Mailbox 1.1]
16653
16658
  *
@@ -16670,7 +16675,12 @@ declare namespace Office {
16670
16675
  * - Windows, Mac, web browser: 500 members
16671
16676
  *
16672
16677
  * - Other: No limit
16673
- *
16678
+ *
16679
+ * **Important**: In Outlook on the web, if a user created a new message by activating a contact's email address link from their contact or
16680
+ * profile card, your add-in's `getAsync` call currently won't return a value in the `displayName` property of the
16681
+ * associated `EmailAddressDetails` object. For more details, refer to the
16682
+ * {@link https://github.com/OfficeDev/office-js-docs-pr/issues/2962 | related GitHub issue}.
16683
+ *
16674
16684
  * @remarks
16675
16685
  * [Api set: Mailbox 1.1]
16676
16686
  *
@@ -32823,7 +32833,7 @@ declare namespace Excel {
32823
32833
  * Clears the column filter criteria of the AutoFilter.
32824
32834
  *
32825
32835
  * @remarks
32826
- * [Api set: ExcelApiOnline 1.1]
32836
+ * [Api set: ExcelApi 1.14]
32827
32837
  *
32828
32838
  * @param columnIndex The zero-based column index, which represents which column filter needs to be cleared.
32829
32839
  If the index value is not supported(for example, if the value is a negative number, or if the value is greater than the number of available columns in the range),
@@ -74341,6 +74351,9 @@ declare namespace Word {
74341
74351
  /**
74342
74352
  * Gets the collection of paragraph objects in the body. Read-only.
74343
74353
  *
74354
+ * **Important**: Paragraphs in tables are not returned for requirement sets 1.1 and 1.2.
74355
+ * From requirement set 1.3, paragraphs in tables are also returned.
74356
+ *
74344
74357
  * @remarks
74345
74358
  * [Api set: WordApi 1.1]
74346
74359
  */
office-js/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js",
3
- "version": "1.0.211",
3
+ "version": "1.0.215",
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",
@@ -40,6 +40,6 @@
40
40
  },
41
41
  "scripts": {},
42
42
  "dependencies": {},
43
- "typesPublisherContentHash": "0e50975711feb1920906bb8d2f8cb5db7d1ac8098e04506083df683829fc4908",
43
+ "typesPublisherContentHash": "fbe02e88699a0b4fb15859bbecc823570e54848a419b2416ed30c37c1497fb6f",
44
44
  "typeScriptVersion": "3.7"
45
45
  }