@types/office-js-preview 1.0.482 → 1.0.484
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-preview/README.md
CHANGED
|
@@ -8,7 +8,7 @@ This package contains type definitions for office-js-preview (https://github.com
|
|
|
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:
|
|
11
|
+
* Last updated: Wed, 03 Jul 2024 21:07:51 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
office-js-preview/index.d.ts
CHANGED
|
@@ -15524,6 +15524,8 @@ declare namespace Office {
|
|
|
15524
15524
|
* Nested app authentication is the recommended approach for tokens going forward. For more information, see our {@link https://aka.ms/NAApreviewblog | blog post} and
|
|
15525
15525
|
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/faq-nested-app-auth-outlook-legacy-tokens | FAQ page}.
|
|
15526
15526
|
*
|
|
15527
|
+
* - This method isn't supported if you load an add-in in an Outlook.com or Gmail mailbox.
|
|
15528
|
+
*
|
|
15527
15529
|
* - 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
|
|
15528
15530
|
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
|
|
15529
15531
|
*
|
|
@@ -15628,6 +15630,8 @@ declare namespace Office {
|
|
|
15628
15630
|
* For more information on supported APIs in Outlook mobile, see
|
|
15629
15631
|
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
|
|
15630
15632
|
*
|
|
15633
|
+
* - This method isn't supported if you load an add-in in an Outlook.com or Gmail mailbox.
|
|
15634
|
+
*
|
|
15631
15635
|
* - For guidance on delegate or shared scenarios, see the
|
|
15632
15636
|
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/delegate-access | shared folders and shared mailbox} article.
|
|
15633
15637
|
*
|
|
@@ -15712,6 +15716,8 @@ declare namespace Office {
|
|
|
15712
15716
|
* - The `getUserIdentityTokenAsync` method returns a token that you can use to identify and
|
|
15713
15717
|
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/authentication | authenticate the add-in and user with an external system}.
|
|
15714
15718
|
*
|
|
15719
|
+
* - This method isn't supported if you load an add-in in an Outlook.com or Gmail mailbox.
|
|
15720
|
+
*
|
|
15715
15721
|
* **Errors**:
|
|
15716
15722
|
*
|
|
15717
15723
|
* - `HTTPRequestFailure`: The request has failed. Please look at the diagnostics object for the HTTP error code.
|
|
@@ -16189,7 +16195,7 @@ declare namespace Office {
|
|
|
16189
16195
|
*
|
|
16190
16196
|
* - 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.
|
|
16191
16197
|
*
|
|
16192
|
-
* - The `inReplyTo` property returns `null` for new
|
|
16198
|
+
* - The `inReplyTo` property returns `null` for new messages and meeting invites being forwarded by a user who's also the meeting organizer.
|
|
16193
16199
|
*/
|
|
16194
16200
|
inReplyTo: string;
|
|
16195
16201
|
/**
|
office-js-preview/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/office-js-preview",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.484",
|
|
4
4
|
"description": "TypeScript definitions for office-js-preview",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js-preview",
|
|
6
6
|
"license": "MIT",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
},
|
|
46
46
|
"scripts": {},
|
|
47
47
|
"dependencies": {},
|
|
48
|
-
"typesPublisherContentHash": "
|
|
48
|
+
"typesPublisherContentHash": "a16b5de40e6ef49014c9fbacf7076ebc3752efa0a1425f8a4a8b807f812978f6",
|
|
49
49
|
"typeScriptVersion": "4.8",
|
|
50
50
|
"nonNpm": true
|
|
51
51
|
}
|