@types/office-runtime 1.0.23 → 1.0.24
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-runtime/README.md +1 -1
- office-runtime/index.d.ts +2 -2
- office-runtime/package.json +3 -3
office-runtime/README.md
CHANGED
|
@@ -8,7 +8,7 @@ This package contains type definitions for office-runtime (https://github.com/Of
|
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-runtime.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Tue, 21 Jun 2022 21:01:37 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
* Global values: `OfficeRuntime`
|
|
14
14
|
|
office-runtime/index.d.ts
CHANGED
|
@@ -255,7 +255,7 @@ declare namespace OfficeRuntime {
|
|
|
255
255
|
*
|
|
256
256
|
* @remarks
|
|
257
257
|
*
|
|
258
|
-
* The methods in this interface are equivalent to those in the
|
|
258
|
+
* The methods in this interface are equivalent to those in the {@link https://docs.microsoft.com/javascript/api/office/office.auth | Office.auth interface}.
|
|
259
259
|
* If new authentication types are added in the future, they will only be added to the `Office.auth` interface.
|
|
260
260
|
* For simplicity, the code examples throughout the documentation use `Office.auth`.
|
|
261
261
|
*/
|
|
@@ -267,7 +267,7 @@ declare namespace OfficeRuntime {
|
|
|
267
267
|
* This API requires a single sign-on configuration that bridges the add-in to an Azure application. Office users sign-in with Organizational
|
|
268
268
|
* Accounts and Microsoft Accounts. Microsoft Azure returns tokens intended for both user account types to access resources in the Microsoft Graph.
|
|
269
269
|
*
|
|
270
|
-
* **Important**: In Outlook, this API
|
|
270
|
+
* **Important**: In Outlook, this API isn't supported if the add-in is loaded in an Outlook.com or Gmail mailbox.
|
|
271
271
|
*
|
|
272
272
|
* @remarks
|
|
273
273
|
*
|
office-runtime/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/office-runtime",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.24",
|
|
4
4
|
"description": "TypeScript definitions for office-runtime",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-runtime",
|
|
6
6
|
"license": "MIT",
|
|
@@ -40,6 +40,6 @@
|
|
|
40
40
|
},
|
|
41
41
|
"scripts": {},
|
|
42
42
|
"dependencies": {},
|
|
43
|
-
"typesPublisherContentHash": "
|
|
44
|
-
"typeScriptVersion": "
|
|
43
|
+
"typesPublisherContentHash": "284ed6f24d74073f2659a8b2abc04e7d490abc44114dd7b55523efd658833caf",
|
|
44
|
+
"typeScriptVersion": "4.0"
|
|
45
45
|
}
|