@types/office-js 1.0.308 → 1.0.309

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, 20 Dec 2022 19:02:32 GMT
11
+ * Last updated: Thu, 22 Dec 2022 23:02:44 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `Excel`, `Office`, `OfficeCore`, `OfficeExtension`, `OneNote`, `PowerPoint`, `Visio`, `Word`
14
14
 
office-js/index.d.ts CHANGED
@@ -12665,7 +12665,8 @@ declare namespace Office {
12665
12665
  *
12666
12666
  * - Custom properties saved while in compose mode aren't transmitted to recipients of the mail item. When a message or appointment with custom
12667
12667
  * properties is sent, its properties can be accessed from the item in the Sent Items folder.
12668
- * If you want to make custom data accessible to recipients, consider using {@link Office.InternetHeaders | InternetHeaders} instead.
12668
+ * If you want to make custom data accessible to recipients, consider using
12669
+ * {@link https://learn.microsoft.com/javascript/api/outlook/office.internetheaders | InternetHeaders} instead.
12669
12670
  *
12670
12671
  * - The maximum length of a `CustomProperties` JSON object is 2500 characters.
12671
12672
  *
office-js/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js",
3
- "version": "1.0.308",
3
+ "version": "1.0.309",
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",
@@ -45,6 +45,6 @@
45
45
  },
46
46
  "scripts": {},
47
47
  "dependencies": {},
48
- "typesPublisherContentHash": "f00d5d22acdd4e78ea3669f61aad425dd99a685be7473207cb28c8a71d48a06f",
48
+ "typesPublisherContentHash": "d6a4e2bcbbd3f5edec89d05a49154ed6b03faf81f050700a6a244104209545c8",
49
49
  "typeScriptVersion": "4.2"
50
50
  }