@types/office-js 1.0.399 → 1.0.401

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: Thu, 27 Jun 2024 19:35:55 GMT
11
+ * Last updated: Wed, 03 Jul 2024 21:07:51 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
office-js/index.d.ts CHANGED
@@ -15277,6 +15277,8 @@ declare namespace Office {
15277
15277
  * Nested app authentication is the recommended approach for tokens going forward. For more information, see our {@link https://aka.ms/NAApreviewblog | blog post} and
15278
15278
  * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/faq-nested-app-auth-outlook-legacy-tokens | FAQ page}.
15279
15279
  *
15280
+ * - This method isn't supported if you load an add-in in an Outlook.com or Gmail mailbox.
15281
+ *
15280
15282
  * - This method is only supported in read mode in Outlook on Android and on iOS. For more information on supported APIs in Outlook mobile, see
15281
15283
  * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
15282
15284
  *
@@ -15381,6 +15383,8 @@ declare namespace Office {
15381
15383
  * For more information on supported APIs in Outlook mobile, see
15382
15384
  * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
15383
15385
  *
15386
+ * - This method isn't supported if you load an add-in in an Outlook.com or Gmail mailbox.
15387
+ *
15384
15388
  * - For guidance on delegate or shared scenarios, see the
15385
15389
  * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/delegate-access | shared folders and shared mailbox} article.
15386
15390
  *
@@ -15465,6 +15469,8 @@ declare namespace Office {
15465
15469
  * - The `getUserIdentityTokenAsync` method returns a token that you can use to identify and
15466
15470
  * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/authentication | authenticate the add-in and user with an external system}.
15467
15471
  *
15472
+ * - This method isn't supported if you load an add-in in an Outlook.com or Gmail mailbox.
15473
+ *
15468
15474
  * **Errors**:
15469
15475
  *
15470
15476
  * - `HTTPRequestFailure`: The request has failed. Please look at the diagnostics object for the HTTP error code.
@@ -15942,7 +15948,7 @@ declare namespace Office {
15942
15948
  *
15943
15949
  * - In Outlook on Windows, the `inReplyTo` value is maintained on all replies regardless of changes made by the user, such as changing the subject in a reply.
15944
15950
  *
15945
- * - The `inReplyTo` property returns `null` for new or forwarded messages.
15951
+ * - The `inReplyTo` property returns `null` for new messages and meeting invites being forwarded by a user who's also the meeting organizer.
15946
15952
  */
15947
15953
  inReplyTo: string;
15948
15954
  /**
office-js/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js",
3
- "version": "1.0.399",
3
+ "version": "1.0.401",
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": "9d9bcfda578b18979853d2d4d0c1c8a63aa5b24239e757d622961331cb33876a",
48
+ "typesPublisherContentHash": "a4c335d7faf59ff45d5b709b42a0704c4811bb5af75904f3786924e0bc6e8044",
49
49
  "typeScriptVersion": "4.8"
50
50
  }