@types/office-js 1.0.476 → 1.0.477

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, 11 Mar 2025 22:34:38 GMT
11
+ * Last updated: Wed, 12 Mar 2025 21:02:14 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
office-js/index.d.ts CHANGED
@@ -8855,9 +8855,11 @@ declare namespace Office {
8855
8855
  /**
8856
8856
  * The attachment is stored in a cloud location, such as OneDrive.
8857
8857
  *
8858
- * **Important**: In Read mode, the `id` property of the attachment's {@link Office.AttachmentDetails | details} object
8858
+ * **Important**: In Read mode, the `id` property of the attachment's
8859
+ * {@link https://learn.microsoft.com/javascript/api/outlook/office.attachmentdetails | AttachmentDetails} object
8859
8860
  * contains a URL to the file.
8860
- * From requirement set 1.8, the `url` property included in the attachment's {@link Office.AttachmentDetailsCompose | details} object
8861
+ * From requirement set 1.8, the `url` property included in the attachment's
8862
+ * {@link https://learn.microsoft.com/javascript/api/outlook/office.attachmentdetailscompose | AttachmentDetailsCompose} object
8861
8863
  * contains a URL to the file in Compose mode.
8862
8864
  *
8863
8865
  * The `cloud` attachment type isn't supported by the `displayNewMessageForm`, `displayNewMessageFormAsync`, `displayReplyAllForm`, `displayReplyAllFormAsync`,
office-js/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js",
3
- "version": "1.0.476",
3
+ "version": "1.0.477",
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": "edabccd8ae39439955f97451c4f3d4c321332e7cd2a49e258b4060c1c0084c96",
49
+ "typesPublisherContentHash": "0831081c192aafcc22998a9461b7511056d1ce30d4bd9f1374e2098c3a253d24",
50
50
  "typeScriptVersion": "5.0"
51
51
  }