@types/office-js 1.0.219 → 1.0.220

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, 16 Nov 2021 23:01:27 GMT
11
+ * Last updated: Wed, 17 Nov 2021 23:01:24 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
@@ -9506,6 +9506,8 @@ declare namespace Office {
9506
9506
  /**
9507
9507
  * Manages the {@link Office.SessionData | SessionData} of an item in Compose mode.
9508
9508
  *
9509
+ * **Important**: The entire SessionData object is limited to 50,000 characters per add-in.
9510
+ *
9509
9511
  * @remarks
9510
9512
  * [Api set: Mailbox 1.11]
9511
9513
  *
@@ -14383,6 +14385,8 @@ declare namespace Office {
14383
14385
  /**
14384
14386
  * Manages the {@link Office.SessionData | SessionData} of an item in Compose mode.
14385
14387
  *
14388
+ * **Important**: The entire SessionData object is limited to 50,000 characters per add-in.
14389
+ *
14386
14390
  * @remarks
14387
14391
  * [Api set: Mailbox 1.11]
14388
14392
  *
@@ -17472,7 +17476,9 @@ declare namespace Office {
17472
17476
  setStartTime(time: string): void;
17473
17477
  }
17474
17478
  /**
17475
- * Provides methods to manage an item's session data.
17479
+ * Provides methods to manage an item's session data.
17480
+ *
17481
+ * **Important**: The entire SessionData object is limited to 50,000 characters per add-in.
17476
17482
  *
17477
17483
  * @remarks
17478
17484
  * [Api set: Mailbox 1.11]
@@ -17576,6 +17582,8 @@ declare namespace Office {
17576
17582
  /**
17577
17583
  * Sets a session data key-value pair.
17578
17584
  *
17585
+ * **Important**: The entire SessionData object is limited to 50,000 characters per add-in.
17586
+ *
17579
17587
  * @remarks
17580
17588
  * [Api set: Mailbox 1.11]
17581
17589
  *
@@ -17594,6 +17602,8 @@ declare namespace Office {
17594
17602
  /**
17595
17603
  * Sets a session data key-value pair.
17596
17604
  *
17605
+ * **Important**: The entire SessionData object is limited to 50,000 characters per add-in.
17606
+ *
17597
17607
  * @remarks
17598
17608
  * [Api set: Mailbox 1.11]
17599
17609
  *
office-js/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js",
3
- "version": "1.0.219",
3
+ "version": "1.0.220",
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",
@@ -40,6 +40,6 @@
40
40
  },
41
41
  "scripts": {},
42
42
  "dependencies": {},
43
- "typesPublisherContentHash": "2ffcb9a8db922b880292475e645746b3bf495bbf1ef83a48e5d4949bda83aed2",
43
+ "typesPublisherContentHash": "0025c72280fa249687b9265890195648b8a0a417f00c831bd636f9f1f61bff65",
44
44
  "typeScriptVersion": "3.7"
45
45
  }