@types/office-js-preview 1.0.592 → 1.0.593

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, 12 May 2025 18:02:28 GMT
11
+ * Last updated: Mon, 12 May 2025 21:02:31 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
@@ -102786,7 +102786,7 @@ declare namespace Word {
102786
102786
  */
102787
102787
  readonly parentTableOrNullObject: Word.Table;
102788
102788
  /**
102789
- * Gets the collection of shape objects anchored in the paragraph, including both inline and floating shapes. Currently, only the following shapes are supported: text boxes, geometric shapes, groups, pictures and canvases.
102789
+ * Gets the collection of shape objects anchored in the paragraph, including both inline and floating shapes. Currently, only the following shapes are supported: text boxes, geometric shapes, groups, pictures, and canvases.
102790
102790
  *
102791
102791
  * @remarks
102792
102792
  * [Api set: WordApiDesktop 1.2]
@@ -103719,7 +103719,7 @@ declare namespace Word {
103719
103719
  */
103720
103720
  readonly parentTableOrNullObject: Word.Table;
103721
103721
  /**
103722
- * Gets the collection of shape objects anchored in the range, including both inline and floating shapes. Currently, only the following shapes are supported: text boxes, geometric shapes, groups, pictures and canvases.
103722
+ * Gets the collection of shape objects anchored in the range, including both inline and floating shapes. Currently, only the following shapes are supported: text boxes, geometric shapes, groups, pictures, and canvases.
103723
103723
  *
103724
103724
  * @remarks
103725
103725
  * [Api set: WordApiDesktop 1.2]
@@ -122682,7 +122682,7 @@ declare namespace Word {
122682
122682
  id?: boolean;
122683
122683
  }
122684
122684
  /**
122685
- * Contains a collection of {@link Word.Shape} objects. Currently, only the following shapes are supported: text boxes, geometric shapes, groups, pictures and canvases.
122685
+ * Contains a collection of {@link Word.Shape} objects. Currently, only the following shapes are supported: text boxes, geometric shapes, groups, pictures, and canvases.
122686
122686
  *
122687
122687
  * @remarks
122688
122688
  * [Api set: WordApiDesktop 1.2]
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js-preview",
3
- "version": "1.0.592",
3
+ "version": "1.0.593",
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": "eb0805e18e3212500919547f18789f45e7dd3c711b676af1a72e8609061f758a",
49
+ "typesPublisherContentHash": "a1f644288ab27c450656a6c2b3bdbc72fda644d147b47e2cda7e215b16b5c2fa",
50
50
  "typeScriptVersion": "5.1",
51
51
  "nonNpm": true
52
52
  }