@types/office-js-preview 1.0.275 → 1.0.276

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: Thu, 16 Dec 2021 19:31:14 GMT
11
+ * Last updated: Thu, 16 Dec 2021 21:01:27 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `Excel`, `Office`, `OfficeCore`, `OfficeExtension`, `OneNote`, `PowerPoint`, `Visio`, `Word`
14
14
 
@@ -337,6 +337,10 @@ declare namespace Office {
337
337
  * Represents the add-in.
338
338
  */
339
339
  const addin: Addin;
340
+ /**
341
+ * Represents the Auth interface.
342
+ */
343
+ const auth: Auth;
340
344
  /**
341
345
  * Represents the ribbon associated with the Office application.
342
346
  */
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js-preview",
3
- "version": "1.0.275",
3
+ "version": "1.0.276",
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",
@@ -40,6 +40,6 @@
40
40
  },
41
41
  "scripts": {},
42
42
  "dependencies": {},
43
- "typesPublisherContentHash": "02eb8fd2b83bc013408a1321dfaa484695151768bef6f822a54d2c82759fae58",
43
+ "typesPublisherContentHash": "2f116cba25b96ababc54ae23a314a8476c0b32b4b12e4ceb2525b9f8ecf04d5d",
44
44
  "typeScriptVersion": "3.8"
45
45
  }