@types/office-js-preview 1.0.333 → 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 20:32:51 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
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js-preview",
3
- "version": "1.0.333",
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": "72f7a2b803d07ebf798b88a0e6ef6334970a5f6e3de7ac59a6cd35a8e5d96199",
48
+ "typesPublisherContentHash": "3ea8f09085069dffd6614529a221c6253638341141c30dbcd7d6a2f64160b0ec",
49
49
  "typeScriptVersion": "4.1"
50
50
  }