@types/office-js 1.0.308 → 1.0.310

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: Wed, 04 Jan 2023 22:02:54 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
  *
@@ -17913,7 +17914,7 @@ declare namespace Office {
17913
17914
  * The `set` method creates a new setting of the specified name if it doesn't already exist, or sets an existing setting of the specified name.
17914
17915
  * The value is stored in the document as the serialized JSON representation of its data type.
17915
17916
  *
17916
- * A maximum of 32KB is available for the settings of each add-in.
17917
+ * A maximum of 32KB is available for the settings of each add-in. An error with code 9057 is thrown when that size limit is exceeded.
17917
17918
  *
17918
17919
  * Any changes made to settings using the `set` method will not be saved to the server until the `saveAsync` method is called.
17919
17920
  *
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.310",
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": "3b668296e324ff2f422073d419e5a72553c4e7f66b7f6fc697ea92a2b31c5e0e",
49
49
  "typeScriptVersion": "4.2"
50
50
  }