@types/office-js 1.0.224 → 1.0.225

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, 14 Dec 2021 23:01:10 GMT
11
+ * Last updated: Wed, 15 Dec 2021 23:31:09 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
@@ -333,6 +333,10 @@ declare namespace Office {
333
333
  * Represents the add-in.
334
334
  */
335
335
  const addin: Addin;
336
+ /**
337
+ * Represents the Auth interface
338
+ */
339
+ const auth: Auth;
336
340
  /**
337
341
  * Represents the ribbon associated with the Office application.
338
342
  */
office-js/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js",
3
- "version": "1.0.224",
3
+ "version": "1.0.225",
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",
@@ -40,6 +40,6 @@
40
40
  },
41
41
  "scripts": {},
42
42
  "dependencies": {},
43
- "typesPublisherContentHash": "6ad3558857c22b18ade9f4cd3f12a4a687efb243b1cc361f2ae48411d5ba9d0e",
43
+ "typesPublisherContentHash": "fc2d546d6fdfc1fbdfca7d8bd5545d677ef22ab4a4c2e5ec8eb559776342a2f1",
44
44
  "typeScriptVersion": "3.8"
45
45
  }