@types/office-js 1.0.478 → 1.0.479

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, 12 Mar 2025 22:02:27 GMT
11
+ * Last updated: Mon, 17 Mar 2025 20:34:19 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
office-js/index.d.ts CHANGED
@@ -104981,7 +104981,7 @@ declare namespace Word {
104981
104981
  /** An interface for updating data on the `Body` object, for use in `body.set({ ... })`. */
104982
104982
  interface BodyUpdateData {
104983
104983
  /**
104984
- * Gets the text format of the body. Use this to get and set font name, size, color and other properties.
104984
+ * Gets the text format of the body. Use this to get and set font name, size, color, and other properties.
104985
104985
  *
104986
104986
  * @remarks
104987
104987
  * [Api set: WordApi 1.1]
@@ -106881,7 +106881,7 @@ declare namespace Word {
106881
106881
  */
106882
106882
  fields?: Word.Interfaces.FieldData[];
106883
106883
  /**
106884
- * Gets the text format of the body. Use this to get and set font name, size, color and other properties.
106884
+ * Gets the text format of the body. Use this to get and set font name, size, color, and other properties.
106885
106885
  *
106886
106886
  * @remarks
106887
106887
  * [Api set: WordApi 1.1]
office-js/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js",
3
- "version": "1.0.478",
3
+ "version": "1.0.479",
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",
@@ -46,6 +46,6 @@
46
46
  "scripts": {},
47
47
  "dependencies": {},
48
48
  "peerDependencies": {},
49
- "typesPublisherContentHash": "e1834259e69827012807927626d6e3ae6c04ab8ffbf83f401a3ae047eabea9bd",
49
+ "typesPublisherContentHash": "f469ae5f9869c6d3b42600935a697ab867be7221447881cb863895dbb1532112",
50
50
  "typeScriptVersion": "5.0"
51
51
  }