@types/office-js 1.0.427 → 1.0.428

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: 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
office-js/index.d.ts CHANGED
@@ -4607,7 +4607,7 @@ declare namespace Office {
4607
4607
  /**
4608
4608
  * Gets the license information for the user's Office installation.
4609
4609
  */
4610
- license: string;
4610
+ license: object;
4611
4611
  /**
4612
4612
  Provides access to the Microsoft Outlook add-in object model.
4613
4613
  *
office-js/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js",
3
- "version": "1.0.427",
3
+ "version": "1.0.428",
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",
@@ -45,6 +45,6 @@
45
45
  },
46
46
  "scripts": {},
47
47
  "dependencies": {},
48
- "typesPublisherContentHash": "7d11912fbf937ff97adf4474c5cd3d05854bcc727afe7b6dbe3c9b193856f37e",
48
+ "typesPublisherContentHash": "54cc561bb975d8514929927a52489bc4680a6a29c440cf4ce23fc85170397781",
49
49
  "typeScriptVersion": "4.8"
50
50
  }