@types/office-runtime 1.0.32 → 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 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: Tue, 13 Jun 2023 23:02:50 GMT
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
@@ -355,11 +355,9 @@ declare namespace OfficeRuntime {
355
355
  *
356
356
  * **Important**:
357
357
  *
358
- * - In Outlook, this API isn't supported in the following scenarios.
358
+ * - In Outlook, this API isn't supported if you load an add-in in an Outlook.com or Gmail mailbox.
359
359
  *
360
- * - If the add-in is loaded in an Outlook.com or Gmail mailbox.
361
- *
362
- * - If the add-in is loaded in Outlook on the web in the Safari browser. This results in error 13001 ("The user is not signed into Office").
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").
363
361
  *
364
362
  * - In Outlook on the web, if you use the
365
363
  * {@link https://learn.microsoft.com/javascript/api/office/office.ui#office-office-ui-displaydialogasync-member(1) | displayDialogAsync}
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-runtime",
3
- "version": "1.0.32",
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": "3d85f887dc854f0238d539eb1a7f58720f468556bd259c9801ab5b77be32357b",
43
+ "typesPublisherContentHash": "21afac1d0643f560c4efc9ee2b2d9cffa39190a30b32ec68b45a4f839b205781",
44
44
  "typeScriptVersion": "4.3"
45
45
  }