@types/office-js 1.0.553 → 1.0.555

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: Thu, 30 Oct 2025 15:02:11 GMT
11
+ * Last updated: Fri, 31 Oct 2025 18:41:02 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
office-js/index.d.ts CHANGED
@@ -118841,7 +118841,7 @@ declare namespace Word {
118841
118841
  after = "After",
118842
118842
  }
118843
118843
  /**
118844
- * Represents the location of a {@link https://learn.microsoft.com/javascript/api/word/word.border | border}.
118844
+ * Represents the location of a {@link Word.Border | border}.
118845
118845
  *
118846
118846
  * @remarks
118847
118847
  * [Api set: WordApi 1.3]
@@ -119009,7 +119009,7 @@ declare namespace Word {
119009
119009
  mixed = "Mixed",
119010
119010
  }
119011
119011
  /**
119012
- * The {@link https://learn.microsoft.com/javascript/api/word/word.border | border} types.
119012
+ * The {@link Word.Border | border} types.
119013
119013
  *
119014
119014
  * @remarks
119015
119015
  * [Api set: WordApi 1.3]
@@ -184874,7 +184874,7 @@ declare namespace PowerPoint {
184874
184874
  */
184875
184875
  $top?: number;
184876
184876
  /**
184877
- * Specify the number of items in the collection that are to be skipped and not included in the result. If top is specified, the selection of result will start after skipping the specified number of items.
184877
+ * Specify the number of items in the collection that are to be skipped and not included in the result. If `top` is specified, the selection of result will start after skipping the specified number of items.
184878
184878
  */
184879
184879
  $skip?: number;
184880
184880
  }
office-js/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js",
3
- "version": "1.0.553",
3
+ "version": "1.0.555",
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": "c56bec90b5843407caa82ff0bc5c4d3fcc7753611095f3d80b3f77b261b0de13",
49
+ "typesPublisherContentHash": "e5a64e89ebe675aae5d8d85524ce180ecfc37c26afc5005f062675c3ab1be038",
50
50
  "typeScriptVersion": "5.2"
51
51
  }