@types/office-js-preview 1.0.681 → 1.0.682

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-preview (https://github.com
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: Mon, 02 Feb 2026 23:47:21 GMT
11
+ * Last updated: Tue, 03 Feb 2026 22:06:19 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
@@ -4630,12 +4630,6 @@ declare namespace Office {
4630
4630
  * </table>
4631
4631
  */
4632
4632
  interface Context {
4633
- /**
4634
- * Provides information and access to the signed-in user.
4635
- *
4636
- * @beta
4637
- */
4638
- auth: Auth;
4639
4633
  /**
4640
4634
  * True, if the current platform allows the add-in to display a UI for selling or upgrading; otherwise returns False.
4641
4635
  *
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js-preview",
3
- "version": "1.0.681",
3
+ "version": "1.0.682",
4
4
  "description": "TypeScript definitions for office-js-preview",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js-preview",
6
6
  "license": "MIT",
@@ -46,7 +46,7 @@
46
46
  "scripts": {},
47
47
  "dependencies": {},
48
48
  "peerDependencies": {},
49
- "typesPublisherContentHash": "f8860587beb87df9d5f8a7f0dbb2e9a77e11536701887e67f61a66867702e132",
49
+ "typesPublisherContentHash": "bc5ee140101fe0a123dcf95efc60a362ef758048e5e1eced281ec4896741c012",
50
50
  "typeScriptVersion": "5.2",
51
51
  "nonNpm": true
52
52
  }