@types/office-js 1.0.279 → 1.0.280

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, 13 Sep 2022 18:26:26 GMT
11
+ * Last updated: Tue, 13 Sep 2022 20:32:50 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
@@ -8768,7 +8768,7 @@ declare namespace Office {
8768
8768
  ThreeColumns = "ThreeColumns"
8769
8769
  }
8770
8770
  /**
8771
- * Specifies the type of recipient for an appointment.
8771
+ * Specifies the type of recipient of a message or appointment.
8772
8772
  *
8773
8773
  * @remarks
8774
8774
  * [Api set: Mailbox 1.1]
@@ -8782,19 +8782,20 @@ declare namespace Office {
8782
8782
  */
8783
8783
  enum RecipientType {
8784
8784
  /**
8785
- * Specifies that the recipient is a distribution list containing a list of email addresses.
8785
+ * Specifies the recipient is a distribution list containing a list of email addresses.
8786
8786
  */
8787
8787
  DistributionList = "distributionList",
8788
8788
  /**
8789
- * Specifies that the recipient is an SMTP email address that is on the Exchange server.
8789
+ * Specifies the recipient is an SMTP email address on the Exchange server.
8790
8790
  */
8791
8791
  User = "user",
8792
8792
  /**
8793
- * Specifies that the recipient is an SMTP email address that is not on the Exchange server.
8793
+ * Specifies the recipient is an SMTP email address that isn't on the Exchange server.
8794
8794
  */
8795
8795
  ExternalUser = "externalUser",
8796
8796
  /**
8797
- * Specifies that the recipient is not one of the other recipient types.
8797
+ * Specifies the recipient isn't one of the other recipient types. It also refers to a recipient that isn't resolved against the Exchange address book,
8798
+ * and is therefore treated as an external SMTP address.
8798
8799
  */
8799
8800
  Other = "other"
8800
8801
  }
office-js/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js",
3
- "version": "1.0.279",
3
+ "version": "1.0.280",
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": "bf1b3bf96b5b4a27c7b0286bf61f4cfdd10d9e8a42f64a9651cb4a2b5a59d2c3",
48
+ "typesPublisherContentHash": "e5b3af71ba518859dfefec104c60a5b624f795af1515e7b1df96b793eaadbe38",
49
49
  "typeScriptVersion": "4.1"
50
50
  }