@types/office-js 1.0.469 → 1.0.471

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/README.md CHANGED
@@ -8,7 +8,7 @@ This package contains type definitions for office-js (https://github.com/OfficeD
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Thu, 20 Feb 2025 18:37:24 GMT
11
+ * Last updated: Fri, 21 Feb 2025 19:32:15 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
office-js/index.d.ts CHANGED
@@ -8671,7 +8671,7 @@ declare namespace Office {
8671
8671
  *
8672
8672
  * **Requirement set**: {@link https://learn.microsoft.com/javascript/api/requirement-sets/common/open-browser-window-api-requirement-sets | OpenBrowserWindowApi 1.1}
8673
8673
  *
8674
- * @param url The full URL to be opened including protocol (e.g., https), and port number, if any.
8674
+ * @param url The full URL to be opened including protocol (http or https), and port number, if any. Other protocols like mailto aren't supported.
8675
8675
  */
8676
8676
  openBrowserWindow(url: string): void;
8677
8677
  }
@@ -17438,7 +17438,7 @@ declare namespace Office {
17438
17438
  *
17439
17439
  * 3. The delegate opens the draft from the shared folder then continues composing.
17440
17440
  *
17441
- * b. **Shared mailbox (applies to classic Outlook on Windows only)**
17441
+ * b. **Shared mailbox**
17442
17442
  *
17443
17443
  * 1. The shared mailbox user starts a message. This can be a new message, a reply, or a forward.
17444
17444
  *
@@ -17481,7 +17481,7 @@ declare namespace Office {
17481
17481
  *
17482
17482
  * 3. The delegate opens the draft from the shared folder then continues composing.
17483
17483
  *
17484
- * b. **Shared mailbox (applies to classic Outlook on Windows only)**
17484
+ * b. **Shared mailbox**
17485
17485
  *
17486
17486
  * 1. The shared mailbox user starts a message. This can be a new message, a reply, or a forward.
17487
17487
  *
office-js/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js",
3
- "version": "1.0.469",
3
+ "version": "1.0.471",
4
4
  "description": "TypeScript definitions for office-js",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js",
6
6
  "license": "MIT",
@@ -46,6 +46,6 @@
46
46
  "scripts": {},
47
47
  "dependencies": {},
48
48
  "peerDependencies": {},
49
- "typesPublisherContentHash": "90c886cff7229a7fc1b7d2e701d34bf97f251a8b9e7fa1a2edbf331aa2f8165e",
49
+ "typesPublisherContentHash": "ede7f416b00d9102884a8f6cf936d43bb2bc3740b23464f1a23177e01b5b2da1",
50
50
  "typeScriptVersion": "5.0"
51
51
  }