@types/office-js-preview 1.0.657 → 1.0.659

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, 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
@@ -125891,7 +125891,7 @@ declare namespace Word {
125891
125891
  after = "After",
125892
125892
  }
125893
125893
  /**
125894
- * Represents the location of a {@link https://learn.microsoft.com/javascript/api/word/word.border | border}.
125894
+ * Represents the location of a {@link Word.Border | border}.
125895
125895
  *
125896
125896
  * @remarks
125897
125897
  * [Api set: WordApi 1.3]
@@ -126059,7 +126059,7 @@ declare namespace Word {
126059
126059
  mixed = "Mixed",
126060
126060
  }
126061
126061
  /**
126062
- * The {@link https://learn.microsoft.com/javascript/api/word/word.border | border} types.
126062
+ * The {@link Word.Border | border} types.
126063
126063
  *
126064
126064
  * @remarks
126065
126065
  * [Api set: WordApi 1.3]
@@ -195874,7 +195874,7 @@ declare namespace PowerPoint {
195874
195874
  */
195875
195875
  $top?: number;
195876
195876
  /**
195877
- * 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.
195877
+ * 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.
195878
195878
  */
195879
195879
  $skip?: number;
195880
195880
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js-preview",
3
- "version": "1.0.657",
3
+ "version": "1.0.659",
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": "0f710cb3331fe09854990cdf2b77cf69f3c75329148abdf6531f2bfa8e0f2b10",
49
+ "typesPublisherContentHash": "f8105db22f280f318c191cb49e38f2015f9e23296c040b3754f71e85176b8874",
50
50
  "typeScriptVersion": "5.2",
51
51
  "nonNpm": true
52
52
  }