@types/office-js 1.0.302 → 1.0.303

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: Thu, 01 Dec 2022 21:32:57 GMT
11
+ * Last updated: Mon, 05 Dec 2022 18:33:03 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
@@ -13513,7 +13513,7 @@ declare namespace Office {
13513
13513
  */
13514
13514
  displayName: string;
13515
13515
  /**
13516
- * The email address associated with the location.
13516
+ * The email address associated with the location. Only locations of type `Room` have an email address.
13517
13517
  */
13518
13518
  emailAddress: string;
13519
13519
  }
office-js/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js",
3
- "version": "1.0.302",
3
+ "version": "1.0.303",
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": "6fcb2bd839b993fa3d03ed4ae08dd868c75af89f94ce9396adc109948b1a9797",
48
+ "typesPublisherContentHash": "b99b45aad8c3e58287be33e6d5fb4c9b39ce01e297a41c9e733063993d479b0f",
49
49
  "typeScriptVersion": "4.2"
50
50
  }