@types/office-js 1.0.303 → 1.0.304

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, 05 Dec 2022 18:33:03 GMT
11
+ * Last updated: Mon, 05 Dec 2022 20:33:21 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
@@ -14237,7 +14237,10 @@ declare namespace Office {
14237
14237
  * attachment or item. For example, you can create a remote service to
14238
14238
  * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/get-attachments-of-an-outlook-item | get attachments from the selected item}.
14239
14239
  *
14240
- * **Note**: It is recommended that add-ins use the REST APIs instead of Exchange Web Services whenever possible.
14240
+ * **Important**: EWS operations aren't supported in add-ins running in Outlook on iOS and Android. A REST token is always returned in Outlook
14241
+ * mobile clients even if `options.isRest` is set to `false`.
14242
+ *
14243
+ * **Note**: It's recommended that add-ins use the REST APIs instead of Exchange Web Services whenever possible.
14241
14244
  *
14242
14245
  * @remarks
14243
14246
  * [Api set: Mailbox 1.5]
@@ -14285,6 +14288,8 @@ declare namespace Office {
14285
14288
  * **Important**: For guidance on delegate or shared scenarios, see the
14286
14289
  * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/delegate-access | delegate access} article.
14287
14290
  *
14291
+ * **Note**: This method isn't supported in Outlook on iOS or Android. EWS operations aren't supported in add-ins running on Outlook mobile clients.
14292
+ *
14288
14293
  * @remarks
14289
14294
  * [Api set: All support Read mode; Mailbox 1.3 introduced Compose mode support]
14290
14295
  *
office-js/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js",
3
- "version": "1.0.303",
3
+ "version": "1.0.304",
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": "b99b45aad8c3e58287be33e6d5fb4c9b39ce01e297a41c9e733063993d479b0f",
48
+ "typesPublisherContentHash": "a817c804c6da49f2a5bfca9ebc6952f0f080400a4afc37b8ed02657989e4e3be",
49
49
  "typeScriptVersion": "4.2"
50
50
  }