@types/office-js-preview 1.0.708 → 1.0.709

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: Thu, 21 May 2026 23:23:28 GMT
11
+ * Last updated: Fri, 29 May 2026 21:14:01 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
@@ -4881,6 +4881,11 @@ declare namespace Office {
4881
4881
  platform: Office.PlatformType;
4882
4882
  /**
4883
4883
  * Gets the version of Office on which the add-in is running.
4884
+ *
4885
+ * @remarks
4886
+ * In Office on Windows, the value returned by the `version` property uses the format 16.0.\<build\>.\<revision\>.
4887
+ * To compare a version shown as Version xxxx (Build xxxxx.xxxxx) with the `version` value, use the full build number (\<build\>.\<revision\>).
4888
+ * For example, in Version 2603 (Build 19822.20000), use 19822.20000 for comparison.
4884
4889
  */
4885
4890
  version: string;
4886
4891
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js-preview",
3
- "version": "1.0.708",
3
+ "version": "1.0.709",
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",
@@ -41,7 +41,7 @@
41
41
  "scripts": {},
42
42
  "dependencies": {},
43
43
  "peerDependencies": {},
44
- "typesPublisherContentHash": "1708f1dabff32e80067274841e982080442718c35b89ee44675da428d501845c",
44
+ "typesPublisherContentHash": "e4bdcae6684c453e8bb3e9f2daddf51377505d912a3088f2daa29a500cc39622",
45
45
  "typeScriptVersion": "5.3",
46
46
  "nonNpm": true
47
47
  }