@types/office-js-preview 1.0.332 → 1.0.334

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: Wed, 14 Sep 2022 20:32:52 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `Excel`, `Office`, `OfficeCore`, `OfficeExtension`, `OneNote`, `PowerPoint`, `Visio`, `Word`
14
14
 
@@ -1616,8 +1616,14 @@ declare namespace Office {
1616
1616
  asyncContext?: any;
1617
1617
  /**
1618
1618
  * Causes Office to return a descriptive error when the add-in wants to access Microsoft Graph and the user/admin has not granted consent to Graph scopes. Default value is `false`.
1619
- * Office only supports consent to Graph scopes when the add-in has been deployed by a tenant admin. This information will not be available during development.
1619
+ * Office only supports consent to Graph scopes when the add-in has been deployed by a tenant admin.
1620
1620
  * Setting this option to `true` will cause Office to inform your add-in beforehand (by returning a descriptive error) if Graph access will fail.
1621
+ *
1622
+ * @remarks
1623
+ *
1624
+ * **Note**: If you're developing an Outlook add-in that uses single sign-on (SSO), comment out the `forMSGraphAccess` option before sideloading the add-in for testing.
1625
+ * Otherwise, you'll receive {@link https://docs.microsoft.com/office/dev/add-ins/develop/troubleshoot-sso-in-office-add-ins#13012 | error 13012}. For additional guidance, see
1626
+ * {@link https://docs.microsoft.com/office/dev/add-ins/develop/authorize-to-microsoft-graph#details-on-sso-with-an-outlook-add-in | Details on SSO with an Outlook add-in}.
1621
1627
  */
1622
1628
  forMSGraphAccess?: boolean;
1623
1629
  }
@@ -8884,7 +8890,7 @@ declare namespace Office {
8884
8890
  ThreeColumns = "ThreeColumns"
8885
8891
  }
8886
8892
  /**
8887
- * Specifies the type of recipient for an appointment.
8893
+ * Specifies the type of recipient of a message or appointment.
8888
8894
  *
8889
8895
  * @remarks
8890
8896
  * [Api set: Mailbox 1.1]
@@ -8898,19 +8904,20 @@ declare namespace Office {
8898
8904
  */
8899
8905
  enum RecipientType {
8900
8906
  /**
8901
- * Specifies that the recipient is a distribution list containing a list of email addresses.
8907
+ * Specifies the recipient is a distribution list containing a list of email addresses.
8902
8908
  */
8903
8909
  DistributionList = "distributionList",
8904
8910
  /**
8905
- * Specifies that the recipient is an SMTP email address that is on the Exchange server.
8911
+ * Specifies the recipient is an SMTP email address on the Exchange server.
8906
8912
  */
8907
8913
  User = "user",
8908
8914
  /**
8909
- * Specifies that the recipient is an SMTP email address that is not on the Exchange server.
8915
+ * Specifies the recipient is an SMTP email address that isn't on the Exchange server.
8910
8916
  */
8911
8917
  ExternalUser = "externalUser",
8912
8918
  /**
8913
- * Specifies that the recipient is not one of the other recipient types.
8919
+ * 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,
8920
+ * and is therefore treated as an external SMTP address.
8914
8921
  */
8915
8922
  Other = "other"
8916
8923
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js-preview",
3
- "version": "1.0.332",
3
+ "version": "1.0.334",
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": "3ea8f09085069dffd6614529a221c6253638341141c30dbcd7d6a2f64160b0ec",
49
49
  "typeScriptVersion": "4.1"
50
50
  }