@types/office-js 1.0.559 → 1.0.560

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: Tue, 18 Nov 2025 22:02:08 GMT
11
+ * Last updated: Thu, 20 Nov 2025 21:32:50 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
office-js/index.d.ts CHANGED
@@ -23846,6 +23846,10 @@ declare namespace Office {
23846
23846
  *
23847
23847
  * **Important**
23848
23848
  *
23849
+ * - The `errorMessageMarkdown` property is available for preview in Outlook on Mac starting in Version 16.103 (Build 25102433). To test the property, join the
23850
+ * {@link https://techcommunity.microsoft.com/kb/microsoft-365-insider-kb/join-the-microsoft-365-insider-program-on-macos/4401756 | Microsoft 365 Insider program} and
23851
+ * select the **Beta Channel** option to access Office beta builds.
23852
+ *
23849
23853
  * - The formatted error message must be 500 characters or less.
23850
23854
  *
23851
23855
  * - For guidance on supported Markdown elements, see
office-js/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js",
3
- "version": "1.0.559",
3
+ "version": "1.0.560",
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": "b4844532a83dc369a8fdf9c6e95a763c658af3adfcf229469adb04e11323eed8",
49
+ "typesPublisherContentHash": "4b210c04f6c5d1db11ed538bcc30c827a1bab3a5d4163b719797a52b67dd05b1",
50
50
  "typeScriptVersion": "5.2"
51
51
  }