@types/office-js-preview 1.0.620 → 1.0.621

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: Tue, 05 Aug 2025 18:02:59 GMT
11
+ * Last updated: Thu, 07 Aug 2025 16:41:36 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
@@ -105577,7 +105577,7 @@ declare namespace Word {
105577
105577
  toJSON(): Word.Interfaces.ListLevelCollectionData;
105578
105578
  }
105579
105579
  /**
105580
- * Represents a ListTemplate.
105580
+ * Represents a list template.
105581
105581
  *
105582
105582
  * @remarks
105583
105583
  * [Api set: WordApiDesktop 1.1]
@@ -105586,14 +105586,14 @@ declare namespace Word {
105586
105586
  /** The request context associated with the object. This connects the add-in's process to the Office host application's process. */
105587
105587
  context: RequestContext;
105588
105588
  /**
105589
- * Gets a ListLevels collection that represents all the levels for the specified ListTemplate.
105589
+ * Gets a `ListLevelCollection` object that represents all the levels for the list template.
105590
105590
  *
105591
105591
  * @remarks
105592
105592
  * [Api set: WordApiDesktop 1.1]
105593
105593
  */
105594
105594
  readonly listLevels: Word.ListLevelCollection;
105595
105595
  /**
105596
- * Specifies whether the specified ListTemplate object is outline numbered.
105596
+ * Specifies whether the list template is outline numbered.
105597
105597
  *
105598
105598
  * @remarks
105599
105599
  * [Api set: WordApiDesktop 1.1]
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js-preview",
3
- "version": "1.0.620",
3
+ "version": "1.0.621",
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": "46e80dd3d3a82d7951325313f8a4cb4d7d7881ebee81a0d5824e8c0bcb2ce2a4",
49
+ "typesPublisherContentHash": "5485d5f71545e5ba92a2b415406259610a472bab3766216ecd8a2c5cf54a867d",
50
50
  "typeScriptVersion": "5.2",
51
51
  "nonNpm": true
52
52
  }