@types/office-js-preview 1.0.513 → 1.0.514

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: Wed, 25 Sep 2024 22:37:25 GMT
11
+ * Last updated: Thu, 26 Sep 2024 17:38:13 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
@@ -4659,7 +4659,7 @@ declare namespace Office {
4659
4659
  /**
4660
4660
  * Gets the license information for the user's Office installation.
4661
4661
  */
4662
- license: string;
4662
+ license: object;
4663
4663
  /**
4664
4664
  * Provides access to the Microsoft Outlook add-in object model.
4665
4665
  *
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js-preview",
3
- "version": "1.0.513",
3
+ "version": "1.0.514",
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",
@@ -45,7 +45,7 @@
45
45
  },
46
46
  "scripts": {},
47
47
  "dependencies": {},
48
- "typesPublisherContentHash": "0c68670349a5d4d0163591266685d7c4f24a6ed8d02a3cf4400bf503f42b60f2",
48
+ "typesPublisherContentHash": "95926cee7b239bcf4d21ca7ec6936b57b853ea92ce7ccae72f4342a396a29fe3",
49
49
  "typeScriptVersion": "4.8",
50
50
  "nonNpm": true
51
51
  }