@types/office-js-preview 1.0.678 → 1.0.679

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.
@@ -8,7 +8,7 @@ This package contains type definitions for office-js-preview (https://github.com
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js-preview.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Thu, 22 Jan 2026 23:36:15 GMT
11
+ * Last updated: Mon, 26 Jan 2026 19:06:55 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
@@ -14788,6 +14788,8 @@ declare namespace Office {
14788
14788
  *
14789
14789
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Message Read
14790
14790
  *
14791
+ * **Important**: Attachments of type `MailboxEnums.AttachmentType.Item` aren't currently supported.
14792
+ *
14791
14793
  * @beta
14792
14794
  */
14793
14795
  attachmentType: MailboxEnums.AttachmentType;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js-preview",
3
- "version": "1.0.678",
3
+ "version": "1.0.679",
4
4
  "description": "TypeScript definitions for office-js-preview",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js-preview",
6
6
  "license": "MIT",
@@ -46,7 +46,7 @@
46
46
  "scripts": {},
47
47
  "dependencies": {},
48
48
  "peerDependencies": {},
49
- "typesPublisherContentHash": "6dffe3c6531f0e76845c65443816f76c49e4c4e728d1351d078bad850dcbd8ad",
49
+ "typesPublisherContentHash": "886de1526a19d8a494e749b3f58478cd2bcfbc82105cc0b553c5a71f0ee0a5ab",
50
50
  "typeScriptVersion": "5.2",
51
51
  "nonNpm": true
52
52
  }