@types/office-runtime 1.0.31 → 1.0.33
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 +7 -3
- office-runtime/package.json +2 -2
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: Mon, 19 Jun 2023 15:02:36 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
* Global values: `OfficeRuntime`
|
|
14
14
|
|
office-runtime/index.d.ts
CHANGED
|
@@ -353,11 +353,15 @@ declare namespace OfficeRuntime {
|
|
|
353
353
|
*
|
|
354
354
|
* **Applications**: Excel, Outlook, PowerPoint, Word
|
|
355
355
|
*
|
|
356
|
-
* **Important**:
|
|
356
|
+
* **Important**:
|
|
357
357
|
*
|
|
358
|
-
* -
|
|
358
|
+
* - In Outlook, this API isn't supported if you load an add-in in an Outlook.com or Gmail mailbox.
|
|
359
359
|
*
|
|
360
|
-
* -
|
|
360
|
+
* - In Outlook on the web, this API isn't supported if you use the Safari browser. This results in error 13001 ("The user is not signed into Office").
|
|
361
|
+
*
|
|
362
|
+
* - In Outlook on the web, if you use the
|
|
363
|
+
* {@link https://learn.microsoft.com/javascript/api/office/office.ui#office-office-ui-displaydialogasync-member(1) | displayDialogAsync}
|
|
364
|
+
* method to open a dialog, you must close the dialog before you can call `getAccessToken`.
|
|
361
365
|
*
|
|
362
366
|
* @param options - Optional. Accepts an `AuthOptions` object to define sign-on behaviors.
|
|
363
367
|
* @returns Promise to the access token.
|
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.33",
|
|
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": "
|
|
43
|
+
"typesPublisherContentHash": "21afac1d0643f560c4efc9ee2b2d9cffa39190a30b32ec68b45a4f839b205781",
|
|
44
44
|
"typeScriptVersion": "4.3"
|
|
45
45
|
}
|