@types/office-js-preview 1.0.697 → 1.0.698
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: Tue, 31 Mar 2026 17:20:17 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
office-js-preview/index.d.ts
CHANGED
|
@@ -3680,7 +3680,7 @@ declare namespace Office {
|
|
|
3680
3680
|
*
|
|
3681
3681
|
* **Hosts**: Excel, OneNote, Outlook, PowerPoint, Word
|
|
3682
3682
|
*
|
|
3683
|
-
* **Requirement set**: NestedAppAuth 1.1
|
|
3683
|
+
* **Requirement set**: {@link https://learn.microsoft.com/javascript/api/requirement-sets/common/nested-app-auth-requirement-sets | NestedAppAuth 1.1}
|
|
3684
3684
|
*
|
|
3685
3685
|
* @returns Promise to the AuthContext object.
|
|
3686
3686
|
*/
|
|
@@ -3743,6 +3743,10 @@ declare namespace Office {
|
|
|
3743
3743
|
}
|
|
3744
3744
|
/**
|
|
3745
3745
|
* Represents the user information which can be passed to the Microsoft Authentication Library for JavaScript (MSAL.js).
|
|
3746
|
+
*
|
|
3747
|
+
* @remarks
|
|
3748
|
+
*
|
|
3749
|
+
* **Requirement set**: {@link https://learn.microsoft.com/javascript/api/requirement-sets/common/nested-app-auth-requirement-sets | NestedAppAuth 1.1}
|
|
3746
3750
|
*/
|
|
3747
3751
|
interface AuthContext {
|
|
3748
3752
|
/**
|
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.698",
|
|
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",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"scripts": {},
|
|
47
47
|
"dependencies": {},
|
|
48
48
|
"peerDependencies": {},
|
|
49
|
-
"typesPublisherContentHash": "
|
|
49
|
+
"typesPublisherContentHash": "d1c94c3c4ec381981ca2f36a55ebc3e53fc46d0c01973a3975cdc83234427c22",
|
|
50
50
|
"typeScriptVersion": "5.3",
|
|
51
51
|
"nonNpm": true
|
|
52
52
|
}
|