@types/office-js-preview 1.0.332 → 1.0.333

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.
@@ -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-preview.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Tue, 13 Sep 2022 18:26:27 GMT
11
+ * Last updated: Tue, 13 Sep 2022 20:32:51 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `Excel`, `Office`, `OfficeCore`, `OfficeExtension`, `OneNote`, `PowerPoint`, `Visio`, `Word`
14
14
 
@@ -8884,7 +8884,7 @@ declare namespace Office {
8884
8884
  ThreeColumns = "ThreeColumns"
8885
8885
  }
8886
8886
  /**
8887
- * Specifies the type of recipient for an appointment.
8887
+ * Specifies the type of recipient of a message or appointment.
8888
8888
  *
8889
8889
  * @remarks
8890
8890
  * [Api set: Mailbox 1.1]
@@ -8898,19 +8898,20 @@ declare namespace Office {
8898
8898
  */
8899
8899
  enum RecipientType {
8900
8900
  /**
8901
- * Specifies that the recipient is a distribution list containing a list of email addresses.
8901
+ * Specifies the recipient is a distribution list containing a list of email addresses.
8902
8902
  */
8903
8903
  DistributionList = "distributionList",
8904
8904
  /**
8905
- * Specifies that the recipient is an SMTP email address that is on the Exchange server.
8905
+ * Specifies the recipient is an SMTP email address on the Exchange server.
8906
8906
  */
8907
8907
  User = "user",
8908
8908
  /**
8909
- * Specifies that the recipient is an SMTP email address that is not on the Exchange server.
8909
+ * Specifies the recipient is an SMTP email address that isn't on the Exchange server.
8910
8910
  */
8911
8911
  ExternalUser = "externalUser",
8912
8912
  /**
8913
- * Specifies that the recipient is not one of the other recipient types.
8913
+ * 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,
8914
+ * and is therefore treated as an external SMTP address.
8914
8915
  */
8915
8916
  Other = "other"
8916
8917
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js-preview",
3
- "version": "1.0.332",
3
+ "version": "1.0.333",
4
4
  "description": "TypeScript definitions for Office.js",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js-preview",
6
6
  "license": "MIT",
@@ -45,6 +45,6 @@
45
45
  },
46
46
  "scripts": {},
47
47
  "dependencies": {},
48
- "typesPublisherContentHash": "29267df73c9abe3630aeb248a6956997cb0fdc27cd0f7fab6e2535a35790b3e5",
48
+ "typesPublisherContentHash": "72f7a2b803d07ebf798b88a0e6ef6334970a5f6e3de7ac59a6cd35a8e5d96199",
49
49
  "typeScriptVersion": "4.1"
50
50
  }